@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";

/* src/global-styles.scss */
.note-card-content .content-description p {
  margin-bottom: 0px;
}
.lms-note-card-wrapper .last .note-card {
  margin-bottom: 0px;
}
.lms-modal {
  width: fit-content;
  border-radius: 12px;
  background-color: white;
  max-height: 1000px;
  overflow: hidden;
}
.lms-modal .icon-area {
  padding: 24px;
  padding-bottom: 0px;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
}
.lms-modal .icon-area .heading-area {
  padding: 0px 0px;
}
.lms-modal .icon-area .close-icon {
  color: var(--gray--400);
  cursor: pointer;
  float: right;
  font-size: 24px;
  justify-self: end;
}
.lms-modal .icon-area .close-icon:hover {
  color: var(--gray--500);
}
.lms-modal .heading-area {
  padding: 0px 24px;
  display: flex;
  flex-direction: column;
}
.lms-modal .content-area {
  padding: 0px 24px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  overflow-y: auto;
  max-height: 600px;
}
.lms-modal .footer-line {
  padding: 0px;
  margin: 0px;
  margin-top: 32px;
  border-top: 1px solid var(--gray--200);
  width: 100%;
}
.lms-modal .footer-area {
  padding: 24px;
  display: flex;
  flex-direction: row;
}
.aircraft-card {
  border: 1px solid var(--gray--200);
  border-radius: 12px;
  width: 100%;
  background-color: white;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.aircraft-card:not(:last-child) {
  margin-bottom: 12px;
}
.aircraft-card.active {
  background-color: var(--gray--25);
  box-shadow: 2px 2px 6px rgb(239, 239, 239);
  color: var(--brand--800);
  border: 2px solid var(--brand--600);
}
.aircraft-card.active > .aircraft-card-header {
  border-bottom: 2px solid var(--brand--600);
}
.aircraft-card .aircraft-card-header {
  border-bottom: 1px solid var(--gray--200);
  padding: 12px;
  width: 100%;
}
.aircraft-card .aircraft-card-header .aircraft-card-header-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.aircraft-card .aircraft-card-body {
  padding: 25px;
}
.aircraft-card .aircraft-card-body .type-image {
  width: auto;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  flex-shrink: 0;
}
.assignee {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  color: var(--gray--700);
}
.title {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.type {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 0px;
  text-transform: capitalize;
  color: var(--gray--600);
}
.outer-chat {
  height: calc(100vh - 130px);
}
.unread-circle {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid var(--brand--600);
  width: 8px;
  height: 8px;
  background-color: var(--brand--600);
}
div .status {
  width: 11px !important;
  height: 11px !important;
  background-color: green;
  position: relative;
  bottom: 0;
  right: -2px;
  border-radius: 50%;
  border: 2px solid white;
}
div.offline {
  background-color: red;
}
div.online {
  background-color: green;
}
.shadow-xs {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.shadow-sm {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 1px 3px rgba(16, 24, 40, 0.1);
}
.shadow-md {
  box-shadow: 0px 2px 4px rgba(16, 24, 40, 0.05), 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.shadow-lg {
  box-shadow: 0px 4px 6px rgba(16, 24, 40, 0.03), 0px 12px 16px rgba(0, 0, 0, 0.08);
}
.shadow-xl {
  box-shadow: 0px 8px 8px rgba(16, 24, 40, 0.03), 0px 20px 24px rgba(16, 24, 40, 0.08);
}
.shadow-2xl {
  box-shadow: 0px 24px 48px rgba(16, 24, 40, 0.18);
}
.shadow-3xl {
  box-shadow: 0px 32px 64px rgba(16, 24, 40, 0.14);
}
.lms-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  transition: all 1s;
  border: 1px solid transparent;
  background-color: #FFFFFF;
}
.lms-btn i[class^=hgi-] {
  vertical-align: -2px;
}
.lms-btn i.left {
  margin-right: 0.5rem;
}
.lms-btn i.right {
  margin-left: 0.5rem;
}
.lms-btn .icon-only {
  padding: 8px;
}
.lms-btn-block {
  display: block;
  width: 100%;
}
.lms-table-icon-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background-color: transparent;
  font-size: 18px;
}
.lms-btn-icon-xs {
  border-radius: 0.25rem;
  padding: 0.1rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.lms-btn-icon-sm {
  border-radius: 0.375rem;
  padding: 0.2rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.lms-btn-icon-md {
  border-radius: 0.5rem;
  padding: 0.35rem;
  font-size: 1rem;
  font-weight: 500;
}
.lms-btn-icon-lg {
  border-radius: 0.5rem;
  padding: 8px;
  font-size: 1.125rem;
  font-weight: 500;
}
.lms-btn-icon-xl {
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 1.25rem;
  font-weight: 500;
}
.lms-btn-xs {
  border-radius: 0.25rem;
  padding: 0.1rem 0.5rem;
  font-size: 0.625rem;
  font-weight: 500;
}
.lms-btn-sm {
  border-radius: 0.375rem;
  padding: 0.2rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.lms-btn-md {
  border-radius: 0.5rem;
  padding: 0.35rem 0.52rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.lms-btn-lg {
  border-radius: 0.5rem;
  padding: 0.55rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.lms-btn-xl {
  border-radius: 0.5rem;
  padding: 0.75rem 0.85rem;
  font-size: 1rem;
  font-weight: 500;
}
.lms-btn-primary {
  background-color: var(--brand--600);
  color: var(--base---white);
  border-color: var(--brand--600);
}
.lms-btn-primary:hover {
  background-color: var(--brand--700);
  border-color: var(--brand--700);
}
.lms-btn-secondary {
  background-color: var(--base---white);
  color: var(--gray--700);
  border-color: var(--gray--300);
}
.lms-btn-secondary:hover {
  background-color: var(--gray--50);
  border-color: var(--gray--300);
}
.lms-btn-tertiary {
  background-color: var(--base---white);
  color: var(--gray--800);
  border-color: var(--base---white);
}
.lms-btn-tertiary:hover {
  background-color: var(--gray--50);
  border-color: var(--gray--400);
}
.lms-btn-danger {
  background-color: var(--error--600);
  color: var(--base---white);
  border-color: var(--error--600);
}
.lms-btn-danger:hover {
  background-color: var(--error--700);
  border-color: var(--error--700);
}
.lms-btn-success-light {
  background-color: var(--success--100);
  color: var(--success--800);
  border-color: var(--success--300);
}
.lms-btn-success-light:hover {
  background-color: var(--success--200);
  border-color: var(--success--400);
}
.lms-btn-link {
  color: var(--gray--600);
  background: transparent;
  border: none;
}
.lms-btn-link:hover {
  color: var(--gray--800);
}
.divider {
  border-bottom: 1px solid var(--gray--200);
  margin-bottom: 24px;
  margin-top: 24px;
  width: 100%;
}
.divider-sm {
  margin-bottom: 15px;
  margin-top: 15px;
}
.divider-lg {
  margin-bottom: 32px;
  margin-top: 32px;
}
.lms-page-header .lms-page-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.lms-page-header .lms-page-title-container .page-title-actions div {
  display: flex;
  justify-content: end;
  align-items: start;
  gap: 12px;
}
.lms-page-header .lms-page-title-container .page-title-content {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.lms-page-header .lms-page-title-container .page-title-content .avatar {
  width: 64px;
  height: 64px;
}
.lms-page-header .lms-page-title-container .page-title-content .avatar .image-container {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.lms-page-header .lms-page-title-container.divider {
  border-bottom: 1px solid var(--gray--200);
  margin-bottom: 20px;
}
.lms-page-header .lms-breadcrumbs {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  align-items: center;
}
.lms-page-header .lms-breadcrumbs .breadcrumb-container {
  display: flex;
  justify-content: start;
  align-items: center;
  background: var(--gray--25);
  border: 1px solid var(--gray--200);
  color: var(--gray--600);
  border-radius: 12px;
  padding: 4px 24px;
  gap: 8px;
  font-size: 12px;
  line-height: 18px;
}
.lms-page-header .lms-breadcrumbs .breadcrumb-container .lms-breadcrumb-item {
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  color: var(--gray--500);
}
.lms-page-header .lms-breadcrumbs .breadcrumb-container .lms-breadcrumb-item.last {
  color: var(--gray--800);
  font-weight: 600;
  cursor: unset;
}
.lms-page-header .lms-breadcrumbs .page-breadcrumb-actions {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
}
.lms-page-header .page-header-tabs .lms-tabs {
  display: flex;
  position: relative;
  border-bottom: 1px solid var(--gray--200);
  margin-bottom: 24px;
  gap: 8px;
}
.lms-page-header .page-header-tabs .lms-tab {
  padding: 0px 4px 12px 4px;
  cursor: pointer;
  line-height: 20px;
  font-weight: 600;
  border: none;
  background-color: transparent;
  font-size: 14px;
  color: var(--gray--500);
  outline: none;
  position: relative;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease-in-out;
}
.lms-page-header .page-header-tabs .lms-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: var(--brand--600);
  width: 0;
  border-bottom: 2px solid transparent;
  transition: left 0.6s ease, width 0.6s ease;
}
.lms-page-header .page-header-tabs .lms-tab:hover:not(.active) {
  color: var(--brand--600);
  margin-bottom: 0px;
  border-bottom: 2px solid var(--brand--600);
  transition: color 0.3s ease;
}
.lms-page-header .page-header-tabs .lms-tab.active {
  color: var(--brand--700);
}
.lms-page-header .page-header-tabs .lms-tab.active::after {
  margin-bottom: -2px;
  width: 100%;
}
.footer-plain {
  background: var(--gray--100);
  text-align: center;
  color: var(--gray--400);
  padding-top: 15px;
  padding-bottom: 15px;
}
.standard-ext-base-layout {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.standard-ext-base-layout .image-container {
  flex: 1;
  height: 100%;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.standard-ext-base-layout .content-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.standard-ext-base-layout .content {
  width: 360px;
}
.pointer {
  cursor: pointer;
}
.horizontal-line {
  background-color: var(--gray--200);
  height: 1px;
  width: 100%;
}
.one-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.two-line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-xxxs {
  font-size: 0.625rem;
  line-height: 1rem;
}
.text-xxxs-medium {
  font-size: 0.625rem !important;
  font-weight: 500 !important;
  line-height: 1rem !important;
}
.text-xxxs-semibold {
  font-size: 0.625rem !important;
  font-weight: 600 !important;
  line-height: 1rem !important;
}
.text-xxxs-bold {
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  line-height: 1rem !important;
}
.text-xxs {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.text-xxs-medium {
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  line-height: 1.125rem !important;
}
.text-xxs-semibold {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.125rem !important;
}
.text-xxs-bold {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  line-height: 1.125rem !important;
}
.text-xs {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs-medium {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.25rem !important;
}
.text-xs-semibold {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.25rem !important;
}
.text-xs-bold {
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  line-height: 1.25rem !important;
}
.text-sm {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm-medium {
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5rem !important;
}
.text-sm-semibold {
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.5rem !important;
}
.text-sm-bold {
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.5rem !important;
}
.text-md {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-md-medium {
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  line-height: 1.75rem !important;
}
.text-md-semibold {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  line-height: 1.75rem !important;
}
.text-md-bold {
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  line-height: 1.75rem !important;
}
.text-lg {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.text-lg-medium {
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  line-height: 1.875rem !important;
}
.text-lg-semibold {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  line-height: 1.875rem !important;
}
.text-lg-bold {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.875rem !important;
}
.text-xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl-medium {
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  line-height: 2rem !important;
}
.text-xl-semibold {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  line-height: 2rem !important;
}
.text-xl-bold {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  line-height: 2rem !important;
}
.text-xxl {
  font-size: 1.875rem;
  line-height: 2.375rem;
}
.text-xxl-medium {
  font-size: 1.875rem !important;
  font-weight: 500 !important;
  line-height: 2.375rem !important;
}
.text-xxl-semibold {
  font-size: 1.875rem !important;
  font-weight: 600 !important;
  line-height: 2.375rem !important;
}
.text-xxl-bold {
  font-size: 1.875rem !important;
  font-weight: 700 !important;
  line-height: 2.375rem !important;
}
.display-xs {
  font-size: 2.125rem;
  line-height: 2.625rem;
}
.display-xs-medium {
  font-size: 2.125rem !important;
  font-weight: 500 !important;
  line-height: 2.625rem !important;
}
.display-xs-semibold {
  font-size: 2.125rem !important;
  font-weight: 600 !important;
  line-height: 2.625rem !important;
}
.display-xs-bold {
  font-size: 2.125rem !important;
  font-weight: 700 !important;
  line-height: 2.625rem !important;
}
.display-sm {
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.display-sm-medium {
  font-size: 2.25rem !important;
  font-weight: 500 !important;
  line-height: 2.75rem !important;
}
.display-sm-semibold {
  font-size: 2.25rem !important;
  font-weight: 600 !important;
  line-height: 2.75rem !important;
}
.display-sm-bold {
  font-size: 2.25rem !important;
  font-weight: 700 !important;
  line-height: 2.75rem !important;
}
.display-md {
  font-size: 2.625rem;
  line-height: 3.125rem;
}
.display-md-medium {
  font-size: 2.625rem !important;
  font-weight: 500 !important;
  line-height: 3.125rem !important;
}
.display-md-semibold {
  font-size: 2.625rem !important;
  font-weight: 600 !important;
  line-height: 3.125rem !important;
}
.display-md-bold {
  font-size: 2.625rem !important;
  font-weight: 700 !important;
  line-height: 3.125rem !important;
}
.display-lg {
  font-size: 3rem;
  line-height: 3.75rem;
}
.display-lg-medium {
  font-size: 3rem !important;
  font-weight: 500 !important;
  line-height: 3.75rem !important;
}
.display-lg-semibold {
  font-size: 3rem !important;
  font-weight: 600 !important;
  line-height: 3.75rem !important;
}
.display-lg-bold {
  font-size: 3rem !important;
  font-weight: 700 !important;
  line-height: 3.75rem !important;
}
.display-xl {
  font-size: 3.5rem;
  line-height: 4.25rem;
}
.display-xl-medium {
  font-size: 3.5rem !important;
  font-weight: 500 !important;
  line-height: 4.25rem !important;
}
.display-xl-semibold {
  font-size: 3.5rem !important;
  font-weight: 600 !important;
  line-height: 4.25rem !important;
}
.display-xl-bold {
  font-size: 3.5rem !important;
  font-weight: 700 !important;
  line-height: 4.25rem !important;
}
.text-weight-medium {
  font-weight: 500;
}
.text-weight-semibold {
  font-weight: 600;
}
.text-weight-bold {
  font-weight: 700;
}
.lms-link {
  color: var(--brand--800);
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.lms-link i[class^=hgi-] {
  vertical-align: -5px;
}
.lms-link:hover {
  color: var(--brand--900);
}
.lms-link-dark {
  color: var(--gray--600);
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.lms-link-dark i[class^=hgi-] {
  vertical-align: -5px;
}
.lms-link-dark:hover {
  color: var(--gray--400);
}
i[class^=hgi-] {
  vertical-align: -2px;
}
.featured-logo {
  display: flex;
  width: 62px;
  height: 62px;
  padding: 10px 9px 9px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid var(--gray--200, #EAECF0);
  background: var(--base---white, #FFF);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.featured-logo img {
  width: 100%;
}
.ftr-icon {
  display: inline-flex;
  position: relative;
  width: 24px;
  height: 24px;
  padding: 6px;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 9999px;
  background: var(--brand--100);
  color: var(--brand--600);
  border: 1px solid var(--brand--100);
}
ftr-icon.outlined {
  border: 2px solid var(--brand--50);
}
ftr-icon.outlined::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 9999px;
  background: var(--brand--100);
}
.ftr-icon.icon-xs {
  width: 24px;
  height: 24px;
  font-size: 13px;
  padding: 6px;
}
.ftr-icon.icon-md {
  width: 32px;
  height: 32px;
  font-size: 16px;
  padding: 8px;
}
.ftr-icon.icon-lg {
  width: 40px;
  height: 40px;
  font-size: 20px;
  padding: 10px;
}
.ftr-icon.icon-xl {
  width: 48px;
  height: 48px;
  font-size: 24px;
  padding: 12px;
}
.ftr-icon.icon-xxl {
  width: 56px;
  height: 56px;
  font-size: 28px;
  padding: 14px;
}
.ftr-icon.ftr-icon-primary {
  background-color: var(--brand--100);
  color: var(--brand--600);
  border-color: var(--brand--100);
}
.ftr-icon.ftr-icon-secondary {
  background-color: var(--gray--100);
  color: var(--gray--500);
  border-color: var(--gray--100);
}
.ftr-icon.ftr-icon-clear {
  background-color: var(--base---white);
  color: var(--gray--700);
  border-color: var(--gray--200);
}
.ftr-icon.ftr-icon-error {
  background-color: var(--error--100);
  color: var(--error--600);
  border-color: var(--error--100);
}
.ftr-icon.ftr-icon-warning {
  background-color: var(--warning--100);
  color: var(--warning--600);
  border-color: var(--warning--100);
}
.ftr-icon.ftr-icon-success {
  background-color: var(--success--100);
  color: var(--success--600);
  border-color: var(--success--100);
}
.ftr-icon.ftr-icon-pink {
  background-color: var(--pink--100);
  color: var(--pink--600);
  border-color: var(--pink--100);
}
.ftr-icon.ftr-icon-teal {
  background-color: var(--teal--100);
  color: var(--teal--600);
  border-color: var(--teal--100);
}
.ftr-icon.icon-xs.square {
  border-radius: 5px;
}
.ftr-icon.icon-md.square {
  border-radius: 6px;
}
.ftr-icon.icon-lg.square {
  border-radius: 7px;
}
.ftr-icon.icon-xl.square {
  border-radius: 8px;
}
.ftr-icon.icon-xxl.square {
  border-radius: 9px;
}
.ftr-icon.ftr-icon-primary.icon-xs.outlined {
  border: 2px solid var(--brand--50);
}
.ftr-icon.ftr-icon-primary.icon-xs.outlined::after {
  width: 22px;
  height: 22px;
}
.ftr-icon.ftr-icon-secondary.icon-xs.outlined {
  border: 2px solid var(--gray--50);
}
.ftr-icon.ftr-icon-secondary.icon-xs.outlined::after {
  width: 22px;
  height: 22px;
}
.ftr-icon.ftr-icon-clear.icon-xs.outlined {
  border: 2px solid var(--gray--50);
}
.ftr-icon.ftr-icon-clear.icon-xs.outlined::after {
  width: 22px;
  height: 22px;
}
.ftr-icon.ftr-icon-error.icon-xs.outlined {
  border: 2px solid var(--error--50);
}
.ftr-icon.ftr-icon-error.icon-xs.outlined::after {
  width: 22px;
  height: 22px;
}
.ftr-icon.ftr-icon-warning.icon-xs.outlined {
  border: 2px solid var(--warning--50);
}
.ftr-icon.ftr-icon-warning.icon-xs.outlined::after {
  width: 22px;
  height: 22px;
}
.ftr-icon.ftr-icon-success.icon-xs.outlined {
  border: 2px solid var(--success--50);
}
.ftr-icon.ftr-icon-success.icon-xs.outlined::after {
  width: 22px;
  height: 22px;
}
.ftr-icon.ftr-icon-pink.icon-xs.outlined {
  border: 2px solid var(--pink--50);
}
.ftr-icon.ftr-icon-pink.icon-xs.outlined::after {
  width: 22px;
  height: 22px;
}
.ftr-icon.ftr-icon-teal.icon-xs.outlined {
  border: 2px solid var(--teal--50);
}
.ftr-icon.ftr-icon-teal.icon-xs.outlined::after {
  width: 22px;
  height: 22px;
}
.ftr-icon.ftr-icon-primary.icon-md.outlined {
  border: 3px solid var(--brand--50);
}
.ftr-icon.ftr-icon-primary.icon-md.outlined::after {
  width: 29px;
  height: 29px;
}
.ftr-icon.ftr-icon-secondary.icon-md.outlined {
  border: 3px solid var(--gray--50);
}
.ftr-icon.ftr-icon-secondary.icon-md.outlined::after {
  width: 29px;
  height: 29px;
}
.ftr-icon.ftr-icon-clear.icon-md.outlined {
  border: 3px solid var(--gray--50);
}
.ftr-icon.ftr-icon-clear.icon-md.outlined::after {
  width: 29px;
  height: 29px;
}
.ftr-icon.ftr-icon-error.icon-md.outlined {
  border: 3px solid var(--error--50);
}
.ftr-icon.ftr-icon-error.icon-md.outlined::after {
  width: 29px;
  height: 29px;
}
.ftr-icon.ftr-icon-warning.icon-md.outlined {
  border: 3px solid var(--warning--50);
}
.ftr-icon.ftr-icon-warning.icon-md.outlined::after {
  width: 29px;
  height: 29px;
}
.ftr-icon.ftr-icon-success.icon-md.outlined {
  border: 3px solid var(--success--50);
}
.ftr-icon.ftr-icon-success.icon-md.outlined::after {
  width: 29px;
  height: 29px;
}
.ftr-icon.ftr-icon-pink.icon-md.outlined {
  border: 3px solid var(--pink--50);
}
.ftr-icon.ftr-icon-pink.icon-md.outlined::after {
  width: 29px;
  height: 29px;
}
.ftr-icon.ftr-icon-teal.icon-md.outlined {
  border: 3px solid var(--teal--50);
}
.ftr-icon.ftr-icon-teal.icon-md.outlined::after {
  width: 29px;
  height: 29px;
}
.ftr-icon.ftr-icon-primary.icon-lg.outlined {
  border: 4px solid var(--brand--50);
}
.ftr-icon.ftr-icon-primary.icon-lg.outlined::after {
  width: 36px;
  height: 36px;
}
.ftr-icon.ftr-icon-secondary.icon-lg.outlined {
  border: 4px solid var(--gray--50);
}
.ftr-icon.ftr-icon-secondary.icon-lg.outlined::after {
  width: 36px;
  height: 36px;
}
.ftr-icon.ftr-icon-clear.icon-lg.outlined {
  border: 4px solid var(--gray--50);
}
.ftr-icon.ftr-icon-clear.icon-lg.outlined::after {
  width: 36px;
  height: 36px;
}
.ftr-icon.ftr-icon-error.icon-lg.outlined {
  border: 4px solid var(--error--50);
}
.ftr-icon.ftr-icon-error.icon-lg.outlined::after {
  width: 36px;
  height: 36px;
}
.ftr-icon.ftr-icon-warning.icon-lg.outlined {
  border: 4px solid var(--warning--50);
}
.ftr-icon.ftr-icon-warning.icon-lg.outlined::after {
  width: 36px;
  height: 36px;
}
.ftr-icon.ftr-icon-success.icon-lg.outlined {
  border: 4px solid var(--success--50);
}
.ftr-icon.ftr-icon-success.icon-lg.outlined::after {
  width: 36px;
  height: 36px;
}
.ftr-icon.ftr-icon-pink.icon-lg.outlined {
  border: 4px solid var(--pink--50);
}
.ftr-icon.ftr-icon-pink.icon-lg.outlined::after {
  width: 36px;
  height: 36px;
}
.ftr-icon.ftr-icon-teal.icon-lg.outlined {
  border: 4px solid var(--teal--50);
}
.ftr-icon.ftr-icon-teal.icon-lg.outlined::after {
  width: 36px;
  height: 36px;
}
.ftr-icon.ftr-icon-primary.icon-xl.outlined {
  border: 6px solid var(--brand--50);
}
.ftr-icon.ftr-icon-primary.icon-xl.outlined::after {
  width: 42px;
  height: 42px;
}
.ftr-icon.ftr-icon-secondary.icon-xl.outlined {
  border: 6px solid var(--gray--50);
}
.ftr-icon.ftr-icon-secondary.icon-xl.outlined::after {
  width: 42px;
  height: 42px;
}
.ftr-icon.ftr-icon-clear.icon-xl.outlined {
  border: 6px solid var(--gray--50);
}
.ftr-icon.ftr-icon-clear.icon-xl.outlined::after {
  width: 42px;
  height: 42px;
}
.ftr-icon.ftr-icon-error.icon-xl.outlined {
  border: 6px solid var(--error--50);
}
.ftr-icon.ftr-icon-error.icon-xl.outlined::after {
  width: 42px;
  height: 42px;
}
.ftr-icon.ftr-icon-warning.icon-xl.outlined {
  border: 6px solid var(--warning--50);
}
.ftr-icon.ftr-icon-warning.icon-xl.outlined::after {
  width: 42px;
  height: 42px;
}
.ftr-icon.ftr-icon-success.icon-xl.outlined {
  border: 6px solid var(--success--50);
}
.ftr-icon.ftr-icon-success.icon-xl.outlined::after {
  width: 42px;
  height: 42px;
}
.ftr-icon.ftr-icon-pink.icon-xl.outlined {
  border: 6px solid var(--pink--50);
}
.ftr-icon.ftr-icon-pink.icon-xl.outlined::after {
  width: 42px;
  height: 42px;
}
.ftr-icon.ftr-icon-teal.icon-xl.outlined {
  border: 6px solid var(--teal--50);
}
.ftr-icon.ftr-icon-teal.icon-xl.outlined::after {
  width: 42px;
  height: 42px;
}
.ftr-icon.ftr-icon-primary.icon-xxl.outlined {
  border: 6px solid var(--brand--50);
}
.ftr-icon.ftr-icon-primary.icon-xxl.outlined::after {
  width: 50px;
  height: 50px;
}
.ftr-icon.ftr-icon-secondary.icon-xxl.outlined {
  border: 6px solid var(--gray--50);
}
.ftr-icon.ftr-icon-secondary.icon-xxl.outlined::after {
  width: 50px;
  height: 50px;
}
.ftr-icon.ftr-icon-clear.icon-xxl.outlined {
  border: 6px solid var(--gray--50);
}
.ftr-icon.ftr-icon-clear.icon-xxl.outlined::after {
  width: 50px;
  height: 50px;
}
.ftr-icon.ftr-icon-error.icon-xxl.outlined {
  border: 6px solid var(--error--50);
}
.ftr-icon.ftr-icon-error.icon-xxl.outlined::after {
  width: 50px;
  height: 50px;
}
.ftr-icon.ftr-icon-warning.icon-xxl.outlined {
  border: 6px solid var(--warning--50);
}
.ftr-icon.ftr-icon-warning.icon-xxl.outlined::after {
  width: 50px;
  height: 50px;
}
.ftr-icon.ftr-icon-success.icon-xxl.outlined {
  border: 6px solid var(--success--50);
}
.ftr-icon.ftr-icon-success.icon-xxl.outlined::after {
  width: 50px;
  height: 50px;
}
.ftr-icon.ftr-icon-pink.icon-xxl.outlined {
  border: 6px solid var(--pink--50);
}
.ftr-icon.ftr-icon-pink.icon-xxl.outlined::after {
  width: 50px;
  height: 50px;
}
.ftr-icon.ftr-icon-teal.icon-xxl.outlined {
  border: 6px solid var(--teal--50);
}
.ftr-icon.ftr-icon-teal.icon-xxl.outlined::after {
  width: 50px;
  height: 50px;
}
.lms-form-input-group {
  margin-bottom: 15px;
}
.lms-form-input-group label {
  margin-bottom: 5px;
  color: var(--gray--700);
}
.lms-form-input-group .lms-input {
  position: relative;
  background: var(--base---white);
  border-radius: 8px;
  border: 1px solid var(--gray--300);
  min-height: 40px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.lms-form-input-group .lms-input .ng-select-container {
  height: 100%;
}
.lms-form-input-group .lms-input .ng-select-container .ng-value-container {
  height: 100%;
  display: flex;
}
.lms-form-input-group .lms-input .ng-select-container .ng-value-container .ng-value.multivalue {
  border: 1px solid var(--gray--300);
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.lms-form-input-group .lms-input .ng-select-container .ng-value-container .ng-value.multivalue .ng-value-label {
  line-height: 1;
}
.lms-form-input-group .lms-input .ng-select-container .ng-value-container .ng-value.multivalue .ng-value-icon {
  color: var(--gray--400);
  font-size: 16px;
}
.lms-form-input-group .lms-input .ng-select-container .ng-value-container .ng-value.multivalue .ng-value-icon.right {
  margin-left: 5px;
}
.lms-form-input-group .lms-input .ng-select-container .ng-value-container .ng-value.multivalue .ng-value-icon.left {
  margin-right: 5px;
}
.lms-form-input-group .lms-input .ng-select-container .ng-arrow-wrapper {
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  color: var(--gray--500);
  font-size: 18px;
  display: flex;
}
.lms-form-input-group .lms-input .ng-select-container .ng-arrow-wrapper .ng-arrow {
  display: flex;
  align-items: center;
}
.lms-form-input-group .lms-input .ng-select-container .ng-value-label {
  color: var(--gray--900);
  font-size: 14px;
  font-weight: 400;
}
.lms-form-input-group .lms-input .ng-select-container .ng-input {
  height: 100%;
}
.lms-form-input-group .lms-input .ng-select-container .ng-input input {
  color: var(--gray--900);
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  flex-grow: 1;
}
.lms-form-input-group .lms-input .ng-select-container .ng-placeholder {
  color: var(--gray--400);
  font-size: 14px;
}
.lms-form-input-group .lms-input .ng-select-container .ng-clear-wrapper {
  cursor: pointer;
  position: relative;
  width: 17px;
  -webkit-user-select: none;
  user-select: none;
  display: flex;
}
.lms-form-input-group .lms-input .ng-select-container .ng-clear-wrapper .ng-clear {
  display: flex;
  font-size: 18px;
  color: var(--gray--400);
  pointer-events: none;
  align-items: center;
}
.lms-form-input-group .lms-input .date-picker-wrapper-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lms-form-input-group .lms-input .input-field-text-view {
  background-color: transparent;
  color: var(--gray--900);
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: start;
}
.lms-form-input-group .lms-input .input-field-text-view .input-placeholder {
  color: var(--gray--400);
}
.lms-form-input-group .lms-input input.input-field {
  background: transparent;
  border: none;
  color: var(--gray--900);
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  flex-grow: 1;
}
.lms-form-input-group .lms-input input.input-field:focus {
  outline: none;
}
.lms-form-input-group .lms-input input.input-field::placeholder {
  color: var(--gray--400);
}
.lms-form-input-group .lms-input input.input-field:-ms-input-placeholder {
  color: var(--gray--400);
}
.lms-form-input-group .lms-input .input-icon.icon-left {
  color: var(--gray--500);
  margin-left: 0;
  margin-right: 8px;
}
.lms-form-input-group .lms-input .input-icon {
  margin-right: 0;
  margin-left: 8px;
  color: var(--gray--400);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.lms-form-input-group .lms-input-hint {
  color: var(--gray--600);
}
.lms-form-input-group .lms-input-error {
  color: var(--error--500);
}
.lms-form-input-group input:-webkit-autofill,
.lms-form-input-group input:-webkit-autofill:hover,
.lms-form-input-group input:-webkit-autofill:focus,
.lms-form-input-group textarea:-webkit-autofill,
.lms-form-input-group textarea:-webkit-autofill:hover,
.lms-form-input-group textarea:-webkit-autofill:focus,
.lms-form-input-group select:-webkit-autofill,
.lms-form-input-group select:-webkit-autofill:hover,
.lms-form-input-group select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--gray--900);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  font-family: Inter !important;
  border: none;
  font-size: 12px !important;
  font-weight: 400 !important;
}
.lms-form-input-group.disabled .lms-input {
  background: var(--gray--50);
  cursor: not-allowed;
}
.lms-form-input-group.disabled .lms-input input {
  cursor: not-allowed;
}
.lms-form-input-group.focused .lms-input {
  border-color: var(--brand--300);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.lms-form-input-group.error .lms-input {
  border-color: var(--error--500);
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.lms-form-input-group.error .input-icon.icon-right {
  color: var(--error--500) !important;
}
.input-group-appendix {
  position: relative;
}
.date-picker-dropdown {
  position: absolute;
  background-color: white;
  z-index: 999;
  width: 330px;
  padding: 20px 24px;
  border-radius: 12px;
  display: none;
  border: 1px solid var(--gray--200);
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}
.date-picker-dropdown .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.date-picker-dropdown .header button.change-month {
  background-color: transparent;
  border: none;
  color: var(--gray--500);
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  padding: 3px;
}
.date-picker-dropdown .header.single {
  justify-content: center;
}
.date-picker-dropdown .years {
  display: flex;
  flex-wrap: wrap;
  color: var(--gray--700);
}
.date-picker-dropdown .years div.year-container {
  width: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-bottom: 4px;
  padding-right: 4px;
}
.date-picker-dropdown .years div.year-value {
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--gray--200);
  border-radius: 6px;
  transition: background-color 0.3s ease-in-out;
}
.date-picker-dropdown .years div.year-value:hover {
  background-color: var(--gray--200);
}
.date-picker-dropdown .years div.year-value.selected {
  background-color: var(--brand--600);
  color: white;
}
.date-picker-dropdown .months {
  display: flex;
  flex-wrap: wrap;
  color: var(--gray--700);
}
.date-picker-dropdown .months div.month-container {
  width: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding-bottom: 4px;
  padding-right: 4px;
}
.date-picker-dropdown .months div.month-value {
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--gray--200);
  border-radius: 6px;
  transition: background-color 0.3s ease-in-out;
}
.date-picker-dropdown .months div.month-value:hover {
  background-color: var(--gray--200);
}
.date-picker-dropdown .months div.month-value.selected {
  background-color: var(--brand--600);
  color: white;
}
.date-picker-dropdown .calendar .weekdays {
  display: flex;
  justify-content: space-around;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray--700);
}
.date-picker-dropdown .calendar .weekdays span {
  flex: 1;
  text-align: center;
}
.date-picker-dropdown .calendar .days {
  display: flex;
  flex-wrap: wrap;
  color: var(--gray--700);
}
.date-picker-dropdown .calendar .days div.day-container {
  width: 14.28%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.date-picker-dropdown .calendar .days div.day-value-block {
  width: 100%;
  padding-top: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-picker-dropdown .calendar .days div.day-value-block.today {
  background-color: var(--gray--100);
  border-radius: 50%;
}
.date-picker-dropdown .calendar .days div.day-value-block.today.selected-in-range {
  background-color: var(--gray--50);
  border-radius: unset;
  color: var(--gray--700);
}
.date-picker-dropdown .calendar .days div.day-value-block.today.selected-in-range::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: var(--gray--200);
  border-radius: 50%;
  font-weight: 600;
}
.date-picker-dropdown .calendar .days div.day-value-block.today.selected-in-range.selected-start-date,
.date-picker-dropdown .calendar .days div.day-value-block.today.selected-in-range.selected-end-date {
  background-color: var(--gray--50) !important;
  border-radius: unset !important;
  color: white;
}
.date-picker-dropdown .calendar .days div.day-value-block.today.selected-in-range.selected-start-date::after,
.date-picker-dropdown .calendar .days div.day-value-block.today.selected-in-range.selected-end-date::after {
  background-color: var(--brand--600);
}
.date-picker-dropdown .calendar .days div.day-value-block.selected-start-date,
.date-picker-dropdown .calendar .days div.day-value-block.selected-start-date.selected-in-range,
.date-picker-dropdown .calendar .days div.day-value-block.selected-start-date.past-today,
.date-picker-dropdown .calendar .days div.day-value-block.selected-start-date.selected-in-range.past-today,
.date-picker-dropdown .calendar .days div.day-value-block.selected-end-date,
.date-picker-dropdown .calendar .days div.day-value-block.selected-end-date.selected-in-range,
.date-picker-dropdown .calendar .days div.day-value-block.selected-end-date.past-today,
.date-picker-dropdown .calendar .days div.day-value-block.selected-end-date.selected-in-range.past-today {
  background-color: var(--brand--600);
  color: white;
  border-radius: 50%;
}
.date-picker-dropdown .calendar .days div.day-value-block.selected-in-range {
  background-color: var(--gray--50);
  width: 100%;
}
.date-picker-dropdown .calendar .days div.day-value-block.holiday {
  color: red;
}
.date-picker-dropdown .calendar .days div.day-value-block.past-today {
  color: var(--gray--500);
}
.date-picker-dropdown .calendar .days div.day-value-block.past-min-date {
  color: var(--gray--300);
  font-style: italic;
}
.date-picker-dropdown .calendar .days div.day-value {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  z-index: 3;
}
.date-picker-dropdown .footer {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel.appended.ng-select-bottom {
  top: 100%;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel {
  font-family: "Inter", sans-serif;
  background-color: var(--base---white);
  border: 1px solid var(--gray--200);
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  left: 0;
  border-radius: 8px;
  padding: 5px;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  margin-bottom: -1px;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  margin-bottom: -1px;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  margin-top: 5px;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  margin-bottom: -1px;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-header {
  padding: 5px 7px;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-footer {
  padding: 5px 7px;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  font-weight: 600;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.standard {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.standard .ng-option-wrap {
  flex-grow: 1;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding: 8px 10px;
  color: var(--gray--900);
  font-weight: 500;
  font-size: 13px;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option:hover {
  background-color: var(--gray--50);
  border-radius: 8px;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-tick-selected {
  color: var(--brand--600);
  padding-left: 5px;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  background-color: var(--gray--50);
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: var(--gray--300);
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
.lms-ng-select-dropdown-panel.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
.tl-dt-range-group {
  cursor: pointer;
}
.tl-dt-range-group .tl-dt-range-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.lms-toaster-container {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  width: 360px;
  padding: 20px;
  max-height: 100vh;
  overflow-y: hidden;
}
.lms-toaster-container .inline-alert {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 1px 1px rgba(16, 24, 40, 0.1);
  margin-bottom: 10px;
}
.inline-alert {
  border-radius: 10px;
  padding: 8px 8px 8px 38px;
  margin-bottom: 15px;
  position: relative;
  background: var(--gray--50);
  border: 1px solid var(--gray--200);
  color: var(--gray--600);
}
.inline-alert .icon {
  position: absolute;
  left: 8px;
  top: 8px;
}
.inline-alert .close-icon {
  position: absolute;
  right: 8px;
  top: 9px;
  color: var(--gray--500);
  cursor: pointer;
}
.inline-alert .close-icon:hover {
  color: var(--gray--400);
}
.inline-alert div.title {
  color: var(--gray--700);
}
.inline-alert--error {
  background: var(--error--50);
  border: 1px solid var(--error--200);
  color: var(--error--600);
}
.inline-alert--error div.title {
  color: var(--error--700);
}
.inline-alert--error .close-icon {
  color: var(--error--500);
}
.inline-alert--error .close-icon:hover {
  color: var(--error--300);
}
.inline-alert--success {
  background: var(--success--50);
  border: 1px solid var(--success--200);
  color: var(--success--600);
}
.inline-alert--success div.title {
  color: var(--success--700);
}
.inline-alert--success .close-icon {
  color: var(--success--500);
}
.inline-alert--success .close-icon:hover {
  color: var(--success--300);
}
.inline-alert--warning {
  background: var(--warning--50);
  border: 1px solid var(--warning--200);
  color: var(--warning--600);
}
.inline-alert--warning div.title {
  color: var(--warning--700);
}
.inline-alert--warning .close-icon {
  color: var(--warning--500);
}
.inline-alert--warning .close-icon:hover {
  color: var(--warning--300);
}
.inline-alert--info {
  background: var(--brand--50);
  border: 1px solid var(--brand--200);
  color: var(--brand--600);
}
.inline-alert--info div.title {
  color: var(--brand--700);
}
.inline-alert--info .close-icon {
  color: var(--brand--500);
}
.inline-alert--info .close-icon:hover {
  color: var(--brand--300);
}
.lms-card {
  background: var(--base---white);
  border: 1px solid var(--gray--200);
  border-radius: 12px;
  position: relative;
}
.lms-card:not(:last-child) {
  margin-bottom: 24px;
}
.lms-card .lms-card-content {
  padding: 24px 24px 15px 24px;
  position: relative;
}
.lms-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 20px 24px;
  border-bottom: 1px solid var(--gray--200);
}
.lms-card-header .lms-card-title {
  overflow: hidden;
}
.lms-card-header .lms-card-title div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lms-card-header .lms-card-actions > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lms-card-header .lms-card-actions .lms-form-input-group {
  margin-bottom: 0px;
}
.lms-card-header .lms-card-actions i.hgi-more-vertical {
  font-weight: 600;
  font-size: 1rem;
}
.lms-card-footer {
  border-top: 1px solid var(--gray--200);
  padding: 24px 24px 24px 24px;
}
.lms-card-footer-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.lms-stats-card-content {
  min-height: 115px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.lms-stats-card-content .stats-content {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px;
  height: 100%;
}
.lms-stats-card-content .stats-content .stats-left .sl-stat-text {
  font-size: 36px;
  font-weight: 600;
  color: var(--gray-900);
  display: block;
  margin-bottom: 16px;
  text-wrap: nowrap;
}
.lms-stats-card-content .stats-content .stats-left .sl-subtext {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray--600);
  display: block;
  text-wrap: nowrap;
}
.lms-stats-card-content .stats-content .stats-left,
.lms-stats-card-content .stats-content .stats-right {
  display: flex;
  flex-direction: column;
}
.lms-stats-card-content .stats-content .stats-left {
  padding-top: 24px;
  justify-content: space-between;
}
.lms-stats-card-content .stats-content .stats-right {
  align-items: center;
  justify-content: center;
  flex: 1;
}
.lms-card.dragging {
  border-color: var(--brand--600);
}
.dnd-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--brand--600);
  opacity: 0.3;
  display: none;
  z-index: 300;
  pointer-events: none;
  border-radius: inherit;
}
.dnd-card-overlay.dragging {
  display: block;
}
.dnd-ft-fixed {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  z-index: 1000;
}
.dnd-ft-fixed.dragging {
  display: flex;
}
.dnd-ft-fixed .dnd-ft-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  width: 48px;
  height: 48px;
  background-color: var(--brand--600);
  color: #FFFFFF;
  margin-bottom: 10px;
  border-radius: 48px;
  text-align: center;
}
.dnd-ft-fixed .dnd-ft-content {
  color: #FFFFFF;
  text-align: center;
  background-color: var(--brand--600);
  border-radius: 100px;
  padding: 10px 20px;
}
.dnd-ft-fixed.dragging {
  display: flex;
}
.lms-badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid var(--gray--200);
  color: var(--gray--700);
  background: var(--gray--50);
  padding: 1px 6px;
  border-radius: 6px;
}
.lms-badge.rounded {
  padding: 2px 8px;
  border-radius: 50% !important;
}
.lms-badge.pill {
  border-radius: 16px;
}
.lms-badge > i {
  font-weight: 600;
  font-size: 0.875rem;
}
.lms-badge-compact {
  padding: 0px 4px;
  font-size: 10px;
}
.lms-badge-sm {
  padding: 1px 6px;
}
.lms-badge-md {
  padding: 2px 10px;
}
.lms-badge-lg {
  padding: 2px 12px;
}
.lms-badge-gray {
  background: var(--gray--50);
  border: 1px solid var(--gray--200);
  color: var(--gray--700);
}
.lms-badge-gray > i {
  color: var(--gray--500);
}
.lms-badge-gray-blue {
  background: var(--gray-blue--50);
  border: 1px solid var(--gray-blue--200);
  color: var(--gray-blue--700);
}
.lms-badge-gray-blue > i {
  color: var(--gray-blue--500);
}
.lms-badge-brand {
  background: var(--brand--50);
  border: 1px solid var(--brand--200);
  color: var(--brand--700);
}
.lms-badge-brand > i {
  color: var(--brand--500);
}
.lms-badge-brand-clear {
  background: var(--base---white);
  border: 1px solid var(--brand--700);
  color: var(--brand--700);
}
.lms-badge-brand-clear > i {
  color: var(--brand--500);
}
.lms-badge-clear {
  background: var(--base---white);
  border: 1px solid var(--gray--300);
  color: var(--gray--700);
}
.lms-badge-clear > i {
  color: var(--gray--500);
}
.lms-badge-purple {
  background: var(--purple--50);
  border: 1px solid var(--purple--200);
  color: var(--purple--700);
}
.lms-badge-purple > i {
  color: var(--purple--500);
}
.lms-badge-pink {
  background: var(--pink--50);
  border: 1px solid var(--pink--200);
  color: var(--pink--700);
}
.lms-badge-pink > i {
  color: var(--pink--500);
}
.lms-badge-teal {
  background: var(--teal--50);
  border: 1px solid var(--teal--200);
  color: var(--teal--700);
}
.lms-badge-teal > i {
  color: var(--teal--500);
}
.lms-badge-error {
  background: var(--error--50);
  border: 1px solid var(--error--200);
  color: var(--error--700);
}
.lms-badge-error > i {
  color: var(--error--500);
}
.lms-badge-warning {
  background: var(--warning--50);
  border: 1px solid var(--warning--200);
  color: var(--warning--700);
}
.lms-badge-warning > i {
  color: var(--warning--500);
}
.lms-badge-success {
  background: var(--success--50);
  border: 1px solid var(--success--200);
  color: var(--success--700);
}
.lms-badge-success > i {
  color: var(--success--500);
}
.lms-badge-cyan {
  background: var(--cyan--50);
  border: 1px solid var(--cyan--200);
  color: var(--cyan--700);
}
.lms-badge-cyan > i {
  color: var(--cyan--500);
}
.lms-badge-orange {
  background: var(--orange--50);
  border: 1px solid var(--orange--200);
  color: var(--orange--700);
}
.lms-badge-orange > i {
  color: var(--orange--500);
}
.lms-badge-violet {
  background: var(--violet--50);
  border: 1px solid var(--violet--200);
  color: var(--violet--700);
}
.lms-badge-violet > i {
  color: var(--violet--500);
}
.lms-badge-fuchsia {
  background: var(--fuchsia--50);
  border: 1px solid var(--fuchsia--200);
  color: var(--fuchsia--700);
}
.lms-badge-fuchsia > i {
  color: var(--fuchsia--500);
}
.lms-badge-yellow {
  background: var(--yellow--50);
  border: 1px solid var(--yellow--200);
  color: var(--yellow--700);
}
.lms-badge-yellow > i {
  color: var(--yellow--500);
}
.lms-badge-green {
  background: var(--green--50);
  border: 1px solid var(--green--200);
  color: var(--green--700);
}
.lms-badge-green > i {
  color: var(--green--500);
}
.lms-badge-blue-dark {
  background: var(--blue-dark--50);
  border: 1px solid var(--blue-dark--200);
  color: var(--blue-dark--700);
}
.lms-badge-blue-dark > i {
  color: var(--blue-dark--500);
}
.lms-badge-moss {
  background: var(--moss--50);
  border: 1px solid var(--moss--200);
  color: var(--moss--700);
}
.lms-badge-moss > i {
  color: var(--moss--500);
}
.lms-badge-orange-dark {
  background: var(--orange-dark--50);
  border: 1px solid var(--orange-dark--200);
  color: var(--orange-dark--700);
}
.lms-badge-orange-dark > i {
  color: var(--orange-dark--500);
}
.table.lms-table-standard {
  margin-bottom: 0px;
}
.table.lms-table-standard th {
  background: var(--gray--50);
  font-size: 0.75rem;
  font-weight: 500;
  border-bottom: 1px solid var(--gray--200);
  color: var(--gray--600);
  padding: 12px 24px;
  vertical-align: middle;
}
.table.lms-table-standard th i {
  visibility: hidden;
  background-color: transparent;
  line-height: normal;
  font-size: 18px;
  transform: translateY(3px);
}
.table.lms-table-standard td {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--gray--600);
  padding: 12px 24px;
  vertical-align: middle;
  transition: all 0.5s;
}
.table.lms-table-standard td a.link {
  text-decoration: none;
  color: inherit;
}
.table.lms-table-standard td .flex-center-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.table.lms-table-standard td .flex-center-start i {
  font-size: 24px;
}
.table.lms-table-standard tbody tr {
  border-color: var(--gray--200);
}
.table.lms-table-standard tbody tr:hover td {
  background: var(--gray--50);
}
.table.lms-table-standard tbody tr.no-hover:hover td {
  background: transparent;
}
.table.lms-table-standard tbody tr.tr-background-gray50 td {
  background: var(--gray--50);
}
.table.lms-table-standard tbody tr.tr-background-gray25 td {
  background: var(--gray--25);
}
.table-no-results {
  text-align: center;
  display: block;
  margin-top: 35px;
  margin-bottom: 35px;
  color: var(--gray--400);
}
.table.lms-table-standard.lms-standalone-table {
  border-bottom: 1px solid var(--gray--200);
}
.table.lms-table-standard.lms-standalone-table th:first-child {
  border-top-left-radius: 12px;
}
.table.lms-table-standard.lms-standalone-table th:last-child {
  border-top-right-radius: 12px;
}
.table.lms-table-standard.lms-standalone-table tr:last-child td:first-child {
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 12px;
}
.table.lms-table-standard.lms-standalone-table tr:last-child td:last-child {
  border-bottom: 1px solid transparent;
  border-bottom-right-radius: 12px;
}
.table.lms-table-standard.lms-no-pagination tr:last-child > td {
  border-bottom: 1px solid transparent;
}
.table.lms-table-standard.lms-no-pagination tr:last-child > td tr:last-child td {
  border-bottom: 1px solid var(--gray--210);
}
.table.lms-table-standard.lms-no-pagination tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.table.lms-table-standard.lms-no-pagination tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.table.lms-table-standard.lms-no-header th:first-child {
  border-top-left-radius: 12px;
}
.table.lms-table-standard.lms-no-header th:last-child {
  border-top-right-radius: 12px;
}
.table.lms-table-standard.rounded {
  border-bottom: transparent;
}
.table.lms-table-standard.rounded th:first-child {
  border-top-left-radius: 12px;
}
.table.lms-table-standard.rounded th:last-child {
  border-top-right-radius: 12px;
}
.table.lms-table-standard.rounded tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.table.lms-table-standard.rounded tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.table.lms-table-standard.lms-rounded {
  border-bottom: 1px solid var(--gray--200);
}
.table.lms-table-standard.lms-rounded th:first-child {
  border-top-left-radius: 12px;
}
.table.lms-table-standard.lms-rounded th:last-child {
  border-top-right-radius: 12px;
}
.table.lms-table-standard.lms-rounded tr:last-child td:first-child {
  border-bottom: 1px solid transparent;
}
.table.lms-table-standard.lms-rounded tr:last-child td:last-child {
  border-bottom: 1px solid transparent;
}
.lms-border {
  border-radius: 12px !important;
  border: 1px solid var(--gray--200);
}
.table.lms-table-keyvalue {
  margin-bottom: 0px;
  background-color: inherit;
}
.table.lms-table-keyvalue thead th.keyvalue-header {
  padding: 0px;
  color: var(--gray--900);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.table.lms-table-keyvalue tbody tr {
  padding: 0px;
  border-bottom: 1px solid var(--gray--100);
  color: var(--gray--900);
  vertical-align: middle;
}
.table.lms-table-keyvalue tbody tr td {
  padding: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: var(--gray--900);
}
.table.lms-table-keyvalue tbody tr td:last-child {
  color: var(--gray--600);
  text-align: right;
  font-weight: 400;
}
.table.lms-table-keyvalue tbody tr:hover td {
  background: var(--gray--50);
}
.table.lms-table-keyvalue tbody tr.tr-background-gray50 td {
  background: var(--gray--50);
}
.asc {
  background-color: green;
}
.asc i {
  visibility: visible !important;
}
.desc {
  background-color: green;
}
.desc i {
  visibility: visible !important;
}
.tr-background-gray25 > tr {
  background-color: var(--gray--25);
}
.tr-background-gray25 > tr > td {
  background-color: var(--gray--25);
}
.tr-background-gray25 td {
  background-color: var(--gray--25);
}
.lms-table-in-card tr:last-child td {
  border-bottom: 1px solid transparent;
}
.custom-pagination-template {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px 16px 24px;
}
.custom-pagination-template .pagination-previous,
.custom-pagination-template .pagination-next {
  display: flex;
  align-items: center;
}
.custom-pagination-template .pagination-previous button,
.custom-pagination-template .pagination-next button {
  background: var(--base---white);
  border: 1px solid var(--gray--300);
  color: var(--gray--700);
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.5s;
}
.custom-pagination-template .pagination-previous button:hover,
.custom-pagination-template .pagination-next button:hover {
  background: var(--gray--100);
}
.custom-pagination-template .pagination-previous .disabled,
.custom-pagination-template .pagination-next .disabled {
  color: var(--gray--800);
  cursor: unset;
  font-weight: 500;
  background: var(--gray--100);
}
.custom-pagination-template .pagination-pages {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-pagination-template .pagination-pages button {
  border: none;
  border-radius: 8px;
  background: var(--base---white);
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  color: var(--gray--600);
  cursor: pointer;
}
.custom-pagination-template .pagination-pages button:hover {
  background: var(--gray--100);
}
.custom-pagination-template .pagination-pages button.disabled {
  color: var(--gray--800);
  cursor: unset;
  font-weight: 500;
  background: var(--gray--100);
}
.lms-tooltip {
  max-width: 315px;
  background-color: var(--gray--900);
  padding: 8px 12px;
  border-radius: 8px;
  position: relative;
  font-size: 12px;
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}
.lms-tooltip .tooltip-title {
  color: var(--base---white);
  font-weight: 600;
}
.lms-tooltip .tooltip-content {
  padding-top: 5px;
  color: var(--gray--300);
  font-weight: 500;
  line-height: 1rem;
}
.lms-tooltip .tooltip-content span {
  display: block;
}
.lms-tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.lms-tooltip.lms-white-tooltip {
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  background-color: var(--base---white);
}
.lms-tooltip.lms-white-tooltip .tooltip-title {
  color: var(--gray--700);
  font-weight: 600;
}
.lms-tooltip.lms-white-tooltip .tooltip-content {
  padding-top: 5px;
  color: var(--gray--600);
  font-weight: 500;
}
.tooltip-top .tooltip-arrow {
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px 5px 0 5px;
  border-color: var(--gray--900) transparent transparent transparent;
}
.tooltip-bottom .tooltip-arrow {
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent var(--gray--900) transparent;
}
.tooltip-left .tooltip-arrow {
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent var(--gray--900);
}
.tooltip-right .tooltip-arrow {
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  border-width: 5px 5px 5px 0;
  border-color: transparent var(--gray--900) transparent transparent;
}
.lms-tooltip.lms-white-tooltip.tooltip-top-left .tooltip-arrow {
  bottom: -7px;
  left: 10%;
  transform: translateY(-50%);
  border-width: 5px 5px 0 5px;
  border-color: var(--base---white) transparent transparent transparent;
}
.lms-tooltip.lms-white-tooltip.tooltip-top-right .tooltip-arrow {
  bottom: -7px;
  right: 10%;
  transform: translateY(-50%);
  border-width: 5px 5px 0 5px;
  border-color: var(--base---white) transparent transparent transparent;
}
.lms-tooltip.lms-white-tooltip.tooltip-bottom-left .tooltip-arrow {
  top: -5px;
  left: 10%;
  transform: translateY(-50%);
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent var(--base---white) transparent;
}
.lms-tooltip.lms-white-tooltip.tooltip-bottom-right .tooltip-arrow {
  top: -5px;
  right: 10%;
  transform: translateY(-50%);
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent var(--base---white) transparent;
}
.lms-tooltip.lms-white-tooltip.tooltip-top .tooltip-arrow {
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px 5px 0 5px;
  border-color: var(--base---white) transparent transparent transparent;
}
.lms-tooltip.lms-white-tooltip.tooltip-bottom .tooltip-arrow {
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent var(--base---white) transparent;
}
.lms-tooltip.lms-white-tooltip.tooltip-left .tooltip-arrow {
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent var(--base---white);
}
.lms-tooltip.lms-white-tooltip.tooltip-right .tooltip-arrow {
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
  border-width: 5px 5px 5px 0;
  border-color: transparent var(--base---white) transparent transparent;
}
.ql-toolbar.ql-snow {
  border: red !important;
  border-radius: 8px 8px 0px 0px;
  background: var(--gray--50, #F9FAFB);
  padding: 8px;
}
.ql-container.ql-snow {
  border: red !important;
  border-radius: 0px 0px 8px 8px;
  background: white;
  height: 180px;
}
.ql-editor {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.lms-dropdown {
  position: relative;
}
.lms-dropdown .lms-dropdown-menu {
  display: block;
  position: absolute;
  border-radius: 8px;
  border: 1px solid var(--gray--200, #EAECF0);
  box-shadow: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  background-color: white;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  width: 240px;
  max-height: 300px;
  overflow-y: auto;
  padding: 4px 0px;
}
.lms-dropdown .lms-dropdown-menu::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.lms-dropdown .lms-dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--gray--200);
  border-radius: 9999px;
}
.lms-dropdown .lms-dropdown-menu.lms-bottom-left {
  right: 0;
  top: 100%;
}
.lms-dropdown .lms-dropdown-menu.lms-bottom-right {
  left: 0;
  top: 100%;
}
.lms-dropdown .lms-dropdown-menu.lms-top-left {
  left: 0;
  bottom: 42px;
}
.lms-dropdown .lms-dropdown-menu.lms-top-right {
  right: 0;
  bottom: 100%;
}
.lms-dropdown.open .lms-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.lms-dropdown-list-header-area {
  border-bottom: 1px solid var(--gray--200);
  padding: 10px 0px;
}
.lms-dropdown-list-header-area .lms-dropdown-list-header {
  margin: 0px 16px;
  color: var(--gray--700);
}
.lms-dropdown-hr {
  width: 100%;
  height: 1px;
  margin: 4px 0px;
  background-color: var(--gray--200);
}
.lms-dropdown-item-area {
  margin: 1px 6px;
  text-align: left;
}
.lms-dropdown-item-area:first-child {
  margin-top: 4px;
}
.lms-dropdown-item-area:last-child {
  margin-bottom: 4px;
}
.lms-dropdown-item-area .lms-dropdown-item {
  background: none;
  width: 100%;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #333;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  transition: all 0.3s ease;
}
.lms-dropdown-item-area .lms-dropdown-item i {
  font-size: 1rem;
}
.lms-dropdown-item-area .lms-dropdown-item i,
.lms-dropdown-item-area .lms-dropdown-item .checkbox-field {
  margin-right: 8px;
  cursor: pointer;
}
.lms-dropdown-item-area .lms-dropdown-item .dropdown-image {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-left: -2px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lms-dropdown-item-area .lms-dropdown-item:hover {
  background-color: var(--gray--100, #F4F6F9);
}
.lms-dropdown-item-area .lms-dropdown-item.selected-item {
  background-color: var(--gray--200);
}
.input-dropdown-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 50px;
  height: 38px;
  background-color: var(--gray--50);
  margin-left: -10px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 0px 12px;
  margin-right: 12px;
  border-right: 1px solid var(--gray--300);
}
.input-dropdown-area .input-dropdown-flag {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.input-dropdown-area .input-dropdown-arrow {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.input-dropdown-flag {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.input-dropdown-flag-none {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
  border-radius: 50%;
  background-color: var(--gray--300);
  display: block;
  content: "";
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  appearance: textfield;
}
.search-input {
  width: 100%;
  border-bottom: 1px solid var(--gray--300) !important;
  padding: 5px 5px 8px 5px;
  margin-bottom: 3px;
}
.search-input:focus {
  outline: none;
}
.lms-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid var(--gray--200);
  color: var(--gray--700);
  border-radius: 6px;
  padding: 2px 8px 2px 6px;
  justify-content: center;
  align-items: center;
}
.lms-tag::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--warning--500);
  margin-right: 6px;
  margin-bottom: 1px;
}
.lms-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  background-color: red;
}
.lms-tag-primary::before {
  background: var(--brand--500);
}
.lms-tag-secondary::before {
  background: var(--gray--500);
}
.lms-tag-warning::before {
  background: var(--warning--500);
}
.lms-tag-success::before {
  background: var(--success--500);
}
.lms-tag-danger::before {
  background: var(--error--500);
}
.lms-dot-primary::before {
  background: var(--brand--500);
}
.lms-dot-secondary::before {
  background: var(--gray--500);
}
.lms-dot-warning::before {
  background: var(--warning--500);
}
.lms-dot-success::before {
  background: var(--success--500);
}
.lms-dot-danger::before {
  background: var(--error--500);
}
.context-menu-v2 {
  background: white;
  border-radius: 8px;
  border: 1px solid var(--gray--200);
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(16, 24, 40, 0.03);
  display: flex;
  flex-direction: column;
  width: 220px;
  z-index: 9999;
}
.context-menu-v2 .menu-divider {
  height: 1px;
  background: var(--gray--200);
  margin: 1px 0;
}
.context-menu-v2 .menu-header {
  cursor: unset !important;
  border-bottom: 1px solid var(--gray--200);
}
.context-menu-v2 .menu-header:hover {
  background: none !important;
}
.context-menu-v2 .menu-header .caption {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  justify-content: start;
  width: 100%;
  overflow: hidden;
}
.context-menu-v2 .menu-header .caption span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.context-menu-v2 .menu-item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  cursor: pointer;
  color: var(--gray--700);
}
.context-menu-v2 .menu-item:hover {
  background: var(--gray--100);
}
.context-menu-v2 .menu-item:last-child {
  border-bottom: none;
  border-radius: 0 0 8px 8px;
}
.context-menu-v2 .menu-item:first-child {
  border-radius: 8px 8px 0 0;
}
.context-menu-v2 button {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
}
.context-menu-v2 button:hover {
  background: #f1f1f1;
}
.context-menu-v2 button i {
  margin-right: 8px;
  font-size: 16px;
  vertical-align: middle;
}
.lms-slideout-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.lms-standard-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.lms-standard-modal .lms-modal-content {
  width: 650px;
  background-color: #FFFFFF;
  border-radius: 12px;
}
.lms-standard-modal .lms-modal-content .lms-modal-header {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--gray--200);
}
.lms-standard-modal .lms-modal-content .lms-modal-header .lms-modal-title button {
  border: none;
  background: none;
  font-size: 24px;
  margin-right: 10px;
  color: var(--gray--400);
}
.lms-standard-modal .lms-modal-content .lms-modal-header .lms-modal-title button i {
  vertical-align: -6px;
}
.lms-standard-modal .lms-modal-content .lms-modal-header .lms-modal-close-btn {
  border: none;
  background: none;
  font-size: 24px;
}
.lms-standard-modal .lms-modal-content .lms-modal-body-wrapper {
  overflow-y: auto;
  max-height: 75vh;
  border-radius: 12px;
}
.lms-standard-modal .lms-modal-content .lms-modal-body-wrapper .lms-modal-body:first-of-type {
  padding-top: 15px;
}
.lms-standard-modal .lms-modal-content .lms-modal-body-wrapper .lms-modal-body:last-of-type {
  padding-bottom: 15px;
}
.lms-standard-modal .lms-modal-content .lms-modal-body {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 12px;
}
.lms-standard-modal .lms-modal-content .lms-modal-body .lms-modal-files {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lms-standard-modal .lms-modal-content .lms-modal-body .lms-modal-files .dnd-file-item:first-of-type {
  margin-top: 15px;
}
.lms-standard-modal .lms-modal-content .lms-modal-body .lms-modal-filedrop {
  border-radius: 12px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--gray--50);
  border: 1px solid var(--gray--200);
}
.lms-standard-modal .lms-modal-content .lms-modal-body .lms-modal-filedrop.dragging {
  background-color: var(--brand--200);
  border-color: var(--brand--600);
}
.lms-standard-modal .lms-modal-content .lms-modal-body .lms-modal-file-settings .file-icon-field {
  display: flex;
  align-items: start;
  gap: 8px;
}
.lms-standard-modal .lms-modal-content .lms-modal-body .lms-modal-file-settings .file-icon-field app-lms-text-input {
  width: 100%;
}
.lms-standard-modal .lms-modal-content .lms-modal-body .lms-modal-file-permissions .permission-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}
.lms-standard-modal .lms-modal-content .lms-modal-body .lms-modal-file-permissions .permission-label {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.lms-standard-modal .lms-modal-content .lms-modal-body .lms-modal-file-permissions .permission-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.lms-standard-modal .lms-modal-content .lms-modal-body .lms-modal-file-permissions .permission-actions i {
  cursor: pointer;
  color: var(--gray--500);
  font-size: 16px;
}
.lms-standard-modal .lms-modal-content .lms-modal-body .lms-modal-file-permissions .permission-actions i:hover {
  color: var(--gray--300);
}
.lms-standard-modal .lms-modal-content .lms-modal-body .lms-modal-file-permissions .permission-dropdown {
  text-wrap: nowrap;
}
.lms-standard-modal .lms-modal-content .lms-modal-body .lms-modal-file-permissions .permission-dropdown i {
  vertical-align: -2px;
}
.lms-standard-modal .lms-modal-content .lms-modal-footer {
  border-top: 1px solid var(--gray--200);
  padding: 24px;
  display: flex;
  justify-content: space-between;
}
.dnd-file-item {
  background: #FFFFFF;
  border: 1px solid var(--gray--200);
  border-radius: 12px;
  position: relative;
}
.dnd-file-item .dnd-file-remove {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  color: var(--gray--500);
  font-size: 16px;
}
.dnd-file-item .dnd-file-uploaded-success {
  position: absolute;
  top: 12px;
  right: 12px;
  color: var(--success--600);
  font-size: 16px;
}
.dnd-file-item .dnd-file-item-progress {
  width: 100%;
  height: 6px;
  background-color: var(--gray--200);
  border-radius: 3px;
  overflow: hidden;
  margin-top: 8px;
}
.dnd-file-item .dnd-file-item-progress .dnd-file-item-progress-bar {
  height: 100%;
  background-color: var(--brand--600);
  transition: width 0.3s ease;
}
.dnd-file-item .dnd-file-item-wrapper {
  padding: 16px;
}
.dnd-file-item .dnd-file-item-wrapper .dnd-file-item-content {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 12px;
}
.dnd-file-item .dnd-file-item-wrapper .dnd-file-item-content .dnd-file-item-stats {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 15px;
}
.dnd-file-item .dnd-file-item-wrapper .dnd-file-item-content .dnd-file-item-stats .dnd-file-item-stats-details {
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--gray--600);
}
.dnd-file-item .dnd-file-item-wrapper .dnd-file-item-content .dnd-file-item-stats .dnd-file-item-stats-details .spacer {
  margin-left: 5px;
  margin-right: 5px;
}
.dnd-file-item .dnd-file-item-wrapper .dnd-file-item-content .dnd-file-item-stats .dnd-file-item-stats-details .link {
  color: var(--brand--800);
  text-decoration: none;
  cursor: pointer;
}
.dnd-file-item .dnd-file-item-wrapper .dnd-file-item-content .dnd-file-item-stats .dnd-file-item-stats-details .link i {
  font-size: 16px;
  vertical-align: -3px;
  margin-right: 3px;
}
.dnd-file-item .dnd-file-item-wrapper .dnd-file-item-content .dnd-file-item-stats .dnd-file-item-stats-details .link:hover {
  color: var(--brand--600);
}
.dnd-file-item .dnd-file-item-wrapper .dnd-file-item-extra-info {
  margin-top: 12px;
  border-top: 1px solid var(--gray--200);
  padding-top: 12px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.dnd-file-item .dnd-file-item-wrapper .dnd-file-item-extra-info .extra-info-file-permissions {
  flex: 2;
  display: flex;
  align-items: start;
  gap: 8px;
  justify-content: start;
}
.dnd-file-item .dnd-file-item-wrapper .dnd-file-item-extra-info .extra-info-file-permissions .extra-info-file-permission-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 5px;
}
.dnd-file-item .dnd-file-item-wrapper .dnd-file-item-extra-info .extra-info-file-expiry {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
  text-align: right;
}
.stacked-avatar {
  display: flex;
  align-items: center;
}
.stacked-avatar app-avatar {
  border: 2px solid #FFFFFF;
  border-radius: 50px;
}
.stacked-avatar app-avatar:not(:first-child) {
  margin-left: -8px;
}
.stacked-avatar .extra-plus {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--gray--200);
  color: var(--gray--700);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  border: 2px solid #FFFFFF;
  margin-left: -8px;
}
.m32 {
  margin: 32px !important;
}
.mx32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.my32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.mt32 {
  margin-top: 32px !important;
}
.mb32 {
  margin-bottom: 32px !important;
}
.ms32 {
  margin-left: 32px !important;
}
.me32 {
  margin-right: 32px !important;
}
.m24 {
  margin: 24px !important;
}
.mx24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.my24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.ms24 {
  margin-left: 24px !important;
}
.me24 {
  margin-right: 24px !important;
}
.m21 {
  margin: 21px !important;
}
.mx21 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}
.my21 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}
.mt21 {
  margin-top: 21px !important;
}
.mb21 {
  margin-bottom: 21px !important;
}
.ms21 {
  margin-left: 21px !important;
}
.me21 {
  margin-right: 21px !important;
}
.m18 {
  margin: 18px !important;
}
.mx18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}
.my18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}
.mt18 {
  margin-top: 18px !important;
}
.mb18 {
  margin-bottom: 18px !important;
}
.ms18 {
  margin-left: 18px !important;
}
.me18 {
  margin-right: 18px !important;
}
.m16 {
  margin: 16px !important;
}
.mx16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.my16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.ms16 {
  margin-left: 16px !important;
}
.me16 {
  margin-right: 16px !important;
}
.m12 {
  margin: 12px !important;
}
.mx12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.my12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.ms12 {
  margin-left: 12px !important;
}
.me12 {
  margin-right: 12px !important;
}
.m8 {
  margin: 8px !important;
}
.mx8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.my8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.ms8 {
  margin-left: 8px !important;
}
.me8 {
  margin-right: 8px !important;
}
.m6 {
  margin: 6px !important;
}
.mx6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.my6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}
.mt6 {
  margin-top: 6px !important;
}
.mb6 {
  margin-bottom: 6px !important;
}
.ms6 {
  margin-left: 6px !important;
}
.me6 {
  margin-right: 6px !important;
}
.m4 {
  margin: 4px !important;
}
.mx4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.my4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mt4 {
  margin-top: 4px !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.ms4 {
  margin-left: 4px !important;
}
.me4 {
  margin-right: 4px !important;
}
:root {
  --base---white: #FFFFFF;
  --base---black: #000000;
  --gray--25: #FCFCFD;
  --gray--50: #F9FAFB;
  --gray--100: #F2F4F7;
  --gray--200: #EAECF0;
  --gray--300: #D0D5DD;
  --gray--400: #98A2B3;
  --gray--500: #667085;
  --gray--600: #475467;
  --gray--700: #344054;
  --gray--800: #182230;
  --gray--900: #101828;
  --gray--950: #0C111D;
  --brand--25: #F5F8FF;
  --brand--50: #EFF4FF;
  --brand--100: #D1E0FF;
  --brand--200: #B2CCFF;
  --brand--300: #84ADFF;
  --brand--400: #528BFF;
  --brand--500: #2970FF;
  --brand--600: #155EEF;
  --brand--700: #004EEB;
  --brand--800: #0040C1;
  --brand--900: #00359E;
  --brand--950: #002266;
  --error--25: #FFFBFA;
  --error--50: #FEF3F2;
  --error--100: #FEE4E2;
  --error--200: #FECDCA;
  --error--300: #FDA29B;
  --error--400: #F97066;
  --error--500: #F04438;
  --error--600: #D92D20;
  --error--700: #B42318;
  --error--800: #912018;
  --error--900: #7A271A;
  --error--950: #55160C;
  --warning--25: #FFFCF5;
  --warning--50: #FFFAEB;
  --warning--100: #FEF0C7;
  --warning--200: #FEDF89;
  --warning--300: #FEC84B;
  --warning--400: #FDB022;
  --warning--500: #F79009;
  --warning--600: #DC6803;
  --warning--700: #B54708;
  --warning--800: #93370D;
  --warning--900: #7A2E0E;
  --warning--950: #4E1D09;
  --orange-dark--25: #FFF9F5;
  --orange-dark--50: #FFF4ED;
  --orange-dark--100: #FFE6D5;
  --orange-dark--200: #FFD6AE;
  --orange-dark--300: #FF9C66;
  --orange-dark--400: #FF692E;
  --orange-dark--500: #FF4405;
  --orange-dark--600: #E62E05;
  --orange-dark--700: #BC1B06;
  --orange-dark--800: #97180C;
  --orange-dark--900: #771A0D;
  --orange-dark--950: #57130A;
  --success--25: #F6FEF9;
  --success--50: #ECFDF3;
  --success--100: #DCFAE6;
  --success--200: #ABEFC6;
  --success--300: #75E0A7;
  --success--400: #47CD89;
  --success--500: #17B26A;
  --success--600: #079455;
  --success--700: #067647;
  --success--800: #085D3A;
  --success--900: #074D31;
  --success--950: #053321;
  --gray-blue--25: #FCFCFD;
  --gray-blue--50: #F8F9FC;
  --gray-blue--100: #EAECF5;
  --gray-blue--200: #D5D9EB;
  --gray-blue--300: #B3B8DB;
  --gray-blue--400: #717BBC;
  --gray-blue--500: #4E5BA6;
  --gray-blue--600: #3E4784;
  --gray-blue--700: #363F72;
  --gray-blue--800: #293056;
  --gray-blue--900: #101323;
  --gray-blue--950: #0D0F1C;
  --gray-cool--25: #FCFCFD;
  --gray-cool--50: #F9F9FB;
  --gray-cool--100: #EFF1F5;
  --gray-cool--200: #DCDFEA;
  --gray-cool--300: #B9C0D4;
  --gray-cool--400: #7D89B0;
  --gray-cool--500: #5D6B98;
  --gray-cool--600: #4A5578;
  --gray-cool--700: #404968;
  --gray-cool--800: #30374F;
  --gray-cool--900: #111322;
  --gray-cool--950: #0E101B;
  --gray-modern--25: #FCFCFD;
  --gray-modern--50: #F8FAFC;
  --gray-modern--100: #EEF2F6;
  --gray-modern--200: #E3E8EF;
  --gray-modern--300: #CDD5DF;
  --gray-modern--400: #9AA4B2;
  --gray-modern--500: #697586;
  --gray-modern--600: #4B5565;
  --gray-modern--700: #364152;
  --gray-modern--800: #202939;
  --gray-modern--900: #121926;
  --gray-modern--950: #0D121C;
  --gray-neutral--25: #FCFCFD;
  --gray-neutral--50: #F9FAFB;
  --gray-neutral--100: #F3F4F6;
  --gray-neutral--200: #E5E7EB;
  --gray-neutral--300: #D2D6DB;
  --gray-neutral--400: #9DA4AE;
  --gray-neutral--500: #6C737F;
  --gray-neutral--600: #4D5761;
  --gray-neutral--700: #384250;
  --gray-neutral--800: #1F2A37;
  --gray-neutral--900: #111927;
  --gray-neutral--950: #0D121C;
  --gray-iron--25: #FCFCFC;
  --gray-iron--50: #FAFAFA;
  --gray-iron--100: #F4F4F5;
  --gray-iron--200: #E4E4E7;
  --gray-iron--300: #D1D1D6;
  --gray-iron--400: #A0A0AB;
  --gray-iron--500: #70707B;
  --gray-iron--600: #51525C;
  --gray-iron--700: #3F3F46;
  --gray-iron--800: #26272B;
  --gray-iron--900: #18181B;
  --gray-iron--950: #131316;
  --gray-true--25: #FCFCFC;
  --gray-true--50: #FAFAFA;
  --gray-true--100: #F5F5F5;
  --gray-true--200: #E5E5E5;
  --gray-true--300: #D6D6D6;
  --gray-true--400: #A3A3A3;
  --gray-true--500: #737373;
  --gray-true--600: #525252;
  --gray-true--700: #424242;
  --gray-true--800: #292929;
  --gray-true--900: #141414;
  --gray-true--950: #0F0F0F;
  --gray-warm--25: #FDFDFC;
  --gray-warm--50: #FAFAF9;
  --gray-warm--100: #F5F5F4;
  --gray-warm--200: #E7E5E4;
  --gray-warm--300: #D7D3D0;
  --gray-warm--400: #A9A29D;
  --gray-warm--500: #79716B;
  --gray-warm--600: #57534E;
  --gray-warm--700: #44403C;
  --gray-warm--800: #292524;
  --gray-warm--900: #1C1917;
  --gray-warm--950: #171412;
  --moss--25: #FAFDF7;
  --moss--50: #F5FBEE;
  --moss--100: #E6F4D7;
  --moss--200: #CEEAB0;
  --moss--300: #ACDC79;
  --moss--400: #86CB3C;
  --moss--500: #669F2A;
  --moss--600: #4F7A21;
  --moss--700: #3F621A;
  --moss--800: #335015;
  --moss--900: #2B4212;
  --moss--950: #1D2E0A;
  --green-light--25: #FAFEF5;
  --green-light--50: #F3FEE7;
  --green-light--100: #E4FBCC;
  --green-light--200: #D0F8AB;
  --green-light--300: #A6EF67;
  --green-light--400: #85E13A;
  --green-light--500: #66C61C;
  --green-light--600: #4CA30D;
  --green-light--700: #3B7C0F;
  --green-light--800: #326212;
  --green-light--900: #2B5314;
  --green-light--950: #1A340A;
  --green--25: #F6FEF9;
  --green--50: #EDFCF2;
  --green--100: #D3F8DF;
  --green--200: #AAF0C4;
  --green--300: #73E2A3;
  --green--400: #3CCB7F;
  --green--500: #16B364;
  --green--600: #099250;
  --green--700: #087443;
  --green--800: #095C37;
  --green--900: #084C2E;
  --green--950: #052E1C;
  --cyan--25: #F5FEFF;
  --cyan--50: #ECFDFF;
  --cyan--100: #CFF9FE;
  --cyan--200: #A5F0FC;
  --cyan--300: #67E3F9;
  --cyan--400: #22CCEE;
  --cyan--500: #06AED4;
  --cyan--600: #088AB2;
  --cyan--700: #0E7090;
  --cyan--800: #155B75;
  --cyan--900: #164C63;
  --cyan--950: #0C2F40;
  --blue-light--25: #F5FBFF;
  --blue-light--50: #F0F9FF;
  --blue-light--100: #E0F2FE;
  --blue-light--200: #B9E6FE;
  --blue-light--300: #7CD4FD;
  --blue-light--400: #36BFFA;
  --blue-light--500: #0BA5EC;
  --blue-light--600: #0086C9;
  --blue-light--700: #026AA2;
  --blue-light--800: #065986;
  --blue-light--900: #0B4A6F;
  --blue-light--950: #062C43;
  --blue--25: #F5FAFF;
  --blue--50: #EFF8FF;
  --blue--100: #D1E9FF;
  --blue--200: #B2DDFF;
  --blue--300: #84CAFF;
  --blue--400: #53B1FD;
  --blue--500: #2E90FA;
  --blue--600: #1570EF;
  --blue--700: #175CD3;
  --blue--800: #1849A9;
  --blue--900: #194185;
  --blue--950: #0E2A5E;
  --blue-dark--25: #F5F8FF;
  --blue-dark--50: #EFF4FF;
  --blue-dark--100: #D1E0FF;
  --blue-dark--200: #B2CCFF;
  --blue-dark--300: #84ADFF;
  --blue-dark--400: #528BFF;
  --blue-dark--500: #2970FF;
  --blue-dark--600: #155EEF;
  --blue-dark--700: #004EEB;
  --blue-dark--800: #0040C1;
  --blue-dark--900: #00359E;
  --blue-dark--950: #002266;
  --indigo--25: #F5F8FF;
  --indigo--50: #EEF4FF;
  --indigo--100: #E0EAFF;
  --indigo--200: #C7D7FE;
  --indigo--300: #A4BCFD;
  --indigo--400: #8098F9;
  --indigo--500: #6172F3;
  --indigo--600: #444CE7;
  --indigo--700: #3538CD;
  --indigo--800: #2D31A6;
  --indigo--900: #2D3282;
  --indigo--950: #1C1D5B;
  --violet--25: #FAFAFF;
  --violet--50: #F4F3FF;
  --violet--100: #EBE9FE;
  --violet--200: #D9D6FE;
  --violet--300: #BDB4FE;
  --violet--400: #9B8AFB;
  --violet--500: #7A5AF8;
  --violet--600: #6938EF;
  --violet--700: #5925DC;
  --violet--800: #4A1FB8;
  --violet--900: #3E1C96;
  --violet--950: #271A59;
  --purple--25: #FAFAFF;
  --purple--50: #F4F3FF;
  --purple--100: #EBE9FE;
  --purple--200: #D9D6FE;
  --purple--300: #BDB4FE;
  --purple--400: #9B8AFB;
  --purple--500: #7A5AF8;
  --purple--600: #6938EF;
  --purple--700: #5925DC;
  --purple--800: #4A1FB8;
  --purple--900: #3E1C96;
  --purple--950: #271A59;
  --fuchsia--25: #FEFAFF;
  --fuchsia--50: #FDF4FF;
  --fuchsia--100: #FBE8FF;
  --fuchsia--200: #F6D0FE;
  --fuchsia--300: #EEAAFD;
  --fuchsia--400: #E478FA;
  --fuchsia--500: #D444F1;
  --fuchsia--600: #BA24D5;
  --fuchsia--700: #9F1AB1;
  --fuchsia--800: #821890;
  --fuchsia--900: #6F1877;
  --fuchsia--950: #491049;
  --pink--25: #FEF6FB;
  --pink--50: #FDF2FA;
  --pink--100: #FCE7F6;
  --pink--200: #FCCEEE;
  --pink--300: #FAA7E0;
  --pink--400: #F670C7;
  --pink--500: #EE46BC;
  --pink--600: #DD2590;
  --pink--700: #C11574;
  --pink--800: #9E165F;
  --pink--900: #851651;
  --pink--950: #520D35;
  --rose--25: #FFF5F6;
  --rose--50: #FFF1F3;
  --rose--100: #FFE4E8;
  --rose--200: #FECDD6;
  --rose--300: #FEA3B4;
  --rose--400: #FD6F8E;
  --rose--500: #F63D68;
  --rose--600: #E31B54;
  --rose--700: #C01048;
  --rose--800: #A11043;
  --rose--900: #89123E;
  --rose--950: #610C2D;
  --orange--25: #FFFAF5;
  --orange--50: #FFF6ED;
  --orange--100: #FFEAD5;
  --orange--200: #FDDCAB;
  --orange--300: #FEB273;
  --orange--400: #FD853A;
  --orange--500: #FB6514;
  --orange--600: #EC4A0A;
  --orange--700: #C4320A;
  --orange--800: #9C2A10;
  --orange--900: #7E2410;
  --orange--950: #4E1609;
  --yellow--25: #FEFDF0;
  --yellow--50: #FEFBE8;
  --yellow--100: #FEF7C3;
  --yellow--200: #FEEE95;
  --yellow--300: #FDE272;
  --yellow--400: #FAC515;
  --yellow--500: #EAAA08;
  --yellow--600: #CA8504;
  --yellow--700: #A15C07;
  --yellow--800: #854A0E;
  --yellow--900: #713B12;
  --yellow--950: #442205;
  --teal--25: #F6FEFC;
  --teal--50: #F0FDF9;
  --teal--100: #CCFBEF;
  --teal--200: #99F6E0;
  --teal--300: #5FE9D0;
  --teal--400: #2ED3B7;
  --teal--500: #15B79E;
  --teal--600: #0E9384;
  --teal--700: #107569;
  --teal--800: #125D56;
  --teal--900: #134E48;
  --teal--950: #0A2926;
}
.text-base---white {
  color: #FFFFFF !important;
}
.bg-base---white {
  background-color: #FFFFFF !important;
}
.border-base---white {
  border-color: #FFFFFF !important;
}
.text-base---black {
  color: #000000 !important;
}
.bg-base---black {
  background-color: #000000 !important;
}
.border-base---black {
  border-color: #000000 !important;
}
.text-gray--25 {
  color: #FCFCFD !important;
}
.bg-gray--25 {
  background-color: #FCFCFD !important;
}
.border-gray--25 {
  border-color: #FCFCFD !important;
}
.text-gray--50 {
  color: #F9FAFB !important;
}
.bg-gray--50 {
  background-color: #F9FAFB !important;
}
.border-gray--50 {
  border-color: #F9FAFB !important;
}
.text-gray--100 {
  color: #F2F4F7 !important;
}
.bg-gray--100 {
  background-color: #F2F4F7 !important;
}
.border-gray--100 {
  border-color: #F2F4F7 !important;
}
.text-gray--200 {
  color: #EAECF0 !important;
}
.bg-gray--200 {
  background-color: #EAECF0 !important;
}
.border-gray--200 {
  border-color: #EAECF0 !important;
}
.text-gray--300 {
  color: #D0D5DD !important;
}
.bg-gray--300 {
  background-color: #D0D5DD !important;
}
.border-gray--300 {
  border-color: #D0D5DD !important;
}
.text-gray--400 {
  color: #98A2B3 !important;
}
.bg-gray--400 {
  background-color: #98A2B3 !important;
}
.border-gray--400 {
  border-color: #98A2B3 !important;
}
.text-gray--500 {
  color: #667085 !important;
}
.bg-gray--500 {
  background-color: #667085 !important;
}
.border-gray--500 {
  border-color: #667085 !important;
}
.text-gray--600 {
  color: #475467 !important;
}
.bg-gray--600 {
  background-color: #475467 !important;
}
.border-gray--600 {
  border-color: #475467 !important;
}
.text-gray--700 {
  color: #344054 !important;
}
.bg-gray--700 {
  background-color: #344054 !important;
}
.border-gray--700 {
  border-color: #344054 !important;
}
.text-gray--800 {
  color: #182230 !important;
}
.bg-gray--800 {
  background-color: #182230 !important;
}
.border-gray--800 {
  border-color: #182230 !important;
}
.text-gray--900 {
  color: #101828 !important;
}
.bg-gray--900 {
  background-color: #101828 !important;
}
.border-gray--900 {
  border-color: #101828 !important;
}
.text-gray--950 {
  color: #0C111D !important;
}
.bg-gray--950 {
  background-color: #0C111D !important;
}
.border-gray--950 {
  border-color: #0C111D !important;
}
.text-brand--25 {
  color: #F5F8FF !important;
}
.bg-brand--25 {
  background-color: #F5F8FF !important;
}
.border-brand--25 {
  border-color: #F5F8FF !important;
}
.text-brand--50 {
  color: #EFF4FF !important;
}
.bg-brand--50 {
  background-color: #EFF4FF !important;
}
.border-brand--50 {
  border-color: #EFF4FF !important;
}
.text-brand--100 {
  color: #D1E0FF !important;
}
.bg-brand--100 {
  background-color: #D1E0FF !important;
}
.border-brand--100 {
  border-color: #D1E0FF !important;
}
.text-brand--200 {
  color: #B2CCFF !important;
}
.bg-brand--200 {
  background-color: #B2CCFF !important;
}
.border-brand--200 {
  border-color: #B2CCFF !important;
}
.text-brand--300 {
  color: #84ADFF !important;
}
.bg-brand--300 {
  background-color: #84ADFF !important;
}
.border-brand--300 {
  border-color: #84ADFF !important;
}
.text-brand--400 {
  color: #528BFF !important;
}
.bg-brand--400 {
  background-color: #528BFF !important;
}
.border-brand--400 {
  border-color: #528BFF !important;
}
.text-brand--500 {
  color: #2970FF !important;
}
.bg-brand--500 {
  background-color: #2970FF !important;
}
.border-brand--500 {
  border-color: #2970FF !important;
}
.text-brand--600 {
  color: #155EEF !important;
}
.bg-brand--600 {
  background-color: #155EEF !important;
}
.border-brand--600 {
  border-color: #155EEF !important;
}
.text-brand--700 {
  color: #004EEB !important;
}
.bg-brand--700 {
  background-color: #004EEB !important;
}
.border-brand--700 {
  border-color: #004EEB !important;
}
.text-brand--800 {
  color: #0040C1 !important;
}
.bg-brand--800 {
  background-color: #0040C1 !important;
}
.border-brand--800 {
  border-color: #0040C1 !important;
}
.text-brand--900 {
  color: #00359E !important;
}
.bg-brand--900 {
  background-color: #00359E !important;
}
.border-brand--900 {
  border-color: #00359E !important;
}
.text-brand--950 {
  color: #002266 !important;
}
.bg-brand--950 {
  background-color: #002266 !important;
}
.border-brand--950 {
  border-color: #002266 !important;
}
.text-error--25 {
  color: #FFFBFA !important;
}
.bg-error--25 {
  background-color: #FFFBFA !important;
}
.border-error--25 {
  border-color: #FFFBFA !important;
}
.text-error--50 {
  color: #FEF3F2 !important;
}
.bg-error--50 {
  background-color: #FEF3F2 !important;
}
.border-error--50 {
  border-color: #FEF3F2 !important;
}
.text-error--100 {
  color: #FEE4E2 !important;
}
.bg-error--100 {
  background-color: #FEE4E2 !important;
}
.border-error--100 {
  border-color: #FEE4E2 !important;
}
.text-error--200 {
  color: #FECDCA !important;
}
.bg-error--200 {
  background-color: #FECDCA !important;
}
.border-error--200 {
  border-color: #FECDCA !important;
}
.text-error--300 {
  color: #FDA29B !important;
}
.bg-error--300 {
  background-color: #FDA29B !important;
}
.border-error--300 {
  border-color: #FDA29B !important;
}
.text-error--400 {
  color: #F97066 !important;
}
.bg-error--400 {
  background-color: #F97066 !important;
}
.border-error--400 {
  border-color: #F97066 !important;
}
.text-error--500 {
  color: #F04438 !important;
}
.bg-error--500 {
  background-color: #F04438 !important;
}
.border-error--500 {
  border-color: #F04438 !important;
}
.text-error--600 {
  color: #D92D20 !important;
}
.bg-error--600 {
  background-color: #D92D20 !important;
}
.border-error--600 {
  border-color: #D92D20 !important;
}
.text-error--700 {
  color: #B42318 !important;
}
.bg-error--700 {
  background-color: #B42318 !important;
}
.border-error--700 {
  border-color: #B42318 !important;
}
.text-error--800 {
  color: #912018 !important;
}
.bg-error--800 {
  background-color: #912018 !important;
}
.border-error--800 {
  border-color: #912018 !important;
}
.text-error--900 {
  color: #7A271A !important;
}
.bg-error--900 {
  background-color: #7A271A !important;
}
.border-error--900 {
  border-color: #7A271A !important;
}
.text-error--950 {
  color: #55160C !important;
}
.bg-error--950 {
  background-color: #55160C !important;
}
.border-error--950 {
  border-color: #55160C !important;
}
.text-warning--25 {
  color: #FFFCF5 !important;
}
.bg-warning--25 {
  background-color: #FFFCF5 !important;
}
.border-warning--25 {
  border-color: #FFFCF5 !important;
}
.text-warning--50 {
  color: #FFFAEB !important;
}
.bg-warning--50 {
  background-color: #FFFAEB !important;
}
.border-warning--50 {
  border-color: #FFFAEB !important;
}
.text-warning--100 {
  color: #FEF0C7 !important;
}
.bg-warning--100 {
  background-color: #FEF0C7 !important;
}
.border-warning--100 {
  border-color: #FEF0C7 !important;
}
.text-warning--200 {
  color: #FEDF89 !important;
}
.bg-warning--200 {
  background-color: #FEDF89 !important;
}
.border-warning--200 {
  border-color: #FEDF89 !important;
}
.text-warning--300 {
  color: #FEC84B !important;
}
.bg-warning--300 {
  background-color: #FEC84B !important;
}
.border-warning--300 {
  border-color: #FEC84B !important;
}
.text-warning--400 {
  color: #FDB022 !important;
}
.bg-warning--400 {
  background-color: #FDB022 !important;
}
.border-warning--400 {
  border-color: #FDB022 !important;
}
.text-warning--500 {
  color: #F79009 !important;
}
.bg-warning--500 {
  background-color: #F79009 !important;
}
.border-warning--500 {
  border-color: #F79009 !important;
}
.text-warning--600 {
  color: #DC6803 !important;
}
.bg-warning--600 {
  background-color: #DC6803 !important;
}
.border-warning--600 {
  border-color: #DC6803 !important;
}
.text-warning--700 {
  color: #B54708 !important;
}
.bg-warning--700 {
  background-color: #B54708 !important;
}
.border-warning--700 {
  border-color: #B54708 !important;
}
.text-warning--800 {
  color: #93370D !important;
}
.bg-warning--800 {
  background-color: #93370D !important;
}
.border-warning--800 {
  border-color: #93370D !important;
}
.text-warning--900 {
  color: #7A2E0E !important;
}
.bg-warning--900 {
  background-color: #7A2E0E !important;
}
.border-warning--900 {
  border-color: #7A2E0E !important;
}
.text-warning--950 {
  color: #4E1D09 !important;
}
.bg-warning--950 {
  background-color: #4E1D09 !important;
}
.border-warning--950 {
  border-color: #4E1D09 !important;
}
.text-orange-dark--25 {
  color: #FFF9F5 !important;
}
.bg-orange-dark--25 {
  background-color: #FFF9F5 !important;
}
.border-orange-dark--25 {
  border-color: #FFF9F5 !important;
}
.text-orange-dark--50 {
  color: #FFF4ED !important;
}
.bg-orange-dark--50 {
  background-color: #FFF4ED !important;
}
.border-orange-dark--50 {
  border-color: #FFF4ED !important;
}
.text-orange-dark--100 {
  color: #FFE6D5 !important;
}
.bg-orange-dark--100 {
  background-color: #FFE6D5 !important;
}
.border-orange-dark--100 {
  border-color: #FFE6D5 !important;
}
.text-orange-dark--200 {
  color: #FFD6AE !important;
}
.bg-orange-dark--200 {
  background-color: #FFD6AE !important;
}
.border-orange-dark--200 {
  border-color: #FFD6AE !important;
}
.text-orange-dark--300 {
  color: #FF9C66 !important;
}
.bg-orange-dark--300 {
  background-color: #FF9C66 !important;
}
.border-orange-dark--300 {
  border-color: #FF9C66 !important;
}
.text-orange-dark--400 {
  color: #FF692E !important;
}
.bg-orange-dark--400 {
  background-color: #FF692E !important;
}
.border-orange-dark--400 {
  border-color: #FF692E !important;
}
.text-orange-dark--500 {
  color: #FF4405 !important;
}
.bg-orange-dark--500 {
  background-color: #FF4405 !important;
}
.border-orange-dark--500 {
  border-color: #FF4405 !important;
}
.text-orange-dark--600 {
  color: #E62E05 !important;
}
.bg-orange-dark--600 {
  background-color: #E62E05 !important;
}
.border-orange-dark--600 {
  border-color: #E62E05 !important;
}
.text-orange-dark--700 {
  color: #BC1B06 !important;
}
.bg-orange-dark--700 {
  background-color: #BC1B06 !important;
}
.border-orange-dark--700 {
  border-color: #BC1B06 !important;
}
.text-orange-dark--800 {
  color: #97180C !important;
}
.bg-orange-dark--800 {
  background-color: #97180C !important;
}
.border-orange-dark--800 {
  border-color: #97180C !important;
}
.text-orange-dark--900 {
  color: #771A0D !important;
}
.bg-orange-dark--900 {
  background-color: #771A0D !important;
}
.border-orange-dark--900 {
  border-color: #771A0D !important;
}
.text-orange-dark--950 {
  color: #57130A !important;
}
.bg-orange-dark--950 {
  background-color: #57130A !important;
}
.border-orange-dark--950 {
  border-color: #57130A !important;
}
.text-success--25 {
  color: #F6FEF9 !important;
}
.bg-success--25 {
  background-color: #F6FEF9 !important;
}
.border-success--25 {
  border-color: #F6FEF9 !important;
}
.text-success--50 {
  color: #ECFDF3 !important;
}
.bg-success--50 {
  background-color: #ECFDF3 !important;
}
.border-success--50 {
  border-color: #ECFDF3 !important;
}
.text-success--100 {
  color: #DCFAE6 !important;
}
.bg-success--100 {
  background-color: #DCFAE6 !important;
}
.border-success--100 {
  border-color: #DCFAE6 !important;
}
.text-success--200 {
  color: #ABEFC6 !important;
}
.bg-success--200 {
  background-color: #ABEFC6 !important;
}
.border-success--200 {
  border-color: #ABEFC6 !important;
}
.text-success--300 {
  color: #75E0A7 !important;
}
.bg-success--300 {
  background-color: #75E0A7 !important;
}
.border-success--300 {
  border-color: #75E0A7 !important;
}
.text-success--400 {
  color: #47CD89 !important;
}
.bg-success--400 {
  background-color: #47CD89 !important;
}
.border-success--400 {
  border-color: #47CD89 !important;
}
.text-success--500 {
  color: #17B26A !important;
}
.bg-success--500 {
  background-color: #17B26A !important;
}
.border-success--500 {
  border-color: #17B26A !important;
}
.text-success--600 {
  color: #079455 !important;
}
.bg-success--600 {
  background-color: #079455 !important;
}
.border-success--600 {
  border-color: #079455 !important;
}
.text-success--700 {
  color: #067647 !important;
}
.bg-success--700 {
  background-color: #067647 !important;
}
.border-success--700 {
  border-color: #067647 !important;
}
.text-success--800 {
  color: #085D3A !important;
}
.bg-success--800 {
  background-color: #085D3A !important;
}
.border-success--800 {
  border-color: #085D3A !important;
}
.text-success--900 {
  color: #074D31 !important;
}
.bg-success--900 {
  background-color: #074D31 !important;
}
.border-success--900 {
  border-color: #074D31 !important;
}
.text-success--950 {
  color: #053321 !important;
}
.bg-success--950 {
  background-color: #053321 !important;
}
.border-success--950 {
  border-color: #053321 !important;
}
.text-gray-blue--25 {
  color: #FCFCFD !important;
}
.bg-gray-blue--25 {
  background-color: #FCFCFD !important;
}
.border-gray-blue--25 {
  border-color: #FCFCFD !important;
}
.text-gray-blue--50 {
  color: #F8F9FC !important;
}
.bg-gray-blue--50 {
  background-color: #F8F9FC !important;
}
.border-gray-blue--50 {
  border-color: #F8F9FC !important;
}
.text-gray-blue--100 {
  color: #EAECF5 !important;
}
.bg-gray-blue--100 {
  background-color: #EAECF5 !important;
}
.border-gray-blue--100 {
  border-color: #EAECF5 !important;
}
.text-gray-blue--200 {
  color: #D5D9EB !important;
}
.bg-gray-blue--200 {
  background-color: #D5D9EB !important;
}
.border-gray-blue--200 {
  border-color: #D5D9EB !important;
}
.text-gray-blue--300 {
  color: #B3B8DB !important;
}
.bg-gray-blue--300 {
  background-color: #B3B8DB !important;
}
.border-gray-blue--300 {
  border-color: #B3B8DB !important;
}
.text-gray-blue--400 {
  color: #717BBC !important;
}
.bg-gray-blue--400 {
  background-color: #717BBC !important;
}
.border-gray-blue--400 {
  border-color: #717BBC !important;
}
.text-gray-blue--500 {
  color: #4E5BA6 !important;
}
.bg-gray-blue--500 {
  background-color: #4E5BA6 !important;
}
.border-gray-blue--500 {
  border-color: #4E5BA6 !important;
}
.text-gray-blue--600 {
  color: #3E4784 !important;
}
.bg-gray-blue--600 {
  background-color: #3E4784 !important;
}
.border-gray-blue--600 {
  border-color: #3E4784 !important;
}
.text-gray-blue--700 {
  color: #363F72 !important;
}
.bg-gray-blue--700 {
  background-color: #363F72 !important;
}
.border-gray-blue--700 {
  border-color: #363F72 !important;
}
.text-gray-blue--800 {
  color: #293056 !important;
}
.bg-gray-blue--800 {
  background-color: #293056 !important;
}
.border-gray-blue--800 {
  border-color: #293056 !important;
}
.text-gray-blue--900 {
  color: #101323 !important;
}
.bg-gray-blue--900 {
  background-color: #101323 !important;
}
.border-gray-blue--900 {
  border-color: #101323 !important;
}
.text-gray-blue--950 {
  color: #0D0F1C !important;
}
.bg-gray-blue--950 {
  background-color: #0D0F1C !important;
}
.border-gray-blue--950 {
  border-color: #0D0F1C !important;
}
.text-gray-cool--25 {
  color: #FCFCFD !important;
}
.bg-gray-cool--25 {
  background-color: #FCFCFD !important;
}
.border-gray-cool--25 {
  border-color: #FCFCFD !important;
}
.text-gray-cool--50 {
  color: #F9F9FB !important;
}
.bg-gray-cool--50 {
  background-color: #F9F9FB !important;
}
.border-gray-cool--50 {
  border-color: #F9F9FB !important;
}
.text-gray-cool--100 {
  color: #EFF1F5 !important;
}
.bg-gray-cool--100 {
  background-color: #EFF1F5 !important;
}
.border-gray-cool--100 {
  border-color: #EFF1F5 !important;
}
.text-gray-cool--200 {
  color: #DCDFEA !important;
}
.bg-gray-cool--200 {
  background-color: #DCDFEA !important;
}
.border-gray-cool--200 {
  border-color: #DCDFEA !important;
}
.text-gray-cool--300 {
  color: #B9C0D4 !important;
}
.bg-gray-cool--300 {
  background-color: #B9C0D4 !important;
}
.border-gray-cool--300 {
  border-color: #B9C0D4 !important;
}
.text-gray-cool--400 {
  color: #7D89B0 !important;
}
.bg-gray-cool--400 {
  background-color: #7D89B0 !important;
}
.border-gray-cool--400 {
  border-color: #7D89B0 !important;
}
.text-gray-cool--500 {
  color: #5D6B98 !important;
}
.bg-gray-cool--500 {
  background-color: #5D6B98 !important;
}
.border-gray-cool--500 {
  border-color: #5D6B98 !important;
}
.text-gray-cool--600 {
  color: #4A5578 !important;
}
.bg-gray-cool--600 {
  background-color: #4A5578 !important;
}
.border-gray-cool--600 {
  border-color: #4A5578 !important;
}
.text-gray-cool--700 {
  color: #404968 !important;
}
.bg-gray-cool--700 {
  background-color: #404968 !important;
}
.border-gray-cool--700 {
  border-color: #404968 !important;
}
.text-gray-cool--800 {
  color: #30374F !important;
}
.bg-gray-cool--800 {
  background-color: #30374F !important;
}
.border-gray-cool--800 {
  border-color: #30374F !important;
}
.text-gray-cool--900 {
  color: #111322 !important;
}
.bg-gray-cool--900 {
  background-color: #111322 !important;
}
.border-gray-cool--900 {
  border-color: #111322 !important;
}
.text-gray-cool--950 {
  color: #0E101B !important;
}
.bg-gray-cool--950 {
  background-color: #0E101B !important;
}
.border-gray-cool--950 {
  border-color: #0E101B !important;
}
.text-gray-modern--25 {
  color: #FCFCFD !important;
}
.bg-gray-modern--25 {
  background-color: #FCFCFD !important;
}
.border-gray-modern--25 {
  border-color: #FCFCFD !important;
}
.text-gray-modern--50 {
  color: #F8FAFC !important;
}
.bg-gray-modern--50 {
  background-color: #F8FAFC !important;
}
.border-gray-modern--50 {
  border-color: #F8FAFC !important;
}
.text-gray-modern--100 {
  color: #EEF2F6 !important;
}
.bg-gray-modern--100 {
  background-color: #EEF2F6 !important;
}
.border-gray-modern--100 {
  border-color: #EEF2F6 !important;
}
.text-gray-modern--200 {
  color: #E3E8EF !important;
}
.bg-gray-modern--200 {
  background-color: #E3E8EF !important;
}
.border-gray-modern--200 {
  border-color: #E3E8EF !important;
}
.text-gray-modern--300 {
  color: #CDD5DF !important;
}
.bg-gray-modern--300 {
  background-color: #CDD5DF !important;
}
.border-gray-modern--300 {
  border-color: #CDD5DF !important;
}
.text-gray-modern--400 {
  color: #9AA4B2 !important;
}
.bg-gray-modern--400 {
  background-color: #9AA4B2 !important;
}
.border-gray-modern--400 {
  border-color: #9AA4B2 !important;
}
.text-gray-modern--500 {
  color: #697586 !important;
}
.bg-gray-modern--500 {
  background-color: #697586 !important;
}
.border-gray-modern--500 {
  border-color: #697586 !important;
}
.text-gray-modern--600 {
  color: #4B5565 !important;
}
.bg-gray-modern--600 {
  background-color: #4B5565 !important;
}
.border-gray-modern--600 {
  border-color: #4B5565 !important;
}
.text-gray-modern--700 {
  color: #364152 !important;
}
.bg-gray-modern--700 {
  background-color: #364152 !important;
}
.border-gray-modern--700 {
  border-color: #364152 !important;
}
.text-gray-modern--800 {
  color: #202939 !important;
}
.bg-gray-modern--800 {
  background-color: #202939 !important;
}
.border-gray-modern--800 {
  border-color: #202939 !important;
}
.text-gray-modern--900 {
  color: #121926 !important;
}
.bg-gray-modern--900 {
  background-color: #121926 !important;
}
.border-gray-modern--900 {
  border-color: #121926 !important;
}
.text-gray-modern--950 {
  color: #0D121C !important;
}
.bg-gray-modern--950 {
  background-color: #0D121C !important;
}
.border-gray-modern--950 {
  border-color: #0D121C !important;
}
.text-gray-neutral--25 {
  color: #FCFCFD !important;
}
.bg-gray-neutral--25 {
  background-color: #FCFCFD !important;
}
.border-gray-neutral--25 {
  border-color: #FCFCFD !important;
}
.text-gray-neutral--50 {
  color: #F9FAFB !important;
}
.bg-gray-neutral--50 {
  background-color: #F9FAFB !important;
}
.border-gray-neutral--50 {
  border-color: #F9FAFB !important;
}
.text-gray-neutral--100 {
  color: #F3F4F6 !important;
}
.bg-gray-neutral--100 {
  background-color: #F3F4F6 !important;
}
.border-gray-neutral--100 {
  border-color: #F3F4F6 !important;
}
.text-gray-neutral--200 {
  color: #E5E7EB !important;
}
.bg-gray-neutral--200 {
  background-color: #E5E7EB !important;
}
.border-gray-neutral--200 {
  border-color: #E5E7EB !important;
}
.text-gray-neutral--300 {
  color: #D2D6DB !important;
}
.bg-gray-neutral--300 {
  background-color: #D2D6DB !important;
}
.border-gray-neutral--300 {
  border-color: #D2D6DB !important;
}
.text-gray-neutral--400 {
  color: #9DA4AE !important;
}
.bg-gray-neutral--400 {
  background-color: #9DA4AE !important;
}
.border-gray-neutral--400 {
  border-color: #9DA4AE !important;
}
.text-gray-neutral--500 {
  color: #6C737F !important;
}
.bg-gray-neutral--500 {
  background-color: #6C737F !important;
}
.border-gray-neutral--500 {
  border-color: #6C737F !important;
}
.text-gray-neutral--600 {
  color: #4D5761 !important;
}
.bg-gray-neutral--600 {
  background-color: #4D5761 !important;
}
.border-gray-neutral--600 {
  border-color: #4D5761 !important;
}
.text-gray-neutral--700 {
  color: #384250 !important;
}
.bg-gray-neutral--700 {
  background-color: #384250 !important;
}
.border-gray-neutral--700 {
  border-color: #384250 !important;
}
.text-gray-neutral--800 {
  color: #1F2A37 !important;
}
.bg-gray-neutral--800 {
  background-color: #1F2A37 !important;
}
.border-gray-neutral--800 {
  border-color: #1F2A37 !important;
}
.text-gray-neutral--900 {
  color: #111927 !important;
}
.bg-gray-neutral--900 {
  background-color: #111927 !important;
}
.border-gray-neutral--900 {
  border-color: #111927 !important;
}
.text-gray-neutral--950 {
  color: #0D121C !important;
}
.bg-gray-neutral--950 {
  background-color: #0D121C !important;
}
.border-gray-neutral--950 {
  border-color: #0D121C !important;
}
.text-gray-iron--25 {
  color: #FCFCFC !important;
}
.bg-gray-iron--25 {
  background-color: #FCFCFC !important;
}
.border-gray-iron--25 {
  border-color: #FCFCFC !important;
}
.text-gray-iron--50 {
  color: #FAFAFA !important;
}
.bg-gray-iron--50 {
  background-color: #FAFAFA !important;
}
.border-gray-iron--50 {
  border-color: #FAFAFA !important;
}
.text-gray-iron--100 {
  color: #F4F4F5 !important;
}
.bg-gray-iron--100 {
  background-color: #F4F4F5 !important;
}
.border-gray-iron--100 {
  border-color: #F4F4F5 !important;
}
.text-gray-iron--200 {
  color: #E4E4E7 !important;
}
.bg-gray-iron--200 {
  background-color: #E4E4E7 !important;
}
.border-gray-iron--200 {
  border-color: #E4E4E7 !important;
}
.text-gray-iron--300 {
  color: #D1D1D6 !important;
}
.bg-gray-iron--300 {
  background-color: #D1D1D6 !important;
}
.border-gray-iron--300 {
  border-color: #D1D1D6 !important;
}
.text-gray-iron--400 {
  color: #A0A0AB !important;
}
.bg-gray-iron--400 {
  background-color: #A0A0AB !important;
}
.border-gray-iron--400 {
  border-color: #A0A0AB !important;
}
.text-gray-iron--500 {
  color: #70707B !important;
}
.bg-gray-iron--500 {
  background-color: #70707B !important;
}
.border-gray-iron--500 {
  border-color: #70707B !important;
}
.text-gray-iron--600 {
  color: #51525C !important;
}
.bg-gray-iron--600 {
  background-color: #51525C !important;
}
.border-gray-iron--600 {
  border-color: #51525C !important;
}
.text-gray-iron--700 {
  color: #3F3F46 !important;
}
.bg-gray-iron--700 {
  background-color: #3F3F46 !important;
}
.border-gray-iron--700 {
  border-color: #3F3F46 !important;
}
.text-gray-iron--800 {
  color: #26272B !important;
}
.bg-gray-iron--800 {
  background-color: #26272B !important;
}
.border-gray-iron--800 {
  border-color: #26272B !important;
}
.text-gray-iron--900 {
  color: #18181B !important;
}
.bg-gray-iron--900 {
  background-color: #18181B !important;
}
.border-gray-iron--900 {
  border-color: #18181B !important;
}
.text-gray-iron--950 {
  color: #131316 !important;
}
.bg-gray-iron--950 {
  background-color: #131316 !important;
}
.border-gray-iron--950 {
  border-color: #131316 !important;
}
.text-gray-true--25 {
  color: #FCFCFC !important;
}
.bg-gray-true--25 {
  background-color: #FCFCFC !important;
}
.border-gray-true--25 {
  border-color: #FCFCFC !important;
}
.text-gray-true--50 {
  color: #FAFAFA !important;
}
.bg-gray-true--50 {
  background-color: #FAFAFA !important;
}
.border-gray-true--50 {
  border-color: #FAFAFA !important;
}
.text-gray-true--100 {
  color: #F5F5F5 !important;
}
.bg-gray-true--100 {
  background-color: #F5F5F5 !important;
}
.border-gray-true--100 {
  border-color: #F5F5F5 !important;
}
.text-gray-true--200 {
  color: #E5E5E5 !important;
}
.bg-gray-true--200 {
  background-color: #E5E5E5 !important;
}
.border-gray-true--200 {
  border-color: #E5E5E5 !important;
}
.text-gray-true--300 {
  color: #D6D6D6 !important;
}
.bg-gray-true--300 {
  background-color: #D6D6D6 !important;
}
.border-gray-true--300 {
  border-color: #D6D6D6 !important;
}
.text-gray-true--400 {
  color: #A3A3A3 !important;
}
.bg-gray-true--400 {
  background-color: #A3A3A3 !important;
}
.border-gray-true--400 {
  border-color: #A3A3A3 !important;
}
.text-gray-true--500 {
  color: #737373 !important;
}
.bg-gray-true--500 {
  background-color: #737373 !important;
}
.border-gray-true--500 {
  border-color: #737373 !important;
}
.text-gray-true--600 {
  color: #525252 !important;
}
.bg-gray-true--600 {
  background-color: #525252 !important;
}
.border-gray-true--600 {
  border-color: #525252 !important;
}
.text-gray-true--700 {
  color: #424242 !important;
}
.bg-gray-true--700 {
  background-color: #424242 !important;
}
.border-gray-true--700 {
  border-color: #424242 !important;
}
.text-gray-true--800 {
  color: #292929 !important;
}
.bg-gray-true--800 {
  background-color: #292929 !important;
}
.border-gray-true--800 {
  border-color: #292929 !important;
}
.text-gray-true--900 {
  color: #141414 !important;
}
.bg-gray-true--900 {
  background-color: #141414 !important;
}
.border-gray-true--900 {
  border-color: #141414 !important;
}
.text-gray-true--950 {
  color: #0F0F0F !important;
}
.bg-gray-true--950 {
  background-color: #0F0F0F !important;
}
.border-gray-true--950 {
  border-color: #0F0F0F !important;
}
.text-gray-warm--25 {
  color: #FDFDFC !important;
}
.bg-gray-warm--25 {
  background-color: #FDFDFC !important;
}
.border-gray-warm--25 {
  border-color: #FDFDFC !important;
}
.text-gray-warm--50 {
  color: #FAFAF9 !important;
}
.bg-gray-warm--50 {
  background-color: #FAFAF9 !important;
}
.border-gray-warm--50 {
  border-color: #FAFAF9 !important;
}
.text-gray-warm--100 {
  color: #F5F5F4 !important;
}
.bg-gray-warm--100 {
  background-color: #F5F5F4 !important;
}
.border-gray-warm--100 {
  border-color: #F5F5F4 !important;
}
.text-gray-warm--200 {
  color: #E7E5E4 !important;
}
.bg-gray-warm--200 {
  background-color: #E7E5E4 !important;
}
.border-gray-warm--200 {
  border-color: #E7E5E4 !important;
}
.text-gray-warm--300 {
  color: #D7D3D0 !important;
}
.bg-gray-warm--300 {
  background-color: #D7D3D0 !important;
}
.border-gray-warm--300 {
  border-color: #D7D3D0 !important;
}
.text-gray-warm--400 {
  color: #A9A29D !important;
}
.bg-gray-warm--400 {
  background-color: #A9A29D !important;
}
.border-gray-warm--400 {
  border-color: #A9A29D !important;
}
.text-gray-warm--500 {
  color: #79716B !important;
}
.bg-gray-warm--500 {
  background-color: #79716B !important;
}
.border-gray-warm--500 {
  border-color: #79716B !important;
}
.text-gray-warm--600 {
  color: #57534E !important;
}
.bg-gray-warm--600 {
  background-color: #57534E !important;
}
.border-gray-warm--600 {
  border-color: #57534E !important;
}
.text-gray-warm--700 {
  color: #44403C !important;
}
.bg-gray-warm--700 {
  background-color: #44403C !important;
}
.border-gray-warm--700 {
  border-color: #44403C !important;
}
.text-gray-warm--800 {
  color: #292524 !important;
}
.bg-gray-warm--800 {
  background-color: #292524 !important;
}
.border-gray-warm--800 {
  border-color: #292524 !important;
}
.text-gray-warm--900 {
  color: #1C1917 !important;
}
.bg-gray-warm--900 {
  background-color: #1C1917 !important;
}
.border-gray-warm--900 {
  border-color: #1C1917 !important;
}
.text-gray-warm--950 {
  color: #171412 !important;
}
.bg-gray-warm--950 {
  background-color: #171412 !important;
}
.border-gray-warm--950 {
  border-color: #171412 !important;
}
.text-moss--25 {
  color: #FAFDF7 !important;
}
.bg-moss--25 {
  background-color: #FAFDF7 !important;
}
.border-moss--25 {
  border-color: #FAFDF7 !important;
}
.text-moss--50 {
  color: #F5FBEE !important;
}
.bg-moss--50 {
  background-color: #F5FBEE !important;
}
.border-moss--50 {
  border-color: #F5FBEE !important;
}
.text-moss--100 {
  color: #E6F4D7 !important;
}
.bg-moss--100 {
  background-color: #E6F4D7 !important;
}
.border-moss--100 {
  border-color: #E6F4D7 !important;
}
.text-moss--200 {
  color: #CEEAB0 !important;
}
.bg-moss--200 {
  background-color: #CEEAB0 !important;
}
.border-moss--200 {
  border-color: #CEEAB0 !important;
}
.text-moss--300 {
  color: #ACDC79 !important;
}
.bg-moss--300 {
  background-color: #ACDC79 !important;
}
.border-moss--300 {
  border-color: #ACDC79 !important;
}
.text-moss--400 {
  color: #86CB3C !important;
}
.bg-moss--400 {
  background-color: #86CB3C !important;
}
.border-moss--400 {
  border-color: #86CB3C !important;
}
.text-moss--500 {
  color: #669F2A !important;
}
.bg-moss--500 {
  background-color: #669F2A !important;
}
.border-moss--500 {
  border-color: #669F2A !important;
}
.text-moss--600 {
  color: #4F7A21 !important;
}
.bg-moss--600 {
  background-color: #4F7A21 !important;
}
.border-moss--600 {
  border-color: #4F7A21 !important;
}
.text-moss--700 {
  color: #3F621A !important;
}
.bg-moss--700 {
  background-color: #3F621A !important;
}
.border-moss--700 {
  border-color: #3F621A !important;
}
.text-moss--800 {
  color: #335015 !important;
}
.bg-moss--800 {
  background-color: #335015 !important;
}
.border-moss--800 {
  border-color: #335015 !important;
}
.text-moss--900 {
  color: #2B4212 !important;
}
.bg-moss--900 {
  background-color: #2B4212 !important;
}
.border-moss--900 {
  border-color: #2B4212 !important;
}
.text-moss--950 {
  color: #1D2E0A !important;
}
.bg-moss--950 {
  background-color: #1D2E0A !important;
}
.border-moss--950 {
  border-color: #1D2E0A !important;
}
.text-green-light--25 {
  color: #FAFEF5 !important;
}
.bg-green-light--25 {
  background-color: #FAFEF5 !important;
}
.border-green-light--25 {
  border-color: #FAFEF5 !important;
}
.text-green-light--50 {
  color: #F3FEE7 !important;
}
.bg-green-light--50 {
  background-color: #F3FEE7 !important;
}
.border-green-light--50 {
  border-color: #F3FEE7 !important;
}
.text-green-light--100 {
  color: #E4FBCC !important;
}
.bg-green-light--100 {
  background-color: #E4FBCC !important;
}
.border-green-light--100 {
  border-color: #E4FBCC !important;
}
.text-green-light--200 {
  color: #D0F8AB !important;
}
.bg-green-light--200 {
  background-color: #D0F8AB !important;
}
.border-green-light--200 {
  border-color: #D0F8AB !important;
}
.text-green-light--300 {
  color: #A6EF67 !important;
}
.bg-green-light--300 {
  background-color: #A6EF67 !important;
}
.border-green-light--300 {
  border-color: #A6EF67 !important;
}
.text-green-light--400 {
  color: #85E13A !important;
}
.bg-green-light--400 {
  background-color: #85E13A !important;
}
.border-green-light--400 {
  border-color: #85E13A !important;
}
.text-green-light--500 {
  color: #66C61C !important;
}
.bg-green-light--500 {
  background-color: #66C61C !important;
}
.border-green-light--500 {
  border-color: #66C61C !important;
}
.text-green-light--600 {
  color: #4CA30D !important;
}
.bg-green-light--600 {
  background-color: #4CA30D !important;
}
.border-green-light--600 {
  border-color: #4CA30D !important;
}
.text-green-light--700 {
  color: #3B7C0F !important;
}
.bg-green-light--700 {
  background-color: #3B7C0F !important;
}
.border-green-light--700 {
  border-color: #3B7C0F !important;
}
.text-green-light--800 {
  color: #326212 !important;
}
.bg-green-light--800 {
  background-color: #326212 !important;
}
.border-green-light--800 {
  border-color: #326212 !important;
}
.text-green-light--900 {
  color: #2B5314 !important;
}
.bg-green-light--900 {
  background-color: #2B5314 !important;
}
.border-green-light--900 {
  border-color: #2B5314 !important;
}
.text-green-light--950 {
  color: #1A340A !important;
}
.bg-green-light--950 {
  background-color: #1A340A !important;
}
.border-green-light--950 {
  border-color: #1A340A !important;
}
.text-green--25 {
  color: #F6FEF9 !important;
}
.bg-green--25 {
  background-color: #F6FEF9 !important;
}
.border-green--25 {
  border-color: #F6FEF9 !important;
}
.text-green--50 {
  color: #EDFCF2 !important;
}
.bg-green--50 {
  background-color: #EDFCF2 !important;
}
.border-green--50 {
  border-color: #EDFCF2 !important;
}
.text-green--100 {
  color: #D3F8DF !important;
}
.bg-green--100 {
  background-color: #D3F8DF !important;
}
.border-green--100 {
  border-color: #D3F8DF !important;
}
.text-green--200 {
  color: #AAF0C4 !important;
}
.bg-green--200 {
  background-color: #AAF0C4 !important;
}
.border-green--200 {
  border-color: #AAF0C4 !important;
}
.text-green--300 {
  color: #73E2A3 !important;
}
.bg-green--300 {
  background-color: #73E2A3 !important;
}
.border-green--300 {
  border-color: #73E2A3 !important;
}
.text-green--400 {
  color: #3CCB7F !important;
}
.bg-green--400 {
  background-color: #3CCB7F !important;
}
.border-green--400 {
  border-color: #3CCB7F !important;
}
.text-green--500 {
  color: #16B364 !important;
}
.bg-green--500 {
  background-color: #16B364 !important;
}
.border-green--500 {
  border-color: #16B364 !important;
}
.text-green--600 {
  color: #099250 !important;
}
.bg-green--600 {
  background-color: #099250 !important;
}
.border-green--600 {
  border-color: #099250 !important;
}
.text-green--700 {
  color: #087443 !important;
}
.bg-green--700 {
  background-color: #087443 !important;
}
.border-green--700 {
  border-color: #087443 !important;
}
.text-green--800 {
  color: #095C37 !important;
}
.bg-green--800 {
  background-color: #095C37 !important;
}
.border-green--800 {
  border-color: #095C37 !important;
}
.text-green--900 {
  color: #084C2E !important;
}
.bg-green--900 {
  background-color: #084C2E !important;
}
.border-green--900 {
  border-color: #084C2E !important;
}
.text-green--950 {
  color: #052E1C !important;
}
.bg-green--950 {
  background-color: #052E1C !important;
}
.border-green--950 {
  border-color: #052E1C !important;
}
.text-cyan--25 {
  color: #F5FEFF !important;
}
.bg-cyan--25 {
  background-color: #F5FEFF !important;
}
.border-cyan--25 {
  border-color: #F5FEFF !important;
}
.text-cyan--50 {
  color: #ECFDFF !important;
}
.bg-cyan--50 {
  background-color: #ECFDFF !important;
}
.border-cyan--50 {
  border-color: #ECFDFF !important;
}
.text-cyan--100 {
  color: #CFF9FE !important;
}
.bg-cyan--100 {
  background-color: #CFF9FE !important;
}
.border-cyan--100 {
  border-color: #CFF9FE !important;
}
.text-cyan--200 {
  color: #A5F0FC !important;
}
.bg-cyan--200 {
  background-color: #A5F0FC !important;
}
.border-cyan--200 {
  border-color: #A5F0FC !important;
}
.text-cyan--300 {
  color: #67E3F9 !important;
}
.bg-cyan--300 {
  background-color: #67E3F9 !important;
}
.border-cyan--300 {
  border-color: #67E3F9 !important;
}
.text-cyan--400 {
  color: #22CCEE !important;
}
.bg-cyan--400 {
  background-color: #22CCEE !important;
}
.border-cyan--400 {
  border-color: #22CCEE !important;
}
.text-cyan--500 {
  color: #06AED4 !important;
}
.bg-cyan--500 {
  background-color: #06AED4 !important;
}
.border-cyan--500 {
  border-color: #06AED4 !important;
}
.text-cyan--600 {
  color: #088AB2 !important;
}
.bg-cyan--600 {
  background-color: #088AB2 !important;
}
.border-cyan--600 {
  border-color: #088AB2 !important;
}
.text-cyan--700 {
  color: #0E7090 !important;
}
.bg-cyan--700 {
  background-color: #0E7090 !important;
}
.border-cyan--700 {
  border-color: #0E7090 !important;
}
.text-cyan--800 {
  color: #155B75 !important;
}
.bg-cyan--800 {
  background-color: #155B75 !important;
}
.border-cyan--800 {
  border-color: #155B75 !important;
}
.text-cyan--900 {
  color: #164C63 !important;
}
.bg-cyan--900 {
  background-color: #164C63 !important;
}
.border-cyan--900 {
  border-color: #164C63 !important;
}
.text-cyan--950 {
  color: #0C2F40 !important;
}
.bg-cyan--950 {
  background-color: #0C2F40 !important;
}
.border-cyan--950 {
  border-color: #0C2F40 !important;
}
.text-blue-light--25 {
  color: #F5FBFF !important;
}
.bg-blue-light--25 {
  background-color: #F5FBFF !important;
}
.border-blue-light--25 {
  border-color: #F5FBFF !important;
}
.text-blue-light--50 {
  color: #F0F9FF !important;
}
.bg-blue-light--50 {
  background-color: #F0F9FF !important;
}
.border-blue-light--50 {
  border-color: #F0F9FF !important;
}
.text-blue-light--100 {
  color: #E0F2FE !important;
}
.bg-blue-light--100 {
  background-color: #E0F2FE !important;
}
.border-blue-light--100 {
  border-color: #E0F2FE !important;
}
.text-blue-light--200 {
  color: #B9E6FE !important;
}
.bg-blue-light--200 {
  background-color: #B9E6FE !important;
}
.border-blue-light--200 {
  border-color: #B9E6FE !important;
}
.text-blue-light--300 {
  color: #7CD4FD !important;
}
.bg-blue-light--300 {
  background-color: #7CD4FD !important;
}
.border-blue-light--300 {
  border-color: #7CD4FD !important;
}
.text-blue-light--400 {
  color: #36BFFA !important;
}
.bg-blue-light--400 {
  background-color: #36BFFA !important;
}
.border-blue-light--400 {
  border-color: #36BFFA !important;
}
.text-blue-light--500 {
  color: #0BA5EC !important;
}
.bg-blue-light--500 {
  background-color: #0BA5EC !important;
}
.border-blue-light--500 {
  border-color: #0BA5EC !important;
}
.text-blue-light--600 {
  color: #0086C9 !important;
}
.bg-blue-light--600 {
  background-color: #0086C9 !important;
}
.border-blue-light--600 {
  border-color: #0086C9 !important;
}
.text-blue-light--700 {
  color: #026AA2 !important;
}
.bg-blue-light--700 {
  background-color: #026AA2 !important;
}
.border-blue-light--700 {
  border-color: #026AA2 !important;
}
.text-blue-light--800 {
  color: #065986 !important;
}
.bg-blue-light--800 {
  background-color: #065986 !important;
}
.border-blue-light--800 {
  border-color: #065986 !important;
}
.text-blue-light--900 {
  color: #0B4A6F !important;
}
.bg-blue-light--900 {
  background-color: #0B4A6F !important;
}
.border-blue-light--900 {
  border-color: #0B4A6F !important;
}
.text-blue-light--950 {
  color: #062C43 !important;
}
.bg-blue-light--950 {
  background-color: #062C43 !important;
}
.border-blue-light--950 {
  border-color: #062C43 !important;
}
.text-blue--25 {
  color: #F5FAFF !important;
}
.bg-blue--25 {
  background-color: #F5FAFF !important;
}
.border-blue--25 {
  border-color: #F5FAFF !important;
}
.text-blue--50 {
  color: #EFF8FF !important;
}
.bg-blue--50 {
  background-color: #EFF8FF !important;
}
.border-blue--50 {
  border-color: #EFF8FF !important;
}
.text-blue--100 {
  color: #D1E9FF !important;
}
.bg-blue--100 {
  background-color: #D1E9FF !important;
}
.border-blue--100 {
  border-color: #D1E9FF !important;
}
.text-blue--200 {
  color: #B2DDFF !important;
}
.bg-blue--200 {
  background-color: #B2DDFF !important;
}
.border-blue--200 {
  border-color: #B2DDFF !important;
}
.text-blue--300 {
  color: #84CAFF !important;
}
.bg-blue--300 {
  background-color: #84CAFF !important;
}
.border-blue--300 {
  border-color: #84CAFF !important;
}
.text-blue--400 {
  color: #53B1FD !important;
}
.bg-blue--400 {
  background-color: #53B1FD !important;
}
.border-blue--400 {
  border-color: #53B1FD !important;
}
.text-blue--500 {
  color: #2E90FA !important;
}
.bg-blue--500 {
  background-color: #2E90FA !important;
}
.border-blue--500 {
  border-color: #2E90FA !important;
}
.text-blue--600 {
  color: #1570EF !important;
}
.bg-blue--600 {
  background-color: #1570EF !important;
}
.border-blue--600 {
  border-color: #1570EF !important;
}
.text-blue--700 {
  color: #175CD3 !important;
}
.bg-blue--700 {
  background-color: #175CD3 !important;
}
.border-blue--700 {
  border-color: #175CD3 !important;
}
.text-blue--800 {
  color: #1849A9 !important;
}
.bg-blue--800 {
  background-color: #1849A9 !important;
}
.border-blue--800 {
  border-color: #1849A9 !important;
}
.text-blue--900 {
  color: #194185 !important;
}
.bg-blue--900 {
  background-color: #194185 !important;
}
.border-blue--900 {
  border-color: #194185 !important;
}
.text-blue--950 {
  color: #0E2A5E !important;
}
.bg-blue--950 {
  background-color: #0E2A5E !important;
}
.border-blue--950 {
  border-color: #0E2A5E !important;
}
.text-blue-dark--25 {
  color: #F5F8FF !important;
}
.bg-blue-dark--25 {
  background-color: #F5F8FF !important;
}
.border-blue-dark--25 {
  border-color: #F5F8FF !important;
}
.text-blue-dark--50 {
  color: #EFF4FF !important;
}
.bg-blue-dark--50 {
  background-color: #EFF4FF !important;
}
.border-blue-dark--50 {
  border-color: #EFF4FF !important;
}
.text-blue-dark--100 {
  color: #D1E0FF !important;
}
.bg-blue-dark--100 {
  background-color: #D1E0FF !important;
}
.border-blue-dark--100 {
  border-color: #D1E0FF !important;
}
.text-blue-dark--200 {
  color: #B2CCFF !important;
}
.bg-blue-dark--200 {
  background-color: #B2CCFF !important;
}
.border-blue-dark--200 {
  border-color: #B2CCFF !important;
}
.text-blue-dark--300 {
  color: #84ADFF !important;
}
.bg-blue-dark--300 {
  background-color: #84ADFF !important;
}
.border-blue-dark--300 {
  border-color: #84ADFF !important;
}
.text-blue-dark--400 {
  color: #528BFF !important;
}
.bg-blue-dark--400 {
  background-color: #528BFF !important;
}
.border-blue-dark--400 {
  border-color: #528BFF !important;
}
.text-blue-dark--500 {
  color: #2970FF !important;
}
.bg-blue-dark--500 {
  background-color: #2970FF !important;
}
.border-blue-dark--500 {
  border-color: #2970FF !important;
}
.text-blue-dark--600 {
  color: #155EEF !important;
}
.bg-blue-dark--600 {
  background-color: #155EEF !important;
}
.border-blue-dark--600 {
  border-color: #155EEF !important;
}
.text-blue-dark--700 {
  color: #004EEB !important;
}
.bg-blue-dark--700 {
  background-color: #004EEB !important;
}
.border-blue-dark--700 {
  border-color: #004EEB !important;
}
.text-blue-dark--800 {
  color: #0040C1 !important;
}
.bg-blue-dark--800 {
  background-color: #0040C1 !important;
}
.border-blue-dark--800 {
  border-color: #0040C1 !important;
}
.text-blue-dark--900 {
  color: #00359E !important;
}
.bg-blue-dark--900 {
  background-color: #00359E !important;
}
.border-blue-dark--900 {
  border-color: #00359E !important;
}
.text-blue-dark--950 {
  color: #002266 !important;
}
.bg-blue-dark--950 {
  background-color: #002266 !important;
}
.border-blue-dark--950 {
  border-color: #002266 !important;
}
.text-indigo--25 {
  color: #F5F8FF !important;
}
.bg-indigo--25 {
  background-color: #F5F8FF !important;
}
.border-indigo--25 {
  border-color: #F5F8FF !important;
}
.text-indigo--50 {
  color: #EEF4FF !important;
}
.bg-indigo--50 {
  background-color: #EEF4FF !important;
}
.border-indigo--50 {
  border-color: #EEF4FF !important;
}
.text-indigo--100 {
  color: #E0EAFF !important;
}
.bg-indigo--100 {
  background-color: #E0EAFF !important;
}
.border-indigo--100 {
  border-color: #E0EAFF !important;
}
.text-indigo--200 {
  color: #C7D7FE !important;
}
.bg-indigo--200 {
  background-color: #C7D7FE !important;
}
.border-indigo--200 {
  border-color: #C7D7FE !important;
}
.text-indigo--300 {
  color: #A4BCFD !important;
}
.bg-indigo--300 {
  background-color: #A4BCFD !important;
}
.border-indigo--300 {
  border-color: #A4BCFD !important;
}
.text-indigo--400 {
  color: #8098F9 !important;
}
.bg-indigo--400 {
  background-color: #8098F9 !important;
}
.border-indigo--400 {
  border-color: #8098F9 !important;
}
.text-indigo--500 {
  color: #6172F3 !important;
}
.bg-indigo--500 {
  background-color: #6172F3 !important;
}
.border-indigo--500 {
  border-color: #6172F3 !important;
}
.text-indigo--600 {
  color: #444CE7 !important;
}
.bg-indigo--600 {
  background-color: #444CE7 !important;
}
.border-indigo--600 {
  border-color: #444CE7 !important;
}
.text-indigo--700 {
  color: #3538CD !important;
}
.bg-indigo--700 {
  background-color: #3538CD !important;
}
.border-indigo--700 {
  border-color: #3538CD !important;
}
.text-indigo--800 {
  color: #2D31A6 !important;
}
.bg-indigo--800 {
  background-color: #2D31A6 !important;
}
.border-indigo--800 {
  border-color: #2D31A6 !important;
}
.text-indigo--900 {
  color: #2D3282 !important;
}
.bg-indigo--900 {
  background-color: #2D3282 !important;
}
.border-indigo--900 {
  border-color: #2D3282 !important;
}
.text-indigo--950 {
  color: #1C1D5B !important;
}
.bg-indigo--950 {
  background-color: #1C1D5B !important;
}
.border-indigo--950 {
  border-color: #1C1D5B !important;
}
.text-violet--25 {
  color: #FAFAFF !important;
}
.bg-violet--25 {
  background-color: #FAFAFF !important;
}
.border-violet--25 {
  border-color: #FAFAFF !important;
}
.text-violet--50 {
  color: #F4F3FF !important;
}
.bg-violet--50 {
  background-color: #F4F3FF !important;
}
.border-violet--50 {
  border-color: #F4F3FF !important;
}
.text-violet--100 {
  color: #EBE9FE !important;
}
.bg-violet--100 {
  background-color: #EBE9FE !important;
}
.border-violet--100 {
  border-color: #EBE9FE !important;
}
.text-violet--200 {
  color: #D9D6FE !important;
}
.bg-violet--200 {
  background-color: #D9D6FE !important;
}
.border-violet--200 {
  border-color: #D9D6FE !important;
}
.text-violet--300 {
  color: #BDB4FE !important;
}
.bg-violet--300 {
  background-color: #BDB4FE !important;
}
.border-violet--300 {
  border-color: #BDB4FE !important;
}
.text-violet--400 {
  color: #9B8AFB !important;
}
.bg-violet--400 {
  background-color: #9B8AFB !important;
}
.border-violet--400 {
  border-color: #9B8AFB !important;
}
.text-violet--500 {
  color: #7A5AF8 !important;
}
.bg-violet--500 {
  background-color: #7A5AF8 !important;
}
.border-violet--500 {
  border-color: #7A5AF8 !important;
}
.text-violet--600 {
  color: #6938EF !important;
}
.bg-violet--600 {
  background-color: #6938EF !important;
}
.border-violet--600 {
  border-color: #6938EF !important;
}
.text-violet--700 {
  color: #5925DC !important;
}
.bg-violet--700 {
  background-color: #5925DC !important;
}
.border-violet--700 {
  border-color: #5925DC !important;
}
.text-violet--800 {
  color: #4A1FB8 !important;
}
.bg-violet--800 {
  background-color: #4A1FB8 !important;
}
.border-violet--800 {
  border-color: #4A1FB8 !important;
}
.text-violet--900 {
  color: #3E1C96 !important;
}
.bg-violet--900 {
  background-color: #3E1C96 !important;
}
.border-violet--900 {
  border-color: #3E1C96 !important;
}
.text-violet--950 {
  color: #271A59 !important;
}
.bg-violet--950 {
  background-color: #271A59 !important;
}
.border-violet--950 {
  border-color: #271A59 !important;
}
.text-purple--25 {
  color: #FAFAFF !important;
}
.bg-purple--25 {
  background-color: #FAFAFF !important;
}
.border-purple--25 {
  border-color: #FAFAFF !important;
}
.text-purple--50 {
  color: #F4F3FF !important;
}
.bg-purple--50 {
  background-color: #F4F3FF !important;
}
.border-purple--50 {
  border-color: #F4F3FF !important;
}
.text-purple--100 {
  color: #EBE9FE !important;
}
.bg-purple--100 {
  background-color: #EBE9FE !important;
}
.border-purple--100 {
  border-color: #EBE9FE !important;
}
.text-purple--200 {
  color: #D9D6FE !important;
}
.bg-purple--200 {
  background-color: #D9D6FE !important;
}
.border-purple--200 {
  border-color: #D9D6FE !important;
}
.text-purple--300 {
  color: #BDB4FE !important;
}
.bg-purple--300 {
  background-color: #BDB4FE !important;
}
.border-purple--300 {
  border-color: #BDB4FE !important;
}
.text-purple--400 {
  color: #9B8AFB !important;
}
.bg-purple--400 {
  background-color: #9B8AFB !important;
}
.border-purple--400 {
  border-color: #9B8AFB !important;
}
.text-purple--500 {
  color: #7A5AF8 !important;
}
.bg-purple--500 {
  background-color: #7A5AF8 !important;
}
.border-purple--500 {
  border-color: #7A5AF8 !important;
}
.text-purple--600 {
  color: #6938EF !important;
}
.bg-purple--600 {
  background-color: #6938EF !important;
}
.border-purple--600 {
  border-color: #6938EF !important;
}
.text-purple--700 {
  color: #5925DC !important;
}
.bg-purple--700 {
  background-color: #5925DC !important;
}
.border-purple--700 {
  border-color: #5925DC !important;
}
.text-purple--800 {
  color: #4A1FB8 !important;
}
.bg-purple--800 {
  background-color: #4A1FB8 !important;
}
.border-purple--800 {
  border-color: #4A1FB8 !important;
}
.text-purple--900 {
  color: #3E1C96 !important;
}
.bg-purple--900 {
  background-color: #3E1C96 !important;
}
.border-purple--900 {
  border-color: #3E1C96 !important;
}
.text-purple--950 {
  color: #271A59 !important;
}
.bg-purple--950 {
  background-color: #271A59 !important;
}
.border-purple--950 {
  border-color: #271A59 !important;
}
.text-fuchsia--25 {
  color: #FEFAFF !important;
}
.bg-fuchsia--25 {
  background-color: #FEFAFF !important;
}
.border-fuchsia--25 {
  border-color: #FEFAFF !important;
}
.text-fuchsia--50 {
  color: #FDF4FF !important;
}
.bg-fuchsia--50 {
  background-color: #FDF4FF !important;
}
.border-fuchsia--50 {
  border-color: #FDF4FF !important;
}
.text-fuchsia--100 {
  color: #FBE8FF !important;
}
.bg-fuchsia--100 {
  background-color: #FBE8FF !important;
}
.border-fuchsia--100 {
  border-color: #FBE8FF !important;
}
.text-fuchsia--200 {
  color: #F6D0FE !important;
}
.bg-fuchsia--200 {
  background-color: #F6D0FE !important;
}
.border-fuchsia--200 {
  border-color: #F6D0FE !important;
}
.text-fuchsia--300 {
  color: #EEAAFD !important;
}
.bg-fuchsia--300 {
  background-color: #EEAAFD !important;
}
.border-fuchsia--300 {
  border-color: #EEAAFD !important;
}
.text-fuchsia--400 {
  color: #E478FA !important;
}
.bg-fuchsia--400 {
  background-color: #E478FA !important;
}
.border-fuchsia--400 {
  border-color: #E478FA !important;
}
.text-fuchsia--500 {
  color: #D444F1 !important;
}
.bg-fuchsia--500 {
  background-color: #D444F1 !important;
}
.border-fuchsia--500 {
  border-color: #D444F1 !important;
}
.text-fuchsia--600 {
  color: #BA24D5 !important;
}
.bg-fuchsia--600 {
  background-color: #BA24D5 !important;
}
.border-fuchsia--600 {
  border-color: #BA24D5 !important;
}
.text-fuchsia--700 {
  color: #9F1AB1 !important;
}
.bg-fuchsia--700 {
  background-color: #9F1AB1 !important;
}
.border-fuchsia--700 {
  border-color: #9F1AB1 !important;
}
.text-fuchsia--800 {
  color: #821890 !important;
}
.bg-fuchsia--800 {
  background-color: #821890 !important;
}
.border-fuchsia--800 {
  border-color: #821890 !important;
}
.text-fuchsia--900 {
  color: #6F1877 !important;
}
.bg-fuchsia--900 {
  background-color: #6F1877 !important;
}
.border-fuchsia--900 {
  border-color: #6F1877 !important;
}
.text-fuchsia--950 {
  color: #491049 !important;
}
.bg-fuchsia--950 {
  background-color: #491049 !important;
}
.border-fuchsia--950 {
  border-color: #491049 !important;
}
.text-pink--25 {
  color: #FEF6FB !important;
}
.bg-pink--25 {
  background-color: #FEF6FB !important;
}
.border-pink--25 {
  border-color: #FEF6FB !important;
}
.text-pink--50 {
  color: #FDF2FA !important;
}
.bg-pink--50 {
  background-color: #FDF2FA !important;
}
.border-pink--50 {
  border-color: #FDF2FA !important;
}
.text-pink--100 {
  color: #FCE7F6 !important;
}
.bg-pink--100 {
  background-color: #FCE7F6 !important;
}
.border-pink--100 {
  border-color: #FCE7F6 !important;
}
.text-pink--200 {
  color: #FCCEEE !important;
}
.bg-pink--200 {
  background-color: #FCCEEE !important;
}
.border-pink--200 {
  border-color: #FCCEEE !important;
}
.text-pink--300 {
  color: #FAA7E0 !important;
}
.bg-pink--300 {
  background-color: #FAA7E0 !important;
}
.border-pink--300 {
  border-color: #FAA7E0 !important;
}
.text-pink--400 {
  color: #F670C7 !important;
}
.bg-pink--400 {
  background-color: #F670C7 !important;
}
.border-pink--400 {
  border-color: #F670C7 !important;
}
.text-pink--500 {
  color: #EE46BC !important;
}
.bg-pink--500 {
  background-color: #EE46BC !important;
}
.border-pink--500 {
  border-color: #EE46BC !important;
}
.text-pink--600 {
  color: #DD2590 !important;
}
.bg-pink--600 {
  background-color: #DD2590 !important;
}
.border-pink--600 {
  border-color: #DD2590 !important;
}
.text-pink--700 {
  color: #C11574 !important;
}
.bg-pink--700 {
  background-color: #C11574 !important;
}
.border-pink--700 {
  border-color: #C11574 !important;
}
.text-pink--800 {
  color: #9E165F !important;
}
.bg-pink--800 {
  background-color: #9E165F !important;
}
.border-pink--800 {
  border-color: #9E165F !important;
}
.text-pink--900 {
  color: #851651 !important;
}
.bg-pink--900 {
  background-color: #851651 !important;
}
.border-pink--900 {
  border-color: #851651 !important;
}
.text-pink--950 {
  color: #520D35 !important;
}
.bg-pink--950 {
  background-color: #520D35 !important;
}
.border-pink--950 {
  border-color: #520D35 !important;
}
.text-rose--25 {
  color: #FFF5F6 !important;
}
.bg-rose--25 {
  background-color: #FFF5F6 !important;
}
.border-rose--25 {
  border-color: #FFF5F6 !important;
}
.text-rose--50 {
  color: #FFF1F3 !important;
}
.bg-rose--50 {
  background-color: #FFF1F3 !important;
}
.border-rose--50 {
  border-color: #FFF1F3 !important;
}
.text-rose--100 {
  color: #FFE4E8 !important;
}
.bg-rose--100 {
  background-color: #FFE4E8 !important;
}
.border-rose--100 {
  border-color: #FFE4E8 !important;
}
.text-rose--200 {
  color: #FECDD6 !important;
}
.bg-rose--200 {
  background-color: #FECDD6 !important;
}
.border-rose--200 {
  border-color: #FECDD6 !important;
}
.text-rose--300 {
  color: #FEA3B4 !important;
}
.bg-rose--300 {
  background-color: #FEA3B4 !important;
}
.border-rose--300 {
  border-color: #FEA3B4 !important;
}
.text-rose--400 {
  color: #FD6F8E !important;
}
.bg-rose--400 {
  background-color: #FD6F8E !important;
}
.border-rose--400 {
  border-color: #FD6F8E !important;
}
.text-rose--500 {
  color: #F63D68 !important;
}
.bg-rose--500 {
  background-color: #F63D68 !important;
}
.border-rose--500 {
  border-color: #F63D68 !important;
}
.text-rose--600 {
  color: #E31B54 !important;
}
.bg-rose--600 {
  background-color: #E31B54 !important;
}
.border-rose--600 {
  border-color: #E31B54 !important;
}
.text-rose--700 {
  color: #C01048 !important;
}
.bg-rose--700 {
  background-color: #C01048 !important;
}
.border-rose--700 {
  border-color: #C01048 !important;
}
.text-rose--800 {
  color: #A11043 !important;
}
.bg-rose--800 {
  background-color: #A11043 !important;
}
.border-rose--800 {
  border-color: #A11043 !important;
}
.text-rose--900 {
  color: #89123E !important;
}
.bg-rose--900 {
  background-color: #89123E !important;
}
.border-rose--900 {
  border-color: #89123E !important;
}
.text-rose--950 {
  color: #610C2D !important;
}
.bg-rose--950 {
  background-color: #610C2D !important;
}
.border-rose--950 {
  border-color: #610C2D !important;
}
.text-orange--25 {
  color: #FFFAF5 !important;
}
.bg-orange--25 {
  background-color: #FFFAF5 !important;
}
.border-orange--25 {
  border-color: #FFFAF5 !important;
}
.text-orange--50 {
  color: #FFF6ED !important;
}
.bg-orange--50 {
  background-color: #FFF6ED !important;
}
.border-orange--50 {
  border-color: #FFF6ED !important;
}
.text-orange--100 {
  color: #FFEAD5 !important;
}
.bg-orange--100 {
  background-color: #FFEAD5 !important;
}
.border-orange--100 {
  border-color: #FFEAD5 !important;
}
.text-orange--200 {
  color: #FDDCAB !important;
}
.bg-orange--200 {
  background-color: #FDDCAB !important;
}
.border-orange--200 {
  border-color: #FDDCAB !important;
}
.text-orange--300 {
  color: #FEB273 !important;
}
.bg-orange--300 {
  background-color: #FEB273 !important;
}
.border-orange--300 {
  border-color: #FEB273 !important;
}
.text-orange--400 {
  color: #FD853A !important;
}
.bg-orange--400 {
  background-color: #FD853A !important;
}
.border-orange--400 {
  border-color: #FD853A !important;
}
.text-orange--500 {
  color: #FB6514 !important;
}
.bg-orange--500 {
  background-color: #FB6514 !important;
}
.border-orange--500 {
  border-color: #FB6514 !important;
}
.text-orange--600 {
  color: #EC4A0A !important;
}
.bg-orange--600 {
  background-color: #EC4A0A !important;
}
.border-orange--600 {
  border-color: #EC4A0A !important;
}
.text-orange--700 {
  color: #C4320A !important;
}
.bg-orange--700 {
  background-color: #C4320A !important;
}
.border-orange--700 {
  border-color: #C4320A !important;
}
.text-orange--800 {
  color: #9C2A10 !important;
}
.bg-orange--800 {
  background-color: #9C2A10 !important;
}
.border-orange--800 {
  border-color: #9C2A10 !important;
}
.text-orange--900 {
  color: #7E2410 !important;
}
.bg-orange--900 {
  background-color: #7E2410 !important;
}
.border-orange--900 {
  border-color: #7E2410 !important;
}
.text-orange--950 {
  color: #4E1609 !important;
}
.bg-orange--950 {
  background-color: #4E1609 !important;
}
.border-orange--950 {
  border-color: #4E1609 !important;
}
.text-yellow--25 {
  color: #FEFDF0 !important;
}
.bg-yellow--25 {
  background-color: #FEFDF0 !important;
}
.border-yellow--25 {
  border-color: #FEFDF0 !important;
}
.text-yellow--50 {
  color: #FEFBE8 !important;
}
.bg-yellow--50 {
  background-color: #FEFBE8 !important;
}
.border-yellow--50 {
  border-color: #FEFBE8 !important;
}
.text-yellow--100 {
  color: #FEF7C3 !important;
}
.bg-yellow--100 {
  background-color: #FEF7C3 !important;
}
.border-yellow--100 {
  border-color: #FEF7C3 !important;
}
.text-yellow--200 {
  color: #FEEE95 !important;
}
.bg-yellow--200 {
  background-color: #FEEE95 !important;
}
.border-yellow--200 {
  border-color: #FEEE95 !important;
}
.text-yellow--300 {
  color: #FDE272 !important;
}
.bg-yellow--300 {
  background-color: #FDE272 !important;
}
.border-yellow--300 {
  border-color: #FDE272 !important;
}
.text-yellow--400 {
  color: #FAC515 !important;
}
.bg-yellow--400 {
  background-color: #FAC515 !important;
}
.border-yellow--400 {
  border-color: #FAC515 !important;
}
.text-yellow--500 {
  color: #EAAA08 !important;
}
.bg-yellow--500 {
  background-color: #EAAA08 !important;
}
.border-yellow--500 {
  border-color: #EAAA08 !important;
}
.text-yellow--600 {
  color: #CA8504 !important;
}
.bg-yellow--600 {
  background-color: #CA8504 !important;
}
.border-yellow--600 {
  border-color: #CA8504 !important;
}
.text-yellow--700 {
  color: #A15C07 !important;
}
.bg-yellow--700 {
  background-color: #A15C07 !important;
}
.border-yellow--700 {
  border-color: #A15C07 !important;
}
.text-yellow--800 {
  color: #854A0E !important;
}
.bg-yellow--800 {
  background-color: #854A0E !important;
}
.border-yellow--800 {
  border-color: #854A0E !important;
}
.text-yellow--900 {
  color: #713B12 !important;
}
.bg-yellow--900 {
  background-color: #713B12 !important;
}
.border-yellow--900 {
  border-color: #713B12 !important;
}
.text-yellow--950 {
  color: #442205 !important;
}
.bg-yellow--950 {
  background-color: #442205 !important;
}
.border-yellow--950 {
  border-color: #442205 !important;
}
.text-teal--25 {
  color: #F6FEFC !important;
}
.bg-teal--25 {
  background-color: #F6FEFC !important;
}
.border-teal--25 {
  border-color: #F6FEFC !important;
}
.text-teal--50 {
  color: #F0FDF9 !important;
}
.bg-teal--50 {
  background-color: #F0FDF9 !important;
}
.border-teal--50 {
  border-color: #F0FDF9 !important;
}
.text-teal--100 {
  color: #CCFBEF !important;
}
.bg-teal--100 {
  background-color: #CCFBEF !important;
}
.border-teal--100 {
  border-color: #CCFBEF !important;
}
.text-teal--200 {
  color: #99F6E0 !important;
}
.bg-teal--200 {
  background-color: #99F6E0 !important;
}
.border-teal--200 {
  border-color: #99F6E0 !important;
}
.text-teal--300 {
  color: #5FE9D0 !important;
}
.bg-teal--300 {
  background-color: #5FE9D0 !important;
}
.border-teal--300 {
  border-color: #5FE9D0 !important;
}
.text-teal--400 {
  color: #2ED3B7 !important;
}
.bg-teal--400 {
  background-color: #2ED3B7 !important;
}
.border-teal--400 {
  border-color: #2ED3B7 !important;
}
.text-teal--500 {
  color: #15B79E !important;
}
.bg-teal--500 {
  background-color: #15B79E !important;
}
.border-teal--500 {
  border-color: #15B79E !important;
}
.text-teal--600 {
  color: #0E9384 !important;
}
.bg-teal--600 {
  background-color: #0E9384 !important;
}
.border-teal--600 {
  border-color: #0E9384 !important;
}
.text-teal--700 {
  color: #107569 !important;
}
.bg-teal--700 {
  background-color: #107569 !important;
}
.border-teal--700 {
  border-color: #107569 !important;
}
.text-teal--800 {
  color: #125D56 !important;
}
.bg-teal--800 {
  background-color: #125D56 !important;
}
.border-teal--800 {
  border-color: #125D56 !important;
}
.text-teal--900 {
  color: #134E48 !important;
}
.bg-teal--900 {
  background-color: #134E48 !important;
}
.border-teal--900 {
  border-color: #134E48 !important;
}
.text-teal--950 {
  color: #0A2926 !important;
}
.bg-teal--950 {
  background-color: #0A2926 !important;
}
.border-teal--950 {
  border-color: #0A2926 !important;
}
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb:
    13,
    110,
    253;
  --bs-secondary-rgb:
    108,
    117,
    125;
  --bs-success-rgb:
    25,
    135,
    84;
  --bs-info-rgb:
    13,
    202,
    240;
  --bs-warning-rgb:
    255,
    193,
    7;
  --bs-danger-rgb:
    220,
    53,
    69;
  --bs-light-rgb:
    248,
    249,
    250;
  --bs-dark-rgb:
    33,
    37,
    41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-font-sans-serif:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --bs-gradient:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb:
    33,
    37,
    41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb:
    0,
    0,
    0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:
    33,
    37,
    41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb:
    233,
    236,
    239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:
    33,
    37,
    41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb:
    248,
    249,
    250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb:
    13,
    110,
    253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb:
    10,
    88,
    202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb:
    222,
    226,
    230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb:
    33,
    37,
    41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb:
    255,
    255,
    255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:
    222,
    226,
    230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb:
    52,
    58,
    64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:
    222,
    226,
    230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb:
    43,
    48,
    53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb:
    110,
    168,
    254;
  --bs-link-hover-color-rgb:
    139,
    185,
    254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(165.28, 180.8, 203.68);
  --bs-table-striped-bg: rgb(196.27, 214.7, 241.87);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 203.4, 229.14);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 209.05, 235.505);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(167.2, 184.8, 176.64);
  --bs-table-striped-bg: rgb(198.55, 219.45, 209.76);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 207.9, 198.72);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 213.675, 204.24);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(165.28, 195.52, 201.6);
  --bs-table-striped-bg: rgb(196.27, 232.18, 239.4);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(185.94, 219.96, 226.8);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(191.105, 226.07, 233.1);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(198.4, 171.68, 174.24);
  --bs-table-striped-bg: rgb(235.6, 203.87, 206.91);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 193.14, 196.02);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 198.505, 201.465);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(134, 182.5, 254);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);
  --bs-btn-hover-border-color: rgb(10.4, 88, 202.4);
  --bs-btn-focus-shadow-rgb:
    49,
    132,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(10.4, 88, 202.4);
  --bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb:
    130,
    138,
    145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);
  --bs-btn-hover-border-color: rgb(20, 108, 67.2);
  --bs-btn-focus-shadow-rgb:
    60,
    153,
    110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 108, 67.2);
  --bs-btn-active-border-color: rgb(18.75, 101.25, 63);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);
  --bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-focus-shadow-rgb:
    11,
    172,
    204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(61.4, 212.6, 243);
  --bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb:
    217,
    164,
    6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(187, 45.05, 58.65);
  --bs-btn-hover-border-color: rgb(176, 42.4, 55.2);
  --bs-btn-focus-shadow-rgb:
    225,
    83,
    97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(176, 42.4, 55.2);
  --bs-btn-active-border-color: rgb(165, 39.75, 51.75);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb:
    211,
    212,
    213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb:
    66,
    70,
    73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb:
    13,
    110,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb:
    108,
    117,
    125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb:
    25,
    135,
    84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb:
    13,
    202,
    240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb:
    255,
    193,
    7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb:
    220,
    53,
    69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb:
    248,
    249,
    250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb:
    33,
    37,
    41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb:
    49,
    132,
    253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm,
.btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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,
    border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html {
  height: 100%;
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 100%;
  overflow: hidden;
}
.table-sort-icon {
  padding: 0px !important;
  line-height: 10px !important;
}
.hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.lms-marker-label {
  padding-bottom: 2px;
  left: 20px;
}
.lms-marker-label-2 {
  padding-right: 1px;
  padding-bottom: 2px;
  left: 20px;
}
google-map > .map-container {
  border-radius: 12px;
  position: relative;
}
.stats-enginemap-container .map-container {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.lms-fleet-map .map-container {
  border-radius: 12px;
}
.transparent-click-through-backdrop {
  background: transparent !important;
  pointer-events: none !important;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
/*!
 * 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: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@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;
}
.ngx-toastr {
  width: 500px;
}

/* src/assets/icon-fonts/huge/hugeicons-font.css */
@font-face {
  font-family: "hgi-bulk-rounded";
  src: url("./media/hgi-bulk-rounded-QKQ43YT6.eot?t=1736938705136");
  src:
    url("./media/hgi-bulk-rounded-QKQ43YT6.eot?t=1736938705136#iefix") format("embedded-opentype"),
    url("./media/hgi-bulk-rounded-XX2NSZZE.woff2?t=1736938705136") format("woff2"),
    url("./media/hgi-bulk-rounded-M7CYZGBC.woff?t=1736938705136") format("woff"),
    url("./media/hgi-bulk-rounded-DYIAD2NB.ttf?t=1736938705136") format("truetype"),
    url("./media/hgi-bulk-rounded-XNJXQ6SF.svg?t=1736938705136#hgi-bulk-rounded") format("svg");
}
.hgi-bulk {
  font-family: "hgi-bulk-rounded" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-display: block;
}
.hgi-bulk:before {
  position: absolute;
  left: 0;
}
.hgi-bulk:after {
  opacity: 0.4;
}
.hgi-bulk.hgi-3-d-view:after {
  content: "\3a70";
}
.hgi-bulk.hgi-3-d-view:before {
  content: "\3a71";
}
.hgi-bulk.hgi-abacus:after {
  content: "\3a72";
}
.hgi-bulk.hgi-abacus:before {
  content: "\3a73";
}
.hgi-bulk.hgi-absolute:after {
  content: "\3a74";
}
.hgi-bulk.hgi-absolute:before {
  content: "\3a75";
}
.hgi-bulk.hgi-acceleration:after {
  content: "\3a76";
}
.hgi-bulk.hgi-acceleration:before {
  content: "\3a77";
}
.hgi-bulk.hgi-access:after {
  content: "\3a78";
}
.hgi-bulk.hgi-access:before {
  content: "\3a79";
}
.hgi-bulk.hgi-accident:after {
  content: "\3a7a";
}
.hgi-bulk.hgi-accident:before {
  content: "\3a7b";
}
.hgi-bulk.hgi-account-setting-01:after {
  content: "\3a7c";
}
.hgi-bulk.hgi-account-setting-01:before {
  content: "\3a7d";
}
.hgi-bulk.hgi-account-setting-02:after {
  content: "\3a7e";
}
.hgi-bulk.hgi-account-setting-02:before {
  content: "\3a7f";
}
.hgi-bulk.hgi-account-setting-03:after {
  content: "\3a80";
}
.hgi-bulk.hgi-account-setting-03:before {
  content: "\3a81";
}
.hgi-bulk.hgi-activity-01:after {
  content: "\3a82";
}
.hgi-bulk.hgi-activity-01:before {
  content: "\3a83";
}
.hgi-bulk.hgi-activity-02:after {
  content: "\3a84";
}
.hgi-bulk.hgi-activity-02:before {
  content: "\3a85";
}
.hgi-bulk.hgi-activity-03:after {
  content: "\3a86";
}
.hgi-bulk.hgi-activity-03:before {
  content: "\3a87";
}
.hgi-bulk.hgi-activity-04:after {
  content: "\3a88";
}
.hgi-bulk.hgi-activity-04:before {
  content: "\3a89";
}
.hgi-bulk.hgi-acute:after {
  content: "\3a8a";
}
.hgi-bulk.hgi-acute:before {
  content: "\3a8b";
}
.hgi-bulk.hgi-add-01:after {
  content: "\3a8c";
}
.hgi-bulk.hgi-add-01:before {
  content: "\3a8d";
}
.hgi-bulk.hgi-add-02:after {
  content: "\3a8e";
}
.hgi-bulk.hgi-add-02:before {
  content: "\3a8f";
}
.hgi-bulk.hgi-add-circle-half-dot:after {
  content: "\3a90";
}
.hgi-bulk.hgi-add-circle-half-dot:before {
  content: "\3a91";
}
.hgi-bulk.hgi-add-circle:after {
  content: "\3a92";
}
.hgi-bulk.hgi-add-circle:before {
  content: "\3a93";
}
.hgi-bulk.hgi-add-female:after {
  content: "\3a94";
}
.hgi-bulk.hgi-add-female:before {
  content: "\3a95";
}
.hgi-bulk.hgi-add-male:after {
  content: "\3a96";
}
.hgi-bulk.hgi-add-male:before {
  content: "\3a97";
}
.hgi-bulk.hgi-add-square:after {
  content: "\3a98";
}
.hgi-bulk.hgi-add-square:before {
  content: "\3a99";
}
.hgi-bulk.hgi-add-team-02:after {
  content: "\3a9a";
}
.hgi-bulk.hgi-add-team-02:before {
  content: "\3a9b";
}
.hgi-bulk.hgi-add-team:after {
  content: "\3a9c";
}
.hgi-bulk.hgi-add-team:before {
  content: "\3a9d";
}
.hgi-bulk.hgi-add-to-list:after {
  content: "\3a9e";
}
.hgi-bulk.hgi-add-to-list:before {
  content: "\3a9f";
}
.hgi-bulk.hgi-address-book:after {
  content: "\3aa0";
}
.hgi-bulk.hgi-address-book:before {
  content: "\3aa1";
}
.hgi-bulk.hgi-adobe-after-effect:after {
  content: "\3aa2";
}
.hgi-bulk.hgi-adobe-after-effect:before {
  content: "\3aa3";
}
.hgi-bulk.hgi-adobe-illustrator:after {
  content: "\3aa4";
}
.hgi-bulk.hgi-adobe-illustrator:before {
  content: "\3aa5";
}
.hgi-bulk.hgi-adobe-indesign:after {
  content: "\3aa6";
}
.hgi-bulk.hgi-adobe-indesign:before {
  content: "\3aa7";
}
.hgi-bulk.hgi-adobe-photoshop:after {
  content: "\3aa8";
}
.hgi-bulk.hgi-adobe-photoshop:before {
  content: "\3aa9";
}
.hgi-bulk.hgi-adobe-premier:after {
  content: "\3aaa";
}
.hgi-bulk.hgi-adobe-premier:before {
  content: "\3aab";
}
.hgi-bulk.hgi-adobe-xd:after {
  content: "\3aac";
}
.hgi-bulk.hgi-adobe-xd:before {
  content: "\3aad";
}
.hgi-bulk.hgi-adventure:after {
  content: "\3aae";
}
.hgi-bulk.hgi-adventure:before {
  content: "\3aaf";
}
.hgi-bulk.hgi-advertisiment:after {
  content: "\3ab0";
}
.hgi-bulk.hgi-advertisiment:before {
  content: "\3ab1";
}
.hgi-bulk.hgi-adzan:after {
  content: "\3ab2";
}
.hgi-bulk.hgi-adzan:before {
  content: "\3ab3";
}
.hgi-bulk.hgi-affiliate:after {
  content: "\3ab4";
}
.hgi-bulk.hgi-affiliate:before {
  content: "\3ab5";
}
.hgi-bulk.hgi-agreement-01:after {
  content: "\3ab6";
}
.hgi-bulk.hgi-agreement-01:before {
  content: "\3ab7";
}
.hgi-bulk.hgi-agreement-02:after {
  content: "\3ab8";
}
.hgi-bulk.hgi-agreement-02:before {
  content: "\3ab9";
}
.hgi-bulk.hgi-agreement-03:after {
  content: "\3aba";
}
.hgi-bulk.hgi-agreement-03:before {
  content: "\3abb";
}
.hgi-bulk.hgi-ai-audio:after {
  content: "\3abc";
}
.hgi-bulk.hgi-ai-audio:before {
  content: "\3abd";
}
.hgi-bulk.hgi-ai-beautify:after {
  content: "\3abe";
}
.hgi-bulk.hgi-ai-beautify:before {
  content: "\3abf";
}
.hgi-bulk.hgi-ai-book:after {
  content: "\3ac0";
}
.hgi-bulk.hgi-ai-book:before {
  content: "\3ac1";
}
.hgi-bulk.hgi-ai-brain-01:after {
  content: "\3ac2";
}
.hgi-bulk.hgi-ai-brain-01:before {
  content: "\3ac3";
}
.hgi-bulk.hgi-ai-brain-02:after {
  content: "\3ac4";
}
.hgi-bulk.hgi-ai-brain-02:before {
  content: "\3ac5";
}
.hgi-bulk.hgi-ai-brain-03:after {
  content: "\3ac6";
}
.hgi-bulk.hgi-ai-brain-03:before {
  content: "\3ac7";
}
.hgi-bulk.hgi-ai-brain-04:after {
  content: "\3ac8";
}
.hgi-bulk.hgi-ai-brain-04:before {
  content: "\3ac9";
}
.hgi-bulk.hgi-ai-brain-05:after {
  content: "\3aca";
}
.hgi-bulk.hgi-ai-brain-05:before {
  content: "\3acb";
}
.hgi-bulk.hgi-ai-browser:after {
  content: "\3acc";
}
.hgi-bulk.hgi-ai-browser:before {
  content: "\3acd";
}
.hgi-bulk.hgi-ai-chat-01:after {
  content: "\3ace";
}
.hgi-bulk.hgi-ai-chat-01:before {
  content: "\3acf";
}
.hgi-bulk.hgi-ai-chat-02:after {
  content: "\3ad0";
}
.hgi-bulk.hgi-ai-chat-02:before {
  content: "\3ad1";
}
.hgi-bulk.hgi-ai-chemistry-01:after {
  content: "\3ad2";
}
.hgi-bulk.hgi-ai-chemistry-01:before {
  content: "\3ad3";
}
.hgi-bulk.hgi-ai-chemistry-02:after {
  content: "\3ad4";
}
.hgi-bulk.hgi-ai-chemistry-02:before {
  content: "\3ad5";
}
.hgi-bulk.hgi-ai-chemistry-03:after {
  content: "\3ad6";
}
.hgi-bulk.hgi-ai-chemistry-03:before {
  content: "\3ad7";
}
.hgi-bulk.hgi-ai-chip:after {
  content: "\3ad8";
}
.hgi-bulk.hgi-ai-chip:before {
  content: "\3ad9";
}
.hgi-bulk.hgi-ai-cloud-01:after {
  content: "\3ada";
}
.hgi-bulk.hgi-ai-cloud-01:before {
  content: "\3adb";
}
.hgi-bulk.hgi-ai-cloud-02:after {
  content: "\3adc";
}
.hgi-bulk.hgi-ai-cloud-02:before {
  content: "\3add";
}
.hgi-bulk.hgi-ai-cloud:after {
  content: "\3ade";
}
.hgi-bulk.hgi-ai-cloud:before {
  content: "\3adf";
}
.hgi-bulk.hgi-ai-computer:after {
  content: "\3ae0";
}
.hgi-bulk.hgi-ai-computer:before {
  content: "\3ae1";
}
.hgi-bulk.hgi-ai-content-generator-01:after {
  content: "\3ae2";
}
.hgi-bulk.hgi-ai-content-generator-01:before {
  content: "\3ae3";
}
.hgi-bulk.hgi-ai-content-generator-02:after {
  content: "\3ae4";
}
.hgi-bulk.hgi-ai-content-generator-02:before {
  content: "\3ae5";
}
.hgi-bulk.hgi-ai-dna:after {
  content: "\3ae6";
}
.hgi-bulk.hgi-ai-dna:before {
  content: "\3ae7";
}
.hgi-bulk.hgi-ai-editing:after {
  content: "\3ae8";
}
.hgi-bulk.hgi-ai-editing:before {
  content: "\3ae9";
}
.hgi-bulk.hgi-ai-eraser:after {
  content: "\3aea";
}
.hgi-bulk.hgi-ai-eraser:before {
  content: "\3aeb";
}
.hgi-bulk.hgi-ai-file:after {
  content: "\3aec";
}
.hgi-bulk.hgi-ai-file:before {
  content: "\3aed";
}
.hgi-bulk.hgi-ai-folder-01:after {
  content: "\3aee";
}
.hgi-bulk.hgi-ai-folder-01:before {
  content: "\3aef";
}
.hgi-bulk.hgi-ai-folder-02:after {
  content: "\3af0";
}
.hgi-bulk.hgi-ai-folder-02:before {
  content: "\3af1";
}
.hgi-bulk.hgi-ai-game:after {
  content: "\3af2";
}
.hgi-bulk.hgi-ai-game:before {
  content: "\3af3";
}
.hgi-bulk.hgi-ai-generative:after {
  content: "\3af4";
}
.hgi-bulk.hgi-ai-generative:before {
  content: "\3af5";
}
.hgi-bulk.hgi-ai-idea:after {
  content: "\3af6";
}
.hgi-bulk.hgi-ai-idea:before {
  content: "\3af7";
}
.hgi-bulk.hgi-ai-image:after {
  content: "\3af8";
}
.hgi-bulk.hgi-ai-image:before {
  content: "\3af9";
}
.hgi-bulk.hgi-ai-innovation-01:after {
  content: "\3afa";
}
.hgi-bulk.hgi-ai-innovation-01:before {
  content: "\3afb";
}
.hgi-bulk.hgi-ai-innovation-02:after {
  content: "\3afc";
}
.hgi-bulk.hgi-ai-innovation-02:before {
  content: "\3afd";
}
.hgi-bulk.hgi-ai-innovation-03:after {
  content: "\3afe";
}
.hgi-bulk.hgi-ai-innovation-03:before {
  content: "\3aff";
}
.hgi-bulk.hgi-ai-laptop:after {
  content: "\3b00";
}
.hgi-bulk.hgi-ai-laptop:before {
  content: "\3b01";
}
.hgi-bulk.hgi-ai-learning:after {
  content: "\3b02";
}
.hgi-bulk.hgi-ai-learning:before {
  content: "\3b03";
}
.hgi-bulk.hgi-ai-lock:after {
  content: "\3b04";
}
.hgi-bulk.hgi-ai-lock:before {
  content: "\3b05";
}
.hgi-bulk.hgi-ai-magic:after {
  content: "\3b06";
}
.hgi-bulk.hgi-ai-magic:before {
  content: "\3b07";
}
.hgi-bulk.hgi-ai-mail-01:after {
  content: "\3b08";
}
.hgi-bulk.hgi-ai-mail-01:before {
  content: "\3b09";
}
.hgi-bulk.hgi-ai-mail-02:after {
  content: "\3b0a";
}
.hgi-bulk.hgi-ai-mail-02:before {
  content: "\3b0b";
}
.hgi-bulk.hgi-ai-mail:after {
  content: "\3b0c";
}
.hgi-bulk.hgi-ai-mail:before {
  content: "\3b0d";
}
.hgi-bulk.hgi-ai-mic:after {
  content: "\3b0e";
}
.hgi-bulk.hgi-ai-mic:before {
  content: "\3b0f";
}
.hgi-bulk.hgi-ai-network:after {
  content: "\3b10";
}
.hgi-bulk.hgi-ai-network:before {
  content: "\3b11";
}
.hgi-bulk.hgi-ai-phone-01:after {
  content: "\3b12";
}
.hgi-bulk.hgi-ai-phone-01:before {
  content: "\3b13";
}
.hgi-bulk.hgi-ai-phone-02:after {
  content: "\3b14";
}
.hgi-bulk.hgi-ai-phone-02:before {
  content: "\3b15";
}
.hgi-bulk.hgi-ai-programming:after {
  content: "\3b16";
}
.hgi-bulk.hgi-ai-programming:before {
  content: "\3b17";
}
.hgi-bulk.hgi-ai-scan:after {
  content: "\3b18";
}
.hgi-bulk.hgi-ai-scan:before {
  content: "\3b19";
}
.hgi-bulk.hgi-ai-scheduling:after {
  content: "\3b1a";
}
.hgi-bulk.hgi-ai-scheduling:before {
  content: "\3b1b";
}
.hgi-bulk.hgi-ai-search-02:after {
  content: "\3b1c";
}
.hgi-bulk.hgi-ai-search-02:before {
  content: "\3b1d";
}
.hgi-bulk.hgi-ai-search:after {
  content: "\3b1e";
}
.hgi-bulk.hgi-ai-search:before {
  content: "\3b1f";
}
.hgi-bulk.hgi-ai-security-01:after {
  content: "\3b20";
}
.hgi-bulk.hgi-ai-security-01:before {
  content: "\3b21";
}
.hgi-bulk.hgi-ai-security-02:after {
  content: "\3b22";
}
.hgi-bulk.hgi-ai-security-02:before {
  content: "\3b23";
}
.hgi-bulk.hgi-ai-security-03:after {
  content: "\3b24";
}
.hgi-bulk.hgi-ai-security-03:before {
  content: "\3b25";
}
.hgi-bulk.hgi-ai-setting:after {
  content: "\3b26";
}
.hgi-bulk.hgi-ai-setting:before {
  content: "\3b27";
}
.hgi-bulk.hgi-ai-sheets:after {
  content: "\3b28";
}
.hgi-bulk.hgi-ai-sheets:before {
  content: "\3b29";
}
.hgi-bulk.hgi-ai-smartwatch:after {
  content: "\3b2a";
}
.hgi-bulk.hgi-ai-smartwatch:before {
  content: "\3b2b";
}
.hgi-bulk.hgi-ai-user:after {
  content: "\3b2c";
}
.hgi-bulk.hgi-ai-user:before {
  content: "\3b2d";
}
.hgi-bulk.hgi-ai-video:after {
  content: "\3b2e";
}
.hgi-bulk.hgi-ai-video:before {
  content: "\3b2f";
}
.hgi-bulk.hgi-ai-view:after {
  content: "\3b30";
}
.hgi-bulk.hgi-ai-view:before {
  content: "\3b31";
}
.hgi-bulk.hgi-ai-vision-recognition:after {
  content: "\3b32";
}
.hgi-bulk.hgi-ai-vision-recognition:before {
  content: "\3b33";
}
.hgi-bulk.hgi-ai-voice-generator:after {
  content: "\3b34";
}
.hgi-bulk.hgi-ai-voice-generator:before {
  content: "\3b35";
}
.hgi-bulk.hgi-ai-voice:after {
  content: "\3b36";
}
.hgi-bulk.hgi-ai-voice:before {
  content: "\3b37";
}
.hgi-bulk.hgi-ai-web-browsing:after {
  content: "\3b38";
}
.hgi-bulk.hgi-ai-web-browsing:before {
  content: "\3b39";
}
.hgi-bulk.hgi-aids:after {
  content: "\3b3a";
}
.hgi-bulk.hgi-aids:before {
  content: "\3b3b";
}
.hgi-bulk.hgi-airbnb:after {
  content: "\3b3c";
}
.hgi-bulk.hgi-airbnb:before {
  content: "\3b3d";
}
.hgi-bulk.hgi-aircraft-game:after {
  content: "\3b3e";
}
.hgi-bulk.hgi-aircraft-game:before {
  content: "\3b3f";
}
.hgi-bulk.hgi-airdrop:after {
  content: "\3b40";
}
.hgi-bulk.hgi-airdrop:before {
  content: "\3b41";
}
.hgi-bulk.hgi-airplane-01:after {
  content: "\3b42";
}
.hgi-bulk.hgi-airplane-01:before {
  content: "\3b43";
}
.hgi-bulk.hgi-airplane-02:after {
  content: "\3b44";
}
.hgi-bulk.hgi-airplane-02:before {
  content: "\3b45";
}
.hgi-bulk.hgi-airplane-landing-01:after {
  content: "\3b46";
}
.hgi-bulk.hgi-airplane-landing-01:before {
  content: "\3b47";
}
.hgi-bulk.hgi-airplane-landing-02:after {
  content: "\3b48";
}
.hgi-bulk.hgi-airplane-landing-02:before {
  content: "\3b49";
}
.hgi-bulk.hgi-airplane-mode-off:after {
  content: "\3b4a";
}
.hgi-bulk.hgi-airplane-mode-off:before {
  content: "\3b4b";
}
.hgi-bulk.hgi-airplane-mode:after {
  content: "\3b4c";
}
.hgi-bulk.hgi-airplane-mode:before {
  content: "\3b4d";
}
.hgi-bulk.hgi-airplane-seat:after {
  content: "\3b4e";
}
.hgi-bulk.hgi-airplane-seat:before {
  content: "\3b4f";
}
.hgi-bulk.hgi-airplane-take-off-01:after {
  content: "\3b50";
}
.hgi-bulk.hgi-airplane-take-off-01:before {
  content: "\3b51";
}
.hgi-bulk.hgi-airplane-take-off-02:after {
  content: "\3b52";
}
.hgi-bulk.hgi-airplane-take-off-02:before {
  content: "\3b53";
}
.hgi-bulk.hgi-airplay-line:after {
  content: "\3b54";
}
.hgi-bulk.hgi-airplay-line:before {
  content: "\3b55";
}
.hgi-bulk.hgi-airpod-01:after {
  content: "\3b56";
}
.hgi-bulk.hgi-airpod-01:before {
  content: "\3b57";
}
.hgi-bulk.hgi-airpod-02:after {
  content: "\3b58";
}
.hgi-bulk.hgi-airpod-02:before {
  content: "\3b59";
}
.hgi-bulk.hgi-airpod-03:after {
  content: "\3b5a";
}
.hgi-bulk.hgi-airpod-03:before {
  content: "\3b5b";
}
.hgi-bulk.hgi-airport:after {
  content: "\3b5c";
}
.hgi-bulk.hgi-airport:before {
  content: "\3b5d";
}
.hgi-bulk.hgi-al-aqsa-mosque:after {
  content: "\3b5e";
}
.hgi-bulk.hgi-al-aqsa-mosque:before {
  content: "\3b5f";
}
.hgi-bulk.hgi-alarm-clock:after {
  content: "\3b60";
}
.hgi-bulk.hgi-alarm-clock:before {
  content: "\3b61";
}
.hgi-bulk.hgi-album-01:after {
  content: "\3b62";
}
.hgi-bulk.hgi-album-01:before {
  content: "\3b63";
}
.hgi-bulk.hgi-album-02:after {
  content: "\3b64";
}
.hgi-bulk.hgi-album-02:before {
  content: "\3b65";
}
.hgi-bulk.hgi-album-not-found-01:after {
  content: "\3b66";
}
.hgi-bulk.hgi-album-not-found-01:before {
  content: "\3b67";
}
.hgi-bulk.hgi-album-not-found-02:after {
  content: "\3b68";
}
.hgi-bulk.hgi-album-not-found-02:before {
  content: "\3b69";
}
.hgi-bulk.hgi-alert-01:after {
  content: "\3b6a";
}
.hgi-bulk.hgi-alert-01:before {
  content: "\3b6b";
}
.hgi-bulk.hgi-alert-02:after {
  content: "\3b6c";
}
.hgi-bulk.hgi-alert-02:before {
  content: "\3b6d";
}
.hgi-bulk.hgi-alert-circle:after {
  content: "\3b6e";
}
.hgi-bulk.hgi-alert-circle:before {
  content: "\3b6f";
}
.hgi-bulk.hgi-alert-diamond:after {
  content: "\3b70";
}
.hgi-bulk.hgi-alert-diamond:before {
  content: "\3b71";
}
.hgi-bulk.hgi-alert-square:after {
  content: "\3b72";
}
.hgi-bulk.hgi-alert-square:before {
  content: "\3b73";
}
.hgi-bulk.hgi-algorithm:after {
  content: "\3b74";
}
.hgi-bulk.hgi-algorithm:before {
  content: "\3b75";
}
.hgi-bulk.hgi-alien-01:after {
  content: "\3b76";
}
.hgi-bulk.hgi-alien-01:before {
  content: "\3b77";
}
.hgi-bulk.hgi-alien-02:after {
  content: "\3b78";
}
.hgi-bulk.hgi-alien-02:before {
  content: "\3b79";
}
.hgi-bulk.hgi-align-bottom:after {
  content: "\3b7a";
}
.hgi-bulk.hgi-align-bottom:before {
  content: "\3b7b";
}
.hgi-bulk.hgi-align-box-bottom-center:after {
  content: "\3b7c";
}
.hgi-bulk.hgi-align-box-bottom-center:before {
  content: "\3b7d";
}
.hgi-bulk.hgi-align-box-bottom-left:after {
  content: "\3b7e";
}
.hgi-bulk.hgi-align-box-bottom-left:before {
  content: "\3b7f";
}
.hgi-bulk.hgi-align-box-bottom-right:after {
  content: "\3b80";
}
.hgi-bulk.hgi-align-box-bottom-right:before {
  content: "\3b81";
}
.hgi-bulk.hgi-align-box-middle-center:after {
  content: "\3b82";
}
.hgi-bulk.hgi-align-box-middle-center:before {
  content: "\3b83";
}
.hgi-bulk.hgi-align-box-middle-left:after {
  content: "\3b84";
}
.hgi-bulk.hgi-align-box-middle-left:before {
  content: "\3b85";
}
.hgi-bulk.hgi-align-box-middle-right:after {
  content: "\3b86";
}
.hgi-bulk.hgi-align-box-middle-right:before {
  content: "\3b87";
}
.hgi-bulk.hgi-align-box-top-center:after {
  content: "\3b88";
}
.hgi-bulk.hgi-align-box-top-center:before {
  content: "\3b89";
}
.hgi-bulk.hgi-align-box-top-left:after {
  content: "\3b8a";
}
.hgi-bulk.hgi-align-box-top-left:before {
  content: "\3b8b";
}
.hgi-bulk.hgi-align-box-top-right:after {
  content: "\3b8c";
}
.hgi-bulk.hgi-align-box-top-right:before {
  content: "\3b8d";
}
.hgi-bulk.hgi-align-horizontal-center:after {
  content: "\3b8e";
}
.hgi-bulk.hgi-align-horizontal-center:before {
  content: "\3b8f";
}
.hgi-bulk.hgi-align-key-object:after {
  content: "\3b90";
}
.hgi-bulk.hgi-align-key-object:before {
  content: "\3b91";
}
.hgi-bulk.hgi-align-left:after {
  content: "\3b92";
}
.hgi-bulk.hgi-align-left:before {
  content: "\3b93";
}
.hgi-bulk.hgi-align-right:after {
  content: "\3b94";
}
.hgi-bulk.hgi-align-right:before {
  content: "\3b95";
}
.hgi-bulk.hgi-align-selection:after {
  content: "\3b96";
}
.hgi-bulk.hgi-align-selection:before {
  content: "\3b97";
}
.hgi-bulk.hgi-align-top:after {
  content: "\3b98";
}
.hgi-bulk.hgi-align-top:before {
  content: "\3b99";
}
.hgi-bulk.hgi-align-vertical-center:after {
  content: "\3b9a";
}
.hgi-bulk.hgi-align-vertical-center:before {
  content: "\3b9b";
}
.hgi-bulk.hgi-all-bookmark:after {
  content: "\3b9c";
}
.hgi-bulk.hgi-all-bookmark:before {
  content: "\3b9d";
}
.hgi-bulk.hgi-allah:after {
  content: "\3b9e";
}
.hgi-bulk.hgi-allah:before {
  content: "\3b9f";
}
.hgi-bulk.hgi-alms:after {
  content: "\3ba0";
}
.hgi-bulk.hgi-alms:before {
  content: "\3ba1";
}
.hgi-bulk.hgi-alpha-circle:after {
  content: "\3ba2";
}
.hgi-bulk.hgi-alpha-circle:before {
  content: "\3ba3";
}
.hgi-bulk.hgi-alpha:after {
  content: "\3ba4";
}
.hgi-bulk.hgi-alpha-square:after {
  content: "\3ba5";
}
.hgi-bulk.hgi-alpha-square:before {
  content: "\3ba6";
}
.hgi-bulk.hgi-alpha:before {
  content: "\3ba7";
}
.hgi-bulk.hgi-alphabet-arabic:after {
  content: "\3ba8";
}
.hgi-bulk.hgi-alphabet-arabic:before {
  content: "\3ba9";
}
.hgi-bulk.hgi-alphabet-bangla:after {
  content: "\3baa";
}
.hgi-bulk.hgi-alphabet-bangla:before {
  content: "\3bab";
}
.hgi-bulk.hgi-alphabet-chinese:after {
  content: "\3bac";
}
.hgi-bulk.hgi-alphabet-chinese:before {
  content: "\3bad";
}
.hgi-bulk.hgi-alphabet-greek:after {
  content: "\3bae";
}
.hgi-bulk.hgi-alphabet-greek:before {
  content: "\3baf";
}
.hgi-bulk.hgi-alphabet-hebrew:after {
  content: "\3bb0";
}
.hgi-bulk.hgi-alphabet-hebrew:before {
  content: "\3bb1";
}
.hgi-bulk.hgi-alphabet-hindi:after {
  content: "\3bb2";
}
.hgi-bulk.hgi-alphabet-hindi:before {
  content: "\3bb3";
}
.hgi-bulk.hgi-alphabet-japanese:after {
  content: "\3bb4";
}
.hgi-bulk.hgi-alphabet-japanese:before {
  content: "\3bb5";
}
.hgi-bulk.hgi-alphabet-korean:after {
  content: "\3bb6";
}
.hgi-bulk.hgi-alphabet-korean:before {
  content: "\3bb7";
}
.hgi-bulk.hgi-alphabet-thai:after {
  content: "\3bb8";
}
.hgi-bulk.hgi-alphabet-thai:before {
  content: "\3bb9";
}
.hgi-bulk.hgi-amazon:after {
  content: "\3bba";
}
.hgi-bulk.hgi-amazon:before {
  content: "\3bbb";
}
.hgi-bulk.hgi-ambulance:after {
  content: "\3bbc";
}
.hgi-bulk.hgi-ambulance:before {
  content: "\3bbd";
}
.hgi-bulk.hgi-american-football:after {
  content: "\3bbe";
}
.hgi-bulk.hgi-american-football:before {
  content: "\3bbf";
}
.hgi-bulk.hgi-amie:after {
  content: "\3bc0";
}
.hgi-bulk.hgi-amie:before {
  content: "\3bc1";
}
.hgi-bulk.hgi-ampoule:after {
  content: "\3bc2";
}
.hgi-bulk.hgi-ampoule:before {
  content: "\3bc3";
}
.hgi-bulk.hgi-analysis-text-link:after {
  content: "\3bc4";
}
.hgi-bulk.hgi-analysis-text-link:before {
  content: "\3bc5";
}
.hgi-bulk.hgi-analytics-01:after {
  content: "\3bc6";
}
.hgi-bulk.hgi-analytics-01:before {
  content: "\3bc7";
}
.hgi-bulk.hgi-analytics-02:after {
  content: "\3bc8";
}
.hgi-bulk.hgi-analytics-02:before {
  content: "\3bc9";
}
.hgi-bulk.hgi-analytics-03:after {
  content: "\3bca";
}
.hgi-bulk.hgi-analytics-03:before {
  content: "\3bcb";
}
.hgi-bulk.hgi-analytics-down:after {
  content: "\3bcc";
}
.hgi-bulk.hgi-analytics-down:before {
  content: "\3bcd";
}
.hgi-bulk.hgi-analytics-up:after {
  content: "\3bce";
}
.hgi-bulk.hgi-analytics-up:before {
  content: "\3bcf";
}
.hgi-bulk.hgi-anchor-point:after {
  content: "\3bd0";
}
.hgi-bulk.hgi-anchor-point:before {
  content: "\3bd1";
}
.hgi-bulk.hgi-anchor:after {
  content: "\3bd2";
}
.hgi-bulk.hgi-anchor:before {
  content: "\3bd3";
}
.hgi-bulk.hgi-android:after {
  content: "\3bd4";
}
.hgi-bulk.hgi-android:before {
  content: "\3bd5";
}
.hgi-bulk.hgi-angel:after {
  content: "\3bd6";
}
.hgi-bulk.hgi-angel:before {
  content: "\3bd7";
}
.hgi-bulk.hgi-angle-01:after {
  content: "\3bd8";
}
.hgi-bulk.hgi-angle-01:before {
  content: "\3bd9";
}
.hgi-bulk.hgi-angle:after {
  content: "\3bda";
}
.hgi-bulk.hgi-angle:before {
  content: "\3bdb";
}
.hgi-bulk.hgi-angry-bird:after {
  content: "\3bdc";
}
.hgi-bulk.hgi-angry-bird:before {
  content: "\3bdd";
}
.hgi-bulk.hgi-angry:after {
  content: "\3bde";
}
.hgi-bulk.hgi-angry:before {
  content: "\3bdf";
}
.hgi-bulk.hgi-anonymous:after {
  content: "\3be0";
}
.hgi-bulk.hgi-anonymous:before {
  content: "\3be1";
}
.hgi-bulk.hgi-api:after {
  content: "\3be2";
}
.hgi-bulk.hgi-api:before {
  content: "\3be3";
}
.hgi-bulk.hgi-app-store:after {
  content: "\3be4";
}
.hgi-bulk.hgi-app-store:before {
  content: "\3be5";
}
.hgi-bulk.hgi-apple-01:after {
  content: "\3be6";
}
.hgi-bulk.hgi-apple-01:before {
  content: "\3be7";
}
.hgi-bulk.hgi-apple-finder:after {
  content: "\3be8";
}
.hgi-bulk.hgi-apple-finder:before {
  content: "\3be9";
}
.hgi-bulk.hgi-apple-intelligence:after {
  content: "\3bea";
}
.hgi-bulk.hgi-apple-intelligence:before {
  content: "\3beb";
}
.hgi-bulk.hgi-apple-music:after {
  content: "\3bec";
}
.hgi-bulk.hgi-apple-music:before {
  content: "\3bed";
}
.hgi-bulk.hgi-apple-news:after {
  content: "\3bee";
}
.hgi-bulk.hgi-apple-news:before {
  content: "\3bef";
}
.hgi-bulk.hgi-apple-pie:after {
  content: "\3bf0";
}
.hgi-bulk.hgi-apple-pie:before {
  content: "\3bf1";
}
.hgi-bulk.hgi-apple-reminder:after {
  content: "\3bf2";
}
.hgi-bulk.hgi-apple-reminder:before {
  content: "\3bf3";
}
.hgi-bulk.hgi-apple:after {
  content: "\3bf4";
}
.hgi-bulk.hgi-apple-stocks:after {
  content: "\3bf5";
}
.hgi-bulk.hgi-apple-stocks:before {
  content: "\3bf6";
}
.hgi-bulk.hgi-apple-vision-pro:after {
  content: "\3bf7";
}
.hgi-bulk.hgi-apple-vision-pro:before {
  content: "\3bf8";
}
.hgi-bulk.hgi-apple:before {
  content: "\3bf9";
}
.hgi-bulk.hgi-appointment-01:after {
  content: "\3bfa";
}
.hgi-bulk.hgi-appointment-01:before {
  content: "\3bfb";
}
.hgi-bulk.hgi-appointment-02:after {
  content: "\3bfc";
}
.hgi-bulk.hgi-appointment-02:before {
  content: "\3bfd";
}
.hgi-bulk.hgi-approximately-equal-circle:after {
  content: "\3bfe";
}
.hgi-bulk.hgi-approximately-equal-circle:before {
  content: "\3bff";
}
.hgi-bulk.hgi-approximately-equal:after {
  content: "\3c00";
}
.hgi-bulk.hgi-approximately-equal-square:after {
  content: "\3c01";
}
.hgi-bulk.hgi-approximately-equal-square:before {
  content: "\3c02";
}
.hgi-bulk.hgi-approximately-equal:before {
  content: "\3c03";
}
.hgi-bulk.hgi-apricot:after {
  content: "\3c04";
}
.hgi-bulk.hgi-apricot:before {
  content: "\3c05";
}
.hgi-bulk.hgi-apron:after {
  content: "\3c06";
}
.hgi-bulk.hgi-apron:before {
  content: "\3c07";
}
.hgi-bulk.hgi-arc-browser:after {
  content: "\3c08";
}
.hgi-bulk.hgi-arc-browser:before {
  content: "\3c09";
}
.hgi-bulk.hgi-archer:after {
  content: "\3c0a";
}
.hgi-bulk.hgi-archer:before {
  content: "\3c0b";
}
.hgi-bulk.hgi-archive-01:after {
  content: "\3c0c";
}
.hgi-bulk.hgi-archive-01:before {
  content: "\3c0d";
}
.hgi-bulk.hgi-archive-02:after {
  content: "\3c0e";
}
.hgi-bulk.hgi-archive-02:before {
  content: "\3c0f";
}
.hgi-bulk.hgi-archive:after {
  content: "\3c10";
}
.hgi-bulk.hgi-archive:before {
  content: "\3c11";
}
.hgi-bulk.hgi-armored-boot:after {
  content: "\3c12";
}
.hgi-bulk.hgi-armored-boot:before {
  content: "\3c13";
}
.hgi-bulk.hgi-arrange-by-letters-a-z:after {
  content: "\3c14";
}
.hgi-bulk.hgi-arrange-by-letters-a-z:before {
  content: "\3c15";
}
.hgi-bulk.hgi-arrange-by-letters-z-a:after {
  content: "\3c16";
}
.hgi-bulk.hgi-arrange-by-letters-z-a:before {
  content: "\3c17";
}
.hgi-bulk.hgi-arrange-by-numbers-1-9:after {
  content: "\3c18";
}
.hgi-bulk.hgi-arrange-by-numbers-1-9:before {
  content: "\3c19";
}
.hgi-bulk.hgi-arrange-by-numbers-9-1:after {
  content: "\3c1a";
}
.hgi-bulk.hgi-arrange-by-numbers-9-1:before {
  content: "\3c1b";
}
.hgi-bulk.hgi-arrange:after {
  content: "\3c1c";
}
.hgi-bulk.hgi-arrange:before {
  content: "\3c1d";
}
.hgi-bulk.hgi-arrow-all-direction:after {
  content: "\3c1e";
}
.hgi-bulk.hgi-arrow-all-direction:before {
  content: "\3c1f";
}
.hgi-bulk.hgi-arrow-data-transfer-diagonal:after {
  content: "\3c20";
}
.hgi-bulk.hgi-arrow-data-transfer-diagonal:before {
  content: "\3c21";
}
.hgi-bulk.hgi-arrow-data-transfer-horizontal:after {
  content: "\3c22";
}
.hgi-bulk.hgi-arrow-data-transfer-horizontal:before {
  content: "\3c23";
}
.hgi-bulk.hgi-arrow-data-transfer-vertical:after {
  content: "\3c24";
}
.hgi-bulk.hgi-arrow-data-transfer-vertical:before {
  content: "\3c25";
}
.hgi-bulk.hgi-arrow-diagonal:after {
  content: "\3c26";
}
.hgi-bulk.hgi-arrow-diagonal:before {
  content: "\3c27";
}
.hgi-bulk.hgi-arrow-down-01:after {
  content: "\3c28";
}
.hgi-bulk.hgi-arrow-down-01:before {
  content: "\3c29";
}
.hgi-bulk.hgi-arrow-down-02:after {
  content: "\3c2a";
}
.hgi-bulk.hgi-arrow-down-02:before {
  content: "\3c2b";
}
.hgi-bulk.hgi-arrow-down-03:after {
  content: "\3c2c";
}
.hgi-bulk.hgi-arrow-down-03:before {
  content: "\3c2d";
}
.hgi-bulk.hgi-arrow-down-04:after {
  content: "\3c2e";
}
.hgi-bulk.hgi-arrow-down-04:before {
  content: "\3c2f";
}
.hgi-bulk.hgi-arrow-down-05:after {
  content: "\3c30";
}
.hgi-bulk.hgi-arrow-down-05:before {
  content: "\3c31";
}
.hgi-bulk.hgi-arrow-down-double:after {
  content: "\3c32";
}
.hgi-bulk.hgi-arrow-down-double:before {
  content: "\3c33";
}
.hgi-bulk.hgi-arrow-down-left-01:after {
  content: "\3c34";
}
.hgi-bulk.hgi-arrow-down-left-01:before {
  content: "\3c35";
}
.hgi-bulk.hgi-arrow-down-left-02:after {
  content: "\3c36";
}
.hgi-bulk.hgi-arrow-down-left-02:before {
  content: "\3c37";
}
.hgi-bulk.hgi-arrow-down-right-01:after {
  content: "\3c38";
}
.hgi-bulk.hgi-arrow-down-right-01:before {
  content: "\3c39";
}
.hgi-bulk.hgi-arrow-down-right-02:after {
  content: "\3c3a";
}
.hgi-bulk.hgi-arrow-down-right-02:before {
  content: "\3c3b";
}
.hgi-bulk.hgi-arrow-expand-01:after {
  content: "\3c3c";
}
.hgi-bulk.hgi-arrow-expand-01:before {
  content: "\3c3d";
}
.hgi-bulk.hgi-arrow-expand-02:after {
  content: "\3c3e";
}
.hgi-bulk.hgi-arrow-expand-02:before {
  content: "\3c3f";
}
.hgi-bulk.hgi-arrow-expand-diagonal-01:after {
  content: "\3c40";
}
.hgi-bulk.hgi-arrow-expand-diagonal-01:before {
  content: "\3c41";
}
.hgi-bulk.hgi-arrow-expand-diagonal-02:after {
  content: "\3c42";
}
.hgi-bulk.hgi-arrow-expand-diagonal-02:before {
  content: "\3c43";
}
.hgi-bulk.hgi-arrow-expand:after {
  content: "\3c44";
}
.hgi-bulk.hgi-arrow-expand:before {
  content: "\3c45";
}
.hgi-bulk.hgi-arrow-horizontal:after {
  content: "\3c46";
}
.hgi-bulk.hgi-arrow-horizontal:before {
  content: "\3c47";
}
.hgi-bulk.hgi-arrow-left-01:after {
  content: "\3c48";
}
.hgi-bulk.hgi-arrow-left-01:before {
  content: "\3c49";
}
.hgi-bulk.hgi-arrow-left-02:after {
  content: "\3c4a";
}
.hgi-bulk.hgi-arrow-left-02:before {
  content: "\3c4b";
}
.hgi-bulk.hgi-arrow-left-03:after {
  content: "\3c4c";
}
.hgi-bulk.hgi-arrow-left-03:before {
  content: "\3c4d";
}
.hgi-bulk.hgi-arrow-left-04:after {
  content: "\3c4e";
}
.hgi-bulk.hgi-arrow-left-04:before {
  content: "\3c4f";
}
.hgi-bulk.hgi-arrow-left-05:after {
  content: "\3c50";
}
.hgi-bulk.hgi-arrow-left-05:before {
  content: "\3c51";
}
.hgi-bulk.hgi-arrow-left-double:after {
  content: "\3c52";
}
.hgi-bulk.hgi-arrow-left-double:before {
  content: "\3c53";
}
.hgi-bulk.hgi-arrow-left-right:after {
  content: "\3c54";
}
.hgi-bulk.hgi-arrow-left-right:before {
  content: "\3c55";
}
.hgi-bulk.hgi-arrow-move-down-left:after {
  content: "\3c56";
}
.hgi-bulk.hgi-arrow-move-down-left:before {
  content: "\3c57";
}
.hgi-bulk.hgi-arrow-move-down-right:after {
  content: "\3c58";
}
.hgi-bulk.hgi-arrow-move-down-right:before {
  content: "\3c59";
}
.hgi-bulk.hgi-arrow-move-left-down:after {
  content: "\3c5a";
}
.hgi-bulk.hgi-arrow-move-left-down:before {
  content: "\3c5b";
}
.hgi-bulk.hgi-arrow-move-right-down:after {
  content: "\3c5c";
}
.hgi-bulk.hgi-arrow-move-right-down:before {
  content: "\3c5d";
}
.hgi-bulk.hgi-arrow-move-up-left:after {
  content: "\3c5e";
}
.hgi-bulk.hgi-arrow-move-up-left:before {
  content: "\3c5f";
}
.hgi-bulk.hgi-arrow-move-up-right:after {
  content: "\3c60";
}
.hgi-bulk.hgi-arrow-move-up-right:before {
  content: "\3c61";
}
.hgi-bulk.hgi-arrow-reload-horizontal:after {
  content: "\3c62";
}
.hgi-bulk.hgi-arrow-reload-horizontal:before {
  content: "\3c63";
}
.hgi-bulk.hgi-arrow-reload-vertical:after {
  content: "\3c64";
}
.hgi-bulk.hgi-arrow-reload-vertical:before {
  content: "\3c65";
}
.hgi-bulk.hgi-arrow-right-01:after {
  content: "\3c66";
}
.hgi-bulk.hgi-arrow-right-01:before {
  content: "\3c67";
}
.hgi-bulk.hgi-arrow-right-02:after {
  content: "\3c68";
}
.hgi-bulk.hgi-arrow-right-02:before {
  content: "\3c69";
}
.hgi-bulk.hgi-arrow-right-03:after {
  content: "\3c6a";
}
.hgi-bulk.hgi-arrow-right-03:before {
  content: "\3c6b";
}
.hgi-bulk.hgi-arrow-right-04:after {
  content: "\3c6c";
}
.hgi-bulk.hgi-arrow-right-04:before {
  content: "\3c6d";
}
.hgi-bulk.hgi-arrow-right-05:after {
  content: "\3c6e";
}
.hgi-bulk.hgi-arrow-right-05:before {
  content: "\3c6f";
}
.hgi-bulk.hgi-arrow-right-double:after {
  content: "\3c70";
}
.hgi-bulk.hgi-arrow-right-double:before {
  content: "\3c71";
}
.hgi-bulk.hgi-arrow-shrink-01:after {
  content: "\3c72";
}
.hgi-bulk.hgi-arrow-shrink-01:before {
  content: "\3c73";
}
.hgi-bulk.hgi-arrow-shrink-02:after {
  content: "\3c74";
}
.hgi-bulk.hgi-arrow-shrink-02:before {
  content: "\3c75";
}
.hgi-bulk.hgi-arrow-shrink:after {
  content: "\3c76";
}
.hgi-bulk.hgi-arrow-shrink:before {
  content: "\3c77";
}
.hgi-bulk.hgi-arrow-turn-backward:after {
  content: "\3c78";
}
.hgi-bulk.hgi-arrow-turn-backward:before {
  content: "\3c79";
}
.hgi-bulk.hgi-arrow-turn-down:after {
  content: "\3c7a";
}
.hgi-bulk.hgi-arrow-turn-down:before {
  content: "\3c7b";
}
.hgi-bulk.hgi-arrow-turn-forward:after {
  content: "\3c7c";
}
.hgi-bulk.hgi-arrow-turn-forward:before {
  content: "\3c7d";
}
.hgi-bulk.hgi-arrow-turn-up:after {
  content: "\3c7e";
}
.hgi-bulk.hgi-arrow-turn-up:before {
  content: "\3c7f";
}
.hgi-bulk.hgi-arrow-up-01:after {
  content: "\3c80";
}
.hgi-bulk.hgi-arrow-up-01:before {
  content: "\3c81";
}
.hgi-bulk.hgi-arrow-up-02:after {
  content: "\3c82";
}
.hgi-bulk.hgi-arrow-up-02:before {
  content: "\3c83";
}
.hgi-bulk.hgi-arrow-up-03:after {
  content: "\3c84";
}
.hgi-bulk.hgi-arrow-up-03:before {
  content: "\3c85";
}
.hgi-bulk.hgi-arrow-up-04:after {
  content: "\3c86";
}
.hgi-bulk.hgi-arrow-up-04:before {
  content: "\3c87";
}
.hgi-bulk.hgi-arrow-up-05:after {
  content: "\3c88";
}
.hgi-bulk.hgi-arrow-up-05:before {
  content: "\3c89";
}
.hgi-bulk.hgi-arrow-up-double:after {
  content: "\3c8a";
}
.hgi-bulk.hgi-arrow-up-double:before {
  content: "\3c8b";
}
.hgi-bulk.hgi-arrow-up-down:after {
  content: "\3c8c";
}
.hgi-bulk.hgi-arrow-up-down:before {
  content: "\3c8d";
}
.hgi-bulk.hgi-arrow-up-left-01:after {
  content: "\3c8e";
}
.hgi-bulk.hgi-arrow-up-left-01:before {
  content: "\3c8f";
}
.hgi-bulk.hgi-arrow-up-left-02:after {
  content: "\3c90";
}
.hgi-bulk.hgi-arrow-up-left-02:before {
  content: "\3c91";
}
.hgi-bulk.hgi-arrow-up-right-01:after {
  content: "\3c92";
}
.hgi-bulk.hgi-arrow-up-right-01:before {
  content: "\3c93";
}
.hgi-bulk.hgi-arrow-up-right-02:after {
  content: "\3c94";
}
.hgi-bulk.hgi-arrow-up-right-02:before {
  content: "\3c95";
}
.hgi-bulk.hgi-arrow-vertical:after {
  content: "\3c96";
}
.hgi-bulk.hgi-arrow-vertical:before {
  content: "\3c97";
}
.hgi-bulk.hgi-artboard:after {
  content: "\3c98";
}
.hgi-bulk.hgi-artboard-tool:after {
  content: "\3c99";
}
.hgi-bulk.hgi-artboard-tool:before {
  content: "\3c9a";
}
.hgi-bulk.hgi-artboard:before {
  content: "\3c9b";
}
.hgi-bulk.hgi-artificial-intelligence-01:after {
  content: "\3c9c";
}
.hgi-bulk.hgi-artificial-intelligence-01:before {
  content: "\3c9d";
}
.hgi-bulk.hgi-artificial-intelligence-02:after {
  content: "\3c9e";
}
.hgi-bulk.hgi-artificial-intelligence-02:before {
  content: "\3c9f";
}
.hgi-bulk.hgi-artificial-intelligence-03:after {
  content: "\3ca0";
}
.hgi-bulk.hgi-artificial-intelligence-03:before {
  content: "\3ca1";
}
.hgi-bulk.hgi-artificial-intelligence-04:after {
  content: "\3ca2";
}
.hgi-bulk.hgi-artificial-intelligence-04:before {
  content: "\3ca3";
}
.hgi-bulk.hgi-artificial-intelligence-05:after {
  content: "\3ca4";
}
.hgi-bulk.hgi-artificial-intelligence-05:before {
  content: "\3ca5";
}
.hgi-bulk.hgi-artificial-intelligence-06:after {
  content: "\3ca6";
}
.hgi-bulk.hgi-artificial-intelligence-06:before {
  content: "\3ca7";
}
.hgi-bulk.hgi-artificial-intelligence-07:after {
  content: "\3ca8";
}
.hgi-bulk.hgi-artificial-intelligence-07:before {
  content: "\3ca9";
}
.hgi-bulk.hgi-artificial-intelligence-08:after {
  content: "\3caa";
}
.hgi-bulk.hgi-artificial-intelligence-08:before {
  content: "\3cab";
}
.hgi-bulk.hgi-aspect-ratio:after {
  content: "\3cac";
}
.hgi-bulk.hgi-aspect-ratio:before {
  content: "\3cad";
}
.hgi-bulk.hgi-assignments:after {
  content: "\3cae";
}
.hgi-bulk.hgi-assignments:before {
  content: "\3caf";
}
.hgi-bulk.hgi-asteroid-01:after {
  content: "\3cb0";
}
.hgi-bulk.hgi-asteroid-01:before {
  content: "\3cb1";
}
.hgi-bulk.hgi-asteroid-02:after {
  content: "\3cb2";
}
.hgi-bulk.hgi-asteroid-02:before {
  content: "\3cb3";
}
.hgi-bulk.hgi-astronaut-01:after {
  content: "\3cb4";
}
.hgi-bulk.hgi-astronaut-01:before {
  content: "\3cb5";
}
.hgi-bulk.hgi-astronaut-02:after {
  content: "\3cb6";
}
.hgi-bulk.hgi-astronaut-02:before {
  content: "\3cb7";
}
.hgi-bulk.hgi-at:after {
  content: "\3cb8";
}
.hgi-bulk.hgi-at:before {
  content: "\3cb9";
}
.hgi-bulk.hgi-atm-01:after {
  content: "\3cba";
}
.hgi-bulk.hgi-atm-01:before {
  content: "\3cbb";
}
.hgi-bulk.hgi-atm-02:after {
  content: "\3cbc";
}
.hgi-bulk.hgi-atm-02:before {
  content: "\3cbd";
}
.hgi-bulk.hgi-atom-01:after {
  content: "\3cbe";
}
.hgi-bulk.hgi-atom-01:before {
  content: "\3cbf";
}
.hgi-bulk.hgi-atom-02:after {
  content: "\3cc0";
}
.hgi-bulk.hgi-atom-02:before {
  content: "\3cc1";
}
.hgi-bulk.hgi-atomic-power:after {
  content: "\3cc2";
}
.hgi-bulk.hgi-atomic-power:before {
  content: "\3cc3";
}
.hgi-bulk.hgi-attachment-01:after {
  content: "\3cc4";
}
.hgi-bulk.hgi-attachment-01:before {
  content: "\3cc5";
}
.hgi-bulk.hgi-attachment-02:after {
  content: "\3cc6";
}
.hgi-bulk.hgi-attachment-02:before {
  content: "\3cc7";
}
.hgi-bulk.hgi-attachment-circle:after {
  content: "\3cc8";
}
.hgi-bulk.hgi-attachment-circle:before {
  content: "\3cc9";
}
.hgi-bulk.hgi-attachment:after {
  content: "\3cca";
}
.hgi-bulk.hgi-attachment-square:after {
  content: "\3ccb";
}
.hgi-bulk.hgi-attachment-square:before {
  content: "\3ccc";
}
.hgi-bulk.hgi-attachment:before {
  content: "\3ccd";
}
.hgi-bulk.hgi-auction:after {
  content: "\3cce";
}
.hgi-bulk.hgi-auction:before {
  content: "\3ccf";
}
.hgi-bulk.hgi-audio-book-01:after {
  content: "\3cd0";
}
.hgi-bulk.hgi-audio-book-01:before {
  content: "\3cd1";
}
.hgi-bulk.hgi-audio-book-02:after {
  content: "\3cd2";
}
.hgi-bulk.hgi-audio-book-02:before {
  content: "\3cd3";
}
.hgi-bulk.hgi-audio-book-03:after {
  content: "\3cd4";
}
.hgi-bulk.hgi-audio-book-03:before {
  content: "\3cd5";
}
.hgi-bulk.hgi-audio-book-04:after {
  content: "\3cd6";
}
.hgi-bulk.hgi-audio-book-04:before {
  content: "\3cd7";
}
.hgi-bulk.hgi-audio-wave-01:after {
  content: "\3cd8";
}
.hgi-bulk.hgi-audio-wave-01:before {
  content: "\3cd9";
}
.hgi-bulk.hgi-audio-wave-02:after {
  content: "\3cda";
}
.hgi-bulk.hgi-audio-wave-02:before {
  content: "\3cdb";
}
.hgi-bulk.hgi-audit-01:after {
  content: "\3cdc";
}
.hgi-bulk.hgi-audit-01:before {
  content: "\3cdd";
}
.hgi-bulk.hgi-audit-02:after {
  content: "\3cde";
}
.hgi-bulk.hgi-audit-02:before {
  content: "\3cdf";
}
.hgi-bulk.hgi-augmented-reality-ar:after {
  content: "\3ce0";
}
.hgi-bulk.hgi-augmented-reality-ar:before {
  content: "\3ce1";
}
.hgi-bulk.hgi-authorized:after {
  content: "\3ce2";
}
.hgi-bulk.hgi-authorized:before {
  content: "\3ce3";
}
.hgi-bulk.hgi-auto-conversations:after {
  content: "\3ce4";
}
.hgi-bulk.hgi-auto-conversations:before {
  content: "\3ce5";
}
.hgi-bulk.hgi-automotive-battery-01:after {
  content: "\3ce6";
}
.hgi-bulk.hgi-automotive-battery-01:before {
  content: "\3ce7";
}
.hgi-bulk.hgi-automotive-battery-02:after {
  content: "\3ce8";
}
.hgi-bulk.hgi-automotive-battery-02:before {
  content: "\3ce9";
}
.hgi-bulk.hgi-avalanche:after {
  content: "\3cea";
}
.hgi-bulk.hgi-avalanche:before {
  content: "\3ceb";
}
.hgi-bulk.hgi-avocado:after {
  content: "\3cec";
}
.hgi-bulk.hgi-avocado:before {
  content: "\3ced";
}
.hgi-bulk.hgi-award-01:after {
  content: "\3cee";
}
.hgi-bulk.hgi-award-01:before {
  content: "\3cef";
}
.hgi-bulk.hgi-award-02:after {
  content: "\3cf0";
}
.hgi-bulk.hgi-award-02:before {
  content: "\3cf1";
}
.hgi-bulk.hgi-award-03:after {
  content: "\3cf2";
}
.hgi-bulk.hgi-award-03:before {
  content: "\3cf3";
}
.hgi-bulk.hgi-award-04:after {
  content: "\3cf4";
}
.hgi-bulk.hgi-award-04:before {
  content: "\3cf5";
}
.hgi-bulk.hgi-award-05:after {
  content: "\3cf6";
}
.hgi-bulk.hgi-award-05:before {
  content: "\3cf7";
}
.hgi-bulk.hgi-baby-01:after {
  content: "\3cf8";
}
.hgi-bulk.hgi-baby-01:before {
  content: "\3cf9";
}
.hgi-bulk.hgi-baby-02:after {
  content: "\3cfa";
}
.hgi-bulk.hgi-baby-02:before {
  content: "\3cfb";
}
.hgi-bulk.hgi-baby-bed-01:after {
  content: "\3cfc";
}
.hgi-bulk.hgi-baby-bed-01:before {
  content: "\3cfd";
}
.hgi-bulk.hgi-baby-bed-02:after {
  content: "\3cfe";
}
.hgi-bulk.hgi-baby-bed-02:before {
  content: "\3cff";
}
.hgi-bulk.hgi-baby-bottle:after {
  content: "\3d00";
}
.hgi-bulk.hgi-baby-bottle:before {
  content: "\3d01";
}
.hgi-bulk.hgi-baby-boy-dress:after {
  content: "\3d02";
}
.hgi-bulk.hgi-baby-boy-dress:before {
  content: "\3d03";
}
.hgi-bulk.hgi-baby-girl-dress:after {
  content: "\3d04";
}
.hgi-bulk.hgi-baby-girl-dress:before {
  content: "\3d05";
}
.hgi-bulk.hgi-back-muscle-body:after {
  content: "\3d06";
}
.hgi-bulk.hgi-back-muscle-body:before {
  content: "\3d07";
}
.hgi-bulk.hgi-background:after {
  content: "\3d08";
}
.hgi-bulk.hgi-background:before {
  content: "\3d09";
}
.hgi-bulk.hgi-backpack-01:after {
  content: "\3d0a";
}
.hgi-bulk.hgi-backpack-01:before {
  content: "\3d0b";
}
.hgi-bulk.hgi-backpack-02:after {
  content: "\3d0c";
}
.hgi-bulk.hgi-backpack-02:before {
  content: "\3d0d";
}
.hgi-bulk.hgi-backpack-03:after {
  content: "\3d0e";
}
.hgi-bulk.hgi-backpack-03:before {
  content: "\3d0f";
}
.hgi-bulk.hgi-backward-01:after {
  content: "\3d10";
}
.hgi-bulk.hgi-backward-01:before {
  content: "\3d11";
}
.hgi-bulk.hgi-backward-02:after {
  content: "\3d12";
}
.hgi-bulk.hgi-backward-02:before {
  content: "\3d13";
}
.hgi-bulk.hgi-bacteria:after {
  content: "\3d14";
}
.hgi-bulk.hgi-bacteria:before {
  content: "\3d15";
}
.hgi-bulk.hgi-badminton:after {
  content: "\3d16";
}
.hgi-bulk.hgi-badminton-shuttle:after {
  content: "\3d17";
}
.hgi-bulk.hgi-badminton-shuttle:before {
  content: "\3d18";
}
.hgi-bulk.hgi-badminton:before {
  content: "\3d19";
}
.hgi-bulk.hgi-balance-scale:after {
  content: "\3d1a";
}
.hgi-bulk.hgi-balance-scale:before {
  content: "\3d1b";
}
.hgi-bulk.hgi-balloons:after {
  content: "\3d1c";
}
.hgi-bulk.hgi-balloons:before {
  content: "\3d1d";
}
.hgi-bulk.hgi-banana:after {
  content: "\3d1e";
}
.hgi-bulk.hgi-banana:before {
  content: "\3d1f";
}
.hgi-bulk.hgi-bandage:after {
  content: "\3d20";
}
.hgi-bulk.hgi-bandage:before {
  content: "\3d21";
}
.hgi-bulk.hgi-bank:after {
  content: "\3d22";
}
.hgi-bulk.hgi-bank:before {
  content: "\3d23";
}
.hgi-bulk.hgi-bar-chart-horizontal:after {
  content: "\3d24";
}
.hgi-bulk.hgi-bar-chart-horizontal:before {
  content: "\3d25";
}
.hgi-bulk.hgi-bar-chart:after {
  content: "\3d26";
}
.hgi-bulk.hgi-bar-chart:before {
  content: "\3d27";
}
.hgi-bulk.hgi-bar-code-01:after {
  content: "\3d28";
}
.hgi-bulk.hgi-bar-code-01:before {
  content: "\3d29";
}
.hgi-bulk.hgi-bar-code-02:after {
  content: "\3d2a";
}
.hgi-bulk.hgi-bar-code-02:before {
  content: "\3d2b";
}
.hgi-bulk.hgi-barns:after {
  content: "\3d2c";
}
.hgi-bulk.hgi-barns:before {
  content: "\3d2d";
}
.hgi-bulk.hgi-baseball-bat:after {
  content: "\3d2e";
}
.hgi-bulk.hgi-baseball-bat:before {
  content: "\3d2f";
}
.hgi-bulk.hgi-baseball-helmet:after {
  content: "\3d30";
}
.hgi-bulk.hgi-baseball-helmet:before {
  content: "\3d31";
}
.hgi-bulk.hgi-baseball:after {
  content: "\3d32";
}
.hgi-bulk.hgi-baseball:before {
  content: "\3d33";
}
.hgi-bulk.hgi-bash:after {
  content: "\3d34";
}
.hgi-bulk.hgi-bash:before {
  content: "\3d35";
}
.hgi-bulk.hgi-basketball-01:after {
  content: "\3d36";
}
.hgi-bulk.hgi-basketball-01:before {
  content: "\3d37";
}
.hgi-bulk.hgi-basketball-02:after {
  content: "\3d38";
}
.hgi-bulk.hgi-basketball-02:before {
  content: "\3d39";
}
.hgi-bulk.hgi-basketball-hoop:after {
  content: "\3d3a";
}
.hgi-bulk.hgi-basketball-hoop:before {
  content: "\3d3b";
}
.hgi-bulk.hgi-bathtub-01:after {
  content: "\3d3c";
}
.hgi-bulk.hgi-bathtub-01:before {
  content: "\3d3d";
}
.hgi-bulk.hgi-bathtub-02:after {
  content: "\3d3e";
}
.hgi-bulk.hgi-bathtub-02:before {
  content: "\3d3f";
}
.hgi-bulk.hgi-batteries-energy:after {
  content: "\3d40";
}
.hgi-bulk.hgi-batteries-energy:before {
  content: "\3d41";
}
.hgi-bulk.hgi-battery-charging-01:after {
  content: "\3d42";
}
.hgi-bulk.hgi-battery-charging-01:before {
  content: "\3d43";
}
.hgi-bulk.hgi-battery-charging-02:after {
  content: "\3d44";
}
.hgi-bulk.hgi-battery-charging-02:before {
  content: "\3d45";
}
.hgi-bulk.hgi-battery-eco-charging:after {
  content: "\3d46";
}
.hgi-bulk.hgi-battery-eco-charging:before {
  content: "\3d47";
}
.hgi-bulk.hgi-battery-empty:after {
  content: "\3d48";
}
.hgi-bulk.hgi-battery-empty:before {
  content: "\3d49";
}
.hgi-bulk.hgi-battery-full:after {
  content: "\3d4a";
}
.hgi-bulk.hgi-battery-full:before {
  content: "\3d4b";
}
.hgi-bulk.hgi-battery-low:after {
  content: "\3d4c";
}
.hgi-bulk.hgi-battery-low:before {
  content: "\3d4d";
}
.hgi-bulk.hgi-battery-medium-01:after {
  content: "\3d4e";
}
.hgi-bulk.hgi-battery-medium-01:before {
  content: "\3d4f";
}
.hgi-bulk.hgi-battery-medium-02:after {
  content: "\3d50";
}
.hgi-bulk.hgi-battery-medium-02:before {
  content: "\3d51";
}
.hgi-bulk.hgi-bbq-grill:after {
  content: "\3d52";
}
.hgi-bulk.hgi-bbq-grill:before {
  content: "\3d53";
}
.hgi-bulk.hgi-beach-02:after {
  content: "\3d54";
}
.hgi-bulk.hgi-beach-02:before {
  content: "\3d55";
}
.hgi-bulk.hgi-beach:after {
  content: "\3d56";
}
.hgi-bulk.hgi-beach:before {
  content: "\3d57";
}
.hgi-bulk.hgi-beater:after {
  content: "\3d58";
}
.hgi-bulk.hgi-beater:before {
  content: "\3d59";
}
.hgi-bulk.hgi-bebo:after {
  content: "\3d5a";
}
.hgi-bulk.hgi-bebo:before {
  content: "\3d5b";
}
.hgi-bulk.hgi-bed-bunk:after {
  content: "\3d5c";
}
.hgi-bulk.hgi-bed-bunk:before {
  content: "\3d5d";
}
.hgi-bulk.hgi-bed-double:after {
  content: "\3d5e";
}
.hgi-bulk.hgi-bed-double:before {
  content: "\3d5f";
}
.hgi-bulk.hgi-bed:after {
  content: "\3d60";
}
.hgi-bulk.hgi-bed-single-01:after {
  content: "\3d61";
}
.hgi-bulk.hgi-bed-single-01:before {
  content: "\3d62";
}
.hgi-bulk.hgi-bed-single-02:after {
  content: "\3d63";
}
.hgi-bulk.hgi-bed-single-02:before {
  content: "\3d64";
}
.hgi-bulk.hgi-bed:before {
  content: "\3d65";
}
.hgi-bulk.hgi-bedug-01:after {
  content: "\3d66";
}
.hgi-bulk.hgi-bedug-01:before {
  content: "\3d67";
}
.hgi-bulk.hgi-bedug-02:after {
  content: "\3d68";
}
.hgi-bulk.hgi-bedug-02:before {
  content: "\3d69";
}
.hgi-bulk.hgi-behance-01:after {
  content: "\3d6a";
}
.hgi-bulk.hgi-behance-01:before {
  content: "\3d6b";
}
.hgi-bulk.hgi-behance-02:after {
  content: "\3d6c";
}
.hgi-bulk.hgi-behance-02:before {
  content: "\3d6d";
}
.hgi-bulk.hgi-belt:after {
  content: "\3d6e";
}
.hgi-bulk.hgi-belt:before {
  content: "\3d6f";
}
.hgi-bulk.hgi-bend-tool:after {
  content: "\3d70";
}
.hgi-bulk.hgi-bend-tool:before {
  content: "\3d71";
}
.hgi-bulk.hgi-berlin:after {
  content: "\3d72";
}
.hgi-bulk.hgi-berlin-tower:after {
  content: "\3d73";
}
.hgi-bulk.hgi-berlin-tower:before {
  content: "\3d74";
}
.hgi-bulk.hgi-berlin:before {
  content: "\3d75";
}
.hgi-bulk.hgi-beta:after {
  content: "\3d76";
}
.hgi-bulk.hgi-beta:before {
  content: "\3d77";
}
.hgi-bulk.hgi-bicycle-01:after {
  content: "\3d78";
}
.hgi-bulk.hgi-bicycle-01:before {
  content: "\3d79";
}
.hgi-bulk.hgi-bicycle:after {
  content: "\3d7a";
}
.hgi-bulk.hgi-bicycle:before {
  content: "\3d7b";
}
.hgi-bulk.hgi-billiard-01:after {
  content: "\3d7c";
}
.hgi-bulk.hgi-billiard-01:before {
  content: "\3d7d";
}
.hgi-bulk.hgi-billiard-02:after {
  content: "\3d7e";
}
.hgi-bulk.hgi-billiard-02:before {
  content: "\3d7f";
}
.hgi-bulk.hgi-binary-code:after {
  content: "\3d80";
}
.hgi-bulk.hgi-binary-code:before {
  content: "\3d81";
}
.hgi-bulk.hgi-bing:after {
  content: "\3d82";
}
.hgi-bulk.hgi-bing:before {
  content: "\3d83";
}
.hgi-bulk.hgi-binoculars:after {
  content: "\3d84";
}
.hgi-bulk.hgi-binoculars:before {
  content: "\3d85";
}
.hgi-bulk.hgi-bio-energy:after {
  content: "\3d86";
}
.hgi-bulk.hgi-bio-energy:before {
  content: "\3d87";
}
.hgi-bulk.hgi-biomass-energy:after {
  content: "\3d88";
}
.hgi-bulk.hgi-biomass-energy:before {
  content: "\3d89";
}
.hgi-bulk.hgi-biometric-access:after {
  content: "\3d8a";
}
.hgi-bulk.hgi-biometric-access:before {
  content: "\3d8b";
}
.hgi-bulk.hgi-biometric-device:after {
  content: "\3d8c";
}
.hgi-bulk.hgi-biometric-device:before {
  content: "\3d8d";
}
.hgi-bulk.hgi-birthday-cake:after {
  content: "\3d8e";
}
.hgi-bulk.hgi-birthday-cake:before {
  content: "\3d8f";
}
.hgi-bulk.hgi-biscuit:after {
  content: "\3d90";
}
.hgi-bulk.hgi-biscuit:before {
  content: "\3d91";
}
.hgi-bulk.hgi-bitcoin-01:after {
  content: "\3d92";
}
.hgi-bulk.hgi-bitcoin-01:before {
  content: "\3d93";
}
.hgi-bulk.hgi-bitcoin-02:after {
  content: "\3d94";
}
.hgi-bulk.hgi-bitcoin-02:before {
  content: "\3d95";
}
.hgi-bulk.hgi-bitcoin-03:after {
  content: "\3d96";
}
.hgi-bulk.hgi-bitcoin-03:before {
  content: "\3d97";
}
.hgi-bulk.hgi-bitcoin-04:after {
  content: "\3d98";
}
.hgi-bulk.hgi-bitcoin-04:before {
  content: "\3d99";
}
.hgi-bulk.hgi-bitcoin-bag:after {
  content: "\3d9a";
}
.hgi-bulk.hgi-bitcoin-bag:before {
  content: "\3d9b";
}
.hgi-bulk.hgi-bitcoin-circle:after {
  content: "\3d9c";
}
.hgi-bulk.hgi-bitcoin-circle:before {
  content: "\3d9d";
}
.hgi-bulk.hgi-bitcoin-cloud:after {
  content: "\3d9e";
}
.hgi-bulk.hgi-bitcoin-cloud:before {
  content: "\3d9f";
}
.hgi-bulk.hgi-bitcoin-cpu:after {
  content: "\3da0";
}
.hgi-bulk.hgi-bitcoin-cpu:before {
  content: "\3da1";
}
.hgi-bulk.hgi-bitcoin-credit-card:after {
  content: "\3da2";
}
.hgi-bulk.hgi-bitcoin-credit-card:before {
  content: "\3da3";
}
.hgi-bulk.hgi-bitcoin-database:after {
  content: "\3da4";
}
.hgi-bulk.hgi-bitcoin-database:before {
  content: "\3da5";
}
.hgi-bulk.hgi-bitcoin-down-01:after {
  content: "\3da6";
}
.hgi-bulk.hgi-bitcoin-down-01:before {
  content: "\3da7";
}
.hgi-bulk.hgi-bitcoin-down-02:after {
  content: "\3da8";
}
.hgi-bulk.hgi-bitcoin-down-02:before {
  content: "\3da9";
}
.hgi-bulk.hgi-bitcoin-ellipse:after {
  content: "\3daa";
}
.hgi-bulk.hgi-bitcoin-ellipse:before {
  content: "\3dab";
}
.hgi-bulk.hgi-bitcoin-eye:after {
  content: "\3dac";
}
.hgi-bulk.hgi-bitcoin-eye:before {
  content: "\3dad";
}
.hgi-bulk.hgi-bitcoin-filter:after {
  content: "\3dae";
}
.hgi-bulk.hgi-bitcoin-filter:before {
  content: "\3daf";
}
.hgi-bulk.hgi-bitcoin-flashdisk:after {
  content: "\3db0";
}
.hgi-bulk.hgi-bitcoin-flashdisk:before {
  content: "\3db1";
}
.hgi-bulk.hgi-bitcoin-graph:after {
  content: "\3db2";
}
.hgi-bulk.hgi-bitcoin-graph:before {
  content: "\3db3";
}
.hgi-bulk.hgi-bitcoin-invoice:after {
  content: "\3db4";
}
.hgi-bulk.hgi-bitcoin-invoice:before {
  content: "\3db5";
}
.hgi-bulk.hgi-bitcoin-key:after {
  content: "\3db6";
}
.hgi-bulk.hgi-bitcoin-key:before {
  content: "\3db7";
}
.hgi-bulk.hgi-bitcoin-location:after {
  content: "\3db8";
}
.hgi-bulk.hgi-bitcoin-location:before {
  content: "\3db9";
}
.hgi-bulk.hgi-bitcoin-lock:after {
  content: "\3dba";
}
.hgi-bulk.hgi-bitcoin-lock:before {
  content: "\3dbb";
}
.hgi-bulk.hgi-bitcoin-mail:after {
  content: "\3dbc";
}
.hgi-bulk.hgi-bitcoin-mail:before {
  content: "\3dbd";
}
.hgi-bulk.hgi-bitcoin-mind:after {
  content: "\3dbe";
}
.hgi-bulk.hgi-bitcoin-mind:before {
  content: "\3dbf";
}
.hgi-bulk.hgi-bitcoin-money-01:after {
  content: "\3dc0";
}
.hgi-bulk.hgi-bitcoin-money-01:before {
  content: "\3dc1";
}
.hgi-bulk.hgi-bitcoin-money-02:after {
  content: "\3dc2";
}
.hgi-bulk.hgi-bitcoin-money-02:before {
  content: "\3dc3";
}
.hgi-bulk.hgi-bitcoin-pie-chart:after {
  content: "\3dc4";
}
.hgi-bulk.hgi-bitcoin-pie-chart:before {
  content: "\3dc5";
}
.hgi-bulk.hgi-bitcoin-piggy-bank:after {
  content: "\3dc6";
}
.hgi-bulk.hgi-bitcoin-piggy-bank:before {
  content: "\3dc7";
}
.hgi-bulk.hgi-bitcoin-presentation:after {
  content: "\3dc8";
}
.hgi-bulk.hgi-bitcoin-presentation:before {
  content: "\3dc9";
}
.hgi-bulk.hgi-bitcoin-receipt:after {
  content: "\3dca";
}
.hgi-bulk.hgi-bitcoin-receipt:before {
  content: "\3dcb";
}
.hgi-bulk.hgi-bitcoin-receive:after {
  content: "\3dcc";
}
.hgi-bulk.hgi-bitcoin-receive:before {
  content: "\3dcd";
}
.hgi-bulk.hgi-bitcoin-rectangle:after {
  content: "\3dce";
}
.hgi-bulk.hgi-bitcoin-rectangle:before {
  content: "\3dcf";
}
.hgi-bulk.hgi-bitcoin-safe:after {
  content: "\3dd0";
}
.hgi-bulk.hgi-bitcoin-safe:before {
  content: "\3dd1";
}
.hgi-bulk.hgi-bitcoin-search:after {
  content: "\3dd2";
}
.hgi-bulk.hgi-bitcoin-search:before {
  content: "\3dd3";
}
.hgi-bulk.hgi-bitcoin:after {
  content: "\3dd4";
}
.hgi-bulk.hgi-bitcoin-send:after {
  content: "\3dd5";
}
.hgi-bulk.hgi-bitcoin-send:before {
  content: "\3dd6";
}
.hgi-bulk.hgi-bitcoin-setting:after {
  content: "\3dd7";
}
.hgi-bulk.hgi-bitcoin-setting:before {
  content: "\3dd8";
}
.hgi-bulk.hgi-bitcoin-shield:after {
  content: "\3dd9";
}
.hgi-bulk.hgi-bitcoin-shield:before {
  content: "\3dda";
}
.hgi-bulk.hgi-bitcoin-shopping:after {
  content: "\3ddb";
}
.hgi-bulk.hgi-bitcoin-shopping:before {
  content: "\3ddc";
}
.hgi-bulk.hgi-bitcoin-smartphone-01:after {
  content: "\3ddd";
}
.hgi-bulk.hgi-bitcoin-smartphone-01:before {
  content: "\3dde";
}
.hgi-bulk.hgi-bitcoin-smartphone-02:after {
  content: "\3ddf";
}
.hgi-bulk.hgi-bitcoin-smartphone-02:before {
  content: "\3de0";
}
.hgi-bulk.hgi-bitcoin-square:after {
  content: "\3de1";
}
.hgi-bulk.hgi-bitcoin-square:before {
  content: "\3de2";
}
.hgi-bulk.hgi-bitcoin-store:after {
  content: "\3de3";
}
.hgi-bulk.hgi-bitcoin-store:before {
  content: "\3de4";
}
.hgi-bulk.hgi-bitcoin-tag:after {
  content: "\3de5";
}
.hgi-bulk.hgi-bitcoin-tag:before {
  content: "\3de6";
}
.hgi-bulk.hgi-bitcoin-target:after {
  content: "\3de7";
}
.hgi-bulk.hgi-bitcoin-target:before {
  content: "\3de8";
}
.hgi-bulk.hgi-bitcoin-transaction:after {
  content: "\3de9";
}
.hgi-bulk.hgi-bitcoin-transaction:before {
  content: "\3dea";
}
.hgi-bulk.hgi-bitcoin-up-01:after {
  content: "\3deb";
}
.hgi-bulk.hgi-bitcoin-up-01:before {
  content: "\3dec";
}
.hgi-bulk.hgi-bitcoin-up-02:after {
  content: "\3ded";
}
.hgi-bulk.hgi-bitcoin-up-02:before {
  content: "\3dee";
}
.hgi-bulk.hgi-bitcoin-wallet:after {
  content: "\3def";
}
.hgi-bulk.hgi-bitcoin-wallet:before {
  content: "\3df0";
}
.hgi-bulk.hgi-bitcoin-withdraw:after {
  content: "\3df1";
}
.hgi-bulk.hgi-bitcoin-withdraw:before {
  content: "\3df2";
}
.hgi-bulk.hgi-bitcoin:before {
  content: "\3df3";
}
.hgi-bulk.hgi-black-hole-01:after {
  content: "\3df4";
}
.hgi-bulk.hgi-black-hole-01:before {
  content: "\3df5";
}
.hgi-bulk.hgi-black-hole:after {
  content: "\3df6";
}
.hgi-bulk.hgi-black-hole:before {
  content: "\3df7";
}
.hgi-bulk.hgi-blend:after {
  content: "\3df8";
}
.hgi-bulk.hgi-blend:before {
  content: "\3df9";
}
.hgi-bulk.hgi-blender:after {
  content: "\3dfa";
}
.hgi-bulk.hgi-blender:before {
  content: "\3dfb";
}
.hgi-bulk.hgi-block-game:after {
  content: "\3dfc";
}
.hgi-bulk.hgi-block-game:before {
  content: "\3dfd";
}
.hgi-bulk.hgi-blockchain-01:after {
  content: "\3dfe";
}
.hgi-bulk.hgi-blockchain-01:before {
  content: "\3dff";
}
.hgi-bulk.hgi-blockchain-02:after {
  content: "\3e00";
}
.hgi-bulk.hgi-blockchain-02:before {
  content: "\3e01";
}
.hgi-bulk.hgi-blockchain-03:after {
  content: "\3e02";
}
.hgi-bulk.hgi-blockchain-03:before {
  content: "\3e03";
}
.hgi-bulk.hgi-blockchain-04:after {
  content: "\3e04";
}
.hgi-bulk.hgi-blockchain-04:before {
  content: "\3e05";
}
.hgi-bulk.hgi-blockchain-05:after {
  content: "\3e06";
}
.hgi-bulk.hgi-blockchain-05:before {
  content: "\3e07";
}
.hgi-bulk.hgi-blockchain-06:after {
  content: "\3e08";
}
.hgi-bulk.hgi-blockchain-06:before {
  content: "\3e09";
}
.hgi-bulk.hgi-blockchain-07:after {
  content: "\3e0a";
}
.hgi-bulk.hgi-blockchain-07:before {
  content: "\3e0b";
}
.hgi-bulk.hgi-blocked:after {
  content: "\3e0c";
}
.hgi-bulk.hgi-blocked:before {
  content: "\3e0d";
}
.hgi-bulk.hgi-blogger:after {
  content: "\3e0e";
}
.hgi-bulk.hgi-blogger:before {
  content: "\3e0f";
}
.hgi-bulk.hgi-blood-bag:after {
  content: "\3e10";
}
.hgi-bulk.hgi-blood-bag:before {
  content: "\3e11";
}
.hgi-bulk.hgi-blood-bottle:after {
  content: "\3e12";
}
.hgi-bulk.hgi-blood-bottle:before {
  content: "\3e13";
}
.hgi-bulk.hgi-blood-pressure:after {
  content: "\3e14";
}
.hgi-bulk.hgi-blood-pressure:before {
  content: "\3e15";
}
.hgi-bulk.hgi-blood:after {
  content: "\3e16";
}
.hgi-bulk.hgi-blood-type:after {
  content: "\3e17";
}
.hgi-bulk.hgi-blood-type:before {
  content: "\3e18";
}
.hgi-bulk.hgi-blood:before {
  content: "\3e19";
}
.hgi-bulk.hgi-bluesky:after {
  content: "\3e1a";
}
.hgi-bulk.hgi-bluesky:before {
  content: "\3e1b";
}
.hgi-bulk.hgi-bluetooth-circle:after {
  content: "\3e1c";
}
.hgi-bulk.hgi-bluetooth-circle:before {
  content: "\3e1d";
}
.hgi-bulk.hgi-bluetooth-not-connected:after {
  content: "\3e1e";
}
.hgi-bulk.hgi-bluetooth-not-connected:before {
  content: "\3e1f";
}
.hgi-bulk.hgi-bluetooth-search:after {
  content: "\3e20";
}
.hgi-bulk.hgi-bluetooth-search:before {
  content: "\3e21";
}
.hgi-bulk.hgi-bluetooth:after {
  content: "\3e22";
}
.hgi-bulk.hgi-bluetooth-square:after {
  content: "\3e23";
}
.hgi-bulk.hgi-bluetooth-square:before {
  content: "\3e24";
}
.hgi-bulk.hgi-bluetooth:before {
  content: "\3e25";
}
.hgi-bulk.hgi-blur:after {
  content: "\3e26";
}
.hgi-bulk.hgi-blur:before {
  content: "\3e27";
}
.hgi-bulk.hgi-blush-brush-01:after {
  content: "\3e28";
}
.hgi-bulk.hgi-blush-brush-01:before {
  content: "\3e29";
}
.hgi-bulk.hgi-blush-brush-02:after {
  content: "\3e2a";
}
.hgi-bulk.hgi-blush-brush-02:before {
  content: "\3e2b";
}
.hgi-bulk.hgi-board-math:after {
  content: "\3e2c";
}
.hgi-bulk.hgi-board-math:before {
  content: "\3e2d";
}
.hgi-bulk.hgi-boat:after {
  content: "\3e2e";
}
.hgi-bulk.hgi-boat:before {
  content: "\3e2f";
}
.hgi-bulk.hgi-body-armor:after {
  content: "\3e30";
}
.hgi-bulk.hgi-body-armor:before {
  content: "\3e31";
}
.hgi-bulk.hgi-body-part-leg:after {
  content: "\3e32";
}
.hgi-bulk.hgi-body-part-leg:before {
  content: "\3e33";
}
.hgi-bulk.hgi-body-part-muscle:after {
  content: "\3e34";
}
.hgi-bulk.hgi-body-part-muscle:before {
  content: "\3e35";
}
.hgi-bulk.hgi-body-part-six-pack:after {
  content: "\3e36";
}
.hgi-bulk.hgi-body-part-six-pack:before {
  content: "\3e37";
}
.hgi-bulk.hgi-body-soap:after {
  content: "\3e38";
}
.hgi-bulk.hgi-body-soap:before {
  content: "\3e39";
}
.hgi-bulk.hgi-body-weight:after {
  content: "\3e3a";
}
.hgi-bulk.hgi-body-weight:before {
  content: "\3e3b";
}
.hgi-bulk.hgi-bomb:after {
  content: "\3e3c";
}
.hgi-bulk.hgi-bomb:before {
  content: "\3e3d";
}
.hgi-bulk.hgi-bone-01:after {
  content: "\3e3e";
}
.hgi-bulk.hgi-bone-01:before {
  content: "\3e3f";
}
.hgi-bulk.hgi-bone-02:after {
  content: "\3e40";
}
.hgi-bulk.hgi-bone-02:before {
  content: "\3e41";
}
.hgi-bulk.hgi-book-01:after {
  content: "\3e42";
}
.hgi-bulk.hgi-book-01:before {
  content: "\3e43";
}
.hgi-bulk.hgi-book-02:after {
  content: "\3e44";
}
.hgi-bulk.hgi-book-02:before {
  content: "\3e45";
}
.hgi-bulk.hgi-book-03:after {
  content: "\3e46";
}
.hgi-bulk.hgi-book-03:before {
  content: "\3e47";
}
.hgi-bulk.hgi-book-04:after {
  content: "\3e48";
}
.hgi-bulk.hgi-book-04:before {
  content: "\3e49";
}
.hgi-bulk.hgi-book-bookmark-01:after {
  content: "\3e4a";
}
.hgi-bulk.hgi-book-bookmark-01:before {
  content: "\3e4b";
}
.hgi-bulk.hgi-book-bookmark-02:after {
  content: "\3e4c";
}
.hgi-bulk.hgi-book-bookmark-02:before {
  content: "\3e4d";
}
.hgi-bulk.hgi-book-download:after {
  content: "\3e4e";
}
.hgi-bulk.hgi-book-download:before {
  content: "\3e4f";
}
.hgi-bulk.hgi-book-edit:after {
  content: "\3e50";
}
.hgi-bulk.hgi-book-edit:before {
  content: "\3e51";
}
.hgi-bulk.hgi-book-open-01:after {
  content: "\3e52";
}
.hgi-bulk.hgi-book-open-01:before {
  content: "\3e53";
}
.hgi-bulk.hgi-book-open-02:after {
  content: "\3e54";
}
.hgi-bulk.hgi-book-open-02:before {
  content: "\3e55";
}
.hgi-bulk.hgi-book-upload:after {
  content: "\3e56";
}
.hgi-bulk.hgi-book-upload:before {
  content: "\3e57";
}
.hgi-bulk.hgi-bookmark-01:after {
  content: "\3e58";
}
.hgi-bulk.hgi-bookmark-01:before {
  content: "\3e59";
}
.hgi-bulk.hgi-bookmark-02:after {
  content: "\3e5a";
}
.hgi-bulk.hgi-bookmark-02:before {
  content: "\3e5b";
}
.hgi-bulk.hgi-bookmark-03:after {
  content: "\3e5c";
}
.hgi-bulk.hgi-bookmark-03:before {
  content: "\3e5d";
}
.hgi-bulk.hgi-bookmark-add-01:after {
  content: "\3e5e";
}
.hgi-bulk.hgi-bookmark-add-01:before {
  content: "\3e5f";
}
.hgi-bulk.hgi-bookmark-add-02:after {
  content: "\3e60";
}
.hgi-bulk.hgi-bookmark-add-02:before {
  content: "\3e61";
}
.hgi-bulk.hgi-bookmark-block-01:after {
  content: "\3e62";
}
.hgi-bulk.hgi-bookmark-block-01:before {
  content: "\3e63";
}
.hgi-bulk.hgi-bookmark-block-02:after {
  content: "\3e64";
}
.hgi-bulk.hgi-bookmark-block-02:before {
  content: "\3e65";
}
.hgi-bulk.hgi-bookmark-check-01:after {
  content: "\3e66";
}
.hgi-bulk.hgi-bookmark-check-01:before {
  content: "\3e67";
}
.hgi-bulk.hgi-bookmark-check-02:after {
  content: "\3e68";
}
.hgi-bulk.hgi-bookmark-check-02:before {
  content: "\3e69";
}
.hgi-bulk.hgi-bookmark-minus-01:after {
  content: "\3e6a";
}
.hgi-bulk.hgi-bookmark-minus-01:before {
  content: "\3e6b";
}
.hgi-bulk.hgi-bookmark-minus-02:after {
  content: "\3e6c";
}
.hgi-bulk.hgi-bookmark-minus-02:before {
  content: "\3e6d";
}
.hgi-bulk.hgi-bookmark-off-01:after {
  content: "\3e6e";
}
.hgi-bulk.hgi-bookmark-off-01:before {
  content: "\3e6f";
}
.hgi-bulk.hgi-bookmark-off-02:after {
  content: "\3e70";
}
.hgi-bulk.hgi-bookmark-off-02:before {
  content: "\3e71";
}
.hgi-bulk.hgi-bookmark-remove-01:after {
  content: "\3e72";
}
.hgi-bulk.hgi-bookmark-remove-01:before {
  content: "\3e73";
}
.hgi-bulk.hgi-bookmark-remove-02:after {
  content: "\3e74";
}
.hgi-bulk.hgi-bookmark-remove-02:before {
  content: "\3e75";
}
.hgi-bulk.hgi-books-01:after {
  content: "\3e76";
}
.hgi-bulk.hgi-books-01:before {
  content: "\3e77";
}
.hgi-bulk.hgi-books-02:after {
  content: "\3e78";
}
.hgi-bulk.hgi-books-02:before {
  content: "\3e79";
}
.hgi-bulk.hgi-bookshelf-01:after {
  content: "\3e7a";
}
.hgi-bulk.hgi-bookshelf-01:before {
  content: "\3e7b";
}
.hgi-bulk.hgi-bookshelf-02:after {
  content: "\3e7c";
}
.hgi-bulk.hgi-bookshelf-02:before {
  content: "\3e7d";
}
.hgi-bulk.hgi-bookshelf-03:after {
  content: "\3e7e";
}
.hgi-bulk.hgi-bookshelf-03:before {
  content: "\3e7f";
}
.hgi-bulk.hgi-bootstrap:after {
  content: "\3e80";
}
.hgi-bulk.hgi-bootstrap:before {
  content: "\3e81";
}
.hgi-bulk.hgi-border-all-01:after {
  content: "\3e82";
}
.hgi-bulk.hgi-border-all-01:before {
  content: "\3e83";
}
.hgi-bulk.hgi-border-all-02:after {
  content: "\3e84";
}
.hgi-bulk.hgi-border-all-02:before {
  content: "\3e85";
}
.hgi-bulk.hgi-border-bottom-01:after {
  content: "\3e86";
}
.hgi-bulk.hgi-border-bottom-01:before {
  content: "\3e87";
}
.hgi-bulk.hgi-border-bottom-02:after {
  content: "\3e88";
}
.hgi-bulk.hgi-border-bottom-02:before {
  content: "\3e89";
}
.hgi-bulk.hgi-border-full:after {
  content: "\3e8a";
}
.hgi-bulk.hgi-border-full:before {
  content: "\3e8b";
}
.hgi-bulk.hgi-border-horizontal:after {
  content: "\3e8c";
}
.hgi-bulk.hgi-border-horizontal:before {
  content: "\3e8d";
}
.hgi-bulk.hgi-border-inner:after {
  content: "\3e8e";
}
.hgi-bulk.hgi-border-inner:before {
  content: "\3e8f";
}
.hgi-bulk.hgi-border-left-01:after {
  content: "\3e90";
}
.hgi-bulk.hgi-border-left-01:before {
  content: "\3e91";
}
.hgi-bulk.hgi-border-left-02:after {
  content: "\3e92";
}
.hgi-bulk.hgi-border-left-02:before {
  content: "\3e93";
}
.hgi-bulk.hgi-border-none-01:after {
  content: "\3e94";
}
.hgi-bulk.hgi-border-none-01:before {
  content: "\3e95";
}
.hgi-bulk.hgi-border-none-02:after {
  content: "\3e96";
}
.hgi-bulk.hgi-border-none-02:before {
  content: "\3e97";
}
.hgi-bulk.hgi-border-right-01:after {
  content: "\3e98";
}
.hgi-bulk.hgi-border-right-01:before {
  content: "\3e99";
}
.hgi-bulk.hgi-border-right-02:after {
  content: "\3e9a";
}
.hgi-bulk.hgi-border-right-02:before {
  content: "\3e9b";
}
.hgi-bulk.hgi-border-top-01:after {
  content: "\3e9c";
}
.hgi-bulk.hgi-border-top-01:before {
  content: "\3e9d";
}
.hgi-bulk.hgi-border-top-02:after {
  content: "\3e9e";
}
.hgi-bulk.hgi-border-top-02:before {
  content: "\3e9f";
}
.hgi-bulk.hgi-border-vertical:after {
  content: "\3ea0";
}
.hgi-bulk.hgi-border-vertical:before {
  content: "\3ea1";
}
.hgi-bulk.hgi-borobudur:after {
  content: "\3ea2";
}
.hgi-bulk.hgi-borobudur:before {
  content: "\3ea3";
}
.hgi-bulk.hgi-bot:after {
  content: "\3ea4";
}
.hgi-bulk.hgi-bot:before {
  content: "\3ea5";
}
.hgi-bulk.hgi-bounce-left:after {
  content: "\3ea6";
}
.hgi-bulk.hgi-bounce-left:before {
  content: "\3ea7";
}
.hgi-bulk.hgi-bounce-right:after {
  content: "\3ea8";
}
.hgi-bulk.hgi-bounce-right:before {
  content: "\3ea9";
}
.hgi-bulk.hgi-bounding-box:after {
  content: "\3eaa";
}
.hgi-bulk.hgi-bounding-box:before {
  content: "\3eab";
}
.hgi-bulk.hgi-bow-tie:after {
  content: "\3eac";
}
.hgi-bulk.hgi-bow-tie:before {
  content: "\3ead";
}
.hgi-bulk.hgi-bowling-ball:after {
  content: "\3eae";
}
.hgi-bulk.hgi-bowling-ball:before {
  content: "\3eaf";
}
.hgi-bulk.hgi-bowling-pins:after {
  content: "\3eb0";
}
.hgi-bulk.hgi-bowling-pins:before {
  content: "\3eb1";
}
.hgi-bulk.hgi-bowling:after {
  content: "\3eb2";
}
.hgi-bulk.hgi-bowling:before {
  content: "\3eb3";
}
.hgi-bulk.hgi-boxer:after {
  content: "\3eb4";
}
.hgi-bulk.hgi-boxer:before {
  content: "\3eb5";
}
.hgi-bulk.hgi-boxing-bag:after {
  content: "\3eb6";
}
.hgi-bulk.hgi-boxing-bag:before {
  content: "\3eb7";
}
.hgi-bulk.hgi-boxing-glove-01:after {
  content: "\3eb8";
}
.hgi-bulk.hgi-boxing-glove-01:before {
  content: "\3eb9";
}
.hgi-bulk.hgi-boxing-glove:after {
  content: "\3eba";
}
.hgi-bulk.hgi-boxing-glove:before {
  content: "\3ebb";
}
.hgi-bulk.hgi-brain-01:after {
  content: "\3ebc";
}
.hgi-bulk.hgi-brain-01:before {
  content: "\3ebd";
}
.hgi-bulk.hgi-brain-02:after {
  content: "\3ebe";
}
.hgi-bulk.hgi-brain-02:before {
  content: "\3ebf";
}
.hgi-bulk.hgi-brain-03:after {
  content: "\3ec0";
}
.hgi-bulk.hgi-brain-03:before {
  content: "\3ec1";
}
.hgi-bulk.hgi-brain:after {
  content: "\3ec2";
}
.hgi-bulk.hgi-brain:before {
  content: "\3ec3";
}
.hgi-bulk.hgi-brandfetch:after {
  content: "\3ec4";
}
.hgi-bulk.hgi-brandfetch:before {
  content: "\3ec5";
}
.hgi-bulk.hgi-bread-01:after {
  content: "\3ec6";
}
.hgi-bulk.hgi-bread-01:before {
  content: "\3ec7";
}
.hgi-bulk.hgi-bread-02:after {
  content: "\3ec8";
}
.hgi-bulk.hgi-bread-02:before {
  content: "\3ec9";
}
.hgi-bulk.hgi-bread-03:after {
  content: "\3eca";
}
.hgi-bulk.hgi-bread-03:before {
  content: "\3ecb";
}
.hgi-bulk.hgi-bread-04:after {
  content: "\3ecc";
}
.hgi-bulk.hgi-bread-04:before {
  content: "\3ecd";
}
.hgi-bulk.hgi-breast-pump:after {
  content: "\3ece";
}
.hgi-bulk.hgi-breast-pump:before {
  content: "\3ecf";
}
.hgi-bulk.hgi-bridge:after {
  content: "\3ed0";
}
.hgi-bulk.hgi-bridge:before {
  content: "\3ed1";
}
.hgi-bulk.hgi-briefcase-01:after {
  content: "\3ed2";
}
.hgi-bulk.hgi-briefcase-01:before {
  content: "\3ed3";
}
.hgi-bulk.hgi-briefcase-02:after {
  content: "\3ed4";
}
.hgi-bulk.hgi-briefcase-02:before {
  content: "\3ed5";
}
.hgi-bulk.hgi-briefcase-03:after {
  content: "\3ed6";
}
.hgi-bulk.hgi-briefcase-03:before {
  content: "\3ed7";
}
.hgi-bulk.hgi-briefcase-04:after {
  content: "\3ed8";
}
.hgi-bulk.hgi-briefcase-04:before {
  content: "\3ed9";
}
.hgi-bulk.hgi-briefcase-05:after {
  content: "\3eda";
}
.hgi-bulk.hgi-briefcase-05:before {
  content: "\3edb";
}
.hgi-bulk.hgi-briefcase-06:after {
  content: "\3edc";
}
.hgi-bulk.hgi-briefcase-06:before {
  content: "\3edd";
}
.hgi-bulk.hgi-briefcase-07:after {
  content: "\3ede";
}
.hgi-bulk.hgi-briefcase-07:before {
  content: "\3edf";
}
.hgi-bulk.hgi-briefcase-08:after {
  content: "\3ee0";
}
.hgi-bulk.hgi-briefcase-08:before {
  content: "\3ee1";
}
.hgi-bulk.hgi-briefcase-09:after {
  content: "\3ee2";
}
.hgi-bulk.hgi-briefcase-09:before {
  content: "\3ee3";
}
.hgi-bulk.hgi-briefcase-dollar:after {
  content: "\3ee4";
}
.hgi-bulk.hgi-briefcase-dollar:before {
  content: "\3ee5";
}
.hgi-bulk.hgi-broccoli:after {
  content: "\3ee6";
}
.hgi-bulk.hgi-broccoli:before {
  content: "\3ee7";
}
.hgi-bulk.hgi-brochure:after {
  content: "\3ee8";
}
.hgi-bulk.hgi-brochure:before {
  content: "\3ee9";
}
.hgi-bulk.hgi-broken-bone:after {
  content: "\3eea";
}
.hgi-bulk.hgi-broken-bone:before {
  content: "\3eeb";
}
.hgi-bulk.hgi-browser:after {
  content: "\3eec";
}
.hgi-bulk.hgi-browser:before {
  content: "\3eed";
}
.hgi-bulk.hgi-brush:after {
  content: "\3eee";
}
.hgi-bulk.hgi-brush:before {
  content: "\3eef";
}
.hgi-bulk.hgi-bubble-chat-add:after {
  content: "\3ef0";
}
.hgi-bulk.hgi-bubble-chat-add:before {
  content: "\3ef1";
}
.hgi-bulk.hgi-bubble-chat-blocked:after {
  content: "\3ef2";
}
.hgi-bulk.hgi-bubble-chat-blocked:before {
  content: "\3ef3";
}
.hgi-bulk.hgi-bubble-chat-cancel:after {
  content: "\3ef4";
}
.hgi-bulk.hgi-bubble-chat-cancel:before {
  content: "\3ef5";
}
.hgi-bulk.hgi-bubble-chat-delay:after {
  content: "\3ef6";
}
.hgi-bulk.hgi-bubble-chat-delay:before {
  content: "\3ef7";
}
.hgi-bulk.hgi-bubble-chat-done:after {
  content: "\3ef8";
}
.hgi-bulk.hgi-bubble-chat-done:before {
  content: "\3ef9";
}
.hgi-bulk.hgi-bubble-chat-download-01:after {
  content: "\3efa";
}
.hgi-bulk.hgi-bubble-chat-download-01:before {
  content: "\3efb";
}
.hgi-bulk.hgi-bubble-chat-download-02:after {
  content: "\3efc";
}
.hgi-bulk.hgi-bubble-chat-download-02:before {
  content: "\3efd";
}
.hgi-bulk.hgi-bubble-chat-edit:after {
  content: "\3efe";
}
.hgi-bulk.hgi-bubble-chat-edit:before {
  content: "\3eff";
}
.hgi-bulk.hgi-bubble-chat-favourite:after {
  content: "\3f00";
}
.hgi-bulk.hgi-bubble-chat-favourite:before {
  content: "\3f01";
}
.hgi-bulk.hgi-bubble-chat-income:after {
  content: "\3f02";
}
.hgi-bulk.hgi-bubble-chat-income:before {
  content: "\3f03";
}
.hgi-bulk.hgi-bubble-chat-lock:after {
  content: "\3f04";
}
.hgi-bulk.hgi-bubble-chat-lock:before {
  content: "\3f05";
}
.hgi-bulk.hgi-bubble-chat-notification:after {
  content: "\3f06";
}
.hgi-bulk.hgi-bubble-chat-notification:before {
  content: "\3f07";
}
.hgi-bulk.hgi-bubble-chat-outcome:after {
  content: "\3f08";
}
.hgi-bulk.hgi-bubble-chat-outcome:before {
  content: "\3f09";
}
.hgi-bulk.hgi-bubble-chat-preview:after {
  content: "\3f0a";
}
.hgi-bulk.hgi-bubble-chat-preview:before {
  content: "\3f0b";
}
.hgi-bulk.hgi-bubble-chat-question:after {
  content: "\3f0c";
}
.hgi-bulk.hgi-bubble-chat-question:before {
  content: "\3f0d";
}
.hgi-bulk.hgi-bubble-chat-search:after {
  content: "\3f0e";
}
.hgi-bulk.hgi-bubble-chat-search:before {
  content: "\3f0f";
}
.hgi-bulk.hgi-bubble-chat:after {
  content: "\3f10";
}
.hgi-bulk.hgi-bubble-chat-secure:after {
  content: "\3f11";
}
.hgi-bulk.hgi-bubble-chat-secure:before {
  content: "\3f12";
}
.hgi-bulk.hgi-bubble-chat-translate:after {
  content: "\3f13";
}
.hgi-bulk.hgi-bubble-chat-translate:before {
  content: "\3f14";
}
.hgi-bulk.hgi-bubble-chat-unlock:after {
  content: "\3f15";
}
.hgi-bulk.hgi-bubble-chat-unlock:before {
  content: "\3f16";
}
.hgi-bulk.hgi-bubble-chat-upload:after {
  content: "\3f17";
}
.hgi-bulk.hgi-bubble-chat-upload:before {
  content: "\3f18";
}
.hgi-bulk.hgi-bubble-chat-user:after {
  content: "\3f19";
}
.hgi-bulk.hgi-bubble-chat-user:before {
  content: "\3f1a";
}
.hgi-bulk.hgi-bubble-chat:before {
  content: "\3f1b";
}
.hgi-bulk.hgi-bubble-tea-01:after {
  content: "\3f1c";
}
.hgi-bulk.hgi-bubble-tea-01:before {
  content: "\3f1d";
}
.hgi-bulk.hgi-bubble-tea-02:after {
  content: "\3f1e";
}
.hgi-bulk.hgi-bubble-tea-02:before {
  content: "\3f1f";
}
.hgi-bulk.hgi-bug-01:after {
  content: "\3f20";
}
.hgi-bulk.hgi-bug-01:before {
  content: "\3f21";
}
.hgi-bulk.hgi-bug-02:after {
  content: "\3f22";
}
.hgi-bulk.hgi-bug-02:before {
  content: "\3f23";
}
.hgi-bulk.hgi-building-01:after {
  content: "\3f24";
}
.hgi-bulk.hgi-building-01:before {
  content: "\3f25";
}
.hgi-bulk.hgi-building-02:after {
  content: "\3f26";
}
.hgi-bulk.hgi-building-02:before {
  content: "\3f27";
}
.hgi-bulk.hgi-building-03:after {
  content: "\3f28";
}
.hgi-bulk.hgi-building-03:before {
  content: "\3f29";
}
.hgi-bulk.hgi-building-04:after {
  content: "\3f2a";
}
.hgi-bulk.hgi-building-04:before {
  content: "\3f2b";
}
.hgi-bulk.hgi-building-05:after {
  content: "\3f2c";
}
.hgi-bulk.hgi-building-05:before {
  content: "\3f2d";
}
.hgi-bulk.hgi-building-06:after {
  content: "\3f2e";
}
.hgi-bulk.hgi-building-06:before {
  content: "\3f2f";
}
.hgi-bulk.hgi-bulb-charging:after {
  content: "\3f30";
}
.hgi-bulk.hgi-bulb-charging:before {
  content: "\3f31";
}
.hgi-bulk.hgi-bulb:after {
  content: "\3f32";
}
.hgi-bulk.hgi-bulb:before {
  content: "\3f33";
}
.hgi-bulk.hgi-bulletproof-vest:after {
  content: "\3f34";
}
.hgi-bulk.hgi-bulletproof-vest:before {
  content: "\3f35";
}
.hgi-bulk.hgi-burj-al-arab:after {
  content: "\3f36";
}
.hgi-bulk.hgi-burj-al-arab:before {
  content: "\3f37";
}
.hgi-bulk.hgi-burning-cd:after {
  content: "\3f38";
}
.hgi-bulk.hgi-burning-cd:before {
  content: "\3f39";
}
.hgi-bulk.hgi-bus-01:after {
  content: "\3f3a";
}
.hgi-bulk.hgi-bus-01:before {
  content: "\3f3b";
}
.hgi-bulk.hgi-bus-02:after {
  content: "\3f3c";
}
.hgi-bulk.hgi-bus-02:before {
  content: "\3f3d";
}
.hgi-bulk.hgi-bus-03:after {
  content: "\3f3e";
}
.hgi-bulk.hgi-bus-03:before {
  content: "\3f3f";
}
.hgi-bulk.hgi-c-programming:after {
  content: "\3f40";
}
.hgi-bulk.hgi-c-programming:before {
  content: "\3f41";
}
.hgi-bulk.hgi-cabinet-01:after {
  content: "\3f42";
}
.hgi-bulk.hgi-cabinet-01:before {
  content: "\3f43";
}
.hgi-bulk.hgi-cabinet-02:after {
  content: "\3f44";
}
.hgi-bulk.hgi-cabinet-02:before {
  content: "\3f45";
}
.hgi-bulk.hgi-cabinet-03:after {
  content: "\3f46";
}
.hgi-bulk.hgi-cabinet-03:before {
  content: "\3f47";
}
.hgi-bulk.hgi-cabinet-04:after {
  content: "\3f48";
}
.hgi-bulk.hgi-cabinet-04:before {
  content: "\3f49";
}
.hgi-bulk.hgi-cable-car:after {
  content: "\3f4a";
}
.hgi-bulk.hgi-cable-car:before {
  content: "\3f4b";
}
.hgi-bulk.hgi-cactus:after {
  content: "\3f4c";
}
.hgi-bulk.hgi-cactus:before {
  content: "\3f4d";
}
.hgi-bulk.hgi-caduceus:after {
  content: "\3f4e";
}
.hgi-bulk.hgi-caduceus:before {
  content: "\3f4f";
}
.hgi-bulk.hgi-cafe:after {
  content: "\3f50";
}
.hgi-bulk.hgi-cafe:before {
  content: "\3f51";
}
.hgi-bulk.hgi-calculate:after {
  content: "\3f52";
}
.hgi-bulk.hgi-calculate:before {
  content: "\3f53";
}
.hgi-bulk.hgi-calculator-01:after {
  content: "\3f54";
}
.hgi-bulk.hgi-calculator-01:before {
  content: "\3f55";
}
.hgi-bulk.hgi-calculator:after {
  content: "\3f56";
}
.hgi-bulk.hgi-calculator:before {
  content: "\3f57";
}
.hgi-bulk.hgi-calendar-01:after {
  content: "\3f58";
}
.hgi-bulk.hgi-calendar-01:before {
  content: "\3f59";
}
.hgi-bulk.hgi-calendar-02:after {
  content: "\3f5a";
}
.hgi-bulk.hgi-calendar-02:before {
  content: "\3f5b";
}
.hgi-bulk.hgi-calendar-03:after {
  content: "\3f5c";
}
.hgi-bulk.hgi-calendar-03:before {
  content: "\3f5d";
}
.hgi-bulk.hgi-calendar-04:after {
  content: "\3f5e";
}
.hgi-bulk.hgi-calendar-04:before {
  content: "\3f5f";
}
.hgi-bulk.hgi-calendar-add-01:after {
  content: "\3f60";
}
.hgi-bulk.hgi-calendar-add-01:before {
  content: "\3f61";
}
.hgi-bulk.hgi-calendar-add-02:after {
  content: "\3f62";
}
.hgi-bulk.hgi-calendar-add-02:before {
  content: "\3f63";
}
.hgi-bulk.hgi-calendar-block-01:after {
  content: "\3f64";
}
.hgi-bulk.hgi-calendar-block-01:before {
  content: "\3f65";
}
.hgi-bulk.hgi-calendar-block-02:after {
  content: "\3f66";
}
.hgi-bulk.hgi-calendar-block-02:before {
  content: "\3f67";
}
.hgi-bulk.hgi-calendar-check-in-01:after {
  content: "\3f68";
}
.hgi-bulk.hgi-calendar-check-in-01:before {
  content: "\3f69";
}
.hgi-bulk.hgi-calendar-check-in-02:after {
  content: "\3f6a";
}
.hgi-bulk.hgi-calendar-check-in-02:before {
  content: "\3f6b";
}
.hgi-bulk.hgi-calendar-check-out-01:after {
  content: "\3f6c";
}
.hgi-bulk.hgi-calendar-check-out-01:before {
  content: "\3f6d";
}
.hgi-bulk.hgi-calendar-check-out-02:after {
  content: "\3f6e";
}
.hgi-bulk.hgi-calendar-check-out-02:before {
  content: "\3f6f";
}
.hgi-bulk.hgi-calendar-download-01:after {
  content: "\3f70";
}
.hgi-bulk.hgi-calendar-download-01:before {
  content: "\3f71";
}
.hgi-bulk.hgi-calendar-download-02:after {
  content: "\3f72";
}
.hgi-bulk.hgi-calendar-download-02:before {
  content: "\3f73";
}
.hgi-bulk.hgi-calendar-favorite-01:after {
  content: "\3f74";
}
.hgi-bulk.hgi-calendar-favorite-01:before {
  content: "\3f75";
}
.hgi-bulk.hgi-calendar-favorite-02:after {
  content: "\3f76";
}
.hgi-bulk.hgi-calendar-favorite-02:before {
  content: "\3f77";
}
.hgi-bulk.hgi-calendar-lock-01:after {
  content: "\3f78";
}
.hgi-bulk.hgi-calendar-lock-01:before {
  content: "\3f79";
}
.hgi-bulk.hgi-calendar-lock-02:after {
  content: "\3f7a";
}
.hgi-bulk.hgi-calendar-lock-02:before {
  content: "\3f7b";
}
.hgi-bulk.hgi-calendar-love-01:after {
  content: "\3f7c";
}
.hgi-bulk.hgi-calendar-love-01:before {
  content: "\3f7d";
}
.hgi-bulk.hgi-calendar-love-02:after {
  content: "\3f7e";
}
.hgi-bulk.hgi-calendar-love-02:before {
  content: "\3f7f";
}
.hgi-bulk.hgi-calendar-minus-01:after {
  content: "\3f80";
}
.hgi-bulk.hgi-calendar-minus-01:before {
  content: "\3f81";
}
.hgi-bulk.hgi-calendar-minus-02:after {
  content: "\3f82";
}
.hgi-bulk.hgi-calendar-minus-02:before {
  content: "\3f83";
}
.hgi-bulk.hgi-calendar-remove-01:after {
  content: "\3f84";
}
.hgi-bulk.hgi-calendar-remove-01:before {
  content: "\3f85";
}
.hgi-bulk.hgi-calendar-remove-02:after {
  content: "\3f86";
}
.hgi-bulk.hgi-calendar-remove-02:before {
  content: "\3f87";
}
.hgi-bulk.hgi-calendar-setting-01:after {
  content: "\3f88";
}
.hgi-bulk.hgi-calendar-setting-01:before {
  content: "\3f89";
}
.hgi-bulk.hgi-calendar-setting-02:after {
  content: "\3f8a";
}
.hgi-bulk.hgi-calendar-setting-02:before {
  content: "\3f8b";
}
.hgi-bulk.hgi-calendar-upload-01:after {
  content: "\3f8c";
}
.hgi-bulk.hgi-calendar-upload-01:before {
  content: "\3f8d";
}
.hgi-bulk.hgi-calendar-upload-02:after {
  content: "\3f8e";
}
.hgi-bulk.hgi-calendar-upload-02:before {
  content: "\3f8f";
}
.hgi-bulk.hgi-call-02:after {
  content: "\3f90";
}
.hgi-bulk.hgi-call-02:before {
  content: "\3f91";
}
.hgi-bulk.hgi-call-add-02:after {
  content: "\3f92";
}
.hgi-bulk.hgi-call-add-02:before {
  content: "\3f93";
}
.hgi-bulk.hgi-call-add:after {
  content: "\3f94";
}
.hgi-bulk.hgi-call-add:before {
  content: "\3f95";
}
.hgi-bulk.hgi-call-blocked-02:after {
  content: "\3f96";
}
.hgi-bulk.hgi-call-blocked-02:before {
  content: "\3f97";
}
.hgi-bulk.hgi-call-blocked:after {
  content: "\3f98";
}
.hgi-bulk.hgi-call-blocked:before {
  content: "\3f99";
}
.hgi-bulk.hgi-call-disabled-02:after {
  content: "\3f9a";
}
.hgi-bulk.hgi-call-disabled-02:before {
  content: "\3f9b";
}
.hgi-bulk.hgi-call-disabled:after {
  content: "\3f9c";
}
.hgi-bulk.hgi-call-disabled:before {
  content: "\3f9d";
}
.hgi-bulk.hgi-call-done-02:after {
  content: "\3f9e";
}
.hgi-bulk.hgi-call-done-02:before {
  content: "\3f9f";
}
.hgi-bulk.hgi-call-done:after {
  content: "\3fa0";
}
.hgi-bulk.hgi-call-done:before {
  content: "\3fa1";
}
.hgi-bulk.hgi-call-end-01:after {
  content: "\3fa2";
}
.hgi-bulk.hgi-call-end-01:before {
  content: "\3fa3";
}
.hgi-bulk.hgi-call-end-02:after {
  content: "\3fa4";
}
.hgi-bulk.hgi-call-end-02:before {
  content: "\3fa5";
}
.hgi-bulk.hgi-call-end-03:after {
  content: "\3fa6";
}
.hgi-bulk.hgi-call-end-03:before {
  content: "\3fa7";
}
.hgi-bulk.hgi-call-end-04:after {
  content: "\3fa8";
}
.hgi-bulk.hgi-call-end-04:before {
  content: "\3fa9";
}
.hgi-bulk.hgi-call-incoming-01:after {
  content: "\3faa";
}
.hgi-bulk.hgi-call-incoming-01:before {
  content: "\3fab";
}
.hgi-bulk.hgi-call-incoming-02:after {
  content: "\3fac";
}
.hgi-bulk.hgi-call-incoming-02:before {
  content: "\3fad";
}
.hgi-bulk.hgi-call-incoming-03:after {
  content: "\3fae";
}
.hgi-bulk.hgi-call-incoming-03:before {
  content: "\3faf";
}
.hgi-bulk.hgi-call-incoming-04:after {
  content: "\3fb0";
}
.hgi-bulk.hgi-call-incoming-04:before {
  content: "\3fb1";
}
.hgi-bulk.hgi-call-internal-02:after {
  content: "\3fb2";
}
.hgi-bulk.hgi-call-internal-02:before {
  content: "\3fb3";
}
.hgi-bulk.hgi-call-internal:after {
  content: "\3fb4";
}
.hgi-bulk.hgi-call-internal:before {
  content: "\3fb5";
}
.hgi-bulk.hgi-call-locked-02:after {
  content: "\3fb6";
}
.hgi-bulk.hgi-call-locked-02:before {
  content: "\3fb7";
}
.hgi-bulk.hgi-call-locked:after {
  content: "\3fb8";
}
.hgi-bulk.hgi-call-locked:before {
  content: "\3fb9";
}
.hgi-bulk.hgi-call-minus-02:after {
  content: "\3fba";
}
.hgi-bulk.hgi-call-minus-02:before {
  content: "\3fbb";
}
.hgi-bulk.hgi-call-minus:after {
  content: "\3fbc";
}
.hgi-bulk.hgi-call-minus:before {
  content: "\3fbd";
}
.hgi-bulk.hgi-call-missed-01:after {
  content: "\3fbe";
}
.hgi-bulk.hgi-call-missed-01:before {
  content: "\3fbf";
}
.hgi-bulk.hgi-call-missed-02:after {
  content: "\3fc0";
}
.hgi-bulk.hgi-call-missed-02:before {
  content: "\3fc1";
}
.hgi-bulk.hgi-call-missed-03:after {
  content: "\3fc2";
}
.hgi-bulk.hgi-call-missed-03:before {
  content: "\3fc3";
}
.hgi-bulk.hgi-call-missed-04:after {
  content: "\3fc4";
}
.hgi-bulk.hgi-call-missed-04:before {
  content: "\3fc5";
}
.hgi-bulk.hgi-call-outgoing-01:after {
  content: "\3fc6";
}
.hgi-bulk.hgi-call-outgoing-01:before {
  content: "\3fc7";
}
.hgi-bulk.hgi-call-outgoing-02:after {
  content: "\3fc8";
}
.hgi-bulk.hgi-call-outgoing-02:before {
  content: "\3fc9";
}
.hgi-bulk.hgi-call-outgoing-03:after {
  content: "\3fca";
}
.hgi-bulk.hgi-call-outgoing-03:before {
  content: "\3fcb";
}
.hgi-bulk.hgi-call-outgoing-04:after {
  content: "\3fcc";
}
.hgi-bulk.hgi-call-outgoing-04:before {
  content: "\3fcd";
}
.hgi-bulk.hgi-call-paused-02:after {
  content: "\3fce";
}
.hgi-bulk.hgi-call-paused-02:before {
  content: "\3fcf";
}
.hgi-bulk.hgi-call-paused:after {
  content: "\3fd0";
}
.hgi-bulk.hgi-call-paused:before {
  content: "\3fd1";
}
.hgi-bulk.hgi-call-received-02:after {
  content: "\3fd2";
}
.hgi-bulk.hgi-call-received-02:before {
  content: "\3fd3";
}
.hgi-bulk.hgi-call-received:after {
  content: "\3fd4";
}
.hgi-bulk.hgi-call-received:before {
  content: "\3fd5";
}
.hgi-bulk.hgi-call-ringing-01:after {
  content: "\3fd6";
}
.hgi-bulk.hgi-call-ringing-01:before {
  content: "\3fd7";
}
.hgi-bulk.hgi-call-ringing-02:after {
  content: "\3fd8";
}
.hgi-bulk.hgi-call-ringing-02:before {
  content: "\3fd9";
}
.hgi-bulk.hgi-call-ringing-03:after {
  content: "\3fda";
}
.hgi-bulk.hgi-call-ringing-03:before {
  content: "\3fdb";
}
.hgi-bulk.hgi-call-ringing-04:after {
  content: "\3fdc";
}
.hgi-bulk.hgi-call-ringing-04:before {
  content: "\3fdd";
}
.hgi-bulk.hgi-call:after {
  content: "\3fde";
}
.hgi-bulk.hgi-call-unlocked-02:after {
  content: "\3fdf";
}
.hgi-bulk.hgi-call-unlocked-02:before {
  content: "\3fe0";
}
.hgi-bulk.hgi-call-unlocked:after {
  content: "\3fe1";
}
.hgi-bulk.hgi-call-unlocked:before {
  content: "\3fe2";
}
.hgi-bulk.hgi-call:before {
  content: "\3fe3";
}
.hgi-bulk.hgi-calling-02:after {
  content: "\3fe4";
}
.hgi-bulk.hgi-calling-02:before {
  content: "\3fe5";
}
.hgi-bulk.hgi-calling:after {
  content: "\3fe6";
}
.hgi-bulk.hgi-calling:before {
  content: "\3fe7";
}
.hgi-bulk.hgi-camel:after {
  content: "\3fe8";
}
.hgi-bulk.hgi-camel:before {
  content: "\3fe9";
}
.hgi-bulk.hgi-camera-01:after {
  content: "\3fea";
}
.hgi-bulk.hgi-camera-01:before {
  content: "\3feb";
}
.hgi-bulk.hgi-camera-02:after {
  content: "\3fec";
}
.hgi-bulk.hgi-camera-02:before {
  content: "\3fed";
}
.hgi-bulk.hgi-camera-add-01:after {
  content: "\3fee";
}
.hgi-bulk.hgi-camera-add-01:before {
  content: "\3fef";
}
.hgi-bulk.hgi-camera-add-02:after {
  content: "\3ff0";
}
.hgi-bulk.hgi-camera-add-02:before {
  content: "\3ff1";
}
.hgi-bulk.hgi-camera-automatically-01:after {
  content: "\3ff2";
}
.hgi-bulk.hgi-camera-automatically-01:before {
  content: "\3ff3";
}
.hgi-bulk.hgi-camera-automatically-02:after {
  content: "\3ff4";
}
.hgi-bulk.hgi-camera-automatically-02:before {
  content: "\3ff5";
}
.hgi-bulk.hgi-camera-lens:after {
  content: "\3ff6";
}
.hgi-bulk.hgi-camera-lens:before {
  content: "\3ff7";
}
.hgi-bulk.hgi-camera-microphone-01:after {
  content: "\3ff8";
}
.hgi-bulk.hgi-camera-microphone-01:before {
  content: "\3ff9";
}
.hgi-bulk.hgi-camera-microphone-02:after {
  content: "\3ffa";
}
.hgi-bulk.hgi-camera-microphone-02:before {
  content: "\3ffb";
}
.hgi-bulk.hgi-camera-night-mode-01:after {
  content: "\3ffc";
}
.hgi-bulk.hgi-camera-night-mode-01:before {
  content: "\3ffd";
}
.hgi-bulk.hgi-camera-night-mode-02:after {
  content: "\3ffe";
}
.hgi-bulk.hgi-camera-night-mode-02:before {
  content: "\3fff";
}
.hgi-bulk.hgi-camera-off-01:after {
  content: "\4000";
}
.hgi-bulk.hgi-camera-off-01:before {
  content: "\4001";
}
.hgi-bulk.hgi-camera-off-02:after {
  content: "\4002";
}
.hgi-bulk.hgi-camera-off-02:before {
  content: "\4003";
}
.hgi-bulk.hgi-camera-rotated-01:after {
  content: "\4004";
}
.hgi-bulk.hgi-camera-rotated-01:before {
  content: "\4005";
}
.hgi-bulk.hgi-camera-rotated-02:after {
  content: "\4006";
}
.hgi-bulk.hgi-camera-rotated-02:before {
  content: "\4007";
}
.hgi-bulk.hgi-camera-smile-01:after {
  content: "\4008";
}
.hgi-bulk.hgi-camera-smile-01:before {
  content: "\4009";
}
.hgi-bulk.hgi-camera-smile-02:after {
  content: "\400a";
}
.hgi-bulk.hgi-camera-smile-02:before {
  content: "\400b";
}
.hgi-bulk.hgi-camera-tripod:after {
  content: "\400c";
}
.hgi-bulk.hgi-camera-tripod:before {
  content: "\400d";
}
.hgi-bulk.hgi-camera-video:after {
  content: "\400e";
}
.hgi-bulk.hgi-camera-video:before {
  content: "\400f";
}
.hgi-bulk.hgi-camper:after {
  content: "\4010";
}
.hgi-bulk.hgi-camper:before {
  content: "\4011";
}
.hgi-bulk.hgi-campfire:after {
  content: "\4012";
}
.hgi-bulk.hgi-campfire:before {
  content: "\4013";
}
.hgi-bulk.hgi-cancel-01:after {
  content: "\4014";
}
.hgi-bulk.hgi-cancel-01:before {
  content: "\4015";
}
.hgi-bulk.hgi-cancel-02:after {
  content: "\4016";
}
.hgi-bulk.hgi-cancel-02:before {
  content: "\4017";
}
.hgi-bulk.hgi-cancel-circle-half-dot:after {
  content: "\4018";
}
.hgi-bulk.hgi-cancel-circle-half-dot:before {
  content: "\4019";
}
.hgi-bulk.hgi-cancel-circle:after {
  content: "\401a";
}
.hgi-bulk.hgi-cancel-circle:before {
  content: "\401b";
}
.hgi-bulk.hgi-cancel-square:after {
  content: "\401c";
}
.hgi-bulk.hgi-cancel-square:before {
  content: "\401d";
}
.hgi-bulk.hgi-candelier-01:after {
  content: "\401e";
}
.hgi-bulk.hgi-candelier-01:before {
  content: "\401f";
}
.hgi-bulk.hgi-candelier-02:after {
  content: "\4020";
}
.hgi-bulk.hgi-candelier-02:before {
  content: "\4021";
}
.hgi-bulk.hgi-canvas:after {
  content: "\4022";
}
.hgi-bulk.hgi-canvas:before {
  content: "\4023";
}
.hgi-bulk.hgi-cap-projecting:after {
  content: "\4024";
}
.hgi-bulk.hgi-cap-projecting:before {
  content: "\4025";
}
.hgi-bulk.hgi-cap-round:after {
  content: "\4026";
}
.hgi-bulk.hgi-cap-round:before {
  content: "\4027";
}
.hgi-bulk.hgi-cap:after {
  content: "\4028";
}
.hgi-bulk.hgi-cap-straight:after {
  content: "\4029";
}
.hgi-bulk.hgi-cap-straight:before {
  content: "\402a";
}
.hgi-bulk.hgi-cap:before {
  content: "\402b";
}
.hgi-bulk.hgi-capcut-rectangle:after {
  content: "\402c";
}
.hgi-bulk.hgi-capcut-rectangle:before {
  content: "\402d";
}
.hgi-bulk.hgi-capcut:after {
  content: "\402e";
}
.hgi-bulk.hgi-capcut:before {
  content: "\402f";
}
.hgi-bulk.hgi-car-01:after {
  content: "\4030";
}
.hgi-bulk.hgi-car-01:before {
  content: "\4031";
}
.hgi-bulk.hgi-car-02:after {
  content: "\4032";
}
.hgi-bulk.hgi-car-02:before {
  content: "\4033";
}
.hgi-bulk.hgi-car-03:after {
  content: "\4034";
}
.hgi-bulk.hgi-car-03:before {
  content: "\4035";
}
.hgi-bulk.hgi-car-04:after {
  content: "\4036";
}
.hgi-bulk.hgi-car-04:before {
  content: "\4037";
}
.hgi-bulk.hgi-car-05:after {
  content: "\4038";
}
.hgi-bulk.hgi-car-05:before {
  content: "\4039";
}
.hgi-bulk.hgi-car-alert:after {
  content: "\403a";
}
.hgi-bulk.hgi-car-alert:before {
  content: "\403b";
}
.hgi-bulk.hgi-car-parking-01:after {
  content: "\403c";
}
.hgi-bulk.hgi-car-parking-01:before {
  content: "\403d";
}
.hgi-bulk.hgi-car-parking-02:after {
  content: "\403e";
}
.hgi-bulk.hgi-car-parking-02:before {
  content: "\403f";
}
.hgi-bulk.hgi-car-time:after {
  content: "\4040";
}
.hgi-bulk.hgi-car-time:before {
  content: "\4041";
}
.hgi-bulk.hgi-caravan:after {
  content: "\4042";
}
.hgi-bulk.hgi-caravan:before {
  content: "\4043";
}
.hgi-bulk.hgi-card-exchange-01:after {
  content: "\4044";
}
.hgi-bulk.hgi-card-exchange-01:before {
  content: "\4045";
}
.hgi-bulk.hgi-card-exchange-02:after {
  content: "\4046";
}
.hgi-bulk.hgi-card-exchange-02:before {
  content: "\4047";
}
.hgi-bulk.hgi-cardigan:after {
  content: "\4048";
}
.hgi-bulk.hgi-cardigan:before {
  content: "\4049";
}
.hgi-bulk.hgi-cardiogram-01:after {
  content: "\404a";
}
.hgi-bulk.hgi-cardiogram-01:before {
  content: "\404b";
}
.hgi-bulk.hgi-cardiogram-02:after {
  content: "\404c";
}
.hgi-bulk.hgi-cardiogram-02:before {
  content: "\404d";
}
.hgi-bulk.hgi-cards-01:after {
  content: "\404e";
}
.hgi-bulk.hgi-cards-01:before {
  content: "\404f";
}
.hgi-bulk.hgi-cards-02:after {
  content: "\4050";
}
.hgi-bulk.hgi-cards-02:before {
  content: "\4051";
}
.hgi-bulk.hgi-cargo-ship:after {
  content: "\4052";
}
.hgi-bulk.hgi-cargo-ship:before {
  content: "\4053";
}
.hgi-bulk.hgi-carousel-horizontal-02:after {
  content: "\4054";
}
.hgi-bulk.hgi-carousel-horizontal-02:before {
  content: "\4055";
}
.hgi-bulk.hgi-carousel-horizontal:after {
  content: "\4056";
}
.hgi-bulk.hgi-carousel-horizontal:before {
  content: "\4057";
}
.hgi-bulk.hgi-carousel-vertical:after {
  content: "\4058";
}
.hgi-bulk.hgi-carousel-vertical:before {
  content: "\4059";
}
.hgi-bulk.hgi-carrot:after {
  content: "\405a";
}
.hgi-bulk.hgi-carrot:before {
  content: "\405b";
}
.hgi-bulk.hgi-cash-01:after {
  content: "\405c";
}
.hgi-bulk.hgi-cash-01:before {
  content: "\405d";
}
.hgi-bulk.hgi-cash-02:after {
  content: "\405e";
}
.hgi-bulk.hgi-cash-02:before {
  content: "\405f";
}
.hgi-bulk.hgi-cashback:after {
  content: "\4060";
}
.hgi-bulk.hgi-cashback:before {
  content: "\4061";
}
.hgi-bulk.hgi-cashier-02:after {
  content: "\4062";
}
.hgi-bulk.hgi-cashier-02:before {
  content: "\4063";
}
.hgi-bulk.hgi-cashier:after {
  content: "\4064";
}
.hgi-bulk.hgi-cashier:before {
  content: "\4065";
}
.hgi-bulk.hgi-castle-01:after {
  content: "\4066";
}
.hgi-bulk.hgi-castle-01:before {
  content: "\4067";
}
.hgi-bulk.hgi-castle-02:after {
  content: "\4068";
}
.hgi-bulk.hgi-castle-02:before {
  content: "\4069";
}
.hgi-bulk.hgi-castle:after {
  content: "\406a";
}
.hgi-bulk.hgi-castle:before {
  content: "\406b";
}
.hgi-bulk.hgi-catalogue:after {
  content: "\406c";
}
.hgi-bulk.hgi-catalogue:before {
  content: "\406d";
}
.hgi-bulk.hgi-cayan-tower:after {
  content: "\406e";
}
.hgi-bulk.hgi-cayan-tower:before {
  content: "\406f";
}
.hgi-bulk.hgi-cctv-camera:after {
  content: "\4070";
}
.hgi-bulk.hgi-cctv-camera:before {
  content: "\4071";
}
.hgi-bulk.hgi-cd:after {
  content: "\4072";
}
.hgi-bulk.hgi-cd:before {
  content: "\4073";
}
.hgi-bulk.hgi-cells:after {
  content: "\4074";
}
.hgi-bulk.hgi-cells:before {
  content: "\4075";
}
.hgi-bulk.hgi-cellular-network-offline:after {
  content: "\4076";
}
.hgi-bulk.hgi-cellular-network-offline:before {
  content: "\4077";
}
.hgi-bulk.hgi-cellular-network:after {
  content: "\4078";
}
.hgi-bulk.hgi-cellular-network:before {
  content: "\4079";
}
.hgi-bulk.hgi-celsius:after {
  content: "\407a";
}
.hgi-bulk.hgi-celsius:before {
  content: "\407b";
}
.hgi-bulk.hgi-center-focus:after {
  content: "\407c";
}
.hgi-bulk.hgi-center-focus:before {
  content: "\407d";
}
.hgi-bulk.hgi-central-shaheed-minar:after {
  content: "\407e";
}
.hgi-bulk.hgi-central-shaheed-minar:before {
  content: "\407f";
}
.hgi-bulk.hgi-centralized:after {
  content: "\4080";
}
.hgi-bulk.hgi-centralized:before {
  content: "\4081";
}
.hgi-bulk.hgi-certificate-01:after {
  content: "\4082";
}
.hgi-bulk.hgi-certificate-01:before {
  content: "\4083";
}
.hgi-bulk.hgi-certificate-02:after {
  content: "\4084";
}
.hgi-bulk.hgi-certificate-02:before {
  content: "\4085";
}
.hgi-bulk.hgi-chair-01:after {
  content: "\4086";
}
.hgi-bulk.hgi-chair-01:before {
  content: "\4087";
}
.hgi-bulk.hgi-chair-02:after {
  content: "\4088";
}
.hgi-bulk.hgi-chair-02:before {
  content: "\4089";
}
.hgi-bulk.hgi-chair-03:after {
  content: "\408a";
}
.hgi-bulk.hgi-chair-03:before {
  content: "\408b";
}
.hgi-bulk.hgi-chair-04:after {
  content: "\408c";
}
.hgi-bulk.hgi-chair-04:before {
  content: "\408d";
}
.hgi-bulk.hgi-chair-05:after {
  content: "\408e";
}
.hgi-bulk.hgi-chair-05:before {
  content: "\408f";
}
.hgi-bulk.hgi-chair-barber:after {
  content: "\4090";
}
.hgi-bulk.hgi-chair-barber:before {
  content: "\4091";
}
.hgi-bulk.hgi-champion:after {
  content: "\4092";
}
.hgi-bulk.hgi-champion:before {
  content: "\4093";
}
.hgi-bulk.hgi-change-screen-mode:after {
  content: "\4094";
}
.hgi-bulk.hgi-change-screen-mode:before {
  content: "\4095";
}
.hgi-bulk.hgi-character-phonetic:after {
  content: "\4096";
}
.hgi-bulk.hgi-character-phonetic:before {
  content: "\4097";
}
.hgi-bulk.hgi-charity:after {
  content: "\4098";
}
.hgi-bulk.hgi-charity:before {
  content: "\4099";
}
.hgi-bulk.hgi-chart-01:after {
  content: "\409a";
}
.hgi-bulk.hgi-chart-01:before {
  content: "\409b";
}
.hgi-bulk.hgi-chart-02:after {
  content: "\409c";
}
.hgi-bulk.hgi-chart-02:before {
  content: "\409d";
}
.hgi-bulk.hgi-chart-03:after {
  content: "\409e";
}
.hgi-bulk.hgi-chart-03:before {
  content: "\409f";
}
.hgi-bulk.hgi-chart-average:after {
  content: "\40a0";
}
.hgi-bulk.hgi-chart-average:before {
  content: "\40a1";
}
.hgi-bulk.hgi-chart-bar-line:after {
  content: "\40a2";
}
.hgi-bulk.hgi-chart-bar-line:before {
  content: "\40a3";
}
.hgi-bulk.hgi-chart-breakout-circle:after {
  content: "\40a4";
}
.hgi-bulk.hgi-chart-breakout-circle:before {
  content: "\40a5";
}
.hgi-bulk.hgi-chart-breakout-square:after {
  content: "\40a6";
}
.hgi-bulk.hgi-chart-breakout-square:before {
  content: "\40a7";
}
.hgi-bulk.hgi-chart-bubble-01:after {
  content: "\40a8";
}
.hgi-bulk.hgi-chart-bubble-01:before {
  content: "\40a9";
}
.hgi-bulk.hgi-chart-bubble-02:after {
  content: "\40aa";
}
.hgi-bulk.hgi-chart-bubble-02:before {
  content: "\40ab";
}
.hgi-bulk.hgi-chart-column:after {
  content: "\40ac";
}
.hgi-bulk.hgi-chart-column:before {
  content: "\40ad";
}
.hgi-bulk.hgi-chart-decrease:after {
  content: "\40ae";
}
.hgi-bulk.hgi-chart-decrease:before {
  content: "\40af";
}
.hgi-bulk.hgi-chart-down:after {
  content: "\40b0";
}
.hgi-bulk.hgi-chart-down:before {
  content: "\40b1";
}
.hgi-bulk.hgi-chart-evaluation:after {
  content: "\40b2";
}
.hgi-bulk.hgi-chart-evaluation:before {
  content: "\40b3";
}
.hgi-bulk.hgi-chart-high-low:after {
  content: "\40b4";
}
.hgi-bulk.hgi-chart-high-low:before {
  content: "\40b5";
}
.hgi-bulk.hgi-chart-histogram:after {
  content: "\40b6";
}
.hgi-bulk.hgi-chart-histogram:before {
  content: "\40b7";
}
.hgi-bulk.hgi-chart-increase:after {
  content: "\40b8";
}
.hgi-bulk.hgi-chart-increase:before {
  content: "\40b9";
}
.hgi-bulk.hgi-chart-line-data-01:after {
  content: "\40ba";
}
.hgi-bulk.hgi-chart-line-data-01:before {
  content: "\40bb";
}
.hgi-bulk.hgi-chart-line-data-02:after {
  content: "\40bc";
}
.hgi-bulk.hgi-chart-line-data-02:before {
  content: "\40bd";
}
.hgi-bulk.hgi-chart-line-data-03:after {
  content: "\40be";
}
.hgi-bulk.hgi-chart-line-data-03:before {
  content: "\40bf";
}
.hgi-bulk.hgi-chart-maximum:after {
  content: "\40c0";
}
.hgi-bulk.hgi-chart-maximum:before {
  content: "\40c1";
}
.hgi-bulk.hgi-chart-medium:after {
  content: "\40c2";
}
.hgi-bulk.hgi-chart-medium:before {
  content: "\40c3";
}
.hgi-bulk.hgi-chart-minimum:after {
  content: "\40c4";
}
.hgi-bulk.hgi-chart-minimum:before {
  content: "\40c5";
}
.hgi-bulk.hgi-chart-radar:after {
  content: "\40c6";
}
.hgi-bulk.hgi-chart-radar:before {
  content: "\40c7";
}
.hgi-bulk.hgi-chart-relationship:after {
  content: "\40c8";
}
.hgi-bulk.hgi-chart-relationship:before {
  content: "\40c9";
}
.hgi-bulk.hgi-chart-ring:after {
  content: "\40ca";
}
.hgi-bulk.hgi-chart-ring:before {
  content: "\40cb";
}
.hgi-bulk.hgi-chart-rose:after {
  content: "\40cc";
}
.hgi-bulk.hgi-chart-rose:before {
  content: "\40cd";
}
.hgi-bulk.hgi-chart-scatter:after {
  content: "\40ce";
}
.hgi-bulk.hgi-chart-scatter:before {
  content: "\40cf";
}
.hgi-bulk.hgi-chart:after {
  content: "\40d0";
}
.hgi-bulk.hgi-chart-up:after {
  content: "\40d1";
}
.hgi-bulk.hgi-chart-up:before {
  content: "\40d2";
}
.hgi-bulk.hgi-chart:before {
  content: "\40d3";
}
.hgi-bulk.hgi-chat-bot:after {
  content: "\40d4";
}
.hgi-bulk.hgi-chat-bot:before {
  content: "\40d5";
}
.hgi-bulk.hgi-chat-gpt:after {
  content: "\40d6";
}
.hgi-bulk.hgi-chat-gpt:before {
  content: "\40d7";
}
.hgi-bulk.hgi-chatting-01:after {
  content: "\40d8";
}
.hgi-bulk.hgi-chatting-01:before {
  content: "\40d9";
}
.hgi-bulk.hgi-check-list:after {
  content: "\40da";
}
.hgi-bulk.hgi-check-list:before {
  content: "\40db";
}
.hgi-bulk.hgi-check-unread-01:after {
  content: "\40dc";
}
.hgi-bulk.hgi-check-unread-01:before {
  content: "\40dd";
}
.hgi-bulk.hgi-check-unread-02:after {
  content: "\40de";
}
.hgi-bulk.hgi-check-unread-02:before {
  content: "\40df";
}
.hgi-bulk.hgi-check-unread-03:after {
  content: "\40e0";
}
.hgi-bulk.hgi-check-unread-03:before {
  content: "\40e1";
}
.hgi-bulk.hgi-check-unread-04:after {
  content: "\40e2";
}
.hgi-bulk.hgi-check-unread-04:before {
  content: "\40e3";
}
.hgi-bulk.hgi-checkmark-badge-01:after {
  content: "\40e4";
}
.hgi-bulk.hgi-checkmark-badge-01:before {
  content: "\40e5";
}
.hgi-bulk.hgi-checkmark-badge-02:after {
  content: "\40e6";
}
.hgi-bulk.hgi-checkmark-badge-02:before {
  content: "\40e7";
}
.hgi-bulk.hgi-checkmark-badge-03:after {
  content: "\40e8";
}
.hgi-bulk.hgi-checkmark-badge-03:before {
  content: "\40e9";
}
.hgi-bulk.hgi-checkmark-badge-04:after {
  content: "\40ea";
}
.hgi-bulk.hgi-checkmark-badge-04:before {
  content: "\40eb";
}
.hgi-bulk.hgi-checkmark-circle-01:after {
  content: "\40ec";
}
.hgi-bulk.hgi-checkmark-circle-01:before {
  content: "\40ed";
}
.hgi-bulk.hgi-checkmark-circle-02:after {
  content: "\40ee";
}
.hgi-bulk.hgi-checkmark-circle-02:before {
  content: "\40ef";
}
.hgi-bulk.hgi-checkmark-circle-03:after {
  content: "\40f0";
}
.hgi-bulk.hgi-checkmark-circle-03:before {
  content: "\40f1";
}
.hgi-bulk.hgi-checkmark-circle-04:after {
  content: "\40f2";
}
.hgi-bulk.hgi-checkmark-circle-04:before {
  content: "\40f3";
}
.hgi-bulk.hgi-checkmark-square-01:after {
  content: "\40f4";
}
.hgi-bulk.hgi-checkmark-square-01:before {
  content: "\40f5";
}
.hgi-bulk.hgi-checkmark-square-02:after {
  content: "\40f6";
}
.hgi-bulk.hgi-checkmark-square-02:before {
  content: "\40f7";
}
.hgi-bulk.hgi-checkmark-square-03:after {
  content: "\40f8";
}
.hgi-bulk.hgi-checkmark-square-03:before {
  content: "\40f9";
}
.hgi-bulk.hgi-checkmark-square-04:after {
  content: "\40fa";
}
.hgi-bulk.hgi-checkmark-square-04:before {
  content: "\40fb";
}
.hgi-bulk.hgi-cheese-cake-01:after {
  content: "\40fc";
}
.hgi-bulk.hgi-cheese-cake-01:before {
  content: "\40fd";
}
.hgi-bulk.hgi-cheese-cake-02:after {
  content: "\40fe";
}
.hgi-bulk.hgi-cheese-cake-02:before {
  content: "\40ff";
}
.hgi-bulk.hgi-cheese:after {
  content: "\4100";
}
.hgi-bulk.hgi-cheese:before {
  content: "\4101";
}
.hgi-bulk.hgi-chef-hat:after {
  content: "\4102";
}
.hgi-bulk.hgi-chef-hat:before {
  content: "\4103";
}
.hgi-bulk.hgi-chef:after {
  content: "\4104";
}
.hgi-bulk.hgi-chef:before {
  content: "\4105";
}
.hgi-bulk.hgi-chemistry-01:after {
  content: "\4106";
}
.hgi-bulk.hgi-chemistry-01:before {
  content: "\4107";
}
.hgi-bulk.hgi-chemistry-02:after {
  content: "\4108";
}
.hgi-bulk.hgi-chemistry-02:before {
  content: "\4109";
}
.hgi-bulk.hgi-chemistry-03:after {
  content: "\410a";
}
.hgi-bulk.hgi-chemistry-03:before {
  content: "\410b";
}
.hgi-bulk.hgi-cherry:after {
  content: "\410c";
}
.hgi-bulk.hgi-cherry:before {
  content: "\410d";
}
.hgi-bulk.hgi-chess-01:after {
  content: "\410e";
}
.hgi-bulk.hgi-chess-01:before {
  content: "\410f";
}
.hgi-bulk.hgi-chess-02:after {
  content: "\4110";
}
.hgi-bulk.hgi-chess-02:before {
  content: "\4111";
}
.hgi-bulk.hgi-chess-pawn:after {
  content: "\4112";
}
.hgi-bulk.hgi-chess-pawn:before {
  content: "\4113";
}
.hgi-bulk.hgi-chicken-thighs:after {
  content: "\4114";
}
.hgi-bulk.hgi-chicken-thighs:before {
  content: "\4115";
}
.hgi-bulk.hgi-child:after {
  content: "\4116";
}
.hgi-bulk.hgi-child:before {
  content: "\4117";
}
.hgi-bulk.hgi-chimney:after {
  content: "\4118";
}
.hgi-bulk.hgi-chimney:before {
  content: "\4119";
}
.hgi-bulk.hgi-china-temple:after {
  content: "\411a";
}
.hgi-bulk.hgi-china-temple:before {
  content: "\411b";
}
.hgi-bulk.hgi-chip-02:after {
  content: "\411c";
}
.hgi-bulk.hgi-chip-02:before {
  content: "\411d";
}
.hgi-bulk.hgi-chip:after {
  content: "\411e";
}
.hgi-bulk.hgi-chip:before {
  content: "\411f";
}
.hgi-bulk.hgi-chocolate:after {
  content: "\4120";
}
.hgi-bulk.hgi-chocolate:before {
  content: "\4121";
}
.hgi-bulk.hgi-chopsticks:after {
  content: "\4122";
}
.hgi-bulk.hgi-chopsticks:before {
  content: "\4123";
}
.hgi-bulk.hgi-chrome:after {
  content: "\4124";
}
.hgi-bulk.hgi-chrome:before {
  content: "\4125";
}
.hgi-bulk.hgi-chrysler:after {
  content: "\4126";
}
.hgi-bulk.hgi-chrysler:before {
  content: "\4127";
}
.hgi-bulk.hgi-church:after {
  content: "\4128";
}
.hgi-bulk.hgi-church:before {
  content: "\4129";
}
.hgi-bulk.hgi-cinnamon-roll:after {
  content: "\412a";
}
.hgi-bulk.hgi-cinnamon-roll:before {
  content: "\412b";
}
.hgi-bulk.hgi-circle-arrow-data-transfer-diagonal:after {
  content: "\412c";
}
.hgi-bulk.hgi-circle-arrow-data-transfer-diagonal:before {
  content: "\412d";
}
.hgi-bulk.hgi-circle-arrow-data-transfer-horizontal:after {
  content: "\412e";
}
.hgi-bulk.hgi-circle-arrow-data-transfer-horizontal:before {
  content: "\412f";
}
.hgi-bulk.hgi-circle-arrow-data-transfer-vertical:after {
  content: "\4130";
}
.hgi-bulk.hgi-circle-arrow-data-transfer-vertical:before {
  content: "\4131";
}
.hgi-bulk.hgi-circle-arrow-diagonal-01:after {
  content: "\4132";
}
.hgi-bulk.hgi-circle-arrow-diagonal-01:before {
  content: "\4133";
}
.hgi-bulk.hgi-circle-arrow-diagonal-02:after {
  content: "\4134";
}
.hgi-bulk.hgi-circle-arrow-diagonal-02:before {
  content: "\4135";
}
.hgi-bulk.hgi-circle-arrow-down-01:after {
  content: "\4136";
}
.hgi-bulk.hgi-circle-arrow-down-01:before {
  content: "\4137";
}
.hgi-bulk.hgi-circle-arrow-down-02:after {
  content: "\4138";
}
.hgi-bulk.hgi-circle-arrow-down-02:before {
  content: "\4139";
}
.hgi-bulk.hgi-circle-arrow-down-03:after {
  content: "\413a";
}
.hgi-bulk.hgi-circle-arrow-down-03:before {
  content: "\413b";
}
.hgi-bulk.hgi-circle-arrow-down-double:after {
  content: "\413c";
}
.hgi-bulk.hgi-circle-arrow-down-double:before {
  content: "\413d";
}
.hgi-bulk.hgi-circle-arrow-down-left:after {
  content: "\413e";
}
.hgi-bulk.hgi-circle-arrow-down-left:before {
  content: "\413f";
}
.hgi-bulk.hgi-circle-arrow-down-right:after {
  content: "\4140";
}
.hgi-bulk.hgi-circle-arrow-down-right:before {
  content: "\4141";
}
.hgi-bulk.hgi-circle-arrow-expand-01:after {
  content: "\4142";
}
.hgi-bulk.hgi-circle-arrow-expand-01:before {
  content: "\4143";
}
.hgi-bulk.hgi-circle-arrow-expand-02:after {
  content: "\4144";
}
.hgi-bulk.hgi-circle-arrow-expand-02:before {
  content: "\4145";
}
.hgi-bulk.hgi-circle-arrow-horizontal:after {
  content: "\4146";
}
.hgi-bulk.hgi-circle-arrow-horizontal:before {
  content: "\4147";
}
.hgi-bulk.hgi-circle-arrow-left-01:after {
  content: "\4148";
}
.hgi-bulk.hgi-circle-arrow-left-01:before {
  content: "\4149";
}
.hgi-bulk.hgi-circle-arrow-left-02:after {
  content: "\414a";
}
.hgi-bulk.hgi-circle-arrow-left-02:before {
  content: "\414b";
}
.hgi-bulk.hgi-circle-arrow-left-03:after {
  content: "\414c";
}
.hgi-bulk.hgi-circle-arrow-left-03:before {
  content: "\414d";
}
.hgi-bulk.hgi-circle-arrow-left-double:after {
  content: "\414e";
}
.hgi-bulk.hgi-circle-arrow-left-double:before {
  content: "\414f";
}
.hgi-bulk.hgi-circle-arrow-left-right:after {
  content: "\4150";
}
.hgi-bulk.hgi-circle-arrow-left-right:before {
  content: "\4151";
}
.hgi-bulk.hgi-circle-arrow-move-down-left:after {
  content: "\4152";
}
.hgi-bulk.hgi-circle-arrow-move-down-left:before {
  content: "\4153";
}
.hgi-bulk.hgi-circle-arrow-move-down-right:after {
  content: "\4154";
}
.hgi-bulk.hgi-circle-arrow-move-down-right:before {
  content: "\4155";
}
.hgi-bulk.hgi-circle-arrow-move-left-down:after {
  content: "\4156";
}
.hgi-bulk.hgi-circle-arrow-move-left-down:before {
  content: "\4157";
}
.hgi-bulk.hgi-circle-arrow-move-right-down:after {
  content: "\4158";
}
.hgi-bulk.hgi-circle-arrow-move-right-down:before {
  content: "\4159";
}
.hgi-bulk.hgi-circle-arrow-move-up-left:after {
  content: "\415a";
}
.hgi-bulk.hgi-circle-arrow-move-up-left:before {
  content: "\415b";
}
.hgi-bulk.hgi-circle-arrow-move-up-right:after {
  content: "\415c";
}
.hgi-bulk.hgi-circle-arrow-move-up-right:before {
  content: "\415d";
}
.hgi-bulk.hgi-circle-arrow-reload-01:after {
  content: "\415e";
}
.hgi-bulk.hgi-circle-arrow-reload-01:before {
  content: "\415f";
}
.hgi-bulk.hgi-circle-arrow-reload-02:after {
  content: "\4160";
}
.hgi-bulk.hgi-circle-arrow-reload-02:before {
  content: "\4161";
}
.hgi-bulk.hgi-circle-arrow-right-01:after {
  content: "\4162";
}
.hgi-bulk.hgi-circle-arrow-right-01:before {
  content: "\4163";
}
.hgi-bulk.hgi-circle-arrow-right-02:after {
  content: "\4164";
}
.hgi-bulk.hgi-circle-arrow-right-02:before {
  content: "\4165";
}
.hgi-bulk.hgi-circle-arrow-right-03:after {
  content: "\4166";
}
.hgi-bulk.hgi-circle-arrow-right-03:before {
  content: "\4167";
}
.hgi-bulk.hgi-circle-arrow-right-double:after {
  content: "\4168";
}
.hgi-bulk.hgi-circle-arrow-right-double:before {
  content: "\4169";
}
.hgi-bulk.hgi-circle-arrow-shrink-01:after {
  content: "\416a";
}
.hgi-bulk.hgi-circle-arrow-shrink-01:before {
  content: "\416b";
}
.hgi-bulk.hgi-circle-arrow-shrink-02:after {
  content: "\416c";
}
.hgi-bulk.hgi-circle-arrow-shrink-02:before {
  content: "\416d";
}
.hgi-bulk.hgi-circle-arrow-up-01:after {
  content: "\416e";
}
.hgi-bulk.hgi-circle-arrow-up-01:before {
  content: "\416f";
}
.hgi-bulk.hgi-circle-arrow-up-02:after {
  content: "\4170";
}
.hgi-bulk.hgi-circle-arrow-up-02:before {
  content: "\4171";
}
.hgi-bulk.hgi-circle-arrow-up-03:after {
  content: "\4172";
}
.hgi-bulk.hgi-circle-arrow-up-03:before {
  content: "\4173";
}
.hgi-bulk.hgi-circle-arrow-up-double:after {
  content: "\4174";
}
.hgi-bulk.hgi-circle-arrow-up-double:before {
  content: "\4175";
}
.hgi-bulk.hgi-circle-arrow-up-down:after {
  content: "\4176";
}
.hgi-bulk.hgi-circle-arrow-up-down:before {
  content: "\4177";
}
.hgi-bulk.hgi-circle-arrow-up-left:after {
  content: "\4178";
}
.hgi-bulk.hgi-circle-arrow-up-left:before {
  content: "\4179";
}
.hgi-bulk.hgi-circle-arrow-up-right:after {
  content: "\417a";
}
.hgi-bulk.hgi-circle-arrow-up-right:before {
  content: "\417b";
}
.hgi-bulk.hgi-circle-arrow-vertical:after {
  content: "\417c";
}
.hgi-bulk.hgi-circle-arrow-vertical:before {
  content: "\417d";
}
.hgi-bulk.hgi-circle-lock-01:after {
  content: "\417e";
}
.hgi-bulk.hgi-circle-lock-01:before {
  content: "\417f";
}
.hgi-bulk.hgi-circle-lock-02:after {
  content: "\4180";
}
.hgi-bulk.hgi-circle-lock-02:before {
  content: "\4181";
}
.hgi-bulk.hgi-circle-lock-add-01:after {
  content: "\4182";
}
.hgi-bulk.hgi-circle-lock-add-01:before {
  content: "\4183";
}
.hgi-bulk.hgi-circle-lock-add-02:after {
  content: "\4184";
}
.hgi-bulk.hgi-circle-lock-add-02:before {
  content: "\4185";
}
.hgi-bulk.hgi-circle-lock-check-01:after {
  content: "\4186";
}
.hgi-bulk.hgi-circle-lock-check-01:before {
  content: "\4187";
}
.hgi-bulk.hgi-circle-lock-check-02:after {
  content: "\4188";
}
.hgi-bulk.hgi-circle-lock-check-02:before {
  content: "\4189";
}
.hgi-bulk.hgi-circle-lock-minus-01:after {
  content: "\418a";
}
.hgi-bulk.hgi-circle-lock-minus-01:before {
  content: "\418b";
}
.hgi-bulk.hgi-circle-lock-minus-02:after {
  content: "\418c";
}
.hgi-bulk.hgi-circle-lock-minus-02:before {
  content: "\418d";
}
.hgi-bulk.hgi-circle-lock-remove-01:after {
  content: "\418e";
}
.hgi-bulk.hgi-circle-lock-remove-01:before {
  content: "\418f";
}
.hgi-bulk.hgi-circle-lock-remove-02:after {
  content: "\4190";
}
.hgi-bulk.hgi-circle-lock-remove-02:before {
  content: "\4191";
}
.hgi-bulk.hgi-circle-password:after {
  content: "\4192";
}
.hgi-bulk.hgi-circle-password:before {
  content: "\4193";
}
.hgi-bulk.hgi-circle:after {
  content: "\4194";
}
.hgi-bulk.hgi-circle-unlock-01:after {
  content: "\4195";
}
.hgi-bulk.hgi-circle-unlock-01:before {
  content: "\4196";
}
.hgi-bulk.hgi-circle-unlock-02:after {
  content: "\4197";
}
.hgi-bulk.hgi-circle-unlock-02:before {
  content: "\4198";
}
.hgi-bulk.hgi-circle:before {
  content: "\4199";
}
.hgi-bulk.hgi-city-01:after {
  content: "\419a";
}
.hgi-bulk.hgi-city-01:before {
  content: "\419b";
}
.hgi-bulk.hgi-city-02:after {
  content: "\419c";
}
.hgi-bulk.hgi-city-02:before {
  content: "\419d";
}
.hgi-bulk.hgi-city-03:after {
  content: "\419e";
}
.hgi-bulk.hgi-city-03:before {
  content: "\419f";
}
.hgi-bulk.hgi-clapping-01:after {
  content: "\41a0";
}
.hgi-bulk.hgi-clapping-01:before {
  content: "\41a1";
}
.hgi-bulk.hgi-clapping-02:after {
  content: "\41a2";
}
.hgi-bulk.hgi-clapping-02:before {
  content: "\41a3";
}
.hgi-bulk.hgi-clean:after {
  content: "\41a4";
}
.hgi-bulk.hgi-clean:before {
  content: "\41a5";
}
.hgi-bulk.hgi-cleaning-bucket:after {
  content: "\41a6";
}
.hgi-bulk.hgi-cleaning-bucket:before {
  content: "\41a7";
}
.hgi-bulk.hgi-clinic:after {
  content: "\41a8";
}
.hgi-bulk.hgi-clinic:before {
  content: "\41a9";
}
.hgi-bulk.hgi-clip:after {
  content: "\41aa";
}
.hgi-bulk.hgi-clip:before {
  content: "\41ab";
}
.hgi-bulk.hgi-cliparts:after {
  content: "\41ac";
}
.hgi-bulk.hgi-cliparts:before {
  content: "\41ad";
}
.hgi-bulk.hgi-clipboard:after {
  content: "\41ae";
}
.hgi-bulk.hgi-clipboard:before {
  content: "\41af";
}
.hgi-bulk.hgi-clock-01:after {
  content: "\41b0";
}
.hgi-bulk.hgi-clock-01:before {
  content: "\41b1";
}
.hgi-bulk.hgi-clock-02:after {
  content: "\41b2";
}
.hgi-bulk.hgi-clock-02:before {
  content: "\41b3";
}
.hgi-bulk.hgi-clock-03:after {
  content: "\41b4";
}
.hgi-bulk.hgi-clock-03:before {
  content: "\41b5";
}
.hgi-bulk.hgi-clock-04:after {
  content: "\41b6";
}
.hgi-bulk.hgi-clock-04:before {
  content: "\41b7";
}
.hgi-bulk.hgi-clock-05:after {
  content: "\41b8";
}
.hgi-bulk.hgi-clock-05:before {
  content: "\41b9";
}
.hgi-bulk.hgi-closed-caption-alt:after {
  content: "\41ba";
}
.hgi-bulk.hgi-closed-caption-alt:before {
  content: "\41bb";
}
.hgi-bulk.hgi-closed-caption:after {
  content: "\41bc";
}
.hgi-bulk.hgi-closed-caption:before {
  content: "\41bd";
}
.hgi-bulk.hgi-clothes:after {
  content: "\41be";
}
.hgi-bulk.hgi-clothes:before {
  content: "\41bf";
}
.hgi-bulk.hgi-cloud-angled-rain:after {
  content: "\41c0";
}
.hgi-bulk.hgi-cloud-angled-rain-zap:after {
  content: "\41c1";
}
.hgi-bulk.hgi-cloud-angled-rain-zap:before {
  content: "\41c2";
}
.hgi-bulk.hgi-cloud-angled-rain:before {
  content: "\41c3";
}
.hgi-bulk.hgi-cloud-angled-zap:after {
  content: "\41c4";
}
.hgi-bulk.hgi-cloud-angled-zap:before {
  content: "\41c5";
}
.hgi-bulk.hgi-cloud-big-rain:after {
  content: "\41c6";
}
.hgi-bulk.hgi-cloud-big-rain:before {
  content: "\41c7";
}
.hgi-bulk.hgi-cloud-download:after {
  content: "\41c8";
}
.hgi-bulk.hgi-cloud-download:before {
  content: "\41c9";
}
.hgi-bulk.hgi-cloud-fast-wind:after {
  content: "\41ca";
}
.hgi-bulk.hgi-cloud-fast-wind:before {
  content: "\41cb";
}
.hgi-bulk.hgi-cloud-hailstone:after {
  content: "\41cc";
}
.hgi-bulk.hgi-cloud-hailstone:before {
  content: "\41cd";
}
.hgi-bulk.hgi-cloud-little-rain:after {
  content: "\41ce";
}
.hgi-bulk.hgi-cloud-little-rain:before {
  content: "\41cf";
}
.hgi-bulk.hgi-cloud-little-snow:after {
  content: "\41d0";
}
.hgi-bulk.hgi-cloud-little-snow:before {
  content: "\41d1";
}
.hgi-bulk.hgi-cloud-loading:after {
  content: "\41d2";
}
.hgi-bulk.hgi-cloud-loading:before {
  content: "\41d3";
}
.hgi-bulk.hgi-cloud-mid-rain:after {
  content: "\41d4";
}
.hgi-bulk.hgi-cloud-mid-rain:before {
  content: "\41d5";
}
.hgi-bulk.hgi-cloud-mid-snow:after {
  content: "\41d6";
}
.hgi-bulk.hgi-cloud-mid-snow:before {
  content: "\41d7";
}
.hgi-bulk.hgi-cloud-saving-done-01:after {
  content: "\41d8";
}
.hgi-bulk.hgi-cloud-saving-done-01:before {
  content: "\41d9";
}
.hgi-bulk.hgi-cloud-saving-done-02:after {
  content: "\41da";
}
.hgi-bulk.hgi-cloud-saving-done-02:before {
  content: "\41db";
}
.hgi-bulk.hgi-cloud:after {
  content: "\41dc";
}
.hgi-bulk.hgi-cloud-server:after {
  content: "\41dd";
}
.hgi-bulk.hgi-cloud-server:before {
  content: "\41de";
}
.hgi-bulk.hgi-cloud-slow-wind:after {
  content: "\41df";
}
.hgi-bulk.hgi-cloud-slow-wind:before {
  content: "\41e0";
}
.hgi-bulk.hgi-cloud-snow:after {
  content: "\41e1";
}
.hgi-bulk.hgi-cloud-snow:before {
  content: "\41e2";
}
.hgi-bulk.hgi-cloud-upload:after {
  content: "\41e3";
}
.hgi-bulk.hgi-cloud-upload:before {
  content: "\41e4";
}
.hgi-bulk.hgi-cloud:before {
  content: "\41e5";
}
.hgi-bulk.hgi-clubs-01:after {
  content: "\41e6";
}
.hgi-bulk.hgi-clubs-01:before {
  content: "\41e7";
}
.hgi-bulk.hgi-clubs-02:after {
  content: "\41e8";
}
.hgi-bulk.hgi-clubs-02:before {
  content: "\41e9";
}
.hgi-bulk.hgi-co-present:after {
  content: "\41ea";
}
.hgi-bulk.hgi-co-present:before {
  content: "\41eb";
}
.hgi-bulk.hgi-code-circle:after {
  content: "\41ec";
}
.hgi-bulk.hgi-code-circle:before {
  content: "\41ed";
}
.hgi-bulk.hgi-code-folder:after {
  content: "\41ee";
}
.hgi-bulk.hgi-code-folder:before {
  content: "\41ef";
}
.hgi-bulk.hgi-code:after {
  content: "\41f0";
}
.hgi-bulk.hgi-code-square:after {
  content: "\41f1";
}
.hgi-bulk.hgi-code-square:before {
  content: "\41f2";
}
.hgi-bulk.hgi-code:before {
  content: "\41f3";
}
.hgi-bulk.hgi-codesandbox:after {
  content: "\41f4";
}
.hgi-bulk.hgi-codesandbox:before {
  content: "\41f5";
}
.hgi-bulk.hgi-coffee-01:after {
  content: "\41f6";
}
.hgi-bulk.hgi-coffee-01:before {
  content: "\41f7";
}
.hgi-bulk.hgi-coffee-02:after {
  content: "\41f8";
}
.hgi-bulk.hgi-coffee-02:before {
  content: "\41f9";
}
.hgi-bulk.hgi-coffee-beans:after {
  content: "\41fa";
}
.hgi-bulk.hgi-coffee-beans:before {
  content: "\41fb";
}
.hgi-bulk.hgi-coinbase:after {
  content: "\41fc";
}
.hgi-bulk.hgi-coinbase:before {
  content: "\41fd";
}
.hgi-bulk.hgi-coins-01:after {
  content: "\41fe";
}
.hgi-bulk.hgi-coins-01:before {
  content: "\41ff";
}
.hgi-bulk.hgi-coins-02:after {
  content: "\4200";
}
.hgi-bulk.hgi-coins-02:before {
  content: "\4201";
}
.hgi-bulk.hgi-coins-bitcoin:after {
  content: "\4202";
}
.hgi-bulk.hgi-coins-bitcoin:before {
  content: "\4203";
}
.hgi-bulk.hgi-coins-dollar:after {
  content: "\4204";
}
.hgi-bulk.hgi-coins-dollar:before {
  content: "\4205";
}
.hgi-bulk.hgi-coins-euro:after {
  content: "\4206";
}
.hgi-bulk.hgi-coins-euro:before {
  content: "\4207";
}
.hgi-bulk.hgi-coins-pound:after {
  content: "\4208";
}
.hgi-bulk.hgi-coins-pound:before {
  content: "\4209";
}
.hgi-bulk.hgi-coins-swap:after {
  content: "\420a";
}
.hgi-bulk.hgi-coins-swap:before {
  content: "\420b";
}
.hgi-bulk.hgi-coins-yen:after {
  content: "\420c";
}
.hgi-bulk.hgi-coins-yen:before {
  content: "\420d";
}
.hgi-bulk.hgi-collections-bookmark:after {
  content: "\420e";
}
.hgi-bulk.hgi-collections-bookmark:before {
  content: "\420f";
}
.hgi-bulk.hgi-color-picker:after {
  content: "\4210";
}
.hgi-bulk.hgi-color-picker:before {
  content: "\4211";
}
.hgi-bulk.hgi-colors:after {
  content: "\4212";
}
.hgi-bulk.hgi-colors:before {
  content: "\4213";
}
.hgi-bulk.hgi-colosseum:after {
  content: "\4214";
}
.hgi-bulk.hgi-colosseum:before {
  content: "\4215";
}
.hgi-bulk.hgi-column-delete:after {
  content: "\4216";
}
.hgi-bulk.hgi-column-delete:before {
  content: "\4217";
}
.hgi-bulk.hgi-column-insert:after {
  content: "\4218";
}
.hgi-bulk.hgi-column-insert:before {
  content: "\4219";
}
.hgi-bulk.hgi-comet-01:after {
  content: "\421a";
}
.hgi-bulk.hgi-comet-01:before {
  content: "\421b";
}
.hgi-bulk.hgi-comet-02:after {
  content: "\421c";
}
.hgi-bulk.hgi-comet-02:before {
  content: "\421d";
}
.hgi-bulk.hgi-coming-soon-01:after {
  content: "\421e";
}
.hgi-bulk.hgi-coming-soon-01:before {
  content: "\421f";
}
.hgi-bulk.hgi-coming-soon-02:after {
  content: "\4220";
}
.hgi-bulk.hgi-coming-soon-02:before {
  content: "\4221";
}
.hgi-bulk.hgi-command-line:after {
  content: "\4222";
}
.hgi-bulk.hgi-command-line:before {
  content: "\4223";
}
.hgi-bulk.hgi-command:after {
  content: "\4224";
}
.hgi-bulk.hgi-command:before {
  content: "\4225";
}
.hgi-bulk.hgi-comment-01:after {
  content: "\4226";
}
.hgi-bulk.hgi-comment-01:before {
  content: "\4227";
}
.hgi-bulk.hgi-comment-02:after {
  content: "\4228";
}
.hgi-bulk.hgi-comment-02:before {
  content: "\4229";
}
.hgi-bulk.hgi-comment-add-01:after {
  content: "\422a";
}
.hgi-bulk.hgi-comment-add-01:before {
  content: "\422b";
}
.hgi-bulk.hgi-comment-add-02:after {
  content: "\422c";
}
.hgi-bulk.hgi-comment-add-02:before {
  content: "\422d";
}
.hgi-bulk.hgi-comment-block-01:after {
  content: "\422e";
}
.hgi-bulk.hgi-comment-block-01:before {
  content: "\422f";
}
.hgi-bulk.hgi-comment-block-02:after {
  content: "\4230";
}
.hgi-bulk.hgi-comment-block-02:before {
  content: "\4231";
}
.hgi-bulk.hgi-comment-remove-01:after {
  content: "\4232";
}
.hgi-bulk.hgi-comment-remove-01:before {
  content: "\4233";
}
.hgi-bulk.hgi-comment-remove-02:after {
  content: "\4234";
}
.hgi-bulk.hgi-comment-remove-02:before {
  content: "\4235";
}
.hgi-bulk.hgi-compass-01:after {
  content: "\4236";
}
.hgi-bulk.hgi-compass-01:before {
  content: "\4237";
}
.hgi-bulk.hgi-compass:after {
  content: "\4238";
}
.hgi-bulk.hgi-compass:before {
  content: "\4239";
}
.hgi-bulk.hgi-complaint:after {
  content: "\423a";
}
.hgi-bulk.hgi-complaint:before {
  content: "\423b";
}
.hgi-bulk.hgi-computer-add:after {
  content: "\423c";
}
.hgi-bulk.hgi-computer-add:before {
  content: "\423d";
}
.hgi-bulk.hgi-computer-check:after {
  content: "\423e";
}
.hgi-bulk.hgi-computer-check:before {
  content: "\423f";
}
.hgi-bulk.hgi-computer-cloud:after {
  content: "\4240";
}
.hgi-bulk.hgi-computer-cloud:before {
  content: "\4241";
}
.hgi-bulk.hgi-computer-desk-01:after {
  content: "\4242";
}
.hgi-bulk.hgi-computer-desk-01:before {
  content: "\4243";
}
.hgi-bulk.hgi-computer-desk-02:after {
  content: "\4244";
}
.hgi-bulk.hgi-computer-desk-02:before {
  content: "\4245";
}
.hgi-bulk.hgi-computer-desk-03:after {
  content: "\4246";
}
.hgi-bulk.hgi-computer-desk-03:before {
  content: "\4247";
}
.hgi-bulk.hgi-computer-dollar:after {
  content: "\4248";
}
.hgi-bulk.hgi-computer-dollar:before {
  content: "\4249";
}
.hgi-bulk.hgi-computer-phone-sync:after {
  content: "\424a";
}
.hgi-bulk.hgi-computer-phone-sync:before {
  content: "\424b";
}
.hgi-bulk.hgi-computer-programming-01:after {
  content: "\424c";
}
.hgi-bulk.hgi-computer-programming-01:before {
  content: "\424d";
}
.hgi-bulk.hgi-computer-programming-02:after {
  content: "\424e";
}
.hgi-bulk.hgi-computer-programming-02:before {
  content: "\424f";
}
.hgi-bulk.hgi-computer-protection:after {
  content: "\4250";
}
.hgi-bulk.hgi-computer-protection:before {
  content: "\4251";
}
.hgi-bulk.hgi-computer-remove:after {
  content: "\4252";
}
.hgi-bulk.hgi-computer-remove:before {
  content: "\4253";
}
.hgi-bulk.hgi-computer:after {
  content: "\4254";
}
.hgi-bulk.hgi-computer-settings:after {
  content: "\4255";
}
.hgi-bulk.hgi-computer-settings:before {
  content: "\4256";
}
.hgi-bulk.hgi-computer-video-call:after {
  content: "\4257";
}
.hgi-bulk.hgi-computer-video-call:before {
  content: "\4258";
}
.hgi-bulk.hgi-computer-video:after {
  content: "\4259";
}
.hgi-bulk.hgi-computer-video:before {
  content: "\425a";
}
.hgi-bulk.hgi-computer:before {
  content: "\425b";
}
.hgi-bulk.hgi-cone-01:after {
  content: "\425c";
}
.hgi-bulk.hgi-cone-01:before {
  content: "\425d";
}
.hgi-bulk.hgi-cone-02:after {
  content: "\425e";
}
.hgi-bulk.hgi-cone-02:before {
  content: "\425f";
}
.hgi-bulk.hgi-conference:after {
  content: "\4260";
}
.hgi-bulk.hgi-conference:before {
  content: "\4261";
}
.hgi-bulk.hgi-configuration-01:after {
  content: "\4262";
}
.hgi-bulk.hgi-configuration-01:before {
  content: "\4263";
}
.hgi-bulk.hgi-configuration-02:after {
  content: "\4264";
}
.hgi-bulk.hgi-configuration-02:before {
  content: "\4265";
}
.hgi-bulk.hgi-confused:after {
  content: "\4266";
}
.hgi-bulk.hgi-confused:before {
  content: "\4267";
}
.hgi-bulk.hgi-congruent-to-circle:after {
  content: "\4268";
}
.hgi-bulk.hgi-congruent-to-circle:before {
  content: "\4269";
}
.hgi-bulk.hgi-congruent-to:after {
  content: "\426a";
}
.hgi-bulk.hgi-congruent-to-square:after {
  content: "\426b";
}
.hgi-bulk.hgi-congruent-to-square:before {
  content: "\426c";
}
.hgi-bulk.hgi-congruent-to:before {
  content: "\426d";
}
.hgi-bulk.hgi-connect:after {
  content: "\426e";
}
.hgi-bulk.hgi-connect:before {
  content: "\426f";
}
.hgi-bulk.hgi-console:after {
  content: "\4270";
}
.hgi-bulk.hgi-console:before {
  content: "\4271";
}
.hgi-bulk.hgi-constellation:after {
  content: "\4272";
}
.hgi-bulk.hgi-constellation:before {
  content: "\4273";
}
.hgi-bulk.hgi-contact-01:after {
  content: "\4274";
}
.hgi-bulk.hgi-contact-01:before {
  content: "\4275";
}
.hgi-bulk.hgi-contact-02:after {
  content: "\4276";
}
.hgi-bulk.hgi-contact-02:before {
  content: "\4277";
}
.hgi-bulk.hgi-contact-book:after {
  content: "\4278";
}
.hgi-bulk.hgi-contact-book:before {
  content: "\4279";
}
.hgi-bulk.hgi-contact:after {
  content: "\427a";
}
.hgi-bulk.hgi-contact:before {
  content: "\427b";
}
.hgi-bulk.hgi-container-truck-01:after {
  content: "\427c";
}
.hgi-bulk.hgi-container-truck-01:before {
  content: "\427d";
}
.hgi-bulk.hgi-container-truck-02:after {
  content: "\427e";
}
.hgi-bulk.hgi-container-truck-02:before {
  content: "\427f";
}
.hgi-bulk.hgi-container-truck:after {
  content: "\4280";
}
.hgi-bulk.hgi-container-truck:before {
  content: "\4281";
}
.hgi-bulk.hgi-content-writing:after {
  content: "\4282";
}
.hgi-bulk.hgi-content-writing:before {
  content: "\4283";
}
.hgi-bulk.hgi-contracts:after {
  content: "\4284";
}
.hgi-bulk.hgi-contracts:before {
  content: "\4285";
}
.hgi-bulk.hgi-conversation:after {
  content: "\4286";
}
.hgi-bulk.hgi-conversation:before {
  content: "\4287";
}
.hgi-bulk.hgi-cook-book:after {
  content: "\4288";
}
.hgi-bulk.hgi-cook-book:before {
  content: "\4289";
}
.hgi-bulk.hgi-cookie:after {
  content: "\428a";
}
.hgi-bulk.hgi-cookie:before {
  content: "\428b";
}
.hgi-bulk.hgi-coordinate-01:after {
  content: "\428c";
}
.hgi-bulk.hgi-coordinate-01:before {
  content: "\428d";
}
.hgi-bulk.hgi-coordinate-02:after {
  content: "\428e";
}
.hgi-bulk.hgi-coordinate-02:before {
  content: "\428f";
}
.hgi-bulk.hgi-copilot:after {
  content: "\4290";
}
.hgi-bulk.hgi-copilot:before {
  content: "\4291";
}
.hgi-bulk.hgi-copy-01:after {
  content: "\4292";
}
.hgi-bulk.hgi-copy-01:before {
  content: "\4293";
}
.hgi-bulk.hgi-copy-02:after {
  content: "\4294";
}
.hgi-bulk.hgi-copy-02:before {
  content: "\4295";
}
.hgi-bulk.hgi-copy-link:after {
  content: "\4296";
}
.hgi-bulk.hgi-copy-link:before {
  content: "\4297";
}
.hgi-bulk.hgi-copyright:after {
  content: "\4298";
}
.hgi-bulk.hgi-copyright:before {
  content: "\4299";
}
.hgi-bulk.hgi-corn:after {
  content: "\429a";
}
.hgi-bulk.hgi-corn:before {
  content: "\429b";
}
.hgi-bulk.hgi-corporate:after {
  content: "\429c";
}
.hgi-bulk.hgi-corporate:before {
  content: "\429d";
}
.hgi-bulk.hgi-cos:after {
  content: "\429e";
}
.hgi-bulk.hgi-cos:before {
  content: "\429f";
}
.hgi-bulk.hgi-cosine-01:after {
  content: "\42a0";
}
.hgi-bulk.hgi-cosine-01:before {
  content: "\42a1";
}
.hgi-bulk.hgi-cosine-02:after {
  content: "\42a2";
}
.hgi-bulk.hgi-cosine-02:before {
  content: "\42a3";
}
.hgi-bulk.hgi-cottage:after {
  content: "\42a4";
}
.hgi-bulk.hgi-cottage:before {
  content: "\42a5";
}
.hgi-bulk.hgi-cotton-candy:after {
  content: "\42a6";
}
.hgi-bulk.hgi-cotton-candy:before {
  content: "\42a7";
}
.hgi-bulk.hgi-coupon-01:after {
  content: "\42a8";
}
.hgi-bulk.hgi-coupon-01:before {
  content: "\42a9";
}
.hgi-bulk.hgi-coupon-02:after {
  content: "\42aa";
}
.hgi-bulk.hgi-coupon-02:before {
  content: "\42ab";
}
.hgi-bulk.hgi-coupon-03:after {
  content: "\42ac";
}
.hgi-bulk.hgi-coupon-03:before {
  content: "\42ad";
}
.hgi-bulk.hgi-coupon-percent:after {
  content: "\42ae";
}
.hgi-bulk.hgi-coupon-percent:before {
  content: "\42af";
}
.hgi-bulk.hgi-course:after {
  content: "\42b0";
}
.hgi-bulk.hgi-course:before {
  content: "\42b1";
}
.hgi-bulk.hgi-court-house:after {
  content: "\42b2";
}
.hgi-bulk.hgi-court-house:before {
  content: "\42b3";
}
.hgi-bulk.hgi-court-law:after {
  content: "\42b4";
}
.hgi-bulk.hgi-court-law:before {
  content: "\42b5";
}
.hgi-bulk.hgi-covariate:after {
  content: "\42b6";
}
.hgi-bulk.hgi-covariate:before {
  content: "\42b7";
}
.hgi-bulk.hgi-covid-info:after {
  content: "\42b8";
}
.hgi-bulk.hgi-covid-info:before {
  content: "\42b9";
}
.hgi-bulk.hgi-cowboy-hat:after {
  content: "\42ba";
}
.hgi-bulk.hgi-cowboy-hat:before {
  content: "\42bb";
}
.hgi-bulk.hgi-cpp:after {
  content: "\42bc";
}
.hgi-bulk.hgi-cpp:before {
  content: "\42bd";
}
.hgi-bulk.hgi-cpu-charge:after {
  content: "\42be";
}
.hgi-bulk.hgi-cpu-charge:before {
  content: "\42bf";
}
.hgi-bulk.hgi-cpu:after {
  content: "\42c0";
}
.hgi-bulk.hgi-cpu-settings:after {
  content: "\42c1";
}
.hgi-bulk.hgi-cpu-settings:before {
  content: "\42c2";
}
.hgi-bulk.hgi-cpu:before {
  content: "\42c3";
}
.hgi-bulk.hgi-crab:after {
  content: "\42c4";
}
.hgi-bulk.hgi-crab:before {
  content: "\42c5";
}
.hgi-bulk.hgi-crane:after {
  content: "\42c6";
}
.hgi-bulk.hgi-crane:before {
  content: "\42c7";
}
.hgi-bulk.hgi-crazy:after {
  content: "\42c8";
}
.hgi-bulk.hgi-crazy:before {
  content: "\42c9";
}
.hgi-bulk.hgi-creative-market:after {
  content: "\42ca";
}
.hgi-bulk.hgi-creative-market:before {
  content: "\42cb";
}
.hgi-bulk.hgi-credit-card-accept:after {
  content: "\42cc";
}
.hgi-bulk.hgi-credit-card-accept:before {
  content: "\42cd";
}
.hgi-bulk.hgi-credit-card-add:after {
  content: "\42ce";
}
.hgi-bulk.hgi-credit-card-add:before {
  content: "\42cf";
}
.hgi-bulk.hgi-credit-card-change:after {
  content: "\42d0";
}
.hgi-bulk.hgi-credit-card-change:before {
  content: "\42d1";
}
.hgi-bulk.hgi-credit-card-defrost:after {
  content: "\42d2";
}
.hgi-bulk.hgi-credit-card-defrost:before {
  content: "\42d3";
}
.hgi-bulk.hgi-credit-card-freeze:after {
  content: "\42d4";
}
.hgi-bulk.hgi-credit-card-freeze:before {
  content: "\42d5";
}
.hgi-bulk.hgi-credit-card-not-accept:after {
  content: "\42d6";
}
.hgi-bulk.hgi-credit-card-not-accept:before {
  content: "\42d7";
}
.hgi-bulk.hgi-credit-card-not-found:after {
  content: "\42d8";
}
.hgi-bulk.hgi-credit-card-not-found:before {
  content: "\42d9";
}
.hgi-bulk.hgi-credit-card-pos:after {
  content: "\42da";
}
.hgi-bulk.hgi-credit-card-pos:before {
  content: "\42db";
}
.hgi-bulk.hgi-credit-card:after {
  content: "\42dc";
}
.hgi-bulk.hgi-credit-card-validation:after {
  content: "\42dd";
}
.hgi-bulk.hgi-credit-card-validation:before {
  content: "\42de";
}
.hgi-bulk.hgi-credit-card:before {
  content: "\42df";
}
.hgi-bulk.hgi-cricket-bat:after {
  content: "\42e0";
}
.hgi-bulk.hgi-cricket-bat:before {
  content: "\42e1";
}
.hgi-bulk.hgi-cricket-helmet:after {
  content: "\42e2";
}
.hgi-bulk.hgi-cricket-helmet:before {
  content: "\42e3";
}
.hgi-bulk.hgi-croissant:after {
  content: "\42e4";
}
.hgi-bulk.hgi-croissant:before {
  content: "\42e5";
}
.hgi-bulk.hgi-crop:after {
  content: "\42e6";
}
.hgi-bulk.hgi-crop:before {
  content: "\42e7";
}
.hgi-bulk.hgi-crowdfunding:after {
  content: "\42e8";
}
.hgi-bulk.hgi-crowdfunding:before {
  content: "\42e9";
}
.hgi-bulk.hgi-crown:after {
  content: "\42ea";
}
.hgi-bulk.hgi-crown:before {
  content: "\42eb";
}
.hgi-bulk.hgi-crying:after {
  content: "\42ec";
}
.hgi-bulk.hgi-crying:before {
  content: "\42ed";
}
.hgi-bulk.hgi-csv-01:after {
  content: "\42ee";
}
.hgi-bulk.hgi-csv-01:before {
  content: "\42ef";
}
.hgi-bulk.hgi-csv-02:after {
  content: "\42f0";
}
.hgi-bulk.hgi-csv-02:before {
  content: "\42f1";
}
.hgi-bulk.hgi-cube:after {
  content: "\42f2";
}
.hgi-bulk.hgi-cube:before {
  content: "\42f3";
}
.hgi-bulk.hgi-cupcake-01:after {
  content: "\42f4";
}
.hgi-bulk.hgi-cupcake-01:before {
  content: "\42f5";
}
.hgi-bulk.hgi-cupcake-02:after {
  content: "\42f6";
}
.hgi-bulk.hgi-cupcake-02:before {
  content: "\42f7";
}
.hgi-bulk.hgi-cupcake-03:after {
  content: "\42f8";
}
.hgi-bulk.hgi-cupcake-03:before {
  content: "\42f9";
}
.hgi-bulk.hgi-curling:after {
  content: "\42fa";
}
.hgi-bulk.hgi-curling:before {
  content: "\42fb";
}
.hgi-bulk.hgi-cursor-01:after {
  content: "\42fc";
}
.hgi-bulk.hgi-cursor-01:before {
  content: "\42fd";
}
.hgi-bulk.hgi-cursor-02:after {
  content: "\42fe";
}
.hgi-bulk.hgi-cursor-02:before {
  content: "\42ff";
}
.hgi-bulk.hgi-cursor-add-selection-01:after {
  content: "\4300";
}
.hgi-bulk.hgi-cursor-add-selection-01:before {
  content: "\4301";
}
.hgi-bulk.hgi-cursor-add-selection-02:after {
  content: "\4302";
}
.hgi-bulk.hgi-cursor-add-selection-02:before {
  content: "\4303";
}
.hgi-bulk.hgi-cursor-circle-selection-01:after {
  content: "\4304";
}
.hgi-bulk.hgi-cursor-circle-selection-01:before {
  content: "\4305";
}
.hgi-bulk.hgi-cursor-circle-selection-02:after {
  content: "\4306";
}
.hgi-bulk.hgi-cursor-circle-selection-02:before {
  content: "\4307";
}
.hgi-bulk.hgi-cursor-disabled-01:after {
  content: "\4308";
}
.hgi-bulk.hgi-cursor-disabled-01:before {
  content: "\4309";
}
.hgi-bulk.hgi-cursor-disabled-02:after {
  content: "\430a";
}
.hgi-bulk.hgi-cursor-disabled-02:before {
  content: "\430b";
}
.hgi-bulk.hgi-cursor-edit-01:after {
  content: "\430c";
}
.hgi-bulk.hgi-cursor-edit-01:before {
  content: "\430d";
}
.hgi-bulk.hgi-cursor-edit-02:after {
  content: "\430e";
}
.hgi-bulk.hgi-cursor-edit-02:before {
  content: "\430f";
}
.hgi-bulk.hgi-cursor-hold-01:after {
  content: "\4310";
}
.hgi-bulk.hgi-cursor-hold-01:before {
  content: "\4311";
}
.hgi-bulk.hgi-cursor-hold-02:after {
  content: "\4312";
}
.hgi-bulk.hgi-cursor-hold-02:before {
  content: "\4313";
}
.hgi-bulk.hgi-cursor-in-window:after {
  content: "\4314";
}
.hgi-bulk.hgi-cursor-in-window:before {
  content: "\4315";
}
.hgi-bulk.hgi-cursor-info-01:after {
  content: "\4316";
}
.hgi-bulk.hgi-cursor-info-01:before {
  content: "\4317";
}
.hgi-bulk.hgi-cursor-info-02:after {
  content: "\4318";
}
.hgi-bulk.hgi-cursor-info-02:before {
  content: "\4319";
}
.hgi-bulk.hgi-cursor-loading-01:after {
  content: "\431a";
}
.hgi-bulk.hgi-cursor-loading-01:before {
  content: "\431b";
}
.hgi-bulk.hgi-cursor-loading-02:after {
  content: "\431c";
}
.hgi-bulk.hgi-cursor-loading-02:before {
  content: "\431d";
}
.hgi-bulk.hgi-cursor-magic-selection-01:after {
  content: "\431e";
}
.hgi-bulk.hgi-cursor-magic-selection-01:before {
  content: "\431f";
}
.hgi-bulk.hgi-cursor-magic-selection-02:after {
  content: "\4320";
}
.hgi-bulk.hgi-cursor-magic-selection-02:before {
  content: "\4321";
}
.hgi-bulk.hgi-cursor-move-01:after {
  content: "\4322";
}
.hgi-bulk.hgi-cursor-move-01:before {
  content: "\4323";
}
.hgi-bulk.hgi-cursor-move-02:after {
  content: "\4324";
}
.hgi-bulk.hgi-cursor-move-02:before {
  content: "\4325";
}
.hgi-bulk.hgi-cursor-pointer-01:after {
  content: "\4326";
}
.hgi-bulk.hgi-cursor-pointer-01:before {
  content: "\4327";
}
.hgi-bulk.hgi-cursor-pointer-02:after {
  content: "\4328";
}
.hgi-bulk.hgi-cursor-pointer-02:before {
  content: "\4329";
}
.hgi-bulk.hgi-cursor-progress-01:after {
  content: "\432a";
}
.hgi-bulk.hgi-cursor-progress-01:before {
  content: "\432b";
}
.hgi-bulk.hgi-cursor-progress-02:after {
  content: "\432c";
}
.hgi-bulk.hgi-cursor-progress-02:before {
  content: "\432d";
}
.hgi-bulk.hgi-cursor-progress-03:after {
  content: "\432e";
}
.hgi-bulk.hgi-cursor-progress-03:before {
  content: "\432f";
}
.hgi-bulk.hgi-cursor-progress-04:after {
  content: "\4330";
}
.hgi-bulk.hgi-cursor-progress-04:before {
  content: "\4331";
}
.hgi-bulk.hgi-cursor-rectangle-selection-01:after {
  content: "\4332";
}
.hgi-bulk.hgi-cursor-rectangle-selection-01:before {
  content: "\4333";
}
.hgi-bulk.hgi-cursor-rectangle-selection-02:after {
  content: "\4334";
}
.hgi-bulk.hgi-cursor-rectangle-selection-02:before {
  content: "\4335";
}
.hgi-bulk.hgi-cursor-remove-selection-01:after {
  content: "\4336";
}
.hgi-bulk.hgi-cursor-remove-selection-01:before {
  content: "\4337";
}
.hgi-bulk.hgi-cursor-remove-selection-02:after {
  content: "\4338";
}
.hgi-bulk.hgi-cursor-remove-selection-02:before {
  content: "\4339";
}
.hgi-bulk.hgi-cursor-text:after {
  content: "\433a";
}
.hgi-bulk.hgi-cursor-text:before {
  content: "\433b";
}
.hgi-bulk.hgi-curtains:after {
  content: "\433c";
}
.hgi-bulk.hgi-curtains:before {
  content: "\433d";
}
.hgi-bulk.hgi-curvy-left-direction:after {
  content: "\433e";
}
.hgi-bulk.hgi-curvy-left-direction:before {
  content: "\433f";
}
.hgi-bulk.hgi-curvy-left-right-direction:after {
  content: "\4340";
}
.hgi-bulk.hgi-curvy-left-right-direction:before {
  content: "\4341";
}
.hgi-bulk.hgi-curvy-right-direction:after {
  content: "\4342";
}
.hgi-bulk.hgi-curvy-right-direction:before {
  content: "\4343";
}
.hgi-bulk.hgi-curvy-up-down-direction:after {
  content: "\4344";
}
.hgi-bulk.hgi-curvy-up-down-direction:before {
  content: "\4345";
}
.hgi-bulk.hgi-custom-field:after {
  content: "\4346";
}
.hgi-bulk.hgi-custom-field:before {
  content: "\4347";
}
.hgi-bulk.hgi-customer-service-01:after {
  content: "\4348";
}
.hgi-bulk.hgi-customer-service-01:before {
  content: "\4349";
}
.hgi-bulk.hgi-customer-service-02:after {
  content: "\434a";
}
.hgi-bulk.hgi-customer-service-02:before {
  content: "\434b";
}
.hgi-bulk.hgi-customer-service:after {
  content: "\434c";
}
.hgi-bulk.hgi-customer-service:before {
  content: "\434d";
}
.hgi-bulk.hgi-customer-support:after {
  content: "\434e";
}
.hgi-bulk.hgi-customer-support:before {
  content: "\434f";
}
.hgi-bulk.hgi-customize:after {
  content: "\4350";
}
.hgi-bulk.hgi-customize:before {
  content: "\4351";
}
.hgi-bulk.hgi-cylinder-01:after {
  content: "\4352";
}
.hgi-bulk.hgi-cylinder-01:before {
  content: "\4353";
}
.hgi-bulk.hgi-cylinder-02:after {
  content: "\4354";
}
.hgi-bulk.hgi-cylinder-02:before {
  content: "\4355";
}
.hgi-bulk.hgi-cylinder-03:after {
  content: "\4356";
}
.hgi-bulk.hgi-cylinder-03:before {
  content: "\4357";
}
.hgi-bulk.hgi-cylinder-04:after {
  content: "\4358";
}
.hgi-bulk.hgi-cylinder-04:before {
  content: "\4359";
}
.hgi-bulk.hgi-danger:after {
  content: "\435a";
}
.hgi-bulk.hgi-danger:before {
  content: "\435b";
}
.hgi-bulk.hgi-dark-mode:after {
  content: "\435c";
}
.hgi-bulk.hgi-dark-mode:before {
  content: "\435d";
}
.hgi-bulk.hgi-dart:after {
  content: "\435e";
}
.hgi-bulk.hgi-dart:before {
  content: "\435f";
}
.hgi-bulk.hgi-dashboard-browsing:after {
  content: "\4360";
}
.hgi-bulk.hgi-dashboard-browsing:before {
  content: "\4361";
}
.hgi-bulk.hgi-dashboard-circle-add:after {
  content: "\4362";
}
.hgi-bulk.hgi-dashboard-circle-add:before {
  content: "\4363";
}
.hgi-bulk.hgi-dashboard-circle-edit:after {
  content: "\4364";
}
.hgi-bulk.hgi-dashboard-circle-edit:before {
  content: "\4365";
}
.hgi-bulk.hgi-dashboard-circle-remove:after {
  content: "\4366";
}
.hgi-bulk.hgi-dashboard-circle-remove:before {
  content: "\4367";
}
.hgi-bulk.hgi-dashboard-circle:after {
  content: "\4368";
}
.hgi-bulk.hgi-dashboard-circle-settings:after {
  content: "\4369";
}
.hgi-bulk.hgi-dashboard-circle-settings:before {
  content: "\436a";
}
.hgi-bulk.hgi-dashboard-circle:before {
  content: "\436b";
}
.hgi-bulk.hgi-dashboard-speed-01:after {
  content: "\436c";
}
.hgi-bulk.hgi-dashboard-speed-01:before {
  content: "\436d";
}
.hgi-bulk.hgi-dashboard-speed-02:after {
  content: "\436e";
}
.hgi-bulk.hgi-dashboard-speed-02:before {
  content: "\436f";
}
.hgi-bulk.hgi-dashboard-square-01:after {
  content: "\4370";
}
.hgi-bulk.hgi-dashboard-square-01:before {
  content: "\4371";
}
.hgi-bulk.hgi-dashboard-square-02:after {
  content: "\4372";
}
.hgi-bulk.hgi-dashboard-square-02:before {
  content: "\4373";
}
.hgi-bulk.hgi-dashboard-square-03:after {
  content: "\4374";
}
.hgi-bulk.hgi-dashboard-square-03:before {
  content: "\4375";
}
.hgi-bulk.hgi-dashboard-square-add:after {
  content: "\4376";
}
.hgi-bulk.hgi-dashboard-square-add:before {
  content: "\4377";
}
.hgi-bulk.hgi-dashboard-square-edit:after {
  content: "\4378";
}
.hgi-bulk.hgi-dashboard-square-edit:before {
  content: "\4379";
}
.hgi-bulk.hgi-dashboard-square-remove:after {
  content: "\437a";
}
.hgi-bulk.hgi-dashboard-square-remove:before {
  content: "\437b";
}
.hgi-bulk.hgi-dashboard-square-setting:after {
  content: "\437c";
}
.hgi-bulk.hgi-dashboard-square-setting:before {
  content: "\437d";
}
.hgi-bulk.hgi-dashed-line-01:after {
  content: "\437e";
}
.hgi-bulk.hgi-dashed-line-01:before {
  content: "\437f";
}
.hgi-bulk.hgi-dashed-line-02:after {
  content: "\4380";
}
.hgi-bulk.hgi-dashed-line-02:before {
  content: "\4381";
}
.hgi-bulk.hgi-dashed-line-circle:after {
  content: "\4382";
}
.hgi-bulk.hgi-dashed-line-circle:before {
  content: "\4383";
}
.hgi-bulk.hgi-data-recovery:after {
  content: "\4384";
}
.hgi-bulk.hgi-data-recovery:before {
  content: "\4385";
}
.hgi-bulk.hgi-database-01:after {
  content: "\4386";
}
.hgi-bulk.hgi-database-01:before {
  content: "\4387";
}
.hgi-bulk.hgi-database-02:after {
  content: "\4388";
}
.hgi-bulk.hgi-database-02:before {
  content: "\4389";
}
.hgi-bulk.hgi-database-add:after {
  content: "\438a";
}
.hgi-bulk.hgi-database-add:before {
  content: "\438b";
}
.hgi-bulk.hgi-database-export:after {
  content: "\438c";
}
.hgi-bulk.hgi-database-export:before {
  content: "\438d";
}
.hgi-bulk.hgi-database-import:after {
  content: "\438e";
}
.hgi-bulk.hgi-database-import:before {
  content: "\438f";
}
.hgi-bulk.hgi-database-locked:after {
  content: "\4390";
}
.hgi-bulk.hgi-database-locked:before {
  content: "\4391";
}
.hgi-bulk.hgi-database-restore:after {
  content: "\4392";
}
.hgi-bulk.hgi-database-restore:before {
  content: "\4393";
}
.hgi-bulk.hgi-database:after {
  content: "\4394";
}
.hgi-bulk.hgi-database-setting:after {
  content: "\4395";
}
.hgi-bulk.hgi-database-setting:before {
  content: "\4396";
}
.hgi-bulk.hgi-database-sync-01:after {
  content: "\4397";
}
.hgi-bulk.hgi-database-sync-01:before {
  content: "\4398";
}
.hgi-bulk.hgi-database-sync:after {
  content: "\4399";
}
.hgi-bulk.hgi-database-sync:before {
  content: "\439a";
}
.hgi-bulk.hgi-database:before {
  content: "\439b";
}
.hgi-bulk.hgi-date-time:after {
  content: "\439c";
}
.hgi-bulk.hgi-date-time:before {
  content: "\439d";
}
.hgi-bulk.hgi-dates:after {
  content: "\439e";
}
.hgi-bulk.hgi-dates:before {
  content: "\439f";
}
.hgi-bulk.hgi-datev:after {
  content: "\43a0";
}
.hgi-bulk.hgi-datev:before {
  content: "\43a1";
}
.hgi-bulk.hgi-dead:after {
  content: "\43a2";
}
.hgi-bulk.hgi-dead:before {
  content: "\43a3";
}
.hgi-bulk.hgi-delete-01:after {
  content: "\43a4";
}
.hgi-bulk.hgi-delete-01:before {
  content: "\43a5";
}
.hgi-bulk.hgi-delete-02:after {
  content: "\43a6";
}
.hgi-bulk.hgi-delete-02:before {
  content: "\43a7";
}
.hgi-bulk.hgi-delete-03:after {
  content: "\43a8";
}
.hgi-bulk.hgi-delete-03:before {
  content: "\43a9";
}
.hgi-bulk.hgi-delete-04:after {
  content: "\43aa";
}
.hgi-bulk.hgi-delete-04:before {
  content: "\43ab";
}
.hgi-bulk.hgi-delete-column:after {
  content: "\43ac";
}
.hgi-bulk.hgi-delete-column:before {
  content: "\43ad";
}
.hgi-bulk.hgi-delete-put-back:after {
  content: "\43ae";
}
.hgi-bulk.hgi-delete-put-back:before {
  content: "\43af";
}
.hgi-bulk.hgi-delete-row:after {
  content: "\43b0";
}
.hgi-bulk.hgi-delete-row:before {
  content: "\43b1";
}
.hgi-bulk.hgi-delete-throw:after {
  content: "\43b2";
}
.hgi-bulk.hgi-delete-throw:before {
  content: "\43b3";
}
.hgi-bulk.hgi-delivered-sent:after {
  content: "\43b4";
}
.hgi-bulk.hgi-delivered-sent:before {
  content: "\43b5";
}
.hgi-bulk.hgi-delivery-box-01:after {
  content: "\43b6";
}
.hgi-bulk.hgi-delivery-box-01:before {
  content: "\43b7";
}
.hgi-bulk.hgi-delivery-box-02:after {
  content: "\43b8";
}
.hgi-bulk.hgi-delivery-box-02:before {
  content: "\43b9";
}
.hgi-bulk.hgi-delivery-delay-01:after {
  content: "\43ba";
}
.hgi-bulk.hgi-delivery-delay-01:before {
  content: "\43bb";
}
.hgi-bulk.hgi-delivery-delay-02:after {
  content: "\43bc";
}
.hgi-bulk.hgi-delivery-delay-02:before {
  content: "\43bd";
}
.hgi-bulk.hgi-delivery-return-01:after {
  content: "\43be";
}
.hgi-bulk.hgi-delivery-return-01:before {
  content: "\43bf";
}
.hgi-bulk.hgi-delivery-return-02:after {
  content: "\43c0";
}
.hgi-bulk.hgi-delivery-return-02:before {
  content: "\43c1";
}
.hgi-bulk.hgi-delivery-secure-01:after {
  content: "\43c2";
}
.hgi-bulk.hgi-delivery-secure-01:before {
  content: "\43c3";
}
.hgi-bulk.hgi-delivery-secure-02:after {
  content: "\43c4";
}
.hgi-bulk.hgi-delivery-secure-02:before {
  content: "\43c5";
}
.hgi-bulk.hgi-delivery-sent-01:after {
  content: "\43c6";
}
.hgi-bulk.hgi-delivery-sent-01:before {
  content: "\43c7";
}
.hgi-bulk.hgi-delivery-sent-02:after {
  content: "\43c8";
}
.hgi-bulk.hgi-delivery-sent-02:before {
  content: "\43c9";
}
.hgi-bulk.hgi-delivery-tracking-01:after {
  content: "\43ca";
}
.hgi-bulk.hgi-delivery-tracking-01:before {
  content: "\43cb";
}
.hgi-bulk.hgi-delivery-tracking-02:after {
  content: "\43cc";
}
.hgi-bulk.hgi-delivery-tracking-02:before {
  content: "\43cd";
}
.hgi-bulk.hgi-delivery-truck-01:after {
  content: "\43ce";
}
.hgi-bulk.hgi-delivery-truck-01:before {
  content: "\43cf";
}
.hgi-bulk.hgi-delivery-truck-02:after {
  content: "\43d0";
}
.hgi-bulk.hgi-delivery-truck-02:before {
  content: "\43d1";
}
.hgi-bulk.hgi-delivery-view-01:after {
  content: "\43d2";
}
.hgi-bulk.hgi-delivery-view-01:before {
  content: "\43d3";
}
.hgi-bulk.hgi-delivery-view-02:after {
  content: "\43d4";
}
.hgi-bulk.hgi-delivery-view-02:before {
  content: "\43d5";
}
.hgi-bulk.hgi-dental-braces:after {
  content: "\43d6";
}
.hgi-bulk.hgi-dental-braces:before {
  content: "\43d7";
}
.hgi-bulk.hgi-dental-broken-tooth:after {
  content: "\43d8";
}
.hgi-bulk.hgi-dental-broken-tooth:before {
  content: "\43d9";
}
.hgi-bulk.hgi-dental-care:after {
  content: "\43da";
}
.hgi-bulk.hgi-dental-care:before {
  content: "\43db";
}
.hgi-bulk.hgi-dental-tooth:after {
  content: "\43dc";
}
.hgi-bulk.hgi-dental-tooth:before {
  content: "\43dd";
}
.hgi-bulk.hgi-departement:after {
  content: "\43de";
}
.hgi-bulk.hgi-departement:before {
  content: "\43df";
}
.hgi-bulk.hgi-desert:after {
  content: "\43e0";
}
.hgi-bulk.hgi-desert:before {
  content: "\43e1";
}
.hgi-bulk.hgi-desk-01:after {
  content: "\43e2";
}
.hgi-bulk.hgi-desk-01:before {
  content: "\43e3";
}
.hgi-bulk.hgi-desk-02:after {
  content: "\43e4";
}
.hgi-bulk.hgi-desk-02:before {
  content: "\43e5";
}
.hgi-bulk.hgi-desk:after {
  content: "\43e6";
}
.hgi-bulk.hgi-desk:before {
  content: "\43e7";
}
.hgi-bulk.hgi-developer:after {
  content: "\43e8";
}
.hgi-bulk.hgi-developer:before {
  content: "\43e9";
}
.hgi-bulk.hgi-deviantart:after {
  content: "\43ea";
}
.hgi-bulk.hgi-deviantart:before {
  content: "\43eb";
}
.hgi-bulk.hgi-device-access:after {
  content: "\43ec";
}
.hgi-bulk.hgi-device-access:before {
  content: "\43ed";
}
.hgi-bulk.hgi-diagonal-scroll-point-01:after {
  content: "\43ee";
}
.hgi-bulk.hgi-diagonal-scroll-point-01:before {
  content: "\43ef";
}
.hgi-bulk.hgi-diagonal-scroll-point-02:after {
  content: "\43f0";
}
.hgi-bulk.hgi-diagonal-scroll-point-02:before {
  content: "\43f1";
}
.hgi-bulk.hgi-dialpad-circle-01:after {
  content: "\43f2";
}
.hgi-bulk.hgi-dialpad-circle-01:before {
  content: "\43f3";
}
.hgi-bulk.hgi-dialpad-circle-02:after {
  content: "\43f4";
}
.hgi-bulk.hgi-dialpad-circle-02:before {
  content: "\43f5";
}
.hgi-bulk.hgi-dialpad-square-01:after {
  content: "\43f6";
}
.hgi-bulk.hgi-dialpad-square-01:before {
  content: "\43f7";
}
.hgi-bulk.hgi-dialpad-square-02:after {
  content: "\43f8";
}
.hgi-bulk.hgi-dialpad-square-02:before {
  content: "\43f9";
}
.hgi-bulk.hgi-diameter:after {
  content: "\43fa";
}
.hgi-bulk.hgi-diameter:before {
  content: "\43fb";
}
.hgi-bulk.hgi-diamond-01:after {
  content: "\43fc";
}
.hgi-bulk.hgi-diamond-01:before {
  content: "\43fd";
}
.hgi-bulk.hgi-diamond-02:after {
  content: "\43fe";
}
.hgi-bulk.hgi-diamond-02:before {
  content: "\43ff";
}
.hgi-bulk.hgi-diamond:after {
  content: "\4400";
}
.hgi-bulk.hgi-diamond:before {
  content: "\4401";
}
.hgi-bulk.hgi-diaper:after {
  content: "\4402";
}
.hgi-bulk.hgi-diaper:before {
  content: "\4403";
}
.hgi-bulk.hgi-dice-faces-01:after {
  content: "\4404";
}
.hgi-bulk.hgi-dice-faces-01:before {
  content: "\4405";
}
.hgi-bulk.hgi-dice-faces-02:after {
  content: "\4406";
}
.hgi-bulk.hgi-dice-faces-02:before {
  content: "\4407";
}
.hgi-bulk.hgi-dice-faces-03:after {
  content: "\4408";
}
.hgi-bulk.hgi-dice-faces-03:before {
  content: "\4409";
}
.hgi-bulk.hgi-dice-faces-04:after {
  content: "\440a";
}
.hgi-bulk.hgi-dice-faces-04:before {
  content: "\440b";
}
.hgi-bulk.hgi-dice-faces-05:after {
  content: "\440c";
}
.hgi-bulk.hgi-dice-faces-05:before {
  content: "\440d";
}
.hgi-bulk.hgi-dice-faces-06:after {
  content: "\440e";
}
.hgi-bulk.hgi-dice-faces-06:before {
  content: "\440f";
}
.hgi-bulk.hgi-dice:after {
  content: "\4410";
}
.hgi-bulk.hgi-dice:before {
  content: "\4411";
}
.hgi-bulk.hgi-digestion:after {
  content: "\4412";
}
.hgi-bulk.hgi-digestion:before {
  content: "\4413";
}
.hgi-bulk.hgi-digg:after {
  content: "\4414";
}
.hgi-bulk.hgi-digg:before {
  content: "\4415";
}
.hgi-bulk.hgi-digital-clock:after {
  content: "\4416";
}
.hgi-bulk.hgi-digital-clock:before {
  content: "\4417";
}
.hgi-bulk.hgi-dim-sum-01:after {
  content: "\4418";
}
.hgi-bulk.hgi-dim-sum-01:before {
  content: "\4419";
}
.hgi-bulk.hgi-dim-sum-02:after {
  content: "\441a";
}
.hgi-bulk.hgi-dim-sum-02:before {
  content: "\441b";
}
.hgi-bulk.hgi-dining-table:after {
  content: "\441c";
}
.hgi-bulk.hgi-dining-table:before {
  content: "\441d";
}
.hgi-bulk.hgi-diploma:after {
  content: "\441e";
}
.hgi-bulk.hgi-diploma:before {
  content: "\441f";
}
.hgi-bulk.hgi-direction-left-01:after {
  content: "\4420";
}
.hgi-bulk.hgi-direction-left-01:before {
  content: "\4421";
}
.hgi-bulk.hgi-direction-left-02:after {
  content: "\4422";
}
.hgi-bulk.hgi-direction-left-02:before {
  content: "\4423";
}
.hgi-bulk.hgi-direction-right-01:after {
  content: "\4424";
}
.hgi-bulk.hgi-direction-right-01:before {
  content: "\4425";
}
.hgi-bulk.hgi-direction-right-02:after {
  content: "\4426";
}
.hgi-bulk.hgi-direction-right-02:before {
  content: "\4427";
}
.hgi-bulk.hgi-directions-01:after {
  content: "\4428";
}
.hgi-bulk.hgi-directions-01:before {
  content: "\4429";
}
.hgi-bulk.hgi-directions-02:after {
  content: "\442a";
}
.hgi-bulk.hgi-directions-02:before {
  content: "\442b";
}
.hgi-bulk.hgi-dirham:after {
  content: "\442c";
}
.hgi-bulk.hgi-dirham:before {
  content: "\442d";
}
.hgi-bulk.hgi-disability-01:after {
  content: "\442e";
}
.hgi-bulk.hgi-disability-01:before {
  content: "\442f";
}
.hgi-bulk.hgi-disability-02:after {
  content: "\4430";
}
.hgi-bulk.hgi-disability-02:before {
  content: "\4431";
}
.hgi-bulk.hgi-discord:after {
  content: "\4432";
}
.hgi-bulk.hgi-discord:before {
  content: "\4433";
}
.hgi-bulk.hgi-discount-01:after {
  content: "\4434";
}
.hgi-bulk.hgi-discount-01:before {
  content: "\4435";
}
.hgi-bulk.hgi-discount:after {
  content: "\4436";
}
.hgi-bulk.hgi-discount-tag-01:after {
  content: "\4437";
}
.hgi-bulk.hgi-discount-tag-01:before {
  content: "\4438";
}
.hgi-bulk.hgi-discount-tag-02:after {
  content: "\4439";
}
.hgi-bulk.hgi-discount-tag-02:before {
  content: "\443a";
}
.hgi-bulk.hgi-discount:before {
  content: "\443b";
}
.hgi-bulk.hgi-discover-circle:after {
  content: "\443c";
}
.hgi-bulk.hgi-discover-circle:before {
  content: "\443d";
}
.hgi-bulk.hgi-discover-square:after {
  content: "\443e";
}
.hgi-bulk.hgi-discover-square:before {
  content: "\443f";
}
.hgi-bulk.hgi-dish-01:after {
  content: "\4440";
}
.hgi-bulk.hgi-dish-01:before {
  content: "\4441";
}
.hgi-bulk.hgi-dish-02:after {
  content: "\4442";
}
.hgi-bulk.hgi-dish-02:before {
  content: "\4443";
}
.hgi-bulk.hgi-dish-washer:after {
  content: "\4444";
}
.hgi-bulk.hgi-dish-washer:before {
  content: "\4445";
}
.hgi-bulk.hgi-displeased:after {
  content: "\4446";
}
.hgi-bulk.hgi-displeased:before {
  content: "\4447";
}
.hgi-bulk.hgi-distribute-horizontal-center:after {
  content: "\4448";
}
.hgi-bulk.hgi-distribute-horizontal-center:before {
  content: "\4449";
}
.hgi-bulk.hgi-distribute-horizontal-left:after {
  content: "\444a";
}
.hgi-bulk.hgi-distribute-horizontal-left:before {
  content: "\444b";
}
.hgi-bulk.hgi-distribute-horizontal-right:after {
  content: "\444c";
}
.hgi-bulk.hgi-distribute-horizontal-right:before {
  content: "\444d";
}
.hgi-bulk.hgi-distribute-vertical-bottom:after {
  content: "\444e";
}
.hgi-bulk.hgi-distribute-vertical-bottom:before {
  content: "\444f";
}
.hgi-bulk.hgi-distribute-vertical-center:after {
  content: "\4450";
}
.hgi-bulk.hgi-distribute-vertical-center:before {
  content: "\4451";
}
.hgi-bulk.hgi-distribute-vertical-top:after {
  content: "\4452";
}
.hgi-bulk.hgi-distribute-vertical-top:before {
  content: "\4453";
}
.hgi-bulk.hgi-distribution:after {
  content: "\4454";
}
.hgi-bulk.hgi-distribution:before {
  content: "\4455";
}
.hgi-bulk.hgi-divide-sign-circle:after {
  content: "\4456";
}
.hgi-bulk.hgi-divide-sign-circle:before {
  content: "\4457";
}
.hgi-bulk.hgi-divide-sign:after {
  content: "\4458";
}
.hgi-bulk.hgi-divide-sign-square:after {
  content: "\4459";
}
.hgi-bulk.hgi-divide-sign-square:before {
  content: "\445a";
}
.hgi-bulk.hgi-divide-sign:before {
  content: "\445b";
}
.hgi-bulk.hgi-dna-01:after {
  content: "\445c";
}
.hgi-bulk.hgi-dna-01:before {
  content: "\445d";
}
.hgi-bulk.hgi-dna:after {
  content: "\445e";
}
.hgi-bulk.hgi-dna:before {
  content: "\445f";
}
.hgi-bulk.hgi-do-not-touch-01:after {
  content: "\4460";
}
.hgi-bulk.hgi-do-not-touch-01:before {
  content: "\4461";
}
.hgi-bulk.hgi-do-not-touch-02:after {
  content: "\4462";
}
.hgi-bulk.hgi-do-not-touch-02:before {
  content: "\4463";
}
.hgi-bulk.hgi-doc-01:after {
  content: "\4464";
}
.hgi-bulk.hgi-doc-01:before {
  content: "\4465";
}
.hgi-bulk.hgi-doc-02:after {
  content: "\4466";
}
.hgi-bulk.hgi-doc-02:before {
  content: "\4467";
}
.hgi-bulk.hgi-doctor-01:after {
  content: "\4468";
}
.hgi-bulk.hgi-doctor-01:before {
  content: "\4469";
}
.hgi-bulk.hgi-doctor-02:after {
  content: "\446a";
}
.hgi-bulk.hgi-doctor-02:before {
  content: "\446b";
}
.hgi-bulk.hgi-doctor-03:after {
  content: "\446c";
}
.hgi-bulk.hgi-doctor-03:before {
  content: "\446d";
}
.hgi-bulk.hgi-document-attachment:after {
  content: "\446e";
}
.hgi-bulk.hgi-document-attachment:before {
  content: "\446f";
}
.hgi-bulk.hgi-document-code:after {
  content: "\4470";
}
.hgi-bulk.hgi-document-code:before {
  content: "\4471";
}
.hgi-bulk.hgi-document-validation:after {
  content: "\4472";
}
.hgi-bulk.hgi-document-validation:before {
  content: "\4473";
}
.hgi-bulk.hgi-dollar-01:after {
  content: "\4474";
}
.hgi-bulk.hgi-dollar-01:before {
  content: "\4475";
}
.hgi-bulk.hgi-dollar-02:after {
  content: "\4476";
}
.hgi-bulk.hgi-dollar-02:before {
  content: "\4477";
}
.hgi-bulk.hgi-dollar-circle:after {
  content: "\4478";
}
.hgi-bulk.hgi-dollar-circle:before {
  content: "\4479";
}
.hgi-bulk.hgi-dollar-receive-01:after {
  content: "\447a";
}
.hgi-bulk.hgi-dollar-receive-01:before {
  content: "\447b";
}
.hgi-bulk.hgi-dollar-receive-02:after {
  content: "\447c";
}
.hgi-bulk.hgi-dollar-receive-02:before {
  content: "\447d";
}
.hgi-bulk.hgi-dollar-send-01:after {
  content: "\447e";
}
.hgi-bulk.hgi-dollar-send-01:before {
  content: "\447f";
}
.hgi-bulk.hgi-dollar-send-02:after {
  content: "\4480";
}
.hgi-bulk.hgi-dollar-send-02:before {
  content: "\4481";
}
.hgi-bulk.hgi-dollar-square:after {
  content: "\4482";
}
.hgi-bulk.hgi-dollar-square:before {
  content: "\4483";
}
.hgi-bulk.hgi-dome:after {
  content: "\4484";
}
.hgi-bulk.hgi-dome:before {
  content: "\4485";
}
.hgi-bulk.hgi-domino:after {
  content: "\4486";
}
.hgi-bulk.hgi-domino:before {
  content: "\4487";
}
.hgi-bulk.hgi-door-01:after {
  content: "\4488";
}
.hgi-bulk.hgi-door-01:before {
  content: "\4489";
}
.hgi-bulk.hgi-door-02:after {
  content: "\448a";
}
.hgi-bulk.hgi-door-02:before {
  content: "\448b";
}
.hgi-bulk.hgi-door-lock:after {
  content: "\448c";
}
.hgi-bulk.hgi-door-lock:before {
  content: "\448d";
}
.hgi-bulk.hgi-door:after {
  content: "\448e";
}
.hgi-bulk.hgi-door:before {
  content: "\448f";
}
.hgi-bulk.hgi-doughnut:after {
  content: "\4490";
}
.hgi-bulk.hgi-doughnut:before {
  content: "\4491";
}
.hgi-bulk.hgi-download-01:after {
  content: "\4492";
}
.hgi-bulk.hgi-download-01:before {
  content: "\4493";
}
.hgi-bulk.hgi-download-02:after {
  content: "\4494";
}
.hgi-bulk.hgi-download-02:before {
  content: "\4495";
}
.hgi-bulk.hgi-download-03:after {
  content: "\4496";
}
.hgi-bulk.hgi-download-03:before {
  content: "\4497";
}
.hgi-bulk.hgi-download-04:after {
  content: "\4498";
}
.hgi-bulk.hgi-download-04:before {
  content: "\4499";
}
.hgi-bulk.hgi-download-05:after {
  content: "\449a";
}
.hgi-bulk.hgi-download-05:before {
  content: "\449b";
}
.hgi-bulk.hgi-download-circle-01:after {
  content: "\449c";
}
.hgi-bulk.hgi-download-circle-01:before {
  content: "\449d";
}
.hgi-bulk.hgi-download-circle-02:after {
  content: "\449e";
}
.hgi-bulk.hgi-download-circle-02:before {
  content: "\449f";
}
.hgi-bulk.hgi-download-square-01:after {
  content: "\44a0";
}
.hgi-bulk.hgi-download-square-01:before {
  content: "\44a1";
}
.hgi-bulk.hgi-download-square-02:after {
  content: "\44a2";
}
.hgi-bulk.hgi-download-square-02:before {
  content: "\44a3";
}
.hgi-bulk.hgi-drag-01:after {
  content: "\44a4";
}
.hgi-bulk.hgi-drag-01:before {
  content: "\44a5";
}
.hgi-bulk.hgi-drag-02:after {
  content: "\44a6";
}
.hgi-bulk.hgi-drag-02:before {
  content: "\44a7";
}
.hgi-bulk.hgi-drag-03:after {
  content: "\44a8";
}
.hgi-bulk.hgi-drag-03:before {
  content: "\44a9";
}
.hgi-bulk.hgi-drag-04:after {
  content: "\44aa";
}
.hgi-bulk.hgi-drag-04:before {
  content: "\44ab";
}
.hgi-bulk.hgi-drag-drop-horizontal:after {
  content: "\44ac";
}
.hgi-bulk.hgi-drag-drop-horizontal:before {
  content: "\44ad";
}
.hgi-bulk.hgi-drag-drop:after {
  content: "\44ae";
}
.hgi-bulk.hgi-drag-drop-vertical:after {
  content: "\44af";
}
.hgi-bulk.hgi-drag-drop-vertical:before {
  content: "\44b0";
}
.hgi-bulk.hgi-drag-drop:before {
  content: "\44b1";
}
.hgi-bulk.hgi-drag-left-01:after {
  content: "\44b2";
}
.hgi-bulk.hgi-drag-left-01:before {
  content: "\44b3";
}
.hgi-bulk.hgi-drag-left-02:after {
  content: "\44b4";
}
.hgi-bulk.hgi-drag-left-02:before {
  content: "\44b5";
}
.hgi-bulk.hgi-drag-left-03:after {
  content: "\44b6";
}
.hgi-bulk.hgi-drag-left-03:before {
  content: "\44b7";
}
.hgi-bulk.hgi-drag-left-04:after {
  content: "\44b8";
}
.hgi-bulk.hgi-drag-left-04:before {
  content: "\44b9";
}
.hgi-bulk.hgi-drag-right-01:after {
  content: "\44ba";
}
.hgi-bulk.hgi-drag-right-01:before {
  content: "\44bb";
}
.hgi-bulk.hgi-drag-right-02:after {
  content: "\44bc";
}
.hgi-bulk.hgi-drag-right-02:before {
  content: "\44bd";
}
.hgi-bulk.hgi-drag-right-03:after {
  content: "\44be";
}
.hgi-bulk.hgi-drag-right-03:before {
  content: "\44bf";
}
.hgi-bulk.hgi-drag-right-04:after {
  content: "\44c0";
}
.hgi-bulk.hgi-drag-right-04:before {
  content: "\44c1";
}
.hgi-bulk.hgi-drawing-compass:after {
  content: "\44c2";
}
.hgi-bulk.hgi-drawing-compass:before {
  content: "\44c3";
}
.hgi-bulk.hgi-drawing-mode:after {
  content: "\44c4";
}
.hgi-bulk.hgi-drawing-mode:before {
  content: "\44c5";
}
.hgi-bulk.hgi-dress-01:after {
  content: "\44c6";
}
.hgi-bulk.hgi-dress-01:before {
  content: "\44c7";
}
.hgi-bulk.hgi-dress-02:after {
  content: "\44c8";
}
.hgi-bulk.hgi-dress-02:before {
  content: "\44c9";
}
.hgi-bulk.hgi-dress-03:after {
  content: "\44ca";
}
.hgi-bulk.hgi-dress-03:before {
  content: "\44cb";
}
.hgi-bulk.hgi-dress-04:after {
  content: "\44cc";
}
.hgi-bulk.hgi-dress-04:before {
  content: "\44cd";
}
.hgi-bulk.hgi-dress-05:after {
  content: "\44ce";
}
.hgi-bulk.hgi-dress-05:before {
  content: "\44cf";
}
.hgi-bulk.hgi-dress-06:after {
  content: "\44d0";
}
.hgi-bulk.hgi-dress-06:before {
  content: "\44d1";
}
.hgi-bulk.hgi-dress-07:after {
  content: "\44d2";
}
.hgi-bulk.hgi-dress-07:before {
  content: "\44d3";
}
.hgi-bulk.hgi-dressing-table-01:after {
  content: "\44d4";
}
.hgi-bulk.hgi-dressing-table-01:before {
  content: "\44d5";
}
.hgi-bulk.hgi-dressing-table-02:after {
  content: "\44d6";
}
.hgi-bulk.hgi-dressing-table-02:before {
  content: "\44d7";
}
.hgi-bulk.hgi-dressing-table-03:after {
  content: "\44d8";
}
.hgi-bulk.hgi-dressing-table-03:before {
  content: "\44d9";
}
.hgi-bulk.hgi-dribbble:after {
  content: "\44da";
}
.hgi-bulk.hgi-dribbble:before {
  content: "\44db";
}
.hgi-bulk.hgi-drink:after {
  content: "\44dc";
}
.hgi-bulk.hgi-drink:before {
  content: "\44dd";
}
.hgi-bulk.hgi-drone:after {
  content: "\44de";
}
.hgi-bulk.hgi-drone:before {
  content: "\44df";
}
.hgi-bulk.hgi-drooling:after {
  content: "\44e0";
}
.hgi-bulk.hgi-drooling:before {
  content: "\44e1";
}
.hgi-bulk.hgi-dropbox:after {
  content: "\44e2";
}
.hgi-bulk.hgi-dropbox:before {
  content: "\44e3";
}
.hgi-bulk.hgi-droplet:after {
  content: "\44e4";
}
.hgi-bulk.hgi-droplet:before {
  content: "\44e5";
}
.hgi-bulk.hgi-dropper:after {
  content: "\44e6";
}
.hgi-bulk.hgi-dropper:before {
  content: "\44e7";
}
.hgi-bulk.hgi-ds3-tool:after {
  content: "\44e8";
}
.hgi-bulk.hgi-ds3-tool:before {
  content: "\44e9";
}
.hgi-bulk.hgi-dua:after {
  content: "\44ea";
}
.hgi-bulk.hgi-dua:before {
  content: "\44eb";
}
.hgi-bulk.hgi-dumbbell-01:after {
  content: "\44ec";
}
.hgi-bulk.hgi-dumbbell-01:before {
  content: "\44ed";
}
.hgi-bulk.hgi-dumbbell-02:after {
  content: "\44ee";
}
.hgi-bulk.hgi-dumbbell-02:before {
  content: "\44ef";
}
.hgi-bulk.hgi-dumbbell-03:after {
  content: "\44f0";
}
.hgi-bulk.hgi-dumbbell-03:before {
  content: "\44f1";
}
.hgi-bulk.hgi-ear-rings-01:after {
  content: "\44f2";
}
.hgi-bulk.hgi-ear-rings-01:before {
  content: "\44f3";
}
.hgi-bulk.hgi-ear-rings-02:after {
  content: "\44f4";
}
.hgi-bulk.hgi-ear-rings-02:before {
  content: "\44f5";
}
.hgi-bulk.hgi-ear-rings-03:after {
  content: "\44f6";
}
.hgi-bulk.hgi-ear-rings-03:before {
  content: "\44f7";
}
.hgi-bulk.hgi-ear:after {
  content: "\44f8";
}
.hgi-bulk.hgi-ear:before {
  content: "\44f9";
}
.hgi-bulk.hgi-earth:after {
  content: "\44fa";
}
.hgi-bulk.hgi-earth:before {
  content: "\44fb";
}
.hgi-bulk.hgi-ease-curve-control-points:after {
  content: "\44fc";
}
.hgi-bulk.hgi-ease-curve-control-points:before {
  content: "\44fd";
}
.hgi-bulk.hgi-ease-in-control-point:after {
  content: "\44fe";
}
.hgi-bulk.hgi-ease-in-control-point:before {
  content: "\44ff";
}
.hgi-bulk.hgi-ease-in-out:after {
  content: "\4500";
}
.hgi-bulk.hgi-ease-in-out:before {
  content: "\4501";
}
.hgi-bulk.hgi-ease-in:after {
  content: "\4502";
}
.hgi-bulk.hgi-ease-in:before {
  content: "\4503";
}
.hgi-bulk.hgi-ease-out-control-point:after {
  content: "\4504";
}
.hgi-bulk.hgi-ease-out-control-point:before {
  content: "\4505";
}
.hgi-bulk.hgi-ease-out:after {
  content: "\4506";
}
.hgi-bulk.hgi-ease-out:before {
  content: "\4507";
}
.hgi-bulk.hgi-eco-energy:after {
  content: "\4508";
}
.hgi-bulk.hgi-eco-energy:before {
  content: "\4509";
}
.hgi-bulk.hgi-eco-lab-01:after {
  content: "\450a";
}
.hgi-bulk.hgi-eco-lab-01:before {
  content: "\450b";
}
.hgi-bulk.hgi-eco-lab-02:after {
  content: "\450c";
}
.hgi-bulk.hgi-eco-lab-02:before {
  content: "\450d";
}
.hgi-bulk.hgi-eco-lab:after {
  content: "\450e";
}
.hgi-bulk.hgi-eco-lab:before {
  content: "\450f";
}
.hgi-bulk.hgi-eco-power:after {
  content: "\4510";
}
.hgi-bulk.hgi-eco-power:before {
  content: "\4511";
}
.hgi-bulk.hgi-edge-style:after {
  content: "\4512";
}
.hgi-bulk.hgi-edge-style:before {
  content: "\4513";
}
.hgi-bulk.hgi-edit-01:after {
  content: "\4514";
}
.hgi-bulk.hgi-edit-01:before {
  content: "\4515";
}
.hgi-bulk.hgi-edit-02:after {
  content: "\4516";
}
.hgi-bulk.hgi-edit-02:before {
  content: "\4517";
}
.hgi-bulk.hgi-edit-off:after {
  content: "\4518";
}
.hgi-bulk.hgi-edit-off:before {
  content: "\4519";
}
.hgi-bulk.hgi-edit-road:after {
  content: "\451a";
}
.hgi-bulk.hgi-edit-road:before {
  content: "\451b";
}
.hgi-bulk.hgi-edit-table:after {
  content: "\451c";
}
.hgi-bulk.hgi-edit-table:before {
  content: "\451d";
}
.hgi-bulk.hgi-edit-user-02:after {
  content: "\451e";
}
.hgi-bulk.hgi-edit-user-02:before {
  content: "\451f";
}
.hgi-bulk.hgi-eggs:after {
  content: "\4520";
}
.hgi-bulk.hgi-eggs:before {
  content: "\4521";
}
.hgi-bulk.hgi-eid-mubarak:after {
  content: "\4522";
}
.hgi-bulk.hgi-eid-mubarak:before {
  content: "\4523";
}
.hgi-bulk.hgi-eiffel-tower:after {
  content: "\4524";
}
.hgi-bulk.hgi-eiffel-tower:before {
  content: "\4525";
}
.hgi-bulk.hgi-elearning-exchange:after {
  content: "\4526";
}
.hgi-bulk.hgi-elearning-exchange:before {
  content: "\4527";
}
.hgi-bulk.hgi-electric-home-01:after {
  content: "\4528";
}
.hgi-bulk.hgi-electric-home-01:before {
  content: "\4529";
}
.hgi-bulk.hgi-electric-home-02:after {
  content: "\452a";
}
.hgi-bulk.hgi-electric-home-02:before {
  content: "\452b";
}
.hgi-bulk.hgi-electric-plugs:after {
  content: "\452c";
}
.hgi-bulk.hgi-electric-plugs:before {
  content: "\452d";
}
.hgi-bulk.hgi-electric-tower-01:after {
  content: "\452e";
}
.hgi-bulk.hgi-electric-tower-01:before {
  content: "\452f";
}
.hgi-bulk.hgi-electric-tower-02:after {
  content: "\4530";
}
.hgi-bulk.hgi-electric-tower-02:before {
  content: "\4531";
}
.hgi-bulk.hgi-electric-wire:after {
  content: "\4532";
}
.hgi-bulk.hgi-electric-wire:before {
  content: "\4533";
}
.hgi-bulk.hgi-ellipse-selection:after {
  content: "\4534";
}
.hgi-bulk.hgi-ellipse-selection:before {
  content: "\4535";
}
.hgi-bulk.hgi-encrypt:after {
  content: "\4536";
}
.hgi-bulk.hgi-encrypt:before {
  content: "\4537";
}
.hgi-bulk.hgi-energy-ellipse:after {
  content: "\4538";
}
.hgi-bulk.hgi-energy-ellipse:before {
  content: "\4539";
}
.hgi-bulk.hgi-energy-rectangle:after {
  content: "\453a";
}
.hgi-bulk.hgi-energy-rectangle:before {
  content: "\453b";
}
.hgi-bulk.hgi-energy:after {
  content: "\453c";
}
.hgi-bulk.hgi-energy:before {
  content: "\453d";
}
.hgi-bulk.hgi-entering-geo-fence:after {
  content: "\453e";
}
.hgi-bulk.hgi-entering-geo-fence:before {
  content: "\453f";
}
.hgi-bulk.hgi-entrance-stairs:after {
  content: "\4540";
}
.hgi-bulk.hgi-entrance-stairs:before {
  content: "\4541";
}
.hgi-bulk.hgi-envato:after {
  content: "\4542";
}
.hgi-bulk.hgi-envato:before {
  content: "\4543";
}
.hgi-bulk.hgi-equal-sign-circle:after {
  content: "\4544";
}
.hgi-bulk.hgi-equal-sign-circle:before {
  content: "\4545";
}
.hgi-bulk.hgi-equal-sign:after {
  content: "\4546";
}
.hgi-bulk.hgi-equal-sign-square:after {
  content: "\4547";
}
.hgi-bulk.hgi-equal-sign-square:before {
  content: "\4548";
}
.hgi-bulk.hgi-equal-sign:before {
  content: "\4549";
}
.hgi-bulk.hgi-equipment-bench-press:after {
  content: "\454a";
}
.hgi-bulk.hgi-equipment-bench-press:before {
  content: "\454b";
}
.hgi-bulk.hgi-equipment-chest-press:after {
  content: "\454c";
}
.hgi-bulk.hgi-equipment-chest-press:before {
  content: "\454d";
}
.hgi-bulk.hgi-equipment-gym-01:after {
  content: "\454e";
}
.hgi-bulk.hgi-equipment-gym-01:before {
  content: "\454f";
}
.hgi-bulk.hgi-equipment-gym-02:after {
  content: "\4550";
}
.hgi-bulk.hgi-equipment-gym-02:before {
  content: "\4551";
}
.hgi-bulk.hgi-equipment-gym-03:after {
  content: "\4552";
}
.hgi-bulk.hgi-equipment-gym-03:before {
  content: "\4553";
}
.hgi-bulk.hgi-equipment-weightlifting:after {
  content: "\4554";
}
.hgi-bulk.hgi-equipment-weightlifting:before {
  content: "\4555";
}
.hgi-bulk.hgi-eraser-01:after {
  content: "\4556";
}
.hgi-bulk.hgi-eraser-01:before {
  content: "\4557";
}
.hgi-bulk.hgi-eraser-add:after {
  content: "\4558";
}
.hgi-bulk.hgi-eraser-add:before {
  content: "\4559";
}
.hgi-bulk.hgi-eraser-auto:after {
  content: "\455a";
}
.hgi-bulk.hgi-eraser-auto:before {
  content: "\455b";
}
.hgi-bulk.hgi-eraser:after {
  content: "\455c";
}
.hgi-bulk.hgi-eraser:before {
  content: "\455d";
}
.hgi-bulk.hgi-estimate-01:after {
  content: "\455e";
}
.hgi-bulk.hgi-estimate-01:before {
  content: "\455f";
}
.hgi-bulk.hgi-estimate-02:after {
  content: "\4560";
}
.hgi-bulk.hgi-estimate-02:before {
  content: "\4561";
}
.hgi-bulk.hgi-ethereum-ellipse:after {
  content: "\4562";
}
.hgi-bulk.hgi-ethereum-ellipse:before {
  content: "\4563";
}
.hgi-bulk.hgi-ethereum-rectangle:after {
  content: "\4564";
}
.hgi-bulk.hgi-ethereum-rectangle:before {
  content: "\4565";
}
.hgi-bulk.hgi-ethereum:after {
  content: "\4566";
}
.hgi-bulk.hgi-ethereum:before {
  content: "\4567";
}
.hgi-bulk.hgi-euro-circle:after {
  content: "\4568";
}
.hgi-bulk.hgi-euro-circle:before {
  content: "\4569";
}
.hgi-bulk.hgi-euro-receive:after {
  content: "\456a";
}
.hgi-bulk.hgi-euro-receive:before {
  content: "\456b";
}
.hgi-bulk.hgi-euro:after {
  content: "\456c";
}
.hgi-bulk.hgi-euro-send:after {
  content: "\456d";
}
.hgi-bulk.hgi-euro-send:before {
  content: "\456e";
}
.hgi-bulk.hgi-euro-square:after {
  content: "\456f";
}
.hgi-bulk.hgi-euro-square:before {
  content: "\4570";
}
.hgi-bulk.hgi-euro:before {
  content: "\4571";
}
.hgi-bulk.hgi-ev-charging:after {
  content: "\4572";
}
.hgi-bulk.hgi-ev-charging:before {
  content: "\4573";
}
.hgi-bulk.hgi-evil:after {
  content: "\4574";
}
.hgi-bulk.hgi-evil:before {
  content: "\4575";
}
.hgi-bulk.hgi-exchange-01:after {
  content: "\4576";
}
.hgi-bulk.hgi-exchange-01:before {
  content: "\4577";
}
.hgi-bulk.hgi-exchange-02:after {
  content: "\4578";
}
.hgi-bulk.hgi-exchange-02:before {
  content: "\4579";
}
.hgi-bulk.hgi-exchange-03:after {
  content: "\457a";
}
.hgi-bulk.hgi-exchange-03:before {
  content: "\457b";
}
.hgi-bulk.hgi-expander:after {
  content: "\457c";
}
.hgi-bulk.hgi-expander:before {
  content: "\457d";
}
.hgi-bulk.hgi-external-drive:after {
  content: "\457e";
}
.hgi-bulk.hgi-external-drive:before {
  content: "\457f";
}
.hgi-bulk.hgi-eye:after {
  content: "\4580";
}
.hgi-bulk.hgi-eye:before {
  content: "\4581";
}
.hgi-bulk.hgi-face-id:after {
  content: "\4582";
}
.hgi-bulk.hgi-face-id:before {
  content: "\4583";
}
.hgi-bulk.hgi-facebook-01:after {
  content: "\4584";
}
.hgi-bulk.hgi-facebook-01:before {
  content: "\4585";
}
.hgi-bulk.hgi-facebook-02:after {
  content: "\4586";
}
.hgi-bulk.hgi-facebook-02:before {
  content: "\4587";
}
.hgi-bulk.hgi-factory-01:after {
  content: "\4588";
}
.hgi-bulk.hgi-factory-01:before {
  content: "\4589";
}
.hgi-bulk.hgi-factory-02:after {
  content: "\458a";
}
.hgi-bulk.hgi-factory-02:before {
  content: "\458b";
}
.hgi-bulk.hgi-factory:after {
  content: "\458c";
}
.hgi-bulk.hgi-factory:before {
  content: "\458d";
}
.hgi-bulk.hgi-fahrenheit:after {
  content: "\458e";
}
.hgi-bulk.hgi-fahrenheit:before {
  content: "\458f";
}
.hgi-bulk.hgi-falling-star:after {
  content: "\4590";
}
.hgi-bulk.hgi-falling-star:before {
  content: "\4591";
}
.hgi-bulk.hgi-fast-wind:after {
  content: "\4592";
}
.hgi-bulk.hgi-fast-wind:before {
  content: "\4593";
}
.hgi-bulk.hgi-favourite-circle:after {
  content: "\4594";
}
.hgi-bulk.hgi-favourite-circle:before {
  content: "\4595";
}
.hgi-bulk.hgi-favourite:after {
  content: "\4596";
}
.hgi-bulk.hgi-favourite-square:after {
  content: "\4597";
}
.hgi-bulk.hgi-favourite-square:before {
  content: "\4598";
}
.hgi-bulk.hgi-favourite:before {
  content: "\4599";
}
.hgi-bulk.hgi-feather:after {
  content: "\459a";
}
.hgi-bulk.hgi-feather:before {
  content: "\459b";
}
.hgi-bulk.hgi-female-02:after {
  content: "\459c";
}
.hgi-bulk.hgi-female-02:before {
  content: "\459d";
}
.hgi-bulk.hgi-female-symbol:after {
  content: "\459e";
}
.hgi-bulk.hgi-female-symbol:before {
  content: "\459f";
}
.hgi-bulk.hgi-fencing-mask:after {
  content: "\45a0";
}
.hgi-bulk.hgi-fencing-mask:before {
  content: "\45a1";
}
.hgi-bulk.hgi-fencing:after {
  content: "\45a2";
}
.hgi-bulk.hgi-fencing:before {
  content: "\45a3";
}
.hgi-bulk.hgi-ferris-wheel:after {
  content: "\45a4";
}
.hgi-bulk.hgi-ferris-wheel:before {
  content: "\45a5";
}
.hgi-bulk.hgi-ferry-boat:after {
  content: "\45a6";
}
.hgi-bulk.hgi-ferry-boat:before {
  content: "\45a7";
}
.hgi-bulk.hgi-figma:after {
  content: "\45a8";
}
.hgi-bulk.hgi-figma:before {
  content: "\45a9";
}
.hgi-bulk.hgi-file-01:after {
  content: "\45aa";
}
.hgi-bulk.hgi-file-01:before {
  content: "\45ab";
}
.hgi-bulk.hgi-file-02:after {
  content: "\45ac";
}
.hgi-bulk.hgi-file-02:before {
  content: "\45ad";
}
.hgi-bulk.hgi-file-add:after {
  content: "\45ae";
}
.hgi-bulk.hgi-file-add:before {
  content: "\45af";
}
.hgi-bulk.hgi-file-attachment:after {
  content: "\45b0";
}
.hgi-bulk.hgi-file-attachment:before {
  content: "\45b1";
}
.hgi-bulk.hgi-file-audio:after {
  content: "\45b2";
}
.hgi-bulk.hgi-file-audio:before {
  content: "\45b3";
}
.hgi-bulk.hgi-file-bitcoin:after {
  content: "\45b4";
}
.hgi-bulk.hgi-file-bitcoin:before {
  content: "\45b5";
}
.hgi-bulk.hgi-file-block:after {
  content: "\45b6";
}
.hgi-bulk.hgi-file-block:before {
  content: "\45b7";
}
.hgi-bulk.hgi-file-bookmark:after {
  content: "\45b8";
}
.hgi-bulk.hgi-file-bookmark:before {
  content: "\45b9";
}
.hgi-bulk.hgi-file-cloud:after {
  content: "\45ba";
}
.hgi-bulk.hgi-file-cloud:before {
  content: "\45bb";
}
.hgi-bulk.hgi-file-corrupt:after {
  content: "\45bc";
}
.hgi-bulk.hgi-file-corrupt:before {
  content: "\45bd";
}
.hgi-bulk.hgi-file-dollar:after {
  content: "\45be";
}
.hgi-bulk.hgi-file-dollar:before {
  content: "\45bf";
}
.hgi-bulk.hgi-file-download:after {
  content: "\45c0";
}
.hgi-bulk.hgi-file-download:before {
  content: "\45c1";
}
.hgi-bulk.hgi-file-edit:after {
  content: "\45c2";
}
.hgi-bulk.hgi-file-edit:before {
  content: "\45c3";
}
.hgi-bulk.hgi-file-empty-01:after {
  content: "\45c4";
}
.hgi-bulk.hgi-file-empty-01:before {
  content: "\45c5";
}
.hgi-bulk.hgi-file-empty-02:after {
  content: "\45c6";
}
.hgi-bulk.hgi-file-empty-02:before {
  content: "\45c7";
}
.hgi-bulk.hgi-file-euro:after {
  content: "\45c8";
}
.hgi-bulk.hgi-file-euro:before {
  content: "\45c9";
}
.hgi-bulk.hgi-file-export:after {
  content: "\45ca";
}
.hgi-bulk.hgi-file-export:before {
  content: "\45cb";
}
.hgi-bulk.hgi-file-favourite:after {
  content: "\45cc";
}
.hgi-bulk.hgi-file-favourite:before {
  content: "\45cd";
}
.hgi-bulk.hgi-file-import:after {
  content: "\45ce";
}
.hgi-bulk.hgi-file-import:before {
  content: "\45cf";
}
.hgi-bulk.hgi-file-link:after {
  content: "\45d0";
}
.hgi-bulk.hgi-file-link:before {
  content: "\45d1";
}
.hgi-bulk.hgi-file-locked:after {
  content: "\45d2";
}
.hgi-bulk.hgi-file-locked:before {
  content: "\45d3";
}
.hgi-bulk.hgi-file-management:after {
  content: "\45d4";
}
.hgi-bulk.hgi-file-management:before {
  content: "\45d5";
}
.hgi-bulk.hgi-file-minus:after {
  content: "\45d6";
}
.hgi-bulk.hgi-file-minus:before {
  content: "\45d7";
}
.hgi-bulk.hgi-file-music:after {
  content: "\45d8";
}
.hgi-bulk.hgi-file-music:before {
  content: "\45d9";
}
.hgi-bulk.hgi-file-not-found:after {
  content: "\45da";
}
.hgi-bulk.hgi-file-not-found:before {
  content: "\45db";
}
.hgi-bulk.hgi-file-paste:after {
  content: "\45dc";
}
.hgi-bulk.hgi-file-paste:before {
  content: "\45dd";
}
.hgi-bulk.hgi-file-pin:after {
  content: "\45de";
}
.hgi-bulk.hgi-file-pin:before {
  content: "\45df";
}
.hgi-bulk.hgi-file-pound:after {
  content: "\45e0";
}
.hgi-bulk.hgi-file-pound:before {
  content: "\45e1";
}
.hgi-bulk.hgi-file-remove:after {
  content: "\45e2";
}
.hgi-bulk.hgi-file-remove:before {
  content: "\45e3";
}
.hgi-bulk.hgi-file-script:after {
  content: "\45e4";
}
.hgi-bulk.hgi-file-script:before {
  content: "\45e5";
}
.hgi-bulk.hgi-file-search:after {
  content: "\45e6";
}
.hgi-bulk.hgi-file-search:before {
  content: "\45e7";
}
.hgi-bulk.hgi-file-security:after {
  content: "\45e8";
}
.hgi-bulk.hgi-file-security:before {
  content: "\45e9";
}
.hgi-bulk.hgi-file-shredder:after {
  content: "\45ea";
}
.hgi-bulk.hgi-file-shredder:before {
  content: "\45eb";
}
.hgi-bulk.hgi-file-star:after {
  content: "\45ec";
}
.hgi-bulk.hgi-file-star:before {
  content: "\45ed";
}
.hgi-bulk.hgi-file-sync:after {
  content: "\45ee";
}
.hgi-bulk.hgi-file-sync:before {
  content: "\45ef";
}
.hgi-bulk.hgi-file-unknown:after {
  content: "\45f0";
}
.hgi-bulk.hgi-file-unknown:before {
  content: "\45f1";
}
.hgi-bulk.hgi-file-unlocked:after {
  content: "\45f2";
}
.hgi-bulk.hgi-file-unlocked:before {
  content: "\45f3";
}
.hgi-bulk.hgi-file-upload:after {
  content: "\45f4";
}
.hgi-bulk.hgi-file-upload:before {
  content: "\45f5";
}
.hgi-bulk.hgi-file-validation:after {
  content: "\45f6";
}
.hgi-bulk.hgi-file-validation:before {
  content: "\45f7";
}
.hgi-bulk.hgi-file-verified:after {
  content: "\45f8";
}
.hgi-bulk.hgi-file-verified:before {
  content: "\45f9";
}
.hgi-bulk.hgi-file-video:after {
  content: "\45fa";
}
.hgi-bulk.hgi-file-video:before {
  content: "\45fb";
}
.hgi-bulk.hgi-file-view:after {
  content: "\45fc";
}
.hgi-bulk.hgi-file-view:before {
  content: "\45fd";
}
.hgi-bulk.hgi-file-yen:after {
  content: "\45fe";
}
.hgi-bulk.hgi-file-yen:before {
  content: "\45ff";
}
.hgi-bulk.hgi-file-zip:after {
  content: "\4600";
}
.hgi-bulk.hgi-file-zip:before {
  content: "\4601";
}
.hgi-bulk.hgi-files-01:after {
  content: "\4602";
}
.hgi-bulk.hgi-files-01:before {
  content: "\4603";
}
.hgi-bulk.hgi-files-02:after {
  content: "\4604";
}
.hgi-bulk.hgi-files-02:before {
  content: "\4605";
}
.hgi-bulk.hgi-film-01:after {
  content: "\4606";
}
.hgi-bulk.hgi-film-01:before {
  content: "\4607";
}
.hgi-bulk.hgi-film-02:after {
  content: "\4608";
}
.hgi-bulk.hgi-film-02:before {
  content: "\4609";
}
.hgi-bulk.hgi-film-roll-01:after {
  content: "\460a";
}
.hgi-bulk.hgi-film-roll-01:before {
  content: "\460b";
}
.hgi-bulk.hgi-film-roll-02:after {
  content: "\460c";
}
.hgi-bulk.hgi-film-roll-02:before {
  content: "\460d";
}
.hgi-bulk.hgi-filter-add:after {
  content: "\460e";
}
.hgi-bulk.hgi-filter-add:before {
  content: "\460f";
}
.hgi-bulk.hgi-filter-edit:after {
  content: "\4610";
}
.hgi-bulk.hgi-filter-edit:before {
  content: "\4611";
}
.hgi-bulk.hgi-filter-horizontal:after {
  content: "\4612";
}
.hgi-bulk.hgi-filter-horizontal:before {
  content: "\4613";
}
.hgi-bulk.hgi-filter-mail-circle:after {
  content: "\4614";
}
.hgi-bulk.hgi-filter-mail-circle:before {
  content: "\4615";
}
.hgi-bulk.hgi-filter-mail-square:after {
  content: "\4616";
}
.hgi-bulk.hgi-filter-mail-square:before {
  content: "\4617";
}
.hgi-bulk.hgi-filter-remove:after {
  content: "\4618";
}
.hgi-bulk.hgi-filter-remove:before {
  content: "\4619";
}
.hgi-bulk.hgi-filter-reset:after {
  content: "\461a";
}
.hgi-bulk.hgi-filter-reset:before {
  content: "\461b";
}
.hgi-bulk.hgi-filter:after {
  content: "\461c";
}
.hgi-bulk.hgi-filter-vertical:after {
  content: "\461d";
}
.hgi-bulk.hgi-filter-vertical:before {
  content: "\461e";
}
.hgi-bulk.hgi-filter:before {
  content: "\461f";
}
.hgi-bulk.hgi-finger-access:after {
  content: "\4620";
}
.hgi-bulk.hgi-finger-access:before {
  content: "\4621";
}
.hgi-bulk.hgi-finger-print-add:after {
  content: "\4622";
}
.hgi-bulk.hgi-finger-print-add:before {
  content: "\4623";
}
.hgi-bulk.hgi-finger-print-check:after {
  content: "\4624";
}
.hgi-bulk.hgi-finger-print-check:before {
  content: "\4625";
}
.hgi-bulk.hgi-finger-print-minus:after {
  content: "\4626";
}
.hgi-bulk.hgi-finger-print-minus:before {
  content: "\4627";
}
.hgi-bulk.hgi-finger-print-remove:after {
  content: "\4628";
}
.hgi-bulk.hgi-finger-print-remove:before {
  content: "\4629";
}
.hgi-bulk.hgi-finger-print-scan:after {
  content: "\462a";
}
.hgi-bulk.hgi-finger-print-scan:before {
  content: "\462b";
}
.hgi-bulk.hgi-finger-print:after {
  content: "\462c";
}
.hgi-bulk.hgi-finger-print:before {
  content: "\462d";
}
.hgi-bulk.hgi-fingerprint-scan:after {
  content: "\462e";
}
.hgi-bulk.hgi-fingerprint-scan:before {
  content: "\462f";
}
.hgi-bulk.hgi-fins:after {
  content: "\4630";
}
.hgi-bulk.hgi-fins:before {
  content: "\4631";
}
.hgi-bulk.hgi-fire-02:after {
  content: "\4632";
}
.hgi-bulk.hgi-fire-02:before {
  content: "\4633";
}
.hgi-bulk.hgi-fire-03:after {
  content: "\4634";
}
.hgi-bulk.hgi-fire-03:before {
  content: "\4635";
}
.hgi-bulk.hgi-fire-pit:after {
  content: "\4636";
}
.hgi-bulk.hgi-fire-pit:before {
  content: "\4637";
}
.hgi-bulk.hgi-fire:after {
  content: "\4638";
}
.hgi-bulk.hgi-fire-security:after {
  content: "\4639";
}
.hgi-bulk.hgi-fire-security:before {
  content: "\463a";
}
.hgi-bulk.hgi-fire:before {
  content: "\463b";
}
.hgi-bulk.hgi-firewall:after {
  content: "\463c";
}
.hgi-bulk.hgi-firewall:before {
  content: "\463d";
}
.hgi-bulk.hgi-fireworks:after {
  content: "\463e";
}
.hgi-bulk.hgi-fireworks:before {
  content: "\463f";
}
.hgi-bulk.hgi-first-aid-kit:after {
  content: "\4640";
}
.hgi-bulk.hgi-first-aid-kit:before {
  content: "\4641";
}
.hgi-bulk.hgi-first-bracket-circle:after {
  content: "\4642";
}
.hgi-bulk.hgi-first-bracket-circle:before {
  content: "\4643";
}
.hgi-bulk.hgi-first-bracket:after {
  content: "\4644";
}
.hgi-bulk.hgi-first-bracket-square:after {
  content: "\4645";
}
.hgi-bulk.hgi-first-bracket-square:before {
  content: "\4646";
}
.hgi-bulk.hgi-first-bracket:before {
  content: "\4647";
}
.hgi-bulk.hgi-fish-food:after {
  content: "\4648";
}
.hgi-bulk.hgi-fish-food:before {
  content: "\4649";
}
.hgi-bulk.hgi-fit-to-screen:after {
  content: "\464a";
}
.hgi-bulk.hgi-fit-to-screen:before {
  content: "\464b";
}
.hgi-bulk.hgi-fiverr:after {
  content: "\464c";
}
.hgi-bulk.hgi-fiverr:before {
  content: "\464d";
}
.hgi-bulk.hgi-flag-01:after {
  content: "\464e";
}
.hgi-bulk.hgi-flag-01:before {
  content: "\464f";
}
.hgi-bulk.hgi-flag-02:after {
  content: "\4650";
}
.hgi-bulk.hgi-flag-02:before {
  content: "\4651";
}
.hgi-bulk.hgi-flag-03:after {
  content: "\4652";
}
.hgi-bulk.hgi-flag-03:before {
  content: "\4653";
}
.hgi-bulk.hgi-flash-off:after {
  content: "\4654";
}
.hgi-bulk.hgi-flash-off:before {
  content: "\4655";
}
.hgi-bulk.hgi-flash:after {
  content: "\4656";
}
.hgi-bulk.hgi-flash:before {
  content: "\4657";
}
.hgi-bulk.hgi-flashlight:after {
  content: "\4658";
}
.hgi-bulk.hgi-flashlight:before {
  content: "\4659";
}
.hgi-bulk.hgi-flaticon:after {
  content: "\465a";
}
.hgi-bulk.hgi-flaticon:before {
  content: "\465b";
}
.hgi-bulk.hgi-flickr:after {
  content: "\465c";
}
.hgi-bulk.hgi-flickr:before {
  content: "\465d";
}
.hgi-bulk.hgi-flim-slate:after {
  content: "\465e";
}
.hgi-bulk.hgi-flim-slate:before {
  content: "\465f";
}
.hgi-bulk.hgi-flip-bottom:after {
  content: "\4660";
}
.hgi-bulk.hgi-flip-bottom:before {
  content: "\4661";
}
.hgi-bulk.hgi-flip-horizontal:after {
  content: "\4662";
}
.hgi-bulk.hgi-flip-horizontal:before {
  content: "\4663";
}
.hgi-bulk.hgi-flip-left:after {
  content: "\4664";
}
.hgi-bulk.hgi-flip-left:before {
  content: "\4665";
}
.hgi-bulk.hgi-flip-phone:after {
  content: "\4666";
}
.hgi-bulk.hgi-flip-phone:before {
  content: "\4667";
}
.hgi-bulk.hgi-flip-right:after {
  content: "\4668";
}
.hgi-bulk.hgi-flip-right:before {
  content: "\4669";
}
.hgi-bulk.hgi-flip-top:after {
  content: "\466a";
}
.hgi-bulk.hgi-flip-top:before {
  content: "\466b";
}
.hgi-bulk.hgi-flip-vertical:after {
  content: "\466c";
}
.hgi-bulk.hgi-flip-vertical:before {
  content: "\466d";
}
.hgi-bulk.hgi-floor-plan:after {
  content: "\466e";
}
.hgi-bulk.hgi-floor-plan:before {
  content: "\466f";
}
.hgi-bulk.hgi-floppy-disk:after {
  content: "\4670";
}
.hgi-bulk.hgi-floppy-disk:before {
  content: "\4671";
}
.hgi-bulk.hgi-flow-circle:after {
  content: "\4672";
}
.hgi-bulk.hgi-flow-circle:before {
  content: "\4673";
}
.hgi-bulk.hgi-flow-connection:after {
  content: "\4674";
}
.hgi-bulk.hgi-flow-connection:before {
  content: "\4675";
}
.hgi-bulk.hgi-flow:after {
  content: "\4676";
}
.hgi-bulk.hgi-flow-square:after {
  content: "\4677";
}
.hgi-bulk.hgi-flow-square:before {
  content: "\4678";
}
.hgi-bulk.hgi-flow:before {
  content: "\4679";
}
.hgi-bulk.hgi-flowchart-01:after {
  content: "\467a";
}
.hgi-bulk.hgi-flowchart-01:before {
  content: "\467b";
}
.hgi-bulk.hgi-flowchart-02:after {
  content: "\467c";
}
.hgi-bulk.hgi-flowchart-02:before {
  content: "\467d";
}
.hgi-bulk.hgi-flower-pot:after {
  content: "\467e";
}
.hgi-bulk.hgi-flower-pot:before {
  content: "\467f";
}
.hgi-bulk.hgi-flower:after {
  content: "\4680";
}
.hgi-bulk.hgi-flower:before {
  content: "\4681";
}
.hgi-bulk.hgi-flushed:after {
  content: "\4682";
}
.hgi-bulk.hgi-flushed:before {
  content: "\4683";
}
.hgi-bulk.hgi-flying-human:after {
  content: "\4684";
}
.hgi-bulk.hgi-flying-human:before {
  content: "\4685";
}
.hgi-bulk.hgi-focus-point:after {
  content: "\4686";
}
.hgi-bulk.hgi-focus-point:before {
  content: "\4687";
}
.hgi-bulk.hgi-folder-01:after {
  content: "\4688";
}
.hgi-bulk.hgi-folder-01:before {
  content: "\4689";
}
.hgi-bulk.hgi-folder-02:after {
  content: "\468a";
}
.hgi-bulk.hgi-folder-02:before {
  content: "\468b";
}
.hgi-bulk.hgi-folder-03:after {
  content: "\468c";
}
.hgi-bulk.hgi-folder-03:before {
  content: "\468d";
}
.hgi-bulk.hgi-folder-add:after {
  content: "\468e";
}
.hgi-bulk.hgi-folder-add:before {
  content: "\468f";
}
.hgi-bulk.hgi-folder-attachment:after {
  content: "\4690";
}
.hgi-bulk.hgi-folder-attachment:before {
  content: "\4691";
}
.hgi-bulk.hgi-folder-audio:after {
  content: "\4692";
}
.hgi-bulk.hgi-folder-audio:before {
  content: "\4693";
}
.hgi-bulk.hgi-folder-block:after {
  content: "\4694";
}
.hgi-bulk.hgi-folder-block:before {
  content: "\4695";
}
.hgi-bulk.hgi-folder-check:after {
  content: "\4696";
}
.hgi-bulk.hgi-folder-check:before {
  content: "\4697";
}
.hgi-bulk.hgi-folder-cloud:after {
  content: "\4698";
}
.hgi-bulk.hgi-folder-cloud:before {
  content: "\4699";
}
.hgi-bulk.hgi-folder-details-reference:after {
  content: "\469a";
}
.hgi-bulk.hgi-folder-details-reference:before {
  content: "\469b";
}
.hgi-bulk.hgi-folder-details:after {
  content: "\469c";
}
.hgi-bulk.hgi-folder-details:before {
  content: "\469d";
}
.hgi-bulk.hgi-folder-download:after {
  content: "\469e";
}
.hgi-bulk.hgi-folder-download:before {
  content: "\469f";
}
.hgi-bulk.hgi-folder-edit:after {
  content: "\46a0";
}
.hgi-bulk.hgi-folder-edit:before {
  content: "\46a1";
}
.hgi-bulk.hgi-folder-export:after {
  content: "\46a2";
}
.hgi-bulk.hgi-folder-export:before {
  content: "\46a3";
}
.hgi-bulk.hgi-folder-favourite:after {
  content: "\46a4";
}
.hgi-bulk.hgi-folder-favourite:before {
  content: "\46a5";
}
.hgi-bulk.hgi-folder-file-storage:after {
  content: "\46a6";
}
.hgi-bulk.hgi-folder-file-storage:before {
  content: "\46a7";
}
.hgi-bulk.hgi-folder-import:after {
  content: "\46a8";
}
.hgi-bulk.hgi-folder-import:before {
  content: "\46a9";
}
.hgi-bulk.hgi-folder-library:after {
  content: "\46aa";
}
.hgi-bulk.hgi-folder-library:before {
  content: "\46ab";
}
.hgi-bulk.hgi-folder-links:after {
  content: "\46ac";
}
.hgi-bulk.hgi-folder-links:before {
  content: "\46ad";
}
.hgi-bulk.hgi-folder-locked:after {
  content: "\46ae";
}
.hgi-bulk.hgi-folder-locked:before {
  content: "\46af";
}
.hgi-bulk.hgi-folder-management:after {
  content: "\46b0";
}
.hgi-bulk.hgi-folder-management:before {
  content: "\46b1";
}
.hgi-bulk.hgi-folder-minus:after {
  content: "\46b2";
}
.hgi-bulk.hgi-folder-minus:before {
  content: "\46b3";
}
.hgi-bulk.hgi-folder-music:after {
  content: "\46b4";
}
.hgi-bulk.hgi-folder-music:before {
  content: "\46b5";
}
.hgi-bulk.hgi-folder-off:after {
  content: "\46b6";
}
.hgi-bulk.hgi-folder-off:before {
  content: "\46b7";
}
.hgi-bulk.hgi-folder-open:after {
  content: "\46b8";
}
.hgi-bulk.hgi-folder-open:before {
  content: "\46b9";
}
.hgi-bulk.hgi-folder-pin:after {
  content: "\46ba";
}
.hgi-bulk.hgi-folder-pin:before {
  content: "\46bb";
}
.hgi-bulk.hgi-folder-remove:after {
  content: "\46bc";
}
.hgi-bulk.hgi-folder-remove:before {
  content: "\46bd";
}
.hgi-bulk.hgi-folder-search:after {
  content: "\46be";
}
.hgi-bulk.hgi-folder-search:before {
  content: "\46bf";
}
.hgi-bulk.hgi-folder-security:after {
  content: "\46c0";
}
.hgi-bulk.hgi-folder-security:before {
  content: "\46c1";
}
.hgi-bulk.hgi-folder-shared-01:after {
  content: "\46c2";
}
.hgi-bulk.hgi-folder-shared-01:before {
  content: "\46c3";
}
.hgi-bulk.hgi-folder-shared-02:after {
  content: "\46c4";
}
.hgi-bulk.hgi-folder-shared-02:before {
  content: "\46c5";
}
.hgi-bulk.hgi-folder-shared-03:after {
  content: "\46c6";
}
.hgi-bulk.hgi-folder-shared-03:before {
  content: "\46c7";
}
.hgi-bulk.hgi-folder-sync:after {
  content: "\46c8";
}
.hgi-bulk.hgi-folder-sync:before {
  content: "\46c9";
}
.hgi-bulk.hgi-folder-transfer:after {
  content: "\46ca";
}
.hgi-bulk.hgi-folder-transfer:before {
  content: "\46cb";
}
.hgi-bulk.hgi-folder-unknown:after {
  content: "\46cc";
}
.hgi-bulk.hgi-folder-unknown:before {
  content: "\46cd";
}
.hgi-bulk.hgi-folder-unlocked:after {
  content: "\46ce";
}
.hgi-bulk.hgi-folder-unlocked:before {
  content: "\46cf";
}
.hgi-bulk.hgi-folder-upload:after {
  content: "\46d0";
}
.hgi-bulk.hgi-folder-upload:before {
  content: "\46d1";
}
.hgi-bulk.hgi-folder-video:after {
  content: "\46d2";
}
.hgi-bulk.hgi-folder-video:before {
  content: "\46d3";
}
.hgi-bulk.hgi-folder-view:after {
  content: "\46d4";
}
.hgi-bulk.hgi-folder-view:before {
  content: "\46d5";
}
.hgi-bulk.hgi-folder-zip:after {
  content: "\46d6";
}
.hgi-bulk.hgi-folder-zip:before {
  content: "\46d7";
}
.hgi-bulk.hgi-folders:after {
  content: "\46d8";
}
.hgi-bulk.hgi-folders:before {
  content: "\46d9";
}
.hgi-bulk.hgi-football-pitch:after {
  content: "\46da";
}
.hgi-bulk.hgi-football-pitch:before {
  content: "\46db";
}
.hgi-bulk.hgi-football:after {
  content: "\46dc";
}
.hgi-bulk.hgi-football:before {
  content: "\46dd";
}
.hgi-bulk.hgi-forgot-password:after {
  content: "\46de";
}
.hgi-bulk.hgi-forgot-password:before {
  content: "\46df";
}
.hgi-bulk.hgi-fork:after {
  content: "\46e0";
}
.hgi-bulk.hgi-fork:before {
  content: "\46e1";
}
.hgi-bulk.hgi-forrst:after {
  content: "\46e2";
}
.hgi-bulk.hgi-forrst:before {
  content: "\46e3";
}
.hgi-bulk.hgi-fortress:after {
  content: "\46e4";
}
.hgi-bulk.hgi-fortress:before {
  content: "\46e5";
}
.hgi-bulk.hgi-forward-01:after {
  content: "\46e6";
}
.hgi-bulk.hgi-forward-01:before {
  content: "\46e7";
}
.hgi-bulk.hgi-forward-02:after {
  content: "\46e8";
}
.hgi-bulk.hgi-forward-02:before {
  content: "\46e9";
}
.hgi-bulk.hgi-four-finger-02:after {
  content: "\46ea";
}
.hgi-bulk.hgi-four-finger-02:before {
  content: "\46eb";
}
.hgi-bulk.hgi-four-finger-03:after {
  content: "\46ec";
}
.hgi-bulk.hgi-four-finger-03:before {
  content: "\46ed";
}
.hgi-bulk.hgi-four-k:after {
  content: "\46ee";
}
.hgi-bulk.hgi-four-k:before {
  content: "\46ef";
}
.hgi-bulk.hgi-foursquare:after {
  content: "\46f0";
}
.hgi-bulk.hgi-foursquare:before {
  content: "\46f1";
}
.hgi-bulk.hgi-framer:after {
  content: "\46f2";
}
.hgi-bulk.hgi-framer:before {
  content: "\46f3";
}
.hgi-bulk.hgi-frameworks:after {
  content: "\46f4";
}
.hgi-bulk.hgi-frameworks:before {
  content: "\46f5";
}
.hgi-bulk.hgi-french-fries-01:after {
  content: "\46f6";
}
.hgi-bulk.hgi-french-fries-01:before {
  content: "\46f7";
}
.hgi-bulk.hgi-french-fries-02:after {
  content: "\46f8";
}
.hgi-bulk.hgi-french-fries-02:before {
  content: "\46f9";
}
.hgi-bulk.hgi-fridge:after {
  content: "\46fa";
}
.hgi-bulk.hgi-fridge:before {
  content: "\46fb";
}
.hgi-bulk.hgi-fry:after {
  content: "\46fc";
}
.hgi-bulk.hgi-fry:before {
  content: "\46fd";
}
.hgi-bulk.hgi-fuel-01:after {
  content: "\46fe";
}
.hgi-bulk.hgi-fuel-01:before {
  content: "\46ff";
}
.hgi-bulk.hgi-fuel-02:after {
  content: "\4700";
}
.hgi-bulk.hgi-fuel-02:before {
  content: "\4701";
}
.hgi-bulk.hgi-fuel-station:after {
  content: "\4702";
}
.hgi-bulk.hgi-fuel-station:before {
  content: "\4703";
}
.hgi-bulk.hgi-full-screen:after {
  content: "\4704";
}
.hgi-bulk.hgi-full-screen:before {
  content: "\4705";
}
.hgi-bulk.hgi-full-signal:after {
  content: "\4706";
}
.hgi-bulk.hgi-full-signal:before {
  content: "\4707";
}
.hgi-bulk.hgi-function-circle:after {
  content: "\4708";
}
.hgi-bulk.hgi-function-circle:before {
  content: "\4709";
}
.hgi-bulk.hgi-function-of-x:after {
  content: "\470a";
}
.hgi-bulk.hgi-function-of-x:before {
  content: "\470b";
}
.hgi-bulk.hgi-function:after {
  content: "\470c";
}
.hgi-bulk.hgi-function-square:after {
  content: "\470d";
}
.hgi-bulk.hgi-function-square:before {
  content: "\470e";
}
.hgi-bulk.hgi-function:before {
  content: "\470f";
}
.hgi-bulk.hgi-galaxy:after {
  content: "\4710";
}
.hgi-bulk.hgi-galaxy:before {
  content: "\4711";
}
.hgi-bulk.hgi-game-controller-01:after {
  content: "\4712";
}
.hgi-bulk.hgi-game-controller-01:before {
  content: "\4713";
}
.hgi-bulk.hgi-game-controller-02:after {
  content: "\4714";
}
.hgi-bulk.hgi-game-controller-02:before {
  content: "\4715";
}
.hgi-bulk.hgi-game-controller-03:after {
  content: "\4716";
}
.hgi-bulk.hgi-game-controller-03:before {
  content: "\4717";
}
.hgi-bulk.hgi-game:after {
  content: "\4718";
}
.hgi-bulk.hgi-game:before {
  content: "\4719";
}
.hgi-bulk.hgi-gameboy:after {
  content: "\471a";
}
.hgi-bulk.hgi-gameboy:before {
  content: "\471b";
}
.hgi-bulk.hgi-garage:after {
  content: "\471c";
}
.hgi-bulk.hgi-garage:before {
  content: "\471d";
}
.hgi-bulk.hgi-garbage-truck:after {
  content: "\471e";
}
.hgi-bulk.hgi-garbage-truck:before {
  content: "\471f";
}
.hgi-bulk.hgi-garlands:after {
  content: "\4720";
}
.hgi-bulk.hgi-garlands:before {
  content: "\4721";
}
.hgi-bulk.hgi-gas-pipe:after {
  content: "\4722";
}
.hgi-bulk.hgi-gas-pipe:before {
  content: "\4723";
}
.hgi-bulk.hgi-gas-stove:after {
  content: "\4724";
}
.hgi-bulk.hgi-gas-stove:before {
  content: "\4725";
}
.hgi-bulk.hgi-gears:after {
  content: "\4726";
}
.hgi-bulk.hgi-gears:before {
  content: "\4727";
}
.hgi-bulk.hgi-gem:after {
  content: "\4728";
}
.hgi-bulk.hgi-gem:before {
  content: "\4729";
}
.hgi-bulk.hgi-geology-crust:after {
  content: "\472a";
}
.hgi-bulk.hgi-geology-crust:before {
  content: "\472b";
}
.hgi-bulk.hgi-geometric-shapes-01:after {
  content: "\472c";
}
.hgi-bulk.hgi-geometric-shapes-01:before {
  content: "\472d";
}
.hgi-bulk.hgi-geometric-shapes-02:after {
  content: "\472e";
}
.hgi-bulk.hgi-geometric-shapes-02:before {
  content: "\472f";
}
.hgi-bulk.hgi-gibbous-moon:after {
  content: "\4730";
}
.hgi-bulk.hgi-gibbous-moon:before {
  content: "\4731";
}
.hgi-bulk.hgi-gif-01:after {
  content: "\4732";
}
.hgi-bulk.hgi-gif-01:before {
  content: "\4733";
}
.hgi-bulk.hgi-gif-02:after {
  content: "\4734";
}
.hgi-bulk.hgi-gif-02:before {
  content: "\4735";
}
.hgi-bulk.hgi-gift-card-02:after {
  content: "\4736";
}
.hgi-bulk.hgi-gift-card-02:before {
  content: "\4737";
}
.hgi-bulk.hgi-gift-card:after {
  content: "\4738";
}
.hgi-bulk.hgi-gift-card:before {
  content: "\4739";
}
.hgi-bulk.hgi-gift:after {
  content: "\473a";
}
.hgi-bulk.hgi-gift:before {
  content: "\473b";
}
.hgi-bulk.hgi-git-branch:after {
  content: "\473c";
}
.hgi-bulk.hgi-git-branch:before {
  content: "\473d";
}
.hgi-bulk.hgi-git-commit:after {
  content: "\473e";
}
.hgi-bulk.hgi-git-commit:before {
  content: "\473f";
}
.hgi-bulk.hgi-git-compare:after {
  content: "\4740";
}
.hgi-bulk.hgi-git-compare:before {
  content: "\4741";
}
.hgi-bulk.hgi-git-fork:after {
  content: "\4742";
}
.hgi-bulk.hgi-git-fork:before {
  content: "\4743";
}
.hgi-bulk.hgi-git-merge:after {
  content: "\4744";
}
.hgi-bulk.hgi-git-merge:before {
  content: "\4745";
}
.hgi-bulk.hgi-git-pull-request-closed:after {
  content: "\4746";
}
.hgi-bulk.hgi-git-pull-request-closed:before {
  content: "\4747";
}
.hgi-bulk.hgi-git-pull-request-draft:after {
  content: "\4748";
}
.hgi-bulk.hgi-git-pull-request-draft:before {
  content: "\4749";
}
.hgi-bulk.hgi-git-pull-request:after {
  content: "\474a";
}
.hgi-bulk.hgi-git-pull-request:before {
  content: "\474b";
}
.hgi-bulk.hgi-gitbook:after {
  content: "\474c";
}
.hgi-bulk.hgi-gitbook:before {
  content: "\474d";
}
.hgi-bulk.hgi-github-01:after {
  content: "\474e";
}
.hgi-bulk.hgi-github-01:before {
  content: "\474f";
}
.hgi-bulk.hgi-github:after {
  content: "\4750";
}
.hgi-bulk.hgi-github:before {
  content: "\4751";
}
.hgi-bulk.hgi-gitlab:after {
  content: "\4752";
}
.hgi-bulk.hgi-gitlab:before {
  content: "\4753";
}
.hgi-bulk.hgi-give-blood:after {
  content: "\4754";
}
.hgi-bulk.hgi-give-blood:before {
  content: "\4755";
}
.hgi-bulk.hgi-give-pill:after {
  content: "\4756";
}
.hgi-bulk.hgi-give-pill:before {
  content: "\4757";
}
.hgi-bulk.hgi-glasses:after {
  content: "\4758";
}
.hgi-bulk.hgi-glasses:before {
  content: "\4759";
}
.hgi-bulk.hgi-global-editing:after {
  content: "\475a";
}
.hgi-bulk.hgi-global-editing:before {
  content: "\475b";
}
.hgi-bulk.hgi-global-education:after {
  content: "\475c";
}
.hgi-bulk.hgi-global-education:before {
  content: "\475d";
}
.hgi-bulk.hgi-global-refresh:after {
  content: "\475e";
}
.hgi-bulk.hgi-global-refresh:before {
  content: "\475f";
}
.hgi-bulk.hgi-global-search:after {
  content: "\4760";
}
.hgi-bulk.hgi-global-search:before {
  content: "\4761";
}
.hgi-bulk.hgi-global:after {
  content: "\4762";
}
.hgi-bulk.hgi-global:before {
  content: "\4763";
}
.hgi-bulk.hgi-globe-02:after {
  content: "\4764";
}
.hgi-bulk.hgi-globe-02:before {
  content: "\4765";
}
.hgi-bulk.hgi-globe:after {
  content: "\4766";
}
.hgi-bulk.hgi-globe:before {
  content: "\4767";
}
.hgi-bulk.hgi-glove:after {
  content: "\4768";
}
.hgi-bulk.hgi-glove:before {
  content: "\4769";
}
.hgi-bulk.hgi-go-backward-10-sec:after {
  content: "\476a";
}
.hgi-bulk.hgi-go-backward-10-sec:before {
  content: "\476b";
}
.hgi-bulk.hgi-go-backward-15-sec:after {
  content: "\476c";
}
.hgi-bulk.hgi-go-backward-15-sec:before {
  content: "\476d";
}
.hgi-bulk.hgi-go-backward-30-sec:after {
  content: "\476e";
}
.hgi-bulk.hgi-go-backward-30-sec:before {
  content: "\476f";
}
.hgi-bulk.hgi-go-backward-5-sec:after {
  content: "\4770";
}
.hgi-bulk.hgi-go-backward-5-sec:before {
  content: "\4771";
}
.hgi-bulk.hgi-go-backward-60-sec:after {
  content: "\4772";
}
.hgi-bulk.hgi-go-backward-60-sec:before {
  content: "\4773";
}
.hgi-bulk.hgi-go-forward-10-sec:after {
  content: "\4774";
}
.hgi-bulk.hgi-go-forward-10-sec:before {
  content: "\4775";
}
.hgi-bulk.hgi-go-forward-15-sec:after {
  content: "\4776";
}
.hgi-bulk.hgi-go-forward-15-sec:before {
  content: "\4777";
}
.hgi-bulk.hgi-go-forward-30-sec:after {
  content: "\4778";
}
.hgi-bulk.hgi-go-forward-30-sec:before {
  content: "\4779";
}
.hgi-bulk.hgi-go-forward-5-sec:after {
  content: "\477a";
}
.hgi-bulk.hgi-go-forward-5-sec:before {
  content: "\477b";
}
.hgi-bulk.hgi-go-forward-60-sec:after {
  content: "\477c";
}
.hgi-bulk.hgi-go-forward-60-sec:before {
  content: "\477d";
}
.hgi-bulk.hgi-gold-ingots:after {
  content: "\477e";
}
.hgi-bulk.hgi-gold-ingots:before {
  content: "\477f";
}
.hgi-bulk.hgi-gold:after {
  content: "\4780";
}
.hgi-bulk.hgi-gold:before {
  content: "\4781";
}
.hgi-bulk.hgi-golf-ball:after {
  content: "\4782";
}
.hgi-bulk.hgi-golf-ball:before {
  content: "\4783";
}
.hgi-bulk.hgi-golf-bat:after {
  content: "\4784";
}
.hgi-bulk.hgi-golf-bat:before {
  content: "\4785";
}
.hgi-bulk.hgi-golf-cart:after {
  content: "\4786";
}
.hgi-bulk.hgi-golf-cart:before {
  content: "\4787";
}
.hgi-bulk.hgi-golf-hole:after {
  content: "\4788";
}
.hgi-bulk.hgi-golf-hole:before {
  content: "\4789";
}
.hgi-bulk.hgi-google-doc:after {
  content: "\478a";
}
.hgi-bulk.hgi-google-doc:before {
  content: "\478b";
}
.hgi-bulk.hgi-google-drive:after {
  content: "\478c";
}
.hgi-bulk.hgi-google-drive:before {
  content: "\478d";
}
.hgi-bulk.hgi-google-gemini:after {
  content: "\478e";
}
.hgi-bulk.hgi-google-gemini:before {
  content: "\478f";
}
.hgi-bulk.hgi-google-home:after {
  content: "\4790";
}
.hgi-bulk.hgi-google-home:before {
  content: "\4791";
}
.hgi-bulk.hgi-google-lens:after {
  content: "\4792";
}
.hgi-bulk.hgi-google-lens:before {
  content: "\4793";
}
.hgi-bulk.hgi-google-maps:after {
  content: "\4794";
}
.hgi-bulk.hgi-google-maps:before {
  content: "\4795";
}
.hgi-bulk.hgi-google-photos:after {
  content: "\4796";
}
.hgi-bulk.hgi-google-photos:before {
  content: "\4797";
}
.hgi-bulk.hgi-google:after {
  content: "\4798";
}
.hgi-bulk.hgi-google-sheet:after {
  content: "\4799";
}
.hgi-bulk.hgi-google-sheet:before {
  content: "\479a";
}
.hgi-bulk.hgi-google:before {
  content: "\479b";
}
.hgi-bulk.hgi-gps-01:after {
  content: "\479c";
}
.hgi-bulk.hgi-gps-01:before {
  content: "\479d";
}
.hgi-bulk.hgi-gps-02:after {
  content: "\479e";
}
.hgi-bulk.hgi-gps-02:before {
  content: "\479f";
}
.hgi-bulk.hgi-gps-disconnected:after {
  content: "\47a0";
}
.hgi-bulk.hgi-gps-disconnected:before {
  content: "\47a1";
}
.hgi-bulk.hgi-gps-off-01:after {
  content: "\47a2";
}
.hgi-bulk.hgi-gps-off-01:before {
  content: "\47a3";
}
.hgi-bulk.hgi-gps-off-02:after {
  content: "\47a4";
}
.hgi-bulk.hgi-gps-off-02:before {
  content: "\47a5";
}
.hgi-bulk.hgi-gps-signal-01:after {
  content: "\47a6";
}
.hgi-bulk.hgi-gps-signal-01:before {
  content: "\47a7";
}
.hgi-bulk.hgi-gps-signal-02:after {
  content: "\47a8";
}
.hgi-bulk.hgi-gps-signal-02:before {
  content: "\47a9";
}
.hgi-bulk.hgi-gpu:after {
  content: "\47aa";
}
.hgi-bulk.hgi-gpu:before {
  content: "\47ab";
}
.hgi-bulk.hgi-graduate-female:after {
  content: "\47ac";
}
.hgi-bulk.hgi-graduate-female:before {
  content: "\47ad";
}
.hgi-bulk.hgi-graduate-male:after {
  content: "\47ae";
}
.hgi-bulk.hgi-graduate-male:before {
  content: "\47af";
}
.hgi-bulk.hgi-graduation-scroll:after {
  content: "\47b0";
}
.hgi-bulk.hgi-graduation-scroll:before {
  content: "\47b1";
}
.hgi-bulk.hgi-grapes:after {
  content: "\47b2";
}
.hgi-bulk.hgi-grapes:before {
  content: "\47b3";
}
.hgi-bulk.hgi-gravity:after {
  content: "\47b4";
}
.hgi-bulk.hgi-gravity:before {
  content: "\47b5";
}
.hgi-bulk.hgi-greater-than-circle:after {
  content: "\47b6";
}
.hgi-bulk.hgi-greater-than-circle:before {
  content: "\47b7";
}
.hgi-bulk.hgi-greater-than:after {
  content: "\47b8";
}
.hgi-bulk.hgi-greater-than-square:after {
  content: "\47b9";
}
.hgi-bulk.hgi-greater-than-square:before {
  content: "\47ba";
}
.hgi-bulk.hgi-greater-than:before {
  content: "\47bb";
}
.hgi-bulk.hgi-greek-helmet:after {
  content: "\47bc";
}
.hgi-bulk.hgi-greek-helmet:before {
  content: "\47bd";
}
.hgi-bulk.hgi-green-house:after {
  content: "\47be";
}
.hgi-bulk.hgi-green-house:before {
  content: "\47bf";
}
.hgi-bulk.hgi-grid-02:after {
  content: "\47c0";
}
.hgi-bulk.hgi-grid-02:before {
  content: "\47c1";
}
.hgi-bulk.hgi-grid-off:after {
  content: "\47c2";
}
.hgi-bulk.hgi-grid-off:before {
  content: "\47c3";
}
.hgi-bulk.hgi-grid:after {
  content: "\47c4";
}
.hgi-bulk.hgi-grid-table:after {
  content: "\47c5";
}
.hgi-bulk.hgi-grid-table:before {
  content: "\47c6";
}
.hgi-bulk.hgi-grid-view:after {
  content: "\47c7";
}
.hgi-bulk.hgi-grid-view:before {
  content: "\47c8";
}
.hgi-bulk.hgi-grid:before {
  content: "\47c9";
}
.hgi-bulk.hgi-grimacing:after {
  content: "\47ca";
}
.hgi-bulk.hgi-grimacing:before {
  content: "\47cb";
}
.hgi-bulk.hgi-grinning:after {
  content: "\47cc";
}
.hgi-bulk.hgi-grinning:before {
  content: "\47cd";
}
.hgi-bulk.hgi-grok:after {
  content: "\47ce";
}
.hgi-bulk.hgi-grok:before {
  content: "\47cf";
}
.hgi-bulk.hgi-group-01:after {
  content: "\47d0";
}
.hgi-bulk.hgi-group-01:before {
  content: "\47d1";
}
.hgi-bulk.hgi-group-items:after {
  content: "\47d2";
}
.hgi-bulk.hgi-group-items:before {
  content: "\47d3";
}
.hgi-bulk.hgi-group-layers:after {
  content: "\47d4";
}
.hgi-bulk.hgi-group-layers:before {
  content: "\47d5";
}
.hgi-bulk.hgi-guest-house:after {
  content: "\47d6";
}
.hgi-bulk.hgi-guest-house:before {
  content: "\47d7";
}
.hgi-bulk.hgi-gun:after {
  content: "\47d8";
}
.hgi-bulk.hgi-gun:before {
  content: "\47d9";
}
.hgi-bulk.hgi-gymnastic-rings:after {
  content: "\47da";
}
.hgi-bulk.hgi-gymnastic-rings:before {
  content: "\47db";
}
.hgi-bulk.hgi-gymnastic:after {
  content: "\47dc";
}
.hgi-bulk.hgi-gymnastic:before {
  content: "\47dd";
}
.hgi-bulk.hgi-hackerrank:after {
  content: "\47de";
}
.hgi-bulk.hgi-hackerrank:before {
  content: "\47df";
}
.hgi-bulk.hgi-hair-clips:after {
  content: "\47e0";
}
.hgi-bulk.hgi-hair-clips:before {
  content: "\47e1";
}
.hgi-bulk.hgi-hair-dryer:after {
  content: "\47e2";
}
.hgi-bulk.hgi-hair-dryer:before {
  content: "\47e3";
}
.hgi-bulk.hgi-haji:after {
  content: "\47e4";
}
.hgi-bulk.hgi-haji:before {
  content: "\47e5";
}
.hgi-bulk.hgi-halal-lab:after {
  content: "\47e6";
}
.hgi-bulk.hgi-halal-lab:before {
  content: "\47e7";
}
.hgi-bulk.hgi-halal:after {
  content: "\47e8";
}
.hgi-bulk.hgi-halal:before {
  content: "\47e9";
}
.hgi-bulk.hgi-hamburger-01:after {
  content: "\47ea";
}
.hgi-bulk.hgi-hamburger-01:before {
  content: "\47eb";
}
.hgi-bulk.hgi-hamburger-02:after {
  content: "\47ec";
}
.hgi-bulk.hgi-hamburger-02:before {
  content: "\47ed";
}
.hgi-bulk.hgi-hand-bag-01:after {
  content: "\47ee";
}
.hgi-bulk.hgi-hand-bag-01:before {
  content: "\47ef";
}
.hgi-bulk.hgi-hand-bag-02:after {
  content: "\47f0";
}
.hgi-bulk.hgi-hand-bag-02:before {
  content: "\47f1";
}
.hgi-bulk.hgi-hand-beater:after {
  content: "\47f2";
}
.hgi-bulk.hgi-hand-beater:before {
  content: "\47f3";
}
.hgi-bulk.hgi-hand-grip:after {
  content: "\47f4";
}
.hgi-bulk.hgi-hand-grip:before {
  content: "\47f5";
}
.hgi-bulk.hgi-hand-pointing-down-01:after {
  content: "\47f6";
}
.hgi-bulk.hgi-hand-pointing-down-01:before {
  content: "\47f7";
}
.hgi-bulk.hgi-hand-pointing-down-02:after {
  content: "\47f8";
}
.hgi-bulk.hgi-hand-pointing-down-02:before {
  content: "\47f9";
}
.hgi-bulk.hgi-hand-pointing-down-03:after {
  content: "\47fa";
}
.hgi-bulk.hgi-hand-pointing-down-03:before {
  content: "\47fb";
}
.hgi-bulk.hgi-hand-pointing-down-04:after {
  content: "\47fc";
}
.hgi-bulk.hgi-hand-pointing-down-04:before {
  content: "\47fd";
}
.hgi-bulk.hgi-hand-pointing-left-01:after {
  content: "\47fe";
}
.hgi-bulk.hgi-hand-pointing-left-01:before {
  content: "\47ff";
}
.hgi-bulk.hgi-hand-pointing-left-02:after {
  content: "\4800";
}
.hgi-bulk.hgi-hand-pointing-left-02:before {
  content: "\4801";
}
.hgi-bulk.hgi-hand-pointing-left-03:after {
  content: "\4802";
}
.hgi-bulk.hgi-hand-pointing-left-03:before {
  content: "\4803";
}
.hgi-bulk.hgi-hand-pointing-left-04:after {
  content: "\4804";
}
.hgi-bulk.hgi-hand-pointing-left-04:before {
  content: "\4805";
}
.hgi-bulk.hgi-hand-pointing-right-01:after {
  content: "\4806";
}
.hgi-bulk.hgi-hand-pointing-right-01:before {
  content: "\4807";
}
.hgi-bulk.hgi-hand-pointing-right-02:after {
  content: "\4808";
}
.hgi-bulk.hgi-hand-pointing-right-02:before {
  content: "\4809";
}
.hgi-bulk.hgi-hand-pointing-right-03:after {
  content: "\480a";
}
.hgi-bulk.hgi-hand-pointing-right-03:before {
  content: "\480b";
}
.hgi-bulk.hgi-hand-pointing-right-04:after {
  content: "\480c";
}
.hgi-bulk.hgi-hand-pointing-right-04:before {
  content: "\480d";
}
.hgi-bulk.hgi-hand-prayer:after {
  content: "\480e";
}
.hgi-bulk.hgi-hand-prayer:before {
  content: "\480f";
}
.hgi-bulk.hgi-hand-sanitizer:after {
  content: "\4810";
}
.hgi-bulk.hgi-hand-sanitizer:before {
  content: "\4811";
}
.hgi-bulk.hgi-handcuffs:after {
  content: "\4812";
}
.hgi-bulk.hgi-handcuffs:before {
  content: "\4813";
}
.hgi-bulk.hgi-hanger:after {
  content: "\4814";
}
.hgi-bulk.hgi-hanger:before {
  content: "\4815";
}
.hgi-bulk.hgi-hanging-clock:after {
  content: "\4816";
}
.hgi-bulk.hgi-hanging-clock:before {
  content: "\4817";
}
.hgi-bulk.hgi-hangout:after {
  content: "\4818";
}
.hgi-bulk.hgi-hangout:before {
  content: "\4819";
}
.hgi-bulk.hgi-happy:after {
  content: "\481a";
}
.hgi-bulk.hgi-happy:before {
  content: "\481b";
}
.hgi-bulk.hgi-hard-drive:after {
  content: "\481c";
}
.hgi-bulk.hgi-hard-drive:before {
  content: "\481d";
}
.hgi-bulk.hgi-hat:after {
  content: "\481e";
}
.hgi-bulk.hgi-hat:before {
  content: "\481f";
}
.hgi-bulk.hgi-hdd:after {
  content: "\4820";
}
.hgi-bulk.hgi-hdd:before {
  content: "\4821";
}
.hgi-bulk.hgi-hdr-01:after {
  content: "\4822";
}
.hgi-bulk.hgi-hdr-01:before {
  content: "\4823";
}
.hgi-bulk.hgi-hdr-02:after {
  content: "\4824";
}
.hgi-bulk.hgi-hdr-02:before {
  content: "\4825";
}
.hgi-bulk.hgi-heading-01:after {
  content: "\4826";
}
.hgi-bulk.hgi-heading-01:before {
  content: "\4827";
}
.hgi-bulk.hgi-heading-02:after {
  content: "\4828";
}
.hgi-bulk.hgi-heading-02:before {
  content: "\4829";
}
.hgi-bulk.hgi-heading-03:after {
  content: "\482a";
}
.hgi-bulk.hgi-heading-03:before {
  content: "\482b";
}
.hgi-bulk.hgi-heading-04:after {
  content: "\482c";
}
.hgi-bulk.hgi-heading-04:before {
  content: "\482d";
}
.hgi-bulk.hgi-heading-05:after {
  content: "\482e";
}
.hgi-bulk.hgi-heading-05:before {
  content: "\482f";
}
.hgi-bulk.hgi-heading-06:after {
  content: "\4830";
}
.hgi-bulk.hgi-heading-06:before {
  content: "\4831";
}
.hgi-bulk.hgi-heading:after {
  content: "\4832";
}
.hgi-bulk.hgi-heading:before {
  content: "\4833";
}
.hgi-bulk.hgi-headphone-mute:after {
  content: "\4834";
}
.hgi-bulk.hgi-headphone-mute:before {
  content: "\4835";
}
.hgi-bulk.hgi-headphones:after {
  content: "\4836";
}
.hgi-bulk.hgi-headphones:before {
  content: "\4837";
}
.hgi-bulk.hgi-headset-connected:after {
  content: "\4838";
}
.hgi-bulk.hgi-headset-connected:before {
  content: "\4839";
}
.hgi-bulk.hgi-headset-off:after {
  content: "\483a";
}
.hgi-bulk.hgi-headset-off:before {
  content: "\483b";
}
.hgi-bulk.hgi-headset:after {
  content: "\483c";
}
.hgi-bulk.hgi-headset:before {
  content: "\483d";
}
.hgi-bulk.hgi-healtcare:after {
  content: "\483e";
}
.hgi-bulk.hgi-healtcare:before {
  content: "\483f";
}
.hgi-bulk.hgi-health:after {
  content: "\4840";
}
.hgi-bulk.hgi-health:before {
  content: "\4841";
}
.hgi-bulk.hgi-heart-add:after {
  content: "\4842";
}
.hgi-bulk.hgi-heart-add:before {
  content: "\4843";
}
.hgi-bulk.hgi-heart-check:after {
  content: "\4844";
}
.hgi-bulk.hgi-heart-check:before {
  content: "\4845";
}
.hgi-bulk.hgi-heart-remove:after {
  content: "\4846";
}
.hgi-bulk.hgi-heart-remove:before {
  content: "\4847";
}
.hgi-bulk.hgi-heartbreak:after {
  content: "\4848";
}
.hgi-bulk.hgi-heartbreak:before {
  content: "\4849";
}
.hgi-bulk.hgi-helicopter:after {
  content: "\484a";
}
.hgi-bulk.hgi-helicopter:before {
  content: "\484b";
}
.hgi-bulk.hgi-help-circle:after {
  content: "\484c";
}
.hgi-bulk.hgi-help-circle:before {
  content: "\484d";
}
.hgi-bulk.hgi-help-square:after {
  content: "\484e";
}
.hgi-bulk.hgi-help-square:before {
  content: "\484f";
}
.hgi-bulk.hgi-hexagon-01:after {
  content: "\4850";
}
.hgi-bulk.hgi-hexagon-01:before {
  content: "\4851";
}
.hgi-bulk.hgi-hexagon:after {
  content: "\4852";
}
.hgi-bulk.hgi-hexagon:before {
  content: "\4853";
}
.hgi-bulk.hgi-hierarchy-circle-01:after {
  content: "\4854";
}
.hgi-bulk.hgi-hierarchy-circle-01:before {
  content: "\4855";
}
.hgi-bulk.hgi-hierarchy-circle-02:after {
  content: "\4856";
}
.hgi-bulk.hgi-hierarchy-circle-02:before {
  content: "\4857";
}
.hgi-bulk.hgi-hierarchy-circle-03:after {
  content: "\4858";
}
.hgi-bulk.hgi-hierarchy-circle-03:before {
  content: "\4859";
}
.hgi-bulk.hgi-hierarchy-files:after {
  content: "\485a";
}
.hgi-bulk.hgi-hierarchy-files:before {
  content: "\485b";
}
.hgi-bulk.hgi-hierarchy:after {
  content: "\485c";
}
.hgi-bulk.hgi-hierarchy-square-01:after {
  content: "\485d";
}
.hgi-bulk.hgi-hierarchy-square-01:before {
  content: "\485e";
}
.hgi-bulk.hgi-hierarchy-square-02:after {
  content: "\485f";
}
.hgi-bulk.hgi-hierarchy-square-02:before {
  content: "\4860";
}
.hgi-bulk.hgi-hierarchy-square-03:after {
  content: "\4861";
}
.hgi-bulk.hgi-hierarchy-square-03:before {
  content: "\4862";
}
.hgi-bulk.hgi-hierarchy-square-04:after {
  content: "\4863";
}
.hgi-bulk.hgi-hierarchy-square-04:before {
  content: "\4864";
}
.hgi-bulk.hgi-hierarchy-square-05:after {
  content: "\4865";
}
.hgi-bulk.hgi-hierarchy-square-05:before {
  content: "\4866";
}
.hgi-bulk.hgi-hierarchy-square-06:after {
  content: "\4867";
}
.hgi-bulk.hgi-hierarchy-square-06:before {
  content: "\4868";
}
.hgi-bulk.hgi-hierarchy-square-07:after {
  content: "\4869";
}
.hgi-bulk.hgi-hierarchy-square-07:before {
  content: "\486a";
}
.hgi-bulk.hgi-hierarchy-square-08:after {
  content: "\486b";
}
.hgi-bulk.hgi-hierarchy-square-08:before {
  content: "\486c";
}
.hgi-bulk.hgi-hierarchy-square-10:after {
  content: "\486d";
}
.hgi-bulk.hgi-hierarchy-square-10:before {
  content: "\486e";
}
.hgi-bulk.hgi-hierarchy:before {
  content: "\486f";
}
.hgi-bulk.hgi-high-heels-01:after {
  content: "\4870";
}
.hgi-bulk.hgi-high-heels-01:before {
  content: "\4871";
}
.hgi-bulk.hgi-high-heels-02:after {
  content: "\4872";
}
.hgi-bulk.hgi-high-heels-02:before {
  content: "\4873";
}
.hgi-bulk.hgi-highlighter:after {
  content: "\4874";
}
.hgi-bulk.hgi-highlighter:before {
  content: "\4875";
}
.hgi-bulk.hgi-hijab:after {
  content: "\4876";
}
.hgi-bulk.hgi-hijab:before {
  content: "\4877";
}
.hgi-bulk.hgi-hockey:after {
  content: "\4878";
}
.hgi-bulk.hgi-hockey:before {
  content: "\4879";
}
.hgi-bulk.hgi-hold-01:after {
  content: "\487a";
}
.hgi-bulk.hgi-hold-01:before {
  content: "\487b";
}
.hgi-bulk.hgi-hold-02:after {
  content: "\487c";
}
.hgi-bulk.hgi-hold-02:before {
  content: "\487d";
}
.hgi-bulk.hgi-hold-03:after {
  content: "\487e";
}
.hgi-bulk.hgi-hold-03:before {
  content: "\487f";
}
.hgi-bulk.hgi-hold-04:after {
  content: "\4880";
}
.hgi-bulk.hgi-hold-04:before {
  content: "\4881";
}
.hgi-bulk.hgi-hold-05:after {
  content: "\4882";
}
.hgi-bulk.hgi-hold-05:before {
  content: "\4883";
}
.hgi-bulk.hgi-hold-locked-01:after {
  content: "\4884";
}
.hgi-bulk.hgi-hold-locked-01:before {
  content: "\4885";
}
.hgi-bulk.hgi-hold-locked-02:after {
  content: "\4886";
}
.hgi-bulk.hgi-hold-locked-02:before {
  content: "\4887";
}
.hgi-bulk.hgi-hold-phone:after {
  content: "\4888";
}
.hgi-bulk.hgi-hold-phone:before {
  content: "\4889";
}
.hgi-bulk.hgi-hologram:after {
  content: "\488a";
}
.hgi-bulk.hgi-hologram:before {
  content: "\488b";
}
.hgi-bulk.hgi-home-01:after {
  content: "\488c";
}
.hgi-bulk.hgi-home-01:before {
  content: "\488d";
}
.hgi-bulk.hgi-home-02:after {
  content: "\488e";
}
.hgi-bulk.hgi-home-02:before {
  content: "\488f";
}
.hgi-bulk.hgi-home-03:after {
  content: "\4890";
}
.hgi-bulk.hgi-home-03:before {
  content: "\4891";
}
.hgi-bulk.hgi-home-04:after {
  content: "\4892";
}
.hgi-bulk.hgi-home-04:before {
  content: "\4893";
}
.hgi-bulk.hgi-home-05:after {
  content: "\4894";
}
.hgi-bulk.hgi-home-05:before {
  content: "\4895";
}
.hgi-bulk.hgi-home-06:after {
  content: "\4896";
}
.hgi-bulk.hgi-home-06:before {
  content: "\4897";
}
.hgi-bulk.hgi-home-07:after {
  content: "\4898";
}
.hgi-bulk.hgi-home-07:before {
  content: "\4899";
}
.hgi-bulk.hgi-home-08:after {
  content: "\489a";
}
.hgi-bulk.hgi-home-08:before {
  content: "\489b";
}
.hgi-bulk.hgi-home-09:after {
  content: "\489c";
}
.hgi-bulk.hgi-home-09:before {
  content: "\489d";
}
.hgi-bulk.hgi-home-10:after {
  content: "\489e";
}
.hgi-bulk.hgi-home-10:before {
  content: "\489f";
}
.hgi-bulk.hgi-home-11:after {
  content: "\48a0";
}
.hgi-bulk.hgi-home-11:before {
  content: "\48a1";
}
.hgi-bulk.hgi-home-12:after {
  content: "\48a2";
}
.hgi-bulk.hgi-home-12:before {
  content: "\48a3";
}
.hgi-bulk.hgi-home-13:after {
  content: "\48a4";
}
.hgi-bulk.hgi-home-13:before {
  content: "\48a5";
}
.hgi-bulk.hgi-home-wifi:after {
  content: "\48a6";
}
.hgi-bulk.hgi-home-wifi:before {
  content: "\48a7";
}
.hgi-bulk.hgi-honey-01:after {
  content: "\48a8";
}
.hgi-bulk.hgi-honey-01:before {
  content: "\48a9";
}
.hgi-bulk.hgi-honey-02:after {
  content: "\48aa";
}
.hgi-bulk.hgi-honey-02:before {
  content: "\48ab";
}
.hgi-bulk.hgi-honor:after {
  content: "\48ac";
}
.hgi-bulk.hgi-honor:before {
  content: "\48ad";
}
.hgi-bulk.hgi-honour-star:after {
  content: "\48ae";
}
.hgi-bulk.hgi-honour-star:before {
  content: "\48af";
}
.hgi-bulk.hgi-hoodie:after {
  content: "\48b0";
}
.hgi-bulk.hgi-hoodie:before {
  content: "\48b1";
}
.hgi-bulk.hgi-horizonal-scroll-point:after {
  content: "\48b2";
}
.hgi-bulk.hgi-horizonal-scroll-point:before {
  content: "\48b3";
}
.hgi-bulk.hgi-horizontal-resize:after {
  content: "\48b4";
}
.hgi-bulk.hgi-horizontal-resize:before {
  content: "\48b5";
}
.hgi-bulk.hgi-horse-head:after {
  content: "\48b6";
}
.hgi-bulk.hgi-horse-head:before {
  content: "\48b7";
}
.hgi-bulk.hgi-horse-saddle:after {
  content: "\48b8";
}
.hgi-bulk.hgi-horse-saddle:before {
  content: "\48b9";
}
.hgi-bulk.hgi-horse:after {
  content: "\48ba";
}
.hgi-bulk.hgi-horse:before {
  content: "\48bb";
}
.hgi-bulk.hgi-hospital-01:after {
  content: "\48bc";
}
.hgi-bulk.hgi-hospital-01:before {
  content: "\48bd";
}
.hgi-bulk.hgi-hospital-02:after {
  content: "\48be";
}
.hgi-bulk.hgi-hospital-02:before {
  content: "\48bf";
}
.hgi-bulk.hgi-hospital-bed-01:after {
  content: "\48c0";
}
.hgi-bulk.hgi-hospital-bed-01:before {
  content: "\48c1";
}
.hgi-bulk.hgi-hospital-bed-02:after {
  content: "\48c2";
}
.hgi-bulk.hgi-hospital-bed-02:before {
  content: "\48c3";
}
.hgi-bulk.hgi-hospital-location:after {
  content: "\48c4";
}
.hgi-bulk.hgi-hospital-location:before {
  content: "\48c5";
}
.hgi-bulk.hgi-hot-air-balloon:after {
  content: "\48c6";
}
.hgi-bulk.hgi-hot-air-balloon:before {
  content: "\48c7";
}
.hgi-bulk.hgi-hot-price:after {
  content: "\48c8";
}
.hgi-bulk.hgi-hot-price:before {
  content: "\48c9";
}
.hgi-bulk.hgi-hot-tube:after {
  content: "\48ca";
}
.hgi-bulk.hgi-hot-tube:before {
  content: "\48cb";
}
.hgi-bulk.hgi-hotdog:after {
  content: "\48cc";
}
.hgi-bulk.hgi-hotdog:before {
  content: "\48cd";
}
.hgi-bulk.hgi-hotel-01:after {
  content: "\48ce";
}
.hgi-bulk.hgi-hotel-01:before {
  content: "\48cf";
}
.hgi-bulk.hgi-hotel-02:after {
  content: "\48d0";
}
.hgi-bulk.hgi-hotel-02:before {
  content: "\48d1";
}
.hgi-bulk.hgi-hotel-bell:after {
  content: "\48d2";
}
.hgi-bulk.hgi-hotel-bell:before {
  content: "\48d3";
}
.hgi-bulk.hgi-hotspot-offline:after {
  content: "\48d4";
}
.hgi-bulk.hgi-hotspot-offline:before {
  content: "\48d5";
}
.hgi-bulk.hgi-hotspot:after {
  content: "\48d6";
}
.hgi-bulk.hgi-hotspot:before {
  content: "\48d7";
}
.hgi-bulk.hgi-hourglass-off:after {
  content: "\48d8";
}
.hgi-bulk.hgi-hourglass-off:before {
  content: "\48d9";
}
.hgi-bulk.hgi-hourglass:after {
  content: "\48da";
}
.hgi-bulk.hgi-hourglass:before {
  content: "\48db";
}
.hgi-bulk.hgi-house-01:after {
  content: "\48dc";
}
.hgi-bulk.hgi-house-01:before {
  content: "\48dd";
}
.hgi-bulk.hgi-house-02:after {
  content: "\48de";
}
.hgi-bulk.hgi-house-02:before {
  content: "\48df";
}
.hgi-bulk.hgi-house-03:after {
  content: "\48e0";
}
.hgi-bulk.hgi-house-03:before {
  content: "\48e1";
}
.hgi-bulk.hgi-house-04:after {
  content: "\48e2";
}
.hgi-bulk.hgi-house-04:before {
  content: "\48e3";
}
.hgi-bulk.hgi-house-05:after {
  content: "\48e4";
}
.hgi-bulk.hgi-house-05:before {
  content: "\48e5";
}
.hgi-bulk.hgi-house-solar-panel:after {
  content: "\48e6";
}
.hgi-bulk.hgi-house-solar-panel:before {
  content: "\48e7";
}
.hgi-bulk.hgi-html-5:after {
  content: "\48e8";
}
.hgi-bulk.hgi-html-5:before {
  content: "\48e9";
}
.hgi-bulk.hgi-hugeicons:after {
  content: "\48ea";
}
.hgi-bulk.hgi-hugeicons:before {
  content: "\48eb";
}
.hgi-bulk.hgi-humidity:after {
  content: "\48ec";
}
.hgi-bulk.hgi-humidity:before {
  content: "\48ed";
}
.hgi-bulk.hgi-hut:after {
  content: "\48ee";
}
.hgi-bulk.hgi-hut:before {
  content: "\48ef";
}
.hgi-bulk.hgi-hydro-power:after {
  content: "\48f0";
}
.hgi-bulk.hgi-hydro-power:before {
  content: "\48f1";
}
.hgi-bulk.hgi-hyperbole:after {
  content: "\48f2";
}
.hgi-bulk.hgi-hyperbole:before {
  content: "\48f3";
}
.hgi-bulk.hgi-ice-cream-01:after {
  content: "\48f4";
}
.hgi-bulk.hgi-ice-cream-01:before {
  content: "\48f5";
}
.hgi-bulk.hgi-ice-cream-02:after {
  content: "\48f6";
}
.hgi-bulk.hgi-ice-cream-02:before {
  content: "\48f7";
}
.hgi-bulk.hgi-ice-cream-03:after {
  content: "\48f8";
}
.hgi-bulk.hgi-ice-cream-03:before {
  content: "\48f9";
}
.hgi-bulk.hgi-ice-cream-04:after {
  content: "\48fa";
}
.hgi-bulk.hgi-ice-cream-04:before {
  content: "\48fb";
}
.hgi-bulk.hgi-ice-cubes:after {
  content: "\48fc";
}
.hgi-bulk.hgi-ice-cubes:before {
  content: "\48fd";
}
.hgi-bulk.hgi-ice-hockey:after {
  content: "\48fe";
}
.hgi-bulk.hgi-ice-hockey:before {
  content: "\48ff";
}
.hgi-bulk.hgi-ice-skating:after {
  content: "\4900";
}
.hgi-bulk.hgi-ice-skating:before {
  content: "\4901";
}
.hgi-bulk.hgi-ico:after {
  content: "\4902";
}
.hgi-bulk.hgi-ico:before {
  content: "\4903";
}
.hgi-bulk.hgi-iconjar:after {
  content: "\4904";
}
.hgi-bulk.hgi-iconjar:before {
  content: "\4905";
}
.hgi-bulk.hgi-id-not-verified:after {
  content: "\4906";
}
.hgi-bulk.hgi-id-not-verified:before {
  content: "\4907";
}
.hgi-bulk.hgi-id:after {
  content: "\4908";
}
.hgi-bulk.hgi-id-verified:after {
  content: "\4909";
}
.hgi-bulk.hgi-id-verified:before {
  content: "\490a";
}
.hgi-bulk.hgi-id:before {
  content: "\490b";
}
.hgi-bulk.hgi-idea-01:after {
  content: "\490c";
}
.hgi-bulk.hgi-idea-01:before {
  content: "\490d";
}
.hgi-bulk.hgi-idea:after {
  content: "\490e";
}
.hgi-bulk.hgi-idea:before {
  content: "\490f";
}
.hgi-bulk.hgi-identification:after {
  content: "\4910";
}
.hgi-bulk.hgi-identification:before {
  content: "\4911";
}
.hgi-bulk.hgi-identity-card:after {
  content: "\4912";
}
.hgi-bulk.hgi-identity-card:before {
  content: "\4913";
}
.hgi-bulk.hgi-image-01:after {
  content: "\4914";
}
.hgi-bulk.hgi-image-01:before {
  content: "\4915";
}
.hgi-bulk.hgi-image-02:after {
  content: "\4916";
}
.hgi-bulk.hgi-image-02:before {
  content: "\4917";
}
.hgi-bulk.hgi-image-03:after {
  content: "\4918";
}
.hgi-bulk.hgi-image-03:before {
  content: "\4919";
}
.hgi-bulk.hgi-image-actual-size:after {
  content: "\491a";
}
.hgi-bulk.hgi-image-actual-size:before {
  content: "\491b";
}
.hgi-bulk.hgi-image-add-01:after {
  content: "\491c";
}
.hgi-bulk.hgi-image-add-01:before {
  content: "\491d";
}
.hgi-bulk.hgi-image-add-02:after {
  content: "\491e";
}
.hgi-bulk.hgi-image-add-02:before {
  content: "\491f";
}
.hgi-bulk.hgi-image-composition-oval:after {
  content: "\4920";
}
.hgi-bulk.hgi-image-composition-oval:before {
  content: "\4921";
}
.hgi-bulk.hgi-image-composition:after {
  content: "\4922";
}
.hgi-bulk.hgi-image-composition:before {
  content: "\4923";
}
.hgi-bulk.hgi-image-counter-clockwise:after {
  content: "\4924";
}
.hgi-bulk.hgi-image-counter-clockwise:before {
  content: "\4925";
}
.hgi-bulk.hgi-image-crop:after {
  content: "\4926";
}
.hgi-bulk.hgi-image-crop:before {
  content: "\4927";
}
.hgi-bulk.hgi-image-delete-01:after {
  content: "\4928";
}
.hgi-bulk.hgi-image-delete-01:before {
  content: "\4929";
}
.hgi-bulk.hgi-image-delete-02:after {
  content: "\492a";
}
.hgi-bulk.hgi-image-delete-02:before {
  content: "\492b";
}
.hgi-bulk.hgi-image-done-01:after {
  content: "\492c";
}
.hgi-bulk.hgi-image-done-01:before {
  content: "\492d";
}
.hgi-bulk.hgi-image-done-02:after {
  content: "\492e";
}
.hgi-bulk.hgi-image-done-02:before {
  content: "\492f";
}
.hgi-bulk.hgi-image-download-02:after {
  content: "\4930";
}
.hgi-bulk.hgi-image-download-02:before {
  content: "\4931";
}
.hgi-bulk.hgi-image-download:after {
  content: "\4932";
}
.hgi-bulk.hgi-image-download:before {
  content: "\4933";
}
.hgi-bulk.hgi-image-flip -horizontal:after {
  content: "\4934";
}
.hgi-bulk.hgi-image-flip -horizontal:before {
  content: "\4935";
}
.hgi-bulk.hgi-image-flip-vertical:after {
  content: "\4936";
}
.hgi-bulk.hgi-image-flip-vertical:before {
  content: "\4937";
}
.hgi-bulk.hgi-image-not-found-01:after {
  content: "\4938";
}
.hgi-bulk.hgi-image-not-found-01:before {
  content: "\4939";
}
.hgi-bulk.hgi-image-not-found-02:after {
  content: "\493a";
}
.hgi-bulk.hgi-image-not-found-02:before {
  content: "\493b";
}
.hgi-bulk.hgi-image-remove-01:after {
  content: "\493c";
}
.hgi-bulk.hgi-image-remove-01:before {
  content: "\493d";
}
.hgi-bulk.hgi-image-remove-02:after {
  content: "\493e";
}
.hgi-bulk.hgi-image-remove-02:before {
  content: "\493f";
}
.hgi-bulk.hgi-image-rotation-clockwise:after {
  content: "\4940";
}
.hgi-bulk.hgi-image-rotation-clockwise:before {
  content: "\4941";
}
.hgi-bulk.hgi-image-upload-01:after {
  content: "\4942";
}
.hgi-bulk.hgi-image-upload-01:before {
  content: "\4943";
}
.hgi-bulk.hgi-image-upload:after {
  content: "\4944";
}
.hgi-bulk.hgi-image-upload:before {
  content: "\4945";
}
.hgi-bulk.hgi-imo:after {
  content: "\4946";
}
.hgi-bulk.hgi-imo:before {
  content: "\4947";
}
.hgi-bulk.hgi-important-book:after {
  content: "\4948";
}
.hgi-bulk.hgi-important-book:before {
  content: "\4949";
}
.hgi-bulk.hgi-in-love:after {
  content: "\494a";
}
.hgi-bulk.hgi-in-love:before {
  content: "\494b";
}
.hgi-bulk.hgi-inbox-check:after {
  content: "\494c";
}
.hgi-bulk.hgi-inbox-check:before {
  content: "\494d";
}
.hgi-bulk.hgi-inbox-download:after {
  content: "\494e";
}
.hgi-bulk.hgi-inbox-download:before {
  content: "\494f";
}
.hgi-bulk.hgi-inbox:after {
  content: "\4950";
}
.hgi-bulk.hgi-inbox-unread:after {
  content: "\4951";
}
.hgi-bulk.hgi-inbox-unread:before {
  content: "\4952";
}
.hgi-bulk.hgi-inbox-upload:after {
  content: "\4953";
}
.hgi-bulk.hgi-inbox-upload:before {
  content: "\4954";
}
.hgi-bulk.hgi-inbox:before {
  content: "\4955";
}
.hgi-bulk.hgi-incognito:after {
  content: "\4956";
}
.hgi-bulk.hgi-incognito:before {
  content: "\4957";
}
.hgi-bulk.hgi-india-gate:after {
  content: "\4958";
}
.hgi-bulk.hgi-india-gate:before {
  content: "\4959";
}
.hgi-bulk.hgi-inequality-01:after {
  content: "\495a";
}
.hgi-bulk.hgi-inequality-01:before {
  content: "\495b";
}
.hgi-bulk.hgi-inequality-02:after {
  content: "\495c";
}
.hgi-bulk.hgi-inequality-02:before {
  content: "\495d";
}
.hgi-bulk.hgi-inequality-circle-01:after {
  content: "\495e";
}
.hgi-bulk.hgi-inequality-circle-01:before {
  content: "\495f";
}
.hgi-bulk.hgi-inequality-circle-02:after {
  content: "\4960";
}
.hgi-bulk.hgi-inequality-circle-02:before {
  content: "\4961";
}
.hgi-bulk.hgi-inequality-square-01:after {
  content: "\4962";
}
.hgi-bulk.hgi-inequality-square-01:before {
  content: "\4963";
}
.hgi-bulk.hgi-inequality-square-02:after {
  content: "\4964";
}
.hgi-bulk.hgi-inequality-square-02:before {
  content: "\4965";
}
.hgi-bulk.hgi-infant:after {
  content: "\4966";
}
.hgi-bulk.hgi-infant:before {
  content: "\4967";
}
.hgi-bulk.hgi-infinity-01:after {
  content: "\4968";
}
.hgi-bulk.hgi-infinity-01:before {
  content: "\4969";
}
.hgi-bulk.hgi-infinity-02:after {
  content: "\496a";
}
.hgi-bulk.hgi-infinity-02:before {
  content: "\496b";
}
.hgi-bulk.hgi-infinity-circle:after {
  content: "\496c";
}
.hgi-bulk.hgi-infinity-circle:before {
  content: "\496d";
}
.hgi-bulk.hgi-infinity-square:after {
  content: "\496e";
}
.hgi-bulk.hgi-infinity-square:before {
  content: "\496f";
}
.hgi-bulk.hgi-information-circle:after {
  content: "\4970";
}
.hgi-bulk.hgi-information-circle:before {
  content: "\4971";
}
.hgi-bulk.hgi-information-diamond:after {
  content: "\4972";
}
.hgi-bulk.hgi-information-diamond:before {
  content: "\4973";
}
.hgi-bulk.hgi-information-square:after {
  content: "\4974";
}
.hgi-bulk.hgi-information-square:before {
  content: "\4975";
}
.hgi-bulk.hgi-injection:after {
  content: "\4976";
}
.hgi-bulk.hgi-injection:before {
  content: "\4977";
}
.hgi-bulk.hgi-insert-bottom-image:after {
  content: "\4978";
}
.hgi-bulk.hgi-insert-bottom-image:before {
  content: "\4979";
}
.hgi-bulk.hgi-insert-center-image:after {
  content: "\497a";
}
.hgi-bulk.hgi-insert-center-image:before {
  content: "\497b";
}
.hgi-bulk.hgi-insert-column-left:after {
  content: "\497c";
}
.hgi-bulk.hgi-insert-column-left:before {
  content: "\497d";
}
.hgi-bulk.hgi-insert-column:after {
  content: "\497e";
}
.hgi-bulk.hgi-insert-column:before {
  content: "\497f";
}
.hgi-bulk.hgi-insert-pi:after {
  content: "\4980";
}
.hgi-bulk.hgi-insert-pi:before {
  content: "\4981";
}
.hgi-bulk.hgi-insert-row-down:after {
  content: "\4982";
}
.hgi-bulk.hgi-insert-row-down:before {
  content: "\4983";
}
.hgi-bulk.hgi-insert-row:after {
  content: "\4984";
}
.hgi-bulk.hgi-insert-row-up:after {
  content: "\4985";
}
.hgi-bulk.hgi-insert-row-up:before {
  content: "\4986";
}
.hgi-bulk.hgi-insert-row:before {
  content: "\4987";
}
.hgi-bulk.hgi-insert-top-image:after {
  content: "\4988";
}
.hgi-bulk.hgi-insert-top-image:before {
  content: "\4989";
}
.hgi-bulk.hgi-inspect-code:after {
  content: "\498a";
}
.hgi-bulk.hgi-inspect-code:before {
  content: "\498b";
}
.hgi-bulk.hgi-instagram:after {
  content: "\498c";
}
.hgi-bulk.hgi-instagram:before {
  content: "\498d";
}
.hgi-bulk.hgi-installing-updates-01:after {
  content: "\498e";
}
.hgi-bulk.hgi-installing-updates-01:before {
  content: "\498f";
}
.hgi-bulk.hgi-installing-updates-02:after {
  content: "\4990";
}
.hgi-bulk.hgi-installing-updates-02:before {
  content: "\4991";
}
.hgi-bulk.hgi-internet-antenna-01:after {
  content: "\4992";
}
.hgi-bulk.hgi-internet-antenna-01:before {
  content: "\4993";
}
.hgi-bulk.hgi-internet-antenna-02:after {
  content: "\4994";
}
.hgi-bulk.hgi-internet-antenna-02:before {
  content: "\4995";
}
.hgi-bulk.hgi-internet-antenna-03:after {
  content: "\4996";
}
.hgi-bulk.hgi-internet-antenna-03:before {
  content: "\4997";
}
.hgi-bulk.hgi-internet-antenna-04:after {
  content: "\4998";
}
.hgi-bulk.hgi-internet-antenna-04:before {
  content: "\4999";
}
.hgi-bulk.hgi-internet:after {
  content: "\499a";
}
.hgi-bulk.hgi-internet:before {
  content: "\499b";
}
.hgi-bulk.hgi-investigation:after {
  content: "\499c";
}
.hgi-bulk.hgi-investigation:before {
  content: "\499d";
}
.hgi-bulk.hgi-invoice-01:after {
  content: "\499e";
}
.hgi-bulk.hgi-invoice-01:before {
  content: "\499f";
}
.hgi-bulk.hgi-invoice-02:after {
  content: "\49a0";
}
.hgi-bulk.hgi-invoice-02:before {
  content: "\49a1";
}
.hgi-bulk.hgi-invoice-03:after {
  content: "\49a2";
}
.hgi-bulk.hgi-invoice-03:before {
  content: "\49a3";
}
.hgi-bulk.hgi-invoice-04:after {
  content: "\49a4";
}
.hgi-bulk.hgi-invoice-04:before {
  content: "\49a5";
}
.hgi-bulk.hgi-invoice:after {
  content: "\49a6";
}
.hgi-bulk.hgi-invoice:before {
  content: "\49a7";
}
.hgi-bulk.hgi-ipod:after {
  content: "\49a8";
}
.hgi-bulk.hgi-ipod:before {
  content: "\49a9";
}
.hgi-bulk.hgi-iris-scan:after {
  content: "\49aa";
}
.hgi-bulk.hgi-iris-scan:before {
  content: "\49ab";
}
.hgi-bulk.hgi-island:after {
  content: "\49ac";
}
.hgi-bulk.hgi-island:before {
  content: "\49ad";
}
.hgi-bulk.hgi-jar:after {
  content: "\49ae";
}
.hgi-bulk.hgi-jar:before {
  content: "\49af";
}
.hgi-bulk.hgi-java-script:after {
  content: "\49b0";
}
.hgi-bulk.hgi-java-script:before {
  content: "\49b1";
}
.hgi-bulk.hgi-java:after {
  content: "\49b2";
}
.hgi-bulk.hgi-java:before {
  content: "\49b3";
}
.hgi-bulk.hgi-job-link:after {
  content: "\49b4";
}
.hgi-bulk.hgi-job-link:before {
  content: "\49b5";
}
.hgi-bulk.hgi-job-search:after {
  content: "\49b6";
}
.hgi-bulk.hgi-job-search:before {
  content: "\49b7";
}
.hgi-bulk.hgi-job-share:after {
  content: "\49b8";
}
.hgi-bulk.hgi-job-share:before {
  content: "\49b9";
}
.hgi-bulk.hgi-jogger-pants:after {
  content: "\49ba";
}
.hgi-bulk.hgi-jogger-pants:before {
  content: "\49bb";
}
.hgi-bulk.hgi-join-bevel:after {
  content: "\49bc";
}
.hgi-bulk.hgi-join-bevel:before {
  content: "\49bd";
}
.hgi-bulk.hgi-join-round:after {
  content: "\49be";
}
.hgi-bulk.hgi-join-round:before {
  content: "\49bf";
}
.hgi-bulk.hgi-join-straight:after {
  content: "\49c0";
}
.hgi-bulk.hgi-join-straight:before {
  content: "\49c1";
}
.hgi-bulk.hgi-joker:after {
  content: "\49c2";
}
.hgi-bulk.hgi-joker:before {
  content: "\49c3";
}
.hgi-bulk.hgi-joystick-01:after {
  content: "\49c4";
}
.hgi-bulk.hgi-joystick-01:before {
  content: "\49c5";
}
.hgi-bulk.hgi-joystick-02:after {
  content: "\49c6";
}
.hgi-bulk.hgi-joystick-02:before {
  content: "\49c7";
}
.hgi-bulk.hgi-joystick-03:after {
  content: "\49c8";
}
.hgi-bulk.hgi-joystick-03:before {
  content: "\49c9";
}
.hgi-bulk.hgi-joystick-04:after {
  content: "\49ca";
}
.hgi-bulk.hgi-joystick-04:before {
  content: "\49cb";
}
.hgi-bulk.hgi-joystick-05:after {
  content: "\49cc";
}
.hgi-bulk.hgi-joystick-05:before {
  content: "\49cd";
}
.hgi-bulk.hgi-jpg-01:after {
  content: "\49ce";
}
.hgi-bulk.hgi-jpg-01:before {
  content: "\49cf";
}
.hgi-bulk.hgi-jpg-02:after {
  content: "\49d0";
}
.hgi-bulk.hgi-jpg-02:before {
  content: "\49d1";
}
.hgi-bulk.hgi-jsx-01:after {
  content: "\49d2";
}
.hgi-bulk.hgi-jsx-01:before {
  content: "\49d3";
}
.hgi-bulk.hgi-jsx-02:after {
  content: "\49d4";
}
.hgi-bulk.hgi-jsx-02:before {
  content: "\49d5";
}
.hgi-bulk.hgi-jsx-03:after {
  content: "\49d6";
}
.hgi-bulk.hgi-jsx-03:before {
  content: "\49d7";
}
.hgi-bulk.hgi-judge:after {
  content: "\49d8";
}
.hgi-bulk.hgi-judge:before {
  content: "\49d9";
}
.hgi-bulk.hgi-jumpers:after {
  content: "\49da";
}
.hgi-bulk.hgi-jumpers:before {
  content: "\49db";
}
.hgi-bulk.hgi-jupiter:after {
  content: "\49dc";
}
.hgi-bulk.hgi-jupiter:before {
  content: "\49dd";
}
.hgi-bulk.hgi-justice-scale-01:after {
  content: "\49de";
}
.hgi-bulk.hgi-justice-scale-01:before {
  content: "\49df";
}
.hgi-bulk.hgi-justice-scale-02:after {
  content: "\49e0";
}
.hgi-bulk.hgi-justice-scale-02:before {
  content: "\49e1";
}
.hgi-bulk.hgi-kaaba-01:after {
  content: "\49e2";
}
.hgi-bulk.hgi-kaaba-01:before {
  content: "\49e3";
}
.hgi-bulk.hgi-kaaba-02:after {
  content: "\49e4";
}
.hgi-bulk.hgi-kaaba-02:before {
  content: "\49e5";
}
.hgi-bulk.hgi-kanban:after {
  content: "\49e6";
}
.hgi-bulk.hgi-kanban:before {
  content: "\49e7";
}
.hgi-bulk.hgi-kayak:after {
  content: "\49e8";
}
.hgi-bulk.hgi-kayak:before {
  content: "\49e9";
}
.hgi-bulk.hgi-keffiyeh:after {
  content: "\49ea";
}
.hgi-bulk.hgi-keffiyeh:before {
  content: "\49eb";
}
.hgi-bulk.hgi-kettle-01:after {
  content: "\49ec";
}
.hgi-bulk.hgi-kettle-01:before {
  content: "\49ed";
}
.hgi-bulk.hgi-kettle:after {
  content: "\49ee";
}
.hgi-bulk.hgi-kettle:before {
  content: "\49ef";
}
.hgi-bulk.hgi-kettlebell:after {
  content: "\49f0";
}
.hgi-bulk.hgi-kettlebell:before {
  content: "\49f1";
}
.hgi-bulk.hgi-ketupat:after {
  content: "\49f2";
}
.hgi-bulk.hgi-ketupat:before {
  content: "\49f3";
}
.hgi-bulk.hgi-key-01:after {
  content: "\49f4";
}
.hgi-bulk.hgi-key-01:before {
  content: "\49f5";
}
.hgi-bulk.hgi-key-02:after {
  content: "\49f6";
}
.hgi-bulk.hgi-key-02:before {
  content: "\49f7";
}
.hgi-bulk.hgi-key-generator-fob:after {
  content: "\49f8";
}
.hgi-bulk.hgi-key-generator-fob:before {
  content: "\49f9";
}
.hgi-bulk.hgi-keyboard:after {
  content: "\49fa";
}
.hgi-bulk.hgi-keyboard:before {
  content: "\49fb";
}
.hgi-bulk.hgi-keyframe-add:after {
  content: "\49fc";
}
.hgi-bulk.hgi-keyframe-add:before {
  content: "\49fd";
}
.hgi-bulk.hgi-keyframe-align-center:after {
  content: "\49fe";
}
.hgi-bulk.hgi-keyframe-align-center:before {
  content: "\49ff";
}
.hgi-bulk.hgi-keyframe-align-horizontal:after {
  content: "\4a00";
}
.hgi-bulk.hgi-keyframe-align-horizontal:before {
  content: "\4a01";
}
.hgi-bulk.hgi-keyframe-align-vertical:after {
  content: "\4a02";
}
.hgi-bulk.hgi-keyframe-align-vertical:before {
  content: "\4a03";
}
.hgi-bulk.hgi-keyframe-bottom:after {
  content: "\4a04";
}
.hgi-bulk.hgi-keyframe-bottom:before {
  content: "\4a05";
}
.hgi-bulk.hgi-keyframe-left:after {
  content: "\4a06";
}
.hgi-bulk.hgi-keyframe-left:before {
  content: "\4a07";
}
.hgi-bulk.hgi-keyframe-remove:after {
  content: "\4a08";
}
.hgi-bulk.hgi-keyframe-remove:before {
  content: "\4a09";
}
.hgi-bulk.hgi-keyframe-right:after {
  content: "\4a0a";
}
.hgi-bulk.hgi-keyframe-right:before {
  content: "\4a0b";
}
.hgi-bulk.hgi-keyframe:after {
  content: "\4a0c";
}
.hgi-bulk.hgi-keyframe-top:after {
  content: "\4a0d";
}
.hgi-bulk.hgi-keyframe-top:before {
  content: "\4a0e";
}
.hgi-bulk.hgi-keyframe:before {
  content: "\4a0f";
}
.hgi-bulk.hgi-keyframes-double-add:after {
  content: "\4a10";
}
.hgi-bulk.hgi-keyframes-double-add:before {
  content: "\4a11";
}
.hgi-bulk.hgi-keyframes-double-remove:after {
  content: "\4a12";
}
.hgi-bulk.hgi-keyframes-double-remove:before {
  content: "\4a13";
}
.hgi-bulk.hgi-keyframes-double:after {
  content: "\4a14";
}
.hgi-bulk.hgi-keyframes-double:before {
  content: "\4a15";
}
.hgi-bulk.hgi-keyframes-multiple-add:after {
  content: "\4a16";
}
.hgi-bulk.hgi-keyframes-multiple-add:before {
  content: "\4a17";
}
.hgi-bulk.hgi-keyframes-multiple-remove:after {
  content: "\4a18";
}
.hgi-bulk.hgi-keyframes-multiple-remove:before {
  content: "\4a19";
}
.hgi-bulk.hgi-keyframes-multiple:after {
  content: "\4a1a";
}
.hgi-bulk.hgi-keyframes-multiple:before {
  content: "\4a1b";
}
.hgi-bulk.hgi-kickstarter-01:after {
  content: "\4a1c";
}
.hgi-bulk.hgi-kickstarter-01:before {
  content: "\4a1d";
}
.hgi-bulk.hgi-kickstarter-02:after {
  content: "\4a1e";
}
.hgi-bulk.hgi-kickstarter-02:before {
  content: "\4a1f";
}
.hgi-bulk.hgi-kid:after {
  content: "\4a20";
}
.hgi-bulk.hgi-kid:before {
  content: "\4a21";
}
.hgi-bulk.hgi-kidneys:after {
  content: "\4a22";
}
.hgi-bulk.hgi-kidneys:before {
  content: "\4a23";
}
.hgi-bulk.hgi-kissing:after {
  content: "\4a24";
}
.hgi-bulk.hgi-kissing:before {
  content: "\4a25";
}
.hgi-bulk.hgi-kitchen-utensils:after {
  content: "\4a26";
}
.hgi-bulk.hgi-kitchen-utensils:before {
  content: "\4a27";
}
.hgi-bulk.hgi-kite:after {
  content: "\4a28";
}
.hgi-bulk.hgi-kite:before {
  content: "\4a29";
}
.hgi-bulk.hgi-klarna:after {
  content: "\4a2a";
}
.hgi-bulk.hgi-klarna:before {
  content: "\4a2b";
}
.hgi-bulk.hgi-knife-01:after {
  content: "\4a2c";
}
.hgi-bulk.hgi-knife-01:before {
  content: "\4a2d";
}
.hgi-bulk.hgi-knife-02:after {
  content: "\4a2e";
}
.hgi-bulk.hgi-knife-02:before {
  content: "\4a2f";
}
.hgi-bulk.hgi-knife-bread:after {
  content: "\4a30";
}
.hgi-bulk.hgi-knife-bread:before {
  content: "\4a31";
}
.hgi-bulk.hgi-knight-shield:after {
  content: "\4a32";
}
.hgi-bulk.hgi-knight-shield:before {
  content: "\4a33";
}
.hgi-bulk.hgi-knives:after {
  content: "\4a34";
}
.hgi-bulk.hgi-knives:before {
  content: "\4a35";
}
.hgi-bulk.hgi-knowledge-01:after {
  content: "\4a36";
}
.hgi-bulk.hgi-knowledge-01:before {
  content: "\4a37";
}
.hgi-bulk.hgi-knowledge-02:after {
  content: "\4a38";
}
.hgi-bulk.hgi-knowledge-02:before {
  content: "\4a39";
}
.hgi-bulk.hgi-ko-fi:after {
  content: "\4a3a";
}
.hgi-bulk.hgi-ko-fi:before {
  content: "\4a3b";
}
.hgi-bulk.hgi-kurta-01:after {
  content: "\4a3c";
}
.hgi-bulk.hgi-kurta-01:before {
  content: "\4a3d";
}
.hgi-bulk.hgi-kurta:after {
  content: "\4a3e";
}
.hgi-bulk.hgi-kurta:before {
  content: "\4a3f";
}
.hgi-bulk.hgi-label-important:after {
  content: "\4a40";
}
.hgi-bulk.hgi-label-important:before {
  content: "\4a41";
}
.hgi-bulk.hgi-label:after {
  content: "\4a42";
}
.hgi-bulk.hgi-label:before {
  content: "\4a43";
}
.hgi-bulk.hgi-labor:after {
  content: "\4a44";
}
.hgi-bulk.hgi-labor:before {
  content: "\4a45";
}
.hgi-bulk.hgi-labs:after {
  content: "\4a46";
}
.hgi-bulk.hgi-labs:before {
  content: "\4a47";
}
.hgi-bulk.hgi-lake:after {
  content: "\4a48";
}
.hgi-bulk.hgi-lake:before {
  content: "\4a49";
}
.hgi-bulk.hgi-lamp-01:after {
  content: "\4a4a";
}
.hgi-bulk.hgi-lamp-01:before {
  content: "\4a4b";
}
.hgi-bulk.hgi-lamp-02:after {
  content: "\4a4c";
}
.hgi-bulk.hgi-lamp-02:before {
  content: "\4a4d";
}
.hgi-bulk.hgi-lamp-03:after {
  content: "\4a4e";
}
.hgi-bulk.hgi-lamp-03:before {
  content: "\4a4f";
}
.hgi-bulk.hgi-lamp-04:after {
  content: "\4a50";
}
.hgi-bulk.hgi-lamp-04:before {
  content: "\4a51";
}
.hgi-bulk.hgi-lamp-05:after {
  content: "\4a52";
}
.hgi-bulk.hgi-lamp-05:before {
  content: "\4a53";
}
.hgi-bulk.hgi-lamp:after {
  content: "\4a54";
}
.hgi-bulk.hgi-lamp:before {
  content: "\4a55";
}
.hgi-bulk.hgi-language-circle:after {
  content: "\4a56";
}
.hgi-bulk.hgi-language-circle:before {
  content: "\4a57";
}
.hgi-bulk.hgi-language-skill:after {
  content: "\4a58";
}
.hgi-bulk.hgi-language-skill:before {
  content: "\4a59";
}
.hgi-bulk.hgi-language-square:after {
  content: "\4a5a";
}
.hgi-bulk.hgi-language-square:before {
  content: "\4a5b";
}
.hgi-bulk.hgi-lantern:after {
  content: "\4a5c";
}
.hgi-bulk.hgi-lantern:before {
  content: "\4a5d";
}
.hgi-bulk.hgi-laptop-add:after {
  content: "\4a5e";
}
.hgi-bulk.hgi-laptop-add:before {
  content: "\4a5f";
}
.hgi-bulk.hgi-laptop-charging:after {
  content: "\4a60";
}
.hgi-bulk.hgi-laptop-charging:before {
  content: "\4a61";
}
.hgi-bulk.hgi-laptop-check:after {
  content: "\4a62";
}
.hgi-bulk.hgi-laptop-check:before {
  content: "\4a63";
}
.hgi-bulk.hgi-laptop-cloud:after {
  content: "\4a64";
}
.hgi-bulk.hgi-laptop-cloud:before {
  content: "\4a65";
}
.hgi-bulk.hgi-laptop-issue:after {
  content: "\4a66";
}
.hgi-bulk.hgi-laptop-issue:before {
  content: "\4a67";
}
.hgi-bulk.hgi-laptop-performance:after {
  content: "\4a68";
}
.hgi-bulk.hgi-laptop-performance:before {
  content: "\4a69";
}
.hgi-bulk.hgi-laptop-phone-sync:after {
  content: "\4a6a";
}
.hgi-bulk.hgi-laptop-phone-sync:before {
  content: "\4a6b";
}
.hgi-bulk.hgi-laptop-programming:after {
  content: "\4a6c";
}
.hgi-bulk.hgi-laptop-programming:before {
  content: "\4a6d";
}
.hgi-bulk.hgi-laptop-remove:after {
  content: "\4a6e";
}
.hgi-bulk.hgi-laptop-remove:before {
  content: "\4a6f";
}
.hgi-bulk.hgi-laptop:after {
  content: "\4a70";
}
.hgi-bulk.hgi-laptop-settings:after {
  content: "\4a71";
}
.hgi-bulk.hgi-laptop-settings:before {
  content: "\4a72";
}
.hgi-bulk.hgi-laptop-video:after {
  content: "\4a73";
}
.hgi-bulk.hgi-laptop-video:before {
  content: "\4a74";
}
.hgi-bulk.hgi-laptop:before {
  content: "\4a75";
}
.hgi-bulk.hgi-lasso-tool-01:after {
  content: "\4a76";
}
.hgi-bulk.hgi-lasso-tool-01:before {
  content: "\4a77";
}
.hgi-bulk.hgi-lasso-tool-02:after {
  content: "\4a78";
}
.hgi-bulk.hgi-lasso-tool-02:before {
  content: "\4a79";
}
.hgi-bulk.hgi-last-fm:after {
  content: "\4a7a";
}
.hgi-bulk.hgi-last-fm:before {
  content: "\4a7b";
}
.hgi-bulk.hgi-latitude:after {
  content: "\4a7c";
}
.hgi-bulk.hgi-latitude:before {
  content: "\4a7d";
}
.hgi-bulk.hgi-laughing:after {
  content: "\4a7e";
}
.hgi-bulk.hgi-laughing:before {
  content: "\4a7f";
}
.hgi-bulk.hgi-laurel-wreath-01:after {
  content: "\4a80";
}
.hgi-bulk.hgi-laurel-wreath-01:before {
  content: "\4a81";
}
.hgi-bulk.hgi-laurel-wreath-02:after {
  content: "\4a82";
}
.hgi-bulk.hgi-laurel-wreath-02:before {
  content: "\4a83";
}
.hgi-bulk.hgi-laurel-wreath-first-01:after {
  content: "\4a84";
}
.hgi-bulk.hgi-laurel-wreath-first-01:before {
  content: "\4a85";
}
.hgi-bulk.hgi-laurel-wreath-first-02:after {
  content: "\4a86";
}
.hgi-bulk.hgi-laurel-wreath-first-02:before {
  content: "\4a87";
}
.hgi-bulk.hgi-laurel-wreath-left-01:after {
  content: "\4a88";
}
.hgi-bulk.hgi-laurel-wreath-left-01:before {
  content: "\4a89";
}
.hgi-bulk.hgi-laurel-wreath-left-02:after {
  content: "\4a8a";
}
.hgi-bulk.hgi-laurel-wreath-left-02:before {
  content: "\4a8b";
}
.hgi-bulk.hgi-laurel-wreath-left-03:after {
  content: "\4a8c";
}
.hgi-bulk.hgi-laurel-wreath-left-03:before {
  content: "\4a8d";
}
.hgi-bulk.hgi-laurel-wreath-right-01:after {
  content: "\4a8e";
}
.hgi-bulk.hgi-laurel-wreath-right-01:before {
  content: "\4a8f";
}
.hgi-bulk.hgi-laurel-wreath-right-02:after {
  content: "\4a90";
}
.hgi-bulk.hgi-laurel-wreath-right-02:before {
  content: "\4a91";
}
.hgi-bulk.hgi-laurel-wreath-right-03:after {
  content: "\4a92";
}
.hgi-bulk.hgi-laurel-wreath-right-03:before {
  content: "\4a93";
}
.hgi-bulk.hgi-layer-add:after {
  content: "\4a94";
}
.hgi-bulk.hgi-layer-add:before {
  content: "\4a95";
}
.hgi-bulk.hgi-layer-mask-01:after {
  content: "\4a96";
}
.hgi-bulk.hgi-layer-mask-01:before {
  content: "\4a97";
}
.hgi-bulk.hgi-layer-mask-02:after {
  content: "\4a98";
}
.hgi-bulk.hgi-layer-mask-02:before {
  content: "\4a99";
}
.hgi-bulk.hgi-layers-01:after {
  content: "\4a9a";
}
.hgi-bulk.hgi-layers-01:before {
  content: "\4a9b";
}
.hgi-bulk.hgi-layers-02:after {
  content: "\4a9c";
}
.hgi-bulk.hgi-layers-02:before {
  content: "\4a9d";
}
.hgi-bulk.hgi-layers-logo:after {
  content: "\4a9e";
}
.hgi-bulk.hgi-layers-logo:before {
  content: "\4a9f";
}
.hgi-bulk.hgi-layout-01:after {
  content: "\4aa0";
}
.hgi-bulk.hgi-layout-01:before {
  content: "\4aa1";
}
.hgi-bulk.hgi-layout-02:after {
  content: "\4aa2";
}
.hgi-bulk.hgi-layout-02:before {
  content: "\4aa3";
}
.hgi-bulk.hgi-layout-03:after {
  content: "\4aa4";
}
.hgi-bulk.hgi-layout-03:before {
  content: "\4aa5";
}
.hgi-bulk.hgi-layout-04:after {
  content: "\4aa6";
}
.hgi-bulk.hgi-layout-04:before {
  content: "\4aa7";
}
.hgi-bulk.hgi-layout-05:after {
  content: "\4aa8";
}
.hgi-bulk.hgi-layout-05:before {
  content: "\4aa9";
}
.hgi-bulk.hgi-layout-06:after {
  content: "\4aaa";
}
.hgi-bulk.hgi-layout-06:before {
  content: "\4aab";
}
.hgi-bulk.hgi-layout-07:after {
  content: "\4aac";
}
.hgi-bulk.hgi-layout-07:before {
  content: "\4aad";
}
.hgi-bulk.hgi-layout-2-column:after {
  content: "\4aae";
}
.hgi-bulk.hgi-layout-2-column:before {
  content: "\4aaf";
}
.hgi-bulk.hgi-layout-2-row:after {
  content: "\4ab0";
}
.hgi-bulk.hgi-layout-2-row:before {
  content: "\4ab1";
}
.hgi-bulk.hgi-layout-3-column:after {
  content: "\4ab2";
}
.hgi-bulk.hgi-layout-3-column:before {
  content: "\4ab3";
}
.hgi-bulk.hgi-layout-3-row:after {
  content: "\4ab4";
}
.hgi-bulk.hgi-layout-3-row:before {
  content: "\4ab5";
}
.hgi-bulk.hgi-layout-bottom:after {
  content: "\4ab6";
}
.hgi-bulk.hgi-layout-bottom:before {
  content: "\4ab7";
}
.hgi-bulk.hgi-layout-grid:after {
  content: "\4ab8";
}
.hgi-bulk.hgi-layout-grid:before {
  content: "\4ab9";
}
.hgi-bulk.hgi-layout-left:after {
  content: "\4aba";
}
.hgi-bulk.hgi-layout-left:before {
  content: "\4abb";
}
.hgi-bulk.hgi-layout-right:after {
  content: "\4abc";
}
.hgi-bulk.hgi-layout-right:before {
  content: "\4abd";
}
.hgi-bulk.hgi-layout-table-01:after {
  content: "\4abe";
}
.hgi-bulk.hgi-layout-table-01:before {
  content: "\4abf";
}
.hgi-bulk.hgi-layout-table-02:after {
  content: "\4ac0";
}
.hgi-bulk.hgi-layout-table-02:before {
  content: "\4ac1";
}
.hgi-bulk.hgi-layout-top:after {
  content: "\4ac2";
}
.hgi-bulk.hgi-layout-top:before {
  content: "\4ac3";
}
.hgi-bulk.hgi-leaf-01:after {
  content: "\4ac4";
}
.hgi-bulk.hgi-leaf-01:before {
  content: "\4ac5";
}
.hgi-bulk.hgi-leaf-02:after {
  content: "\4ac6";
}
.hgi-bulk.hgi-leaf-02:before {
  content: "\4ac7";
}
.hgi-bulk.hgi-leaf-03:after {
  content: "\4ac8";
}
.hgi-bulk.hgi-leaf-03:before {
  content: "\4ac9";
}
.hgi-bulk.hgi-leaf-04:after {
  content: "\4aca";
}
.hgi-bulk.hgi-leaf-04:before {
  content: "\4acb";
}
.hgi-bulk.hgi-leaving-geo-fence:after {
  content: "\4acc";
}
.hgi-bulk.hgi-leaving-geo-fence:before {
  content: "\4acd";
}
.hgi-bulk.hgi-leetcode:after {
  content: "\4ace";
}
.hgi-bulk.hgi-leetcode:before {
  content: "\4acf";
}
.hgi-bulk.hgi-left-angle:after {
  content: "\4ad0";
}
.hgi-bulk.hgi-left-angle:before {
  content: "\4ad1";
}
.hgi-bulk.hgi-left-to-right-block-quote:after {
  content: "\4ad2";
}
.hgi-bulk.hgi-left-to-right-block-quote:before {
  content: "\4ad3";
}
.hgi-bulk.hgi-left-to-right-list-bullet:after {
  content: "\4ad4";
}
.hgi-bulk.hgi-left-to-right-list-bullet:before {
  content: "\4ad5";
}
.hgi-bulk.hgi-left-to-right-list-dash:after {
  content: "\4ad6";
}
.hgi-bulk.hgi-left-to-right-list-dash:before {
  content: "\4ad7";
}
.hgi-bulk.hgi-left-to-right-list-number:after {
  content: "\4ad8";
}
.hgi-bulk.hgi-left-to-right-list-number:before {
  content: "\4ad9";
}
.hgi-bulk.hgi-left-to-right-list-star-01:after {
  content: "\4ada";
}
.hgi-bulk.hgi-left-to-right-list-star-01:before {
  content: "\4adb";
}
.hgi-bulk.hgi-left-to-right-list-star:after {
  content: "\4adc";
}
.hgi-bulk.hgi-left-to-right-list-star:before {
  content: "\4add";
}
.hgi-bulk.hgi-left-to-right-list-triangle:after {
  content: "\4ade";
}
.hgi-bulk.hgi-left-to-right-list-triangle:before {
  content: "\4adf";
}
.hgi-bulk.hgi-left-triangle:after {
  content: "\4ae0";
}
.hgi-bulk.hgi-left-triangle:before {
  content: "\4ae1";
}
.hgi-bulk.hgi-legal-01:after {
  content: "\4ae2";
}
.hgi-bulk.hgi-legal-01:before {
  content: "\4ae3";
}
.hgi-bulk.hgi-legal-02:after {
  content: "\4ae4";
}
.hgi-bulk.hgi-legal-02:before {
  content: "\4ae5";
}
.hgi-bulk.hgi-legal-document-01:after {
  content: "\4ae6";
}
.hgi-bulk.hgi-legal-document-01:before {
  content: "\4ae7";
}
.hgi-bulk.hgi-legal-document-02:after {
  content: "\4ae8";
}
.hgi-bulk.hgi-legal-document-02:before {
  content: "\4ae9";
}
.hgi-bulk.hgi-legal-hammer:after {
  content: "\4aea";
}
.hgi-bulk.hgi-legal-hammer:before {
  content: "\4aeb";
}
.hgi-bulk.hgi-less-than-circle:after {
  content: "\4aec";
}
.hgi-bulk.hgi-less-than-circle:before {
  content: "\4aed";
}
.hgi-bulk.hgi-less-than:after {
  content: "\4aee";
}
.hgi-bulk.hgi-less-than-square:after {
  content: "\4aef";
}
.hgi-bulk.hgi-less-than-square:before {
  content: "\4af0";
}
.hgi-bulk.hgi-less-than:before {
  content: "\4af1";
}
.hgi-bulk.hgi-letter-spacing:after {
  content: "\4af2";
}
.hgi-bulk.hgi-letter-spacing:before {
  content: "\4af3";
}
.hgi-bulk.hgi-libraries:after {
  content: "\4af4";
}
.hgi-bulk.hgi-libraries:before {
  content: "\4af5";
}
.hgi-bulk.hgi-library:after {
  content: "\4af6";
}
.hgi-bulk.hgi-library:before {
  content: "\4af7";
}
.hgi-bulk.hgi-license-draft:after {
  content: "\4af8";
}
.hgi-bulk.hgi-license-draft:before {
  content: "\4af9";
}
.hgi-bulk.hgi-license-maintenance:after {
  content: "\4afa";
}
.hgi-bulk.hgi-license-maintenance:before {
  content: "\4afb";
}
.hgi-bulk.hgi-license-no:after {
  content: "\4afc";
}
.hgi-bulk.hgi-license-no:before {
  content: "\4afd";
}
.hgi-bulk.hgi-license-pin:after {
  content: "\4afe";
}
.hgi-bulk.hgi-license-pin:before {
  content: "\4aff";
}
.hgi-bulk.hgi-license:after {
  content: "\4b00";
}
.hgi-bulk.hgi-license-third-party:after {
  content: "\4b01";
}
.hgi-bulk.hgi-license-third-party:before {
  content: "\4b02";
}
.hgi-bulk.hgi-license:before {
  content: "\4b03";
}
.hgi-bulk.hgi-lift-truck:after {
  content: "\4b04";
}
.hgi-bulk.hgi-lift-truck:before {
  content: "\4b05";
}
.hgi-bulk.hgi-lighthouse:after {
  content: "\4b06";
}
.hgi-bulk.hgi-lighthouse:before {
  content: "\4b07";
}
.hgi-bulk.hgi-limit-order:after {
  content: "\4b08";
}
.hgi-bulk.hgi-limit-order:before {
  content: "\4b09";
}
.hgi-bulk.hgi-limitation:after {
  content: "\4b0a";
}
.hgi-bulk.hgi-limitation:before {
  content: "\4b0b";
}
.hgi-bulk.hgi-line:after {
  content: "\4b0c";
}
.hgi-bulk.hgi-line:before {
  content: "\4b0d";
}
.hgi-bulk.hgi-liner:after {
  content: "\4b0e";
}
.hgi-bulk.hgi-liner:before {
  content: "\4b0f";
}
.hgi-bulk.hgi-link-01:after {
  content: "\4b10";
}
.hgi-bulk.hgi-link-01:before {
  content: "\4b11";
}
.hgi-bulk.hgi-link-02:after {
  content: "\4b12";
}
.hgi-bulk.hgi-link-02:before {
  content: "\4b13";
}
.hgi-bulk.hgi-link-03:after {
  content: "\4b14";
}
.hgi-bulk.hgi-link-03:before {
  content: "\4b15";
}
.hgi-bulk.hgi-link-04:after {
  content: "\4b16";
}
.hgi-bulk.hgi-link-04:before {
  content: "\4b17";
}
.hgi-bulk.hgi-link-05:after {
  content: "\4b18";
}
.hgi-bulk.hgi-link-05:before {
  content: "\4b19";
}
.hgi-bulk.hgi-link-06:after {
  content: "\4b1a";
}
.hgi-bulk.hgi-link-06:before {
  content: "\4b1b";
}
.hgi-bulk.hgi-link-backward:after {
  content: "\4b1c";
}
.hgi-bulk.hgi-link-backward:before {
  content: "\4b1d";
}
.hgi-bulk.hgi-link-circle-02:after {
  content: "\4b1e";
}
.hgi-bulk.hgi-link-circle-02:before {
  content: "\4b1f";
}
.hgi-bulk.hgi-link-circle:after {
  content: "\4b20";
}
.hgi-bulk.hgi-link-circle:before {
  content: "\4b21";
}
.hgi-bulk.hgi-link-forward:after {
  content: "\4b22";
}
.hgi-bulk.hgi-link-forward:before {
  content: "\4b23";
}
.hgi-bulk.hgi-link-square-01:after {
  content: "\4b24";
}
.hgi-bulk.hgi-link-square-01:before {
  content: "\4b25";
}
.hgi-bulk.hgi-link-square-02:after {
  content: "\4b26";
}
.hgi-bulk.hgi-link-square-02:before {
  content: "\4b27";
}
.hgi-bulk.hgi-linkedin-01:after {
  content: "\4b28";
}
.hgi-bulk.hgi-linkedin-01:before {
  content: "\4b29";
}
.hgi-bulk.hgi-linkedin-02:after {
  content: "\4b2a";
}
.hgi-bulk.hgi-linkedin-02:before {
  content: "\4b2b";
}
.hgi-bulk.hgi-list-setting:after {
  content: "\4b2c";
}
.hgi-bulk.hgi-list-setting:before {
  content: "\4b2d";
}
.hgi-bulk.hgi-list-view:after {
  content: "\4b2e";
}
.hgi-bulk.hgi-list-view:before {
  content: "\4b2f";
}
.hgi-bulk.hgi-litecoin:after {
  content: "\4b30";
}
.hgi-bulk.hgi-litecoin:before {
  content: "\4b31";
}
.hgi-bulk.hgi-live-streaming-01:after {
  content: "\4b32";
}
.hgi-bulk.hgi-live-streaming-01:before {
  content: "\4b33";
}
.hgi-bulk.hgi-live-streaming-02:after {
  content: "\4b34";
}
.hgi-bulk.hgi-live-streaming-02:before {
  content: "\4b35";
}
.hgi-bulk.hgi-live-streaming-03:after {
  content: "\4b36";
}
.hgi-bulk.hgi-live-streaming-03:before {
  content: "\4b37";
}
.hgi-bulk.hgi-liver:after {
  content: "\4b38";
}
.hgi-bulk.hgi-liver:before {
  content: "\4b39";
}
.hgi-bulk.hgi-loading-01:after {
  content: "\4b3a";
}
.hgi-bulk.hgi-loading-01:before {
  content: "\4b3b";
}
.hgi-bulk.hgi-loading-02:after {
  content: "\4b3c";
}
.hgi-bulk.hgi-loading-02:before {
  content: "\4b3d";
}
.hgi-bulk.hgi-loading-03:after {
  content: "\4b3e";
}
.hgi-bulk.hgi-loading-03:before {
  content: "\4b3f";
}
.hgi-bulk.hgi-loading-04:after {
  content: "\4b40";
}
.hgi-bulk.hgi-loading-04:before {
  content: "\4b41";
}
.hgi-bulk.hgi-location-01:after {
  content: "\4b42";
}
.hgi-bulk.hgi-location-01:before {
  content: "\4b43";
}
.hgi-bulk.hgi-location-02:after {
  content: "\4b44";
}
.hgi-bulk.hgi-location-02:before {
  content: "\4b45";
}
.hgi-bulk.hgi-location-03:after {
  content: "\4b46";
}
.hgi-bulk.hgi-location-03:before {
  content: "\4b47";
}
.hgi-bulk.hgi-location-04:after {
  content: "\4b48";
}
.hgi-bulk.hgi-location-04:before {
  content: "\4b49";
}
.hgi-bulk.hgi-location-05:after {
  content: "\4b4a";
}
.hgi-bulk.hgi-location-05:before {
  content: "\4b4b";
}
.hgi-bulk.hgi-location-06:after {
  content: "\4b4c";
}
.hgi-bulk.hgi-location-06:before {
  content: "\4b4d";
}
.hgi-bulk.hgi-location-07:after {
  content: "\4b4e";
}
.hgi-bulk.hgi-location-07:before {
  content: "\4b4f";
}
.hgi-bulk.hgi-location-08:after {
  content: "\4b50";
}
.hgi-bulk.hgi-location-08:before {
  content: "\4b51";
}
.hgi-bulk.hgi-location-09:after {
  content: "\4b52";
}
.hgi-bulk.hgi-location-09:before {
  content: "\4b53";
}
.hgi-bulk.hgi-location-10:after {
  content: "\4b54";
}
.hgi-bulk.hgi-location-10:before {
  content: "\4b55";
}
.hgi-bulk.hgi-location-add-01:after {
  content: "\4b56";
}
.hgi-bulk.hgi-location-add-01:before {
  content: "\4b57";
}
.hgi-bulk.hgi-location-add-02:after {
  content: "\4b58";
}
.hgi-bulk.hgi-location-add-02:before {
  content: "\4b59";
}
.hgi-bulk.hgi-location-check-01:after {
  content: "\4b5a";
}
.hgi-bulk.hgi-location-check-01:before {
  content: "\4b5b";
}
.hgi-bulk.hgi-location-check-02:after {
  content: "\4b5c";
}
.hgi-bulk.hgi-location-check-02:before {
  content: "\4b5d";
}
.hgi-bulk.hgi-location-favourite-01:after {
  content: "\4b5e";
}
.hgi-bulk.hgi-location-favourite-01:before {
  content: "\4b5f";
}
.hgi-bulk.hgi-location-favourite-02:after {
  content: "\4b60";
}
.hgi-bulk.hgi-location-favourite-02:before {
  content: "\4b61";
}
.hgi-bulk.hgi-location-offline-01:after {
  content: "\4b62";
}
.hgi-bulk.hgi-location-offline-01:before {
  content: "\4b63";
}
.hgi-bulk.hgi-location-offline-02:after {
  content: "\4b64";
}
.hgi-bulk.hgi-location-offline-02:before {
  content: "\4b65";
}
.hgi-bulk.hgi-location-offline-03:after {
  content: "\4b66";
}
.hgi-bulk.hgi-location-offline-03:before {
  content: "\4b67";
}
.hgi-bulk.hgi-location-offline-04:after {
  content: "\4b68";
}
.hgi-bulk.hgi-location-offline-04:before {
  content: "\4b69";
}
.hgi-bulk.hgi-location-remove-01:after {
  content: "\4b6a";
}
.hgi-bulk.hgi-location-remove-01:before {
  content: "\4b6b";
}
.hgi-bulk.hgi-location-remove-02:after {
  content: "\4b6c";
}
.hgi-bulk.hgi-location-remove-02:before {
  content: "\4b6d";
}
.hgi-bulk.hgi-location-share-01:after {
  content: "\4b6e";
}
.hgi-bulk.hgi-location-share-01:before {
  content: "\4b6f";
}
.hgi-bulk.hgi-location-share-02:after {
  content: "\4b70";
}
.hgi-bulk.hgi-location-share-02:before {
  content: "\4b71";
}
.hgi-bulk.hgi-location-star-01:after {
  content: "\4b72";
}
.hgi-bulk.hgi-location-star-01:before {
  content: "\4b73";
}
.hgi-bulk.hgi-location-star-02:after {
  content: "\4b74";
}
.hgi-bulk.hgi-location-star-02:before {
  content: "\4b75";
}
.hgi-bulk.hgi-location-update-01:after {
  content: "\4b76";
}
.hgi-bulk.hgi-location-update-01:before {
  content: "\4b77";
}
.hgi-bulk.hgi-location-update-02:after {
  content: "\4b78";
}
.hgi-bulk.hgi-location-update-02:before {
  content: "\4b79";
}
.hgi-bulk.hgi-location-user-01:after {
  content: "\4b7a";
}
.hgi-bulk.hgi-location-user-01:before {
  content: "\4b7b";
}
.hgi-bulk.hgi-location-user-02:after {
  content: "\4b7c";
}
.hgi-bulk.hgi-location-user-02:before {
  content: "\4b7d";
}
.hgi-bulk.hgi-location-user-03:after {
  content: "\4b7e";
}
.hgi-bulk.hgi-location-user-03:before {
  content: "\4b7f";
}
.hgi-bulk.hgi-location-user-04:after {
  content: "\4b80";
}
.hgi-bulk.hgi-location-user-04:before {
  content: "\4b81";
}
.hgi-bulk.hgi-lock-computer:after {
  content: "\4b82";
}
.hgi-bulk.hgi-lock-computer:before {
  content: "\4b83";
}
.hgi-bulk.hgi-lock-key:after {
  content: "\4b84";
}
.hgi-bulk.hgi-lock-key:before {
  content: "\4b85";
}
.hgi-bulk.hgi-lock-password:after {
  content: "\4b86";
}
.hgi-bulk.hgi-lock-password:before {
  content: "\4b87";
}
.hgi-bulk.hgi-lock:after {
  content: "\4b88";
}
.hgi-bulk.hgi-lock-sync-01:after {
  content: "\4b89";
}
.hgi-bulk.hgi-lock-sync-01:before {
  content: "\4b8a";
}
.hgi-bulk.hgi-lock-sync-02:after {
  content: "\4b8b";
}
.hgi-bulk.hgi-lock-sync-02:before {
  content: "\4b8c";
}
.hgi-bulk.hgi-lock:before {
  content: "\4b8d";
}
.hgi-bulk.hgi-locked:after {
  content: "\4b8e";
}
.hgi-bulk.hgi-locked:before {
  content: "\4b8f";
}
.hgi-bulk.hgi-locker-01:after {
  content: "\4b90";
}
.hgi-bulk.hgi-locker-01:before {
  content: "\4b91";
}
.hgi-bulk.hgi-locker:after {
  content: "\4b92";
}
.hgi-bulk.hgi-locker:before {
  content: "\4b93";
}
.hgi-bulk.hgi-login-01:after {
  content: "\4b94";
}
.hgi-bulk.hgi-login-01:before {
  content: "\4b95";
}
.hgi-bulk.hgi-login-02:after {
  content: "\4b96";
}
.hgi-bulk.hgi-login-02:before {
  content: "\4b97";
}
.hgi-bulk.hgi-login-03:after {
  content: "\4b98";
}
.hgi-bulk.hgi-login-03:before {
  content: "\4b99";
}
.hgi-bulk.hgi-login-circle-01:after {
  content: "\4b9a";
}
.hgi-bulk.hgi-login-circle-01:before {
  content: "\4b9b";
}
.hgi-bulk.hgi-login-circle-02:after {
  content: "\4b9c";
}
.hgi-bulk.hgi-login-circle-02:before {
  content: "\4b9d";
}
.hgi-bulk.hgi-login-method:after {
  content: "\4b9e";
}
.hgi-bulk.hgi-login-method:before {
  content: "\4b9f";
}
.hgi-bulk.hgi-login-square-01:after {
  content: "\4ba0";
}
.hgi-bulk.hgi-login-square-01:before {
  content: "\4ba1";
}
.hgi-bulk.hgi-login-square-02:after {
  content: "\4ba2";
}
.hgi-bulk.hgi-login-square-02:before {
  content: "\4ba3";
}
.hgi-bulk.hgi-logout-01:after {
  content: "\4ba4";
}
.hgi-bulk.hgi-logout-01:before {
  content: "\4ba5";
}
.hgi-bulk.hgi-logout-02:after {
  content: "\4ba6";
}
.hgi-bulk.hgi-logout-02:before {
  content: "\4ba7";
}
.hgi-bulk.hgi-logout-03:after {
  content: "\4ba8";
}
.hgi-bulk.hgi-logout-03:before {
  content: "\4ba9";
}
.hgi-bulk.hgi-logout-04:after {
  content: "\4baa";
}
.hgi-bulk.hgi-logout-04:before {
  content: "\4bab";
}
.hgi-bulk.hgi-logout-05:after {
  content: "\4bac";
}
.hgi-bulk.hgi-logout-05:before {
  content: "\4bad";
}
.hgi-bulk.hgi-logout-circle-01:after {
  content: "\4bae";
}
.hgi-bulk.hgi-logout-circle-01:before {
  content: "\4baf";
}
.hgi-bulk.hgi-logout-circle-02:after {
  content: "\4bb0";
}
.hgi-bulk.hgi-logout-circle-02:before {
  content: "\4bb1";
}
.hgi-bulk.hgi-logout-square-01:after {
  content: "\4bb2";
}
.hgi-bulk.hgi-logout-square-01:before {
  content: "\4bb3";
}
.hgi-bulk.hgi-logout-square-02:after {
  content: "\4bb4";
}
.hgi-bulk.hgi-logout-square-02:before {
  content: "\4bb5";
}
.hgi-bulk.hgi-lollipop:after {
  content: "\4bb6";
}
.hgi-bulk.hgi-lollipop:before {
  content: "\4bb7";
}
.hgi-bulk.hgi-long-sleeve-shirt:after {
  content: "\4bb8";
}
.hgi-bulk.hgi-long-sleeve-shirt:before {
  content: "\4bb9";
}
.hgi-bulk.hgi-longitude:after {
  content: "\4bba";
}
.hgi-bulk.hgi-longitude:before {
  content: "\4bbb";
}
.hgi-bulk.hgi-look-bottom:after {
  content: "\4bbc";
}
.hgi-bulk.hgi-look-bottom:before {
  content: "\4bbd";
}
.hgi-bulk.hgi-look-left:after {
  content: "\4bbe";
}
.hgi-bulk.hgi-look-left:before {
  content: "\4bbf";
}
.hgi-bulk.hgi-look-right:after {
  content: "\4bc0";
}
.hgi-bulk.hgi-look-right:before {
  content: "\4bc1";
}
.hgi-bulk.hgi-look-top:after {
  content: "\4bc2";
}
.hgi-bulk.hgi-look-top:before {
  content: "\4bc3";
}
.hgi-bulk.hgi-loom:after {
  content: "\4bc4";
}
.hgi-bulk.hgi-loom:before {
  content: "\4bc5";
}
.hgi-bulk.hgi-lottiefiles:after {
  content: "\4bc6";
}
.hgi-bulk.hgi-lottiefiles:before {
  content: "\4bc7";
}
.hgi-bulk.hgi-love-korean-finger:after {
  content: "\4bc8";
}
.hgi-bulk.hgi-love-korean-finger:before {
  content: "\4bc9";
}
.hgi-bulk.hgi-low-signal:after {
  content: "\4bca";
}
.hgi-bulk.hgi-low-signal:before {
  content: "\4bcb";
}
.hgi-bulk.hgi-loyalty-card:after {
  content: "\4bcc";
}
.hgi-bulk.hgi-loyalty-card:before {
  content: "\4bcd";
}
.hgi-bulk.hgi-luggage-01:after {
  content: "\4bce";
}
.hgi-bulk.hgi-luggage-01:before {
  content: "\4bcf";
}
.hgi-bulk.hgi-luggage-02:after {
  content: "\4bd0";
}
.hgi-bulk.hgi-luggage-02:before {
  content: "\4bd1";
}
.hgi-bulk.hgi-lungs:after {
  content: "\4bd2";
}
.hgi-bulk.hgi-lungs:before {
  content: "\4bd3";
}
.hgi-bulk.hgi-machine-robot:after {
  content: "\4bd4";
}
.hgi-bulk.hgi-machine-robot:before {
  content: "\4bd5";
}
.hgi-bulk.hgi-magic-wand-01:after {
  content: "\4bd6";
}
.hgi-bulk.hgi-magic-wand-01:before {
  content: "\4bd7";
}
.hgi-bulk.hgi-magic-wand-02:after {
  content: "\4bd8";
}
.hgi-bulk.hgi-magic-wand-02:before {
  content: "\4bd9";
}
.hgi-bulk.hgi-magic-wand-03:after {
  content: "\4bda";
}
.hgi-bulk.hgi-magic-wand-03:before {
  content: "\4bdb";
}
.hgi-bulk.hgi-magic-wand-04:after {
  content: "\4bdc";
}
.hgi-bulk.hgi-magic-wand-04:before {
  content: "\4bdd";
}
.hgi-bulk.hgi-magnet-01:after {
  content: "\4bde";
}
.hgi-bulk.hgi-magnet-01:before {
  content: "\4bdf";
}
.hgi-bulk.hgi-magnet-02:after {
  content: "\4be0";
}
.hgi-bulk.hgi-magnet-02:before {
  content: "\4be1";
}
.hgi-bulk.hgi-magnet:after {
  content: "\4be2";
}
.hgi-bulk.hgi-magnet:before {
  content: "\4be3";
}
.hgi-bulk.hgi-mail-01:after {
  content: "\4be4";
}
.hgi-bulk.hgi-mail-01:before {
  content: "\4be5";
}
.hgi-bulk.hgi-mail-02:after {
  content: "\4be6";
}
.hgi-bulk.hgi-mail-02:before {
  content: "\4be7";
}
.hgi-bulk.hgi-mail-account-01:after {
  content: "\4be8";
}
.hgi-bulk.hgi-mail-account-01:before {
  content: "\4be9";
}
.hgi-bulk.hgi-mail-account-02:after {
  content: "\4bea";
}
.hgi-bulk.hgi-mail-account-02:before {
  content: "\4beb";
}
.hgi-bulk.hgi-mail-add-01:after {
  content: "\4bec";
}
.hgi-bulk.hgi-mail-add-01:before {
  content: "\4bed";
}
.hgi-bulk.hgi-mail-add-02:after {
  content: "\4bee";
}
.hgi-bulk.hgi-mail-add-02:before {
  content: "\4bef";
}
.hgi-bulk.hgi-mail-at-sign-01:after {
  content: "\4bf0";
}
.hgi-bulk.hgi-mail-at-sign-01:before {
  content: "\4bf1";
}
.hgi-bulk.hgi-mail-at-sign-02:after {
  content: "\4bf2";
}
.hgi-bulk.hgi-mail-at-sign-02:before {
  content: "\4bf3";
}
.hgi-bulk.hgi-mail-block-01:after {
  content: "\4bf4";
}
.hgi-bulk.hgi-mail-block-01:before {
  content: "\4bf5";
}
.hgi-bulk.hgi-mail-block-02:after {
  content: "\4bf6";
}
.hgi-bulk.hgi-mail-block-02:before {
  content: "\4bf7";
}
.hgi-bulk.hgi-mail-download-01:after {
  content: "\4bf8";
}
.hgi-bulk.hgi-mail-download-01:before {
  content: "\4bf9";
}
.hgi-bulk.hgi-mail-download-02:after {
  content: "\4bfa";
}
.hgi-bulk.hgi-mail-download-02:before {
  content: "\4bfb";
}
.hgi-bulk.hgi-mail-edit-01:after {
  content: "\4bfc";
}
.hgi-bulk.hgi-mail-edit-01:before {
  content: "\4bfd";
}
.hgi-bulk.hgi-mail-edit-02:after {
  content: "\4bfe";
}
.hgi-bulk.hgi-mail-edit-02:before {
  content: "\4bff";
}
.hgi-bulk.hgi-mail-lock-01:after {
  content: "\4c00";
}
.hgi-bulk.hgi-mail-lock-01:before {
  content: "\4c01";
}
.hgi-bulk.hgi-mail-lock-02:after {
  content: "\4c02";
}
.hgi-bulk.hgi-mail-lock-02:before {
  content: "\4c03";
}
.hgi-bulk.hgi-mail-love-01:after {
  content: "\4c04";
}
.hgi-bulk.hgi-mail-love-01:before {
  content: "\4c05";
}
.hgi-bulk.hgi-mail-love-02:after {
  content: "\4c06";
}
.hgi-bulk.hgi-mail-love-02:before {
  content: "\4c07";
}
.hgi-bulk.hgi-mail-minus-01:after {
  content: "\4c08";
}
.hgi-bulk.hgi-mail-minus-01:before {
  content: "\4c09";
}
.hgi-bulk.hgi-mail-minus-02:after {
  content: "\4c0a";
}
.hgi-bulk.hgi-mail-minus-02:before {
  content: "\4c0b";
}
.hgi-bulk.hgi-mail-open-01:after {
  content: "\4c0c";
}
.hgi-bulk.hgi-mail-open-01:before {
  content: "\4c0d";
}
.hgi-bulk.hgi-mail-open-02:after {
  content: "\4c0e";
}
.hgi-bulk.hgi-mail-open-02:before {
  content: "\4c0f";
}
.hgi-bulk.hgi-mail-open-love:after {
  content: "\4c10";
}
.hgi-bulk.hgi-mail-open-love:before {
  content: "\4c11";
}
.hgi-bulk.hgi-mail-open:after {
  content: "\4c12";
}
.hgi-bulk.hgi-mail-open:before {
  content: "\4c13";
}
.hgi-bulk.hgi-mail-receive-01:after {
  content: "\4c14";
}
.hgi-bulk.hgi-mail-receive-01:before {
  content: "\4c15";
}
.hgi-bulk.hgi-mail-receive-02:after {
  content: "\4c16";
}
.hgi-bulk.hgi-mail-receive-02:before {
  content: "\4c17";
}
.hgi-bulk.hgi-mail-remove-01:after {
  content: "\4c18";
}
.hgi-bulk.hgi-mail-remove-01:before {
  content: "\4c19";
}
.hgi-bulk.hgi-mail-remove-02:after {
  content: "\4c1a";
}
.hgi-bulk.hgi-mail-remove-02:before {
  content: "\4c1b";
}
.hgi-bulk.hgi-mail-reply-01:after {
  content: "\4c1c";
}
.hgi-bulk.hgi-mail-reply-01:before {
  content: "\4c1d";
}
.hgi-bulk.hgi-mail-reply-02:after {
  content: "\4c1e";
}
.hgi-bulk.hgi-mail-reply-02:before {
  content: "\4c1f";
}
.hgi-bulk.hgi-mail-reply-all-01:after {
  content: "\4c20";
}
.hgi-bulk.hgi-mail-reply-all-01:before {
  content: "\4c21";
}
.hgi-bulk.hgi-mail-reply-all-02:after {
  content: "\4c22";
}
.hgi-bulk.hgi-mail-reply-all-02:before {
  content: "\4c23";
}
.hgi-bulk.hgi-mail-search-01:after {
  content: "\4c24";
}
.hgi-bulk.hgi-mail-search-01:before {
  content: "\4c25";
}
.hgi-bulk.hgi-mail-search-02:after {
  content: "\4c26";
}
.hgi-bulk.hgi-mail-search-02:before {
  content: "\4c27";
}
.hgi-bulk.hgi-mail-secure-01:after {
  content: "\4c28";
}
.hgi-bulk.hgi-mail-secure-01:before {
  content: "\4c29";
}
.hgi-bulk.hgi-mail-secure-02:after {
  content: "\4c2a";
}
.hgi-bulk.hgi-mail-secure-02:before {
  content: "\4c2b";
}
.hgi-bulk.hgi-mail-send-01:after {
  content: "\4c2c";
}
.hgi-bulk.hgi-mail-send-01:before {
  content: "\4c2d";
}
.hgi-bulk.hgi-mail-send-02:after {
  content: "\4c2e";
}
.hgi-bulk.hgi-mail-send-02:before {
  content: "\4c2f";
}
.hgi-bulk.hgi-mail-setting-01:after {
  content: "\4c30";
}
.hgi-bulk.hgi-mail-setting-01:before {
  content: "\4c31";
}
.hgi-bulk.hgi-mail-setting-02:after {
  content: "\4c32";
}
.hgi-bulk.hgi-mail-setting-02:before {
  content: "\4c33";
}
.hgi-bulk.hgi-mail-unlock-01:after {
  content: "\4c34";
}
.hgi-bulk.hgi-mail-unlock-01:before {
  content: "\4c35";
}
.hgi-bulk.hgi-mail-unlock-02:after {
  content: "\4c36";
}
.hgi-bulk.hgi-mail-unlock-02:before {
  content: "\4c37";
}
.hgi-bulk.hgi-mail-upload-01:after {
  content: "\4c38";
}
.hgi-bulk.hgi-mail-upload-01:before {
  content: "\4c39";
}
.hgi-bulk.hgi-mail-upload-02:after {
  content: "\4c3a";
}
.hgi-bulk.hgi-mail-upload-02:before {
  content: "\4c3b";
}
.hgi-bulk.hgi-mail-validation-01:after {
  content: "\4c3c";
}
.hgi-bulk.hgi-mail-validation-01:before {
  content: "\4c3d";
}
.hgi-bulk.hgi-mail-validation-02:after {
  content: "\4c3e";
}
.hgi-bulk.hgi-mail-validation-02:before {
  content: "\4c3f";
}
.hgi-bulk.hgi-mail-voice-01:after {
  content: "\4c40";
}
.hgi-bulk.hgi-mail-voice-01:before {
  content: "\4c41";
}
.hgi-bulk.hgi-mail-voice-02:after {
  content: "\4c42";
}
.hgi-bulk.hgi-mail-voice-02:before {
  content: "\4c43";
}
.hgi-bulk.hgi-mailbox-01:after {
  content: "\4c44";
}
.hgi-bulk.hgi-mailbox-01:before {
  content: "\4c45";
}
.hgi-bulk.hgi-mailbox:after {
  content: "\4c46";
}
.hgi-bulk.hgi-mailbox:before {
  content: "\4c47";
}
.hgi-bulk.hgi-male-02:after {
  content: "\4c48";
}
.hgi-bulk.hgi-male-02:before {
  content: "\4c49";
}
.hgi-bulk.hgi-male-symbol:after {
  content: "\4c4a";
}
.hgi-bulk.hgi-male-symbol:before {
  content: "\4c4b";
}
.hgi-bulk.hgi-man:after {
  content: "\4c4c";
}
.hgi-bulk.hgi-man-woman:after {
  content: "\4c4d";
}
.hgi-bulk.hgi-man-woman:before {
  content: "\4c4e";
}
.hgi-bulk.hgi-man:before {
  content: "\4c4f";
}
.hgi-bulk.hgi-manager:after {
  content: "\4c50";
}
.hgi-bulk.hgi-manager:before {
  content: "\4c51";
}
.hgi-bulk.hgi-map-pin:after {
  content: "\4c52";
}
.hgi-bulk.hgi-map-pin:before {
  content: "\4c53";
}
.hgi-bulk.hgi-map-pinpoint-01:after {
  content: "\4c54";
}
.hgi-bulk.hgi-map-pinpoint-01:before {
  content: "\4c55";
}
.hgi-bulk.hgi-map-pinpoint-02:after {
  content: "\4c56";
}
.hgi-bulk.hgi-map-pinpoint-02:before {
  content: "\4c57";
}
.hgi-bulk.hgi-maping:after {
  content: "\4c58";
}
.hgi-bulk.hgi-maping:before {
  content: "\4c59";
}
.hgi-bulk.hgi-maps-circle-01:after {
  content: "\4c5a";
}
.hgi-bulk.hgi-maps-circle-01:before {
  content: "\4c5b";
}
.hgi-bulk.hgi-maps-circle-02:after {
  content: "\4c5c";
}
.hgi-bulk.hgi-maps-circle-02:before {
  content: "\4c5d";
}
.hgi-bulk.hgi-maps-editing:after {
  content: "\4c5e";
}
.hgi-bulk.hgi-maps-editing:before {
  content: "\4c5f";
}
.hgi-bulk.hgi-maps-global-01:after {
  content: "\4c60";
}
.hgi-bulk.hgi-maps-global-01:before {
  content: "\4c61";
}
.hgi-bulk.hgi-maps-global-02:after {
  content: "\4c62";
}
.hgi-bulk.hgi-maps-global-02:before {
  content: "\4c63";
}
.hgi-bulk.hgi-maps-location-01:after {
  content: "\4c64";
}
.hgi-bulk.hgi-maps-location-01:before {
  content: "\4c65";
}
.hgi-bulk.hgi-maps-location-02:after {
  content: "\4c66";
}
.hgi-bulk.hgi-maps-location-02:before {
  content: "\4c67";
}
.hgi-bulk.hgi-maps-off:after {
  content: "\4c68";
}
.hgi-bulk.hgi-maps-off:before {
  content: "\4c69";
}
.hgi-bulk.hgi-maps-refresh:after {
  content: "\4c6a";
}
.hgi-bulk.hgi-maps-refresh:before {
  content: "\4c6b";
}
.hgi-bulk.hgi-maps-search:after {
  content: "\4c6c";
}
.hgi-bulk.hgi-maps-search:before {
  content: "\4c6d";
}
.hgi-bulk.hgi-maps:after {
  content: "\4c6e";
}
.hgi-bulk.hgi-maps-square-01:after {
  content: "\4c6f";
}
.hgi-bulk.hgi-maps-square-01:before {
  content: "\4c70";
}
.hgi-bulk.hgi-maps-square-02:after {
  content: "\4c71";
}
.hgi-bulk.hgi-maps-square-02:before {
  content: "\4c72";
}
.hgi-bulk.hgi-maps:before {
  content: "\4c73";
}
.hgi-bulk.hgi-market-analysis:after {
  content: "\4c74";
}
.hgi-bulk.hgi-market-analysis:before {
  content: "\4c75";
}
.hgi-bulk.hgi-market-order:after {
  content: "\4c76";
}
.hgi-bulk.hgi-market-order:before {
  content: "\4c77";
}
.hgi-bulk.hgi-marketing:after {
  content: "\4c78";
}
.hgi-bulk.hgi-marketing:before {
  content: "\4c79";
}
.hgi-bulk.hgi-mask-love:after {
  content: "\4c7a";
}
.hgi-bulk.hgi-mask-love:before {
  content: "\4c7b";
}
.hgi-bulk.hgi-mask:after {
  content: "\4c7c";
}
.hgi-bulk.hgi-mask:before {
  content: "\4c7d";
}
.hgi-bulk.hgi-master-card:after {
  content: "\4c7e";
}
.hgi-bulk.hgi-master-card:before {
  content: "\4c7f";
}
.hgi-bulk.hgi-mastodon:after {
  content: "\4c80";
}
.hgi-bulk.hgi-mastodon:before {
  content: "\4c81";
}
.hgi-bulk.hgi-matches:after {
  content: "\4c82";
}
.hgi-bulk.hgi-matches:before {
  content: "\4c83";
}
.hgi-bulk.hgi-material-and-texture:after {
  content: "\4c84";
}
.hgi-bulk.hgi-material-and-texture:before {
  content: "\4c85";
}
.hgi-bulk.hgi-math:after {
  content: "\4c86";
}
.hgi-bulk.hgi-math:before {
  content: "\4c87";
}
.hgi-bulk.hgi-matrix:after {
  content: "\4c88";
}
.hgi-bulk.hgi-matrix:before {
  content: "\4c89";
}
.hgi-bulk.hgi-maximize-01:after {
  content: "\4c8a";
}
.hgi-bulk.hgi-maximize-01:before {
  content: "\4c8b";
}
.hgi-bulk.hgi-maximize-02:after {
  content: "\4c8c";
}
.hgi-bulk.hgi-maximize-02:before {
  content: "\4c8d";
}
.hgi-bulk.hgi-maximize-03:after {
  content: "\4c8e";
}
.hgi-bulk.hgi-maximize-03:before {
  content: "\4c8f";
}
.hgi-bulk.hgi-maximize-04:after {
  content: "\4c90";
}
.hgi-bulk.hgi-maximize-04:before {
  content: "\4c91";
}
.hgi-bulk.hgi-maximize-screen:after {
  content: "\4c92";
}
.hgi-bulk.hgi-maximize-screen:before {
  content: "\4c93";
}
.hgi-bulk.hgi-mayan-pyramid:after {
  content: "\4c94";
}
.hgi-bulk.hgi-mayan-pyramid:before {
  content: "\4c95";
}
.hgi-bulk.hgi-maze:after {
  content: "\4c96";
}
.hgi-bulk.hgi-maze:before {
  content: "\4c97";
}
.hgi-bulk.hgi-medal-01:after {
  content: "\4c98";
}
.hgi-bulk.hgi-medal-01:before {
  content: "\4c99";
}
.hgi-bulk.hgi-medal-02:after {
  content: "\4c9a";
}
.hgi-bulk.hgi-medal-02:before {
  content: "\4c9b";
}
.hgi-bulk.hgi-medal-03:after {
  content: "\4c9c";
}
.hgi-bulk.hgi-medal-03:before {
  content: "\4c9d";
}
.hgi-bulk.hgi-medal-04:after {
  content: "\4c9e";
}
.hgi-bulk.hgi-medal-04:before {
  content: "\4c9f";
}
.hgi-bulk.hgi-medal-05:after {
  content: "\4ca0";
}
.hgi-bulk.hgi-medal-05:before {
  content: "\4ca1";
}
.hgi-bulk.hgi-medal-06:after {
  content: "\4ca2";
}
.hgi-bulk.hgi-medal-06:before {
  content: "\4ca3";
}
.hgi-bulk.hgi-medal-07:after {
  content: "\4ca4";
}
.hgi-bulk.hgi-medal-07:before {
  content: "\4ca5";
}
.hgi-bulk.hgi-medal-first-place:after {
  content: "\4ca6";
}
.hgi-bulk.hgi-medal-first-place:before {
  content: "\4ca7";
}
.hgi-bulk.hgi-medal-second-place:after {
  content: "\4ca8";
}
.hgi-bulk.hgi-medal-second-place:before {
  content: "\4ca9";
}
.hgi-bulk.hgi-medal-third-place:after {
  content: "\4caa";
}
.hgi-bulk.hgi-medal-third-place:before {
  content: "\4cab";
}
.hgi-bulk.hgi-medical-file:after {
  content: "\4cac";
}
.hgi-bulk.hgi-medical-file:before {
  content: "\4cad";
}
.hgi-bulk.hgi-medical-mask:after {
  content: "\4cae";
}
.hgi-bulk.hgi-medical-mask:before {
  content: "\4caf";
}
.hgi-bulk.hgi-medicine-01:after {
  content: "\4cb0";
}
.hgi-bulk.hgi-medicine-01:before {
  content: "\4cb1";
}
.hgi-bulk.hgi-medicine-02:after {
  content: "\4cb2";
}
.hgi-bulk.hgi-medicine-02:before {
  content: "\4cb3";
}
.hgi-bulk.hgi-medicine-bottle-01:after {
  content: "\4cb4";
}
.hgi-bulk.hgi-medicine-bottle-01:before {
  content: "\4cb5";
}
.hgi-bulk.hgi-medicine-bottle-02:after {
  content: "\4cb6";
}
.hgi-bulk.hgi-medicine-bottle-02:before {
  content: "\4cb7";
}
.hgi-bulk.hgi-medicine-syrup:after {
  content: "\4cb8";
}
.hgi-bulk.hgi-medicine-syrup:before {
  content: "\4cb9";
}
.hgi-bulk.hgi-medium:after {
  content: "\4cba";
}
.hgi-bulk.hgi-medium-signal:after {
  content: "\4cbb";
}
.hgi-bulk.hgi-medium-signal:before {
  content: "\4cbc";
}
.hgi-bulk.hgi-medium-square:after {
  content: "\4cbd";
}
.hgi-bulk.hgi-medium-square:before {
  content: "\4cbe";
}
.hgi-bulk.hgi-medium:before {
  content: "\4cbf";
}
.hgi-bulk.hgi-meeting-room:after {
  content: "\4cc0";
}
.hgi-bulk.hgi-meeting-room:before {
  content: "\4cc1";
}
.hgi-bulk.hgi-megaphone-01:after {
  content: "\4cc2";
}
.hgi-bulk.hgi-megaphone-01:before {
  content: "\4cc3";
}
.hgi-bulk.hgi-megaphone-02:after {
  content: "\4cc4";
}
.hgi-bulk.hgi-megaphone-02:before {
  content: "\4cc5";
}
.hgi-bulk.hgi-megaphone-03:after {
  content: "\4cc6";
}
.hgi-bulk.hgi-megaphone-03:before {
  content: "\4cc7";
}
.hgi-bulk.hgi-meh:after {
  content: "\4cc8";
}
.hgi-bulk.hgi-meh:before {
  content: "\4cc9";
}
.hgi-bulk.hgi-mentor:after {
  content: "\4cca";
}
.hgi-bulk.hgi-mentor:before {
  content: "\4ccb";
}
.hgi-bulk.hgi-mentoring:after {
  content: "\4ccc";
}
.hgi-bulk.hgi-mentoring:before {
  content: "\4ccd";
}
.hgi-bulk.hgi-menu-01:after {
  content: "\4cce";
}
.hgi-bulk.hgi-menu-01:before {
  content: "\4ccf";
}
.hgi-bulk.hgi-menu-02:after {
  content: "\4cd0";
}
.hgi-bulk.hgi-menu-02:before {
  content: "\4cd1";
}
.hgi-bulk.hgi-menu-03:after {
  content: "\4cd2";
}
.hgi-bulk.hgi-menu-03:before {
  content: "\4cd3";
}
.hgi-bulk.hgi-menu-04:after {
  content: "\4cd4";
}
.hgi-bulk.hgi-menu-04:before {
  content: "\4cd5";
}
.hgi-bulk.hgi-menu-05:after {
  content: "\4cd6";
}
.hgi-bulk.hgi-menu-05:before {
  content: "\4cd7";
}
.hgi-bulk.hgi-menu-06:after {
  content: "\4cd8";
}
.hgi-bulk.hgi-menu-06:before {
  content: "\4cd9";
}
.hgi-bulk.hgi-menu-07:after {
  content: "\4cda";
}
.hgi-bulk.hgi-menu-07:before {
  content: "\4cdb";
}
.hgi-bulk.hgi-menu-08:after {
  content: "\4cdc";
}
.hgi-bulk.hgi-menu-08:before {
  content: "\4cdd";
}
.hgi-bulk.hgi-menu-09:after {
  content: "\4cde";
}
.hgi-bulk.hgi-menu-09:before {
  content: "\4cdf";
}
.hgi-bulk.hgi-menu-10:after {
  content: "\4ce0";
}
.hgi-bulk.hgi-menu-10:before {
  content: "\4ce1";
}
.hgi-bulk.hgi-menu-11:after {
  content: "\4ce2";
}
.hgi-bulk.hgi-menu-11:before {
  content: "\4ce3";
}
.hgi-bulk.hgi-menu-circle:after {
  content: "\4ce4";
}
.hgi-bulk.hgi-menu-circle:before {
  content: "\4ce5";
}
.hgi-bulk.hgi-menu-collapse:after {
  content: "\4ce6";
}
.hgi-bulk.hgi-menu-collapse:before {
  content: "\4ce7";
}
.hgi-bulk.hgi-menu-restaurant:after {
  content: "\4ce8";
}
.hgi-bulk.hgi-menu-restaurant:before {
  content: "\4ce9";
}
.hgi-bulk.hgi-menu-square:after {
  content: "\4cea";
}
.hgi-bulk.hgi-menu-square:before {
  content: "\4ceb";
}
.hgi-bulk.hgi-menu-two-line:after {
  content: "\4cec";
}
.hgi-bulk.hgi-menu-two-line:before {
  content: "\4ced";
}
.hgi-bulk.hgi-message-01:after {
  content: "\4cee";
}
.hgi-bulk.hgi-message-01:before {
  content: "\4cef";
}
.hgi-bulk.hgi-message-02:after {
  content: "\4cf0";
}
.hgi-bulk.hgi-message-02:before {
  content: "\4cf1";
}
.hgi-bulk.hgi-message-add-01:after {
  content: "\4cf2";
}
.hgi-bulk.hgi-message-add-01:before {
  content: "\4cf3";
}
.hgi-bulk.hgi-message-add-02:after {
  content: "\4cf4";
}
.hgi-bulk.hgi-message-add-02:before {
  content: "\4cf5";
}
.hgi-bulk.hgi-message-blocked:after {
  content: "\4cf6";
}
.hgi-bulk.hgi-message-blocked:before {
  content: "\4cf7";
}
.hgi-bulk.hgi-message-cancel-01:after {
  content: "\4cf8";
}
.hgi-bulk.hgi-message-cancel-01:before {
  content: "\4cf9";
}
.hgi-bulk.hgi-message-cancel-02:after {
  content: "\4cfa";
}
.hgi-bulk.hgi-message-cancel-02:before {
  content: "\4cfb";
}
.hgi-bulk.hgi-message-delay-01:after {
  content: "\4cfc";
}
.hgi-bulk.hgi-message-delay-01:before {
  content: "\4cfd";
}
.hgi-bulk.hgi-message-delay-02:after {
  content: "\4cfe";
}
.hgi-bulk.hgi-message-delay-02:before {
  content: "\4cff";
}
.hgi-bulk.hgi-message-done-01:after {
  content: "\4d00";
}
.hgi-bulk.hgi-message-done-01:before {
  content: "\4d01";
}
.hgi-bulk.hgi-message-done-02:after {
  content: "\4d02";
}
.hgi-bulk.hgi-message-done-02:before {
  content: "\4d03";
}
.hgi-bulk.hgi-message-download-01:after {
  content: "\4d04";
}
.hgi-bulk.hgi-message-download-01:before {
  content: "\4d05";
}
.hgi-bulk.hgi-message-download-02:after {
  content: "\4d06";
}
.hgi-bulk.hgi-message-download-02:before {
  content: "\4d07";
}
.hgi-bulk.hgi-message-edit-01:after {
  content: "\4d08";
}
.hgi-bulk.hgi-message-edit-01:before {
  content: "\4d09";
}
.hgi-bulk.hgi-message-edit-02:after {
  content: "\4d0a";
}
.hgi-bulk.hgi-message-edit-02:before {
  content: "\4d0b";
}
.hgi-bulk.hgi-message-favourite-01:after {
  content: "\4d0c";
}
.hgi-bulk.hgi-message-favourite-01:before {
  content: "\4d0d";
}
.hgi-bulk.hgi-message-favourite-02:after {
  content: "\4d0e";
}
.hgi-bulk.hgi-message-favourite-02:before {
  content: "\4d0f";
}
.hgi-bulk.hgi-message-incoming-01:after {
  content: "\4d10";
}
.hgi-bulk.hgi-message-incoming-01:before {
  content: "\4d11";
}
.hgi-bulk.hgi-message-incoming-02:after {
  content: "\4d12";
}
.hgi-bulk.hgi-message-incoming-02:before {
  content: "\4d13";
}
.hgi-bulk.hgi-message-lock-01:after {
  content: "\4d14";
}
.hgi-bulk.hgi-message-lock-01:before {
  content: "\4d15";
}
.hgi-bulk.hgi-message-lock-02:after {
  content: "\4d16";
}
.hgi-bulk.hgi-message-lock-02:before {
  content: "\4d17";
}
.hgi-bulk.hgi-message-multiple-01:after {
  content: "\4d18";
}
.hgi-bulk.hgi-message-multiple-01:before {
  content: "\4d19";
}
.hgi-bulk.hgi-message-multiple-02:after {
  content: "\4d1a";
}
.hgi-bulk.hgi-message-multiple-02:before {
  content: "\4d1b";
}
.hgi-bulk.hgi-message-notification-01:after {
  content: "\4d1c";
}
.hgi-bulk.hgi-message-notification-01:before {
  content: "\4d1d";
}
.hgi-bulk.hgi-message-notification-02:after {
  content: "\4d1e";
}
.hgi-bulk.hgi-message-notification-02:before {
  content: "\4d1f";
}
.hgi-bulk.hgi-message-outgoing-01:after {
  content: "\4d20";
}
.hgi-bulk.hgi-message-outgoing-01:before {
  content: "\4d21";
}
.hgi-bulk.hgi-message-outgoing-02:after {
  content: "\4d22";
}
.hgi-bulk.hgi-message-outgoing-02:before {
  content: "\4d23";
}
.hgi-bulk.hgi-message-preview-01:after {
  content: "\4d24";
}
.hgi-bulk.hgi-message-preview-01:before {
  content: "\4d25";
}
.hgi-bulk.hgi-message-preview-02:after {
  content: "\4d26";
}
.hgi-bulk.hgi-message-preview-02:before {
  content: "\4d27";
}
.hgi-bulk.hgi-message-programming:after {
  content: "\4d28";
}
.hgi-bulk.hgi-message-programming:before {
  content: "\4d29";
}
.hgi-bulk.hgi-message-question:after {
  content: "\4d2a";
}
.hgi-bulk.hgi-message-question:before {
  content: "\4d2b";
}
.hgi-bulk.hgi-message-search-01:after {
  content: "\4d2c";
}
.hgi-bulk.hgi-message-search-01:before {
  content: "\4d2d";
}
.hgi-bulk.hgi-message-search-02:after {
  content: "\4d2e";
}
.hgi-bulk.hgi-message-search-02:before {
  content: "\4d2f";
}
.hgi-bulk.hgi-message-secure-01:after {
  content: "\4d30";
}
.hgi-bulk.hgi-message-secure-01:before {
  content: "\4d31";
}
.hgi-bulk.hgi-message-secure-02:after {
  content: "\4d32";
}
.hgi-bulk.hgi-message-secure-02:before {
  content: "\4d33";
}
.hgi-bulk.hgi-message-translate:after {
  content: "\4d34";
}
.hgi-bulk.hgi-message-translate:before {
  content: "\4d35";
}
.hgi-bulk.hgi-message-unlock-01:after {
  content: "\4d36";
}
.hgi-bulk.hgi-message-unlock-01:before {
  content: "\4d37";
}
.hgi-bulk.hgi-message-unlock-02:after {
  content: "\4d38";
}
.hgi-bulk.hgi-message-unlock-02:before {
  content: "\4d39";
}
.hgi-bulk.hgi-message-upload-01:after {
  content: "\4d3a";
}
.hgi-bulk.hgi-message-upload-01:before {
  content: "\4d3b";
}
.hgi-bulk.hgi-message-upload-02:after {
  content: "\4d3c";
}
.hgi-bulk.hgi-message-upload-02:before {
  content: "\4d3d";
}
.hgi-bulk.hgi-message-user-01:after {
  content: "\4d3e";
}
.hgi-bulk.hgi-message-user-01:before {
  content: "\4d3f";
}
.hgi-bulk.hgi-message-user-02:after {
  content: "\4d40";
}
.hgi-bulk.hgi-message-user-02:before {
  content: "\4d41";
}
.hgi-bulk.hgi-messenger:after {
  content: "\4d42";
}
.hgi-bulk.hgi-messenger:before {
  content: "\4d43";
}
.hgi-bulk.hgi-meta:after {
  content: "\4d44";
}
.hgi-bulk.hgi-meta:before {
  content: "\4d45";
}
.hgi-bulk.hgi-metro:after {
  content: "\4d46";
}
.hgi-bulk.hgi-metro:before {
  content: "\4d47";
}
.hgi-bulk.hgi-mic-01:after {
  content: "\4d48";
}
.hgi-bulk.hgi-mic-01:before {
  content: "\4d49";
}
.hgi-bulk.hgi-mic-02:after {
  content: "\4d4a";
}
.hgi-bulk.hgi-mic-02:before {
  content: "\4d4b";
}
.hgi-bulk.hgi-mic-off-01:after {
  content: "\4d4c";
}
.hgi-bulk.hgi-mic-off-01:before {
  content: "\4d4d";
}
.hgi-bulk.hgi-mic-off-02:after {
  content: "\4d4e";
}
.hgi-bulk.hgi-mic-off-02:before {
  content: "\4d4f";
}
.hgi-bulk.hgi-microscope:after {
  content: "\4d50";
}
.hgi-bulk.hgi-microscope:before {
  content: "\4d51";
}
.hgi-bulk.hgi-microsoft-admin:after {
  content: "\4d52";
}
.hgi-bulk.hgi-microsoft-admin:before {
  content: "\4d53";
}
.hgi-bulk.hgi-microsoft:after {
  content: "\4d54";
}
.hgi-bulk.hgi-microsoft:before {
  content: "\4d55";
}
.hgi-bulk.hgi-microwave:after {
  content: "\4d56";
}
.hgi-bulk.hgi-microwave:before {
  content: "\4d57";
}
.hgi-bulk.hgi-milk-bottle:after {
  content: "\4d58";
}
.hgi-bulk.hgi-milk-bottle:before {
  content: "\4d59";
}
.hgi-bulk.hgi-milk-carton:after {
  content: "\4d5a";
}
.hgi-bulk.hgi-milk-carton:before {
  content: "\4d5b";
}
.hgi-bulk.hgi-milk-coconut:after {
  content: "\4d5c";
}
.hgi-bulk.hgi-milk-coconut:before {
  content: "\4d5d";
}
.hgi-bulk.hgi-milk-oat:after {
  content: "\4d5e";
}
.hgi-bulk.hgi-milk-oat:before {
  content: "\4d5f";
}
.hgi-bulk.hgi-minimize-01:after {
  content: "\4d60";
}
.hgi-bulk.hgi-minimize-01:before {
  content: "\4d61";
}
.hgi-bulk.hgi-minimize-02:after {
  content: "\4d62";
}
.hgi-bulk.hgi-minimize-02:before {
  content: "\4d63";
}
.hgi-bulk.hgi-minimize-03:after {
  content: "\4d64";
}
.hgi-bulk.hgi-minimize-03:before {
  content: "\4d65";
}
.hgi-bulk.hgi-minimize-04:after {
  content: "\4d66";
}
.hgi-bulk.hgi-minimize-04:before {
  content: "\4d67";
}
.hgi-bulk.hgi-minimize-screen:after {
  content: "\4d68";
}
.hgi-bulk.hgi-minimize-screen:before {
  content: "\4d69";
}
.hgi-bulk.hgi-mining-01:after {
  content: "\4d6a";
}
.hgi-bulk.hgi-mining-01:before {
  content: "\4d6b";
}
.hgi-bulk.hgi-mining-02:after {
  content: "\4d6c";
}
.hgi-bulk.hgi-mining-02:before {
  content: "\4d6d";
}
.hgi-bulk.hgi-mining-03:after {
  content: "\4d6e";
}
.hgi-bulk.hgi-mining-03:before {
  content: "\4d6f";
}
.hgi-bulk.hgi-minus-plus-01:after {
  content: "\4d70";
}
.hgi-bulk.hgi-minus-plus-01:before {
  content: "\4d71";
}
.hgi-bulk.hgi-minus-plus-02:after {
  content: "\4d72";
}
.hgi-bulk.hgi-minus-plus-02:before {
  content: "\4d73";
}
.hgi-bulk.hgi-minus-plus-circle-01:after {
  content: "\4d74";
}
.hgi-bulk.hgi-minus-plus-circle-01:before {
  content: "\4d75";
}
.hgi-bulk.hgi-minus-plus-circle-02:after {
  content: "\4d76";
}
.hgi-bulk.hgi-minus-plus-circle-02:before {
  content: "\4d77";
}
.hgi-bulk.hgi-minus-plus-square-01:after {
  content: "\4d78";
}
.hgi-bulk.hgi-minus-plus-square-01:before {
  content: "\4d79";
}
.hgi-bulk.hgi-minus-plus-square-02:after {
  content: "\4d7a";
}
.hgi-bulk.hgi-minus-plus-square-02:before {
  content: "\4d7b";
}
.hgi-bulk.hgi-minus-sign-circle:after {
  content: "\4d7c";
}
.hgi-bulk.hgi-minus-sign-circle:before {
  content: "\4d7d";
}
.hgi-bulk.hgi-minus-sign:after {
  content: "\4d7e";
}
.hgi-bulk.hgi-minus-sign-square:after {
  content: "\4d7f";
}
.hgi-bulk.hgi-minus-sign-square:before {
  content: "\4d80";
}
.hgi-bulk.hgi-minus-sign:before {
  content: "\4d81";
}
.hgi-bulk.hgi-mirror:after {
  content: "\4d82";
}
.hgi-bulk.hgi-mirror:before {
  content: "\4d83";
}
.hgi-bulk.hgi-mirroring-screen:after {
  content: "\4d84";
}
.hgi-bulk.hgi-mirroring-screen:before {
  content: "\4d85";
}
.hgi-bulk.hgi-mixer:after {
  content: "\4d86";
}
.hgi-bulk.hgi-mixer:before {
  content: "\4d87";
}
.hgi-bulk.hgi-mobile-navigator-01:after {
  content: "\4d88";
}
.hgi-bulk.hgi-mobile-navigator-01:before {
  content: "\4d89";
}
.hgi-bulk.hgi-mobile-navigator-02:after {
  content: "\4d8a";
}
.hgi-bulk.hgi-mobile-navigator-02:before {
  content: "\4d8b";
}
.hgi-bulk.hgi-mobile-programming-01:after {
  content: "\4d8c";
}
.hgi-bulk.hgi-mobile-programming-01:before {
  content: "\4d8d";
}
.hgi-bulk.hgi-mobile-programming-02:after {
  content: "\4d8e";
}
.hgi-bulk.hgi-mobile-programming-02:before {
  content: "\4d8f";
}
.hgi-bulk.hgi-mobile-protection:after {
  content: "\4d90";
}
.hgi-bulk.hgi-mobile-protection:before {
  content: "\4d91";
}
.hgi-bulk.hgi-mobile-security:after {
  content: "\4d92";
}
.hgi-bulk.hgi-mobile-security:before {
  content: "\4d93";
}
.hgi-bulk.hgi-mochi:after {
  content: "\4d94";
}
.hgi-bulk.hgi-mochi:before {
  content: "\4d95";
}
.hgi-bulk.hgi-modern-tv-4-k:after {
  content: "\4d96";
}
.hgi-bulk.hgi-modern-tv-4-k:before {
  content: "\4d97";
}
.hgi-bulk.hgi-modern-tv-issue:after {
  content: "\4d98";
}
.hgi-bulk.hgi-modern-tv-issue:before {
  content: "\4d99";
}
.hgi-bulk.hgi-modern-tv:after {
  content: "\4d9a";
}
.hgi-bulk.hgi-modern-tv:before {
  content: "\4d9b";
}
.hgi-bulk.hgi-molecules:after {
  content: "\4d9c";
}
.hgi-bulk.hgi-molecules:before {
  content: "\4d9d";
}
.hgi-bulk.hgi-mollie:after {
  content: "\4d9e";
}
.hgi-bulk.hgi-mollie:before {
  content: "\4d9f";
}
.hgi-bulk.hgi-monas:after {
  content: "\4da0";
}
.hgi-bulk.hgi-monas:before {
  content: "\4da1";
}
.hgi-bulk.hgi-money-01:after {
  content: "\4da2";
}
.hgi-bulk.hgi-money-01:before {
  content: "\4da3";
}
.hgi-bulk.hgi-money-02:after {
  content: "\4da4";
}
.hgi-bulk.hgi-money-02:before {
  content: "\4da5";
}
.hgi-bulk.hgi-money-03:after {
  content: "\4da6";
}
.hgi-bulk.hgi-money-03:before {
  content: "\4da7";
}
.hgi-bulk.hgi-money-04:after {
  content: "\4da8";
}
.hgi-bulk.hgi-money-04:before {
  content: "\4da9";
}
.hgi-bulk.hgi-money-add-01:after {
  content: "\4daa";
}
.hgi-bulk.hgi-money-add-01:before {
  content: "\4dab";
}
.hgi-bulk.hgi-money-add-02:after {
  content: "\4dac";
}
.hgi-bulk.hgi-money-add-02:before {
  content: "\4dad";
}
.hgi-bulk.hgi-money-bag-01:after {
  content: "\4dae";
}
.hgi-bulk.hgi-money-bag-01:before {
  content: "\4daf";
}
.hgi-bulk.hgi-money-bag-02:after {
  content: "\4db0";
}
.hgi-bulk.hgi-money-bag-02:before {
  content: "\4db1";
}
.hgi-bulk.hgi-money-exchange-01:after {
  content: "\4db2";
}
.hgi-bulk.hgi-money-exchange-01:before {
  content: "\4db3";
}
.hgi-bulk.hgi-money-exchange-02:after {
  content: "\4db4";
}
.hgi-bulk.hgi-money-exchange-02:before {
  content: "\4db5";
}
.hgi-bulk.hgi-money-exchange-03:after {
  content: "\4db6";
}
.hgi-bulk.hgi-money-exchange-03:before {
  content: "\4db7";
}
.hgi-bulk.hgi-money-not-found-01:after {
  content: "\4db8";
}
.hgi-bulk.hgi-money-not-found-01:before {
  content: "\4db9";
}
.hgi-bulk.hgi-money-not-found-02:after {
  content: "\4dba";
}
.hgi-bulk.hgi-money-not-found-02:before {
  content: "\4dbb";
}
.hgi-bulk.hgi-money-not-found-03:after {
  content: "\4dbc";
}
.hgi-bulk.hgi-money-not-found-03:before {
  content: "\4dbd";
}
.hgi-bulk.hgi-money-not-found-04:after {
  content: "\4dbe";
}
.hgi-bulk.hgi-money-not-found-04:before {
  content: "\4dbf";
}
.hgi-bulk.hgi-money-receive-01:after {
  content: "\4dc0";
}
.hgi-bulk.hgi-money-receive-01:before {
  content: "\4dc1";
}
.hgi-bulk.hgi-money-receive-02:after {
  content: "\4dc2";
}
.hgi-bulk.hgi-money-receive-02:before {
  content: "\4dc3";
}
.hgi-bulk.hgi-money-receive-circle:after {
  content: "\4dc4";
}
.hgi-bulk.hgi-money-receive-circle:before {
  content: "\4dc5";
}
.hgi-bulk.hgi-money-receive-flow-01:after {
  content: "\4dc6";
}
.hgi-bulk.hgi-money-receive-flow-01:before {
  content: "\4dc7";
}
.hgi-bulk.hgi-money-receive-flow-02:after {
  content: "\4dc8";
}
.hgi-bulk.hgi-money-receive-flow-02:before {
  content: "\4dc9";
}
.hgi-bulk.hgi-money-receive-square:after {
  content: "\4dca";
}
.hgi-bulk.hgi-money-receive-square:before {
  content: "\4dcb";
}
.hgi-bulk.hgi-money-remove-01:after {
  content: "\4dcc";
}
.hgi-bulk.hgi-money-remove-01:before {
  content: "\4dcd";
}
.hgi-bulk.hgi-money-remove-02:after {
  content: "\4dce";
}
.hgi-bulk.hgi-money-remove-02:before {
  content: "\4dcf";
}
.hgi-bulk.hgi-money-safe:after {
  content: "\4dd0";
}
.hgi-bulk.hgi-money-safe:before {
  content: "\4dd1";
}
.hgi-bulk.hgi-money-saving-jar:after {
  content: "\4dd2";
}
.hgi-bulk.hgi-money-saving-jar:before {
  content: "\4dd3";
}
.hgi-bulk.hgi-money-security:after {
  content: "\4dd4";
}
.hgi-bulk.hgi-money-security:before {
  content: "\4dd5";
}
.hgi-bulk.hgi-money-send-01:after {
  content: "\4dd6";
}
.hgi-bulk.hgi-money-send-01:before {
  content: "\4dd7";
}
.hgi-bulk.hgi-money-send-02:after {
  content: "\4dd8";
}
.hgi-bulk.hgi-money-send-02:before {
  content: "\4dd9";
}
.hgi-bulk.hgi-money-send-circle:after {
  content: "\4dda";
}
.hgi-bulk.hgi-money-send-circle:before {
  content: "\4ddb";
}
.hgi-bulk.hgi-money-send-flow-01:after {
  content: "\4ddc";
}
.hgi-bulk.hgi-money-send-flow-01:before {
  content: "\4ddd";
}
.hgi-bulk.hgi-money-send-flow-02:after {
  content: "\4dde";
}
.hgi-bulk.hgi-money-send-flow-02:before {
  content: "\4ddf";
}
.hgi-bulk.hgi-money-send-square:after {
  content: "\4de0";
}
.hgi-bulk.hgi-money-send-square:before {
  content: "\4de1";
}
.hgi-bulk.hgi-monocle-01:after {
  content: "\4de2";
}
.hgi-bulk.hgi-monocle-01:before {
  content: "\4de3";
}
.hgi-bulk.hgi-monocle:after {
  content: "\4de4";
}
.hgi-bulk.hgi-monocle:before {
  content: "\4de5";
}
.hgi-bulk.hgi-monster:after {
  content: "\4de6";
}
.hgi-bulk.hgi-monster:before {
  content: "\4de7";
}
.hgi-bulk.hgi-moon-01:after {
  content: "\4de8";
}
.hgi-bulk.hgi-moon-01:before {
  content: "\4de9";
}
.hgi-bulk.hgi-moon-02:after {
  content: "\4dea";
}
.hgi-bulk.hgi-moon-02:before {
  content: "\4deb";
}
.hgi-bulk.hgi-moon-angled-rain-zap:after {
  content: "\4dec";
}
.hgi-bulk.hgi-moon-angled-rain-zap:before {
  content: "\4ded";
}
.hgi-bulk.hgi-moon-cloud-angled-rain:after {
  content: "\4dee";
}
.hgi-bulk.hgi-moon-cloud-angled-rain:before {
  content: "\4def";
}
.hgi-bulk.hgi-moon-cloud-angled-zap:after {
  content: "\4df0";
}
.hgi-bulk.hgi-moon-cloud-angled-zap:before {
  content: "\4df1";
}
.hgi-bulk.hgi-moon-cloud-big-rain:after {
  content: "\4df2";
}
.hgi-bulk.hgi-moon-cloud-big-rain:before {
  content: "\4df3";
}
.hgi-bulk.hgi-moon-cloud-fast-wind:after {
  content: "\4df4";
}
.hgi-bulk.hgi-moon-cloud-fast-wind:before {
  content: "\4df5";
}
.hgi-bulk.hgi-moon-cloud-hailstone:after {
  content: "\4df6";
}
.hgi-bulk.hgi-moon-cloud-hailstone:before {
  content: "\4df7";
}
.hgi-bulk.hgi-moon-cloud-little-rain:after {
  content: "\4df8";
}
.hgi-bulk.hgi-moon-cloud-little-rain:before {
  content: "\4df9";
}
.hgi-bulk.hgi-moon-cloud-little-snow:after {
  content: "\4dfa";
}
.hgi-bulk.hgi-moon-cloud-little-snow:before {
  content: "\4dfb";
}
.hgi-bulk.hgi-moon-cloud-mid-rain:after {
  content: "\4dfc";
}
.hgi-bulk.hgi-moon-cloud-mid-rain:before {
  content: "\4dfd";
}
.hgi-bulk.hgi-moon-cloud-mid-snow:after {
  content: "\4dfe";
}
.hgi-bulk.hgi-moon-cloud-mid-snow:before {
  content: "\4dff";
}
.hgi-bulk.hgi-moon-cloud:after {
  content: "\4e00";
}
.hgi-bulk.hgi-moon-cloud-slow-wind:after {
  content: "\4e01";
}
.hgi-bulk.hgi-moon-cloud-slow-wind:before {
  content: "\4e02";
}
.hgi-bulk.hgi-moon-cloud-snow:after {
  content: "\4e03";
}
.hgi-bulk.hgi-moon-cloud-snow:before {
  content: "\4e04";
}
.hgi-bulk.hgi-moon-cloud:before {
  content: "\4e05";
}
.hgi-bulk.hgi-moon-eclipse:after {
  content: "\4e06";
}
.hgi-bulk.hgi-moon-eclipse:before {
  content: "\4e07";
}
.hgi-bulk.hgi-moon-fast-wind:after {
  content: "\4e08";
}
.hgi-bulk.hgi-moon-fast-wind:before {
  content: "\4e09";
}
.hgi-bulk.hgi-moon-landing:after {
  content: "\4e0a";
}
.hgi-bulk.hgi-moon-landing:before {
  content: "\4e0b";
}
.hgi-bulk.hgi-moon:after {
  content: "\4e0c";
}
.hgi-bulk.hgi-moon-slow-wind:after {
  content: "\4e0d";
}
.hgi-bulk.hgi-moon-slow-wind:before {
  content: "\4e0e";
}
.hgi-bulk.hgi-moon:before {
  content: "\4e0f";
}
.hgi-bulk.hgi-moonset:after {
  content: "\4e10";
}
.hgi-bulk.hgi-moonset:before {
  content: "\4e11";
}
.hgi-bulk.hgi-more-01:after {
  content: "\4e12";
}
.hgi-bulk.hgi-more-01:before {
  content: "\4e13";
}
.hgi-bulk.hgi-more-02:after {
  content: "\4e14";
}
.hgi-bulk.hgi-more-02:before {
  content: "\4e15";
}
.hgi-bulk.hgi-more-03:after {
  content: "\4e16";
}
.hgi-bulk.hgi-more-03:before {
  content: "\4e17";
}
.hgi-bulk.hgi-more-horizontal-circle-01:after {
  content: "\4e18";
}
.hgi-bulk.hgi-more-horizontal-circle-01:before {
  content: "\4e19";
}
.hgi-bulk.hgi-more-horizontal-circle-02:after {
  content: "\4e1a";
}
.hgi-bulk.hgi-more-horizontal-circle-02:before {
  content: "\4e1b";
}
.hgi-bulk.hgi-more-horizontal:after {
  content: "\4e1c";
}
.hgi-bulk.hgi-more-horizontal-square-01:after {
  content: "\4e1d";
}
.hgi-bulk.hgi-more-horizontal-square-01:before {
  content: "\4e1e";
}
.hgi-bulk.hgi-more-horizontal-square-02:after {
  content: "\4e1f";
}
.hgi-bulk.hgi-more-horizontal-square-02:before {
  content: "\4e20";
}
.hgi-bulk.hgi-more-horizontal:before {
  content: "\4e21";
}
.hgi-bulk.hgi-more-or-less-circle:after {
  content: "\4e22";
}
.hgi-bulk.hgi-more-or-less-circle:before {
  content: "\4e23";
}
.hgi-bulk.hgi-more-or-less:after {
  content: "\4e24";
}
.hgi-bulk.hgi-more-or-less-square:after {
  content: "\4e25";
}
.hgi-bulk.hgi-more-or-less-square:before {
  content: "\4e26";
}
.hgi-bulk.hgi-more-or-less:before {
  content: "\4e27";
}
.hgi-bulk.hgi-more:after {
  content: "\4e28";
}
.hgi-bulk.hgi-more-vertical-circle-01:after {
  content: "\4e29";
}
.hgi-bulk.hgi-more-vertical-circle-01:before {
  content: "\4e2a";
}
.hgi-bulk.hgi-more-vertical-circle-02:after {
  content: "\4e2b";
}
.hgi-bulk.hgi-more-vertical-circle-02:before {
  content: "\4e2c";
}
.hgi-bulk.hgi-more-vertical:after {
  content: "\4e2d";
}
.hgi-bulk.hgi-more-vertical-square-01:after {
  content: "\4e2e";
}
.hgi-bulk.hgi-more-vertical-square-01:before {
  content: "\4e2f";
}
.hgi-bulk.hgi-more-vertical-square-02:after {
  content: "\4e30";
}
.hgi-bulk.hgi-more-vertical-square-02:before {
  content: "\4e31";
}
.hgi-bulk.hgi-more-vertical:before {
  content: "\4e32";
}
.hgi-bulk.hgi-more:before {
  content: "\4e33";
}
.hgi-bulk.hgi-mortar:after {
  content: "\4e34";
}
.hgi-bulk.hgi-mortar:before {
  content: "\4e35";
}
.hgi-bulk.hgi-mortarboard-01:after {
  content: "\4e36";
}
.hgi-bulk.hgi-mortarboard-01:before {
  content: "\4e37";
}
.hgi-bulk.hgi-mortarboard-02:after {
  content: "\4e38";
}
.hgi-bulk.hgi-mortarboard-02:before {
  content: "\4e39";
}
.hgi-bulk.hgi-mosque-01:after {
  content: "\4e3a";
}
.hgi-bulk.hgi-mosque-01:before {
  content: "\4e3b";
}
.hgi-bulk.hgi-mosque-02:after {
  content: "\4e3c";
}
.hgi-bulk.hgi-mosque-02:before {
  content: "\4e3d";
}
.hgi-bulk.hgi-mosque-03:after {
  content: "\4e3e";
}
.hgi-bulk.hgi-mosque-03:before {
  content: "\4e3f";
}
.hgi-bulk.hgi-mosque-04:after {
  content: "\4e40";
}
.hgi-bulk.hgi-mosque-04:before {
  content: "\4e41";
}
.hgi-bulk.hgi-mosque-05:after {
  content: "\4e42";
}
.hgi-bulk.hgi-mosque-05:before {
  content: "\4e43";
}
.hgi-bulk.hgi-mosque-location:after {
  content: "\4e44";
}
.hgi-bulk.hgi-mosque-location:before {
  content: "\4e45";
}
.hgi-bulk.hgi-motion-01:after {
  content: "\4e46";
}
.hgi-bulk.hgi-motion-01:before {
  content: "\4e47";
}
.hgi-bulk.hgi-motion-02:after {
  content: "\4e48";
}
.hgi-bulk.hgi-motion-02:before {
  content: "\4e49";
}
.hgi-bulk.hgi-motorbike-01:after {
  content: "\4e4a";
}
.hgi-bulk.hgi-motorbike-01:before {
  content: "\4e4b";
}
.hgi-bulk.hgi-motorbike-02:after {
  content: "\4e4c";
}
.hgi-bulk.hgi-motorbike-02:before {
  content: "\4e4d";
}
.hgi-bulk.hgi-mountain:after {
  content: "\4e4e";
}
.hgi-bulk.hgi-mountain:before {
  content: "\4e4f";
}
.hgi-bulk.hgi-mouse-01:after {
  content: "\4e50";
}
.hgi-bulk.hgi-mouse-01:before {
  content: "\4e51";
}
.hgi-bulk.hgi-mouse-02:after {
  content: "\4e52";
}
.hgi-bulk.hgi-mouse-02:before {
  content: "\4e53";
}
.hgi-bulk.hgi-mouse-03:after {
  content: "\4e54";
}
.hgi-bulk.hgi-mouse-03:before {
  content: "\4e55";
}
.hgi-bulk.hgi-mouse-04:after {
  content: "\4e56";
}
.hgi-bulk.hgi-mouse-04:before {
  content: "\4e57";
}
.hgi-bulk.hgi-mouse-05:after {
  content: "\4e58";
}
.hgi-bulk.hgi-mouse-05:before {
  content: "\4e59";
}
.hgi-bulk.hgi-mouse-06:after {
  content: "\4e5a";
}
.hgi-bulk.hgi-mouse-06:before {
  content: "\4e5b";
}
.hgi-bulk.hgi-mouse-07:after {
  content: "\4e5c";
}
.hgi-bulk.hgi-mouse-07:before {
  content: "\4e5d";
}
.hgi-bulk.hgi-mouse-08:after {
  content: "\4e5e";
}
.hgi-bulk.hgi-mouse-08:before {
  content: "\4e5f";
}
.hgi-bulk.hgi-mouse-09:after {
  content: "\4e60";
}
.hgi-bulk.hgi-mouse-09:before {
  content: "\4e61";
}
.hgi-bulk.hgi-mouse-10:after {
  content: "\4e62";
}
.hgi-bulk.hgi-mouse-10:before {
  content: "\4e63";
}
.hgi-bulk.hgi-mouse-11:after {
  content: "\4e64";
}
.hgi-bulk.hgi-mouse-11:before {
  content: "\4e65";
}
.hgi-bulk.hgi-mouse-12:after {
  content: "\4e66";
}
.hgi-bulk.hgi-mouse-12:before {
  content: "\4e67";
}
.hgi-bulk.hgi-mouse-13:after {
  content: "\4e68";
}
.hgi-bulk.hgi-mouse-13:before {
  content: "\4e69";
}
.hgi-bulk.hgi-mouse-14:after {
  content: "\4e6a";
}
.hgi-bulk.hgi-mouse-14:before {
  content: "\4e6b";
}
.hgi-bulk.hgi-mouse-15:after {
  content: "\4e6c";
}
.hgi-bulk.hgi-mouse-15:before {
  content: "\4e6d";
}
.hgi-bulk.hgi-mouse-16:after {
  content: "\4e6e";
}
.hgi-bulk.hgi-mouse-16:before {
  content: "\4e6f";
}
.hgi-bulk.hgi-mouse-17:after {
  content: "\4e70";
}
.hgi-bulk.hgi-mouse-17:before {
  content: "\4e71";
}
.hgi-bulk.hgi-mouse-18:after {
  content: "\4e72";
}
.hgi-bulk.hgi-mouse-18:before {
  content: "\4e73";
}
.hgi-bulk.hgi-mouse-19:after {
  content: "\4e74";
}
.hgi-bulk.hgi-mouse-19:before {
  content: "\4e75";
}
.hgi-bulk.hgi-mouse-20:after {
  content: "\4e76";
}
.hgi-bulk.hgi-mouse-20:before {
  content: "\4e77";
}
.hgi-bulk.hgi-mouse-21:after {
  content: "\4e78";
}
.hgi-bulk.hgi-mouse-21:before {
  content: "\4e79";
}
.hgi-bulk.hgi-mouse-22:after {
  content: "\4e7a";
}
.hgi-bulk.hgi-mouse-22:before {
  content: "\4e7b";
}
.hgi-bulk.hgi-mouse-23:after {
  content: "\4e7c";
}
.hgi-bulk.hgi-mouse-23:before {
  content: "\4e7d";
}
.hgi-bulk.hgi-mouse-left-click-01:after {
  content: "\4e7e";
}
.hgi-bulk.hgi-mouse-left-click-01:before {
  content: "\4e7f";
}
.hgi-bulk.hgi-mouse-left-click-02:after {
  content: "\4e80";
}
.hgi-bulk.hgi-mouse-left-click-02:before {
  content: "\4e81";
}
.hgi-bulk.hgi-mouse-left-click-03:after {
  content: "\4e82";
}
.hgi-bulk.hgi-mouse-left-click-03:before {
  content: "\4e83";
}
.hgi-bulk.hgi-mouse-left-click-04:after {
  content: "\4e84";
}
.hgi-bulk.hgi-mouse-left-click-04:before {
  content: "\4e85";
}
.hgi-bulk.hgi-mouse-left-click-05:after {
  content: "\4e86";
}
.hgi-bulk.hgi-mouse-left-click-05:before {
  content: "\4e87";
}
.hgi-bulk.hgi-mouse-left-click-06:after {
  content: "\4e88";
}
.hgi-bulk.hgi-mouse-left-click-06:before {
  content: "\4e89";
}
.hgi-bulk.hgi-mouse-right-click-01:after {
  content: "\4e8a";
}
.hgi-bulk.hgi-mouse-right-click-01:before {
  content: "\4e8b";
}
.hgi-bulk.hgi-mouse-right-click-02:after {
  content: "\4e8c";
}
.hgi-bulk.hgi-mouse-right-click-02:before {
  content: "\4e8d";
}
.hgi-bulk.hgi-mouse-right-click-03:after {
  content: "\4e8e";
}
.hgi-bulk.hgi-mouse-right-click-03:before {
  content: "\4e8f";
}
.hgi-bulk.hgi-mouse-right-click-04:after {
  content: "\4e90";
}
.hgi-bulk.hgi-mouse-right-click-04:before {
  content: "\4e91";
}
.hgi-bulk.hgi-mouse-right-click-05:after {
  content: "\4e92";
}
.hgi-bulk.hgi-mouse-right-click-05:before {
  content: "\4e93";
}
.hgi-bulk.hgi-mouse-right-click-06:after {
  content: "\4e94";
}
.hgi-bulk.hgi-mouse-right-click-06:before {
  content: "\4e95";
}
.hgi-bulk.hgi-mouse-scroll-01:after {
  content: "\4e96";
}
.hgi-bulk.hgi-mouse-scroll-01:before {
  content: "\4e97";
}
.hgi-bulk.hgi-mouse-scroll-02:after {
  content: "\4e98";
}
.hgi-bulk.hgi-mouse-scroll-02:before {
  content: "\4e99";
}
.hgi-bulk.hgi-move-01:after {
  content: "\4e9a";
}
.hgi-bulk.hgi-move-01:before {
  content: "\4e9b";
}
.hgi-bulk.hgi-move-02:after {
  content: "\4e9c";
}
.hgi-bulk.hgi-move-02:before {
  content: "\4e9d";
}
.hgi-bulk.hgi-move-bottom:after {
  content: "\4e9e";
}
.hgi-bulk.hgi-move-bottom:before {
  content: "\4e9f";
}
.hgi-bulk.hgi-move-left:after {
  content: "\4ea0";
}
.hgi-bulk.hgi-move-left:before {
  content: "\4ea1";
}
.hgi-bulk.hgi-move-right:after {
  content: "\4ea2";
}
.hgi-bulk.hgi-move-right:before {
  content: "\4ea3";
}
.hgi-bulk.hgi-move:after {
  content: "\4ea4";
}
.hgi-bulk.hgi-move-to:after {
  content: "\4ea5";
}
.hgi-bulk.hgi-move-to:before {
  content: "\4ea6";
}
.hgi-bulk.hgi-move-top:after {
  content: "\4ea7";
}
.hgi-bulk.hgi-move-top:before {
  content: "\4ea8";
}
.hgi-bulk.hgi-move:before {
  content: "\4ea9";
}
.hgi-bulk.hgi-mp-3-01:after {
  content: "\4eaa";
}
.hgi-bulk.hgi-mp-3-01:before {
  content: "\4eab";
}
.hgi-bulk.hgi-mp-3-02:after {
  content: "\4eac";
}
.hgi-bulk.hgi-mp-3-02:before {
  content: "\4ead";
}
.hgi-bulk.hgi-mp-4-01:after {
  content: "\4eae";
}
.hgi-bulk.hgi-mp-4-01:before {
  content: "\4eaf";
}
.hgi-bulk.hgi-mp-4-02:after {
  content: "\4eb0";
}
.hgi-bulk.hgi-mp-4-02:before {
  content: "\4eb1";
}
.hgi-bulk.hgi-muhammad:after {
  content: "\4eb2";
}
.hgi-bulk.hgi-muhammad:before {
  content: "\4eb3";
}
.hgi-bulk.hgi-multiplication-sign-circle:after {
  content: "\4eb4";
}
.hgi-bulk.hgi-multiplication-sign-circle:before {
  content: "\4eb5";
}
.hgi-bulk.hgi-multiplication-sign:after {
  content: "\4eb6";
}
.hgi-bulk.hgi-multiplication-sign-square:after {
  content: "\4eb7";
}
.hgi-bulk.hgi-multiplication-sign-square:before {
  content: "\4eb8";
}
.hgi-bulk.hgi-multiplication-sign:before {
  content: "\4eb9";
}
.hgi-bulk.hgi-mushroom-01:after {
  content: "\4eba";
}
.hgi-bulk.hgi-mushroom-01:before {
  content: "\4ebb";
}
.hgi-bulk.hgi-mushroom:after {
  content: "\4ebc";
}
.hgi-bulk.hgi-mushroom:before {
  content: "\4ebd";
}
.hgi-bulk.hgi-music-note-01:after {
  content: "\4ebe";
}
.hgi-bulk.hgi-music-note-01:before {
  content: "\4ebf";
}
.hgi-bulk.hgi-music-note-02:after {
  content: "\4ec0";
}
.hgi-bulk.hgi-music-note-02:before {
  content: "\4ec1";
}
.hgi-bulk.hgi-music-note-03:after {
  content: "\4ec2";
}
.hgi-bulk.hgi-music-note-03:before {
  content: "\4ec3";
}
.hgi-bulk.hgi-music-note-04:after {
  content: "\4ec4";
}
.hgi-bulk.hgi-music-note-04:before {
  content: "\4ec5";
}
.hgi-bulk.hgi-music-note-square-01:after {
  content: "\4ec6";
}
.hgi-bulk.hgi-music-note-square-01:before {
  content: "\4ec7";
}
.hgi-bulk.hgi-music-note-square-02:after {
  content: "\4ec8";
}
.hgi-bulk.hgi-music-note-square-02:before {
  content: "\4ec9";
}
.hgi-bulk.hgi-muslim:after {
  content: "\4eca";
}
.hgi-bulk.hgi-muslim:before {
  content: "\4ecb";
}
.hgi-bulk.hgi-mute:after {
  content: "\4ecc";
}
.hgi-bulk.hgi-mute:before {
  content: "\4ecd";
}
.hgi-bulk.hgi-mymind:after {
  content: "\4ece";
}
.hgi-bulk.hgi-mymind:before {
  content: "\4ecf";
}
.hgi-bulk.hgi-n-th-root-circle:after {
  content: "\4ed0";
}
.hgi-bulk.hgi-n-th-root-circle:before {
  content: "\4ed1";
}
.hgi-bulk.hgi-n-th-root:after {
  content: "\4ed2";
}
.hgi-bulk.hgi-n-th-root-square:after {
  content: "\4ed3";
}
.hgi-bulk.hgi-n-th-root-square:before {
  content: "\4ed4";
}
.hgi-bulk.hgi-n-th-root:before {
  content: "\4ed5";
}
.hgi-bulk.hgi-nano-technology:after {
  content: "\4ed6";
}
.hgi-bulk.hgi-nano-technology:before {
  content: "\4ed7";
}
.hgi-bulk.hgi-napkins-01:after {
  content: "\4ed8";
}
.hgi-bulk.hgi-napkins-01:before {
  content: "\4ed9";
}
.hgi-bulk.hgi-napkins-02:after {
  content: "\4eda";
}
.hgi-bulk.hgi-napkins-02:before {
  content: "\4edb";
}
.hgi-bulk.hgi-natural-food:after {
  content: "\4edc";
}
.hgi-bulk.hgi-natural-food:before {
  content: "\4edd";
}
.hgi-bulk.hgi-navigation-01:after {
  content: "\4ede";
}
.hgi-bulk.hgi-navigation-01:before {
  content: "\4edf";
}
.hgi-bulk.hgi-navigation-02:after {
  content: "\4ee0";
}
.hgi-bulk.hgi-navigation-02:before {
  content: "\4ee1";
}
.hgi-bulk.hgi-navigation-03:after {
  content: "\4ee2";
}
.hgi-bulk.hgi-navigation-03:before {
  content: "\4ee3";
}
.hgi-bulk.hgi-navigation-04:after {
  content: "\4ee4";
}
.hgi-bulk.hgi-navigation-04:before {
  content: "\4ee5";
}
.hgi-bulk.hgi-navigation-05:after {
  content: "\4ee6";
}
.hgi-bulk.hgi-navigation-05:before {
  content: "\4ee7";
}
.hgi-bulk.hgi-navigator-01:after {
  content: "\4ee8";
}
.hgi-bulk.hgi-navigator-01:before {
  content: "\4ee9";
}
.hgi-bulk.hgi-navigator-02:after {
  content: "\4eea";
}
.hgi-bulk.hgi-navigator-02:before {
  content: "\4eeb";
}
.hgi-bulk.hgi-necklace:after {
  content: "\4eec";
}
.hgi-bulk.hgi-necklace:before {
  content: "\4eed";
}
.hgi-bulk.hgi-nerd:after {
  content: "\4eee";
}
.hgi-bulk.hgi-nerd:before {
  content: "\4eef";
}
.hgi-bulk.hgi-neural-network:after {
  content: "\4ef0";
}
.hgi-bulk.hgi-neural-network:before {
  content: "\4ef1";
}
.hgi-bulk.hgi-neutral:after {
  content: "\4ef2";
}
.hgi-bulk.hgi-neutral:before {
  content: "\4ef3";
}
.hgi-bulk.hgi-new-job:after {
  content: "\4ef4";
}
.hgi-bulk.hgi-new-job:before {
  content: "\4ef5";
}
.hgi-bulk.hgi-new-office:after {
  content: "\4ef6";
}
.hgi-bulk.hgi-new-office:before {
  content: "\4ef7";
}
.hgi-bulk.hgi-new-releases:after {
  content: "\4ef8";
}
.hgi-bulk.hgi-new-releases:before {
  content: "\4ef9";
}
.hgi-bulk.hgi-new-twitter-ellipse:after {
  content: "\4efa";
}
.hgi-bulk.hgi-new-twitter-ellipse:before {
  content: "\4efb";
}
.hgi-bulk.hgi-new-twitter-rectangle:after {
  content: "\4efc";
}
.hgi-bulk.hgi-new-twitter-rectangle:before {
  content: "\4efd";
}
.hgi-bulk.hgi-new-twitter:after {
  content: "\4efe";
}
.hgi-bulk.hgi-new-twitter:before {
  content: "\4eff";
}
.hgi-bulk.hgi-news-01:after {
  content: "\4f00";
}
.hgi-bulk.hgi-news-01:before {
  content: "\4f01";
}
.hgi-bulk.hgi-news:after {
  content: "\4f02";
}
.hgi-bulk.hgi-news:before {
  content: "\4f03";
}
.hgi-bulk.hgi-next:after {
  content: "\4f04";
}
.hgi-bulk.hgi-next:before {
  content: "\4f05";
}
.hgi-bulk.hgi-nike:after {
  content: "\4f06";
}
.hgi-bulk.hgi-nike:before {
  content: "\4f07";
}
.hgi-bulk.hgi-nintendo:after {
  content: "\4f08";
}
.hgi-bulk.hgi-nintendo-switch:after {
  content: "\4f09";
}
.hgi-bulk.hgi-nintendo-switch:before {
  content: "\4f0a";
}
.hgi-bulk.hgi-nintendo:before {
  content: "\4f0b";
}
.hgi-bulk.hgi-niqab:after {
  content: "\4f0c";
}
.hgi-bulk.hgi-niqab:before {
  content: "\4f0d";
}
.hgi-bulk.hgi-no-internet:after {
  content: "\4f0e";
}
.hgi-bulk.hgi-no-internet:before {
  content: "\4f0f";
}
.hgi-bulk.hgi-no-meeting-room:after {
  content: "\4f10";
}
.hgi-bulk.hgi-no-meeting-room:before {
  content: "\4f11";
}
.hgi-bulk.hgi-no-signal:after {
  content: "\4f12";
}
.hgi-bulk.hgi-no-signal:before {
  content: "\4f13";
}
.hgi-bulk.hgi-node-add:after {
  content: "\4f14";
}
.hgi-bulk.hgi-node-add:before {
  content: "\4f15";
}
.hgi-bulk.hgi-node-edit:after {
  content: "\4f16";
}
.hgi-bulk.hgi-node-edit:before {
  content: "\4f17";
}
.hgi-bulk.hgi-node-move-down:after {
  content: "\4f18";
}
.hgi-bulk.hgi-node-move-down:before {
  content: "\4f19";
}
.hgi-bulk.hgi-node-move-up:after {
  content: "\4f1a";
}
.hgi-bulk.hgi-node-move-up:before {
  content: "\4f1b";
}
.hgi-bulk.hgi-node-remove:after {
  content: "\4f1c";
}
.hgi-bulk.hgi-node-remove:before {
  content: "\4f1d";
}
.hgi-bulk.hgi-noodles:after {
  content: "\4f1e";
}
.hgi-bulk.hgi-noodles:before {
  content: "\4f1f";
}
.hgi-bulk.hgi-nose:after {
  content: "\4f20";
}
.hgi-bulk.hgi-nose:before {
  content: "\4f21";
}
.hgi-bulk.hgi-not-equal-sign-circle:after {
  content: "\4f22";
}
.hgi-bulk.hgi-not-equal-sign-circle:before {
  content: "\4f23";
}
.hgi-bulk.hgi-not-equal-sign:after {
  content: "\4f24";
}
.hgi-bulk.hgi-not-equal-sign-square:after {
  content: "\4f25";
}
.hgi-bulk.hgi-not-equal-sign-square:before {
  content: "\4f26";
}
.hgi-bulk.hgi-not-equal-sign:before {
  content: "\4f27";
}
.hgi-bulk.hgi-note-01:after {
  content: "\4f28";
}
.hgi-bulk.hgi-note-01:before {
  content: "\4f29";
}
.hgi-bulk.hgi-note-02:after {
  content: "\4f2a";
}
.hgi-bulk.hgi-note-02:before {
  content: "\4f2b";
}
.hgi-bulk.hgi-note-03:after {
  content: "\4f2c";
}
.hgi-bulk.hgi-note-03:before {
  content: "\4f2d";
}
.hgi-bulk.hgi-note-04:after {
  content: "\4f2e";
}
.hgi-bulk.hgi-note-04:before {
  content: "\4f2f";
}
.hgi-bulk.hgi-note-05:after {
  content: "\4f30";
}
.hgi-bulk.hgi-note-05:before {
  content: "\4f31";
}
.hgi-bulk.hgi-note-add:after {
  content: "\4f32";
}
.hgi-bulk.hgi-note-add:before {
  content: "\4f33";
}
.hgi-bulk.hgi-note-done:after {
  content: "\4f34";
}
.hgi-bulk.hgi-note-done:before {
  content: "\4f35";
}
.hgi-bulk.hgi-note-edit:after {
  content: "\4f36";
}
.hgi-bulk.hgi-note-edit:before {
  content: "\4f37";
}
.hgi-bulk.hgi-note-remove:after {
  content: "\4f38";
}
.hgi-bulk.hgi-note-remove:before {
  content: "\4f39";
}
.hgi-bulk.hgi-note:after {
  content: "\4f3a";
}
.hgi-bulk.hgi-note:before {
  content: "\4f3b";
}
.hgi-bulk.hgi-notebook-01:after {
  content: "\4f3c";
}
.hgi-bulk.hgi-notebook-01:before {
  content: "\4f3d";
}
.hgi-bulk.hgi-notebook-02:after {
  content: "\4f3e";
}
.hgi-bulk.hgi-notebook-02:before {
  content: "\4f3f";
}
.hgi-bulk.hgi-notebook:after {
  content: "\4f40";
}
.hgi-bulk.hgi-notebook:before {
  content: "\4f41";
}
.hgi-bulk.hgi-notification-01:after {
  content: "\4f42";
}
.hgi-bulk.hgi-notification-01:before {
  content: "\4f43";
}
.hgi-bulk.hgi-notification-02:after {
  content: "\4f44";
}
.hgi-bulk.hgi-notification-02:before {
  content: "\4f45";
}
.hgi-bulk.hgi-notification-03:after {
  content: "\4f46";
}
.hgi-bulk.hgi-notification-03:before {
  content: "\4f47";
}
.hgi-bulk.hgi-notification-block-01:after {
  content: "\4f48";
}
.hgi-bulk.hgi-notification-block-01:before {
  content: "\4f49";
}
.hgi-bulk.hgi-notification-block-02:after {
  content: "\4f4a";
}
.hgi-bulk.hgi-notification-block-02:before {
  content: "\4f4b";
}
.hgi-bulk.hgi-notification-block-03:after {
  content: "\4f4c";
}
.hgi-bulk.hgi-notification-block-03:before {
  content: "\4f4d";
}
.hgi-bulk.hgi-notification-bubble:after {
  content: "\4f4e";
}
.hgi-bulk.hgi-notification-bubble:before {
  content: "\4f4f";
}
.hgi-bulk.hgi-notification-circle:after {
  content: "\4f50";
}
.hgi-bulk.hgi-notification-circle:before {
  content: "\4f51";
}
.hgi-bulk.hgi-notification-off-01:after {
  content: "\4f52";
}
.hgi-bulk.hgi-notification-off-01:before {
  content: "\4f53";
}
.hgi-bulk.hgi-notification-off-02:after {
  content: "\4f54";
}
.hgi-bulk.hgi-notification-off-02:before {
  content: "\4f55";
}
.hgi-bulk.hgi-notification-off-03:after {
  content: "\4f56";
}
.hgi-bulk.hgi-notification-off-03:before {
  content: "\4f57";
}
.hgi-bulk.hgi-notification-snooze-01:after {
  content: "\4f58";
}
.hgi-bulk.hgi-notification-snooze-01:before {
  content: "\4f59";
}
.hgi-bulk.hgi-notification-snooze-02:after {
  content: "\4f5a";
}
.hgi-bulk.hgi-notification-snooze-02:before {
  content: "\4f5b";
}
.hgi-bulk.hgi-notification-snooze-03:after {
  content: "\4f5c";
}
.hgi-bulk.hgi-notification-snooze-03:before {
  content: "\4f5d";
}
.hgi-bulk.hgi-notification-square:after {
  content: "\4f5e";
}
.hgi-bulk.hgi-notification-square:before {
  content: "\4f5f";
}
.hgi-bulk.hgi-notion-01:after {
  content: "\4f60";
}
.hgi-bulk.hgi-notion-01:before {
  content: "\4f61";
}
.hgi-bulk.hgi-notion-02:after {
  content: "\4f62";
}
.hgi-bulk.hgi-notion-02:before {
  content: "\4f63";
}
.hgi-bulk.hgi-npm:after {
  content: "\4f64";
}
.hgi-bulk.hgi-npm:before {
  content: "\4f65";
}
.hgi-bulk.hgi-nuclear-power:after {
  content: "\4f66";
}
.hgi-bulk.hgi-nuclear-power:before {
  content: "\4f67";
}
.hgi-bulk.hgi-nut:after {
  content: "\4f68";
}
.hgi-bulk.hgi-nut:before {
  content: "\4f69";
}
.hgi-bulk.hgi-obtuse:after {
  content: "\4f6a";
}
.hgi-bulk.hgi-obtuse:before {
  content: "\4f6b";
}
.hgi-bulk.hgi-octagon:after {
  content: "\4f6c";
}
.hgi-bulk.hgi-octagon:before {
  content: "\4f6d";
}
.hgi-bulk.hgi-octopus:after {
  content: "\4f6e";
}
.hgi-bulk.hgi-octopus:before {
  content: "\4f6f";
}
.hgi-bulk.hgi-office-365:after {
  content: "\4f70";
}
.hgi-bulk.hgi-office-365:before {
  content: "\4f71";
}
.hgi-bulk.hgi-office-chair:after {
  content: "\4f72";
}
.hgi-bulk.hgi-office-chair:before {
  content: "\4f73";
}
.hgi-bulk.hgi-office:after {
  content: "\4f74";
}
.hgi-bulk.hgi-office:before {
  content: "\4f75";
}
.hgi-bulk.hgi-oil-barrel:after {
  content: "\4f76";
}
.hgi-bulk.hgi-oil-barrel:before {
  content: "\4f77";
}
.hgi-bulk.hgi-ok-finger:after {
  content: "\4f78";
}
.hgi-bulk.hgi-ok-finger:before {
  content: "\4f79";
}
.hgi-bulk.hgi-olympic-torch:after {
  content: "\4f7a";
}
.hgi-bulk.hgi-olympic-torch:before {
  content: "\4f7b";
}
.hgi-bulk.hgi-online-learning-01:after {
  content: "\4f7c";
}
.hgi-bulk.hgi-online-learning-01:before {
  content: "\4f7d";
}
.hgi-bulk.hgi-online-learning-02:after {
  content: "\4f7e";
}
.hgi-bulk.hgi-online-learning-02:before {
  content: "\4f7f";
}
.hgi-bulk.hgi-online-learning-03:after {
  content: "\4f80";
}
.hgi-bulk.hgi-online-learning-03:before {
  content: "\4f81";
}
.hgi-bulk.hgi-online-learning-04:after {
  content: "\4f82";
}
.hgi-bulk.hgi-online-learning-04:before {
  content: "\4f83";
}
.hgi-bulk.hgi-open-caption:after {
  content: "\4f84";
}
.hgi-bulk.hgi-open-caption:before {
  content: "\4f85";
}
.hgi-bulk.hgi-option:after {
  content: "\4f86";
}
.hgi-bulk.hgi-option:before {
  content: "\4f87";
}
.hgi-bulk.hgi-orange:after {
  content: "\4f88";
}
.hgi-bulk.hgi-orange:before {
  content: "\4f89";
}
.hgi-bulk.hgi-orbit-01:after {
  content: "\4f8a";
}
.hgi-bulk.hgi-orbit-01:before {
  content: "\4f8b";
}
.hgi-bulk.hgi-orbit-02:after {
  content: "\4f8c";
}
.hgi-bulk.hgi-orbit-02:before {
  content: "\4f8d";
}
.hgi-bulk.hgi-organic-food:after {
  content: "\4f8e";
}
.hgi-bulk.hgi-organic-food:before {
  content: "\4f8f";
}
.hgi-bulk.hgi-orthogonal-edge:after {
  content: "\4f90";
}
.hgi-bulk.hgi-orthogonal-edge:before {
  content: "\4f91";
}
.hgi-bulk.hgi-oval:after {
  content: "\4f92";
}
.hgi-bulk.hgi-oval:before {
  content: "\4f93";
}
.hgi-bulk.hgi-oven:after {
  content: "\4f94";
}
.hgi-bulk.hgi-oven:before {
  content: "\4f95";
}
.hgi-bulk.hgi-package-02:after {
  content: "\4f96";
}
.hgi-bulk.hgi-package-02:before {
  content: "\4f97";
}
.hgi-bulk.hgi-package-03:after {
  content: "\4f98";
}
.hgi-bulk.hgi-package-03:before {
  content: "\4f99";
}
.hgi-bulk.hgi-package-add:after {
  content: "\4f9a";
}
.hgi-bulk.hgi-package-add:before {
  content: "\4f9b";
}
.hgi-bulk.hgi-package-delivered:after {
  content: "\4f9c";
}
.hgi-bulk.hgi-package-delivered:before {
  content: "\4f9d";
}
.hgi-bulk.hgi-package-dimensions-01:after {
  content: "\4f9e";
}
.hgi-bulk.hgi-package-dimensions-01:before {
  content: "\4f9f";
}
.hgi-bulk.hgi-package-dimensions-02:after {
  content: "\4fa0";
}
.hgi-bulk.hgi-package-dimensions-02:before {
  content: "\4fa1";
}
.hgi-bulk.hgi-package-moving:after {
  content: "\4fa2";
}
.hgi-bulk.hgi-package-moving:before {
  content: "\4fa3";
}
.hgi-bulk.hgi-package-open:after {
  content: "\4fa4";
}
.hgi-bulk.hgi-package-open:before {
  content: "\4fa5";
}
.hgi-bulk.hgi-package-out-of-stock:after {
  content: "\4fa6";
}
.hgi-bulk.hgi-package-out-of-stock:before {
  content: "\4fa7";
}
.hgi-bulk.hgi-package-process:after {
  content: "\4fa8";
}
.hgi-bulk.hgi-package-process:before {
  content: "\4fa9";
}
.hgi-bulk.hgi-package-receive:after {
  content: "\4faa";
}
.hgi-bulk.hgi-package-receive:before {
  content: "\4fab";
}
.hgi-bulk.hgi-package-remove:after {
  content: "\4fac";
}
.hgi-bulk.hgi-package-remove:before {
  content: "\4fad";
}
.hgi-bulk.hgi-package-search:after {
  content: "\4fae";
}
.hgi-bulk.hgi-package-search:before {
  content: "\4faf";
}
.hgi-bulk.hgi-package:after {
  content: "\4fb0";
}
.hgi-bulk.hgi-package-sent:after {
  content: "\4fb1";
}
.hgi-bulk.hgi-package-sent:before {
  content: "\4fb2";
}
.hgi-bulk.hgi-package:before {
  content: "\4fb3";
}
.hgi-bulk.hgi-packaging:after {
  content: "\4fb4";
}
.hgi-bulk.hgi-packaging:before {
  content: "\4fb5";
}
.hgi-bulk.hgi-pacman-01:after {
  content: "\4fb6";
}
.hgi-bulk.hgi-pacman-01:before {
  content: "\4fb7";
}
.hgi-bulk.hgi-pacman-02:after {
  content: "\4fb8";
}
.hgi-bulk.hgi-pacman-02:before {
  content: "\4fb9";
}
.hgi-bulk.hgi-paella:after {
  content: "\4fba";
}
.hgi-bulk.hgi-paella:before {
  content: "\4fbb";
}
.hgi-bulk.hgi-paint-board:after {
  content: "\4fbc";
}
.hgi-bulk.hgi-paint-board:before {
  content: "\4fbd";
}
.hgi-bulk.hgi-paint-brush-01:after {
  content: "\4fbe";
}
.hgi-bulk.hgi-paint-brush-01:before {
  content: "\4fbf";
}
.hgi-bulk.hgi-paint-brush-02:after {
  content: "\4fc0";
}
.hgi-bulk.hgi-paint-brush-02:before {
  content: "\4fc1";
}
.hgi-bulk.hgi-paint-brush-03:after {
  content: "\4fc2";
}
.hgi-bulk.hgi-paint-brush-03:before {
  content: "\4fc3";
}
.hgi-bulk.hgi-paint-brush-04:after {
  content: "\4fc4";
}
.hgi-bulk.hgi-paint-brush-04:before {
  content: "\4fc5";
}
.hgi-bulk.hgi-paint-bucket:after {
  content: "\4fc6";
}
.hgi-bulk.hgi-paint-bucket:before {
  content: "\4fc7";
}
.hgi-bulk.hgi-pan-01:after {
  content: "\4fc8";
}
.hgi-bulk.hgi-pan-01:before {
  content: "\4fc9";
}
.hgi-bulk.hgi-pan-02:after {
  content: "\4fca";
}
.hgi-bulk.hgi-pan-02:before {
  content: "\4fcb";
}
.hgi-bulk.hgi-pan-03:after {
  content: "\4fcc";
}
.hgi-bulk.hgi-pan-03:before {
  content: "\4fcd";
}
.hgi-bulk.hgi-parabola-01:after {
  content: "\4fce";
}
.hgi-bulk.hgi-parabola-01:before {
  content: "\4fcf";
}
.hgi-bulk.hgi-parabola-02:after {
  content: "\4fd0";
}
.hgi-bulk.hgi-parabola-02:before {
  content: "\4fd1";
}
.hgi-bulk.hgi-parabola-03:after {
  content: "\4fd2";
}
.hgi-bulk.hgi-parabola-03:before {
  content: "\4fd3";
}
.hgi-bulk.hgi-paragliding:after {
  content: "\4fd4";
}
.hgi-bulk.hgi-paragliding:before {
  content: "\4fd5";
}
.hgi-bulk.hgi-paragraph-bullets-point-01:after {
  content: "\4fd6";
}
.hgi-bulk.hgi-paragraph-bullets-point-01:before {
  content: "\4fd7";
}
.hgi-bulk.hgi-paragraph-bullets-point-02:after {
  content: "\4fd8";
}
.hgi-bulk.hgi-paragraph-bullets-point-02:before {
  content: "\4fd9";
}
.hgi-bulk.hgi-paragraph:after {
  content: "\4fda";
}
.hgi-bulk.hgi-paragraph-spacing:after {
  content: "\4fdb";
}
.hgi-bulk.hgi-paragraph-spacing:before {
  content: "\4fdc";
}
.hgi-bulk.hgi-paragraph:before {
  content: "\4fdd";
}
.hgi-bulk.hgi-parallelogram:after {
  content: "\4fde";
}
.hgi-bulk.hgi-parallelogram:before {
  content: "\4fdf";
}
.hgi-bulk.hgi-parking-area-circle:after {
  content: "\4fe0";
}
.hgi-bulk.hgi-parking-area-circle:before {
  content: "\4fe1";
}
.hgi-bulk.hgi-parking-area-square:after {
  content: "\4fe2";
}
.hgi-bulk.hgi-parking-area-square:before {
  content: "\4fe3";
}
.hgi-bulk.hgi-party:after {
  content: "\4fe4";
}
.hgi-bulk.hgi-party:before {
  content: "\4fe5";
}
.hgi-bulk.hgi-passport-01:after {
  content: "\4fe6";
}
.hgi-bulk.hgi-passport-01:before {
  content: "\4fe7";
}
.hgi-bulk.hgi-passport-expired:after {
  content: "\4fe8";
}
.hgi-bulk.hgi-passport-expired:before {
  content: "\4fe9";
}
.hgi-bulk.hgi-passport:after {
  content: "\4fea";
}
.hgi-bulk.hgi-passport-valid:after {
  content: "\4feb";
}
.hgi-bulk.hgi-passport-valid:before {
  content: "\4fec";
}
.hgi-bulk.hgi-passport:before {
  content: "\4fed";
}
.hgi-bulk.hgi-password-validation:after {
  content: "\4fee";
}
.hgi-bulk.hgi-password-validation:before {
  content: "\4fef";
}
.hgi-bulk.hgi-path:after {
  content: "\4ff0";
}
.hgi-bulk.hgi-path:before {
  content: "\4ff1";
}
.hgi-bulk.hgi-pathfinder-crop:after {
  content: "\4ff2";
}
.hgi-bulk.hgi-pathfinder-crop:before {
  content: "\4ff3";
}
.hgi-bulk.hgi-pathfinder-divide:after {
  content: "\4ff4";
}
.hgi-bulk.hgi-pathfinder-divide:before {
  content: "\4ff5";
}
.hgi-bulk.hgi-pathfinder-exclude:after {
  content: "\4ff6";
}
.hgi-bulk.hgi-pathfinder-exclude:before {
  content: "\4ff7";
}
.hgi-bulk.hgi-pathfinder-intersect:after {
  content: "\4ff8";
}
.hgi-bulk.hgi-pathfinder-intersect:before {
  content: "\4ff9";
}
.hgi-bulk.hgi-pathfinder-merge:after {
  content: "\4ffa";
}
.hgi-bulk.hgi-pathfinder-merge:before {
  content: "\4ffb";
}
.hgi-bulk.hgi-pathfinder-minus-back:after {
  content: "\4ffc";
}
.hgi-bulk.hgi-pathfinder-minus-back:before {
  content: "\4ffd";
}
.hgi-bulk.hgi-pathfinder-minus-front:after {
  content: "\4ffe";
}
.hgi-bulk.hgi-pathfinder-minus-front:before {
  content: "\4fff";
}
.hgi-bulk.hgi-pathfinder-outline:after {
  content: "\5000";
}
.hgi-bulk.hgi-pathfinder-outline:before {
  content: "\5001";
}
.hgi-bulk.hgi-pathfinder-trim:after {
  content: "\5002";
}
.hgi-bulk.hgi-pathfinder-trim:before {
  content: "\5003";
}
.hgi-bulk.hgi-pathfinder-unite:after {
  content: "\5004";
}
.hgi-bulk.hgi-pathfinder-unite:before {
  content: "\5005";
}
.hgi-bulk.hgi-patient:after {
  content: "\5006";
}
.hgi-bulk.hgi-patient:before {
  content: "\5007";
}
.hgi-bulk.hgi-patio:after {
  content: "\5008";
}
.hgi-bulk.hgi-patio:before {
  content: "\5009";
}
.hgi-bulk.hgi-pause-circle:after {
  content: "\500a";
}
.hgi-bulk.hgi-pause-circle:before {
  content: "\500b";
}
.hgi-bulk.hgi-pause:after {
  content: "\500c";
}
.hgi-bulk.hgi-pause:before {
  content: "\500d";
}
.hgi-bulk.hgi-pavilon:after {
  content: "\500e";
}
.hgi-bulk.hgi-pavilon:before {
  content: "\500f";
}
.hgi-bulk.hgi-pay-by-check:after {
  content: "\5010";
}
.hgi-bulk.hgi-pay-by-check:before {
  content: "\5011";
}
.hgi-bulk.hgi-payment-01:after {
  content: "\5012";
}
.hgi-bulk.hgi-payment-01:before {
  content: "\5013";
}
.hgi-bulk.hgi-payment-02:after {
  content: "\5014";
}
.hgi-bulk.hgi-payment-02:before {
  content: "\5015";
}
.hgi-bulk.hgi-payment-success-01:after {
  content: "\5016";
}
.hgi-bulk.hgi-payment-success-01:before {
  content: "\5017";
}
.hgi-bulk.hgi-payment-success-02:after {
  content: "\5018";
}
.hgi-bulk.hgi-payment-success-02:before {
  content: "\5019";
}
.hgi-bulk.hgi-payoneer:after {
  content: "\501a";
}
.hgi-bulk.hgi-payoneer:before {
  content: "\501b";
}
.hgi-bulk.hgi-paypal:after {
  content: "\501c";
}
.hgi-bulk.hgi-paypal:before {
  content: "\501d";
}
.hgi-bulk.hgi-pdf-01:after {
  content: "\501e";
}
.hgi-bulk.hgi-pdf-01:before {
  content: "\501f";
}
.hgi-bulk.hgi-pdf-02:after {
  content: "\5020";
}
.hgi-bulk.hgi-pdf-02:before {
  content: "\5021";
}
.hgi-bulk.hgi-peer-to-peer-01:after {
  content: "\5022";
}
.hgi-bulk.hgi-peer-to-peer-01:before {
  content: "\5023";
}
.hgi-bulk.hgi-peer-to-peer-02:after {
  content: "\5024";
}
.hgi-bulk.hgi-peer-to-peer-02:before {
  content: "\5025";
}
.hgi-bulk.hgi-peer-to-peer-03:after {
  content: "\5026";
}
.hgi-bulk.hgi-peer-to-peer-03:before {
  content: "\5027";
}
.hgi-bulk.hgi-pen-01:after {
  content: "\5028";
}
.hgi-bulk.hgi-pen-01:before {
  content: "\5029";
}
.hgi-bulk.hgi-pen-02:after {
  content: "\502a";
}
.hgi-bulk.hgi-pen-02:before {
  content: "\502b";
}
.hgi-bulk.hgi-pen-connect-bluetooth:after {
  content: "\502c";
}
.hgi-bulk.hgi-pen-connect-bluetooth:before {
  content: "\502d";
}
.hgi-bulk.hgi-pen-connect-usb:after {
  content: "\502e";
}
.hgi-bulk.hgi-pen-connect-usb:before {
  content: "\502f";
}
.hgi-bulk.hgi-pen-connect-wifi:after {
  content: "\5030";
}
.hgi-bulk.hgi-pen-connect-wifi:before {
  content: "\5031";
}
.hgi-bulk.hgi-pen-tool-01:after {
  content: "\5032";
}
.hgi-bulk.hgi-pen-tool-01:before {
  content: "\5033";
}
.hgi-bulk.hgi-pen-tool-02:after {
  content: "\5034";
}
.hgi-bulk.hgi-pen-tool-02:before {
  content: "\5035";
}
.hgi-bulk.hgi-pen-tool-03:after {
  content: "\5036";
}
.hgi-bulk.hgi-pen-tool-03:before {
  content: "\5037";
}
.hgi-bulk.hgi-pen-tool-add:after {
  content: "\5038";
}
.hgi-bulk.hgi-pen-tool-add:before {
  content: "\5039";
}
.hgi-bulk.hgi-pen-tool-minus:after {
  content: "\503a";
}
.hgi-bulk.hgi-pen-tool-minus:before {
  content: "\503b";
}
.hgi-bulk.hgi-pencil-edit-01:after {
  content: "\503c";
}
.hgi-bulk.hgi-pencil-edit-01:before {
  content: "\503d";
}
.hgi-bulk.hgi-pencil-edit-02:after {
  content: "\503e";
}
.hgi-bulk.hgi-pencil-edit-02:before {
  content: "\503f";
}
.hgi-bulk.hgi-pencil:after {
  content: "\5040";
}
.hgi-bulk.hgi-pencil:before {
  content: "\5041";
}
.hgi-bulk.hgi-pendulum:after {
  content: "\5042";
}
.hgi-bulk.hgi-pendulum:before {
  content: "\5043";
}
.hgi-bulk.hgi-pensive:after {
  content: "\5044";
}
.hgi-bulk.hgi-pensive:before {
  content: "\5045";
}
.hgi-bulk.hgi-pentagon-01:after {
  content: "\5046";
}
.hgi-bulk.hgi-pentagon-01:before {
  content: "\5047";
}
.hgi-bulk.hgi-pentagon:after {
  content: "\5048";
}
.hgi-bulk.hgi-pentagon:before {
  content: "\5049";
}
.hgi-bulk.hgi-percent-circle:after {
  content: "\504a";
}
.hgi-bulk.hgi-percent-circle:before {
  content: "\504b";
}
.hgi-bulk.hgi-percent:after {
  content: "\504c";
}
.hgi-bulk.hgi-percent-square:after {
  content: "\504d";
}
.hgi-bulk.hgi-percent-square:before {
  content: "\504e";
}
.hgi-bulk.hgi-percent:before {
  content: "\504f";
}
.hgi-bulk.hgi-perfume:after {
  content: "\5050";
}
.hgi-bulk.hgi-perfume:before {
  content: "\5051";
}
.hgi-bulk.hgi-periscope:after {
  content: "\5052";
}
.hgi-bulk.hgi-periscope:before {
  content: "\5053";
}
.hgi-bulk.hgi-permanent-job:after {
  content: "\5054";
}
.hgi-bulk.hgi-permanent-job:before {
  content: "\5055";
}
.hgi-bulk.hgi-perplexity-ai:after {
  content: "\5056";
}
.hgi-bulk.hgi-perplexity-ai:before {
  content: "\5057";
}
.hgi-bulk.hgi-perspective:after {
  content: "\5058";
}
.hgi-bulk.hgi-perspective:before {
  content: "\5059";
}
.hgi-bulk.hgi-petrol-pump:after {
  content: "\505a";
}
.hgi-bulk.hgi-petrol-pump:before {
  content: "\505b";
}
.hgi-bulk.hgi-pexels:after {
  content: "\505c";
}
.hgi-bulk.hgi-pexels:before {
  content: "\505d";
}
.hgi-bulk.hgi-phone-off-01:after {
  content: "\505e";
}
.hgi-bulk.hgi-phone-off-01:before {
  content: "\505f";
}
.hgi-bulk.hgi-phone-off-02:after {
  content: "\5060";
}
.hgi-bulk.hgi-phone-off-02:before {
  content: "\5061";
}
.hgi-bulk.hgi-php:after {
  content: "\5062";
}
.hgi-bulk.hgi-php:before {
  content: "\5063";
}
.hgi-bulk.hgi-physics:after {
  content: "\5064";
}
.hgi-bulk.hgi-physics:before {
  content: "\5065";
}
.hgi-bulk.hgi-pi-circle:after {
  content: "\5066";
}
.hgi-bulk.hgi-pi-circle:before {
  content: "\5067";
}
.hgi-bulk.hgi-pi:after {
  content: "\5068";
}
.hgi-bulk.hgi-pi-square:after {
  content: "\5069";
}
.hgi-bulk.hgi-pi-square:before {
  content: "\506a";
}
.hgi-bulk.hgi-pi:before {
  content: "\506b";
}
.hgi-bulk.hgi-picasa:after {
  content: "\506c";
}
.hgi-bulk.hgi-picasa:before {
  content: "\506d";
}
.hgi-bulk.hgi-pickup-01:after {
  content: "\506e";
}
.hgi-bulk.hgi-pickup-01:before {
  content: "\506f";
}
.hgi-bulk.hgi-pickup-02:after {
  content: "\5070";
}
.hgi-bulk.hgi-pickup-02:before {
  content: "\5071";
}
.hgi-bulk.hgi-picture-in-picture-exit:after {
  content: "\5072";
}
.hgi-bulk.hgi-picture-in-picture-exit:before {
  content: "\5073";
}
.hgi-bulk.hgi-picture-in-picture-on:after {
  content: "\5074";
}
.hgi-bulk.hgi-picture-in-picture-on:before {
  content: "\5075";
}
.hgi-bulk.hgi-pie-chart-01:after {
  content: "\5076";
}
.hgi-bulk.hgi-pie-chart-01:before {
  content: "\5077";
}
.hgi-bulk.hgi-pie-chart-02:after {
  content: "\5078";
}
.hgi-bulk.hgi-pie-chart-02:before {
  content: "\5079";
}
.hgi-bulk.hgi-pie-chart-03:after {
  content: "\507a";
}
.hgi-bulk.hgi-pie-chart-03:before {
  content: "\507b";
}
.hgi-bulk.hgi-pie-chart-04:after {
  content: "\507c";
}
.hgi-bulk.hgi-pie-chart-04:before {
  content: "\507d";
}
.hgi-bulk.hgi-pie-chart-05:after {
  content: "\507e";
}
.hgi-bulk.hgi-pie-chart-05:before {
  content: "\507f";
}
.hgi-bulk.hgi-pie-chart-06:after {
  content: "\5080";
}
.hgi-bulk.hgi-pie-chart-06:before {
  content: "\5081";
}
.hgi-bulk.hgi-pie-chart-07:after {
  content: "\5082";
}
.hgi-bulk.hgi-pie-chart-07:before {
  content: "\5083";
}
.hgi-bulk.hgi-pie-chart-08:after {
  content: "\5084";
}
.hgi-bulk.hgi-pie-chart-08:before {
  content: "\5085";
}
.hgi-bulk.hgi-pie-chart-09:after {
  content: "\5086";
}
.hgi-bulk.hgi-pie-chart-09:before {
  content: "\5087";
}
.hgi-bulk.hgi-pie-chart:after {
  content: "\5088";
}
.hgi-bulk.hgi-pie-chart-square:after {
  content: "\5089";
}
.hgi-bulk.hgi-pie-chart-square:before {
  content: "\508a";
}
.hgi-bulk.hgi-pie-chart:before {
  content: "\508b";
}
.hgi-bulk.hgi-pie:after {
  content: "\508c";
}
.hgi-bulk.hgi-pie:before {
  content: "\508d";
}
.hgi-bulk.hgi-piggy-bank:after {
  content: "\508e";
}
.hgi-bulk.hgi-piggy-bank:before {
  content: "\508f";
}
.hgi-bulk.hgi-pin-02:after {
  content: "\5090";
}
.hgi-bulk.hgi-pin-02:before {
  content: "\5091";
}
.hgi-bulk.hgi-pin-code:after {
  content: "\5092";
}
.hgi-bulk.hgi-pin-code:before {
  content: "\5093";
}
.hgi-bulk.hgi-pin-location-01:after {
  content: "\5094";
}
.hgi-bulk.hgi-pin-location-01:before {
  content: "\5095";
}
.hgi-bulk.hgi-pin-location-02:after {
  content: "\5096";
}
.hgi-bulk.hgi-pin-location-02:before {
  content: "\5097";
}
.hgi-bulk.hgi-pin-location-03:after {
  content: "\5098";
}
.hgi-bulk.hgi-pin-location-03:before {
  content: "\5099";
}
.hgi-bulk.hgi-pin-off:after {
  content: "\509a";
}
.hgi-bulk.hgi-pin-off:before {
  content: "\509b";
}
.hgi-bulk.hgi-pin:after {
  content: "\509c";
}
.hgi-bulk.hgi-pin:before {
  content: "\509d";
}
.hgi-bulk.hgi-pine-tree:after {
  content: "\509e";
}
.hgi-bulk.hgi-pine-tree:before {
  content: "\509f";
}
.hgi-bulk.hgi-pinterest:after {
  content: "\50a0";
}
.hgi-bulk.hgi-pinterest:before {
  content: "\50a1";
}
.hgi-bulk.hgi-pipeline:after {
  content: "\50a2";
}
.hgi-bulk.hgi-pipeline:before {
  content: "\50a3";
}
.hgi-bulk.hgi-pisa-tower:after {
  content: "\50a4";
}
.hgi-bulk.hgi-pisa-tower:before {
  content: "\50a5";
}
.hgi-bulk.hgi-pivot:after {
  content: "\50a6";
}
.hgi-bulk.hgi-pivot:before {
  content: "\50a7";
}
.hgi-bulk.hgi-pizza-01:after {
  content: "\50a8";
}
.hgi-bulk.hgi-pizza-01:before {
  content: "\50a9";
}
.hgi-bulk.hgi-pizza-02:after {
  content: "\50aa";
}
.hgi-bulk.hgi-pizza-02:before {
  content: "\50ab";
}
.hgi-bulk.hgi-pizza-03:after {
  content: "\50ac";
}
.hgi-bulk.hgi-pizza-03:before {
  content: "\50ad";
}
.hgi-bulk.hgi-pizza-04:after {
  content: "\50ae";
}
.hgi-bulk.hgi-pizza-04:before {
  content: "\50af";
}
.hgi-bulk.hgi-pizza-cutter:after {
  content: "\50b0";
}
.hgi-bulk.hgi-pizza-cutter:before {
  content: "\50b1";
}
.hgi-bulk.hgi-plane:after {
  content: "\50b2";
}
.hgi-bulk.hgi-plane:before {
  content: "\50b3";
}
.hgi-bulk.hgi-plant-01:after {
  content: "\50b4";
}
.hgi-bulk.hgi-plant-01:before {
  content: "\50b5";
}
.hgi-bulk.hgi-plant-02:after {
  content: "\50b6";
}
.hgi-bulk.hgi-plant-02:before {
  content: "\50b7";
}
.hgi-bulk.hgi-plant-03:after {
  content: "\50b8";
}
.hgi-bulk.hgi-plant-03:before {
  content: "\50b9";
}
.hgi-bulk.hgi-plant-04:after {
  content: "\50ba";
}
.hgi-bulk.hgi-plant-04:before {
  content: "\50bb";
}
.hgi-bulk.hgi-plate:after {
  content: "\50bc";
}
.hgi-bulk.hgi-plate:before {
  content: "\50bd";
}
.hgi-bulk.hgi-plaxo:after {
  content: "\50be";
}
.hgi-bulk.hgi-plaxo:before {
  content: "\50bf";
}
.hgi-bulk.hgi-play-circle-02:after {
  content: "\50c0";
}
.hgi-bulk.hgi-play-circle-02:before {
  content: "\50c1";
}
.hgi-bulk.hgi-play-circle:after {
  content: "\50c2";
}
.hgi-bulk.hgi-play-circle:before {
  content: "\50c3";
}
.hgi-bulk.hgi-play-list-add:after {
  content: "\50c4";
}
.hgi-bulk.hgi-play-list-add:before {
  content: "\50c5";
}
.hgi-bulk.hgi-play-list-favourite-01:after {
  content: "\50c6";
}
.hgi-bulk.hgi-play-list-favourite-01:before {
  content: "\50c7";
}
.hgi-bulk.hgi-play-list-favourite-02:after {
  content: "\50c8";
}
.hgi-bulk.hgi-play-list-favourite-02:before {
  content: "\50c9";
}
.hgi-bulk.hgi-play-list-minus:after {
  content: "\50ca";
}
.hgi-bulk.hgi-play-list-minus:before {
  content: "\50cb";
}
.hgi-bulk.hgi-play-list-remove:after {
  content: "\50cc";
}
.hgi-bulk.hgi-play-list-remove:before {
  content: "\50cd";
}
.hgi-bulk.hgi-play-list:after {
  content: "\50ce";
}
.hgi-bulk.hgi-play-list:before {
  content: "\50cf";
}
.hgi-bulk.hgi-play:after {
  content: "\50d0";
}
.hgi-bulk.hgi-play-square:after {
  content: "\50d1";
}
.hgi-bulk.hgi-play-square:before {
  content: "\50d2";
}
.hgi-bulk.hgi-play-store:after {
  content: "\50d3";
}
.hgi-bulk.hgi-play-store:before {
  content: "\50d4";
}
.hgi-bulk.hgi-play:before {
  content: "\50d5";
}
.hgi-bulk.hgi-playlist-01:after {
  content: "\50d6";
}
.hgi-bulk.hgi-playlist-01:before {
  content: "\50d7";
}
.hgi-bulk.hgi-playlist-02:after {
  content: "\50d8";
}
.hgi-bulk.hgi-playlist-02:before {
  content: "\50d9";
}
.hgi-bulk.hgi-playlist-03:after {
  content: "\50da";
}
.hgi-bulk.hgi-playlist-03:before {
  content: "\50db";
}
.hgi-bulk.hgi-plaza:after {
  content: "\50dc";
}
.hgi-bulk.hgi-plaza:before {
  content: "\50dd";
}
.hgi-bulk.hgi-plug-01:after {
  content: "\50de";
}
.hgi-bulk.hgi-plug-01:before {
  content: "\50df";
}
.hgi-bulk.hgi-plug-02:after {
  content: "\50e0";
}
.hgi-bulk.hgi-plug-02:before {
  content: "\50e1";
}
.hgi-bulk.hgi-plug-socket:after {
  content: "\50e2";
}
.hgi-bulk.hgi-plug-socket:before {
  content: "\50e3";
}
.hgi-bulk.hgi-plus-minus-01:after {
  content: "\50e4";
}
.hgi-bulk.hgi-plus-minus-01:before {
  content: "\50e5";
}
.hgi-bulk.hgi-plus-minus-02:after {
  content: "\50e6";
}
.hgi-bulk.hgi-plus-minus-02:before {
  content: "\50e7";
}
.hgi-bulk.hgi-plus-minus-circle-01:after {
  content: "\50e8";
}
.hgi-bulk.hgi-plus-minus-circle-01:before {
  content: "\50e9";
}
.hgi-bulk.hgi-plus-minus-circle-02:after {
  content: "\50ea";
}
.hgi-bulk.hgi-plus-minus-circle-02:before {
  content: "\50eb";
}
.hgi-bulk.hgi-plus-minus:after {
  content: "\50ec";
}
.hgi-bulk.hgi-plus-minus-square-01:after {
  content: "\50ed";
}
.hgi-bulk.hgi-plus-minus-square-01:before {
  content: "\50ee";
}
.hgi-bulk.hgi-plus-minus-square-02:after {
  content: "\50ef";
}
.hgi-bulk.hgi-plus-minus-square-02:before {
  content: "\50f0";
}
.hgi-bulk.hgi-plus-minus:before {
  content: "\50f1";
}
.hgi-bulk.hgi-plus-sign-circle:after {
  content: "\50f2";
}
.hgi-bulk.hgi-plus-sign-circle:before {
  content: "\50f3";
}
.hgi-bulk.hgi-plus-sign:after {
  content: "\50f4";
}
.hgi-bulk.hgi-plus-sign-square:after {
  content: "\50f5";
}
.hgi-bulk.hgi-plus-sign-square:before {
  content: "\50f6";
}
.hgi-bulk.hgi-plus-sign:before {
  content: "\50f7";
}
.hgi-bulk.hgi-png-01:after {
  content: "\50f8";
}
.hgi-bulk.hgi-png-01:before {
  content: "\50f9";
}
.hgi-bulk.hgi-png-02:after {
  content: "\50fa";
}
.hgi-bulk.hgi-png-02:before {
  content: "\50fb";
}
.hgi-bulk.hgi-podcast:after {
  content: "\50fc";
}
.hgi-bulk.hgi-podcast:before {
  content: "\50fd";
}
.hgi-bulk.hgi-podium:after {
  content: "\50fe";
}
.hgi-bulk.hgi-podium:before {
  content: "\50ff";
}
.hgi-bulk.hgi-pointing-left-01:after {
  content: "\5100";
}
.hgi-bulk.hgi-pointing-left-01:before {
  content: "\5101";
}
.hgi-bulk.hgi-pointing-left-02:after {
  content: "\5102";
}
.hgi-bulk.hgi-pointing-left-02:before {
  content: "\5103";
}
.hgi-bulk.hgi-pointing-left-03:after {
  content: "\5104";
}
.hgi-bulk.hgi-pointing-left-03:before {
  content: "\5105";
}
.hgi-bulk.hgi-pointing-left-04:after {
  content: "\5106";
}
.hgi-bulk.hgi-pointing-left-04:before {
  content: "\5107";
}
.hgi-bulk.hgi-pointing-left-05:after {
  content: "\5108";
}
.hgi-bulk.hgi-pointing-left-05:before {
  content: "\5109";
}
.hgi-bulk.hgi-pointing-left-06:after {
  content: "\510a";
}
.hgi-bulk.hgi-pointing-left-06:before {
  content: "\510b";
}
.hgi-bulk.hgi-pointing-left-07:after {
  content: "\510c";
}
.hgi-bulk.hgi-pointing-left-07:before {
  content: "\510d";
}
.hgi-bulk.hgi-pointing-left-08:after {
  content: "\510e";
}
.hgi-bulk.hgi-pointing-left-08:before {
  content: "\510f";
}
.hgi-bulk.hgi-pointing-right-01:after {
  content: "\5110";
}
.hgi-bulk.hgi-pointing-right-01:before {
  content: "\5111";
}
.hgi-bulk.hgi-pointing-right-02:after {
  content: "\5112";
}
.hgi-bulk.hgi-pointing-right-02:before {
  content: "\5113";
}
.hgi-bulk.hgi-pointing-right-03:after {
  content: "\5114";
}
.hgi-bulk.hgi-pointing-right-03:before {
  content: "\5115";
}
.hgi-bulk.hgi-pointing-right-04:after {
  content: "\5116";
}
.hgi-bulk.hgi-pointing-right-04:before {
  content: "\5117";
}
.hgi-bulk.hgi-pointing-right-05:after {
  content: "\5118";
}
.hgi-bulk.hgi-pointing-right-05:before {
  content: "\5119";
}
.hgi-bulk.hgi-pointing-right-06:after {
  content: "\511a";
}
.hgi-bulk.hgi-pointing-right-06:before {
  content: "\511b";
}
.hgi-bulk.hgi-pointing-right-07:after {
  content: "\511c";
}
.hgi-bulk.hgi-pointing-right-07:before {
  content: "\511d";
}
.hgi-bulk.hgi-pointing-right-08:after {
  content: "\511e";
}
.hgi-bulk.hgi-pointing-right-08:before {
  content: "\511f";
}
.hgi-bulk.hgi-pokeball:after {
  content: "\5120";
}
.hgi-bulk.hgi-pokeball:before {
  content: "\5121";
}
.hgi-bulk.hgi-pokemon:after {
  content: "\5122";
}
.hgi-bulk.hgi-pokemon:before {
  content: "\5123";
}
.hgi-bulk.hgi-police-badge:after {
  content: "\5124";
}
.hgi-bulk.hgi-police-badge:before {
  content: "\5125";
}
.hgi-bulk.hgi-police-cap:after {
  content: "\5126";
}
.hgi-bulk.hgi-police-cap:before {
  content: "\5127";
}
.hgi-bulk.hgi-police-car:after {
  content: "\5128";
}
.hgi-bulk.hgi-police-car:before {
  content: "\5129";
}
.hgi-bulk.hgi-police-station:after {
  content: "\512a";
}
.hgi-bulk.hgi-police-station:before {
  content: "\512b";
}
.hgi-bulk.hgi-policy:after {
  content: "\512c";
}
.hgi-bulk.hgi-policy:before {
  content: "\512d";
}
.hgi-bulk.hgi-poly-tank:after {
  content: "\512e";
}
.hgi-bulk.hgi-poly-tank:before {
  content: "\512f";
}
.hgi-bulk.hgi-polygon:after {
  content: "\5130";
}
.hgi-bulk.hgi-polygon:before {
  content: "\5131";
}
.hgi-bulk.hgi-pool:after {
  content: "\5132";
}
.hgi-bulk.hgi-pool-table:after {
  content: "\5133";
}
.hgi-bulk.hgi-pool-table:before {
  content: "\5134";
}
.hgi-bulk.hgi-pool:before {
  content: "\5135";
}
.hgi-bulk.hgi-poop:after {
  content: "\5136";
}
.hgi-bulk.hgi-poop:before {
  content: "\5137";
}
.hgi-bulk.hgi-popcorn:after {
  content: "\5138";
}
.hgi-bulk.hgi-popcorn:before {
  content: "\5139";
}
.hgi-bulk.hgi-pot-01:after {
  content: "\513a";
}
.hgi-bulk.hgi-pot-01:before {
  content: "\513b";
}
.hgi-bulk.hgi-pot-02:after {
  content: "\513c";
}
.hgi-bulk.hgi-pot-02:before {
  content: "\513d";
}
.hgi-bulk.hgi-potion:after {
  content: "\513e";
}
.hgi-bulk.hgi-potion:before {
  content: "\513f";
}
.hgi-bulk.hgi-pound-circle:after {
  content: "\5140";
}
.hgi-bulk.hgi-pound-circle:before {
  content: "\5141";
}
.hgi-bulk.hgi-pound-receive:after {
  content: "\5142";
}
.hgi-bulk.hgi-pound-receive:before {
  content: "\5143";
}
.hgi-bulk.hgi-pound:after {
  content: "\5144";
}
.hgi-bulk.hgi-pound-send:after {
  content: "\5145";
}
.hgi-bulk.hgi-pound-send:before {
  content: "\5146";
}
.hgi-bulk.hgi-pound-square:after {
  content: "\5147";
}
.hgi-bulk.hgi-pound-square:before {
  content: "\5148";
}
.hgi-bulk.hgi-pound:before {
  content: "\5149";
}
.hgi-bulk.hgi-power-service:after {
  content: "\514a";
}
.hgi-bulk.hgi-power-service:before {
  content: "\514b";
}
.hgi-bulk.hgi-power-socket-01:after {
  content: "\514c";
}
.hgi-bulk.hgi-power-socket-01:before {
  content: "\514d";
}
.hgi-bulk.hgi-power-socket-02:after {
  content: "\514e";
}
.hgi-bulk.hgi-power-socket-02:before {
  content: "\514f";
}
.hgi-bulk.hgi-ppt-01:after {
  content: "\5150";
}
.hgi-bulk.hgi-ppt-01:before {
  content: "\5151";
}
.hgi-bulk.hgi-ppt-02:after {
  content: "\5152";
}
.hgi-bulk.hgi-ppt-02:before {
  content: "\5153";
}
.hgi-bulk.hgi-prawn:after {
  content: "\5154";
}
.hgi-bulk.hgi-prawn:before {
  content: "\5155";
}
.hgi-bulk.hgi-prayer-rug-01:after {
  content: "\5156";
}
.hgi-bulk.hgi-prayer-rug-01:before {
  content: "\5157";
}
.hgi-bulk.hgi-prayer-rug-02:after {
  content: "\5158";
}
.hgi-bulk.hgi-prayer-rug-02:before {
  content: "\5159";
}
.hgi-bulk.hgi-preference-horizontal:after {
  content: "\515a";
}
.hgi-bulk.hgi-preference-horizontal:before {
  content: "\515b";
}
.hgi-bulk.hgi-preference-vertical:after {
  content: "\515c";
}
.hgi-bulk.hgi-preference-vertical:before {
  content: "\515d";
}
.hgi-bulk.hgi-prescription:after {
  content: "\515e";
}
.hgi-bulk.hgi-prescription:before {
  content: "\515f";
}
.hgi-bulk.hgi-presentation-01:after {
  content: "\5160";
}
.hgi-bulk.hgi-presentation-01:before {
  content: "\5161";
}
.hgi-bulk.hgi-presentation-02:after {
  content: "\5162";
}
.hgi-bulk.hgi-presentation-02:before {
  content: "\5163";
}
.hgi-bulk.hgi-presentation-03:after {
  content: "\5164";
}
.hgi-bulk.hgi-presentation-03:before {
  content: "\5165";
}
.hgi-bulk.hgi-presentation-04:after {
  content: "\5166";
}
.hgi-bulk.hgi-presentation-04:before {
  content: "\5167";
}
.hgi-bulk.hgi-presentation-05:after {
  content: "\5168";
}
.hgi-bulk.hgi-presentation-05:before {
  content: "\5169";
}
.hgi-bulk.hgi-presentation-06:after {
  content: "\516a";
}
.hgi-bulk.hgi-presentation-06:before {
  content: "\516b";
}
.hgi-bulk.hgi-presentation-07:after {
  content: "\516c";
}
.hgi-bulk.hgi-presentation-07:before {
  content: "\516d";
}
.hgi-bulk.hgi-presentation-bar-chart-01:after {
  content: "\516e";
}
.hgi-bulk.hgi-presentation-bar-chart-01:before {
  content: "\516f";
}
.hgi-bulk.hgi-presentation-bar-chart-02:after {
  content: "\5170";
}
.hgi-bulk.hgi-presentation-bar-chart-02:before {
  content: "\5171";
}
.hgi-bulk.hgi-presentation-line-chart-01:after {
  content: "\5172";
}
.hgi-bulk.hgi-presentation-line-chart-01:before {
  content: "\5173";
}
.hgi-bulk.hgi-presentation-line-chart-02:after {
  content: "\5174";
}
.hgi-bulk.hgi-presentation-line-chart-02:before {
  content: "\5175";
}
.hgi-bulk.hgi-presentation-online:after {
  content: "\5176";
}
.hgi-bulk.hgi-presentation-online:before {
  content: "\5177";
}
.hgi-bulk.hgi-presentation-podium:after {
  content: "\5178";
}
.hgi-bulk.hgi-presentation-podium:before {
  content: "\5179";
}
.hgi-bulk.hgi-previous:after {
  content: "\517a";
}
.hgi-bulk.hgi-previous:before {
  content: "\517b";
}
.hgi-bulk.hgi-printer-off:after {
  content: "\517c";
}
.hgi-bulk.hgi-printer-off:before {
  content: "\517d";
}
.hgi-bulk.hgi-printer:after {
  content: "\517e";
}
.hgi-bulk.hgi-printer:before {
  content: "\517f";
}
.hgi-bulk.hgi-prism-01:after {
  content: "\5180";
}
.hgi-bulk.hgi-prism-01:before {
  content: "\5181";
}
.hgi-bulk.hgi-prism:after {
  content: "\5182";
}
.hgi-bulk.hgi-prism:before {
  content: "\5183";
}
.hgi-bulk.hgi-prison-guard:after {
  content: "\5184";
}
.hgi-bulk.hgi-prison-guard:before {
  content: "\5185";
}
.hgi-bulk.hgi-prison:after {
  content: "\5186";
}
.hgi-bulk.hgi-prison:before {
  content: "\5187";
}
.hgi-bulk.hgi-prisoner:after {
  content: "\5188";
}
.hgi-bulk.hgi-prisoner:before {
  content: "\5189";
}
.hgi-bulk.hgi-product-loading:after {
  content: "\518a";
}
.hgi-bulk.hgi-product-loading:before {
  content: "\518b";
}
.hgi-bulk.hgi-profile-02:after {
  content: "\518c";
}
.hgi-bulk.hgi-profile-02:before {
  content: "\518d";
}
.hgi-bulk.hgi-profile:after {
  content: "\518e";
}
.hgi-bulk.hgi-profile:before {
  content: "\518f";
}
.hgi-bulk.hgi-profit:after {
  content: "\5190";
}
.hgi-bulk.hgi-profit:before {
  content: "\5191";
}
.hgi-bulk.hgi-programming-flag:after {
  content: "\5192";
}
.hgi-bulk.hgi-programming-flag:before {
  content: "\5193";
}
.hgi-bulk.hgi-progress-01:after {
  content: "\5194";
}
.hgi-bulk.hgi-progress-01:before {
  content: "\5195";
}
.hgi-bulk.hgi-progress-02:after {
  content: "\5196";
}
.hgi-bulk.hgi-progress-02:before {
  content: "\5197";
}
.hgi-bulk.hgi-progress-03:after {
  content: "\5198";
}
.hgi-bulk.hgi-progress-03:before {
  content: "\5199";
}
.hgi-bulk.hgi-progress-04:after {
  content: "\519a";
}
.hgi-bulk.hgi-progress-04:before {
  content: "\519b";
}
.hgi-bulk.hgi-progress:after {
  content: "\519c";
}
.hgi-bulk.hgi-progress:before {
  content: "\519d";
}
.hgi-bulk.hgi-projector-01:after {
  content: "\519e";
}
.hgi-bulk.hgi-projector-01:before {
  content: "\519f";
}
.hgi-bulk.hgi-projector:after {
  content: "\51a0";
}
.hgi-bulk.hgi-projector:before {
  content: "\51a1";
}
.hgi-bulk.hgi-promotion:after {
  content: "\51a2";
}
.hgi-bulk.hgi-promotion:before {
  content: "\51a3";
}
.hgi-bulk.hgi-property-add:after {
  content: "\51a4";
}
.hgi-bulk.hgi-property-add:before {
  content: "\51a5";
}
.hgi-bulk.hgi-property-delete:after {
  content: "\51a6";
}
.hgi-bulk.hgi-property-delete:before {
  content: "\51a7";
}
.hgi-bulk.hgi-property-edit:after {
  content: "\51a8";
}
.hgi-bulk.hgi-property-edit:before {
  content: "\51a9";
}
.hgi-bulk.hgi-property-new:after {
  content: "\51aa";
}
.hgi-bulk.hgi-property-new:before {
  content: "\51ab";
}
.hgi-bulk.hgi-property-search:after {
  content: "\51ac";
}
.hgi-bulk.hgi-property-search:before {
  content: "\51ad";
}
.hgi-bulk.hgi-property-view:after {
  content: "\51ae";
}
.hgi-bulk.hgi-property-view:before {
  content: "\51af";
}
.hgi-bulk.hgi-protection-mask:after {
  content: "\51b0";
}
.hgi-bulk.hgi-protection-mask:before {
  content: "\51b1";
}
.hgi-bulk.hgi-pulley:after {
  content: "\51b2";
}
.hgi-bulk.hgi-pulley:before {
  content: "\51b3";
}
.hgi-bulk.hgi-pulse-01:after {
  content: "\51b4";
}
.hgi-bulk.hgi-pulse-01:before {
  content: "\51b5";
}
.hgi-bulk.hgi-pulse-02:after {
  content: "\51b6";
}
.hgi-bulk.hgi-pulse-02:before {
  content: "\51b7";
}
.hgi-bulk.hgi-pulse-rectangle-01:after {
  content: "\51b8";
}
.hgi-bulk.hgi-pulse-rectangle-01:before {
  content: "\51b9";
}
.hgi-bulk.hgi-pulse-rectangle-02:after {
  content: "\51ba";
}
.hgi-bulk.hgi-pulse-rectangle-02:before {
  content: "\51bb";
}
.hgi-bulk.hgi-pumpkin:after {
  content: "\51bc";
}
.hgi-bulk.hgi-pumpkin:before {
  content: "\51bd";
}
.hgi-bulk.hgi-punch:after {
  content: "\51be";
}
.hgi-bulk.hgi-punch:before {
  content: "\51bf";
}
.hgi-bulk.hgi-punching-ball-01:after {
  content: "\51c0";
}
.hgi-bulk.hgi-punching-ball-01:before {
  content: "\51c1";
}
.hgi-bulk.hgi-punching-ball-02:after {
  content: "\51c2";
}
.hgi-bulk.hgi-punching-ball-02:before {
  content: "\51c3";
}
.hgi-bulk.hgi-purse-01:after {
  content: "\51c4";
}
.hgi-bulk.hgi-purse-01:before {
  content: "\51c5";
}
.hgi-bulk.hgi-purse:after {
  content: "\51c6";
}
.hgi-bulk.hgi-purse:before {
  content: "\51c7";
}
.hgi-bulk.hgi-push-up-bar:after {
  content: "\51c8";
}
.hgi-bulk.hgi-push-up-bar:before {
  content: "\51c9";
}
.hgi-bulk.hgi-puzzle:after {
  content: "\51ca";
}
.hgi-bulk.hgi-puzzle:before {
  content: "\51cb";
}
.hgi-bulk.hgi-pyramid-maslowo:after {
  content: "\51cc";
}
.hgi-bulk.hgi-pyramid-maslowo:before {
  content: "\51cd";
}
.hgi-bulk.hgi-pyramid:after {
  content: "\51ce";
}
.hgi-bulk.hgi-pyramid-structure-01:after {
  content: "\51cf";
}
.hgi-bulk.hgi-pyramid-structure-01:before {
  content: "\51d0";
}
.hgi-bulk.hgi-pyramid-structure-02:after {
  content: "\51d1";
}
.hgi-bulk.hgi-pyramid-structure-02:before {
  content: "\51d2";
}
.hgi-bulk.hgi-pyramid:before {
  content: "\51d3";
}
.hgi-bulk.hgi-python:after {
  content: "\51d4";
}
.hgi-bulk.hgi-python:before {
  content: "\51d5";
}
.hgi-bulk.hgi-qq-plot:after {
  content: "\51d6";
}
.hgi-bulk.hgi-qq-plot:before {
  content: "\51d7";
}
.hgi-bulk.hgi-qr-code-01:after {
  content: "\51d8";
}
.hgi-bulk.hgi-qr-code-01:before {
  content: "\51d9";
}
.hgi-bulk.hgi-qr-code:after {
  content: "\51da";
}
.hgi-bulk.hgi-qr-code:before {
  content: "\51db";
}
.hgi-bulk.hgi-question:after {
  content: "\51dc";
}
.hgi-bulk.hgi-question:before {
  content: "\51dd";
}
.hgi-bulk.hgi-queue-01:after {
  content: "\51de";
}
.hgi-bulk.hgi-queue-01:before {
  content: "\51df";
}
.hgi-bulk.hgi-queue-02:after {
  content: "\51e0";
}
.hgi-bulk.hgi-queue-02:before {
  content: "\51e1";
}
.hgi-bulk.hgi-quill-write-01:after {
  content: "\51e2";
}
.hgi-bulk.hgi-quill-write-01:before {
  content: "\51e3";
}
.hgi-bulk.hgi-quill-write-02:after {
  content: "\51e4";
}
.hgi-bulk.hgi-quill-write-02:before {
  content: "\51e5";
}
.hgi-bulk.hgi-quiz-01:after {
  content: "\51e6";
}
.hgi-bulk.hgi-quiz-01:before {
  content: "\51e7";
}
.hgi-bulk.hgi-quiz-02:after {
  content: "\51e8";
}
.hgi-bulk.hgi-quiz-02:before {
  content: "\51e9";
}
.hgi-bulk.hgi-quiz-03:after {
  content: "\51ea";
}
.hgi-bulk.hgi-quiz-03:before {
  content: "\51eb";
}
.hgi-bulk.hgi-quiz-04:after {
  content: "\51ec";
}
.hgi-bulk.hgi-quiz-04:before {
  content: "\51ed";
}
.hgi-bulk.hgi-quiz-05:after {
  content: "\51ee";
}
.hgi-bulk.hgi-quiz-05:before {
  content: "\51ef";
}
.hgi-bulk.hgi-quora:after {
  content: "\51f0";
}
.hgi-bulk.hgi-quora:before {
  content: "\51f1";
}
.hgi-bulk.hgi-quote-down-circle:after {
  content: "\51f2";
}
.hgi-bulk.hgi-quote-down-circle:before {
  content: "\51f3";
}
.hgi-bulk.hgi-quote-down:after {
  content: "\51f4";
}
.hgi-bulk.hgi-quote-down-square:after {
  content: "\51f5";
}
.hgi-bulk.hgi-quote-down-square:before {
  content: "\51f6";
}
.hgi-bulk.hgi-quote-down:before {
  content: "\51f7";
}
.hgi-bulk.hgi-quote-up-circle:after {
  content: "\51f8";
}
.hgi-bulk.hgi-quote-up-circle:before {
  content: "\51f9";
}
.hgi-bulk.hgi-quote-up:after {
  content: "\51fa";
}
.hgi-bulk.hgi-quote-up-square:after {
  content: "\51fb";
}
.hgi-bulk.hgi-quote-up-square:before {
  content: "\51fc";
}
.hgi-bulk.hgi-quote-up:before {
  content: "\51fd";
}
.hgi-bulk.hgi-quotes:after {
  content: "\51fe";
}
.hgi-bulk.hgi-quotes:before {
  content: "\51ff";
}
.hgi-bulk.hgi-quran-01:after {
  content: "\5200";
}
.hgi-bulk.hgi-quran-01:before {
  content: "\5201";
}
.hgi-bulk.hgi-quran-02:after {
  content: "\5202";
}
.hgi-bulk.hgi-quran-02:before {
  content: "\5203";
}
.hgi-bulk.hgi-quran-03:after {
  content: "\5204";
}
.hgi-bulk.hgi-quran-03:before {
  content: "\5205";
}
.hgi-bulk.hgi-racing-flag:after {
  content: "\5206";
}
.hgi-bulk.hgi-racing-flag:before {
  content: "\5207";
}
.hgi-bulk.hgi-radar-01:after {
  content: "\5208";
}
.hgi-bulk.hgi-radar-01:before {
  content: "\5209";
}
.hgi-bulk.hgi-radar-02:after {
  content: "\520a";
}
.hgi-bulk.hgi-radar-02:before {
  content: "\520b";
}
.hgi-bulk.hgi-radial:after {
  content: "\520c";
}
.hgi-bulk.hgi-radial:before {
  content: "\520d";
}
.hgi-bulk.hgi-radio-01:after {
  content: "\520e";
}
.hgi-bulk.hgi-radio-01:before {
  content: "\520f";
}
.hgi-bulk.hgi-radio-02:after {
  content: "\5210";
}
.hgi-bulk.hgi-radio-02:before {
  content: "\5211";
}
.hgi-bulk.hgi-radio-button:after {
  content: "\5212";
}
.hgi-bulk.hgi-radio-button:before {
  content: "\5213";
}
.hgi-bulk.hgi-radio:after {
  content: "\5214";
}
.hgi-bulk.hgi-radio:before {
  content: "\5215";
}
.hgi-bulk.hgi-radioactive-alert:after {
  content: "\5216";
}
.hgi-bulk.hgi-radioactive-alert:before {
  content: "\5217";
}
.hgi-bulk.hgi-radius:after {
  content: "\5218";
}
.hgi-bulk.hgi-radius:before {
  content: "\5219";
}
.hgi-bulk.hgi-rain-double-drop:after {
  content: "\521a";
}
.hgi-bulk.hgi-rain-double-drop:before {
  content: "\521b";
}
.hgi-bulk.hgi-rain-drop:after {
  content: "\521c";
}
.hgi-bulk.hgi-rain-drop:before {
  content: "\521d";
}
.hgi-bulk.hgi-rain:after {
  content: "\521e";
}
.hgi-bulk.hgi-rain:before {
  content: "\521f";
}
.hgi-bulk.hgi-rainbow:after {
  content: "\5220";
}
.hgi-bulk.hgi-rainbow:before {
  content: "\5221";
}
.hgi-bulk.hgi-ramadhan-01:after {
  content: "\5222";
}
.hgi-bulk.hgi-ramadhan-01:before {
  content: "\5223";
}
.hgi-bulk.hgi-ramadhan-02:after {
  content: "\5224";
}
.hgi-bulk.hgi-ramadhan-02:before {
  content: "\5225";
}
.hgi-bulk.hgi-ramadhan-month:after {
  content: "\5226";
}
.hgi-bulk.hgi-ramadhan-month:before {
  content: "\5227";
}
.hgi-bulk.hgi-ranking:after {
  content: "\5228";
}
.hgi-bulk.hgi-ranking:before {
  content: "\5229";
}
.hgi-bulk.hgi-rar-01:after {
  content: "\522a";
}
.hgi-bulk.hgi-rar-01:before {
  content: "\522b";
}
.hgi-bulk.hgi-rar-02:after {
  content: "\522c";
}
.hgi-bulk.hgi-rar-02:before {
  content: "\522d";
}
.hgi-bulk.hgi-raw-01:after {
  content: "\522e";
}
.hgi-bulk.hgi-raw-01:before {
  content: "\522f";
}
.hgi-bulk.hgi-raw-02:after {
  content: "\5230";
}
.hgi-bulk.hgi-raw-02:before {
  content: "\5231";
}
.hgi-bulk.hgi-re::after {
  content: "\5232";
}
.hgi-bulk.hgi-re::before {
  content: "\5233";
}
.hgi-bulk.hgi-react:after {
  content: "\5234";
}
.hgi-bulk.hgi-react:before {
  content: "\5235";
}
.hgi-bulk.hgi-real-estate-01:after {
  content: "\5236";
}
.hgi-bulk.hgi-real-estate-01:before {
  content: "\5237";
}
.hgi-bulk.hgi-real-estate-02:after {
  content: "\5238";
}
.hgi-bulk.hgi-real-estate-02:before {
  content: "\5239";
}
.hgi-bulk.hgi-receipt-dollar:after {
  content: "\523a";
}
.hgi-bulk.hgi-receipt-dollar:before {
  content: "\523b";
}
.hgi-bulk.hgi-record:after {
  content: "\523c";
}
.hgi-bulk.hgi-record:before {
  content: "\523d";
}
.hgi-bulk.hgi-recovery-mail:after {
  content: "\523e";
}
.hgi-bulk.hgi-recovery-mail:before {
  content: "\523f";
}
.hgi-bulk.hgi-rectangular-01:after {
  content: "\5240";
}
.hgi-bulk.hgi-rectangular-01:before {
  content: "\5241";
}
.hgi-bulk.hgi-rectangular:after {
  content: "\5242";
}
.hgi-bulk.hgi-rectangular:before {
  content: "\5243";
}
.hgi-bulk.hgi-recycle-01:after {
  content: "\5244";
}
.hgi-bulk.hgi-recycle-01:before {
  content: "\5245";
}
.hgi-bulk.hgi-recycle-02:after {
  content: "\5246";
}
.hgi-bulk.hgi-recycle-02:before {
  content: "\5247";
}
.hgi-bulk.hgi-recycle-03:after {
  content: "\5248";
}
.hgi-bulk.hgi-recycle-03:before {
  content: "\5249";
}
.hgi-bulk.hgi-reddit:after {
  content: "\524a";
}
.hgi-bulk.hgi-reddit:before {
  content: "\524b";
}
.hgi-bulk.hgi-redo-02:after {
  content: "\524c";
}
.hgi-bulk.hgi-redo-02:before {
  content: "\524d";
}
.hgi-bulk.hgi-redo-03:after {
  content: "\524e";
}
.hgi-bulk.hgi-redo-03:before {
  content: "\524f";
}
.hgi-bulk.hgi-redo:after {
  content: "\5250";
}
.hgi-bulk.hgi-redo:before {
  content: "\5251";
}
.hgi-bulk.hgi-reflex:after {
  content: "\5252";
}
.hgi-bulk.hgi-reflex:before {
  content: "\5253";
}
.hgi-bulk.hgi-refresh:after {
  content: "\5254";
}
.hgi-bulk.hgi-refresh:before {
  content: "\5255";
}
.hgi-bulk.hgi-refrigerator:after {
  content: "\5256";
}
.hgi-bulk.hgi-refrigerator:before {
  content: "\5257";
}
.hgi-bulk.hgi-register:after {
  content: "\5258";
}
.hgi-bulk.hgi-register:before {
  content: "\5259";
}
.hgi-bulk.hgi-registered:after {
  content: "\525a";
}
.hgi-bulk.hgi-registered:before {
  content: "\525b";
}
.hgi-bulk.hgi-relieved-01:after {
  content: "\525c";
}
.hgi-bulk.hgi-relieved-01:before {
  content: "\525d";
}
.hgi-bulk.hgi-relieved-02:after {
  content: "\525e";
}
.hgi-bulk.hgi-relieved-02:before {
  content: "\525f";
}
.hgi-bulk.hgi-reload:after {
  content: "\5260";
}
.hgi-bulk.hgi-reload:before {
  content: "\5261";
}
.hgi-bulk.hgi-reminder:after {
  content: "\5262";
}
.hgi-bulk.hgi-reminder:before {
  content: "\5263";
}
.hgi-bulk.hgi-remote-control:after {
  content: "\5264";
}
.hgi-bulk.hgi-remote-control:before {
  content: "\5265";
}
.hgi-bulk.hgi-remove-01:after {
  content: "\5266";
}
.hgi-bulk.hgi-remove-01:before {
  content: "\5267";
}
.hgi-bulk.hgi-remove-02:after {
  content: "\5268";
}
.hgi-bulk.hgi-remove-02:before {
  content: "\5269";
}
.hgi-bulk.hgi-remove-circle-half-dot:after {
  content: "\526a";
}
.hgi-bulk.hgi-remove-circle-half-dot:before {
  content: "\526b";
}
.hgi-bulk.hgi-remove-circle:after {
  content: "\526c";
}
.hgi-bulk.hgi-remove-circle:before {
  content: "\526d";
}
.hgi-bulk.hgi-remove-female:after {
  content: "\526e";
}
.hgi-bulk.hgi-remove-female:before {
  content: "\526f";
}
.hgi-bulk.hgi-remove-male:after {
  content: "\5270";
}
.hgi-bulk.hgi-remove-male:before {
  content: "\5271";
}
.hgi-bulk.hgi-remove-pi:after {
  content: "\5272";
}
.hgi-bulk.hgi-remove-pi:before {
  content: "\5273";
}
.hgi-bulk.hgi-remove-square:after {
  content: "\5274";
}
.hgi-bulk.hgi-remove-square:before {
  content: "\5275";
}
.hgi-bulk.hgi-renewable-energy-01:after {
  content: "\5276";
}
.hgi-bulk.hgi-renewable-energy-01:before {
  content: "\5277";
}
.hgi-bulk.hgi-renewable-energy:after {
  content: "\5278";
}
.hgi-bulk.hgi-renewable-energy:before {
  content: "\5279";
}
.hgi-bulk.hgi-repair:after {
  content: "\527a";
}
.hgi-bulk.hgi-repair:before {
  content: "\527b";
}
.hgi-bulk.hgi-repeat-off:after {
  content: "\527c";
}
.hgi-bulk.hgi-repeat-off:before {
  content: "\527d";
}
.hgi-bulk.hgi-repeat-one-01:after {
  content: "\527e";
}
.hgi-bulk.hgi-repeat-one-01:before {
  content: "\527f";
}
.hgi-bulk.hgi-repeat-one-02:after {
  content: "\5280";
}
.hgi-bulk.hgi-repeat-one-02:before {
  content: "\5281";
}
.hgi-bulk.hgi-repeat:after {
  content: "\5282";
}
.hgi-bulk.hgi-repeat:before {
  content: "\5283";
}
.hgi-bulk.hgi-replay:after {
  content: "\5284";
}
.hgi-bulk.hgi-replay:before {
  content: "\5285";
}
.hgi-bulk.hgi-repository:after {
  content: "\5286";
}
.hgi-bulk.hgi-repository:before {
  content: "\5287";
}
.hgi-bulk.hgi-reset-password:after {
  content: "\5288";
}
.hgi-bulk.hgi-reset-password:before {
  content: "\5289";
}
.hgi-bulk.hgi-resize-01:after {
  content: "\528a";
}
.hgi-bulk.hgi-resize-01:before {
  content: "\528b";
}
.hgi-bulk.hgi-resize-02:after {
  content: "\528c";
}
.hgi-bulk.hgi-resize-02:before {
  content: "\528d";
}
.hgi-bulk.hgi-resize-field-rectangle:after {
  content: "\528e";
}
.hgi-bulk.hgi-resize-field-rectangle:before {
  content: "\528f";
}
.hgi-bulk.hgi-resize-field:after {
  content: "\5290";
}
.hgi-bulk.hgi-resize-field:before {
  content: "\5291";
}
.hgi-bulk.hgi-resources-add:after {
  content: "\5292";
}
.hgi-bulk.hgi-resources-add:before {
  content: "\5293";
}
.hgi-bulk.hgi-resources-remove:after {
  content: "\5294";
}
.hgi-bulk.hgi-resources-remove:before {
  content: "\5295";
}
.hgi-bulk.hgi-restaurant-01:after {
  content: "\5296";
}
.hgi-bulk.hgi-restaurant-01:before {
  content: "\5297";
}
.hgi-bulk.hgi-restaurant-02:after {
  content: "\5298";
}
.hgi-bulk.hgi-restaurant-02:before {
  content: "\5299";
}
.hgi-bulk.hgi-restaurant-03:after {
  content: "\529a";
}
.hgi-bulk.hgi-restaurant-03:before {
  content: "\529b";
}
.hgi-bulk.hgi-restaurant-table:after {
  content: "\529c";
}
.hgi-bulk.hgi-restaurant-table:before {
  content: "\529d";
}
.hgi-bulk.hgi-restore-bin:after {
  content: "\529e";
}
.hgi-bulk.hgi-restore-bin:before {
  content: "\529f";
}
.hgi-bulk.hgi-return-request:after {
  content: "\52a0";
}
.hgi-bulk.hgi-return-request:before {
  content: "\52a1";
}
.hgi-bulk.hgi-reverse-withdrawal-01:after {
  content: "\52a2";
}
.hgi-bulk.hgi-reverse-withdrawal-01:before {
  content: "\52a3";
}
.hgi-bulk.hgi-reverse-withdrawal-02:after {
  content: "\52a4";
}
.hgi-bulk.hgi-reverse-withdrawal-02:before {
  content: "\52a5";
}
.hgi-bulk.hgi-rhombus-01:after {
  content: "\52a6";
}
.hgi-bulk.hgi-rhombus-01:before {
  content: "\52a7";
}
.hgi-bulk.hgi-rhombus:after {
  content: "\52a8";
}
.hgi-bulk.hgi-rhombus:before {
  content: "\52a9";
}
.hgi-bulk.hgi-rice-bowl-01:after {
  content: "\52aa";
}
.hgi-bulk.hgi-rice-bowl-01:before {
  content: "\52ab";
}
.hgi-bulk.hgi-rice-bowl-02:after {
  content: "\52ac";
}
.hgi-bulk.hgi-rice-bowl-02:before {
  content: "\52ad";
}
.hgi-bulk.hgi-right-angle:after {
  content: "\52ae";
}
.hgi-bulk.hgi-right-angle:before {
  content: "\52af";
}
.hgi-bulk.hgi-right-to-left-block-quote:after {
  content: "\52b0";
}
.hgi-bulk.hgi-right-to-left-block-quote:before {
  content: "\52b1";
}
.hgi-bulk.hgi-right-to-left-list-bullet:after {
  content: "\52b2";
}
.hgi-bulk.hgi-right-to-left-list-bullet:before {
  content: "\52b3";
}
.hgi-bulk.hgi-right-to-left-list-dash:after {
  content: "\52b4";
}
.hgi-bulk.hgi-right-to-left-list-dash:before {
  content: "\52b5";
}
.hgi-bulk.hgi-right-to-left-list-number:after {
  content: "\52b6";
}
.hgi-bulk.hgi-right-to-left-list-number:before {
  content: "\52b7";
}
.hgi-bulk.hgi-right-to-left-list-triangle:after {
  content: "\52b8";
}
.hgi-bulk.hgi-right-to-left-list-triangle:before {
  content: "\52b9";
}
.hgi-bulk.hgi-right-triangle:after {
  content: "\52ba";
}
.hgi-bulk.hgi-right-triangle:before {
  content: "\52bb";
}
.hgi-bulk.hgi-ripple:after {
  content: "\52bc";
}
.hgi-bulk.hgi-ripple:before {
  content: "\52bd";
}
.hgi-bulk.hgi-riyal-rectangle:after {
  content: "\52be";
}
.hgi-bulk.hgi-riyal-rectangle:before {
  content: "\52bf";
}
.hgi-bulk.hgi-riyal:after {
  content: "\52c0";
}
.hgi-bulk.hgi-riyal:before {
  content: "\52c1";
}
.hgi-bulk.hgi-road-01:after {
  content: "\52c2";
}
.hgi-bulk.hgi-road-01:before {
  content: "\52c3";
}
.hgi-bulk.hgi-road-02:after {
  content: "\52c4";
}
.hgi-bulk.hgi-road-02:before {
  content: "\52c5";
}
.hgi-bulk.hgi-road-location-01:after {
  content: "\52c6";
}
.hgi-bulk.hgi-road-location-01:before {
  content: "\52c7";
}
.hgi-bulk.hgi-road-location-02:after {
  content: "\52c8";
}
.hgi-bulk.hgi-road-location-02:before {
  content: "\52c9";
}
.hgi-bulk.hgi-road:after {
  content: "\52ca";
}
.hgi-bulk.hgi-road-wayside:after {
  content: "\52cb";
}
.hgi-bulk.hgi-road-wayside:before {
  content: "\52cc";
}
.hgi-bulk.hgi-road:before {
  content: "\52cd";
}
.hgi-bulk.hgi-robot-01:after {
  content: "\52ce";
}
.hgi-bulk.hgi-robot-01:before {
  content: "\52cf";
}
.hgi-bulk.hgi-robot-02:after {
  content: "\52d0";
}
.hgi-bulk.hgi-robot-02:before {
  content: "\52d1";
}
.hgi-bulk.hgi-robotic:after {
  content: "\52d2";
}
.hgi-bulk.hgi-robotic:before {
  content: "\52d3";
}
.hgi-bulk.hgi-rocket-01:after {
  content: "\52d4";
}
.hgi-bulk.hgi-rocket-01:before {
  content: "\52d5";
}
.hgi-bulk.hgi-rocket-02:after {
  content: "\52d6";
}
.hgi-bulk.hgi-rocket-02:before {
  content: "\52d7";
}
.hgi-bulk.hgi-rocket:after {
  content: "\52d8";
}
.hgi-bulk.hgi-rocket:before {
  content: "\52d9";
}
.hgi-bulk.hgi-rocking-chair:after {
  content: "\52da";
}
.hgi-bulk.hgi-rocking-chair:before {
  content: "\52db";
}
.hgi-bulk.hgi-rocking-horse:after {
  content: "\52dc";
}
.hgi-bulk.hgi-rocking-horse:before {
  content: "\52dd";
}
.hgi-bulk.hgi-roller-skate:after {
  content: "\52de";
}
.hgi-bulk.hgi-roller-skate:before {
  content: "\52df";
}
.hgi-bulk.hgi-rolling-pin:after {
  content: "\52e0";
}
.hgi-bulk.hgi-rolling-pin:before {
  content: "\52e1";
}
.hgi-bulk.hgi-root-01:after {
  content: "\52e2";
}
.hgi-bulk.hgi-root-01:before {
  content: "\52e3";
}
.hgi-bulk.hgi-root-02:after {
  content: "\52e4";
}
.hgi-bulk.hgi-root-02:before {
  content: "\52e5";
}
.hgi-bulk.hgi-root-circle:after {
  content: "\52e6";
}
.hgi-bulk.hgi-root-circle:before {
  content: "\52e7";
}
.hgi-bulk.hgi-root-first-bracket:after {
  content: "\52e8";
}
.hgi-bulk.hgi-root-first-bracket:before {
  content: "\52e9";
}
.hgi-bulk.hgi-root-second-bracket:after {
  content: "\52ea";
}
.hgi-bulk.hgi-root-second-bracket:before {
  content: "\52eb";
}
.hgi-bulk.hgi-root-third-bracket:after {
  content: "\52ec";
}
.hgi-bulk.hgi-root-third-bracket:before {
  content: "\52ed";
}
.hgi-bulk.hgi-rotate-01:after {
  content: "\52ee";
}
.hgi-bulk.hgi-rotate-01:before {
  content: "\52ef";
}
.hgi-bulk.hgi-rotate-02:after {
  content: "\52f0";
}
.hgi-bulk.hgi-rotate-02:before {
  content: "\52f1";
}
.hgi-bulk.hgi-rotate-360:after {
  content: "\52f2";
}
.hgi-bulk.hgi-rotate-360:before {
  content: "\52f3";
}
.hgi-bulk.hgi-rotate-bottom-left:after {
  content: "\52f4";
}
.hgi-bulk.hgi-rotate-bottom-left:before {
  content: "\52f5";
}
.hgi-bulk.hgi-rotate-bottom-right:after {
  content: "\52f6";
}
.hgi-bulk.hgi-rotate-bottom-right:before {
  content: "\52f7";
}
.hgi-bulk.hgi-rotate-clockwise:after {
  content: "\52f8";
}
.hgi-bulk.hgi-rotate-clockwise:before {
  content: "\52f9";
}
.hgi-bulk.hgi-rotate-crop:after {
  content: "\52fa";
}
.hgi-bulk.hgi-rotate-crop:before {
  content: "\52fb";
}
.hgi-bulk.hgi-rotate-left-01:after {
  content: "\52fc";
}
.hgi-bulk.hgi-rotate-left-01:before {
  content: "\52fd";
}
.hgi-bulk.hgi-rotate-left-02:after {
  content: "\52fe";
}
.hgi-bulk.hgi-rotate-left-02:before {
  content: "\52ff";
}
.hgi-bulk.hgi-rotate-left-03:after {
  content: "\5300";
}
.hgi-bulk.hgi-rotate-left-03:before {
  content: "\5301";
}
.hgi-bulk.hgi-rotate-left-04:after {
  content: "\5302";
}
.hgi-bulk.hgi-rotate-left-04:before {
  content: "\5303";
}
.hgi-bulk.hgi-rotate-left-05:after {
  content: "\5304";
}
.hgi-bulk.hgi-rotate-left-05:before {
  content: "\5305";
}
.hgi-bulk.hgi-rotate-left-06:after {
  content: "\5306";
}
.hgi-bulk.hgi-rotate-left-06:before {
  content: "\5307";
}
.hgi-bulk.hgi-rotate-right-01:after {
  content: "\5308";
}
.hgi-bulk.hgi-rotate-right-01:before {
  content: "\5309";
}
.hgi-bulk.hgi-rotate-right-02:after {
  content: "\530a";
}
.hgi-bulk.hgi-rotate-right-02:before {
  content: "\530b";
}
.hgi-bulk.hgi-rotate-right-03:after {
  content: "\530c";
}
.hgi-bulk.hgi-rotate-right-03:before {
  content: "\530d";
}
.hgi-bulk.hgi-rotate-right-04:after {
  content: "\530e";
}
.hgi-bulk.hgi-rotate-right-04:before {
  content: "\530f";
}
.hgi-bulk.hgi-rotate-right-05:after {
  content: "\5310";
}
.hgi-bulk.hgi-rotate-right-05:before {
  content: "\5311";
}
.hgi-bulk.hgi-rotate-right-06:after {
  content: "\5312";
}
.hgi-bulk.hgi-rotate-right-06:before {
  content: "\5313";
}
.hgi-bulk.hgi-rotate-square:after {
  content: "\5314";
}
.hgi-bulk.hgi-rotate-square:before {
  content: "\5315";
}
.hgi-bulk.hgi-rotate-top-left:after {
  content: "\5316";
}
.hgi-bulk.hgi-rotate-top-left:before {
  content: "\5317";
}
.hgi-bulk.hgi-rotate-top-right:after {
  content: "\5318";
}
.hgi-bulk.hgi-rotate-top-right:before {
  content: "\5319";
}
.hgi-bulk.hgi-route-01:after {
  content: "\531a";
}
.hgi-bulk.hgi-route-01:before {
  content: "\531b";
}
.hgi-bulk.hgi-route-02:after {
  content: "\531c";
}
.hgi-bulk.hgi-route-02:before {
  content: "\531d";
}
.hgi-bulk.hgi-route-03:after {
  content: "\531e";
}
.hgi-bulk.hgi-route-03:before {
  content: "\531f";
}
.hgi-bulk.hgi-route-block:after {
  content: "\5320";
}
.hgi-bulk.hgi-route-block:before {
  content: "\5321";
}
.hgi-bulk.hgi-router-01:after {
  content: "\5322";
}
.hgi-bulk.hgi-router-01:before {
  content: "\5323";
}
.hgi-bulk.hgi-router-02:after {
  content: "\5324";
}
.hgi-bulk.hgi-router-02:before {
  content: "\5325";
}
.hgi-bulk.hgi-router:after {
  content: "\5326";
}
.hgi-bulk.hgi-router:before {
  content: "\5327";
}
.hgi-bulk.hgi-row-delete:after {
  content: "\5328";
}
.hgi-bulk.hgi-row-delete:before {
  content: "\5329";
}
.hgi-bulk.hgi-row-insert:after {
  content: "\532a";
}
.hgi-bulk.hgi-row-insert:before {
  content: "\532b";
}
.hgi-bulk.hgi-rss-connected-01:after {
  content: "\532c";
}
.hgi-bulk.hgi-rss-connected-01:before {
  content: "\532d";
}
.hgi-bulk.hgi-rss-connected-02:after {
  content: "\532e";
}
.hgi-bulk.hgi-rss-connected-02:before {
  content: "\532f";
}
.hgi-bulk.hgi-rss-error:after {
  content: "\5330";
}
.hgi-bulk.hgi-rss-error:before {
  content: "\5331";
}
.hgi-bulk.hgi-rss-locked:after {
  content: "\5332";
}
.hgi-bulk.hgi-rss-locked:before {
  content: "\5333";
}
.hgi-bulk.hgi-rss:after {
  content: "\5334";
}
.hgi-bulk.hgi-rss-unlocked:after {
  content: "\5335";
}
.hgi-bulk.hgi-rss-unlocked:before {
  content: "\5336";
}
.hgi-bulk.hgi-rss:before {
  content: "\5337";
}
.hgi-bulk.hgi-rub-el-hizb:after {
  content: "\5338";
}
.hgi-bulk.hgi-rub-el-hizb:before {
  content: "\5339";
}
.hgi-bulk.hgi-rubber-duck:after {
  content: "\533a";
}
.hgi-bulk.hgi-rubber-duck:before {
  content: "\533b";
}
.hgi-bulk.hgi-rubiks-cube:after {
  content: "\533c";
}
.hgi-bulk.hgi-rubiks-cube:before {
  content: "\533d";
}
.hgi-bulk.hgi-ruku:after {
  content: "\533e";
}
.hgi-bulk.hgi-ruku:before {
  content: "\533f";
}
.hgi-bulk.hgi-ruler:after {
  content: "\5340";
}
.hgi-bulk.hgi-ruler:before {
  content: "\5341";
}
.hgi-bulk.hgi-running-shoes:after {
  content: "\5342";
}
.hgi-bulk.hgi-running-shoes:before {
  content: "\5343";
}
.hgi-bulk.hgi-sad-01:after {
  content: "\5344";
}
.hgi-bulk.hgi-sad-01:before {
  content: "\5345";
}
.hgi-bulk.hgi-sad-02:after {
  content: "\5346";
}
.hgi-bulk.hgi-sad-02:before {
  content: "\5347";
}
.hgi-bulk.hgi-sad-dizzy:after {
  content: "\5348";
}
.hgi-bulk.hgi-sad-dizzy:before {
  content: "\5349";
}
.hgi-bulk.hgi-safari:after {
  content: "\534a";
}
.hgi-bulk.hgi-safari:before {
  content: "\534b";
}
.hgi-bulk.hgi-safe-delivery-01:after {
  content: "\534c";
}
.hgi-bulk.hgi-safe-delivery-01:before {
  content: "\534d";
}
.hgi-bulk.hgi-safe-delivery-02:after {
  content: "\534e";
}
.hgi-bulk.hgi-safe-delivery-02:before {
  content: "\534f";
}
.hgi-bulk.hgi-safe:after {
  content: "\5350";
}
.hgi-bulk.hgi-safe:before {
  content: "\5351";
}
.hgi-bulk.hgi-safety-pin-01:after {
  content: "\5352";
}
.hgi-bulk.hgi-safety-pin-01:before {
  content: "\5353";
}
.hgi-bulk.hgi-safety-pin-02:after {
  content: "\5354";
}
.hgi-bulk.hgi-safety-pin-02:before {
  content: "\5355";
}
.hgi-bulk.hgi-sailboat-coastal:after {
  content: "\5356";
}
.hgi-bulk.hgi-sailboat-coastal:before {
  content: "\5357";
}
.hgi-bulk.hgi-sailboat-offshore:after {
  content: "\5358";
}
.hgi-bulk.hgi-sailboat-offshore:before {
  content: "\5359";
}
.hgi-bulk.hgi-sakura:after {
  content: "\535a";
}
.hgi-bulk.hgi-sakura:before {
  content: "\535b";
}
.hgi-bulk.hgi-salah:after {
  content: "\535c";
}
.hgi-bulk.hgi-salah-time:after {
  content: "\535d";
}
.hgi-bulk.hgi-salah-time:before {
  content: "\535e";
}
.hgi-bulk.hgi-salah:before {
  content: "\535f";
}
.hgi-bulk.hgi-sale-tag-01:after {
  content: "\5360";
}
.hgi-bulk.hgi-sale-tag-01:before {
  content: "\5361";
}
.hgi-bulk.hgi-sale-tag-02:after {
  content: "\5362";
}
.hgi-bulk.hgi-sale-tag-02:before {
  content: "\5363";
}
.hgi-bulk.hgi-sandals:after {
  content: "\5364";
}
.hgi-bulk.hgi-sandals:before {
  content: "\5365";
}
.hgi-bulk.hgi-satellite-01:after {
  content: "\5366";
}
.hgi-bulk.hgi-satellite-01:before {
  content: "\5367";
}
.hgi-bulk.hgi-satellite-02:after {
  content: "\5368";
}
.hgi-bulk.hgi-satellite-02:before {
  content: "\5369";
}
.hgi-bulk.hgi-satellite-03:after {
  content: "\536a";
}
.hgi-bulk.hgi-satellite-03:before {
  content: "\536b";
}
.hgi-bulk.hgi-satellite:after {
  content: "\536c";
}
.hgi-bulk.hgi-satellite:before {
  content: "\536d";
}
.hgi-bulk.hgi-saturn-01:after {
  content: "\536e";
}
.hgi-bulk.hgi-saturn-01:before {
  content: "\536f";
}
.hgi-bulk.hgi-saturn-02:after {
  content: "\5370";
}
.hgi-bulk.hgi-saturn-02:before {
  content: "\5371";
}
.hgi-bulk.hgi-saturn:after {
  content: "\5372";
}
.hgi-bulk.hgi-saturn:before {
  content: "\5373";
}
.hgi-bulk.hgi-sausage:after {
  content: "\5374";
}
.hgi-bulk.hgi-sausage:before {
  content: "\5375";
}
.hgi-bulk.hgi-save-energy-01:after {
  content: "\5376";
}
.hgi-bulk.hgi-save-energy-01:before {
  content: "\5377";
}
.hgi-bulk.hgi-save-energy-02:after {
  content: "\5378";
}
.hgi-bulk.hgi-save-energy-02:before {
  content: "\5379";
}
.hgi-bulk.hgi-save-money-dollar:after {
  content: "\537a";
}
.hgi-bulk.hgi-save-money-dollar:before {
  content: "\537b";
}
.hgi-bulk.hgi-save-money-euro:after {
  content: "\537c";
}
.hgi-bulk.hgi-save-money-euro:before {
  content: "\537d";
}
.hgi-bulk.hgi-save-money-pound:after {
  content: "\537e";
}
.hgi-bulk.hgi-save-money-pound:before {
  content: "\537f";
}
.hgi-bulk.hgi-save-money-yen:after {
  content: "\5380";
}
.hgi-bulk.hgi-save-money-yen:before {
  content: "\5381";
}
.hgi-bulk.hgi-savings:after {
  content: "\5382";
}
.hgi-bulk.hgi-savings:before {
  content: "\5383";
}
.hgi-bulk.hgi-scheme:after {
  content: "\5384";
}
.hgi-bulk.hgi-scheme:before {
  content: "\5385";
}
.hgi-bulk.hgi-school-01:after {
  content: "\5386";
}
.hgi-bulk.hgi-school-01:before {
  content: "\5387";
}
.hgi-bulk.hgi-school-bell-01:after {
  content: "\5388";
}
.hgi-bulk.hgi-school-bell-01:before {
  content: "\5389";
}
.hgi-bulk.hgi-school-bell-02:after {
  content: "\538a";
}
.hgi-bulk.hgi-school-bell-02:before {
  content: "\538b";
}
.hgi-bulk.hgi-school-bus:after {
  content: "\538c";
}
.hgi-bulk.hgi-school-bus:before {
  content: "\538d";
}
.hgi-bulk.hgi-school-report-card:after {
  content: "\538e";
}
.hgi-bulk.hgi-school-report-card:before {
  content: "\538f";
}
.hgi-bulk.hgi-school:after {
  content: "\5390";
}
.hgi-bulk.hgi-school-tie:after {
  content: "\5391";
}
.hgi-bulk.hgi-school-tie:before {
  content: "\5392";
}
.hgi-bulk.hgi-school:before {
  content: "\5393";
}
.hgi-bulk.hgi-scissor-01:after {
  content: "\5394";
}
.hgi-bulk.hgi-scissor-01:before {
  content: "\5395";
}
.hgi-bulk.hgi-scissor-rectangle:after {
  content: "\5396";
}
.hgi-bulk.hgi-scissor-rectangle:before {
  content: "\5397";
}
.hgi-bulk.hgi-scissor:after {
  content: "\5398";
}
.hgi-bulk.hgi-scissor:before {
  content: "\5399";
}
.hgi-bulk.hgi-scooter-01:after {
  content: "\539a";
}
.hgi-bulk.hgi-scooter-01:before {
  content: "\539b";
}
.hgi-bulk.hgi-scooter-02:after {
  content: "\539c";
}
.hgi-bulk.hgi-scooter-02:before {
  content: "\539d";
}
.hgi-bulk.hgi-scooter-03:after {
  content: "\539e";
}
.hgi-bulk.hgi-scooter-03:before {
  content: "\539f";
}
.hgi-bulk.hgi-scooter-04:after {
  content: "\53a0";
}
.hgi-bulk.hgi-scooter-04:before {
  content: "\53a1";
}
.hgi-bulk.hgi-scooter-electric:after {
  content: "\53a2";
}
.hgi-bulk.hgi-scooter-electric:before {
  content: "\53a3";
}
.hgi-bulk.hgi-scratch-card:after {
  content: "\53a4";
}
.hgi-bulk.hgi-scratch-card:before {
  content: "\53a5";
}
.hgi-bulk.hgi-screen-add-to-home:after {
  content: "\53a6";
}
.hgi-bulk.hgi-screen-add-to-home:before {
  content: "\53a7";
}
.hgi-bulk.hgi-screen-lock-rotation:after {
  content: "\53a8";
}
.hgi-bulk.hgi-screen-lock-rotation:before {
  content: "\53a9";
}
.hgi-bulk.hgi-screen-rotation:after {
  content: "\53aa";
}
.hgi-bulk.hgi-screen-rotation:before {
  content: "\53ab";
}
.hgi-bulk.hgi-scribd:after {
  content: "\53ac";
}
.hgi-bulk.hgi-scribd:before {
  content: "\53ad";
}
.hgi-bulk.hgi-scroll-horizontal:after {
  content: "\53ae";
}
.hgi-bulk.hgi-scroll-horizontal:before {
  content: "\53af";
}
.hgi-bulk.hgi-scroll:after {
  content: "\53b0";
}
.hgi-bulk.hgi-scroll-vertical:after {
  content: "\53b1";
}
.hgi-bulk.hgi-scroll-vertical:before {
  content: "\53b2";
}
.hgi-bulk.hgi-scroll:before {
  content: "\53b3";
}
.hgi-bulk.hgi-sd-card:after {
  content: "\53b4";
}
.hgi-bulk.hgi-sd-card:before {
  content: "\53b5";
}
.hgi-bulk.hgi-seal:after {
  content: "\53b6";
}
.hgi-bulk.hgi-seal:before {
  content: "\53b7";
}
.hgi-bulk.hgi-search-01:after {
  content: "\53b8";
}
.hgi-bulk.hgi-search-01:before {
  content: "\53b9";
}
.hgi-bulk.hgi-search-02:after {
  content: "\53ba";
}
.hgi-bulk.hgi-search-02:before {
  content: "\53bb";
}
.hgi-bulk.hgi-search-add:after {
  content: "\53bc";
}
.hgi-bulk.hgi-search-add:before {
  content: "\53bd";
}
.hgi-bulk.hgi-search-area:after {
  content: "\53be";
}
.hgi-bulk.hgi-search-area:before {
  content: "\53bf";
}
.hgi-bulk.hgi-search-circle:after {
  content: "\53c0";
}
.hgi-bulk.hgi-search-circle:before {
  content: "\53c1";
}
.hgi-bulk.hgi-search-dollar:after {
  content: "\53c2";
}
.hgi-bulk.hgi-search-dollar:before {
  content: "\53c3";
}
.hgi-bulk.hgi-search-focus:after {
  content: "\53c4";
}
.hgi-bulk.hgi-search-focus:before {
  content: "\53c5";
}
.hgi-bulk.hgi-search-list-01:after {
  content: "\53c6";
}
.hgi-bulk.hgi-search-list-01:before {
  content: "\53c7";
}
.hgi-bulk.hgi-search-list-02:after {
  content: "\53c8";
}
.hgi-bulk.hgi-search-list-02:before {
  content: "\53c9";
}
.hgi-bulk.hgi-search-minus:after {
  content: "\53ca";
}
.hgi-bulk.hgi-search-minus:before {
  content: "\53cb";
}
.hgi-bulk.hgi-search-remove:after {
  content: "\53cc";
}
.hgi-bulk.hgi-search-remove:before {
  content: "\53cd";
}
.hgi-bulk.hgi-search-replace:after {
  content: "\53ce";
}
.hgi-bulk.hgi-search-replace:before {
  content: "\53cf";
}
.hgi-bulk.hgi-search-square:after {
  content: "\53d0";
}
.hgi-bulk.hgi-search-square:before {
  content: "\53d1";
}
.hgi-bulk.hgi-search-visual:after {
  content: "\53d2";
}
.hgi-bulk.hgi-search-visual:before {
  content: "\53d3";
}
.hgi-bulk.hgi-searching:after {
  content: "\53d4";
}
.hgi-bulk.hgi-searching:before {
  content: "\53d5";
}
.hgi-bulk.hgi-seat-selector:after {
  content: "\53d6";
}
.hgi-bulk.hgi-seat-selector:before {
  content: "\53d7";
}
.hgi-bulk.hgi-second-bracket-circle:after {
  content: "\53d8";
}
.hgi-bulk.hgi-second-bracket-circle:before {
  content: "\53d9";
}
.hgi-bulk.hgi-second-bracket:after {
  content: "\53da";
}
.hgi-bulk.hgi-second-bracket-square:after {
  content: "\53db";
}
.hgi-bulk.hgi-second-bracket-square:before {
  content: "\53dc";
}
.hgi-bulk.hgi-second-bracket:before {
  content: "\53dd";
}
.hgi-bulk.hgi-secured-network:after {
  content: "\53de";
}
.hgi-bulk.hgi-secured-network:before {
  content: "\53df";
}
.hgi-bulk.hgi-security-block:after {
  content: "\53e0";
}
.hgi-bulk.hgi-security-block:before {
  content: "\53e1";
}
.hgi-bulk.hgi-security-check:after {
  content: "\53e2";
}
.hgi-bulk.hgi-security-check:before {
  content: "\53e3";
}
.hgi-bulk.hgi-security-key-usb:after {
  content: "\53e4";
}
.hgi-bulk.hgi-security-key-usb:before {
  content: "\53e5";
}
.hgi-bulk.hgi-security-lock:after {
  content: "\53e6";
}
.hgi-bulk.hgi-security-lock:before {
  content: "\53e7";
}
.hgi-bulk.hgi-security-password:after {
  content: "\53e8";
}
.hgi-bulk.hgi-security-password:before {
  content: "\53e9";
}
.hgi-bulk.hgi-security:after {
  content: "\53ea";
}
.hgi-bulk.hgi-security-validation:after {
  content: "\53eb";
}
.hgi-bulk.hgi-security-validation:before {
  content: "\53ec";
}
.hgi-bulk.hgi-security-wifi:after {
  content: "\53ed";
}
.hgi-bulk.hgi-security-wifi:before {
  content: "\53ee";
}
.hgi-bulk.hgi-security:before {
  content: "\53ef";
}
.hgi-bulk.hgi-segment:after {
  content: "\53f0";
}
.hgi-bulk.hgi-segment:before {
  content: "\53f1";
}
.hgi-bulk.hgi-select-01:after {
  content: "\53f2";
}
.hgi-bulk.hgi-select-01:before {
  content: "\53f3";
}
.hgi-bulk.hgi-select-02:after {
  content: "\53f4";
}
.hgi-bulk.hgi-select-02:before {
  content: "\53f5";
}
.hgi-bulk.hgi-self-transfer:after {
  content: "\53f6";
}
.hgi-bulk.hgi-self-transfer:before {
  content: "\53f7";
}
.hgi-bulk.hgi-send-to-mobile:after {
  content: "\53f8";
}
.hgi-bulk.hgi-send-to-mobile:before {
  content: "\53f9";
}
.hgi-bulk.hgi-sending-order:after {
  content: "\53fa";
}
.hgi-bulk.hgi-sending-order:before {
  content: "\53fb";
}
.hgi-bulk.hgi-senseless:after {
  content: "\53fc";
}
.hgi-bulk.hgi-senseless:before {
  content: "\53fd";
}
.hgi-bulk.hgi-sent-02:after {
  content: "\53fe";
}
.hgi-bulk.hgi-sent-02:before {
  content: "\53ff";
}
.hgi-bulk.hgi-sent:after {
  content: "\5400";
}
.hgi-bulk.hgi-sent:before {
  content: "\5401";
}
.hgi-bulk.hgi-seo:after {
  content: "\5402";
}
.hgi-bulk.hgi-seo:before {
  content: "\5403";
}
.hgi-bulk.hgi-server-stack-01:after {
  content: "\5404";
}
.hgi-bulk.hgi-server-stack-01:before {
  content: "\5405";
}
.hgi-bulk.hgi-server-stack-02:after {
  content: "\5406";
}
.hgi-bulk.hgi-server-stack-02:before {
  content: "\5407";
}
.hgi-bulk.hgi-server-stack-03:after {
  content: "\5408";
}
.hgi-bulk.hgi-server-stack-03:before {
  content: "\5409";
}
.hgi-bulk.hgi-service:after {
  content: "\540a";
}
.hgi-bulk.hgi-service:before {
  content: "\540b";
}
.hgi-bulk.hgi-serving-food:after {
  content: "\540c";
}
.hgi-bulk.hgi-serving-food:before {
  content: "\540d";
}
.hgi-bulk.hgi-setting-06:after {
  content: "\540e";
}
.hgi-bulk.hgi-setting-06:before {
  content: "\540f";
}
.hgi-bulk.hgi-setting-07:after {
  content: "\5410";
}
.hgi-bulk.hgi-setting-07:before {
  content: "\5411";
}
.hgi-bulk.hgi-setting-done-01:after {
  content: "\5412";
}
.hgi-bulk.hgi-setting-done-01:before {
  content: "\5413";
}
.hgi-bulk.hgi-setting-done-02:after {
  content: "\5414";
}
.hgi-bulk.hgi-setting-done-02:before {
  content: "\5415";
}
.hgi-bulk.hgi-setting-done-03:after {
  content: "\5416";
}
.hgi-bulk.hgi-setting-done-03:before {
  content: "\5417";
}
.hgi-bulk.hgi-setting-done-04:after {
  content: "\5418";
}
.hgi-bulk.hgi-setting-done-04:before {
  content: "\5419";
}
.hgi-bulk.hgi-setting-error-03:after {
  content: "\541a";
}
.hgi-bulk.hgi-setting-error-03:before {
  content: "\541b";
}
.hgi-bulk.hgi-setting-error-04:after {
  content: "\541c";
}
.hgi-bulk.hgi-setting-error-04:before {
  content: "\541d";
}
.hgi-bulk.hgi-settings-01:after {
  content: "\541e";
}
.hgi-bulk.hgi-settings-01:before {
  content: "\541f";
}
.hgi-bulk.hgi-settings-02:after {
  content: "\5420";
}
.hgi-bulk.hgi-settings-02:before {
  content: "\5421";
}
.hgi-bulk.hgi-settings-03:after {
  content: "\5422";
}
.hgi-bulk.hgi-settings-03:before {
  content: "\5423";
}
.hgi-bulk.hgi-settings-04:after {
  content: "\5424";
}
.hgi-bulk.hgi-settings-04:before {
  content: "\5425";
}
.hgi-bulk.hgi-settings-05:after {
  content: "\5426";
}
.hgi-bulk.hgi-settings-05:before {
  content: "\5427";
}
.hgi-bulk.hgi-settings-error-01:after {
  content: "\5428";
}
.hgi-bulk.hgi-settings-error-01:before {
  content: "\5429";
}
.hgi-bulk.hgi-settings-error-02:after {
  content: "\542a";
}
.hgi-bulk.hgi-settings-error-02:before {
  content: "\542b";
}
.hgi-bulk.hgi-setup-01:after {
  content: "\542c";
}
.hgi-bulk.hgi-setup-01:before {
  content: "\542d";
}
.hgi-bulk.hgi-setup-02:after {
  content: "\542e";
}
.hgi-bulk.hgi-setup-02:before {
  content: "\542f";
}
.hgi-bulk.hgi-seven-z-01:after {
  content: "\5430";
}
.hgi-bulk.hgi-seven-z-01:before {
  content: "\5431";
}
.hgi-bulk.hgi-seven-z-02:after {
  content: "\5432";
}
.hgi-bulk.hgi-seven-z-02:before {
  content: "\5433";
}
.hgi-bulk.hgi-shaka-01:after {
  content: "\5434";
}
.hgi-bulk.hgi-shaka-01:before {
  content: "\5435";
}
.hgi-bulk.hgi-shaka-02:after {
  content: "\5436";
}
.hgi-bulk.hgi-shaka-02:before {
  content: "\5437";
}
.hgi-bulk.hgi-shaka-03:after {
  content: "\5438";
}
.hgi-bulk.hgi-shaka-03:before {
  content: "\5439";
}
.hgi-bulk.hgi-shaka-04:after {
  content: "\543a";
}
.hgi-bulk.hgi-shaka-04:before {
  content: "\543b";
}
.hgi-bulk.hgi-shampoo:after {
  content: "\543c";
}
.hgi-bulk.hgi-shampoo:before {
  content: "\543d";
}
.hgi-bulk.hgi-shape-collection:after {
  content: "\543e";
}
.hgi-bulk.hgi-shape-collection:before {
  content: "\543f";
}
.hgi-bulk.hgi-shapes:after {
  content: "\5440";
}
.hgi-bulk.hgi-shapes:before {
  content: "\5441";
}
.hgi-bulk.hgi-share-01:after {
  content: "\5442";
}
.hgi-bulk.hgi-share-01:before {
  content: "\5443";
}
.hgi-bulk.hgi-share-02:after {
  content: "\5444";
}
.hgi-bulk.hgi-share-02:before {
  content: "\5445";
}
.hgi-bulk.hgi-share-03:after {
  content: "\5446";
}
.hgi-bulk.hgi-share-03:before {
  content: "\5447";
}
.hgi-bulk.hgi-share-04:after {
  content: "\5448";
}
.hgi-bulk.hgi-share-04:before {
  content: "\5449";
}
.hgi-bulk.hgi-share-05:after {
  content: "\544a";
}
.hgi-bulk.hgi-share-05:before {
  content: "\544b";
}
.hgi-bulk.hgi-share-06:after {
  content: "\544c";
}
.hgi-bulk.hgi-share-06:before {
  content: "\544d";
}
.hgi-bulk.hgi-share-07:after {
  content: "\544e";
}
.hgi-bulk.hgi-share-07:before {
  content: "\544f";
}
.hgi-bulk.hgi-share-08:after {
  content: "\5450";
}
.hgi-bulk.hgi-share-08:before {
  content: "\5451";
}
.hgi-bulk.hgi-share-knowledge:after {
  content: "\5452";
}
.hgi-bulk.hgi-share-knowledge:before {
  content: "\5453";
}
.hgi-bulk.hgi-share-location-01:after {
  content: "\5454";
}
.hgi-bulk.hgi-share-location-01:before {
  content: "\5455";
}
.hgi-bulk.hgi-share-location-02:after {
  content: "\5456";
}
.hgi-bulk.hgi-share-location-02:before {
  content: "\5457";
}
.hgi-bulk.hgi-shared-wifi:after {
  content: "\5458";
}
.hgi-bulk.hgi-shared-wifi:before {
  content: "\5459";
}
.hgi-bulk.hgi-sharing:after {
  content: "\545a";
}
.hgi-bulk.hgi-sharing:before {
  content: "\545b";
}
.hgi-bulk.hgi-shellfish:after {
  content: "\545c";
}
.hgi-bulk.hgi-shellfish:before {
  content: "\545d";
}
.hgi-bulk.hgi-sheriff-01:after {
  content: "\545e";
}
.hgi-bulk.hgi-sheriff-01:before {
  content: "\545f";
}
.hgi-bulk.hgi-sheriff-02:after {
  content: "\5460";
}
.hgi-bulk.hgi-sheriff-02:before {
  content: "\5461";
}
.hgi-bulk.hgi-shield-01:after {
  content: "\5462";
}
.hgi-bulk.hgi-shield-01:before {
  content: "\5463";
}
.hgi-bulk.hgi-shield-02:after {
  content: "\5464";
}
.hgi-bulk.hgi-shield-02:before {
  content: "\5465";
}
.hgi-bulk.hgi-shield-blockchain:after {
  content: "\5466";
}
.hgi-bulk.hgi-shield-blockchain:before {
  content: "\5467";
}
.hgi-bulk.hgi-shield-energy:after {
  content: "\5468";
}
.hgi-bulk.hgi-shield-energy:before {
  content: "\5469";
}
.hgi-bulk.hgi-shield-key:after {
  content: "\546a";
}
.hgi-bulk.hgi-shield-key:before {
  content: "\546b";
}
.hgi-bulk.hgi-shield-user:after {
  content: "\546c";
}
.hgi-bulk.hgi-shield-user:before {
  content: "\546d";
}
.hgi-bulk.hgi-shipment-tracking:after {
  content: "\546e";
}
.hgi-bulk.hgi-shipment-tracking:before {
  content: "\546f";
}
.hgi-bulk.hgi-shipping-center:after {
  content: "\5470";
}
.hgi-bulk.hgi-shipping-center:before {
  content: "\5471";
}
.hgi-bulk.hgi-shipping-loading:after {
  content: "\5472";
}
.hgi-bulk.hgi-shipping-loading:before {
  content: "\5473";
}
.hgi-bulk.hgi-shipping-truck-01:after {
  content: "\5474";
}
.hgi-bulk.hgi-shipping-truck-01:before {
  content: "\5475";
}
.hgi-bulk.hgi-shipping-truck-02:after {
  content: "\5476";
}
.hgi-bulk.hgi-shipping-truck-02:before {
  content: "\5477";
}
.hgi-bulk.hgi-shirt-01:after {
  content: "\5478";
}
.hgi-bulk.hgi-shirt-01:before {
  content: "\5479";
}
.hgi-bulk.hgi-shocked:after {
  content: "\547a";
}
.hgi-bulk.hgi-shocked:before {
  content: "\547b";
}
.hgi-bulk.hgi-shop-sign:after {
  content: "\547c";
}
.hgi-bulk.hgi-shop-sign:before {
  content: "\547d";
}
.hgi-bulk.hgi-shopify:after {
  content: "\547e";
}
.hgi-bulk.hgi-shopify:before {
  content: "\547f";
}
.hgi-bulk.hgi-shopping-bag-01:after {
  content: "\5480";
}
.hgi-bulk.hgi-shopping-bag-01:before {
  content: "\5481";
}
.hgi-bulk.hgi-shopping-bag-02:after {
  content: "\5482";
}
.hgi-bulk.hgi-shopping-bag-02:before {
  content: "\5483";
}
.hgi-bulk.hgi-shopping-bag-03:after {
  content: "\5484";
}
.hgi-bulk.hgi-shopping-bag-03:before {
  content: "\5485";
}
.hgi-bulk.hgi-shopping-bag-add:after {
  content: "\5486";
}
.hgi-bulk.hgi-shopping-bag-add:before {
  content: "\5487";
}
.hgi-bulk.hgi-shopping-bag-check:after {
  content: "\5488";
}
.hgi-bulk.hgi-shopping-bag-check:before {
  content: "\5489";
}
.hgi-bulk.hgi-shopping-bag-favorite:after {
  content: "\548a";
}
.hgi-bulk.hgi-shopping-bag-favorite:before {
  content: "\548b";
}
.hgi-bulk.hgi-shopping-bag-remove:after {
  content: "\548c";
}
.hgi-bulk.hgi-shopping-bag-remove:before {
  content: "\548d";
}
.hgi-bulk.hgi-shopping-basket-01:after {
  content: "\548e";
}
.hgi-bulk.hgi-shopping-basket-01:before {
  content: "\548f";
}
.hgi-bulk.hgi-shopping-basket-02:after {
  content: "\5490";
}
.hgi-bulk.hgi-shopping-basket-02:before {
  content: "\5491";
}
.hgi-bulk.hgi-shopping-basket-03:after {
  content: "\5492";
}
.hgi-bulk.hgi-shopping-basket-03:before {
  content: "\5493";
}
.hgi-bulk.hgi-shopping-basket-add-01:after {
  content: "\5494";
}
.hgi-bulk.hgi-shopping-basket-add-01:before {
  content: "\5495";
}
.hgi-bulk.hgi-shopping-basket-add-02:after {
  content: "\5496";
}
.hgi-bulk.hgi-shopping-basket-add-02:before {
  content: "\5497";
}
.hgi-bulk.hgi-shopping-basket-add-03:after {
  content: "\5498";
}
.hgi-bulk.hgi-shopping-basket-add-03:before {
  content: "\5499";
}
.hgi-bulk.hgi-shopping-basket-check-in-01:after {
  content: "\549a";
}
.hgi-bulk.hgi-shopping-basket-check-in-01:before {
  content: "\549b";
}
.hgi-bulk.hgi-shopping-basket-check-in-02:after {
  content: "\549c";
}
.hgi-bulk.hgi-shopping-basket-check-in-02:before {
  content: "\549d";
}
.hgi-bulk.hgi-shopping-basket-check-in-03:after {
  content: "\549e";
}
.hgi-bulk.hgi-shopping-basket-check-in-03:before {
  content: "\549f";
}
.hgi-bulk.hgi-shopping-basket-check-out-01:after {
  content: "\54a0";
}
.hgi-bulk.hgi-shopping-basket-check-out-01:before {
  content: "\54a1";
}
.hgi-bulk.hgi-shopping-basket-check-out-02:after {
  content: "\54a2";
}
.hgi-bulk.hgi-shopping-basket-check-out-02:before {
  content: "\54a3";
}
.hgi-bulk.hgi-shopping-basket-check-out-03:after {
  content: "\54a4";
}
.hgi-bulk.hgi-shopping-basket-check-out-03:before {
  content: "\54a5";
}
.hgi-bulk.hgi-shopping-basket-done-01:after {
  content: "\54a6";
}
.hgi-bulk.hgi-shopping-basket-done-01:before {
  content: "\54a7";
}
.hgi-bulk.hgi-shopping-basket-done-02:after {
  content: "\54a8";
}
.hgi-bulk.hgi-shopping-basket-done-02:before {
  content: "\54a9";
}
.hgi-bulk.hgi-shopping-basket-done-03:after {
  content: "\54aa";
}
.hgi-bulk.hgi-shopping-basket-done-03:before {
  content: "\54ab";
}
.hgi-bulk.hgi-shopping-basket-favorite-01:after {
  content: "\54ac";
}
.hgi-bulk.hgi-shopping-basket-favorite-01:before {
  content: "\54ad";
}
.hgi-bulk.hgi-shopping-basket-favorite-02:after {
  content: "\54ae";
}
.hgi-bulk.hgi-shopping-basket-favorite-02:before {
  content: "\54af";
}
.hgi-bulk.hgi-shopping-basket-favorite-03:after {
  content: "\54b0";
}
.hgi-bulk.hgi-shopping-basket-favorite-03:before {
  content: "\54b1";
}
.hgi-bulk.hgi-shopping-basket-remove-01:after {
  content: "\54b2";
}
.hgi-bulk.hgi-shopping-basket-remove-01:before {
  content: "\54b3";
}
.hgi-bulk.hgi-shopping-basket-remove-02:after {
  content: "\54b4";
}
.hgi-bulk.hgi-shopping-basket-remove-02:before {
  content: "\54b5";
}
.hgi-bulk.hgi-shopping-basket-remove-03:after {
  content: "\54b6";
}
.hgi-bulk.hgi-shopping-basket-remove-03:before {
  content: "\54b7";
}
.hgi-bulk.hgi-shopping-basket-secure-01:after {
  content: "\54b8";
}
.hgi-bulk.hgi-shopping-basket-secure-01:before {
  content: "\54b9";
}
.hgi-bulk.hgi-shopping-basket-secure-02:after {
  content: "\54ba";
}
.hgi-bulk.hgi-shopping-basket-secure-02:before {
  content: "\54bb";
}
.hgi-bulk.hgi-shopping-basket-secure-03:after {
  content: "\54bc";
}
.hgi-bulk.hgi-shopping-basket-secure-03:before {
  content: "\54bd";
}
.hgi-bulk.hgi-shopping-cart-01:after {
  content: "\54be";
}
.hgi-bulk.hgi-shopping-cart-01:before {
  content: "\54bf";
}
.hgi-bulk.hgi-shopping-cart-02:after {
  content: "\54c0";
}
.hgi-bulk.hgi-shopping-cart-02:before {
  content: "\54c1";
}
.hgi-bulk.hgi-shopping-cart-add-01:after {
  content: "\54c2";
}
.hgi-bulk.hgi-shopping-cart-add-01:before {
  content: "\54c3";
}
.hgi-bulk.hgi-shopping-cart-add-02:after {
  content: "\54c4";
}
.hgi-bulk.hgi-shopping-cart-add-02:before {
  content: "\54c5";
}
.hgi-bulk.hgi-shopping-cart-check-01:after {
  content: "\54c6";
}
.hgi-bulk.hgi-shopping-cart-check-01:before {
  content: "\54c7";
}
.hgi-bulk.hgi-shopping-cart-check-02:after {
  content: "\54c8";
}
.hgi-bulk.hgi-shopping-cart-check-02:before {
  content: "\54c9";
}
.hgi-bulk.hgi-shopping-cart-check-in-01:after {
  content: "\54ca";
}
.hgi-bulk.hgi-shopping-cart-check-in-01:before {
  content: "\54cb";
}
.hgi-bulk.hgi-shopping-cart-check-in-02:after {
  content: "\54cc";
}
.hgi-bulk.hgi-shopping-cart-check-in-02:before {
  content: "\54cd";
}
.hgi-bulk.hgi-shopping-cart-check-out-01:after {
  content: "\54ce";
}
.hgi-bulk.hgi-shopping-cart-check-out-01:before {
  content: "\54cf";
}
.hgi-bulk.hgi-shopping-cart-check-out-02:after {
  content: "\54d0";
}
.hgi-bulk.hgi-shopping-cart-check-out-02:before {
  content: "\54d1";
}
.hgi-bulk.hgi-shopping-cart-favorite-01:after {
  content: "\54d2";
}
.hgi-bulk.hgi-shopping-cart-favorite-01:before {
  content: "\54d3";
}
.hgi-bulk.hgi-shopping-cart-favorite-02:after {
  content: "\54d4";
}
.hgi-bulk.hgi-shopping-cart-favorite-02:before {
  content: "\54d5";
}
.hgi-bulk.hgi-shopping-cart-remove-01:after {
  content: "\54d6";
}
.hgi-bulk.hgi-shopping-cart-remove-01:before {
  content: "\54d7";
}
.hgi-bulk.hgi-shopping-cart-remove-02:after {
  content: "\54d8";
}
.hgi-bulk.hgi-shopping-cart-remove-02:before {
  content: "\54d9";
}
.hgi-bulk.hgi-shorts-pants:after {
  content: "\54da";
}
.hgi-bulk.hgi-shorts-pants:before {
  content: "\54db";
}
.hgi-bulk.hgi-shoulder:after {
  content: "\54dc";
}
.hgi-bulk.hgi-shoulder:before {
  content: "\54dd";
}
.hgi-bulk.hgi-shuffle:after {
  content: "\54de";
}
.hgi-bulk.hgi-shuffle-square:after {
  content: "\54df";
}
.hgi-bulk.hgi-shuffle-square:before {
  content: "\54e0";
}
.hgi-bulk.hgi-shuffle:before {
  content: "\54e1";
}
.hgi-bulk.hgi-shut-down:after {
  content: "\54e2";
}
.hgi-bulk.hgi-shut-down:before {
  content: "\54e3";
}
.hgi-bulk.hgi-shutterstock:after {
  content: "\54e4";
}
.hgi-bulk.hgi-shutterstock:before {
  content: "\54e5";
}
.hgi-bulk.hgi-sidebar-bottom:after {
  content: "\54e6";
}
.hgi-bulk.hgi-sidebar-bottom:before {
  content: "\54e7";
}
.hgi-bulk.hgi-sidebar-left-01:after {
  content: "\54e8";
}
.hgi-bulk.hgi-sidebar-left-01:before {
  content: "\54e9";
}
.hgi-bulk.hgi-sidebar-left:after {
  content: "\54ea";
}
.hgi-bulk.hgi-sidebar-left:before {
  content: "\54eb";
}
.hgi-bulk.hgi-sidebar-right-01:after {
  content: "\54ec";
}
.hgi-bulk.hgi-sidebar-right-01:before {
  content: "\54ed";
}
.hgi-bulk.hgi-sidebar-right:after {
  content: "\54ee";
}
.hgi-bulk.hgi-sidebar-right:before {
  content: "\54ef";
}
.hgi-bulk.hgi-sidebar-top:after {
  content: "\54f0";
}
.hgi-bulk.hgi-sidebar-top:before {
  content: "\54f1";
}
.hgi-bulk.hgi-sign-language-c:after {
  content: "\54f2";
}
.hgi-bulk.hgi-sign-language-c:before {
  content: "\54f3";
}
.hgi-bulk.hgi-signal-full-01:after {
  content: "\54f4";
}
.hgi-bulk.hgi-signal-full-01:before {
  content: "\54f5";
}
.hgi-bulk.hgi-signal-full-02:after {
  content: "\54f6";
}
.hgi-bulk.hgi-signal-full-02:before {
  content: "\54f7";
}
.hgi-bulk.hgi-signal-low-01:after {
  content: "\54f8";
}
.hgi-bulk.hgi-signal-low-01:before {
  content: "\54f9";
}
.hgi-bulk.hgi-signal-low-02:after {
  content: "\54fa";
}
.hgi-bulk.hgi-signal-low-02:before {
  content: "\54fb";
}
.hgi-bulk.hgi-signal-low-medium:after {
  content: "\54fc";
}
.hgi-bulk.hgi-signal-low-medium:before {
  content: "\54fd";
}
.hgi-bulk.hgi-signal-medium-01:after {
  content: "\54fe";
}
.hgi-bulk.hgi-signal-medium-01:before {
  content: "\54ff";
}
.hgi-bulk.hgi-signal-medium-02:after {
  content: "\5500";
}
.hgi-bulk.hgi-signal-medium-02:before {
  content: "\5501";
}
.hgi-bulk.hgi-signal-no-01:after {
  content: "\5502";
}
.hgi-bulk.hgi-signal-no-01:before {
  content: "\5503";
}
.hgi-bulk.hgi-signal-no-02:after {
  content: "\5504";
}
.hgi-bulk.hgi-signal-no-02:before {
  content: "\5505";
}
.hgi-bulk.hgi-signal:after {
  content: "\5506";
}
.hgi-bulk.hgi-signal:before {
  content: "\5507";
}
.hgi-bulk.hgi-signature:after {
  content: "\5508";
}
.hgi-bulk.hgi-signature:before {
  content: "\5509";
}
.hgi-bulk.hgi-silence:after {
  content: "\550a";
}
.hgi-bulk.hgi-silence:before {
  content: "\550b";
}
.hgi-bulk.hgi-simcard-01:after {
  content: "\550c";
}
.hgi-bulk.hgi-simcard-01:before {
  content: "\550d";
}
.hgi-bulk.hgi-simcard-02:after {
  content: "\550e";
}
.hgi-bulk.hgi-simcard-02:before {
  content: "\550f";
}
.hgi-bulk.hgi-simcard-dual:after {
  content: "\5510";
}
.hgi-bulk.hgi-simcard-dual:before {
  content: "\5511";
}
.hgi-bulk.hgi-sin:after {
  content: "\5512";
}
.hgi-bulk.hgi-sin:before {
  content: "\5513";
}
.hgi-bulk.hgi-sine-01:after {
  content: "\5514";
}
.hgi-bulk.hgi-sine-01:before {
  content: "\5515";
}
.hgi-bulk.hgi-sine-02:after {
  content: "\5516";
}
.hgi-bulk.hgi-sine-02:before {
  content: "\5517";
}
.hgi-bulk.hgi-sing-left:after {
  content: "\5518";
}
.hgi-bulk.hgi-sing-left:before {
  content: "\5519";
}
.hgi-bulk.hgi-sing-right:after {
  content: "\551a";
}
.hgi-bulk.hgi-sing-right:before {
  content: "\551b";
}
.hgi-bulk.hgi-sink-01:after {
  content: "\551c";
}
.hgi-bulk.hgi-sink-01:before {
  content: "\551d";
}
.hgi-bulk.hgi-sink-02:after {
  content: "\551e";
}
.hgi-bulk.hgi-sink-02:before {
  content: "\551f";
}
.hgi-bulk.hgi-siri-new:after {
  content: "\5520";
}
.hgi-bulk.hgi-siri-new:before {
  content: "\5521";
}
.hgi-bulk.hgi-siri:after {
  content: "\5522";
}
.hgi-bulk.hgi-siri:before {
  content: "\5523";
}
.hgi-bulk.hgi-sketch:after {
  content: "\5524";
}
.hgi-bulk.hgi-sketch:before {
  content: "\5525";
}
.hgi-bulk.hgi-skew:after {
  content: "\5526";
}
.hgi-bulk.hgi-skew:before {
  content: "\5527";
}
.hgi-bulk.hgi-ski-dice-faces-01:after {
  content: "\5528";
}
.hgi-bulk.hgi-ski-dice-faces-01:before {
  content: "\5529";
}
.hgi-bulk.hgi-skipping-rope:after {
  content: "\552a";
}
.hgi-bulk.hgi-skipping-rope:before {
  content: "\552b";
}
.hgi-bulk.hgi-skool:after {
  content: "\552c";
}
.hgi-bulk.hgi-skool:before {
  content: "\552d";
}
.hgi-bulk.hgi-skull:after {
  content: "\552e";
}
.hgi-bulk.hgi-skull:before {
  content: "\552f";
}
.hgi-bulk.hgi-skype:after {
  content: "\5530";
}
.hgi-bulk.hgi-skype:before {
  content: "\5531";
}
.hgi-bulk.hgi-slack:after {
  content: "\5532";
}
.hgi-bulk.hgi-slack:before {
  content: "\5533";
}
.hgi-bulk.hgi-sleeping:after {
  content: "\5534";
}
.hgi-bulk.hgi-sleeping:before {
  content: "\5535";
}
.hgi-bulk.hgi-sleeveless:after {
  content: "\5536";
}
.hgi-bulk.hgi-sleeveless:before {
  content: "\5537";
}
.hgi-bulk.hgi-sliders-horizontal:after {
  content: "\5538";
}
.hgi-bulk.hgi-sliders-horizontal:before {
  content: "\5539";
}
.hgi-bulk.hgi-sliders-vertical:after {
  content: "\553a";
}
.hgi-bulk.hgi-sliders-vertical:before {
  content: "\553b";
}
.hgi-bulk.hgi-slideshare:after {
  content: "\553c";
}
.hgi-bulk.hgi-slideshare:before {
  content: "\553d";
}
.hgi-bulk.hgi-slow-winds:after {
  content: "\553e";
}
.hgi-bulk.hgi-slow-winds:before {
  content: "\553f";
}
.hgi-bulk.hgi-smart-ac:after {
  content: "\5540";
}
.hgi-bulk.hgi-smart-ac:before {
  content: "\5541";
}
.hgi-bulk.hgi-smart-phone-01:after {
  content: "\5542";
}
.hgi-bulk.hgi-smart-phone-01:before {
  content: "\5543";
}
.hgi-bulk.hgi-smart-phone-02:after {
  content: "\5544";
}
.hgi-bulk.hgi-smart-phone-02:before {
  content: "\5545";
}
.hgi-bulk.hgi-smart-phone-03:after {
  content: "\5546";
}
.hgi-bulk.hgi-smart-phone-03:before {
  content: "\5547";
}
.hgi-bulk.hgi-smart-phone-04:after {
  content: "\5548";
}
.hgi-bulk.hgi-smart-phone-04:before {
  content: "\5549";
}
.hgi-bulk.hgi-smart-phone-landscape:after {
  content: "\554a";
}
.hgi-bulk.hgi-smart-phone-landscape:before {
  content: "\554b";
}
.hgi-bulk.hgi-smart:after {
  content: "\554c";
}
.hgi-bulk.hgi-smart-watch-01:after {
  content: "\554d";
}
.hgi-bulk.hgi-smart-watch-01:before {
  content: "\554e";
}
.hgi-bulk.hgi-smart-watch-02:after {
  content: "\554f";
}
.hgi-bulk.hgi-smart-watch-02:before {
  content: "\5550";
}
.hgi-bulk.hgi-smart-watch-03:after {
  content: "\5551";
}
.hgi-bulk.hgi-smart-watch-03:before {
  content: "\5552";
}
.hgi-bulk.hgi-smart-watch-04:after {
  content: "\5553";
}
.hgi-bulk.hgi-smart-watch-04:before {
  content: "\5554";
}
.hgi-bulk.hgi-smart:before {
  content: "\5555";
}
.hgi-bulk.hgi-smartphone-lost-wifi:after {
  content: "\5556";
}
.hgi-bulk.hgi-smartphone-lost-wifi:before {
  content: "\5557";
}
.hgi-bulk.hgi-smartphone-wifi:after {
  content: "\5558";
}
.hgi-bulk.hgi-smartphone-wifi:before {
  content: "\5559";
}
.hgi-bulk.hgi-smile-dizzy:after {
  content: "\555a";
}
.hgi-bulk.hgi-smile-dizzy:before {
  content: "\555b";
}
.hgi-bulk.hgi-smile:after {
  content: "\555c";
}
.hgi-bulk.hgi-smile:before {
  content: "\555d";
}
.hgi-bulk.hgi-sms-code:after {
  content: "\555e";
}
.hgi-bulk.hgi-sms-code:before {
  content: "\555f";
}
.hgi-bulk.hgi-snail:after {
  content: "\5560";
}
.hgi-bulk.hgi-snail:before {
  content: "\5561";
}
.hgi-bulk.hgi-snapchat:after {
  content: "\5562";
}
.hgi-bulk.hgi-snapchat:before {
  content: "\5563";
}
.hgi-bulk.hgi-snow:after {
  content: "\5564";
}
.hgi-bulk.hgi-snow:before {
  content: "\5565";
}
.hgi-bulk.hgi-socks:after {
  content: "\5566";
}
.hgi-bulk.hgi-socks:before {
  content: "\5567";
}
.hgi-bulk.hgi-soda-can:after {
  content: "\5568";
}
.hgi-bulk.hgi-soda-can:before {
  content: "\5569";
}
.hgi-bulk.hgi-sofa-01:after {
  content: "\556a";
}
.hgi-bulk.hgi-sofa-01:before {
  content: "\556b";
}
.hgi-bulk.hgi-sofa-02:after {
  content: "\556c";
}
.hgi-bulk.hgi-sofa-02:before {
  content: "\556d";
}
.hgi-bulk.hgi-sofa-03:after {
  content: "\556e";
}
.hgi-bulk.hgi-sofa-03:before {
  content: "\556f";
}
.hgi-bulk.hgi-sofa-single:after {
  content: "\5570";
}
.hgi-bulk.hgi-sofa-single:before {
  content: "\5571";
}
.hgi-bulk.hgi-soft-drink-01:after {
  content: "\5572";
}
.hgi-bulk.hgi-soft-drink-01:before {
  content: "\5573";
}
.hgi-bulk.hgi-soft-drink-02:after {
  content: "\5574";
}
.hgi-bulk.hgi-soft-drink-02:before {
  content: "\5575";
}
.hgi-bulk.hgi-software-license:after {
  content: "\5576";
}
.hgi-bulk.hgi-software-license:before {
  content: "\5577";
}
.hgi-bulk.hgi-software:after {
  content: "\5578";
}
.hgi-bulk.hgi-software-uninstall:after {
  content: "\5579";
}
.hgi-bulk.hgi-software-uninstall:before {
  content: "\557a";
}
.hgi-bulk.hgi-software:before {
  content: "\557b";
}
.hgi-bulk.hgi-soil-moisture-field:after {
  content: "\557c";
}
.hgi-bulk.hgi-soil-moisture-field:before {
  content: "\557d";
}
.hgi-bulk.hgi-soil-moisture-global:after {
  content: "\557e";
}
.hgi-bulk.hgi-soil-moisture-global:before {
  content: "\557f";
}
.hgi-bulk.hgi-soil-temperature-field:after {
  content: "\5580";
}
.hgi-bulk.hgi-soil-temperature-field:before {
  content: "\5581";
}
.hgi-bulk.hgi-soil-temperature-global:after {
  content: "\5582";
}
.hgi-bulk.hgi-soil-temperature-global:before {
  content: "\5583";
}
.hgi-bulk.hgi-solar-energy:after {
  content: "\5584";
}
.hgi-bulk.hgi-solar-energy:before {
  content: "\5585";
}
.hgi-bulk.hgi-solar-panel-01:after {
  content: "\5586";
}
.hgi-bulk.hgi-solar-panel-01:before {
  content: "\5587";
}
.hgi-bulk.hgi-solar-panel-02:after {
  content: "\5588";
}
.hgi-bulk.hgi-solar-panel-02:before {
  content: "\5589";
}
.hgi-bulk.hgi-solar-panel-03:after {
  content: "\558a";
}
.hgi-bulk.hgi-solar-panel-03:before {
  content: "\558b";
}
.hgi-bulk.hgi-solar-panel-04:after {
  content: "\558c";
}
.hgi-bulk.hgi-solar-panel-04:before {
  content: "\558d";
}
.hgi-bulk.hgi-solar-panel-05:after {
  content: "\558e";
}
.hgi-bulk.hgi-solar-panel-05:before {
  content: "\558f";
}
.hgi-bulk.hgi-solar-power:after {
  content: "\5590";
}
.hgi-bulk.hgi-solar-power:before {
  content: "\5591";
}
.hgi-bulk.hgi-solar-system-01:after {
  content: "\5592";
}
.hgi-bulk.hgi-solar-system-01:before {
  content: "\5593";
}
.hgi-bulk.hgi-solar-system:after {
  content: "\5594";
}
.hgi-bulk.hgi-solar-system:before {
  content: "\5595";
}
.hgi-bulk.hgi-solid-line-01:after {
  content: "\5596";
}
.hgi-bulk.hgi-solid-line-01:before {
  content: "\5597";
}
.hgi-bulk.hgi-solid-line-02:after {
  content: "\5598";
}
.hgi-bulk.hgi-solid-line-02:before {
  content: "\5599";
}
.hgi-bulk.hgi-sort-by-down-01:after {
  content: "\559a";
}
.hgi-bulk.hgi-sort-by-down-01:before {
  content: "\559b";
}
.hgi-bulk.hgi-sort-by-down-02:after {
  content: "\559c";
}
.hgi-bulk.hgi-sort-by-down-02:before {
  content: "\559d";
}
.hgi-bulk.hgi-sort-by-up-01:after {
  content: "\559e";
}
.hgi-bulk.hgi-sort-by-up-01:before {
  content: "\559f";
}
.hgi-bulk.hgi-sort-by-up-02:after {
  content: "\55a0";
}
.hgi-bulk.hgi-sort-by-up-02:before {
  content: "\55a1";
}
.hgi-bulk.hgi-sorting-01:after {
  content: "\55a2";
}
.hgi-bulk.hgi-sorting-01:before {
  content: "\55a3";
}
.hgi-bulk.hgi-sorting-02:after {
  content: "\55a4";
}
.hgi-bulk.hgi-sorting-02:before {
  content: "\55a5";
}
.hgi-bulk.hgi-sorting-03:after {
  content: "\55a6";
}
.hgi-bulk.hgi-sorting-03:before {
  content: "\55a7";
}
.hgi-bulk.hgi-sorting-04:after {
  content: "\55a8";
}
.hgi-bulk.hgi-sorting-04:before {
  content: "\55a9";
}
.hgi-bulk.hgi-sorting-05:after {
  content: "\55aa";
}
.hgi-bulk.hgi-sorting-05:before {
  content: "\55ab";
}
.hgi-bulk.hgi-sorting-1-9:after {
  content: "\55ac";
}
.hgi-bulk.hgi-sorting-1-9:before {
  content: "\55ad";
}
.hgi-bulk.hgi-sorting-9-1:after {
  content: "\55ae";
}
.hgi-bulk.hgi-sorting-9-1:before {
  content: "\55af";
}
.hgi-bulk.hgi-sorting-a-z-01:after {
  content: "\55b0";
}
.hgi-bulk.hgi-sorting-a-z-01:before {
  content: "\55b1";
}
.hgi-bulk.hgi-sorting-a-z-02:after {
  content: "\55b2";
}
.hgi-bulk.hgi-sorting-a-z-02:before {
  content: "\55b3";
}
.hgi-bulk.hgi-sorting-down:after {
  content: "\55b4";
}
.hgi-bulk.hgi-sorting-down:before {
  content: "\55b5";
}
.hgi-bulk.hgi-sorting-up:after {
  content: "\55b6";
}
.hgi-bulk.hgi-sorting-up:before {
  content: "\55b7";
}
.hgi-bulk.hgi-sorting-z-a-01:after {
  content: "\55b8";
}
.hgi-bulk.hgi-sorting-z-a-01:before {
  content: "\55b9";
}
.hgi-bulk.hgi-soundcloud:after {
  content: "\55ba";
}
.hgi-bulk.hgi-soundcloud:before {
  content: "\55bb";
}
.hgi-bulk.hgi-source-code-circle:after {
  content: "\55bc";
}
.hgi-bulk.hgi-source-code-circle:before {
  content: "\55bd";
}
.hgi-bulk.hgi-source-code:after {
  content: "\55be";
}
.hgi-bulk.hgi-source-code-square:after {
  content: "\55bf";
}
.hgi-bulk.hgi-source-code-square:before {
  content: "\55c0";
}
.hgi-bulk.hgi-source-code:before {
  content: "\55c1";
}
.hgi-bulk.hgi-spaceship:after {
  content: "\55c2";
}
.hgi-bulk.hgi-spaceship:before {
  content: "\55c3";
}
.hgi-bulk.hgi-spades:after {
  content: "\55c4";
}
.hgi-bulk.hgi-spades:before {
  content: "\55c5";
}
.hgi-bulk.hgi-spaghetti:after {
  content: "\55c6";
}
.hgi-bulk.hgi-spaghetti:before {
  content: "\55c7";
}
.hgi-bulk.hgi-spam:after {
  content: "\55c8";
}
.hgi-bulk.hgi-spam:before {
  content: "\55c9";
}
.hgi-bulk.hgi-sparkles:after {
  content: "\55ca";
}
.hgi-bulk.hgi-sparkles:before {
  content: "\55cb";
}
.hgi-bulk.hgi-spartan-helmet:after {
  content: "\55cc";
}
.hgi-bulk.hgi-spartan-helmet:before {
  content: "\55cd";
}
.hgi-bulk.hgi-spatula:after {
  content: "\55ce";
}
.hgi-bulk.hgi-spatula:before {
  content: "\55cf";
}
.hgi-bulk.hgi-speaker-01:after {
  content: "\55d0";
}
.hgi-bulk.hgi-speaker-01:before {
  content: "\55d1";
}
.hgi-bulk.hgi-speaker:after {
  content: "\55d2";
}
.hgi-bulk.hgi-speaker:before {
  content: "\55d3";
}
.hgi-bulk.hgi-speech-to-text:after {
  content: "\55d4";
}
.hgi-bulk.hgi-speech-to-text:before {
  content: "\55d5";
}
.hgi-bulk.hgi-speed-train-01:after {
  content: "\55d6";
}
.hgi-bulk.hgi-speed-train-01:before {
  content: "\55d7";
}
.hgi-bulk.hgi-speed-train-02:after {
  content: "\55d8";
}
.hgi-bulk.hgi-speed-train-02:before {
  content: "\55d9";
}
.hgi-bulk.hgi-sperm:after {
  content: "\55da";
}
.hgi-bulk.hgi-sperm:before {
  content: "\55db";
}
.hgi-bulk.hgi-sphere:after {
  content: "\55dc";
}
.hgi-bulk.hgi-sphere:before {
  content: "\55dd";
}
.hgi-bulk.hgi-spirals:after {
  content: "\55de";
}
.hgi-bulk.hgi-spirals:before {
  content: "\55df";
}
.hgi-bulk.hgi-spoon-and-fork:after {
  content: "\55e0";
}
.hgi-bulk.hgi-spoon-and-fork:before {
  content: "\55e1";
}
.hgi-bulk.hgi-spoon-and-knife:after {
  content: "\55e2";
}
.hgi-bulk.hgi-spoon-and-knife:before {
  content: "\55e3";
}
.hgi-bulk.hgi-spoon:after {
  content: "\55e4";
}
.hgi-bulk.hgi-spoon:before {
  content: "\55e5";
}
.hgi-bulk.hgi-spotify:after {
  content: "\55e6";
}
.hgi-bulk.hgi-spotify:before {
  content: "\55e7";
}
.hgi-bulk.hgi-sql:after {
  content: "\55e8";
}
.hgi-bulk.hgi-sql:before {
  content: "\55e9";
}
.hgi-bulk.hgi-square-01:after {
  content: "\55ea";
}
.hgi-bulk.hgi-square-01:before {
  content: "\55eb";
}
.hgi-bulk.hgi-square-arrow-data-transfer-diagonal:after {
  content: "\55ec";
}
.hgi-bulk.hgi-square-arrow-data-transfer-diagonal:before {
  content: "\55ed";
}
.hgi-bulk.hgi-square-arrow-data-transfer-horizontal:after {
  content: "\55ee";
}
.hgi-bulk.hgi-square-arrow-data-transfer-horizontal:before {
  content: "\55ef";
}
.hgi-bulk.hgi-square-arrow-data-transfer-vertical:after {
  content: "\55f0";
}
.hgi-bulk.hgi-square-arrow-data-transfer-vertical:before {
  content: "\55f1";
}
.hgi-bulk.hgi-square-arrow-diagonal-01:after {
  content: "\55f2";
}
.hgi-bulk.hgi-square-arrow-diagonal-01:before {
  content: "\55f3";
}
.hgi-bulk.hgi-square-arrow-diagonal-02:after {
  content: "\55f4";
}
.hgi-bulk.hgi-square-arrow-diagonal-02:before {
  content: "\55f5";
}
.hgi-bulk.hgi-square-arrow-down-01:after {
  content: "\55f6";
}
.hgi-bulk.hgi-square-arrow-down-01:before {
  content: "\55f7";
}
.hgi-bulk.hgi-square-arrow-down-02:after {
  content: "\55f8";
}
.hgi-bulk.hgi-square-arrow-down-02:before {
  content: "\55f9";
}
.hgi-bulk.hgi-square-arrow-down-03:after {
  content: "\55fa";
}
.hgi-bulk.hgi-square-arrow-down-03:before {
  content: "\55fb";
}
.hgi-bulk.hgi-square-arrow-down-double:after {
  content: "\55fc";
}
.hgi-bulk.hgi-square-arrow-down-double:before {
  content: "\55fd";
}
.hgi-bulk.hgi-square-arrow-down-left:after {
  content: "\55fe";
}
.hgi-bulk.hgi-square-arrow-down-left:before {
  content: "\55ff";
}
.hgi-bulk.hgi-square-arrow-down-right:after {
  content: "\5600";
}
.hgi-bulk.hgi-square-arrow-down-right:before {
  content: "\5601";
}
.hgi-bulk.hgi-square-arrow-expand-01:after {
  content: "\5602";
}
.hgi-bulk.hgi-square-arrow-expand-01:before {
  content: "\5603";
}
.hgi-bulk.hgi-square-arrow-expand-02:after {
  content: "\5604";
}
.hgi-bulk.hgi-square-arrow-expand-02:before {
  content: "\5605";
}
.hgi-bulk.hgi-square-arrow-horizontal:after {
  content: "\5606";
}
.hgi-bulk.hgi-square-arrow-horizontal:before {
  content: "\5607";
}
.hgi-bulk.hgi-square-arrow-left-01:after {
  content: "\5608";
}
.hgi-bulk.hgi-square-arrow-left-01:before {
  content: "\5609";
}
.hgi-bulk.hgi-square-arrow-left-02:after {
  content: "\560a";
}
.hgi-bulk.hgi-square-arrow-left-02:before {
  content: "\560b";
}
.hgi-bulk.hgi-square-arrow-left-03:after {
  content: "\560c";
}
.hgi-bulk.hgi-square-arrow-left-03:before {
  content: "\560d";
}
.hgi-bulk.hgi-square-arrow-left-double:after {
  content: "\560e";
}
.hgi-bulk.hgi-square-arrow-left-double:before {
  content: "\560f";
}
.hgi-bulk.hgi-square-arrow-left-right:after {
  content: "\5610";
}
.hgi-bulk.hgi-square-arrow-left-right:before {
  content: "\5611";
}
.hgi-bulk.hgi-square-arrow-move-down-left:after {
  content: "\5612";
}
.hgi-bulk.hgi-square-arrow-move-down-left:before {
  content: "\5613";
}
.hgi-bulk.hgi-square-arrow-move-down-right:after {
  content: "\5614";
}
.hgi-bulk.hgi-square-arrow-move-down-right:before {
  content: "\5615";
}
.hgi-bulk.hgi-square-arrow-move-left-down:after {
  content: "\5616";
}
.hgi-bulk.hgi-square-arrow-move-left-down:before {
  content: "\5617";
}
.hgi-bulk.hgi-square-arrow-move-left-up:after {
  content: "\5618";
}
.hgi-bulk.hgi-square-arrow-move-left-up:before {
  content: "\5619";
}
.hgi-bulk.hgi-square-arrow-move-right-down:after {
  content: "\561a";
}
.hgi-bulk.hgi-square-arrow-move-right-down:before {
  content: "\561b";
}
.hgi-bulk.hgi-square-arrow-move-right-up:after {
  content: "\561c";
}
.hgi-bulk.hgi-square-arrow-move-right-up:before {
  content: "\561d";
}
.hgi-bulk.hgi-square-arrow-reload-01:after {
  content: "\561e";
}
.hgi-bulk.hgi-square-arrow-reload-01:before {
  content: "\561f";
}
.hgi-bulk.hgi-square-arrow-reload-02:after {
  content: "\5620";
}
.hgi-bulk.hgi-square-arrow-reload-02:before {
  content: "\5621";
}
.hgi-bulk.hgi-square-arrow-right-01:after {
  content: "\5622";
}
.hgi-bulk.hgi-square-arrow-right-01:before {
  content: "\5623";
}
.hgi-bulk.hgi-square-arrow-right-02:after {
  content: "\5624";
}
.hgi-bulk.hgi-square-arrow-right-02:before {
  content: "\5625";
}
.hgi-bulk.hgi-square-arrow-right-03:after {
  content: "\5626";
}
.hgi-bulk.hgi-square-arrow-right-03:before {
  content: "\5627";
}
.hgi-bulk.hgi-square-arrow-right-double:after {
  content: "\5628";
}
.hgi-bulk.hgi-square-arrow-right-double:before {
  content: "\5629";
}
.hgi-bulk.hgi-square-arrow-shrink-01:after {
  content: "\562a";
}
.hgi-bulk.hgi-square-arrow-shrink-01:before {
  content: "\562b";
}
.hgi-bulk.hgi-square-arrow-shrink-02:after {
  content: "\562c";
}
.hgi-bulk.hgi-square-arrow-shrink-02:before {
  content: "\562d";
}
.hgi-bulk.hgi-square-arrow-up-01:after {
  content: "\562e";
}
.hgi-bulk.hgi-square-arrow-up-01:before {
  content: "\562f";
}
.hgi-bulk.hgi-square-arrow-up-02:after {
  content: "\5630";
}
.hgi-bulk.hgi-square-arrow-up-02:before {
  content: "\5631";
}
.hgi-bulk.hgi-square-arrow-up-03:after {
  content: "\5632";
}
.hgi-bulk.hgi-square-arrow-up-03:before {
  content: "\5633";
}
.hgi-bulk.hgi-square-arrow-up-double:after {
  content: "\5634";
}
.hgi-bulk.hgi-square-arrow-up-double:before {
  content: "\5635";
}
.hgi-bulk.hgi-square-arrow-up-down:after {
  content: "\5636";
}
.hgi-bulk.hgi-square-arrow-up-down:before {
  content: "\5637";
}
.hgi-bulk.hgi-square-arrow-up-left:after {
  content: "\5638";
}
.hgi-bulk.hgi-square-arrow-up-left:before {
  content: "\5639";
}
.hgi-bulk.hgi-square-arrow-up-right:after {
  content: "\563a";
}
.hgi-bulk.hgi-square-arrow-up-right:before {
  content: "\563b";
}
.hgi-bulk.hgi-square-arrow-vertical:after {
  content: "\563c";
}
.hgi-bulk.hgi-square-arrow-vertical:before {
  content: "\563d";
}
.hgi-bulk.hgi-square-circle:after {
  content: "\563e";
}
.hgi-bulk.hgi-square-circle:before {
  content: "\563f";
}
.hgi-bulk.hgi-square-lock-01:after {
  content: "\5640";
}
.hgi-bulk.hgi-square-lock-01:before {
  content: "\5641";
}
.hgi-bulk.hgi-square-lock-02:after {
  content: "\5642";
}
.hgi-bulk.hgi-square-lock-02:before {
  content: "\5643";
}
.hgi-bulk.hgi-square-lock-add-01:after {
  content: "\5644";
}
.hgi-bulk.hgi-square-lock-add-01:before {
  content: "\5645";
}
.hgi-bulk.hgi-square-lock-add-02:after {
  content: "\5646";
}
.hgi-bulk.hgi-square-lock-add-02:before {
  content: "\5647";
}
.hgi-bulk.hgi-square-lock-check-01:after {
  content: "\5648";
}
.hgi-bulk.hgi-square-lock-check-01:before {
  content: "\5649";
}
.hgi-bulk.hgi-square-lock-check-02:after {
  content: "\564a";
}
.hgi-bulk.hgi-square-lock-check-02:before {
  content: "\564b";
}
.hgi-bulk.hgi-square-lock-minus-01:after {
  content: "\564c";
}
.hgi-bulk.hgi-square-lock-minus-01:before {
  content: "\564d";
}
.hgi-bulk.hgi-square-lock-minus-02:after {
  content: "\564e";
}
.hgi-bulk.hgi-square-lock-minus-02:before {
  content: "\564f";
}
.hgi-bulk.hgi-square-lock-password:after {
  content: "\5650";
}
.hgi-bulk.hgi-square-lock-password:before {
  content: "\5651";
}
.hgi-bulk.hgi-square-lock-remove-01:after {
  content: "\5652";
}
.hgi-bulk.hgi-square-lock-remove-01:before {
  content: "\5653";
}
.hgi-bulk.hgi-square-lock-remove-02:after {
  content: "\5654";
}
.hgi-bulk.hgi-square-lock-remove-02:before {
  content: "\5655";
}
.hgi-bulk.hgi-square-root-square:after {
  content: "\5656";
}
.hgi-bulk.hgi-square-root-square:before {
  content: "\5657";
}
.hgi-bulk.hgi-square:after {
  content: "\5658";
}
.hgi-bulk.hgi-square-square:after {
  content: "\5659";
}
.hgi-bulk.hgi-square-square:before {
  content: "\565a";
}
.hgi-bulk.hgi-square-unlock-01:after {
  content: "\565b";
}
.hgi-bulk.hgi-square-unlock-01:before {
  content: "\565c";
}
.hgi-bulk.hgi-square-unlock-02:after {
  content: "\565d";
}
.hgi-bulk.hgi-square-unlock-02:before {
  content: "\565e";
}
.hgi-bulk.hgi-square:before {
  content: "\565f";
}
.hgi-bulk.hgi-stack-star:after {
  content: "\5660";
}
.hgi-bulk.hgi-stack-star:before {
  content: "\5661";
}
.hgi-bulk.hgi-stake:after {
  content: "\5662";
}
.hgi-bulk.hgi-stake:before {
  content: "\5663";
}
.hgi-bulk.hgi-stamp-01:after {
  content: "\5664";
}
.hgi-bulk.hgi-stamp-01:before {
  content: "\5665";
}
.hgi-bulk.hgi-stamp-02:after {
  content: "\5666";
}
.hgi-bulk.hgi-stamp-02:before {
  content: "\5667";
}
.hgi-bulk.hgi-stamp:after {
  content: "\5668";
}
.hgi-bulk.hgi-stamp:before {
  content: "\5669";
}
.hgi-bulk.hgi-star-award-01:after {
  content: "\566a";
}
.hgi-bulk.hgi-star-award-01:before {
  content: "\566b";
}
.hgi-bulk.hgi-star-award-02:after {
  content: "\566c";
}
.hgi-bulk.hgi-star-award-02:before {
  content: "\566d";
}
.hgi-bulk.hgi-star-circle:after {
  content: "\566e";
}
.hgi-bulk.hgi-star-circle:before {
  content: "\566f";
}
.hgi-bulk.hgi-star-face:after {
  content: "\5670";
}
.hgi-bulk.hgi-star-face:before {
  content: "\5671";
}
.hgi-bulk.hgi-star-half:after {
  content: "\5672";
}
.hgi-bulk.hgi-star-half:before {
  content: "\5673";
}
.hgi-bulk.hgi-star-off:after {
  content: "\5674";
}
.hgi-bulk.hgi-star-off:before {
  content: "\5675";
}
.hgi-bulk.hgi-star:after {
  content: "\5676";
}
.hgi-bulk.hgi-star-square:after {
  content: "\5677";
}
.hgi-bulk.hgi-star-square:before {
  content: "\5678";
}
.hgi-bulk.hgi-star:before {
  content: "\5679";
}
.hgi-bulk.hgi-stars:after {
  content: "\567a";
}
.hgi-bulk.hgi-stars:before {
  content: "\567b";
}
.hgi-bulk.hgi-start-up-01:after {
  content: "\567c";
}
.hgi-bulk.hgi-start-up-01:before {
  content: "\567d";
}
.hgi-bulk.hgi-start-up-02:after {
  content: "\567e";
}
.hgi-bulk.hgi-start-up-02:before {
  content: "\567f";
}
.hgi-bulk.hgi-stationery:after {
  content: "\5680";
}
.hgi-bulk.hgi-stationery:before {
  content: "\5681";
}
.hgi-bulk.hgi-status:after {
  content: "\5682";
}
.hgi-bulk.hgi-status:before {
  content: "\5683";
}
.hgi-bulk.hgi-steak:after {
  content: "\5684";
}
.hgi-bulk.hgi-steak:before {
  content: "\5685";
}
.hgi-bulk.hgi-steering:after {
  content: "\5686";
}
.hgi-bulk.hgi-steering:before {
  content: "\5687";
}
.hgi-bulk.hgi-step-into:after {
  content: "\5688";
}
.hgi-bulk.hgi-step-into:before {
  content: "\5689";
}
.hgi-bulk.hgi-step-out:after {
  content: "\568a";
}
.hgi-bulk.hgi-step-out:before {
  content: "\568b";
}
.hgi-bulk.hgi-step-over:after {
  content: "\568c";
}
.hgi-bulk.hgi-step-over:before {
  content: "\568d";
}
.hgi-bulk.hgi-stethoscope-02:after {
  content: "\568e";
}
.hgi-bulk.hgi-stethoscope-02:before {
  content: "\568f";
}
.hgi-bulk.hgi-stethoscope:after {
  content: "\5690";
}
.hgi-bulk.hgi-stethoscope:before {
  content: "\5691";
}
.hgi-bulk.hgi-sticky-note-01:after {
  content: "\5692";
}
.hgi-bulk.hgi-sticky-note-01:before {
  content: "\5693";
}
.hgi-bulk.hgi-sticky-note-02:after {
  content: "\5694";
}
.hgi-bulk.hgi-sticky-note-02:before {
  content: "\5695";
}
.hgi-bulk.hgi-sticky-note-03:after {
  content: "\5696";
}
.hgi-bulk.hgi-sticky-note-03:before {
  content: "\5697";
}
.hgi-bulk.hgi-stop-circle:after {
  content: "\5698";
}
.hgi-bulk.hgi-stop-circle:before {
  content: "\5699";
}
.hgi-bulk.hgi-stop-loss-order:after {
  content: "\569a";
}
.hgi-bulk.hgi-stop-loss-order:before {
  content: "\569b";
}
.hgi-bulk.hgi-stop:after {
  content: "\569c";
}
.hgi-bulk.hgi-stop-watch:after {
  content: "\569d";
}
.hgi-bulk.hgi-stop-watch:before {
  content: "\569e";
}
.hgi-bulk.hgi-stop:before {
  content: "\569f";
}
.hgi-bulk.hgi-store-01:after {
  content: "\56a0";
}
.hgi-bulk.hgi-store-01:before {
  content: "\56a1";
}
.hgi-bulk.hgi-store-02:after {
  content: "\56a2";
}
.hgi-bulk.hgi-store-02:before {
  content: "\56a3";
}
.hgi-bulk.hgi-store-03:after {
  content: "\56a4";
}
.hgi-bulk.hgi-store-03:before {
  content: "\56a5";
}
.hgi-bulk.hgi-store-04:after {
  content: "\56a6";
}
.hgi-bulk.hgi-store-04:before {
  content: "\56a7";
}
.hgi-bulk.hgi-store-add-01:after {
  content: "\56a8";
}
.hgi-bulk.hgi-store-add-01:before {
  content: "\56a9";
}
.hgi-bulk.hgi-store-add-02:after {
  content: "\56aa";
}
.hgi-bulk.hgi-store-add-02:before {
  content: "\56ab";
}
.hgi-bulk.hgi-store-location-01:after {
  content: "\56ac";
}
.hgi-bulk.hgi-store-location-01:before {
  content: "\56ad";
}
.hgi-bulk.hgi-store-location-02:after {
  content: "\56ae";
}
.hgi-bulk.hgi-store-location-02:before {
  content: "\56af";
}
.hgi-bulk.hgi-store-management-01:after {
  content: "\56b0";
}
.hgi-bulk.hgi-store-management-01:before {
  content: "\56b1";
}
.hgi-bulk.hgi-store-management-02:after {
  content: "\56b2";
}
.hgi-bulk.hgi-store-management-02:before {
  content: "\56b3";
}
.hgi-bulk.hgi-store-remove-01:after {
  content: "\56b4";
}
.hgi-bulk.hgi-store-remove-01:before {
  content: "\56b5";
}
.hgi-bulk.hgi-store-remove-02:after {
  content: "\56b6";
}
.hgi-bulk.hgi-store-remove-02:before {
  content: "\56b7";
}
.hgi-bulk.hgi-store-verified-01:after {
  content: "\56b8";
}
.hgi-bulk.hgi-store-verified-01:before {
  content: "\56b9";
}
.hgi-bulk.hgi-store-verified-02:after {
  content: "\56ba";
}
.hgi-bulk.hgi-store-verified-02:before {
  content: "\56bb";
}
.hgi-bulk.hgi-straight-edge:after {
  content: "\56bc";
}
.hgi-bulk.hgi-straight-edge:before {
  content: "\56bd";
}
.hgi-bulk.hgi-strategy:after {
  content: "\56be";
}
.hgi-bulk.hgi-strategy:before {
  content: "\56bf";
}
.hgi-bulk.hgi-streering-wheel:after {
  content: "\56c0";
}
.hgi-bulk.hgi-streering-wheel:before {
  content: "\56c1";
}
.hgi-bulk.hgi-street-food:after {
  content: "\56c2";
}
.hgi-bulk.hgi-street-food:before {
  content: "\56c3";
}
.hgi-bulk.hgi-stripe:after {
  content: "\56c4";
}
.hgi-bulk.hgi-stripe:before {
  content: "\56c5";
}
.hgi-bulk.hgi-stroke-bottom:after {
  content: "\56c6";
}
.hgi-bulk.hgi-stroke-bottom:before {
  content: "\56c7";
}
.hgi-bulk.hgi-stroke-center:after {
  content: "\56c8";
}
.hgi-bulk.hgi-stroke-center:before {
  content: "\56c9";
}
.hgi-bulk.hgi-stroke-inside:after {
  content: "\56ca";
}
.hgi-bulk.hgi-stroke-inside:before {
  content: "\56cb";
}
.hgi-bulk.hgi-stroke-left:after {
  content: "\56cc";
}
.hgi-bulk.hgi-stroke-left:before {
  content: "\56cd";
}
.hgi-bulk.hgi-stroke-outside:after {
  content: "\56ce";
}
.hgi-bulk.hgi-stroke-outside:before {
  content: "\56cf";
}
.hgi-bulk.hgi-stroke-right:after {
  content: "\56d0";
}
.hgi-bulk.hgi-stroke-right:before {
  content: "\56d1";
}
.hgi-bulk.hgi-stroke-top:after {
  content: "\56d2";
}
.hgi-bulk.hgi-stroke-top:before {
  content: "\56d3";
}
.hgi-bulk.hgi-structure-01:after {
  content: "\56d4";
}
.hgi-bulk.hgi-structure-01:before {
  content: "\56d5";
}
.hgi-bulk.hgi-structure-02:after {
  content: "\56d6";
}
.hgi-bulk.hgi-structure-02:before {
  content: "\56d7";
}
.hgi-bulk.hgi-structure-03:after {
  content: "\56d8";
}
.hgi-bulk.hgi-structure-03:before {
  content: "\56d9";
}
.hgi-bulk.hgi-structure-04:after {
  content: "\56da";
}
.hgi-bulk.hgi-structure-04:before {
  content: "\56db";
}
.hgi-bulk.hgi-structure-05:after {
  content: "\56dc";
}
.hgi-bulk.hgi-structure-05:before {
  content: "\56dd";
}
.hgi-bulk.hgi-structure-add:after {
  content: "\56de";
}
.hgi-bulk.hgi-structure-add:before {
  content: "\56df";
}
.hgi-bulk.hgi-structure-check:after {
  content: "\56e0";
}
.hgi-bulk.hgi-structure-check:before {
  content: "\56e1";
}
.hgi-bulk.hgi-structure-fail:after {
  content: "\56e2";
}
.hgi-bulk.hgi-structure-fail:before {
  content: "\56e3";
}
.hgi-bulk.hgi-structure-folder-circle:after {
  content: "\56e4";
}
.hgi-bulk.hgi-structure-folder-circle:before {
  content: "\56e5";
}
.hgi-bulk.hgi-structure-folder:after {
  content: "\56e6";
}
.hgi-bulk.hgi-structure-folder:before {
  content: "\56e7";
}
.hgi-bulk.hgi-student-card:after {
  content: "\56e8";
}
.hgi-bulk.hgi-student-card:before {
  content: "\56e9";
}
.hgi-bulk.hgi-student:after {
  content: "\56ea";
}
.hgi-bulk.hgi-student:before {
  content: "\56eb";
}
.hgi-bulk.hgi-students:after {
  content: "\56ec";
}
.hgi-bulk.hgi-students:before {
  content: "\56ed";
}
.hgi-bulk.hgi-study-desk:after {
  content: "\56ee";
}
.hgi-bulk.hgi-study-desk:before {
  content: "\56ef";
}
.hgi-bulk.hgi-study-lamp:after {
  content: "\56f0";
}
.hgi-bulk.hgi-study-lamp:before {
  content: "\56f1";
}
.hgi-bulk.hgi-stumbleupon:after {
  content: "\56f2";
}
.hgi-bulk.hgi-stumbleupon:before {
  content: "\56f3";
}
.hgi-bulk.hgi-submarine:after {
  content: "\56f4";
}
.hgi-bulk.hgi-submarine:before {
  content: "\56f5";
}
.hgi-bulk.hgi-submerge:after {
  content: "\56f6";
}
.hgi-bulk.hgi-submerge:before {
  content: "\56f7";
}
.hgi-bulk.hgi-subnode-add:after {
  content: "\56f8";
}
.hgi-bulk.hgi-subnode-add:before {
  content: "\56f9";
}
.hgi-bulk.hgi-subnode-delete:after {
  content: "\56fa";
}
.hgi-bulk.hgi-subnode-delete:before {
  content: "\56fb";
}
.hgi-bulk.hgi-subpoena:after {
  content: "\56fc";
}
.hgi-bulk.hgi-subpoena:before {
  content: "\56fd";
}
.hgi-bulk.hgi-subtitle:after {
  content: "\56fe";
}
.hgi-bulk.hgi-subtitle:before {
  content: "\56ff";
}
.hgi-bulk.hgi-suit-01:after {
  content: "\5700";
}
.hgi-bulk.hgi-suit-01:before {
  content: "\5701";
}
.hgi-bulk.hgi-suit-02:after {
  content: "\5702";
}
.hgi-bulk.hgi-suit-02:before {
  content: "\5703";
}
.hgi-bulk.hgi-sujood:after {
  content: "\5704";
}
.hgi-bulk.hgi-sujood:before {
  content: "\5705";
}
.hgi-bulk.hgi-summation-01:after {
  content: "\5706";
}
.hgi-bulk.hgi-summation-01:before {
  content: "\5707";
}
.hgi-bulk.hgi-summation-02:after {
  content: "\5708";
}
.hgi-bulk.hgi-summation-02:before {
  content: "\5709";
}
.hgi-bulk.hgi-summation-circle:after {
  content: "\570a";
}
.hgi-bulk.hgi-summation-circle:before {
  content: "\570b";
}
.hgi-bulk.hgi-summation-square:after {
  content: "\570c";
}
.hgi-bulk.hgi-summation-square:before {
  content: "\570d";
}
.hgi-bulk.hgi-sun-01:after {
  content: "\570e";
}
.hgi-bulk.hgi-sun-01:before {
  content: "\570f";
}
.hgi-bulk.hgi-sun-02:after {
  content: "\5710";
}
.hgi-bulk.hgi-sun-02:before {
  content: "\5711";
}
.hgi-bulk.hgi-sun-03:after {
  content: "\5712";
}
.hgi-bulk.hgi-sun-03:before {
  content: "\5713";
}
.hgi-bulk.hgi-sun-cloud-01:after {
  content: "\5714";
}
.hgi-bulk.hgi-sun-cloud-01:before {
  content: "\5715";
}
.hgi-bulk.hgi-sun-cloud-02:after {
  content: "\5716";
}
.hgi-bulk.hgi-sun-cloud-02:before {
  content: "\5717";
}
.hgi-bulk.hgi-sun-cloud-angled-rain-01:after {
  content: "\5718";
}
.hgi-bulk.hgi-sun-cloud-angled-rain-01:before {
  content: "\5719";
}
.hgi-bulk.hgi-sun-cloud-angled-rain-02:after {
  content: "\571a";
}
.hgi-bulk.hgi-sun-cloud-angled-rain-02:before {
  content: "\571b";
}
.hgi-bulk.hgi-sun-cloud-angled-rain-zap-01:after {
  content: "\571c";
}
.hgi-bulk.hgi-sun-cloud-angled-rain-zap-01:before {
  content: "\571d";
}
.hgi-bulk.hgi-sun-cloud-angled-rain-zap-02:after {
  content: "\571e";
}
.hgi-bulk.hgi-sun-cloud-angled-rain-zap-02:before {
  content: "\571f";
}
.hgi-bulk.hgi-sun-cloud-angled-zap-01:after {
  content: "\5720";
}
.hgi-bulk.hgi-sun-cloud-angled-zap-01:before {
  content: "\5721";
}
.hgi-bulk.hgi-sun-cloud-angled-zap-02:after {
  content: "\5722";
}
.hgi-bulk.hgi-sun-cloud-angled-zap-02:before {
  content: "\5723";
}
.hgi-bulk.hgi-sun-cloud-big-rain-01:after {
  content: "\5724";
}
.hgi-bulk.hgi-sun-cloud-big-rain-01:before {
  content: "\5725";
}
.hgi-bulk.hgi-sun-cloud-big-rain-02:after {
  content: "\5726";
}
.hgi-bulk.hgi-sun-cloud-big-rain-02:before {
  content: "\5727";
}
.hgi-bulk.hgi-sun-cloud-fast-wind-01:after {
  content: "\5728";
}
.hgi-bulk.hgi-sun-cloud-fast-wind-01:before {
  content: "\5729";
}
.hgi-bulk.hgi-sun-cloud-fast-wind-02:after {
  content: "\572a";
}
.hgi-bulk.hgi-sun-cloud-fast-wind-02:before {
  content: "\572b";
}
.hgi-bulk.hgi-sun-cloud-hailstone-01:after {
  content: "\572c";
}
.hgi-bulk.hgi-sun-cloud-hailstone-01:before {
  content: "\572d";
}
.hgi-bulk.hgi-sun-cloud-hailstone-02:after {
  content: "\572e";
}
.hgi-bulk.hgi-sun-cloud-hailstone-02:before {
  content: "\572f";
}
.hgi-bulk.hgi-sun-cloud-little-rain-01:after {
  content: "\5730";
}
.hgi-bulk.hgi-sun-cloud-little-rain-01:before {
  content: "\5731";
}
.hgi-bulk.hgi-sun-cloud-little-rain-02:after {
  content: "\5732";
}
.hgi-bulk.hgi-sun-cloud-little-rain-02:before {
  content: "\5733";
}
.hgi-bulk.hgi-sun-cloud-little-snow-01:after {
  content: "\5734";
}
.hgi-bulk.hgi-sun-cloud-little-snow-01:before {
  content: "\5735";
}
.hgi-bulk.hgi-sun-cloud-little-snow-02:after {
  content: "\5736";
}
.hgi-bulk.hgi-sun-cloud-little-snow-02:before {
  content: "\5737";
}
.hgi-bulk.hgi-sun-cloud-mid-rain-01:after {
  content: "\5738";
}
.hgi-bulk.hgi-sun-cloud-mid-rain-01:before {
  content: "\5739";
}
.hgi-bulk.hgi-sun-cloud-mid-rain-02:after {
  content: "\573a";
}
.hgi-bulk.hgi-sun-cloud-mid-rain-02:before {
  content: "\573b";
}
.hgi-bulk.hgi-sun-cloud-mid-snow-01:after {
  content: "\573c";
}
.hgi-bulk.hgi-sun-cloud-mid-snow-01:before {
  content: "\573d";
}
.hgi-bulk.hgi-sun-cloud-mid-snow-02:after {
  content: "\573e";
}
.hgi-bulk.hgi-sun-cloud-mid-snow-02:before {
  content: "\573f";
}
.hgi-bulk.hgi-sun-cloud-slow-wind-01:after {
  content: "\5740";
}
.hgi-bulk.hgi-sun-cloud-slow-wind-01:before {
  content: "\5741";
}
.hgi-bulk.hgi-sun-cloud-slow-wind-02:after {
  content: "\5742";
}
.hgi-bulk.hgi-sun-cloud-slow-wind-02:before {
  content: "\5743";
}
.hgi-bulk.hgi-sun-cloud-snow-01:after {
  content: "\5744";
}
.hgi-bulk.hgi-sun-cloud-snow-01:before {
  content: "\5745";
}
.hgi-bulk.hgi-sun-cloud-snow-02:after {
  content: "\5746";
}
.hgi-bulk.hgi-sun-cloud-snow-02:before {
  content: "\5747";
}
.hgi-bulk.hgi-sunglasses:after {
  content: "\5748";
}
.hgi-bulk.hgi-sunglasses:before {
  content: "\5749";
}
.hgi-bulk.hgi-sunrise:after {
  content: "\574a";
}
.hgi-bulk.hgi-sunrise:before {
  content: "\574b";
}
.hgi-bulk.hgi-sunset:after {
  content: "\574c";
}
.hgi-bulk.hgi-sunset:before {
  content: "\574d";
}
.hgi-bulk.hgi-super-mario:after {
  content: "\574e";
}
.hgi-bulk.hgi-super-mario-toad:after {
  content: "\574f";
}
.hgi-bulk.hgi-super-mario-toad:before {
  content: "\5750";
}
.hgi-bulk.hgi-super-mario:before {
  content: "\5751";
}
.hgi-bulk.hgi-surfboard:after {
  content: "\5752";
}
.hgi-bulk.hgi-surfboard:before {
  content: "\5753";
}
.hgi-bulk.hgi-surprise:after {
  content: "\5754";
}
.hgi-bulk.hgi-surprise:before {
  content: "\5755";
}
.hgi-bulk.hgi-sushi-01:after {
  content: "\5756";
}
.hgi-bulk.hgi-sushi-01:before {
  content: "\5757";
}
.hgi-bulk.hgi-sushi-02:after {
  content: "\5758";
}
.hgi-bulk.hgi-sushi-02:before {
  content: "\5759";
}
.hgi-bulk.hgi-sushi-03:after {
  content: "\575a";
}
.hgi-bulk.hgi-sushi-03:before {
  content: "\575b";
}
.hgi-bulk.hgi-suspicious:after {
  content: "\575c";
}
.hgi-bulk.hgi-suspicious:before {
  content: "\575d";
}
.hgi-bulk.hgi-sustainable-energy:after {
  content: "\575e";
}
.hgi-bulk.hgi-sustainable-energy:before {
  content: "\575f";
}
.hgi-bulk.hgi-svg-01:after {
  content: "\5760";
}
.hgi-bulk.hgi-svg-01:before {
  content: "\5761";
}
.hgi-bulk.hgi-svg-02:after {
  content: "\5762";
}
.hgi-bulk.hgi-svg-02:before {
  content: "\5763";
}
.hgi-bulk.hgi-swarm:after {
  content: "\5764";
}
.hgi-bulk.hgi-swarm:before {
  content: "\5765";
}
.hgi-bulk.hgi-swatch:after {
  content: "\5766";
}
.hgi-bulk.hgi-swatch:before {
  content: "\5767";
}
.hgi-bulk.hgi-swimming-cap:after {
  content: "\5768";
}
.hgi-bulk.hgi-swimming-cap:before {
  content: "\5769";
}
.hgi-bulk.hgi-swimming:after {
  content: "\576a";
}
.hgi-bulk.hgi-swimming:before {
  content: "\576b";
}
.hgi-bulk.hgi-swipe-down-01:after {
  content: "\576c";
}
.hgi-bulk.hgi-swipe-down-01:before {
  content: "\576d";
}
.hgi-bulk.hgi-swipe-down-02:after {
  content: "\576e";
}
.hgi-bulk.hgi-swipe-down-02:before {
  content: "\576f";
}
.hgi-bulk.hgi-swipe-down-03:after {
  content: "\5770";
}
.hgi-bulk.hgi-swipe-down-03:before {
  content: "\5771";
}
.hgi-bulk.hgi-swipe-down-04:after {
  content: "\5772";
}
.hgi-bulk.hgi-swipe-down-04:before {
  content: "\5773";
}
.hgi-bulk.hgi-swipe-down-05:after {
  content: "\5774";
}
.hgi-bulk.hgi-swipe-down-05:before {
  content: "\5775";
}
.hgi-bulk.hgi-swipe-down-06:after {
  content: "\5776";
}
.hgi-bulk.hgi-swipe-down-06:before {
  content: "\5777";
}
.hgi-bulk.hgi-swipe-down-07:after {
  content: "\5778";
}
.hgi-bulk.hgi-swipe-down-07:before {
  content: "\5779";
}
.hgi-bulk.hgi-swipe-down-08:after {
  content: "\577a";
}
.hgi-bulk.hgi-swipe-down-08:before {
  content: "\577b";
}
.hgi-bulk.hgi-swipe-left-01:after {
  content: "\577c";
}
.hgi-bulk.hgi-swipe-left-01:before {
  content: "\577d";
}
.hgi-bulk.hgi-swipe-left-02:after {
  content: "\577e";
}
.hgi-bulk.hgi-swipe-left-02:before {
  content: "\577f";
}
.hgi-bulk.hgi-swipe-left-03:after {
  content: "\5780";
}
.hgi-bulk.hgi-swipe-left-03:before {
  content: "\5781";
}
.hgi-bulk.hgi-swipe-left-04:after {
  content: "\5782";
}
.hgi-bulk.hgi-swipe-left-04:before {
  content: "\5783";
}
.hgi-bulk.hgi-swipe-left-05:after {
  content: "\5784";
}
.hgi-bulk.hgi-swipe-left-05:before {
  content: "\5785";
}
.hgi-bulk.hgi-swipe-left-06:after {
  content: "\5786";
}
.hgi-bulk.hgi-swipe-left-06:before {
  content: "\5787";
}
.hgi-bulk.hgi-swipe-left-07:after {
  content: "\5788";
}
.hgi-bulk.hgi-swipe-left-07:before {
  content: "\5789";
}
.hgi-bulk.hgi-swipe-left-08:after {
  content: "\578a";
}
.hgi-bulk.hgi-swipe-left-08:before {
  content: "\578b";
}
.hgi-bulk.hgi-swipe-left-09:after {
  content: "\578c";
}
.hgi-bulk.hgi-swipe-left-09:before {
  content: "\578d";
}
.hgi-bulk.hgi-swipe-right-01:after {
  content: "\578e";
}
.hgi-bulk.hgi-swipe-right-01:before {
  content: "\578f";
}
.hgi-bulk.hgi-swipe-right-02:after {
  content: "\5790";
}
.hgi-bulk.hgi-swipe-right-02:before {
  content: "\5791";
}
.hgi-bulk.hgi-swipe-right-03:after {
  content: "\5792";
}
.hgi-bulk.hgi-swipe-right-03:before {
  content: "\5793";
}
.hgi-bulk.hgi-swipe-right-04:after {
  content: "\5794";
}
.hgi-bulk.hgi-swipe-right-04:before {
  content: "\5795";
}
.hgi-bulk.hgi-swipe-right-05:after {
  content: "\5796";
}
.hgi-bulk.hgi-swipe-right-05:before {
  content: "\5797";
}
.hgi-bulk.hgi-swipe-right-06:after {
  content: "\5798";
}
.hgi-bulk.hgi-swipe-right-06:before {
  content: "\5799";
}
.hgi-bulk.hgi-swipe-right-07:after {
  content: "\579a";
}
.hgi-bulk.hgi-swipe-right-07:before {
  content: "\579b";
}
.hgi-bulk.hgi-swipe-right-08:after {
  content: "\579c";
}
.hgi-bulk.hgi-swipe-right-08:before {
  content: "\579d";
}
.hgi-bulk.hgi-swipe-right-09:after {
  content: "\579e";
}
.hgi-bulk.hgi-swipe-right-09:before {
  content: "\579f";
}
.hgi-bulk.hgi-swipe-up-01:after {
  content: "\57a0";
}
.hgi-bulk.hgi-swipe-up-01:before {
  content: "\57a1";
}
.hgi-bulk.hgi-swipe-up-02:after {
  content: "\57a2";
}
.hgi-bulk.hgi-swipe-up-02:before {
  content: "\57a3";
}
.hgi-bulk.hgi-swipe-up-03:after {
  content: "\57a4";
}
.hgi-bulk.hgi-swipe-up-03:before {
  content: "\57a5";
}
.hgi-bulk.hgi-swipe-up-04:after {
  content: "\57a6";
}
.hgi-bulk.hgi-swipe-up-04:before {
  content: "\57a7";
}
.hgi-bulk.hgi-swipe-up-05:after {
  content: "\57a8";
}
.hgi-bulk.hgi-swipe-up-05:before {
  content: "\57a9";
}
.hgi-bulk.hgi-swipe-up-06:after {
  content: "\57aa";
}
.hgi-bulk.hgi-swipe-up-06:before {
  content: "\57ab";
}
.hgi-bulk.hgi-swipe-up-07:after {
  content: "\57ac";
}
.hgi-bulk.hgi-swipe-up-07:before {
  content: "\57ad";
}
.hgi-bulk.hgi-swipe-up-08:after {
  content: "\57ae";
}
.hgi-bulk.hgi-swipe-up-08:before {
  content: "\57af";
}
.hgi-bulk.hgi-sword-01:after {
  content: "\57b0";
}
.hgi-bulk.hgi-sword-01:before {
  content: "\57b1";
}
.hgi-bulk.hgi-sword-02:after {
  content: "\57b2";
}
.hgi-bulk.hgi-sword-02:before {
  content: "\57b3";
}
.hgi-bulk.hgi-sword-03:after {
  content: "\57b4";
}
.hgi-bulk.hgi-sword-03:before {
  content: "\57b5";
}
.hgi-bulk.hgi-system-update-01:after {
  content: "\57b6";
}
.hgi-bulk.hgi-system-update-01:before {
  content: "\57b7";
}
.hgi-bulk.hgi-system-update-02:after {
  content: "\57b8";
}
.hgi-bulk.hgi-system-update-02:before {
  content: "\57b9";
}
.hgi-bulk.hgi-t-shirt:after {
  content: "\57ba";
}
.hgi-bulk.hgi-t-shirt:before {
  content: "\57bb";
}
.hgi-bulk.hgi-table-01:after {
  content: "\57bc";
}
.hgi-bulk.hgi-table-01:before {
  content: "\57bd";
}
.hgi-bulk.hgi-table-02:after {
  content: "\57be";
}
.hgi-bulk.hgi-table-02:before {
  content: "\57bf";
}
.hgi-bulk.hgi-table-03:after {
  content: "\57c0";
}
.hgi-bulk.hgi-table-03:before {
  content: "\57c1";
}
.hgi-bulk.hgi-table-lamp-01:after {
  content: "\57c2";
}
.hgi-bulk.hgi-table-lamp-01:before {
  content: "\57c3";
}
.hgi-bulk.hgi-table-lamp-02:after {
  content: "\57c4";
}
.hgi-bulk.hgi-table-lamp-02:before {
  content: "\57c5";
}
.hgi-bulk.hgi-table-round:after {
  content: "\57c6";
}
.hgi-bulk.hgi-table-round:before {
  content: "\57c7";
}
.hgi-bulk.hgi-table:after {
  content: "\57c8";
}
.hgi-bulk.hgi-table-tennis-bat:after {
  content: "\57c9";
}
.hgi-bulk.hgi-table-tennis-bat:before {
  content: "\57ca";
}
.hgi-bulk.hgi-table:before {
  content: "\57cb";
}
.hgi-bulk.hgi-tablet-01:after {
  content: "\57cc";
}
.hgi-bulk.hgi-tablet-01:before {
  content: "\57cd";
}
.hgi-bulk.hgi-tablet-02:after {
  content: "\57ce";
}
.hgi-bulk.hgi-tablet-02:before {
  content: "\57cf";
}
.hgi-bulk.hgi-tablet-connected-bluetooth:after {
  content: "\57d0";
}
.hgi-bulk.hgi-tablet-connected-bluetooth:before {
  content: "\57d1";
}
.hgi-bulk.hgi-tablet-connected-usb:after {
  content: "\57d2";
}
.hgi-bulk.hgi-tablet-connected-usb:before {
  content: "\57d3";
}
.hgi-bulk.hgi-tablet-connected-wifi:after {
  content: "\57d4";
}
.hgi-bulk.hgi-tablet-connected-wifi:before {
  content: "\57d5";
}
.hgi-bulk.hgi-tablet-pen:after {
  content: "\57d6";
}
.hgi-bulk.hgi-tablet-pen:before {
  content: "\57d7";
}
.hgi-bulk.hgi-taco-01:after {
  content: "\57d8";
}
.hgi-bulk.hgi-taco-01:before {
  content: "\57d9";
}
.hgi-bulk.hgi-taco-02:after {
  content: "\57da";
}
.hgi-bulk.hgi-taco-02:before {
  content: "\57db";
}
.hgi-bulk.hgi-tag-01:after {
  content: "\57dc";
}
.hgi-bulk.hgi-tag-01:before {
  content: "\57dd";
}
.hgi-bulk.hgi-tag-02:after {
  content: "\57de";
}
.hgi-bulk.hgi-tag-02:before {
  content: "\57df";
}
.hgi-bulk.hgi-tags:after {
  content: "\57e0";
}
.hgi-bulk.hgi-tags:before {
  content: "\57e1";
}
.hgi-bulk.hgi-taj-mahal:after {
  content: "\57e2";
}
.hgi-bulk.hgi-taj-mahal:before {
  content: "\57e3";
}
.hgi-bulk.hgi-tan:after {
  content: "\57e4";
}
.hgi-bulk.hgi-tan:before {
  content: "\57e5";
}
.hgi-bulk.hgi-tank-top:after {
  content: "\57e6";
}
.hgi-bulk.hgi-tank-top:before {
  content: "\57e7";
}
.hgi-bulk.hgi-tap-01:after {
  content: "\57e8";
}
.hgi-bulk.hgi-tap-01:before {
  content: "\57e9";
}
.hgi-bulk.hgi-tap-02:after {
  content: "\57ea";
}
.hgi-bulk.hgi-tap-02:before {
  content: "\57eb";
}
.hgi-bulk.hgi-tap-03:after {
  content: "\57ec";
}
.hgi-bulk.hgi-tap-03:before {
  content: "\57ed";
}
.hgi-bulk.hgi-tap-04:after {
  content: "\57ee";
}
.hgi-bulk.hgi-tap-04:before {
  content: "\57ef";
}
.hgi-bulk.hgi-tap-05:after {
  content: "\57f0";
}
.hgi-bulk.hgi-tap-05:before {
  content: "\57f1";
}
.hgi-bulk.hgi-tap-06:after {
  content: "\57f2";
}
.hgi-bulk.hgi-tap-06:before {
  content: "\57f3";
}
.hgi-bulk.hgi-tap-07:after {
  content: "\57f4";
}
.hgi-bulk.hgi-tap-07:before {
  content: "\57f5";
}
.hgi-bulk.hgi-tap-08:after {
  content: "\57f6";
}
.hgi-bulk.hgi-tap-08:before {
  content: "\57f7";
}
.hgi-bulk.hgi-tape-measure:after {
  content: "\57f8";
}
.hgi-bulk.hgi-tape-measure:before {
  content: "\57f9";
}
.hgi-bulk.hgi-target-01:after {
  content: "\57fa";
}
.hgi-bulk.hgi-target-01:before {
  content: "\57fb";
}
.hgi-bulk.hgi-target-02:after {
  content: "\57fc";
}
.hgi-bulk.hgi-target-02:before {
  content: "\57fd";
}
.hgi-bulk.hgi-target-03:after {
  content: "\57fe";
}
.hgi-bulk.hgi-target-03:before {
  content: "\57ff";
}
.hgi-bulk.hgi-target-dollar:after {
  content: "\5800";
}
.hgi-bulk.hgi-target-dollar:before {
  content: "\5801";
}
.hgi-bulk.hgi-tasbih:after {
  content: "\5802";
}
.hgi-bulk.hgi-tasbih:before {
  content: "\5803";
}
.hgi-bulk.hgi-task-01:after {
  content: "\5804";
}
.hgi-bulk.hgi-task-01:before {
  content: "\5805";
}
.hgi-bulk.hgi-task-02:after {
  content: "\5806";
}
.hgi-bulk.hgi-task-02:before {
  content: "\5807";
}
.hgi-bulk.hgi-task-add-01:after {
  content: "\5808";
}
.hgi-bulk.hgi-task-add-01:before {
  content: "\5809";
}
.hgi-bulk.hgi-task-add-02:after {
  content: "\580a";
}
.hgi-bulk.hgi-task-add-02:before {
  content: "\580b";
}
.hgi-bulk.hgi-task-daily-01:after {
  content: "\580c";
}
.hgi-bulk.hgi-task-daily-01:before {
  content: "\580d";
}
.hgi-bulk.hgi-task-daily-02:after {
  content: "\580e";
}
.hgi-bulk.hgi-task-daily-02:before {
  content: "\580f";
}
.hgi-bulk.hgi-task-done-01:after {
  content: "\5810";
}
.hgi-bulk.hgi-task-done-01:before {
  content: "\5811";
}
.hgi-bulk.hgi-task-done-02:after {
  content: "\5812";
}
.hgi-bulk.hgi-task-done-02:before {
  content: "\5813";
}
.hgi-bulk.hgi-task-edit-01:after {
  content: "\5814";
}
.hgi-bulk.hgi-task-edit-01:before {
  content: "\5815";
}
.hgi-bulk.hgi-task-edit-02:after {
  content: "\5816";
}
.hgi-bulk.hgi-task-edit-02:before {
  content: "\5817";
}
.hgi-bulk.hgi-task-remove-01:after {
  content: "\5818";
}
.hgi-bulk.hgi-task-remove-01:before {
  content: "\5819";
}
.hgi-bulk.hgi-task-remove-02:after {
  content: "\581a";
}
.hgi-bulk.hgi-task-remove-02:before {
  content: "\581b";
}
.hgi-bulk.hgi-taxes:after {
  content: "\581c";
}
.hgi-bulk.hgi-taxes:before {
  content: "\581d";
}
.hgi-bulk.hgi-taxi:after {
  content: "\581e";
}
.hgi-bulk.hgi-taxi:before {
  content: "\581f";
}
.hgi-bulk.hgi-tea-pod:after {
  content: "\5820";
}
.hgi-bulk.hgi-tea-pod:before {
  content: "\5821";
}
.hgi-bulk.hgi-tea:after {
  content: "\5822";
}
.hgi-bulk.hgi-tea:before {
  content: "\5823";
}
.hgi-bulk.hgi-teacher:after {
  content: "\5824";
}
.hgi-bulk.hgi-teacher:before {
  content: "\5825";
}
.hgi-bulk.hgi-teaching:after {
  content: "\5826";
}
.hgi-bulk.hgi-teaching:before {
  content: "\5827";
}
.hgi-bulk.hgi-teamviewer:after {
  content: "\5828";
}
.hgi-bulk.hgi-teamviewer:before {
  content: "\5829";
}
.hgi-bulk.hgi-telegram:after {
  content: "\582a";
}
.hgi-bulk.hgi-telegram:before {
  content: "\582b";
}
.hgi-bulk.hgi-telephone:after {
  content: "\582c";
}
.hgi-bulk.hgi-telephone:before {
  content: "\582d";
}
.hgi-bulk.hgi-telescope-01:after {
  content: "\582e";
}
.hgi-bulk.hgi-telescope-01:before {
  content: "\582f";
}
.hgi-bulk.hgi-telescope-02:after {
  content: "\5830";
}
.hgi-bulk.hgi-telescope-02:before {
  content: "\5831";
}
.hgi-bulk.hgi-television-table:after {
  content: "\5832";
}
.hgi-bulk.hgi-television-table:before {
  content: "\5833";
}
.hgi-bulk.hgi-temperature:after {
  content: "\5834";
}
.hgi-bulk.hgi-temperature:before {
  content: "\5835";
}
.hgi-bulk.hgi-tennis-ball:after {
  content: "\5836";
}
.hgi-bulk.hgi-tennis-ball:before {
  content: "\5837";
}
.hgi-bulk.hgi-terrace:after {
  content: "\5838";
}
.hgi-bulk.hgi-terrace:before {
  content: "\5839";
}
.hgi-bulk.hgi-test-tube-01:after {
  content: "\583a";
}
.hgi-bulk.hgi-test-tube-01:before {
  content: "\583b";
}
.hgi-bulk.hgi-test-tube-02:after {
  content: "\583c";
}
.hgi-bulk.hgi-test-tube-02:before {
  content: "\583d";
}
.hgi-bulk.hgi-test-tube-03:after {
  content: "\583e";
}
.hgi-bulk.hgi-test-tube-03:before {
  content: "\583f";
}
.hgi-bulk.hgi-test-tube:after {
  content: "\5840";
}
.hgi-bulk.hgi-test-tube:before {
  content: "\5841";
}
.hgi-bulk.hgi-tetris:after {
  content: "\5842";
}
.hgi-bulk.hgi-tetris:before {
  content: "\5843";
}
.hgi-bulk.hgi-text-align-center:after {
  content: "\5844";
}
.hgi-bulk.hgi-text-align-center:before {
  content: "\5845";
}
.hgi-bulk.hgi-text-align-justify-center:after {
  content: "\5846";
}
.hgi-bulk.hgi-text-align-justify-center:before {
  content: "\5847";
}
.hgi-bulk.hgi-text-align-justify-left:after {
  content: "\5848";
}
.hgi-bulk.hgi-text-align-justify-left:before {
  content: "\5849";
}
.hgi-bulk.hgi-text-align-justify-right:after {
  content: "\584a";
}
.hgi-bulk.hgi-text-align-justify-right:before {
  content: "\584b";
}
.hgi-bulk.hgi-text-align-left-01:after {
  content: "\584c";
}
.hgi-bulk.hgi-text-align-left-01:before {
  content: "\584d";
}
.hgi-bulk.hgi-text-align-left:after {
  content: "\584e";
}
.hgi-bulk.hgi-text-align-left:before {
  content: "\584f";
}
.hgi-bulk.hgi-text-align-right-01:after {
  content: "\5850";
}
.hgi-bulk.hgi-text-align-right-01:before {
  content: "\5851";
}
.hgi-bulk.hgi-text-align-right:after {
  content: "\5852";
}
.hgi-bulk.hgi-text-align-right:before {
  content: "\5853";
}
.hgi-bulk.hgi-text-all-caps:after {
  content: "\5854";
}
.hgi-bulk.hgi-text-all-caps:before {
  content: "\5855";
}
.hgi-bulk.hgi-text-bold:after {
  content: "\5856";
}
.hgi-bulk.hgi-text-bold:before {
  content: "\5857";
}
.hgi-bulk.hgi-text-centerline-center-top:after {
  content: "\5858";
}
.hgi-bulk.hgi-text-centerline-center-top:before {
  content: "\5859";
}
.hgi-bulk.hgi-text-centerline-left:after {
  content: "\585a";
}
.hgi-bulk.hgi-text-centerline-left:before {
  content: "\585b";
}
.hgi-bulk.hgi-text-centerline-middle:after {
  content: "\585c";
}
.hgi-bulk.hgi-text-centerline-middle:before {
  content: "\585d";
}
.hgi-bulk.hgi-text-centerline-right:after {
  content: "\585e";
}
.hgi-bulk.hgi-text-centerline-right:before {
  content: "\585f";
}
.hgi-bulk.hgi-text-check:after {
  content: "\5860";
}
.hgi-bulk.hgi-text-check:before {
  content: "\5861";
}
.hgi-bulk.hgi-text-circle:after {
  content: "\5862";
}
.hgi-bulk.hgi-text-circle:before {
  content: "\5863";
}
.hgi-bulk.hgi-text-clear:after {
  content: "\5864";
}
.hgi-bulk.hgi-text-clear:before {
  content: "\5865";
}
.hgi-bulk.hgi-text-color:after {
  content: "\5866";
}
.hgi-bulk.hgi-text-color:before {
  content: "\5867";
}
.hgi-bulk.hgi-text-creation:after {
  content: "\5868";
}
.hgi-bulk.hgi-text-creation:before {
  content: "\5869";
}
.hgi-bulk.hgi-text-firstline-left:after {
  content: "\586a";
}
.hgi-bulk.hgi-text-firstline-left:before {
  content: "\586b";
}
.hgi-bulk.hgi-text-firstline-right:after {
  content: "\586c";
}
.hgi-bulk.hgi-text-firstline-right:before {
  content: "\586d";
}
.hgi-bulk.hgi-text-font:after {
  content: "\586e";
}
.hgi-bulk.hgi-text-font:before {
  content: "\586f";
}
.hgi-bulk.hgi-text-footnote:after {
  content: "\5870";
}
.hgi-bulk.hgi-text-footnote:before {
  content: "\5871";
}
.hgi-bulk.hgi-text-indent-01:after {
  content: "\5872";
}
.hgi-bulk.hgi-text-indent-01:before {
  content: "\5873";
}
.hgi-bulk.hgi-text-indent-less:after {
  content: "\5874";
}
.hgi-bulk.hgi-text-indent-less:before {
  content: "\5875";
}
.hgi-bulk.hgi-text-indent-more:after {
  content: "\5876";
}
.hgi-bulk.hgi-text-indent-more:before {
  content: "\5877";
}
.hgi-bulk.hgi-text-indent:after {
  content: "\5878";
}
.hgi-bulk.hgi-text-indent:before {
  content: "\5879";
}
.hgi-bulk.hgi-text-italic:after {
  content: "\587a";
}
.hgi-bulk.hgi-text-italic-slash:after {
  content: "\587b";
}
.hgi-bulk.hgi-text-italic-slash:before {
  content: "\587c";
}
.hgi-bulk.hgi-text-italic:before {
  content: "\587d";
}
.hgi-bulk.hgi-text-kerning:after {
  content: "\587e";
}
.hgi-bulk.hgi-text-kerning:before {
  content: "\587f";
}
.hgi-bulk.hgi-text-number-sign:after {
  content: "\5880";
}
.hgi-bulk.hgi-text-number-sign:before {
  content: "\5881";
}
.hgi-bulk.hgi-text:after {
  content: "\5882";
}
.hgi-bulk.hgi-text-selection:after {
  content: "\5883";
}
.hgi-bulk.hgi-text-selection:before {
  content: "\5884";
}
.hgi-bulk.hgi-text-smallcaps:after {
  content: "\5885";
}
.hgi-bulk.hgi-text-smallcaps:before {
  content: "\5886";
}
.hgi-bulk.hgi-text-square:after {
  content: "\5887";
}
.hgi-bulk.hgi-text-square:before {
  content: "\5888";
}
.hgi-bulk.hgi-text-strikethrough:after {
  content: "\5889";
}
.hgi-bulk.hgi-text-strikethrough:before {
  content: "\588a";
}
.hgi-bulk.hgi-text-subscript:after {
  content: "\588b";
}
.hgi-bulk.hgi-text-subscript:before {
  content: "\588c";
}
.hgi-bulk.hgi-text-superscript:after {
  content: "\588d";
}
.hgi-bulk.hgi-text-superscript:before {
  content: "\588e";
}
.hgi-bulk.hgi-text-tracking:after {
  content: "\588f";
}
.hgi-bulk.hgi-text-tracking:before {
  content: "\5890";
}
.hgi-bulk.hgi-text-underline:after {
  content: "\5891";
}
.hgi-bulk.hgi-text-underline:before {
  content: "\5892";
}
.hgi-bulk.hgi-text-variable-front:after {
  content: "\5893";
}
.hgi-bulk.hgi-text-variable-front:before {
  content: "\5894";
}
.hgi-bulk.hgi-text-vertical-alignment:after {
  content: "\5895";
}
.hgi-bulk.hgi-text-vertical-alignment:before {
  content: "\5896";
}
.hgi-bulk.hgi-text-wrap:after {
  content: "\5897";
}
.hgi-bulk.hgi-text-wrap:before {
  content: "\5898";
}
.hgi-bulk.hgi-text:before {
  content: "\5899";
}
.hgi-bulk.hgi-the-prophets-mosque:after {
  content: "\589a";
}
.hgi-bulk.hgi-the-prophets-mosque:before {
  content: "\589b";
}
.hgi-bulk.hgi-thermometer-cold:after {
  content: "\589c";
}
.hgi-bulk.hgi-thermometer-cold:before {
  content: "\589d";
}
.hgi-bulk.hgi-thermometer:after {
  content: "\589e";
}
.hgi-bulk.hgi-thermometer-warm:after {
  content: "\589f";
}
.hgi-bulk.hgi-thermometer-warm:before {
  content: "\58a0";
}
.hgi-bulk.hgi-thermometer:before {
  content: "\58a1";
}
.hgi-bulk.hgi-third-bracket-circle:after {
  content: "\58a2";
}
.hgi-bulk.hgi-third-bracket-circle:before {
  content: "\58a3";
}
.hgi-bulk.hgi-third-bracket:after {
  content: "\58a4";
}
.hgi-bulk.hgi-third-bracket-square:after {
  content: "\58a5";
}
.hgi-bulk.hgi-third-bracket-square:before {
  content: "\58a6";
}
.hgi-bulk.hgi-third-bracket:before {
  content: "\58a7";
}
.hgi-bulk.hgi-thread:after {
  content: "\58a8";
}
.hgi-bulk.hgi-thread:before {
  content: "\58a9";
}
.hgi-bulk.hgi-threads-ellipse:after {
  content: "\58aa";
}
.hgi-bulk.hgi-threads-ellipse:before {
  content: "\58ab";
}
.hgi-bulk.hgi-threads-rectangle:after {
  content: "\58ac";
}
.hgi-bulk.hgi-threads-rectangle:before {
  content: "\58ad";
}
.hgi-bulk.hgi-threads:after {
  content: "\58ae";
}
.hgi-bulk.hgi-threads:before {
  content: "\58af";
}
.hgi-bulk.hgi-three-d-move:after {
  content: "\58b0";
}
.hgi-bulk.hgi-three-d-move:before {
  content: "\58b1";
}
.hgi-bulk.hgi-three-d-rotate:after {
  content: "\58b2";
}
.hgi-bulk.hgi-three-d-rotate:before {
  content: "\58b3";
}
.hgi-bulk.hgi-three-d-scale:after {
  content: "\58b4";
}
.hgi-bulk.hgi-three-d-scale:before {
  content: "\58b5";
}
.hgi-bulk.hgi-three-finger-01:after {
  content: "\58b6";
}
.hgi-bulk.hgi-three-finger-01:before {
  content: "\58b7";
}
.hgi-bulk.hgi-three-finger-02:after {
  content: "\58b8";
}
.hgi-bulk.hgi-three-finger-02:before {
  content: "\58b9";
}
.hgi-bulk.hgi-three-finger-03:after {
  content: "\58ba";
}
.hgi-bulk.hgi-three-finger-03:before {
  content: "\58bb";
}
.hgi-bulk.hgi-three-finger-04:after {
  content: "\58bc";
}
.hgi-bulk.hgi-three-finger-04:before {
  content: "\58bd";
}
.hgi-bulk.hgi-three-finger-05:after {
  content: "\58be";
}
.hgi-bulk.hgi-three-finger-05:before {
  content: "\58bf";
}
.hgi-bulk.hgi-thumbs-down-ellipse:after {
  content: "\58c0";
}
.hgi-bulk.hgi-thumbs-down-ellipse:before {
  content: "\58c1";
}
.hgi-bulk.hgi-thumbs-down-rectangle:after {
  content: "\58c2";
}
.hgi-bulk.hgi-thumbs-down-rectangle:before {
  content: "\58c3";
}
.hgi-bulk.hgi-thumbs-down:after {
  content: "\58c4";
}
.hgi-bulk.hgi-thumbs-down:before {
  content: "\58c5";
}
.hgi-bulk.hgi-thumbs-up-down:after {
  content: "\58c6";
}
.hgi-bulk.hgi-thumbs-up-down:before {
  content: "\58c7";
}
.hgi-bulk.hgi-thumbs-up-ellipse:after {
  content: "\58c8";
}
.hgi-bulk.hgi-thumbs-up-ellipse:before {
  content: "\58c9";
}
.hgi-bulk.hgi-thumbs-up-rectangle:after {
  content: "\58ca";
}
.hgi-bulk.hgi-thumbs-up-rectangle:before {
  content: "\58cb";
}
.hgi-bulk.hgi-thumbs-up:after {
  content: "\58cc";
}
.hgi-bulk.hgi-thumbs-up:before {
  content: "\58cd";
}
.hgi-bulk.hgi-tic-tac-toe:after {
  content: "\58ce";
}
.hgi-bulk.hgi-tic-tac-toe:before {
  content: "\58cf";
}
.hgi-bulk.hgi-tick-01:after {
  content: "\58d0";
}
.hgi-bulk.hgi-tick-01:before {
  content: "\58d1";
}
.hgi-bulk.hgi-tick-02:after {
  content: "\58d2";
}
.hgi-bulk.hgi-tick-02:before {
  content: "\58d3";
}
.hgi-bulk.hgi-tick-03:after {
  content: "\58d4";
}
.hgi-bulk.hgi-tick-03:before {
  content: "\58d5";
}
.hgi-bulk.hgi-tick-04:after {
  content: "\58d6";
}
.hgi-bulk.hgi-tick-04:before {
  content: "\58d7";
}
.hgi-bulk.hgi-tick-double-01:after {
  content: "\58d8";
}
.hgi-bulk.hgi-tick-double-01:before {
  content: "\58d9";
}
.hgi-bulk.hgi-tick-double-02:after {
  content: "\58da";
}
.hgi-bulk.hgi-tick-double-02:before {
  content: "\58db";
}
.hgi-bulk.hgi-tick-double-03:after {
  content: "\58dc";
}
.hgi-bulk.hgi-tick-double-03:before {
  content: "\58dd";
}
.hgi-bulk.hgi-tick-double-04:after {
  content: "\58de";
}
.hgi-bulk.hgi-tick-double-04:before {
  content: "\58df";
}
.hgi-bulk.hgi-ticket-01:after {
  content: "\58e0";
}
.hgi-bulk.hgi-ticket-01:before {
  content: "\58e1";
}
.hgi-bulk.hgi-ticket-02:after {
  content: "\58e2";
}
.hgi-bulk.hgi-ticket-02:before {
  content: "\58e3";
}
.hgi-bulk.hgi-ticket-03:after {
  content: "\58e4";
}
.hgi-bulk.hgi-ticket-03:before {
  content: "\58e5";
}
.hgi-bulk.hgi-ticket-star:after {
  content: "\58e6";
}
.hgi-bulk.hgi-ticket-star:before {
  content: "\58e7";
}
.hgi-bulk.hgi-tie:after {
  content: "\58e8";
}
.hgi-bulk.hgi-tie:before {
  content: "\58e9";
}
.hgi-bulk.hgi-tiff-01:after {
  content: "\58ea";
}
.hgi-bulk.hgi-tiff-01:before {
  content: "\58eb";
}
.hgi-bulk.hgi-tiff-02:after {
  content: "\58ec";
}
.hgi-bulk.hgi-tiff-02:before {
  content: "\58ed";
}
.hgi-bulk.hgi-tiktok:after {
  content: "\58ee";
}
.hgi-bulk.hgi-tiktok:before {
  content: "\58ef";
}
.hgi-bulk.hgi-tiltify:after {
  content: "\58f0";
}
.hgi-bulk.hgi-tiltify:before {
  content: "\58f1";
}
.hgi-bulk.hgi-time-01:after {
  content: "\58f2";
}
.hgi-bulk.hgi-time-01:before {
  content: "\58f3";
}
.hgi-bulk.hgi-time-02:after {
  content: "\58f4";
}
.hgi-bulk.hgi-time-02:before {
  content: "\58f5";
}
.hgi-bulk.hgi-time-03:after {
  content: "\58f6";
}
.hgi-bulk.hgi-time-03:before {
  content: "\58f7";
}
.hgi-bulk.hgi-time-04:after {
  content: "\58f8";
}
.hgi-bulk.hgi-time-04:before {
  content: "\58f9";
}
.hgi-bulk.hgi-time-half-pass:after {
  content: "\58fa";
}
.hgi-bulk.hgi-time-half-pass:before {
  content: "\58fb";
}
.hgi-bulk.hgi-time-management-circle:after {
  content: "\58fc";
}
.hgi-bulk.hgi-time-management-circle:before {
  content: "\58fd";
}
.hgi-bulk.hgi-time-management:after {
  content: "\58fe";
}
.hgi-bulk.hgi-time-management:before {
  content: "\58ff";
}
.hgi-bulk.hgi-time-quarter-02:after {
  content: "\5900";
}
.hgi-bulk.hgi-time-quarter-02:before {
  content: "\5901";
}
.hgi-bulk.hgi-time-quarter-pass:after {
  content: "\5902";
}
.hgi-bulk.hgi-time-quarter-pass:before {
  content: "\5903";
}
.hgi-bulk.hgi-time-quarter:after {
  content: "\5904";
}
.hgi-bulk.hgi-time-quarter:before {
  content: "\5905";
}
.hgi-bulk.hgi-time-schedule:after {
  content: "\5906";
}
.hgi-bulk.hgi-time-schedule:before {
  content: "\5907";
}
.hgi-bulk.hgi-time-setting-01:after {
  content: "\5908";
}
.hgi-bulk.hgi-time-setting-01:before {
  content: "\5909";
}
.hgi-bulk.hgi-time-setting-02:after {
  content: "\590a";
}
.hgi-bulk.hgi-time-setting-02:before {
  content: "\590b";
}
.hgi-bulk.hgi-time-setting-03:after {
  content: "\590c";
}
.hgi-bulk.hgi-time-setting-03:before {
  content: "\590d";
}
.hgi-bulk.hgi-timer-01:after {
  content: "\590e";
}
.hgi-bulk.hgi-timer-01:before {
  content: "\590f";
}
.hgi-bulk.hgi-timer-02:after {
  content: "\5910";
}
.hgi-bulk.hgi-timer-02:before {
  content: "\5911";
}
.hgi-bulk.hgi-tips:after {
  content: "\5912";
}
.hgi-bulk.hgi-tips:before {
  content: "\5913";
}
.hgi-bulk.hgi-tire:after {
  content: "\5914";
}
.hgi-bulk.hgi-tire:before {
  content: "\5915";
}
.hgi-bulk.hgi-tired-01:after {
  content: "\5916";
}
.hgi-bulk.hgi-tired-01:before {
  content: "\5917";
}
.hgi-bulk.hgi-tired-02:after {
  content: "\5918";
}
.hgi-bulk.hgi-tired-02:before {
  content: "\5919";
}
.hgi-bulk.hgi-tissue-paper:after {
  content: "\591a";
}
.hgi-bulk.hgi-tissue-paper:before {
  content: "\591b";
}
.hgi-bulk.hgi-toggle-off:after {
  content: "\591c";
}
.hgi-bulk.hgi-toggle-off:before {
  content: "\591d";
}
.hgi-bulk.hgi-toggle-on:after {
  content: "\591e";
}
.hgi-bulk.hgi-toggle-on:before {
  content: "\591f";
}
.hgi-bulk.hgi-toilet-01:after {
  content: "\5920";
}
.hgi-bulk.hgi-toilet-01:before {
  content: "\5921";
}
.hgi-bulk.hgi-toilet-02:after {
  content: "\5922";
}
.hgi-bulk.hgi-toilet-02:before {
  content: "\5923";
}
.hgi-bulk.hgi-token-circle:after {
  content: "\5924";
}
.hgi-bulk.hgi-token-circle:before {
  content: "\5925";
}
.hgi-bulk.hgi-token-square:after {
  content: "\5926";
}
.hgi-bulk.hgi-token-square:before {
  content: "\5927";
}
.hgi-bulk.hgi-tongue-01:after {
  content: "\5928";
}
.hgi-bulk.hgi-tongue-01:before {
  content: "\5929";
}
.hgi-bulk.hgi-tongue:after {
  content: "\592a";
}
.hgi-bulk.hgi-tongue-wink-left:after {
  content: "\592b";
}
.hgi-bulk.hgi-tongue-wink-left:before {
  content: "\592c";
}
.hgi-bulk.hgi-tongue-wink-right:after {
  content: "\592d";
}
.hgi-bulk.hgi-tongue-wink-right:before {
  content: "\592e";
}
.hgi-bulk.hgi-tongue:before {
  content: "\592f";
}
.hgi-bulk.hgi-tools:after {
  content: "\5930";
}
.hgi-bulk.hgi-tools:before {
  content: "\5931";
}
.hgi-bulk.hgi-tornado-01:after {
  content: "\5932";
}
.hgi-bulk.hgi-tornado-01:before {
  content: "\5933";
}
.hgi-bulk.hgi-tornado-02:after {
  content: "\5934";
}
.hgi-bulk.hgi-tornado-02:before {
  content: "\5935";
}
.hgi-bulk.hgi-torri-gate:after {
  content: "\5936";
}
.hgi-bulk.hgi-torri-gate:before {
  content: "\5937";
}
.hgi-bulk.hgi-touch-01:after {
  content: "\5938";
}
.hgi-bulk.hgi-touch-01:before {
  content: "\5939";
}
.hgi-bulk.hgi-touch-02:after {
  content: "\593a";
}
.hgi-bulk.hgi-touch-02:before {
  content: "\593b";
}
.hgi-bulk.hgi-touch-03:after {
  content: "\593c";
}
.hgi-bulk.hgi-touch-03:before {
  content: "\593d";
}
.hgi-bulk.hgi-touch-04:after {
  content: "\593e";
}
.hgi-bulk.hgi-touch-04:before {
  content: "\593f";
}
.hgi-bulk.hgi-touch-05:after {
  content: "\5940";
}
.hgi-bulk.hgi-touch-05:before {
  content: "\5941";
}
.hgi-bulk.hgi-touch-06:after {
  content: "\5942";
}
.hgi-bulk.hgi-touch-06:before {
  content: "\5943";
}
.hgi-bulk.hgi-touch-07:after {
  content: "\5944";
}
.hgi-bulk.hgi-touch-07:before {
  content: "\5945";
}
.hgi-bulk.hgi-touch-08:after {
  content: "\5946";
}
.hgi-bulk.hgi-touch-08:before {
  content: "\5947";
}
.hgi-bulk.hgi-touch-09:after {
  content: "\5948";
}
.hgi-bulk.hgi-touch-09:before {
  content: "\5949";
}
.hgi-bulk.hgi-touch-10:after {
  content: "\594a";
}
.hgi-bulk.hgi-touch-10:before {
  content: "\594b";
}
.hgi-bulk.hgi-touch-interaction-01:after {
  content: "\594c";
}
.hgi-bulk.hgi-touch-interaction-01:before {
  content: "\594d";
}
.hgi-bulk.hgi-touch-interaction-02:after {
  content: "\594e";
}
.hgi-bulk.hgi-touch-interaction-02:before {
  content: "\594f";
}
.hgi-bulk.hgi-touch-interaction-03:after {
  content: "\5950";
}
.hgi-bulk.hgi-touch-interaction-03:before {
  content: "\5951";
}
.hgi-bulk.hgi-touch-interaction-04:after {
  content: "\5952";
}
.hgi-bulk.hgi-touch-interaction-04:before {
  content: "\5953";
}
.hgi-bulk.hgi-touch-locked-01:after {
  content: "\5954";
}
.hgi-bulk.hgi-touch-locked-01:before {
  content: "\5955";
}
.hgi-bulk.hgi-touch-locked-02:after {
  content: "\5956";
}
.hgi-bulk.hgi-touch-locked-02:before {
  content: "\5957";
}
.hgi-bulk.hgi-touch-locked-03:after {
  content: "\5958";
}
.hgi-bulk.hgi-touch-locked-03:before {
  content: "\5959";
}
.hgi-bulk.hgi-touch-locked-04:after {
  content: "\595a";
}
.hgi-bulk.hgi-touch-locked-04:before {
  content: "\595b";
}
.hgi-bulk.hgi-touchpad-01:after {
  content: "\595c";
}
.hgi-bulk.hgi-touchpad-01:before {
  content: "\595d";
}
.hgi-bulk.hgi-touchpad-02:after {
  content: "\595e";
}
.hgi-bulk.hgi-touchpad-02:before {
  content: "\595f";
}
.hgi-bulk.hgi-touchpad-03:after {
  content: "\5960";
}
.hgi-bulk.hgi-touchpad-03:before {
  content: "\5961";
}
.hgi-bulk.hgi-touchpad-04:after {
  content: "\5962";
}
.hgi-bulk.hgi-touchpad-04:before {
  content: "\5963";
}
.hgi-bulk.hgi-tow-truck:after {
  content: "\5964";
}
.hgi-bulk.hgi-tow-truck:before {
  content: "\5965";
}
.hgi-bulk.hgi-towels:after {
  content: "\5966";
}
.hgi-bulk.hgi-towels:before {
  content: "\5967";
}
.hgi-bulk.hgi-toy-train:after {
  content: "\5968";
}
.hgi-bulk.hgi-toy-train:before {
  content: "\5969";
}
.hgi-bulk.hgi-tractor:after {
  content: "\596a";
}
.hgi-bulk.hgi-tractor:before {
  content: "\596b";
}
.hgi-bulk.hgi-trade-down:after {
  content: "\596c";
}
.hgi-bulk.hgi-trade-down:before {
  content: "\596d";
}
.hgi-bulk.hgi-trade-mark:after {
  content: "\596e";
}
.hgi-bulk.hgi-trade-mark:before {
  content: "\596f";
}
.hgi-bulk.hgi-trade-up:after {
  content: "\5970";
}
.hgi-bulk.hgi-trade-up:before {
  content: "\5971";
}
.hgi-bulk.hgi-trademark:after {
  content: "\5972";
}
.hgi-bulk.hgi-trademark:before {
  content: "\5973";
}
.hgi-bulk.hgi-traffic-incident:after {
  content: "\5974";
}
.hgi-bulk.hgi-traffic-incident:before {
  content: "\5975";
}
.hgi-bulk.hgi-traffic-jam-01:after {
  content: "\5976";
}
.hgi-bulk.hgi-traffic-jam-01:before {
  content: "\5977";
}
.hgi-bulk.hgi-traffic-jam-02:after {
  content: "\5978";
}
.hgi-bulk.hgi-traffic-jam-02:before {
  content: "\5979";
}
.hgi-bulk.hgi-traffic-light:after {
  content: "\597a";
}
.hgi-bulk.hgi-traffic-light:before {
  content: "\597b";
}
.hgi-bulk.hgi-train-01:after {
  content: "\597c";
}
.hgi-bulk.hgi-train-01:before {
  content: "\597d";
}
.hgi-bulk.hgi-train-02:after {
  content: "\597e";
}
.hgi-bulk.hgi-train-02:before {
  content: "\597f";
}
.hgi-bulk.hgi-tram:after {
  content: "\5980";
}
.hgi-bulk.hgi-tram:before {
  content: "\5981";
}
.hgi-bulk.hgi-trampoline:after {
  content: "\5982";
}
.hgi-bulk.hgi-trampoline:before {
  content: "\5983";
}
.hgi-bulk.hgi-transaction:after {
  content: "\5984";
}
.hgi-bulk.hgi-transaction:before {
  content: "\5985";
}
.hgi-bulk.hgi-transition-bottom:after {
  content: "\5986";
}
.hgi-bulk.hgi-transition-bottom:before {
  content: "\5987";
}
.hgi-bulk.hgi-transition-left:after {
  content: "\5988";
}
.hgi-bulk.hgi-transition-left:before {
  content: "\5989";
}
.hgi-bulk.hgi-transition-right:after {
  content: "\598a";
}
.hgi-bulk.hgi-transition-right:before {
  content: "\598b";
}
.hgi-bulk.hgi-transition-top:after {
  content: "\598c";
}
.hgi-bulk.hgi-transition-top:before {
  content: "\598d";
}
.hgi-bulk.hgi-translate:after {
  content: "\598e";
}
.hgi-bulk.hgi-translate:before {
  content: "\598f";
}
.hgi-bulk.hgi-translation:after {
  content: "\5990";
}
.hgi-bulk.hgi-translation:before {
  content: "\5991";
}
.hgi-bulk.hgi-transmission:after {
  content: "\5992";
}
.hgi-bulk.hgi-transmission:before {
  content: "\5993";
}
.hgi-bulk.hgi-transparency:after {
  content: "\5994";
}
.hgi-bulk.hgi-transparency:before {
  content: "\5995";
}
.hgi-bulk.hgi-trapezoid-line-horizontal:after {
  content: "\5996";
}
.hgi-bulk.hgi-trapezoid-line-horizontal:before {
  content: "\5997";
}
.hgi-bulk.hgi-trapezoid-line-vertical:after {
  content: "\5998";
}
.hgi-bulk.hgi-trapezoid-line-vertical:before {
  content: "\5999";
}
.hgi-bulk.hgi-travel-bag:after {
  content: "\599a";
}
.hgi-bulk.hgi-travel-bag:before {
  content: "\599b";
}
.hgi-bulk.hgi-treadmill-01:after {
  content: "\599c";
}
.hgi-bulk.hgi-treadmill-01:before {
  content: "\599d";
}
.hgi-bulk.hgi-treadmill-02:after {
  content: "\599e";
}
.hgi-bulk.hgi-treadmill-02:before {
  content: "\599f";
}
.hgi-bulk.hgi-treatment:after {
  content: "\59a0";
}
.hgi-bulk.hgi-treatment:before {
  content: "\59a1";
}
.hgi-bulk.hgi-tree-01:after {
  content: "\59a2";
}
.hgi-bulk.hgi-tree-01:before {
  content: "\59a3";
}
.hgi-bulk.hgi-tree-02:after {
  content: "\59a4";
}
.hgi-bulk.hgi-tree-02:before {
  content: "\59a5";
}
.hgi-bulk.hgi-tree-03:after {
  content: "\59a6";
}
.hgi-bulk.hgi-tree-03:before {
  content: "\59a7";
}
.hgi-bulk.hgi-tree-04:after {
  content: "\59a8";
}
.hgi-bulk.hgi-tree-04:before {
  content: "\59a9";
}
.hgi-bulk.hgi-tree-05:after {
  content: "\59aa";
}
.hgi-bulk.hgi-tree-05:before {
  content: "\59ab";
}
.hgi-bulk.hgi-tree-06:after {
  content: "\59ac";
}
.hgi-bulk.hgi-tree-06:before {
  content: "\59ad";
}
.hgi-bulk.hgi-tree-07:after {
  content: "\59ae";
}
.hgi-bulk.hgi-tree-07:before {
  content: "\59af";
}
.hgi-bulk.hgi-trello:after {
  content: "\59b0";
}
.hgi-bulk.hgi-trello:before {
  content: "\59b1";
}
.hgi-bulk.hgi-triangle-01:after {
  content: "\59b2";
}
.hgi-bulk.hgi-triangle-01:before {
  content: "\59b3";
}
.hgi-bulk.hgi-triangle-02:after {
  content: "\59b4";
}
.hgi-bulk.hgi-triangle-02:before {
  content: "\59b5";
}
.hgi-bulk.hgi-triangle-03:after {
  content: "\59b6";
}
.hgi-bulk.hgi-triangle-03:before {
  content: "\59b7";
}
.hgi-bulk.hgi-triangle:after {
  content: "\59b8";
}
.hgi-bulk.hgi-triangle:before {
  content: "\59b9";
}
.hgi-bulk.hgi-trolley-01:after {
  content: "\59ba";
}
.hgi-bulk.hgi-trolley-01:before {
  content: "\59bb";
}
.hgi-bulk.hgi-trolley-02:after {
  content: "\59bc";
}
.hgi-bulk.hgi-trolley-02:before {
  content: "\59bd";
}
.hgi-bulk.hgi-tropical-storm:after {
  content: "\59be";
}
.hgi-bulk.hgi-tropical-storm-tracks-01:after {
  content: "\59bf";
}
.hgi-bulk.hgi-tropical-storm-tracks-01:before {
  content: "\59c0";
}
.hgi-bulk.hgi-tropical-storm-tracks-02:after {
  content: "\59c1";
}
.hgi-bulk.hgi-tropical-storm-tracks-02:before {
  content: "\59c2";
}
.hgi-bulk.hgi-tropical-storm:before {
  content: "\59c3";
}
.hgi-bulk.hgi-truck-delivery:after {
  content: "\59c4";
}
.hgi-bulk.hgi-truck-delivery:before {
  content: "\59c5";
}
.hgi-bulk.hgi-truck-monster:after {
  content: "\59c6";
}
.hgi-bulk.hgi-truck-monster:before {
  content: "\59c7";
}
.hgi-bulk.hgi-truck-return:after {
  content: "\59c8";
}
.hgi-bulk.hgi-truck-return:before {
  content: "\59c9";
}
.hgi-bulk.hgi-truck:after {
  content: "\59ca";
}
.hgi-bulk.hgi-truck:before {
  content: "\59cb";
}
.hgi-bulk.hgi-trulli:after {
  content: "\59cc";
}
.hgi-bulk.hgi-trulli:before {
  content: "\59cd";
}
.hgi-bulk.hgi-tsunami:after {
  content: "\59ce";
}
.hgi-bulk.hgi-tsunami:before {
  content: "\59cf";
}
.hgi-bulk.hgi-tulip:after {
  content: "\59d0";
}
.hgi-bulk.hgi-tulip:before {
  content: "\59d1";
}
.hgi-bulk.hgi-tumblr:after {
  content: "\59d2";
}
.hgi-bulk.hgi-tumblr:before {
  content: "\59d3";
}
.hgi-bulk.hgi-turtle-neck:after {
  content: "\59d4";
}
.hgi-bulk.hgi-turtle-neck:before {
  content: "\59d5";
}
.hgi-bulk.hgi-tv-01:after {
  content: "\59d6";
}
.hgi-bulk.hgi-tv-01:before {
  content: "\59d7";
}
.hgi-bulk.hgi-tv-02:after {
  content: "\59d8";
}
.hgi-bulk.hgi-tv-02:before {
  content: "\59d9";
}
.hgi-bulk.hgi-tv-fix:after {
  content: "\59da";
}
.hgi-bulk.hgi-tv-fix:before {
  content: "\59db";
}
.hgi-bulk.hgi-tv-issue:after {
  content: "\59dc";
}
.hgi-bulk.hgi-tv-issue:before {
  content: "\59dd";
}
.hgi-bulk.hgi-tv-smart:after {
  content: "\59de";
}
.hgi-bulk.hgi-tv-smart:before {
  content: "\59df";
}
.hgi-bulk.hgi-twin-tower:after {
  content: "\59e0";
}
.hgi-bulk.hgi-twin-tower:before {
  content: "\59e1";
}
.hgi-bulk.hgi-twitch:after {
  content: "\59e2";
}
.hgi-bulk.hgi-twitch:before {
  content: "\59e3";
}
.hgi-bulk.hgi-twitter:after {
  content: "\59e4";
}
.hgi-bulk.hgi-twitter-square:after {
  content: "\59e5";
}
.hgi-bulk.hgi-twitter-square:before {
  content: "\59e6";
}
.hgi-bulk.hgi-twitter:before {
  content: "\59e7";
}
.hgi-bulk.hgi-two-factor-access:after {
  content: "\59e8";
}
.hgi-bulk.hgi-two-factor-access:before {
  content: "\59e9";
}
.hgi-bulk.hgi-two-finger-01:after {
  content: "\59ea";
}
.hgi-bulk.hgi-two-finger-01:before {
  content: "\59eb";
}
.hgi-bulk.hgi-two-finger-02:after {
  content: "\59ec";
}
.hgi-bulk.hgi-two-finger-02:before {
  content: "\59ed";
}
.hgi-bulk.hgi-two-finger-03:after {
  content: "\59ee";
}
.hgi-bulk.hgi-two-finger-03:before {
  content: "\59ef";
}
.hgi-bulk.hgi-two-finger-04:after {
  content: "\59f0";
}
.hgi-bulk.hgi-two-finger-04:before {
  content: "\59f1";
}
.hgi-bulk.hgi-two-finger-05:after {
  content: "\59f2";
}
.hgi-bulk.hgi-two-finger-05:before {
  content: "\59f3";
}
.hgi-bulk.hgi-txt-01:after {
  content: "\59f4";
}
.hgi-bulk.hgi-txt-01:before {
  content: "\59f5";
}
.hgi-bulk.hgi-txt-02:after {
  content: "\59f6";
}
.hgi-bulk.hgi-txt-02:before {
  content: "\59f7";
}
.hgi-bulk.hgi-type-cursor:after {
  content: "\59f8";
}
.hgi-bulk.hgi-type-cursor:before {
  content: "\59f9";
}
.hgi-bulk.hgi-typescript-01:after {
  content: "\59fa";
}
.hgi-bulk.hgi-typescript-01:before {
  content: "\59fb";
}
.hgi-bulk.hgi-typescript-02:after {
  content: "\59fc";
}
.hgi-bulk.hgi-typescript-02:before {
  content: "\59fd";
}
.hgi-bulk.hgi-typescript-03:after {
  content: "\59fe";
}
.hgi-bulk.hgi-typescript-03:before {
  content: "\59ff";
}
.hgi-bulk.hgi-uber:after {
  content: "\5a00";
}
.hgi-bulk.hgi-uber:before {
  content: "\5a01";
}
.hgi-bulk.hgi-ufo-01:after {
  content: "\5a02";
}
.hgi-bulk.hgi-ufo-01:before {
  content: "\5a03";
}
.hgi-bulk.hgi-ufo:after {
  content: "\5a04";
}
.hgi-bulk.hgi-ufo:before {
  content: "\5a05";
}
.hgi-bulk.hgi-umbrella-dollar:after {
  content: "\5a06";
}
.hgi-bulk.hgi-umbrella-dollar:before {
  content: "\5a07";
}
.hgi-bulk.hgi-umbrella:after {
  content: "\5a08";
}
.hgi-bulk.hgi-umbrella:before {
  content: "\5a09";
}
.hgi-bulk.hgi-unamused:after {
  content: "\5a0a";
}
.hgi-bulk.hgi-unamused:before {
  content: "\5a0b";
}
.hgi-bulk.hgi-unavailable:after {
  content: "\5a0c";
}
.hgi-bulk.hgi-unavailable:before {
  content: "\5a0d";
}
.hgi-bulk.hgi-underpants-01:after {
  content: "\5a0e";
}
.hgi-bulk.hgi-underpants-01:before {
  content: "\5a0f";
}
.hgi-bulk.hgi-underpants-02:after {
  content: "\5a10";
}
.hgi-bulk.hgi-underpants-02:before {
  content: "\5a11";
}
.hgi-bulk.hgi-underpants-03:after {
  content: "\5a12";
}
.hgi-bulk.hgi-underpants-03:before {
  content: "\5a13";
}
.hgi-bulk.hgi-undo-02:after {
  content: "\5a14";
}
.hgi-bulk.hgi-undo-02:before {
  content: "\5a15";
}
.hgi-bulk.hgi-undo-03:after {
  content: "\5a16";
}
.hgi-bulk.hgi-undo-03:before {
  content: "\5a17";
}
.hgi-bulk.hgi-undo:after {
  content: "\5a18";
}
.hgi-bulk.hgi-undo:before {
  content: "\5a19";
}
.hgi-bulk.hgi-unfold-less:after {
  content: "\5a1a";
}
.hgi-bulk.hgi-unfold-less:before {
  content: "\5a1b";
}
.hgi-bulk.hgi-unfold-more:after {
  content: "\5a1c";
}
.hgi-bulk.hgi-unfold-more:before {
  content: "\5a1d";
}
.hgi-bulk.hgi-ungroup-items:after {
  content: "\5a1e";
}
.hgi-bulk.hgi-ungroup-items:before {
  content: "\5a1f";
}
.hgi-bulk.hgi-ungroup-layers:after {
  content: "\5a20";
}
.hgi-bulk.hgi-ungroup-layers:before {
  content: "\5a21";
}
.hgi-bulk.hgi-unhappy:after {
  content: "\5a22";
}
.hgi-bulk.hgi-unhappy:before {
  content: "\5a23";
}
.hgi-bulk.hgi-universal-access-circle:after {
  content: "\5a24";
}
.hgi-bulk.hgi-universal-access-circle:before {
  content: "\5a25";
}
.hgi-bulk.hgi-universal-access:after {
  content: "\5a26";
}
.hgi-bulk.hgi-universal-access:before {
  content: "\5a27";
}
.hgi-bulk.hgi-university:after {
  content: "\5a28";
}
.hgi-bulk.hgi-university:before {
  content: "\5a29";
}
.hgi-bulk.hgi-unlink-01:after {
  content: "\5a2a";
}
.hgi-bulk.hgi-unlink-01:before {
  content: "\5a2b";
}
.hgi-bulk.hgi-unlink-02:after {
  content: "\5a2c";
}
.hgi-bulk.hgi-unlink-02:before {
  content: "\5a2d";
}
.hgi-bulk.hgi-unlink-03:after {
  content: "\5a2e";
}
.hgi-bulk.hgi-unlink-03:before {
  content: "\5a2f";
}
.hgi-bulk.hgi-unlink-04:after {
  content: "\5a30";
}
.hgi-bulk.hgi-unlink-04:before {
  content: "\5a31";
}
.hgi-bulk.hgi-unlink-05:after {
  content: "\5a32";
}
.hgi-bulk.hgi-unlink-05:before {
  content: "\5a33";
}
.hgi-bulk.hgi-unlink-06:after {
  content: "\5a34";
}
.hgi-bulk.hgi-unlink-06:before {
  content: "\5a35";
}
.hgi-bulk.hgi-unsplash:after {
  content: "\5a36";
}
.hgi-bulk.hgi-unsplash:before {
  content: "\5a37";
}
.hgi-bulk.hgi-upload-01:after {
  content: "\5a38";
}
.hgi-bulk.hgi-upload-01:before {
  content: "\5a39";
}
.hgi-bulk.hgi-upload-02:after {
  content: "\5a3a";
}
.hgi-bulk.hgi-upload-02:before {
  content: "\5a3b";
}
.hgi-bulk.hgi-upload-03:after {
  content: "\5a3c";
}
.hgi-bulk.hgi-upload-03:before {
  content: "\5a3d";
}
.hgi-bulk.hgi-upload-04:after {
  content: "\5a3e";
}
.hgi-bulk.hgi-upload-04:before {
  content: "\5a3f";
}
.hgi-bulk.hgi-upload-05:after {
  content: "\5a40";
}
.hgi-bulk.hgi-upload-05:before {
  content: "\5a41";
}
.hgi-bulk.hgi-upload-circle-01:after {
  content: "\5a42";
}
.hgi-bulk.hgi-upload-circle-01:before {
  content: "\5a43";
}
.hgi-bulk.hgi-upload-circle-02:after {
  content: "\5a44";
}
.hgi-bulk.hgi-upload-circle-02:before {
  content: "\5a45";
}
.hgi-bulk.hgi-upload-square-01:after {
  content: "\5a46";
}
.hgi-bulk.hgi-upload-square-01:before {
  content: "\5a47";
}
.hgi-bulk.hgi-upload-square-02:after {
  content: "\5a48";
}
.hgi-bulk.hgi-upload-square-02:before {
  content: "\5a49";
}
.hgi-bulk.hgi-upwork:after {
  content: "\5a4a";
}
.hgi-bulk.hgi-upwork:before {
  content: "\5a4b";
}
.hgi-bulk.hgi-usb-bugs:after {
  content: "\5a4c";
}
.hgi-bulk.hgi-usb-bugs:before {
  content: "\5a4d";
}
.hgi-bulk.hgi-usb-connected-01:after {
  content: "\5a4e";
}
.hgi-bulk.hgi-usb-connected-01:before {
  content: "\5a4f";
}
.hgi-bulk.hgi-usb-connected-02:after {
  content: "\5a50";
}
.hgi-bulk.hgi-usb-connected-02:before {
  content: "\5a51";
}
.hgi-bulk.hgi-usb-connected-03:after {
  content: "\5a52";
}
.hgi-bulk.hgi-usb-connected-03:before {
  content: "\5a53";
}
.hgi-bulk.hgi-usb-error:after {
  content: "\5a54";
}
.hgi-bulk.hgi-usb-error:before {
  content: "\5a55";
}
.hgi-bulk.hgi-usb-memory-01:after {
  content: "\5a56";
}
.hgi-bulk.hgi-usb-memory-01:before {
  content: "\5a57";
}
.hgi-bulk.hgi-usb-memory-02:after {
  content: "\5a58";
}
.hgi-bulk.hgi-usb-memory-02:before {
  content: "\5a59";
}
.hgi-bulk.hgi-usb-not-connected-01:after {
  content: "\5a5a";
}
.hgi-bulk.hgi-usb-not-connected-01:before {
  content: "\5a5b";
}
.hgi-bulk.hgi-usb-not-connected-02:after {
  content: "\5a5c";
}
.hgi-bulk.hgi-usb-not-connected-02:before {
  content: "\5a5d";
}
.hgi-bulk.hgi-usb:after {
  content: "\5a5e";
}
.hgi-bulk.hgi-usb:before {
  content: "\5a5f";
}
.hgi-bulk.hgi-user-02:after {
  content: "\5a60";
}
.hgi-bulk.hgi-user-02:before {
  content: "\5a61";
}
.hgi-bulk.hgi-user-03:after {
  content: "\5a62";
}
.hgi-bulk.hgi-user-03:before {
  content: "\5a63";
}
.hgi-bulk.hgi-user-account:after {
  content: "\5a64";
}
.hgi-bulk.hgi-user-account:before {
  content: "\5a65";
}
.hgi-bulk.hgi-user-add-01:after {
  content: "\5a66";
}
.hgi-bulk.hgi-user-add-01:before {
  content: "\5a67";
}
.hgi-bulk.hgi-user-add-02:after {
  content: "\5a68";
}
.hgi-bulk.hgi-user-add-02:before {
  content: "\5a69";
}
.hgi-bulk.hgi-user-arrow-left-right:after {
  content: "\5a6a";
}
.hgi-bulk.hgi-user-arrow-left-right:before {
  content: "\5a6b";
}
.hgi-bulk.hgi-user-block-01:after {
  content: "\5a6c";
}
.hgi-bulk.hgi-user-block-01:before {
  content: "\5a6d";
}
.hgi-bulk.hgi-user-block-02:after {
  content: "\5a6e";
}
.hgi-bulk.hgi-user-block-02:before {
  content: "\5a6f";
}
.hgi-bulk.hgi-user-check-01:after {
  content: "\5a70";
}
.hgi-bulk.hgi-user-check-01:before {
  content: "\5a71";
}
.hgi-bulk.hgi-user-check-02:after {
  content: "\5a72";
}
.hgi-bulk.hgi-user-check-02:before {
  content: "\5a73";
}
.hgi-bulk.hgi-user-circle-02:after {
  content: "\5a74";
}
.hgi-bulk.hgi-user-circle-02:before {
  content: "\5a75";
}
.hgi-bulk.hgi-user-circle:after {
  content: "\5a76";
}
.hgi-bulk.hgi-user-circle:before {
  content: "\5a77";
}
.hgi-bulk.hgi-user-edit-01:after {
  content: "\5a78";
}
.hgi-bulk.hgi-user-edit-01:before {
  content: "\5a79";
}
.hgi-bulk.hgi-user-full-view:after {
  content: "\5a7a";
}
.hgi-bulk.hgi-user-full-view:before {
  content: "\5a7b";
}
.hgi-bulk.hgi-user-group-02:after {
  content: "\5a7c";
}
.hgi-bulk.hgi-user-group-02:before {
  content: "\5a7d";
}
.hgi-bulk.hgi-user-group-03:after {
  content: "\5a7e";
}
.hgi-bulk.hgi-user-group-03:before {
  content: "\5a7f";
}
.hgi-bulk.hgi-user-group:after {
  content: "\5a80";
}
.hgi-bulk.hgi-user-group:before {
  content: "\5a81";
}
.hgi-bulk.hgi-user-id-verification:after {
  content: "\5a82";
}
.hgi-bulk.hgi-user-id-verification:before {
  content: "\5a83";
}
.hgi-bulk.hgi-user-list:after {
  content: "\5a84";
}
.hgi-bulk.hgi-user-list:before {
  content: "\5a85";
}
.hgi-bulk.hgi-user-lock-01:after {
  content: "\5a86";
}
.hgi-bulk.hgi-user-lock-01:before {
  content: "\5a87";
}
.hgi-bulk.hgi-user-lock-02:after {
  content: "\5a88";
}
.hgi-bulk.hgi-user-lock-02:before {
  content: "\5a89";
}
.hgi-bulk.hgi-user-love-01:after {
  content: "\5a8a";
}
.hgi-bulk.hgi-user-love-01:before {
  content: "\5a8b";
}
.hgi-bulk.hgi-user-love-02:after {
  content: "\5a8c";
}
.hgi-bulk.hgi-user-love-02:before {
  content: "\5a8d";
}
.hgi-bulk.hgi-user-minus-01:after {
  content: "\5a8e";
}
.hgi-bulk.hgi-user-minus-01:before {
  content: "\5a8f";
}
.hgi-bulk.hgi-user-minus-02:after {
  content: "\5a90";
}
.hgi-bulk.hgi-user-minus-02:before {
  content: "\5a91";
}
.hgi-bulk.hgi-user-multiple-02:after {
  content: "\5a92";
}
.hgi-bulk.hgi-user-multiple-02:before {
  content: "\5a93";
}
.hgi-bulk.hgi-user-multiple-03:after {
  content: "\5a94";
}
.hgi-bulk.hgi-user-multiple-03:before {
  content: "\5a95";
}
.hgi-bulk.hgi-user-multiple:after {
  content: "\5a96";
}
.hgi-bulk.hgi-user-multiple:before {
  content: "\5a97";
}
.hgi-bulk.hgi-user-question-01:after {
  content: "\5a98";
}
.hgi-bulk.hgi-user-question-01:before {
  content: "\5a99";
}
.hgi-bulk.hgi-user-question-02:after {
  content: "\5a9a";
}
.hgi-bulk.hgi-user-question-02:before {
  content: "\5a9b";
}
.hgi-bulk.hgi-user-remove-01:after {
  content: "\5a9c";
}
.hgi-bulk.hgi-user-remove-01:before {
  content: "\5a9d";
}
.hgi-bulk.hgi-user-remove-02:after {
  content: "\5a9e";
}
.hgi-bulk.hgi-user-remove-02:before {
  content: "\5a9f";
}
.hgi-bulk.hgi-user-roadside:after {
  content: "\5aa0";
}
.hgi-bulk.hgi-user-roadside:before {
  content: "\5aa1";
}
.hgi-bulk.hgi-user-search-01:after {
  content: "\5aa2";
}
.hgi-bulk.hgi-user-search-01:before {
  content: "\5aa3";
}
.hgi-bulk.hgi-user-search-02:after {
  content: "\5aa4";
}
.hgi-bulk.hgi-user-search-02:before {
  content: "\5aa5";
}
.hgi-bulk.hgi-user:after {
  content: "\5aa6";
}
.hgi-bulk.hgi-user-settings-01:after {
  content: "\5aa7";
}
.hgi-bulk.hgi-user-settings-01:before {
  content: "\5aa8";
}
.hgi-bulk.hgi-user-settings-02:after {
  content: "\5aa9";
}
.hgi-bulk.hgi-user-settings-02:before {
  content: "\5aaa";
}
.hgi-bulk.hgi-user-sharing:after {
  content: "\5aab";
}
.hgi-bulk.hgi-user-sharing:before {
  content: "\5aac";
}
.hgi-bulk.hgi-user-shield-01:after {
  content: "\5aad";
}
.hgi-bulk.hgi-user-shield-01:before {
  content: "\5aae";
}
.hgi-bulk.hgi-user-shield-02:after {
  content: "\5aaf";
}
.hgi-bulk.hgi-user-shield-02:before {
  content: "\5ab0";
}
.hgi-bulk.hgi-user-square:after {
  content: "\5ab1";
}
.hgi-bulk.hgi-user-square:before {
  content: "\5ab2";
}
.hgi-bulk.hgi-user-star-01:after {
  content: "\5ab3";
}
.hgi-bulk.hgi-user-star-01:before {
  content: "\5ab4";
}
.hgi-bulk.hgi-user-star-02:after {
  content: "\5ab5";
}
.hgi-bulk.hgi-user-star-02:before {
  content: "\5ab6";
}
.hgi-bulk.hgi-user-status:after {
  content: "\5ab7";
}
.hgi-bulk.hgi-user-status:before {
  content: "\5ab8";
}
.hgi-bulk.hgi-user-story:after {
  content: "\5ab9";
}
.hgi-bulk.hgi-user-story:before {
  content: "\5aba";
}
.hgi-bulk.hgi-user-switch:after {
  content: "\5abb";
}
.hgi-bulk.hgi-user-switch:before {
  content: "\5abc";
}
.hgi-bulk.hgi-user-unlock-01:after {
  content: "\5abd";
}
.hgi-bulk.hgi-user-unlock-01:before {
  content: "\5abe";
}
.hgi-bulk.hgi-user-unlock-02:after {
  content: "\5abf";
}
.hgi-bulk.hgi-user-unlock-02:before {
  content: "\5ac0";
}
.hgi-bulk.hgi-user:before {
  content: "\5ac1";
}
.hgi-bulk.hgi-uv-01:after {
  content: "\5ac2";
}
.hgi-bulk.hgi-uv-01:before {
  content: "\5ac3";
}
.hgi-bulk.hgi-uv-02:after {
  content: "\5ac4";
}
.hgi-bulk.hgi-uv-02:before {
  content: "\5ac5";
}
.hgi-bulk.hgi-uv-03:after {
  content: "\5ac6";
}
.hgi-bulk.hgi-uv-03:before {
  content: "\5ac7";
}
.hgi-bulk.hgi-vaccine:after {
  content: "\5ac8";
}
.hgi-bulk.hgi-vaccine:before {
  content: "\5ac9";
}
.hgi-bulk.hgi-validation-approval:after {
  content: "\5aca";
}
.hgi-bulk.hgi-validation-approval:before {
  content: "\5acb";
}
.hgi-bulk.hgi-validation:after {
  content: "\5acc";
}
.hgi-bulk.hgi-validation:before {
  content: "\5acd";
}
.hgi-bulk.hgi-van:after {
  content: "\5ace";
}
.hgi-bulk.hgi-van:before {
  content: "\5acf";
}
.hgi-bulk.hgi-variable:after {
  content: "\5ad0";
}
.hgi-bulk.hgi-variable:before {
  content: "\5ad1";
}
.hgi-bulk.hgi-vegetarian-food:after {
  content: "\5ad2";
}
.hgi-bulk.hgi-vegetarian-food:before {
  content: "\5ad3";
}
.hgi-bulk.hgi-versus:after {
  content: "\5ad4";
}
.hgi-bulk.hgi-versus:before {
  content: "\5ad5";
}
.hgi-bulk.hgi-vertical-resize:after {
  content: "\5ad6";
}
.hgi-bulk.hgi-vertical-resize:before {
  content: "\5ad7";
}
.hgi-bulk.hgi-vertical-scroll-point:after {
  content: "\5ad8";
}
.hgi-bulk.hgi-vertical-scroll-point:before {
  content: "\5ad9";
}
.hgi-bulk.hgi-vest:after {
  content: "\5ada";
}
.hgi-bulk.hgi-vest:before {
  content: "\5adb";
}
.hgi-bulk.hgi-victory-finger-01:after {
  content: "\5adc";
}
.hgi-bulk.hgi-victory-finger-01:before {
  content: "\5add";
}
.hgi-bulk.hgi-victory-finger-02:after {
  content: "\5ade";
}
.hgi-bulk.hgi-victory-finger-02:before {
  content: "\5adf";
}
.hgi-bulk.hgi-victory-finger-03:after {
  content: "\5ae0";
}
.hgi-bulk.hgi-victory-finger-03:before {
  content: "\5ae1";
}
.hgi-bulk.hgi-video-01:after {
  content: "\5ae2";
}
.hgi-bulk.hgi-video-01:before {
  content: "\5ae3";
}
.hgi-bulk.hgi-video-02:after {
  content: "\5ae4";
}
.hgi-bulk.hgi-video-02:before {
  content: "\5ae5";
}
.hgi-bulk.hgi-video-console:after {
  content: "\5ae6";
}
.hgi-bulk.hgi-video-console:before {
  content: "\5ae7";
}
.hgi-bulk.hgi-video-off:after {
  content: "\5ae8";
}
.hgi-bulk.hgi-video-off:before {
  content: "\5ae9";
}
.hgi-bulk.hgi-video-replay:after {
  content: "\5aea";
}
.hgi-bulk.hgi-video-replay:before {
  content: "\5aeb";
}
.hgi-bulk.hgi-view-off:after {
  content: "\5aec";
}
.hgi-bulk.hgi-view-off-slash:after {
  content: "\5aed";
}
.hgi-bulk.hgi-view-off-slash:before {
  content: "\5aee";
}
.hgi-bulk.hgi-view-off:before {
  content: "\5aef";
}
.hgi-bulk.hgi-view:after {
  content: "\5af0";
}
.hgi-bulk.hgi-view:before {
  content: "\5af1";
}
.hgi-bulk.hgi-vimeo:after {
  content: "\5af2";
}
.hgi-bulk.hgi-vimeo:before {
  content: "\5af3";
}
.hgi-bulk.hgi-vine:after {
  content: "\5af4";
}
.hgi-bulk.hgi-vine-square:after {
  content: "\5af5";
}
.hgi-bulk.hgi-vine-square:before {
  content: "\5af6";
}
.hgi-bulk.hgi-vine:before {
  content: "\5af7";
}
.hgi-bulk.hgi-vintage-clock:after {
  content: "\5af8";
}
.hgi-bulk.hgi-vintage-clock:before {
  content: "\5af9";
}
.hgi-bulk.hgi-virtual-reality-vr-01:after {
  content: "\5afa";
}
.hgi-bulk.hgi-virtual-reality-vr-01:before {
  content: "\5afb";
}
.hgi-bulk.hgi-virtual-reality-vr-02:after {
  content: "\5afc";
}
.hgi-bulk.hgi-virtual-reality-vr-02:before {
  content: "\5afd";
}
.hgi-bulk.hgi-vision:after {
  content: "\5afe";
}
.hgi-bulk.hgi-vision:before {
  content: "\5aff";
}
.hgi-bulk.hgi-vk:after {
  content: "\5b00";
}
.hgi-bulk.hgi-vk-square:after {
  content: "\5b01";
}
.hgi-bulk.hgi-vk-square:before {
  content: "\5b02";
}
.hgi-bulk.hgi-vk:before {
  content: "\5b03";
}
.hgi-bulk.hgi-voice-id:after {
  content: "\5b04";
}
.hgi-bulk.hgi-voice-id:before {
  content: "\5b05";
}
.hgi-bulk.hgi-voice:after {
  content: "\5b06";
}
.hgi-bulk.hgi-voice:before {
  content: "\5b07";
}
.hgi-bulk.hgi-volleyball:after {
  content: "\5b08";
}
.hgi-bulk.hgi-volleyball:before {
  content: "\5b09";
}
.hgi-bulk.hgi-volume-high:after {
  content: "\5b0a";
}
.hgi-bulk.hgi-volume-high:before {
  content: "\5b0b";
}
.hgi-bulk.hgi-volume-low:after {
  content: "\5b0c";
}
.hgi-bulk.hgi-volume-low:before {
  content: "\5b0d";
}
.hgi-bulk.hgi-volume-minus:after {
  content: "\5b0e";
}
.hgi-bulk.hgi-volume-minus:before {
  content: "\5b0f";
}
.hgi-bulk.hgi-volume-mute-01:after {
  content: "\5b10";
}
.hgi-bulk.hgi-volume-mute-01:before {
  content: "\5b11";
}
.hgi-bulk.hgi-volume-mute-02:after {
  content: "\5b12";
}
.hgi-bulk.hgi-volume-mute-02:before {
  content: "\5b13";
}
.hgi-bulk.hgi-volume-off:after {
  content: "\5b14";
}
.hgi-bulk.hgi-volume-off:before {
  content: "\5b15";
}
.hgi-bulk.hgi-volume-up:after {
  content: "\5b16";
}
.hgi-bulk.hgi-volume-up:before {
  content: "\5b17";
}
.hgi-bulk.hgi-vomiting:after {
  content: "\5b18";
}
.hgi-bulk.hgi-vomiting:before {
  content: "\5b19";
}
.hgi-bulk.hgi-voucher:after {
  content: "\5b1a";
}
.hgi-bulk.hgi-voucher:before {
  content: "\5b1b";
}
.hgi-bulk.hgi-vr-glasses:after {
  content: "\5b1c";
}
.hgi-bulk.hgi-vr-glasses:before {
  content: "\5b1d";
}
.hgi-bulk.hgi-vr:after {
  content: "\5b1e";
}
.hgi-bulk.hgi-vr:before {
  content: "\5b1f";
}
.hgi-bulk.hgi-vynil-01:after {
  content: "\5b20";
}
.hgi-bulk.hgi-vynil-01:before {
  content: "\5b21";
}
.hgi-bulk.hgi-vynil-02:after {
  content: "\5b22";
}
.hgi-bulk.hgi-vynil-02:before {
  content: "\5b23";
}
.hgi-bulk.hgi-vynil-03:after {
  content: "\5b24";
}
.hgi-bulk.hgi-vynil-03:before {
  content: "\5b25";
}
.hgi-bulk.hgi-waiter:after {
  content: "\5b26";
}
.hgi-bulk.hgi-waiter:before {
  content: "\5b27";
}
.hgi-bulk.hgi-waiters:after {
  content: "\5b28";
}
.hgi-bulk.hgi-waiters:before {
  content: "\5b29";
}
.hgi-bulk.hgi-wall-lamp:after {
  content: "\5b2a";
}
.hgi-bulk.hgi-wall-lamp:before {
  content: "\5b2b";
}
.hgi-bulk.hgi-wallet-01:after {
  content: "\5b2c";
}
.hgi-bulk.hgi-wallet-01:before {
  content: "\5b2d";
}
.hgi-bulk.hgi-wallet-02:after {
  content: "\5b2e";
}
.hgi-bulk.hgi-wallet-02:before {
  content: "\5b2f";
}
.hgi-bulk.hgi-wallet-03:after {
  content: "\5b30";
}
.hgi-bulk.hgi-wallet-03:before {
  content: "\5b31";
}
.hgi-bulk.hgi-wallet-04:after {
  content: "\5b32";
}
.hgi-bulk.hgi-wallet-04:before {
  content: "\5b33";
}
.hgi-bulk.hgi-wallet-05:after {
  content: "\5b34";
}
.hgi-bulk.hgi-wallet-05:before {
  content: "\5b35";
}
.hgi-bulk.hgi-wallet-add-01:after {
  content: "\5b36";
}
.hgi-bulk.hgi-wallet-add-01:before {
  content: "\5b37";
}
.hgi-bulk.hgi-wallet-add-02:after {
  content: "\5b38";
}
.hgi-bulk.hgi-wallet-add-02:before {
  content: "\5b39";
}
.hgi-bulk.hgi-wallet-done-01:after {
  content: "\5b3a";
}
.hgi-bulk.hgi-wallet-done-01:before {
  content: "\5b3b";
}
.hgi-bulk.hgi-wallet-done-02:after {
  content: "\5b3c";
}
.hgi-bulk.hgi-wallet-done-02:before {
  content: "\5b3d";
}
.hgi-bulk.hgi-wallet-not-found-01:after {
  content: "\5b3e";
}
.hgi-bulk.hgi-wallet-not-found-01:before {
  content: "\5b3f";
}
.hgi-bulk.hgi-wallet-not-found-02:after {
  content: "\5b40";
}
.hgi-bulk.hgi-wallet-not-found-02:before {
  content: "\5b41";
}
.hgi-bulk.hgi-wallet-remove-01:after {
  content: "\5b42";
}
.hgi-bulk.hgi-wallet-remove-01:before {
  content: "\5b43";
}
.hgi-bulk.hgi-wallet-remove-02:after {
  content: "\5b44";
}
.hgi-bulk.hgi-wallet-remove-02:before {
  content: "\5b45";
}
.hgi-bulk.hgi-wanted:after {
  content: "\5b46";
}
.hgi-bulk.hgi-wanted:before {
  content: "\5b47";
}
.hgi-bulk.hgi-wardrobe-01:after {
  content: "\5b48";
}
.hgi-bulk.hgi-wardrobe-01:before {
  content: "\5b49";
}
.hgi-bulk.hgi-wardrobe-02:after {
  content: "\5b4a";
}
.hgi-bulk.hgi-wardrobe-02:before {
  content: "\5b4b";
}
.hgi-bulk.hgi-wardrobe-03:after {
  content: "\5b4c";
}
.hgi-bulk.hgi-wardrobe-03:before {
  content: "\5b4d";
}
.hgi-bulk.hgi-wardrobe-04:after {
  content: "\5b4e";
}
.hgi-bulk.hgi-wardrobe-04:before {
  content: "\5b4f";
}
.hgi-bulk.hgi-warehouse:after {
  content: "\5b50";
}
.hgi-bulk.hgi-warehouse:before {
  content: "\5b51";
}
.hgi-bulk.hgi-washington-monument:after {
  content: "\5b52";
}
.hgi-bulk.hgi-washington-monument:before {
  content: "\5b53";
}
.hgi-bulk.hgi-waste-restore:after {
  content: "\5b54";
}
.hgi-bulk.hgi-waste-restore:before {
  content: "\5b55";
}
.hgi-bulk.hgi-waste:after {
  content: "\5b56";
}
.hgi-bulk.hgi-waste:before {
  content: "\5b57";
}
.hgi-bulk.hgi-watch-01:after {
  content: "\5b58";
}
.hgi-bulk.hgi-watch-01:before {
  content: "\5b59";
}
.hgi-bulk.hgi-watch-02:after {
  content: "\5b5a";
}
.hgi-bulk.hgi-watch-02:before {
  content: "\5b5b";
}
.hgi-bulk.hgi-water-energy:after {
  content: "\5b5c";
}
.hgi-bulk.hgi-water-energy:before {
  content: "\5b5d";
}
.hgi-bulk.hgi-water-polo:after {
  content: "\5b5e";
}
.hgi-bulk.hgi-water-polo:before {
  content: "\5b5f";
}
.hgi-bulk.hgi-water-pump:after {
  content: "\5b60";
}
.hgi-bulk.hgi-water-pump:before {
  content: "\5b61";
}
.hgi-bulk.hgi-waterfall-down-01:after {
  content: "\5b62";
}
.hgi-bulk.hgi-waterfall-down-01:before {
  content: "\5b63";
}
.hgi-bulk.hgi-waterfall-down-03:after {
  content: "\5b64";
}
.hgi-bulk.hgi-waterfall-down-03:before {
  content: "\5b65";
}
.hgi-bulk.hgi-waterfall-up-01:after {
  content: "\5b66";
}
.hgi-bulk.hgi-waterfall-up-01:before {
  content: "\5b67";
}
.hgi-bulk.hgi-waterfall-up-02:after {
  content: "\5b68";
}
.hgi-bulk.hgi-waterfall-up-02:before {
  content: "\5b69";
}
.hgi-bulk.hgi-watermelon:after {
  content: "\5b6a";
}
.hgi-bulk.hgi-watermelon:before {
  content: "\5b6b";
}
.hgi-bulk.hgi-wattpad:after {
  content: "\5b6c";
}
.hgi-bulk.hgi-wattpad-square:after {
  content: "\5b6d";
}
.hgi-bulk.hgi-wattpad-square:before {
  content: "\5b6e";
}
.hgi-bulk.hgi-wattpad:before {
  content: "\5b6f";
}
.hgi-bulk.hgi-wav-01:after {
  content: "\5b70";
}
.hgi-bulk.hgi-wav-01:before {
  content: "\5b71";
}
.hgi-bulk.hgi-wav-02:after {
  content: "\5b72";
}
.hgi-bulk.hgi-wav-02:before {
  content: "\5b73";
}
.hgi-bulk.hgi-waving-hand-01:after {
  content: "\5b74";
}
.hgi-bulk.hgi-waving-hand-01:before {
  content: "\5b75";
}
.hgi-bulk.hgi-waving-hand-02:after {
  content: "\5b76";
}
.hgi-bulk.hgi-waving-hand-02:before {
  content: "\5b77";
}
.hgi-bulk.hgi-waze:after {
  content: "\5b78";
}
.hgi-bulk.hgi-waze:before {
  content: "\5b79";
}
.hgi-bulk.hgi-web-design-01:after {
  content: "\5b7a";
}
.hgi-bulk.hgi-web-design-01:before {
  content: "\5b7b";
}
.hgi-bulk.hgi-web-design-02:after {
  content: "\5b7c";
}
.hgi-bulk.hgi-web-design-02:before {
  content: "\5b7d";
}
.hgi-bulk.hgi-web-programming:after {
  content: "\5b7e";
}
.hgi-bulk.hgi-web-programming:before {
  content: "\5b7f";
}
.hgi-bulk.hgi-web-protection:after {
  content: "\5b80";
}
.hgi-bulk.hgi-web-protection:before {
  content: "\5b81";
}
.hgi-bulk.hgi-web-security:after {
  content: "\5b82";
}
.hgi-bulk.hgi-web-security:before {
  content: "\5b83";
}
.hgi-bulk.hgi-web-validation:after {
  content: "\5b84";
}
.hgi-bulk.hgi-web-validation:before {
  content: "\5b85";
}
.hgi-bulk.hgi-webflow:after {
  content: "\5b86";
}
.hgi-bulk.hgi-webflow:before {
  content: "\5b87";
}
.hgi-bulk.hgi-webhook:after {
  content: "\5b88";
}
.hgi-bulk.hgi-webhook:before {
  content: "\5b89";
}
.hgi-bulk.hgi-wechat:after {
  content: "\5b8a";
}
.hgi-bulk.hgi-wechat:before {
  content: "\5b8b";
}
.hgi-bulk.hgi-wedding:after {
  content: "\5b8c";
}
.hgi-bulk.hgi-wedding:before {
  content: "\5b8d";
}
.hgi-bulk.hgi-weight-scale-01:after {
  content: "\5b8e";
}
.hgi-bulk.hgi-weight-scale-01:before {
  content: "\5b8f";
}
.hgi-bulk.hgi-weight-scale:after {
  content: "\5b90";
}
.hgi-bulk.hgi-weight-scale:before {
  content: "\5b91";
}
.hgi-bulk.hgi-wellness:after {
  content: "\5b92";
}
.hgi-bulk.hgi-wellness:before {
  content: "\5b93";
}
.hgi-bulk.hgi-whatsapp-business:after {
  content: "\5b94";
}
.hgi-bulk.hgi-whatsapp-business:before {
  content: "\5b95";
}
.hgi-bulk.hgi-whatsapp:after {
  content: "\5b96";
}
.hgi-bulk.hgi-whatsapp:before {
  content: "\5b97";
}
.hgi-bulk.hgi-wheelchair:after {
  content: "\5b98";
}
.hgi-bulk.hgi-wheelchair:before {
  content: "\5b99";
}
.hgi-bulk.hgi-whisk:after {
  content: "\5b9a";
}
.hgi-bulk.hgi-whisk:before {
  content: "\5b9b";
}
.hgi-bulk.hgi-whistle:after {
  content: "\5b9c";
}
.hgi-bulk.hgi-whistle:before {
  content: "\5b9d";
}
.hgi-bulk.hgi-whiteboard:after {
  content: "\5b9e";
}
.hgi-bulk.hgi-whiteboard:before {
  content: "\5b9f";
}
.hgi-bulk.hgi-wifi-01:after {
  content: "\5ba0";
}
.hgi-bulk.hgi-wifi-01:before {
  content: "\5ba1";
}
.hgi-bulk.hgi-wifi-02:after {
  content: "\5ba2";
}
.hgi-bulk.hgi-wifi-02:before {
  content: "\5ba3";
}
.hgi-bulk.hgi-wifi-circle:after {
  content: "\5ba4";
}
.hgi-bulk.hgi-wifi-circle:before {
  content: "\5ba5";
}
.hgi-bulk.hgi-wifi-connected-01:after {
  content: "\5ba6";
}
.hgi-bulk.hgi-wifi-connected-01:before {
  content: "\5ba7";
}
.hgi-bulk.hgi-wifi-connected-02:after {
  content: "\5ba8";
}
.hgi-bulk.hgi-wifi-connected-02:before {
  content: "\5ba9";
}
.hgi-bulk.hgi-wifi-connected-03:after {
  content: "\5baa";
}
.hgi-bulk.hgi-wifi-connected-03:before {
  content: "\5bab";
}
.hgi-bulk.hgi-wifi-disconnected-01:after {
  content: "\5bac";
}
.hgi-bulk.hgi-wifi-disconnected-01:before {
  content: "\5bad";
}
.hgi-bulk.hgi-wifi-disconnected-02:after {
  content: "\5bae";
}
.hgi-bulk.hgi-wifi-disconnected-02:before {
  content: "\5baf";
}
.hgi-bulk.hgi-wifi-disconnected-03:after {
  content: "\5bb0";
}
.hgi-bulk.hgi-wifi-disconnected-03:before {
  content: "\5bb1";
}
.hgi-bulk.hgi-wifi-disconnected-04:after {
  content: "\5bb2";
}
.hgi-bulk.hgi-wifi-disconnected-04:before {
  content: "\5bb3";
}
.hgi-bulk.hgi-wifi-error-01:after {
  content: "\5bb4";
}
.hgi-bulk.hgi-wifi-error-01:before {
  content: "\5bb5";
}
.hgi-bulk.hgi-wifi-error-02:after {
  content: "\5bb6";
}
.hgi-bulk.hgi-wifi-error-02:before {
  content: "\5bb7";
}
.hgi-bulk.hgi-wifi-full-signal:after {
  content: "\5bb8";
}
.hgi-bulk.hgi-wifi-full-signal:before {
  content: "\5bb9";
}
.hgi-bulk.hgi-wifi-location:after {
  content: "\5bba";
}
.hgi-bulk.hgi-wifi-location:before {
  content: "\5bbb";
}
.hgi-bulk.hgi-wifi-lock:after {
  content: "\5bbc";
}
.hgi-bulk.hgi-wifi-lock:before {
  content: "\5bbd";
}
.hgi-bulk.hgi-wifi-low-signal:after {
  content: "\5bbe";
}
.hgi-bulk.hgi-wifi-low-signal:before {
  content: "\5bbf";
}
.hgi-bulk.hgi-wifi-medium-signal:after {
  content: "\5bc0";
}
.hgi-bulk.hgi-wifi-medium-signal:before {
  content: "\5bc1";
}
.hgi-bulk.hgi-wifi-no-signal:after {
  content: "\5bc2";
}
.hgi-bulk.hgi-wifi-no-signal:before {
  content: "\5bc3";
}
.hgi-bulk.hgi-wifi-off-01:after {
  content: "\5bc4";
}
.hgi-bulk.hgi-wifi-off-01:before {
  content: "\5bc5";
}
.hgi-bulk.hgi-wifi-off-02:after {
  content: "\5bc6";
}
.hgi-bulk.hgi-wifi-off-02:before {
  content: "\5bc7";
}
.hgi-bulk.hgi-wifi-square:after {
  content: "\5bc8";
}
.hgi-bulk.hgi-wifi-square:before {
  content: "\5bc9";
}
.hgi-bulk.hgi-wifi-unlock:after {
  content: "\5bca";
}
.hgi-bulk.hgi-wifi-unlock:before {
  content: "\5bcb";
}
.hgi-bulk.hgi-wikipedia:after {
  content: "\5bcc";
}
.hgi-bulk.hgi-wikipedia:before {
  content: "\5bcd";
}
.hgi-bulk.hgi-wind-power-01:after {
  content: "\5bce";
}
.hgi-bulk.hgi-wind-power-01:before {
  content: "\5bcf";
}
.hgi-bulk.hgi-wind-power-02:after {
  content: "\5bd0";
}
.hgi-bulk.hgi-wind-power-02:before {
  content: "\5bd1";
}
.hgi-bulk.hgi-wind-power-03:after {
  content: "\5bd2";
}
.hgi-bulk.hgi-wind-power-03:before {
  content: "\5bd3";
}
.hgi-bulk.hgi-wind-power:after {
  content: "\5bd4";
}
.hgi-bulk.hgi-wind-power:before {
  content: "\5bd5";
}
.hgi-bulk.hgi-wind-surf:after {
  content: "\5bd6";
}
.hgi-bulk.hgi-wind-surf:before {
  content: "\5bd7";
}
.hgi-bulk.hgi-wind-turbine:after {
  content: "\5bd8";
}
.hgi-bulk.hgi-wind-turbine:before {
  content: "\5bd9";
}
.hgi-bulk.hgi-windows-new:after {
  content: "\5bda";
}
.hgi-bulk.hgi-windows-new:before {
  content: "\5bdb";
}
.hgi-bulk.hgi-windows-old:after {
  content: "\5bdc";
}
.hgi-bulk.hgi-windows-old:before {
  content: "\5bdd";
}
.hgi-bulk.hgi-wink:after {
  content: "\5bde";
}
.hgi-bulk.hgi-wink:before {
  content: "\5bdf";
}
.hgi-bulk.hgi-winking:after {
  content: "\5be0";
}
.hgi-bulk.hgi-winking:before {
  content: "\5be1";
}
.hgi-bulk.hgi-wireless-cloud-access:after {
  content: "\5be2";
}
.hgi-bulk.hgi-wireless-cloud-access:before {
  content: "\5be3";
}
.hgi-bulk.hgi-wireless:after {
  content: "\5be4";
}
.hgi-bulk.hgi-wireless:before {
  content: "\5be5";
}
.hgi-bulk.hgi-wise:after {
  content: "\5be6";
}
.hgi-bulk.hgi-wise:before {
  content: "\5be7";
}
.hgi-bulk.hgi-woman:after {
  content: "\5be8";
}
.hgi-bulk.hgi-woman:before {
  content: "\5be9";
}
.hgi-bulk.hgi-wordpress:after {
  content: "\5bea";
}
.hgi-bulk.hgi-wordpress:before {
  content: "\5beb";
}
.hgi-bulk.hgi-work-alert:after {
  content: "\5bec";
}
.hgi-bulk.hgi-work-alert:before {
  content: "\5bed";
}
.hgi-bulk.hgi-work-history:after {
  content: "\5bee";
}
.hgi-bulk.hgi-work-history:before {
  content: "\5bef";
}
.hgi-bulk.hgi-work:after {
  content: "\5bf0";
}
.hgi-bulk.hgi-work-update:after {
  content: "\5bf1";
}
.hgi-bulk.hgi-work-update:before {
  content: "\5bf2";
}
.hgi-bulk.hgi-work:before {
  content: "\5bf3";
}
.hgi-bulk.hgi-workflow-circle-01:after {
  content: "\5bf4";
}
.hgi-bulk.hgi-workflow-circle-01:before {
  content: "\5bf5";
}
.hgi-bulk.hgi-workflow-circle-02:after {
  content: "\5bf6";
}
.hgi-bulk.hgi-workflow-circle-02:before {
  content: "\5bf7";
}
.hgi-bulk.hgi-workflow-circle-03:after {
  content: "\5bf8";
}
.hgi-bulk.hgi-workflow-circle-03:before {
  content: "\5bf9";
}
.hgi-bulk.hgi-workflow-circle-04:after {
  content: "\5bfa";
}
.hgi-bulk.hgi-workflow-circle-04:before {
  content: "\5bfb";
}
.hgi-bulk.hgi-workflow-circle-05:after {
  content: "\5bfc";
}
.hgi-bulk.hgi-workflow-circle-05:before {
  content: "\5bfd";
}
.hgi-bulk.hgi-workflow-circle-06:after {
  content: "\5bfe";
}
.hgi-bulk.hgi-workflow-circle-06:before {
  content: "\5bff";
}
.hgi-bulk.hgi-workflow-square-01:after {
  content: "\5c00";
}
.hgi-bulk.hgi-workflow-square-01:before {
  content: "\5c01";
}
.hgi-bulk.hgi-workflow-square-02:after {
  content: "\5c02";
}
.hgi-bulk.hgi-workflow-square-02:before {
  content: "\5c03";
}
.hgi-bulk.hgi-workflow-square-03:after {
  content: "\5c04";
}
.hgi-bulk.hgi-workflow-square-03:before {
  content: "\5c05";
}
.hgi-bulk.hgi-workflow-square-04:after {
  content: "\5c06";
}
.hgi-bulk.hgi-workflow-square-04:before {
  content: "\5c07";
}
.hgi-bulk.hgi-workflow-square-05:after {
  content: "\5c08";
}
.hgi-bulk.hgi-workflow-square-05:before {
  content: "\5c09";
}
.hgi-bulk.hgi-workflow-square-06:after {
  content: "\5c0a";
}
.hgi-bulk.hgi-workflow-square-06:before {
  content: "\5c0b";
}
.hgi-bulk.hgi-workflow-square-07:after {
  content: "\5c0c";
}
.hgi-bulk.hgi-workflow-square-07:before {
  content: "\5c0d";
}
.hgi-bulk.hgi-workflow-square-08:after {
  content: "\5c0e";
}
.hgi-bulk.hgi-workflow-square-08:before {
  content: "\5c0f";
}
.hgi-bulk.hgi-workflow-square-09:after {
  content: "\5c10";
}
.hgi-bulk.hgi-workflow-square-09:before {
  content: "\5c11";
}
.hgi-bulk.hgi-workflow-square-10:after {
  content: "\5c12";
}
.hgi-bulk.hgi-workflow-square-10:before {
  content: "\5c13";
}
.hgi-bulk.hgi-workout-battle-ropes:after {
  content: "\5c14";
}
.hgi-bulk.hgi-workout-battle-ropes:before {
  content: "\5c15";
}
.hgi-bulk.hgi-workout-gymnastics:after {
  content: "\5c16";
}
.hgi-bulk.hgi-workout-gymnastics:before {
  content: "\5c17";
}
.hgi-bulk.hgi-workout-kicking:after {
  content: "\5c18";
}
.hgi-bulk.hgi-workout-kicking:before {
  content: "\5c19";
}
.hgi-bulk.hgi-workout-run:after {
  content: "\5c1a";
}
.hgi-bulk.hgi-workout-run:before {
  content: "\5c1b";
}
.hgi-bulk.hgi-workout-sport:after {
  content: "\5c1c";
}
.hgi-bulk.hgi-workout-sport:before {
  content: "\5c1d";
}
.hgi-bulk.hgi-workout-squats:after {
  content: "\5c1e";
}
.hgi-bulk.hgi-workout-squats:before {
  content: "\5c1f";
}
.hgi-bulk.hgi-workout-stretching:after {
  content: "\5c20";
}
.hgi-bulk.hgi-workout-stretching:before {
  content: "\5c21";
}
.hgi-bulk.hgi-workout-warm-up:after {
  content: "\5c22";
}
.hgi-bulk.hgi-workout-warm-up:before {
  content: "\5c23";
}
.hgi-bulk.hgi-worry:after {
  content: "\5c24";
}
.hgi-bulk.hgi-worry:before {
  content: "\5c25";
}
.hgi-bulk.hgi-wps-office-rectangle:after {
  content: "\5c26";
}
.hgi-bulk.hgi-wps-office-rectangle:before {
  content: "\5c27";
}
.hgi-bulk.hgi-wps-office:after {
  content: "\5c28";
}
.hgi-bulk.hgi-wps-office:before {
  content: "\5c29";
}
.hgi-bulk.hgi-wrench-01:after {
  content: "\5c2a";
}
.hgi-bulk.hgi-wrench-01:before {
  content: "\5c2b";
}
.hgi-bulk.hgi-wrench-02:after {
  content: "\5c2c";
}
.hgi-bulk.hgi-wrench-02:before {
  content: "\5c2d";
}
.hgi-bulk.hgi-wudu:after {
  content: "\5c2e";
}
.hgi-bulk.hgi-wudu:before {
  content: "\5c2f";
}
.hgi-bulk.hgi-x-ray:after {
  content: "\5c30";
}
.hgi-bulk.hgi-x-ray:before {
  content: "\5c31";
}
.hgi-bulk.hgi-x-variable-circle:after {
  content: "\5c32";
}
.hgi-bulk.hgi-x-variable-circle:before {
  content: "\5c33";
}
.hgi-bulk.hgi-x-variable:after {
  content: "\5c34";
}
.hgi-bulk.hgi-x-variable-square:after {
  content: "\5c35";
}
.hgi-bulk.hgi-x-variable-square:before {
  content: "\5c36";
}
.hgi-bulk.hgi-x-variable:before {
  content: "\5c37";
}
.hgi-bulk.hgi-xing:after {
  content: "\5c38";
}
.hgi-bulk.hgi-xing:before {
  content: "\5c39";
}
.hgi-bulk.hgi-xls-01:after {
  content: "\5c3a";
}
.hgi-bulk.hgi-xls-01:before {
  content: "\5c3b";
}
.hgi-bulk.hgi-xls-02:after {
  content: "\5c3c";
}
.hgi-bulk.hgi-xls-02:before {
  content: "\5c3d";
}
.hgi-bulk.hgi-xml-01:after {
  content: "\5c3e";
}
.hgi-bulk.hgi-xml-01:before {
  content: "\5c3f";
}
.hgi-bulk.hgi-xml-02:after {
  content: "\5c40";
}
.hgi-bulk.hgi-xml-02:before {
  content: "\5c41";
}
.hgi-bulk.hgi-xsl-01:after {
  content: "\5c42";
}
.hgi-bulk.hgi-xsl-01:before {
  content: "\5c43";
}
.hgi-bulk.hgi-xsl-02:after {
  content: "\5c44";
}
.hgi-bulk.hgi-xsl-02:before {
  content: "\5c45";
}
.hgi-bulk.hgi-yelp:after {
  content: "\5c46";
}
.hgi-bulk.hgi-yelp:before {
  content: "\5c47";
}
.hgi-bulk.hgi-yen-circle:after {
  content: "\5c48";
}
.hgi-bulk.hgi-yen-circle:before {
  content: "\5c49";
}
.hgi-bulk.hgi-yen-receive:after {
  content: "\5c4a";
}
.hgi-bulk.hgi-yen-receive:before {
  content: "\5c4b";
}
.hgi-bulk.hgi-yen:after {
  content: "\5c4c";
}
.hgi-bulk.hgi-yen-send:after {
  content: "\5c4d";
}
.hgi-bulk.hgi-yen-send:before {
  content: "\5c4e";
}
.hgi-bulk.hgi-yen-square:after {
  content: "\5c4f";
}
.hgi-bulk.hgi-yen-square:before {
  content: "\5c50";
}
.hgi-bulk.hgi-yen:before {
  content: "\5c51";
}
.hgi-bulk.hgi-yoga-01:after {
  content: "\5c52";
}
.hgi-bulk.hgi-yoga-01:before {
  content: "\5c53";
}
.hgi-bulk.hgi-yoga-02:after {
  content: "\5c54";
}
.hgi-bulk.hgi-yoga-02:before {
  content: "\5c55";
}
.hgi-bulk.hgi-yoga-03:after {
  content: "\5c56";
}
.hgi-bulk.hgi-yoga-03:before {
  content: "\5c57";
}
.hgi-bulk.hgi-yoga-ball:after {
  content: "\5c58";
}
.hgi-bulk.hgi-yoga-ball:before {
  content: "\5c59";
}
.hgi-bulk.hgi-yoga-mat:after {
  content: "\5c5a";
}
.hgi-bulk.hgi-yoga-mat:before {
  content: "\5c5b";
}
.hgi-bulk.hgi-yogurt:after {
  content: "\5c5c";
}
.hgi-bulk.hgi-yogurt:before {
  content: "\5c5d";
}
.hgi-bulk.hgi-youtube:after {
  content: "\5c5e";
}
.hgi-bulk.hgi-youtube:before {
  content: "\5c5f";
}
.hgi-bulk.hgi-yurt:after {
  content: "\5c60";
}
.hgi-bulk.hgi-yurt:before {
  content: "\5c61";
}
.hgi-bulk.hgi-zakat:after {
  content: "\5c62";
}
.hgi-bulk.hgi-zakat:before {
  content: "\5c63";
}
.hgi-bulk.hgi-zap:after {
  content: "\5c64";
}
.hgi-bulk.hgi-zap:before {
  content: "\5c65";
}
.hgi-bulk.hgi-zeppelin:after {
  content: "\5c66";
}
.hgi-bulk.hgi-zeppelin:before {
  content: "\5c67";
}
.hgi-bulk.hgi-zip-01:after {
  content: "\5c68";
}
.hgi-bulk.hgi-zip-01:before {
  content: "\5c69";
}
.hgi-bulk.hgi-zip-02:after {
  content: "\5c6a";
}
.hgi-bulk.hgi-zip-02:before {
  content: "\5c6b";
}
.hgi-bulk.hgi-zoom-circle:after {
  content: "\5c6c";
}
.hgi-bulk.hgi-zoom-circle:before {
  content: "\5c6d";
}
.hgi-bulk.hgi-zoom-in-area:after {
  content: "\5c6e";
}
.hgi-bulk.hgi-zoom-in-area:before {
  content: "\5c6f";
}
.hgi-bulk.hgi-zoom-out-area:after {
  content: "\5c70";
}
.hgi-bulk.hgi-zoom-out-area:before {
  content: "\5c71";
}
.hgi-bulk.hgi-zoom:after {
  content: "\5c72";
}
.hgi-bulk.hgi-zoom-square:after {
  content: "\5c73";
}
.hgi-bulk.hgi-zoom-square:before {
  content: "\5c74";
}
.hgi-bulk.hgi-zoom:before {
  content: "\5c75";
}
.hgi-bulk.hgi-zsh:after {
  content: "\5c76";
}
.hgi-bulk.hgi-zsh:before {
  content: "\5c77";
}
.hgi-bulk.hgi-zzz:after {
  content: "\5c78";
}
.hgi-bulk.hgi-zzz:before {
  content: "\5c79";
}
@charset "UTF-8";
@font-face {
  font-family: "hgi-duotone-rounded";
  src: url("./media/hgi-duotone-rounded-K7KLHANW.eot?t=1736938733750");
  src:
    url("./media/hgi-duotone-rounded-K7KLHANW.eot?t=1736938733750#iefix") format("embedded-opentype"),
    url("./media/hgi-duotone-rounded-T36XK7IC.woff2?t=1736938733750") format("woff2"),
    url("./media/hgi-duotone-rounded-O65BFV3U.woff?t=1736938733750") format("woff"),
    url("./media/hgi-duotone-rounded-ONWJTUB7.ttf?t=1736938733750") format("truetype"),
    url("./media/hgi-duotone-rounded-FNFMQGGM.svg?t=1736938733750#hgi-duotone-rounded") format("svg");
}
.hgi-duotone {
  font-family: "hgi-duotone-rounded" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-display: block;
}
.hgi-duotone:before {
  position: absolute;
  left: 0;
}
.hgi-duotone:after {
  opacity: 0.4;
}
.hgi-duotone.hgi-3-d-view:after {
  content: "\3a70";
}
.hgi-duotone.hgi-3-d-view:before {
  content: "\3a71";
}
.hgi-duotone.hgi-abacus:after {
  content: "\3a72";
}
.hgi-duotone.hgi-abacus:before {
  content: "\3a73";
}
.hgi-duotone.hgi-absolute:after {
  content: "\3a74";
}
.hgi-duotone.hgi-absolute:before {
  content: "\3a75";
}
.hgi-duotone.hgi-acceleration:after {
  content: "\3a76";
}
.hgi-duotone.hgi-acceleration:before {
  content: "\3a77";
}
.hgi-duotone.hgi-access:after {
  content: "\3a78";
}
.hgi-duotone.hgi-access:before {
  content: "\3a79";
}
.hgi-duotone.hgi-accident:after {
  content: "\3a7a";
}
.hgi-duotone.hgi-accident:before {
  content: "\3a7b";
}
.hgi-duotone.hgi-account-setting-01:after {
  content: "\3a7c";
}
.hgi-duotone.hgi-account-setting-01:before {
  content: "\3a7d";
}
.hgi-duotone.hgi-account-setting-02:after {
  content: "\3a7e";
}
.hgi-duotone.hgi-account-setting-02:before {
  content: "\3a7f";
}
.hgi-duotone.hgi-account-setting-03:after {
  content: "\3a80";
}
.hgi-duotone.hgi-account-setting-03:before {
  content: "\3a81";
}
.hgi-duotone.hgi-activity-01:after {
  content: "\3a82";
}
.hgi-duotone.hgi-activity-01:before {
  content: "\3a83";
}
.hgi-duotone.hgi-activity-02:after {
  content: "\3a84";
}
.hgi-duotone.hgi-activity-02:before {
  content: "\3a85";
}
.hgi-duotone.hgi-activity-03:after {
  content: "\3a86";
}
.hgi-duotone.hgi-activity-03:before {
  content: "\3a87";
}
.hgi-duotone.hgi-activity-04:after {
  content: "\3a88";
}
.hgi-duotone.hgi-activity-04:before {
  content: "\3a89";
}
.hgi-duotone.hgi-acute:after {
  content: "\3a8a";
}
.hgi-duotone.hgi-acute:before {
  content: "\3a8b";
}
.hgi-duotone.hgi-add-01:after {
  content: "\3a8c";
}
.hgi-duotone.hgi-add-01:before {
  content: "\3a8d";
}
.hgi-duotone.hgi-add-02:after {
  content: "\3a8e";
}
.hgi-duotone.hgi-add-02:before {
  content: "\3a8f";
}
.hgi-duotone.hgi-add-circle-half-dot:after {
  content: "\3a90";
}
.hgi-duotone.hgi-add-circle-half-dot:before {
  content: "\3a91";
}
.hgi-duotone.hgi-add-circle:after {
  content: "\3a92";
}
.hgi-duotone.hgi-add-circle:before {
  content: "\3a93";
}
.hgi-duotone.hgi-add-female:after {
  content: "\3a94";
}
.hgi-duotone.hgi-add-female:before {
  content: "\3a95";
}
.hgi-duotone.hgi-add-male:after {
  content: "\3a96";
}
.hgi-duotone.hgi-add-male:before {
  content: "\3a97";
}
.hgi-duotone.hgi-add-square:after {
  content: "\3a98";
}
.hgi-duotone.hgi-add-square:before {
  content: "\3a99";
}
.hgi-duotone.hgi-add-team-02:after {
  content: "\3a9a";
}
.hgi-duotone.hgi-add-team-02:before {
  content: "\3a9b";
}
.hgi-duotone.hgi-add-team:after {
  content: "\3a9c";
}
.hgi-duotone.hgi-add-team:before {
  content: "\3a9d";
}
.hgi-duotone.hgi-add-to-list:after {
  content: "\3a9e";
}
.hgi-duotone.hgi-add-to-list:before {
  content: "\3a9f";
}
.hgi-duotone.hgi-address-book:after {
  content: "\3aa0";
}
.hgi-duotone.hgi-address-book:before {
  content: "\3aa1";
}
.hgi-duotone.hgi-adobe-after-effect:after {
  content: "\3aa2";
}
.hgi-duotone.hgi-adobe-after-effect:before {
  content: "\3aa3";
}
.hgi-duotone.hgi-adobe-illustrator:after {
  content: "\3aa4";
}
.hgi-duotone.hgi-adobe-illustrator:before {
  content: "\3aa5";
}
.hgi-duotone.hgi-adobe-indesign:after {
  content: "\3aa6";
}
.hgi-duotone.hgi-adobe-indesign:before {
  content: "\3aa7";
}
.hgi-duotone.hgi-adobe-photoshop:after {
  content: "\3aa8";
}
.hgi-duotone.hgi-adobe-photoshop:before {
  content: "\3aa9";
}
.hgi-duotone.hgi-adobe-premier:after {
  content: "\3aaa";
}
.hgi-duotone.hgi-adobe-premier:before {
  content: "\3aab";
}
.hgi-duotone.hgi-adobe-xd:after {
  content: "\3aac";
}
.hgi-duotone.hgi-adobe-xd:before {
  content: "\3aad";
}
.hgi-duotone.hgi-adventure:after {
  content: "\3aae";
}
.hgi-duotone.hgi-adventure:before {
  content: "\3aaf";
}
.hgi-duotone.hgi-advertisiment:after {
  content: "\3ab0";
}
.hgi-duotone.hgi-advertisiment:before {
  content: "\3ab1";
}
.hgi-duotone.hgi-adzan:after {
  content: "\3ab2";
}
.hgi-duotone.hgi-adzan:before {
  content: "\3ab3";
}
.hgi-duotone.hgi-affiliate:after {
  content: "\3ab4";
}
.hgi-duotone.hgi-affiliate:before {
  content: "\3ab5";
}
.hgi-duotone.hgi-agreement-01:after {
  content: "\3ab6";
}
.hgi-duotone.hgi-agreement-01:before {
  content: "\3ab7";
}
.hgi-duotone.hgi-agreement-02:after {
  content: "\3ab8";
}
.hgi-duotone.hgi-agreement-02:before {
  content: "\3ab9";
}
.hgi-duotone.hgi-agreement-03:after {
  content: "\3aba";
}
.hgi-duotone.hgi-agreement-03:before {
  content: "\3abb";
}
.hgi-duotone.hgi-ai-audio:after {
  content: "\3abc";
}
.hgi-duotone.hgi-ai-audio:before {
  content: "\3abd";
}
.hgi-duotone.hgi-ai-beautify:after {
  content: "\3abe";
}
.hgi-duotone.hgi-ai-beautify:before {
  content: "\3abf";
}
.hgi-duotone.hgi-ai-book:after {
  content: "\3ac0";
}
.hgi-duotone.hgi-ai-book:before {
  content: "\3ac1";
}
.hgi-duotone.hgi-ai-brain-01:after {
  content: "\3ac2";
}
.hgi-duotone.hgi-ai-brain-01:before {
  content: "\3ac3";
}
.hgi-duotone.hgi-ai-brain-02:after {
  content: "\3ac4";
}
.hgi-duotone.hgi-ai-brain-02:before {
  content: "\3ac5";
}
.hgi-duotone.hgi-ai-brain-03:after {
  content: "\3ac6";
}
.hgi-duotone.hgi-ai-brain-03:before {
  content: "\3ac7";
}
.hgi-duotone.hgi-ai-brain-04:after {
  content: "\3ac8";
}
.hgi-duotone.hgi-ai-brain-04:before {
  content: "\3ac9";
}
.hgi-duotone.hgi-ai-brain-05:after {
  content: "\3aca";
}
.hgi-duotone.hgi-ai-brain-05:before {
  content: "\3acb";
}
.hgi-duotone.hgi-ai-browser:after {
  content: "\3acc";
}
.hgi-duotone.hgi-ai-browser:before {
  content: "\3acd";
}
.hgi-duotone.hgi-ai-chat-01:after {
  content: "\3ace";
}
.hgi-duotone.hgi-ai-chat-01:before {
  content: "\3acf";
}
.hgi-duotone.hgi-ai-chat-02:after {
  content: "\3ad0";
}
.hgi-duotone.hgi-ai-chat-02:before {
  content: "\3ad1";
}
.hgi-duotone.hgi-ai-chemistry-01:after {
  content: "\3ad2";
}
.hgi-duotone.hgi-ai-chemistry-01:before {
  content: "\3ad3";
}
.hgi-duotone.hgi-ai-chemistry-02:after {
  content: "\3ad4";
}
.hgi-duotone.hgi-ai-chemistry-02:before {
  content: "\3ad5";
}
.hgi-duotone.hgi-ai-chemistry-03:after {
  content: "\3ad6";
}
.hgi-duotone.hgi-ai-chemistry-03:before {
  content: "\3ad7";
}
.hgi-duotone.hgi-ai-chip:after {
  content: "\3ad8";
}
.hgi-duotone.hgi-ai-chip:before {
  content: "\3ad9";
}
.hgi-duotone.hgi-ai-cloud-01:after {
  content: "\3ada";
}
.hgi-duotone.hgi-ai-cloud-01:before {
  content: "\3adb";
}
.hgi-duotone.hgi-ai-cloud-02:after {
  content: "\3adc";
}
.hgi-duotone.hgi-ai-cloud-02:before {
  content: "\3add";
}
.hgi-duotone.hgi-ai-cloud:after {
  content: "\3ade";
}
.hgi-duotone.hgi-ai-cloud:before {
  content: "\3adf";
}
.hgi-duotone.hgi-ai-computer:after {
  content: "\3ae0";
}
.hgi-duotone.hgi-ai-computer:before {
  content: "\3ae1";
}
.hgi-duotone.hgi-ai-content-generator-01:after {
  content: "\3ae2";
}
.hgi-duotone.hgi-ai-content-generator-01:before {
  content: "\3ae3";
}
.hgi-duotone.hgi-ai-content-generator-02:after {
  content: "\3ae4";
}
.hgi-duotone.hgi-ai-content-generator-02:before {
  content: "\3ae5";
}
.hgi-duotone.hgi-ai-dna:after {
  content: "\3ae6";
}
.hgi-duotone.hgi-ai-dna:before {
  content: "\3ae7";
}
.hgi-duotone.hgi-ai-editing:after {
  content: "\3ae8";
}
.hgi-duotone.hgi-ai-editing:before {
  content: "\3ae9";
}
.hgi-duotone.hgi-ai-eraser:after {
  content: "\3aea";
}
.hgi-duotone.hgi-ai-eraser:before {
  content: "\3aeb";
}
.hgi-duotone.hgi-ai-file:after {
  content: "\3aec";
}
.hgi-duotone.hgi-ai-file:before {
  content: "\3aed";
}
.hgi-duotone.hgi-ai-folder-01:after {
  content: "\3aee";
}
.hgi-duotone.hgi-ai-folder-01:before {
  content: "\3aef";
}
.hgi-duotone.hgi-ai-folder-02:after {
  content: "\3af0";
}
.hgi-duotone.hgi-ai-folder-02:before {
  content: "\3af1";
}
.hgi-duotone.hgi-ai-game:after {
  content: "\3af2";
}
.hgi-duotone.hgi-ai-game:before {
  content: "\3af3";
}
.hgi-duotone.hgi-ai-generative:after {
  content: "\3af4";
}
.hgi-duotone.hgi-ai-generative:before {
  content: "\3af5";
}
.hgi-duotone.hgi-ai-idea:after {
  content: "\3af6";
}
.hgi-duotone.hgi-ai-idea:before {
  content: "\3af7";
}
.hgi-duotone.hgi-ai-image:after {
  content: "\3af8";
}
.hgi-duotone.hgi-ai-image:before {
  content: "\3af9";
}
.hgi-duotone.hgi-ai-innovation-01:after {
  content: "\3afa";
}
.hgi-duotone.hgi-ai-innovation-01:before {
  content: "\3afb";
}
.hgi-duotone.hgi-ai-innovation-02:after {
  content: "\3afc";
}
.hgi-duotone.hgi-ai-innovation-02:before {
  content: "\3afd";
}
.hgi-duotone.hgi-ai-innovation-03:after {
  content: "\3afe";
}
.hgi-duotone.hgi-ai-innovation-03:before {
  content: "\3aff";
}
.hgi-duotone.hgi-ai-laptop:after {
  content: "\3b00";
}
.hgi-duotone.hgi-ai-laptop:before {
  content: "\3b01";
}
.hgi-duotone.hgi-ai-learning:after {
  content: "\3b02";
}
.hgi-duotone.hgi-ai-learning:before {
  content: "\3b03";
}
.hgi-duotone.hgi-ai-lock:after {
  content: "\3b04";
}
.hgi-duotone.hgi-ai-lock:before {
  content: "\3b05";
}
.hgi-duotone.hgi-ai-magic:after {
  content: "\3b06";
}
.hgi-duotone.hgi-ai-magic:before {
  content: "\3b07";
}
.hgi-duotone.hgi-ai-mail-01:after {
  content: "\3b08";
}
.hgi-duotone.hgi-ai-mail-01:before {
  content: "\3b09";
}
.hgi-duotone.hgi-ai-mail-02:after {
  content: "\3b0a";
}
.hgi-duotone.hgi-ai-mail-02:before {
  content: "\3b0b";
}
.hgi-duotone.hgi-ai-mail:after {
  content: "\3b0c";
}
.hgi-duotone.hgi-ai-mail:before {
  content: "\3b0d";
}
.hgi-duotone.hgi-ai-mic:after {
  content: "\3b0e";
}
.hgi-duotone.hgi-ai-mic:before {
  content: "\3b0f";
}
.hgi-duotone.hgi-ai-network:after {
  content: "\3b10";
}
.hgi-duotone.hgi-ai-network:before {
  content: "\3b11";
}
.hgi-duotone.hgi-ai-phone-01:after {
  content: "\3b12";
}
.hgi-duotone.hgi-ai-phone-01:before {
  content: "\3b13";
}
.hgi-duotone.hgi-ai-phone-02:after {
  content: "\3b14";
}
.hgi-duotone.hgi-ai-phone-02:before {
  content: "\3b15";
}
.hgi-duotone.hgi-ai-programming:after {
  content: "\3b16";
}
.hgi-duotone.hgi-ai-programming:before {
  content: "\3b17";
}
.hgi-duotone.hgi-ai-scan:after {
  content: "\3b18";
}
.hgi-duotone.hgi-ai-scan:before {
  content: "\3b19";
}
.hgi-duotone.hgi-ai-scheduling:after {
  content: "\3b1a";
}
.hgi-duotone.hgi-ai-scheduling:before {
  content: "\3b1b";
}
.hgi-duotone.hgi-ai-search-02:after {
  content: "\3b1c";
}
.hgi-duotone.hgi-ai-search-02:before {
  content: "\3b1d";
}
.hgi-duotone.hgi-ai-search:after {
  content: "\3b1e";
}
.hgi-duotone.hgi-ai-search:before {
  content: "\3b1f";
}
.hgi-duotone.hgi-ai-security-01:after {
  content: "\3b20";
}
.hgi-duotone.hgi-ai-security-01:before {
  content: "\3b21";
}
.hgi-duotone.hgi-ai-security-02:after {
  content: "\3b22";
}
.hgi-duotone.hgi-ai-security-02:before {
  content: "\3b23";
}
.hgi-duotone.hgi-ai-security-03:after {
  content: "\3b24";
}
.hgi-duotone.hgi-ai-security-03:before {
  content: "\3b25";
}
.hgi-duotone.hgi-ai-setting:after {
  content: "\3b26";
}
.hgi-duotone.hgi-ai-setting:before {
  content: "\3b27";
}
.hgi-duotone.hgi-ai-sheets:after {
  content: "\3b28";
}
.hgi-duotone.hgi-ai-sheets:before {
  content: "\3b29";
}
.hgi-duotone.hgi-ai-smartwatch:after {
  content: "\3b2a";
}
.hgi-duotone.hgi-ai-smartwatch:before {
  content: "\3b2b";
}
.hgi-duotone.hgi-ai-user:after {
  content: "\3b2c";
}
.hgi-duotone.hgi-ai-user:before {
  content: "\3b2d";
}
.hgi-duotone.hgi-ai-video:after {
  content: "\3b2e";
}
.hgi-duotone.hgi-ai-video:before {
  content: "\3b2f";
}
.hgi-duotone.hgi-ai-view:after {
  content: "\3b30";
}
.hgi-duotone.hgi-ai-view:before {
  content: "\3b31";
}
.hgi-duotone.hgi-ai-vision-recognition:after {
  content: "\3b32";
}
.hgi-duotone.hgi-ai-vision-recognition:before {
  content: "\3b33";
}
.hgi-duotone.hgi-ai-voice-generator:after {
  content: "\3b34";
}
.hgi-duotone.hgi-ai-voice-generator:before {
  content: "\3b35";
}
.hgi-duotone.hgi-ai-voice:after {
  content: "\3b36";
}
.hgi-duotone.hgi-ai-voice:before {
  content: "\3b37";
}
.hgi-duotone.hgi-ai-web-browsing:after {
  content: "\3b38";
}
.hgi-duotone.hgi-ai-web-browsing:before {
  content: "\3b39";
}
.hgi-duotone.hgi-aids:after {
  content: "\3b3a";
}
.hgi-duotone.hgi-aids:before {
  content: "\3b3b";
}
.hgi-duotone.hgi-airbnb:after {
  content: "\3b3c";
}
.hgi-duotone.hgi-airbnb:before {
  content: "\3b3d";
}
.hgi-duotone.hgi-aircraft-game:after {
  content: "\3b3e";
}
.hgi-duotone.hgi-aircraft-game:before {
  content: "\3b3f";
}
.hgi-duotone.hgi-airdrop:after {
  content: "\3b40";
}
.hgi-duotone.hgi-airdrop:before {
  content: "\3b41";
}
.hgi-duotone.hgi-airplane-01:after {
  content: "\3b42";
}
.hgi-duotone.hgi-airplane-01:before {
  content: "\3b43";
}
.hgi-duotone.hgi-airplane-02:after {
  content: "\3b44";
}
.hgi-duotone.hgi-airplane-02:before {
  content: "\3b45";
}
.hgi-duotone.hgi-airplane-landing-01:after {
  content: "\3b46";
}
.hgi-duotone.hgi-airplane-landing-01:before {
  content: "\3b47";
}
.hgi-duotone.hgi-airplane-landing-02:after {
  content: "\3b48";
}
.hgi-duotone.hgi-airplane-landing-02:before {
  content: "\3b49";
}
.hgi-duotone.hgi-airplane-mode-off:after {
  content: "\3b4a";
}
.hgi-duotone.hgi-airplane-mode-off:before {
  content: "\3b4b";
}
.hgi-duotone.hgi-airplane-mode:after {
  content: "\3b4c";
}
.hgi-duotone.hgi-airplane-mode:before {
  content: "\3b4d";
}
.hgi-duotone.hgi-airplane-seat:after {
  content: "\3b4e";
}
.hgi-duotone.hgi-airplane-seat:before {
  content: "\3b4f";
}
.hgi-duotone.hgi-airplane-take-off-01:after {
  content: "\3b50";
}
.hgi-duotone.hgi-airplane-take-off-01:before {
  content: "\3b51";
}
.hgi-duotone.hgi-airplane-take-off-02:after {
  content: "\3b52";
}
.hgi-duotone.hgi-airplane-take-off-02:before {
  content: "\3b53";
}
.hgi-duotone.hgi-airplay-line:after {
  content: "\3b54";
}
.hgi-duotone.hgi-airplay-line:before {
  content: "\3b55";
}
.hgi-duotone.hgi-airpod-01:after {
  content: "\3b56";
}
.hgi-duotone.hgi-airpod-01:before {
  content: "\3b57";
}
.hgi-duotone.hgi-airpod-02:after {
  content: "\3b58";
}
.hgi-duotone.hgi-airpod-02:before {
  content: "\3b59";
}
.hgi-duotone.hgi-airpod-03:after {
  content: "\3b5a";
}
.hgi-duotone.hgi-airpod-03:before {
  content: "\3b5b";
}
.hgi-duotone.hgi-airport:after {
  content: "\3b5c";
}
.hgi-duotone.hgi-airport:before {
  content: "\3b5d";
}
.hgi-duotone.hgi-al-aqsa-mosque:after {
  content: "\3b5e";
}
.hgi-duotone.hgi-al-aqsa-mosque:before {
  content: "\3b5f";
}
.hgi-duotone.hgi-alarm-clock:after {
  content: "\3b60";
}
.hgi-duotone.hgi-alarm-clock:before {
  content: "\3b61";
}
.hgi-duotone.hgi-album-01:after {
  content: "\3b62";
}
.hgi-duotone.hgi-album-01:before {
  content: "\3b63";
}
.hgi-duotone.hgi-album-02:after {
  content: "\3b64";
}
.hgi-duotone.hgi-album-02:before {
  content: "\3b65";
}
.hgi-duotone.hgi-album-not-found-01:after {
  content: "\3b66";
}
.hgi-duotone.hgi-album-not-found-01:before {
  content: "\3b67";
}
.hgi-duotone.hgi-album-not-found-02:after {
  content: "\3b68";
}
.hgi-duotone.hgi-album-not-found-02:before {
  content: "\3b69";
}
.hgi-duotone.hgi-alert-01:after {
  content: "\3b6a";
}
.hgi-duotone.hgi-alert-01:before {
  content: "\3b6b";
}
.hgi-duotone.hgi-alert-02:after {
  content: "\3b6c";
}
.hgi-duotone.hgi-alert-02:before {
  content: "\3b6d";
}
.hgi-duotone.hgi-alert-circle:after {
  content: "\3b6e";
}
.hgi-duotone.hgi-alert-circle:before {
  content: "\3b6f";
}
.hgi-duotone.hgi-alert-diamond:after {
  content: "\3b70";
}
.hgi-duotone.hgi-alert-diamond:before {
  content: "\3b71";
}
.hgi-duotone.hgi-alert-square:after {
  content: "\3b72";
}
.hgi-duotone.hgi-alert-square:before {
  content: "\3b73";
}
.hgi-duotone.hgi-algorithm:after {
  content: "\3b74";
}
.hgi-duotone.hgi-algorithm:before {
  content: "\3b75";
}
.hgi-duotone.hgi-alien-01:after {
  content: "\3b76";
}
.hgi-duotone.hgi-alien-01:before {
  content: "\3b77";
}
.hgi-duotone.hgi-alien-02:after {
  content: "\3b78";
}
.hgi-duotone.hgi-alien-02:before {
  content: "\3b79";
}
.hgi-duotone.hgi-align-bottom:after {
  content: "\3b7a";
}
.hgi-duotone.hgi-align-bottom:before {
  content: "\3b7b";
}
.hgi-duotone.hgi-align-box-bottom-center:after {
  content: "\3b7c";
}
.hgi-duotone.hgi-align-box-bottom-center:before {
  content: "\3b7d";
}
.hgi-duotone.hgi-align-box-bottom-left:after {
  content: "\3b7e";
}
.hgi-duotone.hgi-align-box-bottom-left:before {
  content: "\3b7f";
}
.hgi-duotone.hgi-align-box-bottom-right:after {
  content: "\3b80";
}
.hgi-duotone.hgi-align-box-bottom-right:before {
  content: "\3b81";
}
.hgi-duotone.hgi-align-box-middle-center:after {
  content: "\3b82";
}
.hgi-duotone.hgi-align-box-middle-center:before {
  content: "\3b83";
}
.hgi-duotone.hgi-align-box-middle-left:after {
  content: "\3b84";
}
.hgi-duotone.hgi-align-box-middle-left:before {
  content: "\3b85";
}
.hgi-duotone.hgi-align-box-middle-right:after {
  content: "\3b86";
}
.hgi-duotone.hgi-align-box-middle-right:before {
  content: "\3b87";
}
.hgi-duotone.hgi-align-box-top-center:after {
  content: "\3b88";
}
.hgi-duotone.hgi-align-box-top-center:before {
  content: "\3b89";
}
.hgi-duotone.hgi-align-box-top-left:after {
  content: "\3b8a";
}
.hgi-duotone.hgi-align-box-top-left:before {
  content: "\3b8b";
}
.hgi-duotone.hgi-align-box-top-right:after {
  content: "\3b8c";
}
.hgi-duotone.hgi-align-box-top-right:before {
  content: "\3b8d";
}
.hgi-duotone.hgi-align-horizontal-center:after {
  content: "\3b8e";
}
.hgi-duotone.hgi-align-horizontal-center:before {
  content: "\3b8f";
}
.hgi-duotone.hgi-align-key-object:after {
  content: "\3b90";
}
.hgi-duotone.hgi-align-key-object:before {
  content: "\3b91";
}
.hgi-duotone.hgi-align-left:after {
  content: "\3b92";
}
.hgi-duotone.hgi-align-left:before {
  content: "\3b93";
}
.hgi-duotone.hgi-align-right:after {
  content: "\3b94";
}
.hgi-duotone.hgi-align-right:before {
  content: "\3b95";
}
.hgi-duotone.hgi-align-selection:after {
  content: "\3b96";
}
.hgi-duotone.hgi-align-selection:before {
  content: "\3b97";
}
.hgi-duotone.hgi-align-top:after {
  content: "\3b98";
}
.hgi-duotone.hgi-align-top:before {
  content: "\3b99";
}
.hgi-duotone.hgi-align-vertical-center:after {
  content: "\3b9a";
}
.hgi-duotone.hgi-align-vertical-center:before {
  content: "\3b9b";
}
.hgi-duotone.hgi-all-bookmark:after {
  content: "\3b9c";
}
.hgi-duotone.hgi-all-bookmark:before {
  content: "\3b9d";
}
.hgi-duotone.hgi-allah:after {
  content: "\3b9e";
}
.hgi-duotone.hgi-allah:before {
  content: "\3b9f";
}
.hgi-duotone.hgi-alms:after {
  content: "\3ba0";
}
.hgi-duotone.hgi-alms:before {
  content: "\3ba1";
}
.hgi-duotone.hgi-alpha-circle:after {
  content: "\3ba2";
}
.hgi-duotone.hgi-alpha-circle:before {
  content: "\3ba3";
}
.hgi-duotone.hgi-alpha:after {
  content: "\3ba4";
}
.hgi-duotone.hgi-alpha-square:after {
  content: "\3ba5";
}
.hgi-duotone.hgi-alpha-square:before {
  content: "\3ba6";
}
.hgi-duotone.hgi-alpha:before {
  content: "\3ba7";
}
.hgi-duotone.hgi-alphabet-arabic:after {
  content: "\3ba8";
}
.hgi-duotone.hgi-alphabet-arabic:before {
  content: "\3ba9";
}
.hgi-duotone.hgi-alphabet-bangla:after {
  content: "\3baa";
}
.hgi-duotone.hgi-alphabet-bangla:before {
  content: "\3bab";
}
.hgi-duotone.hgi-alphabet-chinese:after {
  content: "\3bac";
}
.hgi-duotone.hgi-alphabet-chinese:before {
  content: "\3bad";
}
.hgi-duotone.hgi-alphabet-greek:after {
  content: "\3bae";
}
.hgi-duotone.hgi-alphabet-greek:before {
  content: "\3baf";
}
.hgi-duotone.hgi-alphabet-hebrew:after {
  content: "\3bb0";
}
.hgi-duotone.hgi-alphabet-hebrew:before {
  content: "\3bb1";
}
.hgi-duotone.hgi-alphabet-hindi:after {
  content: "\3bb2";
}
.hgi-duotone.hgi-alphabet-hindi:before {
  content: "\3bb3";
}
.hgi-duotone.hgi-alphabet-japanese:after {
  content: "\3bb4";
}
.hgi-duotone.hgi-alphabet-japanese:before {
  content: "\3bb5";
}
.hgi-duotone.hgi-alphabet-korean:after {
  content: "\3bb6";
}
.hgi-duotone.hgi-alphabet-korean:before {
  content: "\3bb7";
}
.hgi-duotone.hgi-alphabet-thai:after {
  content: "\3bb8";
}
.hgi-duotone.hgi-alphabet-thai:before {
  content: "\3bb9";
}
.hgi-duotone.hgi-amazon:after {
  content: "\3bba";
}
.hgi-duotone.hgi-amazon:before {
  content: "\3bbb";
}
.hgi-duotone.hgi-ambulance:after {
  content: "\3bbc";
}
.hgi-duotone.hgi-ambulance:before {
  content: "\3bbd";
}
.hgi-duotone.hgi-american-football:after {
  content: "\3bbe";
}
.hgi-duotone.hgi-american-football:before {
  content: "\3bbf";
}
.hgi-duotone.hgi-amie:after {
  content: "\3bc0";
}
.hgi-duotone.hgi-amie:before {
  content: "\3bc1";
}
.hgi-duotone.hgi-ampoule:after {
  content: "\3bc2";
}
.hgi-duotone.hgi-ampoule:before {
  content: "\3bc3";
}
.hgi-duotone.hgi-analysis-text-link:after {
  content: "\3bc4";
}
.hgi-duotone.hgi-analysis-text-link:before {
  content: "\3bc5";
}
.hgi-duotone.hgi-analytics-01:after {
  content: "\3bc6";
}
.hgi-duotone.hgi-analytics-01:before {
  content: "\3bc7";
}
.hgi-duotone.hgi-analytics-02:after {
  content: "\3bc8";
}
.hgi-duotone.hgi-analytics-02:before {
  content: "\3bc9";
}
.hgi-duotone.hgi-analytics-03:after {
  content: "\3bca";
}
.hgi-duotone.hgi-analytics-03:before {
  content: "\3bcb";
}
.hgi-duotone.hgi-analytics-down:after {
  content: "\3bcc";
}
.hgi-duotone.hgi-analytics-down:before {
  content: "\3bcd";
}
.hgi-duotone.hgi-analytics-up:after {
  content: "\3bce";
}
.hgi-duotone.hgi-analytics-up:before {
  content: "\3bcf";
}
.hgi-duotone.hgi-anchor-point:after {
  content: "\3bd0";
}
.hgi-duotone.hgi-anchor-point:before {
  content: "\3bd1";
}
.hgi-duotone.hgi-anchor:after {
  content: "\3bd2";
}
.hgi-duotone.hgi-anchor:before {
  content: "\3bd3";
}
.hgi-duotone.hgi-android:after {
  content: "\3bd4";
}
.hgi-duotone.hgi-android:before {
  content: "\3bd5";
}
.hgi-duotone.hgi-angel:after {
  content: "\3bd6";
}
.hgi-duotone.hgi-angel:before {
  content: "\3bd7";
}
.hgi-duotone.hgi-angle-01:after {
  content: "\3bd8";
}
.hgi-duotone.hgi-angle-01:before {
  content: "\3bd9";
}
.hgi-duotone.hgi-angle:after {
  content: "\3bda";
}
.hgi-duotone.hgi-angle:before {
  content: "\3bdb";
}
.hgi-duotone.hgi-angry-bird:after {
  content: "\3bdc";
}
.hgi-duotone.hgi-angry-bird:before {
  content: "\3bdd";
}
.hgi-duotone.hgi-angry:after {
  content: "\3bde";
}
.hgi-duotone.hgi-angry:before {
  content: "\3bdf";
}
.hgi-duotone.hgi-anonymous:after {
  content: "\3be0";
}
.hgi-duotone.hgi-anonymous:before {
  content: "\3be1";
}
.hgi-duotone.hgi-api:after {
  content: "\3be2";
}
.hgi-duotone.hgi-api:before {
  content: "\3be3";
}
.hgi-duotone.hgi-app-store:after {
  content: "\3be4";
}
.hgi-duotone.hgi-app-store:before {
  content: "\3be5";
}
.hgi-duotone.hgi-apple-01:after {
  content: "\3be6";
}
.hgi-duotone.hgi-apple-01:before {
  content: "\3be7";
}
.hgi-duotone.hgi-apple-finder:after {
  content: "\3be8";
}
.hgi-duotone.hgi-apple-finder:before {
  content: "\3be9";
}
.hgi-duotone.hgi-apple-intelligence:after {
  content: "\3bea";
}
.hgi-duotone.hgi-apple-intelligence:before {
  content: "\3beb";
}
.hgi-duotone.hgi-apple-music:after {
  content: "\3bec";
}
.hgi-duotone.hgi-apple-music:before {
  content: "\3bed";
}
.hgi-duotone.hgi-apple-news:after {
  content: "\3bee";
}
.hgi-duotone.hgi-apple-news:before {
  content: "\3bef";
}
.hgi-duotone.hgi-apple-pie:after {
  content: "\3bf0";
}
.hgi-duotone.hgi-apple-pie:before {
  content: "\3bf1";
}
.hgi-duotone.hgi-apple-reminder:after {
  content: "\3bf2";
}
.hgi-duotone.hgi-apple-reminder:before {
  content: "\3bf3";
}
.hgi-duotone.hgi-apple:after {
  content: "\3bf4";
}
.hgi-duotone.hgi-apple-stocks:after {
  content: "\3bf5";
}
.hgi-duotone.hgi-apple-stocks:before {
  content: "\3bf6";
}
.hgi-duotone.hgi-apple-vision-pro:after {
  content: "\3bf7";
}
.hgi-duotone.hgi-apple-vision-pro:before {
  content: "\3bf8";
}
.hgi-duotone.hgi-apple:before {
  content: "\3bf9";
}
.hgi-duotone.hgi-appointment-01:after {
  content: "\3bfa";
}
.hgi-duotone.hgi-appointment-01:before {
  content: "\3bfb";
}
.hgi-duotone.hgi-appointment-02:after {
  content: "\3bfc";
}
.hgi-duotone.hgi-appointment-02:before {
  content: "\3bfd";
}
.hgi-duotone.hgi-approximately-equal-circle:after {
  content: "\3bfe";
}
.hgi-duotone.hgi-approximately-equal-circle:before {
  content: "\3bff";
}
.hgi-duotone.hgi-approximately-equal:after {
  content: "\3c00";
}
.hgi-duotone.hgi-approximately-equal-square:after {
  content: "\3c01";
}
.hgi-duotone.hgi-approximately-equal-square:before {
  content: "\3c02";
}
.hgi-duotone.hgi-approximately-equal:before {
  content: "\3c03";
}
.hgi-duotone.hgi-apricot:after {
  content: "\3c04";
}
.hgi-duotone.hgi-apricot:before {
  content: "\3c05";
}
.hgi-duotone.hgi-apron:after {
  content: "\3c06";
}
.hgi-duotone.hgi-apron:before {
  content: "\3c07";
}
.hgi-duotone.hgi-arc-browser:after {
  content: "\3c08";
}
.hgi-duotone.hgi-arc-browser:before {
  content: "\3c09";
}
.hgi-duotone.hgi-archer:after {
  content: "\3c0a";
}
.hgi-duotone.hgi-archer:before {
  content: "\3c0b";
}
.hgi-duotone.hgi-archive-01:after {
  content: "\3c0c";
}
.hgi-duotone.hgi-archive-01:before {
  content: "\3c0d";
}
.hgi-duotone.hgi-archive-02:after {
  content: "\3c0e";
}
.hgi-duotone.hgi-archive-02:before {
  content: "\3c0f";
}
.hgi-duotone.hgi-archive:after {
  content: "\3c10";
}
.hgi-duotone.hgi-archive:before {
  content: "\3c11";
}
.hgi-duotone.hgi-armored-boot:after {
  content: "\3c12";
}
.hgi-duotone.hgi-armored-boot:before {
  content: "\3c13";
}
.hgi-duotone.hgi-arrange-by-letters-a-z:after {
  content: "\3c14";
}
.hgi-duotone.hgi-arrange-by-letters-a-z:before {
  content: "\3c15";
}
.hgi-duotone.hgi-arrange-by-letters-z-a:after {
  content: "\3c16";
}
.hgi-duotone.hgi-arrange-by-letters-z-a:before {
  content: "\3c17";
}
.hgi-duotone.hgi-arrange-by-numbers-1-9:after {
  content: "\3c18";
}
.hgi-duotone.hgi-arrange-by-numbers-1-9:before {
  content: "\3c19";
}
.hgi-duotone.hgi-arrange-by-numbers-9-1:after {
  content: "\3c1a";
}
.hgi-duotone.hgi-arrange-by-numbers-9-1:before {
  content: "\3c1b";
}
.hgi-duotone.hgi-arrange:after {
  content: "\3c1c";
}
.hgi-duotone.hgi-arrange:before {
  content: "\3c1d";
}
.hgi-duotone.hgi-arrow-all-direction:after {
  content: "\3c1e";
}
.hgi-duotone.hgi-arrow-all-direction:before {
  content: "\3c1f";
}
.hgi-duotone.hgi-arrow-data-transfer-diagonal:after {
  content: "\3c20";
}
.hgi-duotone.hgi-arrow-data-transfer-diagonal:before {
  content: "\3c21";
}
.hgi-duotone.hgi-arrow-data-transfer-horizontal:after {
  content: "\3c22";
}
.hgi-duotone.hgi-arrow-data-transfer-horizontal:before {
  content: "\3c23";
}
.hgi-duotone.hgi-arrow-data-transfer-vertical:after {
  content: "\3c24";
}
.hgi-duotone.hgi-arrow-data-transfer-vertical:before {
  content: "\3c25";
}
.hgi-duotone.hgi-arrow-diagonal:after {
  content: "\3c26";
}
.hgi-duotone.hgi-arrow-diagonal:before {
  content: "\3c27";
}
.hgi-duotone.hgi-arrow-down-01:after {
  content: "\3c28";
}
.hgi-duotone.hgi-arrow-down-01:before {
  content: "\3c29";
}
.hgi-duotone.hgi-arrow-down-02:after {
  content: "\3c2a";
}
.hgi-duotone.hgi-arrow-down-02:before {
  content: "\3c2b";
}
.hgi-duotone.hgi-arrow-down-03:after {
  content: "\3c2c";
}
.hgi-duotone.hgi-arrow-down-03:before {
  content: "\3c2d";
}
.hgi-duotone.hgi-arrow-down-04:after {
  content: "\3c2e";
}
.hgi-duotone.hgi-arrow-down-04:before {
  content: "\3c2f";
}
.hgi-duotone.hgi-arrow-down-05:after {
  content: "\3c30";
}
.hgi-duotone.hgi-arrow-down-05:before {
  content: "\3c31";
}
.hgi-duotone.hgi-arrow-down-double:after {
  content: "\3c32";
}
.hgi-duotone.hgi-arrow-down-double:before {
  content: "\3c33";
}
.hgi-duotone.hgi-arrow-down-left-01:after {
  content: "\3c34";
}
.hgi-duotone.hgi-arrow-down-left-01:before {
  content: "\3c35";
}
.hgi-duotone.hgi-arrow-down-left-02:after {
  content: "\3c36";
}
.hgi-duotone.hgi-arrow-down-left-02:before {
  content: "\3c37";
}
.hgi-duotone.hgi-arrow-down-right-01:after {
  content: "\3c38";
}
.hgi-duotone.hgi-arrow-down-right-01:before {
  content: "\3c39";
}
.hgi-duotone.hgi-arrow-down-right-02:after {
  content: "\3c3a";
}
.hgi-duotone.hgi-arrow-down-right-02:before {
  content: "\3c3b";
}
.hgi-duotone.hgi-arrow-expand-01:after {
  content: "\3c3c";
}
.hgi-duotone.hgi-arrow-expand-01:before {
  content: "\3c3d";
}
.hgi-duotone.hgi-arrow-expand-02:after {
  content: "\3c3e";
}
.hgi-duotone.hgi-arrow-expand-02:before {
  content: "\3c3f";
}
.hgi-duotone.hgi-arrow-expand-diagonal-01:after {
  content: "\3c40";
}
.hgi-duotone.hgi-arrow-expand-diagonal-01:before {
  content: "\3c41";
}
.hgi-duotone.hgi-arrow-expand-diagonal-02:after {
  content: "\3c42";
}
.hgi-duotone.hgi-arrow-expand-diagonal-02:before {
  content: "\3c43";
}
.hgi-duotone.hgi-arrow-expand:after {
  content: "\3c44";
}
.hgi-duotone.hgi-arrow-expand:before {
  content: "\3c45";
}
.hgi-duotone.hgi-arrow-horizontal:after {
  content: "\3c46";
}
.hgi-duotone.hgi-arrow-horizontal:before {
  content: "\3c47";
}
.hgi-duotone.hgi-arrow-left-01:after {
  content: "\3c48";
}
.hgi-duotone.hgi-arrow-left-01:before {
  content: "\3c49";
}
.hgi-duotone.hgi-arrow-left-02:after {
  content: "\3c4a";
}
.hgi-duotone.hgi-arrow-left-02:before {
  content: "\3c4b";
}
.hgi-duotone.hgi-arrow-left-03:after {
  content: "\3c4c";
}
.hgi-duotone.hgi-arrow-left-03:before {
  content: "\3c4d";
}
.hgi-duotone.hgi-arrow-left-04:after {
  content: "\3c4e";
}
.hgi-duotone.hgi-arrow-left-04:before {
  content: "\3c4f";
}
.hgi-duotone.hgi-arrow-left-05:after {
  content: "\3c50";
}
.hgi-duotone.hgi-arrow-left-05:before {
  content: "\3c51";
}
.hgi-duotone.hgi-arrow-left-double:after {
  content: "\3c52";
}
.hgi-duotone.hgi-arrow-left-double:before {
  content: "\3c53";
}
.hgi-duotone.hgi-arrow-left-right:after {
  content: "\3c54";
}
.hgi-duotone.hgi-arrow-left-right:before {
  content: "\3c55";
}
.hgi-duotone.hgi-arrow-move-down-left:after {
  content: "\3c56";
}
.hgi-duotone.hgi-arrow-move-down-left:before {
  content: "\3c57";
}
.hgi-duotone.hgi-arrow-move-down-right:after {
  content: "\3c58";
}
.hgi-duotone.hgi-arrow-move-down-right:before {
  content: "\3c59";
}
.hgi-duotone.hgi-arrow-move-left-down:after {
  content: "\3c5a";
}
.hgi-duotone.hgi-arrow-move-left-down:before {
  content: "\3c5b";
}
.hgi-duotone.hgi-arrow-move-right-down:after {
  content: "\3c5c";
}
.hgi-duotone.hgi-arrow-move-right-down:before {
  content: "\3c5d";
}
.hgi-duotone.hgi-arrow-move-up-left:after {
  content: "\3c5e";
}
.hgi-duotone.hgi-arrow-move-up-left:before {
  content: "\3c5f";
}
.hgi-duotone.hgi-arrow-move-up-right:after {
  content: "\3c60";
}
.hgi-duotone.hgi-arrow-move-up-right:before {
  content: "\3c61";
}
.hgi-duotone.hgi-arrow-reload-horizontal:after {
  content: "\3c62";
}
.hgi-duotone.hgi-arrow-reload-horizontal:before {
  content: "\3c63";
}
.hgi-duotone.hgi-arrow-reload-vertical:after {
  content: "\3c64";
}
.hgi-duotone.hgi-arrow-reload-vertical:before {
  content: "\3c65";
}
.hgi-duotone.hgi-arrow-right-01:after {
  content: "\3c66";
}
.hgi-duotone.hgi-arrow-right-01:before {
  content: "\3c67";
}
.hgi-duotone.hgi-arrow-right-02:after {
  content: "\3c68";
}
.hgi-duotone.hgi-arrow-right-02:before {
  content: "\3c69";
}
.hgi-duotone.hgi-arrow-right-03:after {
  content: "\3c6a";
}
.hgi-duotone.hgi-arrow-right-03:before {
  content: "\3c6b";
}
.hgi-duotone.hgi-arrow-right-04:after {
  content: "\3c6c";
}
.hgi-duotone.hgi-arrow-right-04:before {
  content: "\3c6d";
}
.hgi-duotone.hgi-arrow-right-05:after {
  content: "\3c6e";
}
.hgi-duotone.hgi-arrow-right-05:before {
  content: "\3c6f";
}
.hgi-duotone.hgi-arrow-right-double:after {
  content: "\3c70";
}
.hgi-duotone.hgi-arrow-right-double:before {
  content: "\3c71";
}
.hgi-duotone.hgi-arrow-shrink-01:after {
  content: "\3c72";
}
.hgi-duotone.hgi-arrow-shrink-01:before {
  content: "\3c73";
}
.hgi-duotone.hgi-arrow-shrink-02:after {
  content: "\3c74";
}
.hgi-duotone.hgi-arrow-shrink-02:before {
  content: "\3c75";
}
.hgi-duotone.hgi-arrow-shrink:after {
  content: "\3c76";
}
.hgi-duotone.hgi-arrow-shrink:before {
  content: "\3c77";
}
.hgi-duotone.hgi-arrow-turn-backward:after {
  content: "\3c78";
}
.hgi-duotone.hgi-arrow-turn-backward:before {
  content: "\3c79";
}
.hgi-duotone.hgi-arrow-turn-down:after {
  content: "\3c7a";
}
.hgi-duotone.hgi-arrow-turn-down:before {
  content: "\3c7b";
}
.hgi-duotone.hgi-arrow-turn-forward:after {
  content: "\3c7c";
}
.hgi-duotone.hgi-arrow-turn-forward:before {
  content: "\3c7d";
}
.hgi-duotone.hgi-arrow-turn-up:after {
  content: "\3c7e";
}
.hgi-duotone.hgi-arrow-turn-up:before {
  content: "\3c7f";
}
.hgi-duotone.hgi-arrow-up-01:after {
  content: "\3c80";
}
.hgi-duotone.hgi-arrow-up-01:before {
  content: "\3c81";
}
.hgi-duotone.hgi-arrow-up-02:after {
  content: "\3c82";
}
.hgi-duotone.hgi-arrow-up-02:before {
  content: "\3c83";
}
.hgi-duotone.hgi-arrow-up-03:after {
  content: "\3c84";
}
.hgi-duotone.hgi-arrow-up-03:before {
  content: "\3c85";
}
.hgi-duotone.hgi-arrow-up-04:after {
  content: "\3c86";
}
.hgi-duotone.hgi-arrow-up-04:before {
  content: "\3c87";
}
.hgi-duotone.hgi-arrow-up-05:after {
  content: "\3c88";
}
.hgi-duotone.hgi-arrow-up-05:before {
  content: "\3c89";
}
.hgi-duotone.hgi-arrow-up-double:after {
  content: "\3c8a";
}
.hgi-duotone.hgi-arrow-up-double:before {
  content: "\3c8b";
}
.hgi-duotone.hgi-arrow-up-down:after {
  content: "\3c8c";
}
.hgi-duotone.hgi-arrow-up-down:before {
  content: "\3c8d";
}
.hgi-duotone.hgi-arrow-up-left-01:after {
  content: "\3c8e";
}
.hgi-duotone.hgi-arrow-up-left-01:before {
  content: "\3c8f";
}
.hgi-duotone.hgi-arrow-up-left-02:after {
  content: "\3c90";
}
.hgi-duotone.hgi-arrow-up-left-02:before {
  content: "\3c91";
}
.hgi-duotone.hgi-arrow-up-right-01:after {
  content: "\3c92";
}
.hgi-duotone.hgi-arrow-up-right-01:before {
  content: "\3c93";
}
.hgi-duotone.hgi-arrow-up-right-02:after {
  content: "\3c94";
}
.hgi-duotone.hgi-arrow-up-right-02:before {
  content: "\3c95";
}
.hgi-duotone.hgi-arrow-vertical:after {
  content: "\3c96";
}
.hgi-duotone.hgi-arrow-vertical:before {
  content: "\3c97";
}
.hgi-duotone.hgi-artboard:after {
  content: "\3c98";
}
.hgi-duotone.hgi-artboard-tool:after {
  content: "\3c99";
}
.hgi-duotone.hgi-artboard-tool:before {
  content: "\3c9a";
}
.hgi-duotone.hgi-artboard:before {
  content: "\3c9b";
}
.hgi-duotone.hgi-artificial-intelligence-01:after {
  content: "\3c9c";
}
.hgi-duotone.hgi-artificial-intelligence-01:before {
  content: "\3c9d";
}
.hgi-duotone.hgi-artificial-intelligence-02:after {
  content: "\3c9e";
}
.hgi-duotone.hgi-artificial-intelligence-02:before {
  content: "\3c9f";
}
.hgi-duotone.hgi-artificial-intelligence-03:after {
  content: "\3ca0";
}
.hgi-duotone.hgi-artificial-intelligence-03:before {
  content: "\3ca1";
}
.hgi-duotone.hgi-artificial-intelligence-04:after {
  content: "\3ca2";
}
.hgi-duotone.hgi-artificial-intelligence-04:before {
  content: "\3ca3";
}
.hgi-duotone.hgi-artificial-intelligence-05:after {
  content: "\3ca4";
}
.hgi-duotone.hgi-artificial-intelligence-05:before {
  content: "\3ca5";
}
.hgi-duotone.hgi-artificial-intelligence-06:after {
  content: "\3ca6";
}
.hgi-duotone.hgi-artificial-intelligence-06:before {
  content: "\3ca7";
}
.hgi-duotone.hgi-artificial-intelligence-07:after {
  content: "\3ca8";
}
.hgi-duotone.hgi-artificial-intelligence-07:before {
  content: "\3ca9";
}
.hgi-duotone.hgi-artificial-intelligence-08:after {
  content: "\3caa";
}
.hgi-duotone.hgi-artificial-intelligence-08:before {
  content: "\3cab";
}
.hgi-duotone.hgi-aspect-ratio:after {
  content: "\3cac";
}
.hgi-duotone.hgi-aspect-ratio:before {
  content: "\3cad";
}
.hgi-duotone.hgi-assignments:after {
  content: "\3cae";
}
.hgi-duotone.hgi-assignments:before {
  content: "\3caf";
}
.hgi-duotone.hgi-asteroid-01:after {
  content: "\3cb0";
}
.hgi-duotone.hgi-asteroid-01:before {
  content: "\3cb1";
}
.hgi-duotone.hgi-asteroid-02:after {
  content: "\3cb2";
}
.hgi-duotone.hgi-asteroid-02:before {
  content: "\3cb3";
}
.hgi-duotone.hgi-astronaut-01:after {
  content: "\3cb4";
}
.hgi-duotone.hgi-astronaut-01:before {
  content: "\3cb5";
}
.hgi-duotone.hgi-astronaut-02:after {
  content: "\3cb6";
}
.hgi-duotone.hgi-astronaut-02:before {
  content: "\3cb7";
}
.hgi-duotone.hgi-at:after {
  content: "\3cb8";
}
.hgi-duotone.hgi-at:before {
  content: "\3cb9";
}
.hgi-duotone.hgi-atm-01:after {
  content: "\3cba";
}
.hgi-duotone.hgi-atm-01:before {
  content: "\3cbb";
}
.hgi-duotone.hgi-atm-02:after {
  content: "\3cbc";
}
.hgi-duotone.hgi-atm-02:before {
  content: "\3cbd";
}
.hgi-duotone.hgi-atom-01:after {
  content: "\3cbe";
}
.hgi-duotone.hgi-atom-01:before {
  content: "\3cbf";
}
.hgi-duotone.hgi-atom-02:after {
  content: "\3cc0";
}
.hgi-duotone.hgi-atom-02:before {
  content: "\3cc1";
}
.hgi-duotone.hgi-atomic-power:after {
  content: "\3cc2";
}
.hgi-duotone.hgi-atomic-power:before {
  content: "\3cc3";
}
.hgi-duotone.hgi-attachment-01:after {
  content: "\3cc4";
}
.hgi-duotone.hgi-attachment-01:before {
  content: "\3cc5";
}
.hgi-duotone.hgi-attachment-02:after {
  content: "\3cc6";
}
.hgi-duotone.hgi-attachment-02:before {
  content: "\3cc7";
}
.hgi-duotone.hgi-attachment-circle:after {
  content: "\3cc8";
}
.hgi-duotone.hgi-attachment-circle:before {
  content: "\3cc9";
}
.hgi-duotone.hgi-attachment:after {
  content: "\3cca";
}
.hgi-duotone.hgi-attachment-square:after {
  content: "\3ccb";
}
.hgi-duotone.hgi-attachment-square:before {
  content: "\3ccc";
}
.hgi-duotone.hgi-attachment:before {
  content: "\3ccd";
}
.hgi-duotone.hgi-auction:after {
  content: "\3cce";
}
.hgi-duotone.hgi-auction:before {
  content: "\3ccf";
}
.hgi-duotone.hgi-audio-book-01:after {
  content: "\3cd0";
}
.hgi-duotone.hgi-audio-book-01:before {
  content: "\3cd1";
}
.hgi-duotone.hgi-audio-book-02:after {
  content: "\3cd2";
}
.hgi-duotone.hgi-audio-book-02:before {
  content: "\3cd3";
}
.hgi-duotone.hgi-audio-book-03:after {
  content: "\3cd4";
}
.hgi-duotone.hgi-audio-book-03:before {
  content: "\3cd5";
}
.hgi-duotone.hgi-audio-book-04:after {
  content: "\3cd6";
}
.hgi-duotone.hgi-audio-book-04:before {
  content: "\3cd7";
}
.hgi-duotone.hgi-audio-wave-01:after {
  content: "\3cd8";
}
.hgi-duotone.hgi-audio-wave-01:before {
  content: "\3cd9";
}
.hgi-duotone.hgi-audio-wave-02:after {
  content: "\3cda";
}
.hgi-duotone.hgi-audio-wave-02:before {
  content: "\3cdb";
}
.hgi-duotone.hgi-audit-01:after {
  content: "\3cdc";
}
.hgi-duotone.hgi-audit-01:before {
  content: "\3cdd";
}
.hgi-duotone.hgi-audit-02:after {
  content: "\3cde";
}
.hgi-duotone.hgi-audit-02:before {
  content: "\3cdf";
}
.hgi-duotone.hgi-augmented-reality-ar:after {
  content: "\3ce0";
}
.hgi-duotone.hgi-augmented-reality-ar:before {
  content: "\3ce1";
}
.hgi-duotone.hgi-authorized:after {
  content: "\3ce2";
}
.hgi-duotone.hgi-authorized:before {
  content: "\3ce3";
}
.hgi-duotone.hgi-auto-conversations:after {
  content: "\3ce4";
}
.hgi-duotone.hgi-auto-conversations:before {
  content: "\3ce5";
}
.hgi-duotone.hgi-automotive-battery-01:after {
  content: "\3ce6";
}
.hgi-duotone.hgi-automotive-battery-01:before {
  content: "\3ce7";
}
.hgi-duotone.hgi-automotive-battery-02:after {
  content: "\3ce8";
}
.hgi-duotone.hgi-automotive-battery-02:before {
  content: "\3ce9";
}
.hgi-duotone.hgi-avalanche:after {
  content: "\3cea";
}
.hgi-duotone.hgi-avalanche:before {
  content: "\3ceb";
}
.hgi-duotone.hgi-avocado:after {
  content: "\3cec";
}
.hgi-duotone.hgi-avocado:before {
  content: "\3ced";
}
.hgi-duotone.hgi-award-01:after {
  content: "\3cee";
}
.hgi-duotone.hgi-award-01:before {
  content: "\3cef";
}
.hgi-duotone.hgi-award-02:after {
  content: "\3cf0";
}
.hgi-duotone.hgi-award-02:before {
  content: "\3cf1";
}
.hgi-duotone.hgi-award-03:after {
  content: "\3cf2";
}
.hgi-duotone.hgi-award-03:before {
  content: "\3cf3";
}
.hgi-duotone.hgi-award-04:after {
  content: "\3cf4";
}
.hgi-duotone.hgi-award-04:before {
  content: "\3cf5";
}
.hgi-duotone.hgi-award-05:after {
  content: "\3cf6";
}
.hgi-duotone.hgi-award-05:before {
  content: "\3cf7";
}
.hgi-duotone.hgi-baby-01:after {
  content: "\3cf8";
}
.hgi-duotone.hgi-baby-01:before {
  content: "\3cf9";
}
.hgi-duotone.hgi-baby-02:after {
  content: "\3cfa";
}
.hgi-duotone.hgi-baby-02:before {
  content: "\3cfb";
}
.hgi-duotone.hgi-baby-bed-01:after {
  content: "\3cfc";
}
.hgi-duotone.hgi-baby-bed-01:before {
  content: "\3cfd";
}
.hgi-duotone.hgi-baby-bed-02:after {
  content: "\3cfe";
}
.hgi-duotone.hgi-baby-bed-02:before {
  content: "\3cff";
}
.hgi-duotone.hgi-baby-bottle:after {
  content: "\3d00";
}
.hgi-duotone.hgi-baby-bottle:before {
  content: "\3d01";
}
.hgi-duotone.hgi-baby-boy-dress:after {
  content: "\3d02";
}
.hgi-duotone.hgi-baby-boy-dress:before {
  content: "\3d03";
}
.hgi-duotone.hgi-baby-girl-dress:after {
  content: "\3d04";
}
.hgi-duotone.hgi-baby-girl-dress:before {
  content: "\3d05";
}
.hgi-duotone.hgi-back-muscle-body:after {
  content: "\3d06";
}
.hgi-duotone.hgi-back-muscle-body:before {
  content: "\3d07";
}
.hgi-duotone.hgi-background:after {
  content: "\3d08";
}
.hgi-duotone.hgi-background:before {
  content: "\3d09";
}
.hgi-duotone.hgi-backpack-01:after {
  content: "\3d0a";
}
.hgi-duotone.hgi-backpack-01:before {
  content: "\3d0b";
}
.hgi-duotone.hgi-backpack-02:after {
  content: "\3d0c";
}
.hgi-duotone.hgi-backpack-02:before {
  content: "\3d0d";
}
.hgi-duotone.hgi-backpack-03:after {
  content: "\3d0e";
}
.hgi-duotone.hgi-backpack-03:before {
  content: "\3d0f";
}
.hgi-duotone.hgi-backward-01:after {
  content: "\3d10";
}
.hgi-duotone.hgi-backward-01:before {
  content: "\3d11";
}
.hgi-duotone.hgi-backward-02:after {
  content: "\3d12";
}
.hgi-duotone.hgi-backward-02:before {
  content: "\3d13";
}
.hgi-duotone.hgi-bacteria:after {
  content: "\3d14";
}
.hgi-duotone.hgi-bacteria:before {
  content: "\3d15";
}
.hgi-duotone.hgi-badminton:after {
  content: "\3d16";
}
.hgi-duotone.hgi-badminton-shuttle:after {
  content: "\3d17";
}
.hgi-duotone.hgi-badminton-shuttle:before {
  content: "\3d18";
}
.hgi-duotone.hgi-badminton:before {
  content: "\3d19";
}
.hgi-duotone.hgi-balance-scale:after {
  content: "\3d1a";
}
.hgi-duotone.hgi-balance-scale:before {
  content: "\3d1b";
}
.hgi-duotone.hgi-balloons:after {
  content: "\3d1c";
}
.hgi-duotone.hgi-balloons:before {
  content: "\3d1d";
}
.hgi-duotone.hgi-banana:after {
  content: "\3d1e";
}
.hgi-duotone.hgi-banana:before {
  content: "\3d1f";
}
.hgi-duotone.hgi-bandage:after {
  content: "\3d20";
}
.hgi-duotone.hgi-bandage:before {
  content: "\3d21";
}
.hgi-duotone.hgi-bank:after {
  content: "\3d22";
}
.hgi-duotone.hgi-bank:before {
  content: "\3d23";
}
.hgi-duotone.hgi-bar-chart-horizontal:after {
  content: "\3d24";
}
.hgi-duotone.hgi-bar-chart-horizontal:before {
  content: "\3d25";
}
.hgi-duotone.hgi-bar-chart:after {
  content: "\3d26";
}
.hgi-duotone.hgi-bar-chart:before {
  content: "\3d27";
}
.hgi-duotone.hgi-bar-code-01:after {
  content: "\3d28";
}
.hgi-duotone.hgi-bar-code-01:before {
  content: "\3d29";
}
.hgi-duotone.hgi-bar-code-02:after {
  content: "\3d2a";
}
.hgi-duotone.hgi-bar-code-02:before {
  content: "\3d2b";
}
.hgi-duotone.hgi-barns:after {
  content: "\3d2c";
}
.hgi-duotone.hgi-barns:before {
  content: "\3d2d";
}
.hgi-duotone.hgi-baseball-bat:after {
  content: "\3d2e";
}
.hgi-duotone.hgi-baseball-bat:before {
  content: "\3d2f";
}
.hgi-duotone.hgi-baseball-helmet:after {
  content: "\3d30";
}
.hgi-duotone.hgi-baseball-helmet:before {
  content: "\3d31";
}
.hgi-duotone.hgi-baseball:after {
  content: "\3d32";
}
.hgi-duotone.hgi-baseball:before {
  content: "\3d33";
}
.hgi-duotone.hgi-bash:after {
  content: "\3d34";
}
.hgi-duotone.hgi-bash:before {
  content: "\3d35";
}
.hgi-duotone.hgi-basketball-01:after {
  content: "\3d36";
}
.hgi-duotone.hgi-basketball-01:before {
  content: "\3d37";
}
.hgi-duotone.hgi-basketball-02:after {
  content: "\3d38";
}
.hgi-duotone.hgi-basketball-02:before {
  content: "\3d39";
}
.hgi-duotone.hgi-basketball-hoop:after {
  content: "\3d3a";
}
.hgi-duotone.hgi-basketball-hoop:before {
  content: "\3d3b";
}
.hgi-duotone.hgi-bathtub-01:after {
  content: "\3d3c";
}
.hgi-duotone.hgi-bathtub-01:before {
  content: "\3d3d";
}
.hgi-duotone.hgi-bathtub-02:after {
  content: "\3d3e";
}
.hgi-duotone.hgi-bathtub-02:before {
  content: "\3d3f";
}
.hgi-duotone.hgi-batteries-energy:after {
  content: "\3d40";
}
.hgi-duotone.hgi-batteries-energy:before {
  content: "\3d41";
}
.hgi-duotone.hgi-battery-charging-01:after {
  content: "\3d42";
}
.hgi-duotone.hgi-battery-charging-01:before {
  content: "\3d43";
}
.hgi-duotone.hgi-battery-charging-02:after {
  content: "\3d44";
}
.hgi-duotone.hgi-battery-charging-02:before {
  content: "\3d45";
}
.hgi-duotone.hgi-battery-eco-charging:after {
  content: "\3d46";
}
.hgi-duotone.hgi-battery-eco-charging:before {
  content: "\3d47";
}
.hgi-duotone.hgi-battery-empty:after {
  content: "\3d48";
}
.hgi-duotone.hgi-battery-empty:before {
  content: "\3d49";
}
.hgi-duotone.hgi-battery-full:after {
  content: "\3d4a";
}
.hgi-duotone.hgi-battery-full:before {
  content: "\3d4b";
}
.hgi-duotone.hgi-battery-low:after {
  content: "\3d4c";
}
.hgi-duotone.hgi-battery-low:before {
  content: "\3d4d";
}
.hgi-duotone.hgi-battery-medium-01:after {
  content: "\3d4e";
}
.hgi-duotone.hgi-battery-medium-01:before {
  content: "\3d4f";
}
.hgi-duotone.hgi-battery-medium-02:after {
  content: "\3d50";
}
.hgi-duotone.hgi-battery-medium-02:before {
  content: "\3d51";
}
.hgi-duotone.hgi-bbq-grill:after {
  content: "\3d52";
}
.hgi-duotone.hgi-bbq-grill:before {
  content: "\3d53";
}
.hgi-duotone.hgi-beach-02:after {
  content: "\3d54";
}
.hgi-duotone.hgi-beach-02:before {
  content: "\3d55";
}
.hgi-duotone.hgi-beach:after {
  content: "\3d56";
}
.hgi-duotone.hgi-beach:before {
  content: "\3d57";
}
.hgi-duotone.hgi-beater:after {
  content: "\3d58";
}
.hgi-duotone.hgi-beater:before {
  content: "\3d59";
}
.hgi-duotone.hgi-bebo:after {
  content: "\3d5a";
}
.hgi-duotone.hgi-bebo:before {
  content: "\3d5b";
}
.hgi-duotone.hgi-bed-bunk:after {
  content: "\3d5c";
}
.hgi-duotone.hgi-bed-bunk:before {
  content: "\3d5d";
}
.hgi-duotone.hgi-bed-double:after {
  content: "\3d5e";
}
.hgi-duotone.hgi-bed-double:before {
  content: "\3d5f";
}
.hgi-duotone.hgi-bed:after {
  content: "\3d60";
}
.hgi-duotone.hgi-bed-single-01:after {
  content: "\3d61";
}
.hgi-duotone.hgi-bed-single-01:before {
  content: "\3d62";
}
.hgi-duotone.hgi-bed-single-02:after {
  content: "\3d63";
}
.hgi-duotone.hgi-bed-single-02:before {
  content: "\3d64";
}
.hgi-duotone.hgi-bed:before {
  content: "\3d65";
}
.hgi-duotone.hgi-bedug-01:after {
  content: "\3d66";
}
.hgi-duotone.hgi-bedug-01:before {
  content: "\3d67";
}
.hgi-duotone.hgi-bedug-02:after {
  content: "\3d68";
}
.hgi-duotone.hgi-bedug-02:before {
  content: "\3d69";
}
.hgi-duotone.hgi-behance-01:after {
  content: "\3d6a";
}
.hgi-duotone.hgi-behance-01:before {
  content: "\3d6b";
}
.hgi-duotone.hgi-behance-02:after {
  content: "\3d6c";
}
.hgi-duotone.hgi-behance-02:before {
  content: "\3d6d";
}
.hgi-duotone.hgi-belt:after {
  content: "\3d6e";
}
.hgi-duotone.hgi-belt:before {
  content: "\3d6f";
}
.hgi-duotone.hgi-bend-tool:after {
  content: "\3d70";
}
.hgi-duotone.hgi-bend-tool:before {
  content: "\3d71";
}
.hgi-duotone.hgi-berlin:after {
  content: "\3d72";
}
.hgi-duotone.hgi-berlin-tower:after {
  content: "\3d73";
}
.hgi-duotone.hgi-berlin-tower:before {
  content: "\3d74";
}
.hgi-duotone.hgi-berlin:before {
  content: "\3d75";
}
.hgi-duotone.hgi-beta:after {
  content: "\3d76";
}
.hgi-duotone.hgi-beta:before {
  content: "\3d77";
}
.hgi-duotone.hgi-bicycle-01:after {
  content: "\3d78";
}
.hgi-duotone.hgi-bicycle-01:before {
  content: "\3d79";
}
.hgi-duotone.hgi-bicycle:after {
  content: "\3d7a";
}
.hgi-duotone.hgi-bicycle:before {
  content: "\3d7b";
}
.hgi-duotone.hgi-billiard-01:after {
  content: "\3d7c";
}
.hgi-duotone.hgi-billiard-01:before {
  content: "\3d7d";
}
.hgi-duotone.hgi-billiard-02:after {
  content: "\3d7e";
}
.hgi-duotone.hgi-billiard-02:before {
  content: "\3d7f";
}
.hgi-duotone.hgi-binary-code:after {
  content: "\3d80";
}
.hgi-duotone.hgi-binary-code:before {
  content: "\3d81";
}
.hgi-duotone.hgi-bing:after {
  content: "\3d82";
}
.hgi-duotone.hgi-bing:before {
  content: "\3d83";
}
.hgi-duotone.hgi-binoculars:after {
  content: "\3d84";
}
.hgi-duotone.hgi-binoculars:before {
  content: "\3d85";
}
.hgi-duotone.hgi-bio-energy:after {
  content: "\3d86";
}
.hgi-duotone.hgi-bio-energy:before {
  content: "\3d87";
}
.hgi-duotone.hgi-biomass-energy:after {
  content: "\3d88";
}
.hgi-duotone.hgi-biomass-energy:before {
  content: "\3d89";
}
.hgi-duotone.hgi-biometric-access:after {
  content: "\3d8a";
}
.hgi-duotone.hgi-biometric-access:before {
  content: "\3d8b";
}
.hgi-duotone.hgi-biometric-device:after {
  content: "\3d8c";
}
.hgi-duotone.hgi-biometric-device:before {
  content: "\3d8d";
}
.hgi-duotone.hgi-birthday-cake:after {
  content: "\3d8e";
}
.hgi-duotone.hgi-birthday-cake:before {
  content: "\3d8f";
}
.hgi-duotone.hgi-biscuit:after {
  content: "\3d90";
}
.hgi-duotone.hgi-biscuit:before {
  content: "\3d91";
}
.hgi-duotone.hgi-bitcoin-01:after {
  content: "\3d92";
}
.hgi-duotone.hgi-bitcoin-01:before {
  content: "\3d93";
}
.hgi-duotone.hgi-bitcoin-02:after {
  content: "\3d94";
}
.hgi-duotone.hgi-bitcoin-02:before {
  content: "\3d95";
}
.hgi-duotone.hgi-bitcoin-03:after {
  content: "\3d96";
}
.hgi-duotone.hgi-bitcoin-03:before {
  content: "\3d97";
}
.hgi-duotone.hgi-bitcoin-04:after {
  content: "\3d98";
}
.hgi-duotone.hgi-bitcoin-04:before {
  content: "\3d99";
}
.hgi-duotone.hgi-bitcoin-bag:after {
  content: "\3d9a";
}
.hgi-duotone.hgi-bitcoin-bag:before {
  content: "\3d9b";
}
.hgi-duotone.hgi-bitcoin-circle:after {
  content: "\3d9c";
}
.hgi-duotone.hgi-bitcoin-circle:before {
  content: "\3d9d";
}
.hgi-duotone.hgi-bitcoin-cloud:after {
  content: "\3d9e";
}
.hgi-duotone.hgi-bitcoin-cloud:before {
  content: "\3d9f";
}
.hgi-duotone.hgi-bitcoin-cpu:after {
  content: "\3da0";
}
.hgi-duotone.hgi-bitcoin-cpu:before {
  content: "\3da1";
}
.hgi-duotone.hgi-bitcoin-credit-card:after {
  content: "\3da2";
}
.hgi-duotone.hgi-bitcoin-credit-card:before {
  content: "\3da3";
}
.hgi-duotone.hgi-bitcoin-database:after {
  content: "\3da4";
}
.hgi-duotone.hgi-bitcoin-database:before {
  content: "\3da5";
}
.hgi-duotone.hgi-bitcoin-down-01:after {
  content: "\3da6";
}
.hgi-duotone.hgi-bitcoin-down-01:before {
  content: "\3da7";
}
.hgi-duotone.hgi-bitcoin-down-02:after {
  content: "\3da8";
}
.hgi-duotone.hgi-bitcoin-down-02:before {
  content: "\3da9";
}
.hgi-duotone.hgi-bitcoin-ellipse:after {
  content: "\3daa";
}
.hgi-duotone.hgi-bitcoin-ellipse:before {
  content: "\3dab";
}
.hgi-duotone.hgi-bitcoin-eye:after {
  content: "\3dac";
}
.hgi-duotone.hgi-bitcoin-eye:before {
  content: "\3dad";
}
.hgi-duotone.hgi-bitcoin-filter:after {
  content: "\3dae";
}
.hgi-duotone.hgi-bitcoin-filter:before {
  content: "\3daf";
}
.hgi-duotone.hgi-bitcoin-flashdisk:after {
  content: "\3db0";
}
.hgi-duotone.hgi-bitcoin-flashdisk:before {
  content: "\3db1";
}
.hgi-duotone.hgi-bitcoin-graph:after {
  content: "\3db2";
}
.hgi-duotone.hgi-bitcoin-graph:before {
  content: "\3db3";
}
.hgi-duotone.hgi-bitcoin-invoice:after {
  content: "\3db4";
}
.hgi-duotone.hgi-bitcoin-invoice:before {
  content: "\3db5";
}
.hgi-duotone.hgi-bitcoin-key:after {
  content: "\3db6";
}
.hgi-duotone.hgi-bitcoin-key:before {
  content: "\3db7";
}
.hgi-duotone.hgi-bitcoin-location:after {
  content: "\3db8";
}
.hgi-duotone.hgi-bitcoin-location:before {
  content: "\3db9";
}
.hgi-duotone.hgi-bitcoin-lock:after {
  content: "\3dba";
}
.hgi-duotone.hgi-bitcoin-lock:before {
  content: "\3dbb";
}
.hgi-duotone.hgi-bitcoin-mail:after {
  content: "\3dbc";
}
.hgi-duotone.hgi-bitcoin-mail:before {
  content: "\3dbd";
}
.hgi-duotone.hgi-bitcoin-mind:after {
  content: "\3dbe";
}
.hgi-duotone.hgi-bitcoin-mind:before {
  content: "\3dbf";
}
.hgi-duotone.hgi-bitcoin-money-01:after {
  content: "\3dc0";
}
.hgi-duotone.hgi-bitcoin-money-01:before {
  content: "\3dc1";
}
.hgi-duotone.hgi-bitcoin-money-02:after {
  content: "\3dc2";
}
.hgi-duotone.hgi-bitcoin-money-02:before {
  content: "\3dc3";
}
.hgi-duotone.hgi-bitcoin-pie-chart:after {
  content: "\3dc4";
}
.hgi-duotone.hgi-bitcoin-pie-chart:before {
  content: "\3dc5";
}
.hgi-duotone.hgi-bitcoin-piggy-bank:after {
  content: "\3dc6";
}
.hgi-duotone.hgi-bitcoin-piggy-bank:before {
  content: "\3dc7";
}
.hgi-duotone.hgi-bitcoin-presentation:after {
  content: "\3dc8";
}
.hgi-duotone.hgi-bitcoin-presentation:before {
  content: "\3dc9";
}
.hgi-duotone.hgi-bitcoin-receipt:after {
  content: "\3dca";
}
.hgi-duotone.hgi-bitcoin-receipt:before {
  content: "\3dcb";
}
.hgi-duotone.hgi-bitcoin-receive:after {
  content: "\3dcc";
}
.hgi-duotone.hgi-bitcoin-receive:before {
  content: "\3dcd";
}
.hgi-duotone.hgi-bitcoin-rectangle:after {
  content: "\3dce";
}
.hgi-duotone.hgi-bitcoin-rectangle:before {
  content: "\3dcf";
}
.hgi-duotone.hgi-bitcoin-safe:after {
  content: "\3dd0";
}
.hgi-duotone.hgi-bitcoin-safe:before {
  content: "\3dd1";
}
.hgi-duotone.hgi-bitcoin-search:after {
  content: "\3dd2";
}
.hgi-duotone.hgi-bitcoin-search:before {
  content: "\3dd3";
}
.hgi-duotone.hgi-bitcoin:after {
  content: "\3dd4";
}
.hgi-duotone.hgi-bitcoin-send:after {
  content: "\3dd5";
}
.hgi-duotone.hgi-bitcoin-send:before {
  content: "\3dd6";
}
.hgi-duotone.hgi-bitcoin-setting:after {
  content: "\3dd7";
}
.hgi-duotone.hgi-bitcoin-setting:before {
  content: "\3dd8";
}
.hgi-duotone.hgi-bitcoin-shield:after {
  content: "\3dd9";
}
.hgi-duotone.hgi-bitcoin-shield:before {
  content: "\3dda";
}
.hgi-duotone.hgi-bitcoin-shopping:after {
  content: "\3ddb";
}
.hgi-duotone.hgi-bitcoin-shopping:before {
  content: "\3ddc";
}
.hgi-duotone.hgi-bitcoin-smartphone-01:after {
  content: "\3ddd";
}
.hgi-duotone.hgi-bitcoin-smartphone-01:before {
  content: "\3dde";
}
.hgi-duotone.hgi-bitcoin-smartphone-02:after {
  content: "\3ddf";
}
.hgi-duotone.hgi-bitcoin-smartphone-02:before {
  content: "\3de0";
}
.hgi-duotone.hgi-bitcoin-square:after {
  content: "\3de1";
}
.hgi-duotone.hgi-bitcoin-square:before {
  content: "\3de2";
}
.hgi-duotone.hgi-bitcoin-store:after {
  content: "\3de3";
}
.hgi-duotone.hgi-bitcoin-store:before {
  content: "\3de4";
}
.hgi-duotone.hgi-bitcoin-tag:after {
  content: "\3de5";
}
.hgi-duotone.hgi-bitcoin-tag:before {
  content: "\3de6";
}
.hgi-duotone.hgi-bitcoin-target:after {
  content: "\3de7";
}
.hgi-duotone.hgi-bitcoin-target:before {
  content: "\3de8";
}
.hgi-duotone.hgi-bitcoin-transaction:after {
  content: "\3de9";
}
.hgi-duotone.hgi-bitcoin-transaction:before {
  content: "\3dea";
}
.hgi-duotone.hgi-bitcoin-up-01:after {
  content: "\3deb";
}
.hgi-duotone.hgi-bitcoin-up-01:before {
  content: "\3dec";
}
.hgi-duotone.hgi-bitcoin-up-02:after {
  content: "\3ded";
}
.hgi-duotone.hgi-bitcoin-up-02:before {
  content: "\3dee";
}
.hgi-duotone.hgi-bitcoin-wallet:after {
  content: "\3def";
}
.hgi-duotone.hgi-bitcoin-wallet:before {
  content: "\3df0";
}
.hgi-duotone.hgi-bitcoin-withdraw:after {
  content: "\3df1";
}
.hgi-duotone.hgi-bitcoin-withdraw:before {
  content: "\3df2";
}
.hgi-duotone.hgi-bitcoin:before {
  content: "\3df3";
}
.hgi-duotone.hgi-black-hole-01:after {
  content: "\3df4";
}
.hgi-duotone.hgi-black-hole-01:before {
  content: "\3df5";
}
.hgi-duotone.hgi-black-hole:after {
  content: "\3df6";
}
.hgi-duotone.hgi-black-hole:before {
  content: "\3df7";
}
.hgi-duotone.hgi-blend:after {
  content: "\3df8";
}
.hgi-duotone.hgi-blend:before {
  content: "\3df9";
}
.hgi-duotone.hgi-blender:after {
  content: "\3dfa";
}
.hgi-duotone.hgi-blender:before {
  content: "\3dfb";
}
.hgi-duotone.hgi-block-game:after {
  content: "\3dfc";
}
.hgi-duotone.hgi-block-game:before {
  content: "\3dfd";
}
.hgi-duotone.hgi-blockchain-01:after {
  content: "\3dfe";
}
.hgi-duotone.hgi-blockchain-01:before {
  content: "\3dff";
}
.hgi-duotone.hgi-blockchain-02:after {
  content: "\3e00";
}
.hgi-duotone.hgi-blockchain-02:before {
  content: "\3e01";
}
.hgi-duotone.hgi-blockchain-03:after {
  content: "\3e02";
}
.hgi-duotone.hgi-blockchain-03:before {
  content: "\3e03";
}
.hgi-duotone.hgi-blockchain-04:after {
  content: "\3e04";
}
.hgi-duotone.hgi-blockchain-04:before {
  content: "\3e05";
}
.hgi-duotone.hgi-blockchain-05:after {
  content: "\3e06";
}
.hgi-duotone.hgi-blockchain-05:before {
  content: "\3e07";
}
.hgi-duotone.hgi-blockchain-06:after {
  content: "\3e08";
}
.hgi-duotone.hgi-blockchain-06:before {
  content: "\3e09";
}
.hgi-duotone.hgi-blockchain-07:after {
  content: "\3e0a";
}
.hgi-duotone.hgi-blockchain-07:before {
  content: "\3e0b";
}
.hgi-duotone.hgi-blocked:after {
  content: "\3e0c";
}
.hgi-duotone.hgi-blocked:before {
  content: "\3e0d";
}
.hgi-duotone.hgi-blogger:after {
  content: "\3e0e";
}
.hgi-duotone.hgi-blogger:before {
  content: "\3e0f";
}
.hgi-duotone.hgi-blood-bag:after {
  content: "\3e10";
}
.hgi-duotone.hgi-blood-bag:before {
  content: "\3e11";
}
.hgi-duotone.hgi-blood-bottle:after {
  content: "\3e12";
}
.hgi-duotone.hgi-blood-bottle:before {
  content: "\3e13";
}
.hgi-duotone.hgi-blood-pressure:after {
  content: "\3e14";
}
.hgi-duotone.hgi-blood-pressure:before {
  content: "\3e15";
}
.hgi-duotone.hgi-blood:after {
  content: "\3e16";
}
.hgi-duotone.hgi-blood-type:after {
  content: "\3e17";
}
.hgi-duotone.hgi-blood-type:before {
  content: "\3e18";
}
.hgi-duotone.hgi-blood:before {
  content: "\3e19";
}
.hgi-duotone.hgi-bluesky:after {
  content: "\3e1a";
}
.hgi-duotone.hgi-bluesky:before {
  content: "\3e1b";
}
.hgi-duotone.hgi-bluetooth-circle:after {
  content: "\3e1c";
}
.hgi-duotone.hgi-bluetooth-circle:before {
  content: "\3e1d";
}
.hgi-duotone.hgi-bluetooth-not-connected:after {
  content: "\3e1e";
}
.hgi-duotone.hgi-bluetooth-not-connected:before {
  content: "\3e1f";
}
.hgi-duotone.hgi-bluetooth-search:after {
  content: "\3e20";
}
.hgi-duotone.hgi-bluetooth-search:before {
  content: "\3e21";
}
.hgi-duotone.hgi-bluetooth:after {
  content: "\3e22";
}
.hgi-duotone.hgi-bluetooth-square:after {
  content: "\3e23";
}
.hgi-duotone.hgi-bluetooth-square:before {
  content: "\3e24";
}
.hgi-duotone.hgi-bluetooth:before {
  content: "\3e25";
}
.hgi-duotone.hgi-blur:after {
  content: "\3e26";
}
.hgi-duotone.hgi-blur:before {
  content: "\3e27";
}
.hgi-duotone.hgi-blush-brush-01:after {
  content: "\3e28";
}
.hgi-duotone.hgi-blush-brush-01:before {
  content: "\3e29";
}
.hgi-duotone.hgi-blush-brush-02:after {
  content: "\3e2a";
}
.hgi-duotone.hgi-blush-brush-02:before {
  content: "\3e2b";
}
.hgi-duotone.hgi-board-math:after {
  content: "\3e2c";
}
.hgi-duotone.hgi-board-math:before {
  content: "\3e2d";
}
.hgi-duotone.hgi-boat:after {
  content: "\3e2e";
}
.hgi-duotone.hgi-boat:before {
  content: "\3e2f";
}
.hgi-duotone.hgi-body-armor:after {
  content: "\3e30";
}
.hgi-duotone.hgi-body-armor:before {
  content: "\3e31";
}
.hgi-duotone.hgi-body-part-leg:after {
  content: "\3e32";
}
.hgi-duotone.hgi-body-part-leg:before {
  content: "\3e33";
}
.hgi-duotone.hgi-body-part-muscle:after {
  content: "\3e34";
}
.hgi-duotone.hgi-body-part-muscle:before {
  content: "\3e35";
}
.hgi-duotone.hgi-body-part-six-pack:after {
  content: "\3e36";
}
.hgi-duotone.hgi-body-part-six-pack:before {
  content: "\3e37";
}
.hgi-duotone.hgi-body-soap:after {
  content: "\3e38";
}
.hgi-duotone.hgi-body-soap:before {
  content: "\3e39";
}
.hgi-duotone.hgi-body-weight:after {
  content: "\3e3a";
}
.hgi-duotone.hgi-body-weight:before {
  content: "\3e3b";
}
.hgi-duotone.hgi-bomb:after {
  content: "\3e3c";
}
.hgi-duotone.hgi-bomb:before {
  content: "\3e3d";
}
.hgi-duotone.hgi-bone-01:after {
  content: "\3e3e";
}
.hgi-duotone.hgi-bone-01:before {
  content: "\3e3f";
}
.hgi-duotone.hgi-bone-02:after {
  content: "\3e40";
}
.hgi-duotone.hgi-bone-02:before {
  content: "\3e41";
}
.hgi-duotone.hgi-book-01:after {
  content: "\3e42";
}
.hgi-duotone.hgi-book-01:before {
  content: "\3e43";
}
.hgi-duotone.hgi-book-02:after {
  content: "\3e44";
}
.hgi-duotone.hgi-book-02:before {
  content: "\3e45";
}
.hgi-duotone.hgi-book-03:after {
  content: "\3e46";
}
.hgi-duotone.hgi-book-03:before {
  content: "\3e47";
}
.hgi-duotone.hgi-book-04:after {
  content: "\3e48";
}
.hgi-duotone.hgi-book-04:before {
  content: "\3e49";
}
.hgi-duotone.hgi-book-bookmark-01:after {
  content: "\3e4a";
}
.hgi-duotone.hgi-book-bookmark-01:before {
  content: "\3e4b";
}
.hgi-duotone.hgi-book-bookmark-02:after {
  content: "\3e4c";
}
.hgi-duotone.hgi-book-bookmark-02:before {
  content: "\3e4d";
}
.hgi-duotone.hgi-book-download:after {
  content: "\3e4e";
}
.hgi-duotone.hgi-book-download:before {
  content: "\3e4f";
}
.hgi-duotone.hgi-book-edit:after {
  content: "\3e50";
}
.hgi-duotone.hgi-book-edit:before {
  content: "\3e51";
}
.hgi-duotone.hgi-book-open-01:after {
  content: "\3e52";
}
.hgi-duotone.hgi-book-open-01:before {
  content: "\3e53";
}
.hgi-duotone.hgi-book-open-02:after {
  content: "\3e54";
}
.hgi-duotone.hgi-book-open-02:before {
  content: "\3e55";
}
.hgi-duotone.hgi-book-upload:after {
  content: "\3e56";
}
.hgi-duotone.hgi-book-upload:before {
  content: "\3e57";
}
.hgi-duotone.hgi-bookmark-01:after {
  content: "\3e58";
}
.hgi-duotone.hgi-bookmark-01:before {
  content: "\3e59";
}
.hgi-duotone.hgi-bookmark-02:after {
  content: "\3e5a";
}
.hgi-duotone.hgi-bookmark-02:before {
  content: "\3e5b";
}
.hgi-duotone.hgi-bookmark-03:after {
  content: "\3e5c";
}
.hgi-duotone.hgi-bookmark-03:before {
  content: "\3e5d";
}
.hgi-duotone.hgi-bookmark-add-01:after {
  content: "\3e5e";
}
.hgi-duotone.hgi-bookmark-add-01:before {
  content: "\3e5f";
}
.hgi-duotone.hgi-bookmark-add-02:after {
  content: "\3e60";
}
.hgi-duotone.hgi-bookmark-add-02:before {
  content: "\3e61";
}
.hgi-duotone.hgi-bookmark-block-01:after {
  content: "\3e62";
}
.hgi-duotone.hgi-bookmark-block-01:before {
  content: "\3e63";
}
.hgi-duotone.hgi-bookmark-block-02:after {
  content: "\3e64";
}
.hgi-duotone.hgi-bookmark-block-02:before {
  content: "\3e65";
}
.hgi-duotone.hgi-bookmark-check-01:after {
  content: "\3e66";
}
.hgi-duotone.hgi-bookmark-check-01:before {
  content: "\3e67";
}
.hgi-duotone.hgi-bookmark-check-02:after {
  content: "\3e68";
}
.hgi-duotone.hgi-bookmark-check-02:before {
  content: "\3e69";
}
.hgi-duotone.hgi-bookmark-minus-01:after {
  content: "\3e6a";
}
.hgi-duotone.hgi-bookmark-minus-01:before {
  content: "\3e6b";
}
.hgi-duotone.hgi-bookmark-minus-02:after {
  content: "\3e6c";
}
.hgi-duotone.hgi-bookmark-minus-02:before {
  content: "\3e6d";
}
.hgi-duotone.hgi-bookmark-off-01:after {
  content: "\3e6e";
}
.hgi-duotone.hgi-bookmark-off-01:before {
  content: "\3e6f";
}
.hgi-duotone.hgi-bookmark-off-02:after {
  content: "\3e70";
}
.hgi-duotone.hgi-bookmark-off-02:before {
  content: "\3e71";
}
.hgi-duotone.hgi-bookmark-remove-01:after {
  content: "\3e72";
}
.hgi-duotone.hgi-bookmark-remove-01:before {
  content: "\3e73";
}
.hgi-duotone.hgi-bookmark-remove-02:after {
  content: "\3e74";
}
.hgi-duotone.hgi-bookmark-remove-02:before {
  content: "\3e75";
}
.hgi-duotone.hgi-books-01:after {
  content: "\3e76";
}
.hgi-duotone.hgi-books-01:before {
  content: "\3e77";
}
.hgi-duotone.hgi-books-02:after {
  content: "\3e78";
}
.hgi-duotone.hgi-books-02:before {
  content: "\3e79";
}
.hgi-duotone.hgi-bookshelf-01:after {
  content: "\3e7a";
}
.hgi-duotone.hgi-bookshelf-01:before {
  content: "\3e7b";
}
.hgi-duotone.hgi-bookshelf-02:after {
  content: "\3e7c";
}
.hgi-duotone.hgi-bookshelf-02:before {
  content: "\3e7d";
}
.hgi-duotone.hgi-bookshelf-03:after {
  content: "\3e7e";
}
.hgi-duotone.hgi-bookshelf-03:before {
  content: "\3e7f";
}
.hgi-duotone.hgi-bootstrap:after {
  content: "\3e80";
}
.hgi-duotone.hgi-bootstrap:before {
  content: "\3e81";
}
.hgi-duotone.hgi-border-all-01:after {
  content: "\3e82";
}
.hgi-duotone.hgi-border-all-01:before {
  content: "\3e83";
}
.hgi-duotone.hgi-border-all-02:after {
  content: "\3e84";
}
.hgi-duotone.hgi-border-all-02:before {
  content: "\3e85";
}
.hgi-duotone.hgi-border-bottom-01:after {
  content: "\3e86";
}
.hgi-duotone.hgi-border-bottom-01:before {
  content: "\3e87";
}
.hgi-duotone.hgi-border-bottom-02:after {
  content: "\3e88";
}
.hgi-duotone.hgi-border-bottom-02:before {
  content: "\3e89";
}
.hgi-duotone.hgi-border-full:after {
  content: "\3e8a";
}
.hgi-duotone.hgi-border-full:before {
  content: "\3e8b";
}
.hgi-duotone.hgi-border-horizontal:after {
  content: "\3e8c";
}
.hgi-duotone.hgi-border-horizontal:before {
  content: "\3e8d";
}
.hgi-duotone.hgi-border-inner:after {
  content: "\3e8e";
}
.hgi-duotone.hgi-border-inner:before {
  content: "\3e8f";
}
.hgi-duotone.hgi-border-left-01:after {
  content: "\3e90";
}
.hgi-duotone.hgi-border-left-01:before {
  content: "\3e91";
}
.hgi-duotone.hgi-border-left-02:after {
  content: "\3e92";
}
.hgi-duotone.hgi-border-left-02:before {
  content: "\3e93";
}
.hgi-duotone.hgi-border-none-01:after {
  content: "\3e94";
}
.hgi-duotone.hgi-border-none-01:before {
  content: "\3e95";
}
.hgi-duotone.hgi-border-none-02:after {
  content: "\3e96";
}
.hgi-duotone.hgi-border-none-02:before {
  content: "\3e97";
}
.hgi-duotone.hgi-border-right-01:after {
  content: "\3e98";
}
.hgi-duotone.hgi-border-right-01:before {
  content: "\3e99";
}
.hgi-duotone.hgi-border-right-02:after {
  content: "\3e9a";
}
.hgi-duotone.hgi-border-right-02:before {
  content: "\3e9b";
}
.hgi-duotone.hgi-border-top-01:after {
  content: "\3e9c";
}
.hgi-duotone.hgi-border-top-01:before {
  content: "\3e9d";
}
.hgi-duotone.hgi-border-top-02:after {
  content: "\3e9e";
}
.hgi-duotone.hgi-border-top-02:before {
  content: "\3e9f";
}
.hgi-duotone.hgi-border-vertical:after {
  content: "\3ea0";
}
.hgi-duotone.hgi-border-vertical:before {
  content: "\3ea1";
}
.hgi-duotone.hgi-borobudur:after {
  content: "\3ea2";
}
.hgi-duotone.hgi-borobudur:before {
  content: "\3ea3";
}
.hgi-duotone.hgi-bot:after {
  content: "\3ea4";
}
.hgi-duotone.hgi-bot:before {
  content: "\3ea5";
}
.hgi-duotone.hgi-bounce-left:after {
  content: "\3ea6";
}
.hgi-duotone.hgi-bounce-left:before {
  content: "\3ea7";
}
.hgi-duotone.hgi-bounce-right:after {
  content: "\3ea8";
}
.hgi-duotone.hgi-bounce-right:before {
  content: "\3ea9";
}
.hgi-duotone.hgi-bounding-box:after {
  content: "\3eaa";
}
.hgi-duotone.hgi-bounding-box:before {
  content: "\3eab";
}
.hgi-duotone.hgi-bow-tie:after {
  content: "\3eac";
}
.hgi-duotone.hgi-bow-tie:before {
  content: "\3ead";
}
.hgi-duotone.hgi-bowling-ball:after {
  content: "\3eae";
}
.hgi-duotone.hgi-bowling-ball:before {
  content: "\3eaf";
}
.hgi-duotone.hgi-bowling-pins:after {
  content: "\3eb0";
}
.hgi-duotone.hgi-bowling-pins:before {
  content: "\3eb1";
}
.hgi-duotone.hgi-bowling:after {
  content: "\3eb2";
}
.hgi-duotone.hgi-bowling:before {
  content: "\3eb3";
}
.hgi-duotone.hgi-boxer:after {
  content: "\3eb4";
}
.hgi-duotone.hgi-boxer:before {
  content: "\3eb5";
}
.hgi-duotone.hgi-boxing-bag:after {
  content: "\3eb6";
}
.hgi-duotone.hgi-boxing-bag:before {
  content: "\3eb7";
}
.hgi-duotone.hgi-boxing-glove-01:after {
  content: "\3eb8";
}
.hgi-duotone.hgi-boxing-glove-01:before {
  content: "\3eb9";
}
.hgi-duotone.hgi-boxing-glove:after {
  content: "\3eba";
}
.hgi-duotone.hgi-boxing-glove:before {
  content: "\3ebb";
}
.hgi-duotone.hgi-brain-01:after {
  content: "\3ebc";
}
.hgi-duotone.hgi-brain-01:before {
  content: "\3ebd";
}
.hgi-duotone.hgi-brain-02:after {
  content: "\3ebe";
}
.hgi-duotone.hgi-brain-02:before {
  content: "\3ebf";
}
.hgi-duotone.hgi-brain-03:after {
  content: "\3ec0";
}
.hgi-duotone.hgi-brain-03:before {
  content: "\3ec1";
}
.hgi-duotone.hgi-brain:after {
  content: "\3ec2";
}
.hgi-duotone.hgi-brain:before {
  content: "\3ec3";
}
.hgi-duotone.hgi-brandfetch:after {
  content: "\3ec4";
}
.hgi-duotone.hgi-brandfetch:before {
  content: "\3ec5";
}
.hgi-duotone.hgi-bread-01:after {
  content: "\3ec6";
}
.hgi-duotone.hgi-bread-01:before {
  content: "\3ec7";
}
.hgi-duotone.hgi-bread-02:after {
  content: "\3ec8";
}
.hgi-duotone.hgi-bread-02:before {
  content: "\3ec9";
}
.hgi-duotone.hgi-bread-03:after {
  content: "\3eca";
}
.hgi-duotone.hgi-bread-03:before {
  content: "\3ecb";
}
.hgi-duotone.hgi-bread-04:after {
  content: "\3ecc";
}
.hgi-duotone.hgi-bread-04:before {
  content: "\3ecd";
}
.hgi-duotone.hgi-breast-pump:after {
  content: "\3ece";
}
.hgi-duotone.hgi-breast-pump:before {
  content: "\3ecf";
}
.hgi-duotone.hgi-bridge:after {
  content: "\3ed0";
}
.hgi-duotone.hgi-bridge:before {
  content: "\3ed1";
}
.hgi-duotone.hgi-briefcase-01:after {
  content: "\3ed2";
}
.hgi-duotone.hgi-briefcase-01:before {
  content: "\3ed3";
}
.hgi-duotone.hgi-briefcase-02:after {
  content: "\3ed4";
}
.hgi-duotone.hgi-briefcase-02:before {
  content: "\3ed5";
}
.hgi-duotone.hgi-briefcase-03:after {
  content: "\3ed6";
}
.hgi-duotone.hgi-briefcase-03:before {
  content: "\3ed7";
}
.hgi-duotone.hgi-briefcase-04:after {
  content: "\3ed8";
}
.hgi-duotone.hgi-briefcase-04:before {
  content: "\3ed9";
}
.hgi-duotone.hgi-briefcase-05:after {
  content: "\3eda";
}
.hgi-duotone.hgi-briefcase-05:before {
  content: "\3edb";
}
.hgi-duotone.hgi-briefcase-06:after {
  content: "\3edc";
}
.hgi-duotone.hgi-briefcase-06:before {
  content: "\3edd";
}
.hgi-duotone.hgi-briefcase-07:after {
  content: "\3ede";
}
.hgi-duotone.hgi-briefcase-07:before {
  content: "\3edf";
}
.hgi-duotone.hgi-briefcase-08:after {
  content: "\3ee0";
}
.hgi-duotone.hgi-briefcase-08:before {
  content: "\3ee1";
}
.hgi-duotone.hgi-briefcase-09:after {
  content: "\3ee2";
}
.hgi-duotone.hgi-briefcase-09:before {
  content: "\3ee3";
}
.hgi-duotone.hgi-briefcase-dollar:after {
  content: "\3ee4";
}
.hgi-duotone.hgi-briefcase-dollar:before {
  content: "\3ee5";
}
.hgi-duotone.hgi-broccoli:after {
  content: "\3ee6";
}
.hgi-duotone.hgi-broccoli:before {
  content: "\3ee7";
}
.hgi-duotone.hgi-brochure:after {
  content: "\3ee8";
}
.hgi-duotone.hgi-brochure:before {
  content: "\3ee9";
}
.hgi-duotone.hgi-broken-bone:after {
  content: "\3eea";
}
.hgi-duotone.hgi-broken-bone:before {
  content: "\3eeb";
}
.hgi-duotone.hgi-browser:after {
  content: "\3eec";
}
.hgi-duotone.hgi-browser:before {
  content: "\3eed";
}
.hgi-duotone.hgi-brush:after {
  content: "\3eee";
}
.hgi-duotone.hgi-brush:before {
  content: "\3eef";
}
.hgi-duotone.hgi-bubble-chat-add:after {
  content: "\3ef0";
}
.hgi-duotone.hgi-bubble-chat-add:before {
  content: "\3ef1";
}
.hgi-duotone.hgi-bubble-chat-blocked:after {
  content: "\3ef2";
}
.hgi-duotone.hgi-bubble-chat-blocked:before {
  content: "\3ef3";
}
.hgi-duotone.hgi-bubble-chat-cancel:after {
  content: "\3ef4";
}
.hgi-duotone.hgi-bubble-chat-cancel:before {
  content: "\3ef5";
}
.hgi-duotone.hgi-bubble-chat-delay:after {
  content: "\3ef6";
}
.hgi-duotone.hgi-bubble-chat-delay:before {
  content: "\3ef7";
}
.hgi-duotone.hgi-bubble-chat-done:after {
  content: "\3ef8";
}
.hgi-duotone.hgi-bubble-chat-done:before {
  content: "\3ef9";
}
.hgi-duotone.hgi-bubble-chat-download-01:after {
  content: "\3efa";
}
.hgi-duotone.hgi-bubble-chat-download-01:before {
  content: "\3efb";
}
.hgi-duotone.hgi-bubble-chat-download-02:after {
  content: "\3efc";
}
.hgi-duotone.hgi-bubble-chat-download-02:before {
  content: "\3efd";
}
.hgi-duotone.hgi-bubble-chat-edit:after {
  content: "\3efe";
}
.hgi-duotone.hgi-bubble-chat-edit:before {
  content: "\3eff";
}
.hgi-duotone.hgi-bubble-chat-favourite:after {
  content: "\3f00";
}
.hgi-duotone.hgi-bubble-chat-favourite:before {
  content: "\3f01";
}
.hgi-duotone.hgi-bubble-chat-income:after {
  content: "\3f02";
}
.hgi-duotone.hgi-bubble-chat-income:before {
  content: "\3f03";
}
.hgi-duotone.hgi-bubble-chat-lock:after {
  content: "\3f04";
}
.hgi-duotone.hgi-bubble-chat-lock:before {
  content: "\3f05";
}
.hgi-duotone.hgi-bubble-chat-notification:after {
  content: "\3f06";
}
.hgi-duotone.hgi-bubble-chat-notification:before {
  content: "\3f07";
}
.hgi-duotone.hgi-bubble-chat-outcome:after {
  content: "\3f08";
}
.hgi-duotone.hgi-bubble-chat-outcome:before {
  content: "\3f09";
}
.hgi-duotone.hgi-bubble-chat-preview:after {
  content: "\3f0a";
}
.hgi-duotone.hgi-bubble-chat-preview:before {
  content: "\3f0b";
}
.hgi-duotone.hgi-bubble-chat-question:after {
  content: "\3f0c";
}
.hgi-duotone.hgi-bubble-chat-question:before {
  content: "\3f0d";
}
.hgi-duotone.hgi-bubble-chat-search:after {
  content: "\3f0e";
}
.hgi-duotone.hgi-bubble-chat-search:before {
  content: "\3f0f";
}
.hgi-duotone.hgi-bubble-chat:after {
  content: "\3f10";
}
.hgi-duotone.hgi-bubble-chat-secure:after {
  content: "\3f11";
}
.hgi-duotone.hgi-bubble-chat-secure:before {
  content: "\3f12";
}
.hgi-duotone.hgi-bubble-chat-translate:after {
  content: "\3f13";
}
.hgi-duotone.hgi-bubble-chat-translate:before {
  content: "\3f14";
}
.hgi-duotone.hgi-bubble-chat-unlock:after {
  content: "\3f15";
}
.hgi-duotone.hgi-bubble-chat-unlock:before {
  content: "\3f16";
}
.hgi-duotone.hgi-bubble-chat-upload:after {
  content: "\3f17";
}
.hgi-duotone.hgi-bubble-chat-upload:before {
  content: "\3f18";
}
.hgi-duotone.hgi-bubble-chat-user:after {
  content: "\3f19";
}
.hgi-duotone.hgi-bubble-chat-user:before {
  content: "\3f1a";
}
.hgi-duotone.hgi-bubble-chat:before {
  content: "\3f1b";
}
.hgi-duotone.hgi-bubble-tea-01:after {
  content: "\3f1c";
}
.hgi-duotone.hgi-bubble-tea-01:before {
  content: "\3f1d";
}
.hgi-duotone.hgi-bubble-tea-02:after {
  content: "\3f1e";
}
.hgi-duotone.hgi-bubble-tea-02:before {
  content: "\3f1f";
}
.hgi-duotone.hgi-bug-01:after {
  content: "\3f20";
}
.hgi-duotone.hgi-bug-01:before {
  content: "\3f21";
}
.hgi-duotone.hgi-bug-02:after {
  content: "\3f22";
}
.hgi-duotone.hgi-bug-02:before {
  content: "\3f23";
}
.hgi-duotone.hgi-building-01:after {
  content: "\3f24";
}
.hgi-duotone.hgi-building-01:before {
  content: "\3f25";
}
.hgi-duotone.hgi-building-02:after {
  content: "\3f26";
}
.hgi-duotone.hgi-building-02:before {
  content: "\3f27";
}
.hgi-duotone.hgi-building-03:after {
  content: "\3f28";
}
.hgi-duotone.hgi-building-03:before {
  content: "\3f29";
}
.hgi-duotone.hgi-building-04:after {
  content: "\3f2a";
}
.hgi-duotone.hgi-building-04:before {
  content: "\3f2b";
}
.hgi-duotone.hgi-building-05:after {
  content: "\3f2c";
}
.hgi-duotone.hgi-building-05:before {
  content: "\3f2d";
}
.hgi-duotone.hgi-building-06:after {
  content: "\3f2e";
}
.hgi-duotone.hgi-building-06:before {
  content: "\3f2f";
}
.hgi-duotone.hgi-bulb-charging:after {
  content: "\3f30";
}
.hgi-duotone.hgi-bulb-charging:before {
  content: "\3f31";
}
.hgi-duotone.hgi-bulb:after {
  content: "\3f32";
}
.hgi-duotone.hgi-bulb:before {
  content: "\3f33";
}
.hgi-duotone.hgi-bulletproof-vest:after {
  content: "\3f34";
}
.hgi-duotone.hgi-bulletproof-vest:before {
  content: "\3f35";
}
.hgi-duotone.hgi-burj-al-arab:after {
  content: "\3f36";
}
.hgi-duotone.hgi-burj-al-arab:before {
  content: "\3f37";
}
.hgi-duotone.hgi-burning-cd:after {
  content: "\3f38";
}
.hgi-duotone.hgi-burning-cd:before {
  content: "\3f39";
}
.hgi-duotone.hgi-bus-01:after {
  content: "\3f3a";
}
.hgi-duotone.hgi-bus-01:before {
  content: "\3f3b";
}
.hgi-duotone.hgi-bus-02:after {
  content: "\3f3c";
}
.hgi-duotone.hgi-bus-02:before {
  content: "\3f3d";
}
.hgi-duotone.hgi-bus-03:after {
  content: "\3f3e";
}
.hgi-duotone.hgi-bus-03:before {
  content: "\3f3f";
}
.hgi-duotone.hgi-c-programming:after {
  content: "\3f40";
}
.hgi-duotone.hgi-c-programming:before {
  content: "\3f41";
}
.hgi-duotone.hgi-cabinet-01:after {
  content: "\3f42";
}
.hgi-duotone.hgi-cabinet-01:before {
  content: "\3f43";
}
.hgi-duotone.hgi-cabinet-02:after {
  content: "\3f44";
}
.hgi-duotone.hgi-cabinet-02:before {
  content: "\3f45";
}
.hgi-duotone.hgi-cabinet-03:after {
  content: "\3f46";
}
.hgi-duotone.hgi-cabinet-03:before {
  content: "\3f47";
}
.hgi-duotone.hgi-cabinet-04:after {
  content: "\3f48";
}
.hgi-duotone.hgi-cabinet-04:before {
  content: "\3f49";
}
.hgi-duotone.hgi-cable-car:after {
  content: "\3f4a";
}
.hgi-duotone.hgi-cable-car:before {
  content: "\3f4b";
}
.hgi-duotone.hgi-cactus:after {
  content: "\3f4c";
}
.hgi-duotone.hgi-cactus:before {
  content: "\3f4d";
}
.hgi-duotone.hgi-caduceus:after {
  content: "\3f4e";
}
.hgi-duotone.hgi-caduceus:before {
  content: "\3f4f";
}
.hgi-duotone.hgi-cafe:after {
  content: "\3f50";
}
.hgi-duotone.hgi-cafe:before {
  content: "\3f51";
}
.hgi-duotone.hgi-calculate:after {
  content: "\3f52";
}
.hgi-duotone.hgi-calculate:before {
  content: "\3f53";
}
.hgi-duotone.hgi-calculator-01:after {
  content: "\3f54";
}
.hgi-duotone.hgi-calculator-01:before {
  content: "\3f55";
}
.hgi-duotone.hgi-calculator:after {
  content: "\3f56";
}
.hgi-duotone.hgi-calculator:before {
  content: "\3f57";
}
.hgi-duotone.hgi-calendar-01:after {
  content: "\3f58";
}
.hgi-duotone.hgi-calendar-01:before {
  content: "\3f59";
}
.hgi-duotone.hgi-calendar-02:after {
  content: "\3f5a";
}
.hgi-duotone.hgi-calendar-02:before {
  content: "\3f5b";
}
.hgi-duotone.hgi-calendar-03:after {
  content: "\3f5c";
}
.hgi-duotone.hgi-calendar-03:before {
  content: "\3f5d";
}
.hgi-duotone.hgi-calendar-04:after {
  content: "\3f5e";
}
.hgi-duotone.hgi-calendar-04:before {
  content: "\3f5f";
}
.hgi-duotone.hgi-calendar-add-01:after {
  content: "\3f60";
}
.hgi-duotone.hgi-calendar-add-01:before {
  content: "\3f61";
}
.hgi-duotone.hgi-calendar-add-02:after {
  content: "\3f62";
}
.hgi-duotone.hgi-calendar-add-02:before {
  content: "\3f63";
}
.hgi-duotone.hgi-calendar-block-01:after {
  content: "\3f64";
}
.hgi-duotone.hgi-calendar-block-01:before {
  content: "\3f65";
}
.hgi-duotone.hgi-calendar-block-02:after {
  content: "\3f66";
}
.hgi-duotone.hgi-calendar-block-02:before {
  content: "\3f67";
}
.hgi-duotone.hgi-calendar-check-in-01:after {
  content: "\3f68";
}
.hgi-duotone.hgi-calendar-check-in-01:before {
  content: "\3f69";
}
.hgi-duotone.hgi-calendar-check-in-02:after {
  content: "\3f6a";
}
.hgi-duotone.hgi-calendar-check-in-02:before {
  content: "\3f6b";
}
.hgi-duotone.hgi-calendar-check-out-01:after {
  content: "\3f6c";
}
.hgi-duotone.hgi-calendar-check-out-01:before {
  content: "\3f6d";
}
.hgi-duotone.hgi-calendar-check-out-02:after {
  content: "\3f6e";
}
.hgi-duotone.hgi-calendar-check-out-02:before {
  content: "\3f6f";
}
.hgi-duotone.hgi-calendar-download-01:after {
  content: "\3f70";
}
.hgi-duotone.hgi-calendar-download-01:before {
  content: "\3f71";
}
.hgi-duotone.hgi-calendar-download-02:after {
  content: "\3f72";
}
.hgi-duotone.hgi-calendar-download-02:before {
  content: "\3f73";
}
.hgi-duotone.hgi-calendar-favorite-01:after {
  content: "\3f74";
}
.hgi-duotone.hgi-calendar-favorite-01:before {
  content: "\3f75";
}
.hgi-duotone.hgi-calendar-favorite-02:after {
  content: "\3f76";
}
.hgi-duotone.hgi-calendar-favorite-02:before {
  content: "\3f77";
}
.hgi-duotone.hgi-calendar-lock-01:after {
  content: "\3f78";
}
.hgi-duotone.hgi-calendar-lock-01:before {
  content: "\3f79";
}
.hgi-duotone.hgi-calendar-lock-02:after {
  content: "\3f7a";
}
.hgi-duotone.hgi-calendar-lock-02:before {
  content: "\3f7b";
}
.hgi-duotone.hgi-calendar-love-01:after {
  content: "\3f7c";
}
.hgi-duotone.hgi-calendar-love-01:before {
  content: "\3f7d";
}
.hgi-duotone.hgi-calendar-love-02:after {
  content: "\3f7e";
}
.hgi-duotone.hgi-calendar-love-02:before {
  content: "\3f7f";
}
.hgi-duotone.hgi-calendar-minus-01:after {
  content: "\3f80";
}
.hgi-duotone.hgi-calendar-minus-01:before {
  content: "\3f81";
}
.hgi-duotone.hgi-calendar-minus-02:after {
  content: "\3f82";
}
.hgi-duotone.hgi-calendar-minus-02:before {
  content: "\3f83";
}
.hgi-duotone.hgi-calendar-remove-01:after {
  content: "\3f84";
}
.hgi-duotone.hgi-calendar-remove-01:before {
  content: "\3f85";
}
.hgi-duotone.hgi-calendar-remove-02:after {
  content: "\3f86";
}
.hgi-duotone.hgi-calendar-remove-02:before {
  content: "\3f87";
}
.hgi-duotone.hgi-calendar-setting-01:after {
  content: "\3f88";
}
.hgi-duotone.hgi-calendar-setting-01:before {
  content: "\3f89";
}
.hgi-duotone.hgi-calendar-setting-02:after {
  content: "\3f8a";
}
.hgi-duotone.hgi-calendar-setting-02:before {
  content: "\3f8b";
}
.hgi-duotone.hgi-calendar-upload-01:after {
  content: "\3f8c";
}
.hgi-duotone.hgi-calendar-upload-01:before {
  content: "\3f8d";
}
.hgi-duotone.hgi-calendar-upload-02:after {
  content: "\3f8e";
}
.hgi-duotone.hgi-calendar-upload-02:before {
  content: "\3f8f";
}
.hgi-duotone.hgi-call-02:after {
  content: "\3f90";
}
.hgi-duotone.hgi-call-02:before {
  content: "\3f91";
}
.hgi-duotone.hgi-call-add-02:after {
  content: "\3f92";
}
.hgi-duotone.hgi-call-add-02:before {
  content: "\3f93";
}
.hgi-duotone.hgi-call-add:after {
  content: "\3f94";
}
.hgi-duotone.hgi-call-add:before {
  content: "\3f95";
}
.hgi-duotone.hgi-call-blocked-02:after {
  content: "\3f96";
}
.hgi-duotone.hgi-call-blocked-02:before {
  content: "\3f97";
}
.hgi-duotone.hgi-call-blocked:after {
  content: "\3f98";
}
.hgi-duotone.hgi-call-blocked:before {
  content: "\3f99";
}
.hgi-duotone.hgi-call-disabled-02:after {
  content: "\3f9a";
}
.hgi-duotone.hgi-call-disabled-02:before {
  content: "\3f9b";
}
.hgi-duotone.hgi-call-disabled:after {
  content: "\3f9c";
}
.hgi-duotone.hgi-call-disabled:before {
  content: "\3f9d";
}
.hgi-duotone.hgi-call-done-02:after {
  content: "\3f9e";
}
.hgi-duotone.hgi-call-done-02:before {
  content: "\3f9f";
}
.hgi-duotone.hgi-call-done:after {
  content: "\3fa0";
}
.hgi-duotone.hgi-call-done:before {
  content: "\3fa1";
}
.hgi-duotone.hgi-call-end-01:after {
  content: "\3fa2";
}
.hgi-duotone.hgi-call-end-01:before {
  content: "\3fa3";
}
.hgi-duotone.hgi-call-end-02:after {
  content: "\3fa4";
}
.hgi-duotone.hgi-call-end-02:before {
  content: "\3fa5";
}
.hgi-duotone.hgi-call-end-03:after {
  content: "\3fa6";
}
.hgi-duotone.hgi-call-end-03:before {
  content: "\3fa7";
}
.hgi-duotone.hgi-call-end-04:after {
  content: "\3fa8";
}
.hgi-duotone.hgi-call-end-04:before {
  content: "\3fa9";
}
.hgi-duotone.hgi-call-incoming-01:after {
  content: "\3faa";
}
.hgi-duotone.hgi-call-incoming-01:before {
  content: "\3fab";
}
.hgi-duotone.hgi-call-incoming-02:after {
  content: "\3fac";
}
.hgi-duotone.hgi-call-incoming-02:before {
  content: "\3fad";
}
.hgi-duotone.hgi-call-incoming-03:after {
  content: "\3fae";
}
.hgi-duotone.hgi-call-incoming-03:before {
  content: "\3faf";
}
.hgi-duotone.hgi-call-incoming-04:after {
  content: "\3fb0";
}
.hgi-duotone.hgi-call-incoming-04:before {
  content: "\3fb1";
}
.hgi-duotone.hgi-call-internal-02:after {
  content: "\3fb2";
}
.hgi-duotone.hgi-call-internal-02:before {
  content: "\3fb3";
}
.hgi-duotone.hgi-call-internal:after {
  content: "\3fb4";
}
.hgi-duotone.hgi-call-internal:before {
  content: "\3fb5";
}
.hgi-duotone.hgi-call-locked-02:after {
  content: "\3fb6";
}
.hgi-duotone.hgi-call-locked-02:before {
  content: "\3fb7";
}
.hgi-duotone.hgi-call-locked:after {
  content: "\3fb8";
}
.hgi-duotone.hgi-call-locked:before {
  content: "\3fb9";
}
.hgi-duotone.hgi-call-minus-02:after {
  content: "\3fba";
}
.hgi-duotone.hgi-call-minus-02:before {
  content: "\3fbb";
}
.hgi-duotone.hgi-call-minus:after {
  content: "\3fbc";
}
.hgi-duotone.hgi-call-minus:before {
  content: "\3fbd";
}
.hgi-duotone.hgi-call-missed-01:after {
  content: "\3fbe";
}
.hgi-duotone.hgi-call-missed-01:before {
  content: "\3fbf";
}
.hgi-duotone.hgi-call-missed-02:after {
  content: "\3fc0";
}
.hgi-duotone.hgi-call-missed-02:before {
  content: "\3fc1";
}
.hgi-duotone.hgi-call-missed-03:after {
  content: "\3fc2";
}
.hgi-duotone.hgi-call-missed-03:before {
  content: "\3fc3";
}
.hgi-duotone.hgi-call-missed-04:after {
  content: "\3fc4";
}
.hgi-duotone.hgi-call-missed-04:before {
  content: "\3fc5";
}
.hgi-duotone.hgi-call-outgoing-01:after {
  content: "\3fc6";
}
.hgi-duotone.hgi-call-outgoing-01:before {
  content: "\3fc7";
}
.hgi-duotone.hgi-call-outgoing-02:after {
  content: "\3fc8";
}
.hgi-duotone.hgi-call-outgoing-02:before {
  content: "\3fc9";
}
.hgi-duotone.hgi-call-outgoing-03:after {
  content: "\3fca";
}
.hgi-duotone.hgi-call-outgoing-03:before {
  content: "\3fcb";
}
.hgi-duotone.hgi-call-outgoing-04:after {
  content: "\3fcc";
}
.hgi-duotone.hgi-call-outgoing-04:before {
  content: "\3fcd";
}
.hgi-duotone.hgi-call-paused-02:after {
  content: "\3fce";
}
.hgi-duotone.hgi-call-paused-02:before {
  content: "\3fcf";
}
.hgi-duotone.hgi-call-paused:after {
  content: "\3fd0";
}
.hgi-duotone.hgi-call-paused:before {
  content: "\3fd1";
}
.hgi-duotone.hgi-call-received-02:after {
  content: "\3fd2";
}
.hgi-duotone.hgi-call-received-02:before {
  content: "\3fd3";
}
.hgi-duotone.hgi-call-received:after {
  content: "\3fd4";
}
.hgi-duotone.hgi-call-received:before {
  content: "\3fd5";
}
.hgi-duotone.hgi-call-ringing-01:after {
  content: "\3fd6";
}
.hgi-duotone.hgi-call-ringing-01:before {
  content: "\3fd7";
}
.hgi-duotone.hgi-call-ringing-02:after {
  content: "\3fd8";
}
.hgi-duotone.hgi-call-ringing-02:before {
  content: "\3fd9";
}
.hgi-duotone.hgi-call-ringing-03:after {
  content: "\3fda";
}
.hgi-duotone.hgi-call-ringing-03:before {
  content: "\3fdb";
}
.hgi-duotone.hgi-call-ringing-04:after {
  content: "\3fdc";
}
.hgi-duotone.hgi-call-ringing-04:before {
  content: "\3fdd";
}
.hgi-duotone.hgi-call:after {
  content: "\3fde";
}
.hgi-duotone.hgi-call-unlocked-02:after {
  content: "\3fdf";
}
.hgi-duotone.hgi-call-unlocked-02:before {
  content: "\3fe0";
}
.hgi-duotone.hgi-call-unlocked:after {
  content: "\3fe1";
}
.hgi-duotone.hgi-call-unlocked:before {
  content: "\3fe2";
}
.hgi-duotone.hgi-call:before {
  content: "\3fe3";
}
.hgi-duotone.hgi-calling-02:after {
  content: "\3fe4";
}
.hgi-duotone.hgi-calling-02:before {
  content: "\3fe5";
}
.hgi-duotone.hgi-calling:after {
  content: "\3fe6";
}
.hgi-duotone.hgi-calling:before {
  content: "\3fe7";
}
.hgi-duotone.hgi-camel:after {
  content: "\3fe8";
}
.hgi-duotone.hgi-camel:before {
  content: "\3fe9";
}
.hgi-duotone.hgi-camera-01:after {
  content: "\3fea";
}
.hgi-duotone.hgi-camera-01:before {
  content: "\3feb";
}
.hgi-duotone.hgi-camera-02:after {
  content: "\3fec";
}
.hgi-duotone.hgi-camera-02:before {
  content: "\3fed";
}
.hgi-duotone.hgi-camera-add-01:after {
  content: "\3fee";
}
.hgi-duotone.hgi-camera-add-01:before {
  content: "\3fef";
}
.hgi-duotone.hgi-camera-add-02:after {
  content: "\3ff0";
}
.hgi-duotone.hgi-camera-add-02:before {
  content: "\3ff1";
}
.hgi-duotone.hgi-camera-automatically-01:after {
  content: "\3ff2";
}
.hgi-duotone.hgi-camera-automatically-01:before {
  content: "\3ff3";
}
.hgi-duotone.hgi-camera-automatically-02:after {
  content: "\3ff4";
}
.hgi-duotone.hgi-camera-automatically-02:before {
  content: "\3ff5";
}
.hgi-duotone.hgi-camera-lens:after {
  content: "\3ff6";
}
.hgi-duotone.hgi-camera-lens:before {
  content: "\3ff7";
}
.hgi-duotone.hgi-camera-microphone-01:after {
  content: "\3ff8";
}
.hgi-duotone.hgi-camera-microphone-01:before {
  content: "\3ff9";
}
.hgi-duotone.hgi-camera-microphone-02:after {
  content: "\3ffa";
}
.hgi-duotone.hgi-camera-microphone-02:before {
  content: "\3ffb";
}
.hgi-duotone.hgi-camera-night-mode-01:after {
  content: "\3ffc";
}
.hgi-duotone.hgi-camera-night-mode-01:before {
  content: "\3ffd";
}
.hgi-duotone.hgi-camera-night-mode-02:after {
  content: "\3ffe";
}
.hgi-duotone.hgi-camera-night-mode-02:before {
  content: "\3fff";
}
.hgi-duotone.hgi-camera-off-01:after {
  content: "\4000";
}
.hgi-duotone.hgi-camera-off-01:before {
  content: "\4001";
}
.hgi-duotone.hgi-camera-off-02:after {
  content: "\4002";
}
.hgi-duotone.hgi-camera-off-02:before {
  content: "\4003";
}
.hgi-duotone.hgi-camera-rotated-01:after {
  content: "\4004";
}
.hgi-duotone.hgi-camera-rotated-01:before {
  content: "\4005";
}
.hgi-duotone.hgi-camera-rotated-02:after {
  content: "\4006";
}
.hgi-duotone.hgi-camera-rotated-02:before {
  content: "\4007";
}
.hgi-duotone.hgi-camera-smile-01:after {
  content: "\4008";
}
.hgi-duotone.hgi-camera-smile-01:before {
  content: "\4009";
}
.hgi-duotone.hgi-camera-smile-02:after {
  content: "\400a";
}
.hgi-duotone.hgi-camera-smile-02:before {
  content: "\400b";
}
.hgi-duotone.hgi-camera-tripod:after {
  content: "\400c";
}
.hgi-duotone.hgi-camera-tripod:before {
  content: "\400d";
}
.hgi-duotone.hgi-camera-video:after {
  content: "\400e";
}
.hgi-duotone.hgi-camera-video:before {
  content: "\400f";
}
.hgi-duotone.hgi-camper:after {
  content: "\4010";
}
.hgi-duotone.hgi-camper:before {
  content: "\4011";
}
.hgi-duotone.hgi-campfire:after {
  content: "\4012";
}
.hgi-duotone.hgi-campfire:before {
  content: "\4013";
}
.hgi-duotone.hgi-cancel-01:after {
  content: "\4014";
}
.hgi-duotone.hgi-cancel-01:before {
  content: "\4015";
}
.hgi-duotone.hgi-cancel-02:after {
  content: "\4016";
}
.hgi-duotone.hgi-cancel-02:before {
  content: "\4017";
}
.hgi-duotone.hgi-cancel-circle-half-dot:after {
  content: "\4018";
}
.hgi-duotone.hgi-cancel-circle-half-dot:before {
  content: "\4019";
}
.hgi-duotone.hgi-cancel-circle:after {
  content: "\401a";
}
.hgi-duotone.hgi-cancel-circle:before {
  content: "\401b";
}
.hgi-duotone.hgi-cancel-square:after {
  content: "\401c";
}
.hgi-duotone.hgi-cancel-square:before {
  content: "\401d";
}
.hgi-duotone.hgi-candelier-01:after {
  content: "\401e";
}
.hgi-duotone.hgi-candelier-01:before {
  content: "\401f";
}
.hgi-duotone.hgi-candelier-02:after {
  content: "\4020";
}
.hgi-duotone.hgi-candelier-02:before {
  content: "\4021";
}
.hgi-duotone.hgi-canvas:after {
  content: "\4022";
}
.hgi-duotone.hgi-canvas:before {
  content: "\4023";
}
.hgi-duotone.hgi-cap-projecting:after {
  content: "\4024";
}
.hgi-duotone.hgi-cap-projecting:before {
  content: "\4025";
}
.hgi-duotone.hgi-cap-round:after {
  content: "\4026";
}
.hgi-duotone.hgi-cap-round:before {
  content: "\4027";
}
.hgi-duotone.hgi-cap:after {
  content: "\4028";
}
.hgi-duotone.hgi-cap-straight:after {
  content: "\4029";
}
.hgi-duotone.hgi-cap-straight:before {
  content: "\402a";
}
.hgi-duotone.hgi-cap:before {
  content: "\402b";
}
.hgi-duotone.hgi-capcut-rectangle:after {
  content: "\402c";
}
.hgi-duotone.hgi-capcut-rectangle:before {
  content: "\402d";
}
.hgi-duotone.hgi-capcut:after {
  content: "\402e";
}
.hgi-duotone.hgi-capcut:before {
  content: "\402f";
}
.hgi-duotone.hgi-car-01:after {
  content: "\4030";
}
.hgi-duotone.hgi-car-01:before {
  content: "\4031";
}
.hgi-duotone.hgi-car-02:after {
  content: "\4032";
}
.hgi-duotone.hgi-car-02:before {
  content: "\4033";
}
.hgi-duotone.hgi-car-03:after {
  content: "\4034";
}
.hgi-duotone.hgi-car-03:before {
  content: "\4035";
}
.hgi-duotone.hgi-car-04:after {
  content: "\4036";
}
.hgi-duotone.hgi-car-04:before {
  content: "\4037";
}
.hgi-duotone.hgi-car-05:after {
  content: "\4038";
}
.hgi-duotone.hgi-car-05:before {
  content: "\4039";
}
.hgi-duotone.hgi-car-alert:after {
  content: "\403a";
}
.hgi-duotone.hgi-car-alert:before {
  content: "\403b";
}
.hgi-duotone.hgi-car-parking-01:after {
  content: "\403c";
}
.hgi-duotone.hgi-car-parking-01:before {
  content: "\403d";
}
.hgi-duotone.hgi-car-parking-02:after {
  content: "\403e";
}
.hgi-duotone.hgi-car-parking-02:before {
  content: "\403f";
}
.hgi-duotone.hgi-car-time:after {
  content: "\4040";
}
.hgi-duotone.hgi-car-time:before {
  content: "\4041";
}
.hgi-duotone.hgi-caravan:after {
  content: "\4042";
}
.hgi-duotone.hgi-caravan:before {
  content: "\4043";
}
.hgi-duotone.hgi-card-exchange-01:after {
  content: "\4044";
}
.hgi-duotone.hgi-card-exchange-01:before {
  content: "\4045";
}
.hgi-duotone.hgi-card-exchange-02:after {
  content: "\4046";
}
.hgi-duotone.hgi-card-exchange-02:before {
  content: "\4047";
}
.hgi-duotone.hgi-cardigan:after {
  content: "\4048";
}
.hgi-duotone.hgi-cardigan:before {
  content: "\4049";
}
.hgi-duotone.hgi-cardiogram-01:after {
  content: "\404a";
}
.hgi-duotone.hgi-cardiogram-01:before {
  content: "\404b";
}
.hgi-duotone.hgi-cardiogram-02:after {
  content: "\404c";
}
.hgi-duotone.hgi-cardiogram-02:before {
  content: "\404d";
}
.hgi-duotone.hgi-cards-01:after {
  content: "\404e";
}
.hgi-duotone.hgi-cards-01:before {
  content: "\404f";
}
.hgi-duotone.hgi-cards-02:after {
  content: "\4050";
}
.hgi-duotone.hgi-cards-02:before {
  content: "\4051";
}
.hgi-duotone.hgi-cargo-ship:after {
  content: "\4052";
}
.hgi-duotone.hgi-cargo-ship:before {
  content: "\4053";
}
.hgi-duotone.hgi-carousel-horizontal-02:after {
  content: "\4054";
}
.hgi-duotone.hgi-carousel-horizontal-02:before {
  content: "\4055";
}
.hgi-duotone.hgi-carousel-horizontal:after {
  content: "\4056";
}
.hgi-duotone.hgi-carousel-horizontal:before {
  content: "\4057";
}
.hgi-duotone.hgi-carousel-vertical:after {
  content: "\4058";
}
.hgi-duotone.hgi-carousel-vertical:before {
  content: "\4059";
}
.hgi-duotone.hgi-carrot:after {
  content: "\405a";
}
.hgi-duotone.hgi-carrot:before {
  content: "\405b";
}
.hgi-duotone.hgi-cash-01:after {
  content: "\405c";
}
.hgi-duotone.hgi-cash-01:before {
  content: "\405d";
}
.hgi-duotone.hgi-cash-02:after {
  content: "\405e";
}
.hgi-duotone.hgi-cash-02:before {
  content: "\405f";
}
.hgi-duotone.hgi-cashback:after {
  content: "\4060";
}
.hgi-duotone.hgi-cashback:before {
  content: "\4061";
}
.hgi-duotone.hgi-cashier-02:after {
  content: "\4062";
}
.hgi-duotone.hgi-cashier-02:before {
  content: "\4063";
}
.hgi-duotone.hgi-cashier:after {
  content: "\4064";
}
.hgi-duotone.hgi-cashier:before {
  content: "\4065";
}
.hgi-duotone.hgi-castle-01:after {
  content: "\4066";
}
.hgi-duotone.hgi-castle-01:before {
  content: "\4067";
}
.hgi-duotone.hgi-castle-02:after {
  content: "\4068";
}
.hgi-duotone.hgi-castle-02:before {
  content: "\4069";
}
.hgi-duotone.hgi-castle:after {
  content: "\406a";
}
.hgi-duotone.hgi-castle:before {
  content: "\406b";
}
.hgi-duotone.hgi-catalogue:after {
  content: "\406c";
}
.hgi-duotone.hgi-catalogue:before {
  content: "\406d";
}
.hgi-duotone.hgi-cayan-tower:after {
  content: "\406e";
}
.hgi-duotone.hgi-cayan-tower:before {
  content: "\406f";
}
.hgi-duotone.hgi-cctv-camera:after {
  content: "\4070";
}
.hgi-duotone.hgi-cctv-camera:before {
  content: "\4071";
}
.hgi-duotone.hgi-cd:after {
  content: "\4072";
}
.hgi-duotone.hgi-cd:before {
  content: "\4073";
}
.hgi-duotone.hgi-cells:after {
  content: "\4074";
}
.hgi-duotone.hgi-cells:before {
  content: "\4075";
}
.hgi-duotone.hgi-cellular-network-offline:after {
  content: "\4076";
}
.hgi-duotone.hgi-cellular-network-offline:before {
  content: "\4077";
}
.hgi-duotone.hgi-cellular-network:after {
  content: "\4078";
}
.hgi-duotone.hgi-cellular-network:before {
  content: "\4079";
}
.hgi-duotone.hgi-celsius:after {
  content: "\407a";
}
.hgi-duotone.hgi-celsius:before {
  content: "\407b";
}
.hgi-duotone.hgi-center-focus:after {
  content: "\407c";
}
.hgi-duotone.hgi-center-focus:before {
  content: "\407d";
}
.hgi-duotone.hgi-central-shaheed-minar:after {
  content: "\407e";
}
.hgi-duotone.hgi-central-shaheed-minar:before {
  content: "\407f";
}
.hgi-duotone.hgi-centralized:after {
  content: "\4080";
}
.hgi-duotone.hgi-centralized:before {
  content: "\4081";
}
.hgi-duotone.hgi-certificate-01:after {
  content: "\4082";
}
.hgi-duotone.hgi-certificate-01:before {
  content: "\4083";
}
.hgi-duotone.hgi-certificate-02:after {
  content: "\4084";
}
.hgi-duotone.hgi-certificate-02:before {
  content: "\4085";
}
.hgi-duotone.hgi-chair-01:after {
  content: "\4086";
}
.hgi-duotone.hgi-chair-01:before {
  content: "\4087";
}
.hgi-duotone.hgi-chair-02:after {
  content: "\4088";
}
.hgi-duotone.hgi-chair-02:before {
  content: "\4089";
}
.hgi-duotone.hgi-chair-03:after {
  content: "\408a";
}
.hgi-duotone.hgi-chair-03:before {
  content: "\408b";
}
.hgi-duotone.hgi-chair-04:after {
  content: "\408c";
}
.hgi-duotone.hgi-chair-04:before {
  content: "\408d";
}
.hgi-duotone.hgi-chair-05:after {
  content: "\408e";
}
.hgi-duotone.hgi-chair-05:before {
  content: "\408f";
}
.hgi-duotone.hgi-chair-barber:after {
  content: "\4090";
}
.hgi-duotone.hgi-chair-barber:before {
  content: "\4091";
}
.hgi-duotone.hgi-champion:after {
  content: "\4092";
}
.hgi-duotone.hgi-champion:before {
  content: "\4093";
}
.hgi-duotone.hgi-change-screen-mode:after {
  content: "\4094";
}
.hgi-duotone.hgi-change-screen-mode:before {
  content: "\4095";
}
.hgi-duotone.hgi-character-phonetic:after {
  content: "\4096";
}
.hgi-duotone.hgi-character-phonetic:before {
  content: "\4097";
}
.hgi-duotone.hgi-charity:after {
  content: "\4098";
}
.hgi-duotone.hgi-charity:before {
  content: "\4099";
}
.hgi-duotone.hgi-chart-01:after {
  content: "\409a";
}
.hgi-duotone.hgi-chart-01:before {
  content: "\409b";
}
.hgi-duotone.hgi-chart-02:after {
  content: "\409c";
}
.hgi-duotone.hgi-chart-02:before {
  content: "\409d";
}
.hgi-duotone.hgi-chart-03:after {
  content: "\409e";
}
.hgi-duotone.hgi-chart-03:before {
  content: "\409f";
}
.hgi-duotone.hgi-chart-average:after {
  content: "\40a0";
}
.hgi-duotone.hgi-chart-average:before {
  content: "\40a1";
}
.hgi-duotone.hgi-chart-bar-line:after {
  content: "\40a2";
}
.hgi-duotone.hgi-chart-bar-line:before {
  content: "\40a3";
}
.hgi-duotone.hgi-chart-breakout-circle:after {
  content: "\40a4";
}
.hgi-duotone.hgi-chart-breakout-circle:before {
  content: "\40a5";
}
.hgi-duotone.hgi-chart-breakout-square:after {
  content: "\40a6";
}
.hgi-duotone.hgi-chart-breakout-square:before {
  content: "\40a7";
}
.hgi-duotone.hgi-chart-bubble-01:after {
  content: "\40a8";
}
.hgi-duotone.hgi-chart-bubble-01:before {
  content: "\40a9";
}
.hgi-duotone.hgi-chart-bubble-02:after {
  content: "\40aa";
}
.hgi-duotone.hgi-chart-bubble-02:before {
  content: "\40ab";
}
.hgi-duotone.hgi-chart-column:after {
  content: "\40ac";
}
.hgi-duotone.hgi-chart-column:before {
  content: "\40ad";
}
.hgi-duotone.hgi-chart-decrease:after {
  content: "\40ae";
}
.hgi-duotone.hgi-chart-decrease:before {
  content: "\40af";
}
.hgi-duotone.hgi-chart-down:after {
  content: "\40b0";
}
.hgi-duotone.hgi-chart-down:before {
  content: "\40b1";
}
.hgi-duotone.hgi-chart-evaluation:after {
  content: "\40b2";
}
.hgi-duotone.hgi-chart-evaluation:before {
  content: "\40b3";
}
.hgi-duotone.hgi-chart-high-low:after {
  content: "\40b4";
}
.hgi-duotone.hgi-chart-high-low:before {
  content: "\40b5";
}
.hgi-duotone.hgi-chart-histogram:after {
  content: "\40b6";
}
.hgi-duotone.hgi-chart-histogram:before {
  content: "\40b7";
}
.hgi-duotone.hgi-chart-increase:after {
  content: "\40b8";
}
.hgi-duotone.hgi-chart-increase:before {
  content: "\40b9";
}
.hgi-duotone.hgi-chart-line-data-01:after {
  content: "\40ba";
}
.hgi-duotone.hgi-chart-line-data-01:before {
  content: "\40bb";
}
.hgi-duotone.hgi-chart-line-data-02:after {
  content: "\40bc";
}
.hgi-duotone.hgi-chart-line-data-02:before {
  content: "\40bd";
}
.hgi-duotone.hgi-chart-line-data-03:after {
  content: "\40be";
}
.hgi-duotone.hgi-chart-line-data-03:before {
  content: "\40bf";
}
.hgi-duotone.hgi-chart-maximum:after {
  content: "\40c0";
}
.hgi-duotone.hgi-chart-maximum:before {
  content: "\40c1";
}
.hgi-duotone.hgi-chart-medium:after {
  content: "\40c2";
}
.hgi-duotone.hgi-chart-medium:before {
  content: "\40c3";
}
.hgi-duotone.hgi-chart-minimum:after {
  content: "\40c4";
}
.hgi-duotone.hgi-chart-minimum:before {
  content: "\40c5";
}
.hgi-duotone.hgi-chart-radar:after {
  content: "\40c6";
}
.hgi-duotone.hgi-chart-radar:before {
  content: "\40c7";
}
.hgi-duotone.hgi-chart-relationship:after {
  content: "\40c8";
}
.hgi-duotone.hgi-chart-relationship:before {
  content: "\40c9";
}
.hgi-duotone.hgi-chart-ring:after {
  content: "\40ca";
}
.hgi-duotone.hgi-chart-ring:before {
  content: "\40cb";
}
.hgi-duotone.hgi-chart-rose:after {
  content: "\40cc";
}
.hgi-duotone.hgi-chart-rose:before {
  content: "\40cd";
}
.hgi-duotone.hgi-chart-scatter:after {
  content: "\40ce";
}
.hgi-duotone.hgi-chart-scatter:before {
  content: "\40cf";
}
.hgi-duotone.hgi-chart:after {
  content: "\40d0";
}
.hgi-duotone.hgi-chart-up:after {
  content: "\40d1";
}
.hgi-duotone.hgi-chart-up:before {
  content: "\40d2";
}
.hgi-duotone.hgi-chart:before {
  content: "\40d3";
}
.hgi-duotone.hgi-chat-bot:after {
  content: "\40d4";
}
.hgi-duotone.hgi-chat-bot:before {
  content: "\40d5";
}
.hgi-duotone.hgi-chat-gpt:after {
  content: "\40d6";
}
.hgi-duotone.hgi-chat-gpt:before {
  content: "\40d7";
}
.hgi-duotone.hgi-chatting-01:after {
  content: "\40d8";
}
.hgi-duotone.hgi-chatting-01:before {
  content: "\40d9";
}
.hgi-duotone.hgi-check-list:after {
  content: "\40da";
}
.hgi-duotone.hgi-check-list:before {
  content: "\40db";
}
.hgi-duotone.hgi-check-unread-01:after {
  content: "\40dc";
}
.hgi-duotone.hgi-check-unread-01:before {
  content: "\40dd";
}
.hgi-duotone.hgi-check-unread-02:after {
  content: "\40de";
}
.hgi-duotone.hgi-check-unread-02:before {
  content: "\40df";
}
.hgi-duotone.hgi-check-unread-03:after {
  content: "\40e0";
}
.hgi-duotone.hgi-check-unread-03:before {
  content: "\40e1";
}
.hgi-duotone.hgi-check-unread-04:after {
  content: "\40e2";
}
.hgi-duotone.hgi-check-unread-04:before {
  content: "\40e3";
}
.hgi-duotone.hgi-checkmark-badge-01:after {
  content: "\40e4";
}
.hgi-duotone.hgi-checkmark-badge-01:before {
  content: "\40e5";
}
.hgi-duotone.hgi-checkmark-badge-02:after {
  content: "\40e6";
}
.hgi-duotone.hgi-checkmark-badge-02:before {
  content: "\40e7";
}
.hgi-duotone.hgi-checkmark-badge-03:after {
  content: "\40e8";
}
.hgi-duotone.hgi-checkmark-badge-03:before {
  content: "\40e9";
}
.hgi-duotone.hgi-checkmark-badge-04:after {
  content: "\40ea";
}
.hgi-duotone.hgi-checkmark-badge-04:before {
  content: "\40eb";
}
.hgi-duotone.hgi-checkmark-circle-01:after {
  content: "\40ec";
}
.hgi-duotone.hgi-checkmark-circle-01:before {
  content: "\40ed";
}
.hgi-duotone.hgi-checkmark-circle-02:after {
  content: "\40ee";
}
.hgi-duotone.hgi-checkmark-circle-02:before {
  content: "\40ef";
}
.hgi-duotone.hgi-checkmark-circle-03:after {
  content: "\40f0";
}
.hgi-duotone.hgi-checkmark-circle-03:before {
  content: "\40f1";
}
.hgi-duotone.hgi-checkmark-circle-04:after {
  content: "\40f2";
}
.hgi-duotone.hgi-checkmark-circle-04:before {
  content: "\40f3";
}
.hgi-duotone.hgi-checkmark-square-01:after {
  content: "\40f4";
}
.hgi-duotone.hgi-checkmark-square-01:before {
  content: "\40f5";
}
.hgi-duotone.hgi-checkmark-square-02:after {
  content: "\40f6";
}
.hgi-duotone.hgi-checkmark-square-02:before {
  content: "\40f7";
}
.hgi-duotone.hgi-checkmark-square-03:after {
  content: "\40f8";
}
.hgi-duotone.hgi-checkmark-square-03:before {
  content: "\40f9";
}
.hgi-duotone.hgi-checkmark-square-04:after {
  content: "\40fa";
}
.hgi-duotone.hgi-checkmark-square-04:before {
  content: "\40fb";
}
.hgi-duotone.hgi-cheese-cake-01:after {
  content: "\40fc";
}
.hgi-duotone.hgi-cheese-cake-01:before {
  content: "\40fd";
}
.hgi-duotone.hgi-cheese-cake-02:after {
  content: "\40fe";
}
.hgi-duotone.hgi-cheese-cake-02:before {
  content: "\40ff";
}
.hgi-duotone.hgi-cheese:after {
  content: "\4100";
}
.hgi-duotone.hgi-cheese:before {
  content: "\4101";
}
.hgi-duotone.hgi-chef-hat:after {
  content: "\4102";
}
.hgi-duotone.hgi-chef-hat:before {
  content: "\4103";
}
.hgi-duotone.hgi-chef:after {
  content: "\4104";
}
.hgi-duotone.hgi-chef:before {
  content: "\4105";
}
.hgi-duotone.hgi-chemistry-01:after {
  content: "\4106";
}
.hgi-duotone.hgi-chemistry-01:before {
  content: "\4107";
}
.hgi-duotone.hgi-chemistry-02:after {
  content: "\4108";
}
.hgi-duotone.hgi-chemistry-02:before {
  content: "\4109";
}
.hgi-duotone.hgi-chemistry-03:after {
  content: "\410a";
}
.hgi-duotone.hgi-chemistry-03:before {
  content: "\410b";
}
.hgi-duotone.hgi-cherry:after {
  content: "\410c";
}
.hgi-duotone.hgi-cherry:before {
  content: "\410d";
}
.hgi-duotone.hgi-chess-01:after {
  content: "\410e";
}
.hgi-duotone.hgi-chess-01:before {
  content: "\410f";
}
.hgi-duotone.hgi-chess-02:after {
  content: "\4110";
}
.hgi-duotone.hgi-chess-02:before {
  content: "\4111";
}
.hgi-duotone.hgi-chess-pawn:after {
  content: "\4112";
}
.hgi-duotone.hgi-chess-pawn:before {
  content: "\4113";
}
.hgi-duotone.hgi-chicken-thighs:after {
  content: "\4114";
}
.hgi-duotone.hgi-chicken-thighs:before {
  content: "\4115";
}
.hgi-duotone.hgi-child:after {
  content: "\4116";
}
.hgi-duotone.hgi-child:before {
  content: "\4117";
}
.hgi-duotone.hgi-chimney:after {
  content: "\4118";
}
.hgi-duotone.hgi-chimney:before {
  content: "\4119";
}
.hgi-duotone.hgi-china-temple:after {
  content: "\411a";
}
.hgi-duotone.hgi-china-temple:before {
  content: "\411b";
}
.hgi-duotone.hgi-chip-02:after {
  content: "\411c";
}
.hgi-duotone.hgi-chip-02:before {
  content: "\411d";
}
.hgi-duotone.hgi-chip:after {
  content: "\411e";
}
.hgi-duotone.hgi-chip:before {
  content: "\411f";
}
.hgi-duotone.hgi-chocolate:after {
  content: "\4120";
}
.hgi-duotone.hgi-chocolate:before {
  content: "\4121";
}
.hgi-duotone.hgi-chopsticks:after {
  content: "\4122";
}
.hgi-duotone.hgi-chopsticks:before {
  content: "\4123";
}
.hgi-duotone.hgi-chrome:after {
  content: "\4124";
}
.hgi-duotone.hgi-chrome:before {
  content: "\4125";
}
.hgi-duotone.hgi-chrysler:after {
  content: "\4126";
}
.hgi-duotone.hgi-chrysler:before {
  content: "\4127";
}
.hgi-duotone.hgi-church:after {
  content: "\4128";
}
.hgi-duotone.hgi-church:before {
  content: "\4129";
}
.hgi-duotone.hgi-cinnamon-roll:after {
  content: "\412a";
}
.hgi-duotone.hgi-cinnamon-roll:before {
  content: "\412b";
}
.hgi-duotone.hgi-circle-arrow-data-transfer-diagonal:after {
  content: "\412c";
}
.hgi-duotone.hgi-circle-arrow-data-transfer-diagonal:before {
  content: "\412d";
}
.hgi-duotone.hgi-circle-arrow-data-transfer-horizontal:after {
  content: "\412e";
}
.hgi-duotone.hgi-circle-arrow-data-transfer-horizontal:before {
  content: "\412f";
}
.hgi-duotone.hgi-circle-arrow-data-transfer-vertical:after {
  content: "\4130";
}
.hgi-duotone.hgi-circle-arrow-data-transfer-vertical:before {
  content: "\4131";
}
.hgi-duotone.hgi-circle-arrow-diagonal-01:after {
  content: "\4132";
}
.hgi-duotone.hgi-circle-arrow-diagonal-01:before {
  content: "\4133";
}
.hgi-duotone.hgi-circle-arrow-diagonal-02:after {
  content: "\4134";
}
.hgi-duotone.hgi-circle-arrow-diagonal-02:before {
  content: "\4135";
}
.hgi-duotone.hgi-circle-arrow-down-01:after {
  content: "\4136";
}
.hgi-duotone.hgi-circle-arrow-down-01:before {
  content: "\4137";
}
.hgi-duotone.hgi-circle-arrow-down-02:after {
  content: "\4138";
}
.hgi-duotone.hgi-circle-arrow-down-02:before {
  content: "\4139";
}
.hgi-duotone.hgi-circle-arrow-down-03:after {
  content: "\413a";
}
.hgi-duotone.hgi-circle-arrow-down-03:before {
  content: "\413b";
}
.hgi-duotone.hgi-circle-arrow-down-double:after {
  content: "\413c";
}
.hgi-duotone.hgi-circle-arrow-down-double:before {
  content: "\413d";
}
.hgi-duotone.hgi-circle-arrow-down-left:after {
  content: "\413e";
}
.hgi-duotone.hgi-circle-arrow-down-left:before {
  content: "\413f";
}
.hgi-duotone.hgi-circle-arrow-down-right:after {
  content: "\4140";
}
.hgi-duotone.hgi-circle-arrow-down-right:before {
  content: "\4141";
}
.hgi-duotone.hgi-circle-arrow-expand-01:after {
  content: "\4142";
}
.hgi-duotone.hgi-circle-arrow-expand-01:before {
  content: "\4143";
}
.hgi-duotone.hgi-circle-arrow-expand-02:after {
  content: "\4144";
}
.hgi-duotone.hgi-circle-arrow-expand-02:before {
  content: "\4145";
}
.hgi-duotone.hgi-circle-arrow-horizontal:after {
  content: "\4146";
}
.hgi-duotone.hgi-circle-arrow-horizontal:before {
  content: "\4147";
}
.hgi-duotone.hgi-circle-arrow-left-01:after {
  content: "\4148";
}
.hgi-duotone.hgi-circle-arrow-left-01:before {
  content: "\4149";
}
.hgi-duotone.hgi-circle-arrow-left-02:after {
  content: "\414a";
}
.hgi-duotone.hgi-circle-arrow-left-02:before {
  content: "\414b";
}
.hgi-duotone.hgi-circle-arrow-left-03:after {
  content: "\414c";
}
.hgi-duotone.hgi-circle-arrow-left-03:before {
  content: "\414d";
}
.hgi-duotone.hgi-circle-arrow-left-double:after {
  content: "\414e";
}
.hgi-duotone.hgi-circle-arrow-left-double:before {
  content: "\414f";
}
.hgi-duotone.hgi-circle-arrow-left-right:after {
  content: "\4150";
}
.hgi-duotone.hgi-circle-arrow-left-right:before {
  content: "\4151";
}
.hgi-duotone.hgi-circle-arrow-move-down-left:after {
  content: "\4152";
}
.hgi-duotone.hgi-circle-arrow-move-down-left:before {
  content: "\4153";
}
.hgi-duotone.hgi-circle-arrow-move-down-right:after {
  content: "\4154";
}
.hgi-duotone.hgi-circle-arrow-move-down-right:before {
  content: "\4155";
}
.hgi-duotone.hgi-circle-arrow-move-left-down:after {
  content: "\4156";
}
.hgi-duotone.hgi-circle-arrow-move-left-down:before {
  content: "\4157";
}
.hgi-duotone.hgi-circle-arrow-move-right-down:after {
  content: "\4158";
}
.hgi-duotone.hgi-circle-arrow-move-right-down:before {
  content: "\4159";
}
.hgi-duotone.hgi-circle-arrow-move-up-left:after {
  content: "\415a";
}
.hgi-duotone.hgi-circle-arrow-move-up-left:before {
  content: "\415b";
}
.hgi-duotone.hgi-circle-arrow-move-up-right:after {
  content: "\415c";
}
.hgi-duotone.hgi-circle-arrow-move-up-right:before {
  content: "\415d";
}
.hgi-duotone.hgi-circle-arrow-reload-01:after {
  content: "\415e";
}
.hgi-duotone.hgi-circle-arrow-reload-01:before {
  content: "\415f";
}
.hgi-duotone.hgi-circle-arrow-reload-02:after {
  content: "\4160";
}
.hgi-duotone.hgi-circle-arrow-reload-02:before {
  content: "\4161";
}
.hgi-duotone.hgi-circle-arrow-right-01:after {
  content: "\4162";
}
.hgi-duotone.hgi-circle-arrow-right-01:before {
  content: "\4163";
}
.hgi-duotone.hgi-circle-arrow-right-02:after {
  content: "\4164";
}
.hgi-duotone.hgi-circle-arrow-right-02:before {
  content: "\4165";
}
.hgi-duotone.hgi-circle-arrow-right-03:after {
  content: "\4166";
}
.hgi-duotone.hgi-circle-arrow-right-03:before {
  content: "\4167";
}
.hgi-duotone.hgi-circle-arrow-right-double:after {
  content: "\4168";
}
.hgi-duotone.hgi-circle-arrow-right-double:before {
  content: "\4169";
}
.hgi-duotone.hgi-circle-arrow-shrink-01:after {
  content: "\416a";
}
.hgi-duotone.hgi-circle-arrow-shrink-01:before {
  content: "\416b";
}
.hgi-duotone.hgi-circle-arrow-shrink-02:after {
  content: "\416c";
}
.hgi-duotone.hgi-circle-arrow-shrink-02:before {
  content: "\416d";
}
.hgi-duotone.hgi-circle-arrow-up-01:after {
  content: "\416e";
}
.hgi-duotone.hgi-circle-arrow-up-01:before {
  content: "\416f";
}
.hgi-duotone.hgi-circle-arrow-up-02:after {
  content: "\4170";
}
.hgi-duotone.hgi-circle-arrow-up-02:before {
  content: "\4171";
}
.hgi-duotone.hgi-circle-arrow-up-03:after {
  content: "\4172";
}
.hgi-duotone.hgi-circle-arrow-up-03:before {
  content: "\4173";
}
.hgi-duotone.hgi-circle-arrow-up-double:after {
  content: "\4174";
}
.hgi-duotone.hgi-circle-arrow-up-double:before {
  content: "\4175";
}
.hgi-duotone.hgi-circle-arrow-up-down:after {
  content: "\4176";
}
.hgi-duotone.hgi-circle-arrow-up-down:before {
  content: "\4177";
}
.hgi-duotone.hgi-circle-arrow-up-left:after {
  content: "\4178";
}
.hgi-duotone.hgi-circle-arrow-up-left:before {
  content: "\4179";
}
.hgi-duotone.hgi-circle-arrow-up-right:after {
  content: "\417a";
}
.hgi-duotone.hgi-circle-arrow-up-right:before {
  content: "\417b";
}
.hgi-duotone.hgi-circle-arrow-vertical:after {
  content: "\417c";
}
.hgi-duotone.hgi-circle-arrow-vertical:before {
  content: "\417d";
}
.hgi-duotone.hgi-circle-lock-01:after {
  content: "\417e";
}
.hgi-duotone.hgi-circle-lock-01:before {
  content: "\417f";
}
.hgi-duotone.hgi-circle-lock-02:after {
  content: "\4180";
}
.hgi-duotone.hgi-circle-lock-02:before {
  content: "\4181";
}
.hgi-duotone.hgi-circle-lock-add-01:after {
  content: "\4182";
}
.hgi-duotone.hgi-circle-lock-add-01:before {
  content: "\4183";
}
.hgi-duotone.hgi-circle-lock-add-02:after {
  content: "\4184";
}
.hgi-duotone.hgi-circle-lock-add-02:before {
  content: "\4185";
}
.hgi-duotone.hgi-circle-lock-check-01:after {
  content: "\4186";
}
.hgi-duotone.hgi-circle-lock-check-01:before {
  content: "\4187";
}
.hgi-duotone.hgi-circle-lock-check-02:after {
  content: "\4188";
}
.hgi-duotone.hgi-circle-lock-check-02:before {
  content: "\4189";
}
.hgi-duotone.hgi-circle-lock-minus-01:after {
  content: "\418a";
}
.hgi-duotone.hgi-circle-lock-minus-01:before {
  content: "\418b";
}
.hgi-duotone.hgi-circle-lock-minus-02:after {
  content: "\418c";
}
.hgi-duotone.hgi-circle-lock-minus-02:before {
  content: "\418d";
}
.hgi-duotone.hgi-circle-lock-remove-01:after {
  content: "\418e";
}
.hgi-duotone.hgi-circle-lock-remove-01:before {
  content: "\418f";
}
.hgi-duotone.hgi-circle-lock-remove-02:after {
  content: "\4190";
}
.hgi-duotone.hgi-circle-lock-remove-02:before {
  content: "\4191";
}
.hgi-duotone.hgi-circle-password:after {
  content: "\4192";
}
.hgi-duotone.hgi-circle-password:before {
  content: "\4193";
}
.hgi-duotone.hgi-circle:after {
  content: "\4194";
}
.hgi-duotone.hgi-circle-unlock-01:after {
  content: "\4195";
}
.hgi-duotone.hgi-circle-unlock-01:before {
  content: "\4196";
}
.hgi-duotone.hgi-circle-unlock-02:after {
  content: "\4197";
}
.hgi-duotone.hgi-circle-unlock-02:before {
  content: "\4198";
}
.hgi-duotone.hgi-circle:before {
  content: "\4199";
}
.hgi-duotone.hgi-city-01:after {
  content: "\419a";
}
.hgi-duotone.hgi-city-01:before {
  content: "\419b";
}
.hgi-duotone.hgi-city-02:after {
  content: "\419c";
}
.hgi-duotone.hgi-city-02:before {
  content: "\419d";
}
.hgi-duotone.hgi-city-03:after {
  content: "\419e";
}
.hgi-duotone.hgi-city-03:before {
  content: "\419f";
}
.hgi-duotone.hgi-clapping-01:after {
  content: "\41a0";
}
.hgi-duotone.hgi-clapping-01:before {
  content: "\41a1";
}
.hgi-duotone.hgi-clapping-02:after {
  content: "\41a2";
}
.hgi-duotone.hgi-clapping-02:before {
  content: "\41a3";
}
.hgi-duotone.hgi-clean:after {
  content: "\41a4";
}
.hgi-duotone.hgi-clean:before {
  content: "\41a5";
}
.hgi-duotone.hgi-cleaning-bucket:after {
  content: "\41a6";
}
.hgi-duotone.hgi-cleaning-bucket:before {
  content: "\41a7";
}
.hgi-duotone.hgi-clinic:after {
  content: "\41a8";
}
.hgi-duotone.hgi-clinic:before {
  content: "\41a9";
}
.hgi-duotone.hgi-clip:after {
  content: "\41aa";
}
.hgi-duotone.hgi-clip:before {
  content: "\41ab";
}
.hgi-duotone.hgi-cliparts:after {
  content: "\41ac";
}
.hgi-duotone.hgi-cliparts:before {
  content: "\41ad";
}
.hgi-duotone.hgi-clipboard:after {
  content: "\41ae";
}
.hgi-duotone.hgi-clipboard:before {
  content: "\41af";
}
.hgi-duotone.hgi-clock-01:after {
  content: "\41b0";
}
.hgi-duotone.hgi-clock-01:before {
  content: "\41b1";
}
.hgi-duotone.hgi-clock-02:after {
  content: "\41b2";
}
.hgi-duotone.hgi-clock-02:before {
  content: "\41b3";
}
.hgi-duotone.hgi-clock-03:after {
  content: "\41b4";
}
.hgi-duotone.hgi-clock-03:before {
  content: "\41b5";
}
.hgi-duotone.hgi-clock-04:after {
  content: "\41b6";
}
.hgi-duotone.hgi-clock-04:before {
  content: "\41b7";
}
.hgi-duotone.hgi-clock-05:after {
  content: "\41b8";
}
.hgi-duotone.hgi-clock-05:before {
  content: "\41b9";
}
.hgi-duotone.hgi-closed-caption-alt:after {
  content: "\41ba";
}
.hgi-duotone.hgi-closed-caption-alt:before {
  content: "\41bb";
}
.hgi-duotone.hgi-closed-caption:after {
  content: "\41bc";
}
.hgi-duotone.hgi-closed-caption:before {
  content: "\41bd";
}
.hgi-duotone.hgi-clothes:after {
  content: "\41be";
}
.hgi-duotone.hgi-clothes:before {
  content: "\41bf";
}
.hgi-duotone.hgi-cloud-angled-rain:after {
  content: "\41c0";
}
.hgi-duotone.hgi-cloud-angled-rain-zap:after {
  content: "\41c1";
}
.hgi-duotone.hgi-cloud-angled-rain-zap:before {
  content: "\41c2";
}
.hgi-duotone.hgi-cloud-angled-rain:before {
  content: "\41c3";
}
.hgi-duotone.hgi-cloud-angled-zap:after {
  content: "\41c4";
}
.hgi-duotone.hgi-cloud-angled-zap:before {
  content: "\41c5";
}
.hgi-duotone.hgi-cloud-big-rain:after {
  content: "\41c6";
}
.hgi-duotone.hgi-cloud-big-rain:before {
  content: "\41c7";
}
.hgi-duotone.hgi-cloud-download:after {
  content: "\41c8";
}
.hgi-duotone.hgi-cloud-download:before {
  content: "\41c9";
}
.hgi-duotone.hgi-cloud-fast-wind:after {
  content: "\41ca";
}
.hgi-duotone.hgi-cloud-fast-wind:before {
  content: "\41cb";
}
.hgi-duotone.hgi-cloud-hailstone:after {
  content: "\41cc";
}
.hgi-duotone.hgi-cloud-hailstone:before {
  content: "\41cd";
}
.hgi-duotone.hgi-cloud-little-rain:after {
  content: "\41ce";
}
.hgi-duotone.hgi-cloud-little-rain:before {
  content: "\41cf";
}
.hgi-duotone.hgi-cloud-little-snow:after {
  content: "\41d0";
}
.hgi-duotone.hgi-cloud-little-snow:before {
  content: "\41d1";
}
.hgi-duotone.hgi-cloud-loading:after {
  content: "\41d2";
}
.hgi-duotone.hgi-cloud-loading:before {
  content: "\41d3";
}
.hgi-duotone.hgi-cloud-mid-rain:after {
  content: "\41d4";
}
.hgi-duotone.hgi-cloud-mid-rain:before {
  content: "\41d5";
}
.hgi-duotone.hgi-cloud-mid-snow:after {
  content: "\41d6";
}
.hgi-duotone.hgi-cloud-mid-snow:before {
  content: "\41d7";
}
.hgi-duotone.hgi-cloud-saving-done-01:after {
  content: "\41d8";
}
.hgi-duotone.hgi-cloud-saving-done-01:before {
  content: "\41d9";
}
.hgi-duotone.hgi-cloud-saving-done-02:after {
  content: "\41da";
}
.hgi-duotone.hgi-cloud-saving-done-02:before {
  content: "\41db";
}
.hgi-duotone.hgi-cloud:after {
  content: "\41dc";
}
.hgi-duotone.hgi-cloud-server:after {
  content: "\41dd";
}
.hgi-duotone.hgi-cloud-server:before {
  content: "\41de";
}
.hgi-duotone.hgi-cloud-slow-wind:after {
  content: "\41df";
}
.hgi-duotone.hgi-cloud-slow-wind:before {
  content: "\41e0";
}
.hgi-duotone.hgi-cloud-snow:after {
  content: "\41e1";
}
.hgi-duotone.hgi-cloud-snow:before {
  content: "\41e2";
}
.hgi-duotone.hgi-cloud-upload:after {
  content: "\41e3";
}
.hgi-duotone.hgi-cloud-upload:before {
  content: "\41e4";
}
.hgi-duotone.hgi-cloud:before {
  content: "\41e5";
}
.hgi-duotone.hgi-clubs-01:after {
  content: "\41e6";
}
.hgi-duotone.hgi-clubs-01:before {
  content: "\41e7";
}
.hgi-duotone.hgi-clubs-02:after {
  content: "\41e8";
}
.hgi-duotone.hgi-clubs-02:before {
  content: "\41e9";
}
.hgi-duotone.hgi-co-present:after {
  content: "\41ea";
}
.hgi-duotone.hgi-co-present:before {
  content: "\41eb";
}
.hgi-duotone.hgi-code-circle:after {
  content: "\41ec";
}
.hgi-duotone.hgi-code-circle:before {
  content: "\41ed";
}
.hgi-duotone.hgi-code-folder:after {
  content: "\41ee";
}
.hgi-duotone.hgi-code-folder:before {
  content: "\41ef";
}
.hgi-duotone.hgi-code:after {
  content: "\41f0";
}
.hgi-duotone.hgi-code-square:after {
  content: "\41f1";
}
.hgi-duotone.hgi-code-square:before {
  content: "\41f2";
}
.hgi-duotone.hgi-code:before {
  content: "\41f3";
}
.hgi-duotone.hgi-codesandbox:after {
  content: "\41f4";
}
.hgi-duotone.hgi-codesandbox:before {
  content: "\41f5";
}
.hgi-duotone.hgi-coffee-01:after {
  content: "\41f6";
}
.hgi-duotone.hgi-coffee-01:before {
  content: "\41f7";
}
.hgi-duotone.hgi-coffee-02:after {
  content: "\41f8";
}
.hgi-duotone.hgi-coffee-02:before {
  content: "\41f9";
}
.hgi-duotone.hgi-coffee-beans:after {
  content: "\41fa";
}
.hgi-duotone.hgi-coffee-beans:before {
  content: "\41fb";
}
.hgi-duotone.hgi-coinbase:after {
  content: "\41fc";
}
.hgi-duotone.hgi-coinbase:before {
  content: "\41fd";
}
.hgi-duotone.hgi-coins-01:after {
  content: "\41fe";
}
.hgi-duotone.hgi-coins-01:before {
  content: "\41ff";
}
.hgi-duotone.hgi-coins-02:after {
  content: "\4200";
}
.hgi-duotone.hgi-coins-02:before {
  content: "\4201";
}
.hgi-duotone.hgi-coins-bitcoin:after {
  content: "\4202";
}
.hgi-duotone.hgi-coins-bitcoin:before {
  content: "\4203";
}
.hgi-duotone.hgi-coins-dollar:after {
  content: "\4204";
}
.hgi-duotone.hgi-coins-dollar:before {
  content: "\4205";
}
.hgi-duotone.hgi-coins-euro:after {
  content: "\4206";
}
.hgi-duotone.hgi-coins-euro:before {
  content: "\4207";
}
.hgi-duotone.hgi-coins-pound:after {
  content: "\4208";
}
.hgi-duotone.hgi-coins-pound:before {
  content: "\4209";
}
.hgi-duotone.hgi-coins-swap:after {
  content: "\420a";
}
.hgi-duotone.hgi-coins-swap:before {
  content: "\420b";
}
.hgi-duotone.hgi-coins-yen:after {
  content: "\420c";
}
.hgi-duotone.hgi-coins-yen:before {
  content: "\420d";
}
.hgi-duotone.hgi-collections-bookmark:after {
  content: "\420e";
}
.hgi-duotone.hgi-collections-bookmark:before {
  content: "\420f";
}
.hgi-duotone.hgi-color-picker:after {
  content: "\4210";
}
.hgi-duotone.hgi-color-picker:before {
  content: "\4211";
}
.hgi-duotone.hgi-colors:after {
  content: "\4212";
}
.hgi-duotone.hgi-colors:before {
  content: "\4213";
}
.hgi-duotone.hgi-colosseum:after {
  content: "\4214";
}
.hgi-duotone.hgi-colosseum:before {
  content: "\4215";
}
.hgi-duotone.hgi-column-delete:after {
  content: "\4216";
}
.hgi-duotone.hgi-column-delete:before {
  content: "\4217";
}
.hgi-duotone.hgi-column-insert:after {
  content: "\4218";
}
.hgi-duotone.hgi-column-insert:before {
  content: "\4219";
}
.hgi-duotone.hgi-comet-01:after {
  content: "\421a";
}
.hgi-duotone.hgi-comet-01:before {
  content: "\421b";
}
.hgi-duotone.hgi-comet-02:after {
  content: "\421c";
}
.hgi-duotone.hgi-comet-02:before {
  content: "\421d";
}
.hgi-duotone.hgi-coming-soon-01:after {
  content: "\421e";
}
.hgi-duotone.hgi-coming-soon-01:before {
  content: "\421f";
}
.hgi-duotone.hgi-coming-soon-02:after {
  content: "\4220";
}
.hgi-duotone.hgi-coming-soon-02:before {
  content: "\4221";
}
.hgi-duotone.hgi-command-line:after {
  content: "\4222";
}
.hgi-duotone.hgi-command-line:before {
  content: "\4223";
}
.hgi-duotone.hgi-command:after {
  content: "\4224";
}
.hgi-duotone.hgi-command:before {
  content: "\4225";
}
.hgi-duotone.hgi-comment-01:after {
  content: "\4226";
}
.hgi-duotone.hgi-comment-01:before {
  content: "\4227";
}
.hgi-duotone.hgi-comment-02:after {
  content: "\4228";
}
.hgi-duotone.hgi-comment-02:before {
  content: "\4229";
}
.hgi-duotone.hgi-comment-add-01:after {
  content: "\422a";
}
.hgi-duotone.hgi-comment-add-01:before {
  content: "\422b";
}
.hgi-duotone.hgi-comment-add-02:after {
  content: "\422c";
}
.hgi-duotone.hgi-comment-add-02:before {
  content: "\422d";
}
.hgi-duotone.hgi-comment-block-01:after {
  content: "\422e";
}
.hgi-duotone.hgi-comment-block-01:before {
  content: "\422f";
}
.hgi-duotone.hgi-comment-block-02:after {
  content: "\4230";
}
.hgi-duotone.hgi-comment-block-02:before {
  content: "\4231";
}
.hgi-duotone.hgi-comment-remove-01:after {
  content: "\4232";
}
.hgi-duotone.hgi-comment-remove-01:before {
  content: "\4233";
}
.hgi-duotone.hgi-comment-remove-02:after {
  content: "\4234";
}
.hgi-duotone.hgi-comment-remove-02:before {
  content: "\4235";
}
.hgi-duotone.hgi-compass-01:after {
  content: "\4236";
}
.hgi-duotone.hgi-compass-01:before {
  content: "\4237";
}
.hgi-duotone.hgi-compass:after {
  content: "\4238";
}
.hgi-duotone.hgi-compass:before {
  content: "\4239";
}
.hgi-duotone.hgi-complaint:after {
  content: "\423a";
}
.hgi-duotone.hgi-complaint:before {
  content: "\423b";
}
.hgi-duotone.hgi-computer-add:after {
  content: "\423c";
}
.hgi-duotone.hgi-computer-add:before {
  content: "\423d";
}
.hgi-duotone.hgi-computer-check:after {
  content: "\423e";
}
.hgi-duotone.hgi-computer-check:before {
  content: "\423f";
}
.hgi-duotone.hgi-computer-cloud:after {
  content: "\4240";
}
.hgi-duotone.hgi-computer-cloud:before {
  content: "\4241";
}
.hgi-duotone.hgi-computer-desk-01:after {
  content: "\4242";
}
.hgi-duotone.hgi-computer-desk-01:before {
  content: "\4243";
}
.hgi-duotone.hgi-computer-desk-02:after {
  content: "\4244";
}
.hgi-duotone.hgi-computer-desk-02:before {
  content: "\4245";
}
.hgi-duotone.hgi-computer-desk-03:after {
  content: "\4246";
}
.hgi-duotone.hgi-computer-desk-03:before {
  content: "\4247";
}
.hgi-duotone.hgi-computer-dollar:after {
  content: "\4248";
}
.hgi-duotone.hgi-computer-dollar:before {
  content: "\4249";
}
.hgi-duotone.hgi-computer-phone-sync:after {
  content: "\424a";
}
.hgi-duotone.hgi-computer-phone-sync:before {
  content: "\424b";
}
.hgi-duotone.hgi-computer-programming-01:after {
  content: "\424c";
}
.hgi-duotone.hgi-computer-programming-01:before {
  content: "\424d";
}
.hgi-duotone.hgi-computer-programming-02:after {
  content: "\424e";
}
.hgi-duotone.hgi-computer-programming-02:before {
  content: "\424f";
}
.hgi-duotone.hgi-computer-protection:after {
  content: "\4250";
}
.hgi-duotone.hgi-computer-protection:before {
  content: "\4251";
}
.hgi-duotone.hgi-computer-remove:after {
  content: "\4252";
}
.hgi-duotone.hgi-computer-remove:before {
  content: "\4253";
}
.hgi-duotone.hgi-computer:after {
  content: "\4254";
}
.hgi-duotone.hgi-computer-settings:after {
  content: "\4255";
}
.hgi-duotone.hgi-computer-settings:before {
  content: "\4256";
}
.hgi-duotone.hgi-computer-video-call:after {
  content: "\4257";
}
.hgi-duotone.hgi-computer-video-call:before {
  content: "\4258";
}
.hgi-duotone.hgi-computer-video:after {
  content: "\4259";
}
.hgi-duotone.hgi-computer-video:before {
  content: "\425a";
}
.hgi-duotone.hgi-computer:before {
  content: "\425b";
}
.hgi-duotone.hgi-cone-01:after {
  content: "\425c";
}
.hgi-duotone.hgi-cone-01:before {
  content: "\425d";
}
.hgi-duotone.hgi-cone-02:after {
  content: "\425e";
}
.hgi-duotone.hgi-cone-02:before {
  content: "\425f";
}
.hgi-duotone.hgi-conference:after {
  content: "\4260";
}
.hgi-duotone.hgi-conference:before {
  content: "\4261";
}
.hgi-duotone.hgi-configuration-01:after {
  content: "\4262";
}
.hgi-duotone.hgi-configuration-01:before {
  content: "\4263";
}
.hgi-duotone.hgi-configuration-02:after {
  content: "\4264";
}
.hgi-duotone.hgi-configuration-02:before {
  content: "\4265";
}
.hgi-duotone.hgi-confused:after {
  content: "\4266";
}
.hgi-duotone.hgi-confused:before {
  content: "\4267";
}
.hgi-duotone.hgi-congruent-to-circle:after {
  content: "\4268";
}
.hgi-duotone.hgi-congruent-to-circle:before {
  content: "\4269";
}
.hgi-duotone.hgi-congruent-to:after {
  content: "\426a";
}
.hgi-duotone.hgi-congruent-to-square:after {
  content: "\426b";
}
.hgi-duotone.hgi-congruent-to-square:before {
  content: "\426c";
}
.hgi-duotone.hgi-congruent-to:before {
  content: "\426d";
}
.hgi-duotone.hgi-connect:after {
  content: "\426e";
}
.hgi-duotone.hgi-connect:before {
  content: "\426f";
}
.hgi-duotone.hgi-console:after {
  content: "\4270";
}
.hgi-duotone.hgi-console:before {
  content: "\4271";
}
.hgi-duotone.hgi-constellation:after {
  content: "\4272";
}
.hgi-duotone.hgi-constellation:before {
  content: "\4273";
}
.hgi-duotone.hgi-contact-01:after {
  content: "\4274";
}
.hgi-duotone.hgi-contact-01:before {
  content: "\4275";
}
.hgi-duotone.hgi-contact-02:after {
  content: "\4276";
}
.hgi-duotone.hgi-contact-02:before {
  content: "\4277";
}
.hgi-duotone.hgi-contact-book:after {
  content: "\4278";
}
.hgi-duotone.hgi-contact-book:before {
  content: "\4279";
}
.hgi-duotone.hgi-contact:after {
  content: "\427a";
}
.hgi-duotone.hgi-contact:before {
  content: "\427b";
}
.hgi-duotone.hgi-container-truck-01:after {
  content: "\427c";
}
.hgi-duotone.hgi-container-truck-01:before {
  content: "\427d";
}
.hgi-duotone.hgi-container-truck-02:after {
  content: "\427e";
}
.hgi-duotone.hgi-container-truck-02:before {
  content: "\427f";
}
.hgi-duotone.hgi-container-truck:after {
  content: "\4280";
}
.hgi-duotone.hgi-container-truck:before {
  content: "\4281";
}
.hgi-duotone.hgi-content-writing:after {
  content: "\4282";
}
.hgi-duotone.hgi-content-writing:before {
  content: "\4283";
}
.hgi-duotone.hgi-contracts:after {
  content: "\4284";
}
.hgi-duotone.hgi-contracts:before {
  content: "\4285";
}
.hgi-duotone.hgi-conversation:after {
  content: "\4286";
}
.hgi-duotone.hgi-conversation:before {
  content: "\4287";
}
.hgi-duotone.hgi-cook-book:after {
  content: "\4288";
}
.hgi-duotone.hgi-cook-book:before {
  content: "\4289";
}
.hgi-duotone.hgi-cookie:after {
  content: "\428a";
}
.hgi-duotone.hgi-cookie:before {
  content: "\428b";
}
.hgi-duotone.hgi-coordinate-01:after {
  content: "\428c";
}
.hgi-duotone.hgi-coordinate-01:before {
  content: "\428d";
}
.hgi-duotone.hgi-coordinate-02:after {
  content: "\428e";
}
.hgi-duotone.hgi-coordinate-02:before {
  content: "\428f";
}
.hgi-duotone.hgi-copilot:after {
  content: "\4290";
}
.hgi-duotone.hgi-copilot:before {
  content: "\4291";
}
.hgi-duotone.hgi-copy-01:after {
  content: "\4292";
}
.hgi-duotone.hgi-copy-01:before {
  content: "\4293";
}
.hgi-duotone.hgi-copy-02:after {
  content: "\4294";
}
.hgi-duotone.hgi-copy-02:before {
  content: "\4295";
}
.hgi-duotone.hgi-copy-link:after {
  content: "\4296";
}
.hgi-duotone.hgi-copy-link:before {
  content: "\4297";
}
.hgi-duotone.hgi-copyright:after {
  content: "\4298";
}
.hgi-duotone.hgi-copyright:before {
  content: "\4299";
}
.hgi-duotone.hgi-corn:after {
  content: "\429a";
}
.hgi-duotone.hgi-corn:before {
  content: "\429b";
}
.hgi-duotone.hgi-corporate:after {
  content: "\429c";
}
.hgi-duotone.hgi-corporate:before {
  content: "\429d";
}
.hgi-duotone.hgi-cos:after {
  content: "\429e";
}
.hgi-duotone.hgi-cos:before {
  content: "\429f";
}
.hgi-duotone.hgi-cosine-01:after {
  content: "\42a0";
}
.hgi-duotone.hgi-cosine-01:before {
  content: "\42a1";
}
.hgi-duotone.hgi-cosine-02:after {
  content: "\42a2";
}
.hgi-duotone.hgi-cosine-02:before {
  content: "\42a3";
}
.hgi-duotone.hgi-cottage:after {
  content: "\42a4";
}
.hgi-duotone.hgi-cottage:before {
  content: "\42a5";
}
.hgi-duotone.hgi-cotton-candy:after {
  content: "\42a6";
}
.hgi-duotone.hgi-cotton-candy:before {
  content: "\42a7";
}
.hgi-duotone.hgi-coupon-01:after {
  content: "\42a8";
}
.hgi-duotone.hgi-coupon-01:before {
  content: "\42a9";
}
.hgi-duotone.hgi-coupon-02:after {
  content: "\42aa";
}
.hgi-duotone.hgi-coupon-02:before {
  content: "\42ab";
}
.hgi-duotone.hgi-coupon-03:after {
  content: "\42ac";
}
.hgi-duotone.hgi-coupon-03:before {
  content: "\42ad";
}
.hgi-duotone.hgi-coupon-percent:after {
  content: "\42ae";
}
.hgi-duotone.hgi-coupon-percent:before {
  content: "\42af";
}
.hgi-duotone.hgi-course:after {
  content: "\42b0";
}
.hgi-duotone.hgi-course:before {
  content: "\42b1";
}
.hgi-duotone.hgi-court-house:after {
  content: "\42b2";
}
.hgi-duotone.hgi-court-house:before {
  content: "\42b3";
}
.hgi-duotone.hgi-court-law:after {
  content: "\42b4";
}
.hgi-duotone.hgi-court-law:before {
  content: "\42b5";
}
.hgi-duotone.hgi-covariate:after {
  content: "\42b6";
}
.hgi-duotone.hgi-covariate:before {
  content: "\42b7";
}
.hgi-duotone.hgi-covid-info:after {
  content: "\42b8";
}
.hgi-duotone.hgi-covid-info:before {
  content: "\42b9";
}
.hgi-duotone.hgi-cowboy-hat:after {
  content: "\42ba";
}
.hgi-duotone.hgi-cowboy-hat:before {
  content: "\42bb";
}
.hgi-duotone.hgi-cpp:after {
  content: "\42bc";
}
.hgi-duotone.hgi-cpp:before {
  content: "\42bd";
}
.hgi-duotone.hgi-cpu-charge:after {
  content: "\42be";
}
.hgi-duotone.hgi-cpu-charge:before {
  content: "\42bf";
}
.hgi-duotone.hgi-cpu:after {
  content: "\42c0";
}
.hgi-duotone.hgi-cpu-settings:after {
  content: "\42c1";
}
.hgi-duotone.hgi-cpu-settings:before {
  content: "\42c2";
}
.hgi-duotone.hgi-cpu:before {
  content: "\42c3";
}
.hgi-duotone.hgi-crab:after {
  content: "\42c4";
}
.hgi-duotone.hgi-crab:before {
  content: "\42c5";
}
.hgi-duotone.hgi-crane:after {
  content: "\42c6";
}
.hgi-duotone.hgi-crane:before {
  content: "\42c7";
}
.hgi-duotone.hgi-crazy:after {
  content: "\42c8";
}
.hgi-duotone.hgi-crazy:before {
  content: "\42c9";
}
.hgi-duotone.hgi-creative-market:after {
  content: "\42ca";
}
.hgi-duotone.hgi-creative-market:before {
  content: "\42cb";
}
.hgi-duotone.hgi-credit-card-accept:after {
  content: "\42cc";
}
.hgi-duotone.hgi-credit-card-accept:before {
  content: "\42cd";
}
.hgi-duotone.hgi-credit-card-add:after {
  content: "\42ce";
}
.hgi-duotone.hgi-credit-card-add:before {
  content: "\42cf";
}
.hgi-duotone.hgi-credit-card-change:after {
  content: "\42d0";
}
.hgi-duotone.hgi-credit-card-change:before {
  content: "\42d1";
}
.hgi-duotone.hgi-credit-card-defrost:after {
  content: "\42d2";
}
.hgi-duotone.hgi-credit-card-defrost:before {
  content: "\42d3";
}
.hgi-duotone.hgi-credit-card-freeze:after {
  content: "\42d4";
}
.hgi-duotone.hgi-credit-card-freeze:before {
  content: "\42d5";
}
.hgi-duotone.hgi-credit-card-not-accept:after {
  content: "\42d6";
}
.hgi-duotone.hgi-credit-card-not-accept:before {
  content: "\42d7";
}
.hgi-duotone.hgi-credit-card-not-found:after {
  content: "\42d8";
}
.hgi-duotone.hgi-credit-card-not-found:before {
  content: "\42d9";
}
.hgi-duotone.hgi-credit-card-pos:after {
  content: "\42da";
}
.hgi-duotone.hgi-credit-card-pos:before {
  content: "\42db";
}
.hgi-duotone.hgi-credit-card:after {
  content: "\42dc";
}
.hgi-duotone.hgi-credit-card-validation:after {
  content: "\42dd";
}
.hgi-duotone.hgi-credit-card-validation:before {
  content: "\42de";
}
.hgi-duotone.hgi-credit-card:before {
  content: "\42df";
}
.hgi-duotone.hgi-cricket-bat:after {
  content: "\42e0";
}
.hgi-duotone.hgi-cricket-bat:before {
  content: "\42e1";
}
.hgi-duotone.hgi-cricket-helmet:after {
  content: "\42e2";
}
.hgi-duotone.hgi-cricket-helmet:before {
  content: "\42e3";
}
.hgi-duotone.hgi-croissant:after {
  content: "\42e4";
}
.hgi-duotone.hgi-croissant:before {
  content: "\42e5";
}
.hgi-duotone.hgi-crop:after {
  content: "\42e6";
}
.hgi-duotone.hgi-crop:before {
  content: "\42e7";
}
.hgi-duotone.hgi-crowdfunding:after {
  content: "\42e8";
}
.hgi-duotone.hgi-crowdfunding:before {
  content: "\42e9";
}
.hgi-duotone.hgi-crown:after {
  content: "\42ea";
}
.hgi-duotone.hgi-crown:before {
  content: "\42eb";
}
.hgi-duotone.hgi-crying:after {
  content: "\42ec";
}
.hgi-duotone.hgi-crying:before {
  content: "\42ed";
}
.hgi-duotone.hgi-csv-01:after {
  content: "\42ee";
}
.hgi-duotone.hgi-csv-01:before {
  content: "\42ef";
}
.hgi-duotone.hgi-csv-02:after {
  content: "\42f0";
}
.hgi-duotone.hgi-csv-02:before {
  content: "\42f1";
}
.hgi-duotone.hgi-cube:after {
  content: "\42f2";
}
.hgi-duotone.hgi-cube:before {
  content: "\42f3";
}
.hgi-duotone.hgi-cupcake-01:after {
  content: "\42f4";
}
.hgi-duotone.hgi-cupcake-01:before {
  content: "\42f5";
}
.hgi-duotone.hgi-cupcake-02:after {
  content: "\42f6";
}
.hgi-duotone.hgi-cupcake-02:before {
  content: "\42f7";
}
.hgi-duotone.hgi-cupcake-03:after {
  content: "\42f8";
}
.hgi-duotone.hgi-cupcake-03:before {
  content: "\42f9";
}
.hgi-duotone.hgi-curling:after {
  content: "\42fa";
}
.hgi-duotone.hgi-curling:before {
  content: "\42fb";
}
.hgi-duotone.hgi-cursor-01:after {
  content: "\42fc";
}
.hgi-duotone.hgi-cursor-01:before {
  content: "\42fd";
}
.hgi-duotone.hgi-cursor-02:after {
  content: "\42fe";
}
.hgi-duotone.hgi-cursor-02:before {
  content: "\42ff";
}
.hgi-duotone.hgi-cursor-add-selection-01:after {
  content: "\4300";
}
.hgi-duotone.hgi-cursor-add-selection-01:before {
  content: "\4301";
}
.hgi-duotone.hgi-cursor-add-selection-02:after {
  content: "\4302";
}
.hgi-duotone.hgi-cursor-add-selection-02:before {
  content: "\4303";
}
.hgi-duotone.hgi-cursor-circle-selection-01:after {
  content: "\4304";
}
.hgi-duotone.hgi-cursor-circle-selection-01:before {
  content: "\4305";
}
.hgi-duotone.hgi-cursor-circle-selection-02:after {
  content: "\4306";
}
.hgi-duotone.hgi-cursor-circle-selection-02:before {
  content: "\4307";
}
.hgi-duotone.hgi-cursor-disabled-01:after {
  content: "\4308";
}
.hgi-duotone.hgi-cursor-disabled-01:before {
  content: "\4309";
}
.hgi-duotone.hgi-cursor-disabled-02:after {
  content: "\430a";
}
.hgi-duotone.hgi-cursor-disabled-02:before {
  content: "\430b";
}
.hgi-duotone.hgi-cursor-edit-01:after {
  content: "\430c";
}
.hgi-duotone.hgi-cursor-edit-01:before {
  content: "\430d";
}
.hgi-duotone.hgi-cursor-edit-02:after {
  content: "\430e";
}
.hgi-duotone.hgi-cursor-edit-02:before {
  content: "\430f";
}
.hgi-duotone.hgi-cursor-hold-01:after {
  content: "\4310";
}
.hgi-duotone.hgi-cursor-hold-01:before {
  content: "\4311";
}
.hgi-duotone.hgi-cursor-hold-02:after {
  content: "\4312";
}
.hgi-duotone.hgi-cursor-hold-02:before {
  content: "\4313";
}
.hgi-duotone.hgi-cursor-in-window:after {
  content: "\4314";
}
.hgi-duotone.hgi-cursor-in-window:before {
  content: "\4315";
}
.hgi-duotone.hgi-cursor-info-01:after {
  content: "\4316";
}
.hgi-duotone.hgi-cursor-info-01:before {
  content: "\4317";
}
.hgi-duotone.hgi-cursor-info-02:after {
  content: "\4318";
}
.hgi-duotone.hgi-cursor-info-02:before {
  content: "\4319";
}
.hgi-duotone.hgi-cursor-loading-01:after {
  content: "\431a";
}
.hgi-duotone.hgi-cursor-loading-01:before {
  content: "\431b";
}
.hgi-duotone.hgi-cursor-loading-02:after {
  content: "\431c";
}
.hgi-duotone.hgi-cursor-loading-02:before {
  content: "\431d";
}
.hgi-duotone.hgi-cursor-magic-selection-01:after {
  content: "\431e";
}
.hgi-duotone.hgi-cursor-magic-selection-01:before {
  content: "\431f";
}
.hgi-duotone.hgi-cursor-magic-selection-02:after {
  content: "\4320";
}
.hgi-duotone.hgi-cursor-magic-selection-02:before {
  content: "\4321";
}
.hgi-duotone.hgi-cursor-move-01:after {
  content: "\4322";
}
.hgi-duotone.hgi-cursor-move-01:before {
  content: "\4323";
}
.hgi-duotone.hgi-cursor-move-02:after {
  content: "\4324";
}
.hgi-duotone.hgi-cursor-move-02:before {
  content: "\4325";
}
.hgi-duotone.hgi-cursor-pointer-01:after {
  content: "\4326";
}
.hgi-duotone.hgi-cursor-pointer-01:before {
  content: "\4327";
}
.hgi-duotone.hgi-cursor-pointer-02:after {
  content: "\4328";
}
.hgi-duotone.hgi-cursor-pointer-02:before {
  content: "\4329";
}
.hgi-duotone.hgi-cursor-progress-01:after {
  content: "\432a";
}
.hgi-duotone.hgi-cursor-progress-01:before {
  content: "\432b";
}
.hgi-duotone.hgi-cursor-progress-02:after {
  content: "\432c";
}
.hgi-duotone.hgi-cursor-progress-02:before {
  content: "\432d";
}
.hgi-duotone.hgi-cursor-progress-03:after {
  content: "\432e";
}
.hgi-duotone.hgi-cursor-progress-03:before {
  content: "\432f";
}
.hgi-duotone.hgi-cursor-progress-04:after {
  content: "\4330";
}
.hgi-duotone.hgi-cursor-progress-04:before {
  content: "\4331";
}
.hgi-duotone.hgi-cursor-rectangle-selection-01:after {
  content: "\4332";
}
.hgi-duotone.hgi-cursor-rectangle-selection-01:before {
  content: "\4333";
}
.hgi-duotone.hgi-cursor-rectangle-selection-02:after {
  content: "\4334";
}
.hgi-duotone.hgi-cursor-rectangle-selection-02:before {
  content: "\4335";
}
.hgi-duotone.hgi-cursor-remove-selection-01:after {
  content: "\4336";
}
.hgi-duotone.hgi-cursor-remove-selection-01:before {
  content: "\4337";
}
.hgi-duotone.hgi-cursor-remove-selection-02:after {
  content: "\4338";
}
.hgi-duotone.hgi-cursor-remove-selection-02:before {
  content: "\4339";
}
.hgi-duotone.hgi-cursor-text:after {
  content: "\433a";
}
.hgi-duotone.hgi-cursor-text:before {
  content: "\433b";
}
.hgi-duotone.hgi-curtains:after {
  content: "\433c";
}
.hgi-duotone.hgi-curtains:before {
  content: "\433d";
}
.hgi-duotone.hgi-curvy-left-direction:after {
  content: "\433e";
}
.hgi-duotone.hgi-curvy-left-direction:before {
  content: "\433f";
}
.hgi-duotone.hgi-curvy-left-right-direction:after {
  content: "\4340";
}
.hgi-duotone.hgi-curvy-left-right-direction:before {
  content: "\4341";
}
.hgi-duotone.hgi-curvy-right-direction:after {
  content: "\4342";
}
.hgi-duotone.hgi-curvy-right-direction:before {
  content: "\4343";
}
.hgi-duotone.hgi-curvy-up-down-direction:after {
  content: "\4344";
}
.hgi-duotone.hgi-curvy-up-down-direction:before {
  content: "\4345";
}
.hgi-duotone.hgi-custom-field:after {
  content: "\4346";
}
.hgi-duotone.hgi-custom-field:before {
  content: "\4347";
}
.hgi-duotone.hgi-customer-service-01:after {
  content: "\4348";
}
.hgi-duotone.hgi-customer-service-01:before {
  content: "\4349";
}
.hgi-duotone.hgi-customer-service-02:after {
  content: "\434a";
}
.hgi-duotone.hgi-customer-service-02:before {
  content: "\434b";
}
.hgi-duotone.hgi-customer-service:after {
  content: "\434c";
}
.hgi-duotone.hgi-customer-service:before {
  content: "\434d";
}
.hgi-duotone.hgi-customer-support:after {
  content: "\434e";
}
.hgi-duotone.hgi-customer-support:before {
  content: "\434f";
}
.hgi-duotone.hgi-customize:after {
  content: "\4350";
}
.hgi-duotone.hgi-customize:before {
  content: "\4351";
}
.hgi-duotone.hgi-cylinder-01:after {
  content: "\4352";
}
.hgi-duotone.hgi-cylinder-01:before {
  content: "\4353";
}
.hgi-duotone.hgi-cylinder-02:after {
  content: "\4354";
}
.hgi-duotone.hgi-cylinder-02:before {
  content: "\4355";
}
.hgi-duotone.hgi-cylinder-03:after {
  content: "\4356";
}
.hgi-duotone.hgi-cylinder-03:before {
  content: "\4357";
}
.hgi-duotone.hgi-cylinder-04:after {
  content: "\4358";
}
.hgi-duotone.hgi-cylinder-04:before {
  content: "\4359";
}
.hgi-duotone.hgi-danger:after {
  content: "\435a";
}
.hgi-duotone.hgi-danger:before {
  content: "\435b";
}
.hgi-duotone.hgi-dark-mode:after {
  content: "\435c";
}
.hgi-duotone.hgi-dark-mode:before {
  content: "\435d";
}
.hgi-duotone.hgi-dart:after {
  content: "\435e";
}
.hgi-duotone.hgi-dart:before {
  content: "\435f";
}
.hgi-duotone.hgi-dashboard-browsing:after {
  content: "\4360";
}
.hgi-duotone.hgi-dashboard-browsing:before {
  content: "\4361";
}
.hgi-duotone.hgi-dashboard-circle-add:after {
  content: "\4362";
}
.hgi-duotone.hgi-dashboard-circle-add:before {
  content: "\4363";
}
.hgi-duotone.hgi-dashboard-circle-edit:after {
  content: "\4364";
}
.hgi-duotone.hgi-dashboard-circle-edit:before {
  content: "\4365";
}
.hgi-duotone.hgi-dashboard-circle-remove:after {
  content: "\4366";
}
.hgi-duotone.hgi-dashboard-circle-remove:before {
  content: "\4367";
}
.hgi-duotone.hgi-dashboard-circle:after {
  content: "\4368";
}
.hgi-duotone.hgi-dashboard-circle-settings:after {
  content: "\4369";
}
.hgi-duotone.hgi-dashboard-circle-settings:before {
  content: "\436a";
}
.hgi-duotone.hgi-dashboard-circle:before {
  content: "\436b";
}
.hgi-duotone.hgi-dashboard-speed-01:after {
  content: "\436c";
}
.hgi-duotone.hgi-dashboard-speed-01:before {
  content: "\436d";
}
.hgi-duotone.hgi-dashboard-speed-02:after {
  content: "\436e";
}
.hgi-duotone.hgi-dashboard-speed-02:before {
  content: "\436f";
}
.hgi-duotone.hgi-dashboard-square-01:after {
  content: "\4370";
}
.hgi-duotone.hgi-dashboard-square-01:before {
  content: "\4371";
}
.hgi-duotone.hgi-dashboard-square-02:after {
  content: "\4372";
}
.hgi-duotone.hgi-dashboard-square-02:before {
  content: "\4373";
}
.hgi-duotone.hgi-dashboard-square-03:after {
  content: "\4374";
}
.hgi-duotone.hgi-dashboard-square-03:before {
  content: "\4375";
}
.hgi-duotone.hgi-dashboard-square-add:after {
  content: "\4376";
}
.hgi-duotone.hgi-dashboard-square-add:before {
  content: "\4377";
}
.hgi-duotone.hgi-dashboard-square-edit:after {
  content: "\4378";
}
.hgi-duotone.hgi-dashboard-square-edit:before {
  content: "\4379";
}
.hgi-duotone.hgi-dashboard-square-remove:after {
  content: "\437a";
}
.hgi-duotone.hgi-dashboard-square-remove:before {
  content: "\437b";
}
.hgi-duotone.hgi-dashboard-square-setting:after {
  content: "\437c";
}
.hgi-duotone.hgi-dashboard-square-setting:before {
  content: "\437d";
}
.hgi-duotone.hgi-dashed-line-01:after {
  content: "\437e";
}
.hgi-duotone.hgi-dashed-line-01:before {
  content: "\437f";
}
.hgi-duotone.hgi-dashed-line-02:after {
  content: "\4380";
}
.hgi-duotone.hgi-dashed-line-02:before {
  content: "\4381";
}
.hgi-duotone.hgi-dashed-line-circle:after {
  content: "\4382";
}
.hgi-duotone.hgi-dashed-line-circle:before {
  content: "\4383";
}
.hgi-duotone.hgi-data-recovery:after {
  content: "\4384";
}
.hgi-duotone.hgi-data-recovery:before {
  content: "\4385";
}
.hgi-duotone.hgi-database-01:after {
  content: "\4386";
}
.hgi-duotone.hgi-database-01:before {
  content: "\4387";
}
.hgi-duotone.hgi-database-02:after {
  content: "\4388";
}
.hgi-duotone.hgi-database-02:before {
  content: "\4389";
}
.hgi-duotone.hgi-database-add:after {
  content: "\438a";
}
.hgi-duotone.hgi-database-add:before {
  content: "\438b";
}
.hgi-duotone.hgi-database-export:after {
  content: "\438c";
}
.hgi-duotone.hgi-database-export:before {
  content: "\438d";
}
.hgi-duotone.hgi-database-import:after {
  content: "\438e";
}
.hgi-duotone.hgi-database-import:before {
  content: "\438f";
}
.hgi-duotone.hgi-database-locked:after {
  content: "\4390";
}
.hgi-duotone.hgi-database-locked:before {
  content: "\4391";
}
.hgi-duotone.hgi-database-restore:after {
  content: "\4392";
}
.hgi-duotone.hgi-database-restore:before {
  content: "\4393";
}
.hgi-duotone.hgi-database:after {
  content: "\4394";
}
.hgi-duotone.hgi-database-setting:after {
  content: "\4395";
}
.hgi-duotone.hgi-database-setting:before {
  content: "\4396";
}
.hgi-duotone.hgi-database-sync-01:after {
  content: "\4397";
}
.hgi-duotone.hgi-database-sync-01:before {
  content: "\4398";
}
.hgi-duotone.hgi-database-sync:after {
  content: "\4399";
}
.hgi-duotone.hgi-database-sync:before {
  content: "\439a";
}
.hgi-duotone.hgi-database:before {
  content: "\439b";
}
.hgi-duotone.hgi-date-time:after {
  content: "\439c";
}
.hgi-duotone.hgi-date-time:before {
  content: "\439d";
}
.hgi-duotone.hgi-dates:after {
  content: "\439e";
}
.hgi-duotone.hgi-dates:before {
  content: "\439f";
}
.hgi-duotone.hgi-datev:after {
  content: "\43a0";
}
.hgi-duotone.hgi-datev:before {
  content: "\43a1";
}
.hgi-duotone.hgi-dead:after {
  content: "\43a2";
}
.hgi-duotone.hgi-dead:before {
  content: "\43a3";
}
.hgi-duotone.hgi-delete-01:after {
  content: "\43a4";
}
.hgi-duotone.hgi-delete-01:before {
  content: "\43a5";
}
.hgi-duotone.hgi-delete-02:after {
  content: "\43a6";
}
.hgi-duotone.hgi-delete-02:before {
  content: "\43a7";
}
.hgi-duotone.hgi-delete-03:after {
  content: "\43a8";
}
.hgi-duotone.hgi-delete-03:before {
  content: "\43a9";
}
.hgi-duotone.hgi-delete-04:after {
  content: "\43aa";
}
.hgi-duotone.hgi-delete-04:before {
  content: "\43ab";
}
.hgi-duotone.hgi-delete-column:after {
  content: "\43ac";
}
.hgi-duotone.hgi-delete-column:before {
  content: "\43ad";
}
.hgi-duotone.hgi-delete-put-back:after {
  content: "\43ae";
}
.hgi-duotone.hgi-delete-put-back:before {
  content: "\43af";
}
.hgi-duotone.hgi-delete-row:after {
  content: "\43b0";
}
.hgi-duotone.hgi-delete-row:before {
  content: "\43b1";
}
.hgi-duotone.hgi-delete-throw:after {
  content: "\43b2";
}
.hgi-duotone.hgi-delete-throw:before {
  content: "\43b3";
}
.hgi-duotone.hgi-delivered-sent:after {
  content: "\43b4";
}
.hgi-duotone.hgi-delivered-sent:before {
  content: "\43b5";
}
.hgi-duotone.hgi-delivery-box-01:after {
  content: "\43b6";
}
.hgi-duotone.hgi-delivery-box-01:before {
  content: "\43b7";
}
.hgi-duotone.hgi-delivery-box-02:after {
  content: "\43b8";
}
.hgi-duotone.hgi-delivery-box-02:before {
  content: "\43b9";
}
.hgi-duotone.hgi-delivery-delay-01:after {
  content: "\43ba";
}
.hgi-duotone.hgi-delivery-delay-01:before {
  content: "\43bb";
}
.hgi-duotone.hgi-delivery-delay-02:after {
  content: "\43bc";
}
.hgi-duotone.hgi-delivery-delay-02:before {
  content: "\43bd";
}
.hgi-duotone.hgi-delivery-return-01:after {
  content: "\43be";
}
.hgi-duotone.hgi-delivery-return-01:before {
  content: "\43bf";
}
.hgi-duotone.hgi-delivery-return-02:after {
  content: "\43c0";
}
.hgi-duotone.hgi-delivery-return-02:before {
  content: "\43c1";
}
.hgi-duotone.hgi-delivery-secure-01:after {
  content: "\43c2";
}
.hgi-duotone.hgi-delivery-secure-01:before {
  content: "\43c3";
}
.hgi-duotone.hgi-delivery-secure-02:after {
  content: "\43c4";
}
.hgi-duotone.hgi-delivery-secure-02:before {
  content: "\43c5";
}
.hgi-duotone.hgi-delivery-sent-01:after {
  content: "\43c6";
}
.hgi-duotone.hgi-delivery-sent-01:before {
  content: "\43c7";
}
.hgi-duotone.hgi-delivery-sent-02:after {
  content: "\43c8";
}
.hgi-duotone.hgi-delivery-sent-02:before {
  content: "\43c9";
}
.hgi-duotone.hgi-delivery-tracking-01:after {
  content: "\43ca";
}
.hgi-duotone.hgi-delivery-tracking-01:before {
  content: "\43cb";
}
.hgi-duotone.hgi-delivery-tracking-02:after {
  content: "\43cc";
}
.hgi-duotone.hgi-delivery-tracking-02:before {
  content: "\43cd";
}
.hgi-duotone.hgi-delivery-truck-01:after {
  content: "\43ce";
}
.hgi-duotone.hgi-delivery-truck-01:before {
  content: "\43cf";
}
.hgi-duotone.hgi-delivery-truck-02:after {
  content: "\43d0";
}
.hgi-duotone.hgi-delivery-truck-02:before {
  content: "\43d1";
}
.hgi-duotone.hgi-delivery-view-01:after {
  content: "\43d2";
}
.hgi-duotone.hgi-delivery-view-01:before {
  content: "\43d3";
}
.hgi-duotone.hgi-delivery-view-02:after {
  content: "\43d4";
}
.hgi-duotone.hgi-delivery-view-02:before {
  content: "\43d5";
}
.hgi-duotone.hgi-dental-braces:after {
  content: "\43d6";
}
.hgi-duotone.hgi-dental-braces:before {
  content: "\43d7";
}
.hgi-duotone.hgi-dental-broken-tooth:after {
  content: "\43d8";
}
.hgi-duotone.hgi-dental-broken-tooth:before {
  content: "\43d9";
}
.hgi-duotone.hgi-dental-care:after {
  content: "\43da";
}
.hgi-duotone.hgi-dental-care:before {
  content: "\43db";
}
.hgi-duotone.hgi-dental-tooth:after {
  content: "\43dc";
}
.hgi-duotone.hgi-dental-tooth:before {
  content: "\43dd";
}
.hgi-duotone.hgi-departement:after {
  content: "\43de";
}
.hgi-duotone.hgi-departement:before {
  content: "\43df";
}
.hgi-duotone.hgi-desert:after {
  content: "\43e0";
}
.hgi-duotone.hgi-desert:before {
  content: "\43e1";
}
.hgi-duotone.hgi-desk-01:after {
  content: "\43e2";
}
.hgi-duotone.hgi-desk-01:before {
  content: "\43e3";
}
.hgi-duotone.hgi-desk-02:after {
  content: "\43e4";
}
.hgi-duotone.hgi-desk-02:before {
  content: "\43e5";
}
.hgi-duotone.hgi-desk:after {
  content: "\43e6";
}
.hgi-duotone.hgi-desk:before {
  content: "\43e7";
}
.hgi-duotone.hgi-developer:after {
  content: "\43e8";
}
.hgi-duotone.hgi-developer:before {
  content: "\43e9";
}
.hgi-duotone.hgi-deviantart:after {
  content: "\43ea";
}
.hgi-duotone.hgi-deviantart:before {
  content: "\43eb";
}
.hgi-duotone.hgi-device-access:after {
  content: "\43ec";
}
.hgi-duotone.hgi-device-access:before {
  content: "\43ed";
}
.hgi-duotone.hgi-diagonal-scroll-point-01:after {
  content: "\43ee";
}
.hgi-duotone.hgi-diagonal-scroll-point-01:before {
  content: "\43ef";
}
.hgi-duotone.hgi-diagonal-scroll-point-02:after {
  content: "\43f0";
}
.hgi-duotone.hgi-diagonal-scroll-point-02:before {
  content: "\43f1";
}
.hgi-duotone.hgi-dialpad-circle-01:after {
  content: "\43f2";
}
.hgi-duotone.hgi-dialpad-circle-01:before {
  content: "\43f3";
}
.hgi-duotone.hgi-dialpad-circle-02:after {
  content: "\43f4";
}
.hgi-duotone.hgi-dialpad-circle-02:before {
  content: "\43f5";
}
.hgi-duotone.hgi-dialpad-square-01:after {
  content: "\43f6";
}
.hgi-duotone.hgi-dialpad-square-01:before {
  content: "\43f7";
}
.hgi-duotone.hgi-dialpad-square-02:after {
  content: "\43f8";
}
.hgi-duotone.hgi-dialpad-square-02:before {
  content: "\43f9";
}
.hgi-duotone.hgi-diameter:after {
  content: "\43fa";
}
.hgi-duotone.hgi-diameter:before {
  content: "\43fb";
}
.hgi-duotone.hgi-diamond-01:after {
  content: "\43fc";
}
.hgi-duotone.hgi-diamond-01:before {
  content: "\43fd";
}
.hgi-duotone.hgi-diamond-02:after {
  content: "\43fe";
}
.hgi-duotone.hgi-diamond-02:before {
  content: "\43ff";
}
.hgi-duotone.hgi-diamond:after {
  content: "\4400";
}
.hgi-duotone.hgi-diamond:before {
  content: "\4401";
}
.hgi-duotone.hgi-diaper:after {
  content: "\4402";
}
.hgi-duotone.hgi-diaper:before {
  content: "\4403";
}
.hgi-duotone.hgi-dice-faces-01:after {
  content: "\4404";
}
.hgi-duotone.hgi-dice-faces-01:before {
  content: "\4405";
}
.hgi-duotone.hgi-dice-faces-02:after {
  content: "\4406";
}
.hgi-duotone.hgi-dice-faces-02:before {
  content: "\4407";
}
.hgi-duotone.hgi-dice-faces-03:after {
  content: "\4408";
}
.hgi-duotone.hgi-dice-faces-03:before {
  content: "\4409";
}
.hgi-duotone.hgi-dice-faces-04:after {
  content: "\440a";
}
.hgi-duotone.hgi-dice-faces-04:before {
  content: "\440b";
}
.hgi-duotone.hgi-dice-faces-05:after {
  content: "\440c";
}
.hgi-duotone.hgi-dice-faces-05:before {
  content: "\440d";
}
.hgi-duotone.hgi-dice-faces-06:after {
  content: "\440e";
}
.hgi-duotone.hgi-dice-faces-06:before {
  content: "\440f";
}
.hgi-duotone.hgi-dice:after {
  content: "\4410";
}
.hgi-duotone.hgi-dice:before {
  content: "\4411";
}
.hgi-duotone.hgi-digestion:after {
  content: "\4412";
}
.hgi-duotone.hgi-digestion:before {
  content: "\4413";
}
.hgi-duotone.hgi-digg:after {
  content: "\4414";
}
.hgi-duotone.hgi-digg:before {
  content: "\4415";
}
.hgi-duotone.hgi-digital-clock:after {
  content: "\4416";
}
.hgi-duotone.hgi-digital-clock:before {
  content: "\4417";
}
.hgi-duotone.hgi-dim-sum-01:after {
  content: "\4418";
}
.hgi-duotone.hgi-dim-sum-01:before {
  content: "\4419";
}
.hgi-duotone.hgi-dim-sum-02:after {
  content: "\441a";
}
.hgi-duotone.hgi-dim-sum-02:before {
  content: "\441b";
}
.hgi-duotone.hgi-dining-table:after {
  content: "\441c";
}
.hgi-duotone.hgi-dining-table:before {
  content: "\441d";
}
.hgi-duotone.hgi-diploma:after {
  content: "\441e";
}
.hgi-duotone.hgi-diploma:before {
  content: "\441f";
}
.hgi-duotone.hgi-direction-left-01:after {
  content: "\4420";
}
.hgi-duotone.hgi-direction-left-01:before {
  content: "\4421";
}
.hgi-duotone.hgi-direction-left-02:after {
  content: "\4422";
}
.hgi-duotone.hgi-direction-left-02:before {
  content: "\4423";
}
.hgi-duotone.hgi-direction-right-01:after {
  content: "\4424";
}
.hgi-duotone.hgi-direction-right-01:before {
  content: "\4425";
}
.hgi-duotone.hgi-direction-right-02:after {
  content: "\4426";
}
.hgi-duotone.hgi-direction-right-02:before {
  content: "\4427";
}
.hgi-duotone.hgi-directions-01:after {
  content: "\4428";
}
.hgi-duotone.hgi-directions-01:before {
  content: "\4429";
}
.hgi-duotone.hgi-directions-02:after {
  content: "\442a";
}
.hgi-duotone.hgi-directions-02:before {
  content: "\442b";
}
.hgi-duotone.hgi-dirham:after {
  content: "\442c";
}
.hgi-duotone.hgi-dirham:before {
  content: "\442d";
}
.hgi-duotone.hgi-disability-01:after {
  content: "\442e";
}
.hgi-duotone.hgi-disability-01:before {
  content: "\442f";
}
.hgi-duotone.hgi-disability-02:after {
  content: "\4430";
}
.hgi-duotone.hgi-disability-02:before {
  content: "\4431";
}
.hgi-duotone.hgi-discord:after {
  content: "\4432";
}
.hgi-duotone.hgi-discord:before {
  content: "\4433";
}
.hgi-duotone.hgi-discount-01:after {
  content: "\4434";
}
.hgi-duotone.hgi-discount-01:before {
  content: "\4435";
}
.hgi-duotone.hgi-discount:after {
  content: "\4436";
}
.hgi-duotone.hgi-discount-tag-01:after {
  content: "\4437";
}
.hgi-duotone.hgi-discount-tag-01:before {
  content: "\4438";
}
.hgi-duotone.hgi-discount-tag-02:after {
  content: "\4439";
}
.hgi-duotone.hgi-discount-tag-02:before {
  content: "\443a";
}
.hgi-duotone.hgi-discount:before {
  content: "\443b";
}
.hgi-duotone.hgi-discover-circle:after {
  content: "\443c";
}
.hgi-duotone.hgi-discover-circle:before {
  content: "\443d";
}
.hgi-duotone.hgi-discover-square:after {
  content: "\443e";
}
.hgi-duotone.hgi-discover-square:before {
  content: "\443f";
}
.hgi-duotone.hgi-dish-01:after {
  content: "\4440";
}
.hgi-duotone.hgi-dish-01:before {
  content: "\4441";
}
.hgi-duotone.hgi-dish-02:after {
  content: "\4442";
}
.hgi-duotone.hgi-dish-02:before {
  content: "\4443";
}
.hgi-duotone.hgi-dish-washer:after {
  content: "\4444";
}
.hgi-duotone.hgi-dish-washer:before {
  content: "\4445";
}
.hgi-duotone.hgi-displeased:after {
  content: "\4446";
}
.hgi-duotone.hgi-displeased:before {
  content: "\4447";
}
.hgi-duotone.hgi-distribute-horizontal-center:after {
  content: "\4448";
}
.hgi-duotone.hgi-distribute-horizontal-center:before {
  content: "\4449";
}
.hgi-duotone.hgi-distribute-horizontal-left:after {
  content: "\444a";
}
.hgi-duotone.hgi-distribute-horizontal-left:before {
  content: "\444b";
}
.hgi-duotone.hgi-distribute-horizontal-right:after {
  content: "\444c";
}
.hgi-duotone.hgi-distribute-horizontal-right:before {
  content: "\444d";
}
.hgi-duotone.hgi-distribute-vertical-bottom:after {
  content: "\444e";
}
.hgi-duotone.hgi-distribute-vertical-bottom:before {
  content: "\444f";
}
.hgi-duotone.hgi-distribute-vertical-center:after {
  content: "\4450";
}
.hgi-duotone.hgi-distribute-vertical-center:before {
  content: "\4451";
}
.hgi-duotone.hgi-distribute-vertical-top:after {
  content: "\4452";
}
.hgi-duotone.hgi-distribute-vertical-top:before {
  content: "\4453";
}
.hgi-duotone.hgi-distribution:after {
  content: "\4454";
}
.hgi-duotone.hgi-distribution:before {
  content: "\4455";
}
.hgi-duotone.hgi-divide-sign-circle:after {
  content: "\4456";
}
.hgi-duotone.hgi-divide-sign-circle:before {
  content: "\4457";
}
.hgi-duotone.hgi-divide-sign:after {
  content: "\4458";
}
.hgi-duotone.hgi-divide-sign-square:after {
  content: "\4459";
}
.hgi-duotone.hgi-divide-sign-square:before {
  content: "\445a";
}
.hgi-duotone.hgi-divide-sign:before {
  content: "\445b";
}
.hgi-duotone.hgi-dna-01:after {
  content: "\445c";
}
.hgi-duotone.hgi-dna-01:before {
  content: "\445d";
}
.hgi-duotone.hgi-dna:after {
  content: "\445e";
}
.hgi-duotone.hgi-dna:before {
  content: "\445f";
}
.hgi-duotone.hgi-do-not-touch-01:after {
  content: "\4460";
}
.hgi-duotone.hgi-do-not-touch-01:before {
  content: "\4461";
}
.hgi-duotone.hgi-do-not-touch-02:after {
  content: "\4462";
}
.hgi-duotone.hgi-do-not-touch-02:before {
  content: "\4463";
}
.hgi-duotone.hgi-doc-01:after {
  content: "\4464";
}
.hgi-duotone.hgi-doc-01:before {
  content: "\4465";
}
.hgi-duotone.hgi-doc-02:after {
  content: "\4466";
}
.hgi-duotone.hgi-doc-02:before {
  content: "\4467";
}
.hgi-duotone.hgi-doctor-01:after {
  content: "\4468";
}
.hgi-duotone.hgi-doctor-01:before {
  content: "\4469";
}
.hgi-duotone.hgi-doctor-02:after {
  content: "\446a";
}
.hgi-duotone.hgi-doctor-02:before {
  content: "\446b";
}
.hgi-duotone.hgi-doctor-03:after {
  content: "\446c";
}
.hgi-duotone.hgi-doctor-03:before {
  content: "\446d";
}
.hgi-duotone.hgi-document-attachment:after {
  content: "\446e";
}
.hgi-duotone.hgi-document-attachment:before {
  content: "\446f";
}
.hgi-duotone.hgi-document-code:after {
  content: "\4470";
}
.hgi-duotone.hgi-document-code:before {
  content: "\4471";
}
.hgi-duotone.hgi-document-validation:after {
  content: "\4472";
}
.hgi-duotone.hgi-document-validation:before {
  content: "\4473";
}
.hgi-duotone.hgi-dollar-01:after {
  content: "\4474";
}
.hgi-duotone.hgi-dollar-01:before {
  content: "\4475";
}
.hgi-duotone.hgi-dollar-02:after {
  content: "\4476";
}
.hgi-duotone.hgi-dollar-02:before {
  content: "\4477";
}
.hgi-duotone.hgi-dollar-circle:after {
  content: "\4478";
}
.hgi-duotone.hgi-dollar-circle:before {
  content: "\4479";
}
.hgi-duotone.hgi-dollar-receive-01:after {
  content: "\447a";
}
.hgi-duotone.hgi-dollar-receive-01:before {
  content: "\447b";
}
.hgi-duotone.hgi-dollar-receive-02:after {
  content: "\447c";
}
.hgi-duotone.hgi-dollar-receive-02:before {
  content: "\447d";
}
.hgi-duotone.hgi-dollar-send-01:after {
  content: "\447e";
}
.hgi-duotone.hgi-dollar-send-01:before {
  content: "\447f";
}
.hgi-duotone.hgi-dollar-send-02:after {
  content: "\4480";
}
.hgi-duotone.hgi-dollar-send-02:before {
  content: "\4481";
}
.hgi-duotone.hgi-dollar-square:after {
  content: "\4482";
}
.hgi-duotone.hgi-dollar-square:before {
  content: "\4483";
}
.hgi-duotone.hgi-dome:after {
  content: "\4484";
}
.hgi-duotone.hgi-dome:before {
  content: "\4485";
}
.hgi-duotone.hgi-domino:after {
  content: "\4486";
}
.hgi-duotone.hgi-domino:before {
  content: "\4487";
}
.hgi-duotone.hgi-door-01:after {
  content: "\4488";
}
.hgi-duotone.hgi-door-01:before {
  content: "\4489";
}
.hgi-duotone.hgi-door-02:after {
  content: "\448a";
}
.hgi-duotone.hgi-door-02:before {
  content: "\448b";
}
.hgi-duotone.hgi-door-lock:after {
  content: "\448c";
}
.hgi-duotone.hgi-door-lock:before {
  content: "\448d";
}
.hgi-duotone.hgi-door:after {
  content: "\448e";
}
.hgi-duotone.hgi-door:before {
  content: "\448f";
}
.hgi-duotone.hgi-doughnut:after {
  content: "\4490";
}
.hgi-duotone.hgi-doughnut:before {
  content: "\4491";
}
.hgi-duotone.hgi-download-01:after {
  content: "\4492";
}
.hgi-duotone.hgi-download-01:before {
  content: "\4493";
}
.hgi-duotone.hgi-download-02:after {
  content: "\4494";
}
.hgi-duotone.hgi-download-02:before {
  content: "\4495";
}
.hgi-duotone.hgi-download-03:after {
  content: "\4496";
}
.hgi-duotone.hgi-download-03:before {
  content: "\4497";
}
.hgi-duotone.hgi-download-04:after {
  content: "\4498";
}
.hgi-duotone.hgi-download-04:before {
  content: "\4499";
}
.hgi-duotone.hgi-download-05:after {
  content: "\449a";
}
.hgi-duotone.hgi-download-05:before {
  content: "\449b";
}
.hgi-duotone.hgi-download-circle-01:after {
  content: "\449c";
}
.hgi-duotone.hgi-download-circle-01:before {
  content: "\449d";
}
.hgi-duotone.hgi-download-circle-02:after {
  content: "\449e";
}
.hgi-duotone.hgi-download-circle-02:before {
  content: "\449f";
}
.hgi-duotone.hgi-download-square-01:after {
  content: "\44a0";
}
.hgi-duotone.hgi-download-square-01:before {
  content: "\44a1";
}
.hgi-duotone.hgi-download-square-02:after {
  content: "\44a2";
}
.hgi-duotone.hgi-download-square-02:before {
  content: "\44a3";
}
.hgi-duotone.hgi-drag-01:after {
  content: "\44a4";
}
.hgi-duotone.hgi-drag-01:before {
  content: "\44a5";
}
.hgi-duotone.hgi-drag-02:after {
  content: "\44a6";
}
.hgi-duotone.hgi-drag-02:before {
  content: "\44a7";
}
.hgi-duotone.hgi-drag-03:after {
  content: "\44a8";
}
.hgi-duotone.hgi-drag-03:before {
  content: "\44a9";
}
.hgi-duotone.hgi-drag-04:after {
  content: "\44aa";
}
.hgi-duotone.hgi-drag-04:before {
  content: "\44ab";
}
.hgi-duotone.hgi-drag-drop-horizontal:after {
  content: "\44ac";
}
.hgi-duotone.hgi-drag-drop-horizontal:before {
  content: "\44ad";
}
.hgi-duotone.hgi-drag-drop:after {
  content: "\44ae";
}
.hgi-duotone.hgi-drag-drop-vertical:after {
  content: "\44af";
}
.hgi-duotone.hgi-drag-drop-vertical:before {
  content: "\44b0";
}
.hgi-duotone.hgi-drag-drop:before {
  content: "\44b1";
}
.hgi-duotone.hgi-drag-left-01:after {
  content: "\44b2";
}
.hgi-duotone.hgi-drag-left-01:before {
  content: "\44b3";
}
.hgi-duotone.hgi-drag-left-02:after {
  content: "\44b4";
}
.hgi-duotone.hgi-drag-left-02:before {
  content: "\44b5";
}
.hgi-duotone.hgi-drag-left-03:after {
  content: "\44b6";
}
.hgi-duotone.hgi-drag-left-03:before {
  content: "\44b7";
}
.hgi-duotone.hgi-drag-left-04:after {
  content: "\44b8";
}
.hgi-duotone.hgi-drag-left-04:before {
  content: "\44b9";
}
.hgi-duotone.hgi-drag-right-01:after {
  content: "\44ba";
}
.hgi-duotone.hgi-drag-right-01:before {
  content: "\44bb";
}
.hgi-duotone.hgi-drag-right-02:after {
  content: "\44bc";
}
.hgi-duotone.hgi-drag-right-02:before {
  content: "\44bd";
}
.hgi-duotone.hgi-drag-right-03:after {
  content: "\44be";
}
.hgi-duotone.hgi-drag-right-03:before {
  content: "\44bf";
}
.hgi-duotone.hgi-drag-right-04:after {
  content: "\44c0";
}
.hgi-duotone.hgi-drag-right-04:before {
  content: "\44c1";
}
.hgi-duotone.hgi-drawing-compass:after {
  content: "\44c2";
}
.hgi-duotone.hgi-drawing-compass:before {
  content: "\44c3";
}
.hgi-duotone.hgi-drawing-mode:after {
  content: "\44c4";
}
.hgi-duotone.hgi-drawing-mode:before {
  content: "\44c5";
}
.hgi-duotone.hgi-dress-01:after {
  content: "\44c6";
}
.hgi-duotone.hgi-dress-01:before {
  content: "\44c7";
}
.hgi-duotone.hgi-dress-02:after {
  content: "\44c8";
}
.hgi-duotone.hgi-dress-02:before {
  content: "\44c9";
}
.hgi-duotone.hgi-dress-03:after {
  content: "\44ca";
}
.hgi-duotone.hgi-dress-03:before {
  content: "\44cb";
}
.hgi-duotone.hgi-dress-04:after {
  content: "\44cc";
}
.hgi-duotone.hgi-dress-04:before {
  content: "\44cd";
}
.hgi-duotone.hgi-dress-05:after {
  content: "\44ce";
}
.hgi-duotone.hgi-dress-05:before {
  content: "\44cf";
}
.hgi-duotone.hgi-dress-06:after {
  content: "\44d0";
}
.hgi-duotone.hgi-dress-06:before {
  content: "\44d1";
}
.hgi-duotone.hgi-dress-07:after {
  content: "\44d2";
}
.hgi-duotone.hgi-dress-07:before {
  content: "\44d3";
}
.hgi-duotone.hgi-dressing-table-01:after {
  content: "\44d4";
}
.hgi-duotone.hgi-dressing-table-01:before {
  content: "\44d5";
}
.hgi-duotone.hgi-dressing-table-02:after {
  content: "\44d6";
}
.hgi-duotone.hgi-dressing-table-02:before {
  content: "\44d7";
}
.hgi-duotone.hgi-dressing-table-03:after {
  content: "\44d8";
}
.hgi-duotone.hgi-dressing-table-03:before {
  content: "\44d9";
}
.hgi-duotone.hgi-dribbble:after {
  content: "\44da";
}
.hgi-duotone.hgi-dribbble:before {
  content: "\44db";
}
.hgi-duotone.hgi-drink:after {
  content: "\44dc";
}
.hgi-duotone.hgi-drink:before {
  content: "\44dd";
}
.hgi-duotone.hgi-drone:after {
  content: "\44de";
}
.hgi-duotone.hgi-drone:before {
  content: "\44df";
}
.hgi-duotone.hgi-drooling:after {
  content: "\44e0";
}
.hgi-duotone.hgi-drooling:before {
  content: "\44e1";
}
.hgi-duotone.hgi-dropbox:after {
  content: "\44e2";
}
.hgi-duotone.hgi-dropbox:before {
  content: "\44e3";
}
.hgi-duotone.hgi-droplet:after {
  content: "\44e4";
}
.hgi-duotone.hgi-droplet:before {
  content: "\44e5";
}
.hgi-duotone.hgi-dropper:after {
  content: "\44e6";
}
.hgi-duotone.hgi-dropper:before {
  content: "\44e7";
}
.hgi-duotone.hgi-ds3-tool:after {
  content: "\44e8";
}
.hgi-duotone.hgi-ds3-tool:before {
  content: "\44e9";
}
.hgi-duotone.hgi-dua:after {
  content: "\44ea";
}
.hgi-duotone.hgi-dua:before {
  content: "\44eb";
}
.hgi-duotone.hgi-dumbbell-01:after {
  content: "\44ec";
}
.hgi-duotone.hgi-dumbbell-01:before {
  content: "\44ed";
}
.hgi-duotone.hgi-dumbbell-02:after {
  content: "\44ee";
}
.hgi-duotone.hgi-dumbbell-02:before {
  content: "\44ef";
}
.hgi-duotone.hgi-dumbbell-03:after {
  content: "\44f0";
}
.hgi-duotone.hgi-dumbbell-03:before {
  content: "\44f1";
}
.hgi-duotone.hgi-ear-rings-01:after {
  content: "\44f2";
}
.hgi-duotone.hgi-ear-rings-01:before {
  content: "\44f3";
}
.hgi-duotone.hgi-ear-rings-02:after {
  content: "\44f4";
}
.hgi-duotone.hgi-ear-rings-02:before {
  content: "\44f5";
}
.hgi-duotone.hgi-ear-rings-03:after {
  content: "\44f6";
}
.hgi-duotone.hgi-ear-rings-03:before {
  content: "\44f7";
}
.hgi-duotone.hgi-ear:after {
  content: "\44f8";
}
.hgi-duotone.hgi-ear:before {
  content: "\44f9";
}
.hgi-duotone.hgi-earth:after {
  content: "\44fa";
}
.hgi-duotone.hgi-earth:before {
  content: "\44fb";
}
.hgi-duotone.hgi-ease-curve-control-points:after {
  content: "\44fc";
}
.hgi-duotone.hgi-ease-curve-control-points:before {
  content: "\44fd";
}
.hgi-duotone.hgi-ease-in-control-point:after {
  content: "\44fe";
}
.hgi-duotone.hgi-ease-in-control-point:before {
  content: "\44ff";
}
.hgi-duotone.hgi-ease-in-out:after {
  content: "\4500";
}
.hgi-duotone.hgi-ease-in-out:before {
  content: "\4501";
}
.hgi-duotone.hgi-ease-in:after {
  content: "\4502";
}
.hgi-duotone.hgi-ease-in:before {
  content: "\4503";
}
.hgi-duotone.hgi-ease-out-control-point:after {
  content: "\4504";
}
.hgi-duotone.hgi-ease-out-control-point:before {
  content: "\4505";
}
.hgi-duotone.hgi-ease-out:after {
  content: "\4506";
}
.hgi-duotone.hgi-ease-out:before {
  content: "\4507";
}
.hgi-duotone.hgi-eco-energy:after {
  content: "\4508";
}
.hgi-duotone.hgi-eco-energy:before {
  content: "\4509";
}
.hgi-duotone.hgi-eco-lab-01:after {
  content: "\450a";
}
.hgi-duotone.hgi-eco-lab-01:before {
  content: "\450b";
}
.hgi-duotone.hgi-eco-lab-02:after {
  content: "\450c";
}
.hgi-duotone.hgi-eco-lab-02:before {
  content: "\450d";
}
.hgi-duotone.hgi-eco-lab:after {
  content: "\450e";
}
.hgi-duotone.hgi-eco-lab:before {
  content: "\450f";
}
.hgi-duotone.hgi-eco-power:after {
  content: "\4510";
}
.hgi-duotone.hgi-eco-power:before {
  content: "\4511";
}
.hgi-duotone.hgi-edge-style:after {
  content: "\4512";
}
.hgi-duotone.hgi-edge-style:before {
  content: "\4513";
}
.hgi-duotone.hgi-edit-01:after {
  content: "\4514";
}
.hgi-duotone.hgi-edit-01:before {
  content: "\4515";
}
.hgi-duotone.hgi-edit-02:after {
  content: "\4516";
}
.hgi-duotone.hgi-edit-02:before {
  content: "\4517";
}
.hgi-duotone.hgi-edit-off:after {
  content: "\4518";
}
.hgi-duotone.hgi-edit-off:before {
  content: "\4519";
}
.hgi-duotone.hgi-edit-road:after {
  content: "\451a";
}
.hgi-duotone.hgi-edit-road:before {
  content: "\451b";
}
.hgi-duotone.hgi-edit-table:after {
  content: "\451c";
}
.hgi-duotone.hgi-edit-table:before {
  content: "\451d";
}
.hgi-duotone.hgi-edit-user-02:after {
  content: "\451e";
}
.hgi-duotone.hgi-edit-user-02:before {
  content: "\451f";
}
.hgi-duotone.hgi-eggs:after {
  content: "\4520";
}
.hgi-duotone.hgi-eggs:before {
  content: "\4521";
}
.hgi-duotone.hgi-eid-mubarak:after {
  content: "\4522";
}
.hgi-duotone.hgi-eid-mubarak:before {
  content: "\4523";
}
.hgi-duotone.hgi-eiffel-tower:after {
  content: "\4524";
}
.hgi-duotone.hgi-eiffel-tower:before {
  content: "\4525";
}
.hgi-duotone.hgi-elearning-exchange:after {
  content: "\4526";
}
.hgi-duotone.hgi-elearning-exchange:before {
  content: "\4527";
}
.hgi-duotone.hgi-electric-home-01:after {
  content: "\4528";
}
.hgi-duotone.hgi-electric-home-01:before {
  content: "\4529";
}
.hgi-duotone.hgi-electric-home-02:after {
  content: "\452a";
}
.hgi-duotone.hgi-electric-home-02:before {
  content: "\452b";
}
.hgi-duotone.hgi-electric-plugs:after {
  content: "\452c";
}
.hgi-duotone.hgi-electric-plugs:before {
  content: "\452d";
}
.hgi-duotone.hgi-electric-tower-01:after {
  content: "\452e";
}
.hgi-duotone.hgi-electric-tower-01:before {
  content: "\452f";
}
.hgi-duotone.hgi-electric-tower-02:after {
  content: "\4530";
}
.hgi-duotone.hgi-electric-tower-02:before {
  content: "\4531";
}
.hgi-duotone.hgi-electric-wire:after {
  content: "\4532";
}
.hgi-duotone.hgi-electric-wire:before {
  content: "\4533";
}
.hgi-duotone.hgi-ellipse-selection:after {
  content: "\4534";
}
.hgi-duotone.hgi-ellipse-selection:before {
  content: "\4535";
}
.hgi-duotone.hgi-encrypt:after {
  content: "\4536";
}
.hgi-duotone.hgi-encrypt:before {
  content: "\4537";
}
.hgi-duotone.hgi-energy-ellipse:after {
  content: "\4538";
}
.hgi-duotone.hgi-energy-ellipse:before {
  content: "\4539";
}
.hgi-duotone.hgi-energy-rectangle:after {
  content: "\453a";
}
.hgi-duotone.hgi-energy-rectangle:before {
  content: "\453b";
}
.hgi-duotone.hgi-energy:after {
  content: "\453c";
}
.hgi-duotone.hgi-energy:before {
  content: "\453d";
}
.hgi-duotone.hgi-entering-geo-fence:after {
  content: "\453e";
}
.hgi-duotone.hgi-entering-geo-fence:before {
  content: "\453f";
}
.hgi-duotone.hgi-entrance-stairs:after {
  content: "\4540";
}
.hgi-duotone.hgi-entrance-stairs:before {
  content: "\4541";
}
.hgi-duotone.hgi-envato:after {
  content: "\4542";
}
.hgi-duotone.hgi-envato:before {
  content: "\4543";
}
.hgi-duotone.hgi-equal-sign-circle:after {
  content: "\4544";
}
.hgi-duotone.hgi-equal-sign-circle:before {
  content: "\4545";
}
.hgi-duotone.hgi-equal-sign:after {
  content: "\4546";
}
.hgi-duotone.hgi-equal-sign-square:after {
  content: "\4547";
}
.hgi-duotone.hgi-equal-sign-square:before {
  content: "\4548";
}
.hgi-duotone.hgi-equal-sign:before {
  content: "\4549";
}
.hgi-duotone.hgi-equipment-bench-press:after {
  content: "\454a";
}
.hgi-duotone.hgi-equipment-bench-press:before {
  content: "\454b";
}
.hgi-duotone.hgi-equipment-chest-press:after {
  content: "\454c";
}
.hgi-duotone.hgi-equipment-chest-press:before {
  content: "\454d";
}
.hgi-duotone.hgi-equipment-gym-01:after {
  content: "\454e";
}
.hgi-duotone.hgi-equipment-gym-01:before {
  content: "\454f";
}
.hgi-duotone.hgi-equipment-gym-02:after {
  content: "\4550";
}
.hgi-duotone.hgi-equipment-gym-02:before {
  content: "\4551";
}
.hgi-duotone.hgi-equipment-gym-03:after {
  content: "\4552";
}
.hgi-duotone.hgi-equipment-gym-03:before {
  content: "\4553";
}
.hgi-duotone.hgi-equipment-weightlifting:after {
  content: "\4554";
}
.hgi-duotone.hgi-equipment-weightlifting:before {
  content: "\4555";
}
.hgi-duotone.hgi-eraser-01:after {
  content: "\4556";
}
.hgi-duotone.hgi-eraser-01:before {
  content: "\4557";
}
.hgi-duotone.hgi-eraser-add:after {
  content: "\4558";
}
.hgi-duotone.hgi-eraser-add:before {
  content: "\4559";
}
.hgi-duotone.hgi-eraser-auto:after {
  content: "\455a";
}
.hgi-duotone.hgi-eraser-auto:before {
  content: "\455b";
}
.hgi-duotone.hgi-eraser:after {
  content: "\455c";
}
.hgi-duotone.hgi-eraser:before {
  content: "\455d";
}
.hgi-duotone.hgi-estimate-01:after {
  content: "\455e";
}
.hgi-duotone.hgi-estimate-01:before {
  content: "\455f";
}
.hgi-duotone.hgi-estimate-02:after {
  content: "\4560";
}
.hgi-duotone.hgi-estimate-02:before {
  content: "\4561";
}
.hgi-duotone.hgi-ethereum-ellipse:after {
  content: "\4562";
}
.hgi-duotone.hgi-ethereum-ellipse:before {
  content: "\4563";
}
.hgi-duotone.hgi-ethereum-rectangle:after {
  content: "\4564";
}
.hgi-duotone.hgi-ethereum-rectangle:before {
  content: "\4565";
}
.hgi-duotone.hgi-ethereum:after {
  content: "\4566";
}
.hgi-duotone.hgi-ethereum:before {
  content: "\4567";
}
.hgi-duotone.hgi-euro-circle:after {
  content: "\4568";
}
.hgi-duotone.hgi-euro-circle:before {
  content: "\4569";
}
.hgi-duotone.hgi-euro-receive:after {
  content: "\456a";
}
.hgi-duotone.hgi-euro-receive:before {
  content: "\456b";
}
.hgi-duotone.hgi-euro:after {
  content: "\456c";
}
.hgi-duotone.hgi-euro-send:after {
  content: "\456d";
}
.hgi-duotone.hgi-euro-send:before {
  content: "\456e";
}
.hgi-duotone.hgi-euro-square:after {
  content: "\456f";
}
.hgi-duotone.hgi-euro-square:before {
  content: "\4570";
}
.hgi-duotone.hgi-euro:before {
  content: "\4571";
}
.hgi-duotone.hgi-ev-charging:after {
  content: "\4572";
}
.hgi-duotone.hgi-ev-charging:before {
  content: "\4573";
}
.hgi-duotone.hgi-evil:after {
  content: "\4574";
}
.hgi-duotone.hgi-evil:before {
  content: "\4575";
}
.hgi-duotone.hgi-exchange-01:after {
  content: "\4576";
}
.hgi-duotone.hgi-exchange-01:before {
  content: "\4577";
}
.hgi-duotone.hgi-exchange-02:after {
  content: "\4578";
}
.hgi-duotone.hgi-exchange-02:before {
  content: "\4579";
}
.hgi-duotone.hgi-exchange-03:after {
  content: "\457a";
}
.hgi-duotone.hgi-exchange-03:before {
  content: "\457b";
}
.hgi-duotone.hgi-expander:after {
  content: "\457c";
}
.hgi-duotone.hgi-expander:before {
  content: "\457d";
}
.hgi-duotone.hgi-external-drive:after {
  content: "\457e";
}
.hgi-duotone.hgi-external-drive:before {
  content: "\457f";
}
.hgi-duotone.hgi-eye:after {
  content: "\4580";
}
.hgi-duotone.hgi-eye:before {
  content: "\4581";
}
.hgi-duotone.hgi-face-id:after {
  content: "\4582";
}
.hgi-duotone.hgi-face-id:before {
  content: "\4583";
}
.hgi-duotone.hgi-facebook-01:after {
  content: "\4584";
}
.hgi-duotone.hgi-facebook-01:before {
  content: "\4585";
}
.hgi-duotone.hgi-facebook-02:after {
  content: "\4586";
}
.hgi-duotone.hgi-facebook-02:before {
  content: "\4587";
}
.hgi-duotone.hgi-factory-01:after {
  content: "\4588";
}
.hgi-duotone.hgi-factory-01:before {
  content: "\4589";
}
.hgi-duotone.hgi-factory-02:after {
  content: "\458a";
}
.hgi-duotone.hgi-factory-02:before {
  content: "\458b";
}
.hgi-duotone.hgi-factory:after {
  content: "\458c";
}
.hgi-duotone.hgi-factory:before {
  content: "\458d";
}
.hgi-duotone.hgi-fahrenheit:after {
  content: "\458e";
}
.hgi-duotone.hgi-fahrenheit:before {
  content: "\458f";
}
.hgi-duotone.hgi-falling-star:after {
  content: "\4590";
}
.hgi-duotone.hgi-falling-star:before {
  content: "\4591";
}
.hgi-duotone.hgi-fast-wind:after {
  content: "\4592";
}
.hgi-duotone.hgi-fast-wind:before {
  content: "\4593";
}
.hgi-duotone.hgi-favourite-circle:after {
  content: "\4594";
}
.hgi-duotone.hgi-favourite-circle:before {
  content: "\4595";
}
.hgi-duotone.hgi-favourite:after {
  content: "\4596";
}
.hgi-duotone.hgi-favourite-square:after {
  content: "\4597";
}
.hgi-duotone.hgi-favourite-square:before {
  content: "\4598";
}
.hgi-duotone.hgi-favourite:before {
  content: "\4599";
}
.hgi-duotone.hgi-feather:after {
  content: "\459a";
}
.hgi-duotone.hgi-feather:before {
  content: "\459b";
}
.hgi-duotone.hgi-female-02:after {
  content: "\459c";
}
.hgi-duotone.hgi-female-02:before {
  content: "\459d";
}
.hgi-duotone.hgi-female-symbol:after {
  content: "\459e";
}
.hgi-duotone.hgi-female-symbol:before {
  content: "\459f";
}
.hgi-duotone.hgi-fencing-mask:after {
  content: "\45a0";
}
.hgi-duotone.hgi-fencing-mask:before {
  content: "\45a1";
}
.hgi-duotone.hgi-fencing:after {
  content: "\45a2";
}
.hgi-duotone.hgi-fencing:before {
  content: "\45a3";
}
.hgi-duotone.hgi-ferris-wheel:after {
  content: "\45a4";
}
.hgi-duotone.hgi-ferris-wheel:before {
  content: "\45a5";
}
.hgi-duotone.hgi-ferry-boat:after {
  content: "\45a6";
}
.hgi-duotone.hgi-ferry-boat:before {
  content: "\45a7";
}
.hgi-duotone.hgi-figma:after {
  content: "\45a8";
}
.hgi-duotone.hgi-figma:before {
  content: "\45a9";
}
.hgi-duotone.hgi-file-01:after {
  content: "\45aa";
}
.hgi-duotone.hgi-file-01:before {
  content: "\45ab";
}
.hgi-duotone.hgi-file-02:after {
  content: "\45ac";
}
.hgi-duotone.hgi-file-02:before {
  content: "\45ad";
}
.hgi-duotone.hgi-file-add:after {
  content: "\45ae";
}
.hgi-duotone.hgi-file-add:before {
  content: "\45af";
}
.hgi-duotone.hgi-file-attachment:after {
  content: "\45b0";
}
.hgi-duotone.hgi-file-attachment:before {
  content: "\45b1";
}
.hgi-duotone.hgi-file-audio:after {
  content: "\45b2";
}
.hgi-duotone.hgi-file-audio:before {
  content: "\45b3";
}
.hgi-duotone.hgi-file-bitcoin:after {
  content: "\45b4";
}
.hgi-duotone.hgi-file-bitcoin:before {
  content: "\45b5";
}
.hgi-duotone.hgi-file-block:after {
  content: "\45b6";
}
.hgi-duotone.hgi-file-block:before {
  content: "\45b7";
}
.hgi-duotone.hgi-file-bookmark:after {
  content: "\45b8";
}
.hgi-duotone.hgi-file-bookmark:before {
  content: "\45b9";
}
.hgi-duotone.hgi-file-cloud:after {
  content: "\45ba";
}
.hgi-duotone.hgi-file-cloud:before {
  content: "\45bb";
}
.hgi-duotone.hgi-file-corrupt:after {
  content: "\45bc";
}
.hgi-duotone.hgi-file-corrupt:before {
  content: "\45bd";
}
.hgi-duotone.hgi-file-dollar:after {
  content: "\45be";
}
.hgi-duotone.hgi-file-dollar:before {
  content: "\45bf";
}
.hgi-duotone.hgi-file-download:after {
  content: "\45c0";
}
.hgi-duotone.hgi-file-download:before {
  content: "\45c1";
}
.hgi-duotone.hgi-file-edit:after {
  content: "\45c2";
}
.hgi-duotone.hgi-file-edit:before {
  content: "\45c3";
}
.hgi-duotone.hgi-file-empty-01:after {
  content: "\45c4";
}
.hgi-duotone.hgi-file-empty-01:before {
  content: "\45c5";
}
.hgi-duotone.hgi-file-empty-02:after {
  content: "\45c6";
}
.hgi-duotone.hgi-file-empty-02:before {
  content: "\45c7";
}
.hgi-duotone.hgi-file-euro:after {
  content: "\45c8";
}
.hgi-duotone.hgi-file-euro:before {
  content: "\45c9";
}
.hgi-duotone.hgi-file-export:after {
  content: "\45ca";
}
.hgi-duotone.hgi-file-export:before {
  content: "\45cb";
}
.hgi-duotone.hgi-file-favourite:after {
  content: "\45cc";
}
.hgi-duotone.hgi-file-favourite:before {
  content: "\45cd";
}
.hgi-duotone.hgi-file-import:after {
  content: "\45ce";
}
.hgi-duotone.hgi-file-import:before {
  content: "\45cf";
}
.hgi-duotone.hgi-file-link:after {
  content: "\45d0";
}
.hgi-duotone.hgi-file-link:before {
  content: "\45d1";
}
.hgi-duotone.hgi-file-locked:after {
  content: "\45d2";
}
.hgi-duotone.hgi-file-locked:before {
  content: "\45d3";
}
.hgi-duotone.hgi-file-management:after {
  content: "\45d4";
}
.hgi-duotone.hgi-file-management:before {
  content: "\45d5";
}
.hgi-duotone.hgi-file-minus:after {
  content: "\45d6";
}
.hgi-duotone.hgi-file-minus:before {
  content: "\45d7";
}
.hgi-duotone.hgi-file-music:after {
  content: "\45d8";
}
.hgi-duotone.hgi-file-music:before {
  content: "\45d9";
}
.hgi-duotone.hgi-file-not-found:after {
  content: "\45da";
}
.hgi-duotone.hgi-file-not-found:before {
  content: "\45db";
}
.hgi-duotone.hgi-file-paste:after {
  content: "\45dc";
}
.hgi-duotone.hgi-file-paste:before {
  content: "\45dd";
}
.hgi-duotone.hgi-file-pin:after {
  content: "\45de";
}
.hgi-duotone.hgi-file-pin:before {
  content: "\45df";
}
.hgi-duotone.hgi-file-pound:after {
  content: "\45e0";
}
.hgi-duotone.hgi-file-pound:before {
  content: "\45e1";
}
.hgi-duotone.hgi-file-remove:after {
  content: "\45e2";
}
.hgi-duotone.hgi-file-remove:before {
  content: "\45e3";
}
.hgi-duotone.hgi-file-script:after {
  content: "\45e4";
}
.hgi-duotone.hgi-file-script:before {
  content: "\45e5";
}
.hgi-duotone.hgi-file-search:after {
  content: "\45e6";
}
.hgi-duotone.hgi-file-search:before {
  content: "\45e7";
}
.hgi-duotone.hgi-file-security:after {
  content: "\45e8";
}
.hgi-duotone.hgi-file-security:before {
  content: "\45e9";
}
.hgi-duotone.hgi-file-shredder:after {
  content: "\45ea";
}
.hgi-duotone.hgi-file-shredder:before {
  content: "\45eb";
}
.hgi-duotone.hgi-file-star:after {
  content: "\45ec";
}
.hgi-duotone.hgi-file-star:before {
  content: "\45ed";
}
.hgi-duotone.hgi-file-sync:after {
  content: "\45ee";
}
.hgi-duotone.hgi-file-sync:before {
  content: "\45ef";
}
.hgi-duotone.hgi-file-unknown:after {
  content: "\45f0";
}
.hgi-duotone.hgi-file-unknown:before {
  content: "\45f1";
}
.hgi-duotone.hgi-file-unlocked:after {
  content: "\45f2";
}
.hgi-duotone.hgi-file-unlocked:before {
  content: "\45f3";
}
.hgi-duotone.hgi-file-upload:after {
  content: "\45f4";
}
.hgi-duotone.hgi-file-upload:before {
  content: "\45f5";
}
.hgi-duotone.hgi-file-validation:after {
  content: "\45f6";
}
.hgi-duotone.hgi-file-validation:before {
  content: "\45f7";
}
.hgi-duotone.hgi-file-verified:after {
  content: "\45f8";
}
.hgi-duotone.hgi-file-verified:before {
  content: "\45f9";
}
.hgi-duotone.hgi-file-video:after {
  content: "\45fa";
}
.hgi-duotone.hgi-file-video:before {
  content: "\45fb";
}
.hgi-duotone.hgi-file-view:after {
  content: "\45fc";
}
.hgi-duotone.hgi-file-view:before {
  content: "\45fd";
}
.hgi-duotone.hgi-file-yen:after {
  content: "\45fe";
}
.hgi-duotone.hgi-file-yen:before {
  content: "\45ff";
}
.hgi-duotone.hgi-file-zip:after {
  content: "\4600";
}
.hgi-duotone.hgi-file-zip:before {
  content: "\4601";
}
.hgi-duotone.hgi-files-01:after {
  content: "\4602";
}
.hgi-duotone.hgi-files-01:before {
  content: "\4603";
}
.hgi-duotone.hgi-files-02:after {
  content: "\4604";
}
.hgi-duotone.hgi-files-02:before {
  content: "\4605";
}
.hgi-duotone.hgi-film-01:after {
  content: "\4606";
}
.hgi-duotone.hgi-film-01:before {
  content: "\4607";
}
.hgi-duotone.hgi-film-02:after {
  content: "\4608";
}
.hgi-duotone.hgi-film-02:before {
  content: "\4609";
}
.hgi-duotone.hgi-film-roll-01:after {
  content: "\460a";
}
.hgi-duotone.hgi-film-roll-01:before {
  content: "\460b";
}
.hgi-duotone.hgi-film-roll-02:after {
  content: "\460c";
}
.hgi-duotone.hgi-film-roll-02:before {
  content: "\460d";
}
.hgi-duotone.hgi-filter-add:after {
  content: "\460e";
}
.hgi-duotone.hgi-filter-add:before {
  content: "\460f";
}
.hgi-duotone.hgi-filter-edit:after {
  content: "\4610";
}
.hgi-duotone.hgi-filter-edit:before {
  content: "\4611";
}
.hgi-duotone.hgi-filter-horizontal:after {
  content: "\4612";
}
.hgi-duotone.hgi-filter-horizontal:before {
  content: "\4613";
}
.hgi-duotone.hgi-filter-mail-circle:after {
  content: "\4614";
}
.hgi-duotone.hgi-filter-mail-circle:before {
  content: "\4615";
}
.hgi-duotone.hgi-filter-mail-square:after {
  content: "\4616";
}
.hgi-duotone.hgi-filter-mail-square:before {
  content: "\4617";
}
.hgi-duotone.hgi-filter-remove:after {
  content: "\4618";
}
.hgi-duotone.hgi-filter-remove:before {
  content: "\4619";
}
.hgi-duotone.hgi-filter-reset:after {
  content: "\461a";
}
.hgi-duotone.hgi-filter-reset:before {
  content: "\461b";
}
.hgi-duotone.hgi-filter:after {
  content: "\461c";
}
.hgi-duotone.hgi-filter-vertical:after {
  content: "\461d";
}
.hgi-duotone.hgi-filter-vertical:before {
  content: "\461e";
}
.hgi-duotone.hgi-filter:before {
  content: "\461f";
}
.hgi-duotone.hgi-finger-access:after {
  content: "\4620";
}
.hgi-duotone.hgi-finger-access:before {
  content: "\4621";
}
.hgi-duotone.hgi-finger-print-add:after {
  content: "\4622";
}
.hgi-duotone.hgi-finger-print-add:before {
  content: "\4623";
}
.hgi-duotone.hgi-finger-print-check:after {
  content: "\4624";
}
.hgi-duotone.hgi-finger-print-check:before {
  content: "\4625";
}
.hgi-duotone.hgi-finger-print-minus:after {
  content: "\4626";
}
.hgi-duotone.hgi-finger-print-minus:before {
  content: "\4627";
}
.hgi-duotone.hgi-finger-print-remove:after {
  content: "\4628";
}
.hgi-duotone.hgi-finger-print-remove:before {
  content: "\4629";
}
.hgi-duotone.hgi-finger-print-scan:after {
  content: "\462a";
}
.hgi-duotone.hgi-finger-print-scan:before {
  content: "\462b";
}
.hgi-duotone.hgi-finger-print:after {
  content: "\462c";
}
.hgi-duotone.hgi-finger-print:before {
  content: "\462d";
}
.hgi-duotone.hgi-fingerprint-scan:after {
  content: "\462e";
}
.hgi-duotone.hgi-fingerprint-scan:before {
  content: "\462f";
}
.hgi-duotone.hgi-fins:after {
  content: "\4630";
}
.hgi-duotone.hgi-fins:before {
  content: "\4631";
}
.hgi-duotone.hgi-fire-02:after {
  content: "\4632";
}
.hgi-duotone.hgi-fire-02:before {
  content: "\4633";
}
.hgi-duotone.hgi-fire-03:after {
  content: "\4634";
}
.hgi-duotone.hgi-fire-03:before {
  content: "\4635";
}
.hgi-duotone.hgi-fire-pit:after {
  content: "\4636";
}
.hgi-duotone.hgi-fire-pit:before {
  content: "\4637";
}
.hgi-duotone.hgi-fire:after {
  content: "\4638";
}
.hgi-duotone.hgi-fire-security:after {
  content: "\4639";
}
.hgi-duotone.hgi-fire-security:before {
  content: "\463a";
}
.hgi-duotone.hgi-fire:before {
  content: "\463b";
}
.hgi-duotone.hgi-firewall:after {
  content: "\463c";
}
.hgi-duotone.hgi-firewall:before {
  content: "\463d";
}
.hgi-duotone.hgi-fireworks:after {
  content: "\463e";
}
.hgi-duotone.hgi-fireworks:before {
  content: "\463f";
}
.hgi-duotone.hgi-first-aid-kit:after {
  content: "\4640";
}
.hgi-duotone.hgi-first-aid-kit:before {
  content: "\4641";
}
.hgi-duotone.hgi-first-bracket-circle:after {
  content: "\4642";
}
.hgi-duotone.hgi-first-bracket-circle:before {
  content: "\4643";
}
.hgi-duotone.hgi-first-bracket:after {
  content: "\4644";
}
.hgi-duotone.hgi-first-bracket-square:after {
  content: "\4645";
}
.hgi-duotone.hgi-first-bracket-square:before {
  content: "\4646";
}
.hgi-duotone.hgi-first-bracket:before {
  content: "\4647";
}
.hgi-duotone.hgi-fish-food:after {
  content: "\4648";
}
.hgi-duotone.hgi-fish-food:before {
  content: "\4649";
}
.hgi-duotone.hgi-fit-to-screen:after {
  content: "\464a";
}
.hgi-duotone.hgi-fit-to-screen:before {
  content: "\464b";
}
.hgi-duotone.hgi-fiverr:after {
  content: "\464c";
}
.hgi-duotone.hgi-fiverr:before {
  content: "\464d";
}
.hgi-duotone.hgi-flag-01:after {
  content: "\464e";
}
.hgi-duotone.hgi-flag-01:before {
  content: "\464f";
}
.hgi-duotone.hgi-flag-02:after {
  content: "\4650";
}
.hgi-duotone.hgi-flag-02:before {
  content: "\4651";
}
.hgi-duotone.hgi-flag-03:after {
  content: "\4652";
}
.hgi-duotone.hgi-flag-03:before {
  content: "\4653";
}
.hgi-duotone.hgi-flash-off:after {
  content: "\4654";
}
.hgi-duotone.hgi-flash-off:before {
  content: "\4655";
}
.hgi-duotone.hgi-flash:after {
  content: "\4656";
}
.hgi-duotone.hgi-flash:before {
  content: "\4657";
}
.hgi-duotone.hgi-flashlight:after {
  content: "\4658";
}
.hgi-duotone.hgi-flashlight:before {
  content: "\4659";
}
.hgi-duotone.hgi-flaticon:after {
  content: "\465a";
}
.hgi-duotone.hgi-flaticon:before {
  content: "\465b";
}
.hgi-duotone.hgi-flickr:after {
  content: "\465c";
}
.hgi-duotone.hgi-flickr:before {
  content: "\465d";
}
.hgi-duotone.hgi-flim-slate:after {
  content: "\465e";
}
.hgi-duotone.hgi-flim-slate:before {
  content: "\465f";
}
.hgi-duotone.hgi-flip-bottom:after {
  content: "\4660";
}
.hgi-duotone.hgi-flip-bottom:before {
  content: "\4661";
}
.hgi-duotone.hgi-flip-horizontal:after {
  content: "\4662";
}
.hgi-duotone.hgi-flip-horizontal:before {
  content: "\4663";
}
.hgi-duotone.hgi-flip-left:after {
  content: "\4664";
}
.hgi-duotone.hgi-flip-left:before {
  content: "\4665";
}
.hgi-duotone.hgi-flip-phone:after {
  content: "\4666";
}
.hgi-duotone.hgi-flip-phone:before {
  content: "\4667";
}
.hgi-duotone.hgi-flip-right:after {
  content: "\4668";
}
.hgi-duotone.hgi-flip-right:before {
  content: "\4669";
}
.hgi-duotone.hgi-flip-top:after {
  content: "\466a";
}
.hgi-duotone.hgi-flip-top:before {
  content: "\466b";
}
.hgi-duotone.hgi-flip-vertical:after {
  content: "\466c";
}
.hgi-duotone.hgi-flip-vertical:before {
  content: "\466d";
}
.hgi-duotone.hgi-floor-plan:after {
  content: "\466e";
}
.hgi-duotone.hgi-floor-plan:before {
  content: "\466f";
}
.hgi-duotone.hgi-floppy-disk:after {
  content: "\4670";
}
.hgi-duotone.hgi-floppy-disk:before {
  content: "\4671";
}
.hgi-duotone.hgi-flow-circle:after {
  content: "\4672";
}
.hgi-duotone.hgi-flow-circle:before {
  content: "\4673";
}
.hgi-duotone.hgi-flow-connection:after {
  content: "\4674";
}
.hgi-duotone.hgi-flow-connection:before {
  content: "\4675";
}
.hgi-duotone.hgi-flow:after {
  content: "\4676";
}
.hgi-duotone.hgi-flow-square:after {
  content: "\4677";
}
.hgi-duotone.hgi-flow-square:before {
  content: "\4678";
}
.hgi-duotone.hgi-flow:before {
  content: "\4679";
}
.hgi-duotone.hgi-flowchart-01:after {
  content: "\467a";
}
.hgi-duotone.hgi-flowchart-01:before {
  content: "\467b";
}
.hgi-duotone.hgi-flowchart-02:after {
  content: "\467c";
}
.hgi-duotone.hgi-flowchart-02:before {
  content: "\467d";
}
.hgi-duotone.hgi-flower-pot:after {
  content: "\467e";
}
.hgi-duotone.hgi-flower-pot:before {
  content: "\467f";
}
.hgi-duotone.hgi-flower:after {
  content: "\4680";
}
.hgi-duotone.hgi-flower:before {
  content: "\4681";
}
.hgi-duotone.hgi-flushed:after {
  content: "\4682";
}
.hgi-duotone.hgi-flushed:before {
  content: "\4683";
}
.hgi-duotone.hgi-flying-human:after {
  content: "\4684";
}
.hgi-duotone.hgi-flying-human:before {
  content: "\4685";
}
.hgi-duotone.hgi-focus-point:after {
  content: "\4686";
}
.hgi-duotone.hgi-focus-point:before {
  content: "\4687";
}
.hgi-duotone.hgi-folder-01:after {
  content: "\4688";
}
.hgi-duotone.hgi-folder-01:before {
  content: "\4689";
}
.hgi-duotone.hgi-folder-02:after {
  content: "\468a";
}
.hgi-duotone.hgi-folder-02:before {
  content: "\468b";
}
.hgi-duotone.hgi-folder-03:after {
  content: "\468c";
}
.hgi-duotone.hgi-folder-03:before {
  content: "\468d";
}
.hgi-duotone.hgi-folder-add:after {
  content: "\468e";
}
.hgi-duotone.hgi-folder-add:before {
  content: "\468f";
}
.hgi-duotone.hgi-folder-attachment:after {
  content: "\4690";
}
.hgi-duotone.hgi-folder-attachment:before {
  content: "\4691";
}
.hgi-duotone.hgi-folder-audio:after {
  content: "\4692";
}
.hgi-duotone.hgi-folder-audio:before {
  content: "\4693";
}
.hgi-duotone.hgi-folder-block:after {
  content: "\4694";
}
.hgi-duotone.hgi-folder-block:before {
  content: "\4695";
}
.hgi-duotone.hgi-folder-check:after {
  content: "\4696";
}
.hgi-duotone.hgi-folder-check:before {
  content: "\4697";
}
.hgi-duotone.hgi-folder-cloud:after {
  content: "\4698";
}
.hgi-duotone.hgi-folder-cloud:before {
  content: "\4699";
}
.hgi-duotone.hgi-folder-details-reference:after {
  content: "\469a";
}
.hgi-duotone.hgi-folder-details-reference:before {
  content: "\469b";
}
.hgi-duotone.hgi-folder-details:after {
  content: "\469c";
}
.hgi-duotone.hgi-folder-details:before {
  content: "\469d";
}
.hgi-duotone.hgi-folder-download:after {
  content: "\469e";
}
.hgi-duotone.hgi-folder-download:before {
  content: "\469f";
}
.hgi-duotone.hgi-folder-edit:after {
  content: "\46a0";
}
.hgi-duotone.hgi-folder-edit:before {
  content: "\46a1";
}
.hgi-duotone.hgi-folder-export:after {
  content: "\46a2";
}
.hgi-duotone.hgi-folder-export:before {
  content: "\46a3";
}
.hgi-duotone.hgi-folder-favourite:after {
  content: "\46a4";
}
.hgi-duotone.hgi-folder-favourite:before {
  content: "\46a5";
}
.hgi-duotone.hgi-folder-file-storage:after {
  content: "\46a6";
}
.hgi-duotone.hgi-folder-file-storage:before {
  content: "\46a7";
}
.hgi-duotone.hgi-folder-import:after {
  content: "\46a8";
}
.hgi-duotone.hgi-folder-import:before {
  content: "\46a9";
}
.hgi-duotone.hgi-folder-library:after {
  content: "\46aa";
}
.hgi-duotone.hgi-folder-library:before {
  content: "\46ab";
}
.hgi-duotone.hgi-folder-links:after {
  content: "\46ac";
}
.hgi-duotone.hgi-folder-links:before {
  content: "\46ad";
}
.hgi-duotone.hgi-folder-locked:after {
  content: "\46ae";
}
.hgi-duotone.hgi-folder-locked:before {
  content: "\46af";
}
.hgi-duotone.hgi-folder-management:after {
  content: "\46b0";
}
.hgi-duotone.hgi-folder-management:before {
  content: "\46b1";
}
.hgi-duotone.hgi-folder-minus:after {
  content: "\46b2";
}
.hgi-duotone.hgi-folder-minus:before {
  content: "\46b3";
}
.hgi-duotone.hgi-folder-music:after {
  content: "\46b4";
}
.hgi-duotone.hgi-folder-music:before {
  content: "\46b5";
}
.hgi-duotone.hgi-folder-off:after {
  content: "\46b6";
}
.hgi-duotone.hgi-folder-off:before {
  content: "\46b7";
}
.hgi-duotone.hgi-folder-open:after {
  content: "\46b8";
}
.hgi-duotone.hgi-folder-open:before {
  content: "\46b9";
}
.hgi-duotone.hgi-folder-pin:after {
  content: "\46ba";
}
.hgi-duotone.hgi-folder-pin:before {
  content: "\46bb";
}
.hgi-duotone.hgi-folder-remove:after {
  content: "\46bc";
}
.hgi-duotone.hgi-folder-remove:before {
  content: "\46bd";
}
.hgi-duotone.hgi-folder-search:after {
  content: "\46be";
}
.hgi-duotone.hgi-folder-search:before {
  content: "\46bf";
}
.hgi-duotone.hgi-folder-security:after {
  content: "\46c0";
}
.hgi-duotone.hgi-folder-security:before {
  content: "\46c1";
}
.hgi-duotone.hgi-folder-shared-01:after {
  content: "\46c2";
}
.hgi-duotone.hgi-folder-shared-01:before {
  content: "\46c3";
}
.hgi-duotone.hgi-folder-shared-02:after {
  content: "\46c4";
}
.hgi-duotone.hgi-folder-shared-02:before {
  content: "\46c5";
}
.hgi-duotone.hgi-folder-shared-03:after {
  content: "\46c6";
}
.hgi-duotone.hgi-folder-shared-03:before {
  content: "\46c7";
}
.hgi-duotone.hgi-folder-sync:after {
  content: "\46c8";
}
.hgi-duotone.hgi-folder-sync:before {
  content: "\46c9";
}
.hgi-duotone.hgi-folder-transfer:after {
  content: "\46ca";
}
.hgi-duotone.hgi-folder-transfer:before {
  content: "\46cb";
}
.hgi-duotone.hgi-folder-unknown:after {
  content: "\46cc";
}
.hgi-duotone.hgi-folder-unknown:before {
  content: "\46cd";
}
.hgi-duotone.hgi-folder-unlocked:after {
  content: "\46ce";
}
.hgi-duotone.hgi-folder-unlocked:before {
  content: "\46cf";
}
.hgi-duotone.hgi-folder-upload:after {
  content: "\46d0";
}
.hgi-duotone.hgi-folder-upload:before {
  content: "\46d1";
}
.hgi-duotone.hgi-folder-video:after {
  content: "\46d2";
}
.hgi-duotone.hgi-folder-video:before {
  content: "\46d3";
}
.hgi-duotone.hgi-folder-view:after {
  content: "\46d4";
}
.hgi-duotone.hgi-folder-view:before {
  content: "\46d5";
}
.hgi-duotone.hgi-folder-zip:after {
  content: "\46d6";
}
.hgi-duotone.hgi-folder-zip:before {
  content: "\46d7";
}
.hgi-duotone.hgi-folders:after {
  content: "\46d8";
}
.hgi-duotone.hgi-folders:before {
  content: "\46d9";
}
.hgi-duotone.hgi-football-pitch:after {
  content: "\46da";
}
.hgi-duotone.hgi-football-pitch:before {
  content: "\46db";
}
.hgi-duotone.hgi-football:after {
  content: "\46dc";
}
.hgi-duotone.hgi-football:before {
  content: "\46dd";
}
.hgi-duotone.hgi-forgot-password:after {
  content: "\46de";
}
.hgi-duotone.hgi-forgot-password:before {
  content: "\46df";
}
.hgi-duotone.hgi-fork:after {
  content: "\46e0";
}
.hgi-duotone.hgi-fork:before {
  content: "\46e1";
}
.hgi-duotone.hgi-forrst:after {
  content: "\46e2";
}
.hgi-duotone.hgi-forrst:before {
  content: "\46e3";
}
.hgi-duotone.hgi-fortress:after {
  content: "\46e4";
}
.hgi-duotone.hgi-fortress:before {
  content: "\46e5";
}
.hgi-duotone.hgi-forward-01:after {
  content: "\46e6";
}
.hgi-duotone.hgi-forward-01:before {
  content: "\46e7";
}
.hgi-duotone.hgi-forward-02:after {
  content: "\46e8";
}
.hgi-duotone.hgi-forward-02:before {
  content: "\46e9";
}
.hgi-duotone.hgi-four-finger-02:after {
  content: "\46ea";
}
.hgi-duotone.hgi-four-finger-02:before {
  content: "\46eb";
}
.hgi-duotone.hgi-four-finger-03:after {
  content: "\46ec";
}
.hgi-duotone.hgi-four-finger-03:before {
  content: "\46ed";
}
.hgi-duotone.hgi-four-k:after {
  content: "\46ee";
}
.hgi-duotone.hgi-four-k:before {
  content: "\46ef";
}
.hgi-duotone.hgi-foursquare:after {
  content: "\46f0";
}
.hgi-duotone.hgi-foursquare:before {
  content: "\46f1";
}
.hgi-duotone.hgi-framer:after {
  content: "\46f2";
}
.hgi-duotone.hgi-framer:before {
  content: "\46f3";
}
.hgi-duotone.hgi-frameworks:after {
  content: "\46f4";
}
.hgi-duotone.hgi-frameworks:before {
  content: "\46f5";
}
.hgi-duotone.hgi-french-fries-01:after {
  content: "\46f6";
}
.hgi-duotone.hgi-french-fries-01:before {
  content: "\46f7";
}
.hgi-duotone.hgi-french-fries-02:after {
  content: "\46f8";
}
.hgi-duotone.hgi-french-fries-02:before {
  content: "\46f9";
}
.hgi-duotone.hgi-fridge:after {
  content: "\46fa";
}
.hgi-duotone.hgi-fridge:before {
  content: "\46fb";
}
.hgi-duotone.hgi-fry:after {
  content: "\46fc";
}
.hgi-duotone.hgi-fry:before {
  content: "\46fd";
}
.hgi-duotone.hgi-fuel-01:after {
  content: "\46fe";
}
.hgi-duotone.hgi-fuel-01:before {
  content: "\46ff";
}
.hgi-duotone.hgi-fuel-02:after {
  content: "\4700";
}
.hgi-duotone.hgi-fuel-02:before {
  content: "\4701";
}
.hgi-duotone.hgi-fuel-station:after {
  content: "\4702";
}
.hgi-duotone.hgi-fuel-station:before {
  content: "\4703";
}
.hgi-duotone.hgi-full-screen:after {
  content: "\4704";
}
.hgi-duotone.hgi-full-screen:before {
  content: "\4705";
}
.hgi-duotone.hgi-full-signal:after {
  content: "\4706";
}
.hgi-duotone.hgi-full-signal:before {
  content: "\4707";
}
.hgi-duotone.hgi-function-circle:after {
  content: "\4708";
}
.hgi-duotone.hgi-function-circle:before {
  content: "\4709";
}
.hgi-duotone.hgi-function-of-x:after {
  content: "\470a";
}
.hgi-duotone.hgi-function-of-x:before {
  content: "\470b";
}
.hgi-duotone.hgi-function:after {
  content: "\470c";
}
.hgi-duotone.hgi-function-square:after {
  content: "\470d";
}
.hgi-duotone.hgi-function-square:before {
  content: "\470e";
}
.hgi-duotone.hgi-function:before {
  content: "\470f";
}
.hgi-duotone.hgi-galaxy:after {
  content: "\4710";
}
.hgi-duotone.hgi-galaxy:before {
  content: "\4711";
}
.hgi-duotone.hgi-game-controller-01:after {
  content: "\4712";
}
.hgi-duotone.hgi-game-controller-01:before {
  content: "\4713";
}
.hgi-duotone.hgi-game-controller-02:after {
  content: "\4714";
}
.hgi-duotone.hgi-game-controller-02:before {
  content: "\4715";
}
.hgi-duotone.hgi-game-controller-03:after {
  content: "\4716";
}
.hgi-duotone.hgi-game-controller-03:before {
  content: "\4717";
}
.hgi-duotone.hgi-game:after {
  content: "\4718";
}
.hgi-duotone.hgi-game:before {
  content: "\4719";
}
.hgi-duotone.hgi-gameboy:after {
  content: "\471a";
}
.hgi-duotone.hgi-gameboy:before {
  content: "\471b";
}
.hgi-duotone.hgi-garage:after {
  content: "\471c";
}
.hgi-duotone.hgi-garage:before {
  content: "\471d";
}
.hgi-duotone.hgi-garbage-truck:after {
  content: "\471e";
}
.hgi-duotone.hgi-garbage-truck:before {
  content: "\471f";
}
.hgi-duotone.hgi-garlands:after {
  content: "\4720";
}
.hgi-duotone.hgi-garlands:before {
  content: "\4721";
}
.hgi-duotone.hgi-gas-pipe:after {
  content: "\4722";
}
.hgi-duotone.hgi-gas-pipe:before {
  content: "\4723";
}
.hgi-duotone.hgi-gas-stove:after {
  content: "\4724";
}
.hgi-duotone.hgi-gas-stove:before {
  content: "\4725";
}
.hgi-duotone.hgi-gears:after {
  content: "\4726";
}
.hgi-duotone.hgi-gears:before {
  content: "\4727";
}
.hgi-duotone.hgi-gem:after {
  content: "\4728";
}
.hgi-duotone.hgi-gem:before {
  content: "\4729";
}
.hgi-duotone.hgi-geology-crust:after {
  content: "\472a";
}
.hgi-duotone.hgi-geology-crust:before {
  content: "\472b";
}
.hgi-duotone.hgi-geometric-shapes-01:after {
  content: "\472c";
}
.hgi-duotone.hgi-geometric-shapes-01:before {
  content: "\472d";
}
.hgi-duotone.hgi-geometric-shapes-02:after {
  content: "\472e";
}
.hgi-duotone.hgi-geometric-shapes-02:before {
  content: "\472f";
}
.hgi-duotone.hgi-gibbous-moon:after {
  content: "\4730";
}
.hgi-duotone.hgi-gibbous-moon:before {
  content: "\4731";
}
.hgi-duotone.hgi-gif-01:after {
  content: "\4732";
}
.hgi-duotone.hgi-gif-01:before {
  content: "\4733";
}
.hgi-duotone.hgi-gif-02:after {
  content: "\4734";
}
.hgi-duotone.hgi-gif-02:before {
  content: "\4735";
}
.hgi-duotone.hgi-gift-card-02:after {
  content: "\4736";
}
.hgi-duotone.hgi-gift-card-02:before {
  content: "\4737";
}
.hgi-duotone.hgi-gift-card:after {
  content: "\4738";
}
.hgi-duotone.hgi-gift-card:before {
  content: "\4739";
}
.hgi-duotone.hgi-gift:after {
  content: "\473a";
}
.hgi-duotone.hgi-gift:before {
  content: "\473b";
}
.hgi-duotone.hgi-git-branch:after {
  content: "\473c";
}
.hgi-duotone.hgi-git-branch:before {
  content: "\473d";
}
.hgi-duotone.hgi-git-commit:after {
  content: "\473e";
}
.hgi-duotone.hgi-git-commit:before {
  content: "\473f";
}
.hgi-duotone.hgi-git-compare:after {
  content: "\4740";
}
.hgi-duotone.hgi-git-compare:before {
  content: "\4741";
}
.hgi-duotone.hgi-git-fork:after {
  content: "\4742";
}
.hgi-duotone.hgi-git-fork:before {
  content: "\4743";
}
.hgi-duotone.hgi-git-merge:after {
  content: "\4744";
}
.hgi-duotone.hgi-git-merge:before {
  content: "\4745";
}
.hgi-duotone.hgi-git-pull-request-closed:after {
  content: "\4746";
}
.hgi-duotone.hgi-git-pull-request-closed:before {
  content: "\4747";
}
.hgi-duotone.hgi-git-pull-request-draft:after {
  content: "\4748";
}
.hgi-duotone.hgi-git-pull-request-draft:before {
  content: "\4749";
}
.hgi-duotone.hgi-git-pull-request:after {
  content: "\474a";
}
.hgi-duotone.hgi-git-pull-request:before {
  content: "\474b";
}
.hgi-duotone.hgi-gitbook:after {
  content: "\474c";
}
.hgi-duotone.hgi-gitbook:before {
  content: "\474d";
}
.hgi-duotone.hgi-github-01:after {
  content: "\474e";
}
.hgi-duotone.hgi-github-01:before {
  content: "\474f";
}
.hgi-duotone.hgi-github:after {
  content: "\4750";
}
.hgi-duotone.hgi-github:before {
  content: "\4751";
}
.hgi-duotone.hgi-gitlab:after {
  content: "\4752";
}
.hgi-duotone.hgi-gitlab:before {
  content: "\4753";
}
.hgi-duotone.hgi-give-blood:after {
  content: "\4754";
}
.hgi-duotone.hgi-give-blood:before {
  content: "\4755";
}
.hgi-duotone.hgi-give-pill:after {
  content: "\4756";
}
.hgi-duotone.hgi-give-pill:before {
  content: "\4757";
}
.hgi-duotone.hgi-glasses:after {
  content: "\4758";
}
.hgi-duotone.hgi-glasses:before {
  content: "\4759";
}
.hgi-duotone.hgi-global-editing:after {
  content: "\475a";
}
.hgi-duotone.hgi-global-editing:before {
  content: "\475b";
}
.hgi-duotone.hgi-global-education:after {
  content: "\475c";
}
.hgi-duotone.hgi-global-education:before {
  content: "\475d";
}
.hgi-duotone.hgi-global-refresh:after {
  content: "\475e";
}
.hgi-duotone.hgi-global-refresh:before {
  content: "\475f";
}
.hgi-duotone.hgi-global-search:after {
  content: "\4760";
}
.hgi-duotone.hgi-global-search:before {
  content: "\4761";
}
.hgi-duotone.hgi-global:after {
  content: "\4762";
}
.hgi-duotone.hgi-global:before {
  content: "\4763";
}
.hgi-duotone.hgi-globe-02:after {
  content: "\4764";
}
.hgi-duotone.hgi-globe-02:before {
  content: "\4765";
}
.hgi-duotone.hgi-globe:after {
  content: "\4766";
}
.hgi-duotone.hgi-globe:before {
  content: "\4767";
}
.hgi-duotone.hgi-glove:after {
  content: "\4768";
}
.hgi-duotone.hgi-glove:before {
  content: "\4769";
}
.hgi-duotone.hgi-go-backward-10-sec:after {
  content: "\476a";
}
.hgi-duotone.hgi-go-backward-10-sec:before {
  content: "\476b";
}
.hgi-duotone.hgi-go-backward-15-sec:after {
  content: "\476c";
}
.hgi-duotone.hgi-go-backward-15-sec:before {
  content: "\476d";
}
.hgi-duotone.hgi-go-backward-30-sec:after {
  content: "\476e";
}
.hgi-duotone.hgi-go-backward-30-sec:before {
  content: "\476f";
}
.hgi-duotone.hgi-go-backward-5-sec:after {
  content: "\4770";
}
.hgi-duotone.hgi-go-backward-5-sec:before {
  content: "\4771";
}
.hgi-duotone.hgi-go-backward-60-sec:after {
  content: "\4772";
}
.hgi-duotone.hgi-go-backward-60-sec:before {
  content: "\4773";
}
.hgi-duotone.hgi-go-forward-10-sec:after {
  content: "\4774";
}
.hgi-duotone.hgi-go-forward-10-sec:before {
  content: "\4775";
}
.hgi-duotone.hgi-go-forward-15-sec:after {
  content: "\4776";
}
.hgi-duotone.hgi-go-forward-15-sec:before {
  content: "\4777";
}
.hgi-duotone.hgi-go-forward-30-sec:after {
  content: "\4778";
}
.hgi-duotone.hgi-go-forward-30-sec:before {
  content: "\4779";
}
.hgi-duotone.hgi-go-forward-5-sec:after {
  content: "\477a";
}
.hgi-duotone.hgi-go-forward-5-sec:before {
  content: "\477b";
}
.hgi-duotone.hgi-go-forward-60-sec:after {
  content: "\477c";
}
.hgi-duotone.hgi-go-forward-60-sec:before {
  content: "\477d";
}
.hgi-duotone.hgi-gold-ingots:after {
  content: "\477e";
}
.hgi-duotone.hgi-gold-ingots:before {
  content: "\477f";
}
.hgi-duotone.hgi-gold:after {
  content: "\4780";
}
.hgi-duotone.hgi-gold:before {
  content: "\4781";
}
.hgi-duotone.hgi-golf-ball:after {
  content: "\4782";
}
.hgi-duotone.hgi-golf-ball:before {
  content: "\4783";
}
.hgi-duotone.hgi-golf-bat:after {
  content: "\4784";
}
.hgi-duotone.hgi-golf-bat:before {
  content: "\4785";
}
.hgi-duotone.hgi-golf-cart:after {
  content: "\4786";
}
.hgi-duotone.hgi-golf-cart:before {
  content: "\4787";
}
.hgi-duotone.hgi-golf-hole:after {
  content: "\4788";
}
.hgi-duotone.hgi-golf-hole:before {
  content: "\4789";
}
.hgi-duotone.hgi-google-doc:after {
  content: "\478a";
}
.hgi-duotone.hgi-google-doc:before {
  content: "\478b";
}
.hgi-duotone.hgi-google-drive:after {
  content: "\478c";
}
.hgi-duotone.hgi-google-drive:before {
  content: "\478d";
}
.hgi-duotone.hgi-google-gemini:after {
  content: "\478e";
}
.hgi-duotone.hgi-google-gemini:before {
  content: "\478f";
}
.hgi-duotone.hgi-google-home:after {
  content: "\4790";
}
.hgi-duotone.hgi-google-home:before {
  content: "\4791";
}
.hgi-duotone.hgi-google-lens:after {
  content: "\4792";
}
.hgi-duotone.hgi-google-lens:before {
  content: "\4793";
}
.hgi-duotone.hgi-google-maps:after {
  content: "\4794";
}
.hgi-duotone.hgi-google-maps:before {
  content: "\4795";
}
.hgi-duotone.hgi-google-photos:after {
  content: "\4796";
}
.hgi-duotone.hgi-google-photos:before {
  content: "\4797";
}
.hgi-duotone.hgi-google:after {
  content: "\4798";
}
.hgi-duotone.hgi-google-sheet:after {
  content: "\4799";
}
.hgi-duotone.hgi-google-sheet:before {
  content: "\479a";
}
.hgi-duotone.hgi-google:before {
  content: "\479b";
}
.hgi-duotone.hgi-gps-01:after {
  content: "\479c";
}
.hgi-duotone.hgi-gps-01:before {
  content: "\479d";
}
.hgi-duotone.hgi-gps-02:after {
  content: "\479e";
}
.hgi-duotone.hgi-gps-02:before {
  content: "\479f";
}
.hgi-duotone.hgi-gps-disconnected:after {
  content: "\47a0";
}
.hgi-duotone.hgi-gps-disconnected:before {
  content: "\47a1";
}
.hgi-duotone.hgi-gps-off-01:after {
  content: "\47a2";
}
.hgi-duotone.hgi-gps-off-01:before {
  content: "\47a3";
}
.hgi-duotone.hgi-gps-off-02:after {
  content: "\47a4";
}
.hgi-duotone.hgi-gps-off-02:before {
  content: "\47a5";
}
.hgi-duotone.hgi-gps-signal-01:after {
  content: "\47a6";
}
.hgi-duotone.hgi-gps-signal-01:before {
  content: "\47a7";
}
.hgi-duotone.hgi-gps-signal-02:after {
  content: "\47a8";
}
.hgi-duotone.hgi-gps-signal-02:before {
  content: "\47a9";
}
.hgi-duotone.hgi-gpu:after {
  content: "\47aa";
}
.hgi-duotone.hgi-gpu:before {
  content: "\47ab";
}
.hgi-duotone.hgi-graduate-female:after {
  content: "\47ac";
}
.hgi-duotone.hgi-graduate-female:before {
  content: "\47ad";
}
.hgi-duotone.hgi-graduate-male:after {
  content: "\47ae";
}
.hgi-duotone.hgi-graduate-male:before {
  content: "\47af";
}
.hgi-duotone.hgi-graduation-scroll:after {
  content: "\47b0";
}
.hgi-duotone.hgi-graduation-scroll:before {
  content: "\47b1";
}
.hgi-duotone.hgi-grapes:after {
  content: "\47b2";
}
.hgi-duotone.hgi-grapes:before {
  content: "\47b3";
}
.hgi-duotone.hgi-gravity:after {
  content: "\47b4";
}
.hgi-duotone.hgi-gravity:before {
  content: "\47b5";
}
.hgi-duotone.hgi-greater-than-circle:after {
  content: "\47b6";
}
.hgi-duotone.hgi-greater-than-circle:before {
  content: "\47b7";
}
.hgi-duotone.hgi-greater-than:after {
  content: "\47b8";
}
.hgi-duotone.hgi-greater-than-square:after {
  content: "\47b9";
}
.hgi-duotone.hgi-greater-than-square:before {
  content: "\47ba";
}
.hgi-duotone.hgi-greater-than:before {
  content: "\47bb";
}
.hgi-duotone.hgi-greek-helmet:after {
  content: "\47bc";
}
.hgi-duotone.hgi-greek-helmet:before {
  content: "\47bd";
}
.hgi-duotone.hgi-green-house:after {
  content: "\47be";
}
.hgi-duotone.hgi-green-house:before {
  content: "\47bf";
}
.hgi-duotone.hgi-grid-02:after {
  content: "\47c0";
}
.hgi-duotone.hgi-grid-02:before {
  content: "\47c1";
}
.hgi-duotone.hgi-grid-off:after {
  content: "\47c2";
}
.hgi-duotone.hgi-grid-off:before {
  content: "\47c3";
}
.hgi-duotone.hgi-grid:after {
  content: "\47c4";
}
.hgi-duotone.hgi-grid-table:after {
  content: "\47c5";
}
.hgi-duotone.hgi-grid-table:before {
  content: "\47c6";
}
.hgi-duotone.hgi-grid-view:after {
  content: "\47c7";
}
.hgi-duotone.hgi-grid-view:before {
  content: "\47c8";
}
.hgi-duotone.hgi-grid:before {
  content: "\47c9";
}
.hgi-duotone.hgi-grimacing:after {
  content: "\47ca";
}
.hgi-duotone.hgi-grimacing:before {
  content: "\47cb";
}
.hgi-duotone.hgi-grinning:after {
  content: "\47cc";
}
.hgi-duotone.hgi-grinning:before {
  content: "\47cd";
}
.hgi-duotone.hgi-grok:after {
  content: "\47ce";
}
.hgi-duotone.hgi-grok:before {
  content: "\47cf";
}
.hgi-duotone.hgi-group-01:after {
  content: "\47d0";
}
.hgi-duotone.hgi-group-01:before {
  content: "\47d1";
}
.hgi-duotone.hgi-group-items:after {
  content: "\47d2";
}
.hgi-duotone.hgi-group-items:before {
  content: "\47d3";
}
.hgi-duotone.hgi-group-layers:after {
  content: "\47d4";
}
.hgi-duotone.hgi-group-layers:before {
  content: "\47d5";
}
.hgi-duotone.hgi-guest-house:after {
  content: "\47d6";
}
.hgi-duotone.hgi-guest-house:before {
  content: "\47d7";
}
.hgi-duotone.hgi-gun:after {
  content: "\47d8";
}
.hgi-duotone.hgi-gun:before {
  content: "\47d9";
}
.hgi-duotone.hgi-gymnastic-rings:after {
  content: "\47da";
}
.hgi-duotone.hgi-gymnastic-rings:before {
  content: "\47db";
}
.hgi-duotone.hgi-gymnastic:after {
  content: "\47dc";
}
.hgi-duotone.hgi-gymnastic:before {
  content: "\47dd";
}
.hgi-duotone.hgi-hackerrank:after {
  content: "\47de";
}
.hgi-duotone.hgi-hackerrank:before {
  content: "\47df";
}
.hgi-duotone.hgi-hair-clips:after {
  content: "\47e0";
}
.hgi-duotone.hgi-hair-clips:before {
  content: "\47e1";
}
.hgi-duotone.hgi-hair-dryer:after {
  content: "\47e2";
}
.hgi-duotone.hgi-hair-dryer:before {
  content: "\47e3";
}
.hgi-duotone.hgi-haji:after {
  content: "\47e4";
}
.hgi-duotone.hgi-haji:before {
  content: "\47e5";
}
.hgi-duotone.hgi-halal-lab:after {
  content: "\47e6";
}
.hgi-duotone.hgi-halal-lab:before {
  content: "\47e7";
}
.hgi-duotone.hgi-halal:after {
  content: "\47e8";
}
.hgi-duotone.hgi-halal:before {
  content: "\47e9";
}
.hgi-duotone.hgi-hamburger-01:after {
  content: "\47ea";
}
.hgi-duotone.hgi-hamburger-01:before {
  content: "\47eb";
}
.hgi-duotone.hgi-hamburger-02:after {
  content: "\47ec";
}
.hgi-duotone.hgi-hamburger-02:before {
  content: "\47ed";
}
.hgi-duotone.hgi-hand-bag-01:after {
  content: "\47ee";
}
.hgi-duotone.hgi-hand-bag-01:before {
  content: "\47ef";
}
.hgi-duotone.hgi-hand-bag-02:after {
  content: "\47f0";
}
.hgi-duotone.hgi-hand-bag-02:before {
  content: "\47f1";
}
.hgi-duotone.hgi-hand-beater:after {
  content: "\47f2";
}
.hgi-duotone.hgi-hand-beater:before {
  content: "\47f3";
}
.hgi-duotone.hgi-hand-grip:after {
  content: "\47f4";
}
.hgi-duotone.hgi-hand-grip:before {
  content: "\47f5";
}
.hgi-duotone.hgi-hand-pointing-down-01:after {
  content: "\47f6";
}
.hgi-duotone.hgi-hand-pointing-down-01:before {
  content: "\47f7";
}
.hgi-duotone.hgi-hand-pointing-down-02:after {
  content: "\47f8";
}
.hgi-duotone.hgi-hand-pointing-down-02:before {
  content: "\47f9";
}
.hgi-duotone.hgi-hand-pointing-down-03:after {
  content: "\47fa";
}
.hgi-duotone.hgi-hand-pointing-down-03:before {
  content: "\47fb";
}
.hgi-duotone.hgi-hand-pointing-down-04:after {
  content: "\47fc";
}
.hgi-duotone.hgi-hand-pointing-down-04:before {
  content: "\47fd";
}
.hgi-duotone.hgi-hand-pointing-left-01:after {
  content: "\47fe";
}
.hgi-duotone.hgi-hand-pointing-left-01:before {
  content: "\47ff";
}
.hgi-duotone.hgi-hand-pointing-left-02:after {
  content: "\4800";
}
.hgi-duotone.hgi-hand-pointing-left-02:before {
  content: "\4801";
}
.hgi-duotone.hgi-hand-pointing-left-03:after {
  content: "\4802";
}
.hgi-duotone.hgi-hand-pointing-left-03:before {
  content: "\4803";
}
.hgi-duotone.hgi-hand-pointing-left-04:after {
  content: "\4804";
}
.hgi-duotone.hgi-hand-pointing-left-04:before {
  content: "\4805";
}
.hgi-duotone.hgi-hand-pointing-right-01:after {
  content: "\4806";
}
.hgi-duotone.hgi-hand-pointing-right-01:before {
  content: "\4807";
}
.hgi-duotone.hgi-hand-pointing-right-02:after {
  content: "\4808";
}
.hgi-duotone.hgi-hand-pointing-right-02:before {
  content: "\4809";
}
.hgi-duotone.hgi-hand-pointing-right-03:after {
  content: "\480a";
}
.hgi-duotone.hgi-hand-pointing-right-03:before {
  content: "\480b";
}
.hgi-duotone.hgi-hand-pointing-right-04:after {
  content: "\480c";
}
.hgi-duotone.hgi-hand-pointing-right-04:before {
  content: "\480d";
}
.hgi-duotone.hgi-hand-prayer:after {
  content: "\480e";
}
.hgi-duotone.hgi-hand-prayer:before {
  content: "\480f";
}
.hgi-duotone.hgi-hand-sanitizer:after {
  content: "\4810";
}
.hgi-duotone.hgi-hand-sanitizer:before {
  content: "\4811";
}
.hgi-duotone.hgi-handcuffs:after {
  content: "\4812";
}
.hgi-duotone.hgi-handcuffs:before {
  content: "\4813";
}
.hgi-duotone.hgi-hanger:after {
  content: "\4814";
}
.hgi-duotone.hgi-hanger:before {
  content: "\4815";
}
.hgi-duotone.hgi-hanging-clock:after {
  content: "\4816";
}
.hgi-duotone.hgi-hanging-clock:before {
  content: "\4817";
}
.hgi-duotone.hgi-hangout:after {
  content: "\4818";
}
.hgi-duotone.hgi-hangout:before {
  content: "\4819";
}
.hgi-duotone.hgi-happy:after {
  content: "\481a";
}
.hgi-duotone.hgi-happy:before {
  content: "\481b";
}
.hgi-duotone.hgi-hard-drive:after {
  content: "\481c";
}
.hgi-duotone.hgi-hard-drive:before {
  content: "\481d";
}
.hgi-duotone.hgi-hat:after {
  content: "\481e";
}
.hgi-duotone.hgi-hat:before {
  content: "\481f";
}
.hgi-duotone.hgi-hdd:after {
  content: "\4820";
}
.hgi-duotone.hgi-hdd:before {
  content: "\4821";
}
.hgi-duotone.hgi-hdr-01:after {
  content: "\4822";
}
.hgi-duotone.hgi-hdr-01:before {
  content: "\4823";
}
.hgi-duotone.hgi-hdr-02:after {
  content: "\4824";
}
.hgi-duotone.hgi-hdr-02:before {
  content: "\4825";
}
.hgi-duotone.hgi-heading-01:after {
  content: "\4826";
}
.hgi-duotone.hgi-heading-01:before {
  content: "\4827";
}
.hgi-duotone.hgi-heading-02:after {
  content: "\4828";
}
.hgi-duotone.hgi-heading-02:before {
  content: "\4829";
}
.hgi-duotone.hgi-heading-03:after {
  content: "\482a";
}
.hgi-duotone.hgi-heading-03:before {
  content: "\482b";
}
.hgi-duotone.hgi-heading-04:after {
  content: "\482c";
}
.hgi-duotone.hgi-heading-04:before {
  content: "\482d";
}
.hgi-duotone.hgi-heading-05:after {
  content: "\482e";
}
.hgi-duotone.hgi-heading-05:before {
  content: "\482f";
}
.hgi-duotone.hgi-heading-06:after {
  content: "\4830";
}
.hgi-duotone.hgi-heading-06:before {
  content: "\4831";
}
.hgi-duotone.hgi-heading:after {
  content: "\4832";
}
.hgi-duotone.hgi-heading:before {
  content: "\4833";
}
.hgi-duotone.hgi-headphone-mute:after {
  content: "\4834";
}
.hgi-duotone.hgi-headphone-mute:before {
  content: "\4835";
}
.hgi-duotone.hgi-headphones:after {
  content: "\4836";
}
.hgi-duotone.hgi-headphones:before {
  content: "\4837";
}
.hgi-duotone.hgi-headset-connected:after {
  content: "\4838";
}
.hgi-duotone.hgi-headset-connected:before {
  content: "\4839";
}
.hgi-duotone.hgi-headset-off:after {
  content: "\483a";
}
.hgi-duotone.hgi-headset-off:before {
  content: "\483b";
}
.hgi-duotone.hgi-headset:after {
  content: "\483c";
}
.hgi-duotone.hgi-headset:before {
  content: "\483d";
}
.hgi-duotone.hgi-healtcare:after {
  content: "\483e";
}
.hgi-duotone.hgi-healtcare:before {
  content: "\483f";
}
.hgi-duotone.hgi-health:after {
  content: "\4840";
}
.hgi-duotone.hgi-health:before {
  content: "\4841";
}
.hgi-duotone.hgi-heart-add:after {
  content: "\4842";
}
.hgi-duotone.hgi-heart-add:before {
  content: "\4843";
}
.hgi-duotone.hgi-heart-check:after {
  content: "\4844";
}
.hgi-duotone.hgi-heart-check:before {
  content: "\4845";
}
.hgi-duotone.hgi-heart-remove:after {
  content: "\4846";
}
.hgi-duotone.hgi-heart-remove:before {
  content: "\4847";
}
.hgi-duotone.hgi-heartbreak:after {
  content: "\4848";
}
.hgi-duotone.hgi-heartbreak:before {
  content: "\4849";
}
.hgi-duotone.hgi-helicopter:after {
  content: "\484a";
}
.hgi-duotone.hgi-helicopter:before {
  content: "\484b";
}
.hgi-duotone.hgi-help-circle:after {
  content: "\484c";
}
.hgi-duotone.hgi-help-circle:before {
  content: "\484d";
}
.hgi-duotone.hgi-help-square:after {
  content: "\484e";
}
.hgi-duotone.hgi-help-square:before {
  content: "\484f";
}
.hgi-duotone.hgi-hexagon-01:after {
  content: "\4850";
}
.hgi-duotone.hgi-hexagon-01:before {
  content: "\4851";
}
.hgi-duotone.hgi-hexagon:after {
  content: "\4852";
}
.hgi-duotone.hgi-hexagon:before {
  content: "\4853";
}
.hgi-duotone.hgi-hierarchy-circle-01:after {
  content: "\4854";
}
.hgi-duotone.hgi-hierarchy-circle-01:before {
  content: "\4855";
}
.hgi-duotone.hgi-hierarchy-circle-02:after {
  content: "\4856";
}
.hgi-duotone.hgi-hierarchy-circle-02:before {
  content: "\4857";
}
.hgi-duotone.hgi-hierarchy-circle-03:after {
  content: "\4858";
}
.hgi-duotone.hgi-hierarchy-circle-03:before {
  content: "\4859";
}
.hgi-duotone.hgi-hierarchy-files:after {
  content: "\485a";
}
.hgi-duotone.hgi-hierarchy-files:before {
  content: "\485b";
}
.hgi-duotone.hgi-hierarchy:after {
  content: "\485c";
}
.hgi-duotone.hgi-hierarchy-square-01:after {
  content: "\485d";
}
.hgi-duotone.hgi-hierarchy-square-01:before {
  content: "\485e";
}
.hgi-duotone.hgi-hierarchy-square-02:after {
  content: "\485f";
}
.hgi-duotone.hgi-hierarchy-square-02:before {
  content: "\4860";
}
.hgi-duotone.hgi-hierarchy-square-03:after {
  content: "\4861";
}
.hgi-duotone.hgi-hierarchy-square-03:before {
  content: "\4862";
}
.hgi-duotone.hgi-hierarchy-square-04:after {
  content: "\4863";
}
.hgi-duotone.hgi-hierarchy-square-04:before {
  content: "\4864";
}
.hgi-duotone.hgi-hierarchy-square-05:after {
  content: "\4865";
}
.hgi-duotone.hgi-hierarchy-square-05:before {
  content: "\4866";
}
.hgi-duotone.hgi-hierarchy-square-06:after {
  content: "\4867";
}
.hgi-duotone.hgi-hierarchy-square-06:before {
  content: "\4868";
}
.hgi-duotone.hgi-hierarchy-square-07:after {
  content: "\4869";
}
.hgi-duotone.hgi-hierarchy-square-07:before {
  content: "\486a";
}
.hgi-duotone.hgi-hierarchy-square-08:after {
  content: "\486b";
}
.hgi-duotone.hgi-hierarchy-square-08:before {
  content: "\486c";
}
.hgi-duotone.hgi-hierarchy-square-10:after {
  content: "\486d";
}
.hgi-duotone.hgi-hierarchy-square-10:before {
  content: "\486e";
}
.hgi-duotone.hgi-hierarchy:before {
  content: "\486f";
}
.hgi-duotone.hgi-high-heels-01:after {
  content: "\4870";
}
.hgi-duotone.hgi-high-heels-01:before {
  content: "\4871";
}
.hgi-duotone.hgi-high-heels-02:after {
  content: "\4872";
}
.hgi-duotone.hgi-high-heels-02:before {
  content: "\4873";
}
.hgi-duotone.hgi-highlighter:after {
  content: "\4874";
}
.hgi-duotone.hgi-highlighter:before {
  content: "\4875";
}
.hgi-duotone.hgi-hijab:after {
  content: "\4876";
}
.hgi-duotone.hgi-hijab:before {
  content: "\4877";
}
.hgi-duotone.hgi-hockey:after {
  content: "\4878";
}
.hgi-duotone.hgi-hockey:before {
  content: "\4879";
}
.hgi-duotone.hgi-hold-01:after {
  content: "\487a";
}
.hgi-duotone.hgi-hold-01:before {
  content: "\487b";
}
.hgi-duotone.hgi-hold-02:after {
  content: "\487c";
}
.hgi-duotone.hgi-hold-02:before {
  content: "\487d";
}
.hgi-duotone.hgi-hold-03:after {
  content: "\487e";
}
.hgi-duotone.hgi-hold-03:before {
  content: "\487f";
}
.hgi-duotone.hgi-hold-04:after {
  content: "\4880";
}
.hgi-duotone.hgi-hold-04:before {
  content: "\4881";
}
.hgi-duotone.hgi-hold-05:after {
  content: "\4882";
}
.hgi-duotone.hgi-hold-05:before {
  content: "\4883";
}
.hgi-duotone.hgi-hold-locked-01:after {
  content: "\4884";
}
.hgi-duotone.hgi-hold-locked-01:before {
  content: "\4885";
}
.hgi-duotone.hgi-hold-locked-02:after {
  content: "\4886";
}
.hgi-duotone.hgi-hold-locked-02:before {
  content: "\4887";
}
.hgi-duotone.hgi-hold-phone:after {
  content: "\4888";
}
.hgi-duotone.hgi-hold-phone:before {
  content: "\4889";
}
.hgi-duotone.hgi-hologram:after {
  content: "\488a";
}
.hgi-duotone.hgi-hologram:before {
  content: "\488b";
}
.hgi-duotone.hgi-home-01:after {
  content: "\488c";
}
.hgi-duotone.hgi-home-01:before {
  content: "\488d";
}
.hgi-duotone.hgi-home-02:after {
  content: "\488e";
}
.hgi-duotone.hgi-home-02:before {
  content: "\488f";
}
.hgi-duotone.hgi-home-03:after {
  content: "\4890";
}
.hgi-duotone.hgi-home-03:before {
  content: "\4891";
}
.hgi-duotone.hgi-home-04:after {
  content: "\4892";
}
.hgi-duotone.hgi-home-04:before {
  content: "\4893";
}
.hgi-duotone.hgi-home-05:after {
  content: "\4894";
}
.hgi-duotone.hgi-home-05:before {
  content: "\4895";
}
.hgi-duotone.hgi-home-06:after {
  content: "\4896";
}
.hgi-duotone.hgi-home-06:before {
  content: "\4897";
}
.hgi-duotone.hgi-home-07:after {
  content: "\4898";
}
.hgi-duotone.hgi-home-07:before {
  content: "\4899";
}
.hgi-duotone.hgi-home-08:after {
  content: "\489a";
}
.hgi-duotone.hgi-home-08:before {
  content: "\489b";
}
.hgi-duotone.hgi-home-09:after {
  content: "\489c";
}
.hgi-duotone.hgi-home-09:before {
  content: "\489d";
}
.hgi-duotone.hgi-home-10:after {
  content: "\489e";
}
.hgi-duotone.hgi-home-10:before {
  content: "\489f";
}
.hgi-duotone.hgi-home-11:after {
  content: "\48a0";
}
.hgi-duotone.hgi-home-11:before {
  content: "\48a1";
}
.hgi-duotone.hgi-home-12:after {
  content: "\48a2";
}
.hgi-duotone.hgi-home-12:before {
  content: "\48a3";
}
.hgi-duotone.hgi-home-13:after {
  content: "\48a4";
}
.hgi-duotone.hgi-home-13:before {
  content: "\48a5";
}
.hgi-duotone.hgi-home-wifi:after {
  content: "\48a6";
}
.hgi-duotone.hgi-home-wifi:before {
  content: "\48a7";
}
.hgi-duotone.hgi-honey-01:after {
  content: "\48a8";
}
.hgi-duotone.hgi-honey-01:before {
  content: "\48a9";
}
.hgi-duotone.hgi-honey-02:after {
  content: "\48aa";
}
.hgi-duotone.hgi-honey-02:before {
  content: "\48ab";
}
.hgi-duotone.hgi-honor:after {
  content: "\48ac";
}
.hgi-duotone.hgi-honor:before {
  content: "\48ad";
}
.hgi-duotone.hgi-honour-star:after {
  content: "\48ae";
}
.hgi-duotone.hgi-honour-star:before {
  content: "\48af";
}
.hgi-duotone.hgi-hoodie:after {
  content: "\48b0";
}
.hgi-duotone.hgi-hoodie:before {
  content: "\48b1";
}
.hgi-duotone.hgi-horizonal-scroll-point:after {
  content: "\48b2";
}
.hgi-duotone.hgi-horizonal-scroll-point:before {
  content: "\48b3";
}
.hgi-duotone.hgi-horizontal-resize:after {
  content: "\48b4";
}
.hgi-duotone.hgi-horizontal-resize:before {
  content: "\48b5";
}
.hgi-duotone.hgi-horse-head:after {
  content: "\48b6";
}
.hgi-duotone.hgi-horse-head:before {
  content: "\48b7";
}
.hgi-duotone.hgi-horse-saddle:after {
  content: "\48b8";
}
.hgi-duotone.hgi-horse-saddle:before {
  content: "\48b9";
}
.hgi-duotone.hgi-horse:after {
  content: "\48ba";
}
.hgi-duotone.hgi-horse:before {
  content: "\48bb";
}
.hgi-duotone.hgi-hospital-01:after {
  content: "\48bc";
}
.hgi-duotone.hgi-hospital-01:before {
  content: "\48bd";
}
.hgi-duotone.hgi-hospital-02:after {
  content: "\48be";
}
.hgi-duotone.hgi-hospital-02:before {
  content: "\48bf";
}
.hgi-duotone.hgi-hospital-bed-01:after {
  content: "\48c0";
}
.hgi-duotone.hgi-hospital-bed-01:before {
  content: "\48c1";
}
.hgi-duotone.hgi-hospital-bed-02:after {
  content: "\48c2";
}
.hgi-duotone.hgi-hospital-bed-02:before {
  content: "\48c3";
}
.hgi-duotone.hgi-hospital-location:after {
  content: "\48c4";
}
.hgi-duotone.hgi-hospital-location:before {
  content: "\48c5";
}
.hgi-duotone.hgi-hot-air-balloon:after {
  content: "\48c6";
}
.hgi-duotone.hgi-hot-air-balloon:before {
  content: "\48c7";
}
.hgi-duotone.hgi-hot-price:after {
  content: "\48c8";
}
.hgi-duotone.hgi-hot-price:before {
  content: "\48c9";
}
.hgi-duotone.hgi-hot-tube:after {
  content: "\48ca";
}
.hgi-duotone.hgi-hot-tube:before {
  content: "\48cb";
}
.hgi-duotone.hgi-hotdog:after {
  content: "\48cc";
}
.hgi-duotone.hgi-hotdog:before {
  content: "\48cd";
}
.hgi-duotone.hgi-hotel-01:after {
  content: "\48ce";
}
.hgi-duotone.hgi-hotel-01:before {
  content: "\48cf";
}
.hgi-duotone.hgi-hotel-02:after {
  content: "\48d0";
}
.hgi-duotone.hgi-hotel-02:before {
  content: "\48d1";
}
.hgi-duotone.hgi-hotel-bell:after {
  content: "\48d2";
}
.hgi-duotone.hgi-hotel-bell:before {
  content: "\48d3";
}
.hgi-duotone.hgi-hotspot-offline:after {
  content: "\48d4";
}
.hgi-duotone.hgi-hotspot-offline:before {
  content: "\48d5";
}
.hgi-duotone.hgi-hotspot:after {
  content: "\48d6";
}
.hgi-duotone.hgi-hotspot:before {
  content: "\48d7";
}
.hgi-duotone.hgi-hourglass-off:after {
  content: "\48d8";
}
.hgi-duotone.hgi-hourglass-off:before {
  content: "\48d9";
}
.hgi-duotone.hgi-hourglass:after {
  content: "\48da";
}
.hgi-duotone.hgi-hourglass:before {
  content: "\48db";
}
.hgi-duotone.hgi-house-01:after {
  content: "\48dc";
}
.hgi-duotone.hgi-house-01:before {
  content: "\48dd";
}
.hgi-duotone.hgi-house-02:after {
  content: "\48de";
}
.hgi-duotone.hgi-house-02:before {
  content: "\48df";
}
.hgi-duotone.hgi-house-03:after {
  content: "\48e0";
}
.hgi-duotone.hgi-house-03:before {
  content: "\48e1";
}
.hgi-duotone.hgi-house-04:after {
  content: "\48e2";
}
.hgi-duotone.hgi-house-04:before {
  content: "\48e3";
}
.hgi-duotone.hgi-house-05:after {
  content: "\48e4";
}
.hgi-duotone.hgi-house-05:before {
  content: "\48e5";
}
.hgi-duotone.hgi-house-solar-panel:after {
  content: "\48e6";
}
.hgi-duotone.hgi-house-solar-panel:before {
  content: "\48e7";
}
.hgi-duotone.hgi-html-5:after {
  content: "\48e8";
}
.hgi-duotone.hgi-html-5:before {
  content: "\48e9";
}
.hgi-duotone.hgi-hugeicons:after {
  content: "\48ea";
}
.hgi-duotone.hgi-hugeicons:before {
  content: "\48eb";
}
.hgi-duotone.hgi-humidity:after {
  content: "\48ec";
}
.hgi-duotone.hgi-humidity:before {
  content: "\48ed";
}
.hgi-duotone.hgi-hut:after {
  content: "\48ee";
}
.hgi-duotone.hgi-hut:before {
  content: "\48ef";
}
.hgi-duotone.hgi-hydro-power:after {
  content: "\48f0";
}
.hgi-duotone.hgi-hydro-power:before {
  content: "\48f1";
}
.hgi-duotone.hgi-hyperbole:after {
  content: "\48f2";
}
.hgi-duotone.hgi-hyperbole:before {
  content: "\48f3";
}
.hgi-duotone.hgi-ice-cream-01:after {
  content: "\48f4";
}
.hgi-duotone.hgi-ice-cream-01:before {
  content: "\48f5";
}
.hgi-duotone.hgi-ice-cream-02:after {
  content: "\48f6";
}
.hgi-duotone.hgi-ice-cream-02:before {
  content: "\48f7";
}
.hgi-duotone.hgi-ice-cream-03:after {
  content: "\48f8";
}
.hgi-duotone.hgi-ice-cream-03:before {
  content: "\48f9";
}
.hgi-duotone.hgi-ice-cream-04:after {
  content: "\48fa";
}
.hgi-duotone.hgi-ice-cream-04:before {
  content: "\48fb";
}
.hgi-duotone.hgi-ice-cubes:after {
  content: "\48fc";
}
.hgi-duotone.hgi-ice-cubes:before {
  content: "\48fd";
}
.hgi-duotone.hgi-ice-hockey:after {
  content: "\48fe";
}
.hgi-duotone.hgi-ice-hockey:before {
  content: "\48ff";
}
.hgi-duotone.hgi-ice-skating:after {
  content: "\4900";
}
.hgi-duotone.hgi-ice-skating:before {
  content: "\4901";
}
.hgi-duotone.hgi-ico:after {
  content: "\4902";
}
.hgi-duotone.hgi-ico:before {
  content: "\4903";
}
.hgi-duotone.hgi-iconjar:after {
  content: "\4904";
}
.hgi-duotone.hgi-iconjar:before {
  content: "\4905";
}
.hgi-duotone.hgi-id-not-verified:after {
  content: "\4906";
}
.hgi-duotone.hgi-id-not-verified:before {
  content: "\4907";
}
.hgi-duotone.hgi-id:after {
  content: "\4908";
}
.hgi-duotone.hgi-id-verified:after {
  content: "\4909";
}
.hgi-duotone.hgi-id-verified:before {
  content: "\490a";
}
.hgi-duotone.hgi-id:before {
  content: "\490b";
}
.hgi-duotone.hgi-idea-01:after {
  content: "\490c";
}
.hgi-duotone.hgi-idea-01:before {
  content: "\490d";
}
.hgi-duotone.hgi-idea:after {
  content: "\490e";
}
.hgi-duotone.hgi-idea:before {
  content: "\490f";
}
.hgi-duotone.hgi-identification:after {
  content: "\4910";
}
.hgi-duotone.hgi-identification:before {
  content: "\4911";
}
.hgi-duotone.hgi-identity-card:after {
  content: "\4912";
}
.hgi-duotone.hgi-identity-card:before {
  content: "\4913";
}
.hgi-duotone.hgi-image-01:after {
  content: "\4914";
}
.hgi-duotone.hgi-image-01:before {
  content: "\4915";
}
.hgi-duotone.hgi-image-02:after {
  content: "\4916";
}
.hgi-duotone.hgi-image-02:before {
  content: "\4917";
}
.hgi-duotone.hgi-image-03:after {
  content: "\4918";
}
.hgi-duotone.hgi-image-03:before {
  content: "\4919";
}
.hgi-duotone.hgi-image-actual-size:after {
  content: "\491a";
}
.hgi-duotone.hgi-image-actual-size:before {
  content: "\491b";
}
.hgi-duotone.hgi-image-add-01:after {
  content: "\491c";
}
.hgi-duotone.hgi-image-add-01:before {
  content: "\491d";
}
.hgi-duotone.hgi-image-add-02:after {
  content: "\491e";
}
.hgi-duotone.hgi-image-add-02:before {
  content: "\491f";
}
.hgi-duotone.hgi-image-composition-oval:after {
  content: "\4920";
}
.hgi-duotone.hgi-image-composition-oval:before {
  content: "\4921";
}
.hgi-duotone.hgi-image-composition:after {
  content: "\4922";
}
.hgi-duotone.hgi-image-composition:before {
  content: "\4923";
}
.hgi-duotone.hgi-image-counter-clockwise:after {
  content: "\4924";
}
.hgi-duotone.hgi-image-counter-clockwise:before {
  content: "\4925";
}
.hgi-duotone.hgi-image-crop:after {
  content: "\4926";
}
.hgi-duotone.hgi-image-crop:before {
  content: "\4927";
}
.hgi-duotone.hgi-image-delete-01:after {
  content: "\4928";
}
.hgi-duotone.hgi-image-delete-01:before {
  content: "\4929";
}
.hgi-duotone.hgi-image-delete-02:after {
  content: "\492a";
}
.hgi-duotone.hgi-image-delete-02:before {
  content: "\492b";
}
.hgi-duotone.hgi-image-done-01:after {
  content: "\492c";
}
.hgi-duotone.hgi-image-done-01:before {
  content: "\492d";
}
.hgi-duotone.hgi-image-done-02:after {
  content: "\492e";
}
.hgi-duotone.hgi-image-done-02:before {
  content: "\492f";
}
.hgi-duotone.hgi-image-download-02:after {
  content: "\4930";
}
.hgi-duotone.hgi-image-download-02:before {
  content: "\4931";
}
.hgi-duotone.hgi-image-download:after {
  content: "\4932";
}
.hgi-duotone.hgi-image-download:before {
  content: "\4933";
}
.hgi-duotone.hgi-image-flip -horizontal:after {
  content: "\4934";
}
.hgi-duotone.hgi-image-flip -horizontal:before {
  content: "\4935";
}
.hgi-duotone.hgi-image-flip-vertical:after {
  content: "\4936";
}
.hgi-duotone.hgi-image-flip-vertical:before {
  content: "\4937";
}
.hgi-duotone.hgi-image-not-found-01:after {
  content: "\4938";
}
.hgi-duotone.hgi-image-not-found-01:before {
  content: "\4939";
}
.hgi-duotone.hgi-image-not-found-02:after {
  content: "\493a";
}
.hgi-duotone.hgi-image-not-found-02:before {
  content: "\493b";
}
.hgi-duotone.hgi-image-remove-01:after {
  content: "\493c";
}
.hgi-duotone.hgi-image-remove-01:before {
  content: "\493d";
}
.hgi-duotone.hgi-image-remove-02:after {
  content: "\493e";
}
.hgi-duotone.hgi-image-remove-02:before {
  content: "\493f";
}
.hgi-duotone.hgi-image-rotation-clockwise:after {
  content: "\4940";
}
.hgi-duotone.hgi-image-rotation-clockwise:before {
  content: "\4941";
}
.hgi-duotone.hgi-image-upload-01:after {
  content: "\4942";
}
.hgi-duotone.hgi-image-upload-01:before {
  content: "\4943";
}
.hgi-duotone.hgi-image-upload:after {
  content: "\4944";
}
.hgi-duotone.hgi-image-upload:before {
  content: "\4945";
}
.hgi-duotone.hgi-imo:after {
  content: "\4946";
}
.hgi-duotone.hgi-imo:before {
  content: "\4947";
}
.hgi-duotone.hgi-important-book:after {
  content: "\4948";
}
.hgi-duotone.hgi-important-book:before {
  content: "\4949";
}
.hgi-duotone.hgi-in-love:after {
  content: "\494a";
}
.hgi-duotone.hgi-in-love:before {
  content: "\494b";
}
.hgi-duotone.hgi-inbox-check:after {
  content: "\494c";
}
.hgi-duotone.hgi-inbox-check:before {
  content: "\494d";
}
.hgi-duotone.hgi-inbox-download:after {
  content: "\494e";
}
.hgi-duotone.hgi-inbox-download:before {
  content: "\494f";
}
.hgi-duotone.hgi-inbox:after {
  content: "\4950";
}
.hgi-duotone.hgi-inbox-unread:after {
  content: "\4951";
}
.hgi-duotone.hgi-inbox-unread:before {
  content: "\4952";
}
.hgi-duotone.hgi-inbox-upload:after {
  content: "\4953";
}
.hgi-duotone.hgi-inbox-upload:before {
  content: "\4954";
}
.hgi-duotone.hgi-inbox:before {
  content: "\4955";
}
.hgi-duotone.hgi-incognito:after {
  content: "\4956";
}
.hgi-duotone.hgi-incognito:before {
  content: "\4957";
}
.hgi-duotone.hgi-india-gate:after {
  content: "\4958";
}
.hgi-duotone.hgi-india-gate:before {
  content: "\4959";
}
.hgi-duotone.hgi-inequality-01:after {
  content: "\495a";
}
.hgi-duotone.hgi-inequality-01:before {
  content: "\495b";
}
.hgi-duotone.hgi-inequality-02:after {
  content: "\495c";
}
.hgi-duotone.hgi-inequality-02:before {
  content: "\495d";
}
.hgi-duotone.hgi-inequality-circle-01:after {
  content: "\495e";
}
.hgi-duotone.hgi-inequality-circle-01:before {
  content: "\495f";
}
.hgi-duotone.hgi-inequality-circle-02:after {
  content: "\4960";
}
.hgi-duotone.hgi-inequality-circle-02:before {
  content: "\4961";
}
.hgi-duotone.hgi-inequality-square-01:after {
  content: "\4962";
}
.hgi-duotone.hgi-inequality-square-01:before {
  content: "\4963";
}
.hgi-duotone.hgi-inequality-square-02:after {
  content: "\4964";
}
.hgi-duotone.hgi-inequality-square-02:before {
  content: "\4965";
}
.hgi-duotone.hgi-infant:after {
  content: "\4966";
}
.hgi-duotone.hgi-infant:before {
  content: "\4967";
}
.hgi-duotone.hgi-infinity-01:after {
  content: "\4968";
}
.hgi-duotone.hgi-infinity-01:before {
  content: "\4969";
}
.hgi-duotone.hgi-infinity-02:after {
  content: "\496a";
}
.hgi-duotone.hgi-infinity-02:before {
  content: "\496b";
}
.hgi-duotone.hgi-infinity-circle:after {
  content: "\496c";
}
.hgi-duotone.hgi-infinity-circle:before {
  content: "\496d";
}
.hgi-duotone.hgi-infinity-square:after {
  content: "\496e";
}
.hgi-duotone.hgi-infinity-square:before {
  content: "\496f";
}
.hgi-duotone.hgi-information-circle:after {
  content: "\4970";
}
.hgi-duotone.hgi-information-circle:before {
  content: "\4971";
}
.hgi-duotone.hgi-information-diamond:after {
  content: "\4972";
}
.hgi-duotone.hgi-information-diamond:before {
  content: "\4973";
}
.hgi-duotone.hgi-information-square:after {
  content: "\4974";
}
.hgi-duotone.hgi-information-square:before {
  content: "\4975";
}
.hgi-duotone.hgi-injection:after {
  content: "\4976";
}
.hgi-duotone.hgi-injection:before {
  content: "\4977";
}
.hgi-duotone.hgi-insert-bottom-image:after {
  content: "\4978";
}
.hgi-duotone.hgi-insert-bottom-image:before {
  content: "\4979";
}
.hgi-duotone.hgi-insert-center-image:after {
  content: "\497a";
}
.hgi-duotone.hgi-insert-center-image:before {
  content: "\497b";
}
.hgi-duotone.hgi-insert-column-left:after {
  content: "\497c";
}
.hgi-duotone.hgi-insert-column-left:before {
  content: "\497d";
}
.hgi-duotone.hgi-insert-column:after {
  content: "\497e";
}
.hgi-duotone.hgi-insert-column:before {
  content: "\497f";
}
.hgi-duotone.hgi-insert-pi:after {
  content: "\4980";
}
.hgi-duotone.hgi-insert-pi:before {
  content: "\4981";
}
.hgi-duotone.hgi-insert-row-down:after {
  content: "\4982";
}
.hgi-duotone.hgi-insert-row-down:before {
  content: "\4983";
}
.hgi-duotone.hgi-insert-row:after {
  content: "\4984";
}
.hgi-duotone.hgi-insert-row-up:after {
  content: "\4985";
}
.hgi-duotone.hgi-insert-row-up:before {
  content: "\4986";
}
.hgi-duotone.hgi-insert-row:before {
  content: "\4987";
}
.hgi-duotone.hgi-insert-top-image:after {
  content: "\4988";
}
.hgi-duotone.hgi-insert-top-image:before {
  content: "\4989";
}
.hgi-duotone.hgi-inspect-code:after {
  content: "\498a";
}
.hgi-duotone.hgi-inspect-code:before {
  content: "\498b";
}
.hgi-duotone.hgi-instagram:after {
  content: "\498c";
}
.hgi-duotone.hgi-instagram:before {
  content: "\498d";
}
.hgi-duotone.hgi-installing-updates-01:after {
  content: "\498e";
}
.hgi-duotone.hgi-installing-updates-01:before {
  content: "\498f";
}
.hgi-duotone.hgi-installing-updates-02:after {
  content: "\4990";
}
.hgi-duotone.hgi-installing-updates-02:before {
  content: "\4991";
}
.hgi-duotone.hgi-internet-antenna-01:after {
  content: "\4992";
}
.hgi-duotone.hgi-internet-antenna-01:before {
  content: "\4993";
}
.hgi-duotone.hgi-internet-antenna-02:after {
  content: "\4994";
}
.hgi-duotone.hgi-internet-antenna-02:before {
  content: "\4995";
}
.hgi-duotone.hgi-internet-antenna-03:after {
  content: "\4996";
}
.hgi-duotone.hgi-internet-antenna-03:before {
  content: "\4997";
}
.hgi-duotone.hgi-internet-antenna-04:after {
  content: "\4998";
}
.hgi-duotone.hgi-internet-antenna-04:before {
  content: "\4999";
}
.hgi-duotone.hgi-internet:after {
  content: "\499a";
}
.hgi-duotone.hgi-internet:before {
  content: "\499b";
}
.hgi-duotone.hgi-investigation:after {
  content: "\499c";
}
.hgi-duotone.hgi-investigation:before {
  content: "\499d";
}
.hgi-duotone.hgi-invoice-01:after {
  content: "\499e";
}
.hgi-duotone.hgi-invoice-01:before {
  content: "\499f";
}
.hgi-duotone.hgi-invoice-02:after {
  content: "\49a0";
}
.hgi-duotone.hgi-invoice-02:before {
  content: "\49a1";
}
.hgi-duotone.hgi-invoice-03:after {
  content: "\49a2";
}
.hgi-duotone.hgi-invoice-03:before {
  content: "\49a3";
}
.hgi-duotone.hgi-invoice-04:after {
  content: "\49a4";
}
.hgi-duotone.hgi-invoice-04:before {
  content: "\49a5";
}
.hgi-duotone.hgi-invoice:after {
  content: "\49a6";
}
.hgi-duotone.hgi-invoice:before {
  content: "\49a7";
}
.hgi-duotone.hgi-ipod:after {
  content: "\49a8";
}
.hgi-duotone.hgi-ipod:before {
  content: "\49a9";
}
.hgi-duotone.hgi-iris-scan:after {
  content: "\49aa";
}
.hgi-duotone.hgi-iris-scan:before {
  content: "\49ab";
}
.hgi-duotone.hgi-island:after {
  content: "\49ac";
}
.hgi-duotone.hgi-island:before {
  content: "\49ad";
}
.hgi-duotone.hgi-jar:after {
  content: "\49ae";
}
.hgi-duotone.hgi-jar:before {
  content: "\49af";
}
.hgi-duotone.hgi-java-script:after {
  content: "\49b0";
}
.hgi-duotone.hgi-java-script:before {
  content: "\49b1";
}
.hgi-duotone.hgi-java:after {
  content: "\49b2";
}
.hgi-duotone.hgi-java:before {
  content: "\49b3";
}
.hgi-duotone.hgi-job-link:after {
  content: "\49b4";
}
.hgi-duotone.hgi-job-link:before {
  content: "\49b5";
}
.hgi-duotone.hgi-job-search:after {
  content: "\49b6";
}
.hgi-duotone.hgi-job-search:before {
  content: "\49b7";
}
.hgi-duotone.hgi-job-share:after {
  content: "\49b8";
}
.hgi-duotone.hgi-job-share:before {
  content: "\49b9";
}
.hgi-duotone.hgi-jogger-pants:after {
  content: "\49ba";
}
.hgi-duotone.hgi-jogger-pants:before {
  content: "\49bb";
}
.hgi-duotone.hgi-join-bevel:after {
  content: "\49bc";
}
.hgi-duotone.hgi-join-bevel:before {
  content: "\49bd";
}
.hgi-duotone.hgi-join-round:after {
  content: "\49be";
}
.hgi-duotone.hgi-join-round:before {
  content: "\49bf";
}
.hgi-duotone.hgi-join-straight:after {
  content: "\49c0";
}
.hgi-duotone.hgi-join-straight:before {
  content: "\49c1";
}
.hgi-duotone.hgi-joker:after {
  content: "\49c2";
}
.hgi-duotone.hgi-joker:before {
  content: "\49c3";
}
.hgi-duotone.hgi-joystick-01:after {
  content: "\49c4";
}
.hgi-duotone.hgi-joystick-01:before {
  content: "\49c5";
}
.hgi-duotone.hgi-joystick-02:after {
  content: "\49c6";
}
.hgi-duotone.hgi-joystick-02:before {
  content: "\49c7";
}
.hgi-duotone.hgi-joystick-03:after {
  content: "\49c8";
}
.hgi-duotone.hgi-joystick-03:before {
  content: "\49c9";
}
.hgi-duotone.hgi-joystick-04:after {
  content: "\49ca";
}
.hgi-duotone.hgi-joystick-04:before {
  content: "\49cb";
}
.hgi-duotone.hgi-joystick-05:after {
  content: "\49cc";
}
.hgi-duotone.hgi-joystick-05:before {
  content: "\49cd";
}
.hgi-duotone.hgi-jpg-01:after {
  content: "\49ce";
}
.hgi-duotone.hgi-jpg-01:before {
  content: "\49cf";
}
.hgi-duotone.hgi-jpg-02:after {
  content: "\49d0";
}
.hgi-duotone.hgi-jpg-02:before {
  content: "\49d1";
}
.hgi-duotone.hgi-jsx-01:after {
  content: "\49d2";
}
.hgi-duotone.hgi-jsx-01:before {
  content: "\49d3";
}
.hgi-duotone.hgi-jsx-02:after {
  content: "\49d4";
}
.hgi-duotone.hgi-jsx-02:before {
  content: "\49d5";
}
.hgi-duotone.hgi-jsx-03:after {
  content: "\49d6";
}
.hgi-duotone.hgi-jsx-03:before {
  content: "\49d7";
}
.hgi-duotone.hgi-judge:after {
  content: "\49d8";
}
.hgi-duotone.hgi-judge:before {
  content: "\49d9";
}
.hgi-duotone.hgi-jumpers:after {
  content: "\49da";
}
.hgi-duotone.hgi-jumpers:before {
  content: "\49db";
}
.hgi-duotone.hgi-jupiter:after {
  content: "\49dc";
}
.hgi-duotone.hgi-jupiter:before {
  content: "\49dd";
}
.hgi-duotone.hgi-justice-scale-01:after {
  content: "\49de";
}
.hgi-duotone.hgi-justice-scale-01:before {
  content: "\49df";
}
.hgi-duotone.hgi-justice-scale-02:after {
  content: "\49e0";
}
.hgi-duotone.hgi-justice-scale-02:before {
  content: "\49e1";
}
.hgi-duotone.hgi-kaaba-01:after {
  content: "\49e2";
}
.hgi-duotone.hgi-kaaba-01:before {
  content: "\49e3";
}
.hgi-duotone.hgi-kaaba-02:after {
  content: "\49e4";
}
.hgi-duotone.hgi-kaaba-02:before {
  content: "\49e5";
}
.hgi-duotone.hgi-kanban:after {
  content: "\49e6";
}
.hgi-duotone.hgi-kanban:before {
  content: "\49e7";
}
.hgi-duotone.hgi-kayak:after {
  content: "\49e8";
}
.hgi-duotone.hgi-kayak:before {
  content: "\49e9";
}
.hgi-duotone.hgi-keffiyeh:after {
  content: "\49ea";
}
.hgi-duotone.hgi-keffiyeh:before {
  content: "\49eb";
}
.hgi-duotone.hgi-kettle-01:after {
  content: "\49ec";
}
.hgi-duotone.hgi-kettle-01:before {
  content: "\49ed";
}
.hgi-duotone.hgi-kettle:after {
  content: "\49ee";
}
.hgi-duotone.hgi-kettle:before {
  content: "\49ef";
}
.hgi-duotone.hgi-kettlebell:after {
  content: "\49f0";
}
.hgi-duotone.hgi-kettlebell:before {
  content: "\49f1";
}
.hgi-duotone.hgi-ketupat:after {
  content: "\49f2";
}
.hgi-duotone.hgi-ketupat:before {
  content: "\49f3";
}
.hgi-duotone.hgi-key-01:after {
  content: "\49f4";
}
.hgi-duotone.hgi-key-01:before {
  content: "\49f5";
}
.hgi-duotone.hgi-key-02:after {
  content: "\49f6";
}
.hgi-duotone.hgi-key-02:before {
  content: "\49f7";
}
.hgi-duotone.hgi-key-generator-fob:after {
  content: "\49f8";
}
.hgi-duotone.hgi-key-generator-fob:before {
  content: "\49f9";
}
.hgi-duotone.hgi-keyboard:after {
  content: "\49fa";
}
.hgi-duotone.hgi-keyboard:before {
  content: "\49fb";
}
.hgi-duotone.hgi-keyframe-add:after {
  content: "\49fc";
}
.hgi-duotone.hgi-keyframe-add:before {
  content: "\49fd";
}
.hgi-duotone.hgi-keyframe-align-center:after {
  content: "\49fe";
}
.hgi-duotone.hgi-keyframe-align-center:before {
  content: "\49ff";
}
.hgi-duotone.hgi-keyframe-align-horizontal:after {
  content: "\4a00";
}
.hgi-duotone.hgi-keyframe-align-horizontal:before {
  content: "\4a01";
}
.hgi-duotone.hgi-keyframe-align-vertical:after {
  content: "\4a02";
}
.hgi-duotone.hgi-keyframe-align-vertical:before {
  content: "\4a03";
}
.hgi-duotone.hgi-keyframe-bottom:after {
  content: "\4a04";
}
.hgi-duotone.hgi-keyframe-bottom:before {
  content: "\4a05";
}
.hgi-duotone.hgi-keyframe-left:after {
  content: "\4a06";
}
.hgi-duotone.hgi-keyframe-left:before {
  content: "\4a07";
}
.hgi-duotone.hgi-keyframe-remove:after {
  content: "\4a08";
}
.hgi-duotone.hgi-keyframe-remove:before {
  content: "\4a09";
}
.hgi-duotone.hgi-keyframe-right:after {
  content: "\4a0a";
}
.hgi-duotone.hgi-keyframe-right:before {
  content: "\4a0b";
}
.hgi-duotone.hgi-keyframe:after {
  content: "\4a0c";
}
.hgi-duotone.hgi-keyframe-top:after {
  content: "\4a0d";
}
.hgi-duotone.hgi-keyframe-top:before {
  content: "\4a0e";
}
.hgi-duotone.hgi-keyframe:before {
  content: "\4a0f";
}
.hgi-duotone.hgi-keyframes-double-add:after {
  content: "\4a10";
}
.hgi-duotone.hgi-keyframes-double-add:before {
  content: "\4a11";
}
.hgi-duotone.hgi-keyframes-double-remove:after {
  content: "\4a12";
}
.hgi-duotone.hgi-keyframes-double-remove:before {
  content: "\4a13";
}
.hgi-duotone.hgi-keyframes-double:after {
  content: "\4a14";
}
.hgi-duotone.hgi-keyframes-double:before {
  content: "\4a15";
}
.hgi-duotone.hgi-keyframes-multiple-add:after {
  content: "\4a16";
}
.hgi-duotone.hgi-keyframes-multiple-add:before {
  content: "\4a17";
}
.hgi-duotone.hgi-keyframes-multiple-remove:after {
  content: "\4a18";
}
.hgi-duotone.hgi-keyframes-multiple-remove:before {
  content: "\4a19";
}
.hgi-duotone.hgi-keyframes-multiple:after {
  content: "\4a1a";
}
.hgi-duotone.hgi-keyframes-multiple:before {
  content: "\4a1b";
}
.hgi-duotone.hgi-kickstarter-01:after {
  content: "\4a1c";
}
.hgi-duotone.hgi-kickstarter-01:before {
  content: "\4a1d";
}
.hgi-duotone.hgi-kickstarter-02:after {
  content: "\4a1e";
}
.hgi-duotone.hgi-kickstarter-02:before {
  content: "\4a1f";
}
.hgi-duotone.hgi-kid:after {
  content: "\4a20";
}
.hgi-duotone.hgi-kid:before {
  content: "\4a21";
}
.hgi-duotone.hgi-kidneys:after {
  content: "\4a22";
}
.hgi-duotone.hgi-kidneys:before {
  content: "\4a23";
}
.hgi-duotone.hgi-kissing:after {
  content: "\4a24";
}
.hgi-duotone.hgi-kissing:before {
  content: "\4a25";
}
.hgi-duotone.hgi-kitchen-utensils:after {
  content: "\4a26";
}
.hgi-duotone.hgi-kitchen-utensils:before {
  content: "\4a27";
}
.hgi-duotone.hgi-kite:after {
  content: "\4a28";
}
.hgi-duotone.hgi-kite:before {
  content: "\4a29";
}
.hgi-duotone.hgi-klarna:after {
  content: "\4a2a";
}
.hgi-duotone.hgi-klarna:before {
  content: "\4a2b";
}
.hgi-duotone.hgi-knife-01:after {
  content: "\4a2c";
}
.hgi-duotone.hgi-knife-01:before {
  content: "\4a2d";
}
.hgi-duotone.hgi-knife-02:after {
  content: "\4a2e";
}
.hgi-duotone.hgi-knife-02:before {
  content: "\4a2f";
}
.hgi-duotone.hgi-knife-bread:after {
  content: "\4a30";
}
.hgi-duotone.hgi-knife-bread:before {
  content: "\4a31";
}
.hgi-duotone.hgi-knight-shield:after {
  content: "\4a32";
}
.hgi-duotone.hgi-knight-shield:before {
  content: "\4a33";
}
.hgi-duotone.hgi-knives:after {
  content: "\4a34";
}
.hgi-duotone.hgi-knives:before {
  content: "\4a35";
}
.hgi-duotone.hgi-knowledge-01:after {
  content: "\4a36";
}
.hgi-duotone.hgi-knowledge-01:before {
  content: "\4a37";
}
.hgi-duotone.hgi-knowledge-02:after {
  content: "\4a38";
}
.hgi-duotone.hgi-knowledge-02:before {
  content: "\4a39";
}
.hgi-duotone.hgi-ko-fi:after {
  content: "\4a3a";
}
.hgi-duotone.hgi-ko-fi:before {
  content: "\4a3b";
}
.hgi-duotone.hgi-kurta-01:after {
  content: "\4a3c";
}
.hgi-duotone.hgi-kurta-01:before {
  content: "\4a3d";
}
.hgi-duotone.hgi-kurta:after {
  content: "\4a3e";
}
.hgi-duotone.hgi-kurta:before {
  content: "\4a3f";
}
.hgi-duotone.hgi-label-important:after {
  content: "\4a40";
}
.hgi-duotone.hgi-label-important:before {
  content: "\4a41";
}
.hgi-duotone.hgi-label:after {
  content: "\4a42";
}
.hgi-duotone.hgi-label:before {
  content: "\4a43";
}
.hgi-duotone.hgi-labor:after {
  content: "\4a44";
}
.hgi-duotone.hgi-labor:before {
  content: "\4a45";
}
.hgi-duotone.hgi-labs:after {
  content: "\4a46";
}
.hgi-duotone.hgi-labs:before {
  content: "\4a47";
}
.hgi-duotone.hgi-lake:after {
  content: "\4a48";
}
.hgi-duotone.hgi-lake:before {
  content: "\4a49";
}
.hgi-duotone.hgi-lamp-01:after {
  content: "\4a4a";
}
.hgi-duotone.hgi-lamp-01:before {
  content: "\4a4b";
}
.hgi-duotone.hgi-lamp-02:after {
  content: "\4a4c";
}
.hgi-duotone.hgi-lamp-02:before {
  content: "\4a4d";
}
.hgi-duotone.hgi-lamp-03:after {
  content: "\4a4e";
}
.hgi-duotone.hgi-lamp-03:before {
  content: "\4a4f";
}
.hgi-duotone.hgi-lamp-04:after {
  content: "\4a50";
}
.hgi-duotone.hgi-lamp-04:before {
  content: "\4a51";
}
.hgi-duotone.hgi-lamp-05:after {
  content: "\4a52";
}
.hgi-duotone.hgi-lamp-05:before {
  content: "\4a53";
}
.hgi-duotone.hgi-lamp:after {
  content: "\4a54";
}
.hgi-duotone.hgi-lamp:before {
  content: "\4a55";
}
.hgi-duotone.hgi-language-circle:after {
  content: "\4a56";
}
.hgi-duotone.hgi-language-circle:before {
  content: "\4a57";
}
.hgi-duotone.hgi-language-skill:after {
  content: "\4a58";
}
.hgi-duotone.hgi-language-skill:before {
  content: "\4a59";
}
.hgi-duotone.hgi-language-square:after {
  content: "\4a5a";
}
.hgi-duotone.hgi-language-square:before {
  content: "\4a5b";
}
.hgi-duotone.hgi-lantern:after {
  content: "\4a5c";
}
.hgi-duotone.hgi-lantern:before {
  content: "\4a5d";
}
.hgi-duotone.hgi-laptop-add:after {
  content: "\4a5e";
}
.hgi-duotone.hgi-laptop-add:before {
  content: "\4a5f";
}
.hgi-duotone.hgi-laptop-charging:after {
  content: "\4a60";
}
.hgi-duotone.hgi-laptop-charging:before {
  content: "\4a61";
}
.hgi-duotone.hgi-laptop-check:after {
  content: "\4a62";
}
.hgi-duotone.hgi-laptop-check:before {
  content: "\4a63";
}
.hgi-duotone.hgi-laptop-cloud:after {
  content: "\4a64";
}
.hgi-duotone.hgi-laptop-cloud:before {
  content: "\4a65";
}
.hgi-duotone.hgi-laptop-issue:after {
  content: "\4a66";
}
.hgi-duotone.hgi-laptop-issue:before {
  content: "\4a67";
}
.hgi-duotone.hgi-laptop-performance:after {
  content: "\4a68";
}
.hgi-duotone.hgi-laptop-performance:before {
  content: "\4a69";
}
.hgi-duotone.hgi-laptop-phone-sync:after {
  content: "\4a6a";
}
.hgi-duotone.hgi-laptop-phone-sync:before {
  content: "\4a6b";
}
.hgi-duotone.hgi-laptop-programming:after {
  content: "\4a6c";
}
.hgi-duotone.hgi-laptop-programming:before {
  content: "\4a6d";
}
.hgi-duotone.hgi-laptop-remove:after {
  content: "\4a6e";
}
.hgi-duotone.hgi-laptop-remove:before {
  content: "\4a6f";
}
.hgi-duotone.hgi-laptop:after {
  content: "\4a70";
}
.hgi-duotone.hgi-laptop-settings:after {
  content: "\4a71";
}
.hgi-duotone.hgi-laptop-settings:before {
  content: "\4a72";
}
.hgi-duotone.hgi-laptop-video:after {
  content: "\4a73";
}
.hgi-duotone.hgi-laptop-video:before {
  content: "\4a74";
}
.hgi-duotone.hgi-laptop:before {
  content: "\4a75";
}
.hgi-duotone.hgi-lasso-tool-01:after {
  content: "\4a76";
}
.hgi-duotone.hgi-lasso-tool-01:before {
  content: "\4a77";
}
.hgi-duotone.hgi-lasso-tool-02:after {
  content: "\4a78";
}
.hgi-duotone.hgi-lasso-tool-02:before {
  content: "\4a79";
}
.hgi-duotone.hgi-last-fm:after {
  content: "\4a7a";
}
.hgi-duotone.hgi-last-fm:before {
  content: "\4a7b";
}
.hgi-duotone.hgi-latitude:after {
  content: "\4a7c";
}
.hgi-duotone.hgi-latitude:before {
  content: "\4a7d";
}
.hgi-duotone.hgi-laughing:after {
  content: "\4a7e";
}
.hgi-duotone.hgi-laughing:before {
  content: "\4a7f";
}
.hgi-duotone.hgi-laurel-wreath-01:after {
  content: "\4a80";
}
.hgi-duotone.hgi-laurel-wreath-01:before {
  content: "\4a81";
}
.hgi-duotone.hgi-laurel-wreath-02:after {
  content: "\4a82";
}
.hgi-duotone.hgi-laurel-wreath-02:before {
  content: "\4a83";
}
.hgi-duotone.hgi-laurel-wreath-first-01:after {
  content: "\4a84";
}
.hgi-duotone.hgi-laurel-wreath-first-01:before {
  content: "\4a85";
}
.hgi-duotone.hgi-laurel-wreath-first-02:after {
  content: "\4a86";
}
.hgi-duotone.hgi-laurel-wreath-first-02:before {
  content: "\4a87";
}
.hgi-duotone.hgi-laurel-wreath-left-01:after {
  content: "\4a88";
}
.hgi-duotone.hgi-laurel-wreath-left-01:before {
  content: "\4a89";
}
.hgi-duotone.hgi-laurel-wreath-left-02:after {
  content: "\4a8a";
}
.hgi-duotone.hgi-laurel-wreath-left-02:before {
  content: "\4a8b";
}
.hgi-duotone.hgi-laurel-wreath-left-03:after {
  content: "\4a8c";
}
.hgi-duotone.hgi-laurel-wreath-left-03:before {
  content: "\4a8d";
}
.hgi-duotone.hgi-laurel-wreath-right-01:after {
  content: "\4a8e";
}
.hgi-duotone.hgi-laurel-wreath-right-01:before {
  content: "\4a8f";
}
.hgi-duotone.hgi-laurel-wreath-right-02:after {
  content: "\4a90";
}
.hgi-duotone.hgi-laurel-wreath-right-02:before {
  content: "\4a91";
}
.hgi-duotone.hgi-laurel-wreath-right-03:after {
  content: "\4a92";
}
.hgi-duotone.hgi-laurel-wreath-right-03:before {
  content: "\4a93";
}
.hgi-duotone.hgi-layer-add:after {
  content: "\4a94";
}
.hgi-duotone.hgi-layer-add:before {
  content: "\4a95";
}
.hgi-duotone.hgi-layer-mask-01:after {
  content: "\4a96";
}
.hgi-duotone.hgi-layer-mask-01:before {
  content: "\4a97";
}
.hgi-duotone.hgi-layer-mask-02:after {
  content: "\4a98";
}
.hgi-duotone.hgi-layer-mask-02:before {
  content: "\4a99";
}
.hgi-duotone.hgi-layers-01:after {
  content: "\4a9a";
}
.hgi-duotone.hgi-layers-01:before {
  content: "\4a9b";
}
.hgi-duotone.hgi-layers-02:after {
  content: "\4a9c";
}
.hgi-duotone.hgi-layers-02:before {
  content: "\4a9d";
}
.hgi-duotone.hgi-layers-logo:after {
  content: "\4a9e";
}
.hgi-duotone.hgi-layers-logo:before {
  content: "\4a9f";
}
.hgi-duotone.hgi-layout-01:after {
  content: "\4aa0";
}
.hgi-duotone.hgi-layout-01:before {
  content: "\4aa1";
}
.hgi-duotone.hgi-layout-02:after {
  content: "\4aa2";
}
.hgi-duotone.hgi-layout-02:before {
  content: "\4aa3";
}
.hgi-duotone.hgi-layout-03:after {
  content: "\4aa4";
}
.hgi-duotone.hgi-layout-03:before {
  content: "\4aa5";
}
.hgi-duotone.hgi-layout-04:after {
  content: "\4aa6";
}
.hgi-duotone.hgi-layout-04:before {
  content: "\4aa7";
}
.hgi-duotone.hgi-layout-05:after {
  content: "\4aa8";
}
.hgi-duotone.hgi-layout-05:before {
  content: "\4aa9";
}
.hgi-duotone.hgi-layout-06:after {
  content: "\4aaa";
}
.hgi-duotone.hgi-layout-06:before {
  content: "\4aab";
}
.hgi-duotone.hgi-layout-07:after {
  content: "\4aac";
}
.hgi-duotone.hgi-layout-07:before {
  content: "\4aad";
}
.hgi-duotone.hgi-layout-2-column:after {
  content: "\4aae";
}
.hgi-duotone.hgi-layout-2-column:before {
  content: "\4aaf";
}
.hgi-duotone.hgi-layout-2-row:after {
  content: "\4ab0";
}
.hgi-duotone.hgi-layout-2-row:before {
  content: "\4ab1";
}
.hgi-duotone.hgi-layout-3-column:after {
  content: "\4ab2";
}
.hgi-duotone.hgi-layout-3-column:before {
  content: "\4ab3";
}
.hgi-duotone.hgi-layout-3-row:after {
  content: "\4ab4";
}
.hgi-duotone.hgi-layout-3-row:before {
  content: "\4ab5";
}
.hgi-duotone.hgi-layout-bottom:after {
  content: "\4ab6";
}
.hgi-duotone.hgi-layout-bottom:before {
  content: "\4ab7";
}
.hgi-duotone.hgi-layout-grid:after {
  content: "\4ab8";
}
.hgi-duotone.hgi-layout-grid:before {
  content: "\4ab9";
}
.hgi-duotone.hgi-layout-left:after {
  content: "\4aba";
}
.hgi-duotone.hgi-layout-left:before {
  content: "\4abb";
}
.hgi-duotone.hgi-layout-right:after {
  content: "\4abc";
}
.hgi-duotone.hgi-layout-right:before {
  content: "\4abd";
}
.hgi-duotone.hgi-layout-table-01:after {
  content: "\4abe";
}
.hgi-duotone.hgi-layout-table-01:before {
  content: "\4abf";
}
.hgi-duotone.hgi-layout-table-02:after {
  content: "\4ac0";
}
.hgi-duotone.hgi-layout-table-02:before {
  content: "\4ac1";
}
.hgi-duotone.hgi-layout-top:after {
  content: "\4ac2";
}
.hgi-duotone.hgi-layout-top:before {
  content: "\4ac3";
}
.hgi-duotone.hgi-leaf-01:after {
  content: "\4ac4";
}
.hgi-duotone.hgi-leaf-01:before {
  content: "\4ac5";
}
.hgi-duotone.hgi-leaf-02:after {
  content: "\4ac6";
}
.hgi-duotone.hgi-leaf-02:before {
  content: "\4ac7";
}
.hgi-duotone.hgi-leaf-03:after {
  content: "\4ac8";
}
.hgi-duotone.hgi-leaf-03:before {
  content: "\4ac9";
}
.hgi-duotone.hgi-leaf-04:after {
  content: "\4aca";
}
.hgi-duotone.hgi-leaf-04:before {
  content: "\4acb";
}
.hgi-duotone.hgi-leaving-geo-fence:after {
  content: "\4acc";
}
.hgi-duotone.hgi-leaving-geo-fence:before {
  content: "\4acd";
}
.hgi-duotone.hgi-leetcode:after {
  content: "\4ace";
}
.hgi-duotone.hgi-leetcode:before {
  content: "\4acf";
}
.hgi-duotone.hgi-left-angle:after {
  content: "\4ad0";
}
.hgi-duotone.hgi-left-angle:before {
  content: "\4ad1";
}
.hgi-duotone.hgi-left-to-right-block-quote:after {
  content: "\4ad2";
}
.hgi-duotone.hgi-left-to-right-block-quote:before {
  content: "\4ad3";
}
.hgi-duotone.hgi-left-to-right-list-bullet:after {
  content: "\4ad4";
}
.hgi-duotone.hgi-left-to-right-list-bullet:before {
  content: "\4ad5";
}
.hgi-duotone.hgi-left-to-right-list-dash:after {
  content: "\4ad6";
}
.hgi-duotone.hgi-left-to-right-list-dash:before {
  content: "\4ad7";
}
.hgi-duotone.hgi-left-to-right-list-number:after {
  content: "\4ad8";
}
.hgi-duotone.hgi-left-to-right-list-number:before {
  content: "\4ad9";
}
.hgi-duotone.hgi-left-to-right-list-star-01:after {
  content: "\4ada";
}
.hgi-duotone.hgi-left-to-right-list-star-01:before {
  content: "\4adb";
}
.hgi-duotone.hgi-left-to-right-list-star:after {
  content: "\4adc";
}
.hgi-duotone.hgi-left-to-right-list-star:before {
  content: "\4add";
}
.hgi-duotone.hgi-left-to-right-list-triangle:after {
  content: "\4ade";
}
.hgi-duotone.hgi-left-to-right-list-triangle:before {
  content: "\4adf";
}
.hgi-duotone.hgi-left-triangle:after {
  content: "\4ae0";
}
.hgi-duotone.hgi-left-triangle:before {
  content: "\4ae1";
}
.hgi-duotone.hgi-legal-01:after {
  content: "\4ae2";
}
.hgi-duotone.hgi-legal-01:before {
  content: "\4ae3";
}
.hgi-duotone.hgi-legal-02:after {
  content: "\4ae4";
}
.hgi-duotone.hgi-legal-02:before {
  content: "\4ae5";
}
.hgi-duotone.hgi-legal-document-01:after {
  content: "\4ae6";
}
.hgi-duotone.hgi-legal-document-01:before {
  content: "\4ae7";
}
.hgi-duotone.hgi-legal-document-02:after {
  content: "\4ae8";
}
.hgi-duotone.hgi-legal-document-02:before {
  content: "\4ae9";
}
.hgi-duotone.hgi-legal-hammer:after {
  content: "\4aea";
}
.hgi-duotone.hgi-legal-hammer:before {
  content: "\4aeb";
}
.hgi-duotone.hgi-less-than-circle:after {
  content: "\4aec";
}
.hgi-duotone.hgi-less-than-circle:before {
  content: "\4aed";
}
.hgi-duotone.hgi-less-than:after {
  content: "\4aee";
}
.hgi-duotone.hgi-less-than-square:after {
  content: "\4aef";
}
.hgi-duotone.hgi-less-than-square:before {
  content: "\4af0";
}
.hgi-duotone.hgi-less-than:before {
  content: "\4af1";
}
.hgi-duotone.hgi-letter-spacing:after {
  content: "\4af2";
}
.hgi-duotone.hgi-letter-spacing:before {
  content: "\4af3";
}
.hgi-duotone.hgi-libraries:after {
  content: "\4af4";
}
.hgi-duotone.hgi-libraries:before {
  content: "\4af5";
}
.hgi-duotone.hgi-library:after {
  content: "\4af6";
}
.hgi-duotone.hgi-library:before {
  content: "\4af7";
}
.hgi-duotone.hgi-license-draft:after {
  content: "\4af8";
}
.hgi-duotone.hgi-license-draft:before {
  content: "\4af9";
}
.hgi-duotone.hgi-license-maintenance:after {
  content: "\4afa";
}
.hgi-duotone.hgi-license-maintenance:before {
  content: "\4afb";
}
.hgi-duotone.hgi-license-no:after {
  content: "\4afc";
}
.hgi-duotone.hgi-license-no:before {
  content: "\4afd";
}
.hgi-duotone.hgi-license-pin:after {
  content: "\4afe";
}
.hgi-duotone.hgi-license-pin:before {
  content: "\4aff";
}
.hgi-duotone.hgi-license:after {
  content: "\4b00";
}
.hgi-duotone.hgi-license-third-party:after {
  content: "\4b01";
}
.hgi-duotone.hgi-license-third-party:before {
  content: "\4b02";
}
.hgi-duotone.hgi-license:before {
  content: "\4b03";
}
.hgi-duotone.hgi-lift-truck:after {
  content: "\4b04";
}
.hgi-duotone.hgi-lift-truck:before {
  content: "\4b05";
}
.hgi-duotone.hgi-lighthouse:after {
  content: "\4b06";
}
.hgi-duotone.hgi-lighthouse:before {
  content: "\4b07";
}
.hgi-duotone.hgi-limit-order:after {
  content: "\4b08";
}
.hgi-duotone.hgi-limit-order:before {
  content: "\4b09";
}
.hgi-duotone.hgi-limitation:after {
  content: "\4b0a";
}
.hgi-duotone.hgi-limitation:before {
  content: "\4b0b";
}
.hgi-duotone.hgi-line:after {
  content: "\4b0c";
}
.hgi-duotone.hgi-line:before {
  content: "\4b0d";
}
.hgi-duotone.hgi-liner:after {
  content: "\4b0e";
}
.hgi-duotone.hgi-liner:before {
  content: "\4b0f";
}
.hgi-duotone.hgi-link-01:after {
  content: "\4b10";
}
.hgi-duotone.hgi-link-01:before {
  content: "\4b11";
}
.hgi-duotone.hgi-link-02:after {
  content: "\4b12";
}
.hgi-duotone.hgi-link-02:before {
  content: "\4b13";
}
.hgi-duotone.hgi-link-03:after {
  content: "\4b14";
}
.hgi-duotone.hgi-link-03:before {
  content: "\4b15";
}
.hgi-duotone.hgi-link-04:after {
  content: "\4b16";
}
.hgi-duotone.hgi-link-04:before {
  content: "\4b17";
}
.hgi-duotone.hgi-link-05:after {
  content: "\4b18";
}
.hgi-duotone.hgi-link-05:before {
  content: "\4b19";
}
.hgi-duotone.hgi-link-06:after {
  content: "\4b1a";
}
.hgi-duotone.hgi-link-06:before {
  content: "\4b1b";
}
.hgi-duotone.hgi-link-backward:after {
  content: "\4b1c";
}
.hgi-duotone.hgi-link-backward:before {
  content: "\4b1d";
}
.hgi-duotone.hgi-link-circle-02:after {
  content: "\4b1e";
}
.hgi-duotone.hgi-link-circle-02:before {
  content: "\4b1f";
}
.hgi-duotone.hgi-link-circle:after {
  content: "\4b20";
}
.hgi-duotone.hgi-link-circle:before {
  content: "\4b21";
}
.hgi-duotone.hgi-link-forward:after {
  content: "\4b22";
}
.hgi-duotone.hgi-link-forward:before {
  content: "\4b23";
}
.hgi-duotone.hgi-link-square-01:after {
  content: "\4b24";
}
.hgi-duotone.hgi-link-square-01:before {
  content: "\4b25";
}
.hgi-duotone.hgi-link-square-02:after {
  content: "\4b26";
}
.hgi-duotone.hgi-link-square-02:before {
  content: "\4b27";
}
.hgi-duotone.hgi-linkedin-01:after {
  content: "\4b28";
}
.hgi-duotone.hgi-linkedin-01:before {
  content: "\4b29";
}
.hgi-duotone.hgi-linkedin-02:after {
  content: "\4b2a";
}
.hgi-duotone.hgi-linkedin-02:before {
  content: "\4b2b";
}
.hgi-duotone.hgi-list-setting:after {
  content: "\4b2c";
}
.hgi-duotone.hgi-list-setting:before {
  content: "\4b2d";
}
.hgi-duotone.hgi-list-view:after {
  content: "\4b2e";
}
.hgi-duotone.hgi-list-view:before {
  content: "\4b2f";
}
.hgi-duotone.hgi-litecoin:after {
  content: "\4b30";
}
.hgi-duotone.hgi-litecoin:before {
  content: "\4b31";
}
.hgi-duotone.hgi-live-streaming-01:after {
  content: "\4b32";
}
.hgi-duotone.hgi-live-streaming-01:before {
  content: "\4b33";
}
.hgi-duotone.hgi-live-streaming-02:after {
  content: "\4b34";
}
.hgi-duotone.hgi-live-streaming-02:before {
  content: "\4b35";
}
.hgi-duotone.hgi-live-streaming-03:after {
  content: "\4b36";
}
.hgi-duotone.hgi-live-streaming-03:before {
  content: "\4b37";
}
.hgi-duotone.hgi-liver:after {
  content: "\4b38";
}
.hgi-duotone.hgi-liver:before {
  content: "\4b39";
}
.hgi-duotone.hgi-loading-01:after {
  content: "\4b3a";
}
.hgi-duotone.hgi-loading-01:before {
  content: "\4b3b";
}
.hgi-duotone.hgi-loading-02:after {
  content: "\4b3c";
}
.hgi-duotone.hgi-loading-02:before {
  content: "\4b3d";
}
.hgi-duotone.hgi-loading-03:after {
  content: "\4b3e";
}
.hgi-duotone.hgi-loading-03:before {
  content: "\4b3f";
}
.hgi-duotone.hgi-loading-04:after {
  content: "\4b40";
}
.hgi-duotone.hgi-loading-04:before {
  content: "\4b41";
}
.hgi-duotone.hgi-location-01:after {
  content: "\4b42";
}
.hgi-duotone.hgi-location-01:before {
  content: "\4b43";
}
.hgi-duotone.hgi-location-02:after {
  content: "\4b44";
}
.hgi-duotone.hgi-location-02:before {
  content: "\4b45";
}
.hgi-duotone.hgi-location-03:after {
  content: "\4b46";
}
.hgi-duotone.hgi-location-03:before {
  content: "\4b47";
}
.hgi-duotone.hgi-location-04:after {
  content: "\4b48";
}
.hgi-duotone.hgi-location-04:before {
  content: "\4b49";
}
.hgi-duotone.hgi-location-05:after {
  content: "\4b4a";
}
.hgi-duotone.hgi-location-05:before {
  content: "\4b4b";
}
.hgi-duotone.hgi-location-06:after {
  content: "\4b4c";
}
.hgi-duotone.hgi-location-06:before {
  content: "\4b4d";
}
.hgi-duotone.hgi-location-07:after {
  content: "\4b4e";
}
.hgi-duotone.hgi-location-07:before {
  content: "\4b4f";
}
.hgi-duotone.hgi-location-08:after {
  content: "\4b50";
}
.hgi-duotone.hgi-location-08:before {
  content: "\4b51";
}
.hgi-duotone.hgi-location-09:after {
  content: "\4b52";
}
.hgi-duotone.hgi-location-09:before {
  content: "\4b53";
}
.hgi-duotone.hgi-location-10:after {
  content: "\4b54";
}
.hgi-duotone.hgi-location-10:before {
  content: "\4b55";
}
.hgi-duotone.hgi-location-add-01:after {
  content: "\4b56";
}
.hgi-duotone.hgi-location-add-01:before {
  content: "\4b57";
}
.hgi-duotone.hgi-location-add-02:after {
  content: "\4b58";
}
.hgi-duotone.hgi-location-add-02:before {
  content: "\4b59";
}
.hgi-duotone.hgi-location-check-01:after {
  content: "\4b5a";
}
.hgi-duotone.hgi-location-check-01:before {
  content: "\4b5b";
}
.hgi-duotone.hgi-location-check-02:after {
  content: "\4b5c";
}
.hgi-duotone.hgi-location-check-02:before {
  content: "\4b5d";
}
.hgi-duotone.hgi-location-favourite-01:after {
  content: "\4b5e";
}
.hgi-duotone.hgi-location-favourite-01:before {
  content: "\4b5f";
}
.hgi-duotone.hgi-location-favourite-02:after {
  content: "\4b60";
}
.hgi-duotone.hgi-location-favourite-02:before {
  content: "\4b61";
}
.hgi-duotone.hgi-location-offline-01:after {
  content: "\4b62";
}
.hgi-duotone.hgi-location-offline-01:before {
  content: "\4b63";
}
.hgi-duotone.hgi-location-offline-02:after {
  content: "\4b64";
}
.hgi-duotone.hgi-location-offline-02:before {
  content: "\4b65";
}
.hgi-duotone.hgi-location-offline-03:after {
  content: "\4b66";
}
.hgi-duotone.hgi-location-offline-03:before {
  content: "\4b67";
}
.hgi-duotone.hgi-location-offline-04:after {
  content: "\4b68";
}
.hgi-duotone.hgi-location-offline-04:before {
  content: "\4b69";
}
.hgi-duotone.hgi-location-remove-01:after {
  content: "\4b6a";
}
.hgi-duotone.hgi-location-remove-01:before {
  content: "\4b6b";
}
.hgi-duotone.hgi-location-remove-02:after {
  content: "\4b6c";
}
.hgi-duotone.hgi-location-remove-02:before {
  content: "\4b6d";
}
.hgi-duotone.hgi-location-share-01:after {
  content: "\4b6e";
}
.hgi-duotone.hgi-location-share-01:before {
  content: "\4b6f";
}
.hgi-duotone.hgi-location-share-02:after {
  content: "\4b70";
}
.hgi-duotone.hgi-location-share-02:before {
  content: "\4b71";
}
.hgi-duotone.hgi-location-star-01:after {
  content: "\4b72";
}
.hgi-duotone.hgi-location-star-01:before {
  content: "\4b73";
}
.hgi-duotone.hgi-location-star-02:after {
  content: "\4b74";
}
.hgi-duotone.hgi-location-star-02:before {
  content: "\4b75";
}
.hgi-duotone.hgi-location-update-01:after {
  content: "\4b76";
}
.hgi-duotone.hgi-location-update-01:before {
  content: "\4b77";
}
.hgi-duotone.hgi-location-update-02:after {
  content: "\4b78";
}
.hgi-duotone.hgi-location-update-02:before {
  content: "\4b79";
}
.hgi-duotone.hgi-location-user-01:after {
  content: "\4b7a";
}
.hgi-duotone.hgi-location-user-01:before {
  content: "\4b7b";
}
.hgi-duotone.hgi-location-user-02:after {
  content: "\4b7c";
}
.hgi-duotone.hgi-location-user-02:before {
  content: "\4b7d";
}
.hgi-duotone.hgi-location-user-03:after {
  content: "\4b7e";
}
.hgi-duotone.hgi-location-user-03:before {
  content: "\4b7f";
}
.hgi-duotone.hgi-location-user-04:after {
  content: "\4b80";
}
.hgi-duotone.hgi-location-user-04:before {
  content: "\4b81";
}
.hgi-duotone.hgi-lock-computer:after {
  content: "\4b82";
}
.hgi-duotone.hgi-lock-computer:before {
  content: "\4b83";
}
.hgi-duotone.hgi-lock-key:after {
  content: "\4b84";
}
.hgi-duotone.hgi-lock-key:before {
  content: "\4b85";
}
.hgi-duotone.hgi-lock-password:after {
  content: "\4b86";
}
.hgi-duotone.hgi-lock-password:before {
  content: "\4b87";
}
.hgi-duotone.hgi-lock:after {
  content: "\4b88";
}
.hgi-duotone.hgi-lock-sync-01:after {
  content: "\4b89";
}
.hgi-duotone.hgi-lock-sync-01:before {
  content: "\4b8a";
}
.hgi-duotone.hgi-lock-sync-02:after {
  content: "\4b8b";
}
.hgi-duotone.hgi-lock-sync-02:before {
  content: "\4b8c";
}
.hgi-duotone.hgi-lock:before {
  content: "\4b8d";
}
.hgi-duotone.hgi-locked:after {
  content: "\4b8e";
}
.hgi-duotone.hgi-locked:before {
  content: "\4b8f";
}
.hgi-duotone.hgi-locker-01:after {
  content: "\4b90";
}
.hgi-duotone.hgi-locker-01:before {
  content: "\4b91";
}
.hgi-duotone.hgi-locker:after {
  content: "\4b92";
}
.hgi-duotone.hgi-locker:before {
  content: "\4b93";
}
.hgi-duotone.hgi-login-01:after {
  content: "\4b94";
}
.hgi-duotone.hgi-login-01:before {
  content: "\4b95";
}
.hgi-duotone.hgi-login-02:after {
  content: "\4b96";
}
.hgi-duotone.hgi-login-02:before {
  content: "\4b97";
}
.hgi-duotone.hgi-login-03:after {
  content: "\4b98";
}
.hgi-duotone.hgi-login-03:before {
  content: "\4b99";
}
.hgi-duotone.hgi-login-circle-01:after {
  content: "\4b9a";
}
.hgi-duotone.hgi-login-circle-01:before {
  content: "\4b9b";
}
.hgi-duotone.hgi-login-circle-02:after {
  content: "\4b9c";
}
.hgi-duotone.hgi-login-circle-02:before {
  content: "\4b9d";
}
.hgi-duotone.hgi-login-method:after {
  content: "\4b9e";
}
.hgi-duotone.hgi-login-method:before {
  content: "\4b9f";
}
.hgi-duotone.hgi-login-square-01:after {
  content: "\4ba0";
}
.hgi-duotone.hgi-login-square-01:before {
  content: "\4ba1";
}
.hgi-duotone.hgi-login-square-02:after {
  content: "\4ba2";
}
.hgi-duotone.hgi-login-square-02:before {
  content: "\4ba3";
}
.hgi-duotone.hgi-logout-01:after {
  content: "\4ba4";
}
.hgi-duotone.hgi-logout-01:before {
  content: "\4ba5";
}
.hgi-duotone.hgi-logout-02:after {
  content: "\4ba6";
}
.hgi-duotone.hgi-logout-02:before {
  content: "\4ba7";
}
.hgi-duotone.hgi-logout-03:after {
  content: "\4ba8";
}
.hgi-duotone.hgi-logout-03:before {
  content: "\4ba9";
}
.hgi-duotone.hgi-logout-04:after {
  content: "\4baa";
}
.hgi-duotone.hgi-logout-04:before {
  content: "\4bab";
}
.hgi-duotone.hgi-logout-05:after {
  content: "\4bac";
}
.hgi-duotone.hgi-logout-05:before {
  content: "\4bad";
}
.hgi-duotone.hgi-logout-circle-01:after {
  content: "\4bae";
}
.hgi-duotone.hgi-logout-circle-01:before {
  content: "\4baf";
}
.hgi-duotone.hgi-logout-circle-02:after {
  content: "\4bb0";
}
.hgi-duotone.hgi-logout-circle-02:before {
  content: "\4bb1";
}
.hgi-duotone.hgi-logout-square-01:after {
  content: "\4bb2";
}
.hgi-duotone.hgi-logout-square-01:before {
  content: "\4bb3";
}
.hgi-duotone.hgi-logout-square-02:after {
  content: "\4bb4";
}
.hgi-duotone.hgi-logout-square-02:before {
  content: "\4bb5";
}
.hgi-duotone.hgi-lollipop:after {
  content: "\4bb6";
}
.hgi-duotone.hgi-lollipop:before {
  content: "\4bb7";
}
.hgi-duotone.hgi-long-sleeve-shirt:after {
  content: "\4bb8";
}
.hgi-duotone.hgi-long-sleeve-shirt:before {
  content: "\4bb9";
}
.hgi-duotone.hgi-longitude:after {
  content: "\4bba";
}
.hgi-duotone.hgi-longitude:before {
  content: "\4bbb";
}
.hgi-duotone.hgi-look-bottom:after {
  content: "\4bbc";
}
.hgi-duotone.hgi-look-bottom:before {
  content: "\4bbd";
}
.hgi-duotone.hgi-look-left:after {
  content: "\4bbe";
}
.hgi-duotone.hgi-look-left:before {
  content: "\4bbf";
}
.hgi-duotone.hgi-look-right:after {
  content: "\4bc0";
}
.hgi-duotone.hgi-look-right:before {
  content: "\4bc1";
}
.hgi-duotone.hgi-look-top:after {
  content: "\4bc2";
}
.hgi-duotone.hgi-look-top:before {
  content: "\4bc3";
}
.hgi-duotone.hgi-loom:after {
  content: "\4bc4";
}
.hgi-duotone.hgi-loom:before {
  content: "\4bc5";
}
.hgi-duotone.hgi-lottiefiles:after {
  content: "\4bc6";
}
.hgi-duotone.hgi-lottiefiles:before {
  content: "\4bc7";
}
.hgi-duotone.hgi-love-korean-finger:after {
  content: "\4bc8";
}
.hgi-duotone.hgi-love-korean-finger:before {
  content: "\4bc9";
}
.hgi-duotone.hgi-low-signal:after {
  content: "\4bca";
}
.hgi-duotone.hgi-low-signal:before {
  content: "\4bcb";
}
.hgi-duotone.hgi-loyalty-card:after {
  content: "\4bcc";
}
.hgi-duotone.hgi-loyalty-card:before {
  content: "\4bcd";
}
.hgi-duotone.hgi-luggage-01:after {
  content: "\4bce";
}
.hgi-duotone.hgi-luggage-01:before {
  content: "\4bcf";
}
.hgi-duotone.hgi-luggage-02:after {
  content: "\4bd0";
}
.hgi-duotone.hgi-luggage-02:before {
  content: "\4bd1";
}
.hgi-duotone.hgi-lungs:after {
  content: "\4bd2";
}
.hgi-duotone.hgi-lungs:before {
  content: "\4bd3";
}
.hgi-duotone.hgi-machine-robot:after {
  content: "\4bd4";
}
.hgi-duotone.hgi-machine-robot:before {
  content: "\4bd5";
}
.hgi-duotone.hgi-magic-wand-01:after {
  content: "\4bd6";
}
.hgi-duotone.hgi-magic-wand-01:before {
  content: "\4bd7";
}
.hgi-duotone.hgi-magic-wand-02:after {
  content: "\4bd8";
}
.hgi-duotone.hgi-magic-wand-02:before {
  content: "\4bd9";
}
.hgi-duotone.hgi-magic-wand-03:after {
  content: "\4bda";
}
.hgi-duotone.hgi-magic-wand-03:before {
  content: "\4bdb";
}
.hgi-duotone.hgi-magic-wand-04:after {
  content: "\4bdc";
}
.hgi-duotone.hgi-magic-wand-04:before {
  content: "\4bdd";
}
.hgi-duotone.hgi-magnet-01:after {
  content: "\4bde";
}
.hgi-duotone.hgi-magnet-01:before {
  content: "\4bdf";
}
.hgi-duotone.hgi-magnet-02:after {
  content: "\4be0";
}
.hgi-duotone.hgi-magnet-02:before {
  content: "\4be1";
}
.hgi-duotone.hgi-magnet:after {
  content: "\4be2";
}
.hgi-duotone.hgi-magnet:before {
  content: "\4be3";
}
.hgi-duotone.hgi-mail-01:after {
  content: "\4be4";
}
.hgi-duotone.hgi-mail-01:before {
  content: "\4be5";
}
.hgi-duotone.hgi-mail-02:after {
  content: "\4be6";
}
.hgi-duotone.hgi-mail-02:before {
  content: "\4be7";
}
.hgi-duotone.hgi-mail-account-01:after {
  content: "\4be8";
}
.hgi-duotone.hgi-mail-account-01:before {
  content: "\4be9";
}
.hgi-duotone.hgi-mail-account-02:after {
  content: "\4bea";
}
.hgi-duotone.hgi-mail-account-02:before {
  content: "\4beb";
}
.hgi-duotone.hgi-mail-add-01:after {
  content: "\4bec";
}
.hgi-duotone.hgi-mail-add-01:before {
  content: "\4bed";
}
.hgi-duotone.hgi-mail-add-02:after {
  content: "\4bee";
}
.hgi-duotone.hgi-mail-add-02:before {
  content: "\4bef";
}
.hgi-duotone.hgi-mail-at-sign-01:after {
  content: "\4bf0";
}
.hgi-duotone.hgi-mail-at-sign-01:before {
  content: "\4bf1";
}
.hgi-duotone.hgi-mail-at-sign-02:after {
  content: "\4bf2";
}
.hgi-duotone.hgi-mail-at-sign-02:before {
  content: "\4bf3";
}
.hgi-duotone.hgi-mail-block-01:after {
  content: "\4bf4";
}
.hgi-duotone.hgi-mail-block-01:before {
  content: "\4bf5";
}
.hgi-duotone.hgi-mail-block-02:after {
  content: "\4bf6";
}
.hgi-duotone.hgi-mail-block-02:before {
  content: "\4bf7";
}
.hgi-duotone.hgi-mail-download-01:after {
  content: "\4bf8";
}
.hgi-duotone.hgi-mail-download-01:before {
  content: "\4bf9";
}
.hgi-duotone.hgi-mail-download-02:after {
  content: "\4bfa";
}
.hgi-duotone.hgi-mail-download-02:before {
  content: "\4bfb";
}
.hgi-duotone.hgi-mail-edit-01:after {
  content: "\4bfc";
}
.hgi-duotone.hgi-mail-edit-01:before {
  content: "\4bfd";
}
.hgi-duotone.hgi-mail-edit-02:after {
  content: "\4bfe";
}
.hgi-duotone.hgi-mail-edit-02:before {
  content: "\4bff";
}
.hgi-duotone.hgi-mail-lock-01:after {
  content: "\4c00";
}
.hgi-duotone.hgi-mail-lock-01:before {
  content: "\4c01";
}
.hgi-duotone.hgi-mail-lock-02:after {
  content: "\4c02";
}
.hgi-duotone.hgi-mail-lock-02:before {
  content: "\4c03";
}
.hgi-duotone.hgi-mail-love-01:after {
  content: "\4c04";
}
.hgi-duotone.hgi-mail-love-01:before {
  content: "\4c05";
}
.hgi-duotone.hgi-mail-love-02:after {
  content: "\4c06";
}
.hgi-duotone.hgi-mail-love-02:before {
  content: "\4c07";
}
.hgi-duotone.hgi-mail-minus-01:after {
  content: "\4c08";
}
.hgi-duotone.hgi-mail-minus-01:before {
  content: "\4c09";
}
.hgi-duotone.hgi-mail-minus-02:after {
  content: "\4c0a";
}
.hgi-duotone.hgi-mail-minus-02:before {
  content: "\4c0b";
}
.hgi-duotone.hgi-mail-open-01:after {
  content: "\4c0c";
}
.hgi-duotone.hgi-mail-open-01:before {
  content: "\4c0d";
}
.hgi-duotone.hgi-mail-open-02:after {
  content: "\4c0e";
}
.hgi-duotone.hgi-mail-open-02:before {
  content: "\4c0f";
}
.hgi-duotone.hgi-mail-open-love:after {
  content: "\4c10";
}
.hgi-duotone.hgi-mail-open-love:before {
  content: "\4c11";
}
.hgi-duotone.hgi-mail-open:after {
  content: "\4c12";
}
.hgi-duotone.hgi-mail-open:before {
  content: "\4c13";
}
.hgi-duotone.hgi-mail-receive-01:after {
  content: "\4c14";
}
.hgi-duotone.hgi-mail-receive-01:before {
  content: "\4c15";
}
.hgi-duotone.hgi-mail-receive-02:after {
  content: "\4c16";
}
.hgi-duotone.hgi-mail-receive-02:before {
  content: "\4c17";
}
.hgi-duotone.hgi-mail-remove-01:after {
  content: "\4c18";
}
.hgi-duotone.hgi-mail-remove-01:before {
  content: "\4c19";
}
.hgi-duotone.hgi-mail-remove-02:after {
  content: "\4c1a";
}
.hgi-duotone.hgi-mail-remove-02:before {
  content: "\4c1b";
}
.hgi-duotone.hgi-mail-reply-01:after {
  content: "\4c1c";
}
.hgi-duotone.hgi-mail-reply-01:before {
  content: "\4c1d";
}
.hgi-duotone.hgi-mail-reply-02:after {
  content: "\4c1e";
}
.hgi-duotone.hgi-mail-reply-02:before {
  content: "\4c1f";
}
.hgi-duotone.hgi-mail-reply-all-01:after {
  content: "\4c20";
}
.hgi-duotone.hgi-mail-reply-all-01:before {
  content: "\4c21";
}
.hgi-duotone.hgi-mail-reply-all-02:after {
  content: "\4c22";
}
.hgi-duotone.hgi-mail-reply-all-02:before {
  content: "\4c23";
}
.hgi-duotone.hgi-mail-search-01:after {
  content: "\4c24";
}
.hgi-duotone.hgi-mail-search-01:before {
  content: "\4c25";
}
.hgi-duotone.hgi-mail-search-02:after {
  content: "\4c26";
}
.hgi-duotone.hgi-mail-search-02:before {
  content: "\4c27";
}
.hgi-duotone.hgi-mail-secure-01:after {
  content: "\4c28";
}
.hgi-duotone.hgi-mail-secure-01:before {
  content: "\4c29";
}
.hgi-duotone.hgi-mail-secure-02:after {
  content: "\4c2a";
}
.hgi-duotone.hgi-mail-secure-02:before {
  content: "\4c2b";
}
.hgi-duotone.hgi-mail-send-01:after {
  content: "\4c2c";
}
.hgi-duotone.hgi-mail-send-01:before {
  content: "\4c2d";
}
.hgi-duotone.hgi-mail-send-02:after {
  content: "\4c2e";
}
.hgi-duotone.hgi-mail-send-02:before {
  content: "\4c2f";
}
.hgi-duotone.hgi-mail-setting-01:after {
  content: "\4c30";
}
.hgi-duotone.hgi-mail-setting-01:before {
  content: "\4c31";
}
.hgi-duotone.hgi-mail-setting-02:after {
  content: "\4c32";
}
.hgi-duotone.hgi-mail-setting-02:before {
  content: "\4c33";
}
.hgi-duotone.hgi-mail-unlock-01:after {
  content: "\4c34";
}
.hgi-duotone.hgi-mail-unlock-01:before {
  content: "\4c35";
}
.hgi-duotone.hgi-mail-unlock-02:after {
  content: "\4c36";
}
.hgi-duotone.hgi-mail-unlock-02:before {
  content: "\4c37";
}
.hgi-duotone.hgi-mail-upload-01:after {
  content: "\4c38";
}
.hgi-duotone.hgi-mail-upload-01:before {
  content: "\4c39";
}
.hgi-duotone.hgi-mail-upload-02:after {
  content: "\4c3a";
}
.hgi-duotone.hgi-mail-upload-02:before {
  content: "\4c3b";
}
.hgi-duotone.hgi-mail-validation-01:after {
  content: "\4c3c";
}
.hgi-duotone.hgi-mail-validation-01:before {
  content: "\4c3d";
}
.hgi-duotone.hgi-mail-validation-02:after {
  content: "\4c3e";
}
.hgi-duotone.hgi-mail-validation-02:before {
  content: "\4c3f";
}
.hgi-duotone.hgi-mail-voice-01:after {
  content: "\4c40";
}
.hgi-duotone.hgi-mail-voice-01:before {
  content: "\4c41";
}
.hgi-duotone.hgi-mail-voice-02:after {
  content: "\4c42";
}
.hgi-duotone.hgi-mail-voice-02:before {
  content: "\4c43";
}
.hgi-duotone.hgi-mailbox-01:after {
  content: "\4c44";
}
.hgi-duotone.hgi-mailbox-01:before {
  content: "\4c45";
}
.hgi-duotone.hgi-mailbox:after {
  content: "\4c46";
}
.hgi-duotone.hgi-mailbox:before {
  content: "\4c47";
}
.hgi-duotone.hgi-male-02:after {
  content: "\4c48";
}
.hgi-duotone.hgi-male-02:before {
  content: "\4c49";
}
.hgi-duotone.hgi-male-symbol:after {
  content: "\4c4a";
}
.hgi-duotone.hgi-male-symbol:before {
  content: "\4c4b";
}
.hgi-duotone.hgi-man:after {
  content: "\4c4c";
}
.hgi-duotone.hgi-man-woman:after {
  content: "\4c4d";
}
.hgi-duotone.hgi-man-woman:before {
  content: "\4c4e";
}
.hgi-duotone.hgi-man:before {
  content: "\4c4f";
}
.hgi-duotone.hgi-manager:after {
  content: "\4c50";
}
.hgi-duotone.hgi-manager:before {
  content: "\4c51";
}
.hgi-duotone.hgi-map-pin:after {
  content: "\4c52";
}
.hgi-duotone.hgi-map-pin:before {
  content: "\4c53";
}
.hgi-duotone.hgi-map-pinpoint-01:after {
  content: "\4c54";
}
.hgi-duotone.hgi-map-pinpoint-01:before {
  content: "\4c55";
}
.hgi-duotone.hgi-map-pinpoint-02:after {
  content: "\4c56";
}
.hgi-duotone.hgi-map-pinpoint-02:before {
  content: "\4c57";
}
.hgi-duotone.hgi-maping:after {
  content: "\4c58";
}
.hgi-duotone.hgi-maping:before {
  content: "\4c59";
}
.hgi-duotone.hgi-maps-circle-01:after {
  content: "\4c5a";
}
.hgi-duotone.hgi-maps-circle-01:before {
  content: "\4c5b";
}
.hgi-duotone.hgi-maps-circle-02:after {
  content: "\4c5c";
}
.hgi-duotone.hgi-maps-circle-02:before {
  content: "\4c5d";
}
.hgi-duotone.hgi-maps-editing:after {
  content: "\4c5e";
}
.hgi-duotone.hgi-maps-editing:before {
  content: "\4c5f";
}
.hgi-duotone.hgi-maps-global-01:after {
  content: "\4c60";
}
.hgi-duotone.hgi-maps-global-01:before {
  content: "\4c61";
}
.hgi-duotone.hgi-maps-global-02:after {
  content: "\4c62";
}
.hgi-duotone.hgi-maps-global-02:before {
  content: "\4c63";
}
.hgi-duotone.hgi-maps-location-01:after {
  content: "\4c64";
}
.hgi-duotone.hgi-maps-location-01:before {
  content: "\4c65";
}
.hgi-duotone.hgi-maps-location-02:after {
  content: "\4c66";
}
.hgi-duotone.hgi-maps-location-02:before {
  content: "\4c67";
}
.hgi-duotone.hgi-maps-off:after {
  content: "\4c68";
}
.hgi-duotone.hgi-maps-off:before {
  content: "\4c69";
}
.hgi-duotone.hgi-maps-refresh:after {
  content: "\4c6a";
}
.hgi-duotone.hgi-maps-refresh:before {
  content: "\4c6b";
}
.hgi-duotone.hgi-maps-search:after {
  content: "\4c6c";
}
.hgi-duotone.hgi-maps-search:before {
  content: "\4c6d";
}
.hgi-duotone.hgi-maps:after {
  content: "\4c6e";
}
.hgi-duotone.hgi-maps-square-01:after {
  content: "\4c6f";
}
.hgi-duotone.hgi-maps-square-01:before {
  content: "\4c70";
}
.hgi-duotone.hgi-maps-square-02:after {
  content: "\4c71";
}
.hgi-duotone.hgi-maps-square-02:before {
  content: "\4c72";
}
.hgi-duotone.hgi-maps:before {
  content: "\4c73";
}
.hgi-duotone.hgi-market-analysis:after {
  content: "\4c74";
}
.hgi-duotone.hgi-market-analysis:before {
  content: "\4c75";
}
.hgi-duotone.hgi-market-order:after {
  content: "\4c76";
}
.hgi-duotone.hgi-market-order:before {
  content: "\4c77";
}
.hgi-duotone.hgi-marketing:after {
  content: "\4c78";
}
.hgi-duotone.hgi-marketing:before {
  content: "\4c79";
}
.hgi-duotone.hgi-mask-love:after {
  content: "\4c7a";
}
.hgi-duotone.hgi-mask-love:before {
  content: "\4c7b";
}
.hgi-duotone.hgi-mask:after {
  content: "\4c7c";
}
.hgi-duotone.hgi-mask:before {
  content: "\4c7d";
}
.hgi-duotone.hgi-master-card:after {
  content: "\4c7e";
}
.hgi-duotone.hgi-master-card:before {
  content: "\4c7f";
}
.hgi-duotone.hgi-mastodon:after {
  content: "\4c80";
}
.hgi-duotone.hgi-mastodon:before {
  content: "\4c81";
}
.hgi-duotone.hgi-matches:after {
  content: "\4c82";
}
.hgi-duotone.hgi-matches:before {
  content: "\4c83";
}
.hgi-duotone.hgi-material-and-texture:after {
  content: "\4c84";
}
.hgi-duotone.hgi-material-and-texture:before {
  content: "\4c85";
}
.hgi-duotone.hgi-math:after {
  content: "\4c86";
}
.hgi-duotone.hgi-math:before {
  content: "\4c87";
}
.hgi-duotone.hgi-matrix:after {
  content: "\4c88";
}
.hgi-duotone.hgi-matrix:before {
  content: "\4c89";
}
.hgi-duotone.hgi-maximize-01:after {
  content: "\4c8a";
}
.hgi-duotone.hgi-maximize-01:before {
  content: "\4c8b";
}
.hgi-duotone.hgi-maximize-02:after {
  content: "\4c8c";
}
.hgi-duotone.hgi-maximize-02:before {
  content: "\4c8d";
}
.hgi-duotone.hgi-maximize-03:after {
  content: "\4c8e";
}
.hgi-duotone.hgi-maximize-03:before {
  content: "\4c8f";
}
.hgi-duotone.hgi-maximize-04:after {
  content: "\4c90";
}
.hgi-duotone.hgi-maximize-04:before {
  content: "\4c91";
}
.hgi-duotone.hgi-maximize-screen:after {
  content: "\4c92";
}
.hgi-duotone.hgi-maximize-screen:before {
  content: "\4c93";
}
.hgi-duotone.hgi-mayan-pyramid:after {
  content: "\4c94";
}
.hgi-duotone.hgi-mayan-pyramid:before {
  content: "\4c95";
}
.hgi-duotone.hgi-maze:after {
  content: "\4c96";
}
.hgi-duotone.hgi-maze:before {
  content: "\4c97";
}
.hgi-duotone.hgi-medal-01:after {
  content: "\4c98";
}
.hgi-duotone.hgi-medal-01:before {
  content: "\4c99";
}
.hgi-duotone.hgi-medal-02:after {
  content: "\4c9a";
}
.hgi-duotone.hgi-medal-02:before {
  content: "\4c9b";
}
.hgi-duotone.hgi-medal-03:after {
  content: "\4c9c";
}
.hgi-duotone.hgi-medal-03:before {
  content: "\4c9d";
}
.hgi-duotone.hgi-medal-04:after {
  content: "\4c9e";
}
.hgi-duotone.hgi-medal-04:before {
  content: "\4c9f";
}
.hgi-duotone.hgi-medal-05:after {
  content: "\4ca0";
}
.hgi-duotone.hgi-medal-05:before {
  content: "\4ca1";
}
.hgi-duotone.hgi-medal-06:after {
  content: "\4ca2";
}
.hgi-duotone.hgi-medal-06:before {
  content: "\4ca3";
}
.hgi-duotone.hgi-medal-07:after {
  content: "\4ca4";
}
.hgi-duotone.hgi-medal-07:before {
  content: "\4ca5";
}
.hgi-duotone.hgi-medal-first-place:after {
  content: "\4ca6";
}
.hgi-duotone.hgi-medal-first-place:before {
  content: "\4ca7";
}
.hgi-duotone.hgi-medal-second-place:after {
  content: "\4ca8";
}
.hgi-duotone.hgi-medal-second-place:before {
  content: "\4ca9";
}
.hgi-duotone.hgi-medal-third-place:after {
  content: "\4caa";
}
.hgi-duotone.hgi-medal-third-place:before {
  content: "\4cab";
}
.hgi-duotone.hgi-medical-file:after {
  content: "\4cac";
}
.hgi-duotone.hgi-medical-file:before {
  content: "\4cad";
}
.hgi-duotone.hgi-medical-mask:after {
  content: "\4cae";
}
.hgi-duotone.hgi-medical-mask:before {
  content: "\4caf";
}
.hgi-duotone.hgi-medicine-01:after {
  content: "\4cb0";
}
.hgi-duotone.hgi-medicine-01:before {
  content: "\4cb1";
}
.hgi-duotone.hgi-medicine-02:after {
  content: "\4cb2";
}
.hgi-duotone.hgi-medicine-02:before {
  content: "\4cb3";
}
.hgi-duotone.hgi-medicine-bottle-01:after {
  content: "\4cb4";
}
.hgi-duotone.hgi-medicine-bottle-01:before {
  content: "\4cb5";
}
.hgi-duotone.hgi-medicine-bottle-02:after {
  content: "\4cb6";
}
.hgi-duotone.hgi-medicine-bottle-02:before {
  content: "\4cb7";
}
.hgi-duotone.hgi-medicine-syrup:after {
  content: "\4cb8";
}
.hgi-duotone.hgi-medicine-syrup:before {
  content: "\4cb9";
}
.hgi-duotone.hgi-medium:after {
  content: "\4cba";
}
.hgi-duotone.hgi-medium-signal:after {
  content: "\4cbb";
}
.hgi-duotone.hgi-medium-signal:before {
  content: "\4cbc";
}
.hgi-duotone.hgi-medium-square:after {
  content: "\4cbd";
}
.hgi-duotone.hgi-medium-square:before {
  content: "\4cbe";
}
.hgi-duotone.hgi-medium:before {
  content: "\4cbf";
}
.hgi-duotone.hgi-meeting-room:after {
  content: "\4cc0";
}
.hgi-duotone.hgi-meeting-room:before {
  content: "\4cc1";
}
.hgi-duotone.hgi-megaphone-01:after {
  content: "\4cc2";
}
.hgi-duotone.hgi-megaphone-01:before {
  content: "\4cc3";
}
.hgi-duotone.hgi-megaphone-02:after {
  content: "\4cc4";
}
.hgi-duotone.hgi-megaphone-02:before {
  content: "\4cc5";
}
.hgi-duotone.hgi-megaphone-03:after {
  content: "\4cc6";
}
.hgi-duotone.hgi-megaphone-03:before {
  content: "\4cc7";
}
.hgi-duotone.hgi-meh:after {
  content: "\4cc8";
}
.hgi-duotone.hgi-meh:before {
  content: "\4cc9";
}
.hgi-duotone.hgi-mentor:after {
  content: "\4cca";
}
.hgi-duotone.hgi-mentor:before {
  content: "\4ccb";
}
.hgi-duotone.hgi-mentoring:after {
  content: "\4ccc";
}
.hgi-duotone.hgi-mentoring:before {
  content: "\4ccd";
}
.hgi-duotone.hgi-menu-01:after {
  content: "\4cce";
}
.hgi-duotone.hgi-menu-01:before {
  content: "\4ccf";
}
.hgi-duotone.hgi-menu-02:after {
  content: "\4cd0";
}
.hgi-duotone.hgi-menu-02:before {
  content: "\4cd1";
}
.hgi-duotone.hgi-menu-03:after {
  content: "\4cd2";
}
.hgi-duotone.hgi-menu-03:before {
  content: "\4cd3";
}
.hgi-duotone.hgi-menu-04:after {
  content: "\4cd4";
}
.hgi-duotone.hgi-menu-04:before {
  content: "\4cd5";
}
.hgi-duotone.hgi-menu-05:after {
  content: "\4cd6";
}
.hgi-duotone.hgi-menu-05:before {
  content: "\4cd7";
}
.hgi-duotone.hgi-menu-06:after {
  content: "\4cd8";
}
.hgi-duotone.hgi-menu-06:before {
  content: "\4cd9";
}
.hgi-duotone.hgi-menu-07:after {
  content: "\4cda";
}
.hgi-duotone.hgi-menu-07:before {
  content: "\4cdb";
}
.hgi-duotone.hgi-menu-08:after {
  content: "\4cdc";
}
.hgi-duotone.hgi-menu-08:before {
  content: "\4cdd";
}
.hgi-duotone.hgi-menu-09:after {
  content: "\4cde";
}
.hgi-duotone.hgi-menu-09:before {
  content: "\4cdf";
}
.hgi-duotone.hgi-menu-10:after {
  content: "\4ce0";
}
.hgi-duotone.hgi-menu-10:before {
  content: "\4ce1";
}
.hgi-duotone.hgi-menu-11:after {
  content: "\4ce2";
}
.hgi-duotone.hgi-menu-11:before {
  content: "\4ce3";
}
.hgi-duotone.hgi-menu-circle:after {
  content: "\4ce4";
}
.hgi-duotone.hgi-menu-circle:before {
  content: "\4ce5";
}
.hgi-duotone.hgi-menu-collapse:after {
  content: "\4ce6";
}
.hgi-duotone.hgi-menu-collapse:before {
  content: "\4ce7";
}
.hgi-duotone.hgi-menu-restaurant:after {
  content: "\4ce8";
}
.hgi-duotone.hgi-menu-restaurant:before {
  content: "\4ce9";
}
.hgi-duotone.hgi-menu-square:after {
  content: "\4cea";
}
.hgi-duotone.hgi-menu-square:before {
  content: "\4ceb";
}
.hgi-duotone.hgi-menu-two-line:after {
  content: "\4cec";
}
.hgi-duotone.hgi-menu-two-line:before {
  content: "\4ced";
}
.hgi-duotone.hgi-message-01:after {
  content: "\4cee";
}
.hgi-duotone.hgi-message-01:before {
  content: "\4cef";
}
.hgi-duotone.hgi-message-02:after {
  content: "\4cf0";
}
.hgi-duotone.hgi-message-02:before {
  content: "\4cf1";
}
.hgi-duotone.hgi-message-add-01:after {
  content: "\4cf2";
}
.hgi-duotone.hgi-message-add-01:before {
  content: "\4cf3";
}
.hgi-duotone.hgi-message-add-02:after {
  content: "\4cf4";
}
.hgi-duotone.hgi-message-add-02:before {
  content: "\4cf5";
}
.hgi-duotone.hgi-message-blocked:after {
  content: "\4cf6";
}
.hgi-duotone.hgi-message-blocked:before {
  content: "\4cf7";
}
.hgi-duotone.hgi-message-cancel-01:after {
  content: "\4cf8";
}
.hgi-duotone.hgi-message-cancel-01:before {
  content: "\4cf9";
}
.hgi-duotone.hgi-message-cancel-02:after {
  content: "\4cfa";
}
.hgi-duotone.hgi-message-cancel-02:before {
  content: "\4cfb";
}
.hgi-duotone.hgi-message-delay-01:after {
  content: "\4cfc";
}
.hgi-duotone.hgi-message-delay-01:before {
  content: "\4cfd";
}
.hgi-duotone.hgi-message-delay-02:after {
  content: "\4cfe";
}
.hgi-duotone.hgi-message-delay-02:before {
  content: "\4cff";
}
.hgi-duotone.hgi-message-done-01:after {
  content: "\4d00";
}
.hgi-duotone.hgi-message-done-01:before {
  content: "\4d01";
}
.hgi-duotone.hgi-message-done-02:after {
  content: "\4d02";
}
.hgi-duotone.hgi-message-done-02:before {
  content: "\4d03";
}
.hgi-duotone.hgi-message-download-01:after {
  content: "\4d04";
}
.hgi-duotone.hgi-message-download-01:before {
  content: "\4d05";
}
.hgi-duotone.hgi-message-download-02:after {
  content: "\4d06";
}
.hgi-duotone.hgi-message-download-02:before {
  content: "\4d07";
}
.hgi-duotone.hgi-message-edit-01:after {
  content: "\4d08";
}
.hgi-duotone.hgi-message-edit-01:before {
  content: "\4d09";
}
.hgi-duotone.hgi-message-edit-02:after {
  content: "\4d0a";
}
.hgi-duotone.hgi-message-edit-02:before {
  content: "\4d0b";
}
.hgi-duotone.hgi-message-favourite-01:after {
  content: "\4d0c";
}
.hgi-duotone.hgi-message-favourite-01:before {
  content: "\4d0d";
}
.hgi-duotone.hgi-message-favourite-02:after {
  content: "\4d0e";
}
.hgi-duotone.hgi-message-favourite-02:before {
  content: "\4d0f";
}
.hgi-duotone.hgi-message-incoming-01:after {
  content: "\4d10";
}
.hgi-duotone.hgi-message-incoming-01:before {
  content: "\4d11";
}
.hgi-duotone.hgi-message-incoming-02:after {
  content: "\4d12";
}
.hgi-duotone.hgi-message-incoming-02:before {
  content: "\4d13";
}
.hgi-duotone.hgi-message-lock-01:after {
  content: "\4d14";
}
.hgi-duotone.hgi-message-lock-01:before {
  content: "\4d15";
}
.hgi-duotone.hgi-message-lock-02:after {
  content: "\4d16";
}
.hgi-duotone.hgi-message-lock-02:before {
  content: "\4d17";
}
.hgi-duotone.hgi-message-multiple-01:after {
  content: "\4d18";
}
.hgi-duotone.hgi-message-multiple-01:before {
  content: "\4d19";
}
.hgi-duotone.hgi-message-multiple-02:after {
  content: "\4d1a";
}
.hgi-duotone.hgi-message-multiple-02:before {
  content: "\4d1b";
}
.hgi-duotone.hgi-message-notification-01:after {
  content: "\4d1c";
}
.hgi-duotone.hgi-message-notification-01:before {
  content: "\4d1d";
}
.hgi-duotone.hgi-message-notification-02:after {
  content: "\4d1e";
}
.hgi-duotone.hgi-message-notification-02:before {
  content: "\4d1f";
}
.hgi-duotone.hgi-message-outgoing-01:after {
  content: "\4d20";
}
.hgi-duotone.hgi-message-outgoing-01:before {
  content: "\4d21";
}
.hgi-duotone.hgi-message-outgoing-02:after {
  content: "\4d22";
}
.hgi-duotone.hgi-message-outgoing-02:before {
  content: "\4d23";
}
.hgi-duotone.hgi-message-preview-01:after {
  content: "\4d24";
}
.hgi-duotone.hgi-message-preview-01:before {
  content: "\4d25";
}
.hgi-duotone.hgi-message-preview-02:after {
  content: "\4d26";
}
.hgi-duotone.hgi-message-preview-02:before {
  content: "\4d27";
}
.hgi-duotone.hgi-message-programming:after {
  content: "\4d28";
}
.hgi-duotone.hgi-message-programming:before {
  content: "\4d29";
}
.hgi-duotone.hgi-message-question:after {
  content: "\4d2a";
}
.hgi-duotone.hgi-message-question:before {
  content: "\4d2b";
}
.hgi-duotone.hgi-message-search-02:after {
  content: "\4d2e";
}
.hgi-duotone.hgi-message-search-02:before {
  content: "\4d2f";
}
.hgi-duotone.hgi-message-secure-01:after {
  content: "\4d30";
}
.hgi-duotone.hgi-message-secure-01:before {
  content: "\4d31";
}
.hgi-duotone.hgi-message-secure-02:after {
  content: "\4d32";
}
.hgi-duotone.hgi-message-secure-02:before {
  content: "\4d33";
}
.hgi-duotone.hgi-message-translate:after {
  content: "\4d34";
}
.hgi-duotone.hgi-message-translate:before {
  content: "\4d35";
}
.hgi-duotone.hgi-message-unlock-01:after {
  content: "\4d36";
}
.hgi-duotone.hgi-message-unlock-01:before {
  content: "\4d37";
}
.hgi-duotone.hgi-message-unlock-02:after {
  content: "\4d38";
}
.hgi-duotone.hgi-message-unlock-02:before {
  content: "\4d39";
}
.hgi-duotone.hgi-message-upload-01:after {
  content: "\4d3a";
}
.hgi-duotone.hgi-message-upload-01:before {
  content: "\4d3b";
}
.hgi-duotone.hgi-message-upload-02:after {
  content: "\4d3c";
}
.hgi-duotone.hgi-message-upload-02:before {
  content: "\4d3d";
}
.hgi-duotone.hgi-message-user-01:after {
  content: "\4d3e";
}
.hgi-duotone.hgi-message-user-01:before {
  content: "\4d3f";
}
.hgi-duotone.hgi-message-user-02:after {
  content: "\4d40";
}
.hgi-duotone.hgi-message-user-02:before {
  content: "\4d41";
}
.hgi-duotone.hgi-messenger:after {
  content: "\4d42";
}
.hgi-duotone.hgi-messenger:before {
  content: "\4d43";
}
.hgi-duotone.hgi-meta:after {
  content: "\4d44";
}
.hgi-duotone.hgi-meta:before {
  content: "\4d45";
}
.hgi-duotone.hgi-metro:after {
  content: "\4d46";
}
.hgi-duotone.hgi-metro:before {
  content: "\4d47";
}
.hgi-duotone.hgi-mic-01:after {
  content: "\4d48";
}
.hgi-duotone.hgi-mic-01:before {
  content: "\4d49";
}
.hgi-duotone.hgi-mic-02:after {
  content: "\4d4a";
}
.hgi-duotone.hgi-mic-02:before {
  content: "\4d4b";
}
.hgi-duotone.hgi-mic-off-01:after {
  content: "\4d4c";
}
.hgi-duotone.hgi-mic-off-01:before {
  content: "\4d4d";
}
.hgi-duotone.hgi-mic-off-02:after {
  content: "\4d4e";
}
.hgi-duotone.hgi-mic-off-02:before {
  content: "\4d4f";
}
.hgi-duotone.hgi-microscope:after {
  content: "\4d50";
}
.hgi-duotone.hgi-microscope:before {
  content: "\4d51";
}
.hgi-duotone.hgi-microsoft-admin:after {
  content: "\4d52";
}
.hgi-duotone.hgi-microsoft-admin:before {
  content: "\4d53";
}
.hgi-duotone.hgi-microsoft:after {
  content: "\4d54";
}
.hgi-duotone.hgi-microsoft:before {
  content: "\4d55";
}
.hgi-duotone.hgi-microwave:after {
  content: "\4d56";
}
.hgi-duotone.hgi-microwave:before {
  content: "\4d57";
}
.hgi-duotone.hgi-milk-bottle:after {
  content: "\4d58";
}
.hgi-duotone.hgi-milk-bottle:before {
  content: "\4d59";
}
.hgi-duotone.hgi-milk-carton:after {
  content: "\4d5a";
}
.hgi-duotone.hgi-milk-carton:before {
  content: "\4d5b";
}
.hgi-duotone.hgi-milk-coconut:after {
  content: "\4d5c";
}
.hgi-duotone.hgi-milk-coconut:before {
  content: "\4d5d";
}
.hgi-duotone.hgi-milk-oat:after {
  content: "\4d5e";
}
.hgi-duotone.hgi-milk-oat:before {
  content: "\4d5f";
}
.hgi-duotone.hgi-minimize-01:after {
  content: "\4d60";
}
.hgi-duotone.hgi-minimize-01:before {
  content: "\4d61";
}
.hgi-duotone.hgi-minimize-02:after {
  content: "\4d62";
}
.hgi-duotone.hgi-minimize-02:before {
  content: "\4d63";
}
.hgi-duotone.hgi-minimize-03:after {
  content: "\4d64";
}
.hgi-duotone.hgi-minimize-03:before {
  content: "\4d65";
}
.hgi-duotone.hgi-minimize-04:after {
  content: "\4d66";
}
.hgi-duotone.hgi-minimize-04:before {
  content: "\4d67";
}
.hgi-duotone.hgi-minimize-screen:after {
  content: "\4d68";
}
.hgi-duotone.hgi-minimize-screen:before {
  content: "\4d69";
}
.hgi-duotone.hgi-mining-01:after {
  content: "\4d6a";
}
.hgi-duotone.hgi-mining-01:before {
  content: "\4d6b";
}
.hgi-duotone.hgi-mining-02:after {
  content: "\4d6c";
}
.hgi-duotone.hgi-mining-02:before {
  content: "\4d6d";
}
.hgi-duotone.hgi-mining-03:after {
  content: "\4d6e";
}
.hgi-duotone.hgi-mining-03:before {
  content: "\4d6f";
}
.hgi-duotone.hgi-minus-plus-01:after {
  content: "\4d70";
}
.hgi-duotone.hgi-minus-plus-01:before {
  content: "\4d71";
}
.hgi-duotone.hgi-minus-plus-02:after {
  content: "\4d72";
}
.hgi-duotone.hgi-minus-plus-02:before {
  content: "\4d73";
}
.hgi-duotone.hgi-minus-plus-circle-01:after {
  content: "\4d74";
}
.hgi-duotone.hgi-minus-plus-circle-01:before {
  content: "\4d75";
}
.hgi-duotone.hgi-minus-plus-circle-02:after {
  content: "\4d76";
}
.hgi-duotone.hgi-minus-plus-circle-02:before {
  content: "\4d77";
}
.hgi-duotone.hgi-minus-plus-square-01:after {
  content: "\4d78";
}
.hgi-duotone.hgi-minus-plus-square-01:before {
  content: "\4d79";
}
.hgi-duotone.hgi-minus-plus-square-02:after {
  content: "\4d7a";
}
.hgi-duotone.hgi-minus-plus-square-02:before {
  content: "\4d7b";
}
.hgi-duotone.hgi-minus-sign-circle:after {
  content: "\4d7c";
}
.hgi-duotone.hgi-minus-sign-circle:before {
  content: "\4d7d";
}
.hgi-duotone.hgi-minus-sign:after {
  content: "\4d7e";
}
.hgi-duotone.hgi-minus-sign-square:after {
  content: "\4d7f";
}
.hgi-duotone.hgi-minus-sign-square:before {
  content: "\4d80";
}
.hgi-duotone.hgi-minus-sign:before {
  content: "\4d81";
}
.hgi-duotone.hgi-mirror:after {
  content: "\4d82";
}
.hgi-duotone.hgi-mirror:before {
  content: "\4d83";
}
.hgi-duotone.hgi-mirroring-screen:after {
  content: "\4d84";
}
.hgi-duotone.hgi-mirroring-screen:before {
  content: "\4d85";
}
.hgi-duotone.hgi-mixer:after {
  content: "\4d86";
}
.hgi-duotone.hgi-mixer:before {
  content: "\4d87";
}
.hgi-duotone.hgi-mobile-navigator-01:after {
  content: "\4d88";
}
.hgi-duotone.hgi-mobile-navigator-01:before {
  content: "\4d89";
}
.hgi-duotone.hgi-mobile-navigator-02:after {
  content: "\4d8a";
}
.hgi-duotone.hgi-mobile-navigator-02:before {
  content: "\4d8b";
}
.hgi-duotone.hgi-mobile-programming-01:after {
  content: "\4d8c";
}
.hgi-duotone.hgi-mobile-programming-01:before {
  content: "\4d8d";
}
.hgi-duotone.hgi-mobile-programming-02:after {
  content: "\4d8e";
}
.hgi-duotone.hgi-mobile-programming-02:before {
  content: "\4d8f";
}
.hgi-duotone.hgi-mobile-protection:after {
  content: "\4d90";
}
.hgi-duotone.hgi-mobile-protection:before {
  content: "\4d91";
}
.hgi-duotone.hgi-mobile-security:after {
  content: "\4d92";
}
.hgi-duotone.hgi-mobile-security:before {
  content: "\4d93";
}
.hgi-duotone.hgi-mochi:after {
  content: "\4d94";
}
.hgi-duotone.hgi-mochi:before {
  content: "\4d95";
}
.hgi-duotone.hgi-modern-tv-4-k:after {
  content: "\4d96";
}
.hgi-duotone.hgi-modern-tv-4-k:before {
  content: "\4d97";
}
.hgi-duotone.hgi-modern-tv-issue:after {
  content: "\4d98";
}
.hgi-duotone.hgi-modern-tv-issue:before {
  content: "\4d99";
}
.hgi-duotone.hgi-modern-tv:after {
  content: "\4d9a";
}
.hgi-duotone.hgi-modern-tv:before {
  content: "\4d9b";
}
.hgi-duotone.hgi-molecules:after {
  content: "\4d9c";
}
.hgi-duotone.hgi-molecules:before {
  content: "\4d9d";
}
.hgi-duotone.hgi-mollie:after {
  content: "\4d9e";
}
.hgi-duotone.hgi-mollie:before {
  content: "\4d9f";
}
.hgi-duotone.hgi-monas:after {
  content: "\4da0";
}
.hgi-duotone.hgi-monas:before {
  content: "\4da1";
}
.hgi-duotone.hgi-money-01:after {
  content: "\4da2";
}
.hgi-duotone.hgi-money-01:before {
  content: "\4da3";
}
.hgi-duotone.hgi-money-02:after {
  content: "\4da4";
}
.hgi-duotone.hgi-money-02:before {
  content: "\4da5";
}
.hgi-duotone.hgi-money-03:after {
  content: "\4da6";
}
.hgi-duotone.hgi-money-03:before {
  content: "\4da7";
}
.hgi-duotone.hgi-money-04:after {
  content: "\4da8";
}
.hgi-duotone.hgi-money-04:before {
  content: "\4da9";
}
.hgi-duotone.hgi-money-add-01:after {
  content: "\4daa";
}
.hgi-duotone.hgi-money-add-01:before {
  content: "\4dab";
}
.hgi-duotone.hgi-money-add-02:after {
  content: "\4dac";
}
.hgi-duotone.hgi-money-add-02:before {
  content: "\4dad";
}
.hgi-duotone.hgi-money-bag-01:after {
  content: "\4dae";
}
.hgi-duotone.hgi-money-bag-01:before {
  content: "\4daf";
}
.hgi-duotone.hgi-money-bag-02:after {
  content: "\4db0";
}
.hgi-duotone.hgi-money-bag-02:before {
  content: "\4db1";
}
.hgi-duotone.hgi-money-exchange-01:after {
  content: "\4db2";
}
.hgi-duotone.hgi-money-exchange-01:before {
  content: "\4db3";
}
.hgi-duotone.hgi-money-exchange-02:after {
  content: "\4db4";
}
.hgi-duotone.hgi-money-exchange-02:before {
  content: "\4db5";
}
.hgi-duotone.hgi-money-exchange-03:after {
  content: "\4db6";
}
.hgi-duotone.hgi-money-exchange-03:before {
  content: "\4db7";
}
.hgi-duotone.hgi-money-not-found-01:after {
  content: "\4db8";
}
.hgi-duotone.hgi-money-not-found-01:before {
  content: "\4db9";
}
.hgi-duotone.hgi-money-not-found-02:after {
  content: "\4dba";
}
.hgi-duotone.hgi-money-not-found-02:before {
  content: "\4dbb";
}
.hgi-duotone.hgi-money-not-found-03:after {
  content: "\4dbc";
}
.hgi-duotone.hgi-money-not-found-03:before {
  content: "\4dbd";
}
.hgi-duotone.hgi-money-not-found-04:after {
  content: "\4dbe";
}
.hgi-duotone.hgi-money-not-found-04:before {
  content: "\4dbf";
}
.hgi-duotone.hgi-money-receive-01:after {
  content: "\4dc0";
}
.hgi-duotone.hgi-money-receive-01:before {
  content: "\4dc1";
}
.hgi-duotone.hgi-money-receive-02:after {
  content: "\4dc2";
}
.hgi-duotone.hgi-money-receive-02:before {
  content: "\4dc3";
}
.hgi-duotone.hgi-money-receive-circle:after {
  content: "\4dc4";
}
.hgi-duotone.hgi-money-receive-circle:before {
  content: "\4dc5";
}
.hgi-duotone.hgi-money-receive-flow-01:after {
  content: "\4dc6";
}
.hgi-duotone.hgi-money-receive-flow-01:before {
  content: "\4dc7";
}
.hgi-duotone.hgi-money-receive-flow-02:after {
  content: "\4dc8";
}
.hgi-duotone.hgi-money-receive-flow-02:before {
  content: "\4dc9";
}
.hgi-duotone.hgi-money-receive-square:after {
  content: "\4dca";
}
.hgi-duotone.hgi-money-receive-square:before {
  content: "\4dcb";
}
.hgi-duotone.hgi-money-remove-01:after {
  content: "\4dcc";
}
.hgi-duotone.hgi-money-remove-01:before {
  content: "\4dcd";
}
.hgi-duotone.hgi-money-remove-02:after {
  content: "\4dce";
}
.hgi-duotone.hgi-money-remove-02:before {
  content: "\4dcf";
}
.hgi-duotone.hgi-money-safe:after {
  content: "\4dd0";
}
.hgi-duotone.hgi-money-safe:before {
  content: "\4dd1";
}
.hgi-duotone.hgi-money-saving-jar:after {
  content: "\4dd2";
}
.hgi-duotone.hgi-money-saving-jar:before {
  content: "\4dd3";
}
.hgi-duotone.hgi-money-security:after {
  content: "\4dd4";
}
.hgi-duotone.hgi-money-security:before {
  content: "\4dd5";
}
.hgi-duotone.hgi-money-send-01:after {
  content: "\4dd6";
}
.hgi-duotone.hgi-money-send-01:before {
  content: "\4dd7";
}
.hgi-duotone.hgi-money-send-02:after {
  content: "\4dd8";
}
.hgi-duotone.hgi-money-send-02:before {
  content: "\4dd9";
}
.hgi-duotone.hgi-money-send-circle:after {
  content: "\4dda";
}
.hgi-duotone.hgi-money-send-circle:before {
  content: "\4ddb";
}
.hgi-duotone.hgi-money-send-flow-01:after {
  content: "\4ddc";
}
.hgi-duotone.hgi-money-send-flow-01:before {
  content: "\4ddd";
}
.hgi-duotone.hgi-money-send-flow-02:after {
  content: "\4dde";
}
.hgi-duotone.hgi-money-send-flow-02:before {
  content: "\4ddf";
}
.hgi-duotone.hgi-money-send-square:after {
  content: "\4de0";
}
.hgi-duotone.hgi-money-send-square:before {
  content: "\4de1";
}
.hgi-duotone.hgi-monocle-01:after {
  content: "\4de2";
}
.hgi-duotone.hgi-monocle-01:before {
  content: "\4de3";
}
.hgi-duotone.hgi-monocle:after {
  content: "\4de4";
}
.hgi-duotone.hgi-monocle:before {
  content: "\4de5";
}
.hgi-duotone.hgi-monster:after {
  content: "\4de6";
}
.hgi-duotone.hgi-monster:before {
  content: "\4de7";
}
.hgi-duotone.hgi-moon-01:after {
  content: "\4de8";
}
.hgi-duotone.hgi-moon-01:before {
  content: "\4de9";
}
.hgi-duotone.hgi-moon-02:after {
  content: "\4dea";
}
.hgi-duotone.hgi-moon-02:before {
  content: "\4deb";
}
.hgi-duotone.hgi-moon-angled-rain-zap:after {
  content: "\4dec";
}
.hgi-duotone.hgi-moon-angled-rain-zap:before {
  content: "\4ded";
}
.hgi-duotone.hgi-moon-cloud-angled-rain:after {
  content: "\4dee";
}
.hgi-duotone.hgi-moon-cloud-angled-rain:before {
  content: "\4def";
}
.hgi-duotone.hgi-moon-cloud-angled-zap:after {
  content: "\4df0";
}
.hgi-duotone.hgi-moon-cloud-angled-zap:before {
  content: "\4df1";
}
.hgi-duotone.hgi-moon-cloud-big-rain:after {
  content: "\4df2";
}
.hgi-duotone.hgi-moon-cloud-big-rain:before {
  content: "\4df3";
}
.hgi-duotone.hgi-moon-cloud-fast-wind:after {
  content: "\4df4";
}
.hgi-duotone.hgi-moon-cloud-fast-wind:before {
  content: "\4df5";
}
.hgi-duotone.hgi-moon-cloud-hailstone:after {
  content: "\4df6";
}
.hgi-duotone.hgi-moon-cloud-hailstone:before {
  content: "\4df7";
}
.hgi-duotone.hgi-moon-cloud-little-rain:after {
  content: "\4df8";
}
.hgi-duotone.hgi-moon-cloud-little-rain:before {
  content: "\4df9";
}
.hgi-duotone.hgi-moon-cloud-little-snow:after {
  content: "\4dfa";
}
.hgi-duotone.hgi-moon-cloud-little-snow:before {
  content: "\4dfb";
}
.hgi-duotone.hgi-moon-cloud-mid-rain:after {
  content: "\4dfc";
}
.hgi-duotone.hgi-moon-cloud-mid-rain:before {
  content: "\4dfd";
}
.hgi-duotone.hgi-moon-cloud-mid-snow:after {
  content: "\4dfe";
}
.hgi-duotone.hgi-moon-cloud-mid-snow:before {
  content: "\4dff";
}
.hgi-duotone.hgi-moon-cloud:after {
  content: "\4e00";
}
.hgi-duotone.hgi-moon-cloud-slow-wind:after {
  content: "\4e01";
}
.hgi-duotone.hgi-moon-cloud-slow-wind:before {
  content: "\4e02";
}
.hgi-duotone.hgi-moon-cloud-snow:after {
  content: "\4e03";
}
.hgi-duotone.hgi-moon-cloud-snow:before {
  content: "\4e04";
}
.hgi-duotone.hgi-moon-cloud:before {
  content: "\4e05";
}
.hgi-duotone.hgi-moon-eclipse:after {
  content: "\4e06";
}
.hgi-duotone.hgi-moon-eclipse:before {
  content: "\4e07";
}
.hgi-duotone.hgi-moon-fast-wind:after {
  content: "\4e08";
}
.hgi-duotone.hgi-moon-fast-wind:before {
  content: "\4e09";
}
.hgi-duotone.hgi-moon-landing:after {
  content: "\4e0a";
}
.hgi-duotone.hgi-moon-landing:before {
  content: "\4e0b";
}
.hgi-duotone.hgi-moon:after {
  content: "\4e0c";
}
.hgi-duotone.hgi-moon-slow-wind:after {
  content: "\4e0d";
}
.hgi-duotone.hgi-moon-slow-wind:before {
  content: "\4e0e";
}
.hgi-duotone.hgi-moon:before {
  content: "\4e0f";
}
.hgi-duotone.hgi-moonset:after {
  content: "\4e10";
}
.hgi-duotone.hgi-moonset:before {
  content: "\4e11";
}
.hgi-duotone.hgi-more-01:after {
  content: "\4e12";
}
.hgi-duotone.hgi-more-01:before {
  content: "\4e13";
}
.hgi-duotone.hgi-more-02:after {
  content: "\4e14";
}
.hgi-duotone.hgi-more-02:before {
  content: "\4e15";
}
.hgi-duotone.hgi-more-03:after {
  content: "\4e16";
}
.hgi-duotone.hgi-more-03:before {
  content: "\4e17";
}
.hgi-duotone.hgi-more-horizontal-circle-01:after {
  content: "\4e18";
}
.hgi-duotone.hgi-more-horizontal-circle-01:before {
  content: "\4e19";
}
.hgi-duotone.hgi-more-horizontal-circle-02:after {
  content: "\4e1a";
}
.hgi-duotone.hgi-more-horizontal-circle-02:before {
  content: "\4e1b";
}
.hgi-duotone.hgi-more-horizontal:after {
  content: "\4e1c";
}
.hgi-duotone.hgi-more-horizontal-square-01:after {
  content: "\4e1d";
}
.hgi-duotone.hgi-more-horizontal-square-01:before {
  content: "\4e1e";
}
.hgi-duotone.hgi-more-horizontal-square-02:after {
  content: "\4e1f";
}
.hgi-duotone.hgi-more-horizontal-square-02:before {
  content: "\4e20";
}
.hgi-duotone.hgi-more-horizontal:before {
  content: "\4e21";
}
.hgi-duotone.hgi-more-or-less-circle:after {
  content: "\4e22";
}
.hgi-duotone.hgi-more-or-less-circle:before {
  content: "\4e23";
}
.hgi-duotone.hgi-more-or-less:after {
  content: "\4e24";
}
.hgi-duotone.hgi-more-or-less-square:after {
  content: "\4e25";
}
.hgi-duotone.hgi-more-or-less-square:before {
  content: "\4e26";
}
.hgi-duotone.hgi-more-or-less:before {
  content: "\4e27";
}
.hgi-duotone.hgi-more:after {
  content: "\4e28";
}
.hgi-duotone.hgi-more-vertical-circle-01:after {
  content: "\4e29";
}
.hgi-duotone.hgi-more-vertical-circle-01:before {
  content: "\4e2a";
}
.hgi-duotone.hgi-more-vertical-circle-02:after {
  content: "\4e2b";
}
.hgi-duotone.hgi-more-vertical-circle-02:before {
  content: "\4e2c";
}
.hgi-duotone.hgi-more-vertical:after {
  content: "\4e2d";
}
.hgi-duotone.hgi-more-vertical-square-01:after {
  content: "\4e2e";
}
.hgi-duotone.hgi-more-vertical-square-01:before {
  content: "\4e2f";
}
.hgi-duotone.hgi-more-vertical-square-02:after {
  content: "\4e30";
}
.hgi-duotone.hgi-more-vertical-square-02:before {
  content: "\4e31";
}
.hgi-duotone.hgi-more-vertical:before {
  content: "\4e32";
}
.hgi-duotone.hgi-more:before {
  content: "\4e33";
}
.hgi-duotone.hgi-mortar:after {
  content: "\4e34";
}
.hgi-duotone.hgi-mortar:before {
  content: "\4e35";
}
.hgi-duotone.hgi-mortarboard-01:after {
  content: "\4e36";
}
.hgi-duotone.hgi-mortarboard-01:before {
  content: "\4e37";
}
.hgi-duotone.hgi-mortarboard-02:after {
  content: "\4e38";
}
.hgi-duotone.hgi-mortarboard-02:before {
  content: "\4e39";
}
.hgi-duotone.hgi-mosque-01:after {
  content: "\4e3a";
}
.hgi-duotone.hgi-mosque-01:before {
  content: "\4e3b";
}
.hgi-duotone.hgi-mosque-02:after {
  content: "\4e3c";
}
.hgi-duotone.hgi-mosque-02:before {
  content: "\4e3d";
}
.hgi-duotone.hgi-mosque-03:after {
  content: "\4e3e";
}
.hgi-duotone.hgi-mosque-03:before {
  content: "\4e3f";
}
.hgi-duotone.hgi-mosque-04:after {
  content: "\4e40";
}
.hgi-duotone.hgi-mosque-04:before {
  content: "\4e41";
}
.hgi-duotone.hgi-mosque-05:after {
  content: "\4e42";
}
.hgi-duotone.hgi-mosque-05:before {
  content: "\4e43";
}
.hgi-duotone.hgi-mosque-location:after {
  content: "\4e44";
}
.hgi-duotone.hgi-mosque-location:before {
  content: "\4e45";
}
.hgi-duotone.hgi-motion-01:after {
  content: "\4e46";
}
.hgi-duotone.hgi-motion-01:before {
  content: "\4e47";
}
.hgi-duotone.hgi-motion-02:after {
  content: "\4e48";
}
.hgi-duotone.hgi-motion-02:before {
  content: "\4e49";
}
.hgi-duotone.hgi-motorbike-01:after {
  content: "\4e4a";
}
.hgi-duotone.hgi-motorbike-01:before {
  content: "\4e4b";
}
.hgi-duotone.hgi-motorbike-02:after {
  content: "\4e4c";
}
.hgi-duotone.hgi-motorbike-02:before {
  content: "\4e4d";
}
.hgi-duotone.hgi-mountain:after {
  content: "\4e4e";
}
.hgi-duotone.hgi-mountain:before {
  content: "\4e4f";
}
.hgi-duotone.hgi-mouse-01:after {
  content: "\4e50";
}
.hgi-duotone.hgi-mouse-01:before {
  content: "\4e51";
}
.hgi-duotone.hgi-mouse-02:after {
  content: "\4e52";
}
.hgi-duotone.hgi-mouse-02:before {
  content: "\4e53";
}
.hgi-duotone.hgi-mouse-03:after {
  content: "\4e54";
}
.hgi-duotone.hgi-mouse-03:before {
  content: "\4e55";
}
.hgi-duotone.hgi-mouse-04:after {
  content: "\4e56";
}
.hgi-duotone.hgi-mouse-04:before {
  content: "\4e57";
}
.hgi-duotone.hgi-mouse-05:after {
  content: "\4e58";
}
.hgi-duotone.hgi-mouse-05:before {
  content: "\4e59";
}
.hgi-duotone.hgi-mouse-06:after {
  content: "\4e5a";
}
.hgi-duotone.hgi-mouse-06:before {
  content: "\4e5b";
}
.hgi-duotone.hgi-mouse-07:after {
  content: "\4e5c";
}
.hgi-duotone.hgi-mouse-07:before {
  content: "\4e5d";
}
.hgi-duotone.hgi-mouse-08:after {
  content: "\4e5e";
}
.hgi-duotone.hgi-mouse-08:before {
  content: "\4e5f";
}
.hgi-duotone.hgi-mouse-09:after {
  content: "\4e60";
}
.hgi-duotone.hgi-mouse-09:before {
  content: "\4e61";
}
.hgi-duotone.hgi-mouse-10:after {
  content: "\4e62";
}
.hgi-duotone.hgi-mouse-10:before {
  content: "\4e63";
}
.hgi-duotone.hgi-mouse-11:after {
  content: "\4e64";
}
.hgi-duotone.hgi-mouse-11:before {
  content: "\4e65";
}
.hgi-duotone.hgi-mouse-12:after {
  content: "\4e66";
}
.hgi-duotone.hgi-mouse-12:before {
  content: "\4e67";
}
.hgi-duotone.hgi-mouse-13:after {
  content: "\4e68";
}
.hgi-duotone.hgi-mouse-13:before {
  content: "\4e69";
}
.hgi-duotone.hgi-mouse-14:after {
  content: "\4e6a";
}
.hgi-duotone.hgi-mouse-14:before {
  content: "\4e6b";
}
.hgi-duotone.hgi-mouse-15:after {
  content: "\4e6c";
}
.hgi-duotone.hgi-mouse-15:before {
  content: "\4e6d";
}
.hgi-duotone.hgi-mouse-16:after {
  content: "\4e6e";
}
.hgi-duotone.hgi-mouse-16:before {
  content: "\4e6f";
}
.hgi-duotone.hgi-mouse-17:after {
  content: "\4e70";
}
.hgi-duotone.hgi-mouse-17:before {
  content: "\4e71";
}
.hgi-duotone.hgi-mouse-18:after {
  content: "\4e72";
}
.hgi-duotone.hgi-mouse-18:before {
  content: "\4e73";
}
.hgi-duotone.hgi-mouse-19:after {
  content: "\4e74";
}
.hgi-duotone.hgi-mouse-19:before {
  content: "\4e75";
}
.hgi-duotone.hgi-mouse-20:after {
  content: "\4e76";
}
.hgi-duotone.hgi-mouse-20:before {
  content: "\4e77";
}
.hgi-duotone.hgi-mouse-21:after {
  content: "\4e78";
}
.hgi-duotone.hgi-mouse-21:before {
  content: "\4e79";
}
.hgi-duotone.hgi-mouse-22:after {
  content: "\4e7a";
}
.hgi-duotone.hgi-mouse-22:before {
  content: "\4e7b";
}
.hgi-duotone.hgi-mouse-23:after {
  content: "\4e7c";
}
.hgi-duotone.hgi-mouse-23:before {
  content: "\4e7d";
}
.hgi-duotone.hgi-mouse-left-click-01:after {
  content: "\4e7e";
}
.hgi-duotone.hgi-mouse-left-click-01:before {
  content: "\4e7f";
}
.hgi-duotone.hgi-mouse-left-click-02:after {
  content: "\4e80";
}
.hgi-duotone.hgi-mouse-left-click-02:before {
  content: "\4e81";
}
.hgi-duotone.hgi-mouse-left-click-03:after {
  content: "\4e82";
}
.hgi-duotone.hgi-mouse-left-click-03:before {
  content: "\4e83";
}
.hgi-duotone.hgi-mouse-left-click-04:after {
  content: "\4e84";
}
.hgi-duotone.hgi-mouse-left-click-04:before {
  content: "\4e85";
}
.hgi-duotone.hgi-mouse-left-click-05:after {
  content: "\4e86";
}
.hgi-duotone.hgi-mouse-left-click-05:before {
  content: "\4e87";
}
.hgi-duotone.hgi-mouse-left-click-06:after {
  content: "\4e88";
}
.hgi-duotone.hgi-mouse-left-click-06:before {
  content: "\4e89";
}
.hgi-duotone.hgi-mouse-right-click-01:after {
  content: "\4e8a";
}
.hgi-duotone.hgi-mouse-right-click-01:before {
  content: "\4e8b";
}
.hgi-duotone.hgi-mouse-right-click-02:after {
  content: "\4e8c";
}
.hgi-duotone.hgi-mouse-right-click-02:before {
  content: "\4e8d";
}
.hgi-duotone.hgi-mouse-right-click-03:after {
  content: "\4e8e";
}
.hgi-duotone.hgi-mouse-right-click-03:before {
  content: "\4e8f";
}
.hgi-duotone.hgi-mouse-right-click-04:after {
  content: "\4e90";
}
.hgi-duotone.hgi-mouse-right-click-04:before {
  content: "\4e91";
}
.hgi-duotone.hgi-mouse-right-click-05:after {
  content: "\4e92";
}
.hgi-duotone.hgi-mouse-right-click-05:before {
  content: "\4e93";
}
.hgi-duotone.hgi-mouse-right-click-06:after {
  content: "\4e94";
}
.hgi-duotone.hgi-mouse-right-click-06:before {
  content: "\4e95";
}
.hgi-duotone.hgi-mouse-scroll-01:after {
  content: "\4e96";
}
.hgi-duotone.hgi-mouse-scroll-01:before {
  content: "\4e97";
}
.hgi-duotone.hgi-mouse-scroll-02:after {
  content: "\4e98";
}
.hgi-duotone.hgi-mouse-scroll-02:before {
  content: "\4e99";
}
.hgi-duotone.hgi-move-01:after {
  content: "\4e9a";
}
.hgi-duotone.hgi-move-01:before {
  content: "\4e9b";
}
.hgi-duotone.hgi-move-02:after {
  content: "\4e9c";
}
.hgi-duotone.hgi-move-02:before {
  content: "\4e9d";
}
.hgi-duotone.hgi-move-bottom:after {
  content: "\4e9e";
}
.hgi-duotone.hgi-move-bottom:before {
  content: "\4e9f";
}
.hgi-duotone.hgi-move-left:after {
  content: "\4ea0";
}
.hgi-duotone.hgi-move-left:before {
  content: "\4ea1";
}
.hgi-duotone.hgi-move-right:after {
  content: "\4ea2";
}
.hgi-duotone.hgi-move-right:before {
  content: "\4ea3";
}
.hgi-duotone.hgi-move:after {
  content: "\4ea4";
}
.hgi-duotone.hgi-move-to:after {
  content: "\4ea5";
}
.hgi-duotone.hgi-move-to:before {
  content: "\4ea6";
}
.hgi-duotone.hgi-move-top:after {
  content: "\4ea7";
}
.hgi-duotone.hgi-move-top:before {
  content: "\4ea8";
}
.hgi-duotone.hgi-move:before {
  content: "\4ea9";
}
.hgi-duotone.hgi-mp-3-01:after {
  content: "\4eaa";
}
.hgi-duotone.hgi-mp-3-01:before {
  content: "\4eab";
}
.hgi-duotone.hgi-mp-3-02:after {
  content: "\4eac";
}
.hgi-duotone.hgi-mp-3-02:before {
  content: "\4ead";
}
.hgi-duotone.hgi-mp-4-01:after {
  content: "\4eae";
}
.hgi-duotone.hgi-mp-4-01:before {
  content: "\4eaf";
}
.hgi-duotone.hgi-mp-4-02:after {
  content: "\4eb0";
}
.hgi-duotone.hgi-mp-4-02:before {
  content: "\4eb1";
}
.hgi-duotone.hgi-muhammad:after {
  content: "\4eb2";
}
.hgi-duotone.hgi-muhammad:before {
  content: "\4eb3";
}
.hgi-duotone.hgi-multiplication-sign-circle:after {
  content: "\4eb4";
}
.hgi-duotone.hgi-multiplication-sign-circle:before {
  content: "\4eb5";
}
.hgi-duotone.hgi-multiplication-sign:after {
  content: "\4eb6";
}
.hgi-duotone.hgi-multiplication-sign-square:after {
  content: "\4eb7";
}
.hgi-duotone.hgi-multiplication-sign-square:before {
  content: "\4eb8";
}
.hgi-duotone.hgi-multiplication-sign:before {
  content: "\4eb9";
}
.hgi-duotone.hgi-mushroom-01:after {
  content: "\4eba";
}
.hgi-duotone.hgi-mushroom-01:before {
  content: "\4ebb";
}
.hgi-duotone.hgi-mushroom:after {
  content: "\4ebc";
}
.hgi-duotone.hgi-mushroom:before {
  content: "\4ebd";
}
.hgi-duotone.hgi-music-note-01:after {
  content: "\4ebe";
}
.hgi-duotone.hgi-music-note-01:before {
  content: "\4ebf";
}
.hgi-duotone.hgi-music-note-02:after {
  content: "\4ec0";
}
.hgi-duotone.hgi-music-note-02:before {
  content: "\4ec1";
}
.hgi-duotone.hgi-music-note-03:after {
  content: "\4ec2";
}
.hgi-duotone.hgi-music-note-03:before {
  content: "\4ec3";
}
.hgi-duotone.hgi-music-note-04:after {
  content: "\4ec4";
}
.hgi-duotone.hgi-music-note-04:before {
  content: "\4ec5";
}
.hgi-duotone.hgi-music-note-square-01:after {
  content: "\4ec6";
}
.hgi-duotone.hgi-music-note-square-01:before {
  content: "\4ec7";
}
.hgi-duotone.hgi-music-note-square-02:after {
  content: "\4ec8";
}
.hgi-duotone.hgi-music-note-square-02:before {
  content: "\4ec9";
}
.hgi-duotone.hgi-muslim:after {
  content: "\4eca";
}
.hgi-duotone.hgi-muslim:before {
  content: "\4ecb";
}
.hgi-duotone.hgi-mute:after {
  content: "\4ecc";
}
.hgi-duotone.hgi-mute:before {
  content: "\4ecd";
}
.hgi-duotone.hgi-mymind:after {
  content: "\4ece";
}
.hgi-duotone.hgi-mymind:before {
  content: "\4ecf";
}
.hgi-duotone.hgi-n-th-root-circle:after {
  content: "\4ed0";
}
.hgi-duotone.hgi-n-th-root-circle:before {
  content: "\4ed1";
}
.hgi-duotone.hgi-n-th-root:after {
  content: "\4ed2";
}
.hgi-duotone.hgi-n-th-root-square:after {
  content: "\4ed3";
}
.hgi-duotone.hgi-n-th-root-square:before {
  content: "\4ed4";
}
.hgi-duotone.hgi-n-th-root:before {
  content: "\4ed5";
}
.hgi-duotone.hgi-nano-technology:after {
  content: "\4ed6";
}
.hgi-duotone.hgi-nano-technology:before {
  content: "\4ed7";
}
.hgi-duotone.hgi-napkins-01:after {
  content: "\4ed8";
}
.hgi-duotone.hgi-napkins-01:before {
  content: "\4ed9";
}
.hgi-duotone.hgi-napkins-02:after {
  content: "\4eda";
}
.hgi-duotone.hgi-napkins-02:before {
  content: "\4edb";
}
.hgi-duotone.hgi-natural-food:after {
  content: "\4edc";
}
.hgi-duotone.hgi-natural-food:before {
  content: "\4edd";
}
.hgi-duotone.hgi-navigation-01:after {
  content: "\4ede";
}
.hgi-duotone.hgi-navigation-01:before {
  content: "\4edf";
}
.hgi-duotone.hgi-navigation-02:after {
  content: "\4ee0";
}
.hgi-duotone.hgi-navigation-02:before {
  content: "\4ee1";
}
.hgi-duotone.hgi-navigation-03:after {
  content: "\4ee2";
}
.hgi-duotone.hgi-navigation-03:before {
  content: "\4ee3";
}
.hgi-duotone.hgi-navigation-04:after {
  content: "\4ee4";
}
.hgi-duotone.hgi-navigation-04:before {
  content: "\4ee5";
}
.hgi-duotone.hgi-navigation-05:after {
  content: "\4ee6";
}
.hgi-duotone.hgi-navigation-05:before {
  content: "\4ee7";
}
.hgi-duotone.hgi-navigator-01:after {
  content: "\4ee8";
}
.hgi-duotone.hgi-navigator-01:before {
  content: "\4ee9";
}
.hgi-duotone.hgi-navigator-02:after {
  content: "\4eea";
}
.hgi-duotone.hgi-navigator-02:before {
  content: "\4eeb";
}
.hgi-duotone.hgi-necklace:after {
  content: "\4eec";
}
.hgi-duotone.hgi-necklace:before {
  content: "\4eed";
}
.hgi-duotone.hgi-nerd:after {
  content: "\4eee";
}
.hgi-duotone.hgi-nerd:before {
  content: "\4eef";
}
.hgi-duotone.hgi-neural-network:after {
  content: "\4ef0";
}
.hgi-duotone.hgi-neural-network:before {
  content: "\4ef1";
}
.hgi-duotone.hgi-neutral:after {
  content: "\4ef2";
}
.hgi-duotone.hgi-neutral:before {
  content: "\4ef3";
}
.hgi-duotone.hgi-new-job:after {
  content: "\4ef4";
}
.hgi-duotone.hgi-new-job:before {
  content: "\4ef5";
}
.hgi-duotone.hgi-new-office:after {
  content: "\4ef6";
}
.hgi-duotone.hgi-new-office:before {
  content: "\4ef7";
}
.hgi-duotone.hgi-new-releases:after {
  content: "\4ef8";
}
.hgi-duotone.hgi-new-releases:before {
  content: "\4ef9";
}
.hgi-duotone.hgi-new-twitter-ellipse:after {
  content: "\4efa";
}
.hgi-duotone.hgi-new-twitter-ellipse:before {
  content: "\4efb";
}
.hgi-duotone.hgi-new-twitter-rectangle:after {
  content: "\4efc";
}
.hgi-duotone.hgi-new-twitter-rectangle:before {
  content: "\4efd";
}
.hgi-duotone.hgi-new-twitter:after {
  content: "\4efe";
}
.hgi-duotone.hgi-new-twitter:before {
  content: "\4eff";
}
.hgi-duotone.hgi-news-01:after {
  content: "\4f00";
}
.hgi-duotone.hgi-news-01:before {
  content: "\4f01";
}
.hgi-duotone.hgi-news:after {
  content: "\4f02";
}
.hgi-duotone.hgi-news:before {
  content: "\4f03";
}
.hgi-duotone.hgi-next:after {
  content: "\4f04";
}
.hgi-duotone.hgi-next:before {
  content: "\4f05";
}
.hgi-duotone.hgi-nike:after {
  content: "\4f06";
}
.hgi-duotone.hgi-nike:before {
  content: "\4f07";
}
.hgi-duotone.hgi-nintendo:after {
  content: "\4f08";
}
.hgi-duotone.hgi-nintendo-switch:after {
  content: "\4f09";
}
.hgi-duotone.hgi-nintendo-switch:before {
  content: "\4f0a";
}
.hgi-duotone.hgi-nintendo:before {
  content: "\4f0b";
}
.hgi-duotone.hgi-niqab:after {
  content: "\4f0c";
}
.hgi-duotone.hgi-niqab:before {
  content: "\4f0d";
}
.hgi-duotone.hgi-no-internet:after {
  content: "\4f0e";
}
.hgi-duotone.hgi-no-internet:before {
  content: "\4f0f";
}
.hgi-duotone.hgi-no-meeting-room:after {
  content: "\4f10";
}
.hgi-duotone.hgi-no-meeting-room:before {
  content: "\4f11";
}
.hgi-duotone.hgi-no-signal:after {
  content: "\4f12";
}
.hgi-duotone.hgi-no-signal:before {
  content: "\4f13";
}
.hgi-duotone.hgi-node-add:after {
  content: "\4f14";
}
.hgi-duotone.hgi-node-add:before {
  content: "\4f15";
}
.hgi-duotone.hgi-node-edit:after {
  content: "\4f16";
}
.hgi-duotone.hgi-node-edit:before {
  content: "\4f17";
}
.hgi-duotone.hgi-node-move-down:after {
  content: "\4f18";
}
.hgi-duotone.hgi-node-move-down:before {
  content: "\4f19";
}
.hgi-duotone.hgi-node-move-up:after {
  content: "\4f1a";
}
.hgi-duotone.hgi-node-move-up:before {
  content: "\4f1b";
}
.hgi-duotone.hgi-node-remove:after {
  content: "\4f1c";
}
.hgi-duotone.hgi-node-remove:before {
  content: "\4f1d";
}
.hgi-duotone.hgi-noodles:after {
  content: "\4f1e";
}
.hgi-duotone.hgi-noodles:before {
  content: "\4f1f";
}
.hgi-duotone.hgi-nose:after {
  content: "\4f20";
}
.hgi-duotone.hgi-nose:before {
  content: "\4f21";
}
.hgi-duotone.hgi-not-equal-sign-circle:after {
  content: "\4f22";
}
.hgi-duotone.hgi-not-equal-sign-circle:before {
  content: "\4f23";
}
.hgi-duotone.hgi-not-equal-sign:after {
  content: "\4f24";
}
.hgi-duotone.hgi-not-equal-sign-square:after {
  content: "\4f25";
}
.hgi-duotone.hgi-not-equal-sign-square:before {
  content: "\4f26";
}
.hgi-duotone.hgi-not-equal-sign:before {
  content: "\4f27";
}
.hgi-duotone.hgi-note-01:after {
  content: "\4f28";
}
.hgi-duotone.hgi-note-01:before {
  content: "\4f29";
}
.hgi-duotone.hgi-note-02:after {
  content: "\4f2a";
}
.hgi-duotone.hgi-note-02:before {
  content: "\4f2b";
}
.hgi-duotone.hgi-note-03:after {
  content: "\4f2c";
}
.hgi-duotone.hgi-note-03:before {
  content: "\4f2d";
}
.hgi-duotone.hgi-note-04:after {
  content: "\4f2e";
}
.hgi-duotone.hgi-note-04:before {
  content: "\4f2f";
}
.hgi-duotone.hgi-note-05:after {
  content: "\4f30";
}
.hgi-duotone.hgi-note-05:before {
  content: "\4f31";
}
.hgi-duotone.hgi-note-add:after {
  content: "\4f32";
}
.hgi-duotone.hgi-note-add:before {
  content: "\4f33";
}
.hgi-duotone.hgi-note-done:after {
  content: "\4f34";
}
.hgi-duotone.hgi-note-done:before {
  content: "\4f35";
}
.hgi-duotone.hgi-note-edit:after {
  content: "\4f36";
}
.hgi-duotone.hgi-note-edit:before {
  content: "\4f37";
}
.hgi-duotone.hgi-note-remove:after {
  content: "\4f38";
}
.hgi-duotone.hgi-note-remove:before {
  content: "\4f39";
}
.hgi-duotone.hgi-note:after {
  content: "\4f3a";
}
.hgi-duotone.hgi-note:before {
  content: "\4f3b";
}
.hgi-duotone.hgi-notebook-01:after {
  content: "\4f3c";
}
.hgi-duotone.hgi-notebook-01:before {
  content: "\4f3d";
}
.hgi-duotone.hgi-notebook-02:after {
  content: "\4f3e";
}
.hgi-duotone.hgi-notebook-02:before {
  content: "\4f3f";
}
.hgi-duotone.hgi-notebook:after {
  content: "\4f40";
}
.hgi-duotone.hgi-notebook:before {
  content: "\4f41";
}
.hgi-duotone.hgi-notification-01:after {
  content: "\4f42";
}
.hgi-duotone.hgi-notification-01:before {
  content: "\4f43";
}
.hgi-duotone.hgi-notification-02:after {
  content: "\4f44";
}
.hgi-duotone.hgi-notification-02:before {
  content: "\4f45";
}
.hgi-duotone.hgi-notification-03:after {
  content: "\4f46";
}
.hgi-duotone.hgi-notification-03:before {
  content: "\4f47";
}
.hgi-duotone.hgi-notification-block-01:after {
  content: "\4f48";
}
.hgi-duotone.hgi-notification-block-01:before {
  content: "\4f49";
}
.hgi-duotone.hgi-notification-block-02:after {
  content: "\4f4a";
}
.hgi-duotone.hgi-notification-block-02:before {
  content: "\4f4b";
}
.hgi-duotone.hgi-notification-block-03:after {
  content: "\4f4c";
}
.hgi-duotone.hgi-notification-block-03:before {
  content: "\4f4d";
}
.hgi-duotone.hgi-notification-bubble:after {
  content: "\4f4e";
}
.hgi-duotone.hgi-notification-bubble:before {
  content: "\4f4f";
}
.hgi-duotone.hgi-notification-circle:after {
  content: "\4f50";
}
.hgi-duotone.hgi-notification-circle:before {
  content: "\4f51";
}
.hgi-duotone.hgi-notification-off-01:after {
  content: "\4f52";
}
.hgi-duotone.hgi-notification-off-01:before {
  content: "\4f53";
}
.hgi-duotone.hgi-notification-off-02:after {
  content: "\4f54";
}
.hgi-duotone.hgi-notification-off-02:before {
  content: "\4f55";
}
.hgi-duotone.hgi-notification-off-03:after {
  content: "\4f56";
}
.hgi-duotone.hgi-notification-off-03:before {
  content: "\4f57";
}
.hgi-duotone.hgi-notification-snooze-01:after {
  content: "\4f58";
}
.hgi-duotone.hgi-notification-snooze-01:before {
  content: "\4f59";
}
.hgi-duotone.hgi-notification-snooze-02:after {
  content: "\4f5a";
}
.hgi-duotone.hgi-notification-snooze-02:before {
  content: "\4f5b";
}
.hgi-duotone.hgi-notification-snooze-03:after {
  content: "\4f5c";
}
.hgi-duotone.hgi-notification-snooze-03:before {
  content: "\4f5d";
}
.hgi-duotone.hgi-notification-square:after {
  content: "\4f5e";
}
.hgi-duotone.hgi-notification-square:before {
  content: "\4f5f";
}
.hgi-duotone.hgi-notion-01:after {
  content: "\4f60";
}
.hgi-duotone.hgi-notion-01:before {
  content: "\4f61";
}
.hgi-duotone.hgi-notion-02:after {
  content: "\4f62";
}
.hgi-duotone.hgi-notion-02:before {
  content: "\4f63";
}
.hgi-duotone.hgi-npm:after {
  content: "\4f64";
}
.hgi-duotone.hgi-npm:before {
  content: "\4f65";
}
.hgi-duotone.hgi-nuclear-power:after {
  content: "\4f66";
}
.hgi-duotone.hgi-nuclear-power:before {
  content: "\4f67";
}
.hgi-duotone.hgi-nut:after {
  content: "\4f68";
}
.hgi-duotone.hgi-nut:before {
  content: "\4f69";
}
.hgi-duotone.hgi-obtuse:after {
  content: "\4f6a";
}
.hgi-duotone.hgi-obtuse:before {
  content: "\4f6b";
}
.hgi-duotone.hgi-octagon:after {
  content: "\4f6c";
}
.hgi-duotone.hgi-octagon:before {
  content: "\4f6d";
}
.hgi-duotone.hgi-octopus:after {
  content: "\4f6e";
}
.hgi-duotone.hgi-octopus:before {
  content: "\4f6f";
}
.hgi-duotone.hgi-office-365:after {
  content: "\4f70";
}
.hgi-duotone.hgi-office-365:before {
  content: "\4f71";
}
.hgi-duotone.hgi-office-chair:after {
  content: "\4f72";
}
.hgi-duotone.hgi-office-chair:before {
  content: "\4f73";
}
.hgi-duotone.hgi-office:after {
  content: "\4f74";
}
.hgi-duotone.hgi-office:before {
  content: "\4f75";
}
.hgi-duotone.hgi-oil-barrel:after {
  content: "\4f76";
}
.hgi-duotone.hgi-oil-barrel:before {
  content: "\4f77";
}
.hgi-duotone.hgi-ok-finger:after {
  content: "\4f78";
}
.hgi-duotone.hgi-ok-finger:before {
  content: "\4f79";
}
.hgi-duotone.hgi-olympic-torch:after {
  content: "\4f7a";
}
.hgi-duotone.hgi-olympic-torch:before {
  content: "\4f7b";
}
.hgi-duotone.hgi-online-learning-01:after {
  content: "\4f7c";
}
.hgi-duotone.hgi-online-learning-01:before {
  content: "\4f7d";
}
.hgi-duotone.hgi-online-learning-02:after {
  content: "\4f7e";
}
.hgi-duotone.hgi-online-learning-02:before {
  content: "\4f7f";
}
.hgi-duotone.hgi-online-learning-03:after {
  content: "\4f80";
}
.hgi-duotone.hgi-online-learning-03:before {
  content: "\4f81";
}
.hgi-duotone.hgi-online-learning-04:after {
  content: "\4f82";
}
.hgi-duotone.hgi-online-learning-04:before {
  content: "\4f83";
}
.hgi-duotone.hgi-open-caption:after {
  content: "\4f84";
}
.hgi-duotone.hgi-open-caption:before {
  content: "\4f85";
}
.hgi-duotone.hgi-option:after {
  content: "\4f86";
}
.hgi-duotone.hgi-option:before {
  content: "\4f87";
}
.hgi-duotone.hgi-orange:after {
  content: "\4f88";
}
.hgi-duotone.hgi-orange:before {
  content: "\4f89";
}
.hgi-duotone.hgi-orbit-01:after {
  content: "\4f8a";
}
.hgi-duotone.hgi-orbit-01:before {
  content: "\4f8b";
}
.hgi-duotone.hgi-orbit-02:after {
  content: "\4f8c";
}
.hgi-duotone.hgi-orbit-02:before {
  content: "\4f8d";
}
.hgi-duotone.hgi-organic-food:after {
  content: "\4f8e";
}
.hgi-duotone.hgi-organic-food:before {
  content: "\4f8f";
}
.hgi-duotone.hgi-orthogonal-edge:after {
  content: "\4f90";
}
.hgi-duotone.hgi-orthogonal-edge:before {
  content: "\4f91";
}
.hgi-duotone.hgi-oval:after {
  content: "\4f92";
}
.hgi-duotone.hgi-oval:before {
  content: "\4f93";
}
.hgi-duotone.hgi-oven:after {
  content: "\4f94";
}
.hgi-duotone.hgi-oven:before {
  content: "\4f95";
}
.hgi-duotone.hgi-package-02:after {
  content: "\4f96";
}
.hgi-duotone.hgi-package-02:before {
  content: "\4f97";
}
.hgi-duotone.hgi-package-03:after {
  content: "\4f98";
}
.hgi-duotone.hgi-package-03:before {
  content: "\4f99";
}
.hgi-duotone.hgi-package-add:after {
  content: "\4f9a";
}
.hgi-duotone.hgi-package-add:before {
  content: "\4f9b";
}
.hgi-duotone.hgi-package-delivered:after {
  content: "\4f9c";
}
.hgi-duotone.hgi-package-delivered:before {
  content: "\4f9d";
}
.hgi-duotone.hgi-package-dimensions-01:after {
  content: "\4f9e";
}
.hgi-duotone.hgi-package-dimensions-01:before {
  content: "\4f9f";
}
.hgi-duotone.hgi-package-dimensions-02:after {
  content: "\4fa0";
}
.hgi-duotone.hgi-package-dimensions-02:before {
  content: "\4fa1";
}
.hgi-duotone.hgi-package-moving:after {
  content: "\4fa2";
}
.hgi-duotone.hgi-package-moving:before {
  content: "\4fa3";
}
.hgi-duotone.hgi-package-open:after {
  content: "\4fa4";
}
.hgi-duotone.hgi-package-open:before {
  content: "\4fa5";
}
.hgi-duotone.hgi-package-out-of-stock:after {
  content: "\4fa6";
}
.hgi-duotone.hgi-package-out-of-stock:before {
  content: "\4fa7";
}
.hgi-duotone.hgi-package-process:after {
  content: "\4fa8";
}
.hgi-duotone.hgi-package-process:before {
  content: "\4fa9";
}
.hgi-duotone.hgi-package-receive:after {
  content: "\4faa";
}
.hgi-duotone.hgi-package-receive:before {
  content: "\4fab";
}
.hgi-duotone.hgi-package-remove:after {
  content: "\4fac";
}
.hgi-duotone.hgi-package-remove:before {
  content: "\4fad";
}
.hgi-duotone.hgi-package-search:after {
  content: "\4fae";
}
.hgi-duotone.hgi-package-search:before {
  content: "\4faf";
}
.hgi-duotone.hgi-package:after {
  content: "\4fb0";
}
.hgi-duotone.hgi-package-sent:after {
  content: "\4fb1";
}
.hgi-duotone.hgi-package-sent:before {
  content: "\4fb2";
}
.hgi-duotone.hgi-package:before {
  content: "\4fb3";
}
.hgi-duotone.hgi-packaging:after {
  content: "\4fb4";
}
.hgi-duotone.hgi-packaging:before {
  content: "\4fb5";
}
.hgi-duotone.hgi-pacman-01:after {
  content: "\4fb6";
}
.hgi-duotone.hgi-pacman-01:before {
  content: "\4fb7";
}
.hgi-duotone.hgi-pacman-02:after {
  content: "\4fb8";
}
.hgi-duotone.hgi-pacman-02:before {
  content: "\4fb9";
}
.hgi-duotone.hgi-paella:after {
  content: "\4fba";
}
.hgi-duotone.hgi-paella:before {
  content: "\4fbb";
}
.hgi-duotone.hgi-paint-board:after {
  content: "\4fbc";
}
.hgi-duotone.hgi-paint-board:before {
  content: "\4fbd";
}
.hgi-duotone.hgi-paint-brush-01:after {
  content: "\4fbe";
}
.hgi-duotone.hgi-paint-brush-01:before {
  content: "\4fbf";
}
.hgi-duotone.hgi-paint-brush-02:after {
  content: "\4fc0";
}
.hgi-duotone.hgi-paint-brush-02:before {
  content: "\4fc1";
}
.hgi-duotone.hgi-paint-brush-03:after {
  content: "\4fc2";
}
.hgi-duotone.hgi-paint-brush-03:before {
  content: "\4fc3";
}
.hgi-duotone.hgi-paint-brush-04:after {
  content: "\4fc4";
}
.hgi-duotone.hgi-paint-brush-04:before {
  content: "\4fc5";
}
.hgi-duotone.hgi-paint-bucket:after {
  content: "\4fc6";
}
.hgi-duotone.hgi-paint-bucket:before {
  content: "\4fc7";
}
.hgi-duotone.hgi-pan-01:after {
  content: "\4fc8";
}
.hgi-duotone.hgi-pan-01:before {
  content: "\4fc9";
}
.hgi-duotone.hgi-pan-02:after {
  content: "\4fca";
}
.hgi-duotone.hgi-pan-02:before {
  content: "\4fcb";
}
.hgi-duotone.hgi-pan-03:after {
  content: "\4fcc";
}
.hgi-duotone.hgi-pan-03:before {
  content: "\4fcd";
}
.hgi-duotone.hgi-parabola-01:after {
  content: "\4fce";
}
.hgi-duotone.hgi-parabola-01:before {
  content: "\4fcf";
}
.hgi-duotone.hgi-parabola-02:after {
  content: "\4fd0";
}
.hgi-duotone.hgi-parabola-02:before {
  content: "\4fd1";
}
.hgi-duotone.hgi-parabola-03:after {
  content: "\4fd2";
}
.hgi-duotone.hgi-parabola-03:before {
  content: "\4fd3";
}
.hgi-duotone.hgi-paragliding:after {
  content: "\4fd4";
}
.hgi-duotone.hgi-paragliding:before {
  content: "\4fd5";
}
.hgi-duotone.hgi-paragraph-bullets-point-01:after {
  content: "\4fd6";
}
.hgi-duotone.hgi-paragraph-bullets-point-01:before {
  content: "\4fd7";
}
.hgi-duotone.hgi-paragraph-bullets-point-02:after {
  content: "\4fd8";
}
.hgi-duotone.hgi-paragraph-bullets-point-02:before {
  content: "\4fd9";
}
.hgi-duotone.hgi-paragraph:after {
  content: "\4fda";
}
.hgi-duotone.hgi-paragraph-spacing:after {
  content: "\4fdb";
}
.hgi-duotone.hgi-paragraph-spacing:before {
  content: "\4fdc";
}
.hgi-duotone.hgi-paragraph:before {
  content: "\4fdd";
}
.hgi-duotone.hgi-parallelogram:after {
  content: "\4fde";
}
.hgi-duotone.hgi-parallelogram:before {
  content: "\4fdf";
}
.hgi-duotone.hgi-parking-area-circle:after {
  content: "\4fe0";
}
.hgi-duotone.hgi-parking-area-circle:before {
  content: "\4fe1";
}
.hgi-duotone.hgi-parking-area-square:after {
  content: "\4fe2";
}
.hgi-duotone.hgi-parking-area-square:before {
  content: "\4fe3";
}
.hgi-duotone.hgi-party:after {
  content: "\4fe4";
}
.hgi-duotone.hgi-party:before {
  content: "\4fe5";
}
.hgi-duotone.hgi-passport-01:after {
  content: "\4fe6";
}
.hgi-duotone.hgi-passport-01:before {
  content: "\4fe7";
}
.hgi-duotone.hgi-passport-expired:after {
  content: "\4fe8";
}
.hgi-duotone.hgi-passport-expired:before {
  content: "\4fe9";
}
.hgi-duotone.hgi-passport:after {
  content: "\4fea";
}
.hgi-duotone.hgi-passport-valid:after {
  content: "\4feb";
}
.hgi-duotone.hgi-passport-valid:before {
  content: "\4fec";
}
.hgi-duotone.hgi-passport:before {
  content: "\4fed";
}
.hgi-duotone.hgi-password-validation:after {
  content: "\4fee";
}
.hgi-duotone.hgi-password-validation:before {
  content: "\4fef";
}
.hgi-duotone.hgi-path:after {
  content: "\4ff0";
}
.hgi-duotone.hgi-path:before {
  content: "\4ff1";
}
.hgi-duotone.hgi-pathfinder-crop:after {
  content: "\4ff2";
}
.hgi-duotone.hgi-pathfinder-crop:before {
  content: "\4ff3";
}
.hgi-duotone.hgi-pathfinder-divide:after {
  content: "\4ff4";
}
.hgi-duotone.hgi-pathfinder-divide:before {
  content: "\4ff5";
}
.hgi-duotone.hgi-pathfinder-exclude:after {
  content: "\4ff6";
}
.hgi-duotone.hgi-pathfinder-exclude:before {
  content: "\4ff7";
}
.hgi-duotone.hgi-pathfinder-intersect:after {
  content: "\4ff8";
}
.hgi-duotone.hgi-pathfinder-intersect:before {
  content: "\4ff9";
}
.hgi-duotone.hgi-pathfinder-merge:after {
  content: "\4ffa";
}
.hgi-duotone.hgi-pathfinder-merge:before {
  content: "\4ffb";
}
.hgi-duotone.hgi-pathfinder-minus-back:after {
  content: "\4ffc";
}
.hgi-duotone.hgi-pathfinder-minus-back:before {
  content: "\4ffd";
}
.hgi-duotone.hgi-pathfinder-minus-front:after {
  content: "\4ffe";
}
.hgi-duotone.hgi-pathfinder-minus-front:before {
  content: "\4fff";
}
.hgi-duotone.hgi-pathfinder-outline:after {
  content: "\5000";
}
.hgi-duotone.hgi-pathfinder-outline:before {
  content: "\5001";
}
.hgi-duotone.hgi-pathfinder-trim:after {
  content: "\5002";
}
.hgi-duotone.hgi-pathfinder-trim:before {
  content: "\5003";
}
.hgi-duotone.hgi-pathfinder-unite:after {
  content: "\5004";
}
.hgi-duotone.hgi-pathfinder-unite:before {
  content: "\5005";
}
.hgi-duotone.hgi-patient:after {
  content: "\5006";
}
.hgi-duotone.hgi-patient:before {
  content: "\5007";
}
.hgi-duotone.hgi-patio:after {
  content: "\5008";
}
.hgi-duotone.hgi-patio:before {
  content: "\5009";
}
.hgi-duotone.hgi-pause-circle:after {
  content: "\500a";
}
.hgi-duotone.hgi-pause-circle:before {
  content: "\500b";
}
.hgi-duotone.hgi-pause:after {
  content: "\500c";
}
.hgi-duotone.hgi-pause:before {
  content: "\500d";
}
.hgi-duotone.hgi-pavilon:after {
  content: "\500e";
}
.hgi-duotone.hgi-pavilon:before {
  content: "\500f";
}
.hgi-duotone.hgi-pay-by-check:after {
  content: "\5010";
}
.hgi-duotone.hgi-pay-by-check:before {
  content: "\5011";
}
.hgi-duotone.hgi-payment-01:after {
  content: "\5012";
}
.hgi-duotone.hgi-payment-01:before {
  content: "\5013";
}
.hgi-duotone.hgi-payment-02:after {
  content: "\5014";
}
.hgi-duotone.hgi-payment-02:before {
  content: "\5015";
}
.hgi-duotone.hgi-payment-success-01:after {
  content: "\5016";
}
.hgi-duotone.hgi-payment-success-01:before {
  content: "\5017";
}
.hgi-duotone.hgi-payment-success-02:after {
  content: "\5018";
}
.hgi-duotone.hgi-payment-success-02:before {
  content: "\5019";
}
.hgi-duotone.hgi-payoneer:after {
  content: "\501a";
}
.hgi-duotone.hgi-payoneer:before {
  content: "\501b";
}
.hgi-duotone.hgi-paypal:after {
  content: "\501c";
}
.hgi-duotone.hgi-paypal:before {
  content: "\501d";
}
.hgi-duotone.hgi-pdf-01:after {
  content: "\501e";
}
.hgi-duotone.hgi-pdf-01:before {
  content: "\501f";
}
.hgi-duotone.hgi-pdf-02:after {
  content: "\5020";
}
.hgi-duotone.hgi-pdf-02:before {
  content: "\5021";
}
.hgi-duotone.hgi-peer-to-peer-01:after {
  content: "\5022";
}
.hgi-duotone.hgi-peer-to-peer-01:before {
  content: "\5023";
}
.hgi-duotone.hgi-peer-to-peer-02:after {
  content: "\5024";
}
.hgi-duotone.hgi-peer-to-peer-02:before {
  content: "\5025";
}
.hgi-duotone.hgi-peer-to-peer-03:after {
  content: "\5026";
}
.hgi-duotone.hgi-peer-to-peer-03:before {
  content: "\5027";
}
.hgi-duotone.hgi-pen-01:after {
  content: "\5028";
}
.hgi-duotone.hgi-pen-01:before {
  content: "\5029";
}
.hgi-duotone.hgi-pen-02:after {
  content: "\502a";
}
.hgi-duotone.hgi-pen-02:before {
  content: "\502b";
}
.hgi-duotone.hgi-pen-connect-bluetooth:after {
  content: "\502c";
}
.hgi-duotone.hgi-pen-connect-bluetooth:before {
  content: "\502d";
}
.hgi-duotone.hgi-pen-connect-usb:after {
  content: "\502e";
}
.hgi-duotone.hgi-pen-connect-usb:before {
  content: "\502f";
}
.hgi-duotone.hgi-pen-connect-wifi:after {
  content: "\5030";
}
.hgi-duotone.hgi-pen-connect-wifi:before {
  content: "\5031";
}
.hgi-duotone.hgi-pen-tool-01:after {
  content: "\5032";
}
.hgi-duotone.hgi-pen-tool-01:before {
  content: "\5033";
}
.hgi-duotone.hgi-pen-tool-02:after {
  content: "\5034";
}
.hgi-duotone.hgi-pen-tool-02:before {
  content: "\5035";
}
.hgi-duotone.hgi-pen-tool-03:after {
  content: "\5036";
}
.hgi-duotone.hgi-pen-tool-03:before {
  content: "\5037";
}
.hgi-duotone.hgi-pen-tool-add:after {
  content: "\5038";
}
.hgi-duotone.hgi-pen-tool-add:before {
  content: "\5039";
}
.hgi-duotone.hgi-pen-tool-minus:after {
  content: "\503a";
}
.hgi-duotone.hgi-pen-tool-minus:before {
  content: "\503b";
}
.hgi-duotone.hgi-pencil-edit-01:after {
  content: "\503c";
}
.hgi-duotone.hgi-pencil-edit-01:before {
  content: "\503d";
}
.hgi-duotone.hgi-pencil-edit-02:after {
  content: "\503e";
}
.hgi-duotone.hgi-pencil-edit-02:before {
  content: "\503f";
}
.hgi-duotone.hgi-pencil:after {
  content: "\5040";
}
.hgi-duotone.hgi-pencil:before {
  content: "\5041";
}
.hgi-duotone.hgi-pendulum:after {
  content: "\5042";
}
.hgi-duotone.hgi-pendulum:before {
  content: "\5043";
}
.hgi-duotone.hgi-pensive:after {
  content: "\5044";
}
.hgi-duotone.hgi-pensive:before {
  content: "\5045";
}
.hgi-duotone.hgi-pentagon-01:after {
  content: "\5046";
}
.hgi-duotone.hgi-pentagon-01:before {
  content: "\5047";
}
.hgi-duotone.hgi-pentagon:after {
  content: "\5048";
}
.hgi-duotone.hgi-pentagon:before {
  content: "\5049";
}
.hgi-duotone.hgi-percent-circle:after {
  content: "\504a";
}
.hgi-duotone.hgi-percent-circle:before {
  content: "\504b";
}
.hgi-duotone.hgi-percent:after {
  content: "\504c";
}
.hgi-duotone.hgi-percent-square:after {
  content: "\504d";
}
.hgi-duotone.hgi-percent-square:before {
  content: "\504e";
}
.hgi-duotone.hgi-percent:before {
  content: "\504f";
}
.hgi-duotone.hgi-perfume:after {
  content: "\5050";
}
.hgi-duotone.hgi-perfume:before {
  content: "\5051";
}
.hgi-duotone.hgi-periscope:after {
  content: "\5052";
}
.hgi-duotone.hgi-periscope:before {
  content: "\5053";
}
.hgi-duotone.hgi-permanent-job:after {
  content: "\5054";
}
.hgi-duotone.hgi-permanent-job:before {
  content: "\5055";
}
.hgi-duotone.hgi-perplexity-ai:after {
  content: "\5056";
}
.hgi-duotone.hgi-perplexity-ai:before {
  content: "\5057";
}
.hgi-duotone.hgi-perspective:after {
  content: "\5058";
}
.hgi-duotone.hgi-perspective:before {
  content: "\5059";
}
.hgi-duotone.hgi-petrol-pump:after {
  content: "\505a";
}
.hgi-duotone.hgi-petrol-pump:before {
  content: "\505b";
}
.hgi-duotone.hgi-pexels:after {
  content: "\505c";
}
.hgi-duotone.hgi-pexels:before {
  content: "\505d";
}
.hgi-duotone.hgi-phone-off-01:after {
  content: "\505e";
}
.hgi-duotone.hgi-phone-off-01:before {
  content: "\505f";
}
.hgi-duotone.hgi-phone-off-02:after {
  content: "\5060";
}
.hgi-duotone.hgi-phone-off-02:before {
  content: "\5061";
}
.hgi-duotone.hgi-php:after {
  content: "\5062";
}
.hgi-duotone.hgi-php:before {
  content: "\5063";
}
.hgi-duotone.hgi-physics:after {
  content: "\5064";
}
.hgi-duotone.hgi-physics:before {
  content: "\5065";
}
.hgi-duotone.hgi-pi-circle:after {
  content: "\5066";
}
.hgi-duotone.hgi-pi-circle:before {
  content: "\5067";
}
.hgi-duotone.hgi-pi:after {
  content: "\5068";
}
.hgi-duotone.hgi-pi-square:after {
  content: "\5069";
}
.hgi-duotone.hgi-pi-square:before {
  content: "\506a";
}
.hgi-duotone.hgi-pi:before {
  content: "\506b";
}
.hgi-duotone.hgi-picasa:after {
  content: "\506c";
}
.hgi-duotone.hgi-picasa:before {
  content: "\506d";
}
.hgi-duotone.hgi-pickup-01:after {
  content: "\506e";
}
.hgi-duotone.hgi-pickup-01:before {
  content: "\506f";
}
.hgi-duotone.hgi-pickup-02:after {
  content: "\5070";
}
.hgi-duotone.hgi-pickup-02:before {
  content: "\5071";
}
.hgi-duotone.hgi-picture-in-picture-exit:after {
  content: "\5072";
}
.hgi-duotone.hgi-picture-in-picture-exit:before {
  content: "\5073";
}
.hgi-duotone.hgi-picture-in-picture-on:after {
  content: "\5074";
}
.hgi-duotone.hgi-picture-in-picture-on:before {
  content: "\5075";
}
.hgi-duotone.hgi-pie-chart-01:after {
  content: "\5076";
}
.hgi-duotone.hgi-pie-chart-01:before {
  content: "\5077";
}
.hgi-duotone.hgi-pie-chart-02:after {
  content: "\5078";
}
.hgi-duotone.hgi-pie-chart-02:before {
  content: "\5079";
}
.hgi-duotone.hgi-pie-chart-03:after {
  content: "\507a";
}
.hgi-duotone.hgi-pie-chart-03:before {
  content: "\507b";
}
.hgi-duotone.hgi-pie-chart-04:after {
  content: "\507c";
}
.hgi-duotone.hgi-pie-chart-04:before {
  content: "\507d";
}
.hgi-duotone.hgi-pie-chart-05:after {
  content: "\507e";
}
.hgi-duotone.hgi-pie-chart-05:before {
  content: "\507f";
}
.hgi-duotone.hgi-pie-chart-06:after {
  content: "\5080";
}
.hgi-duotone.hgi-pie-chart-06:before {
  content: "\5081";
}
.hgi-duotone.hgi-pie-chart-07:after {
  content: "\5082";
}
.hgi-duotone.hgi-pie-chart-07:before {
  content: "\5083";
}
.hgi-duotone.hgi-pie-chart-08:after {
  content: "\5084";
}
.hgi-duotone.hgi-pie-chart-08:before {
  content: "\5085";
}
.hgi-duotone.hgi-pie-chart-09:after {
  content: "\5086";
}
.hgi-duotone.hgi-pie-chart-09:before {
  content: "\5087";
}
.hgi-duotone.hgi-pie-chart:after {
  content: "\5088";
}
.hgi-duotone.hgi-pie-chart-square:after {
  content: "\5089";
}
.hgi-duotone.hgi-pie-chart-square:before {
  content: "\508a";
}
.hgi-duotone.hgi-pie-chart:before {
  content: "\508b";
}
.hgi-duotone.hgi-pie:after {
  content: "\508c";
}
.hgi-duotone.hgi-pie:before {
  content: "\508d";
}
.hgi-duotone.hgi-piggy-bank:after {
  content: "\508e";
}
.hgi-duotone.hgi-piggy-bank:before {
  content: "\508f";
}
.hgi-duotone.hgi-pin-02:after {
  content: "\5090";
}
.hgi-duotone.hgi-pin-02:before {
  content: "\5091";
}
.hgi-duotone.hgi-pin-code:after {
  content: "\5092";
}
.hgi-duotone.hgi-pin-code:before {
  content: "\5093";
}
.hgi-duotone.hgi-pin-location-01:after {
  content: "\5094";
}
.hgi-duotone.hgi-pin-location-01:before {
  content: "\5095";
}
.hgi-duotone.hgi-pin-location-02:after {
  content: "\5096";
}
.hgi-duotone.hgi-pin-location-02:before {
  content: "\5097";
}
.hgi-duotone.hgi-pin-location-03:after {
  content: "\5098";
}
.hgi-duotone.hgi-pin-location-03:before {
  content: "\5099";
}
.hgi-duotone.hgi-pin-off:after {
  content: "\509a";
}
.hgi-duotone.hgi-pin-off:before {
  content: "\509b";
}
.hgi-duotone.hgi-pin:after {
  content: "\509c";
}
.hgi-duotone.hgi-pin:before {
  content: "\509d";
}
.hgi-duotone.hgi-pine-tree:after {
  content: "\509e";
}
.hgi-duotone.hgi-pine-tree:before {
  content: "\509f";
}
.hgi-duotone.hgi-pinterest:after {
  content: "\50a0";
}
.hgi-duotone.hgi-pinterest:before {
  content: "\50a1";
}
.hgi-duotone.hgi-pipeline:after {
  content: "\50a2";
}
.hgi-duotone.hgi-pipeline:before {
  content: "\50a3";
}
.hgi-duotone.hgi-pisa-tower:after {
  content: "\50a4";
}
.hgi-duotone.hgi-pisa-tower:before {
  content: "\50a5";
}
.hgi-duotone.hgi-pivot:after {
  content: "\50a6";
}
.hgi-duotone.hgi-pivot:before {
  content: "\50a7";
}
.hgi-duotone.hgi-pizza-01:after {
  content: "\50a8";
}
.hgi-duotone.hgi-pizza-01:before {
  content: "\50a9";
}
.hgi-duotone.hgi-pizza-02:after {
  content: "\50aa";
}
.hgi-duotone.hgi-pizza-02:before {
  content: "\50ab";
}
.hgi-duotone.hgi-pizza-03:after {
  content: "\50ac";
}
.hgi-duotone.hgi-pizza-03:before {
  content: "\50ad";
}
.hgi-duotone.hgi-pizza-04:after {
  content: "\50ae";
}
.hgi-duotone.hgi-pizza-04:before {
  content: "\50af";
}
.hgi-duotone.hgi-pizza-cutter:after {
  content: "\50b0";
}
.hgi-duotone.hgi-pizza-cutter:before {
  content: "\50b1";
}
.hgi-duotone.hgi-plane:after {
  content: "\50b2";
}
.hgi-duotone.hgi-plane:before {
  content: "\50b3";
}
.hgi-duotone.hgi-plant-01:after {
  content: "\50b4";
}
.hgi-duotone.hgi-plant-01:before {
  content: "\50b5";
}
.hgi-duotone.hgi-plant-02:after {
  content: "\50b6";
}
.hgi-duotone.hgi-plant-02:before {
  content: "\50b7";
}
.hgi-duotone.hgi-plant-03:after {
  content: "\50b8";
}
.hgi-duotone.hgi-plant-03:before {
  content: "\50b9";
}
.hgi-duotone.hgi-plant-04:after {
  content: "\50ba";
}
.hgi-duotone.hgi-plant-04:before {
  content: "\50bb";
}
.hgi-duotone.hgi-plate:after {
  content: "\50bc";
}
.hgi-duotone.hgi-plate:before {
  content: "\50bd";
}
.hgi-duotone.hgi-plaxo:after {
  content: "\50be";
}
.hgi-duotone.hgi-plaxo:before {
  content: "\50bf";
}
.hgi-duotone.hgi-play-circle-02:after {
  content: "\50c0";
}
.hgi-duotone.hgi-play-circle-02:before {
  content: "\50c1";
}
.hgi-duotone.hgi-play-circle:after {
  content: "\50c2";
}
.hgi-duotone.hgi-play-circle:before {
  content: "\50c3";
}
.hgi-duotone.hgi-play-list-add:after {
  content: "\50c4";
}
.hgi-duotone.hgi-play-list-add:before {
  content: "\50c5";
}
.hgi-duotone.hgi-play-list-favourite-01:after {
  content: "\50c6";
}
.hgi-duotone.hgi-play-list-favourite-01:before {
  content: "\50c7";
}
.hgi-duotone.hgi-play-list-favourite-02:after {
  content: "\50c8";
}
.hgi-duotone.hgi-play-list-favourite-02:before {
  content: "\50c9";
}
.hgi-duotone.hgi-play-list-minus:after {
  content: "\50ca";
}
.hgi-duotone.hgi-play-list-minus:before {
  content: "\50cb";
}
.hgi-duotone.hgi-play-list-remove:after {
  content: "\50cc";
}
.hgi-duotone.hgi-play-list-remove:before {
  content: "\50cd";
}
.hgi-duotone.hgi-play-list:after {
  content: "\50ce";
}
.hgi-duotone.hgi-play-list:before {
  content: "\50cf";
}
.hgi-duotone.hgi-play:after {
  content: "\50d0";
}
.hgi-duotone.hgi-play-square:after {
  content: "\50d1";
}
.hgi-duotone.hgi-play-square:before {
  content: "\50d2";
}
.hgi-duotone.hgi-play-store:after {
  content: "\50d3";
}
.hgi-duotone.hgi-play-store:before {
  content: "\50d4";
}
.hgi-duotone.hgi-play:before {
  content: "\50d5";
}
.hgi-duotone.hgi-playlist-01:after {
  content: "\50d6";
}
.hgi-duotone.hgi-playlist-01:before {
  content: "\50d7";
}
.hgi-duotone.hgi-playlist-02:after {
  content: "\50d8";
}
.hgi-duotone.hgi-playlist-02:before {
  content: "\50d9";
}
.hgi-duotone.hgi-playlist-03:after {
  content: "\50da";
}
.hgi-duotone.hgi-playlist-03:before {
  content: "\50db";
}
.hgi-duotone.hgi-plaza:after {
  content: "\50dc";
}
.hgi-duotone.hgi-plaza:before {
  content: "\50dd";
}
.hgi-duotone.hgi-plug-01:after {
  content: "\50de";
}
.hgi-duotone.hgi-plug-01:before {
  content: "\50df";
}
.hgi-duotone.hgi-plug-02:after {
  content: "\50e0";
}
.hgi-duotone.hgi-plug-02:before {
  content: "\50e1";
}
.hgi-duotone.hgi-plug-socket:after {
  content: "\50e2";
}
.hgi-duotone.hgi-plug-socket:before {
  content: "\50e3";
}
.hgi-duotone.hgi-plus-minus-01:after {
  content: "\50e4";
}
.hgi-duotone.hgi-plus-minus-01:before {
  content: "\50e5";
}
.hgi-duotone.hgi-plus-minus-02:after {
  content: "\50e6";
}
.hgi-duotone.hgi-plus-minus-02:before {
  content: "\50e7";
}
.hgi-duotone.hgi-plus-minus-circle-01:after {
  content: "\50e8";
}
.hgi-duotone.hgi-plus-minus-circle-01:before {
  content: "\50e9";
}
.hgi-duotone.hgi-plus-minus-circle-02:after {
  content: "\50ea";
}
.hgi-duotone.hgi-plus-minus-circle-02:before {
  content: "\50eb";
}
.hgi-duotone.hgi-plus-minus:after {
  content: "\50ec";
}
.hgi-duotone.hgi-plus-minus-square-01:after {
  content: "\50ed";
}
.hgi-duotone.hgi-plus-minus-square-01:before {
  content: "\50ee";
}
.hgi-duotone.hgi-plus-minus-square-02:after {
  content: "\50ef";
}
.hgi-duotone.hgi-plus-minus-square-02:before {
  content: "\50f0";
}
.hgi-duotone.hgi-plus-minus:before {
  content: "\50f1";
}
.hgi-duotone.hgi-plus-sign-circle:after {
  content: "\50f2";
}
.hgi-duotone.hgi-plus-sign-circle:before {
  content: "\50f3";
}
.hgi-duotone.hgi-plus-sign:after {
  content: "\50f4";
}
.hgi-duotone.hgi-plus-sign-square:after {
  content: "\50f5";
}
.hgi-duotone.hgi-plus-sign-square:before {
  content: "\50f6";
}
.hgi-duotone.hgi-plus-sign:before {
  content: "\50f7";
}
.hgi-duotone.hgi-png-01:after {
  content: "\50f8";
}
.hgi-duotone.hgi-png-01:before {
  content: "\50f9";
}
.hgi-duotone.hgi-png-02:after {
  content: "\50fa";
}
.hgi-duotone.hgi-png-02:before {
  content: "\50fb";
}
.hgi-duotone.hgi-podcast:after {
  content: "\50fc";
}
.hgi-duotone.hgi-podcast:before {
  content: "\50fd";
}
.hgi-duotone.hgi-podium:after {
  content: "\50fe";
}
.hgi-duotone.hgi-podium:before {
  content: "\50ff";
}
.hgi-duotone.hgi-pointing-left-01:after {
  content: "\5100";
}
.hgi-duotone.hgi-pointing-left-01:before {
  content: "\5101";
}
.hgi-duotone.hgi-pointing-left-02:after {
  content: "\5102";
}
.hgi-duotone.hgi-pointing-left-02:before {
  content: "\5103";
}
.hgi-duotone.hgi-pointing-left-03:after {
  content: "\5104";
}
.hgi-duotone.hgi-pointing-left-03:before {
  content: "\5105";
}
.hgi-duotone.hgi-pointing-left-04:after {
  content: "\5106";
}
.hgi-duotone.hgi-pointing-left-04:before {
  content: "\5107";
}
.hgi-duotone.hgi-pointing-left-05:after {
  content: "\5108";
}
.hgi-duotone.hgi-pointing-left-05:before {
  content: "\5109";
}
.hgi-duotone.hgi-pointing-left-06:after {
  content: "\510a";
}
.hgi-duotone.hgi-pointing-left-06:before {
  content: "\510b";
}
.hgi-duotone.hgi-pointing-left-07:after {
  content: "\510c";
}
.hgi-duotone.hgi-pointing-left-07:before {
  content: "\510d";
}
.hgi-duotone.hgi-pointing-left-08:after {
  content: "\510e";
}
.hgi-duotone.hgi-pointing-left-08:before {
  content: "\510f";
}
.hgi-duotone.hgi-pointing-right-01:after {
  content: "\5110";
}
.hgi-duotone.hgi-pointing-right-01:before {
  content: "\5111";
}
.hgi-duotone.hgi-pointing-right-02:after {
  content: "\5112";
}
.hgi-duotone.hgi-pointing-right-02:before {
  content: "\5113";
}
.hgi-duotone.hgi-pointing-right-03:after {
  content: "\5114";
}
.hgi-duotone.hgi-pointing-right-03:before {
  content: "\5115";
}
.hgi-duotone.hgi-pointing-right-04:after {
  content: "\5116";
}
.hgi-duotone.hgi-pointing-right-04:before {
  content: "\5117";
}
.hgi-duotone.hgi-pointing-right-05:after {
  content: "\5118";
}
.hgi-duotone.hgi-pointing-right-05:before {
  content: "\5119";
}
.hgi-duotone.hgi-pointing-right-06:after {
  content: "\511a";
}
.hgi-duotone.hgi-pointing-right-06:before {
  content: "\511b";
}
.hgi-duotone.hgi-pointing-right-07:after {
  content: "\511c";
}
.hgi-duotone.hgi-pointing-right-07:before {
  content: "\511d";
}
.hgi-duotone.hgi-pointing-right-08:after {
  content: "\511e";
}
.hgi-duotone.hgi-pointing-right-08:before {
  content: "\511f";
}
.hgi-duotone.hgi-pokeball:after {
  content: "\5120";
}
.hgi-duotone.hgi-pokeball:before {
  content: "\5121";
}
.hgi-duotone.hgi-pokemon:after {
  content: "\5122";
}
.hgi-duotone.hgi-pokemon:before {
  content: "\5123";
}
.hgi-duotone.hgi-police-badge:after {
  content: "\5124";
}
.hgi-duotone.hgi-police-badge:before {
  content: "\5125";
}
.hgi-duotone.hgi-police-cap:after {
  content: "\5126";
}
.hgi-duotone.hgi-police-cap:before {
  content: "\5127";
}
.hgi-duotone.hgi-police-car:after {
  content: "\5128";
}
.hgi-duotone.hgi-police-car:before {
  content: "\5129";
}
.hgi-duotone.hgi-police-station:after {
  content: "\512a";
}
.hgi-duotone.hgi-police-station:before {
  content: "\512b";
}
.hgi-duotone.hgi-policy:after {
  content: "\512c";
}
.hgi-duotone.hgi-policy:before {
  content: "\512d";
}
.hgi-duotone.hgi-poly-tank:after {
  content: "\512e";
}
.hgi-duotone.hgi-poly-tank:before {
  content: "\512f";
}
.hgi-duotone.hgi-polygon:after {
  content: "\5130";
}
.hgi-duotone.hgi-polygon:before {
  content: "\5131";
}
.hgi-duotone.hgi-pool:after {
  content: "\5132";
}
.hgi-duotone.hgi-pool-table:after {
  content: "\5133";
}
.hgi-duotone.hgi-pool-table:before {
  content: "\5134";
}
.hgi-duotone.hgi-pool:before {
  content: "\5135";
}
.hgi-duotone.hgi-poop:after {
  content: "\5136";
}
.hgi-duotone.hgi-poop:before {
  content: "\5137";
}
.hgi-duotone.hgi-popcorn:after {
  content: "\5138";
}
.hgi-duotone.hgi-popcorn:before {
  content: "\5139";
}
.hgi-duotone.hgi-pot-01:after {
  content: "\513a";
}
.hgi-duotone.hgi-pot-01:before {
  content: "\513b";
}
.hgi-duotone.hgi-pot-02:after {
  content: "\513c";
}
.hgi-duotone.hgi-pot-02:before {
  content: "\513d";
}
.hgi-duotone.hgi-potion:after {
  content: "\513e";
}
.hgi-duotone.hgi-potion:before {
  content: "\513f";
}
.hgi-duotone.hgi-pound-circle:after {
  content: "\5140";
}
.hgi-duotone.hgi-pound-circle:before {
  content: "\5141";
}
.hgi-duotone.hgi-pound-receive:after {
  content: "\5142";
}
.hgi-duotone.hgi-pound-receive:before {
  content: "\5143";
}
.hgi-duotone.hgi-pound:after {
  content: "\5144";
}
.hgi-duotone.hgi-pound-send:after {
  content: "\5145";
}
.hgi-duotone.hgi-pound-send:before {
  content: "\5146";
}
.hgi-duotone.hgi-pound-square:after {
  content: "\5147";
}
.hgi-duotone.hgi-pound-square:before {
  content: "\5148";
}
.hgi-duotone.hgi-pound:before {
  content: "\5149";
}
.hgi-duotone.hgi-power-service:after {
  content: "\514a";
}
.hgi-duotone.hgi-power-service:before {
  content: "\514b";
}
.hgi-duotone.hgi-power-socket-01:after {
  content: "\514c";
}
.hgi-duotone.hgi-power-socket-01:before {
  content: "\514d";
}
.hgi-duotone.hgi-power-socket-02:after {
  content: "\514e";
}
.hgi-duotone.hgi-power-socket-02:before {
  content: "\514f";
}
.hgi-duotone.hgi-ppt-01:after {
  content: "\5150";
}
.hgi-duotone.hgi-ppt-01:before {
  content: "\5151";
}
.hgi-duotone.hgi-ppt-02:after {
  content: "\5152";
}
.hgi-duotone.hgi-ppt-02:before {
  content: "\5153";
}
.hgi-duotone.hgi-prawn:after {
  content: "\5154";
}
.hgi-duotone.hgi-prawn:before {
  content: "\5155";
}
.hgi-duotone.hgi-prayer-rug-01:after {
  content: "\5156";
}
.hgi-duotone.hgi-prayer-rug-01:before {
  content: "\5157";
}
.hgi-duotone.hgi-prayer-rug-02:after {
  content: "\5158";
}
.hgi-duotone.hgi-prayer-rug-02:before {
  content: "\5159";
}
.hgi-duotone.hgi-preference-horizontal:after {
  content: "\515a";
}
.hgi-duotone.hgi-preference-horizontal:before {
  content: "\515b";
}
.hgi-duotone.hgi-preference-vertical:after {
  content: "\515c";
}
.hgi-duotone.hgi-preference-vertical:before {
  content: "\515d";
}
.hgi-duotone.hgi-prescription:after {
  content: "\515e";
}
.hgi-duotone.hgi-prescription:before {
  content: "\515f";
}
.hgi-duotone.hgi-presentation-01:after {
  content: "\5160";
}
.hgi-duotone.hgi-presentation-01:before {
  content: "\5161";
}
.hgi-duotone.hgi-presentation-02:after {
  content: "\5162";
}
.hgi-duotone.hgi-presentation-02:before {
  content: "\5163";
}
.hgi-duotone.hgi-presentation-03:after {
  content: "\5164";
}
.hgi-duotone.hgi-presentation-03:before {
  content: "\5165";
}
.hgi-duotone.hgi-presentation-04:after {
  content: "\5166";
}
.hgi-duotone.hgi-presentation-04:before {
  content: "\5167";
}
.hgi-duotone.hgi-presentation-05:after {
  content: "\5168";
}
.hgi-duotone.hgi-presentation-05:before {
  content: "\5169";
}
.hgi-duotone.hgi-presentation-06:after {
  content: "\516a";
}
.hgi-duotone.hgi-presentation-06:before {
  content: "\516b";
}
.hgi-duotone.hgi-presentation-07:after {
  content: "\516c";
}
.hgi-duotone.hgi-presentation-07:before {
  content: "\516d";
}
.hgi-duotone.hgi-presentation-bar-chart-01:after {
  content: "\516e";
}
.hgi-duotone.hgi-presentation-bar-chart-01:before {
  content: "\516f";
}
.hgi-duotone.hgi-presentation-bar-chart-02:after {
  content: "\5170";
}
.hgi-duotone.hgi-presentation-bar-chart-02:before {
  content: "\5171";
}
.hgi-duotone.hgi-presentation-line-chart-01:after {
  content: "\5172";
}
.hgi-duotone.hgi-presentation-line-chart-01:before {
  content: "\5173";
}
.hgi-duotone.hgi-presentation-line-chart-02:after {
  content: "\5174";
}
.hgi-duotone.hgi-presentation-line-chart-02:before {
  content: "\5175";
}
.hgi-duotone.hgi-presentation-online:after {
  content: "\5176";
}
.hgi-duotone.hgi-presentation-online:before {
  content: "\5177";
}
.hgi-duotone.hgi-presentation-podium:after {
  content: "\5178";
}
.hgi-duotone.hgi-presentation-podium:before {
  content: "\5179";
}
.hgi-duotone.hgi-previous:after {
  content: "\517a";
}
.hgi-duotone.hgi-previous:before {
  content: "\517b";
}
.hgi-duotone.hgi-printer-off:after {
  content: "\517c";
}
.hgi-duotone.hgi-printer-off:before {
  content: "\517d";
}
.hgi-duotone.hgi-printer:after {
  content: "\517e";
}
.hgi-duotone.hgi-printer:before {
  content: "\517f";
}
.hgi-duotone.hgi-prism-01:after {
  content: "\5180";
}
.hgi-duotone.hgi-prism-01:before {
  content: "\5181";
}
.hgi-duotone.hgi-prism:after {
  content: "\5182";
}
.hgi-duotone.hgi-prism:before {
  content: "\5183";
}
.hgi-duotone.hgi-prison-guard:after {
  content: "\5184";
}
.hgi-duotone.hgi-prison-guard:before {
  content: "\5185";
}
.hgi-duotone.hgi-prison:after {
  content: "\5186";
}
.hgi-duotone.hgi-prison:before {
  content: "\5187";
}
.hgi-duotone.hgi-prisoner:after {
  content: "\5188";
}
.hgi-duotone.hgi-prisoner:before {
  content: "\5189";
}
.hgi-duotone.hgi-product-loading:after {
  content: "\518a";
}
.hgi-duotone.hgi-product-loading:before {
  content: "\518b";
}
.hgi-duotone.hgi-profile-02:after {
  content: "\518c";
}
.hgi-duotone.hgi-profile-02:before {
  content: "\518d";
}
.hgi-duotone.hgi-profile:after {
  content: "\518e";
}
.hgi-duotone.hgi-profile:before {
  content: "\518f";
}
.hgi-duotone.hgi-profit:after {
  content: "\5190";
}
.hgi-duotone.hgi-profit:before {
  content: "\5191";
}
.hgi-duotone.hgi-programming-flag:after {
  content: "\5192";
}
.hgi-duotone.hgi-programming-flag:before {
  content: "\5193";
}
.hgi-duotone.hgi-progress-01:after {
  content: "\5194";
}
.hgi-duotone.hgi-progress-01:before {
  content: "\5195";
}
.hgi-duotone.hgi-progress-02:after {
  content: "\5196";
}
.hgi-duotone.hgi-progress-02:before {
  content: "\5197";
}
.hgi-duotone.hgi-progress-03:after {
  content: "\5198";
}
.hgi-duotone.hgi-progress-03:before {
  content: "\5199";
}
.hgi-duotone.hgi-progress-04:after {
  content: "\519a";
}
.hgi-duotone.hgi-progress-04:before {
  content: "\519b";
}
.hgi-duotone.hgi-progress:after {
  content: "\519c";
}
.hgi-duotone.hgi-progress:before {
  content: "\519d";
}
.hgi-duotone.hgi-projector-01:after {
  content: "\519e";
}
.hgi-duotone.hgi-projector-01:before {
  content: "\519f";
}
.hgi-duotone.hgi-projector:after {
  content: "\51a0";
}
.hgi-duotone.hgi-projector:before {
  content: "\51a1";
}
.hgi-duotone.hgi-promotion:after {
  content: "\51a2";
}
.hgi-duotone.hgi-promotion:before {
  content: "\51a3";
}
.hgi-duotone.hgi-property-add:after {
  content: "\51a4";
}
.hgi-duotone.hgi-property-add:before {
  content: "\51a5";
}
.hgi-duotone.hgi-property-delete:after {
  content: "\51a6";
}
.hgi-duotone.hgi-property-delete:before {
  content: "\51a7";
}
.hgi-duotone.hgi-property-edit:after {
  content: "\51a8";
}
.hgi-duotone.hgi-property-edit:before {
  content: "\51a9";
}
.hgi-duotone.hgi-property-new:after {
  content: "\51aa";
}
.hgi-duotone.hgi-property-new:before {
  content: "\51ab";
}
.hgi-duotone.hgi-property-search:after {
  content: "\51ac";
}
.hgi-duotone.hgi-property-search:before {
  content: "\51ad";
}
.hgi-duotone.hgi-property-view:after {
  content: "\51ae";
}
.hgi-duotone.hgi-property-view:before {
  content: "\51af";
}
.hgi-duotone.hgi-protection-mask:after {
  content: "\51b0";
}
.hgi-duotone.hgi-protection-mask:before {
  content: "\51b1";
}
.hgi-duotone.hgi-pulley:after {
  content: "\51b2";
}
.hgi-duotone.hgi-pulley:before {
  content: "\51b3";
}
.hgi-duotone.hgi-pulse-01:after {
  content: "\51b4";
}
.hgi-duotone.hgi-pulse-01:before {
  content: "\51b5";
}
.hgi-duotone.hgi-pulse-02:after {
  content: "\51b6";
}
.hgi-duotone.hgi-pulse-02:before {
  content: "\51b7";
}
.hgi-duotone.hgi-pulse-rectangle-01:after {
  content: "\51b8";
}
.hgi-duotone.hgi-pulse-rectangle-01:before {
  content: "\51b9";
}
.hgi-duotone.hgi-pulse-rectangle-02:after {
  content: "\51ba";
}
.hgi-duotone.hgi-pulse-rectangle-02:before {
  content: "\51bb";
}
.hgi-duotone.hgi-pumpkin:after {
  content: "\51bc";
}
.hgi-duotone.hgi-pumpkin:before {
  content: "\51bd";
}
.hgi-duotone.hgi-punch:after {
  content: "\51be";
}
.hgi-duotone.hgi-punch:before {
  content: "\51bf";
}
.hgi-duotone.hgi-punching-ball-01:after {
  content: "\51c0";
}
.hgi-duotone.hgi-punching-ball-01:before {
  content: "\51c1";
}
.hgi-duotone.hgi-punching-ball-02:after {
  content: "\51c2";
}
.hgi-duotone.hgi-punching-ball-02:before {
  content: "\51c3";
}
.hgi-duotone.hgi-purse-01:after {
  content: "\51c4";
}
.hgi-duotone.hgi-purse-01:before {
  content: "\51c5";
}
.hgi-duotone.hgi-purse:after {
  content: "\51c6";
}
.hgi-duotone.hgi-purse:before {
  content: "\51c7";
}
.hgi-duotone.hgi-push-up-bar:after {
  content: "\51c8";
}
.hgi-duotone.hgi-push-up-bar:before {
  content: "\51c9";
}
.hgi-duotone.hgi-puzzle:after {
  content: "\51ca";
}
.hgi-duotone.hgi-puzzle:before {
  content: "\51cb";
}
.hgi-duotone.hgi-pyramid-maslowo:after {
  content: "\51cc";
}
.hgi-duotone.hgi-pyramid-maslowo:before {
  content: "\51cd";
}
.hgi-duotone.hgi-pyramid:after {
  content: "\51ce";
}
.hgi-duotone.hgi-pyramid-structure-01:after {
  content: "\51cf";
}
.hgi-duotone.hgi-pyramid-structure-01:before {
  content: "\51d0";
}
.hgi-duotone.hgi-pyramid-structure-02:after {
  content: "\51d1";
}
.hgi-duotone.hgi-pyramid-structure-02:before {
  content: "\51d2";
}
.hgi-duotone.hgi-pyramid:before {
  content: "\51d3";
}
.hgi-duotone.hgi-python:after {
  content: "\51d4";
}
.hgi-duotone.hgi-python:before {
  content: "\51d5";
}
.hgi-duotone.hgi-qq-plot:after {
  content: "\51d6";
}
.hgi-duotone.hgi-qq-plot:before {
  content: "\51d7";
}
.hgi-duotone.hgi-qr-code-01:after {
  content: "\51d8";
}
.hgi-duotone.hgi-qr-code-01:before {
  content: "\51d9";
}
.hgi-duotone.hgi-qr-code:after {
  content: "\51da";
}
.hgi-duotone.hgi-qr-code:before {
  content: "\51db";
}
.hgi-duotone.hgi-question:after {
  content: "\51dc";
}
.hgi-duotone.hgi-question:before {
  content: "\51dd";
}
.hgi-duotone.hgi-queue-01:after {
  content: "\51de";
}
.hgi-duotone.hgi-queue-01:before {
  content: "\51df";
}
.hgi-duotone.hgi-queue-02:after {
  content: "\51e0";
}
.hgi-duotone.hgi-queue-02:before {
  content: "\51e1";
}
.hgi-duotone.hgi-quill-write-01:after {
  content: "\51e2";
}
.hgi-duotone.hgi-quill-write-01:before {
  content: "\51e3";
}
.hgi-duotone.hgi-quill-write-02:after {
  content: "\51e4";
}
.hgi-duotone.hgi-quill-write-02:before {
  content: "\51e5";
}
.hgi-duotone.hgi-quiz-01:after {
  content: "\51e6";
}
.hgi-duotone.hgi-quiz-01:before {
  content: "\51e7";
}
.hgi-duotone.hgi-quiz-02:after {
  content: "\51e8";
}
.hgi-duotone.hgi-quiz-02:before {
  content: "\51e9";
}
.hgi-duotone.hgi-quiz-03:after {
  content: "\51ea";
}
.hgi-duotone.hgi-quiz-03:before {
  content: "\51eb";
}
.hgi-duotone.hgi-quiz-04:after {
  content: "\51ec";
}
.hgi-duotone.hgi-quiz-04:before {
  content: "\51ed";
}
.hgi-duotone.hgi-quiz-05:after {
  content: "\51ee";
}
.hgi-duotone.hgi-quiz-05:before {
  content: "\51ef";
}
.hgi-duotone.hgi-quora:after {
  content: "\51f0";
}
.hgi-duotone.hgi-quora:before {
  content: "\51f1";
}
.hgi-duotone.hgi-quote-down-circle:after {
  content: "\51f2";
}
.hgi-duotone.hgi-quote-down-circle:before {
  content: "\51f3";
}
.hgi-duotone.hgi-quote-down:after {
  content: "\51f4";
}
.hgi-duotone.hgi-quote-down-square:after {
  content: "\51f5";
}
.hgi-duotone.hgi-quote-down-square:before {
  content: "\51f6";
}
.hgi-duotone.hgi-quote-down:before {
  content: "\51f7";
}
.hgi-duotone.hgi-quote-up-circle:after {
  content: "\51f8";
}
.hgi-duotone.hgi-quote-up-circle:before {
  content: "\51f9";
}
.hgi-duotone.hgi-quote-up:after {
  content: "\51fa";
}
.hgi-duotone.hgi-quote-up-square:after {
  content: "\51fb";
}
.hgi-duotone.hgi-quote-up-square:before {
  content: "\51fc";
}
.hgi-duotone.hgi-quote-up:before {
  content: "\51fd";
}
.hgi-duotone.hgi-quotes:after {
  content: "\51fe";
}
.hgi-duotone.hgi-quotes:before {
  content: "\51ff";
}
.hgi-duotone.hgi-quran-01:after {
  content: "\5200";
}
.hgi-duotone.hgi-quran-01:before {
  content: "\5201";
}
.hgi-duotone.hgi-quran-02:after {
  content: "\5202";
}
.hgi-duotone.hgi-quran-02:before {
  content: "\5203";
}
.hgi-duotone.hgi-quran-03:after {
  content: "\5204";
}
.hgi-duotone.hgi-quran-03:before {
  content: "\5205";
}
.hgi-duotone.hgi-racing-flag:after {
  content: "\5206";
}
.hgi-duotone.hgi-racing-flag:before {
  content: "\5207";
}
.hgi-duotone.hgi-radar-01:after {
  content: "\5208";
}
.hgi-duotone.hgi-radar-01:before {
  content: "\5209";
}
.hgi-duotone.hgi-radar-02:after {
  content: "\520a";
}
.hgi-duotone.hgi-radar-02:before {
  content: "\520b";
}
.hgi-duotone.hgi-radial:after {
  content: "\520c";
}
.hgi-duotone.hgi-radial:before {
  content: "\520d";
}
.hgi-duotone.hgi-radio-01:after {
  content: "\520e";
}
.hgi-duotone.hgi-radio-01:before {
  content: "\520f";
}
.hgi-duotone.hgi-radio-02:after {
  content: "\5210";
}
.hgi-duotone.hgi-radio-02:before {
  content: "\5211";
}
.hgi-duotone.hgi-radio-button:after {
  content: "\5212";
}
.hgi-duotone.hgi-radio-button:before {
  content: "\5213";
}
.hgi-duotone.hgi-radio:after {
  content: "\5214";
}
.hgi-duotone.hgi-radio:before {
  content: "\5215";
}
.hgi-duotone.hgi-radioactive-alert:after {
  content: "\5216";
}
.hgi-duotone.hgi-radioactive-alert:before {
  content: "\5217";
}
.hgi-duotone.hgi-radius:after {
  content: "\5218";
}
.hgi-duotone.hgi-radius:before {
  content: "\5219";
}
.hgi-duotone.hgi-rain-double-drop:after {
  content: "\521a";
}
.hgi-duotone.hgi-rain-double-drop:before {
  content: "\521b";
}
.hgi-duotone.hgi-rain-drop:after {
  content: "\521c";
}
.hgi-duotone.hgi-rain-drop:before {
  content: "\521d";
}
.hgi-duotone.hgi-rain:after {
  content: "\521e";
}
.hgi-duotone.hgi-rain:before {
  content: "\521f";
}
.hgi-duotone.hgi-rainbow:after {
  content: "\5220";
}
.hgi-duotone.hgi-rainbow:before {
  content: "\5221";
}
.hgi-duotone.hgi-ramadhan-01:after {
  content: "\5222";
}
.hgi-duotone.hgi-ramadhan-01:before {
  content: "\5223";
}
.hgi-duotone.hgi-ramadhan-02:after {
  content: "\5224";
}
.hgi-duotone.hgi-ramadhan-02:before {
  content: "\5225";
}
.hgi-duotone.hgi-ramadhan-month:after {
  content: "\5226";
}
.hgi-duotone.hgi-ramadhan-month:before {
  content: "\5227";
}
.hgi-duotone.hgi-ranking:after {
  content: "\5228";
}
.hgi-duotone.hgi-ranking:before {
  content: "\5229";
}
.hgi-duotone.hgi-rar-01:after {
  content: "\522a";
}
.hgi-duotone.hgi-rar-01:before {
  content: "\522b";
}
.hgi-duotone.hgi-rar-02:after {
  content: "\522c";
}
.hgi-duotone.hgi-rar-02:before {
  content: "\522d";
}
.hgi-duotone.hgi-raw-01:after {
  content: "\522e";
}
.hgi-duotone.hgi-raw-01:before {
  content: "\522f";
}
.hgi-duotone.hgi-raw-02:after {
  content: "\5230";
}
.hgi-duotone.hgi-raw-02:before {
  content: "\5231";
}
.hgi-duotone.hgi-re::after {
  content: "\5232";
}
.hgi-duotone.hgi-re::before {
  content: "\5233";
}
.hgi-duotone.hgi-react:after {
  content: "\5234";
}
.hgi-duotone.hgi-react:before {
  content: "\5235";
}
.hgi-duotone.hgi-real-estate-01:after {
  content: "\5236";
}
.hgi-duotone.hgi-real-estate-01:before {
  content: "\5237";
}
.hgi-duotone.hgi-real-estate-02:after {
  content: "\5238";
}
.hgi-duotone.hgi-real-estate-02:before {
  content: "\5239";
}
.hgi-duotone.hgi-receipt-dollar:after {
  content: "\523a";
}
.hgi-duotone.hgi-receipt-dollar:before {
  content: "\523b";
}
.hgi-duotone.hgi-record:after {
  content: "\523c";
}
.hgi-duotone.hgi-record:before {
  content: "\523d";
}
.hgi-duotone.hgi-recovery-mail:after {
  content: "\523e";
}
.hgi-duotone.hgi-recovery-mail:before {
  content: "\523f";
}
.hgi-duotone.hgi-rectangular-01:after {
  content: "\5240";
}
.hgi-duotone.hgi-rectangular-01:before {
  content: "\5241";
}
.hgi-duotone.hgi-rectangular:after {
  content: "\5242";
}
.hgi-duotone.hgi-rectangular:before {
  content: "\5243";
}
.hgi-duotone.hgi-recycle-01:after {
  content: "\5244";
}
.hgi-duotone.hgi-recycle-01:before {
  content: "\5245";
}
.hgi-duotone.hgi-recycle-02:after {
  content: "\5246";
}
.hgi-duotone.hgi-recycle-02:before {
  content: "\5247";
}
.hgi-duotone.hgi-recycle-03:after {
  content: "\5248";
}
.hgi-duotone.hgi-recycle-03:before {
  content: "\5249";
}
.hgi-duotone.hgi-reddit:after {
  content: "\524a";
}
.hgi-duotone.hgi-reddit:before {
  content: "\524b";
}
.hgi-duotone.hgi-redo-02:after {
  content: "\524c";
}
.hgi-duotone.hgi-redo-02:before {
  content: "\524d";
}
.hgi-duotone.hgi-redo-03:after {
  content: "\524e";
}
.hgi-duotone.hgi-redo-03:before {
  content: "\524f";
}
.hgi-duotone.hgi-redo:after {
  content: "\5250";
}
.hgi-duotone.hgi-redo:before {
  content: "\5251";
}
.hgi-duotone.hgi-reflex:after {
  content: "\5252";
}
.hgi-duotone.hgi-reflex:before {
  content: "\5253";
}
.hgi-duotone.hgi-refresh:after {
  content: "\5254";
}
.hgi-duotone.hgi-refresh:before {
  content: "\5255";
}
.hgi-duotone.hgi-refrigerator:after {
  content: "\5256";
}
.hgi-duotone.hgi-refrigerator:before {
  content: "\5257";
}
.hgi-duotone.hgi-register:after {
  content: "\5258";
}
.hgi-duotone.hgi-register:before {
  content: "\5259";
}
.hgi-duotone.hgi-registered:after {
  content: "\525a";
}
.hgi-duotone.hgi-registered:before {
  content: "\525b";
}
.hgi-duotone.hgi-relieved-01:after {
  content: "\525c";
}
.hgi-duotone.hgi-relieved-01:before {
  content: "\525d";
}
.hgi-duotone.hgi-relieved-02:after {
  content: "\525e";
}
.hgi-duotone.hgi-relieved-02:before {
  content: "\525f";
}
.hgi-duotone.hgi-reload:after {
  content: "\5260";
}
.hgi-duotone.hgi-reload:before {
  content: "\5261";
}
.hgi-duotone.hgi-reminder:after {
  content: "\5262";
}
.hgi-duotone.hgi-reminder:before {
  content: "\5263";
}
.hgi-duotone.hgi-remote-control:after {
  content: "\5264";
}
.hgi-duotone.hgi-remote-control:before {
  content: "\5265";
}
.hgi-duotone.hgi-remove-01:after {
  content: "\5266";
}
.hgi-duotone.hgi-remove-01:before {
  content: "\5267";
}
.hgi-duotone.hgi-remove-02:after {
  content: "\5268";
}
.hgi-duotone.hgi-remove-02:before {
  content: "\5269";
}
.hgi-duotone.hgi-remove-circle-half-dot:after {
  content: "\526a";
}
.hgi-duotone.hgi-remove-circle-half-dot:before {
  content: "\526b";
}
.hgi-duotone.hgi-remove-circle:after {
  content: "\526c";
}
.hgi-duotone.hgi-remove-circle:before {
  content: "\526d";
}
.hgi-duotone.hgi-remove-female:after {
  content: "\526e";
}
.hgi-duotone.hgi-remove-female:before {
  content: "\526f";
}
.hgi-duotone.hgi-remove-male:after {
  content: "\5270";
}
.hgi-duotone.hgi-remove-male:before {
  content: "\5271";
}
.hgi-duotone.hgi-remove-pi:after {
  content: "\5272";
}
.hgi-duotone.hgi-remove-pi:before {
  content: "\5273";
}
.hgi-duotone.hgi-remove-square:after {
  content: "\5274";
}
.hgi-duotone.hgi-remove-square:before {
  content: "\5275";
}
.hgi-duotone.hgi-renewable-energy-01:after {
  content: "\5276";
}
.hgi-duotone.hgi-renewable-energy-01:before {
  content: "\5277";
}
.hgi-duotone.hgi-renewable-energy:after {
  content: "\5278";
}
.hgi-duotone.hgi-renewable-energy:before {
  content: "\5279";
}
.hgi-duotone.hgi-repair:after {
  content: "\527a";
}
.hgi-duotone.hgi-repair:before {
  content: "\527b";
}
.hgi-duotone.hgi-repeat-off:after {
  content: "\527c";
}
.hgi-duotone.hgi-repeat-off:before {
  content: "\527d";
}
.hgi-duotone.hgi-repeat-one-01:after {
  content: "\527e";
}
.hgi-duotone.hgi-repeat-one-01:before {
  content: "\527f";
}
.hgi-duotone.hgi-repeat-one-02:after {
  content: "\5280";
}
.hgi-duotone.hgi-repeat-one-02:before {
  content: "\5281";
}
.hgi-duotone.hgi-repeat:after {
  content: "\5282";
}
.hgi-duotone.hgi-repeat:before {
  content: "\5283";
}
.hgi-duotone.hgi-replay:after {
  content: "\5284";
}
.hgi-duotone.hgi-replay:before {
  content: "\5285";
}
.hgi-duotone.hgi-repository:after {
  content: "\5286";
}
.hgi-duotone.hgi-repository:before {
  content: "\5287";
}
.hgi-duotone.hgi-reset-password:after {
  content: "\5288";
}
.hgi-duotone.hgi-reset-password:before {
  content: "\5289";
}
.hgi-duotone.hgi-resize-01:after {
  content: "\528a";
}
.hgi-duotone.hgi-resize-01:before {
  content: "\528b";
}
.hgi-duotone.hgi-resize-02:after {
  content: "\528c";
}
.hgi-duotone.hgi-resize-02:before {
  content: "\528d";
}
.hgi-duotone.hgi-resize-field-rectangle:after {
  content: "\528e";
}
.hgi-duotone.hgi-resize-field-rectangle:before {
  content: "\528f";
}
.hgi-duotone.hgi-resize-field:after {
  content: "\5290";
}
.hgi-duotone.hgi-resize-field:before {
  content: "\5291";
}
.hgi-duotone.hgi-resources-add:after {
  content: "\5292";
}
.hgi-duotone.hgi-resources-add:before {
  content: "\5293";
}
.hgi-duotone.hgi-resources-remove:after {
  content: "\5294";
}
.hgi-duotone.hgi-resources-remove:before {
  content: "\5295";
}
.hgi-duotone.hgi-restaurant-01:after {
  content: "\5296";
}
.hgi-duotone.hgi-restaurant-01:before {
  content: "\5297";
}
.hgi-duotone.hgi-restaurant-02:after {
  content: "\5298";
}
.hgi-duotone.hgi-restaurant-02:before {
  content: "\5299";
}
.hgi-duotone.hgi-restaurant-03:after {
  content: "\529a";
}
.hgi-duotone.hgi-restaurant-03:before {
  content: "\529b";
}
.hgi-duotone.hgi-restaurant-table:after {
  content: "\529c";
}
.hgi-duotone.hgi-restaurant-table:before {
  content: "\529d";
}
.hgi-duotone.hgi-restore-bin:after {
  content: "\529e";
}
.hgi-duotone.hgi-restore-bin:before {
  content: "\529f";
}
.hgi-duotone.hgi-return-request:after {
  content: "\52a0";
}
.hgi-duotone.hgi-return-request:before {
  content: "\52a1";
}
.hgi-duotone.hgi-reverse-withdrawal-01:after {
  content: "\52a2";
}
.hgi-duotone.hgi-reverse-withdrawal-01:before {
  content: "\52a3";
}
.hgi-duotone.hgi-reverse-withdrawal-02:after {
  content: "\52a4";
}
.hgi-duotone.hgi-reverse-withdrawal-02:before {
  content: "\52a5";
}
.hgi-duotone.hgi-rhombus-01:after {
  content: "\52a6";
}
.hgi-duotone.hgi-rhombus-01:before {
  content: "\52a7";
}
.hgi-duotone.hgi-rhombus:after {
  content: "\52a8";
}
.hgi-duotone.hgi-rhombus:before {
  content: "\52a9";
}
.hgi-duotone.hgi-rice-bowl-01:after {
  content: "\52aa";
}
.hgi-duotone.hgi-rice-bowl-01:before {
  content: "\52ab";
}
.hgi-duotone.hgi-rice-bowl-02:after {
  content: "\52ac";
}
.hgi-duotone.hgi-rice-bowl-02:before {
  content: "\52ad";
}
.hgi-duotone.hgi-right-angle:after {
  content: "\52ae";
}
.hgi-duotone.hgi-right-angle:before {
  content: "\52af";
}
.hgi-duotone.hgi-right-to-left-block-quote:after {
  content: "\52b0";
}
.hgi-duotone.hgi-right-to-left-block-quote:before {
  content: "\52b1";
}
.hgi-duotone.hgi-right-to-left-list-bullet:after {
  content: "\52b2";
}
.hgi-duotone.hgi-right-to-left-list-bullet:before {
  content: "\52b3";
}
.hgi-duotone.hgi-right-to-left-list-dash:after {
  content: "\52b4";
}
.hgi-duotone.hgi-right-to-left-list-dash:before {
  content: "\52b5";
}
.hgi-duotone.hgi-right-to-left-list-number:after {
  content: "\52b6";
}
.hgi-duotone.hgi-right-to-left-list-number:before {
  content: "\52b7";
}
.hgi-duotone.hgi-right-to-left-list-triangle:after {
  content: "\52b8";
}
.hgi-duotone.hgi-right-to-left-list-triangle:before {
  content: "\52b9";
}
.hgi-duotone.hgi-right-triangle:after {
  content: "\52ba";
}
.hgi-duotone.hgi-right-triangle:before {
  content: "\52bb";
}
.hgi-duotone.hgi-ripple:after {
  content: "\52bc";
}
.hgi-duotone.hgi-ripple:before {
  content: "\52bd";
}
.hgi-duotone.hgi-riyal-rectangle:after {
  content: "\52be";
}
.hgi-duotone.hgi-riyal-rectangle:before {
  content: "\52bf";
}
.hgi-duotone.hgi-riyal:after {
  content: "\52c0";
}
.hgi-duotone.hgi-riyal:before {
  content: "\52c1";
}
.hgi-duotone.hgi-road-01:after {
  content: "\52c2";
}
.hgi-duotone.hgi-road-01:before {
  content: "\52c3";
}
.hgi-duotone.hgi-road-02:after {
  content: "\52c4";
}
.hgi-duotone.hgi-road-02:before {
  content: "\52c5";
}
.hgi-duotone.hgi-road-location-01:after {
  content: "\52c6";
}
.hgi-duotone.hgi-road-location-01:before {
  content: "\52c7";
}
.hgi-duotone.hgi-road-location-02:after {
  content: "\52c8";
}
.hgi-duotone.hgi-road-location-02:before {
  content: "\52c9";
}
.hgi-duotone.hgi-road:after {
  content: "\52ca";
}
.hgi-duotone.hgi-road-wayside:after {
  content: "\52cb";
}
.hgi-duotone.hgi-road-wayside:before {
  content: "\52cc";
}
.hgi-duotone.hgi-road:before {
  content: "\52cd";
}
.hgi-duotone.hgi-robot-01:after {
  content: "\52ce";
}
.hgi-duotone.hgi-robot-01:before {
  content: "\52cf";
}
.hgi-duotone.hgi-robot-02:after {
  content: "\52d0";
}
.hgi-duotone.hgi-robot-02:before {
  content: "\52d1";
}
.hgi-duotone.hgi-robotic:after {
  content: "\52d2";
}
.hgi-duotone.hgi-robotic:before {
  content: "\52d3";
}
.hgi-duotone.hgi-rocket-01:after {
  content: "\52d4";
}
.hgi-duotone.hgi-rocket-01:before {
  content: "\52d5";
}
.hgi-duotone.hgi-rocket-02:after {
  content: "\52d6";
}
.hgi-duotone.hgi-rocket-02:before {
  content: "\52d7";
}
.hgi-duotone.hgi-rocket:after {
  content: "\52d8";
}
.hgi-duotone.hgi-rocket:before {
  content: "\52d9";
}
.hgi-duotone.hgi-rocking-chair:after {
  content: "\52da";
}
.hgi-duotone.hgi-rocking-chair:before {
  content: "\52db";
}
.hgi-duotone.hgi-rocking-horse:after {
  content: "\52dc";
}
.hgi-duotone.hgi-rocking-horse:before {
  content: "\52dd";
}
.hgi-duotone.hgi-roller-skate:after {
  content: "\52de";
}
.hgi-duotone.hgi-roller-skate:before {
  content: "\52df";
}
.hgi-duotone.hgi-rolling-pin:after {
  content: "\52e0";
}
.hgi-duotone.hgi-rolling-pin:before {
  content: "\52e1";
}
.hgi-duotone.hgi-root-01:after {
  content: "\52e2";
}
.hgi-duotone.hgi-root-01:before {
  content: "\52e3";
}
.hgi-duotone.hgi-root-02:after {
  content: "\52e4";
}
.hgi-duotone.hgi-root-02:before {
  content: "\52e5";
}
.hgi-duotone.hgi-root-circle:after {
  content: "\52e6";
}
.hgi-duotone.hgi-root-circle:before {
  content: "\52e7";
}
.hgi-duotone.hgi-root-first-bracket:after {
  content: "\52e8";
}
.hgi-duotone.hgi-root-first-bracket:before {
  content: "\52e9";
}
.hgi-duotone.hgi-root-second-bracket:after {
  content: "\52ea";
}
.hgi-duotone.hgi-root-second-bracket:before {
  content: "\52eb";
}
.hgi-duotone.hgi-root-third-bracket:after {
  content: "\52ec";
}
.hgi-duotone.hgi-root-third-bracket:before {
  content: "\52ed";
}
.hgi-duotone.hgi-rotate-01:after {
  content: "\52ee";
}
.hgi-duotone.hgi-rotate-01:before {
  content: "\52ef";
}
.hgi-duotone.hgi-rotate-02:after {
  content: "\52f0";
}
.hgi-duotone.hgi-rotate-02:before {
  content: "\52f1";
}
.hgi-duotone.hgi-rotate-360:after {
  content: "\52f2";
}
.hgi-duotone.hgi-rotate-360:before {
  content: "\52f3";
}
.hgi-duotone.hgi-rotate-bottom-left:after {
  content: "\52f4";
}
.hgi-duotone.hgi-rotate-bottom-left:before {
  content: "\52f5";
}
.hgi-duotone.hgi-rotate-bottom-right:after {
  content: "\52f6";
}
.hgi-duotone.hgi-rotate-bottom-right:before {
  content: "\52f7";
}
.hgi-duotone.hgi-rotate-clockwise:after {
  content: "\52f8";
}
.hgi-duotone.hgi-rotate-clockwise:before {
  content: "\52f9";
}
.hgi-duotone.hgi-rotate-crop:after {
  content: "\52fa";
}
.hgi-duotone.hgi-rotate-crop:before {
  content: "\52fb";
}
.hgi-duotone.hgi-rotate-left-01:after {
  content: "\52fc";
}
.hgi-duotone.hgi-rotate-left-01:before {
  content: "\52fd";
}
.hgi-duotone.hgi-rotate-left-02:after {
  content: "\52fe";
}
.hgi-duotone.hgi-rotate-left-02:before {
  content: "\52ff";
}
.hgi-duotone.hgi-rotate-left-03:after {
  content: "\5300";
}
.hgi-duotone.hgi-rotate-left-03:before {
  content: "\5301";
}
.hgi-duotone.hgi-rotate-left-04:after {
  content: "\5302";
}
.hgi-duotone.hgi-rotate-left-04:before {
  content: "\5303";
}
.hgi-duotone.hgi-rotate-left-05:after {
  content: "\5304";
}
.hgi-duotone.hgi-rotate-left-05:before {
  content: "\5305";
}
.hgi-duotone.hgi-rotate-left-06:after {
  content: "\5306";
}
.hgi-duotone.hgi-rotate-left-06:before {
  content: "\5307";
}
.hgi-duotone.hgi-rotate-right-01:after {
  content: "\5308";
}
.hgi-duotone.hgi-rotate-right-01:before {
  content: "\5309";
}
.hgi-duotone.hgi-rotate-right-02:after {
  content: "\530a";
}
.hgi-duotone.hgi-rotate-right-02:before {
  content: "\530b";
}
.hgi-duotone.hgi-rotate-right-03:after {
  content: "\530c";
}
.hgi-duotone.hgi-rotate-right-03:before {
  content: "\530d";
}
.hgi-duotone.hgi-rotate-right-04:after {
  content: "\530e";
}
.hgi-duotone.hgi-rotate-right-04:before {
  content: "\530f";
}
.hgi-duotone.hgi-rotate-right-05:after {
  content: "\5310";
}
.hgi-duotone.hgi-rotate-right-05:before {
  content: "\5311";
}
.hgi-duotone.hgi-rotate-right-06:after {
  content: "\5312";
}
.hgi-duotone.hgi-rotate-right-06:before {
  content: "\5313";
}
.hgi-duotone.hgi-rotate-square:after {
  content: "\5314";
}
.hgi-duotone.hgi-rotate-square:before {
  content: "\5315";
}
.hgi-duotone.hgi-rotate-top-left:after {
  content: "\5316";
}
.hgi-duotone.hgi-rotate-top-left:before {
  content: "\5317";
}
.hgi-duotone.hgi-rotate-top-right:after {
  content: "\5318";
}
.hgi-duotone.hgi-rotate-top-right:before {
  content: "\5319";
}
.hgi-duotone.hgi-route-01:after {
  content: "\531a";
}
.hgi-duotone.hgi-route-01:before {
  content: "\531b";
}
.hgi-duotone.hgi-route-02:after {
  content: "\531c";
}
.hgi-duotone.hgi-route-02:before {
  content: "\531d";
}
.hgi-duotone.hgi-route-03:after {
  content: "\531e";
}
.hgi-duotone.hgi-route-03:before {
  content: "\531f";
}
.hgi-duotone.hgi-route-block:after {
  content: "\5320";
}
.hgi-duotone.hgi-route-block:before {
  content: "\5321";
}
.hgi-duotone.hgi-router-01:after {
  content: "\5322";
}
.hgi-duotone.hgi-router-01:before {
  content: "\5323";
}
.hgi-duotone.hgi-router-02:after {
  content: "\5324";
}
.hgi-duotone.hgi-router-02:before {
  content: "\5325";
}
.hgi-duotone.hgi-router:after {
  content: "\5326";
}
.hgi-duotone.hgi-router:before {
  content: "\5327";
}
.hgi-duotone.hgi-row-delete:after {
  content: "\5328";
}
.hgi-duotone.hgi-row-delete:before {
  content: "\5329";
}
.hgi-duotone.hgi-row-insert:after {
  content: "\532a";
}
.hgi-duotone.hgi-row-insert:before {
  content: "\532b";
}
.hgi-duotone.hgi-rss-connected-01:after {
  content: "\532c";
}
.hgi-duotone.hgi-rss-connected-01:before {
  content: "\532d";
}
.hgi-duotone.hgi-rss-connected-02:after {
  content: "\532e";
}
.hgi-duotone.hgi-rss-connected-02:before {
  content: "\532f";
}
.hgi-duotone.hgi-rss-error:after {
  content: "\5330";
}
.hgi-duotone.hgi-rss-error:before {
  content: "\5331";
}
.hgi-duotone.hgi-rss-locked:after {
  content: "\5332";
}
.hgi-duotone.hgi-rss-locked:before {
  content: "\5333";
}
.hgi-duotone.hgi-rss:after {
  content: "\5334";
}
.hgi-duotone.hgi-rss-unlocked:after {
  content: "\5335";
}
.hgi-duotone.hgi-rss-unlocked:before {
  content: "\5336";
}
.hgi-duotone.hgi-rss:before {
  content: "\5337";
}
.hgi-duotone.hgi-rub-el-hizb:after {
  content: "\5338";
}
.hgi-duotone.hgi-rub-el-hizb:before {
  content: "\5339";
}
.hgi-duotone.hgi-rubber-duck:after {
  content: "\533a";
}
.hgi-duotone.hgi-rubber-duck:before {
  content: "\533b";
}
.hgi-duotone.hgi-rubiks-cube:after {
  content: "\533c";
}
.hgi-duotone.hgi-rubiks-cube:before {
  content: "\533d";
}
.hgi-duotone.hgi-ruku:after {
  content: "\533e";
}
.hgi-duotone.hgi-ruku:before {
  content: "\533f";
}
.hgi-duotone.hgi-ruler:after {
  content: "\5340";
}
.hgi-duotone.hgi-ruler:before {
  content: "\5341";
}
.hgi-duotone.hgi-running-shoes:after {
  content: "\5342";
}
.hgi-duotone.hgi-running-shoes:before {
  content: "\5343";
}
.hgi-duotone.hgi-sad-01:after {
  content: "\5344";
}
.hgi-duotone.hgi-sad-01:before {
  content: "\5345";
}
.hgi-duotone.hgi-sad-02:after {
  content: "\5346";
}
.hgi-duotone.hgi-sad-02:before {
  content: "\5347";
}
.hgi-duotone.hgi-sad-dizzy:after {
  content: "\5348";
}
.hgi-duotone.hgi-sad-dizzy:before {
  content: "\5349";
}
.hgi-duotone.hgi-safari:after {
  content: "\534a";
}
.hgi-duotone.hgi-safari:before {
  content: "\534b";
}
.hgi-duotone.hgi-safe-delivery-01:after {
  content: "\534c";
}
.hgi-duotone.hgi-safe-delivery-01:before {
  content: "\534d";
}
.hgi-duotone.hgi-safe-delivery-02:after {
  content: "\534e";
}
.hgi-duotone.hgi-safe-delivery-02:before {
  content: "\534f";
}
.hgi-duotone.hgi-safe:after {
  content: "\5350";
}
.hgi-duotone.hgi-safe:before {
  content: "\5351";
}
.hgi-duotone.hgi-safety-pin-01:after {
  content: "\5352";
}
.hgi-duotone.hgi-safety-pin-01:before {
  content: "\5353";
}
.hgi-duotone.hgi-safety-pin-02:after {
  content: "\5354";
}
.hgi-duotone.hgi-safety-pin-02:before {
  content: "\5355";
}
.hgi-duotone.hgi-sailboat-coastal:after {
  content: "\5356";
}
.hgi-duotone.hgi-sailboat-coastal:before {
  content: "\5357";
}
.hgi-duotone.hgi-sailboat-offshore:after {
  content: "\5358";
}
.hgi-duotone.hgi-sailboat-offshore:before {
  content: "\5359";
}
.hgi-duotone.hgi-sakura:after {
  content: "\535a";
}
.hgi-duotone.hgi-sakura:before {
  content: "\535b";
}
.hgi-duotone.hgi-salah:after {
  content: "\535c";
}
.hgi-duotone.hgi-salah-time:after {
  content: "\535d";
}
.hgi-duotone.hgi-salah-time:before {
  content: "\535e";
}
.hgi-duotone.hgi-salah:before {
  content: "\535f";
}
.hgi-duotone.hgi-sale-tag-01:after {
  content: "\5360";
}
.hgi-duotone.hgi-sale-tag-01:before {
  content: "\5361";
}
.hgi-duotone.hgi-sale-tag-02:after {
  content: "\5362";
}
.hgi-duotone.hgi-sale-tag-02:before {
  content: "\5363";
}
.hgi-duotone.hgi-sandals:after {
  content: "\5364";
}
.hgi-duotone.hgi-sandals:before {
  content: "\5365";
}
.hgi-duotone.hgi-satellite-01:after {
  content: "\5366";
}
.hgi-duotone.hgi-satellite-01:before {
  content: "\5367";
}
.hgi-duotone.hgi-satellite-02:after {
  content: "\5368";
}
.hgi-duotone.hgi-satellite-02:before {
  content: "\5369";
}
.hgi-duotone.hgi-satellite-03:after {
  content: "\536a";
}
.hgi-duotone.hgi-satellite-03:before {
  content: "\536b";
}
.hgi-duotone.hgi-satellite:after {
  content: "\536c";
}
.hgi-duotone.hgi-satellite:before {
  content: "\536d";
}
.hgi-duotone.hgi-saturn-01:after {
  content: "\536e";
}
.hgi-duotone.hgi-saturn-01:before {
  content: "\536f";
}
.hgi-duotone.hgi-saturn-02:after {
  content: "\5370";
}
.hgi-duotone.hgi-saturn-02:before {
  content: "\5371";
}
.hgi-duotone.hgi-saturn:after {
  content: "\5372";
}
.hgi-duotone.hgi-saturn:before {
  content: "\5373";
}
.hgi-duotone.hgi-sausage:after {
  content: "\5374";
}
.hgi-duotone.hgi-sausage:before {
  content: "\5375";
}
.hgi-duotone.hgi-save-energy-01:after {
  content: "\5376";
}
.hgi-duotone.hgi-save-energy-01:before {
  content: "\5377";
}
.hgi-duotone.hgi-save-energy-02:after {
  content: "\5378";
}
.hgi-duotone.hgi-save-energy-02:before {
  content: "\5379";
}
.hgi-duotone.hgi-save-money-dollar:after {
  content: "\537a";
}
.hgi-duotone.hgi-save-money-dollar:before {
  content: "\537b";
}
.hgi-duotone.hgi-save-money-euro:after {
  content: "\537c";
}
.hgi-duotone.hgi-save-money-euro:before {
  content: "\537d";
}
.hgi-duotone.hgi-save-money-pound:after {
  content: "\537e";
}
.hgi-duotone.hgi-save-money-pound:before {
  content: "\537f";
}
.hgi-duotone.hgi-save-money-yen:after {
  content: "\5380";
}
.hgi-duotone.hgi-save-money-yen:before {
  content: "\5381";
}
.hgi-duotone.hgi-savings:after {
  content: "\5382";
}
.hgi-duotone.hgi-savings:before {
  content: "\5383";
}
.hgi-duotone.hgi-scheme:after {
  content: "\5384";
}
.hgi-duotone.hgi-scheme:before {
  content: "\5385";
}
.hgi-duotone.hgi-school-01:after {
  content: "\5386";
}
.hgi-duotone.hgi-school-01:before {
  content: "\5387";
}
.hgi-duotone.hgi-school-bell-01:after {
  content: "\5388";
}
.hgi-duotone.hgi-school-bell-01:before {
  content: "\5389";
}
.hgi-duotone.hgi-school-bell-02:after {
  content: "\538a";
}
.hgi-duotone.hgi-school-bell-02:before {
  content: "\538b";
}
.hgi-duotone.hgi-school-bus:after {
  content: "\538c";
}
.hgi-duotone.hgi-school-bus:before {
  content: "\538d";
}
.hgi-duotone.hgi-school-report-card:after {
  content: "\538e";
}
.hgi-duotone.hgi-school-report-card:before {
  content: "\538f";
}
.hgi-duotone.hgi-school:after {
  content: "\5390";
}
.hgi-duotone.hgi-school-tie:after {
  content: "\5391";
}
.hgi-duotone.hgi-school-tie:before {
  content: "\5392";
}
.hgi-duotone.hgi-school:before {
  content: "\5393";
}
.hgi-duotone.hgi-scissor-01:after {
  content: "\5394";
}
.hgi-duotone.hgi-scissor-01:before {
  content: "\5395";
}
.hgi-duotone.hgi-scissor-rectangle:after {
  content: "\5396";
}
.hgi-duotone.hgi-scissor-rectangle:before {
  content: "\5397";
}
.hgi-duotone.hgi-scissor:after {
  content: "\5398";
}
.hgi-duotone.hgi-scissor:before {
  content: "\5399";
}
.hgi-duotone.hgi-scooter-01:after {
  content: "\539a";
}
.hgi-duotone.hgi-scooter-01:before {
  content: "\539b";
}
.hgi-duotone.hgi-scooter-02:after {
  content: "\539c";
}
.hgi-duotone.hgi-scooter-02:before {
  content: "\539d";
}
.hgi-duotone.hgi-scooter-03:after {
  content: "\539e";
}
.hgi-duotone.hgi-scooter-03:before {
  content: "\539f";
}
.hgi-duotone.hgi-scooter-04:after {
  content: "\53a0";
}
.hgi-duotone.hgi-scooter-04:before {
  content: "\53a1";
}
.hgi-duotone.hgi-scooter-electric:after {
  content: "\53a2";
}
.hgi-duotone.hgi-scooter-electric:before {
  content: "\53a3";
}
.hgi-duotone.hgi-scratch-card:after {
  content: "\53a4";
}
.hgi-duotone.hgi-scratch-card:before {
  content: "\53a5";
}
.hgi-duotone.hgi-screen-add-to-home:after {
  content: "\53a6";
}
.hgi-duotone.hgi-screen-add-to-home:before {
  content: "\53a7";
}
.hgi-duotone.hgi-screen-lock-rotation:after {
  content: "\53a8";
}
.hgi-duotone.hgi-screen-lock-rotation:before {
  content: "\53a9";
}
.hgi-duotone.hgi-screen-rotation:after {
  content: "\53aa";
}
.hgi-duotone.hgi-screen-rotation:before {
  content: "\53ab";
}
.hgi-duotone.hgi-scribd:after {
  content: "\53ac";
}
.hgi-duotone.hgi-scribd:before {
  content: "\53ad";
}
.hgi-duotone.hgi-scroll-horizontal:after {
  content: "\53ae";
}
.hgi-duotone.hgi-scroll-horizontal:before {
  content: "\53af";
}
.hgi-duotone.hgi-scroll:after {
  content: "\53b0";
}
.hgi-duotone.hgi-scroll-vertical:after {
  content: "\53b1";
}
.hgi-duotone.hgi-scroll-vertical:before {
  content: "\53b2";
}
.hgi-duotone.hgi-scroll:before {
  content: "\53b3";
}
.hgi-duotone.hgi-sd-card:after {
  content: "\53b4";
}
.hgi-duotone.hgi-sd-card:before {
  content: "\53b5";
}
.hgi-duotone.hgi-seal:after {
  content: "\53b6";
}
.hgi-duotone.hgi-seal:before {
  content: "\53b7";
}
.hgi-duotone.hgi-search-01:after {
  content: "\53b8";
}
.hgi-duotone.hgi-search-01:before {
  content: "\53b9";
}
.hgi-duotone.hgi-search-02:after {
  content: "\53ba";
}
.hgi-duotone.hgi-search-02:before {
  content: "\53bb";
}
.hgi-duotone.hgi-search-add:after {
  content: "\53bc";
}
.hgi-duotone.hgi-search-add:before {
  content: "\53bd";
}
.hgi-duotone.hgi-search-area:after {
  content: "\53be";
}
.hgi-duotone.hgi-search-area:before {
  content: "\53bf";
}
.hgi-duotone.hgi-search-circle:after {
  content: "\53c0";
}
.hgi-duotone.hgi-search-circle:before {
  content: "\53c1";
}
.hgi-duotone.hgi-search-dollar:after {
  content: "\53c2";
}
.hgi-duotone.hgi-search-dollar:before {
  content: "\53c3";
}
.hgi-duotone.hgi-search-focus:after {
  content: "\53c4";
}
.hgi-duotone.hgi-search-focus:before {
  content: "\53c5";
}
.hgi-duotone.hgi-search-list-01:after {
  content: "\53c6";
}
.hgi-duotone.hgi-search-list-01:before {
  content: "\53c7";
}
.hgi-duotone.hgi-search-list-02:after {
  content: "\53c8";
}
.hgi-duotone.hgi-search-list-02:before {
  content: "\53c9";
}
.hgi-duotone.hgi-search-minus:after {
  content: "\53ca";
}
.hgi-duotone.hgi-search-minus:before {
  content: "\53cb";
}
.hgi-duotone.hgi-search-remove:after {
  content: "\53cc";
}
.hgi-duotone.hgi-search-remove:before {
  content: "\53cd";
}
.hgi-duotone.hgi-search-replace:after {
  content: "\53ce";
}
.hgi-duotone.hgi-search-replace:before {
  content: "\53cf";
}
.hgi-duotone.hgi-search-square:after {
  content: "\53d0";
}
.hgi-duotone.hgi-search-square:before {
  content: "\53d1";
}
.hgi-duotone.hgi-search-visual:after {
  content: "\53d2";
}
.hgi-duotone.hgi-search-visual:before {
  content: "\53d3";
}
.hgi-duotone.hgi-searching:after {
  content: "\53d4";
}
.hgi-duotone.hgi-searching:before {
  content: "\53d5";
}
.hgi-duotone.hgi-seat-selector:after {
  content: "\53d6";
}
.hgi-duotone.hgi-seat-selector:before {
  content: "\53d7";
}
.hgi-duotone.hgi-second-bracket-circle:after {
  content: "\53d8";
}
.hgi-duotone.hgi-second-bracket-circle:before {
  content: "\53d9";
}
.hgi-duotone.hgi-second-bracket:after {
  content: "\53da";
}
.hgi-duotone.hgi-second-bracket-square:after {
  content: "\53db";
}
.hgi-duotone.hgi-second-bracket-square:before {
  content: "\53dc";
}
.hgi-duotone.hgi-second-bracket:before {
  content: "\53dd";
}
.hgi-duotone.hgi-secured-network:after {
  content: "\53de";
}
.hgi-duotone.hgi-secured-network:before {
  content: "\53df";
}
.hgi-duotone.hgi-security-block:after {
  content: "\53e0";
}
.hgi-duotone.hgi-security-block:before {
  content: "\53e1";
}
.hgi-duotone.hgi-security-check:after {
  content: "\53e2";
}
.hgi-duotone.hgi-security-check:before {
  content: "\53e3";
}
.hgi-duotone.hgi-security-key-usb:after {
  content: "\53e4";
}
.hgi-duotone.hgi-security-key-usb:before {
  content: "\53e5";
}
.hgi-duotone.hgi-security-lock:after {
  content: "\53e6";
}
.hgi-duotone.hgi-security-lock:before {
  content: "\53e7";
}
.hgi-duotone.hgi-security-password:after {
  content: "\53e8";
}
.hgi-duotone.hgi-security-password:before {
  content: "\53e9";
}
.hgi-duotone.hgi-security:after {
  content: "\53ea";
}
.hgi-duotone.hgi-security-validation:after {
  content: "\53eb";
}
.hgi-duotone.hgi-security-validation:before {
  content: "\53ec";
}
.hgi-duotone.hgi-security-wifi:after {
  content: "\53ed";
}
.hgi-duotone.hgi-security-wifi:before {
  content: "\53ee";
}
.hgi-duotone.hgi-security:before {
  content: "\53ef";
}
.hgi-duotone.hgi-segment:after {
  content: "\53f0";
}
.hgi-duotone.hgi-segment:before {
  content: "\53f1";
}
.hgi-duotone.hgi-select-01:after {
  content: "\53f2";
}
.hgi-duotone.hgi-select-01:before {
  content: "\53f3";
}
.hgi-duotone.hgi-select-02:after {
  content: "\53f4";
}
.hgi-duotone.hgi-select-02:before {
  content: "\53f5";
}
.hgi-duotone.hgi-self-transfer:after {
  content: "\53f6";
}
.hgi-duotone.hgi-self-transfer:before {
  content: "\53f7";
}
.hgi-duotone.hgi-send-to-mobile:after {
  content: "\53f8";
}
.hgi-duotone.hgi-send-to-mobile:before {
  content: "\53f9";
}
.hgi-duotone.hgi-sending-order:after {
  content: "\53fa";
}
.hgi-duotone.hgi-sending-order:before {
  content: "\53fb";
}
.hgi-duotone.hgi-senseless:after {
  content: "\53fc";
}
.hgi-duotone.hgi-senseless:before {
  content: "\53fd";
}
.hgi-duotone.hgi-sent-02:after {
  content: "\53fe";
}
.hgi-duotone.hgi-sent-02:before {
  content: "\53ff";
}
.hgi-duotone.hgi-sent:after {
  content: "\5400";
}
.hgi-duotone.hgi-sent:before {
  content: "\5401";
}
.hgi-duotone.hgi-seo:after {
  content: "\5402";
}
.hgi-duotone.hgi-seo:before {
  content: "\5403";
}
.hgi-duotone.hgi-server-stack-01:after {
  content: "\5404";
}
.hgi-duotone.hgi-server-stack-01:before {
  content: "\5405";
}
.hgi-duotone.hgi-server-stack-02:after {
  content: "\5406";
}
.hgi-duotone.hgi-server-stack-02:before {
  content: "\5407";
}
.hgi-duotone.hgi-server-stack-03:after {
  content: "\5408";
}
.hgi-duotone.hgi-server-stack-03:before {
  content: "\5409";
}
.hgi-duotone.hgi-service:after {
  content: "\540a";
}
.hgi-duotone.hgi-service:before {
  content: "\540b";
}
.hgi-duotone.hgi-serving-food:after {
  content: "\540c";
}
.hgi-duotone.hgi-serving-food:before {
  content: "\540d";
}
.hgi-duotone.hgi-setting-06:after {
  content: "\540e";
}
.hgi-duotone.hgi-setting-06:before {
  content: "\540f";
}
.hgi-duotone.hgi-setting-07:after {
  content: "\5410";
}
.hgi-duotone.hgi-setting-07:before {
  content: "\5411";
}
.hgi-duotone.hgi-setting-done-01:after {
  content: "\5412";
}
.hgi-duotone.hgi-setting-done-01:before {
  content: "\5413";
}
.hgi-duotone.hgi-setting-done-02:after {
  content: "\5414";
}
.hgi-duotone.hgi-setting-done-02:before {
  content: "\5415";
}
.hgi-duotone.hgi-setting-done-03:after {
  content: "\5416";
}
.hgi-duotone.hgi-setting-done-03:before {
  content: "\5417";
}
.hgi-duotone.hgi-setting-done-04:after {
  content: "\5418";
}
.hgi-duotone.hgi-setting-done-04:before {
  content: "\5419";
}
.hgi-duotone.hgi-setting-error-03:after {
  content: "\541a";
}
.hgi-duotone.hgi-setting-error-03:before {
  content: "\541b";
}
.hgi-duotone.hgi-setting-error-04:after {
  content: "\541c";
}
.hgi-duotone.hgi-setting-error-04:before {
  content: "\541d";
}
.hgi-duotone.hgi-settings-01:after {
  content: "\541e";
}
.hgi-duotone.hgi-settings-01:before {
  content: "\541f";
}
.hgi-duotone.hgi-settings-02:after {
  content: "\5420";
}
.hgi-duotone.hgi-settings-02:before {
  content: "\5421";
}
.hgi-duotone.hgi-settings-03:after {
  content: "\5422";
}
.hgi-duotone.hgi-settings-03:before {
  content: "\5423";
}
.hgi-duotone.hgi-settings-04:after {
  content: "\5424";
}
.hgi-duotone.hgi-settings-04:before {
  content: "\5425";
}
.hgi-duotone.hgi-settings-05:after {
  content: "\5426";
}
.hgi-duotone.hgi-settings-05:before {
  content: "\5427";
}
.hgi-duotone.hgi-settings-error-01:after {
  content: "\5428";
}
.hgi-duotone.hgi-settings-error-01:before {
  content: "\5429";
}
.hgi-duotone.hgi-settings-error-02:after {
  content: "\542a";
}
.hgi-duotone.hgi-settings-error-02:before {
  content: "\542b";
}
.hgi-duotone.hgi-setup-01:after {
  content: "\542c";
}
.hgi-duotone.hgi-setup-01:before {
  content: "\542d";
}
.hgi-duotone.hgi-setup-02:after {
  content: "\542e";
}
.hgi-duotone.hgi-setup-02:before {
  content: "\542f";
}
.hgi-duotone.hgi-seven-z-01:after {
  content: "\5430";
}
.hgi-duotone.hgi-seven-z-01:before {
  content: "\5431";
}
.hgi-duotone.hgi-seven-z-02:after {
  content: "\5432";
}
.hgi-duotone.hgi-seven-z-02:before {
  content: "\5433";
}
.hgi-duotone.hgi-shaka-01:after {
  content: "\5434";
}
.hgi-duotone.hgi-shaka-01:before {
  content: "\5435";
}
.hgi-duotone.hgi-shaka-02:after {
  content: "\5436";
}
.hgi-duotone.hgi-shaka-02:before {
  content: "\5437";
}
.hgi-duotone.hgi-shaka-03:after {
  content: "\5438";
}
.hgi-duotone.hgi-shaka-03:before {
  content: "\5439";
}
.hgi-duotone.hgi-shaka-04:after {
  content: "\543a";
}
.hgi-duotone.hgi-shaka-04:before {
  content: "\543b";
}
.hgi-duotone.hgi-shampoo:after {
  content: "\543c";
}
.hgi-duotone.hgi-shampoo:before {
  content: "\543d";
}
.hgi-duotone.hgi-shape-collection:after {
  content: "\543e";
}
.hgi-duotone.hgi-shape-collection:before {
  content: "\543f";
}
.hgi-duotone.hgi-shapes:after {
  content: "\5440";
}
.hgi-duotone.hgi-shapes:before {
  content: "\5441";
}
.hgi-duotone.hgi-share-01:after {
  content: "\5442";
}
.hgi-duotone.hgi-share-01:before {
  content: "\5443";
}
.hgi-duotone.hgi-share-02:after {
  content: "\5444";
}
.hgi-duotone.hgi-share-02:before {
  content: "\5445";
}
.hgi-duotone.hgi-share-03:after {
  content: "\5446";
}
.hgi-duotone.hgi-share-03:before {
  content: "\5447";
}
.hgi-duotone.hgi-share-04:after {
  content: "\5448";
}
.hgi-duotone.hgi-share-04:before {
  content: "\5449";
}
.hgi-duotone.hgi-share-05:after {
  content: "\544a";
}
.hgi-duotone.hgi-share-05:before {
  content: "\544b";
}
.hgi-duotone.hgi-share-06:after {
  content: "\544c";
}
.hgi-duotone.hgi-share-06:before {
  content: "\544d";
}
.hgi-duotone.hgi-share-07:after {
  content: "\544e";
}
.hgi-duotone.hgi-share-07:before {
  content: "\544f";
}
.hgi-duotone.hgi-share-08:after {
  content: "\5450";
}
.hgi-duotone.hgi-share-08:before {
  content: "\5451";
}
.hgi-duotone.hgi-share-knowledge:after {
  content: "\5452";
}
.hgi-duotone.hgi-share-knowledge:before {
  content: "\5453";
}
.hgi-duotone.hgi-share-location-01:after {
  content: "\5454";
}
.hgi-duotone.hgi-share-location-01:before {
  content: "\5455";
}
.hgi-duotone.hgi-share-location-02:after {
  content: "\5456";
}
.hgi-duotone.hgi-share-location-02:before {
  content: "\5457";
}
.hgi-duotone.hgi-shared-wifi:after {
  content: "\5458";
}
.hgi-duotone.hgi-shared-wifi:before {
  content: "\5459";
}
.hgi-duotone.hgi-sharing:after {
  content: "\545a";
}
.hgi-duotone.hgi-sharing:before {
  content: "\545b";
}
.hgi-duotone.hgi-shellfish:after {
  content: "\545c";
}
.hgi-duotone.hgi-shellfish:before {
  content: "\545d";
}
.hgi-duotone.hgi-sheriff-01:after {
  content: "\545e";
}
.hgi-duotone.hgi-sheriff-01:before {
  content: "\545f";
}
.hgi-duotone.hgi-sheriff-02:after {
  content: "\5460";
}
.hgi-duotone.hgi-sheriff-02:before {
  content: "\5461";
}
.hgi-duotone.hgi-shield-01:after {
  content: "\5462";
}
.hgi-duotone.hgi-shield-01:before {
  content: "\5463";
}
.hgi-duotone.hgi-shield-02:after {
  content: "\5464";
}
.hgi-duotone.hgi-shield-02:before {
  content: "\5465";
}
.hgi-duotone.hgi-shield-blockchain:after {
  content: "\5466";
}
.hgi-duotone.hgi-shield-blockchain:before {
  content: "\5467";
}
.hgi-duotone.hgi-shield-energy:after {
  content: "\5468";
}
.hgi-duotone.hgi-shield-energy:before {
  content: "\5469";
}
.hgi-duotone.hgi-shield-key:after {
  content: "\546a";
}
.hgi-duotone.hgi-shield-key:before {
  content: "\546b";
}
.hgi-duotone.hgi-shield-user:after {
  content: "\546c";
}
.hgi-duotone.hgi-shield-user:before {
  content: "\546d";
}
.hgi-duotone.hgi-shipment-tracking:after {
  content: "\546e";
}
.hgi-duotone.hgi-shipment-tracking:before {
  content: "\546f";
}
.hgi-duotone.hgi-shipping-center:after {
  content: "\5470";
}
.hgi-duotone.hgi-shipping-center:before {
  content: "\5471";
}
.hgi-duotone.hgi-shipping-loading:after {
  content: "\5472";
}
.hgi-duotone.hgi-shipping-loading:before {
  content: "\5473";
}
.hgi-duotone.hgi-shipping-truck-01:after {
  content: "\5474";
}
.hgi-duotone.hgi-shipping-truck-01:before {
  content: "\5475";
}
.hgi-duotone.hgi-shipping-truck-02:after {
  content: "\5476";
}
.hgi-duotone.hgi-shipping-truck-02:before {
  content: "\5477";
}
.hgi-duotone.hgi-shirt-01:after {
  content: "\5478";
}
.hgi-duotone.hgi-shirt-01:before {
  content: "\5479";
}
.hgi-duotone.hgi-shocked:after {
  content: "\547a";
}
.hgi-duotone.hgi-shocked:before {
  content: "\547b";
}
.hgi-duotone.hgi-shop-sign:after {
  content: "\547c";
}
.hgi-duotone.hgi-shop-sign:before {
  content: "\547d";
}
.hgi-duotone.hgi-shopify:after {
  content: "\547e";
}
.hgi-duotone.hgi-shopify:before {
  content: "\547f";
}
.hgi-duotone.hgi-shopping-bag-01:after {
  content: "\5480";
}
.hgi-duotone.hgi-shopping-bag-01:before {
  content: "\5481";
}
.hgi-duotone.hgi-shopping-bag-02:after {
  content: "\5482";
}
.hgi-duotone.hgi-shopping-bag-02:before {
  content: "\5483";
}
.hgi-duotone.hgi-shopping-bag-03:after {
  content: "\5484";
}
.hgi-duotone.hgi-shopping-bag-03:before {
  content: "\5485";
}
.hgi-duotone.hgi-shopping-bag-add:after {
  content: "\5486";
}
.hgi-duotone.hgi-shopping-bag-add:before {
  content: "\5487";
}
.hgi-duotone.hgi-shopping-bag-check:after {
  content: "\5488";
}
.hgi-duotone.hgi-shopping-bag-check:before {
  content: "\5489";
}
.hgi-duotone.hgi-shopping-bag-favorite:after {
  content: "\548a";
}
.hgi-duotone.hgi-shopping-bag-favorite:before {
  content: "\548b";
}
.hgi-duotone.hgi-shopping-bag-remove:after {
  content: "\548c";
}
.hgi-duotone.hgi-shopping-bag-remove:before {
  content: "\548d";
}
.hgi-duotone.hgi-shopping-basket-01:after {
  content: "\548e";
}
.hgi-duotone.hgi-shopping-basket-01:before {
  content: "\548f";
}
.hgi-duotone.hgi-shopping-basket-02:after {
  content: "\5490";
}
.hgi-duotone.hgi-shopping-basket-02:before {
  content: "\5491";
}
.hgi-duotone.hgi-shopping-basket-03:after {
  content: "\5492";
}
.hgi-duotone.hgi-shopping-basket-03:before {
  content: "\5493";
}
.hgi-duotone.hgi-shopping-basket-add-01:after {
  content: "\5494";
}
.hgi-duotone.hgi-shopping-basket-add-01:before {
  content: "\5495";
}
.hgi-duotone.hgi-shopping-basket-add-02:after {
  content: "\5496";
}
.hgi-duotone.hgi-shopping-basket-add-02:before {
  content: "\5497";
}
.hgi-duotone.hgi-shopping-basket-add-03:after {
  content: "\5498";
}
.hgi-duotone.hgi-shopping-basket-add-03:before {
  content: "\5499";
}
.hgi-duotone.hgi-shopping-basket-check-in-01:after {
  content: "\549a";
}
.hgi-duotone.hgi-shopping-basket-check-in-01:before {
  content: "\549b";
}
.hgi-duotone.hgi-shopping-basket-check-in-02:after {
  content: "\549c";
}
.hgi-duotone.hgi-shopping-basket-check-in-02:before {
  content: "\549d";
}
.hgi-duotone.hgi-shopping-basket-check-in-03:after {
  content: "\549e";
}
.hgi-duotone.hgi-shopping-basket-check-in-03:before {
  content: "\549f";
}
.hgi-duotone.hgi-shopping-basket-check-out-01:after {
  content: "\54a0";
}
.hgi-duotone.hgi-shopping-basket-check-out-01:before {
  content: "\54a1";
}
.hgi-duotone.hgi-shopping-basket-check-out-02:after {
  content: "\54a2";
}
.hgi-duotone.hgi-shopping-basket-check-out-02:before {
  content: "\54a3";
}
.hgi-duotone.hgi-shopping-basket-check-out-03:after {
  content: "\54a4";
}
.hgi-duotone.hgi-shopping-basket-check-out-03:before {
  content: "\54a5";
}
.hgi-duotone.hgi-shopping-basket-done-01:after {
  content: "\54a6";
}
.hgi-duotone.hgi-shopping-basket-done-01:before {
  content: "\54a7";
}
.hgi-duotone.hgi-shopping-basket-done-02:after {
  content: "\54a8";
}
.hgi-duotone.hgi-shopping-basket-done-02:before {
  content: "\54a9";
}
.hgi-duotone.hgi-shopping-basket-done-03:after {
  content: "\54aa";
}
.hgi-duotone.hgi-shopping-basket-done-03:before {
  content: "\54ab";
}
.hgi-duotone.hgi-shopping-basket-favorite-01:after {
  content: "\54ac";
}
.hgi-duotone.hgi-shopping-basket-favorite-01:before {
  content: "\54ad";
}
.hgi-duotone.hgi-shopping-basket-favorite-02:after {
  content: "\54ae";
}
.hgi-duotone.hgi-shopping-basket-favorite-02:before {
  content: "\54af";
}
.hgi-duotone.hgi-shopping-basket-favorite-03:after {
  content: "\54b0";
}
.hgi-duotone.hgi-shopping-basket-favorite-03:before {
  content: "\54b1";
}
.hgi-duotone.hgi-shopping-basket-remove-01:after {
  content: "\54b2";
}
.hgi-duotone.hgi-shopping-basket-remove-01:before {
  content: "\54b3";
}
.hgi-duotone.hgi-shopping-basket-remove-02:after {
  content: "\54b4";
}
.hgi-duotone.hgi-shopping-basket-remove-02:before {
  content: "\54b5";
}
.hgi-duotone.hgi-shopping-basket-remove-03:after {
  content: "\54b6";
}
.hgi-duotone.hgi-shopping-basket-remove-03:before {
  content: "\54b7";
}
.hgi-duotone.hgi-shopping-basket-secure-01:after {
  content: "\54b8";
}
.hgi-duotone.hgi-shopping-basket-secure-01:before {
  content: "\54b9";
}
.hgi-duotone.hgi-shopping-basket-secure-02:after {
  content: "\54ba";
}
.hgi-duotone.hgi-shopping-basket-secure-02:before {
  content: "\54bb";
}
.hgi-duotone.hgi-shopping-basket-secure-03:after {
  content: "\54bc";
}
.hgi-duotone.hgi-shopping-basket-secure-03:before {
  content: "\54bd";
}
.hgi-duotone.hgi-shopping-cart-01:after {
  content: "\54be";
}
.hgi-duotone.hgi-shopping-cart-01:before {
  content: "\54bf";
}
.hgi-duotone.hgi-shopping-cart-02:after {
  content: "\54c0";
}
.hgi-duotone.hgi-shopping-cart-02:before {
  content: "\54c1";
}
.hgi-duotone.hgi-shopping-cart-add-01:after {
  content: "\54c2";
}
.hgi-duotone.hgi-shopping-cart-add-01:before {
  content: "\54c3";
}
.hgi-duotone.hgi-shopping-cart-add-02:after {
  content: "\54c4";
}
.hgi-duotone.hgi-shopping-cart-add-02:before {
  content: "\54c5";
}
.hgi-duotone.hgi-shopping-cart-check-01:after {
  content: "\54c6";
}
.hgi-duotone.hgi-shopping-cart-check-01:before {
  content: "\54c7";
}
.hgi-duotone.hgi-shopping-cart-check-02:after {
  content: "\54c8";
}
.hgi-duotone.hgi-shopping-cart-check-02:before {
  content: "\54c9";
}
.hgi-duotone.hgi-shopping-cart-check-in-01:after {
  content: "\54ca";
}
.hgi-duotone.hgi-shopping-cart-check-in-01:before {
  content: "\54cb";
}
.hgi-duotone.hgi-shopping-cart-check-in-02:after {
  content: "\54cc";
}
.hgi-duotone.hgi-shopping-cart-check-in-02:before {
  content: "\54cd";
}
.hgi-duotone.hgi-shopping-cart-check-out-01:after {
  content: "\54ce";
}
.hgi-duotone.hgi-shopping-cart-check-out-01:before {
  content: "\54cf";
}
.hgi-duotone.hgi-shopping-cart-check-out-02:after {
  content: "\54d0";
}
.hgi-duotone.hgi-shopping-cart-check-out-02:before {
  content: "\54d1";
}
.hgi-duotone.hgi-shopping-cart-favorite-01:after {
  content: "\54d2";
}
.hgi-duotone.hgi-shopping-cart-favorite-01:before {
  content: "\54d3";
}
.hgi-duotone.hgi-shopping-cart-favorite-02:after {
  content: "\54d4";
}
.hgi-duotone.hgi-shopping-cart-favorite-02:before {
  content: "\54d5";
}
.hgi-duotone.hgi-shopping-cart-remove-01:after {
  content: "\54d6";
}
.hgi-duotone.hgi-shopping-cart-remove-01:before {
  content: "\54d7";
}
.hgi-duotone.hgi-shopping-cart-remove-02:after {
  content: "\54d8";
}
.hgi-duotone.hgi-shopping-cart-remove-02:before {
  content: "\54d9";
}
.hgi-duotone.hgi-shorts-pants:after {
  content: "\54da";
}
.hgi-duotone.hgi-shorts-pants:before {
  content: "\54db";
}
.hgi-duotone.hgi-shoulder:after {
  content: "\54dc";
}
.hgi-duotone.hgi-shoulder:before {
  content: "\54dd";
}
.hgi-duotone.hgi-shuffle:after {
  content: "\54de";
}
.hgi-duotone.hgi-shuffle-square:after {
  content: "\54df";
}
.hgi-duotone.hgi-shuffle-square:before {
  content: "\54e0";
}
.hgi-duotone.hgi-shuffle:before {
  content: "\54e1";
}
.hgi-duotone.hgi-shut-down:after {
  content: "\54e2";
}
.hgi-duotone.hgi-shut-down:before {
  content: "\54e3";
}
.hgi-duotone.hgi-shutterstock:after {
  content: "\54e4";
}
.hgi-duotone.hgi-shutterstock:before {
  content: "\54e5";
}
.hgi-duotone.hgi-sidebar-bottom:after {
  content: "\54e6";
}
.hgi-duotone.hgi-sidebar-bottom:before {
  content: "\54e7";
}
.hgi-duotone.hgi-sidebar-left-01:after {
  content: "\54e8";
}
.hgi-duotone.hgi-sidebar-left-01:before {
  content: "\54e9";
}
.hgi-duotone.hgi-sidebar-left:after {
  content: "\54ea";
}
.hgi-duotone.hgi-sidebar-left:before {
  content: "\54eb";
}
.hgi-duotone.hgi-sidebar-right-01:after {
  content: "\54ec";
}
.hgi-duotone.hgi-sidebar-right-01:before {
  content: "\54ed";
}
.hgi-duotone.hgi-sidebar-right:after {
  content: "\54ee";
}
.hgi-duotone.hgi-sidebar-right:before {
  content: "\54ef";
}
.hgi-duotone.hgi-sidebar-top:after {
  content: "\54f0";
}
.hgi-duotone.hgi-sidebar-top:before {
  content: "\54f1";
}
.hgi-duotone.hgi-sign-language-c:after {
  content: "\54f2";
}
.hgi-duotone.hgi-sign-language-c:before {
  content: "\54f3";
}
.hgi-duotone.hgi-signal-full-01:after {
  content: "\54f4";
}
.hgi-duotone.hgi-signal-full-01:before {
  content: "\54f5";
}
.hgi-duotone.hgi-signal-full-02:after {
  content: "\54f6";
}
.hgi-duotone.hgi-signal-full-02:before {
  content: "\54f7";
}
.hgi-duotone.hgi-signal-low-01:after {
  content: "\54f8";
}
.hgi-duotone.hgi-signal-low-01:before {
  content: "\54f9";
}
.hgi-duotone.hgi-signal-low-02:after {
  content: "\54fa";
}
.hgi-duotone.hgi-signal-low-02:before {
  content: "\54fb";
}
.hgi-duotone.hgi-signal-low-medium:after {
  content: "\54fc";
}
.hgi-duotone.hgi-signal-low-medium:before {
  content: "\54fd";
}
.hgi-duotone.hgi-signal-medium-01:after {
  content: "\54fe";
}
.hgi-duotone.hgi-signal-medium-01:before {
  content: "\54ff";
}
.hgi-duotone.hgi-signal-medium-02:after {
  content: "\5500";
}
.hgi-duotone.hgi-signal-medium-02:before {
  content: "\5501";
}
.hgi-duotone.hgi-signal-no-01:after {
  content: "\5502";
}
.hgi-duotone.hgi-signal-no-01:before {
  content: "\5503";
}
.hgi-duotone.hgi-signal-no-02:after {
  content: "\5504";
}
.hgi-duotone.hgi-signal-no-02:before {
  content: "\5505";
}
.hgi-duotone.hgi-signal:after {
  content: "\5506";
}
.hgi-duotone.hgi-signal:before {
  content: "\5507";
}
.hgi-duotone.hgi-signature:after {
  content: "\5508";
}
.hgi-duotone.hgi-signature:before {
  content: "\5509";
}
.hgi-duotone.hgi-silence:after {
  content: "\550a";
}
.hgi-duotone.hgi-silence:before {
  content: "\550b";
}
.hgi-duotone.hgi-simcard-01:after {
  content: "\550c";
}
.hgi-duotone.hgi-simcard-01:before {
  content: "\550d";
}
.hgi-duotone.hgi-simcard-02:after {
  content: "\550e";
}
.hgi-duotone.hgi-simcard-02:before {
  content: "\550f";
}
.hgi-duotone.hgi-simcard-dual:after {
  content: "\5510";
}
.hgi-duotone.hgi-simcard-dual:before {
  content: "\5511";
}
.hgi-duotone.hgi-sin:after {
  content: "\5512";
}
.hgi-duotone.hgi-sin:before {
  content: "\5513";
}
.hgi-duotone.hgi-sine-01:after {
  content: "\5514";
}
.hgi-duotone.hgi-sine-01:before {
  content: "\5515";
}
.hgi-duotone.hgi-sine-02:after {
  content: "\5516";
}
.hgi-duotone.hgi-sine-02:before {
  content: "\5517";
}
.hgi-duotone.hgi-sing-left:after {
  content: "\5518";
}
.hgi-duotone.hgi-sing-left:before {
  content: "\5519";
}
.hgi-duotone.hgi-sing-right:after {
  content: "\551a";
}
.hgi-duotone.hgi-sing-right:before {
  content: "\551b";
}
.hgi-duotone.hgi-sink-01:after {
  content: "\551c";
}
.hgi-duotone.hgi-sink-01:before {
  content: "\551d";
}
.hgi-duotone.hgi-sink-02:after {
  content: "\551e";
}
.hgi-duotone.hgi-sink-02:before {
  content: "\551f";
}
.hgi-duotone.hgi-siri-new:after {
  content: "\5520";
}
.hgi-duotone.hgi-siri-new:before {
  content: "\5521";
}
.hgi-duotone.hgi-siri:after {
  content: "\5522";
}
.hgi-duotone.hgi-siri:before {
  content: "\5523";
}
.hgi-duotone.hgi-sketch:after {
  content: "\5524";
}
.hgi-duotone.hgi-sketch:before {
  content: "\5525";
}
.hgi-duotone.hgi-skew:after {
  content: "\5526";
}
.hgi-duotone.hgi-skew:before {
  content: "\5527";
}
.hgi-duotone.hgi-ski-dice-faces-01:after {
  content: "\5528";
}
.hgi-duotone.hgi-ski-dice-faces-01:before {
  content: "\5529";
}
.hgi-duotone.hgi-skipping-rope:after {
  content: "\552a";
}
.hgi-duotone.hgi-skipping-rope:before {
  content: "\552b";
}
.hgi-duotone.hgi-skool:after {
  content: "\552c";
}
.hgi-duotone.hgi-skool:before {
  content: "\552d";
}
.hgi-duotone.hgi-skull:after {
  content: "\552e";
}
.hgi-duotone.hgi-skull:before {
  content: "\552f";
}
.hgi-duotone.hgi-skype:after {
  content: "\5530";
}
.hgi-duotone.hgi-skype:before {
  content: "\5531";
}
.hgi-duotone.hgi-slack:after {
  content: "\5532";
}
.hgi-duotone.hgi-slack:before {
  content: "\5533";
}
.hgi-duotone.hgi-sleeping:after {
  content: "\5534";
}
.hgi-duotone.hgi-sleeping:before {
  content: "\5535";
}
.hgi-duotone.hgi-sleeveless:after {
  content: "\5536";
}
.hgi-duotone.hgi-sleeveless:before {
  content: "\5537";
}
.hgi-duotone.hgi-sliders-horizontal:after {
  content: "\5538";
}
.hgi-duotone.hgi-sliders-horizontal:before {
  content: "\5539";
}
.hgi-duotone.hgi-sliders-vertical:after {
  content: "\553a";
}
.hgi-duotone.hgi-sliders-vertical:before {
  content: "\553b";
}
.hgi-duotone.hgi-slideshare:after {
  content: "\553c";
}
.hgi-duotone.hgi-slideshare:before {
  content: "\553d";
}
.hgi-duotone.hgi-slow-winds:after {
  content: "\553e";
}
.hgi-duotone.hgi-slow-winds:before {
  content: "\553f";
}
.hgi-duotone.hgi-smart-ac:after {
  content: "\5540";
}
.hgi-duotone.hgi-smart-ac:before {
  content: "\5541";
}
.hgi-duotone.hgi-smart-phone-01:after {
  content: "\5542";
}
.hgi-duotone.hgi-smart-phone-01:before {
  content: "\5543";
}
.hgi-duotone.hgi-smart-phone-02:after {
  content: "\5544";
}
.hgi-duotone.hgi-smart-phone-02:before {
  content: "\5545";
}
.hgi-duotone.hgi-smart-phone-03:after {
  content: "\5546";
}
.hgi-duotone.hgi-smart-phone-03:before {
  content: "\5547";
}
.hgi-duotone.hgi-smart-phone-04:after {
  content: "\5548";
}
.hgi-duotone.hgi-smart-phone-04:before {
  content: "\5549";
}
.hgi-duotone.hgi-smart-phone-landscape:after {
  content: "\554a";
}
.hgi-duotone.hgi-smart-phone-landscape:before {
  content: "\554b";
}
.hgi-duotone.hgi-smart:after {
  content: "\554c";
}
.hgi-duotone.hgi-smart-watch-01:after {
  content: "\554d";
}
.hgi-duotone.hgi-smart-watch-01:before {
  content: "\554e";
}
.hgi-duotone.hgi-smart-watch-02:after {
  content: "\554f";
}
.hgi-duotone.hgi-smart-watch-02:before {
  content: "\5550";
}
.hgi-duotone.hgi-smart-watch-03:after {
  content: "\5551";
}
.hgi-duotone.hgi-smart-watch-03:before {
  content: "\5552";
}
.hgi-duotone.hgi-smart-watch-04:after {
  content: "\5553";
}
.hgi-duotone.hgi-smart-watch-04:before {
  content: "\5554";
}
.hgi-duotone.hgi-smart:before {
  content: "\5555";
}
.hgi-duotone.hgi-smartphone-lost-wifi:after {
  content: "\5556";
}
.hgi-duotone.hgi-smartphone-lost-wifi:before {
  content: "\5557";
}
.hgi-duotone.hgi-smartphone-wifi:after {
  content: "\5558";
}
.hgi-duotone.hgi-smartphone-wifi:before {
  content: "\5559";
}
.hgi-duotone.hgi-smile-dizzy:after {
  content: "\555a";
}
.hgi-duotone.hgi-smile-dizzy:before {
  content: "\555b";
}
.hgi-duotone.hgi-smile:after {
  content: "\555c";
}
.hgi-duotone.hgi-smile:before {
  content: "\555d";
}
.hgi-duotone.hgi-sms-code:after {
  content: "\555e";
}
.hgi-duotone.hgi-sms-code:before {
  content: "\555f";
}
.hgi-duotone.hgi-snail:after {
  content: "\5560";
}
.hgi-duotone.hgi-snail:before {
  content: "\5561";
}
.hgi-duotone.hgi-snapchat:after {
  content: "\5562";
}
.hgi-duotone.hgi-snapchat:before {
  content: "\5563";
}
.hgi-duotone.hgi-snow:after {
  content: "\5564";
}
.hgi-duotone.hgi-snow:before {
  content: "\5565";
}
.hgi-duotone.hgi-socks:after {
  content: "\5566";
}
.hgi-duotone.hgi-socks:before {
  content: "\5567";
}
.hgi-duotone.hgi-soda-can:after {
  content: "\5568";
}
.hgi-duotone.hgi-soda-can:before {
  content: "\5569";
}
.hgi-duotone.hgi-sofa-01:after {
  content: "\556a";
}
.hgi-duotone.hgi-sofa-01:before {
  content: "\556b";
}
.hgi-duotone.hgi-sofa-02:after {
  content: "\556c";
}
.hgi-duotone.hgi-sofa-02:before {
  content: "\556d";
}
.hgi-duotone.hgi-sofa-03:after {
  content: "\556e";
}
.hgi-duotone.hgi-sofa-03:before {
  content: "\556f";
}
.hgi-duotone.hgi-sofa-single:after {
  content: "\5570";
}
.hgi-duotone.hgi-sofa-single:before {
  content: "\5571";
}
.hgi-duotone.hgi-soft-drink-01:after {
  content: "\5572";
}
.hgi-duotone.hgi-soft-drink-01:before {
  content: "\5573";
}
.hgi-duotone.hgi-soft-drink-02:after {
  content: "\5574";
}
.hgi-duotone.hgi-soft-drink-02:before {
  content: "\5575";
}
.hgi-duotone.hgi-software-license:after {
  content: "\5576";
}
.hgi-duotone.hgi-software-license:before {
  content: "\5577";
}
.hgi-duotone.hgi-software:after {
  content: "\5578";
}
.hgi-duotone.hgi-software-uninstall:after {
  content: "\5579";
}
.hgi-duotone.hgi-software-uninstall:before {
  content: "\557a";
}
.hgi-duotone.hgi-software:before {
  content: "\557b";
}
.hgi-duotone.hgi-soil-moisture-field:after {
  content: "\557c";
}
.hgi-duotone.hgi-soil-moisture-field:before {
  content: "\557d";
}
.hgi-duotone.hgi-soil-moisture-global:after {
  content: "\557e";
}
.hgi-duotone.hgi-soil-moisture-global:before {
  content: "\557f";
}
.hgi-duotone.hgi-soil-temperature-field:after {
  content: "\5580";
}
.hgi-duotone.hgi-soil-temperature-field:before {
  content: "\5581";
}
.hgi-duotone.hgi-soil-temperature-global:after {
  content: "\5582";
}
.hgi-duotone.hgi-soil-temperature-global:before {
  content: "\5583";
}
.hgi-duotone.hgi-solar-energy:after {
  content: "\5584";
}
.hgi-duotone.hgi-solar-energy:before {
  content: "\5585";
}
.hgi-duotone.hgi-solar-panel-01:after {
  content: "\5586";
}
.hgi-duotone.hgi-solar-panel-01:before {
  content: "\5587";
}
.hgi-duotone.hgi-solar-panel-02:after {
  content: "\5588";
}
.hgi-duotone.hgi-solar-panel-02:before {
  content: "\5589";
}
.hgi-duotone.hgi-solar-panel-03:after {
  content: "\558a";
}
.hgi-duotone.hgi-solar-panel-03:before {
  content: "\558b";
}
.hgi-duotone.hgi-solar-panel-04:after {
  content: "\558c";
}
.hgi-duotone.hgi-solar-panel-04:before {
  content: "\558d";
}
.hgi-duotone.hgi-solar-panel-05:after {
  content: "\558e";
}
.hgi-duotone.hgi-solar-panel-05:before {
  content: "\558f";
}
.hgi-duotone.hgi-solar-power:after {
  content: "\5590";
}
.hgi-duotone.hgi-solar-power:before {
  content: "\5591";
}
.hgi-duotone.hgi-solar-system-01:after {
  content: "\5592";
}
.hgi-duotone.hgi-solar-system-01:before {
  content: "\5593";
}
.hgi-duotone.hgi-solar-system:after {
  content: "\5594";
}
.hgi-duotone.hgi-solar-system:before {
  content: "\5595";
}
.hgi-duotone.hgi-solid-line-01:after {
  content: "\5596";
}
.hgi-duotone.hgi-solid-line-01:before {
  content: "\5597";
}
.hgi-duotone.hgi-solid-line-02:after {
  content: "\5598";
}
.hgi-duotone.hgi-solid-line-02:before {
  content: "\5599";
}
.hgi-duotone.hgi-sort-by-down-01:after {
  content: "\559a";
}
.hgi-duotone.hgi-sort-by-down-01:before {
  content: "\559b";
}
.hgi-duotone.hgi-sort-by-down-02:after {
  content: "\559c";
}
.hgi-duotone.hgi-sort-by-down-02:before {
  content: "\559d";
}
.hgi-duotone.hgi-sort-by-up-01:after {
  content: "\559e";
}
.hgi-duotone.hgi-sort-by-up-01:before {
  content: "\559f";
}
.hgi-duotone.hgi-sort-by-up-02:after {
  content: "\55a0";
}
.hgi-duotone.hgi-sort-by-up-02:before {
  content: "\55a1";
}
.hgi-duotone.hgi-sorting-01:after {
  content: "\55a2";
}
.hgi-duotone.hgi-sorting-01:before {
  content: "\55a3";
}
.hgi-duotone.hgi-sorting-02:after {
  content: "\55a4";
}
.hgi-duotone.hgi-sorting-02:before {
  content: "\55a5";
}
.hgi-duotone.hgi-sorting-03:after {
  content: "\55a6";
}
.hgi-duotone.hgi-sorting-03:before {
  content: "\55a7";
}
.hgi-duotone.hgi-sorting-04:after {
  content: "\55a8";
}
.hgi-duotone.hgi-sorting-04:before {
  content: "\55a9";
}
.hgi-duotone.hgi-sorting-05:after {
  content: "\55aa";
}
.hgi-duotone.hgi-sorting-05:before {
  content: "\55ab";
}
.hgi-duotone.hgi-sorting-1-9:after {
  content: "\55ac";
}
.hgi-duotone.hgi-sorting-1-9:before {
  content: "\55ad";
}
.hgi-duotone.hgi-sorting-9-1:after {
  content: "\55ae";
}
.hgi-duotone.hgi-sorting-9-1:before {
  content: "\55af";
}
.hgi-duotone.hgi-sorting-a-z-01:after {
  content: "\55b0";
}
.hgi-duotone.hgi-sorting-a-z-01:before {
  content: "\55b1";
}
.hgi-duotone.hgi-sorting-a-z-02:after {
  content: "\55b2";
}
.hgi-duotone.hgi-sorting-a-z-02:before {
  content: "\55b3";
}
.hgi-duotone.hgi-sorting-down:after {
  content: "\55b4";
}
.hgi-duotone.hgi-sorting-down:before {
  content: "\55b5";
}
.hgi-duotone.hgi-sorting-up:after {
  content: "\55b6";
}
.hgi-duotone.hgi-sorting-up:before {
  content: "\55b7";
}
.hgi-duotone.hgi-sorting-z-a-01:after {
  content: "\55b8";
}
.hgi-duotone.hgi-sorting-z-a-01:before {
  content: "\55b9";
}
.hgi-duotone.hgi-soundcloud:after {
  content: "\55ba";
}
.hgi-duotone.hgi-soundcloud:before {
  content: "\55bb";
}
.hgi-duotone.hgi-source-code-circle:after {
  content: "\55bc";
}
.hgi-duotone.hgi-source-code-circle:before {
  content: "\55bd";
}
.hgi-duotone.hgi-source-code:after {
  content: "\55be";
}
.hgi-duotone.hgi-source-code-square:after {
  content: "\55bf";
}
.hgi-duotone.hgi-source-code-square:before {
  content: "\55c0";
}
.hgi-duotone.hgi-source-code:before {
  content: "\55c1";
}
.hgi-duotone.hgi-spaceship:after {
  content: "\55c2";
}
.hgi-duotone.hgi-spaceship:before {
  content: "\55c3";
}
.hgi-duotone.hgi-spades:after {
  content: "\55c4";
}
.hgi-duotone.hgi-spades:before {
  content: "\55c5";
}
.hgi-duotone.hgi-spaghetti:after {
  content: "\55c6";
}
.hgi-duotone.hgi-spaghetti:before {
  content: "\55c7";
}
.hgi-duotone.hgi-spam:after {
  content: "\55c8";
}
.hgi-duotone.hgi-spam:before {
  content: "\55c9";
}
.hgi-duotone.hgi-sparkles:after {
  content: "\55ca";
}
.hgi-duotone.hgi-sparkles:before {
  content: "\55cb";
}
.hgi-duotone.hgi-spartan-helmet:after {
  content: "\55cc";
}
.hgi-duotone.hgi-spartan-helmet:before {
  content: "\55cd";
}
.hgi-duotone.hgi-spatula:after {
  content: "\55ce";
}
.hgi-duotone.hgi-spatula:before {
  content: "\55cf";
}
.hgi-duotone.hgi-speaker-01:after {
  content: "\55d0";
}
.hgi-duotone.hgi-speaker-01:before {
  content: "\55d1";
}
.hgi-duotone.hgi-speaker:after {
  content: "\55d2";
}
.hgi-duotone.hgi-speaker:before {
  content: "\55d3";
}
.hgi-duotone.hgi-speech-to-text:after {
  content: "\55d4";
}
.hgi-duotone.hgi-speech-to-text:before {
  content: "\55d5";
}
.hgi-duotone.hgi-speed-train-01:after {
  content: "\55d6";
}
.hgi-duotone.hgi-speed-train-01:before {
  content: "\55d7";
}
.hgi-duotone.hgi-speed-train-02:after {
  content: "\55d8";
}
.hgi-duotone.hgi-speed-train-02:before {
  content: "\55d9";
}
.hgi-duotone.hgi-sperm:after {
  content: "\55da";
}
.hgi-duotone.hgi-sperm:before {
  content: "\55db";
}
.hgi-duotone.hgi-sphere:after {
  content: "\55dc";
}
.hgi-duotone.hgi-sphere:before {
  content: "\55dd";
}
.hgi-duotone.hgi-spirals:after {
  content: "\55de";
}
.hgi-duotone.hgi-spirals:before {
  content: "\55df";
}
.hgi-duotone.hgi-spoon-and-fork:after {
  content: "\55e0";
}
.hgi-duotone.hgi-spoon-and-fork:before {
  content: "\55e1";
}
.hgi-duotone.hgi-spoon-and-knife:after {
  content: "\55e2";
}
.hgi-duotone.hgi-spoon-and-knife:before {
  content: "\55e3";
}
.hgi-duotone.hgi-spoon:after {
  content: "\55e4";
}
.hgi-duotone.hgi-spoon:before {
  content: "\55e5";
}
.hgi-duotone.hgi-spotify:after {
  content: "\55e6";
}
.hgi-duotone.hgi-spotify:before {
  content: "\55e7";
}
.hgi-duotone.hgi-sql:after {
  content: "\55e8";
}
.hgi-duotone.hgi-sql:before {
  content: "\55e9";
}
.hgi-duotone.hgi-square-01:after {
  content: "\55ea";
}
.hgi-duotone.hgi-square-01:before {
  content: "\55eb";
}
.hgi-duotone.hgi-square-arrow-data-transfer-diagonal:after {
  content: "\55ec";
}
.hgi-duotone.hgi-square-arrow-data-transfer-diagonal:before {
  content: "\55ed";
}
.hgi-duotone.hgi-square-arrow-data-transfer-horizontal:after {
  content: "\55ee";
}
.hgi-duotone.hgi-square-arrow-data-transfer-horizontal:before {
  content: "\55ef";
}
.hgi-duotone.hgi-square-arrow-data-transfer-vertical:after {
  content: "\55f0";
}
.hgi-duotone.hgi-square-arrow-data-transfer-vertical:before {
  content: "\55f1";
}
.hgi-duotone.hgi-square-arrow-diagonal-01:after {
  content: "\55f2";
}
.hgi-duotone.hgi-square-arrow-diagonal-01:before {
  content: "\55f3";
}
.hgi-duotone.hgi-square-arrow-diagonal-02:after {
  content: "\55f4";
}
.hgi-duotone.hgi-square-arrow-diagonal-02:before {
  content: "\55f5";
}
.hgi-duotone.hgi-square-arrow-down-01:after {
  content: "\55f6";
}
.hgi-duotone.hgi-square-arrow-down-01:before {
  content: "\55f7";
}
.hgi-duotone.hgi-square-arrow-down-02:after {
  content: "\55f8";
}
.hgi-duotone.hgi-square-arrow-down-02:before {
  content: "\55f9";
}
.hgi-duotone.hgi-square-arrow-down-03:after {
  content: "\55fa";
}
.hgi-duotone.hgi-square-arrow-down-03:before {
  content: "\55fb";
}
.hgi-duotone.hgi-square-arrow-down-double:after {
  content: "\55fc";
}
.hgi-duotone.hgi-square-arrow-down-double:before {
  content: "\55fd";
}
.hgi-duotone.hgi-square-arrow-down-left:after {
  content: "\55fe";
}
.hgi-duotone.hgi-square-arrow-down-left:before {
  content: "\55ff";
}
.hgi-duotone.hgi-square-arrow-down-right:after {
  content: "\5600";
}
.hgi-duotone.hgi-square-arrow-down-right:before {
  content: "\5601";
}
.hgi-duotone.hgi-square-arrow-expand-01:after {
  content: "\5602";
}
.hgi-duotone.hgi-square-arrow-expand-01:before {
  content: "\5603";
}
.hgi-duotone.hgi-square-arrow-expand-02:after {
  content: "\5604";
}
.hgi-duotone.hgi-square-arrow-expand-02:before {
  content: "\5605";
}
.hgi-duotone.hgi-square-arrow-horizontal:after {
  content: "\5606";
}
.hgi-duotone.hgi-square-arrow-horizontal:before {
  content: "\5607";
}
.hgi-duotone.hgi-square-arrow-left-01:after {
  content: "\5608";
}
.hgi-duotone.hgi-square-arrow-left-01:before {
  content: "\5609";
}
.hgi-duotone.hgi-square-arrow-left-02:after {
  content: "\560a";
}
.hgi-duotone.hgi-square-arrow-left-02:before {
  content: "\560b";
}
.hgi-duotone.hgi-square-arrow-left-03:after {
  content: "\560c";
}
.hgi-duotone.hgi-square-arrow-left-03:before {
  content: "\560d";
}
.hgi-duotone.hgi-square-arrow-left-double:after {
  content: "\560e";
}
.hgi-duotone.hgi-square-arrow-left-double:before {
  content: "\560f";
}
.hgi-duotone.hgi-square-arrow-left-right:after {
  content: "\5610";
}
.hgi-duotone.hgi-square-arrow-left-right:before {
  content: "\5611";
}
.hgi-duotone.hgi-square-arrow-move-down-left:after {
  content: "\5612";
}
.hgi-duotone.hgi-square-arrow-move-down-left:before {
  content: "\5613";
}
.hgi-duotone.hgi-square-arrow-move-down-right:after {
  content: "\5614";
}
.hgi-duotone.hgi-square-arrow-move-down-right:before {
  content: "\5615";
}
.hgi-duotone.hgi-square-arrow-move-left-down:after {
  content: "\5616";
}
.hgi-duotone.hgi-square-arrow-move-left-down:before {
  content: "\5617";
}
.hgi-duotone.hgi-square-arrow-move-left-up:after {
  content: "\5618";
}
.hgi-duotone.hgi-square-arrow-move-left-up:before {
  content: "\5619";
}
.hgi-duotone.hgi-square-arrow-move-right-down:after {
  content: "\561a";
}
.hgi-duotone.hgi-square-arrow-move-right-down:before {
  content: "\561b";
}
.hgi-duotone.hgi-square-arrow-move-right-up:after {
  content: "\561c";
}
.hgi-duotone.hgi-square-arrow-move-right-up:before {
  content: "\561d";
}
.hgi-duotone.hgi-square-arrow-reload-01:after {
  content: "\561e";
}
.hgi-duotone.hgi-square-arrow-reload-01:before {
  content: "\561f";
}
.hgi-duotone.hgi-square-arrow-reload-02:after {
  content: "\5620";
}
.hgi-duotone.hgi-square-arrow-reload-02:before {
  content: "\5621";
}
.hgi-duotone.hgi-square-arrow-right-01:after {
  content: "\5622";
}
.hgi-duotone.hgi-square-arrow-right-01:before {
  content: "\5623";
}
.hgi-duotone.hgi-square-arrow-right-02:after {
  content: "\5624";
}
.hgi-duotone.hgi-square-arrow-right-02:before {
  content: "\5625";
}
.hgi-duotone.hgi-square-arrow-right-03:after {
  content: "\5626";
}
.hgi-duotone.hgi-square-arrow-right-03:before {
  content: "\5627";
}
.hgi-duotone.hgi-square-arrow-right-double:after {
  content: "\5628";
}
.hgi-duotone.hgi-square-arrow-right-double:before {
  content: "\5629";
}
.hgi-duotone.hgi-square-arrow-shrink-01:after {
  content: "\562a";
}
.hgi-duotone.hgi-square-arrow-shrink-01:before {
  content: "\562b";
}
.hgi-duotone.hgi-square-arrow-shrink-02:after {
  content: "\562c";
}
.hgi-duotone.hgi-square-arrow-shrink-02:before {
  content: "\562d";
}
.hgi-duotone.hgi-square-arrow-up-01:after {
  content: "\562e";
}
.hgi-duotone.hgi-square-arrow-up-01:before {
  content: "\562f";
}
.hgi-duotone.hgi-square-arrow-up-02:after {
  content: "\5630";
}
.hgi-duotone.hgi-square-arrow-up-02:before {
  content: "\5631";
}
.hgi-duotone.hgi-square-arrow-up-03:after {
  content: "\5632";
}
.hgi-duotone.hgi-square-arrow-up-03:before {
  content: "\5633";
}
.hgi-duotone.hgi-square-arrow-up-double:after {
  content: "\5634";
}
.hgi-duotone.hgi-square-arrow-up-double:before {
  content: "\5635";
}
.hgi-duotone.hgi-square-arrow-up-down:after {
  content: "\5636";
}
.hgi-duotone.hgi-square-arrow-up-down:before {
  content: "\5637";
}
.hgi-duotone.hgi-square-arrow-up-left:after {
  content: "\5638";
}
.hgi-duotone.hgi-square-arrow-up-left:before {
  content: "\5639";
}
.hgi-duotone.hgi-square-arrow-up-right:after {
  content: "\563a";
}
.hgi-duotone.hgi-square-arrow-up-right:before {
  content: "\563b";
}
.hgi-duotone.hgi-square-arrow-vertical:after {
  content: "\563c";
}
.hgi-duotone.hgi-square-arrow-vertical:before {
  content: "\563d";
}
.hgi-duotone.hgi-square-circle:after {
  content: "\563e";
}
.hgi-duotone.hgi-square-circle:before {
  content: "\563f";
}
.hgi-duotone.hgi-square-lock-01:after {
  content: "\5640";
}
.hgi-duotone.hgi-square-lock-01:before {
  content: "\5641";
}
.hgi-duotone.hgi-square-lock-02:after {
  content: "\5642";
}
.hgi-duotone.hgi-square-lock-02:before {
  content: "\5643";
}
.hgi-duotone.hgi-square-lock-add-01:after {
  content: "\5644";
}
.hgi-duotone.hgi-square-lock-add-01:before {
  content: "\5645";
}
.hgi-duotone.hgi-square-lock-add-02:after {
  content: "\5646";
}
.hgi-duotone.hgi-square-lock-add-02:before {
  content: "\5647";
}
.hgi-duotone.hgi-square-lock-check-01:after {
  content: "\5648";
}
.hgi-duotone.hgi-square-lock-check-01:before {
  content: "\5649";
}
.hgi-duotone.hgi-square-lock-check-02:after {
  content: "\564a";
}
.hgi-duotone.hgi-square-lock-check-02:before {
  content: "\564b";
}
.hgi-duotone.hgi-square-lock-minus-01:after {
  content: "\564c";
}
.hgi-duotone.hgi-square-lock-minus-01:before {
  content: "\564d";
}
.hgi-duotone.hgi-square-lock-minus-02:after {
  content: "\564e";
}
.hgi-duotone.hgi-square-lock-minus-02:before {
  content: "\564f";
}
.hgi-duotone.hgi-square-lock-password:after {
  content: "\5650";
}
.hgi-duotone.hgi-square-lock-password:before {
  content: "\5651";
}
.hgi-duotone.hgi-square-lock-remove-01:after {
  content: "\5652";
}
.hgi-duotone.hgi-square-lock-remove-01:before {
  content: "\5653";
}
.hgi-duotone.hgi-square-lock-remove-02:after {
  content: "\5654";
}
.hgi-duotone.hgi-square-lock-remove-02:before {
  content: "\5655";
}
.hgi-duotone.hgi-square-root-square:after {
  content: "\5656";
}
.hgi-duotone.hgi-square-root-square:before {
  content: "\5657";
}
.hgi-duotone.hgi-square:after {
  content: "\5658";
}
.hgi-duotone.hgi-square-square:after {
  content: "\5659";
}
.hgi-duotone.hgi-square-square:before {
  content: "\565a";
}
.hgi-duotone.hgi-square-unlock-01:after {
  content: "\565b";
}
.hgi-duotone.hgi-square-unlock-01:before {
  content: "\565c";
}
.hgi-duotone.hgi-square-unlock-02:after {
  content: "\565d";
}
.hgi-duotone.hgi-square-unlock-02:before {
  content: "\565e";
}
.hgi-duotone.hgi-square:before {
  content: "\565f";
}
.hgi-duotone.hgi-stack-star:after {
  content: "\5660";
}
.hgi-duotone.hgi-stack-star:before {
  content: "\5661";
}
.hgi-duotone.hgi-stake:after {
  content: "\5662";
}
.hgi-duotone.hgi-stake:before {
  content: "\5663";
}
.hgi-duotone.hgi-stamp-01:after {
  content: "\5664";
}
.hgi-duotone.hgi-stamp-01:before {
  content: "\5665";
}
.hgi-duotone.hgi-stamp-02:after {
  content: "\5666";
}
.hgi-duotone.hgi-stamp-02:before {
  content: "\5667";
}
.hgi-duotone.hgi-stamp:after {
  content: "\5668";
}
.hgi-duotone.hgi-stamp:before {
  content: "\5669";
}
.hgi-duotone.hgi-star-award-01:after {
  content: "\566a";
}
.hgi-duotone.hgi-star-award-01:before {
  content: "\566b";
}
.hgi-duotone.hgi-star-award-02:after {
  content: "\566c";
}
.hgi-duotone.hgi-star-award-02:before {
  content: "\566d";
}
.hgi-duotone.hgi-star-circle:after {
  content: "\566e";
}
.hgi-duotone.hgi-star-circle:before {
  content: "\566f";
}
.hgi-duotone.hgi-star-face:after {
  content: "\5670";
}
.hgi-duotone.hgi-star-face:before {
  content: "\5671";
}
.hgi-duotone.hgi-star-half:after {
  content: "\5672";
}
.hgi-duotone.hgi-star-half:before {
  content: "\5673";
}
.hgi-duotone.hgi-star-off:after {
  content: "\5674";
}
.hgi-duotone.hgi-star-off:before {
  content: "\5675";
}
.hgi-duotone.hgi-star:after {
  content: "\5676";
}
.hgi-duotone.hgi-star-square:after {
  content: "\5677";
}
.hgi-duotone.hgi-star-square:before {
  content: "\5678";
}
.hgi-duotone.hgi-star:before {
  content: "\5679";
}
.hgi-duotone.hgi-stars:after {
  content: "\567a";
}
.hgi-duotone.hgi-stars:before {
  content: "\567b";
}
.hgi-duotone.hgi-start-up-01:after {
  content: "\567c";
}
.hgi-duotone.hgi-start-up-01:before {
  content: "\567d";
}
.hgi-duotone.hgi-start-up-02:after {
  content: "\567e";
}
.hgi-duotone.hgi-start-up-02:before {
  content: "\567f";
}
.hgi-duotone.hgi-stationery:after {
  content: "\5680";
}
.hgi-duotone.hgi-stationery:before {
  content: "\5681";
}
.hgi-duotone.hgi-status:after {
  content: "\5682";
}
.hgi-duotone.hgi-status:before {
  content: "\5683";
}
.hgi-duotone.hgi-steak:after {
  content: "\5684";
}
.hgi-duotone.hgi-steak:before {
  content: "\5685";
}
.hgi-duotone.hgi-steering:after {
  content: "\5686";
}
.hgi-duotone.hgi-steering:before {
  content: "\5687";
}
.hgi-duotone.hgi-step-into:after {
  content: "\5688";
}
.hgi-duotone.hgi-step-into:before {
  content: "\5689";
}
.hgi-duotone.hgi-step-out:after {
  content: "\568a";
}
.hgi-duotone.hgi-step-out:before {
  content: "\568b";
}
.hgi-duotone.hgi-step-over:after {
  content: "\568c";
}
.hgi-duotone.hgi-step-over:before {
  content: "\568d";
}
.hgi-duotone.hgi-stethoscope-02:after {
  content: "\568e";
}
.hgi-duotone.hgi-stethoscope-02:before {
  content: "\568f";
}
.hgi-duotone.hgi-stethoscope:after {
  content: "\5690";
}
.hgi-duotone.hgi-stethoscope:before {
  content: "\5691";
}
.hgi-duotone.hgi-sticky-note-01:after {
  content: "\5692";
}
.hgi-duotone.hgi-sticky-note-01:before {
  content: "\5693";
}
.hgi-duotone.hgi-sticky-note-02:after {
  content: "\5694";
}
.hgi-duotone.hgi-sticky-note-02:before {
  content: "\5695";
}
.hgi-duotone.hgi-sticky-note-03:after {
  content: "\5696";
}
.hgi-duotone.hgi-sticky-note-03:before {
  content: "\5697";
}
.hgi-duotone.hgi-stop-circle:after {
  content: "\5698";
}
.hgi-duotone.hgi-stop-circle:before {
  content: "\5699";
}
.hgi-duotone.hgi-stop-loss-order:after {
  content: "\569a";
}
.hgi-duotone.hgi-stop-loss-order:before {
  content: "\569b";
}
.hgi-duotone.hgi-stop:after {
  content: "\569c";
}
.hgi-duotone.hgi-stop-watch:after {
  content: "\569d";
}
.hgi-duotone.hgi-stop-watch:before {
  content: "\569e";
}
.hgi-duotone.hgi-stop:before {
  content: "\569f";
}
.hgi-duotone.hgi-store-01:after {
  content: "\56a0";
}
.hgi-duotone.hgi-store-01:before {
  content: "\56a1";
}
.hgi-duotone.hgi-store-02:after {
  content: "\56a2";
}
.hgi-duotone.hgi-store-02:before {
  content: "\56a3";
}
.hgi-duotone.hgi-store-03:after {
  content: "\56a4";
}
.hgi-duotone.hgi-store-03:before {
  content: "\56a5";
}
.hgi-duotone.hgi-store-04:after {
  content: "\56a6";
}
.hgi-duotone.hgi-store-04:before {
  content: "\56a7";
}
.hgi-duotone.hgi-store-add-01:after {
  content: "\56a8";
}
.hgi-duotone.hgi-store-add-01:before {
  content: "\56a9";
}
.hgi-duotone.hgi-store-add-02:after {
  content: "\56aa";
}
.hgi-duotone.hgi-store-add-02:before {
  content: "\56ab";
}
.hgi-duotone.hgi-store-location-01:after {
  content: "\56ac";
}
.hgi-duotone.hgi-store-location-01:before {
  content: "\56ad";
}
.hgi-duotone.hgi-store-location-02:after {
  content: "\56ae";
}
.hgi-duotone.hgi-store-location-02:before {
  content: "\56af";
}
.hgi-duotone.hgi-store-management-01:after {
  content: "\56b0";
}
.hgi-duotone.hgi-store-management-01:before {
  content: "\56b1";
}
.hgi-duotone.hgi-store-management-02:after {
  content: "\56b2";
}
.hgi-duotone.hgi-store-management-02:before {
  content: "\56b3";
}
.hgi-duotone.hgi-store-remove-01:after {
  content: "\56b4";
}
.hgi-duotone.hgi-store-remove-01:before {
  content: "\56b5";
}
.hgi-duotone.hgi-store-remove-02:after {
  content: "\56b6";
}
.hgi-duotone.hgi-store-remove-02:before {
  content: "\56b7";
}
.hgi-duotone.hgi-store-verified-01:after {
  content: "\56b8";
}
.hgi-duotone.hgi-store-verified-01:before {
  content: "\56b9";
}
.hgi-duotone.hgi-store-verified-02:after {
  content: "\56ba";
}
.hgi-duotone.hgi-store-verified-02:before {
  content: "\56bb";
}
.hgi-duotone.hgi-straight-edge:after {
  content: "\56bc";
}
.hgi-duotone.hgi-straight-edge:before {
  content: "\56bd";
}
.hgi-duotone.hgi-strategy:after {
  content: "\56be";
}
.hgi-duotone.hgi-strategy:before {
  content: "\56bf";
}
.hgi-duotone.hgi-streering-wheel:after {
  content: "\56c0";
}
.hgi-duotone.hgi-streering-wheel:before {
  content: "\56c1";
}
.hgi-duotone.hgi-street-food:after {
  content: "\56c2";
}
.hgi-duotone.hgi-street-food:before {
  content: "\56c3";
}
.hgi-duotone.hgi-stripe:after {
  content: "\56c4";
}
.hgi-duotone.hgi-stripe:before {
  content: "\56c5";
}
.hgi-duotone.hgi-stroke-bottom:after {
  content: "\56c6";
}
.hgi-duotone.hgi-stroke-bottom:before {
  content: "\56c7";
}
.hgi-duotone.hgi-stroke-center:after {
  content: "\56c8";
}
.hgi-duotone.hgi-stroke-center:before {
  content: "\56c9";
}
.hgi-duotone.hgi-stroke-inside:after {
  content: "\56ca";
}
.hgi-duotone.hgi-stroke-inside:before {
  content: "\56cb";
}
.hgi-duotone.hgi-stroke-left:after {
  content: "\56cc";
}
.hgi-duotone.hgi-stroke-left:before {
  content: "\56cd";
}
.hgi-duotone.hgi-stroke-outside:after {
  content: "\56ce";
}
.hgi-duotone.hgi-stroke-outside:before {
  content: "\56cf";
}
.hgi-duotone.hgi-stroke-right:after {
  content: "\56d0";
}
.hgi-duotone.hgi-stroke-right:before {
  content: "\56d1";
}
.hgi-duotone.hgi-stroke-top:after {
  content: "\56d2";
}
.hgi-duotone.hgi-stroke-top:before {
  content: "\56d3";
}
.hgi-duotone.hgi-structure-01:after {
  content: "\56d4";
}
.hgi-duotone.hgi-structure-01:before {
  content: "\56d5";
}
.hgi-duotone.hgi-structure-02:after {
  content: "\56d6";
}
.hgi-duotone.hgi-structure-02:before {
  content: "\56d7";
}
.hgi-duotone.hgi-structure-03:after {
  content: "\56d8";
}
.hgi-duotone.hgi-structure-03:before {
  content: "\56d9";
}
.hgi-duotone.hgi-structure-04:after {
  content: "\56da";
}
.hgi-duotone.hgi-structure-04:before {
  content: "\56db";
}
.hgi-duotone.hgi-structure-05:after {
  content: "\56dc";
}
.hgi-duotone.hgi-structure-05:before {
  content: "\56dd";
}
.hgi-duotone.hgi-structure-add:after {
  content: "\56de";
}
.hgi-duotone.hgi-structure-add:before {
  content: "\56df";
}
.hgi-duotone.hgi-structure-check:after {
  content: "\56e0";
}
.hgi-duotone.hgi-structure-check:before {
  content: "\56e1";
}
.hgi-duotone.hgi-structure-fail:after {
  content: "\56e2";
}
.hgi-duotone.hgi-structure-fail:before {
  content: "\56e3";
}
.hgi-duotone.hgi-structure-folder-circle:after {
  content: "\56e4";
}
.hgi-duotone.hgi-structure-folder-circle:before {
  content: "\56e5";
}
.hgi-duotone.hgi-structure-folder:after {
  content: "\56e6";
}
.hgi-duotone.hgi-structure-folder:before {
  content: "\56e7";
}
.hgi-duotone.hgi-student-card:after {
  content: "\56e8";
}
.hgi-duotone.hgi-student-card:before {
  content: "\56e9";
}
.hgi-duotone.hgi-student:after {
  content: "\56ea";
}
.hgi-duotone.hgi-student:before {
  content: "\56eb";
}
.hgi-duotone.hgi-students:after {
  content: "\56ec";
}
.hgi-duotone.hgi-students:before {
  content: "\56ed";
}
.hgi-duotone.hgi-study-desk:after {
  content: "\56ee";
}
.hgi-duotone.hgi-study-desk:before {
  content: "\56ef";
}
.hgi-duotone.hgi-study-lamp:after {
  content: "\56f0";
}
.hgi-duotone.hgi-study-lamp:before {
  content: "\56f1";
}
.hgi-duotone.hgi-stumbleupon:after {
  content: "\56f2";
}
.hgi-duotone.hgi-stumbleupon:before {
  content: "\56f3";
}
.hgi-duotone.hgi-submarine:after {
  content: "\56f4";
}
.hgi-duotone.hgi-submarine:before {
  content: "\56f5";
}
.hgi-duotone.hgi-submerge:after {
  content: "\56f6";
}
.hgi-duotone.hgi-submerge:before {
  content: "\56f7";
}
.hgi-duotone.hgi-subnode-add:after {
  content: "\56f8";
}
.hgi-duotone.hgi-subnode-add:before {
  content: "\56f9";
}
.hgi-duotone.hgi-subnode-delete:after {
  content: "\56fa";
}
.hgi-duotone.hgi-subnode-delete:before {
  content: "\56fb";
}
.hgi-duotone.hgi-subpoena:after {
  content: "\56fc";
}
.hgi-duotone.hgi-subpoena:before {
  content: "\56fd";
}
.hgi-duotone.hgi-subtitle:after {
  content: "\56fe";
}
.hgi-duotone.hgi-subtitle:before {
  content: "\56ff";
}
.hgi-duotone.hgi-suit-01:after {
  content: "\5700";
}
.hgi-duotone.hgi-suit-01:before {
  content: "\5701";
}
.hgi-duotone.hgi-suit-02:after {
  content: "\5702";
}
.hgi-duotone.hgi-suit-02:before {
  content: "\5703";
}
.hgi-duotone.hgi-sujood:after {
  content: "\5704";
}
.hgi-duotone.hgi-sujood:before {
  content: "\5705";
}
.hgi-duotone.hgi-summation-01:after {
  content: "\5706";
}
.hgi-duotone.hgi-summation-01:before {
  content: "\5707";
}
.hgi-duotone.hgi-summation-02:after {
  content: "\5708";
}
.hgi-duotone.hgi-summation-02:before {
  content: "\5709";
}
.hgi-duotone.hgi-summation-circle:after {
  content: "\570a";
}
.hgi-duotone.hgi-summation-circle:before {
  content: "\570b";
}
.hgi-duotone.hgi-summation-square:after {
  content: "\570c";
}
.hgi-duotone.hgi-summation-square:before {
  content: "\570d";
}
.hgi-duotone.hgi-sun-01:after {
  content: "\570e";
}
.hgi-duotone.hgi-sun-01:before {
  content: "\570f";
}
.hgi-duotone.hgi-sun-02:after {
  content: "\5710";
}
.hgi-duotone.hgi-sun-02:before {
  content: "\5711";
}
.hgi-duotone.hgi-sun-03:after {
  content: "\5712";
}
.hgi-duotone.hgi-sun-03:before {
  content: "\5713";
}
.hgi-duotone.hgi-sun-cloud-01:after {
  content: "\5714";
}
.hgi-duotone.hgi-sun-cloud-01:before {
  content: "\5715";
}
.hgi-duotone.hgi-sun-cloud-02:after {
  content: "\5716";
}
.hgi-duotone.hgi-sun-cloud-02:before {
  content: "\5717";
}
.hgi-duotone.hgi-sun-cloud-angled-rain-01:after {
  content: "\5718";
}
.hgi-duotone.hgi-sun-cloud-angled-rain-01:before {
  content: "\5719";
}
.hgi-duotone.hgi-sun-cloud-angled-rain-02:after {
  content: "\571a";
}
.hgi-duotone.hgi-sun-cloud-angled-rain-02:before {
  content: "\571b";
}
.hgi-duotone.hgi-sun-cloud-angled-rain-zap-01:after {
  content: "\571c";
}
.hgi-duotone.hgi-sun-cloud-angled-rain-zap-01:before {
  content: "\571d";
}
.hgi-duotone.hgi-sun-cloud-angled-rain-zap-02:after {
  content: "\571e";
}
.hgi-duotone.hgi-sun-cloud-angled-rain-zap-02:before {
  content: "\571f";
}
.hgi-duotone.hgi-sun-cloud-angled-zap-01:after {
  content: "\5720";
}
.hgi-duotone.hgi-sun-cloud-angled-zap-01:before {
  content: "\5721";
}
.hgi-duotone.hgi-sun-cloud-angled-zap-02:after {
  content: "\5722";
}
.hgi-duotone.hgi-sun-cloud-angled-zap-02:before {
  content: "\5723";
}
.hgi-duotone.hgi-sun-cloud-big-rain-01:after {
  content: "\5724";
}
.hgi-duotone.hgi-sun-cloud-big-rain-01:before {
  content: "\5725";
}
.hgi-duotone.hgi-sun-cloud-big-rain-02:after {
  content: "\5726";
}
.hgi-duotone.hgi-sun-cloud-big-rain-02:before {
  content: "\5727";
}
.hgi-duotone.hgi-sun-cloud-fast-wind-01:after {
  content: "\5728";
}
.hgi-duotone.hgi-sun-cloud-fast-wind-01:before {
  content: "\5729";
}
.hgi-duotone.hgi-sun-cloud-fast-wind-02:after {
  content: "\572a";
}
.hgi-duotone.hgi-sun-cloud-fast-wind-02:before {
  content: "\572b";
}
.hgi-duotone.hgi-sun-cloud-hailstone-01:after {
  content: "\572c";
}
.hgi-duotone.hgi-sun-cloud-hailstone-01:before {
  content: "\572d";
}
.hgi-duotone.hgi-sun-cloud-hailstone-02:after {
  content: "\572e";
}
.hgi-duotone.hgi-sun-cloud-hailstone-02:before {
  content: "\572f";
}
.hgi-duotone.hgi-sun-cloud-little-rain-01:after {
  content: "\5730";
}
.hgi-duotone.hgi-sun-cloud-little-rain-01:before {
  content: "\5731";
}
.hgi-duotone.hgi-sun-cloud-little-rain-02:after {
  content: "\5732";
}
.hgi-duotone.hgi-sun-cloud-little-rain-02:before {
  content: "\5733";
}
.hgi-duotone.hgi-sun-cloud-little-snow-01:after {
  content: "\5734";
}
.hgi-duotone.hgi-sun-cloud-little-snow-01:before {
  content: "\5735";
}
.hgi-duotone.hgi-sun-cloud-little-snow-02:after {
  content: "\5736";
}
.hgi-duotone.hgi-sun-cloud-little-snow-02:before {
  content: "\5737";
}
.hgi-duotone.hgi-sun-cloud-mid-rain-01:after {
  content: "\5738";
}
.hgi-duotone.hgi-sun-cloud-mid-rain-01:before {
  content: "\5739";
}
.hgi-duotone.hgi-sun-cloud-mid-rain-02:after {
  content: "\573a";
}
.hgi-duotone.hgi-sun-cloud-mid-rain-02:before {
  content: "\573b";
}
.hgi-duotone.hgi-sun-cloud-mid-snow-01:after {
  content: "\573c";
}
.hgi-duotone.hgi-sun-cloud-mid-snow-01:before {
  content: "\573d";
}
.hgi-duotone.hgi-sun-cloud-mid-snow-02:after {
  content: "\573e";
}
.hgi-duotone.hgi-sun-cloud-mid-snow-02:before {
  content: "\573f";
}
.hgi-duotone.hgi-sun-cloud-slow-wind-01:after {
  content: "\5740";
}
.hgi-duotone.hgi-sun-cloud-slow-wind-01:before {
  content: "\5741";
}
.hgi-duotone.hgi-sun-cloud-slow-wind-02:after {
  content: "\5742";
}
.hgi-duotone.hgi-sun-cloud-slow-wind-02:before {
  content: "\5743";
}
.hgi-duotone.hgi-sun-cloud-snow-01:after {
  content: "\5744";
}
.hgi-duotone.hgi-sun-cloud-snow-01:before {
  content: "\5745";
}
.hgi-duotone.hgi-sun-cloud-snow-02:after {
  content: "\5746";
}
.hgi-duotone.hgi-sun-cloud-snow-02:before {
  content: "\5747";
}
.hgi-duotone.hgi-sunglasses:after {
  content: "\5748";
}
.hgi-duotone.hgi-sunglasses:before {
  content: "\5749";
}
.hgi-duotone.hgi-sunrise:after {
  content: "\574a";
}
.hgi-duotone.hgi-sunrise:before {
  content: "\574b";
}
.hgi-duotone.hgi-sunset:after {
  content: "\574c";
}
.hgi-duotone.hgi-sunset:before {
  content: "\574d";
}
.hgi-duotone.hgi-super-mario:after {
  content: "\574e";
}
.hgi-duotone.hgi-super-mario-toad:after {
  content: "\574f";
}
.hgi-duotone.hgi-super-mario-toad:before {
  content: "\5750";
}
.hgi-duotone.hgi-super-mario:before {
  content: "\5751";
}
.hgi-duotone.hgi-surfboard:after {
  content: "\5752";
}
.hgi-duotone.hgi-surfboard:before {
  content: "\5753";
}
.hgi-duotone.hgi-surprise:after {
  content: "\5754";
}
.hgi-duotone.hgi-surprise:before {
  content: "\5755";
}
.hgi-duotone.hgi-sushi-01:after {
  content: "\5756";
}
.hgi-duotone.hgi-sushi-01:before {
  content: "\5757";
}
.hgi-duotone.hgi-sushi-02:after {
  content: "\5758";
}
.hgi-duotone.hgi-sushi-02:before {
  content: "\5759";
}
.hgi-duotone.hgi-sushi-03:after {
  content: "\575a";
}
.hgi-duotone.hgi-sushi-03:before {
  content: "\575b";
}
.hgi-duotone.hgi-suspicious:after {
  content: "\575c";
}
.hgi-duotone.hgi-suspicious:before {
  content: "\575d";
}
.hgi-duotone.hgi-sustainable-energy:after {
  content: "\575e";
}
.hgi-duotone.hgi-sustainable-energy:before {
  content: "\575f";
}
.hgi-duotone.hgi-svg-01:after {
  content: "\5760";
}
.hgi-duotone.hgi-svg-01:before {
  content: "\5761";
}
.hgi-duotone.hgi-svg-02:after {
  content: "\5762";
}
.hgi-duotone.hgi-svg-02:before {
  content: "\5763";
}
.hgi-duotone.hgi-swarm:after {
  content: "\5764";
}
.hgi-duotone.hgi-swarm:before {
  content: "\5765";
}
.hgi-duotone.hgi-swatch:after {
  content: "\5766";
}
.hgi-duotone.hgi-swatch:before {
  content: "\5767";
}
.hgi-duotone.hgi-swimming-cap:after {
  content: "\5768";
}
.hgi-duotone.hgi-swimming-cap:before {
  content: "\5769";
}
.hgi-duotone.hgi-swimming:after {
  content: "\576a";
}
.hgi-duotone.hgi-swimming:before {
  content: "\576b";
}
.hgi-duotone.hgi-swipe-down-01:after {
  content: "\576c";
}
.hgi-duotone.hgi-swipe-down-01:before {
  content: "\576d";
}
.hgi-duotone.hgi-swipe-down-02:after {
  content: "\576e";
}
.hgi-duotone.hgi-swipe-down-02:before {
  content: "\576f";
}
.hgi-duotone.hgi-swipe-down-03:after {
  content: "\5770";
}
.hgi-duotone.hgi-swipe-down-03:before {
  content: "\5771";
}
.hgi-duotone.hgi-swipe-down-04:after {
  content: "\5772";
}
.hgi-duotone.hgi-swipe-down-04:before {
  content: "\5773";
}
.hgi-duotone.hgi-swipe-down-05:after {
  content: "\5774";
}
.hgi-duotone.hgi-swipe-down-05:before {
  content: "\5775";
}
.hgi-duotone.hgi-swipe-down-06:after {
  content: "\5776";
}
.hgi-duotone.hgi-swipe-down-06:before {
  content: "\5777";
}
.hgi-duotone.hgi-swipe-down-07:after {
  content: "\5778";
}
.hgi-duotone.hgi-swipe-down-07:before {
  content: "\5779";
}
.hgi-duotone.hgi-swipe-down-08:after {
  content: "\577a";
}
.hgi-duotone.hgi-swipe-down-08:before {
  content: "\577b";
}
.hgi-duotone.hgi-swipe-left-01:after {
  content: "\577c";
}
.hgi-duotone.hgi-swipe-left-01:before {
  content: "\577d";
}
.hgi-duotone.hgi-swipe-left-02:after {
  content: "\577e";
}
.hgi-duotone.hgi-swipe-left-02:before {
  content: "\577f";
}
.hgi-duotone.hgi-swipe-left-03:after {
  content: "\5780";
}
.hgi-duotone.hgi-swipe-left-03:before {
  content: "\5781";
}
.hgi-duotone.hgi-swipe-left-04:after {
  content: "\5782";
}
.hgi-duotone.hgi-swipe-left-04:before {
  content: "\5783";
}
.hgi-duotone.hgi-swipe-left-05:after {
  content: "\5784";
}
.hgi-duotone.hgi-swipe-left-05:before {
  content: "\5785";
}
.hgi-duotone.hgi-swipe-left-06:after {
  content: "\5786";
}
.hgi-duotone.hgi-swipe-left-06:before {
  content: "\5787";
}
.hgi-duotone.hgi-swipe-left-07:after {
  content: "\5788";
}
.hgi-duotone.hgi-swipe-left-07:before {
  content: "\5789";
}
.hgi-duotone.hgi-swipe-left-08:after {
  content: "\578a";
}
.hgi-duotone.hgi-swipe-left-08:before {
  content: "\578b";
}
.hgi-duotone.hgi-swipe-left-09:after {
  content: "\578c";
}
.hgi-duotone.hgi-swipe-left-09:before {
  content: "\578d";
}
.hgi-duotone.hgi-swipe-right-01:after {
  content: "\578e";
}
.hgi-duotone.hgi-swipe-right-01:before {
  content: "\578f";
}
.hgi-duotone.hgi-swipe-right-02:after {
  content: "\5790";
}
.hgi-duotone.hgi-swipe-right-02:before {
  content: "\5791";
}
.hgi-duotone.hgi-swipe-right-03:after {
  content: "\5792";
}
.hgi-duotone.hgi-swipe-right-03:before {
  content: "\5793";
}
.hgi-duotone.hgi-swipe-right-04:after {
  content: "\5794";
}
.hgi-duotone.hgi-swipe-right-04:before {
  content: "\5795";
}
.hgi-duotone.hgi-swipe-right-05:after {
  content: "\5796";
}
.hgi-duotone.hgi-swipe-right-05:before {
  content: "\5797";
}
.hgi-duotone.hgi-swipe-right-06:after {
  content: "\5798";
}
.hgi-duotone.hgi-swipe-right-06:before {
  content: "\5799";
}
.hgi-duotone.hgi-swipe-right-07:after {
  content: "\579a";
}
.hgi-duotone.hgi-swipe-right-07:before {
  content: "\579b";
}
.hgi-duotone.hgi-swipe-right-08:after {
  content: "\579c";
}
.hgi-duotone.hgi-swipe-right-08:before {
  content: "\579d";
}
.hgi-duotone.hgi-swipe-right-09:after {
  content: "\579e";
}
.hgi-duotone.hgi-swipe-right-09:before {
  content: "\579f";
}
.hgi-duotone.hgi-swipe-up-01:after {
  content: "\57a0";
}
.hgi-duotone.hgi-swipe-up-01:before {
  content: "\57a1";
}
.hgi-duotone.hgi-swipe-up-02:after {
  content: "\57a2";
}
.hgi-duotone.hgi-swipe-up-02:before {
  content: "\57a3";
}
.hgi-duotone.hgi-swipe-up-03:after {
  content: "\57a4";
}
.hgi-duotone.hgi-swipe-up-03:before {
  content: "\57a5";
}
.hgi-duotone.hgi-swipe-up-04:after {
  content: "\57a6";
}
.hgi-duotone.hgi-swipe-up-04:before {
  content: "\57a7";
}
.hgi-duotone.hgi-swipe-up-05:after {
  content: "\57a8";
}
.hgi-duotone.hgi-swipe-up-05:before {
  content: "\57a9";
}
.hgi-duotone.hgi-swipe-up-06:after {
  content: "\57aa";
}
.hgi-duotone.hgi-swipe-up-06:before {
  content: "\57ab";
}
.hgi-duotone.hgi-swipe-up-07:after {
  content: "\57ac";
}
.hgi-duotone.hgi-swipe-up-07:before {
  content: "\57ad";
}
.hgi-duotone.hgi-swipe-up-08:after {
  content: "\57ae";
}
.hgi-duotone.hgi-swipe-up-08:before {
  content: "\57af";
}
.hgi-duotone.hgi-sword-01:after {
  content: "\57b0";
}
.hgi-duotone.hgi-sword-01:before {
  content: "\57b1";
}
.hgi-duotone.hgi-sword-02:after {
  content: "\57b2";
}
.hgi-duotone.hgi-sword-02:before {
  content: "\57b3";
}
.hgi-duotone.hgi-sword-03:after {
  content: "\57b4";
}
.hgi-duotone.hgi-sword-03:before {
  content: "\57b5";
}
.hgi-duotone.hgi-system-update-01:after {
  content: "\57b6";
}
.hgi-duotone.hgi-system-update-01:before {
  content: "\57b7";
}
.hgi-duotone.hgi-system-update-02:after {
  content: "\57b8";
}
.hgi-duotone.hgi-system-update-02:before {
  content: "\57b9";
}
.hgi-duotone.hgi-t-shirt:after {
  content: "\57ba";
}
.hgi-duotone.hgi-t-shirt:before {
  content: "\57bb";
}
.hgi-duotone.hgi-table-01:after {
  content: "\57bc";
}
.hgi-duotone.hgi-table-01:before {
  content: "\57bd";
}
.hgi-duotone.hgi-table-02:after {
  content: "\57be";
}
.hgi-duotone.hgi-table-02:before {
  content: "\57bf";
}
.hgi-duotone.hgi-table-03:after {
  content: "\57c0";
}
.hgi-duotone.hgi-table-03:before {
  content: "\57c1";
}
.hgi-duotone.hgi-table-lamp-01:after {
  content: "\57c2";
}
.hgi-duotone.hgi-table-lamp-01:before {
  content: "\57c3";
}
.hgi-duotone.hgi-table-lamp-02:after {
  content: "\57c4";
}
.hgi-duotone.hgi-table-lamp-02:before {
  content: "\57c5";
}
.hgi-duotone.hgi-table-round:after {
  content: "\57c6";
}
.hgi-duotone.hgi-table-round:before {
  content: "\57c7";
}
.hgi-duotone.hgi-table:after {
  content: "\57c8";
}
.hgi-duotone.hgi-table-tennis-bat:after {
  content: "\57c9";
}
.hgi-duotone.hgi-table-tennis-bat:before {
  content: "\57ca";
}
.hgi-duotone.hgi-table:before {
  content: "\57cb";
}
.hgi-duotone.hgi-tablet-01:after {
  content: "\57cc";
}
.hgi-duotone.hgi-tablet-01:before {
  content: "\57cd";
}
.hgi-duotone.hgi-tablet-02:after {
  content: "\57ce";
}
.hgi-duotone.hgi-tablet-02:before {
  content: "\57cf";
}
.hgi-duotone.hgi-tablet-connected-bluetooth:after {
  content: "\57d0";
}
.hgi-duotone.hgi-tablet-connected-bluetooth:before {
  content: "\57d1";
}
.hgi-duotone.hgi-tablet-connected-usb:after {
  content: "\57d2";
}
.hgi-duotone.hgi-tablet-connected-usb:before {
  content: "\57d3";
}
.hgi-duotone.hgi-tablet-connected-wifi:after {
  content: "\57d4";
}
.hgi-duotone.hgi-tablet-connected-wifi:before {
  content: "\57d5";
}
.hgi-duotone.hgi-tablet-pen:after {
  content: "\57d6";
}
.hgi-duotone.hgi-tablet-pen:before {
  content: "\57d7";
}
.hgi-duotone.hgi-taco-01:after {
  content: "\57d8";
}
.hgi-duotone.hgi-taco-01:before {
  content: "\57d9";
}
.hgi-duotone.hgi-taco-02:after {
  content: "\57da";
}
.hgi-duotone.hgi-taco-02:before {
  content: "\57db";
}
.hgi-duotone.hgi-tag-01:after {
  content: "\57dc";
}
.hgi-duotone.hgi-tag-01:before {
  content: "\57dd";
}
.hgi-duotone.hgi-tag-02:after {
  content: "\57de";
}
.hgi-duotone.hgi-tag-02:before {
  content: "\57df";
}
.hgi-duotone.hgi-tags:after {
  content: "\57e0";
}
.hgi-duotone.hgi-tags:before {
  content: "\57e1";
}
.hgi-duotone.hgi-taj-mahal:after {
  content: "\57e2";
}
.hgi-duotone.hgi-taj-mahal:before {
  content: "\57e3";
}
.hgi-duotone.hgi-tan:after {
  content: "\57e4";
}
.hgi-duotone.hgi-tan:before {
  content: "\57e5";
}
.hgi-duotone.hgi-tank-top:after {
  content: "\57e6";
}
.hgi-duotone.hgi-tank-top:before {
  content: "\57e7";
}
.hgi-duotone.hgi-tap-01:after {
  content: "\57e8";
}
.hgi-duotone.hgi-tap-01:before {
  content: "\57e9";
}
.hgi-duotone.hgi-tap-02:after {
  content: "\57ea";
}
.hgi-duotone.hgi-tap-02:before {
  content: "\57eb";
}
.hgi-duotone.hgi-tap-03:after {
  content: "\57ec";
}
.hgi-duotone.hgi-tap-03:before {
  content: "\57ed";
}
.hgi-duotone.hgi-tap-04:after {
  content: "\57ee";
}
.hgi-duotone.hgi-tap-04:before {
  content: "\57ef";
}
.hgi-duotone.hgi-tap-05:after {
  content: "\57f0";
}
.hgi-duotone.hgi-tap-05:before {
  content: "\57f1";
}
.hgi-duotone.hgi-tap-06:after {
  content: "\57f2";
}
.hgi-duotone.hgi-tap-06:before {
  content: "\57f3";
}
.hgi-duotone.hgi-tap-07:after {
  content: "\57f4";
}
.hgi-duotone.hgi-tap-07:before {
  content: "\57f5";
}
.hgi-duotone.hgi-tap-08:after {
  content: "\57f6";
}
.hgi-duotone.hgi-tap-08:before {
  content: "\57f7";
}
.hgi-duotone.hgi-tape-measure:after {
  content: "\57f8";
}
.hgi-duotone.hgi-tape-measure:before {
  content: "\57f9";
}
.hgi-duotone.hgi-target-01:after {
  content: "\57fa";
}
.hgi-duotone.hgi-target-01:before {
  content: "\57fb";
}
.hgi-duotone.hgi-target-02:after {
  content: "\57fc";
}
.hgi-duotone.hgi-target-02:before {
  content: "\57fd";
}
.hgi-duotone.hgi-target-03:after {
  content: "\57fe";
}
.hgi-duotone.hgi-target-03:before {
  content: "\57ff";
}
.hgi-duotone.hgi-target-dollar:after {
  content: "\5800";
}
.hgi-duotone.hgi-target-dollar:before {
  content: "\5801";
}
.hgi-duotone.hgi-tasbih:after {
  content: "\5802";
}
.hgi-duotone.hgi-tasbih:before {
  content: "\5803";
}
.hgi-duotone.hgi-task-01:after {
  content: "\5804";
}
.hgi-duotone.hgi-task-01:before {
  content: "\5805";
}
.hgi-duotone.hgi-task-02:after {
  content: "\5806";
}
.hgi-duotone.hgi-task-02:before {
  content: "\5807";
}
.hgi-duotone.hgi-task-add-01:after {
  content: "\5808";
}
.hgi-duotone.hgi-task-add-01:before {
  content: "\5809";
}
.hgi-duotone.hgi-task-add-02:after {
  content: "\580a";
}
.hgi-duotone.hgi-task-add-02:before {
  content: "\580b";
}
.hgi-duotone.hgi-task-daily-01:after {
  content: "\580c";
}
.hgi-duotone.hgi-task-daily-01:before {
  content: "\580d";
}
.hgi-duotone.hgi-task-daily-02:after {
  content: "\580e";
}
.hgi-duotone.hgi-task-daily-02:before {
  content: "\580f";
}
.hgi-duotone.hgi-task-done-01:after {
  content: "\5810";
}
.hgi-duotone.hgi-task-done-01:before {
  content: "\5811";
}
.hgi-duotone.hgi-task-done-02:after {
  content: "\5812";
}
.hgi-duotone.hgi-task-done-02:before {
  content: "\5813";
}
.hgi-duotone.hgi-task-edit-01:after {
  content: "\5814";
}
.hgi-duotone.hgi-task-edit-01:before {
  content: "\5815";
}
.hgi-duotone.hgi-task-edit-02:after {
  content: "\5816";
}
.hgi-duotone.hgi-task-edit-02:before {
  content: "\5817";
}
.hgi-duotone.hgi-task-remove-01:after {
  content: "\5818";
}
.hgi-duotone.hgi-task-remove-01:before {
  content: "\5819";
}
.hgi-duotone.hgi-task-remove-02:after {
  content: "\581a";
}
.hgi-duotone.hgi-task-remove-02:before {
  content: "\581b";
}
.hgi-duotone.hgi-taxes:after {
  content: "\581c";
}
.hgi-duotone.hgi-taxes:before {
  content: "\581d";
}
.hgi-duotone.hgi-taxi:after {
  content: "\581e";
}
.hgi-duotone.hgi-taxi:before {
  content: "\581f";
}
.hgi-duotone.hgi-tea-pod:after {
  content: "\5820";
}
.hgi-duotone.hgi-tea-pod:before {
  content: "\5821";
}
.hgi-duotone.hgi-tea:after {
  content: "\5822";
}
.hgi-duotone.hgi-tea:before {
  content: "\5823";
}
.hgi-duotone.hgi-teacher:after {
  content: "\5824";
}
.hgi-duotone.hgi-teacher:before {
  content: "\5825";
}
.hgi-duotone.hgi-teaching:after {
  content: "\5826";
}
.hgi-duotone.hgi-teaching:before {
  content: "\5827";
}
.hgi-duotone.hgi-teamviewer:after {
  content: "\5828";
}
.hgi-duotone.hgi-teamviewer:before {
  content: "\5829";
}
.hgi-duotone.hgi-telegram:after {
  content: "\582a";
}
.hgi-duotone.hgi-telegram:before {
  content: "\582b";
}
.hgi-duotone.hgi-telephone:after {
  content: "\582c";
}
.hgi-duotone.hgi-telephone:before {
  content: "\582d";
}
.hgi-duotone.hgi-telescope-01:after {
  content: "\582e";
}
.hgi-duotone.hgi-telescope-01:before {
  content: "\582f";
}
.hgi-duotone.hgi-telescope-02:after {
  content: "\5830";
}
.hgi-duotone.hgi-telescope-02:before {
  content: "\5831";
}
.hgi-duotone.hgi-television-table:after {
  content: "\5832";
}
.hgi-duotone.hgi-television-table:before {
  content: "\5833";
}
.hgi-duotone.hgi-temperature:after {
  content: "\5834";
}
.hgi-duotone.hgi-temperature:before {
  content: "\5835";
}
.hgi-duotone.hgi-tennis-ball:after {
  content: "\5836";
}
.hgi-duotone.hgi-tennis-ball:before {
  content: "\5837";
}
.hgi-duotone.hgi-terrace:after {
  content: "\5838";
}
.hgi-duotone.hgi-terrace:before {
  content: "\5839";
}
.hgi-duotone.hgi-test-tube-01:after {
  content: "\583a";
}
.hgi-duotone.hgi-test-tube-01:before {
  content: "\583b";
}
.hgi-duotone.hgi-test-tube-02:after {
  content: "\583c";
}
.hgi-duotone.hgi-test-tube-02:before {
  content: "\583d";
}
.hgi-duotone.hgi-test-tube-03:after {
  content: "\583e";
}
.hgi-duotone.hgi-test-tube-03:before {
  content: "\583f";
}
.hgi-duotone.hgi-test-tube:after {
  content: "\5840";
}
.hgi-duotone.hgi-test-tube:before {
  content: "\5841";
}
.hgi-duotone.hgi-tetris:after {
  content: "\5842";
}
.hgi-duotone.hgi-tetris:before {
  content: "\5843";
}
.hgi-duotone.hgi-text-align-center:after {
  content: "\5844";
}
.hgi-duotone.hgi-text-align-center:before {
  content: "\5845";
}
.hgi-duotone.hgi-text-align-justify-center:after {
  content: "\5846";
}
.hgi-duotone.hgi-text-align-justify-center:before {
  content: "\5847";
}
.hgi-duotone.hgi-text-align-justify-left:after {
  content: "\5848";
}
.hgi-duotone.hgi-text-align-justify-left:before {
  content: "\5849";
}
.hgi-duotone.hgi-text-align-justify-right:after {
  content: "\584a";
}
.hgi-duotone.hgi-text-align-justify-right:before {
  content: "\584b";
}
.hgi-duotone.hgi-text-align-left-01:after {
  content: "\584c";
}
.hgi-duotone.hgi-text-align-left-01:before {
  content: "\584d";
}
.hgi-duotone.hgi-text-align-left:after {
  content: "\584e";
}
.hgi-duotone.hgi-text-align-left:before {
  content: "\584f";
}
.hgi-duotone.hgi-text-align-right-01:after {
  content: "\5850";
}
.hgi-duotone.hgi-text-align-right-01:before {
  content: "\5851";
}
.hgi-duotone.hgi-text-align-right:after {
  content: "\5852";
}
.hgi-duotone.hgi-text-align-right:before {
  content: "\5853";
}
.hgi-duotone.hgi-text-all-caps:after {
  content: "\5854";
}
.hgi-duotone.hgi-text-all-caps:before {
  content: "\5855";
}
.hgi-duotone.hgi-text-bold:after {
  content: "\5856";
}
.hgi-duotone.hgi-text-bold:before {
  content: "\5857";
}
.hgi-duotone.hgi-text-centerline-center-top:after {
  content: "\5858";
}
.hgi-duotone.hgi-text-centerline-center-top:before {
  content: "\5859";
}
.hgi-duotone.hgi-text-centerline-left:after {
  content: "\585a";
}
.hgi-duotone.hgi-text-centerline-left:before {
  content: "\585b";
}
.hgi-duotone.hgi-text-centerline-middle:after {
  content: "\585c";
}
.hgi-duotone.hgi-text-centerline-middle:before {
  content: "\585d";
}
.hgi-duotone.hgi-text-centerline-right:after {
  content: "\585e";
}
.hgi-duotone.hgi-text-centerline-right:before {
  content: "\585f";
}
.hgi-duotone.hgi-text-check:after {
  content: "\5860";
}
.hgi-duotone.hgi-text-check:before {
  content: "\5861";
}
.hgi-duotone.hgi-text-circle:after {
  content: "\5862";
}
.hgi-duotone.hgi-text-circle:before {
  content: "\5863";
}
.hgi-duotone.hgi-text-clear:after {
  content: "\5864";
}
.hgi-duotone.hgi-text-clear:before {
  content: "\5865";
}
.hgi-duotone.hgi-text-color:after {
  content: "\5866";
}
.hgi-duotone.hgi-text-color:before {
  content: "\5867";
}
.hgi-duotone.hgi-text-creation:after {
  content: "\5868";
}
.hgi-duotone.hgi-text-creation:before {
  content: "\5869";
}
.hgi-duotone.hgi-text-firstline-left:after {
  content: "\586a";
}
.hgi-duotone.hgi-text-firstline-left:before {
  content: "\586b";
}
.hgi-duotone.hgi-text-firstline-right:after {
  content: "\586c";
}
.hgi-duotone.hgi-text-firstline-right:before {
  content: "\586d";
}
.hgi-duotone.hgi-text-font:after {
  content: "\586e";
}
.hgi-duotone.hgi-text-font:before {
  content: "\586f";
}
.hgi-duotone.hgi-text-footnote:after {
  content: "\5870";
}
.hgi-duotone.hgi-text-footnote:before {
  content: "\5871";
}
.hgi-duotone.hgi-text-indent-01:after {
  content: "\5872";
}
.hgi-duotone.hgi-text-indent-01:before {
  content: "\5873";
}
.hgi-duotone.hgi-text-indent-less:after {
  content: "\5874";
}
.hgi-duotone.hgi-text-indent-less:before {
  content: "\5875";
}
.hgi-duotone.hgi-text-indent-more:after {
  content: "\5876";
}
.hgi-duotone.hgi-text-indent-more:before {
  content: "\5877";
}
.hgi-duotone.hgi-text-indent:after {
  content: "\5878";
}
.hgi-duotone.hgi-text-indent:before {
  content: "\5879";
}
.hgi-duotone.hgi-text-italic:after {
  content: "\587a";
}
.hgi-duotone.hgi-text-italic-slash:after {
  content: "\587b";
}
.hgi-duotone.hgi-text-italic-slash:before {
  content: "\587c";
}
.hgi-duotone.hgi-text-italic:before {
  content: "\587d";
}
.hgi-duotone.hgi-text-kerning:after {
  content: "\587e";
}
.hgi-duotone.hgi-text-kerning:before {
  content: "\587f";
}
.hgi-duotone.hgi-text-number-sign:after {
  content: "\5880";
}
.hgi-duotone.hgi-text-number-sign:before {
  content: "\5881";
}
.hgi-duotone.hgi-text:after {
  content: "\5882";
}
.hgi-duotone.hgi-text-selection:after {
  content: "\5883";
}
.hgi-duotone.hgi-text-selection:before {
  content: "\5884";
}
.hgi-duotone.hgi-text-smallcaps:after {
  content: "\5885";
}
.hgi-duotone.hgi-text-smallcaps:before {
  content: "\5886";
}
.hgi-duotone.hgi-text-square:after {
  content: "\5887";
}
.hgi-duotone.hgi-text-square:before {
  content: "\5888";
}
.hgi-duotone.hgi-text-strikethrough:after {
  content: "\5889";
}
.hgi-duotone.hgi-text-strikethrough:before {
  content: "\588a";
}
.hgi-duotone.hgi-text-subscript:after {
  content: "\588b";
}
.hgi-duotone.hgi-text-subscript:before {
  content: "\588c";
}
.hgi-duotone.hgi-text-superscript:after {
  content: "\588d";
}
.hgi-duotone.hgi-text-superscript:before {
  content: "\588e";
}
.hgi-duotone.hgi-text-tracking:after {
  content: "\588f";
}
.hgi-duotone.hgi-text-tracking:before {
  content: "\5890";
}
.hgi-duotone.hgi-text-underline:after {
  content: "\5891";
}
.hgi-duotone.hgi-text-underline:before {
  content: "\5892";
}
.hgi-duotone.hgi-text-variable-front:after {
  content: "\5893";
}
.hgi-duotone.hgi-text-variable-front:before {
  content: "\5894";
}
.hgi-duotone.hgi-text-vertical-alignment:after {
  content: "\5895";
}
.hgi-duotone.hgi-text-vertical-alignment:before {
  content: "\5896";
}
.hgi-duotone.hgi-text-wrap:after {
  content: "\5897";
}
.hgi-duotone.hgi-text-wrap:before {
  content: "\5898";
}
.hgi-duotone.hgi-text:before {
  content: "\5899";
}
.hgi-duotone.hgi-the-prophets-mosque:after {
  content: "\589a";
}
.hgi-duotone.hgi-the-prophets-mosque:before {
  content: "\589b";
}
.hgi-duotone.hgi-thermometer-cold:after {
  content: "\589c";
}
.hgi-duotone.hgi-thermometer-cold:before {
  content: "\589d";
}
.hgi-duotone.hgi-thermometer:after {
  content: "\589e";
}
.hgi-duotone.hgi-thermometer-warm:after {
  content: "\589f";
}
.hgi-duotone.hgi-thermometer-warm:before {
  content: "\58a0";
}
.hgi-duotone.hgi-thermometer:before {
  content: "\58a1";
}
.hgi-duotone.hgi-third-bracket-circle:after {
  content: "\58a2";
}
.hgi-duotone.hgi-third-bracket-circle:before {
  content: "\58a3";
}
.hgi-duotone.hgi-third-bracket:after {
  content: "\58a4";
}
.hgi-duotone.hgi-third-bracket-square:after {
  content: "\58a5";
}
.hgi-duotone.hgi-third-bracket-square:before {
  content: "\58a6";
}
.hgi-duotone.hgi-third-bracket:before {
  content: "\58a7";
}
.hgi-duotone.hgi-thread:after {
  content: "\58a8";
}
.hgi-duotone.hgi-thread:before {
  content: "\58a9";
}
.hgi-duotone.hgi-threads-ellipse:after {
  content: "\58aa";
}
.hgi-duotone.hgi-threads-ellipse:before {
  content: "\58ab";
}
.hgi-duotone.hgi-threads-rectangle:after {
  content: "\58ac";
}
.hgi-duotone.hgi-threads-rectangle:before {
  content: "\58ad";
}
.hgi-duotone.hgi-threads:after {
  content: "\58ae";
}
.hgi-duotone.hgi-threads:before {
  content: "\58af";
}
.hgi-duotone.hgi-three-d-move:after {
  content: "\58b0";
}
.hgi-duotone.hgi-three-d-move:before {
  content: "\58b1";
}
.hgi-duotone.hgi-three-d-rotate:after {
  content: "\58b2";
}
.hgi-duotone.hgi-three-d-rotate:before {
  content: "\58b3";
}
.hgi-duotone.hgi-three-d-scale:after {
  content: "\58b4";
}
.hgi-duotone.hgi-three-d-scale:before {
  content: "\58b5";
}
.hgi-duotone.hgi-three-finger-01:after {
  content: "\58b6";
}
.hgi-duotone.hgi-three-finger-01:before {
  content: "\58b7";
}
.hgi-duotone.hgi-three-finger-02:after {
  content: "\58b8";
}
.hgi-duotone.hgi-three-finger-02:before {
  content: "\58b9";
}
.hgi-duotone.hgi-three-finger-03:after {
  content: "\58ba";
}
.hgi-duotone.hgi-three-finger-03:before {
  content: "\58bb";
}
.hgi-duotone.hgi-three-finger-04:after {
  content: "\58bc";
}
.hgi-duotone.hgi-three-finger-04:before {
  content: "\58bd";
}
.hgi-duotone.hgi-three-finger-05:after {
  content: "\58be";
}
.hgi-duotone.hgi-three-finger-05:before {
  content: "\58bf";
}
.hgi-duotone.hgi-thumbs-down-ellipse:after {
  content: "\58c0";
}
.hgi-duotone.hgi-thumbs-down-ellipse:before {
  content: "\58c1";
}
.hgi-duotone.hgi-thumbs-down-rectangle:after {
  content: "\58c2";
}
.hgi-duotone.hgi-thumbs-down-rectangle:before {
  content: "\58c3";
}
.hgi-duotone.hgi-thumbs-down:after {
  content: "\58c4";
}
.hgi-duotone.hgi-thumbs-down:before {
  content: "\58c5";
}
.hgi-duotone.hgi-thumbs-up-down:after {
  content: "\58c6";
}
.hgi-duotone.hgi-thumbs-up-down:before {
  content: "\58c7";
}
.hgi-duotone.hgi-thumbs-up-ellipse:after {
  content: "\58c8";
}
.hgi-duotone.hgi-thumbs-up-ellipse:before {
  content: "\58c9";
}
.hgi-duotone.hgi-thumbs-up-rectangle:after {
  content: "\58ca";
}
.hgi-duotone.hgi-thumbs-up-rectangle:before {
  content: "\58cb";
}
.hgi-duotone.hgi-thumbs-up:after {
  content: "\58cc";
}
.hgi-duotone.hgi-thumbs-up:before {
  content: "\58cd";
}
.hgi-duotone.hgi-tic-tac-toe:after {
  content: "\58ce";
}
.hgi-duotone.hgi-tic-tac-toe:before {
  content: "\58cf";
}
.hgi-duotone.hgi-tick-01:after {
  content: "\58d0";
}
.hgi-duotone.hgi-tick-01:before {
  content: "\58d1";
}
.hgi-duotone.hgi-tick-02:after {
  content: "\58d2";
}
.hgi-duotone.hgi-tick-02:before {
  content: "\58d3";
}
.hgi-duotone.hgi-tick-03:after {
  content: "\58d4";
}
.hgi-duotone.hgi-tick-03:before {
  content: "\58d5";
}
.hgi-duotone.hgi-tick-04:after {
  content: "\58d6";
}
.hgi-duotone.hgi-tick-04:before {
  content: "\58d7";
}
.hgi-duotone.hgi-tick-double-01:after {
  content: "\58d8";
}
.hgi-duotone.hgi-tick-double-01:before {
  content: "\58d9";
}
.hgi-duotone.hgi-tick-double-02:after {
  content: "\58da";
}
.hgi-duotone.hgi-tick-double-02:before {
  content: "\58db";
}
.hgi-duotone.hgi-tick-double-03:after {
  content: "\58dc";
}
.hgi-duotone.hgi-tick-double-03:before {
  content: "\58dd";
}
.hgi-duotone.hgi-tick-double-04:after {
  content: "\58de";
}
.hgi-duotone.hgi-tick-double-04:before {
  content: "\58df";
}
.hgi-duotone.hgi-ticket-01:after {
  content: "\58e0";
}
.hgi-duotone.hgi-ticket-01:before {
  content: "\58e1";
}
.hgi-duotone.hgi-ticket-02:after {
  content: "\58e2";
}
.hgi-duotone.hgi-ticket-02:before {
  content: "\58e3";
}
.hgi-duotone.hgi-ticket-03:after {
  content: "\58e4";
}
.hgi-duotone.hgi-ticket-03:before {
  content: "\58e5";
}
.hgi-duotone.hgi-ticket-star:after {
  content: "\58e6";
}
.hgi-duotone.hgi-ticket-star:before {
  content: "\58e7";
}
.hgi-duotone.hgi-tie:after {
  content: "\58e8";
}
.hgi-duotone.hgi-tie:before {
  content: "\58e9";
}
.hgi-duotone.hgi-tiff-01:after {
  content: "\58ea";
}
.hgi-duotone.hgi-tiff-01:before {
  content: "\58eb";
}
.hgi-duotone.hgi-tiff-02:after {
  content: "\58ec";
}
.hgi-duotone.hgi-tiff-02:before {
  content: "\58ed";
}
.hgi-duotone.hgi-tiktok:after {
  content: "\58ee";
}
.hgi-duotone.hgi-tiktok:before {
  content: "\58ef";
}
.hgi-duotone.hgi-tiltify:after {
  content: "\58f0";
}
.hgi-duotone.hgi-tiltify:before {
  content: "\58f1";
}
.hgi-duotone.hgi-time-01:after {
  content: "\58f2";
}
.hgi-duotone.hgi-time-01:before {
  content: "\58f3";
}
.hgi-duotone.hgi-time-02:after {
  content: "\58f4";
}
.hgi-duotone.hgi-time-02:before {
  content: "\58f5";
}
.hgi-duotone.hgi-time-03:after {
  content: "\58f6";
}
.hgi-duotone.hgi-time-03:before {
  content: "\58f7";
}
.hgi-duotone.hgi-time-04:after {
  content: "\58f8";
}
.hgi-duotone.hgi-time-04:before {
  content: "\58f9";
}
.hgi-duotone.hgi-time-half-pass:after {
  content: "\58fa";
}
.hgi-duotone.hgi-time-half-pass:before {
  content: "\58fb";
}
.hgi-duotone.hgi-time-management-circle:after {
  content: "\58fc";
}
.hgi-duotone.hgi-time-management-circle:before {
  content: "\58fd";
}
.hgi-duotone.hgi-time-management:after {
  content: "\58fe";
}
.hgi-duotone.hgi-time-management:before {
  content: "\58ff";
}
.hgi-duotone.hgi-time-quarter-02:after {
  content: "\5900";
}
.hgi-duotone.hgi-time-quarter-02:before {
  content: "\5901";
}
.hgi-duotone.hgi-time-quarter-pass:after {
  content: "\5902";
}
.hgi-duotone.hgi-time-quarter-pass:before {
  content: "\5903";
}
.hgi-duotone.hgi-time-quarter:after {
  content: "\5904";
}
.hgi-duotone.hgi-time-quarter:before {
  content: "\5905";
}
.hgi-duotone.hgi-time-schedule:after {
  content: "\5906";
}
.hgi-duotone.hgi-time-schedule:before {
  content: "\5907";
}
.hgi-duotone.hgi-time-setting-01:after {
  content: "\5908";
}
.hgi-duotone.hgi-time-setting-01:before {
  content: "\5909";
}
.hgi-duotone.hgi-time-setting-02:after {
  content: "\590a";
}
.hgi-duotone.hgi-time-setting-02:before {
  content: "\590b";
}
.hgi-duotone.hgi-time-setting-03:after {
  content: "\590c";
}
.hgi-duotone.hgi-time-setting-03:before {
  content: "\590d";
}
.hgi-duotone.hgi-timer-01:after {
  content: "\590e";
}
.hgi-duotone.hgi-timer-01:before {
  content: "\590f";
}
.hgi-duotone.hgi-timer-02:after {
  content: "\5910";
}
.hgi-duotone.hgi-timer-02:before {
  content: "\5911";
}
.hgi-duotone.hgi-tips:after {
  content: "\5912";
}
.hgi-duotone.hgi-tips:before {
  content: "\5913";
}
.hgi-duotone.hgi-tire:after {
  content: "\5914";
}
.hgi-duotone.hgi-tire:before {
  content: "\5915";
}
.hgi-duotone.hgi-tired-01:after {
  content: "\5916";
}
.hgi-duotone.hgi-tired-01:before {
  content: "\5917";
}
.hgi-duotone.hgi-tired-02:after {
  content: "\5918";
}
.hgi-duotone.hgi-tired-02:before {
  content: "\5919";
}
.hgi-duotone.hgi-tissue-paper:after {
  content: "\591a";
}
.hgi-duotone.hgi-tissue-paper:before {
  content: "\591b";
}
.hgi-duotone.hgi-toggle-off:after {
  content: "\591c";
}
.hgi-duotone.hgi-toggle-off:before {
  content: "\591d";
}
.hgi-duotone.hgi-toggle-on:after {
  content: "\591e";
}
.hgi-duotone.hgi-toggle-on:before {
  content: "\591f";
}
.hgi-duotone.hgi-toilet-01:after {
  content: "\5920";
}
.hgi-duotone.hgi-toilet-01:before {
  content: "\5921";
}
.hgi-duotone.hgi-toilet-02:after {
  content: "\5922";
}
.hgi-duotone.hgi-toilet-02:before {
  content: "\5923";
}
.hgi-duotone.hgi-token-circle:after {
  content: "\5924";
}
.hgi-duotone.hgi-token-circle:before {
  content: "\5925";
}
.hgi-duotone.hgi-token-square:after {
  content: "\5926";
}
.hgi-duotone.hgi-token-square:before {
  content: "\5927";
}
.hgi-duotone.hgi-tongue-01:after {
  content: "\5928";
}
.hgi-duotone.hgi-tongue-01:before {
  content: "\5929";
}
.hgi-duotone.hgi-tongue:after {
  content: "\592a";
}
.hgi-duotone.hgi-tongue-wink-left:after {
  content: "\592b";
}
.hgi-duotone.hgi-tongue-wink-left:before {
  content: "\592c";
}
.hgi-duotone.hgi-tongue-wink-right:after {
  content: "\592d";
}
.hgi-duotone.hgi-tongue-wink-right:before {
  content: "\592e";
}
.hgi-duotone.hgi-tongue:before {
  content: "\592f";
}
.hgi-duotone.hgi-tools:after {
  content: "\5930";
}
.hgi-duotone.hgi-tools:before {
  content: "\5931";
}
.hgi-duotone.hgi-tornado-01:after {
  content: "\5932";
}
.hgi-duotone.hgi-tornado-01:before {
  content: "\5933";
}
.hgi-duotone.hgi-tornado-02:after {
  content: "\5934";
}
.hgi-duotone.hgi-tornado-02:before {
  content: "\5935";
}
.hgi-duotone.hgi-torri-gate:after {
  content: "\5936";
}
.hgi-duotone.hgi-torri-gate:before {
  content: "\5937";
}
.hgi-duotone.hgi-touch-01:after {
  content: "\5938";
}
.hgi-duotone.hgi-touch-01:before {
  content: "\5939";
}
.hgi-duotone.hgi-touch-02:after {
  content: "\593a";
}
.hgi-duotone.hgi-touch-02:before {
  content: "\593b";
}
.hgi-duotone.hgi-touch-03:after {
  content: "\593c";
}
.hgi-duotone.hgi-touch-03:before {
  content: "\593d";
}
.hgi-duotone.hgi-touch-04:after {
  content: "\593e";
}
.hgi-duotone.hgi-touch-04:before {
  content: "\593f";
}
.hgi-duotone.hgi-touch-05:after {
  content: "\5940";
}
.hgi-duotone.hgi-touch-05:before {
  content: "\5941";
}
.hgi-duotone.hgi-touch-06:after {
  content: "\5942";
}
.hgi-duotone.hgi-touch-06:before {
  content: "\5943";
}
.hgi-duotone.hgi-touch-07:after {
  content: "\5944";
}
.hgi-duotone.hgi-touch-07:before {
  content: "\5945";
}
.hgi-duotone.hgi-touch-08:after {
  content: "\5946";
}
.hgi-duotone.hgi-touch-08:before {
  content: "\5947";
}
.hgi-duotone.hgi-touch-09:after {
  content: "\5948";
}
.hgi-duotone.hgi-touch-09:before {
  content: "\5949";
}
.hgi-duotone.hgi-touch-10:after {
  content: "\594a";
}
.hgi-duotone.hgi-touch-10:before {
  content: "\594b";
}
.hgi-duotone.hgi-touch-interaction-01:after {
  content: "\594c";
}
.hgi-duotone.hgi-touch-interaction-01:before {
  content: "\594d";
}
.hgi-duotone.hgi-touch-interaction-02:after {
  content: "\594e";
}
.hgi-duotone.hgi-touch-interaction-02:before {
  content: "\594f";
}
.hgi-duotone.hgi-touch-interaction-03:after {
  content: "\5950";
}
.hgi-duotone.hgi-touch-interaction-03:before {
  content: "\5951";
}
.hgi-duotone.hgi-touch-interaction-04:after {
  content: "\5952";
}
.hgi-duotone.hgi-touch-interaction-04:before {
  content: "\5953";
}
.hgi-duotone.hgi-touch-locked-01:after {
  content: "\5954";
}
.hgi-duotone.hgi-touch-locked-01:before {
  content: "\5955";
}
.hgi-duotone.hgi-touch-locked-02:after {
  content: "\5956";
}
.hgi-duotone.hgi-touch-locked-02:before {
  content: "\5957";
}
.hgi-duotone.hgi-touch-locked-03:after {
  content: "\5958";
}
.hgi-duotone.hgi-touch-locked-03:before {
  content: "\5959";
}
.hgi-duotone.hgi-touch-locked-04:after {
  content: "\595a";
}
.hgi-duotone.hgi-touch-locked-04:before {
  content: "\595b";
}
.hgi-duotone.hgi-touchpad-01:after {
  content: "\595c";
}
.hgi-duotone.hgi-touchpad-01:before {
  content: "\595d";
}
.hgi-duotone.hgi-touchpad-02:after {
  content: "\595e";
}
.hgi-duotone.hgi-touchpad-02:before {
  content: "\595f";
}
.hgi-duotone.hgi-touchpad-03:after {
  content: "\5960";
}
.hgi-duotone.hgi-touchpad-03:before {
  content: "\5961";
}
.hgi-duotone.hgi-touchpad-04:after {
  content: "\5962";
}
.hgi-duotone.hgi-touchpad-04:before {
  content: "\5963";
}
.hgi-duotone.hgi-tow-truck:after {
  content: "\5964";
}
.hgi-duotone.hgi-tow-truck:before {
  content: "\5965";
}
.hgi-duotone.hgi-towels:after {
  content: "\5966";
}
.hgi-duotone.hgi-towels:before {
  content: "\5967";
}
.hgi-duotone.hgi-toy-train:after {
  content: "\5968";
}
.hgi-duotone.hgi-toy-train:before {
  content: "\5969";
}
.hgi-duotone.hgi-tractor:after {
  content: "\596a";
}
.hgi-duotone.hgi-tractor:before {
  content: "\596b";
}
.hgi-duotone.hgi-trade-down:after {
  content: "\596c";
}
.hgi-duotone.hgi-trade-down:before {
  content: "\596d";
}
.hgi-duotone.hgi-trade-mark:after {
  content: "\596e";
}
.hgi-duotone.hgi-trade-mark:before {
  content: "\596f";
}
.hgi-duotone.hgi-trade-up:after {
  content: "\5970";
}
.hgi-duotone.hgi-trade-up:before {
  content: "\5971";
}
.hgi-duotone.hgi-trademark:after {
  content: "\5972";
}
.hgi-duotone.hgi-trademark:before {
  content: "\5973";
}
.hgi-duotone.hgi-traffic-incident:after {
  content: "\5974";
}
.hgi-duotone.hgi-traffic-incident:before {
  content: "\5975";
}
.hgi-duotone.hgi-traffic-jam-01:after {
  content: "\5976";
}
.hgi-duotone.hgi-traffic-jam-01:before {
  content: "\5977";
}
.hgi-duotone.hgi-traffic-jam-02:after {
  content: "\5978";
}
.hgi-duotone.hgi-traffic-jam-02:before {
  content: "\5979";
}
.hgi-duotone.hgi-traffic-light:after {
  content: "\597a";
}
.hgi-duotone.hgi-traffic-light:before {
  content: "\597b";
}
.hgi-duotone.hgi-train-01:after {
  content: "\597c";
}
.hgi-duotone.hgi-train-01:before {
  content: "\597d";
}
.hgi-duotone.hgi-train-02:after {
  content: "\597e";
}
.hgi-duotone.hgi-train-02:before {
  content: "\597f";
}
.hgi-duotone.hgi-tram:after {
  content: "\5980";
}
.hgi-duotone.hgi-tram:before {
  content: "\5981";
}
.hgi-duotone.hgi-trampoline:after {
  content: "\5982";
}
.hgi-duotone.hgi-trampoline:before {
  content: "\5983";
}
.hgi-duotone.hgi-transaction:after {
  content: "\5984";
}
.hgi-duotone.hgi-transaction:before {
  content: "\5985";
}
.hgi-duotone.hgi-transition-bottom:after {
  content: "\5986";
}
.hgi-duotone.hgi-transition-bottom:before {
  content: "\5987";
}
.hgi-duotone.hgi-transition-left:after {
  content: "\5988";
}
.hgi-duotone.hgi-transition-left:before {
  content: "\5989";
}
.hgi-duotone.hgi-transition-right:after {
  content: "\598a";
}
.hgi-duotone.hgi-transition-right:before {
  content: "\598b";
}
.hgi-duotone.hgi-transition-top:after {
  content: "\598c";
}
.hgi-duotone.hgi-transition-top:before {
  content: "\598d";
}
.hgi-duotone.hgi-translate:after {
  content: "\598e";
}
.hgi-duotone.hgi-translate:before {
  content: "\598f";
}
.hgi-duotone.hgi-translation:after {
  content: "\5990";
}
.hgi-duotone.hgi-translation:before {
  content: "\5991";
}
.hgi-duotone.hgi-transmission:after {
  content: "\5992";
}
.hgi-duotone.hgi-transmission:before {
  content: "\5993";
}
.hgi-duotone.hgi-transparency:after {
  content: "\5994";
}
.hgi-duotone.hgi-transparency:before {
  content: "\5995";
}
.hgi-duotone.hgi-trapezoid-line-horizontal:after {
  content: "\5996";
}
.hgi-duotone.hgi-trapezoid-line-horizontal:before {
  content: "\5997";
}
.hgi-duotone.hgi-trapezoid-line-vertical:after {
  content: "\5998";
}
.hgi-duotone.hgi-trapezoid-line-vertical:before {
  content: "\5999";
}
.hgi-duotone.hgi-travel-bag:after {
  content: "\599a";
}
.hgi-duotone.hgi-travel-bag:before {
  content: "\599b";
}
.hgi-duotone.hgi-treadmill-01:after {
  content: "\599c";
}
.hgi-duotone.hgi-treadmill-01:before {
  content: "\599d";
}
.hgi-duotone.hgi-treadmill-02:after {
  content: "\599e";
}
.hgi-duotone.hgi-treadmill-02:before {
  content: "\599f";
}
.hgi-duotone.hgi-treatment:after {
  content: "\59a0";
}
.hgi-duotone.hgi-treatment:before {
  content: "\59a1";
}
.hgi-duotone.hgi-tree-01:after {
  content: "\59a2";
}
.hgi-duotone.hgi-tree-01:before {
  content: "\59a3";
}
.hgi-duotone.hgi-tree-02:after {
  content: "\59a4";
}
.hgi-duotone.hgi-tree-02:before {
  content: "\59a5";
}
.hgi-duotone.hgi-tree-03:after {
  content: "\59a6";
}
.hgi-duotone.hgi-tree-03:before {
  content: "\59a7";
}
.hgi-duotone.hgi-tree-04:after {
  content: "\59a8";
}
.hgi-duotone.hgi-tree-04:before {
  content: "\59a9";
}
.hgi-duotone.hgi-tree-05:after {
  content: "\59aa";
}
.hgi-duotone.hgi-tree-05:before {
  content: "\59ab";
}
.hgi-duotone.hgi-tree-06:after {
  content: "\59ac";
}
.hgi-duotone.hgi-tree-06:before {
  content: "\59ad";
}
.hgi-duotone.hgi-tree-07:after {
  content: "\59ae";
}
.hgi-duotone.hgi-tree-07:before {
  content: "\59af";
}
.hgi-duotone.hgi-trello:after {
  content: "\59b0";
}
.hgi-duotone.hgi-trello:before {
  content: "\59b1";
}
.hgi-duotone.hgi-triangle-01:after {
  content: "\59b2";
}
.hgi-duotone.hgi-triangle-01:before {
  content: "\59b3";
}
.hgi-duotone.hgi-triangle-02:after {
  content: "\59b4";
}
.hgi-duotone.hgi-triangle-02:before {
  content: "\59b5";
}
.hgi-duotone.hgi-triangle-03:after {
  content: "\59b6";
}
.hgi-duotone.hgi-triangle-03:before {
  content: "\59b7";
}
.hgi-duotone.hgi-triangle:after {
  content: "\59b8";
}
.hgi-duotone.hgi-triangle:before {
  content: "\59b9";
}
.hgi-duotone.hgi-trolley-01:after {
  content: "\59ba";
}
.hgi-duotone.hgi-trolley-01:before {
  content: "\59bb";
}
.hgi-duotone.hgi-trolley-02:after {
  content: "\59bc";
}
.hgi-duotone.hgi-trolley-02:before {
  content: "\59bd";
}
.hgi-duotone.hgi-tropical-storm:after {
  content: "\59be";
}
.hgi-duotone.hgi-tropical-storm-tracks-01:after {
  content: "\59bf";
}
.hgi-duotone.hgi-tropical-storm-tracks-01:before {
  content: "\59c0";
}
.hgi-duotone.hgi-tropical-storm-tracks-02:after {
  content: "\59c1";
}
.hgi-duotone.hgi-tropical-storm-tracks-02:before {
  content: "\59c2";
}
.hgi-duotone.hgi-tropical-storm:before {
  content: "\59c3";
}
.hgi-duotone.hgi-truck-delivery:after {
  content: "\59c4";
}
.hgi-duotone.hgi-truck-delivery:before {
  content: "\59c5";
}
.hgi-duotone.hgi-truck-monster:after {
  content: "\59c6";
}
.hgi-duotone.hgi-truck-monster:before {
  content: "\59c7";
}
.hgi-duotone.hgi-truck-return:after {
  content: "\59c8";
}
.hgi-duotone.hgi-truck-return:before {
  content: "\59c9";
}
.hgi-duotone.hgi-truck:after {
  content: "\59ca";
}
.hgi-duotone.hgi-truck:before {
  content: "\59cb";
}
.hgi-duotone.hgi-trulli:after {
  content: "\59cc";
}
.hgi-duotone.hgi-trulli:before {
  content: "\59cd";
}
.hgi-duotone.hgi-tsunami:after {
  content: "\59ce";
}
.hgi-duotone.hgi-tsunami:before {
  content: "\59cf";
}
.hgi-duotone.hgi-tulip:after {
  content: "\59d0";
}
.hgi-duotone.hgi-tulip:before {
  content: "\59d1";
}
.hgi-duotone.hgi-tumblr:after {
  content: "\59d2";
}
.hgi-duotone.hgi-tumblr:before {
  content: "\59d3";
}
.hgi-duotone.hgi-turtle-neck:after {
  content: "\59d4";
}
.hgi-duotone.hgi-turtle-neck:before {
  content: "\59d5";
}
.hgi-duotone.hgi-tv-01:after {
  content: "\59d6";
}
.hgi-duotone.hgi-tv-01:before {
  content: "\59d7";
}
.hgi-duotone.hgi-tv-02:after {
  content: "\59d8";
}
.hgi-duotone.hgi-tv-02:before {
  content: "\59d9";
}
.hgi-duotone.hgi-tv-fix:after {
  content: "\59da";
}
.hgi-duotone.hgi-tv-fix:before {
  content: "\59db";
}
.hgi-duotone.hgi-tv-issue:after {
  content: "\59dc";
}
.hgi-duotone.hgi-tv-issue:before {
  content: "\59dd";
}
.hgi-duotone.hgi-tv-smart:after {
  content: "\59de";
}
.hgi-duotone.hgi-tv-smart:before {
  content: "\59df";
}
.hgi-duotone.hgi-twin-tower:after {
  content: "\59e0";
}
.hgi-duotone.hgi-twin-tower:before {
  content: "\59e1";
}
.hgi-duotone.hgi-twitch:after {
  content: "\59e2";
}
.hgi-duotone.hgi-twitch:before {
  content: "\59e3";
}
.hgi-duotone.hgi-twitter:after {
  content: "\59e4";
}
.hgi-duotone.hgi-twitter-square:after {
  content: "\59e5";
}
.hgi-duotone.hgi-twitter-square:before {
  content: "\59e6";
}
.hgi-duotone.hgi-twitter:before {
  content: "\59e7";
}
.hgi-duotone.hgi-two-factor-access:after {
  content: "\59e8";
}
.hgi-duotone.hgi-two-factor-access:before {
  content: "\59e9";
}
.hgi-duotone.hgi-two-finger-01:after {
  content: "\59ea";
}
.hgi-duotone.hgi-two-finger-01:before {
  content: "\59eb";
}
.hgi-duotone.hgi-two-finger-02:after {
  content: "\59ec";
}
.hgi-duotone.hgi-two-finger-02:before {
  content: "\59ed";
}
.hgi-duotone.hgi-two-finger-03:after {
  content: "\59ee";
}
.hgi-duotone.hgi-two-finger-03:before {
  content: "\59ef";
}
.hgi-duotone.hgi-two-finger-04:after {
  content: "\59f0";
}
.hgi-duotone.hgi-two-finger-04:before {
  content: "\59f1";
}
.hgi-duotone.hgi-two-finger-05:after {
  content: "\59f2";
}
.hgi-duotone.hgi-two-finger-05:before {
  content: "\59f3";
}
.hgi-duotone.hgi-txt-01:after {
  content: "\59f4";
}
.hgi-duotone.hgi-txt-01:before {
  content: "\59f5";
}
.hgi-duotone.hgi-txt-02:after {
  content: "\59f6";
}
.hgi-duotone.hgi-txt-02:before {
  content: "\59f7";
}
.hgi-duotone.hgi-type-cursor:after {
  content: "\59f8";
}
.hgi-duotone.hgi-type-cursor:before {
  content: "\59f9";
}
.hgi-duotone.hgi-typescript-01:after {
  content: "\59fa";
}
.hgi-duotone.hgi-typescript-01:before {
  content: "\59fb";
}
.hgi-duotone.hgi-typescript-02:after {
  content: "\59fc";
}
.hgi-duotone.hgi-typescript-02:before {
  content: "\59fd";
}
.hgi-duotone.hgi-typescript-03:after {
  content: "\59fe";
}
.hgi-duotone.hgi-typescript-03:before {
  content: "\59ff";
}
.hgi-duotone.hgi-uber:after {
  content: "\5a00";
}
.hgi-duotone.hgi-uber:before {
  content: "\5a01";
}
.hgi-duotone.hgi-ufo-01:after {
  content: "\5a02";
}
.hgi-duotone.hgi-ufo-01:before {
  content: "\5a03";
}
.hgi-duotone.hgi-ufo:after {
  content: "\5a04";
}
.hgi-duotone.hgi-ufo:before {
  content: "\5a05";
}
.hgi-duotone.hgi-umbrella-dollar:after {
  content: "\5a06";
}
.hgi-duotone.hgi-umbrella-dollar:before {
  content: "\5a07";
}
.hgi-duotone.hgi-umbrella:after {
  content: "\5a08";
}
.hgi-duotone.hgi-umbrella:before {
  content: "\5a09";
}
.hgi-duotone.hgi-unamused:after {
  content: "\5a0a";
}
.hgi-duotone.hgi-unamused:before {
  content: "\5a0b";
}
.hgi-duotone.hgi-unavailable:after {
  content: "\5a0c";
}
.hgi-duotone.hgi-unavailable:before {
  content: "\5a0d";
}
.hgi-duotone.hgi-underpants-01:after {
  content: "\5a0e";
}
.hgi-duotone.hgi-underpants-01:before {
  content: "\5a0f";
}
.hgi-duotone.hgi-underpants-02:after {
  content: "\5a10";
}
.hgi-duotone.hgi-underpants-02:before {
  content: "\5a11";
}
.hgi-duotone.hgi-underpants-03:after {
  content: "\5a12";
}
.hgi-duotone.hgi-underpants-03:before {
  content: "\5a13";
}
.hgi-duotone.hgi-undo-02:after {
  content: "\5a14";
}
.hgi-duotone.hgi-undo-02:before {
  content: "\5a15";
}
.hgi-duotone.hgi-undo-03:after {
  content: "\5a16";
}
.hgi-duotone.hgi-undo-03:before {
  content: "\5a17";
}
.hgi-duotone.hgi-undo:after {
  content: "\5a18";
}
.hgi-duotone.hgi-undo:before {
  content: "\5a19";
}
.hgi-duotone.hgi-unfold-less:after {
  content: "\5a1a";
}
.hgi-duotone.hgi-unfold-less:before {
  content: "\5a1b";
}
.hgi-duotone.hgi-unfold-more:after {
  content: "\5a1c";
}
.hgi-duotone.hgi-unfold-more:before {
  content: "\5a1d";
}
.hgi-duotone.hgi-ungroup-items:after {
  content: "\5a1e";
}
.hgi-duotone.hgi-ungroup-items:before {
  content: "\5a1f";
}
.hgi-duotone.hgi-ungroup-layers:after {
  content: "\5a20";
}
.hgi-duotone.hgi-ungroup-layers:before {
  content: "\5a21";
}
.hgi-duotone.hgi-unhappy:after {
  content: "\5a22";
}
.hgi-duotone.hgi-unhappy:before {
  content: "\5a23";
}
.hgi-duotone.hgi-universal-access-circle:after {
  content: "\5a24";
}
.hgi-duotone.hgi-universal-access-circle:before {
  content: "\5a25";
}
.hgi-duotone.hgi-universal-access:after {
  content: "\5a26";
}
.hgi-duotone.hgi-universal-access:before {
  content: "\5a27";
}
.hgi-duotone.hgi-university:after {
  content: "\5a28";
}
.hgi-duotone.hgi-university:before {
  content: "\5a29";
}
.hgi-duotone.hgi-unlink-01:after {
  content: "\5a2a";
}
.hgi-duotone.hgi-unlink-01:before {
  content: "\5a2b";
}
.hgi-duotone.hgi-unlink-02:after {
  content: "\5a2c";
}
.hgi-duotone.hgi-unlink-02:before {
  content: "\5a2d";
}
.hgi-duotone.hgi-unlink-03:after {
  content: "\5a2e";
}
.hgi-duotone.hgi-unlink-03:before {
  content: "\5a2f";
}
.hgi-duotone.hgi-unlink-04:after {
  content: "\5a30";
}
.hgi-duotone.hgi-unlink-04:before {
  content: "\5a31";
}
.hgi-duotone.hgi-unlink-05:after {
  content: "\5a32";
}
.hgi-duotone.hgi-unlink-05:before {
  content: "\5a33";
}
.hgi-duotone.hgi-unlink-06:after {
  content: "\5a34";
}
.hgi-duotone.hgi-unlink-06:before {
  content: "\5a35";
}
.hgi-duotone.hgi-unsplash:after {
  content: "\5a36";
}
.hgi-duotone.hgi-unsplash:before {
  content: "\5a37";
}
.hgi-duotone.hgi-upload-01:after {
  content: "\5a38";
}
.hgi-duotone.hgi-upload-01:before {
  content: "\5a39";
}
.hgi-duotone.hgi-upload-02:after {
  content: "\5a3a";
}
.hgi-duotone.hgi-upload-02:before {
  content: "\5a3b";
}
.hgi-duotone.hgi-upload-03:after {
  content: "\5a3c";
}
.hgi-duotone.hgi-upload-03:before {
  content: "\5a3d";
}
.hgi-duotone.hgi-upload-04:after {
  content: "\5a3e";
}
.hgi-duotone.hgi-upload-04:before {
  content: "\5a3f";
}
.hgi-duotone.hgi-upload-05:after {
  content: "\5a40";
}
.hgi-duotone.hgi-upload-05:before {
  content: "\5a41";
}
.hgi-duotone.hgi-upload-circle-01:after {
  content: "\5a42";
}
.hgi-duotone.hgi-upload-circle-01:before {
  content: "\5a43";
}
.hgi-duotone.hgi-upload-circle-02:after {
  content: "\5a44";
}
.hgi-duotone.hgi-upload-circle-02:before {
  content: "\5a45";
}
.hgi-duotone.hgi-upload-square-01:after {
  content: "\5a46";
}
.hgi-duotone.hgi-upload-square-01:before {
  content: "\5a47";
}
.hgi-duotone.hgi-upload-square-02:after {
  content: "\5a48";
}
.hgi-duotone.hgi-upload-square-02:before {
  content: "\5a49";
}
.hgi-duotone.hgi-upwork:after {
  content: "\5a4a";
}
.hgi-duotone.hgi-upwork:before {
  content: "\5a4b";
}
.hgi-duotone.hgi-usb-bugs:after {
  content: "\5a4c";
}
.hgi-duotone.hgi-usb-bugs:before {
  content: "\5a4d";
}
.hgi-duotone.hgi-usb-connected-01:after {
  content: "\5a4e";
}
.hgi-duotone.hgi-usb-connected-01:before {
  content: "\5a4f";
}
.hgi-duotone.hgi-usb-connected-02:after {
  content: "\5a50";
}
.hgi-duotone.hgi-usb-connected-02:before {
  content: "\5a51";
}
.hgi-duotone.hgi-usb-connected-03:after {
  content: "\5a52";
}
.hgi-duotone.hgi-usb-connected-03:before {
  content: "\5a53";
}
.hgi-duotone.hgi-usb-error:after {
  content: "\5a54";
}
.hgi-duotone.hgi-usb-error:before {
  content: "\5a55";
}
.hgi-duotone.hgi-usb-memory-01:after {
  content: "\5a56";
}
.hgi-duotone.hgi-usb-memory-01:before {
  content: "\5a57";
}
.hgi-duotone.hgi-usb-memory-02:after {
  content: "\5a58";
}
.hgi-duotone.hgi-usb-memory-02:before {
  content: "\5a59";
}
.hgi-duotone.hgi-usb-not-connected-01:after {
  content: "\5a5a";
}
.hgi-duotone.hgi-usb-not-connected-01:before {
  content: "\5a5b";
}
.hgi-duotone.hgi-usb-not-connected-02:after {
  content: "\5a5c";
}
.hgi-duotone.hgi-usb-not-connected-02:before {
  content: "\5a5d";
}
.hgi-duotone.hgi-usb:after {
  content: "\5a5e";
}
.hgi-duotone.hgi-usb:before {
  content: "\5a5f";
}
.hgi-duotone.hgi-user-02:after {
  content: "\5a60";
}
.hgi-duotone.hgi-user-02:before {
  content: "\5a61";
}
.hgi-duotone.hgi-user-03:after {
  content: "\5a62";
}
.hgi-duotone.hgi-user-03:before {
  content: "\5a63";
}
.hgi-duotone.hgi-user-account:after {
  content: "\5a64";
}
.hgi-duotone.hgi-user-account:before {
  content: "\5a65";
}
.hgi-duotone.hgi-user-add-01:after {
  content: "\5a66";
}
.hgi-duotone.hgi-user-add-01:before {
  content: "\5a67";
}
.hgi-duotone.hgi-user-add-02:after {
  content: "\5a68";
}
.hgi-duotone.hgi-user-add-02:before {
  content: "\5a69";
}
.hgi-duotone.hgi-user-arrow-left-right:after {
  content: "\5a6a";
}
.hgi-duotone.hgi-user-arrow-left-right:before {
  content: "\5a6b";
}
.hgi-duotone.hgi-user-block-01:after {
  content: "\5a6c";
}
.hgi-duotone.hgi-user-block-01:before {
  content: "\5a6d";
}
.hgi-duotone.hgi-user-block-02:after {
  content: "\5a6e";
}
.hgi-duotone.hgi-user-block-02:before {
  content: "\5a6f";
}
.hgi-duotone.hgi-user-check-01:after {
  content: "\5a70";
}
.hgi-duotone.hgi-user-check-01:before {
  content: "\5a71";
}
.hgi-duotone.hgi-user-check-02:after {
  content: "\5a72";
}
.hgi-duotone.hgi-user-check-02:before {
  content: "\5a73";
}
.hgi-duotone.hgi-user-circle-02:after {
  content: "\5a74";
}
.hgi-duotone.hgi-user-circle-02:before {
  content: "\5a75";
}
.hgi-duotone.hgi-user-circle:after {
  content: "\5a76";
}
.hgi-duotone.hgi-user-circle:before {
  content: "\5a77";
}
.hgi-duotone.hgi-user-edit-01:after {
  content: "\5a78";
}
.hgi-duotone.hgi-user-edit-01:before {
  content: "\5a79";
}
.hgi-duotone.hgi-user-full-view:after {
  content: "\5a7a";
}
.hgi-duotone.hgi-user-full-view:before {
  content: "\5a7b";
}
.hgi-duotone.hgi-user-group-02:after {
  content: "\5a7c";
}
.hgi-duotone.hgi-user-group-02:before {
  content: "\5a7d";
}
.hgi-duotone.hgi-user-group-03:after {
  content: "\5a7e";
}
.hgi-duotone.hgi-user-group-03:before {
  content: "\5a7f";
}
.hgi-duotone.hgi-user-group:after {
  content: "\5a80";
}
.hgi-duotone.hgi-user-group:before {
  content: "\5a81";
}
.hgi-duotone.hgi-user-id-verification:after {
  content: "\5a82";
}
.hgi-duotone.hgi-user-id-verification:before {
  content: "\5a83";
}
.hgi-duotone.hgi-user-list:after {
  content: "\5a84";
}
.hgi-duotone.hgi-user-list:before {
  content: "\5a85";
}
.hgi-duotone.hgi-user-lock-01:after {
  content: "\5a86";
}
.hgi-duotone.hgi-user-lock-01:before {
  content: "\5a87";
}
.hgi-duotone.hgi-user-lock-02:after {
  content: "\5a88";
}
.hgi-duotone.hgi-user-lock-02:before {
  content: "\5a89";
}
.hgi-duotone.hgi-user-love-01:after {
  content: "\5a8a";
}
.hgi-duotone.hgi-user-love-01:before {
  content: "\5a8b";
}
.hgi-duotone.hgi-user-love-02:after {
  content: "\5a8c";
}
.hgi-duotone.hgi-user-love-02:before {
  content: "\5a8d";
}
.hgi-duotone.hgi-user-minus-01:after {
  content: "\5a8e";
}
.hgi-duotone.hgi-user-minus-01:before {
  content: "\5a8f";
}
.hgi-duotone.hgi-user-minus-02:after {
  content: "\5a90";
}
.hgi-duotone.hgi-user-minus-02:before {
  content: "\5a91";
}
.hgi-duotone.hgi-user-multiple-02:after {
  content: "\5a92";
}
.hgi-duotone.hgi-user-multiple-02:before {
  content: "\5a93";
}
.hgi-duotone.hgi-user-multiple-03:after {
  content: "\5a94";
}
.hgi-duotone.hgi-user-multiple-03:before {
  content: "\5a95";
}
.hgi-duotone.hgi-user-multiple:after {
  content: "\5a96";
}
.hgi-duotone.hgi-user-multiple:before {
  content: "\5a97";
}
.hgi-duotone.hgi-user-question-01:after {
  content: "\5a98";
}
.hgi-duotone.hgi-user-question-01:before {
  content: "\5a99";
}
.hgi-duotone.hgi-user-question-02:after {
  content: "\5a9a";
}
.hgi-duotone.hgi-user-question-02:before {
  content: "\5a9b";
}
.hgi-duotone.hgi-user-remove-01:after {
  content: "\5a9c";
}
.hgi-duotone.hgi-user-remove-01:before {
  content: "\5a9d";
}
.hgi-duotone.hgi-user-remove-02:after {
  content: "\5a9e";
}
.hgi-duotone.hgi-user-remove-02:before {
  content: "\5a9f";
}
.hgi-duotone.hgi-user-roadside:after {
  content: "\5aa0";
}
.hgi-duotone.hgi-user-roadside:before {
  content: "\5aa1";
}
.hgi-duotone.hgi-user-search-01:after {
  content: "\5aa2";
}
.hgi-duotone.hgi-user-search-01:before {
  content: "\5aa3";
}
.hgi-duotone.hgi-user-search-02:after {
  content: "\5aa4";
}
.hgi-duotone.hgi-user-search-02:before {
  content: "\5aa5";
}
.hgi-duotone.hgi-user:after {
  content: "\5aa6";
}
.hgi-duotone.hgi-user-settings-01:after {
  content: "\5aa7";
}
.hgi-duotone.hgi-user-settings-01:before {
  content: "\5aa8";
}
.hgi-duotone.hgi-user-settings-02:after {
  content: "\5aa9";
}
.hgi-duotone.hgi-user-settings-02:before {
  content: "\5aaa";
}
.hgi-duotone.hgi-user-sharing:after {
  content: "\5aab";
}
.hgi-duotone.hgi-user-sharing:before {
  content: "\5aac";
}
.hgi-duotone.hgi-user-shield-01:after {
  content: "\5aad";
}
.hgi-duotone.hgi-user-shield-01:before {
  content: "\5aae";
}
.hgi-duotone.hgi-user-shield-02:after {
  content: "\5aaf";
}
.hgi-duotone.hgi-user-shield-02:before {
  content: "\5ab0";
}
.hgi-duotone.hgi-user-square:after {
  content: "\5ab1";
}
.hgi-duotone.hgi-user-square:before {
  content: "\5ab2";
}
.hgi-duotone.hgi-user-star-01:after {
  content: "\5ab3";
}
.hgi-duotone.hgi-user-star-01:before {
  content: "\5ab4";
}
.hgi-duotone.hgi-user-star-02:after {
  content: "\5ab5";
}
.hgi-duotone.hgi-user-star-02:before {
  content: "\5ab6";
}
.hgi-duotone.hgi-user-status:after {
  content: "\5ab7";
}
.hgi-duotone.hgi-user-status:before {
  content: "\5ab8";
}
.hgi-duotone.hgi-user-story:after {
  content: "\5ab9";
}
.hgi-duotone.hgi-user-story:before {
  content: "\5aba";
}
.hgi-duotone.hgi-user-switch:after {
  content: "\5abb";
}
.hgi-duotone.hgi-user-switch:before {
  content: "\5abc";
}
.hgi-duotone.hgi-user-unlock-01:after {
  content: "\5abd";
}
.hgi-duotone.hgi-user-unlock-01:before {
  content: "\5abe";
}
.hgi-duotone.hgi-user-unlock-02:after {
  content: "\5abf";
}
.hgi-duotone.hgi-user-unlock-02:before {
  content: "\5ac0";
}
.hgi-duotone.hgi-user:before {
  content: "\5ac1";
}
.hgi-duotone.hgi-uv-01:after {
  content: "\5ac2";
}
.hgi-duotone.hgi-uv-01:before {
  content: "\5ac3";
}
.hgi-duotone.hgi-uv-02:after {
  content: "\5ac4";
}
.hgi-duotone.hgi-uv-02:before {
  content: "\5ac5";
}
.hgi-duotone.hgi-uv-03:after {
  content: "\5ac6";
}
.hgi-duotone.hgi-uv-03:before {
  content: "\5ac7";
}
.hgi-duotone.hgi-vaccine:after {
  content: "\5ac8";
}
.hgi-duotone.hgi-vaccine:before {
  content: "\5ac9";
}
.hgi-duotone.hgi-validation-approval:after {
  content: "\5aca";
}
.hgi-duotone.hgi-validation-approval:before {
  content: "\5acb";
}
.hgi-duotone.hgi-validation:after {
  content: "\5acc";
}
.hgi-duotone.hgi-validation:before {
  content: "\5acd";
}
.hgi-duotone.hgi-van:after {
  content: "\5ace";
}
.hgi-duotone.hgi-van:before {
  content: "\5acf";
}
.hgi-duotone.hgi-variable:after {
  content: "\5ad0";
}
.hgi-duotone.hgi-variable:before {
  content: "\5ad1";
}
.hgi-duotone.hgi-vegetarian-food:after {
  content: "\5ad2";
}
.hgi-duotone.hgi-vegetarian-food:before {
  content: "\5ad3";
}
.hgi-duotone.hgi-versus:after {
  content: "\5ad4";
}
.hgi-duotone.hgi-versus:before {
  content: "\5ad5";
}
.hgi-duotone.hgi-vertical-resize:after {
  content: "\5ad6";
}
.hgi-duotone.hgi-vertical-resize:before {
  content: "\5ad7";
}
.hgi-duotone.hgi-vertical-scroll-point:after {
  content: "\5ad8";
}
.hgi-duotone.hgi-vertical-scroll-point:before {
  content: "\5ad9";
}
.hgi-duotone.hgi-vest:after {
  content: "\5ada";
}
.hgi-duotone.hgi-vest:before {
  content: "\5adb";
}
.hgi-duotone.hgi-victory-finger-01:after {
  content: "\5adc";
}
.hgi-duotone.hgi-victory-finger-01:before {
  content: "\5add";
}
.hgi-duotone.hgi-victory-finger-02:after {
  content: "\5ade";
}
.hgi-duotone.hgi-victory-finger-02:before {
  content: "\5adf";
}
.hgi-duotone.hgi-victory-finger-03:after {
  content: "\5ae0";
}
.hgi-duotone.hgi-victory-finger-03:before {
  content: "\5ae1";
}
.hgi-duotone.hgi-video-01:after {
  content: "\5ae2";
}
.hgi-duotone.hgi-video-01:before {
  content: "\5ae3";
}
.hgi-duotone.hgi-video-02:after {
  content: "\5ae4";
}
.hgi-duotone.hgi-video-02:before {
  content: "\5ae5";
}
.hgi-duotone.hgi-video-console:after {
  content: "\5ae6";
}
.hgi-duotone.hgi-video-console:before {
  content: "\5ae7";
}
.hgi-duotone.hgi-video-off:after {
  content: "\5ae8";
}
.hgi-duotone.hgi-video-off:before {
  content: "\5ae9";
}
.hgi-duotone.hgi-video-replay:after {
  content: "\5aea";
}
.hgi-duotone.hgi-video-replay:before {
  content: "\5aeb";
}
.hgi-duotone.hgi-view-off:after {
  content: "\5aec";
}
.hgi-duotone.hgi-view-off-slash:after {
  content: "\5aed";
}
.hgi-duotone.hgi-view-off-slash:before {
  content: "\5aee";
}
.hgi-duotone.hgi-view-off:before {
  content: "\5aef";
}
.hgi-duotone.hgi-view:after {
  content: "\5af0";
}
.hgi-duotone.hgi-view:before {
  content: "\5af1";
}
.hgi-duotone.hgi-vimeo:after {
  content: "\5af2";
}
.hgi-duotone.hgi-vimeo:before {
  content: "\5af3";
}
.hgi-duotone.hgi-vine:after {
  content: "\5af4";
}
.hgi-duotone.hgi-vine-square:after {
  content: "\5af5";
}
.hgi-duotone.hgi-vine-square:before {
  content: "\5af6";
}
.hgi-duotone.hgi-vine:before {
  content: "\5af7";
}
.hgi-duotone.hgi-vintage-clock:after {
  content: "\5af8";
}
.hgi-duotone.hgi-vintage-clock:before {
  content: "\5af9";
}
.hgi-duotone.hgi-virtual-reality-vr-01:after {
  content: "\5afa";
}
.hgi-duotone.hgi-virtual-reality-vr-01:before {
  content: "\5afb";
}
.hgi-duotone.hgi-virtual-reality-vr-02:after {
  content: "\5afc";
}
.hgi-duotone.hgi-virtual-reality-vr-02:before {
  content: "\5afd";
}
.hgi-duotone.hgi-vision:after {
  content: "\5afe";
}
.hgi-duotone.hgi-vision:before {
  content: "\5aff";
}
.hgi-duotone.hgi-vk:after {
  content: "\5b00";
}
.hgi-duotone.hgi-vk-square:after {
  content: "\5b01";
}
.hgi-duotone.hgi-vk-square:before {
  content: "\5b02";
}
.hgi-duotone.hgi-vk:before {
  content: "\5b03";
}
.hgi-duotone.hgi-voice-id:after {
  content: "\5b04";
}
.hgi-duotone.hgi-voice-id:before {
  content: "\5b05";
}
.hgi-duotone.hgi-voice:after {
  content: "\5b06";
}
.hgi-duotone.hgi-voice:before {
  content: "\5b07";
}
.hgi-duotone.hgi-volleyball:after {
  content: "\5b08";
}
.hgi-duotone.hgi-volleyball:before {
  content: "\5b09";
}
.hgi-duotone.hgi-volume-high:after {
  content: "\5b0a";
}
.hgi-duotone.hgi-volume-high:before {
  content: "\5b0b";
}
.hgi-duotone.hgi-volume-low:after {
  content: "\5b0c";
}
.hgi-duotone.hgi-volume-low:before {
  content: "\5b0d";
}
.hgi-duotone.hgi-volume-minus:after {
  content: "\5b0e";
}
.hgi-duotone.hgi-volume-minus:before {
  content: "\5b0f";
}
.hgi-duotone.hgi-volume-mute-01:after {
  content: "\5b10";
}
.hgi-duotone.hgi-volume-mute-01:before {
  content: "\5b11";
}
.hgi-duotone.hgi-volume-mute-02:after {
  content: "\5b12";
}
.hgi-duotone.hgi-volume-mute-02:before {
  content: "\5b13";
}
.hgi-duotone.hgi-volume-off:after {
  content: "\5b14";
}
.hgi-duotone.hgi-volume-off:before {
  content: "\5b15";
}
.hgi-duotone.hgi-volume-up:after {
  content: "\5b16";
}
.hgi-duotone.hgi-volume-up:before {
  content: "\5b17";
}
.hgi-duotone.hgi-vomiting:after {
  content: "\5b18";
}
.hgi-duotone.hgi-vomiting:before {
  content: "\5b19";
}
.hgi-duotone.hgi-voucher:after {
  content: "\5b1a";
}
.hgi-duotone.hgi-voucher:before {
  content: "\5b1b";
}
.hgi-duotone.hgi-vr-glasses:after {
  content: "\5b1c";
}
.hgi-duotone.hgi-vr-glasses:before {
  content: "\5b1d";
}
.hgi-duotone.hgi-vr:after {
  content: "\5b1e";
}
.hgi-duotone.hgi-vr:before {
  content: "\5b1f";
}
.hgi-duotone.hgi-vynil-01:after {
  content: "\5b20";
}
.hgi-duotone.hgi-vynil-01:before {
  content: "\5b21";
}
.hgi-duotone.hgi-vynil-02:after {
  content: "\5b22";
}
.hgi-duotone.hgi-vynil-02:before {
  content: "\5b23";
}
.hgi-duotone.hgi-vynil-03:after {
  content: "\5b24";
}
.hgi-duotone.hgi-vynil-03:before {
  content: "\5b25";
}
.hgi-duotone.hgi-waiter:after {
  content: "\5b26";
}
.hgi-duotone.hgi-waiter:before {
  content: "\5b27";
}
.hgi-duotone.hgi-waiters:after {
  content: "\5b28";
}
.hgi-duotone.hgi-waiters:before {
  content: "\5b29";
}
.hgi-duotone.hgi-wall-lamp:after {
  content: "\5b2a";
}
.hgi-duotone.hgi-wall-lamp:before {
  content: "\5b2b";
}
.hgi-duotone.hgi-wallet-01:after {
  content: "\5b2c";
}
.hgi-duotone.hgi-wallet-01:before {
  content: "\5b2d";
}
.hgi-duotone.hgi-wallet-02:after {
  content: "\5b2e";
}
.hgi-duotone.hgi-wallet-02:before {
  content: "\5b2f";
}
.hgi-duotone.hgi-wallet-03:after {
  content: "\5b30";
}
.hgi-duotone.hgi-wallet-03:before {
  content: "\5b31";
}
.hgi-duotone.hgi-wallet-04:after {
  content: "\5b32";
}
.hgi-duotone.hgi-wallet-04:before {
  content: "\5b33";
}
.hgi-duotone.hgi-wallet-05:after {
  content: "\5b34";
}
.hgi-duotone.hgi-wallet-05:before {
  content: "\5b35";
}
.hgi-duotone.hgi-wallet-add-01:after {
  content: "\5b36";
}
.hgi-duotone.hgi-wallet-add-01:before {
  content: "\5b37";
}
.hgi-duotone.hgi-wallet-add-02:after {
  content: "\5b38";
}
.hgi-duotone.hgi-wallet-add-02:before {
  content: "\5b39";
}
.hgi-duotone.hgi-wallet-done-01:after {
  content: "\5b3a";
}
.hgi-duotone.hgi-wallet-done-01:before {
  content: "\5b3b";
}
.hgi-duotone.hgi-wallet-done-02:after {
  content: "\5b3c";
}
.hgi-duotone.hgi-wallet-done-02:before {
  content: "\5b3d";
}
.hgi-duotone.hgi-wallet-not-found-01:after {
  content: "\5b3e";
}
.hgi-duotone.hgi-wallet-not-found-01:before {
  content: "\5b3f";
}
.hgi-duotone.hgi-wallet-not-found-02:after {
  content: "\5b40";
}
.hgi-duotone.hgi-wallet-not-found-02:before {
  content: "\5b41";
}
.hgi-duotone.hgi-wallet-remove-01:after {
  content: "\5b42";
}
.hgi-duotone.hgi-wallet-remove-01:before {
  content: "\5b43";
}
.hgi-duotone.hgi-wallet-remove-02:after {
  content: "\5b44";
}
.hgi-duotone.hgi-wallet-remove-02:before {
  content: "\5b45";
}
.hgi-duotone.hgi-wanted:after {
  content: "\5b46";
}
.hgi-duotone.hgi-wanted:before {
  content: "\5b47";
}
.hgi-duotone.hgi-wardrobe-01:after {
  content: "\5b48";
}
.hgi-duotone.hgi-wardrobe-01:before {
  content: "\5b49";
}
.hgi-duotone.hgi-wardrobe-02:after {
  content: "\5b4a";
}
.hgi-duotone.hgi-wardrobe-02:before {
  content: "\5b4b";
}
.hgi-duotone.hgi-wardrobe-03:after {
  content: "\5b4c";
}
.hgi-duotone.hgi-wardrobe-03:before {
  content: "\5b4d";
}
.hgi-duotone.hgi-wardrobe-04:after {
  content: "\5b4e";
}
.hgi-duotone.hgi-wardrobe-04:before {
  content: "\5b4f";
}
.hgi-duotone.hgi-warehouse:after {
  content: "\5b50";
}
.hgi-duotone.hgi-warehouse:before {
  content: "\5b51";
}
.hgi-duotone.hgi-washington-monument:after {
  content: "\5b52";
}
.hgi-duotone.hgi-washington-monument:before {
  content: "\5b53";
}
.hgi-duotone.hgi-waste-restore:after {
  content: "\5b54";
}
.hgi-duotone.hgi-waste-restore:before {
  content: "\5b55";
}
.hgi-duotone.hgi-waste:after {
  content: "\5b56";
}
.hgi-duotone.hgi-waste:before {
  content: "\5b57";
}
.hgi-duotone.hgi-watch-01:after {
  content: "\5b58";
}
.hgi-duotone.hgi-watch-01:before {
  content: "\5b59";
}
.hgi-duotone.hgi-watch-02:after {
  content: "\5b5a";
}
.hgi-duotone.hgi-watch-02:before {
  content: "\5b5b";
}
.hgi-duotone.hgi-water-energy:after {
  content: "\5b5c";
}
.hgi-duotone.hgi-water-energy:before {
  content: "\5b5d";
}
.hgi-duotone.hgi-water-polo:after {
  content: "\5b5e";
}
.hgi-duotone.hgi-water-polo:before {
  content: "\5b5f";
}
.hgi-duotone.hgi-water-pump:after {
  content: "\5b60";
}
.hgi-duotone.hgi-water-pump:before {
  content: "\5b61";
}
.hgi-duotone.hgi-waterfall-down-01:after {
  content: "\5b62";
}
.hgi-duotone.hgi-waterfall-down-01:before {
  content: "\5b63";
}
.hgi-duotone.hgi-waterfall-down-03:after {
  content: "\5b64";
}
.hgi-duotone.hgi-waterfall-down-03:before {
  content: "\5b65";
}
.hgi-duotone.hgi-waterfall-up-01:after {
  content: "\5b66";
}
.hgi-duotone.hgi-waterfall-up-01:before {
  content: "\5b67";
}
.hgi-duotone.hgi-waterfall-up-02:after {
  content: "\5b68";
}
.hgi-duotone.hgi-waterfall-up-02:before {
  content: "\5b69";
}
.hgi-duotone.hgi-watermelon:after {
  content: "\5b6a";
}
.hgi-duotone.hgi-watermelon:before {
  content: "\5b6b";
}
.hgi-duotone.hgi-wattpad:after {
  content: "\5b6c";
}
.hgi-duotone.hgi-wattpad-square:after {
  content: "\5b6d";
}
.hgi-duotone.hgi-wattpad-square:before {
  content: "\5b6e";
}
.hgi-duotone.hgi-wattpad:before {
  content: "\5b6f";
}
.hgi-duotone.hgi-wav-01:after {
  content: "\5b70";
}
.hgi-duotone.hgi-wav-01:before {
  content: "\5b71";
}
.hgi-duotone.hgi-wav-02:after {
  content: "\5b72";
}
.hgi-duotone.hgi-wav-02:before {
  content: "\5b73";
}
.hgi-duotone.hgi-waving-hand-01:after {
  content: "\5b74";
}
.hgi-duotone.hgi-waving-hand-01:before {
  content: "\5b75";
}
.hgi-duotone.hgi-waving-hand-02:after {
  content: "\5b76";
}
.hgi-duotone.hgi-waving-hand-02:before {
  content: "\5b77";
}
.hgi-duotone.hgi-waze:after {
  content: "\5b78";
}
.hgi-duotone.hgi-waze:before {
  content: "\5b79";
}
.hgi-duotone.hgi-web-design-01:after {
  content: "\5b7a";
}
.hgi-duotone.hgi-web-design-01:before {
  content: "\5b7b";
}
.hgi-duotone.hgi-web-design-02:after {
  content: "\5b7c";
}
.hgi-duotone.hgi-web-design-02:before {
  content: "\5b7d";
}
.hgi-duotone.hgi-web-programming:after {
  content: "\5b7e";
}
.hgi-duotone.hgi-web-programming:before {
  content: "\5b7f";
}
.hgi-duotone.hgi-web-protection:after {
  content: "\5b80";
}
.hgi-duotone.hgi-web-protection:before {
  content: "\5b81";
}
.hgi-duotone.hgi-web-security:after {
  content: "\5b82";
}
.hgi-duotone.hgi-web-security:before {
  content: "\5b83";
}
.hgi-duotone.hgi-web-validation:after {
  content: "\5b84";
}
.hgi-duotone.hgi-web-validation:before {
  content: "\5b85";
}
.hgi-duotone.hgi-webflow:after {
  content: "\5b86";
}
.hgi-duotone.hgi-webflow:before {
  content: "\5b87";
}
.hgi-duotone.hgi-webhook:after {
  content: "\5b88";
}
.hgi-duotone.hgi-webhook:before {
  content: "\5b89";
}
.hgi-duotone.hgi-wechat:after {
  content: "\5b8a";
}
.hgi-duotone.hgi-wechat:before {
  content: "\5b8b";
}
.hgi-duotone.hgi-wedding:after {
  content: "\5b8c";
}
.hgi-duotone.hgi-wedding:before {
  content: "\5b8d";
}
.hgi-duotone.hgi-weight-scale-01:after {
  content: "\5b8e";
}
.hgi-duotone.hgi-weight-scale-01:before {
  content: "\5b8f";
}
.hgi-duotone.hgi-weight-scale:after {
  content: "\5b90";
}
.hgi-duotone.hgi-weight-scale:before {
  content: "\5b91";
}
.hgi-duotone.hgi-wellness:after {
  content: "\5b92";
}
.hgi-duotone.hgi-wellness:before {
  content: "\5b93";
}
.hgi-duotone.hgi-whatsapp-business:after {
  content: "\5b94";
}
.hgi-duotone.hgi-whatsapp-business:before {
  content: "\5b95";
}
.hgi-duotone.hgi-whatsapp:after {
  content: "\5b96";
}
.hgi-duotone.hgi-whatsapp:before {
  content: "\5b97";
}
.hgi-duotone.hgi-wheelchair:after {
  content: "\5b98";
}
.hgi-duotone.hgi-wheelchair:before {
  content: "\5b99";
}
.hgi-duotone.hgi-whisk:after {
  content: "\5b9a";
}
.hgi-duotone.hgi-whisk:before {
  content: "\5b9b";
}
.hgi-duotone.hgi-whistle:after {
  content: "\5b9c";
}
.hgi-duotone.hgi-whistle:before {
  content: "\5b9d";
}
.hgi-duotone.hgi-whiteboard:after {
  content: "\5b9e";
}
.hgi-duotone.hgi-whiteboard:before {
  content: "\5b9f";
}
.hgi-duotone.hgi-wifi-01:after {
  content: "\5ba0";
}
.hgi-duotone.hgi-wifi-01:before {
  content: "\5ba1";
}
.hgi-duotone.hgi-wifi-02:after {
  content: "\5ba2";
}
.hgi-duotone.hgi-wifi-02:before {
  content: "\5ba3";
}
.hgi-duotone.hgi-wifi-circle:after {
  content: "\5ba4";
}
.hgi-duotone.hgi-wifi-circle:before {
  content: "\5ba5";
}
.hgi-duotone.hgi-wifi-connected-01:after {
  content: "\5ba6";
}
.hgi-duotone.hgi-wifi-connected-01:before {
  content: "\5ba7";
}
.hgi-duotone.hgi-wifi-connected-02:after {
  content: "\5ba8";
}
.hgi-duotone.hgi-wifi-connected-02:before {
  content: "\5ba9";
}
.hgi-duotone.hgi-wifi-connected-03:after {
  content: "\5baa";
}
.hgi-duotone.hgi-wifi-connected-03:before {
  content: "\5bab";
}
.hgi-duotone.hgi-wifi-disconnected-01:after {
  content: "\5bac";
}
.hgi-duotone.hgi-wifi-disconnected-01:before {
  content: "\5bad";
}
.hgi-duotone.hgi-wifi-disconnected-02:after {
  content: "\5bae";
}
.hgi-duotone.hgi-wifi-disconnected-02:before {
  content: "\5baf";
}
.hgi-duotone.hgi-wifi-disconnected-03:after {
  content: "\5bb0";
}
.hgi-duotone.hgi-wifi-disconnected-03:before {
  content: "\5bb1";
}
.hgi-duotone.hgi-wifi-disconnected-04:after {
  content: "\5bb2";
}
.hgi-duotone.hgi-wifi-disconnected-04:before {
  content: "\5bb3";
}
.hgi-duotone.hgi-wifi-error-01:after {
  content: "\5bb4";
}
.hgi-duotone.hgi-wifi-error-01:before {
  content: "\5bb5";
}
.hgi-duotone.hgi-wifi-error-02:after {
  content: "\5bb6";
}
.hgi-duotone.hgi-wifi-error-02:before {
  content: "\5bb7";
}
.hgi-duotone.hgi-wifi-full-signal:after {
  content: "\5bb8";
}
.hgi-duotone.hgi-wifi-full-signal:before {
  content: "\5bb9";
}
.hgi-duotone.hgi-wifi-location:after {
  content: "\5bba";
}
.hgi-duotone.hgi-wifi-location:before {
  content: "\5bbb";
}
.hgi-duotone.hgi-wifi-lock:after {
  content: "\5bbc";
}
.hgi-duotone.hgi-wifi-lock:before {
  content: "\5bbd";
}
.hgi-duotone.hgi-wifi-low-signal:after {
  content: "\5bbe";
}
.hgi-duotone.hgi-wifi-low-signal:before {
  content: "\5bbf";
}
.hgi-duotone.hgi-wifi-medium-signal:after {
  content: "\5bc0";
}
.hgi-duotone.hgi-wifi-medium-signal:before {
  content: "\5bc1";
}
.hgi-duotone.hgi-wifi-no-signal:after {
  content: "\5bc2";
}
.hgi-duotone.hgi-wifi-no-signal:before {
  content: "\5bc3";
}
.hgi-duotone.hgi-wifi-off-01:after {
  content: "\5bc4";
}
.hgi-duotone.hgi-wifi-off-01:before {
  content: "\5bc5";
}
.hgi-duotone.hgi-wifi-off-02:after {
  content: "\5bc6";
}
.hgi-duotone.hgi-wifi-off-02:before {
  content: "\5bc7";
}
.hgi-duotone.hgi-wifi-square:after {
  content: "\5bc8";
}
.hgi-duotone.hgi-wifi-square:before {
  content: "\5bc9";
}
.hgi-duotone.hgi-wifi-unlock:after {
  content: "\5bca";
}
.hgi-duotone.hgi-wifi-unlock:before {
  content: "\5bcb";
}
.hgi-duotone.hgi-wikipedia:after {
  content: "\5bcc";
}
.hgi-duotone.hgi-wikipedia:before {
  content: "\5bcd";
}
.hgi-duotone.hgi-wind-power-01:after {
  content: "\5bce";
}
.hgi-duotone.hgi-wind-power-01:before {
  content: "\5bcf";
}
.hgi-duotone.hgi-wind-power-02:after {
  content: "\5bd0";
}
.hgi-duotone.hgi-wind-power-02:before {
  content: "\5bd1";
}
.hgi-duotone.hgi-wind-power-03:after {
  content: "\5bd2";
}
.hgi-duotone.hgi-wind-power-03:before {
  content: "\5bd3";
}
.hgi-duotone.hgi-wind-power:after {
  content: "\5bd4";
}
.hgi-duotone.hgi-wind-power:before {
  content: "\5bd5";
}
.hgi-duotone.hgi-wind-surf:after {
  content: "\5bd6";
}
.hgi-duotone.hgi-wind-surf:before {
  content: "\5bd7";
}
.hgi-duotone.hgi-wind-turbine:after {
  content: "\5bd8";
}
.hgi-duotone.hgi-wind-turbine:before {
  content: "\5bd9";
}
.hgi-duotone.hgi-windows-new:after {
  content: "\5bda";
}
.hgi-duotone.hgi-windows-new:before {
  content: "\5bdb";
}
.hgi-duotone.hgi-windows-old:after {
  content: "\5bdc";
}
.hgi-duotone.hgi-windows-old:before {
  content: "\5bdd";
}
.hgi-duotone.hgi-wink:after {
  content: "\5bde";
}
.hgi-duotone.hgi-wink:before {
  content: "\5bdf";
}
.hgi-duotone.hgi-winking:after {
  content: "\5be0";
}
.hgi-duotone.hgi-winking:before {
  content: "\5be1";
}
.hgi-duotone.hgi-wireless-cloud-access:after {
  content: "\5be2";
}
.hgi-duotone.hgi-wireless-cloud-access:before {
  content: "\5be3";
}
.hgi-duotone.hgi-wireless:after {
  content: "\5be4";
}
.hgi-duotone.hgi-wireless:before {
  content: "\5be5";
}
.hgi-duotone.hgi-wise:after {
  content: "\5be6";
}
.hgi-duotone.hgi-wise:before {
  content: "\5be7";
}
.hgi-duotone.hgi-woman:after {
  content: "\5be8";
}
.hgi-duotone.hgi-woman:before {
  content: "\5be9";
}
.hgi-duotone.hgi-wordpress:after {
  content: "\5bea";
}
.hgi-duotone.hgi-wordpress:before {
  content: "\5beb";
}
.hgi-duotone.hgi-work-alert:after {
  content: "\5bec";
}
.hgi-duotone.hgi-work-alert:before {
  content: "\5bed";
}
.hgi-duotone.hgi-work-history:after {
  content: "\5bee";
}
.hgi-duotone.hgi-work-history:before {
  content: "\5bef";
}
.hgi-duotone.hgi-work:after {
  content: "\5bf0";
}
.hgi-duotone.hgi-work-update:after {
  content: "\5bf1";
}
.hgi-duotone.hgi-work-update:before {
  content: "\5bf2";
}
.hgi-duotone.hgi-work:before {
  content: "\5bf3";
}
.hgi-duotone.hgi-workflow-circle-01:after {
  content: "\5bf4";
}
.hgi-duotone.hgi-workflow-circle-01:before {
  content: "\5bf5";
}
.hgi-duotone.hgi-workflow-circle-02:after {
  content: "\5bf6";
}
.hgi-duotone.hgi-workflow-circle-02:before {
  content: "\5bf7";
}
.hgi-duotone.hgi-workflow-circle-03:after {
  content: "\5bf8";
}
.hgi-duotone.hgi-workflow-circle-03:before {
  content: "\5bf9";
}
.hgi-duotone.hgi-workflow-circle-04:after {
  content: "\5bfa";
}
.hgi-duotone.hgi-workflow-circle-04:before {
  content: "\5bfb";
}
.hgi-duotone.hgi-workflow-circle-05:after {
  content: "\5bfc";
}
.hgi-duotone.hgi-workflow-circle-05:before {
  content: "\5bfd";
}
.hgi-duotone.hgi-workflow-circle-06:after {
  content: "\5bfe";
}
.hgi-duotone.hgi-workflow-circle-06:before {
  content: "\5bff";
}
.hgi-duotone.hgi-workflow-square-01:after {
  content: "\5c00";
}
.hgi-duotone.hgi-workflow-square-01:before {
  content: "\5c01";
}
.hgi-duotone.hgi-workflow-square-02:after {
  content: "\5c02";
}
.hgi-duotone.hgi-workflow-square-02:before {
  content: "\5c03";
}
.hgi-duotone.hgi-workflow-square-03:after {
  content: "\5c04";
}
.hgi-duotone.hgi-workflow-square-03:before {
  content: "\5c05";
}
.hgi-duotone.hgi-workflow-square-04:after {
  content: "\5c06";
}
.hgi-duotone.hgi-workflow-square-04:before {
  content: "\5c07";
}
.hgi-duotone.hgi-workflow-square-05:after {
  content: "\5c08";
}
.hgi-duotone.hgi-workflow-square-05:before {
  content: "\5c09";
}
.hgi-duotone.hgi-workflow-square-06:after {
  content: "\5c0a";
}
.hgi-duotone.hgi-workflow-square-06:before {
  content: "\5c0b";
}
.hgi-duotone.hgi-workflow-square-07:after {
  content: "\5c0c";
}
.hgi-duotone.hgi-workflow-square-07:before {
  content: "\5c0d";
}
.hgi-duotone.hgi-workflow-square-08:after {
  content: "\5c0e";
}
.hgi-duotone.hgi-workflow-square-08:before {
  content: "\5c0f";
}
.hgi-duotone.hgi-workflow-square-09:after {
  content: "\5c10";
}
.hgi-duotone.hgi-workflow-square-09:before {
  content: "\5c11";
}
.hgi-duotone.hgi-workflow-square-10:after {
  content: "\5c12";
}
.hgi-duotone.hgi-workflow-square-10:before {
  content: "\5c13";
}
.hgi-duotone.hgi-workout-battle-ropes:after {
  content: "\5c14";
}
.hgi-duotone.hgi-workout-battle-ropes:before {
  content: "\5c15";
}
.hgi-duotone.hgi-workout-gymnastics:after {
  content: "\5c16";
}
.hgi-duotone.hgi-workout-gymnastics:before {
  content: "\5c17";
}
.hgi-duotone.hgi-workout-kicking:after {
  content: "\5c18";
}
.hgi-duotone.hgi-workout-kicking:before {
  content: "\5c19";
}
.hgi-duotone.hgi-workout-run:after {
  content: "\5c1a";
}
.hgi-duotone.hgi-workout-run:before {
  content: "\5c1b";
}
.hgi-duotone.hgi-workout-sport:after {
  content: "\5c1c";
}
.hgi-duotone.hgi-workout-sport:before {
  content: "\5c1d";
}
.hgi-duotone.hgi-workout-squats:after {
  content: "\5c1e";
}
.hgi-duotone.hgi-workout-squats:before {
  content: "\5c1f";
}
.hgi-duotone.hgi-workout-stretching:after {
  content: "\5c20";
}
.hgi-duotone.hgi-workout-stretching:before {
  content: "\5c21";
}
.hgi-duotone.hgi-workout-warm-up:after {
  content: "\5c22";
}
.hgi-duotone.hgi-workout-warm-up:before {
  content: "\5c23";
}
.hgi-duotone.hgi-worry:after {
  content: "\5c24";
}
.hgi-duotone.hgi-worry:before {
  content: "\5c25";
}
.hgi-duotone.hgi-wps-office-rectangle:after {
  content: "\5c26";
}
.hgi-duotone.hgi-wps-office-rectangle:before {
  content: "\5c27";
}
.hgi-duotone.hgi-wps-office:after {
  content: "\5c28";
}
.hgi-duotone.hgi-wps-office:before {
  content: "\5c29";
}
.hgi-duotone.hgi-wrench-01:after {
  content: "\5c2a";
}
.hgi-duotone.hgi-wrench-01:before {
  content: "\5c2b";
}
.hgi-duotone.hgi-wrench-02:after {
  content: "\5c2c";
}
.hgi-duotone.hgi-wrench-02:before {
  content: "\5c2d";
}
.hgi-duotone.hgi-wudu:after {
  content: "\5c2e";
}
.hgi-duotone.hgi-wudu:before {
  content: "\5c2f";
}
.hgi-duotone.hgi-x-ray:after {
  content: "\5c30";
}
.hgi-duotone.hgi-x-ray:before {
  content: "\5c31";
}
.hgi-duotone.hgi-x-variable-circle:after {
  content: "\5c32";
}
.hgi-duotone.hgi-x-variable-circle:before {
  content: "\5c33";
}
.hgi-duotone.hgi-x-variable:after {
  content: "\5c34";
}
.hgi-duotone.hgi-x-variable-square:after {
  content: "\5c35";
}
.hgi-duotone.hgi-x-variable-square:before {
  content: "\5c36";
}
.hgi-duotone.hgi-x-variable:before {
  content: "\5c37";
}
.hgi-duotone.hgi-xing:after {
  content: "\5c38";
}
.hgi-duotone.hgi-xing:before {
  content: "\5c39";
}
.hgi-duotone.hgi-xls-01:after {
  content: "\5c3a";
}
.hgi-duotone.hgi-xls-01:before {
  content: "\5c3b";
}
.hgi-duotone.hgi-xls-02:after {
  content: "\5c3c";
}
.hgi-duotone.hgi-xls-02:before {
  content: "\5c3d";
}
.hgi-duotone.hgi-xml-01:after {
  content: "\5c3e";
}
.hgi-duotone.hgi-xml-01:before {
  content: "\5c3f";
}
.hgi-duotone.hgi-xml-02:after {
  content: "\5c40";
}
.hgi-duotone.hgi-xml-02:before {
  content: "\5c41";
}
.hgi-duotone.hgi-xsl-01:after {
  content: "\5c42";
}
.hgi-duotone.hgi-xsl-01:before {
  content: "\5c43";
}
.hgi-duotone.hgi-xsl-02:after {
  content: "\5c44";
}
.hgi-duotone.hgi-xsl-02:before {
  content: "\5c45";
}
.hgi-duotone.hgi-yelp:after {
  content: "\5c46";
}
.hgi-duotone.hgi-yelp:before {
  content: "\5c47";
}
.hgi-duotone.hgi-yen-circle:after {
  content: "\5c48";
}
.hgi-duotone.hgi-yen-circle:before {
  content: "\5c49";
}
.hgi-duotone.hgi-yen-receive:after {
  content: "\5c4a";
}
.hgi-duotone.hgi-yen-receive:before {
  content: "\5c4b";
}
.hgi-duotone.hgi-yen:after {
  content: "\5c4c";
}
.hgi-duotone.hgi-yen-send:after {
  content: "\5c4d";
}
.hgi-duotone.hgi-yen-send:before {
  content: "\5c4e";
}
.hgi-duotone.hgi-yen-square:after {
  content: "\5c4f";
}
.hgi-duotone.hgi-yen-square:before {
  content: "\5c50";
}
.hgi-duotone.hgi-yen:before {
  content: "\5c51";
}
.hgi-duotone.hgi-yoga-01:after {
  content: "\5c52";
}
.hgi-duotone.hgi-yoga-01:before {
  content: "\5c53";
}
.hgi-duotone.hgi-yoga-02:after {
  content: "\5c54";
}
.hgi-duotone.hgi-yoga-02:before {
  content: "\5c55";
}
.hgi-duotone.hgi-yoga-03:after {
  content: "\5c56";
}
.hgi-duotone.hgi-yoga-03:before {
  content: "\5c57";
}
.hgi-duotone.hgi-yoga-ball:after {
  content: "\5c58";
}
.hgi-duotone.hgi-yoga-ball:before {
  content: "\5c59";
}
.hgi-duotone.hgi-yoga-mat:after {
  content: "\5c5a";
}
.hgi-duotone.hgi-yoga-mat:before {
  content: "\5c5b";
}
.hgi-duotone.hgi-yogurt:after {
  content: "\5c5c";
}
.hgi-duotone.hgi-yogurt:before {
  content: "\5c5d";
}
.hgi-duotone.hgi-youtube:after {
  content: "\5c5e";
}
.hgi-duotone.hgi-youtube:before {
  content: "\5c5f";
}
.hgi-duotone.hgi-yurt:after {
  content: "\5c60";
}
.hgi-duotone.hgi-yurt:before {
  content: "\5c61";
}
.hgi-duotone.hgi-zakat:after {
  content: "\5c62";
}
.hgi-duotone.hgi-zakat:before {
  content: "\5c63";
}
.hgi-duotone.hgi-zap:after {
  content: "\5c64";
}
.hgi-duotone.hgi-zap:before {
  content: "\5c65";
}
.hgi-duotone.hgi-zeppelin:after {
  content: "\5c66";
}
.hgi-duotone.hgi-zeppelin:before {
  content: "\5c67";
}
.hgi-duotone.hgi-zip-01:after {
  content: "\5c68";
}
.hgi-duotone.hgi-zip-01:before {
  content: "\5c69";
}
.hgi-duotone.hgi-zip-02:after {
  content: "\5c6a";
}
.hgi-duotone.hgi-zip-02:before {
  content: "\5c6b";
}
.hgi-duotone.hgi-zoom-circle:after {
  content: "\5c6c";
}
.hgi-duotone.hgi-zoom-circle:before {
  content: "\5c6d";
}
.hgi-duotone.hgi-zoom-in-area:after {
  content: "\5c6e";
}
.hgi-duotone.hgi-zoom-in-area:before {
  content: "\5c6f";
}
.hgi-duotone.hgi-zoom-out-area:after {
  content: "\5c70";
}
.hgi-duotone.hgi-zoom-out-area:before {
  content: "\5c71";
}
.hgi-duotone.hgi-zoom:after {
  content: "\5c72";
}
.hgi-duotone.hgi-zoom-square:after {
  content: "\5c73";
}
.hgi-duotone.hgi-zoom-square:before {
  content: "\5c74";
}
.hgi-duotone.hgi-zoom:before {
  content: "\5c75";
}
.hgi-duotone.hgi-zsh:after {
  content: "\5c76";
}
.hgi-duotone.hgi-zsh:before {
  content: "\5c77";
}
.hgi-duotone.hgi-zzz:after {
  content: "\5c78";
}
.hgi-duotone.hgi-zzz:before {
  content: "\5c79";
}
@charset "UTF-8";
@font-face {
  font-family: "hgi-solid-rounded";
  src: url("./media/hgi-solid-rounded-26UBTPJD.eot?t=1736938745514");
  src:
    url("./media/hgi-solid-rounded-26UBTPJD.eot?t=1736938745514#iefix") format("embedded-opentype"),
    url("./media/hgi-solid-rounded-CNMG4PHD.woff2?t=1736938745514") format("woff2"),
    url("./media/hgi-solid-rounded-MRCN4GHN.woff?t=1736938745514") format("woff"),
    url("./media/hgi-solid-rounded-FT4NNTK3.ttf?t=1736938745514") format("truetype"),
    url("./media/hgi-solid-rounded-3RBVNADR.svg?t=1736938745514#hgi-solid-rounded") format("svg");
}
.hgi-solid {
  font-family: "hgi-solid-rounded" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-display: block;
}
.hgi-solid.hgi-3-d-view:before {
  content: "\3a71";
}
.hgi-solid.hgi-abacus:before {
  content: "\3a73";
}
.hgi-solid.hgi-absolute:before {
  content: "\3a75";
}
.hgi-solid.hgi-acceleration:before {
  content: "\3a77";
}
.hgi-solid.hgi-access:before {
  content: "\3a79";
}
.hgi-solid.hgi-accident:before {
  content: "\3a7b";
}
.hgi-solid.hgi-account-setting-01:before {
  content: "\3a7d";
}
.hgi-solid.hgi-account-setting-02:before {
  content: "\3a7f";
}
.hgi-solid.hgi-account-setting-03:before {
  content: "\3a81";
}
.hgi-solid.hgi-activity-01:before {
  content: "\3a83";
}
.hgi-solid.hgi-activity-02:before {
  content: "\3a85";
}
.hgi-solid.hgi-activity-03:before {
  content: "\3a87";
}
.hgi-solid.hgi-activity-04:before {
  content: "\3a89";
}
.hgi-solid.hgi-acute:before {
  content: "\3a8b";
}
.hgi-solid.hgi-add-01:before {
  content: "\3a8d";
}
.hgi-solid.hgi-add-02:before {
  content: "\3a8f";
}
.hgi-solid.hgi-add-circle-half-dot:before {
  content: "\3a91";
}
.hgi-solid.hgi-add-circle:before {
  content: "\3a93";
}
.hgi-solid.hgi-add-female:before {
  content: "\3a95";
}
.hgi-solid.hgi-add-male:before {
  content: "\3a97";
}
.hgi-solid.hgi-add-square:before {
  content: "\3a99";
}
.hgi-solid.hgi-add-team-02:before {
  content: "\3a9b";
}
.hgi-solid.hgi-add-team:before {
  content: "\3a9d";
}
.hgi-solid.hgi-add-to-list:before {
  content: "\3a9f";
}
.hgi-solid.hgi-address-book:before {
  content: "\3aa1";
}
.hgi-solid.hgi-adobe-after-effect:before {
  content: "\3aa3";
}
.hgi-solid.hgi-adobe-illustrator:before {
  content: "\3aa5";
}
.hgi-solid.hgi-adobe-indesign:before {
  content: "\3aa7";
}
.hgi-solid.hgi-adobe-photoshop:before {
  content: "\3aa9";
}
.hgi-solid.hgi-adobe-premier:before {
  content: "\3aab";
}
.hgi-solid.hgi-adobe-xd:before {
  content: "\3aad";
}
.hgi-solid.hgi-adventure:before {
  content: "\3aaf";
}
.hgi-solid.hgi-advertisiment:before {
  content: "\3ab1";
}
.hgi-solid.hgi-adzan:before {
  content: "\3ab3";
}
.hgi-solid.hgi-affiliate:before {
  content: "\3ab5";
}
.hgi-solid.hgi-agreement-01:before {
  content: "\3ab7";
}
.hgi-solid.hgi-agreement-02:before {
  content: "\3ab9";
}
.hgi-solid.hgi-agreement-03:before {
  content: "\3abb";
}
.hgi-solid.hgi-ai-audio:before {
  content: "\3abd";
}
.hgi-solid.hgi-ai-beautify:before {
  content: "\3abf";
}
.hgi-solid.hgi-ai-book:before {
  content: "\3ac1";
}
.hgi-solid.hgi-ai-brain-01:before {
  content: "\3ac3";
}
.hgi-solid.hgi-ai-brain-02:before {
  content: "\3ac5";
}
.hgi-solid.hgi-ai-brain-03:before {
  content: "\3ac7";
}
.hgi-solid.hgi-ai-brain-04:before {
  content: "\3ac9";
}
.hgi-solid.hgi-ai-brain-05:before {
  content: "\3acb";
}
.hgi-solid.hgi-ai-browser:before {
  content: "\3acd";
}
.hgi-solid.hgi-ai-chat-01:before {
  content: "\3acf";
}
.hgi-solid.hgi-ai-chat-02:before {
  content: "\3ad1";
}
.hgi-solid.hgi-ai-chemistry-01:before {
  content: "\3ad3";
}
.hgi-solid.hgi-ai-chemistry-02:before {
  content: "\3ad5";
}
.hgi-solid.hgi-ai-chemistry-03:before {
  content: "\3ad7";
}
.hgi-solid.hgi-ai-chip:before {
  content: "\3ad9";
}
.hgi-solid.hgi-ai-cloud-01:before {
  content: "\3adb";
}
.hgi-solid.hgi-ai-cloud-02:before {
  content: "\3add";
}
.hgi-solid.hgi-ai-cloud:before {
  content: "\3adf";
}
.hgi-solid.hgi-ai-computer:before {
  content: "\3ae1";
}
.hgi-solid.hgi-ai-content-generator-01:before {
  content: "\3ae3";
}
.hgi-solid.hgi-ai-content-generator-02:before {
  content: "\3ae5";
}
.hgi-solid.hgi-ai-dna:before {
  content: "\3ae7";
}
.hgi-solid.hgi-ai-editing:before {
  content: "\3ae9";
}
.hgi-solid.hgi-ai-eraser:before {
  content: "\3aeb";
}
.hgi-solid.hgi-ai-file:before {
  content: "\3aed";
}
.hgi-solid.hgi-ai-folder-01:before {
  content: "\3aef";
}
.hgi-solid.hgi-ai-folder-02:before {
  content: "\3af1";
}
.hgi-solid.hgi-ai-game:before {
  content: "\3af3";
}
.hgi-solid.hgi-ai-generative:before {
  content: "\3af5";
}
.hgi-solid.hgi-ai-idea:before {
  content: "\3af7";
}
.hgi-solid.hgi-ai-image:before {
  content: "\3af9";
}
.hgi-solid.hgi-ai-innovation-01:before {
  content: "\3afb";
}
.hgi-solid.hgi-ai-innovation-02:before {
  content: "\3afd";
}
.hgi-solid.hgi-ai-innovation-03:before {
  content: "\3aff";
}
.hgi-solid.hgi-ai-laptop:before {
  content: "\3b01";
}
.hgi-solid.hgi-ai-learning:before {
  content: "\3b03";
}
.hgi-solid.hgi-ai-lock:before {
  content: "\3b05";
}
.hgi-solid.hgi-ai-magic:before {
  content: "\3b07";
}
.hgi-solid.hgi-ai-mail-01:before {
  content: "\3b09";
}
.hgi-solid.hgi-ai-mail-02:before {
  content: "\3b0b";
}
.hgi-solid.hgi-ai-mail:before {
  content: "\3b0d";
}
.hgi-solid.hgi-ai-mic:before {
  content: "\3b0f";
}
.hgi-solid.hgi-ai-network:before {
  content: "\3b11";
}
.hgi-solid.hgi-ai-phone-01:before {
  content: "\3b13";
}
.hgi-solid.hgi-ai-phone-02:before {
  content: "\3b15";
}
.hgi-solid.hgi-ai-programming:before {
  content: "\3b17";
}
.hgi-solid.hgi-ai-scan:before {
  content: "\3b19";
}
.hgi-solid.hgi-ai-scheduling:before {
  content: "\3b1b";
}
.hgi-solid.hgi-ai-search-02:before {
  content: "\3b1d";
}
.hgi-solid.hgi-ai-search:before {
  content: "\3b1f";
}
.hgi-solid.hgi-ai-security-01:before {
  content: "\3b21";
}
.hgi-solid.hgi-ai-security-02:before {
  content: "\3b23";
}
.hgi-solid.hgi-ai-security-03:before {
  content: "\3b25";
}
.hgi-solid.hgi-ai-setting:before {
  content: "\3b27";
}
.hgi-solid.hgi-ai-sheets:before {
  content: "\3b29";
}
.hgi-solid.hgi-ai-smartwatch:before {
  content: "\3b2b";
}
.hgi-solid.hgi-ai-user:before {
  content: "\3b2d";
}
.hgi-solid.hgi-ai-video:before {
  content: "\3b2f";
}
.hgi-solid.hgi-ai-view:before {
  content: "\3b31";
}
.hgi-solid.hgi-ai-vision-recognition:before {
  content: "\3b33";
}
.hgi-solid.hgi-ai-voice-generator:before {
  content: "\3b35";
}
.hgi-solid.hgi-ai-voice:before {
  content: "\3b37";
}
.hgi-solid.hgi-ai-web-browsing:before {
  content: "\3b39";
}
.hgi-solid.hgi-aids:before {
  content: "\3b3b";
}
.hgi-solid.hgi-airbnb:before {
  content: "\3b3d";
}
.hgi-solid.hgi-aircraft-game:before {
  content: "\3b3f";
}
.hgi-solid.hgi-airdrop:before {
  content: "\3b41";
}
.hgi-solid.hgi-airplane-01:before {
  content: "\3b43";
}
.hgi-solid.hgi-airplane-02:before {
  content: "\3b45";
}
.hgi-solid.hgi-airplane-landing-01:before {
  content: "\3b47";
}
.hgi-solid.hgi-airplane-landing-02:before {
  content: "\3b49";
}
.hgi-solid.hgi-airplane-mode-off:before {
  content: "\3b4b";
}
.hgi-solid.hgi-airplane-mode:before {
  content: "\3b4d";
}
.hgi-solid.hgi-airplane-seat:before {
  content: "\3b4f";
}
.hgi-solid.hgi-airplane-take-off-01:before {
  content: "\3b51";
}
.hgi-solid.hgi-airplane-take-off-02:before {
  content: "\3b53";
}
.hgi-solid.hgi-airplay-line:before {
  content: "\3b55";
}
.hgi-solid.hgi-airpod-01:before {
  content: "\3b57";
}
.hgi-solid.hgi-airpod-02:before {
  content: "\3b59";
}
.hgi-solid.hgi-airpod-03:before {
  content: "\3b5b";
}
.hgi-solid.hgi-airport:before {
  content: "\3b5d";
}
.hgi-solid.hgi-al-aqsa-mosque:before {
  content: "\3b5f";
}
.hgi-solid.hgi-alarm-clock:before {
  content: "\3b61";
}
.hgi-solid.hgi-album-01:before {
  content: "\3b63";
}
.hgi-solid.hgi-album-02:before {
  content: "\3b65";
}
.hgi-solid.hgi-album-not-found-01:before {
  content: "\3b67";
}
.hgi-solid.hgi-album-not-found-02:before {
  content: "\3b69";
}
.hgi-solid.hgi-alert-01:before {
  content: "\3b6b";
}
.hgi-solid.hgi-alert-02:before {
  content: "\3b6d";
}
.hgi-solid.hgi-alert-circle:before {
  content: "\3b6f";
}
.hgi-solid.hgi-alert-diamond:before {
  content: "\3b71";
}
.hgi-solid.hgi-alert-square:before {
  content: "\3b73";
}
.hgi-solid.hgi-algorithm:before {
  content: "\3b75";
}
.hgi-solid.hgi-alien-01:before {
  content: "\3b77";
}
.hgi-solid.hgi-alien-02:before {
  content: "\3b79";
}
.hgi-solid.hgi-align-bottom:before {
  content: "\3b7b";
}
.hgi-solid.hgi-align-box-bottom-center:before {
  content: "\3b7d";
}
.hgi-solid.hgi-align-box-bottom-left:before {
  content: "\3b7f";
}
.hgi-solid.hgi-align-box-bottom-right:before {
  content: "\3b81";
}
.hgi-solid.hgi-align-box-middle-center:before {
  content: "\3b83";
}
.hgi-solid.hgi-align-box-middle-left:before {
  content: "\3b85";
}
.hgi-solid.hgi-align-box-middle-right:before {
  content: "\3b87";
}
.hgi-solid.hgi-align-box-top-center:before {
  content: "\3b89";
}
.hgi-solid.hgi-align-box-top-left:before {
  content: "\3b8b";
}
.hgi-solid.hgi-align-box-top-right:before {
  content: "\3b8d";
}
.hgi-solid.hgi-align-horizontal-center:before {
  content: "\3b8f";
}
.hgi-solid.hgi-align-key-object:before {
  content: "\3b91";
}
.hgi-solid.hgi-align-left:before {
  content: "\3b93";
}
.hgi-solid.hgi-align-right:before {
  content: "\3b95";
}
.hgi-solid.hgi-align-selection:before {
  content: "\3b97";
}
.hgi-solid.hgi-align-top:before {
  content: "\3b99";
}
.hgi-solid.hgi-align-vertical-center:before {
  content: "\3b9b";
}
.hgi-solid.hgi-all-bookmark:before {
  content: "\3b9d";
}
.hgi-solid.hgi-allah:before {
  content: "\3b9f";
}
.hgi-solid.hgi-alms:before {
  content: "\3ba1";
}
.hgi-solid.hgi-alpha-circle:before {
  content: "\3ba3";
}
.hgi-solid.hgi-alpha-square:before {
  content: "\3ba6";
}
.hgi-solid.hgi-alpha:before {
  content: "\3ba7";
}
.hgi-solid.hgi-alphabet-arabic:before {
  content: "\3ba9";
}
.hgi-solid.hgi-alphabet-bangla:before {
  content: "\3bab";
}
.hgi-solid.hgi-alphabet-chinese:before {
  content: "\3bad";
}
.hgi-solid.hgi-alphabet-greek:before {
  content: "\3baf";
}
.hgi-solid.hgi-alphabet-hebrew:before {
  content: "\3bb1";
}
.hgi-solid.hgi-alphabet-hindi:before {
  content: "\3bb3";
}
.hgi-solid.hgi-alphabet-japanese:before {
  content: "\3bb5";
}
.hgi-solid.hgi-alphabet-korean:before {
  content: "\3bb7";
}
.hgi-solid.hgi-alphabet-thai:before {
  content: "\3bb9";
}
.hgi-solid.hgi-amazon:before {
  content: "\3bbb";
}
.hgi-solid.hgi-ambulance:before {
  content: "\3bbd";
}
.hgi-solid.hgi-american-football:before {
  content: "\3bbf";
}
.hgi-solid.hgi-amie:before {
  content: "\3bc1";
}
.hgi-solid.hgi-ampoule:before {
  content: "\3bc3";
}
.hgi-solid.hgi-analysis-text-link:before {
  content: "\3bc5";
}
.hgi-solid.hgi-analytics-01:before {
  content: "\3bc7";
}
.hgi-solid.hgi-analytics-02:before {
  content: "\3bc9";
}
.hgi-solid.hgi-analytics-03:before {
  content: "\3bcb";
}
.hgi-solid.hgi-analytics-down:before {
  content: "\3bcd";
}
.hgi-solid.hgi-analytics-up:before {
  content: "\3bcf";
}
.hgi-solid.hgi-anchor-point:before {
  content: "\3bd1";
}
.hgi-solid.hgi-anchor:before {
  content: "\3bd3";
}
.hgi-solid.hgi-android:before {
  content: "\3bd5";
}
.hgi-solid.hgi-angel:before {
  content: "\3bd7";
}
.hgi-solid.hgi-angle-01:before {
  content: "\3bd9";
}
.hgi-solid.hgi-angle:before {
  content: "\3bdb";
}
.hgi-solid.hgi-angry-bird:before {
  content: "\3bdd";
}
.hgi-solid.hgi-angry:before {
  content: "\3bdf";
}
.hgi-solid.hgi-anonymous:before {
  content: "\3be1";
}
.hgi-solid.hgi-api:before {
  content: "\3be3";
}
.hgi-solid.hgi-app-store:before {
  content: "\3be5";
}
.hgi-solid.hgi-apple-01:before {
  content: "\3be7";
}
.hgi-solid.hgi-apple-finder:before {
  content: "\3be9";
}
.hgi-solid.hgi-apple-intelligence:before {
  content: "\3beb";
}
.hgi-solid.hgi-apple-music:before {
  content: "\3bed";
}
.hgi-solid.hgi-apple-news:before {
  content: "\3bef";
}
.hgi-solid.hgi-apple-pie:before {
  content: "\3bf1";
}
.hgi-solid.hgi-apple-reminder:before {
  content: "\3bf3";
}
.hgi-solid.hgi-apple-stocks:before {
  content: "\3bf6";
}
.hgi-solid.hgi-apple-vision-pro:before {
  content: "\3bf8";
}
.hgi-solid.hgi-apple:before {
  content: "\3bf9";
}
.hgi-solid.hgi-appointment-01:before {
  content: "\3bfb";
}
.hgi-solid.hgi-appointment-02:before {
  content: "\3bfd";
}
.hgi-solid.hgi-approximately-equal-circle:before {
  content: "\3bff";
}
.hgi-solid.hgi-approximately-equal-square:before {
  content: "\3c02";
}
.hgi-solid.hgi-approximately-equal:before {
  content: "\3c03";
}
.hgi-solid.hgi-apricot:before {
  content: "\3c05";
}
.hgi-solid.hgi-apron:before {
  content: "\3c07";
}
.hgi-solid.hgi-arc-browser:before {
  content: "\3c09";
}
.hgi-solid.hgi-archer:before {
  content: "\3c0b";
}
.hgi-solid.hgi-archive-01:before {
  content: "\3c0d";
}
.hgi-solid.hgi-archive-02:before {
  content: "\3c0f";
}
.hgi-solid.hgi-archive:before {
  content: "\3c11";
}
.hgi-solid.hgi-armored-boot:before {
  content: "\3c13";
}
.hgi-solid.hgi-arrange-by-letters-a-z:before {
  content: "\3c15";
}
.hgi-solid.hgi-arrange-by-letters-z-a:before {
  content: "\3c17";
}
.hgi-solid.hgi-arrange-by-numbers-1-9:before {
  content: "\3c19";
}
.hgi-solid.hgi-arrange-by-numbers-9-1:before {
  content: "\3c1b";
}
.hgi-solid.hgi-arrange:before {
  content: "\3c1d";
}
.hgi-solid.hgi-arrow-all-direction:before {
  content: "\3c1f";
}
.hgi-solid.hgi-arrow-data-transfer-diagonal:before {
  content: "\3c21";
}
.hgi-solid.hgi-arrow-data-transfer-horizontal:before {
  content: "\3c23";
}
.hgi-solid.hgi-arrow-data-transfer-vertical:before {
  content: "\3c25";
}
.hgi-solid.hgi-arrow-diagonal:before {
  content: "\3c27";
}
.hgi-solid.hgi-arrow-down-01:before {
  content: "\3c29";
}
.hgi-solid.hgi-arrow-down-02:before {
  content: "\3c2b";
}
.hgi-solid.hgi-arrow-down-03:before {
  content: "\3c2d";
}
.hgi-solid.hgi-arrow-down-04:before {
  content: "\3c2f";
}
.hgi-solid.hgi-arrow-down-05:before {
  content: "\3c31";
}
.hgi-solid.hgi-arrow-down-double:before {
  content: "\3c33";
}
.hgi-solid.hgi-arrow-down-left-01:before {
  content: "\3c35";
}
.hgi-solid.hgi-arrow-down-left-02:before {
  content: "\3c37";
}
.hgi-solid.hgi-arrow-down-right-01:before {
  content: "\3c39";
}
.hgi-solid.hgi-arrow-down-right-02:before {
  content: "\3c3b";
}
.hgi-solid.hgi-arrow-expand-01:before {
  content: "\3c3d";
}
.hgi-solid.hgi-arrow-expand-02:before {
  content: "\3c3f";
}
.hgi-solid.hgi-arrow-expand-diagonal-01:before {
  content: "\3c41";
}
.hgi-solid.hgi-arrow-expand-diagonal-02:before {
  content: "\3c43";
}
.hgi-solid.hgi-arrow-expand:before {
  content: "\3c45";
}
.hgi-solid.hgi-arrow-horizontal:before {
  content: "\3c47";
}
.hgi-solid.hgi-arrow-left-01:before {
  content: "\3c49";
}
.hgi-solid.hgi-arrow-left-02:before {
  content: "\3c4b";
}
.hgi-solid.hgi-arrow-left-03:before {
  content: "\3c4d";
}
.hgi-solid.hgi-arrow-left-04:before {
  content: "\3c4f";
}
.hgi-solid.hgi-arrow-left-05:before {
  content: "\3c51";
}
.hgi-solid.hgi-arrow-left-double:before {
  content: "\3c53";
}
.hgi-solid.hgi-arrow-left-right:before {
  content: "\3c55";
}
.hgi-solid.hgi-arrow-move-down-left:before {
  content: "\3c57";
}
.hgi-solid.hgi-arrow-move-down-right:before {
  content: "\3c59";
}
.hgi-solid.hgi-arrow-move-left-down:before {
  content: "\3c5b";
}
.hgi-solid.hgi-arrow-move-right-down:before {
  content: "\3c5d";
}
.hgi-solid.hgi-arrow-move-up-left:before {
  content: "\3c5f";
}
.hgi-solid.hgi-arrow-move-up-right:before {
  content: "\3c61";
}
.hgi-solid.hgi-arrow-reload-horizontal:before {
  content: "\3c63";
}
.hgi-solid.hgi-arrow-reload-vertical:before {
  content: "\3c65";
}
.hgi-solid.hgi-arrow-right-01:before {
  content: "\3c67";
}
.hgi-solid.hgi-arrow-right-02:before {
  content: "\3c69";
}
.hgi-solid.hgi-arrow-right-03:before {
  content: "\3c6b";
}
.hgi-solid.hgi-arrow-right-04:before {
  content: "\3c6d";
}
.hgi-solid.hgi-arrow-right-05:before {
  content: "\3c6f";
}
.hgi-solid.hgi-arrow-right-double:before {
  content: "\3c71";
}
.hgi-solid.hgi-arrow-shrink-01:before {
  content: "\3c73";
}
.hgi-solid.hgi-arrow-shrink-02:before {
  content: "\3c75";
}
.hgi-solid.hgi-arrow-shrink:before {
  content: "\3c77";
}
.hgi-solid.hgi-arrow-turn-backward:before {
  content: "\3c79";
}
.hgi-solid.hgi-arrow-turn-down:before {
  content: "\3c7b";
}
.hgi-solid.hgi-arrow-turn-forward:before {
  content: "\3c7d";
}
.hgi-solid.hgi-arrow-turn-up:before {
  content: "\3c7f";
}
.hgi-solid.hgi-arrow-up-01:before {
  content: "\3c81";
}
.hgi-solid.hgi-arrow-up-02:before {
  content: "\3c83";
}
.hgi-solid.hgi-arrow-up-03:before {
  content: "\3c85";
}
.hgi-solid.hgi-arrow-up-04:before {
  content: "\3c87";
}
.hgi-solid.hgi-arrow-up-05:before {
  content: "\3c89";
}
.hgi-solid.hgi-arrow-up-double:before {
  content: "\3c8b";
}
.hgi-solid.hgi-arrow-up-down:before {
  content: "\3c8d";
}
.hgi-solid.hgi-arrow-up-left-01:before {
  content: "\3c8f";
}
.hgi-solid.hgi-arrow-up-left-02:before {
  content: "\3c91";
}
.hgi-solid.hgi-arrow-up-right-01:before {
  content: "\3c93";
}
.hgi-solid.hgi-arrow-up-right-02:before {
  content: "\3c95";
}
.hgi-solid.hgi-arrow-vertical:before {
  content: "\3c97";
}
.hgi-solid.hgi-artboard-tool:before {
  content: "\3c9a";
}
.hgi-solid.hgi-artboard:before {
  content: "\3c9b";
}
.hgi-solid.hgi-artificial-intelligence-01:before {
  content: "\3c9d";
}
.hgi-solid.hgi-artificial-intelligence-02:before {
  content: "\3c9f";
}
.hgi-solid.hgi-artificial-intelligence-03:before {
  content: "\3ca1";
}
.hgi-solid.hgi-artificial-intelligence-04:before {
  content: "\3ca3";
}
.hgi-solid.hgi-artificial-intelligence-05:before {
  content: "\3ca5";
}
.hgi-solid.hgi-artificial-intelligence-06:before {
  content: "\3ca7";
}
.hgi-solid.hgi-artificial-intelligence-07:before {
  content: "\3ca9";
}
.hgi-solid.hgi-artificial-intelligence-08:before {
  content: "\3cab";
}
.hgi-solid.hgi-aspect-ratio:before {
  content: "\3cad";
}
.hgi-solid.hgi-assignments:before {
  content: "\3caf";
}
.hgi-solid.hgi-asteroid-01:before {
  content: "\3cb1";
}
.hgi-solid.hgi-asteroid-02:before {
  content: "\3cb3";
}
.hgi-solid.hgi-astronaut-01:before {
  content: "\3cb5";
}
.hgi-solid.hgi-astronaut-02:before {
  content: "\3cb7";
}
.hgi-solid.hgi-at:before {
  content: "\3cb9";
}
.hgi-solid.hgi-atm-01:before {
  content: "\3cbb";
}
.hgi-solid.hgi-atm-02:before {
  content: "\3cbd";
}
.hgi-solid.hgi-atom-01:before {
  content: "\3cbf";
}
.hgi-solid.hgi-atom-02:before {
  content: "\3cc1";
}
.hgi-solid.hgi-atomic-power:before {
  content: "\3cc3";
}
.hgi-solid.hgi-attachment-01:before {
  content: "\3cc5";
}
.hgi-solid.hgi-attachment-02:before {
  content: "\3cc7";
}
.hgi-solid.hgi-attachment-circle:before {
  content: "\3cc9";
}
.hgi-solid.hgi-attachment-square:before {
  content: "\3ccc";
}
.hgi-solid.hgi-attachment:before {
  content: "\3ccd";
}
.hgi-solid.hgi-auction:before {
  content: "\3ccf";
}
.hgi-solid.hgi-audio-book-01:before {
  content: "\3cd1";
}
.hgi-solid.hgi-audio-book-02:before {
  content: "\3cd3";
}
.hgi-solid.hgi-audio-book-03:before {
  content: "\3cd5";
}
.hgi-solid.hgi-audio-book-04:before {
  content: "\3cd7";
}
.hgi-solid.hgi-audio-wave-01:before {
  content: "\3cd9";
}
.hgi-solid.hgi-audio-wave-02:before {
  content: "\3cdb";
}
.hgi-solid.hgi-audit-01:before {
  content: "\3cdd";
}
.hgi-solid.hgi-audit-02:before {
  content: "\3cdf";
}
.hgi-solid.hgi-augmented-reality-ar:before {
  content: "\3ce1";
}
.hgi-solid.hgi-authorized:before {
  content: "\3ce3";
}
.hgi-solid.hgi-auto-conversations:before {
  content: "\3ce5";
}
.hgi-solid.hgi-automotive-battery-01:before {
  content: "\3ce7";
}
.hgi-solid.hgi-automotive-battery-02:before {
  content: "\3ce9";
}
.hgi-solid.hgi-avalanche:before {
  content: "\3ceb";
}
.hgi-solid.hgi-avocado:before {
  content: "\3ced";
}
.hgi-solid.hgi-award-01:before {
  content: "\3cef";
}
.hgi-solid.hgi-award-02:before {
  content: "\3cf1";
}
.hgi-solid.hgi-award-03:before {
  content: "\3cf3";
}
.hgi-solid.hgi-award-04:before {
  content: "\3cf5";
}
.hgi-solid.hgi-award-05:before {
  content: "\3cf7";
}
.hgi-solid.hgi-baby-01:before {
  content: "\3cf9";
}
.hgi-solid.hgi-baby-02:before {
  content: "\3cfb";
}
.hgi-solid.hgi-baby-bed-01:before {
  content: "\3cfd";
}
.hgi-solid.hgi-baby-bed-02:before {
  content: "\3cff";
}
.hgi-solid.hgi-baby-bottle:before {
  content: "\3d01";
}
.hgi-solid.hgi-baby-boy-dress:before {
  content: "\3d03";
}
.hgi-solid.hgi-baby-girl-dress:before {
  content: "\3d05";
}
.hgi-solid.hgi-back-muscle-body:before {
  content: "\3d07";
}
.hgi-solid.hgi-background:before {
  content: "\3d09";
}
.hgi-solid.hgi-backpack-01:before {
  content: "\3d0b";
}
.hgi-solid.hgi-backpack-02:before {
  content: "\3d0d";
}
.hgi-solid.hgi-backpack-03:before {
  content: "\3d0f";
}
.hgi-solid.hgi-backward-01:before {
  content: "\3d11";
}
.hgi-solid.hgi-backward-02:before {
  content: "\3d13";
}
.hgi-solid.hgi-bacteria:before {
  content: "\3d15";
}
.hgi-solid.hgi-badminton-shuttle:before {
  content: "\3d18";
}
.hgi-solid.hgi-badminton:before {
  content: "\3d19";
}
.hgi-solid.hgi-balance-scale:before {
  content: "\3d1b";
}
.hgi-solid.hgi-balloons:before {
  content: "\3d1d";
}
.hgi-solid.hgi-banana:before {
  content: "\3d1f";
}
.hgi-solid.hgi-bandage:before {
  content: "\3d21";
}
.hgi-solid.hgi-bank:before {
  content: "\3d23";
}
.hgi-solid.hgi-bar-chart-horizontal:before {
  content: "\3d25";
}
.hgi-solid.hgi-bar-chart:before {
  content: "\3d27";
}
.hgi-solid.hgi-bar-code-01:before {
  content: "\3d29";
}
.hgi-solid.hgi-bar-code-02:before {
  content: "\3d2b";
}
.hgi-solid.hgi-barns:before {
  content: "\3d2d";
}
.hgi-solid.hgi-baseball-bat:before {
  content: "\3d2f";
}
.hgi-solid.hgi-baseball-helmet:before {
  content: "\3d31";
}
.hgi-solid.hgi-baseball:before {
  content: "\3d33";
}
.hgi-solid.hgi-bash:before {
  content: "\3d35";
}
.hgi-solid.hgi-basketball-01:before {
  content: "\3d37";
}
.hgi-solid.hgi-basketball-02:before {
  content: "\3d39";
}
.hgi-solid.hgi-basketball-hoop:before {
  content: "\3d3b";
}
.hgi-solid.hgi-bathtub-01:before {
  content: "\3d3d";
}
.hgi-solid.hgi-bathtub-02:before {
  content: "\3d3f";
}
.hgi-solid.hgi-batteries-energy:before {
  content: "\3d41";
}
.hgi-solid.hgi-battery-charging-01:before {
  content: "\3d43";
}
.hgi-solid.hgi-battery-charging-02:before {
  content: "\3d45";
}
.hgi-solid.hgi-battery-eco-charging:before {
  content: "\3d47";
}
.hgi-solid.hgi-battery-empty:before {
  content: "\3d49";
}
.hgi-solid.hgi-battery-full:before {
  content: "\3d4b";
}
.hgi-solid.hgi-battery-low:before {
  content: "\3d4d";
}
.hgi-solid.hgi-battery-medium-01:before {
  content: "\3d4f";
}
.hgi-solid.hgi-battery-medium-02:before {
  content: "\3d51";
}
.hgi-solid.hgi-bbq-grill:before {
  content: "\3d53";
}
.hgi-solid.hgi-beach-02:before {
  content: "\3d55";
}
.hgi-solid.hgi-beach:before {
  content: "\3d57";
}
.hgi-solid.hgi-beater:before {
  content: "\3d59";
}
.hgi-solid.hgi-bebo:before {
  content: "\3d5b";
}
.hgi-solid.hgi-bed-bunk:before {
  content: "\3d5d";
}
.hgi-solid.hgi-bed-double:before {
  content: "\3d5f";
}
.hgi-solid.hgi-bed-single-01:before {
  content: "\3d62";
}
.hgi-solid.hgi-bed-single-02:before {
  content: "\3d64";
}
.hgi-solid.hgi-bed:before {
  content: "\3d65";
}
.hgi-solid.hgi-bedug-01:before {
  content: "\3d67";
}
.hgi-solid.hgi-bedug-02:before {
  content: "\3d69";
}
.hgi-solid.hgi-behance-01:before {
  content: "\3d6b";
}
.hgi-solid.hgi-behance-02:before {
  content: "\3d6d";
}
.hgi-solid.hgi-belt:before {
  content: "\3d6f";
}
.hgi-solid.hgi-bend-tool:before {
  content: "\3d71";
}
.hgi-solid.hgi-berlin-tower:before {
  content: "\3d74";
}
.hgi-solid.hgi-berlin:before {
  content: "\3d75";
}
.hgi-solid.hgi-beta:before {
  content: "\3d77";
}
.hgi-solid.hgi-bicycle-01:before {
  content: "\3d79";
}
.hgi-solid.hgi-bicycle:before {
  content: "\3d7b";
}
.hgi-solid.hgi-billiard-01:before {
  content: "\3d7d";
}
.hgi-solid.hgi-billiard-02:before {
  content: "\3d7f";
}
.hgi-solid.hgi-binary-code:before {
  content: "\3d81";
}
.hgi-solid.hgi-bing:before {
  content: "\3d83";
}
.hgi-solid.hgi-binoculars:before {
  content: "\3d85";
}
.hgi-solid.hgi-bio-energy:before {
  content: "\3d87";
}
.hgi-solid.hgi-biomass-energy:before {
  content: "\3d89";
}
.hgi-solid.hgi-biometric-access:before {
  content: "\3d8b";
}
.hgi-solid.hgi-biometric-device:before {
  content: "\3d8d";
}
.hgi-solid.hgi-birthday-cake:before {
  content: "\3d8f";
}
.hgi-solid.hgi-biscuit:before {
  content: "\3d91";
}
.hgi-solid.hgi-bitcoin-01:before {
  content: "\3d93";
}
.hgi-solid.hgi-bitcoin-02:before {
  content: "\3d95";
}
.hgi-solid.hgi-bitcoin-03:before {
  content: "\3d97";
}
.hgi-solid.hgi-bitcoin-04:before {
  content: "\3d99";
}
.hgi-solid.hgi-bitcoin-bag:before {
  content: "\3d9b";
}
.hgi-solid.hgi-bitcoin-circle:before {
  content: "\3d9d";
}
.hgi-solid.hgi-bitcoin-cloud:before {
  content: "\3d9f";
}
.hgi-solid.hgi-bitcoin-cpu:before {
  content: "\3da1";
}
.hgi-solid.hgi-bitcoin-credit-card:before {
  content: "\3da3";
}
.hgi-solid.hgi-bitcoin-database:before {
  content: "\3da5";
}
.hgi-solid.hgi-bitcoin-down-01:before {
  content: "\3da7";
}
.hgi-solid.hgi-bitcoin-down-02:before {
  content: "\3da9";
}
.hgi-solid.hgi-bitcoin-ellipse:before {
  content: "\3dab";
}
.hgi-solid.hgi-bitcoin-eye:before {
  content: "\3dad";
}
.hgi-solid.hgi-bitcoin-filter:before {
  content: "\3daf";
}
.hgi-solid.hgi-bitcoin-flashdisk:before {
  content: "\3db1";
}
.hgi-solid.hgi-bitcoin-graph:before {
  content: "\3db3";
}
.hgi-solid.hgi-bitcoin-invoice:before {
  content: "\3db5";
}
.hgi-solid.hgi-bitcoin-key:before {
  content: "\3db7";
}
.hgi-solid.hgi-bitcoin-location:before {
  content: "\3db9";
}
.hgi-solid.hgi-bitcoin-lock:before {
  content: "\3dbb";
}
.hgi-solid.hgi-bitcoin-mail:before {
  content: "\3dbd";
}
.hgi-solid.hgi-bitcoin-mind:before {
  content: "\3dbf";
}
.hgi-solid.hgi-bitcoin-money-01:before {
  content: "\3dc1";
}
.hgi-solid.hgi-bitcoin-money-02:before {
  content: "\3dc3";
}
.hgi-solid.hgi-bitcoin-pie-chart:before {
  content: "\3dc5";
}
.hgi-solid.hgi-bitcoin-piggy-bank:before {
  content: "\3dc7";
}
.hgi-solid.hgi-bitcoin-presentation:before {
  content: "\3dc9";
}
.hgi-solid.hgi-bitcoin-receipt:before {
  content: "\3dcb";
}
.hgi-solid.hgi-bitcoin-receive:before {
  content: "\3dcd";
}
.hgi-solid.hgi-bitcoin-rectangle:before {
  content: "\3dcf";
}
.hgi-solid.hgi-bitcoin-safe:before {
  content: "\3dd1";
}
.hgi-solid.hgi-bitcoin-search:before {
  content: "\3dd3";
}
.hgi-solid.hgi-bitcoin-send:before {
  content: "\3dd6";
}
.hgi-solid.hgi-bitcoin-setting:before {
  content: "\3dd8";
}
.hgi-solid.hgi-bitcoin-shield:before {
  content: "\3dda";
}
.hgi-solid.hgi-bitcoin-shopping:before {
  content: "\3ddc";
}
.hgi-solid.hgi-bitcoin-smartphone-01:before {
  content: "\3dde";
}
.hgi-solid.hgi-bitcoin-smartphone-02:before {
  content: "\3de0";
}
.hgi-solid.hgi-bitcoin-square:before {
  content: "\3de2";
}
.hgi-solid.hgi-bitcoin-store:before {
  content: "\3de4";
}
.hgi-solid.hgi-bitcoin-tag:before {
  content: "\3de6";
}
.hgi-solid.hgi-bitcoin-target:before {
  content: "\3de8";
}
.hgi-solid.hgi-bitcoin-transaction:before {
  content: "\3dea";
}
.hgi-solid.hgi-bitcoin-up-01:before {
  content: "\3dec";
}
.hgi-solid.hgi-bitcoin-up-02:before {
  content: "\3dee";
}
.hgi-solid.hgi-bitcoin-wallet:before {
  content: "\3df0";
}
.hgi-solid.hgi-bitcoin-withdraw:before {
  content: "\3df2";
}
.hgi-solid.hgi-bitcoin:before {
  content: "\3df3";
}
.hgi-solid.hgi-black-hole-01:before {
  content: "\3df5";
}
.hgi-solid.hgi-black-hole:before {
  content: "\3df7";
}
.hgi-solid.hgi-blend:before {
  content: "\3df9";
}
.hgi-solid.hgi-blender:before {
  content: "\3dfb";
}
.hgi-solid.hgi-block-game:before {
  content: "\3dfd";
}
.hgi-solid.hgi-blockchain-01:before {
  content: "\3dff";
}
.hgi-solid.hgi-blockchain-02:before {
  content: "\3e01";
}
.hgi-solid.hgi-blockchain-03:before {
  content: "\3e03";
}
.hgi-solid.hgi-blockchain-04:before {
  content: "\3e05";
}
.hgi-solid.hgi-blockchain-05:before {
  content: "\3e07";
}
.hgi-solid.hgi-blockchain-06:before {
  content: "\3e09";
}
.hgi-solid.hgi-blockchain-07:before {
  content: "\3e0b";
}
.hgi-solid.hgi-blocked:before {
  content: "\3e0d";
}
.hgi-solid.hgi-blogger:before {
  content: "\3e0f";
}
.hgi-solid.hgi-blood-bag:before {
  content: "\3e11";
}
.hgi-solid.hgi-blood-bottle:before {
  content: "\3e13";
}
.hgi-solid.hgi-blood-pressure:before {
  content: "\3e15";
}
.hgi-solid.hgi-blood-type:before {
  content: "\3e18";
}
.hgi-solid.hgi-blood:before {
  content: "\3e19";
}
.hgi-solid.hgi-bluesky:before {
  content: "\3e1b";
}
.hgi-solid.hgi-bluetooth-circle:before {
  content: "\3e1d";
}
.hgi-solid.hgi-bluetooth-not-connected:before {
  content: "\3e1f";
}
.hgi-solid.hgi-bluetooth-search:before {
  content: "\3e21";
}
.hgi-solid.hgi-bluetooth-square:before {
  content: "\3e24";
}
.hgi-solid.hgi-bluetooth:before {
  content: "\3e25";
}
.hgi-solid.hgi-blur:before {
  content: "\3e27";
}
.hgi-solid.hgi-blush-brush-01:before {
  content: "\3e29";
}
.hgi-solid.hgi-blush-brush-02:before {
  content: "\3e2b";
}
.hgi-solid.hgi-board-math:before {
  content: "\3e2d";
}
.hgi-solid.hgi-boat:before {
  content: "\3e2f";
}
.hgi-solid.hgi-body-armor:before {
  content: "\3e31";
}
.hgi-solid.hgi-body-part-leg:before {
  content: "\3e33";
}
.hgi-solid.hgi-body-part-muscle:before {
  content: "\3e35";
}
.hgi-solid.hgi-body-part-six-pack:before {
  content: "\3e37";
}
.hgi-solid.hgi-body-soap:before {
  content: "\3e39";
}
.hgi-solid.hgi-body-weight:before {
  content: "\3e3b";
}
.hgi-solid.hgi-bomb:before {
  content: "\3e3d";
}
.hgi-solid.hgi-bone-01:before {
  content: "\3e3f";
}
.hgi-solid.hgi-bone-02:before {
  content: "\3e41";
}
.hgi-solid.hgi-book-01:before {
  content: "\3e43";
}
.hgi-solid.hgi-book-02:before {
  content: "\3e45";
}
.hgi-solid.hgi-book-03:before {
  content: "\3e47";
}
.hgi-solid.hgi-book-04:before {
  content: "\3e49";
}
.hgi-solid.hgi-book-bookmark-01:before {
  content: "\3e4b";
}
.hgi-solid.hgi-book-bookmark-02:before {
  content: "\3e4d";
}
.hgi-solid.hgi-book-download:before {
  content: "\3e4f";
}
.hgi-solid.hgi-book-edit:before {
  content: "\3e51";
}
.hgi-solid.hgi-book-open-01:before {
  content: "\3e53";
}
.hgi-solid.hgi-book-open-02:before {
  content: "\3e55";
}
.hgi-solid.hgi-book-upload:before {
  content: "\3e57";
}
.hgi-solid.hgi-bookmark-01:before {
  content: "\3e59";
}
.hgi-solid.hgi-bookmark-02:before {
  content: "\3e5b";
}
.hgi-solid.hgi-bookmark-03:before {
  content: "\3e5d";
}
.hgi-solid.hgi-bookmark-add-01:before {
  content: "\3e5f";
}
.hgi-solid.hgi-bookmark-add-02:before {
  content: "\3e61";
}
.hgi-solid.hgi-bookmark-block-01:before {
  content: "\3e63";
}
.hgi-solid.hgi-bookmark-block-02:before {
  content: "\3e65";
}
.hgi-solid.hgi-bookmark-check-01:before {
  content: "\3e67";
}
.hgi-solid.hgi-bookmark-check-02:before {
  content: "\3e69";
}
.hgi-solid.hgi-bookmark-minus-01:before {
  content: "\3e6b";
}
.hgi-solid.hgi-bookmark-minus-02:before {
  content: "\3e6d";
}
.hgi-solid.hgi-bookmark-off-01:before {
  content: "\3e6f";
}
.hgi-solid.hgi-bookmark-off-02:before {
  content: "\3e71";
}
.hgi-solid.hgi-bookmark-remove-01:before {
  content: "\3e73";
}
.hgi-solid.hgi-bookmark-remove-02:before {
  content: "\3e75";
}
.hgi-solid.hgi-books-01:before {
  content: "\3e77";
}
.hgi-solid.hgi-books-02:before {
  content: "\3e79";
}
.hgi-solid.hgi-bookshelf-01:before {
  content: "\3e7b";
}
.hgi-solid.hgi-bookshelf-02:before {
  content: "\3e7d";
}
.hgi-solid.hgi-bookshelf-03:before {
  content: "\3e7f";
}
.hgi-solid.hgi-bootstrap:before {
  content: "\3e81";
}
.hgi-solid.hgi-border-all-01:before {
  content: "\3e83";
}
.hgi-solid.hgi-border-all-02:before {
  content: "\3e85";
}
.hgi-solid.hgi-border-bottom-01:before {
  content: "\3e87";
}
.hgi-solid.hgi-border-bottom-02:before {
  content: "\3e89";
}
.hgi-solid.hgi-border-full:before {
  content: "\3e8b";
}
.hgi-solid.hgi-border-horizontal:before {
  content: "\3e8d";
}
.hgi-solid.hgi-border-inner:before {
  content: "\3e8f";
}
.hgi-solid.hgi-border-left-01:before {
  content: "\3e91";
}
.hgi-solid.hgi-border-left-02:before {
  content: "\3e93";
}
.hgi-solid.hgi-border-none-01:before {
  content: "\3e95";
}
.hgi-solid.hgi-border-none-02:before {
  content: "\3e97";
}
.hgi-solid.hgi-border-right-01:before {
  content: "\3e99";
}
.hgi-solid.hgi-border-right-02:before {
  content: "\3e9b";
}
.hgi-solid.hgi-border-top-01:before {
  content: "\3e9d";
}
.hgi-solid.hgi-border-top-02:before {
  content: "\3e9f";
}
.hgi-solid.hgi-border-vertical:before {
  content: "\3ea1";
}
.hgi-solid.hgi-borobudur:before {
  content: "\3ea3";
}
.hgi-solid.hgi-bot:before {
  content: "\3ea5";
}
.hgi-solid.hgi-bounce-left:before {
  content: "\3ea7";
}
.hgi-solid.hgi-bounce-right:before {
  content: "\3ea9";
}
.hgi-solid.hgi-bounding-box:before {
  content: "\3eab";
}
.hgi-solid.hgi-bow-tie:before {
  content: "\3ead";
}
.hgi-solid.hgi-bowling-ball:before {
  content: "\3eaf";
}
.hgi-solid.hgi-bowling-pins:before {
  content: "\3eb1";
}
.hgi-solid.hgi-bowling:before {
  content: "\3eb3";
}
.hgi-solid.hgi-boxer:before {
  content: "\3eb5";
}
.hgi-solid.hgi-boxing-bag:before {
  content: "\3eb7";
}
.hgi-solid.hgi-boxing-glove-01:before {
  content: "\3eb9";
}
.hgi-solid.hgi-boxing-glove:before {
  content: "\3ebb";
}
.hgi-solid.hgi-brain-01:before {
  content: "\3ebd";
}
.hgi-solid.hgi-brain-02:before {
  content: "\3ebf";
}
.hgi-solid.hgi-brain-03:before {
  content: "\3ec1";
}
.hgi-solid.hgi-brain:before {
  content: "\3ec3";
}
.hgi-solid.hgi-brandfetch:before {
  content: "\3ec5";
}
.hgi-solid.hgi-bread-01:before {
  content: "\3ec7";
}
.hgi-solid.hgi-bread-02:before {
  content: "\3ec9";
}
.hgi-solid.hgi-bread-03:before {
  content: "\3ecb";
}
.hgi-solid.hgi-bread-04:before {
  content: "\3ecd";
}
.hgi-solid.hgi-breast-pump:before {
  content: "\3ecf";
}
.hgi-solid.hgi-bridge:before {
  content: "\3ed1";
}
.hgi-solid.hgi-briefcase-01:before {
  content: "\3ed3";
}
.hgi-solid.hgi-briefcase-02:before {
  content: "\3ed5";
}
.hgi-solid.hgi-briefcase-03:before {
  content: "\3ed7";
}
.hgi-solid.hgi-briefcase-04:before {
  content: "\3ed9";
}
.hgi-solid.hgi-briefcase-05:before {
  content: "\3edb";
}
.hgi-solid.hgi-briefcase-06:before {
  content: "\3edd";
}
.hgi-solid.hgi-briefcase-07:before {
  content: "\3edf";
}
.hgi-solid.hgi-briefcase-08:before {
  content: "\3ee1";
}
.hgi-solid.hgi-briefcase-09:before {
  content: "\3ee3";
}
.hgi-solid.hgi-briefcase-dollar:before {
  content: "\3ee5";
}
.hgi-solid.hgi-broccoli:before {
  content: "\3ee7";
}
.hgi-solid.hgi-brochure:before {
  content: "\3ee9";
}
.hgi-solid.hgi-broken-bone:before {
  content: "\3eeb";
}
.hgi-solid.hgi-browser:before {
  content: "\3eed";
}
.hgi-solid.hgi-brush:before {
  content: "\3eef";
}
.hgi-solid.hgi-bubble-chat-add:before {
  content: "\3ef1";
}
.hgi-solid.hgi-bubble-chat-blocked:before {
  content: "\3ef3";
}
.hgi-solid.hgi-bubble-chat-cancel:before {
  content: "\3ef5";
}
.hgi-solid.hgi-bubble-chat-delay:before {
  content: "\3ef7";
}
.hgi-solid.hgi-bubble-chat-done:before {
  content: "\3ef9";
}
.hgi-solid.hgi-bubble-chat-download-01:before {
  content: "\3efb";
}
.hgi-solid.hgi-bubble-chat-download-02:before {
  content: "\3efd";
}
.hgi-solid.hgi-bubble-chat-edit:before {
  content: "\3eff";
}
.hgi-solid.hgi-bubble-chat-favourite:before {
  content: "\3f01";
}
.hgi-solid.hgi-bubble-chat-income:before {
  content: "\3f03";
}
.hgi-solid.hgi-bubble-chat-lock:before {
  content: "\3f05";
}
.hgi-solid.hgi-bubble-chat-notification:before {
  content: "\3f07";
}
.hgi-solid.hgi-bubble-chat-outcome:before {
  content: "\3f09";
}
.hgi-solid.hgi-bubble-chat-preview:before {
  content: "\3f0b";
}
.hgi-solid.hgi-bubble-chat-question:before {
  content: "\3f0d";
}
.hgi-solid.hgi-bubble-chat-search:before {
  content: "\3f0f";
}
.hgi-solid.hgi-bubble-chat-secure:before {
  content: "\3f12";
}
.hgi-solid.hgi-bubble-chat-translate:before {
  content: "\3f14";
}
.hgi-solid.hgi-bubble-chat-unlock:before {
  content: "\3f16";
}
.hgi-solid.hgi-bubble-chat-upload:before {
  content: "\3f18";
}
.hgi-solid.hgi-bubble-chat-user:before {
  content: "\3f1a";
}
.hgi-solid.hgi-bubble-chat:before {
  content: "\3f1b";
}
.hgi-solid.hgi-bubble-tea-01:before {
  content: "\3f1d";
}
.hgi-solid.hgi-bubble-tea-02:before {
  content: "\3f1f";
}
.hgi-solid.hgi-bug-01:before {
  content: "\3f21";
}
.hgi-solid.hgi-bug-02:before {
  content: "\3f23";
}
.hgi-solid.hgi-building-01:before {
  content: "\3f25";
}
.hgi-solid.hgi-building-02:before {
  content: "\3f27";
}
.hgi-solid.hgi-building-03:before {
  content: "\3f29";
}
.hgi-solid.hgi-building-04:before {
  content: "\3f2b";
}
.hgi-solid.hgi-building-05:before {
  content: "\3f2d";
}
.hgi-solid.hgi-building-06:before {
  content: "\3f2f";
}
.hgi-solid.hgi-bulb-charging:before {
  content: "\3f31";
}
.hgi-solid.hgi-bulb:before {
  content: "\3f33";
}
.hgi-solid.hgi-bulletproof-vest:before {
  content: "\3f35";
}
.hgi-solid.hgi-burj-al-arab:before {
  content: "\3f37";
}
.hgi-solid.hgi-burning-cd:before {
  content: "\3f39";
}
.hgi-solid.hgi-bus-01:before {
  content: "\3f3b";
}
.hgi-solid.hgi-bus-02:before {
  content: "\3f3d";
}
.hgi-solid.hgi-bus-03:before {
  content: "\3f3f";
}
.hgi-solid.hgi-c-programming:before {
  content: "\3f41";
}
.hgi-solid.hgi-cabinet-01:before {
  content: "\3f43";
}
.hgi-solid.hgi-cabinet-02:before {
  content: "\3f45";
}
.hgi-solid.hgi-cabinet-03:before {
  content: "\3f47";
}
.hgi-solid.hgi-cabinet-04:before {
  content: "\3f49";
}
.hgi-solid.hgi-cable-car:before {
  content: "\3f4b";
}
.hgi-solid.hgi-cactus:before {
  content: "\3f4d";
}
.hgi-solid.hgi-caduceus:before {
  content: "\3f4f";
}
.hgi-solid.hgi-cafe:before {
  content: "\3f51";
}
.hgi-solid.hgi-calculate:before {
  content: "\3f53";
}
.hgi-solid.hgi-calculator-01:before {
  content: "\3f55";
}
.hgi-solid.hgi-calculator:before {
  content: "\3f57";
}
.hgi-solid.hgi-calendar-01:before {
  content: "\3f59";
}
.hgi-solid.hgi-calendar-02:before {
  content: "\3f5b";
}
.hgi-solid.hgi-calendar-03:before {
  content: "\3f5d";
}
.hgi-solid.hgi-calendar-04:before {
  content: "\3f5f";
}
.hgi-solid.hgi-calendar-add-01:before {
  content: "\3f61";
}
.hgi-solid.hgi-calendar-add-02:before {
  content: "\3f63";
}
.hgi-solid.hgi-calendar-block-01:before {
  content: "\3f65";
}
.hgi-solid.hgi-calendar-block-02:before {
  content: "\3f67";
}
.hgi-solid.hgi-calendar-check-in-01:before {
  content: "\3f69";
}
.hgi-solid.hgi-calendar-check-in-02:before {
  content: "\3f6b";
}
.hgi-solid.hgi-calendar-check-out-01:before {
  content: "\3f6d";
}
.hgi-solid.hgi-calendar-check-out-02:before {
  content: "\3f6f";
}
.hgi-solid.hgi-calendar-download-01:before {
  content: "\3f71";
}
.hgi-solid.hgi-calendar-download-02:before {
  content: "\3f73";
}
.hgi-solid.hgi-calendar-favorite-01:before {
  content: "\3f75";
}
.hgi-solid.hgi-calendar-favorite-02:before {
  content: "\3f77";
}
.hgi-solid.hgi-calendar-lock-01:before {
  content: "\3f79";
}
.hgi-solid.hgi-calendar-lock-02:before {
  content: "\3f7b";
}
.hgi-solid.hgi-calendar-love-01:before {
  content: "\3f7d";
}
.hgi-solid.hgi-calendar-love-02:before {
  content: "\3f7f";
}
.hgi-solid.hgi-calendar-minus-01:before {
  content: "\3f81";
}
.hgi-solid.hgi-calendar-minus-02:before {
  content: "\3f83";
}
.hgi-solid.hgi-calendar-remove-01:before {
  content: "\3f85";
}
.hgi-solid.hgi-calendar-remove-02:before {
  content: "\3f87";
}
.hgi-solid.hgi-calendar-setting-01:before {
  content: "\3f89";
}
.hgi-solid.hgi-calendar-setting-02:before {
  content: "\3f8b";
}
.hgi-solid.hgi-calendar-upload-01:before {
  content: "\3f8d";
}
.hgi-solid.hgi-calendar-upload-02:before {
  content: "\3f8f";
}
.hgi-solid.hgi-call-02:before {
  content: "\3f91";
}
.hgi-solid.hgi-call-add-02:before {
  content: "\3f93";
}
.hgi-solid.hgi-call-add:before {
  content: "\3f95";
}
.hgi-solid.hgi-call-blocked-02:before {
  content: "\3f97";
}
.hgi-solid.hgi-call-blocked:before {
  content: "\3f99";
}
.hgi-solid.hgi-call-disabled-02:before {
  content: "\3f9b";
}
.hgi-solid.hgi-call-disabled:before {
  content: "\3f9d";
}
.hgi-solid.hgi-call-done-02:before {
  content: "\3f9f";
}
.hgi-solid.hgi-call-done:before {
  content: "\3fa1";
}
.hgi-solid.hgi-call-end-01:before {
  content: "\3fa3";
}
.hgi-solid.hgi-call-end-02:before {
  content: "\3fa5";
}
.hgi-solid.hgi-call-end-03:before {
  content: "\3fa7";
}
.hgi-solid.hgi-call-end-04:before {
  content: "\3fa9";
}
.hgi-solid.hgi-call-incoming-01:before {
  content: "\3fab";
}
.hgi-solid.hgi-call-incoming-02:before {
  content: "\3fad";
}
.hgi-solid.hgi-call-incoming-03:before {
  content: "\3faf";
}
.hgi-solid.hgi-call-incoming-04:before {
  content: "\3fb1";
}
.hgi-solid.hgi-call-internal-02:before {
  content: "\3fb3";
}
.hgi-solid.hgi-call-internal:before {
  content: "\3fb5";
}
.hgi-solid.hgi-call-locked-02:before {
  content: "\3fb7";
}
.hgi-solid.hgi-call-locked:before {
  content: "\3fb9";
}
.hgi-solid.hgi-call-minus-02:before {
  content: "\3fbb";
}
.hgi-solid.hgi-call-minus:before {
  content: "\3fbd";
}
.hgi-solid.hgi-call-missed-01:before {
  content: "\3fbf";
}
.hgi-solid.hgi-call-missed-02:before {
  content: "\3fc1";
}
.hgi-solid.hgi-call-missed-03:before {
  content: "\3fc3";
}
.hgi-solid.hgi-call-missed-04:before {
  content: "\3fc5";
}
.hgi-solid.hgi-call-outgoing-01:before {
  content: "\3fc7";
}
.hgi-solid.hgi-call-outgoing-02:before {
  content: "\3fc9";
}
.hgi-solid.hgi-call-outgoing-03:before {
  content: "\3fcb";
}
.hgi-solid.hgi-call-outgoing-04:before {
  content: "\3fcd";
}
.hgi-solid.hgi-call-paused-02:before {
  content: "\3fcf";
}
.hgi-solid.hgi-call-paused:before {
  content: "\3fd1";
}
.hgi-solid.hgi-call-received-02:before {
  content: "\3fd3";
}
.hgi-solid.hgi-call-received:before {
  content: "\3fd5";
}
.hgi-solid.hgi-call-ringing-01:before {
  content: "\3fd7";
}
.hgi-solid.hgi-call-ringing-02:before {
  content: "\3fd9";
}
.hgi-solid.hgi-call-ringing-03:before {
  content: "\3fdb";
}
.hgi-solid.hgi-call-ringing-04:before {
  content: "\3fdd";
}
.hgi-solid.hgi-call-unlocked-02:before {
  content: "\3fe0";
}
.hgi-solid.hgi-call-unlocked:before {
  content: "\3fe2";
}
.hgi-solid.hgi-call:before {
  content: "\3fe3";
}
.hgi-solid.hgi-calling-02:before {
  content: "\3fe5";
}
.hgi-solid.hgi-calling:before {
  content: "\3fe7";
}
.hgi-solid.hgi-camel:before {
  content: "\3fe9";
}
.hgi-solid.hgi-camera-01:before {
  content: "\3feb";
}
.hgi-solid.hgi-camera-02:before {
  content: "\3fed";
}
.hgi-solid.hgi-camera-add-01:before {
  content: "\3fef";
}
.hgi-solid.hgi-camera-add-02:before {
  content: "\3ff1";
}
.hgi-solid.hgi-camera-automatically-01:before {
  content: "\3ff3";
}
.hgi-solid.hgi-camera-automatically-02:before {
  content: "\3ff5";
}
.hgi-solid.hgi-camera-lens:before {
  content: "\3ff7";
}
.hgi-solid.hgi-camera-microphone-01:before {
  content: "\3ff9";
}
.hgi-solid.hgi-camera-microphone-02:before {
  content: "\3ffb";
}
.hgi-solid.hgi-camera-night-mode-01:before {
  content: "\3ffd";
}
.hgi-solid.hgi-camera-night-mode-02:before {
  content: "\3fff";
}
.hgi-solid.hgi-camera-off-01:before {
  content: "\4001";
}
.hgi-solid.hgi-camera-off-02:before {
  content: "\4003";
}
.hgi-solid.hgi-camera-rotated-01:before {
  content: "\4005";
}
.hgi-solid.hgi-camera-rotated-02:before {
  content: "\4007";
}
.hgi-solid.hgi-camera-smile-01:before {
  content: "\4009";
}
.hgi-solid.hgi-camera-smile-02:before {
  content: "\400b";
}
.hgi-solid.hgi-camera-tripod:before {
  content: "\400d";
}
.hgi-solid.hgi-camera-video:before {
  content: "\400f";
}
.hgi-solid.hgi-camper:before {
  content: "\4011";
}
.hgi-solid.hgi-campfire:before {
  content: "\4013";
}
.hgi-solid.hgi-cancel-01:before {
  content: "\4015";
}
.hgi-solid.hgi-cancel-02:before {
  content: "\4017";
}
.hgi-solid.hgi-cancel-circle-half-dot:before {
  content: "\4019";
}
.hgi-solid.hgi-cancel-circle:before {
  content: "\401b";
}
.hgi-solid.hgi-cancel-square:before {
  content: "\401d";
}
.hgi-solid.hgi-candelier-01:before {
  content: "\401f";
}
.hgi-solid.hgi-candelier-02:before {
  content: "\4021";
}
.hgi-solid.hgi-canvas:before {
  content: "\4023";
}
.hgi-solid.hgi-cap-projecting:before {
  content: "\4025";
}
.hgi-solid.hgi-cap-round:before {
  content: "\4027";
}
.hgi-solid.hgi-cap-straight:before {
  content: "\402a";
}
.hgi-solid.hgi-cap:before {
  content: "\402b";
}
.hgi-solid.hgi-capcut-rectangle:before {
  content: "\402d";
}
.hgi-solid.hgi-capcut:before {
  content: "\402f";
}
.hgi-solid.hgi-car-01:before {
  content: "\4031";
}
.hgi-solid.hgi-car-02:before {
  content: "\4033";
}
.hgi-solid.hgi-car-03:before {
  content: "\4035";
}
.hgi-solid.hgi-car-04:before {
  content: "\4037";
}
.hgi-solid.hgi-car-05:before {
  content: "\4039";
}
.hgi-solid.hgi-car-alert:before {
  content: "\403b";
}
.hgi-solid.hgi-car-parking-01:before {
  content: "\403d";
}
.hgi-solid.hgi-car-parking-02:before {
  content: "\403f";
}
.hgi-solid.hgi-car-time:before {
  content: "\4041";
}
.hgi-solid.hgi-caravan:before {
  content: "\4043";
}
.hgi-solid.hgi-card-exchange-01:before {
  content: "\4045";
}
.hgi-solid.hgi-card-exchange-02:before {
  content: "\4047";
}
.hgi-solid.hgi-cardigan:before {
  content: "\4049";
}
.hgi-solid.hgi-cardiogram-01:before {
  content: "\404b";
}
.hgi-solid.hgi-cardiogram-02:before {
  content: "\404d";
}
.hgi-solid.hgi-cards-01:before {
  content: "\404f";
}
.hgi-solid.hgi-cards-02:before {
  content: "\4051";
}
.hgi-solid.hgi-cargo-ship:before {
  content: "\4053";
}
.hgi-solid.hgi-carousel-horizontal-02:before {
  content: "\4055";
}
.hgi-solid.hgi-carousel-horizontal:before {
  content: "\4057";
}
.hgi-solid.hgi-carousel-vertical:before {
  content: "\4059";
}
.hgi-solid.hgi-carrot:before {
  content: "\405b";
}
.hgi-solid.hgi-cash-01:before {
  content: "\405d";
}
.hgi-solid.hgi-cash-02:before {
  content: "\405f";
}
.hgi-solid.hgi-cashback:before {
  content: "\4061";
}
.hgi-solid.hgi-cashier-02:before {
  content: "\4063";
}
.hgi-solid.hgi-cashier:before {
  content: "\4065";
}
.hgi-solid.hgi-castle-01:before {
  content: "\4067";
}
.hgi-solid.hgi-castle-02:before {
  content: "\4069";
}
.hgi-solid.hgi-castle:before {
  content: "\406b";
}
.hgi-solid.hgi-catalogue:before {
  content: "\406d";
}
.hgi-solid.hgi-cayan-tower:before {
  content: "\406f";
}
.hgi-solid.hgi-cctv-camera:before {
  content: "\4071";
}
.hgi-solid.hgi-cd:before {
  content: "\4073";
}
.hgi-solid.hgi-cells:before {
  content: "\4075";
}
.hgi-solid.hgi-cellular-network-offline:before {
  content: "\4077";
}
.hgi-solid.hgi-cellular-network:before {
  content: "\4079";
}
.hgi-solid.hgi-celsius:before {
  content: "\407b";
}
.hgi-solid.hgi-center-focus:before {
  content: "\407d";
}
.hgi-solid.hgi-central-shaheed-minar:before {
  content: "\407f";
}
.hgi-solid.hgi-centralized:before {
  content: "\4081";
}
.hgi-solid.hgi-certificate-01:before {
  content: "\4083";
}
.hgi-solid.hgi-certificate-02:before {
  content: "\4085";
}
.hgi-solid.hgi-chair-01:before {
  content: "\4087";
}
.hgi-solid.hgi-chair-02:before {
  content: "\4089";
}
.hgi-solid.hgi-chair-03:before {
  content: "\408b";
}
.hgi-solid.hgi-chair-04:before {
  content: "\408d";
}
.hgi-solid.hgi-chair-05:before {
  content: "\408f";
}
.hgi-solid.hgi-chair-barber:before {
  content: "\4091";
}
.hgi-solid.hgi-champion:before {
  content: "\4093";
}
.hgi-solid.hgi-change-screen-mode:before {
  content: "\4095";
}
.hgi-solid.hgi-character-phonetic:before {
  content: "\4097";
}
.hgi-solid.hgi-charity:before {
  content: "\4099";
}
.hgi-solid.hgi-chart-01:before {
  content: "\409b";
}
.hgi-solid.hgi-chart-02:before {
  content: "\409d";
}
.hgi-solid.hgi-chart-03:before {
  content: "\409f";
}
.hgi-solid.hgi-chart-average:before {
  content: "\40a1";
}
.hgi-solid.hgi-chart-bar-line:before {
  content: "\40a3";
}
.hgi-solid.hgi-chart-breakout-circle:before {
  content: "\40a5";
}
.hgi-solid.hgi-chart-breakout-square:before {
  content: "\40a7";
}
.hgi-solid.hgi-chart-bubble-01:before {
  content: "\40a9";
}
.hgi-solid.hgi-chart-bubble-02:before {
  content: "\40ab";
}
.hgi-solid.hgi-chart-column:before {
  content: "\40ad";
}
.hgi-solid.hgi-chart-decrease:before {
  content: "\40af";
}
.hgi-solid.hgi-chart-down:before {
  content: "\40b1";
}
.hgi-solid.hgi-chart-evaluation:before {
  content: "\40b3";
}
.hgi-solid.hgi-chart-high-low:before {
  content: "\40b5";
}
.hgi-solid.hgi-chart-histogram:before {
  content: "\40b7";
}
.hgi-solid.hgi-chart-increase:before {
  content: "\40b9";
}
.hgi-solid.hgi-chart-line-data-01:before {
  content: "\40bb";
}
.hgi-solid.hgi-chart-line-data-02:before {
  content: "\40bd";
}
.hgi-solid.hgi-chart-line-data-03:before {
  content: "\40bf";
}
.hgi-solid.hgi-chart-maximum:before {
  content: "\40c1";
}
.hgi-solid.hgi-chart-medium:before {
  content: "\40c3";
}
.hgi-solid.hgi-chart-minimum:before {
  content: "\40c5";
}
.hgi-solid.hgi-chart-radar:before {
  content: "\40c7";
}
.hgi-solid.hgi-chart-relationship:before {
  content: "\40c9";
}
.hgi-solid.hgi-chart-ring:before {
  content: "\40cb";
}
.hgi-solid.hgi-chart-rose:before {
  content: "\40cd";
}
.hgi-solid.hgi-chart-scatter:before {
  content: "\40cf";
}
.hgi-solid.hgi-chart-up:before {
  content: "\40d2";
}
.hgi-solid.hgi-chart:before {
  content: "\40d3";
}
.hgi-solid.hgi-chat-bot:before {
  content: "\40d5";
}
.hgi-solid.hgi-chat-gpt:before {
  content: "\40d7";
}
.hgi-solid.hgi-chatting-01:before {
  content: "\40d9";
}
.hgi-solid.hgi-check-list:before {
  content: "\40db";
}
.hgi-solid.hgi-check-unread-01:before {
  content: "\40dd";
}
.hgi-solid.hgi-check-unread-02:before {
  content: "\40df";
}
.hgi-solid.hgi-check-unread-03:before {
  content: "\40e1";
}
.hgi-solid.hgi-check-unread-04:before {
  content: "\40e3";
}
.hgi-solid.hgi-checkmark-badge-01:before {
  content: "\40e5";
}
.hgi-solid.hgi-checkmark-badge-02:before {
  content: "\40e7";
}
.hgi-solid.hgi-checkmark-badge-03:before {
  content: "\40e9";
}
.hgi-solid.hgi-checkmark-badge-04:before {
  content: "\40eb";
}
.hgi-solid.hgi-checkmark-circle-01:before {
  content: "\40ed";
}
.hgi-solid.hgi-checkmark-circle-02:before {
  content: "\40ef";
}
.hgi-solid.hgi-checkmark-circle-03:before {
  content: "\40f1";
}
.hgi-solid.hgi-checkmark-circle-04:before {
  content: "\40f3";
}
.hgi-solid.hgi-checkmark-square-01:before {
  content: "\40f5";
}
.hgi-solid.hgi-checkmark-square-02:before {
  content: "\40f7";
}
.hgi-solid.hgi-checkmark-square-03:before {
  content: "\40f9";
}
.hgi-solid.hgi-checkmark-square-04:before {
  content: "\40fb";
}
.hgi-solid.hgi-cheese-cake-01:before {
  content: "\40fd";
}
.hgi-solid.hgi-cheese-cake-02:before {
  content: "\40ff";
}
.hgi-solid.hgi-cheese:before {
  content: "\4101";
}
.hgi-solid.hgi-chef-hat:before {
  content: "\4103";
}
.hgi-solid.hgi-chef:before {
  content: "\4105";
}
.hgi-solid.hgi-chemistry-01:before {
  content: "\4107";
}
.hgi-solid.hgi-chemistry-02:before {
  content: "\4109";
}
.hgi-solid.hgi-chemistry-03:before {
  content: "\410b";
}
.hgi-solid.hgi-cherry:before {
  content: "\410d";
}
.hgi-solid.hgi-chess-01:before {
  content: "\410f";
}
.hgi-solid.hgi-chess-02:before {
  content: "\4111";
}
.hgi-solid.hgi-chess-pawn:before {
  content: "\4113";
}
.hgi-solid.hgi-chicken-thighs:before {
  content: "\4115";
}
.hgi-solid.hgi-child:before {
  content: "\4117";
}
.hgi-solid.hgi-chimney:before {
  content: "\4119";
}
.hgi-solid.hgi-china-temple:before {
  content: "\411b";
}
.hgi-solid.hgi-chip-02:before {
  content: "\411d";
}
.hgi-solid.hgi-chip:before {
  content: "\411f";
}
.hgi-solid.hgi-chocolate:before {
  content: "\4121";
}
.hgi-solid.hgi-chopsticks:before {
  content: "\4123";
}
.hgi-solid.hgi-chrome:before {
  content: "\4125";
}
.hgi-solid.hgi-chrysler:before {
  content: "\4127";
}
.hgi-solid.hgi-church:before {
  content: "\4129";
}
.hgi-solid.hgi-cinnamon-roll:before {
  content: "\412b";
}
.hgi-solid.hgi-circle-arrow-data-transfer-diagonal:before {
  content: "\412d";
}
.hgi-solid.hgi-circle-arrow-data-transfer-horizontal:before {
  content: "\412f";
}
.hgi-solid.hgi-circle-arrow-data-transfer-vertical:before {
  content: "\4131";
}
.hgi-solid.hgi-circle-arrow-diagonal-01:before {
  content: "\4133";
}
.hgi-solid.hgi-circle-arrow-diagonal-02:before {
  content: "\4135";
}
.hgi-solid.hgi-circle-arrow-down-01:before {
  content: "\4137";
}
.hgi-solid.hgi-circle-arrow-down-02:before {
  content: "\4139";
}
.hgi-solid.hgi-circle-arrow-down-03:before {
  content: "\413b";
}
.hgi-solid.hgi-circle-arrow-down-double:before {
  content: "\413d";
}
.hgi-solid.hgi-circle-arrow-down-left:before {
  content: "\413f";
}
.hgi-solid.hgi-circle-arrow-down-right:before {
  content: "\4141";
}
.hgi-solid.hgi-circle-arrow-expand-01:before {
  content: "\4143";
}
.hgi-solid.hgi-circle-arrow-expand-02:before {
  content: "\4145";
}
.hgi-solid.hgi-circle-arrow-horizontal:before {
  content: "\4147";
}
.hgi-solid.hgi-circle-arrow-left-01:before {
  content: "\4149";
}
.hgi-solid.hgi-circle-arrow-left-02:before {
  content: "\414b";
}
.hgi-solid.hgi-circle-arrow-left-03:before {
  content: "\414d";
}
.hgi-solid.hgi-circle-arrow-left-double:before {
  content: "\414f";
}
.hgi-solid.hgi-circle-arrow-left-right:before {
  content: "\4151";
}
.hgi-solid.hgi-circle-arrow-move-down-left:before {
  content: "\4153";
}
.hgi-solid.hgi-circle-arrow-move-down-right:before {
  content: "\4155";
}
.hgi-solid.hgi-circle-arrow-move-left-down:before {
  content: "\4157";
}
.hgi-solid.hgi-circle-arrow-move-right-down:before {
  content: "\4159";
}
.hgi-solid.hgi-circle-arrow-move-up-left:before {
  content: "\415b";
}
.hgi-solid.hgi-circle-arrow-move-up-right:before {
  content: "\415d";
}
.hgi-solid.hgi-circle-arrow-reload-01:before {
  content: "\415f";
}
.hgi-solid.hgi-circle-arrow-reload-02:before {
  content: "\4161";
}
.hgi-solid.hgi-circle-arrow-right-01:before {
  content: "\4163";
}
.hgi-solid.hgi-circle-arrow-right-02:before {
  content: "\4165";
}
.hgi-solid.hgi-circle-arrow-right-03:before {
  content: "\4167";
}
.hgi-solid.hgi-circle-arrow-right-double:before {
  content: "\4169";
}
.hgi-solid.hgi-circle-arrow-shrink-01:before {
  content: "\416b";
}
.hgi-solid.hgi-circle-arrow-shrink-02:before {
  content: "\416d";
}
.hgi-solid.hgi-circle-arrow-up-01:before {
  content: "\416f";
}
.hgi-solid.hgi-circle-arrow-up-02:before {
  content: "\4171";
}
.hgi-solid.hgi-circle-arrow-up-03:before {
  content: "\4173";
}
.hgi-solid.hgi-circle-arrow-up-double:before {
  content: "\4175";
}
.hgi-solid.hgi-circle-arrow-up-down:before {
  content: "\4177";
}
.hgi-solid.hgi-circle-arrow-up-left:before {
  content: "\4179";
}
.hgi-solid.hgi-circle-arrow-up-right:before {
  content: "\417b";
}
.hgi-solid.hgi-circle-arrow-vertical:before {
  content: "\417d";
}
.hgi-solid.hgi-circle-lock-01:before {
  content: "\417f";
}
.hgi-solid.hgi-circle-lock-02:before {
  content: "\4181";
}
.hgi-solid.hgi-circle-lock-add-01:before {
  content: "\4183";
}
.hgi-solid.hgi-circle-lock-add-02:before {
  content: "\4185";
}
.hgi-solid.hgi-circle-lock-check-01:before {
  content: "\4187";
}
.hgi-solid.hgi-circle-lock-check-02:before {
  content: "\4189";
}
.hgi-solid.hgi-circle-lock-minus-01:before {
  content: "\418b";
}
.hgi-solid.hgi-circle-lock-minus-02:before {
  content: "\418d";
}
.hgi-solid.hgi-circle-lock-remove-01:before {
  content: "\418f";
}
.hgi-solid.hgi-circle-lock-remove-02:before {
  content: "\4191";
}
.hgi-solid.hgi-circle-password:before {
  content: "\4193";
}
.hgi-solid.hgi-circle-unlock-01:before {
  content: "\4196";
}
.hgi-solid.hgi-circle-unlock-02:before {
  content: "\4198";
}
.hgi-solid.hgi-circle:before {
  content: "\4199";
}
.hgi-solid.hgi-city-01:before {
  content: "\419b";
}
.hgi-solid.hgi-city-02:before {
  content: "\419d";
}
.hgi-solid.hgi-city-03:before {
  content: "\419f";
}
.hgi-solid.hgi-clapping-01:before {
  content: "\41a1";
}
.hgi-solid.hgi-clapping-02:before {
  content: "\41a3";
}
.hgi-solid.hgi-clean:before {
  content: "\41a5";
}
.hgi-solid.hgi-cleaning-bucket:before {
  content: "\41a7";
}
.hgi-solid.hgi-clinic:before {
  content: "\41a9";
}
.hgi-solid.hgi-clip:before {
  content: "\41ab";
}
.hgi-solid.hgi-cliparts:before {
  content: "\41ad";
}
.hgi-solid.hgi-clipboard:before {
  content: "\41af";
}
.hgi-solid.hgi-clock-01:before {
  content: "\41b1";
}
.hgi-solid.hgi-clock-02:before {
  content: "\41b3";
}
.hgi-solid.hgi-clock-03:before {
  content: "\41b5";
}
.hgi-solid.hgi-clock-04:before {
  content: "\41b7";
}
.hgi-solid.hgi-clock-05:before {
  content: "\41b9";
}
.hgi-solid.hgi-closed-caption-alt:before {
  content: "\41bb";
}
.hgi-solid.hgi-closed-caption:before {
  content: "\41bd";
}
.hgi-solid.hgi-clothes:before {
  content: "\41bf";
}
.hgi-solid.hgi-cloud-angled-rain-zap:before {
  content: "\41c2";
}
.hgi-solid.hgi-cloud-angled-rain:before {
  content: "\41c3";
}
.hgi-solid.hgi-cloud-angled-zap:before {
  content: "\41c5";
}
.hgi-solid.hgi-cloud-big-rain:before {
  content: "\41c7";
}
.hgi-solid.hgi-cloud-download:before {
  content: "\41c9";
}
.hgi-solid.hgi-cloud-fast-wind:before {
  content: "\41cb";
}
.hgi-solid.hgi-cloud-hailstone:before {
  content: "\41cd";
}
.hgi-solid.hgi-cloud-little-rain:before {
  content: "\41cf";
}
.hgi-solid.hgi-cloud-little-snow:before {
  content: "\41d1";
}
.hgi-solid.hgi-cloud-loading:before {
  content: "\41d3";
}
.hgi-solid.hgi-cloud-mid-rain:before {
  content: "\41d5";
}
.hgi-solid.hgi-cloud-mid-snow:before {
  content: "\41d7";
}
.hgi-solid.hgi-cloud-saving-done-01:before {
  content: "\41d9";
}
.hgi-solid.hgi-cloud-saving-done-02:before {
  content: "\41db";
}
.hgi-solid.hgi-cloud-server:before {
  content: "\41de";
}
.hgi-solid.hgi-cloud-slow-wind:before {
  content: "\41e0";
}
.hgi-solid.hgi-cloud-snow:before {
  content: "\41e2";
}
.hgi-solid.hgi-cloud-upload:before {
  content: "\41e4";
}
.hgi-solid.hgi-cloud:before {
  content: "\41e5";
}
.hgi-solid.hgi-clubs-01:before {
  content: "\41e7";
}
.hgi-solid.hgi-clubs-02:before {
  content: "\41e9";
}
.hgi-solid.hgi-co-present:before {
  content: "\41eb";
}
.hgi-solid.hgi-code-circle:before {
  content: "\41ed";
}
.hgi-solid.hgi-code-folder:before {
  content: "\41ef";
}
.hgi-solid.hgi-code-square:before {
  content: "\41f2";
}
.hgi-solid.hgi-code:before {
  content: "\41f3";
}
.hgi-solid.hgi-codesandbox:before {
  content: "\41f5";
}
.hgi-solid.hgi-coffee-01:before {
  content: "\41f7";
}
.hgi-solid.hgi-coffee-02:before {
  content: "\41f9";
}
.hgi-solid.hgi-coffee-beans:before {
  content: "\41fb";
}
.hgi-solid.hgi-coinbase:before {
  content: "\41fd";
}
.hgi-solid.hgi-coins-01:before {
  content: "\41ff";
}
.hgi-solid.hgi-coins-02:before {
  content: "\4201";
}
.hgi-solid.hgi-coins-bitcoin:before {
  content: "\4203";
}
.hgi-solid.hgi-coins-dollar:before {
  content: "\4205";
}
.hgi-solid.hgi-coins-euro:before {
  content: "\4207";
}
.hgi-solid.hgi-coins-pound:before {
  content: "\4209";
}
.hgi-solid.hgi-coins-swap:before {
  content: "\420b";
}
.hgi-solid.hgi-coins-yen:before {
  content: "\420d";
}
.hgi-solid.hgi-collections-bookmark:before {
  content: "\420f";
}
.hgi-solid.hgi-color-picker:before {
  content: "\4211";
}
.hgi-solid.hgi-colors:before {
  content: "\4213";
}
.hgi-solid.hgi-colosseum:before {
  content: "\4215";
}
.hgi-solid.hgi-column-delete:before {
  content: "\4217";
}
.hgi-solid.hgi-column-insert:before {
  content: "\4219";
}
.hgi-solid.hgi-comet-01:before {
  content: "\421b";
}
.hgi-solid.hgi-comet-02:before {
  content: "\421d";
}
.hgi-solid.hgi-coming-soon-01:before {
  content: "\421f";
}
.hgi-solid.hgi-coming-soon-02:before {
  content: "\4221";
}
.hgi-solid.hgi-command-line:before {
  content: "\4223";
}
.hgi-solid.hgi-command:before {
  content: "\4225";
}
.hgi-solid.hgi-comment-01:before {
  content: "\4227";
}
.hgi-solid.hgi-comment-02:before {
  content: "\4229";
}
.hgi-solid.hgi-comment-add-01:before {
  content: "\422b";
}
.hgi-solid.hgi-comment-add-02:before {
  content: "\422d";
}
.hgi-solid.hgi-comment-block-01:before {
  content: "\422f";
}
.hgi-solid.hgi-comment-block-02:before {
  content: "\4231";
}
.hgi-solid.hgi-comment-remove-01:before {
  content: "\4233";
}
.hgi-solid.hgi-comment-remove-02:before {
  content: "\4235";
}
.hgi-solid.hgi-compass-01:before {
  content: "\4237";
}
.hgi-solid.hgi-compass:before {
  content: "\4239";
}
.hgi-solid.hgi-complaint:before {
  content: "\423b";
}
.hgi-solid.hgi-computer-add:before {
  content: "\423d";
}
.hgi-solid.hgi-computer-check:before {
  content: "\423f";
}
.hgi-solid.hgi-computer-cloud:before {
  content: "\4241";
}
.hgi-solid.hgi-computer-desk-01:before {
  content: "\4243";
}
.hgi-solid.hgi-computer-desk-02:before {
  content: "\4245";
}
.hgi-solid.hgi-computer-desk-03:before {
  content: "\4247";
}
.hgi-solid.hgi-computer-dollar:before {
  content: "\4249";
}
.hgi-solid.hgi-computer-phone-sync:before {
  content: "\424b";
}
.hgi-solid.hgi-computer-programming-01:before {
  content: "\424d";
}
.hgi-solid.hgi-computer-programming-02:before {
  content: "\424f";
}
.hgi-solid.hgi-computer-protection:before {
  content: "\4251";
}
.hgi-solid.hgi-computer-remove:before {
  content: "\4253";
}
.hgi-solid.hgi-computer-settings:before {
  content: "\4256";
}
.hgi-solid.hgi-computer-video-call:before {
  content: "\4258";
}
.hgi-solid.hgi-computer-video:before {
  content: "\425a";
}
.hgi-solid.hgi-computer:before {
  content: "\425b";
}
.hgi-solid.hgi-cone-01:before {
  content: "\425d";
}
.hgi-solid.hgi-cone-02:before {
  content: "\425f";
}
.hgi-solid.hgi-conference:before {
  content: "\4261";
}
.hgi-solid.hgi-configuration-01:before {
  content: "\4263";
}
.hgi-solid.hgi-configuration-02:before {
  content: "\4265";
}
.hgi-solid.hgi-confused:before {
  content: "\4267";
}
.hgi-solid.hgi-congruent-to-circle:before {
  content: "\4269";
}
.hgi-solid.hgi-congruent-to-square:before {
  content: "\426c";
}
.hgi-solid.hgi-congruent-to:before {
  content: "\426d";
}
.hgi-solid.hgi-connect:before {
  content: "\426f";
}
.hgi-solid.hgi-console:before {
  content: "\4271";
}
.hgi-solid.hgi-constellation:before {
  content: "\4273";
}
.hgi-solid.hgi-contact-01:before {
  content: "\4275";
}
.hgi-solid.hgi-contact-02:before {
  content: "\4277";
}
.hgi-solid.hgi-contact-book:before {
  content: "\4279";
}
.hgi-solid.hgi-contact:before {
  content: "\427b";
}
.hgi-solid.hgi-container-truck-01:before {
  content: "\427d";
}
.hgi-solid.hgi-container-truck-02:before {
  content: "\427f";
}
.hgi-solid.hgi-container-truck:before {
  content: "\4281";
}
.hgi-solid.hgi-content-writing:before {
  content: "\4283";
}
.hgi-solid.hgi-contracts:before {
  content: "\4285";
}
.hgi-solid.hgi-conversation:before {
  content: "\4287";
}
.hgi-solid.hgi-cook-book:before {
  content: "\4289";
}
.hgi-solid.hgi-cookie:before {
  content: "\428b";
}
.hgi-solid.hgi-coordinate-01:before {
  content: "\428d";
}
.hgi-solid.hgi-coordinate-02:before {
  content: "\428f";
}
.hgi-solid.hgi-copilot:before {
  content: "\4291";
}
.hgi-solid.hgi-copy-01:before {
  content: "\4293";
}
.hgi-solid.hgi-copy-02:before {
  content: "\4295";
}
.hgi-solid.hgi-copy-link:before {
  content: "\4297";
}
.hgi-solid.hgi-copyright:before {
  content: "\4299";
}
.hgi-solid.hgi-corn:before {
  content: "\429b";
}
.hgi-solid.hgi-corporate:before {
  content: "\429d";
}
.hgi-solid.hgi-cos:before {
  content: "\429f";
}
.hgi-solid.hgi-cosine-01:before {
  content: "\42a1";
}
.hgi-solid.hgi-cosine-02:before {
  content: "\42a3";
}
.hgi-solid.hgi-cottage:before {
  content: "\42a5";
}
.hgi-solid.hgi-cotton-candy:before {
  content: "\42a7";
}
.hgi-solid.hgi-coupon-01:before {
  content: "\42a9";
}
.hgi-solid.hgi-coupon-02:before {
  content: "\42ab";
}
.hgi-solid.hgi-coupon-03:before {
  content: "\42ad";
}
.hgi-solid.hgi-coupon-percent:before {
  content: "\42af";
}
.hgi-solid.hgi-course:before {
  content: "\42b1";
}
.hgi-solid.hgi-court-house:before {
  content: "\42b3";
}
.hgi-solid.hgi-court-law:before {
  content: "\42b5";
}
.hgi-solid.hgi-covariate:before {
  content: "\42b7";
}
.hgi-solid.hgi-covid-info:before {
  content: "\42b9";
}
.hgi-solid.hgi-cowboy-hat:before {
  content: "\42bb";
}
.hgi-solid.hgi-cpp:before {
  content: "\42bd";
}
.hgi-solid.hgi-cpu-charge:before {
  content: "\42bf";
}
.hgi-solid.hgi-cpu-settings:before {
  content: "\42c2";
}
.hgi-solid.hgi-cpu:before {
  content: "\42c3";
}
.hgi-solid.hgi-crab:before {
  content: "\42c5";
}
.hgi-solid.hgi-crane:before {
  content: "\42c7";
}
.hgi-solid.hgi-crazy:before {
  content: "\42c9";
}
.hgi-solid.hgi-creative-market:before {
  content: "\42cb";
}
.hgi-solid.hgi-credit-card-accept:before {
  content: "\42cd";
}
.hgi-solid.hgi-credit-card-add:before {
  content: "\42cf";
}
.hgi-solid.hgi-credit-card-change:before {
  content: "\42d1";
}
.hgi-solid.hgi-credit-card-defrost:before {
  content: "\42d3";
}
.hgi-solid.hgi-credit-card-freeze:before {
  content: "\42d5";
}
.hgi-solid.hgi-credit-card-not-accept:before {
  content: "\42d7";
}
.hgi-solid.hgi-credit-card-not-found:before {
  content: "\42d9";
}
.hgi-solid.hgi-credit-card-pos:before {
  content: "\42db";
}
.hgi-solid.hgi-credit-card-validation:before {
  content: "\42de";
}
.hgi-solid.hgi-credit-card:before {
  content: "\42df";
}
.hgi-solid.hgi-cricket-bat:before {
  content: "\42e1";
}
.hgi-solid.hgi-cricket-helmet:before {
  content: "\42e3";
}
.hgi-solid.hgi-croissant:before {
  content: "\42e5";
}
.hgi-solid.hgi-crop:before {
  content: "\42e7";
}
.hgi-solid.hgi-crowdfunding:before {
  content: "\42e9";
}
.hgi-solid.hgi-crown:before {
  content: "\42eb";
}
.hgi-solid.hgi-crying:before {
  content: "\42ed";
}
.hgi-solid.hgi-csv-01:before {
  content: "\42ef";
}
.hgi-solid.hgi-csv-02:before {
  content: "\42f1";
}
.hgi-solid.hgi-cube:before {
  content: "\42f3";
}
.hgi-solid.hgi-cupcake-01:before {
  content: "\42f5";
}
.hgi-solid.hgi-cupcake-02:before {
  content: "\42f7";
}
.hgi-solid.hgi-cupcake-03:before {
  content: "\42f9";
}
.hgi-solid.hgi-curling:before {
  content: "\42fb";
}
.hgi-solid.hgi-cursor-01:before {
  content: "\42fd";
}
.hgi-solid.hgi-cursor-02:before {
  content: "\42ff";
}
.hgi-solid.hgi-cursor-add-selection-01:before {
  content: "\4301";
}
.hgi-solid.hgi-cursor-add-selection-02:before {
  content: "\4303";
}
.hgi-solid.hgi-cursor-circle-selection-01:before {
  content: "\4305";
}
.hgi-solid.hgi-cursor-circle-selection-02:before {
  content: "\4307";
}
.hgi-solid.hgi-cursor-disabled-01:before {
  content: "\4309";
}
.hgi-solid.hgi-cursor-disabled-02:before {
  content: "\430b";
}
.hgi-solid.hgi-cursor-edit-01:before {
  content: "\430d";
}
.hgi-solid.hgi-cursor-edit-02:before {
  content: "\430f";
}
.hgi-solid.hgi-cursor-hold-01:before {
  content: "\4311";
}
.hgi-solid.hgi-cursor-hold-02:before {
  content: "\4313";
}
.hgi-solid.hgi-cursor-in-window:before {
  content: "\4315";
}
.hgi-solid.hgi-cursor-info-01:before {
  content: "\4317";
}
.hgi-solid.hgi-cursor-info-02:before {
  content: "\4319";
}
.hgi-solid.hgi-cursor-loading-01:before {
  content: "\431b";
}
.hgi-solid.hgi-cursor-loading-02:before {
  content: "\431d";
}
.hgi-solid.hgi-cursor-magic-selection-01:before {
  content: "\431f";
}
.hgi-solid.hgi-cursor-magic-selection-02:before {
  content: "\4321";
}
.hgi-solid.hgi-cursor-move-01:before {
  content: "\4323";
}
.hgi-solid.hgi-cursor-move-02:before {
  content: "\4325";
}
.hgi-solid.hgi-cursor-pointer-01:before {
  content: "\4327";
}
.hgi-solid.hgi-cursor-pointer-02:before {
  content: "\4329";
}
.hgi-solid.hgi-cursor-progress-01:before {
  content: "\432b";
}
.hgi-solid.hgi-cursor-progress-02:before {
  content: "\432d";
}
.hgi-solid.hgi-cursor-progress-03:before {
  content: "\432f";
}
.hgi-solid.hgi-cursor-progress-04:before {
  content: "\4331";
}
.hgi-solid.hgi-cursor-rectangle-selection-01:before {
  content: "\4333";
}
.hgi-solid.hgi-cursor-rectangle-selection-02:before {
  content: "\4335";
}
.hgi-solid.hgi-cursor-remove-selection-01:before {
  content: "\4337";
}
.hgi-solid.hgi-cursor-remove-selection-02:before {
  content: "\4339";
}
.hgi-solid.hgi-cursor-text:before {
  content: "\433b";
}
.hgi-solid.hgi-curtains:before {
  content: "\433d";
}
.hgi-solid.hgi-curvy-left-direction:before {
  content: "\433f";
}
.hgi-solid.hgi-curvy-left-right-direction:before {
  content: "\4341";
}
.hgi-solid.hgi-curvy-right-direction:before {
  content: "\4343";
}
.hgi-solid.hgi-curvy-up-down-direction:before {
  content: "\4345";
}
.hgi-solid.hgi-custom-field:before {
  content: "\4347";
}
.hgi-solid.hgi-customer-service-01:before {
  content: "\4349";
}
.hgi-solid.hgi-customer-service-02:before {
  content: "\434b";
}
.hgi-solid.hgi-customer-service:before {
  content: "\434d";
}
.hgi-solid.hgi-customer-support:before {
  content: "\434f";
}
.hgi-solid.hgi-customize:before {
  content: "\4351";
}
.hgi-solid.hgi-cylinder-01:before {
  content: "\4353";
}
.hgi-solid.hgi-cylinder-02:before {
  content: "\4355";
}
.hgi-solid.hgi-cylinder-03:before {
  content: "\4357";
}
.hgi-solid.hgi-cylinder-04:before {
  content: "\4359";
}
.hgi-solid.hgi-danger:before {
  content: "\435b";
}
.hgi-solid.hgi-dark-mode:before {
  content: "\435d";
}
.hgi-solid.hgi-dart:before {
  content: "\435f";
}
.hgi-solid.hgi-dashboard-browsing:before {
  content: "\4361";
}
.hgi-solid.hgi-dashboard-circle-add:before {
  content: "\4363";
}
.hgi-solid.hgi-dashboard-circle-edit:before {
  content: "\4365";
}
.hgi-solid.hgi-dashboard-circle-remove:before {
  content: "\4367";
}
.hgi-solid.hgi-dashboard-circle-settings:before {
  content: "\436a";
}
.hgi-solid.hgi-dashboard-circle:before {
  content: "\436b";
}
.hgi-solid.hgi-dashboard-speed-01:before {
  content: "\436d";
}
.hgi-solid.hgi-dashboard-speed-02:before {
  content: "\436f";
}
.hgi-solid.hgi-dashboard-square-01:before {
  content: "\4371";
}
.hgi-solid.hgi-dashboard-square-02:before {
  content: "\4373";
}
.hgi-solid.hgi-dashboard-square-03:before {
  content: "\4375";
}
.hgi-solid.hgi-dashboard-square-add:before {
  content: "\4377";
}
.hgi-solid.hgi-dashboard-square-edit:before {
  content: "\4379";
}
.hgi-solid.hgi-dashboard-square-remove:before {
  content: "\437b";
}
.hgi-solid.hgi-dashboard-square-setting:before {
  content: "\437d";
}
.hgi-solid.hgi-dashed-line-01:before {
  content: "\437f";
}
.hgi-solid.hgi-dashed-line-02:before {
  content: "\4381";
}
.hgi-solid.hgi-dashed-line-circle:before {
  content: "\4383";
}
.hgi-solid.hgi-data-recovery:before {
  content: "\4385";
}
.hgi-solid.hgi-database-01:before {
  content: "\4387";
}
.hgi-solid.hgi-database-02:before {
  content: "\4389";
}
.hgi-solid.hgi-database-add:before {
  content: "\438b";
}
.hgi-solid.hgi-database-export:before {
  content: "\438d";
}
.hgi-solid.hgi-database-import:before {
  content: "\438f";
}
.hgi-solid.hgi-database-locked:before {
  content: "\4391";
}
.hgi-solid.hgi-database-restore:before {
  content: "\4393";
}
.hgi-solid.hgi-database-setting:before {
  content: "\4396";
}
.hgi-solid.hgi-database-sync-01:before {
  content: "\4398";
}
.hgi-solid.hgi-database-sync:before {
  content: "\439a";
}
.hgi-solid.hgi-database:before {
  content: "\439b";
}
.hgi-solid.hgi-date-time:before {
  content: "\439d";
}
.hgi-solid.hgi-dates:before {
  content: "\439f";
}
.hgi-solid.hgi-datev:before {
  content: "\43a1";
}
.hgi-solid.hgi-dead:before {
  content: "\43a3";
}
.hgi-solid.hgi-delete-01:before {
  content: "\43a5";
}
.hgi-solid.hgi-delete-02:before {
  content: "\43a7";
}
.hgi-solid.hgi-delete-03:before {
  content: "\43a9";
}
.hgi-solid.hgi-delete-04:before {
  content: "\43ab";
}
.hgi-solid.hgi-delete-column:before {
  content: "\43ad";
}
.hgi-solid.hgi-delete-put-back:before {
  content: "\43af";
}
.hgi-solid.hgi-delete-row:before {
  content: "\43b1";
}
.hgi-solid.hgi-delete-throw:before {
  content: "\43b3";
}
.hgi-solid.hgi-delivered-sent:before {
  content: "\43b5";
}
.hgi-solid.hgi-delivery-box-01:before {
  content: "\43b7";
}
.hgi-solid.hgi-delivery-box-02:before {
  content: "\43b9";
}
.hgi-solid.hgi-delivery-delay-01:before {
  content: "\43bb";
}
.hgi-solid.hgi-delivery-delay-02:before {
  content: "\43bd";
}
.hgi-solid.hgi-delivery-return-01:before {
  content: "\43bf";
}
.hgi-solid.hgi-delivery-return-02:before {
  content: "\43c1";
}
.hgi-solid.hgi-delivery-secure-01:before {
  content: "\43c3";
}
.hgi-solid.hgi-delivery-secure-02:before {
  content: "\43c5";
}
.hgi-solid.hgi-delivery-sent-01:before {
  content: "\43c7";
}
.hgi-solid.hgi-delivery-sent-02:before {
  content: "\43c9";
}
.hgi-solid.hgi-delivery-tracking-01:before {
  content: "\43cb";
}
.hgi-solid.hgi-delivery-tracking-02:before {
  content: "\43cd";
}
.hgi-solid.hgi-delivery-truck-01:before {
  content: "\43cf";
}
.hgi-solid.hgi-delivery-truck-02:before {
  content: "\43d1";
}
.hgi-solid.hgi-delivery-view-01:before {
  content: "\43d3";
}
.hgi-solid.hgi-delivery-view-02:before {
  content: "\43d5";
}
.hgi-solid.hgi-dental-braces:before {
  content: "\43d7";
}
.hgi-solid.hgi-dental-broken-tooth:before {
  content: "\43d9";
}
.hgi-solid.hgi-dental-care:before {
  content: "\43db";
}
.hgi-solid.hgi-dental-tooth:before {
  content: "\43dd";
}
.hgi-solid.hgi-departement:before {
  content: "\43df";
}
.hgi-solid.hgi-desert:before {
  content: "\43e1";
}
.hgi-solid.hgi-desk-01:before {
  content: "\43e3";
}
.hgi-solid.hgi-desk-02:before {
  content: "\43e5";
}
.hgi-solid.hgi-desk:before {
  content: "\43e7";
}
.hgi-solid.hgi-developer:before {
  content: "\43e9";
}
.hgi-solid.hgi-deviantart:before {
  content: "\43eb";
}
.hgi-solid.hgi-device-access:before {
  content: "\43ed";
}
.hgi-solid.hgi-diagonal-scroll-point-01:before {
  content: "\43ef";
}
.hgi-solid.hgi-diagonal-scroll-point-02:before {
  content: "\43f1";
}
.hgi-solid.hgi-dialpad-circle-01:before {
  content: "\43f3";
}
.hgi-solid.hgi-dialpad-circle-02:before {
  content: "\43f5";
}
.hgi-solid.hgi-dialpad-square-01:before {
  content: "\43f7";
}
.hgi-solid.hgi-dialpad-square-02:before {
  content: "\43f9";
}
.hgi-solid.hgi-diameter:before {
  content: "\43fb";
}
.hgi-solid.hgi-diamond-01:before {
  content: "\43fd";
}
.hgi-solid.hgi-diamond-02:before {
  content: "\43ff";
}
.hgi-solid.hgi-diamond:before {
  content: "\4401";
}
.hgi-solid.hgi-diaper:before {
  content: "\4403";
}
.hgi-solid.hgi-dice-faces-01:before {
  content: "\4405";
}
.hgi-solid.hgi-dice-faces-02:before {
  content: "\4407";
}
.hgi-solid.hgi-dice-faces-03:before {
  content: "\4409";
}
.hgi-solid.hgi-dice-faces-04:before {
  content: "\440b";
}
.hgi-solid.hgi-dice-faces-05:before {
  content: "\440d";
}
.hgi-solid.hgi-dice-faces-06:before {
  content: "\440f";
}
.hgi-solid.hgi-dice:before {
  content: "\4411";
}
.hgi-solid.hgi-digestion:before {
  content: "\4413";
}
.hgi-solid.hgi-digg:before {
  content: "\4415";
}
.hgi-solid.hgi-digital-clock:before {
  content: "\4417";
}
.hgi-solid.hgi-dim-sum-01:before {
  content: "\4419";
}
.hgi-solid.hgi-dim-sum-02:before {
  content: "\441b";
}
.hgi-solid.hgi-dining-table:before {
  content: "\441d";
}
.hgi-solid.hgi-diploma:before {
  content: "\441f";
}
.hgi-solid.hgi-direction-left-01:before {
  content: "\4421";
}
.hgi-solid.hgi-direction-left-02:before {
  content: "\4423";
}
.hgi-solid.hgi-direction-right-01:before {
  content: "\4425";
}
.hgi-solid.hgi-direction-right-02:before {
  content: "\4427";
}
.hgi-solid.hgi-directions-01:before {
  content: "\4429";
}
.hgi-solid.hgi-directions-02:before {
  content: "\442b";
}
.hgi-solid.hgi-dirham:before {
  content: "\442d";
}
.hgi-solid.hgi-disability-01:before {
  content: "\442f";
}
.hgi-solid.hgi-disability-02:before {
  content: "\4431";
}
.hgi-solid.hgi-discord:before {
  content: "\4433";
}
.hgi-solid.hgi-discount-01:before {
  content: "\4435";
}
.hgi-solid.hgi-discount-tag-01:before {
  content: "\4438";
}
.hgi-solid.hgi-discount-tag-02:before {
  content: "\443a";
}
.hgi-solid.hgi-discount:before {
  content: "\443b";
}
.hgi-solid.hgi-discover-circle:before {
  content: "\443d";
}
.hgi-solid.hgi-discover-square:before {
  content: "\443f";
}
.hgi-solid.hgi-dish-01:before {
  content: "\4441";
}
.hgi-solid.hgi-dish-02:before {
  content: "\4443";
}
.hgi-solid.hgi-dish-washer:before {
  content: "\4445";
}
.hgi-solid.hgi-displeased:before {
  content: "\4447";
}
.hgi-solid.hgi-distribute-horizontal-center:before {
  content: "\4449";
}
.hgi-solid.hgi-distribute-horizontal-left:before {
  content: "\444b";
}
.hgi-solid.hgi-distribute-horizontal-right:before {
  content: "\444d";
}
.hgi-solid.hgi-distribute-vertical-bottom:before {
  content: "\444f";
}
.hgi-solid.hgi-distribute-vertical-center:before {
  content: "\4451";
}
.hgi-solid.hgi-distribute-vertical-top:before {
  content: "\4453";
}
.hgi-solid.hgi-distribution:before {
  content: "\4455";
}
.hgi-solid.hgi-divide-sign-circle:before {
  content: "\4457";
}
.hgi-solid.hgi-divide-sign-square:before {
  content: "\445a";
}
.hgi-solid.hgi-divide-sign:before {
  content: "\445b";
}
.hgi-solid.hgi-dna-01:before {
  content: "\445d";
}
.hgi-solid.hgi-dna:before {
  content: "\445f";
}
.hgi-solid.hgi-do-not-touch-01:before {
  content: "\4461";
}
.hgi-solid.hgi-do-not-touch-02:before {
  content: "\4463";
}
.hgi-solid.hgi-doc-01:before {
  content: "\4465";
}
.hgi-solid.hgi-doc-02:before {
  content: "\4467";
}
.hgi-solid.hgi-doctor-01:before {
  content: "\4469";
}
.hgi-solid.hgi-doctor-02:before {
  content: "\446b";
}
.hgi-solid.hgi-doctor-03:before {
  content: "\446d";
}
.hgi-solid.hgi-document-attachment:before {
  content: "\446f";
}
.hgi-solid.hgi-document-code:before {
  content: "\4471";
}
.hgi-solid.hgi-document-validation:before {
  content: "\4473";
}
.hgi-solid.hgi-dollar-01:before {
  content: "\4475";
}
.hgi-solid.hgi-dollar-02:before {
  content: "\4477";
}
.hgi-solid.hgi-dollar-circle:before {
  content: "\4479";
}
.hgi-solid.hgi-dollar-receive-01:before {
  content: "\447b";
}
.hgi-solid.hgi-dollar-receive-02:before {
  content: "\447d";
}
.hgi-solid.hgi-dollar-send-01:before {
  content: "\447f";
}
.hgi-solid.hgi-dollar-send-02:before {
  content: "\4481";
}
.hgi-solid.hgi-dollar-square:before {
  content: "\4483";
}
.hgi-solid.hgi-dome:before {
  content: "\4485";
}
.hgi-solid.hgi-domino:before {
  content: "\4487";
}
.hgi-solid.hgi-door-01:before {
  content: "\4489";
}
.hgi-solid.hgi-door-02:before {
  content: "\448b";
}
.hgi-solid.hgi-door-lock:before {
  content: "\448d";
}
.hgi-solid.hgi-door:before {
  content: "\448f";
}
.hgi-solid.hgi-doughnut:before {
  content: "\4491";
}
.hgi-solid.hgi-download-01:before {
  content: "\4493";
}
.hgi-solid.hgi-download-02:before {
  content: "\4495";
}
.hgi-solid.hgi-download-03:before {
  content: "\4497";
}
.hgi-solid.hgi-download-04:before {
  content: "\4499";
}
.hgi-solid.hgi-download-05:before {
  content: "\449b";
}
.hgi-solid.hgi-download-circle-01:before {
  content: "\449d";
}
.hgi-solid.hgi-download-circle-02:before {
  content: "\449f";
}
.hgi-solid.hgi-download-square-01:before {
  content: "\44a1";
}
.hgi-solid.hgi-download-square-02:before {
  content: "\44a3";
}
.hgi-solid.hgi-drag-01:before {
  content: "\44a5";
}
.hgi-solid.hgi-drag-02:before {
  content: "\44a7";
}
.hgi-solid.hgi-drag-03:before {
  content: "\44a9";
}
.hgi-solid.hgi-drag-04:before {
  content: "\44ab";
}
.hgi-solid.hgi-drag-drop-horizontal:before {
  content: "\44ad";
}
.hgi-solid.hgi-drag-drop-vertical:before {
  content: "\44b0";
}
.hgi-solid.hgi-drag-drop:before {
  content: "\44b1";
}
.hgi-solid.hgi-drag-left-01:before {
  content: "\44b3";
}
.hgi-solid.hgi-drag-left-02:before {
  content: "\44b5";
}
.hgi-solid.hgi-drag-left-03:before {
  content: "\44b7";
}
.hgi-solid.hgi-drag-left-04:before {
  content: "\44b9";
}
.hgi-solid.hgi-drag-right-01:before {
  content: "\44bb";
}
.hgi-solid.hgi-drag-right-02:before {
  content: "\44bd";
}
.hgi-solid.hgi-drag-right-03:before {
  content: "\44bf";
}
.hgi-solid.hgi-drag-right-04:before {
  content: "\44c1";
}
.hgi-solid.hgi-drawing-compass:before {
  content: "\44c3";
}
.hgi-solid.hgi-drawing-mode:before {
  content: "\44c5";
}
.hgi-solid.hgi-dress-01:before {
  content: "\44c7";
}
.hgi-solid.hgi-dress-02:before {
  content: "\44c9";
}
.hgi-solid.hgi-dress-03:before {
  content: "\44cb";
}
.hgi-solid.hgi-dress-04:before {
  content: "\44cd";
}
.hgi-solid.hgi-dress-05:before {
  content: "\44cf";
}
.hgi-solid.hgi-dress-06:before {
  content: "\44d1";
}
.hgi-solid.hgi-dress-07:before {
  content: "\44d3";
}
.hgi-solid.hgi-dressing-table-01:before {
  content: "\44d5";
}
.hgi-solid.hgi-dressing-table-02:before {
  content: "\44d7";
}
.hgi-solid.hgi-dressing-table-03:before {
  content: "\44d9";
}
.hgi-solid.hgi-dribbble:before {
  content: "\44db";
}
.hgi-solid.hgi-drink:before {
  content: "\44dd";
}
.hgi-solid.hgi-drone:before {
  content: "\44df";
}
.hgi-solid.hgi-drooling:before {
  content: "\44e1";
}
.hgi-solid.hgi-dropbox:before {
  content: "\44e3";
}
.hgi-solid.hgi-droplet:before {
  content: "\44e5";
}
.hgi-solid.hgi-dropper:before {
  content: "\44e7";
}
.hgi-solid.hgi-ds3-tool:before {
  content: "\44e9";
}
.hgi-solid.hgi-dua:before {
  content: "\44eb";
}
.hgi-solid.hgi-dumbbell-01:before {
  content: "\44ed";
}
.hgi-solid.hgi-dumbbell-02:before {
  content: "\44ef";
}
.hgi-solid.hgi-dumbbell-03:before {
  content: "\44f1";
}
.hgi-solid.hgi-ear-rings-01:before {
  content: "\44f3";
}
.hgi-solid.hgi-ear-rings-02:before {
  content: "\44f5";
}
.hgi-solid.hgi-ear-rings-03:before {
  content: "\44f7";
}
.hgi-solid.hgi-ear:before {
  content: "\44f9";
}
.hgi-solid.hgi-earth:before {
  content: "\44fb";
}
.hgi-solid.hgi-ease-curve-control-points:before {
  content: "\44fd";
}
.hgi-solid.hgi-ease-in-control-point:before {
  content: "\44ff";
}
.hgi-solid.hgi-ease-in-out:before {
  content: "\4501";
}
.hgi-solid.hgi-ease-in:before {
  content: "\4503";
}
.hgi-solid.hgi-ease-out-control-point:before {
  content: "\4505";
}
.hgi-solid.hgi-ease-out:before {
  content: "\4507";
}
.hgi-solid.hgi-eco-energy:before {
  content: "\4509";
}
.hgi-solid.hgi-eco-lab-01:before {
  content: "\450b";
}
.hgi-solid.hgi-eco-lab-02:before {
  content: "\450d";
}
.hgi-solid.hgi-eco-lab:before {
  content: "\450f";
}
.hgi-solid.hgi-eco-power:before {
  content: "\4511";
}
.hgi-solid.hgi-edge-style:before {
  content: "\4513";
}
.hgi-solid.hgi-edit-01:before {
  content: "\4515";
}
.hgi-solid.hgi-edit-02:before {
  content: "\4517";
}
.hgi-solid.hgi-edit-off:before {
  content: "\4519";
}
.hgi-solid.hgi-edit-road:before {
  content: "\451b";
}
.hgi-solid.hgi-edit-table:before {
  content: "\451d";
}
.hgi-solid.hgi-edit-user-02:before {
  content: "\451f";
}
.hgi-solid.hgi-eggs:before {
  content: "\4521";
}
.hgi-solid.hgi-eid-mubarak:before {
  content: "\4523";
}
.hgi-solid.hgi-eiffel-tower:before {
  content: "\4525";
}
.hgi-solid.hgi-elearning-exchange:before {
  content: "\4527";
}
.hgi-solid.hgi-electric-home-01:before {
  content: "\4529";
}
.hgi-solid.hgi-electric-home-02:before {
  content: "\452b";
}
.hgi-solid.hgi-electric-plugs:before {
  content: "\452d";
}
.hgi-solid.hgi-electric-tower-01:before {
  content: "\452f";
}
.hgi-solid.hgi-electric-tower-02:before {
  content: "\4531";
}
.hgi-solid.hgi-electric-wire:before {
  content: "\4533";
}
.hgi-solid.hgi-ellipse-selection:before {
  content: "\4535";
}
.hgi-solid.hgi-encrypt:before {
  content: "\4537";
}
.hgi-solid.hgi-energy-ellipse:before {
  content: "\4539";
}
.hgi-solid.hgi-energy-rectangle:before {
  content: "\453b";
}
.hgi-solid.hgi-energy:before {
  content: "\453d";
}
.hgi-solid.hgi-entering-geo-fence:before {
  content: "\453f";
}
.hgi-solid.hgi-entrance-stairs:before {
  content: "\4541";
}
.hgi-solid.hgi-envato:before {
  content: "\4543";
}
.hgi-solid.hgi-equal-sign-circle:before {
  content: "\4545";
}
.hgi-solid.hgi-equal-sign-square:before {
  content: "\4548";
}
.hgi-solid.hgi-equal-sign:before {
  content: "\4549";
}
.hgi-solid.hgi-equipment-bench-press:before {
  content: "\454b";
}
.hgi-solid.hgi-equipment-chest-press:before {
  content: "\454d";
}
.hgi-solid.hgi-equipment-gym-01:before {
  content: "\454f";
}
.hgi-solid.hgi-equipment-gym-02:before {
  content: "\4551";
}
.hgi-solid.hgi-equipment-gym-03:before {
  content: "\4553";
}
.hgi-solid.hgi-equipment-weightlifting:before {
  content: "\4555";
}
.hgi-solid.hgi-eraser-01:before {
  content: "\4557";
}
.hgi-solid.hgi-eraser-add:before {
  content: "\4559";
}
.hgi-solid.hgi-eraser-auto:before {
  content: "\455b";
}
.hgi-solid.hgi-eraser:before {
  content: "\455d";
}
.hgi-solid.hgi-estimate-01:before {
  content: "\455f";
}
.hgi-solid.hgi-estimate-02:before {
  content: "\4561";
}
.hgi-solid.hgi-ethereum-ellipse:before {
  content: "\4563";
}
.hgi-solid.hgi-ethereum-rectangle:before {
  content: "\4565";
}
.hgi-solid.hgi-ethereum:before {
  content: "\4567";
}
.hgi-solid.hgi-euro-circle:before {
  content: "\4569";
}
.hgi-solid.hgi-euro-receive:before {
  content: "\456b";
}
.hgi-solid.hgi-euro-send:before {
  content: "\456e";
}
.hgi-solid.hgi-euro-square:before {
  content: "\4570";
}
.hgi-solid.hgi-euro:before {
  content: "\4571";
}
.hgi-solid.hgi-ev-charging:before {
  content: "\4573";
}
.hgi-solid.hgi-evil:before {
  content: "\4575";
}
.hgi-solid.hgi-exchange-01:before {
  content: "\4577";
}
.hgi-solid.hgi-exchange-02:before {
  content: "\4579";
}
.hgi-solid.hgi-exchange-03:before {
  content: "\457b";
}
.hgi-solid.hgi-expander:before {
  content: "\457d";
}
.hgi-solid.hgi-external-drive:before {
  content: "\457f";
}
.hgi-solid.hgi-eye:before {
  content: "\4581";
}
.hgi-solid.hgi-face-id:before {
  content: "\4583";
}
.hgi-solid.hgi-facebook-01:before {
  content: "\4585";
}
.hgi-solid.hgi-facebook-02:before {
  content: "\4587";
}
.hgi-solid.hgi-factory-01:before {
  content: "\4589";
}
.hgi-solid.hgi-factory-02:before {
  content: "\458b";
}
.hgi-solid.hgi-factory:before {
  content: "\458d";
}
.hgi-solid.hgi-fahrenheit:before {
  content: "\458f";
}
.hgi-solid.hgi-falling-star:before {
  content: "\4591";
}
.hgi-solid.hgi-fast-wind:before {
  content: "\4593";
}
.hgi-solid.hgi-favourite-circle:before {
  content: "\4595";
}
.hgi-solid.hgi-favourite-square:before {
  content: "\4598";
}
.hgi-solid.hgi-favourite:before {
  content: "\4599";
}
.hgi-solid.hgi-feather:before {
  content: "\459b";
}
.hgi-solid.hgi-female-02:before {
  content: "\459d";
}
.hgi-solid.hgi-female-symbol:before {
  content: "\459f";
}
.hgi-solid.hgi-fencing-mask:before {
  content: "\45a1";
}
.hgi-solid.hgi-fencing:before {
  content: "\45a3";
}
.hgi-solid.hgi-ferris-wheel:before {
  content: "\45a5";
}
.hgi-solid.hgi-ferry-boat:before {
  content: "\45a7";
}
.hgi-solid.hgi-figma:before {
  content: "\45a9";
}
.hgi-solid.hgi-file-01:before {
  content: "\45ab";
}
.hgi-solid.hgi-file-02:before {
  content: "\45ad";
}
.hgi-solid.hgi-file-add:before {
  content: "\45af";
}
.hgi-solid.hgi-file-attachment:before {
  content: "\45b1";
}
.hgi-solid.hgi-file-audio:before {
  content: "\45b3";
}
.hgi-solid.hgi-file-bitcoin:before {
  content: "\45b5";
}
.hgi-solid.hgi-file-block:before {
  content: "\45b7";
}
.hgi-solid.hgi-file-bookmark:before {
  content: "\45b9";
}
.hgi-solid.hgi-file-cloud:before {
  content: "\45bb";
}
.hgi-solid.hgi-file-corrupt:before {
  content: "\45bd";
}
.hgi-solid.hgi-file-dollar:before {
  content: "\45bf";
}
.hgi-solid.hgi-file-download:before {
  content: "\45c1";
}
.hgi-solid.hgi-file-edit:before {
  content: "\45c3";
}
.hgi-solid.hgi-file-empty-01:before {
  content: "\45c5";
}
.hgi-solid.hgi-file-empty-02:before {
  content: "\45c7";
}
.hgi-solid.hgi-file-euro:before {
  content: "\45c9";
}
.hgi-solid.hgi-file-export:before {
  content: "\45cb";
}
.hgi-solid.hgi-file-favourite:before {
  content: "\45cd";
}
.hgi-solid.hgi-file-import:before {
  content: "\45cf";
}
.hgi-solid.hgi-file-link:before {
  content: "\45d1";
}
.hgi-solid.hgi-file-locked:before {
  content: "\45d3";
}
.hgi-solid.hgi-file-management:before {
  content: "\45d5";
}
.hgi-solid.hgi-file-minus:before {
  content: "\45d7";
}
.hgi-solid.hgi-file-music:before {
  content: "\45d9";
}
.hgi-solid.hgi-file-not-found:before {
  content: "\45db";
}
.hgi-solid.hgi-file-paste:before {
  content: "\45dd";
}
.hgi-solid.hgi-file-pin:before {
  content: "\45df";
}
.hgi-solid.hgi-file-pound:before {
  content: "\45e1";
}
.hgi-solid.hgi-file-remove:before {
  content: "\45e3";
}
.hgi-solid.hgi-file-script:before {
  content: "\45e5";
}
.hgi-solid.hgi-file-search:before {
  content: "\45e7";
}
.hgi-solid.hgi-file-security:before {
  content: "\45e9";
}
.hgi-solid.hgi-file-shredder:before {
  content: "\45eb";
}
.hgi-solid.hgi-file-star:before {
  content: "\45ed";
}
.hgi-solid.hgi-file-sync:before {
  content: "\45ef";
}
.hgi-solid.hgi-file-unknown:before {
  content: "\45f1";
}
.hgi-solid.hgi-file-unlocked:before {
  content: "\45f3";
}
.hgi-solid.hgi-file-upload:before {
  content: "\45f5";
}
.hgi-solid.hgi-file-validation:before {
  content: "\45f7";
}
.hgi-solid.hgi-file-verified:before {
  content: "\45f9";
}
.hgi-solid.hgi-file-video:before {
  content: "\45fb";
}
.hgi-solid.hgi-file-view:before {
  content: "\45fd";
}
.hgi-solid.hgi-file-yen:before {
  content: "\45ff";
}
.hgi-solid.hgi-file-zip:before {
  content: "\4601";
}
.hgi-solid.hgi-files-01:before {
  content: "\4603";
}
.hgi-solid.hgi-files-02:before {
  content: "\4605";
}
.hgi-solid.hgi-film-01:before {
  content: "\4607";
}
.hgi-solid.hgi-film-02:before {
  content: "\4609";
}
.hgi-solid.hgi-film-roll-01:before {
  content: "\460b";
}
.hgi-solid.hgi-film-roll-02:before {
  content: "\460d";
}
.hgi-solid.hgi-filter-add:before {
  content: "\460f";
}
.hgi-solid.hgi-filter-edit:before {
  content: "\4611";
}
.hgi-solid.hgi-filter-horizontal:before {
  content: "\4613";
}
.hgi-solid.hgi-filter-mail-circle:before {
  content: "\4615";
}
.hgi-solid.hgi-filter-mail-square:before {
  content: "\4617";
}
.hgi-solid.hgi-filter-remove:before {
  content: "\4619";
}
.hgi-solid.hgi-filter-reset:before {
  content: "\461b";
}
.hgi-solid.hgi-filter-vertical:before {
  content: "\461e";
}
.hgi-solid.hgi-filter:before {
  content: "\461f";
}
.hgi-solid.hgi-finger-access:before {
  content: "\4621";
}
.hgi-solid.hgi-finger-print-add:before {
  content: "\4623";
}
.hgi-solid.hgi-finger-print-check:before {
  content: "\4625";
}
.hgi-solid.hgi-finger-print-minus:before {
  content: "\4627";
}
.hgi-solid.hgi-finger-print-remove:before {
  content: "\4629";
}
.hgi-solid.hgi-finger-print-scan:before {
  content: "\462b";
}
.hgi-solid.hgi-finger-print:before {
  content: "\462d";
}
.hgi-solid.hgi-fingerprint-scan:before {
  content: "\462f";
}
.hgi-solid.hgi-fins:before {
  content: "\4631";
}
.hgi-solid.hgi-fire-02:before {
  content: "\4633";
}
.hgi-solid.hgi-fire-03:before {
  content: "\4635";
}
.hgi-solid.hgi-fire-pit:before {
  content: "\4637";
}
.hgi-solid.hgi-fire-security:before {
  content: "\463a";
}
.hgi-solid.hgi-fire:before {
  content: "\463b";
}
.hgi-solid.hgi-firewall:before {
  content: "\463d";
}
.hgi-solid.hgi-fireworks:before {
  content: "\463f";
}
.hgi-solid.hgi-first-aid-kit:before {
  content: "\4641";
}
.hgi-solid.hgi-first-bracket-circle:before {
  content: "\4643";
}
.hgi-solid.hgi-first-bracket-square:before {
  content: "\4646";
}
.hgi-solid.hgi-first-bracket:before {
  content: "\4647";
}
.hgi-solid.hgi-fish-food:before {
  content: "\4649";
}
.hgi-solid.hgi-fit-to-screen:before {
  content: "\464b";
}
.hgi-solid.hgi-fiverr:before {
  content: "\464d";
}
.hgi-solid.hgi-flag-01:before {
  content: "\464f";
}
.hgi-solid.hgi-flag-02:before {
  content: "\4651";
}
.hgi-solid.hgi-flag-03:before {
  content: "\4653";
}
.hgi-solid.hgi-flash-off:before {
  content: "\4655";
}
.hgi-solid.hgi-flash:before {
  content: "\4657";
}
.hgi-solid.hgi-flashlight:before {
  content: "\4659";
}
.hgi-solid.hgi-flaticon:before {
  content: "\465b";
}
.hgi-solid.hgi-flickr:before {
  content: "\465d";
}
.hgi-solid.hgi-flim-slate:before {
  content: "\465f";
}
.hgi-solid.hgi-flip-bottom:before {
  content: "\4661";
}
.hgi-solid.hgi-flip-horizontal:before {
  content: "\4663";
}
.hgi-solid.hgi-flip-left:before {
  content: "\4665";
}
.hgi-solid.hgi-flip-phone:before {
  content: "\4667";
}
.hgi-solid.hgi-flip-right:before {
  content: "\4669";
}
.hgi-solid.hgi-flip-top:before {
  content: "\466b";
}
.hgi-solid.hgi-flip-vertical:before {
  content: "\466d";
}
.hgi-solid.hgi-floor-plan:before {
  content: "\466f";
}
.hgi-solid.hgi-floppy-disk:before {
  content: "\4671";
}
.hgi-solid.hgi-flow-circle:before {
  content: "\4673";
}
.hgi-solid.hgi-flow-connection:before {
  content: "\4675";
}
.hgi-solid.hgi-flow-square:before {
  content: "\4678";
}
.hgi-solid.hgi-flow:before {
  content: "\4679";
}
.hgi-solid.hgi-flowchart-01:before {
  content: "\467b";
}
.hgi-solid.hgi-flowchart-02:before {
  content: "\467d";
}
.hgi-solid.hgi-flower-pot:before {
  content: "\467f";
}
.hgi-solid.hgi-flower:before {
  content: "\4681";
}
.hgi-solid.hgi-flushed:before {
  content: "\4683";
}
.hgi-solid.hgi-flying-human:before {
  content: "\4685";
}
.hgi-solid.hgi-focus-point:before {
  content: "\4687";
}
.hgi-solid.hgi-folder-01:before {
  content: "\4689";
}
.hgi-solid.hgi-folder-02:before {
  content: "\468b";
}
.hgi-solid.hgi-folder-03:before {
  content: "\468d";
}
.hgi-solid.hgi-folder-add:before {
  content: "\468f";
}
.hgi-solid.hgi-folder-attachment:before {
  content: "\4691";
}
.hgi-solid.hgi-folder-audio:before {
  content: "\4693";
}
.hgi-solid.hgi-folder-block:before {
  content: "\4695";
}
.hgi-solid.hgi-folder-check:before {
  content: "\4697";
}
.hgi-solid.hgi-folder-cloud:before {
  content: "\4699";
}
.hgi-solid.hgi-folder-details-reference:before {
  content: "\469b";
}
.hgi-solid.hgi-folder-details:before {
  content: "\469d";
}
.hgi-solid.hgi-folder-download:before {
  content: "\469f";
}
.hgi-solid.hgi-folder-edit:before {
  content: "\46a1";
}
.hgi-solid.hgi-folder-export:before {
  content: "\46a3";
}
.hgi-solid.hgi-folder-favourite:before {
  content: "\46a5";
}
.hgi-solid.hgi-folder-file-storage:before {
  content: "\46a7";
}
.hgi-solid.hgi-folder-import:before {
  content: "\46a9";
}
.hgi-solid.hgi-folder-library:before {
  content: "\46ab";
}
.hgi-solid.hgi-folder-links:before {
  content: "\46ad";
}
.hgi-solid.hgi-folder-locked:before {
  content: "\46af";
}
.hgi-solid.hgi-folder-management:before {
  content: "\46b1";
}
.hgi-solid.hgi-folder-minus:before {
  content: "\46b3";
}
.hgi-solid.hgi-folder-music:before {
  content: "\46b5";
}
.hgi-solid.hgi-folder-off:before {
  content: "\46b7";
}
.hgi-solid.hgi-folder-open:before {
  content: "\46b9";
}
.hgi-solid.hgi-folder-pin:before {
  content: "\46bb";
}
.hgi-solid.hgi-folder-remove:before {
  content: "\46bd";
}
.hgi-solid.hgi-folder-search:before {
  content: "\46bf";
}
.hgi-solid.hgi-folder-security:before {
  content: "\46c1";
}
.hgi-solid.hgi-folder-shared-01:before {
  content: "\46c3";
}
.hgi-solid.hgi-folder-shared-02:before {
  content: "\46c5";
}
.hgi-solid.hgi-folder-shared-03:before {
  content: "\46c7";
}
.hgi-solid.hgi-folder-sync:before {
  content: "\46c9";
}
.hgi-solid.hgi-folder-transfer:before {
  content: "\46cb";
}
.hgi-solid.hgi-folder-unknown:before {
  content: "\46cd";
}
.hgi-solid.hgi-folder-unlocked:before {
  content: "\46cf";
}
.hgi-solid.hgi-folder-upload:before {
  content: "\46d1";
}
.hgi-solid.hgi-folder-video:before {
  content: "\46d3";
}
.hgi-solid.hgi-folder-view:before {
  content: "\46d5";
}
.hgi-solid.hgi-folder-zip:before {
  content: "\46d7";
}
.hgi-solid.hgi-folders:before {
  content: "\46d9";
}
.hgi-solid.hgi-football-pitch:before {
  content: "\46db";
}
.hgi-solid.hgi-football:before {
  content: "\46dd";
}
.hgi-solid.hgi-forgot-password:before {
  content: "\46df";
}
.hgi-solid.hgi-fork:before {
  content: "\46e1";
}
.hgi-solid.hgi-forrst:before {
  content: "\46e3";
}
.hgi-solid.hgi-fortress:before {
  content: "\46e5";
}
.hgi-solid.hgi-forward-01:before {
  content: "\46e7";
}
.hgi-solid.hgi-forward-02:before {
  content: "\46e9";
}
.hgi-solid.hgi-four-finger-02:before {
  content: "\46eb";
}
.hgi-solid.hgi-four-finger-03:before {
  content: "\46ed";
}
.hgi-solid.hgi-four-k:before {
  content: "\46ef";
}
.hgi-solid.hgi-foursquare:before {
  content: "\46f1";
}
.hgi-solid.hgi-framer:before {
  content: "\46f3";
}
.hgi-solid.hgi-frameworks:before {
  content: "\46f5";
}
.hgi-solid.hgi-french-fries-01:before {
  content: "\46f7";
}
.hgi-solid.hgi-french-fries-02:before {
  content: "\46f9";
}
.hgi-solid.hgi-fridge:before {
  content: "\46fb";
}
.hgi-solid.hgi-fry:before {
  content: "\46fd";
}
.hgi-solid.hgi-fuel-01:before {
  content: "\46ff";
}
.hgi-solid.hgi-fuel-02:before {
  content: "\4701";
}
.hgi-solid.hgi-fuel-station:before {
  content: "\4703";
}
.hgi-solid.hgi-full-screen:before {
  content: "\4705";
}
.hgi-solid.hgi-full-signal:before {
  content: "\4707";
}
.hgi-solid.hgi-function-circle:before {
  content: "\4709";
}
.hgi-solid.hgi-function-of-x:before {
  content: "\470b";
}
.hgi-solid.hgi-function-square:before {
  content: "\470e";
}
.hgi-solid.hgi-function:before {
  content: "\470f";
}
.hgi-solid.hgi-galaxy:before {
  content: "\4711";
}
.hgi-solid.hgi-game-controller-01:before {
  content: "\4713";
}
.hgi-solid.hgi-game-controller-02:before {
  content: "\4715";
}
.hgi-solid.hgi-game-controller-03:before {
  content: "\4717";
}
.hgi-solid.hgi-game:before {
  content: "\4719";
}
.hgi-solid.hgi-gameboy:before {
  content: "\471b";
}
.hgi-solid.hgi-garage:before {
  content: "\471d";
}
.hgi-solid.hgi-garbage-truck:before {
  content: "\471f";
}
.hgi-solid.hgi-garlands:before {
  content: "\4721";
}
.hgi-solid.hgi-gas-pipe:before {
  content: "\4723";
}
.hgi-solid.hgi-gas-stove:before {
  content: "\4725";
}
.hgi-solid.hgi-gears:before {
  content: "\4727";
}
.hgi-solid.hgi-gem:before {
  content: "\4729";
}
.hgi-solid.hgi-geology-crust:before {
  content: "\472b";
}
.hgi-solid.hgi-geometric-shapes-01:before {
  content: "\472d";
}
.hgi-solid.hgi-geometric-shapes-02:before {
  content: "\472f";
}
.hgi-solid.hgi-gibbous-moon:before {
  content: "\4731";
}
.hgi-solid.hgi-gif-01:before {
  content: "\4733";
}
.hgi-solid.hgi-gif-02:before {
  content: "\4735";
}
.hgi-solid.hgi-gift-card-02:before {
  content: "\4737";
}
.hgi-solid.hgi-gift-card:before {
  content: "\4739";
}
.hgi-solid.hgi-gift:before {
  content: "\473b";
}
.hgi-solid.hgi-git-branch:before {
  content: "\473d";
}
.hgi-solid.hgi-git-commit:before {
  content: "\473f";
}
.hgi-solid.hgi-git-compare:before {
  content: "\4741";
}
.hgi-solid.hgi-git-fork:before {
  content: "\4743";
}
.hgi-solid.hgi-git-merge:before {
  content: "\4745";
}
.hgi-solid.hgi-git-pull-request-closed:before {
  content: "\4747";
}
.hgi-solid.hgi-git-pull-request-draft:before {
  content: "\4749";
}
.hgi-solid.hgi-git-pull-request:before {
  content: "\474b";
}
.hgi-solid.hgi-gitbook:before {
  content: "\474d";
}
.hgi-solid.hgi-github-01:before {
  content: "\474f";
}
.hgi-solid.hgi-github:before {
  content: "\4751";
}
.hgi-solid.hgi-gitlab:before {
  content: "\4753";
}
.hgi-solid.hgi-give-blood:before {
  content: "\4755";
}
.hgi-solid.hgi-give-pill:before {
  content: "\4757";
}
.hgi-solid.hgi-glasses:before {
  content: "\4759";
}
.hgi-solid.hgi-global-editing:before {
  content: "\475b";
}
.hgi-solid.hgi-global-education:before {
  content: "\475d";
}
.hgi-solid.hgi-global-refresh:before {
  content: "\475f";
}
.hgi-solid.hgi-global-search:before {
  content: "\4761";
}
.hgi-solid.hgi-global:before {
  content: "\4763";
}
.hgi-solid.hgi-globe-02:before {
  content: "\4765";
}
.hgi-solid.hgi-globe:before {
  content: "\4767";
}
.hgi-solid.hgi-glove:before {
  content: "\4769";
}
.hgi-solid.hgi-go-backward-10-sec:before {
  content: "\476b";
}
.hgi-solid.hgi-go-backward-15-sec:before {
  content: "\476d";
}
.hgi-solid.hgi-go-backward-30-sec:before {
  content: "\476f";
}
.hgi-solid.hgi-go-backward-5-sec:before {
  content: "\4771";
}
.hgi-solid.hgi-go-backward-60-sec:before {
  content: "\4773";
}
.hgi-solid.hgi-go-forward-10-sec:before {
  content: "\4775";
}
.hgi-solid.hgi-go-forward-15-sec:before {
  content: "\4777";
}
.hgi-solid.hgi-go-forward-30-sec:before {
  content: "\4779";
}
.hgi-solid.hgi-go-forward-5-sec:before {
  content: "\477b";
}
.hgi-solid.hgi-go-forward-60-sec:before {
  content: "\477d";
}
.hgi-solid.hgi-gold-ingots:before {
  content: "\477f";
}
.hgi-solid.hgi-gold:before {
  content: "\4781";
}
.hgi-solid.hgi-golf-ball:before {
  content: "\4783";
}
.hgi-solid.hgi-golf-bat:before {
  content: "\4785";
}
.hgi-solid.hgi-golf-cart:before {
  content: "\4787";
}
.hgi-solid.hgi-golf-hole:before {
  content: "\4789";
}
.hgi-solid.hgi-google-doc:before {
  content: "\478b";
}
.hgi-solid.hgi-google-drive:before {
  content: "\478d";
}
.hgi-solid.hgi-google-gemini:before {
  content: "\478f";
}
.hgi-solid.hgi-google-home:before {
  content: "\4791";
}
.hgi-solid.hgi-google-lens:before {
  content: "\4793";
}
.hgi-solid.hgi-google-maps:before {
  content: "\4795";
}
.hgi-solid.hgi-google-photos:before {
  content: "\4797";
}
.hgi-solid.hgi-google-sheet:before {
  content: "\479a";
}
.hgi-solid.hgi-google:before {
  content: "\479b";
}
.hgi-solid.hgi-gps-01:before {
  content: "\479d";
}
.hgi-solid.hgi-gps-02:before {
  content: "\479f";
}
.hgi-solid.hgi-gps-disconnected:before {
  content: "\47a1";
}
.hgi-solid.hgi-gps-off-01:before {
  content: "\47a3";
}
.hgi-solid.hgi-gps-off-02:before {
  content: "\47a5";
}
.hgi-solid.hgi-gps-signal-01:before {
  content: "\47a7";
}
.hgi-solid.hgi-gps-signal-02:before {
  content: "\47a9";
}
.hgi-solid.hgi-gpu:before {
  content: "\47ab";
}
.hgi-solid.hgi-graduate-female:before {
  content: "\47ad";
}
.hgi-solid.hgi-graduate-male:before {
  content: "\47af";
}
.hgi-solid.hgi-graduation-scroll:before {
  content: "\47b1";
}
.hgi-solid.hgi-grapes:before {
  content: "\47b3";
}
.hgi-solid.hgi-gravity:before {
  content: "\47b5";
}
.hgi-solid.hgi-greater-than-circle:before {
  content: "\47b7";
}
.hgi-solid.hgi-greater-than-square:before {
  content: "\47ba";
}
.hgi-solid.hgi-greater-than:before {
  content: "\47bb";
}
.hgi-solid.hgi-greek-helmet:before {
  content: "\47bd";
}
.hgi-solid.hgi-green-house:before {
  content: "\47bf";
}
.hgi-solid.hgi-grid-02:before {
  content: "\47c1";
}
.hgi-solid.hgi-grid-off:before {
  content: "\47c3";
}
.hgi-solid.hgi-grid-table:before {
  content: "\47c6";
}
.hgi-solid.hgi-grid-view:before {
  content: "\47c8";
}
.hgi-solid.hgi-grid:before {
  content: "\47c9";
}
.hgi-solid.hgi-grimacing:before {
  content: "\47cb";
}
.hgi-solid.hgi-grinning:before {
  content: "\47cd";
}
.hgi-solid.hgi-grok:before {
  content: "\47cf";
}
.hgi-solid.hgi-group-01:before {
  content: "\47d1";
}
.hgi-solid.hgi-group-items:before {
  content: "\47d3";
}
.hgi-solid.hgi-group-layers:before {
  content: "\47d5";
}
.hgi-solid.hgi-guest-house:before {
  content: "\47d7";
}
.hgi-solid.hgi-gun:before {
  content: "\47d9";
}
.hgi-solid.hgi-gymnastic-rings:before {
  content: "\47db";
}
.hgi-solid.hgi-gymnastic:before {
  content: "\47dd";
}
.hgi-solid.hgi-hackerrank:before {
  content: "\47df";
}
.hgi-solid.hgi-hair-clips:before {
  content: "\47e1";
}
.hgi-solid.hgi-hair-dryer:before {
  content: "\47e3";
}
.hgi-solid.hgi-haji:before {
  content: "\47e5";
}
.hgi-solid.hgi-halal-lab:before {
  content: "\47e7";
}
.hgi-solid.hgi-halal:before {
  content: "\47e9";
}
.hgi-solid.hgi-hamburger-01:before {
  content: "\47eb";
}
.hgi-solid.hgi-hamburger-02:before {
  content: "\47ed";
}
.hgi-solid.hgi-hand-bag-01:before {
  content: "\47ef";
}
.hgi-solid.hgi-hand-bag-02:before {
  content: "\47f1";
}
.hgi-solid.hgi-hand-beater:before {
  content: "\47f3";
}
.hgi-solid.hgi-hand-grip:before {
  content: "\47f5";
}
.hgi-solid.hgi-hand-pointing-down-01:before {
  content: "\47f7";
}
.hgi-solid.hgi-hand-pointing-down-02:before {
  content: "\47f9";
}
.hgi-solid.hgi-hand-pointing-down-03:before {
  content: "\47fb";
}
.hgi-solid.hgi-hand-pointing-down-04:before {
  content: "\47fd";
}
.hgi-solid.hgi-hand-pointing-left-01:before {
  content: "\47ff";
}
.hgi-solid.hgi-hand-pointing-left-02:before {
  content: "\4801";
}
.hgi-solid.hgi-hand-pointing-left-03:before {
  content: "\4803";
}
.hgi-solid.hgi-hand-pointing-left-04:before {
  content: "\4805";
}
.hgi-solid.hgi-hand-pointing-right-01:before {
  content: "\4807";
}
.hgi-solid.hgi-hand-pointing-right-02:before {
  content: "\4809";
}
.hgi-solid.hgi-hand-pointing-right-03:before {
  content: "\480b";
}
.hgi-solid.hgi-hand-pointing-right-04:before {
  content: "\480d";
}
.hgi-solid.hgi-hand-prayer:before {
  content: "\480f";
}
.hgi-solid.hgi-hand-sanitizer:before {
  content: "\4811";
}
.hgi-solid.hgi-handcuffs:before {
  content: "\4813";
}
.hgi-solid.hgi-hanger:before {
  content: "\4815";
}
.hgi-solid.hgi-hanging-clock:before {
  content: "\4817";
}
.hgi-solid.hgi-hangout:before {
  content: "\4819";
}
.hgi-solid.hgi-happy:before {
  content: "\481b";
}
.hgi-solid.hgi-hard-drive:before {
  content: "\481d";
}
.hgi-solid.hgi-hat:before {
  content: "\481f";
}
.hgi-solid.hgi-hdd:before {
  content: "\4821";
}
.hgi-solid.hgi-hdr-01:before {
  content: "\4823";
}
.hgi-solid.hgi-hdr-02:before {
  content: "\4825";
}
.hgi-solid.hgi-heading-01:before {
  content: "\4827";
}
.hgi-solid.hgi-heading-02:before {
  content: "\4829";
}
.hgi-solid.hgi-heading-03:before {
  content: "\482b";
}
.hgi-solid.hgi-heading-04:before {
  content: "\482d";
}
.hgi-solid.hgi-heading-05:before {
  content: "\482f";
}
.hgi-solid.hgi-heading-06:before {
  content: "\4831";
}
.hgi-solid.hgi-heading:before {
  content: "\4833";
}
.hgi-solid.hgi-headphone-mute:before {
  content: "\4835";
}
.hgi-solid.hgi-headphones:before {
  content: "\4837";
}
.hgi-solid.hgi-headset-connected:before {
  content: "\4839";
}
.hgi-solid.hgi-headset-off:before {
  content: "\483b";
}
.hgi-solid.hgi-headset:before {
  content: "\483d";
}
.hgi-solid.hgi-healtcare:before {
  content: "\483f";
}
.hgi-solid.hgi-health:before {
  content: "\4841";
}
.hgi-solid.hgi-heart-add:before {
  content: "\4843";
}
.hgi-solid.hgi-heart-check:before {
  content: "\4845";
}
.hgi-solid.hgi-heart-remove:before {
  content: "\4847";
}
.hgi-solid.hgi-heartbreak:before {
  content: "\4849";
}
.hgi-solid.hgi-helicopter:before {
  content: "\484b";
}
.hgi-solid.hgi-help-circle:before {
  content: "\484d";
}
.hgi-solid.hgi-help-square:before {
  content: "\484f";
}
.hgi-solid.hgi-hexagon-01:before {
  content: "\4851";
}
.hgi-solid.hgi-hexagon:before {
  content: "\4853";
}
.hgi-solid.hgi-hierarchy-circle-01:before {
  content: "\4855";
}
.hgi-solid.hgi-hierarchy-circle-02:before {
  content: "\4857";
}
.hgi-solid.hgi-hierarchy-circle-03:before {
  content: "\4859";
}
.hgi-solid.hgi-hierarchy-files:before {
  content: "\485b";
}
.hgi-solid.hgi-hierarchy-square-01:before {
  content: "\485e";
}
.hgi-solid.hgi-hierarchy-square-02:before {
  content: "\4860";
}
.hgi-solid.hgi-hierarchy-square-03:before {
  content: "\4862";
}
.hgi-solid.hgi-hierarchy-square-04:before {
  content: "\4864";
}
.hgi-solid.hgi-hierarchy-square-05:before {
  content: "\4866";
}
.hgi-solid.hgi-hierarchy-square-06:before {
  content: "\4868";
}
.hgi-solid.hgi-hierarchy-square-07:before {
  content: "\486a";
}
.hgi-solid.hgi-hierarchy-square-08:before {
  content: "\486c";
}
.hgi-solid.hgi-hierarchy-square-10:before {
  content: "\486e";
}
.hgi-solid.hgi-hierarchy:before {
  content: "\486f";
}
.hgi-solid.hgi-high-heels-01:before {
  content: "\4871";
}
.hgi-solid.hgi-high-heels-02:before {
  content: "\4873";
}
.hgi-solid.hgi-highlighter:before {
  content: "\4875";
}
.hgi-solid.hgi-hijab:before {
  content: "\4877";
}
.hgi-solid.hgi-hockey:before {
  content: "\4879";
}
.hgi-solid.hgi-hold-01:before {
  content: "\487b";
}
.hgi-solid.hgi-hold-02:before {
  content: "\487d";
}
.hgi-solid.hgi-hold-03:before {
  content: "\487f";
}
.hgi-solid.hgi-hold-04:before {
  content: "\4881";
}
.hgi-solid.hgi-hold-05:before {
  content: "\4883";
}
.hgi-solid.hgi-hold-locked-01:before {
  content: "\4885";
}
.hgi-solid.hgi-hold-locked-02:before {
  content: "\4887";
}
.hgi-solid.hgi-hold-phone:before {
  content: "\4889";
}
.hgi-solid.hgi-hologram:before {
  content: "\488b";
}
.hgi-solid.hgi-home-01:before {
  content: "\488d";
}
.hgi-solid.hgi-home-02:before {
  content: "\488f";
}
.hgi-solid.hgi-home-03:before {
  content: "\4891";
}
.hgi-solid.hgi-home-04:before {
  content: "\4893";
}
.hgi-solid.hgi-home-05:before {
  content: "\4895";
}
.hgi-solid.hgi-home-06:before {
  content: "\4897";
}
.hgi-solid.hgi-home-07:before {
  content: "\4899";
}
.hgi-solid.hgi-home-08:before {
  content: "\489b";
}
.hgi-solid.hgi-home-09:before {
  content: "\489d";
}
.hgi-solid.hgi-home-10:before {
  content: "\489f";
}
.hgi-solid.hgi-home-11:before {
  content: "\48a1";
}
.hgi-solid.hgi-home-12:before {
  content: "\48a3";
}
.hgi-solid.hgi-home-13:before {
  content: "\48a5";
}
.hgi-solid.hgi-home-wifi:before {
  content: "\48a7";
}
.hgi-solid.hgi-honey-01:before {
  content: "\48a9";
}
.hgi-solid.hgi-honey-02:before {
  content: "\48ab";
}
.hgi-solid.hgi-honor:before {
  content: "\48ad";
}
.hgi-solid.hgi-honour-star:before {
  content: "\48af";
}
.hgi-solid.hgi-hoodie:before {
  content: "\48b1";
}
.hgi-solid.hgi-horizonal-scroll-point:before {
  content: "\48b3";
}
.hgi-solid.hgi-horizontal-resize:before {
  content: "\48b5";
}
.hgi-solid.hgi-horse-head:before {
  content: "\48b7";
}
.hgi-solid.hgi-horse-saddle:before {
  content: "\48b9";
}
.hgi-solid.hgi-horse:before {
  content: "\48bb";
}
.hgi-solid.hgi-hospital-01:before {
  content: "\48bd";
}
.hgi-solid.hgi-hospital-02:before {
  content: "\48bf";
}
.hgi-solid.hgi-hospital-bed-01:before {
  content: "\48c1";
}
.hgi-solid.hgi-hospital-bed-02:before {
  content: "\48c3";
}
.hgi-solid.hgi-hospital-location:before {
  content: "\48c5";
}
.hgi-solid.hgi-hot-air-balloon:before {
  content: "\48c7";
}
.hgi-solid.hgi-hot-price:before {
  content: "\48c9";
}
.hgi-solid.hgi-hot-tube:before {
  content: "\48cb";
}
.hgi-solid.hgi-hotdog:before {
  content: "\48cd";
}
.hgi-solid.hgi-hotel-01:before {
  content: "\48cf";
}
.hgi-solid.hgi-hotel-02:before {
  content: "\48d1";
}
.hgi-solid.hgi-hotel-bell:before {
  content: "\48d3";
}
.hgi-solid.hgi-hotspot-offline:before {
  content: "\48d5";
}
.hgi-solid.hgi-hotspot:before {
  content: "\48d7";
}
.hgi-solid.hgi-hourglass-off:before {
  content: "\48d9";
}
.hgi-solid.hgi-hourglass:before {
  content: "\48db";
}
.hgi-solid.hgi-house-01:before {
  content: "\48dd";
}
.hgi-solid.hgi-house-02:before {
  content: "\48df";
}
.hgi-solid.hgi-house-03:before {
  content: "\48e1";
}
.hgi-solid.hgi-house-04:before {
  content: "\48e3";
}
.hgi-solid.hgi-house-05:before {
  content: "\48e5";
}
.hgi-solid.hgi-house-solar-panel:before {
  content: "\48e7";
}
.hgi-solid.hgi-html-5:before {
  content: "\48e9";
}
.hgi-solid.hgi-hugeicons:before {
  content: "\48eb";
}
.hgi-solid.hgi-humidity:before {
  content: "\48ed";
}
.hgi-solid.hgi-hut:before {
  content: "\48ef";
}
.hgi-solid.hgi-hydro-power:before {
  content: "\48f1";
}
.hgi-solid.hgi-hyperbole:before {
  content: "\48f3";
}
.hgi-solid.hgi-ice-cream-01:before {
  content: "\48f5";
}
.hgi-solid.hgi-ice-cream-02:before {
  content: "\48f7";
}
.hgi-solid.hgi-ice-cream-03:before {
  content: "\48f9";
}
.hgi-solid.hgi-ice-cream-04:before {
  content: "\48fb";
}
.hgi-solid.hgi-ice-cubes:before {
  content: "\48fd";
}
.hgi-solid.hgi-ice-hockey:before {
  content: "\48ff";
}
.hgi-solid.hgi-ice-skating:before {
  content: "\4901";
}
.hgi-solid.hgi-ico:before {
  content: "\4903";
}
.hgi-solid.hgi-iconjar:before {
  content: "\4905";
}
.hgi-solid.hgi-id-not-verified:before {
  content: "\4907";
}
.hgi-solid.hgi-id-verified:before {
  content: "\490a";
}
.hgi-solid.hgi-id:before {
  content: "\490b";
}
.hgi-solid.hgi-idea-01:before {
  content: "\490d";
}
.hgi-solid.hgi-idea:before {
  content: "\490f";
}
.hgi-solid.hgi-identification:before {
  content: "\4911";
}
.hgi-solid.hgi-identity-card:before {
  content: "\4913";
}
.hgi-solid.hgi-image-01:before {
  content: "\4915";
}
.hgi-solid.hgi-image-02:before {
  content: "\4917";
}
.hgi-solid.hgi-image-03:before {
  content: "\4919";
}
.hgi-solid.hgi-image-actual-size:before {
  content: "\491b";
}
.hgi-solid.hgi-image-add-01:before {
  content: "\491d";
}
.hgi-solid.hgi-image-add-02:before {
  content: "\491f";
}
.hgi-solid.hgi-image-composition-oval:before {
  content: "\4921";
}
.hgi-solid.hgi-image-composition:before {
  content: "\4923";
}
.hgi-solid.hgi-image-counter-clockwise:before {
  content: "\4925";
}
.hgi-solid.hgi-image-crop:before {
  content: "\4927";
}
.hgi-solid.hgi-image-delete-01:before {
  content: "\4929";
}
.hgi-solid.hgi-image-delete-02:before {
  content: "\492b";
}
.hgi-solid.hgi-image-done-01:before {
  content: "\492d";
}
.hgi-solid.hgi-image-done-02:before {
  content: "\492f";
}
.hgi-solid.hgi-image-download-02:before {
  content: "\4931";
}
.hgi-solid.hgi-image-download:before {
  content: "\4933";
}
.hgi-solid.hgi-image-flip -horizontal:before {
  content: "\4935";
}
.hgi-solid.hgi-image-flip-vertical:before {
  content: "\4937";
}
.hgi-solid.hgi-image-not-found-01:before {
  content: "\4939";
}
.hgi-solid.hgi-image-not-found-02:before {
  content: "\493b";
}
.hgi-solid.hgi-image-remove-01:before {
  content: "\493d";
}
.hgi-solid.hgi-image-remove-02:before {
  content: "\493f";
}
.hgi-solid.hgi-image-rotation-clockwise:before {
  content: "\4941";
}
.hgi-solid.hgi-image-upload-01:before {
  content: "\4943";
}
.hgi-solid.hgi-image-upload:before {
  content: "\4945";
}
.hgi-solid.hgi-imo:before {
  content: "\4947";
}
.hgi-solid.hgi-important-book:before {
  content: "\4949";
}
.hgi-solid.hgi-in-love:before {
  content: "\494b";
}
.hgi-solid.hgi-inbox-check:before {
  content: "\494d";
}
.hgi-solid.hgi-inbox-download:before {
  content: "\494f";
}
.hgi-solid.hgi-inbox-unread:before {
  content: "\4952";
}
.hgi-solid.hgi-inbox-upload:before {
  content: "\4954";
}
.hgi-solid.hgi-inbox:before {
  content: "\4955";
}
.hgi-solid.hgi-incognito:before {
  content: "\4957";
}
.hgi-solid.hgi-india-gate:before {
  content: "\4959";
}
.hgi-solid.hgi-inequality-01:before {
  content: "\495b";
}
.hgi-solid.hgi-inequality-02:before {
  content: "\495d";
}
.hgi-solid.hgi-inequality-circle-01:before {
  content: "\495f";
}
.hgi-solid.hgi-inequality-circle-02:before {
  content: "\4961";
}
.hgi-solid.hgi-inequality-square-01:before {
  content: "\4963";
}
.hgi-solid.hgi-inequality-square-02:before {
  content: "\4965";
}
.hgi-solid.hgi-infant:before {
  content: "\4967";
}
.hgi-solid.hgi-infinity-01:before {
  content: "\4969";
}
.hgi-solid.hgi-infinity-02:before {
  content: "\496b";
}
.hgi-solid.hgi-infinity-circle:before {
  content: "\496d";
}
.hgi-solid.hgi-infinity-square:before {
  content: "\496f";
}
.hgi-solid.hgi-information-circle:before {
  content: "\4971";
}
.hgi-solid.hgi-information-diamond:before {
  content: "\4973";
}
.hgi-solid.hgi-information-square:before {
  content: "\4975";
}
.hgi-solid.hgi-injection:before {
  content: "\4977";
}
.hgi-solid.hgi-insert-bottom-image:before {
  content: "\4979";
}
.hgi-solid.hgi-insert-center-image:before {
  content: "\497b";
}
.hgi-solid.hgi-insert-column-left:before {
  content: "\497d";
}
.hgi-solid.hgi-insert-column:before {
  content: "\497f";
}
.hgi-solid.hgi-insert-pi:before {
  content: "\4981";
}
.hgi-solid.hgi-insert-row-down:before {
  content: "\4983";
}
.hgi-solid.hgi-insert-row-up:before {
  content: "\4986";
}
.hgi-solid.hgi-insert-row:before {
  content: "\4987";
}
.hgi-solid.hgi-insert-top-image:before {
  content: "\4989";
}
.hgi-solid.hgi-inspect-code:before {
  content: "\498b";
}
.hgi-solid.hgi-instagram:before {
  content: "\498d";
}
.hgi-solid.hgi-installing-updates-01:before {
  content: "\498f";
}
.hgi-solid.hgi-installing-updates-02:before {
  content: "\4991";
}
.hgi-solid.hgi-internet-antenna-01:before {
  content: "\4993";
}
.hgi-solid.hgi-internet-antenna-02:before {
  content: "\4995";
}
.hgi-solid.hgi-internet-antenna-03:before {
  content: "\4997";
}
.hgi-solid.hgi-internet-antenna-04:before {
  content: "\4999";
}
.hgi-solid.hgi-internet:before {
  content: "\499b";
}
.hgi-solid.hgi-investigation:before {
  content: "\499d";
}
.hgi-solid.hgi-invoice-01:before {
  content: "\499f";
}
.hgi-solid.hgi-invoice-02:before {
  content: "\49a1";
}
.hgi-solid.hgi-invoice-03:before {
  content: "\49a3";
}
.hgi-solid.hgi-invoice-04:before {
  content: "\49a5";
}
.hgi-solid.hgi-invoice:before {
  content: "\49a7";
}
.hgi-solid.hgi-ipod:before {
  content: "\49a9";
}
.hgi-solid.hgi-iris-scan:before {
  content: "\49ab";
}
.hgi-solid.hgi-island:before {
  content: "\49ad";
}
.hgi-solid.hgi-jar:before {
  content: "\49af";
}
.hgi-solid.hgi-java-script:before {
  content: "\49b1";
}
.hgi-solid.hgi-java:before {
  content: "\49b3";
}
.hgi-solid.hgi-job-link:before {
  content: "\49b5";
}
.hgi-solid.hgi-job-search:before {
  content: "\49b7";
}
.hgi-solid.hgi-job-share:before {
  content: "\49b9";
}
.hgi-solid.hgi-jogger-pants:before {
  content: "\49bb";
}
.hgi-solid.hgi-join-bevel:before {
  content: "\49bd";
}
.hgi-solid.hgi-join-round:before {
  content: "\49bf";
}
.hgi-solid.hgi-join-straight:before {
  content: "\49c1";
}
.hgi-solid.hgi-joker:before {
  content: "\49c3";
}
.hgi-solid.hgi-joystick-01:before {
  content: "\49c5";
}
.hgi-solid.hgi-joystick-02:before {
  content: "\49c7";
}
.hgi-solid.hgi-joystick-03:before {
  content: "\49c9";
}
.hgi-solid.hgi-joystick-04:before {
  content: "\49cb";
}
.hgi-solid.hgi-joystick-05:before {
  content: "\49cd";
}
.hgi-solid.hgi-jpg-01:before {
  content: "\49cf";
}
.hgi-solid.hgi-jpg-02:before {
  content: "\49d1";
}
.hgi-solid.hgi-jsx-01:before {
  content: "\49d3";
}
.hgi-solid.hgi-jsx-02:before {
  content: "\49d5";
}
.hgi-solid.hgi-jsx-03:before {
  content: "\49d7";
}
.hgi-solid.hgi-judge:before {
  content: "\49d9";
}
.hgi-solid.hgi-jumpers:before {
  content: "\49db";
}
.hgi-solid.hgi-jupiter:before {
  content: "\49dd";
}
.hgi-solid.hgi-justice-scale-01:before {
  content: "\49df";
}
.hgi-solid.hgi-justice-scale-02:before {
  content: "\49e1";
}
.hgi-solid.hgi-kaaba-01:before {
  content: "\49e3";
}
.hgi-solid.hgi-kaaba-02:before {
  content: "\49e5";
}
.hgi-solid.hgi-kanban:before {
  content: "\49e7";
}
.hgi-solid.hgi-kayak:before {
  content: "\49e9";
}
.hgi-solid.hgi-keffiyeh:before {
  content: "\49eb";
}
.hgi-solid.hgi-kettle-01:before {
  content: "\49ed";
}
.hgi-solid.hgi-kettle:before {
  content: "\49ef";
}
.hgi-solid.hgi-kettlebell:before {
  content: "\49f1";
}
.hgi-solid.hgi-ketupat:before {
  content: "\49f3";
}
.hgi-solid.hgi-key-01:before {
  content: "\49f5";
}
.hgi-solid.hgi-key-02:before {
  content: "\49f7";
}
.hgi-solid.hgi-key-generator-fob:before {
  content: "\49f9";
}
.hgi-solid.hgi-keyboard:before {
  content: "\49fb";
}
.hgi-solid.hgi-keyframe-add:before {
  content: "\49fd";
}
.hgi-solid.hgi-keyframe-align-center:before {
  content: "\49ff";
}
.hgi-solid.hgi-keyframe-align-horizontal:before {
  content: "\4a01";
}
.hgi-solid.hgi-keyframe-align-vertical:before {
  content: "\4a03";
}
.hgi-solid.hgi-keyframe-bottom:before {
  content: "\4a05";
}
.hgi-solid.hgi-keyframe-left:before {
  content: "\4a07";
}
.hgi-solid.hgi-keyframe-remove:before {
  content: "\4a09";
}
.hgi-solid.hgi-keyframe-right:before {
  content: "\4a0b";
}
.hgi-solid.hgi-keyframe-top:before {
  content: "\4a0e";
}
.hgi-solid.hgi-keyframe:before {
  content: "\4a0f";
}
.hgi-solid.hgi-keyframes-double-add:before {
  content: "\4a11";
}
.hgi-solid.hgi-keyframes-double-remove:before {
  content: "\4a13";
}
.hgi-solid.hgi-keyframes-double:before {
  content: "\4a15";
}
.hgi-solid.hgi-keyframes-multiple-add:before {
  content: "\4a17";
}
.hgi-solid.hgi-keyframes-multiple-remove:before {
  content: "\4a19";
}
.hgi-solid.hgi-keyframes-multiple:before {
  content: "\4a1b";
}
.hgi-solid.hgi-kickstarter-01:before {
  content: "\4a1d";
}
.hgi-solid.hgi-kickstarter-02:before {
  content: "\4a1f";
}
.hgi-solid.hgi-kid:before {
  content: "\4a21";
}
.hgi-solid.hgi-kidneys:before {
  content: "\4a23";
}
.hgi-solid.hgi-kissing:before {
  content: "\4a25";
}
.hgi-solid.hgi-kitchen-utensils:before {
  content: "\4a27";
}
.hgi-solid.hgi-kite:before {
  content: "\4a29";
}
.hgi-solid.hgi-klarna:before {
  content: "\4a2b";
}
.hgi-solid.hgi-knife-01:before {
  content: "\4a2d";
}
.hgi-solid.hgi-knife-02:before {
  content: "\4a2f";
}
.hgi-solid.hgi-knife-bread:before {
  content: "\4a31";
}
.hgi-solid.hgi-knight-shield:before {
  content: "\4a33";
}
.hgi-solid.hgi-knives:before {
  content: "\4a35";
}
.hgi-solid.hgi-knowledge-01:before {
  content: "\4a37";
}
.hgi-solid.hgi-knowledge-02:before {
  content: "\4a39";
}
.hgi-solid.hgi-ko-fi:before {
  content: "\4a3b";
}
.hgi-solid.hgi-kurta-01:before {
  content: "\4a3d";
}
.hgi-solid.hgi-kurta:before {
  content: "\4a3f";
}
.hgi-solid.hgi-label-important:before {
  content: "\4a41";
}
.hgi-solid.hgi-label:before {
  content: "\4a43";
}
.hgi-solid.hgi-labor:before {
  content: "\4a45";
}
.hgi-solid.hgi-labs:before {
  content: "\4a47";
}
.hgi-solid.hgi-lake:before {
  content: "\4a49";
}
.hgi-solid.hgi-lamp-01:before {
  content: "\4a4b";
}
.hgi-solid.hgi-lamp-02:before {
  content: "\4a4d";
}
.hgi-solid.hgi-lamp-03:before {
  content: "\4a4f";
}
.hgi-solid.hgi-lamp-04:before {
  content: "\4a51";
}
.hgi-solid.hgi-lamp-05:before {
  content: "\4a53";
}
.hgi-solid.hgi-lamp:before {
  content: "\4a55";
}
.hgi-solid.hgi-language-circle:before {
  content: "\4a57";
}
.hgi-solid.hgi-language-skill:before {
  content: "\4a59";
}
.hgi-solid.hgi-language-square:before {
  content: "\4a5b";
}
.hgi-solid.hgi-lantern:before {
  content: "\4a5d";
}
.hgi-solid.hgi-laptop-add:before {
  content: "\4a5f";
}
.hgi-solid.hgi-laptop-charging:before {
  content: "\4a61";
}
.hgi-solid.hgi-laptop-check:before {
  content: "\4a63";
}
.hgi-solid.hgi-laptop-cloud:before {
  content: "\4a65";
}
.hgi-solid.hgi-laptop-issue:before {
  content: "\4a67";
}
.hgi-solid.hgi-laptop-performance:before {
  content: "\4a69";
}
.hgi-solid.hgi-laptop-phone-sync:before {
  content: "\4a6b";
}
.hgi-solid.hgi-laptop-programming:before {
  content: "\4a6d";
}
.hgi-solid.hgi-laptop-remove:before {
  content: "\4a6f";
}
.hgi-solid.hgi-laptop-settings:before {
  content: "\4a72";
}
.hgi-solid.hgi-laptop-video:before {
  content: "\4a74";
}
.hgi-solid.hgi-laptop:before {
  content: "\4a75";
}
.hgi-solid.hgi-lasso-tool-01:before {
  content: "\4a77";
}
.hgi-solid.hgi-lasso-tool-02:before {
  content: "\4a79";
}
.hgi-solid.hgi-last-fm:before {
  content: "\4a7b";
}
.hgi-solid.hgi-latitude:before {
  content: "\4a7d";
}
.hgi-solid.hgi-laughing:before {
  content: "\4a7f";
}
.hgi-solid.hgi-laurel-wreath-01:before {
  content: "\4a81";
}
.hgi-solid.hgi-laurel-wreath-02:before {
  content: "\4a83";
}
.hgi-solid.hgi-laurel-wreath-first-01:before {
  content: "\4a85";
}
.hgi-solid.hgi-laurel-wreath-first-02:before {
  content: "\4a87";
}
.hgi-solid.hgi-laurel-wreath-left-01:before {
  content: "\4a89";
}
.hgi-solid.hgi-laurel-wreath-left-02:before {
  content: "\4a8b";
}
.hgi-solid.hgi-laurel-wreath-left-03:before {
  content: "\4a8d";
}
.hgi-solid.hgi-laurel-wreath-right-01:before {
  content: "\4a8f";
}
.hgi-solid.hgi-laurel-wreath-right-02:before {
  content: "\4a91";
}
.hgi-solid.hgi-laurel-wreath-right-03:before {
  content: "\4a93";
}
.hgi-solid.hgi-layer-add:before {
  content: "\4a95";
}
.hgi-solid.hgi-layer-mask-01:before {
  content: "\4a97";
}
.hgi-solid.hgi-layer-mask-02:before {
  content: "\4a99";
}
.hgi-solid.hgi-layers-01:before {
  content: "\4a9b";
}
.hgi-solid.hgi-layers-02:before {
  content: "\4a9d";
}
.hgi-solid.hgi-layers-logo:before {
  content: "\4a9f";
}
.hgi-solid.hgi-layout-01:before {
  content: "\4aa1";
}
.hgi-solid.hgi-layout-02:before {
  content: "\4aa3";
}
.hgi-solid.hgi-layout-03:before {
  content: "\4aa5";
}
.hgi-solid.hgi-layout-04:before {
  content: "\4aa7";
}
.hgi-solid.hgi-layout-05:before {
  content: "\4aa9";
}
.hgi-solid.hgi-layout-06:before {
  content: "\4aab";
}
.hgi-solid.hgi-layout-07:before {
  content: "\4aad";
}
.hgi-solid.hgi-layout-2-column:before {
  content: "\4aaf";
}
.hgi-solid.hgi-layout-2-row:before {
  content: "\4ab1";
}
.hgi-solid.hgi-layout-3-column:before {
  content: "\4ab3";
}
.hgi-solid.hgi-layout-3-row:before {
  content: "\4ab5";
}
.hgi-solid.hgi-layout-bottom:before {
  content: "\4ab7";
}
.hgi-solid.hgi-layout-grid:before {
  content: "\4ab9";
}
.hgi-solid.hgi-layout-left:before {
  content: "\4abb";
}
.hgi-solid.hgi-layout-right:before {
  content: "\4abd";
}
.hgi-solid.hgi-layout-table-01:before {
  content: "\4abf";
}
.hgi-solid.hgi-layout-table-02:before {
  content: "\4ac1";
}
.hgi-solid.hgi-layout-top:before {
  content: "\4ac3";
}
.hgi-solid.hgi-leaf-01:before {
  content: "\4ac5";
}
.hgi-solid.hgi-leaf-02:before {
  content: "\4ac7";
}
.hgi-solid.hgi-leaf-03:before {
  content: "\4ac9";
}
.hgi-solid.hgi-leaf-04:before {
  content: "\4acb";
}
.hgi-solid.hgi-leaving-geo-fence:before {
  content: "\4acd";
}
.hgi-solid.hgi-leetcode:before {
  content: "\4acf";
}
.hgi-solid.hgi-left-angle:before {
  content: "\4ad1";
}
.hgi-solid.hgi-left-to-right-block-quote:before {
  content: "\4ad3";
}
.hgi-solid.hgi-left-to-right-list-bullet:before {
  content: "\4ad5";
}
.hgi-solid.hgi-left-to-right-list-dash:before {
  content: "\4ad7";
}
.hgi-solid.hgi-left-to-right-list-number:before {
  content: "\4ad9";
}
.hgi-solid.hgi-left-to-right-list-star-01:before {
  content: "\4adb";
}
.hgi-solid.hgi-left-to-right-list-star:before {
  content: "\4add";
}
.hgi-solid.hgi-left-to-right-list-triangle:before {
  content: "\4adf";
}
.hgi-solid.hgi-left-triangle:before {
  content: "\4ae1";
}
.hgi-solid.hgi-legal-01:before {
  content: "\4ae3";
}
.hgi-solid.hgi-legal-02:before {
  content: "\4ae5";
}
.hgi-solid.hgi-legal-document-01:before {
  content: "\4ae7";
}
.hgi-solid.hgi-legal-document-02:before {
  content: "\4ae9";
}
.hgi-solid.hgi-legal-hammer:before {
  content: "\4aeb";
}
.hgi-solid.hgi-less-than-circle:before {
  content: "\4aed";
}
.hgi-solid.hgi-less-than-square:before {
  content: "\4af0";
}
.hgi-solid.hgi-less-than:before {
  content: "\4af1";
}
.hgi-solid.hgi-letter-spacing:before {
  content: "\4af3";
}
.hgi-solid.hgi-libraries:before {
  content: "\4af5";
}
.hgi-solid.hgi-library:before {
  content: "\4af7";
}
.hgi-solid.hgi-license-draft:before {
  content: "\4af9";
}
.hgi-solid.hgi-license-maintenance:before {
  content: "\4afb";
}
.hgi-solid.hgi-license-no:before {
  content: "\4afd";
}
.hgi-solid.hgi-license-pin:before {
  content: "\4aff";
}
.hgi-solid.hgi-license-third-party:before {
  content: "\4b02";
}
.hgi-solid.hgi-license:before {
  content: "\4b03";
}
.hgi-solid.hgi-lift-truck:before {
  content: "\4b05";
}
.hgi-solid.hgi-lighthouse:before {
  content: "\4b07";
}
.hgi-solid.hgi-limit-order:before {
  content: "\4b09";
}
.hgi-solid.hgi-limitation:before {
  content: "\4b0b";
}
.hgi-solid.hgi-line:before {
  content: "\4b0d";
}
.hgi-solid.hgi-liner:before {
  content: "\4b0f";
}
.hgi-solid.hgi-link-01:before {
  content: "\4b11";
}
.hgi-solid.hgi-link-02:before {
  content: "\4b13";
}
.hgi-solid.hgi-link-03:before {
  content: "\4b15";
}
.hgi-solid.hgi-link-04:before {
  content: "\4b17";
}
.hgi-solid.hgi-link-05:before {
  content: "\4b19";
}
.hgi-solid.hgi-link-06:before {
  content: "\4b1b";
}
.hgi-solid.hgi-link-backward:before {
  content: "\4b1d";
}
.hgi-solid.hgi-link-circle-02:before {
  content: "\4b1f";
}
.hgi-solid.hgi-link-circle:before {
  content: "\4b21";
}
.hgi-solid.hgi-link-forward:before {
  content: "\4b23";
}
.hgi-solid.hgi-link-square-01:before {
  content: "\4b25";
}
.hgi-solid.hgi-link-square-02:before {
  content: "\4b27";
}
.hgi-solid.hgi-linkedin-01:before {
  content: "\4b29";
}
.hgi-solid.hgi-linkedin-02:before {
  content: "\4b2b";
}
.hgi-solid.hgi-list-setting:before {
  content: "\4b2d";
}
.hgi-solid.hgi-list-view:before {
  content: "\4b2f";
}
.hgi-solid.hgi-litecoin:before {
  content: "\4b31";
}
.hgi-solid.hgi-live-streaming-01:before {
  content: "\4b33";
}
.hgi-solid.hgi-live-streaming-02:before {
  content: "\4b35";
}
.hgi-solid.hgi-live-streaming-03:before {
  content: "\4b37";
}
.hgi-solid.hgi-liver:before {
  content: "\4b39";
}
.hgi-solid.hgi-loading-01:before {
  content: "\4b3b";
}
.hgi-solid.hgi-loading-02:before {
  content: "\4b3d";
}
.hgi-solid.hgi-loading-03:before {
  content: "\4b3f";
}
.hgi-solid.hgi-loading-04:before {
  content: "\4b41";
}
.hgi-solid.hgi-location-01:before {
  content: "\4b43";
}
.hgi-solid.hgi-location-02:before {
  content: "\4b45";
}
.hgi-solid.hgi-location-03:before {
  content: "\4b47";
}
.hgi-solid.hgi-location-04:before {
  content: "\4b49";
}
.hgi-solid.hgi-location-05:before {
  content: "\4b4b";
}
.hgi-solid.hgi-location-06:before {
  content: "\4b4d";
}
.hgi-solid.hgi-location-07:before {
  content: "\4b4f";
}
.hgi-solid.hgi-location-08:before {
  content: "\4b51";
}
.hgi-solid.hgi-location-09:before {
  content: "\4b53";
}
.hgi-solid.hgi-location-10:before {
  content: "\4b55";
}
.hgi-solid.hgi-location-add-01:before {
  content: "\4b57";
}
.hgi-solid.hgi-location-add-02:before {
  content: "\4b59";
}
.hgi-solid.hgi-location-check-01:before {
  content: "\4b5b";
}
.hgi-solid.hgi-location-check-02:before {
  content: "\4b5d";
}
.hgi-solid.hgi-location-favourite-01:before {
  content: "\4b5f";
}
.hgi-solid.hgi-location-favourite-02:before {
  content: "\4b61";
}
.hgi-solid.hgi-location-offline-01:before {
  content: "\4b63";
}
.hgi-solid.hgi-location-offline-02:before {
  content: "\4b65";
}
.hgi-solid.hgi-location-offline-03:before {
  content: "\4b67";
}
.hgi-solid.hgi-location-offline-04:before {
  content: "\4b69";
}
.hgi-solid.hgi-location-remove-01:before {
  content: "\4b6b";
}
.hgi-solid.hgi-location-remove-02:before {
  content: "\4b6d";
}
.hgi-solid.hgi-location-share-01:before {
  content: "\4b6f";
}
.hgi-solid.hgi-location-share-02:before {
  content: "\4b71";
}
.hgi-solid.hgi-location-star-01:before {
  content: "\4b73";
}
.hgi-solid.hgi-location-star-02:before {
  content: "\4b75";
}
.hgi-solid.hgi-location-update-01:before {
  content: "\4b77";
}
.hgi-solid.hgi-location-update-02:before {
  content: "\4b79";
}
.hgi-solid.hgi-location-user-01:before {
  content: "\4b7b";
}
.hgi-solid.hgi-location-user-02:before {
  content: "\4b7d";
}
.hgi-solid.hgi-location-user-03:before {
  content: "\4b7f";
}
.hgi-solid.hgi-location-user-04:before {
  content: "\4b81";
}
.hgi-solid.hgi-lock-computer:before {
  content: "\4b83";
}
.hgi-solid.hgi-lock-key:before {
  content: "\4b85";
}
.hgi-solid.hgi-lock-password:before {
  content: "\4b87";
}
.hgi-solid.hgi-lock-sync-01:before {
  content: "\4b8a";
}
.hgi-solid.hgi-lock-sync-02:before {
  content: "\4b8c";
}
.hgi-solid.hgi-lock:before {
  content: "\4b8d";
}
.hgi-solid.hgi-locked:before {
  content: "\4b8f";
}
.hgi-solid.hgi-locker-01:before {
  content: "\4b91";
}
.hgi-solid.hgi-locker:before {
  content: "\4b93";
}
.hgi-solid.hgi-login-01:before {
  content: "\4b95";
}
.hgi-solid.hgi-login-02:before {
  content: "\4b97";
}
.hgi-solid.hgi-login-03:before {
  content: "\4b99";
}
.hgi-solid.hgi-login-circle-01:before {
  content: "\4b9b";
}
.hgi-solid.hgi-login-circle-02:before {
  content: "\4b9d";
}
.hgi-solid.hgi-login-method:before {
  content: "\4b9f";
}
.hgi-solid.hgi-login-square-01:before {
  content: "\4ba1";
}
.hgi-solid.hgi-login-square-02:before {
  content: "\4ba3";
}
.hgi-solid.hgi-logout-01:before {
  content: "\4ba5";
}
.hgi-solid.hgi-logout-02:before {
  content: "\4ba7";
}
.hgi-solid.hgi-logout-03:before {
  content: "\4ba9";
}
.hgi-solid.hgi-logout-04:before {
  content: "\4bab";
}
.hgi-solid.hgi-logout-05:before {
  content: "\4bad";
}
.hgi-solid.hgi-logout-circle-01:before {
  content: "\4baf";
}
.hgi-solid.hgi-logout-circle-02:before {
  content: "\4bb1";
}
.hgi-solid.hgi-logout-square-01:before {
  content: "\4bb3";
}
.hgi-solid.hgi-logout-square-02:before {
  content: "\4bb5";
}
.hgi-solid.hgi-lollipop:before {
  content: "\4bb7";
}
.hgi-solid.hgi-long-sleeve-shirt:before {
  content: "\4bb9";
}
.hgi-solid.hgi-longitude:before {
  content: "\4bbb";
}
.hgi-solid.hgi-look-bottom:before {
  content: "\4bbd";
}
.hgi-solid.hgi-look-left:before {
  content: "\4bbf";
}
.hgi-solid.hgi-look-right:before {
  content: "\4bc1";
}
.hgi-solid.hgi-look-top:before {
  content: "\4bc3";
}
.hgi-solid.hgi-loom:before {
  content: "\4bc5";
}
.hgi-solid.hgi-lottiefiles:before {
  content: "\4bc7";
}
.hgi-solid.hgi-love-korean-finger:before {
  content: "\4bc9";
}
.hgi-solid.hgi-low-signal:before {
  content: "\4bcb";
}
.hgi-solid.hgi-loyalty-card:before {
  content: "\4bcd";
}
.hgi-solid.hgi-luggage-01:before {
  content: "\4bcf";
}
.hgi-solid.hgi-luggage-02:before {
  content: "\4bd1";
}
.hgi-solid.hgi-lungs:before {
  content: "\4bd3";
}
.hgi-solid.hgi-machine-robot:before {
  content: "\4bd5";
}
.hgi-solid.hgi-magic-wand-01:before {
  content: "\4bd7";
}
.hgi-solid.hgi-magic-wand-02:before {
  content: "\4bd9";
}
.hgi-solid.hgi-magic-wand-03:before {
  content: "\4bdb";
}
.hgi-solid.hgi-magic-wand-04:before {
  content: "\4bdd";
}
.hgi-solid.hgi-magnet-01:before {
  content: "\4bdf";
}
.hgi-solid.hgi-magnet-02:before {
  content: "\4be1";
}
.hgi-solid.hgi-magnet:before {
  content: "\4be3";
}
.hgi-solid.hgi-mail-01:before {
  content: "\4be5";
}
.hgi-solid.hgi-mail-02:before {
  content: "\4be7";
}
.hgi-solid.hgi-mail-account-01:before {
  content: "\4be9";
}
.hgi-solid.hgi-mail-account-02:before {
  content: "\4beb";
}
.hgi-solid.hgi-mail-add-01:before {
  content: "\4bed";
}
.hgi-solid.hgi-mail-add-02:before {
  content: "\4bef";
}
.hgi-solid.hgi-mail-at-sign-01:before {
  content: "\4bf1";
}
.hgi-solid.hgi-mail-at-sign-02:before {
  content: "\4bf3";
}
.hgi-solid.hgi-mail-block-01:before {
  content: "\4bf5";
}
.hgi-solid.hgi-mail-block-02:before {
  content: "\4bf7";
}
.hgi-solid.hgi-mail-download-01:before {
  content: "\4bf9";
}
.hgi-solid.hgi-mail-download-02:before {
  content: "\4bfb";
}
.hgi-solid.hgi-mail-edit-01:before {
  content: "\4bfd";
}
.hgi-solid.hgi-mail-edit-02:before {
  content: "\4bff";
}
.hgi-solid.hgi-mail-lock-01:before {
  content: "\4c01";
}
.hgi-solid.hgi-mail-lock-02:before {
  content: "\4c03";
}
.hgi-solid.hgi-mail-love-01:before {
  content: "\4c05";
}
.hgi-solid.hgi-mail-love-02:before {
  content: "\4c07";
}
.hgi-solid.hgi-mail-minus-01:before {
  content: "\4c09";
}
.hgi-solid.hgi-mail-minus-02:before {
  content: "\4c0b";
}
.hgi-solid.hgi-mail-open-01:before {
  content: "\4c0d";
}
.hgi-solid.hgi-mail-open-02:before {
  content: "\4c0f";
}
.hgi-solid.hgi-mail-open-love:before {
  content: "\4c11";
}
.hgi-solid.hgi-mail-open:before {
  content: "\4c13";
}
.hgi-solid.hgi-mail-receive-01:before {
  content: "\4c15";
}
.hgi-solid.hgi-mail-receive-02:before {
  content: "\4c17";
}
.hgi-solid.hgi-mail-remove-01:before {
  content: "\4c19";
}
.hgi-solid.hgi-mail-remove-02:before {
  content: "\4c1b";
}
.hgi-solid.hgi-mail-reply-01:before {
  content: "\4c1d";
}
.hgi-solid.hgi-mail-reply-02:before {
  content: "\4c1f";
}
.hgi-solid.hgi-mail-reply-all-01:before {
  content: "\4c21";
}
.hgi-solid.hgi-mail-reply-all-02:before {
  content: "\4c23";
}
.hgi-solid.hgi-mail-search-01:before {
  content: "\4c25";
}
.hgi-solid.hgi-mail-search-02:before {
  content: "\4c27";
}
.hgi-solid.hgi-mail-secure-01:before {
  content: "\4c29";
}
.hgi-solid.hgi-mail-secure-02:before {
  content: "\4c2b";
}
.hgi-solid.hgi-mail-send-01:before {
  content: "\4c2d";
}
.hgi-solid.hgi-mail-send-02:before {
  content: "\4c2f";
}
.hgi-solid.hgi-mail-setting-01:before {
  content: "\4c31";
}
.hgi-solid.hgi-mail-setting-02:before {
  content: "\4c33";
}
.hgi-solid.hgi-mail-unlock-01:before {
  content: "\4c35";
}
.hgi-solid.hgi-mail-unlock-02:before {
  content: "\4c37";
}
.hgi-solid.hgi-mail-upload-01:before {
  content: "\4c39";
}
.hgi-solid.hgi-mail-upload-02:before {
  content: "\4c3b";
}
.hgi-solid.hgi-mail-validation-01:before {
  content: "\4c3d";
}
.hgi-solid.hgi-mail-validation-02:before {
  content: "\4c3f";
}
.hgi-solid.hgi-mail-voice-01:before {
  content: "\4c41";
}
.hgi-solid.hgi-mail-voice-02:before {
  content: "\4c43";
}
.hgi-solid.hgi-mailbox-01:before {
  content: "\4c45";
}
.hgi-solid.hgi-mailbox:before {
  content: "\4c47";
}
.hgi-solid.hgi-male-02:before {
  content: "\4c49";
}
.hgi-solid.hgi-male-symbol:before {
  content: "\4c4b";
}
.hgi-solid.hgi-man-woman:before {
  content: "\4c4e";
}
.hgi-solid.hgi-man:before {
  content: "\4c4f";
}
.hgi-solid.hgi-manager:before {
  content: "\4c51";
}
.hgi-solid.hgi-map-pin:before {
  content: "\4c53";
}
.hgi-solid.hgi-map-pinpoint-01:before {
  content: "\4c55";
}
.hgi-solid.hgi-map-pinpoint-02:before {
  content: "\4c57";
}
.hgi-solid.hgi-maping:before {
  content: "\4c59";
}
.hgi-solid.hgi-maps-circle-01:before {
  content: "\4c5b";
}
.hgi-solid.hgi-maps-circle-02:before {
  content: "\4c5d";
}
.hgi-solid.hgi-maps-editing:before {
  content: "\4c5f";
}
.hgi-solid.hgi-maps-global-01:before {
  content: "\4c61";
}
.hgi-solid.hgi-maps-global-02:before {
  content: "\4c63";
}
.hgi-solid.hgi-maps-location-01:before {
  content: "\4c65";
}
.hgi-solid.hgi-maps-location-02:before {
  content: "\4c67";
}
.hgi-solid.hgi-maps-off:before {
  content: "\4c69";
}
.hgi-solid.hgi-maps-refresh:before {
  content: "\4c6b";
}
.hgi-solid.hgi-maps-search:before {
  content: "\4c6d";
}
.hgi-solid.hgi-maps-square-01:before {
  content: "\4c70";
}
.hgi-solid.hgi-maps-square-02:before {
  content: "\4c72";
}
.hgi-solid.hgi-maps:before {
  content: "\4c73";
}
.hgi-solid.hgi-market-analysis:before {
  content: "\4c75";
}
.hgi-solid.hgi-market-order:before {
  content: "\4c77";
}
.hgi-solid.hgi-marketing:before {
  content: "\4c79";
}
.hgi-solid.hgi-mask-love:before {
  content: "\4c7b";
}
.hgi-solid.hgi-mask:before {
  content: "\4c7d";
}
.hgi-solid.hgi-master-card:before {
  content: "\4c7f";
}
.hgi-solid.hgi-mastodon:before {
  content: "\4c81";
}
.hgi-solid.hgi-matches:before {
  content: "\4c83";
}
.hgi-solid.hgi-material-and-texture:before {
  content: "\4c85";
}
.hgi-solid.hgi-math:before {
  content: "\4c87";
}
.hgi-solid.hgi-matrix:before {
  content: "\4c89";
}
.hgi-solid.hgi-maximize-01:before {
  content: "\4c8b";
}
.hgi-solid.hgi-maximize-02:before {
  content: "\4c8d";
}
.hgi-solid.hgi-maximize-03:before {
  content: "\4c8f";
}
.hgi-solid.hgi-maximize-04:before {
  content: "\4c91";
}
.hgi-solid.hgi-maximize-screen:before {
  content: "\4c93";
}
.hgi-solid.hgi-mayan-pyramid:before {
  content: "\4c95";
}
.hgi-solid.hgi-maze:before {
  content: "\4c97";
}
.hgi-solid.hgi-medal-01:before {
  content: "\4c99";
}
.hgi-solid.hgi-medal-02:before {
  content: "\4c9b";
}
.hgi-solid.hgi-medal-03:before {
  content: "\4c9d";
}
.hgi-solid.hgi-medal-04:before {
  content: "\4c9f";
}
.hgi-solid.hgi-medal-05:before {
  content: "\4ca1";
}
.hgi-solid.hgi-medal-06:before {
  content: "\4ca3";
}
.hgi-solid.hgi-medal-07:before {
  content: "\4ca5";
}
.hgi-solid.hgi-medal-first-place:before {
  content: "\4ca7";
}
.hgi-solid.hgi-medal-second-place:before {
  content: "\4ca9";
}
.hgi-solid.hgi-medal-third-place:before {
  content: "\4cab";
}
.hgi-solid.hgi-medical-file:before {
  content: "\4cad";
}
.hgi-solid.hgi-medical-mask:before {
  content: "\4caf";
}
.hgi-solid.hgi-medicine-01:before {
  content: "\4cb1";
}
.hgi-solid.hgi-medicine-02:before {
  content: "\4cb3";
}
.hgi-solid.hgi-medicine-bottle-01:before {
  content: "\4cb5";
}
.hgi-solid.hgi-medicine-bottle-02:before {
  content: "\4cb7";
}
.hgi-solid.hgi-medicine-syrup:before {
  content: "\4cb9";
}
.hgi-solid.hgi-medium-signal:before {
  content: "\4cbc";
}
.hgi-solid.hgi-medium-square:before {
  content: "\4cbe";
}
.hgi-solid.hgi-medium:before {
  content: "\4cbf";
}
.hgi-solid.hgi-meeting-room:before {
  content: "\4cc1";
}
.hgi-solid.hgi-megaphone-01:before {
  content: "\4cc3";
}
.hgi-solid.hgi-megaphone-02:before {
  content: "\4cc5";
}
.hgi-solid.hgi-megaphone-03:before {
  content: "\4cc7";
}
.hgi-solid.hgi-meh:before {
  content: "\4cc9";
}
.hgi-solid.hgi-mentor:before {
  content: "\4ccb";
}
.hgi-solid.hgi-mentoring:before {
  content: "\4ccd";
}
.hgi-solid.hgi-menu-01:before {
  content: "\4ccf";
}
.hgi-solid.hgi-menu-02:before {
  content: "\4cd1";
}
.hgi-solid.hgi-menu-03:before {
  content: "\4cd3";
}
.hgi-solid.hgi-menu-04:before {
  content: "\4cd5";
}
.hgi-solid.hgi-menu-05:before {
  content: "\4cd7";
}
.hgi-solid.hgi-menu-06:before {
  content: "\4cd9";
}
.hgi-solid.hgi-menu-07:before {
  content: "\4cdb";
}
.hgi-solid.hgi-menu-08:before {
  content: "\4cdd";
}
.hgi-solid.hgi-menu-09:before {
  content: "\4cdf";
}
.hgi-solid.hgi-menu-10:before {
  content: "\4ce1";
}
.hgi-solid.hgi-menu-11:before {
  content: "\4ce3";
}
.hgi-solid.hgi-menu-circle:before {
  content: "\4ce5";
}
.hgi-solid.hgi-menu-collapse:before {
  content: "\4ce7";
}
.hgi-solid.hgi-menu-restaurant:before {
  content: "\4ce9";
}
.hgi-solid.hgi-menu-square:before {
  content: "\4ceb";
}
.hgi-solid.hgi-menu-two-line:before {
  content: "\4ced";
}
.hgi-solid.hgi-message-01:before {
  content: "\4cef";
}
.hgi-solid.hgi-message-02:before {
  content: "\4cf1";
}
.hgi-solid.hgi-message-add-01:before {
  content: "\4cf3";
}
.hgi-solid.hgi-message-add-02:before {
  content: "\4cf5";
}
.hgi-solid.hgi-message-blocked:before {
  content: "\4cf7";
}
.hgi-solid.hgi-message-cancel-01:before {
  content: "\4cf9";
}
.hgi-solid.hgi-message-cancel-02:before {
  content: "\4cfb";
}
.hgi-solid.hgi-message-delay-01:before {
  content: "\4cfd";
}
.hgi-solid.hgi-message-delay-02:before {
  content: "\4cff";
}
.hgi-solid.hgi-message-done-01:before {
  content: "\4d01";
}
.hgi-solid.hgi-message-done-02:before {
  content: "\4d03";
}
.hgi-solid.hgi-message-download-01:before {
  content: "\4d05";
}
.hgi-solid.hgi-message-download-02:before {
  content: "\4d07";
}
.hgi-solid.hgi-message-edit-01:before {
  content: "\4d09";
}
.hgi-solid.hgi-message-edit-02:before {
  content: "\4d0b";
}
.hgi-solid.hgi-message-favourite-01:before {
  content: "\4d0d";
}
.hgi-solid.hgi-message-favourite-02:before {
  content: "\4d0f";
}
.hgi-solid.hgi-message-incoming-01:before {
  content: "\4d11";
}
.hgi-solid.hgi-message-incoming-02:before {
  content: "\4d13";
}
.hgi-solid.hgi-message-lock-01:before {
  content: "\4d15";
}
.hgi-solid.hgi-message-lock-02:before {
  content: "\4d17";
}
.hgi-solid.hgi-message-multiple-01:before {
  content: "\4d19";
}
.hgi-solid.hgi-message-multiple-02:before {
  content: "\4d1b";
}
.hgi-solid.hgi-message-notification-01:before {
  content: "\4d1d";
}
.hgi-solid.hgi-message-notification-02:before {
  content: "\4d1f";
}
.hgi-solid.hgi-message-outgoing-01:before {
  content: "\4d21";
}
.hgi-solid.hgi-message-outgoing-02:before {
  content: "\4d23";
}
.hgi-solid.hgi-message-preview-01:before {
  content: "\4d25";
}
.hgi-solid.hgi-message-preview-02:before {
  content: "\4d27";
}
.hgi-solid.hgi-message-programming:before {
  content: "\4d29";
}
.hgi-solid.hgi-message-question:before {
  content: "\4d2b";
}
.hgi-solid.hgi-message-search-01:before {
  content: "\4d2d";
}
.hgi-solid.hgi-message-search-02:before {
  content: "\4d2f";
}
.hgi-solid.hgi-message-secure-01:before {
  content: "\4d31";
}
.hgi-solid.hgi-message-secure-02:before {
  content: "\4d33";
}
.hgi-solid.hgi-message-translate:before {
  content: "\4d35";
}
.hgi-solid.hgi-message-unlock-01:before {
  content: "\4d37";
}
.hgi-solid.hgi-message-unlock-02:before {
  content: "\4d39";
}
.hgi-solid.hgi-message-upload-01:before {
  content: "\4d3b";
}
.hgi-solid.hgi-message-upload-02:before {
  content: "\4d3d";
}
.hgi-solid.hgi-message-user-01:before {
  content: "\4d3f";
}
.hgi-solid.hgi-message-user-02:before {
  content: "\4d41";
}
.hgi-solid.hgi-messenger:before {
  content: "\4d43";
}
.hgi-solid.hgi-meta:before {
  content: "\4d45";
}
.hgi-solid.hgi-metro:before {
  content: "\4d47";
}
.hgi-solid.hgi-mic-01:before {
  content: "\4d49";
}
.hgi-solid.hgi-mic-02:before {
  content: "\4d4b";
}
.hgi-solid.hgi-mic-off-01:before {
  content: "\4d4d";
}
.hgi-solid.hgi-mic-off-02:before {
  content: "\4d4f";
}
.hgi-solid.hgi-microscope:before {
  content: "\4d51";
}
.hgi-solid.hgi-microsoft-admin:before {
  content: "\4d53";
}
.hgi-solid.hgi-microsoft:before {
  content: "\4d55";
}
.hgi-solid.hgi-microwave:before {
  content: "\4d57";
}
.hgi-solid.hgi-milk-bottle:before {
  content: "\4d59";
}
.hgi-solid.hgi-milk-carton:before {
  content: "\4d5b";
}
.hgi-solid.hgi-milk-coconut:before {
  content: "\4d5d";
}
.hgi-solid.hgi-milk-oat:before {
  content: "\4d5f";
}
.hgi-solid.hgi-minimize-01:before {
  content: "\4d61";
}
.hgi-solid.hgi-minimize-02:before {
  content: "\4d63";
}
.hgi-solid.hgi-minimize-03:before {
  content: "\4d65";
}
.hgi-solid.hgi-minimize-04:before {
  content: "\4d67";
}
.hgi-solid.hgi-minimize-screen:before {
  content: "\4d69";
}
.hgi-solid.hgi-mining-01:before {
  content: "\4d6b";
}
.hgi-solid.hgi-mining-02:before {
  content: "\4d6d";
}
.hgi-solid.hgi-mining-03:before {
  content: "\4d6f";
}
.hgi-solid.hgi-minus-plus-01:before {
  content: "\4d71";
}
.hgi-solid.hgi-minus-plus-02:before {
  content: "\4d73";
}
.hgi-solid.hgi-minus-plus-circle-01:before {
  content: "\4d75";
}
.hgi-solid.hgi-minus-plus-circle-02:before {
  content: "\4d77";
}
.hgi-solid.hgi-minus-plus-square-01:before {
  content: "\4d79";
}
.hgi-solid.hgi-minus-plus-square-02:before {
  content: "\4d7b";
}
.hgi-solid.hgi-minus-sign-circle:before {
  content: "\4d7d";
}
.hgi-solid.hgi-minus-sign-square:before {
  content: "\4d80";
}
.hgi-solid.hgi-minus-sign:before {
  content: "\4d81";
}
.hgi-solid.hgi-mirror:before {
  content: "\4d83";
}
.hgi-solid.hgi-mirroring-screen:before {
  content: "\4d85";
}
.hgi-solid.hgi-mixer:before {
  content: "\4d87";
}
.hgi-solid.hgi-mobile-navigator-01:before {
  content: "\4d89";
}
.hgi-solid.hgi-mobile-navigator-02:before {
  content: "\4d8b";
}
.hgi-solid.hgi-mobile-programming-01:before {
  content: "\4d8d";
}
.hgi-solid.hgi-mobile-programming-02:before {
  content: "\4d8f";
}
.hgi-solid.hgi-mobile-protection:before {
  content: "\4d91";
}
.hgi-solid.hgi-mobile-security:before {
  content: "\4d93";
}
.hgi-solid.hgi-mochi:before {
  content: "\4d95";
}
.hgi-solid.hgi-modern-tv-4-k:before {
  content: "\4d97";
}
.hgi-solid.hgi-modern-tv-issue:before {
  content: "\4d99";
}
.hgi-solid.hgi-modern-tv:before {
  content: "\4d9b";
}
.hgi-solid.hgi-molecules:before {
  content: "\4d9d";
}
.hgi-solid.hgi-mollie:before {
  content: "\4d9f";
}
.hgi-solid.hgi-monas:before {
  content: "\4da1";
}
.hgi-solid.hgi-money-01:before {
  content: "\4da3";
}
.hgi-solid.hgi-money-02:before {
  content: "\4da5";
}
.hgi-solid.hgi-money-03:before {
  content: "\4da7";
}
.hgi-solid.hgi-money-04:before {
  content: "\4da9";
}
.hgi-solid.hgi-money-add-01:before {
  content: "\4dab";
}
.hgi-solid.hgi-money-add-02:before {
  content: "\4dad";
}
.hgi-solid.hgi-money-bag-01:before {
  content: "\4daf";
}
.hgi-solid.hgi-money-bag-02:before {
  content: "\4db1";
}
.hgi-solid.hgi-money-exchange-01:before {
  content: "\4db3";
}
.hgi-solid.hgi-money-exchange-02:before {
  content: "\4db5";
}
.hgi-solid.hgi-money-exchange-03:before {
  content: "\4db7";
}
.hgi-solid.hgi-money-not-found-01:before {
  content: "\4db9";
}
.hgi-solid.hgi-money-not-found-02:before {
  content: "\4dbb";
}
.hgi-solid.hgi-money-not-found-03:before {
  content: "\4dbd";
}
.hgi-solid.hgi-money-not-found-04:before {
  content: "\4dbf";
}
.hgi-solid.hgi-money-receive-01:before {
  content: "\4dc1";
}
.hgi-solid.hgi-money-receive-02:before {
  content: "\4dc3";
}
.hgi-solid.hgi-money-receive-circle:before {
  content: "\4dc5";
}
.hgi-solid.hgi-money-receive-flow-01:before {
  content: "\4dc7";
}
.hgi-solid.hgi-money-receive-flow-02:before {
  content: "\4dc9";
}
.hgi-solid.hgi-money-receive-square:before {
  content: "\4dcb";
}
.hgi-solid.hgi-money-remove-01:before {
  content: "\4dcd";
}
.hgi-solid.hgi-money-remove-02:before {
  content: "\4dcf";
}
.hgi-solid.hgi-money-safe:before {
  content: "\4dd1";
}
.hgi-solid.hgi-money-saving-jar:before {
  content: "\4dd3";
}
.hgi-solid.hgi-money-security:before {
  content: "\4dd5";
}
.hgi-solid.hgi-money-send-01:before {
  content: "\4dd7";
}
.hgi-solid.hgi-money-send-02:before {
  content: "\4dd9";
}
.hgi-solid.hgi-money-send-circle:before {
  content: "\4ddb";
}
.hgi-solid.hgi-money-send-flow-01:before {
  content: "\4ddd";
}
.hgi-solid.hgi-money-send-flow-02:before {
  content: "\4ddf";
}
.hgi-solid.hgi-money-send-square:before {
  content: "\4de1";
}
.hgi-solid.hgi-monocle-01:before {
  content: "\4de3";
}
.hgi-solid.hgi-monocle:before {
  content: "\4de5";
}
.hgi-solid.hgi-monster:before {
  content: "\4de7";
}
.hgi-solid.hgi-moon-01:before {
  content: "\4de9";
}
.hgi-solid.hgi-moon-02:before {
  content: "\4deb";
}
.hgi-solid.hgi-moon-angled-rain-zap:before {
  content: "\4ded";
}
.hgi-solid.hgi-moon-cloud-angled-rain:before {
  content: "\4def";
}
.hgi-solid.hgi-moon-cloud-angled-zap:before {
  content: "\4df1";
}
.hgi-solid.hgi-moon-cloud-big-rain:before {
  content: "\4df3";
}
.hgi-solid.hgi-moon-cloud-fast-wind:before {
  content: "\4df5";
}
.hgi-solid.hgi-moon-cloud-hailstone:before {
  content: "\4df7";
}
.hgi-solid.hgi-moon-cloud-little-rain:before {
  content: "\4df9";
}
.hgi-solid.hgi-moon-cloud-little-snow:before {
  content: "\4dfb";
}
.hgi-solid.hgi-moon-cloud-mid-rain:before {
  content: "\4dfd";
}
.hgi-solid.hgi-moon-cloud-mid-snow:before {
  content: "\4dff";
}
.hgi-solid.hgi-moon-cloud-slow-wind:before {
  content: "\4e02";
}
.hgi-solid.hgi-moon-cloud-snow:before {
  content: "\4e04";
}
.hgi-solid.hgi-moon-cloud:before {
  content: "\4e05";
}
.hgi-solid.hgi-moon-eclipse:before {
  content: "\4e07";
}
.hgi-solid.hgi-moon-fast-wind:before {
  content: "\4e09";
}
.hgi-solid.hgi-moon-landing:before {
  content: "\4e0b";
}
.hgi-solid.hgi-moon-slow-wind:before {
  content: "\4e0e";
}
.hgi-solid.hgi-moon:before {
  content: "\4e0f";
}
.hgi-solid.hgi-moonset:before {
  content: "\4e11";
}
.hgi-solid.hgi-more-01:before {
  content: "\4e13";
}
.hgi-solid.hgi-more-02:before {
  content: "\4e15";
}
.hgi-solid.hgi-more-03:before {
  content: "\4e17";
}
.hgi-solid.hgi-more-horizontal-circle-01:before {
  content: "\4e19";
}
.hgi-solid.hgi-more-horizontal-circle-02:before {
  content: "\4e1b";
}
.hgi-solid.hgi-more-horizontal-square-01:before {
  content: "\4e1e";
}
.hgi-solid.hgi-more-horizontal-square-02:before {
  content: "\4e20";
}
.hgi-solid.hgi-more-horizontal:before {
  content: "\4e21";
}
.hgi-solid.hgi-more-or-less-circle:before {
  content: "\4e23";
}
.hgi-solid.hgi-more-or-less-square:before {
  content: "\4e26";
}
.hgi-solid.hgi-more-or-less:before {
  content: "\4e27";
}
.hgi-solid.hgi-more-vertical-circle-01:before {
  content: "\4e2a";
}
.hgi-solid.hgi-more-vertical-circle-02:before {
  content: "\4e2c";
}
.hgi-solid.hgi-more-vertical-square-01:before {
  content: "\4e2f";
}
.hgi-solid.hgi-more-vertical-square-02:before {
  content: "\4e31";
}
.hgi-solid.hgi-more-vertical:before {
  content: "\4e32";
}
.hgi-solid.hgi-more:before {
  content: "\4e33";
}
.hgi-solid.hgi-mortar:before {
  content: "\4e35";
}
.hgi-solid.hgi-mortarboard-01:before {
  content: "\4e37";
}
.hgi-solid.hgi-mortarboard-02:before {
  content: "\4e39";
}
.hgi-solid.hgi-mosque-01:before {
  content: "\4e3b";
}
.hgi-solid.hgi-mosque-02:before {
  content: "\4e3d";
}
.hgi-solid.hgi-mosque-03:before {
  content: "\4e3f";
}
.hgi-solid.hgi-mosque-04:before {
  content: "\4e41";
}
.hgi-solid.hgi-mosque-05:before {
  content: "\4e43";
}
.hgi-solid.hgi-mosque-location:before {
  content: "\4e45";
}
.hgi-solid.hgi-motion-01:before {
  content: "\4e47";
}
.hgi-solid.hgi-motion-02:before {
  content: "\4e49";
}
.hgi-solid.hgi-motorbike-01:before {
  content: "\4e4b";
}
.hgi-solid.hgi-motorbike-02:before {
  content: "\4e4d";
}
.hgi-solid.hgi-mountain:before {
  content: "\4e4f";
}
.hgi-solid.hgi-mouse-01:before {
  content: "\4e51";
}
.hgi-solid.hgi-mouse-02:before {
  content: "\4e53";
}
.hgi-solid.hgi-mouse-03:before {
  content: "\4e55";
}
.hgi-solid.hgi-mouse-04:before {
  content: "\4e57";
}
.hgi-solid.hgi-mouse-05:before {
  content: "\4e59";
}
.hgi-solid.hgi-mouse-06:before {
  content: "\4e5b";
}
.hgi-solid.hgi-mouse-07:before {
  content: "\4e5d";
}
.hgi-solid.hgi-mouse-08:before {
  content: "\4e5f";
}
.hgi-solid.hgi-mouse-09:before {
  content: "\4e61";
}
.hgi-solid.hgi-mouse-10:before {
  content: "\4e63";
}
.hgi-solid.hgi-mouse-11:before {
  content: "\4e65";
}
.hgi-solid.hgi-mouse-12:before {
  content: "\4e67";
}
.hgi-solid.hgi-mouse-13:before {
  content: "\4e69";
}
.hgi-solid.hgi-mouse-14:before {
  content: "\4e6b";
}
.hgi-solid.hgi-mouse-15:before {
  content: "\4e6d";
}
.hgi-solid.hgi-mouse-16:before {
  content: "\4e6f";
}
.hgi-solid.hgi-mouse-17:before {
  content: "\4e71";
}
.hgi-solid.hgi-mouse-18:before {
  content: "\4e73";
}
.hgi-solid.hgi-mouse-19:before {
  content: "\4e75";
}
.hgi-solid.hgi-mouse-20:before {
  content: "\4e77";
}
.hgi-solid.hgi-mouse-21:before {
  content: "\4e79";
}
.hgi-solid.hgi-mouse-22:before {
  content: "\4e7b";
}
.hgi-solid.hgi-mouse-23:before {
  content: "\4e7d";
}
.hgi-solid.hgi-mouse-left-click-01:before {
  content: "\4e7f";
}
.hgi-solid.hgi-mouse-left-click-02:before {
  content: "\4e81";
}
.hgi-solid.hgi-mouse-left-click-03:before {
  content: "\4e83";
}
.hgi-solid.hgi-mouse-left-click-04:before {
  content: "\4e85";
}
.hgi-solid.hgi-mouse-left-click-05:before {
  content: "\4e87";
}
.hgi-solid.hgi-mouse-left-click-06:before {
  content: "\4e89";
}
.hgi-solid.hgi-mouse-right-click-01:before {
  content: "\4e8b";
}
.hgi-solid.hgi-mouse-right-click-02:before {
  content: "\4e8d";
}
.hgi-solid.hgi-mouse-right-click-03:before {
  content: "\4e8f";
}
.hgi-solid.hgi-mouse-right-click-04:before {
  content: "\4e91";
}
.hgi-solid.hgi-mouse-right-click-05:before {
  content: "\4e93";
}
.hgi-solid.hgi-mouse-right-click-06:before {
  content: "\4e95";
}
.hgi-solid.hgi-mouse-scroll-01:before {
  content: "\4e97";
}
.hgi-solid.hgi-mouse-scroll-02:before {
  content: "\4e99";
}
.hgi-solid.hgi-move-01:before {
  content: "\4e9b";
}
.hgi-solid.hgi-move-02:before {
  content: "\4e9d";
}
.hgi-solid.hgi-move-bottom:before {
  content: "\4e9f";
}
.hgi-solid.hgi-move-left:before {
  content: "\4ea1";
}
.hgi-solid.hgi-move-right:before {
  content: "\4ea3";
}
.hgi-solid.hgi-move-to:before {
  content: "\4ea6";
}
.hgi-solid.hgi-move-top:before {
  content: "\4ea8";
}
.hgi-solid.hgi-move:before {
  content: "\4ea9";
}
.hgi-solid.hgi-mp-3-01:before {
  content: "\4eab";
}
.hgi-solid.hgi-mp-3-02:before {
  content: "\4ead";
}
.hgi-solid.hgi-mp-4-01:before {
  content: "\4eaf";
}
.hgi-solid.hgi-mp-4-02:before {
  content: "\4eb1";
}
.hgi-solid.hgi-muhammad:before {
  content: "\4eb3";
}
.hgi-solid.hgi-multiplication-sign-circle:before {
  content: "\4eb5";
}
.hgi-solid.hgi-multiplication-sign-square:before {
  content: "\4eb8";
}
.hgi-solid.hgi-multiplication-sign:before {
  content: "\4eb9";
}
.hgi-solid.hgi-mushroom-01:before {
  content: "\4ebb";
}
.hgi-solid.hgi-mushroom:before {
  content: "\4ebd";
}
.hgi-solid.hgi-music-note-01:before {
  content: "\4ebf";
}
.hgi-solid.hgi-music-note-02:before {
  content: "\4ec1";
}
.hgi-solid.hgi-music-note-03:before {
  content: "\4ec3";
}
.hgi-solid.hgi-music-note-04:before {
  content: "\4ec5";
}
.hgi-solid.hgi-music-note-square-01:before {
  content: "\4ec7";
}
.hgi-solid.hgi-music-note-square-02:before {
  content: "\4ec9";
}
.hgi-solid.hgi-muslim:before {
  content: "\4ecb";
}
.hgi-solid.hgi-mute:before {
  content: "\4ecd";
}
.hgi-solid.hgi-mymind:before {
  content: "\4ecf";
}
.hgi-solid.hgi-n-th-root-circle:before {
  content: "\4ed1";
}
.hgi-solid.hgi-n-th-root-square:before {
  content: "\4ed4";
}
.hgi-solid.hgi-n-th-root:before {
  content: "\4ed5";
}
.hgi-solid.hgi-nano-technology:before {
  content: "\4ed7";
}
.hgi-solid.hgi-napkins-01:before {
  content: "\4ed9";
}
.hgi-solid.hgi-napkins-02:before {
  content: "\4edb";
}
.hgi-solid.hgi-natural-food:before {
  content: "\4edd";
}
.hgi-solid.hgi-navigation-01:before {
  content: "\4edf";
}
.hgi-solid.hgi-navigation-02:before {
  content: "\4ee1";
}
.hgi-solid.hgi-navigation-03:before {
  content: "\4ee3";
}
.hgi-solid.hgi-navigation-04:before {
  content: "\4ee5";
}
.hgi-solid.hgi-navigation-05:before {
  content: "\4ee7";
}
.hgi-solid.hgi-navigator-01:before {
  content: "\4ee9";
}
.hgi-solid.hgi-navigator-02:before {
  content: "\4eeb";
}
.hgi-solid.hgi-necklace:before {
  content: "\4eed";
}
.hgi-solid.hgi-nerd:before {
  content: "\4eef";
}
.hgi-solid.hgi-neural-network:before {
  content: "\4ef1";
}
.hgi-solid.hgi-neutral:before {
  content: "\4ef3";
}
.hgi-solid.hgi-new-job:before {
  content: "\4ef5";
}
.hgi-solid.hgi-new-office:before {
  content: "\4ef7";
}
.hgi-solid.hgi-new-releases:before {
  content: "\4ef9";
}
.hgi-solid.hgi-new-twitter-ellipse:before {
  content: "\4efb";
}
.hgi-solid.hgi-new-twitter-rectangle:before {
  content: "\4efd";
}
.hgi-solid.hgi-new-twitter:before {
  content: "\4eff";
}
.hgi-solid.hgi-news-01:before {
  content: "\4f01";
}
.hgi-solid.hgi-news:before {
  content: "\4f03";
}
.hgi-solid.hgi-next:before {
  content: "\4f05";
}
.hgi-solid.hgi-nike:before {
  content: "\4f07";
}
.hgi-solid.hgi-nintendo-switch:before {
  content: "\4f0a";
}
.hgi-solid.hgi-nintendo:before {
  content: "\4f0b";
}
.hgi-solid.hgi-niqab:before {
  content: "\4f0d";
}
.hgi-solid.hgi-no-internet:before {
  content: "\4f0f";
}
.hgi-solid.hgi-no-meeting-room:before {
  content: "\4f11";
}
.hgi-solid.hgi-no-signal:before {
  content: "\4f13";
}
.hgi-solid.hgi-node-add:before {
  content: "\4f15";
}
.hgi-solid.hgi-node-edit:before {
  content: "\4f17";
}
.hgi-solid.hgi-node-move-down:before {
  content: "\4f19";
}
.hgi-solid.hgi-node-move-up:before {
  content: "\4f1b";
}
.hgi-solid.hgi-node-remove:before {
  content: "\4f1d";
}
.hgi-solid.hgi-noodles:before {
  content: "\4f1f";
}
.hgi-solid.hgi-nose:before {
  content: "\4f21";
}
.hgi-solid.hgi-not-equal-sign-circle:before {
  content: "\4f23";
}
.hgi-solid.hgi-not-equal-sign-square:before {
  content: "\4f26";
}
.hgi-solid.hgi-not-equal-sign:before {
  content: "\4f27";
}
.hgi-solid.hgi-note-01:before {
  content: "\4f29";
}
.hgi-solid.hgi-note-02:before {
  content: "\4f2b";
}
.hgi-solid.hgi-note-03:before {
  content: "\4f2d";
}
.hgi-solid.hgi-note-04:before {
  content: "\4f2f";
}
.hgi-solid.hgi-note-05:before {
  content: "\4f31";
}
.hgi-solid.hgi-note-add:before {
  content: "\4f33";
}
.hgi-solid.hgi-note-done:before {
  content: "\4f35";
}
.hgi-solid.hgi-note-edit:before {
  content: "\4f37";
}
.hgi-solid.hgi-note-remove:before {
  content: "\4f39";
}
.hgi-solid.hgi-note:before {
  content: "\4f3b";
}
.hgi-solid.hgi-notebook-01:before {
  content: "\4f3d";
}
.hgi-solid.hgi-notebook-02:before {
  content: "\4f3f";
}
.hgi-solid.hgi-notebook:before {
  content: "\4f41";
}
.hgi-solid.hgi-notification-01:before {
  content: "\4f43";
}
.hgi-solid.hgi-notification-02:before {
  content: "\4f45";
}
.hgi-solid.hgi-notification-03:before {
  content: "\4f47";
}
.hgi-solid.hgi-notification-block-01:before {
  content: "\4f49";
}
.hgi-solid.hgi-notification-block-02:before {
  content: "\4f4b";
}
.hgi-solid.hgi-notification-block-03:before {
  content: "\4f4d";
}
.hgi-solid.hgi-notification-bubble:before {
  content: "\4f4f";
}
.hgi-solid.hgi-notification-circle:before {
  content: "\4f51";
}
.hgi-solid.hgi-notification-off-01:before {
  content: "\4f53";
}
.hgi-solid.hgi-notification-off-02:before {
  content: "\4f55";
}
.hgi-solid.hgi-notification-off-03:before {
  content: "\4f57";
}
.hgi-solid.hgi-notification-snooze-01:before {
  content: "\4f59";
}
.hgi-solid.hgi-notification-snooze-02:before {
  content: "\4f5b";
}
.hgi-solid.hgi-notification-snooze-03:before {
  content: "\4f5d";
}
.hgi-solid.hgi-notification-square:before {
  content: "\4f5f";
}
.hgi-solid.hgi-notion-01:before {
  content: "\4f61";
}
.hgi-solid.hgi-notion-02:before {
  content: "\4f63";
}
.hgi-solid.hgi-npm:before {
  content: "\4f65";
}
.hgi-solid.hgi-nuclear-power:before {
  content: "\4f67";
}
.hgi-solid.hgi-nut:before {
  content: "\4f69";
}
.hgi-solid.hgi-obtuse:before {
  content: "\4f6b";
}
.hgi-solid.hgi-octagon:before {
  content: "\4f6d";
}
.hgi-solid.hgi-octopus:before {
  content: "\4f6f";
}
.hgi-solid.hgi-office-365:before {
  content: "\4f71";
}
.hgi-solid.hgi-office-chair:before {
  content: "\4f73";
}
.hgi-solid.hgi-office:before {
  content: "\4f75";
}
.hgi-solid.hgi-oil-barrel:before {
  content: "\4f77";
}
.hgi-solid.hgi-ok-finger:before {
  content: "\4f79";
}
.hgi-solid.hgi-olympic-torch:before {
  content: "\4f7b";
}
.hgi-solid.hgi-online-learning-01:before {
  content: "\4f7d";
}
.hgi-solid.hgi-online-learning-02:before {
  content: "\4f7f";
}
.hgi-solid.hgi-online-learning-03:before {
  content: "\4f81";
}
.hgi-solid.hgi-online-learning-04:before {
  content: "\4f83";
}
.hgi-solid.hgi-open-caption:before {
  content: "\4f85";
}
.hgi-solid.hgi-option:before {
  content: "\4f87";
}
.hgi-solid.hgi-orange:before {
  content: "\4f89";
}
.hgi-solid.hgi-orbit-01:before {
  content: "\4f8b";
}
.hgi-solid.hgi-orbit-02:before {
  content: "\4f8d";
}
.hgi-solid.hgi-organic-food:before {
  content: "\4f8f";
}
.hgi-solid.hgi-orthogonal-edge:before {
  content: "\4f91";
}
.hgi-solid.hgi-oval:before {
  content: "\4f93";
}
.hgi-solid.hgi-oven:before {
  content: "\4f95";
}
.hgi-solid.hgi-package-02:before {
  content: "\4f97";
}
.hgi-solid.hgi-package-03:before {
  content: "\4f99";
}
.hgi-solid.hgi-package-add:before {
  content: "\4f9b";
}
.hgi-solid.hgi-package-delivered:before {
  content: "\4f9d";
}
.hgi-solid.hgi-package-dimensions-01:before {
  content: "\4f9f";
}
.hgi-solid.hgi-package-dimensions-02:before {
  content: "\4fa1";
}
.hgi-solid.hgi-package-moving:before {
  content: "\4fa3";
}
.hgi-solid.hgi-package-open:before {
  content: "\4fa5";
}
.hgi-solid.hgi-package-out-of-stock:before {
  content: "\4fa7";
}
.hgi-solid.hgi-package-process:before {
  content: "\4fa9";
}
.hgi-solid.hgi-package-receive:before {
  content: "\4fab";
}
.hgi-solid.hgi-package-remove:before {
  content: "\4fad";
}
.hgi-solid.hgi-package-search:before {
  content: "\4faf";
}
.hgi-solid.hgi-package-sent:before {
  content: "\4fb2";
}
.hgi-solid.hgi-package:before {
  content: "\4fb3";
}
.hgi-solid.hgi-packaging:before {
  content: "\4fb5";
}
.hgi-solid.hgi-pacman-01:before {
  content: "\4fb7";
}
.hgi-solid.hgi-pacman-02:before {
  content: "\4fb9";
}
.hgi-solid.hgi-paella:before {
  content: "\4fbb";
}
.hgi-solid.hgi-paint-board:before {
  content: "\4fbd";
}
.hgi-solid.hgi-paint-brush-01:before {
  content: "\4fbf";
}
.hgi-solid.hgi-paint-brush-02:before {
  content: "\4fc1";
}
.hgi-solid.hgi-paint-brush-03:before {
  content: "\4fc3";
}
.hgi-solid.hgi-paint-brush-04:before {
  content: "\4fc5";
}
.hgi-solid.hgi-paint-bucket:before {
  content: "\4fc7";
}
.hgi-solid.hgi-pan-01:before {
  content: "\4fc9";
}
.hgi-solid.hgi-pan-02:before {
  content: "\4fcb";
}
.hgi-solid.hgi-pan-03:before {
  content: "\4fcd";
}
.hgi-solid.hgi-parabola-01:before {
  content: "\4fcf";
}
.hgi-solid.hgi-parabola-02:before {
  content: "\4fd1";
}
.hgi-solid.hgi-parabola-03:before {
  content: "\4fd3";
}
.hgi-solid.hgi-paragliding:before {
  content: "\4fd5";
}
.hgi-solid.hgi-paragraph-bullets-point-01:before {
  content: "\4fd7";
}
.hgi-solid.hgi-paragraph-bullets-point-02:before {
  content: "\4fd9";
}
.hgi-solid.hgi-paragraph-spacing:before {
  content: "\4fdc";
}
.hgi-solid.hgi-paragraph:before {
  content: "\4fdd";
}
.hgi-solid.hgi-parallelogram:before {
  content: "\4fdf";
}
.hgi-solid.hgi-parking-area-circle:before {
  content: "\4fe1";
}
.hgi-solid.hgi-parking-area-square:before {
  content: "\4fe3";
}
.hgi-solid.hgi-party:before {
  content: "\4fe5";
}
.hgi-solid.hgi-passport-01:before {
  content: "\4fe7";
}
.hgi-solid.hgi-passport-expired:before {
  content: "\4fe9";
}
.hgi-solid.hgi-passport-valid:before {
  content: "\4fec";
}
.hgi-solid.hgi-passport:before {
  content: "\4fed";
}
.hgi-solid.hgi-password-validation:before {
  content: "\4fef";
}
.hgi-solid.hgi-path:before {
  content: "\4ff1";
}
.hgi-solid.hgi-pathfinder-crop:before {
  content: "\4ff3";
}
.hgi-solid.hgi-pathfinder-divide:before {
  content: "\4ff5";
}
.hgi-solid.hgi-pathfinder-exclude:before {
  content: "\4ff7";
}
.hgi-solid.hgi-pathfinder-intersect:before {
  content: "\4ff9";
}
.hgi-solid.hgi-pathfinder-merge:before {
  content: "\4ffb";
}
.hgi-solid.hgi-pathfinder-minus-back:before {
  content: "\4ffd";
}
.hgi-solid.hgi-pathfinder-minus-front:before {
  content: "\4fff";
}
.hgi-solid.hgi-pathfinder-outline:before {
  content: "\5001";
}
.hgi-solid.hgi-pathfinder-trim:before {
  content: "\5003";
}
.hgi-solid.hgi-pathfinder-unite:before {
  content: "\5005";
}
.hgi-solid.hgi-patient:before {
  content: "\5007";
}
.hgi-solid.hgi-patio:before {
  content: "\5009";
}
.hgi-solid.hgi-pause-circle:before {
  content: "\500b";
}
.hgi-solid.hgi-pause:before {
  content: "\500d";
}
.hgi-solid.hgi-pavilon:before {
  content: "\500f";
}
.hgi-solid.hgi-pay-by-check:before {
  content: "\5011";
}
.hgi-solid.hgi-payment-01:before {
  content: "\5013";
}
.hgi-solid.hgi-payment-02:before {
  content: "\5015";
}
.hgi-solid.hgi-payment-success-01:before {
  content: "\5017";
}
.hgi-solid.hgi-payment-success-02:before {
  content: "\5019";
}
.hgi-solid.hgi-payoneer:before {
  content: "\501b";
}
.hgi-solid.hgi-paypal:before {
  content: "\501d";
}
.hgi-solid.hgi-pdf-01:before {
  content: "\501f";
}
.hgi-solid.hgi-pdf-02:before {
  content: "\5021";
}
.hgi-solid.hgi-peer-to-peer-01:before {
  content: "\5023";
}
.hgi-solid.hgi-peer-to-peer-02:before {
  content: "\5025";
}
.hgi-solid.hgi-peer-to-peer-03:before {
  content: "\5027";
}
.hgi-solid.hgi-pen-01:before {
  content: "\5029";
}
.hgi-solid.hgi-pen-02:before {
  content: "\502b";
}
.hgi-solid.hgi-pen-connect-bluetooth:before {
  content: "\502d";
}
.hgi-solid.hgi-pen-connect-usb:before {
  content: "\502f";
}
.hgi-solid.hgi-pen-connect-wifi:before {
  content: "\5031";
}
.hgi-solid.hgi-pen-tool-01:before {
  content: "\5033";
}
.hgi-solid.hgi-pen-tool-02:before {
  content: "\5035";
}
.hgi-solid.hgi-pen-tool-03:before {
  content: "\5037";
}
.hgi-solid.hgi-pen-tool-add:before {
  content: "\5039";
}
.hgi-solid.hgi-pen-tool-minus:before {
  content: "\503b";
}
.hgi-solid.hgi-pencil-edit-01:before {
  content: "\503d";
}
.hgi-solid.hgi-pencil-edit-02:before {
  content: "\503f";
}
.hgi-solid.hgi-pencil:before {
  content: "\5041";
}
.hgi-solid.hgi-pendulum:before {
  content: "\5043";
}
.hgi-solid.hgi-pensive:before {
  content: "\5045";
}
.hgi-solid.hgi-pentagon-01:before {
  content: "\5047";
}
.hgi-solid.hgi-pentagon:before {
  content: "\5049";
}
.hgi-solid.hgi-percent-circle:before {
  content: "\504b";
}
.hgi-solid.hgi-percent-square:before {
  content: "\504e";
}
.hgi-solid.hgi-percent:before {
  content: "\504f";
}
.hgi-solid.hgi-perfume:before {
  content: "\5051";
}
.hgi-solid.hgi-periscope:before {
  content: "\5053";
}
.hgi-solid.hgi-permanent-job:before {
  content: "\5055";
}
.hgi-solid.hgi-perplexity-ai:before {
  content: "\5057";
}
.hgi-solid.hgi-perspective:before {
  content: "\5059";
}
.hgi-solid.hgi-petrol-pump:before {
  content: "\505b";
}
.hgi-solid.hgi-pexels:before {
  content: "\505d";
}
.hgi-solid.hgi-phone-off-01:before {
  content: "\505f";
}
.hgi-solid.hgi-phone-off-02:before {
  content: "\5061";
}
.hgi-solid.hgi-php:before {
  content: "\5063";
}
.hgi-solid.hgi-physics:before {
  content: "\5065";
}
.hgi-solid.hgi-pi-circle:before {
  content: "\5067";
}
.hgi-solid.hgi-pi-square:before {
  content: "\506a";
}
.hgi-solid.hgi-pi:before {
  content: "\506b";
}
.hgi-solid.hgi-picasa:before {
  content: "\506d";
}
.hgi-solid.hgi-pickup-01:before {
  content: "\506f";
}
.hgi-solid.hgi-pickup-02:before {
  content: "\5071";
}
.hgi-solid.hgi-picture-in-picture-exit:before {
  content: "\5073";
}
.hgi-solid.hgi-picture-in-picture-on:before {
  content: "\5075";
}
.hgi-solid.hgi-pie-chart-01:before {
  content: "\5077";
}
.hgi-solid.hgi-pie-chart-02:before {
  content: "\5079";
}
.hgi-solid.hgi-pie-chart-03:before {
  content: "\507b";
}
.hgi-solid.hgi-pie-chart-04:before {
  content: "\507d";
}
.hgi-solid.hgi-pie-chart-05:before {
  content: "\507f";
}
.hgi-solid.hgi-pie-chart-06:before {
  content: "\5081";
}
.hgi-solid.hgi-pie-chart-07:before {
  content: "\5083";
}
.hgi-solid.hgi-pie-chart-08:before {
  content: "\5085";
}
.hgi-solid.hgi-pie-chart-09:before {
  content: "\5087";
}
.hgi-solid.hgi-pie-chart-square:before {
  content: "\508a";
}
.hgi-solid.hgi-pie-chart:before {
  content: "\508b";
}
.hgi-solid.hgi-pie:before {
  content: "\508d";
}
.hgi-solid.hgi-piggy-bank:before {
  content: "\508f";
}
.hgi-solid.hgi-pin-02:before {
  content: "\5091";
}
.hgi-solid.hgi-pin-code:before {
  content: "\5093";
}
.hgi-solid.hgi-pin-location-01:before {
  content: "\5095";
}
.hgi-solid.hgi-pin-location-02:before {
  content: "\5097";
}
.hgi-solid.hgi-pin-location-03:before {
  content: "\5099";
}
.hgi-solid.hgi-pin-off:before {
  content: "\509b";
}
.hgi-solid.hgi-pin:before {
  content: "\509d";
}
.hgi-solid.hgi-pine-tree:before {
  content: "\509f";
}
.hgi-solid.hgi-pinterest:before {
  content: "\50a1";
}
.hgi-solid.hgi-pipeline:before {
  content: "\50a3";
}
.hgi-solid.hgi-pisa-tower:before {
  content: "\50a5";
}
.hgi-solid.hgi-pivot:before {
  content: "\50a7";
}
.hgi-solid.hgi-pizza-01:before {
  content: "\50a9";
}
.hgi-solid.hgi-pizza-02:before {
  content: "\50ab";
}
.hgi-solid.hgi-pizza-03:before {
  content: "\50ad";
}
.hgi-solid.hgi-pizza-04:before {
  content: "\50af";
}
.hgi-solid.hgi-pizza-cutter:before {
  content: "\50b1";
}
.hgi-solid.hgi-plane:before {
  content: "\50b3";
}
.hgi-solid.hgi-plant-01:before {
  content: "\50b5";
}
.hgi-solid.hgi-plant-02:before {
  content: "\50b7";
}
.hgi-solid.hgi-plant-03:before {
  content: "\50b9";
}
.hgi-solid.hgi-plant-04:before {
  content: "\50bb";
}
.hgi-solid.hgi-plate:before {
  content: "\50bd";
}
.hgi-solid.hgi-plaxo:before {
  content: "\50bf";
}
.hgi-solid.hgi-play-circle-02:before {
  content: "\50c1";
}
.hgi-solid.hgi-play-circle:before {
  content: "\50c3";
}
.hgi-solid.hgi-play-list-add:before {
  content: "\50c5";
}
.hgi-solid.hgi-play-list-favourite-01:before {
  content: "\50c7";
}
.hgi-solid.hgi-play-list-favourite-02:before {
  content: "\50c9";
}
.hgi-solid.hgi-play-list-minus:before {
  content: "\50cb";
}
.hgi-solid.hgi-play-list-remove:before {
  content: "\50cd";
}
.hgi-solid.hgi-play-list:before {
  content: "\50cf";
}
.hgi-solid.hgi-play-square:before {
  content: "\50d2";
}
.hgi-solid.hgi-play-store:before {
  content: "\50d4";
}
.hgi-solid.hgi-play:before {
  content: "\50d5";
}
.hgi-solid.hgi-playlist-01:before {
  content: "\50d7";
}
.hgi-solid.hgi-playlist-02:before {
  content: "\50d9";
}
.hgi-solid.hgi-playlist-03:before {
  content: "\50db";
}
.hgi-solid.hgi-plaza:before {
  content: "\50dd";
}
.hgi-solid.hgi-plug-01:before {
  content: "\50df";
}
.hgi-solid.hgi-plug-02:before {
  content: "\50e1";
}
.hgi-solid.hgi-plug-socket:before {
  content: "\50e3";
}
.hgi-solid.hgi-plus-minus-01:before {
  content: "\50e5";
}
.hgi-solid.hgi-plus-minus-02:before {
  content: "\50e7";
}
.hgi-solid.hgi-plus-minus-circle-01:before {
  content: "\50e9";
}
.hgi-solid.hgi-plus-minus-circle-02:before {
  content: "\50eb";
}
.hgi-solid.hgi-plus-minus-square-01:before {
  content: "\50ee";
}
.hgi-solid.hgi-plus-minus-square-02:before {
  content: "\50f0";
}
.hgi-solid.hgi-plus-minus:before {
  content: "\50f1";
}
.hgi-solid.hgi-plus-sign-circle:before {
  content: "\50f3";
}
.hgi-solid.hgi-plus-sign-square:before {
  content: "\50f6";
}
.hgi-solid.hgi-plus-sign:before {
  content: "\50f7";
}
.hgi-solid.hgi-png-01:before {
  content: "\50f9";
}
.hgi-solid.hgi-png-02:before {
  content: "\50fb";
}
.hgi-solid.hgi-podcast:before {
  content: "\50fd";
}
.hgi-solid.hgi-podium:before {
  content: "\50ff";
}
.hgi-solid.hgi-pointing-left-01:before {
  content: "\5101";
}
.hgi-solid.hgi-pointing-left-02:before {
  content: "\5103";
}
.hgi-solid.hgi-pointing-left-03:before {
  content: "\5105";
}
.hgi-solid.hgi-pointing-left-04:before {
  content: "\5107";
}
.hgi-solid.hgi-pointing-left-05:before {
  content: "\5109";
}
.hgi-solid.hgi-pointing-left-06:before {
  content: "\510b";
}
.hgi-solid.hgi-pointing-left-07:before {
  content: "\510d";
}
.hgi-solid.hgi-pointing-left-08:before {
  content: "\510f";
}
.hgi-solid.hgi-pointing-right-01:before {
  content: "\5111";
}
.hgi-solid.hgi-pointing-right-02:before {
  content: "\5113";
}
.hgi-solid.hgi-pointing-right-03:before {
  content: "\5115";
}
.hgi-solid.hgi-pointing-right-04:before {
  content: "\5117";
}
.hgi-solid.hgi-pointing-right-05:before {
  content: "\5119";
}
.hgi-solid.hgi-pointing-right-06:before {
  content: "\511b";
}
.hgi-solid.hgi-pointing-right-07:before {
  content: "\511d";
}
.hgi-solid.hgi-pointing-right-08:before {
  content: "\511f";
}
.hgi-solid.hgi-pokeball:before {
  content: "\5121";
}
.hgi-solid.hgi-pokemon:before {
  content: "\5123";
}
.hgi-solid.hgi-police-badge:before {
  content: "\5125";
}
.hgi-solid.hgi-police-cap:before {
  content: "\5127";
}
.hgi-solid.hgi-police-car:before {
  content: "\5129";
}
.hgi-solid.hgi-police-station:before {
  content: "\512b";
}
.hgi-solid.hgi-policy:before {
  content: "\512d";
}
.hgi-solid.hgi-poly-tank:before {
  content: "\512f";
}
.hgi-solid.hgi-polygon:before {
  content: "\5131";
}
.hgi-solid.hgi-pool-table:before {
  content: "\5134";
}
.hgi-solid.hgi-pool:before {
  content: "\5135";
}
.hgi-solid.hgi-poop:before {
  content: "\5137";
}
.hgi-solid.hgi-popcorn:before {
  content: "\5139";
}
.hgi-solid.hgi-pot-01:before {
  content: "\513b";
}
.hgi-solid.hgi-pot-02:before {
  content: "\513d";
}
.hgi-solid.hgi-potion:before {
  content: "\513f";
}
.hgi-solid.hgi-pound-circle:before {
  content: "\5141";
}
.hgi-solid.hgi-pound-receive:before {
  content: "\5143";
}
.hgi-solid.hgi-pound-send:before {
  content: "\5146";
}
.hgi-solid.hgi-pound-square:before {
  content: "\5148";
}
.hgi-solid.hgi-pound:before {
  content: "\5149";
}
.hgi-solid.hgi-power-service:before {
  content: "\514b";
}
.hgi-solid.hgi-power-socket-01:before {
  content: "\514d";
}
.hgi-solid.hgi-power-socket-02:before {
  content: "\514f";
}
.hgi-solid.hgi-ppt-01:before {
  content: "\5151";
}
.hgi-solid.hgi-ppt-02:before {
  content: "\5153";
}
.hgi-solid.hgi-prawn:before {
  content: "\5155";
}
.hgi-solid.hgi-prayer-rug-01:before {
  content: "\5157";
}
.hgi-solid.hgi-prayer-rug-02:before {
  content: "\5159";
}
.hgi-solid.hgi-preference-horizontal:before {
  content: "\515b";
}
.hgi-solid.hgi-preference-vertical:before {
  content: "\515d";
}
.hgi-solid.hgi-prescription:before {
  content: "\515f";
}
.hgi-solid.hgi-presentation-01:before {
  content: "\5161";
}
.hgi-solid.hgi-presentation-02:before {
  content: "\5163";
}
.hgi-solid.hgi-presentation-03:before {
  content: "\5165";
}
.hgi-solid.hgi-presentation-04:before {
  content: "\5167";
}
.hgi-solid.hgi-presentation-05:before {
  content: "\5169";
}
.hgi-solid.hgi-presentation-06:before {
  content: "\516b";
}
.hgi-solid.hgi-presentation-07:before {
  content: "\516d";
}
.hgi-solid.hgi-presentation-bar-chart-01:before {
  content: "\516f";
}
.hgi-solid.hgi-presentation-bar-chart-02:before {
  content: "\5171";
}
.hgi-solid.hgi-presentation-line-chart-01:before {
  content: "\5173";
}
.hgi-solid.hgi-presentation-line-chart-02:before {
  content: "\5175";
}
.hgi-solid.hgi-presentation-online:before {
  content: "\5177";
}
.hgi-solid.hgi-presentation-podium:before {
  content: "\5179";
}
.hgi-solid.hgi-previous:before {
  content: "\517b";
}
.hgi-solid.hgi-printer-off:before {
  content: "\517d";
}
.hgi-solid.hgi-printer:before {
  content: "\517f";
}
.hgi-solid.hgi-prism-01:before {
  content: "\5181";
}
.hgi-solid.hgi-prism:before {
  content: "\5183";
}
.hgi-solid.hgi-prison-guard:before {
  content: "\5185";
}
.hgi-solid.hgi-prison:before {
  content: "\5187";
}
.hgi-solid.hgi-prisoner:before {
  content: "\5189";
}
.hgi-solid.hgi-product-loading:before {
  content: "\518b";
}
.hgi-solid.hgi-profile-02:before {
  content: "\518d";
}
.hgi-solid.hgi-profile:before {
  content: "\518f";
}
.hgi-solid.hgi-profit:before {
  content: "\5191";
}
.hgi-solid.hgi-programming-flag:before {
  content: "\5193";
}
.hgi-solid.hgi-progress-01:before {
  content: "\5195";
}
.hgi-solid.hgi-progress-02:before {
  content: "\5197";
}
.hgi-solid.hgi-progress-03:before {
  content: "\5199";
}
.hgi-solid.hgi-progress-04:before {
  content: "\519b";
}
.hgi-solid.hgi-progress:before {
  content: "\519d";
}
.hgi-solid.hgi-projector-01:before {
  content: "\519f";
}
.hgi-solid.hgi-projector:before {
  content: "\51a1";
}
.hgi-solid.hgi-promotion:before {
  content: "\51a3";
}
.hgi-solid.hgi-property-add:before {
  content: "\51a5";
}
.hgi-solid.hgi-property-delete:before {
  content: "\51a7";
}
.hgi-solid.hgi-property-edit:before {
  content: "\51a9";
}
.hgi-solid.hgi-property-new:before {
  content: "\51ab";
}
.hgi-solid.hgi-property-search:before {
  content: "\51ad";
}
.hgi-solid.hgi-property-view:before {
  content: "\51af";
}
.hgi-solid.hgi-protection-mask:before {
  content: "\51b1";
}
.hgi-solid.hgi-pulley:before {
  content: "\51b3";
}
.hgi-solid.hgi-pulse-01:before {
  content: "\51b5";
}
.hgi-solid.hgi-pulse-02:before {
  content: "\51b7";
}
.hgi-solid.hgi-pulse-rectangle-01:before {
  content: "\51b9";
}
.hgi-solid.hgi-pulse-rectangle-02:before {
  content: "\51bb";
}
.hgi-solid.hgi-pumpkin:before {
  content: "\51bd";
}
.hgi-solid.hgi-punch:before {
  content: "\51bf";
}
.hgi-solid.hgi-punching-ball-01:before {
  content: "\51c1";
}
.hgi-solid.hgi-punching-ball-02:before {
  content: "\51c3";
}
.hgi-solid.hgi-purse-01:before {
  content: "\51c5";
}
.hgi-solid.hgi-purse:before {
  content: "\51c7";
}
.hgi-solid.hgi-push-up-bar:before {
  content: "\51c9";
}
.hgi-solid.hgi-puzzle:before {
  content: "\51cb";
}
.hgi-solid.hgi-pyramid-maslowo:before {
  content: "\51cd";
}
.hgi-solid.hgi-pyramid-structure-01:before {
  content: "\51d0";
}
.hgi-solid.hgi-pyramid-structure-02:before {
  content: "\51d2";
}
.hgi-solid.hgi-pyramid:before {
  content: "\51d3";
}
.hgi-solid.hgi-python:before {
  content: "\51d5";
}
.hgi-solid.hgi-qq-plot:before {
  content: "\51d7";
}
.hgi-solid.hgi-qr-code-01:before {
  content: "\51d9";
}
.hgi-solid.hgi-qr-code:before {
  content: "\51db";
}
.hgi-solid.hgi-question:before {
  content: "\51dd";
}
.hgi-solid.hgi-queue-01:before {
  content: "\51df";
}
.hgi-solid.hgi-queue-02:before {
  content: "\51e1";
}
.hgi-solid.hgi-quill-write-01:before {
  content: "\51e3";
}
.hgi-solid.hgi-quill-write-02:before {
  content: "\51e5";
}
.hgi-solid.hgi-quiz-01:before {
  content: "\51e7";
}
.hgi-solid.hgi-quiz-02:before {
  content: "\51e9";
}
.hgi-solid.hgi-quiz-03:before {
  content: "\51eb";
}
.hgi-solid.hgi-quiz-04:before {
  content: "\51ed";
}
.hgi-solid.hgi-quiz-05:before {
  content: "\51ef";
}
.hgi-solid.hgi-quora:before {
  content: "\51f1";
}
.hgi-solid.hgi-quote-down-circle:before {
  content: "\51f3";
}
.hgi-solid.hgi-quote-down-square:before {
  content: "\51f6";
}
.hgi-solid.hgi-quote-down:before {
  content: "\51f7";
}
.hgi-solid.hgi-quote-up-circle:before {
  content: "\51f9";
}
.hgi-solid.hgi-quote-up-square:before {
  content: "\51fc";
}
.hgi-solid.hgi-quote-up:before {
  content: "\51fd";
}
.hgi-solid.hgi-quotes:before {
  content: "\51ff";
}
.hgi-solid.hgi-quran-01:before {
  content: "\5201";
}
.hgi-solid.hgi-quran-02:before {
  content: "\5203";
}
.hgi-solid.hgi-quran-03:before {
  content: "\5205";
}
.hgi-solid.hgi-racing-flag:before {
  content: "\5207";
}
.hgi-solid.hgi-radar-01:before {
  content: "\5209";
}
.hgi-solid.hgi-radar-02:before {
  content: "\520b";
}
.hgi-solid.hgi-radial:before {
  content: "\520d";
}
.hgi-solid.hgi-radio-01:before {
  content: "\520f";
}
.hgi-solid.hgi-radio-02:before {
  content: "\5211";
}
.hgi-solid.hgi-radio-button:before {
  content: "\5213";
}
.hgi-solid.hgi-radio:before {
  content: "\5215";
}
.hgi-solid.hgi-radioactive-alert:before {
  content: "\5217";
}
.hgi-solid.hgi-radius:before {
  content: "\5219";
}
.hgi-solid.hgi-rain-double-drop:before {
  content: "\521b";
}
.hgi-solid.hgi-rain-drop:before {
  content: "\521d";
}
.hgi-solid.hgi-rain:before {
  content: "\521f";
}
.hgi-solid.hgi-rainbow:before {
  content: "\5221";
}
.hgi-solid.hgi-ramadhan-01:before {
  content: "\5223";
}
.hgi-solid.hgi-ramadhan-02:before {
  content: "\5225";
}
.hgi-solid.hgi-ramadhan-month:before {
  content: "\5227";
}
.hgi-solid.hgi-ranking:before {
  content: "\5229";
}
.hgi-solid.hgi-rar-01:before {
  content: "\522b";
}
.hgi-solid.hgi-rar-02:before {
  content: "\522d";
}
.hgi-solid.hgi-raw-01:before {
  content: "\522f";
}
.hgi-solid.hgi-raw-02:before {
  content: "\5231";
}
.hgi-solid.hgi-re::before {
  content: "\5233";
}
.hgi-solid.hgi-react:before {
  content: "\5235";
}
.hgi-solid.hgi-real-estate-01:before {
  content: "\5237";
}
.hgi-solid.hgi-real-estate-02:before {
  content: "\5239";
}
.hgi-solid.hgi-receipt-dollar:before {
  content: "\523b";
}
.hgi-solid.hgi-record:before {
  content: "\523d";
}
.hgi-solid.hgi-recovery-mail:before {
  content: "\523f";
}
.hgi-solid.hgi-rectangular-01:before {
  content: "\5241";
}
.hgi-solid.hgi-rectangular:before {
  content: "\5243";
}
.hgi-solid.hgi-recycle-01:before {
  content: "\5245";
}
.hgi-solid.hgi-recycle-02:before {
  content: "\5247";
}
.hgi-solid.hgi-recycle-03:before {
  content: "\5249";
}
.hgi-solid.hgi-reddit:before {
  content: "\524b";
}
.hgi-solid.hgi-redo-02:before {
  content: "\524d";
}
.hgi-solid.hgi-redo-03:before {
  content: "\524f";
}
.hgi-solid.hgi-redo:before {
  content: "\5251";
}
.hgi-solid.hgi-reflex:before {
  content: "\5253";
}
.hgi-solid.hgi-refresh:before {
  content: "\5255";
}
.hgi-solid.hgi-refrigerator:before {
  content: "\5257";
}
.hgi-solid.hgi-register:before {
  content: "\5259";
}
.hgi-solid.hgi-registered:before {
  content: "\525b";
}
.hgi-solid.hgi-relieved-01:before {
  content: "\525d";
}
.hgi-solid.hgi-relieved-02:before {
  content: "\525f";
}
.hgi-solid.hgi-reload:before {
  content: "\5261";
}
.hgi-solid.hgi-reminder:before {
  content: "\5263";
}
.hgi-solid.hgi-remote-control:before {
  content: "\5265";
}
.hgi-solid.hgi-remove-01:before {
  content: "\5267";
}
.hgi-solid.hgi-remove-02:before {
  content: "\5269";
}
.hgi-solid.hgi-remove-circle-half-dot:before {
  content: "\526b";
}
.hgi-solid.hgi-remove-circle:before {
  content: "\526d";
}
.hgi-solid.hgi-remove-female:before {
  content: "\526f";
}
.hgi-solid.hgi-remove-male:before {
  content: "\5271";
}
.hgi-solid.hgi-remove-pi:before {
  content: "\5273";
}
.hgi-solid.hgi-remove-square:before {
  content: "\5275";
}
.hgi-solid.hgi-renewable-energy-01:before {
  content: "\5277";
}
.hgi-solid.hgi-renewable-energy:before {
  content: "\5279";
}
.hgi-solid.hgi-repair:before {
  content: "\527b";
}
.hgi-solid.hgi-repeat-off:before {
  content: "\527d";
}
.hgi-solid.hgi-repeat-one-01:before {
  content: "\527f";
}
.hgi-solid.hgi-repeat-one-02:before {
  content: "\5281";
}
.hgi-solid.hgi-repeat:before {
  content: "\5283";
}
.hgi-solid.hgi-replay:before {
  content: "\5285";
}
.hgi-solid.hgi-repository:before {
  content: "\5287";
}
.hgi-solid.hgi-reset-password:before {
  content: "\5289";
}
.hgi-solid.hgi-resize-01:before {
  content: "\528b";
}
.hgi-solid.hgi-resize-02:before {
  content: "\528d";
}
.hgi-solid.hgi-resize-field-rectangle:before {
  content: "\528f";
}
.hgi-solid.hgi-resize-field:before {
  content: "\5291";
}
.hgi-solid.hgi-resources-add:before {
  content: "\5293";
}
.hgi-solid.hgi-resources-remove:before {
  content: "\5295";
}
.hgi-solid.hgi-restaurant-01:before {
  content: "\5297";
}
.hgi-solid.hgi-restaurant-02:before {
  content: "\5299";
}
.hgi-solid.hgi-restaurant-03:before {
  content: "\529b";
}
.hgi-solid.hgi-restaurant-table:before {
  content: "\529d";
}
.hgi-solid.hgi-restore-bin:before {
  content: "\529f";
}
.hgi-solid.hgi-return-request:before {
  content: "\52a1";
}
.hgi-solid.hgi-reverse-withdrawal-01:before {
  content: "\52a3";
}
.hgi-solid.hgi-reverse-withdrawal-02:before {
  content: "\52a5";
}
.hgi-solid.hgi-rhombus-01:before {
  content: "\52a7";
}
.hgi-solid.hgi-rhombus:before {
  content: "\52a9";
}
.hgi-solid.hgi-rice-bowl-01:before {
  content: "\52ab";
}
.hgi-solid.hgi-rice-bowl-02:before {
  content: "\52ad";
}
.hgi-solid.hgi-right-angle:before {
  content: "\52af";
}
.hgi-solid.hgi-right-to-left-block-quote:before {
  content: "\52b1";
}
.hgi-solid.hgi-right-to-left-list-bullet:before {
  content: "\52b3";
}
.hgi-solid.hgi-right-to-left-list-dash:before {
  content: "\52b5";
}
.hgi-solid.hgi-right-to-left-list-number:before {
  content: "\52b7";
}
.hgi-solid.hgi-right-to-left-list-triangle:before {
  content: "\52b9";
}
.hgi-solid.hgi-right-triangle:before {
  content: "\52bb";
}
.hgi-solid.hgi-ripple:before {
  content: "\52bd";
}
.hgi-solid.hgi-riyal-rectangle:before {
  content: "\52bf";
}
.hgi-solid.hgi-riyal:before {
  content: "\52c1";
}
.hgi-solid.hgi-road-01:before {
  content: "\52c3";
}
.hgi-solid.hgi-road-02:before {
  content: "\52c5";
}
.hgi-solid.hgi-road-location-01:before {
  content: "\52c7";
}
.hgi-solid.hgi-road-location-02:before {
  content: "\52c9";
}
.hgi-solid.hgi-road-wayside:before {
  content: "\52cc";
}
.hgi-solid.hgi-road:before {
  content: "\52cd";
}
.hgi-solid.hgi-robot-01:before {
  content: "\52cf";
}
.hgi-solid.hgi-robot-02:before {
  content: "\52d1";
}
.hgi-solid.hgi-robotic:before {
  content: "\52d3";
}
.hgi-solid.hgi-rocket-01:before {
  content: "\52d5";
}
.hgi-solid.hgi-rocket-02:before {
  content: "\52d7";
}
.hgi-solid.hgi-rocket:before {
  content: "\52d9";
}
.hgi-solid.hgi-rocking-chair:before {
  content: "\52db";
}
.hgi-solid.hgi-rocking-horse:before {
  content: "\52dd";
}
.hgi-solid.hgi-roller-skate:before {
  content: "\52df";
}
.hgi-solid.hgi-rolling-pin:before {
  content: "\52e1";
}
.hgi-solid.hgi-root-01:before {
  content: "\52e3";
}
.hgi-solid.hgi-root-02:before {
  content: "\52e5";
}
.hgi-solid.hgi-root-circle:before {
  content: "\52e7";
}
.hgi-solid.hgi-root-first-bracket:before {
  content: "\52e9";
}
.hgi-solid.hgi-root-second-bracket:before {
  content: "\52eb";
}
.hgi-solid.hgi-root-third-bracket:before {
  content: "\52ed";
}
.hgi-solid.hgi-rotate-01:before {
  content: "\52ef";
}
.hgi-solid.hgi-rotate-02:before {
  content: "\52f1";
}
.hgi-solid.hgi-rotate-360:before {
  content: "\52f3";
}
.hgi-solid.hgi-rotate-bottom-left:before {
  content: "\52f5";
}
.hgi-solid.hgi-rotate-bottom-right:before {
  content: "\52f7";
}
.hgi-solid.hgi-rotate-clockwise:before {
  content: "\52f9";
}
.hgi-solid.hgi-rotate-crop:before {
  content: "\52fb";
}
.hgi-solid.hgi-rotate-left-01:before {
  content: "\52fd";
}
.hgi-solid.hgi-rotate-left-02:before {
  content: "\52ff";
}
.hgi-solid.hgi-rotate-left-03:before {
  content: "\5301";
}
.hgi-solid.hgi-rotate-left-04:before {
  content: "\5303";
}
.hgi-solid.hgi-rotate-left-05:before {
  content: "\5305";
}
.hgi-solid.hgi-rotate-left-06:before {
  content: "\5307";
}
.hgi-solid.hgi-rotate-right-01:before {
  content: "\5309";
}
.hgi-solid.hgi-rotate-right-02:before {
  content: "\530b";
}
.hgi-solid.hgi-rotate-right-03:before {
  content: "\530d";
}
.hgi-solid.hgi-rotate-right-04:before {
  content: "\530f";
}
.hgi-solid.hgi-rotate-right-05:before {
  content: "\5311";
}
.hgi-solid.hgi-rotate-right-06:before {
  content: "\5313";
}
.hgi-solid.hgi-rotate-square:before {
  content: "\5315";
}
.hgi-solid.hgi-rotate-top-left:before {
  content: "\5317";
}
.hgi-solid.hgi-rotate-top-right:before {
  content: "\5319";
}
.hgi-solid.hgi-route-01:before {
  content: "\531b";
}
.hgi-solid.hgi-route-02:before {
  content: "\531d";
}
.hgi-solid.hgi-route-03:before {
  content: "\531f";
}
.hgi-solid.hgi-route-block:before {
  content: "\5321";
}
.hgi-solid.hgi-router-01:before {
  content: "\5323";
}
.hgi-solid.hgi-router-02:before {
  content: "\5325";
}
.hgi-solid.hgi-router:before {
  content: "\5327";
}
.hgi-solid.hgi-row-delete:before {
  content: "\5329";
}
.hgi-solid.hgi-row-insert:before {
  content: "\532b";
}
.hgi-solid.hgi-rss-connected-01:before {
  content: "\532d";
}
.hgi-solid.hgi-rss-connected-02:before {
  content: "\532f";
}
.hgi-solid.hgi-rss-error:before {
  content: "\5331";
}
.hgi-solid.hgi-rss-locked:before {
  content: "\5333";
}
.hgi-solid.hgi-rss-unlocked:before {
  content: "\5336";
}
.hgi-solid.hgi-rss:before {
  content: "\5337";
}
.hgi-solid.hgi-rub-el-hizb:before {
  content: "\5339";
}
.hgi-solid.hgi-rubber-duck:before {
  content: "\533b";
}
.hgi-solid.hgi-rubiks-cube:before {
  content: "\533d";
}
.hgi-solid.hgi-ruku:before {
  content: "\533f";
}
.hgi-solid.hgi-ruler:before {
  content: "\5341";
}
.hgi-solid.hgi-running-shoes:before {
  content: "\5343";
}
.hgi-solid.hgi-sad-01:before {
  content: "\5345";
}
.hgi-solid.hgi-sad-02:before {
  content: "\5347";
}
.hgi-solid.hgi-sad-dizzy:before {
  content: "\5349";
}
.hgi-solid.hgi-safari:before {
  content: "\534b";
}
.hgi-solid.hgi-safe-delivery-01:before {
  content: "\534d";
}
.hgi-solid.hgi-safe-delivery-02:before {
  content: "\534f";
}
.hgi-solid.hgi-safe:before {
  content: "\5351";
}
.hgi-solid.hgi-safety-pin-01:before {
  content: "\5353";
}
.hgi-solid.hgi-safety-pin-02:before {
  content: "\5355";
}
.hgi-solid.hgi-sailboat-coastal:before {
  content: "\5357";
}
.hgi-solid.hgi-sailboat-offshore:before {
  content: "\5359";
}
.hgi-solid.hgi-sakura:before {
  content: "\535b";
}
.hgi-solid.hgi-salah-time:before {
  content: "\535e";
}
.hgi-solid.hgi-salah:before {
  content: "\535f";
}
.hgi-solid.hgi-sale-tag-01:before {
  content: "\5361";
}
.hgi-solid.hgi-sale-tag-02:before {
  content: "\5363";
}
.hgi-solid.hgi-sandals:before {
  content: "\5365";
}
.hgi-solid.hgi-satellite-01:before {
  content: "\5367";
}
.hgi-solid.hgi-satellite-02:before {
  content: "\5369";
}
.hgi-solid.hgi-satellite-03:before {
  content: "\536b";
}
.hgi-solid.hgi-satellite:before {
  content: "\536d";
}
.hgi-solid.hgi-saturn-01:before {
  content: "\536f";
}
.hgi-solid.hgi-saturn-02:before {
  content: "\5371";
}
.hgi-solid.hgi-saturn:before {
  content: "\5373";
}
.hgi-solid.hgi-sausage:before {
  content: "\5375";
}
.hgi-solid.hgi-save-energy-01:before {
  content: "\5377";
}
.hgi-solid.hgi-save-energy-02:before {
  content: "\5379";
}
.hgi-solid.hgi-save-money-dollar:before {
  content: "\537b";
}
.hgi-solid.hgi-save-money-euro:before {
  content: "\537d";
}
.hgi-solid.hgi-save-money-pound:before {
  content: "\537f";
}
.hgi-solid.hgi-save-money-yen:before {
  content: "\5381";
}
.hgi-solid.hgi-savings:before {
  content: "\5383";
}
.hgi-solid.hgi-scheme:before {
  content: "\5385";
}
.hgi-solid.hgi-school-01:before {
  content: "\5387";
}
.hgi-solid.hgi-school-bell-01:before {
  content: "\5389";
}
.hgi-solid.hgi-school-bell-02:before {
  content: "\538b";
}
.hgi-solid.hgi-school-bus:before {
  content: "\538d";
}
.hgi-solid.hgi-school-report-card:before {
  content: "\538f";
}
.hgi-solid.hgi-school-tie:before {
  content: "\5392";
}
.hgi-solid.hgi-school:before {
  content: "\5393";
}
.hgi-solid.hgi-scissor-01:before {
  content: "\5395";
}
.hgi-solid.hgi-scissor-rectangle:before {
  content: "\5397";
}
.hgi-solid.hgi-scissor:before {
  content: "\5399";
}
.hgi-solid.hgi-scooter-01:before {
  content: "\539b";
}
.hgi-solid.hgi-scooter-02:before {
  content: "\539d";
}
.hgi-solid.hgi-scooter-03:before {
  content: "\539f";
}
.hgi-solid.hgi-scooter-04:before {
  content: "\53a1";
}
.hgi-solid.hgi-scooter-electric:before {
  content: "\53a3";
}
.hgi-solid.hgi-scratch-card:before {
  content: "\53a5";
}
.hgi-solid.hgi-screen-add-to-home:before {
  content: "\53a7";
}
.hgi-solid.hgi-screen-lock-rotation:before {
  content: "\53a9";
}
.hgi-solid.hgi-screen-rotation:before {
  content: "\53ab";
}
.hgi-solid.hgi-scribd:before {
  content: "\53ad";
}
.hgi-solid.hgi-scroll-horizontal:before {
  content: "\53af";
}
.hgi-solid.hgi-scroll-vertical:before {
  content: "\53b2";
}
.hgi-solid.hgi-scroll:before {
  content: "\53b3";
}
.hgi-solid.hgi-sd-card:before {
  content: "\53b5";
}
.hgi-solid.hgi-seal:before {
  content: "\53b7";
}
.hgi-solid.hgi-search-01:before {
  content: "\53b9";
}
.hgi-solid.hgi-search-02:before {
  content: "\53bb";
}
.hgi-solid.hgi-search-add:before {
  content: "\53bd";
}
.hgi-solid.hgi-search-area:before {
  content: "\53bf";
}
.hgi-solid.hgi-search-circle:before {
  content: "\53c1";
}
.hgi-solid.hgi-search-dollar:before {
  content: "\53c3";
}
.hgi-solid.hgi-search-focus:before {
  content: "\53c5";
}
.hgi-solid.hgi-search-list-01:before {
  content: "\53c7";
}
.hgi-solid.hgi-search-list-02:before {
  content: "\53c9";
}
.hgi-solid.hgi-search-minus:before {
  content: "\53cb";
}
.hgi-solid.hgi-search-remove:before {
  content: "\53cd";
}
.hgi-solid.hgi-search-replace:before {
  content: "\53cf";
}
.hgi-solid.hgi-search-square:before {
  content: "\53d1";
}
.hgi-solid.hgi-search-visual:before {
  content: "\53d3";
}
.hgi-solid.hgi-searching:before {
  content: "\53d5";
}
.hgi-solid.hgi-seat-selector:before {
  content: "\53d7";
}
.hgi-solid.hgi-second-bracket-circle:before {
  content: "\53d9";
}
.hgi-solid.hgi-second-bracket-square:before {
  content: "\53dc";
}
.hgi-solid.hgi-second-bracket:before {
  content: "\53dd";
}
.hgi-solid.hgi-secured-network:before {
  content: "\53df";
}
.hgi-solid.hgi-security-block:before {
  content: "\53e1";
}
.hgi-solid.hgi-security-check:before {
  content: "\53e3";
}
.hgi-solid.hgi-security-key-usb:before {
  content: "\53e5";
}
.hgi-solid.hgi-security-lock:before {
  content: "\53e7";
}
.hgi-solid.hgi-security-password:before {
  content: "\53e9";
}
.hgi-solid.hgi-security-validation:before {
  content: "\53ec";
}
.hgi-solid.hgi-security-wifi:before {
  content: "\53ee";
}
.hgi-solid.hgi-security:before {
  content: "\53ef";
}
.hgi-solid.hgi-segment:before {
  content: "\53f1";
}
.hgi-solid.hgi-select-01:before {
  content: "\53f3";
}
.hgi-solid.hgi-select-02:before {
  content: "\53f5";
}
.hgi-solid.hgi-self-transfer:before {
  content: "\53f7";
}
.hgi-solid.hgi-send-to-mobile:before {
  content: "\53f9";
}
.hgi-solid.hgi-sending-order:before {
  content: "\53fb";
}
.hgi-solid.hgi-senseless:before {
  content: "\53fd";
}
.hgi-solid.hgi-sent-02:before {
  content: "\53ff";
}
.hgi-solid.hgi-sent:before {
  content: "\5401";
}
.hgi-solid.hgi-seo:before {
  content: "\5403";
}
.hgi-solid.hgi-server-stack-01:before {
  content: "\5405";
}
.hgi-solid.hgi-server-stack-02:before {
  content: "\5407";
}
.hgi-solid.hgi-server-stack-03:before {
  content: "\5409";
}
.hgi-solid.hgi-service:before {
  content: "\540b";
}
.hgi-solid.hgi-serving-food:before {
  content: "\540d";
}
.hgi-solid.hgi-setting-06:before {
  content: "\540f";
}
.hgi-solid.hgi-setting-07:before {
  content: "\5411";
}
.hgi-solid.hgi-setting-done-01:before {
  content: "\5413";
}
.hgi-solid.hgi-setting-done-02:before {
  content: "\5415";
}
.hgi-solid.hgi-setting-done-03:before {
  content: "\5417";
}
.hgi-solid.hgi-setting-done-04:before {
  content: "\5419";
}
.hgi-solid.hgi-setting-error-03:before {
  content: "\541b";
}
.hgi-solid.hgi-setting-error-04:before {
  content: "\541d";
}
.hgi-solid.hgi-settings-01:before {
  content: "\541f";
}
.hgi-solid.hgi-settings-02:before {
  content: "\5421";
}
.hgi-solid.hgi-settings-03:before {
  content: "\5423";
}
.hgi-solid.hgi-settings-04:before {
  content: "\5425";
}
.hgi-solid.hgi-settings-05:before {
  content: "\5427";
}
.hgi-solid.hgi-settings-error-01:before {
  content: "\5429";
}
.hgi-solid.hgi-settings-error-02:before {
  content: "\542b";
}
.hgi-solid.hgi-setup-01:before {
  content: "\542d";
}
.hgi-solid.hgi-setup-02:before {
  content: "\542f";
}
.hgi-solid.hgi-seven-z-01:before {
  content: "\5431";
}
.hgi-solid.hgi-seven-z-02:before {
  content: "\5433";
}
.hgi-solid.hgi-shaka-01:before {
  content: "\5435";
}
.hgi-solid.hgi-shaka-02:before {
  content: "\5437";
}
.hgi-solid.hgi-shaka-03:before {
  content: "\5439";
}
.hgi-solid.hgi-shaka-04:before {
  content: "\543b";
}
.hgi-solid.hgi-shampoo:before {
  content: "\543d";
}
.hgi-solid.hgi-shape-collection:before {
  content: "\543f";
}
.hgi-solid.hgi-shapes:before {
  content: "\5441";
}
.hgi-solid.hgi-share-01:before {
  content: "\5443";
}
.hgi-solid.hgi-share-02:before {
  content: "\5445";
}
.hgi-solid.hgi-share-03:before {
  content: "\5447";
}
.hgi-solid.hgi-share-04:before {
  content: "\5449";
}
.hgi-solid.hgi-share-05:before {
  content: "\544b";
}
.hgi-solid.hgi-share-06:before {
  content: "\544d";
}
.hgi-solid.hgi-share-07:before {
  content: "\544f";
}
.hgi-solid.hgi-share-08:before {
  content: "\5451";
}
.hgi-solid.hgi-share-knowledge:before {
  content: "\5453";
}
.hgi-solid.hgi-share-location-01:before {
  content: "\5455";
}
.hgi-solid.hgi-share-location-02:before {
  content: "\5457";
}
.hgi-solid.hgi-shared-wifi:before {
  content: "\5459";
}
.hgi-solid.hgi-sharing:before {
  content: "\545b";
}
.hgi-solid.hgi-shellfish:before {
  content: "\545d";
}
.hgi-solid.hgi-sheriff-01:before {
  content: "\545f";
}
.hgi-solid.hgi-sheriff-02:before {
  content: "\5461";
}
.hgi-solid.hgi-shield-01:before {
  content: "\5463";
}
.hgi-solid.hgi-shield-02:before {
  content: "\5465";
}
.hgi-solid.hgi-shield-blockchain:before {
  content: "\5467";
}
.hgi-solid.hgi-shield-energy:before {
  content: "\5469";
}
.hgi-solid.hgi-shield-key:before {
  content: "\546b";
}
.hgi-solid.hgi-shield-user:before {
  content: "\546d";
}
.hgi-solid.hgi-shipment-tracking:before {
  content: "\546f";
}
.hgi-solid.hgi-shipping-center:before {
  content: "\5471";
}
.hgi-solid.hgi-shipping-loading:before {
  content: "\5473";
}
.hgi-solid.hgi-shipping-truck-01:before {
  content: "\5475";
}
.hgi-solid.hgi-shipping-truck-02:before {
  content: "\5477";
}
.hgi-solid.hgi-shirt-01:before {
  content: "\5479";
}
.hgi-solid.hgi-shocked:before {
  content: "\547b";
}
.hgi-solid.hgi-shop-sign:before {
  content: "\547d";
}
.hgi-solid.hgi-shopify:before {
  content: "\547f";
}
.hgi-solid.hgi-shopping-bag-01:before {
  content: "\5481";
}
.hgi-solid.hgi-shopping-bag-02:before {
  content: "\5483";
}
.hgi-solid.hgi-shopping-bag-03:before {
  content: "\5485";
}
.hgi-solid.hgi-shopping-bag-add:before {
  content: "\5487";
}
.hgi-solid.hgi-shopping-bag-check:before {
  content: "\5489";
}
.hgi-solid.hgi-shopping-bag-favorite:before {
  content: "\548b";
}
.hgi-solid.hgi-shopping-bag-remove:before {
  content: "\548d";
}
.hgi-solid.hgi-shopping-basket-01:before {
  content: "\548f";
}
.hgi-solid.hgi-shopping-basket-02:before {
  content: "\5491";
}
.hgi-solid.hgi-shopping-basket-03:before {
  content: "\5493";
}
.hgi-solid.hgi-shopping-basket-add-01:before {
  content: "\5495";
}
.hgi-solid.hgi-shopping-basket-add-02:before {
  content: "\5497";
}
.hgi-solid.hgi-shopping-basket-add-03:before {
  content: "\5499";
}
.hgi-solid.hgi-shopping-basket-check-in-01:before {
  content: "\549b";
}
.hgi-solid.hgi-shopping-basket-check-in-02:before {
  content: "\549d";
}
.hgi-solid.hgi-shopping-basket-check-in-03:before {
  content: "\549f";
}
.hgi-solid.hgi-shopping-basket-check-out-01:before {
  content: "\54a1";
}
.hgi-solid.hgi-shopping-basket-check-out-02:before {
  content: "\54a3";
}
.hgi-solid.hgi-shopping-basket-check-out-03:before {
  content: "\54a5";
}
.hgi-solid.hgi-shopping-basket-done-01:before {
  content: "\54a7";
}
.hgi-solid.hgi-shopping-basket-done-02:before {
  content: "\54a9";
}
.hgi-solid.hgi-shopping-basket-done-03:before {
  content: "\54ab";
}
.hgi-solid.hgi-shopping-basket-favorite-01:before {
  content: "\54ad";
}
.hgi-solid.hgi-shopping-basket-favorite-02:before {
  content: "\54af";
}
.hgi-solid.hgi-shopping-basket-favorite-03:before {
  content: "\54b1";
}
.hgi-solid.hgi-shopping-basket-remove-01:before {
  content: "\54b3";
}
.hgi-solid.hgi-shopping-basket-remove-02:before {
  content: "\54b5";
}
.hgi-solid.hgi-shopping-basket-remove-03:before {
  content: "\54b7";
}
.hgi-solid.hgi-shopping-basket-secure-01:before {
  content: "\54b9";
}
.hgi-solid.hgi-shopping-basket-secure-02:before {
  content: "\54bb";
}
.hgi-solid.hgi-shopping-basket-secure-03:before {
  content: "\54bd";
}
.hgi-solid.hgi-shopping-cart-01:before {
  content: "\54bf";
}
.hgi-solid.hgi-shopping-cart-02:before {
  content: "\54c1";
}
.hgi-solid.hgi-shopping-cart-add-01:before {
  content: "\54c3";
}
.hgi-solid.hgi-shopping-cart-add-02:before {
  content: "\54c5";
}
.hgi-solid.hgi-shopping-cart-check-01:before {
  content: "\54c7";
}
.hgi-solid.hgi-shopping-cart-check-02:before {
  content: "\54c9";
}
.hgi-solid.hgi-shopping-cart-check-in-01:before {
  content: "\54cb";
}
.hgi-solid.hgi-shopping-cart-check-in-02:before {
  content: "\54cd";
}
.hgi-solid.hgi-shopping-cart-check-out-01:before {
  content: "\54cf";
}
.hgi-solid.hgi-shopping-cart-check-out-02:before {
  content: "\54d1";
}
.hgi-solid.hgi-shopping-cart-favorite-01:before {
  content: "\54d3";
}
.hgi-solid.hgi-shopping-cart-favorite-02:before {
  content: "\54d5";
}
.hgi-solid.hgi-shopping-cart-remove-01:before {
  content: "\54d7";
}
.hgi-solid.hgi-shopping-cart-remove-02:before {
  content: "\54d9";
}
.hgi-solid.hgi-shorts-pants:before {
  content: "\54db";
}
.hgi-solid.hgi-shoulder:before {
  content: "\54dd";
}
.hgi-solid.hgi-shuffle-square:before {
  content: "\54e0";
}
.hgi-solid.hgi-shuffle:before {
  content: "\54e1";
}
.hgi-solid.hgi-shut-down:before {
  content: "\54e3";
}
.hgi-solid.hgi-shutterstock:before {
  content: "\54e5";
}
.hgi-solid.hgi-sidebar-bottom:before {
  content: "\54e7";
}
.hgi-solid.hgi-sidebar-left-01:before {
  content: "\54e9";
}
.hgi-solid.hgi-sidebar-left:before {
  content: "\54eb";
}
.hgi-solid.hgi-sidebar-right-01:before {
  content: "\54ed";
}
.hgi-solid.hgi-sidebar-right:before {
  content: "\54ef";
}
.hgi-solid.hgi-sidebar-top:before {
  content: "\54f1";
}
.hgi-solid.hgi-sign-language-c:before {
  content: "\54f3";
}
.hgi-solid.hgi-signal-full-01:before {
  content: "\54f5";
}
.hgi-solid.hgi-signal-full-02:before {
  content: "\54f7";
}
.hgi-solid.hgi-signal-low-01:before {
  content: "\54f9";
}
.hgi-solid.hgi-signal-low-02:before {
  content: "\54fb";
}
.hgi-solid.hgi-signal-low-medium:before {
  content: "\54fd";
}
.hgi-solid.hgi-signal-medium-01:before {
  content: "\54ff";
}
.hgi-solid.hgi-signal-medium-02:before {
  content: "\5501";
}
.hgi-solid.hgi-signal-no-01:before {
  content: "\5503";
}
.hgi-solid.hgi-signal-no-02:before {
  content: "\5505";
}
.hgi-solid.hgi-signal:before {
  content: "\5507";
}
.hgi-solid.hgi-signature:before {
  content: "\5509";
}
.hgi-solid.hgi-silence:before {
  content: "\550b";
}
.hgi-solid.hgi-simcard-01:before {
  content: "\550d";
}
.hgi-solid.hgi-simcard-02:before {
  content: "\550f";
}
.hgi-solid.hgi-simcard-dual:before {
  content: "\5511";
}
.hgi-solid.hgi-sin:before {
  content: "\5513";
}
.hgi-solid.hgi-sine-01:before {
  content: "\5515";
}
.hgi-solid.hgi-sine-02:before {
  content: "\5517";
}
.hgi-solid.hgi-sing-left:before {
  content: "\5519";
}
.hgi-solid.hgi-sing-right:before {
  content: "\551b";
}
.hgi-solid.hgi-sink-01:before {
  content: "\551d";
}
.hgi-solid.hgi-sink-02:before {
  content: "\551f";
}
.hgi-solid.hgi-siri-new:before {
  content: "\5521";
}
.hgi-solid.hgi-siri:before {
  content: "\5523";
}
.hgi-solid.hgi-sketch:before {
  content: "\5525";
}
.hgi-solid.hgi-skew:before {
  content: "\5527";
}
.hgi-solid.hgi-ski-dice-faces-01:before {
  content: "\5529";
}
.hgi-solid.hgi-skipping-rope:before {
  content: "\552b";
}
.hgi-solid.hgi-skool:before {
  content: "\552d";
}
.hgi-solid.hgi-skull:before {
  content: "\552f";
}
.hgi-solid.hgi-skype:before {
  content: "\5531";
}
.hgi-solid.hgi-slack:before {
  content: "\5533";
}
.hgi-solid.hgi-sleeping:before {
  content: "\5535";
}
.hgi-solid.hgi-sleeveless:before {
  content: "\5537";
}
.hgi-solid.hgi-sliders-horizontal:before {
  content: "\5539";
}
.hgi-solid.hgi-sliders-vertical:before {
  content: "\553b";
}
.hgi-solid.hgi-slideshare:before {
  content: "\553d";
}
.hgi-solid.hgi-slow-winds:before {
  content: "\553f";
}
.hgi-solid.hgi-smart-ac:before {
  content: "\5541";
}
.hgi-solid.hgi-smart-phone-01:before {
  content: "\5543";
}
.hgi-solid.hgi-smart-phone-02:before {
  content: "\5545";
}
.hgi-solid.hgi-smart-phone-03:before {
  content: "\5547";
}
.hgi-solid.hgi-smart-phone-04:before {
  content: "\5549";
}
.hgi-solid.hgi-smart-phone-landscape:before {
  content: "\554b";
}
.hgi-solid.hgi-smart-watch-01:before {
  content: "\554e";
}
.hgi-solid.hgi-smart-watch-02:before {
  content: "\5550";
}
.hgi-solid.hgi-smart-watch-03:before {
  content: "\5552";
}
.hgi-solid.hgi-smart-watch-04:before {
  content: "\5554";
}
.hgi-solid.hgi-smart:before {
  content: "\5555";
}
.hgi-solid.hgi-smartphone-lost-wifi:before {
  content: "\5557";
}
.hgi-solid.hgi-smartphone-wifi:before {
  content: "\5559";
}
.hgi-solid.hgi-smile-dizzy:before {
  content: "\555b";
}
.hgi-solid.hgi-smile:before {
  content: "\555d";
}
.hgi-solid.hgi-sms-code:before {
  content: "\555f";
}
.hgi-solid.hgi-snail:before {
  content: "\5561";
}
.hgi-solid.hgi-snapchat:before {
  content: "\5563";
}
.hgi-solid.hgi-snow:before {
  content: "\5565";
}
.hgi-solid.hgi-socks:before {
  content: "\5567";
}
.hgi-solid.hgi-soda-can:before {
  content: "\5569";
}
.hgi-solid.hgi-sofa-01:before {
  content: "\556b";
}
.hgi-solid.hgi-sofa-02:before {
  content: "\556d";
}
.hgi-solid.hgi-sofa-03:before {
  content: "\556f";
}
.hgi-solid.hgi-sofa-single:before {
  content: "\5571";
}
.hgi-solid.hgi-soft-drink-01:before {
  content: "\5573";
}
.hgi-solid.hgi-soft-drink-02:before {
  content: "\5575";
}
.hgi-solid.hgi-software-license:before {
  content: "\5577";
}
.hgi-solid.hgi-software-uninstall:before {
  content: "\557a";
}
.hgi-solid.hgi-software:before {
  content: "\557b";
}
.hgi-solid.hgi-soil-moisture-field:before {
  content: "\557d";
}
.hgi-solid.hgi-soil-moisture-global:before {
  content: "\557f";
}
.hgi-solid.hgi-soil-temperature-field:before {
  content: "\5581";
}
.hgi-solid.hgi-soil-temperature-global:before {
  content: "\5583";
}
.hgi-solid.hgi-solar-energy:before {
  content: "\5585";
}
.hgi-solid.hgi-solar-panel-01:before {
  content: "\5587";
}
.hgi-solid.hgi-solar-panel-02:before {
  content: "\5589";
}
.hgi-solid.hgi-solar-panel-03:before {
  content: "\558b";
}
.hgi-solid.hgi-solar-panel-04:before {
  content: "\558d";
}
.hgi-solid.hgi-solar-panel-05:before {
  content: "\558f";
}
.hgi-solid.hgi-solar-power:before {
  content: "\5591";
}
.hgi-solid.hgi-solar-system-01:before {
  content: "\5593";
}
.hgi-solid.hgi-solar-system:before {
  content: "\5595";
}
.hgi-solid.hgi-solid-line-01:before {
  content: "\5597";
}
.hgi-solid.hgi-solid-line-02:before {
  content: "\5599";
}
.hgi-solid.hgi-sort-by-down-01:before {
  content: "\559b";
}
.hgi-solid.hgi-sort-by-down-02:before {
  content: "\559d";
}
.hgi-solid.hgi-sort-by-up-01:before {
  content: "\559f";
}
.hgi-solid.hgi-sort-by-up-02:before {
  content: "\55a1";
}
.hgi-solid.hgi-sorting-01:before {
  content: "\55a3";
}
.hgi-solid.hgi-sorting-02:before {
  content: "\55a5";
}
.hgi-solid.hgi-sorting-03:before {
  content: "\55a7";
}
.hgi-solid.hgi-sorting-04:before {
  content: "\55a9";
}
.hgi-solid.hgi-sorting-05:before {
  content: "\55ab";
}
.hgi-solid.hgi-sorting-1-9:before {
  content: "\55ad";
}
.hgi-solid.hgi-sorting-9-1:before {
  content: "\55af";
}
.hgi-solid.hgi-sorting-a-z-01:before {
  content: "\55b1";
}
.hgi-solid.hgi-sorting-a-z-02:before {
  content: "\55b3";
}
.hgi-solid.hgi-sorting-down:before {
  content: "\55b5";
}
.hgi-solid.hgi-sorting-up:before {
  content: "\55b7";
}
.hgi-solid.hgi-sorting-z-a-01:before {
  content: "\55b9";
}
.hgi-solid.hgi-soundcloud:before {
  content: "\55bb";
}
.hgi-solid.hgi-source-code-circle:before {
  content: "\55bd";
}
.hgi-solid.hgi-source-code-square:before {
  content: "\55c0";
}
.hgi-solid.hgi-source-code:before {
  content: "\55c1";
}
.hgi-solid.hgi-spaceship:before {
  content: "\55c3";
}
.hgi-solid.hgi-spades:before {
  content: "\55c5";
}
.hgi-solid.hgi-spaghetti:before {
  content: "\55c7";
}
.hgi-solid.hgi-spam:before {
  content: "\55c9";
}
.hgi-solid.hgi-sparkles:before {
  content: "\55cb";
}
.hgi-solid.hgi-spartan-helmet:before {
  content: "\55cd";
}
.hgi-solid.hgi-spatula:before {
  content: "\55cf";
}
.hgi-solid.hgi-speaker-01:before {
  content: "\55d1";
}
.hgi-solid.hgi-speaker:before {
  content: "\55d3";
}
.hgi-solid.hgi-speech-to-text:before {
  content: "\55d5";
}
.hgi-solid.hgi-speed-train-01:before {
  content: "\55d7";
}
.hgi-solid.hgi-speed-train-02:before {
  content: "\55d9";
}
.hgi-solid.hgi-sperm:before {
  content: "\55db";
}
.hgi-solid.hgi-sphere:before {
  content: "\55dd";
}
.hgi-solid.hgi-spirals:before {
  content: "\55df";
}
.hgi-solid.hgi-spoon-and-fork:before {
  content: "\55e1";
}
.hgi-solid.hgi-spoon-and-knife:before {
  content: "\55e3";
}
.hgi-solid.hgi-spoon:before {
  content: "\55e5";
}
.hgi-solid.hgi-spotify:before {
  content: "\55e7";
}
.hgi-solid.hgi-sql:before {
  content: "\55e9";
}
.hgi-solid.hgi-square-01:before {
  content: "\55eb";
}
.hgi-solid.hgi-square-arrow-data-transfer-diagonal:before {
  content: "\55ed";
}
.hgi-solid.hgi-square-arrow-data-transfer-horizontal:before {
  content: "\55ef";
}
.hgi-solid.hgi-square-arrow-data-transfer-vertical:before {
  content: "\55f1";
}
.hgi-solid.hgi-square-arrow-diagonal-01:before {
  content: "\55f3";
}
.hgi-solid.hgi-square-arrow-diagonal-02:before {
  content: "\55f5";
}
.hgi-solid.hgi-square-arrow-down-01:before {
  content: "\55f7";
}
.hgi-solid.hgi-square-arrow-down-02:before {
  content: "\55f9";
}
.hgi-solid.hgi-square-arrow-down-03:before {
  content: "\55fb";
}
.hgi-solid.hgi-square-arrow-down-double:before {
  content: "\55fd";
}
.hgi-solid.hgi-square-arrow-down-left:before {
  content: "\55ff";
}
.hgi-solid.hgi-square-arrow-down-right:before {
  content: "\5601";
}
.hgi-solid.hgi-square-arrow-expand-01:before {
  content: "\5603";
}
.hgi-solid.hgi-square-arrow-expand-02:before {
  content: "\5605";
}
.hgi-solid.hgi-square-arrow-horizontal:before {
  content: "\5607";
}
.hgi-solid.hgi-square-arrow-left-01:before {
  content: "\5609";
}
.hgi-solid.hgi-square-arrow-left-02:before {
  content: "\560b";
}
.hgi-solid.hgi-square-arrow-left-03:before {
  content: "\560d";
}
.hgi-solid.hgi-square-arrow-left-double:before {
  content: "\560f";
}
.hgi-solid.hgi-square-arrow-left-right:before {
  content: "\5611";
}
.hgi-solid.hgi-square-arrow-move-down-left:before {
  content: "\5613";
}
.hgi-solid.hgi-square-arrow-move-down-right:before {
  content: "\5615";
}
.hgi-solid.hgi-square-arrow-move-left-down:before {
  content: "\5617";
}
.hgi-solid.hgi-square-arrow-move-left-up:before {
  content: "\5619";
}
.hgi-solid.hgi-square-arrow-move-right-down:before {
  content: "\561b";
}
.hgi-solid.hgi-square-arrow-move-right-up:before {
  content: "\561d";
}
.hgi-solid.hgi-square-arrow-reload-01:before {
  content: "\561f";
}
.hgi-solid.hgi-square-arrow-reload-02:before {
  content: "\5621";
}
.hgi-solid.hgi-square-arrow-right-01:before {
  content: "\5623";
}
.hgi-solid.hgi-square-arrow-right-02:before {
  content: "\5625";
}
.hgi-solid.hgi-square-arrow-right-03:before {
  content: "\5627";
}
.hgi-solid.hgi-square-arrow-right-double:before {
  content: "\5629";
}
.hgi-solid.hgi-square-arrow-shrink-01:before {
  content: "\562b";
}
.hgi-solid.hgi-square-arrow-shrink-02:before {
  content: "\562d";
}
.hgi-solid.hgi-square-arrow-up-01:before {
  content: "\562f";
}
.hgi-solid.hgi-square-arrow-up-02:before {
  content: "\5631";
}
.hgi-solid.hgi-square-arrow-up-03:before {
  content: "\5633";
}
.hgi-solid.hgi-square-arrow-up-double:before {
  content: "\5635";
}
.hgi-solid.hgi-square-arrow-up-down:before {
  content: "\5637";
}
.hgi-solid.hgi-square-arrow-up-left:before {
  content: "\5639";
}
.hgi-solid.hgi-square-arrow-up-right:before {
  content: "\563b";
}
.hgi-solid.hgi-square-arrow-vertical:before {
  content: "\563d";
}
.hgi-solid.hgi-square-circle:before {
  content: "\563f";
}
.hgi-solid.hgi-square-lock-01:before {
  content: "\5641";
}
.hgi-solid.hgi-square-lock-02:before {
  content: "\5643";
}
.hgi-solid.hgi-square-lock-add-01:before {
  content: "\5645";
}
.hgi-solid.hgi-square-lock-add-02:before {
  content: "\5647";
}
.hgi-solid.hgi-square-lock-check-01:before {
  content: "\5649";
}
.hgi-solid.hgi-square-lock-check-02:before {
  content: "\564b";
}
.hgi-solid.hgi-square-lock-minus-01:before {
  content: "\564d";
}
.hgi-solid.hgi-square-lock-minus-02:before {
  content: "\564f";
}
.hgi-solid.hgi-square-lock-password:before {
  content: "\5651";
}
.hgi-solid.hgi-square-lock-remove-01:before {
  content: "\5653";
}
.hgi-solid.hgi-square-lock-remove-02:before {
  content: "\5655";
}
.hgi-solid.hgi-square-root-square:before {
  content: "\5657";
}
.hgi-solid.hgi-square-square:before {
  content: "\565a";
}
.hgi-solid.hgi-square-unlock-01:before {
  content: "\565c";
}
.hgi-solid.hgi-square-unlock-02:before {
  content: "\565e";
}
.hgi-solid.hgi-square:before {
  content: "\565f";
}
.hgi-solid.hgi-stack-star:before {
  content: "\5661";
}
.hgi-solid.hgi-stake:before {
  content: "\5663";
}
.hgi-solid.hgi-stamp-01:before {
  content: "\5665";
}
.hgi-solid.hgi-stamp-02:before {
  content: "\5667";
}
.hgi-solid.hgi-stamp:before {
  content: "\5669";
}
.hgi-solid.hgi-star-award-01:before {
  content: "\566b";
}
.hgi-solid.hgi-star-award-02:before {
  content: "\566d";
}
.hgi-solid.hgi-star-circle:before {
  content: "\566f";
}
.hgi-solid.hgi-star-face:before {
  content: "\5671";
}
.hgi-solid.hgi-star-half:before {
  content: "\5673";
}
.hgi-solid.hgi-star-off:before {
  content: "\5675";
}
.hgi-solid.hgi-star-square:before {
  content: "\5678";
}
.hgi-solid.hgi-star:before {
  content: "\5679";
}
.hgi-solid.hgi-stars:before {
  content: "\567b";
}
.hgi-solid.hgi-start-up-01:before {
  content: "\567d";
}
.hgi-solid.hgi-start-up-02:before {
  content: "\567f";
}
.hgi-solid.hgi-stationery:before {
  content: "\5681";
}
.hgi-solid.hgi-status:before {
  content: "\5683";
}
.hgi-solid.hgi-steak:before {
  content: "\5685";
}
.hgi-solid.hgi-steering:before {
  content: "\5687";
}
.hgi-solid.hgi-step-into:before {
  content: "\5689";
}
.hgi-solid.hgi-step-out:before {
  content: "\568b";
}
.hgi-solid.hgi-step-over:before {
  content: "\568d";
}
.hgi-solid.hgi-stethoscope-02:before {
  content: "\568f";
}
.hgi-solid.hgi-stethoscope:before {
  content: "\5691";
}
.hgi-solid.hgi-sticky-note-01:before {
  content: "\5693";
}
.hgi-solid.hgi-sticky-note-02:before {
  content: "\5695";
}
.hgi-solid.hgi-sticky-note-03:before {
  content: "\5697";
}
.hgi-solid.hgi-stop-circle:before {
  content: "\5699";
}
.hgi-solid.hgi-stop-loss-order:before {
  content: "\569b";
}
.hgi-solid.hgi-stop-watch:before {
  content: "\569e";
}
.hgi-solid.hgi-stop:before {
  content: "\569f";
}
.hgi-solid.hgi-store-01:before {
  content: "\56a1";
}
.hgi-solid.hgi-store-02:before {
  content: "\56a3";
}
.hgi-solid.hgi-store-03:before {
  content: "\56a5";
}
.hgi-solid.hgi-store-04:before {
  content: "\56a7";
}
.hgi-solid.hgi-store-add-01:before {
  content: "\56a9";
}
.hgi-solid.hgi-store-add-02:before {
  content: "\56ab";
}
.hgi-solid.hgi-store-location-01:before {
  content: "\56ad";
}
.hgi-solid.hgi-store-location-02:before {
  content: "\56af";
}
.hgi-solid.hgi-store-management-01:before {
  content: "\56b1";
}
.hgi-solid.hgi-store-management-02:before {
  content: "\56b3";
}
.hgi-solid.hgi-store-remove-01:before {
  content: "\56b5";
}
.hgi-solid.hgi-store-remove-02:before {
  content: "\56b7";
}
.hgi-solid.hgi-store-verified-01:before {
  content: "\56b9";
}
.hgi-solid.hgi-store-verified-02:before {
  content: "\56bb";
}
.hgi-solid.hgi-straight-edge:before {
  content: "\56bd";
}
.hgi-solid.hgi-strategy:before {
  content: "\56bf";
}
.hgi-solid.hgi-streering-wheel:before {
  content: "\56c1";
}
.hgi-solid.hgi-street-food:before {
  content: "\56c3";
}
.hgi-solid.hgi-stripe:before {
  content: "\56c5";
}
.hgi-solid.hgi-stroke-bottom:before {
  content: "\56c7";
}
.hgi-solid.hgi-stroke-center:before {
  content: "\56c9";
}
.hgi-solid.hgi-stroke-inside:before {
  content: "\56cb";
}
.hgi-solid.hgi-stroke-left:before {
  content: "\56cd";
}
.hgi-solid.hgi-stroke-outside:before {
  content: "\56cf";
}
.hgi-solid.hgi-stroke-right:before {
  content: "\56d1";
}
.hgi-solid.hgi-stroke-top:before {
  content: "\56d3";
}
.hgi-solid.hgi-structure-01:before {
  content: "\56d5";
}
.hgi-solid.hgi-structure-02:before {
  content: "\56d7";
}
.hgi-solid.hgi-structure-03:before {
  content: "\56d9";
}
.hgi-solid.hgi-structure-04:before {
  content: "\56db";
}
.hgi-solid.hgi-structure-05:before {
  content: "\56dd";
}
.hgi-solid.hgi-structure-add:before {
  content: "\56df";
}
.hgi-solid.hgi-structure-check:before {
  content: "\56e1";
}
.hgi-solid.hgi-structure-fail:before {
  content: "\56e3";
}
.hgi-solid.hgi-structure-folder-circle:before {
  content: "\56e5";
}
.hgi-solid.hgi-structure-folder:before {
  content: "\56e7";
}
.hgi-solid.hgi-student-card:before {
  content: "\56e9";
}
.hgi-solid.hgi-student:before {
  content: "\56eb";
}
.hgi-solid.hgi-students:before {
  content: "\56ed";
}
.hgi-solid.hgi-study-desk:before {
  content: "\56ef";
}
.hgi-solid.hgi-study-lamp:before {
  content: "\56f1";
}
.hgi-solid.hgi-stumbleupon:before {
  content: "\56f3";
}
.hgi-solid.hgi-submarine:before {
  content: "\56f5";
}
.hgi-solid.hgi-submerge:before {
  content: "\56f7";
}
.hgi-solid.hgi-subnode-add:before {
  content: "\56f9";
}
.hgi-solid.hgi-subnode-delete:before {
  content: "\56fb";
}
.hgi-solid.hgi-subpoena:before {
  content: "\56fd";
}
.hgi-solid.hgi-subtitle:before {
  content: "\56ff";
}
.hgi-solid.hgi-suit-01:before {
  content: "\5701";
}
.hgi-solid.hgi-suit-02:before {
  content: "\5703";
}
.hgi-solid.hgi-sujood:before {
  content: "\5705";
}
.hgi-solid.hgi-summation-01:before {
  content: "\5707";
}
.hgi-solid.hgi-summation-02:before {
  content: "\5709";
}
.hgi-solid.hgi-summation-circle:before {
  content: "\570b";
}
.hgi-solid.hgi-summation-square:before {
  content: "\570d";
}
.hgi-solid.hgi-sun-01:before {
  content: "\570f";
}
.hgi-solid.hgi-sun-02:before {
  content: "\5711";
}
.hgi-solid.hgi-sun-03:before {
  content: "\5713";
}
.hgi-solid.hgi-sun-cloud-01:before {
  content: "\5715";
}
.hgi-solid.hgi-sun-cloud-02:before {
  content: "\5717";
}
.hgi-solid.hgi-sun-cloud-angled-rain-01:before {
  content: "\5719";
}
.hgi-solid.hgi-sun-cloud-angled-rain-02:before {
  content: "\571b";
}
.hgi-solid.hgi-sun-cloud-angled-rain-zap-01:before {
  content: "\571d";
}
.hgi-solid.hgi-sun-cloud-angled-rain-zap-02:before {
  content: "\571f";
}
.hgi-solid.hgi-sun-cloud-angled-zap-01:before {
  content: "\5721";
}
.hgi-solid.hgi-sun-cloud-angled-zap-02:before {
  content: "\5723";
}
.hgi-solid.hgi-sun-cloud-big-rain-01:before {
  content: "\5725";
}
.hgi-solid.hgi-sun-cloud-big-rain-02:before {
  content: "\5727";
}
.hgi-solid.hgi-sun-cloud-fast-wind-01:before {
  content: "\5729";
}
.hgi-solid.hgi-sun-cloud-fast-wind-02:before {
  content: "\572b";
}
.hgi-solid.hgi-sun-cloud-hailstone-01:before {
  content: "\572d";
}
.hgi-solid.hgi-sun-cloud-hailstone-02:before {
  content: "\572f";
}
.hgi-solid.hgi-sun-cloud-little-rain-01:before {
  content: "\5731";
}
.hgi-solid.hgi-sun-cloud-little-rain-02:before {
  content: "\5733";
}
.hgi-solid.hgi-sun-cloud-little-snow-01:before {
  content: "\5735";
}
.hgi-solid.hgi-sun-cloud-little-snow-02:before {
  content: "\5737";
}
.hgi-solid.hgi-sun-cloud-mid-rain-01:before {
  content: "\5739";
}
.hgi-solid.hgi-sun-cloud-mid-rain-02:before {
  content: "\573b";
}
.hgi-solid.hgi-sun-cloud-mid-snow-01:before {
  content: "\573d";
}
.hgi-solid.hgi-sun-cloud-mid-snow-02:before {
  content: "\573f";
}
.hgi-solid.hgi-sun-cloud-slow-wind-01:before {
  content: "\5741";
}
.hgi-solid.hgi-sun-cloud-slow-wind-02:before {
  content: "\5743";
}
.hgi-solid.hgi-sun-cloud-snow-01:before {
  content: "\5745";
}
.hgi-solid.hgi-sun-cloud-snow-02:before {
  content: "\5747";
}
.hgi-solid.hgi-sunglasses:before {
  content: "\5749";
}
.hgi-solid.hgi-sunrise:before {
  content: "\574b";
}
.hgi-solid.hgi-sunset:before {
  content: "\574d";
}
.hgi-solid.hgi-super-mario-toad:before {
  content: "\5750";
}
.hgi-solid.hgi-super-mario:before {
  content: "\5751";
}
.hgi-solid.hgi-surfboard:before {
  content: "\5753";
}
.hgi-solid.hgi-surprise:before {
  content: "\5755";
}
.hgi-solid.hgi-sushi-01:before {
  content: "\5757";
}
.hgi-solid.hgi-sushi-02:before {
  content: "\5759";
}
.hgi-solid.hgi-sushi-03:before {
  content: "\575b";
}
.hgi-solid.hgi-suspicious:before {
  content: "\575d";
}
.hgi-solid.hgi-sustainable-energy:before {
  content: "\575f";
}
.hgi-solid.hgi-svg-01:before {
  content: "\5761";
}
.hgi-solid.hgi-svg-02:before {
  content: "\5763";
}
.hgi-solid.hgi-swarm:before {
  content: "\5765";
}
.hgi-solid.hgi-swatch:before {
  content: "\5767";
}
.hgi-solid.hgi-swimming-cap:before {
  content: "\5769";
}
.hgi-solid.hgi-swimming:before {
  content: "\576b";
}
.hgi-solid.hgi-swipe-down-01:before {
  content: "\576d";
}
.hgi-solid.hgi-swipe-down-02:before {
  content: "\576f";
}
.hgi-solid.hgi-swipe-down-03:before {
  content: "\5771";
}
.hgi-solid.hgi-swipe-down-04:before {
  content: "\5773";
}
.hgi-solid.hgi-swipe-down-05:before {
  content: "\5775";
}
.hgi-solid.hgi-swipe-down-06:before {
  content: "\5777";
}
.hgi-solid.hgi-swipe-down-07:before {
  content: "\5779";
}
.hgi-solid.hgi-swipe-down-08:before {
  content: "\577b";
}
.hgi-solid.hgi-swipe-left-01:before {
  content: "\577d";
}
.hgi-solid.hgi-swipe-left-02:before {
  content: "\577f";
}
.hgi-solid.hgi-swipe-left-03:before {
  content: "\5781";
}
.hgi-solid.hgi-swipe-left-04:before {
  content: "\5783";
}
.hgi-solid.hgi-swipe-left-05:before {
  content: "\5785";
}
.hgi-solid.hgi-swipe-left-06:before {
  content: "\5787";
}
.hgi-solid.hgi-swipe-left-07:before {
  content: "\5789";
}
.hgi-solid.hgi-swipe-left-08:before {
  content: "\578b";
}
.hgi-solid.hgi-swipe-left-09:before {
  content: "\578d";
}
.hgi-solid.hgi-swipe-right-01:before {
  content: "\578f";
}
.hgi-solid.hgi-swipe-right-02:before {
  content: "\5791";
}
.hgi-solid.hgi-swipe-right-03:before {
  content: "\5793";
}
.hgi-solid.hgi-swipe-right-04:before {
  content: "\5795";
}
.hgi-solid.hgi-swipe-right-05:before {
  content: "\5797";
}
.hgi-solid.hgi-swipe-right-06:before {
  content: "\5799";
}
.hgi-solid.hgi-swipe-right-07:before {
  content: "\579b";
}
.hgi-solid.hgi-swipe-right-08:before {
  content: "\579d";
}
.hgi-solid.hgi-swipe-right-09:before {
  content: "\579f";
}
.hgi-solid.hgi-swipe-up-01:before {
  content: "\57a1";
}
.hgi-solid.hgi-swipe-up-02:before {
  content: "\57a3";
}
.hgi-solid.hgi-swipe-up-03:before {
  content: "\57a5";
}
.hgi-solid.hgi-swipe-up-04:before {
  content: "\57a7";
}
.hgi-solid.hgi-swipe-up-05:before {
  content: "\57a9";
}
.hgi-solid.hgi-swipe-up-06:before {
  content: "\57ab";
}
.hgi-solid.hgi-swipe-up-07:before {
  content: "\57ad";
}
.hgi-solid.hgi-swipe-up-08:before {
  content: "\57af";
}
.hgi-solid.hgi-sword-01:before {
  content: "\57b1";
}
.hgi-solid.hgi-sword-02:before {
  content: "\57b3";
}
.hgi-solid.hgi-sword-03:before {
  content: "\57b5";
}
.hgi-solid.hgi-system-update-01:before {
  content: "\57b7";
}
.hgi-solid.hgi-system-update-02:before {
  content: "\57b9";
}
.hgi-solid.hgi-t-shirt:before {
  content: "\57bb";
}
.hgi-solid.hgi-table-01:before {
  content: "\57bd";
}
.hgi-solid.hgi-table-02:before {
  content: "\57bf";
}
.hgi-solid.hgi-table-03:before {
  content: "\57c1";
}
.hgi-solid.hgi-table-lamp-01:before {
  content: "\57c3";
}
.hgi-solid.hgi-table-lamp-02:before {
  content: "\57c5";
}
.hgi-solid.hgi-table-round:before {
  content: "\57c7";
}
.hgi-solid.hgi-table-tennis-bat:before {
  content: "\57ca";
}
.hgi-solid.hgi-table:before {
  content: "\57cb";
}
.hgi-solid.hgi-tablet-01:before {
  content: "\57cd";
}
.hgi-solid.hgi-tablet-02:before {
  content: "\57cf";
}
.hgi-solid.hgi-tablet-connected-bluetooth:before {
  content: "\57d1";
}
.hgi-solid.hgi-tablet-connected-usb:before {
  content: "\57d3";
}
.hgi-solid.hgi-tablet-connected-wifi:before {
  content: "\57d5";
}
.hgi-solid.hgi-tablet-pen:before {
  content: "\57d7";
}
.hgi-solid.hgi-taco-01:before {
  content: "\57d9";
}
.hgi-solid.hgi-taco-02:before {
  content: "\57db";
}
.hgi-solid.hgi-tag-01:before {
  content: "\57dd";
}
.hgi-solid.hgi-tag-02:before {
  content: "\57df";
}
.hgi-solid.hgi-tags:before {
  content: "\57e1";
}
.hgi-solid.hgi-taj-mahal:before {
  content: "\57e3";
}
.hgi-solid.hgi-tan:before {
  content: "\57e5";
}
.hgi-solid.hgi-tank-top:before {
  content: "\57e7";
}
.hgi-solid.hgi-tap-01:before {
  content: "\57e9";
}
.hgi-solid.hgi-tap-02:before {
  content: "\57eb";
}
.hgi-solid.hgi-tap-03:before {
  content: "\57ed";
}
.hgi-solid.hgi-tap-04:before {
  content: "\57ef";
}
.hgi-solid.hgi-tap-05:before {
  content: "\57f1";
}
.hgi-solid.hgi-tap-06:before {
  content: "\57f3";
}
.hgi-solid.hgi-tap-07:before {
  content: "\57f5";
}
.hgi-solid.hgi-tap-08:before {
  content: "\57f7";
}
.hgi-solid.hgi-tape-measure:before {
  content: "\57f9";
}
.hgi-solid.hgi-target-01:before {
  content: "\57fb";
}
.hgi-solid.hgi-target-02:before {
  content: "\57fd";
}
.hgi-solid.hgi-target-03:before {
  content: "\57ff";
}
.hgi-solid.hgi-target-dollar:before {
  content: "\5801";
}
.hgi-solid.hgi-tasbih:before {
  content: "\5803";
}
.hgi-solid.hgi-task-01:before {
  content: "\5805";
}
.hgi-solid.hgi-task-02:before {
  content: "\5807";
}
.hgi-solid.hgi-task-add-01:before {
  content: "\5809";
}
.hgi-solid.hgi-task-add-02:before {
  content: "\580b";
}
.hgi-solid.hgi-task-daily-01:before {
  content: "\580d";
}
.hgi-solid.hgi-task-daily-02:before {
  content: "\580f";
}
.hgi-solid.hgi-task-done-01:before {
  content: "\5811";
}
.hgi-solid.hgi-task-done-02:before {
  content: "\5813";
}
.hgi-solid.hgi-task-edit-01:before {
  content: "\5815";
}
.hgi-solid.hgi-task-edit-02:before {
  content: "\5817";
}
.hgi-solid.hgi-task-remove-01:before {
  content: "\5819";
}
.hgi-solid.hgi-task-remove-02:before {
  content: "\581b";
}
.hgi-solid.hgi-taxes:before {
  content: "\581d";
}
.hgi-solid.hgi-taxi:before {
  content: "\581f";
}
.hgi-solid.hgi-tea-pod:before {
  content: "\5821";
}
.hgi-solid.hgi-tea:before {
  content: "\5823";
}
.hgi-solid.hgi-teacher:before {
  content: "\5825";
}
.hgi-solid.hgi-teaching:before {
  content: "\5827";
}
.hgi-solid.hgi-teamviewer:before {
  content: "\5829";
}
.hgi-solid.hgi-telegram:before {
  content: "\582b";
}
.hgi-solid.hgi-telephone:before {
  content: "\582d";
}
.hgi-solid.hgi-telescope-01:before {
  content: "\582f";
}
.hgi-solid.hgi-telescope-02:before {
  content: "\5831";
}
.hgi-solid.hgi-television-table:before {
  content: "\5833";
}
.hgi-solid.hgi-temperature:before {
  content: "\5835";
}
.hgi-solid.hgi-tennis-ball:before {
  content: "\5837";
}
.hgi-solid.hgi-terrace:before {
  content: "\5839";
}
.hgi-solid.hgi-test-tube-01:before {
  content: "\583b";
}
.hgi-solid.hgi-test-tube-02:before {
  content: "\583d";
}
.hgi-solid.hgi-test-tube-03:before {
  content: "\583f";
}
.hgi-solid.hgi-test-tube:before {
  content: "\5841";
}
.hgi-solid.hgi-tetris:before {
  content: "\5843";
}
.hgi-solid.hgi-text-align-center:before {
  content: "\5845";
}
.hgi-solid.hgi-text-align-justify-center:before {
  content: "\5847";
}
.hgi-solid.hgi-text-align-justify-left:before {
  content: "\5849";
}
.hgi-solid.hgi-text-align-justify-right:before {
  content: "\584b";
}
.hgi-solid.hgi-text-align-left-01:before {
  content: "\584d";
}
.hgi-solid.hgi-text-align-left:before {
  content: "\584f";
}
.hgi-solid.hgi-text-align-right-01:before {
  content: "\5851";
}
.hgi-solid.hgi-text-align-right:before {
  content: "\5853";
}
.hgi-solid.hgi-text-all-caps:before {
  content: "\5855";
}
.hgi-solid.hgi-text-bold:before {
  content: "\5857";
}
.hgi-solid.hgi-text-centerline-center-top:before {
  content: "\5859";
}
.hgi-solid.hgi-text-centerline-left:before {
  content: "\585b";
}
.hgi-solid.hgi-text-centerline-middle:before {
  content: "\585d";
}
.hgi-solid.hgi-text-centerline-right:before {
  content: "\585f";
}
.hgi-solid.hgi-text-check:before {
  content: "\5861";
}
.hgi-solid.hgi-text-circle:before {
  content: "\5863";
}
.hgi-solid.hgi-text-clear:before {
  content: "\5865";
}
.hgi-solid.hgi-text-color:before {
  content: "\5867";
}
.hgi-solid.hgi-text-creation:before {
  content: "\5869";
}
.hgi-solid.hgi-text-firstline-left:before {
  content: "\586b";
}
.hgi-solid.hgi-text-firstline-right:before {
  content: "\586d";
}
.hgi-solid.hgi-text-font:before {
  content: "\586f";
}
.hgi-solid.hgi-text-footnote:before {
  content: "\5871";
}
.hgi-solid.hgi-text-indent-01:before {
  content: "\5873";
}
.hgi-solid.hgi-text-indent-less:before {
  content: "\5875";
}
.hgi-solid.hgi-text-indent-more:before {
  content: "\5877";
}
.hgi-solid.hgi-text-indent:before {
  content: "\5879";
}
.hgi-solid.hgi-text-italic-slash:before {
  content: "\587c";
}
.hgi-solid.hgi-text-italic:before {
  content: "\587d";
}
.hgi-solid.hgi-text-kerning:before {
  content: "\587f";
}
.hgi-solid.hgi-text-number-sign:before {
  content: "\5881";
}
.hgi-solid.hgi-text-selection:before {
  content: "\5884";
}
.hgi-solid.hgi-text-smallcaps:before {
  content: "\5886";
}
.hgi-solid.hgi-text-square:before {
  content: "\5888";
}
.hgi-solid.hgi-text-strikethrough:before {
  content: "\588a";
}
.hgi-solid.hgi-text-subscript:before {
  content: "\588c";
}
.hgi-solid.hgi-text-superscript:before {
  content: "\588e";
}
.hgi-solid.hgi-text-tracking:before {
  content: "\5890";
}
.hgi-solid.hgi-text-underline:before {
  content: "\5892";
}
.hgi-solid.hgi-text-variable-front:before {
  content: "\5894";
}
.hgi-solid.hgi-text-vertical-alignment:before {
  content: "\5896";
}
.hgi-solid.hgi-text-wrap:before {
  content: "\5898";
}
.hgi-solid.hgi-text:before {
  content: "\5899";
}
.hgi-solid.hgi-the-prophets-mosque:before {
  content: "\589b";
}
.hgi-solid.hgi-thermometer-cold:before {
  content: "\589d";
}
.hgi-solid.hgi-thermometer-warm:before {
  content: "\58a0";
}
.hgi-solid.hgi-thermometer:before {
  content: "\58a1";
}
.hgi-solid.hgi-third-bracket-circle:before {
  content: "\58a3";
}
.hgi-solid.hgi-third-bracket-square:before {
  content: "\58a6";
}
.hgi-solid.hgi-third-bracket:before {
  content: "\58a7";
}
.hgi-solid.hgi-thread:before {
  content: "\58a9";
}
.hgi-solid.hgi-threads-ellipse:before {
  content: "\58ab";
}
.hgi-solid.hgi-threads-rectangle:before {
  content: "\58ad";
}
.hgi-solid.hgi-threads:before {
  content: "\58af";
}
.hgi-solid.hgi-three-d-move:before {
  content: "\58b1";
}
.hgi-solid.hgi-three-d-rotate:before {
  content: "\58b3";
}
.hgi-solid.hgi-three-d-scale:before {
  content: "\58b5";
}
.hgi-solid.hgi-three-finger-01:before {
  content: "\58b7";
}
.hgi-solid.hgi-three-finger-02:before {
  content: "\58b9";
}
.hgi-solid.hgi-three-finger-03:before {
  content: "\58bb";
}
.hgi-solid.hgi-three-finger-04:before {
  content: "\58bd";
}
.hgi-solid.hgi-three-finger-05:before {
  content: "\58bf";
}
.hgi-solid.hgi-thumbs-down-ellipse:before {
  content: "\58c1";
}
.hgi-solid.hgi-thumbs-down-rectangle:before {
  content: "\58c3";
}
.hgi-solid.hgi-thumbs-down:before {
  content: "\58c5";
}
.hgi-solid.hgi-thumbs-up-down:before {
  content: "\58c7";
}
.hgi-solid.hgi-thumbs-up-ellipse:before {
  content: "\58c9";
}
.hgi-solid.hgi-thumbs-up-rectangle:before {
  content: "\58cb";
}
.hgi-solid.hgi-thumbs-up:before {
  content: "\58cd";
}
.hgi-solid.hgi-tic-tac-toe:before {
  content: "\58cf";
}
.hgi-solid.hgi-tick-01:before {
  content: "\58d1";
}
.hgi-solid.hgi-tick-02:before {
  content: "\58d3";
}
.hgi-solid.hgi-tick-03:before {
  content: "\58d5";
}
.hgi-solid.hgi-tick-04:before {
  content: "\58d7";
}
.hgi-solid.hgi-tick-double-01:before {
  content: "\58d9";
}
.hgi-solid.hgi-tick-double-02:before {
  content: "\58db";
}
.hgi-solid.hgi-tick-double-03:before {
  content: "\58dd";
}
.hgi-solid.hgi-tick-double-04:before {
  content: "\58df";
}
.hgi-solid.hgi-ticket-01:before {
  content: "\58e1";
}
.hgi-solid.hgi-ticket-02:before {
  content: "\58e3";
}
.hgi-solid.hgi-ticket-03:before {
  content: "\58e5";
}
.hgi-solid.hgi-ticket-star:before {
  content: "\58e7";
}
.hgi-solid.hgi-tie:before {
  content: "\58e9";
}
.hgi-solid.hgi-tiff-01:before {
  content: "\58eb";
}
.hgi-solid.hgi-tiff-02:before {
  content: "\58ed";
}
.hgi-solid.hgi-tiktok:before {
  content: "\58ef";
}
.hgi-solid.hgi-tiltify:before {
  content: "\58f1";
}
.hgi-solid.hgi-time-01:before {
  content: "\58f3";
}
.hgi-solid.hgi-time-02:before {
  content: "\58f5";
}
.hgi-solid.hgi-time-03:before {
  content: "\58f7";
}
.hgi-solid.hgi-time-04:before {
  content: "\58f9";
}
.hgi-solid.hgi-time-half-pass:before {
  content: "\58fb";
}
.hgi-solid.hgi-time-management-circle:before {
  content: "\58fd";
}
.hgi-solid.hgi-time-management:before {
  content: "\58ff";
}
.hgi-solid.hgi-time-quarter-02:before {
  content: "\5901";
}
.hgi-solid.hgi-time-quarter-pass:before {
  content: "\5903";
}
.hgi-solid.hgi-time-quarter:before {
  content: "\5905";
}
.hgi-solid.hgi-time-schedule:before {
  content: "\5907";
}
.hgi-solid.hgi-time-setting-01:before {
  content: "\5909";
}
.hgi-solid.hgi-time-setting-02:before {
  content: "\590b";
}
.hgi-solid.hgi-time-setting-03:before {
  content: "\590d";
}
.hgi-solid.hgi-timer-01:before {
  content: "\590f";
}
.hgi-solid.hgi-timer-02:before {
  content: "\5911";
}
.hgi-solid.hgi-tips:before {
  content: "\5913";
}
.hgi-solid.hgi-tire:before {
  content: "\5915";
}
.hgi-solid.hgi-tired-01:before {
  content: "\5917";
}
.hgi-solid.hgi-tired-02:before {
  content: "\5919";
}
.hgi-solid.hgi-tissue-paper:before {
  content: "\591b";
}
.hgi-solid.hgi-toggle-off:before {
  content: "\591d";
}
.hgi-solid.hgi-toggle-on:before {
  content: "\591f";
}
.hgi-solid.hgi-toilet-01:before {
  content: "\5921";
}
.hgi-solid.hgi-toilet-02:before {
  content: "\5923";
}
.hgi-solid.hgi-token-circle:before {
  content: "\5925";
}
.hgi-solid.hgi-token-square:before {
  content: "\5927";
}
.hgi-solid.hgi-tongue-01:before {
  content: "\5929";
}
.hgi-solid.hgi-tongue-wink-left:before {
  content: "\592c";
}
.hgi-solid.hgi-tongue-wink-right:before {
  content: "\592e";
}
.hgi-solid.hgi-tongue:before {
  content: "\592f";
}
.hgi-solid.hgi-tools:before {
  content: "\5931";
}
.hgi-solid.hgi-tornado-01:before {
  content: "\5933";
}
.hgi-solid.hgi-tornado-02:before {
  content: "\5935";
}
.hgi-solid.hgi-torri-gate:before {
  content: "\5937";
}
.hgi-solid.hgi-touch-01:before {
  content: "\5939";
}
.hgi-solid.hgi-touch-02:before {
  content: "\593b";
}
.hgi-solid.hgi-touch-03:before {
  content: "\593d";
}
.hgi-solid.hgi-touch-04:before {
  content: "\593f";
}
.hgi-solid.hgi-touch-05:before {
  content: "\5941";
}
.hgi-solid.hgi-touch-06:before {
  content: "\5943";
}
.hgi-solid.hgi-touch-07:before {
  content: "\5945";
}
.hgi-solid.hgi-touch-08:before {
  content: "\5947";
}
.hgi-solid.hgi-touch-09:before {
  content: "\5949";
}
.hgi-solid.hgi-touch-10:before {
  content: "\594b";
}
.hgi-solid.hgi-touch-interaction-01:before {
  content: "\594d";
}
.hgi-solid.hgi-touch-interaction-02:before {
  content: "\594f";
}
.hgi-solid.hgi-touch-interaction-03:before {
  content: "\5951";
}
.hgi-solid.hgi-touch-interaction-04:before {
  content: "\5953";
}
.hgi-solid.hgi-touch-locked-01:before {
  content: "\5955";
}
.hgi-solid.hgi-touch-locked-02:before {
  content: "\5957";
}
.hgi-solid.hgi-touch-locked-03:before {
  content: "\5959";
}
.hgi-solid.hgi-touch-locked-04:before {
  content: "\595b";
}
.hgi-solid.hgi-touchpad-01:before {
  content: "\595d";
}
.hgi-solid.hgi-touchpad-02:before {
  content: "\595f";
}
.hgi-solid.hgi-touchpad-03:before {
  content: "\5961";
}
.hgi-solid.hgi-touchpad-04:before {
  content: "\5963";
}
.hgi-solid.hgi-tow-truck:before {
  content: "\5965";
}
.hgi-solid.hgi-towels:before {
  content: "\5967";
}
.hgi-solid.hgi-toy-train:before {
  content: "\5969";
}
.hgi-solid.hgi-tractor:before {
  content: "\596b";
}
.hgi-solid.hgi-trade-down:before {
  content: "\596d";
}
.hgi-solid.hgi-trade-mark:before {
  content: "\596f";
}
.hgi-solid.hgi-trade-up:before {
  content: "\5971";
}
.hgi-solid.hgi-trademark:before {
  content: "\5973";
}
.hgi-solid.hgi-traffic-incident:before {
  content: "\5975";
}
.hgi-solid.hgi-traffic-jam-01:before {
  content: "\5977";
}
.hgi-solid.hgi-traffic-jam-02:before {
  content: "\5979";
}
.hgi-solid.hgi-traffic-light:before {
  content: "\597b";
}
.hgi-solid.hgi-train-01:before {
  content: "\597d";
}
.hgi-solid.hgi-train-02:before {
  content: "\597f";
}
.hgi-solid.hgi-tram:before {
  content: "\5981";
}
.hgi-solid.hgi-trampoline:before {
  content: "\5983";
}
.hgi-solid.hgi-transaction:before {
  content: "\5985";
}
.hgi-solid.hgi-transition-bottom:before {
  content: "\5987";
}
.hgi-solid.hgi-transition-left:before {
  content: "\5989";
}
.hgi-solid.hgi-transition-right:before {
  content: "\598b";
}
.hgi-solid.hgi-transition-top:before {
  content: "\598d";
}
.hgi-solid.hgi-translate:before {
  content: "\598f";
}
.hgi-solid.hgi-translation:before {
  content: "\5991";
}
.hgi-solid.hgi-transmission:before {
  content: "\5993";
}
.hgi-solid.hgi-transparency:before {
  content: "\5995";
}
.hgi-solid.hgi-trapezoid-line-horizontal:before {
  content: "\5997";
}
.hgi-solid.hgi-trapezoid-line-vertical:before {
  content: "\5999";
}
.hgi-solid.hgi-travel-bag:before {
  content: "\599b";
}
.hgi-solid.hgi-treadmill-01:before {
  content: "\599d";
}
.hgi-solid.hgi-treadmill-02:before {
  content: "\599f";
}
.hgi-solid.hgi-treatment:before {
  content: "\59a1";
}
.hgi-solid.hgi-tree-01:before {
  content: "\59a3";
}
.hgi-solid.hgi-tree-02:before {
  content: "\59a5";
}
.hgi-solid.hgi-tree-03:before {
  content: "\59a7";
}
.hgi-solid.hgi-tree-04:before {
  content: "\59a9";
}
.hgi-solid.hgi-tree-05:before {
  content: "\59ab";
}
.hgi-solid.hgi-tree-06:before {
  content: "\59ad";
}
.hgi-solid.hgi-tree-07:before {
  content: "\59af";
}
.hgi-solid.hgi-trello:before {
  content: "\59b1";
}
.hgi-solid.hgi-triangle-01:before {
  content: "\59b3";
}
.hgi-solid.hgi-triangle-02:before {
  content: "\59b5";
}
.hgi-solid.hgi-triangle-03:before {
  content: "\59b7";
}
.hgi-solid.hgi-triangle:before {
  content: "\59b9";
}
.hgi-solid.hgi-trolley-01:before {
  content: "\59bb";
}
.hgi-solid.hgi-trolley-02:before {
  content: "\59bd";
}
.hgi-solid.hgi-tropical-storm-tracks-01:before {
  content: "\59c0";
}
.hgi-solid.hgi-tropical-storm-tracks-02:before {
  content: "\59c2";
}
.hgi-solid.hgi-tropical-storm:before {
  content: "\59c3";
}
.hgi-solid.hgi-truck-delivery:before {
  content: "\59c5";
}
.hgi-solid.hgi-truck-monster:before {
  content: "\59c7";
}
.hgi-solid.hgi-truck-return:before {
  content: "\59c9";
}
.hgi-solid.hgi-truck:before {
  content: "\59cb";
}
.hgi-solid.hgi-trulli:before {
  content: "\59cd";
}
.hgi-solid.hgi-tsunami:before {
  content: "\59cf";
}
.hgi-solid.hgi-tulip:before {
  content: "\59d1";
}
.hgi-solid.hgi-tumblr:before {
  content: "\59d3";
}
.hgi-solid.hgi-turtle-neck:before {
  content: "\59d5";
}
.hgi-solid.hgi-tv-01:before {
  content: "\59d7";
}
.hgi-solid.hgi-tv-02:before {
  content: "\59d9";
}
.hgi-solid.hgi-tv-fix:before {
  content: "\59db";
}
.hgi-solid.hgi-tv-issue:before {
  content: "\59dd";
}
.hgi-solid.hgi-tv-smart:before {
  content: "\59df";
}
.hgi-solid.hgi-twin-tower:before {
  content: "\59e1";
}
.hgi-solid.hgi-twitch:before {
  content: "\59e3";
}
.hgi-solid.hgi-twitter-square:before {
  content: "\59e6";
}
.hgi-solid.hgi-twitter:before {
  content: "\59e7";
}
.hgi-solid.hgi-two-factor-access:before {
  content: "\59e9";
}
.hgi-solid.hgi-two-finger-01:before {
  content: "\59eb";
}
.hgi-solid.hgi-two-finger-02:before {
  content: "\59ed";
}
.hgi-solid.hgi-two-finger-03:before {
  content: "\59ef";
}
.hgi-solid.hgi-two-finger-04:before {
  content: "\59f1";
}
.hgi-solid.hgi-two-finger-05:before {
  content: "\59f3";
}
.hgi-solid.hgi-txt-01:before {
  content: "\59f5";
}
.hgi-solid.hgi-txt-02:before {
  content: "\59f7";
}
.hgi-solid.hgi-type-cursor:before {
  content: "\59f9";
}
.hgi-solid.hgi-typescript-01:before {
  content: "\59fb";
}
.hgi-solid.hgi-typescript-02:before {
  content: "\59fd";
}
.hgi-solid.hgi-typescript-03:before {
  content: "\59ff";
}
.hgi-solid.hgi-uber:before {
  content: "\5a01";
}
.hgi-solid.hgi-ufo-01:before {
  content: "\5a03";
}
.hgi-solid.hgi-ufo:before {
  content: "\5a05";
}
.hgi-solid.hgi-umbrella-dollar:before {
  content: "\5a07";
}
.hgi-solid.hgi-umbrella:before {
  content: "\5a09";
}
.hgi-solid.hgi-unamused:before {
  content: "\5a0b";
}
.hgi-solid.hgi-unavailable:before {
  content: "\5a0d";
}
.hgi-solid.hgi-underpants-01:before {
  content: "\5a0f";
}
.hgi-solid.hgi-underpants-02:before {
  content: "\5a11";
}
.hgi-solid.hgi-underpants-03:before {
  content: "\5a13";
}
.hgi-solid.hgi-undo-02:before {
  content: "\5a15";
}
.hgi-solid.hgi-undo-03:before {
  content: "\5a17";
}
.hgi-solid.hgi-undo:before {
  content: "\5a19";
}
.hgi-solid.hgi-unfold-less:before {
  content: "\5a1b";
}
.hgi-solid.hgi-unfold-more:before {
  content: "\5a1d";
}
.hgi-solid.hgi-ungroup-items:before {
  content: "\5a1f";
}
.hgi-solid.hgi-ungroup-layers:before {
  content: "\5a21";
}
.hgi-solid.hgi-unhappy:before {
  content: "\5a23";
}
.hgi-solid.hgi-universal-access-circle:before {
  content: "\5a25";
}
.hgi-solid.hgi-universal-access:before {
  content: "\5a27";
}
.hgi-solid.hgi-university:before {
  content: "\5a29";
}
.hgi-solid.hgi-unlink-01:before {
  content: "\5a2b";
}
.hgi-solid.hgi-unlink-02:before {
  content: "\5a2d";
}
.hgi-solid.hgi-unlink-03:before {
  content: "\5a2f";
}
.hgi-solid.hgi-unlink-04:before {
  content: "\5a31";
}
.hgi-solid.hgi-unlink-05:before {
  content: "\5a33";
}
.hgi-solid.hgi-unlink-06:before {
  content: "\5a35";
}
.hgi-solid.hgi-unsplash:before {
  content: "\5a37";
}
.hgi-solid.hgi-upload-01:before {
  content: "\5a39";
}
.hgi-solid.hgi-upload-02:before {
  content: "\5a3b";
}
.hgi-solid.hgi-upload-03:before {
  content: "\5a3d";
}
.hgi-solid.hgi-upload-04:before {
  content: "\5a3f";
}
.hgi-solid.hgi-upload-05:before {
  content: "\5a41";
}
.hgi-solid.hgi-upload-circle-01:before {
  content: "\5a43";
}
.hgi-solid.hgi-upload-circle-02:before {
  content: "\5a45";
}
.hgi-solid.hgi-upload-square-01:before {
  content: "\5a47";
}
.hgi-solid.hgi-upload-square-02:before {
  content: "\5a49";
}
.hgi-solid.hgi-upwork:before {
  content: "\5a4b";
}
.hgi-solid.hgi-usb-bugs:before {
  content: "\5a4d";
}
.hgi-solid.hgi-usb-connected-01:before {
  content: "\5a4f";
}
.hgi-solid.hgi-usb-connected-02:before {
  content: "\5a51";
}
.hgi-solid.hgi-usb-connected-03:before {
  content: "\5a53";
}
.hgi-solid.hgi-usb-error:before {
  content: "\5a55";
}
.hgi-solid.hgi-usb-memory-01:before {
  content: "\5a57";
}
.hgi-solid.hgi-usb-memory-02:before {
  content: "\5a59";
}
.hgi-solid.hgi-usb-not-connected-01:before {
  content: "\5a5b";
}
.hgi-solid.hgi-usb-not-connected-02:before {
  content: "\5a5d";
}
.hgi-solid.hgi-usb:before {
  content: "\5a5f";
}
.hgi-solid.hgi-user-02:before {
  content: "\5a61";
}
.hgi-solid.hgi-user-03:before {
  content: "\5a63";
}
.hgi-solid.hgi-user-account:before {
  content: "\5a65";
}
.hgi-solid.hgi-user-add-01:before {
  content: "\5a67";
}
.hgi-solid.hgi-user-add-02:before {
  content: "\5a69";
}
.hgi-solid.hgi-user-arrow-left-right:before {
  content: "\5a6b";
}
.hgi-solid.hgi-user-block-01:before {
  content: "\5a6d";
}
.hgi-solid.hgi-user-block-02:before {
  content: "\5a6f";
}
.hgi-solid.hgi-user-check-01:before {
  content: "\5a71";
}
.hgi-solid.hgi-user-check-02:before {
  content: "\5a73";
}
.hgi-solid.hgi-user-circle-02:before {
  content: "\5a75";
}
.hgi-solid.hgi-user-circle:before {
  content: "\5a77";
}
.hgi-solid.hgi-user-edit-01:before {
  content: "\5a79";
}
.hgi-solid.hgi-user-full-view:before {
  content: "\5a7b";
}
.hgi-solid.hgi-user-group-02:before {
  content: "\5a7d";
}
.hgi-solid.hgi-user-group-03:before {
  content: "\5a7f";
}
.hgi-solid.hgi-user-group:before {
  content: "\5a81";
}
.hgi-solid.hgi-user-id-verification:before {
  content: "\5a83";
}
.hgi-solid.hgi-user-list:before {
  content: "\5a85";
}
.hgi-solid.hgi-user-lock-01:before {
  content: "\5a87";
}
.hgi-solid.hgi-user-lock-02:before {
  content: "\5a89";
}
.hgi-solid.hgi-user-love-01:before {
  content: "\5a8b";
}
.hgi-solid.hgi-user-love-02:before {
  content: "\5a8d";
}
.hgi-solid.hgi-user-minus-01:before {
  content: "\5a8f";
}
.hgi-solid.hgi-user-minus-02:before {
  content: "\5a91";
}
.hgi-solid.hgi-user-multiple-02:before {
  content: "\5a93";
}
.hgi-solid.hgi-user-multiple-03:before {
  content: "\5a95";
}
.hgi-solid.hgi-user-multiple:before {
  content: "\5a97";
}
.hgi-solid.hgi-user-question-01:before {
  content: "\5a99";
}
.hgi-solid.hgi-user-question-02:before {
  content: "\5a9b";
}
.hgi-solid.hgi-user-remove-01:before {
  content: "\5a9d";
}
.hgi-solid.hgi-user-remove-02:before {
  content: "\5a9f";
}
.hgi-solid.hgi-user-roadside:before {
  content: "\5aa1";
}
.hgi-solid.hgi-user-search-01:before {
  content: "\5aa3";
}
.hgi-solid.hgi-user-search-02:before {
  content: "\5aa5";
}
.hgi-solid.hgi-user-settings-01:before {
  content: "\5aa8";
}
.hgi-solid.hgi-user-settings-02:before {
  content: "\5aaa";
}
.hgi-solid.hgi-user-sharing:before {
  content: "\5aac";
}
.hgi-solid.hgi-user-shield-01:before {
  content: "\5aae";
}
.hgi-solid.hgi-user-shield-02:before {
  content: "\5ab0";
}
.hgi-solid.hgi-user-square:before {
  content: "\5ab2";
}
.hgi-solid.hgi-user-star-01:before {
  content: "\5ab4";
}
.hgi-solid.hgi-user-star-02:before {
  content: "\5ab6";
}
.hgi-solid.hgi-user-status:before {
  content: "\5ab8";
}
.hgi-solid.hgi-user-story:before {
  content: "\5aba";
}
.hgi-solid.hgi-user-switch:before {
  content: "\5abc";
}
.hgi-solid.hgi-user-unlock-01:before {
  content: "\5abe";
}
.hgi-solid.hgi-user-unlock-02:before {
  content: "\5ac0";
}
.hgi-solid.hgi-user:before {
  content: "\5ac1";
}
.hgi-solid.hgi-uv-01:before {
  content: "\5ac3";
}
.hgi-solid.hgi-uv-02:before {
  content: "\5ac5";
}
.hgi-solid.hgi-uv-03:before {
  content: "\5ac7";
}
.hgi-solid.hgi-vaccine:before {
  content: "\5ac9";
}
.hgi-solid.hgi-validation-approval:before {
  content: "\5acb";
}
.hgi-solid.hgi-validation:before {
  content: "\5acd";
}
.hgi-solid.hgi-van:before {
  content: "\5acf";
}
.hgi-solid.hgi-variable:before {
  content: "\5ad1";
}
.hgi-solid.hgi-vegetarian-food:before {
  content: "\5ad3";
}
.hgi-solid.hgi-versus:before {
  content: "\5ad5";
}
.hgi-solid.hgi-vertical-resize:before {
  content: "\5ad7";
}
.hgi-solid.hgi-vertical-scroll-point:before {
  content: "\5ad9";
}
.hgi-solid.hgi-vest:before {
  content: "\5adb";
}
.hgi-solid.hgi-victory-finger-01:before {
  content: "\5add";
}
.hgi-solid.hgi-victory-finger-02:before {
  content: "\5adf";
}
.hgi-solid.hgi-victory-finger-03:before {
  content: "\5ae1";
}
.hgi-solid.hgi-video-01:before {
  content: "\5ae3";
}
.hgi-solid.hgi-video-02:before {
  content: "\5ae5";
}
.hgi-solid.hgi-video-console:before {
  content: "\5ae7";
}
.hgi-solid.hgi-video-off:before {
  content: "\5ae9";
}
.hgi-solid.hgi-video-replay:before {
  content: "\5aeb";
}
.hgi-solid.hgi-view-off-slash:before {
  content: "\5aee";
}
.hgi-solid.hgi-view-off:before {
  content: "\5aef";
}
.hgi-solid.hgi-view:before {
  content: "\5af1";
}
.hgi-solid.hgi-vimeo:before {
  content: "\5af3";
}
.hgi-solid.hgi-vine-square:before {
  content: "\5af6";
}
.hgi-solid.hgi-vine:before {
  content: "\5af7";
}
.hgi-solid.hgi-vintage-clock:before {
  content: "\5af9";
}
.hgi-solid.hgi-virtual-reality-vr-01:before {
  content: "\5afb";
}
.hgi-solid.hgi-virtual-reality-vr-02:before {
  content: "\5afd";
}
.hgi-solid.hgi-vision:before {
  content: "\5aff";
}
.hgi-solid.hgi-vk-square:before {
  content: "\5b02";
}
.hgi-solid.hgi-vk:before {
  content: "\5b03";
}
.hgi-solid.hgi-voice-id:before {
  content: "\5b05";
}
.hgi-solid.hgi-voice:before {
  content: "\5b07";
}
.hgi-solid.hgi-volleyball:before {
  content: "\5b09";
}
.hgi-solid.hgi-volume-high:before {
  content: "\5b0b";
}
.hgi-solid.hgi-volume-low:before {
  content: "\5b0d";
}
.hgi-solid.hgi-volume-minus:before {
  content: "\5b0f";
}
.hgi-solid.hgi-volume-mute-01:before {
  content: "\5b11";
}
.hgi-solid.hgi-volume-mute-02:before {
  content: "\5b13";
}
.hgi-solid.hgi-volume-off:before {
  content: "\5b15";
}
.hgi-solid.hgi-volume-up:before {
  content: "\5b17";
}
.hgi-solid.hgi-vomiting:before {
  content: "\5b19";
}
.hgi-solid.hgi-voucher:before {
  content: "\5b1b";
}
.hgi-solid.hgi-vr-glasses:before {
  content: "\5b1d";
}
.hgi-solid.hgi-vr:before {
  content: "\5b1f";
}
.hgi-solid.hgi-vynil-01:before {
  content: "\5b21";
}
.hgi-solid.hgi-vynil-02:before {
  content: "\5b23";
}
.hgi-solid.hgi-vynil-03:before {
  content: "\5b25";
}
.hgi-solid.hgi-waiter:before {
  content: "\5b27";
}
.hgi-solid.hgi-waiters:before {
  content: "\5b29";
}
.hgi-solid.hgi-wall-lamp:before {
  content: "\5b2b";
}
.hgi-solid.hgi-wallet-01:before {
  content: "\5b2d";
}
.hgi-solid.hgi-wallet-02:before {
  content: "\5b2f";
}
.hgi-solid.hgi-wallet-03:before {
  content: "\5b31";
}
.hgi-solid.hgi-wallet-04:before {
  content: "\5b33";
}
.hgi-solid.hgi-wallet-05:before {
  content: "\5b35";
}
.hgi-solid.hgi-wallet-add-01:before {
  content: "\5b37";
}
.hgi-solid.hgi-wallet-add-02:before {
  content: "\5b39";
}
.hgi-solid.hgi-wallet-done-01:before {
  content: "\5b3b";
}
.hgi-solid.hgi-wallet-done-02:before {
  content: "\5b3d";
}
.hgi-solid.hgi-wallet-not-found-01:before {
  content: "\5b3f";
}
.hgi-solid.hgi-wallet-not-found-02:before {
  content: "\5b41";
}
.hgi-solid.hgi-wallet-remove-01:before {
  content: "\5b43";
}
.hgi-solid.hgi-wallet-remove-02:before {
  content: "\5b45";
}
.hgi-solid.hgi-wanted:before {
  content: "\5b47";
}
.hgi-solid.hgi-wardrobe-01:before {
  content: "\5b49";
}
.hgi-solid.hgi-wardrobe-02:before {
  content: "\5b4b";
}
.hgi-solid.hgi-wardrobe-03:before {
  content: "\5b4d";
}
.hgi-solid.hgi-wardrobe-04:before {
  content: "\5b4f";
}
.hgi-solid.hgi-warehouse:before {
  content: "\5b51";
}
.hgi-solid.hgi-washington-monument:before {
  content: "\5b53";
}
.hgi-solid.hgi-waste-restore:before {
  content: "\5b55";
}
.hgi-solid.hgi-waste:before {
  content: "\5b57";
}
.hgi-solid.hgi-watch-01:before {
  content: "\5b59";
}
.hgi-solid.hgi-watch-02:before {
  content: "\5b5b";
}
.hgi-solid.hgi-water-energy:before {
  content: "\5b5d";
}
.hgi-solid.hgi-water-polo:before {
  content: "\5b5f";
}
.hgi-solid.hgi-water-pump:before {
  content: "\5b61";
}
.hgi-solid.hgi-waterfall-down-01:before {
  content: "\5b63";
}
.hgi-solid.hgi-waterfall-down-03:before {
  content: "\5b65";
}
.hgi-solid.hgi-waterfall-up-01:before {
  content: "\5b67";
}
.hgi-solid.hgi-waterfall-up-02:before {
  content: "\5b69";
}
.hgi-solid.hgi-watermelon:before {
  content: "\5b6b";
}
.hgi-solid.hgi-wattpad-square:before {
  content: "\5b6e";
}
.hgi-solid.hgi-wattpad:before {
  content: "\5b6f";
}
.hgi-solid.hgi-wav-01:before {
  content: "\5b71";
}
.hgi-solid.hgi-wav-02:before {
  content: "\5b73";
}
.hgi-solid.hgi-waving-hand-01:before {
  content: "\5b75";
}
.hgi-solid.hgi-waving-hand-02:before {
  content: "\5b77";
}
.hgi-solid.hgi-waze:before {
  content: "\5b79";
}
.hgi-solid.hgi-web-design-01:before {
  content: "\5b7b";
}
.hgi-solid.hgi-web-design-02:before {
  content: "\5b7d";
}
.hgi-solid.hgi-web-programming:before {
  content: "\5b7f";
}
.hgi-solid.hgi-web-protection:before {
  content: "\5b81";
}
.hgi-solid.hgi-web-security:before {
  content: "\5b83";
}
.hgi-solid.hgi-web-validation:before {
  content: "\5b85";
}
.hgi-solid.hgi-webflow:before {
  content: "\5b87";
}
.hgi-solid.hgi-webhook:before {
  content: "\5b89";
}
.hgi-solid.hgi-wechat:before {
  content: "\5b8b";
}
.hgi-solid.hgi-wedding:before {
  content: "\5b8d";
}
.hgi-solid.hgi-weight-scale-01:before {
  content: "\5b8f";
}
.hgi-solid.hgi-weight-scale:before {
  content: "\5b91";
}
.hgi-solid.hgi-wellness:before {
  content: "\5b93";
}
.hgi-solid.hgi-whatsapp-business:before {
  content: "\5b95";
}
.hgi-solid.hgi-whatsapp:before {
  content: "\5b97";
}
.hgi-solid.hgi-wheelchair:before {
  content: "\5b99";
}
.hgi-solid.hgi-whisk:before {
  content: "\5b9b";
}
.hgi-solid.hgi-whistle:before {
  content: "\5b9d";
}
.hgi-solid.hgi-whiteboard:before {
  content: "\5b9f";
}
.hgi-solid.hgi-wifi-01:before {
  content: "\5ba1";
}
.hgi-solid.hgi-wifi-02:before {
  content: "\5ba3";
}
.hgi-solid.hgi-wifi-circle:before {
  content: "\5ba5";
}
.hgi-solid.hgi-wifi-connected-01:before {
  content: "\5ba7";
}
.hgi-solid.hgi-wifi-connected-02:before {
  content: "\5ba9";
}
.hgi-solid.hgi-wifi-connected-03:before {
  content: "\5bab";
}
.hgi-solid.hgi-wifi-disconnected-01:before {
  content: "\5bad";
}
.hgi-solid.hgi-wifi-disconnected-02:before {
  content: "\5baf";
}
.hgi-solid.hgi-wifi-disconnected-03:before {
  content: "\5bb1";
}
.hgi-solid.hgi-wifi-disconnected-04:before {
  content: "\5bb3";
}
.hgi-solid.hgi-wifi-error-01:before {
  content: "\5bb5";
}
.hgi-solid.hgi-wifi-error-02:before {
  content: "\5bb7";
}
.hgi-solid.hgi-wifi-full-signal:before {
  content: "\5bb9";
}
.hgi-solid.hgi-wifi-location:before {
  content: "\5bbb";
}
.hgi-solid.hgi-wifi-lock:before {
  content: "\5bbd";
}
.hgi-solid.hgi-wifi-low-signal:before {
  content: "\5bbf";
}
.hgi-solid.hgi-wifi-medium-signal:before {
  content: "\5bc1";
}
.hgi-solid.hgi-wifi-no-signal:before {
  content: "\5bc3";
}
.hgi-solid.hgi-wifi-off-01:before {
  content: "\5bc5";
}
.hgi-solid.hgi-wifi-off-02:before {
  content: "\5bc7";
}
.hgi-solid.hgi-wifi-square:before {
  content: "\5bc9";
}
.hgi-solid.hgi-wifi-unlock:before {
  content: "\5bcb";
}
.hgi-solid.hgi-wikipedia:before {
  content: "\5bcd";
}
.hgi-solid.hgi-wind-power-01:before {
  content: "\5bcf";
}
.hgi-solid.hgi-wind-power-02:before {
  content: "\5bd1";
}
.hgi-solid.hgi-wind-power-03:before {
  content: "\5bd3";
}
.hgi-solid.hgi-wind-power:before {
  content: "\5bd5";
}
.hgi-solid.hgi-wind-surf:before {
  content: "\5bd7";
}
.hgi-solid.hgi-wind-turbine:before {
  content: "\5bd9";
}
.hgi-solid.hgi-windows-new:before {
  content: "\5bdb";
}
.hgi-solid.hgi-windows-old:before {
  content: "\5bdd";
}
.hgi-solid.hgi-wink:before {
  content: "\5bdf";
}
.hgi-solid.hgi-winking:before {
  content: "\5be1";
}
.hgi-solid.hgi-wireless-cloud-access:before {
  content: "\5be3";
}
.hgi-solid.hgi-wireless:before {
  content: "\5be5";
}
.hgi-solid.hgi-wise:before {
  content: "\5be7";
}
.hgi-solid.hgi-woman:before {
  content: "\5be9";
}
.hgi-solid.hgi-wordpress:before {
  content: "\5beb";
}
.hgi-solid.hgi-work-alert:before {
  content: "\5bed";
}
.hgi-solid.hgi-work-history:before {
  content: "\5bef";
}
.hgi-solid.hgi-work-update:before {
  content: "\5bf2";
}
.hgi-solid.hgi-work:before {
  content: "\5bf3";
}
.hgi-solid.hgi-workflow-circle-01:before {
  content: "\5bf5";
}
.hgi-solid.hgi-workflow-circle-02:before {
  content: "\5bf7";
}
.hgi-solid.hgi-workflow-circle-03:before {
  content: "\5bf9";
}
.hgi-solid.hgi-workflow-circle-04:before {
  content: "\5bfb";
}
.hgi-solid.hgi-workflow-circle-05:before {
  content: "\5bfd";
}
.hgi-solid.hgi-workflow-circle-06:before {
  content: "\5bff";
}
.hgi-solid.hgi-workflow-square-01:before {
  content: "\5c01";
}
.hgi-solid.hgi-workflow-square-02:before {
  content: "\5c03";
}
.hgi-solid.hgi-workflow-square-03:before {
  content: "\5c05";
}
.hgi-solid.hgi-workflow-square-04:before {
  content: "\5c07";
}
.hgi-solid.hgi-workflow-square-05:before {
  content: "\5c09";
}
.hgi-solid.hgi-workflow-square-06:before {
  content: "\5c0b";
}
.hgi-solid.hgi-workflow-square-07:before {
  content: "\5c0d";
}
.hgi-solid.hgi-workflow-square-08:before {
  content: "\5c0f";
}
.hgi-solid.hgi-workflow-square-09:before {
  content: "\5c11";
}
.hgi-solid.hgi-workflow-square-10:before {
  content: "\5c13";
}
.hgi-solid.hgi-workout-battle-ropes:before {
  content: "\5c15";
}
.hgi-solid.hgi-workout-gymnastics:before {
  content: "\5c17";
}
.hgi-solid.hgi-workout-kicking:before {
  content: "\5c19";
}
.hgi-solid.hgi-workout-run:before {
  content: "\5c1b";
}
.hgi-solid.hgi-workout-sport:before {
  content: "\5c1d";
}
.hgi-solid.hgi-workout-squats:before {
  content: "\5c1f";
}
.hgi-solid.hgi-workout-stretching:before {
  content: "\5c21";
}
.hgi-solid.hgi-workout-warm-up:before {
  content: "\5c23";
}
.hgi-solid.hgi-worry:before {
  content: "\5c25";
}
.hgi-solid.hgi-wps-office-rectangle:before {
  content: "\5c27";
}
.hgi-solid.hgi-wps-office:before {
  content: "\5c29";
}
.hgi-solid.hgi-wrench-01:before {
  content: "\5c2b";
}
.hgi-solid.hgi-wrench-02:before {
  content: "\5c2d";
}
.hgi-solid.hgi-wudu:before {
  content: "\5c2f";
}
.hgi-solid.hgi-x-ray:before {
  content: "\5c31";
}
.hgi-solid.hgi-x-variable-circle:before {
  content: "\5c33";
}
.hgi-solid.hgi-x-variable-square:before {
  content: "\5c36";
}
.hgi-solid.hgi-x-variable:before {
  content: "\5c37";
}
.hgi-solid.hgi-xing:before {
  content: "\5c39";
}
.hgi-solid.hgi-xls-01:before {
  content: "\5c3b";
}
.hgi-solid.hgi-xls-02:before {
  content: "\5c3d";
}
.hgi-solid.hgi-xml-01:before {
  content: "\5c3f";
}
.hgi-solid.hgi-xml-02:before {
  content: "\5c41";
}
.hgi-solid.hgi-xsl-01:before {
  content: "\5c43";
}
.hgi-solid.hgi-xsl-02:before {
  content: "\5c45";
}
.hgi-solid.hgi-yelp:before {
  content: "\5c47";
}
.hgi-solid.hgi-yen-circle:before {
  content: "\5c49";
}
.hgi-solid.hgi-yen-receive:before {
  content: "\5c4b";
}
.hgi-solid.hgi-yen-send:before {
  content: "\5c4e";
}
.hgi-solid.hgi-yen-square:before {
  content: "\5c50";
}
.hgi-solid.hgi-yen:before {
  content: "\5c51";
}
.hgi-solid.hgi-yoga-01:before {
  content: "\5c53";
}
.hgi-solid.hgi-yoga-02:before {
  content: "\5c55";
}
.hgi-solid.hgi-yoga-03:before {
  content: "\5c57";
}
.hgi-solid.hgi-yoga-ball:before {
  content: "\5c59";
}
.hgi-solid.hgi-yoga-mat:before {
  content: "\5c5b";
}
.hgi-solid.hgi-yogurt:before {
  content: "\5c5d";
}
.hgi-solid.hgi-youtube:before {
  content: "\5c5f";
}
.hgi-solid.hgi-yurt:before {
  content: "\5c61";
}
.hgi-solid.hgi-zakat:before {
  content: "\5c63";
}
.hgi-solid.hgi-zap:before {
  content: "\5c65";
}
.hgi-solid.hgi-zeppelin:before {
  content: "\5c67";
}
.hgi-solid.hgi-zip-01:before {
  content: "\5c69";
}
.hgi-solid.hgi-zip-02:before {
  content: "\5c6b";
}
.hgi-solid.hgi-zoom-circle:before {
  content: "\5c6d";
}
.hgi-solid.hgi-zoom-in-area:before {
  content: "\5c6f";
}
.hgi-solid.hgi-zoom-out-area:before {
  content: "\5c71";
}
.hgi-solid.hgi-zoom-square:before {
  content: "\5c74";
}
.hgi-solid.hgi-zoom:before {
  content: "\5c75";
}
.hgi-solid.hgi-zsh:before {
  content: "\5c77";
}
.hgi-solid.hgi-zzz:before {
  content: "\5c79";
}
@charset "UTF-8";
@font-face {
  font-family: "hgi-solid-sharp";
  src: url("./media/hgi-solid-sharp-46QTQVU2.eot?t=1736938754110");
  src:
    url("./media/hgi-solid-sharp-46QTQVU2.eot?t=1736938754110#iefix") format("embedded-opentype"),
    url("./media/hgi-solid-sharp-KYDKP4ON.woff2?t=1736938754110") format("woff2"),
    url("./media/hgi-solid-sharp-IIWVYRRX.woff?t=1736938754110") format("woff"),
    url("./media/hgi-solid-sharp-FPN5NERT.ttf?t=1736938754110") format("truetype"),
    url("./media/hgi-solid-sharp-5FGZYRFJ.svg?t=1736938754110#hgi-solid-sharp") format("svg");
}
.hgi-solid.hgi-sharp {
  font-family: "hgi-solid-sharp" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-display: block;
}
.hgi-solid.hgi-sharp.hgi-3-d-view:before {
  content: "\3a71";
}
.hgi-solid.hgi-sharp.hgi-abacus:before {
  content: "\3a73";
}
.hgi-solid.hgi-sharp.hgi-absolute:before {
  content: "\3a75";
}
.hgi-solid.hgi-sharp.hgi-acceleration:before {
  content: "\3a77";
}
.hgi-solid.hgi-sharp.hgi-access:before {
  content: "\3a79";
}
.hgi-solid.hgi-sharp.hgi-accident:before {
  content: "\3a7b";
}
.hgi-solid.hgi-sharp.hgi-account-setting-01:before {
  content: "\3a7d";
}
.hgi-solid.hgi-sharp.hgi-account-setting-02:before {
  content: "\3a7f";
}
.hgi-solid.hgi-sharp.hgi-account-setting-03:before {
  content: "\3a81";
}
.hgi-solid.hgi-sharp.hgi-activity-01:before {
  content: "\3a83";
}
.hgi-solid.hgi-sharp.hgi-activity-02:before {
  content: "\3a85";
}
.hgi-solid.hgi-sharp.hgi-activity-03:before {
  content: "\3a87";
}
.hgi-solid.hgi-sharp.hgi-activity-04:before {
  content: "\3a89";
}
.hgi-solid.hgi-sharp.hgi-acute:before {
  content: "\3a8b";
}
.hgi-solid.hgi-sharp.hgi-add-01:before {
  content: "\3a8d";
}
.hgi-solid.hgi-sharp.hgi-add-02:before {
  content: "\3a8f";
}
.hgi-solid.hgi-sharp.hgi-add-circle-half-dot:before {
  content: "\3a91";
}
.hgi-solid.hgi-sharp.hgi-add-circle:before {
  content: "\3a93";
}
.hgi-solid.hgi-sharp.hgi-add-female:before {
  content: "\3a95";
}
.hgi-solid.hgi-sharp.hgi-add-male:before {
  content: "\3a97";
}
.hgi-solid.hgi-sharp.hgi-add-square:before {
  content: "\3a99";
}
.hgi-solid.hgi-sharp.hgi-add-team-02:before {
  content: "\3a9b";
}
.hgi-solid.hgi-sharp.hgi-add-team:before {
  content: "\3a9d";
}
.hgi-solid.hgi-sharp.hgi-add-to-list:before {
  content: "\3a9f";
}
.hgi-solid.hgi-sharp.hgi-address-book:before {
  content: "\3aa1";
}
.hgi-solid.hgi-sharp.hgi-adobe-after-effect:before {
  content: "\3aa3";
}
.hgi-solid.hgi-sharp.hgi-adobe-illustrator:before {
  content: "\3aa5";
}
.hgi-solid.hgi-sharp.hgi-adobe-indesign:before {
  content: "\3aa7";
}
.hgi-solid.hgi-sharp.hgi-adobe-photoshop:before {
  content: "\3aa9";
}
.hgi-solid.hgi-sharp.hgi-adobe-premier:before {
  content: "\3aab";
}
.hgi-solid.hgi-sharp.hgi-adobe-xd:before {
  content: "\3aad";
}
.hgi-solid.hgi-sharp.hgi-adventure:before {
  content: "\3aaf";
}
.hgi-solid.hgi-sharp.hgi-advertisiment:before {
  content: "\3ab1";
}
.hgi-solid.hgi-sharp.hgi-adzan:before {
  content: "\3ab3";
}
.hgi-solid.hgi-sharp.hgi-affiliate:before {
  content: "\3ab5";
}
.hgi-solid.hgi-sharp.hgi-agreement-01:before {
  content: "\3ab7";
}
.hgi-solid.hgi-sharp.hgi-agreement-02:before {
  content: "\3ab9";
}
.hgi-solid.hgi-sharp.hgi-agreement-03:before {
  content: "\3abb";
}
.hgi-solid.hgi-sharp.hgi-ai-audio:before {
  content: "\3abd";
}
.hgi-solid.hgi-sharp.hgi-ai-beautify:before {
  content: "\3abf";
}
.hgi-solid.hgi-sharp.hgi-ai-book:before {
  content: "\3ac1";
}
.hgi-solid.hgi-sharp.hgi-ai-brain-01:before {
  content: "\3ac3";
}
.hgi-solid.hgi-sharp.hgi-ai-brain-02:before {
  content: "\3ac5";
}
.hgi-solid.hgi-sharp.hgi-ai-brain-03:before {
  content: "\3ac7";
}
.hgi-solid.hgi-sharp.hgi-ai-brain-04:before {
  content: "\3ac9";
}
.hgi-solid.hgi-sharp.hgi-ai-brain-05:before {
  content: "\3acb";
}
.hgi-solid.hgi-sharp.hgi-ai-browser:before {
  content: "\3acd";
}
.hgi-solid.hgi-sharp.hgi-ai-chat-01:before {
  content: "\3acf";
}
.hgi-solid.hgi-sharp.hgi-ai-chat-02:before {
  content: "\3ad1";
}
.hgi-solid.hgi-sharp.hgi-ai-chemistry-01:before {
  content: "\3ad3";
}
.hgi-solid.hgi-sharp.hgi-ai-chemistry-02:before {
  content: "\3ad5";
}
.hgi-solid.hgi-sharp.hgi-ai-chemistry-03:before {
  content: "\3ad7";
}
.hgi-solid.hgi-sharp.hgi-ai-chip:before {
  content: "\3ad9";
}
.hgi-solid.hgi-sharp.hgi-ai-cloud-01:before {
  content: "\3adb";
}
.hgi-solid.hgi-sharp.hgi-ai-cloud-02:before {
  content: "\3add";
}
.hgi-solid.hgi-sharp.hgi-ai-cloud:before {
  content: "\3adf";
}
.hgi-solid.hgi-sharp.hgi-ai-computer:before {
  content: "\3ae1";
}
.hgi-solid.hgi-sharp.hgi-ai-content-generator-01:before {
  content: "\3ae3";
}
.hgi-solid.hgi-sharp.hgi-ai-content-generator-02:before {
  content: "\3ae5";
}
.hgi-solid.hgi-sharp.hgi-ai-dna:before {
  content: "\3ae7";
}
.hgi-solid.hgi-sharp.hgi-ai-editing:before {
  content: "\3ae9";
}
.hgi-solid.hgi-sharp.hgi-ai-eraser:before {
  content: "\3aeb";
}
.hgi-solid.hgi-sharp.hgi-ai-file:before {
  content: "\3aed";
}
.hgi-solid.hgi-sharp.hgi-ai-folder-01:before {
  content: "\3aef";
}
.hgi-solid.hgi-sharp.hgi-ai-folder-02:before {
  content: "\3af1";
}
.hgi-solid.hgi-sharp.hgi-ai-game:before {
  content: "\3af3";
}
.hgi-solid.hgi-sharp.hgi-ai-generative:before {
  content: "\3af5";
}
.hgi-solid.hgi-sharp.hgi-ai-idea:before {
  content: "\3af7";
}
.hgi-solid.hgi-sharp.hgi-ai-image:before {
  content: "\3af9";
}
.hgi-solid.hgi-sharp.hgi-ai-innovation-01:before {
  content: "\3afb";
}
.hgi-solid.hgi-sharp.hgi-ai-innovation-02:before {
  content: "\3afd";
}
.hgi-solid.hgi-sharp.hgi-ai-innovation-03:before {
  content: "\3aff";
}
.hgi-solid.hgi-sharp.hgi-ai-laptop:before {
  content: "\3b01";
}
.hgi-solid.hgi-sharp.hgi-ai-learning:before {
  content: "\3b03";
}
.hgi-solid.hgi-sharp.hgi-ai-lock:before {
  content: "\3b05";
}
.hgi-solid.hgi-sharp.hgi-ai-magic:before {
  content: "\3b07";
}
.hgi-solid.hgi-sharp.hgi-ai-mail-01:before {
  content: "\3b09";
}
.hgi-solid.hgi-sharp.hgi-ai-mail-02:before {
  content: "\3b0b";
}
.hgi-solid.hgi-sharp.hgi-ai-mail:before {
  content: "\3b0d";
}
.hgi-solid.hgi-sharp.hgi-ai-mic:before {
  content: "\3b0f";
}
.hgi-solid.hgi-sharp.hgi-ai-network:before {
  content: "\3b11";
}
.hgi-solid.hgi-sharp.hgi-ai-phone-01:before {
  content: "\3b13";
}
.hgi-solid.hgi-sharp.hgi-ai-phone-02:before {
  content: "\3b15";
}
.hgi-solid.hgi-sharp.hgi-ai-programming:before {
  content: "\3b17";
}
.hgi-solid.hgi-sharp.hgi-ai-scan:before {
  content: "\3b19";
}
.hgi-solid.hgi-sharp.hgi-ai-scheduling:before {
  content: "\3b1b";
}
.hgi-solid.hgi-sharp.hgi-ai-search-02:before {
  content: "\3b1d";
}
.hgi-solid.hgi-sharp.hgi-ai-search:before {
  content: "\3b1f";
}
.hgi-solid.hgi-sharp.hgi-ai-security-01:before {
  content: "\3b21";
}
.hgi-solid.hgi-sharp.hgi-ai-security-02:before {
  content: "\3b23";
}
.hgi-solid.hgi-sharp.hgi-ai-security-03:before {
  content: "\3b25";
}
.hgi-solid.hgi-sharp.hgi-ai-setting:before {
  content: "\3b27";
}
.hgi-solid.hgi-sharp.hgi-ai-sheets:before {
  content: "\3b29";
}
.hgi-solid.hgi-sharp.hgi-ai-smartwatch:before {
  content: "\3b2b";
}
.hgi-solid.hgi-sharp.hgi-ai-user:before {
  content: "\3b2d";
}
.hgi-solid.hgi-sharp.hgi-ai-video:before {
  content: "\3b2f";
}
.hgi-solid.hgi-sharp.hgi-ai-view:before {
  content: "\3b31";
}
.hgi-solid.hgi-sharp.hgi-ai-vision-recognition:before {
  content: "\3b33";
}
.hgi-solid.hgi-sharp.hgi-ai-voice-generator:before {
  content: "\3b35";
}
.hgi-solid.hgi-sharp.hgi-ai-voice:before {
  content: "\3b37";
}
.hgi-solid.hgi-sharp.hgi-ai-web-browsing:before {
  content: "\3b39";
}
.hgi-solid.hgi-sharp.hgi-aids:before {
  content: "\3b3b";
}
.hgi-solid.hgi-sharp.hgi-airbnb:before {
  content: "\3b3d";
}
.hgi-solid.hgi-sharp.hgi-aircraft-game:before {
  content: "\3b3f";
}
.hgi-solid.hgi-sharp.hgi-airdrop:before {
  content: "\3b41";
}
.hgi-solid.hgi-sharp.hgi-airplane-01:before {
  content: "\3b43";
}
.hgi-solid.hgi-sharp.hgi-airplane-02:before {
  content: "\3b45";
}
.hgi-solid.hgi-sharp.hgi-airplane-landing-01:before {
  content: "\3b47";
}
.hgi-solid.hgi-sharp.hgi-airplane-landing-02:before {
  content: "\3b49";
}
.hgi-solid.hgi-sharp.hgi-airplane-mode-off:before {
  content: "\3b4b";
}
.hgi-solid.hgi-sharp.hgi-airplane-mode:before {
  content: "\3b4d";
}
.hgi-solid.hgi-sharp.hgi-airplane-seat:before {
  content: "\3b4f";
}
.hgi-solid.hgi-sharp.hgi-airplane-take-off-01:before {
  content: "\3b51";
}
.hgi-solid.hgi-sharp.hgi-airplane-take-off-02:before {
  content: "\3b53";
}
.hgi-solid.hgi-sharp.hgi-airplay-line:before {
  content: "\3b55";
}
.hgi-solid.hgi-sharp.hgi-airpod-01:before {
  content: "\3b57";
}
.hgi-solid.hgi-sharp.hgi-airpod-02:before {
  content: "\3b59";
}
.hgi-solid.hgi-sharp.hgi-airpod-03:before {
  content: "\3b5b";
}
.hgi-solid.hgi-sharp.hgi-airport:before {
  content: "\3b5d";
}
.hgi-solid.hgi-sharp.hgi-al-aqsa-mosque:before {
  content: "\3b5f";
}
.hgi-solid.hgi-sharp.hgi-alarm-clock:before {
  content: "\3b61";
}
.hgi-solid.hgi-sharp.hgi-album-01:before {
  content: "\3b63";
}
.hgi-solid.hgi-sharp.hgi-album-02:before {
  content: "\3b65";
}
.hgi-solid.hgi-sharp.hgi-album-not-found-01:before {
  content: "\3b67";
}
.hgi-solid.hgi-sharp.hgi-album-not-found-02:before {
  content: "\3b69";
}
.hgi-solid.hgi-sharp.hgi-alert-01:before {
  content: "\3b6b";
}
.hgi-solid.hgi-sharp.hgi-alert-02:before {
  content: "\3b6d";
}
.hgi-solid.hgi-sharp.hgi-alert-circle:before {
  content: "\3b6f";
}
.hgi-solid.hgi-sharp.hgi-alert-diamond:before {
  content: "\3b71";
}
.hgi-solid.hgi-sharp.hgi-alert-square:before {
  content: "\3b73";
}
.hgi-solid.hgi-sharp.hgi-algorithm:before {
  content: "\3b75";
}
.hgi-solid.hgi-sharp.hgi-alien-01:before {
  content: "\3b77";
}
.hgi-solid.hgi-sharp.hgi-alien-02:before {
  content: "\3b79";
}
.hgi-solid.hgi-sharp.hgi-align-bottom:before {
  content: "\3b7b";
}
.hgi-solid.hgi-sharp.hgi-align-box-bottom-center:before {
  content: "\3b7d";
}
.hgi-solid.hgi-sharp.hgi-align-box-bottom-left:before {
  content: "\3b7f";
}
.hgi-solid.hgi-sharp.hgi-align-box-bottom-right:before {
  content: "\3b81";
}
.hgi-solid.hgi-sharp.hgi-align-box-middle-center:before {
  content: "\3b83";
}
.hgi-solid.hgi-sharp.hgi-align-box-middle-left:before {
  content: "\3b85";
}
.hgi-solid.hgi-sharp.hgi-align-box-middle-right:before {
  content: "\3b87";
}
.hgi-solid.hgi-sharp.hgi-align-box-top-center:before {
  content: "\3b89";
}
.hgi-solid.hgi-sharp.hgi-align-box-top-left:before {
  content: "\3b8b";
}
.hgi-solid.hgi-sharp.hgi-align-box-top-right:before {
  content: "\3b8d";
}
.hgi-solid.hgi-sharp.hgi-align-horizontal-center:before {
  content: "\3b8f";
}
.hgi-solid.hgi-sharp.hgi-align-key-object:before {
  content: "\3b91";
}
.hgi-solid.hgi-sharp.hgi-align-left:before {
  content: "\3b93";
}
.hgi-solid.hgi-sharp.hgi-align-right:before {
  content: "\3b95";
}
.hgi-solid.hgi-sharp.hgi-align-selection:before {
  content: "\3b97";
}
.hgi-solid.hgi-sharp.hgi-align-top:before {
  content: "\3b99";
}
.hgi-solid.hgi-sharp.hgi-align-vertical-center:before {
  content: "\3b9b";
}
.hgi-solid.hgi-sharp.hgi-all-bookmark:before {
  content: "\3b9d";
}
.hgi-solid.hgi-sharp.hgi-allah:before {
  content: "\3b9f";
}
.hgi-solid.hgi-sharp.hgi-alms:before {
  content: "\3ba1";
}
.hgi-solid.hgi-sharp.hgi-alpha-circle:before {
  content: "\3ba3";
}
.hgi-solid.hgi-sharp.hgi-alpha-square:before {
  content: "\3ba6";
}
.hgi-solid.hgi-sharp.hgi-alpha:before {
  content: "\3ba7";
}
.hgi-solid.hgi-sharp.hgi-alphabet-arabic:before {
  content: "\3ba9";
}
.hgi-solid.hgi-sharp.hgi-alphabet-bangla:before {
  content: "\3bab";
}
.hgi-solid.hgi-sharp.hgi-alphabet-chinese:before {
  content: "\3bad";
}
.hgi-solid.hgi-sharp.hgi-alphabet-greek:before {
  content: "\3baf";
}
.hgi-solid.hgi-sharp.hgi-alphabet-hebrew:before {
  content: "\3bb1";
}
.hgi-solid.hgi-sharp.hgi-alphabet-hindi:before {
  content: "\3bb3";
}
.hgi-solid.hgi-sharp.hgi-alphabet-japanese:before {
  content: "\3bb5";
}
.hgi-solid.hgi-sharp.hgi-alphabet-korean:before {
  content: "\3bb7";
}
.hgi-solid.hgi-sharp.hgi-alphabet-thai:before {
  content: "\3bb9";
}
.hgi-solid.hgi-sharp.hgi-amazon:before {
  content: "\3bbb";
}
.hgi-solid.hgi-sharp.hgi-ambulance:before {
  content: "\3bbd";
}
.hgi-solid.hgi-sharp.hgi-american-football:before {
  content: "\3bbf";
}
.hgi-solid.hgi-sharp.hgi-amie:before {
  content: "\3bc1";
}
.hgi-solid.hgi-sharp.hgi-ampoule:before {
  content: "\3bc3";
}
.hgi-solid.hgi-sharp.hgi-analysis-text-link:before {
  content: "\3bc5";
}
.hgi-solid.hgi-sharp.hgi-analytics-01:before {
  content: "\3bc7";
}
.hgi-solid.hgi-sharp.hgi-analytics-02:before {
  content: "\3bc9";
}
.hgi-solid.hgi-sharp.hgi-analytics-03:before {
  content: "\3bcb";
}
.hgi-solid.hgi-sharp.hgi-analytics-down:before {
  content: "\3bcd";
}
.hgi-solid.hgi-sharp.hgi-analytics-up:before {
  content: "\3bcf";
}
.hgi-solid.hgi-sharp.hgi-anchor-point:before {
  content: "\3bd1";
}
.hgi-solid.hgi-sharp.hgi-anchor:before {
  content: "\3bd3";
}
.hgi-solid.hgi-sharp.hgi-android:before {
  content: "\3bd5";
}
.hgi-solid.hgi-sharp.hgi-angel:before {
  content: "\3bd7";
}
.hgi-solid.hgi-sharp.hgi-angle-01:before {
  content: "\3bd9";
}
.hgi-solid.hgi-sharp.hgi-angle:before {
  content: "\3bdb";
}
.hgi-solid.hgi-sharp.hgi-angry-bird:before {
  content: "\3bdd";
}
.hgi-solid.hgi-sharp.hgi-angry:before {
  content: "\3bdf";
}
.hgi-solid.hgi-sharp.hgi-anonymous:before {
  content: "\3be1";
}
.hgi-solid.hgi-sharp.hgi-api:before {
  content: "\3be3";
}
.hgi-solid.hgi-sharp.hgi-app-store:before {
  content: "\3be5";
}
.hgi-solid.hgi-sharp.hgi-apple-01:before {
  content: "\3be7";
}
.hgi-solid.hgi-sharp.hgi-apple-finder:before {
  content: "\3be9";
}
.hgi-solid.hgi-sharp.hgi-apple-intelligence:before {
  content: "\3beb";
}
.hgi-solid.hgi-sharp.hgi-apple-music:before {
  content: "\3bed";
}
.hgi-solid.hgi-sharp.hgi-apple-news:before {
  content: "\3bef";
}
.hgi-solid.hgi-sharp.hgi-apple-pie:before {
  content: "\3bf1";
}
.hgi-solid.hgi-sharp.hgi-apple-reminder:before {
  content: "\3bf3";
}
.hgi-solid.hgi-sharp.hgi-apple-stocks:before {
  content: "\3bf6";
}
.hgi-solid.hgi-sharp.hgi-apple-vision-pro:before {
  content: "\3bf8";
}
.hgi-solid.hgi-sharp.hgi-apple:before {
  content: "\3bf9";
}
.hgi-solid.hgi-sharp.hgi-appointment-01:before {
  content: "\3bfb";
}
.hgi-solid.hgi-sharp.hgi-appointment-02:before {
  content: "\3bfd";
}
.hgi-solid.hgi-sharp.hgi-approximately-equal-circle:before {
  content: "\3bff";
}
.hgi-solid.hgi-sharp.hgi-approximately-equal-square:before {
  content: "\3c02";
}
.hgi-solid.hgi-sharp.hgi-approximately-equal:before {
  content: "\3c03";
}
.hgi-solid.hgi-sharp.hgi-apricot:before {
  content: "\3c05";
}
.hgi-solid.hgi-sharp.hgi-apron:before {
  content: "\3c07";
}
.hgi-solid.hgi-sharp.hgi-arc-browser:before {
  content: "\3c09";
}
.hgi-solid.hgi-sharp.hgi-archer:before {
  content: "\3c0b";
}
.hgi-solid.hgi-sharp.hgi-archive-01:before {
  content: "\3c0d";
}
.hgi-solid.hgi-sharp.hgi-archive-02:before {
  content: "\3c0f";
}
.hgi-solid.hgi-sharp.hgi-archive:before {
  content: "\3c11";
}
.hgi-solid.hgi-sharp.hgi-armored-boot:before {
  content: "\3c13";
}
.hgi-solid.hgi-sharp.hgi-arrange-by-letters-a-z:before {
  content: "\3c15";
}
.hgi-solid.hgi-sharp.hgi-arrange-by-letters-z-a:before {
  content: "\3c17";
}
.hgi-solid.hgi-sharp.hgi-arrange-by-numbers-1-9:before {
  content: "\3c19";
}
.hgi-solid.hgi-sharp.hgi-arrange-by-numbers-9-1:before {
  content: "\3c1b";
}
.hgi-solid.hgi-sharp.hgi-arrange:before {
  content: "\3c1d";
}
.hgi-solid.hgi-sharp.hgi-arrow-all-direction:before {
  content: "\3c1f";
}
.hgi-solid.hgi-sharp.hgi-arrow-data-transfer-diagonal:before {
  content: "\3c21";
}
.hgi-solid.hgi-sharp.hgi-arrow-data-transfer-horizontal:before {
  content: "\3c23";
}
.hgi-solid.hgi-sharp.hgi-arrow-data-transfer-vertical:before {
  content: "\3c25";
}
.hgi-solid.hgi-sharp.hgi-arrow-diagonal:before {
  content: "\3c27";
}
.hgi-solid.hgi-sharp.hgi-arrow-down-01:before {
  content: "\3c29";
}
.hgi-solid.hgi-sharp.hgi-arrow-down-02:before {
  content: "\3c2b";
}
.hgi-solid.hgi-sharp.hgi-arrow-down-03:before {
  content: "\3c2d";
}
.hgi-solid.hgi-sharp.hgi-arrow-down-04:before {
  content: "\3c2f";
}
.hgi-solid.hgi-sharp.hgi-arrow-down-05:before {
  content: "\3c31";
}
.hgi-solid.hgi-sharp.hgi-arrow-down-double:before {
  content: "\3c33";
}
.hgi-solid.hgi-sharp.hgi-arrow-down-left-01:before {
  content: "\3c35";
}
.hgi-solid.hgi-sharp.hgi-arrow-down-left-02:before {
  content: "\3c37";
}
.hgi-solid.hgi-sharp.hgi-arrow-down-right-01:before {
  content: "\3c39";
}
.hgi-solid.hgi-sharp.hgi-arrow-down-right-02:before {
  content: "\3c3b";
}
.hgi-solid.hgi-sharp.hgi-arrow-expand-01:before {
  content: "\3c3d";
}
.hgi-solid.hgi-sharp.hgi-arrow-expand-02:before {
  content: "\3c3f";
}
.hgi-solid.hgi-sharp.hgi-arrow-expand-diagonal-01:before {
  content: "\3c41";
}
.hgi-solid.hgi-sharp.hgi-arrow-expand-diagonal-02:before {
  content: "\3c43";
}
.hgi-solid.hgi-sharp.hgi-arrow-expand:before {
  content: "\3c45";
}
.hgi-solid.hgi-sharp.hgi-arrow-horizontal:before {
  content: "\3c47";
}
.hgi-solid.hgi-sharp.hgi-arrow-left-01:before {
  content: "\3c49";
}
.hgi-solid.hgi-sharp.hgi-arrow-left-02:before {
  content: "\3c4b";
}
.hgi-solid.hgi-sharp.hgi-arrow-left-03:before {
  content: "\3c4d";
}
.hgi-solid.hgi-sharp.hgi-arrow-left-04:before {
  content: "\3c4f";
}
.hgi-solid.hgi-sharp.hgi-arrow-left-05:before {
  content: "\3c51";
}
.hgi-solid.hgi-sharp.hgi-arrow-left-double:before {
  content: "\3c53";
}
.hgi-solid.hgi-sharp.hgi-arrow-left-right:before {
  content: "\3c55";
}
.hgi-solid.hgi-sharp.hgi-arrow-move-down-left:before {
  content: "\3c57";
}
.hgi-solid.hgi-sharp.hgi-arrow-move-down-right:before {
  content: "\3c59";
}
.hgi-solid.hgi-sharp.hgi-arrow-move-left-down:before {
  content: "\3c5b";
}
.hgi-solid.hgi-sharp.hgi-arrow-move-right-down:before {
  content: "\3c5d";
}
.hgi-solid.hgi-sharp.hgi-arrow-move-up-left:before {
  content: "\3c5f";
}
.hgi-solid.hgi-sharp.hgi-arrow-move-up-right:before {
  content: "\3c61";
}
.hgi-solid.hgi-sharp.hgi-arrow-reload-horizontal:before {
  content: "\3c63";
}
.hgi-solid.hgi-sharp.hgi-arrow-reload-vertical:before {
  content: "\3c65";
}
.hgi-solid.hgi-sharp.hgi-arrow-right-01:before {
  content: "\3c67";
}
.hgi-solid.hgi-sharp.hgi-arrow-right-02:before {
  content: "\3c69";
}
.hgi-solid.hgi-sharp.hgi-arrow-right-03:before {
  content: "\3c6b";
}
.hgi-solid.hgi-sharp.hgi-arrow-right-04:before {
  content: "\3c6d";
}
.hgi-solid.hgi-sharp.hgi-arrow-right-05:before {
  content: "\3c6f";
}
.hgi-solid.hgi-sharp.hgi-arrow-right-double:before {
  content: "\3c71";
}
.hgi-solid.hgi-sharp.hgi-arrow-shrink-01:before {
  content: "\3c73";
}
.hgi-solid.hgi-sharp.hgi-arrow-shrink-02:before {
  content: "\3c75";
}
.hgi-solid.hgi-sharp.hgi-arrow-shrink:before {
  content: "\3c77";
}
.hgi-solid.hgi-sharp.hgi-arrow-turn-backward:before {
  content: "\3c79";
}
.hgi-solid.hgi-sharp.hgi-arrow-turn-down:before {
  content: "\3c7b";
}
.hgi-solid.hgi-sharp.hgi-arrow-turn-forward:before {
  content: "\3c7d";
}
.hgi-solid.hgi-sharp.hgi-arrow-turn-up:before {
  content: "\3c7f";
}
.hgi-solid.hgi-sharp.hgi-arrow-up-01:before {
  content: "\3c81";
}
.hgi-solid.hgi-sharp.hgi-arrow-up-02:before {
  content: "\3c83";
}
.hgi-solid.hgi-sharp.hgi-arrow-up-03:before {
  content: "\3c85";
}
.hgi-solid.hgi-sharp.hgi-arrow-up-04:before {
  content: "\3c87";
}
.hgi-solid.hgi-sharp.hgi-arrow-up-05:before {
  content: "\3c89";
}
.hgi-solid.hgi-sharp.hgi-arrow-up-double:before {
  content: "\3c8b";
}
.hgi-solid.hgi-sharp.hgi-arrow-up-down:before {
  content: "\3c8d";
}
.hgi-solid.hgi-sharp.hgi-arrow-up-left-01:before {
  content: "\3c8f";
}
.hgi-solid.hgi-sharp.hgi-arrow-up-left-02:before {
  content: "\3c91";
}
.hgi-solid.hgi-sharp.hgi-arrow-up-right-01:before {
  content: "\3c93";
}
.hgi-solid.hgi-sharp.hgi-arrow-up-right-02:before {
  content: "\3c95";
}
.hgi-solid.hgi-sharp.hgi-arrow-vertical:before {
  content: "\3c97";
}
.hgi-solid.hgi-sharp.hgi-artboard-tool:before {
  content: "\3c9a";
}
.hgi-solid.hgi-sharp.hgi-artboard:before {
  content: "\3c9b";
}
.hgi-solid.hgi-sharp.hgi-artificial-intelligence-01:before {
  content: "\3c9d";
}
.hgi-solid.hgi-sharp.hgi-artificial-intelligence-02:before {
  content: "\3c9f";
}
.hgi-solid.hgi-sharp.hgi-artificial-intelligence-03:before {
  content: "\3ca1";
}
.hgi-solid.hgi-sharp.hgi-artificial-intelligence-04:before {
  content: "\3ca3";
}
.hgi-solid.hgi-sharp.hgi-artificial-intelligence-05:before {
  content: "\3ca5";
}
.hgi-solid.hgi-sharp.hgi-artificial-intelligence-06:before {
  content: "\3ca7";
}
.hgi-solid.hgi-sharp.hgi-artificial-intelligence-07:before {
  content: "\3ca9";
}
.hgi-solid.hgi-sharp.hgi-artificial-intelligence-08:before {
  content: "\3cab";
}
.hgi-solid.hgi-sharp.hgi-aspect-ratio:before {
  content: "\3cad";
}
.hgi-solid.hgi-sharp.hgi-assignments:before {
  content: "\3caf";
}
.hgi-solid.hgi-sharp.hgi-asteroid-01:before {
  content: "\3cb1";
}
.hgi-solid.hgi-sharp.hgi-asteroid-02:before {
  content: "\3cb3";
}
.hgi-solid.hgi-sharp.hgi-astronaut-01:before {
  content: "\3cb5";
}
.hgi-solid.hgi-sharp.hgi-astronaut-02:before {
  content: "\3cb7";
}
.hgi-solid.hgi-sharp.hgi-at:before {
  content: "\3cb9";
}
.hgi-solid.hgi-sharp.hgi-atm-01:before {
  content: "\3cbb";
}
.hgi-solid.hgi-sharp.hgi-atm-02:before {
  content: "\3cbd";
}
.hgi-solid.hgi-sharp.hgi-atom-01:before {
  content: "\3cbf";
}
.hgi-solid.hgi-sharp.hgi-atom-02:before {
  content: "\3cc1";
}
.hgi-solid.hgi-sharp.hgi-atomic-power:before {
  content: "\3cc3";
}
.hgi-solid.hgi-sharp.hgi-attachment-01:before {
  content: "\3cc5";
}
.hgi-solid.hgi-sharp.hgi-attachment-02:before {
  content: "\3cc7";
}
.hgi-solid.hgi-sharp.hgi-attachment-circle:before {
  content: "\3cc9";
}
.hgi-solid.hgi-sharp.hgi-attachment-square:before {
  content: "\3ccc";
}
.hgi-solid.hgi-sharp.hgi-attachment:before {
  content: "\3ccd";
}
.hgi-solid.hgi-sharp.hgi-auction:before {
  content: "\3ccf";
}
.hgi-solid.hgi-sharp.hgi-audio-book-01:before {
  content: "\3cd1";
}
.hgi-solid.hgi-sharp.hgi-audio-book-02:before {
  content: "\3cd3";
}
.hgi-solid.hgi-sharp.hgi-audio-book-03:before {
  content: "\3cd5";
}
.hgi-solid.hgi-sharp.hgi-audio-book-04:before {
  content: "\3cd7";
}
.hgi-solid.hgi-sharp.hgi-audio-wave-01:before {
  content: "\3cd9";
}
.hgi-solid.hgi-sharp.hgi-audio-wave-02:before {
  content: "\3cdb";
}
.hgi-solid.hgi-sharp.hgi-audit-01:before {
  content: "\3cdd";
}
.hgi-solid.hgi-sharp.hgi-audit-02:before {
  content: "\3cdf";
}
.hgi-solid.hgi-sharp.hgi-augmented-reality-ar:before {
  content: "\3ce1";
}
.hgi-solid.hgi-sharp.hgi-authorized:before {
  content: "\3ce3";
}
.hgi-solid.hgi-sharp.hgi-auto-conversations:before {
  content: "\3ce5";
}
.hgi-solid.hgi-sharp.hgi-automotive-battery-01:before {
  content: "\3ce7";
}
.hgi-solid.hgi-sharp.hgi-automotive-battery-02:before {
  content: "\3ce9";
}
.hgi-solid.hgi-sharp.hgi-avalanche:before {
  content: "\3ceb";
}
.hgi-solid.hgi-sharp.hgi-avocado:before {
  content: "\3ced";
}
.hgi-solid.hgi-sharp.hgi-award-01:before {
  content: "\3cef";
}
.hgi-solid.hgi-sharp.hgi-award-02:before {
  content: "\3cf1";
}
.hgi-solid.hgi-sharp.hgi-award-03:before {
  content: "\3cf3";
}
.hgi-solid.hgi-sharp.hgi-award-04:before {
  content: "\3cf5";
}
.hgi-solid.hgi-sharp.hgi-award-05:before {
  content: "\3cf7";
}
.hgi-solid.hgi-sharp.hgi-baby-01:before {
  content: "\3cf9";
}
.hgi-solid.hgi-sharp.hgi-baby-02:before {
  content: "\3cfb";
}
.hgi-solid.hgi-sharp.hgi-baby-bed-01:before {
  content: "\3cfd";
}
.hgi-solid.hgi-sharp.hgi-baby-bed-02:before {
  content: "\3cff";
}
.hgi-solid.hgi-sharp.hgi-baby-bottle:before {
  content: "\3d01";
}
.hgi-solid.hgi-sharp.hgi-baby-boy-dress:before {
  content: "\3d03";
}
.hgi-solid.hgi-sharp.hgi-baby-girl-dress:before {
  content: "\3d05";
}
.hgi-solid.hgi-sharp.hgi-back-muscle-body:before {
  content: "\3d07";
}
.hgi-solid.hgi-sharp.hgi-background:before {
  content: "\3d09";
}
.hgi-solid.hgi-sharp.hgi-backpack-01:before {
  content: "\3d0b";
}
.hgi-solid.hgi-sharp.hgi-backpack-02:before {
  content: "\3d0d";
}
.hgi-solid.hgi-sharp.hgi-backpack-03:before {
  content: "\3d0f";
}
.hgi-solid.hgi-sharp.hgi-backward-01:before {
  content: "\3d11";
}
.hgi-solid.hgi-sharp.hgi-backward-02:before {
  content: "\3d13";
}
.hgi-solid.hgi-sharp.hgi-bacteria:before {
  content: "\3d15";
}
.hgi-solid.hgi-sharp.hgi-badminton-shuttle:before {
  content: "\3d18";
}
.hgi-solid.hgi-sharp.hgi-badminton:before {
  content: "\3d19";
}
.hgi-solid.hgi-sharp.hgi-balance-scale:before {
  content: "\3d1b";
}
.hgi-solid.hgi-sharp.hgi-balloons:before {
  content: "\3d1d";
}
.hgi-solid.hgi-sharp.hgi-banana:before {
  content: "\3d1f";
}
.hgi-solid.hgi-sharp.hgi-bandage:before {
  content: "\3d21";
}
.hgi-solid.hgi-sharp.hgi-bank:before {
  content: "\3d23";
}
.hgi-solid.hgi-sharp.hgi-bar-chart-horizontal:before {
  content: "\3d25";
}
.hgi-solid.hgi-sharp.hgi-bar-chart:before {
  content: "\3d27";
}
.hgi-solid.hgi-sharp.hgi-bar-code-01:before {
  content: "\3d29";
}
.hgi-solid.hgi-sharp.hgi-bar-code-02:before {
  content: "\3d2b";
}
.hgi-solid.hgi-sharp.hgi-barns:before {
  content: "\3d2d";
}
.hgi-solid.hgi-sharp.hgi-baseball-bat:before {
  content: "\3d2f";
}
.hgi-solid.hgi-sharp.hgi-baseball-helmet:before {
  content: "\3d31";
}
.hgi-solid.hgi-sharp.hgi-baseball:before {
  content: "\3d33";
}
.hgi-solid.hgi-sharp.hgi-bash:before {
  content: "\3d35";
}
.hgi-solid.hgi-sharp.hgi-basketball-01:before {
  content: "\3d37";
}
.hgi-solid.hgi-sharp.hgi-basketball-02:before {
  content: "\3d39";
}
.hgi-solid.hgi-sharp.hgi-basketball-hoop:before {
  content: "\3d3b";
}
.hgi-solid.hgi-sharp.hgi-bathtub-01:before {
  content: "\3d3d";
}
.hgi-solid.hgi-sharp.hgi-bathtub-02:before {
  content: "\3d3f";
}
.hgi-solid.hgi-sharp.hgi-batteries-energy:before {
  content: "\3d41";
}
.hgi-solid.hgi-sharp.hgi-battery-charging-01:before {
  content: "\3d43";
}
.hgi-solid.hgi-sharp.hgi-battery-charging-02:before {
  content: "\3d45";
}
.hgi-solid.hgi-sharp.hgi-battery-eco-charging:before {
  content: "\3d47";
}
.hgi-solid.hgi-sharp.hgi-battery-empty:before {
  content: "\3d49";
}
.hgi-solid.hgi-sharp.hgi-battery-full:before {
  content: "\3d4b";
}
.hgi-solid.hgi-sharp.hgi-battery-low:before {
  content: "\3d4d";
}
.hgi-solid.hgi-sharp.hgi-battery-medium-01:before {
  content: "\3d4f";
}
.hgi-solid.hgi-sharp.hgi-battery-medium-02:before {
  content: "\3d51";
}
.hgi-solid.hgi-sharp.hgi-bbq-grill:before {
  content: "\3d53";
}
.hgi-solid.hgi-sharp.hgi-beach-02:before {
  content: "\3d55";
}
.hgi-solid.hgi-sharp.hgi-beach:before {
  content: "\3d57";
}
.hgi-solid.hgi-sharp.hgi-beater:before {
  content: "\3d59";
}
.hgi-solid.hgi-sharp.hgi-bebo:before {
  content: "\3d5b";
}
.hgi-solid.hgi-sharp.hgi-bed-bunk:before {
  content: "\3d5d";
}
.hgi-solid.hgi-sharp.hgi-bed-double:before {
  content: "\3d5f";
}
.hgi-solid.hgi-sharp.hgi-bed-single-01:before {
  content: "\3d62";
}
.hgi-solid.hgi-sharp.hgi-bed-single-02:before {
  content: "\3d64";
}
.hgi-solid.hgi-sharp.hgi-bed:before {
  content: "\3d65";
}
.hgi-solid.hgi-sharp.hgi-bedug-01:before {
  content: "\3d67";
}
.hgi-solid.hgi-sharp.hgi-bedug-02:before {
  content: "\3d69";
}
.hgi-solid.hgi-sharp.hgi-behance-01:before {
  content: "\3d6b";
}
.hgi-solid.hgi-sharp.hgi-behance-02:before {
  content: "\3d6d";
}
.hgi-solid.hgi-sharp.hgi-belt:before {
  content: "\3d6f";
}
.hgi-solid.hgi-sharp.hgi-bend-tool:before {
  content: "\3d71";
}
.hgi-solid.hgi-sharp.hgi-berlin-tower:before {
  content: "\3d74";
}
.hgi-solid.hgi-sharp.hgi-berlin:before {
  content: "\3d75";
}
.hgi-solid.hgi-sharp.hgi-beta:before {
  content: "\3d77";
}
.hgi-solid.hgi-sharp.hgi-bicycle-01:before {
  content: "\3d79";
}
.hgi-solid.hgi-sharp.hgi-bicycle:before {
  content: "\3d7b";
}
.hgi-solid.hgi-sharp.hgi-billiard-01:before {
  content: "\3d7d";
}
.hgi-solid.hgi-sharp.hgi-billiard-02:before {
  content: "\3d7f";
}
.hgi-solid.hgi-sharp.hgi-binary-code:before {
  content: "\3d81";
}
.hgi-solid.hgi-sharp.hgi-bing:before {
  content: "\3d83";
}
.hgi-solid.hgi-sharp.hgi-binoculars:before {
  content: "\3d85";
}
.hgi-solid.hgi-sharp.hgi-bio-energy:before {
  content: "\3d87";
}
.hgi-solid.hgi-sharp.hgi-biomass-energy:before {
  content: "\3d89";
}
.hgi-solid.hgi-sharp.hgi-biometric-access:before {
  content: "\3d8b";
}
.hgi-solid.hgi-sharp.hgi-biometric-device:before {
  content: "\3d8d";
}
.hgi-solid.hgi-sharp.hgi-birthday-cake:before {
  content: "\3d8f";
}
.hgi-solid.hgi-sharp.hgi-biscuit:before {
  content: "\3d91";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-01:before {
  content: "\3d93";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-02:before {
  content: "\3d95";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-03:before {
  content: "\3d97";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-04:before {
  content: "\3d99";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-bag:before {
  content: "\3d9b";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-circle:before {
  content: "\3d9d";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-cloud:before {
  content: "\3d9f";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-cpu:before {
  content: "\3da1";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-credit-card:before {
  content: "\3da3";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-database:before {
  content: "\3da5";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-down-01:before {
  content: "\3da7";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-down-02:before {
  content: "\3da9";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-ellipse:before {
  content: "\3dab";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-eye:before {
  content: "\3dad";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-filter:before {
  content: "\3daf";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-flashdisk:before {
  content: "\3db1";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-graph:before {
  content: "\3db3";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-invoice:before {
  content: "\3db5";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-key:before {
  content: "\3db7";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-location:before {
  content: "\3db9";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-lock:before {
  content: "\3dbb";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-mail:before {
  content: "\3dbd";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-mind:before {
  content: "\3dbf";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-money-01:before {
  content: "\3dc1";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-money-02:before {
  content: "\3dc3";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-pie-chart:before {
  content: "\3dc5";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-piggy-bank:before {
  content: "\3dc7";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-presentation:before {
  content: "\3dc9";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-receipt:before {
  content: "\3dcb";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-receive:before {
  content: "\3dcd";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-rectangle:before {
  content: "\3dcf";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-safe:before {
  content: "\3dd1";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-search:before {
  content: "\3dd3";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-send:before {
  content: "\3dd6";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-setting:before {
  content: "\3dd8";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-shield:before {
  content: "\3dda";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-shopping:before {
  content: "\3ddc";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-smartphone-01:before {
  content: "\3dde";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-smartphone-02:before {
  content: "\3de0";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-square:before {
  content: "\3de2";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-store:before {
  content: "\3de4";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-tag:before {
  content: "\3de6";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-target:before {
  content: "\3de8";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-transaction:before {
  content: "\3dea";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-up-01:before {
  content: "\3dec";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-up-02:before {
  content: "\3dee";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-wallet:before {
  content: "\3df0";
}
.hgi-solid.hgi-sharp.hgi-bitcoin-withdraw:before {
  content: "\3df2";
}
.hgi-solid.hgi-sharp.hgi-bitcoin:before {
  content: "\3df3";
}
.hgi-solid.hgi-sharp.hgi-black-hole-01:before {
  content: "\3df5";
}
.hgi-solid.hgi-sharp.hgi-black-hole:before {
  content: "\3df7";
}
.hgi-solid.hgi-sharp.hgi-blend:before {
  content: "\3df9";
}
.hgi-solid.hgi-sharp.hgi-blender:before {
  content: "\3dfb";
}
.hgi-solid.hgi-sharp.hgi-block-game:before {
  content: "\3dfd";
}
.hgi-solid.hgi-sharp.hgi-blockchain-01:before {
  content: "\3dff";
}
.hgi-solid.hgi-sharp.hgi-blockchain-02:before {
  content: "\3e01";
}
.hgi-solid.hgi-sharp.hgi-blockchain-03:before {
  content: "\3e03";
}
.hgi-solid.hgi-sharp.hgi-blockchain-04:before {
  content: "\3e05";
}
.hgi-solid.hgi-sharp.hgi-blockchain-05:before {
  content: "\3e07";
}
.hgi-solid.hgi-sharp.hgi-blockchain-06:before {
  content: "\3e09";
}
.hgi-solid.hgi-sharp.hgi-blockchain-07:before {
  content: "\3e0b";
}
.hgi-solid.hgi-sharp.hgi-blocked:before {
  content: "\3e0d";
}
.hgi-solid.hgi-sharp.hgi-blogger:before {
  content: "\3e0f";
}
.hgi-solid.hgi-sharp.hgi-blood-bag:before {
  content: "\3e11";
}
.hgi-solid.hgi-sharp.hgi-blood-bottle:before {
  content: "\3e13";
}
.hgi-solid.hgi-sharp.hgi-blood-pressure:before {
  content: "\3e15";
}
.hgi-solid.hgi-sharp.hgi-blood-type:before {
  content: "\3e18";
}
.hgi-solid.hgi-sharp.hgi-blood:before {
  content: "\3e19";
}
.hgi-solid.hgi-sharp.hgi-bluesky:before {
  content: "\3e1b";
}
.hgi-solid.hgi-sharp.hgi-bluetooth-circle:before {
  content: "\3e1d";
}
.hgi-solid.hgi-sharp.hgi-bluetooth-not-connected:before {
  content: "\3e1f";
}
.hgi-solid.hgi-sharp.hgi-bluetooth-search:before {
  content: "\3e21";
}
.hgi-solid.hgi-sharp.hgi-bluetooth-square:before {
  content: "\3e24";
}
.hgi-solid.hgi-sharp.hgi-bluetooth:before {
  content: "\3e25";
}
.hgi-solid.hgi-sharp.hgi-blur:before {
  content: "\3e27";
}
.hgi-solid.hgi-sharp.hgi-blush-brush-01:before {
  content: "\3e29";
}
.hgi-solid.hgi-sharp.hgi-blush-brush-02:before {
  content: "\3e2b";
}
.hgi-solid.hgi-sharp.hgi-board-math:before {
  content: "\3e2d";
}
.hgi-solid.hgi-sharp.hgi-boat:before {
  content: "\3e2f";
}
.hgi-solid.hgi-sharp.hgi-body-armor:before {
  content: "\3e31";
}
.hgi-solid.hgi-sharp.hgi-body-part-leg:before {
  content: "\3e33";
}
.hgi-solid.hgi-sharp.hgi-body-part-muscle:before {
  content: "\3e35";
}
.hgi-solid.hgi-sharp.hgi-body-part-six-pack:before {
  content: "\3e37";
}
.hgi-solid.hgi-sharp.hgi-body-soap:before {
  content: "\3e39";
}
.hgi-solid.hgi-sharp.hgi-body-weight:before {
  content: "\3e3b";
}
.hgi-solid.hgi-sharp.hgi-bomb:before {
  content: "\3e3d";
}
.hgi-solid.hgi-sharp.hgi-bone-01:before {
  content: "\3e3f";
}
.hgi-solid.hgi-sharp.hgi-bone-02:before {
  content: "\3e41";
}
.hgi-solid.hgi-sharp.hgi-book-01:before {
  content: "\3e43";
}
.hgi-solid.hgi-sharp.hgi-book-02:before {
  content: "\3e45";
}
.hgi-solid.hgi-sharp.hgi-book-03:before {
  content: "\3e47";
}
.hgi-solid.hgi-sharp.hgi-book-04:before {
  content: "\3e49";
}
.hgi-solid.hgi-sharp.hgi-book-bookmark-01:before {
  content: "\3e4b";
}
.hgi-solid.hgi-sharp.hgi-book-bookmark-02:before {
  content: "\3e4d";
}
.hgi-solid.hgi-sharp.hgi-book-download:before {
  content: "\3e4f";
}
.hgi-solid.hgi-sharp.hgi-book-edit:before {
  content: "\3e51";
}
.hgi-solid.hgi-sharp.hgi-book-open-01:before {
  content: "\3e53";
}
.hgi-solid.hgi-sharp.hgi-book-open-02:before {
  content: "\3e55";
}
.hgi-solid.hgi-sharp.hgi-book-upload:before {
  content: "\3e57";
}
.hgi-solid.hgi-sharp.hgi-bookmark-01:before {
  content: "\3e59";
}
.hgi-solid.hgi-sharp.hgi-bookmark-02:before {
  content: "\3e5b";
}
.hgi-solid.hgi-sharp.hgi-bookmark-03:before {
  content: "\3e5d";
}
.hgi-solid.hgi-sharp.hgi-bookmark-add-01:before {
  content: "\3e5f";
}
.hgi-solid.hgi-sharp.hgi-bookmark-add-02:before {
  content: "\3e61";
}
.hgi-solid.hgi-sharp.hgi-bookmark-block-01:before {
  content: "\3e63";
}
.hgi-solid.hgi-sharp.hgi-bookmark-block-02:before {
  content: "\3e65";
}
.hgi-solid.hgi-sharp.hgi-bookmark-check-01:before {
  content: "\3e67";
}
.hgi-solid.hgi-sharp.hgi-bookmark-check-02:before {
  content: "\3e69";
}
.hgi-solid.hgi-sharp.hgi-bookmark-minus-01:before {
  content: "\3e6b";
}
.hgi-solid.hgi-sharp.hgi-bookmark-minus-02:before {
  content: "\3e6d";
}
.hgi-solid.hgi-sharp.hgi-bookmark-off-01:before {
  content: "\3e6f";
}
.hgi-solid.hgi-sharp.hgi-bookmark-off-02:before {
  content: "\3e71";
}
.hgi-solid.hgi-sharp.hgi-bookmark-remove-01:before {
  content: "\3e73";
}
.hgi-solid.hgi-sharp.hgi-bookmark-remove-02:before {
  content: "\3e75";
}
.hgi-solid.hgi-sharp.hgi-books-01:before {
  content: "\3e77";
}
.hgi-solid.hgi-sharp.hgi-books-02:before {
  content: "\3e79";
}
.hgi-solid.hgi-sharp.hgi-bookshelf-01:before {
  content: "\3e7b";
}
.hgi-solid.hgi-sharp.hgi-bookshelf-02:before {
  content: "\3e7d";
}
.hgi-solid.hgi-sharp.hgi-bookshelf-03:before {
  content: "\3e7f";
}
.hgi-solid.hgi-sharp.hgi-bootstrap:before {
  content: "\3e81";
}
.hgi-solid.hgi-sharp.hgi-border-all-01:before {
  content: "\3e83";
}
.hgi-solid.hgi-sharp.hgi-border-all-02:before {
  content: "\3e85";
}
.hgi-solid.hgi-sharp.hgi-border-bottom-01:before {
  content: "\3e87";
}
.hgi-solid.hgi-sharp.hgi-border-bottom-02:before {
  content: "\3e89";
}
.hgi-solid.hgi-sharp.hgi-border-full:before {
  content: "\3e8b";
}
.hgi-solid.hgi-sharp.hgi-border-horizontal:before {
  content: "\3e8d";
}
.hgi-solid.hgi-sharp.hgi-border-inner:before {
  content: "\3e8f";
}
.hgi-solid.hgi-sharp.hgi-border-left-01:before {
  content: "\3e91";
}
.hgi-solid.hgi-sharp.hgi-border-left-02:before {
  content: "\3e93";
}
.hgi-solid.hgi-sharp.hgi-border-none-01:before {
  content: "\3e95";
}
.hgi-solid.hgi-sharp.hgi-border-none-02:before {
  content: "\3e97";
}
.hgi-solid.hgi-sharp.hgi-border-right-01:before {
  content: "\3e99";
}
.hgi-solid.hgi-sharp.hgi-border-right-02:before {
  content: "\3e9b";
}
.hgi-solid.hgi-sharp.hgi-border-top-01:before {
  content: "\3e9d";
}
.hgi-solid.hgi-sharp.hgi-border-top-02:before {
  content: "\3e9f";
}
.hgi-solid.hgi-sharp.hgi-border-vertical:before {
  content: "\3ea1";
}
.hgi-solid.hgi-sharp.hgi-borobudur:before {
  content: "\3ea3";
}
.hgi-solid.hgi-sharp.hgi-bot:before {
  content: "\3ea5";
}
.hgi-solid.hgi-sharp.hgi-bounce-left:before {
  content: "\3ea7";
}
.hgi-solid.hgi-sharp.hgi-bounce-right:before {
  content: "\3ea9";
}
.hgi-solid.hgi-sharp.hgi-bounding-box:before {
  content: "\3eab";
}
.hgi-solid.hgi-sharp.hgi-bow-tie:before {
  content: "\3ead";
}
.hgi-solid.hgi-sharp.hgi-bowling-ball:before {
  content: "\3eaf";
}
.hgi-solid.hgi-sharp.hgi-bowling-pins:before {
  content: "\3eb1";
}
.hgi-solid.hgi-sharp.hgi-bowling:before {
  content: "\3eb3";
}
.hgi-solid.hgi-sharp.hgi-boxer:before {
  content: "\3eb5";
}
.hgi-solid.hgi-sharp.hgi-boxing-bag:before {
  content: "\3eb7";
}
.hgi-solid.hgi-sharp.hgi-boxing-glove-01:before {
  content: "\3eb9";
}
.hgi-solid.hgi-sharp.hgi-boxing-glove:before {
  content: "\3ebb";
}
.hgi-solid.hgi-sharp.hgi-brain-01:before {
  content: "\3ebd";
}
.hgi-solid.hgi-sharp.hgi-brain-02:before {
  content: "\3ebf";
}
.hgi-solid.hgi-sharp.hgi-brain-03:before {
  content: "\3ec1";
}
.hgi-solid.hgi-sharp.hgi-brain:before {
  content: "\3ec3";
}
.hgi-solid.hgi-sharp.hgi-brandfetch:before {
  content: "\3ec5";
}
.hgi-solid.hgi-sharp.hgi-bread-01:before {
  content: "\3ec7";
}
.hgi-solid.hgi-sharp.hgi-bread-02:before {
  content: "\3ec9";
}
.hgi-solid.hgi-sharp.hgi-bread-03:before {
  content: "\3ecb";
}
.hgi-solid.hgi-sharp.hgi-bread-04:before {
  content: "\3ecd";
}
.hgi-solid.hgi-sharp.hgi-breast-pump:before {
  content: "\3ecf";
}
.hgi-solid.hgi-sharp.hgi-bridge:before {
  content: "\3ed1";
}
.hgi-solid.hgi-sharp.hgi-briefcase-01:before {
  content: "\3ed3";
}
.hgi-solid.hgi-sharp.hgi-briefcase-02:before {
  content: "\3ed5";
}
.hgi-solid.hgi-sharp.hgi-briefcase-03:before {
  content: "\3ed7";
}
.hgi-solid.hgi-sharp.hgi-briefcase-04:before {
  content: "\3ed9";
}
.hgi-solid.hgi-sharp.hgi-briefcase-05:before {
  content: "\3edb";
}
.hgi-solid.hgi-sharp.hgi-briefcase-06:before {
  content: "\3edd";
}
.hgi-solid.hgi-sharp.hgi-briefcase-07:before {
  content: "\3edf";
}
.hgi-solid.hgi-sharp.hgi-briefcase-08:before {
  content: "\3ee1";
}
.hgi-solid.hgi-sharp.hgi-briefcase-09:before {
  content: "\3ee3";
}
.hgi-solid.hgi-sharp.hgi-briefcase-dollar:before {
  content: "\3ee5";
}
.hgi-solid.hgi-sharp.hgi-broccoli:before {
  content: "\3ee7";
}
.hgi-solid.hgi-sharp.hgi-brochure:before {
  content: "\3ee9";
}
.hgi-solid.hgi-sharp.hgi-broken-bone:before {
  content: "\3eeb";
}
.hgi-solid.hgi-sharp.hgi-browser:before {
  content: "\3eed";
}
.hgi-solid.hgi-sharp.hgi-brush:before {
  content: "\3eef";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-add:before {
  content: "\3ef1";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-blocked:before {
  content: "\3ef3";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-cancel:before {
  content: "\3ef5";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-delay:before {
  content: "\3ef7";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-done:before {
  content: "\3ef9";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-download-01:before {
  content: "\3efb";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-download-02:before {
  content: "\3efd";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-edit:before {
  content: "\3eff";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-favourite:before {
  content: "\3f01";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-income:before {
  content: "\3f03";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-lock:before {
  content: "\3f05";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-notification:before {
  content: "\3f07";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-outcome:before {
  content: "\3f09";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-preview:before {
  content: "\3f0b";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-question:before {
  content: "\3f0d";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-search:before {
  content: "\3f0f";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-secure:before {
  content: "\3f12";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-translate:before {
  content: "\3f14";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-unlock:before {
  content: "\3f16";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-upload:before {
  content: "\3f18";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat-user:before {
  content: "\3f1a";
}
.hgi-solid.hgi-sharp.hgi-bubble-chat:before {
  content: "\3f1b";
}
.hgi-solid.hgi-sharp.hgi-bubble-tea-01:before {
  content: "\3f1d";
}
.hgi-solid.hgi-sharp.hgi-bubble-tea-02:before {
  content: "\3f1f";
}
.hgi-solid.hgi-sharp.hgi-bug-01:before {
  content: "\3f21";
}
.hgi-solid.hgi-sharp.hgi-bug-02:before {
  content: "\3f23";
}
.hgi-solid.hgi-sharp.hgi-building-01:before {
  content: "\3f25";
}
.hgi-solid.hgi-sharp.hgi-building-02:before {
  content: "\3f27";
}
.hgi-solid.hgi-sharp.hgi-building-03:before {
  content: "\3f29";
}
.hgi-solid.hgi-sharp.hgi-building-04:before {
  content: "\3f2b";
}
.hgi-solid.hgi-sharp.hgi-building-05:before {
  content: "\3f2d";
}
.hgi-solid.hgi-sharp.hgi-building-06:before {
  content: "\3f2f";
}
.hgi-solid.hgi-sharp.hgi-bulb-charging:before {
  content: "\3f31";
}
.hgi-solid.hgi-sharp.hgi-bulb:before {
  content: "\3f33";
}
.hgi-solid.hgi-sharp.hgi-bulletproof-vest:before {
  content: "\3f35";
}
.hgi-solid.hgi-sharp.hgi-burj-al-arab:before {
  content: "\3f37";
}
.hgi-solid.hgi-sharp.hgi-burning-cd:before {
  content: "\3f39";
}
.hgi-solid.hgi-sharp.hgi-bus-01:before {
  content: "\3f3b";
}
.hgi-solid.hgi-sharp.hgi-bus-02:before {
  content: "\3f3d";
}
.hgi-solid.hgi-sharp.hgi-bus-03:before {
  content: "\3f3f";
}
.hgi-solid.hgi-sharp.hgi-c-programming:before {
  content: "\3f41";
}
.hgi-solid.hgi-sharp.hgi-cabinet-01:before {
  content: "\3f43";
}
.hgi-solid.hgi-sharp.hgi-cabinet-02:before {
  content: "\3f45";
}
.hgi-solid.hgi-sharp.hgi-cabinet-03:before {
  content: "\3f47";
}
.hgi-solid.hgi-sharp.hgi-cabinet-04:before {
  content: "\3f49";
}
.hgi-solid.hgi-sharp.hgi-cable-car:before {
  content: "\3f4b";
}
.hgi-solid.hgi-sharp.hgi-cactus:before {
  content: "\3f4d";
}
.hgi-solid.hgi-sharp.hgi-caduceus:before {
  content: "\3f4f";
}
.hgi-solid.hgi-sharp.hgi-cafe:before {
  content: "\3f51";
}
.hgi-solid.hgi-sharp.hgi-calculate:before {
  content: "\3f53";
}
.hgi-solid.hgi-sharp.hgi-calculator-01:before {
  content: "\3f55";
}
.hgi-solid.hgi-sharp.hgi-calculator:before {
  content: "\3f57";
}
.hgi-solid.hgi-sharp.hgi-calendar-01:before {
  content: "\3f59";
}
.hgi-solid.hgi-sharp.hgi-calendar-02:before {
  content: "\3f5b";
}
.hgi-solid.hgi-sharp.hgi-calendar-03:before {
  content: "\3f5d";
}
.hgi-solid.hgi-sharp.hgi-calendar-04:before {
  content: "\3f5f";
}
.hgi-solid.hgi-sharp.hgi-calendar-add-01:before {
  content: "\3f61";
}
.hgi-solid.hgi-sharp.hgi-calendar-add-02:before {
  content: "\3f63";
}
.hgi-solid.hgi-sharp.hgi-calendar-block-01:before {
  content: "\3f65";
}
.hgi-solid.hgi-sharp.hgi-calendar-block-02:before {
  content: "\3f67";
}
.hgi-solid.hgi-sharp.hgi-calendar-check-in-01:before {
  content: "\3f69";
}
.hgi-solid.hgi-sharp.hgi-calendar-check-in-02:before {
  content: "\3f6b";
}
.hgi-solid.hgi-sharp.hgi-calendar-check-out-01:before {
  content: "\3f6d";
}
.hgi-solid.hgi-sharp.hgi-calendar-check-out-02:before {
  content: "\3f6f";
}
.hgi-solid.hgi-sharp.hgi-calendar-download-01:before {
  content: "\3f71";
}
.hgi-solid.hgi-sharp.hgi-calendar-download-02:before {
  content: "\3f73";
}
.hgi-solid.hgi-sharp.hgi-calendar-favorite-01:before {
  content: "\3f75";
}
.hgi-solid.hgi-sharp.hgi-calendar-favorite-02:before {
  content: "\3f77";
}
.hgi-solid.hgi-sharp.hgi-calendar-lock-01:before {
  content: "\3f79";
}
.hgi-solid.hgi-sharp.hgi-calendar-lock-02:before {
  content: "\3f7b";
}
.hgi-solid.hgi-sharp.hgi-calendar-love-01:before {
  content: "\3f7d";
}
.hgi-solid.hgi-sharp.hgi-calendar-love-02:before {
  content: "\3f7f";
}
.hgi-solid.hgi-sharp.hgi-calendar-minus-01:before {
  content: "\3f81";
}
.hgi-solid.hgi-sharp.hgi-calendar-minus-02:before {
  content: "\3f83";
}
.hgi-solid.hgi-sharp.hgi-calendar-remove-01:before {
  content: "\3f85";
}
.hgi-solid.hgi-sharp.hgi-calendar-remove-02:before {
  content: "\3f87";
}
.hgi-solid.hgi-sharp.hgi-calendar-setting-01:before {
  content: "\3f89";
}
.hgi-solid.hgi-sharp.hgi-calendar-setting-02:before {
  content: "\3f8b";
}
.hgi-solid.hgi-sharp.hgi-calendar-upload-01:before {
  content: "\3f8d";
}
.hgi-solid.hgi-sharp.hgi-calendar-upload-02:before {
  content: "\3f8f";
}
.hgi-solid.hgi-sharp.hgi-call-02:before {
  content: "\3f91";
}
.hgi-solid.hgi-sharp.hgi-call-add-02:before {
  content: "\3f93";
}
.hgi-solid.hgi-sharp.hgi-call-add:before {
  content: "\3f95";
}
.hgi-solid.hgi-sharp.hgi-call-blocked-02:before {
  content: "\3f97";
}
.hgi-solid.hgi-sharp.hgi-call-blocked:before {
  content: "\3f99";
}
.hgi-solid.hgi-sharp.hgi-call-disabled-02:before {
  content: "\3f9b";
}
.hgi-solid.hgi-sharp.hgi-call-disabled:before {
  content: "\3f9d";
}
.hgi-solid.hgi-sharp.hgi-call-done-02:before {
  content: "\3f9f";
}
.hgi-solid.hgi-sharp.hgi-call-done:before {
  content: "\3fa1";
}
.hgi-solid.hgi-sharp.hgi-call-end-01:before {
  content: "\3fa3";
}
.hgi-solid.hgi-sharp.hgi-call-end-02:before {
  content: "\3fa5";
}
.hgi-solid.hgi-sharp.hgi-call-end-03:before {
  content: "\3fa7";
}
.hgi-solid.hgi-sharp.hgi-call-end-04:before {
  content: "\3fa9";
}
.hgi-solid.hgi-sharp.hgi-call-incoming-01:before {
  content: "\3fab";
}
.hgi-solid.hgi-sharp.hgi-call-incoming-02:before {
  content: "\3fad";
}
.hgi-solid.hgi-sharp.hgi-call-incoming-03:before {
  content: "\3faf";
}
.hgi-solid.hgi-sharp.hgi-call-incoming-04:before {
  content: "\3fb1";
}
.hgi-solid.hgi-sharp.hgi-call-internal-02:before {
  content: "\3fb3";
}
.hgi-solid.hgi-sharp.hgi-call-internal:before {
  content: "\3fb5";
}
.hgi-solid.hgi-sharp.hgi-call-locked-02:before {
  content: "\3fb7";
}
.hgi-solid.hgi-sharp.hgi-call-locked:before {
  content: "\3fb9";
}
.hgi-solid.hgi-sharp.hgi-call-minus-02:before {
  content: "\3fbb";
}
.hgi-solid.hgi-sharp.hgi-call-minus:before {
  content: "\3fbd";
}
.hgi-solid.hgi-sharp.hgi-call-missed-01:before {
  content: "\3fbf";
}
.hgi-solid.hgi-sharp.hgi-call-missed-02:before {
  content: "\3fc1";
}
.hgi-solid.hgi-sharp.hgi-call-missed-03:before {
  content: "\3fc3";
}
.hgi-solid.hgi-sharp.hgi-call-missed-04:before {
  content: "\3fc5";
}
.hgi-solid.hgi-sharp.hgi-call-outgoing-01:before {
  content: "\3fc7";
}
.hgi-solid.hgi-sharp.hgi-call-outgoing-02:before {
  content: "\3fc9";
}
.hgi-solid.hgi-sharp.hgi-call-outgoing-03:before {
  content: "\3fcb";
}
.hgi-solid.hgi-sharp.hgi-call-outgoing-04:before {
  content: "\3fcd";
}
.hgi-solid.hgi-sharp.hgi-call-paused-02:before {
  content: "\3fcf";
}
.hgi-solid.hgi-sharp.hgi-call-paused:before {
  content: "\3fd1";
}
.hgi-solid.hgi-sharp.hgi-call-received-02:before {
  content: "\3fd3";
}
.hgi-solid.hgi-sharp.hgi-call-received:before {
  content: "\3fd5";
}
.hgi-solid.hgi-sharp.hgi-call-ringing-01:before {
  content: "\3fd7";
}
.hgi-solid.hgi-sharp.hgi-call-ringing-02:before {
  content: "\3fd9";
}
.hgi-solid.hgi-sharp.hgi-call-ringing-03:before {
  content: "\3fdb";
}
.hgi-solid.hgi-sharp.hgi-call-ringing-04:before {
  content: "\3fdd";
}
.hgi-solid.hgi-sharp.hgi-call-unlocked-02:before {
  content: "\3fe0";
}
.hgi-solid.hgi-sharp.hgi-call-unlocked:before {
  content: "\3fe2";
}
.hgi-solid.hgi-sharp.hgi-call:before {
  content: "\3fe3";
}
.hgi-solid.hgi-sharp.hgi-calling-02:before {
  content: "\3fe5";
}
.hgi-solid.hgi-sharp.hgi-calling:before {
  content: "\3fe7";
}
.hgi-solid.hgi-sharp.hgi-camel:before {
  content: "\3fe9";
}
.hgi-solid.hgi-sharp.hgi-camera-01:before {
  content: "\3feb";
}
.hgi-solid.hgi-sharp.hgi-camera-02:before {
  content: "\3fed";
}
.hgi-solid.hgi-sharp.hgi-camera-add-01:before {
  content: "\3fef";
}
.hgi-solid.hgi-sharp.hgi-camera-add-02:before {
  content: "\3ff1";
}
.hgi-solid.hgi-sharp.hgi-camera-automatically-01:before {
  content: "\3ff3";
}
.hgi-solid.hgi-sharp.hgi-camera-automatically-02:before {
  content: "\3ff5";
}
.hgi-solid.hgi-sharp.hgi-camera-lens:before {
  content: "\3ff7";
}
.hgi-solid.hgi-sharp.hgi-camera-microphone-01:before {
  content: "\3ff9";
}
.hgi-solid.hgi-sharp.hgi-camera-microphone-02:before {
  content: "\3ffb";
}
.hgi-solid.hgi-sharp.hgi-camera-night-mode-01:before {
  content: "\3ffd";
}
.hgi-solid.hgi-sharp.hgi-camera-night-mode-02:before {
  content: "\3fff";
}
.hgi-solid.hgi-sharp.hgi-camera-off-01:before {
  content: "\4001";
}
.hgi-solid.hgi-sharp.hgi-camera-off-02:before {
  content: "\4003";
}
.hgi-solid.hgi-sharp.hgi-camera-rotated-01:before {
  content: "\4005";
}
.hgi-solid.hgi-sharp.hgi-camera-rotated-02:before {
  content: "\4007";
}
.hgi-solid.hgi-sharp.hgi-camera-smile-01:before {
  content: "\4009";
}
.hgi-solid.hgi-sharp.hgi-camera-smile-02:before {
  content: "\400b";
}
.hgi-solid.hgi-sharp.hgi-camera-tripod:before {
  content: "\400d";
}
.hgi-solid.hgi-sharp.hgi-camera-video:before {
  content: "\400f";
}
.hgi-solid.hgi-sharp.hgi-camper:before {
  content: "\4011";
}
.hgi-solid.hgi-sharp.hgi-campfire:before {
  content: "\4013";
}
.hgi-solid.hgi-sharp.hgi-cancel-01:before {
  content: "\4015";
}
.hgi-solid.hgi-sharp.hgi-cancel-02:before {
  content: "\4017";
}
.hgi-solid.hgi-sharp.hgi-cancel-circle-half-dot:before {
  content: "\4019";
}
.hgi-solid.hgi-sharp.hgi-cancel-circle:before {
  content: "\401b";
}
.hgi-solid.hgi-sharp.hgi-cancel-square:before {
  content: "\401d";
}
.hgi-solid.hgi-sharp.hgi-candelier-01:before {
  content: "\401f";
}
.hgi-solid.hgi-sharp.hgi-candelier-02:before {
  content: "\4021";
}
.hgi-solid.hgi-sharp.hgi-canvas:before {
  content: "\4023";
}
.hgi-solid.hgi-sharp.hgi-cap-projecting:before {
  content: "\4025";
}
.hgi-solid.hgi-sharp.hgi-cap-round:before {
  content: "\4027";
}
.hgi-solid.hgi-sharp.hgi-cap-straight:before {
  content: "\402a";
}
.hgi-solid.hgi-sharp.hgi-cap:before {
  content: "\402b";
}
.hgi-solid.hgi-sharp.hgi-capcut-rectangle:before {
  content: "\402d";
}
.hgi-solid.hgi-sharp.hgi-capcut:before {
  content: "\402f";
}
.hgi-solid.hgi-sharp.hgi-car-01:before {
  content: "\4031";
}
.hgi-solid.hgi-sharp.hgi-car-02:before {
  content: "\4033";
}
.hgi-solid.hgi-sharp.hgi-car-03:before {
  content: "\4035";
}
.hgi-solid.hgi-sharp.hgi-car-04:before {
  content: "\4037";
}
.hgi-solid.hgi-sharp.hgi-car-05:before {
  content: "\4039";
}
.hgi-solid.hgi-sharp.hgi-car-alert:before {
  content: "\403b";
}
.hgi-solid.hgi-sharp.hgi-car-parking-01:before {
  content: "\403d";
}
.hgi-solid.hgi-sharp.hgi-car-parking-02:before {
  content: "\403f";
}
.hgi-solid.hgi-sharp.hgi-car-time:before {
  content: "\4041";
}
.hgi-solid.hgi-sharp.hgi-caravan:before {
  content: "\4043";
}
.hgi-solid.hgi-sharp.hgi-card-exchange-01:before {
  content: "\4045";
}
.hgi-solid.hgi-sharp.hgi-card-exchange-02:before {
  content: "\4047";
}
.hgi-solid.hgi-sharp.hgi-cardigan:before {
  content: "\4049";
}
.hgi-solid.hgi-sharp.hgi-cardiogram-01:before {
  content: "\404b";
}
.hgi-solid.hgi-sharp.hgi-cardiogram-02:before {
  content: "\404d";
}
.hgi-solid.hgi-sharp.hgi-cards-01:before {
  content: "\404f";
}
.hgi-solid.hgi-sharp.hgi-cards-02:before {
  content: "\4051";
}
.hgi-solid.hgi-sharp.hgi-cargo-ship:before {
  content: "\4053";
}
.hgi-solid.hgi-sharp.hgi-carousel-horizontal-02:before {
  content: "\4055";
}
.hgi-solid.hgi-sharp.hgi-carousel-horizontal:before {
  content: "\4057";
}
.hgi-solid.hgi-sharp.hgi-carousel-vertical:before {
  content: "\4059";
}
.hgi-solid.hgi-sharp.hgi-carrot:before {
  content: "\405b";
}
.hgi-solid.hgi-sharp.hgi-cash-01:before {
  content: "\405d";
}
.hgi-solid.hgi-sharp.hgi-cash-02:before {
  content: "\405f";
}
.hgi-solid.hgi-sharp.hgi-cashback:before {
  content: "\4061";
}
.hgi-solid.hgi-sharp.hgi-cashier-02:before {
  content: "\4063";
}
.hgi-solid.hgi-sharp.hgi-cashier:before {
  content: "\4065";
}
.hgi-solid.hgi-sharp.hgi-castle-01:before {
  content: "\4067";
}
.hgi-solid.hgi-sharp.hgi-castle-02:before {
  content: "\4069";
}
.hgi-solid.hgi-sharp.hgi-castle:before {
  content: "\406b";
}
.hgi-solid.hgi-sharp.hgi-catalogue:before {
  content: "\406d";
}
.hgi-solid.hgi-sharp.hgi-cayan-tower:before {
  content: "\406f";
}
.hgi-solid.hgi-sharp.hgi-cctv-camera:before {
  content: "\4071";
}
.hgi-solid.hgi-sharp.hgi-cd:before {
  content: "\4073";
}
.hgi-solid.hgi-sharp.hgi-cells:before {
  content: "\4075";
}
.hgi-solid.hgi-sharp.hgi-cellular-network-offline:before {
  content: "\4077";
}
.hgi-solid.hgi-sharp.hgi-cellular-network:before {
  content: "\4079";
}
.hgi-solid.hgi-sharp.hgi-celsius:before {
  content: "\407b";
}
.hgi-solid.hgi-sharp.hgi-center-focus:before {
  content: "\407d";
}
.hgi-solid.hgi-sharp.hgi-central-shaheed-minar:before {
  content: "\407f";
}
.hgi-solid.hgi-sharp.hgi-centralized:before {
  content: "\4081";
}
.hgi-solid.hgi-sharp.hgi-certificate-01:before {
  content: "\4083";
}
.hgi-solid.hgi-sharp.hgi-certificate-02:before {
  content: "\4085";
}
.hgi-solid.hgi-sharp.hgi-chair-01:before {
  content: "\4087";
}
.hgi-solid.hgi-sharp.hgi-chair-02:before {
  content: "\4089";
}
.hgi-solid.hgi-sharp.hgi-chair-03:before {
  content: "\408b";
}
.hgi-solid.hgi-sharp.hgi-chair-04:before {
  content: "\408d";
}
.hgi-solid.hgi-sharp.hgi-chair-05:before {
  content: "\408f";
}
.hgi-solid.hgi-sharp.hgi-chair-barber:before {
  content: "\4091";
}
.hgi-solid.hgi-sharp.hgi-champion:before {
  content: "\4093";
}
.hgi-solid.hgi-sharp.hgi-change-screen-mode:before {
  content: "\4095";
}
.hgi-solid.hgi-sharp.hgi-character-phonetic:before {
  content: "\4097";
}
.hgi-solid.hgi-sharp.hgi-charity:before {
  content: "\4099";
}
.hgi-solid.hgi-sharp.hgi-chart-01:before {
  content: "\409b";
}
.hgi-solid.hgi-sharp.hgi-chart-02:before {
  content: "\409d";
}
.hgi-solid.hgi-sharp.hgi-chart-03:before {
  content: "\409f";
}
.hgi-solid.hgi-sharp.hgi-chart-average:before {
  content: "\40a1";
}
.hgi-solid.hgi-sharp.hgi-chart-bar-line:before {
  content: "\40a3";
}
.hgi-solid.hgi-sharp.hgi-chart-breakout-circle:before {
  content: "\40a5";
}
.hgi-solid.hgi-sharp.hgi-chart-breakout-square:before {
  content: "\40a7";
}
.hgi-solid.hgi-sharp.hgi-chart-bubble-01:before {
  content: "\40a9";
}
.hgi-solid.hgi-sharp.hgi-chart-bubble-02:before {
  content: "\40ab";
}
.hgi-solid.hgi-sharp.hgi-chart-column:before {
  content: "\40ad";
}
.hgi-solid.hgi-sharp.hgi-chart-decrease:before {
  content: "\40af";
}
.hgi-solid.hgi-sharp.hgi-chart-down:before {
  content: "\40b1";
}
.hgi-solid.hgi-sharp.hgi-chart-evaluation:before {
  content: "\40b3";
}
.hgi-solid.hgi-sharp.hgi-chart-high-low:before {
  content: "\40b5";
}
.hgi-solid.hgi-sharp.hgi-chart-histogram:before {
  content: "\40b7";
}
.hgi-solid.hgi-sharp.hgi-chart-increase:before {
  content: "\40b9";
}
.hgi-solid.hgi-sharp.hgi-chart-line-data-01:before {
  content: "\40bb";
}
.hgi-solid.hgi-sharp.hgi-chart-line-data-02:before {
  content: "\40bd";
}
.hgi-solid.hgi-sharp.hgi-chart-line-data-03:before {
  content: "\40bf";
}
.hgi-solid.hgi-sharp.hgi-chart-maximum:before {
  content: "\40c1";
}
.hgi-solid.hgi-sharp.hgi-chart-medium:before {
  content: "\40c3";
}
.hgi-solid.hgi-sharp.hgi-chart-minimum:before {
  content: "\40c5";
}
.hgi-solid.hgi-sharp.hgi-chart-radar:before {
  content: "\40c7";
}
.hgi-solid.hgi-sharp.hgi-chart-relationship:before {
  content: "\40c9";
}
.hgi-solid.hgi-sharp.hgi-chart-ring:before {
  content: "\40cb";
}
.hgi-solid.hgi-sharp.hgi-chart-rose:before {
  content: "\40cd";
}
.hgi-solid.hgi-sharp.hgi-chart-scatter:before {
  content: "\40cf";
}
.hgi-solid.hgi-sharp.hgi-chart-up:before {
  content: "\40d2";
}
.hgi-solid.hgi-sharp.hgi-chart:before {
  content: "\40d3";
}
.hgi-solid.hgi-sharp.hgi-chat-bot:before {
  content: "\40d5";
}
.hgi-solid.hgi-sharp.hgi-chat-gpt:before {
  content: "\40d7";
}
.hgi-solid.hgi-sharp.hgi-chatting-01:before {
  content: "\40d9";
}
.hgi-solid.hgi-sharp.hgi-check-list:before {
  content: "\40db";
}
.hgi-solid.hgi-sharp.hgi-check-unread-01:before {
  content: "\40dd";
}
.hgi-solid.hgi-sharp.hgi-check-unread-02:before {
  content: "\40df";
}
.hgi-solid.hgi-sharp.hgi-check-unread-03:before {
  content: "\40e1";
}
.hgi-solid.hgi-sharp.hgi-check-unread-04:before {
  content: "\40e3";
}
.hgi-solid.hgi-sharp.hgi-checkmark-badge-01:before {
  content: "\40e5";
}
.hgi-solid.hgi-sharp.hgi-checkmark-badge-02:before {
  content: "\40e7";
}
.hgi-solid.hgi-sharp.hgi-checkmark-badge-03:before {
  content: "\40e9";
}
.hgi-solid.hgi-sharp.hgi-checkmark-badge-04:before {
  content: "\40eb";
}
.hgi-solid.hgi-sharp.hgi-checkmark-circle-01:before {
  content: "\40ed";
}
.hgi-solid.hgi-sharp.hgi-checkmark-circle-02:before {
  content: "\40ef";
}
.hgi-solid.hgi-sharp.hgi-checkmark-circle-03:before {
  content: "\40f1";
}
.hgi-solid.hgi-sharp.hgi-checkmark-circle-04:before {
  content: "\40f3";
}
.hgi-solid.hgi-sharp.hgi-checkmark-square-01:before {
  content: "\40f5";
}
.hgi-solid.hgi-sharp.hgi-checkmark-square-02:before {
  content: "\40f7";
}
.hgi-solid.hgi-sharp.hgi-checkmark-square-03:before {
  content: "\40f9";
}
.hgi-solid.hgi-sharp.hgi-checkmark-square-04:before {
  content: "\40fb";
}
.hgi-solid.hgi-sharp.hgi-cheese-cake-01:before {
  content: "\40fd";
}
.hgi-solid.hgi-sharp.hgi-cheese-cake-02:before {
  content: "\40ff";
}
.hgi-solid.hgi-sharp.hgi-cheese:before {
  content: "\4101";
}
.hgi-solid.hgi-sharp.hgi-chef-hat:before {
  content: "\4103";
}
.hgi-solid.hgi-sharp.hgi-chef:before {
  content: "\4105";
}
.hgi-solid.hgi-sharp.hgi-chemistry-01:before {
  content: "\4107";
}
.hgi-solid.hgi-sharp.hgi-chemistry-02:before {
  content: "\4109";
}
.hgi-solid.hgi-sharp.hgi-chemistry-03:before {
  content: "\410b";
}
.hgi-solid.hgi-sharp.hgi-cherry:before {
  content: "\410d";
}
.hgi-solid.hgi-sharp.hgi-chess-01:before {
  content: "\410f";
}
.hgi-solid.hgi-sharp.hgi-chess-02:before {
  content: "\4111";
}
.hgi-solid.hgi-sharp.hgi-chess-pawn:before {
  content: "\4113";
}
.hgi-solid.hgi-sharp.hgi-chicken-thighs:before {
  content: "\4115";
}
.hgi-solid.hgi-sharp.hgi-child:before {
  content: "\4117";
}
.hgi-solid.hgi-sharp.hgi-chimney:before {
  content: "\4119";
}
.hgi-solid.hgi-sharp.hgi-china-temple:before {
  content: "\411b";
}
.hgi-solid.hgi-sharp.hgi-chip-02:before {
  content: "\411d";
}
.hgi-solid.hgi-sharp.hgi-chip:before {
  content: "\411f";
}
.hgi-solid.hgi-sharp.hgi-chocolate:before {
  content: "\4121";
}
.hgi-solid.hgi-sharp.hgi-chopsticks:before {
  content: "\4123";
}
.hgi-solid.hgi-sharp.hgi-chrome:before {
  content: "\4125";
}
.hgi-solid.hgi-sharp.hgi-chrysler:before {
  content: "\4127";
}
.hgi-solid.hgi-sharp.hgi-church:before {
  content: "\4129";
}
.hgi-solid.hgi-sharp.hgi-cinnamon-roll:before {
  content: "\412b";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-data-transfer-diagonal:before {
  content: "\412d";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-data-transfer-horizontal:before {
  content: "\412f";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-data-transfer-vertical:before {
  content: "\4131";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-diagonal-01:before {
  content: "\4133";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-diagonal-02:before {
  content: "\4135";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-down-01:before {
  content: "\4137";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-down-02:before {
  content: "\4139";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-down-03:before {
  content: "\413b";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-down-double:before {
  content: "\413d";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-down-left:before {
  content: "\413f";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-down-right:before {
  content: "\4141";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-expand-01:before {
  content: "\4143";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-expand-02:before {
  content: "\4145";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-horizontal:before {
  content: "\4147";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-left-01:before {
  content: "\4149";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-left-02:before {
  content: "\414b";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-left-03:before {
  content: "\414d";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-left-double:before {
  content: "\414f";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-left-right:before {
  content: "\4151";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-move-down-left:before {
  content: "\4153";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-move-down-right:before {
  content: "\4155";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-move-left-down:before {
  content: "\4157";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-move-right-down:before {
  content: "\4159";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-move-up-left:before {
  content: "\415b";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-move-up-right:before {
  content: "\415d";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-reload-01:before {
  content: "\415f";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-reload-02:before {
  content: "\4161";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-right-01:before {
  content: "\4163";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-right-02:before {
  content: "\4165";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-right-03:before {
  content: "\4167";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-right-double:before {
  content: "\4169";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-shrink-01:before {
  content: "\416b";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-shrink-02:before {
  content: "\416d";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-up-01:before {
  content: "\416f";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-up-02:before {
  content: "\4171";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-up-03:before {
  content: "\4173";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-up-double:before {
  content: "\4175";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-up-down:before {
  content: "\4177";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-up-left:before {
  content: "\4179";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-up-right:before {
  content: "\417b";
}
.hgi-solid.hgi-sharp.hgi-circle-arrow-vertical:before {
  content: "\417d";
}
.hgi-solid.hgi-sharp.hgi-circle-lock-01:before {
  content: "\417f";
}
.hgi-solid.hgi-sharp.hgi-circle-lock-02:before {
  content: "\4181";
}
.hgi-solid.hgi-sharp.hgi-circle-lock-add-01:before {
  content: "\4183";
}
.hgi-solid.hgi-sharp.hgi-circle-lock-add-02:before {
  content: "\4185";
}
.hgi-solid.hgi-sharp.hgi-circle-lock-check-01:before {
  content: "\4187";
}
.hgi-solid.hgi-sharp.hgi-circle-lock-check-02:before {
  content: "\4189";
}
.hgi-solid.hgi-sharp.hgi-circle-lock-minus-01:before {
  content: "\418b";
}
.hgi-solid.hgi-sharp.hgi-circle-lock-minus-02:before {
  content: "\418d";
}
.hgi-solid.hgi-sharp.hgi-circle-lock-remove-01:before {
  content: "\418f";
}
.hgi-solid.hgi-sharp.hgi-circle-lock-remove-02:before {
  content: "\4191";
}
.hgi-solid.hgi-sharp.hgi-circle-password:before {
  content: "\4193";
}
.hgi-solid.hgi-sharp.hgi-circle-unlock-01:before {
  content: "\4196";
}
.hgi-solid.hgi-sharp.hgi-circle-unlock-02:before {
  content: "\4198";
}
.hgi-solid.hgi-sharp.hgi-circle:before {
  content: "\4199";
}
.hgi-solid.hgi-sharp.hgi-city-01:before {
  content: "\419b";
}
.hgi-solid.hgi-sharp.hgi-city-02:before {
  content: "\419d";
}
.hgi-solid.hgi-sharp.hgi-city-03:before {
  content: "\419f";
}
.hgi-solid.hgi-sharp.hgi-clapping-01:before {
  content: "\41a1";
}
.hgi-solid.hgi-sharp.hgi-clapping-02:before {
  content: "\41a3";
}
.hgi-solid.hgi-sharp.hgi-clean:before {
  content: "\41a5";
}
.hgi-solid.hgi-sharp.hgi-cleaning-bucket:before {
  content: "\41a7";
}
.hgi-solid.hgi-sharp.hgi-clinic:before {
  content: "\41a9";
}
.hgi-solid.hgi-sharp.hgi-clip:before {
  content: "\41ab";
}
.hgi-solid.hgi-sharp.hgi-cliparts:before {
  content: "\41ad";
}
.hgi-solid.hgi-sharp.hgi-clipboard:before {
  content: "\41af";
}
.hgi-solid.hgi-sharp.hgi-clock-01:before {
  content: "\41b1";
}
.hgi-solid.hgi-sharp.hgi-clock-02:before {
  content: "\41b3";
}
.hgi-solid.hgi-sharp.hgi-clock-03:before {
  content: "\41b5";
}
.hgi-solid.hgi-sharp.hgi-clock-04:before {
  content: "\41b7";
}
.hgi-solid.hgi-sharp.hgi-clock-05:before {
  content: "\41b9";
}
.hgi-solid.hgi-sharp.hgi-closed-caption-alt:before {
  content: "\41bb";
}
.hgi-solid.hgi-sharp.hgi-closed-caption:before {
  content: "\41bd";
}
.hgi-solid.hgi-sharp.hgi-clothes:before {
  content: "\41bf";
}
.hgi-solid.hgi-sharp.hgi-cloud-angled-rain-zap:before {
  content: "\41c2";
}
.hgi-solid.hgi-sharp.hgi-cloud-angled-rain:before {
  content: "\41c3";
}
.hgi-solid.hgi-sharp.hgi-cloud-angled-zap:before {
  content: "\41c5";
}
.hgi-solid.hgi-sharp.hgi-cloud-big-rain:before {
  content: "\41c7";
}
.hgi-solid.hgi-sharp.hgi-cloud-download:before {
  content: "\41c9";
}
.hgi-solid.hgi-sharp.hgi-cloud-fast-wind:before {
  content: "\41cb";
}
.hgi-solid.hgi-sharp.hgi-cloud-hailstone:before {
  content: "\41cd";
}
.hgi-solid.hgi-sharp.hgi-cloud-little-rain:before {
  content: "\41cf";
}
.hgi-solid.hgi-sharp.hgi-cloud-little-snow:before {
  content: "\41d1";
}
.hgi-solid.hgi-sharp.hgi-cloud-loading:before {
  content: "\41d3";
}
.hgi-solid.hgi-sharp.hgi-cloud-mid-rain:before {
  content: "\41d5";
}
.hgi-solid.hgi-sharp.hgi-cloud-mid-snow:before {
  content: "\41d7";
}
.hgi-solid.hgi-sharp.hgi-cloud-saving-done-01:before {
  content: "\41d9";
}
.hgi-solid.hgi-sharp.hgi-cloud-saving-done-02:before {
  content: "\41db";
}
.hgi-solid.hgi-sharp.hgi-cloud-server:before {
  content: "\41de";
}
.hgi-solid.hgi-sharp.hgi-cloud-slow-wind:before {
  content: "\41e0";
}
.hgi-solid.hgi-sharp.hgi-cloud-snow:before {
  content: "\41e2";
}
.hgi-solid.hgi-sharp.hgi-cloud-upload:before {
  content: "\41e4";
}
.hgi-solid.hgi-sharp.hgi-cloud:before {
  content: "\41e5";
}
.hgi-solid.hgi-sharp.hgi-clubs-01:before {
  content: "\41e7";
}
.hgi-solid.hgi-sharp.hgi-clubs-02:before {
  content: "\41e9";
}
.hgi-solid.hgi-sharp.hgi-co-present:before {
  content: "\41eb";
}
.hgi-solid.hgi-sharp.hgi-code-circle:before {
  content: "\41ed";
}
.hgi-solid.hgi-sharp.hgi-code-folder:before {
  content: "\41ef";
}
.hgi-solid.hgi-sharp.hgi-code-square:before {
  content: "\41f2";
}
.hgi-solid.hgi-sharp.hgi-code:before {
  content: "\41f3";
}
.hgi-solid.hgi-sharp.hgi-codesandbox:before {
  content: "\41f5";
}
.hgi-solid.hgi-sharp.hgi-coffee-01:before {
  content: "\41f7";
}
.hgi-solid.hgi-sharp.hgi-coffee-02:before {
  content: "\41f9";
}
.hgi-solid.hgi-sharp.hgi-coffee-beans:before {
  content: "\41fb";
}
.hgi-solid.hgi-sharp.hgi-coinbase:before {
  content: "\41fd";
}
.hgi-solid.hgi-sharp.hgi-coins-01:before {
  content: "\41ff";
}
.hgi-solid.hgi-sharp.hgi-coins-02:before {
  content: "\4201";
}
.hgi-solid.hgi-sharp.hgi-coins-bitcoin:before {
  content: "\4203";
}
.hgi-solid.hgi-sharp.hgi-coins-dollar:before {
  content: "\4205";
}
.hgi-solid.hgi-sharp.hgi-coins-euro:before {
  content: "\4207";
}
.hgi-solid.hgi-sharp.hgi-coins-pound:before {
  content: "\4209";
}
.hgi-solid.hgi-sharp.hgi-coins-swap:before {
  content: "\420b";
}
.hgi-solid.hgi-sharp.hgi-coins-yen:before {
  content: "\420d";
}
.hgi-solid.hgi-sharp.hgi-collections-bookmark:before {
  content: "\420f";
}
.hgi-solid.hgi-sharp.hgi-color-picker:before {
  content: "\4211";
}
.hgi-solid.hgi-sharp.hgi-colors:before {
  content: "\4213";
}
.hgi-solid.hgi-sharp.hgi-colosseum:before {
  content: "\4215";
}
.hgi-solid.hgi-sharp.hgi-column-delete:before {
  content: "\4217";
}
.hgi-solid.hgi-sharp.hgi-column-insert:before {
  content: "\4219";
}
.hgi-solid.hgi-sharp.hgi-comet-01:before {
  content: "\421b";
}
.hgi-solid.hgi-sharp.hgi-comet-02:before {
  content: "\421d";
}
.hgi-solid.hgi-sharp.hgi-coming-soon-01:before {
  content: "\421f";
}
.hgi-solid.hgi-sharp.hgi-coming-soon-02:before {
  content: "\4221";
}
.hgi-solid.hgi-sharp.hgi-command-line:before {
  content: "\4223";
}
.hgi-solid.hgi-sharp.hgi-command:before {
  content: "\4225";
}
.hgi-solid.hgi-sharp.hgi-comment-01:before {
  content: "\4227";
}
.hgi-solid.hgi-sharp.hgi-comment-02:before {
  content: "\4229";
}
.hgi-solid.hgi-sharp.hgi-comment-add-01:before {
  content: "\422b";
}
.hgi-solid.hgi-sharp.hgi-comment-add-02:before {
  content: "\422d";
}
.hgi-solid.hgi-sharp.hgi-comment-block-01:before {
  content: "\422f";
}
.hgi-solid.hgi-sharp.hgi-comment-block-02:before {
  content: "\4231";
}
.hgi-solid.hgi-sharp.hgi-comment-remove-01:before {
  content: "\4233";
}
.hgi-solid.hgi-sharp.hgi-comment-remove-02:before {
  content: "\4235";
}
.hgi-solid.hgi-sharp.hgi-compass-01:before {
  content: "\4237";
}
.hgi-solid.hgi-sharp.hgi-compass:before {
  content: "\4239";
}
.hgi-solid.hgi-sharp.hgi-complaint:before {
  content: "\423b";
}
.hgi-solid.hgi-sharp.hgi-computer-add:before {
  content: "\423d";
}
.hgi-solid.hgi-sharp.hgi-computer-check:before {
  content: "\423f";
}
.hgi-solid.hgi-sharp.hgi-computer-cloud:before {
  content: "\4241";
}
.hgi-solid.hgi-sharp.hgi-computer-desk-01:before {
  content: "\4243";
}
.hgi-solid.hgi-sharp.hgi-computer-desk-02:before {
  content: "\4245";
}
.hgi-solid.hgi-sharp.hgi-computer-desk-03:before {
  content: "\4247";
}
.hgi-solid.hgi-sharp.hgi-computer-dollar:before {
  content: "\4249";
}
.hgi-solid.hgi-sharp.hgi-computer-phone-sync:before {
  content: "\424b";
}
.hgi-solid.hgi-sharp.hgi-computer-programming-01:before {
  content: "\424d";
}
.hgi-solid.hgi-sharp.hgi-computer-programming-02:before {
  content: "\424f";
}
.hgi-solid.hgi-sharp.hgi-computer-protection:before {
  content: "\4251";
}
.hgi-solid.hgi-sharp.hgi-computer-remove:before {
  content: "\4253";
}
.hgi-solid.hgi-sharp.hgi-computer-settings:before {
  content: "\4256";
}
.hgi-solid.hgi-sharp.hgi-computer-video-call:before {
  content: "\4258";
}
.hgi-solid.hgi-sharp.hgi-computer-video:before {
  content: "\425a";
}
.hgi-solid.hgi-sharp.hgi-computer:before {
  content: "\425b";
}
.hgi-solid.hgi-sharp.hgi-cone-01:before {
  content: "\425d";
}
.hgi-solid.hgi-sharp.hgi-cone-02:before {
  content: "\425f";
}
.hgi-solid.hgi-sharp.hgi-conference:before {
  content: "\4261";
}
.hgi-solid.hgi-sharp.hgi-configuration-01:before {
  content: "\4263";
}
.hgi-solid.hgi-sharp.hgi-configuration-02:before {
  content: "\4265";
}
.hgi-solid.hgi-sharp.hgi-confused:before {
  content: "\4267";
}
.hgi-solid.hgi-sharp.hgi-congruent-to-circle:before {
  content: "\4269";
}
.hgi-solid.hgi-sharp.hgi-congruent-to-square:before {
  content: "\426c";
}
.hgi-solid.hgi-sharp.hgi-congruent-to:before {
  content: "\426d";
}
.hgi-solid.hgi-sharp.hgi-connect:before {
  content: "\426f";
}
.hgi-solid.hgi-sharp.hgi-console:before {
  content: "\4271";
}
.hgi-solid.hgi-sharp.hgi-constellation:before {
  content: "\4273";
}
.hgi-solid.hgi-sharp.hgi-contact-01:before {
  content: "\4275";
}
.hgi-solid.hgi-sharp.hgi-contact-02:before {
  content: "\4277";
}
.hgi-solid.hgi-sharp.hgi-contact-book:before {
  content: "\4279";
}
.hgi-solid.hgi-sharp.hgi-contact:before {
  content: "\427b";
}
.hgi-solid.hgi-sharp.hgi-container-truck-01:before {
  content: "\427d";
}
.hgi-solid.hgi-sharp.hgi-container-truck-02:before {
  content: "\427f";
}
.hgi-solid.hgi-sharp.hgi-container-truck:before {
  content: "\4281";
}
.hgi-solid.hgi-sharp.hgi-content-writing:before {
  content: "\4283";
}
.hgi-solid.hgi-sharp.hgi-contracts:before {
  content: "\4285";
}
.hgi-solid.hgi-sharp.hgi-conversation:before {
  content: "\4287";
}
.hgi-solid.hgi-sharp.hgi-cook-book:before {
  content: "\4289";
}
.hgi-solid.hgi-sharp.hgi-cookie:before {
  content: "\428b";
}
.hgi-solid.hgi-sharp.hgi-coordinate-01:before {
  content: "\428d";
}
.hgi-solid.hgi-sharp.hgi-coordinate-02:before {
  content: "\428f";
}
.hgi-solid.hgi-sharp.hgi-copilot:before {
  content: "\4291";
}
.hgi-solid.hgi-sharp.hgi-copy-01:before {
  content: "\4293";
}
.hgi-solid.hgi-sharp.hgi-copy-02:before {
  content: "\4295";
}
.hgi-solid.hgi-sharp.hgi-copy-link:before {
  content: "\4297";
}
.hgi-solid.hgi-sharp.hgi-copyright:before {
  content: "\4299";
}
.hgi-solid.hgi-sharp.hgi-corn:before {
  content: "\429b";
}
.hgi-solid.hgi-sharp.hgi-corporate:before {
  content: "\429d";
}
.hgi-solid.hgi-sharp.hgi-cos:before {
  content: "\429f";
}
.hgi-solid.hgi-sharp.hgi-cosine-01:before {
  content: "\42a1";
}
.hgi-solid.hgi-sharp.hgi-cosine-02:before {
  content: "\42a3";
}
.hgi-solid.hgi-sharp.hgi-cottage:before {
  content: "\42a5";
}
.hgi-solid.hgi-sharp.hgi-cotton-candy:before {
  content: "\42a7";
}
.hgi-solid.hgi-sharp.hgi-coupon-01:before {
  content: "\42a9";
}
.hgi-solid.hgi-sharp.hgi-coupon-02:before {
  content: "\42ab";
}
.hgi-solid.hgi-sharp.hgi-coupon-03:before {
  content: "\42ad";
}
.hgi-solid.hgi-sharp.hgi-coupon-percent:before {
  content: "\42af";
}
.hgi-solid.hgi-sharp.hgi-course:before {
  content: "\42b1";
}
.hgi-solid.hgi-sharp.hgi-court-house:before {
  content: "\42b3";
}
.hgi-solid.hgi-sharp.hgi-court-law:before {
  content: "\42b5";
}
.hgi-solid.hgi-sharp.hgi-covariate:before {
  content: "\42b7";
}
.hgi-solid.hgi-sharp.hgi-covid-info:before {
  content: "\42b9";
}
.hgi-solid.hgi-sharp.hgi-cowboy-hat:before {
  content: "\42bb";
}
.hgi-solid.hgi-sharp.hgi-cpp:before {
  content: "\42bd";
}
.hgi-solid.hgi-sharp.hgi-cpu-charge:before {
  content: "\42bf";
}
.hgi-solid.hgi-sharp.hgi-cpu-settings:before {
  content: "\42c2";
}
.hgi-solid.hgi-sharp.hgi-cpu:before {
  content: "\42c3";
}
.hgi-solid.hgi-sharp.hgi-crab:before {
  content: "\42c5";
}
.hgi-solid.hgi-sharp.hgi-crane:before {
  content: "\42c7";
}
.hgi-solid.hgi-sharp.hgi-crazy:before {
  content: "\42c9";
}
.hgi-solid.hgi-sharp.hgi-creative-market:before {
  content: "\42cb";
}
.hgi-solid.hgi-sharp.hgi-credit-card-accept:before {
  content: "\42cd";
}
.hgi-solid.hgi-sharp.hgi-credit-card-add:before {
  content: "\42cf";
}
.hgi-solid.hgi-sharp.hgi-credit-card-change:before {
  content: "\42d1";
}
.hgi-solid.hgi-sharp.hgi-credit-card-defrost:before {
  content: "\42d3";
}
.hgi-solid.hgi-sharp.hgi-credit-card-freeze:before {
  content: "\42d5";
}
.hgi-solid.hgi-sharp.hgi-credit-card-not-accept:before {
  content: "\42d7";
}
.hgi-solid.hgi-sharp.hgi-credit-card-not-found:before {
  content: "\42d9";
}
.hgi-solid.hgi-sharp.hgi-credit-card-pos:before {
  content: "\42db";
}
.hgi-solid.hgi-sharp.hgi-credit-card-validation:before {
  content: "\42de";
}
.hgi-solid.hgi-sharp.hgi-credit-card:before {
  content: "\42df";
}
.hgi-solid.hgi-sharp.hgi-cricket-bat:before {
  content: "\42e1";
}
.hgi-solid.hgi-sharp.hgi-cricket-helmet:before {
  content: "\42e3";
}
.hgi-solid.hgi-sharp.hgi-croissant:before {
  content: "\42e5";
}
.hgi-solid.hgi-sharp.hgi-crop:before {
  content: "\42e7";
}
.hgi-solid.hgi-sharp.hgi-crowdfunding:before {
  content: "\42e9";
}
.hgi-solid.hgi-sharp.hgi-crown:before {
  content: "\42eb";
}
.hgi-solid.hgi-sharp.hgi-crying:before {
  content: "\42ed";
}
.hgi-solid.hgi-sharp.hgi-csv-01:before {
  content: "\42ef";
}
.hgi-solid.hgi-sharp.hgi-csv-02:before {
  content: "\42f1";
}
.hgi-solid.hgi-sharp.hgi-cube:before {
  content: "\42f3";
}
.hgi-solid.hgi-sharp.hgi-cupcake-01:before {
  content: "\42f5";
}
.hgi-solid.hgi-sharp.hgi-cupcake-02:before {
  content: "\42f7";
}
.hgi-solid.hgi-sharp.hgi-cupcake-03:before {
  content: "\42f9";
}
.hgi-solid.hgi-sharp.hgi-curling:before {
  content: "\42fb";
}
.hgi-solid.hgi-sharp.hgi-cursor-01:before {
  content: "\42fd";
}
.hgi-solid.hgi-sharp.hgi-cursor-02:before {
  content: "\42ff";
}
.hgi-solid.hgi-sharp.hgi-cursor-add-selection-01:before {
  content: "\4301";
}
.hgi-solid.hgi-sharp.hgi-cursor-add-selection-02:before {
  content: "\4303";
}
.hgi-solid.hgi-sharp.hgi-cursor-circle-selection-01:before {
  content: "\4305";
}
.hgi-solid.hgi-sharp.hgi-cursor-circle-selection-02:before {
  content: "\4307";
}
.hgi-solid.hgi-sharp.hgi-cursor-disabled-01:before {
  content: "\4309";
}
.hgi-solid.hgi-sharp.hgi-cursor-disabled-02:before {
  content: "\430b";
}
.hgi-solid.hgi-sharp.hgi-cursor-edit-01:before {
  content: "\430d";
}
.hgi-solid.hgi-sharp.hgi-cursor-edit-02:before {
  content: "\430f";
}
.hgi-solid.hgi-sharp.hgi-cursor-hold-01:before {
  content: "\4311";
}
.hgi-solid.hgi-sharp.hgi-cursor-hold-02:before {
  content: "\4313";
}
.hgi-solid.hgi-sharp.hgi-cursor-in-window:before {
  content: "\4315";
}
.hgi-solid.hgi-sharp.hgi-cursor-info-01:before {
  content: "\4317";
}
.hgi-solid.hgi-sharp.hgi-cursor-info-02:before {
  content: "\4319";
}
.hgi-solid.hgi-sharp.hgi-cursor-loading-01:before {
  content: "\431b";
}
.hgi-solid.hgi-sharp.hgi-cursor-loading-02:before {
  content: "\431d";
}
.hgi-solid.hgi-sharp.hgi-cursor-magic-selection-01:before {
  content: "\431f";
}
.hgi-solid.hgi-sharp.hgi-cursor-magic-selection-02:before {
  content: "\4321";
}
.hgi-solid.hgi-sharp.hgi-cursor-move-01:before {
  content: "\4323";
}
.hgi-solid.hgi-sharp.hgi-cursor-move-02:before {
  content: "\4325";
}
.hgi-solid.hgi-sharp.hgi-cursor-pointer-01:before {
  content: "\4327";
}
.hgi-solid.hgi-sharp.hgi-cursor-pointer-02:before {
  content: "\4329";
}
.hgi-solid.hgi-sharp.hgi-cursor-progress-01:before {
  content: "\432b";
}
.hgi-solid.hgi-sharp.hgi-cursor-progress-02:before {
  content: "\432d";
}
.hgi-solid.hgi-sharp.hgi-cursor-progress-03:before {
  content: "\432f";
}
.hgi-solid.hgi-sharp.hgi-cursor-progress-04:before {
  content: "\4331";
}
.hgi-solid.hgi-sharp.hgi-cursor-rectangle-selection-01:before {
  content: "\4333";
}
.hgi-solid.hgi-sharp.hgi-cursor-rectangle-selection-02:before {
  content: "\4335";
}
.hgi-solid.hgi-sharp.hgi-cursor-remove-selection-01:before {
  content: "\4337";
}
.hgi-solid.hgi-sharp.hgi-cursor-remove-selection-02:before {
  content: "\4339";
}
.hgi-solid.hgi-sharp.hgi-cursor-text:before {
  content: "\433b";
}
.hgi-solid.hgi-sharp.hgi-curtains:before {
  content: "\433d";
}
.hgi-solid.hgi-sharp.hgi-curvy-left-direction:before {
  content: "\433f";
}
.hgi-solid.hgi-sharp.hgi-curvy-left-right-direction:before {
  content: "\4341";
}
.hgi-solid.hgi-sharp.hgi-curvy-right-direction:before {
  content: "\4343";
}
.hgi-solid.hgi-sharp.hgi-curvy-up-down-direction:before {
  content: "\4345";
}
.hgi-solid.hgi-sharp.hgi-custom-field:before {
  content: "\4347";
}
.hgi-solid.hgi-sharp.hgi-customer-service-01:before {
  content: "\4349";
}
.hgi-solid.hgi-sharp.hgi-customer-service-02:before {
  content: "\434b";
}
.hgi-solid.hgi-sharp.hgi-customer-service:before {
  content: "\434d";
}
.hgi-solid.hgi-sharp.hgi-customer-support:before {
  content: "\434f";
}
.hgi-solid.hgi-sharp.hgi-customize:before {
  content: "\4351";
}
.hgi-solid.hgi-sharp.hgi-cylinder-01:before {
  content: "\4353";
}
.hgi-solid.hgi-sharp.hgi-cylinder-02:before {
  content: "\4355";
}
.hgi-solid.hgi-sharp.hgi-cylinder-03:before {
  content: "\4357";
}
.hgi-solid.hgi-sharp.hgi-cylinder-04:before {
  content: "\4359";
}
.hgi-solid.hgi-sharp.hgi-danger:before {
  content: "\435b";
}
.hgi-solid.hgi-sharp.hgi-dark-mode:before {
  content: "\435d";
}
.hgi-solid.hgi-sharp.hgi-dart:before {
  content: "\435f";
}
.hgi-solid.hgi-sharp.hgi-dashboard-browsing:before {
  content: "\4361";
}
.hgi-solid.hgi-sharp.hgi-dashboard-circle-add:before {
  content: "\4363";
}
.hgi-solid.hgi-sharp.hgi-dashboard-circle-edit:before {
  content: "\4365";
}
.hgi-solid.hgi-sharp.hgi-dashboard-circle-remove:before {
  content: "\4367";
}
.hgi-solid.hgi-sharp.hgi-dashboard-circle-settings:before {
  content: "\436a";
}
.hgi-solid.hgi-sharp.hgi-dashboard-circle:before {
  content: "\436b";
}
.hgi-solid.hgi-sharp.hgi-dashboard-speed-01:before {
  content: "\436d";
}
.hgi-solid.hgi-sharp.hgi-dashboard-speed-02:before {
  content: "\436f";
}
.hgi-solid.hgi-sharp.hgi-dashboard-square-01:before {
  content: "\4371";
}
.hgi-solid.hgi-sharp.hgi-dashboard-square-02:before {
  content: "\4373";
}
.hgi-solid.hgi-sharp.hgi-dashboard-square-03:before {
  content: "\4375";
}
.hgi-solid.hgi-sharp.hgi-dashboard-square-add:before {
  content: "\4377";
}
.hgi-solid.hgi-sharp.hgi-dashboard-square-edit:before {
  content: "\4379";
}
.hgi-solid.hgi-sharp.hgi-dashboard-square-remove:before {
  content: "\437b";
}
.hgi-solid.hgi-sharp.hgi-dashboard-square-setting:before {
  content: "\437d";
}
.hgi-solid.hgi-sharp.hgi-dashed-line-01:before {
  content: "\437f";
}
.hgi-solid.hgi-sharp.hgi-dashed-line-02:before {
  content: "\4381";
}
.hgi-solid.hgi-sharp.hgi-dashed-line-circle:before {
  content: "\4383";
}
.hgi-solid.hgi-sharp.hgi-data-recovery:before {
  content: "\4385";
}
.hgi-solid.hgi-sharp.hgi-database-01:before {
  content: "\4387";
}
.hgi-solid.hgi-sharp.hgi-database-02:before {
  content: "\4389";
}
.hgi-solid.hgi-sharp.hgi-database-add:before {
  content: "\438b";
}
.hgi-solid.hgi-sharp.hgi-database-export:before {
  content: "\438d";
}
.hgi-solid.hgi-sharp.hgi-database-import:before {
  content: "\438f";
}
.hgi-solid.hgi-sharp.hgi-database-locked:before {
  content: "\4391";
}
.hgi-solid.hgi-sharp.hgi-database-restore:before {
  content: "\4393";
}
.hgi-solid.hgi-sharp.hgi-database-setting:before {
  content: "\4396";
}
.hgi-solid.hgi-sharp.hgi-database-sync-01:before {
  content: "\4398";
}
.hgi-solid.hgi-sharp.hgi-database-sync:before {
  content: "\439a";
}
.hgi-solid.hgi-sharp.hgi-database:before {
  content: "\439b";
}
.hgi-solid.hgi-sharp.hgi-date-time:before {
  content: "\439d";
}
.hgi-solid.hgi-sharp.hgi-dates:before {
  content: "\439f";
}
.hgi-solid.hgi-sharp.hgi-datev:before {
  content: "\43a1";
}
.hgi-solid.hgi-sharp.hgi-dead:before {
  content: "\43a3";
}
.hgi-solid.hgi-sharp.hgi-delete-01:before {
  content: "\43a5";
}
.hgi-solid.hgi-sharp.hgi-delete-02:before {
  content: "\43a7";
}
.hgi-solid.hgi-sharp.hgi-delete-03:before {
  content: "\43a9";
}
.hgi-solid.hgi-sharp.hgi-delete-04:before {
  content: "\43ab";
}
.hgi-solid.hgi-sharp.hgi-delete-column:before {
  content: "\43ad";
}
.hgi-solid.hgi-sharp.hgi-delete-put-back:before {
  content: "\43af";
}
.hgi-solid.hgi-sharp.hgi-delete-row:before {
  content: "\43b1";
}
.hgi-solid.hgi-sharp.hgi-delete-throw:before {
  content: "\43b3";
}
.hgi-solid.hgi-sharp.hgi-delivered-sent:before {
  content: "\43b5";
}
.hgi-solid.hgi-sharp.hgi-delivery-box-01:before {
  content: "\43b7";
}
.hgi-solid.hgi-sharp.hgi-delivery-box-02:before {
  content: "\43b9";
}
.hgi-solid.hgi-sharp.hgi-delivery-delay-01:before {
  content: "\43bb";
}
.hgi-solid.hgi-sharp.hgi-delivery-delay-02:before {
  content: "\43bd";
}
.hgi-solid.hgi-sharp.hgi-delivery-return-01:before {
  content: "\43bf";
}
.hgi-solid.hgi-sharp.hgi-delivery-return-02:before {
  content: "\43c1";
}
.hgi-solid.hgi-sharp.hgi-delivery-secure-01:before {
  content: "\43c3";
}
.hgi-solid.hgi-sharp.hgi-delivery-secure-02:before {
  content: "\43c5";
}
.hgi-solid.hgi-sharp.hgi-delivery-sent-01:before {
  content: "\43c7";
}
.hgi-solid.hgi-sharp.hgi-delivery-sent-02:before {
  content: "\43c9";
}
.hgi-solid.hgi-sharp.hgi-delivery-tracking-01:before {
  content: "\43cb";
}
.hgi-solid.hgi-sharp.hgi-delivery-tracking-02:before {
  content: "\43cd";
}
.hgi-solid.hgi-sharp.hgi-delivery-truck-01:before {
  content: "\43cf";
}
.hgi-solid.hgi-sharp.hgi-delivery-truck-02:before {
  content: "\43d1";
}
.hgi-solid.hgi-sharp.hgi-delivery-view-01:before {
  content: "\43d3";
}
.hgi-solid.hgi-sharp.hgi-delivery-view-02:before {
  content: "\43d5";
}
.hgi-solid.hgi-sharp.hgi-dental-braces:before {
  content: "\43d7";
}
.hgi-solid.hgi-sharp.hgi-dental-broken-tooth:before {
  content: "\43d9";
}
.hgi-solid.hgi-sharp.hgi-dental-care:before {
  content: "\43db";
}
.hgi-solid.hgi-sharp.hgi-dental-tooth:before {
  content: "\43dd";
}
.hgi-solid.hgi-sharp.hgi-departement:before {
  content: "\43df";
}
.hgi-solid.hgi-sharp.hgi-desert:before {
  content: "\43e1";
}
.hgi-solid.hgi-sharp.hgi-desk-01:before {
  content: "\43e3";
}
.hgi-solid.hgi-sharp.hgi-desk-02:before {
  content: "\43e5";
}
.hgi-solid.hgi-sharp.hgi-desk:before {
  content: "\43e7";
}
.hgi-solid.hgi-sharp.hgi-developer:before {
  content: "\43e9";
}
.hgi-solid.hgi-sharp.hgi-deviantart:before {
  content: "\43eb";
}
.hgi-solid.hgi-sharp.hgi-device-access:before {
  content: "\43ed";
}
.hgi-solid.hgi-sharp.hgi-diagonal-scroll-point-01:before {
  content: "\43ef";
}
.hgi-solid.hgi-sharp.hgi-diagonal-scroll-point-02:before {
  content: "\43f1";
}
.hgi-solid.hgi-sharp.hgi-dialpad-circle-01:before {
  content: "\43f3";
}
.hgi-solid.hgi-sharp.hgi-dialpad-circle-02:before {
  content: "\43f5";
}
.hgi-solid.hgi-sharp.hgi-dialpad-square-01:before {
  content: "\43f7";
}
.hgi-solid.hgi-sharp.hgi-dialpad-square-02:before {
  content: "\43f9";
}
.hgi-solid.hgi-sharp.hgi-diameter:before {
  content: "\43fb";
}
.hgi-solid.hgi-sharp.hgi-diamond-01:before {
  content: "\43fd";
}
.hgi-solid.hgi-sharp.hgi-diamond-02:before {
  content: "\43ff";
}
.hgi-solid.hgi-sharp.hgi-diamond:before {
  content: "\4401";
}
.hgi-solid.hgi-sharp.hgi-diaper:before {
  content: "\4403";
}
.hgi-solid.hgi-sharp.hgi-dice-faces-01:before {
  content: "\4405";
}
.hgi-solid.hgi-sharp.hgi-dice-faces-02:before {
  content: "\4407";
}
.hgi-solid.hgi-sharp.hgi-dice-faces-03:before {
  content: "\4409";
}
.hgi-solid.hgi-sharp.hgi-dice-faces-04:before {
  content: "\440b";
}
.hgi-solid.hgi-sharp.hgi-dice-faces-05:before {
  content: "\440d";
}
.hgi-solid.hgi-sharp.hgi-dice-faces-06:before {
  content: "\440f";
}
.hgi-solid.hgi-sharp.hgi-dice:before {
  content: "\4411";
}
.hgi-solid.hgi-sharp.hgi-digestion:before {
  content: "\4413";
}
.hgi-solid.hgi-sharp.hgi-digg:before {
  content: "\4415";
}
.hgi-solid.hgi-sharp.hgi-digital-clock:before {
  content: "\4417";
}
.hgi-solid.hgi-sharp.hgi-dim-sum-01:before {
  content: "\4419";
}
.hgi-solid.hgi-sharp.hgi-dim-sum-02:before {
  content: "\441b";
}
.hgi-solid.hgi-sharp.hgi-dining-table:before {
  content: "\441d";
}
.hgi-solid.hgi-sharp.hgi-diploma:before {
  content: "\441f";
}
.hgi-solid.hgi-sharp.hgi-direction-left-01:before {
  content: "\4421";
}
.hgi-solid.hgi-sharp.hgi-direction-left-02:before {
  content: "\4423";
}
.hgi-solid.hgi-sharp.hgi-direction-right-01:before {
  content: "\4425";
}
.hgi-solid.hgi-sharp.hgi-direction-right-02:before {
  content: "\4427";
}
.hgi-solid.hgi-sharp.hgi-directions-01:before {
  content: "\4429";
}
.hgi-solid.hgi-sharp.hgi-directions-02:before {
  content: "\442b";
}
.hgi-solid.hgi-sharp.hgi-dirham:before {
  content: "\442d";
}
.hgi-solid.hgi-sharp.hgi-disability-01:before {
  content: "\442f";
}
.hgi-solid.hgi-sharp.hgi-disability-02:before {
  content: "\4431";
}
.hgi-solid.hgi-sharp.hgi-discord:before {
  content: "\4433";
}
.hgi-solid.hgi-sharp.hgi-discount-01:before {
  content: "\4435";
}
.hgi-solid.hgi-sharp.hgi-discount-tag-01:before {
  content: "\4438";
}
.hgi-solid.hgi-sharp.hgi-discount-tag-02:before {
  content: "\443a";
}
.hgi-solid.hgi-sharp.hgi-discount:before {
  content: "\443b";
}
.hgi-solid.hgi-sharp.hgi-discover-circle:before {
  content: "\443d";
}
.hgi-solid.hgi-sharp.hgi-discover-square:before {
  content: "\443f";
}
.hgi-solid.hgi-sharp.hgi-dish-01:before {
  content: "\4441";
}
.hgi-solid.hgi-sharp.hgi-dish-02:before {
  content: "\4443";
}
.hgi-solid.hgi-sharp.hgi-dish-washer:before {
  content: "\4445";
}
.hgi-solid.hgi-sharp.hgi-displeased:before {
  content: "\4447";
}
.hgi-solid.hgi-sharp.hgi-distribute-horizontal-center:before {
  content: "\4449";
}
.hgi-solid.hgi-sharp.hgi-distribute-horizontal-left:before {
  content: "\444b";
}
.hgi-solid.hgi-sharp.hgi-distribute-horizontal-right:before {
  content: "\444d";
}
.hgi-solid.hgi-sharp.hgi-distribute-vertical-bottom:before {
  content: "\444f";
}
.hgi-solid.hgi-sharp.hgi-distribute-vertical-center:before {
  content: "\4451";
}
.hgi-solid.hgi-sharp.hgi-distribute-vertical-top:before {
  content: "\4453";
}
.hgi-solid.hgi-sharp.hgi-distribution:before {
  content: "\4455";
}
.hgi-solid.hgi-sharp.hgi-divide-sign-circle:before {
  content: "\4457";
}
.hgi-solid.hgi-sharp.hgi-divide-sign-square:before {
  content: "\445a";
}
.hgi-solid.hgi-sharp.hgi-divide-sign:before {
  content: "\445b";
}
.hgi-solid.hgi-sharp.hgi-dna-01:before {
  content: "\445d";
}
.hgi-solid.hgi-sharp.hgi-dna:before {
  content: "\445f";
}
.hgi-solid.hgi-sharp.hgi-do-not-touch-01:before {
  content: "\4461";
}
.hgi-solid.hgi-sharp.hgi-do-not-touch-02:before {
  content: "\4463";
}
.hgi-solid.hgi-sharp.hgi-doc-01:before {
  content: "\4465";
}
.hgi-solid.hgi-sharp.hgi-doc-02:before {
  content: "\4467";
}
.hgi-solid.hgi-sharp.hgi-doctor-01:before {
  content: "\4469";
}
.hgi-solid.hgi-sharp.hgi-doctor-02:before {
  content: "\446b";
}
.hgi-solid.hgi-sharp.hgi-doctor-03:before {
  content: "\446d";
}
.hgi-solid.hgi-sharp.hgi-document-attachment:before {
  content: "\446f";
}
.hgi-solid.hgi-sharp.hgi-document-code:before {
  content: "\4471";
}
.hgi-solid.hgi-sharp.hgi-document-validation:before {
  content: "\4473";
}
.hgi-solid.hgi-sharp.hgi-dollar-01:before {
  content: "\4475";
}
.hgi-solid.hgi-sharp.hgi-dollar-02:before {
  content: "\4477";
}
.hgi-solid.hgi-sharp.hgi-dollar-circle:before {
  content: "\4479";
}
.hgi-solid.hgi-sharp.hgi-dollar-receive-01:before {
  content: "\447b";
}
.hgi-solid.hgi-sharp.hgi-dollar-receive-02:before {
  content: "\447d";
}
.hgi-solid.hgi-sharp.hgi-dollar-send-01:before {
  content: "\447f";
}
.hgi-solid.hgi-sharp.hgi-dollar-send-02:before {
  content: "\4481";
}
.hgi-solid.hgi-sharp.hgi-dollar-square:before {
  content: "\4483";
}
.hgi-solid.hgi-sharp.hgi-dome:before {
  content: "\4485";
}
.hgi-solid.hgi-sharp.hgi-domino:before {
  content: "\4487";
}
.hgi-solid.hgi-sharp.hgi-door-01:before {
  content: "\4489";
}
.hgi-solid.hgi-sharp.hgi-door-02:before {
  content: "\448b";
}
.hgi-solid.hgi-sharp.hgi-door-lock:before {
  content: "\448d";
}
.hgi-solid.hgi-sharp.hgi-door:before {
  content: "\448f";
}
.hgi-solid.hgi-sharp.hgi-doughnut:before {
  content: "\4491";
}
.hgi-solid.hgi-sharp.hgi-download-01:before {
  content: "\4493";
}
.hgi-solid.hgi-sharp.hgi-download-02:before {
  content: "\4495";
}
.hgi-solid.hgi-sharp.hgi-download-03:before {
  content: "\4497";
}
.hgi-solid.hgi-sharp.hgi-download-04:before {
  content: "\4499";
}
.hgi-solid.hgi-sharp.hgi-download-05:before {
  content: "\449b";
}
.hgi-solid.hgi-sharp.hgi-download-circle-01:before {
  content: "\449d";
}
.hgi-solid.hgi-sharp.hgi-download-circle-02:before {
  content: "\449f";
}
.hgi-solid.hgi-sharp.hgi-download-square-01:before {
  content: "\44a1";
}
.hgi-solid.hgi-sharp.hgi-download-square-02:before {
  content: "\44a3";
}
.hgi-solid.hgi-sharp.hgi-drag-01:before {
  content: "\44a5";
}
.hgi-solid.hgi-sharp.hgi-drag-02:before {
  content: "\44a7";
}
.hgi-solid.hgi-sharp.hgi-drag-03:before {
  content: "\44a9";
}
.hgi-solid.hgi-sharp.hgi-drag-04:before {
  content: "\44ab";
}
.hgi-solid.hgi-sharp.hgi-drag-drop-horizontal:before {
  content: "\44ad";
}
.hgi-solid.hgi-sharp.hgi-drag-drop-vertical:before {
  content: "\44b0";
}
.hgi-solid.hgi-sharp.hgi-drag-drop:before {
  content: "\44b1";
}
.hgi-solid.hgi-sharp.hgi-drag-left-01:before {
  content: "\44b3";
}
.hgi-solid.hgi-sharp.hgi-drag-left-02:before {
  content: "\44b5";
}
.hgi-solid.hgi-sharp.hgi-drag-left-03:before {
  content: "\44b7";
}
.hgi-solid.hgi-sharp.hgi-drag-left-04:before {
  content: "\44b9";
}
.hgi-solid.hgi-sharp.hgi-drag-right-01:before {
  content: "\44bb";
}
.hgi-solid.hgi-sharp.hgi-drag-right-02:before {
  content: "\44bd";
}
.hgi-solid.hgi-sharp.hgi-drag-right-03:before {
  content: "\44bf";
}
.hgi-solid.hgi-sharp.hgi-drag-right-04:before {
  content: "\44c1";
}
.hgi-solid.hgi-sharp.hgi-drawing-compass:before {
  content: "\44c3";
}
.hgi-solid.hgi-sharp.hgi-drawing-mode:before {
  content: "\44c5";
}
.hgi-solid.hgi-sharp.hgi-dress-01:before {
  content: "\44c7";
}
.hgi-solid.hgi-sharp.hgi-dress-02:before {
  content: "\44c9";
}
.hgi-solid.hgi-sharp.hgi-dress-03:before {
  content: "\44cb";
}
.hgi-solid.hgi-sharp.hgi-dress-04:before {
  content: "\44cd";
}
.hgi-solid.hgi-sharp.hgi-dress-05:before {
  content: "\44cf";
}
.hgi-solid.hgi-sharp.hgi-dress-06:before {
  content: "\44d1";
}
.hgi-solid.hgi-sharp.hgi-dress-07:before {
  content: "\44d3";
}
.hgi-solid.hgi-sharp.hgi-dressing-table-01:before {
  content: "\44d5";
}
.hgi-solid.hgi-sharp.hgi-dressing-table-02:before {
  content: "\44d7";
}
.hgi-solid.hgi-sharp.hgi-dressing-table-03:before {
  content: "\44d9";
}
.hgi-solid.hgi-sharp.hgi-dribbble:before {
  content: "\44db";
}
.hgi-solid.hgi-sharp.hgi-drink:before {
  content: "\44dd";
}
.hgi-solid.hgi-sharp.hgi-drone:before {
  content: "\44df";
}
.hgi-solid.hgi-sharp.hgi-drooling:before {
  content: "\44e1";
}
.hgi-solid.hgi-sharp.hgi-dropbox:before {
  content: "\44e3";
}
.hgi-solid.hgi-sharp.hgi-droplet:before {
  content: "\44e5";
}
.hgi-solid.hgi-sharp.hgi-dropper:before {
  content: "\44e7";
}
.hgi-solid.hgi-sharp.hgi-ds3-tool:before {
  content: "\44e9";
}
.hgi-solid.hgi-sharp.hgi-dua:before {
  content: "\44eb";
}
.hgi-solid.hgi-sharp.hgi-dumbbell-01:before {
  content: "\44ed";
}
.hgi-solid.hgi-sharp.hgi-dumbbell-02:before {
  content: "\44ef";
}
.hgi-solid.hgi-sharp.hgi-dumbbell-03:before {
  content: "\44f1";
}
.hgi-solid.hgi-sharp.hgi-ear-rings-01:before {
  content: "\44f3";
}
.hgi-solid.hgi-sharp.hgi-ear-rings-02:before {
  content: "\44f5";
}
.hgi-solid.hgi-sharp.hgi-ear-rings-03:before {
  content: "\44f7";
}
.hgi-solid.hgi-sharp.hgi-ear:before {
  content: "\44f9";
}
.hgi-solid.hgi-sharp.hgi-earth:before {
  content: "\44fb";
}
.hgi-solid.hgi-sharp.hgi-ease-curve-control-points:before {
  content: "\44fd";
}
.hgi-solid.hgi-sharp.hgi-ease-in-control-point:before {
  content: "\44ff";
}
.hgi-solid.hgi-sharp.hgi-ease-in-out:before {
  content: "\4501";
}
.hgi-solid.hgi-sharp.hgi-ease-in:before {
  content: "\4503";
}
.hgi-solid.hgi-sharp.hgi-ease-out-control-point:before {
  content: "\4505";
}
.hgi-solid.hgi-sharp.hgi-ease-out:before {
  content: "\4507";
}
.hgi-solid.hgi-sharp.hgi-eco-energy:before {
  content: "\4509";
}
.hgi-solid.hgi-sharp.hgi-eco-lab-01:before {
  content: "\450b";
}
.hgi-solid.hgi-sharp.hgi-eco-lab-02:before {
  content: "\450d";
}
.hgi-solid.hgi-sharp.hgi-eco-lab:before {
  content: "\450f";
}
.hgi-solid.hgi-sharp.hgi-eco-power:before {
  content: "\4511";
}
.hgi-solid.hgi-sharp.hgi-edge-style:before {
  content: "\4513";
}
.hgi-solid.hgi-sharp.hgi-edit-01:before {
  content: "\4515";
}
.hgi-solid.hgi-sharp.hgi-edit-02:before {
  content: "\4517";
}
.hgi-solid.hgi-sharp.hgi-edit-off:before {
  content: "\4519";
}
.hgi-solid.hgi-sharp.hgi-edit-road:before {
  content: "\451b";
}
.hgi-solid.hgi-sharp.hgi-edit-table:before {
  content: "\451d";
}
.hgi-solid.hgi-sharp.hgi-edit-user-02:before {
  content: "\451f";
}
.hgi-solid.hgi-sharp.hgi-eggs:before {
  content: "\4521";
}
.hgi-solid.hgi-sharp.hgi-eid-mubarak:before {
  content: "\4523";
}
.hgi-solid.hgi-sharp.hgi-eiffel-tower:before {
  content: "\4525";
}
.hgi-solid.hgi-sharp.hgi-elearning-exchange:before {
  content: "\4527";
}
.hgi-solid.hgi-sharp.hgi-electric-home-01:before {
  content: "\4529";
}
.hgi-solid.hgi-sharp.hgi-electric-home-02:before {
  content: "\452b";
}
.hgi-solid.hgi-sharp.hgi-electric-plugs:before {
  content: "\452d";
}
.hgi-solid.hgi-sharp.hgi-electric-tower-01:before {
  content: "\452f";
}
.hgi-solid.hgi-sharp.hgi-electric-tower-02:before {
  content: "\4531";
}
.hgi-solid.hgi-sharp.hgi-electric-wire:before {
  content: "\4533";
}
.hgi-solid.hgi-sharp.hgi-ellipse-selection:before {
  content: "\4535";
}
.hgi-solid.hgi-sharp.hgi-encrypt:before {
  content: "\4537";
}
.hgi-solid.hgi-sharp.hgi-energy-ellipse:before {
  content: "\4539";
}
.hgi-solid.hgi-sharp.hgi-energy-rectangle:before {
  content: "\453b";
}
.hgi-solid.hgi-sharp.hgi-energy:before {
  content: "\453d";
}
.hgi-solid.hgi-sharp.hgi-entering-geo-fence:before {
  content: "\453f";
}
.hgi-solid.hgi-sharp.hgi-entrance-stairs:before {
  content: "\4541";
}
.hgi-solid.hgi-sharp.hgi-envato:before {
  content: "\4543";
}
.hgi-solid.hgi-sharp.hgi-equal-sign-circle:before {
  content: "\4545";
}
.hgi-solid.hgi-sharp.hgi-equal-sign-square:before {
  content: "\4548";
}
.hgi-solid.hgi-sharp.hgi-equal-sign:before {
  content: "\4549";
}
.hgi-solid.hgi-sharp.hgi-equipment-bench-press:before {
  content: "\454b";
}
.hgi-solid.hgi-sharp.hgi-equipment-chest-press:before {
  content: "\454d";
}
.hgi-solid.hgi-sharp.hgi-equipment-gym-01:before {
  content: "\454f";
}
.hgi-solid.hgi-sharp.hgi-equipment-gym-02:before {
  content: "\4551";
}
.hgi-solid.hgi-sharp.hgi-equipment-gym-03:before {
  content: "\4553";
}
.hgi-solid.hgi-sharp.hgi-equipment-weightlifting:before {
  content: "\4555";
}
.hgi-solid.hgi-sharp.hgi-eraser-01:before {
  content: "\4557";
}
.hgi-solid.hgi-sharp.hgi-eraser-add:before {
  content: "\4559";
}
.hgi-solid.hgi-sharp.hgi-eraser-auto:before {
  content: "\455b";
}
.hgi-solid.hgi-sharp.hgi-eraser:before {
  content: "\455d";
}
.hgi-solid.hgi-sharp.hgi-estimate-01:before {
  content: "\455f";
}
.hgi-solid.hgi-sharp.hgi-estimate-02:before {
  content: "\4561";
}
.hgi-solid.hgi-sharp.hgi-ethereum-ellipse:before {
  content: "\4563";
}
.hgi-solid.hgi-sharp.hgi-ethereum-rectangle:before {
  content: "\4565";
}
.hgi-solid.hgi-sharp.hgi-ethereum:before {
  content: "\4567";
}
.hgi-solid.hgi-sharp.hgi-euro-circle:before {
  content: "\4569";
}
.hgi-solid.hgi-sharp.hgi-euro-receive:before {
  content: "\456b";
}
.hgi-solid.hgi-sharp.hgi-euro-send:before {
  content: "\456e";
}
.hgi-solid.hgi-sharp.hgi-euro-square:before {
  content: "\4570";
}
.hgi-solid.hgi-sharp.hgi-euro:before {
  content: "\4571";
}
.hgi-solid.hgi-sharp.hgi-ev-charging:before {
  content: "\4573";
}
.hgi-solid.hgi-sharp.hgi-evil:before {
  content: "\4575";
}
.hgi-solid.hgi-sharp.hgi-exchange-01:before {
  content: "\4577";
}
.hgi-solid.hgi-sharp.hgi-exchange-02:before {
  content: "\4579";
}
.hgi-solid.hgi-sharp.hgi-exchange-03:before {
  content: "\457b";
}
.hgi-solid.hgi-sharp.hgi-expander:before {
  content: "\457d";
}
.hgi-solid.hgi-sharp.hgi-external-drive:before {
  content: "\457f";
}
.hgi-solid.hgi-sharp.hgi-eye:before {
  content: "\4581";
}
.hgi-solid.hgi-sharp.hgi-face-id:before {
  content: "\4583";
}
.hgi-solid.hgi-sharp.hgi-facebook-01:before {
  content: "\4585";
}
.hgi-solid.hgi-sharp.hgi-facebook-02:before {
  content: "\4587";
}
.hgi-solid.hgi-sharp.hgi-factory-01:before {
  content: "\4589";
}
.hgi-solid.hgi-sharp.hgi-factory-02:before {
  content: "\458b";
}
.hgi-solid.hgi-sharp.hgi-factory:before {
  content: "\458d";
}
.hgi-solid.hgi-sharp.hgi-fahrenheit:before {
  content: "\458f";
}
.hgi-solid.hgi-sharp.hgi-falling-star:before {
  content: "\4591";
}
.hgi-solid.hgi-sharp.hgi-fast-wind:before {
  content: "\4593";
}
.hgi-solid.hgi-sharp.hgi-favourite-circle:before {
  content: "\4595";
}
.hgi-solid.hgi-sharp.hgi-favourite-square:before {
  content: "\4598";
}
.hgi-solid.hgi-sharp.hgi-favourite:before {
  content: "\4599";
}
.hgi-solid.hgi-sharp.hgi-feather:before {
  content: "\459b";
}
.hgi-solid.hgi-sharp.hgi-female-02:before {
  content: "\459d";
}
.hgi-solid.hgi-sharp.hgi-female-symbol:before {
  content: "\459f";
}
.hgi-solid.hgi-sharp.hgi-fencing-mask:before {
  content: "\45a1";
}
.hgi-solid.hgi-sharp.hgi-fencing:before {
  content: "\45a3";
}
.hgi-solid.hgi-sharp.hgi-ferris-wheel:before {
  content: "\45a5";
}
.hgi-solid.hgi-sharp.hgi-ferry-boat:before {
  content: "\45a7";
}
.hgi-solid.hgi-sharp.hgi-figma:before {
  content: "\45a9";
}
.hgi-solid.hgi-sharp.hgi-file-01:before {
  content: "\45ab";
}
.hgi-solid.hgi-sharp.hgi-file-02:before {
  content: "\45ad";
}
.hgi-solid.hgi-sharp.hgi-file-add:before {
  content: "\45af";
}
.hgi-solid.hgi-sharp.hgi-file-attachment:before {
  content: "\45b1";
}
.hgi-solid.hgi-sharp.hgi-file-audio:before {
  content: "\45b3";
}
.hgi-solid.hgi-sharp.hgi-file-bitcoin:before {
  content: "\45b5";
}
.hgi-solid.hgi-sharp.hgi-file-block:before {
  content: "\45b7";
}
.hgi-solid.hgi-sharp.hgi-file-bookmark:before {
  content: "\45b9";
}
.hgi-solid.hgi-sharp.hgi-file-cloud:before {
  content: "\45bb";
}
.hgi-solid.hgi-sharp.hgi-file-corrupt:before {
  content: "\45bd";
}
.hgi-solid.hgi-sharp.hgi-file-dollar:before {
  content: "\45bf";
}
.hgi-solid.hgi-sharp.hgi-file-download:before {
  content: "\45c1";
}
.hgi-solid.hgi-sharp.hgi-file-edit:before {
  content: "\45c3";
}
.hgi-solid.hgi-sharp.hgi-file-empty-01:before {
  content: "\45c5";
}
.hgi-solid.hgi-sharp.hgi-file-empty-02:before {
  content: "\45c7";
}
.hgi-solid.hgi-sharp.hgi-file-euro:before {
  content: "\45c9";
}
.hgi-solid.hgi-sharp.hgi-file-export:before {
  content: "\45cb";
}
.hgi-solid.hgi-sharp.hgi-file-favourite:before {
  content: "\45cd";
}
.hgi-solid.hgi-sharp.hgi-file-import:before {
  content: "\45cf";
}
.hgi-solid.hgi-sharp.hgi-file-link:before {
  content: "\45d1";
}
.hgi-solid.hgi-sharp.hgi-file-locked:before {
  content: "\45d3";
}
.hgi-solid.hgi-sharp.hgi-file-management:before {
  content: "\45d5";
}
.hgi-solid.hgi-sharp.hgi-file-minus:before {
  content: "\45d7";
}
.hgi-solid.hgi-sharp.hgi-file-music:before {
  content: "\45d9";
}
.hgi-solid.hgi-sharp.hgi-file-not-found:before {
  content: "\45db";
}
.hgi-solid.hgi-sharp.hgi-file-paste:before {
  content: "\45dd";
}
.hgi-solid.hgi-sharp.hgi-file-pin:before {
  content: "\45df";
}
.hgi-solid.hgi-sharp.hgi-file-pound:before {
  content: "\45e1";
}
.hgi-solid.hgi-sharp.hgi-file-remove:before {
  content: "\45e3";
}
.hgi-solid.hgi-sharp.hgi-file-script:before {
  content: "\45e5";
}
.hgi-solid.hgi-sharp.hgi-file-search:before {
  content: "\45e7";
}
.hgi-solid.hgi-sharp.hgi-file-security:before {
  content: "\45e9";
}
.hgi-solid.hgi-sharp.hgi-file-shredder:before {
  content: "\45eb";
}
.hgi-solid.hgi-sharp.hgi-file-star:before {
  content: "\45ed";
}
.hgi-solid.hgi-sharp.hgi-file-sync:before {
  content: "\45ef";
}
.hgi-solid.hgi-sharp.hgi-file-unknown:before {
  content: "\45f1";
}
.hgi-solid.hgi-sharp.hgi-file-unlocked:before {
  content: "\45f3";
}
.hgi-solid.hgi-sharp.hgi-file-upload:before {
  content: "\45f5";
}
.hgi-solid.hgi-sharp.hgi-file-validation:before {
  content: "\45f7";
}
.hgi-solid.hgi-sharp.hgi-file-verified:before {
  content: "\45f9";
}
.hgi-solid.hgi-sharp.hgi-file-video:before {
  content: "\45fb";
}
.hgi-solid.hgi-sharp.hgi-file-view:before {
  content: "\45fd";
}
.hgi-solid.hgi-sharp.hgi-file-yen:before {
  content: "\45ff";
}
.hgi-solid.hgi-sharp.hgi-file-zip:before {
  content: "\4601";
}
.hgi-solid.hgi-sharp.hgi-files-01:before {
  content: "\4603";
}
.hgi-solid.hgi-sharp.hgi-files-02:before {
  content: "\4605";
}
.hgi-solid.hgi-sharp.hgi-film-01:before {
  content: "\4607";
}
.hgi-solid.hgi-sharp.hgi-film-02:before {
  content: "\4609";
}
.hgi-solid.hgi-sharp.hgi-film-roll-01:before {
  content: "\460b";
}
.hgi-solid.hgi-sharp.hgi-film-roll-02:before {
  content: "\460d";
}
.hgi-solid.hgi-sharp.hgi-filter-add:before {
  content: "\460f";
}
.hgi-solid.hgi-sharp.hgi-filter-edit:before {
  content: "\4611";
}
.hgi-solid.hgi-sharp.hgi-filter-horizontal:before {
  content: "\4613";
}
.hgi-solid.hgi-sharp.hgi-filter-mail-circle:before {
  content: "\4615";
}
.hgi-solid.hgi-sharp.hgi-filter-mail-square:before {
  content: "\4617";
}
.hgi-solid.hgi-sharp.hgi-filter-remove:before {
  content: "\4619";
}
.hgi-solid.hgi-sharp.hgi-filter-reset:before {
  content: "\461b";
}
.hgi-solid.hgi-sharp.hgi-filter-vertical:before {
  content: "\461e";
}
.hgi-solid.hgi-sharp.hgi-filter:before {
  content: "\461f";
}
.hgi-solid.hgi-sharp.hgi-finger-access:before {
  content: "\4621";
}
.hgi-solid.hgi-sharp.hgi-finger-print-add:before {
  content: "\4623";
}
.hgi-solid.hgi-sharp.hgi-finger-print-check:before {
  content: "\4625";
}
.hgi-solid.hgi-sharp.hgi-finger-print-minus:before {
  content: "\4627";
}
.hgi-solid.hgi-sharp.hgi-finger-print-remove:before {
  content: "\4629";
}
.hgi-solid.hgi-sharp.hgi-finger-print-scan:before {
  content: "\462b";
}
.hgi-solid.hgi-sharp.hgi-finger-print:before {
  content: "\462d";
}
.hgi-solid.hgi-sharp.hgi-fingerprint-scan:before {
  content: "\462f";
}
.hgi-solid.hgi-sharp.hgi-fins:before {
  content: "\4631";
}
.hgi-solid.hgi-sharp.hgi-fire-02:before {
  content: "\4633";
}
.hgi-solid.hgi-sharp.hgi-fire-03:before {
  content: "\4635";
}
.hgi-solid.hgi-sharp.hgi-fire-pit:before {
  content: "\4637";
}
.hgi-solid.hgi-sharp.hgi-fire-security:before {
  content: "\463a";
}
.hgi-solid.hgi-sharp.hgi-fire:before {
  content: "\463b";
}
.hgi-solid.hgi-sharp.hgi-firewall:before {
  content: "\463d";
}
.hgi-solid.hgi-sharp.hgi-fireworks:before {
  content: "\463f";
}
.hgi-solid.hgi-sharp.hgi-first-aid-kit:before {
  content: "\4641";
}
.hgi-solid.hgi-sharp.hgi-first-bracket-circle:before {
  content: "\4643";
}
.hgi-solid.hgi-sharp.hgi-first-bracket-square:before {
  content: "\4646";
}
.hgi-solid.hgi-sharp.hgi-first-bracket:before {
  content: "\4647";
}
.hgi-solid.hgi-sharp.hgi-fish-food:before {
  content: "\4649";
}
.hgi-solid.hgi-sharp.hgi-fit-to-screen:before {
  content: "\464b";
}
.hgi-solid.hgi-sharp.hgi-fiverr:before {
  content: "\464d";
}
.hgi-solid.hgi-sharp.hgi-flag-01:before {
  content: "\464f";
}
.hgi-solid.hgi-sharp.hgi-flag-02:before {
  content: "\4651";
}
.hgi-solid.hgi-sharp.hgi-flag-03:before {
  content: "\4653";
}
.hgi-solid.hgi-sharp.hgi-flash-off:before {
  content: "\4655";
}
.hgi-solid.hgi-sharp.hgi-flash:before {
  content: "\4657";
}
.hgi-solid.hgi-sharp.hgi-flashlight:before {
  content: "\4659";
}
.hgi-solid.hgi-sharp.hgi-flaticon:before {
  content: "\465b";
}
.hgi-solid.hgi-sharp.hgi-flickr:before {
  content: "\465d";
}
.hgi-solid.hgi-sharp.hgi-flim-slate:before {
  content: "\465f";
}
.hgi-solid.hgi-sharp.hgi-flip-bottom:before {
  content: "\4661";
}
.hgi-solid.hgi-sharp.hgi-flip-horizontal:before {
  content: "\4663";
}
.hgi-solid.hgi-sharp.hgi-flip-left:before {
  content: "\4665";
}
.hgi-solid.hgi-sharp.hgi-flip-phone:before {
  content: "\4667";
}
.hgi-solid.hgi-sharp.hgi-flip-right:before {
  content: "\4669";
}
.hgi-solid.hgi-sharp.hgi-flip-top:before {
  content: "\466b";
}
.hgi-solid.hgi-sharp.hgi-flip-vertical:before {
  content: "\466d";
}
.hgi-solid.hgi-sharp.hgi-floor-plan:before {
  content: "\466f";
}
.hgi-solid.hgi-sharp.hgi-floppy-disk:before {
  content: "\4671";
}
.hgi-solid.hgi-sharp.hgi-flow-circle:before {
  content: "\4673";
}
.hgi-solid.hgi-sharp.hgi-flow-connection:before {
  content: "\4675";
}
.hgi-solid.hgi-sharp.hgi-flow-square:before {
  content: "\4678";
}
.hgi-solid.hgi-sharp.hgi-flow:before {
  content: "\4679";
}
.hgi-solid.hgi-sharp.hgi-flowchart-01:before {
  content: "\467b";
}
.hgi-solid.hgi-sharp.hgi-flowchart-02:before {
  content: "\467d";
}
.hgi-solid.hgi-sharp.hgi-flower-pot:before {
  content: "\467f";
}
.hgi-solid.hgi-sharp.hgi-flower:before {
  content: "\4681";
}
.hgi-solid.hgi-sharp.hgi-flushed:before {
  content: "\4683";
}
.hgi-solid.hgi-sharp.hgi-flying-human:before {
  content: "\4685";
}
.hgi-solid.hgi-sharp.hgi-focus-point:before {
  content: "\4687";
}
.hgi-solid.hgi-sharp.hgi-folder-01:before {
  content: "\4689";
}
.hgi-solid.hgi-sharp.hgi-folder-02:before {
  content: "\468b";
}
.hgi-solid.hgi-sharp.hgi-folder-03:before {
  content: "\468d";
}
.hgi-solid.hgi-sharp.hgi-folder-add:before {
  content: "\468f";
}
.hgi-solid.hgi-sharp.hgi-folder-attachment:before {
  content: "\4691";
}
.hgi-solid.hgi-sharp.hgi-folder-audio:before {
  content: "\4693";
}
.hgi-solid.hgi-sharp.hgi-folder-block:before {
  content: "\4695";
}
.hgi-solid.hgi-sharp.hgi-folder-check:before {
  content: "\4697";
}
.hgi-solid.hgi-sharp.hgi-folder-cloud:before {
  content: "\4699";
}
.hgi-solid.hgi-sharp.hgi-folder-details-reference:before {
  content: "\469b";
}
.hgi-solid.hgi-sharp.hgi-folder-details:before {
  content: "\469d";
}
.hgi-solid.hgi-sharp.hgi-folder-download:before {
  content: "\469f";
}
.hgi-solid.hgi-sharp.hgi-folder-edit:before {
  content: "\46a1";
}
.hgi-solid.hgi-sharp.hgi-folder-export:before {
  content: "\46a3";
}
.hgi-solid.hgi-sharp.hgi-folder-favourite:before {
  content: "\46a5";
}
.hgi-solid.hgi-sharp.hgi-folder-file-storage:before {
  content: "\46a7";
}
.hgi-solid.hgi-sharp.hgi-folder-import:before {
  content: "\46a9";
}
.hgi-solid.hgi-sharp.hgi-folder-library:before {
  content: "\46ab";
}
.hgi-solid.hgi-sharp.hgi-folder-links:before {
  content: "\46ad";
}
.hgi-solid.hgi-sharp.hgi-folder-locked:before {
  content: "\46af";
}
.hgi-solid.hgi-sharp.hgi-folder-management:before {
  content: "\46b1";
}
.hgi-solid.hgi-sharp.hgi-folder-minus:before {
  content: "\46b3";
}
.hgi-solid.hgi-sharp.hgi-folder-music:before {
  content: "\46b5";
}
.hgi-solid.hgi-sharp.hgi-folder-off:before {
  content: "\46b7";
}
.hgi-solid.hgi-sharp.hgi-folder-open:before {
  content: "\46b9";
}
.hgi-solid.hgi-sharp.hgi-folder-pin:before {
  content: "\46bb";
}
.hgi-solid.hgi-sharp.hgi-folder-remove:before {
  content: "\46bd";
}
.hgi-solid.hgi-sharp.hgi-folder-search:before {
  content: "\46bf";
}
.hgi-solid.hgi-sharp.hgi-folder-security:before {
  content: "\46c1";
}
.hgi-solid.hgi-sharp.hgi-folder-shared-01:before {
  content: "\46c3";
}
.hgi-solid.hgi-sharp.hgi-folder-shared-02:before {
  content: "\46c5";
}
.hgi-solid.hgi-sharp.hgi-folder-shared-03:before {
  content: "\46c7";
}
.hgi-solid.hgi-sharp.hgi-folder-sync:before {
  content: "\46c9";
}
.hgi-solid.hgi-sharp.hgi-folder-transfer:before {
  content: "\46cb";
}
.hgi-solid.hgi-sharp.hgi-folder-unknown:before {
  content: "\46cd";
}
.hgi-solid.hgi-sharp.hgi-folder-unlocked:before {
  content: "\46cf";
}
.hgi-solid.hgi-sharp.hgi-folder-upload:before {
  content: "\46d1";
}
.hgi-solid.hgi-sharp.hgi-folder-video:before {
  content: "\46d3";
}
.hgi-solid.hgi-sharp.hgi-folder-view:before {
  content: "\46d5";
}
.hgi-solid.hgi-sharp.hgi-folder-zip:before {
  content: "\46d7";
}
.hgi-solid.hgi-sharp.hgi-folders:before {
  content: "\46d9";
}
.hgi-solid.hgi-sharp.hgi-football-pitch:before {
  content: "\46db";
}
.hgi-solid.hgi-sharp.hgi-football:before {
  content: "\46dd";
}
.hgi-solid.hgi-sharp.hgi-forgot-password:before {
  content: "\46df";
}
.hgi-solid.hgi-sharp.hgi-fork:before {
  content: "\46e1";
}
.hgi-solid.hgi-sharp.hgi-forrst:before {
  content: "\46e3";
}
.hgi-solid.hgi-sharp.hgi-fortress:before {
  content: "\46e5";
}
.hgi-solid.hgi-sharp.hgi-forward-01:before {
  content: "\46e7";
}
.hgi-solid.hgi-sharp.hgi-forward-02:before {
  content: "\46e9";
}
.hgi-solid.hgi-sharp.hgi-four-finger-02:before {
  content: "\46eb";
}
.hgi-solid.hgi-sharp.hgi-four-finger-03:before {
  content: "\46ed";
}
.hgi-solid.hgi-sharp.hgi-four-k:before {
  content: "\46ef";
}
.hgi-solid.hgi-sharp.hgi-foursquare:before {
  content: "\46f1";
}
.hgi-solid.hgi-sharp.hgi-framer:before {
  content: "\46f3";
}
.hgi-solid.hgi-sharp.hgi-frameworks:before {
  content: "\46f5";
}
.hgi-solid.hgi-sharp.hgi-french-fries-01:before {
  content: "\46f7";
}
.hgi-solid.hgi-sharp.hgi-french-fries-02:before {
  content: "\46f9";
}
.hgi-solid.hgi-sharp.hgi-fridge:before {
  content: "\46fb";
}
.hgi-solid.hgi-sharp.hgi-fry:before {
  content: "\46fd";
}
.hgi-solid.hgi-sharp.hgi-fuel-01:before {
  content: "\46ff";
}
.hgi-solid.hgi-sharp.hgi-fuel-02:before {
  content: "\4701";
}
.hgi-solid.hgi-sharp.hgi-fuel-station:before {
  content: "\4703";
}
.hgi-solid.hgi-sharp.hgi-full-screen:before {
  content: "\4705";
}
.hgi-solid.hgi-sharp.hgi-full-signal:before {
  content: "\4707";
}
.hgi-solid.hgi-sharp.hgi-function-circle:before {
  content: "\4709";
}
.hgi-solid.hgi-sharp.hgi-function-of-x:before {
  content: "\470b";
}
.hgi-solid.hgi-sharp.hgi-function-square:before {
  content: "\470e";
}
.hgi-solid.hgi-sharp.hgi-function:before {
  content: "\470f";
}
.hgi-solid.hgi-sharp.hgi-galaxy:before {
  content: "\4711";
}
.hgi-solid.hgi-sharp.hgi-game-controller-01:before {
  content: "\4713";
}
.hgi-solid.hgi-sharp.hgi-game-controller-02:before {
  content: "\4715";
}
.hgi-solid.hgi-sharp.hgi-game-controller-03:before {
  content: "\4717";
}
.hgi-solid.hgi-sharp.hgi-game:before {
  content: "\4719";
}
.hgi-solid.hgi-sharp.hgi-gameboy:before {
  content: "\471b";
}
.hgi-solid.hgi-sharp.hgi-garage:before {
  content: "\471d";
}
.hgi-solid.hgi-sharp.hgi-garbage-truck:before {
  content: "\471f";
}
.hgi-solid.hgi-sharp.hgi-garlands:before {
  content: "\4721";
}
.hgi-solid.hgi-sharp.hgi-gas-pipe:before {
  content: "\4723";
}
.hgi-solid.hgi-sharp.hgi-gas-stove:before {
  content: "\4725";
}
.hgi-solid.hgi-sharp.hgi-gears:before {
  content: "\4727";
}
.hgi-solid.hgi-sharp.hgi-gem:before {
  content: "\4729";
}
.hgi-solid.hgi-sharp.hgi-geology-crust:before {
  content: "\472b";
}
.hgi-solid.hgi-sharp.hgi-geometric-shapes-01:before {
  content: "\472d";
}
.hgi-solid.hgi-sharp.hgi-geometric-shapes-02:before {
  content: "\472f";
}
.hgi-solid.hgi-sharp.hgi-gibbous-moon:before {
  content: "\4731";
}
.hgi-solid.hgi-sharp.hgi-gif-01:before {
  content: "\4733";
}
.hgi-solid.hgi-sharp.hgi-gif-02:before {
  content: "\4735";
}
.hgi-solid.hgi-sharp.hgi-gift-card-02:before {
  content: "\4737";
}
.hgi-solid.hgi-sharp.hgi-gift-card:before {
  content: "\4739";
}
.hgi-solid.hgi-sharp.hgi-gift:before {
  content: "\473b";
}
.hgi-solid.hgi-sharp.hgi-git-branch:before {
  content: "\473d";
}
.hgi-solid.hgi-sharp.hgi-git-commit:before {
  content: "\473f";
}
.hgi-solid.hgi-sharp.hgi-git-compare:before {
  content: "\4741";
}
.hgi-solid.hgi-sharp.hgi-git-fork:before {
  content: "\4743";
}
.hgi-solid.hgi-sharp.hgi-git-merge:before {
  content: "\4745";
}
.hgi-solid.hgi-sharp.hgi-git-pull-request-closed:before {
  content: "\4747";
}
.hgi-solid.hgi-sharp.hgi-git-pull-request-draft:before {
  content: "\4749";
}
.hgi-solid.hgi-sharp.hgi-git-pull-request:before {
  content: "\474b";
}
.hgi-solid.hgi-sharp.hgi-gitbook:before {
  content: "\474d";
}
.hgi-solid.hgi-sharp.hgi-github-01:before {
  content: "\474f";
}
.hgi-solid.hgi-sharp.hgi-github:before {
  content: "\4751";
}
.hgi-solid.hgi-sharp.hgi-gitlab:before {
  content: "\4753";
}
.hgi-solid.hgi-sharp.hgi-give-blood:before {
  content: "\4755";
}
.hgi-solid.hgi-sharp.hgi-give-pill:before {
  content: "\4757";
}
.hgi-solid.hgi-sharp.hgi-glasses:before {
  content: "\4759";
}
.hgi-solid.hgi-sharp.hgi-global-editing:before {
  content: "\475b";
}
.hgi-solid.hgi-sharp.hgi-global-education:before {
  content: "\475d";
}
.hgi-solid.hgi-sharp.hgi-global-refresh:before {
  content: "\475f";
}
.hgi-solid.hgi-sharp.hgi-global-search:before {
  content: "\4761";
}
.hgi-solid.hgi-sharp.hgi-global:before {
  content: "\4763";
}
.hgi-solid.hgi-sharp.hgi-globe-02:before {
  content: "\4765";
}
.hgi-solid.hgi-sharp.hgi-globe:before {
  content: "\4767";
}
.hgi-solid.hgi-sharp.hgi-glove:before {
  content: "\4769";
}
.hgi-solid.hgi-sharp.hgi-go-backward-10-sec:before {
  content: "\476b";
}
.hgi-solid.hgi-sharp.hgi-go-backward-15-sec:before {
  content: "\476d";
}
.hgi-solid.hgi-sharp.hgi-go-backward-30-sec:before {
  content: "\476f";
}
.hgi-solid.hgi-sharp.hgi-go-backward-5-sec:before {
  content: "\4771";
}
.hgi-solid.hgi-sharp.hgi-go-backward-60-sec:before {
  content: "\4773";
}
.hgi-solid.hgi-sharp.hgi-go-forward-10-sec:before {
  content: "\4775";
}
.hgi-solid.hgi-sharp.hgi-go-forward-15-sec:before {
  content: "\4777";
}
.hgi-solid.hgi-sharp.hgi-go-forward-30-sec:before {
  content: "\4779";
}
.hgi-solid.hgi-sharp.hgi-go-forward-5-sec:before {
  content: "\477b";
}
.hgi-solid.hgi-sharp.hgi-go-forward-60-sec:before {
  content: "\477d";
}
.hgi-solid.hgi-sharp.hgi-gold-ingots:before {
  content: "\477f";
}
.hgi-solid.hgi-sharp.hgi-gold:before {
  content: "\4781";
}
.hgi-solid.hgi-sharp.hgi-golf-ball:before {
  content: "\4783";
}
.hgi-solid.hgi-sharp.hgi-golf-bat:before {
  content: "\4785";
}
.hgi-solid.hgi-sharp.hgi-golf-cart:before {
  content: "\4787";
}
.hgi-solid.hgi-sharp.hgi-golf-hole:before {
  content: "\4789";
}
.hgi-solid.hgi-sharp.hgi-google-doc:before {
  content: "\478b";
}
.hgi-solid.hgi-sharp.hgi-google-drive:before {
  content: "\478d";
}
.hgi-solid.hgi-sharp.hgi-google-gemini:before {
  content: "\478f";
}
.hgi-solid.hgi-sharp.hgi-google-home:before {
  content: "\4791";
}
.hgi-solid.hgi-sharp.hgi-google-lens:before {
  content: "\4793";
}
.hgi-solid.hgi-sharp.hgi-google-maps:before {
  content: "\4795";
}
.hgi-solid.hgi-sharp.hgi-google-photos:before {
  content: "\4797";
}
.hgi-solid.hgi-sharp.hgi-google-sheet:before {
  content: "\479a";
}
.hgi-solid.hgi-sharp.hgi-google:before {
  content: "\479b";
}
.hgi-solid.hgi-sharp.hgi-gps-01:before {
  content: "\479d";
}
.hgi-solid.hgi-sharp.hgi-gps-02:before {
  content: "\479f";
}
.hgi-solid.hgi-sharp.hgi-gps-disconnected:before {
  content: "\47a1";
}
.hgi-solid.hgi-sharp.hgi-gps-off-01:before {
  content: "\47a3";
}
.hgi-solid.hgi-sharp.hgi-gps-off-02:before {
  content: "\47a5";
}
.hgi-solid.hgi-sharp.hgi-gps-signal-01:before {
  content: "\47a7";
}
.hgi-solid.hgi-sharp.hgi-gps-signal-02:before {
  content: "\47a9";
}
.hgi-solid.hgi-sharp.hgi-gpu:before {
  content: "\47ab";
}
.hgi-solid.hgi-sharp.hgi-graduate-female:before {
  content: "\47ad";
}
.hgi-solid.hgi-sharp.hgi-graduate-male:before {
  content: "\47af";
}
.hgi-solid.hgi-sharp.hgi-graduation-scroll:before {
  content: "\47b1";
}
.hgi-solid.hgi-sharp.hgi-grapes:before {
  content: "\47b3";
}
.hgi-solid.hgi-sharp.hgi-gravity:before {
  content: "\47b5";
}
.hgi-solid.hgi-sharp.hgi-greater-than-circle:before {
  content: "\47b7";
}
.hgi-solid.hgi-sharp.hgi-greater-than-square:before {
  content: "\47ba";
}
.hgi-solid.hgi-sharp.hgi-greater-than:before {
  content: "\47bb";
}
.hgi-solid.hgi-sharp.hgi-greek-helmet:before {
  content: "\47bd";
}
.hgi-solid.hgi-sharp.hgi-green-house:before {
  content: "\47bf";
}
.hgi-solid.hgi-sharp.hgi-grid-02:before {
  content: "\47c1";
}
.hgi-solid.hgi-sharp.hgi-grid-off:before {
  content: "\47c3";
}
.hgi-solid.hgi-sharp.hgi-grid-table:before {
  content: "\47c6";
}
.hgi-solid.hgi-sharp.hgi-grid-view:before {
  content: "\47c8";
}
.hgi-solid.hgi-sharp.hgi-grid:before {
  content: "\47c9";
}
.hgi-solid.hgi-sharp.hgi-grimacing:before {
  content: "\47cb";
}
.hgi-solid.hgi-sharp.hgi-grinning:before {
  content: "\47cd";
}
.hgi-solid.hgi-sharp.hgi-grok:before {
  content: "\47cf";
}
.hgi-solid.hgi-sharp.hgi-group-01:before {
  content: "\47d1";
}
.hgi-solid.hgi-sharp.hgi-group-items:before {
  content: "\47d3";
}
.hgi-solid.hgi-sharp.hgi-group-layers:before {
  content: "\47d5";
}
.hgi-solid.hgi-sharp.hgi-guest-house:before {
  content: "\47d7";
}
.hgi-solid.hgi-sharp.hgi-gun:before {
  content: "\47d9";
}
.hgi-solid.hgi-sharp.hgi-gymnastic-rings:before {
  content: "\47db";
}
.hgi-solid.hgi-sharp.hgi-gymnastic:before {
  content: "\47dd";
}
.hgi-solid.hgi-sharp.hgi-hackerrank:before {
  content: "\47df";
}
.hgi-solid.hgi-sharp.hgi-hair-clips:before {
  content: "\47e1";
}
.hgi-solid.hgi-sharp.hgi-hair-dryer:before {
  content: "\47e3";
}
.hgi-solid.hgi-sharp.hgi-haji:before {
  content: "\47e5";
}
.hgi-solid.hgi-sharp.hgi-halal-lab:before {
  content: "\47e7";
}
.hgi-solid.hgi-sharp.hgi-halal:before {
  content: "\47e9";
}
.hgi-solid.hgi-sharp.hgi-hamburger-01:before {
  content: "\47eb";
}
.hgi-solid.hgi-sharp.hgi-hamburger-02:before {
  content: "\47ed";
}
.hgi-solid.hgi-sharp.hgi-hand-bag-01:before {
  content: "\47ef";
}
.hgi-solid.hgi-sharp.hgi-hand-bag-02:before {
  content: "\47f1";
}
.hgi-solid.hgi-sharp.hgi-hand-beater:before {
  content: "\47f3";
}
.hgi-solid.hgi-sharp.hgi-hand-grip:before {
  content: "\47f5";
}
.hgi-solid.hgi-sharp.hgi-hand-pointing-down-01:before {
  content: "\47f7";
}
.hgi-solid.hgi-sharp.hgi-hand-pointing-down-02:before {
  content: "\47f9";
}
.hgi-solid.hgi-sharp.hgi-hand-pointing-down-03:before {
  content: "\47fb";
}
.hgi-solid.hgi-sharp.hgi-hand-pointing-down-04:before {
  content: "\47fd";
}
.hgi-solid.hgi-sharp.hgi-hand-pointing-left-01:before {
  content: "\47ff";
}
.hgi-solid.hgi-sharp.hgi-hand-pointing-left-02:before {
  content: "\4801";
}
.hgi-solid.hgi-sharp.hgi-hand-pointing-left-03:before {
  content: "\4803";
}
.hgi-solid.hgi-sharp.hgi-hand-pointing-left-04:before {
  content: "\4805";
}
.hgi-solid.hgi-sharp.hgi-hand-pointing-right-01:before {
  content: "\4807";
}
.hgi-solid.hgi-sharp.hgi-hand-pointing-right-02:before {
  content: "\4809";
}
.hgi-solid.hgi-sharp.hgi-hand-pointing-right-03:before {
  content: "\480b";
}
.hgi-solid.hgi-sharp.hgi-hand-pointing-right-04:before {
  content: "\480d";
}
.hgi-solid.hgi-sharp.hgi-hand-prayer:before {
  content: "\480f";
}
.hgi-solid.hgi-sharp.hgi-hand-sanitizer:before {
  content: "\4811";
}
.hgi-solid.hgi-sharp.hgi-handcuffs:before {
  content: "\4813";
}
.hgi-solid.hgi-sharp.hgi-hanger:before {
  content: "\4815";
}
.hgi-solid.hgi-sharp.hgi-hanging-clock:before {
  content: "\4817";
}
.hgi-solid.hgi-sharp.hgi-hangout:before {
  content: "\4819";
}
.hgi-solid.hgi-sharp.hgi-happy:before {
  content: "\481b";
}
.hgi-solid.hgi-sharp.hgi-hard-drive:before {
  content: "\481d";
}
.hgi-solid.hgi-sharp.hgi-hat:before {
  content: "\481f";
}
.hgi-solid.hgi-sharp.hgi-hdd:before {
  content: "\4821";
}
.hgi-solid.hgi-sharp.hgi-hdr-01:before {
  content: "\4823";
}
.hgi-solid.hgi-sharp.hgi-hdr-02:before {
  content: "\4825";
}
.hgi-solid.hgi-sharp.hgi-heading-01:before {
  content: "\4827";
}
.hgi-solid.hgi-sharp.hgi-heading-02:before {
  content: "\4829";
}
.hgi-solid.hgi-sharp.hgi-heading-03:before {
  content: "\482b";
}
.hgi-solid.hgi-sharp.hgi-heading-04:before {
  content: "\482d";
}
.hgi-solid.hgi-sharp.hgi-heading-05:before {
  content: "\482f";
}
.hgi-solid.hgi-sharp.hgi-heading-06:before {
  content: "\4831";
}
.hgi-solid.hgi-sharp.hgi-heading:before {
  content: "\4833";
}
.hgi-solid.hgi-sharp.hgi-headphone-mute:before {
  content: "\4835";
}
.hgi-solid.hgi-sharp.hgi-headphones:before {
  content: "\4837";
}
.hgi-solid.hgi-sharp.hgi-headset-connected:before {
  content: "\4839";
}
.hgi-solid.hgi-sharp.hgi-headset-off:before {
  content: "\483b";
}
.hgi-solid.hgi-sharp.hgi-headset:before {
  content: "\483d";
}
.hgi-solid.hgi-sharp.hgi-healtcare:before {
  content: "\483f";
}
.hgi-solid.hgi-sharp.hgi-health:before {
  content: "\4841";
}
.hgi-solid.hgi-sharp.hgi-heart-add:before {
  content: "\4843";
}
.hgi-solid.hgi-sharp.hgi-heart-check:before {
  content: "\4845";
}
.hgi-solid.hgi-sharp.hgi-heart-remove:before {
  content: "\4847";
}
.hgi-solid.hgi-sharp.hgi-heartbreak:before {
  content: "\4849";
}
.hgi-solid.hgi-sharp.hgi-helicopter:before {
  content: "\484b";
}
.hgi-solid.hgi-sharp.hgi-help-circle:before {
  content: "\484d";
}
.hgi-solid.hgi-sharp.hgi-help-square:before {
  content: "\484f";
}
.hgi-solid.hgi-sharp.hgi-hexagon-01:before {
  content: "\4851";
}
.hgi-solid.hgi-sharp.hgi-hexagon:before {
  content: "\4853";
}
.hgi-solid.hgi-sharp.hgi-hierarchy-circle-01:before {
  content: "\4855";
}
.hgi-solid.hgi-sharp.hgi-hierarchy-circle-02:before {
  content: "\4857";
}
.hgi-solid.hgi-sharp.hgi-hierarchy-circle-03:before {
  content: "\4859";
}
.hgi-solid.hgi-sharp.hgi-hierarchy-files:before {
  content: "\485b";
}
.hgi-solid.hgi-sharp.hgi-hierarchy-square-01:before {
  content: "\485e";
}
.hgi-solid.hgi-sharp.hgi-hierarchy-square-02:before {
  content: "\4860";
}
.hgi-solid.hgi-sharp.hgi-hierarchy-square-03:before {
  content: "\4862";
}
.hgi-solid.hgi-sharp.hgi-hierarchy-square-04:before {
  content: "\4864";
}
.hgi-solid.hgi-sharp.hgi-hierarchy-square-05:before {
  content: "\4866";
}
.hgi-solid.hgi-sharp.hgi-hierarchy-square-06:before {
  content: "\4868";
}
.hgi-solid.hgi-sharp.hgi-hierarchy-square-07:before {
  content: "\486a";
}
.hgi-solid.hgi-sharp.hgi-hierarchy-square-08:before {
  content: "\486c";
}
.hgi-solid.hgi-sharp.hgi-hierarchy-square-10:before {
  content: "\486e";
}
.hgi-solid.hgi-sharp.hgi-hierarchy:before {
  content: "\486f";
}
.hgi-solid.hgi-sharp.hgi-high-heels-01:before {
  content: "\4871";
}
.hgi-solid.hgi-sharp.hgi-high-heels-02:before {
  content: "\4873";
}
.hgi-solid.hgi-sharp.hgi-highlighter:before {
  content: "\4875";
}
.hgi-solid.hgi-sharp.hgi-hijab:before {
  content: "\4877";
}
.hgi-solid.hgi-sharp.hgi-hockey:before {
  content: "\4879";
}
.hgi-solid.hgi-sharp.hgi-hold-01:before {
  content: "\487b";
}
.hgi-solid.hgi-sharp.hgi-hold-02:before {
  content: "\487d";
}
.hgi-solid.hgi-sharp.hgi-hold-03:before {
  content: "\487f";
}
.hgi-solid.hgi-sharp.hgi-hold-04:before {
  content: "\4881";
}
.hgi-solid.hgi-sharp.hgi-hold-05:before {
  content: "\4883";
}
.hgi-solid.hgi-sharp.hgi-hold-locked-01:before {
  content: "\4885";
}
.hgi-solid.hgi-sharp.hgi-hold-locked-02:before {
  content: "\4887";
}
.hgi-solid.hgi-sharp.hgi-hold-phone:before {
  content: "\4889";
}
.hgi-solid.hgi-sharp.hgi-hologram:before {
  content: "\488b";
}
.hgi-solid.hgi-sharp.hgi-home-01:before {
  content: "\488d";
}
.hgi-solid.hgi-sharp.hgi-home-02:before {
  content: "\488f";
}
.hgi-solid.hgi-sharp.hgi-home-03:before {
  content: "\4891";
}
.hgi-solid.hgi-sharp.hgi-home-04:before {
  content: "\4893";
}
.hgi-solid.hgi-sharp.hgi-home-05:before {
  content: "\4895";
}
.hgi-solid.hgi-sharp.hgi-home-06:before {
  content: "\4897";
}
.hgi-solid.hgi-sharp.hgi-home-07:before {
  content: "\4899";
}
.hgi-solid.hgi-sharp.hgi-home-08:before {
  content: "\489b";
}
.hgi-solid.hgi-sharp.hgi-home-09:before {
  content: "\489d";
}
.hgi-solid.hgi-sharp.hgi-home-10:before {
  content: "\489f";
}
.hgi-solid.hgi-sharp.hgi-home-11:before {
  content: "\48a1";
}
.hgi-solid.hgi-sharp.hgi-home-12:before {
  content: "\48a3";
}
.hgi-solid.hgi-sharp.hgi-home-13:before {
  content: "\48a5";
}
.hgi-solid.hgi-sharp.hgi-home-wifi:before {
  content: "\48a7";
}
.hgi-solid.hgi-sharp.hgi-honey-01:before {
  content: "\48a9";
}
.hgi-solid.hgi-sharp.hgi-honey-02:before {
  content: "\48ab";
}
.hgi-solid.hgi-sharp.hgi-honor:before {
  content: "\48ad";
}
.hgi-solid.hgi-sharp.hgi-honour-star:before {
  content: "\48af";
}
.hgi-solid.hgi-sharp.hgi-hoodie:before {
  content: "\48b1";
}
.hgi-solid.hgi-sharp.hgi-horizonal-scroll-point:before {
  content: "\48b3";
}
.hgi-solid.hgi-sharp.hgi-horizontal-resize:before {
  content: "\48b5";
}
.hgi-solid.hgi-sharp.hgi-horse-head:before {
  content: "\48b7";
}
.hgi-solid.hgi-sharp.hgi-horse-saddle:before {
  content: "\48b9";
}
.hgi-solid.hgi-sharp.hgi-horse:before {
  content: "\48bb";
}
.hgi-solid.hgi-sharp.hgi-hospital-01:before {
  content: "\48bd";
}
.hgi-solid.hgi-sharp.hgi-hospital-02:before {
  content: "\48bf";
}
.hgi-solid.hgi-sharp.hgi-hospital-bed-01:before {
  content: "\48c1";
}
.hgi-solid.hgi-sharp.hgi-hospital-bed-02:before {
  content: "\48c3";
}
.hgi-solid.hgi-sharp.hgi-hospital-location:before {
  content: "\48c5";
}
.hgi-solid.hgi-sharp.hgi-hot-air-balloon:before {
  content: "\48c7";
}
.hgi-solid.hgi-sharp.hgi-hot-price:before {
  content: "\48c9";
}
.hgi-solid.hgi-sharp.hgi-hot-tube:before {
  content: "\48cb";
}
.hgi-solid.hgi-sharp.hgi-hotdog:before {
  content: "\48cd";
}
.hgi-solid.hgi-sharp.hgi-hotel-01:before {
  content: "\48cf";
}
.hgi-solid.hgi-sharp.hgi-hotel-02:before {
  content: "\48d1";
}
.hgi-solid.hgi-sharp.hgi-hotel-bell:before {
  content: "\48d3";
}
.hgi-solid.hgi-sharp.hgi-hotspot-offline:before {
  content: "\48d5";
}
.hgi-solid.hgi-sharp.hgi-hotspot:before {
  content: "\48d7";
}
.hgi-solid.hgi-sharp.hgi-hourglass-off:before {
  content: "\48d9";
}
.hgi-solid.hgi-sharp.hgi-hourglass:before {
  content: "\48db";
}
.hgi-solid.hgi-sharp.hgi-house-01:before {
  content: "\48dd";
}
.hgi-solid.hgi-sharp.hgi-house-02:before {
  content: "\48df";
}
.hgi-solid.hgi-sharp.hgi-house-03:before {
  content: "\48e1";
}
.hgi-solid.hgi-sharp.hgi-house-04:before {
  content: "\48e3";
}
.hgi-solid.hgi-sharp.hgi-house-05:before {
  content: "\48e5";
}
.hgi-solid.hgi-sharp.hgi-house-solar-panel:before {
  content: "\48e7";
}
.hgi-solid.hgi-sharp.hgi-html-5:before {
  content: "\48e9";
}
.hgi-solid.hgi-sharp.hgi-hugeicons:before {
  content: "\48eb";
}
.hgi-solid.hgi-sharp.hgi-humidity:before {
  content: "\48ed";
}
.hgi-solid.hgi-sharp.hgi-hut:before {
  content: "\48ef";
}
.hgi-solid.hgi-sharp.hgi-hydro-power:before {
  content: "\48f1";
}
.hgi-solid.hgi-sharp.hgi-hyperbole:before {
  content: "\48f3";
}
.hgi-solid.hgi-sharp.hgi-ice-cream-01:before {
  content: "\48f5";
}
.hgi-solid.hgi-sharp.hgi-ice-cream-02:before {
  content: "\48f7";
}
.hgi-solid.hgi-sharp.hgi-ice-cream-03:before {
  content: "\48f9";
}
.hgi-solid.hgi-sharp.hgi-ice-cream-04:before {
  content: "\48fb";
}
.hgi-solid.hgi-sharp.hgi-ice-cubes:before {
  content: "\48fd";
}
.hgi-solid.hgi-sharp.hgi-ice-hockey:before {
  content: "\48ff";
}
.hgi-solid.hgi-sharp.hgi-ice-skating:before {
  content: "\4901";
}
.hgi-solid.hgi-sharp.hgi-ico:before {
  content: "\4903";
}
.hgi-solid.hgi-sharp.hgi-iconjar:before {
  content: "\4905";
}
.hgi-solid.hgi-sharp.hgi-id-not-verified:before {
  content: "\4907";
}
.hgi-solid.hgi-sharp.hgi-id-verified:before {
  content: "\490a";
}
.hgi-solid.hgi-sharp.hgi-id:before {
  content: "\490b";
}
.hgi-solid.hgi-sharp.hgi-idea-01:before {
  content: "\490d";
}
.hgi-solid.hgi-sharp.hgi-idea:before {
  content: "\490f";
}
.hgi-solid.hgi-sharp.hgi-identification:before {
  content: "\4911";
}
.hgi-solid.hgi-sharp.hgi-identity-card:before {
  content: "\4913";
}
.hgi-solid.hgi-sharp.hgi-image-01:before {
  content: "\4915";
}
.hgi-solid.hgi-sharp.hgi-image-02:before {
  content: "\4917";
}
.hgi-solid.hgi-sharp.hgi-image-03:before {
  content: "\4919";
}
.hgi-solid.hgi-sharp.hgi-image-actual-size:before {
  content: "\491b";
}
.hgi-solid.hgi-sharp.hgi-image-add-01:before {
  content: "\491d";
}
.hgi-solid.hgi-sharp.hgi-image-add-02:before {
  content: "\491f";
}
.hgi-solid.hgi-sharp.hgi-image-composition-oval:before {
  content: "\4921";
}
.hgi-solid.hgi-sharp.hgi-image-composition:before {
  content: "\4923";
}
.hgi-solid.hgi-sharp.hgi-image-counter-clockwise:before {
  content: "\4925";
}
.hgi-solid.hgi-sharp.hgi-image-crop:before {
  content: "\4927";
}
.hgi-solid.hgi-sharp.hgi-image-delete-01:before {
  content: "\4929";
}
.hgi-solid.hgi-sharp.hgi-image-delete-02:before {
  content: "\492b";
}
.hgi-solid.hgi-sharp.hgi-image-done-01:before {
  content: "\492d";
}
.hgi-solid.hgi-sharp.hgi-image-done-02:before {
  content: "\492f";
}
.hgi-solid.hgi-sharp.hgi-image-download-02:before {
  content: "\4931";
}
.hgi-solid.hgi-sharp.hgi-image-download:before {
  content: "\4933";
}
.hgi-solid.hgi-sharp.hgi-image-flip -horizontal:before {
  content: "\4935";
}
.hgi-solid.hgi-sharp.hgi-image-flip-vertical:before {
  content: "\4937";
}
.hgi-solid.hgi-sharp.hgi-image-not-found-01:before {
  content: "\4939";
}
.hgi-solid.hgi-sharp.hgi-image-not-found-02:before {
  content: "\493b";
}
.hgi-solid.hgi-sharp.hgi-image-remove-01:before {
  content: "\493d";
}
.hgi-solid.hgi-sharp.hgi-image-remove-02:before {
  content: "\493f";
}
.hgi-solid.hgi-sharp.hgi-image-rotation-clockwise:before {
  content: "\4941";
}
.hgi-solid.hgi-sharp.hgi-image-upload-01:before {
  content: "\4943";
}
.hgi-solid.hgi-sharp.hgi-image-upload:before {
  content: "\4945";
}
.hgi-solid.hgi-sharp.hgi-imo:before {
  content: "\4947";
}
.hgi-solid.hgi-sharp.hgi-important-book:before {
  content: "\4949";
}
.hgi-solid.hgi-sharp.hgi-in-love:before {
  content: "\494b";
}
.hgi-solid.hgi-sharp.hgi-inbox-check:before {
  content: "\494d";
}
.hgi-solid.hgi-sharp.hgi-inbox-download:before {
  content: "\494f";
}
.hgi-solid.hgi-sharp.hgi-inbox-unread:before {
  content: "\4952";
}
.hgi-solid.hgi-sharp.hgi-inbox-upload:before {
  content: "\4954";
}
.hgi-solid.hgi-sharp.hgi-inbox:before {
  content: "\4955";
}
.hgi-solid.hgi-sharp.hgi-incognito:before {
  content: "\4957";
}
.hgi-solid.hgi-sharp.hgi-india-gate:before {
  content: "\4959";
}
.hgi-solid.hgi-sharp.hgi-inequality-01:before {
  content: "\495b";
}
.hgi-solid.hgi-sharp.hgi-inequality-02:before {
  content: "\495d";
}
.hgi-solid.hgi-sharp.hgi-inequality-circle-01:before {
  content: "\495f";
}
.hgi-solid.hgi-sharp.hgi-inequality-circle-02:before {
  content: "\4961";
}
.hgi-solid.hgi-sharp.hgi-inequality-square-01:before {
  content: "\4963";
}
.hgi-solid.hgi-sharp.hgi-inequality-square-02:before {
  content: "\4965";
}
.hgi-solid.hgi-sharp.hgi-infant:before {
  content: "\4967";
}
.hgi-solid.hgi-sharp.hgi-infinity-01:before {
  content: "\4969";
}
.hgi-solid.hgi-sharp.hgi-infinity-02:before {
  content: "\496b";
}
.hgi-solid.hgi-sharp.hgi-infinity-circle:before {
  content: "\496d";
}
.hgi-solid.hgi-sharp.hgi-infinity-square:before {
  content: "\496f";
}
.hgi-solid.hgi-sharp.hgi-information-circle:before {
  content: "\4971";
}
.hgi-solid.hgi-sharp.hgi-information-diamond:before {
  content: "\4973";
}
.hgi-solid.hgi-sharp.hgi-information-square:before {
  content: "\4975";
}
.hgi-solid.hgi-sharp.hgi-injection:before {
  content: "\4977";
}
.hgi-solid.hgi-sharp.hgi-insert-bottom-image:before {
  content: "\4979";
}
.hgi-solid.hgi-sharp.hgi-insert-center-image:before {
  content: "\497b";
}
.hgi-solid.hgi-sharp.hgi-insert-column-left:before {
  content: "\497d";
}
.hgi-solid.hgi-sharp.hgi-insert-column:before {
  content: "\497f";
}
.hgi-solid.hgi-sharp.hgi-insert-pi:before {
  content: "\4981";
}
.hgi-solid.hgi-sharp.hgi-insert-row-down:before {
  content: "\4983";
}
.hgi-solid.hgi-sharp.hgi-insert-row-up:before {
  content: "\4986";
}
.hgi-solid.hgi-sharp.hgi-insert-row:before {
  content: "\4987";
}
.hgi-solid.hgi-sharp.hgi-insert-top-image:before {
  content: "\4989";
}
.hgi-solid.hgi-sharp.hgi-inspect-code:before {
  content: "\498b";
}
.hgi-solid.hgi-sharp.hgi-instagram:before {
  content: "\498d";
}
.hgi-solid.hgi-sharp.hgi-installing-updates-01:before {
  content: "\498f";
}
.hgi-solid.hgi-sharp.hgi-installing-updates-02:before {
  content: "\4991";
}
.hgi-solid.hgi-sharp.hgi-internet-antenna-01:before {
  content: "\4993";
}
.hgi-solid.hgi-sharp.hgi-internet-antenna-02:before {
  content: "\4995";
}
.hgi-solid.hgi-sharp.hgi-internet-antenna-03:before {
  content: "\4997";
}
.hgi-solid.hgi-sharp.hgi-internet-antenna-04:before {
  content: "\4999";
}
.hgi-solid.hgi-sharp.hgi-internet:before {
  content: "\499b";
}
.hgi-solid.hgi-sharp.hgi-investigation:before {
  content: "\499d";
}
.hgi-solid.hgi-sharp.hgi-invoice-01:before {
  content: "\499f";
}
.hgi-solid.hgi-sharp.hgi-invoice-02:before {
  content: "\49a1";
}
.hgi-solid.hgi-sharp.hgi-invoice-03:before {
  content: "\49a3";
}
.hgi-solid.hgi-sharp.hgi-invoice-04:before {
  content: "\49a5";
}
.hgi-solid.hgi-sharp.hgi-invoice:before {
  content: "\49a7";
}
.hgi-solid.hgi-sharp.hgi-ipod:before {
  content: "\49a9";
}
.hgi-solid.hgi-sharp.hgi-iris-scan:before {
  content: "\49ab";
}
.hgi-solid.hgi-sharp.hgi-island:before {
  content: "\49ad";
}
.hgi-solid.hgi-sharp.hgi-jar:before {
  content: "\49af";
}
.hgi-solid.hgi-sharp.hgi-java-script:before {
  content: "\49b1";
}
.hgi-solid.hgi-sharp.hgi-java:before {
  content: "\49b3";
}
.hgi-solid.hgi-sharp.hgi-job-link:before {
  content: "\49b5";
}
.hgi-solid.hgi-sharp.hgi-job-search:before {
  content: "\49b7";
}
.hgi-solid.hgi-sharp.hgi-job-share:before {
  content: "\49b9";
}
.hgi-solid.hgi-sharp.hgi-jogger-pants:before {
  content: "\49bb";
}
.hgi-solid.hgi-sharp.hgi-join-bevel:before {
  content: "\49bd";
}
.hgi-solid.hgi-sharp.hgi-join-round:before {
  content: "\49bf";
}
.hgi-solid.hgi-sharp.hgi-join-straight:before {
  content: "\49c1";
}
.hgi-solid.hgi-sharp.hgi-joker:before {
  content: "\49c3";
}
.hgi-solid.hgi-sharp.hgi-joystick-01:before {
  content: "\49c5";
}
.hgi-solid.hgi-sharp.hgi-joystick-02:before {
  content: "\49c7";
}
.hgi-solid.hgi-sharp.hgi-joystick-03:before {
  content: "\49c9";
}
.hgi-solid.hgi-sharp.hgi-joystick-04:before {
  content: "\49cb";
}
.hgi-solid.hgi-sharp.hgi-joystick-05:before {
  content: "\49cd";
}
.hgi-solid.hgi-sharp.hgi-jpg-01:before {
  content: "\49cf";
}
.hgi-solid.hgi-sharp.hgi-jpg-02:before {
  content: "\49d1";
}
.hgi-solid.hgi-sharp.hgi-jsx-01:before {
  content: "\49d3";
}
.hgi-solid.hgi-sharp.hgi-jsx-02:before {
  content: "\49d5";
}
.hgi-solid.hgi-sharp.hgi-jsx-03:before {
  content: "\49d7";
}
.hgi-solid.hgi-sharp.hgi-judge:before {
  content: "\49d9";
}
.hgi-solid.hgi-sharp.hgi-jumpers:before {
  content: "\49db";
}
.hgi-solid.hgi-sharp.hgi-jupiter:before {
  content: "\49dd";
}
.hgi-solid.hgi-sharp.hgi-justice-scale-01:before {
  content: "\49df";
}
.hgi-solid.hgi-sharp.hgi-justice-scale-02:before {
  content: "\49e1";
}
.hgi-solid.hgi-sharp.hgi-kaaba-01:before {
  content: "\49e3";
}
.hgi-solid.hgi-sharp.hgi-kaaba-02:before {
  content: "\49e5";
}
.hgi-solid.hgi-sharp.hgi-kanban:before {
  content: "\49e7";
}
.hgi-solid.hgi-sharp.hgi-kayak:before {
  content: "\49e9";
}
.hgi-solid.hgi-sharp.hgi-keffiyeh:before {
  content: "\49eb";
}
.hgi-solid.hgi-sharp.hgi-kettle-01:before {
  content: "\49ed";
}
.hgi-solid.hgi-sharp.hgi-kettle:before {
  content: "\49ef";
}
.hgi-solid.hgi-sharp.hgi-kettlebell:before {
  content: "\49f1";
}
.hgi-solid.hgi-sharp.hgi-ketupat:before {
  content: "\49f3";
}
.hgi-solid.hgi-sharp.hgi-key-01:before {
  content: "\49f5";
}
.hgi-solid.hgi-sharp.hgi-key-02:before {
  content: "\49f7";
}
.hgi-solid.hgi-sharp.hgi-key-generator-fob:before {
  content: "\49f9";
}
.hgi-solid.hgi-sharp.hgi-keyboard:before {
  content: "\49fb";
}
.hgi-solid.hgi-sharp.hgi-keyframe-add:before {
  content: "\49fd";
}
.hgi-solid.hgi-sharp.hgi-keyframe-align-center:before {
  content: "\49ff";
}
.hgi-solid.hgi-sharp.hgi-keyframe-align-horizontal:before {
  content: "\4a01";
}
.hgi-solid.hgi-sharp.hgi-keyframe-align-vertical:before {
  content: "\4a03";
}
.hgi-solid.hgi-sharp.hgi-keyframe-bottom:before {
  content: "\4a05";
}
.hgi-solid.hgi-sharp.hgi-keyframe-left:before {
  content: "\4a07";
}
.hgi-solid.hgi-sharp.hgi-keyframe-remove:before {
  content: "\4a09";
}
.hgi-solid.hgi-sharp.hgi-keyframe-right:before {
  content: "\4a0b";
}
.hgi-solid.hgi-sharp.hgi-keyframe-top:before {
  content: "\4a0e";
}
.hgi-solid.hgi-sharp.hgi-keyframe:before {
  content: "\4a0f";
}
.hgi-solid.hgi-sharp.hgi-keyframes-double-add:before {
  content: "\4a11";
}
.hgi-solid.hgi-sharp.hgi-keyframes-double-remove:before {
  content: "\4a13";
}
.hgi-solid.hgi-sharp.hgi-keyframes-double:before {
  content: "\4a15";
}
.hgi-solid.hgi-sharp.hgi-keyframes-multiple-add:before {
  content: "\4a17";
}
.hgi-solid.hgi-sharp.hgi-keyframes-multiple-remove:before {
  content: "\4a19";
}
.hgi-solid.hgi-sharp.hgi-keyframes-multiple:before {
  content: "\4a1b";
}
.hgi-solid.hgi-sharp.hgi-kickstarter-01:before {
  content: "\4a1d";
}
.hgi-solid.hgi-sharp.hgi-kickstarter-02:before {
  content: "\4a1f";
}
.hgi-solid.hgi-sharp.hgi-kid:before {
  content: "\4a21";
}
.hgi-solid.hgi-sharp.hgi-kidneys:before {
  content: "\4a23";
}
.hgi-solid.hgi-sharp.hgi-kissing:before {
  content: "\4a25";
}
.hgi-solid.hgi-sharp.hgi-kitchen-utensils:before {
  content: "\4a27";
}
.hgi-solid.hgi-sharp.hgi-kite:before {
  content: "\4a29";
}
.hgi-solid.hgi-sharp.hgi-klarna:before {
  content: "\4a2b";
}
.hgi-solid.hgi-sharp.hgi-knife-01:before {
  content: "\4a2d";
}
.hgi-solid.hgi-sharp.hgi-knife-02:before {
  content: "\4a2f";
}
.hgi-solid.hgi-sharp.hgi-knife-bread:before {
  content: "\4a31";
}
.hgi-solid.hgi-sharp.hgi-knight-shield:before {
  content: "\4a33";
}
.hgi-solid.hgi-sharp.hgi-knives:before {
  content: "\4a35";
}
.hgi-solid.hgi-sharp.hgi-knowledge-01:before {
  content: "\4a37";
}
.hgi-solid.hgi-sharp.hgi-knowledge-02:before {
  content: "\4a39";
}
.hgi-solid.hgi-sharp.hgi-ko-fi:before {
  content: "\4a3b";
}
.hgi-solid.hgi-sharp.hgi-kurta-01:before {
  content: "\4a3d";
}
.hgi-solid.hgi-sharp.hgi-kurta:before {
  content: "\4a3f";
}
.hgi-solid.hgi-sharp.hgi-label-important:before {
  content: "\4a41";
}
.hgi-solid.hgi-sharp.hgi-label:before {
  content: "\4a43";
}
.hgi-solid.hgi-sharp.hgi-labor:before {
  content: "\4a45";
}
.hgi-solid.hgi-sharp.hgi-labs:before {
  content: "\4a47";
}
.hgi-solid.hgi-sharp.hgi-lake:before {
  content: "\4a49";
}
.hgi-solid.hgi-sharp.hgi-lamp-01:before {
  content: "\4a4b";
}
.hgi-solid.hgi-sharp.hgi-lamp-02:before {
  content: "\4a4d";
}
.hgi-solid.hgi-sharp.hgi-lamp-03:before {
  content: "\4a4f";
}
.hgi-solid.hgi-sharp.hgi-lamp-04:before {
  content: "\4a51";
}
.hgi-solid.hgi-sharp.hgi-lamp-05:before {
  content: "\4a53";
}
.hgi-solid.hgi-sharp.hgi-lamp:before {
  content: "\4a55";
}
.hgi-solid.hgi-sharp.hgi-language-circle:before {
  content: "\4a57";
}
.hgi-solid.hgi-sharp.hgi-language-skill:before {
  content: "\4a59";
}
.hgi-solid.hgi-sharp.hgi-language-square:before {
  content: "\4a5b";
}
.hgi-solid.hgi-sharp.hgi-lantern:before {
  content: "\4a5d";
}
.hgi-solid.hgi-sharp.hgi-laptop-add:before {
  content: "\4a5f";
}
.hgi-solid.hgi-sharp.hgi-laptop-charging:before {
  content: "\4a61";
}
.hgi-solid.hgi-sharp.hgi-laptop-check:before {
  content: "\4a63";
}
.hgi-solid.hgi-sharp.hgi-laptop-cloud:before {
  content: "\4a65";
}
.hgi-solid.hgi-sharp.hgi-laptop-issue:before {
  content: "\4a67";
}
.hgi-solid.hgi-sharp.hgi-laptop-performance:before {
  content: "\4a69";
}
.hgi-solid.hgi-sharp.hgi-laptop-phone-sync:before {
  content: "\4a6b";
}
.hgi-solid.hgi-sharp.hgi-laptop-programming:before {
  content: "\4a6d";
}
.hgi-solid.hgi-sharp.hgi-laptop-remove:before {
  content: "\4a6f";
}
.hgi-solid.hgi-sharp.hgi-laptop-settings:before {
  content: "\4a72";
}
.hgi-solid.hgi-sharp.hgi-laptop-video:before {
  content: "\4a74";
}
.hgi-solid.hgi-sharp.hgi-laptop:before {
  content: "\4a75";
}
.hgi-solid.hgi-sharp.hgi-lasso-tool-01:before {
  content: "\4a77";
}
.hgi-solid.hgi-sharp.hgi-lasso-tool-02:before {
  content: "\4a79";
}
.hgi-solid.hgi-sharp.hgi-last-fm:before {
  content: "\4a7b";
}
.hgi-solid.hgi-sharp.hgi-latitude:before {
  content: "\4a7d";
}
.hgi-solid.hgi-sharp.hgi-laughing:before {
  content: "\4a7f";
}
.hgi-solid.hgi-sharp.hgi-laurel-wreath-01:before {
  content: "\4a81";
}
.hgi-solid.hgi-sharp.hgi-laurel-wreath-02:before {
  content: "\4a83";
}
.hgi-solid.hgi-sharp.hgi-laurel-wreath-first-01:before {
  content: "\4a85";
}
.hgi-solid.hgi-sharp.hgi-laurel-wreath-first-02:before {
  content: "\4a87";
}
.hgi-solid.hgi-sharp.hgi-laurel-wreath-left-01:before {
  content: "\4a89";
}
.hgi-solid.hgi-sharp.hgi-laurel-wreath-left-02:before {
  content: "\4a8b";
}
.hgi-solid.hgi-sharp.hgi-laurel-wreath-left-03:before {
  content: "\4a8d";
}
.hgi-solid.hgi-sharp.hgi-laurel-wreath-right-01:before {
  content: "\4a8f";
}
.hgi-solid.hgi-sharp.hgi-laurel-wreath-right-02:before {
  content: "\4a91";
}
.hgi-solid.hgi-sharp.hgi-laurel-wreath-right-03:before {
  content: "\4a93";
}
.hgi-solid.hgi-sharp.hgi-layer-add:before {
  content: "\4a95";
}
.hgi-solid.hgi-sharp.hgi-layer-mask-01:before {
  content: "\4a97";
}
.hgi-solid.hgi-sharp.hgi-layer-mask-02:before {
  content: "\4a99";
}
.hgi-solid.hgi-sharp.hgi-layers-01:before {
  content: "\4a9b";
}
.hgi-solid.hgi-sharp.hgi-layers-02:before {
  content: "\4a9d";
}
.hgi-solid.hgi-sharp.hgi-layers-logo:before {
  content: "\4a9f";
}
.hgi-solid.hgi-sharp.hgi-layout-01:before {
  content: "\4aa1";
}
.hgi-solid.hgi-sharp.hgi-layout-02:before {
  content: "\4aa3";
}
.hgi-solid.hgi-sharp.hgi-layout-03:before {
  content: "\4aa5";
}
.hgi-solid.hgi-sharp.hgi-layout-04:before {
  content: "\4aa7";
}
.hgi-solid.hgi-sharp.hgi-layout-05:before {
  content: "\4aa9";
}
.hgi-solid.hgi-sharp.hgi-layout-06:before {
  content: "\4aab";
}
.hgi-solid.hgi-sharp.hgi-layout-07:before {
  content: "\4aad";
}
.hgi-solid.hgi-sharp.hgi-layout-2-column:before {
  content: "\4aaf";
}
.hgi-solid.hgi-sharp.hgi-layout-2-row:before {
  content: "\4ab1";
}
.hgi-solid.hgi-sharp.hgi-layout-3-column:before {
  content: "\4ab3";
}
.hgi-solid.hgi-sharp.hgi-layout-3-row:before {
  content: "\4ab5";
}
.hgi-solid.hgi-sharp.hgi-layout-bottom:before {
  content: "\4ab7";
}
.hgi-solid.hgi-sharp.hgi-layout-grid:before {
  content: "\4ab9";
}
.hgi-solid.hgi-sharp.hgi-layout-left:before {
  content: "\4abb";
}
.hgi-solid.hgi-sharp.hgi-layout-right:before {
  content: "\4abd";
}
.hgi-solid.hgi-sharp.hgi-layout-table-01:before {
  content: "\4abf";
}
.hgi-solid.hgi-sharp.hgi-layout-table-02:before {
  content: "\4ac1";
}
.hgi-solid.hgi-sharp.hgi-layout-top:before {
  content: "\4ac3";
}
.hgi-solid.hgi-sharp.hgi-leaf-01:before {
  content: "\4ac5";
}
.hgi-solid.hgi-sharp.hgi-leaf-02:before {
  content: "\4ac7";
}
.hgi-solid.hgi-sharp.hgi-leaf-03:before {
  content: "\4ac9";
}
.hgi-solid.hgi-sharp.hgi-leaf-04:before {
  content: "\4acb";
}
.hgi-solid.hgi-sharp.hgi-leaving-geo-fence:before {
  content: "\4acd";
}
.hgi-solid.hgi-sharp.hgi-leetcode:before {
  content: "\4acf";
}
.hgi-solid.hgi-sharp.hgi-left-angle:before {
  content: "\4ad1";
}
.hgi-solid.hgi-sharp.hgi-left-to-right-block-quote:before {
  content: "\4ad3";
}
.hgi-solid.hgi-sharp.hgi-left-to-right-list-bullet:before {
  content: "\4ad5";
}
.hgi-solid.hgi-sharp.hgi-left-to-right-list-dash:before {
  content: "\4ad7";
}
.hgi-solid.hgi-sharp.hgi-left-to-right-list-number:before {
  content: "\4ad9";
}
.hgi-solid.hgi-sharp.hgi-left-to-right-list-star-01:before {
  content: "\4adb";
}
.hgi-solid.hgi-sharp.hgi-left-to-right-list-star:before {
  content: "\4add";
}
.hgi-solid.hgi-sharp.hgi-left-to-right-list-triangle:before {
  content: "\4adf";
}
.hgi-solid.hgi-sharp.hgi-left-triangle:before {
  content: "\4ae1";
}
.hgi-solid.hgi-sharp.hgi-legal-01:before {
  content: "\4ae3";
}
.hgi-solid.hgi-sharp.hgi-legal-02:before {
  content: "\4ae5";
}
.hgi-solid.hgi-sharp.hgi-legal-document-01:before {
  content: "\4ae7";
}
.hgi-solid.hgi-sharp.hgi-legal-document-02:before {
  content: "\4ae9";
}
.hgi-solid.hgi-sharp.hgi-legal-hammer:before {
  content: "\4aeb";
}
.hgi-solid.hgi-sharp.hgi-less-than-circle:before {
  content: "\4aed";
}
.hgi-solid.hgi-sharp.hgi-less-than-square:before {
  content: "\4af0";
}
.hgi-solid.hgi-sharp.hgi-less-than:before {
  content: "\4af1";
}
.hgi-solid.hgi-sharp.hgi-letter-spacing:before {
  content: "\4af3";
}
.hgi-solid.hgi-sharp.hgi-libraries:before {
  content: "\4af5";
}
.hgi-solid.hgi-sharp.hgi-library:before {
  content: "\4af7";
}
.hgi-solid.hgi-sharp.hgi-license-draft:before {
  content: "\4af9";
}
.hgi-solid.hgi-sharp.hgi-license-maintenance:before {
  content: "\4afb";
}
.hgi-solid.hgi-sharp.hgi-license-no:before {
  content: "\4afd";
}
.hgi-solid.hgi-sharp.hgi-license-pin:before {
  content: "\4aff";
}
.hgi-solid.hgi-sharp.hgi-license-third-party:before {
  content: "\4b02";
}
.hgi-solid.hgi-sharp.hgi-license:before {
  content: "\4b03";
}
.hgi-solid.hgi-sharp.hgi-lift-truck:before {
  content: "\4b05";
}
.hgi-solid.hgi-sharp.hgi-lighthouse:before {
  content: "\4b07";
}
.hgi-solid.hgi-sharp.hgi-limit-order:before {
  content: "\4b09";
}
.hgi-solid.hgi-sharp.hgi-limitation:before {
  content: "\4b0b";
}
.hgi-solid.hgi-sharp.hgi-line:before {
  content: "\4b0d";
}
.hgi-solid.hgi-sharp.hgi-liner:before {
  content: "\4b0f";
}
.hgi-solid.hgi-sharp.hgi-link-01:before {
  content: "\4b11";
}
.hgi-solid.hgi-sharp.hgi-link-02:before {
  content: "\4b13";
}
.hgi-solid.hgi-sharp.hgi-link-03:before {
  content: "\4b15";
}
.hgi-solid.hgi-sharp.hgi-link-04:before {
  content: "\4b17";
}
.hgi-solid.hgi-sharp.hgi-link-05:before {
  content: "\4b19";
}
.hgi-solid.hgi-sharp.hgi-link-06:before {
  content: "\4b1b";
}
.hgi-solid.hgi-sharp.hgi-link-backward:before {
  content: "\4b1d";
}
.hgi-solid.hgi-sharp.hgi-link-circle-02:before {
  content: "\4b1f";
}
.hgi-solid.hgi-sharp.hgi-link-circle:before {
  content: "\4b21";
}
.hgi-solid.hgi-sharp.hgi-link-forward:before {
  content: "\4b23";
}
.hgi-solid.hgi-sharp.hgi-link-square-01:before {
  content: "\4b25";
}
.hgi-solid.hgi-sharp.hgi-link-square-02:before {
  content: "\4b27";
}
.hgi-solid.hgi-sharp.hgi-linkedin-01:before {
  content: "\4b29";
}
.hgi-solid.hgi-sharp.hgi-linkedin-02:before {
  content: "\4b2b";
}
.hgi-solid.hgi-sharp.hgi-list-setting:before {
  content: "\4b2d";
}
.hgi-solid.hgi-sharp.hgi-list-view:before {
  content: "\4b2f";
}
.hgi-solid.hgi-sharp.hgi-litecoin:before {
  content: "\4b31";
}
.hgi-solid.hgi-sharp.hgi-live-streaming-01:before {
  content: "\4b33";
}
.hgi-solid.hgi-sharp.hgi-live-streaming-02:before {
  content: "\4b35";
}
.hgi-solid.hgi-sharp.hgi-live-streaming-03:before {
  content: "\4b37";
}
.hgi-solid.hgi-sharp.hgi-liver:before {
  content: "\4b39";
}
.hgi-solid.hgi-sharp.hgi-loading-01:before {
  content: "\4b3b";
}
.hgi-solid.hgi-sharp.hgi-loading-02:before {
  content: "\4b3d";
}
.hgi-solid.hgi-sharp.hgi-loading-03:before {
  content: "\4b3f";
}
.hgi-solid.hgi-sharp.hgi-loading-04:before {
  content: "\4b41";
}
.hgi-solid.hgi-sharp.hgi-location-01:before {
  content: "\4b43";
}
.hgi-solid.hgi-sharp.hgi-location-02:before {
  content: "\4b45";
}
.hgi-solid.hgi-sharp.hgi-location-03:before {
  content: "\4b47";
}
.hgi-solid.hgi-sharp.hgi-location-04:before {
  content: "\4b49";
}
.hgi-solid.hgi-sharp.hgi-location-05:before {
  content: "\4b4b";
}
.hgi-solid.hgi-sharp.hgi-location-06:before {
  content: "\4b4d";
}
.hgi-solid.hgi-sharp.hgi-location-07:before {
  content: "\4b4f";
}
.hgi-solid.hgi-sharp.hgi-location-08:before {
  content: "\4b51";
}
.hgi-solid.hgi-sharp.hgi-location-09:before {
  content: "\4b53";
}
.hgi-solid.hgi-sharp.hgi-location-10:before {
  content: "\4b55";
}
.hgi-solid.hgi-sharp.hgi-location-add-01:before {
  content: "\4b57";
}
.hgi-solid.hgi-sharp.hgi-location-add-02:before {
  content: "\4b59";
}
.hgi-solid.hgi-sharp.hgi-location-check-01:before {
  content: "\4b5b";
}
.hgi-solid.hgi-sharp.hgi-location-check-02:before {
  content: "\4b5d";
}
.hgi-solid.hgi-sharp.hgi-location-favourite-01:before {
  content: "\4b5f";
}
.hgi-solid.hgi-sharp.hgi-location-favourite-02:before {
  content: "\4b61";
}
.hgi-solid.hgi-sharp.hgi-location-offline-01:before {
  content: "\4b63";
}
.hgi-solid.hgi-sharp.hgi-location-offline-02:before {
  content: "\4b65";
}
.hgi-solid.hgi-sharp.hgi-location-offline-03:before {
  content: "\4b67";
}
.hgi-solid.hgi-sharp.hgi-location-offline-04:before {
  content: "\4b69";
}
.hgi-solid.hgi-sharp.hgi-location-remove-01:before {
  content: "\4b6b";
}
.hgi-solid.hgi-sharp.hgi-location-remove-02:before {
  content: "\4b6d";
}
.hgi-solid.hgi-sharp.hgi-location-share-01:before {
  content: "\4b6f";
}
.hgi-solid.hgi-sharp.hgi-location-share-02:before {
  content: "\4b71";
}
.hgi-solid.hgi-sharp.hgi-location-star-01:before {
  content: "\4b73";
}
.hgi-solid.hgi-sharp.hgi-location-star-02:before {
  content: "\4b75";
}
.hgi-solid.hgi-sharp.hgi-location-update-01:before {
  content: "\4b77";
}
.hgi-solid.hgi-sharp.hgi-location-update-02:before {
  content: "\4b79";
}
.hgi-solid.hgi-sharp.hgi-location-user-01:before {
  content: "\4b7b";
}
.hgi-solid.hgi-sharp.hgi-location-user-02:before {
  content: "\4b7d";
}
.hgi-solid.hgi-sharp.hgi-location-user-03:before {
  content: "\4b7f";
}
.hgi-solid.hgi-sharp.hgi-location-user-04:before {
  content: "\4b81";
}
.hgi-solid.hgi-sharp.hgi-lock-computer:before {
  content: "\4b83";
}
.hgi-solid.hgi-sharp.hgi-lock-key:before {
  content: "\4b85";
}
.hgi-solid.hgi-sharp.hgi-lock-password:before {
  content: "\4b87";
}
.hgi-solid.hgi-sharp.hgi-lock-sync-01:before {
  content: "\4b8a";
}
.hgi-solid.hgi-sharp.hgi-lock-sync-02:before {
  content: "\4b8c";
}
.hgi-solid.hgi-sharp.hgi-lock:before {
  content: "\4b8d";
}
.hgi-solid.hgi-sharp.hgi-locked:before {
  content: "\4b8f";
}
.hgi-solid.hgi-sharp.hgi-locker-01:before {
  content: "\4b91";
}
.hgi-solid.hgi-sharp.hgi-locker:before {
  content: "\4b93";
}
.hgi-solid.hgi-sharp.hgi-login-01:before {
  content: "\4b95";
}
.hgi-solid.hgi-sharp.hgi-login-02:before {
  content: "\4b97";
}
.hgi-solid.hgi-sharp.hgi-login-03:before {
  content: "\4b99";
}
.hgi-solid.hgi-sharp.hgi-login-circle-01:before {
  content: "\4b9b";
}
.hgi-solid.hgi-sharp.hgi-login-circle-02:before {
  content: "\4b9d";
}
.hgi-solid.hgi-sharp.hgi-login-method:before {
  content: "\4b9f";
}
.hgi-solid.hgi-sharp.hgi-login-square-01:before {
  content: "\4ba1";
}
.hgi-solid.hgi-sharp.hgi-login-square-02:before {
  content: "\4ba3";
}
.hgi-solid.hgi-sharp.hgi-logout-01:before {
  content: "\4ba5";
}
.hgi-solid.hgi-sharp.hgi-logout-02:before {
  content: "\4ba7";
}
.hgi-solid.hgi-sharp.hgi-logout-03:before {
  content: "\4ba9";
}
.hgi-solid.hgi-sharp.hgi-logout-04:before {
  content: "\4bab";
}
.hgi-solid.hgi-sharp.hgi-logout-05:before {
  content: "\4bad";
}
.hgi-solid.hgi-sharp.hgi-logout-circle-01:before {
  content: "\4baf";
}
.hgi-solid.hgi-sharp.hgi-logout-circle-02:before {
  content: "\4bb1";
}
.hgi-solid.hgi-sharp.hgi-logout-square-01:before {
  content: "\4bb3";
}
.hgi-solid.hgi-sharp.hgi-logout-square-02:before {
  content: "\4bb5";
}
.hgi-solid.hgi-sharp.hgi-lollipop:before {
  content: "\4bb7";
}
.hgi-solid.hgi-sharp.hgi-long-sleeve-shirt:before {
  content: "\4bb9";
}
.hgi-solid.hgi-sharp.hgi-longitude:before {
  content: "\4bbb";
}
.hgi-solid.hgi-sharp.hgi-look-bottom:before {
  content: "\4bbd";
}
.hgi-solid.hgi-sharp.hgi-look-left:before {
  content: "\4bbf";
}
.hgi-solid.hgi-sharp.hgi-look-right:before {
  content: "\4bc1";
}
.hgi-solid.hgi-sharp.hgi-look-top:before {
  content: "\4bc3";
}
.hgi-solid.hgi-sharp.hgi-loom:before {
  content: "\4bc5";
}
.hgi-solid.hgi-sharp.hgi-lottiefiles:before {
  content: "\4bc7";
}
.hgi-solid.hgi-sharp.hgi-love-korean-finger:before {
  content: "\4bc9";
}
.hgi-solid.hgi-sharp.hgi-low-signal:before {
  content: "\4bcb";
}
.hgi-solid.hgi-sharp.hgi-loyalty-card:before {
  content: "\4bcd";
}
.hgi-solid.hgi-sharp.hgi-luggage-01:before {
  content: "\4bcf";
}
.hgi-solid.hgi-sharp.hgi-luggage-02:before {
  content: "\4bd1";
}
.hgi-solid.hgi-sharp.hgi-lungs:before {
  content: "\4bd3";
}
.hgi-solid.hgi-sharp.hgi-machine-robot:before {
  content: "\4bd5";
}
.hgi-solid.hgi-sharp.hgi-magic-wand-01:before {
  content: "\4bd7";
}
.hgi-solid.hgi-sharp.hgi-magic-wand-02:before {
  content: "\4bd9";
}
.hgi-solid.hgi-sharp.hgi-magic-wand-03:before {
  content: "\4bdb";
}
.hgi-solid.hgi-sharp.hgi-magic-wand-04:before {
  content: "\4bdd";
}
.hgi-solid.hgi-sharp.hgi-magnet-01:before {
  content: "\4bdf";
}
.hgi-solid.hgi-sharp.hgi-magnet-02:before {
  content: "\4be1";
}
.hgi-solid.hgi-sharp.hgi-magnet:before {
  content: "\4be3";
}
.hgi-solid.hgi-sharp.hgi-mail-01:before {
  content: "\4be5";
}
.hgi-solid.hgi-sharp.hgi-mail-02:before {
  content: "\4be7";
}
.hgi-solid.hgi-sharp.hgi-mail-account-01:before {
  content: "\4be9";
}
.hgi-solid.hgi-sharp.hgi-mail-account-02:before {
  content: "\4beb";
}
.hgi-solid.hgi-sharp.hgi-mail-add-01:before {
  content: "\4bed";
}
.hgi-solid.hgi-sharp.hgi-mail-add-02:before {
  content: "\4bef";
}
.hgi-solid.hgi-sharp.hgi-mail-at-sign-01:before {
  content: "\4bf1";
}
.hgi-solid.hgi-sharp.hgi-mail-at-sign-02:before {
  content: "\4bf3";
}
.hgi-solid.hgi-sharp.hgi-mail-block-01:before {
  content: "\4bf5";
}
.hgi-solid.hgi-sharp.hgi-mail-block-02:before {
  content: "\4bf7";
}
.hgi-solid.hgi-sharp.hgi-mail-download-01:before {
  content: "\4bf9";
}
.hgi-solid.hgi-sharp.hgi-mail-download-02:before {
  content: "\4bfb";
}
.hgi-solid.hgi-sharp.hgi-mail-edit-01:before {
  content: "\4bfd";
}
.hgi-solid.hgi-sharp.hgi-mail-edit-02:before {
  content: "\4bff";
}
.hgi-solid.hgi-sharp.hgi-mail-lock-01:before {
  content: "\4c01";
}
.hgi-solid.hgi-sharp.hgi-mail-lock-02:before {
  content: "\4c03";
}
.hgi-solid.hgi-sharp.hgi-mail-love-01:before {
  content: "\4c05";
}
.hgi-solid.hgi-sharp.hgi-mail-love-02:before {
  content: "\4c07";
}
.hgi-solid.hgi-sharp.hgi-mail-minus-01:before {
  content: "\4c09";
}
.hgi-solid.hgi-sharp.hgi-mail-minus-02:before {
  content: "\4c0b";
}
.hgi-solid.hgi-sharp.hgi-mail-open-01:before {
  content: "\4c0d";
}
.hgi-solid.hgi-sharp.hgi-mail-open-02:before {
  content: "\4c0f";
}
.hgi-solid.hgi-sharp.hgi-mail-open-love:before {
  content: "\4c11";
}
.hgi-solid.hgi-sharp.hgi-mail-open:before {
  content: "\4c13";
}
.hgi-solid.hgi-sharp.hgi-mail-receive-01:before {
  content: "\4c15";
}
.hgi-solid.hgi-sharp.hgi-mail-receive-02:before {
  content: "\4c17";
}
.hgi-solid.hgi-sharp.hgi-mail-remove-01:before {
  content: "\4c19";
}
.hgi-solid.hgi-sharp.hgi-mail-remove-02:before {
  content: "\4c1b";
}
.hgi-solid.hgi-sharp.hgi-mail-reply-01:before {
  content: "\4c1d";
}
.hgi-solid.hgi-sharp.hgi-mail-reply-02:before {
  content: "\4c1f";
}
.hgi-solid.hgi-sharp.hgi-mail-reply-all-01:before {
  content: "\4c21";
}
.hgi-solid.hgi-sharp.hgi-mail-reply-all-02:before {
  content: "\4c23";
}
.hgi-solid.hgi-sharp.hgi-mail-search-01:before {
  content: "\4c25";
}
.hgi-solid.hgi-sharp.hgi-mail-search-02:before {
  content: "\4c27";
}
.hgi-solid.hgi-sharp.hgi-mail-secure-01:before {
  content: "\4c29";
}
.hgi-solid.hgi-sharp.hgi-mail-secure-02:before {
  content: "\4c2b";
}
.hgi-solid.hgi-sharp.hgi-mail-send-01:before {
  content: "\4c2d";
}
.hgi-solid.hgi-sharp.hgi-mail-send-02:before {
  content: "\4c2f";
}
.hgi-solid.hgi-sharp.hgi-mail-setting-01:before {
  content: "\4c31";
}
.hgi-solid.hgi-sharp.hgi-mail-setting-02:before {
  content: "\4c33";
}
.hgi-solid.hgi-sharp.hgi-mail-unlock-01:before {
  content: "\4c35";
}
.hgi-solid.hgi-sharp.hgi-mail-unlock-02:before {
  content: "\4c37";
}
.hgi-solid.hgi-sharp.hgi-mail-upload-01:before {
  content: "\4c39";
}
.hgi-solid.hgi-sharp.hgi-mail-upload-02:before {
  content: "\4c3b";
}
.hgi-solid.hgi-sharp.hgi-mail-validation-01:before {
  content: "\4c3d";
}
.hgi-solid.hgi-sharp.hgi-mail-validation-02:before {
  content: "\4c3f";
}
.hgi-solid.hgi-sharp.hgi-mail-voice-01:before {
  content: "\4c41";
}
.hgi-solid.hgi-sharp.hgi-mail-voice-02:before {
  content: "\4c43";
}
.hgi-solid.hgi-sharp.hgi-mailbox-01:before {
  content: "\4c45";
}
.hgi-solid.hgi-sharp.hgi-mailbox:before {
  content: "\4c47";
}
.hgi-solid.hgi-sharp.hgi-male-02:before {
  content: "\4c49";
}
.hgi-solid.hgi-sharp.hgi-male-symbol:before {
  content: "\4c4b";
}
.hgi-solid.hgi-sharp.hgi-man-woman:before {
  content: "\4c4e";
}
.hgi-solid.hgi-sharp.hgi-man:before {
  content: "\4c4f";
}
.hgi-solid.hgi-sharp.hgi-manager:before {
  content: "\4c51";
}
.hgi-solid.hgi-sharp.hgi-map-pin:before {
  content: "\4c53";
}
.hgi-solid.hgi-sharp.hgi-map-pinpoint-01:before {
  content: "\4c55";
}
.hgi-solid.hgi-sharp.hgi-map-pinpoint-02:before {
  content: "\4c57";
}
.hgi-solid.hgi-sharp.hgi-maping:before {
  content: "\4c59";
}
.hgi-solid.hgi-sharp.hgi-maps-circle-01:before {
  content: "\4c5b";
}
.hgi-solid.hgi-sharp.hgi-maps-circle-02:before {
  content: "\4c5d";
}
.hgi-solid.hgi-sharp.hgi-maps-editing:before {
  content: "\4c5f";
}
.hgi-solid.hgi-sharp.hgi-maps-global-01:before {
  content: "\4c61";
}
.hgi-solid.hgi-sharp.hgi-maps-global-02:before {
  content: "\4c63";
}
.hgi-solid.hgi-sharp.hgi-maps-location-01:before {
  content: "\4c65";
}
.hgi-solid.hgi-sharp.hgi-maps-location-02:before {
  content: "\4c67";
}
.hgi-solid.hgi-sharp.hgi-maps-off:before {
  content: "\4c69";
}
.hgi-solid.hgi-sharp.hgi-maps-refresh:before {
  content: "\4c6b";
}
.hgi-solid.hgi-sharp.hgi-maps-search:before {
  content: "\4c6d";
}
.hgi-solid.hgi-sharp.hgi-maps-square-01:before {
  content: "\4c70";
}
.hgi-solid.hgi-sharp.hgi-maps-square-02:before {
  content: "\4c72";
}
.hgi-solid.hgi-sharp.hgi-maps:before {
  content: "\4c73";
}
.hgi-solid.hgi-sharp.hgi-market-analysis:before {
  content: "\4c75";
}
.hgi-solid.hgi-sharp.hgi-market-order:before {
  content: "\4c77";
}
.hgi-solid.hgi-sharp.hgi-marketing:before {
  content: "\4c79";
}
.hgi-solid.hgi-sharp.hgi-mask-love:before {
  content: "\4c7b";
}
.hgi-solid.hgi-sharp.hgi-mask:before {
  content: "\4c7d";
}
.hgi-solid.hgi-sharp.hgi-master-card:before {
  content: "\4c7f";
}
.hgi-solid.hgi-sharp.hgi-mastodon:before {
  content: "\4c81";
}
.hgi-solid.hgi-sharp.hgi-matches:before {
  content: "\4c83";
}
.hgi-solid.hgi-sharp.hgi-material-and-texture:before {
  content: "\4c85";
}
.hgi-solid.hgi-sharp.hgi-math:before {
  content: "\4c87";
}
.hgi-solid.hgi-sharp.hgi-matrix:before {
  content: "\4c89";
}
.hgi-solid.hgi-sharp.hgi-maximize-01:before {
  content: "\4c8b";
}
.hgi-solid.hgi-sharp.hgi-maximize-02:before {
  content: "\4c8d";
}
.hgi-solid.hgi-sharp.hgi-maximize-03:before {
  content: "\4c8f";
}
.hgi-solid.hgi-sharp.hgi-maximize-04:before {
  content: "\4c91";
}
.hgi-solid.hgi-sharp.hgi-maximize-screen:before {
  content: "\4c93";
}
.hgi-solid.hgi-sharp.hgi-mayan-pyramid:before {
  content: "\4c95";
}
.hgi-solid.hgi-sharp.hgi-maze:before {
  content: "\4c97";
}
.hgi-solid.hgi-sharp.hgi-medal-01:before {
  content: "\4c99";
}
.hgi-solid.hgi-sharp.hgi-medal-02:before {
  content: "\4c9b";
}
.hgi-solid.hgi-sharp.hgi-medal-03:before {
  content: "\4c9d";
}
.hgi-solid.hgi-sharp.hgi-medal-04:before {
  content: "\4c9f";
}
.hgi-solid.hgi-sharp.hgi-medal-05:before {
  content: "\4ca1";
}
.hgi-solid.hgi-sharp.hgi-medal-06:before {
  content: "\4ca3";
}
.hgi-solid.hgi-sharp.hgi-medal-07:before {
  content: "\4ca5";
}
.hgi-solid.hgi-sharp.hgi-medal-first-place:before {
  content: "\4ca7";
}
.hgi-solid.hgi-sharp.hgi-medal-second-place:before {
  content: "\4ca9";
}
.hgi-solid.hgi-sharp.hgi-medal-third-place:before {
  content: "\4cab";
}
.hgi-solid.hgi-sharp.hgi-medical-file:before {
  content: "\4cad";
}
.hgi-solid.hgi-sharp.hgi-medical-mask:before {
  content: "\4caf";
}
.hgi-solid.hgi-sharp.hgi-medicine-01:before {
  content: "\4cb1";
}
.hgi-solid.hgi-sharp.hgi-medicine-02:before {
  content: "\4cb3";
}
.hgi-solid.hgi-sharp.hgi-medicine-bottle-01:before {
  content: "\4cb5";
}
.hgi-solid.hgi-sharp.hgi-medicine-bottle-02:before {
  content: "\4cb7";
}
.hgi-solid.hgi-sharp.hgi-medicine-syrup:before {
  content: "\4cb9";
}
.hgi-solid.hgi-sharp.hgi-medium-signal:before {
  content: "\4cbc";
}
.hgi-solid.hgi-sharp.hgi-medium-square:before {
  content: "\4cbe";
}
.hgi-solid.hgi-sharp.hgi-medium:before {
  content: "\4cbf";
}
.hgi-solid.hgi-sharp.hgi-meeting-room:before {
  content: "\4cc1";
}
.hgi-solid.hgi-sharp.hgi-megaphone-01:before {
  content: "\4cc3";
}
.hgi-solid.hgi-sharp.hgi-megaphone-02:before {
  content: "\4cc5";
}
.hgi-solid.hgi-sharp.hgi-megaphone-03:before {
  content: "\4cc7";
}
.hgi-solid.hgi-sharp.hgi-meh:before {
  content: "\4cc9";
}
.hgi-solid.hgi-sharp.hgi-mentor:before {
  content: "\4ccb";
}
.hgi-solid.hgi-sharp.hgi-mentoring:before {
  content: "\4ccd";
}
.hgi-solid.hgi-sharp.hgi-menu-01:before {
  content: "\4ccf";
}
.hgi-solid.hgi-sharp.hgi-menu-02:before {
  content: "\4cd1";
}
.hgi-solid.hgi-sharp.hgi-menu-03:before {
  content: "\4cd3";
}
.hgi-solid.hgi-sharp.hgi-menu-04:before {
  content: "\4cd5";
}
.hgi-solid.hgi-sharp.hgi-menu-05:before {
  content: "\4cd7";
}
.hgi-solid.hgi-sharp.hgi-menu-06:before {
  content: "\4cd9";
}
.hgi-solid.hgi-sharp.hgi-menu-07:before {
  content: "\4cdb";
}
.hgi-solid.hgi-sharp.hgi-menu-08:before {
  content: "\4cdd";
}
.hgi-solid.hgi-sharp.hgi-menu-09:before {
  content: "\4cdf";
}
.hgi-solid.hgi-sharp.hgi-menu-10:before {
  content: "\4ce1";
}
.hgi-solid.hgi-sharp.hgi-menu-11:before {
  content: "\4ce3";
}
.hgi-solid.hgi-sharp.hgi-menu-circle:before {
  content: "\4ce5";
}
.hgi-solid.hgi-sharp.hgi-menu-collapse:before {
  content: "\4ce7";
}
.hgi-solid.hgi-sharp.hgi-menu-restaurant:before {
  content: "\4ce9";
}
.hgi-solid.hgi-sharp.hgi-menu-square:before {
  content: "\4ceb";
}
.hgi-solid.hgi-sharp.hgi-menu-two-line:before {
  content: "\4ced";
}
.hgi-solid.hgi-sharp.hgi-message-01:before {
  content: "\4cef";
}
.hgi-solid.hgi-sharp.hgi-message-02:before {
  content: "\4cf1";
}
.hgi-solid.hgi-sharp.hgi-message-add-01:before {
  content: "\4cf3";
}
.hgi-solid.hgi-sharp.hgi-message-add-02:before {
  content: "\4cf5";
}
.hgi-solid.hgi-sharp.hgi-message-blocked:before {
  content: "\4cf7";
}
.hgi-solid.hgi-sharp.hgi-message-cancel-01:before {
  content: "\4cf9";
}
.hgi-solid.hgi-sharp.hgi-message-cancel-02:before {
  content: "\4cfb";
}
.hgi-solid.hgi-sharp.hgi-message-delay-01:before {
  content: "\4cfd";
}
.hgi-solid.hgi-sharp.hgi-message-delay-02:before {
  content: "\4cff";
}
.hgi-solid.hgi-sharp.hgi-message-done-01:before {
  content: "\4d01";
}
.hgi-solid.hgi-sharp.hgi-message-done-02:before {
  content: "\4d03";
}
.hgi-solid.hgi-sharp.hgi-message-download-01:before {
  content: "\4d05";
}
.hgi-solid.hgi-sharp.hgi-message-download-02:before {
  content: "\4d07";
}
.hgi-solid.hgi-sharp.hgi-message-edit-01:before {
  content: "\4d09";
}
.hgi-solid.hgi-sharp.hgi-message-edit-02:before {
  content: "\4d0b";
}
.hgi-solid.hgi-sharp.hgi-message-favourite-01:before {
  content: "\4d0d";
}
.hgi-solid.hgi-sharp.hgi-message-favourite-02:before {
  content: "\4d0f";
}
.hgi-solid.hgi-sharp.hgi-message-incoming-01:before {
  content: "\4d11";
}
.hgi-solid.hgi-sharp.hgi-message-incoming-02:before {
  content: "\4d13";
}
.hgi-solid.hgi-sharp.hgi-message-lock-01:before {
  content: "\4d15";
}
.hgi-solid.hgi-sharp.hgi-message-lock-02:before {
  content: "\4d17";
}
.hgi-solid.hgi-sharp.hgi-message-multiple-01:before {
  content: "\4d19";
}
.hgi-solid.hgi-sharp.hgi-message-multiple-02:before {
  content: "\4d1b";
}
.hgi-solid.hgi-sharp.hgi-message-notification-01:before {
  content: "\4d1d";
}
.hgi-solid.hgi-sharp.hgi-message-notification-02:before {
  content: "\4d1f";
}
.hgi-solid.hgi-sharp.hgi-message-outgoing-01:before {
  content: "\4d21";
}
.hgi-solid.hgi-sharp.hgi-message-outgoing-02:before {
  content: "\4d23";
}
.hgi-solid.hgi-sharp.hgi-message-preview-01:before {
  content: "\4d25";
}
.hgi-solid.hgi-sharp.hgi-message-preview-02:before {
  content: "\4d27";
}
.hgi-solid.hgi-sharp.hgi-message-programming:before {
  content: "\4d29";
}
.hgi-solid.hgi-sharp.hgi-message-question:before {
  content: "\4d2b";
}
.hgi-solid.hgi-sharp.hgi-message-search-01:before {
  content: "\4d2d";
}
.hgi-solid.hgi-sharp.hgi-message-search-02:before {
  content: "\4d2f";
}
.hgi-solid.hgi-sharp.hgi-message-secure-01:before {
  content: "\4d31";
}
.hgi-solid.hgi-sharp.hgi-message-secure-02:before {
  content: "\4d33";
}
.hgi-solid.hgi-sharp.hgi-message-translate:before {
  content: "\4d35";
}
.hgi-solid.hgi-sharp.hgi-message-unlock-01:before {
  content: "\4d37";
}
.hgi-solid.hgi-sharp.hgi-message-unlock-02:before {
  content: "\4d39";
}
.hgi-solid.hgi-sharp.hgi-message-upload-01:before {
  content: "\4d3b";
}
.hgi-solid.hgi-sharp.hgi-message-upload-02:before {
  content: "\4d3d";
}
.hgi-solid.hgi-sharp.hgi-message-user-01:before {
  content: "\4d3f";
}
.hgi-solid.hgi-sharp.hgi-message-user-02:before {
  content: "\4d41";
}
.hgi-solid.hgi-sharp.hgi-messenger:before {
  content: "\4d43";
}
.hgi-solid.hgi-sharp.hgi-meta:before {
  content: "\4d45";
}
.hgi-solid.hgi-sharp.hgi-metro:before {
  content: "\4d47";
}
.hgi-solid.hgi-sharp.hgi-mic-01:before {
  content: "\4d49";
}
.hgi-solid.hgi-sharp.hgi-mic-02:before {
  content: "\4d4b";
}
.hgi-solid.hgi-sharp.hgi-mic-off-01:before {
  content: "\4d4d";
}
.hgi-solid.hgi-sharp.hgi-mic-off-02:before {
  content: "\4d4f";
}
.hgi-solid.hgi-sharp.hgi-microscope:before {
  content: "\4d51";
}
.hgi-solid.hgi-sharp.hgi-microsoft-admin:before {
  content: "\4d53";
}
.hgi-solid.hgi-sharp.hgi-microsoft:before {
  content: "\4d55";
}
.hgi-solid.hgi-sharp.hgi-microwave:before {
  content: "\4d57";
}
.hgi-solid.hgi-sharp.hgi-milk-bottle:before {
  content: "\4d59";
}
.hgi-solid.hgi-sharp.hgi-milk-carton:before {
  content: "\4d5b";
}
.hgi-solid.hgi-sharp.hgi-milk-coconut:before {
  content: "\4d5d";
}
.hgi-solid.hgi-sharp.hgi-milk-oat:before {
  content: "\4d5f";
}
.hgi-solid.hgi-sharp.hgi-minimize-01:before {
  content: "\4d61";
}
.hgi-solid.hgi-sharp.hgi-minimize-02:before {
  content: "\4d63";
}
.hgi-solid.hgi-sharp.hgi-minimize-03:before {
  content: "\4d65";
}
.hgi-solid.hgi-sharp.hgi-minimize-04:before {
  content: "\4d67";
}
.hgi-solid.hgi-sharp.hgi-minimize-screen:before {
  content: "\4d69";
}
.hgi-solid.hgi-sharp.hgi-mining-01:before {
  content: "\4d6b";
}
.hgi-solid.hgi-sharp.hgi-mining-02:before {
  content: "\4d6d";
}
.hgi-solid.hgi-sharp.hgi-mining-03:before {
  content: "\4d6f";
}
.hgi-solid.hgi-sharp.hgi-minus-plus-01:before {
  content: "\4d71";
}
.hgi-solid.hgi-sharp.hgi-minus-plus-02:before {
  content: "\4d73";
}
.hgi-solid.hgi-sharp.hgi-minus-plus-circle-01:before {
  content: "\4d75";
}
.hgi-solid.hgi-sharp.hgi-minus-plus-circle-02:before {
  content: "\4d77";
}
.hgi-solid.hgi-sharp.hgi-minus-plus-square-01:before {
  content: "\4d79";
}
.hgi-solid.hgi-sharp.hgi-minus-plus-square-02:before {
  content: "\4d7b";
}
.hgi-solid.hgi-sharp.hgi-minus-sign-circle:before {
  content: "\4d7d";
}
.hgi-solid.hgi-sharp.hgi-minus-sign-square:before {
  content: "\4d80";
}
.hgi-solid.hgi-sharp.hgi-minus-sign:before {
  content: "\4d81";
}
.hgi-solid.hgi-sharp.hgi-mirror:before {
  content: "\4d83";
}
.hgi-solid.hgi-sharp.hgi-mirroring-screen:before {
  content: "\4d85";
}
.hgi-solid.hgi-sharp.hgi-mixer:before {
  content: "\4d87";
}
.hgi-solid.hgi-sharp.hgi-mobile-navigator-01:before {
  content: "\4d89";
}
.hgi-solid.hgi-sharp.hgi-mobile-navigator-02:before {
  content: "\4d8b";
}
.hgi-solid.hgi-sharp.hgi-mobile-programming-01:before {
  content: "\4d8d";
}
.hgi-solid.hgi-sharp.hgi-mobile-programming-02:before {
  content: "\4d8f";
}
.hgi-solid.hgi-sharp.hgi-mobile-protection:before {
  content: "\4d91";
}
.hgi-solid.hgi-sharp.hgi-mobile-security:before {
  content: "\4d93";
}
.hgi-solid.hgi-sharp.hgi-mochi:before {
  content: "\4d95";
}
.hgi-solid.hgi-sharp.hgi-modern-tv-4-k:before {
  content: "\4d97";
}
.hgi-solid.hgi-sharp.hgi-modern-tv-issue:before {
  content: "\4d99";
}
.hgi-solid.hgi-sharp.hgi-modern-tv:before {
  content: "\4d9b";
}
.hgi-solid.hgi-sharp.hgi-molecules:before {
  content: "\4d9d";
}
.hgi-solid.hgi-sharp.hgi-mollie:before {
  content: "\4d9f";
}
.hgi-solid.hgi-sharp.hgi-monas:before {
  content: "\4da1";
}
.hgi-solid.hgi-sharp.hgi-money-01:before {
  content: "\4da3";
}
.hgi-solid.hgi-sharp.hgi-money-02:before {
  content: "\4da5";
}
.hgi-solid.hgi-sharp.hgi-money-03:before {
  content: "\4da7";
}
.hgi-solid.hgi-sharp.hgi-money-04:before {
  content: "\4da9";
}
.hgi-solid.hgi-sharp.hgi-money-add-01:before {
  content: "\4dab";
}
.hgi-solid.hgi-sharp.hgi-money-add-02:before {
  content: "\4dad";
}
.hgi-solid.hgi-sharp.hgi-money-bag-01:before {
  content: "\4daf";
}
.hgi-solid.hgi-sharp.hgi-money-bag-02:before {
  content: "\4db1";
}
.hgi-solid.hgi-sharp.hgi-money-exchange-01:before {
  content: "\4db3";
}
.hgi-solid.hgi-sharp.hgi-money-exchange-02:before {
  content: "\4db5";
}
.hgi-solid.hgi-sharp.hgi-money-exchange-03:before {
  content: "\4db7";
}
.hgi-solid.hgi-sharp.hgi-money-not-found-01:before {
  content: "\4db9";
}
.hgi-solid.hgi-sharp.hgi-money-not-found-02:before {
  content: "\4dbb";
}
.hgi-solid.hgi-sharp.hgi-money-not-found-03:before {
  content: "\4dbd";
}
.hgi-solid.hgi-sharp.hgi-money-not-found-04:before {
  content: "\4dbf";
}
.hgi-solid.hgi-sharp.hgi-money-receive-01:before {
  content: "\4dc1";
}
.hgi-solid.hgi-sharp.hgi-money-receive-02:before {
  content: "\4dc3";
}
.hgi-solid.hgi-sharp.hgi-money-receive-circle:before {
  content: "\4dc5";
}
.hgi-solid.hgi-sharp.hgi-money-receive-flow-01:before {
  content: "\4dc7";
}
.hgi-solid.hgi-sharp.hgi-money-receive-flow-02:before {
  content: "\4dc9";
}
.hgi-solid.hgi-sharp.hgi-money-receive-square:before {
  content: "\4dcb";
}
.hgi-solid.hgi-sharp.hgi-money-remove-01:before {
  content: "\4dcd";
}
.hgi-solid.hgi-sharp.hgi-money-remove-02:before {
  content: "\4dcf";
}
.hgi-solid.hgi-sharp.hgi-money-safe:before {
  content: "\4dd1";
}
.hgi-solid.hgi-sharp.hgi-money-saving-jar:before {
  content: "\4dd3";
}
.hgi-solid.hgi-sharp.hgi-money-security:before {
  content: "\4dd5";
}
.hgi-solid.hgi-sharp.hgi-money-send-01:before {
  content: "\4dd7";
}
.hgi-solid.hgi-sharp.hgi-money-send-02:before {
  content: "\4dd9";
}
.hgi-solid.hgi-sharp.hgi-money-send-circle:before {
  content: "\4ddb";
}
.hgi-solid.hgi-sharp.hgi-money-send-flow-01:before {
  content: "\4ddd";
}
.hgi-solid.hgi-sharp.hgi-money-send-flow-02:before {
  content: "\4ddf";
}
.hgi-solid.hgi-sharp.hgi-money-send-square:before {
  content: "\4de1";
}
.hgi-solid.hgi-sharp.hgi-monocle-01:before {
  content: "\4de3";
}
.hgi-solid.hgi-sharp.hgi-monocle:before {
  content: "\4de5";
}
.hgi-solid.hgi-sharp.hgi-monster:before {
  content: "\4de7";
}
.hgi-solid.hgi-sharp.hgi-moon-01:before {
  content: "\4de9";
}
.hgi-solid.hgi-sharp.hgi-moon-02:before {
  content: "\4deb";
}
.hgi-solid.hgi-sharp.hgi-moon-angled-rain-zap:before {
  content: "\4ded";
}
.hgi-solid.hgi-sharp.hgi-moon-cloud-angled-rain:before {
  content: "\4def";
}
.hgi-solid.hgi-sharp.hgi-moon-cloud-angled-zap:before {
  content: "\4df1";
}
.hgi-solid.hgi-sharp.hgi-moon-cloud-big-rain:before {
  content: "\4df3";
}
.hgi-solid.hgi-sharp.hgi-moon-cloud-fast-wind:before {
  content: "\4df5";
}
.hgi-solid.hgi-sharp.hgi-moon-cloud-hailstone:before {
  content: "\4df7";
}
.hgi-solid.hgi-sharp.hgi-moon-cloud-little-rain:before {
  content: "\4df9";
}
.hgi-solid.hgi-sharp.hgi-moon-cloud-little-snow:before {
  content: "\4dfb";
}
.hgi-solid.hgi-sharp.hgi-moon-cloud-mid-rain:before {
  content: "\4dfd";
}
.hgi-solid.hgi-sharp.hgi-moon-cloud-mid-snow:before {
  content: "\4dff";
}
.hgi-solid.hgi-sharp.hgi-moon-cloud-slow-wind:before {
  content: "\4e02";
}
.hgi-solid.hgi-sharp.hgi-moon-cloud-snow:before {
  content: "\4e04";
}
.hgi-solid.hgi-sharp.hgi-moon-cloud:before {
  content: "\4e05";
}
.hgi-solid.hgi-sharp.hgi-moon-eclipse:before {
  content: "\4e07";
}
.hgi-solid.hgi-sharp.hgi-moon-fast-wind:before {
  content: "\4e09";
}
.hgi-solid.hgi-sharp.hgi-moon-landing:before {
  content: "\4e0b";
}
.hgi-solid.hgi-sharp.hgi-moon-slow-wind:before {
  content: "\4e0e";
}
.hgi-solid.hgi-sharp.hgi-moon:before {
  content: "\4e0f";
}
.hgi-solid.hgi-sharp.hgi-moonset:before {
  content: "\4e11";
}
.hgi-solid.hgi-sharp.hgi-more-01:before {
  content: "\4e13";
}
.hgi-solid.hgi-sharp.hgi-more-02:before {
  content: "\4e15";
}
.hgi-solid.hgi-sharp.hgi-more-03:before {
  content: "\4e17";
}
.hgi-solid.hgi-sharp.hgi-more-horizontal-circle-01:before {
  content: "\4e19";
}
.hgi-solid.hgi-sharp.hgi-more-horizontal-circle-02:before {
  content: "\4e1b";
}
.hgi-solid.hgi-sharp.hgi-more-horizontal-square-01:before {
  content: "\4e1e";
}
.hgi-solid.hgi-sharp.hgi-more-horizontal-square-02:before {
  content: "\4e20";
}
.hgi-solid.hgi-sharp.hgi-more-horizontal:before {
  content: "\4e21";
}
.hgi-solid.hgi-sharp.hgi-more-or-less-circle:before {
  content: "\4e23";
}
.hgi-solid.hgi-sharp.hgi-more-or-less-square:before {
  content: "\4e26";
}
.hgi-solid.hgi-sharp.hgi-more-or-less:before {
  content: "\4e27";
}
.hgi-solid.hgi-sharp.hgi-more-vertical-circle-01:before {
  content: "\4e2a";
}
.hgi-solid.hgi-sharp.hgi-more-vertical-circle-02:before {
  content: "\4e2c";
}
.hgi-solid.hgi-sharp.hgi-more-vertical-square-01:before {
  content: "\4e2f";
}
.hgi-solid.hgi-sharp.hgi-more-vertical-square-02:before {
  content: "\4e31";
}
.hgi-solid.hgi-sharp.hgi-more-vertical:before {
  content: "\4e32";
}
.hgi-solid.hgi-sharp.hgi-more:before {
  content: "\4e33";
}
.hgi-solid.hgi-sharp.hgi-mortar:before {
  content: "\4e35";
}
.hgi-solid.hgi-sharp.hgi-mortarboard-01:before {
  content: "\4e37";
}
.hgi-solid.hgi-sharp.hgi-mortarboard-02:before {
  content: "\4e39";
}
.hgi-solid.hgi-sharp.hgi-mosque-01:before {
  content: "\4e3b";
}
.hgi-solid.hgi-sharp.hgi-mosque-02:before {
  content: "\4e3d";
}
.hgi-solid.hgi-sharp.hgi-mosque-03:before {
  content: "\4e3f";
}
.hgi-solid.hgi-sharp.hgi-mosque-04:before {
  content: "\4e41";
}
.hgi-solid.hgi-sharp.hgi-mosque-05:before {
  content: "\4e43";
}
.hgi-solid.hgi-sharp.hgi-mosque-location:before {
  content: "\4e45";
}
.hgi-solid.hgi-sharp.hgi-motion-01:before {
  content: "\4e47";
}
.hgi-solid.hgi-sharp.hgi-motion-02:before {
  content: "\4e49";
}
.hgi-solid.hgi-sharp.hgi-motorbike-01:before {
  content: "\4e4b";
}
.hgi-solid.hgi-sharp.hgi-motorbike-02:before {
  content: "\4e4d";
}
.hgi-solid.hgi-sharp.hgi-mountain:before {
  content: "\4e4f";
}
.hgi-solid.hgi-sharp.hgi-mouse-01:before {
  content: "\4e51";
}
.hgi-solid.hgi-sharp.hgi-mouse-02:before {
  content: "\4e53";
}
.hgi-solid.hgi-sharp.hgi-mouse-03:before {
  content: "\4e55";
}
.hgi-solid.hgi-sharp.hgi-mouse-04:before {
  content: "\4e57";
}
.hgi-solid.hgi-sharp.hgi-mouse-05:before {
  content: "\4e59";
}
.hgi-solid.hgi-sharp.hgi-mouse-06:before {
  content: "\4e5b";
}
.hgi-solid.hgi-sharp.hgi-mouse-07:before {
  content: "\4e5d";
}
.hgi-solid.hgi-sharp.hgi-mouse-08:before {
  content: "\4e5f";
}
.hgi-solid.hgi-sharp.hgi-mouse-09:before {
  content: "\4e61";
}
.hgi-solid.hgi-sharp.hgi-mouse-10:before {
  content: "\4e63";
}
.hgi-solid.hgi-sharp.hgi-mouse-11:before {
  content: "\4e65";
}
.hgi-solid.hgi-sharp.hgi-mouse-12:before {
  content: "\4e67";
}
.hgi-solid.hgi-sharp.hgi-mouse-13:before {
  content: "\4e69";
}
.hgi-solid.hgi-sharp.hgi-mouse-14:before {
  content: "\4e6b";
}
.hgi-solid.hgi-sharp.hgi-mouse-15:before {
  content: "\4e6d";
}
.hgi-solid.hgi-sharp.hgi-mouse-16:before {
  content: "\4e6f";
}
.hgi-solid.hgi-sharp.hgi-mouse-17:before {
  content: "\4e71";
}
.hgi-solid.hgi-sharp.hgi-mouse-18:before {
  content: "\4e73";
}
.hgi-solid.hgi-sharp.hgi-mouse-19:before {
  content: "\4e75";
}
.hgi-solid.hgi-sharp.hgi-mouse-20:before {
  content: "\4e77";
}
.hgi-solid.hgi-sharp.hgi-mouse-21:before {
  content: "\4e79";
}
.hgi-solid.hgi-sharp.hgi-mouse-22:before {
  content: "\4e7b";
}
.hgi-solid.hgi-sharp.hgi-mouse-23:before {
  content: "\4e7d";
}
.hgi-solid.hgi-sharp.hgi-mouse-left-click-01:before {
  content: "\4e7f";
}
.hgi-solid.hgi-sharp.hgi-mouse-left-click-02:before {
  content: "\4e81";
}
.hgi-solid.hgi-sharp.hgi-mouse-left-click-03:before {
  content: "\4e83";
}
.hgi-solid.hgi-sharp.hgi-mouse-left-click-04:before {
  content: "\4e85";
}
.hgi-solid.hgi-sharp.hgi-mouse-left-click-05:before {
  content: "\4e87";
}
.hgi-solid.hgi-sharp.hgi-mouse-left-click-06:before {
  content: "\4e89";
}
.hgi-solid.hgi-sharp.hgi-mouse-right-click-01:before {
  content: "\4e8b";
}
.hgi-solid.hgi-sharp.hgi-mouse-right-click-02:before {
  content: "\4e8d";
}
.hgi-solid.hgi-sharp.hgi-mouse-right-click-03:before {
  content: "\4e8f";
}
.hgi-solid.hgi-sharp.hgi-mouse-right-click-04:before {
  content: "\4e91";
}
.hgi-solid.hgi-sharp.hgi-mouse-right-click-05:before {
  content: "\4e93";
}
.hgi-solid.hgi-sharp.hgi-mouse-right-click-06:before {
  content: "\4e95";
}
.hgi-solid.hgi-sharp.hgi-mouse-scroll-01:before {
  content: "\4e97";
}
.hgi-solid.hgi-sharp.hgi-mouse-scroll-02:before {
  content: "\4e99";
}
.hgi-solid.hgi-sharp.hgi-move-01:before {
  content: "\4e9b";
}
.hgi-solid.hgi-sharp.hgi-move-02:before {
  content: "\4e9d";
}
.hgi-solid.hgi-sharp.hgi-move-bottom:before {
  content: "\4e9f";
}
.hgi-solid.hgi-sharp.hgi-move-left:before {
  content: "\4ea1";
}
.hgi-solid.hgi-sharp.hgi-move-right:before {
  content: "\4ea3";
}
.hgi-solid.hgi-sharp.hgi-move-to:before {
  content: "\4ea6";
}
.hgi-solid.hgi-sharp.hgi-move-top:before {
  content: "\4ea8";
}
.hgi-solid.hgi-sharp.hgi-move:before {
  content: "\4ea9";
}
.hgi-solid.hgi-sharp.hgi-mp-3-01:before {
  content: "\4eab";
}
.hgi-solid.hgi-sharp.hgi-mp-3-02:before {
  content: "\4ead";
}
.hgi-solid.hgi-sharp.hgi-mp-4-01:before {
  content: "\4eaf";
}
.hgi-solid.hgi-sharp.hgi-mp-4-02:before {
  content: "\4eb1";
}
.hgi-solid.hgi-sharp.hgi-muhammad:before {
  content: "\4eb3";
}
.hgi-solid.hgi-sharp.hgi-multiplication-sign-circle:before {
  content: "\4eb5";
}
.hgi-solid.hgi-sharp.hgi-multiplication-sign-square:before {
  content: "\4eb8";
}
.hgi-solid.hgi-sharp.hgi-multiplication-sign:before {
  content: "\4eb9";
}
.hgi-solid.hgi-sharp.hgi-mushroom-01:before {
  content: "\4ebb";
}
.hgi-solid.hgi-sharp.hgi-mushroom:before {
  content: "\4ebd";
}
.hgi-solid.hgi-sharp.hgi-music-note-01:before {
  content: "\4ebf";
}
.hgi-solid.hgi-sharp.hgi-music-note-02:before {
  content: "\4ec1";
}
.hgi-solid.hgi-sharp.hgi-music-note-03:before {
  content: "\4ec3";
}
.hgi-solid.hgi-sharp.hgi-music-note-04:before {
  content: "\4ec5";
}
.hgi-solid.hgi-sharp.hgi-music-note-square-01:before {
  content: "\4ec7";
}
.hgi-solid.hgi-sharp.hgi-music-note-square-02:before {
  content: "\4ec9";
}
.hgi-solid.hgi-sharp.hgi-muslim:before {
  content: "\4ecb";
}
.hgi-solid.hgi-sharp.hgi-mute:before {
  content: "\4ecd";
}
.hgi-solid.hgi-sharp.hgi-mymind:before {
  content: "\4ecf";
}
.hgi-solid.hgi-sharp.hgi-n-th-root-circle:before {
  content: "\4ed1";
}
.hgi-solid.hgi-sharp.hgi-n-th-root-square:before {
  content: "\4ed4";
}
.hgi-solid.hgi-sharp.hgi-n-th-root:before {
  content: "\4ed5";
}
.hgi-solid.hgi-sharp.hgi-nano-technology:before {
  content: "\4ed7";
}
.hgi-solid.hgi-sharp.hgi-napkins-01:before {
  content: "\4ed9";
}
.hgi-solid.hgi-sharp.hgi-napkins-02:before {
  content: "\4edb";
}
.hgi-solid.hgi-sharp.hgi-natural-food:before {
  content: "\4edd";
}
.hgi-solid.hgi-sharp.hgi-navigation-01:before {
  content: "\4edf";
}
.hgi-solid.hgi-sharp.hgi-navigation-02:before {
  content: "\4ee1";
}
.hgi-solid.hgi-sharp.hgi-navigation-03:before {
  content: "\4ee3";
}
.hgi-solid.hgi-sharp.hgi-navigation-04:before {
  content: "\4ee5";
}
.hgi-solid.hgi-sharp.hgi-navigation-05:before {
  content: "\4ee7";
}
.hgi-solid.hgi-sharp.hgi-navigator-01:before {
  content: "\4ee9";
}
.hgi-solid.hgi-sharp.hgi-navigator-02:before {
  content: "\4eeb";
}
.hgi-solid.hgi-sharp.hgi-necklace:before {
  content: "\4eed";
}
.hgi-solid.hgi-sharp.hgi-nerd:before {
  content: "\4eef";
}
.hgi-solid.hgi-sharp.hgi-neural-network:before {
  content: "\4ef1";
}
.hgi-solid.hgi-sharp.hgi-neutral:before {
  content: "\4ef3";
}
.hgi-solid.hgi-sharp.hgi-new-job:before {
  content: "\4ef5";
}
.hgi-solid.hgi-sharp.hgi-new-office:before {
  content: "\4ef7";
}
.hgi-solid.hgi-sharp.hgi-new-releases:before {
  content: "\4ef9";
}
.hgi-solid.hgi-sharp.hgi-new-twitter-ellipse:before {
  content: "\4efb";
}
.hgi-solid.hgi-sharp.hgi-new-twitter-rectangle:before {
  content: "\4efd";
}
.hgi-solid.hgi-sharp.hgi-new-twitter:before {
  content: "\4eff";
}
.hgi-solid.hgi-sharp.hgi-news-01:before {
  content: "\4f01";
}
.hgi-solid.hgi-sharp.hgi-news:before {
  content: "\4f03";
}
.hgi-solid.hgi-sharp.hgi-next:before {
  content: "\4f05";
}
.hgi-solid.hgi-sharp.hgi-nike:before {
  content: "\4f07";
}
.hgi-solid.hgi-sharp.hgi-nintendo-switch:before {
  content: "\4f0a";
}
.hgi-solid.hgi-sharp.hgi-nintendo:before {
  content: "\4f0b";
}
.hgi-solid.hgi-sharp.hgi-niqab:before {
  content: "\4f0d";
}
.hgi-solid.hgi-sharp.hgi-no-internet:before {
  content: "\4f0f";
}
.hgi-solid.hgi-sharp.hgi-no-meeting-room:before {
  content: "\4f11";
}
.hgi-solid.hgi-sharp.hgi-no-signal:before {
  content: "\4f13";
}
.hgi-solid.hgi-sharp.hgi-node-add:before {
  content: "\4f15";
}
.hgi-solid.hgi-sharp.hgi-node-edit:before {
  content: "\4f17";
}
.hgi-solid.hgi-sharp.hgi-node-move-down:before {
  content: "\4f19";
}
.hgi-solid.hgi-sharp.hgi-node-move-up:before {
  content: "\4f1b";
}
.hgi-solid.hgi-sharp.hgi-node-remove:before {
  content: "\4f1d";
}
.hgi-solid.hgi-sharp.hgi-noodles:before {
  content: "\4f1f";
}
.hgi-solid.hgi-sharp.hgi-nose:before {
  content: "\4f21";
}
.hgi-solid.hgi-sharp.hgi-not-equal-sign-circle:before {
  content: "\4f23";
}
.hgi-solid.hgi-sharp.hgi-not-equal-sign-square:before {
  content: "\4f26";
}
.hgi-solid.hgi-sharp.hgi-not-equal-sign:before {
  content: "\4f27";
}
.hgi-solid.hgi-sharp.hgi-note-01:before {
  content: "\4f29";
}
.hgi-solid.hgi-sharp.hgi-note-02:before {
  content: "\4f2b";
}
.hgi-solid.hgi-sharp.hgi-note-03:before {
  content: "\4f2d";
}
.hgi-solid.hgi-sharp.hgi-note-04:before {
  content: "\4f2f";
}
.hgi-solid.hgi-sharp.hgi-note-05:before {
  content: "\4f31";
}
.hgi-solid.hgi-sharp.hgi-note-add:before {
  content: "\4f33";
}
.hgi-solid.hgi-sharp.hgi-note-done:before {
  content: "\4f35";
}
.hgi-solid.hgi-sharp.hgi-note-edit:before {
  content: "\4f37";
}
.hgi-solid.hgi-sharp.hgi-note-remove:before {
  content: "\4f39";
}
.hgi-solid.hgi-sharp.hgi-note:before {
  content: "\4f3b";
}
.hgi-solid.hgi-sharp.hgi-notebook-01:before {
  content: "\4f3d";
}
.hgi-solid.hgi-sharp.hgi-notebook-02:before {
  content: "\4f3f";
}
.hgi-solid.hgi-sharp.hgi-notebook:before {
  content: "\4f41";
}
.hgi-solid.hgi-sharp.hgi-notification-01:before {
  content: "\4f43";
}
.hgi-solid.hgi-sharp.hgi-notification-02:before {
  content: "\4f45";
}
.hgi-solid.hgi-sharp.hgi-notification-03:before {
  content: "\4f47";
}
.hgi-solid.hgi-sharp.hgi-notification-block-01:before {
  content: "\4f49";
}
.hgi-solid.hgi-sharp.hgi-notification-block-02:before {
  content: "\4f4b";
}
.hgi-solid.hgi-sharp.hgi-notification-block-03:before {
  content: "\4f4d";
}
.hgi-solid.hgi-sharp.hgi-notification-bubble:before {
  content: "\4f4f";
}
.hgi-solid.hgi-sharp.hgi-notification-circle:before {
  content: "\4f51";
}
.hgi-solid.hgi-sharp.hgi-notification-off-01:before {
  content: "\4f53";
}
.hgi-solid.hgi-sharp.hgi-notification-off-02:before {
  content: "\4f55";
}
.hgi-solid.hgi-sharp.hgi-notification-off-03:before {
  content: "\4f57";
}
.hgi-solid.hgi-sharp.hgi-notification-snooze-01:before {
  content: "\4f59";
}
.hgi-solid.hgi-sharp.hgi-notification-snooze-02:before {
  content: "\4f5b";
}
.hgi-solid.hgi-sharp.hgi-notification-snooze-03:before {
  content: "\4f5d";
}
.hgi-solid.hgi-sharp.hgi-notification-square:before {
  content: "\4f5f";
}
.hgi-solid.hgi-sharp.hgi-notion-01:before {
  content: "\4f61";
}
.hgi-solid.hgi-sharp.hgi-notion-02:before {
  content: "\4f63";
}
.hgi-solid.hgi-sharp.hgi-npm:before {
  content: "\4f65";
}
.hgi-solid.hgi-sharp.hgi-nuclear-power:before {
  content: "\4f67";
}
.hgi-solid.hgi-sharp.hgi-nut:before {
  content: "\4f69";
}
.hgi-solid.hgi-sharp.hgi-obtuse:before {
  content: "\4f6b";
}
.hgi-solid.hgi-sharp.hgi-octagon:before {
  content: "\4f6d";
}
.hgi-solid.hgi-sharp.hgi-octopus:before {
  content: "\4f6f";
}
.hgi-solid.hgi-sharp.hgi-office-365:before {
  content: "\4f71";
}
.hgi-solid.hgi-sharp.hgi-office-chair:before {
  content: "\4f73";
}
.hgi-solid.hgi-sharp.hgi-office:before {
  content: "\4f75";
}
.hgi-solid.hgi-sharp.hgi-oil-barrel:before {
  content: "\4f77";
}
.hgi-solid.hgi-sharp.hgi-ok-finger:before {
  content: "\4f79";
}
.hgi-solid.hgi-sharp.hgi-olympic-torch:before {
  content: "\4f7b";
}
.hgi-solid.hgi-sharp.hgi-online-learning-01:before {
  content: "\4f7d";
}
.hgi-solid.hgi-sharp.hgi-online-learning-02:before {
  content: "\4f7f";
}
.hgi-solid.hgi-sharp.hgi-online-learning-03:before {
  content: "\4f81";
}
.hgi-solid.hgi-sharp.hgi-online-learning-04:before {
  content: "\4f83";
}
.hgi-solid.hgi-sharp.hgi-open-caption:before {
  content: "\4f85";
}
.hgi-solid.hgi-sharp.hgi-option:before {
  content: "\4f87";
}
.hgi-solid.hgi-sharp.hgi-orange:before {
  content: "\4f89";
}
.hgi-solid.hgi-sharp.hgi-orbit-01:before {
  content: "\4f8b";
}
.hgi-solid.hgi-sharp.hgi-orbit-02:before {
  content: "\4f8d";
}
.hgi-solid.hgi-sharp.hgi-organic-food:before {
  content: "\4f8f";
}
.hgi-solid.hgi-sharp.hgi-orthogonal-edge:before {
  content: "\4f91";
}
.hgi-solid.hgi-sharp.hgi-oval:before {
  content: "\4f93";
}
.hgi-solid.hgi-sharp.hgi-oven:before {
  content: "\4f95";
}
.hgi-solid.hgi-sharp.hgi-package-02:before {
  content: "\4f97";
}
.hgi-solid.hgi-sharp.hgi-package-03:before {
  content: "\4f99";
}
.hgi-solid.hgi-sharp.hgi-package-add:before {
  content: "\4f9b";
}
.hgi-solid.hgi-sharp.hgi-package-delivered:before {
  content: "\4f9d";
}
.hgi-solid.hgi-sharp.hgi-package-dimensions-01:before {
  content: "\4f9f";
}
.hgi-solid.hgi-sharp.hgi-package-dimensions-02:before {
  content: "\4fa1";
}
.hgi-solid.hgi-sharp.hgi-package-moving:before {
  content: "\4fa3";
}
.hgi-solid.hgi-sharp.hgi-package-open:before {
  content: "\4fa5";
}
.hgi-solid.hgi-sharp.hgi-package-out-of-stock:before {
  content: "\4fa7";
}
.hgi-solid.hgi-sharp.hgi-package-process:before {
  content: "\4fa9";
}
.hgi-solid.hgi-sharp.hgi-package-receive:before {
  content: "\4fab";
}
.hgi-solid.hgi-sharp.hgi-package-remove:before {
  content: "\4fad";
}
.hgi-solid.hgi-sharp.hgi-package-search:before {
  content: "\4faf";
}
.hgi-solid.hgi-sharp.hgi-package-sent:before {
  content: "\4fb2";
}
.hgi-solid.hgi-sharp.hgi-package:before {
  content: "\4fb3";
}
.hgi-solid.hgi-sharp.hgi-packaging:before {
  content: "\4fb5";
}
.hgi-solid.hgi-sharp.hgi-pacman-01:before {
  content: "\4fb7";
}
.hgi-solid.hgi-sharp.hgi-pacman-02:before {
  content: "\4fb9";
}
.hgi-solid.hgi-sharp.hgi-paella:before {
  content: "\4fbb";
}
.hgi-solid.hgi-sharp.hgi-paint-board:before {
  content: "\4fbd";
}
.hgi-solid.hgi-sharp.hgi-paint-brush-01:before {
  content: "\4fbf";
}
.hgi-solid.hgi-sharp.hgi-paint-brush-02:before {
  content: "\4fc1";
}
.hgi-solid.hgi-sharp.hgi-paint-brush-03:before {
  content: "\4fc3";
}
.hgi-solid.hgi-sharp.hgi-paint-brush-04:before {
  content: "\4fc5";
}
.hgi-solid.hgi-sharp.hgi-paint-bucket:before {
  content: "\4fc7";
}
.hgi-solid.hgi-sharp.hgi-pan-01:before {
  content: "\4fc9";
}
.hgi-solid.hgi-sharp.hgi-pan-02:before {
  content: "\4fcb";
}
.hgi-solid.hgi-sharp.hgi-pan-03:before {
  content: "\4fcd";
}
.hgi-solid.hgi-sharp.hgi-parabola-01:before {
  content: "\4fcf";
}
.hgi-solid.hgi-sharp.hgi-parabola-02:before {
  content: "\4fd1";
}
.hgi-solid.hgi-sharp.hgi-parabola-03:before {
  content: "\4fd3";
}
.hgi-solid.hgi-sharp.hgi-paragliding:before {
  content: "\4fd5";
}
.hgi-solid.hgi-sharp.hgi-paragraph-bullets-point-01:before {
  content: "\4fd7";
}
.hgi-solid.hgi-sharp.hgi-paragraph-bullets-point-02:before {
  content: "\4fd9";
}
.hgi-solid.hgi-sharp.hgi-paragraph-spacing:before {
  content: "\4fdc";
}
.hgi-solid.hgi-sharp.hgi-paragraph:before {
  content: "\4fdd";
}
.hgi-solid.hgi-sharp.hgi-parallelogram:before {
  content: "\4fdf";
}
.hgi-solid.hgi-sharp.hgi-parking-area-circle:before {
  content: "\4fe1";
}
.hgi-solid.hgi-sharp.hgi-parking-area-square:before {
  content: "\4fe3";
}
.hgi-solid.hgi-sharp.hgi-party:before {
  content: "\4fe5";
}
.hgi-solid.hgi-sharp.hgi-passport-01:before {
  content: "\4fe7";
}
.hgi-solid.hgi-sharp.hgi-passport-expired:before {
  content: "\4fe9";
}
.hgi-solid.hgi-sharp.hgi-passport-valid:before {
  content: "\4fec";
}
.hgi-solid.hgi-sharp.hgi-passport:before {
  content: "\4fed";
}
.hgi-solid.hgi-sharp.hgi-password-validation:before {
  content: "\4fef";
}
.hgi-solid.hgi-sharp.hgi-path:before {
  content: "\4ff1";
}
.hgi-solid.hgi-sharp.hgi-pathfinder-crop:before {
  content: "\4ff3";
}
.hgi-solid.hgi-sharp.hgi-pathfinder-divide:before {
  content: "\4ff5";
}
.hgi-solid.hgi-sharp.hgi-pathfinder-exclude:before {
  content: "\4ff7";
}
.hgi-solid.hgi-sharp.hgi-pathfinder-intersect:before {
  content: "\4ff9";
}
.hgi-solid.hgi-sharp.hgi-pathfinder-merge:before {
  content: "\4ffb";
}
.hgi-solid.hgi-sharp.hgi-pathfinder-minus-back:before {
  content: "\4ffd";
}
.hgi-solid.hgi-sharp.hgi-pathfinder-minus-front:before {
  content: "\4fff";
}
.hgi-solid.hgi-sharp.hgi-pathfinder-outline:before {
  content: "\5001";
}
.hgi-solid.hgi-sharp.hgi-pathfinder-trim:before {
  content: "\5003";
}
.hgi-solid.hgi-sharp.hgi-pathfinder-unite:before {
  content: "\5005";
}
.hgi-solid.hgi-sharp.hgi-patient:before {
  content: "\5007";
}
.hgi-solid.hgi-sharp.hgi-patio:before {
  content: "\5009";
}
.hgi-solid.hgi-sharp.hgi-pause-circle:before {
  content: "\500b";
}
.hgi-solid.hgi-sharp.hgi-pause:before {
  content: "\500d";
}
.hgi-solid.hgi-sharp.hgi-pavilon:before {
  content: "\500f";
}
.hgi-solid.hgi-sharp.hgi-pay-by-check:before {
  content: "\5011";
}
.hgi-solid.hgi-sharp.hgi-payment-01:before {
  content: "\5013";
}
.hgi-solid.hgi-sharp.hgi-payment-02:before {
  content: "\5015";
}
.hgi-solid.hgi-sharp.hgi-payment-success-01:before {
  content: "\5017";
}
.hgi-solid.hgi-sharp.hgi-payment-success-02:before {
  content: "\5019";
}
.hgi-solid.hgi-sharp.hgi-payoneer:before {
  content: "\501b";
}
.hgi-solid.hgi-sharp.hgi-paypal:before {
  content: "\501d";
}
.hgi-solid.hgi-sharp.hgi-pdf-01:before {
  content: "\501f";
}
.hgi-solid.hgi-sharp.hgi-pdf-02:before {
  content: "\5021";
}
.hgi-solid.hgi-sharp.hgi-peer-to-peer-01:before {
  content: "\5023";
}
.hgi-solid.hgi-sharp.hgi-peer-to-peer-02:before {
  content: "\5025";
}
.hgi-solid.hgi-sharp.hgi-peer-to-peer-03:before {
  content: "\5027";
}
.hgi-solid.hgi-sharp.hgi-pen-01:before {
  content: "\5029";
}
.hgi-solid.hgi-sharp.hgi-pen-02:before {
  content: "\502b";
}
.hgi-solid.hgi-sharp.hgi-pen-connect-bluetooth:before {
  content: "\502d";
}
.hgi-solid.hgi-sharp.hgi-pen-connect-usb:before {
  content: "\502f";
}
.hgi-solid.hgi-sharp.hgi-pen-connect-wifi:before {
  content: "\5031";
}
.hgi-solid.hgi-sharp.hgi-pen-tool-01:before {
  content: "\5033";
}
.hgi-solid.hgi-sharp.hgi-pen-tool-02:before {
  content: "\5035";
}
.hgi-solid.hgi-sharp.hgi-pen-tool-03:before {
  content: "\5037";
}
.hgi-solid.hgi-sharp.hgi-pen-tool-add:before {
  content: "\5039";
}
.hgi-solid.hgi-sharp.hgi-pen-tool-minus:before {
  content: "\503b";
}
.hgi-solid.hgi-sharp.hgi-pencil-edit-01:before {
  content: "\503d";
}
.hgi-solid.hgi-sharp.hgi-pencil-edit-02:before {
  content: "\503f";
}
.hgi-solid.hgi-sharp.hgi-pencil:before {
  content: "\5041";
}
.hgi-solid.hgi-sharp.hgi-pendulum:before {
  content: "\5043";
}
.hgi-solid.hgi-sharp.hgi-pensive:before {
  content: "\5045";
}
.hgi-solid.hgi-sharp.hgi-pentagon-01:before {
  content: "\5047";
}
.hgi-solid.hgi-sharp.hgi-pentagon:before {
  content: "\5049";
}
.hgi-solid.hgi-sharp.hgi-percent-circle:before {
  content: "\504b";
}
.hgi-solid.hgi-sharp.hgi-percent-square:before {
  content: "\504e";
}
.hgi-solid.hgi-sharp.hgi-percent:before {
  content: "\504f";
}
.hgi-solid.hgi-sharp.hgi-perfume:before {
  content: "\5051";
}
.hgi-solid.hgi-sharp.hgi-periscope:before {
  content: "\5053";
}
.hgi-solid.hgi-sharp.hgi-permanent-job:before {
  content: "\5055";
}
.hgi-solid.hgi-sharp.hgi-perplexity-ai:before {
  content: "\5057";
}
.hgi-solid.hgi-sharp.hgi-perspective:before {
  content: "\5059";
}
.hgi-solid.hgi-sharp.hgi-petrol-pump:before {
  content: "\505b";
}
.hgi-solid.hgi-sharp.hgi-pexels:before {
  content: "\505d";
}
.hgi-solid.hgi-sharp.hgi-phone-off-01:before {
  content: "\505f";
}
.hgi-solid.hgi-sharp.hgi-phone-off-02:before {
  content: "\5061";
}
.hgi-solid.hgi-sharp.hgi-php:before {
  content: "\5063";
}
.hgi-solid.hgi-sharp.hgi-physics:before {
  content: "\5065";
}
.hgi-solid.hgi-sharp.hgi-pi-circle:before {
  content: "\5067";
}
.hgi-solid.hgi-sharp.hgi-pi-square:before {
  content: "\506a";
}
.hgi-solid.hgi-sharp.hgi-pi:before {
  content: "\506b";
}
.hgi-solid.hgi-sharp.hgi-picasa:before {
  content: "\506d";
}
.hgi-solid.hgi-sharp.hgi-pickup-01:before {
  content: "\506f";
}
.hgi-solid.hgi-sharp.hgi-pickup-02:before {
  content: "\5071";
}
.hgi-solid.hgi-sharp.hgi-picture-in-picture-exit:before {
  content: "\5073";
}
.hgi-solid.hgi-sharp.hgi-picture-in-picture-on:before {
  content: "\5075";
}
.hgi-solid.hgi-sharp.hgi-pie-chart-01:before {
  content: "\5077";
}
.hgi-solid.hgi-sharp.hgi-pie-chart-02:before {
  content: "\5079";
}
.hgi-solid.hgi-sharp.hgi-pie-chart-03:before {
  content: "\507b";
}
.hgi-solid.hgi-sharp.hgi-pie-chart-04:before {
  content: "\507d";
}
.hgi-solid.hgi-sharp.hgi-pie-chart-05:before {
  content: "\507f";
}
.hgi-solid.hgi-sharp.hgi-pie-chart-06:before {
  content: "\5081";
}
.hgi-solid.hgi-sharp.hgi-pie-chart-07:before {
  content: "\5083";
}
.hgi-solid.hgi-sharp.hgi-pie-chart-08:before {
  content: "\5085";
}
.hgi-solid.hgi-sharp.hgi-pie-chart-09:before {
  content: "\5087";
}
.hgi-solid.hgi-sharp.hgi-pie-chart-square:before {
  content: "\508a";
}
.hgi-solid.hgi-sharp.hgi-pie-chart:before {
  content: "\508b";
}
.hgi-solid.hgi-sharp.hgi-pie:before {
  content: "\508d";
}
.hgi-solid.hgi-sharp.hgi-piggy-bank:before {
  content: "\508f";
}
.hgi-solid.hgi-sharp.hgi-pin-02:before {
  content: "\5091";
}
.hgi-solid.hgi-sharp.hgi-pin-code:before {
  content: "\5093";
}
.hgi-solid.hgi-sharp.hgi-pin-location-01:before {
  content: "\5095";
}
.hgi-solid.hgi-sharp.hgi-pin-location-02:before {
  content: "\5097";
}
.hgi-solid.hgi-sharp.hgi-pin-location-03:before {
  content: "\5099";
}
.hgi-solid.hgi-sharp.hgi-pin-off:before {
  content: "\509b";
}
.hgi-solid.hgi-sharp.hgi-pin:before {
  content: "\509d";
}
.hgi-solid.hgi-sharp.hgi-pine-tree:before {
  content: "\509f";
}
.hgi-solid.hgi-sharp.hgi-pinterest:before {
  content: "\50a1";
}
.hgi-solid.hgi-sharp.hgi-pipeline:before {
  content: "\50a3";
}
.hgi-solid.hgi-sharp.hgi-pisa-tower:before {
  content: "\50a5";
}
.hgi-solid.hgi-sharp.hgi-pivot:before {
  content: "\50a7";
}
.hgi-solid.hgi-sharp.hgi-pizza-01:before {
  content: "\50a9";
}
.hgi-solid.hgi-sharp.hgi-pizza-02:before {
  content: "\50ab";
}
.hgi-solid.hgi-sharp.hgi-pizza-03:before {
  content: "\50ad";
}
.hgi-solid.hgi-sharp.hgi-pizza-04:before {
  content: "\50af";
}
.hgi-solid.hgi-sharp.hgi-pizza-cutter:before {
  content: "\50b1";
}
.hgi-solid.hgi-sharp.hgi-plane:before {
  content: "\50b3";
}
.hgi-solid.hgi-sharp.hgi-plant-01:before {
  content: "\50b5";
}
.hgi-solid.hgi-sharp.hgi-plant-02:before {
  content: "\50b7";
}
.hgi-solid.hgi-sharp.hgi-plant-03:before {
  content: "\50b9";
}
.hgi-solid.hgi-sharp.hgi-plant-04:before {
  content: "\50bb";
}
.hgi-solid.hgi-sharp.hgi-plate:before {
  content: "\50bd";
}
.hgi-solid.hgi-sharp.hgi-plaxo:before {
  content: "\50bf";
}
.hgi-solid.hgi-sharp.hgi-play-circle-02:before {
  content: "\50c1";
}
.hgi-solid.hgi-sharp.hgi-play-circle:before {
  content: "\50c3";
}
.hgi-solid.hgi-sharp.hgi-play-list-add:before {
  content: "\50c5";
}
.hgi-solid.hgi-sharp.hgi-play-list-favourite-01:before {
  content: "\50c7";
}
.hgi-solid.hgi-sharp.hgi-play-list-favourite-02:before {
  content: "\50c9";
}
.hgi-solid.hgi-sharp.hgi-play-list-minus:before {
  content: "\50cb";
}
.hgi-solid.hgi-sharp.hgi-play-list-remove:before {
  content: "\50cd";
}
.hgi-solid.hgi-sharp.hgi-play-list:before {
  content: "\50cf";
}
.hgi-solid.hgi-sharp.hgi-play-square:before {
  content: "\50d2";
}
.hgi-solid.hgi-sharp.hgi-play-store:before {
  content: "\50d4";
}
.hgi-solid.hgi-sharp.hgi-play:before {
  content: "\50d5";
}
.hgi-solid.hgi-sharp.hgi-playlist-01:before {
  content: "\50d7";
}
.hgi-solid.hgi-sharp.hgi-playlist-02:before {
  content: "\50d9";
}
.hgi-solid.hgi-sharp.hgi-playlist-03:before {
  content: "\50db";
}
.hgi-solid.hgi-sharp.hgi-plaza:before {
  content: "\50dd";
}
.hgi-solid.hgi-sharp.hgi-plug-01:before {
  content: "\50df";
}
.hgi-solid.hgi-sharp.hgi-plug-02:before {
  content: "\50e1";
}
.hgi-solid.hgi-sharp.hgi-plug-socket:before {
  content: "\50e3";
}
.hgi-solid.hgi-sharp.hgi-plus-minus-01:before {
  content: "\50e5";
}
.hgi-solid.hgi-sharp.hgi-plus-minus-02:before {
  content: "\50e7";
}
.hgi-solid.hgi-sharp.hgi-plus-minus-circle-01:before {
  content: "\50e9";
}
.hgi-solid.hgi-sharp.hgi-plus-minus-circle-02:before {
  content: "\50eb";
}
.hgi-solid.hgi-sharp.hgi-plus-minus-square-01:before {
  content: "\50ee";
}
.hgi-solid.hgi-sharp.hgi-plus-minus-square-02:before {
  content: "\50f0";
}
.hgi-solid.hgi-sharp.hgi-plus-minus:before {
  content: "\50f1";
}
.hgi-solid.hgi-sharp.hgi-plus-sign-circle:before {
  content: "\50f3";
}
.hgi-solid.hgi-sharp.hgi-plus-sign-square:before {
  content: "\50f6";
}
.hgi-solid.hgi-sharp.hgi-plus-sign:before {
  content: "\50f7";
}
.hgi-solid.hgi-sharp.hgi-png-01:before {
  content: "\50f9";
}
.hgi-solid.hgi-sharp.hgi-png-02:before {
  content: "\50fb";
}
.hgi-solid.hgi-sharp.hgi-podcast:before {
  content: "\50fd";
}
.hgi-solid.hgi-sharp.hgi-podium:before {
  content: "\50ff";
}
.hgi-solid.hgi-sharp.hgi-pointing-left-01:before {
  content: "\5101";
}
.hgi-solid.hgi-sharp.hgi-pointing-left-02:before {
  content: "\5103";
}
.hgi-solid.hgi-sharp.hgi-pointing-left-03:before {
  content: "\5105";
}
.hgi-solid.hgi-sharp.hgi-pointing-left-04:before {
  content: "\5107";
}
.hgi-solid.hgi-sharp.hgi-pointing-left-05:before {
  content: "\5109";
}
.hgi-solid.hgi-sharp.hgi-pointing-left-06:before {
  content: "\510b";
}
.hgi-solid.hgi-sharp.hgi-pointing-left-07:before {
  content: "\510d";
}
.hgi-solid.hgi-sharp.hgi-pointing-left-08:before {
  content: "\510f";
}
.hgi-solid.hgi-sharp.hgi-pointing-right-01:before {
  content: "\5111";
}
.hgi-solid.hgi-sharp.hgi-pointing-right-02:before {
  content: "\5113";
}
.hgi-solid.hgi-sharp.hgi-pointing-right-03:before {
  content: "\5115";
}
.hgi-solid.hgi-sharp.hgi-pointing-right-04:before {
  content: "\5117";
}
.hgi-solid.hgi-sharp.hgi-pointing-right-05:before {
  content: "\5119";
}
.hgi-solid.hgi-sharp.hgi-pointing-right-06:before {
  content: "\511b";
}
.hgi-solid.hgi-sharp.hgi-pointing-right-07:before {
  content: "\511d";
}
.hgi-solid.hgi-sharp.hgi-pointing-right-08:before {
  content: "\511f";
}
.hgi-solid.hgi-sharp.hgi-pokeball:before {
  content: "\5121";
}
.hgi-solid.hgi-sharp.hgi-pokemon:before {
  content: "\5123";
}
.hgi-solid.hgi-sharp.hgi-police-badge:before {
  content: "\5125";
}
.hgi-solid.hgi-sharp.hgi-police-cap:before {
  content: "\5127";
}
.hgi-solid.hgi-sharp.hgi-police-car:before {
  content: "\5129";
}
.hgi-solid.hgi-sharp.hgi-police-station:before {
  content: "\512b";
}
.hgi-solid.hgi-sharp.hgi-policy:before {
  content: "\512d";
}
.hgi-solid.hgi-sharp.hgi-poly-tank:before {
  content: "\512f";
}
.hgi-solid.hgi-sharp.hgi-polygon:before {
  content: "\5131";
}
.hgi-solid.hgi-sharp.hgi-pool-table:before {
  content: "\5134";
}
.hgi-solid.hgi-sharp.hgi-pool:before {
  content: "\5135";
}
.hgi-solid.hgi-sharp.hgi-poop:before {
  content: "\5137";
}
.hgi-solid.hgi-sharp.hgi-popcorn:before {
  content: "\5139";
}
.hgi-solid.hgi-sharp.hgi-pot-01:before {
  content: "\513b";
}
.hgi-solid.hgi-sharp.hgi-pot-02:before {
  content: "\513d";
}
.hgi-solid.hgi-sharp.hgi-potion:before {
  content: "\513f";
}
.hgi-solid.hgi-sharp.hgi-pound-circle:before {
  content: "\5141";
}
.hgi-solid.hgi-sharp.hgi-pound-receive:before {
  content: "\5143";
}
.hgi-solid.hgi-sharp.hgi-pound-send:before {
  content: "\5146";
}
.hgi-solid.hgi-sharp.hgi-pound-square:before {
  content: "\5148";
}
.hgi-solid.hgi-sharp.hgi-pound:before {
  content: "\5149";
}
.hgi-solid.hgi-sharp.hgi-power-service:before {
  content: "\514b";
}
.hgi-solid.hgi-sharp.hgi-power-socket-01:before {
  content: "\514d";
}
.hgi-solid.hgi-sharp.hgi-power-socket-02:before {
  content: "\514f";
}
.hgi-solid.hgi-sharp.hgi-ppt-01:before {
  content: "\5151";
}
.hgi-solid.hgi-sharp.hgi-ppt-02:before {
  content: "\5153";
}
.hgi-solid.hgi-sharp.hgi-prawn:before {
  content: "\5155";
}
.hgi-solid.hgi-sharp.hgi-prayer-rug-01:before {
  content: "\5157";
}
.hgi-solid.hgi-sharp.hgi-prayer-rug-02:before {
  content: "\5159";
}
.hgi-solid.hgi-sharp.hgi-preference-horizontal:before {
  content: "\515b";
}
.hgi-solid.hgi-sharp.hgi-preference-vertical:before {
  content: "\515d";
}
.hgi-solid.hgi-sharp.hgi-prescription:before {
  content: "\515f";
}
.hgi-solid.hgi-sharp.hgi-presentation-01:before {
  content: "\5161";
}
.hgi-solid.hgi-sharp.hgi-presentation-02:before {
  content: "\5163";
}
.hgi-solid.hgi-sharp.hgi-presentation-03:before {
  content: "\5165";
}
.hgi-solid.hgi-sharp.hgi-presentation-04:before {
  content: "\5167";
}
.hgi-solid.hgi-sharp.hgi-presentation-05:before {
  content: "\5169";
}
.hgi-solid.hgi-sharp.hgi-presentation-06:before {
  content: "\516b";
}
.hgi-solid.hgi-sharp.hgi-presentation-07:before {
  content: "\516d";
}
.hgi-solid.hgi-sharp.hgi-presentation-bar-chart-01:before {
  content: "\516f";
}
.hgi-solid.hgi-sharp.hgi-presentation-bar-chart-02:before {
  content: "\5171";
}
.hgi-solid.hgi-sharp.hgi-presentation-line-chart-01:before {
  content: "\5173";
}
.hgi-solid.hgi-sharp.hgi-presentation-line-chart-02:before {
  content: "\5175";
}
.hgi-solid.hgi-sharp.hgi-presentation-online:before {
  content: "\5177";
}
.hgi-solid.hgi-sharp.hgi-presentation-podium:before {
  content: "\5179";
}
.hgi-solid.hgi-sharp.hgi-previous:before {
  content: "\517b";
}
.hgi-solid.hgi-sharp.hgi-printer-off:before {
  content: "\517d";
}
.hgi-solid.hgi-sharp.hgi-printer:before {
  content: "\517f";
}
.hgi-solid.hgi-sharp.hgi-prism-01:before {
  content: "\5181";
}
.hgi-solid.hgi-sharp.hgi-prism:before {
  content: "\5183";
}
.hgi-solid.hgi-sharp.hgi-prison-guard:before {
  content: "\5185";
}
.hgi-solid.hgi-sharp.hgi-prison:before {
  content: "\5187";
}
.hgi-solid.hgi-sharp.hgi-prisoner:before {
  content: "\5189";
}
.hgi-solid.hgi-sharp.hgi-product-loading:before {
  content: "\518b";
}
.hgi-solid.hgi-sharp.hgi-profile-02:before {
  content: "\518d";
}
.hgi-solid.hgi-sharp.hgi-profile:before {
  content: "\518f";
}
.hgi-solid.hgi-sharp.hgi-profit:before {
  content: "\5191";
}
.hgi-solid.hgi-sharp.hgi-programming-flag:before {
  content: "\5193";
}
.hgi-solid.hgi-sharp.hgi-progress-01:before {
  content: "\5195";
}
.hgi-solid.hgi-sharp.hgi-progress-02:before {
  content: "\5197";
}
.hgi-solid.hgi-sharp.hgi-progress-03:before {
  content: "\5199";
}
.hgi-solid.hgi-sharp.hgi-progress-04:before {
  content: "\519b";
}
.hgi-solid.hgi-sharp.hgi-progress:before {
  content: "\519d";
}
.hgi-solid.hgi-sharp.hgi-projector-01:before {
  content: "\519f";
}
.hgi-solid.hgi-sharp.hgi-projector:before {
  content: "\51a1";
}
.hgi-solid.hgi-sharp.hgi-promotion:before {
  content: "\51a3";
}
.hgi-solid.hgi-sharp.hgi-property-add:before {
  content: "\51a5";
}
.hgi-solid.hgi-sharp.hgi-property-delete:before {
  content: "\51a7";
}
.hgi-solid.hgi-sharp.hgi-property-edit:before {
  content: "\51a9";
}
.hgi-solid.hgi-sharp.hgi-property-new:before {
  content: "\51ab";
}
.hgi-solid.hgi-sharp.hgi-property-search:before {
  content: "\51ad";
}
.hgi-solid.hgi-sharp.hgi-property-view:before {
  content: "\51af";
}
.hgi-solid.hgi-sharp.hgi-protection-mask:before {
  content: "\51b1";
}
.hgi-solid.hgi-sharp.hgi-pulley:before {
  content: "\51b3";
}
.hgi-solid.hgi-sharp.hgi-pulse-01:before {
  content: "\51b5";
}
.hgi-solid.hgi-sharp.hgi-pulse-02:before {
  content: "\51b7";
}
.hgi-solid.hgi-sharp.hgi-pulse-rectangle-01:before {
  content: "\51b9";
}
.hgi-solid.hgi-sharp.hgi-pulse-rectangle-02:before {
  content: "\51bb";
}
.hgi-solid.hgi-sharp.hgi-pumpkin:before {
  content: "\51bd";
}
.hgi-solid.hgi-sharp.hgi-punch:before {
  content: "\51bf";
}
.hgi-solid.hgi-sharp.hgi-punching-ball-01:before {
  content: "\51c1";
}
.hgi-solid.hgi-sharp.hgi-punching-ball-02:before {
  content: "\51c3";
}
.hgi-solid.hgi-sharp.hgi-purse-01:before {
  content: "\51c5";
}
.hgi-solid.hgi-sharp.hgi-purse:before {
  content: "\51c7";
}
.hgi-solid.hgi-sharp.hgi-push-up-bar:before {
  content: "\51c9";
}
.hgi-solid.hgi-sharp.hgi-puzzle:before {
  content: "\51cb";
}
.hgi-solid.hgi-sharp.hgi-pyramid-maslowo:before {
  content: "\51cd";
}
.hgi-solid.hgi-sharp.hgi-pyramid-structure-01:before {
  content: "\51d0";
}
.hgi-solid.hgi-sharp.hgi-pyramid-structure-02:before {
  content: "\51d2";
}
.hgi-solid.hgi-sharp.hgi-pyramid:before {
  content: "\51d3";
}
.hgi-solid.hgi-sharp.hgi-python:before {
  content: "\51d5";
}
.hgi-solid.hgi-sharp.hgi-qq-plot:before {
  content: "\51d7";
}
.hgi-solid.hgi-sharp.hgi-qr-code-01:before {
  content: "\51d9";
}
.hgi-solid.hgi-sharp.hgi-qr-code:before {
  content: "\51db";
}
.hgi-solid.hgi-sharp.hgi-question:before {
  content: "\51dd";
}
.hgi-solid.hgi-sharp.hgi-queue-01:before {
  content: "\51df";
}
.hgi-solid.hgi-sharp.hgi-queue-02:before {
  content: "\51e1";
}
.hgi-solid.hgi-sharp.hgi-quill-write-01:before {
  content: "\51e3";
}
.hgi-solid.hgi-sharp.hgi-quill-write-02:before {
  content: "\51e5";
}
.hgi-solid.hgi-sharp.hgi-quiz-01:before {
  content: "\51e7";
}
.hgi-solid.hgi-sharp.hgi-quiz-02:before {
  content: "\51e9";
}
.hgi-solid.hgi-sharp.hgi-quiz-03:before {
  content: "\51eb";
}
.hgi-solid.hgi-sharp.hgi-quiz-04:before {
  content: "\51ed";
}
.hgi-solid.hgi-sharp.hgi-quiz-05:before {
  content: "\51ef";
}
.hgi-solid.hgi-sharp.hgi-quora:before {
  content: "\51f1";
}
.hgi-solid.hgi-sharp.hgi-quote-down-circle:before {
  content: "\51f3";
}
.hgi-solid.hgi-sharp.hgi-quote-down-square:before {
  content: "\51f6";
}
.hgi-solid.hgi-sharp.hgi-quote-down:before {
  content: "\51f7";
}
.hgi-solid.hgi-sharp.hgi-quote-up-circle:before {
  content: "\51f9";
}
.hgi-solid.hgi-sharp.hgi-quote-up-square:before {
  content: "\51fc";
}
.hgi-solid.hgi-sharp.hgi-quote-up:before {
  content: "\51fd";
}
.hgi-solid.hgi-sharp.hgi-quotes:before {
  content: "\51ff";
}
.hgi-solid.hgi-sharp.hgi-quran-01:before {
  content: "\5201";
}
.hgi-solid.hgi-sharp.hgi-quran-02:before {
  content: "\5203";
}
.hgi-solid.hgi-sharp.hgi-quran-03:before {
  content: "\5205";
}
.hgi-solid.hgi-sharp.hgi-racing-flag:before {
  content: "\5207";
}
.hgi-solid.hgi-sharp.hgi-radar-01:before {
  content: "\5209";
}
.hgi-solid.hgi-sharp.hgi-radar-02:before {
  content: "\520b";
}
.hgi-solid.hgi-sharp.hgi-radial:before {
  content: "\520d";
}
.hgi-solid.hgi-sharp.hgi-radio-01:before {
  content: "\520f";
}
.hgi-solid.hgi-sharp.hgi-radio-02:before {
  content: "\5211";
}
.hgi-solid.hgi-sharp.hgi-radio-button:before {
  content: "\5213";
}
.hgi-solid.hgi-sharp.hgi-radio:before {
  content: "\5215";
}
.hgi-solid.hgi-sharp.hgi-radioactive-alert:before {
  content: "\5217";
}
.hgi-solid.hgi-sharp.hgi-radius:before {
  content: "\5219";
}
.hgi-solid.hgi-sharp.hgi-rain-double-drop:before {
  content: "\521b";
}
.hgi-solid.hgi-sharp.hgi-rain-drop:before {
  content: "\521d";
}
.hgi-solid.hgi-sharp.hgi-rain:before {
  content: "\521f";
}
.hgi-solid.hgi-sharp.hgi-rainbow:before {
  content: "\5221";
}
.hgi-solid.hgi-sharp.hgi-ramadhan-01:before {
  content: "\5223";
}
.hgi-solid.hgi-sharp.hgi-ramadhan-02:before {
  content: "\5225";
}
.hgi-solid.hgi-sharp.hgi-ramadhan-month:before {
  content: "\5227";
}
.hgi-solid.hgi-sharp.hgi-ranking:before {
  content: "\5229";
}
.hgi-solid.hgi-sharp.hgi-rar-01:before {
  content: "\522b";
}
.hgi-solid.hgi-sharp.hgi-rar-02:before {
  content: "\522d";
}
.hgi-solid.hgi-sharp.hgi-raw-01:before {
  content: "\522f";
}
.hgi-solid.hgi-sharp.hgi-raw-02:before {
  content: "\5231";
}
.hgi-solid.hgi-sharp.hgi-re::before {
  content: "\5233";
}
.hgi-solid.hgi-sharp.hgi-react:before {
  content: "\5235";
}
.hgi-solid.hgi-sharp.hgi-real-estate-01:before {
  content: "\5237";
}
.hgi-solid.hgi-sharp.hgi-real-estate-02:before {
  content: "\5239";
}
.hgi-solid.hgi-sharp.hgi-receipt-dollar:before {
  content: "\523b";
}
.hgi-solid.hgi-sharp.hgi-record:before {
  content: "\523d";
}
.hgi-solid.hgi-sharp.hgi-recovery-mail:before {
  content: "\523f";
}
.hgi-solid.hgi-sharp.hgi-rectangular-01:before {
  content: "\5241";
}
.hgi-solid.hgi-sharp.hgi-rectangular:before {
  content: "\5243";
}
.hgi-solid.hgi-sharp.hgi-recycle-01:before {
  content: "\5245";
}
.hgi-solid.hgi-sharp.hgi-recycle-02:before {
  content: "\5247";
}
.hgi-solid.hgi-sharp.hgi-recycle-03:before {
  content: "\5249";
}
.hgi-solid.hgi-sharp.hgi-reddit:before {
  content: "\524b";
}
.hgi-solid.hgi-sharp.hgi-redo-02:before {
  content: "\524d";
}
.hgi-solid.hgi-sharp.hgi-redo-03:before {
  content: "\524f";
}
.hgi-solid.hgi-sharp.hgi-redo:before {
  content: "\5251";
}
.hgi-solid.hgi-sharp.hgi-reflex:before {
  content: "\5253";
}
.hgi-solid.hgi-sharp.hgi-refresh:before {
  content: "\5255";
}
.hgi-solid.hgi-sharp.hgi-refrigerator:before {
  content: "\5257";
}
.hgi-solid.hgi-sharp.hgi-register:before {
  content: "\5259";
}
.hgi-solid.hgi-sharp.hgi-registered:before {
  content: "\525b";
}
.hgi-solid.hgi-sharp.hgi-relieved-01:before {
  content: "\525d";
}
.hgi-solid.hgi-sharp.hgi-relieved-02:before {
  content: "\525f";
}
.hgi-solid.hgi-sharp.hgi-reload:before {
  content: "\5261";
}
.hgi-solid.hgi-sharp.hgi-reminder:before {
  content: "\5263";
}
.hgi-solid.hgi-sharp.hgi-remote-control:before {
  content: "\5265";
}
.hgi-solid.hgi-sharp.hgi-remove-01:before {
  content: "\5267";
}
.hgi-solid.hgi-sharp.hgi-remove-02:before {
  content: "\5269";
}
.hgi-solid.hgi-sharp.hgi-remove-circle-half-dot:before {
  content: "\526b";
}
.hgi-solid.hgi-sharp.hgi-remove-circle:before {
  content: "\526d";
}
.hgi-solid.hgi-sharp.hgi-remove-female:before {
  content: "\526f";
}
.hgi-solid.hgi-sharp.hgi-remove-male:before {
  content: "\5271";
}
.hgi-solid.hgi-sharp.hgi-remove-pi:before {
  content: "\5273";
}
.hgi-solid.hgi-sharp.hgi-remove-square:before {
  content: "\5275";
}
.hgi-solid.hgi-sharp.hgi-renewable-energy-01:before {
  content: "\5277";
}
.hgi-solid.hgi-sharp.hgi-renewable-energy:before {
  content: "\5279";
}
.hgi-solid.hgi-sharp.hgi-repair:before {
  content: "\527b";
}
.hgi-solid.hgi-sharp.hgi-repeat-off:before {
  content: "\527d";
}
.hgi-solid.hgi-sharp.hgi-repeat-one-01:before {
  content: "\527f";
}
.hgi-solid.hgi-sharp.hgi-repeat-one-02:before {
  content: "\5281";
}
.hgi-solid.hgi-sharp.hgi-repeat:before {
  content: "\5283";
}
.hgi-solid.hgi-sharp.hgi-replay:before {
  content: "\5285";
}
.hgi-solid.hgi-sharp.hgi-repository:before {
  content: "\5287";
}
.hgi-solid.hgi-sharp.hgi-reset-password:before {
  content: "\5289";
}
.hgi-solid.hgi-sharp.hgi-resize-01:before {
  content: "\528b";
}
.hgi-solid.hgi-sharp.hgi-resize-02:before {
  content: "\528d";
}
.hgi-solid.hgi-sharp.hgi-resize-field-rectangle:before {
  content: "\528f";
}
.hgi-solid.hgi-sharp.hgi-resize-field:before {
  content: "\5291";
}
.hgi-solid.hgi-sharp.hgi-resources-add:before {
  content: "\5293";
}
.hgi-solid.hgi-sharp.hgi-resources-remove:before {
  content: "\5295";
}
.hgi-solid.hgi-sharp.hgi-restaurant-01:before {
  content: "\5297";
}
.hgi-solid.hgi-sharp.hgi-restaurant-02:before {
  content: "\5299";
}
.hgi-solid.hgi-sharp.hgi-restaurant-03:before {
  content: "\529b";
}
.hgi-solid.hgi-sharp.hgi-restaurant-table:before {
  content: "\529d";
}
.hgi-solid.hgi-sharp.hgi-restore-bin:before {
  content: "\529f";
}
.hgi-solid.hgi-sharp.hgi-return-request:before {
  content: "\52a1";
}
.hgi-solid.hgi-sharp.hgi-reverse-withdrawal-01:before {
  content: "\52a3";
}
.hgi-solid.hgi-sharp.hgi-reverse-withdrawal-02:before {
  content: "\52a5";
}
.hgi-solid.hgi-sharp.hgi-rhombus-01:before {
  content: "\52a7";
}
.hgi-solid.hgi-sharp.hgi-rhombus:before {
  content: "\52a9";
}
.hgi-solid.hgi-sharp.hgi-rice-bowl-01:before {
  content: "\52ab";
}
.hgi-solid.hgi-sharp.hgi-rice-bowl-02:before {
  content: "\52ad";
}
.hgi-solid.hgi-sharp.hgi-right-angle:before {
  content: "\52af";
}
.hgi-solid.hgi-sharp.hgi-right-to-left-block-quote:before {
  content: "\52b1";
}
.hgi-solid.hgi-sharp.hgi-right-to-left-list-bullet:before {
  content: "\52b3";
}
.hgi-solid.hgi-sharp.hgi-right-to-left-list-dash:before {
  content: "\52b5";
}
.hgi-solid.hgi-sharp.hgi-right-to-left-list-number:before {
  content: "\52b7";
}
.hgi-solid.hgi-sharp.hgi-right-to-left-list-triangle:before {
  content: "\52b9";
}
.hgi-solid.hgi-sharp.hgi-right-triangle:before {
  content: "\52bb";
}
.hgi-solid.hgi-sharp.hgi-ripple:before {
  content: "\52bd";
}
.hgi-solid.hgi-sharp.hgi-riyal-rectangle:before {
  content: "\52bf";
}
.hgi-solid.hgi-sharp.hgi-riyal:before {
  content: "\52c1";
}
.hgi-solid.hgi-sharp.hgi-road-01:before {
  content: "\52c3";
}
.hgi-solid.hgi-sharp.hgi-road-02:before {
  content: "\52c5";
}
.hgi-solid.hgi-sharp.hgi-road-location-01:before {
  content: "\52c7";
}
.hgi-solid.hgi-sharp.hgi-road-location-02:before {
  content: "\52c9";
}
.hgi-solid.hgi-sharp.hgi-road-wayside:before {
  content: "\52cc";
}
.hgi-solid.hgi-sharp.hgi-road:before {
  content: "\52cd";
}
.hgi-solid.hgi-sharp.hgi-robot-01:before {
  content: "\52cf";
}
.hgi-solid.hgi-sharp.hgi-robot-02:before {
  content: "\52d1";
}
.hgi-solid.hgi-sharp.hgi-robotic:before {
  content: "\52d3";
}
.hgi-solid.hgi-sharp.hgi-rocket-01:before {
  content: "\52d5";
}
.hgi-solid.hgi-sharp.hgi-rocket-02:before {
  content: "\52d7";
}
.hgi-solid.hgi-sharp.hgi-rocket:before {
  content: "\52d9";
}
.hgi-solid.hgi-sharp.hgi-rocking-chair:before {
  content: "\52db";
}
.hgi-solid.hgi-sharp.hgi-rocking-horse:before {
  content: "\52dd";
}
.hgi-solid.hgi-sharp.hgi-roller-skate:before {
  content: "\52df";
}
.hgi-solid.hgi-sharp.hgi-rolling-pin:before {
  content: "\52e1";
}
.hgi-solid.hgi-sharp.hgi-root-01:before {
  content: "\52e3";
}
.hgi-solid.hgi-sharp.hgi-root-02:before {
  content: "\52e5";
}
.hgi-solid.hgi-sharp.hgi-root-circle:before {
  content: "\52e7";
}
.hgi-solid.hgi-sharp.hgi-root-first-bracket:before {
  content: "\52e9";
}
.hgi-solid.hgi-sharp.hgi-root-second-bracket:before {
  content: "\52eb";
}
.hgi-solid.hgi-sharp.hgi-root-third-bracket:before {
  content: "\52ed";
}
.hgi-solid.hgi-sharp.hgi-rotate-01:before {
  content: "\52ef";
}
.hgi-solid.hgi-sharp.hgi-rotate-02:before {
  content: "\52f1";
}
.hgi-solid.hgi-sharp.hgi-rotate-360:before {
  content: "\52f3";
}
.hgi-solid.hgi-sharp.hgi-rotate-bottom-left:before {
  content: "\52f5";
}
.hgi-solid.hgi-sharp.hgi-rotate-bottom-right:before {
  content: "\52f7";
}
.hgi-solid.hgi-sharp.hgi-rotate-clockwise:before {
  content: "\52f9";
}
.hgi-solid.hgi-sharp.hgi-rotate-crop:before {
  content: "\52fb";
}
.hgi-solid.hgi-sharp.hgi-rotate-left-01:before {
  content: "\52fd";
}
.hgi-solid.hgi-sharp.hgi-rotate-left-02:before {
  content: "\52ff";
}
.hgi-solid.hgi-sharp.hgi-rotate-left-03:before {
  content: "\5301";
}
.hgi-solid.hgi-sharp.hgi-rotate-left-04:before {
  content: "\5303";
}
.hgi-solid.hgi-sharp.hgi-rotate-left-05:before {
  content: "\5305";
}
.hgi-solid.hgi-sharp.hgi-rotate-left-06:before {
  content: "\5307";
}
.hgi-solid.hgi-sharp.hgi-rotate-right-01:before {
  content: "\5309";
}
.hgi-solid.hgi-sharp.hgi-rotate-right-02:before {
  content: "\530b";
}
.hgi-solid.hgi-sharp.hgi-rotate-right-03:before {
  content: "\530d";
}
.hgi-solid.hgi-sharp.hgi-rotate-right-04:before {
  content: "\530f";
}
.hgi-solid.hgi-sharp.hgi-rotate-right-05:before {
  content: "\5311";
}
.hgi-solid.hgi-sharp.hgi-rotate-right-06:before {
  content: "\5313";
}
.hgi-solid.hgi-sharp.hgi-rotate-square:before {
  content: "\5315";
}
.hgi-solid.hgi-sharp.hgi-rotate-top-left:before {
  content: "\5317";
}
.hgi-solid.hgi-sharp.hgi-rotate-top-right:before {
  content: "\5319";
}
.hgi-solid.hgi-sharp.hgi-route-01:before {
  content: "\531b";
}
.hgi-solid.hgi-sharp.hgi-route-02:before {
  content: "\531d";
}
.hgi-solid.hgi-sharp.hgi-route-03:before {
  content: "\531f";
}
.hgi-solid.hgi-sharp.hgi-route-block:before {
  content: "\5321";
}
.hgi-solid.hgi-sharp.hgi-router-01:before {
  content: "\5323";
}
.hgi-solid.hgi-sharp.hgi-router-02:before {
  content: "\5325";
}
.hgi-solid.hgi-sharp.hgi-router:before {
  content: "\5327";
}
.hgi-solid.hgi-sharp.hgi-row-delete:before {
  content: "\5329";
}
.hgi-solid.hgi-sharp.hgi-row-insert:before {
  content: "\532b";
}
.hgi-solid.hgi-sharp.hgi-rss-connected-01:before {
  content: "\532d";
}
.hgi-solid.hgi-sharp.hgi-rss-connected-02:before {
  content: "\532f";
}
.hgi-solid.hgi-sharp.hgi-rss-error:before {
  content: "\5331";
}
.hgi-solid.hgi-sharp.hgi-rss-locked:before {
  content: "\5333";
}
.hgi-solid.hgi-sharp.hgi-rss-unlocked:before {
  content: "\5336";
}
.hgi-solid.hgi-sharp.hgi-rss:before {
  content: "\5337";
}
.hgi-solid.hgi-sharp.hgi-rub-el-hizb:before {
  content: "\5339";
}
.hgi-solid.hgi-sharp.hgi-rubber-duck:before {
  content: "\533b";
}
.hgi-solid.hgi-sharp.hgi-rubiks-cube:before {
  content: "\533d";
}
.hgi-solid.hgi-sharp.hgi-ruku:before {
  content: "\533f";
}
.hgi-solid.hgi-sharp.hgi-ruler:before {
  content: "\5341";
}
.hgi-solid.hgi-sharp.hgi-running-shoes:before {
  content: "\5343";
}
.hgi-solid.hgi-sharp.hgi-sad-01:before {
  content: "\5345";
}
.hgi-solid.hgi-sharp.hgi-sad-02:before {
  content: "\5347";
}
.hgi-solid.hgi-sharp.hgi-sad-dizzy:before {
  content: "\5349";
}
.hgi-solid.hgi-sharp.hgi-safari:before {
  content: "\534b";
}
.hgi-solid.hgi-sharp.hgi-safe-delivery-01:before {
  content: "\534d";
}
.hgi-solid.hgi-sharp.hgi-safe-delivery-02:before {
  content: "\534f";
}
.hgi-solid.hgi-sharp.hgi-safe:before {
  content: "\5351";
}
.hgi-solid.hgi-sharp.hgi-safety-pin-01:before {
  content: "\5353";
}
.hgi-solid.hgi-sharp.hgi-safety-pin-02:before {
  content: "\5355";
}
.hgi-solid.hgi-sharp.hgi-sailboat-coastal:before {
  content: "\5357";
}
.hgi-solid.hgi-sharp.hgi-sailboat-offshore:before {
  content: "\5359";
}
.hgi-solid.hgi-sharp.hgi-sakura:before {
  content: "\535b";
}
.hgi-solid.hgi-sharp.hgi-salah-time:before {
  content: "\535e";
}
.hgi-solid.hgi-sharp.hgi-salah:before {
  content: "\535f";
}
.hgi-solid.hgi-sharp.hgi-sale-tag-01:before {
  content: "\5361";
}
.hgi-solid.hgi-sharp.hgi-sale-tag-02:before {
  content: "\5363";
}
.hgi-solid.hgi-sharp.hgi-sandals:before {
  content: "\5365";
}
.hgi-solid.hgi-sharp.hgi-satellite-01:before {
  content: "\5367";
}
.hgi-solid.hgi-sharp.hgi-satellite-02:before {
  content: "\5369";
}
.hgi-solid.hgi-sharp.hgi-satellite-03:before {
  content: "\536b";
}
.hgi-solid.hgi-sharp.hgi-satellite:before {
  content: "\536d";
}
.hgi-solid.hgi-sharp.hgi-saturn-01:before {
  content: "\536f";
}
.hgi-solid.hgi-sharp.hgi-saturn-02:before {
  content: "\5371";
}
.hgi-solid.hgi-sharp.hgi-saturn:before {
  content: "\5373";
}
.hgi-solid.hgi-sharp.hgi-sausage:before {
  content: "\5375";
}
.hgi-solid.hgi-sharp.hgi-save-energy-01:before {
  content: "\5377";
}
.hgi-solid.hgi-sharp.hgi-save-energy-02:before {
  content: "\5379";
}
.hgi-solid.hgi-sharp.hgi-save-money-dollar:before {
  content: "\537b";
}
.hgi-solid.hgi-sharp.hgi-save-money-euro:before {
  content: "\537d";
}
.hgi-solid.hgi-sharp.hgi-save-money-pound:before {
  content: "\537f";
}
.hgi-solid.hgi-sharp.hgi-save-money-yen:before {
  content: "\5381";
}
.hgi-solid.hgi-sharp.hgi-savings:before {
  content: "\5383";
}
.hgi-solid.hgi-sharp.hgi-scheme:before {
  content: "\5385";
}
.hgi-solid.hgi-sharp.hgi-school-01:before {
  content: "\5387";
}
.hgi-solid.hgi-sharp.hgi-school-bell-01:before {
  content: "\5389";
}
.hgi-solid.hgi-sharp.hgi-school-bell-02:before {
  content: "\538b";
}
.hgi-solid.hgi-sharp.hgi-school-bus:before {
  content: "\538d";
}
.hgi-solid.hgi-sharp.hgi-school-report-card:before {
  content: "\538f";
}
.hgi-solid.hgi-sharp.hgi-school-tie:before {
  content: "\5392";
}
.hgi-solid.hgi-sharp.hgi-school:before {
  content: "\5393";
}
.hgi-solid.hgi-sharp.hgi-scissor-01:before {
  content: "\5395";
}
.hgi-solid.hgi-sharp.hgi-scissor-rectangle:before {
  content: "\5397";
}
.hgi-solid.hgi-sharp.hgi-scissor:before {
  content: "\5399";
}
.hgi-solid.hgi-sharp.hgi-scooter-01:before {
  content: "\539b";
}
.hgi-solid.hgi-sharp.hgi-scooter-02:before {
  content: "\539d";
}
.hgi-solid.hgi-sharp.hgi-scooter-03:before {
  content: "\539f";
}
.hgi-solid.hgi-sharp.hgi-scooter-04:before {
  content: "\53a1";
}
.hgi-solid.hgi-sharp.hgi-scooter-electric:before {
  content: "\53a3";
}
.hgi-solid.hgi-sharp.hgi-scratch-card:before {
  content: "\53a5";
}
.hgi-solid.hgi-sharp.hgi-screen-add-to-home:before {
  content: "\53a7";
}
.hgi-solid.hgi-sharp.hgi-screen-lock-rotation:before {
  content: "\53a9";
}
.hgi-solid.hgi-sharp.hgi-screen-rotation:before {
  content: "\53ab";
}
.hgi-solid.hgi-sharp.hgi-scribd:before {
  content: "\53ad";
}
.hgi-solid.hgi-sharp.hgi-scroll-horizontal:before {
  content: "\53af";
}
.hgi-solid.hgi-sharp.hgi-scroll-vertical:before {
  content: "\53b2";
}
.hgi-solid.hgi-sharp.hgi-scroll:before {
  content: "\53b3";
}
.hgi-solid.hgi-sharp.hgi-sd-card:before {
  content: "\53b5";
}
.hgi-solid.hgi-sharp.hgi-seal:before {
  content: "\53b7";
}
.hgi-solid.hgi-sharp.hgi-search-01:before {
  content: "\53b9";
}
.hgi-solid.hgi-sharp.hgi-search-02:before {
  content: "\53bb";
}
.hgi-solid.hgi-sharp.hgi-search-add:before {
  content: "\53bd";
}
.hgi-solid.hgi-sharp.hgi-search-area:before {
  content: "\53bf";
}
.hgi-solid.hgi-sharp.hgi-search-circle:before {
  content: "\53c1";
}
.hgi-solid.hgi-sharp.hgi-search-dollar:before {
  content: "\53c3";
}
.hgi-solid.hgi-sharp.hgi-search-focus:before {
  content: "\53c5";
}
.hgi-solid.hgi-sharp.hgi-search-list-01:before {
  content: "\53c7";
}
.hgi-solid.hgi-sharp.hgi-search-list-02:before {
  content: "\53c9";
}
.hgi-solid.hgi-sharp.hgi-search-minus:before {
  content: "\53cb";
}
.hgi-solid.hgi-sharp.hgi-search-remove:before {
  content: "\53cd";
}
.hgi-solid.hgi-sharp.hgi-search-replace:before {
  content: "\53cf";
}
.hgi-solid.hgi-sharp.hgi-search-square:before {
  content: "\53d1";
}
.hgi-solid.hgi-sharp.hgi-search-visual:before {
  content: "\53d3";
}
.hgi-solid.hgi-sharp.hgi-searching:before {
  content: "\53d5";
}
.hgi-solid.hgi-sharp.hgi-seat-selector:before {
  content: "\53d7";
}
.hgi-solid.hgi-sharp.hgi-second-bracket-circle:before {
  content: "\53d9";
}
.hgi-solid.hgi-sharp.hgi-second-bracket-square:before {
  content: "\53dc";
}
.hgi-solid.hgi-sharp.hgi-second-bracket:before {
  content: "\53dd";
}
.hgi-solid.hgi-sharp.hgi-secured-network:before {
  content: "\53df";
}
.hgi-solid.hgi-sharp.hgi-security-block:before {
  content: "\53e1";
}
.hgi-solid.hgi-sharp.hgi-security-check:before {
  content: "\53e3";
}
.hgi-solid.hgi-sharp.hgi-security-key-usb:before {
  content: "\53e5";
}
.hgi-solid.hgi-sharp.hgi-security-lock:before {
  content: "\53e7";
}
.hgi-solid.hgi-sharp.hgi-security-password:before {
  content: "\53e9";
}
.hgi-solid.hgi-sharp.hgi-security-validation:before {
  content: "\53ec";
}
.hgi-solid.hgi-sharp.hgi-security-wifi:before {
  content: "\53ee";
}
.hgi-solid.hgi-sharp.hgi-security:before {
  content: "\53ef";
}
.hgi-solid.hgi-sharp.hgi-segment:before {
  content: "\53f1";
}
.hgi-solid.hgi-sharp.hgi-select-01:before {
  content: "\53f3";
}
.hgi-solid.hgi-sharp.hgi-select-02:before {
  content: "\53f5";
}
.hgi-solid.hgi-sharp.hgi-self-transfer:before {
  content: "\53f7";
}
.hgi-solid.hgi-sharp.hgi-send-to-mobile:before {
  content: "\53f9";
}
.hgi-solid.hgi-sharp.hgi-sending-order:before {
  content: "\53fb";
}
.hgi-solid.hgi-sharp.hgi-senseless:before {
  content: "\53fd";
}
.hgi-solid.hgi-sharp.hgi-sent-02:before {
  content: "\53ff";
}
.hgi-solid.hgi-sharp.hgi-sent:before {
  content: "\5401";
}
.hgi-solid.hgi-sharp.hgi-seo:before {
  content: "\5403";
}
.hgi-solid.hgi-sharp.hgi-server-stack-01:before {
  content: "\5405";
}
.hgi-solid.hgi-sharp.hgi-server-stack-02:before {
  content: "\5407";
}
.hgi-solid.hgi-sharp.hgi-server-stack-03:before {
  content: "\5409";
}
.hgi-solid.hgi-sharp.hgi-service:before {
  content: "\540b";
}
.hgi-solid.hgi-sharp.hgi-serving-food:before {
  content: "\540d";
}
.hgi-solid.hgi-sharp.hgi-setting-06:before {
  content: "\540f";
}
.hgi-solid.hgi-sharp.hgi-setting-07:before {
  content: "\5411";
}
.hgi-solid.hgi-sharp.hgi-setting-done-01:before {
  content: "\5413";
}
.hgi-solid.hgi-sharp.hgi-setting-done-02:before {
  content: "\5415";
}
.hgi-solid.hgi-sharp.hgi-setting-done-03:before {
  content: "\5417";
}
.hgi-solid.hgi-sharp.hgi-setting-done-04:before {
  content: "\5419";
}
.hgi-solid.hgi-sharp.hgi-setting-error-03:before {
  content: "\541b";
}
.hgi-solid.hgi-sharp.hgi-setting-error-04:before {
  content: "\541d";
}
.hgi-solid.hgi-sharp.hgi-settings-01:before {
  content: "\541f";
}
.hgi-solid.hgi-sharp.hgi-settings-02:before {
  content: "\5421";
}
.hgi-solid.hgi-sharp.hgi-settings-03:before {
  content: "\5423";
}
.hgi-solid.hgi-sharp.hgi-settings-04:before {
  content: "\5425";
}
.hgi-solid.hgi-sharp.hgi-settings-05:before {
  content: "\5427";
}
.hgi-solid.hgi-sharp.hgi-settings-error-01:before {
  content: "\5429";
}
.hgi-solid.hgi-sharp.hgi-settings-error-02:before {
  content: "\542b";
}
.hgi-solid.hgi-sharp.hgi-setup-01:before {
  content: "\542d";
}
.hgi-solid.hgi-sharp.hgi-setup-02:before {
  content: "\542f";
}
.hgi-solid.hgi-sharp.hgi-seven-z-01:before {
  content: "\5431";
}
.hgi-solid.hgi-sharp.hgi-seven-z-02:before {
  content: "\5433";
}
.hgi-solid.hgi-sharp.hgi-shaka-01:before {
  content: "\5435";
}
.hgi-solid.hgi-sharp.hgi-shaka-02:before {
  content: "\5437";
}
.hgi-solid.hgi-sharp.hgi-shaka-03:before {
  content: "\5439";
}
.hgi-solid.hgi-sharp.hgi-shaka-04:before {
  content: "\543b";
}
.hgi-solid.hgi-sharp.hgi-shampoo:before {
  content: "\543d";
}
.hgi-solid.hgi-sharp.hgi-shape-collection:before {
  content: "\543f";
}
.hgi-solid.hgi-sharp.hgi-shapes:before {
  content: "\5441";
}
.hgi-solid.hgi-sharp.hgi-share-01:before {
  content: "\5443";
}
.hgi-solid.hgi-sharp.hgi-share-02:before {
  content: "\5445";
}
.hgi-solid.hgi-sharp.hgi-share-03:before {
  content: "\5447";
}
.hgi-solid.hgi-sharp.hgi-share-04:before {
  content: "\5449";
}
.hgi-solid.hgi-sharp.hgi-share-05:before {
  content: "\544b";
}
.hgi-solid.hgi-sharp.hgi-share-06:before {
  content: "\544d";
}
.hgi-solid.hgi-sharp.hgi-share-07:before {
  content: "\544f";
}
.hgi-solid.hgi-sharp.hgi-share-08:before {
  content: "\5451";
}
.hgi-solid.hgi-sharp.hgi-share-knowledge:before {
  content: "\5453";
}
.hgi-solid.hgi-sharp.hgi-share-location-01:before {
  content: "\5455";
}
.hgi-solid.hgi-sharp.hgi-share-location-02:before {
  content: "\5457";
}
.hgi-solid.hgi-sharp.hgi-shared-wifi:before {
  content: "\5459";
}
.hgi-solid.hgi-sharp.hgi-sharing:before {
  content: "\545b";
}
.hgi-solid.hgi-sharp.hgi-shellfish:before {
  content: "\545d";
}
.hgi-solid.hgi-sharp.hgi-sheriff-01:before {
  content: "\545f";
}
.hgi-solid.hgi-sharp.hgi-sheriff-02:before {
  content: "\5461";
}
.hgi-solid.hgi-sharp.hgi-shield-01:before {
  content: "\5463";
}
.hgi-solid.hgi-sharp.hgi-shield-02:before {
  content: "\5465";
}
.hgi-solid.hgi-sharp.hgi-shield-blockchain:before {
  content: "\5467";
}
.hgi-solid.hgi-sharp.hgi-shield-energy:before {
  content: "\5469";
}
.hgi-solid.hgi-sharp.hgi-shield-key:before {
  content: "\546b";
}
.hgi-solid.hgi-sharp.hgi-shield-user:before {
  content: "\546d";
}
.hgi-solid.hgi-sharp.hgi-shipment-tracking:before {
  content: "\546f";
}
.hgi-solid.hgi-sharp.hgi-shipping-center:before {
  content: "\5471";
}
.hgi-solid.hgi-sharp.hgi-shipping-loading:before {
  content: "\5473";
}
.hgi-solid.hgi-sharp.hgi-shipping-truck-01:before {
  content: "\5475";
}
.hgi-solid.hgi-sharp.hgi-shipping-truck-02:before {
  content: "\5477";
}
.hgi-solid.hgi-sharp.hgi-shirt-01:before {
  content: "\5479";
}
.hgi-solid.hgi-sharp.hgi-shocked:before {
  content: "\547b";
}
.hgi-solid.hgi-sharp.hgi-shop-sign:before {
  content: "\547d";
}
.hgi-solid.hgi-sharp.hgi-shopify:before {
  content: "\547f";
}
.hgi-solid.hgi-sharp.hgi-shopping-bag-01:before {
  content: "\5481";
}
.hgi-solid.hgi-sharp.hgi-shopping-bag-02:before {
  content: "\5483";
}
.hgi-solid.hgi-sharp.hgi-shopping-bag-03:before {
  content: "\5485";
}
.hgi-solid.hgi-sharp.hgi-shopping-bag-add:before {
  content: "\5487";
}
.hgi-solid.hgi-sharp.hgi-shopping-bag-check:before {
  content: "\5489";
}
.hgi-solid.hgi-sharp.hgi-shopping-bag-favorite:before {
  content: "\548b";
}
.hgi-solid.hgi-sharp.hgi-shopping-bag-remove:before {
  content: "\548d";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-01:before {
  content: "\548f";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-02:before {
  content: "\5491";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-03:before {
  content: "\5493";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-add-01:before {
  content: "\5495";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-add-02:before {
  content: "\5497";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-add-03:before {
  content: "\5499";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-check-in-01:before {
  content: "\549b";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-check-in-02:before {
  content: "\549d";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-check-in-03:before {
  content: "\549f";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-check-out-01:before {
  content: "\54a1";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-check-out-02:before {
  content: "\54a3";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-check-out-03:before {
  content: "\54a5";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-done-01:before {
  content: "\54a7";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-done-02:before {
  content: "\54a9";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-done-03:before {
  content: "\54ab";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-favorite-01:before {
  content: "\54ad";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-favorite-02:before {
  content: "\54af";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-favorite-03:before {
  content: "\54b1";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-remove-01:before {
  content: "\54b3";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-remove-02:before {
  content: "\54b5";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-remove-03:before {
  content: "\54b7";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-secure-01:before {
  content: "\54b9";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-secure-02:before {
  content: "\54bb";
}
.hgi-solid.hgi-sharp.hgi-shopping-basket-secure-03:before {
  content: "\54bd";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-01:before {
  content: "\54bf";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-02:before {
  content: "\54c1";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-add-01:before {
  content: "\54c3";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-add-02:before {
  content: "\54c5";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-check-01:before {
  content: "\54c7";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-check-02:before {
  content: "\54c9";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-check-in-01:before {
  content: "\54cb";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-check-in-02:before {
  content: "\54cd";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-check-out-01:before {
  content: "\54cf";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-check-out-02:before {
  content: "\54d1";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-favorite-01:before {
  content: "\54d3";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-favorite-02:before {
  content: "\54d5";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-remove-01:before {
  content: "\54d7";
}
.hgi-solid.hgi-sharp.hgi-shopping-cart-remove-02:before {
  content: "\54d9";
}
.hgi-solid.hgi-sharp.hgi-shorts-pants:before {
  content: "\54db";
}
.hgi-solid.hgi-sharp.hgi-shoulder:before {
  content: "\54dd";
}
.hgi-solid.hgi-sharp.hgi-shuffle-square:before {
  content: "\54e0";
}
.hgi-solid.hgi-sharp.hgi-shuffle:before {
  content: "\54e1";
}
.hgi-solid.hgi-sharp.hgi-shut-down:before {
  content: "\54e3";
}
.hgi-solid.hgi-sharp.hgi-shutterstock:before {
  content: "\54e5";
}
.hgi-solid.hgi-sharp.hgi-sidebar-bottom:before {
  content: "\54e7";
}
.hgi-solid.hgi-sharp.hgi-sidebar-left-01:before {
  content: "\54e9";
}
.hgi-solid.hgi-sharp.hgi-sidebar-left:before {
  content: "\54eb";
}
.hgi-solid.hgi-sharp.hgi-sidebar-right-01:before {
  content: "\54ed";
}
.hgi-solid.hgi-sharp.hgi-sidebar-right:before {
  content: "\54ef";
}
.hgi-solid.hgi-sharp.hgi-sidebar-top:before {
  content: "\54f1";
}
.hgi-solid.hgi-sharp.hgi-sign-language-c:before {
  content: "\54f3";
}
.hgi-solid.hgi-sharp.hgi-signal-full-01:before {
  content: "\54f5";
}
.hgi-solid.hgi-sharp.hgi-signal-full-02:before {
  content: "\54f7";
}
.hgi-solid.hgi-sharp.hgi-signal-low-01:before {
  content: "\54f9";
}
.hgi-solid.hgi-sharp.hgi-signal-low-02:before {
  content: "\54fb";
}
.hgi-solid.hgi-sharp.hgi-signal-low-medium:before {
  content: "\54fd";
}
.hgi-solid.hgi-sharp.hgi-signal-medium-01:before {
  content: "\54ff";
}
.hgi-solid.hgi-sharp.hgi-signal-medium-02:before {
  content: "\5501";
}
.hgi-solid.hgi-sharp.hgi-signal-no-01:before {
  content: "\5503";
}
.hgi-solid.hgi-sharp.hgi-signal-no-02:before {
  content: "\5505";
}
.hgi-solid.hgi-sharp.hgi-signal:before {
  content: "\5507";
}
.hgi-solid.hgi-sharp.hgi-signature:before {
  content: "\5509";
}
.hgi-solid.hgi-sharp.hgi-silence:before {
  content: "\550b";
}
.hgi-solid.hgi-sharp.hgi-simcard-01:before {
  content: "\550d";
}
.hgi-solid.hgi-sharp.hgi-simcard-02:before {
  content: "\550f";
}
.hgi-solid.hgi-sharp.hgi-simcard-dual:before {
  content: "\5511";
}
.hgi-solid.hgi-sharp.hgi-sin:before {
  content: "\5513";
}
.hgi-solid.hgi-sharp.hgi-sine-01:before {
  content: "\5515";
}
.hgi-solid.hgi-sharp.hgi-sine-02:before {
  content: "\5517";
}
.hgi-solid.hgi-sharp.hgi-sing-left:before {
  content: "\5519";
}
.hgi-solid.hgi-sharp.hgi-sing-right:before {
  content: "\551b";
}
.hgi-solid.hgi-sharp.hgi-sink-01:before {
  content: "\551d";
}
.hgi-solid.hgi-sharp.hgi-sink-02:before {
  content: "\551f";
}
.hgi-solid.hgi-sharp.hgi-siri-new:before {
  content: "\5521";
}
.hgi-solid.hgi-sharp.hgi-siri:before {
  content: "\5523";
}
.hgi-solid.hgi-sharp.hgi-sketch:before {
  content: "\5525";
}
.hgi-solid.hgi-sharp.hgi-skew:before {
  content: "\5527";
}
.hgi-solid.hgi-sharp.hgi-ski-dice-faces-01:before {
  content: "\5529";
}
.hgi-solid.hgi-sharp.hgi-skipping-rope:before {
  content: "\552b";
}
.hgi-solid.hgi-sharp.hgi-skool:before {
  content: "\552d";
}
.hgi-solid.hgi-sharp.hgi-skull:before {
  content: "\552f";
}
.hgi-solid.hgi-sharp.hgi-skype:before {
  content: "\5531";
}
.hgi-solid.hgi-sharp.hgi-slack:before {
  content: "\5533";
}
.hgi-solid.hgi-sharp.hgi-sleeping:before {
  content: "\5535";
}
.hgi-solid.hgi-sharp.hgi-sleeveless:before {
  content: "\5537";
}
.hgi-solid.hgi-sharp.hgi-sliders-horizontal:before {
  content: "\5539";
}
.hgi-solid.hgi-sharp.hgi-sliders-vertical:before {
  content: "\553b";
}
.hgi-solid.hgi-sharp.hgi-slideshare:before {
  content: "\553d";
}
.hgi-solid.hgi-sharp.hgi-slow-winds:before {
  content: "\553f";
}
.hgi-solid.hgi-sharp.hgi-smart-ac:before {
  content: "\5541";
}
.hgi-solid.hgi-sharp.hgi-smart-phone-01:before {
  content: "\5543";
}
.hgi-solid.hgi-sharp.hgi-smart-phone-02:before {
  content: "\5545";
}
.hgi-solid.hgi-sharp.hgi-smart-phone-03:before {
  content: "\5547";
}
.hgi-solid.hgi-sharp.hgi-smart-phone-04:before {
  content: "\5549";
}
.hgi-solid.hgi-sharp.hgi-smart-phone-landscape:before {
  content: "\554b";
}
.hgi-solid.hgi-sharp.hgi-smart-watch-01:before {
  content: "\554e";
}
.hgi-solid.hgi-sharp.hgi-smart-watch-02:before {
  content: "\5550";
}
.hgi-solid.hgi-sharp.hgi-smart-watch-03:before {
  content: "\5552";
}
.hgi-solid.hgi-sharp.hgi-smart-watch-04:before {
  content: "\5554";
}
.hgi-solid.hgi-sharp.hgi-smart:before {
  content: "\5555";
}
.hgi-solid.hgi-sharp.hgi-smartphone-lost-wifi:before {
  content: "\5557";
}
.hgi-solid.hgi-sharp.hgi-smartphone-wifi:before {
  content: "\5559";
}
.hgi-solid.hgi-sharp.hgi-smile-dizzy:before {
  content: "\555b";
}
.hgi-solid.hgi-sharp.hgi-smile:before {
  content: "\555d";
}
.hgi-solid.hgi-sharp.hgi-sms-code:before {
  content: "\555f";
}
.hgi-solid.hgi-sharp.hgi-snail:before {
  content: "\5561";
}
.hgi-solid.hgi-sharp.hgi-snapchat:before {
  content: "\5563";
}
.hgi-solid.hgi-sharp.hgi-snow:before {
  content: "\5565";
}
.hgi-solid.hgi-sharp.hgi-socks:before {
  content: "\5567";
}
.hgi-solid.hgi-sharp.hgi-soda-can:before {
  content: "\5569";
}
.hgi-solid.hgi-sharp.hgi-sofa-01:before {
  content: "\556b";
}
.hgi-solid.hgi-sharp.hgi-sofa-02:before {
  content: "\556d";
}
.hgi-solid.hgi-sharp.hgi-sofa-03:before {
  content: "\556f";
}
.hgi-solid.hgi-sharp.hgi-sofa-single:before {
  content: "\5571";
}
.hgi-solid.hgi-sharp.hgi-soft-drink-01:before {
  content: "\5573";
}
.hgi-solid.hgi-sharp.hgi-soft-drink-02:before {
  content: "\5575";
}
.hgi-solid.hgi-sharp.hgi-software-license:before {
  content: "\5577";
}
.hgi-solid.hgi-sharp.hgi-software-uninstall:before {
  content: "\557a";
}
.hgi-solid.hgi-sharp.hgi-software:before {
  content: "\557b";
}
.hgi-solid.hgi-sharp.hgi-soil-moisture-field:before {
  content: "\557d";
}
.hgi-solid.hgi-sharp.hgi-soil-moisture-global:before {
  content: "\557f";
}
.hgi-solid.hgi-sharp.hgi-soil-temperature-field:before {
  content: "\5581";
}
.hgi-solid.hgi-sharp.hgi-soil-temperature-global:before {
  content: "\5583";
}
.hgi-solid.hgi-sharp.hgi-solar-energy:before {
  content: "\5585";
}
.hgi-solid.hgi-sharp.hgi-solar-panel-01:before {
  content: "\5587";
}
.hgi-solid.hgi-sharp.hgi-solar-panel-02:before {
  content: "\5589";
}
.hgi-solid.hgi-sharp.hgi-solar-panel-03:before {
  content: "\558b";
}
.hgi-solid.hgi-sharp.hgi-solar-panel-04:before {
  content: "\558d";
}
.hgi-solid.hgi-sharp.hgi-solar-panel-05:before {
  content: "\558f";
}
.hgi-solid.hgi-sharp.hgi-solar-power:before {
  content: "\5591";
}
.hgi-solid.hgi-sharp.hgi-solar-system-01:before {
  content: "\5593";
}
.hgi-solid.hgi-sharp.hgi-solar-system:before {
  content: "\5595";
}
.hgi-solid.hgi-sharp.hgi-solid-line-01:before {
  content: "\5597";
}
.hgi-solid.hgi-sharp.hgi-solid-line-02:before {
  content: "\5599";
}
.hgi-solid.hgi-sharp.hgi-sort-by-down-01:before {
  content: "\559b";
}
.hgi-solid.hgi-sharp.hgi-sort-by-down-02:before {
  content: "\559d";
}
.hgi-solid.hgi-sharp.hgi-sort-by-up-01:before {
  content: "\559f";
}
.hgi-solid.hgi-sharp.hgi-sort-by-up-02:before {
  content: "\55a1";
}
.hgi-solid.hgi-sharp.hgi-sorting-01:before {
  content: "\55a3";
}
.hgi-solid.hgi-sharp.hgi-sorting-02:before {
  content: "\55a5";
}
.hgi-solid.hgi-sharp.hgi-sorting-03:before {
  content: "\55a7";
}
.hgi-solid.hgi-sharp.hgi-sorting-04:before {
  content: "\55a9";
}
.hgi-solid.hgi-sharp.hgi-sorting-05:before {
  content: "\55ab";
}
.hgi-solid.hgi-sharp.hgi-sorting-1-9:before {
  content: "\55ad";
}
.hgi-solid.hgi-sharp.hgi-sorting-9-1:before {
  content: "\55af";
}
.hgi-solid.hgi-sharp.hgi-sorting-a-z-01:before {
  content: "\55b1";
}
.hgi-solid.hgi-sharp.hgi-sorting-a-z-02:before {
  content: "\55b3";
}
.hgi-solid.hgi-sharp.hgi-sorting-down:before {
  content: "\55b5";
}
.hgi-solid.hgi-sharp.hgi-sorting-up:before {
  content: "\55b7";
}
.hgi-solid.hgi-sharp.hgi-sorting-z-a-01:before {
  content: "\55b9";
}
.hgi-solid.hgi-sharp.hgi-soundcloud:before {
  content: "\55bb";
}
.hgi-solid.hgi-sharp.hgi-source-code-circle:before {
  content: "\55bd";
}
.hgi-solid.hgi-sharp.hgi-source-code-square:before {
  content: "\55c0";
}
.hgi-solid.hgi-sharp.hgi-source-code:before {
  content: "\55c1";
}
.hgi-solid.hgi-sharp.hgi-spaceship:before {
  content: "\55c3";
}
.hgi-solid.hgi-sharp.hgi-spades:before {
  content: "\55c5";
}
.hgi-solid.hgi-sharp.hgi-spaghetti:before {
  content: "\55c7";
}
.hgi-solid.hgi-sharp.hgi-spam:before {
  content: "\55c9";
}
.hgi-solid.hgi-sharp.hgi-sparkles:before {
  content: "\55cb";
}
.hgi-solid.hgi-sharp.hgi-spartan-helmet:before {
  content: "\55cd";
}
.hgi-solid.hgi-sharp.hgi-spatula:before {
  content: "\55cf";
}
.hgi-solid.hgi-sharp.hgi-speaker-01:before {
  content: "\55d1";
}
.hgi-solid.hgi-sharp.hgi-speaker:before {
  content: "\55d3";
}
.hgi-solid.hgi-sharp.hgi-speech-to-text:before {
  content: "\55d5";
}
.hgi-solid.hgi-sharp.hgi-speed-train-01:before {
  content: "\55d7";
}
.hgi-solid.hgi-sharp.hgi-speed-train-02:before {
  content: "\55d9";
}
.hgi-solid.hgi-sharp.hgi-sperm:before {
  content: "\55db";
}
.hgi-solid.hgi-sharp.hgi-sphere:before {
  content: "\55dd";
}
.hgi-solid.hgi-sharp.hgi-spirals:before {
  content: "\55df";
}
.hgi-solid.hgi-sharp.hgi-spoon-and-fork:before {
  content: "\55e1";
}
.hgi-solid.hgi-sharp.hgi-spoon-and-knife:before {
  content: "\55e3";
}
.hgi-solid.hgi-sharp.hgi-spoon:before {
  content: "\55e5";
}
.hgi-solid.hgi-sharp.hgi-spotify:before {
  content: "\55e7";
}
.hgi-solid.hgi-sharp.hgi-sql:before {
  content: "\55e9";
}
.hgi-solid.hgi-sharp.hgi-square-01:before {
  content: "\55eb";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-data-transfer-diagonal:before {
  content: "\55ed";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-data-transfer-horizontal:before {
  content: "\55ef";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-data-transfer-vertical:before {
  content: "\55f1";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-diagonal-01:before {
  content: "\55f3";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-diagonal-02:before {
  content: "\55f5";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-down-01:before {
  content: "\55f7";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-down-02:before {
  content: "\55f9";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-down-03:before {
  content: "\55fb";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-down-double:before {
  content: "\55fd";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-down-left:before {
  content: "\55ff";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-down-right:before {
  content: "\5601";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-expand-01:before {
  content: "\5603";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-expand-02:before {
  content: "\5605";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-horizontal:before {
  content: "\5607";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-left-01:before {
  content: "\5609";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-left-02:before {
  content: "\560b";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-left-03:before {
  content: "\560d";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-left-double:before {
  content: "\560f";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-left-right:before {
  content: "\5611";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-move-down-left:before {
  content: "\5613";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-move-down-right:before {
  content: "\5615";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-move-left-down:before {
  content: "\5617";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-move-left-up:before {
  content: "\5619";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-move-right-down:before {
  content: "\561b";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-move-right-up:before {
  content: "\561d";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-reload-01:before {
  content: "\561f";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-reload-02:before {
  content: "\5621";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-right-01:before {
  content: "\5623";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-right-02:before {
  content: "\5625";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-right-03:before {
  content: "\5627";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-right-double:before {
  content: "\5629";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-shrink-01:before {
  content: "\562b";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-shrink-02:before {
  content: "\562d";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-up-01:before {
  content: "\562f";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-up-02:before {
  content: "\5631";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-up-03:before {
  content: "\5633";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-up-double:before {
  content: "\5635";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-up-down:before {
  content: "\5637";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-up-left:before {
  content: "\5639";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-up-right:before {
  content: "\563b";
}
.hgi-solid.hgi-sharp.hgi-square-arrow-vertical:before {
  content: "\563d";
}
.hgi-solid.hgi-sharp.hgi-square-circle:before {
  content: "\563f";
}
.hgi-solid.hgi-sharp.hgi-square-lock-01:before {
  content: "\5641";
}
.hgi-solid.hgi-sharp.hgi-square-lock-02:before {
  content: "\5643";
}
.hgi-solid.hgi-sharp.hgi-square-lock-add-01:before {
  content: "\5645";
}
.hgi-solid.hgi-sharp.hgi-square-lock-add-02:before {
  content: "\5647";
}
.hgi-solid.hgi-sharp.hgi-square-lock-check-01:before {
  content: "\5649";
}
.hgi-solid.hgi-sharp.hgi-square-lock-check-02:before {
  content: "\564b";
}
.hgi-solid.hgi-sharp.hgi-square-lock-minus-01:before {
  content: "\564d";
}
.hgi-solid.hgi-sharp.hgi-square-lock-minus-02:before {
  content: "\564f";
}
.hgi-solid.hgi-sharp.hgi-square-lock-password:before {
  content: "\5651";
}
.hgi-solid.hgi-sharp.hgi-square-lock-remove-01:before {
  content: "\5653";
}
.hgi-solid.hgi-sharp.hgi-square-lock-remove-02:before {
  content: "\5655";
}
.hgi-solid.hgi-sharp.hgi-square-root-square:before {
  content: "\5657";
}
.hgi-solid.hgi-sharp.hgi-square-square:before {
  content: "\565a";
}
.hgi-solid.hgi-sharp.hgi-square-unlock-01:before {
  content: "\565c";
}
.hgi-solid.hgi-sharp.hgi-square-unlock-02:before {
  content: "\565e";
}
.hgi-solid.hgi-sharp.hgi-square:before {
  content: "\565f";
}
.hgi-solid.hgi-sharp.hgi-stack-star:before {
  content: "\5661";
}
.hgi-solid.hgi-sharp.hgi-stake:before {
  content: "\5663";
}
.hgi-solid.hgi-sharp.hgi-stamp-01:before {
  content: "\5665";
}
.hgi-solid.hgi-sharp.hgi-stamp-02:before {
  content: "\5667";
}
.hgi-solid.hgi-sharp.hgi-stamp:before {
  content: "\5669";
}
.hgi-solid.hgi-sharp.hgi-star-award-01:before {
  content: "\566b";
}
.hgi-solid.hgi-sharp.hgi-star-award-02:before {
  content: "\566d";
}
.hgi-solid.hgi-sharp.hgi-star-circle:before {
  content: "\566f";
}
.hgi-solid.hgi-sharp.hgi-star-face:before {
  content: "\5671";
}
.hgi-solid.hgi-sharp.hgi-star-half:before {
  content: "\5673";
}
.hgi-solid.hgi-sharp.hgi-star-off:before {
  content: "\5675";
}
.hgi-solid.hgi-sharp.hgi-star-square:before {
  content: "\5678";
}
.hgi-solid.hgi-sharp.hgi-star:before {
  content: "\5679";
}
.hgi-solid.hgi-sharp.hgi-stars:before {
  content: "\567b";
}
.hgi-solid.hgi-sharp.hgi-start-up-01:before {
  content: "\567d";
}
.hgi-solid.hgi-sharp.hgi-start-up-02:before {
  content: "\567f";
}
.hgi-solid.hgi-sharp.hgi-stationery:before {
  content: "\5681";
}
.hgi-solid.hgi-sharp.hgi-status:before {
  content: "\5683";
}
.hgi-solid.hgi-sharp.hgi-steak:before {
  content: "\5685";
}
.hgi-solid.hgi-sharp.hgi-steering:before {
  content: "\5687";
}
.hgi-solid.hgi-sharp.hgi-step-into:before {
  content: "\5689";
}
.hgi-solid.hgi-sharp.hgi-step-out:before {
  content: "\568b";
}
.hgi-solid.hgi-sharp.hgi-step-over:before {
  content: "\568d";
}
.hgi-solid.hgi-sharp.hgi-stethoscope-02:before {
  content: "\568f";
}
.hgi-solid.hgi-sharp.hgi-stethoscope:before {
  content: "\5691";
}
.hgi-solid.hgi-sharp.hgi-sticky-note-01:before {
  content: "\5693";
}
.hgi-solid.hgi-sharp.hgi-sticky-note-02:before {
  content: "\5695";
}
.hgi-solid.hgi-sharp.hgi-sticky-note-03:before {
  content: "\5697";
}
.hgi-solid.hgi-sharp.hgi-stop-circle:before {
  content: "\5699";
}
.hgi-solid.hgi-sharp.hgi-stop-loss-order:before {
  content: "\569b";
}
.hgi-solid.hgi-sharp.hgi-stop-watch:before {
  content: "\569e";
}
.hgi-solid.hgi-sharp.hgi-stop:before {
  content: "\569f";
}
.hgi-solid.hgi-sharp.hgi-store-01:before {
  content: "\56a1";
}
.hgi-solid.hgi-sharp.hgi-store-02:before {
  content: "\56a3";
}
.hgi-solid.hgi-sharp.hgi-store-03:before {
  content: "\56a5";
}
.hgi-solid.hgi-sharp.hgi-store-04:before {
  content: "\56a7";
}
.hgi-solid.hgi-sharp.hgi-store-add-01:before {
  content: "\56a9";
}
.hgi-solid.hgi-sharp.hgi-store-add-02:before {
  content: "\56ab";
}
.hgi-solid.hgi-sharp.hgi-store-location-01:before {
  content: "\56ad";
}
.hgi-solid.hgi-sharp.hgi-store-location-02:before {
  content: "\56af";
}
.hgi-solid.hgi-sharp.hgi-store-management-01:before {
  content: "\56b1";
}
.hgi-solid.hgi-sharp.hgi-store-management-02:before {
  content: "\56b3";
}
.hgi-solid.hgi-sharp.hgi-store-remove-01:before {
  content: "\56b5";
}
.hgi-solid.hgi-sharp.hgi-store-remove-02:before {
  content: "\56b7";
}
.hgi-solid.hgi-sharp.hgi-store-verified-01:before {
  content: "\56b9";
}
.hgi-solid.hgi-sharp.hgi-store-verified-02:before {
  content: "\56bb";
}
.hgi-solid.hgi-sharp.hgi-straight-edge:before {
  content: "\56bd";
}
.hgi-solid.hgi-sharp.hgi-strategy:before {
  content: "\56bf";
}
.hgi-solid.hgi-sharp.hgi-streering-wheel:before {
  content: "\56c1";
}
.hgi-solid.hgi-sharp.hgi-street-food:before {
  content: "\56c3";
}
.hgi-solid.hgi-sharp.hgi-stripe:before {
  content: "\56c5";
}
.hgi-solid.hgi-sharp.hgi-stroke-bottom:before {
  content: "\56c7";
}
.hgi-solid.hgi-sharp.hgi-stroke-center:before {
  content: "\56c9";
}
.hgi-solid.hgi-sharp.hgi-stroke-inside:before {
  content: "\56cb";
}
.hgi-solid.hgi-sharp.hgi-stroke-left:before {
  content: "\56cd";
}
.hgi-solid.hgi-sharp.hgi-stroke-outside:before {
  content: "\56cf";
}
.hgi-solid.hgi-sharp.hgi-stroke-right:before {
  content: "\56d1";
}
.hgi-solid.hgi-sharp.hgi-stroke-top:before {
  content: "\56d3";
}
.hgi-solid.hgi-sharp.hgi-structure-01:before {
  content: "\56d5";
}
.hgi-solid.hgi-sharp.hgi-structure-02:before {
  content: "\56d7";
}
.hgi-solid.hgi-sharp.hgi-structure-03:before {
  content: "\56d9";
}
.hgi-solid.hgi-sharp.hgi-structure-04:before {
  content: "\56db";
}
.hgi-solid.hgi-sharp.hgi-structure-05:before {
  content: "\56dd";
}
.hgi-solid.hgi-sharp.hgi-structure-add:before {
  content: "\56df";
}
.hgi-solid.hgi-sharp.hgi-structure-check:before {
  content: "\56e1";
}
.hgi-solid.hgi-sharp.hgi-structure-fail:before {
  content: "\56e3";
}
.hgi-solid.hgi-sharp.hgi-structure-folder-circle:before {
  content: "\56e5";
}
.hgi-solid.hgi-sharp.hgi-structure-folder:before {
  content: "\56e7";
}
.hgi-solid.hgi-sharp.hgi-student-card:before {
  content: "\56e9";
}
.hgi-solid.hgi-sharp.hgi-student:before {
  content: "\56eb";
}
.hgi-solid.hgi-sharp.hgi-students:before {
  content: "\56ed";
}
.hgi-solid.hgi-sharp.hgi-study-desk:before {
  content: "\56ef";
}
.hgi-solid.hgi-sharp.hgi-study-lamp:before {
  content: "\56f1";
}
.hgi-solid.hgi-sharp.hgi-stumbleupon:before {
  content: "\56f3";
}
.hgi-solid.hgi-sharp.hgi-submarine:before {
  content: "\56f5";
}
.hgi-solid.hgi-sharp.hgi-submerge:before {
  content: "\56f7";
}
.hgi-solid.hgi-sharp.hgi-subnode-add:before {
  content: "\56f9";
}
.hgi-solid.hgi-sharp.hgi-subnode-delete:before {
  content: "\56fb";
}
.hgi-solid.hgi-sharp.hgi-subpoena:before {
  content: "\56fd";
}
.hgi-solid.hgi-sharp.hgi-subtitle:before {
  content: "\56ff";
}
.hgi-solid.hgi-sharp.hgi-suit-01:before {
  content: "\5701";
}
.hgi-solid.hgi-sharp.hgi-suit-02:before {
  content: "\5703";
}
.hgi-solid.hgi-sharp.hgi-sujood:before {
  content: "\5705";
}
.hgi-solid.hgi-sharp.hgi-summation-01:before {
  content: "\5707";
}
.hgi-solid.hgi-sharp.hgi-summation-02:before {
  content: "\5709";
}
.hgi-solid.hgi-sharp.hgi-summation-circle:before {
  content: "\570b";
}
.hgi-solid.hgi-sharp.hgi-summation-square:before {
  content: "\570d";
}
.hgi-solid.hgi-sharp.hgi-sun-01:before {
  content: "\570f";
}
.hgi-solid.hgi-sharp.hgi-sun-02:before {
  content: "\5711";
}
.hgi-solid.hgi-sharp.hgi-sun-03:before {
  content: "\5713";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-01:before {
  content: "\5715";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-02:before {
  content: "\5717";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-angled-rain-01:before {
  content: "\5719";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-angled-rain-02:before {
  content: "\571b";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-angled-rain-zap-01:before {
  content: "\571d";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-angled-rain-zap-02:before {
  content: "\571f";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-angled-zap-01:before {
  content: "\5721";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-angled-zap-02:before {
  content: "\5723";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-big-rain-01:before {
  content: "\5725";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-big-rain-02:before {
  content: "\5727";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-fast-wind-01:before {
  content: "\5729";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-fast-wind-02:before {
  content: "\572b";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-hailstone-01:before {
  content: "\572d";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-hailstone-02:before {
  content: "\572f";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-little-rain-01:before {
  content: "\5731";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-little-rain-02:before {
  content: "\5733";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-little-snow-01:before {
  content: "\5735";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-little-snow-02:before {
  content: "\5737";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-mid-rain-01:before {
  content: "\5739";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-mid-rain-02:before {
  content: "\573b";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-mid-snow-01:before {
  content: "\573d";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-mid-snow-02:before {
  content: "\573f";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-slow-wind-01:before {
  content: "\5741";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-slow-wind-02:before {
  content: "\5743";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-snow-01:before {
  content: "\5745";
}
.hgi-solid.hgi-sharp.hgi-sun-cloud-snow-02:before {
  content: "\5747";
}
.hgi-solid.hgi-sharp.hgi-sunglasses:before {
  content: "\5749";
}
.hgi-solid.hgi-sharp.hgi-sunrise:before {
  content: "\574b";
}
.hgi-solid.hgi-sharp.hgi-sunset:before {
  content: "\574d";
}
.hgi-solid.hgi-sharp.hgi-super-mario-toad:before {
  content: "\5750";
}
.hgi-solid.hgi-sharp.hgi-super-mario:before {
  content: "\5751";
}
.hgi-solid.hgi-sharp.hgi-surfboard:before {
  content: "\5753";
}
.hgi-solid.hgi-sharp.hgi-surprise:before {
  content: "\5755";
}
.hgi-solid.hgi-sharp.hgi-sushi-01:before {
  content: "\5757";
}
.hgi-solid.hgi-sharp.hgi-sushi-02:before {
  content: "\5759";
}
.hgi-solid.hgi-sharp.hgi-sushi-03:before {
  content: "\575b";
}
.hgi-solid.hgi-sharp.hgi-suspicious:before {
  content: "\575d";
}
.hgi-solid.hgi-sharp.hgi-sustainable-energy:before {
  content: "\575f";
}
.hgi-solid.hgi-sharp.hgi-svg-01:before {
  content: "\5761";
}
.hgi-solid.hgi-sharp.hgi-svg-02:before {
  content: "\5763";
}
.hgi-solid.hgi-sharp.hgi-swarm:before {
  content: "\5765";
}
.hgi-solid.hgi-sharp.hgi-swatch:before {
  content: "\5767";
}
.hgi-solid.hgi-sharp.hgi-swimming-cap:before {
  content: "\5769";
}
.hgi-solid.hgi-sharp.hgi-swimming:before {
  content: "\576b";
}
.hgi-solid.hgi-sharp.hgi-swipe-down-01:before {
  content: "\576d";
}
.hgi-solid.hgi-sharp.hgi-swipe-down-02:before {
  content: "\576f";
}
.hgi-solid.hgi-sharp.hgi-swipe-down-03:before {
  content: "\5771";
}
.hgi-solid.hgi-sharp.hgi-swipe-down-04:before {
  content: "\5773";
}
.hgi-solid.hgi-sharp.hgi-swipe-down-05:before {
  content: "\5775";
}
.hgi-solid.hgi-sharp.hgi-swipe-down-06:before {
  content: "\5777";
}
.hgi-solid.hgi-sharp.hgi-swipe-down-07:before {
  content: "\5779";
}
.hgi-solid.hgi-sharp.hgi-swipe-down-08:before {
  content: "\577b";
}
.hgi-solid.hgi-sharp.hgi-swipe-left-01:before {
  content: "\577d";
}
.hgi-solid.hgi-sharp.hgi-swipe-left-02:before {
  content: "\577f";
}
.hgi-solid.hgi-sharp.hgi-swipe-left-03:before {
  content: "\5781";
}
.hgi-solid.hgi-sharp.hgi-swipe-left-04:before {
  content: "\5783";
}
.hgi-solid.hgi-sharp.hgi-swipe-left-05:before {
  content: "\5785";
}
.hgi-solid.hgi-sharp.hgi-swipe-left-06:before {
  content: "\5787";
}
.hgi-solid.hgi-sharp.hgi-swipe-left-07:before {
  content: "\5789";
}
.hgi-solid.hgi-sharp.hgi-swipe-left-08:before {
  content: "\578b";
}
.hgi-solid.hgi-sharp.hgi-swipe-left-09:before {
  content: "\578d";
}
.hgi-solid.hgi-sharp.hgi-swipe-right-01:before {
  content: "\578f";
}
.hgi-solid.hgi-sharp.hgi-swipe-right-02:before {
  content: "\5791";
}
.hgi-solid.hgi-sharp.hgi-swipe-right-03:before {
  content: "\5793";
}
.hgi-solid.hgi-sharp.hgi-swipe-right-04:before {
  content: "\5795";
}
.hgi-solid.hgi-sharp.hgi-swipe-right-05:before {
  content: "\5797";
}
.hgi-solid.hgi-sharp.hgi-swipe-right-06:before {
  content: "\5799";
}
.hgi-solid.hgi-sharp.hgi-swipe-right-07:before {
  content: "\579b";
}
.hgi-solid.hgi-sharp.hgi-swipe-right-08:before {
  content: "\579d";
}
.hgi-solid.hgi-sharp.hgi-swipe-right-09:before {
  content: "\579f";
}
.hgi-solid.hgi-sharp.hgi-swipe-up-01:before {
  content: "\57a1";
}
.hgi-solid.hgi-sharp.hgi-swipe-up-02:before {
  content: "\57a3";
}
.hgi-solid.hgi-sharp.hgi-swipe-up-03:before {
  content: "\57a5";
}
.hgi-solid.hgi-sharp.hgi-swipe-up-04:before {
  content: "\57a7";
}
.hgi-solid.hgi-sharp.hgi-swipe-up-05:before {
  content: "\57a9";
}
.hgi-solid.hgi-sharp.hgi-swipe-up-06:before {
  content: "\57ab";
}
.hgi-solid.hgi-sharp.hgi-swipe-up-07:before {
  content: "\57ad";
}
.hgi-solid.hgi-sharp.hgi-swipe-up-08:before {
  content: "\57af";
}
.hgi-solid.hgi-sharp.hgi-sword-01:before {
  content: "\57b1";
}
.hgi-solid.hgi-sharp.hgi-sword-02:before {
  content: "\57b3";
}
.hgi-solid.hgi-sharp.hgi-sword-03:before {
  content: "\57b5";
}
.hgi-solid.hgi-sharp.hgi-system-update-01:before {
  content: "\57b7";
}
.hgi-solid.hgi-sharp.hgi-system-update-02:before {
  content: "\57b9";
}
.hgi-solid.hgi-sharp.hgi-t-shirt:before {
  content: "\57bb";
}
.hgi-solid.hgi-sharp.hgi-table-01:before {
  content: "\57bd";
}
.hgi-solid.hgi-sharp.hgi-table-02:before {
  content: "\57bf";
}
.hgi-solid.hgi-sharp.hgi-table-03:before {
  content: "\57c1";
}
.hgi-solid.hgi-sharp.hgi-table-lamp-01:before {
  content: "\57c3";
}
.hgi-solid.hgi-sharp.hgi-table-lamp-02:before {
  content: "\57c5";
}
.hgi-solid.hgi-sharp.hgi-table-round:before {
  content: "\57c7";
}
.hgi-solid.hgi-sharp.hgi-table-tennis-bat:before {
  content: "\57ca";
}
.hgi-solid.hgi-sharp.hgi-table:before {
  content: "\57cb";
}
.hgi-solid.hgi-sharp.hgi-tablet-01:before {
  content: "\57cd";
}
.hgi-solid.hgi-sharp.hgi-tablet-02:before {
  content: "\57cf";
}
.hgi-solid.hgi-sharp.hgi-tablet-connected-bluetooth:before {
  content: "\57d1";
}
.hgi-solid.hgi-sharp.hgi-tablet-connected-usb:before {
  content: "\57d3";
}
.hgi-solid.hgi-sharp.hgi-tablet-connected-wifi:before {
  content: "\57d5";
}
.hgi-solid.hgi-sharp.hgi-tablet-pen:before {
  content: "\57d7";
}
.hgi-solid.hgi-sharp.hgi-taco-01:before {
  content: "\57d9";
}
.hgi-solid.hgi-sharp.hgi-taco-02:before {
  content: "\57db";
}
.hgi-solid.hgi-sharp.hgi-tag-01:before {
  content: "\57dd";
}
.hgi-solid.hgi-sharp.hgi-tag-02:before {
  content: "\57df";
}
.hgi-solid.hgi-sharp.hgi-tags:before {
  content: "\57e1";
}
.hgi-solid.hgi-sharp.hgi-taj-mahal:before {
  content: "\57e3";
}
.hgi-solid.hgi-sharp.hgi-tan:before {
  content: "\57e5";
}
.hgi-solid.hgi-sharp.hgi-tank-top:before {
  content: "\57e7";
}
.hgi-solid.hgi-sharp.hgi-tap-01:before {
  content: "\57e9";
}
.hgi-solid.hgi-sharp.hgi-tap-02:before {
  content: "\57eb";
}
.hgi-solid.hgi-sharp.hgi-tap-03:before {
  content: "\57ed";
}
.hgi-solid.hgi-sharp.hgi-tap-04:before {
  content: "\57ef";
}
.hgi-solid.hgi-sharp.hgi-tap-05:before {
  content: "\57f1";
}
.hgi-solid.hgi-sharp.hgi-tap-06:before {
  content: "\57f3";
}
.hgi-solid.hgi-sharp.hgi-tap-07:before {
  content: "\57f5";
}
.hgi-solid.hgi-sharp.hgi-tap-08:before {
  content: "\57f7";
}
.hgi-solid.hgi-sharp.hgi-tape-measure:before {
  content: "\57f9";
}
.hgi-solid.hgi-sharp.hgi-target-01:before {
  content: "\57fb";
}
.hgi-solid.hgi-sharp.hgi-target-02:before {
  content: "\57fd";
}
.hgi-solid.hgi-sharp.hgi-target-03:before {
  content: "\57ff";
}
.hgi-solid.hgi-sharp.hgi-target-dollar:before {
  content: "\5801";
}
.hgi-solid.hgi-sharp.hgi-tasbih:before {
  content: "\5803";
}
.hgi-solid.hgi-sharp.hgi-task-01:before {
  content: "\5805";
}
.hgi-solid.hgi-sharp.hgi-task-02:before {
  content: "\5807";
}
.hgi-solid.hgi-sharp.hgi-task-add-01:before {
  content: "\5809";
}
.hgi-solid.hgi-sharp.hgi-task-add-02:before {
  content: "\580b";
}
.hgi-solid.hgi-sharp.hgi-task-daily-01:before {
  content: "\580d";
}
.hgi-solid.hgi-sharp.hgi-task-daily-02:before {
  content: "\580f";
}
.hgi-solid.hgi-sharp.hgi-task-done-01:before {
  content: "\5811";
}
.hgi-solid.hgi-sharp.hgi-task-done-02:before {
  content: "\5813";
}
.hgi-solid.hgi-sharp.hgi-task-edit-01:before {
  content: "\5815";
}
.hgi-solid.hgi-sharp.hgi-task-edit-02:before {
  content: "\5817";
}
.hgi-solid.hgi-sharp.hgi-task-remove-01:before {
  content: "\5819";
}
.hgi-solid.hgi-sharp.hgi-task-remove-02:before {
  content: "\581b";
}
.hgi-solid.hgi-sharp.hgi-taxes:before {
  content: "\581d";
}
.hgi-solid.hgi-sharp.hgi-taxi:before {
  content: "\581f";
}
.hgi-solid.hgi-sharp.hgi-tea-pod:before {
  content: "\5821";
}
.hgi-solid.hgi-sharp.hgi-tea:before {
  content: "\5823";
}
.hgi-solid.hgi-sharp.hgi-teacher:before {
  content: "\5825";
}
.hgi-solid.hgi-sharp.hgi-teaching:before {
  content: "\5827";
}
.hgi-solid.hgi-sharp.hgi-teamviewer:before {
  content: "\5829";
}
.hgi-solid.hgi-sharp.hgi-telegram:before {
  content: "\582b";
}
.hgi-solid.hgi-sharp.hgi-telephone:before {
  content: "\582d";
}
.hgi-solid.hgi-sharp.hgi-telescope-01:before {
  content: "\582f";
}
.hgi-solid.hgi-sharp.hgi-telescope-02:before {
  content: "\5831";
}
.hgi-solid.hgi-sharp.hgi-television-table:before {
  content: "\5833";
}
.hgi-solid.hgi-sharp.hgi-temperature:before {
  content: "\5835";
}
.hgi-solid.hgi-sharp.hgi-tennis-ball:before {
  content: "\5837";
}
.hgi-solid.hgi-sharp.hgi-terrace:before {
  content: "\5839";
}
.hgi-solid.hgi-sharp.hgi-test-tube-01:before {
  content: "\583b";
}
.hgi-solid.hgi-sharp.hgi-test-tube-02:before {
  content: "\583d";
}
.hgi-solid.hgi-sharp.hgi-test-tube-03:before {
  content: "\583f";
}
.hgi-solid.hgi-sharp.hgi-test-tube:before {
  content: "\5841";
}
.hgi-solid.hgi-sharp.hgi-tetris:before {
  content: "\5843";
}
.hgi-solid.hgi-sharp.hgi-text-align-center:before {
  content: "\5845";
}
.hgi-solid.hgi-sharp.hgi-text-align-justify-center:before {
  content: "\5847";
}
.hgi-solid.hgi-sharp.hgi-text-align-justify-left:before {
  content: "\5849";
}
.hgi-solid.hgi-sharp.hgi-text-align-justify-right:before {
  content: "\584b";
}
.hgi-solid.hgi-sharp.hgi-text-align-left-01:before {
  content: "\584d";
}
.hgi-solid.hgi-sharp.hgi-text-align-left:before {
  content: "\584f";
}
.hgi-solid.hgi-sharp.hgi-text-align-right-01:before {
  content: "\5851";
}
.hgi-solid.hgi-sharp.hgi-text-align-right:before {
  content: "\5853";
}
.hgi-solid.hgi-sharp.hgi-text-all-caps:before {
  content: "\5855";
}
.hgi-solid.hgi-sharp.hgi-text-bold:before {
  content: "\5857";
}
.hgi-solid.hgi-sharp.hgi-text-centerline-center-top:before {
  content: "\5859";
}
.hgi-solid.hgi-sharp.hgi-text-centerline-left:before {
  content: "\585b";
}
.hgi-solid.hgi-sharp.hgi-text-centerline-middle:before {
  content: "\585d";
}
.hgi-solid.hgi-sharp.hgi-text-centerline-right:before {
  content: "\585f";
}
.hgi-solid.hgi-sharp.hgi-text-check:before {
  content: "\5861";
}
.hgi-solid.hgi-sharp.hgi-text-circle:before {
  content: "\5863";
}
.hgi-solid.hgi-sharp.hgi-text-clear:before {
  content: "\5865";
}
.hgi-solid.hgi-sharp.hgi-text-color:before {
  content: "\5867";
}
.hgi-solid.hgi-sharp.hgi-text-creation:before {
  content: "\5869";
}
.hgi-solid.hgi-sharp.hgi-text-firstline-left:before {
  content: "\586b";
}
.hgi-solid.hgi-sharp.hgi-text-firstline-right:before {
  content: "\586d";
}
.hgi-solid.hgi-sharp.hgi-text-font:before {
  content: "\586f";
}
.hgi-solid.hgi-sharp.hgi-text-footnote:before {
  content: "\5871";
}
.hgi-solid.hgi-sharp.hgi-text-indent-01:before {
  content: "\5873";
}
.hgi-solid.hgi-sharp.hgi-text-indent-less:before {
  content: "\5875";
}
.hgi-solid.hgi-sharp.hgi-text-indent-more:before {
  content: "\5877";
}
.hgi-solid.hgi-sharp.hgi-text-indent:before {
  content: "\5879";
}
.hgi-solid.hgi-sharp.hgi-text-italic-slash:before {
  content: "\587c";
}
.hgi-solid.hgi-sharp.hgi-text-italic:before {
  content: "\587d";
}
.hgi-solid.hgi-sharp.hgi-text-kerning:before {
  content: "\587f";
}
.hgi-solid.hgi-sharp.hgi-text-number-sign:before {
  content: "\5881";
}
.hgi-solid.hgi-sharp.hgi-text-selection:before {
  content: "\5884";
}
.hgi-solid.hgi-sharp.hgi-text-smallcaps:before {
  content: "\5886";
}
.hgi-solid.hgi-sharp.hgi-text-square:before {
  content: "\5888";
}
.hgi-solid.hgi-sharp.hgi-text-strikethrough:before {
  content: "\588a";
}
.hgi-solid.hgi-sharp.hgi-text-subscript:before {
  content: "\588c";
}
.hgi-solid.hgi-sharp.hgi-text-superscript:before {
  content: "\588e";
}
.hgi-solid.hgi-sharp.hgi-text-tracking:before {
  content: "\5890";
}
.hgi-solid.hgi-sharp.hgi-text-underline:before {
  content: "\5892";
}
.hgi-solid.hgi-sharp.hgi-text-variable-front:before {
  content: "\5894";
}
.hgi-solid.hgi-sharp.hgi-text-vertical-alignment:before {
  content: "\5896";
}
.hgi-solid.hgi-sharp.hgi-text-wrap:before {
  content: "\5898";
}
.hgi-solid.hgi-sharp.hgi-text:before {
  content: "\5899";
}
.hgi-solid.hgi-sharp.hgi-the-prophets-mosque:before {
  content: "\589b";
}
.hgi-solid.hgi-sharp.hgi-thermometer-cold:before {
  content: "\589d";
}
.hgi-solid.hgi-sharp.hgi-thermometer-warm:before {
  content: "\58a0";
}
.hgi-solid.hgi-sharp.hgi-thermometer:before {
  content: "\58a1";
}
.hgi-solid.hgi-sharp.hgi-third-bracket-circle:before {
  content: "\58a3";
}
.hgi-solid.hgi-sharp.hgi-third-bracket-square:before {
  content: "\58a6";
}
.hgi-solid.hgi-sharp.hgi-third-bracket:before {
  content: "\58a7";
}
.hgi-solid.hgi-sharp.hgi-thread:before {
  content: "\58a9";
}
.hgi-solid.hgi-sharp.hgi-threads-ellipse:before {
  content: "\58ab";
}
.hgi-solid.hgi-sharp.hgi-threads-rectangle:before {
  content: "\58ad";
}
.hgi-solid.hgi-sharp.hgi-threads:before {
  content: "\58af";
}
.hgi-solid.hgi-sharp.hgi-three-d-move:before {
  content: "\58b1";
}
.hgi-solid.hgi-sharp.hgi-three-d-rotate:before {
  content: "\58b3";
}
.hgi-solid.hgi-sharp.hgi-three-d-scale:before {
  content: "\58b5";
}
.hgi-solid.hgi-sharp.hgi-three-finger-01:before {
  content: "\58b7";
}
.hgi-solid.hgi-sharp.hgi-three-finger-02:before {
  content: "\58b9";
}
.hgi-solid.hgi-sharp.hgi-three-finger-03:before {
  content: "\58bb";
}
.hgi-solid.hgi-sharp.hgi-three-finger-04:before {
  content: "\58bd";
}
.hgi-solid.hgi-sharp.hgi-three-finger-05:before {
  content: "\58bf";
}
.hgi-solid.hgi-sharp.hgi-thumbs-down-ellipse:before {
  content: "\58c1";
}
.hgi-solid.hgi-sharp.hgi-thumbs-down-rectangle:before {
  content: "\58c3";
}
.hgi-solid.hgi-sharp.hgi-thumbs-down:before {
  content: "\58c5";
}
.hgi-solid.hgi-sharp.hgi-thumbs-up-down:before {
  content: "\58c7";
}
.hgi-solid.hgi-sharp.hgi-thumbs-up-ellipse:before {
  content: "\58c9";
}
.hgi-solid.hgi-sharp.hgi-thumbs-up-rectangle:before {
  content: "\58cb";
}
.hgi-solid.hgi-sharp.hgi-thumbs-up:before {
  content: "\58cd";
}
.hgi-solid.hgi-sharp.hgi-tic-tac-toe:before {
  content: "\58cf";
}
.hgi-solid.hgi-sharp.hgi-tick-01:before {
  content: "\58d1";
}
.hgi-solid.hgi-sharp.hgi-tick-02:before {
  content: "\58d3";
}
.hgi-solid.hgi-sharp.hgi-tick-03:before {
  content: "\58d5";
}
.hgi-solid.hgi-sharp.hgi-tick-04:before {
  content: "\58d7";
}
.hgi-solid.hgi-sharp.hgi-tick-double-01:before {
  content: "\58d9";
}
.hgi-solid.hgi-sharp.hgi-tick-double-02:before {
  content: "\58db";
}
.hgi-solid.hgi-sharp.hgi-tick-double-03:before {
  content: "\58dd";
}
.hgi-solid.hgi-sharp.hgi-tick-double-04:before {
  content: "\58df";
}
.hgi-solid.hgi-sharp.hgi-ticket-01:before {
  content: "\58e1";
}
.hgi-solid.hgi-sharp.hgi-ticket-02:before {
  content: "\58e3";
}
.hgi-solid.hgi-sharp.hgi-ticket-03:before {
  content: "\58e5";
}
.hgi-solid.hgi-sharp.hgi-ticket-star:before {
  content: "\58e7";
}
.hgi-solid.hgi-sharp.hgi-tie:before {
  content: "\58e9";
}
.hgi-solid.hgi-sharp.hgi-tiff-01:before {
  content: "\58eb";
}
.hgi-solid.hgi-sharp.hgi-tiff-02:before {
  content: "\58ed";
}
.hgi-solid.hgi-sharp.hgi-tiktok:before {
  content: "\58ef";
}
.hgi-solid.hgi-sharp.hgi-tiltify:before {
  content: "\58f1";
}
.hgi-solid.hgi-sharp.hgi-time-01:before {
  content: "\58f3";
}
.hgi-solid.hgi-sharp.hgi-time-02:before {
  content: "\58f5";
}
.hgi-solid.hgi-sharp.hgi-time-03:before {
  content: "\58f7";
}
.hgi-solid.hgi-sharp.hgi-time-04:before {
  content: "\58f9";
}
.hgi-solid.hgi-sharp.hgi-time-half-pass:before {
  content: "\58fb";
}
.hgi-solid.hgi-sharp.hgi-time-management-circle:before {
  content: "\58fd";
}
.hgi-solid.hgi-sharp.hgi-time-management:before {
  content: "\58ff";
}
.hgi-solid.hgi-sharp.hgi-time-quarter-02:before {
  content: "\5901";
}
.hgi-solid.hgi-sharp.hgi-time-quarter-pass:before {
  content: "\5903";
}
.hgi-solid.hgi-sharp.hgi-time-quarter:before {
  content: "\5905";
}
.hgi-solid.hgi-sharp.hgi-time-schedule:before {
  content: "\5907";
}
.hgi-solid.hgi-sharp.hgi-time-setting-01:before {
  content: "\5909";
}
.hgi-solid.hgi-sharp.hgi-time-setting-02:before {
  content: "\590b";
}
.hgi-solid.hgi-sharp.hgi-time-setting-03:before {
  content: "\590d";
}
.hgi-solid.hgi-sharp.hgi-timer-01:before {
  content: "\590f";
}
.hgi-solid.hgi-sharp.hgi-timer-02:before {
  content: "\5911";
}
.hgi-solid.hgi-sharp.hgi-tips:before {
  content: "\5913";
}
.hgi-solid.hgi-sharp.hgi-tire:before {
  content: "\5915";
}
.hgi-solid.hgi-sharp.hgi-tired-01:before {
  content: "\5917";
}
.hgi-solid.hgi-sharp.hgi-tired-02:before {
  content: "\5919";
}
.hgi-solid.hgi-sharp.hgi-tissue-paper:before {
  content: "\591b";
}
.hgi-solid.hgi-sharp.hgi-toggle-off:before {
  content: "\591d";
}
.hgi-solid.hgi-sharp.hgi-toggle-on:before {
  content: "\591f";
}
.hgi-solid.hgi-sharp.hgi-toilet-01:before {
  content: "\5921";
}
.hgi-solid.hgi-sharp.hgi-toilet-02:before {
  content: "\5923";
}
.hgi-solid.hgi-sharp.hgi-token-circle:before {
  content: "\5925";
}
.hgi-solid.hgi-sharp.hgi-token-square:before {
  content: "\5927";
}
.hgi-solid.hgi-sharp.hgi-tongue-01:before {
  content: "\5929";
}
.hgi-solid.hgi-sharp.hgi-tongue-wink-left:before {
  content: "\592c";
}
.hgi-solid.hgi-sharp.hgi-tongue-wink-right:before {
  content: "\592e";
}
.hgi-solid.hgi-sharp.hgi-tongue:before {
  content: "\592f";
}
.hgi-solid.hgi-sharp.hgi-tools:before {
  content: "\5931";
}
.hgi-solid.hgi-sharp.hgi-tornado-01:before {
  content: "\5933";
}
.hgi-solid.hgi-sharp.hgi-tornado-02:before {
  content: "\5935";
}
.hgi-solid.hgi-sharp.hgi-torri-gate:before {
  content: "\5937";
}
.hgi-solid.hgi-sharp.hgi-touch-01:before {
  content: "\5939";
}
.hgi-solid.hgi-sharp.hgi-touch-02:before {
  content: "\593b";
}
.hgi-solid.hgi-sharp.hgi-touch-03:before {
  content: "\593d";
}
.hgi-solid.hgi-sharp.hgi-touch-04:before {
  content: "\593f";
}
.hgi-solid.hgi-sharp.hgi-touch-05:before {
  content: "\5941";
}
.hgi-solid.hgi-sharp.hgi-touch-06:before {
  content: "\5943";
}
.hgi-solid.hgi-sharp.hgi-touch-07:before {
  content: "\5945";
}
.hgi-solid.hgi-sharp.hgi-touch-08:before {
  content: "\5947";
}
.hgi-solid.hgi-sharp.hgi-touch-09:before {
  content: "\5949";
}
.hgi-solid.hgi-sharp.hgi-touch-10:before {
  content: "\594b";
}
.hgi-solid.hgi-sharp.hgi-touch-interaction-01:before {
  content: "\594d";
}
.hgi-solid.hgi-sharp.hgi-touch-interaction-02:before {
  content: "\594f";
}
.hgi-solid.hgi-sharp.hgi-touch-interaction-03:before {
  content: "\5951";
}
.hgi-solid.hgi-sharp.hgi-touch-interaction-04:before {
  content: "\5953";
}
.hgi-solid.hgi-sharp.hgi-touch-locked-01:before {
  content: "\5955";
}
.hgi-solid.hgi-sharp.hgi-touch-locked-02:before {
  content: "\5957";
}
.hgi-solid.hgi-sharp.hgi-touch-locked-03:before {
  content: "\5959";
}
.hgi-solid.hgi-sharp.hgi-touch-locked-04:before {
  content: "\595b";
}
.hgi-solid.hgi-sharp.hgi-touchpad-01:before {
  content: "\595d";
}
.hgi-solid.hgi-sharp.hgi-touchpad-02:before {
  content: "\595f";
}
.hgi-solid.hgi-sharp.hgi-touchpad-03:before {
  content: "\5961";
}
.hgi-solid.hgi-sharp.hgi-touchpad-04:before {
  content: "\5963";
}
.hgi-solid.hgi-sharp.hgi-tow-truck:before {
  content: "\5965";
}
.hgi-solid.hgi-sharp.hgi-towels:before {
  content: "\5967";
}
.hgi-solid.hgi-sharp.hgi-toy-train:before {
  content: "\5969";
}
.hgi-solid.hgi-sharp.hgi-tractor:before {
  content: "\596b";
}
.hgi-solid.hgi-sharp.hgi-trade-down:before {
  content: "\596d";
}
.hgi-solid.hgi-sharp.hgi-trade-mark:before {
  content: "\596f";
}
.hgi-solid.hgi-sharp.hgi-trade-up:before {
  content: "\5971";
}
.hgi-solid.hgi-sharp.hgi-trademark:before {
  content: "\5973";
}
.hgi-solid.hgi-sharp.hgi-traffic-incident:before {
  content: "\5975";
}
.hgi-solid.hgi-sharp.hgi-traffic-jam-01:before {
  content: "\5977";
}
.hgi-solid.hgi-sharp.hgi-traffic-jam-02:before {
  content: "\5979";
}
.hgi-solid.hgi-sharp.hgi-traffic-light:before {
  content: "\597b";
}
.hgi-solid.hgi-sharp.hgi-train-01:before {
  content: "\597d";
}
.hgi-solid.hgi-sharp.hgi-train-02:before {
  content: "\597f";
}
.hgi-solid.hgi-sharp.hgi-tram:before {
  content: "\5981";
}
.hgi-solid.hgi-sharp.hgi-trampoline:before {
  content: "\5983";
}
.hgi-solid.hgi-sharp.hgi-transaction:before {
  content: "\5985";
}
.hgi-solid.hgi-sharp.hgi-transition-bottom:before {
  content: "\5987";
}
.hgi-solid.hgi-sharp.hgi-transition-left:before {
  content: "\5989";
}
.hgi-solid.hgi-sharp.hgi-transition-right:before {
  content: "\598b";
}
.hgi-solid.hgi-sharp.hgi-transition-top:before {
  content: "\598d";
}
.hgi-solid.hgi-sharp.hgi-translate:before {
  content: "\598f";
}
.hgi-solid.hgi-sharp.hgi-translation:before {
  content: "\5991";
}
.hgi-solid.hgi-sharp.hgi-transmission:before {
  content: "\5993";
}
.hgi-solid.hgi-sharp.hgi-transparency:before {
  content: "\5995";
}
.hgi-solid.hgi-sharp.hgi-trapezoid-line-horizontal:before {
  content: "\5997";
}
.hgi-solid.hgi-sharp.hgi-trapezoid-line-vertical:before {
  content: "\5999";
}
.hgi-solid.hgi-sharp.hgi-travel-bag:before {
  content: "\599b";
}
.hgi-solid.hgi-sharp.hgi-treadmill-01:before {
  content: "\599d";
}
.hgi-solid.hgi-sharp.hgi-treadmill-02:before {
  content: "\599f";
}
.hgi-solid.hgi-sharp.hgi-treatment:before {
  content: "\59a1";
}
.hgi-solid.hgi-sharp.hgi-tree-01:before {
  content: "\59a3";
}
.hgi-solid.hgi-sharp.hgi-tree-02:before {
  content: "\59a5";
}
.hgi-solid.hgi-sharp.hgi-tree-03:before {
  content: "\59a7";
}
.hgi-solid.hgi-sharp.hgi-tree-04:before {
  content: "\59a9";
}
.hgi-solid.hgi-sharp.hgi-tree-05:before {
  content: "\59ab";
}
.hgi-solid.hgi-sharp.hgi-tree-06:before {
  content: "\59ad";
}
.hgi-solid.hgi-sharp.hgi-tree-07:before {
  content: "\59af";
}
.hgi-solid.hgi-sharp.hgi-trello:before {
  content: "\59b1";
}
.hgi-solid.hgi-sharp.hgi-triangle-01:before {
  content: "\59b3";
}
.hgi-solid.hgi-sharp.hgi-triangle-02:before {
  content: "\59b5";
}
.hgi-solid.hgi-sharp.hgi-triangle-03:before {
  content: "\59b7";
}
.hgi-solid.hgi-sharp.hgi-triangle:before {
  content: "\59b9";
}
.hgi-solid.hgi-sharp.hgi-trolley-01:before {
  content: "\59bb";
}
.hgi-solid.hgi-sharp.hgi-trolley-02:before {
  content: "\59bd";
}
.hgi-solid.hgi-sharp.hgi-tropical-storm-tracks-01:before {
  content: "\59c0";
}
.hgi-solid.hgi-sharp.hgi-tropical-storm-tracks-02:before {
  content: "\59c2";
}
.hgi-solid.hgi-sharp.hgi-tropical-storm:before {
  content: "\59c3";
}
.hgi-solid.hgi-sharp.hgi-truck-delivery:before {
  content: "\59c5";
}
.hgi-solid.hgi-sharp.hgi-truck-monster:before {
  content: "\59c7";
}
.hgi-solid.hgi-sharp.hgi-truck-return:before {
  content: "\59c9";
}
.hgi-solid.hgi-sharp.hgi-truck:before {
  content: "\59cb";
}
.hgi-solid.hgi-sharp.hgi-trulli:before {
  content: "\59cd";
}
.hgi-solid.hgi-sharp.hgi-tsunami:before {
  content: "\59cf";
}
.hgi-solid.hgi-sharp.hgi-tulip:before {
  content: "\59d1";
}
.hgi-solid.hgi-sharp.hgi-tumblr:before {
  content: "\59d3";
}
.hgi-solid.hgi-sharp.hgi-turtle-neck:before {
  content: "\59d5";
}
.hgi-solid.hgi-sharp.hgi-tv-01:before {
  content: "\59d7";
}
.hgi-solid.hgi-sharp.hgi-tv-02:before {
  content: "\59d9";
}
.hgi-solid.hgi-sharp.hgi-tv-fix:before {
  content: "\59db";
}
.hgi-solid.hgi-sharp.hgi-tv-issue:before {
  content: "\59dd";
}
.hgi-solid.hgi-sharp.hgi-tv-smart:before {
  content: "\59df";
}
.hgi-solid.hgi-sharp.hgi-twin-tower:before {
  content: "\59e1";
}
.hgi-solid.hgi-sharp.hgi-twitch:before {
  content: "\59e3";
}
.hgi-solid.hgi-sharp.hgi-twitter-square:before {
  content: "\59e6";
}
.hgi-solid.hgi-sharp.hgi-twitter:before {
  content: "\59e7";
}
.hgi-solid.hgi-sharp.hgi-two-factor-access:before {
  content: "\59e9";
}
.hgi-solid.hgi-sharp.hgi-two-finger-01:before {
  content: "\59eb";
}
.hgi-solid.hgi-sharp.hgi-two-finger-02:before {
  content: "\59ed";
}
.hgi-solid.hgi-sharp.hgi-two-finger-03:before {
  content: "\59ef";
}
.hgi-solid.hgi-sharp.hgi-two-finger-04:before {
  content: "\59f1";
}
.hgi-solid.hgi-sharp.hgi-two-finger-05:before {
  content: "\59f3";
}
.hgi-solid.hgi-sharp.hgi-txt-01:before {
  content: "\59f5";
}
.hgi-solid.hgi-sharp.hgi-txt-02:before {
  content: "\59f7";
}
.hgi-solid.hgi-sharp.hgi-type-cursor:before {
  content: "\59f9";
}
.hgi-solid.hgi-sharp.hgi-typescript-01:before {
  content: "\59fb";
}
.hgi-solid.hgi-sharp.hgi-typescript-02:before {
  content: "\59fd";
}
.hgi-solid.hgi-sharp.hgi-typescript-03:before {
  content: "\59ff";
}
.hgi-solid.hgi-sharp.hgi-uber:before {
  content: "\5a01";
}
.hgi-solid.hgi-sharp.hgi-ufo-01:before {
  content: "\5a03";
}
.hgi-solid.hgi-sharp.hgi-ufo:before {
  content: "\5a05";
}
.hgi-solid.hgi-sharp.hgi-umbrella-dollar:before {
  content: "\5a07";
}
.hgi-solid.hgi-sharp.hgi-umbrella:before {
  content: "\5a09";
}
.hgi-solid.hgi-sharp.hgi-unamused:before {
  content: "\5a0b";
}
.hgi-solid.hgi-sharp.hgi-unavailable:before {
  content: "\5a0d";
}
.hgi-solid.hgi-sharp.hgi-underpants-01:before {
  content: "\5a0f";
}
.hgi-solid.hgi-sharp.hgi-underpants-02:before {
  content: "\5a11";
}
.hgi-solid.hgi-sharp.hgi-underpants-03:before {
  content: "\5a13";
}
.hgi-solid.hgi-sharp.hgi-undo-02:before {
  content: "\5a15";
}
.hgi-solid.hgi-sharp.hgi-undo-03:before {
  content: "\5a17";
}
.hgi-solid.hgi-sharp.hgi-undo:before {
  content: "\5a19";
}
.hgi-solid.hgi-sharp.hgi-unfold-less:before {
  content: "\5a1b";
}
.hgi-solid.hgi-sharp.hgi-unfold-more:before {
  content: "\5a1d";
}
.hgi-solid.hgi-sharp.hgi-ungroup-items:before {
  content: "\5a1f";
}
.hgi-solid.hgi-sharp.hgi-ungroup-layers:before {
  content: "\5a21";
}
.hgi-solid.hgi-sharp.hgi-unhappy:before {
  content: "\5a23";
}
.hgi-solid.hgi-sharp.hgi-universal-access-circle:before {
  content: "\5a25";
}
.hgi-solid.hgi-sharp.hgi-universal-access:before {
  content: "\5a27";
}
.hgi-solid.hgi-sharp.hgi-university:before {
  content: "\5a29";
}
.hgi-solid.hgi-sharp.hgi-unlink-01:before {
  content: "\5a2b";
}
.hgi-solid.hgi-sharp.hgi-unlink-02:before {
  content: "\5a2d";
}
.hgi-solid.hgi-sharp.hgi-unlink-03:before {
  content: "\5a2f";
}
.hgi-solid.hgi-sharp.hgi-unlink-04:before {
  content: "\5a31";
}
.hgi-solid.hgi-sharp.hgi-unlink-05:before {
  content: "\5a33";
}
.hgi-solid.hgi-sharp.hgi-unlink-06:before {
  content: "\5a35";
}
.hgi-solid.hgi-sharp.hgi-unsplash:before {
  content: "\5a37";
}
.hgi-solid.hgi-sharp.hgi-upload-01:before {
  content: "\5a39";
}
.hgi-solid.hgi-sharp.hgi-upload-02:before {
  content: "\5a3b";
}
.hgi-solid.hgi-sharp.hgi-upload-03:before {
  content: "\5a3d";
}
.hgi-solid.hgi-sharp.hgi-upload-04:before {
  content: "\5a3f";
}
.hgi-solid.hgi-sharp.hgi-upload-05:before {
  content: "\5a41";
}
.hgi-solid.hgi-sharp.hgi-upload-circle-01:before {
  content: "\5a43";
}
.hgi-solid.hgi-sharp.hgi-upload-circle-02:before {
  content: "\5a45";
}
.hgi-solid.hgi-sharp.hgi-upload-square-01:before {
  content: "\5a47";
}
.hgi-solid.hgi-sharp.hgi-upload-square-02:before {
  content: "\5a49";
}
.hgi-solid.hgi-sharp.hgi-upwork:before {
  content: "\5a4b";
}
.hgi-solid.hgi-sharp.hgi-usb-bugs:before {
  content: "\5a4d";
}
.hgi-solid.hgi-sharp.hgi-usb-connected-01:before {
  content: "\5a4f";
}
.hgi-solid.hgi-sharp.hgi-usb-connected-02:before {
  content: "\5a51";
}
.hgi-solid.hgi-sharp.hgi-usb-connected-03:before {
  content: "\5a53";
}
.hgi-solid.hgi-sharp.hgi-usb-error:before {
  content: "\5a55";
}
.hgi-solid.hgi-sharp.hgi-usb-memory-01:before {
  content: "\5a57";
}
.hgi-solid.hgi-sharp.hgi-usb-memory-02:before {
  content: "\5a59";
}
.hgi-solid.hgi-sharp.hgi-usb-not-connected-01:before {
  content: "\5a5b";
}
.hgi-solid.hgi-sharp.hgi-usb-not-connected-02:before {
  content: "\5a5d";
}
.hgi-solid.hgi-sharp.hgi-usb:before {
  content: "\5a5f";
}
.hgi-solid.hgi-sharp.hgi-user-02:before {
  content: "\5a61";
}
.hgi-solid.hgi-sharp.hgi-user-03:before {
  content: "\5a63";
}
.hgi-solid.hgi-sharp.hgi-user-account:before {
  content: "\5a65";
}
.hgi-solid.hgi-sharp.hgi-user-add-01:before {
  content: "\5a67";
}
.hgi-solid.hgi-sharp.hgi-user-add-02:before {
  content: "\5a69";
}
.hgi-solid.hgi-sharp.hgi-user-arrow-left-right:before {
  content: "\5a6b";
}
.hgi-solid.hgi-sharp.hgi-user-block-01:before {
  content: "\5a6d";
}
.hgi-solid.hgi-sharp.hgi-user-block-02:before {
  content: "\5a6f";
}
.hgi-solid.hgi-sharp.hgi-user-check-01:before {
  content: "\5a71";
}
.hgi-solid.hgi-sharp.hgi-user-check-02:before {
  content: "\5a73";
}
.hgi-solid.hgi-sharp.hgi-user-circle-02:before {
  content: "\5a75";
}
.hgi-solid.hgi-sharp.hgi-user-circle:before {
  content: "\5a77";
}
.hgi-solid.hgi-sharp.hgi-user-edit-01:before {
  content: "\5a79";
}
.hgi-solid.hgi-sharp.hgi-user-full-view:before {
  content: "\5a7b";
}
.hgi-solid.hgi-sharp.hgi-user-group-02:before {
  content: "\5a7d";
}
.hgi-solid.hgi-sharp.hgi-user-group-03:before {
  content: "\5a7f";
}
.hgi-solid.hgi-sharp.hgi-user-group:before {
  content: "\5a81";
}
.hgi-solid.hgi-sharp.hgi-user-id-verification:before {
  content: "\5a83";
}
.hgi-solid.hgi-sharp.hgi-user-list:before {
  content: "\5a85";
}
.hgi-solid.hgi-sharp.hgi-user-lock-01:before {
  content: "\5a87";
}
.hgi-solid.hgi-sharp.hgi-user-lock-02:before {
  content: "\5a89";
}
.hgi-solid.hgi-sharp.hgi-user-love-01:before {
  content: "\5a8b";
}
.hgi-solid.hgi-sharp.hgi-user-love-02:before {
  content: "\5a8d";
}
.hgi-solid.hgi-sharp.hgi-user-minus-01:before {
  content: "\5a8f";
}
.hgi-solid.hgi-sharp.hgi-user-minus-02:before {
  content: "\5a91";
}
.hgi-solid.hgi-sharp.hgi-user-multiple-02:before {
  content: "\5a93";
}
.hgi-solid.hgi-sharp.hgi-user-multiple-03:before {
  content: "\5a95";
}
.hgi-solid.hgi-sharp.hgi-user-multiple:before {
  content: "\5a97";
}
.hgi-solid.hgi-sharp.hgi-user-question-01:before {
  content: "\5a99";
}
.hgi-solid.hgi-sharp.hgi-user-question-02:before {
  content: "\5a9b";
}
.hgi-solid.hgi-sharp.hgi-user-remove-01:before {
  content: "\5a9d";
}
.hgi-solid.hgi-sharp.hgi-user-remove-02:before {
  content: "\5a9f";
}
.hgi-solid.hgi-sharp.hgi-user-roadside:before {
  content: "\5aa1";
}
.hgi-solid.hgi-sharp.hgi-user-search-01:before {
  content: "\5aa3";
}
.hgi-solid.hgi-sharp.hgi-user-search-02:before {
  content: "\5aa5";
}
.hgi-solid.hgi-sharp.hgi-user-settings-01:before {
  content: "\5aa8";
}
.hgi-solid.hgi-sharp.hgi-user-settings-02:before {
  content: "\5aaa";
}
.hgi-solid.hgi-sharp.hgi-user-sharing:before {
  content: "\5aac";
}
.hgi-solid.hgi-sharp.hgi-user-shield-01:before {
  content: "\5aae";
}
.hgi-solid.hgi-sharp.hgi-user-shield-02:before {
  content: "\5ab0";
}
.hgi-solid.hgi-sharp.hgi-user-square:before {
  content: "\5ab2";
}
.hgi-solid.hgi-sharp.hgi-user-star-01:before {
  content: "\5ab4";
}
.hgi-solid.hgi-sharp.hgi-user-star-02:before {
  content: "\5ab6";
}
.hgi-solid.hgi-sharp.hgi-user-status:before {
  content: "\5ab8";
}
.hgi-solid.hgi-sharp.hgi-user-story:before {
  content: "\5aba";
}
.hgi-solid.hgi-sharp.hgi-user-switch:before {
  content: "\5abc";
}
.hgi-solid.hgi-sharp.hgi-user-unlock-01:before {
  content: "\5abe";
}
.hgi-solid.hgi-sharp.hgi-user-unlock-02:before {
  content: "\5ac0";
}
.hgi-solid.hgi-sharp.hgi-user:before {
  content: "\5ac1";
}
.hgi-solid.hgi-sharp.hgi-uv-01:before {
  content: "\5ac3";
}
.hgi-solid.hgi-sharp.hgi-uv-02:before {
  content: "\5ac5";
}
.hgi-solid.hgi-sharp.hgi-uv-03:before {
  content: "\5ac7";
}
.hgi-solid.hgi-sharp.hgi-vaccine:before {
  content: "\5ac9";
}
.hgi-solid.hgi-sharp.hgi-validation-approval:before {
  content: "\5acb";
}
.hgi-solid.hgi-sharp.hgi-validation:before {
  content: "\5acd";
}
.hgi-solid.hgi-sharp.hgi-van:before {
  content: "\5acf";
}
.hgi-solid.hgi-sharp.hgi-variable:before {
  content: "\5ad1";
}
.hgi-solid.hgi-sharp.hgi-vegetarian-food:before {
  content: "\5ad3";
}
.hgi-solid.hgi-sharp.hgi-versus:before {
  content: "\5ad5";
}
.hgi-solid.hgi-sharp.hgi-vertical-resize:before {
  content: "\5ad7";
}
.hgi-solid.hgi-sharp.hgi-vertical-scroll-point:before {
  content: "\5ad9";
}
.hgi-solid.hgi-sharp.hgi-vest:before {
  content: "\5adb";
}
.hgi-solid.hgi-sharp.hgi-victory-finger-01:before {
  content: "\5add";
}
.hgi-solid.hgi-sharp.hgi-victory-finger-02:before {
  content: "\5adf";
}
.hgi-solid.hgi-sharp.hgi-victory-finger-03:before {
  content: "\5ae1";
}
.hgi-solid.hgi-sharp.hgi-video-01:before {
  content: "\5ae3";
}
.hgi-solid.hgi-sharp.hgi-video-02:before {
  content: "\5ae5";
}
.hgi-solid.hgi-sharp.hgi-video-console:before {
  content: "\5ae7";
}
.hgi-solid.hgi-sharp.hgi-video-off:before {
  content: "\5ae9";
}
.hgi-solid.hgi-sharp.hgi-video-replay:before {
  content: "\5aeb";
}
.hgi-solid.hgi-sharp.hgi-view-off-slash:before {
  content: "\5aee";
}
.hgi-solid.hgi-sharp.hgi-view-off:before {
  content: "\5aef";
}
.hgi-solid.hgi-sharp.hgi-view:before {
  content: "\5af1";
}
.hgi-solid.hgi-sharp.hgi-vimeo:before {
  content: "\5af3";
}
.hgi-solid.hgi-sharp.hgi-vine-square:before {
  content: "\5af6";
}
.hgi-solid.hgi-sharp.hgi-vine:before {
  content: "\5af7";
}
.hgi-solid.hgi-sharp.hgi-vintage-clock:before {
  content: "\5af9";
}
.hgi-solid.hgi-sharp.hgi-virtual-reality-vr-01:before {
  content: "\5afb";
}
.hgi-solid.hgi-sharp.hgi-virtual-reality-vr-02:before {
  content: "\5afd";
}
.hgi-solid.hgi-sharp.hgi-vision:before {
  content: "\5aff";
}
.hgi-solid.hgi-sharp.hgi-vk-square:before {
  content: "\5b02";
}
.hgi-solid.hgi-sharp.hgi-vk:before {
  content: "\5b03";
}
.hgi-solid.hgi-sharp.hgi-voice-id:before {
  content: "\5b05";
}
.hgi-solid.hgi-sharp.hgi-voice:before {
  content: "\5b07";
}
.hgi-solid.hgi-sharp.hgi-volleyball:before {
  content: "\5b09";
}
.hgi-solid.hgi-sharp.hgi-volume-high:before {
  content: "\5b0b";
}
.hgi-solid.hgi-sharp.hgi-volume-low:before {
  content: "\5b0d";
}
.hgi-solid.hgi-sharp.hgi-volume-minus:before {
  content: "\5b0f";
}
.hgi-solid.hgi-sharp.hgi-volume-mute-01:before {
  content: "\5b11";
}
.hgi-solid.hgi-sharp.hgi-volume-mute-02:before {
  content: "\5b13";
}
.hgi-solid.hgi-sharp.hgi-volume-off:before {
  content: "\5b15";
}
.hgi-solid.hgi-sharp.hgi-volume-up:before {
  content: "\5b17";
}
.hgi-solid.hgi-sharp.hgi-vomiting:before {
  content: "\5b19";
}
.hgi-solid.hgi-sharp.hgi-voucher:before {
  content: "\5b1b";
}
.hgi-solid.hgi-sharp.hgi-vr-glasses:before {
  content: "\5b1d";
}
.hgi-solid.hgi-sharp.hgi-vr:before {
  content: "\5b1f";
}
.hgi-solid.hgi-sharp.hgi-vynil-01:before {
  content: "\5b21";
}
.hgi-solid.hgi-sharp.hgi-vynil-02:before {
  content: "\5b23";
}
.hgi-solid.hgi-sharp.hgi-vynil-03:before {
  content: "\5b25";
}
.hgi-solid.hgi-sharp.hgi-waiter:before {
  content: "\5b27";
}
.hgi-solid.hgi-sharp.hgi-waiters:before {
  content: "\5b29";
}
.hgi-solid.hgi-sharp.hgi-wall-lamp:before {
  content: "\5b2b";
}
.hgi-solid.hgi-sharp.hgi-wallet-01:before {
  content: "\5b2d";
}
.hgi-solid.hgi-sharp.hgi-wallet-02:before {
  content: "\5b2f";
}
.hgi-solid.hgi-sharp.hgi-wallet-03:before {
  content: "\5b31";
}
.hgi-solid.hgi-sharp.hgi-wallet-04:before {
  content: "\5b33";
}
.hgi-solid.hgi-sharp.hgi-wallet-05:before {
  content: "\5b35";
}
.hgi-solid.hgi-sharp.hgi-wallet-add-01:before {
  content: "\5b37";
}
.hgi-solid.hgi-sharp.hgi-wallet-add-02:before {
  content: "\5b39";
}
.hgi-solid.hgi-sharp.hgi-wallet-done-01:before {
  content: "\5b3b";
}
.hgi-solid.hgi-sharp.hgi-wallet-done-02:before {
  content: "\5b3d";
}
.hgi-solid.hgi-sharp.hgi-wallet-not-found-01:before {
  content: "\5b3f";
}
.hgi-solid.hgi-sharp.hgi-wallet-not-found-02:before {
  content: "\5b41";
}
.hgi-solid.hgi-sharp.hgi-wallet-remove-01:before {
  content: "\5b43";
}
.hgi-solid.hgi-sharp.hgi-wallet-remove-02:before {
  content: "\5b45";
}
.hgi-solid.hgi-sharp.hgi-wanted:before {
  content: "\5b47";
}
.hgi-solid.hgi-sharp.hgi-wardrobe-01:before {
  content: "\5b49";
}
.hgi-solid.hgi-sharp.hgi-wardrobe-02:before {
  content: "\5b4b";
}
.hgi-solid.hgi-sharp.hgi-wardrobe-03:before {
  content: "\5b4d";
}
.hgi-solid.hgi-sharp.hgi-wardrobe-04:before {
  content: "\5b4f";
}
.hgi-solid.hgi-sharp.hgi-warehouse:before {
  content: "\5b51";
}
.hgi-solid.hgi-sharp.hgi-washington-monument:before {
  content: "\5b53";
}
.hgi-solid.hgi-sharp.hgi-waste-restore:before {
  content: "\5b55";
}
.hgi-solid.hgi-sharp.hgi-waste:before {
  content: "\5b57";
}
.hgi-solid.hgi-sharp.hgi-watch-01:before {
  content: "\5b59";
}
.hgi-solid.hgi-sharp.hgi-watch-02:before {
  content: "\5b5b";
}
.hgi-solid.hgi-sharp.hgi-water-energy:before {
  content: "\5b5d";
}
.hgi-solid.hgi-sharp.hgi-water-polo:before {
  content: "\5b5f";
}
.hgi-solid.hgi-sharp.hgi-water-pump:before {
  content: "\5b61";
}
.hgi-solid.hgi-sharp.hgi-waterfall-down-01:before {
  content: "\5b63";
}
.hgi-solid.hgi-sharp.hgi-waterfall-down-03:before {
  content: "\5b65";
}
.hgi-solid.hgi-sharp.hgi-waterfall-up-01:before {
  content: "\5b67";
}
.hgi-solid.hgi-sharp.hgi-waterfall-up-02:before {
  content: "\5b69";
}
.hgi-solid.hgi-sharp.hgi-watermelon:before {
  content: "\5b6b";
}
.hgi-solid.hgi-sharp.hgi-wattpad-square:before {
  content: "\5b6e";
}
.hgi-solid.hgi-sharp.hgi-wattpad:before {
  content: "\5b6f";
}
.hgi-solid.hgi-sharp.hgi-wav-01:before {
  content: "\5b71";
}
.hgi-solid.hgi-sharp.hgi-wav-02:before {
  content: "\5b73";
}
.hgi-solid.hgi-sharp.hgi-waving-hand-01:before {
  content: "\5b75";
}
.hgi-solid.hgi-sharp.hgi-waving-hand-02:before {
  content: "\5b77";
}
.hgi-solid.hgi-sharp.hgi-waze:before {
  content: "\5b79";
}
.hgi-solid.hgi-sharp.hgi-web-design-01:before {
  content: "\5b7b";
}
.hgi-solid.hgi-sharp.hgi-web-design-02:before {
  content: "\5b7d";
}
.hgi-solid.hgi-sharp.hgi-web-programming:before {
  content: "\5b7f";
}
.hgi-solid.hgi-sharp.hgi-web-protection:before {
  content: "\5b81";
}
.hgi-solid.hgi-sharp.hgi-web-security:before {
  content: "\5b83";
}
.hgi-solid.hgi-sharp.hgi-web-validation:before {
  content: "\5b85";
}
.hgi-solid.hgi-sharp.hgi-webflow:before {
  content: "\5b87";
}
.hgi-solid.hgi-sharp.hgi-webhook:before {
  content: "\5b89";
}
.hgi-solid.hgi-sharp.hgi-wechat:before {
  content: "\5b8b";
}
.hgi-solid.hgi-sharp.hgi-wedding:before {
  content: "\5b8d";
}
.hgi-solid.hgi-sharp.hgi-weight-scale-01:before {
  content: "\5b8f";
}
.hgi-solid.hgi-sharp.hgi-weight-scale:before {
  content: "\5b91";
}
.hgi-solid.hgi-sharp.hgi-wellness:before {
  content: "\5b93";
}
.hgi-solid.hgi-sharp.hgi-whatsapp-business:before {
  content: "\5b95";
}
.hgi-solid.hgi-sharp.hgi-whatsapp:before {
  content: "\5b97";
}
.hgi-solid.hgi-sharp.hgi-wheelchair:before {
  content: "\5b99";
}
.hgi-solid.hgi-sharp.hgi-whisk:before {
  content: "\5b9b";
}
.hgi-solid.hgi-sharp.hgi-whistle:before {
  content: "\5b9d";
}
.hgi-solid.hgi-sharp.hgi-whiteboard:before {
  content: "\5b9f";
}
.hgi-solid.hgi-sharp.hgi-wifi-01:before {
  content: "\5ba1";
}
.hgi-solid.hgi-sharp.hgi-wifi-02:before {
  content: "\5ba3";
}
.hgi-solid.hgi-sharp.hgi-wifi-circle:before {
  content: "\5ba5";
}
.hgi-solid.hgi-sharp.hgi-wifi-connected-01:before {
  content: "\5ba7";
}
.hgi-solid.hgi-sharp.hgi-wifi-connected-02:before {
  content: "\5ba9";
}
.hgi-solid.hgi-sharp.hgi-wifi-connected-03:before {
  content: "\5bab";
}
.hgi-solid.hgi-sharp.hgi-wifi-disconnected-01:before {
  content: "\5bad";
}
.hgi-solid.hgi-sharp.hgi-wifi-disconnected-02:before {
  content: "\5baf";
}
.hgi-solid.hgi-sharp.hgi-wifi-disconnected-03:before {
  content: "\5bb1";
}
.hgi-solid.hgi-sharp.hgi-wifi-disconnected-04:before {
  content: "\5bb3";
}
.hgi-solid.hgi-sharp.hgi-wifi-error-01:before {
  content: "\5bb5";
}
.hgi-solid.hgi-sharp.hgi-wifi-error-02:before {
  content: "\5bb7";
}
.hgi-solid.hgi-sharp.hgi-wifi-full-signal:before {
  content: "\5bb9";
}
.hgi-solid.hgi-sharp.hgi-wifi-location:before {
  content: "\5bbb";
}
.hgi-solid.hgi-sharp.hgi-wifi-lock:before {
  content: "\5bbd";
}
.hgi-solid.hgi-sharp.hgi-wifi-low-signal:before {
  content: "\5bbf";
}
.hgi-solid.hgi-sharp.hgi-wifi-medium-signal:before {
  content: "\5bc1";
}
.hgi-solid.hgi-sharp.hgi-wifi-no-signal:before {
  content: "\5bc3";
}
.hgi-solid.hgi-sharp.hgi-wifi-off-01:before {
  content: "\5bc5";
}
.hgi-solid.hgi-sharp.hgi-wifi-off-02:before {
  content: "\5bc7";
}
.hgi-solid.hgi-sharp.hgi-wifi-square:before {
  content: "\5bc9";
}
.hgi-solid.hgi-sharp.hgi-wifi-unlock:before {
  content: "\5bcb";
}
.hgi-solid.hgi-sharp.hgi-wikipedia:before {
  content: "\5bcd";
}
.hgi-solid.hgi-sharp.hgi-wind-power-01:before {
  content: "\5bcf";
}
.hgi-solid.hgi-sharp.hgi-wind-power-02:before {
  content: "\5bd1";
}
.hgi-solid.hgi-sharp.hgi-wind-power-03:before {
  content: "\5bd3";
}
.hgi-solid.hgi-sharp.hgi-wind-power:before {
  content: "\5bd5";
}
.hgi-solid.hgi-sharp.hgi-wind-surf:before {
  content: "\5bd7";
}
.hgi-solid.hgi-sharp.hgi-wind-turbine:before {
  content: "\5bd9";
}
.hgi-solid.hgi-sharp.hgi-windows-new:before {
  content: "\5bdb";
}
.hgi-solid.hgi-sharp.hgi-windows-old:before {
  content: "\5bdd";
}
.hgi-solid.hgi-sharp.hgi-wink:before {
  content: "\5bdf";
}
.hgi-solid.hgi-sharp.hgi-winking:before {
  content: "\5be1";
}
.hgi-solid.hgi-sharp.hgi-wireless-cloud-access:before {
  content: "\5be3";
}
.hgi-solid.hgi-sharp.hgi-wireless:before {
  content: "\5be5";
}
.hgi-solid.hgi-sharp.hgi-wise:before {
  content: "\5be7";
}
.hgi-solid.hgi-sharp.hgi-woman:before {
  content: "\5be9";
}
.hgi-solid.hgi-sharp.hgi-wordpress:before {
  content: "\5beb";
}
.hgi-solid.hgi-sharp.hgi-work-alert:before {
  content: "\5bed";
}
.hgi-solid.hgi-sharp.hgi-work-history:before {
  content: "\5bef";
}
.hgi-solid.hgi-sharp.hgi-work-update:before {
  content: "\5bf2";
}
.hgi-solid.hgi-sharp.hgi-work:before {
  content: "\5bf3";
}
.hgi-solid.hgi-sharp.hgi-workflow-circle-01:before {
  content: "\5bf5";
}
.hgi-solid.hgi-sharp.hgi-workflow-circle-02:before {
  content: "\5bf7";
}
.hgi-solid.hgi-sharp.hgi-workflow-circle-03:before {
  content: "\5bf9";
}
.hgi-solid.hgi-sharp.hgi-workflow-circle-04:before {
  content: "\5bfb";
}
.hgi-solid.hgi-sharp.hgi-workflow-circle-05:before {
  content: "\5bfd";
}
.hgi-solid.hgi-sharp.hgi-workflow-circle-06:before {
  content: "\5bff";
}
.hgi-solid.hgi-sharp.hgi-workflow-square-01:before {
  content: "\5c01";
}
.hgi-solid.hgi-sharp.hgi-workflow-square-02:before {
  content: "\5c03";
}
.hgi-solid.hgi-sharp.hgi-workflow-square-03:before {
  content: "\5c05";
}
.hgi-solid.hgi-sharp.hgi-workflow-square-04:before {
  content: "\5c07";
}
.hgi-solid.hgi-sharp.hgi-workflow-square-05:before {
  content: "\5c09";
}
.hgi-solid.hgi-sharp.hgi-workflow-square-06:before {
  content: "\5c0b";
}
.hgi-solid.hgi-sharp.hgi-workflow-square-07:before {
  content: "\5c0d";
}
.hgi-solid.hgi-sharp.hgi-workflow-square-08:before {
  content: "\5c0f";
}
.hgi-solid.hgi-sharp.hgi-workflow-square-09:before {
  content: "\5c11";
}
.hgi-solid.hgi-sharp.hgi-workflow-square-10:before {
  content: "\5c13";
}
.hgi-solid.hgi-sharp.hgi-workout-battle-ropes:before {
  content: "\5c15";
}
.hgi-solid.hgi-sharp.hgi-workout-gymnastics:before {
  content: "\5c17";
}
.hgi-solid.hgi-sharp.hgi-workout-kicking:before {
  content: "\5c19";
}
.hgi-solid.hgi-sharp.hgi-workout-run:before {
  content: "\5c1b";
}
.hgi-solid.hgi-sharp.hgi-workout-sport:before {
  content: "\5c1d";
}
.hgi-solid.hgi-sharp.hgi-workout-squats:before {
  content: "\5c1f";
}
.hgi-solid.hgi-sharp.hgi-workout-stretching:before {
  content: "\5c21";
}
.hgi-solid.hgi-sharp.hgi-workout-warm-up:before {
  content: "\5c23";
}
.hgi-solid.hgi-sharp.hgi-worry:before {
  content: "\5c25";
}
.hgi-solid.hgi-sharp.hgi-wps-office-rectangle:before {
  content: "\5c27";
}
.hgi-solid.hgi-sharp.hgi-wps-office:before {
  content: "\5c29";
}
.hgi-solid.hgi-sharp.hgi-wrench-01:before {
  content: "\5c2b";
}
.hgi-solid.hgi-sharp.hgi-wrench-02:before {
  content: "\5c2d";
}
.hgi-solid.hgi-sharp.hgi-wudu:before {
  content: "\5c2f";
}
.hgi-solid.hgi-sharp.hgi-x-ray:before {
  content: "\5c31";
}
.hgi-solid.hgi-sharp.hgi-x-variable-circle:before {
  content: "\5c33";
}
.hgi-solid.hgi-sharp.hgi-x-variable-square:before {
  content: "\5c36";
}
.hgi-solid.hgi-sharp.hgi-x-variable:before {
  content: "\5c37";
}
.hgi-solid.hgi-sharp.hgi-xing:before {
  content: "\5c39";
}
.hgi-solid.hgi-sharp.hgi-xls-01:before {
  content: "\5c3b";
}
.hgi-solid.hgi-sharp.hgi-xls-02:before {
  content: "\5c3d";
}
.hgi-solid.hgi-sharp.hgi-xml-01:before {
  content: "\5c3f";
}
.hgi-solid.hgi-sharp.hgi-xml-02:before {
  content: "\5c41";
}
.hgi-solid.hgi-sharp.hgi-xsl-01:before {
  content: "\5c43";
}
.hgi-solid.hgi-sharp.hgi-xsl-02:before {
  content: "\5c45";
}
.hgi-solid.hgi-sharp.hgi-yelp:before {
  content: "\5c47";
}
.hgi-solid.hgi-sharp.hgi-yen-circle:before {
  content: "\5c49";
}
.hgi-solid.hgi-sharp.hgi-yen-receive:before {
  content: "\5c4b";
}
.hgi-solid.hgi-sharp.hgi-yen-send:before {
  content: "\5c4e";
}
.hgi-solid.hgi-sharp.hgi-yen-square:before {
  content: "\5c50";
}
.hgi-solid.hgi-sharp.hgi-yen:before {
  content: "\5c51";
}
.hgi-solid.hgi-sharp.hgi-yoga-01:before {
  content: "\5c53";
}
.hgi-solid.hgi-sharp.hgi-yoga-02:before {
  content: "\5c55";
}
.hgi-solid.hgi-sharp.hgi-yoga-03:before {
  content: "\5c57";
}
.hgi-solid.hgi-sharp.hgi-yoga-ball:before {
  content: "\5c59";
}
.hgi-solid.hgi-sharp.hgi-yoga-mat:before {
  content: "\5c5b";
}
.hgi-solid.hgi-sharp.hgi-yogurt:before {
  content: "\5c5d";
}
.hgi-solid.hgi-sharp.hgi-youtube:before {
  content: "\5c5f";
}
.hgi-solid.hgi-sharp.hgi-yurt:before {
  content: "\5c61";
}
.hgi-solid.hgi-sharp.hgi-zakat:before {
  content: "\5c63";
}
.hgi-solid.hgi-sharp.hgi-zap:before {
  content: "\5c65";
}
.hgi-solid.hgi-sharp.hgi-zeppelin:before {
  content: "\5c67";
}
.hgi-solid.hgi-sharp.hgi-zip-01:before {
  content: "\5c69";
}
.hgi-solid.hgi-sharp.hgi-zip-02:before {
  content: "\5c6b";
}
.hgi-solid.hgi-sharp.hgi-zoom-circle:before {
  content: "\5c6d";
}
.hgi-solid.hgi-sharp.hgi-zoom-in-area:before {
  content: "\5c6f";
}
.hgi-solid.hgi-sharp.hgi-zoom-out-area:before {
  content: "\5c71";
}
.hgi-solid.hgi-sharp.hgi-zoom-square:before {
  content: "\5c74";
}
.hgi-solid.hgi-sharp.hgi-zoom:before {
  content: "\5c75";
}
.hgi-solid.hgi-sharp.hgi-zsh:before {
  content: "\5c77";
}
.hgi-solid.hgi-sharp.hgi-zzz:before {
  content: "\5c79";
}
@charset "UTF-8";
@font-face {
  font-family: "hgi-solid-standard";
  src: url("./media/hgi-solid-standard-VCBZM6GM.eot?t=1736938764876");
  src:
    url("./media/hgi-solid-standard-VCBZM6GM.eot?t=1736938764876#iefix") format("embedded-opentype"),
    url("./media/hgi-solid-standard-74VEKH5V.woff2?t=1736938764876") format("woff2"),
    url("./media/hgi-solid-standard-UP6P7QRX.woff?t=1736938764876") format("woff"),
    url("./media/hgi-solid-standard-I3VHANTY.ttf?t=1736938764876") format("truetype"),
    url("./media/hgi-solid-standard-HGLUYXFM.svg?t=1736938764876#hgi-solid-standard") format("svg");
}
.hgi-solid.hgi-standard {
  font-family: "hgi-solid-standard" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-display: block;
}
.hgi-solid.hgi-standard.hgi-3-d-view:before {
  content: "\3a71";
}
.hgi-solid.hgi-standard.hgi-abacus:before {
  content: "\3a73";
}
.hgi-solid.hgi-standard.hgi-absolute:before {
  content: "\3a75";
}
.hgi-solid.hgi-standard.hgi-acceleration:before {
  content: "\3a77";
}
.hgi-solid.hgi-standard.hgi-access:before {
  content: "\3a79";
}
.hgi-solid.hgi-standard.hgi-accident:before {
  content: "\3a7b";
}
.hgi-solid.hgi-standard.hgi-account-setting-01:before {
  content: "\3a7d";
}
.hgi-solid.hgi-standard.hgi-account-setting-02:before {
  content: "\3a7f";
}
.hgi-solid.hgi-standard.hgi-account-setting-03:before {
  content: "\3a81";
}
.hgi-solid.hgi-standard.hgi-activity-01:before {
  content: "\3a83";
}
.hgi-solid.hgi-standard.hgi-activity-02:before {
  content: "\3a85";
}
.hgi-solid.hgi-standard.hgi-activity-03:before {
  content: "\3a87";
}
.hgi-solid.hgi-standard.hgi-activity-04:before {
  content: "\3a89";
}
.hgi-solid.hgi-standard.hgi-acute:before {
  content: "\3a8b";
}
.hgi-solid.hgi-standard.hgi-add-01:before {
  content: "\3a8d";
}
.hgi-solid.hgi-standard.hgi-add-02:before {
  content: "\3a8f";
}
.hgi-solid.hgi-standard.hgi-add-circle-half-dot:before {
  content: "\3a91";
}
.hgi-solid.hgi-standard.hgi-add-circle:before {
  content: "\3a93";
}
.hgi-solid.hgi-standard.hgi-add-female:before {
  content: "\3a95";
}
.hgi-solid.hgi-standard.hgi-add-male:before {
  content: "\3a97";
}
.hgi-solid.hgi-standard.hgi-add-square:before {
  content: "\3a99";
}
.hgi-solid.hgi-standard.hgi-add-team-02:before {
  content: "\3a9b";
}
.hgi-solid.hgi-standard.hgi-add-team:before {
  content: "\3a9d";
}
.hgi-solid.hgi-standard.hgi-add-to-list:before {
  content: "\3a9f";
}
.hgi-solid.hgi-standard.hgi-address-book:before {
  content: "\3aa1";
}
.hgi-solid.hgi-standard.hgi-adobe-after-effect:before {
  content: "\3aa3";
}
.hgi-solid.hgi-standard.hgi-adobe-illustrator:before {
  content: "\3aa5";
}
.hgi-solid.hgi-standard.hgi-adobe-indesign:before {
  content: "\3aa7";
}
.hgi-solid.hgi-standard.hgi-adobe-photoshop:before {
  content: "\3aa9";
}
.hgi-solid.hgi-standard.hgi-adobe-premier:before {
  content: "\3aab";
}
.hgi-solid.hgi-standard.hgi-adobe-xd:before {
  content: "\3aad";
}
.hgi-solid.hgi-standard.hgi-adventure:before {
  content: "\3aaf";
}
.hgi-solid.hgi-standard.hgi-advertisiment:before {
  content: "\3ab1";
}
.hgi-solid.hgi-standard.hgi-adzan:before {
  content: "\3ab3";
}
.hgi-solid.hgi-standard.hgi-affiliate:before {
  content: "\3ab5";
}
.hgi-solid.hgi-standard.hgi-agreement-01:before {
  content: "\3ab7";
}
.hgi-solid.hgi-standard.hgi-agreement-02:before {
  content: "\3ab9";
}
.hgi-solid.hgi-standard.hgi-agreement-03:before {
  content: "\3abb";
}
.hgi-solid.hgi-standard.hgi-ai-audio:before {
  content: "\3abd";
}
.hgi-solid.hgi-standard.hgi-ai-beautify:before {
  content: "\3abf";
}
.hgi-solid.hgi-standard.hgi-ai-book:before {
  content: "\3ac1";
}
.hgi-solid.hgi-standard.hgi-ai-brain-01:before {
  content: "\3ac3";
}
.hgi-solid.hgi-standard.hgi-ai-brain-02:before {
  content: "\3ac5";
}
.hgi-solid.hgi-standard.hgi-ai-brain-03:before {
  content: "\3ac7";
}
.hgi-solid.hgi-standard.hgi-ai-brain-04:before {
  content: "\3ac9";
}
.hgi-solid.hgi-standard.hgi-ai-brain-05:before {
  content: "\3acb";
}
.hgi-solid.hgi-standard.hgi-ai-browser:before {
  content: "\3acd";
}
.hgi-solid.hgi-standard.hgi-ai-chat-01:before {
  content: "\3acf";
}
.hgi-solid.hgi-standard.hgi-ai-chat-02:before {
  content: "\3ad1";
}
.hgi-solid.hgi-standard.hgi-ai-chemistry-01:before {
  content: "\3ad3";
}
.hgi-solid.hgi-standard.hgi-ai-chemistry-02:before {
  content: "\3ad5";
}
.hgi-solid.hgi-standard.hgi-ai-chemistry-03:before {
  content: "\3ad7";
}
.hgi-solid.hgi-standard.hgi-ai-chip:before {
  content: "\3ad9";
}
.hgi-solid.hgi-standard.hgi-ai-cloud-01:before {
  content: "\3adb";
}
.hgi-solid.hgi-standard.hgi-ai-cloud-02:before {
  content: "\3add";
}
.hgi-solid.hgi-standard.hgi-ai-cloud:before {
  content: "\3adf";
}
.hgi-solid.hgi-standard.hgi-ai-computer:before {
  content: "\3ae1";
}
.hgi-solid.hgi-standard.hgi-ai-content-generator-01:before {
  content: "\3ae3";
}
.hgi-solid.hgi-standard.hgi-ai-content-generator-02:before {
  content: "\3ae5";
}
.hgi-solid.hgi-standard.hgi-ai-dna:before {
  content: "\3ae7";
}
.hgi-solid.hgi-standard.hgi-ai-editing:before {
  content: "\3ae9";
}
.hgi-solid.hgi-standard.hgi-ai-eraser:before {
  content: "\3aeb";
}
.hgi-solid.hgi-standard.hgi-ai-file:before {
  content: "\3aed";
}
.hgi-solid.hgi-standard.hgi-ai-folder-01:before {
  content: "\3aef";
}
.hgi-solid.hgi-standard.hgi-ai-folder-02:before {
  content: "\3af1";
}
.hgi-solid.hgi-standard.hgi-ai-game:before {
  content: "\3af3";
}
.hgi-solid.hgi-standard.hgi-ai-generative:before {
  content: "\3af5";
}
.hgi-solid.hgi-standard.hgi-ai-idea:before {
  content: "\3af7";
}
.hgi-solid.hgi-standard.hgi-ai-image:before {
  content: "\3af9";
}
.hgi-solid.hgi-standard.hgi-ai-innovation-01:before {
  content: "\3afb";
}
.hgi-solid.hgi-standard.hgi-ai-innovation-02:before {
  content: "\3afd";
}
.hgi-solid.hgi-standard.hgi-ai-innovation-03:before {
  content: "\3aff";
}
.hgi-solid.hgi-standard.hgi-ai-laptop:before {
  content: "\3b01";
}
.hgi-solid.hgi-standard.hgi-ai-learning:before {
  content: "\3b03";
}
.hgi-solid.hgi-standard.hgi-ai-lock:before {
  content: "\3b05";
}
.hgi-solid.hgi-standard.hgi-ai-magic:before {
  content: "\3b07";
}
.hgi-solid.hgi-standard.hgi-ai-mail-01:before {
  content: "\3b09";
}
.hgi-solid.hgi-standard.hgi-ai-mail-02:before {
  content: "\3b0b";
}
.hgi-solid.hgi-standard.hgi-ai-mail:before {
  content: "\3b0d";
}
.hgi-solid.hgi-standard.hgi-ai-mic:before {
  content: "\3b0f";
}
.hgi-solid.hgi-standard.hgi-ai-network:before {
  content: "\3b11";
}
.hgi-solid.hgi-standard.hgi-ai-phone-01:before {
  content: "\3b13";
}
.hgi-solid.hgi-standard.hgi-ai-phone-02:before {
  content: "\3b15";
}
.hgi-solid.hgi-standard.hgi-ai-programming:before {
  content: "\3b17";
}
.hgi-solid.hgi-standard.hgi-ai-scan:before {
  content: "\3b19";
}
.hgi-solid.hgi-standard.hgi-ai-scheduling:before {
  content: "\3b1b";
}
.hgi-solid.hgi-standard.hgi-ai-search-02:before {
  content: "\3b1d";
}
.hgi-solid.hgi-standard.hgi-ai-search:before {
  content: "\3b1f";
}
.hgi-solid.hgi-standard.hgi-ai-security-01:before {
  content: "\3b21";
}
.hgi-solid.hgi-standard.hgi-ai-security-02:before {
  content: "\3b23";
}
.hgi-solid.hgi-standard.hgi-ai-security-03:before {
  content: "\3b25";
}
.hgi-solid.hgi-standard.hgi-ai-setting:before {
  content: "\3b27";
}
.hgi-solid.hgi-standard.hgi-ai-sheets:before {
  content: "\3b29";
}
.hgi-solid.hgi-standard.hgi-ai-smartwatch:before {
  content: "\3b2b";
}
.hgi-solid.hgi-standard.hgi-ai-user:before {
  content: "\3b2d";
}
.hgi-solid.hgi-standard.hgi-ai-video:before {
  content: "\3b2f";
}
.hgi-solid.hgi-standard.hgi-ai-view:before {
  content: "\3b31";
}
.hgi-solid.hgi-standard.hgi-ai-vision-recognition:before {
  content: "\3b33";
}
.hgi-solid.hgi-standard.hgi-ai-voice-generator:before {
  content: "\3b35";
}
.hgi-solid.hgi-standard.hgi-ai-voice:before {
  content: "\3b37";
}
.hgi-solid.hgi-standard.hgi-ai-web-browsing:before {
  content: "\3b39";
}
.hgi-solid.hgi-standard.hgi-aids:before {
  content: "\3b3b";
}
.hgi-solid.hgi-standard.hgi-airbnb:before {
  content: "\3b3d";
}
.hgi-solid.hgi-standard.hgi-aircraft-game:before {
  content: "\3b3f";
}
.hgi-solid.hgi-standard.hgi-airdrop:before {
  content: "\3b41";
}
.hgi-solid.hgi-standard.hgi-airplane-01:before {
  content: "\3b43";
}
.hgi-solid.hgi-standard.hgi-airplane-02:before {
  content: "\3b45";
}
.hgi-solid.hgi-standard.hgi-airplane-landing-01:before {
  content: "\3b47";
}
.hgi-solid.hgi-standard.hgi-airplane-landing-02:before {
  content: "\3b49";
}
.hgi-solid.hgi-standard.hgi-airplane-mode-off:before {
  content: "\3b4b";
}
.hgi-solid.hgi-standard.hgi-airplane-mode:before {
  content: "\3b4d";
}
.hgi-solid.hgi-standard.hgi-airplane-seat:before {
  content: "\3b4f";
}
.hgi-solid.hgi-standard.hgi-airplane-take-off-01:before {
  content: "\3b51";
}
.hgi-solid.hgi-standard.hgi-airplane-take-off-02:before {
  content: "\3b53";
}
.hgi-solid.hgi-standard.hgi-airplay-line:before {
  content: "\3b55";
}
.hgi-solid.hgi-standard.hgi-airpod-01:before {
  content: "\3b57";
}
.hgi-solid.hgi-standard.hgi-airpod-02:before {
  content: "\3b59";
}
.hgi-solid.hgi-standard.hgi-airpod-03:before {
  content: "\3b5b";
}
.hgi-solid.hgi-standard.hgi-airport:before {
  content: "\3b5d";
}
.hgi-solid.hgi-standard.hgi-al-aqsa-mosque:before {
  content: "\3b5f";
}
.hgi-solid.hgi-standard.hgi-alarm-clock:before {
  content: "\3b61";
}
.hgi-solid.hgi-standard.hgi-album-01:before {
  content: "\3b63";
}
.hgi-solid.hgi-standard.hgi-album-02:before {
  content: "\3b65";
}
.hgi-solid.hgi-standard.hgi-album-not-found-01:before {
  content: "\3b67";
}
.hgi-solid.hgi-standard.hgi-album-not-found-02:before {
  content: "\3b69";
}
.hgi-solid.hgi-standard.hgi-alert-01:before {
  content: "\3b6b";
}
.hgi-solid.hgi-standard.hgi-alert-02:before {
  content: "\3b6d";
}
.hgi-solid.hgi-standard.hgi-alert-circle:before {
  content: "\3b6f";
}
.hgi-solid.hgi-standard.hgi-alert-diamond:before {
  content: "\3b71";
}
.hgi-solid.hgi-standard.hgi-alert-square:before {
  content: "\3b73";
}
.hgi-solid.hgi-standard.hgi-algorithm:before {
  content: "\3b75";
}
.hgi-solid.hgi-standard.hgi-alien-01:before {
  content: "\3b77";
}
.hgi-solid.hgi-standard.hgi-alien-02:before {
  content: "\3b79";
}
.hgi-solid.hgi-standard.hgi-align-bottom:before {
  content: "\3b7b";
}
.hgi-solid.hgi-standard.hgi-align-box-bottom-center:before {
  content: "\3b7d";
}
.hgi-solid.hgi-standard.hgi-align-box-bottom-left:before {
  content: "\3b7f";
}
.hgi-solid.hgi-standard.hgi-align-box-bottom-right:before {
  content: "\3b81";
}
.hgi-solid.hgi-standard.hgi-align-box-middle-center:before {
  content: "\3b83";
}
.hgi-solid.hgi-standard.hgi-align-box-middle-left:before {
  content: "\3b85";
}
.hgi-solid.hgi-standard.hgi-align-box-middle-right:before {
  content: "\3b87";
}
.hgi-solid.hgi-standard.hgi-align-box-top-center:before {
  content: "\3b89";
}
.hgi-solid.hgi-standard.hgi-align-box-top-left:before {
  content: "\3b8b";
}
.hgi-solid.hgi-standard.hgi-align-box-top-right:before {
  content: "\3b8d";
}
.hgi-solid.hgi-standard.hgi-align-horizontal-center:before {
  content: "\3b8f";
}
.hgi-solid.hgi-standard.hgi-align-key-object:before {
  content: "\3b91";
}
.hgi-solid.hgi-standard.hgi-align-left:before {
  content: "\3b93";
}
.hgi-solid.hgi-standard.hgi-align-right:before {
  content: "\3b95";
}
.hgi-solid.hgi-standard.hgi-align-selection:before {
  content: "\3b97";
}
.hgi-solid.hgi-standard.hgi-align-top:before {
  content: "\3b99";
}
.hgi-solid.hgi-standard.hgi-align-vertical-center:before {
  content: "\3b9b";
}
.hgi-solid.hgi-standard.hgi-all-bookmark:before {
  content: "\3b9d";
}
.hgi-solid.hgi-standard.hgi-allah:before {
  content: "\3b9f";
}
.hgi-solid.hgi-standard.hgi-alms:before {
  content: "\3ba1";
}
.hgi-solid.hgi-standard.hgi-alpha-circle:before {
  content: "\3ba3";
}
.hgi-solid.hgi-standard.hgi-alpha-square:before {
  content: "\3ba6";
}
.hgi-solid.hgi-standard.hgi-alpha:before {
  content: "\3ba7";
}
.hgi-solid.hgi-standard.hgi-alphabet-arabic:before {
  content: "\3ba9";
}
.hgi-solid.hgi-standard.hgi-alphabet-bangla:before {
  content: "\3bab";
}
.hgi-solid.hgi-standard.hgi-alphabet-chinese:before {
  content: "\3bad";
}
.hgi-solid.hgi-standard.hgi-alphabet-greek:before {
  content: "\3baf";
}
.hgi-solid.hgi-standard.hgi-alphabet-hebrew:before {
  content: "\3bb1";
}
.hgi-solid.hgi-standard.hgi-alphabet-hindi:before {
  content: "\3bb3";
}
.hgi-solid.hgi-standard.hgi-alphabet-japanese:before {
  content: "\3bb5";
}
.hgi-solid.hgi-standard.hgi-alphabet-korean:before {
  content: "\3bb7";
}
.hgi-solid.hgi-standard.hgi-alphabet-thai:before {
  content: "\3bb9";
}
.hgi-solid.hgi-standard.hgi-amazon:before {
  content: "\3bbb";
}
.hgi-solid.hgi-standard.hgi-ambulance:before {
  content: "\3bbd";
}
.hgi-solid.hgi-standard.hgi-american-football:before {
  content: "\3bbf";
}
.hgi-solid.hgi-standard.hgi-amie:before {
  content: "\3bc1";
}
.hgi-solid.hgi-standard.hgi-ampoule:before {
  content: "\3bc3";
}
.hgi-solid.hgi-standard.hgi-analysis-text-link:before {
  content: "\3bc5";
}
.hgi-solid.hgi-standard.hgi-analytics-01:before {
  content: "\3bc7";
}
.hgi-solid.hgi-standard.hgi-analytics-02:before {
  content: "\3bc9";
}
.hgi-solid.hgi-standard.hgi-analytics-03:before {
  content: "\3bcb";
}
.hgi-solid.hgi-standard.hgi-analytics-down:before {
  content: "\3bcd";
}
.hgi-solid.hgi-standard.hgi-analytics-up:before {
  content: "\3bcf";
}
.hgi-solid.hgi-standard.hgi-anchor-point:before {
  content: "\3bd1";
}
.hgi-solid.hgi-standard.hgi-anchor:before {
  content: "\3bd3";
}
.hgi-solid.hgi-standard.hgi-android:before {
  content: "\3bd5";
}
.hgi-solid.hgi-standard.hgi-angel:before {
  content: "\3bd7";
}
.hgi-solid.hgi-standard.hgi-angle-01:before {
  content: "\3bd9";
}
.hgi-solid.hgi-standard.hgi-angle:before {
  content: "\3bdb";
}
.hgi-solid.hgi-standard.hgi-angry-bird:before {
  content: "\3bdd";
}
.hgi-solid.hgi-standard.hgi-angry:before {
  content: "\3bdf";
}
.hgi-solid.hgi-standard.hgi-anonymous:before {
  content: "\3be1";
}
.hgi-solid.hgi-standard.hgi-api:before {
  content: "\3be3";
}
.hgi-solid.hgi-standard.hgi-app-store:before {
  content: "\3be5";
}
.hgi-solid.hgi-standard.hgi-apple-01:before {
  content: "\3be7";
}
.hgi-solid.hgi-standard.hgi-apple-finder:before {
  content: "\3be9";
}
.hgi-solid.hgi-standard.hgi-apple-intelligence:before {
  content: "\3beb";
}
.hgi-solid.hgi-standard.hgi-apple-music:before {
  content: "\3bed";
}
.hgi-solid.hgi-standard.hgi-apple-news:before {
  content: "\3bef";
}
.hgi-solid.hgi-standard.hgi-apple-pie:before {
  content: "\3bf1";
}
.hgi-solid.hgi-standard.hgi-apple-reminder:before {
  content: "\3bf3";
}
.hgi-solid.hgi-standard.hgi-apple-stocks:before {
  content: "\3bf6";
}
.hgi-solid.hgi-standard.hgi-apple-vision-pro:before {
  content: "\3bf8";
}
.hgi-solid.hgi-standard.hgi-apple:before {
  content: "\3bf9";
}
.hgi-solid.hgi-standard.hgi-appointment-01:before {
  content: "\3bfb";
}
.hgi-solid.hgi-standard.hgi-appointment-02:before {
  content: "\3bfd";
}
.hgi-solid.hgi-standard.hgi-approximately-equal-circle:before {
  content: "\3bff";
}
.hgi-solid.hgi-standard.hgi-approximately-equal-square:before {
  content: "\3c02";
}
.hgi-solid.hgi-standard.hgi-approximately-equal:before {
  content: "\3c03";
}
.hgi-solid.hgi-standard.hgi-apricot:before {
  content: "\3c05";
}
.hgi-solid.hgi-standard.hgi-apron:before {
  content: "\3c07";
}
.hgi-solid.hgi-standard.hgi-arc-browser:before {
  content: "\3c09";
}
.hgi-solid.hgi-standard.hgi-archer:before {
  content: "\3c0b";
}
.hgi-solid.hgi-standard.hgi-archive-01:before {
  content: "\3c0d";
}
.hgi-solid.hgi-standard.hgi-archive-02:before {
  content: "\3c0f";
}
.hgi-solid.hgi-standard.hgi-archive:before {
  content: "\3c11";
}
.hgi-solid.hgi-standard.hgi-armored-boot:before {
  content: "\3c13";
}
.hgi-solid.hgi-standard.hgi-arrange-by-letters-a-z:before {
  content: "\3c15";
}
.hgi-solid.hgi-standard.hgi-arrange-by-letters-z-a:before {
  content: "\3c17";
}
.hgi-solid.hgi-standard.hgi-arrange-by-numbers-1-9:before {
  content: "\3c19";
}
.hgi-solid.hgi-standard.hgi-arrange-by-numbers-9-1:before {
  content: "\3c1b";
}
.hgi-solid.hgi-standard.hgi-arrange:before {
  content: "\3c1d";
}
.hgi-solid.hgi-standard.hgi-arrow-all-direction:before {
  content: "\3c1f";
}
.hgi-solid.hgi-standard.hgi-arrow-data-transfer-diagonal:before {
  content: "\3c21";
}
.hgi-solid.hgi-standard.hgi-arrow-data-transfer-horizontal:before {
  content: "\3c23";
}
.hgi-solid.hgi-standard.hgi-arrow-data-transfer-vertical:before {
  content: "\3c25";
}
.hgi-solid.hgi-standard.hgi-arrow-diagonal:before {
  content: "\3c27";
}
.hgi-solid.hgi-standard.hgi-arrow-down-01:before {
  content: "\3c29";
}
.hgi-solid.hgi-standard.hgi-arrow-down-02:before {
  content: "\3c2b";
}
.hgi-solid.hgi-standard.hgi-arrow-down-03:before {
  content: "\3c2d";
}
.hgi-solid.hgi-standard.hgi-arrow-down-04:before {
  content: "\3c2f";
}
.hgi-solid.hgi-standard.hgi-arrow-down-05:before {
  content: "\3c31";
}
.hgi-solid.hgi-standard.hgi-arrow-down-double:before {
  content: "\3c33";
}
.hgi-solid.hgi-standard.hgi-arrow-down-left-01:before {
  content: "\3c35";
}
.hgi-solid.hgi-standard.hgi-arrow-down-left-02:before {
  content: "\3c37";
}
.hgi-solid.hgi-standard.hgi-arrow-down-right-01:before {
  content: "\3c39";
}
.hgi-solid.hgi-standard.hgi-arrow-down-right-02:before {
  content: "\3c3b";
}
.hgi-solid.hgi-standard.hgi-arrow-expand-01:before {
  content: "\3c3d";
}
.hgi-solid.hgi-standard.hgi-arrow-expand-02:before {
  content: "\3c3f";
}
.hgi-solid.hgi-standard.hgi-arrow-expand-diagonal-01:before {
  content: "\3c41";
}
.hgi-solid.hgi-standard.hgi-arrow-expand-diagonal-02:before {
  content: "\3c43";
}
.hgi-solid.hgi-standard.hgi-arrow-expand:before {
  content: "\3c45";
}
.hgi-solid.hgi-standard.hgi-arrow-horizontal:before {
  content: "\3c47";
}
.hgi-solid.hgi-standard.hgi-arrow-left-01:before {
  content: "\3c49";
}
.hgi-solid.hgi-standard.hgi-arrow-left-02:before {
  content: "\3c4b";
}
.hgi-solid.hgi-standard.hgi-arrow-left-03:before {
  content: "\3c4d";
}
.hgi-solid.hgi-standard.hgi-arrow-left-04:before {
  content: "\3c4f";
}
.hgi-solid.hgi-standard.hgi-arrow-left-05:before {
  content: "\3c51";
}
.hgi-solid.hgi-standard.hgi-arrow-left-double:before {
  content: "\3c53";
}
.hgi-solid.hgi-standard.hgi-arrow-left-right:before {
  content: "\3c55";
}
.hgi-solid.hgi-standard.hgi-arrow-move-down-left:before {
  content: "\3c57";
}
.hgi-solid.hgi-standard.hgi-arrow-move-down-right:before {
  content: "\3c59";
}
.hgi-solid.hgi-standard.hgi-arrow-move-left-down:before {
  content: "\3c5b";
}
.hgi-solid.hgi-standard.hgi-arrow-move-right-down:before {
  content: "\3c5d";
}
.hgi-solid.hgi-standard.hgi-arrow-move-up-left:before {
  content: "\3c5f";
}
.hgi-solid.hgi-standard.hgi-arrow-move-up-right:before {
  content: "\3c61";
}
.hgi-solid.hgi-standard.hgi-arrow-reload-horizontal:before {
  content: "\3c63";
}
.hgi-solid.hgi-standard.hgi-arrow-reload-vertical:before {
  content: "\3c65";
}
.hgi-solid.hgi-standard.hgi-arrow-right-01:before {
  content: "\3c67";
}
.hgi-solid.hgi-standard.hgi-arrow-right-02:before {
  content: "\3c69";
}
.hgi-solid.hgi-standard.hgi-arrow-right-03:before {
  content: "\3c6b";
}
.hgi-solid.hgi-standard.hgi-arrow-right-04:before {
  content: "\3c6d";
}
.hgi-solid.hgi-standard.hgi-arrow-right-05:before {
  content: "\3c6f";
}
.hgi-solid.hgi-standard.hgi-arrow-right-double:before {
  content: "\3c71";
}
.hgi-solid.hgi-standard.hgi-arrow-shrink-01:before {
  content: "\3c73";
}
.hgi-solid.hgi-standard.hgi-arrow-shrink-02:before {
  content: "\3c75";
}
.hgi-solid.hgi-standard.hgi-arrow-shrink:before {
  content: "\3c77";
}
.hgi-solid.hgi-standard.hgi-arrow-turn-backward:before {
  content: "\3c79";
}
.hgi-solid.hgi-standard.hgi-arrow-turn-down:before {
  content: "\3c7b";
}
.hgi-solid.hgi-standard.hgi-arrow-turn-forward:before {
  content: "\3c7d";
}
.hgi-solid.hgi-standard.hgi-arrow-turn-up:before {
  content: "\3c7f";
}
.hgi-solid.hgi-standard.hgi-arrow-up-01:before {
  content: "\3c81";
}
.hgi-solid.hgi-standard.hgi-arrow-up-02:before {
  content: "\3c83";
}
.hgi-solid.hgi-standard.hgi-arrow-up-03:before {
  content: "\3c85";
}
.hgi-solid.hgi-standard.hgi-arrow-up-04:before {
  content: "\3c87";
}
.hgi-solid.hgi-standard.hgi-arrow-up-05:before {
  content: "\3c89";
}
.hgi-solid.hgi-standard.hgi-arrow-up-double:before {
  content: "\3c8b";
}
.hgi-solid.hgi-standard.hgi-arrow-up-down:before {
  content: "\3c8d";
}
.hgi-solid.hgi-standard.hgi-arrow-up-left-01:before {
  content: "\3c8f";
}
.hgi-solid.hgi-standard.hgi-arrow-up-left-02:before {
  content: "\3c91";
}
.hgi-solid.hgi-standard.hgi-arrow-up-right-01:before {
  content: "\3c93";
}
.hgi-solid.hgi-standard.hgi-arrow-up-right-02:before {
  content: "\3c95";
}
.hgi-solid.hgi-standard.hgi-arrow-vertical:before {
  content: "\3c97";
}
.hgi-solid.hgi-standard.hgi-artboard-tool:before {
  content: "\3c9a";
}
.hgi-solid.hgi-standard.hgi-artboard:before {
  content: "\3c9b";
}
.hgi-solid.hgi-standard.hgi-artificial-intelligence-01:before {
  content: "\3c9d";
}
.hgi-solid.hgi-standard.hgi-artificial-intelligence-02:before {
  content: "\3c9f";
}
.hgi-solid.hgi-standard.hgi-artificial-intelligence-03:before {
  content: "\3ca1";
}
.hgi-solid.hgi-standard.hgi-artificial-intelligence-04:before {
  content: "\3ca3";
}
.hgi-solid.hgi-standard.hgi-artificial-intelligence-05:before {
  content: "\3ca5";
}
.hgi-solid.hgi-standard.hgi-artificial-intelligence-06:before {
  content: "\3ca7";
}
.hgi-solid.hgi-standard.hgi-artificial-intelligence-07:before {
  content: "\3ca9";
}
.hgi-solid.hgi-standard.hgi-artificial-intelligence-08:before {
  content: "\3cab";
}
.hgi-solid.hgi-standard.hgi-aspect-ratio:before {
  content: "\3cad";
}
.hgi-solid.hgi-standard.hgi-assignments:before {
  content: "\3caf";
}
.hgi-solid.hgi-standard.hgi-asteroid-01:before {
  content: "\3cb1";
}
.hgi-solid.hgi-standard.hgi-asteroid-02:before {
  content: "\3cb3";
}
.hgi-solid.hgi-standard.hgi-astronaut-01:before {
  content: "\3cb5";
}
.hgi-solid.hgi-standard.hgi-astronaut-02:before {
  content: "\3cb7";
}
.hgi-solid.hgi-standard.hgi-at:before {
  content: "\3cb9";
}
.hgi-solid.hgi-standard.hgi-atm-01:before {
  content: "\3cbb";
}
.hgi-solid.hgi-standard.hgi-atm-02:before {
  content: "\3cbd";
}
.hgi-solid.hgi-standard.hgi-atom-01:before {
  content: "\3cbf";
}
.hgi-solid.hgi-standard.hgi-atom-02:before {
  content: "\3cc1";
}
.hgi-solid.hgi-standard.hgi-atomic-power:before {
  content: "\3cc3";
}
.hgi-solid.hgi-standard.hgi-attachment-01:before {
  content: "\3cc5";
}
.hgi-solid.hgi-standard.hgi-attachment-02:before {
  content: "\3cc7";
}
.hgi-solid.hgi-standard.hgi-attachment-circle:before {
  content: "\3cc9";
}
.hgi-solid.hgi-standard.hgi-attachment-square:before {
  content: "\3ccc";
}
.hgi-solid.hgi-standard.hgi-attachment:before {
  content: "\3ccd";
}
.hgi-solid.hgi-standard.hgi-auction:before {
  content: "\3ccf";
}
.hgi-solid.hgi-standard.hgi-audio-book-01:before {
  content: "\3cd1";
}
.hgi-solid.hgi-standard.hgi-audio-book-02:before {
  content: "\3cd3";
}
.hgi-solid.hgi-standard.hgi-audio-book-03:before {
  content: "\3cd5";
}
.hgi-solid.hgi-standard.hgi-audio-book-04:before {
  content: "\3cd7";
}
.hgi-solid.hgi-standard.hgi-audio-wave-01:before {
  content: "\3cd9";
}
.hgi-solid.hgi-standard.hgi-audio-wave-02:before {
  content: "\3cdb";
}
.hgi-solid.hgi-standard.hgi-audit-01:before {
  content: "\3cdd";
}
.hgi-solid.hgi-standard.hgi-audit-02:before {
  content: "\3cdf";
}
.hgi-solid.hgi-standard.hgi-augmented-reality-ar:before {
  content: "\3ce1";
}
.hgi-solid.hgi-standard.hgi-authorized:before {
  content: "\3ce3";
}
.hgi-solid.hgi-standard.hgi-auto-conversations:before {
  content: "\3ce5";
}
.hgi-solid.hgi-standard.hgi-automotive-battery-01:before {
  content: "\3ce7";
}
.hgi-solid.hgi-standard.hgi-automotive-battery-02:before {
  content: "\3ce9";
}
.hgi-solid.hgi-standard.hgi-avalanche:before {
  content: "\3ceb";
}
.hgi-solid.hgi-standard.hgi-avocado:before {
  content: "\3ced";
}
.hgi-solid.hgi-standard.hgi-award-01:before {
  content: "\3cef";
}
.hgi-solid.hgi-standard.hgi-award-02:before {
  content: "\3cf1";
}
.hgi-solid.hgi-standard.hgi-award-03:before {
  content: "\3cf3";
}
.hgi-solid.hgi-standard.hgi-award-04:before {
  content: "\3cf5";
}
.hgi-solid.hgi-standard.hgi-award-05:before {
  content: "\3cf7";
}
.hgi-solid.hgi-standard.hgi-baby-01:before {
  content: "\3cf9";
}
.hgi-solid.hgi-standard.hgi-baby-02:before {
  content: "\3cfb";
}
.hgi-solid.hgi-standard.hgi-baby-bed-01:before {
  content: "\3cfd";
}
.hgi-solid.hgi-standard.hgi-baby-bed-02:before {
  content: "\3cff";
}
.hgi-solid.hgi-standard.hgi-baby-bottle:before {
  content: "\3d01";
}
.hgi-solid.hgi-standard.hgi-baby-boy-dress:before {
  content: "\3d03";
}
.hgi-solid.hgi-standard.hgi-baby-girl-dress:before {
  content: "\3d05";
}
.hgi-solid.hgi-standard.hgi-back-muscle-body:before {
  content: "\3d07";
}
.hgi-solid.hgi-standard.hgi-background:before {
  content: "\3d09";
}
.hgi-solid.hgi-standard.hgi-backpack-01:before {
  content: "\3d0b";
}
.hgi-solid.hgi-standard.hgi-backpack-02:before {
  content: "\3d0d";
}
.hgi-solid.hgi-standard.hgi-backpack-03:before {
  content: "\3d0f";
}
.hgi-solid.hgi-standard.hgi-backward-01:before {
  content: "\3d11";
}
.hgi-solid.hgi-standard.hgi-backward-02:before {
  content: "\3d13";
}
.hgi-solid.hgi-standard.hgi-bacteria:before {
  content: "\3d15";
}
.hgi-solid.hgi-standard.hgi-badminton-shuttle:before {
  content: "\3d18";
}
.hgi-solid.hgi-standard.hgi-badminton:before {
  content: "\3d19";
}
.hgi-solid.hgi-standard.hgi-balance-scale:before {
  content: "\3d1b";
}
.hgi-solid.hgi-standard.hgi-balloons:before {
  content: "\3d1d";
}
.hgi-solid.hgi-standard.hgi-banana:before {
  content: "\3d1f";
}
.hgi-solid.hgi-standard.hgi-bandage:before {
  content: "\3d21";
}
.hgi-solid.hgi-standard.hgi-bank:before {
  content: "\3d23";
}
.hgi-solid.hgi-standard.hgi-bar-chart-horizontal:before {
  content: "\3d25";
}
.hgi-solid.hgi-standard.hgi-bar-chart:before {
  content: "\3d27";
}
.hgi-solid.hgi-standard.hgi-bar-code-01:before {
  content: "\3d29";
}
.hgi-solid.hgi-standard.hgi-bar-code-02:before {
  content: "\3d2b";
}
.hgi-solid.hgi-standard.hgi-barns:before {
  content: "\3d2d";
}
.hgi-solid.hgi-standard.hgi-baseball-bat:before {
  content: "\3d2f";
}
.hgi-solid.hgi-standard.hgi-baseball-helmet:before {
  content: "\3d31";
}
.hgi-solid.hgi-standard.hgi-baseball:before {
  content: "\3d33";
}
.hgi-solid.hgi-standard.hgi-bash:before {
  content: "\3d35";
}
.hgi-solid.hgi-standard.hgi-basketball-01:before {
  content: "\3d37";
}
.hgi-solid.hgi-standard.hgi-basketball-02:before {
  content: "\3d39";
}
.hgi-solid.hgi-standard.hgi-basketball-hoop:before {
  content: "\3d3b";
}
.hgi-solid.hgi-standard.hgi-bathtub-01:before {
  content: "\3d3d";
}
.hgi-solid.hgi-standard.hgi-bathtub-02:before {
  content: "\3d3f";
}
.hgi-solid.hgi-standard.hgi-batteries-energy:before {
  content: "\3d41";
}
.hgi-solid.hgi-standard.hgi-battery-charging-01:before {
  content: "\3d43";
}
.hgi-solid.hgi-standard.hgi-battery-charging-02:before {
  content: "\3d45";
}
.hgi-solid.hgi-standard.hgi-battery-eco-charging:before {
  content: "\3d47";
}
.hgi-solid.hgi-standard.hgi-battery-empty:before {
  content: "\3d49";
}
.hgi-solid.hgi-standard.hgi-battery-full:before {
  content: "\3d4b";
}
.hgi-solid.hgi-standard.hgi-battery-low:before {
  content: "\3d4d";
}
.hgi-solid.hgi-standard.hgi-battery-medium-01:before {
  content: "\3d4f";
}
.hgi-solid.hgi-standard.hgi-battery-medium-02:before {
  content: "\3d51";
}
.hgi-solid.hgi-standard.hgi-bbq-grill:before {
  content: "\3d53";
}
.hgi-solid.hgi-standard.hgi-beach-02:before {
  content: "\3d55";
}
.hgi-solid.hgi-standard.hgi-beach:before {
  content: "\3d57";
}
.hgi-solid.hgi-standard.hgi-beater:before {
  content: "\3d59";
}
.hgi-solid.hgi-standard.hgi-bebo:before {
  content: "\3d5b";
}
.hgi-solid.hgi-standard.hgi-bed-bunk:before {
  content: "\3d5d";
}
.hgi-solid.hgi-standard.hgi-bed-double:before {
  content: "\3d5f";
}
.hgi-solid.hgi-standard.hgi-bed-single-01:before {
  content: "\3d62";
}
.hgi-solid.hgi-standard.hgi-bed-single-02:before {
  content: "\3d64";
}
.hgi-solid.hgi-standard.hgi-bed:before {
  content: "\3d65";
}
.hgi-solid.hgi-standard.hgi-bedug-01:before {
  content: "\3d67";
}
.hgi-solid.hgi-standard.hgi-bedug-02:before {
  content: "\3d69";
}
.hgi-solid.hgi-standard.hgi-behance-01:before {
  content: "\3d6b";
}
.hgi-solid.hgi-standard.hgi-behance-02:before {
  content: "\3d6d";
}
.hgi-solid.hgi-standard.hgi-belt:before {
  content: "\3d6f";
}
.hgi-solid.hgi-standard.hgi-bend-tool:before {
  content: "\3d71";
}
.hgi-solid.hgi-standard.hgi-berlin-tower:before {
  content: "\3d74";
}
.hgi-solid.hgi-standard.hgi-berlin:before {
  content: "\3d75";
}
.hgi-solid.hgi-standard.hgi-beta:before {
  content: "\3d77";
}
.hgi-solid.hgi-standard.hgi-bicycle-01:before {
  content: "\3d79";
}
.hgi-solid.hgi-standard.hgi-bicycle:before {
  content: "\3d7b";
}
.hgi-solid.hgi-standard.hgi-billiard-01:before {
  content: "\3d7d";
}
.hgi-solid.hgi-standard.hgi-billiard-02:before {
  content: "\3d7f";
}
.hgi-solid.hgi-standard.hgi-binary-code:before {
  content: "\3d81";
}
.hgi-solid.hgi-standard.hgi-bing:before {
  content: "\3d83";
}
.hgi-solid.hgi-standard.hgi-binoculars:before {
  content: "\3d85";
}
.hgi-solid.hgi-standard.hgi-bio-energy:before {
  content: "\3d87";
}
.hgi-solid.hgi-standard.hgi-biomass-energy:before {
  content: "\3d89";
}
.hgi-solid.hgi-standard.hgi-biometric-access:before {
  content: "\3d8b";
}
.hgi-solid.hgi-standard.hgi-biometric-device:before {
  content: "\3d8d";
}
.hgi-solid.hgi-standard.hgi-birthday-cake:before {
  content: "\3d8f";
}
.hgi-solid.hgi-standard.hgi-biscuit:before {
  content: "\3d91";
}
.hgi-solid.hgi-standard.hgi-bitcoin-01:before {
  content: "\3d93";
}
.hgi-solid.hgi-standard.hgi-bitcoin-02:before {
  content: "\3d95";
}
.hgi-solid.hgi-standard.hgi-bitcoin-03:before {
  content: "\3d97";
}
.hgi-solid.hgi-standard.hgi-bitcoin-04:before {
  content: "\3d99";
}
.hgi-solid.hgi-standard.hgi-bitcoin-bag:before {
  content: "\3d9b";
}
.hgi-solid.hgi-standard.hgi-bitcoin-circle:before {
  content: "\3d9d";
}
.hgi-solid.hgi-standard.hgi-bitcoin-cloud:before {
  content: "\3d9f";
}
.hgi-solid.hgi-standard.hgi-bitcoin-cpu:before {
  content: "\3da1";
}
.hgi-solid.hgi-standard.hgi-bitcoin-credit-card:before {
  content: "\3da3";
}
.hgi-solid.hgi-standard.hgi-bitcoin-database:before {
  content: "\3da5";
}
.hgi-solid.hgi-standard.hgi-bitcoin-down-01:before {
  content: "\3da7";
}
.hgi-solid.hgi-standard.hgi-bitcoin-down-02:before {
  content: "\3da9";
}
.hgi-solid.hgi-standard.hgi-bitcoin-ellipse:before {
  content: "\3dab";
}
.hgi-solid.hgi-standard.hgi-bitcoin-eye:before {
  content: "\3dad";
}
.hgi-solid.hgi-standard.hgi-bitcoin-filter:before {
  content: "\3daf";
}
.hgi-solid.hgi-standard.hgi-bitcoin-flashdisk:before {
  content: "\3db1";
}
.hgi-solid.hgi-standard.hgi-bitcoin-graph:before {
  content: "\3db3";
}
.hgi-solid.hgi-standard.hgi-bitcoin-invoice:before {
  content: "\3db5";
}
.hgi-solid.hgi-standard.hgi-bitcoin-key:before {
  content: "\3db7";
}
.hgi-solid.hgi-standard.hgi-bitcoin-location:before {
  content: "\3db9";
}
.hgi-solid.hgi-standard.hgi-bitcoin-lock:before {
  content: "\3dbb";
}
.hgi-solid.hgi-standard.hgi-bitcoin-mail:before {
  content: "\3dbd";
}
.hgi-solid.hgi-standard.hgi-bitcoin-mind:before {
  content: "\3dbf";
}
.hgi-solid.hgi-standard.hgi-bitcoin-money-01:before {
  content: "\3dc1";
}
.hgi-solid.hgi-standard.hgi-bitcoin-money-02:before {
  content: "\3dc3";
}
.hgi-solid.hgi-standard.hgi-bitcoin-pie-chart:before {
  content: "\3dc5";
}
.hgi-solid.hgi-standard.hgi-bitcoin-piggy-bank:before {
  content: "\3dc7";
}
.hgi-solid.hgi-standard.hgi-bitcoin-presentation:before {
  content: "\3dc9";
}
.hgi-solid.hgi-standard.hgi-bitcoin-receipt:before {
  content: "\3dcb";
}
.hgi-solid.hgi-standard.hgi-bitcoin-receive:before {
  content: "\3dcd";
}
.hgi-solid.hgi-standard.hgi-bitcoin-rectangle:before {
  content: "\3dcf";
}
.hgi-solid.hgi-standard.hgi-bitcoin-safe:before {
  content: "\3dd1";
}
.hgi-solid.hgi-standard.hgi-bitcoin-search:before {
  content: "\3dd3";
}
.hgi-solid.hgi-standard.hgi-bitcoin-send:before {
  content: "\3dd6";
}
.hgi-solid.hgi-standard.hgi-bitcoin-setting:before {
  content: "\3dd8";
}
.hgi-solid.hgi-standard.hgi-bitcoin-shield:before {
  content: "\3dda";
}
.hgi-solid.hgi-standard.hgi-bitcoin-shopping:before {
  content: "\3ddc";
}
.hgi-solid.hgi-standard.hgi-bitcoin-smartphone-01:before {
  content: "\3dde";
}
.hgi-solid.hgi-standard.hgi-bitcoin-smartphone-02:before {
  content: "\3de0";
}
.hgi-solid.hgi-standard.hgi-bitcoin-square:before {
  content: "\3de2";
}
.hgi-solid.hgi-standard.hgi-bitcoin-store:before {
  content: "\3de4";
}
.hgi-solid.hgi-standard.hgi-bitcoin-tag:before {
  content: "\3de6";
}
.hgi-solid.hgi-standard.hgi-bitcoin-target:before {
  content: "\3de8";
}
.hgi-solid.hgi-standard.hgi-bitcoin-transaction:before {
  content: "\3dea";
}
.hgi-solid.hgi-standard.hgi-bitcoin-up-01:before {
  content: "\3dec";
}
.hgi-solid.hgi-standard.hgi-bitcoin-up-02:before {
  content: "\3dee";
}
.hgi-solid.hgi-standard.hgi-bitcoin-wallet:before {
  content: "\3df0";
}
.hgi-solid.hgi-standard.hgi-bitcoin-withdraw:before {
  content: "\3df2";
}
.hgi-solid.hgi-standard.hgi-bitcoin:before {
  content: "\3df3";
}
.hgi-solid.hgi-standard.hgi-black-hole-01:before {
  content: "\3df5";
}
.hgi-solid.hgi-standard.hgi-black-hole:before {
  content: "\3df7";
}
.hgi-solid.hgi-standard.hgi-blend:before {
  content: "\3df9";
}
.hgi-solid.hgi-standard.hgi-blender:before {
  content: "\3dfb";
}
.hgi-solid.hgi-standard.hgi-block-game:before {
  content: "\3dfd";
}
.hgi-solid.hgi-standard.hgi-blockchain-01:before {
  content: "\3dff";
}
.hgi-solid.hgi-standard.hgi-blockchain-02:before {
  content: "\3e01";
}
.hgi-solid.hgi-standard.hgi-blockchain-03:before {
  content: "\3e03";
}
.hgi-solid.hgi-standard.hgi-blockchain-04:before {
  content: "\3e05";
}
.hgi-solid.hgi-standard.hgi-blockchain-05:before {
  content: "\3e07";
}
.hgi-solid.hgi-standard.hgi-blockchain-06:before {
  content: "\3e09";
}
.hgi-solid.hgi-standard.hgi-blockchain-07:before {
  content: "\3e0b";
}
.hgi-solid.hgi-standard.hgi-blocked:before {
  content: "\3e0d";
}
.hgi-solid.hgi-standard.hgi-blogger:before {
  content: "\3e0f";
}
.hgi-solid.hgi-standard.hgi-blood-bag:before {
  content: "\3e11";
}
.hgi-solid.hgi-standard.hgi-blood-bottle:before {
  content: "\3e13";
}
.hgi-solid.hgi-standard.hgi-blood-pressure:before {
  content: "\3e15";
}
.hgi-solid.hgi-standard.hgi-blood-type:before {
  content: "\3e18";
}
.hgi-solid.hgi-standard.hgi-blood:before {
  content: "\3e19";
}
.hgi-solid.hgi-standard.hgi-bluesky:before {
  content: "\3e1b";
}
.hgi-solid.hgi-standard.hgi-bluetooth-circle:before {
  content: "\3e1d";
}
.hgi-solid.hgi-standard.hgi-bluetooth-not-connected:before {
  content: "\3e1f";
}
.hgi-solid.hgi-standard.hgi-bluetooth-search:before {
  content: "\3e21";
}
.hgi-solid.hgi-standard.hgi-bluetooth-square:before {
  content: "\3e24";
}
.hgi-solid.hgi-standard.hgi-bluetooth:before {
  content: "\3e25";
}
.hgi-solid.hgi-standard.hgi-blur:before {
  content: "\3e27";
}
.hgi-solid.hgi-standard.hgi-blush-brush-01:before {
  content: "\3e29";
}
.hgi-solid.hgi-standard.hgi-blush-brush-02:before {
  content: "\3e2b";
}
.hgi-solid.hgi-standard.hgi-board-math:before {
  content: "\3e2d";
}
.hgi-solid.hgi-standard.hgi-boat:before {
  content: "\3e2f";
}
.hgi-solid.hgi-standard.hgi-body-armor:before {
  content: "\3e31";
}
.hgi-solid.hgi-standard.hgi-body-part-leg:before {
  content: "\3e33";
}
.hgi-solid.hgi-standard.hgi-body-part-muscle:before {
  content: "\3e35";
}
.hgi-solid.hgi-standard.hgi-body-part-six-pack:before {
  content: "\3e37";
}
.hgi-solid.hgi-standard.hgi-body-soap:before {
  content: "\3e39";
}
.hgi-solid.hgi-standard.hgi-body-weight:before {
  content: "\3e3b";
}
.hgi-solid.hgi-standard.hgi-bomb:before {
  content: "\3e3d";
}
.hgi-solid.hgi-standard.hgi-bone-01:before {
  content: "\3e3f";
}
.hgi-solid.hgi-standard.hgi-bone-02:before {
  content: "\3e41";
}
.hgi-solid.hgi-standard.hgi-book-01:before {
  content: "\3e43";
}
.hgi-solid.hgi-standard.hgi-book-02:before {
  content: "\3e45";
}
.hgi-solid.hgi-standard.hgi-book-03:before {
  content: "\3e47";
}
.hgi-solid.hgi-standard.hgi-book-04:before {
  content: "\3e49";
}
.hgi-solid.hgi-standard.hgi-book-bookmark-01:before {
  content: "\3e4b";
}
.hgi-solid.hgi-standard.hgi-book-bookmark-02:before {
  content: "\3e4d";
}
.hgi-solid.hgi-standard.hgi-book-download:before {
  content: "\3e4f";
}
.hgi-solid.hgi-standard.hgi-book-edit:before {
  content: "\3e51";
}
.hgi-solid.hgi-standard.hgi-book-open-01:before {
  content: "\3e53";
}
.hgi-solid.hgi-standard.hgi-book-open-02:before {
  content: "\3e55";
}
.hgi-solid.hgi-standard.hgi-book-upload:before {
  content: "\3e57";
}
.hgi-solid.hgi-standard.hgi-bookmark-01:before {
  content: "\3e59";
}
.hgi-solid.hgi-standard.hgi-bookmark-02:before {
  content: "\3e5b";
}
.hgi-solid.hgi-standard.hgi-bookmark-03:before {
  content: "\3e5d";
}
.hgi-solid.hgi-standard.hgi-bookmark-add-01:before {
  content: "\3e5f";
}
.hgi-solid.hgi-standard.hgi-bookmark-add-02:before {
  content: "\3e61";
}
.hgi-solid.hgi-standard.hgi-bookmark-block-01:before {
  content: "\3e63";
}
.hgi-solid.hgi-standard.hgi-bookmark-block-02:before {
  content: "\3e65";
}
.hgi-solid.hgi-standard.hgi-bookmark-check-01:before {
  content: "\3e67";
}
.hgi-solid.hgi-standard.hgi-bookmark-check-02:before {
  content: "\3e69";
}
.hgi-solid.hgi-standard.hgi-bookmark-minus-01:before {
  content: "\3e6b";
}
.hgi-solid.hgi-standard.hgi-bookmark-minus-02:before {
  content: "\3e6d";
}
.hgi-solid.hgi-standard.hgi-bookmark-off-01:before {
  content: "\3e6f";
}
.hgi-solid.hgi-standard.hgi-bookmark-off-02:before {
  content: "\3e71";
}
.hgi-solid.hgi-standard.hgi-bookmark-remove-01:before {
  content: "\3e73";
}
.hgi-solid.hgi-standard.hgi-bookmark-remove-02:before {
  content: "\3e75";
}
.hgi-solid.hgi-standard.hgi-books-01:before {
  content: "\3e77";
}
.hgi-solid.hgi-standard.hgi-books-02:before {
  content: "\3e79";
}
.hgi-solid.hgi-standard.hgi-bookshelf-01:before {
  content: "\3e7b";
}
.hgi-solid.hgi-standard.hgi-bookshelf-02:before {
  content: "\3e7d";
}
.hgi-solid.hgi-standard.hgi-bookshelf-03:before {
  content: "\3e7f";
}
.hgi-solid.hgi-standard.hgi-bootstrap:before {
  content: "\3e81";
}
.hgi-solid.hgi-standard.hgi-border-all-01:before {
  content: "\3e83";
}
.hgi-solid.hgi-standard.hgi-border-all-02:before {
  content: "\3e85";
}
.hgi-solid.hgi-standard.hgi-border-bottom-01:before {
  content: "\3e87";
}
.hgi-solid.hgi-standard.hgi-border-bottom-02:before {
  content: "\3e89";
}
.hgi-solid.hgi-standard.hgi-border-full:before {
  content: "\3e8b";
}
.hgi-solid.hgi-standard.hgi-border-horizontal:before {
  content: "\3e8d";
}
.hgi-solid.hgi-standard.hgi-border-inner:before {
  content: "\3e8f";
}
.hgi-solid.hgi-standard.hgi-border-left-01:before {
  content: "\3e91";
}
.hgi-solid.hgi-standard.hgi-border-left-02:before {
  content: "\3e93";
}
.hgi-solid.hgi-standard.hgi-border-none-01:before {
  content: "\3e95";
}
.hgi-solid.hgi-standard.hgi-border-none-02:before {
  content: "\3e97";
}
.hgi-solid.hgi-standard.hgi-border-right-01:before {
  content: "\3e99";
}
.hgi-solid.hgi-standard.hgi-border-right-02:before {
  content: "\3e9b";
}
.hgi-solid.hgi-standard.hgi-border-top-01:before {
  content: "\3e9d";
}
.hgi-solid.hgi-standard.hgi-border-top-02:before {
  content: "\3e9f";
}
.hgi-solid.hgi-standard.hgi-border-vertical:before {
  content: "\3ea1";
}
.hgi-solid.hgi-standard.hgi-borobudur:before {
  content: "\3ea3";
}
.hgi-solid.hgi-standard.hgi-bot:before {
  content: "\3ea5";
}
.hgi-solid.hgi-standard.hgi-bounce-left:before {
  content: "\3ea7";
}
.hgi-solid.hgi-standard.hgi-bounce-right:before {
  content: "\3ea9";
}
.hgi-solid.hgi-standard.hgi-bounding-box:before {
  content: "\3eab";
}
.hgi-solid.hgi-standard.hgi-bow-tie:before {
  content: "\3ead";
}
.hgi-solid.hgi-standard.hgi-bowling-ball:before {
  content: "\3eaf";
}
.hgi-solid.hgi-standard.hgi-bowling-pins:before {
  content: "\3eb1";
}
.hgi-solid.hgi-standard.hgi-bowling:before {
  content: "\3eb3";
}
.hgi-solid.hgi-standard.hgi-boxer:before {
  content: "\3eb5";
}
.hgi-solid.hgi-standard.hgi-boxing-bag:before {
  content: "\3eb7";
}
.hgi-solid.hgi-standard.hgi-boxing-glove-01:before {
  content: "\3eb9";
}
.hgi-solid.hgi-standard.hgi-boxing-glove:before {
  content: "\3ebb";
}
.hgi-solid.hgi-standard.hgi-brain-01:before {
  content: "\3ebd";
}
.hgi-solid.hgi-standard.hgi-brain-02:before {
  content: "\3ebf";
}
.hgi-solid.hgi-standard.hgi-brain-03:before {
  content: "\3ec1";
}
.hgi-solid.hgi-standard.hgi-brain:before {
  content: "\3ec3";
}
.hgi-solid.hgi-standard.hgi-brandfetch:before {
  content: "\3ec5";
}
.hgi-solid.hgi-standard.hgi-bread-01:before {
  content: "\3ec7";
}
.hgi-solid.hgi-standard.hgi-bread-02:before {
  content: "\3ec9";
}
.hgi-solid.hgi-standard.hgi-bread-03:before {
  content: "\3ecb";
}
.hgi-solid.hgi-standard.hgi-bread-04:before {
  content: "\3ecd";
}
.hgi-solid.hgi-standard.hgi-breast-pump:before {
  content: "\3ecf";
}
.hgi-solid.hgi-standard.hgi-bridge:before {
  content: "\3ed1";
}
.hgi-solid.hgi-standard.hgi-briefcase-01:before {
  content: "\3ed3";
}
.hgi-solid.hgi-standard.hgi-briefcase-02:before {
  content: "\3ed5";
}
.hgi-solid.hgi-standard.hgi-briefcase-03:before {
  content: "\3ed7";
}
.hgi-solid.hgi-standard.hgi-briefcase-04:before {
  content: "\3ed9";
}
.hgi-solid.hgi-standard.hgi-briefcase-05:before {
  content: "\3edb";
}
.hgi-solid.hgi-standard.hgi-briefcase-06:before {
  content: "\3edd";
}
.hgi-solid.hgi-standard.hgi-briefcase-07:before {
  content: "\3edf";
}
.hgi-solid.hgi-standard.hgi-briefcase-08:before {
  content: "\3ee1";
}
.hgi-solid.hgi-standard.hgi-briefcase-09:before {
  content: "\3ee3";
}
.hgi-solid.hgi-standard.hgi-briefcase-dollar:before {
  content: "\3ee5";
}
.hgi-solid.hgi-standard.hgi-broccoli:before {
  content: "\3ee7";
}
.hgi-solid.hgi-standard.hgi-brochure:before {
  content: "\3ee9";
}
.hgi-solid.hgi-standard.hgi-broken-bone:before {
  content: "\3eeb";
}
.hgi-solid.hgi-standard.hgi-browser:before {
  content: "\3eed";
}
.hgi-solid.hgi-standard.hgi-brush:before {
  content: "\3eef";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-add:before {
  content: "\3ef1";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-blocked:before {
  content: "\3ef3";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-cancel:before {
  content: "\3ef5";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-delay:before {
  content: "\3ef7";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-done:before {
  content: "\3ef9";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-download-01:before {
  content: "\3efb";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-download-02:before {
  content: "\3efd";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-edit:before {
  content: "\3eff";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-favourite:before {
  content: "\3f01";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-income:before {
  content: "\3f03";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-lock:before {
  content: "\3f05";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-notification:before {
  content: "\3f07";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-outcome:before {
  content: "\3f09";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-preview:before {
  content: "\3f0b";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-question:before {
  content: "\3f0d";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-search:before {
  content: "\3f0f";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-secure:before {
  content: "\3f12";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-translate:before {
  content: "\3f14";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-unlock:before {
  content: "\3f16";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-upload:before {
  content: "\3f18";
}
.hgi-solid.hgi-standard.hgi-bubble-chat-user:before {
  content: "\3f1a";
}
.hgi-solid.hgi-standard.hgi-bubble-chat:before {
  content: "\3f1b";
}
.hgi-solid.hgi-standard.hgi-bubble-tea-01:before {
  content: "\3f1d";
}
.hgi-solid.hgi-standard.hgi-bubble-tea-02:before {
  content: "\3f1f";
}
.hgi-solid.hgi-standard.hgi-bug-01:before {
  content: "\3f21";
}
.hgi-solid.hgi-standard.hgi-bug-02:before {
  content: "\3f23";
}
.hgi-solid.hgi-standard.hgi-building-01:before {
  content: "\3f25";
}
.hgi-solid.hgi-standard.hgi-building-02:before {
  content: "\3f27";
}
.hgi-solid.hgi-standard.hgi-building-03:before {
  content: "\3f29";
}
.hgi-solid.hgi-standard.hgi-building-04:before {
  content: "\3f2b";
}
.hgi-solid.hgi-standard.hgi-building-05:before {
  content: "\3f2d";
}
.hgi-solid.hgi-standard.hgi-building-06:before {
  content: "\3f2f";
}
.hgi-solid.hgi-standard.hgi-bulb-charging:before {
  content: "\3f31";
}
.hgi-solid.hgi-standard.hgi-bulb:before {
  content: "\3f33";
}
.hgi-solid.hgi-standard.hgi-bulletproof-vest:before {
  content: "\3f35";
}
.hgi-solid.hgi-standard.hgi-burj-al-arab:before {
  content: "\3f37";
}
.hgi-solid.hgi-standard.hgi-burning-cd:before {
  content: "\3f39";
}
.hgi-solid.hgi-standard.hgi-bus-01:before {
  content: "\3f3b";
}
.hgi-solid.hgi-standard.hgi-bus-02:before {
  content: "\3f3d";
}
.hgi-solid.hgi-standard.hgi-bus-03:before {
  content: "\3f3f";
}
.hgi-solid.hgi-standard.hgi-c-programming:before {
  content: "\3f41";
}
.hgi-solid.hgi-standard.hgi-cabinet-01:before {
  content: "\3f43";
}
.hgi-solid.hgi-standard.hgi-cabinet-02:before {
  content: "\3f45";
}
.hgi-solid.hgi-standard.hgi-cabinet-03:before {
  content: "\3f47";
}
.hgi-solid.hgi-standard.hgi-cabinet-04:before {
  content: "\3f49";
}
.hgi-solid.hgi-standard.hgi-cable-car:before {
  content: "\3f4b";
}
.hgi-solid.hgi-standard.hgi-cactus:before {
  content: "\3f4d";
}
.hgi-solid.hgi-standard.hgi-caduceus:before {
  content: "\3f4f";
}
.hgi-solid.hgi-standard.hgi-cafe:before {
  content: "\3f51";
}
.hgi-solid.hgi-standard.hgi-calculate:before {
  content: "\3f53";
}
.hgi-solid.hgi-standard.hgi-calculator-01:before {
  content: "\3f55";
}
.hgi-solid.hgi-standard.hgi-calculator:before {
  content: "\3f57";
}
.hgi-solid.hgi-standard.hgi-calendar-01:before {
  content: "\3f59";
}
.hgi-solid.hgi-standard.hgi-calendar-02:before {
  content: "\3f5b";
}
.hgi-solid.hgi-standard.hgi-calendar-03:before {
  content: "\3f5d";
}
.hgi-solid.hgi-standard.hgi-calendar-04:before {
  content: "\3f5f";
}
.hgi-solid.hgi-standard.hgi-calendar-add-01:before {
  content: "\3f61";
}
.hgi-solid.hgi-standard.hgi-calendar-add-02:before {
  content: "\3f63";
}
.hgi-solid.hgi-standard.hgi-calendar-block-01:before {
  content: "\3f65";
}
.hgi-solid.hgi-standard.hgi-calendar-block-02:before {
  content: "\3f67";
}
.hgi-solid.hgi-standard.hgi-calendar-check-in-01:before {
  content: "\3f69";
}
.hgi-solid.hgi-standard.hgi-calendar-check-in-02:before {
  content: "\3f6b";
}
.hgi-solid.hgi-standard.hgi-calendar-check-out-01:before {
  content: "\3f6d";
}
.hgi-solid.hgi-standard.hgi-calendar-check-out-02:before {
  content: "\3f6f";
}
.hgi-solid.hgi-standard.hgi-calendar-download-01:before {
  content: "\3f71";
}
.hgi-solid.hgi-standard.hgi-calendar-download-02:before {
  content: "\3f73";
}
.hgi-solid.hgi-standard.hgi-calendar-favorite-01:before {
  content: "\3f75";
}
.hgi-solid.hgi-standard.hgi-calendar-favorite-02:before {
  content: "\3f77";
}
.hgi-solid.hgi-standard.hgi-calendar-lock-01:before {
  content: "\3f79";
}
.hgi-solid.hgi-standard.hgi-calendar-lock-02:before {
  content: "\3f7b";
}
.hgi-solid.hgi-standard.hgi-calendar-love-01:before {
  content: "\3f7d";
}
.hgi-solid.hgi-standard.hgi-calendar-love-02:before {
  content: "\3f7f";
}
.hgi-solid.hgi-standard.hgi-calendar-minus-01:before {
  content: "\3f81";
}
.hgi-solid.hgi-standard.hgi-calendar-minus-02:before {
  content: "\3f83";
}
.hgi-solid.hgi-standard.hgi-calendar-remove-01:before {
  content: "\3f85";
}
.hgi-solid.hgi-standard.hgi-calendar-remove-02:before {
  content: "\3f87";
}
.hgi-solid.hgi-standard.hgi-calendar-setting-01:before {
  content: "\3f89";
}
.hgi-solid.hgi-standard.hgi-calendar-setting-02:before {
  content: "\3f8b";
}
.hgi-solid.hgi-standard.hgi-calendar-upload-01:before {
  content: "\3f8d";
}
.hgi-solid.hgi-standard.hgi-calendar-upload-02:before {
  content: "\3f8f";
}
.hgi-solid.hgi-standard.hgi-call-02:before {
  content: "\3f91";
}
.hgi-solid.hgi-standard.hgi-call-add-02:before {
  content: "\3f93";
}
.hgi-solid.hgi-standard.hgi-call-add:before {
  content: "\3f95";
}
.hgi-solid.hgi-standard.hgi-call-blocked-02:before {
  content: "\3f97";
}
.hgi-solid.hgi-standard.hgi-call-blocked:before {
  content: "\3f99";
}
.hgi-solid.hgi-standard.hgi-call-disabled-02:before {
  content: "\3f9b";
}
.hgi-solid.hgi-standard.hgi-call-disabled:before {
  content: "\3f9d";
}
.hgi-solid.hgi-standard.hgi-call-done-02:before {
  content: "\3f9f";
}
.hgi-solid.hgi-standard.hgi-call-done:before {
  content: "\3fa1";
}
.hgi-solid.hgi-standard.hgi-call-end-01:before {
  content: "\3fa3";
}
.hgi-solid.hgi-standard.hgi-call-end-02:before {
  content: "\3fa5";
}
.hgi-solid.hgi-standard.hgi-call-end-03:before {
  content: "\3fa7";
}
.hgi-solid.hgi-standard.hgi-call-end-04:before {
  content: "\3fa9";
}
.hgi-solid.hgi-standard.hgi-call-incoming-01:before {
  content: "\3fab";
}
.hgi-solid.hgi-standard.hgi-call-incoming-02:before {
  content: "\3fad";
}
.hgi-solid.hgi-standard.hgi-call-incoming-03:before {
  content: "\3faf";
}
.hgi-solid.hgi-standard.hgi-call-incoming-04:before {
  content: "\3fb1";
}
.hgi-solid.hgi-standard.hgi-call-internal-02:before {
  content: "\3fb3";
}
.hgi-solid.hgi-standard.hgi-call-internal:before {
  content: "\3fb5";
}
.hgi-solid.hgi-standard.hgi-call-locked-02:before {
  content: "\3fb7";
}
.hgi-solid.hgi-standard.hgi-call-locked:before {
  content: "\3fb9";
}
.hgi-solid.hgi-standard.hgi-call-minus-02:before {
  content: "\3fbb";
}
.hgi-solid.hgi-standard.hgi-call-minus:before {
  content: "\3fbd";
}
.hgi-solid.hgi-standard.hgi-call-missed-01:before {
  content: "\3fbf";
}
.hgi-solid.hgi-standard.hgi-call-missed-02:before {
  content: "\3fc1";
}
.hgi-solid.hgi-standard.hgi-call-missed-03:before {
  content: "\3fc3";
}
.hgi-solid.hgi-standard.hgi-call-missed-04:before {
  content: "\3fc5";
}
.hgi-solid.hgi-standard.hgi-call-outgoing-01:before {
  content: "\3fc7";
}
.hgi-solid.hgi-standard.hgi-call-outgoing-02:before {
  content: "\3fc9";
}
.hgi-solid.hgi-standard.hgi-call-outgoing-03:before {
  content: "\3fcb";
}
.hgi-solid.hgi-standard.hgi-call-outgoing-04:before {
  content: "\3fcd";
}
.hgi-solid.hgi-standard.hgi-call-paused-02:before {
  content: "\3fcf";
}
.hgi-solid.hgi-standard.hgi-call-paused:before {
  content: "\3fd1";
}
.hgi-solid.hgi-standard.hgi-call-received-02:before {
  content: "\3fd3";
}
.hgi-solid.hgi-standard.hgi-call-received:before {
  content: "\3fd5";
}
.hgi-solid.hgi-standard.hgi-call-ringing-01:before {
  content: "\3fd7";
}
.hgi-solid.hgi-standard.hgi-call-ringing-02:before {
  content: "\3fd9";
}
.hgi-solid.hgi-standard.hgi-call-ringing-03:before {
  content: "\3fdb";
}
.hgi-solid.hgi-standard.hgi-call-ringing-04:before {
  content: "\3fdd";
}
.hgi-solid.hgi-standard.hgi-call-unlocked-02:before {
  content: "\3fe0";
}
.hgi-solid.hgi-standard.hgi-call-unlocked:before {
  content: "\3fe2";
}
.hgi-solid.hgi-standard.hgi-call:before {
  content: "\3fe3";
}
.hgi-solid.hgi-standard.hgi-calling-02:before {
  content: "\3fe5";
}
.hgi-solid.hgi-standard.hgi-calling:before {
  content: "\3fe7";
}
.hgi-solid.hgi-standard.hgi-camel:before {
  content: "\3fe9";
}
.hgi-solid.hgi-standard.hgi-camera-01:before {
  content: "\3feb";
}
.hgi-solid.hgi-standard.hgi-camera-02:before {
  content: "\3fed";
}
.hgi-solid.hgi-standard.hgi-camera-add-01:before {
  content: "\3fef";
}
.hgi-solid.hgi-standard.hgi-camera-add-02:before {
  content: "\3ff1";
}
.hgi-solid.hgi-standard.hgi-camera-automatically-01:before {
  content: "\3ff3";
}
.hgi-solid.hgi-standard.hgi-camera-automatically-02:before {
  content: "\3ff5";
}
.hgi-solid.hgi-standard.hgi-camera-lens:before {
  content: "\3ff7";
}
.hgi-solid.hgi-standard.hgi-camera-microphone-01:before {
  content: "\3ff9";
}
.hgi-solid.hgi-standard.hgi-camera-microphone-02:before {
  content: "\3ffb";
}
.hgi-solid.hgi-standard.hgi-camera-night-mode-01:before {
  content: "\3ffd";
}
.hgi-solid.hgi-standard.hgi-camera-night-mode-02:before {
  content: "\3fff";
}
.hgi-solid.hgi-standard.hgi-camera-off-01:before {
  content: "\4001";
}
.hgi-solid.hgi-standard.hgi-camera-off-02:before {
  content: "\4003";
}
.hgi-solid.hgi-standard.hgi-camera-rotated-01:before {
  content: "\4005";
}
.hgi-solid.hgi-standard.hgi-camera-rotated-02:before {
  content: "\4007";
}
.hgi-solid.hgi-standard.hgi-camera-smile-01:before {
  content: "\4009";
}
.hgi-solid.hgi-standard.hgi-camera-smile-02:before {
  content: "\400b";
}
.hgi-solid.hgi-standard.hgi-camera-tripod:before {
  content: "\400d";
}
.hgi-solid.hgi-standard.hgi-camera-video:before {
  content: "\400f";
}
.hgi-solid.hgi-standard.hgi-camper:before {
  content: "\4011";
}
.hgi-solid.hgi-standard.hgi-campfire:before {
  content: "\4013";
}
.hgi-solid.hgi-standard.hgi-cancel-01:before {
  content: "\4015";
}
.hgi-solid.hgi-standard.hgi-cancel-02:before {
  content: "\4017";
}
.hgi-solid.hgi-standard.hgi-cancel-circle-half-dot:before {
  content: "\4019";
}
.hgi-solid.hgi-standard.hgi-cancel-circle:before {
  content: "\401b";
}
.hgi-solid.hgi-standard.hgi-cancel-square:before {
  content: "\401d";
}
.hgi-solid.hgi-standard.hgi-candelier-01:before {
  content: "\401f";
}
.hgi-solid.hgi-standard.hgi-candelier-02:before {
  content: "\4021";
}
.hgi-solid.hgi-standard.hgi-canvas:before {
  content: "\4023";
}
.hgi-solid.hgi-standard.hgi-cap-projecting:before {
  content: "\4025";
}
.hgi-solid.hgi-standard.hgi-cap-round:before {
  content: "\4027";
}
.hgi-solid.hgi-standard.hgi-cap-straight:before {
  content: "\402a";
}
.hgi-solid.hgi-standard.hgi-cap:before {
  content: "\402b";
}
.hgi-solid.hgi-standard.hgi-capcut-rectangle:before {
  content: "\402d";
}
.hgi-solid.hgi-standard.hgi-capcut:before {
  content: "\402f";
}
.hgi-solid.hgi-standard.hgi-car-01:before {
  content: "\4031";
}
.hgi-solid.hgi-standard.hgi-car-02:before {
  content: "\4033";
}
.hgi-solid.hgi-standard.hgi-car-03:before {
  content: "\4035";
}
.hgi-solid.hgi-standard.hgi-car-04:before {
  content: "\4037";
}
.hgi-solid.hgi-standard.hgi-car-05:before {
  content: "\4039";
}
.hgi-solid.hgi-standard.hgi-car-alert:before {
  content: "\403b";
}
.hgi-solid.hgi-standard.hgi-car-parking-01:before {
  content: "\403d";
}
.hgi-solid.hgi-standard.hgi-car-parking-02:before {
  content: "\403f";
}
.hgi-solid.hgi-standard.hgi-car-time:before {
  content: "\4041";
}
.hgi-solid.hgi-standard.hgi-caravan:before {
  content: "\4043";
}
.hgi-solid.hgi-standard.hgi-card-exchange-01:before {
  content: "\4045";
}
.hgi-solid.hgi-standard.hgi-card-exchange-02:before {
  content: "\4047";
}
.hgi-solid.hgi-standard.hgi-cardigan:before {
  content: "\4049";
}
.hgi-solid.hgi-standard.hgi-cardiogram-01:before {
  content: "\404b";
}
.hgi-solid.hgi-standard.hgi-cardiogram-02:before {
  content: "\404d";
}
.hgi-solid.hgi-standard.hgi-cards-01:before {
  content: "\404f";
}
.hgi-solid.hgi-standard.hgi-cards-02:before {
  content: "\4051";
}
.hgi-solid.hgi-standard.hgi-cargo-ship:before {
  content: "\4053";
}
.hgi-solid.hgi-standard.hgi-carousel-horizontal-02:before {
  content: "\4055";
}
.hgi-solid.hgi-standard.hgi-carousel-horizontal:before {
  content: "\4057";
}
.hgi-solid.hgi-standard.hgi-carousel-vertical:before {
  content: "\4059";
}
.hgi-solid.hgi-standard.hgi-carrot:before {
  content: "\405b";
}
.hgi-solid.hgi-standard.hgi-cash-01:before {
  content: "\405d";
}
.hgi-solid.hgi-standard.hgi-cash-02:before {
  content: "\405f";
}
.hgi-solid.hgi-standard.hgi-cashback:before {
  content: "\4061";
}
.hgi-solid.hgi-standard.hgi-cashier-02:before {
  content: "\4063";
}
.hgi-solid.hgi-standard.hgi-cashier:before {
  content: "\4065";
}
.hgi-solid.hgi-standard.hgi-castle-01:before {
  content: "\4067";
}
.hgi-solid.hgi-standard.hgi-castle-02:before {
  content: "\4069";
}
.hgi-solid.hgi-standard.hgi-castle:before {
  content: "\406b";
}
.hgi-solid.hgi-standard.hgi-catalogue:before {
  content: "\406d";
}
.hgi-solid.hgi-standard.hgi-cayan-tower:before {
  content: "\406f";
}
.hgi-solid.hgi-standard.hgi-cctv-camera:before {
  content: "\4071";
}
.hgi-solid.hgi-standard.hgi-cd:before {
  content: "\4073";
}
.hgi-solid.hgi-standard.hgi-cells:before {
  content: "\4075";
}
.hgi-solid.hgi-standard.hgi-cellular-network-offline:before {
  content: "\4077";
}
.hgi-solid.hgi-standard.hgi-cellular-network:before {
  content: "\4079";
}
.hgi-solid.hgi-standard.hgi-celsius:before {
  content: "\407b";
}
.hgi-solid.hgi-standard.hgi-center-focus:before {
  content: "\407d";
}
.hgi-solid.hgi-standard.hgi-central-shaheed-minar:before {
  content: "\407f";
}
.hgi-solid.hgi-standard.hgi-centralized:before {
  content: "\4081";
}
.hgi-solid.hgi-standard.hgi-certificate-01:before {
  content: "\4083";
}
.hgi-solid.hgi-standard.hgi-certificate-02:before {
  content: "\4085";
}
.hgi-solid.hgi-standard.hgi-chair-01:before {
  content: "\4087";
}
.hgi-solid.hgi-standard.hgi-chair-02:before {
  content: "\4089";
}
.hgi-solid.hgi-standard.hgi-chair-03:before {
  content: "\408b";
}
.hgi-solid.hgi-standard.hgi-chair-04:before {
  content: "\408d";
}
.hgi-solid.hgi-standard.hgi-chair-05:before {
  content: "\408f";
}
.hgi-solid.hgi-standard.hgi-chair-barber:before {
  content: "\4091";
}
.hgi-solid.hgi-standard.hgi-champion:before {
  content: "\4093";
}
.hgi-solid.hgi-standard.hgi-change-screen-mode:before {
  content: "\4095";
}
.hgi-solid.hgi-standard.hgi-character-phonetic:before {
  content: "\4097";
}
.hgi-solid.hgi-standard.hgi-charity:before {
  content: "\4099";
}
.hgi-solid.hgi-standard.hgi-chart-01:before {
  content: "\409b";
}
.hgi-solid.hgi-standard.hgi-chart-02:before {
  content: "\409d";
}
.hgi-solid.hgi-standard.hgi-chart-03:before {
  content: "\409f";
}
.hgi-solid.hgi-standard.hgi-chart-average:before {
  content: "\40a1";
}
.hgi-solid.hgi-standard.hgi-chart-bar-line:before {
  content: "\40a3";
}
.hgi-solid.hgi-standard.hgi-chart-breakout-circle:before {
  content: "\40a5";
}
.hgi-solid.hgi-standard.hgi-chart-breakout-square:before {
  content: "\40a7";
}
.hgi-solid.hgi-standard.hgi-chart-bubble-01:before {
  content: "\40a9";
}
.hgi-solid.hgi-standard.hgi-chart-bubble-02:before {
  content: "\40ab";
}
.hgi-solid.hgi-standard.hgi-chart-column:before {
  content: "\40ad";
}
.hgi-solid.hgi-standard.hgi-chart-decrease:before {
  content: "\40af";
}
.hgi-solid.hgi-standard.hgi-chart-down:before {
  content: "\40b1";
}
.hgi-solid.hgi-standard.hgi-chart-evaluation:before {
  content: "\40b3";
}
.hgi-solid.hgi-standard.hgi-chart-high-low:before {
  content: "\40b5";
}
.hgi-solid.hgi-standard.hgi-chart-histogram:before {
  content: "\40b7";
}
.hgi-solid.hgi-standard.hgi-chart-increase:before {
  content: "\40b9";
}
.hgi-solid.hgi-standard.hgi-chart-line-data-01:before {
  content: "\40bb";
}
.hgi-solid.hgi-standard.hgi-chart-line-data-02:before {
  content: "\40bd";
}
.hgi-solid.hgi-standard.hgi-chart-line-data-03:before {
  content: "\40bf";
}
.hgi-solid.hgi-standard.hgi-chart-maximum:before {
  content: "\40c1";
}
.hgi-solid.hgi-standard.hgi-chart-medium:before {
  content: "\40c3";
}
.hgi-solid.hgi-standard.hgi-chart-minimum:before {
  content: "\40c5";
}
.hgi-solid.hgi-standard.hgi-chart-radar:before {
  content: "\40c7";
}
.hgi-solid.hgi-standard.hgi-chart-relationship:before {
  content: "\40c9";
}
.hgi-solid.hgi-standard.hgi-chart-ring:before {
  content: "\40cb";
}
.hgi-solid.hgi-standard.hgi-chart-rose:before {
  content: "\40cd";
}
.hgi-solid.hgi-standard.hgi-chart-scatter:before {
  content: "\40cf";
}
.hgi-solid.hgi-standard.hgi-chart-up:before {
  content: "\40d2";
}
.hgi-solid.hgi-standard.hgi-chart:before {
  content: "\40d3";
}
.hgi-solid.hgi-standard.hgi-chat-bot:before {
  content: "\40d5";
}
.hgi-solid.hgi-standard.hgi-chat-gpt:before {
  content: "\40d7";
}
.hgi-solid.hgi-standard.hgi-chatting-01:before {
  content: "\40d9";
}
.hgi-solid.hgi-standard.hgi-check-list:before {
  content: "\40db";
}
.hgi-solid.hgi-standard.hgi-check-unread-01:before {
  content: "\40dd";
}
.hgi-solid.hgi-standard.hgi-check-unread-02:before {
  content: "\40df";
}
.hgi-solid.hgi-standard.hgi-check-unread-03:before {
  content: "\40e1";
}
.hgi-solid.hgi-standard.hgi-check-unread-04:before {
  content: "\40e3";
}
.hgi-solid.hgi-standard.hgi-checkmark-badge-01:before {
  content: "\40e5";
}
.hgi-solid.hgi-standard.hgi-checkmark-badge-02:before {
  content: "\40e7";
}
.hgi-solid.hgi-standard.hgi-checkmark-badge-03:before {
  content: "\40e9";
}
.hgi-solid.hgi-standard.hgi-checkmark-badge-04:before {
  content: "\40eb";
}
.hgi-solid.hgi-standard.hgi-checkmark-circle-01:before {
  content: "\40ed";
}
.hgi-solid.hgi-standard.hgi-checkmark-circle-02:before {
  content: "\40ef";
}
.hgi-solid.hgi-standard.hgi-checkmark-circle-03:before {
  content: "\40f1";
}
.hgi-solid.hgi-standard.hgi-checkmark-circle-04:before {
  content: "\40f3";
}
.hgi-solid.hgi-standard.hgi-checkmark-square-01:before {
  content: "\40f5";
}
.hgi-solid.hgi-standard.hgi-checkmark-square-02:before {
  content: "\40f7";
}
.hgi-solid.hgi-standard.hgi-checkmark-square-03:before {
  content: "\40f9";
}
.hgi-solid.hgi-standard.hgi-checkmark-square-04:before {
  content: "\40fb";
}
.hgi-solid.hgi-standard.hgi-cheese-cake-01:before {
  content: "\40fd";
}
.hgi-solid.hgi-standard.hgi-cheese-cake-02:before {
  content: "\40ff";
}
.hgi-solid.hgi-standard.hgi-cheese:before {
  content: "\4101";
}
.hgi-solid.hgi-standard.hgi-chef-hat:before {
  content: "\4103";
}
.hgi-solid.hgi-standard.hgi-chef:before {
  content: "\4105";
}
.hgi-solid.hgi-standard.hgi-chemistry-01:before {
  content: "\4107";
}
.hgi-solid.hgi-standard.hgi-chemistry-02:before {
  content: "\4109";
}
.hgi-solid.hgi-standard.hgi-chemistry-03:before {
  content: "\410b";
}
.hgi-solid.hgi-standard.hgi-cherry:before {
  content: "\410d";
}
.hgi-solid.hgi-standard.hgi-chess-01:before {
  content: "\410f";
}
.hgi-solid.hgi-standard.hgi-chess-02:before {
  content: "\4111";
}
.hgi-solid.hgi-standard.hgi-chess-pawn:before {
  content: "\4113";
}
.hgi-solid.hgi-standard.hgi-chicken-thighs:before {
  content: "\4115";
}
.hgi-solid.hgi-standard.hgi-child:before {
  content: "\4117";
}
.hgi-solid.hgi-standard.hgi-chimney:before {
  content: "\4119";
}
.hgi-solid.hgi-standard.hgi-china-temple:before {
  content: "\411b";
}
.hgi-solid.hgi-standard.hgi-chip-02:before {
  content: "\411d";
}
.hgi-solid.hgi-standard.hgi-chip:before {
  content: "\411f";
}
.hgi-solid.hgi-standard.hgi-chocolate:before {
  content: "\4121";
}
.hgi-solid.hgi-standard.hgi-chopsticks:before {
  content: "\4123";
}
.hgi-solid.hgi-standard.hgi-chrome:before {
  content: "\4125";
}
.hgi-solid.hgi-standard.hgi-chrysler:before {
  content: "\4127";
}
.hgi-solid.hgi-standard.hgi-church:before {
  content: "\4129";
}
.hgi-solid.hgi-standard.hgi-cinnamon-roll:before {
  content: "\412b";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-data-transfer-diagonal:before {
  content: "\412d";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-data-transfer-horizontal:before {
  content: "\412f";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-data-transfer-vertical:before {
  content: "\4131";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-diagonal-01:before {
  content: "\4133";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-diagonal-02:before {
  content: "\4135";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-down-01:before {
  content: "\4137";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-down-02:before {
  content: "\4139";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-down-03:before {
  content: "\413b";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-down-double:before {
  content: "\413d";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-down-left:before {
  content: "\413f";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-down-right:before {
  content: "\4141";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-expand-01:before {
  content: "\4143";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-expand-02:before {
  content: "\4145";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-horizontal:before {
  content: "\4147";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-left-01:before {
  content: "\4149";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-left-02:before {
  content: "\414b";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-left-03:before {
  content: "\414d";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-left-double:before {
  content: "\414f";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-left-right:before {
  content: "\4151";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-move-down-left:before {
  content: "\4153";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-move-down-right:before {
  content: "\4155";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-move-left-down:before {
  content: "\4157";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-move-right-down:before {
  content: "\4159";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-move-up-left:before {
  content: "\415b";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-move-up-right:before {
  content: "\415d";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-reload-01:before {
  content: "\415f";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-reload-02:before {
  content: "\4161";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-right-01:before {
  content: "\4163";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-right-02:before {
  content: "\4165";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-right-03:before {
  content: "\4167";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-right-double:before {
  content: "\4169";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-shrink-01:before {
  content: "\416b";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-shrink-02:before {
  content: "\416d";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-up-01:before {
  content: "\416f";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-up-02:before {
  content: "\4171";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-up-03:before {
  content: "\4173";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-up-double:before {
  content: "\4175";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-up-down:before {
  content: "\4177";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-up-left:before {
  content: "\4179";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-up-right:before {
  content: "\417b";
}
.hgi-solid.hgi-standard.hgi-circle-arrow-vertical:before {
  content: "\417d";
}
.hgi-solid.hgi-standard.hgi-circle-lock-01:before {
  content: "\417f";
}
.hgi-solid.hgi-standard.hgi-circle-lock-02:before {
  content: "\4181";
}
.hgi-solid.hgi-standard.hgi-circle-lock-add-01:before {
  content: "\4183";
}
.hgi-solid.hgi-standard.hgi-circle-lock-add-02:before {
  content: "\4185";
}
.hgi-solid.hgi-standard.hgi-circle-lock-check-01:before {
  content: "\4187";
}
.hgi-solid.hgi-standard.hgi-circle-lock-check-02:before {
  content: "\4189";
}
.hgi-solid.hgi-standard.hgi-circle-lock-minus-01:before {
  content: "\418b";
}
.hgi-solid.hgi-standard.hgi-circle-lock-minus-02:before {
  content: "\418d";
}
.hgi-solid.hgi-standard.hgi-circle-lock-remove-01:before {
  content: "\418f";
}
.hgi-solid.hgi-standard.hgi-circle-lock-remove-02:before {
  content: "\4191";
}
.hgi-solid.hgi-standard.hgi-circle-password:before {
  content: "\4193";
}
.hgi-solid.hgi-standard.hgi-circle-unlock-01:before {
  content: "\4196";
}
.hgi-solid.hgi-standard.hgi-circle-unlock-02:before {
  content: "\4198";
}
.hgi-solid.hgi-standard.hgi-circle:before {
  content: "\4199";
}
.hgi-solid.hgi-standard.hgi-city-01:before {
  content: "\419b";
}
.hgi-solid.hgi-standard.hgi-city-02:before {
  content: "\419d";
}
.hgi-solid.hgi-standard.hgi-city-03:before {
  content: "\419f";
}
.hgi-solid.hgi-standard.hgi-clapping-01:before {
  content: "\41a1";
}
.hgi-solid.hgi-standard.hgi-clapping-02:before {
  content: "\41a3";
}
.hgi-solid.hgi-standard.hgi-clean:before {
  content: "\41a5";
}
.hgi-solid.hgi-standard.hgi-cleaning-bucket:before {
  content: "\41a7";
}
.hgi-solid.hgi-standard.hgi-clinic:before {
  content: "\41a9";
}
.hgi-solid.hgi-standard.hgi-clip:before {
  content: "\41ab";
}
.hgi-solid.hgi-standard.hgi-cliparts:before {
  content: "\41ad";
}
.hgi-solid.hgi-standard.hgi-clipboard:before {
  content: "\41af";
}
.hgi-solid.hgi-standard.hgi-clock-01:before {
  content: "\41b1";
}
.hgi-solid.hgi-standard.hgi-clock-02:before {
  content: "\41b3";
}
.hgi-solid.hgi-standard.hgi-clock-03:before {
  content: "\41b5";
}
.hgi-solid.hgi-standard.hgi-clock-04:before {
  content: "\41b7";
}
.hgi-solid.hgi-standard.hgi-clock-05:before {
  content: "\41b9";
}
.hgi-solid.hgi-standard.hgi-closed-caption-alt:before {
  content: "\41bb";
}
.hgi-solid.hgi-standard.hgi-closed-caption:before {
  content: "\41bd";
}
.hgi-solid.hgi-standard.hgi-clothes:before {
  content: "\41bf";
}
.hgi-solid.hgi-standard.hgi-cloud-angled-rain-zap:before {
  content: "\41c2";
}
.hgi-solid.hgi-standard.hgi-cloud-angled-rain:before {
  content: "\41c3";
}
.hgi-solid.hgi-standard.hgi-cloud-angled-zap:before {
  content: "\41c5";
}
.hgi-solid.hgi-standard.hgi-cloud-big-rain:before {
  content: "\41c7";
}
.hgi-solid.hgi-standard.hgi-cloud-download:before {
  content: "\41c9";
}
.hgi-solid.hgi-standard.hgi-cloud-fast-wind:before {
  content: "\41cb";
}
.hgi-solid.hgi-standard.hgi-cloud-hailstone:before {
  content: "\41cd";
}
.hgi-solid.hgi-standard.hgi-cloud-little-rain:before {
  content: "\41cf";
}
.hgi-solid.hgi-standard.hgi-cloud-little-snow:before {
  content: "\41d1";
}
.hgi-solid.hgi-standard.hgi-cloud-loading:before {
  content: "\41d3";
}
.hgi-solid.hgi-standard.hgi-cloud-mid-rain:before {
  content: "\41d5";
}
.hgi-solid.hgi-standard.hgi-cloud-mid-snow:before {
  content: "\41d7";
}
.hgi-solid.hgi-standard.hgi-cloud-saving-done-01:before {
  content: "\41d9";
}
.hgi-solid.hgi-standard.hgi-cloud-saving-done-02:before {
  content: "\41db";
}
.hgi-solid.hgi-standard.hgi-cloud-server:before {
  content: "\41de";
}
.hgi-solid.hgi-standard.hgi-cloud-slow-wind:before {
  content: "\41e0";
}
.hgi-solid.hgi-standard.hgi-cloud-snow:before {
  content: "\41e2";
}
.hgi-solid.hgi-standard.hgi-cloud-upload:before {
  content: "\41e4";
}
.hgi-solid.hgi-standard.hgi-cloud:before {
  content: "\41e5";
}
.hgi-solid.hgi-standard.hgi-clubs-01:before {
  content: "\41e7";
}
.hgi-solid.hgi-standard.hgi-clubs-02:before {
  content: "\41e9";
}
.hgi-solid.hgi-standard.hgi-co-present:before {
  content: "\41eb";
}
.hgi-solid.hgi-standard.hgi-code-circle:before {
  content: "\41ed";
}
.hgi-solid.hgi-standard.hgi-code-folder:before {
  content: "\41ef";
}
.hgi-solid.hgi-standard.hgi-code-square:before {
  content: "\41f2";
}
.hgi-solid.hgi-standard.hgi-code:before {
  content: "\41f3";
}
.hgi-solid.hgi-standard.hgi-codesandbox:before {
  content: "\41f5";
}
.hgi-solid.hgi-standard.hgi-coffee-01:before {
  content: "\41f7";
}
.hgi-solid.hgi-standard.hgi-coffee-02:before {
  content: "\41f9";
}
.hgi-solid.hgi-standard.hgi-coffee-beans:before {
  content: "\41fb";
}
.hgi-solid.hgi-standard.hgi-coinbase:before {
  content: "\41fd";
}
.hgi-solid.hgi-standard.hgi-coins-01:before {
  content: "\41ff";
}
.hgi-solid.hgi-standard.hgi-coins-02:before {
  content: "\4201";
}
.hgi-solid.hgi-standard.hgi-coins-bitcoin:before {
  content: "\4203";
}
.hgi-solid.hgi-standard.hgi-coins-dollar:before {
  content: "\4205";
}
.hgi-solid.hgi-standard.hgi-coins-euro:before {
  content: "\4207";
}
.hgi-solid.hgi-standard.hgi-coins-pound:before {
  content: "\4209";
}
.hgi-solid.hgi-standard.hgi-coins-swap:before {
  content: "\420b";
}
.hgi-solid.hgi-standard.hgi-coins-yen:before {
  content: "\420d";
}
.hgi-solid.hgi-standard.hgi-collections-bookmark:before {
  content: "\420f";
}
.hgi-solid.hgi-standard.hgi-color-picker:before {
  content: "\4211";
}
.hgi-solid.hgi-standard.hgi-colors:before {
  content: "\4213";
}
.hgi-solid.hgi-standard.hgi-colosseum:before {
  content: "\4215";
}
.hgi-solid.hgi-standard.hgi-column-delete:before {
  content: "\4217";
}
.hgi-solid.hgi-standard.hgi-column-insert:before {
  content: "\4219";
}
.hgi-solid.hgi-standard.hgi-comet-01:before {
  content: "\421b";
}
.hgi-solid.hgi-standard.hgi-comet-02:before {
  content: "\421d";
}
.hgi-solid.hgi-standard.hgi-coming-soon-01:before {
  content: "\421f";
}
.hgi-solid.hgi-standard.hgi-coming-soon-02:before {
  content: "\4221";
}
.hgi-solid.hgi-standard.hgi-command-line:before {
  content: "\4223";
}
.hgi-solid.hgi-standard.hgi-command:before {
  content: "\4225";
}
.hgi-solid.hgi-standard.hgi-comment-01:before {
  content: "\4227";
}
.hgi-solid.hgi-standard.hgi-comment-02:before {
  content: "\4229";
}
.hgi-solid.hgi-standard.hgi-comment-add-01:before {
  content: "\422b";
}
.hgi-solid.hgi-standard.hgi-comment-add-02:before {
  content: "\422d";
}
.hgi-solid.hgi-standard.hgi-comment-block-01:before {
  content: "\422f";
}
.hgi-solid.hgi-standard.hgi-comment-block-02:before {
  content: "\4231";
}
.hgi-solid.hgi-standard.hgi-comment-remove-01:before {
  content: "\4233";
}
.hgi-solid.hgi-standard.hgi-comment-remove-02:before {
  content: "\4235";
}
.hgi-solid.hgi-standard.hgi-compass-01:before {
  content: "\4237";
}
.hgi-solid.hgi-standard.hgi-compass:before {
  content: "\4239";
}
.hgi-solid.hgi-standard.hgi-complaint:before {
  content: "\423b";
}
.hgi-solid.hgi-standard.hgi-computer-add:before {
  content: "\423d";
}
.hgi-solid.hgi-standard.hgi-computer-check:before {
  content: "\423f";
}
.hgi-solid.hgi-standard.hgi-computer-cloud:before {
  content: "\4241";
}
.hgi-solid.hgi-standard.hgi-computer-desk-01:before {
  content: "\4243";
}
.hgi-solid.hgi-standard.hgi-computer-desk-02:before {
  content: "\4245";
}
.hgi-solid.hgi-standard.hgi-computer-desk-03:before {
  content: "\4247";
}
.hgi-solid.hgi-standard.hgi-computer-dollar:before {
  content: "\4249";
}
.hgi-solid.hgi-standard.hgi-computer-phone-sync:before {
  content: "\424b";
}
.hgi-solid.hgi-standard.hgi-computer-programming-01:before {
  content: "\424d";
}
.hgi-solid.hgi-standard.hgi-computer-programming-02:before {
  content: "\424f";
}
.hgi-solid.hgi-standard.hgi-computer-protection:before {
  content: "\4251";
}
.hgi-solid.hgi-standard.hgi-computer-remove:before {
  content: "\4253";
}
.hgi-solid.hgi-standard.hgi-computer-settings:before {
  content: "\4256";
}
.hgi-solid.hgi-standard.hgi-computer-video-call:before {
  content: "\4258";
}
.hgi-solid.hgi-standard.hgi-computer-video:before {
  content: "\425a";
}
.hgi-solid.hgi-standard.hgi-computer:before {
  content: "\425b";
}
.hgi-solid.hgi-standard.hgi-cone-01:before {
  content: "\425d";
}
.hgi-solid.hgi-standard.hgi-cone-02:before {
  content: "\425f";
}
.hgi-solid.hgi-standard.hgi-conference:before {
  content: "\4261";
}
.hgi-solid.hgi-standard.hgi-configuration-01:before {
  content: "\4263";
}
.hgi-solid.hgi-standard.hgi-configuration-02:before {
  content: "\4265";
}
.hgi-solid.hgi-standard.hgi-confused:before {
  content: "\4267";
}
.hgi-solid.hgi-standard.hgi-congruent-to-circle:before {
  content: "\4269";
}
.hgi-solid.hgi-standard.hgi-congruent-to-square:before {
  content: "\426c";
}
.hgi-solid.hgi-standard.hgi-congruent-to:before {
  content: "\426d";
}
.hgi-solid.hgi-standard.hgi-connect:before {
  content: "\426f";
}
.hgi-solid.hgi-standard.hgi-console:before {
  content: "\4271";
}
.hgi-solid.hgi-standard.hgi-constellation:before {
  content: "\4273";
}
.hgi-solid.hgi-standard.hgi-contact-01:before {
  content: "\4275";
}
.hgi-solid.hgi-standard.hgi-contact-02:before {
  content: "\4277";
}
.hgi-solid.hgi-standard.hgi-contact-book:before {
  content: "\4279";
}
.hgi-solid.hgi-standard.hgi-contact:before {
  content: "\427b";
}
.hgi-solid.hgi-standard.hgi-container-truck-01:before {
  content: "\427d";
}
.hgi-solid.hgi-standard.hgi-container-truck-02:before {
  content: "\427f";
}
.hgi-solid.hgi-standard.hgi-container-truck:before {
  content: "\4281";
}
.hgi-solid.hgi-standard.hgi-content-writing:before {
  content: "\4283";
}
.hgi-solid.hgi-standard.hgi-contracts:before {
  content: "\4285";
}
.hgi-solid.hgi-standard.hgi-conversation:before {
  content: "\4287";
}
.hgi-solid.hgi-standard.hgi-cook-book:before {
  content: "\4289";
}
.hgi-solid.hgi-standard.hgi-cookie:before {
  content: "\428b";
}
.hgi-solid.hgi-standard.hgi-coordinate-01:before {
  content: "\428d";
}
.hgi-solid.hgi-standard.hgi-coordinate-02:before {
  content: "\428f";
}
.hgi-solid.hgi-standard.hgi-copilot:before {
  content: "\4291";
}
.hgi-solid.hgi-standard.hgi-copy-01:before {
  content: "\4293";
}
.hgi-solid.hgi-standard.hgi-copy-02:before {
  content: "\4295";
}
.hgi-solid.hgi-standard.hgi-copy-link:before {
  content: "\4297";
}
.hgi-solid.hgi-standard.hgi-copyright:before {
  content: "\4299";
}
.hgi-solid.hgi-standard.hgi-corn:before {
  content: "\429b";
}
.hgi-solid.hgi-standard.hgi-corporate:before {
  content: "\429d";
}
.hgi-solid.hgi-standard.hgi-cos:before {
  content: "\429f";
}
.hgi-solid.hgi-standard.hgi-cosine-01:before {
  content: "\42a1";
}
.hgi-solid.hgi-standard.hgi-cosine-02:before {
  content: "\42a3";
}
.hgi-solid.hgi-standard.hgi-cottage:before {
  content: "\42a5";
}
.hgi-solid.hgi-standard.hgi-cotton-candy:before {
  content: "\42a7";
}
.hgi-solid.hgi-standard.hgi-coupon-01:before {
  content: "\42a9";
}
.hgi-solid.hgi-standard.hgi-coupon-02:before {
  content: "\42ab";
}
.hgi-solid.hgi-standard.hgi-coupon-03:before {
  content: "\42ad";
}
.hgi-solid.hgi-standard.hgi-coupon-percent:before {
  content: "\42af";
}
.hgi-solid.hgi-standard.hgi-course:before {
  content: "\42b1";
}
.hgi-solid.hgi-standard.hgi-court-house:before {
  content: "\42b3";
}
.hgi-solid.hgi-standard.hgi-court-law:before {
  content: "\42b5";
}
.hgi-solid.hgi-standard.hgi-covariate:before {
  content: "\42b7";
}
.hgi-solid.hgi-standard.hgi-covid-info:before {
  content: "\42b9";
}
.hgi-solid.hgi-standard.hgi-cowboy-hat:before {
  content: "\42bb";
}
.hgi-solid.hgi-standard.hgi-cpp:before {
  content: "\42bd";
}
.hgi-solid.hgi-standard.hgi-cpu-charge:before {
  content: "\42bf";
}
.hgi-solid.hgi-standard.hgi-cpu-settings:before {
  content: "\42c2";
}
.hgi-solid.hgi-standard.hgi-cpu:before {
  content: "\42c3";
}
.hgi-solid.hgi-standard.hgi-crab:before {
  content: "\42c5";
}
.hgi-solid.hgi-standard.hgi-crane:before {
  content: "\42c7";
}
.hgi-solid.hgi-standard.hgi-crazy:before {
  content: "\42c9";
}
.hgi-solid.hgi-standard.hgi-creative-market:before {
  content: "\42cb";
}
.hgi-solid.hgi-standard.hgi-credit-card-accept:before {
  content: "\42cd";
}
.hgi-solid.hgi-standard.hgi-credit-card-add:before {
  content: "\42cf";
}
.hgi-solid.hgi-standard.hgi-credit-card-change:before {
  content: "\42d1";
}
.hgi-solid.hgi-standard.hgi-credit-card-defrost:before {
  content: "\42d3";
}
.hgi-solid.hgi-standard.hgi-credit-card-freeze:before {
  content: "\42d5";
}
.hgi-solid.hgi-standard.hgi-credit-card-not-accept:before {
  content: "\42d7";
}
.hgi-solid.hgi-standard.hgi-credit-card-not-found:before {
  content: "\42d9";
}
.hgi-solid.hgi-standard.hgi-credit-card-pos:before {
  content: "\42db";
}
.hgi-solid.hgi-standard.hgi-credit-card-validation:before {
  content: "\42de";
}
.hgi-solid.hgi-standard.hgi-credit-card:before {
  content: "\42df";
}
.hgi-solid.hgi-standard.hgi-cricket-bat:before {
  content: "\42e1";
}
.hgi-solid.hgi-standard.hgi-cricket-helmet:before {
  content: "\42e3";
}
.hgi-solid.hgi-standard.hgi-croissant:before {
  content: "\42e5";
}
.hgi-solid.hgi-standard.hgi-crop:before {
  content: "\42e7";
}
.hgi-solid.hgi-standard.hgi-crowdfunding:before {
  content: "\42e9";
}
.hgi-solid.hgi-standard.hgi-crown:before {
  content: "\42eb";
}
.hgi-solid.hgi-standard.hgi-crying:before {
  content: "\42ed";
}
.hgi-solid.hgi-standard.hgi-csv-01:before {
  content: "\42ef";
}
.hgi-solid.hgi-standard.hgi-csv-02:before {
  content: "\42f1";
}
.hgi-solid.hgi-standard.hgi-cube:before {
  content: "\42f3";
}
.hgi-solid.hgi-standard.hgi-cupcake-01:before {
  content: "\42f5";
}
.hgi-solid.hgi-standard.hgi-cupcake-02:before {
  content: "\42f7";
}
.hgi-solid.hgi-standard.hgi-cupcake-03:before {
  content: "\42f9";
}
.hgi-solid.hgi-standard.hgi-curling:before {
  content: "\42fb";
}
.hgi-solid.hgi-standard.hgi-cursor-01:before {
  content: "\42fd";
}
.hgi-solid.hgi-standard.hgi-cursor-02:before {
  content: "\42ff";
}
.hgi-solid.hgi-standard.hgi-cursor-add-selection-01:before {
  content: "\4301";
}
.hgi-solid.hgi-standard.hgi-cursor-add-selection-02:before {
  content: "\4303";
}
.hgi-solid.hgi-standard.hgi-cursor-circle-selection-01:before {
  content: "\4305";
}
.hgi-solid.hgi-standard.hgi-cursor-circle-selection-02:before {
  content: "\4307";
}
.hgi-solid.hgi-standard.hgi-cursor-disabled-01:before {
  content: "\4309";
}
.hgi-solid.hgi-standard.hgi-cursor-disabled-02:before {
  content: "\430b";
}
.hgi-solid.hgi-standard.hgi-cursor-edit-01:before {
  content: "\430d";
}
.hgi-solid.hgi-standard.hgi-cursor-edit-02:before {
  content: "\430f";
}
.hgi-solid.hgi-standard.hgi-cursor-hold-01:before {
  content: "\4311";
}
.hgi-solid.hgi-standard.hgi-cursor-hold-02:before {
  content: "\4313";
}
.hgi-solid.hgi-standard.hgi-cursor-in-window:before {
  content: "\4315";
}
.hgi-solid.hgi-standard.hgi-cursor-info-01:before {
  content: "\4317";
}
.hgi-solid.hgi-standard.hgi-cursor-info-02:before {
  content: "\4319";
}
.hgi-solid.hgi-standard.hgi-cursor-loading-01:before {
  content: "\431b";
}
.hgi-solid.hgi-standard.hgi-cursor-loading-02:before {
  content: "\431d";
}
.hgi-solid.hgi-standard.hgi-cursor-magic-selection-01:before {
  content: "\431f";
}
.hgi-solid.hgi-standard.hgi-cursor-magic-selection-02:before {
  content: "\4321";
}
.hgi-solid.hgi-standard.hgi-cursor-move-01:before {
  content: "\4323";
}
.hgi-solid.hgi-standard.hgi-cursor-move-02:before {
  content: "\4325";
}
.hgi-solid.hgi-standard.hgi-cursor-pointer-01:before {
  content: "\4327";
}
.hgi-solid.hgi-standard.hgi-cursor-pointer-02:before {
  content: "\4329";
}
.hgi-solid.hgi-standard.hgi-cursor-progress-01:before {
  content: "\432b";
}
.hgi-solid.hgi-standard.hgi-cursor-progress-02:before {
  content: "\432d";
}
.hgi-solid.hgi-standard.hgi-cursor-progress-03:before {
  content: "\432f";
}
.hgi-solid.hgi-standard.hgi-cursor-progress-04:before {
  content: "\4331";
}
.hgi-solid.hgi-standard.hgi-cursor-rectangle-selection-01:before {
  content: "\4333";
}
.hgi-solid.hgi-standard.hgi-cursor-rectangle-selection-02:before {
  content: "\4335";
}
.hgi-solid.hgi-standard.hgi-cursor-remove-selection-01:before {
  content: "\4337";
}
.hgi-solid.hgi-standard.hgi-cursor-remove-selection-02:before {
  content: "\4339";
}
.hgi-solid.hgi-standard.hgi-cursor-text:before {
  content: "\433b";
}
.hgi-solid.hgi-standard.hgi-curtains:before {
  content: "\433d";
}
.hgi-solid.hgi-standard.hgi-curvy-left-direction:before {
  content: "\433f";
}
.hgi-solid.hgi-standard.hgi-curvy-left-right-direction:before {
  content: "\4341";
}
.hgi-solid.hgi-standard.hgi-curvy-right-direction:before {
  content: "\4343";
}
.hgi-solid.hgi-standard.hgi-curvy-up-down-direction:before {
  content: "\4345";
}
.hgi-solid.hgi-standard.hgi-custom-field:before {
  content: "\4347";
}
.hgi-solid.hgi-standard.hgi-customer-service-01:before {
  content: "\4349";
}
.hgi-solid.hgi-standard.hgi-customer-service-02:before {
  content: "\434b";
}
.hgi-solid.hgi-standard.hgi-customer-service:before {
  content: "\434d";
}
.hgi-solid.hgi-standard.hgi-customer-support:before {
  content: "\434f";
}
.hgi-solid.hgi-standard.hgi-customize:before {
  content: "\4351";
}
.hgi-solid.hgi-standard.hgi-cylinder-01:before {
  content: "\4353";
}
.hgi-solid.hgi-standard.hgi-cylinder-02:before {
  content: "\4355";
}
.hgi-solid.hgi-standard.hgi-cylinder-03:before {
  content: "\4357";
}
.hgi-solid.hgi-standard.hgi-cylinder-04:before {
  content: "\4359";
}
.hgi-solid.hgi-standard.hgi-danger:before {
  content: "\435b";
}
.hgi-solid.hgi-standard.hgi-dark-mode:before {
  content: "\435d";
}
.hgi-solid.hgi-standard.hgi-dart:before {
  content: "\435f";
}
.hgi-solid.hgi-standard.hgi-dashboard-browsing:before {
  content: "\4361";
}
.hgi-solid.hgi-standard.hgi-dashboard-circle-add:before {
  content: "\4363";
}
.hgi-solid.hgi-standard.hgi-dashboard-circle-edit:before {
  content: "\4365";
}
.hgi-solid.hgi-standard.hgi-dashboard-circle-remove:before {
  content: "\4367";
}
.hgi-solid.hgi-standard.hgi-dashboard-circle-settings:before {
  content: "\436a";
}
.hgi-solid.hgi-standard.hgi-dashboard-circle:before {
  content: "\436b";
}
.hgi-solid.hgi-standard.hgi-dashboard-speed-01:before {
  content: "\436d";
}
.hgi-solid.hgi-standard.hgi-dashboard-speed-02:before {
  content: "\436f";
}
.hgi-solid.hgi-standard.hgi-dashboard-square-01:before {
  content: "\4371";
}
.hgi-solid.hgi-standard.hgi-dashboard-square-02:before {
  content: "\4373";
}
.hgi-solid.hgi-standard.hgi-dashboard-square-03:before {
  content: "\4375";
}
.hgi-solid.hgi-standard.hgi-dashboard-square-add:before {
  content: "\4377";
}
.hgi-solid.hgi-standard.hgi-dashboard-square-edit:before {
  content: "\4379";
}
.hgi-solid.hgi-standard.hgi-dashboard-square-remove:before {
  content: "\437b";
}
.hgi-solid.hgi-standard.hgi-dashboard-square-setting:before {
  content: "\437d";
}
.hgi-solid.hgi-standard.hgi-dashed-line-01:before {
  content: "\437f";
}
.hgi-solid.hgi-standard.hgi-dashed-line-02:before {
  content: "\4381";
}
.hgi-solid.hgi-standard.hgi-dashed-line-circle:before {
  content: "\4383";
}
.hgi-solid.hgi-standard.hgi-data-recovery:before {
  content: "\4385";
}
.hgi-solid.hgi-standard.hgi-database-01:before {
  content: "\4387";
}
.hgi-solid.hgi-standard.hgi-database-02:before {
  content: "\4389";
}
.hgi-solid.hgi-standard.hgi-database-add:before {
  content: "\438b";
}
.hgi-solid.hgi-standard.hgi-database-export:before {
  content: "\438d";
}
.hgi-solid.hgi-standard.hgi-database-import:before {
  content: "\438f";
}
.hgi-solid.hgi-standard.hgi-database-locked:before {
  content: "\4391";
}
.hgi-solid.hgi-standard.hgi-database-restore:before {
  content: "\4393";
}
.hgi-solid.hgi-standard.hgi-database-setting:before {
  content: "\4396";
}
.hgi-solid.hgi-standard.hgi-database-sync-01:before {
  content: "\4398";
}
.hgi-solid.hgi-standard.hgi-database-sync:before {
  content: "\439a";
}
.hgi-solid.hgi-standard.hgi-database:before {
  content: "\439b";
}
.hgi-solid.hgi-standard.hgi-date-time:before {
  content: "\439d";
}
.hgi-solid.hgi-standard.hgi-dates:before {
  content: "\439f";
}
.hgi-solid.hgi-standard.hgi-datev:before {
  content: "\43a1";
}
.hgi-solid.hgi-standard.hgi-dead:before {
  content: "\43a3";
}
.hgi-solid.hgi-standard.hgi-delete-01:before {
  content: "\43a5";
}
.hgi-solid.hgi-standard.hgi-delete-02:before {
  content: "\43a7";
}
.hgi-solid.hgi-standard.hgi-delete-03:before {
  content: "\43a9";
}
.hgi-solid.hgi-standard.hgi-delete-04:before {
  content: "\43ab";
}
.hgi-solid.hgi-standard.hgi-delete-column:before {
  content: "\43ad";
}
.hgi-solid.hgi-standard.hgi-delete-put-back:before {
  content: "\43af";
}
.hgi-solid.hgi-standard.hgi-delete-row:before {
  content: "\43b1";
}
.hgi-solid.hgi-standard.hgi-delete-throw:before {
  content: "\43b3";
}
.hgi-solid.hgi-standard.hgi-delivered-sent:before {
  content: "\43b5";
}
.hgi-solid.hgi-standard.hgi-delivery-box-01:before {
  content: "\43b7";
}
.hgi-solid.hgi-standard.hgi-delivery-box-02:before {
  content: "\43b9";
}
.hgi-solid.hgi-standard.hgi-delivery-delay-01:before {
  content: "\43bb";
}
.hgi-solid.hgi-standard.hgi-delivery-delay-02:before {
  content: "\43bd";
}
.hgi-solid.hgi-standard.hgi-delivery-return-01:before {
  content: "\43bf";
}
.hgi-solid.hgi-standard.hgi-delivery-return-02:before {
  content: "\43c1";
}
.hgi-solid.hgi-standard.hgi-delivery-secure-01:before {
  content: "\43c3";
}
.hgi-solid.hgi-standard.hgi-delivery-secure-02:before {
  content: "\43c5";
}
.hgi-solid.hgi-standard.hgi-delivery-sent-01:before {
  content: "\43c7";
}
.hgi-solid.hgi-standard.hgi-delivery-sent-02:before {
  content: "\43c9";
}
.hgi-solid.hgi-standard.hgi-delivery-tracking-01:before {
  content: "\43cb";
}
.hgi-solid.hgi-standard.hgi-delivery-tracking-02:before {
  content: "\43cd";
}
.hgi-solid.hgi-standard.hgi-delivery-truck-01:before {
  content: "\43cf";
}
.hgi-solid.hgi-standard.hgi-delivery-truck-02:before {
  content: "\43d1";
}
.hgi-solid.hgi-standard.hgi-delivery-view-01:before {
  content: "\43d3";
}
.hgi-solid.hgi-standard.hgi-delivery-view-02:before {
  content: "\43d5";
}
.hgi-solid.hgi-standard.hgi-dental-braces:before {
  content: "\43d7";
}
.hgi-solid.hgi-standard.hgi-dental-broken-tooth:before {
  content: "\43d9";
}
.hgi-solid.hgi-standard.hgi-dental-care:before {
  content: "\43db";
}
.hgi-solid.hgi-standard.hgi-dental-tooth:before {
  content: "\43dd";
}
.hgi-solid.hgi-standard.hgi-departement:before {
  content: "\43df";
}
.hgi-solid.hgi-standard.hgi-desert:before {
  content: "\43e1";
}
.hgi-solid.hgi-standard.hgi-desk-01:before {
  content: "\43e3";
}
.hgi-solid.hgi-standard.hgi-desk-02:before {
  content: "\43e5";
}
.hgi-solid.hgi-standard.hgi-desk:before {
  content: "\43e7";
}
.hgi-solid.hgi-standard.hgi-developer:before {
  content: "\43e9";
}
.hgi-solid.hgi-standard.hgi-deviantart:before {
  content: "\43eb";
}
.hgi-solid.hgi-standard.hgi-device-access:before {
  content: "\43ed";
}
.hgi-solid.hgi-standard.hgi-diagonal-scroll-point-01:before {
  content: "\43ef";
}
.hgi-solid.hgi-standard.hgi-diagonal-scroll-point-02:before {
  content: "\43f1";
}
.hgi-solid.hgi-standard.hgi-dialpad-circle-01:before {
  content: "\43f3";
}
.hgi-solid.hgi-standard.hgi-dialpad-circle-02:before {
  content: "\43f5";
}
.hgi-solid.hgi-standard.hgi-dialpad-square-01:before {
  content: "\43f7";
}
.hgi-solid.hgi-standard.hgi-dialpad-square-02:before {
  content: "\43f9";
}
.hgi-solid.hgi-standard.hgi-diameter:before {
  content: "\43fb";
}
.hgi-solid.hgi-standard.hgi-diamond-01:before {
  content: "\43fd";
}
.hgi-solid.hgi-standard.hgi-diamond-02:before {
  content: "\43ff";
}
.hgi-solid.hgi-standard.hgi-diamond:before {
  content: "\4401";
}
.hgi-solid.hgi-standard.hgi-diaper:before {
  content: "\4403";
}
.hgi-solid.hgi-standard.hgi-dice-faces-01:before {
  content: "\4405";
}
.hgi-solid.hgi-standard.hgi-dice-faces-02:before {
  content: "\4407";
}
.hgi-solid.hgi-standard.hgi-dice-faces-03:before {
  content: "\4409";
}
.hgi-solid.hgi-standard.hgi-dice-faces-04:before {
  content: "\440b";
}
.hgi-solid.hgi-standard.hgi-dice-faces-05:before {
  content: "\440d";
}
.hgi-solid.hgi-standard.hgi-dice-faces-06:before {
  content: "\440f";
}
.hgi-solid.hgi-standard.hgi-dice:before {
  content: "\4411";
}
.hgi-solid.hgi-standard.hgi-digestion:before {
  content: "\4413";
}
.hgi-solid.hgi-standard.hgi-digg:before {
  content: "\4415";
}
.hgi-solid.hgi-standard.hgi-digital-clock:before {
  content: "\4417";
}
.hgi-solid.hgi-standard.hgi-dim-sum-01:before {
  content: "\4419";
}
.hgi-solid.hgi-standard.hgi-dim-sum-02:before {
  content: "\441b";
}
.hgi-solid.hgi-standard.hgi-dining-table:before {
  content: "\441d";
}
.hgi-solid.hgi-standard.hgi-diploma:before {
  content: "\441f";
}
.hgi-solid.hgi-standard.hgi-direction-left-01:before {
  content: "\4421";
}
.hgi-solid.hgi-standard.hgi-direction-left-02:before {
  content: "\4423";
}
.hgi-solid.hgi-standard.hgi-direction-right-01:before {
  content: "\4425";
}
.hgi-solid.hgi-standard.hgi-direction-right-02:before {
  content: "\4427";
}
.hgi-solid.hgi-standard.hgi-directions-01:before {
  content: "\4429";
}
.hgi-solid.hgi-standard.hgi-directions-02:before {
  content: "\442b";
}
.hgi-solid.hgi-standard.hgi-dirham:before {
  content: "\442d";
}
.hgi-solid.hgi-standard.hgi-disability-01:before {
  content: "\442f";
}
.hgi-solid.hgi-standard.hgi-disability-02:before {
  content: "\4431";
}
.hgi-solid.hgi-standard.hgi-discord:before {
  content: "\4433";
}
.hgi-solid.hgi-standard.hgi-discount-01:before {
  content: "\4435";
}
.hgi-solid.hgi-standard.hgi-discount-tag-01:before {
  content: "\4438";
}
.hgi-solid.hgi-standard.hgi-discount-tag-02:before {
  content: "\443a";
}
.hgi-solid.hgi-standard.hgi-discount:before {
  content: "\443b";
}
.hgi-solid.hgi-standard.hgi-discover-circle:before {
  content: "\443d";
}
.hgi-solid.hgi-standard.hgi-discover-square:before {
  content: "\443f";
}
.hgi-solid.hgi-standard.hgi-dish-01:before {
  content: "\4441";
}
.hgi-solid.hgi-standard.hgi-dish-02:before {
  content: "\4443";
}
.hgi-solid.hgi-standard.hgi-dish-washer:before {
  content: "\4445";
}
.hgi-solid.hgi-standard.hgi-displeased:before {
  content: "\4447";
}
.hgi-solid.hgi-standard.hgi-distribute-horizontal-center:before {
  content: "\4449";
}
.hgi-solid.hgi-standard.hgi-distribute-horizontal-left:before {
  content: "\444b";
}
.hgi-solid.hgi-standard.hgi-distribute-horizontal-right:before {
  content: "\444d";
}
.hgi-solid.hgi-standard.hgi-distribute-vertical-bottom:before {
  content: "\444f";
}
.hgi-solid.hgi-standard.hgi-distribute-vertical-center:before {
  content: "\4451";
}
.hgi-solid.hgi-standard.hgi-distribute-vertical-top:before {
  content: "\4453";
}
.hgi-solid.hgi-standard.hgi-distribution:before {
  content: "\4455";
}
.hgi-solid.hgi-standard.hgi-divide-sign-circle:before {
  content: "\4457";
}
.hgi-solid.hgi-standard.hgi-divide-sign-square:before {
  content: "\445a";
}
.hgi-solid.hgi-standard.hgi-divide-sign:before {
  content: "\445b";
}
.hgi-solid.hgi-standard.hgi-dna-01:before {
  content: "\445d";
}
.hgi-solid.hgi-standard.hgi-dna:before {
  content: "\445f";
}
.hgi-solid.hgi-standard.hgi-do-not-touch-01:before {
  content: "\4461";
}
.hgi-solid.hgi-standard.hgi-do-not-touch-02:before {
  content: "\4463";
}
.hgi-solid.hgi-standard.hgi-doc-01:before {
  content: "\4465";
}
.hgi-solid.hgi-standard.hgi-doc-02:before {
  content: "\4467";
}
.hgi-solid.hgi-standard.hgi-doctor-01:before {
  content: "\4469";
}
.hgi-solid.hgi-standard.hgi-doctor-02:before {
  content: "\446b";
}
.hgi-solid.hgi-standard.hgi-doctor-03:before {
  content: "\446d";
}
.hgi-solid.hgi-standard.hgi-document-attachment:before {
  content: "\446f";
}
.hgi-solid.hgi-standard.hgi-document-code:before {
  content: "\4471";
}
.hgi-solid.hgi-standard.hgi-document-validation:before {
  content: "\4473";
}
.hgi-solid.hgi-standard.hgi-dollar-01:before {
  content: "\4475";
}
.hgi-solid.hgi-standard.hgi-dollar-02:before {
  content: "\4477";
}
.hgi-solid.hgi-standard.hgi-dollar-circle:before {
  content: "\4479";
}
.hgi-solid.hgi-standard.hgi-dollar-receive-01:before {
  content: "\447b";
}
.hgi-solid.hgi-standard.hgi-dollar-receive-02:before {
  content: "\447d";
}
.hgi-solid.hgi-standard.hgi-dollar-send-01:before {
  content: "\447f";
}
.hgi-solid.hgi-standard.hgi-dollar-send-02:before {
  content: "\4481";
}
.hgi-solid.hgi-standard.hgi-dollar-square:before {
  content: "\4483";
}
.hgi-solid.hgi-standard.hgi-dome:before {
  content: "\4485";
}
.hgi-solid.hgi-standard.hgi-domino:before {
  content: "\4487";
}
.hgi-solid.hgi-standard.hgi-door-01:before {
  content: "\4489";
}
.hgi-solid.hgi-standard.hgi-door-02:before {
  content: "\448b";
}
.hgi-solid.hgi-standard.hgi-door-lock:before {
  content: "\448d";
}
.hgi-solid.hgi-standard.hgi-door:before {
  content: "\448f";
}
.hgi-solid.hgi-standard.hgi-doughnut:before {
  content: "\4491";
}
.hgi-solid.hgi-standard.hgi-download-01:before {
  content: "\4493";
}
.hgi-solid.hgi-standard.hgi-download-02:before {
  content: "\4495";
}
.hgi-solid.hgi-standard.hgi-download-03:before {
  content: "\4497";
}
.hgi-solid.hgi-standard.hgi-download-04:before {
  content: "\4499";
}
.hgi-solid.hgi-standard.hgi-download-05:before {
  content: "\449b";
}
.hgi-solid.hgi-standard.hgi-download-circle-01:before {
  content: "\449d";
}
.hgi-solid.hgi-standard.hgi-download-circle-02:before {
  content: "\449f";
}
.hgi-solid.hgi-standard.hgi-download-square-01:before {
  content: "\44a1";
}
.hgi-solid.hgi-standard.hgi-download-square-02:before {
  content: "\44a3";
}
.hgi-solid.hgi-standard.hgi-drag-01:before {
  content: "\44a5";
}
.hgi-solid.hgi-standard.hgi-drag-02:before {
  content: "\44a7";
}
.hgi-solid.hgi-standard.hgi-drag-03:before {
  content: "\44a9";
}
.hgi-solid.hgi-standard.hgi-drag-04:before {
  content: "\44ab";
}
.hgi-solid.hgi-standard.hgi-drag-drop-horizontal:before {
  content: "\44ad";
}
.hgi-solid.hgi-standard.hgi-drag-drop-vertical:before {
  content: "\44b0";
}
.hgi-solid.hgi-standard.hgi-drag-drop:before {
  content: "\44b1";
}
.hgi-solid.hgi-standard.hgi-drag-left-01:before {
  content: "\44b3";
}
.hgi-solid.hgi-standard.hgi-drag-left-02:before {
  content: "\44b5";
}
.hgi-solid.hgi-standard.hgi-drag-left-03:before {
  content: "\44b7";
}
.hgi-solid.hgi-standard.hgi-drag-left-04:before {
  content: "\44b9";
}
.hgi-solid.hgi-standard.hgi-drag-right-01:before {
  content: "\44bb";
}
.hgi-solid.hgi-standard.hgi-drag-right-02:before {
  content: "\44bd";
}
.hgi-solid.hgi-standard.hgi-drag-right-03:before {
  content: "\44bf";
}
.hgi-solid.hgi-standard.hgi-drag-right-04:before {
  content: "\44c1";
}
.hgi-solid.hgi-standard.hgi-drawing-compass:before {
  content: "\44c3";
}
.hgi-solid.hgi-standard.hgi-drawing-mode:before {
  content: "\44c5";
}
.hgi-solid.hgi-standard.hgi-dress-01:before {
  content: "\44c7";
}
.hgi-solid.hgi-standard.hgi-dress-02:before {
  content: "\44c9";
}
.hgi-solid.hgi-standard.hgi-dress-03:before {
  content: "\44cb";
}
.hgi-solid.hgi-standard.hgi-dress-04:before {
  content: "\44cd";
}
.hgi-solid.hgi-standard.hgi-dress-05:before {
  content: "\44cf";
}
.hgi-solid.hgi-standard.hgi-dress-06:before {
  content: "\44d1";
}
.hgi-solid.hgi-standard.hgi-dress-07:before {
  content: "\44d3";
}
.hgi-solid.hgi-standard.hgi-dressing-table-01:before {
  content: "\44d5";
}
.hgi-solid.hgi-standard.hgi-dressing-table-02:before {
  content: "\44d7";
}
.hgi-solid.hgi-standard.hgi-dressing-table-03:before {
  content: "\44d9";
}
.hgi-solid.hgi-standard.hgi-dribbble:before {
  content: "\44db";
}
.hgi-solid.hgi-standard.hgi-drink:before {
  content: "\44dd";
}
.hgi-solid.hgi-standard.hgi-drone:before {
  content: "\44df";
}
.hgi-solid.hgi-standard.hgi-drooling:before {
  content: "\44e1";
}
.hgi-solid.hgi-standard.hgi-dropbox:before {
  content: "\44e3";
}
.hgi-solid.hgi-standard.hgi-droplet:before {
  content: "\44e5";
}
.hgi-solid.hgi-standard.hgi-dropper:before {
  content: "\44e7";
}
.hgi-solid.hgi-standard.hgi-ds3-tool:before {
  content: "\44e9";
}
.hgi-solid.hgi-standard.hgi-dua:before {
  content: "\44eb";
}
.hgi-solid.hgi-standard.hgi-dumbbell-01:before {
  content: "\44ed";
}
.hgi-solid.hgi-standard.hgi-dumbbell-02:before {
  content: "\44ef";
}
.hgi-solid.hgi-standard.hgi-dumbbell-03:before {
  content: "\44f1";
}
.hgi-solid.hgi-standard.hgi-ear-rings-01:before {
  content: "\44f3";
}
.hgi-solid.hgi-standard.hgi-ear-rings-02:before {
  content: "\44f5";
}
.hgi-solid.hgi-standard.hgi-ear-rings-03:before {
  content: "\44f7";
}
.hgi-solid.hgi-standard.hgi-ear:before {
  content: "\44f9";
}
.hgi-solid.hgi-standard.hgi-earth:before {
  content: "\44fb";
}
.hgi-solid.hgi-standard.hgi-ease-curve-control-points:before {
  content: "\44fd";
}
.hgi-solid.hgi-standard.hgi-ease-in-control-point:before {
  content: "\44ff";
}
.hgi-solid.hgi-standard.hgi-ease-in-out:before {
  content: "\4501";
}
.hgi-solid.hgi-standard.hgi-ease-in:before {
  content: "\4503";
}
.hgi-solid.hgi-standard.hgi-ease-out-control-point:before {
  content: "\4505";
}
.hgi-solid.hgi-standard.hgi-ease-out:before {
  content: "\4507";
}
.hgi-solid.hgi-standard.hgi-eco-energy:before {
  content: "\4509";
}
.hgi-solid.hgi-standard.hgi-eco-lab-01:before {
  content: "\450b";
}
.hgi-solid.hgi-standard.hgi-eco-lab-02:before {
  content: "\450d";
}
.hgi-solid.hgi-standard.hgi-eco-lab:before {
  content: "\450f";
}
.hgi-solid.hgi-standard.hgi-eco-power:before {
  content: "\4511";
}
.hgi-solid.hgi-standard.hgi-edge-style:before {
  content: "\4513";
}
.hgi-solid.hgi-standard.hgi-edit-01:before {
  content: "\4515";
}
.hgi-solid.hgi-standard.hgi-edit-02:before {
  content: "\4517";
}
.hgi-solid.hgi-standard.hgi-edit-off:before {
  content: "\4519";
}
.hgi-solid.hgi-standard.hgi-edit-road:before {
  content: "\451b";
}
.hgi-solid.hgi-standard.hgi-edit-table:before {
  content: "\451d";
}
.hgi-solid.hgi-standard.hgi-edit-user-02:before {
  content: "\451f";
}
.hgi-solid.hgi-standard.hgi-eggs:before {
  content: "\4521";
}
.hgi-solid.hgi-standard.hgi-eid-mubarak:before {
  content: "\4523";
}
.hgi-solid.hgi-standard.hgi-eiffel-tower:before {
  content: "\4525";
}
.hgi-solid.hgi-standard.hgi-elearning-exchange:before {
  content: "\4527";
}
.hgi-solid.hgi-standard.hgi-electric-home-01:before {
  content: "\4529";
}
.hgi-solid.hgi-standard.hgi-electric-home-02:before {
  content: "\452b";
}
.hgi-solid.hgi-standard.hgi-electric-plugs:before {
  content: "\452d";
}
.hgi-solid.hgi-standard.hgi-electric-tower-01:before {
  content: "\452f";
}
.hgi-solid.hgi-standard.hgi-electric-tower-02:before {
  content: "\4531";
}
.hgi-solid.hgi-standard.hgi-electric-wire:before {
  content: "\4533";
}
.hgi-solid.hgi-standard.hgi-ellipse-selection:before {
  content: "\4535";
}
.hgi-solid.hgi-standard.hgi-encrypt:before {
  content: "\4537";
}
.hgi-solid.hgi-standard.hgi-energy-ellipse:before {
  content: "\4539";
}
.hgi-solid.hgi-standard.hgi-energy-rectangle:before {
  content: "\453b";
}
.hgi-solid.hgi-standard.hgi-energy:before {
  content: "\453d";
}
.hgi-solid.hgi-standard.hgi-entering-geo-fence:before {
  content: "\453f";
}
.hgi-solid.hgi-standard.hgi-entrance-stairs:before {
  content: "\4541";
}
.hgi-solid.hgi-standard.hgi-envato:before {
  content: "\4543";
}
.hgi-solid.hgi-standard.hgi-equal-sign-circle:before {
  content: "\4545";
}
.hgi-solid.hgi-standard.hgi-equal-sign-square:before {
  content: "\4548";
}
.hgi-solid.hgi-standard.hgi-equal-sign:before {
  content: "\4549";
}
.hgi-solid.hgi-standard.hgi-equipment-bench-press:before {
  content: "\454b";
}
.hgi-solid.hgi-standard.hgi-equipment-chest-press:before {
  content: "\454d";
}
.hgi-solid.hgi-standard.hgi-equipment-gym-01:before {
  content: "\454f";
}
.hgi-solid.hgi-standard.hgi-equipment-gym-02:before {
  content: "\4551";
}
.hgi-solid.hgi-standard.hgi-equipment-gym-03:before {
  content: "\4553";
}
.hgi-solid.hgi-standard.hgi-equipment-weightlifting:before {
  content: "\4555";
}
.hgi-solid.hgi-standard.hgi-eraser-01:before {
  content: "\4557";
}
.hgi-solid.hgi-standard.hgi-eraser-add:before {
  content: "\4559";
}
.hgi-solid.hgi-standard.hgi-eraser-auto:before {
  content: "\455b";
}
.hgi-solid.hgi-standard.hgi-eraser:before {
  content: "\455d";
}
.hgi-solid.hgi-standard.hgi-estimate-01:before {
  content: "\455f";
}
.hgi-solid.hgi-standard.hgi-estimate-02:before {
  content: "\4561";
}
.hgi-solid.hgi-standard.hgi-ethereum-ellipse:before {
  content: "\4563";
}
.hgi-solid.hgi-standard.hgi-ethereum-rectangle:before {
  content: "\4565";
}
.hgi-solid.hgi-standard.hgi-ethereum:before {
  content: "\4567";
}
.hgi-solid.hgi-standard.hgi-euro-circle:before {
  content: "\4569";
}
.hgi-solid.hgi-standard.hgi-euro-receive:before {
  content: "\456b";
}
.hgi-solid.hgi-standard.hgi-euro-send:before {
  content: "\456e";
}
.hgi-solid.hgi-standard.hgi-euro-square:before {
  content: "\4570";
}
.hgi-solid.hgi-standard.hgi-euro:before {
  content: "\4571";
}
.hgi-solid.hgi-standard.hgi-ev-charging:before {
  content: "\4573";
}
.hgi-solid.hgi-standard.hgi-evil:before {
  content: "\4575";
}
.hgi-solid.hgi-standard.hgi-exchange-01:before {
  content: "\4577";
}
.hgi-solid.hgi-standard.hgi-exchange-02:before {
  content: "\4579";
}
.hgi-solid.hgi-standard.hgi-exchange-03:before {
  content: "\457b";
}
.hgi-solid.hgi-standard.hgi-expander:before {
  content: "\457d";
}
.hgi-solid.hgi-standard.hgi-external-drive:before {
  content: "\457f";
}
.hgi-solid.hgi-standard.hgi-eye:before {
  content: "\4581";
}
.hgi-solid.hgi-standard.hgi-face-id:before {
  content: "\4583";
}
.hgi-solid.hgi-standard.hgi-facebook-01:before {
  content: "\4585";
}
.hgi-solid.hgi-standard.hgi-facebook-02:before {
  content: "\4587";
}
.hgi-solid.hgi-standard.hgi-factory-01:before {
  content: "\4589";
}
.hgi-solid.hgi-standard.hgi-factory-02:before {
  content: "\458b";
}
.hgi-solid.hgi-standard.hgi-factory:before {
  content: "\458d";
}
.hgi-solid.hgi-standard.hgi-fahrenheit:before {
  content: "\458f";
}
.hgi-solid.hgi-standard.hgi-falling-star:before {
  content: "\4591";
}
.hgi-solid.hgi-standard.hgi-fast-wind:before {
  content: "\4593";
}
.hgi-solid.hgi-standard.hgi-favourite-circle:before {
  content: "\4595";
}
.hgi-solid.hgi-standard.hgi-favourite-square:before {
  content: "\4598";
}
.hgi-solid.hgi-standard.hgi-favourite:before {
  content: "\4599";
}
.hgi-solid.hgi-standard.hgi-feather:before {
  content: "\459b";
}
.hgi-solid.hgi-standard.hgi-female-02:before {
  content: "\459d";
}
.hgi-solid.hgi-standard.hgi-female-symbol:before {
  content: "\459f";
}
.hgi-solid.hgi-standard.hgi-fencing-mask:before {
  content: "\45a1";
}
.hgi-solid.hgi-standard.hgi-fencing:before {
  content: "\45a3";
}
.hgi-solid.hgi-standard.hgi-ferris-wheel:before {
  content: "\45a5";
}
.hgi-solid.hgi-standard.hgi-ferry-boat:before {
  content: "\45a7";
}
.hgi-solid.hgi-standard.hgi-figma:before {
  content: "\45a9";
}
.hgi-solid.hgi-standard.hgi-file-01:before {
  content: "\45ab";
}
.hgi-solid.hgi-standard.hgi-file-02:before {
  content: "\45ad";
}
.hgi-solid.hgi-standard.hgi-file-add:before {
  content: "\45af";
}
.hgi-solid.hgi-standard.hgi-file-attachment:before {
  content: "\45b1";
}
.hgi-solid.hgi-standard.hgi-file-audio:before {
  content: "\45b3";
}
.hgi-solid.hgi-standard.hgi-file-bitcoin:before {
  content: "\45b5";
}
.hgi-solid.hgi-standard.hgi-file-block:before {
  content: "\45b7";
}
.hgi-solid.hgi-standard.hgi-file-bookmark:before {
  content: "\45b9";
}
.hgi-solid.hgi-standard.hgi-file-cloud:before {
  content: "\45bb";
}
.hgi-solid.hgi-standard.hgi-file-corrupt:before {
  content: "\45bd";
}
.hgi-solid.hgi-standard.hgi-file-dollar:before {
  content: "\45bf";
}
.hgi-solid.hgi-standard.hgi-file-download:before {
  content: "\45c1";
}
.hgi-solid.hgi-standard.hgi-file-edit:before {
  content: "\45c3";
}
.hgi-solid.hgi-standard.hgi-file-empty-01:before {
  content: "\45c5";
}
.hgi-solid.hgi-standard.hgi-file-empty-02:before {
  content: "\45c7";
}
.hgi-solid.hgi-standard.hgi-file-euro:before {
  content: "\45c9";
}
.hgi-solid.hgi-standard.hgi-file-export:before {
  content: "\45cb";
}
.hgi-solid.hgi-standard.hgi-file-favourite:before {
  content: "\45cd";
}
.hgi-solid.hgi-standard.hgi-file-import:before {
  content: "\45cf";
}
.hgi-solid.hgi-standard.hgi-file-link:before {
  content: "\45d1";
}
.hgi-solid.hgi-standard.hgi-file-locked:before {
  content: "\45d3";
}
.hgi-solid.hgi-standard.hgi-file-management:before {
  content: "\45d5";
}
.hgi-solid.hgi-standard.hgi-file-minus:before {
  content: "\45d7";
}
.hgi-solid.hgi-standard.hgi-file-music:before {
  content: "\45d9";
}
.hgi-solid.hgi-standard.hgi-file-not-found:before {
  content: "\45db";
}
.hgi-solid.hgi-standard.hgi-file-paste:before {
  content: "\45dd";
}
.hgi-solid.hgi-standard.hgi-file-pin:before {
  content: "\45df";
}
.hgi-solid.hgi-standard.hgi-file-pound:before {
  content: "\45e1";
}
.hgi-solid.hgi-standard.hgi-file-remove:before {
  content: "\45e3";
}
.hgi-solid.hgi-standard.hgi-file-script:before {
  content: "\45e5";
}
.hgi-solid.hgi-standard.hgi-file-search:before {
  content: "\45e7";
}
.hgi-solid.hgi-standard.hgi-file-security:before {
  content: "\45e9";
}
.hgi-solid.hgi-standard.hgi-file-shredder:before {
  content: "\45eb";
}
.hgi-solid.hgi-standard.hgi-file-star:before {
  content: "\45ed";
}
.hgi-solid.hgi-standard.hgi-file-sync:before {
  content: "\45ef";
}
.hgi-solid.hgi-standard.hgi-file-unknown:before {
  content: "\45f1";
}
.hgi-solid.hgi-standard.hgi-file-unlocked:before {
  content: "\45f3";
}
.hgi-solid.hgi-standard.hgi-file-upload:before {
  content: "\45f5";
}
.hgi-solid.hgi-standard.hgi-file-validation:before {
  content: "\45f7";
}
.hgi-solid.hgi-standard.hgi-file-verified:before {
  content: "\45f9";
}
.hgi-solid.hgi-standard.hgi-file-video:before {
  content: "\45fb";
}
.hgi-solid.hgi-standard.hgi-file-view:before {
  content: "\45fd";
}
.hgi-solid.hgi-standard.hgi-file-yen:before {
  content: "\45ff";
}
.hgi-solid.hgi-standard.hgi-file-zip:before {
  content: "\4601";
}
.hgi-solid.hgi-standard.hgi-files-01:before {
  content: "\4603";
}
.hgi-solid.hgi-standard.hgi-files-02:before {
  content: "\4605";
}
.hgi-solid.hgi-standard.hgi-film-01:before {
  content: "\4607";
}
.hgi-solid.hgi-standard.hgi-film-02:before {
  content: "\4609";
}
.hgi-solid.hgi-standard.hgi-film-roll-01:before {
  content: "\460b";
}
.hgi-solid.hgi-standard.hgi-film-roll-02:before {
  content: "\460d";
}
.hgi-solid.hgi-standard.hgi-filter-add:before {
  content: "\460f";
}
.hgi-solid.hgi-standard.hgi-filter-edit:before {
  content: "\4611";
}
.hgi-solid.hgi-standard.hgi-filter-horizontal:before {
  content: "\4613";
}
.hgi-solid.hgi-standard.hgi-filter-mail-circle:before {
  content: "\4615";
}
.hgi-solid.hgi-standard.hgi-filter-mail-square:before {
  content: "\4617";
}
.hgi-solid.hgi-standard.hgi-filter-remove:before {
  content: "\4619";
}
.hgi-solid.hgi-standard.hgi-filter-reset:before {
  content: "\461b";
}
.hgi-solid.hgi-standard.hgi-filter-vertical:before {
  content: "\461e";
}
.hgi-solid.hgi-standard.hgi-filter:before {
  content: "\461f";
}
.hgi-solid.hgi-standard.hgi-finger-access:before {
  content: "\4621";
}
.hgi-solid.hgi-standard.hgi-finger-print-add:before {
  content: "\4623";
}
.hgi-solid.hgi-standard.hgi-finger-print-check:before {
  content: "\4625";
}
.hgi-solid.hgi-standard.hgi-finger-print-minus:before {
  content: "\4627";
}
.hgi-solid.hgi-standard.hgi-finger-print-remove:before {
  content: "\4629";
}
.hgi-solid.hgi-standard.hgi-finger-print-scan:before {
  content: "\462b";
}
.hgi-solid.hgi-standard.hgi-finger-print:before {
  content: "\462d";
}
.hgi-solid.hgi-standard.hgi-fingerprint-scan:before {
  content: "\462f";
}
.hgi-solid.hgi-standard.hgi-fins:before {
  content: "\4631";
}
.hgi-solid.hgi-standard.hgi-fire-02:before {
  content: "\4633";
}
.hgi-solid.hgi-standard.hgi-fire-03:before {
  content: "\4635";
}
.hgi-solid.hgi-standard.hgi-fire-pit:before {
  content: "\4637";
}
.hgi-solid.hgi-standard.hgi-fire-security:before {
  content: "\463a";
}
.hgi-solid.hgi-standard.hgi-fire:before {
  content: "\463b";
}
.hgi-solid.hgi-standard.hgi-firewall:before {
  content: "\463d";
}
.hgi-solid.hgi-standard.hgi-fireworks:before {
  content: "\463f";
}
.hgi-solid.hgi-standard.hgi-first-aid-kit:before {
  content: "\4641";
}
.hgi-solid.hgi-standard.hgi-first-bracket-circle:before {
  content: "\4643";
}
.hgi-solid.hgi-standard.hgi-first-bracket-square:before {
  content: "\4646";
}
.hgi-solid.hgi-standard.hgi-first-bracket:before {
  content: "\4647";
}
.hgi-solid.hgi-standard.hgi-fish-food:before {
  content: "\4649";
}
.hgi-solid.hgi-standard.hgi-fit-to-screen:before {
  content: "\464b";
}
.hgi-solid.hgi-standard.hgi-fiverr:before {
  content: "\464d";
}
.hgi-solid.hgi-standard.hgi-flag-01:before {
  content: "\464f";
}
.hgi-solid.hgi-standard.hgi-flag-02:before {
  content: "\4651";
}
.hgi-solid.hgi-standard.hgi-flag-03:before {
  content: "\4653";
}
.hgi-solid.hgi-standard.hgi-flash-off:before {
  content: "\4655";
}
.hgi-solid.hgi-standard.hgi-flash:before {
  content: "\4657";
}
.hgi-solid.hgi-standard.hgi-flashlight:before {
  content: "\4659";
}
.hgi-solid.hgi-standard.hgi-flaticon:before {
  content: "\465b";
}
.hgi-solid.hgi-standard.hgi-flickr:before {
  content: "\465d";
}
.hgi-solid.hgi-standard.hgi-flim-slate:before {
  content: "\465f";
}
.hgi-solid.hgi-standard.hgi-flip-bottom:before {
  content: "\4661";
}
.hgi-solid.hgi-standard.hgi-flip-horizontal:before {
  content: "\4663";
}
.hgi-solid.hgi-standard.hgi-flip-left:before {
  content: "\4665";
}
.hgi-solid.hgi-standard.hgi-flip-phone:before {
  content: "\4667";
}
.hgi-solid.hgi-standard.hgi-flip-right:before {
  content: "\4669";
}
.hgi-solid.hgi-standard.hgi-flip-top:before {
  content: "\466b";
}
.hgi-solid.hgi-standard.hgi-flip-vertical:before {
  content: "\466d";
}
.hgi-solid.hgi-standard.hgi-floor-plan:before {
  content: "\466f";
}
.hgi-solid.hgi-standard.hgi-floppy-disk:before {
  content: "\4671";
}
.hgi-solid.hgi-standard.hgi-flow-circle:before {
  content: "\4673";
}
.hgi-solid.hgi-standard.hgi-flow-connection:before {
  content: "\4675";
}
.hgi-solid.hgi-standard.hgi-flow-square:before {
  content: "\4678";
}
.hgi-solid.hgi-standard.hgi-flow:before {
  content: "\4679";
}
.hgi-solid.hgi-standard.hgi-flowchart-01:before {
  content: "\467b";
}
.hgi-solid.hgi-standard.hgi-flowchart-02:before {
  content: "\467d";
}
.hgi-solid.hgi-standard.hgi-flower-pot:before {
  content: "\467f";
}
.hgi-solid.hgi-standard.hgi-flower:before {
  content: "\4681";
}
.hgi-solid.hgi-standard.hgi-flushed:before {
  content: "\4683";
}
.hgi-solid.hgi-standard.hgi-flying-human:before {
  content: "\4685";
}
.hgi-solid.hgi-standard.hgi-focus-point:before {
  content: "\4687";
}
.hgi-solid.hgi-standard.hgi-folder-01:before {
  content: "\4689";
}
.hgi-solid.hgi-standard.hgi-folder-02:before {
  content: "\468b";
}
.hgi-solid.hgi-standard.hgi-folder-03:before {
  content: "\468d";
}
.hgi-solid.hgi-standard.hgi-folder-add:before {
  content: "\468f";
}
.hgi-solid.hgi-standard.hgi-folder-attachment:before {
  content: "\4691";
}
.hgi-solid.hgi-standard.hgi-folder-audio:before {
  content: "\4693";
}
.hgi-solid.hgi-standard.hgi-folder-block:before {
  content: "\4695";
}
.hgi-solid.hgi-standard.hgi-folder-check:before {
  content: "\4697";
}
.hgi-solid.hgi-standard.hgi-folder-cloud:before {
  content: "\4699";
}
.hgi-solid.hgi-standard.hgi-folder-details-reference:before {
  content: "\469b";
}
.hgi-solid.hgi-standard.hgi-folder-details:before {
  content: "\469d";
}
.hgi-solid.hgi-standard.hgi-folder-download:before {
  content: "\469f";
}
.hgi-solid.hgi-standard.hgi-folder-edit:before {
  content: "\46a1";
}
.hgi-solid.hgi-standard.hgi-folder-export:before {
  content: "\46a3";
}
.hgi-solid.hgi-standard.hgi-folder-favourite:before {
  content: "\46a5";
}
.hgi-solid.hgi-standard.hgi-folder-file-storage:before {
  content: "\46a7";
}
.hgi-solid.hgi-standard.hgi-folder-import:before {
  content: "\46a9";
}
.hgi-solid.hgi-standard.hgi-folder-library:before {
  content: "\46ab";
}
.hgi-solid.hgi-standard.hgi-folder-links:before {
  content: "\46ad";
}
.hgi-solid.hgi-standard.hgi-folder-locked:before {
  content: "\46af";
}
.hgi-solid.hgi-standard.hgi-folder-management:before {
  content: "\46b1";
}
.hgi-solid.hgi-standard.hgi-folder-minus:before {
  content: "\46b3";
}
.hgi-solid.hgi-standard.hgi-folder-music:before {
  content: "\46b5";
}
.hgi-solid.hgi-standard.hgi-folder-off:before {
  content: "\46b7";
}
.hgi-solid.hgi-standard.hgi-folder-open:before {
  content: "\46b9";
}
.hgi-solid.hgi-standard.hgi-folder-pin:before {
  content: "\46bb";
}
.hgi-solid.hgi-standard.hgi-folder-remove:before {
  content: "\46bd";
}
.hgi-solid.hgi-standard.hgi-folder-search:before {
  content: "\46bf";
}
.hgi-solid.hgi-standard.hgi-folder-security:before {
  content: "\46c1";
}
.hgi-solid.hgi-standard.hgi-folder-shared-01:before {
  content: "\46c3";
}
.hgi-solid.hgi-standard.hgi-folder-shared-02:before {
  content: "\46c5";
}
.hgi-solid.hgi-standard.hgi-folder-shared-03:before {
  content: "\46c7";
}
.hgi-solid.hgi-standard.hgi-folder-sync:before {
  content: "\46c9";
}
.hgi-solid.hgi-standard.hgi-folder-transfer:before {
  content: "\46cb";
}
.hgi-solid.hgi-standard.hgi-folder-unknown:before {
  content: "\46cd";
}
.hgi-solid.hgi-standard.hgi-folder-unlocked:before {
  content: "\46cf";
}
.hgi-solid.hgi-standard.hgi-folder-upload:before {
  content: "\46d1";
}
.hgi-solid.hgi-standard.hgi-folder-video:before {
  content: "\46d3";
}
.hgi-solid.hgi-standard.hgi-folder-view:before {
  content: "\46d5";
}
.hgi-solid.hgi-standard.hgi-folder-zip:before {
  content: "\46d7";
}
.hgi-solid.hgi-standard.hgi-folders:before {
  content: "\46d9";
}
.hgi-solid.hgi-standard.hgi-football-pitch:before {
  content: "\46db";
}
.hgi-solid.hgi-standard.hgi-football:before {
  content: "\46dd";
}
.hgi-solid.hgi-standard.hgi-forgot-password:before {
  content: "\46df";
}
.hgi-solid.hgi-standard.hgi-fork:before {
  content: "\46e1";
}
.hgi-solid.hgi-standard.hgi-forrst:before {
  content: "\46e3";
}
.hgi-solid.hgi-standard.hgi-fortress:before {
  content: "\46e5";
}
.hgi-solid.hgi-standard.hgi-forward-01:before {
  content: "\46e7";
}
.hgi-solid.hgi-standard.hgi-forward-02:before {
  content: "\46e9";
}
.hgi-solid.hgi-standard.hgi-four-finger-02:before {
  content: "\46eb";
}
.hgi-solid.hgi-standard.hgi-four-finger-03:before {
  content: "\46ed";
}
.hgi-solid.hgi-standard.hgi-four-k:before {
  content: "\46ef";
}
.hgi-solid.hgi-standard.hgi-foursquare:before {
  content: "\46f1";
}
.hgi-solid.hgi-standard.hgi-framer:before {
  content: "\46f3";
}
.hgi-solid.hgi-standard.hgi-frameworks:before {
  content: "\46f5";
}
.hgi-solid.hgi-standard.hgi-french-fries-01:before {
  content: "\46f7";
}
.hgi-solid.hgi-standard.hgi-french-fries-02:before {
  content: "\46f9";
}
.hgi-solid.hgi-standard.hgi-fridge:before {
  content: "\46fb";
}
.hgi-solid.hgi-standard.hgi-fry:before {
  content: "\46fd";
}
.hgi-solid.hgi-standard.hgi-fuel-01:before {
  content: "\46ff";
}
.hgi-solid.hgi-standard.hgi-fuel-02:before {
  content: "\4701";
}
.hgi-solid.hgi-standard.hgi-fuel-station:before {
  content: "\4703";
}
.hgi-solid.hgi-standard.hgi-full-screen:before {
  content: "\4705";
}
.hgi-solid.hgi-standard.hgi-full-signal:before {
  content: "\4707";
}
.hgi-solid.hgi-standard.hgi-function-circle:before {
  content: "\4709";
}
.hgi-solid.hgi-standard.hgi-function-of-x:before {
  content: "\470b";
}
.hgi-solid.hgi-standard.hgi-function-square:before {
  content: "\470e";
}
.hgi-solid.hgi-standard.hgi-function:before {
  content: "\470f";
}
.hgi-solid.hgi-standard.hgi-galaxy:before {
  content: "\4711";
}
.hgi-solid.hgi-standard.hgi-game-controller-01:before {
  content: "\4713";
}
.hgi-solid.hgi-standard.hgi-game-controller-02:before {
  content: "\4715";
}
.hgi-solid.hgi-standard.hgi-game-controller-03:before {
  content: "\4717";
}
.hgi-solid.hgi-standard.hgi-game:before {
  content: "\4719";
}
.hgi-solid.hgi-standard.hgi-gameboy:before {
  content: "\471b";
}
.hgi-solid.hgi-standard.hgi-garage:before {
  content: "\471d";
}
.hgi-solid.hgi-standard.hgi-garbage-truck:before {
  content: "\471f";
}
.hgi-solid.hgi-standard.hgi-garlands:before {
  content: "\4721";
}
.hgi-solid.hgi-standard.hgi-gas-pipe:before {
  content: "\4723";
}
.hgi-solid.hgi-standard.hgi-gas-stove:before {
  content: "\4725";
}
.hgi-solid.hgi-standard.hgi-gears:before {
  content: "\4727";
}
.hgi-solid.hgi-standard.hgi-gem:before {
  content: "\4729";
}
.hgi-solid.hgi-standard.hgi-geology-crust:before {
  content: "\472b";
}
.hgi-solid.hgi-standard.hgi-geometric-shapes-01:before {
  content: "\472d";
}
.hgi-solid.hgi-standard.hgi-geometric-shapes-02:before {
  content: "\472f";
}
.hgi-solid.hgi-standard.hgi-gibbous-moon:before {
  content: "\4731";
}
.hgi-solid.hgi-standard.hgi-gif-01:before {
  content: "\4733";
}
.hgi-solid.hgi-standard.hgi-gif-02:before {
  content: "\4735";
}
.hgi-solid.hgi-standard.hgi-gift-card-02:before {
  content: "\4737";
}
.hgi-solid.hgi-standard.hgi-gift-card:before {
  content: "\4739";
}
.hgi-solid.hgi-standard.hgi-gift:before {
  content: "\473b";
}
.hgi-solid.hgi-standard.hgi-git-branch:before {
  content: "\473d";
}
.hgi-solid.hgi-standard.hgi-git-commit:before {
  content: "\473f";
}
.hgi-solid.hgi-standard.hgi-git-compare:before {
  content: "\4741";
}
.hgi-solid.hgi-standard.hgi-git-fork:before {
  content: "\4743";
}
.hgi-solid.hgi-standard.hgi-git-merge:before {
  content: "\4745";
}
.hgi-solid.hgi-standard.hgi-git-pull-request-closed:before {
  content: "\4747";
}
.hgi-solid.hgi-standard.hgi-git-pull-request-draft:before {
  content: "\4749";
}
.hgi-solid.hgi-standard.hgi-git-pull-request:before {
  content: "\474b";
}
.hgi-solid.hgi-standard.hgi-gitbook:before {
  content: "\474d";
}
.hgi-solid.hgi-standard.hgi-github-01:before {
  content: "\474f";
}
.hgi-solid.hgi-standard.hgi-github:before {
  content: "\4751";
}
.hgi-solid.hgi-standard.hgi-gitlab:before {
  content: "\4753";
}
.hgi-solid.hgi-standard.hgi-give-blood:before {
  content: "\4755";
}
.hgi-solid.hgi-standard.hgi-give-pill:before {
  content: "\4757";
}
.hgi-solid.hgi-standard.hgi-glasses:before {
  content: "\4759";
}
.hgi-solid.hgi-standard.hgi-global-editing:before {
  content: "\475b";
}
.hgi-solid.hgi-standard.hgi-global-education:before {
  content: "\475d";
}
.hgi-solid.hgi-standard.hgi-global-refresh:before {
  content: "\475f";
}
.hgi-solid.hgi-standard.hgi-global-search:before {
  content: "\4761";
}
.hgi-solid.hgi-standard.hgi-global:before {
  content: "\4763";
}
.hgi-solid.hgi-standard.hgi-globe-02:before {
  content: "\4765";
}
.hgi-solid.hgi-standard.hgi-globe:before {
  content: "\4767";
}
.hgi-solid.hgi-standard.hgi-glove:before {
  content: "\4769";
}
.hgi-solid.hgi-standard.hgi-go-backward-10-sec:before {
  content: "\476b";
}
.hgi-solid.hgi-standard.hgi-go-backward-15-sec:before {
  content: "\476d";
}
.hgi-solid.hgi-standard.hgi-go-backward-30-sec:before {
  content: "\476f";
}
.hgi-solid.hgi-standard.hgi-go-backward-5-sec:before {
  content: "\4771";
}
.hgi-solid.hgi-standard.hgi-go-backward-60-sec:before {
  content: "\4773";
}
.hgi-solid.hgi-standard.hgi-go-forward-10-sec:before {
  content: "\4775";
}
.hgi-solid.hgi-standard.hgi-go-forward-15-sec:before {
  content: "\4777";
}
.hgi-solid.hgi-standard.hgi-go-forward-30-sec:before {
  content: "\4779";
}
.hgi-solid.hgi-standard.hgi-go-forward-5-sec:before {
  content: "\477b";
}
.hgi-solid.hgi-standard.hgi-go-forward-60-sec:before {
  content: "\477d";
}
.hgi-solid.hgi-standard.hgi-gold-ingots:before {
  content: "\477f";
}
.hgi-solid.hgi-standard.hgi-gold:before {
  content: "\4781";
}
.hgi-solid.hgi-standard.hgi-golf-ball:before {
  content: "\4783";
}
.hgi-solid.hgi-standard.hgi-golf-bat:before {
  content: "\4785";
}
.hgi-solid.hgi-standard.hgi-golf-cart:before {
  content: "\4787";
}
.hgi-solid.hgi-standard.hgi-golf-hole:before {
  content: "\4789";
}
.hgi-solid.hgi-standard.hgi-google-doc:before {
  content: "\478b";
}
.hgi-solid.hgi-standard.hgi-google-drive:before {
  content: "\478d";
}
.hgi-solid.hgi-standard.hgi-google-gemini:before {
  content: "\478f";
}
.hgi-solid.hgi-standard.hgi-google-home:before {
  content: "\4791";
}
.hgi-solid.hgi-standard.hgi-google-lens:before {
  content: "\4793";
}
.hgi-solid.hgi-standard.hgi-google-maps:before {
  content: "\4795";
}
.hgi-solid.hgi-standard.hgi-google-photos:before {
  content: "\4797";
}
.hgi-solid.hgi-standard.hgi-google-sheet:before {
  content: "\479a";
}
.hgi-solid.hgi-standard.hgi-google:before {
  content: "\479b";
}
.hgi-solid.hgi-standard.hgi-gps-01:before {
  content: "\479d";
}
.hgi-solid.hgi-standard.hgi-gps-02:before {
  content: "\479f";
}
.hgi-solid.hgi-standard.hgi-gps-disconnected:before {
  content: "\47a1";
}
.hgi-solid.hgi-standard.hgi-gps-off-01:before {
  content: "\47a3";
}
.hgi-solid.hgi-standard.hgi-gps-off-02:before {
  content: "\47a5";
}
.hgi-solid.hgi-standard.hgi-gps-signal-01:before {
  content: "\47a7";
}
.hgi-solid.hgi-standard.hgi-gps-signal-02:before {
  content: "\47a9";
}
.hgi-solid.hgi-standard.hgi-gpu:before {
  content: "\47ab";
}
.hgi-solid.hgi-standard.hgi-graduate-female:before {
  content: "\47ad";
}
.hgi-solid.hgi-standard.hgi-graduate-male:before {
  content: "\47af";
}
.hgi-solid.hgi-standard.hgi-graduation-scroll:before {
  content: "\47b1";
}
.hgi-solid.hgi-standard.hgi-grapes:before {
  content: "\47b3";
}
.hgi-solid.hgi-standard.hgi-gravity:before {
  content: "\47b5";
}
.hgi-solid.hgi-standard.hgi-greater-than-circle:before {
  content: "\47b7";
}
.hgi-solid.hgi-standard.hgi-greater-than-square:before {
  content: "\47ba";
}
.hgi-solid.hgi-standard.hgi-greater-than:before {
  content: "\47bb";
}
.hgi-solid.hgi-standard.hgi-greek-helmet:before {
  content: "\47bd";
}
.hgi-solid.hgi-standard.hgi-green-house:before {
  content: "\47bf";
}
.hgi-solid.hgi-standard.hgi-grid-02:before {
  content: "\47c1";
}
.hgi-solid.hgi-standard.hgi-grid-off:before {
  content: "\47c3";
}
.hgi-solid.hgi-standard.hgi-grid-table:before {
  content: "\47c6";
}
.hgi-solid.hgi-standard.hgi-grid-view:before {
  content: "\47c8";
}
.hgi-solid.hgi-standard.hgi-grid:before {
  content: "\47c9";
}
.hgi-solid.hgi-standard.hgi-grimacing:before {
  content: "\47cb";
}
.hgi-solid.hgi-standard.hgi-grinning:before {
  content: "\47cd";
}
.hgi-solid.hgi-standard.hgi-grok:before {
  content: "\47cf";
}
.hgi-solid.hgi-standard.hgi-group-01:before {
  content: "\47d1";
}
.hgi-solid.hgi-standard.hgi-group-items:before {
  content: "\47d3";
}
.hgi-solid.hgi-standard.hgi-group-layers:before {
  content: "\47d5";
}
.hgi-solid.hgi-standard.hgi-guest-house:before {
  content: "\47d7";
}
.hgi-solid.hgi-standard.hgi-gun:before {
  content: "\47d9";
}
.hgi-solid.hgi-standard.hgi-gymnastic-rings:before {
  content: "\47db";
}
.hgi-solid.hgi-standard.hgi-gymnastic:before {
  content: "\47dd";
}
.hgi-solid.hgi-standard.hgi-hackerrank:before {
  content: "\47df";
}
.hgi-solid.hgi-standard.hgi-hair-clips:before {
  content: "\47e1";
}
.hgi-solid.hgi-standard.hgi-hair-dryer:before {
  content: "\47e3";
}
.hgi-solid.hgi-standard.hgi-haji:before {
  content: "\47e5";
}
.hgi-solid.hgi-standard.hgi-halal-lab:before {
  content: "\47e7";
}
.hgi-solid.hgi-standard.hgi-halal:before {
  content: "\47e9";
}
.hgi-solid.hgi-standard.hgi-hamburger-01:before {
  content: "\47eb";
}
.hgi-solid.hgi-standard.hgi-hamburger-02:before {
  content: "\47ed";
}
.hgi-solid.hgi-standard.hgi-hand-bag-01:before {
  content: "\47ef";
}
.hgi-solid.hgi-standard.hgi-hand-bag-02:before {
  content: "\47f1";
}
.hgi-solid.hgi-standard.hgi-hand-beater:before {
  content: "\47f3";
}
.hgi-solid.hgi-standard.hgi-hand-grip:before {
  content: "\47f5";
}
.hgi-solid.hgi-standard.hgi-hand-pointing-down-01:before {
  content: "\47f7";
}
.hgi-solid.hgi-standard.hgi-hand-pointing-down-02:before {
  content: "\47f9";
}
.hgi-solid.hgi-standard.hgi-hand-pointing-down-03:before {
  content: "\47fb";
}
.hgi-solid.hgi-standard.hgi-hand-pointing-down-04:before {
  content: "\47fd";
}
.hgi-solid.hgi-standard.hgi-hand-pointing-left-01:before {
  content: "\47ff";
}
.hgi-solid.hgi-standard.hgi-hand-pointing-left-02:before {
  content: "\4801";
}
.hgi-solid.hgi-standard.hgi-hand-pointing-left-03:before {
  content: "\4803";
}
.hgi-solid.hgi-standard.hgi-hand-pointing-left-04:before {
  content: "\4805";
}
.hgi-solid.hgi-standard.hgi-hand-pointing-right-01:before {
  content: "\4807";
}
.hgi-solid.hgi-standard.hgi-hand-pointing-right-02:before {
  content: "\4809";
}
.hgi-solid.hgi-standard.hgi-hand-pointing-right-03:before {
  content: "\480b";
}
.hgi-solid.hgi-standard.hgi-hand-pointing-right-04:before {
  content: "\480d";
}
.hgi-solid.hgi-standard.hgi-hand-prayer:before {
  content: "\480f";
}
.hgi-solid.hgi-standard.hgi-hand-sanitizer:before {
  content: "\4811";
}
.hgi-solid.hgi-standard.hgi-handcuffs:before {
  content: "\4813";
}
.hgi-solid.hgi-standard.hgi-hanger:before {
  content: "\4815";
}
.hgi-solid.hgi-standard.hgi-hanging-clock:before {
  content: "\4817";
}
.hgi-solid.hgi-standard.hgi-hangout:before {
  content: "\4819";
}
.hgi-solid.hgi-standard.hgi-happy:before {
  content: "\481b";
}
.hgi-solid.hgi-standard.hgi-hard-drive:before {
  content: "\481d";
}
.hgi-solid.hgi-standard.hgi-hat:before {
  content: "\481f";
}
.hgi-solid.hgi-standard.hgi-hdd:before {
  content: "\4821";
}
.hgi-solid.hgi-standard.hgi-hdr-01:before {
  content: "\4823";
}
.hgi-solid.hgi-standard.hgi-hdr-02:before {
  content: "\4825";
}
.hgi-solid.hgi-standard.hgi-heading-01:before {
  content: "\4827";
}
.hgi-solid.hgi-standard.hgi-heading-02:before {
  content: "\4829";
}
.hgi-solid.hgi-standard.hgi-heading-03:before {
  content: "\482b";
}
.hgi-solid.hgi-standard.hgi-heading-04:before {
  content: "\482d";
}
.hgi-solid.hgi-standard.hgi-heading-05:before {
  content: "\482f";
}
.hgi-solid.hgi-standard.hgi-heading-06:before {
  content: "\4831";
}
.hgi-solid.hgi-standard.hgi-heading:before {
  content: "\4833";
}
.hgi-solid.hgi-standard.hgi-headphone-mute:before {
  content: "\4835";
}
.hgi-solid.hgi-standard.hgi-headphones:before {
  content: "\4837";
}
.hgi-solid.hgi-standard.hgi-headset-connected:before {
  content: "\4839";
}
.hgi-solid.hgi-standard.hgi-headset-off:before {
  content: "\483b";
}
.hgi-solid.hgi-standard.hgi-headset:before {
  content: "\483d";
}
.hgi-solid.hgi-standard.hgi-healtcare:before {
  content: "\483f";
}
.hgi-solid.hgi-standard.hgi-health:before {
  content: "\4841";
}
.hgi-solid.hgi-standard.hgi-heart-add:before {
  content: "\4843";
}
.hgi-solid.hgi-standard.hgi-heart-check:before {
  content: "\4845";
}
.hgi-solid.hgi-standard.hgi-heart-remove:before {
  content: "\4847";
}
.hgi-solid.hgi-standard.hgi-heartbreak:before {
  content: "\4849";
}
.hgi-solid.hgi-standard.hgi-helicopter:before {
  content: "\484b";
}
.hgi-solid.hgi-standard.hgi-help-circle:before {
  content: "\484d";
}
.hgi-solid.hgi-standard.hgi-help-square:before {
  content: "\484f";
}
.hgi-solid.hgi-standard.hgi-hexagon-01:before {
  content: "\4851";
}
.hgi-solid.hgi-standard.hgi-hexagon:before {
  content: "\4853";
}
.hgi-solid.hgi-standard.hgi-hierarchy-circle-01:before {
  content: "\4855";
}
.hgi-solid.hgi-standard.hgi-hierarchy-circle-02:before {
  content: "\4857";
}
.hgi-solid.hgi-standard.hgi-hierarchy-circle-03:before {
  content: "\4859";
}
.hgi-solid.hgi-standard.hgi-hierarchy-files:before {
  content: "\485b";
}
.hgi-solid.hgi-standard.hgi-hierarchy-square-01:before {
  content: "\485e";
}
.hgi-solid.hgi-standard.hgi-hierarchy-square-02:before {
  content: "\4860";
}
.hgi-solid.hgi-standard.hgi-hierarchy-square-03:before {
  content: "\4862";
}
.hgi-solid.hgi-standard.hgi-hierarchy-square-04:before {
  content: "\4864";
}
.hgi-solid.hgi-standard.hgi-hierarchy-square-05:before {
  content: "\4866";
}
.hgi-solid.hgi-standard.hgi-hierarchy-square-06:before {
  content: "\4868";
}
.hgi-solid.hgi-standard.hgi-hierarchy-square-07:before {
  content: "\486a";
}
.hgi-solid.hgi-standard.hgi-hierarchy-square-08:before {
  content: "\486c";
}
.hgi-solid.hgi-standard.hgi-hierarchy-square-10:before {
  content: "\486e";
}
.hgi-solid.hgi-standard.hgi-hierarchy:before {
  content: "\486f";
}
.hgi-solid.hgi-standard.hgi-high-heels-01:before {
  content: "\4871";
}
.hgi-solid.hgi-standard.hgi-high-heels-02:before {
  content: "\4873";
}
.hgi-solid.hgi-standard.hgi-highlighter:before {
  content: "\4875";
}
.hgi-solid.hgi-standard.hgi-hijab:before {
  content: "\4877";
}
.hgi-solid.hgi-standard.hgi-hockey:before {
  content: "\4879";
}
.hgi-solid.hgi-standard.hgi-hold-01:before {
  content: "\487b";
}
.hgi-solid.hgi-standard.hgi-hold-02:before {
  content: "\487d";
}
.hgi-solid.hgi-standard.hgi-hold-03:before {
  content: "\487f";
}
.hgi-solid.hgi-standard.hgi-hold-04:before {
  content: "\4881";
}
.hgi-solid.hgi-standard.hgi-hold-05:before {
  content: "\4883";
}
.hgi-solid.hgi-standard.hgi-hold-locked-01:before {
  content: "\4885";
}
.hgi-solid.hgi-standard.hgi-hold-locked-02:before {
  content: "\4887";
}
.hgi-solid.hgi-standard.hgi-hold-phone:before {
  content: "\4889";
}
.hgi-solid.hgi-standard.hgi-hologram:before {
  content: "\488b";
}
.hgi-solid.hgi-standard.hgi-home-01:before {
  content: "\488d";
}
.hgi-solid.hgi-standard.hgi-home-02:before {
  content: "\488f";
}
.hgi-solid.hgi-standard.hgi-home-03:before {
  content: "\4891";
}
.hgi-solid.hgi-standard.hgi-home-04:before {
  content: "\4893";
}
.hgi-solid.hgi-standard.hgi-home-05:before {
  content: "\4895";
}
.hgi-solid.hgi-standard.hgi-home-06:before {
  content: "\4897";
}
.hgi-solid.hgi-standard.hgi-home-07:before {
  content: "\4899";
}
.hgi-solid.hgi-standard.hgi-home-08:before {
  content: "\489b";
}
.hgi-solid.hgi-standard.hgi-home-09:before {
  content: "\489d";
}
.hgi-solid.hgi-standard.hgi-home-10:before {
  content: "\489f";
}
.hgi-solid.hgi-standard.hgi-home-11:before {
  content: "\48a1";
}
.hgi-solid.hgi-standard.hgi-home-12:before {
  content: "\48a3";
}
.hgi-solid.hgi-standard.hgi-home-13:before {
  content: "\48a5";
}
.hgi-solid.hgi-standard.hgi-home-wifi:before {
  content: "\48a7";
}
.hgi-solid.hgi-standard.hgi-honey-01:before {
  content: "\48a9";
}
.hgi-solid.hgi-standard.hgi-honey-02:before {
  content: "\48ab";
}
.hgi-solid.hgi-standard.hgi-honor:before {
  content: "\48ad";
}
.hgi-solid.hgi-standard.hgi-honour-star:before {
  content: "\48af";
}
.hgi-solid.hgi-standard.hgi-hoodie:before {
  content: "\48b1";
}
.hgi-solid.hgi-standard.hgi-horizonal-scroll-point:before {
  content: "\48b3";
}
.hgi-solid.hgi-standard.hgi-horizontal-resize:before {
  content: "\48b5";
}
.hgi-solid.hgi-standard.hgi-horse-head:before {
  content: "\48b7";
}
.hgi-solid.hgi-standard.hgi-horse-saddle:before {
  content: "\48b9";
}
.hgi-solid.hgi-standard.hgi-horse:before {
  content: "\48bb";
}
.hgi-solid.hgi-standard.hgi-hospital-01:before {
  content: "\48bd";
}
.hgi-solid.hgi-standard.hgi-hospital-02:before {
  content: "\48bf";
}
.hgi-solid.hgi-standard.hgi-hospital-bed-01:before {
  content: "\48c1";
}
.hgi-solid.hgi-standard.hgi-hospital-bed-02:before {
  content: "\48c3";
}
.hgi-solid.hgi-standard.hgi-hospital-location:before {
  content: "\48c5";
}
.hgi-solid.hgi-standard.hgi-hot-air-balloon:before {
  content: "\48c7";
}
.hgi-solid.hgi-standard.hgi-hot-price:before {
  content: "\48c9";
}
.hgi-solid.hgi-standard.hgi-hot-tube:before {
  content: "\48cb";
}
.hgi-solid.hgi-standard.hgi-hotdog:before {
  content: "\48cd";
}
.hgi-solid.hgi-standard.hgi-hotel-01:before {
  content: "\48cf";
}
.hgi-solid.hgi-standard.hgi-hotel-02:before {
  content: "\48d1";
}
.hgi-solid.hgi-standard.hgi-hotel-bell:before {
  content: "\48d3";
}
.hgi-solid.hgi-standard.hgi-hotspot-offline:before {
  content: "\48d5";
}
.hgi-solid.hgi-standard.hgi-hotspot:before {
  content: "\48d7";
}
.hgi-solid.hgi-standard.hgi-hourglass-off:before {
  content: "\48d9";
}
.hgi-solid.hgi-standard.hgi-hourglass:before {
  content: "\48db";
}
.hgi-solid.hgi-standard.hgi-house-01:before {
  content: "\48dd";
}
.hgi-solid.hgi-standard.hgi-house-02:before {
  content: "\48df";
}
.hgi-solid.hgi-standard.hgi-house-03:before {
  content: "\48e1";
}
.hgi-solid.hgi-standard.hgi-house-04:before {
  content: "\48e3";
}
.hgi-solid.hgi-standard.hgi-house-05:before {
  content: "\48e5";
}
.hgi-solid.hgi-standard.hgi-house-solar-panel:before {
  content: "\48e7";
}
.hgi-solid.hgi-standard.hgi-html-5:before {
  content: "\48e9";
}
.hgi-solid.hgi-standard.hgi-hugeicons:before {
  content: "\48eb";
}
.hgi-solid.hgi-standard.hgi-humidity:before {
  content: "\48ed";
}
.hgi-solid.hgi-standard.hgi-hut:before {
  content: "\48ef";
}
.hgi-solid.hgi-standard.hgi-hydro-power:before {
  content: "\48f1";
}
.hgi-solid.hgi-standard.hgi-hyperbole:before {
  content: "\48f3";
}
.hgi-solid.hgi-standard.hgi-ice-cream-01:before {
  content: "\48f5";
}
.hgi-solid.hgi-standard.hgi-ice-cream-02:before {
  content: "\48f7";
}
.hgi-solid.hgi-standard.hgi-ice-cream-03:before {
  content: "\48f9";
}
.hgi-solid.hgi-standard.hgi-ice-cream-04:before {
  content: "\48fb";
}
.hgi-solid.hgi-standard.hgi-ice-cubes:before {
  content: "\48fd";
}
.hgi-solid.hgi-standard.hgi-ice-hockey:before {
  content: "\48ff";
}
.hgi-solid.hgi-standard.hgi-ice-skating:before {
  content: "\4901";
}
.hgi-solid.hgi-standard.hgi-ico:before {
  content: "\4903";
}
.hgi-solid.hgi-standard.hgi-iconjar:before {
  content: "\4905";
}
.hgi-solid.hgi-standard.hgi-id-not-verified:before {
  content: "\4907";
}
.hgi-solid.hgi-standard.hgi-id-verified:before {
  content: "\490a";
}
.hgi-solid.hgi-standard.hgi-id:before {
  content: "\490b";
}
.hgi-solid.hgi-standard.hgi-idea-01:before {
  content: "\490d";
}
.hgi-solid.hgi-standard.hgi-idea:before {
  content: "\490f";
}
.hgi-solid.hgi-standard.hgi-identification:before {
  content: "\4911";
}
.hgi-solid.hgi-standard.hgi-identity-card:before {
  content: "\4913";
}
.hgi-solid.hgi-standard.hgi-image-01:before {
  content: "\4915";
}
.hgi-solid.hgi-standard.hgi-image-02:before {
  content: "\4917";
}
.hgi-solid.hgi-standard.hgi-image-03:before {
  content: "\4919";
}
.hgi-solid.hgi-standard.hgi-image-actual-size:before {
  content: "\491b";
}
.hgi-solid.hgi-standard.hgi-image-add-01:before {
  content: "\491d";
}
.hgi-solid.hgi-standard.hgi-image-add-02:before {
  content: "\491f";
}
.hgi-solid.hgi-standard.hgi-image-composition-oval:before {
  content: "\4921";
}
.hgi-solid.hgi-standard.hgi-image-composition:before {
  content: "\4923";
}
.hgi-solid.hgi-standard.hgi-image-counter-clockwise:before {
  content: "\4925";
}
.hgi-solid.hgi-standard.hgi-image-crop:before {
  content: "\4927";
}
.hgi-solid.hgi-standard.hgi-image-delete-01:before {
  content: "\4929";
}
.hgi-solid.hgi-standard.hgi-image-delete-02:before {
  content: "\492b";
}
.hgi-solid.hgi-standard.hgi-image-done-01:before {
  content: "\492d";
}
.hgi-solid.hgi-standard.hgi-image-done-02:before {
  content: "\492f";
}
.hgi-solid.hgi-standard.hgi-image-download-02:before {
  content: "\4931";
}
.hgi-solid.hgi-standard.hgi-image-download:before {
  content: "\4933";
}
.hgi-solid.hgi-standard.hgi-image-flip -horizontal:before {
  content: "\4935";
}
.hgi-solid.hgi-standard.hgi-image-flip-vertical:before {
  content: "\4937";
}
.hgi-solid.hgi-standard.hgi-image-not-found-01:before {
  content: "\4939";
}
.hgi-solid.hgi-standard.hgi-image-not-found-02:before {
  content: "\493b";
}
.hgi-solid.hgi-standard.hgi-image-remove-01:before {
  content: "\493d";
}
.hgi-solid.hgi-standard.hgi-image-remove-02:before {
  content: "\493f";
}
.hgi-solid.hgi-standard.hgi-image-rotation-clockwise:before {
  content: "\4941";
}
.hgi-solid.hgi-standard.hgi-image-upload-01:before {
  content: "\4943";
}
.hgi-solid.hgi-standard.hgi-image-upload:before {
  content: "\4945";
}
.hgi-solid.hgi-standard.hgi-imo:before {
  content: "\4947";
}
.hgi-solid.hgi-standard.hgi-important-book:before {
  content: "\4949";
}
.hgi-solid.hgi-standard.hgi-in-love:before {
  content: "\494b";
}
.hgi-solid.hgi-standard.hgi-inbox-check:before {
  content: "\494d";
}
.hgi-solid.hgi-standard.hgi-inbox-download:before {
  content: "\494f";
}
.hgi-solid.hgi-standard.hgi-inbox-unread:before {
  content: "\4952";
}
.hgi-solid.hgi-standard.hgi-inbox-upload:before {
  content: "\4954";
}
.hgi-solid.hgi-standard.hgi-inbox:before {
  content: "\4955";
}
.hgi-solid.hgi-standard.hgi-incognito:before {
  content: "\4957";
}
.hgi-solid.hgi-standard.hgi-india-gate:before {
  content: "\4959";
}
.hgi-solid.hgi-standard.hgi-inequality-01:before {
  content: "\495b";
}
.hgi-solid.hgi-standard.hgi-inequality-02:before {
  content: "\495d";
}
.hgi-solid.hgi-standard.hgi-inequality-circle-01:before {
  content: "\495f";
}
.hgi-solid.hgi-standard.hgi-inequality-circle-02:before {
  content: "\4961";
}
.hgi-solid.hgi-standard.hgi-inequality-square-01:before {
  content: "\4963";
}
.hgi-solid.hgi-standard.hgi-inequality-square-02:before {
  content: "\4965";
}
.hgi-solid.hgi-standard.hgi-infant:before {
  content: "\4967";
}
.hgi-solid.hgi-standard.hgi-infinity-01:before {
  content: "\4969";
}
.hgi-solid.hgi-standard.hgi-infinity-02:before {
  content: "\496b";
}
.hgi-solid.hgi-standard.hgi-infinity-circle:before {
  content: "\496d";
}
.hgi-solid.hgi-standard.hgi-infinity-square:before {
  content: "\496f";
}
.hgi-solid.hgi-standard.hgi-information-circle:before {
  content: "\4971";
}
.hgi-solid.hgi-standard.hgi-information-diamond:before {
  content: "\4973";
}
.hgi-solid.hgi-standard.hgi-information-square:before {
  content: "\4975";
}
.hgi-solid.hgi-standard.hgi-injection:before {
  content: "\4977";
}
.hgi-solid.hgi-standard.hgi-insert-bottom-image:before {
  content: "\4979";
}
.hgi-solid.hgi-standard.hgi-insert-center-image:before {
  content: "\497b";
}
.hgi-solid.hgi-standard.hgi-insert-column-left:before {
  content: "\497d";
}
.hgi-solid.hgi-standard.hgi-insert-column:before {
  content: "\497f";
}
.hgi-solid.hgi-standard.hgi-insert-pi:before {
  content: "\4981";
}
.hgi-solid.hgi-standard.hgi-insert-row-down:before {
  content: "\4983";
}
.hgi-solid.hgi-standard.hgi-insert-row-up:before {
  content: "\4986";
}
.hgi-solid.hgi-standard.hgi-insert-row:before {
  content: "\4987";
}
.hgi-solid.hgi-standard.hgi-insert-top-image:before {
  content: "\4989";
}
.hgi-solid.hgi-standard.hgi-inspect-code:before {
  content: "\498b";
}
.hgi-solid.hgi-standard.hgi-instagram:before {
  content: "\498d";
}
.hgi-solid.hgi-standard.hgi-installing-updates-01:before {
  content: "\498f";
}
.hgi-solid.hgi-standard.hgi-installing-updates-02:before {
  content: "\4991";
}
.hgi-solid.hgi-standard.hgi-internet-antenna-01:before {
  content: "\4993";
}
.hgi-solid.hgi-standard.hgi-internet-antenna-02:before {
  content: "\4995";
}
.hgi-solid.hgi-standard.hgi-internet-antenna-03:before {
  content: "\4997";
}
.hgi-solid.hgi-standard.hgi-internet-antenna-04:before {
  content: "\4999";
}
.hgi-solid.hgi-standard.hgi-internet:before {
  content: "\499b";
}
.hgi-solid.hgi-standard.hgi-investigation:before {
  content: "\499d";
}
.hgi-solid.hgi-standard.hgi-invoice-01:before {
  content: "\499f";
}
.hgi-solid.hgi-standard.hgi-invoice-02:before {
  content: "\49a1";
}
.hgi-solid.hgi-standard.hgi-invoice-03:before {
  content: "\49a3";
}
.hgi-solid.hgi-standard.hgi-invoice-04:before {
  content: "\49a5";
}
.hgi-solid.hgi-standard.hgi-invoice:before {
  content: "\49a7";
}
.hgi-solid.hgi-standard.hgi-ipod:before {
  content: "\49a9";
}
.hgi-solid.hgi-standard.hgi-iris-scan:before {
  content: "\49ab";
}
.hgi-solid.hgi-standard.hgi-island:before {
  content: "\49ad";
}
.hgi-solid.hgi-standard.hgi-jar:before {
  content: "\49af";
}
.hgi-solid.hgi-standard.hgi-java-script:before {
  content: "\49b1";
}
.hgi-solid.hgi-standard.hgi-java:before {
  content: "\49b3";
}
.hgi-solid.hgi-standard.hgi-job-link:before {
  content: "\49b5";
}
.hgi-solid.hgi-standard.hgi-job-search:before {
  content: "\49b7";
}
.hgi-solid.hgi-standard.hgi-job-share:before {
  content: "\49b9";
}
.hgi-solid.hgi-standard.hgi-jogger-pants:before {
  content: "\49bb";
}
.hgi-solid.hgi-standard.hgi-join-bevel:before {
  content: "\49bd";
}
.hgi-solid.hgi-standard.hgi-join-round:before {
  content: "\49bf";
}
.hgi-solid.hgi-standard.hgi-join-straight:before {
  content: "\49c1";
}
.hgi-solid.hgi-standard.hgi-joker:before {
  content: "\49c3";
}
.hgi-solid.hgi-standard.hgi-joystick-01:before {
  content: "\49c5";
}
.hgi-solid.hgi-standard.hgi-joystick-02:before {
  content: "\49c7";
}
.hgi-solid.hgi-standard.hgi-joystick-03:before {
  content: "\49c9";
}
.hgi-solid.hgi-standard.hgi-joystick-04:before {
  content: "\49cb";
}
.hgi-solid.hgi-standard.hgi-joystick-05:before {
  content: "\49cd";
}
.hgi-solid.hgi-standard.hgi-jpg-01:before {
  content: "\49cf";
}
.hgi-solid.hgi-standard.hgi-jpg-02:before {
  content: "\49d1";
}
.hgi-solid.hgi-standard.hgi-jsx-01:before {
  content: "\49d3";
}
.hgi-solid.hgi-standard.hgi-jsx-02:before {
  content: "\49d5";
}
.hgi-solid.hgi-standard.hgi-jsx-03:before {
  content: "\49d7";
}
.hgi-solid.hgi-standard.hgi-judge:before {
  content: "\49d9";
}
.hgi-solid.hgi-standard.hgi-jumpers:before {
  content: "\49db";
}
.hgi-solid.hgi-standard.hgi-jupiter:before {
  content: "\49dd";
}
.hgi-solid.hgi-standard.hgi-justice-scale-01:before {
  content: "\49df";
}
.hgi-solid.hgi-standard.hgi-justice-scale-02:before {
  content: "\49e1";
}
.hgi-solid.hgi-standard.hgi-kaaba-01:before {
  content: "\49e3";
}
.hgi-solid.hgi-standard.hgi-kaaba-02:before {
  content: "\49e5";
}
.hgi-solid.hgi-standard.hgi-kanban:before {
  content: "\49e7";
}
.hgi-solid.hgi-standard.hgi-kayak:before {
  content: "\49e9";
}
.hgi-solid.hgi-standard.hgi-keffiyeh:before {
  content: "\49eb";
}
.hgi-solid.hgi-standard.hgi-kettle-01:before {
  content: "\49ed";
}
.hgi-solid.hgi-standard.hgi-kettle:before {
  content: "\49ef";
}
.hgi-solid.hgi-standard.hgi-kettlebell:before {
  content: "\49f1";
}
.hgi-solid.hgi-standard.hgi-ketupat:before {
  content: "\49f3";
}
.hgi-solid.hgi-standard.hgi-key-01:before {
  content: "\49f5";
}
.hgi-solid.hgi-standard.hgi-key-02:before {
  content: "\49f7";
}
.hgi-solid.hgi-standard.hgi-key-generator-fob:before {
  content: "\49f9";
}
.hgi-solid.hgi-standard.hgi-keyboard:before {
  content: "\49fb";
}
.hgi-solid.hgi-standard.hgi-keyframe-add:before {
  content: "\49fd";
}
.hgi-solid.hgi-standard.hgi-keyframe-align-center:before {
  content: "\49ff";
}
.hgi-solid.hgi-standard.hgi-keyframe-align-horizontal:before {
  content: "\4a01";
}
.hgi-solid.hgi-standard.hgi-keyframe-align-vertical:before {
  content: "\4a03";
}
.hgi-solid.hgi-standard.hgi-keyframe-bottom:before {
  content: "\4a05";
}
.hgi-solid.hgi-standard.hgi-keyframe-left:before {
  content: "\4a07";
}
.hgi-solid.hgi-standard.hgi-keyframe-remove:before {
  content: "\4a09";
}
.hgi-solid.hgi-standard.hgi-keyframe-right:before {
  content: "\4a0b";
}
.hgi-solid.hgi-standard.hgi-keyframe-top:before {
  content: "\4a0e";
}
.hgi-solid.hgi-standard.hgi-keyframe:before {
  content: "\4a0f";
}
.hgi-solid.hgi-standard.hgi-keyframes-double-add:before {
  content: "\4a11";
}
.hgi-solid.hgi-standard.hgi-keyframes-double-remove:before {
  content: "\4a13";
}
.hgi-solid.hgi-standard.hgi-keyframes-double:before {
  content: "\4a15";
}
.hgi-solid.hgi-standard.hgi-keyframes-multiple-add:before {
  content: "\4a17";
}
.hgi-solid.hgi-standard.hgi-keyframes-multiple-remove:before {
  content: "\4a19";
}
.hgi-solid.hgi-standard.hgi-keyframes-multiple:before {
  content: "\4a1b";
}
.hgi-solid.hgi-standard.hgi-kickstarter-01:before {
  content: "\4a1d";
}
.hgi-solid.hgi-standard.hgi-kickstarter-02:before {
  content: "\4a1f";
}
.hgi-solid.hgi-standard.hgi-kid:before {
  content: "\4a21";
}
.hgi-solid.hgi-standard.hgi-kidneys:before {
  content: "\4a23";
}
.hgi-solid.hgi-standard.hgi-kissing:before {
  content: "\4a25";
}
.hgi-solid.hgi-standard.hgi-kitchen-utensils:before {
  content: "\4a27";
}
.hgi-solid.hgi-standard.hgi-kite:before {
  content: "\4a29";
}
.hgi-solid.hgi-standard.hgi-klarna:before {
  content: "\4a2b";
}
.hgi-solid.hgi-standard.hgi-knife-01:before {
  content: "\4a2d";
}
.hgi-solid.hgi-standard.hgi-knife-02:before {
  content: "\4a2f";
}
.hgi-solid.hgi-standard.hgi-knife-bread:before {
  content: "\4a31";
}
.hgi-solid.hgi-standard.hgi-knight-shield:before {
  content: "\4a33";
}
.hgi-solid.hgi-standard.hgi-knives:before {
  content: "\4a35";
}
.hgi-solid.hgi-standard.hgi-knowledge-01:before {
  content: "\4a37";
}
.hgi-solid.hgi-standard.hgi-knowledge-02:before {
  content: "\4a39";
}
.hgi-solid.hgi-standard.hgi-ko-fi:before {
  content: "\4a3b";
}
.hgi-solid.hgi-standard.hgi-kurta-01:before {
  content: "\4a3d";
}
.hgi-solid.hgi-standard.hgi-kurta:before {
  content: "\4a3f";
}
.hgi-solid.hgi-standard.hgi-label-important:before {
  content: "\4a41";
}
.hgi-solid.hgi-standard.hgi-label:before {
  content: "\4a43";
}
.hgi-solid.hgi-standard.hgi-labor:before {
  content: "\4a45";
}
.hgi-solid.hgi-standard.hgi-labs:before {
  content: "\4a47";
}
.hgi-solid.hgi-standard.hgi-lake:before {
  content: "\4a49";
}
.hgi-solid.hgi-standard.hgi-lamp-01:before {
  content: "\4a4b";
}
.hgi-solid.hgi-standard.hgi-lamp-02:before {
  content: "\4a4d";
}
.hgi-solid.hgi-standard.hgi-lamp-03:before {
  content: "\4a4f";
}
.hgi-solid.hgi-standard.hgi-lamp-04:before {
  content: "\4a51";
}
.hgi-solid.hgi-standard.hgi-lamp-05:before {
  content: "\4a53";
}
.hgi-solid.hgi-standard.hgi-lamp:before {
  content: "\4a55";
}
.hgi-solid.hgi-standard.hgi-language-circle:before {
  content: "\4a57";
}
.hgi-solid.hgi-standard.hgi-language-skill:before {
  content: "\4a59";
}
.hgi-solid.hgi-standard.hgi-language-square:before {
  content: "\4a5b";
}
.hgi-solid.hgi-standard.hgi-lantern:before {
  content: "\4a5d";
}
.hgi-solid.hgi-standard.hgi-laptop-add:before {
  content: "\4a5f";
}
.hgi-solid.hgi-standard.hgi-laptop-charging:before {
  content: "\4a61";
}
.hgi-solid.hgi-standard.hgi-laptop-check:before {
  content: "\4a63";
}
.hgi-solid.hgi-standard.hgi-laptop-cloud:before {
  content: "\4a65";
}
.hgi-solid.hgi-standard.hgi-laptop-issue:before {
  content: "\4a67";
}
.hgi-solid.hgi-standard.hgi-laptop-performance:before {
  content: "\4a69";
}
.hgi-solid.hgi-standard.hgi-laptop-phone-sync:before {
  content: "\4a6b";
}
.hgi-solid.hgi-standard.hgi-laptop-programming:before {
  content: "\4a6d";
}
.hgi-solid.hgi-standard.hgi-laptop-remove:before {
  content: "\4a6f";
}
.hgi-solid.hgi-standard.hgi-laptop-settings:before {
  content: "\4a72";
}
.hgi-solid.hgi-standard.hgi-laptop-video:before {
  content: "\4a74";
}
.hgi-solid.hgi-standard.hgi-laptop:before {
  content: "\4a75";
}
.hgi-solid.hgi-standard.hgi-lasso-tool-01:before {
  content: "\4a77";
}
.hgi-solid.hgi-standard.hgi-lasso-tool-02:before {
  content: "\4a79";
}
.hgi-solid.hgi-standard.hgi-last-fm:before {
  content: "\4a7b";
}
.hgi-solid.hgi-standard.hgi-latitude:before {
  content: "\4a7d";
}
.hgi-solid.hgi-standard.hgi-laughing:before {
  content: "\4a7f";
}
.hgi-solid.hgi-standard.hgi-laurel-wreath-01:before {
  content: "\4a81";
}
.hgi-solid.hgi-standard.hgi-laurel-wreath-02:before {
  content: "\4a83";
}
.hgi-solid.hgi-standard.hgi-laurel-wreath-first-01:before {
  content: "\4a85";
}
.hgi-solid.hgi-standard.hgi-laurel-wreath-first-02:before {
  content: "\4a87";
}
.hgi-solid.hgi-standard.hgi-laurel-wreath-left-01:before {
  content: "\4a89";
}
.hgi-solid.hgi-standard.hgi-laurel-wreath-left-02:before {
  content: "\4a8b";
}
.hgi-solid.hgi-standard.hgi-laurel-wreath-left-03:before {
  content: "\4a8d";
}
.hgi-solid.hgi-standard.hgi-laurel-wreath-right-01:before {
  content: "\4a8f";
}
.hgi-solid.hgi-standard.hgi-laurel-wreath-right-02:before {
  content: "\4a91";
}
.hgi-solid.hgi-standard.hgi-laurel-wreath-right-03:before {
  content: "\4a93";
}
.hgi-solid.hgi-standard.hgi-layer-add:before {
  content: "\4a95";
}
.hgi-solid.hgi-standard.hgi-layer-mask-01:before {
  content: "\4a97";
}
.hgi-solid.hgi-standard.hgi-layer-mask-02:before {
  content: "\4a99";
}
.hgi-solid.hgi-standard.hgi-layers-01:before {
  content: "\4a9b";
}
.hgi-solid.hgi-standard.hgi-layers-02:before {
  content: "\4a9d";
}
.hgi-solid.hgi-standard.hgi-layers-logo:before {
  content: "\4a9f";
}
.hgi-solid.hgi-standard.hgi-layout-01:before {
  content: "\4aa1";
}
.hgi-solid.hgi-standard.hgi-layout-02:before {
  content: "\4aa3";
}
.hgi-solid.hgi-standard.hgi-layout-03:before {
  content: "\4aa5";
}
.hgi-solid.hgi-standard.hgi-layout-04:before {
  content: "\4aa7";
}
.hgi-solid.hgi-standard.hgi-layout-05:before {
  content: "\4aa9";
}
.hgi-solid.hgi-standard.hgi-layout-06:before {
  content: "\4aab";
}
.hgi-solid.hgi-standard.hgi-layout-07:before {
  content: "\4aad";
}
.hgi-solid.hgi-standard.hgi-layout-2-column:before {
  content: "\4aaf";
}
.hgi-solid.hgi-standard.hgi-layout-2-row:before {
  content: "\4ab1";
}
.hgi-solid.hgi-standard.hgi-layout-3-column:before {
  content: "\4ab3";
}
.hgi-solid.hgi-standard.hgi-layout-3-row:before {
  content: "\4ab5";
}
.hgi-solid.hgi-standard.hgi-layout-bottom:before {
  content: "\4ab7";
}
.hgi-solid.hgi-standard.hgi-layout-grid:before {
  content: "\4ab9";
}
.hgi-solid.hgi-standard.hgi-layout-left:before {
  content: "\4abb";
}
.hgi-solid.hgi-standard.hgi-layout-right:before {
  content: "\4abd";
}
.hgi-solid.hgi-standard.hgi-layout-table-01:before {
  content: "\4abf";
}
.hgi-solid.hgi-standard.hgi-layout-table-02:before {
  content: "\4ac1";
}
.hgi-solid.hgi-standard.hgi-layout-top:before {
  content: "\4ac3";
}
.hgi-solid.hgi-standard.hgi-leaf-01:before {
  content: "\4ac5";
}
.hgi-solid.hgi-standard.hgi-leaf-02:before {
  content: "\4ac7";
}
.hgi-solid.hgi-standard.hgi-leaf-03:before {
  content: "\4ac9";
}
.hgi-solid.hgi-standard.hgi-leaf-04:before {
  content: "\4acb";
}
.hgi-solid.hgi-standard.hgi-leaving-geo-fence:before {
  content: "\4acd";
}
.hgi-solid.hgi-standard.hgi-leetcode:before {
  content: "\4acf";
}
.hgi-solid.hgi-standard.hgi-left-angle:before {
  content: "\4ad1";
}
.hgi-solid.hgi-standard.hgi-left-to-right-block-quote:before {
  content: "\4ad3";
}
.hgi-solid.hgi-standard.hgi-left-to-right-list-bullet:before {
  content: "\4ad5";
}
.hgi-solid.hgi-standard.hgi-left-to-right-list-dash:before {
  content: "\4ad7";
}
.hgi-solid.hgi-standard.hgi-left-to-right-list-number:before {
  content: "\4ad9";
}
.hgi-solid.hgi-standard.hgi-left-to-right-list-star-01:before {
  content: "\4adb";
}
.hgi-solid.hgi-standard.hgi-left-to-right-list-star:before {
  content: "\4add";
}
.hgi-solid.hgi-standard.hgi-left-to-right-list-triangle:before {
  content: "\4adf";
}
.hgi-solid.hgi-standard.hgi-left-triangle:before {
  content: "\4ae1";
}
.hgi-solid.hgi-standard.hgi-legal-01:before {
  content: "\4ae3";
}
.hgi-solid.hgi-standard.hgi-legal-02:before {
  content: "\4ae5";
}
.hgi-solid.hgi-standard.hgi-legal-document-01:before {
  content: "\4ae7";
}
.hgi-solid.hgi-standard.hgi-legal-document-02:before {
  content: "\4ae9";
}
.hgi-solid.hgi-standard.hgi-legal-hammer:before {
  content: "\4aeb";
}
.hgi-solid.hgi-standard.hgi-less-than-circle:before {
  content: "\4aed";
}
.hgi-solid.hgi-standard.hgi-less-than-square:before {
  content: "\4af0";
}
.hgi-solid.hgi-standard.hgi-less-than:before {
  content: "\4af1";
}
.hgi-solid.hgi-standard.hgi-letter-spacing:before {
  content: "\4af3";
}
.hgi-solid.hgi-standard.hgi-libraries:before {
  content: "\4af5";
}
.hgi-solid.hgi-standard.hgi-library:before {
  content: "\4af7";
}
.hgi-solid.hgi-standard.hgi-license-draft:before {
  content: "\4af9";
}
.hgi-solid.hgi-standard.hgi-license-maintenance:before {
  content: "\4afb";
}
.hgi-solid.hgi-standard.hgi-license-no:before {
  content: "\4afd";
}
.hgi-solid.hgi-standard.hgi-license-pin:before {
  content: "\4aff";
}
.hgi-solid.hgi-standard.hgi-license-third-party:before {
  content: "\4b02";
}
.hgi-solid.hgi-standard.hgi-license:before {
  content: "\4b03";
}
.hgi-solid.hgi-standard.hgi-lift-truck:before {
  content: "\4b05";
}
.hgi-solid.hgi-standard.hgi-lighthouse:before {
  content: "\4b07";
}
.hgi-solid.hgi-standard.hgi-limit-order:before {
  content: "\4b09";
}
.hgi-solid.hgi-standard.hgi-limitation:before {
  content: "\4b0b";
}
.hgi-solid.hgi-standard.hgi-line:before {
  content: "\4b0d";
}
.hgi-solid.hgi-standard.hgi-liner:before {
  content: "\4b0f";
}
.hgi-solid.hgi-standard.hgi-link-01:before {
  content: "\4b11";
}
.hgi-solid.hgi-standard.hgi-link-02:before {
  content: "\4b13";
}
.hgi-solid.hgi-standard.hgi-link-03:before {
  content: "\4b15";
}
.hgi-solid.hgi-standard.hgi-link-04:before {
  content: "\4b17";
}
.hgi-solid.hgi-standard.hgi-link-05:before {
  content: "\4b19";
}
.hgi-solid.hgi-standard.hgi-link-06:before {
  content: "\4b1b";
}
.hgi-solid.hgi-standard.hgi-link-backward:before {
  content: "\4b1d";
}
.hgi-solid.hgi-standard.hgi-link-circle-02:before {
  content: "\4b1f";
}
.hgi-solid.hgi-standard.hgi-link-circle:before {
  content: "\4b21";
}
.hgi-solid.hgi-standard.hgi-link-forward:before {
  content: "\4b23";
}
.hgi-solid.hgi-standard.hgi-link-square-01:before {
  content: "\4b25";
}
.hgi-solid.hgi-standard.hgi-link-square-02:before {
  content: "\4b27";
}
.hgi-solid.hgi-standard.hgi-linkedin-01:before {
  content: "\4b29";
}
.hgi-solid.hgi-standard.hgi-linkedin-02:before {
  content: "\4b2b";
}
.hgi-solid.hgi-standard.hgi-list-setting:before {
  content: "\4b2d";
}
.hgi-solid.hgi-standard.hgi-list-view:before {
  content: "\4b2f";
}
.hgi-solid.hgi-standard.hgi-litecoin:before {
  content: "\4b31";
}
.hgi-solid.hgi-standard.hgi-live-streaming-01:before {
  content: "\4b33";
}
.hgi-solid.hgi-standard.hgi-live-streaming-02:before {
  content: "\4b35";
}
.hgi-solid.hgi-standard.hgi-live-streaming-03:before {
  content: "\4b37";
}
.hgi-solid.hgi-standard.hgi-liver:before {
  content: "\4b39";
}
.hgi-solid.hgi-standard.hgi-loading-01:before {
  content: "\4b3b";
}
.hgi-solid.hgi-standard.hgi-loading-02:before {
  content: "\4b3d";
}
.hgi-solid.hgi-standard.hgi-loading-03:before {
  content: "\4b3f";
}
.hgi-solid.hgi-standard.hgi-loading-04:before {
  content: "\4b41";
}
.hgi-solid.hgi-standard.hgi-location-01:before {
  content: "\4b43";
}
.hgi-solid.hgi-standard.hgi-location-02:before {
  content: "\4b45";
}
.hgi-solid.hgi-standard.hgi-location-03:before {
  content: "\4b47";
}
.hgi-solid.hgi-standard.hgi-location-04:before {
  content: "\4b49";
}
.hgi-solid.hgi-standard.hgi-location-05:before {
  content: "\4b4b";
}
.hgi-solid.hgi-standard.hgi-location-06:before {
  content: "\4b4d";
}
.hgi-solid.hgi-standard.hgi-location-07:before {
  content: "\4b4f";
}
.hgi-solid.hgi-standard.hgi-location-08:before {
  content: "\4b51";
}
.hgi-solid.hgi-standard.hgi-location-09:before {
  content: "\4b53";
}
.hgi-solid.hgi-standard.hgi-location-10:before {
  content: "\4b55";
}
.hgi-solid.hgi-standard.hgi-location-add-01:before {
  content: "\4b57";
}
.hgi-solid.hgi-standard.hgi-location-add-02:before {
  content: "\4b59";
}
.hgi-solid.hgi-standard.hgi-location-check-01:before {
  content: "\4b5b";
}
.hgi-solid.hgi-standard.hgi-location-check-02:before {
  content: "\4b5d";
}
.hgi-solid.hgi-standard.hgi-location-favourite-01:before {
  content: "\4b5f";
}
.hgi-solid.hgi-standard.hgi-location-favourite-02:before {
  content: "\4b61";
}
.hgi-solid.hgi-standard.hgi-location-offline-01:before {
  content: "\4b63";
}
.hgi-solid.hgi-standard.hgi-location-offline-02:before {
  content: "\4b65";
}
.hgi-solid.hgi-standard.hgi-location-offline-03:before {
  content: "\4b67";
}
.hgi-solid.hgi-standard.hgi-location-offline-04:before {
  content: "\4b69";
}
.hgi-solid.hgi-standard.hgi-location-remove-01:before {
  content: "\4b6b";
}
.hgi-solid.hgi-standard.hgi-location-remove-02:before {
  content: "\4b6d";
}
.hgi-solid.hgi-standard.hgi-location-share-01:before {
  content: "\4b6f";
}
.hgi-solid.hgi-standard.hgi-location-share-02:before {
  content: "\4b71";
}
.hgi-solid.hgi-standard.hgi-location-star-01:before {
  content: "\4b73";
}
.hgi-solid.hgi-standard.hgi-location-star-02:before {
  content: "\4b75";
}
.hgi-solid.hgi-standard.hgi-location-update-01:before {
  content: "\4b77";
}
.hgi-solid.hgi-standard.hgi-location-update-02:before {
  content: "\4b79";
}
.hgi-solid.hgi-standard.hgi-location-user-01:before {
  content: "\4b7b";
}
.hgi-solid.hgi-standard.hgi-location-user-02:before {
  content: "\4b7d";
}
.hgi-solid.hgi-standard.hgi-location-user-03:before {
  content: "\4b7f";
}
.hgi-solid.hgi-standard.hgi-location-user-04:before {
  content: "\4b81";
}
.hgi-solid.hgi-standard.hgi-lock-computer:before {
  content: "\4b83";
}
.hgi-solid.hgi-standard.hgi-lock-key:before {
  content: "\4b85";
}
.hgi-solid.hgi-standard.hgi-lock-password:before {
  content: "\4b87";
}
.hgi-solid.hgi-standard.hgi-lock-sync-01:before {
  content: "\4b8a";
}
.hgi-solid.hgi-standard.hgi-lock-sync-02:before {
  content: "\4b8c";
}
.hgi-solid.hgi-standard.hgi-lock:before {
  content: "\4b8d";
}
.hgi-solid.hgi-standard.hgi-locked:before {
  content: "\4b8f";
}
.hgi-solid.hgi-standard.hgi-locker-01:before {
  content: "\4b91";
}
.hgi-solid.hgi-standard.hgi-locker:before {
  content: "\4b93";
}
.hgi-solid.hgi-standard.hgi-login-01:before {
  content: "\4b95";
}
.hgi-solid.hgi-standard.hgi-login-02:before {
  content: "\4b97";
}
.hgi-solid.hgi-standard.hgi-login-03:before {
  content: "\4b99";
}
.hgi-solid.hgi-standard.hgi-login-circle-01:before {
  content: "\4b9b";
}
.hgi-solid.hgi-standard.hgi-login-circle-02:before {
  content: "\4b9d";
}
.hgi-solid.hgi-standard.hgi-login-method:before {
  content: "\4b9f";
}
.hgi-solid.hgi-standard.hgi-login-square-01:before {
  content: "\4ba1";
}
.hgi-solid.hgi-standard.hgi-login-square-02:before {
  content: "\4ba3";
}
.hgi-solid.hgi-standard.hgi-logout-01:before {
  content: "\4ba5";
}
.hgi-solid.hgi-standard.hgi-logout-02:before {
  content: "\4ba7";
}
.hgi-solid.hgi-standard.hgi-logout-03:before {
  content: "\4ba9";
}
.hgi-solid.hgi-standard.hgi-logout-04:before {
  content: "\4bab";
}
.hgi-solid.hgi-standard.hgi-logout-05:before {
  content: "\4bad";
}
.hgi-solid.hgi-standard.hgi-logout-circle-01:before {
  content: "\4baf";
}
.hgi-solid.hgi-standard.hgi-logout-circle-02:before {
  content: "\4bb1";
}
.hgi-solid.hgi-standard.hgi-logout-square-01:before {
  content: "\4bb3";
}
.hgi-solid.hgi-standard.hgi-logout-square-02:before {
  content: "\4bb5";
}
.hgi-solid.hgi-standard.hgi-lollipop:before {
  content: "\4bb7";
}
.hgi-solid.hgi-standard.hgi-long-sleeve-shirt:before {
  content: "\4bb9";
}
.hgi-solid.hgi-standard.hgi-longitude:before {
  content: "\4bbb";
}
.hgi-solid.hgi-standard.hgi-look-bottom:before {
  content: "\4bbd";
}
.hgi-solid.hgi-standard.hgi-look-left:before {
  content: "\4bbf";
}
.hgi-solid.hgi-standard.hgi-look-right:before {
  content: "\4bc1";
}
.hgi-solid.hgi-standard.hgi-look-top:before {
  content: "\4bc3";
}
.hgi-solid.hgi-standard.hgi-loom:before {
  content: "\4bc5";
}
.hgi-solid.hgi-standard.hgi-lottiefiles:before {
  content: "\4bc7";
}
.hgi-solid.hgi-standard.hgi-love-korean-finger:before {
  content: "\4bc9";
}
.hgi-solid.hgi-standard.hgi-low-signal:before {
  content: "\4bcb";
}
.hgi-solid.hgi-standard.hgi-loyalty-card:before {
  content: "\4bcd";
}
.hgi-solid.hgi-standard.hgi-luggage-01:before {
  content: "\4bcf";
}
.hgi-solid.hgi-standard.hgi-luggage-02:before {
  content: "\4bd1";
}
.hgi-solid.hgi-standard.hgi-lungs:before {
  content: "\4bd3";
}
.hgi-solid.hgi-standard.hgi-machine-robot:before {
  content: "\4bd5";
}
.hgi-solid.hgi-standard.hgi-magic-wand-01:before {
  content: "\4bd7";
}
.hgi-solid.hgi-standard.hgi-magic-wand-02:before {
  content: "\4bd9";
}
.hgi-solid.hgi-standard.hgi-magic-wand-03:before {
  content: "\4bdb";
}
.hgi-solid.hgi-standard.hgi-magic-wand-04:before {
  content: "\4bdd";
}
.hgi-solid.hgi-standard.hgi-magnet-01:before {
  content: "\4bdf";
}
.hgi-solid.hgi-standard.hgi-magnet-02:before {
  content: "\4be1";
}
.hgi-solid.hgi-standard.hgi-magnet:before {
  content: "\4be3";
}
.hgi-solid.hgi-standard.hgi-mail-01:before {
  content: "\4be5";
}
.hgi-solid.hgi-standard.hgi-mail-02:before {
  content: "\4be7";
}
.hgi-solid.hgi-standard.hgi-mail-account-01:before {
  content: "\4be9";
}
.hgi-solid.hgi-standard.hgi-mail-account-02:before {
  content: "\4beb";
}
.hgi-solid.hgi-standard.hgi-mail-add-01:before {
  content: "\4bed";
}
.hgi-solid.hgi-standard.hgi-mail-add-02:before {
  content: "\4bef";
}
.hgi-solid.hgi-standard.hgi-mail-at-sign-01:before {
  content: "\4bf1";
}
.hgi-solid.hgi-standard.hgi-mail-at-sign-02:before {
  content: "\4bf3";
}
.hgi-solid.hgi-standard.hgi-mail-block-01:before {
  content: "\4bf5";
}
.hgi-solid.hgi-standard.hgi-mail-block-02:before {
  content: "\4bf7";
}
.hgi-solid.hgi-standard.hgi-mail-download-01:before {
  content: "\4bf9";
}
.hgi-solid.hgi-standard.hgi-mail-download-02:before {
  content: "\4bfb";
}
.hgi-solid.hgi-standard.hgi-mail-edit-01:before {
  content: "\4bfd";
}
.hgi-solid.hgi-standard.hgi-mail-edit-02:before {
  content: "\4bff";
}
.hgi-solid.hgi-standard.hgi-mail-lock-01:before {
  content: "\4c01";
}
.hgi-solid.hgi-standard.hgi-mail-lock-02:before {
  content: "\4c03";
}
.hgi-solid.hgi-standard.hgi-mail-love-01:before {
  content: "\4c05";
}
.hgi-solid.hgi-standard.hgi-mail-love-02:before {
  content: "\4c07";
}
.hgi-solid.hgi-standard.hgi-mail-minus-01:before {
  content: "\4c09";
}
.hgi-solid.hgi-standard.hgi-mail-minus-02:before {
  content: "\4c0b";
}
.hgi-solid.hgi-standard.hgi-mail-open-01:before {
  content: "\4c0d";
}
.hgi-solid.hgi-standard.hgi-mail-open-02:before {
  content: "\4c0f";
}
.hgi-solid.hgi-standard.hgi-mail-open-love:before {
  content: "\4c11";
}
.hgi-solid.hgi-standard.hgi-mail-open:before {
  content: "\4c13";
}
.hgi-solid.hgi-standard.hgi-mail-receive-01:before {
  content: "\4c15";
}
.hgi-solid.hgi-standard.hgi-mail-receive-02:before {
  content: "\4c17";
}
.hgi-solid.hgi-standard.hgi-mail-remove-01:before {
  content: "\4c19";
}
.hgi-solid.hgi-standard.hgi-mail-remove-02:before {
  content: "\4c1b";
}
.hgi-solid.hgi-standard.hgi-mail-reply-01:before {
  content: "\4c1d";
}
.hgi-solid.hgi-standard.hgi-mail-reply-02:before {
  content: "\4c1f";
}
.hgi-solid.hgi-standard.hgi-mail-reply-all-01:before {
  content: "\4c21";
}
.hgi-solid.hgi-standard.hgi-mail-reply-all-02:before {
  content: "\4c23";
}
.hgi-solid.hgi-standard.hgi-mail-search-01:before {
  content: "\4c25";
}
.hgi-solid.hgi-standard.hgi-mail-search-02:before {
  content: "\4c27";
}
.hgi-solid.hgi-standard.hgi-mail-secure-01:before {
  content: "\4c29";
}
.hgi-solid.hgi-standard.hgi-mail-secure-02:before {
  content: "\4c2b";
}
.hgi-solid.hgi-standard.hgi-mail-send-01:before {
  content: "\4c2d";
}
.hgi-solid.hgi-standard.hgi-mail-send-02:before {
  content: "\4c2f";
}
.hgi-solid.hgi-standard.hgi-mail-setting-01:before {
  content: "\4c31";
}
.hgi-solid.hgi-standard.hgi-mail-setting-02:before {
  content: "\4c33";
}
.hgi-solid.hgi-standard.hgi-mail-unlock-01:before {
  content: "\4c35";
}
.hgi-solid.hgi-standard.hgi-mail-unlock-02:before {
  content: "\4c37";
}
.hgi-solid.hgi-standard.hgi-mail-upload-01:before {
  content: "\4c39";
}
.hgi-solid.hgi-standard.hgi-mail-upload-02:before {
  content: "\4c3b";
}
.hgi-solid.hgi-standard.hgi-mail-validation-01:before {
  content: "\4c3d";
}
.hgi-solid.hgi-standard.hgi-mail-validation-02:before {
  content: "\4c3f";
}
.hgi-solid.hgi-standard.hgi-mail-voice-01:before {
  content: "\4c41";
}
.hgi-solid.hgi-standard.hgi-mail-voice-02:before {
  content: "\4c43";
}
.hgi-solid.hgi-standard.hgi-mailbox-01:before {
  content: "\4c45";
}
.hgi-solid.hgi-standard.hgi-mailbox:before {
  content: "\4c47";
}
.hgi-solid.hgi-standard.hgi-male-02:before {
  content: "\4c49";
}
.hgi-solid.hgi-standard.hgi-male-symbol:before {
  content: "\4c4b";
}
.hgi-solid.hgi-standard.hgi-man-woman:before {
  content: "\4c4e";
}
.hgi-solid.hgi-standard.hgi-man:before {
  content: "\4c4f";
}
.hgi-solid.hgi-standard.hgi-manager:before {
  content: "\4c51";
}
.hgi-solid.hgi-standard.hgi-map-pin:before {
  content: "\4c53";
}
.hgi-solid.hgi-standard.hgi-map-pinpoint-01:before {
  content: "\4c55";
}
.hgi-solid.hgi-standard.hgi-map-pinpoint-02:before {
  content: "\4c57";
}
.hgi-solid.hgi-standard.hgi-maping:before {
  content: "\4c59";
}
.hgi-solid.hgi-standard.hgi-maps-circle-01:before {
  content: "\4c5b";
}
.hgi-solid.hgi-standard.hgi-maps-circle-02:before {
  content: "\4c5d";
}
.hgi-solid.hgi-standard.hgi-maps-editing:before {
  content: "\4c5f";
}
.hgi-solid.hgi-standard.hgi-maps-global-01:before {
  content: "\4c61";
}
.hgi-solid.hgi-standard.hgi-maps-global-02:before {
  content: "\4c63";
}
.hgi-solid.hgi-standard.hgi-maps-location-01:before {
  content: "\4c65";
}
.hgi-solid.hgi-standard.hgi-maps-location-02:before {
  content: "\4c67";
}
.hgi-solid.hgi-standard.hgi-maps-off:before {
  content: "\4c69";
}
.hgi-solid.hgi-standard.hgi-maps-refresh:before {
  content: "\4c6b";
}
.hgi-solid.hgi-standard.hgi-maps-search:before {
  content: "\4c6d";
}
.hgi-solid.hgi-standard.hgi-maps-square-01:before {
  content: "\4c70";
}
.hgi-solid.hgi-standard.hgi-maps-square-02:before {
  content: "\4c72";
}
.hgi-solid.hgi-standard.hgi-maps:before {
  content: "\4c73";
}
.hgi-solid.hgi-standard.hgi-market-analysis:before {
  content: "\4c75";
}
.hgi-solid.hgi-standard.hgi-market-order:before {
  content: "\4c77";
}
.hgi-solid.hgi-standard.hgi-marketing:before {
  content: "\4c79";
}
.hgi-solid.hgi-standard.hgi-mask-love:before {
  content: "\4c7b";
}
.hgi-solid.hgi-standard.hgi-mask:before {
  content: "\4c7d";
}
.hgi-solid.hgi-standard.hgi-master-card:before {
  content: "\4c7f";
}
.hgi-solid.hgi-standard.hgi-mastodon:before {
  content: "\4c81";
}
.hgi-solid.hgi-standard.hgi-matches:before {
  content: "\4c83";
}
.hgi-solid.hgi-standard.hgi-material-and-texture:before {
  content: "\4c85";
}
.hgi-solid.hgi-standard.hgi-math:before {
  content: "\4c87";
}
.hgi-solid.hgi-standard.hgi-matrix:before {
  content: "\4c89";
}
.hgi-solid.hgi-standard.hgi-maximize-01:before {
  content: "\4c8b";
}
.hgi-solid.hgi-standard.hgi-maximize-02:before {
  content: "\4c8d";
}
.hgi-solid.hgi-standard.hgi-maximize-03:before {
  content: "\4c8f";
}
.hgi-solid.hgi-standard.hgi-maximize-04:before {
  content: "\4c91";
}
.hgi-solid.hgi-standard.hgi-maximize-screen:before {
  content: "\4c93";
}
.hgi-solid.hgi-standard.hgi-mayan-pyramid:before {
  content: "\4c95";
}
.hgi-solid.hgi-standard.hgi-maze:before {
  content: "\4c97";
}
.hgi-solid.hgi-standard.hgi-medal-01:before {
  content: "\4c99";
}
.hgi-solid.hgi-standard.hgi-medal-02:before {
  content: "\4c9b";
}
.hgi-solid.hgi-standard.hgi-medal-03:before {
  content: "\4c9d";
}
.hgi-solid.hgi-standard.hgi-medal-04:before {
  content: "\4c9f";
}
.hgi-solid.hgi-standard.hgi-medal-05:before {
  content: "\4ca1";
}
.hgi-solid.hgi-standard.hgi-medal-06:before {
  content: "\4ca3";
}
.hgi-solid.hgi-standard.hgi-medal-07:before {
  content: "\4ca5";
}
.hgi-solid.hgi-standard.hgi-medal-first-place:before {
  content: "\4ca7";
}
.hgi-solid.hgi-standard.hgi-medal-second-place:before {
  content: "\4ca9";
}
.hgi-solid.hgi-standard.hgi-medal-third-place:before {
  content: "\4cab";
}
.hgi-solid.hgi-standard.hgi-medical-file:before {
  content: "\4cad";
}
.hgi-solid.hgi-standard.hgi-medical-mask:before {
  content: "\4caf";
}
.hgi-solid.hgi-standard.hgi-medicine-01:before {
  content: "\4cb1";
}
.hgi-solid.hgi-standard.hgi-medicine-02:before {
  content: "\4cb3";
}
.hgi-solid.hgi-standard.hgi-medicine-bottle-01:before {
  content: "\4cb5";
}
.hgi-solid.hgi-standard.hgi-medicine-bottle-02:before {
  content: "\4cb7";
}
.hgi-solid.hgi-standard.hgi-medicine-syrup:before {
  content: "\4cb9";
}
.hgi-solid.hgi-standard.hgi-medium-signal:before {
  content: "\4cbc";
}
.hgi-solid.hgi-standard.hgi-medium-square:before {
  content: "\4cbe";
}
.hgi-solid.hgi-standard.hgi-medium:before {
  content: "\4cbf";
}
.hgi-solid.hgi-standard.hgi-meeting-room:before {
  content: "\4cc1";
}
.hgi-solid.hgi-standard.hgi-megaphone-01:before {
  content: "\4cc3";
}
.hgi-solid.hgi-standard.hgi-megaphone-02:before {
  content: "\4cc5";
}
.hgi-solid.hgi-standard.hgi-megaphone-03:before {
  content: "\4cc7";
}
.hgi-solid.hgi-standard.hgi-meh:before {
  content: "\4cc9";
}
.hgi-solid.hgi-standard.hgi-mentor:before {
  content: "\4ccb";
}
.hgi-solid.hgi-standard.hgi-mentoring:before {
  content: "\4ccd";
}
.hgi-solid.hgi-standard.hgi-menu-01:before {
  content: "\4ccf";
}
.hgi-solid.hgi-standard.hgi-menu-02:before {
  content: "\4cd1";
}
.hgi-solid.hgi-standard.hgi-menu-03:before {
  content: "\4cd3";
}
.hgi-solid.hgi-standard.hgi-menu-04:before {
  content: "\4cd5";
}
.hgi-solid.hgi-standard.hgi-menu-05:before {
  content: "\4cd7";
}
.hgi-solid.hgi-standard.hgi-menu-06:before {
  content: "\4cd9";
}
.hgi-solid.hgi-standard.hgi-menu-07:before {
  content: "\4cdb";
}
.hgi-solid.hgi-standard.hgi-menu-08:before {
  content: "\4cdd";
}
.hgi-solid.hgi-standard.hgi-menu-09:before {
  content: "\4cdf";
}
.hgi-solid.hgi-standard.hgi-menu-10:before {
  content: "\4ce1";
}
.hgi-solid.hgi-standard.hgi-menu-11:before {
  content: "\4ce3";
}
.hgi-solid.hgi-standard.hgi-menu-circle:before {
  content: "\4ce5";
}
.hgi-solid.hgi-standard.hgi-menu-collapse:before {
  content: "\4ce7";
}
.hgi-solid.hgi-standard.hgi-menu-restaurant:before {
  content: "\4ce9";
}
.hgi-solid.hgi-standard.hgi-menu-square:before {
  content: "\4ceb";
}
.hgi-solid.hgi-standard.hgi-menu-two-line:before {
  content: "\4ced";
}
.hgi-solid.hgi-standard.hgi-message-01:before {
  content: "\4cef";
}
.hgi-solid.hgi-standard.hgi-message-02:before {
  content: "\4cf1";
}
.hgi-solid.hgi-standard.hgi-message-add-01:before {
  content: "\4cf3";
}
.hgi-solid.hgi-standard.hgi-message-add-02:before {
  content: "\4cf5";
}
.hgi-solid.hgi-standard.hgi-message-blocked:before {
  content: "\4cf7";
}
.hgi-solid.hgi-standard.hgi-message-cancel-01:before {
  content: "\4cf9";
}
.hgi-solid.hgi-standard.hgi-message-cancel-02:before {
  content: "\4cfb";
}
.hgi-solid.hgi-standard.hgi-message-delay-01:before {
  content: "\4cfd";
}
.hgi-solid.hgi-standard.hgi-message-delay-02:before {
  content: "\4cff";
}
.hgi-solid.hgi-standard.hgi-message-done-01:before {
  content: "\4d01";
}
.hgi-solid.hgi-standard.hgi-message-done-02:before {
  content: "\4d03";
}
.hgi-solid.hgi-standard.hgi-message-download-01:before {
  content: "\4d05";
}
.hgi-solid.hgi-standard.hgi-message-download-02:before {
  content: "\4d07";
}
.hgi-solid.hgi-standard.hgi-message-edit-01:before {
  content: "\4d09";
}
.hgi-solid.hgi-standard.hgi-message-edit-02:before {
  content: "\4d0b";
}
.hgi-solid.hgi-standard.hgi-message-favourite-01:before {
  content: "\4d0d";
}
.hgi-solid.hgi-standard.hgi-message-favourite-02:before {
  content: "\4d0f";
}
.hgi-solid.hgi-standard.hgi-message-incoming-01:before {
  content: "\4d11";
}
.hgi-solid.hgi-standard.hgi-message-incoming-02:before {
  content: "\4d13";
}
.hgi-solid.hgi-standard.hgi-message-lock-01:before {
  content: "\4d15";
}
.hgi-solid.hgi-standard.hgi-message-lock-02:before {
  content: "\4d17";
}
.hgi-solid.hgi-standard.hgi-message-multiple-01:before {
  content: "\4d19";
}
.hgi-solid.hgi-standard.hgi-message-multiple-02:before {
  content: "\4d1b";
}
.hgi-solid.hgi-standard.hgi-message-notification-01:before {
  content: "\4d1d";
}
.hgi-solid.hgi-standard.hgi-message-notification-02:before {
  content: "\4d1f";
}
.hgi-solid.hgi-standard.hgi-message-outgoing-01:before {
  content: "\4d21";
}
.hgi-solid.hgi-standard.hgi-message-outgoing-02:before {
  content: "\4d23";
}
.hgi-solid.hgi-standard.hgi-message-preview-01:before {
  content: "\4d25";
}
.hgi-solid.hgi-standard.hgi-message-preview-02:before {
  content: "\4d27";
}
.hgi-solid.hgi-standard.hgi-message-programming:before {
  content: "\4d29";
}
.hgi-solid.hgi-standard.hgi-message-question:before {
  content: "\4d2b";
}
.hgi-solid.hgi-standard.hgi-message-search-01:before {
  content: "\4d2d";
}
.hgi-solid.hgi-standard.hgi-message-search-02:before {
  content: "\4d2f";
}
.hgi-solid.hgi-standard.hgi-message-secure-01:before {
  content: "\4d31";
}
.hgi-solid.hgi-standard.hgi-message-secure-02:before {
  content: "\4d33";
}
.hgi-solid.hgi-standard.hgi-message-translate:before {
  content: "\4d35";
}
.hgi-solid.hgi-standard.hgi-message-unlock-01:before {
  content: "\4d37";
}
.hgi-solid.hgi-standard.hgi-message-unlock-02:before {
  content: "\4d39";
}
.hgi-solid.hgi-standard.hgi-message-upload-01:before {
  content: "\4d3b";
}
.hgi-solid.hgi-standard.hgi-message-upload-02:before {
  content: "\4d3d";
}
.hgi-solid.hgi-standard.hgi-message-user-01:before {
  content: "\4d3f";
}
.hgi-solid.hgi-standard.hgi-message-user-02:before {
  content: "\4d41";
}
.hgi-solid.hgi-standard.hgi-messenger:before {
  content: "\4d43";
}
.hgi-solid.hgi-standard.hgi-meta:before {
  content: "\4d45";
}
.hgi-solid.hgi-standard.hgi-metro:before {
  content: "\4d47";
}
.hgi-solid.hgi-standard.hgi-mic-01:before {
  content: "\4d49";
}
.hgi-solid.hgi-standard.hgi-mic-02:before {
  content: "\4d4b";
}
.hgi-solid.hgi-standard.hgi-mic-off-01:before {
  content: "\4d4d";
}
.hgi-solid.hgi-standard.hgi-mic-off-02:before {
  content: "\4d4f";
}
.hgi-solid.hgi-standard.hgi-microscope:before {
  content: "\4d51";
}
.hgi-solid.hgi-standard.hgi-microsoft-admin:before {
  content: "\4d53";
}
.hgi-solid.hgi-standard.hgi-microsoft:before {
  content: "\4d55";
}
.hgi-solid.hgi-standard.hgi-microwave:before {
  content: "\4d57";
}
.hgi-solid.hgi-standard.hgi-milk-bottle:before {
  content: "\4d59";
}
.hgi-solid.hgi-standard.hgi-milk-carton:before {
  content: "\4d5b";
}
.hgi-solid.hgi-standard.hgi-milk-coconut:before {
  content: "\4d5d";
}
.hgi-solid.hgi-standard.hgi-milk-oat:before {
  content: "\4d5f";
}
.hgi-solid.hgi-standard.hgi-minimize-01:before {
  content: "\4d61";
}
.hgi-solid.hgi-standard.hgi-minimize-02:before {
  content: "\4d63";
}
.hgi-solid.hgi-standard.hgi-minimize-03:before {
  content: "\4d65";
}
.hgi-solid.hgi-standard.hgi-minimize-04:before {
  content: "\4d67";
}
.hgi-solid.hgi-standard.hgi-minimize-screen:before {
  content: "\4d69";
}
.hgi-solid.hgi-standard.hgi-mining-01:before {
  content: "\4d6b";
}
.hgi-solid.hgi-standard.hgi-mining-02:before {
  content: "\4d6d";
}
.hgi-solid.hgi-standard.hgi-mining-03:before {
  content: "\4d6f";
}
.hgi-solid.hgi-standard.hgi-minus-plus-01:before {
  content: "\4d71";
}
.hgi-solid.hgi-standard.hgi-minus-plus-02:before {
  content: "\4d73";
}
.hgi-solid.hgi-standard.hgi-minus-plus-circle-01:before {
  content: "\4d75";
}
.hgi-solid.hgi-standard.hgi-minus-plus-circle-02:before {
  content: "\4d77";
}
.hgi-solid.hgi-standard.hgi-minus-plus-square-01:before {
  content: "\4d79";
}
.hgi-solid.hgi-standard.hgi-minus-plus-square-02:before {
  content: "\4d7b";
}
.hgi-solid.hgi-standard.hgi-minus-sign-circle:before {
  content: "\4d7d";
}
.hgi-solid.hgi-standard.hgi-minus-sign-square:before {
  content: "\4d80";
}
.hgi-solid.hgi-standard.hgi-minus-sign:before {
  content: "\4d81";
}
.hgi-solid.hgi-standard.hgi-mirror:before {
  content: "\4d83";
}
.hgi-solid.hgi-standard.hgi-mirroring-screen:before {
  content: "\4d85";
}
.hgi-solid.hgi-standard.hgi-mixer:before {
  content: "\4d87";
}
.hgi-solid.hgi-standard.hgi-mobile-navigator-01:before {
  content: "\4d89";
}
.hgi-solid.hgi-standard.hgi-mobile-navigator-02:before {
  content: "\4d8b";
}
.hgi-solid.hgi-standard.hgi-mobile-programming-01:before {
  content: "\4d8d";
}
.hgi-solid.hgi-standard.hgi-mobile-programming-02:before {
  content: "\4d8f";
}
.hgi-solid.hgi-standard.hgi-mobile-protection:before {
  content: "\4d91";
}
.hgi-solid.hgi-standard.hgi-mobile-security:before {
  content: "\4d93";
}
.hgi-solid.hgi-standard.hgi-mochi:before {
  content: "\4d95";
}
.hgi-solid.hgi-standard.hgi-modern-tv-4-k:before {
  content: "\4d97";
}
.hgi-solid.hgi-standard.hgi-modern-tv-issue:before {
  content: "\4d99";
}
.hgi-solid.hgi-standard.hgi-modern-tv:before {
  content: "\4d9b";
}
.hgi-solid.hgi-standard.hgi-molecules:before {
  content: "\4d9d";
}
.hgi-solid.hgi-standard.hgi-mollie:before {
  content: "\4d9f";
}
.hgi-solid.hgi-standard.hgi-monas:before {
  content: "\4da1";
}
.hgi-solid.hgi-standard.hgi-money-01:before {
  content: "\4da3";
}
.hgi-solid.hgi-standard.hgi-money-02:before {
  content: "\4da5";
}
.hgi-solid.hgi-standard.hgi-money-03:before {
  content: "\4da7";
}
.hgi-solid.hgi-standard.hgi-money-04:before {
  content: "\4da9";
}
.hgi-solid.hgi-standard.hgi-money-add-01:before {
  content: "\4dab";
}
.hgi-solid.hgi-standard.hgi-money-add-02:before {
  content: "\4dad";
}
.hgi-solid.hgi-standard.hgi-money-bag-01:before {
  content: "\4daf";
}
.hgi-solid.hgi-standard.hgi-money-bag-02:before {
  content: "\4db1";
}
.hgi-solid.hgi-standard.hgi-money-exchange-01:before {
  content: "\4db3";
}
.hgi-solid.hgi-standard.hgi-money-exchange-02:before {
  content: "\4db5";
}
.hgi-solid.hgi-standard.hgi-money-exchange-03:before {
  content: "\4db7";
}
.hgi-solid.hgi-standard.hgi-money-not-found-01:before {
  content: "\4db9";
}
.hgi-solid.hgi-standard.hgi-money-not-found-02:before {
  content: "\4dbb";
}
.hgi-solid.hgi-standard.hgi-money-not-found-03:before {
  content: "\4dbd";
}
.hgi-solid.hgi-standard.hgi-money-not-found-04:before {
  content: "\4dbf";
}
.hgi-solid.hgi-standard.hgi-money-receive-01:before {
  content: "\4dc1";
}
.hgi-solid.hgi-standard.hgi-money-receive-02:before {
  content: "\4dc3";
}
.hgi-solid.hgi-standard.hgi-money-receive-circle:before {
  content: "\4dc5";
}
.hgi-solid.hgi-standard.hgi-money-receive-flow-01:before {
  content: "\4dc7";
}
.hgi-solid.hgi-standard.hgi-money-receive-flow-02:before {
  content: "\4dc9";
}
.hgi-solid.hgi-standard.hgi-money-receive-square:before {
  content: "\4dcb";
}
.hgi-solid.hgi-standard.hgi-money-remove-01:before {
  content: "\4dcd";
}
.hgi-solid.hgi-standard.hgi-money-remove-02:before {
  content: "\4dcf";
}
.hgi-solid.hgi-standard.hgi-money-safe:before {
  content: "\4dd1";
}
.hgi-solid.hgi-standard.hgi-money-saving-jar:before {
  content: "\4dd3";
}
.hgi-solid.hgi-standard.hgi-money-security:before {
  content: "\4dd5";
}
.hgi-solid.hgi-standard.hgi-money-send-01:before {
  content: "\4dd7";
}
.hgi-solid.hgi-standard.hgi-money-send-02:before {
  content: "\4dd9";
}
.hgi-solid.hgi-standard.hgi-money-send-circle:before {
  content: "\4ddb";
}
.hgi-solid.hgi-standard.hgi-money-send-flow-01:before {
  content: "\4ddd";
}
.hgi-solid.hgi-standard.hgi-money-send-flow-02:before {
  content: "\4ddf";
}
.hgi-solid.hgi-standard.hgi-money-send-square:before {
  content: "\4de1";
}
.hgi-solid.hgi-standard.hgi-monocle-01:before {
  content: "\4de3";
}
.hgi-solid.hgi-standard.hgi-monocle:before {
  content: "\4de5";
}
.hgi-solid.hgi-standard.hgi-monster:before {
  content: "\4de7";
}
.hgi-solid.hgi-standard.hgi-moon-01:before {
  content: "\4de9";
}
.hgi-solid.hgi-standard.hgi-moon-02:before {
  content: "\4deb";
}
.hgi-solid.hgi-standard.hgi-moon-angled-rain-zap:before {
  content: "\4ded";
}
.hgi-solid.hgi-standard.hgi-moon-cloud-angled-rain:before {
  content: "\4def";
}
.hgi-solid.hgi-standard.hgi-moon-cloud-angled-zap:before {
  content: "\4df1";
}
.hgi-solid.hgi-standard.hgi-moon-cloud-big-rain:before {
  content: "\4df3";
}
.hgi-solid.hgi-standard.hgi-moon-cloud-fast-wind:before {
  content: "\4df5";
}
.hgi-solid.hgi-standard.hgi-moon-cloud-hailstone:before {
  content: "\4df7";
}
.hgi-solid.hgi-standard.hgi-moon-cloud-little-rain:before {
  content: "\4df9";
}
.hgi-solid.hgi-standard.hgi-moon-cloud-little-snow:before {
  content: "\4dfb";
}
.hgi-solid.hgi-standard.hgi-moon-cloud-mid-rain:before {
  content: "\4dfd";
}
.hgi-solid.hgi-standard.hgi-moon-cloud-mid-snow:before {
  content: "\4dff";
}
.hgi-solid.hgi-standard.hgi-moon-cloud-slow-wind:before {
  content: "\4e02";
}
.hgi-solid.hgi-standard.hgi-moon-cloud-snow:before {
  content: "\4e04";
}
.hgi-solid.hgi-standard.hgi-moon-cloud:before {
  content: "\4e05";
}
.hgi-solid.hgi-standard.hgi-moon-eclipse:before {
  content: "\4e07";
}
.hgi-solid.hgi-standard.hgi-moon-fast-wind:before {
  content: "\4e09";
}
.hgi-solid.hgi-standard.hgi-moon-landing:before {
  content: "\4e0b";
}
.hgi-solid.hgi-standard.hgi-moon-slow-wind:before {
  content: "\4e0e";
}
.hgi-solid.hgi-standard.hgi-moon:before {
  content: "\4e0f";
}
.hgi-solid.hgi-standard.hgi-moonset:before {
  content: "\4e11";
}
.hgi-solid.hgi-standard.hgi-more-01:before {
  content: "\4e13";
}
.hgi-solid.hgi-standard.hgi-more-02:before {
  content: "\4e15";
}
.hgi-solid.hgi-standard.hgi-more-03:before {
  content: "\4e17";
}
.hgi-solid.hgi-standard.hgi-more-horizontal-circle-01:before {
  content: "\4e19";
}
.hgi-solid.hgi-standard.hgi-more-horizontal-circle-02:before {
  content: "\4e1b";
}
.hgi-solid.hgi-standard.hgi-more-horizontal-square-01:before {
  content: "\4e1e";
}
.hgi-solid.hgi-standard.hgi-more-horizontal-square-02:before {
  content: "\4e20";
}
.hgi-solid.hgi-standard.hgi-more-horizontal:before {
  content: "\4e21";
}
.hgi-solid.hgi-standard.hgi-more-or-less-circle:before {
  content: "\4e23";
}
.hgi-solid.hgi-standard.hgi-more-or-less-square:before {
  content: "\4e26";
}
.hgi-solid.hgi-standard.hgi-more-or-less:before {
  content: "\4e27";
}
.hgi-solid.hgi-standard.hgi-more-vertical-circle-01:before {
  content: "\4e2a";
}
.hgi-solid.hgi-standard.hgi-more-vertical-circle-02:before {
  content: "\4e2c";
}
.hgi-solid.hgi-standard.hgi-more-vertical-square-01:before {
  content: "\4e2f";
}
.hgi-solid.hgi-standard.hgi-more-vertical-square-02:before {
  content: "\4e31";
}
.hgi-solid.hgi-standard.hgi-more-vertical:before {
  content: "\4e32";
}
.hgi-solid.hgi-standard.hgi-more:before {
  content: "\4e33";
}
.hgi-solid.hgi-standard.hgi-mortar:before {
  content: "\4e35";
}
.hgi-solid.hgi-standard.hgi-mortarboard-01:before {
  content: "\4e37";
}
.hgi-solid.hgi-standard.hgi-mortarboard-02:before {
  content: "\4e39";
}
.hgi-solid.hgi-standard.hgi-mosque-01:before {
  content: "\4e3b";
}
.hgi-solid.hgi-standard.hgi-mosque-02:before {
  content: "\4e3d";
}
.hgi-solid.hgi-standard.hgi-mosque-03:before {
  content: "\4e3f";
}
.hgi-solid.hgi-standard.hgi-mosque-04:before {
  content: "\4e41";
}
.hgi-solid.hgi-standard.hgi-mosque-05:before {
  content: "\4e43";
}
.hgi-solid.hgi-standard.hgi-mosque-location:before {
  content: "\4e45";
}
.hgi-solid.hgi-standard.hgi-motion-01:before {
  content: "\4e47";
}
.hgi-solid.hgi-standard.hgi-motion-02:before {
  content: "\4e49";
}
.hgi-solid.hgi-standard.hgi-motorbike-01:before {
  content: "\4e4b";
}
.hgi-solid.hgi-standard.hgi-motorbike-02:before {
  content: "\4e4d";
}
.hgi-solid.hgi-standard.hgi-mountain:before {
  content: "\4e4f";
}
.hgi-solid.hgi-standard.hgi-mouse-01:before {
  content: "\4e51";
}
.hgi-solid.hgi-standard.hgi-mouse-02:before {
  content: "\4e53";
}
.hgi-solid.hgi-standard.hgi-mouse-03:before {
  content: "\4e55";
}
.hgi-solid.hgi-standard.hgi-mouse-04:before {
  content: "\4e57";
}
.hgi-solid.hgi-standard.hgi-mouse-05:before {
  content: "\4e59";
}
.hgi-solid.hgi-standard.hgi-mouse-06:before {
  content: "\4e5b";
}
.hgi-solid.hgi-standard.hgi-mouse-07:before {
  content: "\4e5d";
}
.hgi-solid.hgi-standard.hgi-mouse-08:before {
  content: "\4e5f";
}
.hgi-solid.hgi-standard.hgi-mouse-09:before {
  content: "\4e61";
}
.hgi-solid.hgi-standard.hgi-mouse-10:before {
  content: "\4e63";
}
.hgi-solid.hgi-standard.hgi-mouse-11:before {
  content: "\4e65";
}
.hgi-solid.hgi-standard.hgi-mouse-12:before {
  content: "\4e67";
}
.hgi-solid.hgi-standard.hgi-mouse-13:before {
  content: "\4e69";
}
.hgi-solid.hgi-standard.hgi-mouse-14:before {
  content: "\4e6b";
}
.hgi-solid.hgi-standard.hgi-mouse-15:before {
  content: "\4e6d";
}
.hgi-solid.hgi-standard.hgi-mouse-16:before {
  content: "\4e6f";
}
.hgi-solid.hgi-standard.hgi-mouse-17:before {
  content: "\4e71";
}
.hgi-solid.hgi-standard.hgi-mouse-18:before {
  content: "\4e73";
}
.hgi-solid.hgi-standard.hgi-mouse-19:before {
  content: "\4e75";
}
.hgi-solid.hgi-standard.hgi-mouse-20:before {
  content: "\4e77";
}
.hgi-solid.hgi-standard.hgi-mouse-21:before {
  content: "\4e79";
}
.hgi-solid.hgi-standard.hgi-mouse-22:before {
  content: "\4e7b";
}
.hgi-solid.hgi-standard.hgi-mouse-23:before {
  content: "\4e7d";
}
.hgi-solid.hgi-standard.hgi-mouse-left-click-01:before {
  content: "\4e7f";
}
.hgi-solid.hgi-standard.hgi-mouse-left-click-02:before {
  content: "\4e81";
}
.hgi-solid.hgi-standard.hgi-mouse-left-click-03:before {
  content: "\4e83";
}
.hgi-solid.hgi-standard.hgi-mouse-left-click-04:before {
  content: "\4e85";
}
.hgi-solid.hgi-standard.hgi-mouse-left-click-05:before {
  content: "\4e87";
}
.hgi-solid.hgi-standard.hgi-mouse-left-click-06:before {
  content: "\4e89";
}
.hgi-solid.hgi-standard.hgi-mouse-right-click-01:before {
  content: "\4e8b";
}
.hgi-solid.hgi-standard.hgi-mouse-right-click-02:before {
  content: "\4e8d";
}
.hgi-solid.hgi-standard.hgi-mouse-right-click-03:before {
  content: "\4e8f";
}
.hgi-solid.hgi-standard.hgi-mouse-right-click-04:before {
  content: "\4e91";
}
.hgi-solid.hgi-standard.hgi-mouse-right-click-05:before {
  content: "\4e93";
}
.hgi-solid.hgi-standard.hgi-mouse-right-click-06:before {
  content: "\4e95";
}
.hgi-solid.hgi-standard.hgi-mouse-scroll-01:before {
  content: "\4e97";
}
.hgi-solid.hgi-standard.hgi-mouse-scroll-02:before {
  content: "\4e99";
}
.hgi-solid.hgi-standard.hgi-move-01:before {
  content: "\4e9b";
}
.hgi-solid.hgi-standard.hgi-move-02:before {
  content: "\4e9d";
}
.hgi-solid.hgi-standard.hgi-move-bottom:before {
  content: "\4e9f";
}
.hgi-solid.hgi-standard.hgi-move-left:before {
  content: "\4ea1";
}
.hgi-solid.hgi-standard.hgi-move-right:before {
  content: "\4ea3";
}
.hgi-solid.hgi-standard.hgi-move-to:before {
  content: "\4ea6";
}
.hgi-solid.hgi-standard.hgi-move-top:before {
  content: "\4ea8";
}
.hgi-solid.hgi-standard.hgi-move:before {
  content: "\4ea9";
}
.hgi-solid.hgi-standard.hgi-mp-3-01:before {
  content: "\4eab";
}
.hgi-solid.hgi-standard.hgi-mp-3-02:before {
  content: "\4ead";
}
.hgi-solid.hgi-standard.hgi-mp-4-01:before {
  content: "\4eaf";
}
.hgi-solid.hgi-standard.hgi-mp-4-02:before {
  content: "\4eb1";
}
.hgi-solid.hgi-standard.hgi-muhammad:before {
  content: "\4eb3";
}
.hgi-solid.hgi-standard.hgi-multiplication-sign-circle:before {
  content: "\4eb5";
}
.hgi-solid.hgi-standard.hgi-multiplication-sign-square:before {
  content: "\4eb8";
}
.hgi-solid.hgi-standard.hgi-multiplication-sign:before {
  content: "\4eb9";
}
.hgi-solid.hgi-standard.hgi-mushroom-01:before {
  content: "\4ebb";
}
.hgi-solid.hgi-standard.hgi-mushroom:before {
  content: "\4ebd";
}
.hgi-solid.hgi-standard.hgi-music-note-01:before {
  content: "\4ebf";
}
.hgi-solid.hgi-standard.hgi-music-note-02:before {
  content: "\4ec1";
}
.hgi-solid.hgi-standard.hgi-music-note-03:before {
  content: "\4ec3";
}
.hgi-solid.hgi-standard.hgi-music-note-04:before {
  content: "\4ec5";
}
.hgi-solid.hgi-standard.hgi-music-note-square-01:before {
  content: "\4ec7";
}
.hgi-solid.hgi-standard.hgi-music-note-square-02:before {
  content: "\4ec9";
}
.hgi-solid.hgi-standard.hgi-muslim:before {
  content: "\4ecb";
}
.hgi-solid.hgi-standard.hgi-mute:before {
  content: "\4ecd";
}
.hgi-solid.hgi-standard.hgi-mymind:before {
  content: "\4ecf";
}
.hgi-solid.hgi-standard.hgi-n-th-root-circle:before {
  content: "\4ed1";
}
.hgi-solid.hgi-standard.hgi-n-th-root-square:before {
  content: "\4ed4";
}
.hgi-solid.hgi-standard.hgi-n-th-root:before {
  content: "\4ed5";
}
.hgi-solid.hgi-standard.hgi-nano-technology:before {
  content: "\4ed7";
}
.hgi-solid.hgi-standard.hgi-napkins-01:before {
  content: "\4ed9";
}
.hgi-solid.hgi-standard.hgi-napkins-02:before {
  content: "\4edb";
}
.hgi-solid.hgi-standard.hgi-natural-food:before {
  content: "\4edd";
}
.hgi-solid.hgi-standard.hgi-navigation-01:before {
  content: "\4edf";
}
.hgi-solid.hgi-standard.hgi-navigation-02:before {
  content: "\4ee1";
}
.hgi-solid.hgi-standard.hgi-navigation-03:before {
  content: "\4ee3";
}
.hgi-solid.hgi-standard.hgi-navigation-04:before {
  content: "\4ee5";
}
.hgi-solid.hgi-standard.hgi-navigation-05:before {
  content: "\4ee7";
}
.hgi-solid.hgi-standard.hgi-navigator-01:before {
  content: "\4ee9";
}
.hgi-solid.hgi-standard.hgi-navigator-02:before {
  content: "\4eeb";
}
.hgi-solid.hgi-standard.hgi-necklace:before {
  content: "\4eed";
}
.hgi-solid.hgi-standard.hgi-nerd:before {
  content: "\4eef";
}
.hgi-solid.hgi-standard.hgi-neural-network:before {
  content: "\4ef1";
}
.hgi-solid.hgi-standard.hgi-neutral:before {
  content: "\4ef3";
}
.hgi-solid.hgi-standard.hgi-new-job:before {
  content: "\4ef5";
}
.hgi-solid.hgi-standard.hgi-new-office:before {
  content: "\4ef7";
}
.hgi-solid.hgi-standard.hgi-new-releases:before {
  content: "\4ef9";
}
.hgi-solid.hgi-standard.hgi-new-twitter-ellipse:before {
  content: "\4efb";
}
.hgi-solid.hgi-standard.hgi-new-twitter-rectangle:before {
  content: "\4efd";
}
.hgi-solid.hgi-standard.hgi-new-twitter:before {
  content: "\4eff";
}
.hgi-solid.hgi-standard.hgi-news-01:before {
  content: "\4f01";
}
.hgi-solid.hgi-standard.hgi-news:before {
  content: "\4f03";
}
.hgi-solid.hgi-standard.hgi-next:before {
  content: "\4f05";
}
.hgi-solid.hgi-standard.hgi-nike:before {
  content: "\4f07";
}
.hgi-solid.hgi-standard.hgi-nintendo-switch:before {
  content: "\4f0a";
}
.hgi-solid.hgi-standard.hgi-nintendo:before {
  content: "\4f0b";
}
.hgi-solid.hgi-standard.hgi-niqab:before {
  content: "\4f0d";
}
.hgi-solid.hgi-standard.hgi-no-internet:before {
  content: "\4f0f";
}
.hgi-solid.hgi-standard.hgi-no-meeting-room:before {
  content: "\4f11";
}
.hgi-solid.hgi-standard.hgi-no-signal:before {
  content: "\4f13";
}
.hgi-solid.hgi-standard.hgi-node-add:before {
  content: "\4f15";
}
.hgi-solid.hgi-standard.hgi-node-edit:before {
  content: "\4f17";
}
.hgi-solid.hgi-standard.hgi-node-move-down:before {
  content: "\4f19";
}
.hgi-solid.hgi-standard.hgi-node-move-up:before {
  content: "\4f1b";
}
.hgi-solid.hgi-standard.hgi-node-remove:before {
  content: "\4f1d";
}
.hgi-solid.hgi-standard.hgi-noodles:before {
  content: "\4f1f";
}
.hgi-solid.hgi-standard.hgi-nose:before {
  content: "\4f21";
}
.hgi-solid.hgi-standard.hgi-not-equal-sign-circle:before {
  content: "\4f23";
}
.hgi-solid.hgi-standard.hgi-not-equal-sign-square:before {
  content: "\4f26";
}
.hgi-solid.hgi-standard.hgi-not-equal-sign:before {
  content: "\4f27";
}
.hgi-solid.hgi-standard.hgi-note-01:before {
  content: "\4f29";
}
.hgi-solid.hgi-standard.hgi-note-02:before {
  content: "\4f2b";
}
.hgi-solid.hgi-standard.hgi-note-03:before {
  content: "\4f2d";
}
.hgi-solid.hgi-standard.hgi-note-04:before {
  content: "\4f2f";
}
.hgi-solid.hgi-standard.hgi-note-05:before {
  content: "\4f31";
}
.hgi-solid.hgi-standard.hgi-note-add:before {
  content: "\4f33";
}
.hgi-solid.hgi-standard.hgi-note-done:before {
  content: "\4f35";
}
.hgi-solid.hgi-standard.hgi-note-edit:before {
  content: "\4f37";
}
.hgi-solid.hgi-standard.hgi-note-remove:before {
  content: "\4f39";
}
.hgi-solid.hgi-standard.hgi-note:before {
  content: "\4f3b";
}
.hgi-solid.hgi-standard.hgi-notebook-01:before {
  content: "\4f3d";
}
.hgi-solid.hgi-standard.hgi-notebook-02:before {
  content: "\4f3f";
}
.hgi-solid.hgi-standard.hgi-notebook:before {
  content: "\4f41";
}
.hgi-solid.hgi-standard.hgi-notification-01:before {
  content: "\4f43";
}
.hgi-solid.hgi-standard.hgi-notification-02:before {
  content: "\4f45";
}
.hgi-solid.hgi-standard.hgi-notification-03:before {
  content: "\4f47";
}
.hgi-solid.hgi-standard.hgi-notification-block-01:before {
  content: "\4f49";
}
.hgi-solid.hgi-standard.hgi-notification-block-02:before {
  content: "\4f4b";
}
.hgi-solid.hgi-standard.hgi-notification-block-03:before {
  content: "\4f4d";
}
.hgi-solid.hgi-standard.hgi-notification-bubble:before {
  content: "\4f4f";
}
.hgi-solid.hgi-standard.hgi-notification-circle:before {
  content: "\4f51";
}
.hgi-solid.hgi-standard.hgi-notification-off-01:before {
  content: "\4f53";
}
.hgi-solid.hgi-standard.hgi-notification-off-02:before {
  content: "\4f55";
}
.hgi-solid.hgi-standard.hgi-notification-off-03:before {
  content: "\4f57";
}
.hgi-solid.hgi-standard.hgi-notification-snooze-01:before {
  content: "\4f59";
}
.hgi-solid.hgi-standard.hgi-notification-snooze-02:before {
  content: "\4f5b";
}
.hgi-solid.hgi-standard.hgi-notification-snooze-03:before {
  content: "\4f5d";
}
.hgi-solid.hgi-standard.hgi-notification-square:before {
  content: "\4f5f";
}
.hgi-solid.hgi-standard.hgi-notion-01:before {
  content: "\4f61";
}
.hgi-solid.hgi-standard.hgi-notion-02:before {
  content: "\4f63";
}
.hgi-solid.hgi-standard.hgi-npm:before {
  content: "\4f65";
}
.hgi-solid.hgi-standard.hgi-nuclear-power:before {
  content: "\4f67";
}
.hgi-solid.hgi-standard.hgi-nut:before {
  content: "\4f69";
}
.hgi-solid.hgi-standard.hgi-obtuse:before {
  content: "\4f6b";
}
.hgi-solid.hgi-standard.hgi-octagon:before {
  content: "\4f6d";
}
.hgi-solid.hgi-standard.hgi-octopus:before {
  content: "\4f6f";
}
.hgi-solid.hgi-standard.hgi-office-365:before {
  content: "\4f71";
}
.hgi-solid.hgi-standard.hgi-office-chair:before {
  content: "\4f73";
}
.hgi-solid.hgi-standard.hgi-office:before {
  content: "\4f75";
}
.hgi-solid.hgi-standard.hgi-oil-barrel:before {
  content: "\4f77";
}
.hgi-solid.hgi-standard.hgi-ok-finger:before {
  content: "\4f79";
}
.hgi-solid.hgi-standard.hgi-olympic-torch:before {
  content: "\4f7b";
}
.hgi-solid.hgi-standard.hgi-online-learning-01:before {
  content: "\4f7d";
}
.hgi-solid.hgi-standard.hgi-online-learning-02:before {
  content: "\4f7f";
}
.hgi-solid.hgi-standard.hgi-online-learning-03:before {
  content: "\4f81";
}
.hgi-solid.hgi-standard.hgi-online-learning-04:before {
  content: "\4f83";
}
.hgi-solid.hgi-standard.hgi-open-caption:before {
  content: "\4f85";
}
.hgi-solid.hgi-standard.hgi-option:before {
  content: "\4f87";
}
.hgi-solid.hgi-standard.hgi-orange:before {
  content: "\4f89";
}
.hgi-solid.hgi-standard.hgi-orbit-01:before {
  content: "\4f8b";
}
.hgi-solid.hgi-standard.hgi-orbit-02:before {
  content: "\4f8d";
}
.hgi-solid.hgi-standard.hgi-organic-food:before {
  content: "\4f8f";
}
.hgi-solid.hgi-standard.hgi-orthogonal-edge:before {
  content: "\4f91";
}
.hgi-solid.hgi-standard.hgi-oval:before {
  content: "\4f93";
}
.hgi-solid.hgi-standard.hgi-oven:before {
  content: "\4f95";
}
.hgi-solid.hgi-standard.hgi-package-02:before {
  content: "\4f97";
}
.hgi-solid.hgi-standard.hgi-package-03:before {
  content: "\4f99";
}
.hgi-solid.hgi-standard.hgi-package-add:before {
  content: "\4f9b";
}
.hgi-solid.hgi-standard.hgi-package-delivered:before {
  content: "\4f9d";
}
.hgi-solid.hgi-standard.hgi-package-dimensions-01:before {
  content: "\4f9f";
}
.hgi-solid.hgi-standard.hgi-package-dimensions-02:before {
  content: "\4fa1";
}
.hgi-solid.hgi-standard.hgi-package-moving:before {
  content: "\4fa3";
}
.hgi-solid.hgi-standard.hgi-package-open:before {
  content: "\4fa5";
}
.hgi-solid.hgi-standard.hgi-package-out-of-stock:before {
  content: "\4fa7";
}
.hgi-solid.hgi-standard.hgi-package-process:before {
  content: "\4fa9";
}
.hgi-solid.hgi-standard.hgi-package-receive:before {
  content: "\4fab";
}
.hgi-solid.hgi-standard.hgi-package-remove:before {
  content: "\4fad";
}
.hgi-solid.hgi-standard.hgi-package-search:before {
  content: "\4faf";
}
.hgi-solid.hgi-standard.hgi-package-sent:before {
  content: "\4fb2";
}
.hgi-solid.hgi-standard.hgi-package:before {
  content: "\4fb3";
}
.hgi-solid.hgi-standard.hgi-packaging:before {
  content: "\4fb5";
}
.hgi-solid.hgi-standard.hgi-pacman-01:before {
  content: "\4fb7";
}
.hgi-solid.hgi-standard.hgi-pacman-02:before {
  content: "\4fb9";
}
.hgi-solid.hgi-standard.hgi-paella:before {
  content: "\4fbb";
}
.hgi-solid.hgi-standard.hgi-paint-board:before {
  content: "\4fbd";
}
.hgi-solid.hgi-standard.hgi-paint-brush-01:before {
  content: "\4fbf";
}
.hgi-solid.hgi-standard.hgi-paint-brush-02:before {
  content: "\4fc1";
}
.hgi-solid.hgi-standard.hgi-paint-brush-03:before {
  content: "\4fc3";
}
.hgi-solid.hgi-standard.hgi-paint-brush-04:before {
  content: "\4fc5";
}
.hgi-solid.hgi-standard.hgi-paint-bucket:before {
  content: "\4fc7";
}
.hgi-solid.hgi-standard.hgi-pan-01:before {
  content: "\4fc9";
}
.hgi-solid.hgi-standard.hgi-pan-02:before {
  content: "\4fcb";
}
.hgi-solid.hgi-standard.hgi-pan-03:before {
  content: "\4fcd";
}
.hgi-solid.hgi-standard.hgi-parabola-01:before {
  content: "\4fcf";
}
.hgi-solid.hgi-standard.hgi-parabola-02:before {
  content: "\4fd1";
}
.hgi-solid.hgi-standard.hgi-parabola-03:before {
  content: "\4fd3";
}
.hgi-solid.hgi-standard.hgi-paragliding:before {
  content: "\4fd5";
}
.hgi-solid.hgi-standard.hgi-paragraph-bullets-point-01:before {
  content: "\4fd7";
}
.hgi-solid.hgi-standard.hgi-paragraph-bullets-point-02:before {
  content: "\4fd9";
}
.hgi-solid.hgi-standard.hgi-paragraph-spacing:before {
  content: "\4fdc";
}
.hgi-solid.hgi-standard.hgi-paragraph:before {
  content: "\4fdd";
}
.hgi-solid.hgi-standard.hgi-parallelogram:before {
  content: "\4fdf";
}
.hgi-solid.hgi-standard.hgi-parking-area-circle:before {
  content: "\4fe1";
}
.hgi-solid.hgi-standard.hgi-parking-area-square:before {
  content: "\4fe3";
}
.hgi-solid.hgi-standard.hgi-party:before {
  content: "\4fe5";
}
.hgi-solid.hgi-standard.hgi-passport-01:before {
  content: "\4fe7";
}
.hgi-solid.hgi-standard.hgi-passport-expired:before {
  content: "\4fe9";
}
.hgi-solid.hgi-standard.hgi-passport-valid:before {
  content: "\4fec";
}
.hgi-solid.hgi-standard.hgi-passport:before {
  content: "\4fed";
}
.hgi-solid.hgi-standard.hgi-password-validation:before {
  content: "\4fef";
}
.hgi-solid.hgi-standard.hgi-path:before {
  content: "\4ff1";
}
.hgi-solid.hgi-standard.hgi-pathfinder-crop:before {
  content: "\4ff3";
}
.hgi-solid.hgi-standard.hgi-pathfinder-divide:before {
  content: "\4ff5";
}
.hgi-solid.hgi-standard.hgi-pathfinder-exclude:before {
  content: "\4ff7";
}
.hgi-solid.hgi-standard.hgi-pathfinder-intersect:before {
  content: "\4ff9";
}
.hgi-solid.hgi-standard.hgi-pathfinder-merge:before {
  content: "\4ffb";
}
.hgi-solid.hgi-standard.hgi-pathfinder-minus-back:before {
  content: "\4ffd";
}
.hgi-solid.hgi-standard.hgi-pathfinder-minus-front:before {
  content: "\4fff";
}
.hgi-solid.hgi-standard.hgi-pathfinder-outline:before {
  content: "\5001";
}
.hgi-solid.hgi-standard.hgi-pathfinder-trim:before {
  content: "\5003";
}
.hgi-solid.hgi-standard.hgi-pathfinder-unite:before {
  content: "\5005";
}
.hgi-solid.hgi-standard.hgi-patient:before {
  content: "\5007";
}
.hgi-solid.hgi-standard.hgi-patio:before {
  content: "\5009";
}
.hgi-solid.hgi-standard.hgi-pause-circle:before {
  content: "\500b";
}
.hgi-solid.hgi-standard.hgi-pause:before {
  content: "\500d";
}
.hgi-solid.hgi-standard.hgi-pavilon:before {
  content: "\500f";
}
.hgi-solid.hgi-standard.hgi-pay-by-check:before {
  content: "\5011";
}
.hgi-solid.hgi-standard.hgi-payment-01:before {
  content: "\5013";
}
.hgi-solid.hgi-standard.hgi-payment-02:before {
  content: "\5015";
}
.hgi-solid.hgi-standard.hgi-payment-success-01:before {
  content: "\5017";
}
.hgi-solid.hgi-standard.hgi-payment-success-02:before {
  content: "\5019";
}
.hgi-solid.hgi-standard.hgi-payoneer:before {
  content: "\501b";
}
.hgi-solid.hgi-standard.hgi-paypal:before {
  content: "\501d";
}
.hgi-solid.hgi-standard.hgi-pdf-01:before {
  content: "\501f";
}
.hgi-solid.hgi-standard.hgi-pdf-02:before {
  content: "\5021";
}
.hgi-solid.hgi-standard.hgi-peer-to-peer-01:before {
  content: "\5023";
}
.hgi-solid.hgi-standard.hgi-peer-to-peer-02:before {
  content: "\5025";
}
.hgi-solid.hgi-standard.hgi-peer-to-peer-03:before {
  content: "\5027";
}
.hgi-solid.hgi-standard.hgi-pen-01:before {
  content: "\5029";
}
.hgi-solid.hgi-standard.hgi-pen-02:before {
  content: "\502b";
}
.hgi-solid.hgi-standard.hgi-pen-connect-bluetooth:before {
  content: "\502d";
}
.hgi-solid.hgi-standard.hgi-pen-connect-usb:before {
  content: "\502f";
}
.hgi-solid.hgi-standard.hgi-pen-connect-wifi:before {
  content: "\5031";
}
.hgi-solid.hgi-standard.hgi-pen-tool-01:before {
  content: "\5033";
}
.hgi-solid.hgi-standard.hgi-pen-tool-02:before {
  content: "\5035";
}
.hgi-solid.hgi-standard.hgi-pen-tool-03:before {
  content: "\5037";
}
.hgi-solid.hgi-standard.hgi-pen-tool-add:before {
  content: "\5039";
}
.hgi-solid.hgi-standard.hgi-pen-tool-minus:before {
  content: "\503b";
}
.hgi-solid.hgi-standard.hgi-pencil-edit-01:before {
  content: "\503d";
}
.hgi-solid.hgi-standard.hgi-pencil-edit-02:before {
  content: "\503f";
}
.hgi-solid.hgi-standard.hgi-pencil:before {
  content: "\5041";
}
.hgi-solid.hgi-standard.hgi-pendulum:before {
  content: "\5043";
}
.hgi-solid.hgi-standard.hgi-pensive:before {
  content: "\5045";
}
.hgi-solid.hgi-standard.hgi-pentagon-01:before {
  content: "\5047";
}
.hgi-solid.hgi-standard.hgi-pentagon:before {
  content: "\5049";
}
.hgi-solid.hgi-standard.hgi-percent-circle:before {
  content: "\504b";
}
.hgi-solid.hgi-standard.hgi-percent-square:before {
  content: "\504e";
}
.hgi-solid.hgi-standard.hgi-percent:before {
  content: "\504f";
}
.hgi-solid.hgi-standard.hgi-perfume:before {
  content: "\5051";
}
.hgi-solid.hgi-standard.hgi-periscope:before {
  content: "\5053";
}
.hgi-solid.hgi-standard.hgi-permanent-job:before {
  content: "\5055";
}
.hgi-solid.hgi-standard.hgi-perplexity-ai:before {
  content: "\5057";
}
.hgi-solid.hgi-standard.hgi-perspective:before {
  content: "\5059";
}
.hgi-solid.hgi-standard.hgi-petrol-pump:before {
  content: "\505b";
}
.hgi-solid.hgi-standard.hgi-pexels:before {
  content: "\505d";
}
.hgi-solid.hgi-standard.hgi-phone-off-01:before {
  content: "\505f";
}
.hgi-solid.hgi-standard.hgi-phone-off-02:before {
  content: "\5061";
}
.hgi-solid.hgi-standard.hgi-php:before {
  content: "\5063";
}
.hgi-solid.hgi-standard.hgi-physics:before {
  content: "\5065";
}
.hgi-solid.hgi-standard.hgi-pi-circle:before {
  content: "\5067";
}
.hgi-solid.hgi-standard.hgi-pi-square:before {
  content: "\506a";
}
.hgi-solid.hgi-standard.hgi-pi:before {
  content: "\506b";
}
.hgi-solid.hgi-standard.hgi-picasa:before {
  content: "\506d";
}
.hgi-solid.hgi-standard.hgi-pickup-01:before {
  content: "\506f";
}
.hgi-solid.hgi-standard.hgi-pickup-02:before {
  content: "\5071";
}
.hgi-solid.hgi-standard.hgi-picture-in-picture-exit:before {
  content: "\5073";
}
.hgi-solid.hgi-standard.hgi-picture-in-picture-on:before {
  content: "\5075";
}
.hgi-solid.hgi-standard.hgi-pie-chart-01:before {
  content: "\5077";
}
.hgi-solid.hgi-standard.hgi-pie-chart-02:before {
  content: "\5079";
}
.hgi-solid.hgi-standard.hgi-pie-chart-03:before {
  content: "\507b";
}
.hgi-solid.hgi-standard.hgi-pie-chart-04:before {
  content: "\507d";
}
.hgi-solid.hgi-standard.hgi-pie-chart-05:before {
  content: "\507f";
}
.hgi-solid.hgi-standard.hgi-pie-chart-06:before {
  content: "\5081";
}
.hgi-solid.hgi-standard.hgi-pie-chart-07:before {
  content: "\5083";
}
.hgi-solid.hgi-standard.hgi-pie-chart-08:before {
  content: "\5085";
}
.hgi-solid.hgi-standard.hgi-pie-chart-09:before {
  content: "\5087";
}
.hgi-solid.hgi-standard.hgi-pie-chart-square:before {
  content: "\508a";
}
.hgi-solid.hgi-standard.hgi-pie-chart:before {
  content: "\508b";
}
.hgi-solid.hgi-standard.hgi-pie:before {
  content: "\508d";
}
.hgi-solid.hgi-standard.hgi-piggy-bank:before {
  content: "\508f";
}
.hgi-solid.hgi-standard.hgi-pin-02:before {
  content: "\5091";
}
.hgi-solid.hgi-standard.hgi-pin-code:before {
  content: "\5093";
}
.hgi-solid.hgi-standard.hgi-pin-location-01:before {
  content: "\5095";
}
.hgi-solid.hgi-standard.hgi-pin-location-02:before {
  content: "\5097";
}
.hgi-solid.hgi-standard.hgi-pin-location-03:before {
  content: "\5099";
}
.hgi-solid.hgi-standard.hgi-pin-off:before {
  content: "\509b";
}
.hgi-solid.hgi-standard.hgi-pin:before {
  content: "\509d";
}
.hgi-solid.hgi-standard.hgi-pine-tree:before {
  content: "\509f";
}
.hgi-solid.hgi-standard.hgi-pinterest:before {
  content: "\50a1";
}
.hgi-solid.hgi-standard.hgi-pipeline:before {
  content: "\50a3";
}
.hgi-solid.hgi-standard.hgi-pisa-tower:before {
  content: "\50a5";
}
.hgi-solid.hgi-standard.hgi-pivot:before {
  content: "\50a7";
}
.hgi-solid.hgi-standard.hgi-pizza-01:before {
  content: "\50a9";
}
.hgi-solid.hgi-standard.hgi-pizza-02:before {
  content: "\50ab";
}
.hgi-solid.hgi-standard.hgi-pizza-03:before {
  content: "\50ad";
}
.hgi-solid.hgi-standard.hgi-pizza-04:before {
  content: "\50af";
}
.hgi-solid.hgi-standard.hgi-pizza-cutter:before {
  content: "\50b1";
}
.hgi-solid.hgi-standard.hgi-plane:before {
  content: "\50b3";
}
.hgi-solid.hgi-standard.hgi-plant-01:before {
  content: "\50b5";
}
.hgi-solid.hgi-standard.hgi-plant-02:before {
  content: "\50b7";
}
.hgi-solid.hgi-standard.hgi-plant-03:before {
  content: "\50b9";
}
.hgi-solid.hgi-standard.hgi-plant-04:before {
  content: "\50bb";
}
.hgi-solid.hgi-standard.hgi-plate:before {
  content: "\50bd";
}
.hgi-solid.hgi-standard.hgi-plaxo:before {
  content: "\50bf";
}
.hgi-solid.hgi-standard.hgi-play-circle-02:before {
  content: "\50c1";
}
.hgi-solid.hgi-standard.hgi-play-circle:before {
  content: "\50c3";
}
.hgi-solid.hgi-standard.hgi-play-list-add:before {
  content: "\50c5";
}
.hgi-solid.hgi-standard.hgi-play-list-favourite-01:before {
  content: "\50c7";
}
.hgi-solid.hgi-standard.hgi-play-list-favourite-02:before {
  content: "\50c9";
}
.hgi-solid.hgi-standard.hgi-play-list-minus:before {
  content: "\50cb";
}
.hgi-solid.hgi-standard.hgi-play-list-remove:before {
  content: "\50cd";
}
.hgi-solid.hgi-standard.hgi-play-list:before {
  content: "\50cf";
}
.hgi-solid.hgi-standard.hgi-play-square:before {
  content: "\50d2";
}
.hgi-solid.hgi-standard.hgi-play-store:before {
  content: "\50d4";
}
.hgi-solid.hgi-standard.hgi-play:before {
  content: "\50d5";
}
.hgi-solid.hgi-standard.hgi-playlist-01:before {
  content: "\50d7";
}
.hgi-solid.hgi-standard.hgi-playlist-02:before {
  content: "\50d9";
}
.hgi-solid.hgi-standard.hgi-playlist-03:before {
  content: "\50db";
}
.hgi-solid.hgi-standard.hgi-plaza:before {
  content: "\50dd";
}
.hgi-solid.hgi-standard.hgi-plug-01:before {
  content: "\50df";
}
.hgi-solid.hgi-standard.hgi-plug-02:before {
  content: "\50e1";
}
.hgi-solid.hgi-standard.hgi-plug-socket:before {
  content: "\50e3";
}
.hgi-solid.hgi-standard.hgi-plus-minus-01:before {
  content: "\50e5";
}
.hgi-solid.hgi-standard.hgi-plus-minus-02:before {
  content: "\50e7";
}
.hgi-solid.hgi-standard.hgi-plus-minus-circle-01:before {
  content: "\50e9";
}
.hgi-solid.hgi-standard.hgi-plus-minus-circle-02:before {
  content: "\50eb";
}
.hgi-solid.hgi-standard.hgi-plus-minus-square-01:before {
  content: "\50ee";
}
.hgi-solid.hgi-standard.hgi-plus-minus-square-02:before {
  content: "\50f0";
}
.hgi-solid.hgi-standard.hgi-plus-minus:before {
  content: "\50f1";
}
.hgi-solid.hgi-standard.hgi-plus-sign-circle:before {
  content: "\50f3";
}
.hgi-solid.hgi-standard.hgi-plus-sign-square:before {
  content: "\50f6";
}
.hgi-solid.hgi-standard.hgi-plus-sign:before {
  content: "\50f7";
}
.hgi-solid.hgi-standard.hgi-png-01:before {
  content: "\50f9";
}
.hgi-solid.hgi-standard.hgi-png-02:before {
  content: "\50fb";
}
.hgi-solid.hgi-standard.hgi-podcast:before {
  content: "\50fd";
}
.hgi-solid.hgi-standard.hgi-podium:before {
  content: "\50ff";
}
.hgi-solid.hgi-standard.hgi-pointing-left-01:before {
  content: "\5101";
}
.hgi-solid.hgi-standard.hgi-pointing-left-02:before {
  content: "\5103";
}
.hgi-solid.hgi-standard.hgi-pointing-left-03:before {
  content: "\5105";
}
.hgi-solid.hgi-standard.hgi-pointing-left-04:before {
  content: "\5107";
}
.hgi-solid.hgi-standard.hgi-pointing-left-05:before {
  content: "\5109";
}
.hgi-solid.hgi-standard.hgi-pointing-left-06:before {
  content: "\510b";
}
.hgi-solid.hgi-standard.hgi-pointing-left-07:before {
  content: "\510d";
}
.hgi-solid.hgi-standard.hgi-pointing-left-08:before {
  content: "\510f";
}
.hgi-solid.hgi-standard.hgi-pointing-right-01:before {
  content: "\5111";
}
.hgi-solid.hgi-standard.hgi-pointing-right-02:before {
  content: "\5113";
}
.hgi-solid.hgi-standard.hgi-pointing-right-03:before {
  content: "\5115";
}
.hgi-solid.hgi-standard.hgi-pointing-right-04:before {
  content: "\5117";
}
.hgi-solid.hgi-standard.hgi-pointing-right-05:before {
  content: "\5119";
}
.hgi-solid.hgi-standard.hgi-pointing-right-06:before {
  content: "\511b";
}
.hgi-solid.hgi-standard.hgi-pointing-right-07:before {
  content: "\511d";
}
.hgi-solid.hgi-standard.hgi-pointing-right-08:before {
  content: "\511f";
}
.hgi-solid.hgi-standard.hgi-pokeball:before {
  content: "\5121";
}
.hgi-solid.hgi-standard.hgi-pokemon:before {
  content: "\5123";
}
.hgi-solid.hgi-standard.hgi-police-badge:before {
  content: "\5125";
}
.hgi-solid.hgi-standard.hgi-police-cap:before {
  content: "\5127";
}
.hgi-solid.hgi-standard.hgi-police-car:before {
  content: "\5129";
}
.hgi-solid.hgi-standard.hgi-police-station:before {
  content: "\512b";
}
.hgi-solid.hgi-standard.hgi-policy:before {
  content: "\512d";
}
.hgi-solid.hgi-standard.hgi-poly-tank:before {
  content: "\512f";
}
.hgi-solid.hgi-standard.hgi-polygon:before {
  content: "\5131";
}
.hgi-solid.hgi-standard.hgi-pool-table:before {
  content: "\5134";
}
.hgi-solid.hgi-standard.hgi-pool:before {
  content: "\5135";
}
.hgi-solid.hgi-standard.hgi-poop:before {
  content: "\5137";
}
.hgi-solid.hgi-standard.hgi-popcorn:before {
  content: "\5139";
}
.hgi-solid.hgi-standard.hgi-pot-01:before {
  content: "\513b";
}
.hgi-solid.hgi-standard.hgi-pot-02:before {
  content: "\513d";
}
.hgi-solid.hgi-standard.hgi-potion:before {
  content: "\513f";
}
.hgi-solid.hgi-standard.hgi-pound-circle:before {
  content: "\5141";
}
.hgi-solid.hgi-standard.hgi-pound-receive:before {
  content: "\5143";
}
.hgi-solid.hgi-standard.hgi-pound-send:before {
  content: "\5146";
}
.hgi-solid.hgi-standard.hgi-pound-square:before {
  content: "\5148";
}
.hgi-solid.hgi-standard.hgi-pound:before {
  content: "\5149";
}
.hgi-solid.hgi-standard.hgi-power-service:before {
  content: "\514b";
}
.hgi-solid.hgi-standard.hgi-power-socket-01:before {
  content: "\514d";
}
.hgi-solid.hgi-standard.hgi-power-socket-02:before {
  content: "\514f";
}
.hgi-solid.hgi-standard.hgi-ppt-01:before {
  content: "\5151";
}
.hgi-solid.hgi-standard.hgi-ppt-02:before {
  content: "\5153";
}
.hgi-solid.hgi-standard.hgi-prawn:before {
  content: "\5155";
}
.hgi-solid.hgi-standard.hgi-prayer-rug-01:before {
  content: "\5157";
}
.hgi-solid.hgi-standard.hgi-prayer-rug-02:before {
  content: "\5159";
}
.hgi-solid.hgi-standard.hgi-preference-horizontal:before {
  content: "\515b";
}
.hgi-solid.hgi-standard.hgi-preference-vertical:before {
  content: "\515d";
}
.hgi-solid.hgi-standard.hgi-prescription:before {
  content: "\515f";
}
.hgi-solid.hgi-standard.hgi-presentation-01:before {
  content: "\5161";
}
.hgi-solid.hgi-standard.hgi-presentation-02:before {
  content: "\5163";
}
.hgi-solid.hgi-standard.hgi-presentation-03:before {
  content: "\5165";
}
.hgi-solid.hgi-standard.hgi-presentation-04:before {
  content: "\5167";
}
.hgi-solid.hgi-standard.hgi-presentation-05:before {
  content: "\5169";
}
.hgi-solid.hgi-standard.hgi-presentation-06:before {
  content: "\516b";
}
.hgi-solid.hgi-standard.hgi-presentation-07:before {
  content: "\516d";
}
.hgi-solid.hgi-standard.hgi-presentation-bar-chart-01:before {
  content: "\516f";
}
.hgi-solid.hgi-standard.hgi-presentation-bar-chart-02:before {
  content: "\5171";
}
.hgi-solid.hgi-standard.hgi-presentation-line-chart-01:before {
  content: "\5173";
}
.hgi-solid.hgi-standard.hgi-presentation-line-chart-02:before {
  content: "\5175";
}
.hgi-solid.hgi-standard.hgi-presentation-online:before {
  content: "\5177";
}
.hgi-solid.hgi-standard.hgi-presentation-podium:before {
  content: "\5179";
}
.hgi-solid.hgi-standard.hgi-previous:before {
  content: "\517b";
}
.hgi-solid.hgi-standard.hgi-printer-off:before {
  content: "\517d";
}
.hgi-solid.hgi-standard.hgi-printer:before {
  content: "\517f";
}
.hgi-solid.hgi-standard.hgi-prism-01:before {
  content: "\5181";
}
.hgi-solid.hgi-standard.hgi-prism:before {
  content: "\5183";
}
.hgi-solid.hgi-standard.hgi-prison-guard:before {
  content: "\5185";
}
.hgi-solid.hgi-standard.hgi-prison:before {
  content: "\5187";
}
.hgi-solid.hgi-standard.hgi-prisoner:before {
  content: "\5189";
}
.hgi-solid.hgi-standard.hgi-product-loading:before {
  content: "\518b";
}
.hgi-solid.hgi-standard.hgi-profile-02:before {
  content: "\518d";
}
.hgi-solid.hgi-standard.hgi-profile:before {
  content: "\518f";
}
.hgi-solid.hgi-standard.hgi-profit:before {
  content: "\5191";
}
.hgi-solid.hgi-standard.hgi-programming-flag:before {
  content: "\5193";
}
.hgi-solid.hgi-standard.hgi-progress-01:before {
  content: "\5195";
}
.hgi-solid.hgi-standard.hgi-progress-02:before {
  content: "\5197";
}
.hgi-solid.hgi-standard.hgi-progress-03:before {
  content: "\5199";
}
.hgi-solid.hgi-standard.hgi-progress-04:before {
  content: "\519b";
}
.hgi-solid.hgi-standard.hgi-progress:before {
  content: "\519d";
}
.hgi-solid.hgi-standard.hgi-projector-01:before {
  content: "\519f";
}
.hgi-solid.hgi-standard.hgi-projector:before {
  content: "\51a1";
}
.hgi-solid.hgi-standard.hgi-promotion:before {
  content: "\51a3";
}
.hgi-solid.hgi-standard.hgi-property-add:before {
  content: "\51a5";
}
.hgi-solid.hgi-standard.hgi-property-delete:before {
  content: "\51a7";
}
.hgi-solid.hgi-standard.hgi-property-edit:before {
  content: "\51a9";
}
.hgi-solid.hgi-standard.hgi-property-new:before {
  content: "\51ab";
}
.hgi-solid.hgi-standard.hgi-property-search:before {
  content: "\51ad";
}
.hgi-solid.hgi-standard.hgi-property-view:before {
  content: "\51af";
}
.hgi-solid.hgi-standard.hgi-protection-mask:before {
  content: "\51b1";
}
.hgi-solid.hgi-standard.hgi-pulley:before {
  content: "\51b3";
}
.hgi-solid.hgi-standard.hgi-pulse-01:before {
  content: "\51b5";
}
.hgi-solid.hgi-standard.hgi-pulse-02:before {
  content: "\51b7";
}
.hgi-solid.hgi-standard.hgi-pulse-rectangle-01:before {
  content: "\51b9";
}
.hgi-solid.hgi-standard.hgi-pulse-rectangle-02:before {
  content: "\51bb";
}
.hgi-solid.hgi-standard.hgi-pumpkin:before {
  content: "\51bd";
}
.hgi-solid.hgi-standard.hgi-punch:before {
  content: "\51bf";
}
.hgi-solid.hgi-standard.hgi-punching-ball-01:before {
  content: "\51c1";
}
.hgi-solid.hgi-standard.hgi-punching-ball-02:before {
  content: "\51c3";
}
.hgi-solid.hgi-standard.hgi-purse-01:before {
  content: "\51c5";
}
.hgi-solid.hgi-standard.hgi-purse:before {
  content: "\51c7";
}
.hgi-solid.hgi-standard.hgi-push-up-bar:before {
  content: "\51c9";
}
.hgi-solid.hgi-standard.hgi-puzzle:before {
  content: "\51cb";
}
.hgi-solid.hgi-standard.hgi-pyramid-maslowo:before {
  content: "\51cd";
}
.hgi-solid.hgi-standard.hgi-pyramid-structure-01:before {
  content: "\51d0";
}
.hgi-solid.hgi-standard.hgi-pyramid-structure-02:before {
  content: "\51d2";
}
.hgi-solid.hgi-standard.hgi-pyramid:before {
  content: "\51d3";
}
.hgi-solid.hgi-standard.hgi-python:before {
  content: "\51d5";
}
.hgi-solid.hgi-standard.hgi-qq-plot:before {
  content: "\51d7";
}
.hgi-solid.hgi-standard.hgi-qr-code-01:before {
  content: "\51d9";
}
.hgi-solid.hgi-standard.hgi-qr-code:before {
  content: "\51db";
}
.hgi-solid.hgi-standard.hgi-question:before {
  content: "\51dd";
}
.hgi-solid.hgi-standard.hgi-queue-01:before {
  content: "\51df";
}
.hgi-solid.hgi-standard.hgi-queue-02:before {
  content: "\51e1";
}
.hgi-solid.hgi-standard.hgi-quill-write-01:before {
  content: "\51e3";
}
.hgi-solid.hgi-standard.hgi-quill-write-02:before {
  content: "\51e5";
}
.hgi-solid.hgi-standard.hgi-quiz-01:before {
  content: "\51e7";
}
.hgi-solid.hgi-standard.hgi-quiz-02:before {
  content: "\51e9";
}
.hgi-solid.hgi-standard.hgi-quiz-03:before {
  content: "\51eb";
}
.hgi-solid.hgi-standard.hgi-quiz-04:before {
  content: "\51ed";
}
.hgi-solid.hgi-standard.hgi-quiz-05:before {
  content: "\51ef";
}
.hgi-solid.hgi-standard.hgi-quora:before {
  content: "\51f1";
}
.hgi-solid.hgi-standard.hgi-quote-down-circle:before {
  content: "\51f3";
}
.hgi-solid.hgi-standard.hgi-quote-down-square:before {
  content: "\51f6";
}
.hgi-solid.hgi-standard.hgi-quote-down:before {
  content: "\51f7";
}
.hgi-solid.hgi-standard.hgi-quote-up-circle:before {
  content: "\51f9";
}
.hgi-solid.hgi-standard.hgi-quote-up-square:before {
  content: "\51fc";
}
.hgi-solid.hgi-standard.hgi-quote-up:before {
  content: "\51fd";
}
.hgi-solid.hgi-standard.hgi-quotes:before {
  content: "\51ff";
}
.hgi-solid.hgi-standard.hgi-quran-01:before {
  content: "\5201";
}
.hgi-solid.hgi-standard.hgi-quran-02:before {
  content: "\5203";
}
.hgi-solid.hgi-standard.hgi-quran-03:before {
  content: "\5205";
}
.hgi-solid.hgi-standard.hgi-racing-flag:before {
  content: "\5207";
}
.hgi-solid.hgi-standard.hgi-radar-01:before {
  content: "\5209";
}
.hgi-solid.hgi-standard.hgi-radar-02:before {
  content: "\520b";
}
.hgi-solid.hgi-standard.hgi-radial:before {
  content: "\520d";
}
.hgi-solid.hgi-standard.hgi-radio-01:before {
  content: "\520f";
}
.hgi-solid.hgi-standard.hgi-radio-02:before {
  content: "\5211";
}
.hgi-solid.hgi-standard.hgi-radio-button:before {
  content: "\5213";
}
.hgi-solid.hgi-standard.hgi-radio:before {
  content: "\5215";
}
.hgi-solid.hgi-standard.hgi-radioactive-alert:before {
  content: "\5217";
}
.hgi-solid.hgi-standard.hgi-radius:before {
  content: "\5219";
}
.hgi-solid.hgi-standard.hgi-rain-double-drop:before {
  content: "\521b";
}
.hgi-solid.hgi-standard.hgi-rain-drop:before {
  content: "\521d";
}
.hgi-solid.hgi-standard.hgi-rain:before {
  content: "\521f";
}
.hgi-solid.hgi-standard.hgi-rainbow:before {
  content: "\5221";
}
.hgi-solid.hgi-standard.hgi-ramadhan-01:before {
  content: "\5223";
}
.hgi-solid.hgi-standard.hgi-ramadhan-02:before {
  content: "\5225";
}
.hgi-solid.hgi-standard.hgi-ramadhan-month:before {
  content: "\5227";
}
.hgi-solid.hgi-standard.hgi-ranking:before {
  content: "\5229";
}
.hgi-solid.hgi-standard.hgi-rar-01:before {
  content: "\522b";
}
.hgi-solid.hgi-standard.hgi-rar-02:before {
  content: "\522d";
}
.hgi-solid.hgi-standard.hgi-raw-01:before {
  content: "\522f";
}
.hgi-solid.hgi-standard.hgi-raw-02:before {
  content: "\5231";
}
.hgi-solid.hgi-standard.hgi-re::before {
  content: "\5233";
}
.hgi-solid.hgi-standard.hgi-react:before {
  content: "\5235";
}
.hgi-solid.hgi-standard.hgi-real-estate-01:before {
  content: "\5237";
}
.hgi-solid.hgi-standard.hgi-real-estate-02:before {
  content: "\5239";
}
.hgi-solid.hgi-standard.hgi-receipt-dollar:before {
  content: "\523b";
}
.hgi-solid.hgi-standard.hgi-record:before {
  content: "\523d";
}
.hgi-solid.hgi-standard.hgi-recovery-mail:before {
  content: "\523f";
}
.hgi-solid.hgi-standard.hgi-rectangular-01:before {
  content: "\5241";
}
.hgi-solid.hgi-standard.hgi-rectangular:before {
  content: "\5243";
}
.hgi-solid.hgi-standard.hgi-recycle-01:before {
  content: "\5245";
}
.hgi-solid.hgi-standard.hgi-recycle-02:before {
  content: "\5247";
}
.hgi-solid.hgi-standard.hgi-recycle-03:before {
  content: "\5249";
}
.hgi-solid.hgi-standard.hgi-reddit:before {
  content: "\524b";
}
.hgi-solid.hgi-standard.hgi-redo-02:before {
  content: "\524d";
}
.hgi-solid.hgi-standard.hgi-redo-03:before {
  content: "\524f";
}
.hgi-solid.hgi-standard.hgi-redo:before {
  content: "\5251";
}
.hgi-solid.hgi-standard.hgi-reflex:before {
  content: "\5253";
}
.hgi-solid.hgi-standard.hgi-refresh:before {
  content: "\5255";
}
.hgi-solid.hgi-standard.hgi-refrigerator:before {
  content: "\5257";
}
.hgi-solid.hgi-standard.hgi-register:before {
  content: "\5259";
}
.hgi-solid.hgi-standard.hgi-registered:before {
  content: "\525b";
}
.hgi-solid.hgi-standard.hgi-relieved-01:before {
  content: "\525d";
}
.hgi-solid.hgi-standard.hgi-relieved-02:before {
  content: "\525f";
}
.hgi-solid.hgi-standard.hgi-reload:before {
  content: "\5261";
}
.hgi-solid.hgi-standard.hgi-reminder:before {
  content: "\5263";
}
.hgi-solid.hgi-standard.hgi-remote-control:before {
  content: "\5265";
}
.hgi-solid.hgi-standard.hgi-remove-01:before {
  content: "\5267";
}
.hgi-solid.hgi-standard.hgi-remove-02:before {
  content: "\5269";
}
.hgi-solid.hgi-standard.hgi-remove-circle-half-dot:before {
  content: "\526b";
}
.hgi-solid.hgi-standard.hgi-remove-circle:before {
  content: "\526d";
}
.hgi-solid.hgi-standard.hgi-remove-female:before {
  content: "\526f";
}
.hgi-solid.hgi-standard.hgi-remove-male:before {
  content: "\5271";
}
.hgi-solid.hgi-standard.hgi-remove-pi:before {
  content: "\5273";
}
.hgi-solid.hgi-standard.hgi-remove-square:before {
  content: "\5275";
}
.hgi-solid.hgi-standard.hgi-renewable-energy-01:before {
  content: "\5277";
}
.hgi-solid.hgi-standard.hgi-renewable-energy:before {
  content: "\5279";
}
.hgi-solid.hgi-standard.hgi-repair:before {
  content: "\527b";
}
.hgi-solid.hgi-standard.hgi-repeat-off:before {
  content: "\527d";
}
.hgi-solid.hgi-standard.hgi-repeat-one-01:before {
  content: "\527f";
}
.hgi-solid.hgi-standard.hgi-repeat-one-02:before {
  content: "\5281";
}
.hgi-solid.hgi-standard.hgi-repeat:before {
  content: "\5283";
}
.hgi-solid.hgi-standard.hgi-replay:before {
  content: "\5285";
}
.hgi-solid.hgi-standard.hgi-repository:before {
  content: "\5287";
}
.hgi-solid.hgi-standard.hgi-reset-password:before {
  content: "\5289";
}
.hgi-solid.hgi-standard.hgi-resize-01:before {
  content: "\528b";
}
.hgi-solid.hgi-standard.hgi-resize-02:before {
  content: "\528d";
}
.hgi-solid.hgi-standard.hgi-resize-field-rectangle:before {
  content: "\528f";
}
.hgi-solid.hgi-standard.hgi-resize-field:before {
  content: "\5291";
}
.hgi-solid.hgi-standard.hgi-resources-add:before {
  content: "\5293";
}
.hgi-solid.hgi-standard.hgi-resources-remove:before {
  content: "\5295";
}
.hgi-solid.hgi-standard.hgi-restaurant-01:before {
  content: "\5297";
}
.hgi-solid.hgi-standard.hgi-restaurant-02:before {
  content: "\5299";
}
.hgi-solid.hgi-standard.hgi-restaurant-03:before {
  content: "\529b";
}
.hgi-solid.hgi-standard.hgi-restaurant-table:before {
  content: "\529d";
}
.hgi-solid.hgi-standard.hgi-restore-bin:before {
  content: "\529f";
}
.hgi-solid.hgi-standard.hgi-return-request:before {
  content: "\52a1";
}
.hgi-solid.hgi-standard.hgi-reverse-withdrawal-01:before {
  content: "\52a3";
}
.hgi-solid.hgi-standard.hgi-reverse-withdrawal-02:before {
  content: "\52a5";
}
.hgi-solid.hgi-standard.hgi-rhombus-01:before {
  content: "\52a7";
}
.hgi-solid.hgi-standard.hgi-rhombus:before {
  content: "\52a9";
}
.hgi-solid.hgi-standard.hgi-rice-bowl-01:before {
  content: "\52ab";
}
.hgi-solid.hgi-standard.hgi-rice-bowl-02:before {
  content: "\52ad";
}
.hgi-solid.hgi-standard.hgi-right-angle:before {
  content: "\52af";
}
.hgi-solid.hgi-standard.hgi-right-to-left-block-quote:before {
  content: "\52b1";
}
.hgi-solid.hgi-standard.hgi-right-to-left-list-bullet:before {
  content: "\52b3";
}
.hgi-solid.hgi-standard.hgi-right-to-left-list-dash:before {
  content: "\52b5";
}
.hgi-solid.hgi-standard.hgi-right-to-left-list-number:before {
  content: "\52b7";
}
.hgi-solid.hgi-standard.hgi-right-to-left-list-triangle:before {
  content: "\52b9";
}
.hgi-solid.hgi-standard.hgi-right-triangle:before {
  content: "\52bb";
}
.hgi-solid.hgi-standard.hgi-ripple:before {
  content: "\52bd";
}
.hgi-solid.hgi-standard.hgi-riyal-rectangle:before {
  content: "\52bf";
}
.hgi-solid.hgi-standard.hgi-riyal:before {
  content: "\52c1";
}
.hgi-solid.hgi-standard.hgi-road-01:before {
  content: "\52c3";
}
.hgi-solid.hgi-standard.hgi-road-02:before {
  content: "\52c5";
}
.hgi-solid.hgi-standard.hgi-road-location-01:before {
  content: "\52c7";
}
.hgi-solid.hgi-standard.hgi-road-location-02:before {
  content: "\52c9";
}
.hgi-solid.hgi-standard.hgi-road-wayside:before {
  content: "\52cc";
}
.hgi-solid.hgi-standard.hgi-road:before {
  content: "\52cd";
}
.hgi-solid.hgi-standard.hgi-robot-01:before {
  content: "\52cf";
}
.hgi-solid.hgi-standard.hgi-robot-02:before {
  content: "\52d1";
}
.hgi-solid.hgi-standard.hgi-robotic:before {
  content: "\52d3";
}
.hgi-solid.hgi-standard.hgi-rocket-01:before {
  content: "\52d5";
}
.hgi-solid.hgi-standard.hgi-rocket-02:before {
  content: "\52d7";
}
.hgi-solid.hgi-standard.hgi-rocket:before {
  content: "\52d9";
}
.hgi-solid.hgi-standard.hgi-rocking-chair:before {
  content: "\52db";
}
.hgi-solid.hgi-standard.hgi-rocking-horse:before {
  content: "\52dd";
}
.hgi-solid.hgi-standard.hgi-roller-skate:before {
  content: "\52df";
}
.hgi-solid.hgi-standard.hgi-rolling-pin:before {
  content: "\52e1";
}
.hgi-solid.hgi-standard.hgi-root-01:before {
  content: "\52e3";
}
.hgi-solid.hgi-standard.hgi-root-02:before {
  content: "\52e5";
}
.hgi-solid.hgi-standard.hgi-root-circle:before {
  content: "\52e7";
}
.hgi-solid.hgi-standard.hgi-root-first-bracket:before {
  content: "\52e9";
}
.hgi-solid.hgi-standard.hgi-root-second-bracket:before {
  content: "\52eb";
}
.hgi-solid.hgi-standard.hgi-root-third-bracket:before {
  content: "\52ed";
}
.hgi-solid.hgi-standard.hgi-rotate-01:before {
  content: "\52ef";
}
.hgi-solid.hgi-standard.hgi-rotate-02:before {
  content: "\52f1";
}
.hgi-solid.hgi-standard.hgi-rotate-360:before {
  content: "\52f3";
}
.hgi-solid.hgi-standard.hgi-rotate-bottom-left:before {
  content: "\52f5";
}
.hgi-solid.hgi-standard.hgi-rotate-bottom-right:before {
  content: "\52f7";
}
.hgi-solid.hgi-standard.hgi-rotate-clockwise:before {
  content: "\52f9";
}
.hgi-solid.hgi-standard.hgi-rotate-crop:before {
  content: "\52fb";
}
.hgi-solid.hgi-standard.hgi-rotate-left-01:before {
  content: "\52fd";
}
.hgi-solid.hgi-standard.hgi-rotate-left-02:before {
  content: "\52ff";
}
.hgi-solid.hgi-standard.hgi-rotate-left-03:before {
  content: "\5301";
}
.hgi-solid.hgi-standard.hgi-rotate-left-04:before {
  content: "\5303";
}
.hgi-solid.hgi-standard.hgi-rotate-left-05:before {
  content: "\5305";
}
.hgi-solid.hgi-standard.hgi-rotate-left-06:before {
  content: "\5307";
}
.hgi-solid.hgi-standard.hgi-rotate-right-01:before {
  content: "\5309";
}
.hgi-solid.hgi-standard.hgi-rotate-right-02:before {
  content: "\530b";
}
.hgi-solid.hgi-standard.hgi-rotate-right-03:before {
  content: "\530d";
}
.hgi-solid.hgi-standard.hgi-rotate-right-04:before {
  content: "\530f";
}
.hgi-solid.hgi-standard.hgi-rotate-right-05:before {
  content: "\5311";
}
.hgi-solid.hgi-standard.hgi-rotate-right-06:before {
  content: "\5313";
}
.hgi-solid.hgi-standard.hgi-rotate-square:before {
  content: "\5315";
}
.hgi-solid.hgi-standard.hgi-rotate-top-left:before {
  content: "\5317";
}
.hgi-solid.hgi-standard.hgi-rotate-top-right:before {
  content: "\5319";
}
.hgi-solid.hgi-standard.hgi-route-01:before {
  content: "\531b";
}
.hgi-solid.hgi-standard.hgi-route-02:before {
  content: "\531d";
}
.hgi-solid.hgi-standard.hgi-route-03:before {
  content: "\531f";
}
.hgi-solid.hgi-standard.hgi-route-block:before {
  content: "\5321";
}
.hgi-solid.hgi-standard.hgi-router-01:before {
  content: "\5323";
}
.hgi-solid.hgi-standard.hgi-router-02:before {
  content: "\5325";
}
.hgi-solid.hgi-standard.hgi-router:before {
  content: "\5327";
}
.hgi-solid.hgi-standard.hgi-row-delete:before {
  content: "\5329";
}
.hgi-solid.hgi-standard.hgi-row-insert:before {
  content: "\532b";
}
.hgi-solid.hgi-standard.hgi-rss-connected-01:before {
  content: "\532d";
}
.hgi-solid.hgi-standard.hgi-rss-connected-02:before {
  content: "\532f";
}
.hgi-solid.hgi-standard.hgi-rss-error:before {
  content: "\5331";
}
.hgi-solid.hgi-standard.hgi-rss-locked:before {
  content: "\5333";
}
.hgi-solid.hgi-standard.hgi-rss-unlocked:before {
  content: "\5336";
}
.hgi-solid.hgi-standard.hgi-rss:before {
  content: "\5337";
}
.hgi-solid.hgi-standard.hgi-rub-el-hizb:before {
  content: "\5339";
}
.hgi-solid.hgi-standard.hgi-rubber-duck:before {
  content: "\533b";
}
.hgi-solid.hgi-standard.hgi-rubiks-cube:before {
  content: "\533d";
}
.hgi-solid.hgi-standard.hgi-ruku:before {
  content: "\533f";
}
.hgi-solid.hgi-standard.hgi-ruler:before {
  content: "\5341";
}
.hgi-solid.hgi-standard.hgi-running-shoes:before {
  content: "\5343";
}
.hgi-solid.hgi-standard.hgi-sad-01:before {
  content: "\5345";
}
.hgi-solid.hgi-standard.hgi-sad-02:before {
  content: "\5347";
}
.hgi-solid.hgi-standard.hgi-sad-dizzy:before {
  content: "\5349";
}
.hgi-solid.hgi-standard.hgi-safari:before {
  content: "\534b";
}
.hgi-solid.hgi-standard.hgi-safe-delivery-01:before {
  content: "\534d";
}
.hgi-solid.hgi-standard.hgi-safe-delivery-02:before {
  content: "\534f";
}
.hgi-solid.hgi-standard.hgi-safe:before {
  content: "\5351";
}
.hgi-solid.hgi-standard.hgi-safety-pin-01:before {
  content: "\5353";
}
.hgi-solid.hgi-standard.hgi-safety-pin-02:before {
  content: "\5355";
}
.hgi-solid.hgi-standard.hgi-sailboat-coastal:before {
  content: "\5357";
}
.hgi-solid.hgi-standard.hgi-sailboat-offshore:before {
  content: "\5359";
}
.hgi-solid.hgi-standard.hgi-sakura:before {
  content: "\535b";
}
.hgi-solid.hgi-standard.hgi-salah-time:before {
  content: "\535e";
}
.hgi-solid.hgi-standard.hgi-salah:before {
  content: "\535f";
}
.hgi-solid.hgi-standard.hgi-sale-tag-01:before {
  content: "\5361";
}
.hgi-solid.hgi-standard.hgi-sale-tag-02:before {
  content: "\5363";
}
.hgi-solid.hgi-standard.hgi-sandals:before {
  content: "\5365";
}
.hgi-solid.hgi-standard.hgi-satellite-01:before {
  content: "\5367";
}
.hgi-solid.hgi-standard.hgi-satellite-02:before {
  content: "\5369";
}
.hgi-solid.hgi-standard.hgi-satellite-03:before {
  content: "\536b";
}
.hgi-solid.hgi-standard.hgi-satellite:before {
  content: "\536d";
}
.hgi-solid.hgi-standard.hgi-saturn-01:before {
  content: "\536f";
}
.hgi-solid.hgi-standard.hgi-saturn-02:before {
  content: "\5371";
}
.hgi-solid.hgi-standard.hgi-saturn:before {
  content: "\5373";
}
.hgi-solid.hgi-standard.hgi-sausage:before {
  content: "\5375";
}
.hgi-solid.hgi-standard.hgi-save-energy-01:before {
  content: "\5377";
}
.hgi-solid.hgi-standard.hgi-save-energy-02:before {
  content: "\5379";
}
.hgi-solid.hgi-standard.hgi-save-money-dollar:before {
  content: "\537b";
}
.hgi-solid.hgi-standard.hgi-save-money-euro:before {
  content: "\537d";
}
.hgi-solid.hgi-standard.hgi-save-money-pound:before {
  content: "\537f";
}
.hgi-solid.hgi-standard.hgi-save-money-yen:before {
  content: "\5381";
}
.hgi-solid.hgi-standard.hgi-savings:before {
  content: "\5383";
}
.hgi-solid.hgi-standard.hgi-scheme:before {
  content: "\5385";
}
.hgi-solid.hgi-standard.hgi-school-01:before {
  content: "\5387";
}
.hgi-solid.hgi-standard.hgi-school-bell-01:before {
  content: "\5389";
}
.hgi-solid.hgi-standard.hgi-school-bell-02:before {
  content: "\538b";
}
.hgi-solid.hgi-standard.hgi-school-bus:before {
  content: "\538d";
}
.hgi-solid.hgi-standard.hgi-school-report-card:before {
  content: "\538f";
}
.hgi-solid.hgi-standard.hgi-school-tie:before {
  content: "\5392";
}
.hgi-solid.hgi-standard.hgi-school:before {
  content: "\5393";
}
.hgi-solid.hgi-standard.hgi-scissor-01:before {
  content: "\5395";
}
.hgi-solid.hgi-standard.hgi-scissor-rectangle:before {
  content: "\5397";
}
.hgi-solid.hgi-standard.hgi-scissor:before {
  content: "\5399";
}
.hgi-solid.hgi-standard.hgi-scooter-01:before {
  content: "\539b";
}
.hgi-solid.hgi-standard.hgi-scooter-02:before {
  content: "\539d";
}
.hgi-solid.hgi-standard.hgi-scooter-03:before {
  content: "\539f";
}
.hgi-solid.hgi-standard.hgi-scooter-04:before {
  content: "\53a1";
}
.hgi-solid.hgi-standard.hgi-scooter-electric:before {
  content: "\53a3";
}
.hgi-solid.hgi-standard.hgi-scratch-card:before {
  content: "\53a5";
}
.hgi-solid.hgi-standard.hgi-screen-add-to-home:before {
  content: "\53a7";
}
.hgi-solid.hgi-standard.hgi-screen-lock-rotation:before {
  content: "\53a9";
}
.hgi-solid.hgi-standard.hgi-screen-rotation:before {
  content: "\53ab";
}
.hgi-solid.hgi-standard.hgi-scribd:before {
  content: "\53ad";
}
.hgi-solid.hgi-standard.hgi-scroll-horizontal:before {
  content: "\53af";
}
.hgi-solid.hgi-standard.hgi-scroll-vertical:before {
  content: "\53b2";
}
.hgi-solid.hgi-standard.hgi-scroll:before {
  content: "\53b3";
}
.hgi-solid.hgi-standard.hgi-sd-card:before {
  content: "\53b5";
}
.hgi-solid.hgi-standard.hgi-seal:before {
  content: "\53b7";
}
.hgi-solid.hgi-standard.hgi-search-01:before {
  content: "\53b9";
}
.hgi-solid.hgi-standard.hgi-search-02:before {
  content: "\53bb";
}
.hgi-solid.hgi-standard.hgi-search-add:before {
  content: "\53bd";
}
.hgi-solid.hgi-standard.hgi-search-area:before {
  content: "\53bf";
}
.hgi-solid.hgi-standard.hgi-search-circle:before {
  content: "\53c1";
}
.hgi-solid.hgi-standard.hgi-search-dollar:before {
  content: "\53c3";
}
.hgi-solid.hgi-standard.hgi-search-focus:before {
  content: "\53c5";
}
.hgi-solid.hgi-standard.hgi-search-list-01:before {
  content: "\53c7";
}
.hgi-solid.hgi-standard.hgi-search-list-02:before {
  content: "\53c9";
}
.hgi-solid.hgi-standard.hgi-search-minus:before {
  content: "\53cb";
}
.hgi-solid.hgi-standard.hgi-search-remove:before {
  content: "\53cd";
}
.hgi-solid.hgi-standard.hgi-search-replace:before {
  content: "\53cf";
}
.hgi-solid.hgi-standard.hgi-search-square:before {
  content: "\53d1";
}
.hgi-solid.hgi-standard.hgi-search-visual:before {
  content: "\53d3";
}
.hgi-solid.hgi-standard.hgi-searching:before {
  content: "\53d5";
}
.hgi-solid.hgi-standard.hgi-seat-selector:before {
  content: "\53d7";
}
.hgi-solid.hgi-standard.hgi-second-bracket-circle:before {
  content: "\53d9";
}
.hgi-solid.hgi-standard.hgi-second-bracket-square:before {
  content: "\53dc";
}
.hgi-solid.hgi-standard.hgi-second-bracket:before {
  content: "\53dd";
}
.hgi-solid.hgi-standard.hgi-secured-network:before {
  content: "\53df";
}
.hgi-solid.hgi-standard.hgi-security-block:before {
  content: "\53e1";
}
.hgi-solid.hgi-standard.hgi-security-check:before {
  content: "\53e3";
}
.hgi-solid.hgi-standard.hgi-security-key-usb:before {
  content: "\53e5";
}
.hgi-solid.hgi-standard.hgi-security-lock:before {
  content: "\53e7";
}
.hgi-solid.hgi-standard.hgi-security-password:before {
  content: "\53e9";
}
.hgi-solid.hgi-standard.hgi-security-validation:before {
  content: "\53ec";
}
.hgi-solid.hgi-standard.hgi-security-wifi:before {
  content: "\53ee";
}
.hgi-solid.hgi-standard.hgi-security:before {
  content: "\53ef";
}
.hgi-solid.hgi-standard.hgi-segment:before {
  content: "\53f1";
}
.hgi-solid.hgi-standard.hgi-select-01:before {
  content: "\53f3";
}
.hgi-solid.hgi-standard.hgi-select-02:before {
  content: "\53f5";
}
.hgi-solid.hgi-standard.hgi-self-transfer:before {
  content: "\53f7";
}
.hgi-solid.hgi-standard.hgi-send-to-mobile:before {
  content: "\53f9";
}
.hgi-solid.hgi-standard.hgi-sending-order:before {
  content: "\53fb";
}
.hgi-solid.hgi-standard.hgi-senseless:before {
  content: "\53fd";
}
.hgi-solid.hgi-standard.hgi-sent-02:before {
  content: "\53ff";
}
.hgi-solid.hgi-standard.hgi-sent:before {
  content: "\5401";
}
.hgi-solid.hgi-standard.hgi-seo:before {
  content: "\5403";
}
.hgi-solid.hgi-standard.hgi-server-stack-01:before {
  content: "\5405";
}
.hgi-solid.hgi-standard.hgi-server-stack-02:before {
  content: "\5407";
}
.hgi-solid.hgi-standard.hgi-server-stack-03:before {
  content: "\5409";
}
.hgi-solid.hgi-standard.hgi-service:before {
  content: "\540b";
}
.hgi-solid.hgi-standard.hgi-serving-food:before {
  content: "\540d";
}
.hgi-solid.hgi-standard.hgi-setting-06:before {
  content: "\540f";
}
.hgi-solid.hgi-standard.hgi-setting-07:before {
  content: "\5411";
}
.hgi-solid.hgi-standard.hgi-setting-done-01:before {
  content: "\5413";
}
.hgi-solid.hgi-standard.hgi-setting-done-02:before {
  content: "\5415";
}
.hgi-solid.hgi-standard.hgi-setting-done-03:before {
  content: "\5417";
}
.hgi-solid.hgi-standard.hgi-setting-done-04:before {
  content: "\5419";
}
.hgi-solid.hgi-standard.hgi-setting-error-03:before {
  content: "\541b";
}
.hgi-solid.hgi-standard.hgi-setting-error-04:before {
  content: "\541d";
}
.hgi-solid.hgi-standard.hgi-settings-01:before {
  content: "\541f";
}
.hgi-solid.hgi-standard.hgi-settings-02:before {
  content: "\5421";
}
.hgi-solid.hgi-standard.hgi-settings-03:before {
  content: "\5423";
}
.hgi-solid.hgi-standard.hgi-settings-04:before {
  content: "\5425";
}
.hgi-solid.hgi-standard.hgi-settings-05:before {
  content: "\5427";
}
.hgi-solid.hgi-standard.hgi-settings-error-01:before {
  content: "\5429";
}
.hgi-solid.hgi-standard.hgi-settings-error-02:before {
  content: "\542b";
}
.hgi-solid.hgi-standard.hgi-setup-01:before {
  content: "\542d";
}
.hgi-solid.hgi-standard.hgi-setup-02:before {
  content: "\542f";
}
.hgi-solid.hgi-standard.hgi-seven-z-01:before {
  content: "\5431";
}
.hgi-solid.hgi-standard.hgi-seven-z-02:before {
  content: "\5433";
}
.hgi-solid.hgi-standard.hgi-shaka-01:before {
  content: "\5435";
}
.hgi-solid.hgi-standard.hgi-shaka-02:before {
  content: "\5437";
}
.hgi-solid.hgi-standard.hgi-shaka-03:before {
  content: "\5439";
}
.hgi-solid.hgi-standard.hgi-shaka-04:before {
  content: "\543b";
}
.hgi-solid.hgi-standard.hgi-shampoo:before {
  content: "\543d";
}
.hgi-solid.hgi-standard.hgi-shape-collection:before {
  content: "\543f";
}
.hgi-solid.hgi-standard.hgi-shapes:before {
  content: "\5441";
}
.hgi-solid.hgi-standard.hgi-share-01:before {
  content: "\5443";
}
.hgi-solid.hgi-standard.hgi-share-02:before {
  content: "\5445";
}
.hgi-solid.hgi-standard.hgi-share-03:before {
  content: "\5447";
}
.hgi-solid.hgi-standard.hgi-share-04:before {
  content: "\5449";
}
.hgi-solid.hgi-standard.hgi-share-05:before {
  content: "\544b";
}
.hgi-solid.hgi-standard.hgi-share-06:before {
  content: "\544d";
}
.hgi-solid.hgi-standard.hgi-share-07:before {
  content: "\544f";
}
.hgi-solid.hgi-standard.hgi-share-08:before {
  content: "\5451";
}
.hgi-solid.hgi-standard.hgi-share-knowledge:before {
  content: "\5453";
}
.hgi-solid.hgi-standard.hgi-share-location-01:before {
  content: "\5455";
}
.hgi-solid.hgi-standard.hgi-share-location-02:before {
  content: "\5457";
}
.hgi-solid.hgi-standard.hgi-shared-wifi:before {
  content: "\5459";
}
.hgi-solid.hgi-standard.hgi-sharing:before {
  content: "\545b";
}
.hgi-solid.hgi-standard.hgi-shellfish:before {
  content: "\545d";
}
.hgi-solid.hgi-standard.hgi-sheriff-01:before {
  content: "\545f";
}
.hgi-solid.hgi-standard.hgi-sheriff-02:before {
  content: "\5461";
}
.hgi-solid.hgi-standard.hgi-shield-01:before {
  content: "\5463";
}
.hgi-solid.hgi-standard.hgi-shield-02:before {
  content: "\5465";
}
.hgi-solid.hgi-standard.hgi-shield-blockchain:before {
  content: "\5467";
}
.hgi-solid.hgi-standard.hgi-shield-energy:before {
  content: "\5469";
}
.hgi-solid.hgi-standard.hgi-shield-key:before {
  content: "\546b";
}
.hgi-solid.hgi-standard.hgi-shield-user:before {
  content: "\546d";
}
.hgi-solid.hgi-standard.hgi-shipment-tracking:before {
  content: "\546f";
}
.hgi-solid.hgi-standard.hgi-shipping-center:before {
  content: "\5471";
}
.hgi-solid.hgi-standard.hgi-shipping-loading:before {
  content: "\5473";
}
.hgi-solid.hgi-standard.hgi-shipping-truck-01:before {
  content: "\5475";
}
.hgi-solid.hgi-standard.hgi-shipping-truck-02:before {
  content: "\5477";
}
.hgi-solid.hgi-standard.hgi-shirt-01:before {
  content: "\5479";
}
.hgi-solid.hgi-standard.hgi-shocked:before {
  content: "\547b";
}
.hgi-solid.hgi-standard.hgi-shop-sign:before {
  content: "\547d";
}
.hgi-solid.hgi-standard.hgi-shopify:before {
  content: "\547f";
}
.hgi-solid.hgi-standard.hgi-shopping-bag-01:before {
  content: "\5481";
}
.hgi-solid.hgi-standard.hgi-shopping-bag-02:before {
  content: "\5483";
}
.hgi-solid.hgi-standard.hgi-shopping-bag-03:before {
  content: "\5485";
}
.hgi-solid.hgi-standard.hgi-shopping-bag-add:before {
  content: "\5487";
}
.hgi-solid.hgi-standard.hgi-shopping-bag-check:before {
  content: "\5489";
}
.hgi-solid.hgi-standard.hgi-shopping-bag-favorite:before {
  content: "\548b";
}
.hgi-solid.hgi-standard.hgi-shopping-bag-remove:before {
  content: "\548d";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-01:before {
  content: "\548f";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-02:before {
  content: "\5491";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-03:before {
  content: "\5493";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-add-01:before {
  content: "\5495";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-add-02:before {
  content: "\5497";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-add-03:before {
  content: "\5499";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-check-in-01:before {
  content: "\549b";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-check-in-02:before {
  content: "\549d";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-check-in-03:before {
  content: "\549f";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-check-out-01:before {
  content: "\54a1";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-check-out-02:before {
  content: "\54a3";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-check-out-03:before {
  content: "\54a5";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-done-01:before {
  content: "\54a7";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-done-02:before {
  content: "\54a9";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-done-03:before {
  content: "\54ab";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-favorite-01:before {
  content: "\54ad";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-favorite-02:before {
  content: "\54af";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-favorite-03:before {
  content: "\54b1";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-remove-01:before {
  content: "\54b3";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-remove-02:before {
  content: "\54b5";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-remove-03:before {
  content: "\54b7";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-secure-01:before {
  content: "\54b9";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-secure-02:before {
  content: "\54bb";
}
.hgi-solid.hgi-standard.hgi-shopping-basket-secure-03:before {
  content: "\54bd";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-01:before {
  content: "\54bf";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-02:before {
  content: "\54c1";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-add-01:before {
  content: "\54c3";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-add-02:before {
  content: "\54c5";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-check-01:before {
  content: "\54c7";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-check-02:before {
  content: "\54c9";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-check-in-01:before {
  content: "\54cb";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-check-in-02:before {
  content: "\54cd";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-check-out-01:before {
  content: "\54cf";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-check-out-02:before {
  content: "\54d1";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-favorite-01:before {
  content: "\54d3";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-favorite-02:before {
  content: "\54d5";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-remove-01:before {
  content: "\54d7";
}
.hgi-solid.hgi-standard.hgi-shopping-cart-remove-02:before {
  content: "\54d9";
}
.hgi-solid.hgi-standard.hgi-shorts-pants:before {
  content: "\54db";
}
.hgi-solid.hgi-standard.hgi-shoulder:before {
  content: "\54dd";
}
.hgi-solid.hgi-standard.hgi-shuffle-square:before {
  content: "\54e0";
}
.hgi-solid.hgi-standard.hgi-shuffle:before {
  content: "\54e1";
}
.hgi-solid.hgi-standard.hgi-shut-down:before {
  content: "\54e3";
}
.hgi-solid.hgi-standard.hgi-shutterstock:before {
  content: "\54e5";
}
.hgi-solid.hgi-standard.hgi-sidebar-bottom:before {
  content: "\54e7";
}
.hgi-solid.hgi-standard.hgi-sidebar-left-01:before {
  content: "\54e9";
}
.hgi-solid.hgi-standard.hgi-sidebar-left:before {
  content: "\54eb";
}
.hgi-solid.hgi-standard.hgi-sidebar-right-01:before {
  content: "\54ed";
}
.hgi-solid.hgi-standard.hgi-sidebar-right:before {
  content: "\54ef";
}
.hgi-solid.hgi-standard.hgi-sidebar-top:before {
  content: "\54f1";
}
.hgi-solid.hgi-standard.hgi-sign-language-c:before {
  content: "\54f3";
}
.hgi-solid.hgi-standard.hgi-signal-full-01:before {
  content: "\54f5";
}
.hgi-solid.hgi-standard.hgi-signal-full-02:before {
  content: "\54f7";
}
.hgi-solid.hgi-standard.hgi-signal-low-01:before {
  content: "\54f9";
}
.hgi-solid.hgi-standard.hgi-signal-low-02:before {
  content: "\54fb";
}
.hgi-solid.hgi-standard.hgi-signal-low-medium:before {
  content: "\54fd";
}
.hgi-solid.hgi-standard.hgi-signal-medium-01:before {
  content: "\54ff";
}
.hgi-solid.hgi-standard.hgi-signal-medium-02:before {
  content: "\5501";
}
.hgi-solid.hgi-standard.hgi-signal-no-01:before {
  content: "\5503";
}
.hgi-solid.hgi-standard.hgi-signal-no-02:before {
  content: "\5505";
}
.hgi-solid.hgi-standard.hgi-signal:before {
  content: "\5507";
}
.hgi-solid.hgi-standard.hgi-signature:before {
  content: "\5509";
}
.hgi-solid.hgi-standard.hgi-silence:before {
  content: "\550b";
}
.hgi-solid.hgi-standard.hgi-simcard-01:before {
  content: "\550d";
}
.hgi-solid.hgi-standard.hgi-simcard-02:before {
  content: "\550f";
}
.hgi-solid.hgi-standard.hgi-simcard-dual:before {
  content: "\5511";
}
.hgi-solid.hgi-standard.hgi-sin:before {
  content: "\5513";
}
.hgi-solid.hgi-standard.hgi-sine-01:before {
  content: "\5515";
}
.hgi-solid.hgi-standard.hgi-sine-02:before {
  content: "\5517";
}
.hgi-solid.hgi-standard.hgi-sing-left:before {
  content: "\5519";
}
.hgi-solid.hgi-standard.hgi-sing-right:before {
  content: "\551b";
}
.hgi-solid.hgi-standard.hgi-sink-01:before {
  content: "\551d";
}
.hgi-solid.hgi-standard.hgi-sink-02:before {
  content: "\551f";
}
.hgi-solid.hgi-standard.hgi-siri-new:before {
  content: "\5521";
}
.hgi-solid.hgi-standard.hgi-siri:before {
  content: "\5523";
}
.hgi-solid.hgi-standard.hgi-sketch:before {
  content: "\5525";
}
.hgi-solid.hgi-standard.hgi-skew:before {
  content: "\5527";
}
.hgi-solid.hgi-standard.hgi-ski-dice-faces-01:before {
  content: "\5529";
}
.hgi-solid.hgi-standard.hgi-skipping-rope:before {
  content: "\552b";
}
.hgi-solid.hgi-standard.hgi-skool:before {
  content: "\552d";
}
.hgi-solid.hgi-standard.hgi-skull:before {
  content: "\552f";
}
.hgi-solid.hgi-standard.hgi-skype:before {
  content: "\5531";
}
.hgi-solid.hgi-standard.hgi-slack:before {
  content: "\5533";
}
.hgi-solid.hgi-standard.hgi-sleeping:before {
  content: "\5535";
}
.hgi-solid.hgi-standard.hgi-sleeveless:before {
  content: "\5537";
}
.hgi-solid.hgi-standard.hgi-sliders-horizontal:before {
  content: "\5539";
}
.hgi-solid.hgi-standard.hgi-sliders-vertical:before {
  content: "\553b";
}
.hgi-solid.hgi-standard.hgi-slideshare:before {
  content: "\553d";
}
.hgi-solid.hgi-standard.hgi-slow-winds:before {
  content: "\553f";
}
.hgi-solid.hgi-standard.hgi-smart-ac:before {
  content: "\5541";
}
.hgi-solid.hgi-standard.hgi-smart-phone-01:before {
  content: "\5543";
}
.hgi-solid.hgi-standard.hgi-smart-phone-02:before {
  content: "\5545";
}
.hgi-solid.hgi-standard.hgi-smart-phone-03:before {
  content: "\5547";
}
.hgi-solid.hgi-standard.hgi-smart-phone-04:before {
  content: "\5549";
}
.hgi-solid.hgi-standard.hgi-smart-phone-landscape:before {
  content: "\554b";
}
.hgi-solid.hgi-standard.hgi-smart-watch-01:before {
  content: "\554e";
}
.hgi-solid.hgi-standard.hgi-smart-watch-02:before {
  content: "\5550";
}
.hgi-solid.hgi-standard.hgi-smart-watch-03:before {
  content: "\5552";
}
.hgi-solid.hgi-standard.hgi-smart-watch-04:before {
  content: "\5554";
}
.hgi-solid.hgi-standard.hgi-smart:before {
  content: "\5555";
}
.hgi-solid.hgi-standard.hgi-smartphone-lost-wifi:before {
  content: "\5557";
}
.hgi-solid.hgi-standard.hgi-smartphone-wifi:before {
  content: "\5559";
}
.hgi-solid.hgi-standard.hgi-smile-dizzy:before {
  content: "\555b";
}
.hgi-solid.hgi-standard.hgi-smile:before {
  content: "\555d";
}
.hgi-solid.hgi-standard.hgi-sms-code:before {
  content: "\555f";
}
.hgi-solid.hgi-standard.hgi-snail:before {
  content: "\5561";
}
.hgi-solid.hgi-standard.hgi-snapchat:before {
  content: "\5563";
}
.hgi-solid.hgi-standard.hgi-snow:before {
  content: "\5565";
}
.hgi-solid.hgi-standard.hgi-socks:before {
  content: "\5567";
}
.hgi-solid.hgi-standard.hgi-soda-can:before {
  content: "\5569";
}
.hgi-solid.hgi-standard.hgi-sofa-01:before {
  content: "\556b";
}
.hgi-solid.hgi-standard.hgi-sofa-02:before {
  content: "\556d";
}
.hgi-solid.hgi-standard.hgi-sofa-03:before {
  content: "\556f";
}
.hgi-solid.hgi-standard.hgi-sofa-single:before {
  content: "\5571";
}
.hgi-solid.hgi-standard.hgi-soft-drink-01:before {
  content: "\5573";
}
.hgi-solid.hgi-standard.hgi-soft-drink-02:before {
  content: "\5575";
}
.hgi-solid.hgi-standard.hgi-software-license:before {
  content: "\5577";
}
.hgi-solid.hgi-standard.hgi-software-uninstall:before {
  content: "\557a";
}
.hgi-solid.hgi-standard.hgi-software:before {
  content: "\557b";
}
.hgi-solid.hgi-standard.hgi-soil-moisture-field:before {
  content: "\557d";
}
.hgi-solid.hgi-standard.hgi-soil-moisture-global:before {
  content: "\557f";
}
.hgi-solid.hgi-standard.hgi-soil-temperature-field:before {
  content: "\5581";
}
.hgi-solid.hgi-standard.hgi-soil-temperature-global:before {
  content: "\5583";
}
.hgi-solid.hgi-standard.hgi-solar-energy:before {
  content: "\5585";
}
.hgi-solid.hgi-standard.hgi-solar-panel-01:before {
  content: "\5587";
}
.hgi-solid.hgi-standard.hgi-solar-panel-02:before {
  content: "\5589";
}
.hgi-solid.hgi-standard.hgi-solar-panel-03:before {
  content: "\558b";
}
.hgi-solid.hgi-standard.hgi-solar-panel-04:before {
  content: "\558d";
}
.hgi-solid.hgi-standard.hgi-solar-panel-05:before {
  content: "\558f";
}
.hgi-solid.hgi-standard.hgi-solar-power:before {
  content: "\5591";
}
.hgi-solid.hgi-standard.hgi-solar-system-01:before {
  content: "\5593";
}
.hgi-solid.hgi-standard.hgi-solar-system:before {
  content: "\5595";
}
.hgi-solid.hgi-standard.hgi-solid-line-01:before {
  content: "\5597";
}
.hgi-solid.hgi-standard.hgi-solid-line-02:before {
  content: "\5599";
}
.hgi-solid.hgi-standard.hgi-sort-by-down-01:before {
  content: "\559b";
}
.hgi-solid.hgi-standard.hgi-sort-by-down-02:before {
  content: "\559d";
}
.hgi-solid.hgi-standard.hgi-sort-by-up-01:before {
  content: "\559f";
}
.hgi-solid.hgi-standard.hgi-sort-by-up-02:before {
  content: "\55a1";
}
.hgi-solid.hgi-standard.hgi-sorting-01:before {
  content: "\55a3";
}
.hgi-solid.hgi-standard.hgi-sorting-02:before {
  content: "\55a5";
}
.hgi-solid.hgi-standard.hgi-sorting-03:before {
  content: "\55a7";
}
.hgi-solid.hgi-standard.hgi-sorting-04:before {
  content: "\55a9";
}
.hgi-solid.hgi-standard.hgi-sorting-05:before {
  content: "\55ab";
}
.hgi-solid.hgi-standard.hgi-sorting-1-9:before {
  content: "\55ad";
}
.hgi-solid.hgi-standard.hgi-sorting-9-1:before {
  content: "\55af";
}
.hgi-solid.hgi-standard.hgi-sorting-a-z-01:before {
  content: "\55b1";
}
.hgi-solid.hgi-standard.hgi-sorting-a-z-02:before {
  content: "\55b3";
}
.hgi-solid.hgi-standard.hgi-sorting-down:before {
  content: "\55b5";
}
.hgi-solid.hgi-standard.hgi-sorting-up:before {
  content: "\55b7";
}
.hgi-solid.hgi-standard.hgi-sorting-z-a-01:before {
  content: "\55b9";
}
.hgi-solid.hgi-standard.hgi-soundcloud:before {
  content: "\55bb";
}
.hgi-solid.hgi-standard.hgi-source-code-circle:before {
  content: "\55bd";
}
.hgi-solid.hgi-standard.hgi-source-code-square:before {
  content: "\55c0";
}
.hgi-solid.hgi-standard.hgi-source-code:before {
  content: "\55c1";
}
.hgi-solid.hgi-standard.hgi-spaceship:before {
  content: "\55c3";
}
.hgi-solid.hgi-standard.hgi-spades:before {
  content: "\55c5";
}
.hgi-solid.hgi-standard.hgi-spaghetti:before {
  content: "\55c7";
}
.hgi-solid.hgi-standard.hgi-spam:before {
  content: "\55c9";
}
.hgi-solid.hgi-standard.hgi-sparkles:before {
  content: "\55cb";
}
.hgi-solid.hgi-standard.hgi-spartan-helmet:before {
  content: "\55cd";
}
.hgi-solid.hgi-standard.hgi-spatula:before {
  content: "\55cf";
}
.hgi-solid.hgi-standard.hgi-speaker-01:before {
  content: "\55d1";
}
.hgi-solid.hgi-standard.hgi-speaker:before {
  content: "\55d3";
}
.hgi-solid.hgi-standard.hgi-speech-to-text:before {
  content: "\55d5";
}
.hgi-solid.hgi-standard.hgi-speed-train-01:before {
  content: "\55d7";
}
.hgi-solid.hgi-standard.hgi-speed-train-02:before {
  content: "\55d9";
}
.hgi-solid.hgi-standard.hgi-sperm:before {
  content: "\55db";
}
.hgi-solid.hgi-standard.hgi-sphere:before {
  content: "\55dd";
}
.hgi-solid.hgi-standard.hgi-spirals:before {
  content: "\55df";
}
.hgi-solid.hgi-standard.hgi-spoon-and-fork:before {
  content: "\55e1";
}
.hgi-solid.hgi-standard.hgi-spoon-and-knife:before {
  content: "\55e3";
}
.hgi-solid.hgi-standard.hgi-spoon:before {
  content: "\55e5";
}
.hgi-solid.hgi-standard.hgi-spotify:before {
  content: "\55e7";
}
.hgi-solid.hgi-standard.hgi-sql:before {
  content: "\55e9";
}
.hgi-solid.hgi-standard.hgi-square-01:before {
  content: "\55eb";
}
.hgi-solid.hgi-standard.hgi-square-arrow-data-transfer-diagonal:before {
  content: "\55ed";
}
.hgi-solid.hgi-standard.hgi-square-arrow-data-transfer-horizontal:before {
  content: "\55ef";
}
.hgi-solid.hgi-standard.hgi-square-arrow-data-transfer-vertical:before {
  content: "\55f1";
}
.hgi-solid.hgi-standard.hgi-square-arrow-diagonal-01:before {
  content: "\55f3";
}
.hgi-solid.hgi-standard.hgi-square-arrow-diagonal-02:before {
  content: "\55f5";
}
.hgi-solid.hgi-standard.hgi-square-arrow-down-01:before {
  content: "\55f7";
}
.hgi-solid.hgi-standard.hgi-square-arrow-down-02:before {
  content: "\55f9";
}
.hgi-solid.hgi-standard.hgi-square-arrow-down-03:before {
  content: "\55fb";
}
.hgi-solid.hgi-standard.hgi-square-arrow-down-double:before {
  content: "\55fd";
}
.hgi-solid.hgi-standard.hgi-square-arrow-down-left:before {
  content: "\55ff";
}
.hgi-solid.hgi-standard.hgi-square-arrow-down-right:before {
  content: "\5601";
}
.hgi-solid.hgi-standard.hgi-square-arrow-expand-01:before {
  content: "\5603";
}
.hgi-solid.hgi-standard.hgi-square-arrow-expand-02:before {
  content: "\5605";
}
.hgi-solid.hgi-standard.hgi-square-arrow-horizontal:before {
  content: "\5607";
}
.hgi-solid.hgi-standard.hgi-square-arrow-left-01:before {
  content: "\5609";
}
.hgi-solid.hgi-standard.hgi-square-arrow-left-02:before {
  content: "\560b";
}
.hgi-solid.hgi-standard.hgi-square-arrow-left-03:before {
  content: "\560d";
}
.hgi-solid.hgi-standard.hgi-square-arrow-left-double:before {
  content: "\560f";
}
.hgi-solid.hgi-standard.hgi-square-arrow-left-right:before {
  content: "\5611";
}
.hgi-solid.hgi-standard.hgi-square-arrow-move-down-left:before {
  content: "\5613";
}
.hgi-solid.hgi-standard.hgi-square-arrow-move-down-right:before {
  content: "\5615";
}
.hgi-solid.hgi-standard.hgi-square-arrow-move-left-down:before {
  content: "\5617";
}
.hgi-solid.hgi-standard.hgi-square-arrow-move-left-up:before {
  content: "\5619";
}
.hgi-solid.hgi-standard.hgi-square-arrow-move-right-down:before {
  content: "\561b";
}
.hgi-solid.hgi-standard.hgi-square-arrow-move-right-up:before {
  content: "\561d";
}
.hgi-solid.hgi-standard.hgi-square-arrow-reload-01:before {
  content: "\561f";
}
.hgi-solid.hgi-standard.hgi-square-arrow-reload-02:before {
  content: "\5621";
}
.hgi-solid.hgi-standard.hgi-square-arrow-right-01:before {
  content: "\5623";
}
.hgi-solid.hgi-standard.hgi-square-arrow-right-02:before {
  content: "\5625";
}
.hgi-solid.hgi-standard.hgi-square-arrow-right-03:before {
  content: "\5627";
}
.hgi-solid.hgi-standard.hgi-square-arrow-right-double:before {
  content: "\5629";
}
.hgi-solid.hgi-standard.hgi-square-arrow-shrink-01:before {
  content: "\562b";
}
.hgi-solid.hgi-standard.hgi-square-arrow-shrink-02:before {
  content: "\562d";
}
.hgi-solid.hgi-standard.hgi-square-arrow-up-01:before {
  content: "\562f";
}
.hgi-solid.hgi-standard.hgi-square-arrow-up-02:before {
  content: "\5631";
}
.hgi-solid.hgi-standard.hgi-square-arrow-up-03:before {
  content: "\5633";
}
.hgi-solid.hgi-standard.hgi-square-arrow-up-double:before {
  content: "\5635";
}
.hgi-solid.hgi-standard.hgi-square-arrow-up-down:before {
  content: "\5637";
}
.hgi-solid.hgi-standard.hgi-square-arrow-up-left:before {
  content: "\5639";
}
.hgi-solid.hgi-standard.hgi-square-arrow-up-right:before {
  content: "\563b";
}
.hgi-solid.hgi-standard.hgi-square-arrow-vertical:before {
  content: "\563d";
}
.hgi-solid.hgi-standard.hgi-square-circle:before {
  content: "\563f";
}
.hgi-solid.hgi-standard.hgi-square-lock-01:before {
  content: "\5641";
}
.hgi-solid.hgi-standard.hgi-square-lock-02:before {
  content: "\5643";
}
.hgi-solid.hgi-standard.hgi-square-lock-add-01:before {
  content: "\5645";
}
.hgi-solid.hgi-standard.hgi-square-lock-add-02:before {
  content: "\5647";
}
.hgi-solid.hgi-standard.hgi-square-lock-check-01:before {
  content: "\5649";
}
.hgi-solid.hgi-standard.hgi-square-lock-check-02:before {
  content: "\564b";
}
.hgi-solid.hgi-standard.hgi-square-lock-minus-01:before {
  content: "\564d";
}
.hgi-solid.hgi-standard.hgi-square-lock-minus-02:before {
  content: "\564f";
}
.hgi-solid.hgi-standard.hgi-square-lock-password:before {
  content: "\5651";
}
.hgi-solid.hgi-standard.hgi-square-lock-remove-01:before {
  content: "\5653";
}
.hgi-solid.hgi-standard.hgi-square-lock-remove-02:before {
  content: "\5655";
}
.hgi-solid.hgi-standard.hgi-square-root-square:before {
  content: "\5657";
}
.hgi-solid.hgi-standard.hgi-square-square:before {
  content: "\565a";
}
.hgi-solid.hgi-standard.hgi-square-unlock-01:before {
  content: "\565c";
}
.hgi-solid.hgi-standard.hgi-square-unlock-02:before {
  content: "\565e";
}
.hgi-solid.hgi-standard.hgi-square:before {
  content: "\565f";
}
.hgi-solid.hgi-standard.hgi-stack-star:before {
  content: "\5661";
}
.hgi-solid.hgi-standard.hgi-stake:before {
  content: "\5663";
}
.hgi-solid.hgi-standard.hgi-stamp-01:before {
  content: "\5665";
}
.hgi-solid.hgi-standard.hgi-stamp-02:before {
  content: "\5667";
}
.hgi-solid.hgi-standard.hgi-stamp:before {
  content: "\5669";
}
.hgi-solid.hgi-standard.hgi-star-award-01:before {
  content: "\566b";
}
.hgi-solid.hgi-standard.hgi-star-award-02:before {
  content: "\566d";
}
.hgi-solid.hgi-standard.hgi-star-circle:before {
  content: "\566f";
}
.hgi-solid.hgi-standard.hgi-star-face:before {
  content: "\5671";
}
.hgi-solid.hgi-standard.hgi-star-half:before {
  content: "\5673";
}
.hgi-solid.hgi-standard.hgi-star-off:before {
  content: "\5675";
}
.hgi-solid.hgi-standard.hgi-star-square:before {
  content: "\5678";
}
.hgi-solid.hgi-standard.hgi-star:before {
  content: "\5679";
}
.hgi-solid.hgi-standard.hgi-stars:before {
  content: "\567b";
}
.hgi-solid.hgi-standard.hgi-start-up-01:before {
  content: "\567d";
}
.hgi-solid.hgi-standard.hgi-start-up-02:before {
  content: "\567f";
}
.hgi-solid.hgi-standard.hgi-stationery:before {
  content: "\5681";
}
.hgi-solid.hgi-standard.hgi-status:before {
  content: "\5683";
}
.hgi-solid.hgi-standard.hgi-steak:before {
  content: "\5685";
}
.hgi-solid.hgi-standard.hgi-steering:before {
  content: "\5687";
}
.hgi-solid.hgi-standard.hgi-step-into:before {
  content: "\5689";
}
.hgi-solid.hgi-standard.hgi-step-out:before {
  content: "\568b";
}
.hgi-solid.hgi-standard.hgi-step-over:before {
  content: "\568d";
}
.hgi-solid.hgi-standard.hgi-stethoscope-02:before {
  content: "\568f";
}
.hgi-solid.hgi-standard.hgi-stethoscope:before {
  content: "\5691";
}
.hgi-solid.hgi-standard.hgi-sticky-note-01:before {
  content: "\5693";
}
.hgi-solid.hgi-standard.hgi-sticky-note-02:before {
  content: "\5695";
}
.hgi-solid.hgi-standard.hgi-sticky-note-03:before {
  content: "\5697";
}
.hgi-solid.hgi-standard.hgi-stop-circle:before {
  content: "\5699";
}
.hgi-solid.hgi-standard.hgi-stop-loss-order:before {
  content: "\569b";
}
.hgi-solid.hgi-standard.hgi-stop-watch:before {
  content: "\569e";
}
.hgi-solid.hgi-standard.hgi-stop:before {
  content: "\569f";
}
.hgi-solid.hgi-standard.hgi-store-01:before {
  content: "\56a1";
}
.hgi-solid.hgi-standard.hgi-store-02:before {
  content: "\56a3";
}
.hgi-solid.hgi-standard.hgi-store-03:before {
  content: "\56a5";
}
.hgi-solid.hgi-standard.hgi-store-04:before {
  content: "\56a7";
}
.hgi-solid.hgi-standard.hgi-store-add-01:before {
  content: "\56a9";
}
.hgi-solid.hgi-standard.hgi-store-add-02:before {
  content: "\56ab";
}
.hgi-solid.hgi-standard.hgi-store-location-01:before {
  content: "\56ad";
}
.hgi-solid.hgi-standard.hgi-store-location-02:before {
  content: "\56af";
}
.hgi-solid.hgi-standard.hgi-store-management-01:before {
  content: "\56b1";
}
.hgi-solid.hgi-standard.hgi-store-management-02:before {
  content: "\56b3";
}
.hgi-solid.hgi-standard.hgi-store-remove-01:before {
  content: "\56b5";
}
.hgi-solid.hgi-standard.hgi-store-remove-02:before {
  content: "\56b7";
}
.hgi-solid.hgi-standard.hgi-store-verified-01:before {
  content: "\56b9";
}
.hgi-solid.hgi-standard.hgi-store-verified-02:before {
  content: "\56bb";
}
.hgi-solid.hgi-standard.hgi-straight-edge:before {
  content: "\56bd";
}
.hgi-solid.hgi-standard.hgi-strategy:before {
  content: "\56bf";
}
.hgi-solid.hgi-standard.hgi-streering-wheel:before {
  content: "\56c1";
}
.hgi-solid.hgi-standard.hgi-street-food:before {
  content: "\56c3";
}
.hgi-solid.hgi-standard.hgi-stripe:before {
  content: "\56c5";
}
.hgi-solid.hgi-standard.hgi-stroke-bottom:before {
  content: "\56c7";
}
.hgi-solid.hgi-standard.hgi-stroke-center:before {
  content: "\56c9";
}
.hgi-solid.hgi-standard.hgi-stroke-inside:before {
  content: "\56cb";
}
.hgi-solid.hgi-standard.hgi-stroke-left:before {
  content: "\56cd";
}
.hgi-solid.hgi-standard.hgi-stroke-outside:before {
  content: "\56cf";
}
.hgi-solid.hgi-standard.hgi-stroke-right:before {
  content: "\56d1";
}
.hgi-solid.hgi-standard.hgi-stroke-top:before {
  content: "\56d3";
}
.hgi-solid.hgi-standard.hgi-structure-01:before {
  content: "\56d5";
}
.hgi-solid.hgi-standard.hgi-structure-02:before {
  content: "\56d7";
}
.hgi-solid.hgi-standard.hgi-structure-03:before {
  content: "\56d9";
}
.hgi-solid.hgi-standard.hgi-structure-04:before {
  content: "\56db";
}
.hgi-solid.hgi-standard.hgi-structure-05:before {
  content: "\56dd";
}
.hgi-solid.hgi-standard.hgi-structure-add:before {
  content: "\56df";
}
.hgi-solid.hgi-standard.hgi-structure-check:before {
  content: "\56e1";
}
.hgi-solid.hgi-standard.hgi-structure-fail:before {
  content: "\56e3";
}
.hgi-solid.hgi-standard.hgi-structure-folder-circle:before {
  content: "\56e5";
}
.hgi-solid.hgi-standard.hgi-structure-folder:before {
  content: "\56e7";
}
.hgi-solid.hgi-standard.hgi-student-card:before {
  content: "\56e9";
}
.hgi-solid.hgi-standard.hgi-student:before {
  content: "\56eb";
}
.hgi-solid.hgi-standard.hgi-students:before {
  content: "\56ed";
}
.hgi-solid.hgi-standard.hgi-study-desk:before {
  content: "\56ef";
}
.hgi-solid.hgi-standard.hgi-study-lamp:before {
  content: "\56f1";
}
.hgi-solid.hgi-standard.hgi-stumbleupon:before {
  content: "\56f3";
}
.hgi-solid.hgi-standard.hgi-submarine:before {
  content: "\56f5";
}
.hgi-solid.hgi-standard.hgi-submerge:before {
  content: "\56f7";
}
.hgi-solid.hgi-standard.hgi-subnode-add:before {
  content: "\56f9";
}
.hgi-solid.hgi-standard.hgi-subnode-delete:before {
  content: "\56fb";
}
.hgi-solid.hgi-standard.hgi-subpoena:before {
  content: "\56fd";
}
.hgi-solid.hgi-standard.hgi-subtitle:before {
  content: "\56ff";
}
.hgi-solid.hgi-standard.hgi-suit-01:before {
  content: "\5701";
}
.hgi-solid.hgi-standard.hgi-suit-02:before {
  content: "\5703";
}
.hgi-solid.hgi-standard.hgi-sujood:before {
  content: "\5705";
}
.hgi-solid.hgi-standard.hgi-summation-01:before {
  content: "\5707";
}
.hgi-solid.hgi-standard.hgi-summation-02:before {
  content: "\5709";
}
.hgi-solid.hgi-standard.hgi-summation-circle:before {
  content: "\570b";
}
.hgi-solid.hgi-standard.hgi-summation-square:before {
  content: "\570d";
}
.hgi-solid.hgi-standard.hgi-sun-01:before {
  content: "\570f";
}
.hgi-solid.hgi-standard.hgi-sun-02:before {
  content: "\5711";
}
.hgi-solid.hgi-standard.hgi-sun-03:before {
  content: "\5713";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-01:before {
  content: "\5715";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-02:before {
  content: "\5717";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-angled-rain-01:before {
  content: "\5719";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-angled-rain-02:before {
  content: "\571b";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-angled-rain-zap-01:before {
  content: "\571d";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-angled-rain-zap-02:before {
  content: "\571f";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-angled-zap-01:before {
  content: "\5721";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-angled-zap-02:before {
  content: "\5723";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-big-rain-01:before {
  content: "\5725";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-big-rain-02:before {
  content: "\5727";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-fast-wind-01:before {
  content: "\5729";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-fast-wind-02:before {
  content: "\572b";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-hailstone-01:before {
  content: "\572d";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-hailstone-02:before {
  content: "\572f";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-little-rain-01:before {
  content: "\5731";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-little-rain-02:before {
  content: "\5733";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-little-snow-01:before {
  content: "\5735";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-little-snow-02:before {
  content: "\5737";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-mid-rain-01:before {
  content: "\5739";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-mid-rain-02:before {
  content: "\573b";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-mid-snow-01:before {
  content: "\573d";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-mid-snow-02:before {
  content: "\573f";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-slow-wind-01:before {
  content: "\5741";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-slow-wind-02:before {
  content: "\5743";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-snow-01:before {
  content: "\5745";
}
.hgi-solid.hgi-standard.hgi-sun-cloud-snow-02:before {
  content: "\5747";
}
.hgi-solid.hgi-standard.hgi-sunglasses:before {
  content: "\5749";
}
.hgi-solid.hgi-standard.hgi-sunrise:before {
  content: "\574b";
}
.hgi-solid.hgi-standard.hgi-sunset:before {
  content: "\574d";
}
.hgi-solid.hgi-standard.hgi-super-mario-toad:before {
  content: "\5750";
}
.hgi-solid.hgi-standard.hgi-super-mario:before {
  content: "\5751";
}
.hgi-solid.hgi-standard.hgi-surfboard:before {
  content: "\5753";
}
.hgi-solid.hgi-standard.hgi-surprise:before {
  content: "\5755";
}
.hgi-solid.hgi-standard.hgi-sushi-01:before {
  content: "\5757";
}
.hgi-solid.hgi-standard.hgi-sushi-02:before {
  content: "\5759";
}
.hgi-solid.hgi-standard.hgi-sushi-03:before {
  content: "\575b";
}
.hgi-solid.hgi-standard.hgi-suspicious:before {
  content: "\575d";
}
.hgi-solid.hgi-standard.hgi-sustainable-energy:before {
  content: "\575f";
}
.hgi-solid.hgi-standard.hgi-svg-01:before {
  content: "\5761";
}
.hgi-solid.hgi-standard.hgi-svg-02:before {
  content: "\5763";
}
.hgi-solid.hgi-standard.hgi-swarm:before {
  content: "\5765";
}
.hgi-solid.hgi-standard.hgi-swatch:before {
  content: "\5767";
}
.hgi-solid.hgi-standard.hgi-swimming-cap:before {
  content: "\5769";
}
.hgi-solid.hgi-standard.hgi-swimming:before {
  content: "\576b";
}
.hgi-solid.hgi-standard.hgi-swipe-down-01:before {
  content: "\576d";
}
.hgi-solid.hgi-standard.hgi-swipe-down-02:before {
  content: "\576f";
}
.hgi-solid.hgi-standard.hgi-swipe-down-03:before {
  content: "\5771";
}
.hgi-solid.hgi-standard.hgi-swipe-down-04:before {
  content: "\5773";
}
.hgi-solid.hgi-standard.hgi-swipe-down-05:before {
  content: "\5775";
}
.hgi-solid.hgi-standard.hgi-swipe-down-06:before {
  content: "\5777";
}
.hgi-solid.hgi-standard.hgi-swipe-down-07:before {
  content: "\5779";
}
.hgi-solid.hgi-standard.hgi-swipe-down-08:before {
  content: "\577b";
}
.hgi-solid.hgi-standard.hgi-swipe-left-01:before {
  content: "\577d";
}
.hgi-solid.hgi-standard.hgi-swipe-left-02:before {
  content: "\577f";
}
.hgi-solid.hgi-standard.hgi-swipe-left-03:before {
  content: "\5781";
}
.hgi-solid.hgi-standard.hgi-swipe-left-04:before {
  content: "\5783";
}
.hgi-solid.hgi-standard.hgi-swipe-left-05:before {
  content: "\5785";
}
.hgi-solid.hgi-standard.hgi-swipe-left-06:before {
  content: "\5787";
}
.hgi-solid.hgi-standard.hgi-swipe-left-07:before {
  content: "\5789";
}
.hgi-solid.hgi-standard.hgi-swipe-left-08:before {
  content: "\578b";
}
.hgi-solid.hgi-standard.hgi-swipe-left-09:before {
  content: "\578d";
}
.hgi-solid.hgi-standard.hgi-swipe-right-01:before {
  content: "\578f";
}
.hgi-solid.hgi-standard.hgi-swipe-right-02:before {
  content: "\5791";
}
.hgi-solid.hgi-standard.hgi-swipe-right-03:before {
  content: "\5793";
}
.hgi-solid.hgi-standard.hgi-swipe-right-04:before {
  content: "\5795";
}
.hgi-solid.hgi-standard.hgi-swipe-right-05:before {
  content: "\5797";
}
.hgi-solid.hgi-standard.hgi-swipe-right-06:before {
  content: "\5799";
}
.hgi-solid.hgi-standard.hgi-swipe-right-07:before {
  content: "\579b";
}
.hgi-solid.hgi-standard.hgi-swipe-right-08:before {
  content: "\579d";
}
.hgi-solid.hgi-standard.hgi-swipe-right-09:before {
  content: "\579f";
}
.hgi-solid.hgi-standard.hgi-swipe-up-01:before {
  content: "\57a1";
}
.hgi-solid.hgi-standard.hgi-swipe-up-02:before {
  content: "\57a3";
}
.hgi-solid.hgi-standard.hgi-swipe-up-03:before {
  content: "\57a5";
}
.hgi-solid.hgi-standard.hgi-swipe-up-04:before {
  content: "\57a7";
}
.hgi-solid.hgi-standard.hgi-swipe-up-05:before {
  content: "\57a9";
}
.hgi-solid.hgi-standard.hgi-swipe-up-06:before {
  content: "\57ab";
}
.hgi-solid.hgi-standard.hgi-swipe-up-07:before {
  content: "\57ad";
}
.hgi-solid.hgi-standard.hgi-swipe-up-08:before {
  content: "\57af";
}
.hgi-solid.hgi-standard.hgi-sword-01:before {
  content: "\57b1";
}
.hgi-solid.hgi-standard.hgi-sword-02:before {
  content: "\57b3";
}
.hgi-solid.hgi-standard.hgi-sword-03:before {
  content: "\57b5";
}
.hgi-solid.hgi-standard.hgi-system-update-01:before {
  content: "\57b7";
}
.hgi-solid.hgi-standard.hgi-system-update-02:before {
  content: "\57b9";
}
.hgi-solid.hgi-standard.hgi-t-shirt:before {
  content: "\57bb";
}
.hgi-solid.hgi-standard.hgi-table-01:before {
  content: "\57bd";
}
.hgi-solid.hgi-standard.hgi-table-02:before {
  content: "\57bf";
}
.hgi-solid.hgi-standard.hgi-table-03:before {
  content: "\57c1";
}
.hgi-solid.hgi-standard.hgi-table-lamp-01:before {
  content: "\57c3";
}
.hgi-solid.hgi-standard.hgi-table-lamp-02:before {
  content: "\57c5";
}
.hgi-solid.hgi-standard.hgi-table-round:before {
  content: "\57c7";
}
.hgi-solid.hgi-standard.hgi-table-tennis-bat:before {
  content: "\57ca";
}
.hgi-solid.hgi-standard.hgi-table:before {
  content: "\57cb";
}
.hgi-solid.hgi-standard.hgi-tablet-01:before {
  content: "\57cd";
}
.hgi-solid.hgi-standard.hgi-tablet-02:before {
  content: "\57cf";
}
.hgi-solid.hgi-standard.hgi-tablet-connected-bluetooth:before {
  content: "\57d1";
}
.hgi-solid.hgi-standard.hgi-tablet-connected-usb:before {
  content: "\57d3";
}
.hgi-solid.hgi-standard.hgi-tablet-connected-wifi:before {
  content: "\57d5";
}
.hgi-solid.hgi-standard.hgi-tablet-pen:before {
  content: "\57d7";
}
.hgi-solid.hgi-standard.hgi-taco-01:before {
  content: "\57d9";
}
.hgi-solid.hgi-standard.hgi-taco-02:before {
  content: "\57db";
}
.hgi-solid.hgi-standard.hgi-tag-01:before {
  content: "\57dd";
}
.hgi-solid.hgi-standard.hgi-tag-02:before {
  content: "\57df";
}
.hgi-solid.hgi-standard.hgi-tags:before {
  content: "\57e1";
}
.hgi-solid.hgi-standard.hgi-taj-mahal:before {
  content: "\57e3";
}
.hgi-solid.hgi-standard.hgi-tan:before {
  content: "\57e5";
}
.hgi-solid.hgi-standard.hgi-tank-top:before {
  content: "\57e7";
}
.hgi-solid.hgi-standard.hgi-tap-01:before {
  content: "\57e9";
}
.hgi-solid.hgi-standard.hgi-tap-02:before {
  content: "\57eb";
}
.hgi-solid.hgi-standard.hgi-tap-03:before {
  content: "\57ed";
}
.hgi-solid.hgi-standard.hgi-tap-04:before {
  content: "\57ef";
}
.hgi-solid.hgi-standard.hgi-tap-05:before {
  content: "\57f1";
}
.hgi-solid.hgi-standard.hgi-tap-06:before {
  content: "\57f3";
}
.hgi-solid.hgi-standard.hgi-tap-07:before {
  content: "\57f5";
}
.hgi-solid.hgi-standard.hgi-tap-08:before {
  content: "\57f7";
}
.hgi-solid.hgi-standard.hgi-tape-measure:before {
  content: "\57f9";
}
.hgi-solid.hgi-standard.hgi-target-01:before {
  content: "\57fb";
}
.hgi-solid.hgi-standard.hgi-target-02:before {
  content: "\57fd";
}
.hgi-solid.hgi-standard.hgi-target-03:before {
  content: "\57ff";
}
.hgi-solid.hgi-standard.hgi-target-dollar:before {
  content: "\5801";
}
.hgi-solid.hgi-standard.hgi-tasbih:before {
  content: "\5803";
}
.hgi-solid.hgi-standard.hgi-task-01:before {
  content: "\5805";
}
.hgi-solid.hgi-standard.hgi-task-02:before {
  content: "\5807";
}
.hgi-solid.hgi-standard.hgi-task-add-01:before {
  content: "\5809";
}
.hgi-solid.hgi-standard.hgi-task-add-02:before {
  content: "\580b";
}
.hgi-solid.hgi-standard.hgi-task-daily-01:before {
  content: "\580d";
}
.hgi-solid.hgi-standard.hgi-task-daily-02:before {
  content: "\580f";
}
.hgi-solid.hgi-standard.hgi-task-done-01:before {
  content: "\5811";
}
.hgi-solid.hgi-standard.hgi-task-done-02:before {
  content: "\5813";
}
.hgi-solid.hgi-standard.hgi-task-edit-01:before {
  content: "\5815";
}
.hgi-solid.hgi-standard.hgi-task-edit-02:before {
  content: "\5817";
}
.hgi-solid.hgi-standard.hgi-task-remove-01:before {
  content: "\5819";
}
.hgi-solid.hgi-standard.hgi-task-remove-02:before {
  content: "\581b";
}
.hgi-solid.hgi-standard.hgi-taxes:before {
  content: "\581d";
}
.hgi-solid.hgi-standard.hgi-taxi:before {
  content: "\581f";
}
.hgi-solid.hgi-standard.hgi-tea-pod:before {
  content: "\5821";
}
.hgi-solid.hgi-standard.hgi-tea:before {
  content: "\5823";
}
.hgi-solid.hgi-standard.hgi-teacher:before {
  content: "\5825";
}
.hgi-solid.hgi-standard.hgi-teaching:before {
  content: "\5827";
}
.hgi-solid.hgi-standard.hgi-teamviewer:before {
  content: "\5829";
}
.hgi-solid.hgi-standard.hgi-telegram:before {
  content: "\582b";
}
.hgi-solid.hgi-standard.hgi-telephone:before {
  content: "\582d";
}
.hgi-solid.hgi-standard.hgi-telescope-01:before {
  content: "\582f";
}
.hgi-solid.hgi-standard.hgi-telescope-02:before {
  content: "\5831";
}
.hgi-solid.hgi-standard.hgi-television-table:before {
  content: "\5833";
}
.hgi-solid.hgi-standard.hgi-temperature:before {
  content: "\5835";
}
.hgi-solid.hgi-standard.hgi-tennis-ball:before {
  content: "\5837";
}
.hgi-solid.hgi-standard.hgi-terrace:before {
  content: "\5839";
}
.hgi-solid.hgi-standard.hgi-test-tube-01:before {
  content: "\583b";
}
.hgi-solid.hgi-standard.hgi-test-tube-02:before {
  content: "\583d";
}
.hgi-solid.hgi-standard.hgi-test-tube-03:before {
  content: "\583f";
}
.hgi-solid.hgi-standard.hgi-test-tube:before {
  content: "\5841";
}
.hgi-solid.hgi-standard.hgi-tetris:before {
  content: "\5843";
}
.hgi-solid.hgi-standard.hgi-text-align-center:before {
  content: "\5845";
}
.hgi-solid.hgi-standard.hgi-text-align-justify-center:before {
  content: "\5847";
}
.hgi-solid.hgi-standard.hgi-text-align-justify-left:before {
  content: "\5849";
}
.hgi-solid.hgi-standard.hgi-text-align-justify-right:before {
  content: "\584b";
}
.hgi-solid.hgi-standard.hgi-text-align-left-01:before {
  content: "\584d";
}
.hgi-solid.hgi-standard.hgi-text-align-left:before {
  content: "\584f";
}
.hgi-solid.hgi-standard.hgi-text-align-right-01:before {
  content: "\5851";
}
.hgi-solid.hgi-standard.hgi-text-align-right:before {
  content: "\5853";
}
.hgi-solid.hgi-standard.hgi-text-all-caps:before {
  content: "\5855";
}
.hgi-solid.hgi-standard.hgi-text-bold:before {
  content: "\5857";
}
.hgi-solid.hgi-standard.hgi-text-centerline-center-top:before {
  content: "\5859";
}
.hgi-solid.hgi-standard.hgi-text-centerline-left:before {
  content: "\585b";
}
.hgi-solid.hgi-standard.hgi-text-centerline-middle:before {
  content: "\585d";
}
.hgi-solid.hgi-standard.hgi-text-centerline-right:before {
  content: "\585f";
}
.hgi-solid.hgi-standard.hgi-text-check:before {
  content: "\5861";
}
.hgi-solid.hgi-standard.hgi-text-circle:before {
  content: "\5863";
}
.hgi-solid.hgi-standard.hgi-text-clear:before {
  content: "\5865";
}
.hgi-solid.hgi-standard.hgi-text-color:before {
  content: "\5867";
}
.hgi-solid.hgi-standard.hgi-text-creation:before {
  content: "\5869";
}
.hgi-solid.hgi-standard.hgi-text-firstline-left:before {
  content: "\586b";
}
.hgi-solid.hgi-standard.hgi-text-firstline-right:before {
  content: "\586d";
}
.hgi-solid.hgi-standard.hgi-text-font:before {
  content: "\586f";
}
.hgi-solid.hgi-standard.hgi-text-footnote:before {
  content: "\5871";
}
.hgi-solid.hgi-standard.hgi-text-indent-01:before {
  content: "\5873";
}
.hgi-solid.hgi-standard.hgi-text-indent-less:before {
  content: "\5875";
}
.hgi-solid.hgi-standard.hgi-text-indent-more:before {
  content: "\5877";
}
.hgi-solid.hgi-standard.hgi-text-indent:before {
  content: "\5879";
}
.hgi-solid.hgi-standard.hgi-text-italic-slash:before {
  content: "\587c";
}
.hgi-solid.hgi-standard.hgi-text-italic:before {
  content: "\587d";
}
.hgi-solid.hgi-standard.hgi-text-kerning:before {
  content: "\587f";
}
.hgi-solid.hgi-standard.hgi-text-number-sign:before {
  content: "\5881";
}
.hgi-solid.hgi-standard.hgi-text-selection:before {
  content: "\5884";
}
.hgi-solid.hgi-standard.hgi-text-smallcaps:before {
  content: "\5886";
}
.hgi-solid.hgi-standard.hgi-text-square:before {
  content: "\5888";
}
.hgi-solid.hgi-standard.hgi-text-strikethrough:before {
  content: "\588a";
}
.hgi-solid.hgi-standard.hgi-text-subscript:before {
  content: "\588c";
}
.hgi-solid.hgi-standard.hgi-text-superscript:before {
  content: "\588e";
}
.hgi-solid.hgi-standard.hgi-text-tracking:before {
  content: "\5890";
}
.hgi-solid.hgi-standard.hgi-text-underline:before {
  content: "\5892";
}
.hgi-solid.hgi-standard.hgi-text-variable-front:before {
  content: "\5894";
}
.hgi-solid.hgi-standard.hgi-text-vertical-alignment:before {
  content: "\5896";
}
.hgi-solid.hgi-standard.hgi-text-wrap:before {
  content: "\5898";
}
.hgi-solid.hgi-standard.hgi-text:before {
  content: "\5899";
}
.hgi-solid.hgi-standard.hgi-the-prophets-mosque:before {
  content: "\589b";
}
.hgi-solid.hgi-standard.hgi-thermometer-cold:before {
  content: "\589d";
}
.hgi-solid.hgi-standard.hgi-thermometer-warm:before {
  content: "\58a0";
}
.hgi-solid.hgi-standard.hgi-thermometer:before {
  content: "\58a1";
}
.hgi-solid.hgi-standard.hgi-third-bracket-circle:before {
  content: "\58a3";
}
.hgi-solid.hgi-standard.hgi-third-bracket-square:before {
  content: "\58a6";
}
.hgi-solid.hgi-standard.hgi-third-bracket:before {
  content: "\58a7";
}
.hgi-solid.hgi-standard.hgi-thread:before {
  content: "\58a9";
}
.hgi-solid.hgi-standard.hgi-threads-ellipse:before {
  content: "\58ab";
}
.hgi-solid.hgi-standard.hgi-threads-rectangle:before {
  content: "\58ad";
}
.hgi-solid.hgi-standard.hgi-threads:before {
  content: "\58af";
}
.hgi-solid.hgi-standard.hgi-three-d-move:before {
  content: "\58b1";
}
.hgi-solid.hgi-standard.hgi-three-d-rotate:before {
  content: "\58b3";
}
.hgi-solid.hgi-standard.hgi-three-d-scale:before {
  content: "\58b5";
}
.hgi-solid.hgi-standard.hgi-three-finger-01:before {
  content: "\58b7";
}
.hgi-solid.hgi-standard.hgi-three-finger-02:before {
  content: "\58b9";
}
.hgi-solid.hgi-standard.hgi-three-finger-03:before {
  content: "\58bb";
}
.hgi-solid.hgi-standard.hgi-three-finger-04:before {
  content: "\58bd";
}
.hgi-solid.hgi-standard.hgi-three-finger-05:before {
  content: "\58bf";
}
.hgi-solid.hgi-standard.hgi-thumbs-down-ellipse:before {
  content: "\58c1";
}
.hgi-solid.hgi-standard.hgi-thumbs-down-rectangle:before {
  content: "\58c3";
}
.hgi-solid.hgi-standard.hgi-thumbs-down:before {
  content: "\58c5";
}
.hgi-solid.hgi-standard.hgi-thumbs-up-down:before {
  content: "\58c7";
}
.hgi-solid.hgi-standard.hgi-thumbs-up-ellipse:before {
  content: "\58c9";
}
.hgi-solid.hgi-standard.hgi-thumbs-up-rectangle:before {
  content: "\58cb";
}
.hgi-solid.hgi-standard.hgi-thumbs-up:before {
  content: "\58cd";
}
.hgi-solid.hgi-standard.hgi-tic-tac-toe:before {
  content: "\58cf";
}
.hgi-solid.hgi-standard.hgi-tick-01:before {
  content: "\58d1";
}
.hgi-solid.hgi-standard.hgi-tick-02:before {
  content: "\58d3";
}
.hgi-solid.hgi-standard.hgi-tick-03:before {
  content: "\58d5";
}
.hgi-solid.hgi-standard.hgi-tick-04:before {
  content: "\58d7";
}
.hgi-solid.hgi-standard.hgi-tick-double-01:before {
  content: "\58d9";
}
.hgi-solid.hgi-standard.hgi-tick-double-02:before {
  content: "\58db";
}
.hgi-solid.hgi-standard.hgi-tick-double-03:before {
  content: "\58dd";
}
.hgi-solid.hgi-standard.hgi-tick-double-04:before {
  content: "\58df";
}
.hgi-solid.hgi-standard.hgi-ticket-01:before {
  content: "\58e1";
}
.hgi-solid.hgi-standard.hgi-ticket-02:before {
  content: "\58e3";
}
.hgi-solid.hgi-standard.hgi-ticket-03:before {
  content: "\58e5";
}
.hgi-solid.hgi-standard.hgi-ticket-star:before {
  content: "\58e7";
}
.hgi-solid.hgi-standard.hgi-tie:before {
  content: "\58e9";
}
.hgi-solid.hgi-standard.hgi-tiff-01:before {
  content: "\58eb";
}
.hgi-solid.hgi-standard.hgi-tiff-02:before {
  content: "\58ed";
}
.hgi-solid.hgi-standard.hgi-tiktok:before {
  content: "\58ef";
}
.hgi-solid.hgi-standard.hgi-tiltify:before {
  content: "\58f1";
}
.hgi-solid.hgi-standard.hgi-time-01:before {
  content: "\58f3";
}
.hgi-solid.hgi-standard.hgi-time-02:before {
  content: "\58f5";
}
.hgi-solid.hgi-standard.hgi-time-03:before {
  content: "\58f7";
}
.hgi-solid.hgi-standard.hgi-time-04:before {
  content: "\58f9";
}
.hgi-solid.hgi-standard.hgi-time-half-pass:before {
  content: "\58fb";
}
.hgi-solid.hgi-standard.hgi-time-management-circle:before {
  content: "\58fd";
}
.hgi-solid.hgi-standard.hgi-time-management:before {
  content: "\58ff";
}
.hgi-solid.hgi-standard.hgi-time-quarter-02:before {
  content: "\5901";
}
.hgi-solid.hgi-standard.hgi-time-quarter-pass:before {
  content: "\5903";
}
.hgi-solid.hgi-standard.hgi-time-quarter:before {
  content: "\5905";
}
.hgi-solid.hgi-standard.hgi-time-schedule:before {
  content: "\5907";
}
.hgi-solid.hgi-standard.hgi-time-setting-01:before {
  content: "\5909";
}
.hgi-solid.hgi-standard.hgi-time-setting-02:before {
  content: "\590b";
}
.hgi-solid.hgi-standard.hgi-time-setting-03:before {
  content: "\590d";
}
.hgi-solid.hgi-standard.hgi-timer-01:before {
  content: "\590f";
}
.hgi-solid.hgi-standard.hgi-timer-02:before {
  content: "\5911";
}
.hgi-solid.hgi-standard.hgi-tips:before {
  content: "\5913";
}
.hgi-solid.hgi-standard.hgi-tire:before {
  content: "\5915";
}
.hgi-solid.hgi-standard.hgi-tired-01:before {
  content: "\5917";
}
.hgi-solid.hgi-standard.hgi-tired-02:before {
  content: "\5919";
}
.hgi-solid.hgi-standard.hgi-tissue-paper:before {
  content: "\591b";
}
.hgi-solid.hgi-standard.hgi-toggle-off:before {
  content: "\591d";
}
.hgi-solid.hgi-standard.hgi-toggle-on:before {
  content: "\591f";
}
.hgi-solid.hgi-standard.hgi-toilet-01:before {
  content: "\5921";
}
.hgi-solid.hgi-standard.hgi-toilet-02:before {
  content: "\5923";
}
.hgi-solid.hgi-standard.hgi-token-circle:before {
  content: "\5925";
}
.hgi-solid.hgi-standard.hgi-token-square:before {
  content: "\5927";
}
.hgi-solid.hgi-standard.hgi-tongue-01:before {
  content: "\5929";
}
.hgi-solid.hgi-standard.hgi-tongue-wink-left:before {
  content: "\592c";
}
.hgi-solid.hgi-standard.hgi-tongue-wink-right:before {
  content: "\592e";
}
.hgi-solid.hgi-standard.hgi-tongue:before {
  content: "\592f";
}
.hgi-solid.hgi-standard.hgi-tools:before {
  content: "\5931";
}
.hgi-solid.hgi-standard.hgi-tornado-01:before {
  content: "\5933";
}
.hgi-solid.hgi-standard.hgi-tornado-02:before {
  content: "\5935";
}
.hgi-solid.hgi-standard.hgi-torri-gate:before {
  content: "\5937";
}
.hgi-solid.hgi-standard.hgi-touch-01:before {
  content: "\5939";
}
.hgi-solid.hgi-standard.hgi-touch-02:before {
  content: "\593b";
}
.hgi-solid.hgi-standard.hgi-touch-03:before {
  content: "\593d";
}
.hgi-solid.hgi-standard.hgi-touch-04:before {
  content: "\593f";
}
.hgi-solid.hgi-standard.hgi-touch-05:before {
  content: "\5941";
}
.hgi-solid.hgi-standard.hgi-touch-06:before {
  content: "\5943";
}
.hgi-solid.hgi-standard.hgi-touch-07:before {
  content: "\5945";
}
.hgi-solid.hgi-standard.hgi-touch-08:before {
  content: "\5947";
}
.hgi-solid.hgi-standard.hgi-touch-09:before {
  content: "\5949";
}
.hgi-solid.hgi-standard.hgi-touch-10:before {
  content: "\594b";
}
.hgi-solid.hgi-standard.hgi-touch-interaction-01:before {
  content: "\594d";
}
.hgi-solid.hgi-standard.hgi-touch-interaction-02:before {
  content: "\594f";
}
.hgi-solid.hgi-standard.hgi-touch-interaction-03:before {
  content: "\5951";
}
.hgi-solid.hgi-standard.hgi-touch-interaction-04:before {
  content: "\5953";
}
.hgi-solid.hgi-standard.hgi-touch-locked-01:before {
  content: "\5955";
}
.hgi-solid.hgi-standard.hgi-touch-locked-02:before {
  content: "\5957";
}
.hgi-solid.hgi-standard.hgi-touch-locked-03:before {
  content: "\5959";
}
.hgi-solid.hgi-standard.hgi-touch-locked-04:before {
  content: "\595b";
}
.hgi-solid.hgi-standard.hgi-touchpad-01:before {
  content: "\595d";
}
.hgi-solid.hgi-standard.hgi-touchpad-02:before {
  content: "\595f";
}
.hgi-solid.hgi-standard.hgi-touchpad-03:before {
  content: "\5961";
}
.hgi-solid.hgi-standard.hgi-touchpad-04:before {
  content: "\5963";
}
.hgi-solid.hgi-standard.hgi-tow-truck:before {
  content: "\5965";
}
.hgi-solid.hgi-standard.hgi-towels:before {
  content: "\5967";
}
.hgi-solid.hgi-standard.hgi-toy-train:before {
  content: "\5969";
}
.hgi-solid.hgi-standard.hgi-tractor:before {
  content: "\596b";
}
.hgi-solid.hgi-standard.hgi-trade-down:before {
  content: "\596d";
}
.hgi-solid.hgi-standard.hgi-trade-mark:before {
  content: "\596f";
}
.hgi-solid.hgi-standard.hgi-trade-up:before {
  content: "\5971";
}
.hgi-solid.hgi-standard.hgi-trademark:before {
  content: "\5973";
}
.hgi-solid.hgi-standard.hgi-traffic-incident:before {
  content: "\5975";
}
.hgi-solid.hgi-standard.hgi-traffic-jam-01:before {
  content: "\5977";
}
.hgi-solid.hgi-standard.hgi-traffic-jam-02:before {
  content: "\5979";
}
.hgi-solid.hgi-standard.hgi-traffic-light:before {
  content: "\597b";
}
.hgi-solid.hgi-standard.hgi-train-01:before {
  content: "\597d";
}
.hgi-solid.hgi-standard.hgi-train-02:before {
  content: "\597f";
}
.hgi-solid.hgi-standard.hgi-tram:before {
  content: "\5981";
}
.hgi-solid.hgi-standard.hgi-trampoline:before {
  content: "\5983";
}
.hgi-solid.hgi-standard.hgi-transaction:before {
  content: "\5985";
}
.hgi-solid.hgi-standard.hgi-transition-bottom:before {
  content: "\5987";
}
.hgi-solid.hgi-standard.hgi-transition-left:before {
  content: "\5989";
}
.hgi-solid.hgi-standard.hgi-transition-right:before {
  content: "\598b";
}
.hgi-solid.hgi-standard.hgi-transition-top:before {
  content: "\598d";
}
.hgi-solid.hgi-standard.hgi-translate:before {
  content: "\598f";
}
.hgi-solid.hgi-standard.hgi-translation:before {
  content: "\5991";
}
.hgi-solid.hgi-standard.hgi-transmission:before {
  content: "\5993";
}
.hgi-solid.hgi-standard.hgi-transparency:before {
  content: "\5995";
}
.hgi-solid.hgi-standard.hgi-trapezoid-line-horizontal:before {
  content: "\5997";
}
.hgi-solid.hgi-standard.hgi-trapezoid-line-vertical:before {
  content: "\5999";
}
.hgi-solid.hgi-standard.hgi-travel-bag:before {
  content: "\599b";
}
.hgi-solid.hgi-standard.hgi-treadmill-01:before {
  content: "\599d";
}
.hgi-solid.hgi-standard.hgi-treadmill-02:before {
  content: "\599f";
}
.hgi-solid.hgi-standard.hgi-treatment:before {
  content: "\59a1";
}
.hgi-solid.hgi-standard.hgi-tree-01:before {
  content: "\59a3";
}
.hgi-solid.hgi-standard.hgi-tree-02:before {
  content: "\59a5";
}
.hgi-solid.hgi-standard.hgi-tree-03:before {
  content: "\59a7";
}
.hgi-solid.hgi-standard.hgi-tree-04:before {
  content: "\59a9";
}
.hgi-solid.hgi-standard.hgi-tree-05:before {
  content: "\59ab";
}
.hgi-solid.hgi-standard.hgi-tree-06:before {
  content: "\59ad";
}
.hgi-solid.hgi-standard.hgi-tree-07:before {
  content: "\59af";
}
.hgi-solid.hgi-standard.hgi-trello:before {
  content: "\59b1";
}
.hgi-solid.hgi-standard.hgi-triangle-01:before {
  content: "\59b3";
}
.hgi-solid.hgi-standard.hgi-triangle-02:before {
  content: "\59b5";
}
.hgi-solid.hgi-standard.hgi-triangle-03:before {
  content: "\59b7";
}
.hgi-solid.hgi-standard.hgi-triangle:before {
  content: "\59b9";
}
.hgi-solid.hgi-standard.hgi-trolley-01:before {
  content: "\59bb";
}
.hgi-solid.hgi-standard.hgi-trolley-02:before {
  content: "\59bd";
}
.hgi-solid.hgi-standard.hgi-tropical-storm-tracks-01:before {
  content: "\59c0";
}
.hgi-solid.hgi-standard.hgi-tropical-storm-tracks-02:before {
  content: "\59c2";
}
.hgi-solid.hgi-standard.hgi-tropical-storm:before {
  content: "\59c3";
}
.hgi-solid.hgi-standard.hgi-truck-delivery:before {
  content: "\59c5";
}
.hgi-solid.hgi-standard.hgi-truck-monster:before {
  content: "\59c7";
}
.hgi-solid.hgi-standard.hgi-truck-return:before {
  content: "\59c9";
}
.hgi-solid.hgi-standard.hgi-truck:before {
  content: "\59cb";
}
.hgi-solid.hgi-standard.hgi-trulli:before {
  content: "\59cd";
}
.hgi-solid.hgi-standard.hgi-tsunami:before {
  content: "\59cf";
}
.hgi-solid.hgi-standard.hgi-tulip:before {
  content: "\59d1";
}
.hgi-solid.hgi-standard.hgi-tumblr:before {
  content: "\59d3";
}
.hgi-solid.hgi-standard.hgi-turtle-neck:before {
  content: "\59d5";
}
.hgi-solid.hgi-standard.hgi-tv-01:before {
  content: "\59d7";
}
.hgi-solid.hgi-standard.hgi-tv-02:before {
  content: "\59d9";
}
.hgi-solid.hgi-standard.hgi-tv-fix:before {
  content: "\59db";
}
.hgi-solid.hgi-standard.hgi-tv-issue:before {
  content: "\59dd";
}
.hgi-solid.hgi-standard.hgi-tv-smart:before {
  content: "\59df";
}
.hgi-solid.hgi-standard.hgi-twin-tower:before {
  content: "\59e1";
}
.hgi-solid.hgi-standard.hgi-twitch:before {
  content: "\59e3";
}
.hgi-solid.hgi-standard.hgi-twitter-square:before {
  content: "\59e6";
}
.hgi-solid.hgi-standard.hgi-twitter:before {
  content: "\59e7";
}
.hgi-solid.hgi-standard.hgi-two-factor-access:before {
  content: "\59e9";
}
.hgi-solid.hgi-standard.hgi-two-finger-01:before {
  content: "\59eb";
}
.hgi-solid.hgi-standard.hgi-two-finger-02:before {
  content: "\59ed";
}
.hgi-solid.hgi-standard.hgi-two-finger-03:before {
  content: "\59ef";
}
.hgi-solid.hgi-standard.hgi-two-finger-04:before {
  content: "\59f1";
}
.hgi-solid.hgi-standard.hgi-two-finger-05:before {
  content: "\59f3";
}
.hgi-solid.hgi-standard.hgi-txt-01:before {
  content: "\59f5";
}
.hgi-solid.hgi-standard.hgi-txt-02:before {
  content: "\59f7";
}
.hgi-solid.hgi-standard.hgi-type-cursor:before {
  content: "\59f9";
}
.hgi-solid.hgi-standard.hgi-typescript-01:before {
  content: "\59fb";
}
.hgi-solid.hgi-standard.hgi-typescript-02:before {
  content: "\59fd";
}
.hgi-solid.hgi-standard.hgi-typescript-03:before {
  content: "\59ff";
}
.hgi-solid.hgi-standard.hgi-uber:before {
  content: "\5a01";
}
.hgi-solid.hgi-standard.hgi-ufo-01:before {
  content: "\5a03";
}
.hgi-solid.hgi-standard.hgi-ufo:before {
  content: "\5a05";
}
.hgi-solid.hgi-standard.hgi-umbrella-dollar:before {
  content: "\5a07";
}
.hgi-solid.hgi-standard.hgi-umbrella:before {
  content: "\5a09";
}
.hgi-solid.hgi-standard.hgi-unamused:before {
  content: "\5a0b";
}
.hgi-solid.hgi-standard.hgi-unavailable:before {
  content: "\5a0d";
}
.hgi-solid.hgi-standard.hgi-underpants-01:before {
  content: "\5a0f";
}
.hgi-solid.hgi-standard.hgi-underpants-02:before {
  content: "\5a11";
}
.hgi-solid.hgi-standard.hgi-underpants-03:before {
  content: "\5a13";
}
.hgi-solid.hgi-standard.hgi-undo-02:before {
  content: "\5a15";
}
.hgi-solid.hgi-standard.hgi-undo-03:before {
  content: "\5a17";
}
.hgi-solid.hgi-standard.hgi-undo:before {
  content: "\5a19";
}
.hgi-solid.hgi-standard.hgi-unfold-less:before {
  content: "\5a1b";
}
.hgi-solid.hgi-standard.hgi-unfold-more:before {
  content: "\5a1d";
}
.hgi-solid.hgi-standard.hgi-ungroup-items:before {
  content: "\5a1f";
}
.hgi-solid.hgi-standard.hgi-ungroup-layers:before {
  content: "\5a21";
}
.hgi-solid.hgi-standard.hgi-unhappy:before {
  content: "\5a23";
}
.hgi-solid.hgi-standard.hgi-universal-access-circle:before {
  content: "\5a25";
}
.hgi-solid.hgi-standard.hgi-universal-access:before {
  content: "\5a27";
}
.hgi-solid.hgi-standard.hgi-university:before {
  content: "\5a29";
}
.hgi-solid.hgi-standard.hgi-unlink-01:before {
  content: "\5a2b";
}
.hgi-solid.hgi-standard.hgi-unlink-02:before {
  content: "\5a2d";
}
.hgi-solid.hgi-standard.hgi-unlink-03:before {
  content: "\5a2f";
}
.hgi-solid.hgi-standard.hgi-unlink-04:before {
  content: "\5a31";
}
.hgi-solid.hgi-standard.hgi-unlink-05:before {
  content: "\5a33";
}
.hgi-solid.hgi-standard.hgi-unlink-06:before {
  content: "\5a35";
}
.hgi-solid.hgi-standard.hgi-unsplash:before {
  content: "\5a37";
}
.hgi-solid.hgi-standard.hgi-upload-01:before {
  content: "\5a39";
}
.hgi-solid.hgi-standard.hgi-upload-02:before {
  content: "\5a3b";
}
.hgi-solid.hgi-standard.hgi-upload-03:before {
  content: "\5a3d";
}
.hgi-solid.hgi-standard.hgi-upload-04:before {
  content: "\5a3f";
}
.hgi-solid.hgi-standard.hgi-upload-05:before {
  content: "\5a41";
}
.hgi-solid.hgi-standard.hgi-upload-circle-01:before {
  content: "\5a43";
}
.hgi-solid.hgi-standard.hgi-upload-circle-02:before {
  content: "\5a45";
}
.hgi-solid.hgi-standard.hgi-upload-square-01:before {
  content: "\5a47";
}
.hgi-solid.hgi-standard.hgi-upload-square-02:before {
  content: "\5a49";
}
.hgi-solid.hgi-standard.hgi-upwork:before {
  content: "\5a4b";
}
.hgi-solid.hgi-standard.hgi-usb-bugs:before {
  content: "\5a4d";
}
.hgi-solid.hgi-standard.hgi-usb-connected-01:before {
  content: "\5a4f";
}
.hgi-solid.hgi-standard.hgi-usb-connected-02:before {
  content: "\5a51";
}
.hgi-solid.hgi-standard.hgi-usb-connected-03:before {
  content: "\5a53";
}
.hgi-solid.hgi-standard.hgi-usb-error:before {
  content: "\5a55";
}
.hgi-solid.hgi-standard.hgi-usb-memory-01:before {
  content: "\5a57";
}
.hgi-solid.hgi-standard.hgi-usb-memory-02:before {
  content: "\5a59";
}
.hgi-solid.hgi-standard.hgi-usb-not-connected-01:before {
  content: "\5a5b";
}
.hgi-solid.hgi-standard.hgi-usb-not-connected-02:before {
  content: "\5a5d";
}
.hgi-solid.hgi-standard.hgi-usb:before {
  content: "\5a5f";
}
.hgi-solid.hgi-standard.hgi-user-02:before {
  content: "\5a61";
}
.hgi-solid.hgi-standard.hgi-user-03:before {
  content: "\5a63";
}
.hgi-solid.hgi-standard.hgi-user-account:before {
  content: "\5a65";
}
.hgi-solid.hgi-standard.hgi-user-add-01:before {
  content: "\5a67";
}
.hgi-solid.hgi-standard.hgi-user-add-02:before {
  content: "\5a69";
}
.hgi-solid.hgi-standard.hgi-user-arrow-left-right:before {
  content: "\5a6b";
}
.hgi-solid.hgi-standard.hgi-user-block-01:before {
  content: "\5a6d";
}
.hgi-solid.hgi-standard.hgi-user-block-02:before {
  content: "\5a6f";
}
.hgi-solid.hgi-standard.hgi-user-check-01:before {
  content: "\5a71";
}
.hgi-solid.hgi-standard.hgi-user-check-02:before {
  content: "\5a73";
}
.hgi-solid.hgi-standard.hgi-user-circle-02:before {
  content: "\5a75";
}
.hgi-solid.hgi-standard.hgi-user-circle:before {
  content: "\5a77";
}
.hgi-solid.hgi-standard.hgi-user-edit-01:before {
  content: "\5a79";
}
.hgi-solid.hgi-standard.hgi-user-full-view:before {
  content: "\5a7b";
}
.hgi-solid.hgi-standard.hgi-user-group-02:before {
  content: "\5a7d";
}
.hgi-solid.hgi-standard.hgi-user-group-03:before {
  content: "\5a7f";
}
.hgi-solid.hgi-standard.hgi-user-group:before {
  content: "\5a81";
}
.hgi-solid.hgi-standard.hgi-user-id-verification:before {
  content: "\5a83";
}
.hgi-solid.hgi-standard.hgi-user-list:before {
  content: "\5a85";
}
.hgi-solid.hgi-standard.hgi-user-lock-01:before {
  content: "\5a87";
}
.hgi-solid.hgi-standard.hgi-user-lock-02:before {
  content: "\5a89";
}
.hgi-solid.hgi-standard.hgi-user-love-01:before {
  content: "\5a8b";
}
.hgi-solid.hgi-standard.hgi-user-love-02:before {
  content: "\5a8d";
}
.hgi-solid.hgi-standard.hgi-user-minus-01:before {
  content: "\5a8f";
}
.hgi-solid.hgi-standard.hgi-user-minus-02:before {
  content: "\5a91";
}
.hgi-solid.hgi-standard.hgi-user-multiple-02:before {
  content: "\5a93";
}
.hgi-solid.hgi-standard.hgi-user-multiple-03:before {
  content: "\5a95";
}
.hgi-solid.hgi-standard.hgi-user-multiple:before {
  content: "\5a97";
}
.hgi-solid.hgi-standard.hgi-user-question-01:before {
  content: "\5a99";
}
.hgi-solid.hgi-standard.hgi-user-question-02:before {
  content: "\5a9b";
}
.hgi-solid.hgi-standard.hgi-user-remove-01:before {
  content: "\5a9d";
}
.hgi-solid.hgi-standard.hgi-user-remove-02:before {
  content: "\5a9f";
}
.hgi-solid.hgi-standard.hgi-user-roadside:before {
  content: "\5aa1";
}
.hgi-solid.hgi-standard.hgi-user-search-01:before {
  content: "\5aa3";
}
.hgi-solid.hgi-standard.hgi-user-search-02:before {
  content: "\5aa5";
}
.hgi-solid.hgi-standard.hgi-user-settings-01:before {
  content: "\5aa8";
}
.hgi-solid.hgi-standard.hgi-user-settings-02:before {
  content: "\5aaa";
}
.hgi-solid.hgi-standard.hgi-user-sharing:before {
  content: "\5aac";
}
.hgi-solid.hgi-standard.hgi-user-shield-01:before {
  content: "\5aae";
}
.hgi-solid.hgi-standard.hgi-user-shield-02:before {
  content: "\5ab0";
}
.hgi-solid.hgi-standard.hgi-user-square:before {
  content: "\5ab2";
}
.hgi-solid.hgi-standard.hgi-user-star-01:before {
  content: "\5ab4";
}
.hgi-solid.hgi-standard.hgi-user-star-02:before {
  content: "\5ab6";
}
.hgi-solid.hgi-standard.hgi-user-status:before {
  content: "\5ab8";
}
.hgi-solid.hgi-standard.hgi-user-story:before {
  content: "\5aba";
}
.hgi-solid.hgi-standard.hgi-user-switch:before {
  content: "\5abc";
}
.hgi-solid.hgi-standard.hgi-user-unlock-01:before {
  content: "\5abe";
}
.hgi-solid.hgi-standard.hgi-user-unlock-02:before {
  content: "\5ac0";
}
.hgi-solid.hgi-standard.hgi-user:before {
  content: "\5ac1";
}
.hgi-solid.hgi-standard.hgi-uv-01:before {
  content: "\5ac3";
}
.hgi-solid.hgi-standard.hgi-uv-02:before {
  content: "\5ac5";
}
.hgi-solid.hgi-standard.hgi-uv-03:before {
  content: "\5ac7";
}
.hgi-solid.hgi-standard.hgi-vaccine:before {
  content: "\5ac9";
}
.hgi-solid.hgi-standard.hgi-validation-approval:before {
  content: "\5acb";
}
.hgi-solid.hgi-standard.hgi-validation:before {
  content: "\5acd";
}
.hgi-solid.hgi-standard.hgi-van:before {
  content: "\5acf";
}
.hgi-solid.hgi-standard.hgi-variable:before {
  content: "\5ad1";
}
.hgi-solid.hgi-standard.hgi-vegetarian-food:before {
  content: "\5ad3";
}
.hgi-solid.hgi-standard.hgi-versus:before {
  content: "\5ad5";
}
.hgi-solid.hgi-standard.hgi-vertical-resize:before {
  content: "\5ad7";
}
.hgi-solid.hgi-standard.hgi-vertical-scroll-point:before {
  content: "\5ad9";
}
.hgi-solid.hgi-standard.hgi-vest:before {
  content: "\5adb";
}
.hgi-solid.hgi-standard.hgi-victory-finger-01:before {
  content: "\5add";
}
.hgi-solid.hgi-standard.hgi-victory-finger-02:before {
  content: "\5adf";
}
.hgi-solid.hgi-standard.hgi-victory-finger-03:before {
  content: "\5ae1";
}
.hgi-solid.hgi-standard.hgi-video-01:before {
  content: "\5ae3";
}
.hgi-solid.hgi-standard.hgi-video-02:before {
  content: "\5ae5";
}
.hgi-solid.hgi-standard.hgi-video-console:before {
  content: "\5ae7";
}
.hgi-solid.hgi-standard.hgi-video-off:before {
  content: "\5ae9";
}
.hgi-solid.hgi-standard.hgi-video-replay:before {
  content: "\5aeb";
}
.hgi-solid.hgi-standard.hgi-view-off-slash:before {
  content: "\5aee";
}
.hgi-solid.hgi-standard.hgi-view-off:before {
  content: "\5aef";
}
.hgi-solid.hgi-standard.hgi-view:before {
  content: "\5af1";
}
.hgi-solid.hgi-standard.hgi-vimeo:before {
  content: "\5af3";
}
.hgi-solid.hgi-standard.hgi-vine-square:before {
  content: "\5af6";
}
.hgi-solid.hgi-standard.hgi-vine:before {
  content: "\5af7";
}
.hgi-solid.hgi-standard.hgi-vintage-clock:before {
  content: "\5af9";
}
.hgi-solid.hgi-standard.hgi-virtual-reality-vr-01:before {
  content: "\5afb";
}
.hgi-solid.hgi-standard.hgi-virtual-reality-vr-02:before {
  content: "\5afd";
}
.hgi-solid.hgi-standard.hgi-vision:before {
  content: "\5aff";
}
.hgi-solid.hgi-standard.hgi-vk-square:before {
  content: "\5b02";
}
.hgi-solid.hgi-standard.hgi-vk:before {
  content: "\5b03";
}
.hgi-solid.hgi-standard.hgi-voice-id:before {
  content: "\5b05";
}
.hgi-solid.hgi-standard.hgi-voice:before {
  content: "\5b07";
}
.hgi-solid.hgi-standard.hgi-volleyball:before {
  content: "\5b09";
}
.hgi-solid.hgi-standard.hgi-volume-high:before {
  content: "\5b0b";
}
.hgi-solid.hgi-standard.hgi-volume-low:before {
  content: "\5b0d";
}
.hgi-solid.hgi-standard.hgi-volume-minus:before {
  content: "\5b0f";
}
.hgi-solid.hgi-standard.hgi-volume-mute-01:before {
  content: "\5b11";
}
.hgi-solid.hgi-standard.hgi-volume-mute-02:before {
  content: "\5b13";
}
.hgi-solid.hgi-standard.hgi-volume-off:before {
  content: "\5b15";
}
.hgi-solid.hgi-standard.hgi-volume-up:before {
  content: "\5b17";
}
.hgi-solid.hgi-standard.hgi-vomiting:before {
  content: "\5b19";
}
.hgi-solid.hgi-standard.hgi-voucher:before {
  content: "\5b1b";
}
.hgi-solid.hgi-standard.hgi-vr-glasses:before {
  content: "\5b1d";
}
.hgi-solid.hgi-standard.hgi-vr:before {
  content: "\5b1f";
}
.hgi-solid.hgi-standard.hgi-vynil-01:before {
  content: "\5b21";
}
.hgi-solid.hgi-standard.hgi-vynil-02:before {
  content: "\5b23";
}
.hgi-solid.hgi-standard.hgi-vynil-03:before {
  content: "\5b25";
}
.hgi-solid.hgi-standard.hgi-waiter:before {
  content: "\5b27";
}
.hgi-solid.hgi-standard.hgi-waiters:before {
  content: "\5b29";
}
.hgi-solid.hgi-standard.hgi-wall-lamp:before {
  content: "\5b2b";
}
.hgi-solid.hgi-standard.hgi-wallet-01:before {
  content: "\5b2d";
}
.hgi-solid.hgi-standard.hgi-wallet-02:before {
  content: "\5b2f";
}
.hgi-solid.hgi-standard.hgi-wallet-03:before {
  content: "\5b31";
}
.hgi-solid.hgi-standard.hgi-wallet-04:before {
  content: "\5b33";
}
.hgi-solid.hgi-standard.hgi-wallet-05:before {
  content: "\5b35";
}
.hgi-solid.hgi-standard.hgi-wallet-add-01:before {
  content: "\5b37";
}
.hgi-solid.hgi-standard.hgi-wallet-add-02:before {
  content: "\5b39";
}
.hgi-solid.hgi-standard.hgi-wallet-done-01:before {
  content: "\5b3b";
}
.hgi-solid.hgi-standard.hgi-wallet-done-02:before {
  content: "\5b3d";
}
.hgi-solid.hgi-standard.hgi-wallet-not-found-01:before {
  content: "\5b3f";
}
.hgi-solid.hgi-standard.hgi-wallet-not-found-02:before {
  content: "\5b41";
}
.hgi-solid.hgi-standard.hgi-wallet-remove-01:before {
  content: "\5b43";
}
.hgi-solid.hgi-standard.hgi-wallet-remove-02:before {
  content: "\5b45";
}
.hgi-solid.hgi-standard.hgi-wanted:before {
  content: "\5b47";
}
.hgi-solid.hgi-standard.hgi-wardrobe-01:before {
  content: "\5b49";
}
.hgi-solid.hgi-standard.hgi-wardrobe-02:before {
  content: "\5b4b";
}
.hgi-solid.hgi-standard.hgi-wardrobe-03:before {
  content: "\5b4d";
}
.hgi-solid.hgi-standard.hgi-wardrobe-04:before {
  content: "\5b4f";
}
.hgi-solid.hgi-standard.hgi-warehouse:before {
  content: "\5b51";
}
.hgi-solid.hgi-standard.hgi-washington-monument:before {
  content: "\5b53";
}
.hgi-solid.hgi-standard.hgi-waste-restore:before {
  content: "\5b55";
}
.hgi-solid.hgi-standard.hgi-waste:before {
  content: "\5b57";
}
.hgi-solid.hgi-standard.hgi-watch-01:before {
  content: "\5b59";
}
.hgi-solid.hgi-standard.hgi-watch-02:before {
  content: "\5b5b";
}
.hgi-solid.hgi-standard.hgi-water-energy:before {
  content: "\5b5d";
}
.hgi-solid.hgi-standard.hgi-water-polo:before {
  content: "\5b5f";
}
.hgi-solid.hgi-standard.hgi-water-pump:before {
  content: "\5b61";
}
.hgi-solid.hgi-standard.hgi-waterfall-down-01:before {
  content: "\5b63";
}
.hgi-solid.hgi-standard.hgi-waterfall-down-03:before {
  content: "\5b65";
}
.hgi-solid.hgi-standard.hgi-waterfall-up-01:before {
  content: "\5b67";
}
.hgi-solid.hgi-standard.hgi-waterfall-up-02:before {
  content: "\5b69";
}
.hgi-solid.hgi-standard.hgi-watermelon:before {
  content: "\5b6b";
}
.hgi-solid.hgi-standard.hgi-wattpad-square:before {
  content: "\5b6e";
}
.hgi-solid.hgi-standard.hgi-wattpad:before {
  content: "\5b6f";
}
.hgi-solid.hgi-standard.hgi-wav-01:before {
  content: "\5b71";
}
.hgi-solid.hgi-standard.hgi-wav-02:before {
  content: "\5b73";
}
.hgi-solid.hgi-standard.hgi-waving-hand-01:before {
  content: "\5b75";
}
.hgi-solid.hgi-standard.hgi-waving-hand-02:before {
  content: "\5b77";
}
.hgi-solid.hgi-standard.hgi-waze:before {
  content: "\5b79";
}
.hgi-solid.hgi-standard.hgi-web-design-01:before {
  content: "\5b7b";
}
.hgi-solid.hgi-standard.hgi-web-design-02:before {
  content: "\5b7d";
}
.hgi-solid.hgi-standard.hgi-web-programming:before {
  content: "\5b7f";
}
.hgi-solid.hgi-standard.hgi-web-protection:before {
  content: "\5b81";
}
.hgi-solid.hgi-standard.hgi-web-security:before {
  content: "\5b83";
}
.hgi-solid.hgi-standard.hgi-web-validation:before {
  content: "\5b85";
}
.hgi-solid.hgi-standard.hgi-webflow:before {
  content: "\5b87";
}
.hgi-solid.hgi-standard.hgi-webhook:before {
  content: "\5b89";
}
.hgi-solid.hgi-standard.hgi-wechat:before {
  content: "\5b8b";
}
.hgi-solid.hgi-standard.hgi-wedding:before {
  content: "\5b8d";
}
.hgi-solid.hgi-standard.hgi-weight-scale-01:before {
  content: "\5b8f";
}
.hgi-solid.hgi-standard.hgi-weight-scale:before {
  content: "\5b91";
}
.hgi-solid.hgi-standard.hgi-wellness:before {
  content: "\5b93";
}
.hgi-solid.hgi-standard.hgi-whatsapp-business:before {
  content: "\5b95";
}
.hgi-solid.hgi-standard.hgi-whatsapp:before {
  content: "\5b97";
}
.hgi-solid.hgi-standard.hgi-wheelchair:before {
  content: "\5b99";
}
.hgi-solid.hgi-standard.hgi-whisk:before {
  content: "\5b9b";
}
.hgi-solid.hgi-standard.hgi-whistle:before {
  content: "\5b9d";
}
.hgi-solid.hgi-standard.hgi-whiteboard:before {
  content: "\5b9f";
}
.hgi-solid.hgi-standard.hgi-wifi-01:before {
  content: "\5ba1";
}
.hgi-solid.hgi-standard.hgi-wifi-02:before {
  content: "\5ba3";
}
.hgi-solid.hgi-standard.hgi-wifi-circle:before {
  content: "\5ba5";
}
.hgi-solid.hgi-standard.hgi-wifi-connected-01:before {
  content: "\5ba7";
}
.hgi-solid.hgi-standard.hgi-wifi-connected-02:before {
  content: "\5ba9";
}
.hgi-solid.hgi-standard.hgi-wifi-connected-03:before {
  content: "\5bab";
}
.hgi-solid.hgi-standard.hgi-wifi-disconnected-01:before {
  content: "\5bad";
}
.hgi-solid.hgi-standard.hgi-wifi-disconnected-02:before {
  content: "\5baf";
}
.hgi-solid.hgi-standard.hgi-wifi-disconnected-03:before {
  content: "\5bb1";
}
.hgi-solid.hgi-standard.hgi-wifi-disconnected-04:before {
  content: "\5bb3";
}
.hgi-solid.hgi-standard.hgi-wifi-error-01:before {
  content: "\5bb5";
}
.hgi-solid.hgi-standard.hgi-wifi-error-02:before {
  content: "\5bb7";
}
.hgi-solid.hgi-standard.hgi-wifi-full-signal:before {
  content: "\5bb9";
}
.hgi-solid.hgi-standard.hgi-wifi-location:before {
  content: "\5bbb";
}
.hgi-solid.hgi-standard.hgi-wifi-lock:before {
  content: "\5bbd";
}
.hgi-solid.hgi-standard.hgi-wifi-low-signal:before {
  content: "\5bbf";
}
.hgi-solid.hgi-standard.hgi-wifi-medium-signal:before {
  content: "\5bc1";
}
.hgi-solid.hgi-standard.hgi-wifi-no-signal:before {
  content: "\5bc3";
}
.hgi-solid.hgi-standard.hgi-wifi-off-01:before {
  content: "\5bc5";
}
.hgi-solid.hgi-standard.hgi-wifi-off-02:before {
  content: "\5bc7";
}
.hgi-solid.hgi-standard.hgi-wifi-square:before {
  content: "\5bc9";
}
.hgi-solid.hgi-standard.hgi-wifi-unlock:before {
  content: "\5bcb";
}
.hgi-solid.hgi-standard.hgi-wikipedia:before {
  content: "\5bcd";
}
.hgi-solid.hgi-standard.hgi-wind-power-01:before {
  content: "\5bcf";
}
.hgi-solid.hgi-standard.hgi-wind-power-02:before {
  content: "\5bd1";
}
.hgi-solid.hgi-standard.hgi-wind-power-03:before {
  content: "\5bd3";
}
.hgi-solid.hgi-standard.hgi-wind-power:before {
  content: "\5bd5";
}
.hgi-solid.hgi-standard.hgi-wind-surf:before {
  content: "\5bd7";
}
.hgi-solid.hgi-standard.hgi-wind-turbine:before {
  content: "\5bd9";
}
.hgi-solid.hgi-standard.hgi-windows-new:before {
  content: "\5bdb";
}
.hgi-solid.hgi-standard.hgi-windows-old:before {
  content: "\5bdd";
}
.hgi-solid.hgi-standard.hgi-wink:before {
  content: "\5bdf";
}
.hgi-solid.hgi-standard.hgi-winking:before {
  content: "\5be1";
}
.hgi-solid.hgi-standard.hgi-wireless-cloud-access:before {
  content: "\5be3";
}
.hgi-solid.hgi-standard.hgi-wireless:before {
  content: "\5be5";
}
.hgi-solid.hgi-standard.hgi-wise:before {
  content: "\5be7";
}
.hgi-solid.hgi-standard.hgi-woman:before {
  content: "\5be9";
}
.hgi-solid.hgi-standard.hgi-wordpress:before {
  content: "\5beb";
}
.hgi-solid.hgi-standard.hgi-work-alert:before {
  content: "\5bed";
}
.hgi-solid.hgi-standard.hgi-work-history:before {
  content: "\5bef";
}
.hgi-solid.hgi-standard.hgi-work-update:before {
  content: "\5bf2";
}
.hgi-solid.hgi-standard.hgi-work:before {
  content: "\5bf3";
}
.hgi-solid.hgi-standard.hgi-workflow-circle-01:before {
  content: "\5bf5";
}
.hgi-solid.hgi-standard.hgi-workflow-circle-02:before {
  content: "\5bf7";
}
.hgi-solid.hgi-standard.hgi-workflow-circle-03:before {
  content: "\5bf9";
}
.hgi-solid.hgi-standard.hgi-workflow-circle-04:before {
  content: "\5bfb";
}
.hgi-solid.hgi-standard.hgi-workflow-circle-05:before {
  content: "\5bfd";
}
.hgi-solid.hgi-standard.hgi-workflow-circle-06:before {
  content: "\5bff";
}
.hgi-solid.hgi-standard.hgi-workflow-square-01:before {
  content: "\5c01";
}
.hgi-solid.hgi-standard.hgi-workflow-square-02:before {
  content: "\5c03";
}
.hgi-solid.hgi-standard.hgi-workflow-square-03:before {
  content: "\5c05";
}
.hgi-solid.hgi-standard.hgi-workflow-square-04:before {
  content: "\5c07";
}
.hgi-solid.hgi-standard.hgi-workflow-square-05:before {
  content: "\5c09";
}
.hgi-solid.hgi-standard.hgi-workflow-square-06:before {
  content: "\5c0b";
}
.hgi-solid.hgi-standard.hgi-workflow-square-07:before {
  content: "\5c0d";
}
.hgi-solid.hgi-standard.hgi-workflow-square-08:before {
  content: "\5c0f";
}
.hgi-solid.hgi-standard.hgi-workflow-square-09:before {
  content: "\5c11";
}
.hgi-solid.hgi-standard.hgi-workflow-square-10:before {
  content: "\5c13";
}
.hgi-solid.hgi-standard.hgi-workout-battle-ropes:before {
  content: "\5c15";
}
.hgi-solid.hgi-standard.hgi-workout-gymnastics:before {
  content: "\5c17";
}
.hgi-solid.hgi-standard.hgi-workout-kicking:before {
  content: "\5c19";
}
.hgi-solid.hgi-standard.hgi-workout-run:before {
  content: "\5c1b";
}
.hgi-solid.hgi-standard.hgi-workout-sport:before {
  content: "\5c1d";
}
.hgi-solid.hgi-standard.hgi-workout-squats:before {
  content: "\5c1f";
}
.hgi-solid.hgi-standard.hgi-workout-stretching:before {
  content: "\5c21";
}
.hgi-solid.hgi-standard.hgi-workout-warm-up:before {
  content: "\5c23";
}
.hgi-solid.hgi-standard.hgi-worry:before {
  content: "\5c25";
}
.hgi-solid.hgi-standard.hgi-wps-office-rectangle:before {
  content: "\5c27";
}
.hgi-solid.hgi-standard.hgi-wps-office:before {
  content: "\5c29";
}
.hgi-solid.hgi-standard.hgi-wrench-01:before {
  content: "\5c2b";
}
.hgi-solid.hgi-standard.hgi-wrench-02:before {
  content: "\5c2d";
}
.hgi-solid.hgi-standard.hgi-wudu:before {
  content: "\5c2f";
}
.hgi-solid.hgi-standard.hgi-x-ray:before {
  content: "\5c31";
}
.hgi-solid.hgi-standard.hgi-x-variable-circle:before {
  content: "\5c33";
}
.hgi-solid.hgi-standard.hgi-x-variable-square:before {
  content: "\5c36";
}
.hgi-solid.hgi-standard.hgi-x-variable:before {
  content: "\5c37";
}
.hgi-solid.hgi-standard.hgi-xing:before {
  content: "\5c39";
}
.hgi-solid.hgi-standard.hgi-xls-01:before {
  content: "\5c3b";
}
.hgi-solid.hgi-standard.hgi-xls-02:before {
  content: "\5c3d";
}
.hgi-solid.hgi-standard.hgi-xml-01:before {
  content: "\5c3f";
}
.hgi-solid.hgi-standard.hgi-xml-02:before {
  content: "\5c41";
}
.hgi-solid.hgi-standard.hgi-xsl-01:before {
  content: "\5c43";
}
.hgi-solid.hgi-standard.hgi-xsl-02:before {
  content: "\5c45";
}
.hgi-solid.hgi-standard.hgi-yelp:before {
  content: "\5c47";
}
.hgi-solid.hgi-standard.hgi-yen-circle:before {
  content: "\5c49";
}
.hgi-solid.hgi-standard.hgi-yen-receive:before {
  content: "\5c4b";
}
.hgi-solid.hgi-standard.hgi-yen-send:before {
  content: "\5c4e";
}
.hgi-solid.hgi-standard.hgi-yen-square:before {
  content: "\5c50";
}
.hgi-solid.hgi-standard.hgi-yen:before {
  content: "\5c51";
}
.hgi-solid.hgi-standard.hgi-yoga-01:before {
  content: "\5c53";
}
.hgi-solid.hgi-standard.hgi-yoga-02:before {
  content: "\5c55";
}
.hgi-solid.hgi-standard.hgi-yoga-03:before {
  content: "\5c57";
}
.hgi-solid.hgi-standard.hgi-yoga-ball:before {
  content: "\5c59";
}
.hgi-solid.hgi-standard.hgi-yoga-mat:before {
  content: "\5c5b";
}
.hgi-solid.hgi-standard.hgi-yogurt:before {
  content: "\5c5d";
}
.hgi-solid.hgi-standard.hgi-youtube:before {
  content: "\5c5f";
}
.hgi-solid.hgi-standard.hgi-yurt:before {
  content: "\5c61";
}
.hgi-solid.hgi-standard.hgi-zakat:before {
  content: "\5c63";
}
.hgi-solid.hgi-standard.hgi-zap:before {
  content: "\5c65";
}
.hgi-solid.hgi-standard.hgi-zeppelin:before {
  content: "\5c67";
}
.hgi-solid.hgi-standard.hgi-zip-01:before {
  content: "\5c69";
}
.hgi-solid.hgi-standard.hgi-zip-02:before {
  content: "\5c6b";
}
.hgi-solid.hgi-standard.hgi-zoom-circle:before {
  content: "\5c6d";
}
.hgi-solid.hgi-standard.hgi-zoom-in-area:before {
  content: "\5c6f";
}
.hgi-solid.hgi-standard.hgi-zoom-out-area:before {
  content: "\5c71";
}
.hgi-solid.hgi-standard.hgi-zoom-square:before {
  content: "\5c74";
}
.hgi-solid.hgi-standard.hgi-zoom:before {
  content: "\5c75";
}
.hgi-solid.hgi-standard.hgi-zsh:before {
  content: "\5c77";
}
.hgi-solid.hgi-standard.hgi-zzz:before {
  content: "\5c79";
}
@charset "UTF-8";
@font-face {
  font-family: "hgi-stroke-standard";
  src: url("./media/hgi-stroke-standard-A4FSZOGZ.eot?t=1736938783408");
  src:
    url("./media/hgi-stroke-standard-A4FSZOGZ.eot?t=1736938783408#iefix") format("embedded-opentype"),
    url("./media/hgi-stroke-standard-ASCXWJLS.woff2?t=1736938783408") format("woff2"),
    url("./media/hgi-stroke-standard-VEXDVA24.woff?t=1736938783408") format("woff"),
    url("./media/hgi-stroke-standard-VFQZENMP.ttf?t=1736938783408") format("truetype"),
    url("./media/hgi-stroke-standard-B4KEWRHK.svg?t=1736938783408#hgi-stroke-standard") format("svg");
}
.hgi-stroke {
  font-family: "hgi-stroke-standard" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-display: block;
}
.hgi-stroke.hgi-3-d-view:before {
  content: "\3a71";
}
.hgi-stroke.hgi-abacus:before {
  content: "\3a73";
}
.hgi-stroke.hgi-absolute:before {
  content: "\3a75";
}
.hgi-stroke.hgi-acceleration:before {
  content: "\3a77";
}
.hgi-stroke.hgi-access:before {
  content: "\3a79";
}
.hgi-stroke.hgi-accident:before {
  content: "\3a7b";
}
.hgi-stroke.hgi-account-setting-01:before {
  content: "\3a7d";
}
.hgi-stroke.hgi-account-setting-02:before {
  content: "\3a7f";
}
.hgi-stroke.hgi-account-setting-03:before {
  content: "\3a81";
}
.hgi-stroke.hgi-activity-01:before {
  content: "\3a83";
}
.hgi-stroke.hgi-activity-02:before {
  content: "\3a85";
}
.hgi-stroke.hgi-activity-03:before {
  content: "\3a87";
}
.hgi-stroke.hgi-activity-04:before {
  content: "\3a89";
}
.hgi-stroke.hgi-acute:before {
  content: "\3a8b";
}
.hgi-stroke.hgi-add-01:before {
  content: "\3a8d";
}
.hgi-stroke.hgi-add-02:before {
  content: "\3a8f";
}
.hgi-stroke.hgi-add-circle-half-dot:before {
  content: "\3a91";
}
.hgi-stroke.hgi-add-circle:before {
  content: "\3a93";
}
.hgi-stroke.hgi-add-female:before {
  content: "\3a95";
}
.hgi-stroke.hgi-add-male:before {
  content: "\3a97";
}
.hgi-stroke.hgi-add-square:before {
  content: "\3a99";
}
.hgi-stroke.hgi-add-team-02:before {
  content: "\3a9b";
}
.hgi-stroke.hgi-add-team:before {
  content: "\3a9d";
}
.hgi-stroke.hgi-add-to-list:before {
  content: "\3a9f";
}
.hgi-stroke.hgi-address-book:before {
  content: "\3aa1";
}
.hgi-stroke.hgi-adobe-after-effect:before {
  content: "\3aa3";
}
.hgi-stroke.hgi-adobe-illustrator:before {
  content: "\3aa5";
}
.hgi-stroke.hgi-adobe-indesign:before {
  content: "\3aa7";
}
.hgi-stroke.hgi-adobe-photoshop:before {
  content: "\3aa9";
}
.hgi-stroke.hgi-adobe-premier:before {
  content: "\3aab";
}
.hgi-stroke.hgi-adobe-xd:before {
  content: "\3aad";
}
.hgi-stroke.hgi-adventure:before {
  content: "\3aaf";
}
.hgi-stroke.hgi-advertisiment:before {
  content: "\3ab1";
}
.hgi-stroke.hgi-adzan:before {
  content: "\3ab3";
}
.hgi-stroke.hgi-affiliate:before {
  content: "\3ab5";
}
.hgi-stroke.hgi-agreement-01:before {
  content: "\3ab7";
}
.hgi-stroke.hgi-agreement-02:before {
  content: "\3ab9";
}
.hgi-stroke.hgi-agreement-03:before {
  content: "\3abb";
}
.hgi-stroke.hgi-ai-audio:before {
  content: "\3abd";
}
.hgi-stroke.hgi-ai-beautify:before {
  content: "\3abf";
}
.hgi-stroke.hgi-ai-book:before {
  content: "\3ac1";
}
.hgi-stroke.hgi-ai-brain-01:before {
  content: "\3ac3";
}
.hgi-stroke.hgi-ai-brain-02:before {
  content: "\3ac5";
}
.hgi-stroke.hgi-ai-brain-03:before {
  content: "\3ac7";
}
.hgi-stroke.hgi-ai-brain-04:before {
  content: "\3ac9";
}
.hgi-stroke.hgi-ai-brain-05:before {
  content: "\3acb";
}
.hgi-stroke.hgi-ai-browser:before {
  content: "\3acd";
}
.hgi-stroke.hgi-ai-chat-01:before {
  content: "\3acf";
}
.hgi-stroke.hgi-ai-chat-02:before {
  content: "\3ad1";
}
.hgi-stroke.hgi-ai-chemistry-01:before {
  content: "\3ad3";
}
.hgi-stroke.hgi-ai-chemistry-02:before {
  content: "\3ad5";
}
.hgi-stroke.hgi-ai-chemistry-03:before {
  content: "\3ad7";
}
.hgi-stroke.hgi-ai-chip:before {
  content: "\3ad9";
}
.hgi-stroke.hgi-ai-cloud-01:before {
  content: "\3adb";
}
.hgi-stroke.hgi-ai-cloud-02:before {
  content: "\3add";
}
.hgi-stroke.hgi-ai-cloud:before {
  content: "\3adf";
}
.hgi-stroke.hgi-ai-computer:before {
  content: "\3ae1";
}
.hgi-stroke.hgi-ai-content-generator-01:before {
  content: "\3ae3";
}
.hgi-stroke.hgi-ai-content-generator-02:before {
  content: "\3ae5";
}
.hgi-stroke.hgi-ai-dna:before {
  content: "\3ae7";
}
.hgi-stroke.hgi-ai-editing:before {
  content: "\3ae9";
}
.hgi-stroke.hgi-ai-eraser:before {
  content: "\3aeb";
}
.hgi-stroke.hgi-ai-file:before {
  content: "\3aed";
}
.hgi-stroke.hgi-ai-folder-01:before {
  content: "\3aef";
}
.hgi-stroke.hgi-ai-folder-02:before {
  content: "\3af1";
}
.hgi-stroke.hgi-ai-game:before {
  content: "\3af3";
}
.hgi-stroke.hgi-ai-generative:before {
  content: "\3af5";
}
.hgi-stroke.hgi-ai-idea:before {
  content: "\3af7";
}
.hgi-stroke.hgi-ai-image:before {
  content: "\3af9";
}
.hgi-stroke.hgi-ai-innovation-01:before {
  content: "\3afb";
}
.hgi-stroke.hgi-ai-innovation-02:before {
  content: "\3afd";
}
.hgi-stroke.hgi-ai-innovation-03:before {
  content: "\3aff";
}
.hgi-stroke.hgi-ai-laptop:before {
  content: "\3b01";
}
.hgi-stroke.hgi-ai-learning:before {
  content: "\3b03";
}
.hgi-stroke.hgi-ai-lock:before {
  content: "\3b05";
}
.hgi-stroke.hgi-ai-magic:before {
  content: "\3b07";
}
.hgi-stroke.hgi-ai-mail-01:before {
  content: "\3b09";
}
.hgi-stroke.hgi-ai-mail-02:before {
  content: "\3b0b";
}
.hgi-stroke.hgi-ai-mail:before {
  content: "\3b0d";
}
.hgi-stroke.hgi-ai-mic:before {
  content: "\3b0f";
}
.hgi-stroke.hgi-ai-network:before {
  content: "\3b11";
}
.hgi-stroke.hgi-ai-phone-01:before {
  content: "\3b13";
}
.hgi-stroke.hgi-ai-phone-02:before {
  content: "\3b15";
}
.hgi-stroke.hgi-ai-programming:before {
  content: "\3b17";
}
.hgi-stroke.hgi-ai-scan:before {
  content: "\3b19";
}
.hgi-stroke.hgi-ai-scheduling:before {
  content: "\3b1b";
}
.hgi-stroke.hgi-ai-search-02:before {
  content: "\3b1d";
}
.hgi-stroke.hgi-ai-search:before {
  content: "\3b1f";
}
.hgi-stroke.hgi-ai-security-01:before {
  content: "\3b21";
}
.hgi-stroke.hgi-ai-security-02:before {
  content: "\3b23";
}
.hgi-stroke.hgi-ai-security-03:before {
  content: "\3b25";
}
.hgi-stroke.hgi-ai-setting:before {
  content: "\3b27";
}
.hgi-stroke.hgi-ai-sheets:before {
  content: "\3b29";
}
.hgi-stroke.hgi-ai-smartwatch:before {
  content: "\3b2b";
}
.hgi-stroke.hgi-ai-user:before {
  content: "\3b2d";
}
.hgi-stroke.hgi-ai-video:before {
  content: "\3b2f";
}
.hgi-stroke.hgi-ai-view:before {
  content: "\3b31";
}
.hgi-stroke.hgi-ai-vision-recognition:before {
  content: "\3b33";
}
.hgi-stroke.hgi-ai-voice-generator:before {
  content: "\3b35";
}
.hgi-stroke.hgi-ai-voice:before {
  content: "\3b37";
}
.hgi-stroke.hgi-ai-web-browsing:before {
  content: "\3b39";
}
.hgi-stroke.hgi-aids:before {
  content: "\3b3b";
}
.hgi-stroke.hgi-airbnb:before {
  content: "\3b3d";
}
.hgi-stroke.hgi-aircraft-game:before {
  content: "\3b3f";
}
.hgi-stroke.hgi-airdrop:before {
  content: "\3b41";
}
.hgi-stroke.hgi-airplane-01:before {
  content: "\3b43";
}
.hgi-stroke.hgi-airplane-02:before {
  content: "\3b45";
}
.hgi-stroke.hgi-airplane-landing-01:before {
  content: "\3b47";
}
.hgi-stroke.hgi-airplane-landing-02:before {
  content: "\3b49";
}
.hgi-stroke.hgi-airplane-mode-off:before {
  content: "\3b4b";
}
.hgi-stroke.hgi-airplane-mode:before {
  content: "\3b4d";
}
.hgi-stroke.hgi-airplane-seat:before {
  content: "\3b4f";
}
.hgi-stroke.hgi-airplane-take-off-01:before {
  content: "\3b51";
}
.hgi-stroke.hgi-airplane-take-off-02:before {
  content: "\3b53";
}
.hgi-stroke.hgi-airplay-line:before {
  content: "\3b55";
}
.hgi-stroke.hgi-airpod-01:before {
  content: "\3b57";
}
.hgi-stroke.hgi-airpod-02:before {
  content: "\3b59";
}
.hgi-stroke.hgi-airpod-03:before {
  content: "\3b5b";
}
.hgi-stroke.hgi-airport:before {
  content: "\3b5d";
}
.hgi-stroke.hgi-al-aqsa-mosque:before {
  content: "\3b5f";
}
.hgi-stroke.hgi-alarm-clock:before {
  content: "\3b61";
}
.hgi-stroke.hgi-album-01:before {
  content: "\3b63";
}
.hgi-stroke.hgi-album-02:before {
  content: "\3b65";
}
.hgi-stroke.hgi-album-not-found-01:before {
  content: "\3b67";
}
.hgi-stroke.hgi-album-not-found-02:before {
  content: "\3b69";
}
.hgi-stroke.hgi-alert-01:before {
  content: "\3b6b";
}
.hgi-stroke.hgi-alert-02:before {
  content: "\3b6d";
}
.hgi-stroke.hgi-alert-circle:before {
  content: "\3b6f";
}
.hgi-stroke.hgi-alert-diamond:before {
  content: "\3b71";
}
.hgi-stroke.hgi-alert-square:before {
  content: "\3b73";
}
.hgi-stroke.hgi-algorithm:before {
  content: "\3b75";
}
.hgi-stroke.hgi-alien-01:before {
  content: "\3b77";
}
.hgi-stroke.hgi-alien-02:before {
  content: "\3b79";
}
.hgi-stroke.hgi-align-bottom:before {
  content: "\3b7b";
}
.hgi-stroke.hgi-align-box-bottom-center:before {
  content: "\3b7d";
}
.hgi-stroke.hgi-align-box-bottom-left:before {
  content: "\3b7f";
}
.hgi-stroke.hgi-align-box-bottom-right:before {
  content: "\3b81";
}
.hgi-stroke.hgi-align-box-middle-center:before {
  content: "\3b83";
}
.hgi-stroke.hgi-align-box-middle-left:before {
  content: "\3b85";
}
.hgi-stroke.hgi-align-box-middle-right:before {
  content: "\3b87";
}
.hgi-stroke.hgi-align-box-top-center:before {
  content: "\3b89";
}
.hgi-stroke.hgi-align-box-top-left:before {
  content: "\3b8b";
}
.hgi-stroke.hgi-align-box-top-right:before {
  content: "\3b8d";
}
.hgi-stroke.hgi-align-horizontal-center:before {
  content: "\3b8f";
}
.hgi-stroke.hgi-align-key-object:before {
  content: "\3b91";
}
.hgi-stroke.hgi-align-left:before {
  content: "\3b93";
}
.hgi-stroke.hgi-align-right:before {
  content: "\3b95";
}
.hgi-stroke.hgi-align-selection:before {
  content: "\3b97";
}
.hgi-stroke.hgi-align-top:before {
  content: "\3b99";
}
.hgi-stroke.hgi-align-vertical-center:before {
  content: "\3b9b";
}
.hgi-stroke.hgi-all-bookmark:before {
  content: "\3b9d";
}
.hgi-stroke.hgi-allah:before {
  content: "\3b9f";
}
.hgi-stroke.hgi-alms:before {
  content: "\3ba1";
}
.hgi-stroke.hgi-alpha-circle:before {
  content: "\3ba3";
}
.hgi-stroke.hgi-alpha-square:before {
  content: "\3ba6";
}
.hgi-stroke.hgi-alpha:before {
  content: "\3ba7";
}
.hgi-stroke.hgi-alphabet-arabic:before {
  content: "\3ba9";
}
.hgi-stroke.hgi-alphabet-bangla:before {
  content: "\3bab";
}
.hgi-stroke.hgi-alphabet-chinese:before {
  content: "\3bad";
}
.hgi-stroke.hgi-alphabet-greek:before {
  content: "\3baf";
}
.hgi-stroke.hgi-alphabet-hebrew:before {
  content: "\3bb1";
}
.hgi-stroke.hgi-alphabet-hindi:before {
  content: "\3bb3";
}
.hgi-stroke.hgi-alphabet-japanese:before {
  content: "\3bb5";
}
.hgi-stroke.hgi-alphabet-korean:before {
  content: "\3bb7";
}
.hgi-stroke.hgi-alphabet-thai:before {
  content: "\3bb9";
}
.hgi-stroke.hgi-amazon:before {
  content: "\3bbb";
}
.hgi-stroke.hgi-ambulance:before {
  content: "\3bbd";
}
.hgi-stroke.hgi-american-football:before {
  content: "\3bbf";
}
.hgi-stroke.hgi-amie:before {
  content: "\3bc1";
}
.hgi-stroke.hgi-ampoule:before {
  content: "\3bc3";
}
.hgi-stroke.hgi-analysis-text-link:before {
  content: "\3bc5";
}
.hgi-stroke.hgi-analytics-01:before {
  content: "\3bc7";
}
.hgi-stroke.hgi-analytics-02:before {
  content: "\3bc9";
}
.hgi-stroke.hgi-analytics-03:before {
  content: "\3bcb";
}
.hgi-stroke.hgi-analytics-down:before {
  content: "\3bcd";
}
.hgi-stroke.hgi-analytics-up:before {
  content: "\3bcf";
}
.hgi-stroke.hgi-anchor-point:before {
  content: "\3bd1";
}
.hgi-stroke.hgi-anchor:before {
  content: "\3bd3";
}
.hgi-stroke.hgi-android:before {
  content: "\3bd5";
}
.hgi-stroke.hgi-angel:before {
  content: "\3bd7";
}
.hgi-stroke.hgi-angle-01:before {
  content: "\3bd9";
}
.hgi-stroke.hgi-angle:before {
  content: "\3bdb";
}
.hgi-stroke.hgi-angry-bird:before {
  content: "\3bdd";
}
.hgi-stroke.hgi-angry:before {
  content: "\3bdf";
}
.hgi-stroke.hgi-anonymous:before {
  content: "\3be1";
}
.hgi-stroke.hgi-api:before {
  content: "\3be3";
}
.hgi-stroke.hgi-app-store:before {
  content: "\3be5";
}
.hgi-stroke.hgi-apple-01:before {
  content: "\3be7";
}
.hgi-stroke.hgi-apple-finder:before {
  content: "\3be9";
}
.hgi-stroke.hgi-apple-intelligence:before {
  content: "\3beb";
}
.hgi-stroke.hgi-apple-music:before {
  content: "\3bed";
}
.hgi-stroke.hgi-apple-news:before {
  content: "\3bef";
}
.hgi-stroke.hgi-apple-pie:before {
  content: "\3bf1";
}
.hgi-stroke.hgi-apple-reminder:before {
  content: "\3bf3";
}
.hgi-stroke.hgi-apple-stocks:before {
  content: "\3bf6";
}
.hgi-stroke.hgi-apple-vision-pro:before {
  content: "\3bf8";
}
.hgi-stroke.hgi-apple:before {
  content: "\3bf9";
}
.hgi-stroke.hgi-appointment-01:before {
  content: "\3bfb";
}
.hgi-stroke.hgi-appointment-02:before {
  content: "\3bfd";
}
.hgi-stroke.hgi-approximately-equal-circle:before {
  content: "\3bff";
}
.hgi-stroke.hgi-approximately-equal-square:before {
  content: "\3c02";
}
.hgi-stroke.hgi-approximately-equal:before {
  content: "\3c03";
}
.hgi-stroke.hgi-apricot:before {
  content: "\3c05";
}
.hgi-stroke.hgi-apron:before {
  content: "\3c07";
}
.hgi-stroke.hgi-arc-browser:before {
  content: "\3c09";
}
.hgi-stroke.hgi-archer:before {
  content: "\3c0b";
}
.hgi-stroke.hgi-archive-01:before {
  content: "\3c0d";
}
.hgi-stroke.hgi-archive-02:before {
  content: "\3c0f";
}
.hgi-stroke.hgi-archive:before {
  content: "\3c11";
}
.hgi-stroke.hgi-armored-boot:before {
  content: "\3c13";
}
.hgi-stroke.hgi-arrange-by-letters-a-z:before {
  content: "\3c15";
}
.hgi-stroke.hgi-arrange-by-letters-z-a:before {
  content: "\3c17";
}
.hgi-stroke.hgi-arrange-by-numbers-1-9:before {
  content: "\3c19";
}
.hgi-stroke.hgi-arrange-by-numbers-9-1:before {
  content: "\3c1b";
}
.hgi-stroke.hgi-arrange:before {
  content: "\3c1d";
}
.hgi-stroke.hgi-arrow-all-direction:before {
  content: "\3c1f";
}
.hgi-stroke.hgi-arrow-data-transfer-diagonal:before {
  content: "\3c21";
}
.hgi-stroke.hgi-arrow-data-transfer-horizontal:before {
  content: "\3c23";
}
.hgi-stroke.hgi-arrow-data-transfer-vertical:before {
  content: "\3c25";
}
.hgi-stroke.hgi-arrow-diagonal:before {
  content: "\3c27";
}
.hgi-stroke.hgi-arrow-down-01:before {
  content: "\3c29";
}
.hgi-stroke.hgi-arrow-down-02:before {
  content: "\3c2b";
}
.hgi-stroke.hgi-arrow-down-03:before {
  content: "\3c2d";
}
.hgi-stroke.hgi-arrow-down-04:before {
  content: "\3c2f";
}
.hgi-stroke.hgi-arrow-down-05:before {
  content: "\3c31";
}
.hgi-stroke.hgi-arrow-down-double:before {
  content: "\3c33";
}
.hgi-stroke.hgi-arrow-down-left-01:before {
  content: "\3c35";
}
.hgi-stroke.hgi-arrow-down-left-02:before {
  content: "\3c37";
}
.hgi-stroke.hgi-arrow-down-right-01:before {
  content: "\3c39";
}
.hgi-stroke.hgi-arrow-down-right-02:before {
  content: "\3c3b";
}
.hgi-stroke.hgi-arrow-expand-01:before {
  content: "\3c3d";
}
.hgi-stroke.hgi-arrow-expand-02:before {
  content: "\3c3f";
}
.hgi-stroke.hgi-arrow-expand-diagonal-01:before {
  content: "\3c41";
}
.hgi-stroke.hgi-arrow-expand-diagonal-02:before {
  content: "\3c43";
}
.hgi-stroke.hgi-arrow-expand:before {
  content: "\3c45";
}
.hgi-stroke.hgi-arrow-horizontal:before {
  content: "\3c47";
}
.hgi-stroke.hgi-arrow-left-01:before {
  content: "\3c49";
}
.hgi-stroke.hgi-arrow-left-02:before {
  content: "\3c4b";
}
.hgi-stroke.hgi-arrow-left-03:before {
  content: "\3c4d";
}
.hgi-stroke.hgi-arrow-left-04:before {
  content: "\3c4f";
}
.hgi-stroke.hgi-arrow-left-05:before {
  content: "\3c51";
}
.hgi-stroke.hgi-arrow-left-double:before {
  content: "\3c53";
}
.hgi-stroke.hgi-arrow-left-right:before {
  content: "\3c55";
}
.hgi-stroke.hgi-arrow-move-down-left:before {
  content: "\3c57";
}
.hgi-stroke.hgi-arrow-move-down-right:before {
  content: "\3c59";
}
.hgi-stroke.hgi-arrow-move-left-down:before {
  content: "\3c5b";
}
.hgi-stroke.hgi-arrow-move-right-down:before {
  content: "\3c5d";
}
.hgi-stroke.hgi-arrow-move-up-left:before {
  content: "\3c5f";
}
.hgi-stroke.hgi-arrow-move-up-right:before {
  content: "\3c61";
}
.hgi-stroke.hgi-arrow-reload-horizontal:before {
  content: "\3c63";
}
.hgi-stroke.hgi-arrow-reload-vertical:before {
  content: "\3c65";
}
.hgi-stroke.hgi-arrow-right-01:before {
  content: "\3c67";
}
.hgi-stroke.hgi-arrow-right-02:before {
  content: "\3c69";
}
.hgi-stroke.hgi-arrow-right-03:before {
  content: "\3c6b";
}
.hgi-stroke.hgi-arrow-right-04:before {
  content: "\3c6d";
}
.hgi-stroke.hgi-arrow-right-05:before {
  content: "\3c6f";
}
.hgi-stroke.hgi-arrow-right-double:before {
  content: "\3c71";
}
.hgi-stroke.hgi-arrow-shrink-01:before {
  content: "\3c73";
}
.hgi-stroke.hgi-arrow-shrink-02:before {
  content: "\3c75";
}
.hgi-stroke.hgi-arrow-shrink:before {
  content: "\3c77";
}
.hgi-stroke.hgi-arrow-turn-backward:before {
  content: "\3c79";
}
.hgi-stroke.hgi-arrow-turn-down:before {
  content: "\3c7b";
}
.hgi-stroke.hgi-arrow-turn-forward:before {
  content: "\3c7d";
}
.hgi-stroke.hgi-arrow-turn-up:before {
  content: "\3c7f";
}
.hgi-stroke.hgi-arrow-up-01:before {
  content: "\3c81";
}
.hgi-stroke.hgi-arrow-up-02:before {
  content: "\3c83";
}
.hgi-stroke.hgi-arrow-up-03:before {
  content: "\3c85";
}
.hgi-stroke.hgi-arrow-up-04:before {
  content: "\3c87";
}
.hgi-stroke.hgi-arrow-up-05:before {
  content: "\3c89";
}
.hgi-stroke.hgi-arrow-up-double:before {
  content: "\3c8b";
}
.hgi-stroke.hgi-arrow-up-down:before {
  content: "\3c8d";
}
.hgi-stroke.hgi-arrow-up-left-01:before {
  content: "\3c8f";
}
.hgi-stroke.hgi-arrow-up-left-02:before {
  content: "\3c91";
}
.hgi-stroke.hgi-arrow-up-right-01:before {
  content: "\3c93";
}
.hgi-stroke.hgi-arrow-up-right-02:before {
  content: "\3c95";
}
.hgi-stroke.hgi-arrow-vertical:before {
  content: "\3c97";
}
.hgi-stroke.hgi-artboard-tool:before {
  content: "\3c9a";
}
.hgi-stroke.hgi-artboard:before {
  content: "\3c9b";
}
.hgi-stroke.hgi-artificial-intelligence-01:before {
  content: "\3c9d";
}
.hgi-stroke.hgi-artificial-intelligence-02:before {
  content: "\3c9f";
}
.hgi-stroke.hgi-artificial-intelligence-03:before {
  content: "\3ca1";
}
.hgi-stroke.hgi-artificial-intelligence-04:before {
  content: "\3ca3";
}
.hgi-stroke.hgi-artificial-intelligence-05:before {
  content: "\3ca5";
}
.hgi-stroke.hgi-artificial-intelligence-06:before {
  content: "\3ca7";
}
.hgi-stroke.hgi-artificial-intelligence-07:before {
  content: "\3ca9";
}
.hgi-stroke.hgi-artificial-intelligence-08:before {
  content: "\3cab";
}
.hgi-stroke.hgi-aspect-ratio:before {
  content: "\3cad";
}
.hgi-stroke.hgi-assignments:before {
  content: "\3caf";
}
.hgi-stroke.hgi-asteroid-01:before {
  content: "\3cb1";
}
.hgi-stroke.hgi-asteroid-02:before {
  content: "\3cb3";
}
.hgi-stroke.hgi-astronaut-01:before {
  content: "\3cb5";
}
.hgi-stroke.hgi-astronaut-02:before {
  content: "\3cb7";
}
.hgi-stroke.hgi-at:before {
  content: "\3cb9";
}
.hgi-stroke.hgi-atm-01:before {
  content: "\3cbb";
}
.hgi-stroke.hgi-atm-02:before {
  content: "\3cbd";
}
.hgi-stroke.hgi-atom-01:before {
  content: "\3cbf";
}
.hgi-stroke.hgi-atom-02:before {
  content: "\3cc1";
}
.hgi-stroke.hgi-atomic-power:before {
  content: "\3cc3";
}
.hgi-stroke.hgi-attachment-01:before {
  content: "\3cc5";
}
.hgi-stroke.hgi-attachment-02:before {
  content: "\3cc7";
}
.hgi-stroke.hgi-attachment-circle:before {
  content: "\3cc9";
}
.hgi-stroke.hgi-attachment-square:before {
  content: "\3ccc";
}
.hgi-stroke.hgi-attachment:before {
  content: "\3ccd";
}
.hgi-stroke.hgi-auction:before {
  content: "\3ccf";
}
.hgi-stroke.hgi-audio-book-01:before {
  content: "\3cd1";
}
.hgi-stroke.hgi-audio-book-02:before {
  content: "\3cd3";
}
.hgi-stroke.hgi-audio-book-03:before {
  content: "\3cd5";
}
.hgi-stroke.hgi-audio-book-04:before {
  content: "\3cd7";
}
.hgi-stroke.hgi-audio-wave-01:before {
  content: "\3cd9";
}
.hgi-stroke.hgi-audio-wave-02:before {
  content: "\3cdb";
}
.hgi-stroke.hgi-audit-01:before {
  content: "\3cdd";
}
.hgi-stroke.hgi-audit-02:before {
  content: "\3cdf";
}
.hgi-stroke.hgi-augmented-reality-ar:before {
  content: "\3ce1";
}
.hgi-stroke.hgi-authorized:before {
  content: "\3ce3";
}
.hgi-stroke.hgi-auto-conversations:before {
  content: "\3ce5";
}
.hgi-stroke.hgi-automotive-battery-01:before {
  content: "\3ce7";
}
.hgi-stroke.hgi-automotive-battery-02:before {
  content: "\3ce9";
}
.hgi-stroke.hgi-avalanche:before {
  content: "\3ceb";
}
.hgi-stroke.hgi-avocado:before {
  content: "\3ced";
}
.hgi-stroke.hgi-award-01:before {
  content: "\3cef";
}
.hgi-stroke.hgi-award-02:before {
  content: "\3cf1";
}
.hgi-stroke.hgi-award-03:before {
  content: "\3cf3";
}
.hgi-stroke.hgi-award-04:before {
  content: "\3cf5";
}
.hgi-stroke.hgi-award-05:before {
  content: "\3cf7";
}
.hgi-stroke.hgi-baby-01:before {
  content: "\3cf9";
}
.hgi-stroke.hgi-baby-02:before {
  content: "\3cfb";
}
.hgi-stroke.hgi-baby-bed-01:before {
  content: "\3cfd";
}
.hgi-stroke.hgi-baby-bed-02:before {
  content: "\3cff";
}
.hgi-stroke.hgi-baby-bottle:before {
  content: "\3d01";
}
.hgi-stroke.hgi-baby-boy-dress:before {
  content: "\3d03";
}
.hgi-stroke.hgi-baby-girl-dress:before {
  content: "\3d05";
}
.hgi-stroke.hgi-back-muscle-body:before {
  content: "\3d07";
}
.hgi-stroke.hgi-background:before {
  content: "\3d09";
}
.hgi-stroke.hgi-backpack-01:before {
  content: "\3d0b";
}
.hgi-stroke.hgi-backpack-02:before {
  content: "\3d0d";
}
.hgi-stroke.hgi-backpack-03:before {
  content: "\3d0f";
}
.hgi-stroke.hgi-backward-01:before {
  content: "\3d11";
}
.hgi-stroke.hgi-backward-02:before {
  content: "\3d13";
}
.hgi-stroke.hgi-bacteria:before {
  content: "\3d15";
}
.hgi-stroke.hgi-badminton-shuttle:before {
  content: "\3d18";
}
.hgi-stroke.hgi-badminton:before {
  content: "\3d19";
}
.hgi-stroke.hgi-balance-scale:before {
  content: "\3d1b";
}
.hgi-stroke.hgi-balloons:before {
  content: "\3d1d";
}
.hgi-stroke.hgi-banana:before {
  content: "\3d1f";
}
.hgi-stroke.hgi-bandage:before {
  content: "\3d21";
}
.hgi-stroke.hgi-bank:before {
  content: "\3d23";
}
.hgi-stroke.hgi-bar-chart-horizontal:before {
  content: "\3d25";
}
.hgi-stroke.hgi-bar-chart:before {
  content: "\3d27";
}
.hgi-stroke.hgi-bar-code-01:before {
  content: "\3d29";
}
.hgi-stroke.hgi-bar-code-02:before {
  content: "\3d2b";
}
.hgi-stroke.hgi-barns:before {
  content: "\3d2d";
}
.hgi-stroke.hgi-baseball-bat:before {
  content: "\3d2f";
}
.hgi-stroke.hgi-baseball-helmet:before {
  content: "\3d31";
}
.hgi-stroke.hgi-baseball:before {
  content: "\3d33";
}
.hgi-stroke.hgi-bash:before {
  content: "\3d35";
}
.hgi-stroke.hgi-basketball-01:before {
  content: "\3d37";
}
.hgi-stroke.hgi-basketball-02:before {
  content: "\3d39";
}
.hgi-stroke.hgi-basketball-hoop:before {
  content: "\3d3b";
}
.hgi-stroke.hgi-bathtub-01:before {
  content: "\3d3d";
}
.hgi-stroke.hgi-bathtub-02:before {
  content: "\3d3f";
}
.hgi-stroke.hgi-batteries-energy:before {
  content: "\3d41";
}
.hgi-stroke.hgi-battery-charging-01:before {
  content: "\3d43";
}
.hgi-stroke.hgi-battery-charging-02:before {
  content: "\3d45";
}
.hgi-stroke.hgi-battery-eco-charging:before {
  content: "\3d47";
}
.hgi-stroke.hgi-battery-empty:before {
  content: "\3d49";
}
.hgi-stroke.hgi-battery-full:before {
  content: "\3d4b";
}
.hgi-stroke.hgi-battery-low:before {
  content: "\3d4d";
}
.hgi-stroke.hgi-battery-medium-01:before {
  content: "\3d4f";
}
.hgi-stroke.hgi-battery-medium-02:before {
  content: "\3d51";
}
.hgi-stroke.hgi-bbq-grill:before {
  content: "\3d53";
}
.hgi-stroke.hgi-beach-02:before {
  content: "\3d55";
}
.hgi-stroke.hgi-beach:before {
  content: "\3d57";
}
.hgi-stroke.hgi-beater:before {
  content: "\3d59";
}
.hgi-stroke.hgi-bebo:before {
  content: "\3d5b";
}
.hgi-stroke.hgi-bed-bunk:before {
  content: "\3d5d";
}
.hgi-stroke.hgi-bed-double:before {
  content: "\3d5f";
}
.hgi-stroke.hgi-bed-single-01:before {
  content: "\3d62";
}
.hgi-stroke.hgi-bed-single-02:before {
  content: "\3d64";
}
.hgi-stroke.hgi-bed:before {
  content: "\3d65";
}
.hgi-stroke.hgi-bedug-01:before {
  content: "\3d67";
}
.hgi-stroke.hgi-bedug-02:before {
  content: "\3d69";
}
.hgi-stroke.hgi-behance-01:before {
  content: "\3d6b";
}
.hgi-stroke.hgi-behance-02:before {
  content: "\3d6d";
}
.hgi-stroke.hgi-belt:before {
  content: "\3d6f";
}
.hgi-stroke.hgi-bend-tool:before {
  content: "\3d71";
}
.hgi-stroke.hgi-berlin-tower:before {
  content: "\3d74";
}
.hgi-stroke.hgi-berlin:before {
  content: "\3d75";
}
.hgi-stroke.hgi-beta:before {
  content: "\3d77";
}
.hgi-stroke.hgi-bicycle-01:before {
  content: "\3d79";
}
.hgi-stroke.hgi-bicycle:before {
  content: "\3d7b";
}
.hgi-stroke.hgi-billiard-01:before {
  content: "\3d7d";
}
.hgi-stroke.hgi-billiard-02:before {
  content: "\3d7f";
}
.hgi-stroke.hgi-binary-code:before {
  content: "\3d81";
}
.hgi-stroke.hgi-bing:before {
  content: "\3d83";
}
.hgi-stroke.hgi-binoculars:before {
  content: "\3d85";
}
.hgi-stroke.hgi-bio-energy:before {
  content: "\3d87";
}
.hgi-stroke.hgi-biomass-energy:before {
  content: "\3d89";
}
.hgi-stroke.hgi-biometric-access:before {
  content: "\3d8b";
}
.hgi-stroke.hgi-biometric-device:before {
  content: "\3d8d";
}
.hgi-stroke.hgi-birthday-cake:before {
  content: "\3d8f";
}
.hgi-stroke.hgi-biscuit:before {
  content: "\3d91";
}
.hgi-stroke.hgi-bitcoin-01:before {
  content: "\3d93";
}
.hgi-stroke.hgi-bitcoin-02:before {
  content: "\3d95";
}
.hgi-stroke.hgi-bitcoin-03:before {
  content: "\3d97";
}
.hgi-stroke.hgi-bitcoin-04:before {
  content: "\3d99";
}
.hgi-stroke.hgi-bitcoin-bag:before {
  content: "\3d9b";
}
.hgi-stroke.hgi-bitcoin-circle:before {
  content: "\3d9d";
}
.hgi-stroke.hgi-bitcoin-cloud:before {
  content: "\3d9f";
}
.hgi-stroke.hgi-bitcoin-cpu:before {
  content: "\3da1";
}
.hgi-stroke.hgi-bitcoin-credit-card:before {
  content: "\3da3";
}
.hgi-stroke.hgi-bitcoin-database:before {
  content: "\3da5";
}
.hgi-stroke.hgi-bitcoin-down-01:before {
  content: "\3da7";
}
.hgi-stroke.hgi-bitcoin-down-02:before {
  content: "\3da9";
}
.hgi-stroke.hgi-bitcoin-ellipse:before {
  content: "\3dab";
}
.hgi-stroke.hgi-bitcoin-eye:before {
  content: "\3dad";
}
.hgi-stroke.hgi-bitcoin-filter:before {
  content: "\3daf";
}
.hgi-stroke.hgi-bitcoin-flashdisk:before {
  content: "\3db1";
}
.hgi-stroke.hgi-bitcoin-graph:before {
  content: "\3db3";
}
.hgi-stroke.hgi-bitcoin-invoice:before {
  content: "\3db5";
}
.hgi-stroke.hgi-bitcoin-key:before {
  content: "\3db7";
}
.hgi-stroke.hgi-bitcoin-location:before {
  content: "\3db9";
}
.hgi-stroke.hgi-bitcoin-lock:before {
  content: "\3dbb";
}
.hgi-stroke.hgi-bitcoin-mail:before {
  content: "\3dbd";
}
.hgi-stroke.hgi-bitcoin-mind:before {
  content: "\3dbf";
}
.hgi-stroke.hgi-bitcoin-money-01:before {
  content: "\3dc1";
}
.hgi-stroke.hgi-bitcoin-money-02:before {
  content: "\3dc3";
}
.hgi-stroke.hgi-bitcoin-pie-chart:before {
  content: "\3dc5";
}
.hgi-stroke.hgi-bitcoin-piggy-bank:before {
  content: "\3dc7";
}
.hgi-stroke.hgi-bitcoin-presentation:before {
  content: "\3dc9";
}
.hgi-stroke.hgi-bitcoin-receipt:before {
  content: "\3dcb";
}
.hgi-stroke.hgi-bitcoin-receive:before {
  content: "\3dcd";
}
.hgi-stroke.hgi-bitcoin-rectangle:before {
  content: "\3dcf";
}
.hgi-stroke.hgi-bitcoin-safe:before {
  content: "\3dd1";
}
.hgi-stroke.hgi-bitcoin-search:before {
  content: "\3dd3";
}
.hgi-stroke.hgi-bitcoin-send:before {
  content: "\3dd6";
}
.hgi-stroke.hgi-bitcoin-setting:before {
  content: "\3dd8";
}
.hgi-stroke.hgi-bitcoin-shield:before {
  content: "\3dda";
}
.hgi-stroke.hgi-bitcoin-shopping:before {
  content: "\3ddc";
}
.hgi-stroke.hgi-bitcoin-smartphone-01:before {
  content: "\3dde";
}
.hgi-stroke.hgi-bitcoin-smartphone-02:before {
  content: "\3de0";
}
.hgi-stroke.hgi-bitcoin-square:before {
  content: "\3de2";
}
.hgi-stroke.hgi-bitcoin-store:before {
  content: "\3de4";
}
.hgi-stroke.hgi-bitcoin-tag:before {
  content: "\3de6";
}
.hgi-stroke.hgi-bitcoin-target:before {
  content: "\3de8";
}
.hgi-stroke.hgi-bitcoin-transaction:before {
  content: "\3dea";
}
.hgi-stroke.hgi-bitcoin-up-01:before {
  content: "\3dec";
}
.hgi-stroke.hgi-bitcoin-up-02:before {
  content: "\3dee";
}
.hgi-stroke.hgi-bitcoin-wallet:before {
  content: "\3df0";
}
.hgi-stroke.hgi-bitcoin-withdraw:before {
  content: "\3df2";
}
.hgi-stroke.hgi-bitcoin:before {
  content: "\3df3";
}
.hgi-stroke.hgi-black-hole-01:before {
  content: "\3df5";
}
.hgi-stroke.hgi-black-hole:before {
  content: "\3df7";
}
.hgi-stroke.hgi-blend:before {
  content: "\3df9";
}
.hgi-stroke.hgi-blender:before {
  content: "\3dfb";
}
.hgi-stroke.hgi-block-game:before {
  content: "\3dfd";
}
.hgi-stroke.hgi-blockchain-01:before {
  content: "\3dff";
}
.hgi-stroke.hgi-blockchain-02:before {
  content: "\3e01";
}
.hgi-stroke.hgi-blockchain-03:before {
  content: "\3e03";
}
.hgi-stroke.hgi-blockchain-04:before {
  content: "\3e05";
}
.hgi-stroke.hgi-blockchain-05:before {
  content: "\3e07";
}
.hgi-stroke.hgi-blockchain-06:before {
  content: "\3e09";
}
.hgi-stroke.hgi-blockchain-07:before {
  content: "\3e0b";
}
.hgi-stroke.hgi-blocked:before {
  content: "\3e0d";
}
.hgi-stroke.hgi-blogger:before {
  content: "\3e0f";
}
.hgi-stroke.hgi-blood-bag:before {
  content: "\3e11";
}
.hgi-stroke.hgi-blood-bottle:before {
  content: "\3e13";
}
.hgi-stroke.hgi-blood-pressure:before {
  content: "\3e15";
}
.hgi-stroke.hgi-blood-type:before {
  content: "\3e18";
}
.hgi-stroke.hgi-blood:before {
  content: "\3e19";
}
.hgi-stroke.hgi-bluesky:before {
  content: "\3e1b";
}
.hgi-stroke.hgi-bluetooth-circle:before {
  content: "\3e1d";
}
.hgi-stroke.hgi-bluetooth-not-connected:before {
  content: "\3e1f";
}
.hgi-stroke.hgi-bluetooth-search:before {
  content: "\3e21";
}
.hgi-stroke.hgi-bluetooth-square:before {
  content: "\3e24";
}
.hgi-stroke.hgi-bluetooth:before {
  content: "\3e25";
}
.hgi-stroke.hgi-blur:before {
  content: "\3e27";
}
.hgi-stroke.hgi-blush-brush-01:before {
  content: "\3e29";
}
.hgi-stroke.hgi-blush-brush-02:before {
  content: "\3e2b";
}
.hgi-stroke.hgi-board-math:before {
  content: "\3e2d";
}
.hgi-stroke.hgi-boat:before {
  content: "\3e2f";
}
.hgi-stroke.hgi-body-armor:before {
  content: "\3e31";
}
.hgi-stroke.hgi-body-part-leg:before {
  content: "\3e33";
}
.hgi-stroke.hgi-body-part-muscle:before {
  content: "\3e35";
}
.hgi-stroke.hgi-body-part-six-pack:before {
  content: "\3e37";
}
.hgi-stroke.hgi-body-soap:before {
  content: "\3e39";
}
.hgi-stroke.hgi-body-weight:before {
  content: "\3e3b";
}
.hgi-stroke.hgi-bomb:before {
  content: "\3e3d";
}
.hgi-stroke.hgi-bone-01:before {
  content: "\3e3f";
}
.hgi-stroke.hgi-bone-02:before {
  content: "\3e41";
}
.hgi-stroke.hgi-book-01:before {
  content: "\3e43";
}
.hgi-stroke.hgi-book-02:before {
  content: "\3e45";
}
.hgi-stroke.hgi-book-03:before {
  content: "\3e47";
}
.hgi-stroke.hgi-book-04:before {
  content: "\3e49";
}
.hgi-stroke.hgi-book-bookmark-01:before {
  content: "\3e4b";
}
.hgi-stroke.hgi-book-bookmark-02:before {
  content: "\3e4d";
}
.hgi-stroke.hgi-book-download:before {
  content: "\3e4f";
}
.hgi-stroke.hgi-book-edit:before {
  content: "\3e51";
}
.hgi-stroke.hgi-book-open-01:before {
  content: "\3e53";
}
.hgi-stroke.hgi-book-open-02:before {
  content: "\3e55";
}
.hgi-stroke.hgi-book-upload:before {
  content: "\3e57";
}
.hgi-stroke.hgi-bookmark-01:before {
  content: "\3e59";
}
.hgi-stroke.hgi-bookmark-02:before {
  content: "\3e5b";
}
.hgi-stroke.hgi-bookmark-03:before {
  content: "\3e5d";
}
.hgi-stroke.hgi-bookmark-add-01:before {
  content: "\3e5f";
}
.hgi-stroke.hgi-bookmark-add-02:before {
  content: "\3e61";
}
.hgi-stroke.hgi-bookmark-block-01:before {
  content: "\3e63";
}
.hgi-stroke.hgi-bookmark-block-02:before {
  content: "\3e65";
}
.hgi-stroke.hgi-bookmark-check-01:before {
  content: "\3e67";
}
.hgi-stroke.hgi-bookmark-check-02:before {
  content: "\3e69";
}
.hgi-stroke.hgi-bookmark-minus-01:before {
  content: "\3e6b";
}
.hgi-stroke.hgi-bookmark-minus-02:before {
  content: "\3e6d";
}
.hgi-stroke.hgi-bookmark-off-01:before {
  content: "\3e6f";
}
.hgi-stroke.hgi-bookmark-off-02:before {
  content: "\3e71";
}
.hgi-stroke.hgi-bookmark-remove-01:before {
  content: "\3e73";
}
.hgi-stroke.hgi-bookmark-remove-02:before {
  content: "\3e75";
}
.hgi-stroke.hgi-books-01:before {
  content: "\3e77";
}
.hgi-stroke.hgi-books-02:before {
  content: "\3e79";
}
.hgi-stroke.hgi-bookshelf-01:before {
  content: "\3e7b";
}
.hgi-stroke.hgi-bookshelf-02:before {
  content: "\3e7d";
}
.hgi-stroke.hgi-bookshelf-03:before {
  content: "\3e7f";
}
.hgi-stroke.hgi-bootstrap:before {
  content: "\3e81";
}
.hgi-stroke.hgi-border-all-01:before {
  content: "\3e83";
}
.hgi-stroke.hgi-border-all-02:before {
  content: "\3e85";
}
.hgi-stroke.hgi-border-bottom-01:before {
  content: "\3e87";
}
.hgi-stroke.hgi-border-bottom-02:before {
  content: "\3e89";
}
.hgi-stroke.hgi-border-full:before {
  content: "\3e8b";
}
.hgi-stroke.hgi-border-horizontal:before {
  content: "\3e8d";
}
.hgi-stroke.hgi-border-inner:before {
  content: "\3e8f";
}
.hgi-stroke.hgi-border-left-01:before {
  content: "\3e91";
}
.hgi-stroke.hgi-border-left-02:before {
  content: "\3e93";
}
.hgi-stroke.hgi-border-none-01:before {
  content: "\3e95";
}
.hgi-stroke.hgi-border-none-02:before {
  content: "\3e97";
}
.hgi-stroke.hgi-border-right-01:before {
  content: "\3e99";
}
.hgi-stroke.hgi-border-right-02:before {
  content: "\3e9b";
}
.hgi-stroke.hgi-border-top-01:before {
  content: "\3e9d";
}
.hgi-stroke.hgi-border-top-02:before {
  content: "\3e9f";
}
.hgi-stroke.hgi-border-vertical:before {
  content: "\3ea1";
}
.hgi-stroke.hgi-borobudur:before {
  content: "\3ea3";
}
.hgi-stroke.hgi-bot:before {
  content: "\3ea5";
}
.hgi-stroke.hgi-bounce-left:before {
  content: "\3ea7";
}
.hgi-stroke.hgi-bounce-right:before {
  content: "\3ea9";
}
.hgi-stroke.hgi-bounding-box:before {
  content: "\3eab";
}
.hgi-stroke.hgi-bow-tie:before {
  content: "\3ead";
}
.hgi-stroke.hgi-bowling-ball:before {
  content: "\3eaf";
}
.hgi-stroke.hgi-bowling-pins:before {
  content: "\3eb1";
}
.hgi-stroke.hgi-bowling:before {
  content: "\3eb3";
}
.hgi-stroke.hgi-boxer:before {
  content: "\3eb5";
}
.hgi-stroke.hgi-boxing-bag:before {
  content: "\3eb7";
}
.hgi-stroke.hgi-boxing-glove-01:before {
  content: "\3eb9";
}
.hgi-stroke.hgi-boxing-glove:before {
  content: "\3ebb";
}
.hgi-stroke.hgi-brain-01:before {
  content: "\3ebd";
}
.hgi-stroke.hgi-brain-02:before {
  content: "\3ebf";
}
.hgi-stroke.hgi-brain-03:before {
  content: "\3ec1";
}
.hgi-stroke.hgi-brain:before {
  content: "\3ec3";
}
.hgi-stroke.hgi-brandfetch:before {
  content: "\3ec5";
}
.hgi-stroke.hgi-bread-01:before {
  content: "\3ec7";
}
.hgi-stroke.hgi-bread-02:before {
  content: "\3ec9";
}
.hgi-stroke.hgi-bread-03:before {
  content: "\3ecb";
}
.hgi-stroke.hgi-bread-04:before {
  content: "\3ecd";
}
.hgi-stroke.hgi-breast-pump:before {
  content: "\3ecf";
}
.hgi-stroke.hgi-bridge:before {
  content: "\3ed1";
}
.hgi-stroke.hgi-briefcase-01:before {
  content: "\3ed3";
}
.hgi-stroke.hgi-briefcase-02:before {
  content: "\3ed5";
}
.hgi-stroke.hgi-briefcase-03:before {
  content: "\3ed7";
}
.hgi-stroke.hgi-briefcase-04:before {
  content: "\3ed9";
}
.hgi-stroke.hgi-briefcase-05:before {
  content: "\3edb";
}
.hgi-stroke.hgi-briefcase-06:before {
  content: "\3edd";
}
.hgi-stroke.hgi-briefcase-07:before {
  content: "\3edf";
}
.hgi-stroke.hgi-briefcase-08:before {
  content: "\3ee1";
}
.hgi-stroke.hgi-briefcase-09:before {
  content: "\3ee3";
}
.hgi-stroke.hgi-briefcase-dollar:before {
  content: "\3ee5";
}
.hgi-stroke.hgi-broccoli:before {
  content: "\3ee7";
}
.hgi-stroke.hgi-brochure:before {
  content: "\3ee9";
}
.hgi-stroke.hgi-broken-bone:before {
  content: "\3eeb";
}
.hgi-stroke.hgi-browser:before {
  content: "\3eed";
}
.hgi-stroke.hgi-brush:before {
  content: "\3eef";
}
.hgi-stroke.hgi-bubble-chat-add:before {
  content: "\3ef1";
}
.hgi-stroke.hgi-bubble-chat-blocked:before {
  content: "\3ef3";
}
.hgi-stroke.hgi-bubble-chat-cancel:before {
  content: "\3ef5";
}
.hgi-stroke.hgi-bubble-chat-delay:before {
  content: "\3ef7";
}
.hgi-stroke.hgi-bubble-chat-done:before {
  content: "\3ef9";
}
.hgi-stroke.hgi-bubble-chat-download-01:before {
  content: "\3efb";
}
.hgi-stroke.hgi-bubble-chat-download-02:before {
  content: "\3efd";
}
.hgi-stroke.hgi-bubble-chat-edit:before {
  content: "\3eff";
}
.hgi-stroke.hgi-bubble-chat-favourite:before {
  content: "\3f01";
}
.hgi-stroke.hgi-bubble-chat-income:before {
  content: "\3f03";
}
.hgi-stroke.hgi-bubble-chat-lock:before {
  content: "\3f05";
}
.hgi-stroke.hgi-bubble-chat-notification:before {
  content: "\3f07";
}
.hgi-stroke.hgi-bubble-chat-outcome:before {
  content: "\3f09";
}
.hgi-stroke.hgi-bubble-chat-preview:before {
  content: "\3f0b";
}
.hgi-stroke.hgi-bubble-chat-question:before {
  content: "\3f0d";
}
.hgi-stroke.hgi-bubble-chat-search:before {
  content: "\3f0f";
}
.hgi-stroke.hgi-bubble-chat-secure:before {
  content: "\3f12";
}
.hgi-stroke.hgi-bubble-chat-translate:before {
  content: "\3f14";
}
.hgi-stroke.hgi-bubble-chat-unlock:before {
  content: "\3f16";
}
.hgi-stroke.hgi-bubble-chat-upload:before {
  content: "\3f18";
}
.hgi-stroke.hgi-bubble-chat-user:before {
  content: "\3f1a";
}
.hgi-stroke.hgi-bubble-chat:before {
  content: "\3f1b";
}
.hgi-stroke.hgi-bubble-tea-01:before {
  content: "\3f1d";
}
.hgi-stroke.hgi-bubble-tea-02:before {
  content: "\3f1f";
}
.hgi-stroke.hgi-bug-01:before {
  content: "\3f21";
}
.hgi-stroke.hgi-bug-02:before {
  content: "\3f23";
}
.hgi-stroke.hgi-building-01:before {
  content: "\3f25";
}
.hgi-stroke.hgi-building-02:before {
  content: "\3f27";
}
.hgi-stroke.hgi-building-03:before {
  content: "\3f29";
}
.hgi-stroke.hgi-building-04:before {
  content: "\3f2b";
}
.hgi-stroke.hgi-building-05:before {
  content: "\3f2d";
}
.hgi-stroke.hgi-building-06:before {
  content: "\3f2f";
}
.hgi-stroke.hgi-bulb-charging:before {
  content: "\3f31";
}
.hgi-stroke.hgi-bulb:before {
  content: "\3f33";
}
.hgi-stroke.hgi-bulletproof-vest:before {
  content: "\3f35";
}
.hgi-stroke.hgi-burj-al-arab:before {
  content: "\3f37";
}
.hgi-stroke.hgi-burning-cd:before {
  content: "\3f39";
}
.hgi-stroke.hgi-bus-01:before {
  content: "\3f3b";
}
.hgi-stroke.hgi-bus-02:before {
  content: "\3f3d";
}
.hgi-stroke.hgi-bus-03:before {
  content: "\3f3f";
}
.hgi-stroke.hgi-c-programming:before {
  content: "\3f41";
}
.hgi-stroke.hgi-cabinet-01:before {
  content: "\3f43";
}
.hgi-stroke.hgi-cabinet-02:before {
  content: "\3f45";
}
.hgi-stroke.hgi-cabinet-03:before {
  content: "\3f47";
}
.hgi-stroke.hgi-cabinet-04:before {
  content: "\3f49";
}
.hgi-stroke.hgi-cable-car:before {
  content: "\3f4b";
}
.hgi-stroke.hgi-cactus:before {
  content: "\3f4d";
}
.hgi-stroke.hgi-caduceus:before {
  content: "\3f4f";
}
.hgi-stroke.hgi-cafe:before {
  content: "\3f51";
}
.hgi-stroke.hgi-calculate:before {
  content: "\3f53";
}
.hgi-stroke.hgi-calculator-01:before {
  content: "\3f55";
}
.hgi-stroke.hgi-calculator:before {
  content: "\3f57";
}
.hgi-stroke.hgi-calendar-01:before {
  content: "\3f59";
}
.hgi-stroke.hgi-calendar-02:before {
  content: "\3f5b";
}
.hgi-stroke.hgi-calendar-03:before {
  content: "\3f5d";
}
.hgi-stroke.hgi-calendar-04:before {
  content: "\3f5f";
}
.hgi-stroke.hgi-calendar-add-01:before {
  content: "\3f61";
}
.hgi-stroke.hgi-calendar-add-02:before {
  content: "\3f63";
}
.hgi-stroke.hgi-calendar-block-01:before {
  content: "\3f65";
}
.hgi-stroke.hgi-calendar-block-02:before {
  content: "\3f67";
}
.hgi-stroke.hgi-calendar-check-in-01:before {
  content: "\3f69";
}
.hgi-stroke.hgi-calendar-check-in-02:before {
  content: "\3f6b";
}
.hgi-stroke.hgi-calendar-check-out-01:before {
  content: "\3f6d";
}
.hgi-stroke.hgi-calendar-check-out-02:before {
  content: "\3f6f";
}
.hgi-stroke.hgi-calendar-download-01:before {
  content: "\3f71";
}
.hgi-stroke.hgi-calendar-download-02:before {
  content: "\3f73";
}
.hgi-stroke.hgi-calendar-favorite-01:before {
  content: "\3f75";
}
.hgi-stroke.hgi-calendar-favorite-02:before {
  content: "\3f77";
}
.hgi-stroke.hgi-calendar-lock-01:before {
  content: "\3f79";
}
.hgi-stroke.hgi-calendar-lock-02:before {
  content: "\3f7b";
}
.hgi-stroke.hgi-calendar-love-01:before {
  content: "\3f7d";
}
.hgi-stroke.hgi-calendar-love-02:before {
  content: "\3f7f";
}
.hgi-stroke.hgi-calendar-minus-01:before {
  content: "\3f81";
}
.hgi-stroke.hgi-calendar-minus-02:before {
  content: "\3f83";
}
.hgi-stroke.hgi-calendar-remove-01:before {
  content: "\3f85";
}
.hgi-stroke.hgi-calendar-remove-02:before {
  content: "\3f87";
}
.hgi-stroke.hgi-calendar-setting-01:before {
  content: "\3f89";
}
.hgi-stroke.hgi-calendar-setting-02:before {
  content: "\3f8b";
}
.hgi-stroke.hgi-calendar-upload-01:before {
  content: "\3f8d";
}
.hgi-stroke.hgi-calendar-upload-02:before {
  content: "\3f8f";
}
.hgi-stroke.hgi-call-02:before {
  content: "\3f91";
}
.hgi-stroke.hgi-call-add-02:before {
  content: "\3f93";
}
.hgi-stroke.hgi-call-add:before {
  content: "\3f95";
}
.hgi-stroke.hgi-call-blocked-02:before {
  content: "\3f97";
}
.hgi-stroke.hgi-call-blocked:before {
  content: "\3f99";
}
.hgi-stroke.hgi-call-disabled-02:before {
  content: "\3f9b";
}
.hgi-stroke.hgi-call-disabled:before {
  content: "\3f9d";
}
.hgi-stroke.hgi-call-done-02:before {
  content: "\3f9f";
}
.hgi-stroke.hgi-call-done:before {
  content: "\3fa1";
}
.hgi-stroke.hgi-call-end-01:before {
  content: "\3fa3";
}
.hgi-stroke.hgi-call-end-02:before {
  content: "\3fa5";
}
.hgi-stroke.hgi-call-end-03:before {
  content: "\3fa7";
}
.hgi-stroke.hgi-call-end-04:before {
  content: "\3fa9";
}
.hgi-stroke.hgi-call-incoming-01:before {
  content: "\3fab";
}
.hgi-stroke.hgi-call-incoming-02:before {
  content: "\3fad";
}
.hgi-stroke.hgi-call-incoming-03:before {
  content: "\3faf";
}
.hgi-stroke.hgi-call-incoming-04:before {
  content: "\3fb1";
}
.hgi-stroke.hgi-call-internal-02:before {
  content: "\3fb3";
}
.hgi-stroke.hgi-call-internal:before {
  content: "\3fb5";
}
.hgi-stroke.hgi-call-locked-02:before {
  content: "\3fb7";
}
.hgi-stroke.hgi-call-locked:before {
  content: "\3fb9";
}
.hgi-stroke.hgi-call-minus-02:before {
  content: "\3fbb";
}
.hgi-stroke.hgi-call-minus:before {
  content: "\3fbd";
}
.hgi-stroke.hgi-call-missed-01:before {
  content: "\3fbf";
}
.hgi-stroke.hgi-call-missed-02:before {
  content: "\3fc1";
}
.hgi-stroke.hgi-call-missed-03:before {
  content: "\3fc3";
}
.hgi-stroke.hgi-call-missed-04:before {
  content: "\3fc5";
}
.hgi-stroke.hgi-call-outgoing-01:before {
  content: "\3fc7";
}
.hgi-stroke.hgi-call-outgoing-02:before {
  content: "\3fc9";
}
.hgi-stroke.hgi-call-outgoing-03:before {
  content: "\3fcb";
}
.hgi-stroke.hgi-call-outgoing-04:before {
  content: "\3fcd";
}
.hgi-stroke.hgi-call-paused-02:before {
  content: "\3fcf";
}
.hgi-stroke.hgi-call-paused:before {
  content: "\3fd1";
}
.hgi-stroke.hgi-call-received-02:before {
  content: "\3fd3";
}
.hgi-stroke.hgi-call-received:before {
  content: "\3fd5";
}
.hgi-stroke.hgi-call-ringing-01:before {
  content: "\3fd7";
}
.hgi-stroke.hgi-call-ringing-02:before {
  content: "\3fd9";
}
.hgi-stroke.hgi-call-ringing-03:before {
  content: "\3fdb";
}
.hgi-stroke.hgi-call-ringing-04:before {
  content: "\3fdd";
}
.hgi-stroke.hgi-call-unlocked-02:before {
  content: "\3fe0";
}
.hgi-stroke.hgi-call-unlocked:before {
  content: "\3fe2";
}
.hgi-stroke.hgi-call:before {
  content: "\3fe3";
}
.hgi-stroke.hgi-calling-02:before {
  content: "\3fe5";
}
.hgi-stroke.hgi-calling:before {
  content: "\3fe7";
}
.hgi-stroke.hgi-camel:before {
  content: "\3fe9";
}
.hgi-stroke.hgi-camera-01:before {
  content: "\3feb";
}
.hgi-stroke.hgi-camera-02:before {
  content: "\3fed";
}
.hgi-stroke.hgi-camera-add-01:before {
  content: "\3fef";
}
.hgi-stroke.hgi-camera-add-02:before {
  content: "\3ff1";
}
.hgi-stroke.hgi-camera-automatically-01:before {
  content: "\3ff3";
}
.hgi-stroke.hgi-camera-automatically-02:before {
  content: "\3ff5";
}
.hgi-stroke.hgi-camera-lens:before {
  content: "\3ff7";
}
.hgi-stroke.hgi-camera-microphone-01:before {
  content: "\3ff9";
}
.hgi-stroke.hgi-camera-microphone-02:before {
  content: "\3ffb";
}
.hgi-stroke.hgi-camera-night-mode-01:before {
  content: "\3ffd";
}
.hgi-stroke.hgi-camera-night-mode-02:before {
  content: "\3fff";
}
.hgi-stroke.hgi-camera-off-01:before {
  content: "\4001";
}
.hgi-stroke.hgi-camera-off-02:before {
  content: "\4003";
}
.hgi-stroke.hgi-camera-rotated-01:before {
  content: "\4005";
}
.hgi-stroke.hgi-camera-rotated-02:before {
  content: "\4007";
}
.hgi-stroke.hgi-camera-smile-01:before {
  content: "\4009";
}
.hgi-stroke.hgi-camera-smile-02:before {
  content: "\400b";
}
.hgi-stroke.hgi-camera-tripod:before {
  content: "\400d";
}
.hgi-stroke.hgi-camera-video:before {
  content: "\400f";
}
.hgi-stroke.hgi-camper:before {
  content: "\4011";
}
.hgi-stroke.hgi-campfire:before {
  content: "\4013";
}
.hgi-stroke.hgi-cancel-01:before {
  content: "\4015";
}
.hgi-stroke.hgi-cancel-02:before {
  content: "\4017";
}
.hgi-stroke.hgi-cancel-circle-half-dot:before {
  content: "\4019";
}
.hgi-stroke.hgi-cancel-circle:before {
  content: "\401b";
}
.hgi-stroke.hgi-cancel-square:before {
  content: "\401d";
}
.hgi-stroke.hgi-candelier-01:before {
  content: "\401f";
}
.hgi-stroke.hgi-candelier-02:before {
  content: "\4021";
}
.hgi-stroke.hgi-canvas:before {
  content: "\4023";
}
.hgi-stroke.hgi-cap-projecting:before {
  content: "\4025";
}
.hgi-stroke.hgi-cap-round:before {
  content: "\4027";
}
.hgi-stroke.hgi-cap-straight:before {
  content: "\402a";
}
.hgi-stroke.hgi-cap:before {
  content: "\402b";
}
.hgi-stroke.hgi-capcut-rectangle:before {
  content: "\402d";
}
.hgi-stroke.hgi-capcut:before {
  content: "\402f";
}
.hgi-stroke.hgi-car-01:before {
  content: "\4031";
}
.hgi-stroke.hgi-car-02:before {
  content: "\4033";
}
.hgi-stroke.hgi-car-03:before {
  content: "\4035";
}
.hgi-stroke.hgi-car-04:before {
  content: "\4037";
}
.hgi-stroke.hgi-car-05:before {
  content: "\4039";
}
.hgi-stroke.hgi-car-alert:before {
  content: "\403b";
}
.hgi-stroke.hgi-car-parking-01:before {
  content: "\403d";
}
.hgi-stroke.hgi-car-parking-02:before {
  content: "\403f";
}
.hgi-stroke.hgi-car-time:before {
  content: "\4041";
}
.hgi-stroke.hgi-caravan:before {
  content: "\4043";
}
.hgi-stroke.hgi-card-exchange-01:before {
  content: "\4045";
}
.hgi-stroke.hgi-card-exchange-02:before {
  content: "\4047";
}
.hgi-stroke.hgi-cardigan:before {
  content: "\4049";
}
.hgi-stroke.hgi-cardiogram-01:before {
  content: "\404b";
}
.hgi-stroke.hgi-cardiogram-02:before {
  content: "\404d";
}
.hgi-stroke.hgi-cards-01:before {
  content: "\404f";
}
.hgi-stroke.hgi-cards-02:before {
  content: "\4051";
}
.hgi-stroke.hgi-cargo-ship:before {
  content: "\4053";
}
.hgi-stroke.hgi-carousel-horizontal-02:before {
  content: "\4055";
}
.hgi-stroke.hgi-carousel-horizontal:before {
  content: "\4057";
}
.hgi-stroke.hgi-carousel-vertical:before {
  content: "\4059";
}
.hgi-stroke.hgi-carrot:before {
  content: "\405b";
}
.hgi-stroke.hgi-cash-01:before {
  content: "\405d";
}
.hgi-stroke.hgi-cash-02:before {
  content: "\405f";
}
.hgi-stroke.hgi-cashback:before {
  content: "\4061";
}
.hgi-stroke.hgi-cashier-02:before {
  content: "\4063";
}
.hgi-stroke.hgi-cashier:before {
  content: "\4065";
}
.hgi-stroke.hgi-castle-01:before {
  content: "\4067";
}
.hgi-stroke.hgi-castle-02:before {
  content: "\4069";
}
.hgi-stroke.hgi-castle:before {
  content: "\406b";
}
.hgi-stroke.hgi-catalogue:before {
  content: "\406d";
}
.hgi-stroke.hgi-cayan-tower:before {
  content: "\406f";
}
.hgi-stroke.hgi-cctv-camera:before {
  content: "\4071";
}
.hgi-stroke.hgi-cd:before {
  content: "\4073";
}
.hgi-stroke.hgi-cells:before {
  content: "\4075";
}
.hgi-stroke.hgi-cellular-network-offline:before {
  content: "\4077";
}
.hgi-stroke.hgi-cellular-network:before {
  content: "\4079";
}
.hgi-stroke.hgi-celsius:before {
  content: "\407b";
}
.hgi-stroke.hgi-center-focus:before {
  content: "\407d";
}
.hgi-stroke.hgi-central-shaheed-minar:before {
  content: "\407f";
}
.hgi-stroke.hgi-centralized:before {
  content: "\4081";
}
.hgi-stroke.hgi-certificate-01:before {
  content: "\4083";
}
.hgi-stroke.hgi-certificate-02:before {
  content: "\4085";
}
.hgi-stroke.hgi-chair-01:before {
  content: "\4087";
}
.hgi-stroke.hgi-chair-02:before {
  content: "\4089";
}
.hgi-stroke.hgi-chair-03:before {
  content: "\408b";
}
.hgi-stroke.hgi-chair-04:before {
  content: "\408d";
}
.hgi-stroke.hgi-chair-05:before {
  content: "\408f";
}
.hgi-stroke.hgi-chair-barber:before {
  content: "\4091";
}
.hgi-stroke.hgi-champion:before {
  content: "\4093";
}
.hgi-stroke.hgi-change-screen-mode:before {
  content: "\4095";
}
.hgi-stroke.hgi-character-phonetic:before {
  content: "\4097";
}
.hgi-stroke.hgi-charity:before {
  content: "\4099";
}
.hgi-stroke.hgi-chart-01:before {
  content: "\409b";
}
.hgi-stroke.hgi-chart-02:before {
  content: "\409d";
}
.hgi-stroke.hgi-chart-03:before {
  content: "\409f";
}
.hgi-stroke.hgi-chart-average:before {
  content: "\40a1";
}
.hgi-stroke.hgi-chart-bar-line:before {
  content: "\40a3";
}
.hgi-stroke.hgi-chart-breakout-circle:before {
  content: "\40a5";
}
.hgi-stroke.hgi-chart-breakout-square:before {
  content: "\40a7";
}
.hgi-stroke.hgi-chart-bubble-01:before {
  content: "\40a9";
}
.hgi-stroke.hgi-chart-bubble-02:before {
  content: "\40ab";
}
.hgi-stroke.hgi-chart-column:before {
  content: "\40ad";
}
.hgi-stroke.hgi-chart-decrease:before {
  content: "\40af";
}
.hgi-stroke.hgi-chart-down:before {
  content: "\40b1";
}
.hgi-stroke.hgi-chart-evaluation:before {
  content: "\40b3";
}
.hgi-stroke.hgi-chart-high-low:before {
  content: "\40b5";
}
.hgi-stroke.hgi-chart-histogram:before {
  content: "\40b7";
}
.hgi-stroke.hgi-chart-increase:before {
  content: "\40b9";
}
.hgi-stroke.hgi-chart-line-data-01:before {
  content: "\40bb";
}
.hgi-stroke.hgi-chart-line-data-02:before {
  content: "\40bd";
}
.hgi-stroke.hgi-chart-line-data-03:before {
  content: "\40bf";
}
.hgi-stroke.hgi-chart-maximum:before {
  content: "\40c1";
}
.hgi-stroke.hgi-chart-medium:before {
  content: "\40c3";
}
.hgi-stroke.hgi-chart-minimum:before {
  content: "\40c5";
}
.hgi-stroke.hgi-chart-radar:before {
  content: "\40c7";
}
.hgi-stroke.hgi-chart-relationship:before {
  content: "\40c9";
}
.hgi-stroke.hgi-chart-ring:before {
  content: "\40cb";
}
.hgi-stroke.hgi-chart-rose:before {
  content: "\40cd";
}
.hgi-stroke.hgi-chart-scatter:before {
  content: "\40cf";
}
.hgi-stroke.hgi-chart-up:before {
  content: "\40d2";
}
.hgi-stroke.hgi-chart:before {
  content: "\40d3";
}
.hgi-stroke.hgi-chat-bot:before {
  content: "\40d5";
}
.hgi-stroke.hgi-chat-gpt:before {
  content: "\40d7";
}
.hgi-stroke.hgi-chatting-01:before {
  content: "\40d9";
}
.hgi-stroke.hgi-check-list:before {
  content: "\40db";
}
.hgi-stroke.hgi-check-unread-01:before {
  content: "\40dd";
}
.hgi-stroke.hgi-check-unread-02:before {
  content: "\40df";
}
.hgi-stroke.hgi-check-unread-03:before {
  content: "\40e1";
}
.hgi-stroke.hgi-check-unread-04:before {
  content: "\40e3";
}
.hgi-stroke.hgi-checkmark-badge-01:before {
  content: "\40e5";
}
.hgi-stroke.hgi-checkmark-badge-02:before {
  content: "\40e7";
}
.hgi-stroke.hgi-checkmark-badge-03:before {
  content: "\40e9";
}
.hgi-stroke.hgi-checkmark-badge-04:before {
  content: "\40eb";
}
.hgi-stroke.hgi-checkmark-circle-01:before {
  content: "\40ed";
}
.hgi-stroke.hgi-checkmark-circle-02:before {
  content: "\40ef";
}
.hgi-stroke.hgi-checkmark-circle-03:before {
  content: "\40f1";
}
.hgi-stroke.hgi-checkmark-circle-04:before {
  content: "\40f3";
}
.hgi-stroke.hgi-checkmark-square-01:before {
  content: "\40f5";
}
.hgi-stroke.hgi-checkmark-square-02:before {
  content: "\40f7";
}
.hgi-stroke.hgi-checkmark-square-03:before {
  content: "\40f9";
}
.hgi-stroke.hgi-checkmark-square-04:before {
  content: "\40fb";
}
.hgi-stroke.hgi-cheese-cake-01:before {
  content: "\40fd";
}
.hgi-stroke.hgi-cheese-cake-02:before {
  content: "\40ff";
}
.hgi-stroke.hgi-cheese:before {
  content: "\4101";
}
.hgi-stroke.hgi-chef-hat:before {
  content: "\4103";
}
.hgi-stroke.hgi-chef:before {
  content: "\4105";
}
.hgi-stroke.hgi-chemistry-01:before {
  content: "\4107";
}
.hgi-stroke.hgi-chemistry-02:before {
  content: "\4109";
}
.hgi-stroke.hgi-chemistry-03:before {
  content: "\410b";
}
.hgi-stroke.hgi-cherry:before {
  content: "\410d";
}
.hgi-stroke.hgi-chess-01:before {
  content: "\410f";
}
.hgi-stroke.hgi-chess-02:before {
  content: "\4111";
}
.hgi-stroke.hgi-chess-pawn:before {
  content: "\4113";
}
.hgi-stroke.hgi-chicken-thighs:before {
  content: "\4115";
}
.hgi-stroke.hgi-child:before {
  content: "\4117";
}
.hgi-stroke.hgi-chimney:before {
  content: "\4119";
}
.hgi-stroke.hgi-china-temple:before {
  content: "\411b";
}
.hgi-stroke.hgi-chip-02:before {
  content: "\411d";
}
.hgi-stroke.hgi-chip:before {
  content: "\411f";
}
.hgi-stroke.hgi-chocolate:before {
  content: "\4121";
}
.hgi-stroke.hgi-chopsticks:before {
  content: "\4123";
}
.hgi-stroke.hgi-chrome:before {
  content: "\4125";
}
.hgi-stroke.hgi-chrysler:before {
  content: "\4127";
}
.hgi-stroke.hgi-church:before {
  content: "\4129";
}
.hgi-stroke.hgi-cinnamon-roll:before {
  content: "\412b";
}
.hgi-stroke.hgi-circle-arrow-data-transfer-diagonal:before {
  content: "\412d";
}
.hgi-stroke.hgi-circle-arrow-data-transfer-horizontal:before {
  content: "\412f";
}
.hgi-stroke.hgi-circle-arrow-data-transfer-vertical:before {
  content: "\4131";
}
.hgi-stroke.hgi-circle-arrow-diagonal-01:before {
  content: "\4133";
}
.hgi-stroke.hgi-circle-arrow-diagonal-02:before {
  content: "\4135";
}
.hgi-stroke.hgi-circle-arrow-down-01:before {
  content: "\4137";
}
.hgi-stroke.hgi-circle-arrow-down-02:before {
  content: "\4139";
}
.hgi-stroke.hgi-circle-arrow-down-03:before {
  content: "\413b";
}
.hgi-stroke.hgi-circle-arrow-down-double:before {
  content: "\413d";
}
.hgi-stroke.hgi-circle-arrow-down-left:before {
  content: "\413f";
}
.hgi-stroke.hgi-circle-arrow-down-right:before {
  content: "\4141";
}
.hgi-stroke.hgi-circle-arrow-expand-01:before {
  content: "\4143";
}
.hgi-stroke.hgi-circle-arrow-expand-02:before {
  content: "\4145";
}
.hgi-stroke.hgi-circle-arrow-horizontal:before {
  content: "\4147";
}
.hgi-stroke.hgi-circle-arrow-left-01:before {
  content: "\4149";
}
.hgi-stroke.hgi-circle-arrow-left-02:before {
  content: "\414b";
}
.hgi-stroke.hgi-circle-arrow-left-03:before {
  content: "\414d";
}
.hgi-stroke.hgi-circle-arrow-left-double:before {
  content: "\414f";
}
.hgi-stroke.hgi-circle-arrow-left-right:before {
  content: "\4151";
}
.hgi-stroke.hgi-circle-arrow-move-down-left:before {
  content: "\4153";
}
.hgi-stroke.hgi-circle-arrow-move-down-right:before {
  content: "\4155";
}
.hgi-stroke.hgi-circle-arrow-move-left-down:before {
  content: "\4157";
}
.hgi-stroke.hgi-circle-arrow-move-right-down:before {
  content: "\4159";
}
.hgi-stroke.hgi-circle-arrow-move-up-left:before {
  content: "\415b";
}
.hgi-stroke.hgi-circle-arrow-move-up-right:before {
  content: "\415d";
}
.hgi-stroke.hgi-circle-arrow-reload-01:before {
  content: "\415f";
}
.hgi-stroke.hgi-circle-arrow-reload-02:before {
  content: "\4161";
}
.hgi-stroke.hgi-circle-arrow-right-01:before {
  content: "\4163";
}
.hgi-stroke.hgi-circle-arrow-right-02:before {
  content: "\4165";
}
.hgi-stroke.hgi-circle-arrow-right-03:before {
  content: "\4167";
}
.hgi-stroke.hgi-circle-arrow-right-double:before {
  content: "\4169";
}
.hgi-stroke.hgi-circle-arrow-shrink-01:before {
  content: "\416b";
}
.hgi-stroke.hgi-circle-arrow-shrink-02:before {
  content: "\416d";
}
.hgi-stroke.hgi-circle-arrow-up-01:before {
  content: "\416f";
}
.hgi-stroke.hgi-circle-arrow-up-02:before {
  content: "\4171";
}
.hgi-stroke.hgi-circle-arrow-up-03:before {
  content: "\4173";
}
.hgi-stroke.hgi-circle-arrow-up-double:before {
  content: "\4175";
}
.hgi-stroke.hgi-circle-arrow-up-down:before {
  content: "\4177";
}
.hgi-stroke.hgi-circle-arrow-up-left:before {
  content: "\4179";
}
.hgi-stroke.hgi-circle-arrow-up-right:before {
  content: "\417b";
}
.hgi-stroke.hgi-circle-arrow-vertical:before {
  content: "\417d";
}
.hgi-stroke.hgi-circle-lock-01:before {
  content: "\417f";
}
.hgi-stroke.hgi-circle-lock-02:before {
  content: "\4181";
}
.hgi-stroke.hgi-circle-lock-add-01:before {
  content: "\4183";
}
.hgi-stroke.hgi-circle-lock-add-02:before {
  content: "\4185";
}
.hgi-stroke.hgi-circle-lock-check-01:before {
  content: "\4187";
}
.hgi-stroke.hgi-circle-lock-check-02:before {
  content: "\4189";
}
.hgi-stroke.hgi-circle-lock-minus-01:before {
  content: "\418b";
}
.hgi-stroke.hgi-circle-lock-minus-02:before {
  content: "\418d";
}
.hgi-stroke.hgi-circle-lock-remove-01:before {
  content: "\418f";
}
.hgi-stroke.hgi-circle-lock-remove-02:before {
  content: "\4191";
}
.hgi-stroke.hgi-circle-password:before {
  content: "\4193";
}
.hgi-stroke.hgi-circle-unlock-01:before {
  content: "\4196";
}
.hgi-stroke.hgi-circle-unlock-02:before {
  content: "\4198";
}
.hgi-stroke.hgi-circle:before {
  content: "\4199";
}
.hgi-stroke.hgi-city-01:before {
  content: "\419b";
}
.hgi-stroke.hgi-city-02:before {
  content: "\419d";
}
.hgi-stroke.hgi-city-03:before {
  content: "\419f";
}
.hgi-stroke.hgi-clapping-01:before {
  content: "\41a1";
}
.hgi-stroke.hgi-clapping-02:before {
  content: "\41a3";
}
.hgi-stroke.hgi-clean:before {
  content: "\41a5";
}
.hgi-stroke.hgi-cleaning-bucket:before {
  content: "\41a7";
}
.hgi-stroke.hgi-clinic:before {
  content: "\41a9";
}
.hgi-stroke.hgi-clip:before {
  content: "\41ab";
}
.hgi-stroke.hgi-cliparts:before {
  content: "\41ad";
}
.hgi-stroke.hgi-clipboard:before {
  content: "\41af";
}
.hgi-stroke.hgi-clock-01:before {
  content: "\41b1";
}
.hgi-stroke.hgi-clock-02:before {
  content: "\41b3";
}
.hgi-stroke.hgi-clock-03:before {
  content: "\41b5";
}
.hgi-stroke.hgi-clock-04:before {
  content: "\41b7";
}
.hgi-stroke.hgi-clock-05:before {
  content: "\41b9";
}
.hgi-stroke.hgi-closed-caption-alt:before {
  content: "\41bb";
}
.hgi-stroke.hgi-closed-caption:before {
  content: "\41bd";
}
.hgi-stroke.hgi-clothes:before {
  content: "\41bf";
}
.hgi-stroke.hgi-cloud-angled-rain-zap:before {
  content: "\41c2";
}
.hgi-stroke.hgi-cloud-angled-rain:before {
  content: "\41c3";
}
.hgi-stroke.hgi-cloud-angled-zap:before {
  content: "\41c5";
}
.hgi-stroke.hgi-cloud-big-rain:before {
  content: "\41c7";
}
.hgi-stroke.hgi-cloud-download:before {
  content: "\41c9";
}
.hgi-stroke.hgi-cloud-fast-wind:before {
  content: "\41cb";
}
.hgi-stroke.hgi-cloud-hailstone:before {
  content: "\41cd";
}
.hgi-stroke.hgi-cloud-little-rain:before {
  content: "\41cf";
}
.hgi-stroke.hgi-cloud-little-snow:before {
  content: "\41d1";
}
.hgi-stroke.hgi-cloud-loading:before {
  content: "\41d3";
}
.hgi-stroke.hgi-cloud-mid-rain:before {
  content: "\41d5";
}
.hgi-stroke.hgi-cloud-mid-snow:before {
  content: "\41d7";
}
.hgi-stroke.hgi-cloud-saving-done-01:before {
  content: "\41d9";
}
.hgi-stroke.hgi-cloud-saving-done-02:before {
  content: "\41db";
}
.hgi-stroke.hgi-cloud-server:before {
  content: "\41de";
}
.hgi-stroke.hgi-cloud-slow-wind:before {
  content: "\41e0";
}
.hgi-stroke.hgi-cloud-snow:before {
  content: "\41e2";
}
.hgi-stroke.hgi-cloud-upload:before {
  content: "\41e4";
}
.hgi-stroke.hgi-cloud:before {
  content: "\41e5";
}
.hgi-stroke.hgi-clubs-01:before {
  content: "\41e7";
}
.hgi-stroke.hgi-clubs-02:before {
  content: "\41e9";
}
.hgi-stroke.hgi-co-present:before {
  content: "\41eb";
}
.hgi-stroke.hgi-code-circle:before {
  content: "\41ed";
}
.hgi-stroke.hgi-code-folder:before {
  content: "\41ef";
}
.hgi-stroke.hgi-code-square:before {
  content: "\41f2";
}
.hgi-stroke.hgi-code:before {
  content: "\41f3";
}
.hgi-stroke.hgi-codesandbox:before {
  content: "\41f5";
}
.hgi-stroke.hgi-coffee-01:before {
  content: "\41f7";
}
.hgi-stroke.hgi-coffee-02:before {
  content: "\41f9";
}
.hgi-stroke.hgi-coffee-beans:before {
  content: "\41fb";
}
.hgi-stroke.hgi-coinbase:before {
  content: "\41fd";
}
.hgi-stroke.hgi-coins-01:before {
  content: "\41ff";
}
.hgi-stroke.hgi-coins-02:before {
  content: "\4201";
}
.hgi-stroke.hgi-coins-bitcoin:before {
  content: "\4203";
}
.hgi-stroke.hgi-coins-dollar:before {
  content: "\4205";
}
.hgi-stroke.hgi-coins-euro:before {
  content: "\4207";
}
.hgi-stroke.hgi-coins-pound:before {
  content: "\4209";
}
.hgi-stroke.hgi-coins-swap:before {
  content: "\420b";
}
.hgi-stroke.hgi-coins-yen:before {
  content: "\420d";
}
.hgi-stroke.hgi-collections-bookmark:before {
  content: "\420f";
}
.hgi-stroke.hgi-color-picker:before {
  content: "\4211";
}
.hgi-stroke.hgi-colors:before {
  content: "\4213";
}
.hgi-stroke.hgi-colosseum:before {
  content: "\4215";
}
.hgi-stroke.hgi-column-delete:before {
  content: "\4217";
}
.hgi-stroke.hgi-column-insert:before {
  content: "\4219";
}
.hgi-stroke.hgi-comet-01:before {
  content: "\421b";
}
.hgi-stroke.hgi-comet-02:before {
  content: "\421d";
}
.hgi-stroke.hgi-coming-soon-01:before {
  content: "\421f";
}
.hgi-stroke.hgi-coming-soon-02:before {
  content: "\4221";
}
.hgi-stroke.hgi-command-line:before {
  content: "\4223";
}
.hgi-stroke.hgi-command:before {
  content: "\4225";
}
.hgi-stroke.hgi-comment-01:before {
  content: "\4227";
}
.hgi-stroke.hgi-comment-02:before {
  content: "\4229";
}
.hgi-stroke.hgi-comment-add-01:before {
  content: "\422b";
}
.hgi-stroke.hgi-comment-add-02:before {
  content: "\422d";
}
.hgi-stroke.hgi-comment-block-01:before {
  content: "\422f";
}
.hgi-stroke.hgi-comment-block-02:before {
  content: "\4231";
}
.hgi-stroke.hgi-comment-remove-01:before {
  content: "\4233";
}
.hgi-stroke.hgi-comment-remove-02:before {
  content: "\4235";
}
.hgi-stroke.hgi-compass-01:before {
  content: "\4237";
}
.hgi-stroke.hgi-compass:before {
  content: "\4239";
}
.hgi-stroke.hgi-complaint:before {
  content: "\423b";
}
.hgi-stroke.hgi-computer-add:before {
  content: "\423d";
}
.hgi-stroke.hgi-computer-check:before {
  content: "\423f";
}
.hgi-stroke.hgi-computer-cloud:before {
  content: "\4241";
}
.hgi-stroke.hgi-computer-desk-01:before {
  content: "\4243";
}
.hgi-stroke.hgi-computer-desk-02:before {
  content: "\4245";
}
.hgi-stroke.hgi-computer-desk-03:before {
  content: "\4247";
}
.hgi-stroke.hgi-computer-dollar:before {
  content: "\4249";
}
.hgi-stroke.hgi-computer-phone-sync:before {
  content: "\424b";
}
.hgi-stroke.hgi-computer-programming-01:before {
  content: "\424d";
}
.hgi-stroke.hgi-computer-programming-02:before {
  content: "\424f";
}
.hgi-stroke.hgi-computer-protection:before {
  content: "\4251";
}
.hgi-stroke.hgi-computer-remove:before {
  content: "\4253";
}
.hgi-stroke.hgi-computer-settings:before {
  content: "\4256";
}
.hgi-stroke.hgi-computer-video-call:before {
  content: "\4258";
}
.hgi-stroke.hgi-computer-video:before {
  content: "\425a";
}
.hgi-stroke.hgi-computer:before {
  content: "\425b";
}
.hgi-stroke.hgi-cone-01:before {
  content: "\425d";
}
.hgi-stroke.hgi-cone-02:before {
  content: "\425f";
}
.hgi-stroke.hgi-conference:before {
  content: "\4261";
}
.hgi-stroke.hgi-configuration-01:before {
  content: "\4263";
}
.hgi-stroke.hgi-configuration-02:before {
  content: "\4265";
}
.hgi-stroke.hgi-confused:before {
  content: "\4267";
}
.hgi-stroke.hgi-congruent-to-circle:before {
  content: "\4269";
}
.hgi-stroke.hgi-congruent-to-square:before {
  content: "\426c";
}
.hgi-stroke.hgi-congruent-to:before {
  content: "\426d";
}
.hgi-stroke.hgi-connect:before {
  content: "\426f";
}
.hgi-stroke.hgi-console:before {
  content: "\4271";
}
.hgi-stroke.hgi-constellation:before {
  content: "\4273";
}
.hgi-stroke.hgi-contact-01:before {
  content: "\4275";
}
.hgi-stroke.hgi-contact-02:before {
  content: "\4277";
}
.hgi-stroke.hgi-contact-book:before {
  content: "\4279";
}
.hgi-stroke.hgi-contact:before {
  content: "\427b";
}
.hgi-stroke.hgi-container-truck-01:before {
  content: "\427d";
}
.hgi-stroke.hgi-container-truck-02:before {
  content: "\427f";
}
.hgi-stroke.hgi-container-truck:before {
  content: "\4281";
}
.hgi-stroke.hgi-content-writing:before {
  content: "\4283";
}
.hgi-stroke.hgi-contracts:before {
  content: "\4285";
}
.hgi-stroke.hgi-conversation:before {
  content: "\4287";
}
.hgi-stroke.hgi-cook-book:before {
  content: "\4289";
}
.hgi-stroke.hgi-cookie:before {
  content: "\428b";
}
.hgi-stroke.hgi-coordinate-01:before {
  content: "\428d";
}
.hgi-stroke.hgi-coordinate-02:before {
  content: "\428f";
}
.hgi-stroke.hgi-copilot:before {
  content: "\4291";
}
.hgi-stroke.hgi-copy-01:before {
  content: "\4293";
}
.hgi-stroke.hgi-copy-02:before {
  content: "\4295";
}
.hgi-stroke.hgi-copy-link:before {
  content: "\4297";
}
.hgi-stroke.hgi-copyright:before {
  content: "\4299";
}
.hgi-stroke.hgi-corn:before {
  content: "\429b";
}
.hgi-stroke.hgi-corporate:before {
  content: "\429d";
}
.hgi-stroke.hgi-cos:before {
  content: "\429f";
}
.hgi-stroke.hgi-cosine-01:before {
  content: "\42a1";
}
.hgi-stroke.hgi-cosine-02:before {
  content: "\42a3";
}
.hgi-stroke.hgi-cottage:before {
  content: "\42a5";
}
.hgi-stroke.hgi-cotton-candy:before {
  content: "\42a7";
}
.hgi-stroke.hgi-coupon-01:before {
  content: "\42a9";
}
.hgi-stroke.hgi-coupon-02:before {
  content: "\42ab";
}
.hgi-stroke.hgi-coupon-03:before {
  content: "\42ad";
}
.hgi-stroke.hgi-coupon-percent:before {
  content: "\42af";
}
.hgi-stroke.hgi-course:before {
  content: "\42b1";
}
.hgi-stroke.hgi-court-house:before {
  content: "\42b3";
}
.hgi-stroke.hgi-court-law:before {
  content: "\42b5";
}
.hgi-stroke.hgi-covariate:before {
  content: "\42b7";
}
.hgi-stroke.hgi-covid-info:before {
  content: "\42b9";
}
.hgi-stroke.hgi-cowboy-hat:before {
  content: "\42bb";
}
.hgi-stroke.hgi-cpp:before {
  content: "\42bd";
}
.hgi-stroke.hgi-cpu-charge:before {
  content: "\42bf";
}
.hgi-stroke.hgi-cpu-settings:before {
  content: "\42c2";
}
.hgi-stroke.hgi-cpu:before {
  content: "\42c3";
}
.hgi-stroke.hgi-crab:before {
  content: "\42c5";
}
.hgi-stroke.hgi-crane:before {
  content: "\42c7";
}
.hgi-stroke.hgi-crazy:before {
  content: "\42c9";
}
.hgi-stroke.hgi-creative-market:before {
  content: "\42cb";
}
.hgi-stroke.hgi-credit-card-accept:before {
  content: "\42cd";
}
.hgi-stroke.hgi-credit-card-add:before {
  content: "\42cf";
}
.hgi-stroke.hgi-credit-card-change:before {
  content: "\42d1";
}
.hgi-stroke.hgi-credit-card-defrost:before {
  content: "\42d3";
}
.hgi-stroke.hgi-credit-card-freeze:before {
  content: "\42d5";
}
.hgi-stroke.hgi-credit-card-not-accept:before {
  content: "\42d7";
}
.hgi-stroke.hgi-credit-card-not-found:before {
  content: "\42d9";
}
.hgi-stroke.hgi-credit-card-pos:before {
  content: "\42db";
}
.hgi-stroke.hgi-credit-card-validation:before {
  content: "\42de";
}
.hgi-stroke.hgi-credit-card:before {
  content: "\42df";
}
.hgi-stroke.hgi-cricket-bat:before {
  content: "\42e1";
}
.hgi-stroke.hgi-cricket-helmet:before {
  content: "\42e3";
}
.hgi-stroke.hgi-croissant:before {
  content: "\42e5";
}
.hgi-stroke.hgi-crop:before {
  content: "\42e7";
}
.hgi-stroke.hgi-crowdfunding:before {
  content: "\42e9";
}
.hgi-stroke.hgi-crown:before {
  content: "\42eb";
}
.hgi-stroke.hgi-crying:before {
  content: "\42ed";
}
.hgi-stroke.hgi-csv-01:before {
  content: "\42ef";
}
.hgi-stroke.hgi-csv-02:before {
  content: "\42f1";
}
.hgi-stroke.hgi-cube:before {
  content: "\42f3";
}
.hgi-stroke.hgi-cupcake-01:before {
  content: "\42f5";
}
.hgi-stroke.hgi-cupcake-02:before {
  content: "\42f7";
}
.hgi-stroke.hgi-cupcake-03:before {
  content: "\42f9";
}
.hgi-stroke.hgi-curling:before {
  content: "\42fb";
}
.hgi-stroke.hgi-cursor-01:before {
  content: "\42fd";
}
.hgi-stroke.hgi-cursor-02:before {
  content: "\42ff";
}
.hgi-stroke.hgi-cursor-add-selection-01:before {
  content: "\4301";
}
.hgi-stroke.hgi-cursor-add-selection-02:before {
  content: "\4303";
}
.hgi-stroke.hgi-cursor-circle-selection-01:before {
  content: "\4305";
}
.hgi-stroke.hgi-cursor-circle-selection-02:before {
  content: "\4307";
}
.hgi-stroke.hgi-cursor-disabled-01:before {
  content: "\4309";
}
.hgi-stroke.hgi-cursor-disabled-02:before {
  content: "\430b";
}
.hgi-stroke.hgi-cursor-edit-01:before {
  content: "\430d";
}
.hgi-stroke.hgi-cursor-edit-02:before {
  content: "\430f";
}
.hgi-stroke.hgi-cursor-hold-01:before {
  content: "\4311";
}
.hgi-stroke.hgi-cursor-hold-02:before {
  content: "\4313";
}
.hgi-stroke.hgi-cursor-in-window:before {
  content: "\4315";
}
.hgi-stroke.hgi-cursor-info-01:before {
  content: "\4317";
}
.hgi-stroke.hgi-cursor-info-02:before {
  content: "\4319";
}
.hgi-stroke.hgi-cursor-loading-01:before {
  content: "\431b";
}
.hgi-stroke.hgi-cursor-loading-02:before {
  content: "\431d";
}
.hgi-stroke.hgi-cursor-magic-selection-01:before {
  content: "\431f";
}
.hgi-stroke.hgi-cursor-magic-selection-02:before {
  content: "\4321";
}
.hgi-stroke.hgi-cursor-move-01:before {
  content: "\4323";
}
.hgi-stroke.hgi-cursor-move-02:before {
  content: "\4325";
}
.hgi-stroke.hgi-cursor-pointer-01:before {
  content: "\4327";
}
.hgi-stroke.hgi-cursor-pointer-02:before {
  content: "\4329";
}
.hgi-stroke.hgi-cursor-progress-01:before {
  content: "\432b";
}
.hgi-stroke.hgi-cursor-progress-02:before {
  content: "\432d";
}
.hgi-stroke.hgi-cursor-progress-03:before {
  content: "\432f";
}
.hgi-stroke.hgi-cursor-progress-04:before {
  content: "\4331";
}
.hgi-stroke.hgi-cursor-rectangle-selection-01:before {
  content: "\4333";
}
.hgi-stroke.hgi-cursor-rectangle-selection-02:before {
  content: "\4335";
}
.hgi-stroke.hgi-cursor-remove-selection-01:before {
  content: "\4337";
}
.hgi-stroke.hgi-cursor-remove-selection-02:before {
  content: "\4339";
}
.hgi-stroke.hgi-cursor-text:before {
  content: "\433b";
}
.hgi-stroke.hgi-curtains:before {
  content: "\433d";
}
.hgi-stroke.hgi-curvy-left-direction:before {
  content: "\433f";
}
.hgi-stroke.hgi-curvy-left-right-direction:before {
  content: "\4341";
}
.hgi-stroke.hgi-curvy-right-direction:before {
  content: "\4343";
}
.hgi-stroke.hgi-curvy-up-down-direction:before {
  content: "\4345";
}
.hgi-stroke.hgi-custom-field:before {
  content: "\4347";
}
.hgi-stroke.hgi-customer-service-01:before {
  content: "\4349";
}
.hgi-stroke.hgi-customer-service-02:before {
  content: "\434b";
}
.hgi-stroke.hgi-customer-service:before {
  content: "\434d";
}
.hgi-stroke.hgi-customer-support:before {
  content: "\434f";
}
.hgi-stroke.hgi-customize:before {
  content: "\4351";
}
.hgi-stroke.hgi-cylinder-01:before {
  content: "\4353";
}
.hgi-stroke.hgi-cylinder-02:before {
  content: "\4355";
}
.hgi-stroke.hgi-cylinder-03:before {
  content: "\4357";
}
.hgi-stroke.hgi-cylinder-04:before {
  content: "\4359";
}
.hgi-stroke.hgi-danger:before {
  content: "\435b";
}
.hgi-stroke.hgi-dark-mode:before {
  content: "\435d";
}
.hgi-stroke.hgi-dart:before {
  content: "\435f";
}
.hgi-stroke.hgi-dashboard-browsing:before {
  content: "\4361";
}
.hgi-stroke.hgi-dashboard-circle-add:before {
  content: "\4363";
}
.hgi-stroke.hgi-dashboard-circle-edit:before {
  content: "\4365";
}
.hgi-stroke.hgi-dashboard-circle-remove:before {
  content: "\4367";
}
.hgi-stroke.hgi-dashboard-circle-settings:before {
  content: "\436a";
}
.hgi-stroke.hgi-dashboard-circle:before {
  content: "\436b";
}
.hgi-stroke.hgi-dashboard-speed-01:before {
  content: "\436d";
}
.hgi-stroke.hgi-dashboard-speed-02:before {
  content: "\436f";
}
.hgi-stroke.hgi-dashboard-square-01:before {
  content: "\4371";
}
.hgi-stroke.hgi-dashboard-square-02:before {
  content: "\4373";
}
.hgi-stroke.hgi-dashboard-square-03:before {
  content: "\4375";
}
.hgi-stroke.hgi-dashboard-square-add:before {
  content: "\4377";
}
.hgi-stroke.hgi-dashboard-square-edit:before {
  content: "\4379";
}
.hgi-stroke.hgi-dashboard-square-remove:before {
  content: "\437b";
}
.hgi-stroke.hgi-dashboard-square-setting:before {
  content: "\437d";
}
.hgi-stroke.hgi-dashed-line-01:before {
  content: "\437f";
}
.hgi-stroke.hgi-dashed-line-02:before {
  content: "\4381";
}
.hgi-stroke.hgi-dashed-line-circle:before {
  content: "\4383";
}
.hgi-stroke.hgi-data-recovery:before {
  content: "\4385";
}
.hgi-stroke.hgi-database-01:before {
  content: "\4387";
}
.hgi-stroke.hgi-database-02:before {
  content: "\4389";
}
.hgi-stroke.hgi-database-add:before {
  content: "\438b";
}
.hgi-stroke.hgi-database-export:before {
  content: "\438d";
}
.hgi-stroke.hgi-database-import:before {
  content: "\438f";
}
.hgi-stroke.hgi-database-locked:before {
  content: "\4391";
}
.hgi-stroke.hgi-database-restore:before {
  content: "\4393";
}
.hgi-stroke.hgi-database-setting:before {
  content: "\4396";
}
.hgi-stroke.hgi-database-sync-01:before {
  content: "\4398";
}
.hgi-stroke.hgi-database-sync:before {
  content: "\439a";
}
.hgi-stroke.hgi-database:before {
  content: "\439b";
}
.hgi-stroke.hgi-date-time:before {
  content: "\439d";
}
.hgi-stroke.hgi-dates:before {
  content: "\439f";
}
.hgi-stroke.hgi-datev:before {
  content: "\43a1";
}
.hgi-stroke.hgi-dead:before {
  content: "\43a3";
}
.hgi-stroke.hgi-delete-01:before {
  content: "\43a5";
}
.hgi-stroke.hgi-delete-02:before {
  content: "\43a7";
}
.hgi-stroke.hgi-delete-03:before {
  content: "\43a9";
}
.hgi-stroke.hgi-delete-04:before {
  content: "\43ab";
}
.hgi-stroke.hgi-delete-column:before {
  content: "\43ad";
}
.hgi-stroke.hgi-delete-put-back:before {
  content: "\43af";
}
.hgi-stroke.hgi-delete-row:before {
  content: "\43b1";
}
.hgi-stroke.hgi-delete-throw:before {
  content: "\43b3";
}
.hgi-stroke.hgi-delivered-sent:before {
  content: "\43b5";
}
.hgi-stroke.hgi-delivery-box-01:before {
  content: "\43b7";
}
.hgi-stroke.hgi-delivery-box-02:before {
  content: "\43b9";
}
.hgi-stroke.hgi-delivery-delay-01:before {
  content: "\43bb";
}
.hgi-stroke.hgi-delivery-delay-02:before {
  content: "\43bd";
}
.hgi-stroke.hgi-delivery-return-01:before {
  content: "\43bf";
}
.hgi-stroke.hgi-delivery-return-02:before {
  content: "\43c1";
}
.hgi-stroke.hgi-delivery-secure-01:before {
  content: "\43c3";
}
.hgi-stroke.hgi-delivery-secure-02:before {
  content: "\43c5";
}
.hgi-stroke.hgi-delivery-sent-01:before {
  content: "\43c7";
}
.hgi-stroke.hgi-delivery-sent-02:before {
  content: "\43c9";
}
.hgi-stroke.hgi-delivery-tracking-01:before {
  content: "\43cb";
}
.hgi-stroke.hgi-delivery-tracking-02:before {
  content: "\43cd";
}
.hgi-stroke.hgi-delivery-truck-01:before {
  content: "\43cf";
}
.hgi-stroke.hgi-delivery-truck-02:before {
  content: "\43d1";
}
.hgi-stroke.hgi-delivery-view-01:before {
  content: "\43d3";
}
.hgi-stroke.hgi-delivery-view-02:before {
  content: "\43d5";
}
.hgi-stroke.hgi-dental-braces:before {
  content: "\43d7";
}
.hgi-stroke.hgi-dental-broken-tooth:before {
  content: "\43d9";
}
.hgi-stroke.hgi-dental-care:before {
  content: "\43db";
}
.hgi-stroke.hgi-dental-tooth:before {
  content: "\43dd";
}
.hgi-stroke.hgi-departement:before {
  content: "\43df";
}
.hgi-stroke.hgi-desert:before {
  content: "\43e1";
}
.hgi-stroke.hgi-desk-01:before {
  content: "\43e3";
}
.hgi-stroke.hgi-desk-02:before {
  content: "\43e5";
}
.hgi-stroke.hgi-desk:before {
  content: "\43e7";
}
.hgi-stroke.hgi-developer:before {
  content: "\43e9";
}
.hgi-stroke.hgi-deviantart:before {
  content: "\43eb";
}
.hgi-stroke.hgi-device-access:before {
  content: "\43ed";
}
.hgi-stroke.hgi-diagonal-scroll-point-01:before {
  content: "\43ef";
}
.hgi-stroke.hgi-diagonal-scroll-point-02:before {
  content: "\43f1";
}
.hgi-stroke.hgi-dialpad-circle-01:before {
  content: "\43f3";
}
.hgi-stroke.hgi-dialpad-circle-02:before {
  content: "\43f5";
}
.hgi-stroke.hgi-dialpad-square-01:before {
  content: "\43f7";
}
.hgi-stroke.hgi-dialpad-square-02:before {
  content: "\43f9";
}
.hgi-stroke.hgi-diameter:before {
  content: "\43fb";
}
.hgi-stroke.hgi-diamond-01:before {
  content: "\43fd";
}
.hgi-stroke.hgi-diamond-02:before {
  content: "\43ff";
}
.hgi-stroke.hgi-diamond:before {
  content: "\4401";
}
.hgi-stroke.hgi-diaper:before {
  content: "\4403";
}
.hgi-stroke.hgi-dice-faces-01:before {
  content: "\4405";
}
.hgi-stroke.hgi-dice-faces-02:before {
  content: "\4407";
}
.hgi-stroke.hgi-dice-faces-03:before {
  content: "\4409";
}
.hgi-stroke.hgi-dice-faces-04:before {
  content: "\440b";
}
.hgi-stroke.hgi-dice-faces-05:before {
  content: "\440d";
}
.hgi-stroke.hgi-dice-faces-06:before {
  content: "\440f";
}
.hgi-stroke.hgi-dice:before {
  content: "\4411";
}
.hgi-stroke.hgi-digestion:before {
  content: "\4413";
}
.hgi-stroke.hgi-digg:before {
  content: "\4415";
}
.hgi-stroke.hgi-digital-clock:before {
  content: "\4417";
}
.hgi-stroke.hgi-dim-sum-01:before {
  content: "\4419";
}
.hgi-stroke.hgi-dim-sum-02:before {
  content: "\441b";
}
.hgi-stroke.hgi-dining-table:before {
  content: "\441d";
}
.hgi-stroke.hgi-diploma:before {
  content: "\441f";
}
.hgi-stroke.hgi-direction-left-01:before {
  content: "\4421";
}
.hgi-stroke.hgi-direction-left-02:before {
  content: "\4423";
}
.hgi-stroke.hgi-direction-right-01:before {
  content: "\4425";
}
.hgi-stroke.hgi-direction-right-02:before {
  content: "\4427";
}
.hgi-stroke.hgi-directions-01:before {
  content: "\4429";
}
.hgi-stroke.hgi-directions-02:before {
  content: "\442b";
}
.hgi-stroke.hgi-dirham:before {
  content: "\442d";
}
.hgi-stroke.hgi-disability-01:before {
  content: "\442f";
}
.hgi-stroke.hgi-disability-02:before {
  content: "\4431";
}
.hgi-stroke.hgi-discord:before {
  content: "\4433";
}
.hgi-stroke.hgi-discount-01:before {
  content: "\4435";
}
.hgi-stroke.hgi-discount-tag-01:before {
  content: "\4438";
}
.hgi-stroke.hgi-discount-tag-02:before {
  content: "\443a";
}
.hgi-stroke.hgi-discount:before {
  content: "\443b";
}
.hgi-stroke.hgi-discover-circle:before {
  content: "\443d";
}
.hgi-stroke.hgi-discover-square:before {
  content: "\443f";
}
.hgi-stroke.hgi-dish-01:before {
  content: "\4441";
}
.hgi-stroke.hgi-dish-02:before {
  content: "\4443";
}
.hgi-stroke.hgi-dish-washer:before {
  content: "\4445";
}
.hgi-stroke.hgi-displeased:before {
  content: "\4447";
}
.hgi-stroke.hgi-distribute-horizontal-center:before {
  content: "\4449";
}
.hgi-stroke.hgi-distribute-horizontal-left:before {
  content: "\444b";
}
.hgi-stroke.hgi-distribute-horizontal-right:before {
  content: "\444d";
}
.hgi-stroke.hgi-distribute-vertical-bottom:before {
  content: "\444f";
}
.hgi-stroke.hgi-distribute-vertical-center:before {
  content: "\4451";
}
.hgi-stroke.hgi-distribute-vertical-top:before {
  content: "\4453";
}
.hgi-stroke.hgi-distribution:before {
  content: "\4455";
}
.hgi-stroke.hgi-divide-sign-circle:before {
  content: "\4457";
}
.hgi-stroke.hgi-divide-sign-square:before {
  content: "\445a";
}
.hgi-stroke.hgi-divide-sign:before {
  content: "\445b";
}
.hgi-stroke.hgi-dna-01:before {
  content: "\445d";
}
.hgi-stroke.hgi-dna:before {
  content: "\445f";
}
.hgi-stroke.hgi-do-not-touch-01:before {
  content: "\4461";
}
.hgi-stroke.hgi-do-not-touch-02:before {
  content: "\4463";
}
.hgi-stroke.hgi-doc-01:before {
  content: "\4465";
}
.hgi-stroke.hgi-doc-02:before {
  content: "\4467";
}
.hgi-stroke.hgi-doctor-01:before {
  content: "\4469";
}
.hgi-stroke.hgi-doctor-02:before {
  content: "\446b";
}
.hgi-stroke.hgi-doctor-03:before {
  content: "\446d";
}
.hgi-stroke.hgi-document-attachment:before {
  content: "\446f";
}
.hgi-stroke.hgi-document-code:before {
  content: "\4471";
}
.hgi-stroke.hgi-document-validation:before {
  content: "\4473";
}
.hgi-stroke.hgi-dollar-01:before {
  content: "\4475";
}
.hgi-stroke.hgi-dollar-02:before {
  content: "\4477";
}
.hgi-stroke.hgi-dollar-circle:before {
  content: "\4479";
}
.hgi-stroke.hgi-dollar-receive-01:before {
  content: "\447b";
}
.hgi-stroke.hgi-dollar-receive-02:before {
  content: "\447d";
}
.hgi-stroke.hgi-dollar-send-01:before {
  content: "\447f";
}
.hgi-stroke.hgi-dollar-send-02:before {
  content: "\4481";
}
.hgi-stroke.hgi-dollar-square:before {
  content: "\4483";
}
.hgi-stroke.hgi-dome:before {
  content: "\4485";
}
.hgi-stroke.hgi-domino:before {
  content: "\4487";
}
.hgi-stroke.hgi-door-01:before {
  content: "\4489";
}
.hgi-stroke.hgi-door-02:before {
  content: "\448b";
}
.hgi-stroke.hgi-door-lock:before {
  content: "\448d";
}
.hgi-stroke.hgi-door:before {
  content: "\448f";
}
.hgi-stroke.hgi-doughnut:before {
  content: "\4491";
}
.hgi-stroke.hgi-download-01:before {
  content: "\4493";
}
.hgi-stroke.hgi-download-02:before {
  content: "\4495";
}
.hgi-stroke.hgi-download-03:before {
  content: "\4497";
}
.hgi-stroke.hgi-download-04:before {
  content: "\4499";
}
.hgi-stroke.hgi-download-05:before {
  content: "\449b";
}
.hgi-stroke.hgi-download-circle-01:before {
  content: "\449d";
}
.hgi-stroke.hgi-download-circle-02:before {
  content: "\449f";
}
.hgi-stroke.hgi-download-square-01:before {
  content: "\44a1";
}
.hgi-stroke.hgi-download-square-02:before {
  content: "\44a3";
}
.hgi-stroke.hgi-drag-01:before {
  content: "\44a5";
}
.hgi-stroke.hgi-drag-02:before {
  content: "\44a7";
}
.hgi-stroke.hgi-drag-03:before {
  content: "\44a9";
}
.hgi-stroke.hgi-drag-04:before {
  content: "\44ab";
}
.hgi-stroke.hgi-drag-drop-horizontal:before {
  content: "\44ad";
}
.hgi-stroke.hgi-drag-drop-vertical:before {
  content: "\44b0";
}
.hgi-stroke.hgi-drag-drop:before {
  content: "\44b1";
}
.hgi-stroke.hgi-drag-left-01:before {
  content: "\44b3";
}
.hgi-stroke.hgi-drag-left-02:before {
  content: "\44b5";
}
.hgi-stroke.hgi-drag-left-03:before {
  content: "\44b7";
}
.hgi-stroke.hgi-drag-left-04:before {
  content: "\44b9";
}
.hgi-stroke.hgi-drag-right-01:before {
  content: "\44bb";
}
.hgi-stroke.hgi-drag-right-02:before {
  content: "\44bd";
}
.hgi-stroke.hgi-drag-right-03:before {
  content: "\44bf";
}
.hgi-stroke.hgi-drag-right-04:before {
  content: "\44c1";
}
.hgi-stroke.hgi-drawing-compass:before {
  content: "\44c3";
}
.hgi-stroke.hgi-drawing-mode:before {
  content: "\44c5";
}
.hgi-stroke.hgi-dress-01:before {
  content: "\44c7";
}
.hgi-stroke.hgi-dress-02:before {
  content: "\44c9";
}
.hgi-stroke.hgi-dress-03:before {
  content: "\44cb";
}
.hgi-stroke.hgi-dress-04:before {
  content: "\44cd";
}
.hgi-stroke.hgi-dress-05:before {
  content: "\44cf";
}
.hgi-stroke.hgi-dress-06:before {
  content: "\44d1";
}
.hgi-stroke.hgi-dress-07:before {
  content: "\44d3";
}
.hgi-stroke.hgi-dressing-table-01:before {
  content: "\44d5";
}
.hgi-stroke.hgi-dressing-table-02:before {
  content: "\44d7";
}
.hgi-stroke.hgi-dressing-table-03:before {
  content: "\44d9";
}
.hgi-stroke.hgi-dribbble:before {
  content: "\44db";
}
.hgi-stroke.hgi-drink:before {
  content: "\44dd";
}
.hgi-stroke.hgi-drone:before {
  content: "\44df";
}
.hgi-stroke.hgi-drooling:before {
  content: "\44e1";
}
.hgi-stroke.hgi-dropbox:before {
  content: "\44e3";
}
.hgi-stroke.hgi-droplet:before {
  content: "\44e5";
}
.hgi-stroke.hgi-dropper:before {
  content: "\44e7";
}
.hgi-stroke.hgi-ds3-tool:before {
  content: "\44e9";
}
.hgi-stroke.hgi-dua:before {
  content: "\44eb";
}
.hgi-stroke.hgi-dumbbell-01:before {
  content: "\44ed";
}
.hgi-stroke.hgi-dumbbell-02:before {
  content: "\44ef";
}
.hgi-stroke.hgi-dumbbell-03:before {
  content: "\44f1";
}
.hgi-stroke.hgi-ear-rings-01:before {
  content: "\44f3";
}
.hgi-stroke.hgi-ear-rings-02:before {
  content: "\44f5";
}
.hgi-stroke.hgi-ear-rings-03:before {
  content: "\44f7";
}
.hgi-stroke.hgi-ear:before {
  content: "\44f9";
}
.hgi-stroke.hgi-earth:before {
  content: "\44fb";
}
.hgi-stroke.hgi-ease-curve-control-points:before {
  content: "\44fd";
}
.hgi-stroke.hgi-ease-in-control-point:before {
  content: "\44ff";
}
.hgi-stroke.hgi-ease-in-out:before {
  content: "\4501";
}
.hgi-stroke.hgi-ease-in:before {
  content: "\4503";
}
.hgi-stroke.hgi-ease-out-control-point:before {
  content: "\4505";
}
.hgi-stroke.hgi-ease-out:before {
  content: "\4507";
}
.hgi-stroke.hgi-eco-energy:before {
  content: "\4509";
}
.hgi-stroke.hgi-eco-lab-01:before {
  content: "\450b";
}
.hgi-stroke.hgi-eco-lab-02:before {
  content: "\450d";
}
.hgi-stroke.hgi-eco-lab:before {
  content: "\450f";
}
.hgi-stroke.hgi-eco-power:before {
  content: "\4511";
}
.hgi-stroke.hgi-edge-style:before {
  content: "\4513";
}
.hgi-stroke.hgi-edit-01:before {
  content: "\4515";
}
.hgi-stroke.hgi-edit-02:before {
  content: "\4517";
}
.hgi-stroke.hgi-edit-off:before {
  content: "\4519";
}
.hgi-stroke.hgi-edit-road:before {
  content: "\451b";
}
.hgi-stroke.hgi-edit-table:before {
  content: "\451d";
}
.hgi-stroke.hgi-edit-user-02:before {
  content: "\451f";
}
.hgi-stroke.hgi-eggs:before {
  content: "\4521";
}
.hgi-stroke.hgi-eid-mubarak:before {
  content: "\4523";
}
.hgi-stroke.hgi-eiffel-tower:before {
  content: "\4525";
}
.hgi-stroke.hgi-elearning-exchange:before {
  content: "\4527";
}
.hgi-stroke.hgi-electric-home-01:before {
  content: "\4529";
}
.hgi-stroke.hgi-electric-home-02:before {
  content: "\452b";
}
.hgi-stroke.hgi-electric-plugs:before {
  content: "\452d";
}
.hgi-stroke.hgi-electric-tower-01:before {
  content: "\452f";
}
.hgi-stroke.hgi-electric-tower-02:before {
  content: "\4531";
}
.hgi-stroke.hgi-electric-wire:before {
  content: "\4533";
}
.hgi-stroke.hgi-ellipse-selection:before {
  content: "\4535";
}
.hgi-stroke.hgi-encrypt:before {
  content: "\4537";
}
.hgi-stroke.hgi-energy-ellipse:before {
  content: "\4539";
}
.hgi-stroke.hgi-energy-rectangle:before {
  content: "\453b";
}
.hgi-stroke.hgi-energy:before {
  content: "\453d";
}
.hgi-stroke.hgi-entering-geo-fence:before {
  content: "\453f";
}
.hgi-stroke.hgi-entrance-stairs:before {
  content: "\4541";
}
.hgi-stroke.hgi-envato:before {
  content: "\4543";
}
.hgi-stroke.hgi-equal-sign-circle:before {
  content: "\4545";
}
.hgi-stroke.hgi-equal-sign-square:before {
  content: "\4548";
}
.hgi-stroke.hgi-equal-sign:before {
  content: "\4549";
}
.hgi-stroke.hgi-equipment-bench-press:before {
  content: "\454b";
}
.hgi-stroke.hgi-equipment-chest-press:before {
  content: "\454d";
}
.hgi-stroke.hgi-equipment-gym-01:before {
  content: "\454f";
}
.hgi-stroke.hgi-equipment-gym-02:before {
  content: "\4551";
}
.hgi-stroke.hgi-equipment-gym-03:before {
  content: "\4553";
}
.hgi-stroke.hgi-equipment-weightlifting:before {
  content: "\4555";
}
.hgi-stroke.hgi-eraser-01:before {
  content: "\4557";
}
.hgi-stroke.hgi-eraser-add:before {
  content: "\4559";
}
.hgi-stroke.hgi-eraser-auto:before {
  content: "\455b";
}
.hgi-stroke.hgi-eraser:before {
  content: "\455d";
}
.hgi-stroke.hgi-estimate-01:before {
  content: "\455f";
}
.hgi-stroke.hgi-estimate-02:before {
  content: "\4561";
}
.hgi-stroke.hgi-ethereum-ellipse:before {
  content: "\4563";
}
.hgi-stroke.hgi-ethereum-rectangle:before {
  content: "\4565";
}
.hgi-stroke.hgi-ethereum:before {
  content: "\4567";
}
.hgi-stroke.hgi-euro-circle:before {
  content: "\4569";
}
.hgi-stroke.hgi-euro-receive:before {
  content: "\456b";
}
.hgi-stroke.hgi-euro-send:before {
  content: "\456e";
}
.hgi-stroke.hgi-euro-square:before {
  content: "\4570";
}
.hgi-stroke.hgi-euro:before {
  content: "\4571";
}
.hgi-stroke.hgi-ev-charging:before {
  content: "\4573";
}
.hgi-stroke.hgi-evil:before {
  content: "\4575";
}
.hgi-stroke.hgi-exchange-01:before {
  content: "\4577";
}
.hgi-stroke.hgi-exchange-02:before {
  content: "\4579";
}
.hgi-stroke.hgi-exchange-03:before {
  content: "\457b";
}
.hgi-stroke.hgi-expander:before {
  content: "\457d";
}
.hgi-stroke.hgi-external-drive:before {
  content: "\457f";
}
.hgi-stroke.hgi-eye:before {
  content: "\4581";
}
.hgi-stroke.hgi-face-id:before {
  content: "\4583";
}
.hgi-stroke.hgi-facebook-01:before {
  content: "\4585";
}
.hgi-stroke.hgi-facebook-02:before {
  content: "\4587";
}
.hgi-stroke.hgi-factory-01:before {
  content: "\4589";
}
.hgi-stroke.hgi-factory-02:before {
  content: "\458b";
}
.hgi-stroke.hgi-factory:before {
  content: "\458d";
}
.hgi-stroke.hgi-fahrenheit:before {
  content: "\458f";
}
.hgi-stroke.hgi-falling-star:before {
  content: "\4591";
}
.hgi-stroke.hgi-fast-wind:before {
  content: "\4593";
}
.hgi-stroke.hgi-favourite-circle:before {
  content: "\4595";
}
.hgi-stroke.hgi-favourite-square:before {
  content: "\4598";
}
.hgi-stroke.hgi-favourite:before {
  content: "\4599";
}
.hgi-stroke.hgi-feather:before {
  content: "\459b";
}
.hgi-stroke.hgi-female-02:before {
  content: "\459d";
}
.hgi-stroke.hgi-female-symbol:before {
  content: "\459f";
}
.hgi-stroke.hgi-fencing-mask:before {
  content: "\45a1";
}
.hgi-stroke.hgi-fencing:before {
  content: "\45a3";
}
.hgi-stroke.hgi-ferris-wheel:before {
  content: "\45a5";
}
.hgi-stroke.hgi-ferry-boat:before {
  content: "\45a7";
}
.hgi-stroke.hgi-figma:before {
  content: "\45a9";
}
.hgi-stroke.hgi-file-01:before {
  content: "\45ab";
}
.hgi-stroke.hgi-file-02:before {
  content: "\45ad";
}
.hgi-stroke.hgi-file-add:before {
  content: "\45af";
}
.hgi-stroke.hgi-file-attachment:before {
  content: "\45b1";
}
.hgi-stroke.hgi-file-audio:before {
  content: "\45b3";
}
.hgi-stroke.hgi-file-bitcoin:before {
  content: "\45b5";
}
.hgi-stroke.hgi-file-block:before {
  content: "\45b7";
}
.hgi-stroke.hgi-file-bookmark:before {
  content: "\45b9";
}
.hgi-stroke.hgi-file-cloud:before {
  content: "\45bb";
}
.hgi-stroke.hgi-file-corrupt:before {
  content: "\45bd";
}
.hgi-stroke.hgi-file-dollar:before {
  content: "\45bf";
}
.hgi-stroke.hgi-file-download:before {
  content: "\45c1";
}
.hgi-stroke.hgi-file-edit:before {
  content: "\45c3";
}
.hgi-stroke.hgi-file-empty-01:before {
  content: "\45c5";
}
.hgi-stroke.hgi-file-empty-02:before {
  content: "\45c7";
}
.hgi-stroke.hgi-file-euro:before {
  content: "\45c9";
}
.hgi-stroke.hgi-file-export:before {
  content: "\45cb";
}
.hgi-stroke.hgi-file-favourite:before {
  content: "\45cd";
}
.hgi-stroke.hgi-file-import:before {
  content: "\45cf";
}
.hgi-stroke.hgi-file-link:before {
  content: "\45d1";
}
.hgi-stroke.hgi-file-locked:before {
  content: "\45d3";
}
.hgi-stroke.hgi-file-management:before {
  content: "\45d5";
}
.hgi-stroke.hgi-file-minus:before {
  content: "\45d7";
}
.hgi-stroke.hgi-file-music:before {
  content: "\45d9";
}
.hgi-stroke.hgi-file-not-found:before {
  content: "\45db";
}
.hgi-stroke.hgi-file-paste:before {
  content: "\45dd";
}
.hgi-stroke.hgi-file-pin:before {
  content: "\45df";
}
.hgi-stroke.hgi-file-pound:before {
  content: "\45e1";
}
.hgi-stroke.hgi-file-remove:before {
  content: "\45e3";
}
.hgi-stroke.hgi-file-script:before {
  content: "\45e5";
}
.hgi-stroke.hgi-file-search:before {
  content: "\45e7";
}
.hgi-stroke.hgi-file-security:before {
  content: "\45e9";
}
.hgi-stroke.hgi-file-shredder:before {
  content: "\45eb";
}
.hgi-stroke.hgi-file-star:before {
  content: "\45ed";
}
.hgi-stroke.hgi-file-sync:before {
  content: "\45ef";
}
.hgi-stroke.hgi-file-unknown:before {
  content: "\45f1";
}
.hgi-stroke.hgi-file-unlocked:before {
  content: "\45f3";
}
.hgi-stroke.hgi-file-upload:before {
  content: "\45f5";
}
.hgi-stroke.hgi-file-validation:before {
  content: "\45f7";
}
.hgi-stroke.hgi-file-verified:before {
  content: "\45f9";
}
.hgi-stroke.hgi-file-video:before {
  content: "\45fb";
}
.hgi-stroke.hgi-file-view:before {
  content: "\45fd";
}
.hgi-stroke.hgi-file-yen:before {
  content: "\45ff";
}
.hgi-stroke.hgi-file-zip:before {
  content: "\4601";
}
.hgi-stroke.hgi-files-01:before {
  content: "\4603";
}
.hgi-stroke.hgi-files-02:before {
  content: "\4605";
}
.hgi-stroke.hgi-film-01:before {
  content: "\4607";
}
.hgi-stroke.hgi-film-02:before {
  content: "\4609";
}
.hgi-stroke.hgi-film-roll-01:before {
  content: "\460b";
}
.hgi-stroke.hgi-film-roll-02:before {
  content: "\460d";
}
.hgi-stroke.hgi-filter-add:before {
  content: "\460f";
}
.hgi-stroke.hgi-filter-edit:before {
  content: "\4611";
}
.hgi-stroke.hgi-filter-horizontal:before {
  content: "\4613";
}
.hgi-stroke.hgi-filter-mail-circle:before {
  content: "\4615";
}
.hgi-stroke.hgi-filter-mail-square:before {
  content: "\4617";
}
.hgi-stroke.hgi-filter-remove:before {
  content: "\4619";
}
.hgi-stroke.hgi-filter-reset:before {
  content: "\461b";
}
.hgi-stroke.hgi-filter-vertical:before {
  content: "\461e";
}
.hgi-stroke.hgi-filter:before {
  content: "\461f";
}
.hgi-stroke.hgi-finger-access:before {
  content: "\4621";
}
.hgi-stroke.hgi-finger-print-add:before {
  content: "\4623";
}
.hgi-stroke.hgi-finger-print-check:before {
  content: "\4625";
}
.hgi-stroke.hgi-finger-print-minus:before {
  content: "\4627";
}
.hgi-stroke.hgi-finger-print-remove:before {
  content: "\4629";
}
.hgi-stroke.hgi-finger-print-scan:before {
  content: "\462b";
}
.hgi-stroke.hgi-finger-print:before {
  content: "\462d";
}
.hgi-stroke.hgi-fingerprint-scan:before {
  content: "\462f";
}
.hgi-stroke.hgi-fins:before {
  content: "\4631";
}
.hgi-stroke.hgi-fire-02:before {
  content: "\4633";
}
.hgi-stroke.hgi-fire-03:before {
  content: "\4635";
}
.hgi-stroke.hgi-fire-pit:before {
  content: "\4637";
}
.hgi-stroke.hgi-fire-security:before {
  content: "\463a";
}
.hgi-stroke.hgi-fire:before {
  content: "\463b";
}
.hgi-stroke.hgi-firewall:before {
  content: "\463d";
}
.hgi-stroke.hgi-fireworks:before {
  content: "\463f";
}
.hgi-stroke.hgi-first-aid-kit:before {
  content: "\4641";
}
.hgi-stroke.hgi-first-bracket-circle:before {
  content: "\4643";
}
.hgi-stroke.hgi-first-bracket-square:before {
  content: "\4646";
}
.hgi-stroke.hgi-first-bracket:before {
  content: "\4647";
}
.hgi-stroke.hgi-fish-food:before {
  content: "\4649";
}
.hgi-stroke.hgi-fit-to-screen:before {
  content: "\464b";
}
.hgi-stroke.hgi-fiverr:before {
  content: "\464d";
}
.hgi-stroke.hgi-flag-01:before {
  content: "\464f";
}
.hgi-stroke.hgi-flag-02:before {
  content: "\4651";
}
.hgi-stroke.hgi-flag-03:before {
  content: "\4653";
}
.hgi-stroke.hgi-flash-off:before {
  content: "\4655";
}
.hgi-stroke.hgi-flash:before {
  content: "\4657";
}
.hgi-stroke.hgi-flashlight:before {
  content: "\4659";
}
.hgi-stroke.hgi-flaticon:before {
  content: "\465b";
}
.hgi-stroke.hgi-flickr:before {
  content: "\465d";
}
.hgi-stroke.hgi-flim-slate:before {
  content: "\465f";
}
.hgi-stroke.hgi-flip-bottom:before {
  content: "\4661";
}
.hgi-stroke.hgi-flip-horizontal:before {
  content: "\4663";
}
.hgi-stroke.hgi-flip-left:before {
  content: "\4665";
}
.hgi-stroke.hgi-flip-phone:before {
  content: "\4667";
}
.hgi-stroke.hgi-flip-right:before {
  content: "\4669";
}
.hgi-stroke.hgi-flip-top:before {
  content: "\466b";
}
.hgi-stroke.hgi-flip-vertical:before {
  content: "\466d";
}
.hgi-stroke.hgi-floor-plan:before {
  content: "\466f";
}
.hgi-stroke.hgi-floppy-disk:before {
  content: "\4671";
}
.hgi-stroke.hgi-flow-circle:before {
  content: "\4673";
}
.hgi-stroke.hgi-flow-connection:before {
  content: "\4675";
}
.hgi-stroke.hgi-flow-square:before {
  content: "\4678";
}
.hgi-stroke.hgi-flow:before {
  content: "\4679";
}
.hgi-stroke.hgi-flowchart-01:before {
  content: "\467b";
}
.hgi-stroke.hgi-flowchart-02:before {
  content: "\467d";
}
.hgi-stroke.hgi-flower-pot:before {
  content: "\467f";
}
.hgi-stroke.hgi-flower:before {
  content: "\4681";
}
.hgi-stroke.hgi-flushed:before {
  content: "\4683";
}
.hgi-stroke.hgi-flying-human:before {
  content: "\4685";
}
.hgi-stroke.hgi-focus-point:before {
  content: "\4687";
}
.hgi-stroke.hgi-folder-01:before {
  content: "\4689";
}
.hgi-stroke.hgi-folder-02:before {
  content: "\468b";
}
.hgi-stroke.hgi-folder-03:before {
  content: "\468d";
}
.hgi-stroke.hgi-folder-add:before {
  content: "\468f";
}
.hgi-stroke.hgi-folder-attachment:before {
  content: "\4691";
}
.hgi-stroke.hgi-folder-audio:before {
  content: "\4693";
}
.hgi-stroke.hgi-folder-block:before {
  content: "\4695";
}
.hgi-stroke.hgi-folder-check:before {
  content: "\4697";
}
.hgi-stroke.hgi-folder-cloud:before {
  content: "\4699";
}
.hgi-stroke.hgi-folder-details-reference:before {
  content: "\469b";
}
.hgi-stroke.hgi-folder-details:before {
  content: "\469d";
}
.hgi-stroke.hgi-folder-download:before {
  content: "\469f";
}
.hgi-stroke.hgi-folder-edit:before {
  content: "\46a1";
}
.hgi-stroke.hgi-folder-export:before {
  content: "\46a3";
}
.hgi-stroke.hgi-folder-favourite:before {
  content: "\46a5";
}
.hgi-stroke.hgi-folder-file-storage:before {
  content: "\46a7";
}
.hgi-stroke.hgi-folder-import:before {
  content: "\46a9";
}
.hgi-stroke.hgi-folder-library:before {
  content: "\46ab";
}
.hgi-stroke.hgi-folder-links:before {
  content: "\46ad";
}
.hgi-stroke.hgi-folder-locked:before {
  content: "\46af";
}
.hgi-stroke.hgi-folder-management:before {
  content: "\46b1";
}
.hgi-stroke.hgi-folder-minus:before {
  content: "\46b3";
}
.hgi-stroke.hgi-folder-music:before {
  content: "\46b5";
}
.hgi-stroke.hgi-folder-off:before {
  content: "\46b7";
}
.hgi-stroke.hgi-folder-open:before {
  content: "\46b9";
}
.hgi-stroke.hgi-folder-pin:before {
  content: "\46bb";
}
.hgi-stroke.hgi-folder-remove:before {
  content: "\46bd";
}
.hgi-stroke.hgi-folder-search:before {
  content: "\46bf";
}
.hgi-stroke.hgi-folder-security:before {
  content: "\46c1";
}
.hgi-stroke.hgi-folder-shared-01:before {
  content: "\46c3";
}
.hgi-stroke.hgi-folder-shared-02:before {
  content: "\46c5";
}
.hgi-stroke.hgi-folder-shared-03:before {
  content: "\46c7";
}
.hgi-stroke.hgi-folder-sync:before {
  content: "\46c9";
}
.hgi-stroke.hgi-folder-transfer:before {
  content: "\46cb";
}
.hgi-stroke.hgi-folder-unknown:before {
  content: "\46cd";
}
.hgi-stroke.hgi-folder-unlocked:before {
  content: "\46cf";
}
.hgi-stroke.hgi-folder-upload:before {
  content: "\46d1";
}
.hgi-stroke.hgi-folder-video:before {
  content: "\46d3";
}
.hgi-stroke.hgi-folder-view:before {
  content: "\46d5";
}
.hgi-stroke.hgi-folder-zip:before {
  content: "\46d7";
}
.hgi-stroke.hgi-folders:before {
  content: "\46d9";
}
.hgi-stroke.hgi-football-pitch:before {
  content: "\46db";
}
.hgi-stroke.hgi-football:before {
  content: "\46dd";
}
.hgi-stroke.hgi-forgot-password:before {
  content: "\46df";
}
.hgi-stroke.hgi-fork:before {
  content: "\46e1";
}
.hgi-stroke.hgi-forrst:before {
  content: "\46e3";
}
.hgi-stroke.hgi-fortress:before {
  content: "\46e5";
}
.hgi-stroke.hgi-forward-01:before {
  content: "\46e7";
}
.hgi-stroke.hgi-forward-02:before {
  content: "\46e9";
}
.hgi-stroke.hgi-four-finger-02:before {
  content: "\46eb";
}
.hgi-stroke.hgi-four-finger-03:before {
  content: "\46ed";
}
.hgi-stroke.hgi-four-k:before {
  content: "\46ef";
}
.hgi-stroke.hgi-foursquare:before {
  content: "\46f1";
}
.hgi-stroke.hgi-framer:before {
  content: "\46f3";
}
.hgi-stroke.hgi-frameworks:before {
  content: "\46f5";
}
.hgi-stroke.hgi-french-fries-01:before {
  content: "\46f7";
}
.hgi-stroke.hgi-french-fries-02:before {
  content: "\46f9";
}
.hgi-stroke.hgi-fridge:before {
  content: "\46fb";
}
.hgi-stroke.hgi-fry:before {
  content: "\46fd";
}
.hgi-stroke.hgi-fuel-01:before {
  content: "\46ff";
}
.hgi-stroke.hgi-fuel-02:before {
  content: "\4701";
}
.hgi-stroke.hgi-fuel-station:before {
  content: "\4703";
}
.hgi-stroke.hgi-full-screen:before {
  content: "\4705";
}
.hgi-stroke.hgi-full-signal:before {
  content: "\4707";
}
.hgi-stroke.hgi-function-circle:before {
  content: "\4709";
}
.hgi-stroke.hgi-function-of-x:before {
  content: "\470b";
}
.hgi-stroke.hgi-function-square:before {
  content: "\470e";
}
.hgi-stroke.hgi-function:before {
  content: "\470f";
}
.hgi-stroke.hgi-galaxy:before {
  content: "\4711";
}
.hgi-stroke.hgi-game-controller-01:before {
  content: "\4713";
}
.hgi-stroke.hgi-game-controller-02:before {
  content: "\4715";
}
.hgi-stroke.hgi-game-controller-03:before {
  content: "\4717";
}
.hgi-stroke.hgi-game:before {
  content: "\4719";
}
.hgi-stroke.hgi-gameboy:before {
  content: "\471b";
}
.hgi-stroke.hgi-garage:before {
  content: "\471d";
}
.hgi-stroke.hgi-garbage-truck:before {
  content: "\471f";
}
.hgi-stroke.hgi-garlands:before {
  content: "\4721";
}
.hgi-stroke.hgi-gas-pipe:before {
  content: "\4723";
}
.hgi-stroke.hgi-gas-stove:before {
  content: "\4725";
}
.hgi-stroke.hgi-gears:before {
  content: "\4727";
}
.hgi-stroke.hgi-gem:before {
  content: "\4729";
}
.hgi-stroke.hgi-geology-crust:before {
  content: "\472b";
}
.hgi-stroke.hgi-geometric-shapes-01:before {
  content: "\472d";
}
.hgi-stroke.hgi-geometric-shapes-02:before {
  content: "\472f";
}
.hgi-stroke.hgi-gibbous-moon:before {
  content: "\4731";
}
.hgi-stroke.hgi-gif-01:before {
  content: "\4733";
}
.hgi-stroke.hgi-gif-02:before {
  content: "\4735";
}
.hgi-stroke.hgi-gift-card-02:before {
  content: "\4737";
}
.hgi-stroke.hgi-gift-card:before {
  content: "\4739";
}
.hgi-stroke.hgi-gift:before {
  content: "\473b";
}
.hgi-stroke.hgi-git-branch:before {
  content: "\473d";
}
.hgi-stroke.hgi-git-commit:before {
  content: "\473f";
}
.hgi-stroke.hgi-git-compare:before {
  content: "\4741";
}
.hgi-stroke.hgi-git-fork:before {
  content: "\4743";
}
.hgi-stroke.hgi-git-merge:before {
  content: "\4745";
}
.hgi-stroke.hgi-git-pull-request-closed:before {
  content: "\4747";
}
.hgi-stroke.hgi-git-pull-request-draft:before {
  content: "\4749";
}
.hgi-stroke.hgi-git-pull-request:before {
  content: "\474b";
}
.hgi-stroke.hgi-gitbook:before {
  content: "\474d";
}
.hgi-stroke.hgi-github-01:before {
  content: "\474f";
}
.hgi-stroke.hgi-github:before {
  content: "\4751";
}
.hgi-stroke.hgi-gitlab:before {
  content: "\4753";
}
.hgi-stroke.hgi-give-blood:before {
  content: "\4755";
}
.hgi-stroke.hgi-give-pill:before {
  content: "\4757";
}
.hgi-stroke.hgi-glasses:before {
  content: "\4759";
}
.hgi-stroke.hgi-global-editing:before {
  content: "\475b";
}
.hgi-stroke.hgi-global-education:before {
  content: "\475d";
}
.hgi-stroke.hgi-global-refresh:before {
  content: "\475f";
}
.hgi-stroke.hgi-global-search:before {
  content: "\4761";
}
.hgi-stroke.hgi-global:before {
  content: "\4763";
}
.hgi-stroke.hgi-globe-02:before {
  content: "\4765";
}
.hgi-stroke.hgi-globe:before {
  content: "\4767";
}
.hgi-stroke.hgi-glove:before {
  content: "\4769";
}
.hgi-stroke.hgi-go-backward-10-sec:before {
  content: "\476b";
}
.hgi-stroke.hgi-go-backward-15-sec:before {
  content: "\476d";
}
.hgi-stroke.hgi-go-backward-30-sec:before {
  content: "\476f";
}
.hgi-stroke.hgi-go-backward-5-sec:before {
  content: "\4771";
}
.hgi-stroke.hgi-go-backward-60-sec:before {
  content: "\4773";
}
.hgi-stroke.hgi-go-forward-10-sec:before {
  content: "\4775";
}
.hgi-stroke.hgi-go-forward-15-sec:before {
  content: "\4777";
}
.hgi-stroke.hgi-go-forward-30-sec:before {
  content: "\4779";
}
.hgi-stroke.hgi-go-forward-5-sec:before {
  content: "\477b";
}
.hgi-stroke.hgi-go-forward-60-sec:before {
  content: "\477d";
}
.hgi-stroke.hgi-gold-ingots:before {
  content: "\477f";
}
.hgi-stroke.hgi-gold:before {
  content: "\4781";
}
.hgi-stroke.hgi-golf-ball:before {
  content: "\4783";
}
.hgi-stroke.hgi-golf-bat:before {
  content: "\4785";
}
.hgi-stroke.hgi-golf-cart:before {
  content: "\4787";
}
.hgi-stroke.hgi-golf-hole:before {
  content: "\4789";
}
.hgi-stroke.hgi-google-doc:before {
  content: "\478b";
}
.hgi-stroke.hgi-google-drive:before {
  content: "\478d";
}
.hgi-stroke.hgi-google-gemini:before {
  content: "\478f";
}
.hgi-stroke.hgi-google-home:before {
  content: "\4791";
}
.hgi-stroke.hgi-google-lens:before {
  content: "\4793";
}
.hgi-stroke.hgi-google-maps:before {
  content: "\4795";
}
.hgi-stroke.hgi-google-photos:before {
  content: "\4797";
}
.hgi-stroke.hgi-google-sheet:before {
  content: "\479a";
}
.hgi-stroke.hgi-google:before {
  content: "\479b";
}
.hgi-stroke.hgi-gps-01:before {
  content: "\479d";
}
.hgi-stroke.hgi-gps-02:before {
  content: "\479f";
}
.hgi-stroke.hgi-gps-disconnected:before {
  content: "\47a1";
}
.hgi-stroke.hgi-gps-off-01:before {
  content: "\47a3";
}
.hgi-stroke.hgi-gps-off-02:before {
  content: "\47a5";
}
.hgi-stroke.hgi-gps-signal-01:before {
  content: "\47a7";
}
.hgi-stroke.hgi-gps-signal-02:before {
  content: "\47a9";
}
.hgi-stroke.hgi-gpu:before {
  content: "\47ab";
}
.hgi-stroke.hgi-graduate-female:before {
  content: "\47ad";
}
.hgi-stroke.hgi-graduate-male:before {
  content: "\47af";
}
.hgi-stroke.hgi-graduation-scroll:before {
  content: "\47b1";
}
.hgi-stroke.hgi-grapes:before {
  content: "\47b3";
}
.hgi-stroke.hgi-gravity:before {
  content: "\47b5";
}
.hgi-stroke.hgi-greater-than-circle:before {
  content: "\47b7";
}
.hgi-stroke.hgi-greater-than-square:before {
  content: "\47ba";
}
.hgi-stroke.hgi-greater-than:before {
  content: "\47bb";
}
.hgi-stroke.hgi-greek-helmet:before {
  content: "\47bd";
}
.hgi-stroke.hgi-green-house:before {
  content: "\47bf";
}
.hgi-stroke.hgi-grid-02:before {
  content: "\47c1";
}
.hgi-stroke.hgi-grid-off:before {
  content: "\47c3";
}
.hgi-stroke.hgi-grid-table:before {
  content: "\47c6";
}
.hgi-stroke.hgi-grid-view:before {
  content: "\47c8";
}
.hgi-stroke.hgi-grid:before {
  content: "\47c9";
}
.hgi-stroke.hgi-grimacing:before {
  content: "\47cb";
}
.hgi-stroke.hgi-grinning:before {
  content: "\47cd";
}
.hgi-stroke.hgi-grok:before {
  content: "\47cf";
}
.hgi-stroke.hgi-group-01:before {
  content: "\47d1";
}
.hgi-stroke.hgi-group-items:before {
  content: "\47d3";
}
.hgi-stroke.hgi-group-layers:before {
  content: "\47d5";
}
.hgi-stroke.hgi-guest-house:before {
  content: "\47d7";
}
.hgi-stroke.hgi-gun:before {
  content: "\47d9";
}
.hgi-stroke.hgi-gymnastic-rings:before {
  content: "\47db";
}
.hgi-stroke.hgi-gymnastic:before {
  content: "\47dd";
}
.hgi-stroke.hgi-hackerrank:before {
  content: "\47df";
}
.hgi-stroke.hgi-hair-clips:before {
  content: "\47e1";
}
.hgi-stroke.hgi-hair-dryer:before {
  content: "\47e3";
}
.hgi-stroke.hgi-haji:before {
  content: "\47e5";
}
.hgi-stroke.hgi-halal-lab:before {
  content: "\47e7";
}
.hgi-stroke.hgi-halal:before {
  content: "\47e9";
}
.hgi-stroke.hgi-hamburger-01:before {
  content: "\47eb";
}
.hgi-stroke.hgi-hamburger-02:before {
  content: "\47ed";
}
.hgi-stroke.hgi-hand-bag-01:before {
  content: "\47ef";
}
.hgi-stroke.hgi-hand-bag-02:before {
  content: "\47f1";
}
.hgi-stroke.hgi-hand-beater:before {
  content: "\47f3";
}
.hgi-stroke.hgi-hand-grip:before {
  content: "\47f5";
}
.hgi-stroke.hgi-hand-pointing-down-01:before {
  content: "\47f7";
}
.hgi-stroke.hgi-hand-pointing-down-02:before {
  content: "\47f9";
}
.hgi-stroke.hgi-hand-pointing-down-03:before {
  content: "\47fb";
}
.hgi-stroke.hgi-hand-pointing-down-04:before {
  content: "\47fd";
}
.hgi-stroke.hgi-hand-pointing-left-01:before {
  content: "\47ff";
}
.hgi-stroke.hgi-hand-pointing-left-02:before {
  content: "\4801";
}
.hgi-stroke.hgi-hand-pointing-left-03:before {
  content: "\4803";
}
.hgi-stroke.hgi-hand-pointing-left-04:before {
  content: "\4805";
}
.hgi-stroke.hgi-hand-pointing-right-01:before {
  content: "\4807";
}
.hgi-stroke.hgi-hand-pointing-right-02:before {
  content: "\4809";
}
.hgi-stroke.hgi-hand-pointing-right-03:before {
  content: "\480b";
}
.hgi-stroke.hgi-hand-pointing-right-04:before {
  content: "\480d";
}
.hgi-stroke.hgi-hand-prayer:before {
  content: "\480f";
}
.hgi-stroke.hgi-hand-sanitizer:before {
  content: "\4811";
}
.hgi-stroke.hgi-handcuffs:before {
  content: "\4813";
}
.hgi-stroke.hgi-hanger:before {
  content: "\4815";
}
.hgi-stroke.hgi-hanging-clock:before {
  content: "\4817";
}
.hgi-stroke.hgi-hangout:before {
  content: "\4819";
}
.hgi-stroke.hgi-happy:before {
  content: "\481b";
}
.hgi-stroke.hgi-hard-drive:before {
  content: "\481d";
}
.hgi-stroke.hgi-hat:before {
  content: "\481f";
}
.hgi-stroke.hgi-hdd:before {
  content: "\4821";
}
.hgi-stroke.hgi-hdr-01:before {
  content: "\4823";
}
.hgi-stroke.hgi-hdr-02:before {
  content: "\4825";
}
.hgi-stroke.hgi-heading-01:before {
  content: "\4827";
}
.hgi-stroke.hgi-heading-02:before {
  content: "\4829";
}
.hgi-stroke.hgi-heading-03:before {
  content: "\482b";
}
.hgi-stroke.hgi-heading-04:before {
  content: "\482d";
}
.hgi-stroke.hgi-heading-05:before {
  content: "\482f";
}
.hgi-stroke.hgi-heading-06:before {
  content: "\4831";
}
.hgi-stroke.hgi-heading:before {
  content: "\4833";
}
.hgi-stroke.hgi-headphone-mute:before {
  content: "\4835";
}
.hgi-stroke.hgi-headphones:before {
  content: "\4837";
}
.hgi-stroke.hgi-headset-connected:before {
  content: "\4839";
}
.hgi-stroke.hgi-headset-off:before {
  content: "\483b";
}
.hgi-stroke.hgi-headset:before {
  content: "\483d";
}
.hgi-stroke.hgi-healtcare:before {
  content: "\483f";
}
.hgi-stroke.hgi-health:before {
  content: "\4841";
}
.hgi-stroke.hgi-heart-add:before {
  content: "\4843";
}
.hgi-stroke.hgi-heart-check:before {
  content: "\4845";
}
.hgi-stroke.hgi-heart-remove:before {
  content: "\4847";
}
.hgi-stroke.hgi-heartbreak:before {
  content: "\4849";
}
.hgi-stroke.hgi-helicopter:before {
  content: "\484b";
}
.hgi-stroke.hgi-help-circle:before {
  content: "\484d";
}
.hgi-stroke.hgi-help-square:before {
  content: "\484f";
}
.hgi-stroke.hgi-hexagon-01:before {
  content: "\4851";
}
.hgi-stroke.hgi-hexagon:before {
  content: "\4853";
}
.hgi-stroke.hgi-hierarchy-circle-01:before {
  content: "\4855";
}
.hgi-stroke.hgi-hierarchy-circle-02:before {
  content: "\4857";
}
.hgi-stroke.hgi-hierarchy-circle-03:before {
  content: "\4859";
}
.hgi-stroke.hgi-hierarchy-files:before {
  content: "\485b";
}
.hgi-stroke.hgi-hierarchy-square-01:before {
  content: "\485e";
}
.hgi-stroke.hgi-hierarchy-square-02:before {
  content: "\4860";
}
.hgi-stroke.hgi-hierarchy-square-03:before {
  content: "\4862";
}
.hgi-stroke.hgi-hierarchy-square-04:before {
  content: "\4864";
}
.hgi-stroke.hgi-hierarchy-square-05:before {
  content: "\4866";
}
.hgi-stroke.hgi-hierarchy-square-06:before {
  content: "\4868";
}
.hgi-stroke.hgi-hierarchy-square-07:before {
  content: "\486a";
}
.hgi-stroke.hgi-hierarchy-square-08:before {
  content: "\486c";
}
.hgi-stroke.hgi-hierarchy-square-10:before {
  content: "\486e";
}
.hgi-stroke.hgi-hierarchy:before {
  content: "\486f";
}
.hgi-stroke.hgi-high-heels-01:before {
  content: "\4871";
}
.hgi-stroke.hgi-high-heels-02:before {
  content: "\4873";
}
.hgi-stroke.hgi-highlighter:before {
  content: "\4875";
}
.hgi-stroke.hgi-hijab:before {
  content: "\4877";
}
.hgi-stroke.hgi-hockey:before {
  content: "\4879";
}
.hgi-stroke.hgi-hold-01:before {
  content: "\487b";
}
.hgi-stroke.hgi-hold-02:before {
  content: "\487d";
}
.hgi-stroke.hgi-hold-03:before {
  content: "\487f";
}
.hgi-stroke.hgi-hold-04:before {
  content: "\4881";
}
.hgi-stroke.hgi-hold-05:before {
  content: "\4883";
}
.hgi-stroke.hgi-hold-locked-01:before {
  content: "\4885";
}
.hgi-stroke.hgi-hold-locked-02:before {
  content: "\4887";
}
.hgi-stroke.hgi-hold-phone:before {
  content: "\4889";
}
.hgi-stroke.hgi-hologram:before {
  content: "\488b";
}
.hgi-stroke.hgi-home-01:before {
  content: "\488d";
}
.hgi-stroke.hgi-home-02:before {
  content: "\488f";
}
.hgi-stroke.hgi-home-03:before {
  content: "\4891";
}
.hgi-stroke.hgi-home-04:before {
  content: "\4893";
}
.hgi-stroke.hgi-home-05:before {
  content: "\4895";
}
.hgi-stroke.hgi-home-06:before {
  content: "\4897";
}
.hgi-stroke.hgi-home-07:before {
  content: "\4899";
}
.hgi-stroke.hgi-home-08:before {
  content: "\489b";
}
.hgi-stroke.hgi-home-09:before {
  content: "\489d";
}
.hgi-stroke.hgi-home-10:before {
  content: "\489f";
}
.hgi-stroke.hgi-home-11:before {
  content: "\48a1";
}
.hgi-stroke.hgi-home-12:before {
  content: "\48a3";
}
.hgi-stroke.hgi-home-13:before {
  content: "\48a5";
}
.hgi-stroke.hgi-home-wifi:before {
  content: "\48a7";
}
.hgi-stroke.hgi-honey-01:before {
  content: "\48a9";
}
.hgi-stroke.hgi-honey-02:before {
  content: "\48ab";
}
.hgi-stroke.hgi-honor:before {
  content: "\48ad";
}
.hgi-stroke.hgi-honour-star:before {
  content: "\48af";
}
.hgi-stroke.hgi-hoodie:before {
  content: "\48b1";
}
.hgi-stroke.hgi-horizonal-scroll-point:before {
  content: "\48b3";
}
.hgi-stroke.hgi-horizontal-resize:before {
  content: "\48b5";
}
.hgi-stroke.hgi-horse-head:before {
  content: "\48b7";
}
.hgi-stroke.hgi-horse-saddle:before {
  content: "\48b9";
}
.hgi-stroke.hgi-horse:before {
  content: "\48bb";
}
.hgi-stroke.hgi-hospital-01:before {
  content: "\48bd";
}
.hgi-stroke.hgi-hospital-02:before {
  content: "\48bf";
}
.hgi-stroke.hgi-hospital-bed-01:before {
  content: "\48c1";
}
.hgi-stroke.hgi-hospital-bed-02:before {
  content: "\48c3";
}
.hgi-stroke.hgi-hospital-location:before {
  content: "\48c5";
}
.hgi-stroke.hgi-hot-air-balloon:before {
  content: "\48c7";
}
.hgi-stroke.hgi-hot-price:before {
  content: "\48c9";
}
.hgi-stroke.hgi-hot-tube:before {
  content: "\48cb";
}
.hgi-stroke.hgi-hotdog:before {
  content: "\48cd";
}
.hgi-stroke.hgi-hotel-01:before {
  content: "\48cf";
}
.hgi-stroke.hgi-hotel-02:before {
  content: "\48d1";
}
.hgi-stroke.hgi-hotel-bell:before {
  content: "\48d3";
}
.hgi-stroke.hgi-hotspot-offline:before {
  content: "\48d5";
}
.hgi-stroke.hgi-hotspot:before {
  content: "\48d7";
}
.hgi-stroke.hgi-hourglass-off:before {
  content: "\48d9";
}
.hgi-stroke.hgi-hourglass:before {
  content: "\48db";
}
.hgi-stroke.hgi-house-01:before {
  content: "\48dd";
}
.hgi-stroke.hgi-house-02:before {
  content: "\48df";
}
.hgi-stroke.hgi-house-03:before {
  content: "\48e1";
}
.hgi-stroke.hgi-house-04:before {
  content: "\48e3";
}
.hgi-stroke.hgi-house-05:before {
  content: "\48e5";
}
.hgi-stroke.hgi-house-solar-panel:before {
  content: "\48e7";
}
.hgi-stroke.hgi-html-5:before {
  content: "\48e9";
}
.hgi-stroke.hgi-hugeicons:before {
  content: "\48eb";
}
.hgi-stroke.hgi-humidity:before {
  content: "\48ed";
}
.hgi-stroke.hgi-hut:before {
  content: "\48ef";
}
.hgi-stroke.hgi-hydro-power:before {
  content: "\48f1";
}
.hgi-stroke.hgi-hyperbole:before {
  content: "\48f3";
}
.hgi-stroke.hgi-ice-cream-01:before {
  content: "\48f5";
}
.hgi-stroke.hgi-ice-cream-02:before {
  content: "\48f7";
}
.hgi-stroke.hgi-ice-cream-03:before {
  content: "\48f9";
}
.hgi-stroke.hgi-ice-cream-04:before {
  content: "\48fb";
}
.hgi-stroke.hgi-ice-cubes:before {
  content: "\48fd";
}
.hgi-stroke.hgi-ice-hockey:before {
  content: "\48ff";
}
.hgi-stroke.hgi-ice-skating:before {
  content: "\4901";
}
.hgi-stroke.hgi-ico:before {
  content: "\4903";
}
.hgi-stroke.hgi-iconjar:before {
  content: "\4905";
}
.hgi-stroke.hgi-id-not-verified:before {
  content: "\4907";
}
.hgi-stroke.hgi-id-verified:before {
  content: "\490a";
}
.hgi-stroke.hgi-id:before {
  content: "\490b";
}
.hgi-stroke.hgi-idea-01:before {
  content: "\490d";
}
.hgi-stroke.hgi-idea:before {
  content: "\490f";
}
.hgi-stroke.hgi-identification:before {
  content: "\4911";
}
.hgi-stroke.hgi-identity-card:before {
  content: "\4913";
}
.hgi-stroke.hgi-image-01:before {
  content: "\4915";
}
.hgi-stroke.hgi-image-02:before {
  content: "\4917";
}
.hgi-stroke.hgi-image-03:before {
  content: "\4919";
}
.hgi-stroke.hgi-image-actual-size:before {
  content: "\491b";
}
.hgi-stroke.hgi-image-add-01:before {
  content: "\491d";
}
.hgi-stroke.hgi-image-add-02:before {
  content: "\491f";
}
.hgi-stroke.hgi-image-composition-oval:before {
  content: "\4921";
}
.hgi-stroke.hgi-image-composition:before {
  content: "\4923";
}
.hgi-stroke.hgi-image-counter-clockwise:before {
  content: "\4925";
}
.hgi-stroke.hgi-image-crop:before {
  content: "\4927";
}
.hgi-stroke.hgi-image-delete-01:before {
  content: "\4929";
}
.hgi-stroke.hgi-image-delete-02:before {
  content: "\492b";
}
.hgi-stroke.hgi-image-done-01:before {
  content: "\492d";
}
.hgi-stroke.hgi-image-done-02:before {
  content: "\492f";
}
.hgi-stroke.hgi-image-download-02:before {
  content: "\4931";
}
.hgi-stroke.hgi-image-download:before {
  content: "\4933";
}
.hgi-stroke.hgi-image-flip -horizontal:before {
  content: "\4935";
}
.hgi-stroke.hgi-image-flip-vertical:before {
  content: "\4937";
}
.hgi-stroke.hgi-image-not-found-01:before {
  content: "\4939";
}
.hgi-stroke.hgi-image-not-found-02:before {
  content: "\493b";
}
.hgi-stroke.hgi-image-remove-01:before {
  content: "\493d";
}
.hgi-stroke.hgi-image-remove-02:before {
  content: "\493f";
}
.hgi-stroke.hgi-image-rotation-clockwise:before {
  content: "\4941";
}
.hgi-stroke.hgi-image-upload-01:before {
  content: "\4943";
}
.hgi-stroke.hgi-image-upload:before {
  content: "\4945";
}
.hgi-stroke.hgi-imo:before {
  content: "\4947";
}
.hgi-stroke.hgi-important-book:before {
  content: "\4949";
}
.hgi-stroke.hgi-in-love:before {
  content: "\494b";
}
.hgi-stroke.hgi-inbox-check:before {
  content: "\494d";
}
.hgi-stroke.hgi-inbox-download:before {
  content: "\494f";
}
.hgi-stroke.hgi-inbox-unread:before {
  content: "\4952";
}
.hgi-stroke.hgi-inbox-upload:before {
  content: "\4954";
}
.hgi-stroke.hgi-inbox:before {
  content: "\4955";
}
.hgi-stroke.hgi-incognito:before {
  content: "\4957";
}
.hgi-stroke.hgi-india-gate:before {
  content: "\4959";
}
.hgi-stroke.hgi-inequality-01:before {
  content: "\495b";
}
.hgi-stroke.hgi-inequality-02:before {
  content: "\495d";
}
.hgi-stroke.hgi-inequality-circle-01:before {
  content: "\495f";
}
.hgi-stroke.hgi-inequality-circle-02:before {
  content: "\4961";
}
.hgi-stroke.hgi-inequality-square-01:before {
  content: "\4963";
}
.hgi-stroke.hgi-inequality-square-02:before {
  content: "\4965";
}
.hgi-stroke.hgi-infant:before {
  content: "\4967";
}
.hgi-stroke.hgi-infinity-01:before {
  content: "\4969";
}
.hgi-stroke.hgi-infinity-02:before {
  content: "\496b";
}
.hgi-stroke.hgi-infinity-circle:before {
  content: "\496d";
}
.hgi-stroke.hgi-infinity-square:before {
  content: "\496f";
}
.hgi-stroke.hgi-information-circle:before {
  content: "\4971";
}
.hgi-stroke.hgi-information-diamond:before {
  content: "\4973";
}
.hgi-stroke.hgi-information-square:before {
  content: "\4975";
}
.hgi-stroke.hgi-injection:before {
  content: "\4977";
}
.hgi-stroke.hgi-insert-bottom-image:before {
  content: "\4979";
}
.hgi-stroke.hgi-insert-center-image:before {
  content: "\497b";
}
.hgi-stroke.hgi-insert-column-left:before {
  content: "\497d";
}
.hgi-stroke.hgi-insert-column:before {
  content: "\497f";
}
.hgi-stroke.hgi-insert-pi:before {
  content: "\4981";
}
.hgi-stroke.hgi-insert-row-down:before {
  content: "\4983";
}
.hgi-stroke.hgi-insert-row-up:before {
  content: "\4986";
}
.hgi-stroke.hgi-insert-row:before {
  content: "\4987";
}
.hgi-stroke.hgi-insert-top-image:before {
  content: "\4989";
}
.hgi-stroke.hgi-inspect-code:before {
  content: "\498b";
}
.hgi-stroke.hgi-instagram:before {
  content: "\498d";
}
.hgi-stroke.hgi-installing-updates-01:before {
  content: "\498f";
}
.hgi-stroke.hgi-installing-updates-02:before {
  content: "\4991";
}
.hgi-stroke.hgi-internet-antenna-01:before {
  content: "\4993";
}
.hgi-stroke.hgi-internet-antenna-02:before {
  content: "\4995";
}
.hgi-stroke.hgi-internet-antenna-03:before {
  content: "\4997";
}
.hgi-stroke.hgi-internet-antenna-04:before {
  content: "\4999";
}
.hgi-stroke.hgi-internet:before {
  content: "\499b";
}
.hgi-stroke.hgi-investigation:before {
  content: "\499d";
}
.hgi-stroke.hgi-invoice-01:before {
  content: "\499f";
}
.hgi-stroke.hgi-invoice-02:before {
  content: "\49a1";
}
.hgi-stroke.hgi-invoice-03:before {
  content: "\49a3";
}
.hgi-stroke.hgi-invoice-04:before {
  content: "\49a5";
}
.hgi-stroke.hgi-invoice:before {
  content: "\49a7";
}
.hgi-stroke.hgi-ipod:before {
  content: "\49a9";
}
.hgi-stroke.hgi-iris-scan:before {
  content: "\49ab";
}
.hgi-stroke.hgi-island:before {
  content: "\49ad";
}
.hgi-stroke.hgi-jar:before {
  content: "\49af";
}
.hgi-stroke.hgi-java-script:before {
  content: "\49b1";
}
.hgi-stroke.hgi-java:before {
  content: "\49b3";
}
.hgi-stroke.hgi-job-link:before {
  content: "\49b5";
}
.hgi-stroke.hgi-job-search:before {
  content: "\49b7";
}
.hgi-stroke.hgi-job-share:before {
  content: "\49b9";
}
.hgi-stroke.hgi-jogger-pants:before {
  content: "\49bb";
}
.hgi-stroke.hgi-join-bevel:before {
  content: "\49bd";
}
.hgi-stroke.hgi-join-round:before {
  content: "\49bf";
}
.hgi-stroke.hgi-join-straight:before {
  content: "\49c1";
}
.hgi-stroke.hgi-joker:before {
  content: "\49c3";
}
.hgi-stroke.hgi-joystick-01:before {
  content: "\49c5";
}
.hgi-stroke.hgi-joystick-02:before {
  content: "\49c7";
}
.hgi-stroke.hgi-joystick-03:before {
  content: "\49c9";
}
.hgi-stroke.hgi-joystick-04:before {
  content: "\49cb";
}
.hgi-stroke.hgi-joystick-05:before {
  content: "\49cd";
}
.hgi-stroke.hgi-jpg-01:before {
  content: "\49cf";
}
.hgi-stroke.hgi-jpg-02:before {
  content: "\49d1";
}
.hgi-stroke.hgi-jsx-01:before {
  content: "\49d3";
}
.hgi-stroke.hgi-jsx-02:before {
  content: "\49d5";
}
.hgi-stroke.hgi-jsx-03:before {
  content: "\49d7";
}
.hgi-stroke.hgi-judge:before {
  content: "\49d9";
}
.hgi-stroke.hgi-jumpers:before {
  content: "\49db";
}
.hgi-stroke.hgi-jupiter:before {
  content: "\49dd";
}
.hgi-stroke.hgi-justice-scale-01:before {
  content: "\49df";
}
.hgi-stroke.hgi-justice-scale-02:before {
  content: "\49e1";
}
.hgi-stroke.hgi-kaaba-01:before {
  content: "\49e3";
}
.hgi-stroke.hgi-kaaba-02:before {
  content: "\49e5";
}
.hgi-stroke.hgi-kanban:before {
  content: "\49e7";
}
.hgi-stroke.hgi-kayak:before {
  content: "\49e9";
}
.hgi-stroke.hgi-keffiyeh:before {
  content: "\49eb";
}
.hgi-stroke.hgi-kettle-01:before {
  content: "\49ed";
}
.hgi-stroke.hgi-kettle:before {
  content: "\49ef";
}
.hgi-stroke.hgi-kettlebell:before {
  content: "\49f1";
}
.hgi-stroke.hgi-ketupat:before {
  content: "\49f3";
}
.hgi-stroke.hgi-key-01:before {
  content: "\49f5";
}
.hgi-stroke.hgi-key-02:before {
  content: "\49f7";
}
.hgi-stroke.hgi-key-generator-fob:before {
  content: "\49f9";
}
.hgi-stroke.hgi-keyboard:before {
  content: "\49fb";
}
.hgi-stroke.hgi-keyframe-add:before {
  content: "\49fd";
}
.hgi-stroke.hgi-keyframe-align-center:before {
  content: "\49ff";
}
.hgi-stroke.hgi-keyframe-align-horizontal:before {
  content: "\4a01";
}
.hgi-stroke.hgi-keyframe-align-vertical:before {
  content: "\4a03";
}
.hgi-stroke.hgi-keyframe-bottom:before {
  content: "\4a05";
}
.hgi-stroke.hgi-keyframe-left:before {
  content: "\4a07";
}
.hgi-stroke.hgi-keyframe-remove:before {
  content: "\4a09";
}
.hgi-stroke.hgi-keyframe-right:before {
  content: "\4a0b";
}
.hgi-stroke.hgi-keyframe-top:before {
  content: "\4a0e";
}
.hgi-stroke.hgi-keyframe:before {
  content: "\4a0f";
}
.hgi-stroke.hgi-keyframes-double-add:before {
  content: "\4a11";
}
.hgi-stroke.hgi-keyframes-double-remove:before {
  content: "\4a13";
}
.hgi-stroke.hgi-keyframes-double:before {
  content: "\4a15";
}
.hgi-stroke.hgi-keyframes-multiple-add:before {
  content: "\4a17";
}
.hgi-stroke.hgi-keyframes-multiple-remove:before {
  content: "\4a19";
}
.hgi-stroke.hgi-keyframes-multiple:before {
  content: "\4a1b";
}
.hgi-stroke.hgi-kickstarter-01:before {
  content: "\4a1d";
}
.hgi-stroke.hgi-kickstarter-02:before {
  content: "\4a1f";
}
.hgi-stroke.hgi-kid:before {
  content: "\4a21";
}
.hgi-stroke.hgi-kidneys:before {
  content: "\4a23";
}
.hgi-stroke.hgi-kissing:before {
  content: "\4a25";
}
.hgi-stroke.hgi-kitchen-utensils:before {
  content: "\4a27";
}
.hgi-stroke.hgi-kite:before {
  content: "\4a29";
}
.hgi-stroke.hgi-klarna:before {
  content: "\4a2b";
}
.hgi-stroke.hgi-knife-01:before {
  content: "\4a2d";
}
.hgi-stroke.hgi-knife-02:before {
  content: "\4a2f";
}
.hgi-stroke.hgi-knife-bread:before {
  content: "\4a31";
}
.hgi-stroke.hgi-knight-shield:before {
  content: "\4a33";
}
.hgi-stroke.hgi-knives:before {
  content: "\4a35";
}
.hgi-stroke.hgi-knowledge-01:before {
  content: "\4a37";
}
.hgi-stroke.hgi-knowledge-02:before {
  content: "\4a39";
}
.hgi-stroke.hgi-ko-fi:before {
  content: "\4a3b";
}
.hgi-stroke.hgi-kurta-01:before {
  content: "\4a3d";
}
.hgi-stroke.hgi-kurta:before {
  content: "\4a3f";
}
.hgi-stroke.hgi-label-important:before {
  content: "\4a41";
}
.hgi-stroke.hgi-label:before {
  content: "\4a43";
}
.hgi-stroke.hgi-labor:before {
  content: "\4a45";
}
.hgi-stroke.hgi-labs:before {
  content: "\4a47";
}
.hgi-stroke.hgi-lake:before {
  content: "\4a49";
}
.hgi-stroke.hgi-lamp-01:before {
  content: "\4a4b";
}
.hgi-stroke.hgi-lamp-02:before {
  content: "\4a4d";
}
.hgi-stroke.hgi-lamp-03:before {
  content: "\4a4f";
}
.hgi-stroke.hgi-lamp-04:before {
  content: "\4a51";
}
.hgi-stroke.hgi-lamp-05:before {
  content: "\4a53";
}
.hgi-stroke.hgi-lamp:before {
  content: "\4a55";
}
.hgi-stroke.hgi-language-circle:before {
  content: "\4a57";
}
.hgi-stroke.hgi-language-skill:before {
  content: "\4a59";
}
.hgi-stroke.hgi-language-square:before {
  content: "\4a5b";
}
.hgi-stroke.hgi-lantern:before {
  content: "\4a5d";
}
.hgi-stroke.hgi-laptop-add:before {
  content: "\4a5f";
}
.hgi-stroke.hgi-laptop-charging:before {
  content: "\4a61";
}
.hgi-stroke.hgi-laptop-check:before {
  content: "\4a63";
}
.hgi-stroke.hgi-laptop-cloud:before {
  content: "\4a65";
}
.hgi-stroke.hgi-laptop-issue:before {
  content: "\4a67";
}
.hgi-stroke.hgi-laptop-performance:before {
  content: "\4a69";
}
.hgi-stroke.hgi-laptop-phone-sync:before {
  content: "\4a6b";
}
.hgi-stroke.hgi-laptop-programming:before {
  content: "\4a6d";
}
.hgi-stroke.hgi-laptop-remove:before {
  content: "\4a6f";
}
.hgi-stroke.hgi-laptop-settings:before {
  content: "\4a72";
}
.hgi-stroke.hgi-laptop-video:before {
  content: "\4a74";
}
.hgi-stroke.hgi-laptop:before {
  content: "\4a75";
}
.hgi-stroke.hgi-lasso-tool-01:before {
  content: "\4a77";
}
.hgi-stroke.hgi-lasso-tool-02:before {
  content: "\4a79";
}
.hgi-stroke.hgi-last-fm:before {
  content: "\4a7b";
}
.hgi-stroke.hgi-latitude:before {
  content: "\4a7d";
}
.hgi-stroke.hgi-laughing:before {
  content: "\4a7f";
}
.hgi-stroke.hgi-laurel-wreath-01:before {
  content: "\4a81";
}
.hgi-stroke.hgi-laurel-wreath-02:before {
  content: "\4a83";
}
.hgi-stroke.hgi-laurel-wreath-first-01:before {
  content: "\4a85";
}
.hgi-stroke.hgi-laurel-wreath-first-02:before {
  content: "\4a87";
}
.hgi-stroke.hgi-laurel-wreath-left-01:before {
  content: "\4a89";
}
.hgi-stroke.hgi-laurel-wreath-left-02:before {
  content: "\4a8b";
}
.hgi-stroke.hgi-laurel-wreath-left-03:before {
  content: "\4a8d";
}
.hgi-stroke.hgi-laurel-wreath-right-01:before {
  content: "\4a8f";
}
.hgi-stroke.hgi-laurel-wreath-right-02:before {
  content: "\4a91";
}
.hgi-stroke.hgi-laurel-wreath-right-03:before {
  content: "\4a93";
}
.hgi-stroke.hgi-layer-add:before {
  content: "\4a95";
}
.hgi-stroke.hgi-layer-mask-01:before {
  content: "\4a97";
}
.hgi-stroke.hgi-layer-mask-02:before {
  content: "\4a99";
}
.hgi-stroke.hgi-layers-01:before {
  content: "\4a9b";
}
.hgi-stroke.hgi-layers-02:before {
  content: "\4a9d";
}
.hgi-stroke.hgi-layers-logo:before {
  content: "\4a9f";
}
.hgi-stroke.hgi-layout-01:before {
  content: "\4aa1";
}
.hgi-stroke.hgi-layout-02:before {
  content: "\4aa3";
}
.hgi-stroke.hgi-layout-03:before {
  content: "\4aa5";
}
.hgi-stroke.hgi-layout-04:before {
  content: "\4aa7";
}
.hgi-stroke.hgi-layout-05:before {
  content: "\4aa9";
}
.hgi-stroke.hgi-layout-06:before {
  content: "\4aab";
}
.hgi-stroke.hgi-layout-07:before {
  content: "\4aad";
}
.hgi-stroke.hgi-layout-2-column:before {
  content: "\4aaf";
}
.hgi-stroke.hgi-layout-2-row:before {
  content: "\4ab1";
}
.hgi-stroke.hgi-layout-3-column:before {
  content: "\4ab3";
}
.hgi-stroke.hgi-layout-3-row:before {
  content: "\4ab5";
}
.hgi-stroke.hgi-layout-bottom:before {
  content: "\4ab7";
}
.hgi-stroke.hgi-layout-grid:before {
  content: "\4ab9";
}
.hgi-stroke.hgi-layout-left:before {
  content: "\4abb";
}
.hgi-stroke.hgi-layout-right:before {
  content: "\4abd";
}
.hgi-stroke.hgi-layout-table-01:before {
  content: "\4abf";
}
.hgi-stroke.hgi-layout-table-02:before {
  content: "\4ac1";
}
.hgi-stroke.hgi-layout-top:before {
  content: "\4ac3";
}
.hgi-stroke.hgi-leaf-01:before {
  content: "\4ac5";
}
.hgi-stroke.hgi-leaf-02:before {
  content: "\4ac7";
}
.hgi-stroke.hgi-leaf-03:before {
  content: "\4ac9";
}
.hgi-stroke.hgi-leaf-04:before {
  content: "\4acb";
}
.hgi-stroke.hgi-leaving-geo-fence:before {
  content: "\4acd";
}
.hgi-stroke.hgi-leetcode:before {
  content: "\4acf";
}
.hgi-stroke.hgi-left-angle:before {
  content: "\4ad1";
}
.hgi-stroke.hgi-left-to-right-block-quote:before {
  content: "\4ad3";
}
.hgi-stroke.hgi-left-to-right-list-bullet:before {
  content: "\4ad5";
}
.hgi-stroke.hgi-left-to-right-list-dash:before {
  content: "\4ad7";
}
.hgi-stroke.hgi-left-to-right-list-number:before {
  content: "\4ad9";
}
.hgi-stroke.hgi-left-to-right-list-star-01:before {
  content: "\4adb";
}
.hgi-stroke.hgi-left-to-right-list-star:before {
  content: "\4add";
}
.hgi-stroke.hgi-left-to-right-list-triangle:before {
  content: "\4adf";
}
.hgi-stroke.hgi-left-triangle:before {
  content: "\4ae1";
}
.hgi-stroke.hgi-legal-01:before {
  content: "\4ae3";
}
.hgi-stroke.hgi-legal-02:before {
  content: "\4ae5";
}
.hgi-stroke.hgi-legal-document-01:before {
  content: "\4ae7";
}
.hgi-stroke.hgi-legal-document-02:before {
  content: "\4ae9";
}
.hgi-stroke.hgi-legal-hammer:before {
  content: "\4aeb";
}
.hgi-stroke.hgi-less-than-circle:before {
  content: "\4aed";
}
.hgi-stroke.hgi-less-than-square:before {
  content: "\4af0";
}
.hgi-stroke.hgi-less-than:before {
  content: "\4af1";
}
.hgi-stroke.hgi-letter-spacing:before {
  content: "\4af3";
}
.hgi-stroke.hgi-libraries:before {
  content: "\4af5";
}
.hgi-stroke.hgi-library:before {
  content: "\4af7";
}
.hgi-stroke.hgi-license-draft:before {
  content: "\4af9";
}
.hgi-stroke.hgi-license-maintenance:before {
  content: "\4afb";
}
.hgi-stroke.hgi-license-no:before {
  content: "\4afd";
}
.hgi-stroke.hgi-license-pin:before {
  content: "\4aff";
}
.hgi-stroke.hgi-license-third-party:before {
  content: "\4b02";
}
.hgi-stroke.hgi-license:before {
  content: "\4b03";
}
.hgi-stroke.hgi-lift-truck:before {
  content: "\4b05";
}
.hgi-stroke.hgi-lighthouse:before {
  content: "\4b07";
}
.hgi-stroke.hgi-limit-order:before {
  content: "\4b09";
}
.hgi-stroke.hgi-limitation:before {
  content: "\4b0b";
}
.hgi-stroke.hgi-line:before {
  content: "\4b0d";
}
.hgi-stroke.hgi-liner:before {
  content: "\4b0f";
}
.hgi-stroke.hgi-link-01:before {
  content: "\4b11";
}
.hgi-stroke.hgi-link-02:before {
  content: "\4b13";
}
.hgi-stroke.hgi-link-03:before {
  content: "\4b15";
}
.hgi-stroke.hgi-link-04:before {
  content: "\4b17";
}
.hgi-stroke.hgi-link-05:before {
  content: "\4b19";
}
.hgi-stroke.hgi-link-06:before {
  content: "\4b1b";
}
.hgi-stroke.hgi-link-backward:before {
  content: "\4b1d";
}
.hgi-stroke.hgi-link-circle-02:before {
  content: "\4b1f";
}
.hgi-stroke.hgi-link-circle:before {
  content: "\4b21";
}
.hgi-stroke.hgi-link-forward:before {
  content: "\4b23";
}
.hgi-stroke.hgi-link-square-01:before {
  content: "\4b25";
}
.hgi-stroke.hgi-link-square-02:before {
  content: "\4b27";
}
.hgi-stroke.hgi-linkedin-01:before {
  content: "\4b29";
}
.hgi-stroke.hgi-linkedin-02:before {
  content: "\4b2b";
}
.hgi-stroke.hgi-list-setting:before {
  content: "\4b2d";
}
.hgi-stroke.hgi-list-view:before {
  content: "\4b2f";
}
.hgi-stroke.hgi-litecoin:before {
  content: "\4b31";
}
.hgi-stroke.hgi-live-streaming-01:before {
  content: "\4b33";
}
.hgi-stroke.hgi-live-streaming-02:before {
  content: "\4b35";
}
.hgi-stroke.hgi-live-streaming-03:before {
  content: "\4b37";
}
.hgi-stroke.hgi-liver:before {
  content: "\4b39";
}
.hgi-stroke.hgi-loading-01:before {
  content: "\4b3b";
}
.hgi-stroke.hgi-loading-02:before {
  content: "\4b3d";
}
.hgi-stroke.hgi-loading-03:before {
  content: "\4b3f";
}
.hgi-stroke.hgi-loading-04:before {
  content: "\4b41";
}
.hgi-stroke.hgi-location-01:before {
  content: "\4b43";
}
.hgi-stroke.hgi-location-02:before {
  content: "\4b45";
}
.hgi-stroke.hgi-location-03:before {
  content: "\4b47";
}
.hgi-stroke.hgi-location-04:before {
  content: "\4b49";
}
.hgi-stroke.hgi-location-05:before {
  content: "\4b4b";
}
.hgi-stroke.hgi-location-06:before {
  content: "\4b4d";
}
.hgi-stroke.hgi-location-07:before {
  content: "\4b4f";
}
.hgi-stroke.hgi-location-08:before {
  content: "\4b51";
}
.hgi-stroke.hgi-location-09:before {
  content: "\4b53";
}
.hgi-stroke.hgi-location-10:before {
  content: "\4b55";
}
.hgi-stroke.hgi-location-add-01:before {
  content: "\4b57";
}
.hgi-stroke.hgi-location-add-02:before {
  content: "\4b59";
}
.hgi-stroke.hgi-location-check-01:before {
  content: "\4b5b";
}
.hgi-stroke.hgi-location-check-02:before {
  content: "\4b5d";
}
.hgi-stroke.hgi-location-favourite-01:before {
  content: "\4b5f";
}
.hgi-stroke.hgi-location-favourite-02:before {
  content: "\4b61";
}
.hgi-stroke.hgi-location-offline-01:before {
  content: "\4b63";
}
.hgi-stroke.hgi-location-offline-02:before {
  content: "\4b65";
}
.hgi-stroke.hgi-location-offline-03:before {
  content: "\4b67";
}
.hgi-stroke.hgi-location-offline-04:before {
  content: "\4b69";
}
.hgi-stroke.hgi-location-remove-01:before {
  content: "\4b6b";
}
.hgi-stroke.hgi-location-remove-02:before {
  content: "\4b6d";
}
.hgi-stroke.hgi-location-share-01:before {
  content: "\4b6f";
}
.hgi-stroke.hgi-location-share-02:before {
  content: "\4b71";
}
.hgi-stroke.hgi-location-star-01:before {
  content: "\4b73";
}
.hgi-stroke.hgi-location-star-02:before {
  content: "\4b75";
}
.hgi-stroke.hgi-location-update-01:before {
  content: "\4b77";
}
.hgi-stroke.hgi-location-update-02:before {
  content: "\4b79";
}
.hgi-stroke.hgi-location-user-01:before {
  content: "\4b7b";
}
.hgi-stroke.hgi-location-user-02:before {
  content: "\4b7d";
}
.hgi-stroke.hgi-location-user-03:before {
  content: "\4b7f";
}
.hgi-stroke.hgi-location-user-04:before {
  content: "\4b81";
}
.hgi-stroke.hgi-lock-computer:before {
  content: "\4b83";
}
.hgi-stroke.hgi-lock-key:before {
  content: "\4b85";
}
.hgi-stroke.hgi-lock-password:before {
  content: "\4b87";
}
.hgi-stroke.hgi-lock-sync-01:before {
  content: "\4b8a";
}
.hgi-stroke.hgi-lock-sync-02:before {
  content: "\4b8c";
}
.hgi-stroke.hgi-lock:before {
  content: "\4b8d";
}
.hgi-stroke.hgi-locked:before {
  content: "\4b8f";
}
.hgi-stroke.hgi-locker-01:before {
  content: "\4b91";
}
.hgi-stroke.hgi-locker:before {
  content: "\4b93";
}
.hgi-stroke.hgi-login-01:before {
  content: "\4b95";
}
.hgi-stroke.hgi-login-02:before {
  content: "\4b97";
}
.hgi-stroke.hgi-login-03:before {
  content: "\4b99";
}
.hgi-stroke.hgi-login-circle-01:before {
  content: "\4b9b";
}
.hgi-stroke.hgi-login-circle-02:before {
  content: "\4b9d";
}
.hgi-stroke.hgi-login-method:before {
  content: "\4b9f";
}
.hgi-stroke.hgi-login-square-01:before {
  content: "\4ba1";
}
.hgi-stroke.hgi-login-square-02:before {
  content: "\4ba3";
}
.hgi-stroke.hgi-logout-01:before {
  content: "\4ba5";
}
.hgi-stroke.hgi-logout-02:before {
  content: "\4ba7";
}
.hgi-stroke.hgi-logout-03:before {
  content: "\4ba9";
}
.hgi-stroke.hgi-logout-04:before {
  content: "\4bab";
}
.hgi-stroke.hgi-logout-05:before {
  content: "\4bad";
}
.hgi-stroke.hgi-logout-circle-01:before {
  content: "\4baf";
}
.hgi-stroke.hgi-logout-circle-02:before {
  content: "\4bb1";
}
.hgi-stroke.hgi-logout-square-01:before {
  content: "\4bb3";
}
.hgi-stroke.hgi-logout-square-02:before {
  content: "\4bb5";
}
.hgi-stroke.hgi-lollipop:before {
  content: "\4bb7";
}
.hgi-stroke.hgi-long-sleeve-shirt:before {
  content: "\4bb9";
}
.hgi-stroke.hgi-longitude:before {
  content: "\4bbb";
}
.hgi-stroke.hgi-look-bottom:before {
  content: "\4bbd";
}
.hgi-stroke.hgi-look-left:before {
  content: "\4bbf";
}
.hgi-stroke.hgi-look-right:before {
  content: "\4bc1";
}
.hgi-stroke.hgi-look-top:before {
  content: "\4bc3";
}
.hgi-stroke.hgi-loom:before {
  content: "\4bc5";
}
.hgi-stroke.hgi-lottiefiles:before {
  content: "\4bc7";
}
.hgi-stroke.hgi-love-korean-finger:before {
  content: "\4bc9";
}
.hgi-stroke.hgi-low-signal:before {
  content: "\4bcb";
}
.hgi-stroke.hgi-loyalty-card:before {
  content: "\4bcd";
}
.hgi-stroke.hgi-luggage-01:before {
  content: "\4bcf";
}
.hgi-stroke.hgi-luggage-02:before {
  content: "\4bd1";
}
.hgi-stroke.hgi-lungs:before {
  content: "\4bd3";
}
.hgi-stroke.hgi-machine-robot:before {
  content: "\4bd5";
}
.hgi-stroke.hgi-magic-wand-01:before {
  content: "\4bd7";
}
.hgi-stroke.hgi-magic-wand-02:before {
  content: "\4bd9";
}
.hgi-stroke.hgi-magic-wand-03:before {
  content: "\4bdb";
}
.hgi-stroke.hgi-magic-wand-04:before {
  content: "\4bdd";
}
.hgi-stroke.hgi-magnet-01:before {
  content: "\4bdf";
}
.hgi-stroke.hgi-magnet-02:before {
  content: "\4be1";
}
.hgi-stroke.hgi-magnet:before {
  content: "\4be3";
}
.hgi-stroke.hgi-mail-01:before {
  content: "\4be5";
}
.hgi-stroke.hgi-mail-02:before {
  content: "\4be7";
}
.hgi-stroke.hgi-mail-account-01:before {
  content: "\4be9";
}
.hgi-stroke.hgi-mail-account-02:before {
  content: "\4beb";
}
.hgi-stroke.hgi-mail-add-01:before {
  content: "\4bed";
}
.hgi-stroke.hgi-mail-add-02:before {
  content: "\4bef";
}
.hgi-stroke.hgi-mail-at-sign-01:before {
  content: "\4bf1";
}
.hgi-stroke.hgi-mail-at-sign-02:before {
  content: "\4bf3";
}
.hgi-stroke.hgi-mail-block-01:before {
  content: "\4bf5";
}
.hgi-stroke.hgi-mail-block-02:before {
  content: "\4bf7";
}
.hgi-stroke.hgi-mail-download-01:before {
  content: "\4bf9";
}
.hgi-stroke.hgi-mail-download-02:before {
  content: "\4bfb";
}
.hgi-stroke.hgi-mail-edit-01:before {
  content: "\4bfd";
}
.hgi-stroke.hgi-mail-edit-02:before {
  content: "\4bff";
}
.hgi-stroke.hgi-mail-lock-01:before {
  content: "\4c01";
}
.hgi-stroke.hgi-mail-lock-02:before {
  content: "\4c03";
}
.hgi-stroke.hgi-mail-love-01:before {
  content: "\4c05";
}
.hgi-stroke.hgi-mail-love-02:before {
  content: "\4c07";
}
.hgi-stroke.hgi-mail-minus-01:before {
  content: "\4c09";
}
.hgi-stroke.hgi-mail-minus-02:before {
  content: "\4c0b";
}
.hgi-stroke.hgi-mail-open-01:before {
  content: "\4c0d";
}
.hgi-stroke.hgi-mail-open-02:before {
  content: "\4c0f";
}
.hgi-stroke.hgi-mail-open-love:before {
  content: "\4c11";
}
.hgi-stroke.hgi-mail-open:before {
  content: "\4c13";
}
.hgi-stroke.hgi-mail-receive-01:before {
  content: "\4c15";
}
.hgi-stroke.hgi-mail-receive-02:before {
  content: "\4c17";
}
.hgi-stroke.hgi-mail-remove-01:before {
  content: "\4c19";
}
.hgi-stroke.hgi-mail-remove-02:before {
  content: "\4c1b";
}
.hgi-stroke.hgi-mail-reply-01:before {
  content: "\4c1d";
}
.hgi-stroke.hgi-mail-reply-02:before {
  content: "\4c1f";
}
.hgi-stroke.hgi-mail-reply-all-01:before {
  content: "\4c21";
}
.hgi-stroke.hgi-mail-reply-all-02:before {
  content: "\4c23";
}
.hgi-stroke.hgi-mail-search-01:before {
  content: "\4c25";
}
.hgi-stroke.hgi-mail-search-02:before {
  content: "\4c27";
}
.hgi-stroke.hgi-mail-secure-01:before {
  content: "\4c29";
}
.hgi-stroke.hgi-mail-secure-02:before {
  content: "\4c2b";
}
.hgi-stroke.hgi-mail-send-01:before {
  content: "\4c2d";
}
.hgi-stroke.hgi-mail-send-02:before {
  content: "\4c2f";
}
.hgi-stroke.hgi-mail-setting-01:before {
  content: "\4c31";
}
.hgi-stroke.hgi-mail-setting-02:before {
  content: "\4c33";
}
.hgi-stroke.hgi-mail-unlock-01:before {
  content: "\4c35";
}
.hgi-stroke.hgi-mail-unlock-02:before {
  content: "\4c37";
}
.hgi-stroke.hgi-mail-upload-01:before {
  content: "\4c39";
}
.hgi-stroke.hgi-mail-upload-02:before {
  content: "\4c3b";
}
.hgi-stroke.hgi-mail-validation-01:before {
  content: "\4c3d";
}
.hgi-stroke.hgi-mail-validation-02:before {
  content: "\4c3f";
}
.hgi-stroke.hgi-mail-voice-01:before {
  content: "\4c41";
}
.hgi-stroke.hgi-mail-voice-02:before {
  content: "\4c43";
}
.hgi-stroke.hgi-mailbox-01:before {
  content: "\4c45";
}
.hgi-stroke.hgi-mailbox:before {
  content: "\4c47";
}
.hgi-stroke.hgi-male-02:before {
  content: "\4c49";
}
.hgi-stroke.hgi-male-symbol:before {
  content: "\4c4b";
}
.hgi-stroke.hgi-man-woman:before {
  content: "\4c4e";
}
.hgi-stroke.hgi-man:before {
  content: "\4c4f";
}
.hgi-stroke.hgi-manager:before {
  content: "\4c51";
}
.hgi-stroke.hgi-map-pin:before {
  content: "\4c53";
}
.hgi-stroke.hgi-map-pinpoint-01:before {
  content: "\4c55";
}
.hgi-stroke.hgi-map-pinpoint-02:before {
  content: "\4c57";
}
.hgi-stroke.hgi-maping:before {
  content: "\4c59";
}
.hgi-stroke.hgi-maps-circle-01:before {
  content: "\4c5b";
}
.hgi-stroke.hgi-maps-circle-02:before {
  content: "\4c5d";
}
.hgi-stroke.hgi-maps-editing:before {
  content: "\4c5f";
}
.hgi-stroke.hgi-maps-global-01:before {
  content: "\4c61";
}
.hgi-stroke.hgi-maps-global-02:before {
  content: "\4c63";
}
.hgi-stroke.hgi-maps-location-01:before {
  content: "\4c65";
}
.hgi-stroke.hgi-maps-location-02:before {
  content: "\4c67";
}
.hgi-stroke.hgi-maps-off:before {
  content: "\4c69";
}
.hgi-stroke.hgi-maps-refresh:before {
  content: "\4c6b";
}
.hgi-stroke.hgi-maps-search:before {
  content: "\4c6d";
}
.hgi-stroke.hgi-maps-square-01:before {
  content: "\4c70";
}
.hgi-stroke.hgi-maps-square-02:before {
  content: "\4c72";
}
.hgi-stroke.hgi-maps:before {
  content: "\4c73";
}
.hgi-stroke.hgi-market-analysis:before {
  content: "\4c75";
}
.hgi-stroke.hgi-market-order:before {
  content: "\4c77";
}
.hgi-stroke.hgi-marketing:before {
  content: "\4c79";
}
.hgi-stroke.hgi-mask-love:before {
  content: "\4c7b";
}
.hgi-stroke.hgi-mask:before {
  content: "\4c7d";
}
.hgi-stroke.hgi-master-card:before {
  content: "\4c7f";
}
.hgi-stroke.hgi-mastodon:before {
  content: "\4c81";
}
.hgi-stroke.hgi-matches:before {
  content: "\4c83";
}
.hgi-stroke.hgi-material-and-texture:before {
  content: "\4c85";
}
.hgi-stroke.hgi-math:before {
  content: "\4c87";
}
.hgi-stroke.hgi-matrix:before {
  content: "\4c89";
}
.hgi-stroke.hgi-maximize-01:before {
  content: "\4c8b";
}
.hgi-stroke.hgi-maximize-02:before {
  content: "\4c8d";
}
.hgi-stroke.hgi-maximize-03:before {
  content: "\4c8f";
}
.hgi-stroke.hgi-maximize-04:before {
  content: "\4c91";
}
.hgi-stroke.hgi-maximize-screen:before {
  content: "\4c93";
}
.hgi-stroke.hgi-mayan-pyramid:before {
  content: "\4c95";
}
.hgi-stroke.hgi-maze:before {
  content: "\4c97";
}
.hgi-stroke.hgi-medal-01:before {
  content: "\4c99";
}
.hgi-stroke.hgi-medal-02:before {
  content: "\4c9b";
}
.hgi-stroke.hgi-medal-03:before {
  content: "\4c9d";
}
.hgi-stroke.hgi-medal-04:before {
  content: "\4c9f";
}
.hgi-stroke.hgi-medal-05:before {
  content: "\4ca1";
}
.hgi-stroke.hgi-medal-06:before {
  content: "\4ca3";
}
.hgi-stroke.hgi-medal-07:before {
  content: "\4ca5";
}
.hgi-stroke.hgi-medal-first-place:before {
  content: "\4ca7";
}
.hgi-stroke.hgi-medal-second-place:before {
  content: "\4ca9";
}
.hgi-stroke.hgi-medal-third-place:before {
  content: "\4cab";
}
.hgi-stroke.hgi-medical-file:before {
  content: "\4cad";
}
.hgi-stroke.hgi-medical-mask:before {
  content: "\4caf";
}
.hgi-stroke.hgi-medicine-01:before {
  content: "\4cb1";
}
.hgi-stroke.hgi-medicine-02:before {
  content: "\4cb3";
}
.hgi-stroke.hgi-medicine-bottle-01:before {
  content: "\4cb5";
}
.hgi-stroke.hgi-medicine-bottle-02:before {
  content: "\4cb7";
}
.hgi-stroke.hgi-medicine-syrup:before {
  content: "\4cb9";
}
.hgi-stroke.hgi-medium-signal:before {
  content: "\4cbc";
}
.hgi-stroke.hgi-medium-square:before {
  content: "\4cbe";
}
.hgi-stroke.hgi-medium:before {
  content: "\4cbf";
}
.hgi-stroke.hgi-meeting-room:before {
  content: "\4cc1";
}
.hgi-stroke.hgi-megaphone-01:before {
  content: "\4cc3";
}
.hgi-stroke.hgi-megaphone-02:before {
  content: "\4cc5";
}
.hgi-stroke.hgi-megaphone-03:before {
  content: "\4cc7";
}
.hgi-stroke.hgi-meh:before {
  content: "\4cc9";
}
.hgi-stroke.hgi-mentor:before {
  content: "\4ccb";
}
.hgi-stroke.hgi-mentoring:before {
  content: "\4ccd";
}
.hgi-stroke.hgi-menu-01:before {
  content: "\4ccf";
}
.hgi-stroke.hgi-menu-02:before {
  content: "\4cd1";
}
.hgi-stroke.hgi-menu-03:before {
  content: "\4cd3";
}
.hgi-stroke.hgi-menu-04:before {
  content: "\4cd5";
}
.hgi-stroke.hgi-menu-05:before {
  content: "\4cd7";
}
.hgi-stroke.hgi-menu-06:before {
  content: "\4cd9";
}
.hgi-stroke.hgi-menu-07:before {
  content: "\4cdb";
}
.hgi-stroke.hgi-menu-08:before {
  content: "\4cdd";
}
.hgi-stroke.hgi-menu-09:before {
  content: "\4cdf";
}
.hgi-stroke.hgi-menu-10:before {
  content: "\4ce1";
}
.hgi-stroke.hgi-menu-11:before {
  content: "\4ce3";
}
.hgi-stroke.hgi-menu-circle:before {
  content: "\4ce5";
}
.hgi-stroke.hgi-menu-collapse:before {
  content: "\4ce7";
}
.hgi-stroke.hgi-menu-restaurant:before {
  content: "\4ce9";
}
.hgi-stroke.hgi-menu-square:before {
  content: "\4ceb";
}
.hgi-stroke.hgi-menu-two-line:before {
  content: "\4ced";
}
.hgi-stroke.hgi-message-01:before {
  content: "\4cef";
}
.hgi-stroke.hgi-message-02:before {
  content: "\4cf1";
}
.hgi-stroke.hgi-message-add-01:before {
  content: "\4cf3";
}
.hgi-stroke.hgi-message-add-02:before {
  content: "\4cf5";
}
.hgi-stroke.hgi-message-blocked:before {
  content: "\4cf7";
}
.hgi-stroke.hgi-message-cancel-01:before {
  content: "\4cf9";
}
.hgi-stroke.hgi-message-cancel-02:before {
  content: "\4cfb";
}
.hgi-stroke.hgi-message-delay-01:before {
  content: "\4cfd";
}
.hgi-stroke.hgi-message-delay-02:before {
  content: "\4cff";
}
.hgi-stroke.hgi-message-done-01:before {
  content: "\4d01";
}
.hgi-stroke.hgi-message-done-02:before {
  content: "\4d03";
}
.hgi-stroke.hgi-message-download-01:before {
  content: "\4d05";
}
.hgi-stroke.hgi-message-download-02:before {
  content: "\4d07";
}
.hgi-stroke.hgi-message-edit-01:before {
  content: "\4d09";
}
.hgi-stroke.hgi-message-edit-02:before {
  content: "\4d0b";
}
.hgi-stroke.hgi-message-favourite-01:before {
  content: "\4d0d";
}
.hgi-stroke.hgi-message-favourite-02:before {
  content: "\4d0f";
}
.hgi-stroke.hgi-message-incoming-01:before {
  content: "\4d11";
}
.hgi-stroke.hgi-message-incoming-02:before {
  content: "\4d13";
}
.hgi-stroke.hgi-message-lock-01:before {
  content: "\4d15";
}
.hgi-stroke.hgi-message-lock-02:before {
  content: "\4d17";
}
.hgi-stroke.hgi-message-multiple-01:before {
  content: "\4d19";
}
.hgi-stroke.hgi-message-multiple-02:before {
  content: "\4d1b";
}
.hgi-stroke.hgi-message-notification-01:before {
  content: "\4d1d";
}
.hgi-stroke.hgi-message-notification-02:before {
  content: "\4d1f";
}
.hgi-stroke.hgi-message-outgoing-01:before {
  content: "\4d21";
}
.hgi-stroke.hgi-message-outgoing-02:before {
  content: "\4d23";
}
.hgi-stroke.hgi-message-preview-01:before {
  content: "\4d25";
}
.hgi-stroke.hgi-message-preview-02:before {
  content: "\4d27";
}
.hgi-stroke.hgi-message-programming:before {
  content: "\4d29";
}
.hgi-stroke.hgi-message-question:before {
  content: "\4d2b";
}
.hgi-stroke.hgi-message-search-01:before {
  content: "\4d2d";
}
.hgi-stroke.hgi-message-search-02:before {
  content: "\4d2f";
}
.hgi-stroke.hgi-message-secure-01:before {
  content: "\4d31";
}
.hgi-stroke.hgi-message-secure-02:before {
  content: "\4d33";
}
.hgi-stroke.hgi-message-translate:before {
  content: "\4d35";
}
.hgi-stroke.hgi-message-unlock-01:before {
  content: "\4d37";
}
.hgi-stroke.hgi-message-unlock-02:before {
  content: "\4d39";
}
.hgi-stroke.hgi-message-upload-01:before {
  content: "\4d3b";
}
.hgi-stroke.hgi-message-upload-02:before {
  content: "\4d3d";
}
.hgi-stroke.hgi-message-user-01:before {
  content: "\4d3f";
}
.hgi-stroke.hgi-message-user-02:before {
  content: "\4d41";
}
.hgi-stroke.hgi-messenger:before {
  content: "\4d43";
}
.hgi-stroke.hgi-meta:before {
  content: "\4d45";
}
.hgi-stroke.hgi-metro:before {
  content: "\4d47";
}
.hgi-stroke.hgi-mic-01:before {
  content: "\4d49";
}
.hgi-stroke.hgi-mic-02:before {
  content: "\4d4b";
}
.hgi-stroke.hgi-mic-off-01:before {
  content: "\4d4d";
}
.hgi-stroke.hgi-mic-off-02:before {
  content: "\4d4f";
}
.hgi-stroke.hgi-microscope:before {
  content: "\4d51";
}
.hgi-stroke.hgi-microsoft-admin:before {
  content: "\4d53";
}
.hgi-stroke.hgi-microsoft:before {
  content: "\4d55";
}
.hgi-stroke.hgi-microwave:before {
  content: "\4d57";
}
.hgi-stroke.hgi-milk-bottle:before {
  content: "\4d59";
}
.hgi-stroke.hgi-milk-carton:before {
  content: "\4d5b";
}
.hgi-stroke.hgi-milk-coconut:before {
  content: "\4d5d";
}
.hgi-stroke.hgi-milk-oat:before {
  content: "\4d5f";
}
.hgi-stroke.hgi-minimize-01:before {
  content: "\4d61";
}
.hgi-stroke.hgi-minimize-02:before {
  content: "\4d63";
}
.hgi-stroke.hgi-minimize-03:before {
  content: "\4d65";
}
.hgi-stroke.hgi-minimize-04:before {
  content: "\4d67";
}
.hgi-stroke.hgi-minimize-screen:before {
  content: "\4d69";
}
.hgi-stroke.hgi-mining-01:before {
  content: "\4d6b";
}
.hgi-stroke.hgi-mining-02:before {
  content: "\4d6d";
}
.hgi-stroke.hgi-mining-03:before {
  content: "\4d6f";
}
.hgi-stroke.hgi-minus-plus-01:before {
  content: "\4d71";
}
.hgi-stroke.hgi-minus-plus-02:before {
  content: "\4d73";
}
.hgi-stroke.hgi-minus-plus-circle-01:before {
  content: "\4d75";
}
.hgi-stroke.hgi-minus-plus-circle-02:before {
  content: "\4d77";
}
.hgi-stroke.hgi-minus-plus-square-01:before {
  content: "\4d79";
}
.hgi-stroke.hgi-minus-plus-square-02:before {
  content: "\4d7b";
}
.hgi-stroke.hgi-minus-sign-circle:before {
  content: "\4d7d";
}
.hgi-stroke.hgi-minus-sign-square:before {
  content: "\4d80";
}
.hgi-stroke.hgi-minus-sign:before {
  content: "\4d81";
}
.hgi-stroke.hgi-mirror:before {
  content: "\4d83";
}
.hgi-stroke.hgi-mirroring-screen:before {
  content: "\4d85";
}
.hgi-stroke.hgi-mixer:before {
  content: "\4d87";
}
.hgi-stroke.hgi-mobile-navigator-01:before {
  content: "\4d89";
}
.hgi-stroke.hgi-mobile-navigator-02:before {
  content: "\4d8b";
}
.hgi-stroke.hgi-mobile-programming-01:before {
  content: "\4d8d";
}
.hgi-stroke.hgi-mobile-programming-02:before {
  content: "\4d8f";
}
.hgi-stroke.hgi-mobile-protection:before {
  content: "\4d91";
}
.hgi-stroke.hgi-mobile-security:before {
  content: "\4d93";
}
.hgi-stroke.hgi-mochi:before {
  content: "\4d95";
}
.hgi-stroke.hgi-modern-tv-4-k:before {
  content: "\4d97";
}
.hgi-stroke.hgi-modern-tv-issue:before {
  content: "\4d99";
}
.hgi-stroke.hgi-modern-tv:before {
  content: "\4d9b";
}
.hgi-stroke.hgi-molecules:before {
  content: "\4d9d";
}
.hgi-stroke.hgi-mollie:before {
  content: "\4d9f";
}
.hgi-stroke.hgi-monas:before {
  content: "\4da1";
}
.hgi-stroke.hgi-money-01:before {
  content: "\4da3";
}
.hgi-stroke.hgi-money-02:before {
  content: "\4da5";
}
.hgi-stroke.hgi-money-03:before {
  content: "\4da7";
}
.hgi-stroke.hgi-money-04:before {
  content: "\4da9";
}
.hgi-stroke.hgi-money-add-01:before {
  content: "\4dab";
}
.hgi-stroke.hgi-money-add-02:before {
  content: "\4dad";
}
.hgi-stroke.hgi-money-bag-01:before {
  content: "\4daf";
}
.hgi-stroke.hgi-money-bag-02:before {
  content: "\4db1";
}
.hgi-stroke.hgi-money-exchange-01:before {
  content: "\4db3";
}
.hgi-stroke.hgi-money-exchange-02:before {
  content: "\4db5";
}
.hgi-stroke.hgi-money-exchange-03:before {
  content: "\4db7";
}
.hgi-stroke.hgi-money-not-found-01:before {
  content: "\4db9";
}
.hgi-stroke.hgi-money-not-found-02:before {
  content: "\4dbb";
}
.hgi-stroke.hgi-money-not-found-03:before {
  content: "\4dbd";
}
.hgi-stroke.hgi-money-not-found-04:before {
  content: "\4dbf";
}
.hgi-stroke.hgi-money-receive-01:before {
  content: "\4dc1";
}
.hgi-stroke.hgi-money-receive-02:before {
  content: "\4dc3";
}
.hgi-stroke.hgi-money-receive-circle:before {
  content: "\4dc5";
}
.hgi-stroke.hgi-money-receive-flow-01:before {
  content: "\4dc7";
}
.hgi-stroke.hgi-money-receive-flow-02:before {
  content: "\4dc9";
}
.hgi-stroke.hgi-money-receive-square:before {
  content: "\4dcb";
}
.hgi-stroke.hgi-money-remove-01:before {
  content: "\4dcd";
}
.hgi-stroke.hgi-money-remove-02:before {
  content: "\4dcf";
}
.hgi-stroke.hgi-money-safe:before {
  content: "\4dd1";
}
.hgi-stroke.hgi-money-saving-jar:before {
  content: "\4dd3";
}
.hgi-stroke.hgi-money-security:before {
  content: "\4dd5";
}
.hgi-stroke.hgi-money-send-01:before {
  content: "\4dd7";
}
.hgi-stroke.hgi-money-send-02:before {
  content: "\4dd9";
}
.hgi-stroke.hgi-money-send-circle:before {
  content: "\4ddb";
}
.hgi-stroke.hgi-money-send-flow-01:before {
  content: "\4ddd";
}
.hgi-stroke.hgi-money-send-flow-02:before {
  content: "\4ddf";
}
.hgi-stroke.hgi-money-send-square:before {
  content: "\4de1";
}
.hgi-stroke.hgi-monocle-01:before {
  content: "\4de3";
}
.hgi-stroke.hgi-monocle:before {
  content: "\4de5";
}
.hgi-stroke.hgi-monster:before {
  content: "\4de7";
}
.hgi-stroke.hgi-moon-01:before {
  content: "\4de9";
}
.hgi-stroke.hgi-moon-02:before {
  content: "\4deb";
}
.hgi-stroke.hgi-moon-angled-rain-zap:before {
  content: "\4ded";
}
.hgi-stroke.hgi-moon-cloud-angled-rain:before {
  content: "\4def";
}
.hgi-stroke.hgi-moon-cloud-angled-zap:before {
  content: "\4df1";
}
.hgi-stroke.hgi-moon-cloud-big-rain:before {
  content: "\4df3";
}
.hgi-stroke.hgi-moon-cloud-fast-wind:before {
  content: "\4df5";
}
.hgi-stroke.hgi-moon-cloud-hailstone:before {
  content: "\4df7";
}
.hgi-stroke.hgi-moon-cloud-little-rain:before {
  content: "\4df9";
}
.hgi-stroke.hgi-moon-cloud-little-snow:before {
  content: "\4dfb";
}
.hgi-stroke.hgi-moon-cloud-mid-rain:before {
  content: "\4dfd";
}
.hgi-stroke.hgi-moon-cloud-mid-snow:before {
  content: "\4dff";
}
.hgi-stroke.hgi-moon-cloud-slow-wind:before {
  content: "\4e02";
}
.hgi-stroke.hgi-moon-cloud-snow:before {
  content: "\4e04";
}
.hgi-stroke.hgi-moon-cloud:before {
  content: "\4e05";
}
.hgi-stroke.hgi-moon-eclipse:before {
  content: "\4e07";
}
.hgi-stroke.hgi-moon-fast-wind:before {
  content: "\4e09";
}
.hgi-stroke.hgi-moon-landing:before {
  content: "\4e0b";
}
.hgi-stroke.hgi-moon-slow-wind:before {
  content: "\4e0e";
}
.hgi-stroke.hgi-moon:before {
  content: "\4e0f";
}
.hgi-stroke.hgi-moonset:before {
  content: "\4e11";
}
.hgi-stroke.hgi-more-01:before {
  content: "\4e13";
}
.hgi-stroke.hgi-more-02:before {
  content: "\4e15";
}
.hgi-stroke.hgi-more-03:before {
  content: "\4e17";
}
.hgi-stroke.hgi-more-horizontal-circle-01:before {
  content: "\4e19";
}
.hgi-stroke.hgi-more-horizontal-circle-02:before {
  content: "\4e1b";
}
.hgi-stroke.hgi-more-horizontal-square-01:before {
  content: "\4e1e";
}
.hgi-stroke.hgi-more-horizontal-square-02:before {
  content: "\4e20";
}
.hgi-stroke.hgi-more-horizontal:before {
  content: "\4e21";
}
.hgi-stroke.hgi-more-or-less-circle:before {
  content: "\4e23";
}
.hgi-stroke.hgi-more-or-less-square:before {
  content: "\4e26";
}
.hgi-stroke.hgi-more-or-less:before {
  content: "\4e27";
}
.hgi-stroke.hgi-more-vertical-circle-01:before {
  content: "\4e2a";
}
.hgi-stroke.hgi-more-vertical-circle-02:before {
  content: "\4e2c";
}
.hgi-stroke.hgi-more-vertical-square-01:before {
  content: "\4e2f";
}
.hgi-stroke.hgi-more-vertical-square-02:before {
  content: "\4e31";
}
.hgi-stroke.hgi-more-vertical:before {
  content: "\4e32";
}
.hgi-stroke.hgi-more:before {
  content: "\4e33";
}
.hgi-stroke.hgi-mortar:before {
  content: "\4e35";
}
.hgi-stroke.hgi-mortarboard-01:before {
  content: "\4e37";
}
.hgi-stroke.hgi-mortarboard-02:before {
  content: "\4e39";
}
.hgi-stroke.hgi-mosque-01:before {
  content: "\4e3b";
}
.hgi-stroke.hgi-mosque-02:before {
  content: "\4e3d";
}
.hgi-stroke.hgi-mosque-03:before {
  content: "\4e3f";
}
.hgi-stroke.hgi-mosque-04:before {
  content: "\4e41";
}
.hgi-stroke.hgi-mosque-05:before {
  content: "\4e43";
}
.hgi-stroke.hgi-mosque-location:before {
  content: "\4e45";
}
.hgi-stroke.hgi-motion-01:before {
  content: "\4e47";
}
.hgi-stroke.hgi-motion-02:before {
  content: "\4e49";
}
.hgi-stroke.hgi-motorbike-01:before {
  content: "\4e4b";
}
.hgi-stroke.hgi-motorbike-02:before {
  content: "\4e4d";
}
.hgi-stroke.hgi-mountain:before {
  content: "\4e4f";
}
.hgi-stroke.hgi-mouse-01:before {
  content: "\4e51";
}
.hgi-stroke.hgi-mouse-02:before {
  content: "\4e53";
}
.hgi-stroke.hgi-mouse-03:before {
  content: "\4e55";
}
.hgi-stroke.hgi-mouse-04:before {
  content: "\4e57";
}
.hgi-stroke.hgi-mouse-05:before {
  content: "\4e59";
}
.hgi-stroke.hgi-mouse-06:before {
  content: "\4e5b";
}
.hgi-stroke.hgi-mouse-07:before {
  content: "\4e5d";
}
.hgi-stroke.hgi-mouse-08:before {
  content: "\4e5f";
}
.hgi-stroke.hgi-mouse-09:before {
  content: "\4e61";
}
.hgi-stroke.hgi-mouse-10:before {
  content: "\4e63";
}
.hgi-stroke.hgi-mouse-11:before {
  content: "\4e65";
}
.hgi-stroke.hgi-mouse-12:before {
  content: "\4e67";
}
.hgi-stroke.hgi-mouse-13:before {
  content: "\4e69";
}
.hgi-stroke.hgi-mouse-14:before {
  content: "\4e6b";
}
.hgi-stroke.hgi-mouse-15:before {
  content: "\4e6d";
}
.hgi-stroke.hgi-mouse-16:before {
  content: "\4e6f";
}
.hgi-stroke.hgi-mouse-17:before {
  content: "\4e71";
}
.hgi-stroke.hgi-mouse-18:before {
  content: "\4e73";
}
.hgi-stroke.hgi-mouse-19:before {
  content: "\4e75";
}
.hgi-stroke.hgi-mouse-20:before {
  content: "\4e77";
}
.hgi-stroke.hgi-mouse-21:before {
  content: "\4e79";
}
.hgi-stroke.hgi-mouse-22:before {
  content: "\4e7b";
}
.hgi-stroke.hgi-mouse-23:before {
  content: "\4e7d";
}
.hgi-stroke.hgi-mouse-left-click-01:before {
  content: "\4e7f";
}
.hgi-stroke.hgi-mouse-left-click-02:before {
  content: "\4e81";
}
.hgi-stroke.hgi-mouse-left-click-03:before {
  content: "\4e83";
}
.hgi-stroke.hgi-mouse-left-click-04:before {
  content: "\4e85";
}
.hgi-stroke.hgi-mouse-left-click-05:before {
  content: "\4e87";
}
.hgi-stroke.hgi-mouse-left-click-06:before {
  content: "\4e89";
}
.hgi-stroke.hgi-mouse-right-click-01:before {
  content: "\4e8b";
}
.hgi-stroke.hgi-mouse-right-click-02:before {
  content: "\4e8d";
}
.hgi-stroke.hgi-mouse-right-click-03:before {
  content: "\4e8f";
}
.hgi-stroke.hgi-mouse-right-click-04:before {
  content: "\4e91";
}
.hgi-stroke.hgi-mouse-right-click-05:before {
  content: "\4e93";
}
.hgi-stroke.hgi-mouse-right-click-06:before {
  content: "\4e95";
}
.hgi-stroke.hgi-mouse-scroll-01:before {
  content: "\4e97";
}
.hgi-stroke.hgi-mouse-scroll-02:before {
  content: "\4e99";
}
.hgi-stroke.hgi-move-01:before {
  content: "\4e9b";
}
.hgi-stroke.hgi-move-02:before {
  content: "\4e9d";
}
.hgi-stroke.hgi-move-bottom:before {
  content: "\4e9f";
}
.hgi-stroke.hgi-move-left:before {
  content: "\4ea1";
}
.hgi-stroke.hgi-move-right:before {
  content: "\4ea3";
}
.hgi-stroke.hgi-move-to:before {
  content: "\4ea6";
}
.hgi-stroke.hgi-move-top:before {
  content: "\4ea8";
}
.hgi-stroke.hgi-move:before {
  content: "\4ea9";
}
.hgi-stroke.hgi-mp-3-01:before {
  content: "\4eab";
}
.hgi-stroke.hgi-mp-3-02:before {
  content: "\4ead";
}
.hgi-stroke.hgi-mp-4-01:before {
  content: "\4eaf";
}
.hgi-stroke.hgi-mp-4-02:before {
  content: "\4eb1";
}
.hgi-stroke.hgi-muhammad:before {
  content: "\4eb3";
}
.hgi-stroke.hgi-multiplication-sign-circle:before {
  content: "\4eb5";
}
.hgi-stroke.hgi-multiplication-sign-square:before {
  content: "\4eb8";
}
.hgi-stroke.hgi-multiplication-sign:before {
  content: "\4eb9";
}
.hgi-stroke.hgi-mushroom-01:before {
  content: "\4ebb";
}
.hgi-stroke.hgi-mushroom:before {
  content: "\4ebd";
}
.hgi-stroke.hgi-music-note-01:before {
  content: "\4ebf";
}
.hgi-stroke.hgi-music-note-02:before {
  content: "\4ec1";
}
.hgi-stroke.hgi-music-note-03:before {
  content: "\4ec3";
}
.hgi-stroke.hgi-music-note-04:before {
  content: "\4ec5";
}
.hgi-stroke.hgi-music-note-square-01:before {
  content: "\4ec7";
}
.hgi-stroke.hgi-music-note-square-02:before {
  content: "\4ec9";
}
.hgi-stroke.hgi-muslim:before {
  content: "\4ecb";
}
.hgi-stroke.hgi-mute:before {
  content: "\4ecd";
}
.hgi-stroke.hgi-mymind:before {
  content: "\4ecf";
}
.hgi-stroke.hgi-n-th-root-circle:before {
  content: "\4ed1";
}
.hgi-stroke.hgi-n-th-root-square:before {
  content: "\4ed4";
}
.hgi-stroke.hgi-n-th-root:before {
  content: "\4ed5";
}
.hgi-stroke.hgi-nano-technology:before {
  content: "\4ed7";
}
.hgi-stroke.hgi-napkins-01:before {
  content: "\4ed9";
}
.hgi-stroke.hgi-napkins-02:before {
  content: "\4edb";
}
.hgi-stroke.hgi-natural-food:before {
  content: "\4edd";
}
.hgi-stroke.hgi-navigation-01:before {
  content: "\4edf";
}
.hgi-stroke.hgi-navigation-02:before {
  content: "\4ee1";
}
.hgi-stroke.hgi-navigation-03:before {
  content: "\4ee3";
}
.hgi-stroke.hgi-navigation-04:before {
  content: "\4ee5";
}
.hgi-stroke.hgi-navigation-05:before {
  content: "\4ee7";
}
.hgi-stroke.hgi-navigator-01:before {
  content: "\4ee9";
}
.hgi-stroke.hgi-navigator-02:before {
  content: "\4eeb";
}
.hgi-stroke.hgi-necklace:before {
  content: "\4eed";
}
.hgi-stroke.hgi-nerd:before {
  content: "\4eef";
}
.hgi-stroke.hgi-neural-network:before {
  content: "\4ef1";
}
.hgi-stroke.hgi-neutral:before {
  content: "\4ef3";
}
.hgi-stroke.hgi-new-job:before {
  content: "\4ef5";
}
.hgi-stroke.hgi-new-office:before {
  content: "\4ef7";
}
.hgi-stroke.hgi-new-releases:before {
  content: "\4ef9";
}
.hgi-stroke.hgi-new-twitter-ellipse:before {
  content: "\4efb";
}
.hgi-stroke.hgi-new-twitter-rectangle:before {
  content: "\4efd";
}
.hgi-stroke.hgi-new-twitter:before {
  content: "\4eff";
}
.hgi-stroke.hgi-news-01:before {
  content: "\4f01";
}
.hgi-stroke.hgi-news:before {
  content: "\4f03";
}
.hgi-stroke.hgi-next:before {
  content: "\4f05";
}
.hgi-stroke.hgi-nike:before {
  content: "\4f07";
}
.hgi-stroke.hgi-nintendo-switch:before {
  content: "\4f0a";
}
.hgi-stroke.hgi-nintendo:before {
  content: "\4f0b";
}
.hgi-stroke.hgi-niqab:before {
  content: "\4f0d";
}
.hgi-stroke.hgi-no-internet:before {
  content: "\4f0f";
}
.hgi-stroke.hgi-no-meeting-room:before {
  content: "\4f11";
}
.hgi-stroke.hgi-no-signal:before {
  content: "\4f13";
}
.hgi-stroke.hgi-node-add:before {
  content: "\4f15";
}
.hgi-stroke.hgi-node-edit:before {
  content: "\4f17";
}
.hgi-stroke.hgi-node-move-down:before {
  content: "\4f19";
}
.hgi-stroke.hgi-node-move-up:before {
  content: "\4f1b";
}
.hgi-stroke.hgi-node-remove:before {
  content: "\4f1d";
}
.hgi-stroke.hgi-noodles:before {
  content: "\4f1f";
}
.hgi-stroke.hgi-nose:before {
  content: "\4f21";
}
.hgi-stroke.hgi-not-equal-sign-circle:before {
  content: "\4f23";
}
.hgi-stroke.hgi-not-equal-sign-square:before {
  content: "\4f26";
}
.hgi-stroke.hgi-not-equal-sign:before {
  content: "\4f27";
}
.hgi-stroke.hgi-note-01:before {
  content: "\4f29";
}
.hgi-stroke.hgi-note-02:before {
  content: "\4f2b";
}
.hgi-stroke.hgi-note-03:before {
  content: "\4f2d";
}
.hgi-stroke.hgi-note-04:before {
  content: "\4f2f";
}
.hgi-stroke.hgi-note-05:before {
  content: "\4f31";
}
.hgi-stroke.hgi-note-add:before {
  content: "\4f33";
}
.hgi-stroke.hgi-note-done:before {
  content: "\4f35";
}
.hgi-stroke.hgi-note-edit:before {
  content: "\4f37";
}
.hgi-stroke.hgi-note-remove:before {
  content: "\4f39";
}
.hgi-stroke.hgi-note:before {
  content: "\4f3b";
}
.hgi-stroke.hgi-notebook-01:before {
  content: "\4f3d";
}
.hgi-stroke.hgi-notebook-02:before {
  content: "\4f3f";
}
.hgi-stroke.hgi-notebook:before {
  content: "\4f41";
}
.hgi-stroke.hgi-notification-01:before {
  content: "\4f43";
}
.hgi-stroke.hgi-notification-02:before {
  content: "\4f45";
}
.hgi-stroke.hgi-notification-03:before {
  content: "\4f47";
}
.hgi-stroke.hgi-notification-block-01:before {
  content: "\4f49";
}
.hgi-stroke.hgi-notification-block-02:before {
  content: "\4f4b";
}
.hgi-stroke.hgi-notification-block-03:before {
  content: "\4f4d";
}
.hgi-stroke.hgi-notification-bubble:before {
  content: "\4f4f";
}
.hgi-stroke.hgi-notification-circle:before {
  content: "\4f51";
}
.hgi-stroke.hgi-notification-off-01:before {
  content: "\4f53";
}
.hgi-stroke.hgi-notification-off-02:before {
  content: "\4f55";
}
.hgi-stroke.hgi-notification-off-03:before {
  content: "\4f57";
}
.hgi-stroke.hgi-notification-snooze-01:before {
  content: "\4f59";
}
.hgi-stroke.hgi-notification-snooze-02:before {
  content: "\4f5b";
}
.hgi-stroke.hgi-notification-snooze-03:before {
  content: "\4f5d";
}
.hgi-stroke.hgi-notification-square:before {
  content: "\4f5f";
}
.hgi-stroke.hgi-notion-01:before {
  content: "\4f61";
}
.hgi-stroke.hgi-notion-02:before {
  content: "\4f63";
}
.hgi-stroke.hgi-npm:before {
  content: "\4f65";
}
.hgi-stroke.hgi-nuclear-power:before {
  content: "\4f67";
}
.hgi-stroke.hgi-nut:before {
  content: "\4f69";
}
.hgi-stroke.hgi-obtuse:before {
  content: "\4f6b";
}
.hgi-stroke.hgi-octagon:before {
  content: "\4f6d";
}
.hgi-stroke.hgi-octopus:before {
  content: "\4f6f";
}
.hgi-stroke.hgi-office-365:before {
  content: "\4f71";
}
.hgi-stroke.hgi-office-chair:before {
  content: "\4f73";
}
.hgi-stroke.hgi-office:before {
  content: "\4f75";
}
.hgi-stroke.hgi-oil-barrel:before {
  content: "\4f77";
}
.hgi-stroke.hgi-ok-finger:before {
  content: "\4f79";
}
.hgi-stroke.hgi-olympic-torch:before {
  content: "\4f7b";
}
.hgi-stroke.hgi-online-learning-01:before {
  content: "\4f7d";
}
.hgi-stroke.hgi-online-learning-02:before {
  content: "\4f7f";
}
.hgi-stroke.hgi-online-learning-03:before {
  content: "\4f81";
}
.hgi-stroke.hgi-online-learning-04:before {
  content: "\4f83";
}
.hgi-stroke.hgi-open-caption:before {
  content: "\4f85";
}
.hgi-stroke.hgi-option:before {
  content: "\4f87";
}
.hgi-stroke.hgi-orange:before {
  content: "\4f89";
}
.hgi-stroke.hgi-orbit-01:before {
  content: "\4f8b";
}
.hgi-stroke.hgi-orbit-02:before {
  content: "\4f8d";
}
.hgi-stroke.hgi-organic-food:before {
  content: "\4f8f";
}
.hgi-stroke.hgi-orthogonal-edge:before {
  content: "\4f91";
}
.hgi-stroke.hgi-oval:before {
  content: "\4f93";
}
.hgi-stroke.hgi-oven:before {
  content: "\4f95";
}
.hgi-stroke.hgi-package-02:before {
  content: "\4f97";
}
.hgi-stroke.hgi-package-03:before {
  content: "\4f99";
}
.hgi-stroke.hgi-package-add:before {
  content: "\4f9b";
}
.hgi-stroke.hgi-package-delivered:before {
  content: "\4f9d";
}
.hgi-stroke.hgi-package-dimensions-01:before {
  content: "\4f9f";
}
.hgi-stroke.hgi-package-dimensions-02:before {
  content: "\4fa1";
}
.hgi-stroke.hgi-package-moving:before {
  content: "\4fa3";
}
.hgi-stroke.hgi-package-open:before {
  content: "\4fa5";
}
.hgi-stroke.hgi-package-out-of-stock:before {
  content: "\4fa7";
}
.hgi-stroke.hgi-package-process:before {
  content: "\4fa9";
}
.hgi-stroke.hgi-package-receive:before {
  content: "\4fab";
}
.hgi-stroke.hgi-package-remove:before {
  content: "\4fad";
}
.hgi-stroke.hgi-package-search:before {
  content: "\4faf";
}
.hgi-stroke.hgi-package-sent:before {
  content: "\4fb2";
}
.hgi-stroke.hgi-package:before {
  content: "\4fb3";
}
.hgi-stroke.hgi-packaging:before {
  content: "\4fb5";
}
.hgi-stroke.hgi-pacman-01:before {
  content: "\4fb7";
}
.hgi-stroke.hgi-pacman-02:before {
  content: "\4fb9";
}
.hgi-stroke.hgi-paella:before {
  content: "\4fbb";
}
.hgi-stroke.hgi-paint-board:before {
  content: "\4fbd";
}
.hgi-stroke.hgi-paint-brush-01:before {
  content: "\4fbf";
}
.hgi-stroke.hgi-paint-brush-02:before {
  content: "\4fc1";
}
.hgi-stroke.hgi-paint-brush-03:before {
  content: "\4fc3";
}
.hgi-stroke.hgi-paint-brush-04:before {
  content: "\4fc5";
}
.hgi-stroke.hgi-paint-bucket:before {
  content: "\4fc7";
}
.hgi-stroke.hgi-pan-01:before {
  content: "\4fc9";
}
.hgi-stroke.hgi-pan-02:before {
  content: "\4fcb";
}
.hgi-stroke.hgi-pan-03:before {
  content: "\4fcd";
}
.hgi-stroke.hgi-parabola-01:before {
  content: "\4fcf";
}
.hgi-stroke.hgi-parabola-02:before {
  content: "\4fd1";
}
.hgi-stroke.hgi-parabola-03:before {
  content: "\4fd3";
}
.hgi-stroke.hgi-paragliding:before {
  content: "\4fd5";
}
.hgi-stroke.hgi-paragraph-bullets-point-01:before {
  content: "\4fd7";
}
.hgi-stroke.hgi-paragraph-bullets-point-02:before {
  content: "\4fd9";
}
.hgi-stroke.hgi-paragraph-spacing:before {
  content: "\4fdc";
}
.hgi-stroke.hgi-paragraph:before {
  content: "\4fdd";
}
.hgi-stroke.hgi-parallelogram:before {
  content: "\4fdf";
}
.hgi-stroke.hgi-parking-area-circle:before {
  content: "\4fe1";
}
.hgi-stroke.hgi-parking-area-square:before {
  content: "\4fe3";
}
.hgi-stroke.hgi-party:before {
  content: "\4fe5";
}
.hgi-stroke.hgi-passport-01:before {
  content: "\4fe7";
}
.hgi-stroke.hgi-passport-expired:before {
  content: "\4fe9";
}
.hgi-stroke.hgi-passport-valid:before {
  content: "\4fec";
}
.hgi-stroke.hgi-passport:before {
  content: "\4fed";
}
.hgi-stroke.hgi-password-validation:before {
  content: "\4fef";
}
.hgi-stroke.hgi-path:before {
  content: "\4ff1";
}
.hgi-stroke.hgi-pathfinder-crop:before {
  content: "\4ff3";
}
.hgi-stroke.hgi-pathfinder-divide:before {
  content: "\4ff5";
}
.hgi-stroke.hgi-pathfinder-exclude:before {
  content: "\4ff7";
}
.hgi-stroke.hgi-pathfinder-intersect:before {
  content: "\4ff9";
}
.hgi-stroke.hgi-pathfinder-merge:before {
  content: "\4ffb";
}
.hgi-stroke.hgi-pathfinder-minus-back:before {
  content: "\4ffd";
}
.hgi-stroke.hgi-pathfinder-minus-front:before {
  content: "\4fff";
}
.hgi-stroke.hgi-pathfinder-outline:before {
  content: "\5001";
}
.hgi-stroke.hgi-pathfinder-trim:before {
  content: "\5003";
}
.hgi-stroke.hgi-pathfinder-unite:before {
  content: "\5005";
}
.hgi-stroke.hgi-patient:before {
  content: "\5007";
}
.hgi-stroke.hgi-patio:before {
  content: "\5009";
}
.hgi-stroke.hgi-pause-circle:before {
  content: "\500b";
}
.hgi-stroke.hgi-pause:before {
  content: "\500d";
}
.hgi-stroke.hgi-pavilon:before {
  content: "\500f";
}
.hgi-stroke.hgi-pay-by-check:before {
  content: "\5011";
}
.hgi-stroke.hgi-payment-01:before {
  content: "\5013";
}
.hgi-stroke.hgi-payment-02:before {
  content: "\5015";
}
.hgi-stroke.hgi-payment-success-01:before {
  content: "\5017";
}
.hgi-stroke.hgi-payment-success-02:before {
  content: "\5019";
}
.hgi-stroke.hgi-payoneer:before {
  content: "\501b";
}
.hgi-stroke.hgi-paypal:before {
  content: "\501d";
}
.hgi-stroke.hgi-pdf-01:before {
  content: "\501f";
}
.hgi-stroke.hgi-pdf-02:before {
  content: "\5021";
}
.hgi-stroke.hgi-peer-to-peer-01:before {
  content: "\5023";
}
.hgi-stroke.hgi-peer-to-peer-02:before {
  content: "\5025";
}
.hgi-stroke.hgi-peer-to-peer-03:before {
  content: "\5027";
}
.hgi-stroke.hgi-pen-01:before {
  content: "\5029";
}
.hgi-stroke.hgi-pen-02:before {
  content: "\502b";
}
.hgi-stroke.hgi-pen-connect-bluetooth:before {
  content: "\502d";
}
.hgi-stroke.hgi-pen-connect-usb:before {
  content: "\502f";
}
.hgi-stroke.hgi-pen-connect-wifi:before {
  content: "\5031";
}
.hgi-stroke.hgi-pen-tool-01:before {
  content: "\5033";
}
.hgi-stroke.hgi-pen-tool-02:before {
  content: "\5035";
}
.hgi-stroke.hgi-pen-tool-03:before {
  content: "\5037";
}
.hgi-stroke.hgi-pen-tool-add:before {
  content: "\5039";
}
.hgi-stroke.hgi-pen-tool-minus:before {
  content: "\503b";
}
.hgi-stroke.hgi-pencil-edit-01:before {
  content: "\503d";
}
.hgi-stroke.hgi-pencil-edit-02:before {
  content: "\503f";
}
.hgi-stroke.hgi-pencil:before {
  content: "\5041";
}
.hgi-stroke.hgi-pendulum:before {
  content: "\5043";
}
.hgi-stroke.hgi-pensive:before {
  content: "\5045";
}
.hgi-stroke.hgi-pentagon-01:before {
  content: "\5047";
}
.hgi-stroke.hgi-pentagon:before {
  content: "\5049";
}
.hgi-stroke.hgi-percent-circle:before {
  content: "\504b";
}
.hgi-stroke.hgi-percent-square:before {
  content: "\504e";
}
.hgi-stroke.hgi-percent:before {
  content: "\504f";
}
.hgi-stroke.hgi-perfume:before {
  content: "\5051";
}
.hgi-stroke.hgi-periscope:before {
  content: "\5053";
}
.hgi-stroke.hgi-permanent-job:before {
  content: "\5055";
}
.hgi-stroke.hgi-perplexity-ai:before {
  content: "\5057";
}
.hgi-stroke.hgi-perspective:before {
  content: "\5059";
}
.hgi-stroke.hgi-petrol-pump:before {
  content: "\505b";
}
.hgi-stroke.hgi-pexels:before {
  content: "\505d";
}
.hgi-stroke.hgi-phone-off-01:before {
  content: "\505f";
}
.hgi-stroke.hgi-phone-off-02:before {
  content: "\5061";
}
.hgi-stroke.hgi-php:before {
  content: "\5063";
}
.hgi-stroke.hgi-physics:before {
  content: "\5065";
}
.hgi-stroke.hgi-pi-circle:before {
  content: "\5067";
}
.hgi-stroke.hgi-pi-square:before {
  content: "\506a";
}
.hgi-stroke.hgi-pi:before {
  content: "\506b";
}
.hgi-stroke.hgi-picasa:before {
  content: "\506d";
}
.hgi-stroke.hgi-pickup-01:before {
  content: "\506f";
}
.hgi-stroke.hgi-pickup-02:before {
  content: "\5071";
}
.hgi-stroke.hgi-picture-in-picture-exit:before {
  content: "\5073";
}
.hgi-stroke.hgi-picture-in-picture-on:before {
  content: "\5075";
}
.hgi-stroke.hgi-pie-chart-01:before {
  content: "\5077";
}
.hgi-stroke.hgi-pie-chart-02:before {
  content: "\5079";
}
.hgi-stroke.hgi-pie-chart-03:before {
  content: "\507b";
}
.hgi-stroke.hgi-pie-chart-04:before {
  content: "\507d";
}
.hgi-stroke.hgi-pie-chart-05:before {
  content: "\507f";
}
.hgi-stroke.hgi-pie-chart-06:before {
  content: "\5081";
}
.hgi-stroke.hgi-pie-chart-07:before {
  content: "\5083";
}
.hgi-stroke.hgi-pie-chart-08:before {
  content: "\5085";
}
.hgi-stroke.hgi-pie-chart-09:before {
  content: "\5087";
}
.hgi-stroke.hgi-pie-chart-square:before {
  content: "\508a";
}
.hgi-stroke.hgi-pie-chart:before {
  content: "\508b";
}
.hgi-stroke.hgi-pie:before {
  content: "\508d";
}
.hgi-stroke.hgi-piggy-bank:before {
  content: "\508f";
}
.hgi-stroke.hgi-pin-02:before {
  content: "\5091";
}
.hgi-stroke.hgi-pin-code:before {
  content: "\5093";
}
.hgi-stroke.hgi-pin-location-01:before {
  content: "\5095";
}
.hgi-stroke.hgi-pin-location-02:before {
  content: "\5097";
}
.hgi-stroke.hgi-pin-location-03:before {
  content: "\5099";
}
.hgi-stroke.hgi-pin-off:before {
  content: "\509b";
}
.hgi-stroke.hgi-pin:before {
  content: "\509d";
}
.hgi-stroke.hgi-pine-tree:before {
  content: "\509f";
}
.hgi-stroke.hgi-pinterest:before {
  content: "\50a1";
}
.hgi-stroke.hgi-pipeline:before {
  content: "\50a3";
}
.hgi-stroke.hgi-pisa-tower:before {
  content: "\50a5";
}
.hgi-stroke.hgi-pivot:before {
  content: "\50a7";
}
.hgi-stroke.hgi-pizza-01:before {
  content: "\50a9";
}
.hgi-stroke.hgi-pizza-02:before {
  content: "\50ab";
}
.hgi-stroke.hgi-pizza-03:before {
  content: "\50ad";
}
.hgi-stroke.hgi-pizza-04:before {
  content: "\50af";
}
.hgi-stroke.hgi-pizza-cutter:before {
  content: "\50b1";
}
.hgi-stroke.hgi-plane:before {
  content: "\50b3";
}
.hgi-stroke.hgi-plant-01:before {
  content: "\50b5";
}
.hgi-stroke.hgi-plant-02:before {
  content: "\50b7";
}
.hgi-stroke.hgi-plant-03:before {
  content: "\50b9";
}
.hgi-stroke.hgi-plant-04:before {
  content: "\50bb";
}
.hgi-stroke.hgi-plate:before {
  content: "\50bd";
}
.hgi-stroke.hgi-plaxo:before {
  content: "\50bf";
}
.hgi-stroke.hgi-play-circle-02:before {
  content: "\50c1";
}
.hgi-stroke.hgi-play-circle:before {
  content: "\50c3";
}
.hgi-stroke.hgi-play-list-add:before {
  content: "\50c5";
}
.hgi-stroke.hgi-play-list-favourite-01:before {
  content: "\50c7";
}
.hgi-stroke.hgi-play-list-favourite-02:before {
  content: "\50c9";
}
.hgi-stroke.hgi-play-list-minus:before {
  content: "\50cb";
}
.hgi-stroke.hgi-play-list-remove:before {
  content: "\50cd";
}
.hgi-stroke.hgi-play-list:before {
  content: "\50cf";
}
.hgi-stroke.hgi-play-square:before {
  content: "\50d2";
}
.hgi-stroke.hgi-play-store:before {
  content: "\50d4";
}
.hgi-stroke.hgi-play:before {
  content: "\50d5";
}
.hgi-stroke.hgi-playlist-01:before {
  content: "\50d7";
}
.hgi-stroke.hgi-playlist-02:before {
  content: "\50d9";
}
.hgi-stroke.hgi-playlist-03:before {
  content: "\50db";
}
.hgi-stroke.hgi-plaza:before {
  content: "\50dd";
}
.hgi-stroke.hgi-plug-01:before {
  content: "\50df";
}
.hgi-stroke.hgi-plug-02:before {
  content: "\50e1";
}
.hgi-stroke.hgi-plug-socket:before {
  content: "\50e3";
}
.hgi-stroke.hgi-plus-minus-01:before {
  content: "\50e5";
}
.hgi-stroke.hgi-plus-minus-02:before {
  content: "\50e7";
}
.hgi-stroke.hgi-plus-minus-circle-01:before {
  content: "\50e9";
}
.hgi-stroke.hgi-plus-minus-circle-02:before {
  content: "\50eb";
}
.hgi-stroke.hgi-plus-minus-square-01:before {
  content: "\50ee";
}
.hgi-stroke.hgi-plus-minus-square-02:before {
  content: "\50f0";
}
.hgi-stroke.hgi-plus-minus:before {
  content: "\50f1";
}
.hgi-stroke.hgi-plus-sign-circle:before {
  content: "\50f3";
}
.hgi-stroke.hgi-plus-sign-square:before {
  content: "\50f6";
}
.hgi-stroke.hgi-plus-sign:before {
  content: "\50f7";
}
.hgi-stroke.hgi-png-01:before {
  content: "\50f9";
}
.hgi-stroke.hgi-png-02:before {
  content: "\50fb";
}
.hgi-stroke.hgi-podcast:before {
  content: "\50fd";
}
.hgi-stroke.hgi-podium:before {
  content: "\50ff";
}
.hgi-stroke.hgi-pointing-left-01:before {
  content: "\5101";
}
.hgi-stroke.hgi-pointing-left-02:before {
  content: "\5103";
}
.hgi-stroke.hgi-pointing-left-03:before {
  content: "\5105";
}
.hgi-stroke.hgi-pointing-left-04:before {
  content: "\5107";
}
.hgi-stroke.hgi-pointing-left-05:before {
  content: "\5109";
}
.hgi-stroke.hgi-pointing-left-06:before {
  content: "\510b";
}
.hgi-stroke.hgi-pointing-left-07:before {
  content: "\510d";
}
.hgi-stroke.hgi-pointing-left-08:before {
  content: "\510f";
}
.hgi-stroke.hgi-pointing-right-01:before {
  content: "\5111";
}
.hgi-stroke.hgi-pointing-right-02:before {
  content: "\5113";
}
.hgi-stroke.hgi-pointing-right-03:before {
  content: "\5115";
}
.hgi-stroke.hgi-pointing-right-04:before {
  content: "\5117";
}
.hgi-stroke.hgi-pointing-right-05:before {
  content: "\5119";
}
.hgi-stroke.hgi-pointing-right-06:before {
  content: "\511b";
}
.hgi-stroke.hgi-pointing-right-07:before {
  content: "\511d";
}
.hgi-stroke.hgi-pointing-right-08:before {
  content: "\511f";
}
.hgi-stroke.hgi-pokeball:before {
  content: "\5121";
}
.hgi-stroke.hgi-pokemon:before {
  content: "\5123";
}
.hgi-stroke.hgi-police-badge:before {
  content: "\5125";
}
.hgi-stroke.hgi-police-cap:before {
  content: "\5127";
}
.hgi-stroke.hgi-police-car:before {
  content: "\5129";
}
.hgi-stroke.hgi-police-station:before {
  content: "\512b";
}
.hgi-stroke.hgi-policy:before {
  content: "\512d";
}
.hgi-stroke.hgi-poly-tank:before {
  content: "\512f";
}
.hgi-stroke.hgi-polygon:before {
  content: "\5131";
}
.hgi-stroke.hgi-pool-table:before {
  content: "\5134";
}
.hgi-stroke.hgi-pool:before {
  content: "\5135";
}
.hgi-stroke.hgi-poop:before {
  content: "\5137";
}
.hgi-stroke.hgi-popcorn:before {
  content: "\5139";
}
.hgi-stroke.hgi-pot-01:before {
  content: "\513b";
}
.hgi-stroke.hgi-pot-02:before {
  content: "\513d";
}
.hgi-stroke.hgi-potion:before {
  content: "\513f";
}
.hgi-stroke.hgi-pound-circle:before {
  content: "\5141";
}
.hgi-stroke.hgi-pound-receive:before {
  content: "\5143";
}
.hgi-stroke.hgi-pound-send:before {
  content: "\5146";
}
.hgi-stroke.hgi-pound-square:before {
  content: "\5148";
}
.hgi-stroke.hgi-pound:before {
  content: "\5149";
}
.hgi-stroke.hgi-power-service:before {
  content: "\514b";
}
.hgi-stroke.hgi-power-socket-01:before {
  content: "\514d";
}
.hgi-stroke.hgi-power-socket-02:before {
  content: "\514f";
}
.hgi-stroke.hgi-ppt-01:before {
  content: "\5151";
}
.hgi-stroke.hgi-ppt-02:before {
  content: "\5153";
}
.hgi-stroke.hgi-prawn:before {
  content: "\5155";
}
.hgi-stroke.hgi-prayer-rug-01:before {
  content: "\5157";
}
.hgi-stroke.hgi-prayer-rug-02:before {
  content: "\5159";
}
.hgi-stroke.hgi-preference-horizontal:before {
  content: "\515b";
}
.hgi-stroke.hgi-preference-vertical:before {
  content: "\515d";
}
.hgi-stroke.hgi-prescription:before {
  content: "\515f";
}
.hgi-stroke.hgi-presentation-01:before {
  content: "\5161";
}
.hgi-stroke.hgi-presentation-02:before {
  content: "\5163";
}
.hgi-stroke.hgi-presentation-03:before {
  content: "\5165";
}
.hgi-stroke.hgi-presentation-04:before {
  content: "\5167";
}
.hgi-stroke.hgi-presentation-05:before {
  content: "\5169";
}
.hgi-stroke.hgi-presentation-06:before {
  content: "\516b";
}
.hgi-stroke.hgi-presentation-07:before {
  content: "\516d";
}
.hgi-stroke.hgi-presentation-bar-chart-01:before {
  content: "\516f";
}
.hgi-stroke.hgi-presentation-bar-chart-02:before {
  content: "\5171";
}
.hgi-stroke.hgi-presentation-line-chart-01:before {
  content: "\5173";
}
.hgi-stroke.hgi-presentation-line-chart-02:before {
  content: "\5175";
}
.hgi-stroke.hgi-presentation-online:before {
  content: "\5177";
}
.hgi-stroke.hgi-presentation-podium:before {
  content: "\5179";
}
.hgi-stroke.hgi-previous:before {
  content: "\517b";
}
.hgi-stroke.hgi-printer-off:before {
  content: "\517d";
}
.hgi-stroke.hgi-printer:before {
  content: "\517f";
}
.hgi-stroke.hgi-prism-01:before {
  content: "\5181";
}
.hgi-stroke.hgi-prism:before {
  content: "\5183";
}
.hgi-stroke.hgi-prison-guard:before {
  content: "\5185";
}
.hgi-stroke.hgi-prison:before {
  content: "\5187";
}
.hgi-stroke.hgi-prisoner:before {
  content: "\5189";
}
.hgi-stroke.hgi-product-loading:before {
  content: "\518b";
}
.hgi-stroke.hgi-profile-02:before {
  content: "\518d";
}
.hgi-stroke.hgi-profile:before {
  content: "\518f";
}
.hgi-stroke.hgi-profit:before {
  content: "\5191";
}
.hgi-stroke.hgi-programming-flag:before {
  content: "\5193";
}
.hgi-stroke.hgi-progress-01:before {
  content: "\5195";
}
.hgi-stroke.hgi-progress-02:before {
  content: "\5197";
}
.hgi-stroke.hgi-progress-03:before {
  content: "\5199";
}
.hgi-stroke.hgi-progress-04:before {
  content: "\519b";
}
.hgi-stroke.hgi-progress:before {
  content: "\519d";
}
.hgi-stroke.hgi-projector-01:before {
  content: "\519f";
}
.hgi-stroke.hgi-projector:before {
  content: "\51a1";
}
.hgi-stroke.hgi-promotion:before {
  content: "\51a3";
}
.hgi-stroke.hgi-property-add:before {
  content: "\51a5";
}
.hgi-stroke.hgi-property-delete:before {
  content: "\51a7";
}
.hgi-stroke.hgi-property-edit:before {
  content: "\51a9";
}
.hgi-stroke.hgi-property-new:before {
  content: "\51ab";
}
.hgi-stroke.hgi-property-search:before {
  content: "\51ad";
}
.hgi-stroke.hgi-property-view:before {
  content: "\51af";
}
.hgi-stroke.hgi-protection-mask:before {
  content: "\51b1";
}
.hgi-stroke.hgi-pulley:before {
  content: "\51b3";
}
.hgi-stroke.hgi-pulse-01:before {
  content: "\51b5";
}
.hgi-stroke.hgi-pulse-02:before {
  content: "\51b7";
}
.hgi-stroke.hgi-pulse-rectangle-01:before {
  content: "\51b9";
}
.hgi-stroke.hgi-pulse-rectangle-02:before {
  content: "\51bb";
}
.hgi-stroke.hgi-pumpkin:before {
  content: "\51bd";
}
.hgi-stroke.hgi-punch:before {
  content: "\51bf";
}
.hgi-stroke.hgi-punching-ball-01:before {
  content: "\51c1";
}
.hgi-stroke.hgi-punching-ball-02:before {
  content: "\51c3";
}
.hgi-stroke.hgi-purse-01:before {
  content: "\51c5";
}
.hgi-stroke.hgi-purse:before {
  content: "\51c7";
}
.hgi-stroke.hgi-push-up-bar:before {
  content: "\51c9";
}
.hgi-stroke.hgi-puzzle:before {
  content: "\51cb";
}
.hgi-stroke.hgi-pyramid-maslowo:before {
  content: "\51cd";
}
.hgi-stroke.hgi-pyramid-structure-01:before {
  content: "\51d0";
}
.hgi-stroke.hgi-pyramid-structure-02:before {
  content: "\51d2";
}
.hgi-stroke.hgi-pyramid:before {
  content: "\51d3";
}
.hgi-stroke.hgi-python:before {
  content: "\51d5";
}
.hgi-stroke.hgi-qq-plot:before {
  content: "\51d7";
}
.hgi-stroke.hgi-qr-code-01:before {
  content: "\51d9";
}
.hgi-stroke.hgi-qr-code:before {
  content: "\51db";
}
.hgi-stroke.hgi-question:before {
  content: "\51dd";
}
.hgi-stroke.hgi-queue-01:before {
  content: "\51df";
}
.hgi-stroke.hgi-queue-02:before {
  content: "\51e1";
}
.hgi-stroke.hgi-quill-write-01:before {
  content: "\51e3";
}
.hgi-stroke.hgi-quill-write-02:before {
  content: "\51e5";
}
.hgi-stroke.hgi-quiz-01:before {
  content: "\51e7";
}
.hgi-stroke.hgi-quiz-02:before {
  content: "\51e9";
}
.hgi-stroke.hgi-quiz-03:before {
  content: "\51eb";
}
.hgi-stroke.hgi-quiz-04:before {
  content: "\51ed";
}
.hgi-stroke.hgi-quiz-05:before {
  content: "\51ef";
}
.hgi-stroke.hgi-quora:before {
  content: "\51f1";
}
.hgi-stroke.hgi-quote-down-circle:before {
  content: "\51f3";
}
.hgi-stroke.hgi-quote-down-square:before {
  content: "\51f6";
}
.hgi-stroke.hgi-quote-down:before {
  content: "\51f7";
}
.hgi-stroke.hgi-quote-up-circle:before {
  content: "\51f9";
}
.hgi-stroke.hgi-quote-up-square:before {
  content: "\51fc";
}
.hgi-stroke.hgi-quote-up:before {
  content: "\51fd";
}
.hgi-stroke.hgi-quotes:before {
  content: "\51ff";
}
.hgi-stroke.hgi-quran-01:before {
  content: "\5201";
}
.hgi-stroke.hgi-quran-02:before {
  content: "\5203";
}
.hgi-stroke.hgi-quran-03:before {
  content: "\5205";
}
.hgi-stroke.hgi-racing-flag:before {
  content: "\5207";
}
.hgi-stroke.hgi-radar-01:before {
  content: "\5209";
}
.hgi-stroke.hgi-radar-02:before {
  content: "\520b";
}
.hgi-stroke.hgi-radial:before {
  content: "\520d";
}
.hgi-stroke.hgi-radio-01:before {
  content: "\520f";
}
.hgi-stroke.hgi-radio-02:before {
  content: "\5211";
}
.hgi-stroke.hgi-radio-button:before {
  content: "\5213";
}
.hgi-stroke.hgi-radio:before {
  content: "\5215";
}
.hgi-stroke.hgi-radioactive-alert:before {
  content: "\5217";
}
.hgi-stroke.hgi-radius:before {
  content: "\5219";
}
.hgi-stroke.hgi-rain-double-drop:before {
  content: "\521b";
}
.hgi-stroke.hgi-rain-drop:before {
  content: "\521d";
}
.hgi-stroke.hgi-rain:before {
  content: "\521f";
}
.hgi-stroke.hgi-rainbow:before {
  content: "\5221";
}
.hgi-stroke.hgi-ramadhan-01:before {
  content: "\5223";
}
.hgi-stroke.hgi-ramadhan-02:before {
  content: "\5225";
}
.hgi-stroke.hgi-ramadhan-month:before {
  content: "\5227";
}
.hgi-stroke.hgi-ranking:before {
  content: "\5229";
}
.hgi-stroke.hgi-rar-01:before {
  content: "\522b";
}
.hgi-stroke.hgi-rar-02:before {
  content: "\522d";
}
.hgi-stroke.hgi-raw-01:before {
  content: "\522f";
}
.hgi-stroke.hgi-raw-02:before {
  content: "\5231";
}
.hgi-stroke.hgi-re::before {
  content: "\5233";
}
.hgi-stroke.hgi-react:before {
  content: "\5235";
}
.hgi-stroke.hgi-real-estate-01:before {
  content: "\5237";
}
.hgi-stroke.hgi-real-estate-02:before {
  content: "\5239";
}
.hgi-stroke.hgi-receipt-dollar:before {
  content: "\523b";
}
.hgi-stroke.hgi-record:before {
  content: "\523d";
}
.hgi-stroke.hgi-recovery-mail:before {
  content: "\523f";
}
.hgi-stroke.hgi-rectangular-01:before {
  content: "\5241";
}
.hgi-stroke.hgi-rectangular:before {
  content: "\5243";
}
.hgi-stroke.hgi-recycle-01:before {
  content: "\5245";
}
.hgi-stroke.hgi-recycle-02:before {
  content: "\5247";
}
.hgi-stroke.hgi-recycle-03:before {
  content: "\5249";
}
.hgi-stroke.hgi-reddit:before {
  content: "\524b";
}
.hgi-stroke.hgi-redo-02:before {
  content: "\524d";
}
.hgi-stroke.hgi-redo-03:before {
  content: "\524f";
}
.hgi-stroke.hgi-redo:before {
  content: "\5251";
}
.hgi-stroke.hgi-reflex:before {
  content: "\5253";
}
.hgi-stroke.hgi-refresh:before {
  content: "\5255";
}
.hgi-stroke.hgi-refrigerator:before {
  content: "\5257";
}
.hgi-stroke.hgi-register:before {
  content: "\5259";
}
.hgi-stroke.hgi-registered:before {
  content: "\525b";
}
.hgi-stroke.hgi-relieved-01:before {
  content: "\525d";
}
.hgi-stroke.hgi-relieved-02:before {
  content: "\525f";
}
.hgi-stroke.hgi-reload:before {
  content: "\5261";
}
.hgi-stroke.hgi-reminder:before {
  content: "\5263";
}
.hgi-stroke.hgi-remote-control:before {
  content: "\5265";
}
.hgi-stroke.hgi-remove-01:before {
  content: "\5267";
}
.hgi-stroke.hgi-remove-02:before {
  content: "\5269";
}
.hgi-stroke.hgi-remove-circle-half-dot:before {
  content: "\526b";
}
.hgi-stroke.hgi-remove-circle:before {
  content: "\526d";
}
.hgi-stroke.hgi-remove-female:before {
  content: "\526f";
}
.hgi-stroke.hgi-remove-male:before {
  content: "\5271";
}
.hgi-stroke.hgi-remove-pi:before {
  content: "\5273";
}
.hgi-stroke.hgi-remove-square:before {
  content: "\5275";
}
.hgi-stroke.hgi-renewable-energy-01:before {
  content: "\5277";
}
.hgi-stroke.hgi-renewable-energy:before {
  content: "\5279";
}
.hgi-stroke.hgi-repair:before {
  content: "\527b";
}
.hgi-stroke.hgi-repeat-off:before {
  content: "\527d";
}
.hgi-stroke.hgi-repeat-one-01:before {
  content: "\527f";
}
.hgi-stroke.hgi-repeat-one-02:before {
  content: "\5281";
}
.hgi-stroke.hgi-repeat:before {
  content: "\5283";
}
.hgi-stroke.hgi-replay:before {
  content: "\5285";
}
.hgi-stroke.hgi-repository:before {
  content: "\5287";
}
.hgi-stroke.hgi-reset-password:before {
  content: "\5289";
}
.hgi-stroke.hgi-resize-01:before {
  content: "\528b";
}
.hgi-stroke.hgi-resize-02:before {
  content: "\528d";
}
.hgi-stroke.hgi-resize-field-rectangle:before {
  content: "\528f";
}
.hgi-stroke.hgi-resize-field:before {
  content: "\5291";
}
.hgi-stroke.hgi-resources-add:before {
  content: "\5293";
}
.hgi-stroke.hgi-resources-remove:before {
  content: "\5295";
}
.hgi-stroke.hgi-restaurant-01:before {
  content: "\5297";
}
.hgi-stroke.hgi-restaurant-02:before {
  content: "\5299";
}
.hgi-stroke.hgi-restaurant-03:before {
  content: "\529b";
}
.hgi-stroke.hgi-restaurant-table:before {
  content: "\529d";
}
.hgi-stroke.hgi-restore-bin:before {
  content: "\529f";
}
.hgi-stroke.hgi-return-request:before {
  content: "\52a1";
}
.hgi-stroke.hgi-reverse-withdrawal-01:before {
  content: "\52a3";
}
.hgi-stroke.hgi-reverse-withdrawal-02:before {
  content: "\52a5";
}
.hgi-stroke.hgi-rhombus-01:before {
  content: "\52a7";
}
.hgi-stroke.hgi-rhombus:before {
  content: "\52a9";
}
.hgi-stroke.hgi-rice-bowl-01:before {
  content: "\52ab";
}
.hgi-stroke.hgi-rice-bowl-02:before {
  content: "\52ad";
}
.hgi-stroke.hgi-right-angle:before {
  content: "\52af";
}
.hgi-stroke.hgi-right-to-left-block-quote:before {
  content: "\52b1";
}
.hgi-stroke.hgi-right-to-left-list-bullet:before {
  content: "\52b3";
}
.hgi-stroke.hgi-right-to-left-list-dash:before {
  content: "\52b5";
}
.hgi-stroke.hgi-right-to-left-list-number:before {
  content: "\52b7";
}
.hgi-stroke.hgi-right-to-left-list-triangle:before {
  content: "\52b9";
}
.hgi-stroke.hgi-right-triangle:before {
  content: "\52bb";
}
.hgi-stroke.hgi-ripple:before {
  content: "\52bd";
}
.hgi-stroke.hgi-riyal-rectangle:before {
  content: "\52bf";
}
.hgi-stroke.hgi-riyal:before {
  content: "\52c1";
}
.hgi-stroke.hgi-road-01:before {
  content: "\52c3";
}
.hgi-stroke.hgi-road-02:before {
  content: "\52c5";
}
.hgi-stroke.hgi-road-location-01:before {
  content: "\52c7";
}
.hgi-stroke.hgi-road-location-02:before {
  content: "\52c9";
}
.hgi-stroke.hgi-road-wayside:before {
  content: "\52cc";
}
.hgi-stroke.hgi-road:before {
  content: "\52cd";
}
.hgi-stroke.hgi-robot-01:before {
  content: "\52cf";
}
.hgi-stroke.hgi-robot-02:before {
  content: "\52d1";
}
.hgi-stroke.hgi-robotic:before {
  content: "\52d3";
}
.hgi-stroke.hgi-rocket-01:before {
  content: "\52d5";
}
.hgi-stroke.hgi-rocket-02:before {
  content: "\52d7";
}
.hgi-stroke.hgi-rocket:before {
  content: "\52d9";
}
.hgi-stroke.hgi-rocking-chair:before {
  content: "\52db";
}
.hgi-stroke.hgi-rocking-horse:before {
  content: "\52dd";
}
.hgi-stroke.hgi-roller-skate:before {
  content: "\52df";
}
.hgi-stroke.hgi-rolling-pin:before {
  content: "\52e1";
}
.hgi-stroke.hgi-root-01:before {
  content: "\52e3";
}
.hgi-stroke.hgi-root-02:before {
  content: "\52e5";
}
.hgi-stroke.hgi-root-circle:before {
  content: "\52e7";
}
.hgi-stroke.hgi-root-first-bracket:before {
  content: "\52e9";
}
.hgi-stroke.hgi-root-second-bracket:before {
  content: "\52eb";
}
.hgi-stroke.hgi-root-third-bracket:before {
  content: "\52ed";
}
.hgi-stroke.hgi-rotate-01:before {
  content: "\52ef";
}
.hgi-stroke.hgi-rotate-02:before {
  content: "\52f1";
}
.hgi-stroke.hgi-rotate-360:before {
  content: "\52f3";
}
.hgi-stroke.hgi-rotate-bottom-left:before {
  content: "\52f5";
}
.hgi-stroke.hgi-rotate-bottom-right:before {
  content: "\52f7";
}
.hgi-stroke.hgi-rotate-clockwise:before {
  content: "\52f9";
}
.hgi-stroke.hgi-rotate-crop:before {
  content: "\52fb";
}
.hgi-stroke.hgi-rotate-left-01:before {
  content: "\52fd";
}
.hgi-stroke.hgi-rotate-left-02:before {
  content: "\52ff";
}
.hgi-stroke.hgi-rotate-left-03:before {
  content: "\5301";
}
.hgi-stroke.hgi-rotate-left-04:before {
  content: "\5303";
}
.hgi-stroke.hgi-rotate-left-05:before {
  content: "\5305";
}
.hgi-stroke.hgi-rotate-left-06:before {
  content: "\5307";
}
.hgi-stroke.hgi-rotate-right-01:before {
  content: "\5309";
}
.hgi-stroke.hgi-rotate-right-02:before {
  content: "\530b";
}
.hgi-stroke.hgi-rotate-right-03:before {
  content: "\530d";
}
.hgi-stroke.hgi-rotate-right-04:before {
  content: "\530f";
}
.hgi-stroke.hgi-rotate-right-05:before {
  content: "\5311";
}
.hgi-stroke.hgi-rotate-right-06:before {
  content: "\5313";
}
.hgi-stroke.hgi-rotate-square:before {
  content: "\5315";
}
.hgi-stroke.hgi-rotate-top-left:before {
  content: "\5317";
}
.hgi-stroke.hgi-rotate-top-right:before {
  content: "\5319";
}
.hgi-stroke.hgi-route-01:before {
  content: "\531b";
}
.hgi-stroke.hgi-route-02:before {
  content: "\531d";
}
.hgi-stroke.hgi-route-03:before {
  content: "\531f";
}
.hgi-stroke.hgi-route-block:before {
  content: "\5321";
}
.hgi-stroke.hgi-router-01:before {
  content: "\5323";
}
.hgi-stroke.hgi-router-02:before {
  content: "\5325";
}
.hgi-stroke.hgi-router:before {
  content: "\5327";
}
.hgi-stroke.hgi-row-delete:before {
  content: "\5329";
}
.hgi-stroke.hgi-row-insert:before {
  content: "\532b";
}
.hgi-stroke.hgi-rss-connected-01:before {
  content: "\532d";
}
.hgi-stroke.hgi-rss-connected-02:before {
  content: "\532f";
}
.hgi-stroke.hgi-rss-error:before {
  content: "\5331";
}
.hgi-stroke.hgi-rss-locked:before {
  content: "\5333";
}
.hgi-stroke.hgi-rss-unlocked:before {
  content: "\5336";
}
.hgi-stroke.hgi-rss:before {
  content: "\5337";
}
.hgi-stroke.hgi-rub-el-hizb:before {
  content: "\5339";
}
.hgi-stroke.hgi-rubber-duck:before {
  content: "\533b";
}
.hgi-stroke.hgi-rubiks-cube:before {
  content: "\533d";
}
.hgi-stroke.hgi-ruku:before {
  content: "\533f";
}
.hgi-stroke.hgi-ruler:before {
  content: "\5341";
}
.hgi-stroke.hgi-running-shoes:before {
  content: "\5343";
}
.hgi-stroke.hgi-sad-01:before {
  content: "\5345";
}
.hgi-stroke.hgi-sad-02:before {
  content: "\5347";
}
.hgi-stroke.hgi-sad-dizzy:before {
  content: "\5349";
}
.hgi-stroke.hgi-safari:before {
  content: "\534b";
}
.hgi-stroke.hgi-safe-delivery-01:before {
  content: "\534d";
}
.hgi-stroke.hgi-safe-delivery-02:before {
  content: "\534f";
}
.hgi-stroke.hgi-safe:before {
  content: "\5351";
}
.hgi-stroke.hgi-safety-pin-01:before {
  content: "\5353";
}
.hgi-stroke.hgi-safety-pin-02:before {
  content: "\5355";
}
.hgi-stroke.hgi-sailboat-coastal:before {
  content: "\5357";
}
.hgi-stroke.hgi-sailboat-offshore:before {
  content: "\5359";
}
.hgi-stroke.hgi-sakura:before {
  content: "\535b";
}
.hgi-stroke.hgi-salah-time:before {
  content: "\535e";
}
.hgi-stroke.hgi-salah:before {
  content: "\535f";
}
.hgi-stroke.hgi-sale-tag-01:before {
  content: "\5361";
}
.hgi-stroke.hgi-sale-tag-02:before {
  content: "\5363";
}
.hgi-stroke.hgi-sandals:before {
  content: "\5365";
}
.hgi-stroke.hgi-satellite-01:before {
  content: "\5367";
}
.hgi-stroke.hgi-satellite-02:before {
  content: "\5369";
}
.hgi-stroke.hgi-satellite-03:before {
  content: "\536b";
}
.hgi-stroke.hgi-satellite:before {
  content: "\536d";
}
.hgi-stroke.hgi-saturn-01:before {
  content: "\536f";
}
.hgi-stroke.hgi-saturn-02:before {
  content: "\5371";
}
.hgi-stroke.hgi-saturn:before {
  content: "\5373";
}
.hgi-stroke.hgi-sausage:before {
  content: "\5375";
}
.hgi-stroke.hgi-save-energy-01:before {
  content: "\5377";
}
.hgi-stroke.hgi-save-energy-02:before {
  content: "\5379";
}
.hgi-stroke.hgi-save-money-dollar:before {
  content: "\537b";
}
.hgi-stroke.hgi-save-money-euro:before {
  content: "\537d";
}
.hgi-stroke.hgi-save-money-pound:before {
  content: "\537f";
}
.hgi-stroke.hgi-save-money-yen:before {
  content: "\5381";
}
.hgi-stroke.hgi-savings:before {
  content: "\5383";
}
.hgi-stroke.hgi-scheme:before {
  content: "\5385";
}
.hgi-stroke.hgi-school-01:before {
  content: "\5387";
}
.hgi-stroke.hgi-school-bell-01:before {
  content: "\5389";
}
.hgi-stroke.hgi-school-bell-02:before {
  content: "\538b";
}
.hgi-stroke.hgi-school-bus:before {
  content: "\538d";
}
.hgi-stroke.hgi-school-report-card:before {
  content: "\538f";
}
.hgi-stroke.hgi-school-tie:before {
  content: "\5392";
}
.hgi-stroke.hgi-school:before {
  content: "\5393";
}
.hgi-stroke.hgi-scissor-01:before {
  content: "\5395";
}
.hgi-stroke.hgi-scissor-rectangle:before {
  content: "\5397";
}
.hgi-stroke.hgi-scissor:before {
  content: "\5399";
}
.hgi-stroke.hgi-scooter-01:before {
  content: "\539b";
}
.hgi-stroke.hgi-scooter-02:before {
  content: "\539d";
}
.hgi-stroke.hgi-scooter-03:before {
  content: "\539f";
}
.hgi-stroke.hgi-scooter-04:before {
  content: "\53a1";
}
.hgi-stroke.hgi-scooter-electric:before {
  content: "\53a3";
}
.hgi-stroke.hgi-scratch-card:before {
  content: "\53a5";
}
.hgi-stroke.hgi-screen-add-to-home:before {
  content: "\53a7";
}
.hgi-stroke.hgi-screen-lock-rotation:before {
  content: "\53a9";
}
.hgi-stroke.hgi-screen-rotation:before {
  content: "\53ab";
}
.hgi-stroke.hgi-scribd:before {
  content: "\53ad";
}
.hgi-stroke.hgi-scroll-horizontal:before {
  content: "\53af";
}
.hgi-stroke.hgi-scroll-vertical:before {
  content: "\53b2";
}
.hgi-stroke.hgi-scroll:before {
  content: "\53b3";
}
.hgi-stroke.hgi-sd-card:before {
  content: "\53b5";
}
.hgi-stroke.hgi-seal:before {
  content: "\53b7";
}
.hgi-stroke.hgi-search-01:before {
  content: "\53b9";
}
.hgi-stroke.hgi-search-02:before {
  content: "\53bb";
}
.hgi-stroke.hgi-search-add:before {
  content: "\53bd";
}
.hgi-stroke.hgi-search-area:before {
  content: "\53bf";
}
.hgi-stroke.hgi-search-circle:before {
  content: "\53c1";
}
.hgi-stroke.hgi-search-dollar:before {
  content: "\53c3";
}
.hgi-stroke.hgi-search-focus:before {
  content: "\53c5";
}
.hgi-stroke.hgi-search-list-01:before {
  content: "\53c7";
}
.hgi-stroke.hgi-search-list-02:before {
  content: "\53c9";
}
.hgi-stroke.hgi-search-minus:before {
  content: "\53cb";
}
.hgi-stroke.hgi-search-remove:before {
  content: "\53cd";
}
.hgi-stroke.hgi-search-replace:before {
  content: "\53cf";
}
.hgi-stroke.hgi-search-square:before {
  content: "\53d1";
}
.hgi-stroke.hgi-search-visual:before {
  content: "\53d3";
}
.hgi-stroke.hgi-searching:before {
  content: "\53d5";
}
.hgi-stroke.hgi-seat-selector:before {
  content: "\53d7";
}
.hgi-stroke.hgi-second-bracket-circle:before {
  content: "\53d9";
}
.hgi-stroke.hgi-second-bracket-square:before {
  content: "\53dc";
}
.hgi-stroke.hgi-second-bracket:before {
  content: "\53dd";
}
.hgi-stroke.hgi-secured-network:before {
  content: "\53df";
}
.hgi-stroke.hgi-security-block:before {
  content: "\53e1";
}
.hgi-stroke.hgi-security-check:before {
  content: "\53e3";
}
.hgi-stroke.hgi-security-key-usb:before {
  content: "\53e5";
}
.hgi-stroke.hgi-security-lock:before {
  content: "\53e7";
}
.hgi-stroke.hgi-security-password:before {
  content: "\53e9";
}
.hgi-stroke.hgi-security-validation:before {
  content: "\53ec";
}
.hgi-stroke.hgi-security-wifi:before {
  content: "\53ee";
}
.hgi-stroke.hgi-security:before {
  content: "\53ef";
}
.hgi-stroke.hgi-segment:before {
  content: "\53f1";
}
.hgi-stroke.hgi-select-01:before {
  content: "\53f3";
}
.hgi-stroke.hgi-select-02:before {
  content: "\53f5";
}
.hgi-stroke.hgi-self-transfer:before {
  content: "\53f7";
}
.hgi-stroke.hgi-send-to-mobile:before {
  content: "\53f9";
}
.hgi-stroke.hgi-sending-order:before {
  content: "\53fb";
}
.hgi-stroke.hgi-senseless:before {
  content: "\53fd";
}
.hgi-stroke.hgi-sent-02:before {
  content: "\53ff";
}
.hgi-stroke.hgi-sent:before {
  content: "\5401";
}
.hgi-stroke.hgi-seo:before {
  content: "\5403";
}
.hgi-stroke.hgi-server-stack-01:before {
  content: "\5405";
}
.hgi-stroke.hgi-server-stack-02:before {
  content: "\5407";
}
.hgi-stroke.hgi-server-stack-03:before {
  content: "\5409";
}
.hgi-stroke.hgi-service:before {
  content: "\540b";
}
.hgi-stroke.hgi-serving-food:before {
  content: "\540d";
}
.hgi-stroke.hgi-setting-06:before {
  content: "\540f";
}
.hgi-stroke.hgi-setting-07:before {
  content: "\5411";
}
.hgi-stroke.hgi-setting-done-01:before {
  content: "\5413";
}
.hgi-stroke.hgi-setting-done-02:before {
  content: "\5415";
}
.hgi-stroke.hgi-setting-done-03:before {
  content: "\5417";
}
.hgi-stroke.hgi-setting-done-04:before {
  content: "\5419";
}
.hgi-stroke.hgi-setting-error-03:before {
  content: "\541b";
}
.hgi-stroke.hgi-setting-error-04:before {
  content: "\541d";
}
.hgi-stroke.hgi-settings-01:before {
  content: "\541f";
}
.hgi-stroke.hgi-settings-02:before {
  content: "\5421";
}
.hgi-stroke.hgi-settings-03:before {
  content: "\5423";
}
.hgi-stroke.hgi-settings-04:before {
  content: "\5425";
}
.hgi-stroke.hgi-settings-05:before {
  content: "\5427";
}
.hgi-stroke.hgi-settings-error-01:before {
  content: "\5429";
}
.hgi-stroke.hgi-settings-error-02:before {
  content: "\542b";
}
.hgi-stroke.hgi-setup-01:before {
  content: "\542d";
}
.hgi-stroke.hgi-setup-02:before {
  content: "\542f";
}
.hgi-stroke.hgi-seven-z-01:before {
  content: "\5431";
}
.hgi-stroke.hgi-seven-z-02:before {
  content: "\5433";
}
.hgi-stroke.hgi-shaka-01:before {
  content: "\5435";
}
.hgi-stroke.hgi-shaka-02:before {
  content: "\5437";
}
.hgi-stroke.hgi-shaka-03:before {
  content: "\5439";
}
.hgi-stroke.hgi-shaka-04:before {
  content: "\543b";
}
.hgi-stroke.hgi-shampoo:before {
  content: "\543d";
}
.hgi-stroke.hgi-shape-collection:before {
  content: "\543f";
}
.hgi-stroke.hgi-shapes:before {
  content: "\5441";
}
.hgi-stroke.hgi-share-01:before {
  content: "\5443";
}
.hgi-stroke.hgi-share-02:before {
  content: "\5445";
}
.hgi-stroke.hgi-share-03:before {
  content: "\5447";
}
.hgi-stroke.hgi-share-04:before {
  content: "\5449";
}
.hgi-stroke.hgi-share-05:before {
  content: "\544b";
}
.hgi-stroke.hgi-share-06:before {
  content: "\544d";
}
.hgi-stroke.hgi-share-07:before {
  content: "\544f";
}
.hgi-stroke.hgi-share-08:before {
  content: "\5451";
}
.hgi-stroke.hgi-share-knowledge:before {
  content: "\5453";
}
.hgi-stroke.hgi-share-location-01:before {
  content: "\5455";
}
.hgi-stroke.hgi-share-location-02:before {
  content: "\5457";
}
.hgi-stroke.hgi-shared-wifi:before {
  content: "\5459";
}
.hgi-stroke.hgi-sharing:before {
  content: "\545b";
}
.hgi-stroke.hgi-shellfish:before {
  content: "\545d";
}
.hgi-stroke.hgi-sheriff-01:before {
  content: "\545f";
}
.hgi-stroke.hgi-sheriff-02:before {
  content: "\5461";
}
.hgi-stroke.hgi-shield-01:before {
  content: "\5463";
}
.hgi-stroke.hgi-shield-02:before {
  content: "\5465";
}
.hgi-stroke.hgi-shield-blockchain:before {
  content: "\5467";
}
.hgi-stroke.hgi-shield-energy:before {
  content: "\5469";
}
.hgi-stroke.hgi-shield-key:before {
  content: "\546b";
}
.hgi-stroke.hgi-shield-user:before {
  content: "\546d";
}
.hgi-stroke.hgi-shipment-tracking:before {
  content: "\546f";
}
.hgi-stroke.hgi-shipping-center:before {
  content: "\5471";
}
.hgi-stroke.hgi-shipping-loading:before {
  content: "\5473";
}
.hgi-stroke.hgi-shipping-truck-01:before {
  content: "\5475";
}
.hgi-stroke.hgi-shipping-truck-02:before {
  content: "\5477";
}
.hgi-stroke.hgi-shirt-01:before {
  content: "\5479";
}
.hgi-stroke.hgi-shocked:before {
  content: "\547b";
}
.hgi-stroke.hgi-shop-sign:before {
  content: "\547d";
}
.hgi-stroke.hgi-shopify:before {
  content: "\547f";
}
.hgi-stroke.hgi-shopping-bag-01:before {
  content: "\5481";
}
.hgi-stroke.hgi-shopping-bag-02:before {
  content: "\5483";
}
.hgi-stroke.hgi-shopping-bag-03:before {
  content: "\5485";
}
.hgi-stroke.hgi-shopping-bag-add:before {
  content: "\5487";
}
.hgi-stroke.hgi-shopping-bag-check:before {
  content: "\5489";
}
.hgi-stroke.hgi-shopping-bag-favorite:before {
  content: "\548b";
}
.hgi-stroke.hgi-shopping-bag-remove:before {
  content: "\548d";
}
.hgi-stroke.hgi-shopping-basket-01:before {
  content: "\548f";
}
.hgi-stroke.hgi-shopping-basket-02:before {
  content: "\5491";
}
.hgi-stroke.hgi-shopping-basket-03:before {
  content: "\5493";
}
.hgi-stroke.hgi-shopping-basket-add-01:before {
  content: "\5495";
}
.hgi-stroke.hgi-shopping-basket-add-02:before {
  content: "\5497";
}
.hgi-stroke.hgi-shopping-basket-add-03:before {
  content: "\5499";
}
.hgi-stroke.hgi-shopping-basket-check-in-01:before {
  content: "\549b";
}
.hgi-stroke.hgi-shopping-basket-check-in-02:before {
  content: "\549d";
}
.hgi-stroke.hgi-shopping-basket-check-in-03:before {
  content: "\549f";
}
.hgi-stroke.hgi-shopping-basket-check-out-01:before {
  content: "\54a1";
}
.hgi-stroke.hgi-shopping-basket-check-out-02:before {
  content: "\54a3";
}
.hgi-stroke.hgi-shopping-basket-check-out-03:before {
  content: "\54a5";
}
.hgi-stroke.hgi-shopping-basket-done-01:before {
  content: "\54a7";
}
.hgi-stroke.hgi-shopping-basket-done-02:before {
  content: "\54a9";
}
.hgi-stroke.hgi-shopping-basket-done-03:before {
  content: "\54ab";
}
.hgi-stroke.hgi-shopping-basket-favorite-01:before {
  content: "\54ad";
}
.hgi-stroke.hgi-shopping-basket-favorite-02:before {
  content: "\54af";
}
.hgi-stroke.hgi-shopping-basket-favorite-03:before {
  content: "\54b1";
}
.hgi-stroke.hgi-shopping-basket-remove-01:before {
  content: "\54b3";
}
.hgi-stroke.hgi-shopping-basket-remove-02:before {
  content: "\54b5";
}
.hgi-stroke.hgi-shopping-basket-remove-03:before {
  content: "\54b7";
}
.hgi-stroke.hgi-shopping-basket-secure-01:before {
  content: "\54b9";
}
.hgi-stroke.hgi-shopping-basket-secure-02:before {
  content: "\54bb";
}
.hgi-stroke.hgi-shopping-basket-secure-03:before {
  content: "\54bd";
}
.hgi-stroke.hgi-shopping-cart-01:before {
  content: "\54bf";
}
.hgi-stroke.hgi-shopping-cart-02:before {
  content: "\54c1";
}
.hgi-stroke.hgi-shopping-cart-add-01:before {
  content: "\54c3";
}
.hgi-stroke.hgi-shopping-cart-add-02:before {
  content: "\54c5";
}
.hgi-stroke.hgi-shopping-cart-check-01:before {
  content: "\54c7";
}
.hgi-stroke.hgi-shopping-cart-check-02:before {
  content: "\54c9";
}
.hgi-stroke.hgi-shopping-cart-check-in-01:before {
  content: "\54cb";
}
.hgi-stroke.hgi-shopping-cart-check-in-02:before {
  content: "\54cd";
}
.hgi-stroke.hgi-shopping-cart-check-out-01:before {
  content: "\54cf";
}
.hgi-stroke.hgi-shopping-cart-check-out-02:before {
  content: "\54d1";
}
.hgi-stroke.hgi-shopping-cart-favorite-01:before {
  content: "\54d3";
}
.hgi-stroke.hgi-shopping-cart-favorite-02:before {
  content: "\54d5";
}
.hgi-stroke.hgi-shopping-cart-remove-01:before {
  content: "\54d7";
}
.hgi-stroke.hgi-shopping-cart-remove-02:before {
  content: "\54d9";
}
.hgi-stroke.hgi-shorts-pants:before {
  content: "\54db";
}
.hgi-stroke.hgi-shoulder:before {
  content: "\54dd";
}
.hgi-stroke.hgi-shuffle-square:before {
  content: "\54e0";
}
.hgi-stroke.hgi-shuffle:before {
  content: "\54e1";
}
.hgi-stroke.hgi-shut-down:before {
  content: "\54e3";
}
.hgi-stroke.hgi-shutterstock:before {
  content: "\54e5";
}
.hgi-stroke.hgi-sidebar-bottom:before {
  content: "\54e7";
}
.hgi-stroke.hgi-sidebar-left-01:before {
  content: "\54e9";
}
.hgi-stroke.hgi-sidebar-left:before {
  content: "\54eb";
}
.hgi-stroke.hgi-sidebar-right-01:before {
  content: "\54ed";
}
.hgi-stroke.hgi-sidebar-right:before {
  content: "\54ef";
}
.hgi-stroke.hgi-sidebar-top:before {
  content: "\54f1";
}
.hgi-stroke.hgi-sign-language-c:before {
  content: "\54f3";
}
.hgi-stroke.hgi-signal-full-01:before {
  content: "\54f5";
}
.hgi-stroke.hgi-signal-full-02:before {
  content: "\54f7";
}
.hgi-stroke.hgi-signal-low-01:before {
  content: "\54f9";
}
.hgi-stroke.hgi-signal-low-02:before {
  content: "\54fb";
}
.hgi-stroke.hgi-signal-low-medium:before {
  content: "\54fd";
}
.hgi-stroke.hgi-signal-medium-01:before {
  content: "\54ff";
}
.hgi-stroke.hgi-signal-medium-02:before {
  content: "\5501";
}
.hgi-stroke.hgi-signal-no-01:before {
  content: "\5503";
}
.hgi-stroke.hgi-signal-no-02:before {
  content: "\5505";
}
.hgi-stroke.hgi-signal:before {
  content: "\5507";
}
.hgi-stroke.hgi-signature:before {
  content: "\5509";
}
.hgi-stroke.hgi-silence:before {
  content: "\550b";
}
.hgi-stroke.hgi-simcard-01:before {
  content: "\550d";
}
.hgi-stroke.hgi-simcard-02:before {
  content: "\550f";
}
.hgi-stroke.hgi-simcard-dual:before {
  content: "\5511";
}
.hgi-stroke.hgi-sin:before {
  content: "\5513";
}
.hgi-stroke.hgi-sine-01:before {
  content: "\5515";
}
.hgi-stroke.hgi-sine-02:before {
  content: "\5517";
}
.hgi-stroke.hgi-sing-left:before {
  content: "\5519";
}
.hgi-stroke.hgi-sing-right:before {
  content: "\551b";
}
.hgi-stroke.hgi-sink-01:before {
  content: "\551d";
}
.hgi-stroke.hgi-sink-02:before {
  content: "\551f";
}
.hgi-stroke.hgi-siri-new:before {
  content: "\5521";
}
.hgi-stroke.hgi-siri:before {
  content: "\5523";
}
.hgi-stroke.hgi-sketch:before {
  content: "\5525";
}
.hgi-stroke.hgi-skew:before {
  content: "\5527";
}
.hgi-stroke.hgi-ski-dice-faces-01:before {
  content: "\5529";
}
.hgi-stroke.hgi-skipping-rope:before {
  content: "\552b";
}
.hgi-stroke.hgi-skool:before {
  content: "\552d";
}
.hgi-stroke.hgi-skull:before {
  content: "\552f";
}
.hgi-stroke.hgi-skype:before {
  content: "\5531";
}
.hgi-stroke.hgi-slack:before {
  content: "\5533";
}
.hgi-stroke.hgi-sleeping:before {
  content: "\5535";
}
.hgi-stroke.hgi-sleeveless:before {
  content: "\5537";
}
.hgi-stroke.hgi-sliders-horizontal:before {
  content: "\5539";
}
.hgi-stroke.hgi-sliders-vertical:before {
  content: "\553b";
}
.hgi-stroke.hgi-slideshare:before {
  content: "\553d";
}
.hgi-stroke.hgi-slow-winds:before {
  content: "\553f";
}
.hgi-stroke.hgi-smart-ac:before {
  content: "\5541";
}
.hgi-stroke.hgi-smart-phone-01:before {
  content: "\5543";
}
.hgi-stroke.hgi-smart-phone-02:before {
  content: "\5545";
}
.hgi-stroke.hgi-smart-phone-03:before {
  content: "\5547";
}
.hgi-stroke.hgi-smart-phone-04:before {
  content: "\5549";
}
.hgi-stroke.hgi-smart-phone-landscape:before {
  content: "\554b";
}
.hgi-stroke.hgi-smart-watch-01:before {
  content: "\554e";
}
.hgi-stroke.hgi-smart-watch-02:before {
  content: "\5550";
}
.hgi-stroke.hgi-smart-watch-03:before {
  content: "\5552";
}
.hgi-stroke.hgi-smart-watch-04:before {
  content: "\5554";
}
.hgi-stroke.hgi-smart:before {
  content: "\5555";
}
.hgi-stroke.hgi-smartphone-lost-wifi:before {
  content: "\5557";
}
.hgi-stroke.hgi-smartphone-wifi:before {
  content: "\5559";
}
.hgi-stroke.hgi-smile-dizzy:before {
  content: "\555b";
}
.hgi-stroke.hgi-smile:before {
  content: "\555d";
}
.hgi-stroke.hgi-sms-code:before {
  content: "\555f";
}
.hgi-stroke.hgi-snail:before {
  content: "\5561";
}
.hgi-stroke.hgi-snapchat:before {
  content: "\5563";
}
.hgi-stroke.hgi-snow:before {
  content: "\5565";
}
.hgi-stroke.hgi-socks:before {
  content: "\5567";
}
.hgi-stroke.hgi-soda-can:before {
  content: "\5569";
}
.hgi-stroke.hgi-sofa-01:before {
  content: "\556b";
}
.hgi-stroke.hgi-sofa-02:before {
  content: "\556d";
}
.hgi-stroke.hgi-sofa-03:before {
  content: "\556f";
}
.hgi-stroke.hgi-sofa-single:before {
  content: "\5571";
}
.hgi-stroke.hgi-soft-drink-01:before {
  content: "\5573";
}
.hgi-stroke.hgi-soft-drink-02:before {
  content: "\5575";
}
.hgi-stroke.hgi-software-license:before {
  content: "\5577";
}
.hgi-stroke.hgi-software-uninstall:before {
  content: "\557a";
}
.hgi-stroke.hgi-software:before {
  content: "\557b";
}
.hgi-stroke.hgi-soil-moisture-field:before {
  content: "\557d";
}
.hgi-stroke.hgi-soil-moisture-global:before {
  content: "\557f";
}
.hgi-stroke.hgi-soil-temperature-field:before {
  content: "\5581";
}
.hgi-stroke.hgi-soil-temperature-global:before {
  content: "\5583";
}
.hgi-stroke.hgi-solar-energy:before {
  content: "\5585";
}
.hgi-stroke.hgi-solar-panel-01:before {
  content: "\5587";
}
.hgi-stroke.hgi-solar-panel-02:before {
  content: "\5589";
}
.hgi-stroke.hgi-solar-panel-03:before {
  content: "\558b";
}
.hgi-stroke.hgi-solar-panel-04:before {
  content: "\558d";
}
.hgi-stroke.hgi-solar-panel-05:before {
  content: "\558f";
}
.hgi-stroke.hgi-solar-power:before {
  content: "\5591";
}
.hgi-stroke.hgi-solar-system-01:before {
  content: "\5593";
}
.hgi-stroke.hgi-solar-system:before {
  content: "\5595";
}
.hgi-stroke.hgi-solid-line-01:before {
  content: "\5597";
}
.hgi-stroke.hgi-solid-line-02:before {
  content: "\5599";
}
.hgi-stroke.hgi-sort-by-down-01:before {
  content: "\559b";
}
.hgi-stroke.hgi-sort-by-down-02:before {
  content: "\559d";
}
.hgi-stroke.hgi-sort-by-up-01:before {
  content: "\559f";
}
.hgi-stroke.hgi-sort-by-up-02:before {
  content: "\55a1";
}
.hgi-stroke.hgi-sorting-01:before {
  content: "\55a3";
}
.hgi-stroke.hgi-sorting-02:before {
  content: "\55a5";
}
.hgi-stroke.hgi-sorting-03:before {
  content: "\55a7";
}
.hgi-stroke.hgi-sorting-04:before {
  content: "\55a9";
}
.hgi-stroke.hgi-sorting-05:before {
  content: "\55ab";
}
.hgi-stroke.hgi-sorting-1-9:before {
  content: "\55ad";
}
.hgi-stroke.hgi-sorting-9-1:before {
  content: "\55af";
}
.hgi-stroke.hgi-sorting-a-z-01:before {
  content: "\55b1";
}
.hgi-stroke.hgi-sorting-a-z-02:before {
  content: "\55b3";
}
.hgi-stroke.hgi-sorting-down:before {
  content: "\55b5";
}
.hgi-stroke.hgi-sorting-up:before {
  content: "\55b7";
}
.hgi-stroke.hgi-sorting-z-a-01:before {
  content: "\55b9";
}
.hgi-stroke.hgi-soundcloud:before {
  content: "\55bb";
}
.hgi-stroke.hgi-source-code-circle:before {
  content: "\55bd";
}
.hgi-stroke.hgi-source-code-square:before {
  content: "\55c0";
}
.hgi-stroke.hgi-source-code:before {
  content: "\55c1";
}
.hgi-stroke.hgi-spaceship:before {
  content: "\55c3";
}
.hgi-stroke.hgi-spades:before {
  content: "\55c5";
}
.hgi-stroke.hgi-spaghetti:before {
  content: "\55c7";
}
.hgi-stroke.hgi-spam:before {
  content: "\55c9";
}
.hgi-stroke.hgi-sparkles:before {
  content: "\55cb";
}
.hgi-stroke.hgi-spartan-helmet:before {
  content: "\55cd";
}
.hgi-stroke.hgi-spatula:before {
  content: "\55cf";
}
.hgi-stroke.hgi-speaker-01:before {
  content: "\55d1";
}
.hgi-stroke.hgi-speaker:before {
  content: "\55d3";
}
.hgi-stroke.hgi-speech-to-text:before {
  content: "\55d5";
}
.hgi-stroke.hgi-speed-train-01:before {
  content: "\55d7";
}
.hgi-stroke.hgi-speed-train-02:before {
  content: "\55d9";
}
.hgi-stroke.hgi-sperm:before {
  content: "\55db";
}
.hgi-stroke.hgi-sphere:before {
  content: "\55dd";
}
.hgi-stroke.hgi-spirals:before {
  content: "\55df";
}
.hgi-stroke.hgi-spoon-and-fork:before {
  content: "\55e1";
}
.hgi-stroke.hgi-spoon-and-knife:before {
  content: "\55e3";
}
.hgi-stroke.hgi-spoon:before {
  content: "\55e5";
}
.hgi-stroke.hgi-spotify:before {
  content: "\55e7";
}
.hgi-stroke.hgi-sql:before {
  content: "\55e9";
}
.hgi-stroke.hgi-square-01:before {
  content: "\55eb";
}
.hgi-stroke.hgi-square-arrow-data-transfer-diagonal:before {
  content: "\55ed";
}
.hgi-stroke.hgi-square-arrow-data-transfer-horizontal:before {
  content: "\55ef";
}
.hgi-stroke.hgi-square-arrow-data-transfer-vertical:before {
  content: "\55f1";
}
.hgi-stroke.hgi-square-arrow-diagonal-01:before {
  content: "\55f3";
}
.hgi-stroke.hgi-square-arrow-diagonal-02:before {
  content: "\55f5";
}
.hgi-stroke.hgi-square-arrow-down-01:before {
  content: "\55f7";
}
.hgi-stroke.hgi-square-arrow-down-02:before {
  content: "\55f9";
}
.hgi-stroke.hgi-square-arrow-down-03:before {
  content: "\55fb";
}
.hgi-stroke.hgi-square-arrow-down-double:before {
  content: "\55fd";
}
.hgi-stroke.hgi-square-arrow-down-left:before {
  content: "\55ff";
}
.hgi-stroke.hgi-square-arrow-down-right:before {
  content: "\5601";
}
.hgi-stroke.hgi-square-arrow-expand-01:before {
  content: "\5603";
}
.hgi-stroke.hgi-square-arrow-expand-02:before {
  content: "\5605";
}
.hgi-stroke.hgi-square-arrow-horizontal:before {
  content: "\5607";
}
.hgi-stroke.hgi-square-arrow-left-01:before {
  content: "\5609";
}
.hgi-stroke.hgi-square-arrow-left-02:before {
  content: "\560b";
}
.hgi-stroke.hgi-square-arrow-left-03:before {
  content: "\560d";
}
.hgi-stroke.hgi-square-arrow-left-double:before {
  content: "\560f";
}
.hgi-stroke.hgi-square-arrow-left-right:before {
  content: "\5611";
}
.hgi-stroke.hgi-square-arrow-move-down-left:before {
  content: "\5613";
}
.hgi-stroke.hgi-square-arrow-move-down-right:before {
  content: "\5615";
}
.hgi-stroke.hgi-square-arrow-move-left-down:before {
  content: "\5617";
}
.hgi-stroke.hgi-square-arrow-move-left-up:before {
  content: "\5619";
}
.hgi-stroke.hgi-square-arrow-move-right-down:before {
  content: "\561b";
}
.hgi-stroke.hgi-square-arrow-move-right-up:before {
  content: "\561d";
}
.hgi-stroke.hgi-square-arrow-reload-01:before {
  content: "\561f";
}
.hgi-stroke.hgi-square-arrow-reload-02:before {
  content: "\5621";
}
.hgi-stroke.hgi-square-arrow-right-01:before {
  content: "\5623";
}
.hgi-stroke.hgi-square-arrow-right-02:before {
  content: "\5625";
}
.hgi-stroke.hgi-square-arrow-right-03:before {
  content: "\5627";
}
.hgi-stroke.hgi-square-arrow-right-double:before {
  content: "\5629";
}
.hgi-stroke.hgi-square-arrow-shrink-01:before {
  content: "\562b";
}
.hgi-stroke.hgi-square-arrow-shrink-02:before {
  content: "\562d";
}
.hgi-stroke.hgi-square-arrow-up-01:before {
  content: "\562f";
}
.hgi-stroke.hgi-square-arrow-up-02:before {
  content: "\5631";
}
.hgi-stroke.hgi-square-arrow-up-03:before {
  content: "\5633";
}
.hgi-stroke.hgi-square-arrow-up-double:before {
  content: "\5635";
}
.hgi-stroke.hgi-square-arrow-up-down:before {
  content: "\5637";
}
.hgi-stroke.hgi-square-arrow-up-left:before {
  content: "\5639";
}
.hgi-stroke.hgi-square-arrow-up-right:before {
  content: "\563b";
}
.hgi-stroke.hgi-square-arrow-vertical:before {
  content: "\563d";
}
.hgi-stroke.hgi-square-circle:before {
  content: "\563f";
}
.hgi-stroke.hgi-square-lock-01:before {
  content: "\5641";
}
.hgi-stroke.hgi-square-lock-02:before {
  content: "\5643";
}
.hgi-stroke.hgi-square-lock-add-01:before {
  content: "\5645";
}
.hgi-stroke.hgi-square-lock-add-02:before {
  content: "\5647";
}
.hgi-stroke.hgi-square-lock-check-01:before {
  content: "\5649";
}
.hgi-stroke.hgi-square-lock-check-02:before {
  content: "\564b";
}
.hgi-stroke.hgi-square-lock-minus-01:before {
  content: "\564d";
}
.hgi-stroke.hgi-square-lock-minus-02:before {
  content: "\564f";
}
.hgi-stroke.hgi-square-lock-password:before {
  content: "\5651";
}
.hgi-stroke.hgi-square-lock-remove-01:before {
  content: "\5653";
}
.hgi-stroke.hgi-square-lock-remove-02:before {
  content: "\5655";
}
.hgi-stroke.hgi-square-root-square:before {
  content: "\5657";
}
.hgi-stroke.hgi-square-square:before {
  content: "\565a";
}
.hgi-stroke.hgi-square-unlock-01:before {
  content: "\565c";
}
.hgi-stroke.hgi-square-unlock-02:before {
  content: "\565e";
}
.hgi-stroke.hgi-square:before {
  content: "\565f";
}
.hgi-stroke.hgi-stack-star:before {
  content: "\5661";
}
.hgi-stroke.hgi-stake:before {
  content: "\5663";
}
.hgi-stroke.hgi-stamp-01:before {
  content: "\5665";
}
.hgi-stroke.hgi-stamp-02:before {
  content: "\5667";
}
.hgi-stroke.hgi-stamp:before {
  content: "\5669";
}
.hgi-stroke.hgi-star-award-01:before {
  content: "\566b";
}
.hgi-stroke.hgi-star-award-02:before {
  content: "\566d";
}
.hgi-stroke.hgi-star-circle:before {
  content: "\566f";
}
.hgi-stroke.hgi-star-face:before {
  content: "\5671";
}
.hgi-stroke.hgi-star-half:before {
  content: "\5673";
}
.hgi-stroke.hgi-star-off:before {
  content: "\5675";
}
.hgi-stroke.hgi-star-square:before {
  content: "\5678";
}
.hgi-stroke.hgi-star:before {
  content: "\5679";
}
.hgi-stroke.hgi-stars:before {
  content: "\567b";
}
.hgi-stroke.hgi-start-up-01:before {
  content: "\567d";
}
.hgi-stroke.hgi-start-up-02:before {
  content: "\567f";
}
.hgi-stroke.hgi-stationery:before {
  content: "\5681";
}
.hgi-stroke.hgi-status:before {
  content: "\5683";
}
.hgi-stroke.hgi-steak:before {
  content: "\5685";
}
.hgi-stroke.hgi-steering:before {
  content: "\5687";
}
.hgi-stroke.hgi-step-into:before {
  content: "\5689";
}
.hgi-stroke.hgi-step-out:before {
  content: "\568b";
}
.hgi-stroke.hgi-step-over:before {
  content: "\568d";
}
.hgi-stroke.hgi-stethoscope-02:before {
  content: "\568f";
}
.hgi-stroke.hgi-stethoscope:before {
  content: "\5691";
}
.hgi-stroke.hgi-sticky-note-01:before {
  content: "\5693";
}
.hgi-stroke.hgi-sticky-note-02:before {
  content: "\5695";
}
.hgi-stroke.hgi-sticky-note-03:before {
  content: "\5697";
}
.hgi-stroke.hgi-stop-circle:before {
  content: "\5699";
}
.hgi-stroke.hgi-stop-loss-order:before {
  content: "\569b";
}
.hgi-stroke.hgi-stop-watch:before {
  content: "\569e";
}
.hgi-stroke.hgi-stop:before {
  content: "\569f";
}
.hgi-stroke.hgi-store-01:before {
  content: "\56a1";
}
.hgi-stroke.hgi-store-02:before {
  content: "\56a3";
}
.hgi-stroke.hgi-store-03:before {
  content: "\56a5";
}
.hgi-stroke.hgi-store-04:before {
  content: "\56a7";
}
.hgi-stroke.hgi-store-add-01:before {
  content: "\56a9";
}
.hgi-stroke.hgi-store-add-02:before {
  content: "\56ab";
}
.hgi-stroke.hgi-store-location-01:before {
  content: "\56ad";
}
.hgi-stroke.hgi-store-location-02:before {
  content: "\56af";
}
.hgi-stroke.hgi-store-management-01:before {
  content: "\56b1";
}
.hgi-stroke.hgi-store-management-02:before {
  content: "\56b3";
}
.hgi-stroke.hgi-store-remove-01:before {
  content: "\56b5";
}
.hgi-stroke.hgi-store-remove-02:before {
  content: "\56b7";
}
.hgi-stroke.hgi-store-verified-01:before {
  content: "\56b9";
}
.hgi-stroke.hgi-store-verified-02:before {
  content: "\56bb";
}
.hgi-stroke.hgi-straight-edge:before {
  content: "\56bd";
}
.hgi-stroke.hgi-strategy:before {
  content: "\56bf";
}
.hgi-stroke.hgi-streering-wheel:before {
  content: "\56c1";
}
.hgi-stroke.hgi-street-food:before {
  content: "\56c3";
}
.hgi-stroke.hgi-stripe:before {
  content: "\56c5";
}
.hgi-stroke.hgi-stroke-bottom:before {
  content: "\56c7";
}
.hgi-stroke.hgi-stroke-center:before {
  content: "\56c9";
}
.hgi-stroke.hgi-stroke-inside:before {
  content: "\56cb";
}
.hgi-stroke.hgi-stroke-left:before {
  content: "\56cd";
}
.hgi-stroke.hgi-stroke-outside:before {
  content: "\56cf";
}
.hgi-stroke.hgi-stroke-right:before {
  content: "\56d1";
}
.hgi-stroke.hgi-stroke-top:before {
  content: "\56d3";
}
.hgi-stroke.hgi-structure-01:before {
  content: "\56d5";
}
.hgi-stroke.hgi-structure-02:before {
  content: "\56d7";
}
.hgi-stroke.hgi-structure-03:before {
  content: "\56d9";
}
.hgi-stroke.hgi-structure-04:before {
  content: "\56db";
}
.hgi-stroke.hgi-structure-05:before {
  content: "\56dd";
}
.hgi-stroke.hgi-structure-add:before {
  content: "\56df";
}
.hgi-stroke.hgi-structure-check:before {
  content: "\56e1";
}
.hgi-stroke.hgi-structure-fail:before {
  content: "\56e3";
}
.hgi-stroke.hgi-structure-folder-circle:before {
  content: "\56e5";
}
.hgi-stroke.hgi-structure-folder:before {
  content: "\56e7";
}
.hgi-stroke.hgi-student-card:before {
  content: "\56e9";
}
.hgi-stroke.hgi-student:before {
  content: "\56eb";
}
.hgi-stroke.hgi-students:before {
  content: "\56ed";
}
.hgi-stroke.hgi-study-desk:before {
  content: "\56ef";
}
.hgi-stroke.hgi-study-lamp:before {
  content: "\56f1";
}
.hgi-stroke.hgi-stumbleupon:before {
  content: "\56f3";
}
.hgi-stroke.hgi-submarine:before {
  content: "\56f5";
}
.hgi-stroke.hgi-submerge:before {
  content: "\56f7";
}
.hgi-stroke.hgi-subnode-add:before {
  content: "\56f9";
}
.hgi-stroke.hgi-subnode-delete:before {
  content: "\56fb";
}
.hgi-stroke.hgi-subpoena:before {
  content: "\56fd";
}
.hgi-stroke.hgi-subtitle:before {
  content: "\56ff";
}
.hgi-stroke.hgi-suit-01:before {
  content: "\5701";
}
.hgi-stroke.hgi-suit-02:before {
  content: "\5703";
}
.hgi-stroke.hgi-sujood:before {
  content: "\5705";
}
.hgi-stroke.hgi-summation-01:before {
  content: "\5707";
}
.hgi-stroke.hgi-summation-02:before {
  content: "\5709";
}
.hgi-stroke.hgi-summation-circle:before {
  content: "\570b";
}
.hgi-stroke.hgi-summation-square:before {
  content: "\570d";
}
.hgi-stroke.hgi-sun-01:before {
  content: "\570f";
}
.hgi-stroke.hgi-sun-02:before {
  content: "\5711";
}
.hgi-stroke.hgi-sun-03:before {
  content: "\5713";
}
.hgi-stroke.hgi-sun-cloud-01:before {
  content: "\5715";
}
.hgi-stroke.hgi-sun-cloud-02:before {
  content: "\5717";
}
.hgi-stroke.hgi-sun-cloud-angled-rain-01:before {
  content: "\5719";
}
.hgi-stroke.hgi-sun-cloud-angled-rain-02:before {
  content: "\571b";
}
.hgi-stroke.hgi-sun-cloud-angled-rain-zap-01:before {
  content: "\571d";
}
.hgi-stroke.hgi-sun-cloud-angled-rain-zap-02:before {
  content: "\571f";
}
.hgi-stroke.hgi-sun-cloud-angled-zap-01:before {
  content: "\5721";
}
.hgi-stroke.hgi-sun-cloud-angled-zap-02:before {
  content: "\5723";
}
.hgi-stroke.hgi-sun-cloud-big-rain-01:before {
  content: "\5725";
}
.hgi-stroke.hgi-sun-cloud-big-rain-02:before {
  content: "\5727";
}
.hgi-stroke.hgi-sun-cloud-fast-wind-01:before {
  content: "\5729";
}
.hgi-stroke.hgi-sun-cloud-fast-wind-02:before {
  content: "\572b";
}
.hgi-stroke.hgi-sun-cloud-hailstone-01:before {
  content: "\572d";
}
.hgi-stroke.hgi-sun-cloud-hailstone-02:before {
  content: "\572f";
}
.hgi-stroke.hgi-sun-cloud-little-rain-01:before {
  content: "\5731";
}
.hgi-stroke.hgi-sun-cloud-little-rain-02:before {
  content: "\5733";
}
.hgi-stroke.hgi-sun-cloud-little-snow-01:before {
  content: "\5735";
}
.hgi-stroke.hgi-sun-cloud-little-snow-02:before {
  content: "\5737";
}
.hgi-stroke.hgi-sun-cloud-mid-rain-01:before {
  content: "\5739";
}
.hgi-stroke.hgi-sun-cloud-mid-rain-02:before {
  content: "\573b";
}
.hgi-stroke.hgi-sun-cloud-mid-snow-01:before {
  content: "\573d";
}
.hgi-stroke.hgi-sun-cloud-mid-snow-02:before {
  content: "\573f";
}
.hgi-stroke.hgi-sun-cloud-slow-wind-01:before {
  content: "\5741";
}
.hgi-stroke.hgi-sun-cloud-slow-wind-02:before {
  content: "\5743";
}
.hgi-stroke.hgi-sun-cloud-snow-01:before {
  content: "\5745";
}
.hgi-stroke.hgi-sun-cloud-snow-02:before {
  content: "\5747";
}
.hgi-stroke.hgi-sunglasses:before {
  content: "\5749";
}
.hgi-stroke.hgi-sunrise:before {
  content: "\574b";
}
.hgi-stroke.hgi-sunset:before {
  content: "\574d";
}
.hgi-stroke.hgi-super-mario-toad:before {
  content: "\5750";
}
.hgi-stroke.hgi-super-mario:before {
  content: "\5751";
}
.hgi-stroke.hgi-surfboard:before {
  content: "\5753";
}
.hgi-stroke.hgi-surprise:before {
  content: "\5755";
}
.hgi-stroke.hgi-sushi-01:before {
  content: "\5757";
}
.hgi-stroke.hgi-sushi-02:before {
  content: "\5759";
}
.hgi-stroke.hgi-sushi-03:before {
  content: "\575b";
}
.hgi-stroke.hgi-suspicious:before {
  content: "\575d";
}
.hgi-stroke.hgi-sustainable-energy:before {
  content: "\575f";
}
.hgi-stroke.hgi-svg-01:before {
  content: "\5761";
}
.hgi-stroke.hgi-svg-02:before {
  content: "\5763";
}
.hgi-stroke.hgi-swarm:before {
  content: "\5765";
}
.hgi-stroke.hgi-swatch:before {
  content: "\5767";
}
.hgi-stroke.hgi-swimming-cap:before {
  content: "\5769";
}
.hgi-stroke.hgi-swimming:before {
  content: "\576b";
}
.hgi-stroke.hgi-swipe-down-01:before {
  content: "\576d";
}
.hgi-stroke.hgi-swipe-down-02:before {
  content: "\576f";
}
.hgi-stroke.hgi-swipe-down-03:before {
  content: "\5771";
}
.hgi-stroke.hgi-swipe-down-04:before {
  content: "\5773";
}
.hgi-stroke.hgi-swipe-down-05:before {
  content: "\5775";
}
.hgi-stroke.hgi-swipe-down-06:before {
  content: "\5777";
}
.hgi-stroke.hgi-swipe-down-07:before {
  content: "\5779";
}
.hgi-stroke.hgi-swipe-down-08:before {
  content: "\577b";
}
.hgi-stroke.hgi-swipe-left-01:before {
  content: "\577d";
}
.hgi-stroke.hgi-swipe-left-02:before {
  content: "\577f";
}
.hgi-stroke.hgi-swipe-left-03:before {
  content: "\5781";
}
.hgi-stroke.hgi-swipe-left-04:before {
  content: "\5783";
}
.hgi-stroke.hgi-swipe-left-05:before {
  content: "\5785";
}
.hgi-stroke.hgi-swipe-left-06:before {
  content: "\5787";
}
.hgi-stroke.hgi-swipe-left-07:before {
  content: "\5789";
}
.hgi-stroke.hgi-swipe-left-08:before {
  content: "\578b";
}
.hgi-stroke.hgi-swipe-left-09:before {
  content: "\578d";
}
.hgi-stroke.hgi-swipe-right-01:before {
  content: "\578f";
}
.hgi-stroke.hgi-swipe-right-02:before {
  content: "\5791";
}
.hgi-stroke.hgi-swipe-right-03:before {
  content: "\5793";
}
.hgi-stroke.hgi-swipe-right-04:before {
  content: "\5795";
}
.hgi-stroke.hgi-swipe-right-05:before {
  content: "\5797";
}
.hgi-stroke.hgi-swipe-right-06:before {
  content: "\5799";
}
.hgi-stroke.hgi-swipe-right-07:before {
  content: "\579b";
}
.hgi-stroke.hgi-swipe-right-08:before {
  content: "\579d";
}
.hgi-stroke.hgi-swipe-right-09:before {
  content: "\579f";
}
.hgi-stroke.hgi-swipe-up-01:before {
  content: "\57a1";
}
.hgi-stroke.hgi-swipe-up-02:before {
  content: "\57a3";
}
.hgi-stroke.hgi-swipe-up-03:before {
  content: "\57a5";
}
.hgi-stroke.hgi-swipe-up-04:before {
  content: "\57a7";
}
.hgi-stroke.hgi-swipe-up-05:before {
  content: "\57a9";
}
.hgi-stroke.hgi-swipe-up-06:before {
  content: "\57ab";
}
.hgi-stroke.hgi-swipe-up-07:before {
  content: "\57ad";
}
.hgi-stroke.hgi-swipe-up-08:before {
  content: "\57af";
}
.hgi-stroke.hgi-sword-01:before {
  content: "\57b1";
}
.hgi-stroke.hgi-sword-02:before {
  content: "\57b3";
}
.hgi-stroke.hgi-sword-03:before {
  content: "\57b5";
}
.hgi-stroke.hgi-system-update-01:before {
  content: "\57b7";
}
.hgi-stroke.hgi-system-update-02:before {
  content: "\57b9";
}
.hgi-stroke.hgi-t-shirt:before {
  content: "\57bb";
}
.hgi-stroke.hgi-table-01:before {
  content: "\57bd";
}
.hgi-stroke.hgi-table-02:before {
  content: "\57bf";
}
.hgi-stroke.hgi-table-03:before {
  content: "\57c1";
}
.hgi-stroke.hgi-table-lamp-01:before {
  content: "\57c3";
}
.hgi-stroke.hgi-table-lamp-02:before {
  content: "\57c5";
}
.hgi-stroke.hgi-table-round:before {
  content: "\57c7";
}
.hgi-stroke.hgi-table-tennis-bat:before {
  content: "\57ca";
}
.hgi-stroke.hgi-table:before {
  content: "\57cb";
}
.hgi-stroke.hgi-tablet-01:before {
  content: "\57cd";
}
.hgi-stroke.hgi-tablet-02:before {
  content: "\57cf";
}
.hgi-stroke.hgi-tablet-connected-bluetooth:before {
  content: "\57d1";
}
.hgi-stroke.hgi-tablet-connected-usb:before {
  content: "\57d3";
}
.hgi-stroke.hgi-tablet-connected-wifi:before {
  content: "\57d5";
}
.hgi-stroke.hgi-tablet-pen:before {
  content: "\57d7";
}
.hgi-stroke.hgi-taco-01:before {
  content: "\57d9";
}
.hgi-stroke.hgi-taco-02:before {
  content: "\57db";
}
.hgi-stroke.hgi-tag-01:before {
  content: "\57dd";
}
.hgi-stroke.hgi-tag-02:before {
  content: "\57df";
}
.hgi-stroke.hgi-tags:before {
  content: "\57e1";
}
.hgi-stroke.hgi-taj-mahal:before {
  content: "\57e3";
}
.hgi-stroke.hgi-tan:before {
  content: "\57e5";
}
.hgi-stroke.hgi-tank-top:before {
  content: "\57e7";
}
.hgi-stroke.hgi-tap-01:before {
  content: "\57e9";
}
.hgi-stroke.hgi-tap-02:before {
  content: "\57eb";
}
.hgi-stroke.hgi-tap-03:before {
  content: "\57ed";
}
.hgi-stroke.hgi-tap-04:before {
  content: "\57ef";
}
.hgi-stroke.hgi-tap-05:before {
  content: "\57f1";
}
.hgi-stroke.hgi-tap-06:before {
  content: "\57f3";
}
.hgi-stroke.hgi-tap-07:before {
  content: "\57f5";
}
.hgi-stroke.hgi-tap-08:before {
  content: "\57f7";
}
.hgi-stroke.hgi-tape-measure:before {
  content: "\57f9";
}
.hgi-stroke.hgi-target-01:before {
  content: "\57fb";
}
.hgi-stroke.hgi-target-02:before {
  content: "\57fd";
}
.hgi-stroke.hgi-target-03:before {
  content: "\57ff";
}
.hgi-stroke.hgi-target-dollar:before {
  content: "\5801";
}
.hgi-stroke.hgi-tasbih:before {
  content: "\5803";
}
.hgi-stroke.hgi-task-01:before {
  content: "\5805";
}
.hgi-stroke.hgi-task-02:before {
  content: "\5807";
}
.hgi-stroke.hgi-task-add-01:before {
  content: "\5809";
}
.hgi-stroke.hgi-task-add-02:before {
  content: "\580b";
}
.hgi-stroke.hgi-task-daily-01:before {
  content: "\580d";
}
.hgi-stroke.hgi-task-daily-02:before {
  content: "\580f";
}
.hgi-stroke.hgi-task-done-01:before {
  content: "\5811";
}
.hgi-stroke.hgi-task-done-02:before {
  content: "\5813";
}
.hgi-stroke.hgi-task-edit-01:before {
  content: "\5815";
}
.hgi-stroke.hgi-task-edit-02:before {
  content: "\5817";
}
.hgi-stroke.hgi-task-remove-01:before {
  content: "\5819";
}
.hgi-stroke.hgi-task-remove-02:before {
  content: "\581b";
}
.hgi-stroke.hgi-taxes:before {
  content: "\581d";
}
.hgi-stroke.hgi-taxi:before {
  content: "\581f";
}
.hgi-stroke.hgi-tea-pod:before {
  content: "\5821";
}
.hgi-stroke.hgi-tea:before {
  content: "\5823";
}
.hgi-stroke.hgi-teacher:before {
  content: "\5825";
}
.hgi-stroke.hgi-teaching:before {
  content: "\5827";
}
.hgi-stroke.hgi-teamviewer:before {
  content: "\5829";
}
.hgi-stroke.hgi-telegram:before {
  content: "\582b";
}
.hgi-stroke.hgi-telephone:before {
  content: "\582d";
}
.hgi-stroke.hgi-telescope-01:before {
  content: "\582f";
}
.hgi-stroke.hgi-telescope-02:before {
  content: "\5831";
}
.hgi-stroke.hgi-television-table:before {
  content: "\5833";
}
.hgi-stroke.hgi-temperature:before {
  content: "\5835";
}
.hgi-stroke.hgi-tennis-ball:before {
  content: "\5837";
}
.hgi-stroke.hgi-terrace:before {
  content: "\5839";
}
.hgi-stroke.hgi-test-tube-01:before {
  content: "\583b";
}
.hgi-stroke.hgi-test-tube-02:before {
  content: "\583d";
}
.hgi-stroke.hgi-test-tube-03:before {
  content: "\583f";
}
.hgi-stroke.hgi-test-tube:before {
  content: "\5841";
}
.hgi-stroke.hgi-tetris:before {
  content: "\5843";
}
.hgi-stroke.hgi-text-align-center:before {
  content: "\5845";
}
.hgi-stroke.hgi-text-align-justify-center:before {
  content: "\5847";
}
.hgi-stroke.hgi-text-align-justify-left:before {
  content: "\5849";
}
.hgi-stroke.hgi-text-align-justify-right:before {
  content: "\584b";
}
.hgi-stroke.hgi-text-align-left-01:before {
  content: "\584d";
}
.hgi-stroke.hgi-text-align-left:before {
  content: "\584f";
}
.hgi-stroke.hgi-text-align-right-01:before {
  content: "\5851";
}
.hgi-stroke.hgi-text-align-right:before {
  content: "\5853";
}
.hgi-stroke.hgi-text-all-caps:before {
  content: "\5855";
}
.hgi-stroke.hgi-text-bold:before {
  content: "\5857";
}
.hgi-stroke.hgi-text-centerline-center-top:before {
  content: "\5859";
}
.hgi-stroke.hgi-text-centerline-left:before {
  content: "\585b";
}
.hgi-stroke.hgi-text-centerline-middle:before {
  content: "\585d";
}
.hgi-stroke.hgi-text-centerline-right:before {
  content: "\585f";
}
.hgi-stroke.hgi-text-check:before {
  content: "\5861";
}
.hgi-stroke.hgi-text-circle:before {
  content: "\5863";
}
.hgi-stroke.hgi-text-clear:before {
  content: "\5865";
}
.hgi-stroke.hgi-text-color:before {
  content: "\5867";
}
.hgi-stroke.hgi-text-creation:before {
  content: "\5869";
}
.hgi-stroke.hgi-text-firstline-left:before {
  content: "\586b";
}
.hgi-stroke.hgi-text-firstline-right:before {
  content: "\586d";
}
.hgi-stroke.hgi-text-font:before {
  content: "\586f";
}
.hgi-stroke.hgi-text-footnote:before {
  content: "\5871";
}
.hgi-stroke.hgi-text-indent-01:before {
  content: "\5873";
}
.hgi-stroke.hgi-text-indent-less:before {
  content: "\5875";
}
.hgi-stroke.hgi-text-indent-more:before {
  content: "\5877";
}
.hgi-stroke.hgi-text-indent:before {
  content: "\5879";
}
.hgi-stroke.hgi-text-italic-slash:before {
  content: "\587c";
}
.hgi-stroke.hgi-text-italic:before {
  content: "\587d";
}
.hgi-stroke.hgi-text-kerning:before {
  content: "\587f";
}
.hgi-stroke.hgi-text-number-sign:before {
  content: "\5881";
}
.hgi-stroke.hgi-text-selection:before {
  content: "\5884";
}
.hgi-stroke.hgi-text-smallcaps:before {
  content: "\5886";
}
.hgi-stroke.hgi-text-square:before {
  content: "\5888";
}
.hgi-stroke.hgi-text-strikethrough:before {
  content: "\588a";
}
.hgi-stroke.hgi-text-subscript:before {
  content: "\588c";
}
.hgi-stroke.hgi-text-superscript:before {
  content: "\588e";
}
.hgi-stroke.hgi-text-tracking:before {
  content: "\5890";
}
.hgi-stroke.hgi-text-underline:before {
  content: "\5892";
}
.hgi-stroke.hgi-text-variable-front:before {
  content: "\5894";
}
.hgi-stroke.hgi-text-vertical-alignment:before {
  content: "\5896";
}
.hgi-stroke.hgi-text-wrap:before {
  content: "\5898";
}
.hgi-stroke.hgi-text:before {
  content: "\5899";
}
.hgi-stroke.hgi-the-prophets-mosque:before {
  content: "\589b";
}
.hgi-stroke.hgi-thermometer-cold:before {
  content: "\589d";
}
.hgi-stroke.hgi-thermometer-warm:before {
  content: "\58a0";
}
.hgi-stroke.hgi-thermometer:before {
  content: "\58a1";
}
.hgi-stroke.hgi-third-bracket-circle:before {
  content: "\58a3";
}
.hgi-stroke.hgi-third-bracket-square:before {
  content: "\58a6";
}
.hgi-stroke.hgi-third-bracket:before {
  content: "\58a7";
}
.hgi-stroke.hgi-thread:before {
  content: "\58a9";
}
.hgi-stroke.hgi-threads-ellipse:before {
  content: "\58ab";
}
.hgi-stroke.hgi-threads-rectangle:before {
  content: "\58ad";
}
.hgi-stroke.hgi-threads:before {
  content: "\58af";
}
.hgi-stroke.hgi-three-d-move:before {
  content: "\58b1";
}
.hgi-stroke.hgi-three-d-rotate:before {
  content: "\58b3";
}
.hgi-stroke.hgi-three-d-scale:before {
  content: "\58b5";
}
.hgi-stroke.hgi-three-finger-01:before {
  content: "\58b7";
}
.hgi-stroke.hgi-three-finger-02:before {
  content: "\58b9";
}
.hgi-stroke.hgi-three-finger-03:before {
  content: "\58bb";
}
.hgi-stroke.hgi-three-finger-04:before {
  content: "\58bd";
}
.hgi-stroke.hgi-three-finger-05:before {
  content: "\58bf";
}
.hgi-stroke.hgi-thumbs-down-ellipse:before {
  content: "\58c1";
}
.hgi-stroke.hgi-thumbs-down-rectangle:before {
  content: "\58c3";
}
.hgi-stroke.hgi-thumbs-down:before {
  content: "\58c5";
}
.hgi-stroke.hgi-thumbs-up-down:before {
  content: "\58c7";
}
.hgi-stroke.hgi-thumbs-up-ellipse:before {
  content: "\58c9";
}
.hgi-stroke.hgi-thumbs-up-rectangle:before {
  content: "\58cb";
}
.hgi-stroke.hgi-thumbs-up:before {
  content: "\58cd";
}
.hgi-stroke.hgi-tic-tac-toe:before {
  content: "\58cf";
}
.hgi-stroke.hgi-tick-01:before {
  content: "\58d1";
}
.hgi-stroke.hgi-tick-02:before {
  content: "\58d3";
}
.hgi-stroke.hgi-tick-03:before {
  content: "\58d5";
}
.hgi-stroke.hgi-tick-04:before {
  content: "\58d7";
}
.hgi-stroke.hgi-tick-double-01:before {
  content: "\58d9";
}
.hgi-stroke.hgi-tick-double-02:before {
  content: "\58db";
}
.hgi-stroke.hgi-tick-double-03:before {
  content: "\58dd";
}
.hgi-stroke.hgi-tick-double-04:before {
  content: "\58df";
}
.hgi-stroke.hgi-ticket-01:before {
  content: "\58e1";
}
.hgi-stroke.hgi-ticket-02:before {
  content: "\58e3";
}
.hgi-stroke.hgi-ticket-03:before {
  content: "\58e5";
}
.hgi-stroke.hgi-ticket-star:before {
  content: "\58e7";
}
.hgi-stroke.hgi-tie:before {
  content: "\58e9";
}
.hgi-stroke.hgi-tiff-01:before {
  content: "\58eb";
}
.hgi-stroke.hgi-tiff-02:before {
  content: "\58ed";
}
.hgi-stroke.hgi-tiktok:before {
  content: "\58ef";
}
.hgi-stroke.hgi-tiltify:before {
  content: "\58f1";
}
.hgi-stroke.hgi-time-01:before {
  content: "\58f3";
}
.hgi-stroke.hgi-time-02:before {
  content: "\58f5";
}
.hgi-stroke.hgi-time-03:before {
  content: "\58f7";
}
.hgi-stroke.hgi-time-04:before {
  content: "\58f9";
}
.hgi-stroke.hgi-time-half-pass:before {
  content: "\58fb";
}
.hgi-stroke.hgi-time-management-circle:before {
  content: "\58fd";
}
.hgi-stroke.hgi-time-management:before {
  content: "\58ff";
}
.hgi-stroke.hgi-time-quarter-02:before {
  content: "\5901";
}
.hgi-stroke.hgi-time-quarter-pass:before {
  content: "\5903";
}
.hgi-stroke.hgi-time-quarter:before {
  content: "\5905";
}
.hgi-stroke.hgi-time-schedule:before {
  content: "\5907";
}
.hgi-stroke.hgi-time-setting-01:before {
  content: "\5909";
}
.hgi-stroke.hgi-time-setting-02:before {
  content: "\590b";
}
.hgi-stroke.hgi-time-setting-03:before {
  content: "\590d";
}
.hgi-stroke.hgi-timer-01:before {
  content: "\590f";
}
.hgi-stroke.hgi-timer-02:before {
  content: "\5911";
}
.hgi-stroke.hgi-tips:before {
  content: "\5913";
}
.hgi-stroke.hgi-tire:before {
  content: "\5915";
}
.hgi-stroke.hgi-tired-01:before {
  content: "\5917";
}
.hgi-stroke.hgi-tired-02:before {
  content: "\5919";
}
.hgi-stroke.hgi-tissue-paper:before {
  content: "\591b";
}
.hgi-stroke.hgi-toggle-off:before {
  content: "\591d";
}
.hgi-stroke.hgi-toggle-on:before {
  content: "\591f";
}
.hgi-stroke.hgi-toilet-01:before {
  content: "\5921";
}
.hgi-stroke.hgi-toilet-02:before {
  content: "\5923";
}
.hgi-stroke.hgi-token-circle:before {
  content: "\5925";
}
.hgi-stroke.hgi-token-square:before {
  content: "\5927";
}
.hgi-stroke.hgi-tongue-01:before {
  content: "\5929";
}
.hgi-stroke.hgi-tongue-wink-left:before {
  content: "\592c";
}
.hgi-stroke.hgi-tongue-wink-right:before {
  content: "\592e";
}
.hgi-stroke.hgi-tongue:before {
  content: "\592f";
}
.hgi-stroke.hgi-tools:before {
  content: "\5931";
}
.hgi-stroke.hgi-tornado-01:before {
  content: "\5933";
}
.hgi-stroke.hgi-tornado-02:before {
  content: "\5935";
}
.hgi-stroke.hgi-torri-gate:before {
  content: "\5937";
}
.hgi-stroke.hgi-touch-01:before {
  content: "\5939";
}
.hgi-stroke.hgi-touch-02:before {
  content: "\593b";
}
.hgi-stroke.hgi-touch-03:before {
  content: "\593d";
}
.hgi-stroke.hgi-touch-04:before {
  content: "\593f";
}
.hgi-stroke.hgi-touch-05:before {
  content: "\5941";
}
.hgi-stroke.hgi-touch-06:before {
  content: "\5943";
}
.hgi-stroke.hgi-touch-07:before {
  content: "\5945";
}
.hgi-stroke.hgi-touch-08:before {
  content: "\5947";
}
.hgi-stroke.hgi-touch-09:before {
  content: "\5949";
}
.hgi-stroke.hgi-touch-10:before {
  content: "\594b";
}
.hgi-stroke.hgi-touch-interaction-01:before {
  content: "\594d";
}
.hgi-stroke.hgi-touch-interaction-02:before {
  content: "\594f";
}
.hgi-stroke.hgi-touch-interaction-03:before {
  content: "\5951";
}
.hgi-stroke.hgi-touch-interaction-04:before {
  content: "\5953";
}
.hgi-stroke.hgi-touch-locked-01:before {
  content: "\5955";
}
.hgi-stroke.hgi-touch-locked-02:before {
  content: "\5957";
}
.hgi-stroke.hgi-touch-locked-03:before {
  content: "\5959";
}
.hgi-stroke.hgi-touch-locked-04:before {
  content: "\595b";
}
.hgi-stroke.hgi-touchpad-01:before {
  content: "\595d";
}
.hgi-stroke.hgi-touchpad-02:before {
  content: "\595f";
}
.hgi-stroke.hgi-touchpad-03:before {
  content: "\5961";
}
.hgi-stroke.hgi-touchpad-04:before {
  content: "\5963";
}
.hgi-stroke.hgi-tow-truck:before {
  content: "\5965";
}
.hgi-stroke.hgi-towels:before {
  content: "\5967";
}
.hgi-stroke.hgi-toy-train:before {
  content: "\5969";
}
.hgi-stroke.hgi-tractor:before {
  content: "\596b";
}
.hgi-stroke.hgi-trade-down:before {
  content: "\596d";
}
.hgi-stroke.hgi-trade-mark:before {
  content: "\596f";
}
.hgi-stroke.hgi-trade-up:before {
  content: "\5971";
}
.hgi-stroke.hgi-trademark:before {
  content: "\5973";
}
.hgi-stroke.hgi-traffic-incident:before {
  content: "\5975";
}
.hgi-stroke.hgi-traffic-jam-01:before {
  content: "\5977";
}
.hgi-stroke.hgi-traffic-jam-02:before {
  content: "\5979";
}
.hgi-stroke.hgi-traffic-light:before {
  content: "\597b";
}
.hgi-stroke.hgi-train-01:before {
  content: "\597d";
}
.hgi-stroke.hgi-train-02:before {
  content: "\597f";
}
.hgi-stroke.hgi-tram:before {
  content: "\5981";
}
.hgi-stroke.hgi-trampoline:before {
  content: "\5983";
}
.hgi-stroke.hgi-transaction:before {
  content: "\5985";
}
.hgi-stroke.hgi-transition-bottom:before {
  content: "\5987";
}
.hgi-stroke.hgi-transition-left:before {
  content: "\5989";
}
.hgi-stroke.hgi-transition-right:before {
  content: "\598b";
}
.hgi-stroke.hgi-transition-top:before {
  content: "\598d";
}
.hgi-stroke.hgi-translate:before {
  content: "\598f";
}
.hgi-stroke.hgi-translation:before {
  content: "\5991";
}
.hgi-stroke.hgi-transmission:before {
  content: "\5993";
}
.hgi-stroke.hgi-transparency:before {
  content: "\5995";
}
.hgi-stroke.hgi-trapezoid-line-horizontal:before {
  content: "\5997";
}
.hgi-stroke.hgi-trapezoid-line-vertical:before {
  content: "\5999";
}
.hgi-stroke.hgi-travel-bag:before {
  content: "\599b";
}
.hgi-stroke.hgi-treadmill-01:before {
  content: "\599d";
}
.hgi-stroke.hgi-treadmill-02:before {
  content: "\599f";
}
.hgi-stroke.hgi-treatment:before {
  content: "\59a1";
}
.hgi-stroke.hgi-tree-01:before {
  content: "\59a3";
}
.hgi-stroke.hgi-tree-02:before {
  content: "\59a5";
}
.hgi-stroke.hgi-tree-03:before {
  content: "\59a7";
}
.hgi-stroke.hgi-tree-04:before {
  content: "\59a9";
}
.hgi-stroke.hgi-tree-05:before {
  content: "\59ab";
}
.hgi-stroke.hgi-tree-06:before {
  content: "\59ad";
}
.hgi-stroke.hgi-tree-07:before {
  content: "\59af";
}
.hgi-stroke.hgi-trello:before {
  content: "\59b1";
}
.hgi-stroke.hgi-triangle-01:before {
  content: "\59b3";
}
.hgi-stroke.hgi-triangle-02:before {
  content: "\59b5";
}
.hgi-stroke.hgi-triangle-03:before {
  content: "\59b7";
}
.hgi-stroke.hgi-triangle:before {
  content: "\59b9";
}
.hgi-stroke.hgi-trolley-01:before {
  content: "\59bb";
}
.hgi-stroke.hgi-trolley-02:before {
  content: "\59bd";
}
.hgi-stroke.hgi-tropical-storm-tracks-01:before {
  content: "\59c0";
}
.hgi-stroke.hgi-tropical-storm-tracks-02:before {
  content: "\59c2";
}
.hgi-stroke.hgi-tropical-storm:before {
  content: "\59c3";
}
.hgi-stroke.hgi-truck-delivery:before {
  content: "\59c5";
}
.hgi-stroke.hgi-truck-monster:before {
  content: "\59c7";
}
.hgi-stroke.hgi-truck-return:before {
  content: "\59c9";
}
.hgi-stroke.hgi-truck:before {
  content: "\59cb";
}
.hgi-stroke.hgi-trulli:before {
  content: "\59cd";
}
.hgi-stroke.hgi-tsunami:before {
  content: "\59cf";
}
.hgi-stroke.hgi-tulip:before {
  content: "\59d1";
}
.hgi-stroke.hgi-tumblr:before {
  content: "\59d3";
}
.hgi-stroke.hgi-turtle-neck:before {
  content: "\59d5";
}
.hgi-stroke.hgi-tv-01:before {
  content: "\59d7";
}
.hgi-stroke.hgi-tv-02:before {
  content: "\59d9";
}
.hgi-stroke.hgi-tv-fix:before {
  content: "\59db";
}
.hgi-stroke.hgi-tv-issue:before {
  content: "\59dd";
}
.hgi-stroke.hgi-tv-smart:before {
  content: "\59df";
}
.hgi-stroke.hgi-twin-tower:before {
  content: "\59e1";
}
.hgi-stroke.hgi-twitch:before {
  content: "\59e3";
}
.hgi-stroke.hgi-twitter-square:before {
  content: "\59e6";
}
.hgi-stroke.hgi-twitter:before {
  content: "\59e7";
}
.hgi-stroke.hgi-two-factor-access:before {
  content: "\59e9";
}
.hgi-stroke.hgi-two-finger-01:before {
  content: "\59eb";
}
.hgi-stroke.hgi-two-finger-02:before {
  content: "\59ed";
}
.hgi-stroke.hgi-two-finger-03:before {
  content: "\59ef";
}
.hgi-stroke.hgi-two-finger-04:before {
  content: "\59f1";
}
.hgi-stroke.hgi-two-finger-05:before {
  content: "\59f3";
}
.hgi-stroke.hgi-txt-01:before {
  content: "\59f5";
}
.hgi-stroke.hgi-txt-02:before {
  content: "\59f7";
}
.hgi-stroke.hgi-type-cursor:before {
  content: "\59f9";
}
.hgi-stroke.hgi-typescript-01:before {
  content: "\59fb";
}
.hgi-stroke.hgi-typescript-02:before {
  content: "\59fd";
}
.hgi-stroke.hgi-typescript-03:before {
  content: "\59ff";
}
.hgi-stroke.hgi-uber:before {
  content: "\5a01";
}
.hgi-stroke.hgi-ufo-01:before {
  content: "\5a03";
}
.hgi-stroke.hgi-ufo:before {
  content: "\5a05";
}
.hgi-stroke.hgi-umbrella-dollar:before {
  content: "\5a07";
}
.hgi-stroke.hgi-umbrella:before {
  content: "\5a09";
}
.hgi-stroke.hgi-unamused:before {
  content: "\5a0b";
}
.hgi-stroke.hgi-unavailable:before {
  content: "\5a0d";
}
.hgi-stroke.hgi-underpants-01:before {
  content: "\5a0f";
}
.hgi-stroke.hgi-underpants-02:before {
  content: "\5a11";
}
.hgi-stroke.hgi-underpants-03:before {
  content: "\5a13";
}
.hgi-stroke.hgi-undo-02:before {
  content: "\5a15";
}
.hgi-stroke.hgi-undo-03:before {
  content: "\5a17";
}
.hgi-stroke.hgi-undo:before {
  content: "\5a19";
}
.hgi-stroke.hgi-unfold-less:before {
  content: "\5a1b";
}
.hgi-stroke.hgi-unfold-more:before {
  content: "\5a1d";
}
.hgi-stroke.hgi-ungroup-items:before {
  content: "\5a1f";
}
.hgi-stroke.hgi-ungroup-layers:before {
  content: "\5a21";
}
.hgi-stroke.hgi-unhappy:before {
  content: "\5a23";
}
.hgi-stroke.hgi-universal-access-circle:before {
  content: "\5a25";
}
.hgi-stroke.hgi-universal-access:before {
  content: "\5a27";
}
.hgi-stroke.hgi-university:before {
  content: "\5a29";
}
.hgi-stroke.hgi-unlink-01:before {
  content: "\5a2b";
}
.hgi-stroke.hgi-unlink-02:before {
  content: "\5a2d";
}
.hgi-stroke.hgi-unlink-03:before {
  content: "\5a2f";
}
.hgi-stroke.hgi-unlink-04:before {
  content: "\5a31";
}
.hgi-stroke.hgi-unlink-05:before {
  content: "\5a33";
}
.hgi-stroke.hgi-unlink-06:before {
  content: "\5a35";
}
.hgi-stroke.hgi-unsplash:before {
  content: "\5a37";
}
.hgi-stroke.hgi-upload-01:before {
  content: "\5a39";
}
.hgi-stroke.hgi-upload-02:before {
  content: "\5a3b";
}
.hgi-stroke.hgi-upload-03:before {
  content: "\5a3d";
}
.hgi-stroke.hgi-upload-04:before {
  content: "\5a3f";
}
.hgi-stroke.hgi-upload-05:before {
  content: "\5a41";
}
.hgi-stroke.hgi-upload-circle-01:before {
  content: "\5a43";
}
.hgi-stroke.hgi-upload-circle-02:before {
  content: "\5a45";
}
.hgi-stroke.hgi-upload-square-01:before {
  content: "\5a47";
}
.hgi-stroke.hgi-upload-square-02:before {
  content: "\5a49";
}
.hgi-stroke.hgi-upwork:before {
  content: "\5a4b";
}
.hgi-stroke.hgi-usb-bugs:before {
  content: "\5a4d";
}
.hgi-stroke.hgi-usb-connected-01:before {
  content: "\5a4f";
}
.hgi-stroke.hgi-usb-connected-02:before {
  content: "\5a51";
}
.hgi-stroke.hgi-usb-connected-03:before {
  content: "\5a53";
}
.hgi-stroke.hgi-usb-error:before {
  content: "\5a55";
}
.hgi-stroke.hgi-usb-memory-01:before {
  content: "\5a57";
}
.hgi-stroke.hgi-usb-memory-02:before {
  content: "\5a59";
}
.hgi-stroke.hgi-usb-not-connected-01:before {
  content: "\5a5b";
}
.hgi-stroke.hgi-usb-not-connected-02:before {
  content: "\5a5d";
}
.hgi-stroke.hgi-usb:before {
  content: "\5a5f";
}
.hgi-stroke.hgi-user-02:before {
  content: "\5a61";
}
.hgi-stroke.hgi-user-03:before {
  content: "\5a63";
}
.hgi-stroke.hgi-user-account:before {
  content: "\5a65";
}
.hgi-stroke.hgi-user-add-01:before {
  content: "\5a67";
}
.hgi-stroke.hgi-user-add-02:before {
  content: "\5a69";
}
.hgi-stroke.hgi-user-arrow-left-right:before {
  content: "\5a6b";
}
.hgi-stroke.hgi-user-block-01:before {
  content: "\5a6d";
}
.hgi-stroke.hgi-user-block-02:before {
  content: "\5a6f";
}
.hgi-stroke.hgi-user-check-01:before {
  content: "\5a71";
}
.hgi-stroke.hgi-user-check-02:before {
  content: "\5a73";
}
.hgi-stroke.hgi-user-circle-02:before {
  content: "\5a75";
}
.hgi-stroke.hgi-user-circle:before {
  content: "\5a77";
}
.hgi-stroke.hgi-user-edit-01:before {
  content: "\5a79";
}
.hgi-stroke.hgi-user-full-view:before {
  content: "\5a7b";
}
.hgi-stroke.hgi-user-group-02:before {
  content: "\5a7d";
}
.hgi-stroke.hgi-user-group-03:before {
  content: "\5a7f";
}
.hgi-stroke.hgi-user-group:before {
  content: "\5a81";
}
.hgi-stroke.hgi-user-id-verification:before {
  content: "\5a83";
}
.hgi-stroke.hgi-user-list:before {
  content: "\5a85";
}
.hgi-stroke.hgi-user-lock-01:before {
  content: "\5a87";
}
.hgi-stroke.hgi-user-lock-02:before {
  content: "\5a89";
}
.hgi-stroke.hgi-user-love-01:before {
  content: "\5a8b";
}
.hgi-stroke.hgi-user-love-02:before {
  content: "\5a8d";
}
.hgi-stroke.hgi-user-minus-01:before {
  content: "\5a8f";
}
.hgi-stroke.hgi-user-minus-02:before {
  content: "\5a91";
}
.hgi-stroke.hgi-user-multiple-02:before {
  content: "\5a93";
}
.hgi-stroke.hgi-user-multiple-03:before {
  content: "\5a95";
}
.hgi-stroke.hgi-user-multiple:before {
  content: "\5a97";
}
.hgi-stroke.hgi-user-question-01:before {
  content: "\5a99";
}
.hgi-stroke.hgi-user-question-02:before {
  content: "\5a9b";
}
.hgi-stroke.hgi-user-remove-01:before {
  content: "\5a9d";
}
.hgi-stroke.hgi-user-remove-02:before {
  content: "\5a9f";
}
.hgi-stroke.hgi-user-roadside:before {
  content: "\5aa1";
}
.hgi-stroke.hgi-user-search-01:before {
  content: "\5aa3";
}
.hgi-stroke.hgi-user-search-02:before {
  content: "\5aa5";
}
.hgi-stroke.hgi-user-settings-01:before {
  content: "\5aa8";
}
.hgi-stroke.hgi-user-settings-02:before {
  content: "\5aaa";
}
.hgi-stroke.hgi-user-sharing:before {
  content: "\5aac";
}
.hgi-stroke.hgi-user-shield-01:before {
  content: "\5aae";
}
.hgi-stroke.hgi-user-shield-02:before {
  content: "\5ab0";
}
.hgi-stroke.hgi-user-square:before {
  content: "\5ab2";
}
.hgi-stroke.hgi-user-star-01:before {
  content: "\5ab4";
}
.hgi-stroke.hgi-user-star-02:before {
  content: "\5ab6";
}
.hgi-stroke.hgi-user-status:before {
  content: "\5ab8";
}
.hgi-stroke.hgi-user-story:before {
  content: "\5aba";
}
.hgi-stroke.hgi-user-switch:before {
  content: "\5abc";
}
.hgi-stroke.hgi-user-unlock-01:before {
  content: "\5abe";
}
.hgi-stroke.hgi-user-unlock-02:before {
  content: "\5ac0";
}
.hgi-stroke.hgi-user:before {
  content: "\5ac1";
}
.hgi-stroke.hgi-uv-01:before {
  content: "\5ac3";
}
.hgi-stroke.hgi-uv-02:before {
  content: "\5ac5";
}
.hgi-stroke.hgi-uv-03:before {
  content: "\5ac7";
}
.hgi-stroke.hgi-vaccine:before {
  content: "\5ac9";
}
.hgi-stroke.hgi-validation-approval:before {
  content: "\5acb";
}
.hgi-stroke.hgi-validation:before {
  content: "\5acd";
}
.hgi-stroke.hgi-van:before {
  content: "\5acf";
}
.hgi-stroke.hgi-variable:before {
  content: "\5ad1";
}
.hgi-stroke.hgi-vegetarian-food:before {
  content: "\5ad3";
}
.hgi-stroke.hgi-versus:before {
  content: "\5ad5";
}
.hgi-stroke.hgi-vertical-resize:before {
  content: "\5ad7";
}
.hgi-stroke.hgi-vertical-scroll-point:before {
  content: "\5ad9";
}
.hgi-stroke.hgi-vest:before {
  content: "\5adb";
}
.hgi-stroke.hgi-victory-finger-01:before {
  content: "\5add";
}
.hgi-stroke.hgi-victory-finger-02:before {
  content: "\5adf";
}
.hgi-stroke.hgi-victory-finger-03:before {
  content: "\5ae1";
}
.hgi-stroke.hgi-video-01:before {
  content: "\5ae3";
}
.hgi-stroke.hgi-video-02:before {
  content: "\5ae5";
}
.hgi-stroke.hgi-video-console:before {
  content: "\5ae7";
}
.hgi-stroke.hgi-video-off:before {
  content: "\5ae9";
}
.hgi-stroke.hgi-video-replay:before {
  content: "\5aeb";
}
.hgi-stroke.hgi-view-off-slash:before {
  content: "\5aee";
}
.hgi-stroke.hgi-view-off:before {
  content: "\5aef";
}
.hgi-stroke.hgi-view:before {
  content: "\5af1";
}
.hgi-stroke.hgi-vimeo:before {
  content: "\5af3";
}
.hgi-stroke.hgi-vine-square:before {
  content: "\5af6";
}
.hgi-stroke.hgi-vine:before {
  content: "\5af7";
}
.hgi-stroke.hgi-vintage-clock:before {
  content: "\5af9";
}
.hgi-stroke.hgi-virtual-reality-vr-01:before {
  content: "\5afb";
}
.hgi-stroke.hgi-virtual-reality-vr-02:before {
  content: "\5afd";
}
.hgi-stroke.hgi-vision:before {
  content: "\5aff";
}
.hgi-stroke.hgi-vk-square:before {
  content: "\5b02";
}
.hgi-stroke.hgi-vk:before {
  content: "\5b03";
}
.hgi-stroke.hgi-voice-id:before {
  content: "\5b05";
}
.hgi-stroke.hgi-voice:before {
  content: "\5b07";
}
.hgi-stroke.hgi-volleyball:before {
  content: "\5b09";
}
.hgi-stroke.hgi-volume-high:before {
  content: "\5b0b";
}
.hgi-stroke.hgi-volume-low:before {
  content: "\5b0d";
}
.hgi-stroke.hgi-volume-minus:before {
  content: "\5b0f";
}
.hgi-stroke.hgi-volume-mute-01:before {
  content: "\5b11";
}
.hgi-stroke.hgi-volume-mute-02:before {
  content: "\5b13";
}
.hgi-stroke.hgi-volume-off:before {
  content: "\5b15";
}
.hgi-stroke.hgi-volume-up:before {
  content: "\5b17";
}
.hgi-stroke.hgi-vomiting:before {
  content: "\5b19";
}
.hgi-stroke.hgi-voucher:before {
  content: "\5b1b";
}
.hgi-stroke.hgi-vr-glasses:before {
  content: "\5b1d";
}
.hgi-stroke.hgi-vr:before {
  content: "\5b1f";
}
.hgi-stroke.hgi-vynil-01:before {
  content: "\5b21";
}
.hgi-stroke.hgi-vynil-02:before {
  content: "\5b23";
}
.hgi-stroke.hgi-vynil-03:before {
  content: "\5b25";
}
.hgi-stroke.hgi-waiter:before {
  content: "\5b27";
}
.hgi-stroke.hgi-waiters:before {
  content: "\5b29";
}
.hgi-stroke.hgi-wall-lamp:before {
  content: "\5b2b";
}
.hgi-stroke.hgi-wallet-01:before {
  content: "\5b2d";
}
.hgi-stroke.hgi-wallet-02:before {
  content: "\5b2f";
}
.hgi-stroke.hgi-wallet-03:before {
  content: "\5b31";
}
.hgi-stroke.hgi-wallet-04:before {
  content: "\5b33";
}
.hgi-stroke.hgi-wallet-05:before {
  content: "\5b35";
}
.hgi-stroke.hgi-wallet-add-01:before {
  content: "\5b37";
}
.hgi-stroke.hgi-wallet-add-02:before {
  content: "\5b39";
}
.hgi-stroke.hgi-wallet-done-01:before {
  content: "\5b3b";
}
.hgi-stroke.hgi-wallet-done-02:before {
  content: "\5b3d";
}
.hgi-stroke.hgi-wallet-not-found-01:before {
  content: "\5b3f";
}
.hgi-stroke.hgi-wallet-not-found-02:before {
  content: "\5b41";
}
.hgi-stroke.hgi-wallet-remove-01:before {
  content: "\5b43";
}
.hgi-stroke.hgi-wallet-remove-02:before {
  content: "\5b45";
}
.hgi-stroke.hgi-wanted:before {
  content: "\5b47";
}
.hgi-stroke.hgi-wardrobe-01:before {
  content: "\5b49";
}
.hgi-stroke.hgi-wardrobe-02:before {
  content: "\5b4b";
}
.hgi-stroke.hgi-wardrobe-03:before {
  content: "\5b4d";
}
.hgi-stroke.hgi-wardrobe-04:before {
  content: "\5b4f";
}
.hgi-stroke.hgi-warehouse:before {
  content: "\5b51";
}
.hgi-stroke.hgi-washington-monument:before {
  content: "\5b53";
}
.hgi-stroke.hgi-waste-restore:before {
  content: "\5b55";
}
.hgi-stroke.hgi-waste:before {
  content: "\5b57";
}
.hgi-stroke.hgi-watch-01:before {
  content: "\5b59";
}
.hgi-stroke.hgi-watch-02:before {
  content: "\5b5b";
}
.hgi-stroke.hgi-water-energy:before {
  content: "\5b5d";
}
.hgi-stroke.hgi-water-polo:before {
  content: "\5b5f";
}
.hgi-stroke.hgi-water-pump:before {
  content: "\5b61";
}
.hgi-stroke.hgi-waterfall-down-01:before {
  content: "\5b63";
}
.hgi-stroke.hgi-waterfall-down-03:before {
  content: "\5b65";
}
.hgi-stroke.hgi-waterfall-up-01:before {
  content: "\5b67";
}
.hgi-stroke.hgi-waterfall-up-02:before {
  content: "\5b69";
}
.hgi-stroke.hgi-watermelon:before {
  content: "\5b6b";
}
.hgi-stroke.hgi-wattpad-square:before {
  content: "\5b6e";
}
.hgi-stroke.hgi-wattpad:before {
  content: "\5b6f";
}
.hgi-stroke.hgi-wav-01:before {
  content: "\5b71";
}
.hgi-stroke.hgi-wav-02:before {
  content: "\5b73";
}
.hgi-stroke.hgi-waving-hand-01:before {
  content: "\5b75";
}
.hgi-stroke.hgi-waving-hand-02:before {
  content: "\5b77";
}
.hgi-stroke.hgi-waze:before {
  content: "\5b79";
}
.hgi-stroke.hgi-web-design-01:before {
  content: "\5b7b";
}
.hgi-stroke.hgi-web-design-02:before {
  content: "\5b7d";
}
.hgi-stroke.hgi-web-programming:before {
  content: "\5b7f";
}
.hgi-stroke.hgi-web-protection:before {
  content: "\5b81";
}
.hgi-stroke.hgi-web-security:before {
  content: "\5b83";
}
.hgi-stroke.hgi-web-validation:before {
  content: "\5b85";
}
.hgi-stroke.hgi-webflow:before {
  content: "\5b87";
}
.hgi-stroke.hgi-webhook:before {
  content: "\5b89";
}
.hgi-stroke.hgi-wechat:before {
  content: "\5b8b";
}
.hgi-stroke.hgi-wedding:before {
  content: "\5b8d";
}
.hgi-stroke.hgi-weight-scale-01:before {
  content: "\5b8f";
}
.hgi-stroke.hgi-weight-scale:before {
  content: "\5b91";
}
.hgi-stroke.hgi-wellness:before {
  content: "\5b93";
}
.hgi-stroke.hgi-whatsapp-business:before {
  content: "\5b95";
}
.hgi-stroke.hgi-whatsapp:before {
  content: "\5b97";
}
.hgi-stroke.hgi-wheelchair:before {
  content: "\5b99";
}
.hgi-stroke.hgi-whisk:before {
  content: "\5b9b";
}
.hgi-stroke.hgi-whistle:before {
  content: "\5b9d";
}
.hgi-stroke.hgi-whiteboard:before {
  content: "\5b9f";
}
.hgi-stroke.hgi-wifi-01:before {
  content: "\5ba1";
}
.hgi-stroke.hgi-wifi-02:before {
  content: "\5ba3";
}
.hgi-stroke.hgi-wifi-circle:before {
  content: "\5ba5";
}
.hgi-stroke.hgi-wifi-connected-01:before {
  content: "\5ba7";
}
.hgi-stroke.hgi-wifi-connected-02:before {
  content: "\5ba9";
}
.hgi-stroke.hgi-wifi-connected-03:before {
  content: "\5bab";
}
.hgi-stroke.hgi-wifi-disconnected-01:before {
  content: "\5bad";
}
.hgi-stroke.hgi-wifi-disconnected-02:before {
  content: "\5baf";
}
.hgi-stroke.hgi-wifi-disconnected-03:before {
  content: "\5bb1";
}
.hgi-stroke.hgi-wifi-disconnected-04:before {
  content: "\5bb3";
}
.hgi-stroke.hgi-wifi-error-01:before {
  content: "\5bb5";
}
.hgi-stroke.hgi-wifi-error-02:before {
  content: "\5bb7";
}
.hgi-stroke.hgi-wifi-full-signal:before {
  content: "\5bb9";
}
.hgi-stroke.hgi-wifi-location:before {
  content: "\5bbb";
}
.hgi-stroke.hgi-wifi-lock:before {
  content: "\5bbd";
}
.hgi-stroke.hgi-wifi-low-signal:before {
  content: "\5bbf";
}
.hgi-stroke.hgi-wifi-medium-signal:before {
  content: "\5bc1";
}
.hgi-stroke.hgi-wifi-no-signal:before {
  content: "\5bc3";
}
.hgi-stroke.hgi-wifi-off-01:before {
  content: "\5bc5";
}
.hgi-stroke.hgi-wifi-off-02:before {
  content: "\5bc7";
}
.hgi-stroke.hgi-wifi-square:before {
  content: "\5bc9";
}
.hgi-stroke.hgi-wifi-unlock:before {
  content: "\5bcb";
}
.hgi-stroke.hgi-wikipedia:before {
  content: "\5bcd";
}
.hgi-stroke.hgi-wind-power-01:before {
  content: "\5bcf";
}
.hgi-stroke.hgi-wind-power-02:before {
  content: "\5bd1";
}
.hgi-stroke.hgi-wind-power-03:before {
  content: "\5bd3";
}
.hgi-stroke.hgi-wind-power:before {
  content: "\5bd5";
}
.hgi-stroke.hgi-wind-surf:before {
  content: "\5bd7";
}
.hgi-stroke.hgi-wind-turbine:before {
  content: "\5bd9";
}
.hgi-stroke.hgi-windows-new:before {
  content: "\5bdb";
}
.hgi-stroke.hgi-windows-old:before {
  content: "\5bdd";
}
.hgi-stroke.hgi-wink:before {
  content: "\5bdf";
}
.hgi-stroke.hgi-winking:before {
  content: "\5be1";
}
.hgi-stroke.hgi-wireless-cloud-access:before {
  content: "\5be3";
}
.hgi-stroke.hgi-wireless:before {
  content: "\5be5";
}
.hgi-stroke.hgi-wise:before {
  content: "\5be7";
}
.hgi-stroke.hgi-woman:before {
  content: "\5be9";
}
.hgi-stroke.hgi-wordpress:before {
  content: "\5beb";
}
.hgi-stroke.hgi-work-alert:before {
  content: "\5bed";
}
.hgi-stroke.hgi-work-history:before {
  content: "\5bef";
}
.hgi-stroke.hgi-work-update:before {
  content: "\5bf2";
}
.hgi-stroke.hgi-work:before {
  content: "\5bf3";
}
.hgi-stroke.hgi-workflow-circle-01:before {
  content: "\5bf5";
}
.hgi-stroke.hgi-workflow-circle-02:before {
  content: "\5bf7";
}
.hgi-stroke.hgi-workflow-circle-03:before {
  content: "\5bf9";
}
.hgi-stroke.hgi-workflow-circle-04:before {
  content: "\5bfb";
}
.hgi-stroke.hgi-workflow-circle-05:before {
  content: "\5bfd";
}
.hgi-stroke.hgi-workflow-circle-06:before {
  content: "\5bff";
}
.hgi-stroke.hgi-workflow-square-01:before {
  content: "\5c01";
}
.hgi-stroke.hgi-workflow-square-02:before {
  content: "\5c03";
}
.hgi-stroke.hgi-workflow-square-03:before {
  content: "\5c05";
}
.hgi-stroke.hgi-workflow-square-04:before {
  content: "\5c07";
}
.hgi-stroke.hgi-workflow-square-05:before {
  content: "\5c09";
}
.hgi-stroke.hgi-workflow-square-06:before {
  content: "\5c0b";
}
.hgi-stroke.hgi-workflow-square-07:before {
  content: "\5c0d";
}
.hgi-stroke.hgi-workflow-square-08:before {
  content: "\5c0f";
}
.hgi-stroke.hgi-workflow-square-09:before {
  content: "\5c11";
}
.hgi-stroke.hgi-workflow-square-10:before {
  content: "\5c13";
}
.hgi-stroke.hgi-workout-battle-ropes:before {
  content: "\5c15";
}
.hgi-stroke.hgi-workout-gymnastics:before {
  content: "\5c17";
}
.hgi-stroke.hgi-workout-kicking:before {
  content: "\5c19";
}
.hgi-stroke.hgi-workout-run:before {
  content: "\5c1b";
}
.hgi-stroke.hgi-workout-sport:before {
  content: "\5c1d";
}
.hgi-stroke.hgi-workout-squats:before {
  content: "\5c1f";
}
.hgi-stroke.hgi-workout-stretching:before {
  content: "\5c21";
}
.hgi-stroke.hgi-workout-warm-up:before {
  content: "\5c23";
}
.hgi-stroke.hgi-worry:before {
  content: "\5c25";
}
.hgi-stroke.hgi-wps-office-rectangle:before {
  content: "\5c27";
}
.hgi-stroke.hgi-wps-office:before {
  content: "\5c29";
}
.hgi-stroke.hgi-wrench-01:before {
  content: "\5c2b";
}
.hgi-stroke.hgi-wrench-02:before {
  content: "\5c2d";
}
.hgi-stroke.hgi-wudu:before {
  content: "\5c2f";
}
.hgi-stroke.hgi-x-ray:before {
  content: "\5c31";
}
.hgi-stroke.hgi-x-variable-circle:before {
  content: "\5c33";
}
.hgi-stroke.hgi-x-variable-square:before {
  content: "\5c36";
}
.hgi-stroke.hgi-x-variable:before {
  content: "\5c37";
}
.hgi-stroke.hgi-xing:before {
  content: "\5c39";
}
.hgi-stroke.hgi-xls-01:before {
  content: "\5c3b";
}
.hgi-stroke.hgi-xls-02:before {
  content: "\5c3d";
}
.hgi-stroke.hgi-xml-01:before {
  content: "\5c3f";
}
.hgi-stroke.hgi-xml-02:before {
  content: "\5c41";
}
.hgi-stroke.hgi-xsl-01:before {
  content: "\5c43";
}
.hgi-stroke.hgi-xsl-02:before {
  content: "\5c45";
}
.hgi-stroke.hgi-yelp:before {
  content: "\5c47";
}
.hgi-stroke.hgi-yen-circle:before {
  content: "\5c49";
}
.hgi-stroke.hgi-yen-receive:before {
  content: "\5c4b";
}
.hgi-stroke.hgi-yen-send:before {
  content: "\5c4e";
}
.hgi-stroke.hgi-yen-square:before {
  content: "\5c50";
}
.hgi-stroke.hgi-yen:before {
  content: "\5c51";
}
.hgi-stroke.hgi-yoga-01:before {
  content: "\5c53";
}
.hgi-stroke.hgi-yoga-02:before {
  content: "\5c55";
}
.hgi-stroke.hgi-yoga-03:before {
  content: "\5c57";
}
.hgi-stroke.hgi-yoga-ball:before {
  content: "\5c59";
}
.hgi-stroke.hgi-yoga-mat:before {
  content: "\5c5b";
}
.hgi-stroke.hgi-yogurt:before {
  content: "\5c5d";
}
.hgi-stroke.hgi-youtube:before {
  content: "\5c5f";
}
.hgi-stroke.hgi-yurt:before {
  content: "\5c61";
}
.hgi-stroke.hgi-zakat:before {
  content: "\5c63";
}
.hgi-stroke.hgi-zap:before {
  content: "\5c65";
}
.hgi-stroke.hgi-zeppelin:before {
  content: "\5c67";
}
.hgi-stroke.hgi-zip-01:before {
  content: "\5c69";
}
.hgi-stroke.hgi-zip-02:before {
  content: "\5c6b";
}
.hgi-stroke.hgi-zoom-circle:before {
  content: "\5c6d";
}
.hgi-stroke.hgi-zoom-in-area:before {
  content: "\5c6f";
}
.hgi-stroke.hgi-zoom-out-area:before {
  content: "\5c71";
}
.hgi-stroke.hgi-zoom-square:before {
  content: "\5c74";
}
.hgi-stroke.hgi-zoom:before {
  content: "\5c75";
}
.hgi-stroke.hgi-zsh:before {
  content: "\5c77";
}
.hgi-stroke.hgi-zzz:before {
  content: "\5c79";
}
@charset "UTF-8";
@font-face {
  font-family: "hgi-stroke-sharp";
  src: url("./media/hgi-stroke-sharp-N4P52YUB.eot?t=1736938793797");
  src:
    url("./media/hgi-stroke-sharp-N4P52YUB.eot?t=1736938793797#iefix") format("embedded-opentype"),
    url("./media/hgi-stroke-sharp-RTZHRET7.woff2?t=1736938793797") format("woff2"),
    url("./media/hgi-stroke-sharp-O6J4DBRH.woff?t=1736938793797") format("woff"),
    url("./media/hgi-stroke-sharp-XE4IH2CD.ttf?t=1736938793797") format("truetype"),
    url("./media/hgi-stroke-sharp-Y4QPJAXP.svg?t=1736938793797#hgi-stroke-sharp") format("svg");
}
.hgi-stroke.hgi-sharp {
  font-family: "hgi-stroke-sharp" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-display: block;
}
.hgi-stroke.hgi-sharp.hgi-3-d-view:before {
  content: "\3a71";
}
.hgi-stroke.hgi-sharp.hgi-abacus:before {
  content: "\3a73";
}
.hgi-stroke.hgi-sharp.hgi-absolute:before {
  content: "\3a75";
}
.hgi-stroke.hgi-sharp.hgi-acceleration:before {
  content: "\3a77";
}
.hgi-stroke.hgi-sharp.hgi-access:before {
  content: "\3a79";
}
.hgi-stroke.hgi-sharp.hgi-accident:before {
  content: "\3a7b";
}
.hgi-stroke.hgi-sharp.hgi-account-setting-01:before {
  content: "\3a7d";
}
.hgi-stroke.hgi-sharp.hgi-account-setting-02:before {
  content: "\3a7f";
}
.hgi-stroke.hgi-sharp.hgi-account-setting-03:before {
  content: "\3a81";
}
.hgi-stroke.hgi-sharp.hgi-activity-01:before {
  content: "\3a83";
}
.hgi-stroke.hgi-sharp.hgi-activity-02:before {
  content: "\3a85";
}
.hgi-stroke.hgi-sharp.hgi-activity-03:before {
  content: "\3a87";
}
.hgi-stroke.hgi-sharp.hgi-activity-04:before {
  content: "\3a89";
}
.hgi-stroke.hgi-sharp.hgi-acute:before {
  content: "\3a8b";
}
.hgi-stroke.hgi-sharp.hgi-add-01:before {
  content: "\3a8d";
}
.hgi-stroke.hgi-sharp.hgi-add-02:before {
  content: "\3a8f";
}
.hgi-stroke.hgi-sharp.hgi-add-circle-half-dot:before {
  content: "\3a91";
}
.hgi-stroke.hgi-sharp.hgi-add-circle:before {
  content: "\3a93";
}
.hgi-stroke.hgi-sharp.hgi-add-female:before {
  content: "\3a95";
}
.hgi-stroke.hgi-sharp.hgi-add-male:before {
  content: "\3a97";
}
.hgi-stroke.hgi-sharp.hgi-add-square:before {
  content: "\3a99";
}
.hgi-stroke.hgi-sharp.hgi-add-team-02:before {
  content: "\3a9b";
}
.hgi-stroke.hgi-sharp.hgi-add-team:before {
  content: "\3a9d";
}
.hgi-stroke.hgi-sharp.hgi-add-to-list:before {
  content: "\3a9f";
}
.hgi-stroke.hgi-sharp.hgi-address-book:before {
  content: "\3aa1";
}
.hgi-stroke.hgi-sharp.hgi-adobe-after-effect:before {
  content: "\3aa3";
}
.hgi-stroke.hgi-sharp.hgi-adobe-illustrator:before {
  content: "\3aa5";
}
.hgi-stroke.hgi-sharp.hgi-adobe-indesign:before {
  content: "\3aa7";
}
.hgi-stroke.hgi-sharp.hgi-adobe-photoshop:before {
  content: "\3aa9";
}
.hgi-stroke.hgi-sharp.hgi-adobe-premier:before {
  content: "\3aab";
}
.hgi-stroke.hgi-sharp.hgi-adobe-xd:before {
  content: "\3aad";
}
.hgi-stroke.hgi-sharp.hgi-adventure:before {
  content: "\3aaf";
}
.hgi-stroke.hgi-sharp.hgi-advertisiment:before {
  content: "\3ab1";
}
.hgi-stroke.hgi-sharp.hgi-adzan:before {
  content: "\3ab3";
}
.hgi-stroke.hgi-sharp.hgi-affiliate:before {
  content: "\3ab5";
}
.hgi-stroke.hgi-sharp.hgi-agreement-01:before {
  content: "\3ab7";
}
.hgi-stroke.hgi-sharp.hgi-agreement-02:before {
  content: "\3ab9";
}
.hgi-stroke.hgi-sharp.hgi-agreement-03:before {
  content: "\3abb";
}
.hgi-stroke.hgi-sharp.hgi-ai-audio:before {
  content: "\3abd";
}
.hgi-stroke.hgi-sharp.hgi-ai-beautify:before {
  content: "\3abf";
}
.hgi-stroke.hgi-sharp.hgi-ai-book:before {
  content: "\3ac1";
}
.hgi-stroke.hgi-sharp.hgi-ai-brain-01:before {
  content: "\3ac3";
}
.hgi-stroke.hgi-sharp.hgi-ai-brain-02:before {
  content: "\3ac5";
}
.hgi-stroke.hgi-sharp.hgi-ai-brain-03:before {
  content: "\3ac7";
}
.hgi-stroke.hgi-sharp.hgi-ai-brain-04:before {
  content: "\3ac9";
}
.hgi-stroke.hgi-sharp.hgi-ai-brain-05:before {
  content: "\3acb";
}
.hgi-stroke.hgi-sharp.hgi-ai-browser:before {
  content: "\3acd";
}
.hgi-stroke.hgi-sharp.hgi-ai-chat-01:before {
  content: "\3acf";
}
.hgi-stroke.hgi-sharp.hgi-ai-chat-02:before {
  content: "\3ad1";
}
.hgi-stroke.hgi-sharp.hgi-ai-chemistry-01:before {
  content: "\3ad3";
}
.hgi-stroke.hgi-sharp.hgi-ai-chemistry-02:before {
  content: "\3ad5";
}
.hgi-stroke.hgi-sharp.hgi-ai-chemistry-03:before {
  content: "\3ad7";
}
.hgi-stroke.hgi-sharp.hgi-ai-chip:before {
  content: "\3ad9";
}
.hgi-stroke.hgi-sharp.hgi-ai-cloud-01:before {
  content: "\3adb";
}
.hgi-stroke.hgi-sharp.hgi-ai-cloud-02:before {
  content: "\3add";
}
.hgi-stroke.hgi-sharp.hgi-ai-cloud:before {
  content: "\3adf";
}
.hgi-stroke.hgi-sharp.hgi-ai-computer:before {
  content: "\3ae1";
}
.hgi-stroke.hgi-sharp.hgi-ai-content-generator-01:before {
  content: "\3ae3";
}
.hgi-stroke.hgi-sharp.hgi-ai-content-generator-02:before {
  content: "\3ae5";
}
.hgi-stroke.hgi-sharp.hgi-ai-dna:before {
  content: "\3ae7";
}
.hgi-stroke.hgi-sharp.hgi-ai-editing:before {
  content: "\3ae9";
}
.hgi-stroke.hgi-sharp.hgi-ai-eraser:before {
  content: "\3aeb";
}
.hgi-stroke.hgi-sharp.hgi-ai-file:before {
  content: "\3aed";
}
.hgi-stroke.hgi-sharp.hgi-ai-folder-01:before {
  content: "\3aef";
}
.hgi-stroke.hgi-sharp.hgi-ai-folder-02:before {
  content: "\3af1";
}
.hgi-stroke.hgi-sharp.hgi-ai-game:before {
  content: "\3af3";
}
.hgi-stroke.hgi-sharp.hgi-ai-generative:before {
  content: "\3af5";
}
.hgi-stroke.hgi-sharp.hgi-ai-idea:before {
  content: "\3af7";
}
.hgi-stroke.hgi-sharp.hgi-ai-image:before {
  content: "\3af9";
}
.hgi-stroke.hgi-sharp.hgi-ai-innovation-01:before {
  content: "\3afb";
}
.hgi-stroke.hgi-sharp.hgi-ai-innovation-02:before {
  content: "\3afd";
}
.hgi-stroke.hgi-sharp.hgi-ai-innovation-03:before {
  content: "\3aff";
}
.hgi-stroke.hgi-sharp.hgi-ai-laptop:before {
  content: "\3b01";
}
.hgi-stroke.hgi-sharp.hgi-ai-learning:before {
  content: "\3b03";
}
.hgi-stroke.hgi-sharp.hgi-ai-lock:before {
  content: "\3b05";
}
.hgi-stroke.hgi-sharp.hgi-ai-magic:before {
  content: "\3b07";
}
.hgi-stroke.hgi-sharp.hgi-ai-mail-01:before {
  content: "\3b09";
}
.hgi-stroke.hgi-sharp.hgi-ai-mail-02:before {
  content: "\3b0b";
}
.hgi-stroke.hgi-sharp.hgi-ai-mail:before {
  content: "\3b0d";
}
.hgi-stroke.hgi-sharp.hgi-ai-mic:before {
  content: "\3b0f";
}
.hgi-stroke.hgi-sharp.hgi-ai-network:before {
  content: "\3b11";
}
.hgi-stroke.hgi-sharp.hgi-ai-phone-01:before {
  content: "\3b13";
}
.hgi-stroke.hgi-sharp.hgi-ai-phone-02:before {
  content: "\3b15";
}
.hgi-stroke.hgi-sharp.hgi-ai-programming:before {
  content: "\3b17";
}
.hgi-stroke.hgi-sharp.hgi-ai-scan:before {
  content: "\3b19";
}
.hgi-stroke.hgi-sharp.hgi-ai-scheduling:before {
  content: "\3b1b";
}
.hgi-stroke.hgi-sharp.hgi-ai-search-02:before {
  content: "\3b1d";
}
.hgi-stroke.hgi-sharp.hgi-ai-search:before {
  content: "\3b1f";
}
.hgi-stroke.hgi-sharp.hgi-ai-security-01:before {
  content: "\3b21";
}
.hgi-stroke.hgi-sharp.hgi-ai-security-02:before {
  content: "\3b23";
}
.hgi-stroke.hgi-sharp.hgi-ai-security-03:before {
  content: "\3b25";
}
.hgi-stroke.hgi-sharp.hgi-ai-setting:before {
  content: "\3b27";
}
.hgi-stroke.hgi-sharp.hgi-ai-sheets:before {
  content: "\3b29";
}
.hgi-stroke.hgi-sharp.hgi-ai-smartwatch:before {
  content: "\3b2b";
}
.hgi-stroke.hgi-sharp.hgi-ai-user:before {
  content: "\3b2d";
}
.hgi-stroke.hgi-sharp.hgi-ai-video:before {
  content: "\3b2f";
}
.hgi-stroke.hgi-sharp.hgi-ai-view:before {
  content: "\3b31";
}
.hgi-stroke.hgi-sharp.hgi-ai-vision-recognition:before {
  content: "\3b33";
}
.hgi-stroke.hgi-sharp.hgi-ai-voice-generator:before {
  content: "\3b35";
}
.hgi-stroke.hgi-sharp.hgi-ai-voice:before {
  content: "\3b37";
}
.hgi-stroke.hgi-sharp.hgi-ai-web-browsing:before {
  content: "\3b39";
}
.hgi-stroke.hgi-sharp.hgi-aids:before {
  content: "\3b3b";
}
.hgi-stroke.hgi-sharp.hgi-airbnb:before {
  content: "\3b3d";
}
.hgi-stroke.hgi-sharp.hgi-aircraft-game:before {
  content: "\3b3f";
}
.hgi-stroke.hgi-sharp.hgi-airdrop:before {
  content: "\3b41";
}
.hgi-stroke.hgi-sharp.hgi-airplane-01:before {
  content: "\3b43";
}
.hgi-stroke.hgi-sharp.hgi-airplane-02:before {
  content: "\3b45";
}
.hgi-stroke.hgi-sharp.hgi-airplane-landing-01:before {
  content: "\3b47";
}
.hgi-stroke.hgi-sharp.hgi-airplane-landing-02:before {
  content: "\3b49";
}
.hgi-stroke.hgi-sharp.hgi-airplane-mode-off:before {
  content: "\3b4b";
}
.hgi-stroke.hgi-sharp.hgi-airplane-mode:before {
  content: "\3b4d";
}
.hgi-stroke.hgi-sharp.hgi-airplane-seat:before {
  content: "\3b4f";
}
.hgi-stroke.hgi-sharp.hgi-airplane-take-off-01:before {
  content: "\3b51";
}
.hgi-stroke.hgi-sharp.hgi-airplane-take-off-02:before {
  content: "\3b53";
}
.hgi-stroke.hgi-sharp.hgi-airplay-line:before {
  content: "\3b55";
}
.hgi-stroke.hgi-sharp.hgi-airpod-01:before {
  content: "\3b57";
}
.hgi-stroke.hgi-sharp.hgi-airpod-02:before {
  content: "\3b59";
}
.hgi-stroke.hgi-sharp.hgi-airpod-03:before {
  content: "\3b5b";
}
.hgi-stroke.hgi-sharp.hgi-airport:before {
  content: "\3b5d";
}
.hgi-stroke.hgi-sharp.hgi-al-aqsa-mosque:before {
  content: "\3b5f";
}
.hgi-stroke.hgi-sharp.hgi-alarm-clock:before {
  content: "\3b61";
}
.hgi-stroke.hgi-sharp.hgi-album-01:before {
  content: "\3b63";
}
.hgi-stroke.hgi-sharp.hgi-album-02:before {
  content: "\3b65";
}
.hgi-stroke.hgi-sharp.hgi-album-not-found-01:before {
  content: "\3b67";
}
.hgi-stroke.hgi-sharp.hgi-album-not-found-02:before {
  content: "\3b69";
}
.hgi-stroke.hgi-sharp.hgi-alert-01:before {
  content: "\3b6b";
}
.hgi-stroke.hgi-sharp.hgi-alert-02:before {
  content: "\3b6d";
}
.hgi-stroke.hgi-sharp.hgi-alert-circle:before {
  content: "\3b6f";
}
.hgi-stroke.hgi-sharp.hgi-alert-diamond:before {
  content: "\3b71";
}
.hgi-stroke.hgi-sharp.hgi-alert-square:before {
  content: "\3b73";
}
.hgi-stroke.hgi-sharp.hgi-algorithm:before {
  content: "\3b75";
}
.hgi-stroke.hgi-sharp.hgi-alien-01:before {
  content: "\3b77";
}
.hgi-stroke.hgi-sharp.hgi-alien-02:before {
  content: "\3b79";
}
.hgi-stroke.hgi-sharp.hgi-align-bottom:before {
  content: "\3b7b";
}
.hgi-stroke.hgi-sharp.hgi-align-box-bottom-center:before {
  content: "\3b7d";
}
.hgi-stroke.hgi-sharp.hgi-align-box-bottom-left:before {
  content: "\3b7f";
}
.hgi-stroke.hgi-sharp.hgi-align-box-bottom-right:before {
  content: "\3b81";
}
.hgi-stroke.hgi-sharp.hgi-align-box-middle-center:before {
  content: "\3b83";
}
.hgi-stroke.hgi-sharp.hgi-align-box-middle-left:before {
  content: "\3b85";
}
.hgi-stroke.hgi-sharp.hgi-align-box-middle-right:before {
  content: "\3b87";
}
.hgi-stroke.hgi-sharp.hgi-align-box-top-center:before {
  content: "\3b89";
}
.hgi-stroke.hgi-sharp.hgi-align-box-top-left:before {
  content: "\3b8b";
}
.hgi-stroke.hgi-sharp.hgi-align-box-top-right:before {
  content: "\3b8d";
}
.hgi-stroke.hgi-sharp.hgi-align-horizontal-center:before {
  content: "\3b8f";
}
.hgi-stroke.hgi-sharp.hgi-align-key-object:before {
  content: "\3b91";
}
.hgi-stroke.hgi-sharp.hgi-align-left:before {
  content: "\3b93";
}
.hgi-stroke.hgi-sharp.hgi-align-right:before {
  content: "\3b95";
}
.hgi-stroke.hgi-sharp.hgi-align-selection:before {
  content: "\3b97";
}
.hgi-stroke.hgi-sharp.hgi-align-top:before {
  content: "\3b99";
}
.hgi-stroke.hgi-sharp.hgi-align-vertical-center:before {
  content: "\3b9b";
}
.hgi-stroke.hgi-sharp.hgi-all-bookmark:before {
  content: "\3b9d";
}
.hgi-stroke.hgi-sharp.hgi-allah:before {
  content: "\3b9f";
}
.hgi-stroke.hgi-sharp.hgi-alms:before {
  content: "\3ba1";
}
.hgi-stroke.hgi-sharp.hgi-alpha-circle:before {
  content: "\3ba3";
}
.hgi-stroke.hgi-sharp.hgi-alpha-square:before {
  content: "\3ba6";
}
.hgi-stroke.hgi-sharp.hgi-alpha:before {
  content: "\3ba7";
}
.hgi-stroke.hgi-sharp.hgi-alphabet-arabic:before {
  content: "\3ba9";
}
.hgi-stroke.hgi-sharp.hgi-alphabet-bangla:before {
  content: "\3bab";
}
.hgi-stroke.hgi-sharp.hgi-alphabet-chinese:before {
  content: "\3bad";
}
.hgi-stroke.hgi-sharp.hgi-alphabet-greek:before {
  content: "\3baf";
}
.hgi-stroke.hgi-sharp.hgi-alphabet-hebrew:before {
  content: "\3bb1";
}
.hgi-stroke.hgi-sharp.hgi-alphabet-hindi:before {
  content: "\3bb3";
}
.hgi-stroke.hgi-sharp.hgi-alphabet-japanese:before {
  content: "\3bb5";
}
.hgi-stroke.hgi-sharp.hgi-alphabet-korean:before {
  content: "\3bb7";
}
.hgi-stroke.hgi-sharp.hgi-alphabet-thai:before {
  content: "\3bb9";
}
.hgi-stroke.hgi-sharp.hgi-amazon:before {
  content: "\3bbb";
}
.hgi-stroke.hgi-sharp.hgi-ambulance:before {
  content: "\3bbd";
}
.hgi-stroke.hgi-sharp.hgi-american-football:before {
  content: "\3bbf";
}
.hgi-stroke.hgi-sharp.hgi-amie:before {
  content: "\3bc1";
}
.hgi-stroke.hgi-sharp.hgi-ampoule:before {
  content: "\3bc3";
}
.hgi-stroke.hgi-sharp.hgi-analysis-text-link:before {
  content: "\3bc5";
}
.hgi-stroke.hgi-sharp.hgi-analytics-01:before {
  content: "\3bc7";
}
.hgi-stroke.hgi-sharp.hgi-analytics-02:before {
  content: "\3bc9";
}
.hgi-stroke.hgi-sharp.hgi-analytics-03:before {
  content: "\3bcb";
}
.hgi-stroke.hgi-sharp.hgi-analytics-down:before {
  content: "\3bcd";
}
.hgi-stroke.hgi-sharp.hgi-analytics-up:before {
  content: "\3bcf";
}
.hgi-stroke.hgi-sharp.hgi-anchor-point:before {
  content: "\3bd1";
}
.hgi-stroke.hgi-sharp.hgi-anchor:before {
  content: "\3bd3";
}
.hgi-stroke.hgi-sharp.hgi-android:before {
  content: "\3bd5";
}
.hgi-stroke.hgi-sharp.hgi-angel:before {
  content: "\3bd7";
}
.hgi-stroke.hgi-sharp.hgi-angle-01:before {
  content: "\3bd9";
}
.hgi-stroke.hgi-sharp.hgi-angle:before {
  content: "\3bdb";
}
.hgi-stroke.hgi-sharp.hgi-angry-bird:before {
  content: "\3bdd";
}
.hgi-stroke.hgi-sharp.hgi-angry:before {
  content: "\3bdf";
}
.hgi-stroke.hgi-sharp.hgi-anonymous:before {
  content: "\3be1";
}
.hgi-stroke.hgi-sharp.hgi-api:before {
  content: "\3be3";
}
.hgi-stroke.hgi-sharp.hgi-app-store:before {
  content: "\3be5";
}
.hgi-stroke.hgi-sharp.hgi-apple-01:before {
  content: "\3be7";
}
.hgi-stroke.hgi-sharp.hgi-apple-finder:before {
  content: "\3be9";
}
.hgi-stroke.hgi-sharp.hgi-apple-intelligence:before {
  content: "\3beb";
}
.hgi-stroke.hgi-sharp.hgi-apple-music:before {
  content: "\3bed";
}
.hgi-stroke.hgi-sharp.hgi-apple-news:before {
  content: "\3bef";
}
.hgi-stroke.hgi-sharp.hgi-apple-pie:before {
  content: "\3bf1";
}
.hgi-stroke.hgi-sharp.hgi-apple-reminder:before {
  content: "\3bf3";
}
.hgi-stroke.hgi-sharp.hgi-apple-stocks:before {
  content: "\3bf6";
}
.hgi-stroke.hgi-sharp.hgi-apple-vision-pro:before {
  content: "\3bf8";
}
.hgi-stroke.hgi-sharp.hgi-apple:before {
  content: "\3bf9";
}
.hgi-stroke.hgi-sharp.hgi-appointment-01:before {
  content: "\3bfb";
}
.hgi-stroke.hgi-sharp.hgi-appointment-02:before {
  content: "\3bfd";
}
.hgi-stroke.hgi-sharp.hgi-approximately-equal-circle:before {
  content: "\3bff";
}
.hgi-stroke.hgi-sharp.hgi-approximately-equal-square:before {
  content: "\3c02";
}
.hgi-stroke.hgi-sharp.hgi-approximately-equal:before {
  content: "\3c03";
}
.hgi-stroke.hgi-sharp.hgi-apricot:before {
  content: "\3c05";
}
.hgi-stroke.hgi-sharp.hgi-apron:before {
  content: "\3c07";
}
.hgi-stroke.hgi-sharp.hgi-arc-browser:before {
  content: "\3c09";
}
.hgi-stroke.hgi-sharp.hgi-archer:before {
  content: "\3c0b";
}
.hgi-stroke.hgi-sharp.hgi-archive-01:before {
  content: "\3c0d";
}
.hgi-stroke.hgi-sharp.hgi-archive-02:before {
  content: "\3c0f";
}
.hgi-stroke.hgi-sharp.hgi-archive:before {
  content: "\3c11";
}
.hgi-stroke.hgi-sharp.hgi-armored-boot:before {
  content: "\3c13";
}
.hgi-stroke.hgi-sharp.hgi-arrange-by-letters-a-z:before {
  content: "\3c15";
}
.hgi-stroke.hgi-sharp.hgi-arrange-by-letters-z-a:before {
  content: "\3c17";
}
.hgi-stroke.hgi-sharp.hgi-arrange-by-numbers-1-9:before {
  content: "\3c19";
}
.hgi-stroke.hgi-sharp.hgi-arrange-by-numbers-9-1:before {
  content: "\3c1b";
}
.hgi-stroke.hgi-sharp.hgi-arrange:before {
  content: "\3c1d";
}
.hgi-stroke.hgi-sharp.hgi-arrow-all-direction:before {
  content: "\3c1f";
}
.hgi-stroke.hgi-sharp.hgi-arrow-data-transfer-diagonal:before {
  content: "\3c21";
}
.hgi-stroke.hgi-sharp.hgi-arrow-data-transfer-horizontal:before {
  content: "\3c23";
}
.hgi-stroke.hgi-sharp.hgi-arrow-data-transfer-vertical:before {
  content: "\3c25";
}
.hgi-stroke.hgi-sharp.hgi-arrow-diagonal:before {
  content: "\3c27";
}
.hgi-stroke.hgi-sharp.hgi-arrow-down-01:before {
  content: "\3c29";
}
.hgi-stroke.hgi-sharp.hgi-arrow-down-02:before {
  content: "\3c2b";
}
.hgi-stroke.hgi-sharp.hgi-arrow-down-03:before {
  content: "\3c2d";
}
.hgi-stroke.hgi-sharp.hgi-arrow-down-04:before {
  content: "\3c2f";
}
.hgi-stroke.hgi-sharp.hgi-arrow-down-05:before {
  content: "\3c31";
}
.hgi-stroke.hgi-sharp.hgi-arrow-down-double:before {
  content: "\3c33";
}
.hgi-stroke.hgi-sharp.hgi-arrow-down-left-01:before {
  content: "\3c35";
}
.hgi-stroke.hgi-sharp.hgi-arrow-down-left-02:before {
  content: "\3c37";
}
.hgi-stroke.hgi-sharp.hgi-arrow-down-right-01:before {
  content: "\3c39";
}
.hgi-stroke.hgi-sharp.hgi-arrow-down-right-02:before {
  content: "\3c3b";
}
.hgi-stroke.hgi-sharp.hgi-arrow-expand-01:before {
  content: "\3c3d";
}
.hgi-stroke.hgi-sharp.hgi-arrow-expand-02:before {
  content: "\3c3f";
}
.hgi-stroke.hgi-sharp.hgi-arrow-expand-diagonal-01:before {
  content: "\3c41";
}
.hgi-stroke.hgi-sharp.hgi-arrow-expand-diagonal-02:before {
  content: "\3c43";
}
.hgi-stroke.hgi-sharp.hgi-arrow-expand:before {
  content: "\3c45";
}
.hgi-stroke.hgi-sharp.hgi-arrow-horizontal:before {
  content: "\3c47";
}
.hgi-stroke.hgi-sharp.hgi-arrow-left-01:before {
  content: "\3c49";
}
.hgi-stroke.hgi-sharp.hgi-arrow-left-02:before {
  content: "\3c4b";
}
.hgi-stroke.hgi-sharp.hgi-arrow-left-03:before {
  content: "\3c4d";
}
.hgi-stroke.hgi-sharp.hgi-arrow-left-04:before {
  content: "\3c4f";
}
.hgi-stroke.hgi-sharp.hgi-arrow-left-05:before {
  content: "\3c51";
}
.hgi-stroke.hgi-sharp.hgi-arrow-left-double:before {
  content: "\3c53";
}
.hgi-stroke.hgi-sharp.hgi-arrow-left-right:before {
  content: "\3c55";
}
.hgi-stroke.hgi-sharp.hgi-arrow-move-down-left:before {
  content: "\3c57";
}
.hgi-stroke.hgi-sharp.hgi-arrow-move-down-right:before {
  content: "\3c59";
}
.hgi-stroke.hgi-sharp.hgi-arrow-move-left-down:before {
  content: "\3c5b";
}
.hgi-stroke.hgi-sharp.hgi-arrow-move-right-down:before {
  content: "\3c5d";
}
.hgi-stroke.hgi-sharp.hgi-arrow-move-up-left:before {
  content: "\3c5f";
}
.hgi-stroke.hgi-sharp.hgi-arrow-move-up-right:before {
  content: "\3c61";
}
.hgi-stroke.hgi-sharp.hgi-arrow-reload-horizontal:before {
  content: "\3c63";
}
.hgi-stroke.hgi-sharp.hgi-arrow-reload-vertical:before {
  content: "\3c65";
}
.hgi-stroke.hgi-sharp.hgi-arrow-right-01:before {
  content: "\3c67";
}
.hgi-stroke.hgi-sharp.hgi-arrow-right-02:before {
  content: "\3c69";
}
.hgi-stroke.hgi-sharp.hgi-arrow-right-03:before {
  content: "\3c6b";
}
.hgi-stroke.hgi-sharp.hgi-arrow-right-04:before {
  content: "\3c6d";
}
.hgi-stroke.hgi-sharp.hgi-arrow-right-05:before {
  content: "\3c6f";
}
.hgi-stroke.hgi-sharp.hgi-arrow-right-double:before {
  content: "\3c71";
}
.hgi-stroke.hgi-sharp.hgi-arrow-shrink-01:before {
  content: "\3c73";
}
.hgi-stroke.hgi-sharp.hgi-arrow-shrink-02:before {
  content: "\3c75";
}
.hgi-stroke.hgi-sharp.hgi-arrow-shrink:before {
  content: "\3c77";
}
.hgi-stroke.hgi-sharp.hgi-arrow-turn-backward:before {
  content: "\3c79";
}
.hgi-stroke.hgi-sharp.hgi-arrow-turn-down:before {
  content: "\3c7b";
}
.hgi-stroke.hgi-sharp.hgi-arrow-turn-forward:before {
  content: "\3c7d";
}
.hgi-stroke.hgi-sharp.hgi-arrow-turn-up:before {
  content: "\3c7f";
}
.hgi-stroke.hgi-sharp.hgi-arrow-up-01:before {
  content: "\3c81";
}
.hgi-stroke.hgi-sharp.hgi-arrow-up-02:before {
  content: "\3c83";
}
.hgi-stroke.hgi-sharp.hgi-arrow-up-03:before {
  content: "\3c85";
}
.hgi-stroke.hgi-sharp.hgi-arrow-up-04:before {
  content: "\3c87";
}
.hgi-stroke.hgi-sharp.hgi-arrow-up-05:before {
  content: "\3c89";
}
.hgi-stroke.hgi-sharp.hgi-arrow-up-double:before {
  content: "\3c8b";
}
.hgi-stroke.hgi-sharp.hgi-arrow-up-down:before {
  content: "\3c8d";
}
.hgi-stroke.hgi-sharp.hgi-arrow-up-left-01:before {
  content: "\3c8f";
}
.hgi-stroke.hgi-sharp.hgi-arrow-up-left-02:before {
  content: "\3c91";
}
.hgi-stroke.hgi-sharp.hgi-arrow-up-right-01:before {
  content: "\3c93";
}
.hgi-stroke.hgi-sharp.hgi-arrow-up-right-02:before {
  content: "\3c95";
}
.hgi-stroke.hgi-sharp.hgi-arrow-vertical:before {
  content: "\3c97";
}
.hgi-stroke.hgi-sharp.hgi-artboard-tool:before {
  content: "\3c9a";
}
.hgi-stroke.hgi-sharp.hgi-artboard:before {
  content: "\3c9b";
}
.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-01:before {
  content: "\3c9d";
}
.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-02:before {
  content: "\3c9f";
}
.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-03:before {
  content: "\3ca1";
}
.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-04:before {
  content: "\3ca3";
}
.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-05:before {
  content: "\3ca5";
}
.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-06:before {
  content: "\3ca7";
}
.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-07:before {
  content: "\3ca9";
}
.hgi-stroke.hgi-sharp.hgi-artificial-intelligence-08:before {
  content: "\3cab";
}
.hgi-stroke.hgi-sharp.hgi-aspect-ratio:before {
  content: "\3cad";
}
.hgi-stroke.hgi-sharp.hgi-assignments:before {
  content: "\3caf";
}
.hgi-stroke.hgi-sharp.hgi-asteroid-01:before {
  content: "\3cb1";
}
.hgi-stroke.hgi-sharp.hgi-asteroid-02:before {
  content: "\3cb3";
}
.hgi-stroke.hgi-sharp.hgi-astronaut-01:before {
  content: "\3cb5";
}
.hgi-stroke.hgi-sharp.hgi-astronaut-02:before {
  content: "\3cb7";
}
.hgi-stroke.hgi-sharp.hgi-at:before {
  content: "\3cb9";
}
.hgi-stroke.hgi-sharp.hgi-atm-01:before {
  content: "\3cbb";
}
.hgi-stroke.hgi-sharp.hgi-atm-02:before {
  content: "\3cbd";
}
.hgi-stroke.hgi-sharp.hgi-atom-01:before {
  content: "\3cbf";
}
.hgi-stroke.hgi-sharp.hgi-atom-02:before {
  content: "\3cc1";
}
.hgi-stroke.hgi-sharp.hgi-atomic-power:before {
  content: "\3cc3";
}
.hgi-stroke.hgi-sharp.hgi-attachment-01:before {
  content: "\3cc5";
}
.hgi-stroke.hgi-sharp.hgi-attachment-02:before {
  content: "\3cc7";
}
.hgi-stroke.hgi-sharp.hgi-attachment-circle:before {
  content: "\3cc9";
}
.hgi-stroke.hgi-sharp.hgi-attachment-square:before {
  content: "\3ccc";
}
.hgi-stroke.hgi-sharp.hgi-attachment:before {
  content: "\3ccd";
}
.hgi-stroke.hgi-sharp.hgi-auction:before {
  content: "\3ccf";
}
.hgi-stroke.hgi-sharp.hgi-audio-book-01:before {
  content: "\3cd1";
}
.hgi-stroke.hgi-sharp.hgi-audio-book-02:before {
  content: "\3cd3";
}
.hgi-stroke.hgi-sharp.hgi-audio-book-03:before {
  content: "\3cd5";
}
.hgi-stroke.hgi-sharp.hgi-audio-book-04:before {
  content: "\3cd7";
}
.hgi-stroke.hgi-sharp.hgi-audio-wave-01:before {
  content: "\3cd9";
}
.hgi-stroke.hgi-sharp.hgi-audio-wave-02:before {
  content: "\3cdb";
}
.hgi-stroke.hgi-sharp.hgi-audit-01:before {
  content: "\3cdd";
}
.hgi-stroke.hgi-sharp.hgi-audit-02:before {
  content: "\3cdf";
}
.hgi-stroke.hgi-sharp.hgi-augmented-reality-ar:before {
  content: "\3ce1";
}
.hgi-stroke.hgi-sharp.hgi-authorized:before {
  content: "\3ce3";
}
.hgi-stroke.hgi-sharp.hgi-auto-conversations:before {
  content: "\3ce5";
}
.hgi-stroke.hgi-sharp.hgi-automotive-battery-01:before {
  content: "\3ce7";
}
.hgi-stroke.hgi-sharp.hgi-automotive-battery-02:before {
  content: "\3ce9";
}
.hgi-stroke.hgi-sharp.hgi-avalanche:before {
  content: "\3ceb";
}
.hgi-stroke.hgi-sharp.hgi-avocado:before {
  content: "\3ced";
}
.hgi-stroke.hgi-sharp.hgi-award-01:before {
  content: "\3cef";
}
.hgi-stroke.hgi-sharp.hgi-award-02:before {
  content: "\3cf1";
}
.hgi-stroke.hgi-sharp.hgi-award-03:before {
  content: "\3cf3";
}
.hgi-stroke.hgi-sharp.hgi-award-04:before {
  content: "\3cf5";
}
.hgi-stroke.hgi-sharp.hgi-award-05:before {
  content: "\3cf7";
}
.hgi-stroke.hgi-sharp.hgi-baby-01:before {
  content: "\3cf9";
}
.hgi-stroke.hgi-sharp.hgi-baby-02:before {
  content: "\3cfb";
}
.hgi-stroke.hgi-sharp.hgi-baby-bed-01:before {
  content: "\3cfd";
}
.hgi-stroke.hgi-sharp.hgi-baby-bed-02:before {
  content: "\3cff";
}
.hgi-stroke.hgi-sharp.hgi-baby-bottle:before {
  content: "\3d01";
}
.hgi-stroke.hgi-sharp.hgi-baby-boy-dress:before {
  content: "\3d03";
}
.hgi-stroke.hgi-sharp.hgi-baby-girl-dress:before {
  content: "\3d05";
}
.hgi-stroke.hgi-sharp.hgi-back-muscle-body:before {
  content: "\3d07";
}
.hgi-stroke.hgi-sharp.hgi-background:before {
  content: "\3d09";
}
.hgi-stroke.hgi-sharp.hgi-backpack-01:before {
  content: "\3d0b";
}
.hgi-stroke.hgi-sharp.hgi-backpack-02:before {
  content: "\3d0d";
}
.hgi-stroke.hgi-sharp.hgi-backpack-03:before {
  content: "\3d0f";
}
.hgi-stroke.hgi-sharp.hgi-backward-01:before {
  content: "\3d11";
}
.hgi-stroke.hgi-sharp.hgi-backward-02:before {
  content: "\3d13";
}
.hgi-stroke.hgi-sharp.hgi-bacteria:before {
  content: "\3d15";
}
.hgi-stroke.hgi-sharp.hgi-badminton-shuttle:before {
  content: "\3d18";
}
.hgi-stroke.hgi-sharp.hgi-badminton:before {
  content: "\3d19";
}
.hgi-stroke.hgi-sharp.hgi-balance-scale:before {
  content: "\3d1b";
}
.hgi-stroke.hgi-sharp.hgi-balloons:before {
  content: "\3d1d";
}
.hgi-stroke.hgi-sharp.hgi-banana:before {
  content: "\3d1f";
}
.hgi-stroke.hgi-sharp.hgi-bandage:before {
  content: "\3d21";
}
.hgi-stroke.hgi-sharp.hgi-bank:before {
  content: "\3d23";
}
.hgi-stroke.hgi-sharp.hgi-bar-chart-horizontal:before {
  content: "\3d25";
}
.hgi-stroke.hgi-sharp.hgi-bar-chart:before {
  content: "\3d27";
}
.hgi-stroke.hgi-sharp.hgi-bar-code-01:before {
  content: "\3d29";
}
.hgi-stroke.hgi-sharp.hgi-bar-code-02:before {
  content: "\3d2b";
}
.hgi-stroke.hgi-sharp.hgi-barns:before {
  content: "\3d2d";
}
.hgi-stroke.hgi-sharp.hgi-baseball-bat:before {
  content: "\3d2f";
}
.hgi-stroke.hgi-sharp.hgi-baseball-helmet:before {
  content: "\3d31";
}
.hgi-stroke.hgi-sharp.hgi-baseball:before {
  content: "\3d33";
}
.hgi-stroke.hgi-sharp.hgi-bash:before {
  content: "\3d35";
}
.hgi-stroke.hgi-sharp.hgi-basketball-01:before {
  content: "\3d37";
}
.hgi-stroke.hgi-sharp.hgi-basketball-02:before {
  content: "\3d39";
}
.hgi-stroke.hgi-sharp.hgi-basketball-hoop:before {
  content: "\3d3b";
}
.hgi-stroke.hgi-sharp.hgi-bathtub-01:before {
  content: "\3d3d";
}
.hgi-stroke.hgi-sharp.hgi-bathtub-02:before {
  content: "\3d3f";
}
.hgi-stroke.hgi-sharp.hgi-batteries-energy:before {
  content: "\3d41";
}
.hgi-stroke.hgi-sharp.hgi-battery-charging-01:before {
  content: "\3d43";
}
.hgi-stroke.hgi-sharp.hgi-battery-charging-02:before {
  content: "\3d45";
}
.hgi-stroke.hgi-sharp.hgi-battery-eco-charging:before {
  content: "\3d47";
}
.hgi-stroke.hgi-sharp.hgi-battery-empty:before {
  content: "\3d49";
}
.hgi-stroke.hgi-sharp.hgi-battery-full:before {
  content: "\3d4b";
}
.hgi-stroke.hgi-sharp.hgi-battery-low:before {
  content: "\3d4d";
}
.hgi-stroke.hgi-sharp.hgi-battery-medium-01:before {
  content: "\3d4f";
}
.hgi-stroke.hgi-sharp.hgi-battery-medium-02:before {
  content: "\3d51";
}
.hgi-stroke.hgi-sharp.hgi-bbq-grill:before {
  content: "\3d53";
}
.hgi-stroke.hgi-sharp.hgi-beach-02:before {
  content: "\3d55";
}
.hgi-stroke.hgi-sharp.hgi-beach:before {
  content: "\3d57";
}
.hgi-stroke.hgi-sharp.hgi-beater:before {
  content: "\3d59";
}
.hgi-stroke.hgi-sharp.hgi-bebo:before {
  content: "\3d5b";
}
.hgi-stroke.hgi-sharp.hgi-bed-bunk:before {
  content: "\3d5d";
}
.hgi-stroke.hgi-sharp.hgi-bed-double:before {
  content: "\3d5f";
}
.hgi-stroke.hgi-sharp.hgi-bed-single-01:before {
  content: "\3d62";
}
.hgi-stroke.hgi-sharp.hgi-bed-single-02:before {
  content: "\3d64";
}
.hgi-stroke.hgi-sharp.hgi-bed:before {
  content: "\3d65";
}
.hgi-stroke.hgi-sharp.hgi-bedug-01:before {
  content: "\3d67";
}
.hgi-stroke.hgi-sharp.hgi-bedug-02:before {
  content: "\3d69";
}
.hgi-stroke.hgi-sharp.hgi-behance-01:before {
  content: "\3d6b";
}
.hgi-stroke.hgi-sharp.hgi-behance-02:before {
  content: "\3d6d";
}
.hgi-stroke.hgi-sharp.hgi-belt:before {
  content: "\3d6f";
}
.hgi-stroke.hgi-sharp.hgi-bend-tool:before {
  content: "\3d71";
}
.hgi-stroke.hgi-sharp.hgi-berlin-tower:before {
  content: "\3d74";
}
.hgi-stroke.hgi-sharp.hgi-berlin:before {
  content: "\3d75";
}
.hgi-stroke.hgi-sharp.hgi-beta:before {
  content: "\3d77";
}
.hgi-stroke.hgi-sharp.hgi-bicycle-01:before {
  content: "\3d79";
}
.hgi-stroke.hgi-sharp.hgi-bicycle:before {
  content: "\3d7b";
}
.hgi-stroke.hgi-sharp.hgi-billiard-01:before {
  content: "\3d7d";
}
.hgi-stroke.hgi-sharp.hgi-billiard-02:before {
  content: "\3d7f";
}
.hgi-stroke.hgi-sharp.hgi-binary-code:before {
  content: "\3d81";
}
.hgi-stroke.hgi-sharp.hgi-bing:before {
  content: "\3d83";
}
.hgi-stroke.hgi-sharp.hgi-binoculars:before {
  content: "\3d85";
}
.hgi-stroke.hgi-sharp.hgi-bio-energy:before {
  content: "\3d87";
}
.hgi-stroke.hgi-sharp.hgi-biomass-energy:before {
  content: "\3d89";
}
.hgi-stroke.hgi-sharp.hgi-biometric-access:before {
  content: "\3d8b";
}
.hgi-stroke.hgi-sharp.hgi-biometric-device:before {
  content: "\3d8d";
}
.hgi-stroke.hgi-sharp.hgi-birthday-cake:before {
  content: "\3d8f";
}
.hgi-stroke.hgi-sharp.hgi-biscuit:before {
  content: "\3d91";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-01:before {
  content: "\3d93";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-02:before {
  content: "\3d95";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-03:before {
  content: "\3d97";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-04:before {
  content: "\3d99";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-bag:before {
  content: "\3d9b";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-circle:before {
  content: "\3d9d";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-cloud:before {
  content: "\3d9f";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-cpu:before {
  content: "\3da1";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-credit-card:before {
  content: "\3da3";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-database:before {
  content: "\3da5";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-down-01:before {
  content: "\3da7";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-down-02:before {
  content: "\3da9";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-ellipse:before {
  content: "\3dab";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-eye:before {
  content: "\3dad";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-filter:before {
  content: "\3daf";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-flashdisk:before {
  content: "\3db1";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-graph:before {
  content: "\3db3";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-invoice:before {
  content: "\3db5";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-key:before {
  content: "\3db7";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-location:before {
  content: "\3db9";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-lock:before {
  content: "\3dbb";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-mail:before {
  content: "\3dbd";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-mind:before {
  content: "\3dbf";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-money-01:before {
  content: "\3dc1";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-money-02:before {
  content: "\3dc3";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-pie-chart:before {
  content: "\3dc5";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-piggy-bank:before {
  content: "\3dc7";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-presentation:before {
  content: "\3dc9";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-receipt:before {
  content: "\3dcb";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-receive:before {
  content: "\3dcd";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-rectangle:before {
  content: "\3dcf";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-safe:before {
  content: "\3dd1";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-search:before {
  content: "\3dd3";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-send:before {
  content: "\3dd6";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-setting:before {
  content: "\3dd8";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-shield:before {
  content: "\3dda";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-shopping:before {
  content: "\3ddc";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-smartphone-01:before {
  content: "\3dde";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-smartphone-02:before {
  content: "\3de0";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-square:before {
  content: "\3de2";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-store:before {
  content: "\3de4";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-tag:before {
  content: "\3de6";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-target:before {
  content: "\3de8";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-transaction:before {
  content: "\3dea";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-up-01:before {
  content: "\3dec";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-up-02:before {
  content: "\3dee";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-wallet:before {
  content: "\3df0";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin-withdraw:before {
  content: "\3df2";
}
.hgi-stroke.hgi-sharp.hgi-bitcoin:before {
  content: "\3df3";
}
.hgi-stroke.hgi-sharp.hgi-black-hole-01:before {
  content: "\3df5";
}
.hgi-stroke.hgi-sharp.hgi-black-hole:before {
  content: "\3df7";
}
.hgi-stroke.hgi-sharp.hgi-blend:before {
  content: "\3df9";
}
.hgi-stroke.hgi-sharp.hgi-blender:before {
  content: "\3dfb";
}
.hgi-stroke.hgi-sharp.hgi-block-game:before {
  content: "\3dfd";
}
.hgi-stroke.hgi-sharp.hgi-blockchain-01:before {
  content: "\3dff";
}
.hgi-stroke.hgi-sharp.hgi-blockchain-02:before {
  content: "\3e01";
}
.hgi-stroke.hgi-sharp.hgi-blockchain-03:before {
  content: "\3e03";
}
.hgi-stroke.hgi-sharp.hgi-blockchain-04:before {
  content: "\3e05";
}
.hgi-stroke.hgi-sharp.hgi-blockchain-05:before {
  content: "\3e07";
}
.hgi-stroke.hgi-sharp.hgi-blockchain-06:before {
  content: "\3e09";
}
.hgi-stroke.hgi-sharp.hgi-blockchain-07:before {
  content: "\3e0b";
}
.hgi-stroke.hgi-sharp.hgi-blocked:before {
  content: "\3e0d";
}
.hgi-stroke.hgi-sharp.hgi-blogger:before {
  content: "\3e0f";
}
.hgi-stroke.hgi-sharp.hgi-blood-bag:before {
  content: "\3e11";
}
.hgi-stroke.hgi-sharp.hgi-blood-bottle:before {
  content: "\3e13";
}
.hgi-stroke.hgi-sharp.hgi-blood-pressure:before {
  content: "\3e15";
}
.hgi-stroke.hgi-sharp.hgi-blood-type:before {
  content: "\3e18";
}
.hgi-stroke.hgi-sharp.hgi-blood:before {
  content: "\3e19";
}
.hgi-stroke.hgi-sharp.hgi-bluesky:before {
  content: "\3e1b";
}
.hgi-stroke.hgi-sharp.hgi-bluetooth-circle:before {
  content: "\3e1d";
}
.hgi-stroke.hgi-sharp.hgi-bluetooth-not-connected:before {
  content: "\3e1f";
}
.hgi-stroke.hgi-sharp.hgi-bluetooth-search:before {
  content: "\3e21";
}
.hgi-stroke.hgi-sharp.hgi-bluetooth-square:before {
  content: "\3e24";
}
.hgi-stroke.hgi-sharp.hgi-bluetooth:before {
  content: "\3e25";
}
.hgi-stroke.hgi-sharp.hgi-blur:before {
  content: "\3e27";
}
.hgi-stroke.hgi-sharp.hgi-blush-brush-01:before {
  content: "\3e29";
}
.hgi-stroke.hgi-sharp.hgi-blush-brush-02:before {
  content: "\3e2b";
}
.hgi-stroke.hgi-sharp.hgi-board-math:before {
  content: "\3e2d";
}
.hgi-stroke.hgi-sharp.hgi-boat:before {
  content: "\3e2f";
}
.hgi-stroke.hgi-sharp.hgi-body-armor:before {
  content: "\3e31";
}
.hgi-stroke.hgi-sharp.hgi-body-part-leg:before {
  content: "\3e33";
}
.hgi-stroke.hgi-sharp.hgi-body-part-muscle:before {
  content: "\3e35";
}
.hgi-stroke.hgi-sharp.hgi-body-part-six-pack:before {
  content: "\3e37";
}
.hgi-stroke.hgi-sharp.hgi-body-soap:before {
  content: "\3e39";
}
.hgi-stroke.hgi-sharp.hgi-body-weight:before {
  content: "\3e3b";
}
.hgi-stroke.hgi-sharp.hgi-bomb:before {
  content: "\3e3d";
}
.hgi-stroke.hgi-sharp.hgi-bone-01:before {
  content: "\3e3f";
}
.hgi-stroke.hgi-sharp.hgi-bone-02:before {
  content: "\3e41";
}
.hgi-stroke.hgi-sharp.hgi-book-01:before {
  content: "\3e43";
}
.hgi-stroke.hgi-sharp.hgi-book-02:before {
  content: "\3e45";
}
.hgi-stroke.hgi-sharp.hgi-book-03:before {
  content: "\3e47";
}
.hgi-stroke.hgi-sharp.hgi-book-04:before {
  content: "\3e49";
}
.hgi-stroke.hgi-sharp.hgi-book-bookmark-01:before {
  content: "\3e4b";
}
.hgi-stroke.hgi-sharp.hgi-book-bookmark-02:before {
  content: "\3e4d";
}
.hgi-stroke.hgi-sharp.hgi-book-download:before {
  content: "\3e4f";
}
.hgi-stroke.hgi-sharp.hgi-book-edit:before {
  content: "\3e51";
}
.hgi-stroke.hgi-sharp.hgi-book-open-01:before {
  content: "\3e53";
}
.hgi-stroke.hgi-sharp.hgi-book-open-02:before {
  content: "\3e55";
}
.hgi-stroke.hgi-sharp.hgi-book-upload:before {
  content: "\3e57";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-01:before {
  content: "\3e59";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-02:before {
  content: "\3e5b";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-03:before {
  content: "\3e5d";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-add-01:before {
  content: "\3e5f";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-add-02:before {
  content: "\3e61";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-block-01:before {
  content: "\3e63";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-block-02:before {
  content: "\3e65";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-check-01:before {
  content: "\3e67";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-check-02:before {
  content: "\3e69";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-minus-01:before {
  content: "\3e6b";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-minus-02:before {
  content: "\3e6d";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-off-01:before {
  content: "\3e6f";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-off-02:before {
  content: "\3e71";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-remove-01:before {
  content: "\3e73";
}
.hgi-stroke.hgi-sharp.hgi-bookmark-remove-02:before {
  content: "\3e75";
}
.hgi-stroke.hgi-sharp.hgi-books-01:before {
  content: "\3e77";
}
.hgi-stroke.hgi-sharp.hgi-books-02:before {
  content: "\3e79";
}
.hgi-stroke.hgi-sharp.hgi-bookshelf-01:before {
  content: "\3e7b";
}
.hgi-stroke.hgi-sharp.hgi-bookshelf-02:before {
  content: "\3e7d";
}
.hgi-stroke.hgi-sharp.hgi-bookshelf-03:before {
  content: "\3e7f";
}
.hgi-stroke.hgi-sharp.hgi-bootstrap:before {
  content: "\3e81";
}
.hgi-stroke.hgi-sharp.hgi-border-all-01:before {
  content: "\3e83";
}
.hgi-stroke.hgi-sharp.hgi-border-all-02:before {
  content: "\3e85";
}
.hgi-stroke.hgi-sharp.hgi-border-bottom-01:before {
  content: "\3e87";
}
.hgi-stroke.hgi-sharp.hgi-border-bottom-02:before {
  content: "\3e89";
}
.hgi-stroke.hgi-sharp.hgi-border-full:before {
  content: "\3e8b";
}
.hgi-stroke.hgi-sharp.hgi-border-horizontal:before {
  content: "\3e8d";
}
.hgi-stroke.hgi-sharp.hgi-border-inner:before {
  content: "\3e8f";
}
.hgi-stroke.hgi-sharp.hgi-border-left-01:before {
  content: "\3e91";
}
.hgi-stroke.hgi-sharp.hgi-border-left-02:before {
  content: "\3e93";
}
.hgi-stroke.hgi-sharp.hgi-border-none-01:before {
  content: "\3e95";
}
.hgi-stroke.hgi-sharp.hgi-border-none-02:before {
  content: "\3e97";
}
.hgi-stroke.hgi-sharp.hgi-border-right-01:before {
  content: "\3e99";
}
.hgi-stroke.hgi-sharp.hgi-border-right-02:before {
  content: "\3e9b";
}
.hgi-stroke.hgi-sharp.hgi-border-top-01:before {
  content: "\3e9d";
}
.hgi-stroke.hgi-sharp.hgi-border-top-02:before {
  content: "\3e9f";
}
.hgi-stroke.hgi-sharp.hgi-border-vertical:before {
  content: "\3ea1";
}
.hgi-stroke.hgi-sharp.hgi-borobudur:before {
  content: "\3ea3";
}
.hgi-stroke.hgi-sharp.hgi-bot:before {
  content: "\3ea5";
}
.hgi-stroke.hgi-sharp.hgi-bounce-left:before {
  content: "\3ea7";
}
.hgi-stroke.hgi-sharp.hgi-bounce-right:before {
  content: "\3ea9";
}
.hgi-stroke.hgi-sharp.hgi-bounding-box:before {
  content: "\3eab";
}
.hgi-stroke.hgi-sharp.hgi-bow-tie:before {
  content: "\3ead";
}
.hgi-stroke.hgi-sharp.hgi-bowling-ball:before {
  content: "\3eaf";
}
.hgi-stroke.hgi-sharp.hgi-bowling-pins:before {
  content: "\3eb1";
}
.hgi-stroke.hgi-sharp.hgi-bowling:before {
  content: "\3eb3";
}
.hgi-stroke.hgi-sharp.hgi-boxer:before {
  content: "\3eb5";
}
.hgi-stroke.hgi-sharp.hgi-boxing-bag:before {
  content: "\3eb7";
}
.hgi-stroke.hgi-sharp.hgi-boxing-glove-01:before {
  content: "\3eb9";
}
.hgi-stroke.hgi-sharp.hgi-boxing-glove:before {
  content: "\3ebb";
}
.hgi-stroke.hgi-sharp.hgi-brain-01:before {
  content: "\3ebd";
}
.hgi-stroke.hgi-sharp.hgi-brain-02:before {
  content: "\3ebf";
}
.hgi-stroke.hgi-sharp.hgi-brain-03:before {
  content: "\3ec1";
}
.hgi-stroke.hgi-sharp.hgi-brain:before {
  content: "\3ec3";
}
.hgi-stroke.hgi-sharp.hgi-brandfetch:before {
  content: "\3ec5";
}
.hgi-stroke.hgi-sharp.hgi-bread-01:before {
  content: "\3ec7";
}
.hgi-stroke.hgi-sharp.hgi-bread-02:before {
  content: "\3ec9";
}
.hgi-stroke.hgi-sharp.hgi-bread-03:before {
  content: "\3ecb";
}
.hgi-stroke.hgi-sharp.hgi-bread-04:before {
  content: "\3ecd";
}
.hgi-stroke.hgi-sharp.hgi-breast-pump:before {
  content: "\3ecf";
}
.hgi-stroke.hgi-sharp.hgi-bridge:before {
  content: "\3ed1";
}
.hgi-stroke.hgi-sharp.hgi-briefcase-01:before {
  content: "\3ed3";
}
.hgi-stroke.hgi-sharp.hgi-briefcase-02:before {
  content: "\3ed5";
}
.hgi-stroke.hgi-sharp.hgi-briefcase-03:before {
  content: "\3ed7";
}
.hgi-stroke.hgi-sharp.hgi-briefcase-04:before {
  content: "\3ed9";
}
.hgi-stroke.hgi-sharp.hgi-briefcase-05:before {
  content: "\3edb";
}
.hgi-stroke.hgi-sharp.hgi-briefcase-06:before {
  content: "\3edd";
}
.hgi-stroke.hgi-sharp.hgi-briefcase-07:before {
  content: "\3edf";
}
.hgi-stroke.hgi-sharp.hgi-briefcase-08:before {
  content: "\3ee1";
}
.hgi-stroke.hgi-sharp.hgi-briefcase-09:before {
  content: "\3ee3";
}
.hgi-stroke.hgi-sharp.hgi-briefcase-dollar:before {
  content: "\3ee5";
}
.hgi-stroke.hgi-sharp.hgi-broccoli:before {
  content: "\3ee7";
}
.hgi-stroke.hgi-sharp.hgi-brochure:before {
  content: "\3ee9";
}
.hgi-stroke.hgi-sharp.hgi-broken-bone:before {
  content: "\3eeb";
}
.hgi-stroke.hgi-sharp.hgi-browser:before {
  content: "\3eed";
}
.hgi-stroke.hgi-sharp.hgi-brush:before {
  content: "\3eef";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-add:before {
  content: "\3ef1";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-blocked:before {
  content: "\3ef3";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-cancel:before {
  content: "\3ef5";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-delay:before {
  content: "\3ef7";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-done:before {
  content: "\3ef9";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-download-01:before {
  content: "\3efb";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-download-02:before {
  content: "\3efd";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-edit:before {
  content: "\3eff";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-favourite:before {
  content: "\3f01";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-income:before {
  content: "\3f03";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-lock:before {
  content: "\3f05";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-notification:before {
  content: "\3f07";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-outcome:before {
  content: "\3f09";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-preview:before {
  content: "\3f0b";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-question:before {
  content: "\3f0d";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-search:before {
  content: "\3f0f";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-secure:before {
  content: "\3f12";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-translate:before {
  content: "\3f14";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-unlock:before {
  content: "\3f16";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-upload:before {
  content: "\3f18";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat-user:before {
  content: "\3f1a";
}
.hgi-stroke.hgi-sharp.hgi-bubble-chat:before {
  content: "\3f1b";
}
.hgi-stroke.hgi-sharp.hgi-bubble-tea-01:before {
  content: "\3f1d";
}
.hgi-stroke.hgi-sharp.hgi-bubble-tea-02:before {
  content: "\3f1f";
}
.hgi-stroke.hgi-sharp.hgi-bug-01:before {
  content: "\3f21";
}
.hgi-stroke.hgi-sharp.hgi-bug-02:before {
  content: "\3f23";
}
.hgi-stroke.hgi-sharp.hgi-building-01:before {
  content: "\3f25";
}
.hgi-stroke.hgi-sharp.hgi-building-02:before {
  content: "\3f27";
}
.hgi-stroke.hgi-sharp.hgi-building-03:before {
  content: "\3f29";
}
.hgi-stroke.hgi-sharp.hgi-building-04:before {
  content: "\3f2b";
}
.hgi-stroke.hgi-sharp.hgi-building-05:before {
  content: "\3f2d";
}
.hgi-stroke.hgi-sharp.hgi-building-06:before {
  content: "\3f2f";
}
.hgi-stroke.hgi-sharp.hgi-bulb-charging:before {
  content: "\3f31";
}
.hgi-stroke.hgi-sharp.hgi-bulb:before {
  content: "\3f33";
}
.hgi-stroke.hgi-sharp.hgi-bulletproof-vest:before {
  content: "\3f35";
}
.hgi-stroke.hgi-sharp.hgi-burj-al-arab:before {
  content: "\3f37";
}
.hgi-stroke.hgi-sharp.hgi-burning-cd:before {
  content: "\3f39";
}
.hgi-stroke.hgi-sharp.hgi-bus-01:before {
  content: "\3f3b";
}
.hgi-stroke.hgi-sharp.hgi-bus-02:before {
  content: "\3f3d";
}
.hgi-stroke.hgi-sharp.hgi-bus-03:before {
  content: "\3f3f";
}
.hgi-stroke.hgi-sharp.hgi-c-programming:before {
  content: "\3f41";
}
.hgi-stroke.hgi-sharp.hgi-cabinet-01:before {
  content: "\3f43";
}
.hgi-stroke.hgi-sharp.hgi-cabinet-02:before {
  content: "\3f45";
}
.hgi-stroke.hgi-sharp.hgi-cabinet-03:before {
  content: "\3f47";
}
.hgi-stroke.hgi-sharp.hgi-cabinet-04:before {
  content: "\3f49";
}
.hgi-stroke.hgi-sharp.hgi-cable-car:before {
  content: "\3f4b";
}
.hgi-stroke.hgi-sharp.hgi-cactus:before {
  content: "\3f4d";
}
.hgi-stroke.hgi-sharp.hgi-caduceus:before {
  content: "\3f4f";
}
.hgi-stroke.hgi-sharp.hgi-cafe:before {
  content: "\3f51";
}
.hgi-stroke.hgi-sharp.hgi-calculate:before {
  content: "\3f53";
}
.hgi-stroke.hgi-sharp.hgi-calculator-01:before {
  content: "\3f55";
}
.hgi-stroke.hgi-sharp.hgi-calculator:before {
  content: "\3f57";
}
.hgi-stroke.hgi-sharp.hgi-calendar-01:before {
  content: "\3f59";
}
.hgi-stroke.hgi-sharp.hgi-calendar-02:before {
  content: "\3f5b";
}
.hgi-stroke.hgi-sharp.hgi-calendar-03:before {
  content: "\3f5d";
}
.hgi-stroke.hgi-sharp.hgi-calendar-04:before {
  content: "\3f5f";
}
.hgi-stroke.hgi-sharp.hgi-calendar-add-01:before {
  content: "\3f61";
}
.hgi-stroke.hgi-sharp.hgi-calendar-add-02:before {
  content: "\3f63";
}
.hgi-stroke.hgi-sharp.hgi-calendar-block-01:before {
  content: "\3f65";
}
.hgi-stroke.hgi-sharp.hgi-calendar-block-02:before {
  content: "\3f67";
}
.hgi-stroke.hgi-sharp.hgi-calendar-check-in-01:before {
  content: "\3f69";
}
.hgi-stroke.hgi-sharp.hgi-calendar-check-in-02:before {
  content: "\3f6b";
}
.hgi-stroke.hgi-sharp.hgi-calendar-check-out-01:before {
  content: "\3f6d";
}
.hgi-stroke.hgi-sharp.hgi-calendar-check-out-02:before {
  content: "\3f6f";
}
.hgi-stroke.hgi-sharp.hgi-calendar-download-01:before {
  content: "\3f71";
}
.hgi-stroke.hgi-sharp.hgi-calendar-download-02:before {
  content: "\3f73";
}
.hgi-stroke.hgi-sharp.hgi-calendar-favorite-01:before {
  content: "\3f75";
}
.hgi-stroke.hgi-sharp.hgi-calendar-favorite-02:before {
  content: "\3f77";
}
.hgi-stroke.hgi-sharp.hgi-calendar-lock-01:before {
  content: "\3f79";
}
.hgi-stroke.hgi-sharp.hgi-calendar-lock-02:before {
  content: "\3f7b";
}
.hgi-stroke.hgi-sharp.hgi-calendar-love-01:before {
  content: "\3f7d";
}
.hgi-stroke.hgi-sharp.hgi-calendar-love-02:before {
  content: "\3f7f";
}
.hgi-stroke.hgi-sharp.hgi-calendar-minus-01:before {
  content: "\3f81";
}
.hgi-stroke.hgi-sharp.hgi-calendar-minus-02:before {
  content: "\3f83";
}
.hgi-stroke.hgi-sharp.hgi-calendar-remove-01:before {
  content: "\3f85";
}
.hgi-stroke.hgi-sharp.hgi-calendar-remove-02:before {
  content: "\3f87";
}
.hgi-stroke.hgi-sharp.hgi-calendar-setting-01:before {
  content: "\3f89";
}
.hgi-stroke.hgi-sharp.hgi-calendar-setting-02:before {
  content: "\3f8b";
}
.hgi-stroke.hgi-sharp.hgi-calendar-upload-01:before {
  content: "\3f8d";
}
.hgi-stroke.hgi-sharp.hgi-calendar-upload-02:before {
  content: "\3f8f";
}
.hgi-stroke.hgi-sharp.hgi-call-02:before {
  content: "\3f91";
}
.hgi-stroke.hgi-sharp.hgi-call-add-02:before {
  content: "\3f93";
}
.hgi-stroke.hgi-sharp.hgi-call-add:before {
  content: "\3f95";
}
.hgi-stroke.hgi-sharp.hgi-call-blocked-02:before {
  content: "\3f97";
}
.hgi-stroke.hgi-sharp.hgi-call-blocked:before {
  content: "\3f99";
}
.hgi-stroke.hgi-sharp.hgi-call-disabled-02:before {
  content: "\3f9b";
}
.hgi-stroke.hgi-sharp.hgi-call-disabled:before {
  content: "\3f9d";
}
.hgi-stroke.hgi-sharp.hgi-call-done-02:before {
  content: "\3f9f";
}
.hgi-stroke.hgi-sharp.hgi-call-done:before {
  content: "\3fa1";
}
.hgi-stroke.hgi-sharp.hgi-call-end-01:before {
  content: "\3fa3";
}
.hgi-stroke.hgi-sharp.hgi-call-end-02:before {
  content: "\3fa5";
}
.hgi-stroke.hgi-sharp.hgi-call-end-03:before {
  content: "\3fa7";
}
.hgi-stroke.hgi-sharp.hgi-call-end-04:before {
  content: "\3fa9";
}
.hgi-stroke.hgi-sharp.hgi-call-incoming-01:before {
  content: "\3fab";
}
.hgi-stroke.hgi-sharp.hgi-call-incoming-02:before {
  content: "\3fad";
}
.hgi-stroke.hgi-sharp.hgi-call-incoming-03:before {
  content: "\3faf";
}
.hgi-stroke.hgi-sharp.hgi-call-incoming-04:before {
  content: "\3fb1";
}
.hgi-stroke.hgi-sharp.hgi-call-internal-02:before {
  content: "\3fb3";
}
.hgi-stroke.hgi-sharp.hgi-call-internal:before {
  content: "\3fb5";
}
.hgi-stroke.hgi-sharp.hgi-call-locked-02:before {
  content: "\3fb7";
}
.hgi-stroke.hgi-sharp.hgi-call-locked:before {
  content: "\3fb9";
}
.hgi-stroke.hgi-sharp.hgi-call-minus-02:before {
  content: "\3fbb";
}
.hgi-stroke.hgi-sharp.hgi-call-minus:before {
  content: "\3fbd";
}
.hgi-stroke.hgi-sharp.hgi-call-missed-01:before {
  content: "\3fbf";
}
.hgi-stroke.hgi-sharp.hgi-call-missed-02:before {
  content: "\3fc1";
}
.hgi-stroke.hgi-sharp.hgi-call-missed-03:before {
  content: "\3fc3";
}
.hgi-stroke.hgi-sharp.hgi-call-missed-04:before {
  content: "\3fc5";
}
.hgi-stroke.hgi-sharp.hgi-call-outgoing-01:before {
  content: "\3fc7";
}
.hgi-stroke.hgi-sharp.hgi-call-outgoing-02:before {
  content: "\3fc9";
}
.hgi-stroke.hgi-sharp.hgi-call-outgoing-03:before {
  content: "\3fcb";
}
.hgi-stroke.hgi-sharp.hgi-call-outgoing-04:before {
  content: "\3fcd";
}
.hgi-stroke.hgi-sharp.hgi-call-paused-02:before {
  content: "\3fcf";
}
.hgi-stroke.hgi-sharp.hgi-call-paused:before {
  content: "\3fd1";
}
.hgi-stroke.hgi-sharp.hgi-call-received-02:before {
  content: "\3fd3";
}
.hgi-stroke.hgi-sharp.hgi-call-received:before {
  content: "\3fd5";
}
.hgi-stroke.hgi-sharp.hgi-call-ringing-01:before {
  content: "\3fd7";
}
.hgi-stroke.hgi-sharp.hgi-call-ringing-02:before {
  content: "\3fd9";
}
.hgi-stroke.hgi-sharp.hgi-call-ringing-03:before {
  content: "\3fdb";
}
.hgi-stroke.hgi-sharp.hgi-call-ringing-04:before {
  content: "\3fdd";
}
.hgi-stroke.hgi-sharp.hgi-call-unlocked-02:before {
  content: "\3fe0";
}
.hgi-stroke.hgi-sharp.hgi-call-unlocked:before {
  content: "\3fe2";
}
.hgi-stroke.hgi-sharp.hgi-call:before {
  content: "\3fe3";
}
.hgi-stroke.hgi-sharp.hgi-calling-02:before {
  content: "\3fe5";
}
.hgi-stroke.hgi-sharp.hgi-calling:before {
  content: "\3fe7";
}
.hgi-stroke.hgi-sharp.hgi-camel:before {
  content: "\3fe9";
}
.hgi-stroke.hgi-sharp.hgi-camera-01:before {
  content: "\3feb";
}
.hgi-stroke.hgi-sharp.hgi-camera-02:before {
  content: "\3fed";
}
.hgi-stroke.hgi-sharp.hgi-camera-add-01:before {
  content: "\3fef";
}
.hgi-stroke.hgi-sharp.hgi-camera-add-02:before {
  content: "\3ff1";
}
.hgi-stroke.hgi-sharp.hgi-camera-automatically-01:before {
  content: "\3ff3";
}
.hgi-stroke.hgi-sharp.hgi-camera-automatically-02:before {
  content: "\3ff5";
}
.hgi-stroke.hgi-sharp.hgi-camera-lens:before {
  content: "\3ff7";
}
.hgi-stroke.hgi-sharp.hgi-camera-microphone-01:before {
  content: "\3ff9";
}
.hgi-stroke.hgi-sharp.hgi-camera-microphone-02:before {
  content: "\3ffb";
}
.hgi-stroke.hgi-sharp.hgi-camera-night-mode-01:before {
  content: "\3ffd";
}
.hgi-stroke.hgi-sharp.hgi-camera-night-mode-02:before {
  content: "\3fff";
}
.hgi-stroke.hgi-sharp.hgi-camera-off-01:before {
  content: "\4001";
}
.hgi-stroke.hgi-sharp.hgi-camera-off-02:before {
  content: "\4003";
}
.hgi-stroke.hgi-sharp.hgi-camera-rotated-01:before {
  content: "\4005";
}
.hgi-stroke.hgi-sharp.hgi-camera-rotated-02:before {
  content: "\4007";
}
.hgi-stroke.hgi-sharp.hgi-camera-smile-01:before {
  content: "\4009";
}
.hgi-stroke.hgi-sharp.hgi-camera-smile-02:before {
  content: "\400b";
}
.hgi-stroke.hgi-sharp.hgi-camera-tripod:before {
  content: "\400d";
}
.hgi-stroke.hgi-sharp.hgi-camera-video:before {
  content: "\400f";
}
.hgi-stroke.hgi-sharp.hgi-camper:before {
  content: "\4011";
}
.hgi-stroke.hgi-sharp.hgi-campfire:before {
  content: "\4013";
}
.hgi-stroke.hgi-sharp.hgi-cancel-01:before {
  content: "\4015";
}
.hgi-stroke.hgi-sharp.hgi-cancel-02:before {
  content: "\4017";
}
.hgi-stroke.hgi-sharp.hgi-cancel-circle-half-dot:before {
  content: "\4019";
}
.hgi-stroke.hgi-sharp.hgi-cancel-circle:before {
  content: "\401b";
}
.hgi-stroke.hgi-sharp.hgi-cancel-square:before {
  content: "\401d";
}
.hgi-stroke.hgi-sharp.hgi-candelier-01:before {
  content: "\401f";
}
.hgi-stroke.hgi-sharp.hgi-candelier-02:before {
  content: "\4021";
}
.hgi-stroke.hgi-sharp.hgi-canvas:before {
  content: "\4023";
}
.hgi-stroke.hgi-sharp.hgi-cap-projecting:before {
  content: "\4025";
}
.hgi-stroke.hgi-sharp.hgi-cap-round:before {
  content: "\4027";
}
.hgi-stroke.hgi-sharp.hgi-cap-straight:before {
  content: "\402a";
}
.hgi-stroke.hgi-sharp.hgi-cap:before {
  content: "\402b";
}
.hgi-stroke.hgi-sharp.hgi-capcut-rectangle:before {
  content: "\402d";
}
.hgi-stroke.hgi-sharp.hgi-capcut:before {
  content: "\402f";
}
.hgi-stroke.hgi-sharp.hgi-car-01:before {
  content: "\4031";
}
.hgi-stroke.hgi-sharp.hgi-car-02:before {
  content: "\4033";
}
.hgi-stroke.hgi-sharp.hgi-car-03:before {
  content: "\4035";
}
.hgi-stroke.hgi-sharp.hgi-car-04:before {
  content: "\4037";
}
.hgi-stroke.hgi-sharp.hgi-car-05:before {
  content: "\4039";
}
.hgi-stroke.hgi-sharp.hgi-car-alert:before {
  content: "\403b";
}
.hgi-stroke.hgi-sharp.hgi-car-parking-01:before {
  content: "\403d";
}
.hgi-stroke.hgi-sharp.hgi-car-parking-02:before {
  content: "\403f";
}
.hgi-stroke.hgi-sharp.hgi-car-time:before {
  content: "\4041";
}
.hgi-stroke.hgi-sharp.hgi-caravan:before {
  content: "\4043";
}
.hgi-stroke.hgi-sharp.hgi-card-exchange-01:before {
  content: "\4045";
}
.hgi-stroke.hgi-sharp.hgi-card-exchange-02:before {
  content: "\4047";
}
.hgi-stroke.hgi-sharp.hgi-cardigan:before {
  content: "\4049";
}
.hgi-stroke.hgi-sharp.hgi-cardiogram-01:before {
  content: "\404b";
}
.hgi-stroke.hgi-sharp.hgi-cardiogram-02:before {
  content: "\404d";
}
.hgi-stroke.hgi-sharp.hgi-cards-01:before {
  content: "\404f";
}
.hgi-stroke.hgi-sharp.hgi-cards-02:before {
  content: "\4051";
}
.hgi-stroke.hgi-sharp.hgi-cargo-ship:before {
  content: "\4053";
}
.hgi-stroke.hgi-sharp.hgi-carousel-horizontal-02:before {
  content: "\4055";
}
.hgi-stroke.hgi-sharp.hgi-carousel-horizontal:before {
  content: "\4057";
}
.hgi-stroke.hgi-sharp.hgi-carousel-vertical:before {
  content: "\4059";
}
.hgi-stroke.hgi-sharp.hgi-carrot:before {
  content: "\405b";
}
.hgi-stroke.hgi-sharp.hgi-cash-01:before {
  content: "\405d";
}
.hgi-stroke.hgi-sharp.hgi-cash-02:before {
  content: "\405f";
}
.hgi-stroke.hgi-sharp.hgi-cashback:before {
  content: "\4061";
}
.hgi-stroke.hgi-sharp.hgi-cashier-02:before {
  content: "\4063";
}
.hgi-stroke.hgi-sharp.hgi-cashier:before {
  content: "\4065";
}
.hgi-stroke.hgi-sharp.hgi-castle-01:before {
  content: "\4067";
}
.hgi-stroke.hgi-sharp.hgi-castle-02:before {
  content: "\4069";
}
.hgi-stroke.hgi-sharp.hgi-castle:before {
  content: "\406b";
}
.hgi-stroke.hgi-sharp.hgi-catalogue:before {
  content: "\406d";
}
.hgi-stroke.hgi-sharp.hgi-cayan-tower:before {
  content: "\406f";
}
.hgi-stroke.hgi-sharp.hgi-cctv-camera:before {
  content: "\4071";
}
.hgi-stroke.hgi-sharp.hgi-cd:before {
  content: "\4073";
}
.hgi-stroke.hgi-sharp.hgi-cells:before {
  content: "\4075";
}
.hgi-stroke.hgi-sharp.hgi-cellular-network-offline:before {
  content: "\4077";
}
.hgi-stroke.hgi-sharp.hgi-cellular-network:before {
  content: "\4079";
}
.hgi-stroke.hgi-sharp.hgi-celsius:before {
  content: "\407b";
}
.hgi-stroke.hgi-sharp.hgi-center-focus:before {
  content: "\407d";
}
.hgi-stroke.hgi-sharp.hgi-central-shaheed-minar:before {
  content: "\407f";
}
.hgi-stroke.hgi-sharp.hgi-centralized:before {
  content: "\4081";
}
.hgi-stroke.hgi-sharp.hgi-certificate-01:before {
  content: "\4083";
}
.hgi-stroke.hgi-sharp.hgi-certificate-02:before {
  content: "\4085";
}
.hgi-stroke.hgi-sharp.hgi-chair-01:before {
  content: "\4087";
}
.hgi-stroke.hgi-sharp.hgi-chair-02:before {
  content: "\4089";
}
.hgi-stroke.hgi-sharp.hgi-chair-03:before {
  content: "\408b";
}
.hgi-stroke.hgi-sharp.hgi-chair-04:before {
  content: "\408d";
}
.hgi-stroke.hgi-sharp.hgi-chair-05:before {
  content: "\408f";
}
.hgi-stroke.hgi-sharp.hgi-chair-barber:before {
  content: "\4091";
}
.hgi-stroke.hgi-sharp.hgi-champion:before {
  content: "\4093";
}
.hgi-stroke.hgi-sharp.hgi-change-screen-mode:before {
  content: "\4095";
}
.hgi-stroke.hgi-sharp.hgi-character-phonetic:before {
  content: "\4097";
}
.hgi-stroke.hgi-sharp.hgi-charity:before {
  content: "\4099";
}
.hgi-stroke.hgi-sharp.hgi-chart-01:before {
  content: "\409b";
}
.hgi-stroke.hgi-sharp.hgi-chart-02:before {
  content: "\409d";
}
.hgi-stroke.hgi-sharp.hgi-chart-03:before {
  content: "\409f";
}
.hgi-stroke.hgi-sharp.hgi-chart-average:before {
  content: "\40a1";
}
.hgi-stroke.hgi-sharp.hgi-chart-bar-line:before {
  content: "\40a3";
}
.hgi-stroke.hgi-sharp.hgi-chart-breakout-circle:before {
  content: "\40a5";
}
.hgi-stroke.hgi-sharp.hgi-chart-breakout-square:before {
  content: "\40a7";
}
.hgi-stroke.hgi-sharp.hgi-chart-bubble-01:before {
  content: "\40a9";
}
.hgi-stroke.hgi-sharp.hgi-chart-bubble-02:before {
  content: "\40ab";
}
.hgi-stroke.hgi-sharp.hgi-chart-column:before {
  content: "\40ad";
}
.hgi-stroke.hgi-sharp.hgi-chart-decrease:before {
  content: "\40af";
}
.hgi-stroke.hgi-sharp.hgi-chart-down:before {
  content: "\40b1";
}
.hgi-stroke.hgi-sharp.hgi-chart-evaluation:before {
  content: "\40b3";
}
.hgi-stroke.hgi-sharp.hgi-chart-high-low:before {
  content: "\40b5";
}
.hgi-stroke.hgi-sharp.hgi-chart-histogram:before {
  content: "\40b7";
}
.hgi-stroke.hgi-sharp.hgi-chart-increase:before {
  content: "\40b9";
}
.hgi-stroke.hgi-sharp.hgi-chart-line-data-01:before {
  content: "\40bb";
}
.hgi-stroke.hgi-sharp.hgi-chart-line-data-02:before {
  content: "\40bd";
}
.hgi-stroke.hgi-sharp.hgi-chart-line-data-03:before {
  content: "\40bf";
}
.hgi-stroke.hgi-sharp.hgi-chart-maximum:before {
  content: "\40c1";
}
.hgi-stroke.hgi-sharp.hgi-chart-medium:before {
  content: "\40c3";
}
.hgi-stroke.hgi-sharp.hgi-chart-minimum:before {
  content: "\40c5";
}
.hgi-stroke.hgi-sharp.hgi-chart-radar:before {
  content: "\40c7";
}
.hgi-stroke.hgi-sharp.hgi-chart-relationship:before {
  content: "\40c9";
}
.hgi-stroke.hgi-sharp.hgi-chart-ring:before {
  content: "\40cb";
}
.hgi-stroke.hgi-sharp.hgi-chart-rose:before {
  content: "\40cd";
}
.hgi-stroke.hgi-sharp.hgi-chart-scatter:before {
  content: "\40cf";
}
.hgi-stroke.hgi-sharp.hgi-chart-up:before {
  content: "\40d2";
}
.hgi-stroke.hgi-sharp.hgi-chart:before {
  content: "\40d3";
}
.hgi-stroke.hgi-sharp.hgi-chat-bot:before {
  content: "\40d5";
}
.hgi-stroke.hgi-sharp.hgi-chat-gpt:before {
  content: "\40d7";
}
.hgi-stroke.hgi-sharp.hgi-chatting-01:before {
  content: "\40d9";
}
.hgi-stroke.hgi-sharp.hgi-check-list:before {
  content: "\40db";
}
.hgi-stroke.hgi-sharp.hgi-check-unread-01:before {
  content: "\40dd";
}
.hgi-stroke.hgi-sharp.hgi-check-unread-02:before {
  content: "\40df";
}
.hgi-stroke.hgi-sharp.hgi-check-unread-03:before {
  content: "\40e1";
}
.hgi-stroke.hgi-sharp.hgi-check-unread-04:before {
  content: "\40e3";
}
.hgi-stroke.hgi-sharp.hgi-checkmark-badge-01:before {
  content: "\40e5";
}
.hgi-stroke.hgi-sharp.hgi-checkmark-badge-02:before {
  content: "\40e7";
}
.hgi-stroke.hgi-sharp.hgi-checkmark-badge-03:before {
  content: "\40e9";
}
.hgi-stroke.hgi-sharp.hgi-checkmark-badge-04:before {
  content: "\40eb";
}
.hgi-stroke.hgi-sharp.hgi-checkmark-circle-01:before {
  content: "\40ed";
}
.hgi-stroke.hgi-sharp.hgi-checkmark-circle-02:before {
  content: "\40ef";
}
.hgi-stroke.hgi-sharp.hgi-checkmark-circle-03:before {
  content: "\40f1";
}
.hgi-stroke.hgi-sharp.hgi-checkmark-circle-04:before {
  content: "\40f3";
}
.hgi-stroke.hgi-sharp.hgi-checkmark-square-01:before {
  content: "\40f5";
}
.hgi-stroke.hgi-sharp.hgi-checkmark-square-02:before {
  content: "\40f7";
}
.hgi-stroke.hgi-sharp.hgi-checkmark-square-03:before {
  content: "\40f9";
}
.hgi-stroke.hgi-sharp.hgi-checkmark-square-04:before {
  content: "\40fb";
}
.hgi-stroke.hgi-sharp.hgi-cheese-cake-01:before {
  content: "\40fd";
}
.hgi-stroke.hgi-sharp.hgi-cheese-cake-02:before {
  content: "\40ff";
}
.hgi-stroke.hgi-sharp.hgi-cheese:before {
  content: "\4101";
}
.hgi-stroke.hgi-sharp.hgi-chef-hat:before {
  content: "\4103";
}
.hgi-stroke.hgi-sharp.hgi-chef:before {
  content: "\4105";
}
.hgi-stroke.hgi-sharp.hgi-chemistry-01:before {
  content: "\4107";
}
.hgi-stroke.hgi-sharp.hgi-chemistry-02:before {
  content: "\4109";
}
.hgi-stroke.hgi-sharp.hgi-chemistry-03:before {
  content: "\410b";
}
.hgi-stroke.hgi-sharp.hgi-cherry:before {
  content: "\410d";
}
.hgi-stroke.hgi-sharp.hgi-chess-01:before {
  content: "\410f";
}
.hgi-stroke.hgi-sharp.hgi-chess-02:before {
  content: "\4111";
}
.hgi-stroke.hgi-sharp.hgi-chess-pawn:before {
  content: "\4113";
}
.hgi-stroke.hgi-sharp.hgi-chicken-thighs:before {
  content: "\4115";
}
.hgi-stroke.hgi-sharp.hgi-child:before {
  content: "\4117";
}
.hgi-stroke.hgi-sharp.hgi-chimney:before {
  content: "\4119";
}
.hgi-stroke.hgi-sharp.hgi-china-temple:before {
  content: "\411b";
}
.hgi-stroke.hgi-sharp.hgi-chip-02:before {
  content: "\411d";
}
.hgi-stroke.hgi-sharp.hgi-chip:before {
  content: "\411f";
}
.hgi-stroke.hgi-sharp.hgi-chocolate:before {
  content: "\4121";
}
.hgi-stroke.hgi-sharp.hgi-chopsticks:before {
  content: "\4123";
}
.hgi-stroke.hgi-sharp.hgi-chrome:before {
  content: "\4125";
}
.hgi-stroke.hgi-sharp.hgi-chrysler:before {
  content: "\4127";
}
.hgi-stroke.hgi-sharp.hgi-church:before {
  content: "\4129";
}
.hgi-stroke.hgi-sharp.hgi-cinnamon-roll:before {
  content: "\412b";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-data-transfer-diagonal:before {
  content: "\412d";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-data-transfer-horizontal:before {
  content: "\412f";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-data-transfer-vertical:before {
  content: "\4131";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-diagonal-01:before {
  content: "\4133";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-diagonal-02:before {
  content: "\4135";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-down-01:before {
  content: "\4137";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-down-02:before {
  content: "\4139";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-down-03:before {
  content: "\413b";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-down-double:before {
  content: "\413d";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-down-left:before {
  content: "\413f";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-down-right:before {
  content: "\4141";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-expand-01:before {
  content: "\4143";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-expand-02:before {
  content: "\4145";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-horizontal:before {
  content: "\4147";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-left-01:before {
  content: "\4149";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-left-02:before {
  content: "\414b";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-left-03:before {
  content: "\414d";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-left-double:before {
  content: "\414f";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-left-right:before {
  content: "\4151";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-move-down-left:before {
  content: "\4153";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-move-down-right:before {
  content: "\4155";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-move-left-down:before {
  content: "\4157";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-move-right-down:before {
  content: "\4159";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-move-up-left:before {
  content: "\415b";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-move-up-right:before {
  content: "\415d";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-reload-01:before {
  content: "\415f";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-reload-02:before {
  content: "\4161";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-right-01:before {
  content: "\4163";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-right-02:before {
  content: "\4165";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-right-03:before {
  content: "\4167";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-right-double:before {
  content: "\4169";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-shrink-01:before {
  content: "\416b";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-shrink-02:before {
  content: "\416d";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-01:before {
  content: "\416f";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-02:before {
  content: "\4171";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-03:before {
  content: "\4173";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-double:before {
  content: "\4175";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-down:before {
  content: "\4177";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-left:before {
  content: "\4179";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-up-right:before {
  content: "\417b";
}
.hgi-stroke.hgi-sharp.hgi-circle-arrow-vertical:before {
  content: "\417d";
}
.hgi-stroke.hgi-sharp.hgi-circle-lock-01:before {
  content: "\417f";
}
.hgi-stroke.hgi-sharp.hgi-circle-lock-02:before {
  content: "\4181";
}
.hgi-stroke.hgi-sharp.hgi-circle-lock-add-01:before {
  content: "\4183";
}
.hgi-stroke.hgi-sharp.hgi-circle-lock-add-02:before {
  content: "\4185";
}
.hgi-stroke.hgi-sharp.hgi-circle-lock-check-01:before {
  content: "\4187";
}
.hgi-stroke.hgi-sharp.hgi-circle-lock-check-02:before {
  content: "\4189";
}
.hgi-stroke.hgi-sharp.hgi-circle-lock-minus-01:before {
  content: "\418b";
}
.hgi-stroke.hgi-sharp.hgi-circle-lock-minus-02:before {
  content: "\418d";
}
.hgi-stroke.hgi-sharp.hgi-circle-lock-remove-01:before {
  content: "\418f";
}
.hgi-stroke.hgi-sharp.hgi-circle-lock-remove-02:before {
  content: "\4191";
}
.hgi-stroke.hgi-sharp.hgi-circle-password:before {
  content: "\4193";
}
.hgi-stroke.hgi-sharp.hgi-circle-unlock-01:before {
  content: "\4196";
}
.hgi-stroke.hgi-sharp.hgi-circle-unlock-02:before {
  content: "\4198";
}
.hgi-stroke.hgi-sharp.hgi-circle:before {
  content: "\4199";
}
.hgi-stroke.hgi-sharp.hgi-city-01:before {
  content: "\419b";
}
.hgi-stroke.hgi-sharp.hgi-city-02:before {
  content: "\419d";
}
.hgi-stroke.hgi-sharp.hgi-city-03:before {
  content: "\419f";
}
.hgi-stroke.hgi-sharp.hgi-clapping-01:before {
  content: "\41a1";
}
.hgi-stroke.hgi-sharp.hgi-clapping-02:before {
  content: "\41a3";
}
.hgi-stroke.hgi-sharp.hgi-clean:before {
  content: "\41a5";
}
.hgi-stroke.hgi-sharp.hgi-cleaning-bucket:before {
  content: "\41a7";
}
.hgi-stroke.hgi-sharp.hgi-clinic:before {
  content: "\41a9";
}
.hgi-stroke.hgi-sharp.hgi-clip:before {
  content: "\41ab";
}
.hgi-stroke.hgi-sharp.hgi-cliparts:before {
  content: "\41ad";
}
.hgi-stroke.hgi-sharp.hgi-clipboard:before {
  content: "\41af";
}
.hgi-stroke.hgi-sharp.hgi-clock-01:before {
  content: "\41b1";
}
.hgi-stroke.hgi-sharp.hgi-clock-02:before {
  content: "\41b3";
}
.hgi-stroke.hgi-sharp.hgi-clock-03:before {
  content: "\41b5";
}
.hgi-stroke.hgi-sharp.hgi-clock-04:before {
  content: "\41b7";
}
.hgi-stroke.hgi-sharp.hgi-clock-05:before {
  content: "\41b9";
}
.hgi-stroke.hgi-sharp.hgi-closed-caption-alt:before {
  content: "\41bb";
}
.hgi-stroke.hgi-sharp.hgi-closed-caption:before {
  content: "\41bd";
}
.hgi-stroke.hgi-sharp.hgi-clothes:before {
  content: "\41bf";
}
.hgi-stroke.hgi-sharp.hgi-cloud-angled-rain-zap:before {
  content: "\41c2";
}
.hgi-stroke.hgi-sharp.hgi-cloud-angled-rain:before {
  content: "\41c3";
}
.hgi-stroke.hgi-sharp.hgi-cloud-angled-zap:before {
  content: "\41c5";
}
.hgi-stroke.hgi-sharp.hgi-cloud-big-rain:before {
  content: "\41c7";
}
.hgi-stroke.hgi-sharp.hgi-cloud-download:before {
  content: "\41c9";
}
.hgi-stroke.hgi-sharp.hgi-cloud-fast-wind:before {
  content: "\41cb";
}
.hgi-stroke.hgi-sharp.hgi-cloud-hailstone:before {
  content: "\41cd";
}
.hgi-stroke.hgi-sharp.hgi-cloud-little-rain:before {
  content: "\41cf";
}
.hgi-stroke.hgi-sharp.hgi-cloud-little-snow:before {
  content: "\41d1";
}
.hgi-stroke.hgi-sharp.hgi-cloud-loading:before {
  content: "\41d3";
}
.hgi-stroke.hgi-sharp.hgi-cloud-mid-rain:before {
  content: "\41d5";
}
.hgi-stroke.hgi-sharp.hgi-cloud-mid-snow:before {
  content: "\41d7";
}
.hgi-stroke.hgi-sharp.hgi-cloud-saving-done-01:before {
  content: "\41d9";
}
.hgi-stroke.hgi-sharp.hgi-cloud-saving-done-02:before {
  content: "\41db";
}
.hgi-stroke.hgi-sharp.hgi-cloud-server:before {
  content: "\41de";
}
.hgi-stroke.hgi-sharp.hgi-cloud-slow-wind:before {
  content: "\41e0";
}
.hgi-stroke.hgi-sharp.hgi-cloud-snow:before {
  content: "\41e2";
}
.hgi-stroke.hgi-sharp.hgi-cloud-upload:before {
  content: "\41e4";
}
.hgi-stroke.hgi-sharp.hgi-cloud:before {
  content: "\41e5";
}
.hgi-stroke.hgi-sharp.hgi-clubs-01:before {
  content: "\41e7";
}
.hgi-stroke.hgi-sharp.hgi-clubs-02:before {
  content: "\41e9";
}
.hgi-stroke.hgi-sharp.hgi-co-present:before {
  content: "\41eb";
}
.hgi-stroke.hgi-sharp.hgi-code-circle:before {
  content: "\41ed";
}
.hgi-stroke.hgi-sharp.hgi-code-folder:before {
  content: "\41ef";
}
.hgi-stroke.hgi-sharp.hgi-code-square:before {
  content: "\41f2";
}
.hgi-stroke.hgi-sharp.hgi-code:before {
  content: "\41f3";
}
.hgi-stroke.hgi-sharp.hgi-codesandbox:before {
  content: "\41f5";
}
.hgi-stroke.hgi-sharp.hgi-coffee-01:before {
  content: "\41f7";
}
.hgi-stroke.hgi-sharp.hgi-coffee-02:before {
  content: "\41f9";
}
.hgi-stroke.hgi-sharp.hgi-coffee-beans:before {
  content: "\41fb";
}
.hgi-stroke.hgi-sharp.hgi-coinbase:before {
  content: "\41fd";
}
.hgi-stroke.hgi-sharp.hgi-coins-01:before {
  content: "\41ff";
}
.hgi-stroke.hgi-sharp.hgi-coins-02:before {
  content: "\4201";
}
.hgi-stroke.hgi-sharp.hgi-coins-bitcoin:before {
  content: "\4203";
}
.hgi-stroke.hgi-sharp.hgi-coins-dollar:before {
  content: "\4205";
}
.hgi-stroke.hgi-sharp.hgi-coins-euro:before {
  content: "\4207";
}
.hgi-stroke.hgi-sharp.hgi-coins-pound:before {
  content: "\4209";
}
.hgi-stroke.hgi-sharp.hgi-coins-swap:before {
  content: "\420b";
}
.hgi-stroke.hgi-sharp.hgi-coins-yen:before {
  content: "\420d";
}
.hgi-stroke.hgi-sharp.hgi-collections-bookmark:before {
  content: "\420f";
}
.hgi-stroke.hgi-sharp.hgi-color-picker:before {
  content: "\4211";
}
.hgi-stroke.hgi-sharp.hgi-colors:before {
  content: "\4213";
}
.hgi-stroke.hgi-sharp.hgi-colosseum:before {
  content: "\4215";
}
.hgi-stroke.hgi-sharp.hgi-column-delete:before {
  content: "\4217";
}
.hgi-stroke.hgi-sharp.hgi-column-insert:before {
  content: "\4219";
}
.hgi-stroke.hgi-sharp.hgi-comet-01:before {
  content: "\421b";
}
.hgi-stroke.hgi-sharp.hgi-comet-02:before {
  content: "\421d";
}
.hgi-stroke.hgi-sharp.hgi-coming-soon-01:before {
  content: "\421f";
}
.hgi-stroke.hgi-sharp.hgi-coming-soon-02:before {
  content: "\4221";
}
.hgi-stroke.hgi-sharp.hgi-command-line:before {
  content: "\4223";
}
.hgi-stroke.hgi-sharp.hgi-command:before {
  content: "\4225";
}
.hgi-stroke.hgi-sharp.hgi-comment-01:before {
  content: "\4227";
}
.hgi-stroke.hgi-sharp.hgi-comment-02:before {
  content: "\4229";
}
.hgi-stroke.hgi-sharp.hgi-comment-add-01:before {
  content: "\422b";
}
.hgi-stroke.hgi-sharp.hgi-comment-add-02:before {
  content: "\422d";
}
.hgi-stroke.hgi-sharp.hgi-comment-block-01:before {
  content: "\422f";
}
.hgi-stroke.hgi-sharp.hgi-comment-block-02:before {
  content: "\4231";
}
.hgi-stroke.hgi-sharp.hgi-comment-remove-01:before {
  content: "\4233";
}
.hgi-stroke.hgi-sharp.hgi-comment-remove-02:before {
  content: "\4235";
}
.hgi-stroke.hgi-sharp.hgi-compass-01:before {
  content: "\4237";
}
.hgi-stroke.hgi-sharp.hgi-compass:before {
  content: "\4239";
}
.hgi-stroke.hgi-sharp.hgi-complaint:before {
  content: "\423b";
}
.hgi-stroke.hgi-sharp.hgi-computer-add:before {
  content: "\423d";
}
.hgi-stroke.hgi-sharp.hgi-computer-check:before {
  content: "\423f";
}
.hgi-stroke.hgi-sharp.hgi-computer-cloud:before {
  content: "\4241";
}
.hgi-stroke.hgi-sharp.hgi-computer-desk-01:before {
  content: "\4243";
}
.hgi-stroke.hgi-sharp.hgi-computer-desk-02:before {
  content: "\4245";
}
.hgi-stroke.hgi-sharp.hgi-computer-desk-03:before {
  content: "\4247";
}
.hgi-stroke.hgi-sharp.hgi-computer-dollar:before {
  content: "\4249";
}
.hgi-stroke.hgi-sharp.hgi-computer-phone-sync:before {
  content: "\424b";
}
.hgi-stroke.hgi-sharp.hgi-computer-programming-01:before {
  content: "\424d";
}
.hgi-stroke.hgi-sharp.hgi-computer-programming-02:before {
  content: "\424f";
}
.hgi-stroke.hgi-sharp.hgi-computer-protection:before {
  content: "\4251";
}
.hgi-stroke.hgi-sharp.hgi-computer-remove:before {
  content: "\4253";
}
.hgi-stroke.hgi-sharp.hgi-computer-settings:before {
  content: "\4256";
}
.hgi-stroke.hgi-sharp.hgi-computer-video-call:before {
  content: "\4258";
}
.hgi-stroke.hgi-sharp.hgi-computer-video:before {
  content: "\425a";
}
.hgi-stroke.hgi-sharp.hgi-computer:before {
  content: "\425b";
}
.hgi-stroke.hgi-sharp.hgi-cone-01:before {
  content: "\425d";
}
.hgi-stroke.hgi-sharp.hgi-cone-02:before {
  content: "\425f";
}
.hgi-stroke.hgi-sharp.hgi-conference:before {
  content: "\4261";
}
.hgi-stroke.hgi-sharp.hgi-configuration-01:before {
  content: "\4263";
}
.hgi-stroke.hgi-sharp.hgi-configuration-02:before {
  content: "\4265";
}
.hgi-stroke.hgi-sharp.hgi-confused:before {
  content: "\4267";
}
.hgi-stroke.hgi-sharp.hgi-congruent-to-circle:before {
  content: "\4269";
}
.hgi-stroke.hgi-sharp.hgi-congruent-to-square:before {
  content: "\426c";
}
.hgi-stroke.hgi-sharp.hgi-congruent-to:before {
  content: "\426d";
}
.hgi-stroke.hgi-sharp.hgi-connect:before {
  content: "\426f";
}
.hgi-stroke.hgi-sharp.hgi-console:before {
  content: "\4271";
}
.hgi-stroke.hgi-sharp.hgi-constellation:before {
  content: "\4273";
}
.hgi-stroke.hgi-sharp.hgi-contact-01:before {
  content: "\4275";
}
.hgi-stroke.hgi-sharp.hgi-contact-02:before {
  content: "\4277";
}
.hgi-stroke.hgi-sharp.hgi-contact-book:before {
  content: "\4279";
}
.hgi-stroke.hgi-sharp.hgi-contact:before {
  content: "\427b";
}
.hgi-stroke.hgi-sharp.hgi-container-truck-01:before {
  content: "\427d";
}
.hgi-stroke.hgi-sharp.hgi-container-truck-02:before {
  content: "\427f";
}
.hgi-stroke.hgi-sharp.hgi-container-truck:before {
  content: "\4281";
}
.hgi-stroke.hgi-sharp.hgi-content-writing:before {
  content: "\4283";
}
.hgi-stroke.hgi-sharp.hgi-contracts:before {
  content: "\4285";
}
.hgi-stroke.hgi-sharp.hgi-conversation:before {
  content: "\4287";
}
.hgi-stroke.hgi-sharp.hgi-cook-book:before {
  content: "\4289";
}
.hgi-stroke.hgi-sharp.hgi-cookie:before {
  content: "\428b";
}
.hgi-stroke.hgi-sharp.hgi-coordinate-01:before {
  content: "\428d";
}
.hgi-stroke.hgi-sharp.hgi-coordinate-02:before {
  content: "\428f";
}
.hgi-stroke.hgi-sharp.hgi-copilot:before {
  content: "\4291";
}
.hgi-stroke.hgi-sharp.hgi-copy-01:before {
  content: "\4293";
}
.hgi-stroke.hgi-sharp.hgi-copy-02:before {
  content: "\4295";
}
.hgi-stroke.hgi-sharp.hgi-copy-link:before {
  content: "\4297";
}
.hgi-stroke.hgi-sharp.hgi-copyright:before {
  content: "\4299";
}
.hgi-stroke.hgi-sharp.hgi-corn:before {
  content: "\429b";
}
.hgi-stroke.hgi-sharp.hgi-corporate:before {
  content: "\429d";
}
.hgi-stroke.hgi-sharp.hgi-cos:before {
  content: "\429f";
}
.hgi-stroke.hgi-sharp.hgi-cosine-01:before {
  content: "\42a1";
}
.hgi-stroke.hgi-sharp.hgi-cosine-02:before {
  content: "\42a3";
}
.hgi-stroke.hgi-sharp.hgi-cottage:before {
  content: "\42a5";
}
.hgi-stroke.hgi-sharp.hgi-cotton-candy:before {
  content: "\42a7";
}
.hgi-stroke.hgi-sharp.hgi-coupon-01:before {
  content: "\42a9";
}
.hgi-stroke.hgi-sharp.hgi-coupon-02:before {
  content: "\42ab";
}
.hgi-stroke.hgi-sharp.hgi-coupon-03:before {
  content: "\42ad";
}
.hgi-stroke.hgi-sharp.hgi-coupon-percent:before {
  content: "\42af";
}
.hgi-stroke.hgi-sharp.hgi-course:before {
  content: "\42b1";
}
.hgi-stroke.hgi-sharp.hgi-court-house:before {
  content: "\42b3";
}
.hgi-stroke.hgi-sharp.hgi-court-law:before {
  content: "\42b5";
}
.hgi-stroke.hgi-sharp.hgi-covariate:before {
  content: "\42b7";
}
.hgi-stroke.hgi-sharp.hgi-covid-info:before {
  content: "\42b9";
}
.hgi-stroke.hgi-sharp.hgi-cowboy-hat:before {
  content: "\42bb";
}
.hgi-stroke.hgi-sharp.hgi-cpp:before {
  content: "\42bd";
}
.hgi-stroke.hgi-sharp.hgi-cpu-charge:before {
  content: "\42bf";
}
.hgi-stroke.hgi-sharp.hgi-cpu-settings:before {
  content: "\42c2";
}
.hgi-stroke.hgi-sharp.hgi-cpu:before {
  content: "\42c3";
}
.hgi-stroke.hgi-sharp.hgi-crab:before {
  content: "\42c5";
}
.hgi-stroke.hgi-sharp.hgi-crane:before {
  content: "\42c7";
}
.hgi-stroke.hgi-sharp.hgi-crazy:before {
  content: "\42c9";
}
.hgi-stroke.hgi-sharp.hgi-creative-market:before {
  content: "\42cb";
}
.hgi-stroke.hgi-sharp.hgi-credit-card-accept:before {
  content: "\42cd";
}
.hgi-stroke.hgi-sharp.hgi-credit-card-add:before {
  content: "\42cf";
}
.hgi-stroke.hgi-sharp.hgi-credit-card-change:before {
  content: "\42d1";
}
.hgi-stroke.hgi-sharp.hgi-credit-card-defrost:before {
  content: "\42d3";
}
.hgi-stroke.hgi-sharp.hgi-credit-card-freeze:before {
  content: "\42d5";
}
.hgi-stroke.hgi-sharp.hgi-credit-card-not-accept:before {
  content: "\42d7";
}
.hgi-stroke.hgi-sharp.hgi-credit-card-not-found:before {
  content: "\42d9";
}
.hgi-stroke.hgi-sharp.hgi-credit-card-pos:before {
  content: "\42db";
}
.hgi-stroke.hgi-sharp.hgi-credit-card-validation:before {
  content: "\42de";
}
.hgi-stroke.hgi-sharp.hgi-credit-card:before {
  content: "\42df";
}
.hgi-stroke.hgi-sharp.hgi-cricket-bat:before {
  content: "\42e1";
}
.hgi-stroke.hgi-sharp.hgi-cricket-helmet:before {
  content: "\42e3";
}
.hgi-stroke.hgi-sharp.hgi-croissant:before {
  content: "\42e5";
}
.hgi-stroke.hgi-sharp.hgi-crop:before {
  content: "\42e7";
}
.hgi-stroke.hgi-sharp.hgi-crowdfunding:before {
  content: "\42e9";
}
.hgi-stroke.hgi-sharp.hgi-crown:before {
  content: "\42eb";
}
.hgi-stroke.hgi-sharp.hgi-crying:before {
  content: "\42ed";
}
.hgi-stroke.hgi-sharp.hgi-csv-01:before {
  content: "\42ef";
}
.hgi-stroke.hgi-sharp.hgi-csv-02:before {
  content: "\42f1";
}
.hgi-stroke.hgi-sharp.hgi-cube:before {
  content: "\42f3";
}
.hgi-stroke.hgi-sharp.hgi-cupcake-01:before {
  content: "\42f5";
}
.hgi-stroke.hgi-sharp.hgi-cupcake-02:before {
  content: "\42f7";
}
.hgi-stroke.hgi-sharp.hgi-cupcake-03:before {
  content: "\42f9";
}
.hgi-stroke.hgi-sharp.hgi-curling:before {
  content: "\42fb";
}
.hgi-stroke.hgi-sharp.hgi-cursor-01:before {
  content: "\42fd";
}
.hgi-stroke.hgi-sharp.hgi-cursor-02:before {
  content: "\42ff";
}
.hgi-stroke.hgi-sharp.hgi-cursor-add-selection-01:before {
  content: "\4301";
}
.hgi-stroke.hgi-sharp.hgi-cursor-add-selection-02:before {
  content: "\4303";
}
.hgi-stroke.hgi-sharp.hgi-cursor-circle-selection-01:before {
  content: "\4305";
}
.hgi-stroke.hgi-sharp.hgi-cursor-circle-selection-02:before {
  content: "\4307";
}
.hgi-stroke.hgi-sharp.hgi-cursor-disabled-01:before {
  content: "\4309";
}
.hgi-stroke.hgi-sharp.hgi-cursor-disabled-02:before {
  content: "\430b";
}
.hgi-stroke.hgi-sharp.hgi-cursor-edit-01:before {
  content: "\430d";
}
.hgi-stroke.hgi-sharp.hgi-cursor-edit-02:before {
  content: "\430f";
}
.hgi-stroke.hgi-sharp.hgi-cursor-hold-01:before {
  content: "\4311";
}
.hgi-stroke.hgi-sharp.hgi-cursor-hold-02:before {
  content: "\4313";
}
.hgi-stroke.hgi-sharp.hgi-cursor-in-window:before {
  content: "\4315";
}
.hgi-stroke.hgi-sharp.hgi-cursor-info-01:before {
  content: "\4317";
}
.hgi-stroke.hgi-sharp.hgi-cursor-info-02:before {
  content: "\4319";
}
.hgi-stroke.hgi-sharp.hgi-cursor-loading-01:before {
  content: "\431b";
}
.hgi-stroke.hgi-sharp.hgi-cursor-loading-02:before {
  content: "\431d";
}
.hgi-stroke.hgi-sharp.hgi-cursor-magic-selection-01:before {
  content: "\431f";
}
.hgi-stroke.hgi-sharp.hgi-cursor-magic-selection-02:before {
  content: "\4321";
}
.hgi-stroke.hgi-sharp.hgi-cursor-move-01:before {
  content: "\4323";
}
.hgi-stroke.hgi-sharp.hgi-cursor-move-02:before {
  content: "\4325";
}
.hgi-stroke.hgi-sharp.hgi-cursor-pointer-01:before {
  content: "\4327";
}
.hgi-stroke.hgi-sharp.hgi-cursor-pointer-02:before {
  content: "\4329";
}
.hgi-stroke.hgi-sharp.hgi-cursor-progress-01:before {
  content: "\432b";
}
.hgi-stroke.hgi-sharp.hgi-cursor-progress-02:before {
  content: "\432d";
}
.hgi-stroke.hgi-sharp.hgi-cursor-progress-03:before {
  content: "\432f";
}
.hgi-stroke.hgi-sharp.hgi-cursor-progress-04:before {
  content: "\4331";
}
.hgi-stroke.hgi-sharp.hgi-cursor-rectangle-selection-01:before {
  content: "\4333";
}
.hgi-stroke.hgi-sharp.hgi-cursor-rectangle-selection-02:before {
  content: "\4335";
}
.hgi-stroke.hgi-sharp.hgi-cursor-remove-selection-01:before {
  content: "\4337";
}
.hgi-stroke.hgi-sharp.hgi-cursor-remove-selection-02:before {
  content: "\4339";
}
.hgi-stroke.hgi-sharp.hgi-cursor-text:before {
  content: "\433b";
}
.hgi-stroke.hgi-sharp.hgi-curtains:before {
  content: "\433d";
}
.hgi-stroke.hgi-sharp.hgi-curvy-left-direction:before {
  content: "\433f";
}
.hgi-stroke.hgi-sharp.hgi-curvy-left-right-direction:before {
  content: "\4341";
}
.hgi-stroke.hgi-sharp.hgi-curvy-right-direction:before {
  content: "\4343";
}
.hgi-stroke.hgi-sharp.hgi-curvy-up-down-direction:before {
  content: "\4345";
}
.hgi-stroke.hgi-sharp.hgi-custom-field:before {
  content: "\4347";
}
.hgi-stroke.hgi-sharp.hgi-customer-service-01:before {
  content: "\4349";
}
.hgi-stroke.hgi-sharp.hgi-customer-service-02:before {
  content: "\434b";
}
.hgi-stroke.hgi-sharp.hgi-customer-service:before {
  content: "\434d";
}
.hgi-stroke.hgi-sharp.hgi-customer-support:before {
  content: "\434f";
}
.hgi-stroke.hgi-sharp.hgi-customize:before {
  content: "\4351";
}
.hgi-stroke.hgi-sharp.hgi-cylinder-01:before {
  content: "\4353";
}
.hgi-stroke.hgi-sharp.hgi-cylinder-02:before {
  content: "\4355";
}
.hgi-stroke.hgi-sharp.hgi-cylinder-03:before {
  content: "\4357";
}
.hgi-stroke.hgi-sharp.hgi-cylinder-04:before {
  content: "\4359";
}
.hgi-stroke.hgi-sharp.hgi-danger:before {
  content: "\435b";
}
.hgi-stroke.hgi-sharp.hgi-dark-mode:before {
  content: "\435d";
}
.hgi-stroke.hgi-sharp.hgi-dart:before {
  content: "\435f";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-browsing:before {
  content: "\4361";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-circle-add:before {
  content: "\4363";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-circle-edit:before {
  content: "\4365";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-circle-remove:before {
  content: "\4367";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-circle-settings:before {
  content: "\436a";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-circle:before {
  content: "\436b";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-speed-01:before {
  content: "\436d";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-speed-02:before {
  content: "\436f";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-square-01:before {
  content: "\4371";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-square-02:before {
  content: "\4373";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-square-03:before {
  content: "\4375";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-square-add:before {
  content: "\4377";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-square-edit:before {
  content: "\4379";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-square-remove:before {
  content: "\437b";
}
.hgi-stroke.hgi-sharp.hgi-dashboard-square-setting:before {
  content: "\437d";
}
.hgi-stroke.hgi-sharp.hgi-dashed-line-01:before {
  content: "\437f";
}
.hgi-stroke.hgi-sharp.hgi-dashed-line-02:before {
  content: "\4381";
}
.hgi-stroke.hgi-sharp.hgi-dashed-line-circle:before {
  content: "\4383";
}
.hgi-stroke.hgi-sharp.hgi-data-recovery:before {
  content: "\4385";
}
.hgi-stroke.hgi-sharp.hgi-database-01:before {
  content: "\4387";
}
.hgi-stroke.hgi-sharp.hgi-database-02:before {
  content: "\4389";
}
.hgi-stroke.hgi-sharp.hgi-database-add:before {
  content: "\438b";
}
.hgi-stroke.hgi-sharp.hgi-database-export:before {
  content: "\438d";
}
.hgi-stroke.hgi-sharp.hgi-database-import:before {
  content: "\438f";
}
.hgi-stroke.hgi-sharp.hgi-database-locked:before {
  content: "\4391";
}
.hgi-stroke.hgi-sharp.hgi-database-restore:before {
  content: "\4393";
}
.hgi-stroke.hgi-sharp.hgi-database-setting:before {
  content: "\4396";
}
.hgi-stroke.hgi-sharp.hgi-database-sync-01:before {
  content: "\4398";
}
.hgi-stroke.hgi-sharp.hgi-database-sync:before {
  content: "\439a";
}
.hgi-stroke.hgi-sharp.hgi-database:before {
  content: "\439b";
}
.hgi-stroke.hgi-sharp.hgi-date-time:before {
  content: "\439d";
}
.hgi-stroke.hgi-sharp.hgi-dates:before {
  content: "\439f";
}
.hgi-stroke.hgi-sharp.hgi-datev:before {
  content: "\43a1";
}
.hgi-stroke.hgi-sharp.hgi-dead:before {
  content: "\43a3";
}
.hgi-stroke.hgi-sharp.hgi-delete-01:before {
  content: "\43a5";
}
.hgi-stroke.hgi-sharp.hgi-delete-02:before {
  content: "\43a7";
}
.hgi-stroke.hgi-sharp.hgi-delete-03:before {
  content: "\43a9";
}
.hgi-stroke.hgi-sharp.hgi-delete-04:before {
  content: "\43ab";
}
.hgi-stroke.hgi-sharp.hgi-delete-column:before {
  content: "\43ad";
}
.hgi-stroke.hgi-sharp.hgi-delete-put-back:before {
  content: "\43af";
}
.hgi-stroke.hgi-sharp.hgi-delete-row:before {
  content: "\43b1";
}
.hgi-stroke.hgi-sharp.hgi-delete-throw:before {
  content: "\43b3";
}
.hgi-stroke.hgi-sharp.hgi-delivered-sent:before {
  content: "\43b5";
}
.hgi-stroke.hgi-sharp.hgi-delivery-box-01:before {
  content: "\43b7";
}
.hgi-stroke.hgi-sharp.hgi-delivery-box-02:before {
  content: "\43b9";
}
.hgi-stroke.hgi-sharp.hgi-delivery-delay-01:before {
  content: "\43bb";
}
.hgi-stroke.hgi-sharp.hgi-delivery-delay-02:before {
  content: "\43bd";
}
.hgi-stroke.hgi-sharp.hgi-delivery-return-01:before {
  content: "\43bf";
}
.hgi-stroke.hgi-sharp.hgi-delivery-return-02:before {
  content: "\43c1";
}
.hgi-stroke.hgi-sharp.hgi-delivery-secure-01:before {
  content: "\43c3";
}
.hgi-stroke.hgi-sharp.hgi-delivery-secure-02:before {
  content: "\43c5";
}
.hgi-stroke.hgi-sharp.hgi-delivery-sent-01:before {
  content: "\43c7";
}
.hgi-stroke.hgi-sharp.hgi-delivery-sent-02:before {
  content: "\43c9";
}
.hgi-stroke.hgi-sharp.hgi-delivery-tracking-01:before {
  content: "\43cb";
}
.hgi-stroke.hgi-sharp.hgi-delivery-tracking-02:before {
  content: "\43cd";
}
.hgi-stroke.hgi-sharp.hgi-delivery-truck-01:before {
  content: "\43cf";
}
.hgi-stroke.hgi-sharp.hgi-delivery-truck-02:before {
  content: "\43d1";
}
.hgi-stroke.hgi-sharp.hgi-delivery-view-01:before {
  content: "\43d3";
}
.hgi-stroke.hgi-sharp.hgi-delivery-view-02:before {
  content: "\43d5";
}
.hgi-stroke.hgi-sharp.hgi-dental-braces:before {
  content: "\43d7";
}
.hgi-stroke.hgi-sharp.hgi-dental-broken-tooth:before {
  content: "\43d9";
}
.hgi-stroke.hgi-sharp.hgi-dental-care:before {
  content: "\43db";
}
.hgi-stroke.hgi-sharp.hgi-dental-tooth:before {
  content: "\43dd";
}
.hgi-stroke.hgi-sharp.hgi-departement:before {
  content: "\43df";
}
.hgi-stroke.hgi-sharp.hgi-desert:before {
  content: "\43e1";
}
.hgi-stroke.hgi-sharp.hgi-desk-01:before {
  content: "\43e3";
}
.hgi-stroke.hgi-sharp.hgi-desk-02:before {
  content: "\43e5";
}
.hgi-stroke.hgi-sharp.hgi-desk:before {
  content: "\43e7";
}
.hgi-stroke.hgi-sharp.hgi-developer:before {
  content: "\43e9";
}
.hgi-stroke.hgi-sharp.hgi-deviantart:before {
  content: "\43eb";
}
.hgi-stroke.hgi-sharp.hgi-device-access:before {
  content: "\43ed";
}
.hgi-stroke.hgi-sharp.hgi-diagonal-scroll-point-01:before {
  content: "\43ef";
}
.hgi-stroke.hgi-sharp.hgi-diagonal-scroll-point-02:before {
  content: "\43f1";
}
.hgi-stroke.hgi-sharp.hgi-dialpad-circle-01:before {
  content: "\43f3";
}
.hgi-stroke.hgi-sharp.hgi-dialpad-circle-02:before {
  content: "\43f5";
}
.hgi-stroke.hgi-sharp.hgi-dialpad-square-01:before {
  content: "\43f7";
}
.hgi-stroke.hgi-sharp.hgi-dialpad-square-02:before {
  content: "\43f9";
}
.hgi-stroke.hgi-sharp.hgi-diameter:before {
  content: "\43fb";
}
.hgi-stroke.hgi-sharp.hgi-diamond-01:before {
  content: "\43fd";
}
.hgi-stroke.hgi-sharp.hgi-diamond-02:before {
  content: "\43ff";
}
.hgi-stroke.hgi-sharp.hgi-diamond:before {
  content: "\4401";
}
.hgi-stroke.hgi-sharp.hgi-diaper:before {
  content: "\4403";
}
.hgi-stroke.hgi-sharp.hgi-dice-faces-01:before {
  content: "\4405";
}
.hgi-stroke.hgi-sharp.hgi-dice-faces-02:before {
  content: "\4407";
}
.hgi-stroke.hgi-sharp.hgi-dice-faces-03:before {
  content: "\4409";
}
.hgi-stroke.hgi-sharp.hgi-dice-faces-04:before {
  content: "\440b";
}
.hgi-stroke.hgi-sharp.hgi-dice-faces-05:before {
  content: "\440d";
}
.hgi-stroke.hgi-sharp.hgi-dice-faces-06:before {
  content: "\440f";
}
.hgi-stroke.hgi-sharp.hgi-dice:before {
  content: "\4411";
}
.hgi-stroke.hgi-sharp.hgi-digestion:before {
  content: "\4413";
}
.hgi-stroke.hgi-sharp.hgi-digg:before {
  content: "\4415";
}
.hgi-stroke.hgi-sharp.hgi-digital-clock:before {
  content: "\4417";
}
.hgi-stroke.hgi-sharp.hgi-dim-sum-01:before {
  content: "\4419";
}
.hgi-stroke.hgi-sharp.hgi-dim-sum-02:before {
  content: "\441b";
}
.hgi-stroke.hgi-sharp.hgi-dining-table:before {
  content: "\441d";
}
.hgi-stroke.hgi-sharp.hgi-diploma:before {
  content: "\441f";
}
.hgi-stroke.hgi-sharp.hgi-direction-left-01:before {
  content: "\4421";
}
.hgi-stroke.hgi-sharp.hgi-direction-left-02:before {
  content: "\4423";
}
.hgi-stroke.hgi-sharp.hgi-direction-right-01:before {
  content: "\4425";
}
.hgi-stroke.hgi-sharp.hgi-direction-right-02:before {
  content: "\4427";
}
.hgi-stroke.hgi-sharp.hgi-directions-01:before {
  content: "\4429";
}
.hgi-stroke.hgi-sharp.hgi-directions-02:before {
  content: "\442b";
}
.hgi-stroke.hgi-sharp.hgi-dirham:before {
  content: "\442d";
}
.hgi-stroke.hgi-sharp.hgi-disability-01:before {
  content: "\442f";
}
.hgi-stroke.hgi-sharp.hgi-disability-02:before {
  content: "\4431";
}
.hgi-stroke.hgi-sharp.hgi-discord:before {
  content: "\4433";
}
.hgi-stroke.hgi-sharp.hgi-discount-01:before {
  content: "\4435";
}
.hgi-stroke.hgi-sharp.hgi-discount-tag-01:before {
  content: "\4438";
}
.hgi-stroke.hgi-sharp.hgi-discount-tag-02:before {
  content: "\443a";
}
.hgi-stroke.hgi-sharp.hgi-discount:before {
  content: "\443b";
}
.hgi-stroke.hgi-sharp.hgi-discover-circle:before {
  content: "\443d";
}
.hgi-stroke.hgi-sharp.hgi-discover-square:before {
  content: "\443f";
}
.hgi-stroke.hgi-sharp.hgi-dish-01:before {
  content: "\4441";
}
.hgi-stroke.hgi-sharp.hgi-dish-02:before {
  content: "\4443";
}
.hgi-stroke.hgi-sharp.hgi-dish-washer:before {
  content: "\4445";
}
.hgi-stroke.hgi-sharp.hgi-displeased:before {
  content: "\4447";
}
.hgi-stroke.hgi-sharp.hgi-distribute-horizontal-center:before {
  content: "\4449";
}
.hgi-stroke.hgi-sharp.hgi-distribute-horizontal-left:before {
  content: "\444b";
}
.hgi-stroke.hgi-sharp.hgi-distribute-horizontal-right:before {
  content: "\444d";
}
.hgi-stroke.hgi-sharp.hgi-distribute-vertical-bottom:before {
  content: "\444f";
}
.hgi-stroke.hgi-sharp.hgi-distribute-vertical-center:before {
  content: "\4451";
}
.hgi-stroke.hgi-sharp.hgi-distribute-vertical-top:before {
  content: "\4453";
}
.hgi-stroke.hgi-sharp.hgi-distribution:before {
  content: "\4455";
}
.hgi-stroke.hgi-sharp.hgi-divide-sign-circle:before {
  content: "\4457";
}
.hgi-stroke.hgi-sharp.hgi-divide-sign-square:before {
  content: "\445a";
}
.hgi-stroke.hgi-sharp.hgi-divide-sign:before {
  content: "\445b";
}
.hgi-stroke.hgi-sharp.hgi-dna-01:before {
  content: "\445d";
}
.hgi-stroke.hgi-sharp.hgi-dna:before {
  content: "\445f";
}
.hgi-stroke.hgi-sharp.hgi-do-not-touch-01:before {
  content: "\4461";
}
.hgi-stroke.hgi-sharp.hgi-do-not-touch-02:before {
  content: "\4463";
}
.hgi-stroke.hgi-sharp.hgi-doc-01:before {
  content: "\4465";
}
.hgi-stroke.hgi-sharp.hgi-doc-02:before {
  content: "\4467";
}
.hgi-stroke.hgi-sharp.hgi-doctor-01:before {
  content: "\4469";
}
.hgi-stroke.hgi-sharp.hgi-doctor-02:before {
  content: "\446b";
}
.hgi-stroke.hgi-sharp.hgi-doctor-03:before {
  content: "\446d";
}
.hgi-stroke.hgi-sharp.hgi-document-attachment:before {
  content: "\446f";
}
.hgi-stroke.hgi-sharp.hgi-document-code:before {
  content: "\4471";
}
.hgi-stroke.hgi-sharp.hgi-document-validation:before {
  content: "\4473";
}
.hgi-stroke.hgi-sharp.hgi-dollar-01:before {
  content: "\4475";
}
.hgi-stroke.hgi-sharp.hgi-dollar-02:before {
  content: "\4477";
}
.hgi-stroke.hgi-sharp.hgi-dollar-circle:before {
  content: "\4479";
}
.hgi-stroke.hgi-sharp.hgi-dollar-receive-01:before {
  content: "\447b";
}
.hgi-stroke.hgi-sharp.hgi-dollar-receive-02:before {
  content: "\447d";
}
.hgi-stroke.hgi-sharp.hgi-dollar-send-01:before {
  content: "\447f";
}
.hgi-stroke.hgi-sharp.hgi-dollar-send-02:before {
  content: "\4481";
}
.hgi-stroke.hgi-sharp.hgi-dollar-square:before {
  content: "\4483";
}
.hgi-stroke.hgi-sharp.hgi-dome:before {
  content: "\4485";
}
.hgi-stroke.hgi-sharp.hgi-domino:before {
  content: "\4487";
}
.hgi-stroke.hgi-sharp.hgi-door-01:before {
  content: "\4489";
}
.hgi-stroke.hgi-sharp.hgi-door-02:before {
  content: "\448b";
}
.hgi-stroke.hgi-sharp.hgi-door-lock:before {
  content: "\448d";
}
.hgi-stroke.hgi-sharp.hgi-door:before {
  content: "\448f";
}
.hgi-stroke.hgi-sharp.hgi-doughnut:before {
  content: "\4491";
}
.hgi-stroke.hgi-sharp.hgi-download-01:before {
  content: "\4493";
}
.hgi-stroke.hgi-sharp.hgi-download-02:before {
  content: "\4495";
}
.hgi-stroke.hgi-sharp.hgi-download-03:before {
  content: "\4497";
}
.hgi-stroke.hgi-sharp.hgi-download-04:before {
  content: "\4499";
}
.hgi-stroke.hgi-sharp.hgi-download-05:before {
  content: "\449b";
}
.hgi-stroke.hgi-sharp.hgi-download-circle-01:before {
  content: "\449d";
}
.hgi-stroke.hgi-sharp.hgi-download-circle-02:before {
  content: "\449f";
}
.hgi-stroke.hgi-sharp.hgi-download-square-01:before {
  content: "\44a1";
}
.hgi-stroke.hgi-sharp.hgi-download-square-02:before {
  content: "\44a3";
}
.hgi-stroke.hgi-sharp.hgi-drag-01:before {
  content: "\44a5";
}
.hgi-stroke.hgi-sharp.hgi-drag-02:before {
  content: "\44a7";
}
.hgi-stroke.hgi-sharp.hgi-drag-03:before {
  content: "\44a9";
}
.hgi-stroke.hgi-sharp.hgi-drag-04:before {
  content: "\44ab";
}
.hgi-stroke.hgi-sharp.hgi-drag-drop-horizontal:before {
  content: "\44ad";
}
.hgi-stroke.hgi-sharp.hgi-drag-drop-vertical:before {
  content: "\44b0";
}
.hgi-stroke.hgi-sharp.hgi-drag-drop:before {
  content: "\44b1";
}
.hgi-stroke.hgi-sharp.hgi-drag-left-01:before {
  content: "\44b3";
}
.hgi-stroke.hgi-sharp.hgi-drag-left-02:before {
  content: "\44b5";
}
.hgi-stroke.hgi-sharp.hgi-drag-left-03:before {
  content: "\44b7";
}
.hgi-stroke.hgi-sharp.hgi-drag-left-04:before {
  content: "\44b9";
}
.hgi-stroke.hgi-sharp.hgi-drag-right-01:before {
  content: "\44bb";
}
.hgi-stroke.hgi-sharp.hgi-drag-right-02:before {
  content: "\44bd";
}
.hgi-stroke.hgi-sharp.hgi-drag-right-03:before {
  content: "\44bf";
}
.hgi-stroke.hgi-sharp.hgi-drag-right-04:before {
  content: "\44c1";
}
.hgi-stroke.hgi-sharp.hgi-drawing-compass:before {
  content: "\44c3";
}
.hgi-stroke.hgi-sharp.hgi-drawing-mode:before {
  content: "\44c5";
}
.hgi-stroke.hgi-sharp.hgi-dress-01:before {
  content: "\44c7";
}
.hgi-stroke.hgi-sharp.hgi-dress-02:before {
  content: "\44c9";
}
.hgi-stroke.hgi-sharp.hgi-dress-03:before {
  content: "\44cb";
}
.hgi-stroke.hgi-sharp.hgi-dress-04:before {
  content: "\44cd";
}
.hgi-stroke.hgi-sharp.hgi-dress-05:before {
  content: "\44cf";
}
.hgi-stroke.hgi-sharp.hgi-dress-06:before {
  content: "\44d1";
}
.hgi-stroke.hgi-sharp.hgi-dress-07:before {
  content: "\44d3";
}
.hgi-stroke.hgi-sharp.hgi-dressing-table-01:before {
  content: "\44d5";
}
.hgi-stroke.hgi-sharp.hgi-dressing-table-02:before {
  content: "\44d7";
}
.hgi-stroke.hgi-sharp.hgi-dressing-table-03:before {
  content: "\44d9";
}
.hgi-stroke.hgi-sharp.hgi-dribbble:before {
  content: "\44db";
}
.hgi-stroke.hgi-sharp.hgi-drink:before {
  content: "\44dd";
}
.hgi-stroke.hgi-sharp.hgi-drone:before {
  content: "\44df";
}
.hgi-stroke.hgi-sharp.hgi-drooling:before {
  content: "\44e1";
}
.hgi-stroke.hgi-sharp.hgi-dropbox:before {
  content: "\44e3";
}
.hgi-stroke.hgi-sharp.hgi-droplet:before {
  content: "\44e5";
}
.hgi-stroke.hgi-sharp.hgi-dropper:before {
  content: "\44e7";
}
.hgi-stroke.hgi-sharp.hgi-ds3-tool:before {
  content: "\44e9";
}
.hgi-stroke.hgi-sharp.hgi-dua:before {
  content: "\44eb";
}
.hgi-stroke.hgi-sharp.hgi-dumbbell-01:before {
  content: "\44ed";
}
.hgi-stroke.hgi-sharp.hgi-dumbbell-02:before {
  content: "\44ef";
}
.hgi-stroke.hgi-sharp.hgi-dumbbell-03:before {
  content: "\44f1";
}
.hgi-stroke.hgi-sharp.hgi-ear-rings-01:before {
  content: "\44f3";
}
.hgi-stroke.hgi-sharp.hgi-ear-rings-02:before {
  content: "\44f5";
}
.hgi-stroke.hgi-sharp.hgi-ear-rings-03:before {
  content: "\44f7";
}
.hgi-stroke.hgi-sharp.hgi-ear:before {
  content: "\44f9";
}
.hgi-stroke.hgi-sharp.hgi-earth:before {
  content: "\44fb";
}
.hgi-stroke.hgi-sharp.hgi-ease-curve-control-points:before {
  content: "\44fd";
}
.hgi-stroke.hgi-sharp.hgi-ease-in-control-point:before {
  content: "\44ff";
}
.hgi-stroke.hgi-sharp.hgi-ease-in-out:before {
  content: "\4501";
}
.hgi-stroke.hgi-sharp.hgi-ease-in:before {
  content: "\4503";
}
.hgi-stroke.hgi-sharp.hgi-ease-out-control-point:before {
  content: "\4505";
}
.hgi-stroke.hgi-sharp.hgi-ease-out:before {
  content: "\4507";
}
.hgi-stroke.hgi-sharp.hgi-eco-energy:before {
  content: "\4509";
}
.hgi-stroke.hgi-sharp.hgi-eco-lab-01:before {
  content: "\450b";
}
.hgi-stroke.hgi-sharp.hgi-eco-lab-02:before {
  content: "\450d";
}
.hgi-stroke.hgi-sharp.hgi-eco-lab:before {
  content: "\450f";
}
.hgi-stroke.hgi-sharp.hgi-eco-power:before {
  content: "\4511";
}
.hgi-stroke.hgi-sharp.hgi-edge-style:before {
  content: "\4513";
}
.hgi-stroke.hgi-sharp.hgi-edit-01:before {
  content: "\4515";
}
.hgi-stroke.hgi-sharp.hgi-edit-02:before {
  content: "\4517";
}
.hgi-stroke.hgi-sharp.hgi-edit-off:before {
  content: "\4519";
}
.hgi-stroke.hgi-sharp.hgi-edit-road:before {
  content: "\451b";
}
.hgi-stroke.hgi-sharp.hgi-edit-table:before {
  content: "\451d";
}
.hgi-stroke.hgi-sharp.hgi-edit-user-02:before {
  content: "\451f";
}
.hgi-stroke.hgi-sharp.hgi-eggs:before {
  content: "\4521";
}
.hgi-stroke.hgi-sharp.hgi-eid-mubarak:before {
  content: "\4523";
}
.hgi-stroke.hgi-sharp.hgi-eiffel-tower:before {
  content: "\4525";
}
.hgi-stroke.hgi-sharp.hgi-elearning-exchange:before {
  content: "\4527";
}
.hgi-stroke.hgi-sharp.hgi-electric-home-01:before {
  content: "\4529";
}
.hgi-stroke.hgi-sharp.hgi-electric-home-02:before {
  content: "\452b";
}
.hgi-stroke.hgi-sharp.hgi-electric-plugs:before {
  content: "\452d";
}
.hgi-stroke.hgi-sharp.hgi-electric-tower-01:before {
  content: "\452f";
}
.hgi-stroke.hgi-sharp.hgi-electric-tower-02:before {
  content: "\4531";
}
.hgi-stroke.hgi-sharp.hgi-electric-wire:before {
  content: "\4533";
}
.hgi-stroke.hgi-sharp.hgi-ellipse-selection:before {
  content: "\4535";
}
.hgi-stroke.hgi-sharp.hgi-encrypt:before {
  content: "\4537";
}
.hgi-stroke.hgi-sharp.hgi-energy-ellipse:before {
  content: "\4539";
}
.hgi-stroke.hgi-sharp.hgi-energy-rectangle:before {
  content: "\453b";
}
.hgi-stroke.hgi-sharp.hgi-energy:before {
  content: "\453d";
}
.hgi-stroke.hgi-sharp.hgi-entering-geo-fence:before {
  content: "\453f";
}
.hgi-stroke.hgi-sharp.hgi-entrance-stairs:before {
  content: "\4541";
}
.hgi-stroke.hgi-sharp.hgi-envato:before {
  content: "\4543";
}
.hgi-stroke.hgi-sharp.hgi-equal-sign-circle:before {
  content: "\4545";
}
.hgi-stroke.hgi-sharp.hgi-equal-sign-square:before {
  content: "\4548";
}
.hgi-stroke.hgi-sharp.hgi-equal-sign:before {
  content: "\4549";
}
.hgi-stroke.hgi-sharp.hgi-equipment-bench-press:before {
  content: "\454b";
}
.hgi-stroke.hgi-sharp.hgi-equipment-chest-press:before {
  content: "\454d";
}
.hgi-stroke.hgi-sharp.hgi-equipment-gym-01:before {
  content: "\454f";
}
.hgi-stroke.hgi-sharp.hgi-equipment-gym-02:before {
  content: "\4551";
}
.hgi-stroke.hgi-sharp.hgi-equipment-gym-03:before {
  content: "\4553";
}
.hgi-stroke.hgi-sharp.hgi-equipment-weightlifting:before {
  content: "\4555";
}
.hgi-stroke.hgi-sharp.hgi-eraser-01:before {
  content: "\4557";
}
.hgi-stroke.hgi-sharp.hgi-eraser-add:before {
  content: "\4559";
}
.hgi-stroke.hgi-sharp.hgi-eraser-auto:before {
  content: "\455b";
}
.hgi-stroke.hgi-sharp.hgi-eraser:before {
  content: "\455d";
}
.hgi-stroke.hgi-sharp.hgi-estimate-01:before {
  content: "\455f";
}
.hgi-stroke.hgi-sharp.hgi-estimate-02:before {
  content: "\4561";
}
.hgi-stroke.hgi-sharp.hgi-ethereum-ellipse:before {
  content: "\4563";
}
.hgi-stroke.hgi-sharp.hgi-ethereum-rectangle:before {
  content: "\4565";
}
.hgi-stroke.hgi-sharp.hgi-ethereum:before {
  content: "\4567";
}
.hgi-stroke.hgi-sharp.hgi-euro-circle:before {
  content: "\4569";
}
.hgi-stroke.hgi-sharp.hgi-euro-receive:before {
  content: "\456b";
}
.hgi-stroke.hgi-sharp.hgi-euro-send:before {
  content: "\456e";
}
.hgi-stroke.hgi-sharp.hgi-euro-square:before {
  content: "\4570";
}
.hgi-stroke.hgi-sharp.hgi-euro:before {
  content: "\4571";
}
.hgi-stroke.hgi-sharp.hgi-ev-charging:before {
  content: "\4573";
}
.hgi-stroke.hgi-sharp.hgi-evil:before {
  content: "\4575";
}
.hgi-stroke.hgi-sharp.hgi-exchange-01:before {
  content: "\4577";
}
.hgi-stroke.hgi-sharp.hgi-exchange-02:before {
  content: "\4579";
}
.hgi-stroke.hgi-sharp.hgi-exchange-03:before {
  content: "\457b";
}
.hgi-stroke.hgi-sharp.hgi-expander:before {
  content: "\457d";
}
.hgi-stroke.hgi-sharp.hgi-external-drive:before {
  content: "\457f";
}
.hgi-stroke.hgi-sharp.hgi-eye:before {
  content: "\4581";
}
.hgi-stroke.hgi-sharp.hgi-face-id:before {
  content: "\4583";
}
.hgi-stroke.hgi-sharp.hgi-facebook-01:before {
  content: "\4585";
}
.hgi-stroke.hgi-sharp.hgi-facebook-02:before {
  content: "\4587";
}
.hgi-stroke.hgi-sharp.hgi-factory-01:before {
  content: "\4589";
}
.hgi-stroke.hgi-sharp.hgi-factory-02:before {
  content: "\458b";
}
.hgi-stroke.hgi-sharp.hgi-factory:before {
  content: "\458d";
}
.hgi-stroke.hgi-sharp.hgi-fahrenheit:before {
  content: "\458f";
}
.hgi-stroke.hgi-sharp.hgi-falling-star:before {
  content: "\4591";
}
.hgi-stroke.hgi-sharp.hgi-fast-wind:before {
  content: "\4593";
}
.hgi-stroke.hgi-sharp.hgi-favourite-circle:before {
  content: "\4595";
}
.hgi-stroke.hgi-sharp.hgi-favourite-square:before {
  content: "\4598";
}
.hgi-stroke.hgi-sharp.hgi-favourite:before {
  content: "\4599";
}
.hgi-stroke.hgi-sharp.hgi-feather:before {
  content: "\459b";
}
.hgi-stroke.hgi-sharp.hgi-female-02:before {
  content: "\459d";
}
.hgi-stroke.hgi-sharp.hgi-female-symbol:before {
  content: "\459f";
}
.hgi-stroke.hgi-sharp.hgi-fencing-mask:before {
  content: "\45a1";
}
.hgi-stroke.hgi-sharp.hgi-fencing:before {
  content: "\45a3";
}
.hgi-stroke.hgi-sharp.hgi-ferris-wheel:before {
  content: "\45a5";
}
.hgi-stroke.hgi-sharp.hgi-ferry-boat:before {
  content: "\45a7";
}
.hgi-stroke.hgi-sharp.hgi-figma:before {
  content: "\45a9";
}
.hgi-stroke.hgi-sharp.hgi-file-01:before {
  content: "\45ab";
}
.hgi-stroke.hgi-sharp.hgi-file-02:before {
  content: "\45ad";
}
.hgi-stroke.hgi-sharp.hgi-file-add:before {
  content: "\45af";
}
.hgi-stroke.hgi-sharp.hgi-file-attachment:before {
  content: "\45b1";
}
.hgi-stroke.hgi-sharp.hgi-file-audio:before {
  content: "\45b3";
}
.hgi-stroke.hgi-sharp.hgi-file-bitcoin:before {
  content: "\45b5";
}
.hgi-stroke.hgi-sharp.hgi-file-block:before {
  content: "\45b7";
}
.hgi-stroke.hgi-sharp.hgi-file-bookmark:before {
  content: "\45b9";
}
.hgi-stroke.hgi-sharp.hgi-file-cloud:before {
  content: "\45bb";
}
.hgi-stroke.hgi-sharp.hgi-file-corrupt:before {
  content: "\45bd";
}
.hgi-stroke.hgi-sharp.hgi-file-dollar:before {
  content: "\45bf";
}
.hgi-stroke.hgi-sharp.hgi-file-download:before {
  content: "\45c1";
}
.hgi-stroke.hgi-sharp.hgi-file-edit:before {
  content: "\45c3";
}
.hgi-stroke.hgi-sharp.hgi-file-empty-01:before {
  content: "\45c5";
}
.hgi-stroke.hgi-sharp.hgi-file-empty-02:before {
  content: "\45c7";
}
.hgi-stroke.hgi-sharp.hgi-file-euro:before {
  content: "\45c9";
}
.hgi-stroke.hgi-sharp.hgi-file-export:before {
  content: "\45cb";
}
.hgi-stroke.hgi-sharp.hgi-file-favourite:before {
  content: "\45cd";
}
.hgi-stroke.hgi-sharp.hgi-file-import:before {
  content: "\45cf";
}
.hgi-stroke.hgi-sharp.hgi-file-link:before {
  content: "\45d1";
}
.hgi-stroke.hgi-sharp.hgi-file-locked:before {
  content: "\45d3";
}
.hgi-stroke.hgi-sharp.hgi-file-management:before {
  content: "\45d5";
}
.hgi-stroke.hgi-sharp.hgi-file-minus:before {
  content: "\45d7";
}
.hgi-stroke.hgi-sharp.hgi-file-music:before {
  content: "\45d9";
}
.hgi-stroke.hgi-sharp.hgi-file-not-found:before {
  content: "\45db";
}
.hgi-stroke.hgi-sharp.hgi-file-paste:before {
  content: "\45dd";
}
.hgi-stroke.hgi-sharp.hgi-file-pin:before {
  content: "\45df";
}
.hgi-stroke.hgi-sharp.hgi-file-pound:before {
  content: "\45e1";
}
.hgi-stroke.hgi-sharp.hgi-file-remove:before {
  content: "\45e3";
}
.hgi-stroke.hgi-sharp.hgi-file-script:before {
  content: "\45e5";
}
.hgi-stroke.hgi-sharp.hgi-file-search:before {
  content: "\45e7";
}
.hgi-stroke.hgi-sharp.hgi-file-security:before {
  content: "\45e9";
}
.hgi-stroke.hgi-sharp.hgi-file-shredder:before {
  content: "\45eb";
}
.hgi-stroke.hgi-sharp.hgi-file-star:before {
  content: "\45ed";
}
.hgi-stroke.hgi-sharp.hgi-file-sync:before {
  content: "\45ef";
}
.hgi-stroke.hgi-sharp.hgi-file-unknown:before {
  content: "\45f1";
}
.hgi-stroke.hgi-sharp.hgi-file-unlocked:before {
  content: "\45f3";
}
.hgi-stroke.hgi-sharp.hgi-file-upload:before {
  content: "\45f5";
}
.hgi-stroke.hgi-sharp.hgi-file-validation:before {
  content: "\45f7";
}
.hgi-stroke.hgi-sharp.hgi-file-verified:before {
  content: "\45f9";
}
.hgi-stroke.hgi-sharp.hgi-file-video:before {
  content: "\45fb";
}
.hgi-stroke.hgi-sharp.hgi-file-view:before {
  content: "\45fd";
}
.hgi-stroke.hgi-sharp.hgi-file-yen:before {
  content: "\45ff";
}
.hgi-stroke.hgi-sharp.hgi-file-zip:before {
  content: "\4601";
}
.hgi-stroke.hgi-sharp.hgi-files-01:before {
  content: "\4603";
}
.hgi-stroke.hgi-sharp.hgi-files-02:before {
  content: "\4605";
}
.hgi-stroke.hgi-sharp.hgi-film-01:before {
  content: "\4607";
}
.hgi-stroke.hgi-sharp.hgi-film-02:before {
  content: "\4609";
}
.hgi-stroke.hgi-sharp.hgi-film-roll-01:before {
  content: "\460b";
}
.hgi-stroke.hgi-sharp.hgi-film-roll-02:before {
  content: "\460d";
}
.hgi-stroke.hgi-sharp.hgi-filter-add:before {
  content: "\460f";
}
.hgi-stroke.hgi-sharp.hgi-filter-edit:before {
  content: "\4611";
}
.hgi-stroke.hgi-sharp.hgi-filter-horizontal:before {
  content: "\4613";
}
.hgi-stroke.hgi-sharp.hgi-filter-mail-circle:before {
  content: "\4615";
}
.hgi-stroke.hgi-sharp.hgi-filter-mail-square:before {
  content: "\4617";
}
.hgi-stroke.hgi-sharp.hgi-filter-remove:before {
  content: "\4619";
}
.hgi-stroke.hgi-sharp.hgi-filter-reset:before {
  content: "\461b";
}
.hgi-stroke.hgi-sharp.hgi-filter-vertical:before {
  content: "\461e";
}
.hgi-stroke.hgi-sharp.hgi-filter:before {
  content: "\461f";
}
.hgi-stroke.hgi-sharp.hgi-finger-access:before {
  content: "\4621";
}
.hgi-stroke.hgi-sharp.hgi-finger-print-add:before {
  content: "\4623";
}
.hgi-stroke.hgi-sharp.hgi-finger-print-check:before {
  content: "\4625";
}
.hgi-stroke.hgi-sharp.hgi-finger-print-minus:before {
  content: "\4627";
}
.hgi-stroke.hgi-sharp.hgi-finger-print-remove:before {
  content: "\4629";
}
.hgi-stroke.hgi-sharp.hgi-finger-print-scan:before {
  content: "\462b";
}
.hgi-stroke.hgi-sharp.hgi-finger-print:before {
  content: "\462d";
}
.hgi-stroke.hgi-sharp.hgi-fingerprint-scan:before {
  content: "\462f";
}
.hgi-stroke.hgi-sharp.hgi-fins:before {
  content: "\4631";
}
.hgi-stroke.hgi-sharp.hgi-fire-02:before {
  content: "\4633";
}
.hgi-stroke.hgi-sharp.hgi-fire-03:before {
  content: "\4635";
}
.hgi-stroke.hgi-sharp.hgi-fire-pit:before {
  content: "\4637";
}
.hgi-stroke.hgi-sharp.hgi-fire-security:before {
  content: "\463a";
}
.hgi-stroke.hgi-sharp.hgi-fire:before {
  content: "\463b";
}
.hgi-stroke.hgi-sharp.hgi-firewall:before {
  content: "\463d";
}
.hgi-stroke.hgi-sharp.hgi-fireworks:before {
  content: "\463f";
}
.hgi-stroke.hgi-sharp.hgi-first-aid-kit:before {
  content: "\4641";
}
.hgi-stroke.hgi-sharp.hgi-first-bracket-circle:before {
  content: "\4643";
}
.hgi-stroke.hgi-sharp.hgi-first-bracket-square:before {
  content: "\4646";
}
.hgi-stroke.hgi-sharp.hgi-first-bracket:before {
  content: "\4647";
}
.hgi-stroke.hgi-sharp.hgi-fish-food:before {
  content: "\4649";
}
.hgi-stroke.hgi-sharp.hgi-fit-to-screen:before {
  content: "\464b";
}
.hgi-stroke.hgi-sharp.hgi-fiverr:before {
  content: "\464d";
}
.hgi-stroke.hgi-sharp.hgi-flag-01:before {
  content: "\464f";
}
.hgi-stroke.hgi-sharp.hgi-flag-02:before {
  content: "\4651";
}
.hgi-stroke.hgi-sharp.hgi-flag-03:before {
  content: "\4653";
}
.hgi-stroke.hgi-sharp.hgi-flash-off:before {
  content: "\4655";
}
.hgi-stroke.hgi-sharp.hgi-flash:before {
  content: "\4657";
}
.hgi-stroke.hgi-sharp.hgi-flashlight:before {
  content: "\4659";
}
.hgi-stroke.hgi-sharp.hgi-flaticon:before {
  content: "\465b";
}
.hgi-stroke.hgi-sharp.hgi-flickr:before {
  content: "\465d";
}
.hgi-stroke.hgi-sharp.hgi-flim-slate:before {
  content: "\465f";
}
.hgi-stroke.hgi-sharp.hgi-flip-bottom:before {
  content: "\4661";
}
.hgi-stroke.hgi-sharp.hgi-flip-horizontal:before {
  content: "\4663";
}
.hgi-stroke.hgi-sharp.hgi-flip-left:before {
  content: "\4665";
}
.hgi-stroke.hgi-sharp.hgi-flip-phone:before {
  content: "\4667";
}
.hgi-stroke.hgi-sharp.hgi-flip-right:before {
  content: "\4669";
}
.hgi-stroke.hgi-sharp.hgi-flip-top:before {
  content: "\466b";
}
.hgi-stroke.hgi-sharp.hgi-flip-vertical:before {
  content: "\466d";
}
.hgi-stroke.hgi-sharp.hgi-floor-plan:before {
  content: "\466f";
}
.hgi-stroke.hgi-sharp.hgi-floppy-disk:before {
  content: "\4671";
}
.hgi-stroke.hgi-sharp.hgi-flow-circle:before {
  content: "\4673";
}
.hgi-stroke.hgi-sharp.hgi-flow-connection:before {
  content: "\4675";
}
.hgi-stroke.hgi-sharp.hgi-flow-square:before {
  content: "\4678";
}
.hgi-stroke.hgi-sharp.hgi-flow:before {
  content: "\4679";
}
.hgi-stroke.hgi-sharp.hgi-flowchart-01:before {
  content: "\467b";
}
.hgi-stroke.hgi-sharp.hgi-flowchart-02:before {
  content: "\467d";
}
.hgi-stroke.hgi-sharp.hgi-flower-pot:before {
  content: "\467f";
}
.hgi-stroke.hgi-sharp.hgi-flower:before {
  content: "\4681";
}
.hgi-stroke.hgi-sharp.hgi-flushed:before {
  content: "\4683";
}
.hgi-stroke.hgi-sharp.hgi-flying-human:before {
  content: "\4685";
}
.hgi-stroke.hgi-sharp.hgi-focus-point:before {
  content: "\4687";
}
.hgi-stroke.hgi-sharp.hgi-folder-01:before {
  content: "\4689";
}
.hgi-stroke.hgi-sharp.hgi-folder-02:before {
  content: "\468b";
}
.hgi-stroke.hgi-sharp.hgi-folder-03:before {
  content: "\468d";
}
.hgi-stroke.hgi-sharp.hgi-folder-add:before {
  content: "\468f";
}
.hgi-stroke.hgi-sharp.hgi-folder-attachment:before {
  content: "\4691";
}
.hgi-stroke.hgi-sharp.hgi-folder-audio:before {
  content: "\4693";
}
.hgi-stroke.hgi-sharp.hgi-folder-block:before {
  content: "\4695";
}
.hgi-stroke.hgi-sharp.hgi-folder-check:before {
  content: "\4697";
}
.hgi-stroke.hgi-sharp.hgi-folder-cloud:before {
  content: "\4699";
}
.hgi-stroke.hgi-sharp.hgi-folder-details-reference:before {
  content: "\469b";
}
.hgi-stroke.hgi-sharp.hgi-folder-details:before {
  content: "\469d";
}
.hgi-stroke.hgi-sharp.hgi-folder-download:before {
  content: "\469f";
}
.hgi-stroke.hgi-sharp.hgi-folder-edit:before {
  content: "\46a1";
}
.hgi-stroke.hgi-sharp.hgi-folder-export:before {
  content: "\46a3";
}
.hgi-stroke.hgi-sharp.hgi-folder-favourite:before {
  content: "\46a5";
}
.hgi-stroke.hgi-sharp.hgi-folder-file-storage:before {
  content: "\46a7";
}
.hgi-stroke.hgi-sharp.hgi-folder-import:before {
  content: "\46a9";
}
.hgi-stroke.hgi-sharp.hgi-folder-library:before {
  content: "\46ab";
}
.hgi-stroke.hgi-sharp.hgi-folder-links:before {
  content: "\46ad";
}
.hgi-stroke.hgi-sharp.hgi-folder-locked:before {
  content: "\46af";
}
.hgi-stroke.hgi-sharp.hgi-folder-management:before {
  content: "\46b1";
}
.hgi-stroke.hgi-sharp.hgi-folder-minus:before {
  content: "\46b3";
}
.hgi-stroke.hgi-sharp.hgi-folder-music:before {
  content: "\46b5";
}
.hgi-stroke.hgi-sharp.hgi-folder-off:before {
  content: "\46b7";
}
.hgi-stroke.hgi-sharp.hgi-folder-open:before {
  content: "\46b9";
}
.hgi-stroke.hgi-sharp.hgi-folder-pin:before {
  content: "\46bb";
}
.hgi-stroke.hgi-sharp.hgi-folder-remove:before {
  content: "\46bd";
}
.hgi-stroke.hgi-sharp.hgi-folder-search:before {
  content: "\46bf";
}
.hgi-stroke.hgi-sharp.hgi-folder-security:before {
  content: "\46c1";
}
.hgi-stroke.hgi-sharp.hgi-folder-shared-01:before {
  content: "\46c3";
}
.hgi-stroke.hgi-sharp.hgi-folder-shared-02:before {
  content: "\46c5";
}
.hgi-stroke.hgi-sharp.hgi-folder-shared-03:before {
  content: "\46c7";
}
.hgi-stroke.hgi-sharp.hgi-folder-sync:before {
  content: "\46c9";
}
.hgi-stroke.hgi-sharp.hgi-folder-transfer:before {
  content: "\46cb";
}
.hgi-stroke.hgi-sharp.hgi-folder-unknown:before {
  content: "\46cd";
}
.hgi-stroke.hgi-sharp.hgi-folder-unlocked:before {
  content: "\46cf";
}
.hgi-stroke.hgi-sharp.hgi-folder-upload:before {
  content: "\46d1";
}
.hgi-stroke.hgi-sharp.hgi-folder-video:before {
  content: "\46d3";
}
.hgi-stroke.hgi-sharp.hgi-folder-view:before {
  content: "\46d5";
}
.hgi-stroke.hgi-sharp.hgi-folder-zip:before {
  content: "\46d7";
}
.hgi-stroke.hgi-sharp.hgi-folders:before {
  content: "\46d9";
}
.hgi-stroke.hgi-sharp.hgi-football-pitch:before {
  content: "\46db";
}
.hgi-stroke.hgi-sharp.hgi-football:before {
  content: "\46dd";
}
.hgi-stroke.hgi-sharp.hgi-forgot-password:before {
  content: "\46df";
}
.hgi-stroke.hgi-sharp.hgi-fork:before {
  content: "\46e1";
}
.hgi-stroke.hgi-sharp.hgi-forrst:before {
  content: "\46e3";
}
.hgi-stroke.hgi-sharp.hgi-fortress:before {
  content: "\46e5";
}
.hgi-stroke.hgi-sharp.hgi-forward-01:before {
  content: "\46e7";
}
.hgi-stroke.hgi-sharp.hgi-forward-02:before {
  content: "\46e9";
}
.hgi-stroke.hgi-sharp.hgi-four-finger-02:before {
  content: "\46eb";
}
.hgi-stroke.hgi-sharp.hgi-four-finger-03:before {
  content: "\46ed";
}
.hgi-stroke.hgi-sharp.hgi-four-k:before {
  content: "\46ef";
}
.hgi-stroke.hgi-sharp.hgi-foursquare:before {
  content: "\46f1";
}
.hgi-stroke.hgi-sharp.hgi-framer:before {
  content: "\46f3";
}
.hgi-stroke.hgi-sharp.hgi-frameworks:before {
  content: "\46f5";
}
.hgi-stroke.hgi-sharp.hgi-french-fries-01:before {
  content: "\46f7";
}
.hgi-stroke.hgi-sharp.hgi-french-fries-02:before {
  content: "\46f9";
}
.hgi-stroke.hgi-sharp.hgi-fridge:before {
  content: "\46fb";
}
.hgi-stroke.hgi-sharp.hgi-fry:before {
  content: "\46fd";
}
.hgi-stroke.hgi-sharp.hgi-fuel-01:before {
  content: "\46ff";
}
.hgi-stroke.hgi-sharp.hgi-fuel-02:before {
  content: "\4701";
}
.hgi-stroke.hgi-sharp.hgi-fuel-station:before {
  content: "\4703";
}
.hgi-stroke.hgi-sharp.hgi-full-screen:before {
  content: "\4705";
}
.hgi-stroke.hgi-sharp.hgi-full-signal:before {
  content: "\4707";
}
.hgi-stroke.hgi-sharp.hgi-function-circle:before {
  content: "\4709";
}
.hgi-stroke.hgi-sharp.hgi-function-of-x:before {
  content: "\470b";
}
.hgi-stroke.hgi-sharp.hgi-function-square:before {
  content: "\470e";
}
.hgi-stroke.hgi-sharp.hgi-function:before {
  content: "\470f";
}
.hgi-stroke.hgi-sharp.hgi-galaxy:before {
  content: "\4711";
}
.hgi-stroke.hgi-sharp.hgi-game-controller-01:before {
  content: "\4713";
}
.hgi-stroke.hgi-sharp.hgi-game-controller-02:before {
  content: "\4715";
}
.hgi-stroke.hgi-sharp.hgi-game-controller-03:before {
  content: "\4717";
}
.hgi-stroke.hgi-sharp.hgi-game:before {
  content: "\4719";
}
.hgi-stroke.hgi-sharp.hgi-gameboy:before {
  content: "\471b";
}
.hgi-stroke.hgi-sharp.hgi-garage:before {
  content: "\471d";
}
.hgi-stroke.hgi-sharp.hgi-garbage-truck:before {
  content: "\471f";
}
.hgi-stroke.hgi-sharp.hgi-garlands:before {
  content: "\4721";
}
.hgi-stroke.hgi-sharp.hgi-gas-pipe:before {
  content: "\4723";
}
.hgi-stroke.hgi-sharp.hgi-gas-stove:before {
  content: "\4725";
}
.hgi-stroke.hgi-sharp.hgi-gears:before {
  content: "\4727";
}
.hgi-stroke.hgi-sharp.hgi-gem:before {
  content: "\4729";
}
.hgi-stroke.hgi-sharp.hgi-geology-crust:before {
  content: "\472b";
}
.hgi-stroke.hgi-sharp.hgi-geometric-shapes-01:before {
  content: "\472d";
}
.hgi-stroke.hgi-sharp.hgi-geometric-shapes-02:before {
  content: "\472f";
}
.hgi-stroke.hgi-sharp.hgi-gibbous-moon:before {
  content: "\4731";
}
.hgi-stroke.hgi-sharp.hgi-gif-01:before {
  content: "\4733";
}
.hgi-stroke.hgi-sharp.hgi-gif-02:before {
  content: "\4735";
}
.hgi-stroke.hgi-sharp.hgi-gift-card-02:before {
  content: "\4737";
}
.hgi-stroke.hgi-sharp.hgi-gift-card:before {
  content: "\4739";
}
.hgi-stroke.hgi-sharp.hgi-gift:before {
  content: "\473b";
}
.hgi-stroke.hgi-sharp.hgi-git-branch:before {
  content: "\473d";
}
.hgi-stroke.hgi-sharp.hgi-git-commit:before {
  content: "\473f";
}
.hgi-stroke.hgi-sharp.hgi-git-compare:before {
  content: "\4741";
}
.hgi-stroke.hgi-sharp.hgi-git-fork:before {
  content: "\4743";
}
.hgi-stroke.hgi-sharp.hgi-git-merge:before {
  content: "\4745";
}
.hgi-stroke.hgi-sharp.hgi-git-pull-request-closed:before {
  content: "\4747";
}
.hgi-stroke.hgi-sharp.hgi-git-pull-request-draft:before {
  content: "\4749";
}
.hgi-stroke.hgi-sharp.hgi-git-pull-request:before {
  content: "\474b";
}
.hgi-stroke.hgi-sharp.hgi-gitbook:before {
  content: "\474d";
}
.hgi-stroke.hgi-sharp.hgi-github-01:before {
  content: "\474f";
}
.hgi-stroke.hgi-sharp.hgi-github:before {
  content: "\4751";
}
.hgi-stroke.hgi-sharp.hgi-gitlab:before {
  content: "\4753";
}
.hgi-stroke.hgi-sharp.hgi-give-blood:before {
  content: "\4755";
}
.hgi-stroke.hgi-sharp.hgi-give-pill:before {
  content: "\4757";
}
.hgi-stroke.hgi-sharp.hgi-glasses:before {
  content: "\4759";
}
.hgi-stroke.hgi-sharp.hgi-global-editing:before {
  content: "\475b";
}
.hgi-stroke.hgi-sharp.hgi-global-education:before {
  content: "\475d";
}
.hgi-stroke.hgi-sharp.hgi-global-refresh:before {
  content: "\475f";
}
.hgi-stroke.hgi-sharp.hgi-global-search:before {
  content: "\4761";
}
.hgi-stroke.hgi-sharp.hgi-global:before {
  content: "\4763";
}
.hgi-stroke.hgi-sharp.hgi-globe-02:before {
  content: "\4765";
}
.hgi-stroke.hgi-sharp.hgi-globe:before {
  content: "\4767";
}
.hgi-stroke.hgi-sharp.hgi-glove:before {
  content: "\4769";
}
.hgi-stroke.hgi-sharp.hgi-go-backward-10-sec:before {
  content: "\476b";
}
.hgi-stroke.hgi-sharp.hgi-go-backward-15-sec:before {
  content: "\476d";
}
.hgi-stroke.hgi-sharp.hgi-go-backward-30-sec:before {
  content: "\476f";
}
.hgi-stroke.hgi-sharp.hgi-go-backward-5-sec:before {
  content: "\4771";
}
.hgi-stroke.hgi-sharp.hgi-go-backward-60-sec:before {
  content: "\4773";
}
.hgi-stroke.hgi-sharp.hgi-go-forward-10-sec:before {
  content: "\4775";
}
.hgi-stroke.hgi-sharp.hgi-go-forward-15-sec:before {
  content: "\4777";
}
.hgi-stroke.hgi-sharp.hgi-go-forward-30-sec:before {
  content: "\4779";
}
.hgi-stroke.hgi-sharp.hgi-go-forward-5-sec:before {
  content: "\477b";
}
.hgi-stroke.hgi-sharp.hgi-go-forward-60-sec:before {
  content: "\477d";
}
.hgi-stroke.hgi-sharp.hgi-gold-ingots:before {
  content: "\477f";
}
.hgi-stroke.hgi-sharp.hgi-gold:before {
  content: "\4781";
}
.hgi-stroke.hgi-sharp.hgi-golf-ball:before {
  content: "\4783";
}
.hgi-stroke.hgi-sharp.hgi-golf-bat:before {
  content: "\4785";
}
.hgi-stroke.hgi-sharp.hgi-golf-cart:before {
  content: "\4787";
}
.hgi-stroke.hgi-sharp.hgi-golf-hole:before {
  content: "\4789";
}
.hgi-stroke.hgi-sharp.hgi-google-doc:before {
  content: "\478b";
}
.hgi-stroke.hgi-sharp.hgi-google-drive:before {
  content: "\478d";
}
.hgi-stroke.hgi-sharp.hgi-google-gemini:before {
  content: "\478f";
}
.hgi-stroke.hgi-sharp.hgi-google-home:before {
  content: "\4791";
}
.hgi-stroke.hgi-sharp.hgi-google-lens:before {
  content: "\4793";
}
.hgi-stroke.hgi-sharp.hgi-google-maps:before {
  content: "\4795";
}
.hgi-stroke.hgi-sharp.hgi-google-photos:before {
  content: "\4797";
}
.hgi-stroke.hgi-sharp.hgi-google-sheet:before {
  content: "\479a";
}
.hgi-stroke.hgi-sharp.hgi-google:before {
  content: "\479b";
}
.hgi-stroke.hgi-sharp.hgi-gps-01:before {
  content: "\479d";
}
.hgi-stroke.hgi-sharp.hgi-gps-02:before {
  content: "\479f";
}
.hgi-stroke.hgi-sharp.hgi-gps-disconnected:before {
  content: "\47a1";
}
.hgi-stroke.hgi-sharp.hgi-gps-off-01:before {
  content: "\47a3";
}
.hgi-stroke.hgi-sharp.hgi-gps-off-02:before {
  content: "\47a5";
}
.hgi-stroke.hgi-sharp.hgi-gps-signal-01:before {
  content: "\47a7";
}
.hgi-stroke.hgi-sharp.hgi-gps-signal-02:before {
  content: "\47a9";
}
.hgi-stroke.hgi-sharp.hgi-gpu:before {
  content: "\47ab";
}
.hgi-stroke.hgi-sharp.hgi-graduate-female:before {
  content: "\47ad";
}
.hgi-stroke.hgi-sharp.hgi-graduate-male:before {
  content: "\47af";
}
.hgi-stroke.hgi-sharp.hgi-graduation-scroll:before {
  content: "\47b1";
}
.hgi-stroke.hgi-sharp.hgi-grapes:before {
  content: "\47b3";
}
.hgi-stroke.hgi-sharp.hgi-gravity:before {
  content: "\47b5";
}
.hgi-stroke.hgi-sharp.hgi-greater-than-circle:before {
  content: "\47b7";
}
.hgi-stroke.hgi-sharp.hgi-greater-than-square:before {
  content: "\47ba";
}
.hgi-stroke.hgi-sharp.hgi-greater-than:before {
  content: "\47bb";
}
.hgi-stroke.hgi-sharp.hgi-greek-helmet:before {
  content: "\47bd";
}
.hgi-stroke.hgi-sharp.hgi-green-house:before {
  content: "\47bf";
}
.hgi-stroke.hgi-sharp.hgi-grid-02:before {
  content: "\47c1";
}
.hgi-stroke.hgi-sharp.hgi-grid-off:before {
  content: "\47c3";
}
.hgi-stroke.hgi-sharp.hgi-grid-table:before {
  content: "\47c6";
}
.hgi-stroke.hgi-sharp.hgi-grid-view:before {
  content: "\47c8";
}
.hgi-stroke.hgi-sharp.hgi-grid:before {
  content: "\47c9";
}
.hgi-stroke.hgi-sharp.hgi-grimacing:before {
  content: "\47cb";
}
.hgi-stroke.hgi-sharp.hgi-grinning:before {
  content: "\47cd";
}
.hgi-stroke.hgi-sharp.hgi-grok:before {
  content: "\47cf";
}
.hgi-stroke.hgi-sharp.hgi-group-01:before {
  content: "\47d1";
}
.hgi-stroke.hgi-sharp.hgi-group-items:before {
  content: "\47d3";
}
.hgi-stroke.hgi-sharp.hgi-group-layers:before {
  content: "\47d5";
}
.hgi-stroke.hgi-sharp.hgi-guest-house:before {
  content: "\47d7";
}
.hgi-stroke.hgi-sharp.hgi-gun:before {
  content: "\47d9";
}
.hgi-stroke.hgi-sharp.hgi-gymnastic-rings:before {
  content: "\47db";
}
.hgi-stroke.hgi-sharp.hgi-gymnastic:before {
  content: "\47dd";
}
.hgi-stroke.hgi-sharp.hgi-hackerrank:before {
  content: "\47df";
}
.hgi-stroke.hgi-sharp.hgi-hair-clips:before {
  content: "\47e1";
}
.hgi-stroke.hgi-sharp.hgi-hair-dryer:before {
  content: "\47e3";
}
.hgi-stroke.hgi-sharp.hgi-haji:before {
  content: "\47e5";
}
.hgi-stroke.hgi-sharp.hgi-halal-lab:before {
  content: "\47e7";
}
.hgi-stroke.hgi-sharp.hgi-halal:before {
  content: "\47e9";
}
.hgi-stroke.hgi-sharp.hgi-hamburger-01:before {
  content: "\47eb";
}
.hgi-stroke.hgi-sharp.hgi-hamburger-02:before {
  content: "\47ed";
}
.hgi-stroke.hgi-sharp.hgi-hand-bag-01:before {
  content: "\47ef";
}
.hgi-stroke.hgi-sharp.hgi-hand-bag-02:before {
  content: "\47f1";
}
.hgi-stroke.hgi-sharp.hgi-hand-beater:before {
  content: "\47f3";
}
.hgi-stroke.hgi-sharp.hgi-hand-grip:before {
  content: "\47f5";
}
.hgi-stroke.hgi-sharp.hgi-hand-pointing-down-01:before {
  content: "\47f7";
}
.hgi-stroke.hgi-sharp.hgi-hand-pointing-down-02:before {
  content: "\47f9";
}
.hgi-stroke.hgi-sharp.hgi-hand-pointing-down-03:before {
  content: "\47fb";
}
.hgi-stroke.hgi-sharp.hgi-hand-pointing-down-04:before {
  content: "\47fd";
}
.hgi-stroke.hgi-sharp.hgi-hand-pointing-left-01:before {
  content: "\47ff";
}
.hgi-stroke.hgi-sharp.hgi-hand-pointing-left-02:before {
  content: "\4801";
}
.hgi-stroke.hgi-sharp.hgi-hand-pointing-left-03:before {
  content: "\4803";
}
.hgi-stroke.hgi-sharp.hgi-hand-pointing-left-04:before {
  content: "\4805";
}
.hgi-stroke.hgi-sharp.hgi-hand-pointing-right-01:before {
  content: "\4807";
}
.hgi-stroke.hgi-sharp.hgi-hand-pointing-right-02:before {
  content: "\4809";
}
.hgi-stroke.hgi-sharp.hgi-hand-pointing-right-03:before {
  content: "\480b";
}
.hgi-stroke.hgi-sharp.hgi-hand-pointing-right-04:before {
  content: "\480d";
}
.hgi-stroke.hgi-sharp.hgi-hand-prayer:before {
  content: "\480f";
}
.hgi-stroke.hgi-sharp.hgi-hand-sanitizer:before {
  content: "\4811";
}
.hgi-stroke.hgi-sharp.hgi-handcuffs:before {
  content: "\4813";
}
.hgi-stroke.hgi-sharp.hgi-hanger:before {
  content: "\4815";
}
.hgi-stroke.hgi-sharp.hgi-hanging-clock:before {
  content: "\4817";
}
.hgi-stroke.hgi-sharp.hgi-hangout:before {
  content: "\4819";
}
.hgi-stroke.hgi-sharp.hgi-happy:before {
  content: "\481b";
}
.hgi-stroke.hgi-sharp.hgi-hard-drive:before {
  content: "\481d";
}
.hgi-stroke.hgi-sharp.hgi-hat:before {
  content: "\481f";
}
.hgi-stroke.hgi-sharp.hgi-hdd:before {
  content: "\4821";
}
.hgi-stroke.hgi-sharp.hgi-hdr-01:before {
  content: "\4823";
}
.hgi-stroke.hgi-sharp.hgi-hdr-02:before {
  content: "\4825";
}
.hgi-stroke.hgi-sharp.hgi-heading-01:before {
  content: "\4827";
}
.hgi-stroke.hgi-sharp.hgi-heading-02:before {
  content: "\4829";
}
.hgi-stroke.hgi-sharp.hgi-heading-03:before {
  content: "\482b";
}
.hgi-stroke.hgi-sharp.hgi-heading-04:before {
  content: "\482d";
}
.hgi-stroke.hgi-sharp.hgi-heading-05:before {
  content: "\482f";
}
.hgi-stroke.hgi-sharp.hgi-heading-06:before {
  content: "\4831";
}
.hgi-stroke.hgi-sharp.hgi-heading:before {
  content: "\4833";
}
.hgi-stroke.hgi-sharp.hgi-headphone-mute:before {
  content: "\4835";
}
.hgi-stroke.hgi-sharp.hgi-headphones:before {
  content: "\4837";
}
.hgi-stroke.hgi-sharp.hgi-headset-connected:before {
  content: "\4839";
}
.hgi-stroke.hgi-sharp.hgi-headset-off:before {
  content: "\483b";
}
.hgi-stroke.hgi-sharp.hgi-headset:before {
  content: "\483d";
}
.hgi-stroke.hgi-sharp.hgi-healtcare:before {
  content: "\483f";
}
.hgi-stroke.hgi-sharp.hgi-health:before {
  content: "\4841";
}
.hgi-stroke.hgi-sharp.hgi-heart-add:before {
  content: "\4843";
}
.hgi-stroke.hgi-sharp.hgi-heart-check:before {
  content: "\4845";
}
.hgi-stroke.hgi-sharp.hgi-heart-remove:before {
  content: "\4847";
}
.hgi-stroke.hgi-sharp.hgi-heartbreak:before {
  content: "\4849";
}
.hgi-stroke.hgi-sharp.hgi-helicopter:before {
  content: "\484b";
}
.hgi-stroke.hgi-sharp.hgi-help-circle:before {
  content: "\484d";
}
.hgi-stroke.hgi-sharp.hgi-help-square:before {
  content: "\484f";
}
.hgi-stroke.hgi-sharp.hgi-hexagon-01:before {
  content: "\4851";
}
.hgi-stroke.hgi-sharp.hgi-hexagon:before {
  content: "\4853";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy-circle-01:before {
  content: "\4855";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy-circle-02:before {
  content: "\4857";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy-circle-03:before {
  content: "\4859";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy-files:before {
  content: "\485b";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy-square-01:before {
  content: "\485e";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy-square-02:before {
  content: "\4860";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy-square-03:before {
  content: "\4862";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy-square-04:before {
  content: "\4864";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy-square-05:before {
  content: "\4866";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy-square-06:before {
  content: "\4868";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy-square-07:before {
  content: "\486a";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy-square-08:before {
  content: "\486c";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy-square-10:before {
  content: "\486e";
}
.hgi-stroke.hgi-sharp.hgi-hierarchy:before {
  content: "\486f";
}
.hgi-stroke.hgi-sharp.hgi-high-heels-01:before {
  content: "\4871";
}
.hgi-stroke.hgi-sharp.hgi-high-heels-02:before {
  content: "\4873";
}
.hgi-stroke.hgi-sharp.hgi-highlighter:before {
  content: "\4875";
}
.hgi-stroke.hgi-sharp.hgi-hijab:before {
  content: "\4877";
}
.hgi-stroke.hgi-sharp.hgi-hockey:before {
  content: "\4879";
}
.hgi-stroke.hgi-sharp.hgi-hold-01:before {
  content: "\487b";
}
.hgi-stroke.hgi-sharp.hgi-hold-02:before {
  content: "\487d";
}
.hgi-stroke.hgi-sharp.hgi-hold-03:before {
  content: "\487f";
}
.hgi-stroke.hgi-sharp.hgi-hold-04:before {
  content: "\4881";
}
.hgi-stroke.hgi-sharp.hgi-hold-05:before {
  content: "\4883";
}
.hgi-stroke.hgi-sharp.hgi-hold-locked-01:before {
  content: "\4885";
}
.hgi-stroke.hgi-sharp.hgi-hold-locked-02:before {
  content: "\4887";
}
.hgi-stroke.hgi-sharp.hgi-hold-phone:before {
  content: "\4889";
}
.hgi-stroke.hgi-sharp.hgi-hologram:before {
  content: "\488b";
}
.hgi-stroke.hgi-sharp.hgi-home-01:before {
  content: "\488d";
}
.hgi-stroke.hgi-sharp.hgi-home-02:before {
  content: "\488f";
}
.hgi-stroke.hgi-sharp.hgi-home-03:before {
  content: "\4891";
}
.hgi-stroke.hgi-sharp.hgi-home-04:before {
  content: "\4893";
}
.hgi-stroke.hgi-sharp.hgi-home-05:before {
  content: "\4895";
}
.hgi-stroke.hgi-sharp.hgi-home-06:before {
  content: "\4897";
}
.hgi-stroke.hgi-sharp.hgi-home-07:before {
  content: "\4899";
}
.hgi-stroke.hgi-sharp.hgi-home-08:before {
  content: "\489b";
}
.hgi-stroke.hgi-sharp.hgi-home-09:before {
  content: "\489d";
}
.hgi-stroke.hgi-sharp.hgi-home-10:before {
  content: "\489f";
}
.hgi-stroke.hgi-sharp.hgi-home-11:before {
  content: "\48a1";
}
.hgi-stroke.hgi-sharp.hgi-home-12:before {
  content: "\48a3";
}
.hgi-stroke.hgi-sharp.hgi-home-13:before {
  content: "\48a5";
}
.hgi-stroke.hgi-sharp.hgi-home-wifi:before {
  content: "\48a7";
}
.hgi-stroke.hgi-sharp.hgi-honey-01:before {
  content: "\48a9";
}
.hgi-stroke.hgi-sharp.hgi-honey-02:before {
  content: "\48ab";
}
.hgi-stroke.hgi-sharp.hgi-honor:before {
  content: "\48ad";
}
.hgi-stroke.hgi-sharp.hgi-honour-star:before {
  content: "\48af";
}
.hgi-stroke.hgi-sharp.hgi-hoodie:before {
  content: "\48b1";
}
.hgi-stroke.hgi-sharp.hgi-horizonal-scroll-point:before {
  content: "\48b3";
}
.hgi-stroke.hgi-sharp.hgi-horizontal-resize:before {
  content: "\48b5";
}
.hgi-stroke.hgi-sharp.hgi-horse-head:before {
  content: "\48b7";
}
.hgi-stroke.hgi-sharp.hgi-horse-saddle:before {
  content: "\48b9";
}
.hgi-stroke.hgi-sharp.hgi-horse:before {
  content: "\48bb";
}
.hgi-stroke.hgi-sharp.hgi-hospital-01:before {
  content: "\48bd";
}
.hgi-stroke.hgi-sharp.hgi-hospital-02:before {
  content: "\48bf";
}
.hgi-stroke.hgi-sharp.hgi-hospital-bed-01:before {
  content: "\48c1";
}
.hgi-stroke.hgi-sharp.hgi-hospital-bed-02:before {
  content: "\48c3";
}
.hgi-stroke.hgi-sharp.hgi-hospital-location:before {
  content: "\48c5";
}
.hgi-stroke.hgi-sharp.hgi-hot-air-balloon:before {
  content: "\48c7";
}
.hgi-stroke.hgi-sharp.hgi-hot-price:before {
  content: "\48c9";
}
.hgi-stroke.hgi-sharp.hgi-hot-tube:before {
  content: "\48cb";
}
.hgi-stroke.hgi-sharp.hgi-hotdog:before {
  content: "\48cd";
}
.hgi-stroke.hgi-sharp.hgi-hotel-01:before {
  content: "\48cf";
}
.hgi-stroke.hgi-sharp.hgi-hotel-02:before {
  content: "\48d1";
}
.hgi-stroke.hgi-sharp.hgi-hotel-bell:before {
  content: "\48d3";
}
.hgi-stroke.hgi-sharp.hgi-hotspot-offline:before {
  content: "\48d5";
}
.hgi-stroke.hgi-sharp.hgi-hotspot:before {
  content: "\48d7";
}
.hgi-stroke.hgi-sharp.hgi-hourglass-off:before {
  content: "\48d9";
}
.hgi-stroke.hgi-sharp.hgi-hourglass:before {
  content: "\48db";
}
.hgi-stroke.hgi-sharp.hgi-house-01:before {
  content: "\48dd";
}
.hgi-stroke.hgi-sharp.hgi-house-02:before {
  content: "\48df";
}
.hgi-stroke.hgi-sharp.hgi-house-03:before {
  content: "\48e1";
}
.hgi-stroke.hgi-sharp.hgi-house-04:before {
  content: "\48e3";
}
.hgi-stroke.hgi-sharp.hgi-house-05:before {
  content: "\48e5";
}
.hgi-stroke.hgi-sharp.hgi-house-solar-panel:before {
  content: "\48e7";
}
.hgi-stroke.hgi-sharp.hgi-html-5:before {
  content: "\48e9";
}
.hgi-stroke.hgi-sharp.hgi-hugeicons:before {
  content: "\48eb";
}
.hgi-stroke.hgi-sharp.hgi-humidity:before {
  content: "\48ed";
}
.hgi-stroke.hgi-sharp.hgi-hut:before {
  content: "\48ef";
}
.hgi-stroke.hgi-sharp.hgi-hydro-power:before {
  content: "\48f1";
}
.hgi-stroke.hgi-sharp.hgi-hyperbole:before {
  content: "\48f3";
}
.hgi-stroke.hgi-sharp.hgi-ice-cream-01:before {
  content: "\48f5";
}
.hgi-stroke.hgi-sharp.hgi-ice-cream-02:before {
  content: "\48f7";
}
.hgi-stroke.hgi-sharp.hgi-ice-cream-03:before {
  content: "\48f9";
}
.hgi-stroke.hgi-sharp.hgi-ice-cream-04:before {
  content: "\48fb";
}
.hgi-stroke.hgi-sharp.hgi-ice-cubes:before {
  content: "\48fd";
}
.hgi-stroke.hgi-sharp.hgi-ice-hockey:before {
  content: "\48ff";
}
.hgi-stroke.hgi-sharp.hgi-ice-skating:before {
  content: "\4901";
}
.hgi-stroke.hgi-sharp.hgi-ico:before {
  content: "\4903";
}
.hgi-stroke.hgi-sharp.hgi-iconjar:before {
  content: "\4905";
}
.hgi-stroke.hgi-sharp.hgi-id-not-verified:before {
  content: "\4907";
}
.hgi-stroke.hgi-sharp.hgi-id-verified:before {
  content: "\490a";
}
.hgi-stroke.hgi-sharp.hgi-id:before {
  content: "\490b";
}
.hgi-stroke.hgi-sharp.hgi-idea-01:before {
  content: "\490d";
}
.hgi-stroke.hgi-sharp.hgi-idea:before {
  content: "\490f";
}
.hgi-stroke.hgi-sharp.hgi-identification:before {
  content: "\4911";
}
.hgi-stroke.hgi-sharp.hgi-identity-card:before {
  content: "\4913";
}
.hgi-stroke.hgi-sharp.hgi-image-01:before {
  content: "\4915";
}
.hgi-stroke.hgi-sharp.hgi-image-02:before {
  content: "\4917";
}
.hgi-stroke.hgi-sharp.hgi-image-03:before {
  content: "\4919";
}
.hgi-stroke.hgi-sharp.hgi-image-actual-size:before {
  content: "\491b";
}
.hgi-stroke.hgi-sharp.hgi-image-add-01:before {
  content: "\491d";
}
.hgi-stroke.hgi-sharp.hgi-image-add-02:before {
  content: "\491f";
}
.hgi-stroke.hgi-sharp.hgi-image-composition-oval:before {
  content: "\4921";
}
.hgi-stroke.hgi-sharp.hgi-image-composition:before {
  content: "\4923";
}
.hgi-stroke.hgi-sharp.hgi-image-counter-clockwise:before {
  content: "\4925";
}
.hgi-stroke.hgi-sharp.hgi-image-crop:before {
  content: "\4927";
}
.hgi-stroke.hgi-sharp.hgi-image-delete-01:before {
  content: "\4929";
}
.hgi-stroke.hgi-sharp.hgi-image-delete-02:before {
  content: "\492b";
}
.hgi-stroke.hgi-sharp.hgi-image-done-01:before {
  content: "\492d";
}
.hgi-stroke.hgi-sharp.hgi-image-done-02:before {
  content: "\492f";
}
.hgi-stroke.hgi-sharp.hgi-image-download-02:before {
  content: "\4931";
}
.hgi-stroke.hgi-sharp.hgi-image-download:before {
  content: "\4933";
}
.hgi-stroke.hgi-sharp.hgi-image-flip -horizontal:before {
  content: "\4935";
}
.hgi-stroke.hgi-sharp.hgi-image-flip-vertical:before {
  content: "\4937";
}
.hgi-stroke.hgi-sharp.hgi-image-not-found-01:before {
  content: "\4939";
}
.hgi-stroke.hgi-sharp.hgi-image-not-found-02:before {
  content: "\493b";
}
.hgi-stroke.hgi-sharp.hgi-image-remove-01:before {
  content: "\493d";
}
.hgi-stroke.hgi-sharp.hgi-image-remove-02:before {
  content: "\493f";
}
.hgi-stroke.hgi-sharp.hgi-image-rotation-clockwise:before {
  content: "\4941";
}
.hgi-stroke.hgi-sharp.hgi-image-upload-01:before {
  content: "\4943";
}
.hgi-stroke.hgi-sharp.hgi-image-upload:before {
  content: "\4945";
}
.hgi-stroke.hgi-sharp.hgi-imo:before {
  content: "\4947";
}
.hgi-stroke.hgi-sharp.hgi-important-book:before {
  content: "\4949";
}
.hgi-stroke.hgi-sharp.hgi-in-love:before {
  content: "\494b";
}
.hgi-stroke.hgi-sharp.hgi-inbox-check:before {
  content: "\494d";
}
.hgi-stroke.hgi-sharp.hgi-inbox-download:before {
  content: "\494f";
}
.hgi-stroke.hgi-sharp.hgi-inbox-unread:before {
  content: "\4952";
}
.hgi-stroke.hgi-sharp.hgi-inbox-upload:before {
  content: "\4954";
}
.hgi-stroke.hgi-sharp.hgi-inbox:before {
  content: "\4955";
}
.hgi-stroke.hgi-sharp.hgi-incognito:before {
  content: "\4957";
}
.hgi-stroke.hgi-sharp.hgi-india-gate:before {
  content: "\4959";
}
.hgi-stroke.hgi-sharp.hgi-inequality-01:before {
  content: "\495b";
}
.hgi-stroke.hgi-sharp.hgi-inequality-02:before {
  content: "\495d";
}
.hgi-stroke.hgi-sharp.hgi-inequality-circle-01:before {
  content: "\495f";
}
.hgi-stroke.hgi-sharp.hgi-inequality-circle-02:before {
  content: "\4961";
}
.hgi-stroke.hgi-sharp.hgi-inequality-square-01:before {
  content: "\4963";
}
.hgi-stroke.hgi-sharp.hgi-inequality-square-02:before {
  content: "\4965";
}
.hgi-stroke.hgi-sharp.hgi-infant:before {
  content: "\4967";
}
.hgi-stroke.hgi-sharp.hgi-infinity-01:before {
  content: "\4969";
}
.hgi-stroke.hgi-sharp.hgi-infinity-02:before {
  content: "\496b";
}
.hgi-stroke.hgi-sharp.hgi-infinity-circle:before {
  content: "\496d";
}
.hgi-stroke.hgi-sharp.hgi-infinity-square:before {
  content: "\496f";
}
.hgi-stroke.hgi-sharp.hgi-information-circle:before {
  content: "\4971";
}
.hgi-stroke.hgi-sharp.hgi-information-diamond:before {
  content: "\4973";
}
.hgi-stroke.hgi-sharp.hgi-information-square:before {
  content: "\4975";
}
.hgi-stroke.hgi-sharp.hgi-injection:before {
  content: "\4977";
}
.hgi-stroke.hgi-sharp.hgi-insert-bottom-image:before {
  content: "\4979";
}
.hgi-stroke.hgi-sharp.hgi-insert-center-image:before {
  content: "\497b";
}
.hgi-stroke.hgi-sharp.hgi-insert-column-left:before {
  content: "\497d";
}
.hgi-stroke.hgi-sharp.hgi-insert-column:before {
  content: "\497f";
}
.hgi-stroke.hgi-sharp.hgi-insert-pi:before {
  content: "\4981";
}
.hgi-stroke.hgi-sharp.hgi-insert-row-down:before {
  content: "\4983";
}
.hgi-stroke.hgi-sharp.hgi-insert-row-up:before {
  content: "\4986";
}
.hgi-stroke.hgi-sharp.hgi-insert-row:before {
  content: "\4987";
}
.hgi-stroke.hgi-sharp.hgi-insert-top-image:before {
  content: "\4989";
}
.hgi-stroke.hgi-sharp.hgi-inspect-code:before {
  content: "\498b";
}
.hgi-stroke.hgi-sharp.hgi-instagram:before {
  content: "\498d";
}
.hgi-stroke.hgi-sharp.hgi-installing-updates-01:before {
  content: "\498f";
}
.hgi-stroke.hgi-sharp.hgi-installing-updates-02:before {
  content: "\4991";
}
.hgi-stroke.hgi-sharp.hgi-internet-antenna-01:before {
  content: "\4993";
}
.hgi-stroke.hgi-sharp.hgi-internet-antenna-02:before {
  content: "\4995";
}
.hgi-stroke.hgi-sharp.hgi-internet-antenna-03:before {
  content: "\4997";
}
.hgi-stroke.hgi-sharp.hgi-internet-antenna-04:before {
  content: "\4999";
}
.hgi-stroke.hgi-sharp.hgi-internet:before {
  content: "\499b";
}
.hgi-stroke.hgi-sharp.hgi-investigation:before {
  content: "\499d";
}
.hgi-stroke.hgi-sharp.hgi-invoice-01:before {
  content: "\499f";
}
.hgi-stroke.hgi-sharp.hgi-invoice-02:before {
  content: "\49a1";
}
.hgi-stroke.hgi-sharp.hgi-invoice-03:before {
  content: "\49a3";
}
.hgi-stroke.hgi-sharp.hgi-invoice-04:before {
  content: "\49a5";
}
.hgi-stroke.hgi-sharp.hgi-invoice:before {
  content: "\49a7";
}
.hgi-stroke.hgi-sharp.hgi-ipod:before {
  content: "\49a9";
}
.hgi-stroke.hgi-sharp.hgi-iris-scan:before {
  content: "\49ab";
}
.hgi-stroke.hgi-sharp.hgi-island:before {
  content: "\49ad";
}
.hgi-stroke.hgi-sharp.hgi-jar:before {
  content: "\49af";
}
.hgi-stroke.hgi-sharp.hgi-java-script:before {
  content: "\49b1";
}
.hgi-stroke.hgi-sharp.hgi-java:before {
  content: "\49b3";
}
.hgi-stroke.hgi-sharp.hgi-job-link:before {
  content: "\49b5";
}
.hgi-stroke.hgi-sharp.hgi-job-search:before {
  content: "\49b7";
}
.hgi-stroke.hgi-sharp.hgi-job-share:before {
  content: "\49b9";
}
.hgi-stroke.hgi-sharp.hgi-jogger-pants:before {
  content: "\49bb";
}
.hgi-stroke.hgi-sharp.hgi-join-bevel:before {
  content: "\49bd";
}
.hgi-stroke.hgi-sharp.hgi-join-round:before {
  content: "\49bf";
}
.hgi-stroke.hgi-sharp.hgi-join-straight:before {
  content: "\49c1";
}
.hgi-stroke.hgi-sharp.hgi-joker:before {
  content: "\49c3";
}
.hgi-stroke.hgi-sharp.hgi-joystick-01:before {
  content: "\49c5";
}
.hgi-stroke.hgi-sharp.hgi-joystick-02:before {
  content: "\49c7";
}
.hgi-stroke.hgi-sharp.hgi-joystick-03:before {
  content: "\49c9";
}
.hgi-stroke.hgi-sharp.hgi-joystick-04:before {
  content: "\49cb";
}
.hgi-stroke.hgi-sharp.hgi-joystick-05:before {
  content: "\49cd";
}
.hgi-stroke.hgi-sharp.hgi-jpg-01:before {
  content: "\49cf";
}
.hgi-stroke.hgi-sharp.hgi-jpg-02:before {
  content: "\49d1";
}
.hgi-stroke.hgi-sharp.hgi-jsx-01:before {
  content: "\49d3";
}
.hgi-stroke.hgi-sharp.hgi-jsx-02:before {
  content: "\49d5";
}
.hgi-stroke.hgi-sharp.hgi-jsx-03:before {
  content: "\49d7";
}
.hgi-stroke.hgi-sharp.hgi-judge:before {
  content: "\49d9";
}
.hgi-stroke.hgi-sharp.hgi-jumpers:before {
  content: "\49db";
}
.hgi-stroke.hgi-sharp.hgi-jupiter:before {
  content: "\49dd";
}
.hgi-stroke.hgi-sharp.hgi-justice-scale-01:before {
  content: "\49df";
}
.hgi-stroke.hgi-sharp.hgi-justice-scale-02:before {
  content: "\49e1";
}
.hgi-stroke.hgi-sharp.hgi-kaaba-01:before {
  content: "\49e3";
}
.hgi-stroke.hgi-sharp.hgi-kaaba-02:before {
  content: "\49e5";
}
.hgi-stroke.hgi-sharp.hgi-kanban:before {
  content: "\49e7";
}
.hgi-stroke.hgi-sharp.hgi-kayak:before {
  content: "\49e9";
}
.hgi-stroke.hgi-sharp.hgi-keffiyeh:before {
  content: "\49eb";
}
.hgi-stroke.hgi-sharp.hgi-kettle-01:before {
  content: "\49ed";
}
.hgi-stroke.hgi-sharp.hgi-kettle:before {
  content: "\49ef";
}
.hgi-stroke.hgi-sharp.hgi-kettlebell:before {
  content: "\49f1";
}
.hgi-stroke.hgi-sharp.hgi-ketupat:before {
  content: "\49f3";
}
.hgi-stroke.hgi-sharp.hgi-key-01:before {
  content: "\49f5";
}
.hgi-stroke.hgi-sharp.hgi-key-02:before {
  content: "\49f7";
}
.hgi-stroke.hgi-sharp.hgi-key-generator-fob:before {
  content: "\49f9";
}
.hgi-stroke.hgi-sharp.hgi-keyboard:before {
  content: "\49fb";
}
.hgi-stroke.hgi-sharp.hgi-keyframe-add:before {
  content: "\49fd";
}
.hgi-stroke.hgi-sharp.hgi-keyframe-align-center:before {
  content: "\49ff";
}
.hgi-stroke.hgi-sharp.hgi-keyframe-align-horizontal:before {
  content: "\4a01";
}
.hgi-stroke.hgi-sharp.hgi-keyframe-align-vertical:before {
  content: "\4a03";
}
.hgi-stroke.hgi-sharp.hgi-keyframe-bottom:before {
  content: "\4a05";
}
.hgi-stroke.hgi-sharp.hgi-keyframe-left:before {
  content: "\4a07";
}
.hgi-stroke.hgi-sharp.hgi-keyframe-remove:before {
  content: "\4a09";
}
.hgi-stroke.hgi-sharp.hgi-keyframe-right:before {
  content: "\4a0b";
}
.hgi-stroke.hgi-sharp.hgi-keyframe-top:before {
  content: "\4a0e";
}
.hgi-stroke.hgi-sharp.hgi-keyframe:before {
  content: "\4a0f";
}
.hgi-stroke.hgi-sharp.hgi-keyframes-double-add:before {
  content: "\4a11";
}
.hgi-stroke.hgi-sharp.hgi-keyframes-double-remove:before {
  content: "\4a13";
}
.hgi-stroke.hgi-sharp.hgi-keyframes-double:before {
  content: "\4a15";
}
.hgi-stroke.hgi-sharp.hgi-keyframes-multiple-add:before {
  content: "\4a17";
}
.hgi-stroke.hgi-sharp.hgi-keyframes-multiple-remove:before {
  content: "\4a19";
}
.hgi-stroke.hgi-sharp.hgi-keyframes-multiple:before {
  content: "\4a1b";
}
.hgi-stroke.hgi-sharp.hgi-kickstarter-01:before {
  content: "\4a1d";
}
.hgi-stroke.hgi-sharp.hgi-kickstarter-02:before {
  content: "\4a1f";
}
.hgi-stroke.hgi-sharp.hgi-kid:before {
  content: "\4a21";
}
.hgi-stroke.hgi-sharp.hgi-kidneys:before {
  content: "\4a23";
}
.hgi-stroke.hgi-sharp.hgi-kissing:before {
  content: "\4a25";
}
.hgi-stroke.hgi-sharp.hgi-kitchen-utensils:before {
  content: "\4a27";
}
.hgi-stroke.hgi-sharp.hgi-kite:before {
  content: "\4a29";
}
.hgi-stroke.hgi-sharp.hgi-klarna:before {
  content: "\4a2b";
}
.hgi-stroke.hgi-sharp.hgi-knife-01:before {
  content: "\4a2d";
}
.hgi-stroke.hgi-sharp.hgi-knife-02:before {
  content: "\4a2f";
}
.hgi-stroke.hgi-sharp.hgi-knife-bread:before {
  content: "\4a31";
}
.hgi-stroke.hgi-sharp.hgi-knight-shield:before {
  content: "\4a33";
}
.hgi-stroke.hgi-sharp.hgi-knives:before {
  content: "\4a35";
}
.hgi-stroke.hgi-sharp.hgi-knowledge-01:before {
  content: "\4a37";
}
.hgi-stroke.hgi-sharp.hgi-knowledge-02:before {
  content: "\4a39";
}
.hgi-stroke.hgi-sharp.hgi-ko-fi:before {
  content: "\4a3b";
}
.hgi-stroke.hgi-sharp.hgi-kurta-01:before {
  content: "\4a3d";
}
.hgi-stroke.hgi-sharp.hgi-kurta:before {
  content: "\4a3f";
}
.hgi-stroke.hgi-sharp.hgi-label-important:before {
  content: "\4a41";
}
.hgi-stroke.hgi-sharp.hgi-label:before {
  content: "\4a43";
}
.hgi-stroke.hgi-sharp.hgi-labor:before {
  content: "\4a45";
}
.hgi-stroke.hgi-sharp.hgi-labs:before {
  content: "\4a47";
}
.hgi-stroke.hgi-sharp.hgi-lake:before {
  content: "\4a49";
}
.hgi-stroke.hgi-sharp.hgi-lamp-01:before {
  content: "\4a4b";
}
.hgi-stroke.hgi-sharp.hgi-lamp-02:before {
  content: "\4a4d";
}
.hgi-stroke.hgi-sharp.hgi-lamp-03:before {
  content: "\4a4f";
}
.hgi-stroke.hgi-sharp.hgi-lamp-04:before {
  content: "\4a51";
}
.hgi-stroke.hgi-sharp.hgi-lamp-05:before {
  content: "\4a53";
}
.hgi-stroke.hgi-sharp.hgi-lamp:before {
  content: "\4a55";
}
.hgi-stroke.hgi-sharp.hgi-language-circle:before {
  content: "\4a57";
}
.hgi-stroke.hgi-sharp.hgi-language-skill:before {
  content: "\4a59";
}
.hgi-stroke.hgi-sharp.hgi-language-square:before {
  content: "\4a5b";
}
.hgi-stroke.hgi-sharp.hgi-lantern:before {
  content: "\4a5d";
}
.hgi-stroke.hgi-sharp.hgi-laptop-add:before {
  content: "\4a5f";
}
.hgi-stroke.hgi-sharp.hgi-laptop-charging:before {
  content: "\4a61";
}
.hgi-stroke.hgi-sharp.hgi-laptop-check:before {
  content: "\4a63";
}
.hgi-stroke.hgi-sharp.hgi-laptop-cloud:before {
  content: "\4a65";
}
.hgi-stroke.hgi-sharp.hgi-laptop-issue:before {
  content: "\4a67";
}
.hgi-stroke.hgi-sharp.hgi-laptop-performance:before {
  content: "\4a69";
}
.hgi-stroke.hgi-sharp.hgi-laptop-phone-sync:before {
  content: "\4a6b";
}
.hgi-stroke.hgi-sharp.hgi-laptop-programming:before {
  content: "\4a6d";
}
.hgi-stroke.hgi-sharp.hgi-laptop-remove:before {
  content: "\4a6f";
}
.hgi-stroke.hgi-sharp.hgi-laptop-settings:before {
  content: "\4a72";
}
.hgi-stroke.hgi-sharp.hgi-laptop-video:before {
  content: "\4a74";
}
.hgi-stroke.hgi-sharp.hgi-laptop:before {
  content: "\4a75";
}
.hgi-stroke.hgi-sharp.hgi-lasso-tool-01:before {
  content: "\4a77";
}
.hgi-stroke.hgi-sharp.hgi-lasso-tool-02:before {
  content: "\4a79";
}
.hgi-stroke.hgi-sharp.hgi-last-fm:before {
  content: "\4a7b";
}
.hgi-stroke.hgi-sharp.hgi-latitude:before {
  content: "\4a7d";
}
.hgi-stroke.hgi-sharp.hgi-laughing:before {
  content: "\4a7f";
}
.hgi-stroke.hgi-sharp.hgi-laurel-wreath-01:before {
  content: "\4a81";
}
.hgi-stroke.hgi-sharp.hgi-laurel-wreath-02:before {
  content: "\4a83";
}
.hgi-stroke.hgi-sharp.hgi-laurel-wreath-first-01:before {
  content: "\4a85";
}
.hgi-stroke.hgi-sharp.hgi-laurel-wreath-first-02:before {
  content: "\4a87";
}
.hgi-stroke.hgi-sharp.hgi-laurel-wreath-left-01:before {
  content: "\4a89";
}
.hgi-stroke.hgi-sharp.hgi-laurel-wreath-left-02:before {
  content: "\4a8b";
}
.hgi-stroke.hgi-sharp.hgi-laurel-wreath-left-03:before {
  content: "\4a8d";
}
.hgi-stroke.hgi-sharp.hgi-laurel-wreath-right-01:before {
  content: "\4a8f";
}
.hgi-stroke.hgi-sharp.hgi-laurel-wreath-right-02:before {
  content: "\4a91";
}
.hgi-stroke.hgi-sharp.hgi-laurel-wreath-right-03:before {
  content: "\4a93";
}
.hgi-stroke.hgi-sharp.hgi-layer-add:before {
  content: "\4a95";
}
.hgi-stroke.hgi-sharp.hgi-layer-mask-01:before {
  content: "\4a97";
}
.hgi-stroke.hgi-sharp.hgi-layer-mask-02:before {
  content: "\4a99";
}
.hgi-stroke.hgi-sharp.hgi-layers-01:before {
  content: "\4a9b";
}
.hgi-stroke.hgi-sharp.hgi-layers-02:before {
  content: "\4a9d";
}
.hgi-stroke.hgi-sharp.hgi-layers-logo:before {
  content: "\4a9f";
}
.hgi-stroke.hgi-sharp.hgi-layout-01:before {
  content: "\4aa1";
}
.hgi-stroke.hgi-sharp.hgi-layout-02:before {
  content: "\4aa3";
}
.hgi-stroke.hgi-sharp.hgi-layout-03:before {
  content: "\4aa5";
}
.hgi-stroke.hgi-sharp.hgi-layout-04:before {
  content: "\4aa7";
}
.hgi-stroke.hgi-sharp.hgi-layout-05:before {
  content: "\4aa9";
}
.hgi-stroke.hgi-sharp.hgi-layout-06:before {
  content: "\4aab";
}
.hgi-stroke.hgi-sharp.hgi-layout-07:before {
  content: "\4aad";
}
.hgi-stroke.hgi-sharp.hgi-layout-2-column:before {
  content: "\4aaf";
}
.hgi-stroke.hgi-sharp.hgi-layout-2-row:before {
  content: "\4ab1";
}
.hgi-stroke.hgi-sharp.hgi-layout-3-column:before {
  content: "\4ab3";
}
.hgi-stroke.hgi-sharp.hgi-layout-3-row:before {
  content: "\4ab5";
}
.hgi-stroke.hgi-sharp.hgi-layout-bottom:before {
  content: "\4ab7";
}
.hgi-stroke.hgi-sharp.hgi-layout-grid:before {
  content: "\4ab9";
}
.hgi-stroke.hgi-sharp.hgi-layout-left:before {
  content: "\4abb";
}
.hgi-stroke.hgi-sharp.hgi-layout-right:before {
  content: "\4abd";
}
.hgi-stroke.hgi-sharp.hgi-layout-table-01:before {
  content: "\4abf";
}
.hgi-stroke.hgi-sharp.hgi-layout-table-02:before {
  content: "\4ac1";
}
.hgi-stroke.hgi-sharp.hgi-layout-top:before {
  content: "\4ac3";
}
.hgi-stroke.hgi-sharp.hgi-leaf-01:before {
  content: "\4ac5";
}
.hgi-stroke.hgi-sharp.hgi-leaf-02:before {
  content: "\4ac7";
}
.hgi-stroke.hgi-sharp.hgi-leaf-03:before {
  content: "\4ac9";
}
.hgi-stroke.hgi-sharp.hgi-leaf-04:before {
  content: "\4acb";
}
.hgi-stroke.hgi-sharp.hgi-leaving-geo-fence:before {
  content: "\4acd";
}
.hgi-stroke.hgi-sharp.hgi-leetcode:before {
  content: "\4acf";
}
.hgi-stroke.hgi-sharp.hgi-left-angle:before {
  content: "\4ad1";
}
.hgi-stroke.hgi-sharp.hgi-left-to-right-block-quote:before {
  content: "\4ad3";
}
.hgi-stroke.hgi-sharp.hgi-left-to-right-list-bullet:before {
  content: "\4ad5";
}
.hgi-stroke.hgi-sharp.hgi-left-to-right-list-dash:before {
  content: "\4ad7";
}
.hgi-stroke.hgi-sharp.hgi-left-to-right-list-number:before {
  content: "\4ad9";
}
.hgi-stroke.hgi-sharp.hgi-left-to-right-list-star-01:before {
  content: "\4adb";
}
.hgi-stroke.hgi-sharp.hgi-left-to-right-list-star:before {
  content: "\4add";
}
.hgi-stroke.hgi-sharp.hgi-left-to-right-list-triangle:before {
  content: "\4adf";
}
.hgi-stroke.hgi-sharp.hgi-left-triangle:before {
  content: "\4ae1";
}
.hgi-stroke.hgi-sharp.hgi-legal-01:before {
  content: "\4ae3";
}
.hgi-stroke.hgi-sharp.hgi-legal-02:before {
  content: "\4ae5";
}
.hgi-stroke.hgi-sharp.hgi-legal-document-01:before {
  content: "\4ae7";
}
.hgi-stroke.hgi-sharp.hgi-legal-document-02:before {
  content: "\4ae9";
}
.hgi-stroke.hgi-sharp.hgi-legal-hammer:before {
  content: "\4aeb";
}
.hgi-stroke.hgi-sharp.hgi-less-than-circle:before {
  content: "\4aed";
}
.hgi-stroke.hgi-sharp.hgi-less-than-square:before {
  content: "\4af0";
}
.hgi-stroke.hgi-sharp.hgi-less-than:before {
  content: "\4af1";
}
.hgi-stroke.hgi-sharp.hgi-letter-spacing:before {
  content: "\4af3";
}
.hgi-stroke.hgi-sharp.hgi-libraries:before {
  content: "\4af5";
}
.hgi-stroke.hgi-sharp.hgi-library:before {
  content: "\4af7";
}
.hgi-stroke.hgi-sharp.hgi-license-draft:before {
  content: "\4af9";
}
.hgi-stroke.hgi-sharp.hgi-license-maintenance:before {
  content: "\4afb";
}
.hgi-stroke.hgi-sharp.hgi-license-no:before {
  content: "\4afd";
}
.hgi-stroke.hgi-sharp.hgi-license-pin:before {
  content: "\4aff";
}
.hgi-stroke.hgi-sharp.hgi-license-third-party:before {
  content: "\4b02";
}
.hgi-stroke.hgi-sharp.hgi-license:before {
  content: "\4b03";
}
.hgi-stroke.hgi-sharp.hgi-lift-truck:before {
  content: "\4b05";
}
.hgi-stroke.hgi-sharp.hgi-lighthouse:before {
  content: "\4b07";
}
.hgi-stroke.hgi-sharp.hgi-limit-order:before {
  content: "\4b09";
}
.hgi-stroke.hgi-sharp.hgi-limitation:before {
  content: "\4b0b";
}
.hgi-stroke.hgi-sharp.hgi-line:before {
  content: "\4b0d";
}
.hgi-stroke.hgi-sharp.hgi-liner:before {
  content: "\4b0f";
}
.hgi-stroke.hgi-sharp.hgi-link-01:before {
  content: "\4b11";
}
.hgi-stroke.hgi-sharp.hgi-link-02:before {
  content: "\4b13";
}
.hgi-stroke.hgi-sharp.hgi-link-03:before {
  content: "\4b15";
}
.hgi-stroke.hgi-sharp.hgi-link-04:before {
  content: "\4b17";
}
.hgi-stroke.hgi-sharp.hgi-link-05:before {
  content: "\4b19";
}
.hgi-stroke.hgi-sharp.hgi-link-06:before {
  content: "\4b1b";
}
.hgi-stroke.hgi-sharp.hgi-link-backward:before {
  content: "\4b1d";
}
.hgi-stroke.hgi-sharp.hgi-link-circle-02:before {
  content: "\4b1f";
}
.hgi-stroke.hgi-sharp.hgi-link-circle:before {
  content: "\4b21";
}
.hgi-stroke.hgi-sharp.hgi-link-forward:before {
  content: "\4b23";
}
.hgi-stroke.hgi-sharp.hgi-link-square-01:before {
  content: "\4b25";
}
.hgi-stroke.hgi-sharp.hgi-link-square-02:before {
  content: "\4b27";
}
.hgi-stroke.hgi-sharp.hgi-linkedin-01:before {
  content: "\4b29";
}
.hgi-stroke.hgi-sharp.hgi-linkedin-02:before {
  content: "\4b2b";
}
.hgi-stroke.hgi-sharp.hgi-list-setting:before {
  content: "\4b2d";
}
.hgi-stroke.hgi-sharp.hgi-list-view:before {
  content: "\4b2f";
}
.hgi-stroke.hgi-sharp.hgi-litecoin:before {
  content: "\4b31";
}
.hgi-stroke.hgi-sharp.hgi-live-streaming-01:before {
  content: "\4b33";
}
.hgi-stroke.hgi-sharp.hgi-live-streaming-02:before {
  content: "\4b35";
}
.hgi-stroke.hgi-sharp.hgi-live-streaming-03:before {
  content: "\4b37";
}
.hgi-stroke.hgi-sharp.hgi-liver:before {
  content: "\4b39";
}
.hgi-stroke.hgi-sharp.hgi-loading-01:before {
  content: "\4b3b";
}
.hgi-stroke.hgi-sharp.hgi-loading-02:before {
  content: "\4b3d";
}
.hgi-stroke.hgi-sharp.hgi-loading-03:before {
  content: "\4b3f";
}
.hgi-stroke.hgi-sharp.hgi-loading-04:before {
  content: "\4b41";
}
.hgi-stroke.hgi-sharp.hgi-location-01:before {
  content: "\4b43";
}
.hgi-stroke.hgi-sharp.hgi-location-02:before {
  content: "\4b45";
}
.hgi-stroke.hgi-sharp.hgi-location-03:before {
  content: "\4b47";
}
.hgi-stroke.hgi-sharp.hgi-location-04:before {
  content: "\4b49";
}
.hgi-stroke.hgi-sharp.hgi-location-05:before {
  content: "\4b4b";
}
.hgi-stroke.hgi-sharp.hgi-location-06:before {
  content: "\4b4d";
}
.hgi-stroke.hgi-sharp.hgi-location-07:before {
  content: "\4b4f";
}
.hgi-stroke.hgi-sharp.hgi-location-08:before {
  content: "\4b51";
}
.hgi-stroke.hgi-sharp.hgi-location-09:before {
  content: "\4b53";
}
.hgi-stroke.hgi-sharp.hgi-location-10:before {
  content: "\4b55";
}
.hgi-stroke.hgi-sharp.hgi-location-add-01:before {
  content: "\4b57";
}
.hgi-stroke.hgi-sharp.hgi-location-add-02:before {
  content: "\4b59";
}
.hgi-stroke.hgi-sharp.hgi-location-check-01:before {
  content: "\4b5b";
}
.hgi-stroke.hgi-sharp.hgi-location-check-02:before {
  content: "\4b5d";
}
.hgi-stroke.hgi-sharp.hgi-location-favourite-01:before {
  content: "\4b5f";
}
.hgi-stroke.hgi-sharp.hgi-location-favourite-02:before {
  content: "\4b61";
}
.hgi-stroke.hgi-sharp.hgi-location-offline-01:before {
  content: "\4b63";
}
.hgi-stroke.hgi-sharp.hgi-location-offline-02:before {
  content: "\4b65";
}
.hgi-stroke.hgi-sharp.hgi-location-offline-03:before {
  content: "\4b67";
}
.hgi-stroke.hgi-sharp.hgi-location-offline-04:before {
  content: "\4b69";
}
.hgi-stroke.hgi-sharp.hgi-location-remove-01:before {
  content: "\4b6b";
}
.hgi-stroke.hgi-sharp.hgi-location-remove-02:before {
  content: "\4b6d";
}
.hgi-stroke.hgi-sharp.hgi-location-share-01:before {
  content: "\4b6f";
}
.hgi-stroke.hgi-sharp.hgi-location-share-02:before {
  content: "\4b71";
}
.hgi-stroke.hgi-sharp.hgi-location-star-01:before {
  content: "\4b73";
}
.hgi-stroke.hgi-sharp.hgi-location-star-02:before {
  content: "\4b75";
}
.hgi-stroke.hgi-sharp.hgi-location-update-01:before {
  content: "\4b77";
}
.hgi-stroke.hgi-sharp.hgi-location-update-02:before {
  content: "\4b79";
}
.hgi-stroke.hgi-sharp.hgi-location-user-01:before {
  content: "\4b7b";
}
.hgi-stroke.hgi-sharp.hgi-location-user-02:before {
  content: "\4b7d";
}
.hgi-stroke.hgi-sharp.hgi-location-user-03:before {
  content: "\4b7f";
}
.hgi-stroke.hgi-sharp.hgi-location-user-04:before {
  content: "\4b81";
}
.hgi-stroke.hgi-sharp.hgi-lock-computer:before {
  content: "\4b83";
}
.hgi-stroke.hgi-sharp.hgi-lock-key:before {
  content: "\4b85";
}
.hgi-stroke.hgi-sharp.hgi-lock-password:before {
  content: "\4b87";
}
.hgi-stroke.hgi-sharp.hgi-lock-sync-01:before {
  content: "\4b8a";
}
.hgi-stroke.hgi-sharp.hgi-lock-sync-02:before {
  content: "\4b8c";
}
.hgi-stroke.hgi-sharp.hgi-lock:before {
  content: "\4b8d";
}
.hgi-stroke.hgi-sharp.hgi-locked:before {
  content: "\4b8f";
}
.hgi-stroke.hgi-sharp.hgi-locker-01:before {
  content: "\4b91";
}
.hgi-stroke.hgi-sharp.hgi-locker:before {
  content: "\4b93";
}
.hgi-stroke.hgi-sharp.hgi-login-01:before {
  content: "\4b95";
}
.hgi-stroke.hgi-sharp.hgi-login-02:before {
  content: "\4b97";
}
.hgi-stroke.hgi-sharp.hgi-login-03:before {
  content: "\4b99";
}
.hgi-stroke.hgi-sharp.hgi-login-circle-01:before {
  content: "\4b9b";
}
.hgi-stroke.hgi-sharp.hgi-login-circle-02:before {
  content: "\4b9d";
}
.hgi-stroke.hgi-sharp.hgi-login-method:before {
  content: "\4b9f";
}
.hgi-stroke.hgi-sharp.hgi-login-square-01:before {
  content: "\4ba1";
}
.hgi-stroke.hgi-sharp.hgi-login-square-02:before {
  content: "\4ba3";
}
.hgi-stroke.hgi-sharp.hgi-logout-01:before {
  content: "\4ba5";
}
.hgi-stroke.hgi-sharp.hgi-logout-02:before {
  content: "\4ba7";
}
.hgi-stroke.hgi-sharp.hgi-logout-03:before {
  content: "\4ba9";
}
.hgi-stroke.hgi-sharp.hgi-logout-04:before {
  content: "\4bab";
}
.hgi-stroke.hgi-sharp.hgi-logout-05:before {
  content: "\4bad";
}
.hgi-stroke.hgi-sharp.hgi-logout-circle-01:before {
  content: "\4baf";
}
.hgi-stroke.hgi-sharp.hgi-logout-circle-02:before {
  content: "\4bb1";
}
.hgi-stroke.hgi-sharp.hgi-logout-square-01:before {
  content: "\4bb3";
}
.hgi-stroke.hgi-sharp.hgi-logout-square-02:before {
  content: "\4bb5";
}
.hgi-stroke.hgi-sharp.hgi-lollipop:before {
  content: "\4bb7";
}
.hgi-stroke.hgi-sharp.hgi-long-sleeve-shirt:before {
  content: "\4bb9";
}
.hgi-stroke.hgi-sharp.hgi-longitude:before {
  content: "\4bbb";
}
.hgi-stroke.hgi-sharp.hgi-look-bottom:before {
  content: "\4bbd";
}
.hgi-stroke.hgi-sharp.hgi-look-left:before {
  content: "\4bbf";
}
.hgi-stroke.hgi-sharp.hgi-look-right:before {
  content: "\4bc1";
}
.hgi-stroke.hgi-sharp.hgi-look-top:before {
  content: "\4bc3";
}
.hgi-stroke.hgi-sharp.hgi-loom:before {
  content: "\4bc5";
}
.hgi-stroke.hgi-sharp.hgi-lottiefiles:before {
  content: "\4bc7";
}
.hgi-stroke.hgi-sharp.hgi-love-korean-finger:before {
  content: "\4bc9";
}
.hgi-stroke.hgi-sharp.hgi-low-signal:before {
  content: "\4bcb";
}
.hgi-stroke.hgi-sharp.hgi-loyalty-card:before {
  content: "\4bcd";
}
.hgi-stroke.hgi-sharp.hgi-luggage-01:before {
  content: "\4bcf";
}
.hgi-stroke.hgi-sharp.hgi-luggage-02:before {
  content: "\4bd1";
}
.hgi-stroke.hgi-sharp.hgi-lungs:before {
  content: "\4bd3";
}
.hgi-stroke.hgi-sharp.hgi-machine-robot:before {
  content: "\4bd5";
}
.hgi-stroke.hgi-sharp.hgi-magic-wand-01:before {
  content: "\4bd7";
}
.hgi-stroke.hgi-sharp.hgi-magic-wand-02:before {
  content: "\4bd9";
}
.hgi-stroke.hgi-sharp.hgi-magic-wand-03:before {
  content: "\4bdb";
}
.hgi-stroke.hgi-sharp.hgi-magic-wand-04:before {
  content: "\4bdd";
}
.hgi-stroke.hgi-sharp.hgi-magnet-01:before {
  content: "\4bdf";
}
.hgi-stroke.hgi-sharp.hgi-magnet-02:before {
  content: "\4be1";
}
.hgi-stroke.hgi-sharp.hgi-magnet:before {
  content: "\4be3";
}
.hgi-stroke.hgi-sharp.hgi-mail-01:before {
  content: "\4be5";
}
.hgi-stroke.hgi-sharp.hgi-mail-02:before {
  content: "\4be7";
}
.hgi-stroke.hgi-sharp.hgi-mail-account-01:before {
  content: "\4be9";
}
.hgi-stroke.hgi-sharp.hgi-mail-account-02:before {
  content: "\4beb";
}
.hgi-stroke.hgi-sharp.hgi-mail-add-01:before {
  content: "\4bed";
}
.hgi-stroke.hgi-sharp.hgi-mail-add-02:before {
  content: "\4bef";
}
.hgi-stroke.hgi-sharp.hgi-mail-at-sign-01:before {
  content: "\4bf1";
}
.hgi-stroke.hgi-sharp.hgi-mail-at-sign-02:before {
  content: "\4bf3";
}
.hgi-stroke.hgi-sharp.hgi-mail-block-01:before {
  content: "\4bf5";
}
.hgi-stroke.hgi-sharp.hgi-mail-block-02:before {
  content: "\4bf7";
}
.hgi-stroke.hgi-sharp.hgi-mail-download-01:before {
  content: "\4bf9";
}
.hgi-stroke.hgi-sharp.hgi-mail-download-02:before {
  content: "\4bfb";
}
.hgi-stroke.hgi-sharp.hgi-mail-edit-01:before {
  content: "\4bfd";
}
.hgi-stroke.hgi-sharp.hgi-mail-edit-02:before {
  content: "\4bff";
}
.hgi-stroke.hgi-sharp.hgi-mail-lock-01:before {
  content: "\4c01";
}
.hgi-stroke.hgi-sharp.hgi-mail-lock-02:before {
  content: "\4c03";
}
.hgi-stroke.hgi-sharp.hgi-mail-love-01:before {
  content: "\4c05";
}
.hgi-stroke.hgi-sharp.hgi-mail-love-02:before {
  content: "\4c07";
}
.hgi-stroke.hgi-sharp.hgi-mail-minus-01:before {
  content: "\4c09";
}
.hgi-stroke.hgi-sharp.hgi-mail-minus-02:before {
  content: "\4c0b";
}
.hgi-stroke.hgi-sharp.hgi-mail-open-01:before {
  content: "\4c0d";
}
.hgi-stroke.hgi-sharp.hgi-mail-open-02:before {
  content: "\4c0f";
}
.hgi-stroke.hgi-sharp.hgi-mail-open-love:before {
  content: "\4c11";
}
.hgi-stroke.hgi-sharp.hgi-mail-open:before {
  content: "\4c13";
}
.hgi-stroke.hgi-sharp.hgi-mail-receive-01:before {
  content: "\4c15";
}
.hgi-stroke.hgi-sharp.hgi-mail-receive-02:before {
  content: "\4c17";
}
.hgi-stroke.hgi-sharp.hgi-mail-remove-01:before {
  content: "\4c19";
}
.hgi-stroke.hgi-sharp.hgi-mail-remove-02:before {
  content: "\4c1b";
}
.hgi-stroke.hgi-sharp.hgi-mail-reply-01:before {
  content: "\4c1d";
}
.hgi-stroke.hgi-sharp.hgi-mail-reply-02:before {
  content: "\4c1f";
}
.hgi-stroke.hgi-sharp.hgi-mail-reply-all-01:before {
  content: "\4c21";
}
.hgi-stroke.hgi-sharp.hgi-mail-reply-all-02:before {
  content: "\4c23";
}
.hgi-stroke.hgi-sharp.hgi-mail-search-01:before {
  content: "\4c25";
}
.hgi-stroke.hgi-sharp.hgi-mail-search-02:before {
  content: "\4c27";
}
.hgi-stroke.hgi-sharp.hgi-mail-secure-01:before {
  content: "\4c29";
}
.hgi-stroke.hgi-sharp.hgi-mail-secure-02:before {
  content: "\4c2b";
}
.hgi-stroke.hgi-sharp.hgi-mail-send-01:before {
  content: "\4c2d";
}
.hgi-stroke.hgi-sharp.hgi-mail-send-02:before {
  content: "\4c2f";
}
.hgi-stroke.hgi-sharp.hgi-mail-setting-01:before {
  content: "\4c31";
}
.hgi-stroke.hgi-sharp.hgi-mail-setting-02:before {
  content: "\4c33";
}
.hgi-stroke.hgi-sharp.hgi-mail-unlock-01:before {
  content: "\4c35";
}
.hgi-stroke.hgi-sharp.hgi-mail-unlock-02:before {
  content: "\4c37";
}
.hgi-stroke.hgi-sharp.hgi-mail-upload-01:before {
  content: "\4c39";
}
.hgi-stroke.hgi-sharp.hgi-mail-upload-02:before {
  content: "\4c3b";
}
.hgi-stroke.hgi-sharp.hgi-mail-validation-01:before {
  content: "\4c3d";
}
.hgi-stroke.hgi-sharp.hgi-mail-validation-02:before {
  content: "\4c3f";
}
.hgi-stroke.hgi-sharp.hgi-mail-voice-01:before {
  content: "\4c41";
}
.hgi-stroke.hgi-sharp.hgi-mail-voice-02:before {
  content: "\4c43";
}
.hgi-stroke.hgi-sharp.hgi-mailbox-01:before {
  content: "\4c45";
}
.hgi-stroke.hgi-sharp.hgi-mailbox:before {
  content: "\4c47";
}
.hgi-stroke.hgi-sharp.hgi-male-02:before {
  content: "\4c49";
}
.hgi-stroke.hgi-sharp.hgi-male-symbol:before {
  content: "\4c4b";
}
.hgi-stroke.hgi-sharp.hgi-man-woman:before {
  content: "\4c4e";
}
.hgi-stroke.hgi-sharp.hgi-man:before {
  content: "\4c4f";
}
.hgi-stroke.hgi-sharp.hgi-manager:before {
  content: "\4c51";
}
.hgi-stroke.hgi-sharp.hgi-map-pin:before {
  content: "\4c53";
}
.hgi-stroke.hgi-sharp.hgi-map-pinpoint-01:before {
  content: "\4c55";
}
.hgi-stroke.hgi-sharp.hgi-map-pinpoint-02:before {
  content: "\4c57";
}
.hgi-stroke.hgi-sharp.hgi-maping:before {
  content: "\4c59";
}
.hgi-stroke.hgi-sharp.hgi-maps-circle-01:before {
  content: "\4c5b";
}
.hgi-stroke.hgi-sharp.hgi-maps-circle-02:before {
  content: "\4c5d";
}
.hgi-stroke.hgi-sharp.hgi-maps-editing:before {
  content: "\4c5f";
}
.hgi-stroke.hgi-sharp.hgi-maps-global-01:before {
  content: "\4c61";
}
.hgi-stroke.hgi-sharp.hgi-maps-global-02:before {
  content: "\4c63";
}
.hgi-stroke.hgi-sharp.hgi-maps-location-01:before {
  content: "\4c65";
}
.hgi-stroke.hgi-sharp.hgi-maps-location-02:before {
  content: "\4c67";
}
.hgi-stroke.hgi-sharp.hgi-maps-off:before {
  content: "\4c69";
}
.hgi-stroke.hgi-sharp.hgi-maps-refresh:before {
  content: "\4c6b";
}
.hgi-stroke.hgi-sharp.hgi-maps-search:before {
  content: "\4c6d";
}
.hgi-stroke.hgi-sharp.hgi-maps-square-01:before {
  content: "\4c70";
}
.hgi-stroke.hgi-sharp.hgi-maps-square-02:before {
  content: "\4c72";
}
.hgi-stroke.hgi-sharp.hgi-maps:before {
  content: "\4c73";
}
.hgi-stroke.hgi-sharp.hgi-market-analysis:before {
  content: "\4c75";
}
.hgi-stroke.hgi-sharp.hgi-market-order:before {
  content: "\4c77";
}
.hgi-stroke.hgi-sharp.hgi-marketing:before {
  content: "\4c79";
}
.hgi-stroke.hgi-sharp.hgi-mask-love:before {
  content: "\4c7b";
}
.hgi-stroke.hgi-sharp.hgi-mask:before {
  content: "\4c7d";
}
.hgi-stroke.hgi-sharp.hgi-master-card:before {
  content: "\4c7f";
}
.hgi-stroke.hgi-sharp.hgi-mastodon:before {
  content: "\4c81";
}
.hgi-stroke.hgi-sharp.hgi-matches:before {
  content: "\4c83";
}
.hgi-stroke.hgi-sharp.hgi-material-and-texture:before {
  content: "\4c85";
}
.hgi-stroke.hgi-sharp.hgi-math:before {
  content: "\4c87";
}
.hgi-stroke.hgi-sharp.hgi-matrix:before {
  content: "\4c89";
}
.hgi-stroke.hgi-sharp.hgi-maximize-01:before {
  content: "\4c8b";
}
.hgi-stroke.hgi-sharp.hgi-maximize-02:before {
  content: "\4c8d";
}
.hgi-stroke.hgi-sharp.hgi-maximize-03:before {
  content: "\4c8f";
}
.hgi-stroke.hgi-sharp.hgi-maximize-04:before {
  content: "\4c91";
}
.hgi-stroke.hgi-sharp.hgi-maximize-screen:before {
  content: "\4c93";
}
.hgi-stroke.hgi-sharp.hgi-mayan-pyramid:before {
  content: "\4c95";
}
.hgi-stroke.hgi-sharp.hgi-maze:before {
  content: "\4c97";
}
.hgi-stroke.hgi-sharp.hgi-medal-01:before {
  content: "\4c99";
}
.hgi-stroke.hgi-sharp.hgi-medal-02:before {
  content: "\4c9b";
}
.hgi-stroke.hgi-sharp.hgi-medal-03:before {
  content: "\4c9d";
}
.hgi-stroke.hgi-sharp.hgi-medal-04:before {
  content: "\4c9f";
}
.hgi-stroke.hgi-sharp.hgi-medal-05:before {
  content: "\4ca1";
}
.hgi-stroke.hgi-sharp.hgi-medal-06:before {
  content: "\4ca3";
}
.hgi-stroke.hgi-sharp.hgi-medal-07:before {
  content: "\4ca5";
}
.hgi-stroke.hgi-sharp.hgi-medal-first-place:before {
  content: "\4ca7";
}
.hgi-stroke.hgi-sharp.hgi-medal-second-place:before {
  content: "\4ca9";
}
.hgi-stroke.hgi-sharp.hgi-medal-third-place:before {
  content: "\4cab";
}
.hgi-stroke.hgi-sharp.hgi-medical-file:before {
  content: "\4cad";
}
.hgi-stroke.hgi-sharp.hgi-medical-mask:before {
  content: "\4caf";
}
.hgi-stroke.hgi-sharp.hgi-medicine-01:before {
  content: "\4cb1";
}
.hgi-stroke.hgi-sharp.hgi-medicine-02:before {
  content: "\4cb3";
}
.hgi-stroke.hgi-sharp.hgi-medicine-bottle-01:before {
  content: "\4cb5";
}
.hgi-stroke.hgi-sharp.hgi-medicine-bottle-02:before {
  content: "\4cb7";
}
.hgi-stroke.hgi-sharp.hgi-medicine-syrup:before {
  content: "\4cb9";
}
.hgi-stroke.hgi-sharp.hgi-medium-signal:before {
  content: "\4cbc";
}
.hgi-stroke.hgi-sharp.hgi-medium-square:before {
  content: "\4cbe";
}
.hgi-stroke.hgi-sharp.hgi-medium:before {
  content: "\4cbf";
}
.hgi-stroke.hgi-sharp.hgi-meeting-room:before {
  content: "\4cc1";
}
.hgi-stroke.hgi-sharp.hgi-megaphone-01:before {
  content: "\4cc3";
}
.hgi-stroke.hgi-sharp.hgi-megaphone-02:before {
  content: "\4cc5";
}
.hgi-stroke.hgi-sharp.hgi-megaphone-03:before {
  content: "\4cc7";
}
.hgi-stroke.hgi-sharp.hgi-meh:before {
  content: "\4cc9";
}
.hgi-stroke.hgi-sharp.hgi-mentor:before {
  content: "\4ccb";
}
.hgi-stroke.hgi-sharp.hgi-mentoring:before {
  content: "\4ccd";
}
.hgi-stroke.hgi-sharp.hgi-menu-01:before {
  content: "\4ccf";
}
.hgi-stroke.hgi-sharp.hgi-menu-02:before {
  content: "\4cd1";
}
.hgi-stroke.hgi-sharp.hgi-menu-03:before {
  content: "\4cd3";
}
.hgi-stroke.hgi-sharp.hgi-menu-04:before {
  content: "\4cd5";
}
.hgi-stroke.hgi-sharp.hgi-menu-05:before {
  content: "\4cd7";
}
.hgi-stroke.hgi-sharp.hgi-menu-06:before {
  content: "\4cd9";
}
.hgi-stroke.hgi-sharp.hgi-menu-07:before {
  content: "\4cdb";
}
.hgi-stroke.hgi-sharp.hgi-menu-08:before {
  content: "\4cdd";
}
.hgi-stroke.hgi-sharp.hgi-menu-09:before {
  content: "\4cdf";
}
.hgi-stroke.hgi-sharp.hgi-menu-10:before {
  content: "\4ce1";
}
.hgi-stroke.hgi-sharp.hgi-menu-11:before {
  content: "\4ce3";
}
.hgi-stroke.hgi-sharp.hgi-menu-circle:before {
  content: "\4ce5";
}
.hgi-stroke.hgi-sharp.hgi-menu-collapse:before {
  content: "\4ce7";
}
.hgi-stroke.hgi-sharp.hgi-menu-restaurant:before {
  content: "\4ce9";
}
.hgi-stroke.hgi-sharp.hgi-menu-square:before {
  content: "\4ceb";
}
.hgi-stroke.hgi-sharp.hgi-menu-two-line:before {
  content: "\4ced";
}
.hgi-stroke.hgi-sharp.hgi-message-01:before {
  content: "\4cef";
}
.hgi-stroke.hgi-sharp.hgi-message-02:before {
  content: "\4cf1";
}
.hgi-stroke.hgi-sharp.hgi-message-add-01:before {
  content: "\4cf3";
}
.hgi-stroke.hgi-sharp.hgi-message-add-02:before {
  content: "\4cf5";
}
.hgi-stroke.hgi-sharp.hgi-message-blocked:before {
  content: "\4cf7";
}
.hgi-stroke.hgi-sharp.hgi-message-cancel-01:before {
  content: "\4cf9";
}
.hgi-stroke.hgi-sharp.hgi-message-cancel-02:before {
  content: "\4cfb";
}
.hgi-stroke.hgi-sharp.hgi-message-delay-01:before {
  content: "\4cfd";
}
.hgi-stroke.hgi-sharp.hgi-message-delay-02:before {
  content: "\4cff";
}
.hgi-stroke.hgi-sharp.hgi-message-done-01:before {
  content: "\4d01";
}
.hgi-stroke.hgi-sharp.hgi-message-done-02:before {
  content: "\4d03";
}
.hgi-stroke.hgi-sharp.hgi-message-download-01:before {
  content: "\4d05";
}
.hgi-stroke.hgi-sharp.hgi-message-download-02:before {
  content: "\4d07";
}
.hgi-stroke.hgi-sharp.hgi-message-edit-01:before {
  content: "\4d09";
}
.hgi-stroke.hgi-sharp.hgi-message-edit-02:before {
  content: "\4d0b";
}
.hgi-stroke.hgi-sharp.hgi-message-favourite-01:before {
  content: "\4d0d";
}
.hgi-stroke.hgi-sharp.hgi-message-favourite-02:before {
  content: "\4d0f";
}
.hgi-stroke.hgi-sharp.hgi-message-incoming-01:before {
  content: "\4d11";
}
.hgi-stroke.hgi-sharp.hgi-message-incoming-02:before {
  content: "\4d13";
}
.hgi-stroke.hgi-sharp.hgi-message-lock-01:before {
  content: "\4d15";
}
.hgi-stroke.hgi-sharp.hgi-message-lock-02:before {
  content: "\4d17";
}
.hgi-stroke.hgi-sharp.hgi-message-multiple-01:before {
  content: "\4d19";
}
.hgi-stroke.hgi-sharp.hgi-message-multiple-02:before {
  content: "\4d1b";
}
.hgi-stroke.hgi-sharp.hgi-message-notification-01:before {
  content: "\4d1d";
}
.hgi-stroke.hgi-sharp.hgi-message-notification-02:before {
  content: "\4d1f";
}
.hgi-stroke.hgi-sharp.hgi-message-outgoing-01:before {
  content: "\4d21";
}
.hgi-stroke.hgi-sharp.hgi-message-outgoing-02:before {
  content: "\4d23";
}
.hgi-stroke.hgi-sharp.hgi-message-preview-01:before {
  content: "\4d25";
}
.hgi-stroke.hgi-sharp.hgi-message-preview-02:before {
  content: "\4d27";
}
.hgi-stroke.hgi-sharp.hgi-message-programming:before {
  content: "\4d29";
}
.hgi-stroke.hgi-sharp.hgi-message-question:before {
  content: "\4d2b";
}
.hgi-stroke.hgi-sharp.hgi-message-search-01:before {
  content: "\4d2d";
}
.hgi-stroke.hgi-sharp.hgi-message-search-02:before {
  content: "\4d2f";
}
.hgi-stroke.hgi-sharp.hgi-message-secure-01:before {
  content: "\4d31";
}
.hgi-stroke.hgi-sharp.hgi-message-secure-02:before {
  content: "\4d33";
}
.hgi-stroke.hgi-sharp.hgi-message-translate:before {
  content: "\4d35";
}
.hgi-stroke.hgi-sharp.hgi-message-unlock-01:before {
  content: "\4d37";
}
.hgi-stroke.hgi-sharp.hgi-message-unlock-02:before {
  content: "\4d39";
}
.hgi-stroke.hgi-sharp.hgi-message-upload-01:before {
  content: "\4d3b";
}
.hgi-stroke.hgi-sharp.hgi-message-upload-02:before {
  content: "\4d3d";
}
.hgi-stroke.hgi-sharp.hgi-message-user-01:before {
  content: "\4d3f";
}
.hgi-stroke.hgi-sharp.hgi-message-user-02:before {
  content: "\4d41";
}
.hgi-stroke.hgi-sharp.hgi-messenger:before {
  content: "\4d43";
}
.hgi-stroke.hgi-sharp.hgi-meta:before {
  content: "\4d45";
}
.hgi-stroke.hgi-sharp.hgi-metro:before {
  content: "\4d47";
}
.hgi-stroke.hgi-sharp.hgi-mic-01:before {
  content: "\4d49";
}
.hgi-stroke.hgi-sharp.hgi-mic-02:before {
  content: "\4d4b";
}
.hgi-stroke.hgi-sharp.hgi-mic-off-01:before {
  content: "\4d4d";
}
.hgi-stroke.hgi-sharp.hgi-mic-off-02:before {
  content: "\4d4f";
}
.hgi-stroke.hgi-sharp.hgi-microscope:before {
  content: "\4d51";
}
.hgi-stroke.hgi-sharp.hgi-microsoft-admin:before {
  content: "\4d53";
}
.hgi-stroke.hgi-sharp.hgi-microsoft:before {
  content: "\4d55";
}
.hgi-stroke.hgi-sharp.hgi-microwave:before {
  content: "\4d57";
}
.hgi-stroke.hgi-sharp.hgi-milk-bottle:before {
  content: "\4d59";
}
.hgi-stroke.hgi-sharp.hgi-milk-carton:before {
  content: "\4d5b";
}
.hgi-stroke.hgi-sharp.hgi-milk-coconut:before {
  content: "\4d5d";
}
.hgi-stroke.hgi-sharp.hgi-milk-oat:before {
  content: "\4d5f";
}
.hgi-stroke.hgi-sharp.hgi-minimize-01:before {
  content: "\4d61";
}
.hgi-stroke.hgi-sharp.hgi-minimize-02:before {
  content: "\4d63";
}
.hgi-stroke.hgi-sharp.hgi-minimize-03:before {
  content: "\4d65";
}
.hgi-stroke.hgi-sharp.hgi-minimize-04:before {
  content: "\4d67";
}
.hgi-stroke.hgi-sharp.hgi-minimize-screen:before {
  content: "\4d69";
}
.hgi-stroke.hgi-sharp.hgi-mining-01:before {
  content: "\4d6b";
}
.hgi-stroke.hgi-sharp.hgi-mining-02:before {
  content: "\4d6d";
}
.hgi-stroke.hgi-sharp.hgi-mining-03:before {
  content: "\4d6f";
}
.hgi-stroke.hgi-sharp.hgi-minus-plus-01:before {
  content: "\4d71";
}
.hgi-stroke.hgi-sharp.hgi-minus-plus-02:before {
  content: "\4d73";
}
.hgi-stroke.hgi-sharp.hgi-minus-plus-circle-01:before {
  content: "\4d75";
}
.hgi-stroke.hgi-sharp.hgi-minus-plus-circle-02:before {
  content: "\4d77";
}
.hgi-stroke.hgi-sharp.hgi-minus-plus-square-01:before {
  content: "\4d79";
}
.hgi-stroke.hgi-sharp.hgi-minus-plus-square-02:before {
  content: "\4d7b";
}
.hgi-stroke.hgi-sharp.hgi-minus-sign-circle:before {
  content: "\4d7d";
}
.hgi-stroke.hgi-sharp.hgi-minus-sign-square:before {
  content: "\4d80";
}
.hgi-stroke.hgi-sharp.hgi-minus-sign:before {
  content: "\4d81";
}
.hgi-stroke.hgi-sharp.hgi-mirror:before {
  content: "\4d83";
}
.hgi-stroke.hgi-sharp.hgi-mirroring-screen:before {
  content: "\4d85";
}
.hgi-stroke.hgi-sharp.hgi-mixer:before {
  content: "\4d87";
}
.hgi-stroke.hgi-sharp.hgi-mobile-navigator-01:before {
  content: "\4d89";
}
.hgi-stroke.hgi-sharp.hgi-mobile-navigator-02:before {
  content: "\4d8b";
}
.hgi-stroke.hgi-sharp.hgi-mobile-programming-01:before {
  content: "\4d8d";
}
.hgi-stroke.hgi-sharp.hgi-mobile-programming-02:before {
  content: "\4d8f";
}
.hgi-stroke.hgi-sharp.hgi-mobile-protection:before {
  content: "\4d91";
}
.hgi-stroke.hgi-sharp.hgi-mobile-security:before {
  content: "\4d93";
}
.hgi-stroke.hgi-sharp.hgi-mochi:before {
  content: "\4d95";
}
.hgi-stroke.hgi-sharp.hgi-modern-tv-4-k:before {
  content: "\4d97";
}
.hgi-stroke.hgi-sharp.hgi-modern-tv-issue:before {
  content: "\4d99";
}
.hgi-stroke.hgi-sharp.hgi-modern-tv:before {
  content: "\4d9b";
}
.hgi-stroke.hgi-sharp.hgi-molecules:before {
  content: "\4d9d";
}
.hgi-stroke.hgi-sharp.hgi-mollie:before {
  content: "\4d9f";
}
.hgi-stroke.hgi-sharp.hgi-monas:before {
  content: "\4da1";
}
.hgi-stroke.hgi-sharp.hgi-money-01:before {
  content: "\4da3";
}
.hgi-stroke.hgi-sharp.hgi-money-02:before {
  content: "\4da5";
}
.hgi-stroke.hgi-sharp.hgi-money-03:before {
  content: "\4da7";
}
.hgi-stroke.hgi-sharp.hgi-money-04:before {
  content: "\4da9";
}
.hgi-stroke.hgi-sharp.hgi-money-add-01:before {
  content: "\4dab";
}
.hgi-stroke.hgi-sharp.hgi-money-add-02:before {
  content: "\4dad";
}
.hgi-stroke.hgi-sharp.hgi-money-bag-01:before {
  content: "\4daf";
}
.hgi-stroke.hgi-sharp.hgi-money-bag-02:before {
  content: "\4db1";
}
.hgi-stroke.hgi-sharp.hgi-money-exchange-01:before {
  content: "\4db3";
}
.hgi-stroke.hgi-sharp.hgi-money-exchange-02:before {
  content: "\4db5";
}
.hgi-stroke.hgi-sharp.hgi-money-exchange-03:before {
  content: "\4db7";
}
.hgi-stroke.hgi-sharp.hgi-money-not-found-01:before {
  content: "\4db9";
}
.hgi-stroke.hgi-sharp.hgi-money-not-found-02:before {
  content: "\4dbb";
}
.hgi-stroke.hgi-sharp.hgi-money-not-found-03:before {
  content: "\4dbd";
}
.hgi-stroke.hgi-sharp.hgi-money-not-found-04:before {
  content: "\4dbf";
}
.hgi-stroke.hgi-sharp.hgi-money-receive-01:before {
  content: "\4dc1";
}
.hgi-stroke.hgi-sharp.hgi-money-receive-02:before {
  content: "\4dc3";
}
.hgi-stroke.hgi-sharp.hgi-money-receive-circle:before {
  content: "\4dc5";
}
.hgi-stroke.hgi-sharp.hgi-money-receive-flow-01:before {
  content: "\4dc7";
}
.hgi-stroke.hgi-sharp.hgi-money-receive-flow-02:before {
  content: "\4dc9";
}
.hgi-stroke.hgi-sharp.hgi-money-receive-square:before {
  content: "\4dcb";
}
.hgi-stroke.hgi-sharp.hgi-money-remove-01:before {
  content: "\4dcd";
}
.hgi-stroke.hgi-sharp.hgi-money-remove-02:before {
  content: "\4dcf";
}
.hgi-stroke.hgi-sharp.hgi-money-safe:before {
  content: "\4dd1";
}
.hgi-stroke.hgi-sharp.hgi-money-saving-jar:before {
  content: "\4dd3";
}
.hgi-stroke.hgi-sharp.hgi-money-security:before {
  content: "\4dd5";
}
.hgi-stroke.hgi-sharp.hgi-money-send-01:before {
  content: "\4dd7";
}
.hgi-stroke.hgi-sharp.hgi-money-send-02:before {
  content: "\4dd9";
}
.hgi-stroke.hgi-sharp.hgi-money-send-circle:before {
  content: "\4ddb";
}
.hgi-stroke.hgi-sharp.hgi-money-send-flow-01:before {
  content: "\4ddd";
}
.hgi-stroke.hgi-sharp.hgi-money-send-flow-02:before {
  content: "\4ddf";
}
.hgi-stroke.hgi-sharp.hgi-money-send-square:before {
  content: "\4de1";
}
.hgi-stroke.hgi-sharp.hgi-monocle-01:before {
  content: "\4de3";
}
.hgi-stroke.hgi-sharp.hgi-monocle:before {
  content: "\4de5";
}
.hgi-stroke.hgi-sharp.hgi-monster:before {
  content: "\4de7";
}
.hgi-stroke.hgi-sharp.hgi-moon-01:before {
  content: "\4de9";
}
.hgi-stroke.hgi-sharp.hgi-moon-02:before {
  content: "\4deb";
}
.hgi-stroke.hgi-sharp.hgi-moon-angled-rain-zap:before {
  content: "\4ded";
}
.hgi-stroke.hgi-sharp.hgi-moon-cloud-angled-rain:before {
  content: "\4def";
}
.hgi-stroke.hgi-sharp.hgi-moon-cloud-angled-zap:before {
  content: "\4df1";
}
.hgi-stroke.hgi-sharp.hgi-moon-cloud-big-rain:before {
  content: "\4df3";
}
.hgi-stroke.hgi-sharp.hgi-moon-cloud-fast-wind:before {
  content: "\4df5";
}
.hgi-stroke.hgi-sharp.hgi-moon-cloud-hailstone:before {
  content: "\4df7";
}
.hgi-stroke.hgi-sharp.hgi-moon-cloud-little-rain:before {
  content: "\4df9";
}
.hgi-stroke.hgi-sharp.hgi-moon-cloud-little-snow:before {
  content: "\4dfb";
}
.hgi-stroke.hgi-sharp.hgi-moon-cloud-mid-rain:before {
  content: "\4dfd";
}
.hgi-stroke.hgi-sharp.hgi-moon-cloud-mid-snow:before {
  content: "\4dff";
}
.hgi-stroke.hgi-sharp.hgi-moon-cloud-slow-wind:before {
  content: "\4e02";
}
.hgi-stroke.hgi-sharp.hgi-moon-cloud-snow:before {
  content: "\4e04";
}
.hgi-stroke.hgi-sharp.hgi-moon-cloud:before {
  content: "\4e05";
}
.hgi-stroke.hgi-sharp.hgi-moon-eclipse:before {
  content: "\4e07";
}
.hgi-stroke.hgi-sharp.hgi-moon-fast-wind:before {
  content: "\4e09";
}
.hgi-stroke.hgi-sharp.hgi-moon-landing:before {
  content: "\4e0b";
}
.hgi-stroke.hgi-sharp.hgi-moon-slow-wind:before {
  content: "\4e0e";
}
.hgi-stroke.hgi-sharp.hgi-moon:before {
  content: "\4e0f";
}
.hgi-stroke.hgi-sharp.hgi-moonset:before {
  content: "\4e11";
}
.hgi-stroke.hgi-sharp.hgi-more-01:before {
  content: "\4e13";
}
.hgi-stroke.hgi-sharp.hgi-more-02:before {
  content: "\4e15";
}
.hgi-stroke.hgi-sharp.hgi-more-03:before {
  content: "\4e17";
}
.hgi-stroke.hgi-sharp.hgi-more-horizontal-circle-01:before {
  content: "\4e19";
}
.hgi-stroke.hgi-sharp.hgi-more-horizontal-circle-02:before {
  content: "\4e1b";
}
.hgi-stroke.hgi-sharp.hgi-more-horizontal-square-01:before {
  content: "\4e1e";
}
.hgi-stroke.hgi-sharp.hgi-more-horizontal-square-02:before {
  content: "\4e20";
}
.hgi-stroke.hgi-sharp.hgi-more-horizontal:before {
  content: "\4e21";
}
.hgi-stroke.hgi-sharp.hgi-more-or-less-circle:before {
  content: "\4e23";
}
.hgi-stroke.hgi-sharp.hgi-more-or-less-square:before {
  content: "\4e26";
}
.hgi-stroke.hgi-sharp.hgi-more-or-less:before {
  content: "\4e27";
}
.hgi-stroke.hgi-sharp.hgi-more-vertical-circle-01:before {
  content: "\4e2a";
}
.hgi-stroke.hgi-sharp.hgi-more-vertical-circle-02:before {
  content: "\4e2c";
}
.hgi-stroke.hgi-sharp.hgi-more-vertical-square-01:before {
  content: "\4e2f";
}
.hgi-stroke.hgi-sharp.hgi-more-vertical-square-02:before {
  content: "\4e31";
}
.hgi-stroke.hgi-sharp.hgi-more-vertical:before {
  content: "\4e32";
}
.hgi-stroke.hgi-sharp.hgi-more:before {
  content: "\4e33";
}
.hgi-stroke.hgi-sharp.hgi-mortar:before {
  content: "\4e35";
}
.hgi-stroke.hgi-sharp.hgi-mortarboard-01:before {
  content: "\4e37";
}
.hgi-stroke.hgi-sharp.hgi-mortarboard-02:before {
  content: "\4e39";
}
.hgi-stroke.hgi-sharp.hgi-mosque-01:before {
  content: "\4e3b";
}
.hgi-stroke.hgi-sharp.hgi-mosque-02:before {
  content: "\4e3d";
}
.hgi-stroke.hgi-sharp.hgi-mosque-03:before {
  content: "\4e3f";
}
.hgi-stroke.hgi-sharp.hgi-mosque-04:before {
  content: "\4e41";
}
.hgi-stroke.hgi-sharp.hgi-mosque-05:before {
  content: "\4e43";
}
.hgi-stroke.hgi-sharp.hgi-mosque-location:before {
  content: "\4e45";
}
.hgi-stroke.hgi-sharp.hgi-motion-01:before {
  content: "\4e47";
}
.hgi-stroke.hgi-sharp.hgi-motion-02:before {
  content: "\4e49";
}
.hgi-stroke.hgi-sharp.hgi-motorbike-01:before {
  content: "\4e4b";
}
.hgi-stroke.hgi-sharp.hgi-motorbike-02:before {
  content: "\4e4d";
}
.hgi-stroke.hgi-sharp.hgi-mountain:before {
  content: "\4e4f";
}
.hgi-stroke.hgi-sharp.hgi-mouse-01:before {
  content: "\4e51";
}
.hgi-stroke.hgi-sharp.hgi-mouse-02:before {
  content: "\4e53";
}
.hgi-stroke.hgi-sharp.hgi-mouse-03:before {
  content: "\4e55";
}
.hgi-stroke.hgi-sharp.hgi-mouse-04:before {
  content: "\4e57";
}
.hgi-stroke.hgi-sharp.hgi-mouse-05:before {
  content: "\4e59";
}
.hgi-stroke.hgi-sharp.hgi-mouse-06:before {
  content: "\4e5b";
}
.hgi-stroke.hgi-sharp.hgi-mouse-07:before {
  content: "\4e5d";
}
.hgi-stroke.hgi-sharp.hgi-mouse-08:before {
  content: "\4e5f";
}
.hgi-stroke.hgi-sharp.hgi-mouse-09:before {
  content: "\4e61";
}
.hgi-stroke.hgi-sharp.hgi-mouse-10:before {
  content: "\4e63";
}
.hgi-stroke.hgi-sharp.hgi-mouse-11:before {
  content: "\4e65";
}
.hgi-stroke.hgi-sharp.hgi-mouse-12:before {
  content: "\4e67";
}
.hgi-stroke.hgi-sharp.hgi-mouse-13:before {
  content: "\4e69";
}
.hgi-stroke.hgi-sharp.hgi-mouse-14:before {
  content: "\4e6b";
}
.hgi-stroke.hgi-sharp.hgi-mouse-15:before {
  content: "\4e6d";
}
.hgi-stroke.hgi-sharp.hgi-mouse-16:before {
  content: "\4e6f";
}
.hgi-stroke.hgi-sharp.hgi-mouse-17:before {
  content: "\4e71";
}
.hgi-stroke.hgi-sharp.hgi-mouse-18:before {
  content: "\4e73";
}
.hgi-stroke.hgi-sharp.hgi-mouse-19:before {
  content: "\4e75";
}
.hgi-stroke.hgi-sharp.hgi-mouse-20:before {
  content: "\4e77";
}
.hgi-stroke.hgi-sharp.hgi-mouse-21:before {
  content: "\4e79";
}
.hgi-stroke.hgi-sharp.hgi-mouse-22:before {
  content: "\4e7b";
}
.hgi-stroke.hgi-sharp.hgi-mouse-23:before {
  content: "\4e7d";
}
.hgi-stroke.hgi-sharp.hgi-mouse-left-click-01:before {
  content: "\4e7f";
}
.hgi-stroke.hgi-sharp.hgi-mouse-left-click-02:before {
  content: "\4e81";
}
.hgi-stroke.hgi-sharp.hgi-mouse-left-click-03:before {
  content: "\4e83";
}
.hgi-stroke.hgi-sharp.hgi-mouse-left-click-04:before {
  content: "\4e85";
}
.hgi-stroke.hgi-sharp.hgi-mouse-left-click-05:before {
  content: "\4e87";
}
.hgi-stroke.hgi-sharp.hgi-mouse-left-click-06:before {
  content: "\4e89";
}
.hgi-stroke.hgi-sharp.hgi-mouse-right-click-01:before {
  content: "\4e8b";
}
.hgi-stroke.hgi-sharp.hgi-mouse-right-click-02:before {
  content: "\4e8d";
}
.hgi-stroke.hgi-sharp.hgi-mouse-right-click-03:before {
  content: "\4e8f";
}
.hgi-stroke.hgi-sharp.hgi-mouse-right-click-04:before {
  content: "\4e91";
}
.hgi-stroke.hgi-sharp.hgi-mouse-right-click-05:before {
  content: "\4e93";
}
.hgi-stroke.hgi-sharp.hgi-mouse-right-click-06:before {
  content: "\4e95";
}
.hgi-stroke.hgi-sharp.hgi-mouse-scroll-01:before {
  content: "\4e97";
}
.hgi-stroke.hgi-sharp.hgi-mouse-scroll-02:before {
  content: "\4e99";
}
.hgi-stroke.hgi-sharp.hgi-move-01:before {
  content: "\4e9b";
}
.hgi-stroke.hgi-sharp.hgi-move-02:before {
  content: "\4e9d";
}
.hgi-stroke.hgi-sharp.hgi-move-bottom:before {
  content: "\4e9f";
}
.hgi-stroke.hgi-sharp.hgi-move-left:before {
  content: "\4ea1";
}
.hgi-stroke.hgi-sharp.hgi-move-right:before {
  content: "\4ea3";
}
.hgi-stroke.hgi-sharp.hgi-move-to:before {
  content: "\4ea6";
}
.hgi-stroke.hgi-sharp.hgi-move-top:before {
  content: "\4ea8";
}
.hgi-stroke.hgi-sharp.hgi-move:before {
  content: "\4ea9";
}
.hgi-stroke.hgi-sharp.hgi-mp-3-01:before {
  content: "\4eab";
}
.hgi-stroke.hgi-sharp.hgi-mp-3-02:before {
  content: "\4ead";
}
.hgi-stroke.hgi-sharp.hgi-mp-4-01:before {
  content: "\4eaf";
}
.hgi-stroke.hgi-sharp.hgi-mp-4-02:before {
  content: "\4eb1";
}
.hgi-stroke.hgi-sharp.hgi-muhammad:before {
  content: "\4eb3";
}
.hgi-stroke.hgi-sharp.hgi-multiplication-sign-circle:before {
  content: "\4eb5";
}
.hgi-stroke.hgi-sharp.hgi-multiplication-sign-square:before {
  content: "\4eb8";
}
.hgi-stroke.hgi-sharp.hgi-multiplication-sign:before {
  content: "\4eb9";
}
.hgi-stroke.hgi-sharp.hgi-mushroom-01:before {
  content: "\4ebb";
}
.hgi-stroke.hgi-sharp.hgi-mushroom:before {
  content: "\4ebd";
}
.hgi-stroke.hgi-sharp.hgi-music-note-01:before {
  content: "\4ebf";
}
.hgi-stroke.hgi-sharp.hgi-music-note-02:before {
  content: "\4ec1";
}
.hgi-stroke.hgi-sharp.hgi-music-note-03:before {
  content: "\4ec3";
}
.hgi-stroke.hgi-sharp.hgi-music-note-04:before {
  content: "\4ec5";
}
.hgi-stroke.hgi-sharp.hgi-music-note-square-01:before {
  content: "\4ec7";
}
.hgi-stroke.hgi-sharp.hgi-music-note-square-02:before {
  content: "\4ec9";
}
.hgi-stroke.hgi-sharp.hgi-muslim:before {
  content: "\4ecb";
}
.hgi-stroke.hgi-sharp.hgi-mute:before {
  content: "\4ecd";
}
.hgi-stroke.hgi-sharp.hgi-mymind:before {
  content: "\4ecf";
}
.hgi-stroke.hgi-sharp.hgi-n-th-root-circle:before {
  content: "\4ed1";
}
.hgi-stroke.hgi-sharp.hgi-n-th-root-square:before {
  content: "\4ed4";
}
.hgi-stroke.hgi-sharp.hgi-n-th-root:before {
  content: "\4ed5";
}
.hgi-stroke.hgi-sharp.hgi-nano-technology:before {
  content: "\4ed7";
}
.hgi-stroke.hgi-sharp.hgi-napkins-01:before {
  content: "\4ed9";
}
.hgi-stroke.hgi-sharp.hgi-napkins-02:before {
  content: "\4edb";
}
.hgi-stroke.hgi-sharp.hgi-natural-food:before {
  content: "\4edd";
}
.hgi-stroke.hgi-sharp.hgi-navigation-01:before {
  content: "\4edf";
}
.hgi-stroke.hgi-sharp.hgi-navigation-02:before {
  content: "\4ee1";
}
.hgi-stroke.hgi-sharp.hgi-navigation-03:before {
  content: "\4ee3";
}
.hgi-stroke.hgi-sharp.hgi-navigation-04:before {
  content: "\4ee5";
}
.hgi-stroke.hgi-sharp.hgi-navigation-05:before {
  content: "\4ee7";
}
.hgi-stroke.hgi-sharp.hgi-navigator-01:before {
  content: "\4ee9";
}
.hgi-stroke.hgi-sharp.hgi-navigator-02:before {
  content: "\4eeb";
}
.hgi-stroke.hgi-sharp.hgi-necklace:before {
  content: "\4eed";
}
.hgi-stroke.hgi-sharp.hgi-nerd:before {
  content: "\4eef";
}
.hgi-stroke.hgi-sharp.hgi-neural-network:before {
  content: "\4ef1";
}
.hgi-stroke.hgi-sharp.hgi-neutral:before {
  content: "\4ef3";
}
.hgi-stroke.hgi-sharp.hgi-new-job:before {
  content: "\4ef5";
}
.hgi-stroke.hgi-sharp.hgi-new-office:before {
  content: "\4ef7";
}
.hgi-stroke.hgi-sharp.hgi-new-releases:before {
  content: "\4ef9";
}
.hgi-stroke.hgi-sharp.hgi-new-twitter-ellipse:before {
  content: "\4efb";
}
.hgi-stroke.hgi-sharp.hgi-new-twitter-rectangle:before {
  content: "\4efd";
}
.hgi-stroke.hgi-sharp.hgi-new-twitter:before {
  content: "\4eff";
}
.hgi-stroke.hgi-sharp.hgi-news-01:before {
  content: "\4f01";
}
.hgi-stroke.hgi-sharp.hgi-news:before {
  content: "\4f03";
}
.hgi-stroke.hgi-sharp.hgi-next:before {
  content: "\4f05";
}
.hgi-stroke.hgi-sharp.hgi-nike:before {
  content: "\4f07";
}
.hgi-stroke.hgi-sharp.hgi-nintendo-switch:before {
  content: "\4f0a";
}
.hgi-stroke.hgi-sharp.hgi-nintendo:before {
  content: "\4f0b";
}
.hgi-stroke.hgi-sharp.hgi-niqab:before {
  content: "\4f0d";
}
.hgi-stroke.hgi-sharp.hgi-no-internet:before {
  content: "\4f0f";
}
.hgi-stroke.hgi-sharp.hgi-no-meeting-room:before {
  content: "\4f11";
}
.hgi-stroke.hgi-sharp.hgi-no-signal:before {
  content: "\4f13";
}
.hgi-stroke.hgi-sharp.hgi-node-add:before {
  content: "\4f15";
}
.hgi-stroke.hgi-sharp.hgi-node-edit:before {
  content: "\4f17";
}
.hgi-stroke.hgi-sharp.hgi-node-move-down:before {
  content: "\4f19";
}
.hgi-stroke.hgi-sharp.hgi-node-move-up:before {
  content: "\4f1b";
}
.hgi-stroke.hgi-sharp.hgi-node-remove:before {
  content: "\4f1d";
}
.hgi-stroke.hgi-sharp.hgi-noodles:before {
  content: "\4f1f";
}
.hgi-stroke.hgi-sharp.hgi-nose:before {
  content: "\4f21";
}
.hgi-stroke.hgi-sharp.hgi-not-equal-sign-circle:before {
  content: "\4f23";
}
.hgi-stroke.hgi-sharp.hgi-not-equal-sign-square:before {
  content: "\4f26";
}
.hgi-stroke.hgi-sharp.hgi-not-equal-sign:before {
  content: "\4f27";
}
.hgi-stroke.hgi-sharp.hgi-note-01:before {
  content: "\4f29";
}
.hgi-stroke.hgi-sharp.hgi-note-02:before {
  content: "\4f2b";
}
.hgi-stroke.hgi-sharp.hgi-note-03:before {
  content: "\4f2d";
}
.hgi-stroke.hgi-sharp.hgi-note-04:before {
  content: "\4f2f";
}
.hgi-stroke.hgi-sharp.hgi-note-05:before {
  content: "\4f31";
}
.hgi-stroke.hgi-sharp.hgi-note-add:before {
  content: "\4f33";
}
.hgi-stroke.hgi-sharp.hgi-note-done:before {
  content: "\4f35";
}
.hgi-stroke.hgi-sharp.hgi-note-edit:before {
  content: "\4f37";
}
.hgi-stroke.hgi-sharp.hgi-note-remove:before {
  content: "\4f39";
}
.hgi-stroke.hgi-sharp.hgi-note:before {
  content: "\4f3b";
}
.hgi-stroke.hgi-sharp.hgi-notebook-01:before {
  content: "\4f3d";
}
.hgi-stroke.hgi-sharp.hgi-notebook-02:before {
  content: "\4f3f";
}
.hgi-stroke.hgi-sharp.hgi-notebook:before {
  content: "\4f41";
}
.hgi-stroke.hgi-sharp.hgi-notification-01:before {
  content: "\4f43";
}
.hgi-stroke.hgi-sharp.hgi-notification-02:before {
  content: "\4f45";
}
.hgi-stroke.hgi-sharp.hgi-notification-03:before {
  content: "\4f47";
}
.hgi-stroke.hgi-sharp.hgi-notification-block-01:before {
  content: "\4f49";
}
.hgi-stroke.hgi-sharp.hgi-notification-block-02:before {
  content: "\4f4b";
}
.hgi-stroke.hgi-sharp.hgi-notification-block-03:before {
  content: "\4f4d";
}
.hgi-stroke.hgi-sharp.hgi-notification-bubble:before {
  content: "\4f4f";
}
.hgi-stroke.hgi-sharp.hgi-notification-circle:before {
  content: "\4f51";
}
.hgi-stroke.hgi-sharp.hgi-notification-off-01:before {
  content: "\4f53";
}
.hgi-stroke.hgi-sharp.hgi-notification-off-02:before {
  content: "\4f55";
}
.hgi-stroke.hgi-sharp.hgi-notification-off-03:before {
  content: "\4f57";
}
.hgi-stroke.hgi-sharp.hgi-notification-snooze-01:before {
  content: "\4f59";
}
.hgi-stroke.hgi-sharp.hgi-notification-snooze-02:before {
  content: "\4f5b";
}
.hgi-stroke.hgi-sharp.hgi-notification-snooze-03:before {
  content: "\4f5d";
}
.hgi-stroke.hgi-sharp.hgi-notification-square:before {
  content: "\4f5f";
}
.hgi-stroke.hgi-sharp.hgi-notion-01:before {
  content: "\4f61";
}
.hgi-stroke.hgi-sharp.hgi-notion-02:before {
  content: "\4f63";
}
.hgi-stroke.hgi-sharp.hgi-npm:before {
  content: "\4f65";
}
.hgi-stroke.hgi-sharp.hgi-nuclear-power:before {
  content: "\4f67";
}
.hgi-stroke.hgi-sharp.hgi-nut:before {
  content: "\4f69";
}
.hgi-stroke.hgi-sharp.hgi-obtuse:before {
  content: "\4f6b";
}
.hgi-stroke.hgi-sharp.hgi-octagon:before {
  content: "\4f6d";
}
.hgi-stroke.hgi-sharp.hgi-octopus:before {
  content: "\4f6f";
}
.hgi-stroke.hgi-sharp.hgi-office-365:before {
  content: "\4f71";
}
.hgi-stroke.hgi-sharp.hgi-office-chair:before {
  content: "\4f73";
}
.hgi-stroke.hgi-sharp.hgi-office:before {
  content: "\4f75";
}
.hgi-stroke.hgi-sharp.hgi-oil-barrel:before {
  content: "\4f77";
}
.hgi-stroke.hgi-sharp.hgi-ok-finger:before {
  content: "\4f79";
}
.hgi-stroke.hgi-sharp.hgi-olympic-torch:before {
  content: "\4f7b";
}
.hgi-stroke.hgi-sharp.hgi-online-learning-01:before {
  content: "\4f7d";
}
.hgi-stroke.hgi-sharp.hgi-online-learning-02:before {
  content: "\4f7f";
}
.hgi-stroke.hgi-sharp.hgi-online-learning-03:before {
  content: "\4f81";
}
.hgi-stroke.hgi-sharp.hgi-online-learning-04:before {
  content: "\4f83";
}
.hgi-stroke.hgi-sharp.hgi-open-caption:before {
  content: "\4f85";
}
.hgi-stroke.hgi-sharp.hgi-option:before {
  content: "\4f87";
}
.hgi-stroke.hgi-sharp.hgi-orange:before {
  content: "\4f89";
}
.hgi-stroke.hgi-sharp.hgi-orbit-01:before {
  content: "\4f8b";
}
.hgi-stroke.hgi-sharp.hgi-orbit-02:before {
  content: "\4f8d";
}
.hgi-stroke.hgi-sharp.hgi-organic-food:before {
  content: "\4f8f";
}
.hgi-stroke.hgi-sharp.hgi-orthogonal-edge:before {
  content: "\4f91";
}
.hgi-stroke.hgi-sharp.hgi-oval:before {
  content: "\4f93";
}
.hgi-stroke.hgi-sharp.hgi-oven:before {
  content: "\4f95";
}
.hgi-stroke.hgi-sharp.hgi-package-02:before {
  content: "\4f97";
}
.hgi-stroke.hgi-sharp.hgi-package-03:before {
  content: "\4f99";
}
.hgi-stroke.hgi-sharp.hgi-package-add:before {
  content: "\4f9b";
}
.hgi-stroke.hgi-sharp.hgi-package-delivered:before {
  content: "\4f9d";
}
.hgi-stroke.hgi-sharp.hgi-package-dimensions-01:before {
  content: "\4f9f";
}
.hgi-stroke.hgi-sharp.hgi-package-dimensions-02:before {
  content: "\4fa1";
}
.hgi-stroke.hgi-sharp.hgi-package-moving:before {
  content: "\4fa3";
}
.hgi-stroke.hgi-sharp.hgi-package-open:before {
  content: "\4fa5";
}
.hgi-stroke.hgi-sharp.hgi-package-out-of-stock:before {
  content: "\4fa7";
}
.hgi-stroke.hgi-sharp.hgi-package-process:before {
  content: "\4fa9";
}
.hgi-stroke.hgi-sharp.hgi-package-receive:before {
  content: "\4fab";
}
.hgi-stroke.hgi-sharp.hgi-package-remove:before {
  content: "\4fad";
}
.hgi-stroke.hgi-sharp.hgi-package-search:before {
  content: "\4faf";
}
.hgi-stroke.hgi-sharp.hgi-package-sent:before {
  content: "\4fb2";
}
.hgi-stroke.hgi-sharp.hgi-package:before {
  content: "\4fb3";
}
.hgi-stroke.hgi-sharp.hgi-packaging:before {
  content: "\4fb5";
}
.hgi-stroke.hgi-sharp.hgi-pacman-01:before {
  content: "\4fb7";
}
.hgi-stroke.hgi-sharp.hgi-pacman-02:before {
  content: "\4fb9";
}
.hgi-stroke.hgi-sharp.hgi-paella:before {
  content: "\4fbb";
}
.hgi-stroke.hgi-sharp.hgi-paint-board:before {
  content: "\4fbd";
}
.hgi-stroke.hgi-sharp.hgi-paint-brush-01:before {
  content: "\4fbf";
}
.hgi-stroke.hgi-sharp.hgi-paint-brush-02:before {
  content: "\4fc1";
}
.hgi-stroke.hgi-sharp.hgi-paint-brush-03:before {
  content: "\4fc3";
}
.hgi-stroke.hgi-sharp.hgi-paint-brush-04:before {
  content: "\4fc5";
}
.hgi-stroke.hgi-sharp.hgi-paint-bucket:before {
  content: "\4fc7";
}
.hgi-stroke.hgi-sharp.hgi-pan-01:before {
  content: "\4fc9";
}
.hgi-stroke.hgi-sharp.hgi-pan-02:before {
  content: "\4fcb";
}
.hgi-stroke.hgi-sharp.hgi-pan-03:before {
  content: "\4fcd";
}
.hgi-stroke.hgi-sharp.hgi-parabola-01:before {
  content: "\4fcf";
}
.hgi-stroke.hgi-sharp.hgi-parabola-02:before {
  content: "\4fd1";
}
.hgi-stroke.hgi-sharp.hgi-parabola-03:before {
  content: "\4fd3";
}
.hgi-stroke.hgi-sharp.hgi-paragliding:before {
  content: "\4fd5";
}
.hgi-stroke.hgi-sharp.hgi-paragraph-bullets-point-01:before {
  content: "\4fd7";
}
.hgi-stroke.hgi-sharp.hgi-paragraph-bullets-point-02:before {
  content: "\4fd9";
}
.hgi-stroke.hgi-sharp.hgi-paragraph-spacing:before {
  content: "\4fdc";
}
.hgi-stroke.hgi-sharp.hgi-paragraph:before {
  content: "\4fdd";
}
.hgi-stroke.hgi-sharp.hgi-parallelogram:before {
  content: "\4fdf";
}
.hgi-stroke.hgi-sharp.hgi-parking-area-circle:before {
  content: "\4fe1";
}
.hgi-stroke.hgi-sharp.hgi-parking-area-square:before {
  content: "\4fe3";
}
.hgi-stroke.hgi-sharp.hgi-party:before {
  content: "\4fe5";
}
.hgi-stroke.hgi-sharp.hgi-passport-01:before {
  content: "\4fe7";
}
.hgi-stroke.hgi-sharp.hgi-passport-expired:before {
  content: "\4fe9";
}
.hgi-stroke.hgi-sharp.hgi-passport-valid:before {
  content: "\4fec";
}
.hgi-stroke.hgi-sharp.hgi-passport:before {
  content: "\4fed";
}
.hgi-stroke.hgi-sharp.hgi-password-validation:before {
  content: "\4fef";
}
.hgi-stroke.hgi-sharp.hgi-path:before {
  content: "\4ff1";
}
.hgi-stroke.hgi-sharp.hgi-pathfinder-crop:before {
  content: "\4ff3";
}
.hgi-stroke.hgi-sharp.hgi-pathfinder-divide:before {
  content: "\4ff5";
}
.hgi-stroke.hgi-sharp.hgi-pathfinder-exclude:before {
  content: "\4ff7";
}
.hgi-stroke.hgi-sharp.hgi-pathfinder-intersect:before {
  content: "\4ff9";
}
.hgi-stroke.hgi-sharp.hgi-pathfinder-merge:before {
  content: "\4ffb";
}
.hgi-stroke.hgi-sharp.hgi-pathfinder-minus-back:before {
  content: "\4ffd";
}
.hgi-stroke.hgi-sharp.hgi-pathfinder-minus-front:before {
  content: "\4fff";
}
.hgi-stroke.hgi-sharp.hgi-pathfinder-outline:before {
  content: "\5001";
}
.hgi-stroke.hgi-sharp.hgi-pathfinder-trim:before {
  content: "\5003";
}
.hgi-stroke.hgi-sharp.hgi-pathfinder-unite:before {
  content: "\5005";
}
.hgi-stroke.hgi-sharp.hgi-patient:before {
  content: "\5007";
}
.hgi-stroke.hgi-sharp.hgi-patio:before {
  content: "\5009";
}
.hgi-stroke.hgi-sharp.hgi-pause-circle:before {
  content: "\500b";
}
.hgi-stroke.hgi-sharp.hgi-pause:before {
  content: "\500d";
}
.hgi-stroke.hgi-sharp.hgi-pavilon:before {
  content: "\500f";
}
.hgi-stroke.hgi-sharp.hgi-pay-by-check:before {
  content: "\5011";
}
.hgi-stroke.hgi-sharp.hgi-payment-01:before {
  content: "\5013";
}
.hgi-stroke.hgi-sharp.hgi-payment-02:before {
  content: "\5015";
}
.hgi-stroke.hgi-sharp.hgi-payment-success-01:before {
  content: "\5017";
}
.hgi-stroke.hgi-sharp.hgi-payment-success-02:before {
  content: "\5019";
}
.hgi-stroke.hgi-sharp.hgi-payoneer:before {
  content: "\501b";
}
.hgi-stroke.hgi-sharp.hgi-paypal:before {
  content: "\501d";
}
.hgi-stroke.hgi-sharp.hgi-pdf-01:before {
  content: "\501f";
}
.hgi-stroke.hgi-sharp.hgi-pdf-02:before {
  content: "\5021";
}
.hgi-stroke.hgi-sharp.hgi-peer-to-peer-01:before {
  content: "\5023";
}
.hgi-stroke.hgi-sharp.hgi-peer-to-peer-02:before {
  content: "\5025";
}
.hgi-stroke.hgi-sharp.hgi-peer-to-peer-03:before {
  content: "\5027";
}
.hgi-stroke.hgi-sharp.hgi-pen-01:before {
  content: "\5029";
}
.hgi-stroke.hgi-sharp.hgi-pen-02:before {
  content: "\502b";
}
.hgi-stroke.hgi-sharp.hgi-pen-connect-bluetooth:before {
  content: "\502d";
}
.hgi-stroke.hgi-sharp.hgi-pen-connect-usb:before {
  content: "\502f";
}
.hgi-stroke.hgi-sharp.hgi-pen-connect-wifi:before {
  content: "\5031";
}
.hgi-stroke.hgi-sharp.hgi-pen-tool-01:before {
  content: "\5033";
}
.hgi-stroke.hgi-sharp.hgi-pen-tool-02:before {
  content: "\5035";
}
.hgi-stroke.hgi-sharp.hgi-pen-tool-03:before {
  content: "\5037";
}
.hgi-stroke.hgi-sharp.hgi-pen-tool-add:before {
  content: "\5039";
}
.hgi-stroke.hgi-sharp.hgi-pen-tool-minus:before {
  content: "\503b";
}
.hgi-stroke.hgi-sharp.hgi-pencil-edit-01:before {
  content: "\503d";
}
.hgi-stroke.hgi-sharp.hgi-pencil-edit-02:before {
  content: "\503f";
}
.hgi-stroke.hgi-sharp.hgi-pencil:before {
  content: "\5041";
}
.hgi-stroke.hgi-sharp.hgi-pendulum:before {
  content: "\5043";
}
.hgi-stroke.hgi-sharp.hgi-pensive:before {
  content: "\5045";
}
.hgi-stroke.hgi-sharp.hgi-pentagon-01:before {
  content: "\5047";
}
.hgi-stroke.hgi-sharp.hgi-pentagon:before {
  content: "\5049";
}
.hgi-stroke.hgi-sharp.hgi-percent-circle:before {
  content: "\504b";
}
.hgi-stroke.hgi-sharp.hgi-percent-square:before {
  content: "\504e";
}
.hgi-stroke.hgi-sharp.hgi-percent:before {
  content: "\504f";
}
.hgi-stroke.hgi-sharp.hgi-perfume:before {
  content: "\5051";
}
.hgi-stroke.hgi-sharp.hgi-periscope:before {
  content: "\5053";
}
.hgi-stroke.hgi-sharp.hgi-permanent-job:before {
  content: "\5055";
}
.hgi-stroke.hgi-sharp.hgi-perplexity-ai:before {
  content: "\5057";
}
.hgi-stroke.hgi-sharp.hgi-perspective:before {
  content: "\5059";
}
.hgi-stroke.hgi-sharp.hgi-petrol-pump:before {
  content: "\505b";
}
.hgi-stroke.hgi-sharp.hgi-pexels:before {
  content: "\505d";
}
.hgi-stroke.hgi-sharp.hgi-phone-off-01:before {
  content: "\505f";
}
.hgi-stroke.hgi-sharp.hgi-phone-off-02:before {
  content: "\5061";
}
.hgi-stroke.hgi-sharp.hgi-php:before {
  content: "\5063";
}
.hgi-stroke.hgi-sharp.hgi-physics:before {
  content: "\5065";
}
.hgi-stroke.hgi-sharp.hgi-pi-circle:before {
  content: "\5067";
}
.hgi-stroke.hgi-sharp.hgi-pi-square:before {
  content: "\506a";
}
.hgi-stroke.hgi-sharp.hgi-pi:before {
  content: "\506b";
}
.hgi-stroke.hgi-sharp.hgi-picasa:before {
  content: "\506d";
}
.hgi-stroke.hgi-sharp.hgi-pickup-01:before {
  content: "\506f";
}
.hgi-stroke.hgi-sharp.hgi-pickup-02:before {
  content: "\5071";
}
.hgi-stroke.hgi-sharp.hgi-picture-in-picture-exit:before {
  content: "\5073";
}
.hgi-stroke.hgi-sharp.hgi-picture-in-picture-on:before {
  content: "\5075";
}
.hgi-stroke.hgi-sharp.hgi-pie-chart-01:before {
  content: "\5077";
}
.hgi-stroke.hgi-sharp.hgi-pie-chart-02:before {
  content: "\5079";
}
.hgi-stroke.hgi-sharp.hgi-pie-chart-03:before {
  content: "\507b";
}
.hgi-stroke.hgi-sharp.hgi-pie-chart-04:before {
  content: "\507d";
}
.hgi-stroke.hgi-sharp.hgi-pie-chart-05:before {
  content: "\507f";
}
.hgi-stroke.hgi-sharp.hgi-pie-chart-06:before {
  content: "\5081";
}
.hgi-stroke.hgi-sharp.hgi-pie-chart-07:before {
  content: "\5083";
}
.hgi-stroke.hgi-sharp.hgi-pie-chart-08:before {
  content: "\5085";
}
.hgi-stroke.hgi-sharp.hgi-pie-chart-09:before {
  content: "\5087";
}
.hgi-stroke.hgi-sharp.hgi-pie-chart-square:before {
  content: "\508a";
}
.hgi-stroke.hgi-sharp.hgi-pie-chart:before {
  content: "\508b";
}
.hgi-stroke.hgi-sharp.hgi-pie:before {
  content: "\508d";
}
.hgi-stroke.hgi-sharp.hgi-piggy-bank:before {
  content: "\508f";
}
.hgi-stroke.hgi-sharp.hgi-pin-02:before {
  content: "\5091";
}
.hgi-stroke.hgi-sharp.hgi-pin-code:before {
  content: "\5093";
}
.hgi-stroke.hgi-sharp.hgi-pin-location-01:before {
  content: "\5095";
}
.hgi-stroke.hgi-sharp.hgi-pin-location-02:before {
  content: "\5097";
}
.hgi-stroke.hgi-sharp.hgi-pin-location-03:before {
  content: "\5099";
}
.hgi-stroke.hgi-sharp.hgi-pin-off:before {
  content: "\509b";
}
.hgi-stroke.hgi-sharp.hgi-pin:before {
  content: "\509d";
}
.hgi-stroke.hgi-sharp.hgi-pine-tree:before {
  content: "\509f";
}
.hgi-stroke.hgi-sharp.hgi-pinterest:before {
  content: "\50a1";
}
.hgi-stroke.hgi-sharp.hgi-pipeline:before {
  content: "\50a3";
}
.hgi-stroke.hgi-sharp.hgi-pisa-tower:before {
  content: "\50a5";
}
.hgi-stroke.hgi-sharp.hgi-pivot:before {
  content: "\50a7";
}
.hgi-stroke.hgi-sharp.hgi-pizza-01:before {
  content: "\50a9";
}
.hgi-stroke.hgi-sharp.hgi-pizza-02:before {
  content: "\50ab";
}
.hgi-stroke.hgi-sharp.hgi-pizza-03:before {
  content: "\50ad";
}
.hgi-stroke.hgi-sharp.hgi-pizza-04:before {
  content: "\50af";
}
.hgi-stroke.hgi-sharp.hgi-pizza-cutter:before {
  content: "\50b1";
}
.hgi-stroke.hgi-sharp.hgi-plane:before {
  content: "\50b3";
}
.hgi-stroke.hgi-sharp.hgi-plant-01:before {
  content: "\50b5";
}
.hgi-stroke.hgi-sharp.hgi-plant-02:before {
  content: "\50b7";
}
.hgi-stroke.hgi-sharp.hgi-plant-03:before {
  content: "\50b9";
}
.hgi-stroke.hgi-sharp.hgi-plant-04:before {
  content: "\50bb";
}
.hgi-stroke.hgi-sharp.hgi-plate:before {
  content: "\50bd";
}
.hgi-stroke.hgi-sharp.hgi-plaxo:before {
  content: "\50bf";
}
.hgi-stroke.hgi-sharp.hgi-play-circle-02:before {
  content: "\50c1";
}
.hgi-stroke.hgi-sharp.hgi-play-circle:before {
  content: "\50c3";
}
.hgi-stroke.hgi-sharp.hgi-play-list-add:before {
  content: "\50c5";
}
.hgi-stroke.hgi-sharp.hgi-play-list-favourite-01:before {
  content: "\50c7";
}
.hgi-stroke.hgi-sharp.hgi-play-list-favourite-02:before {
  content: "\50c9";
}
.hgi-stroke.hgi-sharp.hgi-play-list-minus:before {
  content: "\50cb";
}
.hgi-stroke.hgi-sharp.hgi-play-list-remove:before {
  content: "\50cd";
}
.hgi-stroke.hgi-sharp.hgi-play-list:before {
  content: "\50cf";
}
.hgi-stroke.hgi-sharp.hgi-play-square:before {
  content: "\50d2";
}
.hgi-stroke.hgi-sharp.hgi-play-store:before {
  content: "\50d4";
}
.hgi-stroke.hgi-sharp.hgi-play:before {
  content: "\50d5";
}
.hgi-stroke.hgi-sharp.hgi-playlist-01:before {
  content: "\50d7";
}
.hgi-stroke.hgi-sharp.hgi-playlist-02:before {
  content: "\50d9";
}
.hgi-stroke.hgi-sharp.hgi-playlist-03:before {
  content: "\50db";
}
.hgi-stroke.hgi-sharp.hgi-plaza:before {
  content: "\50dd";
}
.hgi-stroke.hgi-sharp.hgi-plug-01:before {
  content: "\50df";
}
.hgi-stroke.hgi-sharp.hgi-plug-02:before {
  content: "\50e1";
}
.hgi-stroke.hgi-sharp.hgi-plug-socket:before {
  content: "\50e3";
}
.hgi-stroke.hgi-sharp.hgi-plus-minus-01:before {
  content: "\50e5";
}
.hgi-stroke.hgi-sharp.hgi-plus-minus-02:before {
  content: "\50e7";
}
.hgi-stroke.hgi-sharp.hgi-plus-minus-circle-01:before {
  content: "\50e9";
}
.hgi-stroke.hgi-sharp.hgi-plus-minus-circle-02:before {
  content: "\50eb";
}
.hgi-stroke.hgi-sharp.hgi-plus-minus-square-01:before {
  content: "\50ee";
}
.hgi-stroke.hgi-sharp.hgi-plus-minus-square-02:before {
  content: "\50f0";
}
.hgi-stroke.hgi-sharp.hgi-plus-minus:before {
  content: "\50f1";
}
.hgi-stroke.hgi-sharp.hgi-plus-sign-circle:before {
  content: "\50f3";
}
.hgi-stroke.hgi-sharp.hgi-plus-sign-square:before {
  content: "\50f6";
}
.hgi-stroke.hgi-sharp.hgi-plus-sign:before {
  content: "\50f7";
}
.hgi-stroke.hgi-sharp.hgi-png-01:before {
  content: "\50f9";
}
.hgi-stroke.hgi-sharp.hgi-png-02:before {
  content: "\50fb";
}
.hgi-stroke.hgi-sharp.hgi-podcast:before {
  content: "\50fd";
}
.hgi-stroke.hgi-sharp.hgi-podium:before {
  content: "\50ff";
}
.hgi-stroke.hgi-sharp.hgi-pointing-left-01:before {
  content: "\5101";
}
.hgi-stroke.hgi-sharp.hgi-pointing-left-02:before {
  content: "\5103";
}
.hgi-stroke.hgi-sharp.hgi-pointing-left-03:before {
  content: "\5105";
}
.hgi-stroke.hgi-sharp.hgi-pointing-left-04:before {
  content: "\5107";
}
.hgi-stroke.hgi-sharp.hgi-pointing-left-05:before {
  content: "\5109";
}
.hgi-stroke.hgi-sharp.hgi-pointing-left-06:before {
  content: "\510b";
}
.hgi-stroke.hgi-sharp.hgi-pointing-left-07:before {
  content: "\510d";
}
.hgi-stroke.hgi-sharp.hgi-pointing-left-08:before {
  content: "\510f";
}
.hgi-stroke.hgi-sharp.hgi-pointing-right-01:before {
  content: "\5111";
}
.hgi-stroke.hgi-sharp.hgi-pointing-right-02:before {
  content: "\5113";
}
.hgi-stroke.hgi-sharp.hgi-pointing-right-03:before {
  content: "\5115";
}
.hgi-stroke.hgi-sharp.hgi-pointing-right-04:before {
  content: "\5117";
}
.hgi-stroke.hgi-sharp.hgi-pointing-right-05:before {
  content: "\5119";
}
.hgi-stroke.hgi-sharp.hgi-pointing-right-06:before {
  content: "\511b";
}
.hgi-stroke.hgi-sharp.hgi-pointing-right-07:before {
  content: "\511d";
}
.hgi-stroke.hgi-sharp.hgi-pointing-right-08:before {
  content: "\511f";
}
.hgi-stroke.hgi-sharp.hgi-pokeball:before {
  content: "\5121";
}
.hgi-stroke.hgi-sharp.hgi-pokemon:before {
  content: "\5123";
}
.hgi-stroke.hgi-sharp.hgi-police-badge:before {
  content: "\5125";
}
.hgi-stroke.hgi-sharp.hgi-police-cap:before {
  content: "\5127";
}
.hgi-stroke.hgi-sharp.hgi-police-car:before {
  content: "\5129";
}
.hgi-stroke.hgi-sharp.hgi-police-station:before {
  content: "\512b";
}
.hgi-stroke.hgi-sharp.hgi-policy:before {
  content: "\512d";
}
.hgi-stroke.hgi-sharp.hgi-poly-tank:before {
  content: "\512f";
}
.hgi-stroke.hgi-sharp.hgi-polygon:before {
  content: "\5131";
}
.hgi-stroke.hgi-sharp.hgi-pool-table:before {
  content: "\5134";
}
.hgi-stroke.hgi-sharp.hgi-pool:before {
  content: "\5135";
}
.hgi-stroke.hgi-sharp.hgi-poop:before {
  content: "\5137";
}
.hgi-stroke.hgi-sharp.hgi-popcorn:before {
  content: "\5139";
}
.hgi-stroke.hgi-sharp.hgi-pot-01:before {
  content: "\513b";
}
.hgi-stroke.hgi-sharp.hgi-pot-02:before {
  content: "\513d";
}
.hgi-stroke.hgi-sharp.hgi-potion:before {
  content: "\513f";
}
.hgi-stroke.hgi-sharp.hgi-pound-circle:before {
  content: "\5141";
}
.hgi-stroke.hgi-sharp.hgi-pound-receive:before {
  content: "\5143";
}
.hgi-stroke.hgi-sharp.hgi-pound-send:before {
  content: "\5146";
}
.hgi-stroke.hgi-sharp.hgi-pound-square:before {
  content: "\5148";
}
.hgi-stroke.hgi-sharp.hgi-pound:before {
  content: "\5149";
}
.hgi-stroke.hgi-sharp.hgi-power-service:before {
  content: "\514b";
}
.hgi-stroke.hgi-sharp.hgi-power-socket-01:before {
  content: "\514d";
}
.hgi-stroke.hgi-sharp.hgi-power-socket-02:before {
  content: "\514f";
}
.hgi-stroke.hgi-sharp.hgi-ppt-01:before {
  content: "\5151";
}
.hgi-stroke.hgi-sharp.hgi-ppt-02:before {
  content: "\5153";
}
.hgi-stroke.hgi-sharp.hgi-prawn:before {
  content: "\5155";
}
.hgi-stroke.hgi-sharp.hgi-prayer-rug-01:before {
  content: "\5157";
}
.hgi-stroke.hgi-sharp.hgi-prayer-rug-02:before {
  content: "\5159";
}
.hgi-stroke.hgi-sharp.hgi-preference-horizontal:before {
  content: "\515b";
}
.hgi-stroke.hgi-sharp.hgi-preference-vertical:before {
  content: "\515d";
}
.hgi-stroke.hgi-sharp.hgi-prescription:before {
  content: "\515f";
}
.hgi-stroke.hgi-sharp.hgi-presentation-01:before {
  content: "\5161";
}
.hgi-stroke.hgi-sharp.hgi-presentation-02:before {
  content: "\5163";
}
.hgi-stroke.hgi-sharp.hgi-presentation-03:before {
  content: "\5165";
}
.hgi-stroke.hgi-sharp.hgi-presentation-04:before {
  content: "\5167";
}
.hgi-stroke.hgi-sharp.hgi-presentation-05:before {
  content: "\5169";
}
.hgi-stroke.hgi-sharp.hgi-presentation-06:before {
  content: "\516b";
}
.hgi-stroke.hgi-sharp.hgi-presentation-07:before {
  content: "\516d";
}
.hgi-stroke.hgi-sharp.hgi-presentation-bar-chart-01:before {
  content: "\516f";
}
.hgi-stroke.hgi-sharp.hgi-presentation-bar-chart-02:before {
  content: "\5171";
}
.hgi-stroke.hgi-sharp.hgi-presentation-line-chart-01:before {
  content: "\5173";
}
.hgi-stroke.hgi-sharp.hgi-presentation-line-chart-02:before {
  content: "\5175";
}
.hgi-stroke.hgi-sharp.hgi-presentation-online:before {
  content: "\5177";
}
.hgi-stroke.hgi-sharp.hgi-presentation-podium:before {
  content: "\5179";
}
.hgi-stroke.hgi-sharp.hgi-previous:before {
  content: "\517b";
}
.hgi-stroke.hgi-sharp.hgi-printer-off:before {
  content: "\517d";
}
.hgi-stroke.hgi-sharp.hgi-printer:before {
  content: "\517f";
}
.hgi-stroke.hgi-sharp.hgi-prism-01:before {
  content: "\5181";
}
.hgi-stroke.hgi-sharp.hgi-prism:before {
  content: "\5183";
}
.hgi-stroke.hgi-sharp.hgi-prison-guard:before {
  content: "\5185";
}
.hgi-stroke.hgi-sharp.hgi-prison:before {
  content: "\5187";
}
.hgi-stroke.hgi-sharp.hgi-prisoner:before {
  content: "\5189";
}
.hgi-stroke.hgi-sharp.hgi-product-loading:before {
  content: "\518b";
}
.hgi-stroke.hgi-sharp.hgi-profile-02:before {
  content: "\518d";
}
.hgi-stroke.hgi-sharp.hgi-profile:before {
  content: "\518f";
}
.hgi-stroke.hgi-sharp.hgi-profit:before {
  content: "\5191";
}
.hgi-stroke.hgi-sharp.hgi-programming-flag:before {
  content: "\5193";
}
.hgi-stroke.hgi-sharp.hgi-progress-01:before {
  content: "\5195";
}
.hgi-stroke.hgi-sharp.hgi-progress-02:before {
  content: "\5197";
}
.hgi-stroke.hgi-sharp.hgi-progress-03:before {
  content: "\5199";
}
.hgi-stroke.hgi-sharp.hgi-progress-04:before {
  content: "\519b";
}
.hgi-stroke.hgi-sharp.hgi-progress:before {
  content: "\519d";
}
.hgi-stroke.hgi-sharp.hgi-projector-01:before {
  content: "\519f";
}
.hgi-stroke.hgi-sharp.hgi-projector:before {
  content: "\51a1";
}
.hgi-stroke.hgi-sharp.hgi-promotion:before {
  content: "\51a3";
}
.hgi-stroke.hgi-sharp.hgi-property-add:before {
  content: "\51a5";
}
.hgi-stroke.hgi-sharp.hgi-property-delete:before {
  content: "\51a7";
}
.hgi-stroke.hgi-sharp.hgi-property-edit:before {
  content: "\51a9";
}
.hgi-stroke.hgi-sharp.hgi-property-new:before {
  content: "\51ab";
}
.hgi-stroke.hgi-sharp.hgi-property-search:before {
  content: "\51ad";
}
.hgi-stroke.hgi-sharp.hgi-property-view:before {
  content: "\51af";
}
.hgi-stroke.hgi-sharp.hgi-protection-mask:before {
  content: "\51b1";
}
.hgi-stroke.hgi-sharp.hgi-pulley:before {
  content: "\51b3";
}
.hgi-stroke.hgi-sharp.hgi-pulse-01:before {
  content: "\51b5";
}
.hgi-stroke.hgi-sharp.hgi-pulse-02:before {
  content: "\51b7";
}
.hgi-stroke.hgi-sharp.hgi-pulse-rectangle-01:before {
  content: "\51b9";
}
.hgi-stroke.hgi-sharp.hgi-pulse-rectangle-02:before {
  content: "\51bb";
}
.hgi-stroke.hgi-sharp.hgi-pumpkin:before {
  content: "\51bd";
}
.hgi-stroke.hgi-sharp.hgi-punch:before {
  content: "\51bf";
}
.hgi-stroke.hgi-sharp.hgi-punching-ball-01:before {
  content: "\51c1";
}
.hgi-stroke.hgi-sharp.hgi-punching-ball-02:before {
  content: "\51c3";
}
.hgi-stroke.hgi-sharp.hgi-purse-01:before {
  content: "\51c5";
}
.hgi-stroke.hgi-sharp.hgi-purse:before {
  content: "\51c7";
}
.hgi-stroke.hgi-sharp.hgi-push-up-bar:before {
  content: "\51c9";
}
.hgi-stroke.hgi-sharp.hgi-puzzle:before {
  content: "\51cb";
}
.hgi-stroke.hgi-sharp.hgi-pyramid-maslowo:before {
  content: "\51cd";
}
.hgi-stroke.hgi-sharp.hgi-pyramid-structure-01:before {
  content: "\51d0";
}
.hgi-stroke.hgi-sharp.hgi-pyramid-structure-02:before {
  content: "\51d2";
}
.hgi-stroke.hgi-sharp.hgi-pyramid:before {
  content: "\51d3";
}
.hgi-stroke.hgi-sharp.hgi-python:before {
  content: "\51d5";
}
.hgi-stroke.hgi-sharp.hgi-qq-plot:before {
  content: "\51d7";
}
.hgi-stroke.hgi-sharp.hgi-qr-code-01:before {
  content: "\51d9";
}
.hgi-stroke.hgi-sharp.hgi-qr-code:before {
  content: "\51db";
}
.hgi-stroke.hgi-sharp.hgi-question:before {
  content: "\51dd";
}
.hgi-stroke.hgi-sharp.hgi-queue-01:before {
  content: "\51df";
}
.hgi-stroke.hgi-sharp.hgi-queue-02:before {
  content: "\51e1";
}
.hgi-stroke.hgi-sharp.hgi-quill-write-01:before {
  content: "\51e3";
}
.hgi-stroke.hgi-sharp.hgi-quill-write-02:before {
  content: "\51e5";
}
.hgi-stroke.hgi-sharp.hgi-quiz-01:before {
  content: "\51e7";
}
.hgi-stroke.hgi-sharp.hgi-quiz-02:before {
  content: "\51e9";
}
.hgi-stroke.hgi-sharp.hgi-quiz-03:before {
  content: "\51eb";
}
.hgi-stroke.hgi-sharp.hgi-quiz-04:before {
  content: "\51ed";
}
.hgi-stroke.hgi-sharp.hgi-quiz-05:before {
  content: "\51ef";
}
.hgi-stroke.hgi-sharp.hgi-quora:before {
  content: "\51f1";
}
.hgi-stroke.hgi-sharp.hgi-quote-down-circle:before {
  content: "\51f3";
}
.hgi-stroke.hgi-sharp.hgi-quote-down-square:before {
  content: "\51f6";
}
.hgi-stroke.hgi-sharp.hgi-quote-down:before {
  content: "\51f7";
}
.hgi-stroke.hgi-sharp.hgi-quote-up-circle:before {
  content: "\51f9";
}
.hgi-stroke.hgi-sharp.hgi-quote-up-square:before {
  content: "\51fc";
}
.hgi-stroke.hgi-sharp.hgi-quote-up:before {
  content: "\51fd";
}
.hgi-stroke.hgi-sharp.hgi-quotes:before {
  content: "\51ff";
}
.hgi-stroke.hgi-sharp.hgi-quran-01:before {
  content: "\5201";
}
.hgi-stroke.hgi-sharp.hgi-quran-02:before {
  content: "\5203";
}
.hgi-stroke.hgi-sharp.hgi-quran-03:before {
  content: "\5205";
}
.hgi-stroke.hgi-sharp.hgi-racing-flag:before {
  content: "\5207";
}
.hgi-stroke.hgi-sharp.hgi-radar-01:before {
  content: "\5209";
}
.hgi-stroke.hgi-sharp.hgi-radar-02:before {
  content: "\520b";
}
.hgi-stroke.hgi-sharp.hgi-radial:before {
  content: "\520d";
}
.hgi-stroke.hgi-sharp.hgi-radio-01:before {
  content: "\520f";
}
.hgi-stroke.hgi-sharp.hgi-radio-02:before {
  content: "\5211";
}
.hgi-stroke.hgi-sharp.hgi-radio-button:before {
  content: "\5213";
}
.hgi-stroke.hgi-sharp.hgi-radio:before {
  content: "\5215";
}
.hgi-stroke.hgi-sharp.hgi-radioactive-alert:before {
  content: "\5217";
}
.hgi-stroke.hgi-sharp.hgi-radius:before {
  content: "\5219";
}
.hgi-stroke.hgi-sharp.hgi-rain-double-drop:before {
  content: "\521b";
}
.hgi-stroke.hgi-sharp.hgi-rain-drop:before {
  content: "\521d";
}
.hgi-stroke.hgi-sharp.hgi-rain:before {
  content: "\521f";
}
.hgi-stroke.hgi-sharp.hgi-rainbow:before {
  content: "\5221";
}
.hgi-stroke.hgi-sharp.hgi-ramadhan-01:before {
  content: "\5223";
}
.hgi-stroke.hgi-sharp.hgi-ramadhan-02:before {
  content: "\5225";
}
.hgi-stroke.hgi-sharp.hgi-ramadhan-month:before {
  content: "\5227";
}
.hgi-stroke.hgi-sharp.hgi-ranking:before {
  content: "\5229";
}
.hgi-stroke.hgi-sharp.hgi-rar-01:before {
  content: "\522b";
}
.hgi-stroke.hgi-sharp.hgi-rar-02:before {
  content: "\522d";
}
.hgi-stroke.hgi-sharp.hgi-raw-01:before {
  content: "\522f";
}
.hgi-stroke.hgi-sharp.hgi-raw-02:before {
  content: "\5231";
}
.hgi-stroke.hgi-sharp.hgi-re::before {
  content: "\5233";
}
.hgi-stroke.hgi-sharp.hgi-react:before {
  content: "\5235";
}
.hgi-stroke.hgi-sharp.hgi-real-estate-01:before {
  content: "\5237";
}
.hgi-stroke.hgi-sharp.hgi-real-estate-02:before {
  content: "\5239";
}
.hgi-stroke.hgi-sharp.hgi-receipt-dollar:before {
  content: "\523b";
}
.hgi-stroke.hgi-sharp.hgi-record:before {
  content: "\523d";
}
.hgi-stroke.hgi-sharp.hgi-recovery-mail:before {
  content: "\523f";
}
.hgi-stroke.hgi-sharp.hgi-rectangular-01:before {
  content: "\5241";
}
.hgi-stroke.hgi-sharp.hgi-rectangular:before {
  content: "\5243";
}
.hgi-stroke.hgi-sharp.hgi-recycle-01:before {
  content: "\5245";
}
.hgi-stroke.hgi-sharp.hgi-recycle-02:before {
  content: "\5247";
}
.hgi-stroke.hgi-sharp.hgi-recycle-03:before {
  content: "\5249";
}
.hgi-stroke.hgi-sharp.hgi-reddit:before {
  content: "\524b";
}
.hgi-stroke.hgi-sharp.hgi-redo-02:before {
  content: "\524d";
}
.hgi-stroke.hgi-sharp.hgi-redo-03:before {
  content: "\524f";
}
.hgi-stroke.hgi-sharp.hgi-redo:before {
  content: "\5251";
}
.hgi-stroke.hgi-sharp.hgi-reflex:before {
  content: "\5253";
}
.hgi-stroke.hgi-sharp.hgi-refresh:before {
  content: "\5255";
}
.hgi-stroke.hgi-sharp.hgi-refrigerator:before {
  content: "\5257";
}
.hgi-stroke.hgi-sharp.hgi-register:before {
  content: "\5259";
}
.hgi-stroke.hgi-sharp.hgi-registered:before {
  content: "\525b";
}
.hgi-stroke.hgi-sharp.hgi-relieved-01:before {
  content: "\525d";
}
.hgi-stroke.hgi-sharp.hgi-relieved-02:before {
  content: "\525f";
}
.hgi-stroke.hgi-sharp.hgi-reload:before {
  content: "\5261";
}
.hgi-stroke.hgi-sharp.hgi-reminder:before {
  content: "\5263";
}
.hgi-stroke.hgi-sharp.hgi-remote-control:before {
  content: "\5265";
}
.hgi-stroke.hgi-sharp.hgi-remove-01:before {
  content: "\5267";
}
.hgi-stroke.hgi-sharp.hgi-remove-02:before {
  content: "\5269";
}
.hgi-stroke.hgi-sharp.hgi-remove-circle-half-dot:before {
  content: "\526b";
}
.hgi-stroke.hgi-sharp.hgi-remove-circle:before {
  content: "\526d";
}
.hgi-stroke.hgi-sharp.hgi-remove-female:before {
  content: "\526f";
}
.hgi-stroke.hgi-sharp.hgi-remove-male:before {
  content: "\5271";
}
.hgi-stroke.hgi-sharp.hgi-remove-pi:before {
  content: "\5273";
}
.hgi-stroke.hgi-sharp.hgi-remove-square:before {
  content: "\5275";
}
.hgi-stroke.hgi-sharp.hgi-renewable-energy-01:before {
  content: "\5277";
}
.hgi-stroke.hgi-sharp.hgi-renewable-energy:before {
  content: "\5279";
}
.hgi-stroke.hgi-sharp.hgi-repair:before {
  content: "\527b";
}
.hgi-stroke.hgi-sharp.hgi-repeat-off:before {
  content: "\527d";
}
.hgi-stroke.hgi-sharp.hgi-repeat-one-01:before {
  content: "\527f";
}
.hgi-stroke.hgi-sharp.hgi-repeat-one-02:before {
  content: "\5281";
}
.hgi-stroke.hgi-sharp.hgi-repeat:before {
  content: "\5283";
}
.hgi-stroke.hgi-sharp.hgi-replay:before {
  content: "\5285";
}
.hgi-stroke.hgi-sharp.hgi-repository:before {
  content: "\5287";
}
.hgi-stroke.hgi-sharp.hgi-reset-password:before {
  content: "\5289";
}
.hgi-stroke.hgi-sharp.hgi-resize-01:before {
  content: "\528b";
}
.hgi-stroke.hgi-sharp.hgi-resize-02:before {
  content: "\528d";
}
.hgi-stroke.hgi-sharp.hgi-resize-field-rectangle:before {
  content: "\528f";
}
.hgi-stroke.hgi-sharp.hgi-resize-field:before {
  content: "\5291";
}
.hgi-stroke.hgi-sharp.hgi-resources-add:before {
  content: "\5293";
}
.hgi-stroke.hgi-sharp.hgi-resources-remove:before {
  content: "\5295";
}
.hgi-stroke.hgi-sharp.hgi-restaurant-01:before {
  content: "\5297";
}
.hgi-stroke.hgi-sharp.hgi-restaurant-02:before {
  content: "\5299";
}
.hgi-stroke.hgi-sharp.hgi-restaurant-03:before {
  content: "\529b";
}
.hgi-stroke.hgi-sharp.hgi-restaurant-table:before {
  content: "\529d";
}
.hgi-stroke.hgi-sharp.hgi-restore-bin:before {
  content: "\529f";
}
.hgi-stroke.hgi-sharp.hgi-return-request:before {
  content: "\52a1";
}
.hgi-stroke.hgi-sharp.hgi-reverse-withdrawal-01:before {
  content: "\52a3";
}
.hgi-stroke.hgi-sharp.hgi-reverse-withdrawal-02:before {
  content: "\52a5";
}
.hgi-stroke.hgi-sharp.hgi-rhombus-01:before {
  content: "\52a7";
}
.hgi-stroke.hgi-sharp.hgi-rhombus:before {
  content: "\52a9";
}
.hgi-stroke.hgi-sharp.hgi-rice-bowl-01:before {
  content: "\52ab";
}
.hgi-stroke.hgi-sharp.hgi-rice-bowl-02:before {
  content: "\52ad";
}
.hgi-stroke.hgi-sharp.hgi-right-angle:before {
  content: "\52af";
}
.hgi-stroke.hgi-sharp.hgi-right-to-left-block-quote:before {
  content: "\52b1";
}
.hgi-stroke.hgi-sharp.hgi-right-to-left-list-bullet:before {
  content: "\52b3";
}
.hgi-stroke.hgi-sharp.hgi-right-to-left-list-dash:before {
  content: "\52b5";
}
.hgi-stroke.hgi-sharp.hgi-right-to-left-list-number:before {
  content: "\52b7";
}
.hgi-stroke.hgi-sharp.hgi-right-to-left-list-triangle:before {
  content: "\52b9";
}
.hgi-stroke.hgi-sharp.hgi-right-triangle:before {
  content: "\52bb";
}
.hgi-stroke.hgi-sharp.hgi-ripple:before {
  content: "\52bd";
}
.hgi-stroke.hgi-sharp.hgi-riyal-rectangle:before {
  content: "\52bf";
}
.hgi-stroke.hgi-sharp.hgi-riyal:before {
  content: "\52c1";
}
.hgi-stroke.hgi-sharp.hgi-road-01:before {
  content: "\52c3";
}
.hgi-stroke.hgi-sharp.hgi-road-02:before {
  content: "\52c5";
}
.hgi-stroke.hgi-sharp.hgi-road-location-01:before {
  content: "\52c7";
}
.hgi-stroke.hgi-sharp.hgi-road-location-02:before {
  content: "\52c9";
}
.hgi-stroke.hgi-sharp.hgi-road-wayside:before {
  content: "\52cc";
}
.hgi-stroke.hgi-sharp.hgi-road:before {
  content: "\52cd";
}
.hgi-stroke.hgi-sharp.hgi-robot-01:before {
  content: "\52cf";
}
.hgi-stroke.hgi-sharp.hgi-robot-02:before {
  content: "\52d1";
}
.hgi-stroke.hgi-sharp.hgi-robotic:before {
  content: "\52d3";
}
.hgi-stroke.hgi-sharp.hgi-rocket-01:before {
  content: "\52d5";
}
.hgi-stroke.hgi-sharp.hgi-rocket-02:before {
  content: "\52d7";
}
.hgi-stroke.hgi-sharp.hgi-rocket:before {
  content: "\52d9";
}
.hgi-stroke.hgi-sharp.hgi-rocking-chair:before {
  content: "\52db";
}
.hgi-stroke.hgi-sharp.hgi-rocking-horse:before {
  content: "\52dd";
}
.hgi-stroke.hgi-sharp.hgi-roller-skate:before {
  content: "\52df";
}
.hgi-stroke.hgi-sharp.hgi-rolling-pin:before {
  content: "\52e1";
}
.hgi-stroke.hgi-sharp.hgi-root-01:before {
  content: "\52e3";
}
.hgi-stroke.hgi-sharp.hgi-root-02:before {
  content: "\52e5";
}
.hgi-stroke.hgi-sharp.hgi-root-circle:before {
  content: "\52e7";
}
.hgi-stroke.hgi-sharp.hgi-root-first-bracket:before {
  content: "\52e9";
}
.hgi-stroke.hgi-sharp.hgi-root-second-bracket:before {
  content: "\52eb";
}
.hgi-stroke.hgi-sharp.hgi-root-third-bracket:before {
  content: "\52ed";
}
.hgi-stroke.hgi-sharp.hgi-rotate-01:before {
  content: "\52ef";
}
.hgi-stroke.hgi-sharp.hgi-rotate-02:before {
  content: "\52f1";
}
.hgi-stroke.hgi-sharp.hgi-rotate-360:before {
  content: "\52f3";
}
.hgi-stroke.hgi-sharp.hgi-rotate-bottom-left:before {
  content: "\52f5";
}
.hgi-stroke.hgi-sharp.hgi-rotate-bottom-right:before {
  content: "\52f7";
}
.hgi-stroke.hgi-sharp.hgi-rotate-clockwise:before {
  content: "\52f9";
}
.hgi-stroke.hgi-sharp.hgi-rotate-crop:before {
  content: "\52fb";
}
.hgi-stroke.hgi-sharp.hgi-rotate-left-01:before {
  content: "\52fd";
}
.hgi-stroke.hgi-sharp.hgi-rotate-left-02:before {
  content: "\52ff";
}
.hgi-stroke.hgi-sharp.hgi-rotate-left-03:before {
  content: "\5301";
}
.hgi-stroke.hgi-sharp.hgi-rotate-left-04:before {
  content: "\5303";
}
.hgi-stroke.hgi-sharp.hgi-rotate-left-05:before {
  content: "\5305";
}
.hgi-stroke.hgi-sharp.hgi-rotate-left-06:before {
  content: "\5307";
}
.hgi-stroke.hgi-sharp.hgi-rotate-right-01:before {
  content: "\5309";
}
.hgi-stroke.hgi-sharp.hgi-rotate-right-02:before {
  content: "\530b";
}
.hgi-stroke.hgi-sharp.hgi-rotate-right-03:before {
  content: "\530d";
}
.hgi-stroke.hgi-sharp.hgi-rotate-right-04:before {
  content: "\530f";
}
.hgi-stroke.hgi-sharp.hgi-rotate-right-05:before {
  content: "\5311";
}
.hgi-stroke.hgi-sharp.hgi-rotate-right-06:before {
  content: "\5313";
}
.hgi-stroke.hgi-sharp.hgi-rotate-square:before {
  content: "\5315";
}
.hgi-stroke.hgi-sharp.hgi-rotate-top-left:before {
  content: "\5317";
}
.hgi-stroke.hgi-sharp.hgi-rotate-top-right:before {
  content: "\5319";
}
.hgi-stroke.hgi-sharp.hgi-route-01:before {
  content: "\531b";
}
.hgi-stroke.hgi-sharp.hgi-route-02:before {
  content: "\531d";
}
.hgi-stroke.hgi-sharp.hgi-route-03:before {
  content: "\531f";
}
.hgi-stroke.hgi-sharp.hgi-route-block:before {
  content: "\5321";
}
.hgi-stroke.hgi-sharp.hgi-router-01:before {
  content: "\5323";
}
.hgi-stroke.hgi-sharp.hgi-router-02:before {
  content: "\5325";
}
.hgi-stroke.hgi-sharp.hgi-router:before {
  content: "\5327";
}
.hgi-stroke.hgi-sharp.hgi-row-delete:before {
  content: "\5329";
}
.hgi-stroke.hgi-sharp.hgi-row-insert:before {
  content: "\532b";
}
.hgi-stroke.hgi-sharp.hgi-rss-connected-01:before {
  content: "\532d";
}
.hgi-stroke.hgi-sharp.hgi-rss-connected-02:before {
  content: "\532f";
}
.hgi-stroke.hgi-sharp.hgi-rss-error:before {
  content: "\5331";
}
.hgi-stroke.hgi-sharp.hgi-rss-locked:before {
  content: "\5333";
}
.hgi-stroke.hgi-sharp.hgi-rss-unlocked:before {
  content: "\5336";
}
.hgi-stroke.hgi-sharp.hgi-rss:before {
  content: "\5337";
}
.hgi-stroke.hgi-sharp.hgi-rub-el-hizb:before {
  content: "\5339";
}
.hgi-stroke.hgi-sharp.hgi-rubber-duck:before {
  content: "\533b";
}
.hgi-stroke.hgi-sharp.hgi-rubiks-cube:before {
  content: "\533d";
}
.hgi-stroke.hgi-sharp.hgi-ruku:before {
  content: "\533f";
}
.hgi-stroke.hgi-sharp.hgi-ruler:before {
  content: "\5341";
}
.hgi-stroke.hgi-sharp.hgi-running-shoes:before {
  content: "\5343";
}
.hgi-stroke.hgi-sharp.hgi-sad-01:before {
  content: "\5345";
}
.hgi-stroke.hgi-sharp.hgi-sad-02:before {
  content: "\5347";
}
.hgi-stroke.hgi-sharp.hgi-sad-dizzy:before {
  content: "\5349";
}
.hgi-stroke.hgi-sharp.hgi-safari:before {
  content: "\534b";
}
.hgi-stroke.hgi-sharp.hgi-safe-delivery-01:before {
  content: "\534d";
}
.hgi-stroke.hgi-sharp.hgi-safe-delivery-02:before {
  content: "\534f";
}
.hgi-stroke.hgi-sharp.hgi-safe:before {
  content: "\5351";
}
.hgi-stroke.hgi-sharp.hgi-safety-pin-01:before {
  content: "\5353";
}
.hgi-stroke.hgi-sharp.hgi-safety-pin-02:before {
  content: "\5355";
}
.hgi-stroke.hgi-sharp.hgi-sailboat-coastal:before {
  content: "\5357";
}
.hgi-stroke.hgi-sharp.hgi-sailboat-offshore:before {
  content: "\5359";
}
.hgi-stroke.hgi-sharp.hgi-sakura:before {
  content: "\535b";
}
.hgi-stroke.hgi-sharp.hgi-salah-time:before {
  content: "\535e";
}
.hgi-stroke.hgi-sharp.hgi-salah:before {
  content: "\535f";
}
.hgi-stroke.hgi-sharp.hgi-sale-tag-01:before {
  content: "\5361";
}
.hgi-stroke.hgi-sharp.hgi-sale-tag-02:before {
  content: "\5363";
}
.hgi-stroke.hgi-sharp.hgi-sandals:before {
  content: "\5365";
}
.hgi-stroke.hgi-sharp.hgi-satellite-01:before {
  content: "\5367";
}
.hgi-stroke.hgi-sharp.hgi-satellite-02:before {
  content: "\5369";
}
.hgi-stroke.hgi-sharp.hgi-satellite-03:before {
  content: "\536b";
}
.hgi-stroke.hgi-sharp.hgi-satellite:before {
  content: "\536d";
}
.hgi-stroke.hgi-sharp.hgi-saturn-01:before {
  content: "\536f";
}
.hgi-stroke.hgi-sharp.hgi-saturn-02:before {
  content: "\5371";
}
.hgi-stroke.hgi-sharp.hgi-saturn:before {
  content: "\5373";
}
.hgi-stroke.hgi-sharp.hgi-sausage:before {
  content: "\5375";
}
.hgi-stroke.hgi-sharp.hgi-save-energy-01:before {
  content: "\5377";
}
.hgi-stroke.hgi-sharp.hgi-save-energy-02:before {
  content: "\5379";
}
.hgi-stroke.hgi-sharp.hgi-save-money-dollar:before {
  content: "\537b";
}
.hgi-stroke.hgi-sharp.hgi-save-money-euro:before {
  content: "\537d";
}
.hgi-stroke.hgi-sharp.hgi-save-money-pound:before {
  content: "\537f";
}
.hgi-stroke.hgi-sharp.hgi-save-money-yen:before {
  content: "\5381";
}
.hgi-stroke.hgi-sharp.hgi-savings:before {
  content: "\5383";
}
.hgi-stroke.hgi-sharp.hgi-scheme:before {
  content: "\5385";
}
.hgi-stroke.hgi-sharp.hgi-school-01:before {
  content: "\5387";
}
.hgi-stroke.hgi-sharp.hgi-school-bell-01:before {
  content: "\5389";
}
.hgi-stroke.hgi-sharp.hgi-school-bell-02:before {
  content: "\538b";
}
.hgi-stroke.hgi-sharp.hgi-school-bus:before {
  content: "\538d";
}
.hgi-stroke.hgi-sharp.hgi-school-report-card:before {
  content: "\538f";
}
.hgi-stroke.hgi-sharp.hgi-school-tie:before {
  content: "\5392";
}
.hgi-stroke.hgi-sharp.hgi-school:before {
  content: "\5393";
}
.hgi-stroke.hgi-sharp.hgi-scissor-01:before {
  content: "\5395";
}
.hgi-stroke.hgi-sharp.hgi-scissor-rectangle:before {
  content: "\5397";
}
.hgi-stroke.hgi-sharp.hgi-scissor:before {
  content: "\5399";
}
.hgi-stroke.hgi-sharp.hgi-scooter-01:before {
  content: "\539b";
}
.hgi-stroke.hgi-sharp.hgi-scooter-02:before {
  content: "\539d";
}
.hgi-stroke.hgi-sharp.hgi-scooter-03:before {
  content: "\539f";
}
.hgi-stroke.hgi-sharp.hgi-scooter-04:before {
  content: "\53a1";
}
.hgi-stroke.hgi-sharp.hgi-scooter-electric:before {
  content: "\53a3";
}
.hgi-stroke.hgi-sharp.hgi-scratch-card:before {
  content: "\53a5";
}
.hgi-stroke.hgi-sharp.hgi-screen-add-to-home:before {
  content: "\53a7";
}
.hgi-stroke.hgi-sharp.hgi-screen-lock-rotation:before {
  content: "\53a9";
}
.hgi-stroke.hgi-sharp.hgi-screen-rotation:before {
  content: "\53ab";
}
.hgi-stroke.hgi-sharp.hgi-scribd:before {
  content: "\53ad";
}
.hgi-stroke.hgi-sharp.hgi-scroll-horizontal:before {
  content: "\53af";
}
.hgi-stroke.hgi-sharp.hgi-scroll-vertical:before {
  content: "\53b2";
}
.hgi-stroke.hgi-sharp.hgi-scroll:before {
  content: "\53b3";
}
.hgi-stroke.hgi-sharp.hgi-sd-card:before {
  content: "\53b5";
}
.hgi-stroke.hgi-sharp.hgi-seal:before {
  content: "\53b7";
}
.hgi-stroke.hgi-sharp.hgi-search-01:before {
  content: "\53b9";
}
.hgi-stroke.hgi-sharp.hgi-search-02:before {
  content: "\53bb";
}
.hgi-stroke.hgi-sharp.hgi-search-add:before {
  content: "\53bd";
}
.hgi-stroke.hgi-sharp.hgi-search-area:before {
  content: "\53bf";
}
.hgi-stroke.hgi-sharp.hgi-search-circle:before {
  content: "\53c1";
}
.hgi-stroke.hgi-sharp.hgi-search-dollar:before {
  content: "\53c3";
}
.hgi-stroke.hgi-sharp.hgi-search-focus:before {
  content: "\53c5";
}
.hgi-stroke.hgi-sharp.hgi-search-list-01:before {
  content: "\53c7";
}
.hgi-stroke.hgi-sharp.hgi-search-list-02:before {
  content: "\53c9";
}
.hgi-stroke.hgi-sharp.hgi-search-minus:before {
  content: "\53cb";
}
.hgi-stroke.hgi-sharp.hgi-search-remove:before {
  content: "\53cd";
}
.hgi-stroke.hgi-sharp.hgi-search-replace:before {
  content: "\53cf";
}
.hgi-stroke.hgi-sharp.hgi-search-square:before {
  content: "\53d1";
}
.hgi-stroke.hgi-sharp.hgi-search-visual:before {
  content: "\53d3";
}
.hgi-stroke.hgi-sharp.hgi-searching:before {
  content: "\53d5";
}
.hgi-stroke.hgi-sharp.hgi-seat-selector:before {
  content: "\53d7";
}
.hgi-stroke.hgi-sharp.hgi-second-bracket-circle:before {
  content: "\53d9";
}
.hgi-stroke.hgi-sharp.hgi-second-bracket-square:before {
  content: "\53dc";
}
.hgi-stroke.hgi-sharp.hgi-second-bracket:before {
  content: "\53dd";
}
.hgi-stroke.hgi-sharp.hgi-secured-network:before {
  content: "\53df";
}
.hgi-stroke.hgi-sharp.hgi-security-block:before {
  content: "\53e1";
}
.hgi-stroke.hgi-sharp.hgi-security-check:before {
  content: "\53e3";
}
.hgi-stroke.hgi-sharp.hgi-security-key-usb:before {
  content: "\53e5";
}
.hgi-stroke.hgi-sharp.hgi-security-lock:before {
  content: "\53e7";
}
.hgi-stroke.hgi-sharp.hgi-security-password:before {
  content: "\53e9";
}
.hgi-stroke.hgi-sharp.hgi-security-validation:before {
  content: "\53ec";
}
.hgi-stroke.hgi-sharp.hgi-security-wifi:before {
  content: "\53ee";
}
.hgi-stroke.hgi-sharp.hgi-security:before {
  content: "\53ef";
}
.hgi-stroke.hgi-sharp.hgi-segment:before {
  content: "\53f1";
}
.hgi-stroke.hgi-sharp.hgi-select-01:before {
  content: "\53f3";
}
.hgi-stroke.hgi-sharp.hgi-select-02:before {
  content: "\53f5";
}
.hgi-stroke.hgi-sharp.hgi-self-transfer:before {
  content: "\53f7";
}
.hgi-stroke.hgi-sharp.hgi-send-to-mobile:before {
  content: "\53f9";
}
.hgi-stroke.hgi-sharp.hgi-sending-order:before {
  content: "\53fb";
}
.hgi-stroke.hgi-sharp.hgi-senseless:before {
  content: "\53fd";
}
.hgi-stroke.hgi-sharp.hgi-sent-02:before {
  content: "\53ff";
}
.hgi-stroke.hgi-sharp.hgi-sent:before {
  content: "\5401";
}
.hgi-stroke.hgi-sharp.hgi-seo:before {
  content: "\5403";
}
.hgi-stroke.hgi-sharp.hgi-server-stack-01:before {
  content: "\5405";
}
.hgi-stroke.hgi-sharp.hgi-server-stack-02:before {
  content: "\5407";
}
.hgi-stroke.hgi-sharp.hgi-server-stack-03:before {
  content: "\5409";
}
.hgi-stroke.hgi-sharp.hgi-service:before {
  content: "\540b";
}
.hgi-stroke.hgi-sharp.hgi-serving-food:before {
  content: "\540d";
}
.hgi-stroke.hgi-sharp.hgi-setting-06:before {
  content: "\540f";
}
.hgi-stroke.hgi-sharp.hgi-setting-07:before {
  content: "\5411";
}
.hgi-stroke.hgi-sharp.hgi-setting-done-01:before {
  content: "\5413";
}
.hgi-stroke.hgi-sharp.hgi-setting-done-02:before {
  content: "\5415";
}
.hgi-stroke.hgi-sharp.hgi-setting-done-03:before {
  content: "\5417";
}
.hgi-stroke.hgi-sharp.hgi-setting-done-04:before {
  content: "\5419";
}
.hgi-stroke.hgi-sharp.hgi-setting-error-03:before {
  content: "\541b";
}
.hgi-stroke.hgi-sharp.hgi-setting-error-04:before {
  content: "\541d";
}
.hgi-stroke.hgi-sharp.hgi-settings-01:before {
  content: "\541f";
}
.hgi-stroke.hgi-sharp.hgi-settings-02:before {
  content: "\5421";
}
.hgi-stroke.hgi-sharp.hgi-settings-03:before {
  content: "\5423";
}
.hgi-stroke.hgi-sharp.hgi-settings-04:before {
  content: "\5425";
}
.hgi-stroke.hgi-sharp.hgi-settings-05:before {
  content: "\5427";
}
.hgi-stroke.hgi-sharp.hgi-settings-error-01:before {
  content: "\5429";
}
.hgi-stroke.hgi-sharp.hgi-settings-error-02:before {
  content: "\542b";
}
.hgi-stroke.hgi-sharp.hgi-setup-01:before {
  content: "\542d";
}
.hgi-stroke.hgi-sharp.hgi-setup-02:before {
  content: "\542f";
}
.hgi-stroke.hgi-sharp.hgi-seven-z-01:before {
  content: "\5431";
}
.hgi-stroke.hgi-sharp.hgi-seven-z-02:before {
  content: "\5433";
}
.hgi-stroke.hgi-sharp.hgi-shaka-01:before {
  content: "\5435";
}
.hgi-stroke.hgi-sharp.hgi-shaka-02:before {
  content: "\5437";
}
.hgi-stroke.hgi-sharp.hgi-shaka-03:before {
  content: "\5439";
}
.hgi-stroke.hgi-sharp.hgi-shaka-04:before {
  content: "\543b";
}
.hgi-stroke.hgi-sharp.hgi-shampoo:before {
  content: "\543d";
}
.hgi-stroke.hgi-sharp.hgi-shape-collection:before {
  content: "\543f";
}
.hgi-stroke.hgi-sharp.hgi-shapes:before {
  content: "\5441";
}
.hgi-stroke.hgi-sharp.hgi-share-01:before {
  content: "\5443";
}
.hgi-stroke.hgi-sharp.hgi-share-02:before {
  content: "\5445";
}
.hgi-stroke.hgi-sharp.hgi-share-03:before {
  content: "\5447";
}
.hgi-stroke.hgi-sharp.hgi-share-04:before {
  content: "\5449";
}
.hgi-stroke.hgi-sharp.hgi-share-05:before {
  content: "\544b";
}
.hgi-stroke.hgi-sharp.hgi-share-06:before {
  content: "\544d";
}
.hgi-stroke.hgi-sharp.hgi-share-07:before {
  content: "\544f";
}
.hgi-stroke.hgi-sharp.hgi-share-08:before {
  content: "\5451";
}
.hgi-stroke.hgi-sharp.hgi-share-knowledge:before {
  content: "\5453";
}
.hgi-stroke.hgi-sharp.hgi-share-location-01:before {
  content: "\5455";
}
.hgi-stroke.hgi-sharp.hgi-share-location-02:before {
  content: "\5457";
}
.hgi-stroke.hgi-sharp.hgi-shared-wifi:before {
  content: "\5459";
}
.hgi-stroke.hgi-sharp.hgi-sharing:before {
  content: "\545b";
}
.hgi-stroke.hgi-sharp.hgi-shellfish:before {
  content: "\545d";
}
.hgi-stroke.hgi-sharp.hgi-sheriff-01:before {
  content: "\545f";
}
.hgi-stroke.hgi-sharp.hgi-sheriff-02:before {
  content: "\5461";
}
.hgi-stroke.hgi-sharp.hgi-shield-01:before {
  content: "\5463";
}
.hgi-stroke.hgi-sharp.hgi-shield-02:before {
  content: "\5465";
}
.hgi-stroke.hgi-sharp.hgi-shield-blockchain:before {
  content: "\5467";
}
.hgi-stroke.hgi-sharp.hgi-shield-energy:before {
  content: "\5469";
}
.hgi-stroke.hgi-sharp.hgi-shield-key:before {
  content: "\546b";
}
.hgi-stroke.hgi-sharp.hgi-shield-user:before {
  content: "\546d";
}
.hgi-stroke.hgi-sharp.hgi-shipment-tracking:before {
  content: "\546f";
}
.hgi-stroke.hgi-sharp.hgi-shipping-center:before {
  content: "\5471";
}
.hgi-stroke.hgi-sharp.hgi-shipping-loading:before {
  content: "\5473";
}
.hgi-stroke.hgi-sharp.hgi-shipping-truck-01:before {
  content: "\5475";
}
.hgi-stroke.hgi-sharp.hgi-shipping-truck-02:before {
  content: "\5477";
}
.hgi-stroke.hgi-sharp.hgi-shirt-01:before {
  content: "\5479";
}
.hgi-stroke.hgi-sharp.hgi-shocked:before {
  content: "\547b";
}
.hgi-stroke.hgi-sharp.hgi-shop-sign:before {
  content: "\547d";
}
.hgi-stroke.hgi-sharp.hgi-shopify:before {
  content: "\547f";
}
.hgi-stroke.hgi-sharp.hgi-shopping-bag-01:before {
  content: "\5481";
}
.hgi-stroke.hgi-sharp.hgi-shopping-bag-02:before {
  content: "\5483";
}
.hgi-stroke.hgi-sharp.hgi-shopping-bag-03:before {
  content: "\5485";
}
.hgi-stroke.hgi-sharp.hgi-shopping-bag-add:before {
  content: "\5487";
}
.hgi-stroke.hgi-sharp.hgi-shopping-bag-check:before {
  content: "\5489";
}
.hgi-stroke.hgi-sharp.hgi-shopping-bag-favorite:before {
  content: "\548b";
}
.hgi-stroke.hgi-sharp.hgi-shopping-bag-remove:before {
  content: "\548d";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-01:before {
  content: "\548f";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-02:before {
  content: "\5491";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-03:before {
  content: "\5493";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-add-01:before {
  content: "\5495";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-add-02:before {
  content: "\5497";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-add-03:before {
  content: "\5499";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-check-in-01:before {
  content: "\549b";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-check-in-02:before {
  content: "\549d";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-check-in-03:before {
  content: "\549f";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-check-out-01:before {
  content: "\54a1";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-check-out-02:before {
  content: "\54a3";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-check-out-03:before {
  content: "\54a5";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-done-01:before {
  content: "\54a7";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-done-02:before {
  content: "\54a9";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-done-03:before {
  content: "\54ab";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-favorite-01:before {
  content: "\54ad";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-favorite-02:before {
  content: "\54af";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-favorite-03:before {
  content: "\54b1";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-remove-01:before {
  content: "\54b3";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-remove-02:before {
  content: "\54b5";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-remove-03:before {
  content: "\54b7";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-secure-01:before {
  content: "\54b9";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-secure-02:before {
  content: "\54bb";
}
.hgi-stroke.hgi-sharp.hgi-shopping-basket-secure-03:before {
  content: "\54bd";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-01:before {
  content: "\54bf";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-02:before {
  content: "\54c1";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-add-01:before {
  content: "\54c3";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-add-02:before {
  content: "\54c5";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-check-01:before {
  content: "\54c7";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-check-02:before {
  content: "\54c9";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-check-in-01:before {
  content: "\54cb";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-check-in-02:before {
  content: "\54cd";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-check-out-01:before {
  content: "\54cf";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-check-out-02:before {
  content: "\54d1";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-favorite-01:before {
  content: "\54d3";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-favorite-02:before {
  content: "\54d5";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-remove-01:before {
  content: "\54d7";
}
.hgi-stroke.hgi-sharp.hgi-shopping-cart-remove-02:before {
  content: "\54d9";
}
.hgi-stroke.hgi-sharp.hgi-shorts-pants:before {
  content: "\54db";
}
.hgi-stroke.hgi-sharp.hgi-shoulder:before {
  content: "\54dd";
}
.hgi-stroke.hgi-sharp.hgi-shuffle-square:before {
  content: "\54e0";
}
.hgi-stroke.hgi-sharp.hgi-shuffle:before {
  content: "\54e1";
}
.hgi-stroke.hgi-sharp.hgi-shut-down:before {
  content: "\54e3";
}
.hgi-stroke.hgi-sharp.hgi-shutterstock:before {
  content: "\54e5";
}
.hgi-stroke.hgi-sharp.hgi-sidebar-bottom:before {
  content: "\54e7";
}
.hgi-stroke.hgi-sharp.hgi-sidebar-left-01:before {
  content: "\54e9";
}
.hgi-stroke.hgi-sharp.hgi-sidebar-left:before {
  content: "\54eb";
}
.hgi-stroke.hgi-sharp.hgi-sidebar-right-01:before {
  content: "\54ed";
}
.hgi-stroke.hgi-sharp.hgi-sidebar-right:before {
  content: "\54ef";
}
.hgi-stroke.hgi-sharp.hgi-sidebar-top:before {
  content: "\54f1";
}
.hgi-stroke.hgi-sharp.hgi-sign-language-c:before {
  content: "\54f3";
}
.hgi-stroke.hgi-sharp.hgi-signal-full-01:before {
  content: "\54f5";
}
.hgi-stroke.hgi-sharp.hgi-signal-full-02:before {
  content: "\54f7";
}
.hgi-stroke.hgi-sharp.hgi-signal-low-01:before {
  content: "\54f9";
}
.hgi-stroke.hgi-sharp.hgi-signal-low-02:before {
  content: "\54fb";
}
.hgi-stroke.hgi-sharp.hgi-signal-low-medium:before {
  content: "\54fd";
}
.hgi-stroke.hgi-sharp.hgi-signal-medium-01:before {
  content: "\54ff";
}
.hgi-stroke.hgi-sharp.hgi-signal-medium-02:before {
  content: "\5501";
}
.hgi-stroke.hgi-sharp.hgi-signal-no-01:before {
  content: "\5503";
}
.hgi-stroke.hgi-sharp.hgi-signal-no-02:before {
  content: "\5505";
}
.hgi-stroke.hgi-sharp.hgi-signal:before {
  content: "\5507";
}
.hgi-stroke.hgi-sharp.hgi-signature:before {
  content: "\5509";
}
.hgi-stroke.hgi-sharp.hgi-silence:before {
  content: "\550b";
}
.hgi-stroke.hgi-sharp.hgi-simcard-01:before {
  content: "\550d";
}
.hgi-stroke.hgi-sharp.hgi-simcard-02:before {
  content: "\550f";
}
.hgi-stroke.hgi-sharp.hgi-simcard-dual:before {
  content: "\5511";
}
.hgi-stroke.hgi-sharp.hgi-sin:before {
  content: "\5513";
}
.hgi-stroke.hgi-sharp.hgi-sine-01:before {
  content: "\5515";
}
.hgi-stroke.hgi-sharp.hgi-sine-02:before {
  content: "\5517";
}
.hgi-stroke.hgi-sharp.hgi-sing-left:before {
  content: "\5519";
}
.hgi-stroke.hgi-sharp.hgi-sing-right:before {
  content: "\551b";
}
.hgi-stroke.hgi-sharp.hgi-sink-01:before {
  content: "\551d";
}
.hgi-stroke.hgi-sharp.hgi-sink-02:before {
  content: "\551f";
}
.hgi-stroke.hgi-sharp.hgi-siri-new:before {
  content: "\5521";
}
.hgi-stroke.hgi-sharp.hgi-siri:before {
  content: "\5523";
}
.hgi-stroke.hgi-sharp.hgi-sketch:before {
  content: "\5525";
}
.hgi-stroke.hgi-sharp.hgi-skew:before {
  content: "\5527";
}
.hgi-stroke.hgi-sharp.hgi-ski-dice-faces-01:before {
  content: "\5529";
}
.hgi-stroke.hgi-sharp.hgi-skipping-rope:before {
  content: "\552b";
}
.hgi-stroke.hgi-sharp.hgi-skool:before {
  content: "\552d";
}
.hgi-stroke.hgi-sharp.hgi-skull:before {
  content: "\552f";
}
.hgi-stroke.hgi-sharp.hgi-skype:before {
  content: "\5531";
}
.hgi-stroke.hgi-sharp.hgi-slack:before {
  content: "\5533";
}
.hgi-stroke.hgi-sharp.hgi-sleeping:before {
  content: "\5535";
}
.hgi-stroke.hgi-sharp.hgi-sleeveless:before {
  content: "\5537";
}
.hgi-stroke.hgi-sharp.hgi-sliders-horizontal:before {
  content: "\5539";
}
.hgi-stroke.hgi-sharp.hgi-sliders-vertical:before {
  content: "\553b";
}
.hgi-stroke.hgi-sharp.hgi-slideshare:before {
  content: "\553d";
}
.hgi-stroke.hgi-sharp.hgi-slow-winds:before {
  content: "\553f";
}
.hgi-stroke.hgi-sharp.hgi-smart-ac:before {
  content: "\5541";
}
.hgi-stroke.hgi-sharp.hgi-smart-phone-01:before {
  content: "\5543";
}
.hgi-stroke.hgi-sharp.hgi-smart-phone-02:before {
  content: "\5545";
}
.hgi-stroke.hgi-sharp.hgi-smart-phone-03:before {
  content: "\5547";
}
.hgi-stroke.hgi-sharp.hgi-smart-phone-04:before {
  content: "\5549";
}
.hgi-stroke.hgi-sharp.hgi-smart-phone-landscape:before {
  content: "\554b";
}
.hgi-stroke.hgi-sharp.hgi-smart-watch-01:before {
  content: "\554e";
}
.hgi-stroke.hgi-sharp.hgi-smart-watch-02:before {
  content: "\5550";
}
.hgi-stroke.hgi-sharp.hgi-smart-watch-03:before {
  content: "\5552";
}
.hgi-stroke.hgi-sharp.hgi-smart-watch-04:before {
  content: "\5554";
}
.hgi-stroke.hgi-sharp.hgi-smart:before {
  content: "\5555";
}
.hgi-stroke.hgi-sharp.hgi-smartphone-lost-wifi:before {
  content: "\5557";
}
.hgi-stroke.hgi-sharp.hgi-smartphone-wifi:before {
  content: "\5559";
}
.hgi-stroke.hgi-sharp.hgi-smile-dizzy:before {
  content: "\555b";
}
.hgi-stroke.hgi-sharp.hgi-smile:before {
  content: "\555d";
}
.hgi-stroke.hgi-sharp.hgi-sms-code:before {
  content: "\555f";
}
.hgi-stroke.hgi-sharp.hgi-snail:before {
  content: "\5561";
}
.hgi-stroke.hgi-sharp.hgi-snapchat:before {
  content: "\5563";
}
.hgi-stroke.hgi-sharp.hgi-snow:before {
  content: "\5565";
}
.hgi-stroke.hgi-sharp.hgi-socks:before {
  content: "\5567";
}
.hgi-stroke.hgi-sharp.hgi-soda-can:before {
  content: "\5569";
}
.hgi-stroke.hgi-sharp.hgi-sofa-01:before {
  content: "\556b";
}
.hgi-stroke.hgi-sharp.hgi-sofa-02:before {
  content: "\556d";
}
.hgi-stroke.hgi-sharp.hgi-sofa-03:before {
  content: "\556f";
}
.hgi-stroke.hgi-sharp.hgi-sofa-single:before {
  content: "\5571";
}
.hgi-stroke.hgi-sharp.hgi-soft-drink-01:before {
  content: "\5573";
}
.hgi-stroke.hgi-sharp.hgi-soft-drink-02:before {
  content: "\5575";
}
.hgi-stroke.hgi-sharp.hgi-software-license:before {
  content: "\5577";
}
.hgi-stroke.hgi-sharp.hgi-software-uninstall:before {
  content: "\557a";
}
.hgi-stroke.hgi-sharp.hgi-software:before {
  content: "\557b";
}
.hgi-stroke.hgi-sharp.hgi-soil-moisture-field:before {
  content: "\557d";
}
.hgi-stroke.hgi-sharp.hgi-soil-moisture-global:before {
  content: "\557f";
}
.hgi-stroke.hgi-sharp.hgi-soil-temperature-field:before {
  content: "\5581";
}
.hgi-stroke.hgi-sharp.hgi-soil-temperature-global:before {
  content: "\5583";
}
.hgi-stroke.hgi-sharp.hgi-solar-energy:before {
  content: "\5585";
}
.hgi-stroke.hgi-sharp.hgi-solar-panel-01:before {
  content: "\5587";
}
.hgi-stroke.hgi-sharp.hgi-solar-panel-02:before {
  content: "\5589";
}
.hgi-stroke.hgi-sharp.hgi-solar-panel-03:before {
  content: "\558b";
}
.hgi-stroke.hgi-sharp.hgi-solar-panel-04:before {
  content: "\558d";
}
.hgi-stroke.hgi-sharp.hgi-solar-panel-05:before {
  content: "\558f";
}
.hgi-stroke.hgi-sharp.hgi-solar-power:before {
  content: "\5591";
}
.hgi-stroke.hgi-sharp.hgi-solar-system-01:before {
  content: "\5593";
}
.hgi-stroke.hgi-sharp.hgi-solar-system:before {
  content: "\5595";
}
.hgi-stroke.hgi-sharp.hgi-solid-line-01:before {
  content: "\5597";
}
.hgi-stroke.hgi-sharp.hgi-solid-line-02:before {
  content: "\5599";
}
.hgi-stroke.hgi-sharp.hgi-sort-by-down-01:before {
  content: "\559b";
}
.hgi-stroke.hgi-sharp.hgi-sort-by-down-02:before {
  content: "\559d";
}
.hgi-stroke.hgi-sharp.hgi-sort-by-up-01:before {
  content: "\559f";
}
.hgi-stroke.hgi-sharp.hgi-sort-by-up-02:before {
  content: "\55a1";
}
.hgi-stroke.hgi-sharp.hgi-sorting-01:before {
  content: "\55a3";
}
.hgi-stroke.hgi-sharp.hgi-sorting-02:before {
  content: "\55a5";
}
.hgi-stroke.hgi-sharp.hgi-sorting-03:before {
  content: "\55a7";
}
.hgi-stroke.hgi-sharp.hgi-sorting-04:before {
  content: "\55a9";
}
.hgi-stroke.hgi-sharp.hgi-sorting-05:before {
  content: "\55ab";
}
.hgi-stroke.hgi-sharp.hgi-sorting-1-9:before {
  content: "\55ad";
}
.hgi-stroke.hgi-sharp.hgi-sorting-9-1:before {
  content: "\55af";
}
.hgi-stroke.hgi-sharp.hgi-sorting-a-z-01:before {
  content: "\55b1";
}
.hgi-stroke.hgi-sharp.hgi-sorting-a-z-02:before {
  content: "\55b3";
}
.hgi-stroke.hgi-sharp.hgi-sorting-down:before {
  content: "\55b5";
}
.hgi-stroke.hgi-sharp.hgi-sorting-up:before {
  content: "\55b7";
}
.hgi-stroke.hgi-sharp.hgi-sorting-z-a-01:before {
  content: "\55b9";
}
.hgi-stroke.hgi-sharp.hgi-soundcloud:before {
  content: "\55bb";
}
.hgi-stroke.hgi-sharp.hgi-source-code-circle:before {
  content: "\55bd";
}
.hgi-stroke.hgi-sharp.hgi-source-code-square:before {
  content: "\55c0";
}
.hgi-stroke.hgi-sharp.hgi-source-code:before {
  content: "\55c1";
}
.hgi-stroke.hgi-sharp.hgi-spaceship:before {
  content: "\55c3";
}
.hgi-stroke.hgi-sharp.hgi-spades:before {
  content: "\55c5";
}
.hgi-stroke.hgi-sharp.hgi-spaghetti:before {
  content: "\55c7";
}
.hgi-stroke.hgi-sharp.hgi-spam:before {
  content: "\55c9";
}
.hgi-stroke.hgi-sharp.hgi-sparkles:before {
  content: "\55cb";
}
.hgi-stroke.hgi-sharp.hgi-spartan-helmet:before {
  content: "\55cd";
}
.hgi-stroke.hgi-sharp.hgi-spatula:before {
  content: "\55cf";
}
.hgi-stroke.hgi-sharp.hgi-speaker-01:before {
  content: "\55d1";
}
.hgi-stroke.hgi-sharp.hgi-speaker:before {
  content: "\55d3";
}
.hgi-stroke.hgi-sharp.hgi-speech-to-text:before {
  content: "\55d5";
}
.hgi-stroke.hgi-sharp.hgi-speed-train-01:before {
  content: "\55d7";
}
.hgi-stroke.hgi-sharp.hgi-speed-train-02:before {
  content: "\55d9";
}
.hgi-stroke.hgi-sharp.hgi-sperm:before {
  content: "\55db";
}
.hgi-stroke.hgi-sharp.hgi-sphere:before {
  content: "\55dd";
}
.hgi-stroke.hgi-sharp.hgi-spirals:before {
  content: "\55df";
}
.hgi-stroke.hgi-sharp.hgi-spoon-and-fork:before {
  content: "\55e1";
}
.hgi-stroke.hgi-sharp.hgi-spoon-and-knife:before {
  content: "\55e3";
}
.hgi-stroke.hgi-sharp.hgi-spoon:before {
  content: "\55e5";
}
.hgi-stroke.hgi-sharp.hgi-spotify:before {
  content: "\55e7";
}
.hgi-stroke.hgi-sharp.hgi-sql:before {
  content: "\55e9";
}
.hgi-stroke.hgi-sharp.hgi-square-01:before {
  content: "\55eb";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-data-transfer-diagonal:before {
  content: "\55ed";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-data-transfer-horizontal:before {
  content: "\55ef";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-data-transfer-vertical:before {
  content: "\55f1";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-diagonal-01:before {
  content: "\55f3";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-diagonal-02:before {
  content: "\55f5";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-down-01:before {
  content: "\55f7";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-down-02:before {
  content: "\55f9";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-down-03:before {
  content: "\55fb";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-down-double:before {
  content: "\55fd";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-down-left:before {
  content: "\55ff";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-down-right:before {
  content: "\5601";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-expand-01:before {
  content: "\5603";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-expand-02:before {
  content: "\5605";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-horizontal:before {
  content: "\5607";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-left-01:before {
  content: "\5609";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-left-02:before {
  content: "\560b";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-left-03:before {
  content: "\560d";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-left-double:before {
  content: "\560f";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-left-right:before {
  content: "\5611";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-move-down-left:before {
  content: "\5613";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-move-down-right:before {
  content: "\5615";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-move-left-down:before {
  content: "\5617";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-move-left-up:before {
  content: "\5619";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-move-right-down:before {
  content: "\561b";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-move-right-up:before {
  content: "\561d";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-reload-01:before {
  content: "\561f";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-reload-02:before {
  content: "\5621";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-right-01:before {
  content: "\5623";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-right-02:before {
  content: "\5625";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-right-03:before {
  content: "\5627";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-right-double:before {
  content: "\5629";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-shrink-01:before {
  content: "\562b";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-shrink-02:before {
  content: "\562d";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-up-01:before {
  content: "\562f";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-up-02:before {
  content: "\5631";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-up-03:before {
  content: "\5633";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-up-double:before {
  content: "\5635";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-up-down:before {
  content: "\5637";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-up-left:before {
  content: "\5639";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-up-right:before {
  content: "\563b";
}
.hgi-stroke.hgi-sharp.hgi-square-arrow-vertical:before {
  content: "\563d";
}
.hgi-stroke.hgi-sharp.hgi-square-circle:before {
  content: "\563f";
}
.hgi-stroke.hgi-sharp.hgi-square-lock-01:before {
  content: "\5641";
}
.hgi-stroke.hgi-sharp.hgi-square-lock-02:before {
  content: "\5643";
}
.hgi-stroke.hgi-sharp.hgi-square-lock-add-01:before {
  content: "\5645";
}
.hgi-stroke.hgi-sharp.hgi-square-lock-add-02:before {
  content: "\5647";
}
.hgi-stroke.hgi-sharp.hgi-square-lock-check-01:before {
  content: "\5649";
}
.hgi-stroke.hgi-sharp.hgi-square-lock-check-02:before {
  content: "\564b";
}
.hgi-stroke.hgi-sharp.hgi-square-lock-minus-01:before {
  content: "\564d";
}
.hgi-stroke.hgi-sharp.hgi-square-lock-minus-02:before {
  content: "\564f";
}
.hgi-stroke.hgi-sharp.hgi-square-lock-password:before {
  content: "\5651";
}
.hgi-stroke.hgi-sharp.hgi-square-lock-remove-01:before {
  content: "\5653";
}
.hgi-stroke.hgi-sharp.hgi-square-lock-remove-02:before {
  content: "\5655";
}
.hgi-stroke.hgi-sharp.hgi-square-root-square:before {
  content: "\5657";
}
.hgi-stroke.hgi-sharp.hgi-square-square:before {
  content: "\565a";
}
.hgi-stroke.hgi-sharp.hgi-square-unlock-01:before {
  content: "\565c";
}
.hgi-stroke.hgi-sharp.hgi-square-unlock-02:before {
  content: "\565e";
}
.hgi-stroke.hgi-sharp.hgi-square:before {
  content: "\565f";
}
.hgi-stroke.hgi-sharp.hgi-stack-star:before {
  content: "\5661";
}
.hgi-stroke.hgi-sharp.hgi-stake:before {
  content: "\5663";
}
.hgi-stroke.hgi-sharp.hgi-stamp-01:before {
  content: "\5665";
}
.hgi-stroke.hgi-sharp.hgi-stamp-02:before {
  content: "\5667";
}
.hgi-stroke.hgi-sharp.hgi-stamp:before {
  content: "\5669";
}
.hgi-stroke.hgi-sharp.hgi-star-award-01:before {
  content: "\566b";
}
.hgi-stroke.hgi-sharp.hgi-star-award-02:before {
  content: "\566d";
}
.hgi-stroke.hgi-sharp.hgi-star-circle:before {
  content: "\566f";
}
.hgi-stroke.hgi-sharp.hgi-star-face:before {
  content: "\5671";
}
.hgi-stroke.hgi-sharp.hgi-star-half:before {
  content: "\5673";
}
.hgi-stroke.hgi-sharp.hgi-star-off:before {
  content: "\5675";
}
.hgi-stroke.hgi-sharp.hgi-star-square:before {
  content: "\5678";
}
.hgi-stroke.hgi-sharp.hgi-star:before {
  content: "\5679";
}
.hgi-stroke.hgi-sharp.hgi-stars:before {
  content: "\567b";
}
.hgi-stroke.hgi-sharp.hgi-start-up-01:before {
  content: "\567d";
}
.hgi-stroke.hgi-sharp.hgi-start-up-02:before {
  content: "\567f";
}
.hgi-stroke.hgi-sharp.hgi-stationery:before {
  content: "\5681";
}
.hgi-stroke.hgi-sharp.hgi-status:before {
  content: "\5683";
}
.hgi-stroke.hgi-sharp.hgi-steak:before {
  content: "\5685";
}
.hgi-stroke.hgi-sharp.hgi-steering:before {
  content: "\5687";
}
.hgi-stroke.hgi-sharp.hgi-step-into:before {
  content: "\5689";
}
.hgi-stroke.hgi-sharp.hgi-step-out:before {
  content: "\568b";
}
.hgi-stroke.hgi-sharp.hgi-step-over:before {
  content: "\568d";
}
.hgi-stroke.hgi-sharp.hgi-stethoscope-02:before {
  content: "\568f";
}
.hgi-stroke.hgi-sharp.hgi-stethoscope:before {
  content: "\5691";
}
.hgi-stroke.hgi-sharp.hgi-sticky-note-01:before {
  content: "\5693";
}
.hgi-stroke.hgi-sharp.hgi-sticky-note-02:before {
  content: "\5695";
}
.hgi-stroke.hgi-sharp.hgi-sticky-note-03:before {
  content: "\5697";
}
.hgi-stroke.hgi-sharp.hgi-stop-circle:before {
  content: "\5699";
}
.hgi-stroke.hgi-sharp.hgi-stop-loss-order:before {
  content: "\569b";
}
.hgi-stroke.hgi-sharp.hgi-stop-watch:before {
  content: "\569e";
}
.hgi-stroke.hgi-sharp.hgi-stop:before {
  content: "\569f";
}
.hgi-stroke.hgi-sharp.hgi-store-01:before {
  content: "\56a1";
}
.hgi-stroke.hgi-sharp.hgi-store-02:before {
  content: "\56a3";
}
.hgi-stroke.hgi-sharp.hgi-store-03:before {
  content: "\56a5";
}
.hgi-stroke.hgi-sharp.hgi-store-04:before {
  content: "\56a7";
}
.hgi-stroke.hgi-sharp.hgi-store-add-01:before {
  content: "\56a9";
}
.hgi-stroke.hgi-sharp.hgi-store-add-02:before {
  content: "\56ab";
}
.hgi-stroke.hgi-sharp.hgi-store-location-01:before {
  content: "\56ad";
}
.hgi-stroke.hgi-sharp.hgi-store-location-02:before {
  content: "\56af";
}
.hgi-stroke.hgi-sharp.hgi-store-management-01:before {
  content: "\56b1";
}
.hgi-stroke.hgi-sharp.hgi-store-management-02:before {
  content: "\56b3";
}
.hgi-stroke.hgi-sharp.hgi-store-remove-01:before {
  content: "\56b5";
}
.hgi-stroke.hgi-sharp.hgi-store-remove-02:before {
  content: "\56b7";
}
.hgi-stroke.hgi-sharp.hgi-store-verified-01:before {
  content: "\56b9";
}
.hgi-stroke.hgi-sharp.hgi-store-verified-02:before {
  content: "\56bb";
}
.hgi-stroke.hgi-sharp.hgi-straight-edge:before {
  content: "\56bd";
}
.hgi-stroke.hgi-sharp.hgi-strategy:before {
  content: "\56bf";
}
.hgi-stroke.hgi-sharp.hgi-streering-wheel:before {
  content: "\56c1";
}
.hgi-stroke.hgi-sharp.hgi-street-food:before {
  content: "\56c3";
}
.hgi-stroke.hgi-sharp.hgi-stripe:before {
  content: "\56c5";
}
.hgi-stroke.hgi-sharp.hgi-stroke-bottom:before {
  content: "\56c7";
}
.hgi-stroke.hgi-sharp.hgi-stroke-center:before {
  content: "\56c9";
}
.hgi-stroke.hgi-sharp.hgi-stroke-inside:before {
  content: "\56cb";
}
.hgi-stroke.hgi-sharp.hgi-stroke-left:before {
  content: "\56cd";
}
.hgi-stroke.hgi-sharp.hgi-stroke-outside:before {
  content: "\56cf";
}
.hgi-stroke.hgi-sharp.hgi-stroke-right:before {
  content: "\56d1";
}
.hgi-stroke.hgi-sharp.hgi-stroke-top:before {
  content: "\56d3";
}
.hgi-stroke.hgi-sharp.hgi-structure-01:before {
  content: "\56d5";
}
.hgi-stroke.hgi-sharp.hgi-structure-02:before {
  content: "\56d7";
}
.hgi-stroke.hgi-sharp.hgi-structure-03:before {
  content: "\56d9";
}
.hgi-stroke.hgi-sharp.hgi-structure-04:before {
  content: "\56db";
}
.hgi-stroke.hgi-sharp.hgi-structure-05:before {
  content: "\56dd";
}
.hgi-stroke.hgi-sharp.hgi-structure-add:before {
  content: "\56df";
}
.hgi-stroke.hgi-sharp.hgi-structure-check:before {
  content: "\56e1";
}
.hgi-stroke.hgi-sharp.hgi-structure-fail:before {
  content: "\56e3";
}
.hgi-stroke.hgi-sharp.hgi-structure-folder-circle:before {
  content: "\56e5";
}
.hgi-stroke.hgi-sharp.hgi-structure-folder:before {
  content: "\56e7";
}
.hgi-stroke.hgi-sharp.hgi-student-card:before {
  content: "\56e9";
}
.hgi-stroke.hgi-sharp.hgi-student:before {
  content: "\56eb";
}
.hgi-stroke.hgi-sharp.hgi-students:before {
  content: "\56ed";
}
.hgi-stroke.hgi-sharp.hgi-study-desk:before {
  content: "\56ef";
}
.hgi-stroke.hgi-sharp.hgi-study-lamp:before {
  content: "\56f1";
}
.hgi-stroke.hgi-sharp.hgi-stumbleupon:before {
  content: "\56f3";
}
.hgi-stroke.hgi-sharp.hgi-submarine:before {
  content: "\56f5";
}
.hgi-stroke.hgi-sharp.hgi-submerge:before {
  content: "\56f7";
}
.hgi-stroke.hgi-sharp.hgi-subnode-add:before {
  content: "\56f9";
}
.hgi-stroke.hgi-sharp.hgi-subnode-delete:before {
  content: "\56fb";
}
.hgi-stroke.hgi-sharp.hgi-subpoena:before {
  content: "\56fd";
}
.hgi-stroke.hgi-sharp.hgi-subtitle:before {
  content: "\56ff";
}
.hgi-stroke.hgi-sharp.hgi-suit-01:before {
  content: "\5701";
}
.hgi-stroke.hgi-sharp.hgi-suit-02:before {
  content: "\5703";
}
.hgi-stroke.hgi-sharp.hgi-sujood:before {
  content: "\5705";
}
.hgi-stroke.hgi-sharp.hgi-summation-01:before {
  content: "\5707";
}
.hgi-stroke.hgi-sharp.hgi-summation-02:before {
  content: "\5709";
}
.hgi-stroke.hgi-sharp.hgi-summation-circle:before {
  content: "\570b";
}
.hgi-stroke.hgi-sharp.hgi-summation-square:before {
  content: "\570d";
}
.hgi-stroke.hgi-sharp.hgi-sun-01:before {
  content: "\570f";
}
.hgi-stroke.hgi-sharp.hgi-sun-02:before {
  content: "\5711";
}
.hgi-stroke.hgi-sharp.hgi-sun-03:before {
  content: "\5713";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-01:before {
  content: "\5715";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-02:before {
  content: "\5717";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-angled-rain-01:before {
  content: "\5719";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-angled-rain-02:before {
  content: "\571b";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-angled-rain-zap-01:before {
  content: "\571d";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-angled-rain-zap-02:before {
  content: "\571f";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-angled-zap-01:before {
  content: "\5721";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-angled-zap-02:before {
  content: "\5723";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-big-rain-01:before {
  content: "\5725";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-big-rain-02:before {
  content: "\5727";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-fast-wind-01:before {
  content: "\5729";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-fast-wind-02:before {
  content: "\572b";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-hailstone-01:before {
  content: "\572d";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-hailstone-02:before {
  content: "\572f";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-little-rain-01:before {
  content: "\5731";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-little-rain-02:before {
  content: "\5733";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-little-snow-01:before {
  content: "\5735";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-little-snow-02:before {
  content: "\5737";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-mid-rain-01:before {
  content: "\5739";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-mid-rain-02:before {
  content: "\573b";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-mid-snow-01:before {
  content: "\573d";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-mid-snow-02:before {
  content: "\573f";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-slow-wind-01:before {
  content: "\5741";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-slow-wind-02:before {
  content: "\5743";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-snow-01:before {
  content: "\5745";
}
.hgi-stroke.hgi-sharp.hgi-sun-cloud-snow-02:before {
  content: "\5747";
}
.hgi-stroke.hgi-sharp.hgi-sunglasses:before {
  content: "\5749";
}
.hgi-stroke.hgi-sharp.hgi-sunrise:before {
  content: "\574b";
}
.hgi-stroke.hgi-sharp.hgi-sunset:before {
  content: "\574d";
}
.hgi-stroke.hgi-sharp.hgi-super-mario-toad:before {
  content: "\5750";
}
.hgi-stroke.hgi-sharp.hgi-super-mario:before {
  content: "\5751";
}
.hgi-stroke.hgi-sharp.hgi-surfboard:before {
  content: "\5753";
}
.hgi-stroke.hgi-sharp.hgi-surprise:before {
  content: "\5755";
}
.hgi-stroke.hgi-sharp.hgi-sushi-01:before {
  content: "\5757";
}
.hgi-stroke.hgi-sharp.hgi-sushi-02:before {
  content: "\5759";
}
.hgi-stroke.hgi-sharp.hgi-sushi-03:before {
  content: "\575b";
}
.hgi-stroke.hgi-sharp.hgi-suspicious:before {
  content: "\575d";
}
.hgi-stroke.hgi-sharp.hgi-sustainable-energy:before {
  content: "\575f";
}
.hgi-stroke.hgi-sharp.hgi-svg-01:before {
  content: "\5761";
}
.hgi-stroke.hgi-sharp.hgi-svg-02:before {
  content: "\5763";
}
.hgi-stroke.hgi-sharp.hgi-swarm:before {
  content: "\5765";
}
.hgi-stroke.hgi-sharp.hgi-swatch:before {
  content: "\5767";
}
.hgi-stroke.hgi-sharp.hgi-swimming-cap:before {
  content: "\5769";
}
.hgi-stroke.hgi-sharp.hgi-swimming:before {
  content: "\576b";
}
.hgi-stroke.hgi-sharp.hgi-swipe-down-01:before {
  content: "\576d";
}
.hgi-stroke.hgi-sharp.hgi-swipe-down-02:before {
  content: "\576f";
}
.hgi-stroke.hgi-sharp.hgi-swipe-down-03:before {
  content: "\5771";
}
.hgi-stroke.hgi-sharp.hgi-swipe-down-04:before {
  content: "\5773";
}
.hgi-stroke.hgi-sharp.hgi-swipe-down-05:before {
  content: "\5775";
}
.hgi-stroke.hgi-sharp.hgi-swipe-down-06:before {
  content: "\5777";
}
.hgi-stroke.hgi-sharp.hgi-swipe-down-07:before {
  content: "\5779";
}
.hgi-stroke.hgi-sharp.hgi-swipe-down-08:before {
  content: "\577b";
}
.hgi-stroke.hgi-sharp.hgi-swipe-left-01:before {
  content: "\577d";
}
.hgi-stroke.hgi-sharp.hgi-swipe-left-02:before {
  content: "\577f";
}
.hgi-stroke.hgi-sharp.hgi-swipe-left-03:before {
  content: "\5781";
}
.hgi-stroke.hgi-sharp.hgi-swipe-left-04:before {
  content: "\5783";
}
.hgi-stroke.hgi-sharp.hgi-swipe-left-05:before {
  content: "\5785";
}
.hgi-stroke.hgi-sharp.hgi-swipe-left-06:before {
  content: "\5787";
}
.hgi-stroke.hgi-sharp.hgi-swipe-left-07:before {
  content: "\5789";
}
.hgi-stroke.hgi-sharp.hgi-swipe-left-08:before {
  content: "\578b";
}
.hgi-stroke.hgi-sharp.hgi-swipe-left-09:before {
  content: "\578d";
}
.hgi-stroke.hgi-sharp.hgi-swipe-right-01:before {
  content: "\578f";
}
.hgi-stroke.hgi-sharp.hgi-swipe-right-02:before {
  content: "\5791";
}
.hgi-stroke.hgi-sharp.hgi-swipe-right-03:before {
  content: "\5793";
}
.hgi-stroke.hgi-sharp.hgi-swipe-right-04:before {
  content: "\5795";
}
.hgi-stroke.hgi-sharp.hgi-swipe-right-05:before {
  content: "\5797";
}
.hgi-stroke.hgi-sharp.hgi-swipe-right-06:before {
  content: "\5799";
}
.hgi-stroke.hgi-sharp.hgi-swipe-right-07:before {
  content: "\579b";
}
.hgi-stroke.hgi-sharp.hgi-swipe-right-08:before {
  content: "\579d";
}
.hgi-stroke.hgi-sharp.hgi-swipe-right-09:before {
  content: "\579f";
}
.hgi-stroke.hgi-sharp.hgi-swipe-up-01:before {
  content: "\57a1";
}
.hgi-stroke.hgi-sharp.hgi-swipe-up-02:before {
  content: "\57a3";
}
.hgi-stroke.hgi-sharp.hgi-swipe-up-03:before {
  content: "\57a5";
}
.hgi-stroke.hgi-sharp.hgi-swipe-up-04:before {
  content: "\57a7";
}
.hgi-stroke.hgi-sharp.hgi-swipe-up-05:before {
  content: "\57a9";
}
.hgi-stroke.hgi-sharp.hgi-swipe-up-06:before {
  content: "\57ab";
}
.hgi-stroke.hgi-sharp.hgi-swipe-up-07:before {
  content: "\57ad";
}
.hgi-stroke.hgi-sharp.hgi-swipe-up-08:before {
  content: "\57af";
}
.hgi-stroke.hgi-sharp.hgi-sword-01:before {
  content: "\57b1";
}
.hgi-stroke.hgi-sharp.hgi-sword-02:before {
  content: "\57b3";
}
.hgi-stroke.hgi-sharp.hgi-sword-03:before {
  content: "\57b5";
}
.hgi-stroke.hgi-sharp.hgi-system-update-01:before {
  content: "\57b7";
}
.hgi-stroke.hgi-sharp.hgi-system-update-02:before {
  content: "\57b9";
}
.hgi-stroke.hgi-sharp.hgi-t-shirt:before {
  content: "\57bb";
}
.hgi-stroke.hgi-sharp.hgi-table-01:before {
  content: "\57bd";
}
.hgi-stroke.hgi-sharp.hgi-table-02:before {
  content: "\57bf";
}
.hgi-stroke.hgi-sharp.hgi-table-03:before {
  content: "\57c1";
}
.hgi-stroke.hgi-sharp.hgi-table-lamp-01:before {
  content: "\57c3";
}
.hgi-stroke.hgi-sharp.hgi-table-lamp-02:before {
  content: "\57c5";
}
.hgi-stroke.hgi-sharp.hgi-table-round:before {
  content: "\57c7";
}
.hgi-stroke.hgi-sharp.hgi-table-tennis-bat:before {
  content: "\57ca";
}
.hgi-stroke.hgi-sharp.hgi-table:before {
  content: "\57cb";
}
.hgi-stroke.hgi-sharp.hgi-tablet-01:before {
  content: "\57cd";
}
.hgi-stroke.hgi-sharp.hgi-tablet-02:before {
  content: "\57cf";
}
.hgi-stroke.hgi-sharp.hgi-tablet-connected-bluetooth:before {
  content: "\57d1";
}
.hgi-stroke.hgi-sharp.hgi-tablet-connected-usb:before {
  content: "\57d3";
}
.hgi-stroke.hgi-sharp.hgi-tablet-connected-wifi:before {
  content: "\57d5";
}
.hgi-stroke.hgi-sharp.hgi-tablet-pen:before {
  content: "\57d7";
}
.hgi-stroke.hgi-sharp.hgi-taco-01:before {
  content: "\57d9";
}
.hgi-stroke.hgi-sharp.hgi-taco-02:before {
  content: "\57db";
}
.hgi-stroke.hgi-sharp.hgi-tag-01:before {
  content: "\57dd";
}
.hgi-stroke.hgi-sharp.hgi-tag-02:before {
  content: "\57df";
}
.hgi-stroke.hgi-sharp.hgi-tags:before {
  content: "\57e1";
}
.hgi-stroke.hgi-sharp.hgi-taj-mahal:before {
  content: "\57e3";
}
.hgi-stroke.hgi-sharp.hgi-tan:before {
  content: "\57e5";
}
.hgi-stroke.hgi-sharp.hgi-tank-top:before {
  content: "\57e7";
}
.hgi-stroke.hgi-sharp.hgi-tap-01:before {
  content: "\57e9";
}
.hgi-stroke.hgi-sharp.hgi-tap-02:before {
  content: "\57eb";
}
.hgi-stroke.hgi-sharp.hgi-tap-03:before {
  content: "\57ed";
}
.hgi-stroke.hgi-sharp.hgi-tap-04:before {
  content: "\57ef";
}
.hgi-stroke.hgi-sharp.hgi-tap-05:before {
  content: "\57f1";
}
.hgi-stroke.hgi-sharp.hgi-tap-06:before {
  content: "\57f3";
}
.hgi-stroke.hgi-sharp.hgi-tap-07:before {
  content: "\57f5";
}
.hgi-stroke.hgi-sharp.hgi-tap-08:before {
  content: "\57f7";
}
.hgi-stroke.hgi-sharp.hgi-tape-measure:before {
  content: "\57f9";
}
.hgi-stroke.hgi-sharp.hgi-target-01:before {
  content: "\57fb";
}
.hgi-stroke.hgi-sharp.hgi-target-02:before {
  content: "\57fd";
}
.hgi-stroke.hgi-sharp.hgi-target-03:before {
  content: "\57ff";
}
.hgi-stroke.hgi-sharp.hgi-target-dollar:before {
  content: "\5801";
}
.hgi-stroke.hgi-sharp.hgi-tasbih:before {
  content: "\5803";
}
.hgi-stroke.hgi-sharp.hgi-task-01:before {
  content: "\5805";
}
.hgi-stroke.hgi-sharp.hgi-task-02:before {
  content: "\5807";
}
.hgi-stroke.hgi-sharp.hgi-task-add-01:before {
  content: "\5809";
}
.hgi-stroke.hgi-sharp.hgi-task-add-02:before {
  content: "\580b";
}
.hgi-stroke.hgi-sharp.hgi-task-daily-01:before {
  content: "\580d";
}
.hgi-stroke.hgi-sharp.hgi-task-daily-02:before {
  content: "\580f";
}
.hgi-stroke.hgi-sharp.hgi-task-done-01:before {
  content: "\5811";
}
.hgi-stroke.hgi-sharp.hgi-task-done-02:before {
  content: "\5813";
}
.hgi-stroke.hgi-sharp.hgi-task-edit-01:before {
  content: "\5815";
}
.hgi-stroke.hgi-sharp.hgi-task-edit-02:before {
  content: "\5817";
}
.hgi-stroke.hgi-sharp.hgi-task-remove-01:before {
  content: "\5819";
}
.hgi-stroke.hgi-sharp.hgi-task-remove-02:before {
  content: "\581b";
}
.hgi-stroke.hgi-sharp.hgi-taxes:before {
  content: "\581d";
}
.hgi-stroke.hgi-sharp.hgi-taxi:before {
  content: "\581f";
}
.hgi-stroke.hgi-sharp.hgi-tea-pod:before {
  content: "\5821";
}
.hgi-stroke.hgi-sharp.hgi-tea:before {
  content: "\5823";
}
.hgi-stroke.hgi-sharp.hgi-teacher:before {
  content: "\5825";
}
.hgi-stroke.hgi-sharp.hgi-teaching:before {
  content: "\5827";
}
.hgi-stroke.hgi-sharp.hgi-teamviewer:before {
  content: "\5829";
}
.hgi-stroke.hgi-sharp.hgi-telegram:before {
  content: "\582b";
}
.hgi-stroke.hgi-sharp.hgi-telephone:before {
  content: "\582d";
}
.hgi-stroke.hgi-sharp.hgi-telescope-01:before {
  content: "\582f";
}
.hgi-stroke.hgi-sharp.hgi-telescope-02:before {
  content: "\5831";
}
.hgi-stroke.hgi-sharp.hgi-television-table:before {
  content: "\5833";
}
.hgi-stroke.hgi-sharp.hgi-temperature:before {
  content: "\5835";
}
.hgi-stroke.hgi-sharp.hgi-tennis-ball:before {
  content: "\5837";
}
.hgi-stroke.hgi-sharp.hgi-terrace:before {
  content: "\5839";
}
.hgi-stroke.hgi-sharp.hgi-test-tube-01:before {
  content: "\583b";
}
.hgi-stroke.hgi-sharp.hgi-test-tube-02:before {
  content: "\583d";
}
.hgi-stroke.hgi-sharp.hgi-test-tube-03:before {
  content: "\583f";
}
.hgi-stroke.hgi-sharp.hgi-test-tube:before {
  content: "\5841";
}
.hgi-stroke.hgi-sharp.hgi-tetris:before {
  content: "\5843";
}
.hgi-stroke.hgi-sharp.hgi-text-align-center:before {
  content: "\5845";
}
.hgi-stroke.hgi-sharp.hgi-text-align-justify-center:before {
  content: "\5847";
}
.hgi-stroke.hgi-sharp.hgi-text-align-justify-left:before {
  content: "\5849";
}
.hgi-stroke.hgi-sharp.hgi-text-align-justify-right:before {
  content: "\584b";
}
.hgi-stroke.hgi-sharp.hgi-text-align-left-01:before {
  content: "\584d";
}
.hgi-stroke.hgi-sharp.hgi-text-align-left:before {
  content: "\584f";
}
.hgi-stroke.hgi-sharp.hgi-text-align-right-01:before {
  content: "\5851";
}
.hgi-stroke.hgi-sharp.hgi-text-align-right:before {
  content: "\5853";
}
.hgi-stroke.hgi-sharp.hgi-text-all-caps:before {
  content: "\5855";
}
.hgi-stroke.hgi-sharp.hgi-text-bold:before {
  content: "\5857";
}
.hgi-stroke.hgi-sharp.hgi-text-centerline-center-top:before {
  content: "\5859";
}
.hgi-stroke.hgi-sharp.hgi-text-centerline-left:before {
  content: "\585b";
}
.hgi-stroke.hgi-sharp.hgi-text-centerline-middle:before {
  content: "\585d";
}
.hgi-stroke.hgi-sharp.hgi-text-centerline-right:before {
  content: "\585f";
}
.hgi-stroke.hgi-sharp.hgi-text-check:before {
  content: "\5861";
}
.hgi-stroke.hgi-sharp.hgi-text-circle:before {
  content: "\5863";
}
.hgi-stroke.hgi-sharp.hgi-text-clear:before {
  content: "\5865";
}
.hgi-stroke.hgi-sharp.hgi-text-color:before {
  content: "\5867";
}
.hgi-stroke.hgi-sharp.hgi-text-creation:before {
  content: "\5869";
}
.hgi-stroke.hgi-sharp.hgi-text-firstline-left:before {
  content: "\586b";
}
.hgi-stroke.hgi-sharp.hgi-text-firstline-right:before {
  content: "\586d";
}
.hgi-stroke.hgi-sharp.hgi-text-font:before {
  content: "\586f";
}
.hgi-stroke.hgi-sharp.hgi-text-footnote:before {
  content: "\5871";
}
.hgi-stroke.hgi-sharp.hgi-text-indent-01:before {
  content: "\5873";
}
.hgi-stroke.hgi-sharp.hgi-text-indent-less:before {
  content: "\5875";
}
.hgi-stroke.hgi-sharp.hgi-text-indent-more:before {
  content: "\5877";
}
.hgi-stroke.hgi-sharp.hgi-text-indent:before {
  content: "\5879";
}
.hgi-stroke.hgi-sharp.hgi-text-italic-slash:before {
  content: "\587c";
}
.hgi-stroke.hgi-sharp.hgi-text-italic:before {
  content: "\587d";
}
.hgi-stroke.hgi-sharp.hgi-text-kerning:before {
  content: "\587f";
}
.hgi-stroke.hgi-sharp.hgi-text-number-sign:before {
  content: "\5881";
}
.hgi-stroke.hgi-sharp.hgi-text-selection:before {
  content: "\5884";
}
.hgi-stroke.hgi-sharp.hgi-text-smallcaps:before {
  content: "\5886";
}
.hgi-stroke.hgi-sharp.hgi-text-square:before {
  content: "\5888";
}
.hgi-stroke.hgi-sharp.hgi-text-strikethrough:before {
  content: "\588a";
}
.hgi-stroke.hgi-sharp.hgi-text-subscript:before {
  content: "\588c";
}
.hgi-stroke.hgi-sharp.hgi-text-superscript:before {
  content: "\588e";
}
.hgi-stroke.hgi-sharp.hgi-text-tracking:before {
  content: "\5890";
}
.hgi-stroke.hgi-sharp.hgi-text-underline:before {
  content: "\5892";
}
.hgi-stroke.hgi-sharp.hgi-text-variable-front:before {
  content: "\5894";
}
.hgi-stroke.hgi-sharp.hgi-text-vertical-alignment:before {
  content: "\5896";
}
.hgi-stroke.hgi-sharp.hgi-text-wrap:before {
  content: "\5898";
}
.hgi-stroke.hgi-sharp.hgi-text:before {
  content: "\5899";
}
.hgi-stroke.hgi-sharp.hgi-the-prophets-mosque:before {
  content: "\589b";
}
.hgi-stroke.hgi-sharp.hgi-thermometer-cold:before {
  content: "\589d";
}
.hgi-stroke.hgi-sharp.hgi-thermometer-warm:before {
  content: "\58a0";
}
.hgi-stroke.hgi-sharp.hgi-thermometer:before {
  content: "\58a1";
}
.hgi-stroke.hgi-sharp.hgi-third-bracket-circle:before {
  content: "\58a3";
}
.hgi-stroke.hgi-sharp.hgi-third-bracket-square:before {
  content: "\58a6";
}
.hgi-stroke.hgi-sharp.hgi-third-bracket:before {
  content: "\58a7";
}
.hgi-stroke.hgi-sharp.hgi-thread:before {
  content: "\58a9";
}
.hgi-stroke.hgi-sharp.hgi-threads-ellipse:before {
  content: "\58ab";
}
.hgi-stroke.hgi-sharp.hgi-threads-rectangle:before {
  content: "\58ad";
}
.hgi-stroke.hgi-sharp.hgi-threads:before {
  content: "\58af";
}
.hgi-stroke.hgi-sharp.hgi-three-d-move:before {
  content: "\58b1";
}
.hgi-stroke.hgi-sharp.hgi-three-d-rotate:before {
  content: "\58b3";
}
.hgi-stroke.hgi-sharp.hgi-three-d-scale:before {
  content: "\58b5";
}
.hgi-stroke.hgi-sharp.hgi-three-finger-01:before {
  content: "\58b7";
}
.hgi-stroke.hgi-sharp.hgi-three-finger-02:before {
  content: "\58b9";
}
.hgi-stroke.hgi-sharp.hgi-three-finger-03:before {
  content: "\58bb";
}
.hgi-stroke.hgi-sharp.hgi-three-finger-04:before {
  content: "\58bd";
}
.hgi-stroke.hgi-sharp.hgi-three-finger-05:before {
  content: "\58bf";
}
.hgi-stroke.hgi-sharp.hgi-thumbs-down-ellipse:before {
  content: "\58c1";
}
.hgi-stroke.hgi-sharp.hgi-thumbs-down-rectangle:before {
  content: "\58c3";
}
.hgi-stroke.hgi-sharp.hgi-thumbs-down:before {
  content: "\58c5";
}
.hgi-stroke.hgi-sharp.hgi-thumbs-up-down:before {
  content: "\58c7";
}
.hgi-stroke.hgi-sharp.hgi-thumbs-up-ellipse:before {
  content: "\58c9";
}
.hgi-stroke.hgi-sharp.hgi-thumbs-up-rectangle:before {
  content: "\58cb";
}
.hgi-stroke.hgi-sharp.hgi-thumbs-up:before {
  content: "\58cd";
}
.hgi-stroke.hgi-sharp.hgi-tic-tac-toe:before {
  content: "\58cf";
}
.hgi-stroke.hgi-sharp.hgi-tick-01:before {
  content: "\58d1";
}
.hgi-stroke.hgi-sharp.hgi-tick-02:before {
  content: "\58d3";
}
.hgi-stroke.hgi-sharp.hgi-tick-03:before {
  content: "\58d5";
}
.hgi-stroke.hgi-sharp.hgi-tick-04:before {
  content: "\58d7";
}
.hgi-stroke.hgi-sharp.hgi-tick-double-01:before {
  content: "\58d9";
}
.hgi-stroke.hgi-sharp.hgi-tick-double-02:before {
  content: "\58db";
}
.hgi-stroke.hgi-sharp.hgi-tick-double-03:before {
  content: "\58dd";
}
.hgi-stroke.hgi-sharp.hgi-tick-double-04:before {
  content: "\58df";
}
.hgi-stroke.hgi-sharp.hgi-ticket-01:before {
  content: "\58e1";
}
.hgi-stroke.hgi-sharp.hgi-ticket-02:before {
  content: "\58e3";
}
.hgi-stroke.hgi-sharp.hgi-ticket-03:before {
  content: "\58e5";
}
.hgi-stroke.hgi-sharp.hgi-ticket-star:before {
  content: "\58e7";
}
.hgi-stroke.hgi-sharp.hgi-tie:before {
  content: "\58e9";
}
.hgi-stroke.hgi-sharp.hgi-tiff-01:before {
  content: "\58eb";
}
.hgi-stroke.hgi-sharp.hgi-tiff-02:before {
  content: "\58ed";
}
.hgi-stroke.hgi-sharp.hgi-tiktok:before {
  content: "\58ef";
}
.hgi-stroke.hgi-sharp.hgi-tiltify:before {
  content: "\58f1";
}
.hgi-stroke.hgi-sharp.hgi-time-01:before {
  content: "\58f3";
}
.hgi-stroke.hgi-sharp.hgi-time-02:before {
  content: "\58f5";
}
.hgi-stroke.hgi-sharp.hgi-time-03:before {
  content: "\58f7";
}
.hgi-stroke.hgi-sharp.hgi-time-04:before {
  content: "\58f9";
}
.hgi-stroke.hgi-sharp.hgi-time-half-pass:before {
  content: "\58fb";
}
.hgi-stroke.hgi-sharp.hgi-time-management-circle:before {
  content: "\58fd";
}
.hgi-stroke.hgi-sharp.hgi-time-management:before {
  content: "\58ff";
}
.hgi-stroke.hgi-sharp.hgi-time-quarter-02:before {
  content: "\5901";
}
.hgi-stroke.hgi-sharp.hgi-time-quarter-pass:before {
  content: "\5903";
}
.hgi-stroke.hgi-sharp.hgi-time-quarter:before {
  content: "\5905";
}
.hgi-stroke.hgi-sharp.hgi-time-schedule:before {
  content: "\5907";
}
.hgi-stroke.hgi-sharp.hgi-time-setting-01:before {
  content: "\5909";
}
.hgi-stroke.hgi-sharp.hgi-time-setting-02:before {
  content: "\590b";
}
.hgi-stroke.hgi-sharp.hgi-time-setting-03:before {
  content: "\590d";
}
.hgi-stroke.hgi-sharp.hgi-timer-01:before {
  content: "\590f";
}
.hgi-stroke.hgi-sharp.hgi-timer-02:before {
  content: "\5911";
}
.hgi-stroke.hgi-sharp.hgi-tips:before {
  content: "\5913";
}
.hgi-stroke.hgi-sharp.hgi-tire:before {
  content: "\5915";
}
.hgi-stroke.hgi-sharp.hgi-tired-01:before {
  content: "\5917";
}
.hgi-stroke.hgi-sharp.hgi-tired-02:before {
  content: "\5919";
}
.hgi-stroke.hgi-sharp.hgi-tissue-paper:before {
  content: "\591b";
}
.hgi-stroke.hgi-sharp.hgi-toggle-off:before {
  content: "\591d";
}
.hgi-stroke.hgi-sharp.hgi-toggle-on:before {
  content: "\591f";
}
.hgi-stroke.hgi-sharp.hgi-toilet-01:before {
  content: "\5921";
}
.hgi-stroke.hgi-sharp.hgi-toilet-02:before {
  content: "\5923";
}
.hgi-stroke.hgi-sharp.hgi-token-circle:before {
  content: "\5925";
}
.hgi-stroke.hgi-sharp.hgi-token-square:before {
  content: "\5927";
}
.hgi-stroke.hgi-sharp.hgi-tongue-01:before {
  content: "\5929";
}
.hgi-stroke.hgi-sharp.hgi-tongue-wink-left:before {
  content: "\592c";
}
.hgi-stroke.hgi-sharp.hgi-tongue-wink-right:before {
  content: "\592e";
}
.hgi-stroke.hgi-sharp.hgi-tongue:before {
  content: "\592f";
}
.hgi-stroke.hgi-sharp.hgi-tools:before {
  content: "\5931";
}
.hgi-stroke.hgi-sharp.hgi-tornado-01:before {
  content: "\5933";
}
.hgi-stroke.hgi-sharp.hgi-tornado-02:before {
  content: "\5935";
}
.hgi-stroke.hgi-sharp.hgi-torri-gate:before {
  content: "\5937";
}
.hgi-stroke.hgi-sharp.hgi-touch-01:before {
  content: "\5939";
}
.hgi-stroke.hgi-sharp.hgi-touch-02:before {
  content: "\593b";
}
.hgi-stroke.hgi-sharp.hgi-touch-03:before {
  content: "\593d";
}
.hgi-stroke.hgi-sharp.hgi-touch-04:before {
  content: "\593f";
}
.hgi-stroke.hgi-sharp.hgi-touch-05:before {
  content: "\5941";
}
.hgi-stroke.hgi-sharp.hgi-touch-06:before {
  content: "\5943";
}
.hgi-stroke.hgi-sharp.hgi-touch-07:before {
  content: "\5945";
}
.hgi-stroke.hgi-sharp.hgi-touch-08:before {
  content: "\5947";
}
.hgi-stroke.hgi-sharp.hgi-touch-09:before {
  content: "\5949";
}
.hgi-stroke.hgi-sharp.hgi-touch-10:before {
  content: "\594b";
}
.hgi-stroke.hgi-sharp.hgi-touch-interaction-01:before {
  content: "\594d";
}
.hgi-stroke.hgi-sharp.hgi-touch-interaction-02:before {
  content: "\594f";
}
.hgi-stroke.hgi-sharp.hgi-touch-interaction-03:before {
  content: "\5951";
}
.hgi-stroke.hgi-sharp.hgi-touch-interaction-04:before {
  content: "\5953";
}
.hgi-stroke.hgi-sharp.hgi-touch-locked-01:before {
  content: "\5955";
}
.hgi-stroke.hgi-sharp.hgi-touch-locked-02:before {
  content: "\5957";
}
.hgi-stroke.hgi-sharp.hgi-touch-locked-03:before {
  content: "\5959";
}
.hgi-stroke.hgi-sharp.hgi-touch-locked-04:before {
  content: "\595b";
}
.hgi-stroke.hgi-sharp.hgi-touchpad-01:before {
  content: "\595d";
}
.hgi-stroke.hgi-sharp.hgi-touchpad-02:before {
  content: "\595f";
}
.hgi-stroke.hgi-sharp.hgi-touchpad-03:before {
  content: "\5961";
}
.hgi-stroke.hgi-sharp.hgi-touchpad-04:before {
  content: "\5963";
}
.hgi-stroke.hgi-sharp.hgi-tow-truck:before {
  content: "\5965";
}
.hgi-stroke.hgi-sharp.hgi-towels:before {
  content: "\5967";
}
.hgi-stroke.hgi-sharp.hgi-toy-train:before {
  content: "\5969";
}
.hgi-stroke.hgi-sharp.hgi-tractor:before {
  content: "\596b";
}
.hgi-stroke.hgi-sharp.hgi-trade-down:before {
  content: "\596d";
}
.hgi-stroke.hgi-sharp.hgi-trade-mark:before {
  content: "\596f";
}
.hgi-stroke.hgi-sharp.hgi-trade-up:before {
  content: "\5971";
}
.hgi-stroke.hgi-sharp.hgi-trademark:before {
  content: "\5973";
}
.hgi-stroke.hgi-sharp.hgi-traffic-incident:before {
  content: "\5975";
}
.hgi-stroke.hgi-sharp.hgi-traffic-jam-01:before {
  content: "\5977";
}
.hgi-stroke.hgi-sharp.hgi-traffic-jam-02:before {
  content: "\5979";
}
.hgi-stroke.hgi-sharp.hgi-traffic-light:before {
  content: "\597b";
}
.hgi-stroke.hgi-sharp.hgi-train-01:before {
  content: "\597d";
}
.hgi-stroke.hgi-sharp.hgi-train-02:before {
  content: "\597f";
}
.hgi-stroke.hgi-sharp.hgi-tram:before {
  content: "\5981";
}
.hgi-stroke.hgi-sharp.hgi-trampoline:before {
  content: "\5983";
}
.hgi-stroke.hgi-sharp.hgi-transaction:before {
  content: "\5985";
}
.hgi-stroke.hgi-sharp.hgi-transition-bottom:before {
  content: "\5987";
}
.hgi-stroke.hgi-sharp.hgi-transition-left:before {
  content: "\5989";
}
.hgi-stroke.hgi-sharp.hgi-transition-right:before {
  content: "\598b";
}
.hgi-stroke.hgi-sharp.hgi-transition-top:before {
  content: "\598d";
}
.hgi-stroke.hgi-sharp.hgi-translate:before {
  content: "\598f";
}
.hgi-stroke.hgi-sharp.hgi-translation:before {
  content: "\5991";
}
.hgi-stroke.hgi-sharp.hgi-transmission:before {
  content: "\5993";
}
.hgi-stroke.hgi-sharp.hgi-transparency:before {
  content: "\5995";
}
.hgi-stroke.hgi-sharp.hgi-trapezoid-line-horizontal:before {
  content: "\5997";
}
.hgi-stroke.hgi-sharp.hgi-trapezoid-line-vertical:before {
  content: "\5999";
}
.hgi-stroke.hgi-sharp.hgi-travel-bag:before {
  content: "\599b";
}
.hgi-stroke.hgi-sharp.hgi-treadmill-01:before {
  content: "\599d";
}
.hgi-stroke.hgi-sharp.hgi-treadmill-02:before {
  content: "\599f";
}
.hgi-stroke.hgi-sharp.hgi-treatment:before {
  content: "\59a1";
}
.hgi-stroke.hgi-sharp.hgi-tree-01:before {
  content: "\59a3";
}
.hgi-stroke.hgi-sharp.hgi-tree-02:before {
  content: "\59a5";
}
.hgi-stroke.hgi-sharp.hgi-tree-03:before {
  content: "\59a7";
}
.hgi-stroke.hgi-sharp.hgi-tree-04:before {
  content: "\59a9";
}
.hgi-stroke.hgi-sharp.hgi-tree-05:before {
  content: "\59ab";
}
.hgi-stroke.hgi-sharp.hgi-tree-06:before {
  content: "\59ad";
}
.hgi-stroke.hgi-sharp.hgi-tree-07:before {
  content: "\59af";
}
.hgi-stroke.hgi-sharp.hgi-trello:before {
  content: "\59b1";
}
.hgi-stroke.hgi-sharp.hgi-triangle-01:before {
  content: "\59b3";
}
.hgi-stroke.hgi-sharp.hgi-triangle-02:before {
  content: "\59b5";
}
.hgi-stroke.hgi-sharp.hgi-triangle-03:before {
  content: "\59b7";
}
.hgi-stroke.hgi-sharp.hgi-triangle:before {
  content: "\59b9";
}
.hgi-stroke.hgi-sharp.hgi-trolley-01:before {
  content: "\59bb";
}
.hgi-stroke.hgi-sharp.hgi-trolley-02:before {
  content: "\59bd";
}
.hgi-stroke.hgi-sharp.hgi-tropical-storm-tracks-01:before {
  content: "\59c0";
}
.hgi-stroke.hgi-sharp.hgi-tropical-storm-tracks-02:before {
  content: "\59c2";
}
.hgi-stroke.hgi-sharp.hgi-tropical-storm:before {
  content: "\59c3";
}
.hgi-stroke.hgi-sharp.hgi-truck-delivery:before {
  content: "\59c5";
}
.hgi-stroke.hgi-sharp.hgi-truck-monster:before {
  content: "\59c7";
}
.hgi-stroke.hgi-sharp.hgi-truck-return:before {
  content: "\59c9";
}
.hgi-stroke.hgi-sharp.hgi-truck:before {
  content: "\59cb";
}
.hgi-stroke.hgi-sharp.hgi-trulli:before {
  content: "\59cd";
}
.hgi-stroke.hgi-sharp.hgi-tsunami:before {
  content: "\59cf";
}
.hgi-stroke.hgi-sharp.hgi-tulip:before {
  content: "\59d1";
}
.hgi-stroke.hgi-sharp.hgi-tumblr:before {
  content: "\59d3";
}
.hgi-stroke.hgi-sharp.hgi-turtle-neck:before {
  content: "\59d5";
}
.hgi-stroke.hgi-sharp.hgi-tv-01:before {
  content: "\59d7";
}
.hgi-stroke.hgi-sharp.hgi-tv-02:before {
  content: "\59d9";
}
.hgi-stroke.hgi-sharp.hgi-tv-fix:before {
  content: "\59db";
}
.hgi-stroke.hgi-sharp.hgi-tv-issue:before {
  content: "\59dd";
}
.hgi-stroke.hgi-sharp.hgi-tv-smart:before {
  content: "\59df";
}
.hgi-stroke.hgi-sharp.hgi-twin-tower:before {
  content: "\59e1";
}
.hgi-stroke.hgi-sharp.hgi-twitch:before {
  content: "\59e3";
}
.hgi-stroke.hgi-sharp.hgi-twitter-square:before {
  content: "\59e6";
}
.hgi-stroke.hgi-sharp.hgi-twitter:before {
  content: "\59e7";
}
.hgi-stroke.hgi-sharp.hgi-two-factor-access:before {
  content: "\59e9";
}
.hgi-stroke.hgi-sharp.hgi-two-finger-01:before {
  content: "\59eb";
}
.hgi-stroke.hgi-sharp.hgi-two-finger-02:before {
  content: "\59ed";
}
.hgi-stroke.hgi-sharp.hgi-two-finger-03:before {
  content: "\59ef";
}
.hgi-stroke.hgi-sharp.hgi-two-finger-04:before {
  content: "\59f1";
}
.hgi-stroke.hgi-sharp.hgi-two-finger-05:before {
  content: "\59f3";
}
.hgi-stroke.hgi-sharp.hgi-txt-01:before {
  content: "\59f5";
}
.hgi-stroke.hgi-sharp.hgi-txt-02:before {
  content: "\59f7";
}
.hgi-stroke.hgi-sharp.hgi-type-cursor:before {
  content: "\59f9";
}
.hgi-stroke.hgi-sharp.hgi-typescript-01:before {
  content: "\59fb";
}
.hgi-stroke.hgi-sharp.hgi-typescript-02:before {
  content: "\59fd";
}
.hgi-stroke.hgi-sharp.hgi-typescript-03:before {
  content: "\59ff";
}
.hgi-stroke.hgi-sharp.hgi-uber:before {
  content: "\5a01";
}
.hgi-stroke.hgi-sharp.hgi-ufo-01:before {
  content: "\5a03";
}
.hgi-stroke.hgi-sharp.hgi-ufo:before {
  content: "\5a05";
}
.hgi-stroke.hgi-sharp.hgi-umbrella-dollar:before {
  content: "\5a07";
}
.hgi-stroke.hgi-sharp.hgi-umbrella:before {
  content: "\5a09";
}
.hgi-stroke.hgi-sharp.hgi-unamused:before {
  content: "\5a0b";
}
.hgi-stroke.hgi-sharp.hgi-unavailable:before {
  content: "\5a0d";
}
.hgi-stroke.hgi-sharp.hgi-underpants-01:before {
  content: "\5a0f";
}
.hgi-stroke.hgi-sharp.hgi-underpants-02:before {
  content: "\5a11";
}
.hgi-stroke.hgi-sharp.hgi-underpants-03:before {
  content: "\5a13";
}
.hgi-stroke.hgi-sharp.hgi-undo-02:before {
  content: "\5a15";
}
.hgi-stroke.hgi-sharp.hgi-undo-03:before {
  content: "\5a17";
}
.hgi-stroke.hgi-sharp.hgi-undo:before {
  content: "\5a19";
}
.hgi-stroke.hgi-sharp.hgi-unfold-less:before {
  content: "\5a1b";
}
.hgi-stroke.hgi-sharp.hgi-unfold-more:before {
  content: "\5a1d";
}
.hgi-stroke.hgi-sharp.hgi-ungroup-items:before {
  content: "\5a1f";
}
.hgi-stroke.hgi-sharp.hgi-ungroup-layers:before {
  content: "\5a21";
}
.hgi-stroke.hgi-sharp.hgi-unhappy:before {
  content: "\5a23";
}
.hgi-stroke.hgi-sharp.hgi-universal-access-circle:before {
  content: "\5a25";
}
.hgi-stroke.hgi-sharp.hgi-universal-access:before {
  content: "\5a27";
}
.hgi-stroke.hgi-sharp.hgi-university:before {
  content: "\5a29";
}
.hgi-stroke.hgi-sharp.hgi-unlink-01:before {
  content: "\5a2b";
}
.hgi-stroke.hgi-sharp.hgi-unlink-02:before {
  content: "\5a2d";
}
.hgi-stroke.hgi-sharp.hgi-unlink-03:before {
  content: "\5a2f";
}
.hgi-stroke.hgi-sharp.hgi-unlink-04:before {
  content: "\5a31";
}
.hgi-stroke.hgi-sharp.hgi-unlink-05:before {
  content: "\5a33";
}
.hgi-stroke.hgi-sharp.hgi-unlink-06:before {
  content: "\5a35";
}
.hgi-stroke.hgi-sharp.hgi-unsplash:before {
  content: "\5a37";
}
.hgi-stroke.hgi-sharp.hgi-upload-01:before {
  content: "\5a39";
}
.hgi-stroke.hgi-sharp.hgi-upload-02:before {
  content: "\5a3b";
}
.hgi-stroke.hgi-sharp.hgi-upload-03:before {
  content: "\5a3d";
}
.hgi-stroke.hgi-sharp.hgi-upload-04:before {
  content: "\5a3f";
}
.hgi-stroke.hgi-sharp.hgi-upload-05:before {
  content: "\5a41";
}
.hgi-stroke.hgi-sharp.hgi-upload-circle-01:before {
  content: "\5a43";
}
.hgi-stroke.hgi-sharp.hgi-upload-circle-02:before {
  content: "\5a45";
}
.hgi-stroke.hgi-sharp.hgi-upload-square-01:before {
  content: "\5a47";
}
.hgi-stroke.hgi-sharp.hgi-upload-square-02:before {
  content: "\5a49";
}
.hgi-stroke.hgi-sharp.hgi-upwork:before {
  content: "\5a4b";
}
.hgi-stroke.hgi-sharp.hgi-usb-bugs:before {
  content: "\5a4d";
}
.hgi-stroke.hgi-sharp.hgi-usb-connected-01:before {
  content: "\5a4f";
}
.hgi-stroke.hgi-sharp.hgi-usb-connected-02:before {
  content: "\5a51";
}
.hgi-stroke.hgi-sharp.hgi-usb-connected-03:before {
  content: "\5a53";
}
.hgi-stroke.hgi-sharp.hgi-usb-error:before {
  content: "\5a55";
}
.hgi-stroke.hgi-sharp.hgi-usb-memory-01:before {
  content: "\5a57";
}
.hgi-stroke.hgi-sharp.hgi-usb-memory-02:before {
  content: "\5a59";
}
.hgi-stroke.hgi-sharp.hgi-usb-not-connected-01:before {
  content: "\5a5b";
}
.hgi-stroke.hgi-sharp.hgi-usb-not-connected-02:before {
  content: "\5a5d";
}
.hgi-stroke.hgi-sharp.hgi-usb:before {
  content: "\5a5f";
}
.hgi-stroke.hgi-sharp.hgi-user-02:before {
  content: "\5a61";
}
.hgi-stroke.hgi-sharp.hgi-user-03:before {
  content: "\5a63";
}
.hgi-stroke.hgi-sharp.hgi-user-account:before {
  content: "\5a65";
}
.hgi-stroke.hgi-sharp.hgi-user-add-01:before {
  content: "\5a67";
}
.hgi-stroke.hgi-sharp.hgi-user-add-02:before {
  content: "\5a69";
}
.hgi-stroke.hgi-sharp.hgi-user-arrow-left-right:before {
  content: "\5a6b";
}
.hgi-stroke.hgi-sharp.hgi-user-block-01:before {
  content: "\5a6d";
}
.hgi-stroke.hgi-sharp.hgi-user-block-02:before {
  content: "\5a6f";
}
.hgi-stroke.hgi-sharp.hgi-user-check-01:before {
  content: "\5a71";
}
.hgi-stroke.hgi-sharp.hgi-user-check-02:before {
  content: "\5a73";
}
.hgi-stroke.hgi-sharp.hgi-user-circle-02:before {
  content: "\5a75";
}
.hgi-stroke.hgi-sharp.hgi-user-circle:before {
  content: "\5a77";
}
.hgi-stroke.hgi-sharp.hgi-user-edit-01:before {
  content: "\5a79";
}
.hgi-stroke.hgi-sharp.hgi-user-full-view:before {
  content: "\5a7b";
}
.hgi-stroke.hgi-sharp.hgi-user-group-02:before {
  content: "\5a7d";
}
.hgi-stroke.hgi-sharp.hgi-user-group-03:before {
  content: "\5a7f";
}
.hgi-stroke.hgi-sharp.hgi-user-group:before {
  content: "\5a81";
}
.hgi-stroke.hgi-sharp.hgi-user-id-verification:before {
  content: "\5a83";
}
.hgi-stroke.hgi-sharp.hgi-user-list:before {
  content: "\5a85";
}
.hgi-stroke.hgi-sharp.hgi-user-lock-01:before {
  content: "\5a87";
}
.hgi-stroke.hgi-sharp.hgi-user-lock-02:before {
  content: "\5a89";
}
.hgi-stroke.hgi-sharp.hgi-user-love-01:before {
  content: "\5a8b";
}
.hgi-stroke.hgi-sharp.hgi-user-love-02:before {
  content: "\5a8d";
}
.hgi-stroke.hgi-sharp.hgi-user-minus-01:before {
  content: "\5a8f";
}
.hgi-stroke.hgi-sharp.hgi-user-minus-02:before {
  content: "\5a91";
}
.hgi-stroke.hgi-sharp.hgi-user-multiple-02:before {
  content: "\5a93";
}
.hgi-stroke.hgi-sharp.hgi-user-multiple-03:before {
  content: "\5a95";
}
.hgi-stroke.hgi-sharp.hgi-user-multiple:before {
  content: "\5a97";
}
.hgi-stroke.hgi-sharp.hgi-user-question-01:before {
  content: "\5a99";
}
.hgi-stroke.hgi-sharp.hgi-user-question-02:before {
  content: "\5a9b";
}
.hgi-stroke.hgi-sharp.hgi-user-remove-01:before {
  content: "\5a9d";
}
.hgi-stroke.hgi-sharp.hgi-user-remove-02:before {
  content: "\5a9f";
}
.hgi-stroke.hgi-sharp.hgi-user-roadside:before {
  content: "\5aa1";
}
.hgi-stroke.hgi-sharp.hgi-user-search-01:before {
  content: "\5aa3";
}
.hgi-stroke.hgi-sharp.hgi-user-search-02:before {
  content: "\5aa5";
}
.hgi-stroke.hgi-sharp.hgi-user-settings-01:before {
  content: "\5aa8";
}
.hgi-stroke.hgi-sharp.hgi-user-settings-02:before {
  content: "\5aaa";
}
.hgi-stroke.hgi-sharp.hgi-user-sharing:before {
  content: "\5aac";
}
.hgi-stroke.hgi-sharp.hgi-user-shield-01:before {
  content: "\5aae";
}
.hgi-stroke.hgi-sharp.hgi-user-shield-02:before {
  content: "\5ab0";
}
.hgi-stroke.hgi-sharp.hgi-user-square:before {
  content: "\5ab2";
}
.hgi-stroke.hgi-sharp.hgi-user-star-01:before {
  content: "\5ab4";
}
.hgi-stroke.hgi-sharp.hgi-user-star-02:before {
  content: "\5ab6";
}
.hgi-stroke.hgi-sharp.hgi-user-status:before {
  content: "\5ab8";
}
.hgi-stroke.hgi-sharp.hgi-user-story:before {
  content: "\5aba";
}
.hgi-stroke.hgi-sharp.hgi-user-switch:before {
  content: "\5abc";
}
.hgi-stroke.hgi-sharp.hgi-user-unlock-01:before {
  content: "\5abe";
}
.hgi-stroke.hgi-sharp.hgi-user-unlock-02:before {
  content: "\5ac0";
}
.hgi-stroke.hgi-sharp.hgi-user:before {
  content: "\5ac1";
}
.hgi-stroke.hgi-sharp.hgi-uv-01:before {
  content: "\5ac3";
}
.hgi-stroke.hgi-sharp.hgi-uv-02:before {
  content: "\5ac5";
}
.hgi-stroke.hgi-sharp.hgi-uv-03:before {
  content: "\5ac7";
}
.hgi-stroke.hgi-sharp.hgi-vaccine:before {
  content: "\5ac9";
}
.hgi-stroke.hgi-sharp.hgi-validation-approval:before {
  content: "\5acb";
}
.hgi-stroke.hgi-sharp.hgi-validation:before {
  content: "\5acd";
}
.hgi-stroke.hgi-sharp.hgi-van:before {
  content: "\5acf";
}
.hgi-stroke.hgi-sharp.hgi-variable:before {
  content: "\5ad1";
}
.hgi-stroke.hgi-sharp.hgi-vegetarian-food:before {
  content: "\5ad3";
}
.hgi-stroke.hgi-sharp.hgi-versus:before {
  content: "\5ad5";
}
.hgi-stroke.hgi-sharp.hgi-vertical-resize:before {
  content: "\5ad7";
}
.hgi-stroke.hgi-sharp.hgi-vertical-scroll-point:before {
  content: "\5ad9";
}
.hgi-stroke.hgi-sharp.hgi-vest:before {
  content: "\5adb";
}
.hgi-stroke.hgi-sharp.hgi-victory-finger-01:before {
  content: "\5add";
}
.hgi-stroke.hgi-sharp.hgi-victory-finger-02:before {
  content: "\5adf";
}
.hgi-stroke.hgi-sharp.hgi-victory-finger-03:before {
  content: "\5ae1";
}
.hgi-stroke.hgi-sharp.hgi-video-01:before {
  content: "\5ae3";
}
.hgi-stroke.hgi-sharp.hgi-video-02:before {
  content: "\5ae5";
}
.hgi-stroke.hgi-sharp.hgi-video-console:before {
  content: "\5ae7";
}
.hgi-stroke.hgi-sharp.hgi-video-off:before {
  content: "\5ae9";
}
.hgi-stroke.hgi-sharp.hgi-video-replay:before {
  content: "\5aeb";
}
.hgi-stroke.hgi-sharp.hgi-view-off-slash:before {
  content: "\5aee";
}
.hgi-stroke.hgi-sharp.hgi-view-off:before {
  content: "\5aef";
}
.hgi-stroke.hgi-sharp.hgi-view:before {
  content: "\5af1";
}
.hgi-stroke.hgi-sharp.hgi-vimeo:before {
  content: "\5af3";
}
.hgi-stroke.hgi-sharp.hgi-vine-square:before {
  content: "\5af6";
}
.hgi-stroke.hgi-sharp.hgi-vine:before {
  content: "\5af7";
}
.hgi-stroke.hgi-sharp.hgi-vintage-clock:before {
  content: "\5af9";
}
.hgi-stroke.hgi-sharp.hgi-virtual-reality-vr-01:before {
  content: "\5afb";
}
.hgi-stroke.hgi-sharp.hgi-virtual-reality-vr-02:before {
  content: "\5afd";
}
.hgi-stroke.hgi-sharp.hgi-vision:before {
  content: "\5aff";
}
.hgi-stroke.hgi-sharp.hgi-vk-square:before {
  content: "\5b02";
}
.hgi-stroke.hgi-sharp.hgi-vk:before {
  content: "\5b03";
}
.hgi-stroke.hgi-sharp.hgi-voice-id:before {
  content: "\5b05";
}
.hgi-stroke.hgi-sharp.hgi-voice:before {
  content: "\5b07";
}
.hgi-stroke.hgi-sharp.hgi-volleyball:before {
  content: "\5b09";
}
.hgi-stroke.hgi-sharp.hgi-volume-high:before {
  content: "\5b0b";
}
.hgi-stroke.hgi-sharp.hgi-volume-low:before {
  content: "\5b0d";
}
.hgi-stroke.hgi-sharp.hgi-volume-minus:before {
  content: "\5b0f";
}
.hgi-stroke.hgi-sharp.hgi-volume-mute-01:before {
  content: "\5b11";
}
.hgi-stroke.hgi-sharp.hgi-volume-mute-02:before {
  content: "\5b13";
}
.hgi-stroke.hgi-sharp.hgi-volume-off:before {
  content: "\5b15";
}
.hgi-stroke.hgi-sharp.hgi-volume-up:before {
  content: "\5b17";
}
.hgi-stroke.hgi-sharp.hgi-vomiting:before {
  content: "\5b19";
}
.hgi-stroke.hgi-sharp.hgi-voucher:before {
  content: "\5b1b";
}
.hgi-stroke.hgi-sharp.hgi-vr-glasses:before {
  content: "\5b1d";
}
.hgi-stroke.hgi-sharp.hgi-vr:before {
  content: "\5b1f";
}
.hgi-stroke.hgi-sharp.hgi-vynil-01:before {
  content: "\5b21";
}
.hgi-stroke.hgi-sharp.hgi-vynil-02:before {
  content: "\5b23";
}
.hgi-stroke.hgi-sharp.hgi-vynil-03:before {
  content: "\5b25";
}
.hgi-stroke.hgi-sharp.hgi-waiter:before {
  content: "\5b27";
}
.hgi-stroke.hgi-sharp.hgi-waiters:before {
  content: "\5b29";
}
.hgi-stroke.hgi-sharp.hgi-wall-lamp:before {
  content: "\5b2b";
}
.hgi-stroke.hgi-sharp.hgi-wallet-01:before {
  content: "\5b2d";
}
.hgi-stroke.hgi-sharp.hgi-wallet-02:before {
  content: "\5b2f";
}
.hgi-stroke.hgi-sharp.hgi-wallet-03:before {
  content: "\5b31";
}
.hgi-stroke.hgi-sharp.hgi-wallet-04:before {
  content: "\5b33";
}
.hgi-stroke.hgi-sharp.hgi-wallet-05:before {
  content: "\5b35";
}
.hgi-stroke.hgi-sharp.hgi-wallet-add-01:before {
  content: "\5b37";
}
.hgi-stroke.hgi-sharp.hgi-wallet-add-02:before {
  content: "\5b39";
}
.hgi-stroke.hgi-sharp.hgi-wallet-done-01:before {
  content: "\5b3b";
}
.hgi-stroke.hgi-sharp.hgi-wallet-done-02:before {
  content: "\5b3d";
}
.hgi-stroke.hgi-sharp.hgi-wallet-not-found-01:before {
  content: "\5b3f";
}
.hgi-stroke.hgi-sharp.hgi-wallet-not-found-02:before {
  content: "\5b41";
}
.hgi-stroke.hgi-sharp.hgi-wallet-remove-01:before {
  content: "\5b43";
}
.hgi-stroke.hgi-sharp.hgi-wallet-remove-02:before {
  content: "\5b45";
}
.hgi-stroke.hgi-sharp.hgi-wanted:before {
  content: "\5b47";
}
.hgi-stroke.hgi-sharp.hgi-wardrobe-01:before {
  content: "\5b49";
}
.hgi-stroke.hgi-sharp.hgi-wardrobe-02:before {
  content: "\5b4b";
}
.hgi-stroke.hgi-sharp.hgi-wardrobe-03:before {
  content: "\5b4d";
}
.hgi-stroke.hgi-sharp.hgi-wardrobe-04:before {
  content: "\5b4f";
}
.hgi-stroke.hgi-sharp.hgi-warehouse:before {
  content: "\5b51";
}
.hgi-stroke.hgi-sharp.hgi-washington-monument:before {
  content: "\5b53";
}
.hgi-stroke.hgi-sharp.hgi-waste-restore:before {
  content: "\5b55";
}
.hgi-stroke.hgi-sharp.hgi-waste:before {
  content: "\5b57";
}
.hgi-stroke.hgi-sharp.hgi-watch-01:before {
  content: "\5b59";
}
.hgi-stroke.hgi-sharp.hgi-watch-02:before {
  content: "\5b5b";
}
.hgi-stroke.hgi-sharp.hgi-water-energy:before {
  content: "\5b5d";
}
.hgi-stroke.hgi-sharp.hgi-water-polo:before {
  content: "\5b5f";
}
.hgi-stroke.hgi-sharp.hgi-water-pump:before {
  content: "\5b61";
}
.hgi-stroke.hgi-sharp.hgi-waterfall-down-01:before {
  content: "\5b63";
}
.hgi-stroke.hgi-sharp.hgi-waterfall-down-03:before {
  content: "\5b65";
}
.hgi-stroke.hgi-sharp.hgi-waterfall-up-01:before {
  content: "\5b67";
}
.hgi-stroke.hgi-sharp.hgi-waterfall-up-02:before {
  content: "\5b69";
}
.hgi-stroke.hgi-sharp.hgi-watermelon:before {
  content: "\5b6b";
}
.hgi-stroke.hgi-sharp.hgi-wattpad-square:before {
  content: "\5b6e";
}
.hgi-stroke.hgi-sharp.hgi-wattpad:before {
  content: "\5b6f";
}
.hgi-stroke.hgi-sharp.hgi-wav-01:before {
  content: "\5b71";
}
.hgi-stroke.hgi-sharp.hgi-wav-02:before {
  content: "\5b73";
}
.hgi-stroke.hgi-sharp.hgi-waving-hand-01:before {
  content: "\5b75";
}
.hgi-stroke.hgi-sharp.hgi-waving-hand-02:before {
  content: "\5b77";
}
.hgi-stroke.hgi-sharp.hgi-waze:before {
  content: "\5b79";
}
.hgi-stroke.hgi-sharp.hgi-web-design-01:before {
  content: "\5b7b";
}
.hgi-stroke.hgi-sharp.hgi-web-design-02:before {
  content: "\5b7d";
}
.hgi-stroke.hgi-sharp.hgi-web-programming:before {
  content: "\5b7f";
}
.hgi-stroke.hgi-sharp.hgi-web-protection:before {
  content: "\5b81";
}
.hgi-stroke.hgi-sharp.hgi-web-security:before {
  content: "\5b83";
}
.hgi-stroke.hgi-sharp.hgi-web-validation:before {
  content: "\5b85";
}
.hgi-stroke.hgi-sharp.hgi-webflow:before {
  content: "\5b87";
}
.hgi-stroke.hgi-sharp.hgi-webhook:before {
  content: "\5b89";
}
.hgi-stroke.hgi-sharp.hgi-wechat:before {
  content: "\5b8b";
}
.hgi-stroke.hgi-sharp.hgi-wedding:before {
  content: "\5b8d";
}
.hgi-stroke.hgi-sharp.hgi-weight-scale-01:before {
  content: "\5b8f";
}
.hgi-stroke.hgi-sharp.hgi-weight-scale:before {
  content: "\5b91";
}
.hgi-stroke.hgi-sharp.hgi-wellness:before {
  content: "\5b93";
}
.hgi-stroke.hgi-sharp.hgi-whatsapp-business:before {
  content: "\5b95";
}
.hgi-stroke.hgi-sharp.hgi-whatsapp:before {
  content: "\5b97";
}
.hgi-stroke.hgi-sharp.hgi-wheelchair:before {
  content: "\5b99";
}
.hgi-stroke.hgi-sharp.hgi-whisk:before {
  content: "\5b9b";
}
.hgi-stroke.hgi-sharp.hgi-whistle:before {
  content: "\5b9d";
}
.hgi-stroke.hgi-sharp.hgi-whiteboard:before {
  content: "\5b9f";
}
.hgi-stroke.hgi-sharp.hgi-wifi-01:before {
  content: "\5ba1";
}
.hgi-stroke.hgi-sharp.hgi-wifi-02:before {
  content: "\5ba3";
}
.hgi-stroke.hgi-sharp.hgi-wifi-circle:before {
  content: "\5ba5";
}
.hgi-stroke.hgi-sharp.hgi-wifi-connected-01:before {
  content: "\5ba7";
}
.hgi-stroke.hgi-sharp.hgi-wifi-connected-02:before {
  content: "\5ba9";
}
.hgi-stroke.hgi-sharp.hgi-wifi-connected-03:before {
  content: "\5bab";
}
.hgi-stroke.hgi-sharp.hgi-wifi-disconnected-01:before {
  content: "\5bad";
}
.hgi-stroke.hgi-sharp.hgi-wifi-disconnected-02:before {
  content: "\5baf";
}
.hgi-stroke.hgi-sharp.hgi-wifi-disconnected-03:before {
  content: "\5bb1";
}
.hgi-stroke.hgi-sharp.hgi-wifi-disconnected-04:before {
  content: "\5bb3";
}
.hgi-stroke.hgi-sharp.hgi-wifi-error-01:before {
  content: "\5bb5";
}
.hgi-stroke.hgi-sharp.hgi-wifi-error-02:before {
  content: "\5bb7";
}
.hgi-stroke.hgi-sharp.hgi-wifi-full-signal:before {
  content: "\5bb9";
}
.hgi-stroke.hgi-sharp.hgi-wifi-location:before {
  content: "\5bbb";
}
.hgi-stroke.hgi-sharp.hgi-wifi-lock:before {
  content: "\5bbd";
}
.hgi-stroke.hgi-sharp.hgi-wifi-low-signal:before {
  content: "\5bbf";
}
.hgi-stroke.hgi-sharp.hgi-wifi-medium-signal:before {
  content: "\5bc1";
}
.hgi-stroke.hgi-sharp.hgi-wifi-no-signal:before {
  content: "\5bc3";
}
.hgi-stroke.hgi-sharp.hgi-wifi-off-01:before {
  content: "\5bc5";
}
.hgi-stroke.hgi-sharp.hgi-wifi-off-02:before {
  content: "\5bc7";
}
.hgi-stroke.hgi-sharp.hgi-wifi-square:before {
  content: "\5bc9";
}
.hgi-stroke.hgi-sharp.hgi-wifi-unlock:before {
  content: "\5bcb";
}
.hgi-stroke.hgi-sharp.hgi-wikipedia:before {
  content: "\5bcd";
}
.hgi-stroke.hgi-sharp.hgi-wind-power-01:before {
  content: "\5bcf";
}
.hgi-stroke.hgi-sharp.hgi-wind-power-02:before {
  content: "\5bd1";
}
.hgi-stroke.hgi-sharp.hgi-wind-power-03:before {
  content: "\5bd3";
}
.hgi-stroke.hgi-sharp.hgi-wind-power:before {
  content: "\5bd5";
}
.hgi-stroke.hgi-sharp.hgi-wind-surf:before {
  content: "\5bd7";
}
.hgi-stroke.hgi-sharp.hgi-wind-turbine:before {
  content: "\5bd9";
}
.hgi-stroke.hgi-sharp.hgi-windows-new:before {
  content: "\5bdb";
}
.hgi-stroke.hgi-sharp.hgi-windows-old:before {
  content: "\5bdd";
}
.hgi-stroke.hgi-sharp.hgi-wink:before {
  content: "\5bdf";
}
.hgi-stroke.hgi-sharp.hgi-winking:before {
  content: "\5be1";
}
.hgi-stroke.hgi-sharp.hgi-wireless-cloud-access:before {
  content: "\5be3";
}
.hgi-stroke.hgi-sharp.hgi-wireless:before {
  content: "\5be5";
}
.hgi-stroke.hgi-sharp.hgi-wise:before {
  content: "\5be7";
}
.hgi-stroke.hgi-sharp.hgi-woman:before {
  content: "\5be9";
}
.hgi-stroke.hgi-sharp.hgi-wordpress:before {
  content: "\5beb";
}
.hgi-stroke.hgi-sharp.hgi-work-alert:before {
  content: "\5bed";
}
.hgi-stroke.hgi-sharp.hgi-work-history:before {
  content: "\5bef";
}
.hgi-stroke.hgi-sharp.hgi-work-update:before {
  content: "\5bf2";
}
.hgi-stroke.hgi-sharp.hgi-work:before {
  content: "\5bf3";
}
.hgi-stroke.hgi-sharp.hgi-workflow-circle-01:before {
  content: "\5bf5";
}
.hgi-stroke.hgi-sharp.hgi-workflow-circle-02:before {
  content: "\5bf7";
}
.hgi-stroke.hgi-sharp.hgi-workflow-circle-03:before {
  content: "\5bf9";
}
.hgi-stroke.hgi-sharp.hgi-workflow-circle-04:before {
  content: "\5bfb";
}
.hgi-stroke.hgi-sharp.hgi-workflow-circle-05:before {
  content: "\5bfd";
}
.hgi-stroke.hgi-sharp.hgi-workflow-circle-06:before {
  content: "\5bff";
}
.hgi-stroke.hgi-sharp.hgi-workflow-square-01:before {
  content: "\5c01";
}
.hgi-stroke.hgi-sharp.hgi-workflow-square-02:before {
  content: "\5c03";
}
.hgi-stroke.hgi-sharp.hgi-workflow-square-03:before {
  content: "\5c05";
}
.hgi-stroke.hgi-sharp.hgi-workflow-square-04:before {
  content: "\5c07";
}
.hgi-stroke.hgi-sharp.hgi-workflow-square-05:before {
  content: "\5c09";
}
.hgi-stroke.hgi-sharp.hgi-workflow-square-06:before {
  content: "\5c0b";
}
.hgi-stroke.hgi-sharp.hgi-workflow-square-07:before {
  content: "\5c0d";
}
.hgi-stroke.hgi-sharp.hgi-workflow-square-08:before {
  content: "\5c0f";
}
.hgi-stroke.hgi-sharp.hgi-workflow-square-09:before {
  content: "\5c11";
}
.hgi-stroke.hgi-sharp.hgi-workflow-square-10:before {
  content: "\5c13";
}
.hgi-stroke.hgi-sharp.hgi-workout-battle-ropes:before {
  content: "\5c15";
}
.hgi-stroke.hgi-sharp.hgi-workout-gymnastics:before {
  content: "\5c17";
}
.hgi-stroke.hgi-sharp.hgi-workout-kicking:before {
  content: "\5c19";
}
.hgi-stroke.hgi-sharp.hgi-workout-run:before {
  content: "\5c1b";
}
.hgi-stroke.hgi-sharp.hgi-workout-sport:before {
  content: "\5c1d";
}
.hgi-stroke.hgi-sharp.hgi-workout-squats:before {
  content: "\5c1f";
}
.hgi-stroke.hgi-sharp.hgi-workout-stretching:before {
  content: "\5c21";
}
.hgi-stroke.hgi-sharp.hgi-workout-warm-up:before {
  content: "\5c23";
}
.hgi-stroke.hgi-sharp.hgi-worry:before {
  content: "\5c25";
}
.hgi-stroke.hgi-sharp.hgi-wps-office-rectangle:before {
  content: "\5c27";
}
.hgi-stroke.hgi-sharp.hgi-wps-office:before {
  content: "\5c29";
}
.hgi-stroke.hgi-sharp.hgi-wrench-01:before {
  content: "\5c2b";
}
.hgi-stroke.hgi-sharp.hgi-wrench-02:before {
  content: "\5c2d";
}
.hgi-stroke.hgi-sharp.hgi-wudu:before {
  content: "\5c2f";
}
.hgi-stroke.hgi-sharp.hgi-x-ray:before {
  content: "\5c31";
}
.hgi-stroke.hgi-sharp.hgi-x-variable-circle:before {
  content: "\5c33";
}
.hgi-stroke.hgi-sharp.hgi-x-variable-square:before {
  content: "\5c36";
}
.hgi-stroke.hgi-sharp.hgi-x-variable:before {
  content: "\5c37";
}
.hgi-stroke.hgi-sharp.hgi-xing:before {
  content: "\5c39";
}
.hgi-stroke.hgi-sharp.hgi-xls-01:before {
  content: "\5c3b";
}
.hgi-stroke.hgi-sharp.hgi-xls-02:before {
  content: "\5c3d";
}
.hgi-stroke.hgi-sharp.hgi-xml-01:before {
  content: "\5c3f";
}
.hgi-stroke.hgi-sharp.hgi-xml-02:before {
  content: "\5c41";
}
.hgi-stroke.hgi-sharp.hgi-xsl-01:before {
  content: "\5c43";
}
.hgi-stroke.hgi-sharp.hgi-xsl-02:before {
  content: "\5c45";
}
.hgi-stroke.hgi-sharp.hgi-yelp:before {
  content: "\5c47";
}
.hgi-stroke.hgi-sharp.hgi-yen-circle:before {
  content: "\5c49";
}
.hgi-stroke.hgi-sharp.hgi-yen-receive:before {
  content: "\5c4b";
}
.hgi-stroke.hgi-sharp.hgi-yen-send:before {
  content: "\5c4e";
}
.hgi-stroke.hgi-sharp.hgi-yen-square:before {
  content: "\5c50";
}
.hgi-stroke.hgi-sharp.hgi-yen:before {
  content: "\5c51";
}
.hgi-stroke.hgi-sharp.hgi-yoga-01:before {
  content: "\5c53";
}
.hgi-stroke.hgi-sharp.hgi-yoga-02:before {
  content: "\5c55";
}
.hgi-stroke.hgi-sharp.hgi-yoga-03:before {
  content: "\5c57";
}
.hgi-stroke.hgi-sharp.hgi-yoga-ball:before {
  content: "\5c59";
}
.hgi-stroke.hgi-sharp.hgi-yoga-mat:before {
  content: "\5c5b";
}
.hgi-stroke.hgi-sharp.hgi-yogurt:before {
  content: "\5c5d";
}
.hgi-stroke.hgi-sharp.hgi-youtube:before {
  content: "\5c5f";
}
.hgi-stroke.hgi-sharp.hgi-yurt:before {
  content: "\5c61";
}
.hgi-stroke.hgi-sharp.hgi-zakat:before {
  content: "\5c63";
}
.hgi-stroke.hgi-sharp.hgi-zap:before {
  content: "\5c65";
}
.hgi-stroke.hgi-sharp.hgi-zeppelin:before {
  content: "\5c67";
}
.hgi-stroke.hgi-sharp.hgi-zip-01:before {
  content: "\5c69";
}
.hgi-stroke.hgi-sharp.hgi-zip-02:before {
  content: "\5c6b";
}
.hgi-stroke.hgi-sharp.hgi-zoom-circle:before {
  content: "\5c6d";
}
.hgi-stroke.hgi-sharp.hgi-zoom-in-area:before {
  content: "\5c6f";
}
.hgi-stroke.hgi-sharp.hgi-zoom-out-area:before {
  content: "\5c71";
}
.hgi-stroke.hgi-sharp.hgi-zoom-square:before {
  content: "\5c74";
}
.hgi-stroke.hgi-sharp.hgi-zoom:before {
  content: "\5c75";
}
.hgi-stroke.hgi-sharp.hgi-zsh:before {
  content: "\5c77";
}
.hgi-stroke.hgi-sharp.hgi-zzz:before {
  content: "\5c79";
}
@charset "UTF-8";
@font-face {
  font-family: "hgi-stroke-standard";
  src: url("./media/hgi-stroke-standard-A4FSZOGZ.eot?t=1736938806319");
  src:
    url("./media/hgi-stroke-standard-A4FSZOGZ.eot?t=1736938806319#iefix") format("embedded-opentype"),
    url("./media/hgi-stroke-standard-ASCXWJLS.woff2?t=1736938806319") format("woff2"),
    url("./media/hgi-stroke-standard-VEXDVA24.woff?t=1736938806319") format("woff"),
    url("./media/hgi-stroke-standard-VFQZENMP.ttf?t=1736938806319") format("truetype"),
    url("./media/hgi-stroke-standard-B4KEWRHK.svg?t=1736938806319#hgi-stroke-standard") format("svg");
}
.hgi-stroke.hgi-standard {
  font-family: "hgi-stroke-standard" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-display: block;
}
.hgi-stroke.hgi-standard.hgi-3-d-view:before {
  content: "\3a71";
}
.hgi-stroke.hgi-standard.hgi-abacus:before {
  content: "\3a73";
}
.hgi-stroke.hgi-standard.hgi-absolute:before {
  content: "\3a75";
}
.hgi-stroke.hgi-standard.hgi-acceleration:before {
  content: "\3a77";
}
.hgi-stroke.hgi-standard.hgi-access:before {
  content: "\3a79";
}
.hgi-stroke.hgi-standard.hgi-accident:before {
  content: "\3a7b";
}
.hgi-stroke.hgi-standard.hgi-account-setting-01:before {
  content: "\3a7d";
}
.hgi-stroke.hgi-standard.hgi-account-setting-02:before {
  content: "\3a7f";
}
.hgi-stroke.hgi-standard.hgi-account-setting-03:before {
  content: "\3a81";
}
.hgi-stroke.hgi-standard.hgi-activity-01:before {
  content: "\3a83";
}
.hgi-stroke.hgi-standard.hgi-activity-02:before {
  content: "\3a85";
}
.hgi-stroke.hgi-standard.hgi-activity-03:before {
  content: "\3a87";
}
.hgi-stroke.hgi-standard.hgi-activity-04:before {
  content: "\3a89";
}
.hgi-stroke.hgi-standard.hgi-acute:before {
  content: "\3a8b";
}
.hgi-stroke.hgi-standard.hgi-add-01:before {
  content: "\3a8d";
}
.hgi-stroke.hgi-standard.hgi-add-02:before {
  content: "\3a8f";
}
.hgi-stroke.hgi-standard.hgi-add-circle-half-dot:before {
  content: "\3a91";
}
.hgi-stroke.hgi-standard.hgi-add-circle:before {
  content: "\3a93";
}
.hgi-stroke.hgi-standard.hgi-add-female:before {
  content: "\3a95";
}
.hgi-stroke.hgi-standard.hgi-add-male:before {
  content: "\3a97";
}
.hgi-stroke.hgi-standard.hgi-add-square:before {
  content: "\3a99";
}
.hgi-stroke.hgi-standard.hgi-add-team-02:before {
  content: "\3a9b";
}
.hgi-stroke.hgi-standard.hgi-add-team:before {
  content: "\3a9d";
}
.hgi-stroke.hgi-standard.hgi-add-to-list:before {
  content: "\3a9f";
}
.hgi-stroke.hgi-standard.hgi-address-book:before {
  content: "\3aa1";
}
.hgi-stroke.hgi-standard.hgi-adobe-after-effect:before {
  content: "\3aa3";
}
.hgi-stroke.hgi-standard.hgi-adobe-illustrator:before {
  content: "\3aa5";
}
.hgi-stroke.hgi-standard.hgi-adobe-indesign:before {
  content: "\3aa7";
}
.hgi-stroke.hgi-standard.hgi-adobe-photoshop:before {
  content: "\3aa9";
}
.hgi-stroke.hgi-standard.hgi-adobe-premier:before {
  content: "\3aab";
}
.hgi-stroke.hgi-standard.hgi-adobe-xd:before {
  content: "\3aad";
}
.hgi-stroke.hgi-standard.hgi-adventure:before {
  content: "\3aaf";
}
.hgi-stroke.hgi-standard.hgi-advertisiment:before {
  content: "\3ab1";
}
.hgi-stroke.hgi-standard.hgi-adzan:before {
  content: "\3ab3";
}
.hgi-stroke.hgi-standard.hgi-affiliate:before {
  content: "\3ab5";
}
.hgi-stroke.hgi-standard.hgi-agreement-01:before {
  content: "\3ab7";
}
.hgi-stroke.hgi-standard.hgi-agreement-02:before {
  content: "\3ab9";
}
.hgi-stroke.hgi-standard.hgi-agreement-03:before {
  content: "\3abb";
}
.hgi-stroke.hgi-standard.hgi-ai-audio:before {
  content: "\3abd";
}
.hgi-stroke.hgi-standard.hgi-ai-beautify:before {
  content: "\3abf";
}
.hgi-stroke.hgi-standard.hgi-ai-book:before {
  content: "\3ac1";
}
.hgi-stroke.hgi-standard.hgi-ai-brain-01:before {
  content: "\3ac3";
}
.hgi-stroke.hgi-standard.hgi-ai-brain-02:before {
  content: "\3ac5";
}
.hgi-stroke.hgi-standard.hgi-ai-brain-03:before {
  content: "\3ac7";
}
.hgi-stroke.hgi-standard.hgi-ai-brain-04:before {
  content: "\3ac9";
}
.hgi-stroke.hgi-standard.hgi-ai-brain-05:before {
  content: "\3acb";
}
.hgi-stroke.hgi-standard.hgi-ai-browser:before {
  content: "\3acd";
}
.hgi-stroke.hgi-standard.hgi-ai-chat-01:before {
  content: "\3acf";
}
.hgi-stroke.hgi-standard.hgi-ai-chat-02:before {
  content: "\3ad1";
}
.hgi-stroke.hgi-standard.hgi-ai-chemistry-01:before {
  content: "\3ad3";
}
.hgi-stroke.hgi-standard.hgi-ai-chemistry-02:before {
  content: "\3ad5";
}
.hgi-stroke.hgi-standard.hgi-ai-chemistry-03:before {
  content: "\3ad7";
}
.hgi-stroke.hgi-standard.hgi-ai-chip:before {
  content: "\3ad9";
}
.hgi-stroke.hgi-standard.hgi-ai-cloud-01:before {
  content: "\3adb";
}
.hgi-stroke.hgi-standard.hgi-ai-cloud-02:before {
  content: "\3add";
}
.hgi-stroke.hgi-standard.hgi-ai-cloud:before {
  content: "\3adf";
}
.hgi-stroke.hgi-standard.hgi-ai-computer:before {
  content: "\3ae1";
}
.hgi-stroke.hgi-standard.hgi-ai-content-generator-01:before {
  content: "\3ae3";
}
.hgi-stroke.hgi-standard.hgi-ai-content-generator-02:before {
  content: "\3ae5";
}
.hgi-stroke.hgi-standard.hgi-ai-dna:before {
  content: "\3ae7";
}
.hgi-stroke.hgi-standard.hgi-ai-editing:before {
  content: "\3ae9";
}
.hgi-stroke.hgi-standard.hgi-ai-eraser:before {
  content: "\3aeb";
}
.hgi-stroke.hgi-standard.hgi-ai-file:before {
  content: "\3aed";
}
.hgi-stroke.hgi-standard.hgi-ai-folder-01:before {
  content: "\3aef";
}
.hgi-stroke.hgi-standard.hgi-ai-folder-02:before {
  content: "\3af1";
}
.hgi-stroke.hgi-standard.hgi-ai-game:before {
  content: "\3af3";
}
.hgi-stroke.hgi-standard.hgi-ai-generative:before {
  content: "\3af5";
}
.hgi-stroke.hgi-standard.hgi-ai-idea:before {
  content: "\3af7";
}
.hgi-stroke.hgi-standard.hgi-ai-image:before {
  content: "\3af9";
}
.hgi-stroke.hgi-standard.hgi-ai-innovation-01:before {
  content: "\3afb";
}
.hgi-stroke.hgi-standard.hgi-ai-innovation-02:before {
  content: "\3afd";
}
.hgi-stroke.hgi-standard.hgi-ai-innovation-03:before {
  content: "\3aff";
}
.hgi-stroke.hgi-standard.hgi-ai-laptop:before {
  content: "\3b01";
}
.hgi-stroke.hgi-standard.hgi-ai-learning:before {
  content: "\3b03";
}
.hgi-stroke.hgi-standard.hgi-ai-lock:before {
  content: "\3b05";
}
.hgi-stroke.hgi-standard.hgi-ai-magic:before {
  content: "\3b07";
}
.hgi-stroke.hgi-standard.hgi-ai-mail-01:before {
  content: "\3b09";
}
.hgi-stroke.hgi-standard.hgi-ai-mail-02:before {
  content: "\3b0b";
}
.hgi-stroke.hgi-standard.hgi-ai-mail:before {
  content: "\3b0d";
}
.hgi-stroke.hgi-standard.hgi-ai-mic:before {
  content: "\3b0f";
}
.hgi-stroke.hgi-standard.hgi-ai-network:before {
  content: "\3b11";
}
.hgi-stroke.hgi-standard.hgi-ai-phone-01:before {
  content: "\3b13";
}
.hgi-stroke.hgi-standard.hgi-ai-phone-02:before {
  content: "\3b15";
}
.hgi-stroke.hgi-standard.hgi-ai-programming:before {
  content: "\3b17";
}
.hgi-stroke.hgi-standard.hgi-ai-scan:before {
  content: "\3b19";
}
.hgi-stroke.hgi-standard.hgi-ai-scheduling:before {
  content: "\3b1b";
}
.hgi-stroke.hgi-standard.hgi-ai-search-02:before {
  content: "\3b1d";
}
.hgi-stroke.hgi-standard.hgi-ai-search:before {
  content: "\3b1f";
}
.hgi-stroke.hgi-standard.hgi-ai-security-01:before {
  content: "\3b21";
}
.hgi-stroke.hgi-standard.hgi-ai-security-02:before {
  content: "\3b23";
}
.hgi-stroke.hgi-standard.hgi-ai-security-03:before {
  content: "\3b25";
}
.hgi-stroke.hgi-standard.hgi-ai-setting:before {
  content: "\3b27";
}
.hgi-stroke.hgi-standard.hgi-ai-sheets:before {
  content: "\3b29";
}
.hgi-stroke.hgi-standard.hgi-ai-smartwatch:before {
  content: "\3b2b";
}
.hgi-stroke.hgi-standard.hgi-ai-user:before {
  content: "\3b2d";
}
.hgi-stroke.hgi-standard.hgi-ai-video:before {
  content: "\3b2f";
}
.hgi-stroke.hgi-standard.hgi-ai-view:before {
  content: "\3b31";
}
.hgi-stroke.hgi-standard.hgi-ai-vision-recognition:before {
  content: "\3b33";
}
.hgi-stroke.hgi-standard.hgi-ai-voice-generator:before {
  content: "\3b35";
}
.hgi-stroke.hgi-standard.hgi-ai-voice:before {
  content: "\3b37";
}
.hgi-stroke.hgi-standard.hgi-ai-web-browsing:before {
  content: "\3b39";
}
.hgi-stroke.hgi-standard.hgi-aids:before {
  content: "\3b3b";
}
.hgi-stroke.hgi-standard.hgi-airbnb:before {
  content: "\3b3d";
}
.hgi-stroke.hgi-standard.hgi-aircraft-game:before {
  content: "\3b3f";
}
.hgi-stroke.hgi-standard.hgi-airdrop:before {
  content: "\3b41";
}
.hgi-stroke.hgi-standard.hgi-airplane-01:before {
  content: "\3b43";
}
.hgi-stroke.hgi-standard.hgi-airplane-02:before {
  content: "\3b45";
}
.hgi-stroke.hgi-standard.hgi-airplane-landing-01:before {
  content: "\3b47";
}
.hgi-stroke.hgi-standard.hgi-airplane-landing-02:before {
  content: "\3b49";
}
.hgi-stroke.hgi-standard.hgi-airplane-mode-off:before {
  content: "\3b4b";
}
.hgi-stroke.hgi-standard.hgi-airplane-mode:before {
  content: "\3b4d";
}
.hgi-stroke.hgi-standard.hgi-airplane-seat:before {
  content: "\3b4f";
}
.hgi-stroke.hgi-standard.hgi-airplane-take-off-01:before {
  content: "\3b51";
}
.hgi-stroke.hgi-standard.hgi-airplane-take-off-02:before {
  content: "\3b53";
}
.hgi-stroke.hgi-standard.hgi-airplay-line:before {
  content: "\3b55";
}
.hgi-stroke.hgi-standard.hgi-airpod-01:before {
  content: "\3b57";
}
.hgi-stroke.hgi-standard.hgi-airpod-02:before {
  content: "\3b59";
}
.hgi-stroke.hgi-standard.hgi-airpod-03:before {
  content: "\3b5b";
}
.hgi-stroke.hgi-standard.hgi-airport:before {
  content: "\3b5d";
}
.hgi-stroke.hgi-standard.hgi-al-aqsa-mosque:before {
  content: "\3b5f";
}
.hgi-stroke.hgi-standard.hgi-alarm-clock:before {
  content: "\3b61";
}
.hgi-stroke.hgi-standard.hgi-album-01:before {
  content: "\3b63";
}
.hgi-stroke.hgi-standard.hgi-album-02:before {
  content: "\3b65";
}
.hgi-stroke.hgi-standard.hgi-album-not-found-01:before {
  content: "\3b67";
}
.hgi-stroke.hgi-standard.hgi-album-not-found-02:before {
  content: "\3b69";
}
.hgi-stroke.hgi-standard.hgi-alert-01:before {
  content: "\3b6b";
}
.hgi-stroke.hgi-standard.hgi-alert-02:before {
  content: "\3b6d";
}
.hgi-stroke.hgi-standard.hgi-alert-circle:before {
  content: "\3b6f";
}
.hgi-stroke.hgi-standard.hgi-alert-diamond:before {
  content: "\3b71";
}
.hgi-stroke.hgi-standard.hgi-alert-square:before {
  content: "\3b73";
}
.hgi-stroke.hgi-standard.hgi-algorithm:before {
  content: "\3b75";
}
.hgi-stroke.hgi-standard.hgi-alien-01:before {
  content: "\3b77";
}
.hgi-stroke.hgi-standard.hgi-alien-02:before {
  content: "\3b79";
}
.hgi-stroke.hgi-standard.hgi-align-bottom:before {
  content: "\3b7b";
}
.hgi-stroke.hgi-standard.hgi-align-box-bottom-center:before {
  content: "\3b7d";
}
.hgi-stroke.hgi-standard.hgi-align-box-bottom-left:before {
  content: "\3b7f";
}
.hgi-stroke.hgi-standard.hgi-align-box-bottom-right:before {
  content: "\3b81";
}
.hgi-stroke.hgi-standard.hgi-align-box-middle-center:before {
  content: "\3b83";
}
.hgi-stroke.hgi-standard.hgi-align-box-middle-left:before {
  content: "\3b85";
}
.hgi-stroke.hgi-standard.hgi-align-box-middle-right:before {
  content: "\3b87";
}
.hgi-stroke.hgi-standard.hgi-align-box-top-center:before {
  content: "\3b89";
}
.hgi-stroke.hgi-standard.hgi-align-box-top-left:before {
  content: "\3b8b";
}
.hgi-stroke.hgi-standard.hgi-align-box-top-right:before {
  content: "\3b8d";
}
.hgi-stroke.hgi-standard.hgi-align-horizontal-center:before {
  content: "\3b8f";
}
.hgi-stroke.hgi-standard.hgi-align-key-object:before {
  content: "\3b91";
}
.hgi-stroke.hgi-standard.hgi-align-left:before {
  content: "\3b93";
}
.hgi-stroke.hgi-standard.hgi-align-right:before {
  content: "\3b95";
}
.hgi-stroke.hgi-standard.hgi-align-selection:before {
  content: "\3b97";
}
.hgi-stroke.hgi-standard.hgi-align-top:before {
  content: "\3b99";
}
.hgi-stroke.hgi-standard.hgi-align-vertical-center:before {
  content: "\3b9b";
}
.hgi-stroke.hgi-standard.hgi-all-bookmark:before {
  content: "\3b9d";
}
.hgi-stroke.hgi-standard.hgi-allah:before {
  content: "\3b9f";
}
.hgi-stroke.hgi-standard.hgi-alms:before {
  content: "\3ba1";
}
.hgi-stroke.hgi-standard.hgi-alpha-circle:before {
  content: "\3ba3";
}
.hgi-stroke.hgi-standard.hgi-alpha-square:before {
  content: "\3ba6";
}
.hgi-stroke.hgi-standard.hgi-alpha:before {
  content: "\3ba7";
}
.hgi-stroke.hgi-standard.hgi-alphabet-arabic:before {
  content: "\3ba9";
}
.hgi-stroke.hgi-standard.hgi-alphabet-bangla:before {
  content: "\3bab";
}
.hgi-stroke.hgi-standard.hgi-alphabet-chinese:before {
  content: "\3bad";
}
.hgi-stroke.hgi-standard.hgi-alphabet-greek:before {
  content: "\3baf";
}
.hgi-stroke.hgi-standard.hgi-alphabet-hebrew:before {
  content: "\3bb1";
}
.hgi-stroke.hgi-standard.hgi-alphabet-hindi:before {
  content: "\3bb3";
}
.hgi-stroke.hgi-standard.hgi-alphabet-japanese:before {
  content: "\3bb5";
}
.hgi-stroke.hgi-standard.hgi-alphabet-korean:before {
  content: "\3bb7";
}
.hgi-stroke.hgi-standard.hgi-alphabet-thai:before {
  content: "\3bb9";
}
.hgi-stroke.hgi-standard.hgi-amazon:before {
  content: "\3bbb";
}
.hgi-stroke.hgi-standard.hgi-ambulance:before {
  content: "\3bbd";
}
.hgi-stroke.hgi-standard.hgi-american-football:before {
  content: "\3bbf";
}
.hgi-stroke.hgi-standard.hgi-amie:before {
  content: "\3bc1";
}
.hgi-stroke.hgi-standard.hgi-ampoule:before {
  content: "\3bc3";
}
.hgi-stroke.hgi-standard.hgi-analysis-text-link:before {
  content: "\3bc5";
}
.hgi-stroke.hgi-standard.hgi-analytics-01:before {
  content: "\3bc7";
}
.hgi-stroke.hgi-standard.hgi-analytics-02:before {
  content: "\3bc9";
}
.hgi-stroke.hgi-standard.hgi-analytics-03:before {
  content: "\3bcb";
}
.hgi-stroke.hgi-standard.hgi-analytics-down:before {
  content: "\3bcd";
}
.hgi-stroke.hgi-standard.hgi-analytics-up:before {
  content: "\3bcf";
}
.hgi-stroke.hgi-standard.hgi-anchor-point:before {
  content: "\3bd1";
}
.hgi-stroke.hgi-standard.hgi-anchor:before {
  content: "\3bd3";
}
.hgi-stroke.hgi-standard.hgi-android:before {
  content: "\3bd5";
}
.hgi-stroke.hgi-standard.hgi-angel:before {
  content: "\3bd7";
}
.hgi-stroke.hgi-standard.hgi-angle-01:before {
  content: "\3bd9";
}
.hgi-stroke.hgi-standard.hgi-angle:before {
  content: "\3bdb";
}
.hgi-stroke.hgi-standard.hgi-angry-bird:before {
  content: "\3bdd";
}
.hgi-stroke.hgi-standard.hgi-angry:before {
  content: "\3bdf";
}
.hgi-stroke.hgi-standard.hgi-anonymous:before {
  content: "\3be1";
}
.hgi-stroke.hgi-standard.hgi-api:before {
  content: "\3be3";
}
.hgi-stroke.hgi-standard.hgi-app-store:before {
  content: "\3be5";
}
.hgi-stroke.hgi-standard.hgi-apple-01:before {
  content: "\3be7";
}
.hgi-stroke.hgi-standard.hgi-apple-finder:before {
  content: "\3be9";
}
.hgi-stroke.hgi-standard.hgi-apple-intelligence:before {
  content: "\3beb";
}
.hgi-stroke.hgi-standard.hgi-apple-music:before {
  content: "\3bed";
}
.hgi-stroke.hgi-standard.hgi-apple-news:before {
  content: "\3bef";
}
.hgi-stroke.hgi-standard.hgi-apple-pie:before {
  content: "\3bf1";
}
.hgi-stroke.hgi-standard.hgi-apple-reminder:before {
  content: "\3bf3";
}
.hgi-stroke.hgi-standard.hgi-apple-stocks:before {
  content: "\3bf6";
}
.hgi-stroke.hgi-standard.hgi-apple-vision-pro:before {
  content: "\3bf8";
}
.hgi-stroke.hgi-standard.hgi-apple:before {
  content: "\3bf9";
}
.hgi-stroke.hgi-standard.hgi-appointment-01:before {
  content: "\3bfb";
}
.hgi-stroke.hgi-standard.hgi-appointment-02:before {
  content: "\3bfd";
}
.hgi-stroke.hgi-standard.hgi-approximately-equal-circle:before {
  content: "\3bff";
}
.hgi-stroke.hgi-standard.hgi-approximately-equal-square:before {
  content: "\3c02";
}
.hgi-stroke.hgi-standard.hgi-approximately-equal:before {
  content: "\3c03";
}
.hgi-stroke.hgi-standard.hgi-apricot:before {
  content: "\3c05";
}
.hgi-stroke.hgi-standard.hgi-apron:before {
  content: "\3c07";
}
.hgi-stroke.hgi-standard.hgi-arc-browser:before {
  content: "\3c09";
}
.hgi-stroke.hgi-standard.hgi-archer:before {
  content: "\3c0b";
}
.hgi-stroke.hgi-standard.hgi-archive-01:before {
  content: "\3c0d";
}
.hgi-stroke.hgi-standard.hgi-archive-02:before {
  content: "\3c0f";
}
.hgi-stroke.hgi-standard.hgi-archive:before {
  content: "\3c11";
}
.hgi-stroke.hgi-standard.hgi-armored-boot:before {
  content: "\3c13";
}
.hgi-stroke.hgi-standard.hgi-arrange-by-letters-a-z:before {
  content: "\3c15";
}
.hgi-stroke.hgi-standard.hgi-arrange-by-letters-z-a:before {
  content: "\3c17";
}
.hgi-stroke.hgi-standard.hgi-arrange-by-numbers-1-9:before {
  content: "\3c19";
}
.hgi-stroke.hgi-standard.hgi-arrange-by-numbers-9-1:before {
  content: "\3c1b";
}
.hgi-stroke.hgi-standard.hgi-arrange:before {
  content: "\3c1d";
}
.hgi-stroke.hgi-standard.hgi-arrow-all-direction:before {
  content: "\3c1f";
}
.hgi-stroke.hgi-standard.hgi-arrow-data-transfer-diagonal:before {
  content: "\3c21";
}
.hgi-stroke.hgi-standard.hgi-arrow-data-transfer-horizontal:before {
  content: "\3c23";
}
.hgi-stroke.hgi-standard.hgi-arrow-data-transfer-vertical:before {
  content: "\3c25";
}
.hgi-stroke.hgi-standard.hgi-arrow-diagonal:before {
  content: "\3c27";
}
.hgi-stroke.hgi-standard.hgi-arrow-down-01:before {
  content: "\3c29";
}
.hgi-stroke.hgi-standard.hgi-arrow-down-02:before {
  content: "\3c2b";
}
.hgi-stroke.hgi-standard.hgi-arrow-down-03:before {
  content: "\3c2d";
}
.hgi-stroke.hgi-standard.hgi-arrow-down-04:before {
  content: "\3c2f";
}
.hgi-stroke.hgi-standard.hgi-arrow-down-05:before {
  content: "\3c31";
}
.hgi-stroke.hgi-standard.hgi-arrow-down-double:before {
  content: "\3c33";
}
.hgi-stroke.hgi-standard.hgi-arrow-down-left-01:before {
  content: "\3c35";
}
.hgi-stroke.hgi-standard.hgi-arrow-down-left-02:before {
  content: "\3c37";
}
.hgi-stroke.hgi-standard.hgi-arrow-down-right-01:before {
  content: "\3c39";
}
.hgi-stroke.hgi-standard.hgi-arrow-down-right-02:before {
  content: "\3c3b";
}
.hgi-stroke.hgi-standard.hgi-arrow-expand-01:before {
  content: "\3c3d";
}
.hgi-stroke.hgi-standard.hgi-arrow-expand-02:before {
  content: "\3c3f";
}
.hgi-stroke.hgi-standard.hgi-arrow-expand-diagonal-01:before {
  content: "\3c41";
}
.hgi-stroke.hgi-standard.hgi-arrow-expand-diagonal-02:before {
  content: "\3c43";
}
.hgi-stroke.hgi-standard.hgi-arrow-expand:before {
  content: "\3c45";
}
.hgi-stroke.hgi-standard.hgi-arrow-horizontal:before {
  content: "\3c47";
}
.hgi-stroke.hgi-standard.hgi-arrow-left-01:before {
  content: "\3c49";
}
.hgi-stroke.hgi-standard.hgi-arrow-left-02:before {
  content: "\3c4b";
}
.hgi-stroke.hgi-standard.hgi-arrow-left-03:before {
  content: "\3c4d";
}
.hgi-stroke.hgi-standard.hgi-arrow-left-04:before {
  content: "\3c4f";
}
.hgi-stroke.hgi-standard.hgi-arrow-left-05:before {
  content: "\3c51";
}
.hgi-stroke.hgi-standard.hgi-arrow-left-double:before {
  content: "\3c53";
}
.hgi-stroke.hgi-standard.hgi-arrow-left-right:before {
  content: "\3c55";
}
.hgi-stroke.hgi-standard.hgi-arrow-move-down-left:before {
  content: "\3c57";
}
.hgi-stroke.hgi-standard.hgi-arrow-move-down-right:before {
  content: "\3c59";
}
.hgi-stroke.hgi-standard.hgi-arrow-move-left-down:before {
  content: "\3c5b";
}
.hgi-stroke.hgi-standard.hgi-arrow-move-right-down:before {
  content: "\3c5d";
}
.hgi-stroke.hgi-standard.hgi-arrow-move-up-left:before {
  content: "\3c5f";
}
.hgi-stroke.hgi-standard.hgi-arrow-move-up-right:before {
  content: "\3c61";
}
.hgi-stroke.hgi-standard.hgi-arrow-reload-horizontal:before {
  content: "\3c63";
}
.hgi-stroke.hgi-standard.hgi-arrow-reload-vertical:before {
  content: "\3c65";
}
.hgi-stroke.hgi-standard.hgi-arrow-right-01:before {
  content: "\3c67";
}
.hgi-stroke.hgi-standard.hgi-arrow-right-02:before {
  content: "\3c69";
}
.hgi-stroke.hgi-standard.hgi-arrow-right-03:before {
  content: "\3c6b";
}
.hgi-stroke.hgi-standard.hgi-arrow-right-04:before {
  content: "\3c6d";
}
.hgi-stroke.hgi-standard.hgi-arrow-right-05:before {
  content: "\3c6f";
}
.hgi-stroke.hgi-standard.hgi-arrow-right-double:before {
  content: "\3c71";
}
.hgi-stroke.hgi-standard.hgi-arrow-shrink-01:before {
  content: "\3c73";
}
.hgi-stroke.hgi-standard.hgi-arrow-shrink-02:before {
  content: "\3c75";
}
.hgi-stroke.hgi-standard.hgi-arrow-shrink:before {
  content: "\3c77";
}
.hgi-stroke.hgi-standard.hgi-arrow-turn-backward:before {
  content: "\3c79";
}
.hgi-stroke.hgi-standard.hgi-arrow-turn-down:before {
  content: "\3c7b";
}
.hgi-stroke.hgi-standard.hgi-arrow-turn-forward:before {
  content: "\3c7d";
}
.hgi-stroke.hgi-standard.hgi-arrow-turn-up:before {
  content: "\3c7f";
}
.hgi-stroke.hgi-standard.hgi-arrow-up-01:before {
  content: "\3c81";
}
.hgi-stroke.hgi-standard.hgi-arrow-up-02:before {
  content: "\3c83";
}
.hgi-stroke.hgi-standard.hgi-arrow-up-03:before {
  content: "\3c85";
}
.hgi-stroke.hgi-standard.hgi-arrow-up-04:before {
  content: "\3c87";
}
.hgi-stroke.hgi-standard.hgi-arrow-up-05:before {
  content: "\3c89";
}
.hgi-stroke.hgi-standard.hgi-arrow-up-double:before {
  content: "\3c8b";
}
.hgi-stroke.hgi-standard.hgi-arrow-up-down:before {
  content: "\3c8d";
}
.hgi-stroke.hgi-standard.hgi-arrow-up-left-01:before {
  content: "\3c8f";
}
.hgi-stroke.hgi-standard.hgi-arrow-up-left-02:before {
  content: "\3c91";
}
.hgi-stroke.hgi-standard.hgi-arrow-up-right-01:before {
  content: "\3c93";
}
.hgi-stroke.hgi-standard.hgi-arrow-up-right-02:before {
  content: "\3c95";
}
.hgi-stroke.hgi-standard.hgi-arrow-vertical:before {
  content: "\3c97";
}
.hgi-stroke.hgi-standard.hgi-artboard-tool:before {
  content: "\3c9a";
}
.hgi-stroke.hgi-standard.hgi-artboard:before {
  content: "\3c9b";
}
.hgi-stroke.hgi-standard.hgi-artificial-intelligence-01:before {
  content: "\3c9d";
}
.hgi-stroke.hgi-standard.hgi-artificial-intelligence-02:before {
  content: "\3c9f";
}
.hgi-stroke.hgi-standard.hgi-artificial-intelligence-03:before {
  content: "\3ca1";
}
.hgi-stroke.hgi-standard.hgi-artificial-intelligence-04:before {
  content: "\3ca3";
}
.hgi-stroke.hgi-standard.hgi-artificial-intelligence-05:before {
  content: "\3ca5";
}
.hgi-stroke.hgi-standard.hgi-artificial-intelligence-06:before {
  content: "\3ca7";
}
.hgi-stroke.hgi-standard.hgi-artificial-intelligence-07:before {
  content: "\3ca9";
}
.hgi-stroke.hgi-standard.hgi-artificial-intelligence-08:before {
  content: "\3cab";
}
.hgi-stroke.hgi-standard.hgi-aspect-ratio:before {
  content: "\3cad";
}
.hgi-stroke.hgi-standard.hgi-assignments:before {
  content: "\3caf";
}
.hgi-stroke.hgi-standard.hgi-asteroid-01:before {
  content: "\3cb1";
}
.hgi-stroke.hgi-standard.hgi-asteroid-02:before {
  content: "\3cb3";
}
.hgi-stroke.hgi-standard.hgi-astronaut-01:before {
  content: "\3cb5";
}
.hgi-stroke.hgi-standard.hgi-astronaut-02:before {
  content: "\3cb7";
}
.hgi-stroke.hgi-standard.hgi-at:before {
  content: "\3cb9";
}
.hgi-stroke.hgi-standard.hgi-atm-01:before {
  content: "\3cbb";
}
.hgi-stroke.hgi-standard.hgi-atm-02:before {
  content: "\3cbd";
}
.hgi-stroke.hgi-standard.hgi-atom-01:before {
  content: "\3cbf";
}
.hgi-stroke.hgi-standard.hgi-atom-02:before {
  content: "\3cc1";
}
.hgi-stroke.hgi-standard.hgi-atomic-power:before {
  content: "\3cc3";
}
.hgi-stroke.hgi-standard.hgi-attachment-01:before {
  content: "\3cc5";
}
.hgi-stroke.hgi-standard.hgi-attachment-02:before {
  content: "\3cc7";
}
.hgi-stroke.hgi-standard.hgi-attachment-circle:before {
  content: "\3cc9";
}
.hgi-stroke.hgi-standard.hgi-attachment-square:before {
  content: "\3ccc";
}
.hgi-stroke.hgi-standard.hgi-attachment:before {
  content: "\3ccd";
}
.hgi-stroke.hgi-standard.hgi-auction:before {
  content: "\3ccf";
}
.hgi-stroke.hgi-standard.hgi-audio-book-01:before {
  content: "\3cd1";
}
.hgi-stroke.hgi-standard.hgi-audio-book-02:before {
  content: "\3cd3";
}
.hgi-stroke.hgi-standard.hgi-audio-book-03:before {
  content: "\3cd5";
}
.hgi-stroke.hgi-standard.hgi-audio-book-04:before {
  content: "\3cd7";
}
.hgi-stroke.hgi-standard.hgi-audio-wave-01:before {
  content: "\3cd9";
}
.hgi-stroke.hgi-standard.hgi-audio-wave-02:before {
  content: "\3cdb";
}
.hgi-stroke.hgi-standard.hgi-audit-01:before {
  content: "\3cdd";
}
.hgi-stroke.hgi-standard.hgi-audit-02:before {
  content: "\3cdf";
}
.hgi-stroke.hgi-standard.hgi-augmented-reality-ar:before {
  content: "\3ce1";
}
.hgi-stroke.hgi-standard.hgi-authorized:before {
  content: "\3ce3";
}
.hgi-stroke.hgi-standard.hgi-auto-conversations:before {
  content: "\3ce5";
}
.hgi-stroke.hgi-standard.hgi-automotive-battery-01:before {
  content: "\3ce7";
}
.hgi-stroke.hgi-standard.hgi-automotive-battery-02:before {
  content: "\3ce9";
}
.hgi-stroke.hgi-standard.hgi-avalanche:before {
  content: "\3ceb";
}
.hgi-stroke.hgi-standard.hgi-avocado:before {
  content: "\3ced";
}
.hgi-stroke.hgi-standard.hgi-award-01:before {
  content: "\3cef";
}
.hgi-stroke.hgi-standard.hgi-award-02:before {
  content: "\3cf1";
}
.hgi-stroke.hgi-standard.hgi-award-03:before {
  content: "\3cf3";
}
.hgi-stroke.hgi-standard.hgi-award-04:before {
  content: "\3cf5";
}
.hgi-stroke.hgi-standard.hgi-award-05:before {
  content: "\3cf7";
}
.hgi-stroke.hgi-standard.hgi-baby-01:before {
  content: "\3cf9";
}
.hgi-stroke.hgi-standard.hgi-baby-02:before {
  content: "\3cfb";
}
.hgi-stroke.hgi-standard.hgi-baby-bed-01:before {
  content: "\3cfd";
}
.hgi-stroke.hgi-standard.hgi-baby-bed-02:before {
  content: "\3cff";
}
.hgi-stroke.hgi-standard.hgi-baby-bottle:before {
  content: "\3d01";
}
.hgi-stroke.hgi-standard.hgi-baby-boy-dress:before {
  content: "\3d03";
}
.hgi-stroke.hgi-standard.hgi-baby-girl-dress:before {
  content: "\3d05";
}
.hgi-stroke.hgi-standard.hgi-back-muscle-body:before {
  content: "\3d07";
}
.hgi-stroke.hgi-standard.hgi-background:before {
  content: "\3d09";
}
.hgi-stroke.hgi-standard.hgi-backpack-01:before {
  content: "\3d0b";
}
.hgi-stroke.hgi-standard.hgi-backpack-02:before {
  content: "\3d0d";
}
.hgi-stroke.hgi-standard.hgi-backpack-03:before {
  content: "\3d0f";
}
.hgi-stroke.hgi-standard.hgi-backward-01:before {
  content: "\3d11";
}
.hgi-stroke.hgi-standard.hgi-backward-02:before {
  content: "\3d13";
}
.hgi-stroke.hgi-standard.hgi-bacteria:before {
  content: "\3d15";
}
.hgi-stroke.hgi-standard.hgi-badminton-shuttle:before {
  content: "\3d18";
}
.hgi-stroke.hgi-standard.hgi-badminton:before {
  content: "\3d19";
}
.hgi-stroke.hgi-standard.hgi-balance-scale:before {
  content: "\3d1b";
}
.hgi-stroke.hgi-standard.hgi-balloons:before {
  content: "\3d1d";
}
.hgi-stroke.hgi-standard.hgi-banana:before {
  content: "\3d1f";
}
.hgi-stroke.hgi-standard.hgi-bandage:before {
  content: "\3d21";
}
.hgi-stroke.hgi-standard.hgi-bank:before {
  content: "\3d23";
}
.hgi-stroke.hgi-standard.hgi-bar-chart-horizontal:before {
  content: "\3d25";
}
.hgi-stroke.hgi-standard.hgi-bar-chart:before {
  content: "\3d27";
}
.hgi-stroke.hgi-standard.hgi-bar-code-01:before {
  content: "\3d29";
}
.hgi-stroke.hgi-standard.hgi-bar-code-02:before {
  content: "\3d2b";
}
.hgi-stroke.hgi-standard.hgi-barns:before {
  content: "\3d2d";
}
.hgi-stroke.hgi-standard.hgi-baseball-bat:before {
  content: "\3d2f";
}
.hgi-stroke.hgi-standard.hgi-baseball-helmet:before {
  content: "\3d31";
}
.hgi-stroke.hgi-standard.hgi-baseball:before {
  content: "\3d33";
}
.hgi-stroke.hgi-standard.hgi-bash:before {
  content: "\3d35";
}
.hgi-stroke.hgi-standard.hgi-basketball-01:before {
  content: "\3d37";
}
.hgi-stroke.hgi-standard.hgi-basketball-02:before {
  content: "\3d39";
}
.hgi-stroke.hgi-standard.hgi-basketball-hoop:before {
  content: "\3d3b";
}
.hgi-stroke.hgi-standard.hgi-bathtub-01:before {
  content: "\3d3d";
}
.hgi-stroke.hgi-standard.hgi-bathtub-02:before {
  content: "\3d3f";
}
.hgi-stroke.hgi-standard.hgi-batteries-energy:before {
  content: "\3d41";
}
.hgi-stroke.hgi-standard.hgi-battery-charging-01:before {
  content: "\3d43";
}
.hgi-stroke.hgi-standard.hgi-battery-charging-02:before {
  content: "\3d45";
}
.hgi-stroke.hgi-standard.hgi-battery-eco-charging:before {
  content: "\3d47";
}
.hgi-stroke.hgi-standard.hgi-battery-empty:before {
  content: "\3d49";
}
.hgi-stroke.hgi-standard.hgi-battery-full:before {
  content: "\3d4b";
}
.hgi-stroke.hgi-standard.hgi-battery-low:before {
  content: "\3d4d";
}
.hgi-stroke.hgi-standard.hgi-battery-medium-01:before {
  content: "\3d4f";
}
.hgi-stroke.hgi-standard.hgi-battery-medium-02:before {
  content: "\3d51";
}
.hgi-stroke.hgi-standard.hgi-bbq-grill:before {
  content: "\3d53";
}
.hgi-stroke.hgi-standard.hgi-beach-02:before {
  content: "\3d55";
}
.hgi-stroke.hgi-standard.hgi-beach:before {
  content: "\3d57";
}
.hgi-stroke.hgi-standard.hgi-beater:before {
  content: "\3d59";
}
.hgi-stroke.hgi-standard.hgi-bebo:before {
  content: "\3d5b";
}
.hgi-stroke.hgi-standard.hgi-bed-bunk:before {
  content: "\3d5d";
}
.hgi-stroke.hgi-standard.hgi-bed-double:before {
  content: "\3d5f";
}
.hgi-stroke.hgi-standard.hgi-bed-single-01:before {
  content: "\3d62";
}
.hgi-stroke.hgi-standard.hgi-bed-single-02:before {
  content: "\3d64";
}
.hgi-stroke.hgi-standard.hgi-bed:before {
  content: "\3d65";
}
.hgi-stroke.hgi-standard.hgi-bedug-01:before {
  content: "\3d67";
}
.hgi-stroke.hgi-standard.hgi-bedug-02:before {
  content: "\3d69";
}
.hgi-stroke.hgi-standard.hgi-behance-01:before {
  content: "\3d6b";
}
.hgi-stroke.hgi-standard.hgi-behance-02:before {
  content: "\3d6d";
}
.hgi-stroke.hgi-standard.hgi-belt:before {
  content: "\3d6f";
}
.hgi-stroke.hgi-standard.hgi-bend-tool:before {
  content: "\3d71";
}
.hgi-stroke.hgi-standard.hgi-berlin-tower:before {
  content: "\3d74";
}
.hgi-stroke.hgi-standard.hgi-berlin:before {
  content: "\3d75";
}
.hgi-stroke.hgi-standard.hgi-beta:before {
  content: "\3d77";
}
.hgi-stroke.hgi-standard.hgi-bicycle-01:before {
  content: "\3d79";
}
.hgi-stroke.hgi-standard.hgi-bicycle:before {
  content: "\3d7b";
}
.hgi-stroke.hgi-standard.hgi-billiard-01:before {
  content: "\3d7d";
}
.hgi-stroke.hgi-standard.hgi-billiard-02:before {
  content: "\3d7f";
}
.hgi-stroke.hgi-standard.hgi-binary-code:before {
  content: "\3d81";
}
.hgi-stroke.hgi-standard.hgi-bing:before {
  content: "\3d83";
}
.hgi-stroke.hgi-standard.hgi-binoculars:before {
  content: "\3d85";
}
.hgi-stroke.hgi-standard.hgi-bio-energy:before {
  content: "\3d87";
}
.hgi-stroke.hgi-standard.hgi-biomass-energy:before {
  content: "\3d89";
}
.hgi-stroke.hgi-standard.hgi-biometric-access:before {
  content: "\3d8b";
}
.hgi-stroke.hgi-standard.hgi-biometric-device:before {
  content: "\3d8d";
}
.hgi-stroke.hgi-standard.hgi-birthday-cake:before {
  content: "\3d8f";
}
.hgi-stroke.hgi-standard.hgi-biscuit:before {
  content: "\3d91";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-01:before {
  content: "\3d93";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-02:before {
  content: "\3d95";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-03:before {
  content: "\3d97";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-04:before {
  content: "\3d99";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-bag:before {
  content: "\3d9b";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-circle:before {
  content: "\3d9d";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-cloud:before {
  content: "\3d9f";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-cpu:before {
  content: "\3da1";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-credit-card:before {
  content: "\3da3";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-database:before {
  content: "\3da5";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-down-01:before {
  content: "\3da7";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-down-02:before {
  content: "\3da9";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-ellipse:before {
  content: "\3dab";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-eye:before {
  content: "\3dad";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-filter:before {
  content: "\3daf";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-flashdisk:before {
  content: "\3db1";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-graph:before {
  content: "\3db3";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-invoice:before {
  content: "\3db5";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-key:before {
  content: "\3db7";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-location:before {
  content: "\3db9";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-lock:before {
  content: "\3dbb";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-mail:before {
  content: "\3dbd";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-mind:before {
  content: "\3dbf";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-money-01:before {
  content: "\3dc1";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-money-02:before {
  content: "\3dc3";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-pie-chart:before {
  content: "\3dc5";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-piggy-bank:before {
  content: "\3dc7";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-presentation:before {
  content: "\3dc9";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-receipt:before {
  content: "\3dcb";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-receive:before {
  content: "\3dcd";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-rectangle:before {
  content: "\3dcf";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-safe:before {
  content: "\3dd1";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-search:before {
  content: "\3dd3";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-send:before {
  content: "\3dd6";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-setting:before {
  content: "\3dd8";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-shield:before {
  content: "\3dda";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-shopping:before {
  content: "\3ddc";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-smartphone-01:before {
  content: "\3dde";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-smartphone-02:before {
  content: "\3de0";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-square:before {
  content: "\3de2";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-store:before {
  content: "\3de4";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-tag:before {
  content: "\3de6";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-target:before {
  content: "\3de8";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-transaction:before {
  content: "\3dea";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-up-01:before {
  content: "\3dec";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-up-02:before {
  content: "\3dee";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-wallet:before {
  content: "\3df0";
}
.hgi-stroke.hgi-standard.hgi-bitcoin-withdraw:before {
  content: "\3df2";
}
.hgi-stroke.hgi-standard.hgi-bitcoin:before {
  content: "\3df3";
}
.hgi-stroke.hgi-standard.hgi-black-hole-01:before {
  content: "\3df5";
}
.hgi-stroke.hgi-standard.hgi-black-hole:before {
  content: "\3df7";
}
.hgi-stroke.hgi-standard.hgi-blend:before {
  content: "\3df9";
}
.hgi-stroke.hgi-standard.hgi-blender:before {
  content: "\3dfb";
}
.hgi-stroke.hgi-standard.hgi-block-game:before {
  content: "\3dfd";
}
.hgi-stroke.hgi-standard.hgi-blockchain-01:before {
  content: "\3dff";
}
.hgi-stroke.hgi-standard.hgi-blockchain-02:before {
  content: "\3e01";
}
.hgi-stroke.hgi-standard.hgi-blockchain-03:before {
  content: "\3e03";
}
.hgi-stroke.hgi-standard.hgi-blockchain-04:before {
  content: "\3e05";
}
.hgi-stroke.hgi-standard.hgi-blockchain-05:before {
  content: "\3e07";
}
.hgi-stroke.hgi-standard.hgi-blockchain-06:before {
  content: "\3e09";
}
.hgi-stroke.hgi-standard.hgi-blockchain-07:before {
  content: "\3e0b";
}
.hgi-stroke.hgi-standard.hgi-blocked:before {
  content: "\3e0d";
}
.hgi-stroke.hgi-standard.hgi-blogger:before {
  content: "\3e0f";
}
.hgi-stroke.hgi-standard.hgi-blood-bag:before {
  content: "\3e11";
}
.hgi-stroke.hgi-standard.hgi-blood-bottle:before {
  content: "\3e13";
}
.hgi-stroke.hgi-standard.hgi-blood-pressure:before {
  content: "\3e15";
}
.hgi-stroke.hgi-standard.hgi-blood-type:before {
  content: "\3e18";
}
.hgi-stroke.hgi-standard.hgi-blood:before {
  content: "\3e19";
}
.hgi-stroke.hgi-standard.hgi-bluesky:before {
  content: "\3e1b";
}
.hgi-stroke.hgi-standard.hgi-bluetooth-circle:before {
  content: "\3e1d";
}
.hgi-stroke.hgi-standard.hgi-bluetooth-not-connected:before {
  content: "\3e1f";
}
.hgi-stroke.hgi-standard.hgi-bluetooth-search:before {
  content: "\3e21";
}
.hgi-stroke.hgi-standard.hgi-bluetooth-square:before {
  content: "\3e24";
}
.hgi-stroke.hgi-standard.hgi-bluetooth:before {
  content: "\3e25";
}
.hgi-stroke.hgi-standard.hgi-blur:before {
  content: "\3e27";
}
.hgi-stroke.hgi-standard.hgi-blush-brush-01:before {
  content: "\3e29";
}
.hgi-stroke.hgi-standard.hgi-blush-brush-02:before {
  content: "\3e2b";
}
.hgi-stroke.hgi-standard.hgi-board-math:before {
  content: "\3e2d";
}
.hgi-stroke.hgi-standard.hgi-boat:before {
  content: "\3e2f";
}
.hgi-stroke.hgi-standard.hgi-body-armor:before {
  content: "\3e31";
}
.hgi-stroke.hgi-standard.hgi-body-part-leg:before {
  content: "\3e33";
}
.hgi-stroke.hgi-standard.hgi-body-part-muscle:before {
  content: "\3e35";
}
.hgi-stroke.hgi-standard.hgi-body-part-six-pack:before {
  content: "\3e37";
}
.hgi-stroke.hgi-standard.hgi-body-soap:before {
  content: "\3e39";
}
.hgi-stroke.hgi-standard.hgi-body-weight:before {
  content: "\3e3b";
}
.hgi-stroke.hgi-standard.hgi-bomb:before {
  content: "\3e3d";
}
.hgi-stroke.hgi-standard.hgi-bone-01:before {
  content: "\3e3f";
}
.hgi-stroke.hgi-standard.hgi-bone-02:before {
  content: "\3e41";
}
.hgi-stroke.hgi-standard.hgi-book-01:before {
  content: "\3e43";
}
.hgi-stroke.hgi-standard.hgi-book-02:before {
  content: "\3e45";
}
.hgi-stroke.hgi-standard.hgi-book-03:before {
  content: "\3e47";
}
.hgi-stroke.hgi-standard.hgi-book-04:before {
  content: "\3e49";
}
.hgi-stroke.hgi-standard.hgi-book-bookmark-01:before {
  content: "\3e4b";
}
.hgi-stroke.hgi-standard.hgi-book-bookmark-02:before {
  content: "\3e4d";
}
.hgi-stroke.hgi-standard.hgi-book-download:before {
  content: "\3e4f";
}
.hgi-stroke.hgi-standard.hgi-book-edit:before {
  content: "\3e51";
}
.hgi-stroke.hgi-standard.hgi-book-open-01:before {
  content: "\3e53";
}
.hgi-stroke.hgi-standard.hgi-book-open-02:before {
  content: "\3e55";
}
.hgi-stroke.hgi-standard.hgi-book-upload:before {
  content: "\3e57";
}
.hgi-stroke.hgi-standard.hgi-bookmark-01:before {
  content: "\3e59";
}
.hgi-stroke.hgi-standard.hgi-bookmark-02:before {
  content: "\3e5b";
}
.hgi-stroke.hgi-standard.hgi-bookmark-03:before {
  content: "\3e5d";
}
.hgi-stroke.hgi-standard.hgi-bookmark-add-01:before {
  content: "\3e5f";
}
.hgi-stroke.hgi-standard.hgi-bookmark-add-02:before {
  content: "\3e61";
}
.hgi-stroke.hgi-standard.hgi-bookmark-block-01:before {
  content: "\3e63";
}
.hgi-stroke.hgi-standard.hgi-bookmark-block-02:before {
  content: "\3e65";
}
.hgi-stroke.hgi-standard.hgi-bookmark-check-01:before {
  content: "\3e67";
}
.hgi-stroke.hgi-standard.hgi-bookmark-check-02:before {
  content: "\3e69";
}
.hgi-stroke.hgi-standard.hgi-bookmark-minus-01:before {
  content: "\3e6b";
}
.hgi-stroke.hgi-standard.hgi-bookmark-minus-02:before {
  content: "\3e6d";
}
.hgi-stroke.hgi-standard.hgi-bookmark-off-01:before {
  content: "\3e6f";
}
.hgi-stroke.hgi-standard.hgi-bookmark-off-02:before {
  content: "\3e71";
}
.hgi-stroke.hgi-standard.hgi-bookmark-remove-01:before {
  content: "\3e73";
}
.hgi-stroke.hgi-standard.hgi-bookmark-remove-02:before {
  content: "\3e75";
}
.hgi-stroke.hgi-standard.hgi-books-01:before {
  content: "\3e77";
}
.hgi-stroke.hgi-standard.hgi-books-02:before {
  content: "\3e79";
}
.hgi-stroke.hgi-standard.hgi-bookshelf-01:before {
  content: "\3e7b";
}
.hgi-stroke.hgi-standard.hgi-bookshelf-02:before {
  content: "\3e7d";
}
.hgi-stroke.hgi-standard.hgi-bookshelf-03:before {
  content: "\3e7f";
}
.hgi-stroke.hgi-standard.hgi-bootstrap:before {
  content: "\3e81";
}
.hgi-stroke.hgi-standard.hgi-border-all-01:before {
  content: "\3e83";
}
.hgi-stroke.hgi-standard.hgi-border-all-02:before {
  content: "\3e85";
}
.hgi-stroke.hgi-standard.hgi-border-bottom-01:before {
  content: "\3e87";
}
.hgi-stroke.hgi-standard.hgi-border-bottom-02:before {
  content: "\3e89";
}
.hgi-stroke.hgi-standard.hgi-border-full:before {
  content: "\3e8b";
}
.hgi-stroke.hgi-standard.hgi-border-horizontal:before {
  content: "\3e8d";
}
.hgi-stroke.hgi-standard.hgi-border-inner:before {
  content: "\3e8f";
}
.hgi-stroke.hgi-standard.hgi-border-left-01:before {
  content: "\3e91";
}
.hgi-stroke.hgi-standard.hgi-border-left-02:before {
  content: "\3e93";
}
.hgi-stroke.hgi-standard.hgi-border-none-01:before {
  content: "\3e95";
}
.hgi-stroke.hgi-standard.hgi-border-none-02:before {
  content: "\3e97";
}
.hgi-stroke.hgi-standard.hgi-border-right-01:before {
  content: "\3e99";
}
.hgi-stroke.hgi-standard.hgi-border-right-02:before {
  content: "\3e9b";
}
.hgi-stroke.hgi-standard.hgi-border-top-01:before {
  content: "\3e9d";
}
.hgi-stroke.hgi-standard.hgi-border-top-02:before {
  content: "\3e9f";
}
.hgi-stroke.hgi-standard.hgi-border-vertical:before {
  content: "\3ea1";
}
.hgi-stroke.hgi-standard.hgi-borobudur:before {
  content: "\3ea3";
}
.hgi-stroke.hgi-standard.hgi-bot:before {
  content: "\3ea5";
}
.hgi-stroke.hgi-standard.hgi-bounce-left:before {
  content: "\3ea7";
}
.hgi-stroke.hgi-standard.hgi-bounce-right:before {
  content: "\3ea9";
}
.hgi-stroke.hgi-standard.hgi-bounding-box:before {
  content: "\3eab";
}
.hgi-stroke.hgi-standard.hgi-bow-tie:before {
  content: "\3ead";
}
.hgi-stroke.hgi-standard.hgi-bowling-ball:before {
  content: "\3eaf";
}
.hgi-stroke.hgi-standard.hgi-bowling-pins:before {
  content: "\3eb1";
}
.hgi-stroke.hgi-standard.hgi-bowling:before {
  content: "\3eb3";
}
.hgi-stroke.hgi-standard.hgi-boxer:before {
  content: "\3eb5";
}
.hgi-stroke.hgi-standard.hgi-boxing-bag:before {
  content: "\3eb7";
}
.hgi-stroke.hgi-standard.hgi-boxing-glove-01:before {
  content: "\3eb9";
}
.hgi-stroke.hgi-standard.hgi-boxing-glove:before {
  content: "\3ebb";
}
.hgi-stroke.hgi-standard.hgi-brain-01:before {
  content: "\3ebd";
}
.hgi-stroke.hgi-standard.hgi-brain-02:before {
  content: "\3ebf";
}
.hgi-stroke.hgi-standard.hgi-brain-03:before {
  content: "\3ec1";
}
.hgi-stroke.hgi-standard.hgi-brain:before {
  content: "\3ec3";
}
.hgi-stroke.hgi-standard.hgi-brandfetch:before {
  content: "\3ec5";
}
.hgi-stroke.hgi-standard.hgi-bread-01:before {
  content: "\3ec7";
}
.hgi-stroke.hgi-standard.hgi-bread-02:before {
  content: "\3ec9";
}
.hgi-stroke.hgi-standard.hgi-bread-03:before {
  content: "\3ecb";
}
.hgi-stroke.hgi-standard.hgi-bread-04:before {
  content: "\3ecd";
}
.hgi-stroke.hgi-standard.hgi-breast-pump:before {
  content: "\3ecf";
}
.hgi-stroke.hgi-standard.hgi-bridge:before {
  content: "\3ed1";
}
.hgi-stroke.hgi-standard.hgi-briefcase-01:before {
  content: "\3ed3";
}
.hgi-stroke.hgi-standard.hgi-briefcase-02:before {
  content: "\3ed5";
}
.hgi-stroke.hgi-standard.hgi-briefcase-03:before {
  content: "\3ed7";
}
.hgi-stroke.hgi-standard.hgi-briefcase-04:before {
  content: "\3ed9";
}
.hgi-stroke.hgi-standard.hgi-briefcase-05:before {
  content: "\3edb";
}
.hgi-stroke.hgi-standard.hgi-briefcase-06:before {
  content: "\3edd";
}
.hgi-stroke.hgi-standard.hgi-briefcase-07:before {
  content: "\3edf";
}
.hgi-stroke.hgi-standard.hgi-briefcase-08:before {
  content: "\3ee1";
}
.hgi-stroke.hgi-standard.hgi-briefcase-09:before {
  content: "\3ee3";
}
.hgi-stroke.hgi-standard.hgi-briefcase-dollar:before {
  content: "\3ee5";
}
.hgi-stroke.hgi-standard.hgi-broccoli:before {
  content: "\3ee7";
}
.hgi-stroke.hgi-standard.hgi-brochure:before {
  content: "\3ee9";
}
.hgi-stroke.hgi-standard.hgi-broken-bone:before {
  content: "\3eeb";
}
.hgi-stroke.hgi-standard.hgi-browser:before {
  content: "\3eed";
}
.hgi-stroke.hgi-standard.hgi-brush:before {
  content: "\3eef";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-add:before {
  content: "\3ef1";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-blocked:before {
  content: "\3ef3";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-cancel:before {
  content: "\3ef5";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-delay:before {
  content: "\3ef7";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-done:before {
  content: "\3ef9";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-download-01:before {
  content: "\3efb";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-download-02:before {
  content: "\3efd";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-edit:before {
  content: "\3eff";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-favourite:before {
  content: "\3f01";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-income:before {
  content: "\3f03";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-lock:before {
  content: "\3f05";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-notification:before {
  content: "\3f07";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-outcome:before {
  content: "\3f09";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-preview:before {
  content: "\3f0b";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-question:before {
  content: "\3f0d";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-search:before {
  content: "\3f0f";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-secure:before {
  content: "\3f12";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-translate:before {
  content: "\3f14";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-unlock:before {
  content: "\3f16";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-upload:before {
  content: "\3f18";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat-user:before {
  content: "\3f1a";
}
.hgi-stroke.hgi-standard.hgi-bubble-chat:before {
  content: "\3f1b";
}
.hgi-stroke.hgi-standard.hgi-bubble-tea-01:before {
  content: "\3f1d";
}
.hgi-stroke.hgi-standard.hgi-bubble-tea-02:before {
  content: "\3f1f";
}
.hgi-stroke.hgi-standard.hgi-bug-01:before {
  content: "\3f21";
}
.hgi-stroke.hgi-standard.hgi-bug-02:before {
  content: "\3f23";
}
.hgi-stroke.hgi-standard.hgi-building-01:before {
  content: "\3f25";
}
.hgi-stroke.hgi-standard.hgi-building-02:before {
  content: "\3f27";
}
.hgi-stroke.hgi-standard.hgi-building-03:before {
  content: "\3f29";
}
.hgi-stroke.hgi-standard.hgi-building-04:before {
  content: "\3f2b";
}
.hgi-stroke.hgi-standard.hgi-building-05:before {
  content: "\3f2d";
}
.hgi-stroke.hgi-standard.hgi-building-06:before {
  content: "\3f2f";
}
.hgi-stroke.hgi-standard.hgi-bulb-charging:before {
  content: "\3f31";
}
.hgi-stroke.hgi-standard.hgi-bulb:before {
  content: "\3f33";
}
.hgi-stroke.hgi-standard.hgi-bulletproof-vest:before {
  content: "\3f35";
}
.hgi-stroke.hgi-standard.hgi-burj-al-arab:before {
  content: "\3f37";
}
.hgi-stroke.hgi-standard.hgi-burning-cd:before {
  content: "\3f39";
}
.hgi-stroke.hgi-standard.hgi-bus-01:before {
  content: "\3f3b";
}
.hgi-stroke.hgi-standard.hgi-bus-02:before {
  content: "\3f3d";
}
.hgi-stroke.hgi-standard.hgi-bus-03:before {
  content: "\3f3f";
}
.hgi-stroke.hgi-standard.hgi-c-programming:before {
  content: "\3f41";
}
.hgi-stroke.hgi-standard.hgi-cabinet-01:before {
  content: "\3f43";
}
.hgi-stroke.hgi-standard.hgi-cabinet-02:before {
  content: "\3f45";
}
.hgi-stroke.hgi-standard.hgi-cabinet-03:before {
  content: "\3f47";
}
.hgi-stroke.hgi-standard.hgi-cabinet-04:before {
  content: "\3f49";
}
.hgi-stroke.hgi-standard.hgi-cable-car:before {
  content: "\3f4b";
}
.hgi-stroke.hgi-standard.hgi-cactus:before {
  content: "\3f4d";
}
.hgi-stroke.hgi-standard.hgi-caduceus:before {
  content: "\3f4f";
}
.hgi-stroke.hgi-standard.hgi-cafe:before {
  content: "\3f51";
}
.hgi-stroke.hgi-standard.hgi-calculate:before {
  content: "\3f53";
}
.hgi-stroke.hgi-standard.hgi-calculator-01:before {
  content: "\3f55";
}
.hgi-stroke.hgi-standard.hgi-calculator:before {
  content: "\3f57";
}
.hgi-stroke.hgi-standard.hgi-calendar-01:before {
  content: "\3f59";
}
.hgi-stroke.hgi-standard.hgi-calendar-02:before {
  content: "\3f5b";
}
.hgi-stroke.hgi-standard.hgi-calendar-03:before {
  content: "\3f5d";
}
.hgi-stroke.hgi-standard.hgi-calendar-04:before {
  content: "\3f5f";
}
.hgi-stroke.hgi-standard.hgi-calendar-add-01:before {
  content: "\3f61";
}
.hgi-stroke.hgi-standard.hgi-calendar-add-02:before {
  content: "\3f63";
}
.hgi-stroke.hgi-standard.hgi-calendar-block-01:before {
  content: "\3f65";
}
.hgi-stroke.hgi-standard.hgi-calendar-block-02:before {
  content: "\3f67";
}
.hgi-stroke.hgi-standard.hgi-calendar-check-in-01:before {
  content: "\3f69";
}
.hgi-stroke.hgi-standard.hgi-calendar-check-in-02:before {
  content: "\3f6b";
}
.hgi-stroke.hgi-standard.hgi-calendar-check-out-01:before {
  content: "\3f6d";
}
.hgi-stroke.hgi-standard.hgi-calendar-check-out-02:before {
  content: "\3f6f";
}
.hgi-stroke.hgi-standard.hgi-calendar-download-01:before {
  content: "\3f71";
}
.hgi-stroke.hgi-standard.hgi-calendar-download-02:before {
  content: "\3f73";
}
.hgi-stroke.hgi-standard.hgi-calendar-favorite-01:before {
  content: "\3f75";
}
.hgi-stroke.hgi-standard.hgi-calendar-favorite-02:before {
  content: "\3f77";
}
.hgi-stroke.hgi-standard.hgi-calendar-lock-01:before {
  content: "\3f79";
}
.hgi-stroke.hgi-standard.hgi-calendar-lock-02:before {
  content: "\3f7b";
}
.hgi-stroke.hgi-standard.hgi-calendar-love-01:before {
  content: "\3f7d";
}
.hgi-stroke.hgi-standard.hgi-calendar-love-02:before {
  content: "\3f7f";
}
.hgi-stroke.hgi-standard.hgi-calendar-minus-01:before {
  content: "\3f81";
}
.hgi-stroke.hgi-standard.hgi-calendar-minus-02:before {
  content: "\3f83";
}
.hgi-stroke.hgi-standard.hgi-calendar-remove-01:before {
  content: "\3f85";
}
.hgi-stroke.hgi-standard.hgi-calendar-remove-02:before {
  content: "\3f87";
}
.hgi-stroke.hgi-standard.hgi-calendar-setting-01:before {
  content: "\3f89";
}
.hgi-stroke.hgi-standard.hgi-calendar-setting-02:before {
  content: "\3f8b";
}
.hgi-stroke.hgi-standard.hgi-calendar-upload-01:before {
  content: "\3f8d";
}
.hgi-stroke.hgi-standard.hgi-calendar-upload-02:before {
  content: "\3f8f";
}
.hgi-stroke.hgi-standard.hgi-call-02:before {
  content: "\3f91";
}
.hgi-stroke.hgi-standard.hgi-call-add-02:before {
  content: "\3f93";
}
.hgi-stroke.hgi-standard.hgi-call-add:before {
  content: "\3f95";
}
.hgi-stroke.hgi-standard.hgi-call-blocked-02:before {
  content: "\3f97";
}
.hgi-stroke.hgi-standard.hgi-call-blocked:before {
  content: "\3f99";
}
.hgi-stroke.hgi-standard.hgi-call-disabled-02:before {
  content: "\3f9b";
}
.hgi-stroke.hgi-standard.hgi-call-disabled:before {
  content: "\3f9d";
}
.hgi-stroke.hgi-standard.hgi-call-done-02:before {
  content: "\3f9f";
}
.hgi-stroke.hgi-standard.hgi-call-done:before {
  content: "\3fa1";
}
.hgi-stroke.hgi-standard.hgi-call-end-01:before {
  content: "\3fa3";
}
.hgi-stroke.hgi-standard.hgi-call-end-02:before {
  content: "\3fa5";
}
.hgi-stroke.hgi-standard.hgi-call-end-03:before {
  content: "\3fa7";
}
.hgi-stroke.hgi-standard.hgi-call-end-04:before {
  content: "\3fa9";
}
.hgi-stroke.hgi-standard.hgi-call-incoming-01:before {
  content: "\3fab";
}
.hgi-stroke.hgi-standard.hgi-call-incoming-02:before {
  content: "\3fad";
}
.hgi-stroke.hgi-standard.hgi-call-incoming-03:before {
  content: "\3faf";
}
.hgi-stroke.hgi-standard.hgi-call-incoming-04:before {
  content: "\3fb1";
}
.hgi-stroke.hgi-standard.hgi-call-internal-02:before {
  content: "\3fb3";
}
.hgi-stroke.hgi-standard.hgi-call-internal:before {
  content: "\3fb5";
}
.hgi-stroke.hgi-standard.hgi-call-locked-02:before {
  content: "\3fb7";
}
.hgi-stroke.hgi-standard.hgi-call-locked:before {
  content: "\3fb9";
}
.hgi-stroke.hgi-standard.hgi-call-minus-02:before {
  content: "\3fbb";
}
.hgi-stroke.hgi-standard.hgi-call-minus:before {
  content: "\3fbd";
}
.hgi-stroke.hgi-standard.hgi-call-missed-01:before {
  content: "\3fbf";
}
.hgi-stroke.hgi-standard.hgi-call-missed-02:before {
  content: "\3fc1";
}
.hgi-stroke.hgi-standard.hgi-call-missed-03:before {
  content: "\3fc3";
}
.hgi-stroke.hgi-standard.hgi-call-missed-04:before {
  content: "\3fc5";
}
.hgi-stroke.hgi-standard.hgi-call-outgoing-01:before {
  content: "\3fc7";
}
.hgi-stroke.hgi-standard.hgi-call-outgoing-02:before {
  content: "\3fc9";
}
.hgi-stroke.hgi-standard.hgi-call-outgoing-03:before {
  content: "\3fcb";
}
.hgi-stroke.hgi-standard.hgi-call-outgoing-04:before {
  content: "\3fcd";
}
.hgi-stroke.hgi-standard.hgi-call-paused-02:before {
  content: "\3fcf";
}
.hgi-stroke.hgi-standard.hgi-call-paused:before {
  content: "\3fd1";
}
.hgi-stroke.hgi-standard.hgi-call-received-02:before {
  content: "\3fd3";
}
.hgi-stroke.hgi-standard.hgi-call-received:before {
  content: "\3fd5";
}
.hgi-stroke.hgi-standard.hgi-call-ringing-01:before {
  content: "\3fd7";
}
.hgi-stroke.hgi-standard.hgi-call-ringing-02:before {
  content: "\3fd9";
}
.hgi-stroke.hgi-standard.hgi-call-ringing-03:before {
  content: "\3fdb";
}
.hgi-stroke.hgi-standard.hgi-call-ringing-04:before {
  content: "\3fdd";
}
.hgi-stroke.hgi-standard.hgi-call-unlocked-02:before {
  content: "\3fe0";
}
.hgi-stroke.hgi-standard.hgi-call-unlocked:before {
  content: "\3fe2";
}
.hgi-stroke.hgi-standard.hgi-call:before {
  content: "\3fe3";
}
.hgi-stroke.hgi-standard.hgi-calling-02:before {
  content: "\3fe5";
}
.hgi-stroke.hgi-standard.hgi-calling:before {
  content: "\3fe7";
}
.hgi-stroke.hgi-standard.hgi-camel:before {
  content: "\3fe9";
}
.hgi-stroke.hgi-standard.hgi-camera-01:before {
  content: "\3feb";
}
.hgi-stroke.hgi-standard.hgi-camera-02:before {
  content: "\3fed";
}
.hgi-stroke.hgi-standard.hgi-camera-add-01:before {
  content: "\3fef";
}
.hgi-stroke.hgi-standard.hgi-camera-add-02:before {
  content: "\3ff1";
}
.hgi-stroke.hgi-standard.hgi-camera-automatically-01:before {
  content: "\3ff3";
}
.hgi-stroke.hgi-standard.hgi-camera-automatically-02:before {
  content: "\3ff5";
}
.hgi-stroke.hgi-standard.hgi-camera-lens:before {
  content: "\3ff7";
}
.hgi-stroke.hgi-standard.hgi-camera-microphone-01:before {
  content: "\3ff9";
}
.hgi-stroke.hgi-standard.hgi-camera-microphone-02:before {
  content: "\3ffb";
}
.hgi-stroke.hgi-standard.hgi-camera-night-mode-01:before {
  content: "\3ffd";
}
.hgi-stroke.hgi-standard.hgi-camera-night-mode-02:before {
  content: "\3fff";
}
.hgi-stroke.hgi-standard.hgi-camera-off-01:before {
  content: "\4001";
}
.hgi-stroke.hgi-standard.hgi-camera-off-02:before {
  content: "\4003";
}
.hgi-stroke.hgi-standard.hgi-camera-rotated-01:before {
  content: "\4005";
}
.hgi-stroke.hgi-standard.hgi-camera-rotated-02:before {
  content: "\4007";
}
.hgi-stroke.hgi-standard.hgi-camera-smile-01:before {
  content: "\4009";
}
.hgi-stroke.hgi-standard.hgi-camera-smile-02:before {
  content: "\400b";
}
.hgi-stroke.hgi-standard.hgi-camera-tripod:before {
  content: "\400d";
}
.hgi-stroke.hgi-standard.hgi-camera-video:before {
  content: "\400f";
}
.hgi-stroke.hgi-standard.hgi-camper:before {
  content: "\4011";
}
.hgi-stroke.hgi-standard.hgi-campfire:before {
  content: "\4013";
}
.hgi-stroke.hgi-standard.hgi-cancel-01:before {
  content: "\4015";
}
.hgi-stroke.hgi-standard.hgi-cancel-02:before {
  content: "\4017";
}
.hgi-stroke.hgi-standard.hgi-cancel-circle-half-dot:before {
  content: "\4019";
}
.hgi-stroke.hgi-standard.hgi-cancel-circle:before {
  content: "\401b";
}
.hgi-stroke.hgi-standard.hgi-cancel-square:before {
  content: "\401d";
}
.hgi-stroke.hgi-standard.hgi-candelier-01:before {
  content: "\401f";
}
.hgi-stroke.hgi-standard.hgi-candelier-02:before {
  content: "\4021";
}
.hgi-stroke.hgi-standard.hgi-canvas:before {
  content: "\4023";
}
.hgi-stroke.hgi-standard.hgi-cap-projecting:before {
  content: "\4025";
}
.hgi-stroke.hgi-standard.hgi-cap-round:before {
  content: "\4027";
}
.hgi-stroke.hgi-standard.hgi-cap-straight:before {
  content: "\402a";
}
.hgi-stroke.hgi-standard.hgi-cap:before {
  content: "\402b";
}
.hgi-stroke.hgi-standard.hgi-capcut-rectangle:before {
  content: "\402d";
}
.hgi-stroke.hgi-standard.hgi-capcut:before {
  content: "\402f";
}
.hgi-stroke.hgi-standard.hgi-car-01:before {
  content: "\4031";
}
.hgi-stroke.hgi-standard.hgi-car-02:before {
  content: "\4033";
}
.hgi-stroke.hgi-standard.hgi-car-03:before {
  content: "\4035";
}
.hgi-stroke.hgi-standard.hgi-car-04:before {
  content: "\4037";
}
.hgi-stroke.hgi-standard.hgi-car-05:before {
  content: "\4039";
}
.hgi-stroke.hgi-standard.hgi-car-alert:before {
  content: "\403b";
}
.hgi-stroke.hgi-standard.hgi-car-parking-01:before {
  content: "\403d";
}
.hgi-stroke.hgi-standard.hgi-car-parking-02:before {
  content: "\403f";
}
.hgi-stroke.hgi-standard.hgi-car-time:before {
  content: "\4041";
}
.hgi-stroke.hgi-standard.hgi-caravan:before {
  content: "\4043";
}
.hgi-stroke.hgi-standard.hgi-card-exchange-01:before {
  content: "\4045";
}
.hgi-stroke.hgi-standard.hgi-card-exchange-02:before {
  content: "\4047";
}
.hgi-stroke.hgi-standard.hgi-cardigan:before {
  content: "\4049";
}
.hgi-stroke.hgi-standard.hgi-cardiogram-01:before {
  content: "\404b";
}
.hgi-stroke.hgi-standard.hgi-cardiogram-02:before {
  content: "\404d";
}
.hgi-stroke.hgi-standard.hgi-cards-01:before {
  content: "\404f";
}
.hgi-stroke.hgi-standard.hgi-cards-02:before {
  content: "\4051";
}
.hgi-stroke.hgi-standard.hgi-cargo-ship:before {
  content: "\4053";
}
.hgi-stroke.hgi-standard.hgi-carousel-horizontal-02:before {
  content: "\4055";
}
.hgi-stroke.hgi-standard.hgi-carousel-horizontal:before {
  content: "\4057";
}
.hgi-stroke.hgi-standard.hgi-carousel-vertical:before {
  content: "\4059";
}
.hgi-stroke.hgi-standard.hgi-carrot:before {
  content: "\405b";
}
.hgi-stroke.hgi-standard.hgi-cash-01:before {
  content: "\405d";
}
.hgi-stroke.hgi-standard.hgi-cash-02:before {
  content: "\405f";
}
.hgi-stroke.hgi-standard.hgi-cashback:before {
  content: "\4061";
}
.hgi-stroke.hgi-standard.hgi-cashier-02:before {
  content: "\4063";
}
.hgi-stroke.hgi-standard.hgi-cashier:before {
  content: "\4065";
}
.hgi-stroke.hgi-standard.hgi-castle-01:before {
  content: "\4067";
}
.hgi-stroke.hgi-standard.hgi-castle-02:before {
  content: "\4069";
}
.hgi-stroke.hgi-standard.hgi-castle:before {
  content: "\406b";
}
.hgi-stroke.hgi-standard.hgi-catalogue:before {
  content: "\406d";
}
.hgi-stroke.hgi-standard.hgi-cayan-tower:before {
  content: "\406f";
}
.hgi-stroke.hgi-standard.hgi-cctv-camera:before {
  content: "\4071";
}
.hgi-stroke.hgi-standard.hgi-cd:before {
  content: "\4073";
}
.hgi-stroke.hgi-standard.hgi-cells:before {
  content: "\4075";
}
.hgi-stroke.hgi-standard.hgi-cellular-network-offline:before {
  content: "\4077";
}
.hgi-stroke.hgi-standard.hgi-cellular-network:before {
  content: "\4079";
}
.hgi-stroke.hgi-standard.hgi-celsius:before {
  content: "\407b";
}
.hgi-stroke.hgi-standard.hgi-center-focus:before {
  content: "\407d";
}
.hgi-stroke.hgi-standard.hgi-central-shaheed-minar:before {
  content: "\407f";
}
.hgi-stroke.hgi-standard.hgi-centralized:before {
  content: "\4081";
}
.hgi-stroke.hgi-standard.hgi-certificate-01:before {
  content: "\4083";
}
.hgi-stroke.hgi-standard.hgi-certificate-02:before {
  content: "\4085";
}
.hgi-stroke.hgi-standard.hgi-chair-01:before {
  content: "\4087";
}
.hgi-stroke.hgi-standard.hgi-chair-02:before {
  content: "\4089";
}
.hgi-stroke.hgi-standard.hgi-chair-03:before {
  content: "\408b";
}
.hgi-stroke.hgi-standard.hgi-chair-04:before {
  content: "\408d";
}
.hgi-stroke.hgi-standard.hgi-chair-05:before {
  content: "\408f";
}
.hgi-stroke.hgi-standard.hgi-chair-barber:before {
  content: "\4091";
}
.hgi-stroke.hgi-standard.hgi-champion:before {
  content: "\4093";
}
.hgi-stroke.hgi-standard.hgi-change-screen-mode:before {
  content: "\4095";
}
.hgi-stroke.hgi-standard.hgi-character-phonetic:before {
  content: "\4097";
}
.hgi-stroke.hgi-standard.hgi-charity:before {
  content: "\4099";
}
.hgi-stroke.hgi-standard.hgi-chart-01:before {
  content: "\409b";
}
.hgi-stroke.hgi-standard.hgi-chart-02:before {
  content: "\409d";
}
.hgi-stroke.hgi-standard.hgi-chart-03:before {
  content: "\409f";
}
.hgi-stroke.hgi-standard.hgi-chart-average:before {
  content: "\40a1";
}
.hgi-stroke.hgi-standard.hgi-chart-bar-line:before {
  content: "\40a3";
}
.hgi-stroke.hgi-standard.hgi-chart-breakout-circle:before {
  content: "\40a5";
}
.hgi-stroke.hgi-standard.hgi-chart-breakout-square:before {
  content: "\40a7";
}
.hgi-stroke.hgi-standard.hgi-chart-bubble-01:before {
  content: "\40a9";
}
.hgi-stroke.hgi-standard.hgi-chart-bubble-02:before {
  content: "\40ab";
}
.hgi-stroke.hgi-standard.hgi-chart-column:before {
  content: "\40ad";
}
.hgi-stroke.hgi-standard.hgi-chart-decrease:before {
  content: "\40af";
}
.hgi-stroke.hgi-standard.hgi-chart-down:before {
  content: "\40b1";
}
.hgi-stroke.hgi-standard.hgi-chart-evaluation:before {
  content: "\40b3";
}
.hgi-stroke.hgi-standard.hgi-chart-high-low:before {
  content: "\40b5";
}
.hgi-stroke.hgi-standard.hgi-chart-histogram:before {
  content: "\40b7";
}
.hgi-stroke.hgi-standard.hgi-chart-increase:before {
  content: "\40b9";
}
.hgi-stroke.hgi-standard.hgi-chart-line-data-01:before {
  content: "\40bb";
}
.hgi-stroke.hgi-standard.hgi-chart-line-data-02:before {
  content: "\40bd";
}
.hgi-stroke.hgi-standard.hgi-chart-line-data-03:before {
  content: "\40bf";
}
.hgi-stroke.hgi-standard.hgi-chart-maximum:before {
  content: "\40c1";
}
.hgi-stroke.hgi-standard.hgi-chart-medium:before {
  content: "\40c3";
}
.hgi-stroke.hgi-standard.hgi-chart-minimum:before {
  content: "\40c5";
}
.hgi-stroke.hgi-standard.hgi-chart-radar:before {
  content: "\40c7";
}
.hgi-stroke.hgi-standard.hgi-chart-relationship:before {
  content: "\40c9";
}
.hgi-stroke.hgi-standard.hgi-chart-ring:before {
  content: "\40cb";
}
.hgi-stroke.hgi-standard.hgi-chart-rose:before {
  content: "\40cd";
}
.hgi-stroke.hgi-standard.hgi-chart-scatter:before {
  content: "\40cf";
}
.hgi-stroke.hgi-standard.hgi-chart-up:before {
  content: "\40d2";
}
.hgi-stroke.hgi-standard.hgi-chart:before {
  content: "\40d3";
}
.hgi-stroke.hgi-standard.hgi-chat-bot:before {
  content: "\40d5";
}
.hgi-stroke.hgi-standard.hgi-chat-gpt:before {
  content: "\40d7";
}
.hgi-stroke.hgi-standard.hgi-chatting-01:before {
  content: "\40d9";
}
.hgi-stroke.hgi-standard.hgi-check-list:before {
  content: "\40db";
}
.hgi-stroke.hgi-standard.hgi-check-unread-01:before {
  content: "\40dd";
}
.hgi-stroke.hgi-standard.hgi-check-unread-02:before {
  content: "\40df";
}
.hgi-stroke.hgi-standard.hgi-check-unread-03:before {
  content: "\40e1";
}
.hgi-stroke.hgi-standard.hgi-check-unread-04:before {
  content: "\40e3";
}
.hgi-stroke.hgi-standard.hgi-checkmark-badge-01:before {
  content: "\40e5";
}
.hgi-stroke.hgi-standard.hgi-checkmark-badge-02:before {
  content: "\40e7";
}
.hgi-stroke.hgi-standard.hgi-checkmark-badge-03:before {
  content: "\40e9";
}
.hgi-stroke.hgi-standard.hgi-checkmark-badge-04:before {
  content: "\40eb";
}
.hgi-stroke.hgi-standard.hgi-checkmark-circle-01:before {
  content: "\40ed";
}
.hgi-stroke.hgi-standard.hgi-checkmark-circle-02:before {
  content: "\40ef";
}
.hgi-stroke.hgi-standard.hgi-checkmark-circle-03:before {
  content: "\40f1";
}
.hgi-stroke.hgi-standard.hgi-checkmark-circle-04:before {
  content: "\40f3";
}
.hgi-stroke.hgi-standard.hgi-checkmark-square-01:before {
  content: "\40f5";
}
.hgi-stroke.hgi-standard.hgi-checkmark-square-02:before {
  content: "\40f7";
}
.hgi-stroke.hgi-standard.hgi-checkmark-square-03:before {
  content: "\40f9";
}
.hgi-stroke.hgi-standard.hgi-checkmark-square-04:before {
  content: "\40fb";
}
.hgi-stroke.hgi-standard.hgi-cheese-cake-01:before {
  content: "\40fd";
}
.hgi-stroke.hgi-standard.hgi-cheese-cake-02:before {
  content: "\40ff";
}
.hgi-stroke.hgi-standard.hgi-cheese:before {
  content: "\4101";
}
.hgi-stroke.hgi-standard.hgi-chef-hat:before {
  content: "\4103";
}
.hgi-stroke.hgi-standard.hgi-chef:before {
  content: "\4105";
}
.hgi-stroke.hgi-standard.hgi-chemistry-01:before {
  content: "\4107";
}
.hgi-stroke.hgi-standard.hgi-chemistry-02:before {
  content: "\4109";
}
.hgi-stroke.hgi-standard.hgi-chemistry-03:before {
  content: "\410b";
}
.hgi-stroke.hgi-standard.hgi-cherry:before {
  content: "\410d";
}
.hgi-stroke.hgi-standard.hgi-chess-01:before {
  content: "\410f";
}
.hgi-stroke.hgi-standard.hgi-chess-02:before {
  content: "\4111";
}
.hgi-stroke.hgi-standard.hgi-chess-pawn:before {
  content: "\4113";
}
.hgi-stroke.hgi-standard.hgi-chicken-thighs:before {
  content: "\4115";
}
.hgi-stroke.hgi-standard.hgi-child:before {
  content: "\4117";
}
.hgi-stroke.hgi-standard.hgi-chimney:before {
  content: "\4119";
}
.hgi-stroke.hgi-standard.hgi-china-temple:before {
  content: "\411b";
}
.hgi-stroke.hgi-standard.hgi-chip-02:before {
  content: "\411d";
}
.hgi-stroke.hgi-standard.hgi-chip:before {
  content: "\411f";
}
.hgi-stroke.hgi-standard.hgi-chocolate:before {
  content: "\4121";
}
.hgi-stroke.hgi-standard.hgi-chopsticks:before {
  content: "\4123";
}
.hgi-stroke.hgi-standard.hgi-chrome:before {
  content: "\4125";
}
.hgi-stroke.hgi-standard.hgi-chrysler:before {
  content: "\4127";
}
.hgi-stroke.hgi-standard.hgi-church:before {
  content: "\4129";
}
.hgi-stroke.hgi-standard.hgi-cinnamon-roll:before {
  content: "\412b";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-data-transfer-diagonal:before {
  content: "\412d";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-data-transfer-horizontal:before {
  content: "\412f";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-data-transfer-vertical:before {
  content: "\4131";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-diagonal-01:before {
  content: "\4133";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-diagonal-02:before {
  content: "\4135";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-down-01:before {
  content: "\4137";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-down-02:before {
  content: "\4139";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-down-03:before {
  content: "\413b";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-down-double:before {
  content: "\413d";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-down-left:before {
  content: "\413f";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-down-right:before {
  content: "\4141";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-expand-01:before {
  content: "\4143";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-expand-02:before {
  content: "\4145";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-horizontal:before {
  content: "\4147";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-left-01:before {
  content: "\4149";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-left-02:before {
  content: "\414b";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-left-03:before {
  content: "\414d";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-left-double:before {
  content: "\414f";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-left-right:before {
  content: "\4151";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-move-down-left:before {
  content: "\4153";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-move-down-right:before {
  content: "\4155";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-move-left-down:before {
  content: "\4157";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-move-right-down:before {
  content: "\4159";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-move-up-left:before {
  content: "\415b";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-move-up-right:before {
  content: "\415d";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-reload-01:before {
  content: "\415f";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-reload-02:before {
  content: "\4161";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-right-01:before {
  content: "\4163";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-right-02:before {
  content: "\4165";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-right-03:before {
  content: "\4167";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-right-double:before {
  content: "\4169";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-shrink-01:before {
  content: "\416b";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-shrink-02:before {
  content: "\416d";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-up-01:before {
  content: "\416f";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-up-02:before {
  content: "\4171";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-up-03:before {
  content: "\4173";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-up-double:before {
  content: "\4175";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-up-down:before {
  content: "\4177";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-up-left:before {
  content: "\4179";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-up-right:before {
  content: "\417b";
}
.hgi-stroke.hgi-standard.hgi-circle-arrow-vertical:before {
  content: "\417d";
}
.hgi-stroke.hgi-standard.hgi-circle-lock-01:before {
  content: "\417f";
}
.hgi-stroke.hgi-standard.hgi-circle-lock-02:before {
  content: "\4181";
}
.hgi-stroke.hgi-standard.hgi-circle-lock-add-01:before {
  content: "\4183";
}
.hgi-stroke.hgi-standard.hgi-circle-lock-add-02:before {
  content: "\4185";
}
.hgi-stroke.hgi-standard.hgi-circle-lock-check-01:before {
  content: "\4187";
}
.hgi-stroke.hgi-standard.hgi-circle-lock-check-02:before {
  content: "\4189";
}
.hgi-stroke.hgi-standard.hgi-circle-lock-minus-01:before {
  content: "\418b";
}
.hgi-stroke.hgi-standard.hgi-circle-lock-minus-02:before {
  content: "\418d";
}
.hgi-stroke.hgi-standard.hgi-circle-lock-remove-01:before {
  content: "\418f";
}
.hgi-stroke.hgi-standard.hgi-circle-lock-remove-02:before {
  content: "\4191";
}
.hgi-stroke.hgi-standard.hgi-circle-password:before {
  content: "\4193";
}
.hgi-stroke.hgi-standard.hgi-circle-unlock-01:before {
  content: "\4196";
}
.hgi-stroke.hgi-standard.hgi-circle-unlock-02:before {
  content: "\4198";
}
.hgi-stroke.hgi-standard.hgi-circle:before {
  content: "\4199";
}
.hgi-stroke.hgi-standard.hgi-city-01:before {
  content: "\419b";
}
.hgi-stroke.hgi-standard.hgi-city-02:before {
  content: "\419d";
}
.hgi-stroke.hgi-standard.hgi-city-03:before {
  content: "\419f";
}
.hgi-stroke.hgi-standard.hgi-clapping-01:before {
  content: "\41a1";
}
.hgi-stroke.hgi-standard.hgi-clapping-02:before {
  content: "\41a3";
}
.hgi-stroke.hgi-standard.hgi-clean:before {
  content: "\41a5";
}
.hgi-stroke.hgi-standard.hgi-cleaning-bucket:before {
  content: "\41a7";
}
.hgi-stroke.hgi-standard.hgi-clinic:before {
  content: "\41a9";
}
.hgi-stroke.hgi-standard.hgi-clip:before {
  content: "\41ab";
}
.hgi-stroke.hgi-standard.hgi-cliparts:before {
  content: "\41ad";
}
.hgi-stroke.hgi-standard.hgi-clipboard:before {
  content: "\41af";
}
.hgi-stroke.hgi-standard.hgi-clock-01:before {
  content: "\41b1";
}
.hgi-stroke.hgi-standard.hgi-clock-02:before {
  content: "\41b3";
}
.hgi-stroke.hgi-standard.hgi-clock-03:before {
  content: "\41b5";
}
.hgi-stroke.hgi-standard.hgi-clock-04:before {
  content: "\41b7";
}
.hgi-stroke.hgi-standard.hgi-clock-05:before {
  content: "\41b9";
}
.hgi-stroke.hgi-standard.hgi-closed-caption-alt:before {
  content: "\41bb";
}
.hgi-stroke.hgi-standard.hgi-closed-caption:before {
  content: "\41bd";
}
.hgi-stroke.hgi-standard.hgi-clothes:before {
  content: "\41bf";
}
.hgi-stroke.hgi-standard.hgi-cloud-angled-rain-zap:before {
  content: "\41c2";
}
.hgi-stroke.hgi-standard.hgi-cloud-angled-rain:before {
  content: "\41c3";
}
.hgi-stroke.hgi-standard.hgi-cloud-angled-zap:before {
  content: "\41c5";
}
.hgi-stroke.hgi-standard.hgi-cloud-big-rain:before {
  content: "\41c7";
}
.hgi-stroke.hgi-standard.hgi-cloud-download:before {
  content: "\41c9";
}
.hgi-stroke.hgi-standard.hgi-cloud-fast-wind:before {
  content: "\41cb";
}
.hgi-stroke.hgi-standard.hgi-cloud-hailstone:before {
  content: "\41cd";
}
.hgi-stroke.hgi-standard.hgi-cloud-little-rain:before {
  content: "\41cf";
}
.hgi-stroke.hgi-standard.hgi-cloud-little-snow:before {
  content: "\41d1";
}
.hgi-stroke.hgi-standard.hgi-cloud-loading:before {
  content: "\41d3";
}
.hgi-stroke.hgi-standard.hgi-cloud-mid-rain:before {
  content: "\41d5";
}
.hgi-stroke.hgi-standard.hgi-cloud-mid-snow:before {
  content: "\41d7";
}
.hgi-stroke.hgi-standard.hgi-cloud-saving-done-01:before {
  content: "\41d9";
}
.hgi-stroke.hgi-standard.hgi-cloud-saving-done-02:before {
  content: "\41db";
}
.hgi-stroke.hgi-standard.hgi-cloud-server:before {
  content: "\41de";
}
.hgi-stroke.hgi-standard.hgi-cloud-slow-wind:before {
  content: "\41e0";
}
.hgi-stroke.hgi-standard.hgi-cloud-snow:before {
  content: "\41e2";
}
.hgi-stroke.hgi-standard.hgi-cloud-upload:before {
  content: "\41e4";
}
.hgi-stroke.hgi-standard.hgi-cloud:before {
  content: "\41e5";
}
.hgi-stroke.hgi-standard.hgi-clubs-01:before {
  content: "\41e7";
}
.hgi-stroke.hgi-standard.hgi-clubs-02:before {
  content: "\41e9";
}
.hgi-stroke.hgi-standard.hgi-co-present:before {
  content: "\41eb";
}
.hgi-stroke.hgi-standard.hgi-code-circle:before {
  content: "\41ed";
}
.hgi-stroke.hgi-standard.hgi-code-folder:before {
  content: "\41ef";
}
.hgi-stroke.hgi-standard.hgi-code-square:before {
  content: "\41f2";
}
.hgi-stroke.hgi-standard.hgi-code:before {
  content: "\41f3";
}
.hgi-stroke.hgi-standard.hgi-codesandbox:before {
  content: "\41f5";
}
.hgi-stroke.hgi-standard.hgi-coffee-01:before {
  content: "\41f7";
}
.hgi-stroke.hgi-standard.hgi-coffee-02:before {
  content: "\41f9";
}
.hgi-stroke.hgi-standard.hgi-coffee-beans:before {
  content: "\41fb";
}
.hgi-stroke.hgi-standard.hgi-coinbase:before {
  content: "\41fd";
}
.hgi-stroke.hgi-standard.hgi-coins-01:before {
  content: "\41ff";
}
.hgi-stroke.hgi-standard.hgi-coins-02:before {
  content: "\4201";
}
.hgi-stroke.hgi-standard.hgi-coins-bitcoin:before {
  content: "\4203";
}
.hgi-stroke.hgi-standard.hgi-coins-dollar:before {
  content: "\4205";
}
.hgi-stroke.hgi-standard.hgi-coins-euro:before {
  content: "\4207";
}
.hgi-stroke.hgi-standard.hgi-coins-pound:before {
  content: "\4209";
}
.hgi-stroke.hgi-standard.hgi-coins-swap:before {
  content: "\420b";
}
.hgi-stroke.hgi-standard.hgi-coins-yen:before {
  content: "\420d";
}
.hgi-stroke.hgi-standard.hgi-collections-bookmark:before {
  content: "\420f";
}
.hgi-stroke.hgi-standard.hgi-color-picker:before {
  content: "\4211";
}
.hgi-stroke.hgi-standard.hgi-colors:before {
  content: "\4213";
}
.hgi-stroke.hgi-standard.hgi-colosseum:before {
  content: "\4215";
}
.hgi-stroke.hgi-standard.hgi-column-delete:before {
  content: "\4217";
}
.hgi-stroke.hgi-standard.hgi-column-insert:before {
  content: "\4219";
}
.hgi-stroke.hgi-standard.hgi-comet-01:before {
  content: "\421b";
}
.hgi-stroke.hgi-standard.hgi-comet-02:before {
  content: "\421d";
}
.hgi-stroke.hgi-standard.hgi-coming-soon-01:before {
  content: "\421f";
}
.hgi-stroke.hgi-standard.hgi-coming-soon-02:before {
  content: "\4221";
}
.hgi-stroke.hgi-standard.hgi-command-line:before {
  content: "\4223";
}
.hgi-stroke.hgi-standard.hgi-command:before {
  content: "\4225";
}
.hgi-stroke.hgi-standard.hgi-comment-01:before {
  content: "\4227";
}
.hgi-stroke.hgi-standard.hgi-comment-02:before {
  content: "\4229";
}
.hgi-stroke.hgi-standard.hgi-comment-add-01:before {
  content: "\422b";
}
.hgi-stroke.hgi-standard.hgi-comment-add-02:before {
  content: "\422d";
}
.hgi-stroke.hgi-standard.hgi-comment-block-01:before {
  content: "\422f";
}
.hgi-stroke.hgi-standard.hgi-comment-block-02:before {
  content: "\4231";
}
.hgi-stroke.hgi-standard.hgi-comment-remove-01:before {
  content: "\4233";
}
.hgi-stroke.hgi-standard.hgi-comment-remove-02:before {
  content: "\4235";
}
.hgi-stroke.hgi-standard.hgi-compass-01:before {
  content: "\4237";
}
.hgi-stroke.hgi-standard.hgi-compass:before {
  content: "\4239";
}
.hgi-stroke.hgi-standard.hgi-complaint:before {
  content: "\423b";
}
.hgi-stroke.hgi-standard.hgi-computer-add:before {
  content: "\423d";
}
.hgi-stroke.hgi-standard.hgi-computer-check:before {
  content: "\423f";
}
.hgi-stroke.hgi-standard.hgi-computer-cloud:before {
  content: "\4241";
}
.hgi-stroke.hgi-standard.hgi-computer-desk-01:before {
  content: "\4243";
}
.hgi-stroke.hgi-standard.hgi-computer-desk-02:before {
  content: "\4245";
}
.hgi-stroke.hgi-standard.hgi-computer-desk-03:before {
  content: "\4247";
}
.hgi-stroke.hgi-standard.hgi-computer-dollar:before {
  content: "\4249";
}
.hgi-stroke.hgi-standard.hgi-computer-phone-sync:before {
  content: "\424b";
}
.hgi-stroke.hgi-standard.hgi-computer-programming-01:before {
  content: "\424d";
}
.hgi-stroke.hgi-standard.hgi-computer-programming-02:before {
  content: "\424f";
}
.hgi-stroke.hgi-standard.hgi-computer-protection:before {
  content: "\4251";
}
.hgi-stroke.hgi-standard.hgi-computer-remove:before {
  content: "\4253";
}
.hgi-stroke.hgi-standard.hgi-computer-settings:before {
  content: "\4256";
}
.hgi-stroke.hgi-standard.hgi-computer-video-call:before {
  content: "\4258";
}
.hgi-stroke.hgi-standard.hgi-computer-video:before {
  content: "\425a";
}
.hgi-stroke.hgi-standard.hgi-computer:before {
  content: "\425b";
}
.hgi-stroke.hgi-standard.hgi-cone-01:before {
  content: "\425d";
}
.hgi-stroke.hgi-standard.hgi-cone-02:before {
  content: "\425f";
}
.hgi-stroke.hgi-standard.hgi-conference:before {
  content: "\4261";
}
.hgi-stroke.hgi-standard.hgi-configuration-01:before {
  content: "\4263";
}
.hgi-stroke.hgi-standard.hgi-configuration-02:before {
  content: "\4265";
}
.hgi-stroke.hgi-standard.hgi-confused:before {
  content: "\4267";
}
.hgi-stroke.hgi-standard.hgi-congruent-to-circle:before {
  content: "\4269";
}
.hgi-stroke.hgi-standard.hgi-congruent-to-square:before {
  content: "\426c";
}
.hgi-stroke.hgi-standard.hgi-congruent-to:before {
  content: "\426d";
}
.hgi-stroke.hgi-standard.hgi-connect:before {
  content: "\426f";
}
.hgi-stroke.hgi-standard.hgi-console:before {
  content: "\4271";
}
.hgi-stroke.hgi-standard.hgi-constellation:before {
  content: "\4273";
}
.hgi-stroke.hgi-standard.hgi-contact-01:before {
  content: "\4275";
}
.hgi-stroke.hgi-standard.hgi-contact-02:before {
  content: "\4277";
}
.hgi-stroke.hgi-standard.hgi-contact-book:before {
  content: "\4279";
}
.hgi-stroke.hgi-standard.hgi-contact:before {
  content: "\427b";
}
.hgi-stroke.hgi-standard.hgi-container-truck-01:before {
  content: "\427d";
}
.hgi-stroke.hgi-standard.hgi-container-truck-02:before {
  content: "\427f";
}
.hgi-stroke.hgi-standard.hgi-container-truck:before {
  content: "\4281";
}
.hgi-stroke.hgi-standard.hgi-content-writing:before {
  content: "\4283";
}
.hgi-stroke.hgi-standard.hgi-contracts:before {
  content: "\4285";
}
.hgi-stroke.hgi-standard.hgi-conversation:before {
  content: "\4287";
}
.hgi-stroke.hgi-standard.hgi-cook-book:before {
  content: "\4289";
}
.hgi-stroke.hgi-standard.hgi-cookie:before {
  content: "\428b";
}
.hgi-stroke.hgi-standard.hgi-coordinate-01:before {
  content: "\428d";
}
.hgi-stroke.hgi-standard.hgi-coordinate-02:before {
  content: "\428f";
}
.hgi-stroke.hgi-standard.hgi-copilot:before {
  content: "\4291";
}
.hgi-stroke.hgi-standard.hgi-copy-01:before {
  content: "\4293";
}
.hgi-stroke.hgi-standard.hgi-copy-02:before {
  content: "\4295";
}
.hgi-stroke.hgi-standard.hgi-copy-link:before {
  content: "\4297";
}
.hgi-stroke.hgi-standard.hgi-copyright:before {
  content: "\4299";
}
.hgi-stroke.hgi-standard.hgi-corn:before {
  content: "\429b";
}
.hgi-stroke.hgi-standard.hgi-corporate:before {
  content: "\429d";
}
.hgi-stroke.hgi-standard.hgi-cos:before {
  content: "\429f";
}
.hgi-stroke.hgi-standard.hgi-cosine-01:before {
  content: "\42a1";
}
.hgi-stroke.hgi-standard.hgi-cosine-02:before {
  content: "\42a3";
}
.hgi-stroke.hgi-standard.hgi-cottage:before {
  content: "\42a5";
}
.hgi-stroke.hgi-standard.hgi-cotton-candy:before {
  content: "\42a7";
}
.hgi-stroke.hgi-standard.hgi-coupon-01:before {
  content: "\42a9";
}
.hgi-stroke.hgi-standard.hgi-coupon-02:before {
  content: "\42ab";
}
.hgi-stroke.hgi-standard.hgi-coupon-03:before {
  content: "\42ad";
}
.hgi-stroke.hgi-standard.hgi-coupon-percent:before {
  content: "\42af";
}
.hgi-stroke.hgi-standard.hgi-course:before {
  content: "\42b1";
}
.hgi-stroke.hgi-standard.hgi-court-house:before {
  content: "\42b3";
}
.hgi-stroke.hgi-standard.hgi-court-law:before {
  content: "\42b5";
}
.hgi-stroke.hgi-standard.hgi-covariate:before {
  content: "\42b7";
}
.hgi-stroke.hgi-standard.hgi-covid-info:before {
  content: "\42b9";
}
.hgi-stroke.hgi-standard.hgi-cowboy-hat:before {
  content: "\42bb";
}
.hgi-stroke.hgi-standard.hgi-cpp:before {
  content: "\42bd";
}
.hgi-stroke.hgi-standard.hgi-cpu-charge:before {
  content: "\42bf";
}
.hgi-stroke.hgi-standard.hgi-cpu-settings:before {
  content: "\42c2";
}
.hgi-stroke.hgi-standard.hgi-cpu:before {
  content: "\42c3";
}
.hgi-stroke.hgi-standard.hgi-crab:before {
  content: "\42c5";
}
.hgi-stroke.hgi-standard.hgi-crane:before {
  content: "\42c7";
}
.hgi-stroke.hgi-standard.hgi-crazy:before {
  content: "\42c9";
}
.hgi-stroke.hgi-standard.hgi-creative-market:before {
  content: "\42cb";
}
.hgi-stroke.hgi-standard.hgi-credit-card-accept:before {
  content: "\42cd";
}
.hgi-stroke.hgi-standard.hgi-credit-card-add:before {
  content: "\42cf";
}
.hgi-stroke.hgi-standard.hgi-credit-card-change:before {
  content: "\42d1";
}
.hgi-stroke.hgi-standard.hgi-credit-card-defrost:before {
  content: "\42d3";
}
.hgi-stroke.hgi-standard.hgi-credit-card-freeze:before {
  content: "\42d5";
}
.hgi-stroke.hgi-standard.hgi-credit-card-not-accept:before {
  content: "\42d7";
}
.hgi-stroke.hgi-standard.hgi-credit-card-not-found:before {
  content: "\42d9";
}
.hgi-stroke.hgi-standard.hgi-credit-card-pos:before {
  content: "\42db";
}
.hgi-stroke.hgi-standard.hgi-credit-card-validation:before {
  content: "\42de";
}
.hgi-stroke.hgi-standard.hgi-credit-card:before {
  content: "\42df";
}
.hgi-stroke.hgi-standard.hgi-cricket-bat:before {
  content: "\42e1";
}
.hgi-stroke.hgi-standard.hgi-cricket-helmet:before {
  content: "\42e3";
}
.hgi-stroke.hgi-standard.hgi-croissant:before {
  content: "\42e5";
}
.hgi-stroke.hgi-standard.hgi-crop:before {
  content: "\42e7";
}
.hgi-stroke.hgi-standard.hgi-crowdfunding:before {
  content: "\42e9";
}
.hgi-stroke.hgi-standard.hgi-crown:before {
  content: "\42eb";
}
.hgi-stroke.hgi-standard.hgi-crying:before {
  content: "\42ed";
}
.hgi-stroke.hgi-standard.hgi-csv-01:before {
  content: "\42ef";
}
.hgi-stroke.hgi-standard.hgi-csv-02:before {
  content: "\42f1";
}
.hgi-stroke.hgi-standard.hgi-cube:before {
  content: "\42f3";
}
.hgi-stroke.hgi-standard.hgi-cupcake-01:before {
  content: "\42f5";
}
.hgi-stroke.hgi-standard.hgi-cupcake-02:before {
  content: "\42f7";
}
.hgi-stroke.hgi-standard.hgi-cupcake-03:before {
  content: "\42f9";
}
.hgi-stroke.hgi-standard.hgi-curling:before {
  content: "\42fb";
}
.hgi-stroke.hgi-standard.hgi-cursor-01:before {
  content: "\42fd";
}
.hgi-stroke.hgi-standard.hgi-cursor-02:before {
  content: "\42ff";
}
.hgi-stroke.hgi-standard.hgi-cursor-add-selection-01:before {
  content: "\4301";
}
.hgi-stroke.hgi-standard.hgi-cursor-add-selection-02:before {
  content: "\4303";
}
.hgi-stroke.hgi-standard.hgi-cursor-circle-selection-01:before {
  content: "\4305";
}
.hgi-stroke.hgi-standard.hgi-cursor-circle-selection-02:before {
  content: "\4307";
}
.hgi-stroke.hgi-standard.hgi-cursor-disabled-01:before {
  content: "\4309";
}
.hgi-stroke.hgi-standard.hgi-cursor-disabled-02:before {
  content: "\430b";
}
.hgi-stroke.hgi-standard.hgi-cursor-edit-01:before {
  content: "\430d";
}
.hgi-stroke.hgi-standard.hgi-cursor-edit-02:before {
  content: "\430f";
}
.hgi-stroke.hgi-standard.hgi-cursor-hold-01:before {
  content: "\4311";
}
.hgi-stroke.hgi-standard.hgi-cursor-hold-02:before {
  content: "\4313";
}
.hgi-stroke.hgi-standard.hgi-cursor-in-window:before {
  content: "\4315";
}
.hgi-stroke.hgi-standard.hgi-cursor-info-01:before {
  content: "\4317";
}
.hgi-stroke.hgi-standard.hgi-cursor-info-02:before {
  content: "\4319";
}
.hgi-stroke.hgi-standard.hgi-cursor-loading-01:before {
  content: "\431b";
}
.hgi-stroke.hgi-standard.hgi-cursor-loading-02:before {
  content: "\431d";
}
.hgi-stroke.hgi-standard.hgi-cursor-magic-selection-01:before {
  content: "\431f";
}
.hgi-stroke.hgi-standard.hgi-cursor-magic-selection-02:before {
  content: "\4321";
}
.hgi-stroke.hgi-standard.hgi-cursor-move-01:before {
  content: "\4323";
}
.hgi-stroke.hgi-standard.hgi-cursor-move-02:before {
  content: "\4325";
}
.hgi-stroke.hgi-standard.hgi-cursor-pointer-01:before {
  content: "\4327";
}
.hgi-stroke.hgi-standard.hgi-cursor-pointer-02:before {
  content: "\4329";
}
.hgi-stroke.hgi-standard.hgi-cursor-progress-01:before {
  content: "\432b";
}
.hgi-stroke.hgi-standard.hgi-cursor-progress-02:before {
  content: "\432d";
}
.hgi-stroke.hgi-standard.hgi-cursor-progress-03:before {
  content: "\432f";
}
.hgi-stroke.hgi-standard.hgi-cursor-progress-04:before {
  content: "\4331";
}
.hgi-stroke.hgi-standard.hgi-cursor-rectangle-selection-01:before {
  content: "\4333";
}
.hgi-stroke.hgi-standard.hgi-cursor-rectangle-selection-02:before {
  content: "\4335";
}
.hgi-stroke.hgi-standard.hgi-cursor-remove-selection-01:before {
  content: "\4337";
}
.hgi-stroke.hgi-standard.hgi-cursor-remove-selection-02:before {
  content: "\4339";
}
.hgi-stroke.hgi-standard.hgi-cursor-text:before {
  content: "\433b";
}
.hgi-stroke.hgi-standard.hgi-curtains:before {
  content: "\433d";
}
.hgi-stroke.hgi-standard.hgi-curvy-left-direction:before {
  content: "\433f";
}
.hgi-stroke.hgi-standard.hgi-curvy-left-right-direction:before {
  content: "\4341";
}
.hgi-stroke.hgi-standard.hgi-curvy-right-direction:before {
  content: "\4343";
}
.hgi-stroke.hgi-standard.hgi-curvy-up-down-direction:before {
  content: "\4345";
}
.hgi-stroke.hgi-standard.hgi-custom-field:before {
  content: "\4347";
}
.hgi-stroke.hgi-standard.hgi-customer-service-01:before {
  content: "\4349";
}
.hgi-stroke.hgi-standard.hgi-customer-service-02:before {
  content: "\434b";
}
.hgi-stroke.hgi-standard.hgi-customer-service:before {
  content: "\434d";
}
.hgi-stroke.hgi-standard.hgi-customer-support:before {
  content: "\434f";
}
.hgi-stroke.hgi-standard.hgi-customize:before {
  content: "\4351";
}
.hgi-stroke.hgi-standard.hgi-cylinder-01:before {
  content: "\4353";
}
.hgi-stroke.hgi-standard.hgi-cylinder-02:before {
  content: "\4355";
}
.hgi-stroke.hgi-standard.hgi-cylinder-03:before {
  content: "\4357";
}
.hgi-stroke.hgi-standard.hgi-cylinder-04:before {
  content: "\4359";
}
.hgi-stroke.hgi-standard.hgi-danger:before {
  content: "\435b";
}
.hgi-stroke.hgi-standard.hgi-dark-mode:before {
  content: "\435d";
}
.hgi-stroke.hgi-standard.hgi-dart:before {
  content: "\435f";
}
.hgi-stroke.hgi-standard.hgi-dashboard-browsing:before {
  content: "\4361";
}
.hgi-stroke.hgi-standard.hgi-dashboard-circle-add:before {
  content: "\4363";
}
.hgi-stroke.hgi-standard.hgi-dashboard-circle-edit:before {
  content: "\4365";
}
.hgi-stroke.hgi-standard.hgi-dashboard-circle-remove:before {
  content: "\4367";
}
.hgi-stroke.hgi-standard.hgi-dashboard-circle-settings:before {
  content: "\436a";
}
.hgi-stroke.hgi-standard.hgi-dashboard-circle:before {
  content: "\436b";
}
.hgi-stroke.hgi-standard.hgi-dashboard-speed-01:before {
  content: "\436d";
}
.hgi-stroke.hgi-standard.hgi-dashboard-speed-02:before {
  content: "\436f";
}
.hgi-stroke.hgi-standard.hgi-dashboard-square-01:before {
  content: "\4371";
}
.hgi-stroke.hgi-standard.hgi-dashboard-square-02:before {
  content: "\4373";
}
.hgi-stroke.hgi-standard.hgi-dashboard-square-03:before {
  content: "\4375";
}
.hgi-stroke.hgi-standard.hgi-dashboard-square-add:before {
  content: "\4377";
}
.hgi-stroke.hgi-standard.hgi-dashboard-square-edit:before {
  content: "\4379";
}
.hgi-stroke.hgi-standard.hgi-dashboard-square-remove:before {
  content: "\437b";
}
.hgi-stroke.hgi-standard.hgi-dashboard-square-setting:before {
  content: "\437d";
}
.hgi-stroke.hgi-standard.hgi-dashed-line-01:before {
  content: "\437f";
}
.hgi-stroke.hgi-standard.hgi-dashed-line-02:before {
  content: "\4381";
}
.hgi-stroke.hgi-standard.hgi-dashed-line-circle:before {
  content: "\4383";
}
.hgi-stroke.hgi-standard.hgi-data-recovery:before {
  content: "\4385";
}
.hgi-stroke.hgi-standard.hgi-database-01:before {
  content: "\4387";
}
.hgi-stroke.hgi-standard.hgi-database-02:before {
  content: "\4389";
}
.hgi-stroke.hgi-standard.hgi-database-add:before {
  content: "\438b";
}
.hgi-stroke.hgi-standard.hgi-database-export:before {
  content: "\438d";
}
.hgi-stroke.hgi-standard.hgi-database-import:before {
  content: "\438f";
}
.hgi-stroke.hgi-standard.hgi-database-locked:before {
  content: "\4391";
}
.hgi-stroke.hgi-standard.hgi-database-restore:before {
  content: "\4393";
}
.hgi-stroke.hgi-standard.hgi-database-setting:before {
  content: "\4396";
}
.hgi-stroke.hgi-standard.hgi-database-sync-01:before {
  content: "\4398";
}
.hgi-stroke.hgi-standard.hgi-database-sync:before {
  content: "\439a";
}
.hgi-stroke.hgi-standard.hgi-database:before {
  content: "\439b";
}
.hgi-stroke.hgi-standard.hgi-date-time:before {
  content: "\439d";
}
.hgi-stroke.hgi-standard.hgi-dates:before {
  content: "\439f";
}
.hgi-stroke.hgi-standard.hgi-datev:before {
  content: "\43a1";
}
.hgi-stroke.hgi-standard.hgi-dead:before {
  content: "\43a3";
}
.hgi-stroke.hgi-standard.hgi-delete-01:before {
  content: "\43a5";
}
.hgi-stroke.hgi-standard.hgi-delete-02:before {
  content: "\43a7";
}
.hgi-stroke.hgi-standard.hgi-delete-03:before {
  content: "\43a9";
}
.hgi-stroke.hgi-standard.hgi-delete-04:before {
  content: "\43ab";
}
.hgi-stroke.hgi-standard.hgi-delete-column:before {
  content: "\43ad";
}
.hgi-stroke.hgi-standard.hgi-delete-put-back:before {
  content: "\43af";
}
.hgi-stroke.hgi-standard.hgi-delete-row:before {
  content: "\43b1";
}
.hgi-stroke.hgi-standard.hgi-delete-throw:before {
  content: "\43b3";
}
.hgi-stroke.hgi-standard.hgi-delivered-sent:before {
  content: "\43b5";
}
.hgi-stroke.hgi-standard.hgi-delivery-box-01:before {
  content: "\43b7";
}
.hgi-stroke.hgi-standard.hgi-delivery-box-02:before {
  content: "\43b9";
}
.hgi-stroke.hgi-standard.hgi-delivery-delay-01:before {
  content: "\43bb";
}
.hgi-stroke.hgi-standard.hgi-delivery-delay-02:before {
  content: "\43bd";
}
.hgi-stroke.hgi-standard.hgi-delivery-return-01:before {
  content: "\43bf";
}
.hgi-stroke.hgi-standard.hgi-delivery-return-02:before {
  content: "\43c1";
}
.hgi-stroke.hgi-standard.hgi-delivery-secure-01:before {
  content: "\43c3";
}
.hgi-stroke.hgi-standard.hgi-delivery-secure-02:before {
  content: "\43c5";
}
.hgi-stroke.hgi-standard.hgi-delivery-sent-01:before {
  content: "\43c7";
}
.hgi-stroke.hgi-standard.hgi-delivery-sent-02:before {
  content: "\43c9";
}
.hgi-stroke.hgi-standard.hgi-delivery-tracking-01:before {
  content: "\43cb";
}
.hgi-stroke.hgi-standard.hgi-delivery-tracking-02:before {
  content: "\43cd";
}
.hgi-stroke.hgi-standard.hgi-delivery-truck-01:before {
  content: "\43cf";
}
.hgi-stroke.hgi-standard.hgi-delivery-truck-02:before {
  content: "\43d1";
}
.hgi-stroke.hgi-standard.hgi-delivery-view-01:before {
  content: "\43d3";
}
.hgi-stroke.hgi-standard.hgi-delivery-view-02:before {
  content: "\43d5";
}
.hgi-stroke.hgi-standard.hgi-dental-braces:before {
  content: "\43d7";
}
.hgi-stroke.hgi-standard.hgi-dental-broken-tooth:before {
  content: "\43d9";
}
.hgi-stroke.hgi-standard.hgi-dental-care:before {
  content: "\43db";
}
.hgi-stroke.hgi-standard.hgi-dental-tooth:before {
  content: "\43dd";
}
.hgi-stroke.hgi-standard.hgi-departement:before {
  content: "\43df";
}
.hgi-stroke.hgi-standard.hgi-desert:before {
  content: "\43e1";
}
.hgi-stroke.hgi-standard.hgi-desk-01:before {
  content: "\43e3";
}
.hgi-stroke.hgi-standard.hgi-desk-02:before {
  content: "\43e5";
}
.hgi-stroke.hgi-standard.hgi-desk:before {
  content: "\43e7";
}
.hgi-stroke.hgi-standard.hgi-developer:before {
  content: "\43e9";
}
.hgi-stroke.hgi-standard.hgi-deviantart:before {
  content: "\43eb";
}
.hgi-stroke.hgi-standard.hgi-device-access:before {
  content: "\43ed";
}
.hgi-stroke.hgi-standard.hgi-diagonal-scroll-point-01:before {
  content: "\43ef";
}
.hgi-stroke.hgi-standard.hgi-diagonal-scroll-point-02:before {
  content: "\43f1";
}
.hgi-stroke.hgi-standard.hgi-dialpad-circle-01:before {
  content: "\43f3";
}
.hgi-stroke.hgi-standard.hgi-dialpad-circle-02:before {
  content: "\43f5";
}
.hgi-stroke.hgi-standard.hgi-dialpad-square-01:before {
  content: "\43f7";
}
.hgi-stroke.hgi-standard.hgi-dialpad-square-02:before {
  content: "\43f9";
}
.hgi-stroke.hgi-standard.hgi-diameter:before {
  content: "\43fb";
}
.hgi-stroke.hgi-standard.hgi-diamond-01:before {
  content: "\43fd";
}
.hgi-stroke.hgi-standard.hgi-diamond-02:before {
  content: "\43ff";
}
.hgi-stroke.hgi-standard.hgi-diamond:before {
  content: "\4401";
}
.hgi-stroke.hgi-standard.hgi-diaper:before {
  content: "\4403";
}
.hgi-stroke.hgi-standard.hgi-dice-faces-01:before {
  content: "\4405";
}
.hgi-stroke.hgi-standard.hgi-dice-faces-02:before {
  content: "\4407";
}
.hgi-stroke.hgi-standard.hgi-dice-faces-03:before {
  content: "\4409";
}
.hgi-stroke.hgi-standard.hgi-dice-faces-04:before {
  content: "\440b";
}
.hgi-stroke.hgi-standard.hgi-dice-faces-05:before {
  content: "\440d";
}
.hgi-stroke.hgi-standard.hgi-dice-faces-06:before {
  content: "\440f";
}
.hgi-stroke.hgi-standard.hgi-dice:before {
  content: "\4411";
}
.hgi-stroke.hgi-standard.hgi-digestion:before {
  content: "\4413";
}
.hgi-stroke.hgi-standard.hgi-digg:before {
  content: "\4415";
}
.hgi-stroke.hgi-standard.hgi-digital-clock:before {
  content: "\4417";
}
.hgi-stroke.hgi-standard.hgi-dim-sum-01:before {
  content: "\4419";
}
.hgi-stroke.hgi-standard.hgi-dim-sum-02:before {
  content: "\441b";
}
.hgi-stroke.hgi-standard.hgi-dining-table:before {
  content: "\441d";
}
.hgi-stroke.hgi-standard.hgi-diploma:before {
  content: "\441f";
}
.hgi-stroke.hgi-standard.hgi-direction-left-01:before {
  content: "\4421";
}
.hgi-stroke.hgi-standard.hgi-direction-left-02:before {
  content: "\4423";
}
.hgi-stroke.hgi-standard.hgi-direction-right-01:before {
  content: "\4425";
}
.hgi-stroke.hgi-standard.hgi-direction-right-02:before {
  content: "\4427";
}
.hgi-stroke.hgi-standard.hgi-directions-01:before {
  content: "\4429";
}
.hgi-stroke.hgi-standard.hgi-directions-02:before {
  content: "\442b";
}
.hgi-stroke.hgi-standard.hgi-dirham:before {
  content: "\442d";
}
.hgi-stroke.hgi-standard.hgi-disability-01:before {
  content: "\442f";
}
.hgi-stroke.hgi-standard.hgi-disability-02:before {
  content: "\4431";
}
.hgi-stroke.hgi-standard.hgi-discord:before {
  content: "\4433";
}
.hgi-stroke.hgi-standard.hgi-discount-01:before {
  content: "\4435";
}
.hgi-stroke.hgi-standard.hgi-discount-tag-01:before {
  content: "\4438";
}
.hgi-stroke.hgi-standard.hgi-discount-tag-02:before {
  content: "\443a";
}
.hgi-stroke.hgi-standard.hgi-discount:before {
  content: "\443b";
}
.hgi-stroke.hgi-standard.hgi-discover-circle:before {
  content: "\443d";
}
.hgi-stroke.hgi-standard.hgi-discover-square:before {
  content: "\443f";
}
.hgi-stroke.hgi-standard.hgi-dish-01:before {
  content: "\4441";
}
.hgi-stroke.hgi-standard.hgi-dish-02:before {
  content: "\4443";
}
.hgi-stroke.hgi-standard.hgi-dish-washer:before {
  content: "\4445";
}
.hgi-stroke.hgi-standard.hgi-displeased:before {
  content: "\4447";
}
.hgi-stroke.hgi-standard.hgi-distribute-horizontal-center:before {
  content: "\4449";
}
.hgi-stroke.hgi-standard.hgi-distribute-horizontal-left:before {
  content: "\444b";
}
.hgi-stroke.hgi-standard.hgi-distribute-horizontal-right:before {
  content: "\444d";
}
.hgi-stroke.hgi-standard.hgi-distribute-vertical-bottom:before {
  content: "\444f";
}
.hgi-stroke.hgi-standard.hgi-distribute-vertical-center:before {
  content: "\4451";
}
.hgi-stroke.hgi-standard.hgi-distribute-vertical-top:before {
  content: "\4453";
}
.hgi-stroke.hgi-standard.hgi-distribution:before {
  content: "\4455";
}
.hgi-stroke.hgi-standard.hgi-divide-sign-circle:before {
  content: "\4457";
}
.hgi-stroke.hgi-standard.hgi-divide-sign-square:before {
  content: "\445a";
}
.hgi-stroke.hgi-standard.hgi-divide-sign:before {
  content: "\445b";
}
.hgi-stroke.hgi-standard.hgi-dna-01:before {
  content: "\445d";
}
.hgi-stroke.hgi-standard.hgi-dna:before {
  content: "\445f";
}
.hgi-stroke.hgi-standard.hgi-do-not-touch-01:before {
  content: "\4461";
}
.hgi-stroke.hgi-standard.hgi-do-not-touch-02:before {
  content: "\4463";
}
.hgi-stroke.hgi-standard.hgi-doc-01:before {
  content: "\4465";
}
.hgi-stroke.hgi-standard.hgi-doc-02:before {
  content: "\4467";
}
.hgi-stroke.hgi-standard.hgi-doctor-01:before {
  content: "\4469";
}
.hgi-stroke.hgi-standard.hgi-doctor-02:before {
  content: "\446b";
}
.hgi-stroke.hgi-standard.hgi-doctor-03:before {
  content: "\446d";
}
.hgi-stroke.hgi-standard.hgi-document-attachment:before {
  content: "\446f";
}
.hgi-stroke.hgi-standard.hgi-document-code:before {
  content: "\4471";
}
.hgi-stroke.hgi-standard.hgi-document-validation:before {
  content: "\4473";
}
.hgi-stroke.hgi-standard.hgi-dollar-01:before {
  content: "\4475";
}
.hgi-stroke.hgi-standard.hgi-dollar-02:before {
  content: "\4477";
}
.hgi-stroke.hgi-standard.hgi-dollar-circle:before {
  content: "\4479";
}
.hgi-stroke.hgi-standard.hgi-dollar-receive-01:before {
  content: "\447b";
}
.hgi-stroke.hgi-standard.hgi-dollar-receive-02:before {
  content: "\447d";
}
.hgi-stroke.hgi-standard.hgi-dollar-send-01:before {
  content: "\447f";
}
.hgi-stroke.hgi-standard.hgi-dollar-send-02:before {
  content: "\4481";
}
.hgi-stroke.hgi-standard.hgi-dollar-square:before {
  content: "\4483";
}
.hgi-stroke.hgi-standard.hgi-dome:before {
  content: "\4485";
}
.hgi-stroke.hgi-standard.hgi-domino:before {
  content: "\4487";
}
.hgi-stroke.hgi-standard.hgi-door-01:before {
  content: "\4489";
}
.hgi-stroke.hgi-standard.hgi-door-02:before {
  content: "\448b";
}
.hgi-stroke.hgi-standard.hgi-door-lock:before {
  content: "\448d";
}
.hgi-stroke.hgi-standard.hgi-door:before {
  content: "\448f";
}
.hgi-stroke.hgi-standard.hgi-doughnut:before {
  content: "\4491";
}
.hgi-stroke.hgi-standard.hgi-download-01:before {
  content: "\4493";
}
.hgi-stroke.hgi-standard.hgi-download-02:before {
  content: "\4495";
}
.hgi-stroke.hgi-standard.hgi-download-03:before {
  content: "\4497";
}
.hgi-stroke.hgi-standard.hgi-download-04:before {
  content: "\4499";
}
.hgi-stroke.hgi-standard.hgi-download-05:before {
  content: "\449b";
}
.hgi-stroke.hgi-standard.hgi-download-circle-01:before {
  content: "\449d";
}
.hgi-stroke.hgi-standard.hgi-download-circle-02:before {
  content: "\449f";
}
.hgi-stroke.hgi-standard.hgi-download-square-01:before {
  content: "\44a1";
}
.hgi-stroke.hgi-standard.hgi-download-square-02:before {
  content: "\44a3";
}
.hgi-stroke.hgi-standard.hgi-drag-01:before {
  content: "\44a5";
}
.hgi-stroke.hgi-standard.hgi-drag-02:before {
  content: "\44a7";
}
.hgi-stroke.hgi-standard.hgi-drag-03:before {
  content: "\44a9";
}
.hgi-stroke.hgi-standard.hgi-drag-04:before {
  content: "\44ab";
}
.hgi-stroke.hgi-standard.hgi-drag-drop-horizontal:before {
  content: "\44ad";
}
.hgi-stroke.hgi-standard.hgi-drag-drop-vertical:before {
  content: "\44b0";
}
.hgi-stroke.hgi-standard.hgi-drag-drop:before {
  content: "\44b1";
}
.hgi-stroke.hgi-standard.hgi-drag-left-01:before {
  content: "\44b3";
}
.hgi-stroke.hgi-standard.hgi-drag-left-02:before {
  content: "\44b5";
}
.hgi-stroke.hgi-standard.hgi-drag-left-03:before {
  content: "\44b7";
}
.hgi-stroke.hgi-standard.hgi-drag-left-04:before {
  content: "\44b9";
}
.hgi-stroke.hgi-standard.hgi-drag-right-01:before {
  content: "\44bb";
}
.hgi-stroke.hgi-standard.hgi-drag-right-02:before {
  content: "\44bd";
}
.hgi-stroke.hgi-standard.hgi-drag-right-03:before {
  content: "\44bf";
}
.hgi-stroke.hgi-standard.hgi-drag-right-04:before {
  content: "\44c1";
}
.hgi-stroke.hgi-standard.hgi-drawing-compass:before {
  content: "\44c3";
}
.hgi-stroke.hgi-standard.hgi-drawing-mode:before {
  content: "\44c5";
}
.hgi-stroke.hgi-standard.hgi-dress-01:before {
  content: "\44c7";
}
.hgi-stroke.hgi-standard.hgi-dress-02:before {
  content: "\44c9";
}
.hgi-stroke.hgi-standard.hgi-dress-03:before {
  content: "\44cb";
}
.hgi-stroke.hgi-standard.hgi-dress-04:before {
  content: "\44cd";
}
.hgi-stroke.hgi-standard.hgi-dress-05:before {
  content: "\44cf";
}
.hgi-stroke.hgi-standard.hgi-dress-06:before {
  content: "\44d1";
}
.hgi-stroke.hgi-standard.hgi-dress-07:before {
  content: "\44d3";
}
.hgi-stroke.hgi-standard.hgi-dressing-table-01:before {
  content: "\44d5";
}
.hgi-stroke.hgi-standard.hgi-dressing-table-02:before {
  content: "\44d7";
}
.hgi-stroke.hgi-standard.hgi-dressing-table-03:before {
  content: "\44d9";
}
.hgi-stroke.hgi-standard.hgi-dribbble:before {
  content: "\44db";
}
.hgi-stroke.hgi-standard.hgi-drink:before {
  content: "\44dd";
}
.hgi-stroke.hgi-standard.hgi-drone:before {
  content: "\44df";
}
.hgi-stroke.hgi-standard.hgi-drooling:before {
  content: "\44e1";
}
.hgi-stroke.hgi-standard.hgi-dropbox:before {
  content: "\44e3";
}
.hgi-stroke.hgi-standard.hgi-droplet:before {
  content: "\44e5";
}
.hgi-stroke.hgi-standard.hgi-dropper:before {
  content: "\44e7";
}
.hgi-stroke.hgi-standard.hgi-ds3-tool:before {
  content: "\44e9";
}
.hgi-stroke.hgi-standard.hgi-dua:before {
  content: "\44eb";
}
.hgi-stroke.hgi-standard.hgi-dumbbell-01:before {
  content: "\44ed";
}
.hgi-stroke.hgi-standard.hgi-dumbbell-02:before {
  content: "\44ef";
}
.hgi-stroke.hgi-standard.hgi-dumbbell-03:before {
  content: "\44f1";
}
.hgi-stroke.hgi-standard.hgi-ear-rings-01:before {
  content: "\44f3";
}
.hgi-stroke.hgi-standard.hgi-ear-rings-02:before {
  content: "\44f5";
}
.hgi-stroke.hgi-standard.hgi-ear-rings-03:before {
  content: "\44f7";
}
.hgi-stroke.hgi-standard.hgi-ear:before {
  content: "\44f9";
}
.hgi-stroke.hgi-standard.hgi-earth:before {
  content: "\44fb";
}
.hgi-stroke.hgi-standard.hgi-ease-curve-control-points:before {
  content: "\44fd";
}
.hgi-stroke.hgi-standard.hgi-ease-in-control-point:before {
  content: "\44ff";
}
.hgi-stroke.hgi-standard.hgi-ease-in-out:before {
  content: "\4501";
}
.hgi-stroke.hgi-standard.hgi-ease-in:before {
  content: "\4503";
}
.hgi-stroke.hgi-standard.hgi-ease-out-control-point:before {
  content: "\4505";
}
.hgi-stroke.hgi-standard.hgi-ease-out:before {
  content: "\4507";
}
.hgi-stroke.hgi-standard.hgi-eco-energy:before {
  content: "\4509";
}
.hgi-stroke.hgi-standard.hgi-eco-lab-01:before {
  content: "\450b";
}
.hgi-stroke.hgi-standard.hgi-eco-lab-02:before {
  content: "\450d";
}
.hgi-stroke.hgi-standard.hgi-eco-lab:before {
  content: "\450f";
}
.hgi-stroke.hgi-standard.hgi-eco-power:before {
  content: "\4511";
}
.hgi-stroke.hgi-standard.hgi-edge-style:before {
  content: "\4513";
}
.hgi-stroke.hgi-standard.hgi-edit-01:before {
  content: "\4515";
}
.hgi-stroke.hgi-standard.hgi-edit-02:before {
  content: "\4517";
}
.hgi-stroke.hgi-standard.hgi-edit-off:before {
  content: "\4519";
}
.hgi-stroke.hgi-standard.hgi-edit-road:before {
  content: "\451b";
}
.hgi-stroke.hgi-standard.hgi-edit-table:before {
  content: "\451d";
}
.hgi-stroke.hgi-standard.hgi-edit-user-02:before {
  content: "\451f";
}
.hgi-stroke.hgi-standard.hgi-eggs:before {
  content: "\4521";
}
.hgi-stroke.hgi-standard.hgi-eid-mubarak:before {
  content: "\4523";
}
.hgi-stroke.hgi-standard.hgi-eiffel-tower:before {
  content: "\4525";
}
.hgi-stroke.hgi-standard.hgi-elearning-exchange:before {
  content: "\4527";
}
.hgi-stroke.hgi-standard.hgi-electric-home-01:before {
  content: "\4529";
}
.hgi-stroke.hgi-standard.hgi-electric-home-02:before {
  content: "\452b";
}
.hgi-stroke.hgi-standard.hgi-electric-plugs:before {
  content: "\452d";
}
.hgi-stroke.hgi-standard.hgi-electric-tower-01:before {
  content: "\452f";
}
.hgi-stroke.hgi-standard.hgi-electric-tower-02:before {
  content: "\4531";
}
.hgi-stroke.hgi-standard.hgi-electric-wire:before {
  content: "\4533";
}
.hgi-stroke.hgi-standard.hgi-ellipse-selection:before {
  content: "\4535";
}
.hgi-stroke.hgi-standard.hgi-encrypt:before {
  content: "\4537";
}
.hgi-stroke.hgi-standard.hgi-energy-ellipse:before {
  content: "\4539";
}
.hgi-stroke.hgi-standard.hgi-energy-rectangle:before {
  content: "\453b";
}
.hgi-stroke.hgi-standard.hgi-energy:before {
  content: "\453d";
}
.hgi-stroke.hgi-standard.hgi-entering-geo-fence:before {
  content: "\453f";
}
.hgi-stroke.hgi-standard.hgi-entrance-stairs:before {
  content: "\4541";
}
.hgi-stroke.hgi-standard.hgi-envato:before {
  content: "\4543";
}
.hgi-stroke.hgi-standard.hgi-equal-sign-circle:before {
  content: "\4545";
}
.hgi-stroke.hgi-standard.hgi-equal-sign-square:before {
  content: "\4548";
}
.hgi-stroke.hgi-standard.hgi-equal-sign:before {
  content: "\4549";
}
.hgi-stroke.hgi-standard.hgi-equipment-bench-press:before {
  content: "\454b";
}
.hgi-stroke.hgi-standard.hgi-equipment-chest-press:before {
  content: "\454d";
}
.hgi-stroke.hgi-standard.hgi-equipment-gym-01:before {
  content: "\454f";
}
.hgi-stroke.hgi-standard.hgi-equipment-gym-02:before {
  content: "\4551";
}
.hgi-stroke.hgi-standard.hgi-equipment-gym-03:before {
  content: "\4553";
}
.hgi-stroke.hgi-standard.hgi-equipment-weightlifting:before {
  content: "\4555";
}
.hgi-stroke.hgi-standard.hgi-eraser-01:before {
  content: "\4557";
}
.hgi-stroke.hgi-standard.hgi-eraser-add:before {
  content: "\4559";
}
.hgi-stroke.hgi-standard.hgi-eraser-auto:before {
  content: "\455b";
}
.hgi-stroke.hgi-standard.hgi-eraser:before {
  content: "\455d";
}
.hgi-stroke.hgi-standard.hgi-estimate-01:before {
  content: "\455f";
}
.hgi-stroke.hgi-standard.hgi-estimate-02:before {
  content: "\4561";
}
.hgi-stroke.hgi-standard.hgi-ethereum-ellipse:before {
  content: "\4563";
}
.hgi-stroke.hgi-standard.hgi-ethereum-rectangle:before {
  content: "\4565";
}
.hgi-stroke.hgi-standard.hgi-ethereum:before {
  content: "\4567";
}
.hgi-stroke.hgi-standard.hgi-euro-circle:before {
  content: "\4569";
}
.hgi-stroke.hgi-standard.hgi-euro-receive:before {
  content: "\456b";
}
.hgi-stroke.hgi-standard.hgi-euro-send:before {
  content: "\456e";
}
.hgi-stroke.hgi-standard.hgi-euro-square:before {
  content: "\4570";
}
.hgi-stroke.hgi-standard.hgi-euro:before {
  content: "\4571";
}
.hgi-stroke.hgi-standard.hgi-ev-charging:before {
  content: "\4573";
}
.hgi-stroke.hgi-standard.hgi-evil:before {
  content: "\4575";
}
.hgi-stroke.hgi-standard.hgi-exchange-01:before {
  content: "\4577";
}
.hgi-stroke.hgi-standard.hgi-exchange-02:before {
  content: "\4579";
}
.hgi-stroke.hgi-standard.hgi-exchange-03:before {
  content: "\457b";
}
.hgi-stroke.hgi-standard.hgi-expander:before {
  content: "\457d";
}
.hgi-stroke.hgi-standard.hgi-external-drive:before {
  content: "\457f";
}
.hgi-stroke.hgi-standard.hgi-eye:before {
  content: "\4581";
}
.hgi-stroke.hgi-standard.hgi-face-id:before {
  content: "\4583";
}
.hgi-stroke.hgi-standard.hgi-facebook-01:before {
  content: "\4585";
}
.hgi-stroke.hgi-standard.hgi-facebook-02:before {
  content: "\4587";
}
.hgi-stroke.hgi-standard.hgi-factory-01:before {
  content: "\4589";
}
.hgi-stroke.hgi-standard.hgi-factory-02:before {
  content: "\458b";
}
.hgi-stroke.hgi-standard.hgi-factory:before {
  content: "\458d";
}
.hgi-stroke.hgi-standard.hgi-fahrenheit:before {
  content: "\458f";
}
.hgi-stroke.hgi-standard.hgi-falling-star:before {
  content: "\4591";
}
.hgi-stroke.hgi-standard.hgi-fast-wind:before {
  content: "\4593";
}
.hgi-stroke.hgi-standard.hgi-favourite-circle:before {
  content: "\4595";
}
.hgi-stroke.hgi-standard.hgi-favourite-square:before {
  content: "\4598";
}
.hgi-stroke.hgi-standard.hgi-favourite:before {
  content: "\4599";
}
.hgi-stroke.hgi-standard.hgi-feather:before {
  content: "\459b";
}
.hgi-stroke.hgi-standard.hgi-female-02:before {
  content: "\459d";
}
.hgi-stroke.hgi-standard.hgi-female-symbol:before {
  content: "\459f";
}
.hgi-stroke.hgi-standard.hgi-fencing-mask:before {
  content: "\45a1";
}
.hgi-stroke.hgi-standard.hgi-fencing:before {
  content: "\45a3";
}
.hgi-stroke.hgi-standard.hgi-ferris-wheel:before {
  content: "\45a5";
}
.hgi-stroke.hgi-standard.hgi-ferry-boat:before {
  content: "\45a7";
}
.hgi-stroke.hgi-standard.hgi-figma:before {
  content: "\45a9";
}
.hgi-stroke.hgi-standard.hgi-file-01:before {
  content: "\45ab";
}
.hgi-stroke.hgi-standard.hgi-file-02:before {
  content: "\45ad";
}
.hgi-stroke.hgi-standard.hgi-file-add:before {
  content: "\45af";
}
.hgi-stroke.hgi-standard.hgi-file-attachment:before {
  content: "\45b1";
}
.hgi-stroke.hgi-standard.hgi-file-audio:before {
  content: "\45b3";
}
.hgi-stroke.hgi-standard.hgi-file-bitcoin:before {
  content: "\45b5";
}
.hgi-stroke.hgi-standard.hgi-file-block:before {
  content: "\45b7";
}
.hgi-stroke.hgi-standard.hgi-file-bookmark:before {
  content: "\45b9";
}
.hgi-stroke.hgi-standard.hgi-file-cloud:before {
  content: "\45bb";
}
.hgi-stroke.hgi-standard.hgi-file-corrupt:before {
  content: "\45bd";
}
.hgi-stroke.hgi-standard.hgi-file-dollar:before {
  content: "\45bf";
}
.hgi-stroke.hgi-standard.hgi-file-download:before {
  content: "\45c1";
}
.hgi-stroke.hgi-standard.hgi-file-edit:before {
  content: "\45c3";
}
.hgi-stroke.hgi-standard.hgi-file-empty-01:before {
  content: "\45c5";
}
.hgi-stroke.hgi-standard.hgi-file-empty-02:before {
  content: "\45c7";
}
.hgi-stroke.hgi-standard.hgi-file-euro:before {
  content: "\45c9";
}
.hgi-stroke.hgi-standard.hgi-file-export:before {
  content: "\45cb";
}
.hgi-stroke.hgi-standard.hgi-file-favourite:before {
  content: "\45cd";
}
.hgi-stroke.hgi-standard.hgi-file-import:before {
  content: "\45cf";
}
.hgi-stroke.hgi-standard.hgi-file-link:before {
  content: "\45d1";
}
.hgi-stroke.hgi-standard.hgi-file-locked:before {
  content: "\45d3";
}
.hgi-stroke.hgi-standard.hgi-file-management:before {
  content: "\45d5";
}
.hgi-stroke.hgi-standard.hgi-file-minus:before {
  content: "\45d7";
}
.hgi-stroke.hgi-standard.hgi-file-music:before {
  content: "\45d9";
}
.hgi-stroke.hgi-standard.hgi-file-not-found:before {
  content: "\45db";
}
.hgi-stroke.hgi-standard.hgi-file-paste:before {
  content: "\45dd";
}
.hgi-stroke.hgi-standard.hgi-file-pin:before {
  content: "\45df";
}
.hgi-stroke.hgi-standard.hgi-file-pound:before {
  content: "\45e1";
}
.hgi-stroke.hgi-standard.hgi-file-remove:before {
  content: "\45e3";
}
.hgi-stroke.hgi-standard.hgi-file-script:before {
  content: "\45e5";
}
.hgi-stroke.hgi-standard.hgi-file-search:before {
  content: "\45e7";
}
.hgi-stroke.hgi-standard.hgi-file-security:before {
  content: "\45e9";
}
.hgi-stroke.hgi-standard.hgi-file-shredder:before {
  content: "\45eb";
}
.hgi-stroke.hgi-standard.hgi-file-star:before {
  content: "\45ed";
}
.hgi-stroke.hgi-standard.hgi-file-sync:before {
  content: "\45ef";
}
.hgi-stroke.hgi-standard.hgi-file-unknown:before {
  content: "\45f1";
}
.hgi-stroke.hgi-standard.hgi-file-unlocked:before {
  content: "\45f3";
}
.hgi-stroke.hgi-standard.hgi-file-upload:before {
  content: "\45f5";
}
.hgi-stroke.hgi-standard.hgi-file-validation:before {
  content: "\45f7";
}
.hgi-stroke.hgi-standard.hgi-file-verified:before {
  content: "\45f9";
}
.hgi-stroke.hgi-standard.hgi-file-video:before {
  content: "\45fb";
}
.hgi-stroke.hgi-standard.hgi-file-view:before {
  content: "\45fd";
}
.hgi-stroke.hgi-standard.hgi-file-yen:before {
  content: "\45ff";
}
.hgi-stroke.hgi-standard.hgi-file-zip:before {
  content: "\4601";
}
.hgi-stroke.hgi-standard.hgi-files-01:before {
  content: "\4603";
}
.hgi-stroke.hgi-standard.hgi-files-02:before {
  content: "\4605";
}
.hgi-stroke.hgi-standard.hgi-film-01:before {
  content: "\4607";
}
.hgi-stroke.hgi-standard.hgi-film-02:before {
  content: "\4609";
}
.hgi-stroke.hgi-standard.hgi-film-roll-01:before {
  content: "\460b";
}
.hgi-stroke.hgi-standard.hgi-film-roll-02:before {
  content: "\460d";
}
.hgi-stroke.hgi-standard.hgi-filter-add:before {
  content: "\460f";
}
.hgi-stroke.hgi-standard.hgi-filter-edit:before {
  content: "\4611";
}
.hgi-stroke.hgi-standard.hgi-filter-horizontal:before {
  content: "\4613";
}
.hgi-stroke.hgi-standard.hgi-filter-mail-circle:before {
  content: "\4615";
}
.hgi-stroke.hgi-standard.hgi-filter-mail-square:before {
  content: "\4617";
}
.hgi-stroke.hgi-standard.hgi-filter-remove:before {
  content: "\4619";
}
.hgi-stroke.hgi-standard.hgi-filter-reset:before {
  content: "\461b";
}
.hgi-stroke.hgi-standard.hgi-filter-vertical:before {
  content: "\461e";
}
.hgi-stroke.hgi-standard.hgi-filter:before {
  content: "\461f";
}
.hgi-stroke.hgi-standard.hgi-finger-access:before {
  content: "\4621";
}
.hgi-stroke.hgi-standard.hgi-finger-print-add:before {
  content: "\4623";
}
.hgi-stroke.hgi-standard.hgi-finger-print-check:before {
  content: "\4625";
}
.hgi-stroke.hgi-standard.hgi-finger-print-minus:before {
  content: "\4627";
}
.hgi-stroke.hgi-standard.hgi-finger-print-remove:before {
  content: "\4629";
}
.hgi-stroke.hgi-standard.hgi-finger-print-scan:before {
  content: "\462b";
}
.hgi-stroke.hgi-standard.hgi-finger-print:before {
  content: "\462d";
}
.hgi-stroke.hgi-standard.hgi-fingerprint-scan:before {
  content: "\462f";
}
.hgi-stroke.hgi-standard.hgi-fins:before {
  content: "\4631";
}
.hgi-stroke.hgi-standard.hgi-fire-02:before {
  content: "\4633";
}
.hgi-stroke.hgi-standard.hgi-fire-03:before {
  content: "\4635";
}
.hgi-stroke.hgi-standard.hgi-fire-pit:before {
  content: "\4637";
}
.hgi-stroke.hgi-standard.hgi-fire-security:before {
  content: "\463a";
}
.hgi-stroke.hgi-standard.hgi-fire:before {
  content: "\463b";
}
.hgi-stroke.hgi-standard.hgi-firewall:before {
  content: "\463d";
}
.hgi-stroke.hgi-standard.hgi-fireworks:before {
  content: "\463f";
}
.hgi-stroke.hgi-standard.hgi-first-aid-kit:before {
  content: "\4641";
}
.hgi-stroke.hgi-standard.hgi-first-bracket-circle:before {
  content: "\4643";
}
.hgi-stroke.hgi-standard.hgi-first-bracket-square:before {
  content: "\4646";
}
.hgi-stroke.hgi-standard.hgi-first-bracket:before {
  content: "\4647";
}
.hgi-stroke.hgi-standard.hgi-fish-food:before {
  content: "\4649";
}
.hgi-stroke.hgi-standard.hgi-fit-to-screen:before {
  content: "\464b";
}
.hgi-stroke.hgi-standard.hgi-fiverr:before {
  content: "\464d";
}
.hgi-stroke.hgi-standard.hgi-flag-01:before {
  content: "\464f";
}
.hgi-stroke.hgi-standard.hgi-flag-02:before {
  content: "\4651";
}
.hgi-stroke.hgi-standard.hgi-flag-03:before {
  content: "\4653";
}
.hgi-stroke.hgi-standard.hgi-flash-off:before {
  content: "\4655";
}
.hgi-stroke.hgi-standard.hgi-flash:before {
  content: "\4657";
}
.hgi-stroke.hgi-standard.hgi-flashlight:before {
  content: "\4659";
}
.hgi-stroke.hgi-standard.hgi-flaticon:before {
  content: "\465b";
}
.hgi-stroke.hgi-standard.hgi-flickr:before {
  content: "\465d";
}
.hgi-stroke.hgi-standard.hgi-flim-slate:before {
  content: "\465f";
}
.hgi-stroke.hgi-standard.hgi-flip-bottom:before {
  content: "\4661";
}
.hgi-stroke.hgi-standard.hgi-flip-horizontal:before {
  content: "\4663";
}
.hgi-stroke.hgi-standard.hgi-flip-left:before {
  content: "\4665";
}
.hgi-stroke.hgi-standard.hgi-flip-phone:before {
  content: "\4667";
}
.hgi-stroke.hgi-standard.hgi-flip-right:before {
  content: "\4669";
}
.hgi-stroke.hgi-standard.hgi-flip-top:before {
  content: "\466b";
}
.hgi-stroke.hgi-standard.hgi-flip-vertical:before {
  content: "\466d";
}
.hgi-stroke.hgi-standard.hgi-floor-plan:before {
  content: "\466f";
}
.hgi-stroke.hgi-standard.hgi-floppy-disk:before {
  content: "\4671";
}
.hgi-stroke.hgi-standard.hgi-flow-circle:before {
  content: "\4673";
}
.hgi-stroke.hgi-standard.hgi-flow-connection:before {
  content: "\4675";
}
.hgi-stroke.hgi-standard.hgi-flow-square:before {
  content: "\4678";
}
.hgi-stroke.hgi-standard.hgi-flow:before {
  content: "\4679";
}
.hgi-stroke.hgi-standard.hgi-flowchart-01:before {
  content: "\467b";
}
.hgi-stroke.hgi-standard.hgi-flowchart-02:before {
  content: "\467d";
}
.hgi-stroke.hgi-standard.hgi-flower-pot:before {
  content: "\467f";
}
.hgi-stroke.hgi-standard.hgi-flower:before {
  content: "\4681";
}
.hgi-stroke.hgi-standard.hgi-flushed:before {
  content: "\4683";
}
.hgi-stroke.hgi-standard.hgi-flying-human:before {
  content: "\4685";
}
.hgi-stroke.hgi-standard.hgi-focus-point:before {
  content: "\4687";
}
.hgi-stroke.hgi-standard.hgi-folder-01:before {
  content: "\4689";
}
.hgi-stroke.hgi-standard.hgi-folder-02:before {
  content: "\468b";
}
.hgi-stroke.hgi-standard.hgi-folder-03:before {
  content: "\468d";
}
.hgi-stroke.hgi-standard.hgi-folder-add:before {
  content: "\468f";
}
.hgi-stroke.hgi-standard.hgi-folder-attachment:before {
  content: "\4691";
}
.hgi-stroke.hgi-standard.hgi-folder-audio:before {
  content: "\4693";
}
.hgi-stroke.hgi-standard.hgi-folder-block:before {
  content: "\4695";
}
.hgi-stroke.hgi-standard.hgi-folder-check:before {
  content: "\4697";
}
.hgi-stroke.hgi-standard.hgi-folder-cloud:before {
  content: "\4699";
}
.hgi-stroke.hgi-standard.hgi-folder-details-reference:before {
  content: "\469b";
}
.hgi-stroke.hgi-standard.hgi-folder-details:before {
  content: "\469d";
}
.hgi-stroke.hgi-standard.hgi-folder-download:before {
  content: "\469f";
}
.hgi-stroke.hgi-standard.hgi-folder-edit:before {
  content: "\46a1";
}
.hgi-stroke.hgi-standard.hgi-folder-export:before {
  content: "\46a3";
}
.hgi-stroke.hgi-standard.hgi-folder-favourite:before {
  content: "\46a5";
}
.hgi-stroke.hgi-standard.hgi-folder-file-storage:before {
  content: "\46a7";
}
.hgi-stroke.hgi-standard.hgi-folder-import:before {
  content: "\46a9";
}
.hgi-stroke.hgi-standard.hgi-folder-library:before {
  content: "\46ab";
}
.hgi-stroke.hgi-standard.hgi-folder-links:before {
  content: "\46ad";
}
.hgi-stroke.hgi-standard.hgi-folder-locked:before {
  content: "\46af";
}
.hgi-stroke.hgi-standard.hgi-folder-management:before {
  content: "\46b1";
}
.hgi-stroke.hgi-standard.hgi-folder-minus:before {
  content: "\46b3";
}
.hgi-stroke.hgi-standard.hgi-folder-music:before {
  content: "\46b5";
}
.hgi-stroke.hgi-standard.hgi-folder-off:before {
  content: "\46b7";
}
.hgi-stroke.hgi-standard.hgi-folder-open:before {
  content: "\46b9";
}
.hgi-stroke.hgi-standard.hgi-folder-pin:before {
  content: "\46bb";
}
.hgi-stroke.hgi-standard.hgi-folder-remove:before {
  content: "\46bd";
}
.hgi-stroke.hgi-standard.hgi-folder-search:before {
  content: "\46bf";
}
.hgi-stroke.hgi-standard.hgi-folder-security:before {
  content: "\46c1";
}
.hgi-stroke.hgi-standard.hgi-folder-shared-01:before {
  content: "\46c3";
}
.hgi-stroke.hgi-standard.hgi-folder-shared-02:before {
  content: "\46c5";
}
.hgi-stroke.hgi-standard.hgi-folder-shared-03:before {
  content: "\46c7";
}
.hgi-stroke.hgi-standard.hgi-folder-sync:before {
  content: "\46c9";
}
.hgi-stroke.hgi-standard.hgi-folder-transfer:before {
  content: "\46cb";
}
.hgi-stroke.hgi-standard.hgi-folder-unknown:before {
  content: "\46cd";
}
.hgi-stroke.hgi-standard.hgi-folder-unlocked:before {
  content: "\46cf";
}
.hgi-stroke.hgi-standard.hgi-folder-upload:before {
  content: "\46d1";
}
.hgi-stroke.hgi-standard.hgi-folder-video:before {
  content: "\46d3";
}
.hgi-stroke.hgi-standard.hgi-folder-view:before {
  content: "\46d5";
}
.hgi-stroke.hgi-standard.hgi-folder-zip:before {
  content: "\46d7";
}
.hgi-stroke.hgi-standard.hgi-folders:before {
  content: "\46d9";
}
.hgi-stroke.hgi-standard.hgi-football-pitch:before {
  content: "\46db";
}
.hgi-stroke.hgi-standard.hgi-football:before {
  content: "\46dd";
}
.hgi-stroke.hgi-standard.hgi-forgot-password:before {
  content: "\46df";
}
.hgi-stroke.hgi-standard.hgi-fork:before {
  content: "\46e1";
}
.hgi-stroke.hgi-standard.hgi-forrst:before {
  content: "\46e3";
}
.hgi-stroke.hgi-standard.hgi-fortress:before {
  content: "\46e5";
}
.hgi-stroke.hgi-standard.hgi-forward-01:before {
  content: "\46e7";
}
.hgi-stroke.hgi-standard.hgi-forward-02:before {
  content: "\46e9";
}
.hgi-stroke.hgi-standard.hgi-four-finger-02:before {
  content: "\46eb";
}
.hgi-stroke.hgi-standard.hgi-four-finger-03:before {
  content: "\46ed";
}
.hgi-stroke.hgi-standard.hgi-four-k:before {
  content: "\46ef";
}
.hgi-stroke.hgi-standard.hgi-foursquare:before {
  content: "\46f1";
}
.hgi-stroke.hgi-standard.hgi-framer:before {
  content: "\46f3";
}
.hgi-stroke.hgi-standard.hgi-frameworks:before {
  content: "\46f5";
}
.hgi-stroke.hgi-standard.hgi-french-fries-01:before {
  content: "\46f7";
}
.hgi-stroke.hgi-standard.hgi-french-fries-02:before {
  content: "\46f9";
}
.hgi-stroke.hgi-standard.hgi-fridge:before {
  content: "\46fb";
}
.hgi-stroke.hgi-standard.hgi-fry:before {
  content: "\46fd";
}
.hgi-stroke.hgi-standard.hgi-fuel-01:before {
  content: "\46ff";
}
.hgi-stroke.hgi-standard.hgi-fuel-02:before {
  content: "\4701";
}
.hgi-stroke.hgi-standard.hgi-fuel-station:before {
  content: "\4703";
}
.hgi-stroke.hgi-standard.hgi-full-screen:before {
  content: "\4705";
}
.hgi-stroke.hgi-standard.hgi-full-signal:before {
  content: "\4707";
}
.hgi-stroke.hgi-standard.hgi-function-circle:before {
  content: "\4709";
}
.hgi-stroke.hgi-standard.hgi-function-of-x:before {
  content: "\470b";
}
.hgi-stroke.hgi-standard.hgi-function-square:before {
  content: "\470e";
}
.hgi-stroke.hgi-standard.hgi-function:before {
  content: "\470f";
}
.hgi-stroke.hgi-standard.hgi-galaxy:before {
  content: "\4711";
}
.hgi-stroke.hgi-standard.hgi-game-controller-01:before {
  content: "\4713";
}
.hgi-stroke.hgi-standard.hgi-game-controller-02:before {
  content: "\4715";
}
.hgi-stroke.hgi-standard.hgi-game-controller-03:before {
  content: "\4717";
}
.hgi-stroke.hgi-standard.hgi-game:before {
  content: "\4719";
}
.hgi-stroke.hgi-standard.hgi-gameboy:before {
  content: "\471b";
}
.hgi-stroke.hgi-standard.hgi-garage:before {
  content: "\471d";
}
.hgi-stroke.hgi-standard.hgi-garbage-truck:before {
  content: "\471f";
}
.hgi-stroke.hgi-standard.hgi-garlands:before {
  content: "\4721";
}
.hgi-stroke.hgi-standard.hgi-gas-pipe:before {
  content: "\4723";
}
.hgi-stroke.hgi-standard.hgi-gas-stove:before {
  content: "\4725";
}
.hgi-stroke.hgi-standard.hgi-gears:before {
  content: "\4727";
}
.hgi-stroke.hgi-standard.hgi-gem:before {
  content: "\4729";
}
.hgi-stroke.hgi-standard.hgi-geology-crust:before {
  content: "\472b";
}
.hgi-stroke.hgi-standard.hgi-geometric-shapes-01:before {
  content: "\472d";
}
.hgi-stroke.hgi-standard.hgi-geometric-shapes-02:before {
  content: "\472f";
}
.hgi-stroke.hgi-standard.hgi-gibbous-moon:before {
  content: "\4731";
}
.hgi-stroke.hgi-standard.hgi-gif-01:before {
  content: "\4733";
}
.hgi-stroke.hgi-standard.hgi-gif-02:before {
  content: "\4735";
}
.hgi-stroke.hgi-standard.hgi-gift-card-02:before {
  content: "\4737";
}
.hgi-stroke.hgi-standard.hgi-gift-card:before {
  content: "\4739";
}
.hgi-stroke.hgi-standard.hgi-gift:before {
  content: "\473b";
}
.hgi-stroke.hgi-standard.hgi-git-branch:before {
  content: "\473d";
}
.hgi-stroke.hgi-standard.hgi-git-commit:before {
  content: "\473f";
}
.hgi-stroke.hgi-standard.hgi-git-compare:before {
  content: "\4741";
}
.hgi-stroke.hgi-standard.hgi-git-fork:before {
  content: "\4743";
}
.hgi-stroke.hgi-standard.hgi-git-merge:before {
  content: "\4745";
}
.hgi-stroke.hgi-standard.hgi-git-pull-request-closed:before {
  content: "\4747";
}
.hgi-stroke.hgi-standard.hgi-git-pull-request-draft:before {
  content: "\4749";
}
.hgi-stroke.hgi-standard.hgi-git-pull-request:before {
  content: "\474b";
}
.hgi-stroke.hgi-standard.hgi-gitbook:before {
  content: "\474d";
}
.hgi-stroke.hgi-standard.hgi-github-01:before {
  content: "\474f";
}
.hgi-stroke.hgi-standard.hgi-github:before {
  content: "\4751";
}
.hgi-stroke.hgi-standard.hgi-gitlab:before {
  content: "\4753";
}
.hgi-stroke.hgi-standard.hgi-give-blood:before {
  content: "\4755";
}
.hgi-stroke.hgi-standard.hgi-give-pill:before {
  content: "\4757";
}
.hgi-stroke.hgi-standard.hgi-glasses:before {
  content: "\4759";
}
.hgi-stroke.hgi-standard.hgi-global-editing:before {
  content: "\475b";
}
.hgi-stroke.hgi-standard.hgi-global-education:before {
  content: "\475d";
}
.hgi-stroke.hgi-standard.hgi-global-refresh:before {
  content: "\475f";
}
.hgi-stroke.hgi-standard.hgi-global-search:before {
  content: "\4761";
}
.hgi-stroke.hgi-standard.hgi-global:before {
  content: "\4763";
}
.hgi-stroke.hgi-standard.hgi-globe-02:before {
  content: "\4765";
}
.hgi-stroke.hgi-standard.hgi-globe:before {
  content: "\4767";
}
.hgi-stroke.hgi-standard.hgi-glove:before {
  content: "\4769";
}
.hgi-stroke.hgi-standard.hgi-go-backward-10-sec:before {
  content: "\476b";
}
.hgi-stroke.hgi-standard.hgi-go-backward-15-sec:before {
  content: "\476d";
}
.hgi-stroke.hgi-standard.hgi-go-backward-30-sec:before {
  content: "\476f";
}
.hgi-stroke.hgi-standard.hgi-go-backward-5-sec:before {
  content: "\4771";
}
.hgi-stroke.hgi-standard.hgi-go-backward-60-sec:before {
  content: "\4773";
}
.hgi-stroke.hgi-standard.hgi-go-forward-10-sec:before {
  content: "\4775";
}
.hgi-stroke.hgi-standard.hgi-go-forward-15-sec:before {
  content: "\4777";
}
.hgi-stroke.hgi-standard.hgi-go-forward-30-sec:before {
  content: "\4779";
}
.hgi-stroke.hgi-standard.hgi-go-forward-5-sec:before {
  content: "\477b";
}
.hgi-stroke.hgi-standard.hgi-go-forward-60-sec:before {
  content: "\477d";
}
.hgi-stroke.hgi-standard.hgi-gold-ingots:before {
  content: "\477f";
}
.hgi-stroke.hgi-standard.hgi-gold:before {
  content: "\4781";
}
.hgi-stroke.hgi-standard.hgi-golf-ball:before {
  content: "\4783";
}
.hgi-stroke.hgi-standard.hgi-golf-bat:before {
  content: "\4785";
}
.hgi-stroke.hgi-standard.hgi-golf-cart:before {
  content: "\4787";
}
.hgi-stroke.hgi-standard.hgi-golf-hole:before {
  content: "\4789";
}
.hgi-stroke.hgi-standard.hgi-google-doc:before {
  content: "\478b";
}
.hgi-stroke.hgi-standard.hgi-google-drive:before {
  content: "\478d";
}
.hgi-stroke.hgi-standard.hgi-google-gemini:before {
  content: "\478f";
}
.hgi-stroke.hgi-standard.hgi-google-home:before {
  content: "\4791";
}
.hgi-stroke.hgi-standard.hgi-google-lens:before {
  content: "\4793";
}
.hgi-stroke.hgi-standard.hgi-google-maps:before {
  content: "\4795";
}
.hgi-stroke.hgi-standard.hgi-google-photos:before {
  content: "\4797";
}
.hgi-stroke.hgi-standard.hgi-google-sheet:before {
  content: "\479a";
}
.hgi-stroke.hgi-standard.hgi-google:before {
  content: "\479b";
}
.hgi-stroke.hgi-standard.hgi-gps-01:before {
  content: "\479d";
}
.hgi-stroke.hgi-standard.hgi-gps-02:before {
  content: "\479f";
}
.hgi-stroke.hgi-standard.hgi-gps-disconnected:before {
  content: "\47a1";
}
.hgi-stroke.hgi-standard.hgi-gps-off-01:before {
  content: "\47a3";
}
.hgi-stroke.hgi-standard.hgi-gps-off-02:before {
  content: "\47a5";
}
.hgi-stroke.hgi-standard.hgi-gps-signal-01:before {
  content: "\47a7";
}
.hgi-stroke.hgi-standard.hgi-gps-signal-02:before {
  content: "\47a9";
}
.hgi-stroke.hgi-standard.hgi-gpu:before {
  content: "\47ab";
}
.hgi-stroke.hgi-standard.hgi-graduate-female:before {
  content: "\47ad";
}
.hgi-stroke.hgi-standard.hgi-graduate-male:before {
  content: "\47af";
}
.hgi-stroke.hgi-standard.hgi-graduation-scroll:before {
  content: "\47b1";
}
.hgi-stroke.hgi-standard.hgi-grapes:before {
  content: "\47b3";
}
.hgi-stroke.hgi-standard.hgi-gravity:before {
  content: "\47b5";
}
.hgi-stroke.hgi-standard.hgi-greater-than-circle:before {
  content: "\47b7";
}
.hgi-stroke.hgi-standard.hgi-greater-than-square:before {
  content: "\47ba";
}
.hgi-stroke.hgi-standard.hgi-greater-than:before {
  content: "\47bb";
}
.hgi-stroke.hgi-standard.hgi-greek-helmet:before {
  content: "\47bd";
}
.hgi-stroke.hgi-standard.hgi-green-house:before {
  content: "\47bf";
}
.hgi-stroke.hgi-standard.hgi-grid-02:before {
  content: "\47c1";
}
.hgi-stroke.hgi-standard.hgi-grid-off:before {
  content: "\47c3";
}
.hgi-stroke.hgi-standard.hgi-grid-table:before {
  content: "\47c6";
}
.hgi-stroke.hgi-standard.hgi-grid-view:before {
  content: "\47c8";
}
.hgi-stroke.hgi-standard.hgi-grid:before {
  content: "\47c9";
}
.hgi-stroke.hgi-standard.hgi-grimacing:before {
  content: "\47cb";
}
.hgi-stroke.hgi-standard.hgi-grinning:before {
  content: "\47cd";
}
.hgi-stroke.hgi-standard.hgi-grok:before {
  content: "\47cf";
}
.hgi-stroke.hgi-standard.hgi-group-01:before {
  content: "\47d1";
}
.hgi-stroke.hgi-standard.hgi-group-items:before {
  content: "\47d3";
}
.hgi-stroke.hgi-standard.hgi-group-layers:before {
  content: "\47d5";
}
.hgi-stroke.hgi-standard.hgi-guest-house:before {
  content: "\47d7";
}
.hgi-stroke.hgi-standard.hgi-gun:before {
  content: "\47d9";
}
.hgi-stroke.hgi-standard.hgi-gymnastic-rings:before {
  content: "\47db";
}
.hgi-stroke.hgi-standard.hgi-gymnastic:before {
  content: "\47dd";
}
.hgi-stroke.hgi-standard.hgi-hackerrank:before {
  content: "\47df";
}
.hgi-stroke.hgi-standard.hgi-hair-clips:before {
  content: "\47e1";
}
.hgi-stroke.hgi-standard.hgi-hair-dryer:before {
  content: "\47e3";
}
.hgi-stroke.hgi-standard.hgi-haji:before {
  content: "\47e5";
}
.hgi-stroke.hgi-standard.hgi-halal-lab:before {
  content: "\47e7";
}
.hgi-stroke.hgi-standard.hgi-halal:before {
  content: "\47e9";
}
.hgi-stroke.hgi-standard.hgi-hamburger-01:before {
  content: "\47eb";
}
.hgi-stroke.hgi-standard.hgi-hamburger-02:before {
  content: "\47ed";
}
.hgi-stroke.hgi-standard.hgi-hand-bag-01:before {
  content: "\47ef";
}
.hgi-stroke.hgi-standard.hgi-hand-bag-02:before {
  content: "\47f1";
}
.hgi-stroke.hgi-standard.hgi-hand-beater:before {
  content: "\47f3";
}
.hgi-stroke.hgi-standard.hgi-hand-grip:before {
  content: "\47f5";
}
.hgi-stroke.hgi-standard.hgi-hand-pointing-down-01:before {
  content: "\47f7";
}
.hgi-stroke.hgi-standard.hgi-hand-pointing-down-02:before {
  content: "\47f9";
}
.hgi-stroke.hgi-standard.hgi-hand-pointing-down-03:before {
  content: "\47fb";
}
.hgi-stroke.hgi-standard.hgi-hand-pointing-down-04:before {
  content: "\47fd";
}
.hgi-stroke.hgi-standard.hgi-hand-pointing-left-01:before {
  content: "\47ff";
}
.hgi-stroke.hgi-standard.hgi-hand-pointing-left-02:before {
  content: "\4801";
}
.hgi-stroke.hgi-standard.hgi-hand-pointing-left-03:before {
  content: "\4803";
}
.hgi-stroke.hgi-standard.hgi-hand-pointing-left-04:before {
  content: "\4805";
}
.hgi-stroke.hgi-standard.hgi-hand-pointing-right-01:before {
  content: "\4807";
}
.hgi-stroke.hgi-standard.hgi-hand-pointing-right-02:before {
  content: "\4809";
}
.hgi-stroke.hgi-standard.hgi-hand-pointing-right-03:before {
  content: "\480b";
}
.hgi-stroke.hgi-standard.hgi-hand-pointing-right-04:before {
  content: "\480d";
}
.hgi-stroke.hgi-standard.hgi-hand-prayer:before {
  content: "\480f";
}
.hgi-stroke.hgi-standard.hgi-hand-sanitizer:before {
  content: "\4811";
}
.hgi-stroke.hgi-standard.hgi-handcuffs:before {
  content: "\4813";
}
.hgi-stroke.hgi-standard.hgi-hanger:before {
  content: "\4815";
}
.hgi-stroke.hgi-standard.hgi-hanging-clock:before {
  content: "\4817";
}
.hgi-stroke.hgi-standard.hgi-hangout:before {
  content: "\4819";
}
.hgi-stroke.hgi-standard.hgi-happy:before {
  content: "\481b";
}
.hgi-stroke.hgi-standard.hgi-hard-drive:before {
  content: "\481d";
}
.hgi-stroke.hgi-standard.hgi-hat:before {
  content: "\481f";
}
.hgi-stroke.hgi-standard.hgi-hdd:before {
  content: "\4821";
}
.hgi-stroke.hgi-standard.hgi-hdr-01:before {
  content: "\4823";
}
.hgi-stroke.hgi-standard.hgi-hdr-02:before {
  content: "\4825";
}
.hgi-stroke.hgi-standard.hgi-heading-01:before {
  content: "\4827";
}
.hgi-stroke.hgi-standard.hgi-heading-02:before {
  content: "\4829";
}
.hgi-stroke.hgi-standard.hgi-heading-03:before {
  content: "\482b";
}
.hgi-stroke.hgi-standard.hgi-heading-04:before {
  content: "\482d";
}
.hgi-stroke.hgi-standard.hgi-heading-05:before {
  content: "\482f";
}
.hgi-stroke.hgi-standard.hgi-heading-06:before {
  content: "\4831";
}
.hgi-stroke.hgi-standard.hgi-heading:before {
  content: "\4833";
}
.hgi-stroke.hgi-standard.hgi-headphone-mute:before {
  content: "\4835";
}
.hgi-stroke.hgi-standard.hgi-headphones:before {
  content: "\4837";
}
.hgi-stroke.hgi-standard.hgi-headset-connected:before {
  content: "\4839";
}
.hgi-stroke.hgi-standard.hgi-headset-off:before {
  content: "\483b";
}
.hgi-stroke.hgi-standard.hgi-headset:before {
  content: "\483d";
}
.hgi-stroke.hgi-standard.hgi-healtcare:before {
  content: "\483f";
}
.hgi-stroke.hgi-standard.hgi-health:before {
  content: "\4841";
}
.hgi-stroke.hgi-standard.hgi-heart-add:before {
  content: "\4843";
}
.hgi-stroke.hgi-standard.hgi-heart-check:before {
  content: "\4845";
}
.hgi-stroke.hgi-standard.hgi-heart-remove:before {
  content: "\4847";
}
.hgi-stroke.hgi-standard.hgi-heartbreak:before {
  content: "\4849";
}
.hgi-stroke.hgi-standard.hgi-helicopter:before {
  content: "\484b";
}
.hgi-stroke.hgi-standard.hgi-help-circle:before {
  content: "\484d";
}
.hgi-stroke.hgi-standard.hgi-help-square:before {
  content: "\484f";
}
.hgi-stroke.hgi-standard.hgi-hexagon-01:before {
  content: "\4851";
}
.hgi-stroke.hgi-standard.hgi-hexagon:before {
  content: "\4853";
}
.hgi-stroke.hgi-standard.hgi-hierarchy-circle-01:before {
  content: "\4855";
}
.hgi-stroke.hgi-standard.hgi-hierarchy-circle-02:before {
  content: "\4857";
}
.hgi-stroke.hgi-standard.hgi-hierarchy-circle-03:before {
  content: "\4859";
}
.hgi-stroke.hgi-standard.hgi-hierarchy-files:before {
  content: "\485b";
}
.hgi-stroke.hgi-standard.hgi-hierarchy-square-01:before {
  content: "\485e";
}
.hgi-stroke.hgi-standard.hgi-hierarchy-square-02:before {
  content: "\4860";
}
.hgi-stroke.hgi-standard.hgi-hierarchy-square-03:before {
  content: "\4862";
}
.hgi-stroke.hgi-standard.hgi-hierarchy-square-04:before {
  content: "\4864";
}
.hgi-stroke.hgi-standard.hgi-hierarchy-square-05:before {
  content: "\4866";
}
.hgi-stroke.hgi-standard.hgi-hierarchy-square-06:before {
  content: "\4868";
}
.hgi-stroke.hgi-standard.hgi-hierarchy-square-07:before {
  content: "\486a";
}
.hgi-stroke.hgi-standard.hgi-hierarchy-square-08:before {
  content: "\486c";
}
.hgi-stroke.hgi-standard.hgi-hierarchy-square-10:before {
  content: "\486e";
}
.hgi-stroke.hgi-standard.hgi-hierarchy:before {
  content: "\486f";
}
.hgi-stroke.hgi-standard.hgi-high-heels-01:before {
  content: "\4871";
}
.hgi-stroke.hgi-standard.hgi-high-heels-02:before {
  content: "\4873";
}
.hgi-stroke.hgi-standard.hgi-highlighter:before {
  content: "\4875";
}
.hgi-stroke.hgi-standard.hgi-hijab:before {
  content: "\4877";
}
.hgi-stroke.hgi-standard.hgi-hockey:before {
  content: "\4879";
}
.hgi-stroke.hgi-standard.hgi-hold-01:before {
  content: "\487b";
}
.hgi-stroke.hgi-standard.hgi-hold-02:before {
  content: "\487d";
}
.hgi-stroke.hgi-standard.hgi-hold-03:before {
  content: "\487f";
}
.hgi-stroke.hgi-standard.hgi-hold-04:before {
  content: "\4881";
}
.hgi-stroke.hgi-standard.hgi-hold-05:before {
  content: "\4883";
}
.hgi-stroke.hgi-standard.hgi-hold-locked-01:before {
  content: "\4885";
}
.hgi-stroke.hgi-standard.hgi-hold-locked-02:before {
  content: "\4887";
}
.hgi-stroke.hgi-standard.hgi-hold-phone:before {
  content: "\4889";
}
.hgi-stroke.hgi-standard.hgi-hologram:before {
  content: "\488b";
}
.hgi-stroke.hgi-standard.hgi-home-01:before {
  content: "\488d";
}
.hgi-stroke.hgi-standard.hgi-home-02:before {
  content: "\488f";
}
.hgi-stroke.hgi-standard.hgi-home-03:before {
  content: "\4891";
}
.hgi-stroke.hgi-standard.hgi-home-04:before {
  content: "\4893";
}
.hgi-stroke.hgi-standard.hgi-home-05:before {
  content: "\4895";
}
.hgi-stroke.hgi-standard.hgi-home-06:before {
  content: "\4897";
}
.hgi-stroke.hgi-standard.hgi-home-07:before {
  content: "\4899";
}
.hgi-stroke.hgi-standard.hgi-home-08:before {
  content: "\489b";
}
.hgi-stroke.hgi-standard.hgi-home-09:before {
  content: "\489d";
}
.hgi-stroke.hgi-standard.hgi-home-10:before {
  content: "\489f";
}
.hgi-stroke.hgi-standard.hgi-home-11:before {
  content: "\48a1";
}
.hgi-stroke.hgi-standard.hgi-home-12:before {
  content: "\48a3";
}
.hgi-stroke.hgi-standard.hgi-home-13:before {
  content: "\48a5";
}
.hgi-stroke.hgi-standard.hgi-home-wifi:before {
  content: "\48a7";
}
.hgi-stroke.hgi-standard.hgi-honey-01:before {
  content: "\48a9";
}
.hgi-stroke.hgi-standard.hgi-honey-02:before {
  content: "\48ab";
}
.hgi-stroke.hgi-standard.hgi-honor:before {
  content: "\48ad";
}
.hgi-stroke.hgi-standard.hgi-honour-star:before {
  content: "\48af";
}
.hgi-stroke.hgi-standard.hgi-hoodie:before {
  content: "\48b1";
}
.hgi-stroke.hgi-standard.hgi-horizonal-scroll-point:before {
  content: "\48b3";
}
.hgi-stroke.hgi-standard.hgi-horizontal-resize:before {
  content: "\48b5";
}
.hgi-stroke.hgi-standard.hgi-horse-head:before {
  content: "\48b7";
}
.hgi-stroke.hgi-standard.hgi-horse-saddle:before {
  content: "\48b9";
}
.hgi-stroke.hgi-standard.hgi-horse:before {
  content: "\48bb";
}
.hgi-stroke.hgi-standard.hgi-hospital-01:before {
  content: "\48bd";
}
.hgi-stroke.hgi-standard.hgi-hospital-02:before {
  content: "\48bf";
}
.hgi-stroke.hgi-standard.hgi-hospital-bed-01:before {
  content: "\48c1";
}
.hgi-stroke.hgi-standard.hgi-hospital-bed-02:before {
  content: "\48c3";
}
.hgi-stroke.hgi-standard.hgi-hospital-location:before {
  content: "\48c5";
}
.hgi-stroke.hgi-standard.hgi-hot-air-balloon:before {
  content: "\48c7";
}
.hgi-stroke.hgi-standard.hgi-hot-price:before {
  content: "\48c9";
}
.hgi-stroke.hgi-standard.hgi-hot-tube:before {
  content: "\48cb";
}
.hgi-stroke.hgi-standard.hgi-hotdog:before {
  content: "\48cd";
}
.hgi-stroke.hgi-standard.hgi-hotel-01:before {
  content: "\48cf";
}
.hgi-stroke.hgi-standard.hgi-hotel-02:before {
  content: "\48d1";
}
.hgi-stroke.hgi-standard.hgi-hotel-bell:before {
  content: "\48d3";
}
.hgi-stroke.hgi-standard.hgi-hotspot-offline:before {
  content: "\48d5";
}
.hgi-stroke.hgi-standard.hgi-hotspot:before {
  content: "\48d7";
}
.hgi-stroke.hgi-standard.hgi-hourglass-off:before {
  content: "\48d9";
}
.hgi-stroke.hgi-standard.hgi-hourglass:before {
  content: "\48db";
}
.hgi-stroke.hgi-standard.hgi-house-01:before {
  content: "\48dd";
}
.hgi-stroke.hgi-standard.hgi-house-02:before {
  content: "\48df";
}
.hgi-stroke.hgi-standard.hgi-house-03:before {
  content: "\48e1";
}
.hgi-stroke.hgi-standard.hgi-house-04:before {
  content: "\48e3";
}
.hgi-stroke.hgi-standard.hgi-house-05:before {
  content: "\48e5";
}
.hgi-stroke.hgi-standard.hgi-house-solar-panel:before {
  content: "\48e7";
}
.hgi-stroke.hgi-standard.hgi-html-5:before {
  content: "\48e9";
}
.hgi-stroke.hgi-standard.hgi-hugeicons:before {
  content: "\48eb";
}
.hgi-stroke.hgi-standard.hgi-humidity:before {
  content: "\48ed";
}
.hgi-stroke.hgi-standard.hgi-hut:before {
  content: "\48ef";
}
.hgi-stroke.hgi-standard.hgi-hydro-power:before {
  content: "\48f1";
}
.hgi-stroke.hgi-standard.hgi-hyperbole:before {
  content: "\48f3";
}
.hgi-stroke.hgi-standard.hgi-ice-cream-01:before {
  content: "\48f5";
}
.hgi-stroke.hgi-standard.hgi-ice-cream-02:before {
  content: "\48f7";
}
.hgi-stroke.hgi-standard.hgi-ice-cream-03:before {
  content: "\48f9";
}
.hgi-stroke.hgi-standard.hgi-ice-cream-04:before {
  content: "\48fb";
}
.hgi-stroke.hgi-standard.hgi-ice-cubes:before {
  content: "\48fd";
}
.hgi-stroke.hgi-standard.hgi-ice-hockey:before {
  content: "\48ff";
}
.hgi-stroke.hgi-standard.hgi-ice-skating:before {
  content: "\4901";
}
.hgi-stroke.hgi-standard.hgi-ico:before {
  content: "\4903";
}
.hgi-stroke.hgi-standard.hgi-iconjar:before {
  content: "\4905";
}
.hgi-stroke.hgi-standard.hgi-id-not-verified:before {
  content: "\4907";
}
.hgi-stroke.hgi-standard.hgi-id-verified:before {
  content: "\490a";
}
.hgi-stroke.hgi-standard.hgi-id:before {
  content: "\490b";
}
.hgi-stroke.hgi-standard.hgi-idea-01:before {
  content: "\490d";
}
.hgi-stroke.hgi-standard.hgi-idea:before {
  content: "\490f";
}
.hgi-stroke.hgi-standard.hgi-identification:before {
  content: "\4911";
}
.hgi-stroke.hgi-standard.hgi-identity-card:before {
  content: "\4913";
}
.hgi-stroke.hgi-standard.hgi-image-01:before {
  content: "\4915";
}
.hgi-stroke.hgi-standard.hgi-image-02:before {
  content: "\4917";
}
.hgi-stroke.hgi-standard.hgi-image-03:before {
  content: "\4919";
}
.hgi-stroke.hgi-standard.hgi-image-actual-size:before {
  content: "\491b";
}
.hgi-stroke.hgi-standard.hgi-image-add-01:before {
  content: "\491d";
}
.hgi-stroke.hgi-standard.hgi-image-add-02:before {
  content: "\491f";
}
.hgi-stroke.hgi-standard.hgi-image-composition-oval:before {
  content: "\4921";
}
.hgi-stroke.hgi-standard.hgi-image-composition:before {
  content: "\4923";
}
.hgi-stroke.hgi-standard.hgi-image-counter-clockwise:before {
  content: "\4925";
}
.hgi-stroke.hgi-standard.hgi-image-crop:before {
  content: "\4927";
}
.hgi-stroke.hgi-standard.hgi-image-delete-01:before {
  content: "\4929";
}
.hgi-stroke.hgi-standard.hgi-image-delete-02:before {
  content: "\492b";
}
.hgi-stroke.hgi-standard.hgi-image-done-01:before {
  content: "\492d";
}
.hgi-stroke.hgi-standard.hgi-image-done-02:before {
  content: "\492f";
}
.hgi-stroke.hgi-standard.hgi-image-download-02:before {
  content: "\4931";
}
.hgi-stroke.hgi-standard.hgi-image-download:before {
  content: "\4933";
}
.hgi-stroke.hgi-standard.hgi-image-flip -horizontal:before {
  content: "\4935";
}
.hgi-stroke.hgi-standard.hgi-image-flip-vertical:before {
  content: "\4937";
}
.hgi-stroke.hgi-standard.hgi-image-not-found-01:before {
  content: "\4939";
}
.hgi-stroke.hgi-standard.hgi-image-not-found-02:before {
  content: "\493b";
}
.hgi-stroke.hgi-standard.hgi-image-remove-01:before {
  content: "\493d";
}
.hgi-stroke.hgi-standard.hgi-image-remove-02:before {
  content: "\493f";
}
.hgi-stroke.hgi-standard.hgi-image-rotation-clockwise:before {
  content: "\4941";
}
.hgi-stroke.hgi-standard.hgi-image-upload-01:before {
  content: "\4943";
}
.hgi-stroke.hgi-standard.hgi-image-upload:before {
  content: "\4945";
}
.hgi-stroke.hgi-standard.hgi-imo:before {
  content: "\4947";
}
.hgi-stroke.hgi-standard.hgi-important-book:before {
  content: "\4949";
}
.hgi-stroke.hgi-standard.hgi-in-love:before {
  content: "\494b";
}
.hgi-stroke.hgi-standard.hgi-inbox-check:before {
  content: "\494d";
}
.hgi-stroke.hgi-standard.hgi-inbox-download:before {
  content: "\494f";
}
.hgi-stroke.hgi-standard.hgi-inbox-unread:before {
  content: "\4952";
}
.hgi-stroke.hgi-standard.hgi-inbox-upload:before {
  content: "\4954";
}
.hgi-stroke.hgi-standard.hgi-inbox:before {
  content: "\4955";
}
.hgi-stroke.hgi-standard.hgi-incognito:before {
  content: "\4957";
}
.hgi-stroke.hgi-standard.hgi-india-gate:before {
  content: "\4959";
}
.hgi-stroke.hgi-standard.hgi-inequality-01:before {
  content: "\495b";
}
.hgi-stroke.hgi-standard.hgi-inequality-02:before {
  content: "\495d";
}
.hgi-stroke.hgi-standard.hgi-inequality-circle-01:before {
  content: "\495f";
}
.hgi-stroke.hgi-standard.hgi-inequality-circle-02:before {
  content: "\4961";
}
.hgi-stroke.hgi-standard.hgi-inequality-square-01:before {
  content: "\4963";
}
.hgi-stroke.hgi-standard.hgi-inequality-square-02:before {
  content: "\4965";
}
.hgi-stroke.hgi-standard.hgi-infant:before {
  content: "\4967";
}
.hgi-stroke.hgi-standard.hgi-infinity-01:before {
  content: "\4969";
}
.hgi-stroke.hgi-standard.hgi-infinity-02:before {
  content: "\496b";
}
.hgi-stroke.hgi-standard.hgi-infinity-circle:before {
  content: "\496d";
}
.hgi-stroke.hgi-standard.hgi-infinity-square:before {
  content: "\496f";
}
.hgi-stroke.hgi-standard.hgi-information-circle:before {
  content: "\4971";
}
.hgi-stroke.hgi-standard.hgi-information-diamond:before {
  content: "\4973";
}
.hgi-stroke.hgi-standard.hgi-information-square:before {
  content: "\4975";
}
.hgi-stroke.hgi-standard.hgi-injection:before {
  content: "\4977";
}
.hgi-stroke.hgi-standard.hgi-insert-bottom-image:before {
  content: "\4979";
}
.hgi-stroke.hgi-standard.hgi-insert-center-image:before {
  content: "\497b";
}
.hgi-stroke.hgi-standard.hgi-insert-column-left:before {
  content: "\497d";
}
.hgi-stroke.hgi-standard.hgi-insert-column:before {
  content: "\497f";
}
.hgi-stroke.hgi-standard.hgi-insert-pi:before {
  content: "\4981";
}
.hgi-stroke.hgi-standard.hgi-insert-row-down:before {
  content: "\4983";
}
.hgi-stroke.hgi-standard.hgi-insert-row-up:before {
  content: "\4986";
}
.hgi-stroke.hgi-standard.hgi-insert-row:before {
  content: "\4987";
}
.hgi-stroke.hgi-standard.hgi-insert-top-image:before {
  content: "\4989";
}
.hgi-stroke.hgi-standard.hgi-inspect-code:before {
  content: "\498b";
}
.hgi-stroke.hgi-standard.hgi-instagram:before {
  content: "\498d";
}
.hgi-stroke.hgi-standard.hgi-installing-updates-01:before {
  content: "\498f";
}
.hgi-stroke.hgi-standard.hgi-installing-updates-02:before {
  content: "\4991";
}
.hgi-stroke.hgi-standard.hgi-internet-antenna-01:before {
  content: "\4993";
}
.hgi-stroke.hgi-standard.hgi-internet-antenna-02:before {
  content: "\4995";
}
.hgi-stroke.hgi-standard.hgi-internet-antenna-03:before {
  content: "\4997";
}
.hgi-stroke.hgi-standard.hgi-internet-antenna-04:before {
  content: "\4999";
}
.hgi-stroke.hgi-standard.hgi-internet:before {
  content: "\499b";
}
.hgi-stroke.hgi-standard.hgi-investigation:before {
  content: "\499d";
}
.hgi-stroke.hgi-standard.hgi-invoice-01:before {
  content: "\499f";
}
.hgi-stroke.hgi-standard.hgi-invoice-02:before {
  content: "\49a1";
}
.hgi-stroke.hgi-standard.hgi-invoice-03:before {
  content: "\49a3";
}
.hgi-stroke.hgi-standard.hgi-invoice-04:before {
  content: "\49a5";
}
.hgi-stroke.hgi-standard.hgi-invoice:before {
  content: "\49a7";
}
.hgi-stroke.hgi-standard.hgi-ipod:before {
  content: "\49a9";
}
.hgi-stroke.hgi-standard.hgi-iris-scan:before {
  content: "\49ab";
}
.hgi-stroke.hgi-standard.hgi-island:before {
  content: "\49ad";
}
.hgi-stroke.hgi-standard.hgi-jar:before {
  content: "\49af";
}
.hgi-stroke.hgi-standard.hgi-java-script:before {
  content: "\49b1";
}
.hgi-stroke.hgi-standard.hgi-java:before {
  content: "\49b3";
}
.hgi-stroke.hgi-standard.hgi-job-link:before {
  content: "\49b5";
}
.hgi-stroke.hgi-standard.hgi-job-search:before {
  content: "\49b7";
}
.hgi-stroke.hgi-standard.hgi-job-share:before {
  content: "\49b9";
}
.hgi-stroke.hgi-standard.hgi-jogger-pants:before {
  content: "\49bb";
}
.hgi-stroke.hgi-standard.hgi-join-bevel:before {
  content: "\49bd";
}
.hgi-stroke.hgi-standard.hgi-join-round:before {
  content: "\49bf";
}
.hgi-stroke.hgi-standard.hgi-join-straight:before {
  content: "\49c1";
}
.hgi-stroke.hgi-standard.hgi-joker:before {
  content: "\49c3";
}
.hgi-stroke.hgi-standard.hgi-joystick-01:before {
  content: "\49c5";
}
.hgi-stroke.hgi-standard.hgi-joystick-02:before {
  content: "\49c7";
}
.hgi-stroke.hgi-standard.hgi-joystick-03:before {
  content: "\49c9";
}
.hgi-stroke.hgi-standard.hgi-joystick-04:before {
  content: "\49cb";
}
.hgi-stroke.hgi-standard.hgi-joystick-05:before {
  content: "\49cd";
}
.hgi-stroke.hgi-standard.hgi-jpg-01:before {
  content: "\49cf";
}
.hgi-stroke.hgi-standard.hgi-jpg-02:before {
  content: "\49d1";
}
.hgi-stroke.hgi-standard.hgi-jsx-01:before {
  content: "\49d3";
}
.hgi-stroke.hgi-standard.hgi-jsx-02:before {
  content: "\49d5";
}
.hgi-stroke.hgi-standard.hgi-jsx-03:before {
  content: "\49d7";
}
.hgi-stroke.hgi-standard.hgi-judge:before {
  content: "\49d9";
}
.hgi-stroke.hgi-standard.hgi-jumpers:before {
  content: "\49db";
}
.hgi-stroke.hgi-standard.hgi-jupiter:before {
  content: "\49dd";
}
.hgi-stroke.hgi-standard.hgi-justice-scale-01:before {
  content: "\49df";
}
.hgi-stroke.hgi-standard.hgi-justice-scale-02:before {
  content: "\49e1";
}
.hgi-stroke.hgi-standard.hgi-kaaba-01:before {
  content: "\49e3";
}
.hgi-stroke.hgi-standard.hgi-kaaba-02:before {
  content: "\49e5";
}
.hgi-stroke.hgi-standard.hgi-kanban:before {
  content: "\49e7";
}
.hgi-stroke.hgi-standard.hgi-kayak:before {
  content: "\49e9";
}
.hgi-stroke.hgi-standard.hgi-keffiyeh:before {
  content: "\49eb";
}
.hgi-stroke.hgi-standard.hgi-kettle-01:before {
  content: "\49ed";
}
.hgi-stroke.hgi-standard.hgi-kettle:before {
  content: "\49ef";
}
.hgi-stroke.hgi-standard.hgi-kettlebell:before {
  content: "\49f1";
}
.hgi-stroke.hgi-standard.hgi-ketupat:before {
  content: "\49f3";
}
.hgi-stroke.hgi-standard.hgi-key-01:before {
  content: "\49f5";
}
.hgi-stroke.hgi-standard.hgi-key-02:before {
  content: "\49f7";
}
.hgi-stroke.hgi-standard.hgi-key-generator-fob:before {
  content: "\49f9";
}
.hgi-stroke.hgi-standard.hgi-keyboard:before {
  content: "\49fb";
}
.hgi-stroke.hgi-standard.hgi-keyframe-add:before {
  content: "\49fd";
}
.hgi-stroke.hgi-standard.hgi-keyframe-align-center:before {
  content: "\49ff";
}
.hgi-stroke.hgi-standard.hgi-keyframe-align-horizontal:before {
  content: "\4a01";
}
.hgi-stroke.hgi-standard.hgi-keyframe-align-vertical:before {
  content: "\4a03";
}
.hgi-stroke.hgi-standard.hgi-keyframe-bottom:before {
  content: "\4a05";
}
.hgi-stroke.hgi-standard.hgi-keyframe-left:before {
  content: "\4a07";
}
.hgi-stroke.hgi-standard.hgi-keyframe-remove:before {
  content: "\4a09";
}
.hgi-stroke.hgi-standard.hgi-keyframe-right:before {
  content: "\4a0b";
}
.hgi-stroke.hgi-standard.hgi-keyframe-top:before {
  content: "\4a0e";
}
.hgi-stroke.hgi-standard.hgi-keyframe:before {
  content: "\4a0f";
}
.hgi-stroke.hgi-standard.hgi-keyframes-double-add:before {
  content: "\4a11";
}
.hgi-stroke.hgi-standard.hgi-keyframes-double-remove:before {
  content: "\4a13";
}
.hgi-stroke.hgi-standard.hgi-keyframes-double:before {
  content: "\4a15";
}
.hgi-stroke.hgi-standard.hgi-keyframes-multiple-add:before {
  content: "\4a17";
}
.hgi-stroke.hgi-standard.hgi-keyframes-multiple-remove:before {
  content: "\4a19";
}
.hgi-stroke.hgi-standard.hgi-keyframes-multiple:before {
  content: "\4a1b";
}
.hgi-stroke.hgi-standard.hgi-kickstarter-01:before {
  content: "\4a1d";
}
.hgi-stroke.hgi-standard.hgi-kickstarter-02:before {
  content: "\4a1f";
}
.hgi-stroke.hgi-standard.hgi-kid:before {
  content: "\4a21";
}
.hgi-stroke.hgi-standard.hgi-kidneys:before {
  content: "\4a23";
}
.hgi-stroke.hgi-standard.hgi-kissing:before {
  content: "\4a25";
}
.hgi-stroke.hgi-standard.hgi-kitchen-utensils:before {
  content: "\4a27";
}
.hgi-stroke.hgi-standard.hgi-kite:before {
  content: "\4a29";
}
.hgi-stroke.hgi-standard.hgi-klarna:before {
  content: "\4a2b";
}
.hgi-stroke.hgi-standard.hgi-knife-01:before {
  content: "\4a2d";
}
.hgi-stroke.hgi-standard.hgi-knife-02:before {
  content: "\4a2f";
}
.hgi-stroke.hgi-standard.hgi-knife-bread:before {
  content: "\4a31";
}
.hgi-stroke.hgi-standard.hgi-knight-shield:before {
  content: "\4a33";
}
.hgi-stroke.hgi-standard.hgi-knives:before {
  content: "\4a35";
}
.hgi-stroke.hgi-standard.hgi-knowledge-01:before {
  content: "\4a37";
}
.hgi-stroke.hgi-standard.hgi-knowledge-02:before {
  content: "\4a39";
}
.hgi-stroke.hgi-standard.hgi-ko-fi:before {
  content: "\4a3b";
}
.hgi-stroke.hgi-standard.hgi-kurta-01:before {
  content: "\4a3d";
}
.hgi-stroke.hgi-standard.hgi-kurta:before {
  content: "\4a3f";
}
.hgi-stroke.hgi-standard.hgi-label-important:before {
  content: "\4a41";
}
.hgi-stroke.hgi-standard.hgi-label:before {
  content: "\4a43";
}
.hgi-stroke.hgi-standard.hgi-labor:before {
  content: "\4a45";
}
.hgi-stroke.hgi-standard.hgi-labs:before {
  content: "\4a47";
}
.hgi-stroke.hgi-standard.hgi-lake:before {
  content: "\4a49";
}
.hgi-stroke.hgi-standard.hgi-lamp-01:before {
  content: "\4a4b";
}
.hgi-stroke.hgi-standard.hgi-lamp-02:before {
  content: "\4a4d";
}
.hgi-stroke.hgi-standard.hgi-lamp-03:before {
  content: "\4a4f";
}
.hgi-stroke.hgi-standard.hgi-lamp-04:before {
  content: "\4a51";
}
.hgi-stroke.hgi-standard.hgi-lamp-05:before {
  content: "\4a53";
}
.hgi-stroke.hgi-standard.hgi-lamp:before {
  content: "\4a55";
}
.hgi-stroke.hgi-standard.hgi-language-circle:before {
  content: "\4a57";
}
.hgi-stroke.hgi-standard.hgi-language-skill:before {
  content: "\4a59";
}
.hgi-stroke.hgi-standard.hgi-language-square:before {
  content: "\4a5b";
}
.hgi-stroke.hgi-standard.hgi-lantern:before {
  content: "\4a5d";
}
.hgi-stroke.hgi-standard.hgi-laptop-add:before {
  content: "\4a5f";
}
.hgi-stroke.hgi-standard.hgi-laptop-charging:before {
  content: "\4a61";
}
.hgi-stroke.hgi-standard.hgi-laptop-check:before {
  content: "\4a63";
}
.hgi-stroke.hgi-standard.hgi-laptop-cloud:before {
  content: "\4a65";
}
.hgi-stroke.hgi-standard.hgi-laptop-issue:before {
  content: "\4a67";
}
.hgi-stroke.hgi-standard.hgi-laptop-performance:before {
  content: "\4a69";
}
.hgi-stroke.hgi-standard.hgi-laptop-phone-sync:before {
  content: "\4a6b";
}
.hgi-stroke.hgi-standard.hgi-laptop-programming:before {
  content: "\4a6d";
}
.hgi-stroke.hgi-standard.hgi-laptop-remove:before {
  content: "\4a6f";
}
.hgi-stroke.hgi-standard.hgi-laptop-settings:before {
  content: "\4a72";
}
.hgi-stroke.hgi-standard.hgi-laptop-video:before {
  content: "\4a74";
}
.hgi-stroke.hgi-standard.hgi-laptop:before {
  content: "\4a75";
}
.hgi-stroke.hgi-standard.hgi-lasso-tool-01:before {
  content: "\4a77";
}
.hgi-stroke.hgi-standard.hgi-lasso-tool-02:before {
  content: "\4a79";
}
.hgi-stroke.hgi-standard.hgi-last-fm:before {
  content: "\4a7b";
}
.hgi-stroke.hgi-standard.hgi-latitude:before {
  content: "\4a7d";
}
.hgi-stroke.hgi-standard.hgi-laughing:before {
  content: "\4a7f";
}
.hgi-stroke.hgi-standard.hgi-laurel-wreath-01:before {
  content: "\4a81";
}
.hgi-stroke.hgi-standard.hgi-laurel-wreath-02:before {
  content: "\4a83";
}
.hgi-stroke.hgi-standard.hgi-laurel-wreath-first-01:before {
  content: "\4a85";
}
.hgi-stroke.hgi-standard.hgi-laurel-wreath-first-02:before {
  content: "\4a87";
}
.hgi-stroke.hgi-standard.hgi-laurel-wreath-left-01:before {
  content: "\4a89";
}
.hgi-stroke.hgi-standard.hgi-laurel-wreath-left-02:before {
  content: "\4a8b";
}
.hgi-stroke.hgi-standard.hgi-laurel-wreath-left-03:before {
  content: "\4a8d";
}
.hgi-stroke.hgi-standard.hgi-laurel-wreath-right-01:before {
  content: "\4a8f";
}
.hgi-stroke.hgi-standard.hgi-laurel-wreath-right-02:before {
  content: "\4a91";
}
.hgi-stroke.hgi-standard.hgi-laurel-wreath-right-03:before {
  content: "\4a93";
}
.hgi-stroke.hgi-standard.hgi-layer-add:before {
  content: "\4a95";
}
.hgi-stroke.hgi-standard.hgi-layer-mask-01:before {
  content: "\4a97";
}
.hgi-stroke.hgi-standard.hgi-layer-mask-02:before {
  content: "\4a99";
}
.hgi-stroke.hgi-standard.hgi-layers-01:before {
  content: "\4a9b";
}
.hgi-stroke.hgi-standard.hgi-layers-02:before {
  content: "\4a9d";
}
.hgi-stroke.hgi-standard.hgi-layers-logo:before {
  content: "\4a9f";
}
.hgi-stroke.hgi-standard.hgi-layout-01:before {
  content: "\4aa1";
}
.hgi-stroke.hgi-standard.hgi-layout-02:before {
  content: "\4aa3";
}
.hgi-stroke.hgi-standard.hgi-layout-03:before {
  content: "\4aa5";
}
.hgi-stroke.hgi-standard.hgi-layout-04:before {
  content: "\4aa7";
}
.hgi-stroke.hgi-standard.hgi-layout-05:before {
  content: "\4aa9";
}
.hgi-stroke.hgi-standard.hgi-layout-06:before {
  content: "\4aab";
}
.hgi-stroke.hgi-standard.hgi-layout-07:before {
  content: "\4aad";
}
.hgi-stroke.hgi-standard.hgi-layout-2-column:before {
  content: "\4aaf";
}
.hgi-stroke.hgi-standard.hgi-layout-2-row:before {
  content: "\4ab1";
}
.hgi-stroke.hgi-standard.hgi-layout-3-column:before {
  content: "\4ab3";
}
.hgi-stroke.hgi-standard.hgi-layout-3-row:before {
  content: "\4ab5";
}
.hgi-stroke.hgi-standard.hgi-layout-bottom:before {
  content: "\4ab7";
}
.hgi-stroke.hgi-standard.hgi-layout-grid:before {
  content: "\4ab9";
}
.hgi-stroke.hgi-standard.hgi-layout-left:before {
  content: "\4abb";
}
.hgi-stroke.hgi-standard.hgi-layout-right:before {
  content: "\4abd";
}
.hgi-stroke.hgi-standard.hgi-layout-table-01:before {
  content: "\4abf";
}
.hgi-stroke.hgi-standard.hgi-layout-table-02:before {
  content: "\4ac1";
}
.hgi-stroke.hgi-standard.hgi-layout-top:before {
  content: "\4ac3";
}
.hgi-stroke.hgi-standard.hgi-leaf-01:before {
  content: "\4ac5";
}
.hgi-stroke.hgi-standard.hgi-leaf-02:before {
  content: "\4ac7";
}
.hgi-stroke.hgi-standard.hgi-leaf-03:before {
  content: "\4ac9";
}
.hgi-stroke.hgi-standard.hgi-leaf-04:before {
  content: "\4acb";
}
.hgi-stroke.hgi-standard.hgi-leaving-geo-fence:before {
  content: "\4acd";
}
.hgi-stroke.hgi-standard.hgi-leetcode:before {
  content: "\4acf";
}
.hgi-stroke.hgi-standard.hgi-left-angle:before {
  content: "\4ad1";
}
.hgi-stroke.hgi-standard.hgi-left-to-right-block-quote:before {
  content: "\4ad3";
}
.hgi-stroke.hgi-standard.hgi-left-to-right-list-bullet:before {
  content: "\4ad5";
}
.hgi-stroke.hgi-standard.hgi-left-to-right-list-dash:before {
  content: "\4ad7";
}
.hgi-stroke.hgi-standard.hgi-left-to-right-list-number:before {
  content: "\4ad9";
}
.hgi-stroke.hgi-standard.hgi-left-to-right-list-star-01:before {
  content: "\4adb";
}
.hgi-stroke.hgi-standard.hgi-left-to-right-list-star:before {
  content: "\4add";
}
.hgi-stroke.hgi-standard.hgi-left-to-right-list-triangle:before {
  content: "\4adf";
}
.hgi-stroke.hgi-standard.hgi-left-triangle:before {
  content: "\4ae1";
}
.hgi-stroke.hgi-standard.hgi-legal-01:before {
  content: "\4ae3";
}
.hgi-stroke.hgi-standard.hgi-legal-02:before {
  content: "\4ae5";
}
.hgi-stroke.hgi-standard.hgi-legal-document-01:before {
  content: "\4ae7";
}
.hgi-stroke.hgi-standard.hgi-legal-document-02:before {
  content: "\4ae9";
}
.hgi-stroke.hgi-standard.hgi-legal-hammer:before {
  content: "\4aeb";
}
.hgi-stroke.hgi-standard.hgi-less-than-circle:before {
  content: "\4aed";
}
.hgi-stroke.hgi-standard.hgi-less-than-square:before {
  content: "\4af0";
}
.hgi-stroke.hgi-standard.hgi-less-than:before {
  content: "\4af1";
}
.hgi-stroke.hgi-standard.hgi-letter-spacing:before {
  content: "\4af3";
}
.hgi-stroke.hgi-standard.hgi-libraries:before {
  content: "\4af5";
}
.hgi-stroke.hgi-standard.hgi-library:before {
  content: "\4af7";
}
.hgi-stroke.hgi-standard.hgi-license-draft:before {
  content: "\4af9";
}
.hgi-stroke.hgi-standard.hgi-license-maintenance:before {
  content: "\4afb";
}
.hgi-stroke.hgi-standard.hgi-license-no:before {
  content: "\4afd";
}
.hgi-stroke.hgi-standard.hgi-license-pin:before {
  content: "\4aff";
}
.hgi-stroke.hgi-standard.hgi-license-third-party:before {
  content: "\4b02";
}
.hgi-stroke.hgi-standard.hgi-license:before {
  content: "\4b03";
}
.hgi-stroke.hgi-standard.hgi-lift-truck:before {
  content: "\4b05";
}
.hgi-stroke.hgi-standard.hgi-lighthouse:before {
  content: "\4b07";
}
.hgi-stroke.hgi-standard.hgi-limit-order:before {
  content: "\4b09";
}
.hgi-stroke.hgi-standard.hgi-limitation:before {
  content: "\4b0b";
}
.hgi-stroke.hgi-standard.hgi-line:before {
  content: "\4b0d";
}
.hgi-stroke.hgi-standard.hgi-liner:before {
  content: "\4b0f";
}
.hgi-stroke.hgi-standard.hgi-link-01:before {
  content: "\4b11";
}
.hgi-stroke.hgi-standard.hgi-link-02:before {
  content: "\4b13";
}
.hgi-stroke.hgi-standard.hgi-link-03:before {
  content: "\4b15";
}
.hgi-stroke.hgi-standard.hgi-link-04:before {
  content: "\4b17";
}
.hgi-stroke.hgi-standard.hgi-link-05:before {
  content: "\4b19";
}
.hgi-stroke.hgi-standard.hgi-link-06:before {
  content: "\4b1b";
}
.hgi-stroke.hgi-standard.hgi-link-backward:before {
  content: "\4b1d";
}
.hgi-stroke.hgi-standard.hgi-link-circle-02:before {
  content: "\4b1f";
}
.hgi-stroke.hgi-standard.hgi-link-circle:before {
  content: "\4b21";
}
.hgi-stroke.hgi-standard.hgi-link-forward:before {
  content: "\4b23";
}
.hgi-stroke.hgi-standard.hgi-link-square-01:before {
  content: "\4b25";
}
.hgi-stroke.hgi-standard.hgi-link-square-02:before {
  content: "\4b27";
}
.hgi-stroke.hgi-standard.hgi-linkedin-01:before {
  content: "\4b29";
}
.hgi-stroke.hgi-standard.hgi-linkedin-02:before {
  content: "\4b2b";
}
.hgi-stroke.hgi-standard.hgi-list-setting:before {
  content: "\4b2d";
}
.hgi-stroke.hgi-standard.hgi-list-view:before {
  content: "\4b2f";
}
.hgi-stroke.hgi-standard.hgi-litecoin:before {
  content: "\4b31";
}
.hgi-stroke.hgi-standard.hgi-live-streaming-01:before {
  content: "\4b33";
}
.hgi-stroke.hgi-standard.hgi-live-streaming-02:before {
  content: "\4b35";
}
.hgi-stroke.hgi-standard.hgi-live-streaming-03:before {
  content: "\4b37";
}
.hgi-stroke.hgi-standard.hgi-liver:before {
  content: "\4b39";
}
.hgi-stroke.hgi-standard.hgi-loading-01:before {
  content: "\4b3b";
}
.hgi-stroke.hgi-standard.hgi-loading-02:before {
  content: "\4b3d";
}
.hgi-stroke.hgi-standard.hgi-loading-03:before {
  content: "\4b3f";
}
.hgi-stroke.hgi-standard.hgi-loading-04:before {
  content: "\4b41";
}
.hgi-stroke.hgi-standard.hgi-location-01:before {
  content: "\4b43";
}
.hgi-stroke.hgi-standard.hgi-location-02:before {
  content: "\4b45";
}
.hgi-stroke.hgi-standard.hgi-location-03:before {
  content: "\4b47";
}
.hgi-stroke.hgi-standard.hgi-location-04:before {
  content: "\4b49";
}
.hgi-stroke.hgi-standard.hgi-location-05:before {
  content: "\4b4b";
}
.hgi-stroke.hgi-standard.hgi-location-06:before {
  content: "\4b4d";
}
.hgi-stroke.hgi-standard.hgi-location-07:before {
  content: "\4b4f";
}
.hgi-stroke.hgi-standard.hgi-location-08:before {
  content: "\4b51";
}
.hgi-stroke.hgi-standard.hgi-location-09:before {
  content: "\4b53";
}
.hgi-stroke.hgi-standard.hgi-location-10:before {
  content: "\4b55";
}
.hgi-stroke.hgi-standard.hgi-location-add-01:before {
  content: "\4b57";
}
.hgi-stroke.hgi-standard.hgi-location-add-02:before {
  content: "\4b59";
}
.hgi-stroke.hgi-standard.hgi-location-check-01:before {
  content: "\4b5b";
}
.hgi-stroke.hgi-standard.hgi-location-check-02:before {
  content: "\4b5d";
}
.hgi-stroke.hgi-standard.hgi-location-favourite-01:before {
  content: "\4b5f";
}
.hgi-stroke.hgi-standard.hgi-location-favourite-02:before {
  content: "\4b61";
}
.hgi-stroke.hgi-standard.hgi-location-offline-01:before {
  content: "\4b63";
}
.hgi-stroke.hgi-standard.hgi-location-offline-02:before {
  content: "\4b65";
}
.hgi-stroke.hgi-standard.hgi-location-offline-03:before {
  content: "\4b67";
}
.hgi-stroke.hgi-standard.hgi-location-offline-04:before {
  content: "\4b69";
}
.hgi-stroke.hgi-standard.hgi-location-remove-01:before {
  content: "\4b6b";
}
.hgi-stroke.hgi-standard.hgi-location-remove-02:before {
  content: "\4b6d";
}
.hgi-stroke.hgi-standard.hgi-location-share-01:before {
  content: "\4b6f";
}
.hgi-stroke.hgi-standard.hgi-location-share-02:before {
  content: "\4b71";
}
.hgi-stroke.hgi-standard.hgi-location-star-01:before {
  content: "\4b73";
}
.hgi-stroke.hgi-standard.hgi-location-star-02:before {
  content: "\4b75";
}
.hgi-stroke.hgi-standard.hgi-location-update-01:before {
  content: "\4b77";
}
.hgi-stroke.hgi-standard.hgi-location-update-02:before {
  content: "\4b79";
}
.hgi-stroke.hgi-standard.hgi-location-user-01:before {
  content: "\4b7b";
}
.hgi-stroke.hgi-standard.hgi-location-user-02:before {
  content: "\4b7d";
}
.hgi-stroke.hgi-standard.hgi-location-user-03:before {
  content: "\4b7f";
}
.hgi-stroke.hgi-standard.hgi-location-user-04:before {
  content: "\4b81";
}
.hgi-stroke.hgi-standard.hgi-lock-computer:before {
  content: "\4b83";
}
.hgi-stroke.hgi-standard.hgi-lock-key:before {
  content: "\4b85";
}
.hgi-stroke.hgi-standard.hgi-lock-password:before {
  content: "\4b87";
}
.hgi-stroke.hgi-standard.hgi-lock-sync-01:before {
  content: "\4b8a";
}
.hgi-stroke.hgi-standard.hgi-lock-sync-02:before {
  content: "\4b8c";
}
.hgi-stroke.hgi-standard.hgi-lock:before {
  content: "\4b8d";
}
.hgi-stroke.hgi-standard.hgi-locked:before {
  content: "\4b8f";
}
.hgi-stroke.hgi-standard.hgi-locker-01:before {
  content: "\4b91";
}
.hgi-stroke.hgi-standard.hgi-locker:before {
  content: "\4b93";
}
.hgi-stroke.hgi-standard.hgi-login-01:before {
  content: "\4b95";
}
.hgi-stroke.hgi-standard.hgi-login-02:before {
  content: "\4b97";
}
.hgi-stroke.hgi-standard.hgi-login-03:before {
  content: "\4b99";
}
.hgi-stroke.hgi-standard.hgi-login-circle-01:before {
  content: "\4b9b";
}
.hgi-stroke.hgi-standard.hgi-login-circle-02:before {
  content: "\4b9d";
}
.hgi-stroke.hgi-standard.hgi-login-method:before {
  content: "\4b9f";
}
.hgi-stroke.hgi-standard.hgi-login-square-01:before {
  content: "\4ba1";
}
.hgi-stroke.hgi-standard.hgi-login-square-02:before {
  content: "\4ba3";
}
.hgi-stroke.hgi-standard.hgi-logout-01:before {
  content: "\4ba5";
}
.hgi-stroke.hgi-standard.hgi-logout-02:before {
  content: "\4ba7";
}
.hgi-stroke.hgi-standard.hgi-logout-03:before {
  content: "\4ba9";
}
.hgi-stroke.hgi-standard.hgi-logout-04:before {
  content: "\4bab";
}
.hgi-stroke.hgi-standard.hgi-logout-05:before {
  content: "\4bad";
}
.hgi-stroke.hgi-standard.hgi-logout-circle-01:before {
  content: "\4baf";
}
.hgi-stroke.hgi-standard.hgi-logout-circle-02:before {
  content: "\4bb1";
}
.hgi-stroke.hgi-standard.hgi-logout-square-01:before {
  content: "\4bb3";
}
.hgi-stroke.hgi-standard.hgi-logout-square-02:before {
  content: "\4bb5";
}
.hgi-stroke.hgi-standard.hgi-lollipop:before {
  content: "\4bb7";
}
.hgi-stroke.hgi-standard.hgi-long-sleeve-shirt:before {
  content: "\4bb9";
}
.hgi-stroke.hgi-standard.hgi-longitude:before {
  content: "\4bbb";
}
.hgi-stroke.hgi-standard.hgi-look-bottom:before {
  content: "\4bbd";
}
.hgi-stroke.hgi-standard.hgi-look-left:before {
  content: "\4bbf";
}
.hgi-stroke.hgi-standard.hgi-look-right:before {
  content: "\4bc1";
}
.hgi-stroke.hgi-standard.hgi-look-top:before {
  content: "\4bc3";
}
.hgi-stroke.hgi-standard.hgi-loom:before {
  content: "\4bc5";
}
.hgi-stroke.hgi-standard.hgi-lottiefiles:before {
  content: "\4bc7";
}
.hgi-stroke.hgi-standard.hgi-love-korean-finger:before {
  content: "\4bc9";
}
.hgi-stroke.hgi-standard.hgi-low-signal:before {
  content: "\4bcb";
}
.hgi-stroke.hgi-standard.hgi-loyalty-card:before {
  content: "\4bcd";
}
.hgi-stroke.hgi-standard.hgi-luggage-01:before {
  content: "\4bcf";
}
.hgi-stroke.hgi-standard.hgi-luggage-02:before {
  content: "\4bd1";
}
.hgi-stroke.hgi-standard.hgi-lungs:before {
  content: "\4bd3";
}
.hgi-stroke.hgi-standard.hgi-machine-robot:before {
  content: "\4bd5";
}
.hgi-stroke.hgi-standard.hgi-magic-wand-01:before {
  content: "\4bd7";
}
.hgi-stroke.hgi-standard.hgi-magic-wand-02:before {
  content: "\4bd9";
}
.hgi-stroke.hgi-standard.hgi-magic-wand-03:before {
  content: "\4bdb";
}
.hgi-stroke.hgi-standard.hgi-magic-wand-04:before {
  content: "\4bdd";
}
.hgi-stroke.hgi-standard.hgi-magnet-01:before {
  content: "\4bdf";
}
.hgi-stroke.hgi-standard.hgi-magnet-02:before {
  content: "\4be1";
}
.hgi-stroke.hgi-standard.hgi-magnet:before {
  content: "\4be3";
}
.hgi-stroke.hgi-standard.hgi-mail-01:before {
  content: "\4be5";
}
.hgi-stroke.hgi-standard.hgi-mail-02:before {
  content: "\4be7";
}
.hgi-stroke.hgi-standard.hgi-mail-account-01:before {
  content: "\4be9";
}
.hgi-stroke.hgi-standard.hgi-mail-account-02:before {
  content: "\4beb";
}
.hgi-stroke.hgi-standard.hgi-mail-add-01:before {
  content: "\4bed";
}
.hgi-stroke.hgi-standard.hgi-mail-add-02:before {
  content: "\4bef";
}
.hgi-stroke.hgi-standard.hgi-mail-at-sign-01:before {
  content: "\4bf1";
}
.hgi-stroke.hgi-standard.hgi-mail-at-sign-02:before {
  content: "\4bf3";
}
.hgi-stroke.hgi-standard.hgi-mail-block-01:before {
  content: "\4bf5";
}
.hgi-stroke.hgi-standard.hgi-mail-block-02:before {
  content: "\4bf7";
}
.hgi-stroke.hgi-standard.hgi-mail-download-01:before {
  content: "\4bf9";
}
.hgi-stroke.hgi-standard.hgi-mail-download-02:before {
  content: "\4bfb";
}
.hgi-stroke.hgi-standard.hgi-mail-edit-01:before {
  content: "\4bfd";
}
.hgi-stroke.hgi-standard.hgi-mail-edit-02:before {
  content: "\4bff";
}
.hgi-stroke.hgi-standard.hgi-mail-lock-01:before {
  content: "\4c01";
}
.hgi-stroke.hgi-standard.hgi-mail-lock-02:before {
  content: "\4c03";
}
.hgi-stroke.hgi-standard.hgi-mail-love-01:before {
  content: "\4c05";
}
.hgi-stroke.hgi-standard.hgi-mail-love-02:before {
  content: "\4c07";
}
.hgi-stroke.hgi-standard.hgi-mail-minus-01:before {
  content: "\4c09";
}
.hgi-stroke.hgi-standard.hgi-mail-minus-02:before {
  content: "\4c0b";
}
.hgi-stroke.hgi-standard.hgi-mail-open-01:before {
  content: "\4c0d";
}
.hgi-stroke.hgi-standard.hgi-mail-open-02:before {
  content: "\4c0f";
}
.hgi-stroke.hgi-standard.hgi-mail-open-love:before {
  content: "\4c11";
}
.hgi-stroke.hgi-standard.hgi-mail-open:before {
  content: "\4c13";
}
.hgi-stroke.hgi-standard.hgi-mail-receive-01:before {
  content: "\4c15";
}
.hgi-stroke.hgi-standard.hgi-mail-receive-02:before {
  content: "\4c17";
}
.hgi-stroke.hgi-standard.hgi-mail-remove-01:before {
  content: "\4c19";
}
.hgi-stroke.hgi-standard.hgi-mail-remove-02:before {
  content: "\4c1b";
}
.hgi-stroke.hgi-standard.hgi-mail-reply-01:before {
  content: "\4c1d";
}
.hgi-stroke.hgi-standard.hgi-mail-reply-02:before {
  content: "\4c1f";
}
.hgi-stroke.hgi-standard.hgi-mail-reply-all-01:before {
  content: "\4c21";
}
.hgi-stroke.hgi-standard.hgi-mail-reply-all-02:before {
  content: "\4c23";
}
.hgi-stroke.hgi-standard.hgi-mail-search-01:before {
  content: "\4c25";
}
.hgi-stroke.hgi-standard.hgi-mail-search-02:before {
  content: "\4c27";
}
.hgi-stroke.hgi-standard.hgi-mail-secure-01:before {
  content: "\4c29";
}
.hgi-stroke.hgi-standard.hgi-mail-secure-02:before {
  content: "\4c2b";
}
.hgi-stroke.hgi-standard.hgi-mail-send-01:before {
  content: "\4c2d";
}
.hgi-stroke.hgi-standard.hgi-mail-send-02:before {
  content: "\4c2f";
}
.hgi-stroke.hgi-standard.hgi-mail-setting-01:before {
  content: "\4c31";
}
.hgi-stroke.hgi-standard.hgi-mail-setting-02:before {
  content: "\4c33";
}
.hgi-stroke.hgi-standard.hgi-mail-unlock-01:before {
  content: "\4c35";
}
.hgi-stroke.hgi-standard.hgi-mail-unlock-02:before {
  content: "\4c37";
}
.hgi-stroke.hgi-standard.hgi-mail-upload-01:before {
  content: "\4c39";
}
.hgi-stroke.hgi-standard.hgi-mail-upload-02:before {
  content: "\4c3b";
}
.hgi-stroke.hgi-standard.hgi-mail-validation-01:before {
  content: "\4c3d";
}
.hgi-stroke.hgi-standard.hgi-mail-validation-02:before {
  content: "\4c3f";
}
.hgi-stroke.hgi-standard.hgi-mail-voice-01:before {
  content: "\4c41";
}
.hgi-stroke.hgi-standard.hgi-mail-voice-02:before {
  content: "\4c43";
}
.hgi-stroke.hgi-standard.hgi-mailbox-01:before {
  content: "\4c45";
}
.hgi-stroke.hgi-standard.hgi-mailbox:before {
  content: "\4c47";
}
.hgi-stroke.hgi-standard.hgi-male-02:before {
  content: "\4c49";
}
.hgi-stroke.hgi-standard.hgi-male-symbol:before {
  content: "\4c4b";
}
.hgi-stroke.hgi-standard.hgi-man-woman:before {
  content: "\4c4e";
}
.hgi-stroke.hgi-standard.hgi-man:before {
  content: "\4c4f";
}
.hgi-stroke.hgi-standard.hgi-manager:before {
  content: "\4c51";
}
.hgi-stroke.hgi-standard.hgi-map-pin:before {
  content: "\4c53";
}
.hgi-stroke.hgi-standard.hgi-map-pinpoint-01:before {
  content: "\4c55";
}
.hgi-stroke.hgi-standard.hgi-map-pinpoint-02:before {
  content: "\4c57";
}
.hgi-stroke.hgi-standard.hgi-maping:before {
  content: "\4c59";
}
.hgi-stroke.hgi-standard.hgi-maps-circle-01:before {
  content: "\4c5b";
}
.hgi-stroke.hgi-standard.hgi-maps-circle-02:before {
  content: "\4c5d";
}
.hgi-stroke.hgi-standard.hgi-maps-editing:before {
  content: "\4c5f";
}
.hgi-stroke.hgi-standard.hgi-maps-global-01:before {
  content: "\4c61";
}
.hgi-stroke.hgi-standard.hgi-maps-global-02:before {
  content: "\4c63";
}
.hgi-stroke.hgi-standard.hgi-maps-location-01:before {
  content: "\4c65";
}
.hgi-stroke.hgi-standard.hgi-maps-location-02:before {
  content: "\4c67";
}
.hgi-stroke.hgi-standard.hgi-maps-off:before {
  content: "\4c69";
}
.hgi-stroke.hgi-standard.hgi-maps-refresh:before {
  content: "\4c6b";
}
.hgi-stroke.hgi-standard.hgi-maps-search:before {
  content: "\4c6d";
}
.hgi-stroke.hgi-standard.hgi-maps-square-01:before {
  content: "\4c70";
}
.hgi-stroke.hgi-standard.hgi-maps-square-02:before {
  content: "\4c72";
}
.hgi-stroke.hgi-standard.hgi-maps:before {
  content: "\4c73";
}
.hgi-stroke.hgi-standard.hgi-market-analysis:before {
  content: "\4c75";
}
.hgi-stroke.hgi-standard.hgi-market-order:before {
  content: "\4c77";
}
.hgi-stroke.hgi-standard.hgi-marketing:before {
  content: "\4c79";
}
.hgi-stroke.hgi-standard.hgi-mask-love:before {
  content: "\4c7b";
}
.hgi-stroke.hgi-standard.hgi-mask:before {
  content: "\4c7d";
}
.hgi-stroke.hgi-standard.hgi-master-card:before {
  content: "\4c7f";
}
.hgi-stroke.hgi-standard.hgi-mastodon:before {
  content: "\4c81";
}
.hgi-stroke.hgi-standard.hgi-matches:before {
  content: "\4c83";
}
.hgi-stroke.hgi-standard.hgi-material-and-texture:before {
  content: "\4c85";
}
.hgi-stroke.hgi-standard.hgi-math:before {
  content: "\4c87";
}
.hgi-stroke.hgi-standard.hgi-matrix:before {
  content: "\4c89";
}
.hgi-stroke.hgi-standard.hgi-maximize-01:before {
  content: "\4c8b";
}
.hgi-stroke.hgi-standard.hgi-maximize-02:before {
  content: "\4c8d";
}
.hgi-stroke.hgi-standard.hgi-maximize-03:before {
  content: "\4c8f";
}
.hgi-stroke.hgi-standard.hgi-maximize-04:before {
  content: "\4c91";
}
.hgi-stroke.hgi-standard.hgi-maximize-screen:before {
  content: "\4c93";
}
.hgi-stroke.hgi-standard.hgi-mayan-pyramid:before {
  content: "\4c95";
}
.hgi-stroke.hgi-standard.hgi-maze:before {
  content: "\4c97";
}
.hgi-stroke.hgi-standard.hgi-medal-01:before {
  content: "\4c99";
}
.hgi-stroke.hgi-standard.hgi-medal-02:before {
  content: "\4c9b";
}
.hgi-stroke.hgi-standard.hgi-medal-03:before {
  content: "\4c9d";
}
.hgi-stroke.hgi-standard.hgi-medal-04:before {
  content: "\4c9f";
}
.hgi-stroke.hgi-standard.hgi-medal-05:before {
  content: "\4ca1";
}
.hgi-stroke.hgi-standard.hgi-medal-06:before {
  content: "\4ca3";
}
.hgi-stroke.hgi-standard.hgi-medal-07:before {
  content: "\4ca5";
}
.hgi-stroke.hgi-standard.hgi-medal-first-place:before {
  content: "\4ca7";
}
.hgi-stroke.hgi-standard.hgi-medal-second-place:before {
  content: "\4ca9";
}
.hgi-stroke.hgi-standard.hgi-medal-third-place:before {
  content: "\4cab";
}
.hgi-stroke.hgi-standard.hgi-medical-file:before {
  content: "\4cad";
}
.hgi-stroke.hgi-standard.hgi-medical-mask:before {
  content: "\4caf";
}
.hgi-stroke.hgi-standard.hgi-medicine-01:before {
  content: "\4cb1";
}
.hgi-stroke.hgi-standard.hgi-medicine-02:before {
  content: "\4cb3";
}
.hgi-stroke.hgi-standard.hgi-medicine-bottle-01:before {
  content: "\4cb5";
}
.hgi-stroke.hgi-standard.hgi-medicine-bottle-02:before {
  content: "\4cb7";
}
.hgi-stroke.hgi-standard.hgi-medicine-syrup:before {
  content: "\4cb9";
}
.hgi-stroke.hgi-standard.hgi-medium-signal:before {
  content: "\4cbc";
}
.hgi-stroke.hgi-standard.hgi-medium-square:before {
  content: "\4cbe";
}
.hgi-stroke.hgi-standard.hgi-medium:before {
  content: "\4cbf";
}
.hgi-stroke.hgi-standard.hgi-meeting-room:before {
  content: "\4cc1";
}
.hgi-stroke.hgi-standard.hgi-megaphone-01:before {
  content: "\4cc3";
}
.hgi-stroke.hgi-standard.hgi-megaphone-02:before {
  content: "\4cc5";
}
.hgi-stroke.hgi-standard.hgi-megaphone-03:before {
  content: "\4cc7";
}
.hgi-stroke.hgi-standard.hgi-meh:before {
  content: "\4cc9";
}
.hgi-stroke.hgi-standard.hgi-mentor:before {
  content: "\4ccb";
}
.hgi-stroke.hgi-standard.hgi-mentoring:before {
  content: "\4ccd";
}
.hgi-stroke.hgi-standard.hgi-menu-01:before {
  content: "\4ccf";
}
.hgi-stroke.hgi-standard.hgi-menu-02:before {
  content: "\4cd1";
}
.hgi-stroke.hgi-standard.hgi-menu-03:before {
  content: "\4cd3";
}
.hgi-stroke.hgi-standard.hgi-menu-04:before {
  content: "\4cd5";
}
.hgi-stroke.hgi-standard.hgi-menu-05:before {
  content: "\4cd7";
}
.hgi-stroke.hgi-standard.hgi-menu-06:before {
  content: "\4cd9";
}
.hgi-stroke.hgi-standard.hgi-menu-07:before {
  content: "\4cdb";
}
.hgi-stroke.hgi-standard.hgi-menu-08:before {
  content: "\4cdd";
}
.hgi-stroke.hgi-standard.hgi-menu-09:before {
  content: "\4cdf";
}
.hgi-stroke.hgi-standard.hgi-menu-10:before {
  content: "\4ce1";
}
.hgi-stroke.hgi-standard.hgi-menu-11:before {
  content: "\4ce3";
}
.hgi-stroke.hgi-standard.hgi-menu-circle:before {
  content: "\4ce5";
}
.hgi-stroke.hgi-standard.hgi-menu-collapse:before {
  content: "\4ce7";
}
.hgi-stroke.hgi-standard.hgi-menu-restaurant:before {
  content: "\4ce9";
}
.hgi-stroke.hgi-standard.hgi-menu-square:before {
  content: "\4ceb";
}
.hgi-stroke.hgi-standard.hgi-menu-two-line:before {
  content: "\4ced";
}
.hgi-stroke.hgi-standard.hgi-message-01:before {
  content: "\4cef";
}
.hgi-stroke.hgi-standard.hgi-message-02:before {
  content: "\4cf1";
}
.hgi-stroke.hgi-standard.hgi-message-add-01:before {
  content: "\4cf3";
}
.hgi-stroke.hgi-standard.hgi-message-add-02:before {
  content: "\4cf5";
}
.hgi-stroke.hgi-standard.hgi-message-blocked:before {
  content: "\4cf7";
}
.hgi-stroke.hgi-standard.hgi-message-cancel-01:before {
  content: "\4cf9";
}
.hgi-stroke.hgi-standard.hgi-message-cancel-02:before {
  content: "\4cfb";
}
.hgi-stroke.hgi-standard.hgi-message-delay-01:before {
  content: "\4cfd";
}
.hgi-stroke.hgi-standard.hgi-message-delay-02:before {
  content: "\4cff";
}
.hgi-stroke.hgi-standard.hgi-message-done-01:before {
  content: "\4d01";
}
.hgi-stroke.hgi-standard.hgi-message-done-02:before {
  content: "\4d03";
}
.hgi-stroke.hgi-standard.hgi-message-download-01:before {
  content: "\4d05";
}
.hgi-stroke.hgi-standard.hgi-message-download-02:before {
  content: "\4d07";
}
.hgi-stroke.hgi-standard.hgi-message-edit-01:before {
  content: "\4d09";
}
.hgi-stroke.hgi-standard.hgi-message-edit-02:before {
  content: "\4d0b";
}
.hgi-stroke.hgi-standard.hgi-message-favourite-01:before {
  content: "\4d0d";
}
.hgi-stroke.hgi-standard.hgi-message-favourite-02:before {
  content: "\4d0f";
}
.hgi-stroke.hgi-standard.hgi-message-incoming-01:before {
  content: "\4d11";
}
.hgi-stroke.hgi-standard.hgi-message-incoming-02:before {
  content: "\4d13";
}
.hgi-stroke.hgi-standard.hgi-message-lock-01:before {
  content: "\4d15";
}
.hgi-stroke.hgi-standard.hgi-message-lock-02:before {
  content: "\4d17";
}
.hgi-stroke.hgi-standard.hgi-message-multiple-01:before {
  content: "\4d19";
}
.hgi-stroke.hgi-standard.hgi-message-multiple-02:before {
  content: "\4d1b";
}
.hgi-stroke.hgi-standard.hgi-message-notification-01:before {
  content: "\4d1d";
}
.hgi-stroke.hgi-standard.hgi-message-notification-02:before {
  content: "\4d1f";
}
.hgi-stroke.hgi-standard.hgi-message-outgoing-01:before {
  content: "\4d21";
}
.hgi-stroke.hgi-standard.hgi-message-outgoing-02:before {
  content: "\4d23";
}
.hgi-stroke.hgi-standard.hgi-message-preview-01:before {
  content: "\4d25";
}
.hgi-stroke.hgi-standard.hgi-message-preview-02:before {
  content: "\4d27";
}
.hgi-stroke.hgi-standard.hgi-message-programming:before {
  content: "\4d29";
}
.hgi-stroke.hgi-standard.hgi-message-question:before {
  content: "\4d2b";
}
.hgi-stroke.hgi-standard.hgi-message-search-01:before {
  content: "\4d2d";
}
.hgi-stroke.hgi-standard.hgi-message-search-02:before {
  content: "\4d2f";
}
.hgi-stroke.hgi-standard.hgi-message-secure-01:before {
  content: "\4d31";
}
.hgi-stroke.hgi-standard.hgi-message-secure-02:before {
  content: "\4d33";
}
.hgi-stroke.hgi-standard.hgi-message-translate:before {
  content: "\4d35";
}
.hgi-stroke.hgi-standard.hgi-message-unlock-01:before {
  content: "\4d37";
}
.hgi-stroke.hgi-standard.hgi-message-unlock-02:before {
  content: "\4d39";
}
.hgi-stroke.hgi-standard.hgi-message-upload-01:before {
  content: "\4d3b";
}
.hgi-stroke.hgi-standard.hgi-message-upload-02:before {
  content: "\4d3d";
}
.hgi-stroke.hgi-standard.hgi-message-user-01:before {
  content: "\4d3f";
}
.hgi-stroke.hgi-standard.hgi-message-user-02:before {
  content: "\4d41";
}
.hgi-stroke.hgi-standard.hgi-messenger:before {
  content: "\4d43";
}
.hgi-stroke.hgi-standard.hgi-meta:before {
  content: "\4d45";
}
.hgi-stroke.hgi-standard.hgi-metro:before {
  content: "\4d47";
}
.hgi-stroke.hgi-standard.hgi-mic-01:before {
  content: "\4d49";
}
.hgi-stroke.hgi-standard.hgi-mic-02:before {
  content: "\4d4b";
}
.hgi-stroke.hgi-standard.hgi-mic-off-01:before {
  content: "\4d4d";
}
.hgi-stroke.hgi-standard.hgi-mic-off-02:before {
  content: "\4d4f";
}
.hgi-stroke.hgi-standard.hgi-microscope:before {
  content: "\4d51";
}
.hgi-stroke.hgi-standard.hgi-microsoft-admin:before {
  content: "\4d53";
}
.hgi-stroke.hgi-standard.hgi-microsoft:before {
  content: "\4d55";
}
.hgi-stroke.hgi-standard.hgi-microwave:before {
  content: "\4d57";
}
.hgi-stroke.hgi-standard.hgi-milk-bottle:before {
  content: "\4d59";
}
.hgi-stroke.hgi-standard.hgi-milk-carton:before {
  content: "\4d5b";
}
.hgi-stroke.hgi-standard.hgi-milk-coconut:before {
  content: "\4d5d";
}
.hgi-stroke.hgi-standard.hgi-milk-oat:before {
  content: "\4d5f";
}
.hgi-stroke.hgi-standard.hgi-minimize-01:before {
  content: "\4d61";
}
.hgi-stroke.hgi-standard.hgi-minimize-02:before {
  content: "\4d63";
}
.hgi-stroke.hgi-standard.hgi-minimize-03:before {
  content: "\4d65";
}
.hgi-stroke.hgi-standard.hgi-minimize-04:before {
  content: "\4d67";
}
.hgi-stroke.hgi-standard.hgi-minimize-screen:before {
  content: "\4d69";
}
.hgi-stroke.hgi-standard.hgi-mining-01:before {
  content: "\4d6b";
}
.hgi-stroke.hgi-standard.hgi-mining-02:before {
  content: "\4d6d";
}
.hgi-stroke.hgi-standard.hgi-mining-03:before {
  content: "\4d6f";
}
.hgi-stroke.hgi-standard.hgi-minus-plus-01:before {
  content: "\4d71";
}
.hgi-stroke.hgi-standard.hgi-minus-plus-02:before {
  content: "\4d73";
}
.hgi-stroke.hgi-standard.hgi-minus-plus-circle-01:before {
  content: "\4d75";
}
.hgi-stroke.hgi-standard.hgi-minus-plus-circle-02:before {
  content: "\4d77";
}
.hgi-stroke.hgi-standard.hgi-minus-plus-square-01:before {
  content: "\4d79";
}
.hgi-stroke.hgi-standard.hgi-minus-plus-square-02:before {
  content: "\4d7b";
}
.hgi-stroke.hgi-standard.hgi-minus-sign-circle:before {
  content: "\4d7d";
}
.hgi-stroke.hgi-standard.hgi-minus-sign-square:before {
  content: "\4d80";
}
.hgi-stroke.hgi-standard.hgi-minus-sign:before {
  content: "\4d81";
}
.hgi-stroke.hgi-standard.hgi-mirror:before {
  content: "\4d83";
}
.hgi-stroke.hgi-standard.hgi-mirroring-screen:before {
  content: "\4d85";
}
.hgi-stroke.hgi-standard.hgi-mixer:before {
  content: "\4d87";
}
.hgi-stroke.hgi-standard.hgi-mobile-navigator-01:before {
  content: "\4d89";
}
.hgi-stroke.hgi-standard.hgi-mobile-navigator-02:before {
  content: "\4d8b";
}
.hgi-stroke.hgi-standard.hgi-mobile-programming-01:before {
  content: "\4d8d";
}
.hgi-stroke.hgi-standard.hgi-mobile-programming-02:before {
  content: "\4d8f";
}
.hgi-stroke.hgi-standard.hgi-mobile-protection:before {
  content: "\4d91";
}
.hgi-stroke.hgi-standard.hgi-mobile-security:before {
  content: "\4d93";
}
.hgi-stroke.hgi-standard.hgi-mochi:before {
  content: "\4d95";
}
.hgi-stroke.hgi-standard.hgi-modern-tv-4-k:before {
  content: "\4d97";
}
.hgi-stroke.hgi-standard.hgi-modern-tv-issue:before {
  content: "\4d99";
}
.hgi-stroke.hgi-standard.hgi-modern-tv:before {
  content: "\4d9b";
}
.hgi-stroke.hgi-standard.hgi-molecules:before {
  content: "\4d9d";
}
.hgi-stroke.hgi-standard.hgi-mollie:before {
  content: "\4d9f";
}
.hgi-stroke.hgi-standard.hgi-monas:before {
  content: "\4da1";
}
.hgi-stroke.hgi-standard.hgi-money-01:before {
  content: "\4da3";
}
.hgi-stroke.hgi-standard.hgi-money-02:before {
  content: "\4da5";
}
.hgi-stroke.hgi-standard.hgi-money-03:before {
  content: "\4da7";
}
.hgi-stroke.hgi-standard.hgi-money-04:before {
  content: "\4da9";
}
.hgi-stroke.hgi-standard.hgi-money-add-01:before {
  content: "\4dab";
}
.hgi-stroke.hgi-standard.hgi-money-add-02:before {
  content: "\4dad";
}
.hgi-stroke.hgi-standard.hgi-money-bag-01:before {
  content: "\4daf";
}
.hgi-stroke.hgi-standard.hgi-money-bag-02:before {
  content: "\4db1";
}
.hgi-stroke.hgi-standard.hgi-money-exchange-01:before {
  content: "\4db3";
}
.hgi-stroke.hgi-standard.hgi-money-exchange-02:before {
  content: "\4db5";
}
.hgi-stroke.hgi-standard.hgi-money-exchange-03:before {
  content: "\4db7";
}
.hgi-stroke.hgi-standard.hgi-money-not-found-01:before {
  content: "\4db9";
}
.hgi-stroke.hgi-standard.hgi-money-not-found-02:before {
  content: "\4dbb";
}
.hgi-stroke.hgi-standard.hgi-money-not-found-03:before {
  content: "\4dbd";
}
.hgi-stroke.hgi-standard.hgi-money-not-found-04:before {
  content: "\4dbf";
}
.hgi-stroke.hgi-standard.hgi-money-receive-01:before {
  content: "\4dc1";
}
.hgi-stroke.hgi-standard.hgi-money-receive-02:before {
  content: "\4dc3";
}
.hgi-stroke.hgi-standard.hgi-money-receive-circle:before {
  content: "\4dc5";
}
.hgi-stroke.hgi-standard.hgi-money-receive-flow-01:before {
  content: "\4dc7";
}
.hgi-stroke.hgi-standard.hgi-money-receive-flow-02:before {
  content: "\4dc9";
}
.hgi-stroke.hgi-standard.hgi-money-receive-square:before {
  content: "\4dcb";
}
.hgi-stroke.hgi-standard.hgi-money-remove-01:before {
  content: "\4dcd";
}
.hgi-stroke.hgi-standard.hgi-money-remove-02:before {
  content: "\4dcf";
}
.hgi-stroke.hgi-standard.hgi-money-safe:before {
  content: "\4dd1";
}
.hgi-stroke.hgi-standard.hgi-money-saving-jar:before {
  content: "\4dd3";
}
.hgi-stroke.hgi-standard.hgi-money-security:before {
  content: "\4dd5";
}
.hgi-stroke.hgi-standard.hgi-money-send-01:before {
  content: "\4dd7";
}
.hgi-stroke.hgi-standard.hgi-money-send-02:before {
  content: "\4dd9";
}
.hgi-stroke.hgi-standard.hgi-money-send-circle:before {
  content: "\4ddb";
}
.hgi-stroke.hgi-standard.hgi-money-send-flow-01:before {
  content: "\4ddd";
}
.hgi-stroke.hgi-standard.hgi-money-send-flow-02:before {
  content: "\4ddf";
}
.hgi-stroke.hgi-standard.hgi-money-send-square:before {
  content: "\4de1";
}
.hgi-stroke.hgi-standard.hgi-monocle-01:before {
  content: "\4de3";
}
.hgi-stroke.hgi-standard.hgi-monocle:before {
  content: "\4de5";
}
.hgi-stroke.hgi-standard.hgi-monster:before {
  content: "\4de7";
}
.hgi-stroke.hgi-standard.hgi-moon-01:before {
  content: "\4de9";
}
.hgi-stroke.hgi-standard.hgi-moon-02:before {
  content: "\4deb";
}
.hgi-stroke.hgi-standard.hgi-moon-angled-rain-zap:before {
  content: "\4ded";
}
.hgi-stroke.hgi-standard.hgi-moon-cloud-angled-rain:before {
  content: "\4def";
}
.hgi-stroke.hgi-standard.hgi-moon-cloud-angled-zap:before {
  content: "\4df1";
}
.hgi-stroke.hgi-standard.hgi-moon-cloud-big-rain:before {
  content: "\4df3";
}
.hgi-stroke.hgi-standard.hgi-moon-cloud-fast-wind:before {
  content: "\4df5";
}
.hgi-stroke.hgi-standard.hgi-moon-cloud-hailstone:before {
  content: "\4df7";
}
.hgi-stroke.hgi-standard.hgi-moon-cloud-little-rain:before {
  content: "\4df9";
}
.hgi-stroke.hgi-standard.hgi-moon-cloud-little-snow:before {
  content: "\4dfb";
}
.hgi-stroke.hgi-standard.hgi-moon-cloud-mid-rain:before {
  content: "\4dfd";
}
.hgi-stroke.hgi-standard.hgi-moon-cloud-mid-snow:before {
  content: "\4dff";
}
.hgi-stroke.hgi-standard.hgi-moon-cloud-slow-wind:before {
  content: "\4e02";
}
.hgi-stroke.hgi-standard.hgi-moon-cloud-snow:before {
  content: "\4e04";
}
.hgi-stroke.hgi-standard.hgi-moon-cloud:before {
  content: "\4e05";
}
.hgi-stroke.hgi-standard.hgi-moon-eclipse:before {
  content: "\4e07";
}
.hgi-stroke.hgi-standard.hgi-moon-fast-wind:before {
  content: "\4e09";
}
.hgi-stroke.hgi-standard.hgi-moon-landing:before {
  content: "\4e0b";
}
.hgi-stroke.hgi-standard.hgi-moon-slow-wind:before {
  content: "\4e0e";
}
.hgi-stroke.hgi-standard.hgi-moon:before {
  content: "\4e0f";
}
.hgi-stroke.hgi-standard.hgi-moonset:before {
  content: "\4e11";
}
.hgi-stroke.hgi-standard.hgi-more-01:before {
  content: "\4e13";
}
.hgi-stroke.hgi-standard.hgi-more-02:before {
  content: "\4e15";
}
.hgi-stroke.hgi-standard.hgi-more-03:before {
  content: "\4e17";
}
.hgi-stroke.hgi-standard.hgi-more-horizontal-circle-01:before {
  content: "\4e19";
}
.hgi-stroke.hgi-standard.hgi-more-horizontal-circle-02:before {
  content: "\4e1b";
}
.hgi-stroke.hgi-standard.hgi-more-horizontal-square-01:before {
  content: "\4e1e";
}
.hgi-stroke.hgi-standard.hgi-more-horizontal-square-02:before {
  content: "\4e20";
}
.hgi-stroke.hgi-standard.hgi-more-horizontal:before {
  content: "\4e21";
}
.hgi-stroke.hgi-standard.hgi-more-or-less-circle:before {
  content: "\4e23";
}
.hgi-stroke.hgi-standard.hgi-more-or-less-square:before {
  content: "\4e26";
}
.hgi-stroke.hgi-standard.hgi-more-or-less:before {
  content: "\4e27";
}
.hgi-stroke.hgi-standard.hgi-more-vertical-circle-01:before {
  content: "\4e2a";
}
.hgi-stroke.hgi-standard.hgi-more-vertical-circle-02:before {
  content: "\4e2c";
}
.hgi-stroke.hgi-standard.hgi-more-vertical-square-01:before {
  content: "\4e2f";
}
.hgi-stroke.hgi-standard.hgi-more-vertical-square-02:before {
  content: "\4e31";
}
.hgi-stroke.hgi-standard.hgi-more-vertical:before {
  content: "\4e32";
}
.hgi-stroke.hgi-standard.hgi-more:before {
  content: "\4e33";
}
.hgi-stroke.hgi-standard.hgi-mortar:before {
  content: "\4e35";
}
.hgi-stroke.hgi-standard.hgi-mortarboard-01:before {
  content: "\4e37";
}
.hgi-stroke.hgi-standard.hgi-mortarboard-02:before {
  content: "\4e39";
}
.hgi-stroke.hgi-standard.hgi-mosque-01:before {
  content: "\4e3b";
}
.hgi-stroke.hgi-standard.hgi-mosque-02:before {
  content: "\4e3d";
}
.hgi-stroke.hgi-standard.hgi-mosque-03:before {
  content: "\4e3f";
}
.hgi-stroke.hgi-standard.hgi-mosque-04:before {
  content: "\4e41";
}
.hgi-stroke.hgi-standard.hgi-mosque-05:before {
  content: "\4e43";
}
.hgi-stroke.hgi-standard.hgi-mosque-location:before {
  content: "\4e45";
}
.hgi-stroke.hgi-standard.hgi-motion-01:before {
  content: "\4e47";
}
.hgi-stroke.hgi-standard.hgi-motion-02:before {
  content: "\4e49";
}
.hgi-stroke.hgi-standard.hgi-motorbike-01:before {
  content: "\4e4b";
}
.hgi-stroke.hgi-standard.hgi-motorbike-02:before {
  content: "\4e4d";
}
.hgi-stroke.hgi-standard.hgi-mountain:before {
  content: "\4e4f";
}
.hgi-stroke.hgi-standard.hgi-mouse-01:before {
  content: "\4e51";
}
.hgi-stroke.hgi-standard.hgi-mouse-02:before {
  content: "\4e53";
}
.hgi-stroke.hgi-standard.hgi-mouse-03:before {
  content: "\4e55";
}
.hgi-stroke.hgi-standard.hgi-mouse-04:before {
  content: "\4e57";
}
.hgi-stroke.hgi-standard.hgi-mouse-05:before {
  content: "\4e59";
}
.hgi-stroke.hgi-standard.hgi-mouse-06:before {
  content: "\4e5b";
}
.hgi-stroke.hgi-standard.hgi-mouse-07:before {
  content: "\4e5d";
}
.hgi-stroke.hgi-standard.hgi-mouse-08:before {
  content: "\4e5f";
}
.hgi-stroke.hgi-standard.hgi-mouse-09:before {
  content: "\4e61";
}
.hgi-stroke.hgi-standard.hgi-mouse-10:before {
  content: "\4e63";
}
.hgi-stroke.hgi-standard.hgi-mouse-11:before {
  content: "\4e65";
}
.hgi-stroke.hgi-standard.hgi-mouse-12:before {
  content: "\4e67";
}
.hgi-stroke.hgi-standard.hgi-mouse-13:before {
  content: "\4e69";
}
.hgi-stroke.hgi-standard.hgi-mouse-14:before {
  content: "\4e6b";
}
.hgi-stroke.hgi-standard.hgi-mouse-15:before {
  content: "\4e6d";
}
.hgi-stroke.hgi-standard.hgi-mouse-16:before {
  content: "\4e6f";
}
.hgi-stroke.hgi-standard.hgi-mouse-17:before {
  content: "\4e71";
}
.hgi-stroke.hgi-standard.hgi-mouse-18:before {
  content: "\4e73";
}
.hgi-stroke.hgi-standard.hgi-mouse-19:before {
  content: "\4e75";
}
.hgi-stroke.hgi-standard.hgi-mouse-20:before {
  content: "\4e77";
}
.hgi-stroke.hgi-standard.hgi-mouse-21:before {
  content: "\4e79";
}
.hgi-stroke.hgi-standard.hgi-mouse-22:before {
  content: "\4e7b";
}
.hgi-stroke.hgi-standard.hgi-mouse-23:before {
  content: "\4e7d";
}
.hgi-stroke.hgi-standard.hgi-mouse-left-click-01:before {
  content: "\4e7f";
}
.hgi-stroke.hgi-standard.hgi-mouse-left-click-02:before {
  content: "\4e81";
}
.hgi-stroke.hgi-standard.hgi-mouse-left-click-03:before {
  content: "\4e83";
}
.hgi-stroke.hgi-standard.hgi-mouse-left-click-04:before {
  content: "\4e85";
}
.hgi-stroke.hgi-standard.hgi-mouse-left-click-05:before {
  content: "\4e87";
}
.hgi-stroke.hgi-standard.hgi-mouse-left-click-06:before {
  content: "\4e89";
}
.hgi-stroke.hgi-standard.hgi-mouse-right-click-01:before {
  content: "\4e8b";
}
.hgi-stroke.hgi-standard.hgi-mouse-right-click-02:before {
  content: "\4e8d";
}
.hgi-stroke.hgi-standard.hgi-mouse-right-click-03:before {
  content: "\4e8f";
}
.hgi-stroke.hgi-standard.hgi-mouse-right-click-04:before {
  content: "\4e91";
}
.hgi-stroke.hgi-standard.hgi-mouse-right-click-05:before {
  content: "\4e93";
}
.hgi-stroke.hgi-standard.hgi-mouse-right-click-06:before {
  content: "\4e95";
}
.hgi-stroke.hgi-standard.hgi-mouse-scroll-01:before {
  content: "\4e97";
}
.hgi-stroke.hgi-standard.hgi-mouse-scroll-02:before {
  content: "\4e99";
}
.hgi-stroke.hgi-standard.hgi-move-01:before {
  content: "\4e9b";
}
.hgi-stroke.hgi-standard.hgi-move-02:before {
  content: "\4e9d";
}
.hgi-stroke.hgi-standard.hgi-move-bottom:before {
  content: "\4e9f";
}
.hgi-stroke.hgi-standard.hgi-move-left:before {
  content: "\4ea1";
}
.hgi-stroke.hgi-standard.hgi-move-right:before {
  content: "\4ea3";
}
.hgi-stroke.hgi-standard.hgi-move-to:before {
  content: "\4ea6";
}
.hgi-stroke.hgi-standard.hgi-move-top:before {
  content: "\4ea8";
}
.hgi-stroke.hgi-standard.hgi-move:before {
  content: "\4ea9";
}
.hgi-stroke.hgi-standard.hgi-mp-3-01:before {
  content: "\4eab";
}
.hgi-stroke.hgi-standard.hgi-mp-3-02:before {
  content: "\4ead";
}
.hgi-stroke.hgi-standard.hgi-mp-4-01:before {
  content: "\4eaf";
}
.hgi-stroke.hgi-standard.hgi-mp-4-02:before {
  content: "\4eb1";
}
.hgi-stroke.hgi-standard.hgi-muhammad:before {
  content: "\4eb3";
}
.hgi-stroke.hgi-standard.hgi-multiplication-sign-circle:before {
  content: "\4eb5";
}
.hgi-stroke.hgi-standard.hgi-multiplication-sign-square:before {
  content: "\4eb8";
}
.hgi-stroke.hgi-standard.hgi-multiplication-sign:before {
  content: "\4eb9";
}
.hgi-stroke.hgi-standard.hgi-mushroom-01:before {
  content: "\4ebb";
}
.hgi-stroke.hgi-standard.hgi-mushroom:before {
  content: "\4ebd";
}
.hgi-stroke.hgi-standard.hgi-music-note-01:before {
  content: "\4ebf";
}
.hgi-stroke.hgi-standard.hgi-music-note-02:before {
  content: "\4ec1";
}
.hgi-stroke.hgi-standard.hgi-music-note-03:before {
  content: "\4ec3";
}
.hgi-stroke.hgi-standard.hgi-music-note-04:before {
  content: "\4ec5";
}
.hgi-stroke.hgi-standard.hgi-music-note-square-01:before {
  content: "\4ec7";
}
.hgi-stroke.hgi-standard.hgi-music-note-square-02:before {
  content: "\4ec9";
}
.hgi-stroke.hgi-standard.hgi-muslim:before {
  content: "\4ecb";
}
.hgi-stroke.hgi-standard.hgi-mute:before {
  content: "\4ecd";
}
.hgi-stroke.hgi-standard.hgi-mymind:before {
  content: "\4ecf";
}
.hgi-stroke.hgi-standard.hgi-n-th-root-circle:before {
  content: "\4ed1";
}
.hgi-stroke.hgi-standard.hgi-n-th-root-square:before {
  content: "\4ed4";
}
.hgi-stroke.hgi-standard.hgi-n-th-root:before {
  content: "\4ed5";
}
.hgi-stroke.hgi-standard.hgi-nano-technology:before {
  content: "\4ed7";
}
.hgi-stroke.hgi-standard.hgi-napkins-01:before {
  content: "\4ed9";
}
.hgi-stroke.hgi-standard.hgi-napkins-02:before {
  content: "\4edb";
}
.hgi-stroke.hgi-standard.hgi-natural-food:before {
  content: "\4edd";
}
.hgi-stroke.hgi-standard.hgi-navigation-01:before {
  content: "\4edf";
}
.hgi-stroke.hgi-standard.hgi-navigation-02:before {
  content: "\4ee1";
}
.hgi-stroke.hgi-standard.hgi-navigation-03:before {
  content: "\4ee3";
}
.hgi-stroke.hgi-standard.hgi-navigation-04:before {
  content: "\4ee5";
}
.hgi-stroke.hgi-standard.hgi-navigation-05:before {
  content: "\4ee7";
}
.hgi-stroke.hgi-standard.hgi-navigator-01:before {
  content: "\4ee9";
}
.hgi-stroke.hgi-standard.hgi-navigator-02:before {
  content: "\4eeb";
}
.hgi-stroke.hgi-standard.hgi-necklace:before {
  content: "\4eed";
}
.hgi-stroke.hgi-standard.hgi-nerd:before {
  content: "\4eef";
}
.hgi-stroke.hgi-standard.hgi-neural-network:before {
  content: "\4ef1";
}
.hgi-stroke.hgi-standard.hgi-neutral:before {
  content: "\4ef3";
}
.hgi-stroke.hgi-standard.hgi-new-job:before {
  content: "\4ef5";
}
.hgi-stroke.hgi-standard.hgi-new-office:before {
  content: "\4ef7";
}
.hgi-stroke.hgi-standard.hgi-new-releases:before {
  content: "\4ef9";
}
.hgi-stroke.hgi-standard.hgi-new-twitter-ellipse:before {
  content: "\4efb";
}
.hgi-stroke.hgi-standard.hgi-new-twitter-rectangle:before {
  content: "\4efd";
}
.hgi-stroke.hgi-standard.hgi-new-twitter:before {
  content: "\4eff";
}
.hgi-stroke.hgi-standard.hgi-news-01:before {
  content: "\4f01";
}
.hgi-stroke.hgi-standard.hgi-news:before {
  content: "\4f03";
}
.hgi-stroke.hgi-standard.hgi-next:before {
  content: "\4f05";
}
.hgi-stroke.hgi-standard.hgi-nike:before {
  content: "\4f07";
}
.hgi-stroke.hgi-standard.hgi-nintendo-switch:before {
  content: "\4f0a";
}
.hgi-stroke.hgi-standard.hgi-nintendo:before {
  content: "\4f0b";
}
.hgi-stroke.hgi-standard.hgi-niqab:before {
  content: "\4f0d";
}
.hgi-stroke.hgi-standard.hgi-no-internet:before {
  content: "\4f0f";
}
.hgi-stroke.hgi-standard.hgi-no-meeting-room:before {
  content: "\4f11";
}
.hgi-stroke.hgi-standard.hgi-no-signal:before {
  content: "\4f13";
}
.hgi-stroke.hgi-standard.hgi-node-add:before {
  content: "\4f15";
}
.hgi-stroke.hgi-standard.hgi-node-edit:before {
  content: "\4f17";
}
.hgi-stroke.hgi-standard.hgi-node-move-down:before {
  content: "\4f19";
}
.hgi-stroke.hgi-standard.hgi-node-move-up:before {
  content: "\4f1b";
}
.hgi-stroke.hgi-standard.hgi-node-remove:before {
  content: "\4f1d";
}
.hgi-stroke.hgi-standard.hgi-noodles:before {
  content: "\4f1f";
}
.hgi-stroke.hgi-standard.hgi-nose:before {
  content: "\4f21";
}
.hgi-stroke.hgi-standard.hgi-not-equal-sign-circle:before {
  content: "\4f23";
}
.hgi-stroke.hgi-standard.hgi-not-equal-sign-square:before {
  content: "\4f26";
}
.hgi-stroke.hgi-standard.hgi-not-equal-sign:before {
  content: "\4f27";
}
.hgi-stroke.hgi-standard.hgi-note-01:before {
  content: "\4f29";
}
.hgi-stroke.hgi-standard.hgi-note-02:before {
  content: "\4f2b";
}
.hgi-stroke.hgi-standard.hgi-note-03:before {
  content: "\4f2d";
}
.hgi-stroke.hgi-standard.hgi-note-04:before {
  content: "\4f2f";
}
.hgi-stroke.hgi-standard.hgi-note-05:before {
  content: "\4f31";
}
.hgi-stroke.hgi-standard.hgi-note-add:before {
  content: "\4f33";
}
.hgi-stroke.hgi-standard.hgi-note-done:before {
  content: "\4f35";
}
.hgi-stroke.hgi-standard.hgi-note-edit:before {
  content: "\4f37";
}
.hgi-stroke.hgi-standard.hgi-note-remove:before {
  content: "\4f39";
}
.hgi-stroke.hgi-standard.hgi-note:before {
  content: "\4f3b";
}
.hgi-stroke.hgi-standard.hgi-notebook-01:before {
  content: "\4f3d";
}
.hgi-stroke.hgi-standard.hgi-notebook-02:before {
  content: "\4f3f";
}
.hgi-stroke.hgi-standard.hgi-notebook:before {
  content: "\4f41";
}
.hgi-stroke.hgi-standard.hgi-notification-01:before {
  content: "\4f43";
}
.hgi-stroke.hgi-standard.hgi-notification-02:before {
  content: "\4f45";
}
.hgi-stroke.hgi-standard.hgi-notification-03:before {
  content: "\4f47";
}
.hgi-stroke.hgi-standard.hgi-notification-block-01:before {
  content: "\4f49";
}
.hgi-stroke.hgi-standard.hgi-notification-block-02:before {
  content: "\4f4b";
}
.hgi-stroke.hgi-standard.hgi-notification-block-03:before {
  content: "\4f4d";
}
.hgi-stroke.hgi-standard.hgi-notification-bubble:before {
  content: "\4f4f";
}
.hgi-stroke.hgi-standard.hgi-notification-circle:before {
  content: "\4f51";
}
.hgi-stroke.hgi-standard.hgi-notification-off-01:before {
  content: "\4f53";
}
.hgi-stroke.hgi-standard.hgi-notification-off-02:before {
  content: "\4f55";
}
.hgi-stroke.hgi-standard.hgi-notification-off-03:before {
  content: "\4f57";
}
.hgi-stroke.hgi-standard.hgi-notification-snooze-01:before {
  content: "\4f59";
}
.hgi-stroke.hgi-standard.hgi-notification-snooze-02:before {
  content: "\4f5b";
}
.hgi-stroke.hgi-standard.hgi-notification-snooze-03:before {
  content: "\4f5d";
}
.hgi-stroke.hgi-standard.hgi-notification-square:before {
  content: "\4f5f";
}
.hgi-stroke.hgi-standard.hgi-notion-01:before {
  content: "\4f61";
}
.hgi-stroke.hgi-standard.hgi-notion-02:before {
  content: "\4f63";
}
.hgi-stroke.hgi-standard.hgi-npm:before {
  content: "\4f65";
}
.hgi-stroke.hgi-standard.hgi-nuclear-power:before {
  content: "\4f67";
}
.hgi-stroke.hgi-standard.hgi-nut:before {
  content: "\4f69";
}
.hgi-stroke.hgi-standard.hgi-obtuse:before {
  content: "\4f6b";
}
.hgi-stroke.hgi-standard.hgi-octagon:before {
  content: "\4f6d";
}
.hgi-stroke.hgi-standard.hgi-octopus:before {
  content: "\4f6f";
}
.hgi-stroke.hgi-standard.hgi-office-365:before {
  content: "\4f71";
}
.hgi-stroke.hgi-standard.hgi-office-chair:before {
  content: "\4f73";
}
.hgi-stroke.hgi-standard.hgi-office:before {
  content: "\4f75";
}
.hgi-stroke.hgi-standard.hgi-oil-barrel:before {
  content: "\4f77";
}
.hgi-stroke.hgi-standard.hgi-ok-finger:before {
  content: "\4f79";
}
.hgi-stroke.hgi-standard.hgi-olympic-torch:before {
  content: "\4f7b";
}
.hgi-stroke.hgi-standard.hgi-online-learning-01:before {
  content: "\4f7d";
}
.hgi-stroke.hgi-standard.hgi-online-learning-02:before {
  content: "\4f7f";
}
.hgi-stroke.hgi-standard.hgi-online-learning-03:before {
  content: "\4f81";
}
.hgi-stroke.hgi-standard.hgi-online-learning-04:before {
  content: "\4f83";
}
.hgi-stroke.hgi-standard.hgi-open-caption:before {
  content: "\4f85";
}
.hgi-stroke.hgi-standard.hgi-option:before {
  content: "\4f87";
}
.hgi-stroke.hgi-standard.hgi-orange:before {
  content: "\4f89";
}
.hgi-stroke.hgi-standard.hgi-orbit-01:before {
  content: "\4f8b";
}
.hgi-stroke.hgi-standard.hgi-orbit-02:before {
  content: "\4f8d";
}
.hgi-stroke.hgi-standard.hgi-organic-food:before {
  content: "\4f8f";
}
.hgi-stroke.hgi-standard.hgi-orthogonal-edge:before {
  content: "\4f91";
}
.hgi-stroke.hgi-standard.hgi-oval:before {
  content: "\4f93";
}
.hgi-stroke.hgi-standard.hgi-oven:before {
  content: "\4f95";
}
.hgi-stroke.hgi-standard.hgi-package-02:before {
  content: "\4f97";
}
.hgi-stroke.hgi-standard.hgi-package-03:before {
  content: "\4f99";
}
.hgi-stroke.hgi-standard.hgi-package-add:before {
  content: "\4f9b";
}
.hgi-stroke.hgi-standard.hgi-package-delivered:before {
  content: "\4f9d";
}
.hgi-stroke.hgi-standard.hgi-package-dimensions-01:before {
  content: "\4f9f";
}
.hgi-stroke.hgi-standard.hgi-package-dimensions-02:before {
  content: "\4fa1";
}
.hgi-stroke.hgi-standard.hgi-package-moving:before {
  content: "\4fa3";
}
.hgi-stroke.hgi-standard.hgi-package-open:before {
  content: "\4fa5";
}
.hgi-stroke.hgi-standard.hgi-package-out-of-stock:before {
  content: "\4fa7";
}
.hgi-stroke.hgi-standard.hgi-package-process:before {
  content: "\4fa9";
}
.hgi-stroke.hgi-standard.hgi-package-receive:before {
  content: "\4fab";
}
.hgi-stroke.hgi-standard.hgi-package-remove:before {
  content: "\4fad";
}
.hgi-stroke.hgi-standard.hgi-package-search:before {
  content: "\4faf";
}
.hgi-stroke.hgi-standard.hgi-package-sent:before {
  content: "\4fb2";
}
.hgi-stroke.hgi-standard.hgi-package:before {
  content: "\4fb3";
}
.hgi-stroke.hgi-standard.hgi-packaging:before {
  content: "\4fb5";
}
.hgi-stroke.hgi-standard.hgi-pacman-01:before {
  content: "\4fb7";
}
.hgi-stroke.hgi-standard.hgi-pacman-02:before {
  content: "\4fb9";
}
.hgi-stroke.hgi-standard.hgi-paella:before {
  content: "\4fbb";
}
.hgi-stroke.hgi-standard.hgi-paint-board:before {
  content: "\4fbd";
}
.hgi-stroke.hgi-standard.hgi-paint-brush-01:before {
  content: "\4fbf";
}
.hgi-stroke.hgi-standard.hgi-paint-brush-02:before {
  content: "\4fc1";
}
.hgi-stroke.hgi-standard.hgi-paint-brush-03:before {
  content: "\4fc3";
}
.hgi-stroke.hgi-standard.hgi-paint-brush-04:before {
  content: "\4fc5";
}
.hgi-stroke.hgi-standard.hgi-paint-bucket:before {
  content: "\4fc7";
}
.hgi-stroke.hgi-standard.hgi-pan-01:before {
  content: "\4fc9";
}
.hgi-stroke.hgi-standard.hgi-pan-02:before {
  content: "\4fcb";
}
.hgi-stroke.hgi-standard.hgi-pan-03:before {
  content: "\4fcd";
}
.hgi-stroke.hgi-standard.hgi-parabola-01:before {
  content: "\4fcf";
}
.hgi-stroke.hgi-standard.hgi-parabola-02:before {
  content: "\4fd1";
}
.hgi-stroke.hgi-standard.hgi-parabola-03:before {
  content: "\4fd3";
}
.hgi-stroke.hgi-standard.hgi-paragliding:before {
  content: "\4fd5";
}
.hgi-stroke.hgi-standard.hgi-paragraph-bullets-point-01:before {
  content: "\4fd7";
}
.hgi-stroke.hgi-standard.hgi-paragraph-bullets-point-02:before {
  content: "\4fd9";
}
.hgi-stroke.hgi-standard.hgi-paragraph-spacing:before {
  content: "\4fdc";
}
.hgi-stroke.hgi-standard.hgi-paragraph:before {
  content: "\4fdd";
}
.hgi-stroke.hgi-standard.hgi-parallelogram:before {
  content: "\4fdf";
}
.hgi-stroke.hgi-standard.hgi-parking-area-circle:before {
  content: "\4fe1";
}
.hgi-stroke.hgi-standard.hgi-parking-area-square:before {
  content: "\4fe3";
}
.hgi-stroke.hgi-standard.hgi-party:before {
  content: "\4fe5";
}
.hgi-stroke.hgi-standard.hgi-passport-01:before {
  content: "\4fe7";
}
.hgi-stroke.hgi-standard.hgi-passport-expired:before {
  content: "\4fe9";
}
.hgi-stroke.hgi-standard.hgi-passport-valid:before {
  content: "\4fec";
}
.hgi-stroke.hgi-standard.hgi-passport:before {
  content: "\4fed";
}
.hgi-stroke.hgi-standard.hgi-password-validation:before {
  content: "\4fef";
}
.hgi-stroke.hgi-standard.hgi-path:before {
  content: "\4ff1";
}
.hgi-stroke.hgi-standard.hgi-pathfinder-crop:before {
  content: "\4ff3";
}
.hgi-stroke.hgi-standard.hgi-pathfinder-divide:before {
  content: "\4ff5";
}
.hgi-stroke.hgi-standard.hgi-pathfinder-exclude:before {
  content: "\4ff7";
}
.hgi-stroke.hgi-standard.hgi-pathfinder-intersect:before {
  content: "\4ff9";
}
.hgi-stroke.hgi-standard.hgi-pathfinder-merge:before {
  content: "\4ffb";
}
.hgi-stroke.hgi-standard.hgi-pathfinder-minus-back:before {
  content: "\4ffd";
}
.hgi-stroke.hgi-standard.hgi-pathfinder-minus-front:before {
  content: "\4fff";
}
.hgi-stroke.hgi-standard.hgi-pathfinder-outline:before {
  content: "\5001";
}
.hgi-stroke.hgi-standard.hgi-pathfinder-trim:before {
  content: "\5003";
}
.hgi-stroke.hgi-standard.hgi-pathfinder-unite:before {
  content: "\5005";
}
.hgi-stroke.hgi-standard.hgi-patient:before {
  content: "\5007";
}
.hgi-stroke.hgi-standard.hgi-patio:before {
  content: "\5009";
}
.hgi-stroke.hgi-standard.hgi-pause-circle:before {
  content: "\500b";
}
.hgi-stroke.hgi-standard.hgi-pause:before {
  content: "\500d";
}
.hgi-stroke.hgi-standard.hgi-pavilon:before {
  content: "\500f";
}
.hgi-stroke.hgi-standard.hgi-pay-by-check:before {
  content: "\5011";
}
.hgi-stroke.hgi-standard.hgi-payment-01:before {
  content: "\5013";
}
.hgi-stroke.hgi-standard.hgi-payment-02:before {
  content: "\5015";
}
.hgi-stroke.hgi-standard.hgi-payment-success-01:before {
  content: "\5017";
}
.hgi-stroke.hgi-standard.hgi-payment-success-02:before {
  content: "\5019";
}
.hgi-stroke.hgi-standard.hgi-payoneer:before {
  content: "\501b";
}
.hgi-stroke.hgi-standard.hgi-paypal:before {
  content: "\501d";
}
.hgi-stroke.hgi-standard.hgi-pdf-01:before {
  content: "\501f";
}
.hgi-stroke.hgi-standard.hgi-pdf-02:before {
  content: "\5021";
}
.hgi-stroke.hgi-standard.hgi-peer-to-peer-01:before {
  content: "\5023";
}
.hgi-stroke.hgi-standard.hgi-peer-to-peer-02:before {
  content: "\5025";
}
.hgi-stroke.hgi-standard.hgi-peer-to-peer-03:before {
  content: "\5027";
}
.hgi-stroke.hgi-standard.hgi-pen-01:before {
  content: "\5029";
}
.hgi-stroke.hgi-standard.hgi-pen-02:before {
  content: "\502b";
}
.hgi-stroke.hgi-standard.hgi-pen-connect-bluetooth:before {
  content: "\502d";
}
.hgi-stroke.hgi-standard.hgi-pen-connect-usb:before {
  content: "\502f";
}
.hgi-stroke.hgi-standard.hgi-pen-connect-wifi:before {
  content: "\5031";
}
.hgi-stroke.hgi-standard.hgi-pen-tool-01:before {
  content: "\5033";
}
.hgi-stroke.hgi-standard.hgi-pen-tool-02:before {
  content: "\5035";
}
.hgi-stroke.hgi-standard.hgi-pen-tool-03:before {
  content: "\5037";
}
.hgi-stroke.hgi-standard.hgi-pen-tool-add:before {
  content: "\5039";
}
.hgi-stroke.hgi-standard.hgi-pen-tool-minus:before {
  content: "\503b";
}
.hgi-stroke.hgi-standard.hgi-pencil-edit-01:before {
  content: "\503d";
}
.hgi-stroke.hgi-standard.hgi-pencil-edit-02:before {
  content: "\503f";
}
.hgi-stroke.hgi-standard.hgi-pencil:before {
  content: "\5041";
}
.hgi-stroke.hgi-standard.hgi-pendulum:before {
  content: "\5043";
}
.hgi-stroke.hgi-standard.hgi-pensive:before {
  content: "\5045";
}
.hgi-stroke.hgi-standard.hgi-pentagon-01:before {
  content: "\5047";
}
.hgi-stroke.hgi-standard.hgi-pentagon:before {
  content: "\5049";
}
.hgi-stroke.hgi-standard.hgi-percent-circle:before {
  content: "\504b";
}
.hgi-stroke.hgi-standard.hgi-percent-square:before {
  content: "\504e";
}
.hgi-stroke.hgi-standard.hgi-percent:before {
  content: "\504f";
}
.hgi-stroke.hgi-standard.hgi-perfume:before {
  content: "\5051";
}
.hgi-stroke.hgi-standard.hgi-periscope:before {
  content: "\5053";
}
.hgi-stroke.hgi-standard.hgi-permanent-job:before {
  content: "\5055";
}
.hgi-stroke.hgi-standard.hgi-perplexity-ai:before {
  content: "\5057";
}
.hgi-stroke.hgi-standard.hgi-perspective:before {
  content: "\5059";
}
.hgi-stroke.hgi-standard.hgi-petrol-pump:before {
  content: "\505b";
}
.hgi-stroke.hgi-standard.hgi-pexels:before {
  content: "\505d";
}
.hgi-stroke.hgi-standard.hgi-phone-off-01:before {
  content: "\505f";
}
.hgi-stroke.hgi-standard.hgi-phone-off-02:before {
  content: "\5061";
}
.hgi-stroke.hgi-standard.hgi-php:before {
  content: "\5063";
}
.hgi-stroke.hgi-standard.hgi-physics:before {
  content: "\5065";
}
.hgi-stroke.hgi-standard.hgi-pi-circle:before {
  content: "\5067";
}
.hgi-stroke.hgi-standard.hgi-pi-square:before {
  content: "\506a";
}
.hgi-stroke.hgi-standard.hgi-pi:before {
  content: "\506b";
}
.hgi-stroke.hgi-standard.hgi-picasa:before {
  content: "\506d";
}
.hgi-stroke.hgi-standard.hgi-pickup-01:before {
  content: "\506f";
}
.hgi-stroke.hgi-standard.hgi-pickup-02:before {
  content: "\5071";
}
.hgi-stroke.hgi-standard.hgi-picture-in-picture-exit:before {
  content: "\5073";
}
.hgi-stroke.hgi-standard.hgi-picture-in-picture-on:before {
  content: "\5075";
}
.hgi-stroke.hgi-standard.hgi-pie-chart-01:before {
  content: "\5077";
}
.hgi-stroke.hgi-standard.hgi-pie-chart-02:before {
  content: "\5079";
}
.hgi-stroke.hgi-standard.hgi-pie-chart-03:before {
  content: "\507b";
}
.hgi-stroke.hgi-standard.hgi-pie-chart-04:before {
  content: "\507d";
}
.hgi-stroke.hgi-standard.hgi-pie-chart-05:before {
  content: "\507f";
}
.hgi-stroke.hgi-standard.hgi-pie-chart-06:before {
  content: "\5081";
}
.hgi-stroke.hgi-standard.hgi-pie-chart-07:before {
  content: "\5083";
}
.hgi-stroke.hgi-standard.hgi-pie-chart-08:before {
  content: "\5085";
}
.hgi-stroke.hgi-standard.hgi-pie-chart-09:before {
  content: "\5087";
}
.hgi-stroke.hgi-standard.hgi-pie-chart-square:before {
  content: "\508a";
}
.hgi-stroke.hgi-standard.hgi-pie-chart:before {
  content: "\508b";
}
.hgi-stroke.hgi-standard.hgi-pie:before {
  content: "\508d";
}
.hgi-stroke.hgi-standard.hgi-piggy-bank:before {
  content: "\508f";
}
.hgi-stroke.hgi-standard.hgi-pin-02:before {
  content: "\5091";
}
.hgi-stroke.hgi-standard.hgi-pin-code:before {
  content: "\5093";
}
.hgi-stroke.hgi-standard.hgi-pin-location-01:before {
  content: "\5095";
}
.hgi-stroke.hgi-standard.hgi-pin-location-02:before {
  content: "\5097";
}
.hgi-stroke.hgi-standard.hgi-pin-location-03:before {
  content: "\5099";
}
.hgi-stroke.hgi-standard.hgi-pin-off:before {
  content: "\509b";
}
.hgi-stroke.hgi-standard.hgi-pin:before {
  content: "\509d";
}
.hgi-stroke.hgi-standard.hgi-pine-tree:before {
  content: "\509f";
}
.hgi-stroke.hgi-standard.hgi-pinterest:before {
  content: "\50a1";
}
.hgi-stroke.hgi-standard.hgi-pipeline:before {
  content: "\50a3";
}
.hgi-stroke.hgi-standard.hgi-pisa-tower:before {
  content: "\50a5";
}
.hgi-stroke.hgi-standard.hgi-pivot:before {
  content: "\50a7";
}
.hgi-stroke.hgi-standard.hgi-pizza-01:before {
  content: "\50a9";
}
.hgi-stroke.hgi-standard.hgi-pizza-02:before {
  content: "\50ab";
}
.hgi-stroke.hgi-standard.hgi-pizza-03:before {
  content: "\50ad";
}
.hgi-stroke.hgi-standard.hgi-pizza-04:before {
  content: "\50af";
}
.hgi-stroke.hgi-standard.hgi-pizza-cutter:before {
  content: "\50b1";
}
.hgi-stroke.hgi-standard.hgi-plane:before {
  content: "\50b3";
}
.hgi-stroke.hgi-standard.hgi-plant-01:before {
  content: "\50b5";
}
.hgi-stroke.hgi-standard.hgi-plant-02:before {
  content: "\50b7";
}
.hgi-stroke.hgi-standard.hgi-plant-03:before {
  content: "\50b9";
}
.hgi-stroke.hgi-standard.hgi-plant-04:before {
  content: "\50bb";
}
.hgi-stroke.hgi-standard.hgi-plate:before {
  content: "\50bd";
}
.hgi-stroke.hgi-standard.hgi-plaxo:before {
  content: "\50bf";
}
.hgi-stroke.hgi-standard.hgi-play-circle-02:before {
  content: "\50c1";
}
.hgi-stroke.hgi-standard.hgi-play-circle:before {
  content: "\50c3";
}
.hgi-stroke.hgi-standard.hgi-play-list-add:before {
  content: "\50c5";
}
.hgi-stroke.hgi-standard.hgi-play-list-favourite-01:before {
  content: "\50c7";
}
.hgi-stroke.hgi-standard.hgi-play-list-favourite-02:before {
  content: "\50c9";
}
.hgi-stroke.hgi-standard.hgi-play-list-minus:before {
  content: "\50cb";
}
.hgi-stroke.hgi-standard.hgi-play-list-remove:before {
  content: "\50cd";
}
.hgi-stroke.hgi-standard.hgi-play-list:before {
  content: "\50cf";
}
.hgi-stroke.hgi-standard.hgi-play-square:before {
  content: "\50d2";
}
.hgi-stroke.hgi-standard.hgi-play-store:before {
  content: "\50d4";
}
.hgi-stroke.hgi-standard.hgi-play:before {
  content: "\50d5";
}
.hgi-stroke.hgi-standard.hgi-playlist-01:before {
  content: "\50d7";
}
.hgi-stroke.hgi-standard.hgi-playlist-02:before {
  content: "\50d9";
}
.hgi-stroke.hgi-standard.hgi-playlist-03:before {
  content: "\50db";
}
.hgi-stroke.hgi-standard.hgi-plaza:before {
  content: "\50dd";
}
.hgi-stroke.hgi-standard.hgi-plug-01:before {
  content: "\50df";
}
.hgi-stroke.hgi-standard.hgi-plug-02:before {
  content: "\50e1";
}
.hgi-stroke.hgi-standard.hgi-plug-socket:before {
  content: "\50e3";
}
.hgi-stroke.hgi-standard.hgi-plus-minus-01:before {
  content: "\50e5";
}
.hgi-stroke.hgi-standard.hgi-plus-minus-02:before {
  content: "\50e7";
}
.hgi-stroke.hgi-standard.hgi-plus-minus-circle-01:before {
  content: "\50e9";
}
.hgi-stroke.hgi-standard.hgi-plus-minus-circle-02:before {
  content: "\50eb";
}
.hgi-stroke.hgi-standard.hgi-plus-minus-square-01:before {
  content: "\50ee";
}
.hgi-stroke.hgi-standard.hgi-plus-minus-square-02:before {
  content: "\50f0";
}
.hgi-stroke.hgi-standard.hgi-plus-minus:before {
  content: "\50f1";
}
.hgi-stroke.hgi-standard.hgi-plus-sign-circle:before {
  content: "\50f3";
}
.hgi-stroke.hgi-standard.hgi-plus-sign-square:before {
  content: "\50f6";
}
.hgi-stroke.hgi-standard.hgi-plus-sign:before {
  content: "\50f7";
}
.hgi-stroke.hgi-standard.hgi-png-01:before {
  content: "\50f9";
}
.hgi-stroke.hgi-standard.hgi-png-02:before {
  content: "\50fb";
}
.hgi-stroke.hgi-standard.hgi-podcast:before {
  content: "\50fd";
}
.hgi-stroke.hgi-standard.hgi-podium:before {
  content: "\50ff";
}
.hgi-stroke.hgi-standard.hgi-pointing-left-01:before {
  content: "\5101";
}
.hgi-stroke.hgi-standard.hgi-pointing-left-02:before {
  content: "\5103";
}
.hgi-stroke.hgi-standard.hgi-pointing-left-03:before {
  content: "\5105";
}
.hgi-stroke.hgi-standard.hgi-pointing-left-04:before {
  content: "\5107";
}
.hgi-stroke.hgi-standard.hgi-pointing-left-05:before {
  content: "\5109";
}
.hgi-stroke.hgi-standard.hgi-pointing-left-06:before {
  content: "\510b";
}
.hgi-stroke.hgi-standard.hgi-pointing-left-07:before {
  content: "\510d";
}
.hgi-stroke.hgi-standard.hgi-pointing-left-08:before {
  content: "\510f";
}
.hgi-stroke.hgi-standard.hgi-pointing-right-01:before {
  content: "\5111";
}
.hgi-stroke.hgi-standard.hgi-pointing-right-02:before {
  content: "\5113";
}
.hgi-stroke.hgi-standard.hgi-pointing-right-03:before {
  content: "\5115";
}
.hgi-stroke.hgi-standard.hgi-pointing-right-04:before {
  content: "\5117";
}
.hgi-stroke.hgi-standard.hgi-pointing-right-05:before {
  content: "\5119";
}
.hgi-stroke.hgi-standard.hgi-pointing-right-06:before {
  content: "\511b";
}
.hgi-stroke.hgi-standard.hgi-pointing-right-07:before {
  content: "\511d";
}
.hgi-stroke.hgi-standard.hgi-pointing-right-08:before {
  content: "\511f";
}
.hgi-stroke.hgi-standard.hgi-pokeball:before {
  content: "\5121";
}
.hgi-stroke.hgi-standard.hgi-pokemon:before {
  content: "\5123";
}
.hgi-stroke.hgi-standard.hgi-police-badge:before {
  content: "\5125";
}
.hgi-stroke.hgi-standard.hgi-police-cap:before {
  content: "\5127";
}
.hgi-stroke.hgi-standard.hgi-police-car:before {
  content: "\5129";
}
.hgi-stroke.hgi-standard.hgi-police-station:before {
  content: "\512b";
}
.hgi-stroke.hgi-standard.hgi-policy:before {
  content: "\512d";
}
.hgi-stroke.hgi-standard.hgi-poly-tank:before {
  content: "\512f";
}
.hgi-stroke.hgi-standard.hgi-polygon:before {
  content: "\5131";
}
.hgi-stroke.hgi-standard.hgi-pool-table:before {
  content: "\5134";
}
.hgi-stroke.hgi-standard.hgi-pool:before {
  content: "\5135";
}
.hgi-stroke.hgi-standard.hgi-poop:before {
  content: "\5137";
}
.hgi-stroke.hgi-standard.hgi-popcorn:before {
  content: "\5139";
}
.hgi-stroke.hgi-standard.hgi-pot-01:before {
  content: "\513b";
}
.hgi-stroke.hgi-standard.hgi-pot-02:before {
  content: "\513d";
}
.hgi-stroke.hgi-standard.hgi-potion:before {
  content: "\513f";
}
.hgi-stroke.hgi-standard.hgi-pound-circle:before {
  content: "\5141";
}
.hgi-stroke.hgi-standard.hgi-pound-receive:before {
  content: "\5143";
}
.hgi-stroke.hgi-standard.hgi-pound-send:before {
  content: "\5146";
}
.hgi-stroke.hgi-standard.hgi-pound-square:before {
  content: "\5148";
}
.hgi-stroke.hgi-standard.hgi-pound:before {
  content: "\5149";
}
.hgi-stroke.hgi-standard.hgi-power-service:before {
  content: "\514b";
}
.hgi-stroke.hgi-standard.hgi-power-socket-01:before {
  content: "\514d";
}
.hgi-stroke.hgi-standard.hgi-power-socket-02:before {
  content: "\514f";
}
.hgi-stroke.hgi-standard.hgi-ppt-01:before {
  content: "\5151";
}
.hgi-stroke.hgi-standard.hgi-ppt-02:before {
  content: "\5153";
}
.hgi-stroke.hgi-standard.hgi-prawn:before {
  content: "\5155";
}
.hgi-stroke.hgi-standard.hgi-prayer-rug-01:before {
  content: "\5157";
}
.hgi-stroke.hgi-standard.hgi-prayer-rug-02:before {
  content: "\5159";
}
.hgi-stroke.hgi-standard.hgi-preference-horizontal:before {
  content: "\515b";
}
.hgi-stroke.hgi-standard.hgi-preference-vertical:before {
  content: "\515d";
}
.hgi-stroke.hgi-standard.hgi-prescription:before {
  content: "\515f";
}
.hgi-stroke.hgi-standard.hgi-presentation-01:before {
  content: "\5161";
}
.hgi-stroke.hgi-standard.hgi-presentation-02:before {
  content: "\5163";
}
.hgi-stroke.hgi-standard.hgi-presentation-03:before {
  content: "\5165";
}
.hgi-stroke.hgi-standard.hgi-presentation-04:before {
  content: "\5167";
}
.hgi-stroke.hgi-standard.hgi-presentation-05:before {
  content: "\5169";
}
.hgi-stroke.hgi-standard.hgi-presentation-06:before {
  content: "\516b";
}
.hgi-stroke.hgi-standard.hgi-presentation-07:before {
  content: "\516d";
}
.hgi-stroke.hgi-standard.hgi-presentation-bar-chart-01:before {
  content: "\516f";
}
.hgi-stroke.hgi-standard.hgi-presentation-bar-chart-02:before {
  content: "\5171";
}
.hgi-stroke.hgi-standard.hgi-presentation-line-chart-01:before {
  content: "\5173";
}
.hgi-stroke.hgi-standard.hgi-presentation-line-chart-02:before {
  content: "\5175";
}
.hgi-stroke.hgi-standard.hgi-presentation-online:before {
  content: "\5177";
}
.hgi-stroke.hgi-standard.hgi-presentation-podium:before {
  content: "\5179";
}
.hgi-stroke.hgi-standard.hgi-previous:before {
  content: "\517b";
}
.hgi-stroke.hgi-standard.hgi-printer-off:before {
  content: "\517d";
}
.hgi-stroke.hgi-standard.hgi-printer:before {
  content: "\517f";
}
.hgi-stroke.hgi-standard.hgi-prism-01:before {
  content: "\5181";
}
.hgi-stroke.hgi-standard.hgi-prism:before {
  content: "\5183";
}
.hgi-stroke.hgi-standard.hgi-prison-guard:before {
  content: "\5185";
}
.hgi-stroke.hgi-standard.hgi-prison:before {
  content: "\5187";
}
.hgi-stroke.hgi-standard.hgi-prisoner:before {
  content: "\5189";
}
.hgi-stroke.hgi-standard.hgi-product-loading:before {
  content: "\518b";
}
.hgi-stroke.hgi-standard.hgi-profile-02:before {
  content: "\518d";
}
.hgi-stroke.hgi-standard.hgi-profile:before {
  content: "\518f";
}
.hgi-stroke.hgi-standard.hgi-profit:before {
  content: "\5191";
}
.hgi-stroke.hgi-standard.hgi-programming-flag:before {
  content: "\5193";
}
.hgi-stroke.hgi-standard.hgi-progress-01:before {
  content: "\5195";
}
.hgi-stroke.hgi-standard.hgi-progress-02:before {
  content: "\5197";
}
.hgi-stroke.hgi-standard.hgi-progress-03:before {
  content: "\5199";
}
.hgi-stroke.hgi-standard.hgi-progress-04:before {
  content: "\519b";
}
.hgi-stroke.hgi-standard.hgi-progress:before {
  content: "\519d";
}
.hgi-stroke.hgi-standard.hgi-projector-01:before {
  content: "\519f";
}
.hgi-stroke.hgi-standard.hgi-projector:before {
  content: "\51a1";
}
.hgi-stroke.hgi-standard.hgi-promotion:before {
  content: "\51a3";
}
.hgi-stroke.hgi-standard.hgi-property-add:before {
  content: "\51a5";
}
.hgi-stroke.hgi-standard.hgi-property-delete:before {
  content: "\51a7";
}
.hgi-stroke.hgi-standard.hgi-property-edit:before {
  content: "\51a9";
}
.hgi-stroke.hgi-standard.hgi-property-new:before {
  content: "\51ab";
}
.hgi-stroke.hgi-standard.hgi-property-search:before {
  content: "\51ad";
}
.hgi-stroke.hgi-standard.hgi-property-view:before {
  content: "\51af";
}
.hgi-stroke.hgi-standard.hgi-protection-mask:before {
  content: "\51b1";
}
.hgi-stroke.hgi-standard.hgi-pulley:before {
  content: "\51b3";
}
.hgi-stroke.hgi-standard.hgi-pulse-01:before {
  content: "\51b5";
}
.hgi-stroke.hgi-standard.hgi-pulse-02:before {
  content: "\51b7";
}
.hgi-stroke.hgi-standard.hgi-pulse-rectangle-01:before {
  content: "\51b9";
}
.hgi-stroke.hgi-standard.hgi-pulse-rectangle-02:before {
  content: "\51bb";
}
.hgi-stroke.hgi-standard.hgi-pumpkin:before {
  content: "\51bd";
}
.hgi-stroke.hgi-standard.hgi-punch:before {
  content: "\51bf";
}
.hgi-stroke.hgi-standard.hgi-punching-ball-01:before {
  content: "\51c1";
}
.hgi-stroke.hgi-standard.hgi-punching-ball-02:before {
  content: "\51c3";
}
.hgi-stroke.hgi-standard.hgi-purse-01:before {
  content: "\51c5";
}
.hgi-stroke.hgi-standard.hgi-purse:before {
  content: "\51c7";
}
.hgi-stroke.hgi-standard.hgi-push-up-bar:before {
  content: "\51c9";
}
.hgi-stroke.hgi-standard.hgi-puzzle:before {
  content: "\51cb";
}
.hgi-stroke.hgi-standard.hgi-pyramid-maslowo:before {
  content: "\51cd";
}
.hgi-stroke.hgi-standard.hgi-pyramid-structure-01:before {
  content: "\51d0";
}
.hgi-stroke.hgi-standard.hgi-pyramid-structure-02:before {
  content: "\51d2";
}
.hgi-stroke.hgi-standard.hgi-pyramid:before {
  content: "\51d3";
}
.hgi-stroke.hgi-standard.hgi-python:before {
  content: "\51d5";
}
.hgi-stroke.hgi-standard.hgi-qq-plot:before {
  content: "\51d7";
}
.hgi-stroke.hgi-standard.hgi-qr-code-01:before {
  content: "\51d9";
}
.hgi-stroke.hgi-standard.hgi-qr-code:before {
  content: "\51db";
}
.hgi-stroke.hgi-standard.hgi-question:before {
  content: "\51dd";
}
.hgi-stroke.hgi-standard.hgi-queue-01:before {
  content: "\51df";
}
.hgi-stroke.hgi-standard.hgi-queue-02:before {
  content: "\51e1";
}
.hgi-stroke.hgi-standard.hgi-quill-write-01:before {
  content: "\51e3";
}
.hgi-stroke.hgi-standard.hgi-quill-write-02:before {
  content: "\51e5";
}
.hgi-stroke.hgi-standard.hgi-quiz-01:before {
  content: "\51e7";
}
.hgi-stroke.hgi-standard.hgi-quiz-02:before {
  content: "\51e9";
}
.hgi-stroke.hgi-standard.hgi-quiz-03:before {
  content: "\51eb";
}
.hgi-stroke.hgi-standard.hgi-quiz-04:before {
  content: "\51ed";
}
.hgi-stroke.hgi-standard.hgi-quiz-05:before {
  content: "\51ef";
}
.hgi-stroke.hgi-standard.hgi-quora:before {
  content: "\51f1";
}
.hgi-stroke.hgi-standard.hgi-quote-down-circle:before {
  content: "\51f3";
}
.hgi-stroke.hgi-standard.hgi-quote-down-square:before {
  content: "\51f6";
}
.hgi-stroke.hgi-standard.hgi-quote-down:before {
  content: "\51f7";
}
.hgi-stroke.hgi-standard.hgi-quote-up-circle:before {
  content: "\51f9";
}
.hgi-stroke.hgi-standard.hgi-quote-up-square:before {
  content: "\51fc";
}
.hgi-stroke.hgi-standard.hgi-quote-up:before {
  content: "\51fd";
}
.hgi-stroke.hgi-standard.hgi-quotes:before {
  content: "\51ff";
}
.hgi-stroke.hgi-standard.hgi-quran-01:before {
  content: "\5201";
}
.hgi-stroke.hgi-standard.hgi-quran-02:before {
  content: "\5203";
}
.hgi-stroke.hgi-standard.hgi-quran-03:before {
  content: "\5205";
}
.hgi-stroke.hgi-standard.hgi-racing-flag:before {
  content: "\5207";
}
.hgi-stroke.hgi-standard.hgi-radar-01:before {
  content: "\5209";
}
.hgi-stroke.hgi-standard.hgi-radar-02:before {
  content: "\520b";
}
.hgi-stroke.hgi-standard.hgi-radial:before {
  content: "\520d";
}
.hgi-stroke.hgi-standard.hgi-radio-01:before {
  content: "\520f";
}
.hgi-stroke.hgi-standard.hgi-radio-02:before {
  content: "\5211";
}
.hgi-stroke.hgi-standard.hgi-radio-button:before {
  content: "\5213";
}
.hgi-stroke.hgi-standard.hgi-radio:before {
  content: "\5215";
}
.hgi-stroke.hgi-standard.hgi-radioactive-alert:before {
  content: "\5217";
}
.hgi-stroke.hgi-standard.hgi-radius:before {
  content: "\5219";
}
.hgi-stroke.hgi-standard.hgi-rain-double-drop:before {
  content: "\521b";
}
.hgi-stroke.hgi-standard.hgi-rain-drop:before {
  content: "\521d";
}
.hgi-stroke.hgi-standard.hgi-rain:before {
  content: "\521f";
}
.hgi-stroke.hgi-standard.hgi-rainbow:before {
  content: "\5221";
}
.hgi-stroke.hgi-standard.hgi-ramadhan-01:before {
  content: "\5223";
}
.hgi-stroke.hgi-standard.hgi-ramadhan-02:before {
  content: "\5225";
}
.hgi-stroke.hgi-standard.hgi-ramadhan-month:before {
  content: "\5227";
}
.hgi-stroke.hgi-standard.hgi-ranking:before {
  content: "\5229";
}
.hgi-stroke.hgi-standard.hgi-rar-01:before {
  content: "\522b";
}
.hgi-stroke.hgi-standard.hgi-rar-02:before {
  content: "\522d";
}
.hgi-stroke.hgi-standard.hgi-raw-01:before {
  content: "\522f";
}
.hgi-stroke.hgi-standard.hgi-raw-02:before {
  content: "\5231";
}
.hgi-stroke.hgi-standard.hgi-re::before {
  content: "\5233";
}
.hgi-stroke.hgi-standard.hgi-react:before {
  content: "\5235";
}
.hgi-stroke.hgi-standard.hgi-real-estate-01:before {
  content: "\5237";
}
.hgi-stroke.hgi-standard.hgi-real-estate-02:before {
  content: "\5239";
}
.hgi-stroke.hgi-standard.hgi-receipt-dollar:before {
  content: "\523b";
}
.hgi-stroke.hgi-standard.hgi-record:before {
  content: "\523d";
}
.hgi-stroke.hgi-standard.hgi-recovery-mail:before {
  content: "\523f";
}
.hgi-stroke.hgi-standard.hgi-rectangular-01:before {
  content: "\5241";
}
.hgi-stroke.hgi-standard.hgi-rectangular:before {
  content: "\5243";
}
.hgi-stroke.hgi-standard.hgi-recycle-01:before {
  content: "\5245";
}
.hgi-stroke.hgi-standard.hgi-recycle-02:before {
  content: "\5247";
}
.hgi-stroke.hgi-standard.hgi-recycle-03:before {
  content: "\5249";
}
.hgi-stroke.hgi-standard.hgi-reddit:before {
  content: "\524b";
}
.hgi-stroke.hgi-standard.hgi-redo-02:before {
  content: "\524d";
}
.hgi-stroke.hgi-standard.hgi-redo-03:before {
  content: "\524f";
}
.hgi-stroke.hgi-standard.hgi-redo:before {
  content: "\5251";
}
.hgi-stroke.hgi-standard.hgi-reflex:before {
  content: "\5253";
}
.hgi-stroke.hgi-standard.hgi-refresh:before {
  content: "\5255";
}
.hgi-stroke.hgi-standard.hgi-refrigerator:before {
  content: "\5257";
}
.hgi-stroke.hgi-standard.hgi-register:before {
  content: "\5259";
}
.hgi-stroke.hgi-standard.hgi-registered:before {
  content: "\525b";
}
.hgi-stroke.hgi-standard.hgi-relieved-01:before {
  content: "\525d";
}
.hgi-stroke.hgi-standard.hgi-relieved-02:before {
  content: "\525f";
}
.hgi-stroke.hgi-standard.hgi-reload:before {
  content: "\5261";
}
.hgi-stroke.hgi-standard.hgi-reminder:before {
  content: "\5263";
}
.hgi-stroke.hgi-standard.hgi-remote-control:before {
  content: "\5265";
}
.hgi-stroke.hgi-standard.hgi-remove-01:before {
  content: "\5267";
}
.hgi-stroke.hgi-standard.hgi-remove-02:before {
  content: "\5269";
}
.hgi-stroke.hgi-standard.hgi-remove-circle-half-dot:before {
  content: "\526b";
}
.hgi-stroke.hgi-standard.hgi-remove-circle:before {
  content: "\526d";
}
.hgi-stroke.hgi-standard.hgi-remove-female:before {
  content: "\526f";
}
.hgi-stroke.hgi-standard.hgi-remove-male:before {
  content: "\5271";
}
.hgi-stroke.hgi-standard.hgi-remove-pi:before {
  content: "\5273";
}
.hgi-stroke.hgi-standard.hgi-remove-square:before {
  content: "\5275";
}
.hgi-stroke.hgi-standard.hgi-renewable-energy-01:before {
  content: "\5277";
}
.hgi-stroke.hgi-standard.hgi-renewable-energy:before {
  content: "\5279";
}
.hgi-stroke.hgi-standard.hgi-repair:before {
  content: "\527b";
}
.hgi-stroke.hgi-standard.hgi-repeat-off:before {
  content: "\527d";
}
.hgi-stroke.hgi-standard.hgi-repeat-one-01:before {
  content: "\527f";
}
.hgi-stroke.hgi-standard.hgi-repeat-one-02:before {
  content: "\5281";
}
.hgi-stroke.hgi-standard.hgi-repeat:before {
  content: "\5283";
}
.hgi-stroke.hgi-standard.hgi-replay:before {
  content: "\5285";
}
.hgi-stroke.hgi-standard.hgi-repository:before {
  content: "\5287";
}
.hgi-stroke.hgi-standard.hgi-reset-password:before {
  content: "\5289";
}
.hgi-stroke.hgi-standard.hgi-resize-01:before {
  content: "\528b";
}
.hgi-stroke.hgi-standard.hgi-resize-02:before {
  content: "\528d";
}
.hgi-stroke.hgi-standard.hgi-resize-field-rectangle:before {
  content: "\528f";
}
.hgi-stroke.hgi-standard.hgi-resize-field:before {
  content: "\5291";
}
.hgi-stroke.hgi-standard.hgi-resources-add:before {
  content: "\5293";
}
.hgi-stroke.hgi-standard.hgi-resources-remove:before {
  content: "\5295";
}
.hgi-stroke.hgi-standard.hgi-restaurant-01:before {
  content: "\5297";
}
.hgi-stroke.hgi-standard.hgi-restaurant-02:before {
  content: "\5299";
}
.hgi-stroke.hgi-standard.hgi-restaurant-03:before {
  content: "\529b";
}
.hgi-stroke.hgi-standard.hgi-restaurant-table:before {
  content: "\529d";
}
.hgi-stroke.hgi-standard.hgi-restore-bin:before {
  content: "\529f";
}
.hgi-stroke.hgi-standard.hgi-return-request:before {
  content: "\52a1";
}
.hgi-stroke.hgi-standard.hgi-reverse-withdrawal-01:before {
  content: "\52a3";
}
.hgi-stroke.hgi-standard.hgi-reverse-withdrawal-02:before {
  content: "\52a5";
}
.hgi-stroke.hgi-standard.hgi-rhombus-01:before {
  content: "\52a7";
}
.hgi-stroke.hgi-standard.hgi-rhombus:before {
  content: "\52a9";
}
.hgi-stroke.hgi-standard.hgi-rice-bowl-01:before {
  content: "\52ab";
}
.hgi-stroke.hgi-standard.hgi-rice-bowl-02:before {
  content: "\52ad";
}
.hgi-stroke.hgi-standard.hgi-right-angle:before {
  content: "\52af";
}
.hgi-stroke.hgi-standard.hgi-right-to-left-block-quote:before {
  content: "\52b1";
}
.hgi-stroke.hgi-standard.hgi-right-to-left-list-bullet:before {
  content: "\52b3";
}
.hgi-stroke.hgi-standard.hgi-right-to-left-list-dash:before {
  content: "\52b5";
}
.hgi-stroke.hgi-standard.hgi-right-to-left-list-number:before {
  content: "\52b7";
}
.hgi-stroke.hgi-standard.hgi-right-to-left-list-triangle:before {
  content: "\52b9";
}
.hgi-stroke.hgi-standard.hgi-right-triangle:before {
  content: "\52bb";
}
.hgi-stroke.hgi-standard.hgi-ripple:before {
  content: "\52bd";
}
.hgi-stroke.hgi-standard.hgi-riyal-rectangle:before {
  content: "\52bf";
}
.hgi-stroke.hgi-standard.hgi-riyal:before {
  content: "\52c1";
}
.hgi-stroke.hgi-standard.hgi-road-01:before {
  content: "\52c3";
}
.hgi-stroke.hgi-standard.hgi-road-02:before {
  content: "\52c5";
}
.hgi-stroke.hgi-standard.hgi-road-location-01:before {
  content: "\52c7";
}
.hgi-stroke.hgi-standard.hgi-road-location-02:before {
  content: "\52c9";
}
.hgi-stroke.hgi-standard.hgi-road-wayside:before {
  content: "\52cc";
}
.hgi-stroke.hgi-standard.hgi-road:before {
  content: "\52cd";
}
.hgi-stroke.hgi-standard.hgi-robot-01:before {
  content: "\52cf";
}
.hgi-stroke.hgi-standard.hgi-robot-02:before {
  content: "\52d1";
}
.hgi-stroke.hgi-standard.hgi-robotic:before {
  content: "\52d3";
}
.hgi-stroke.hgi-standard.hgi-rocket-01:before {
  content: "\52d5";
}
.hgi-stroke.hgi-standard.hgi-rocket-02:before {
  content: "\52d7";
}
.hgi-stroke.hgi-standard.hgi-rocket:before {
  content: "\52d9";
}
.hgi-stroke.hgi-standard.hgi-rocking-chair:before {
  content: "\52db";
}
.hgi-stroke.hgi-standard.hgi-rocking-horse:before {
  content: "\52dd";
}
.hgi-stroke.hgi-standard.hgi-roller-skate:before {
  content: "\52df";
}
.hgi-stroke.hgi-standard.hgi-rolling-pin:before {
  content: "\52e1";
}
.hgi-stroke.hgi-standard.hgi-root-01:before {
  content: "\52e3";
}
.hgi-stroke.hgi-standard.hgi-root-02:before {
  content: "\52e5";
}
.hgi-stroke.hgi-standard.hgi-root-circle:before {
  content: "\52e7";
}
.hgi-stroke.hgi-standard.hgi-root-first-bracket:before {
  content: "\52e9";
}
.hgi-stroke.hgi-standard.hgi-root-second-bracket:before {
  content: "\52eb";
}
.hgi-stroke.hgi-standard.hgi-root-third-bracket:before {
  content: "\52ed";
}
.hgi-stroke.hgi-standard.hgi-rotate-01:before {
  content: "\52ef";
}
.hgi-stroke.hgi-standard.hgi-rotate-02:before {
  content: "\52f1";
}
.hgi-stroke.hgi-standard.hgi-rotate-360:before {
  content: "\52f3";
}
.hgi-stroke.hgi-standard.hgi-rotate-bottom-left:before {
  content: "\52f5";
}
.hgi-stroke.hgi-standard.hgi-rotate-bottom-right:before {
  content: "\52f7";
}
.hgi-stroke.hgi-standard.hgi-rotate-clockwise:before {
  content: "\52f9";
}
.hgi-stroke.hgi-standard.hgi-rotate-crop:before {
  content: "\52fb";
}
.hgi-stroke.hgi-standard.hgi-rotate-left-01:before {
  content: "\52fd";
}
.hgi-stroke.hgi-standard.hgi-rotate-left-02:before {
  content: "\52ff";
}
.hgi-stroke.hgi-standard.hgi-rotate-left-03:before {
  content: "\5301";
}
.hgi-stroke.hgi-standard.hgi-rotate-left-04:before {
  content: "\5303";
}
.hgi-stroke.hgi-standard.hgi-rotate-left-05:before {
  content: "\5305";
}
.hgi-stroke.hgi-standard.hgi-rotate-left-06:before {
  content: "\5307";
}
.hgi-stroke.hgi-standard.hgi-rotate-right-01:before {
  content: "\5309";
}
.hgi-stroke.hgi-standard.hgi-rotate-right-02:before {
  content: "\530b";
}
.hgi-stroke.hgi-standard.hgi-rotate-right-03:before {
  content: "\530d";
}
.hgi-stroke.hgi-standard.hgi-rotate-right-04:before {
  content: "\530f";
}
.hgi-stroke.hgi-standard.hgi-rotate-right-05:before {
  content: "\5311";
}
.hgi-stroke.hgi-standard.hgi-rotate-right-06:before {
  content: "\5313";
}
.hgi-stroke.hgi-standard.hgi-rotate-square:before {
  content: "\5315";
}
.hgi-stroke.hgi-standard.hgi-rotate-top-left:before {
  content: "\5317";
}
.hgi-stroke.hgi-standard.hgi-rotate-top-right:before {
  content: "\5319";
}
.hgi-stroke.hgi-standard.hgi-route-01:before {
  content: "\531b";
}
.hgi-stroke.hgi-standard.hgi-route-02:before {
  content: "\531d";
}
.hgi-stroke.hgi-standard.hgi-route-03:before {
  content: "\531f";
}
.hgi-stroke.hgi-standard.hgi-route-block:before {
  content: "\5321";
}
.hgi-stroke.hgi-standard.hgi-router-01:before {
  content: "\5323";
}
.hgi-stroke.hgi-standard.hgi-router-02:before {
  content: "\5325";
}
.hgi-stroke.hgi-standard.hgi-router:before {
  content: "\5327";
}
.hgi-stroke.hgi-standard.hgi-row-delete:before {
  content: "\5329";
}
.hgi-stroke.hgi-standard.hgi-row-insert:before {
  content: "\532b";
}
.hgi-stroke.hgi-standard.hgi-rss-connected-01:before {
  content: "\532d";
}
.hgi-stroke.hgi-standard.hgi-rss-connected-02:before {
  content: "\532f";
}
.hgi-stroke.hgi-standard.hgi-rss-error:before {
  content: "\5331";
}
.hgi-stroke.hgi-standard.hgi-rss-locked:before {
  content: "\5333";
}
.hgi-stroke.hgi-standard.hgi-rss-unlocked:before {
  content: "\5336";
}
.hgi-stroke.hgi-standard.hgi-rss:before {
  content: "\5337";
}
.hgi-stroke.hgi-standard.hgi-rub-el-hizb:before {
  content: "\5339";
}
.hgi-stroke.hgi-standard.hgi-rubber-duck:before {
  content: "\533b";
}
.hgi-stroke.hgi-standard.hgi-rubiks-cube:before {
  content: "\533d";
}
.hgi-stroke.hgi-standard.hgi-ruku:before {
  content: "\533f";
}
.hgi-stroke.hgi-standard.hgi-ruler:before {
  content: "\5341";
}
.hgi-stroke.hgi-standard.hgi-running-shoes:before {
  content: "\5343";
}
.hgi-stroke.hgi-standard.hgi-sad-01:before {
  content: "\5345";
}
.hgi-stroke.hgi-standard.hgi-sad-02:before {
  content: "\5347";
}
.hgi-stroke.hgi-standard.hgi-sad-dizzy:before {
  content: "\5349";
}
.hgi-stroke.hgi-standard.hgi-safari:before {
  content: "\534b";
}
.hgi-stroke.hgi-standard.hgi-safe-delivery-01:before {
  content: "\534d";
}
.hgi-stroke.hgi-standard.hgi-safe-delivery-02:before {
  content: "\534f";
}
.hgi-stroke.hgi-standard.hgi-safe:before {
  content: "\5351";
}
.hgi-stroke.hgi-standard.hgi-safety-pin-01:before {
  content: "\5353";
}
.hgi-stroke.hgi-standard.hgi-safety-pin-02:before {
  content: "\5355";
}
.hgi-stroke.hgi-standard.hgi-sailboat-coastal:before {
  content: "\5357";
}
.hgi-stroke.hgi-standard.hgi-sailboat-offshore:before {
  content: "\5359";
}
.hgi-stroke.hgi-standard.hgi-sakura:before {
  content: "\535b";
}
.hgi-stroke.hgi-standard.hgi-salah-time:before {
  content: "\535e";
}
.hgi-stroke.hgi-standard.hgi-salah:before {
  content: "\535f";
}
.hgi-stroke.hgi-standard.hgi-sale-tag-01:before {
  content: "\5361";
}
.hgi-stroke.hgi-standard.hgi-sale-tag-02:before {
  content: "\5363";
}
.hgi-stroke.hgi-standard.hgi-sandals:before {
  content: "\5365";
}
.hgi-stroke.hgi-standard.hgi-satellite-01:before {
  content: "\5367";
}
.hgi-stroke.hgi-standard.hgi-satellite-02:before {
  content: "\5369";
}
.hgi-stroke.hgi-standard.hgi-satellite-03:before {
  content: "\536b";
}
.hgi-stroke.hgi-standard.hgi-satellite:before {
  content: "\536d";
}
.hgi-stroke.hgi-standard.hgi-saturn-01:before {
  content: "\536f";
}
.hgi-stroke.hgi-standard.hgi-saturn-02:before {
  content: "\5371";
}
.hgi-stroke.hgi-standard.hgi-saturn:before {
  content: "\5373";
}
.hgi-stroke.hgi-standard.hgi-sausage:before {
  content: "\5375";
}
.hgi-stroke.hgi-standard.hgi-save-energy-01:before {
  content: "\5377";
}
.hgi-stroke.hgi-standard.hgi-save-energy-02:before {
  content: "\5379";
}
.hgi-stroke.hgi-standard.hgi-save-money-dollar:before {
  content: "\537b";
}
.hgi-stroke.hgi-standard.hgi-save-money-euro:before {
  content: "\537d";
}
.hgi-stroke.hgi-standard.hgi-save-money-pound:before {
  content: "\537f";
}
.hgi-stroke.hgi-standard.hgi-save-money-yen:before {
  content: "\5381";
}
.hgi-stroke.hgi-standard.hgi-savings:before {
  content: "\5383";
}
.hgi-stroke.hgi-standard.hgi-scheme:before {
  content: "\5385";
}
.hgi-stroke.hgi-standard.hgi-school-01:before {
  content: "\5387";
}
.hgi-stroke.hgi-standard.hgi-school-bell-01:before {
  content: "\5389";
}
.hgi-stroke.hgi-standard.hgi-school-bell-02:before {
  content: "\538b";
}
.hgi-stroke.hgi-standard.hgi-school-bus:before {
  content: "\538d";
}
.hgi-stroke.hgi-standard.hgi-school-report-card:before {
  content: "\538f";
}
.hgi-stroke.hgi-standard.hgi-school-tie:before {
  content: "\5392";
}
.hgi-stroke.hgi-standard.hgi-school:before {
  content: "\5393";
}
.hgi-stroke.hgi-standard.hgi-scissor-01:before {
  content: "\5395";
}
.hgi-stroke.hgi-standard.hgi-scissor-rectangle:before {
  content: "\5397";
}
.hgi-stroke.hgi-standard.hgi-scissor:before {
  content: "\5399";
}
.hgi-stroke.hgi-standard.hgi-scooter-01:before {
  content: "\539b";
}
.hgi-stroke.hgi-standard.hgi-scooter-02:before {
  content: "\539d";
}
.hgi-stroke.hgi-standard.hgi-scooter-03:before {
  content: "\539f";
}
.hgi-stroke.hgi-standard.hgi-scooter-04:before {
  content: "\53a1";
}
.hgi-stroke.hgi-standard.hgi-scooter-electric:before {
  content: "\53a3";
}
.hgi-stroke.hgi-standard.hgi-scratch-card:before {
  content: "\53a5";
}
.hgi-stroke.hgi-standard.hgi-screen-add-to-home:before {
  content: "\53a7";
}
.hgi-stroke.hgi-standard.hgi-screen-lock-rotation:before {
  content: "\53a9";
}
.hgi-stroke.hgi-standard.hgi-screen-rotation:before {
  content: "\53ab";
}
.hgi-stroke.hgi-standard.hgi-scribd:before {
  content: "\53ad";
}
.hgi-stroke.hgi-standard.hgi-scroll-horizontal:before {
  content: "\53af";
}
.hgi-stroke.hgi-standard.hgi-scroll-vertical:before {
  content: "\53b2";
}
.hgi-stroke.hgi-standard.hgi-scroll:before {
  content: "\53b3";
}
.hgi-stroke.hgi-standard.hgi-sd-card:before {
  content: "\53b5";
}
.hgi-stroke.hgi-standard.hgi-seal:before {
  content: "\53b7";
}
.hgi-stroke.hgi-standard.hgi-search-01:before {
  content: "\53b9";
}
.hgi-stroke.hgi-standard.hgi-search-02:before {
  content: "\53bb";
}
.hgi-stroke.hgi-standard.hgi-search-add:before {
  content: "\53bd";
}
.hgi-stroke.hgi-standard.hgi-search-area:before {
  content: "\53bf";
}
.hgi-stroke.hgi-standard.hgi-search-circle:before {
  content: "\53c1";
}
.hgi-stroke.hgi-standard.hgi-search-dollar:before {
  content: "\53c3";
}
.hgi-stroke.hgi-standard.hgi-search-focus:before {
  content: "\53c5";
}
.hgi-stroke.hgi-standard.hgi-search-list-01:before {
  content: "\53c7";
}
.hgi-stroke.hgi-standard.hgi-search-list-02:before {
  content: "\53c9";
}
.hgi-stroke.hgi-standard.hgi-search-minus:before {
  content: "\53cb";
}
.hgi-stroke.hgi-standard.hgi-search-remove:before {
  content: "\53cd";
}
.hgi-stroke.hgi-standard.hgi-search-replace:before {
  content: "\53cf";
}
.hgi-stroke.hgi-standard.hgi-search-square:before {
  content: "\53d1";
}
.hgi-stroke.hgi-standard.hgi-search-visual:before {
  content: "\53d3";
}
.hgi-stroke.hgi-standard.hgi-searching:before {
  content: "\53d5";
}
.hgi-stroke.hgi-standard.hgi-seat-selector:before {
  content: "\53d7";
}
.hgi-stroke.hgi-standard.hgi-second-bracket-circle:before {
  content: "\53d9";
}
.hgi-stroke.hgi-standard.hgi-second-bracket-square:before {
  content: "\53dc";
}
.hgi-stroke.hgi-standard.hgi-second-bracket:before {
  content: "\53dd";
}
.hgi-stroke.hgi-standard.hgi-secured-network:before {
  content: "\53df";
}
.hgi-stroke.hgi-standard.hgi-security-block:before {
  content: "\53e1";
}
.hgi-stroke.hgi-standard.hgi-security-check:before {
  content: "\53e3";
}
.hgi-stroke.hgi-standard.hgi-security-key-usb:before {
  content: "\53e5";
}
.hgi-stroke.hgi-standard.hgi-security-lock:before {
  content: "\53e7";
}
.hgi-stroke.hgi-standard.hgi-security-password:before {
  content: "\53e9";
}
.hgi-stroke.hgi-standard.hgi-security-validation:before {
  content: "\53ec";
}
.hgi-stroke.hgi-standard.hgi-security-wifi:before {
  content: "\53ee";
}
.hgi-stroke.hgi-standard.hgi-security:before {
  content: "\53ef";
}
.hgi-stroke.hgi-standard.hgi-segment:before {
  content: "\53f1";
}
.hgi-stroke.hgi-standard.hgi-select-01:before {
  content: "\53f3";
}
.hgi-stroke.hgi-standard.hgi-select-02:before {
  content: "\53f5";
}
.hgi-stroke.hgi-standard.hgi-self-transfer:before {
  content: "\53f7";
}
.hgi-stroke.hgi-standard.hgi-send-to-mobile:before {
  content: "\53f9";
}
.hgi-stroke.hgi-standard.hgi-sending-order:before {
  content: "\53fb";
}
.hgi-stroke.hgi-standard.hgi-senseless:before {
  content: "\53fd";
}
.hgi-stroke.hgi-standard.hgi-sent-02:before {
  content: "\53ff";
}
.hgi-stroke.hgi-standard.hgi-sent:before {
  content: "\5401";
}
.hgi-stroke.hgi-standard.hgi-seo:before {
  content: "\5403";
}
.hgi-stroke.hgi-standard.hgi-server-stack-01:before {
  content: "\5405";
}
.hgi-stroke.hgi-standard.hgi-server-stack-02:before {
  content: "\5407";
}
.hgi-stroke.hgi-standard.hgi-server-stack-03:before {
  content: "\5409";
}
.hgi-stroke.hgi-standard.hgi-service:before {
  content: "\540b";
}
.hgi-stroke.hgi-standard.hgi-serving-food:before {
  content: "\540d";
}
.hgi-stroke.hgi-standard.hgi-setting-06:before {
  content: "\540f";
}
.hgi-stroke.hgi-standard.hgi-setting-07:before {
  content: "\5411";
}
.hgi-stroke.hgi-standard.hgi-setting-done-01:before {
  content: "\5413";
}
.hgi-stroke.hgi-standard.hgi-setting-done-02:before {
  content: "\5415";
}
.hgi-stroke.hgi-standard.hgi-setting-done-03:before {
  content: "\5417";
}
.hgi-stroke.hgi-standard.hgi-setting-done-04:before {
  content: "\5419";
}
.hgi-stroke.hgi-standard.hgi-setting-error-03:before {
  content: "\541b";
}
.hgi-stroke.hgi-standard.hgi-setting-error-04:before {
  content: "\541d";
}
.hgi-stroke.hgi-standard.hgi-settings-01:before {
  content: "\541f";
}
.hgi-stroke.hgi-standard.hgi-settings-02:before {
  content: "\5421";
}
.hgi-stroke.hgi-standard.hgi-settings-03:before {
  content: "\5423";
}
.hgi-stroke.hgi-standard.hgi-settings-04:before {
  content: "\5425";
}
.hgi-stroke.hgi-standard.hgi-settings-05:before {
  content: "\5427";
}
.hgi-stroke.hgi-standard.hgi-settings-error-01:before {
  content: "\5429";
}
.hgi-stroke.hgi-standard.hgi-settings-error-02:before {
  content: "\542b";
}
.hgi-stroke.hgi-standard.hgi-setup-01:before {
  content: "\542d";
}
.hgi-stroke.hgi-standard.hgi-setup-02:before {
  content: "\542f";
}
.hgi-stroke.hgi-standard.hgi-seven-z-01:before {
  content: "\5431";
}
.hgi-stroke.hgi-standard.hgi-seven-z-02:before {
  content: "\5433";
}
.hgi-stroke.hgi-standard.hgi-shaka-01:before {
  content: "\5435";
}
.hgi-stroke.hgi-standard.hgi-shaka-02:before {
  content: "\5437";
}
.hgi-stroke.hgi-standard.hgi-shaka-03:before {
  content: "\5439";
}
.hgi-stroke.hgi-standard.hgi-shaka-04:before {
  content: "\543b";
}
.hgi-stroke.hgi-standard.hgi-shampoo:before {
  content: "\543d";
}
.hgi-stroke.hgi-standard.hgi-shape-collection:before {
  content: "\543f";
}
.hgi-stroke.hgi-standard.hgi-shapes:before {
  content: "\5441";
}
.hgi-stroke.hgi-standard.hgi-share-01:before {
  content: "\5443";
}
.hgi-stroke.hgi-standard.hgi-share-02:before {
  content: "\5445";
}
.hgi-stroke.hgi-standard.hgi-share-03:before {
  content: "\5447";
}
.hgi-stroke.hgi-standard.hgi-share-04:before {
  content: "\5449";
}
.hgi-stroke.hgi-standard.hgi-share-05:before {
  content: "\544b";
}
.hgi-stroke.hgi-standard.hgi-share-06:before {
  content: "\544d";
}
.hgi-stroke.hgi-standard.hgi-share-07:before {
  content: "\544f";
}
.hgi-stroke.hgi-standard.hgi-share-08:before {
  content: "\5451";
}
.hgi-stroke.hgi-standard.hgi-share-knowledge:before {
  content: "\5453";
}
.hgi-stroke.hgi-standard.hgi-share-location-01:before {
  content: "\5455";
}
.hgi-stroke.hgi-standard.hgi-share-location-02:before {
  content: "\5457";
}
.hgi-stroke.hgi-standard.hgi-shared-wifi:before {
  content: "\5459";
}
.hgi-stroke.hgi-standard.hgi-sharing:before {
  content: "\545b";
}
.hgi-stroke.hgi-standard.hgi-shellfish:before {
  content: "\545d";
}
.hgi-stroke.hgi-standard.hgi-sheriff-01:before {
  content: "\545f";
}
.hgi-stroke.hgi-standard.hgi-sheriff-02:before {
  content: "\5461";
}
.hgi-stroke.hgi-standard.hgi-shield-01:before {
  content: "\5463";
}
.hgi-stroke.hgi-standard.hgi-shield-02:before {
  content: "\5465";
}
.hgi-stroke.hgi-standard.hgi-shield-blockchain:before {
  content: "\5467";
}
.hgi-stroke.hgi-standard.hgi-shield-energy:before {
  content: "\5469";
}
.hgi-stroke.hgi-standard.hgi-shield-key:before {
  content: "\546b";
}
.hgi-stroke.hgi-standard.hgi-shield-user:before {
  content: "\546d";
}
.hgi-stroke.hgi-standard.hgi-shipment-tracking:before {
  content: "\546f";
}
.hgi-stroke.hgi-standard.hgi-shipping-center:before {
  content: "\5471";
}
.hgi-stroke.hgi-standard.hgi-shipping-loading:before {
  content: "\5473";
}
.hgi-stroke.hgi-standard.hgi-shipping-truck-01:before {
  content: "\5475";
}
.hgi-stroke.hgi-standard.hgi-shipping-truck-02:before {
  content: "\5477";
}
.hgi-stroke.hgi-standard.hgi-shirt-01:before {
  content: "\5479";
}
.hgi-stroke.hgi-standard.hgi-shocked:before {
  content: "\547b";
}
.hgi-stroke.hgi-standard.hgi-shop-sign:before {
  content: "\547d";
}
.hgi-stroke.hgi-standard.hgi-shopify:before {
  content: "\547f";
}
.hgi-stroke.hgi-standard.hgi-shopping-bag-01:before {
  content: "\5481";
}
.hgi-stroke.hgi-standard.hgi-shopping-bag-02:before {
  content: "\5483";
}
.hgi-stroke.hgi-standard.hgi-shopping-bag-03:before {
  content: "\5485";
}
.hgi-stroke.hgi-standard.hgi-shopping-bag-add:before {
  content: "\5487";
}
.hgi-stroke.hgi-standard.hgi-shopping-bag-check:before {
  content: "\5489";
}
.hgi-stroke.hgi-standard.hgi-shopping-bag-favorite:before {
  content: "\548b";
}
.hgi-stroke.hgi-standard.hgi-shopping-bag-remove:before {
  content: "\548d";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-01:before {
  content: "\548f";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-02:before {
  content: "\5491";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-03:before {
  content: "\5493";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-add-01:before {
  content: "\5495";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-add-02:before {
  content: "\5497";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-add-03:before {
  content: "\5499";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-check-in-01:before {
  content: "\549b";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-check-in-02:before {
  content: "\549d";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-check-in-03:before {
  content: "\549f";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-check-out-01:before {
  content: "\54a1";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-check-out-02:before {
  content: "\54a3";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-check-out-03:before {
  content: "\54a5";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-done-01:before {
  content: "\54a7";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-done-02:before {
  content: "\54a9";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-done-03:before {
  content: "\54ab";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-favorite-01:before {
  content: "\54ad";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-favorite-02:before {
  content: "\54af";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-favorite-03:before {
  content: "\54b1";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-remove-01:before {
  content: "\54b3";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-remove-02:before {
  content: "\54b5";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-remove-03:before {
  content: "\54b7";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-secure-01:before {
  content: "\54b9";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-secure-02:before {
  content: "\54bb";
}
.hgi-stroke.hgi-standard.hgi-shopping-basket-secure-03:before {
  content: "\54bd";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-01:before {
  content: "\54bf";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-02:before {
  content: "\54c1";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-add-01:before {
  content: "\54c3";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-add-02:before {
  content: "\54c5";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-check-01:before {
  content: "\54c7";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-check-02:before {
  content: "\54c9";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-check-in-01:before {
  content: "\54cb";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-check-in-02:before {
  content: "\54cd";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-check-out-01:before {
  content: "\54cf";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-check-out-02:before {
  content: "\54d1";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-favorite-01:before {
  content: "\54d3";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-favorite-02:before {
  content: "\54d5";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-remove-01:before {
  content: "\54d7";
}
.hgi-stroke.hgi-standard.hgi-shopping-cart-remove-02:before {
  content: "\54d9";
}
.hgi-stroke.hgi-standard.hgi-shorts-pants:before {
  content: "\54db";
}
.hgi-stroke.hgi-standard.hgi-shoulder:before {
  content: "\54dd";
}
.hgi-stroke.hgi-standard.hgi-shuffle-square:before {
  content: "\54e0";
}
.hgi-stroke.hgi-standard.hgi-shuffle:before {
  content: "\54e1";
}
.hgi-stroke.hgi-standard.hgi-shut-down:before {
  content: "\54e3";
}
.hgi-stroke.hgi-standard.hgi-shutterstock:before {
  content: "\54e5";
}
.hgi-stroke.hgi-standard.hgi-sidebar-bottom:before {
  content: "\54e7";
}
.hgi-stroke.hgi-standard.hgi-sidebar-left-01:before {
  content: "\54e9";
}
.hgi-stroke.hgi-standard.hgi-sidebar-left:before {
  content: "\54eb";
}
.hgi-stroke.hgi-standard.hgi-sidebar-right-01:before {
  content: "\54ed";
}
.hgi-stroke.hgi-standard.hgi-sidebar-right:before {
  content: "\54ef";
}
.hgi-stroke.hgi-standard.hgi-sidebar-top:before {
  content: "\54f1";
}
.hgi-stroke.hgi-standard.hgi-sign-language-c:before {
  content: "\54f3";
}
.hgi-stroke.hgi-standard.hgi-signal-full-01:before {
  content: "\54f5";
}
.hgi-stroke.hgi-standard.hgi-signal-full-02:before {
  content: "\54f7";
}
.hgi-stroke.hgi-standard.hgi-signal-low-01:before {
  content: "\54f9";
}
.hgi-stroke.hgi-standard.hgi-signal-low-02:before {
  content: "\54fb";
}
.hgi-stroke.hgi-standard.hgi-signal-low-medium:before {
  content: "\54fd";
}
.hgi-stroke.hgi-standard.hgi-signal-medium-01:before {
  content: "\54ff";
}
.hgi-stroke.hgi-standard.hgi-signal-medium-02:before {
  content: "\5501";
}
.hgi-stroke.hgi-standard.hgi-signal-no-01:before {
  content: "\5503";
}
.hgi-stroke.hgi-standard.hgi-signal-no-02:before {
  content: "\5505";
}
.hgi-stroke.hgi-standard.hgi-signal:before {
  content: "\5507";
}
.hgi-stroke.hgi-standard.hgi-signature:before {
  content: "\5509";
}
.hgi-stroke.hgi-standard.hgi-silence:before {
  content: "\550b";
}
.hgi-stroke.hgi-standard.hgi-simcard-01:before {
  content: "\550d";
}
.hgi-stroke.hgi-standard.hgi-simcard-02:before {
  content: "\550f";
}
.hgi-stroke.hgi-standard.hgi-simcard-dual:before {
  content: "\5511";
}
.hgi-stroke.hgi-standard.hgi-sin:before {
  content: "\5513";
}
.hgi-stroke.hgi-standard.hgi-sine-01:before {
  content: "\5515";
}
.hgi-stroke.hgi-standard.hgi-sine-02:before {
  content: "\5517";
}
.hgi-stroke.hgi-standard.hgi-sing-left:before {
  content: "\5519";
}
.hgi-stroke.hgi-standard.hgi-sing-right:before {
  content: "\551b";
}
.hgi-stroke.hgi-standard.hgi-sink-01:before {
  content: "\551d";
}
.hgi-stroke.hgi-standard.hgi-sink-02:before {
  content: "\551f";
}
.hgi-stroke.hgi-standard.hgi-siri-new:before {
  content: "\5521";
}
.hgi-stroke.hgi-standard.hgi-siri:before {
  content: "\5523";
}
.hgi-stroke.hgi-standard.hgi-sketch:before {
  content: "\5525";
}
.hgi-stroke.hgi-standard.hgi-skew:before {
  content: "\5527";
}
.hgi-stroke.hgi-standard.hgi-ski-dice-faces-01:before {
  content: "\5529";
}
.hgi-stroke.hgi-standard.hgi-skipping-rope:before {
  content: "\552b";
}
.hgi-stroke.hgi-standard.hgi-skool:before {
  content: "\552d";
}
.hgi-stroke.hgi-standard.hgi-skull:before {
  content: "\552f";
}
.hgi-stroke.hgi-standard.hgi-skype:before {
  content: "\5531";
}
.hgi-stroke.hgi-standard.hgi-slack:before {
  content: "\5533";
}
.hgi-stroke.hgi-standard.hgi-sleeping:before {
  content: "\5535";
}
.hgi-stroke.hgi-standard.hgi-sleeveless:before {
  content: "\5537";
}
.hgi-stroke.hgi-standard.hgi-sliders-horizontal:before {
  content: "\5539";
}
.hgi-stroke.hgi-standard.hgi-sliders-vertical:before {
  content: "\553b";
}
.hgi-stroke.hgi-standard.hgi-slideshare:before {
  content: "\553d";
}
.hgi-stroke.hgi-standard.hgi-slow-winds:before {
  content: "\553f";
}
.hgi-stroke.hgi-standard.hgi-smart-ac:before {
  content: "\5541";
}
.hgi-stroke.hgi-standard.hgi-smart-phone-01:before {
  content: "\5543";
}
.hgi-stroke.hgi-standard.hgi-smart-phone-02:before {
  content: "\5545";
}
.hgi-stroke.hgi-standard.hgi-smart-phone-03:before {
  content: "\5547";
}
.hgi-stroke.hgi-standard.hgi-smart-phone-04:before {
  content: "\5549";
}
.hgi-stroke.hgi-standard.hgi-smart-phone-landscape:before {
  content: "\554b";
}
.hgi-stroke.hgi-standard.hgi-smart-watch-01:before {
  content: "\554e";
}
.hgi-stroke.hgi-standard.hgi-smart-watch-02:before {
  content: "\5550";
}
.hgi-stroke.hgi-standard.hgi-smart-watch-03:before {
  content: "\5552";
}
.hgi-stroke.hgi-standard.hgi-smart-watch-04:before {
  content: "\5554";
}
.hgi-stroke.hgi-standard.hgi-smart:before {
  content: "\5555";
}
.hgi-stroke.hgi-standard.hgi-smartphone-lost-wifi:before {
  content: "\5557";
}
.hgi-stroke.hgi-standard.hgi-smartphone-wifi:before {
  content: "\5559";
}
.hgi-stroke.hgi-standard.hgi-smile-dizzy:before {
  content: "\555b";
}
.hgi-stroke.hgi-standard.hgi-smile:before {
  content: "\555d";
}
.hgi-stroke.hgi-standard.hgi-sms-code:before {
  content: "\555f";
}
.hgi-stroke.hgi-standard.hgi-snail:before {
  content: "\5561";
}
.hgi-stroke.hgi-standard.hgi-snapchat:before {
  content: "\5563";
}
.hgi-stroke.hgi-standard.hgi-snow:before {
  content: "\5565";
}
.hgi-stroke.hgi-standard.hgi-socks:before {
  content: "\5567";
}
.hgi-stroke.hgi-standard.hgi-soda-can:before {
  content: "\5569";
}
.hgi-stroke.hgi-standard.hgi-sofa-01:before {
  content: "\556b";
}
.hgi-stroke.hgi-standard.hgi-sofa-02:before {
  content: "\556d";
}
.hgi-stroke.hgi-standard.hgi-sofa-03:before {
  content: "\556f";
}
.hgi-stroke.hgi-standard.hgi-sofa-single:before {
  content: "\5571";
}
.hgi-stroke.hgi-standard.hgi-soft-drink-01:before {
  content: "\5573";
}
.hgi-stroke.hgi-standard.hgi-soft-drink-02:before {
  content: "\5575";
}
.hgi-stroke.hgi-standard.hgi-software-license:before {
  content: "\5577";
}
.hgi-stroke.hgi-standard.hgi-software-uninstall:before {
  content: "\557a";
}
.hgi-stroke.hgi-standard.hgi-software:before {
  content: "\557b";
}
.hgi-stroke.hgi-standard.hgi-soil-moisture-field:before {
  content: "\557d";
}
.hgi-stroke.hgi-standard.hgi-soil-moisture-global:before {
  content: "\557f";
}
.hgi-stroke.hgi-standard.hgi-soil-temperature-field:before {
  content: "\5581";
}
.hgi-stroke.hgi-standard.hgi-soil-temperature-global:before {
  content: "\5583";
}
.hgi-stroke.hgi-standard.hgi-solar-energy:before {
  content: "\5585";
}
.hgi-stroke.hgi-standard.hgi-solar-panel-01:before {
  content: "\5587";
}
.hgi-stroke.hgi-standard.hgi-solar-panel-02:before {
  content: "\5589";
}
.hgi-stroke.hgi-standard.hgi-solar-panel-03:before {
  content: "\558b";
}
.hgi-stroke.hgi-standard.hgi-solar-panel-04:before {
  content: "\558d";
}
.hgi-stroke.hgi-standard.hgi-solar-panel-05:before {
  content: "\558f";
}
.hgi-stroke.hgi-standard.hgi-solar-power:before {
  content: "\5591";
}
.hgi-stroke.hgi-standard.hgi-solar-system-01:before {
  content: "\5593";
}
.hgi-stroke.hgi-standard.hgi-solar-system:before {
  content: "\5595";
}
.hgi-stroke.hgi-standard.hgi-solid-line-01:before {
  content: "\5597";
}
.hgi-stroke.hgi-standard.hgi-solid-line-02:before {
  content: "\5599";
}
.hgi-stroke.hgi-standard.hgi-sort-by-down-01:before {
  content: "\559b";
}
.hgi-stroke.hgi-standard.hgi-sort-by-down-02:before {
  content: "\559d";
}
.hgi-stroke.hgi-standard.hgi-sort-by-up-01:before {
  content: "\559f";
}
.hgi-stroke.hgi-standard.hgi-sort-by-up-02:before {
  content: "\55a1";
}
.hgi-stroke.hgi-standard.hgi-sorting-01:before {
  content: "\55a3";
}
.hgi-stroke.hgi-standard.hgi-sorting-02:before {
  content: "\55a5";
}
.hgi-stroke.hgi-standard.hgi-sorting-03:before {
  content: "\55a7";
}
.hgi-stroke.hgi-standard.hgi-sorting-04:before {
  content: "\55a9";
}
.hgi-stroke.hgi-standard.hgi-sorting-05:before {
  content: "\55ab";
}
.hgi-stroke.hgi-standard.hgi-sorting-1-9:before {
  content: "\55ad";
}
.hgi-stroke.hgi-standard.hgi-sorting-9-1:before {
  content: "\55af";
}
.hgi-stroke.hgi-standard.hgi-sorting-a-z-01:before {
  content: "\55b1";
}
.hgi-stroke.hgi-standard.hgi-sorting-a-z-02:before {
  content: "\55b3";
}
.hgi-stroke.hgi-standard.hgi-sorting-down:before {
  content: "\55b5";
}
.hgi-stroke.hgi-standard.hgi-sorting-up:before {
  content: "\55b7";
}
.hgi-stroke.hgi-standard.hgi-sorting-z-a-01:before {
  content: "\55b9";
}
.hgi-stroke.hgi-standard.hgi-soundcloud:before {
  content: "\55bb";
}
.hgi-stroke.hgi-standard.hgi-source-code-circle:before {
  content: "\55bd";
}
.hgi-stroke.hgi-standard.hgi-source-code-square:before {
  content: "\55c0";
}
.hgi-stroke.hgi-standard.hgi-source-code:before {
  content: "\55c1";
}
.hgi-stroke.hgi-standard.hgi-spaceship:before {
  content: "\55c3";
}
.hgi-stroke.hgi-standard.hgi-spades:before {
  content: "\55c5";
}
.hgi-stroke.hgi-standard.hgi-spaghetti:before {
  content: "\55c7";
}
.hgi-stroke.hgi-standard.hgi-spam:before {
  content: "\55c9";
}
.hgi-stroke.hgi-standard.hgi-sparkles:before {
  content: "\55cb";
}
.hgi-stroke.hgi-standard.hgi-spartan-helmet:before {
  content: "\55cd";
}
.hgi-stroke.hgi-standard.hgi-spatula:before {
  content: "\55cf";
}
.hgi-stroke.hgi-standard.hgi-speaker-01:before {
  content: "\55d1";
}
.hgi-stroke.hgi-standard.hgi-speaker:before {
  content: "\55d3";
}
.hgi-stroke.hgi-standard.hgi-speech-to-text:before {
  content: "\55d5";
}
.hgi-stroke.hgi-standard.hgi-speed-train-01:before {
  content: "\55d7";
}
.hgi-stroke.hgi-standard.hgi-speed-train-02:before {
  content: "\55d9";
}
.hgi-stroke.hgi-standard.hgi-sperm:before {
  content: "\55db";
}
.hgi-stroke.hgi-standard.hgi-sphere:before {
  content: "\55dd";
}
.hgi-stroke.hgi-standard.hgi-spirals:before {
  content: "\55df";
}
.hgi-stroke.hgi-standard.hgi-spoon-and-fork:before {
  content: "\55e1";
}
.hgi-stroke.hgi-standard.hgi-spoon-and-knife:before {
  content: "\55e3";
}
.hgi-stroke.hgi-standard.hgi-spoon:before {
  content: "\55e5";
}
.hgi-stroke.hgi-standard.hgi-spotify:before {
  content: "\55e7";
}
.hgi-stroke.hgi-standard.hgi-sql:before {
  content: "\55e9";
}
.hgi-stroke.hgi-standard.hgi-square-01:before {
  content: "\55eb";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-data-transfer-diagonal:before {
  content: "\55ed";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-data-transfer-horizontal:before {
  content: "\55ef";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-data-transfer-vertical:before {
  content: "\55f1";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-diagonal-01:before {
  content: "\55f3";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-diagonal-02:before {
  content: "\55f5";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-down-01:before {
  content: "\55f7";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-down-02:before {
  content: "\55f9";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-down-03:before {
  content: "\55fb";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-down-double:before {
  content: "\55fd";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-down-left:before {
  content: "\55ff";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-down-right:before {
  content: "\5601";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-expand-01:before {
  content: "\5603";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-expand-02:before {
  content: "\5605";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-horizontal:before {
  content: "\5607";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-left-01:before {
  content: "\5609";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-left-02:before {
  content: "\560b";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-left-03:before {
  content: "\560d";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-left-double:before {
  content: "\560f";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-left-right:before {
  content: "\5611";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-move-down-left:before {
  content: "\5613";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-move-down-right:before {
  content: "\5615";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-move-left-down:before {
  content: "\5617";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-move-left-up:before {
  content: "\5619";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-move-right-down:before {
  content: "\561b";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-move-right-up:before {
  content: "\561d";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-reload-01:before {
  content: "\561f";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-reload-02:before {
  content: "\5621";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-right-01:before {
  content: "\5623";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-right-02:before {
  content: "\5625";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-right-03:before {
  content: "\5627";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-right-double:before {
  content: "\5629";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-shrink-01:before {
  content: "\562b";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-shrink-02:before {
  content: "\562d";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-up-01:before {
  content: "\562f";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-up-02:before {
  content: "\5631";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-up-03:before {
  content: "\5633";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-up-double:before {
  content: "\5635";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-up-down:before {
  content: "\5637";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-up-left:before {
  content: "\5639";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-up-right:before {
  content: "\563b";
}
.hgi-stroke.hgi-standard.hgi-square-arrow-vertical:before {
  content: "\563d";
}
.hgi-stroke.hgi-standard.hgi-square-circle:before {
  content: "\563f";
}
.hgi-stroke.hgi-standard.hgi-square-lock-01:before {
  content: "\5641";
}
.hgi-stroke.hgi-standard.hgi-square-lock-02:before {
  content: "\5643";
}
.hgi-stroke.hgi-standard.hgi-square-lock-add-01:before {
  content: "\5645";
}
.hgi-stroke.hgi-standard.hgi-square-lock-add-02:before {
  content: "\5647";
}
.hgi-stroke.hgi-standard.hgi-square-lock-check-01:before {
  content: "\5649";
}
.hgi-stroke.hgi-standard.hgi-square-lock-check-02:before {
  content: "\564b";
}
.hgi-stroke.hgi-standard.hgi-square-lock-minus-01:before {
  content: "\564d";
}
.hgi-stroke.hgi-standard.hgi-square-lock-minus-02:before {
  content: "\564f";
}
.hgi-stroke.hgi-standard.hgi-square-lock-password:before {
  content: "\5651";
}
.hgi-stroke.hgi-standard.hgi-square-lock-remove-01:before {
  content: "\5653";
}
.hgi-stroke.hgi-standard.hgi-square-lock-remove-02:before {
  content: "\5655";
}
.hgi-stroke.hgi-standard.hgi-square-root-square:before {
  content: "\5657";
}
.hgi-stroke.hgi-standard.hgi-square-square:before {
  content: "\565a";
}
.hgi-stroke.hgi-standard.hgi-square-unlock-01:before {
  content: "\565c";
}
.hgi-stroke.hgi-standard.hgi-square-unlock-02:before {
  content: "\565e";
}
.hgi-stroke.hgi-standard.hgi-square:before {
  content: "\565f";
}
.hgi-stroke.hgi-standard.hgi-stack-star:before {
  content: "\5661";
}
.hgi-stroke.hgi-standard.hgi-stake:before {
  content: "\5663";
}
.hgi-stroke.hgi-standard.hgi-stamp-01:before {
  content: "\5665";
}
.hgi-stroke.hgi-standard.hgi-stamp-02:before {
  content: "\5667";
}
.hgi-stroke.hgi-standard.hgi-stamp:before {
  content: "\5669";
}
.hgi-stroke.hgi-standard.hgi-star-award-01:before {
  content: "\566b";
}
.hgi-stroke.hgi-standard.hgi-star-award-02:before {
  content: "\566d";
}
.hgi-stroke.hgi-standard.hgi-star-circle:before {
  content: "\566f";
}
.hgi-stroke.hgi-standard.hgi-star-face:before {
  content: "\5671";
}
.hgi-stroke.hgi-standard.hgi-star-half:before {
  content: "\5673";
}
.hgi-stroke.hgi-standard.hgi-star-off:before {
  content: "\5675";
}
.hgi-stroke.hgi-standard.hgi-star-square:before {
  content: "\5678";
}
.hgi-stroke.hgi-standard.hgi-star:before {
  content: "\5679";
}
.hgi-stroke.hgi-standard.hgi-stars:before {
  content: "\567b";
}
.hgi-stroke.hgi-standard.hgi-start-up-01:before {
  content: "\567d";
}
.hgi-stroke.hgi-standard.hgi-start-up-02:before {
  content: "\567f";
}
.hgi-stroke.hgi-standard.hgi-stationery:before {
  content: "\5681";
}
.hgi-stroke.hgi-standard.hgi-status:before {
  content: "\5683";
}
.hgi-stroke.hgi-standard.hgi-steak:before {
  content: "\5685";
}
.hgi-stroke.hgi-standard.hgi-steering:before {
  content: "\5687";
}
.hgi-stroke.hgi-standard.hgi-step-into:before {
  content: "\5689";
}
.hgi-stroke.hgi-standard.hgi-step-out:before {
  content: "\568b";
}
.hgi-stroke.hgi-standard.hgi-step-over:before {
  content: "\568d";
}
.hgi-stroke.hgi-standard.hgi-stethoscope-02:before {
  content: "\568f";
}
.hgi-stroke.hgi-standard.hgi-stethoscope:before {
  content: "\5691";
}
.hgi-stroke.hgi-standard.hgi-sticky-note-01:before {
  content: "\5693";
}
.hgi-stroke.hgi-standard.hgi-sticky-note-02:before {
  content: "\5695";
}
.hgi-stroke.hgi-standard.hgi-sticky-note-03:before {
  content: "\5697";
}
.hgi-stroke.hgi-standard.hgi-stop-circle:before {
  content: "\5699";
}
.hgi-stroke.hgi-standard.hgi-stop-loss-order:before {
  content: "\569b";
}
.hgi-stroke.hgi-standard.hgi-stop-watch:before {
  content: "\569e";
}
.hgi-stroke.hgi-standard.hgi-stop:before {
  content: "\569f";
}
.hgi-stroke.hgi-standard.hgi-store-01:before {
  content: "\56a1";
}
.hgi-stroke.hgi-standard.hgi-store-02:before {
  content: "\56a3";
}
.hgi-stroke.hgi-standard.hgi-store-03:before {
  content: "\56a5";
}
.hgi-stroke.hgi-standard.hgi-store-04:before {
  content: "\56a7";
}
.hgi-stroke.hgi-standard.hgi-store-add-01:before {
  content: "\56a9";
}
.hgi-stroke.hgi-standard.hgi-store-add-02:before {
  content: "\56ab";
}
.hgi-stroke.hgi-standard.hgi-store-location-01:before {
  content: "\56ad";
}
.hgi-stroke.hgi-standard.hgi-store-location-02:before {
  content: "\56af";
}
.hgi-stroke.hgi-standard.hgi-store-management-01:before {
  content: "\56b1";
}
.hgi-stroke.hgi-standard.hgi-store-management-02:before {
  content: "\56b3";
}
.hgi-stroke.hgi-standard.hgi-store-remove-01:before {
  content: "\56b5";
}
.hgi-stroke.hgi-standard.hgi-store-remove-02:before {
  content: "\56b7";
}
.hgi-stroke.hgi-standard.hgi-store-verified-01:before {
  content: "\56b9";
}
.hgi-stroke.hgi-standard.hgi-store-verified-02:before {
  content: "\56bb";
}
.hgi-stroke.hgi-standard.hgi-straight-edge:before {
  content: "\56bd";
}
.hgi-stroke.hgi-standard.hgi-strategy:before {
  content: "\56bf";
}
.hgi-stroke.hgi-standard.hgi-streering-wheel:before {
  content: "\56c1";
}
.hgi-stroke.hgi-standard.hgi-street-food:before {
  content: "\56c3";
}
.hgi-stroke.hgi-standard.hgi-stripe:before {
  content: "\56c5";
}
.hgi-stroke.hgi-standard.hgi-stroke-bottom:before {
  content: "\56c7";
}
.hgi-stroke.hgi-standard.hgi-stroke-center:before {
  content: "\56c9";
}
.hgi-stroke.hgi-standard.hgi-stroke-inside:before {
  content: "\56cb";
}
.hgi-stroke.hgi-standard.hgi-stroke-left:before {
  content: "\56cd";
}
.hgi-stroke.hgi-standard.hgi-stroke-outside:before {
  content: "\56cf";
}
.hgi-stroke.hgi-standard.hgi-stroke-right:before {
  content: "\56d1";
}
.hgi-stroke.hgi-standard.hgi-stroke-top:before {
  content: "\56d3";
}
.hgi-stroke.hgi-standard.hgi-structure-01:before {
  content: "\56d5";
}
.hgi-stroke.hgi-standard.hgi-structure-02:before {
  content: "\56d7";
}
.hgi-stroke.hgi-standard.hgi-structure-03:before {
  content: "\56d9";
}
.hgi-stroke.hgi-standard.hgi-structure-04:before {
  content: "\56db";
}
.hgi-stroke.hgi-standard.hgi-structure-05:before {
  content: "\56dd";
}
.hgi-stroke.hgi-standard.hgi-structure-add:before {
  content: "\56df";
}
.hgi-stroke.hgi-standard.hgi-structure-check:before {
  content: "\56e1";
}
.hgi-stroke.hgi-standard.hgi-structure-fail:before {
  content: "\56e3";
}
.hgi-stroke.hgi-standard.hgi-structure-folder-circle:before {
  content: "\56e5";
}
.hgi-stroke.hgi-standard.hgi-structure-folder:before {
  content: "\56e7";
}
.hgi-stroke.hgi-standard.hgi-student-card:before {
  content: "\56e9";
}
.hgi-stroke.hgi-standard.hgi-student:before {
  content: "\56eb";
}
.hgi-stroke.hgi-standard.hgi-students:before {
  content: "\56ed";
}
.hgi-stroke.hgi-standard.hgi-study-desk:before {
  content: "\56ef";
}
.hgi-stroke.hgi-standard.hgi-study-lamp:before {
  content: "\56f1";
}
.hgi-stroke.hgi-standard.hgi-stumbleupon:before {
  content: "\56f3";
}
.hgi-stroke.hgi-standard.hgi-submarine:before {
  content: "\56f5";
}
.hgi-stroke.hgi-standard.hgi-submerge:before {
  content: "\56f7";
}
.hgi-stroke.hgi-standard.hgi-subnode-add:before {
  content: "\56f9";
}
.hgi-stroke.hgi-standard.hgi-subnode-delete:before {
  content: "\56fb";
}
.hgi-stroke.hgi-standard.hgi-subpoena:before {
  content: "\56fd";
}
.hgi-stroke.hgi-standard.hgi-subtitle:before {
  content: "\56ff";
}
.hgi-stroke.hgi-standard.hgi-suit-01:before {
  content: "\5701";
}
.hgi-stroke.hgi-standard.hgi-suit-02:before {
  content: "\5703";
}
.hgi-stroke.hgi-standard.hgi-sujood:before {
  content: "\5705";
}
.hgi-stroke.hgi-standard.hgi-summation-01:before {
  content: "\5707";
}
.hgi-stroke.hgi-standard.hgi-summation-02:before {
  content: "\5709";
}
.hgi-stroke.hgi-standard.hgi-summation-circle:before {
  content: "\570b";
}
.hgi-stroke.hgi-standard.hgi-summation-square:before {
  content: "\570d";
}
.hgi-stroke.hgi-standard.hgi-sun-01:before {
  content: "\570f";
}
.hgi-stroke.hgi-standard.hgi-sun-02:before {
  content: "\5711";
}
.hgi-stroke.hgi-standard.hgi-sun-03:before {
  content: "\5713";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-01:before {
  content: "\5715";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-02:before {
  content: "\5717";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-angled-rain-01:before {
  content: "\5719";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-angled-rain-02:before {
  content: "\571b";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-angled-rain-zap-01:before {
  content: "\571d";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-angled-rain-zap-02:before {
  content: "\571f";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-angled-zap-01:before {
  content: "\5721";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-angled-zap-02:before {
  content: "\5723";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-big-rain-01:before {
  content: "\5725";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-big-rain-02:before {
  content: "\5727";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-fast-wind-01:before {
  content: "\5729";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-fast-wind-02:before {
  content: "\572b";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-hailstone-01:before {
  content: "\572d";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-hailstone-02:before {
  content: "\572f";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-little-rain-01:before {
  content: "\5731";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-little-rain-02:before {
  content: "\5733";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-little-snow-01:before {
  content: "\5735";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-little-snow-02:before {
  content: "\5737";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-mid-rain-01:before {
  content: "\5739";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-mid-rain-02:before {
  content: "\573b";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-mid-snow-01:before {
  content: "\573d";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-mid-snow-02:before {
  content: "\573f";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-slow-wind-01:before {
  content: "\5741";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-slow-wind-02:before {
  content: "\5743";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-snow-01:before {
  content: "\5745";
}
.hgi-stroke.hgi-standard.hgi-sun-cloud-snow-02:before {
  content: "\5747";
}
.hgi-stroke.hgi-standard.hgi-sunglasses:before {
  content: "\5749";
}
.hgi-stroke.hgi-standard.hgi-sunrise:before {
  content: "\574b";
}
.hgi-stroke.hgi-standard.hgi-sunset:before {
  content: "\574d";
}
.hgi-stroke.hgi-standard.hgi-super-mario-toad:before {
  content: "\5750";
}
.hgi-stroke.hgi-standard.hgi-super-mario:before {
  content: "\5751";
}
.hgi-stroke.hgi-standard.hgi-surfboard:before {
  content: "\5753";
}
.hgi-stroke.hgi-standard.hgi-surprise:before {
  content: "\5755";
}
.hgi-stroke.hgi-standard.hgi-sushi-01:before {
  content: "\5757";
}
.hgi-stroke.hgi-standard.hgi-sushi-02:before {
  content: "\5759";
}
.hgi-stroke.hgi-standard.hgi-sushi-03:before {
  content: "\575b";
}
.hgi-stroke.hgi-standard.hgi-suspicious:before {
  content: "\575d";
}
.hgi-stroke.hgi-standard.hgi-sustainable-energy:before {
  content: "\575f";
}
.hgi-stroke.hgi-standard.hgi-svg-01:before {
  content: "\5761";
}
.hgi-stroke.hgi-standard.hgi-svg-02:before {
  content: "\5763";
}
.hgi-stroke.hgi-standard.hgi-swarm:before {
  content: "\5765";
}
.hgi-stroke.hgi-standard.hgi-swatch:before {
  content: "\5767";
}
.hgi-stroke.hgi-standard.hgi-swimming-cap:before {
  content: "\5769";
}
.hgi-stroke.hgi-standard.hgi-swimming:before {
  content: "\576b";
}
.hgi-stroke.hgi-standard.hgi-swipe-down-01:before {
  content: "\576d";
}
.hgi-stroke.hgi-standard.hgi-swipe-down-02:before {
  content: "\576f";
}
.hgi-stroke.hgi-standard.hgi-swipe-down-03:before {
  content: "\5771";
}
.hgi-stroke.hgi-standard.hgi-swipe-down-04:before {
  content: "\5773";
}
.hgi-stroke.hgi-standard.hgi-swipe-down-05:before {
  content: "\5775";
}
.hgi-stroke.hgi-standard.hgi-swipe-down-06:before {
  content: "\5777";
}
.hgi-stroke.hgi-standard.hgi-swipe-down-07:before {
  content: "\5779";
}
.hgi-stroke.hgi-standard.hgi-swipe-down-08:before {
  content: "\577b";
}
.hgi-stroke.hgi-standard.hgi-swipe-left-01:before {
  content: "\577d";
}
.hgi-stroke.hgi-standard.hgi-swipe-left-02:before {
  content: "\577f";
}
.hgi-stroke.hgi-standard.hgi-swipe-left-03:before {
  content: "\5781";
}
.hgi-stroke.hgi-standard.hgi-swipe-left-04:before {
  content: "\5783";
}
.hgi-stroke.hgi-standard.hgi-swipe-left-05:before {
  content: "\5785";
}
.hgi-stroke.hgi-standard.hgi-swipe-left-06:before {
  content: "\5787";
}
.hgi-stroke.hgi-standard.hgi-swipe-left-07:before {
  content: "\5789";
}
.hgi-stroke.hgi-standard.hgi-swipe-left-08:before {
  content: "\578b";
}
.hgi-stroke.hgi-standard.hgi-swipe-left-09:before {
  content: "\578d";
}
.hgi-stroke.hgi-standard.hgi-swipe-right-01:before {
  content: "\578f";
}
.hgi-stroke.hgi-standard.hgi-swipe-right-02:before {
  content: "\5791";
}
.hgi-stroke.hgi-standard.hgi-swipe-right-03:before {
  content: "\5793";
}
.hgi-stroke.hgi-standard.hgi-swipe-right-04:before {
  content: "\5795";
}
.hgi-stroke.hgi-standard.hgi-swipe-right-05:before {
  content: "\5797";
}
.hgi-stroke.hgi-standard.hgi-swipe-right-06:before {
  content: "\5799";
}
.hgi-stroke.hgi-standard.hgi-swipe-right-07:before {
  content: "\579b";
}
.hgi-stroke.hgi-standard.hgi-swipe-right-08:before {
  content: "\579d";
}
.hgi-stroke.hgi-standard.hgi-swipe-right-09:before {
  content: "\579f";
}
.hgi-stroke.hgi-standard.hgi-swipe-up-01:before {
  content: "\57a1";
}
.hgi-stroke.hgi-standard.hgi-swipe-up-02:before {
  content: "\57a3";
}
.hgi-stroke.hgi-standard.hgi-swipe-up-03:before {
  content: "\57a5";
}
.hgi-stroke.hgi-standard.hgi-swipe-up-04:before {
  content: "\57a7";
}
.hgi-stroke.hgi-standard.hgi-swipe-up-05:before {
  content: "\57a9";
}
.hgi-stroke.hgi-standard.hgi-swipe-up-06:before {
  content: "\57ab";
}
.hgi-stroke.hgi-standard.hgi-swipe-up-07:before {
  content: "\57ad";
}
.hgi-stroke.hgi-standard.hgi-swipe-up-08:before {
  content: "\57af";
}
.hgi-stroke.hgi-standard.hgi-sword-01:before {
  content: "\57b1";
}
.hgi-stroke.hgi-standard.hgi-sword-02:before {
  content: "\57b3";
}
.hgi-stroke.hgi-standard.hgi-sword-03:before {
  content: "\57b5";
}
.hgi-stroke.hgi-standard.hgi-system-update-01:before {
  content: "\57b7";
}
.hgi-stroke.hgi-standard.hgi-system-update-02:before {
  content: "\57b9";
}
.hgi-stroke.hgi-standard.hgi-t-shirt:before {
  content: "\57bb";
}
.hgi-stroke.hgi-standard.hgi-table-01:before {
  content: "\57bd";
}
.hgi-stroke.hgi-standard.hgi-table-02:before {
  content: "\57bf";
}
.hgi-stroke.hgi-standard.hgi-table-03:before {
  content: "\57c1";
}
.hgi-stroke.hgi-standard.hgi-table-lamp-01:before {
  content: "\57c3";
}
.hgi-stroke.hgi-standard.hgi-table-lamp-02:before {
  content: "\57c5";
}
.hgi-stroke.hgi-standard.hgi-table-round:before {
  content: "\57c7";
}
.hgi-stroke.hgi-standard.hgi-table-tennis-bat:before {
  content: "\57ca";
}
.hgi-stroke.hgi-standard.hgi-table:before {
  content: "\57cb";
}
.hgi-stroke.hgi-standard.hgi-tablet-01:before {
  content: "\57cd";
}
.hgi-stroke.hgi-standard.hgi-tablet-02:before {
  content: "\57cf";
}
.hgi-stroke.hgi-standard.hgi-tablet-connected-bluetooth:before {
  content: "\57d1";
}
.hgi-stroke.hgi-standard.hgi-tablet-connected-usb:before {
  content: "\57d3";
}
.hgi-stroke.hgi-standard.hgi-tablet-connected-wifi:before {
  content: "\57d5";
}
.hgi-stroke.hgi-standard.hgi-tablet-pen:before {
  content: "\57d7";
}
.hgi-stroke.hgi-standard.hgi-taco-01:before {
  content: "\57d9";
}
.hgi-stroke.hgi-standard.hgi-taco-02:before {
  content: "\57db";
}
.hgi-stroke.hgi-standard.hgi-tag-01:before {
  content: "\57dd";
}
.hgi-stroke.hgi-standard.hgi-tag-02:before {
  content: "\57df";
}
.hgi-stroke.hgi-standard.hgi-tags:before {
  content: "\57e1";
}
.hgi-stroke.hgi-standard.hgi-taj-mahal:before {
  content: "\57e3";
}
.hgi-stroke.hgi-standard.hgi-tan:before {
  content: "\57e5";
}
.hgi-stroke.hgi-standard.hgi-tank-top:before {
  content: "\57e7";
}
.hgi-stroke.hgi-standard.hgi-tap-01:before {
  content: "\57e9";
}
.hgi-stroke.hgi-standard.hgi-tap-02:before {
  content: "\57eb";
}
.hgi-stroke.hgi-standard.hgi-tap-03:before {
  content: "\57ed";
}
.hgi-stroke.hgi-standard.hgi-tap-04:before {
  content: "\57ef";
}
.hgi-stroke.hgi-standard.hgi-tap-05:before {
  content: "\57f1";
}
.hgi-stroke.hgi-standard.hgi-tap-06:before {
  content: "\57f3";
}
.hgi-stroke.hgi-standard.hgi-tap-07:before {
  content: "\57f5";
}
.hgi-stroke.hgi-standard.hgi-tap-08:before {
  content: "\57f7";
}
.hgi-stroke.hgi-standard.hgi-tape-measure:before {
  content: "\57f9";
}
.hgi-stroke.hgi-standard.hgi-target-01:before {
  content: "\57fb";
}
.hgi-stroke.hgi-standard.hgi-target-02:before {
  content: "\57fd";
}
.hgi-stroke.hgi-standard.hgi-target-03:before {
  content: "\57ff";
}
.hgi-stroke.hgi-standard.hgi-target-dollar:before {
  content: "\5801";
}
.hgi-stroke.hgi-standard.hgi-tasbih:before {
  content: "\5803";
}
.hgi-stroke.hgi-standard.hgi-task-01:before {
  content: "\5805";
}
.hgi-stroke.hgi-standard.hgi-task-02:before {
  content: "\5807";
}
.hgi-stroke.hgi-standard.hgi-task-add-01:before {
  content: "\5809";
}
.hgi-stroke.hgi-standard.hgi-task-add-02:before {
  content: "\580b";
}
.hgi-stroke.hgi-standard.hgi-task-daily-01:before {
  content: "\580d";
}
.hgi-stroke.hgi-standard.hgi-task-daily-02:before {
  content: "\580f";
}
.hgi-stroke.hgi-standard.hgi-task-done-01:before {
  content: "\5811";
}
.hgi-stroke.hgi-standard.hgi-task-done-02:before {
  content: "\5813";
}
.hgi-stroke.hgi-standard.hgi-task-edit-01:before {
  content: "\5815";
}
.hgi-stroke.hgi-standard.hgi-task-edit-02:before {
  content: "\5817";
}
.hgi-stroke.hgi-standard.hgi-task-remove-01:before {
  content: "\5819";
}
.hgi-stroke.hgi-standard.hgi-task-remove-02:before {
  content: "\581b";
}
.hgi-stroke.hgi-standard.hgi-taxes:before {
  content: "\581d";
}
.hgi-stroke.hgi-standard.hgi-taxi:before {
  content: "\581f";
}
.hgi-stroke.hgi-standard.hgi-tea-pod:before {
  content: "\5821";
}
.hgi-stroke.hgi-standard.hgi-tea:before {
  content: "\5823";
}
.hgi-stroke.hgi-standard.hgi-teacher:before {
  content: "\5825";
}
.hgi-stroke.hgi-standard.hgi-teaching:before {
  content: "\5827";
}
.hgi-stroke.hgi-standard.hgi-teamviewer:before {
  content: "\5829";
}
.hgi-stroke.hgi-standard.hgi-telegram:before {
  content: "\582b";
}
.hgi-stroke.hgi-standard.hgi-telephone:before {
  content: "\582d";
}
.hgi-stroke.hgi-standard.hgi-telescope-01:before {
  content: "\582f";
}
.hgi-stroke.hgi-standard.hgi-telescope-02:before {
  content: "\5831";
}
.hgi-stroke.hgi-standard.hgi-television-table:before {
  content: "\5833";
}
.hgi-stroke.hgi-standard.hgi-temperature:before {
  content: "\5835";
}
.hgi-stroke.hgi-standard.hgi-tennis-ball:before {
  content: "\5837";
}
.hgi-stroke.hgi-standard.hgi-terrace:before {
  content: "\5839";
}
.hgi-stroke.hgi-standard.hgi-test-tube-01:before {
  content: "\583b";
}
.hgi-stroke.hgi-standard.hgi-test-tube-02:before {
  content: "\583d";
}
.hgi-stroke.hgi-standard.hgi-test-tube-03:before {
  content: "\583f";
}
.hgi-stroke.hgi-standard.hgi-test-tube:before {
  content: "\5841";
}
.hgi-stroke.hgi-standard.hgi-tetris:before {
  content: "\5843";
}
.hgi-stroke.hgi-standard.hgi-text-align-center:before {
  content: "\5845";
}
.hgi-stroke.hgi-standard.hgi-text-align-justify-center:before {
  content: "\5847";
}
.hgi-stroke.hgi-standard.hgi-text-align-justify-left:before {
  content: "\5849";
}
.hgi-stroke.hgi-standard.hgi-text-align-justify-right:before {
  content: "\584b";
}
.hgi-stroke.hgi-standard.hgi-text-align-left-01:before {
  content: "\584d";
}
.hgi-stroke.hgi-standard.hgi-text-align-left:before {
  content: "\584f";
}
.hgi-stroke.hgi-standard.hgi-text-align-right-01:before {
  content: "\5851";
}
.hgi-stroke.hgi-standard.hgi-text-align-right:before {
  content: "\5853";
}
.hgi-stroke.hgi-standard.hgi-text-all-caps:before {
  content: "\5855";
}
.hgi-stroke.hgi-standard.hgi-text-bold:before {
  content: "\5857";
}
.hgi-stroke.hgi-standard.hgi-text-centerline-center-top:before {
  content: "\5859";
}
.hgi-stroke.hgi-standard.hgi-text-centerline-left:before {
  content: "\585b";
}
.hgi-stroke.hgi-standard.hgi-text-centerline-middle:before {
  content: "\585d";
}
.hgi-stroke.hgi-standard.hgi-text-centerline-right:before {
  content: "\585f";
}
.hgi-stroke.hgi-standard.hgi-text-check:before {
  content: "\5861";
}
.hgi-stroke.hgi-standard.hgi-text-circle:before {
  content: "\5863";
}
.hgi-stroke.hgi-standard.hgi-text-clear:before {
  content: "\5865";
}
.hgi-stroke.hgi-standard.hgi-text-color:before {
  content: "\5867";
}
.hgi-stroke.hgi-standard.hgi-text-creation:before {
  content: "\5869";
}
.hgi-stroke.hgi-standard.hgi-text-firstline-left:before {
  content: "\586b";
}
.hgi-stroke.hgi-standard.hgi-text-firstline-right:before {
  content: "\586d";
}
.hgi-stroke.hgi-standard.hgi-text-font:before {
  content: "\586f";
}
.hgi-stroke.hgi-standard.hgi-text-footnote:before {
  content: "\5871";
}
.hgi-stroke.hgi-standard.hgi-text-indent-01:before {
  content: "\5873";
}
.hgi-stroke.hgi-standard.hgi-text-indent-less:before {
  content: "\5875";
}
.hgi-stroke.hgi-standard.hgi-text-indent-more:before {
  content: "\5877";
}
.hgi-stroke.hgi-standard.hgi-text-indent:before {
  content: "\5879";
}
.hgi-stroke.hgi-standard.hgi-text-italic-slash:before {
  content: "\587c";
}
.hgi-stroke.hgi-standard.hgi-text-italic:before {
  content: "\587d";
}
.hgi-stroke.hgi-standard.hgi-text-kerning:before {
  content: "\587f";
}
.hgi-stroke.hgi-standard.hgi-text-number-sign:before {
  content: "\5881";
}
.hgi-stroke.hgi-standard.hgi-text-selection:before {
  content: "\5884";
}
.hgi-stroke.hgi-standard.hgi-text-smallcaps:before {
  content: "\5886";
}
.hgi-stroke.hgi-standard.hgi-text-square:before {
  content: "\5888";
}
.hgi-stroke.hgi-standard.hgi-text-strikethrough:before {
  content: "\588a";
}
.hgi-stroke.hgi-standard.hgi-text-subscript:before {
  content: "\588c";
}
.hgi-stroke.hgi-standard.hgi-text-superscript:before {
  content: "\588e";
}
.hgi-stroke.hgi-standard.hgi-text-tracking:before {
  content: "\5890";
}
.hgi-stroke.hgi-standard.hgi-text-underline:before {
  content: "\5892";
}
.hgi-stroke.hgi-standard.hgi-text-variable-front:before {
  content: "\5894";
}
.hgi-stroke.hgi-standard.hgi-text-vertical-alignment:before {
  content: "\5896";
}
.hgi-stroke.hgi-standard.hgi-text-wrap:before {
  content: "\5898";
}
.hgi-stroke.hgi-standard.hgi-text:before {
  content: "\5899";
}
.hgi-stroke.hgi-standard.hgi-the-prophets-mosque:before {
  content: "\589b";
}
.hgi-stroke.hgi-standard.hgi-thermometer-cold:before {
  content: "\589d";
}
.hgi-stroke.hgi-standard.hgi-thermometer-warm:before {
  content: "\58a0";
}
.hgi-stroke.hgi-standard.hgi-thermometer:before {
  content: "\58a1";
}
.hgi-stroke.hgi-standard.hgi-third-bracket-circle:before {
  content: "\58a3";
}
.hgi-stroke.hgi-standard.hgi-third-bracket-square:before {
  content: "\58a6";
}
.hgi-stroke.hgi-standard.hgi-third-bracket:before {
  content: "\58a7";
}
.hgi-stroke.hgi-standard.hgi-thread:before {
  content: "\58a9";
}
.hgi-stroke.hgi-standard.hgi-threads-ellipse:before {
  content: "\58ab";
}
.hgi-stroke.hgi-standard.hgi-threads-rectangle:before {
  content: "\58ad";
}
.hgi-stroke.hgi-standard.hgi-threads:before {
  content: "\58af";
}
.hgi-stroke.hgi-standard.hgi-three-d-move:before {
  content: "\58b1";
}
.hgi-stroke.hgi-standard.hgi-three-d-rotate:before {
  content: "\58b3";
}
.hgi-stroke.hgi-standard.hgi-three-d-scale:before {
  content: "\58b5";
}
.hgi-stroke.hgi-standard.hgi-three-finger-01:before {
  content: "\58b7";
}
.hgi-stroke.hgi-standard.hgi-three-finger-02:before {
  content: "\58b9";
}
.hgi-stroke.hgi-standard.hgi-three-finger-03:before {
  content: "\58bb";
}
.hgi-stroke.hgi-standard.hgi-three-finger-04:before {
  content: "\58bd";
}
.hgi-stroke.hgi-standard.hgi-three-finger-05:before {
  content: "\58bf";
}
.hgi-stroke.hgi-standard.hgi-thumbs-down-ellipse:before {
  content: "\58c1";
}
.hgi-stroke.hgi-standard.hgi-thumbs-down-rectangle:before {
  content: "\58c3";
}
.hgi-stroke.hgi-standard.hgi-thumbs-down:before {
  content: "\58c5";
}
.hgi-stroke.hgi-standard.hgi-thumbs-up-down:before {
  content: "\58c7";
}
.hgi-stroke.hgi-standard.hgi-thumbs-up-ellipse:before {
  content: "\58c9";
}
.hgi-stroke.hgi-standard.hgi-thumbs-up-rectangle:before {
  content: "\58cb";
}
.hgi-stroke.hgi-standard.hgi-thumbs-up:before {
  content: "\58cd";
}
.hgi-stroke.hgi-standard.hgi-tic-tac-toe:before {
  content: "\58cf";
}
.hgi-stroke.hgi-standard.hgi-tick-01:before {
  content: "\58d1";
}
.hgi-stroke.hgi-standard.hgi-tick-02:before {
  content: "\58d3";
}
.hgi-stroke.hgi-standard.hgi-tick-03:before {
  content: "\58d5";
}
.hgi-stroke.hgi-standard.hgi-tick-04:before {
  content: "\58d7";
}
.hgi-stroke.hgi-standard.hgi-tick-double-01:before {
  content: "\58d9";
}
.hgi-stroke.hgi-standard.hgi-tick-double-02:before {
  content: "\58db";
}
.hgi-stroke.hgi-standard.hgi-tick-double-03:before {
  content: "\58dd";
}
.hgi-stroke.hgi-standard.hgi-tick-double-04:before {
  content: "\58df";
}
.hgi-stroke.hgi-standard.hgi-ticket-01:before {
  content: "\58e1";
}
.hgi-stroke.hgi-standard.hgi-ticket-02:before {
  content: "\58e3";
}
.hgi-stroke.hgi-standard.hgi-ticket-03:before {
  content: "\58e5";
}
.hgi-stroke.hgi-standard.hgi-ticket-star:before {
  content: "\58e7";
}
.hgi-stroke.hgi-standard.hgi-tie:before {
  content: "\58e9";
}
.hgi-stroke.hgi-standard.hgi-tiff-01:before {
  content: "\58eb";
}
.hgi-stroke.hgi-standard.hgi-tiff-02:before {
  content: "\58ed";
}
.hgi-stroke.hgi-standard.hgi-tiktok:before {
  content: "\58ef";
}
.hgi-stroke.hgi-standard.hgi-tiltify:before {
  content: "\58f1";
}
.hgi-stroke.hgi-standard.hgi-time-01:before {
  content: "\58f3";
}
.hgi-stroke.hgi-standard.hgi-time-02:before {
  content: "\58f5";
}
.hgi-stroke.hgi-standard.hgi-time-03:before {
  content: "\58f7";
}
.hgi-stroke.hgi-standard.hgi-time-04:before {
  content: "\58f9";
}
.hgi-stroke.hgi-standard.hgi-time-half-pass:before {
  content: "\58fb";
}
.hgi-stroke.hgi-standard.hgi-time-management-circle:before {
  content: "\58fd";
}
.hgi-stroke.hgi-standard.hgi-time-management:before {
  content: "\58ff";
}
.hgi-stroke.hgi-standard.hgi-time-quarter-02:before {
  content: "\5901";
}
.hgi-stroke.hgi-standard.hgi-time-quarter-pass:before {
  content: "\5903";
}
.hgi-stroke.hgi-standard.hgi-time-quarter:before {
  content: "\5905";
}
.hgi-stroke.hgi-standard.hgi-time-schedule:before {
  content: "\5907";
}
.hgi-stroke.hgi-standard.hgi-time-setting-01:before {
  content: "\5909";
}
.hgi-stroke.hgi-standard.hgi-time-setting-02:before {
  content: "\590b";
}
.hgi-stroke.hgi-standard.hgi-time-setting-03:before {
  content: "\590d";
}
.hgi-stroke.hgi-standard.hgi-timer-01:before {
  content: "\590f";
}
.hgi-stroke.hgi-standard.hgi-timer-02:before {
  content: "\5911";
}
.hgi-stroke.hgi-standard.hgi-tips:before {
  content: "\5913";
}
.hgi-stroke.hgi-standard.hgi-tire:before {
  content: "\5915";
}
.hgi-stroke.hgi-standard.hgi-tired-01:before {
  content: "\5917";
}
.hgi-stroke.hgi-standard.hgi-tired-02:before {
  content: "\5919";
}
.hgi-stroke.hgi-standard.hgi-tissue-paper:before {
  content: "\591b";
}
.hgi-stroke.hgi-standard.hgi-toggle-off:before {
  content: "\591d";
}
.hgi-stroke.hgi-standard.hgi-toggle-on:before {
  content: "\591f";
}
.hgi-stroke.hgi-standard.hgi-toilet-01:before {
  content: "\5921";
}
.hgi-stroke.hgi-standard.hgi-toilet-02:before {
  content: "\5923";
}
.hgi-stroke.hgi-standard.hgi-token-circle:before {
  content: "\5925";
}
.hgi-stroke.hgi-standard.hgi-token-square:before {
  content: "\5927";
}
.hgi-stroke.hgi-standard.hgi-tongue-01:before {
  content: "\5929";
}
.hgi-stroke.hgi-standard.hgi-tongue-wink-left:before {
  content: "\592c";
}
.hgi-stroke.hgi-standard.hgi-tongue-wink-right:before {
  content: "\592e";
}
.hgi-stroke.hgi-standard.hgi-tongue:before {
  content: "\592f";
}
.hgi-stroke.hgi-standard.hgi-tools:before {
  content: "\5931";
}
.hgi-stroke.hgi-standard.hgi-tornado-01:before {
  content: "\5933";
}
.hgi-stroke.hgi-standard.hgi-tornado-02:before {
  content: "\5935";
}
.hgi-stroke.hgi-standard.hgi-torri-gate:before {
  content: "\5937";
}
.hgi-stroke.hgi-standard.hgi-touch-01:before {
  content: "\5939";
}
.hgi-stroke.hgi-standard.hgi-touch-02:before {
  content: "\593b";
}
.hgi-stroke.hgi-standard.hgi-touch-03:before {
  content: "\593d";
}
.hgi-stroke.hgi-standard.hgi-touch-04:before {
  content: "\593f";
}
.hgi-stroke.hgi-standard.hgi-touch-05:before {
  content: "\5941";
}
.hgi-stroke.hgi-standard.hgi-touch-06:before {
  content: "\5943";
}
.hgi-stroke.hgi-standard.hgi-touch-07:before {
  content: "\5945";
}
.hgi-stroke.hgi-standard.hgi-touch-08:before {
  content: "\5947";
}
.hgi-stroke.hgi-standard.hgi-touch-09:before {
  content: "\5949";
}
.hgi-stroke.hgi-standard.hgi-touch-10:before {
  content: "\594b";
}
.hgi-stroke.hgi-standard.hgi-touch-interaction-01:before {
  content: "\594d";
}
.hgi-stroke.hgi-standard.hgi-touch-interaction-02:before {
  content: "\594f";
}
.hgi-stroke.hgi-standard.hgi-touch-interaction-03:before {
  content: "\5951";
}
.hgi-stroke.hgi-standard.hgi-touch-interaction-04:before {
  content: "\5953";
}
.hgi-stroke.hgi-standard.hgi-touch-locked-01:before {
  content: "\5955";
}
.hgi-stroke.hgi-standard.hgi-touch-locked-02:before {
  content: "\5957";
}
.hgi-stroke.hgi-standard.hgi-touch-locked-03:before {
  content: "\5959";
}
.hgi-stroke.hgi-standard.hgi-touch-locked-04:before {
  content: "\595b";
}
.hgi-stroke.hgi-standard.hgi-touchpad-01:before {
  content: "\595d";
}
.hgi-stroke.hgi-standard.hgi-touchpad-02:before {
  content: "\595f";
}
.hgi-stroke.hgi-standard.hgi-touchpad-03:before {
  content: "\5961";
}
.hgi-stroke.hgi-standard.hgi-touchpad-04:before {
  content: "\5963";
}
.hgi-stroke.hgi-standard.hgi-tow-truck:before {
  content: "\5965";
}
.hgi-stroke.hgi-standard.hgi-towels:before {
  content: "\5967";
}
.hgi-stroke.hgi-standard.hgi-toy-train:before {
  content: "\5969";
}
.hgi-stroke.hgi-standard.hgi-tractor:before {
  content: "\596b";
}
.hgi-stroke.hgi-standard.hgi-trade-down:before {
  content: "\596d";
}
.hgi-stroke.hgi-standard.hgi-trade-mark:before {
  content: "\596f";
}
.hgi-stroke.hgi-standard.hgi-trade-up:before {
  content: "\5971";
}
.hgi-stroke.hgi-standard.hgi-trademark:before {
  content: "\5973";
}
.hgi-stroke.hgi-standard.hgi-traffic-incident:before {
  content: "\5975";
}
.hgi-stroke.hgi-standard.hgi-traffic-jam-01:before {
  content: "\5977";
}
.hgi-stroke.hgi-standard.hgi-traffic-jam-02:before {
  content: "\5979";
}
.hgi-stroke.hgi-standard.hgi-traffic-light:before {
  content: "\597b";
}
.hgi-stroke.hgi-standard.hgi-train-01:before {
  content: "\597d";
}
.hgi-stroke.hgi-standard.hgi-train-02:before {
  content: "\597f";
}
.hgi-stroke.hgi-standard.hgi-tram:before {
  content: "\5981";
}
.hgi-stroke.hgi-standard.hgi-trampoline:before {
  content: "\5983";
}
.hgi-stroke.hgi-standard.hgi-transaction:before {
  content: "\5985";
}
.hgi-stroke.hgi-standard.hgi-transition-bottom:before {
  content: "\5987";
}
.hgi-stroke.hgi-standard.hgi-transition-left:before {
  content: "\5989";
}
.hgi-stroke.hgi-standard.hgi-transition-right:before {
  content: "\598b";
}
.hgi-stroke.hgi-standard.hgi-transition-top:before {
  content: "\598d";
}
.hgi-stroke.hgi-standard.hgi-translate:before {
  content: "\598f";
}
.hgi-stroke.hgi-standard.hgi-translation:before {
  content: "\5991";
}
.hgi-stroke.hgi-standard.hgi-transmission:before {
  content: "\5993";
}
.hgi-stroke.hgi-standard.hgi-transparency:before {
  content: "\5995";
}
.hgi-stroke.hgi-standard.hgi-trapezoid-line-horizontal:before {
  content: "\5997";
}
.hgi-stroke.hgi-standard.hgi-trapezoid-line-vertical:before {
  content: "\5999";
}
.hgi-stroke.hgi-standard.hgi-travel-bag:before {
  content: "\599b";
}
.hgi-stroke.hgi-standard.hgi-treadmill-01:before {
  content: "\599d";
}
.hgi-stroke.hgi-standard.hgi-treadmill-02:before {
  content: "\599f";
}
.hgi-stroke.hgi-standard.hgi-treatment:before {
  content: "\59a1";
}
.hgi-stroke.hgi-standard.hgi-tree-01:before {
  content: "\59a3";
}
.hgi-stroke.hgi-standard.hgi-tree-02:before {
  content: "\59a5";
}
.hgi-stroke.hgi-standard.hgi-tree-03:before {
  content: "\59a7";
}
.hgi-stroke.hgi-standard.hgi-tree-04:before {
  content: "\59a9";
}
.hgi-stroke.hgi-standard.hgi-tree-05:before {
  content: "\59ab";
}
.hgi-stroke.hgi-standard.hgi-tree-06:before {
  content: "\59ad";
}
.hgi-stroke.hgi-standard.hgi-tree-07:before {
  content: "\59af";
}
.hgi-stroke.hgi-standard.hgi-trello:before {
  content: "\59b1";
}
.hgi-stroke.hgi-standard.hgi-triangle-01:before {
  content: "\59b3";
}
.hgi-stroke.hgi-standard.hgi-triangle-02:before {
  content: "\59b5";
}
.hgi-stroke.hgi-standard.hgi-triangle-03:before {
  content: "\59b7";
}
.hgi-stroke.hgi-standard.hgi-triangle:before {
  content: "\59b9";
}
.hgi-stroke.hgi-standard.hgi-trolley-01:before {
  content: "\59bb";
}
.hgi-stroke.hgi-standard.hgi-trolley-02:before {
  content: "\59bd";
}
.hgi-stroke.hgi-standard.hgi-tropical-storm-tracks-01:before {
  content: "\59c0";
}
.hgi-stroke.hgi-standard.hgi-tropical-storm-tracks-02:before {
  content: "\59c2";
}
.hgi-stroke.hgi-standard.hgi-tropical-storm:before {
  content: "\59c3";
}
.hgi-stroke.hgi-standard.hgi-truck-delivery:before {
  content: "\59c5";
}
.hgi-stroke.hgi-standard.hgi-truck-monster:before {
  content: "\59c7";
}
.hgi-stroke.hgi-standard.hgi-truck-return:before {
  content: "\59c9";
}
.hgi-stroke.hgi-standard.hgi-truck:before {
  content: "\59cb";
}
.hgi-stroke.hgi-standard.hgi-trulli:before {
  content: "\59cd";
}
.hgi-stroke.hgi-standard.hgi-tsunami:before {
  content: "\59cf";
}
.hgi-stroke.hgi-standard.hgi-tulip:before {
  content: "\59d1";
}
.hgi-stroke.hgi-standard.hgi-tumblr:before {
  content: "\59d3";
}
.hgi-stroke.hgi-standard.hgi-turtle-neck:before {
  content: "\59d5";
}
.hgi-stroke.hgi-standard.hgi-tv-01:before {
  content: "\59d7";
}
.hgi-stroke.hgi-standard.hgi-tv-02:before {
  content: "\59d9";
}
.hgi-stroke.hgi-standard.hgi-tv-fix:before {
  content: "\59db";
}
.hgi-stroke.hgi-standard.hgi-tv-issue:before {
  content: "\59dd";
}
.hgi-stroke.hgi-standard.hgi-tv-smart:before {
  content: "\59df";
}
.hgi-stroke.hgi-standard.hgi-twin-tower:before {
  content: "\59e1";
}
.hgi-stroke.hgi-standard.hgi-twitch:before {
  content: "\59e3";
}
.hgi-stroke.hgi-standard.hgi-twitter-square:before {
  content: "\59e6";
}
.hgi-stroke.hgi-standard.hgi-twitter:before {
  content: "\59e7";
}
.hgi-stroke.hgi-standard.hgi-two-factor-access:before {
  content: "\59e9";
}
.hgi-stroke.hgi-standard.hgi-two-finger-01:before {
  content: "\59eb";
}
.hgi-stroke.hgi-standard.hgi-two-finger-02:before {
  content: "\59ed";
}
.hgi-stroke.hgi-standard.hgi-two-finger-03:before {
  content: "\59ef";
}
.hgi-stroke.hgi-standard.hgi-two-finger-04:before {
  content: "\59f1";
}
.hgi-stroke.hgi-standard.hgi-two-finger-05:before {
  content: "\59f3";
}
.hgi-stroke.hgi-standard.hgi-txt-01:before {
  content: "\59f5";
}
.hgi-stroke.hgi-standard.hgi-txt-02:before {
  content: "\59f7";
}
.hgi-stroke.hgi-standard.hgi-type-cursor:before {
  content: "\59f9";
}
.hgi-stroke.hgi-standard.hgi-typescript-01:before {
  content: "\59fb";
}
.hgi-stroke.hgi-standard.hgi-typescript-02:before {
  content: "\59fd";
}
.hgi-stroke.hgi-standard.hgi-typescript-03:before {
  content: "\59ff";
}
.hgi-stroke.hgi-standard.hgi-uber:before {
  content: "\5a01";
}
.hgi-stroke.hgi-standard.hgi-ufo-01:before {
  content: "\5a03";
}
.hgi-stroke.hgi-standard.hgi-ufo:before {
  content: "\5a05";
}
.hgi-stroke.hgi-standard.hgi-umbrella-dollar:before {
  content: "\5a07";
}
.hgi-stroke.hgi-standard.hgi-umbrella:before {
  content: "\5a09";
}
.hgi-stroke.hgi-standard.hgi-unamused:before {
  content: "\5a0b";
}
.hgi-stroke.hgi-standard.hgi-unavailable:before {
  content: "\5a0d";
}
.hgi-stroke.hgi-standard.hgi-underpants-01:before {
  content: "\5a0f";
}
.hgi-stroke.hgi-standard.hgi-underpants-02:before {
  content: "\5a11";
}
.hgi-stroke.hgi-standard.hgi-underpants-03:before {
  content: "\5a13";
}
.hgi-stroke.hgi-standard.hgi-undo-02:before {
  content: "\5a15";
}
.hgi-stroke.hgi-standard.hgi-undo-03:before {
  content: "\5a17";
}
.hgi-stroke.hgi-standard.hgi-undo:before {
  content: "\5a19";
}
.hgi-stroke.hgi-standard.hgi-unfold-less:before {
  content: "\5a1b";
}
.hgi-stroke.hgi-standard.hgi-unfold-more:before {
  content: "\5a1d";
}
.hgi-stroke.hgi-standard.hgi-ungroup-items:before {
  content: "\5a1f";
}
.hgi-stroke.hgi-standard.hgi-ungroup-layers:before {
  content: "\5a21";
}
.hgi-stroke.hgi-standard.hgi-unhappy:before {
  content: "\5a23";
}
.hgi-stroke.hgi-standard.hgi-universal-access-circle:before {
  content: "\5a25";
}
.hgi-stroke.hgi-standard.hgi-universal-access:before {
  content: "\5a27";
}
.hgi-stroke.hgi-standard.hgi-university:before {
  content: "\5a29";
}
.hgi-stroke.hgi-standard.hgi-unlink-01:before {
  content: "\5a2b";
}
.hgi-stroke.hgi-standard.hgi-unlink-02:before {
  content: "\5a2d";
}
.hgi-stroke.hgi-standard.hgi-unlink-03:before {
  content: "\5a2f";
}
.hgi-stroke.hgi-standard.hgi-unlink-04:before {
  content: "\5a31";
}
.hgi-stroke.hgi-standard.hgi-unlink-05:before {
  content: "\5a33";
}
.hgi-stroke.hgi-standard.hgi-unlink-06:before {
  content: "\5a35";
}
.hgi-stroke.hgi-standard.hgi-unsplash:before {
  content: "\5a37";
}
.hgi-stroke.hgi-standard.hgi-upload-01:before {
  content: "\5a39";
}
.hgi-stroke.hgi-standard.hgi-upload-02:before {
  content: "\5a3b";
}
.hgi-stroke.hgi-standard.hgi-upload-03:before {
  content: "\5a3d";
}
.hgi-stroke.hgi-standard.hgi-upload-04:before {
  content: "\5a3f";
}
.hgi-stroke.hgi-standard.hgi-upload-05:before {
  content: "\5a41";
}
.hgi-stroke.hgi-standard.hgi-upload-circle-01:before {
  content: "\5a43";
}
.hgi-stroke.hgi-standard.hgi-upload-circle-02:before {
  content: "\5a45";
}
.hgi-stroke.hgi-standard.hgi-upload-square-01:before {
  content: "\5a47";
}
.hgi-stroke.hgi-standard.hgi-upload-square-02:before {
  content: "\5a49";
}
.hgi-stroke.hgi-standard.hgi-upwork:before {
  content: "\5a4b";
}
.hgi-stroke.hgi-standard.hgi-usb-bugs:before {
  content: "\5a4d";
}
.hgi-stroke.hgi-standard.hgi-usb-connected-01:before {
  content: "\5a4f";
}
.hgi-stroke.hgi-standard.hgi-usb-connected-02:before {
  content: "\5a51";
}
.hgi-stroke.hgi-standard.hgi-usb-connected-03:before {
  content: "\5a53";
}
.hgi-stroke.hgi-standard.hgi-usb-error:before {
  content: "\5a55";
}
.hgi-stroke.hgi-standard.hgi-usb-memory-01:before {
  content: "\5a57";
}
.hgi-stroke.hgi-standard.hgi-usb-memory-02:before {
  content: "\5a59";
}
.hgi-stroke.hgi-standard.hgi-usb-not-connected-01:before {
  content: "\5a5b";
}
.hgi-stroke.hgi-standard.hgi-usb-not-connected-02:before {
  content: "\5a5d";
}
.hgi-stroke.hgi-standard.hgi-usb:before {
  content: "\5a5f";
}
.hgi-stroke.hgi-standard.hgi-user-02:before {
  content: "\5a61";
}
.hgi-stroke.hgi-standard.hgi-user-03:before {
  content: "\5a63";
}
.hgi-stroke.hgi-standard.hgi-user-account:before {
  content: "\5a65";
}
.hgi-stroke.hgi-standard.hgi-user-add-01:before {
  content: "\5a67";
}
.hgi-stroke.hgi-standard.hgi-user-add-02:before {
  content: "\5a69";
}
.hgi-stroke.hgi-standard.hgi-user-arrow-left-right:before {
  content: "\5a6b";
}
.hgi-stroke.hgi-standard.hgi-user-block-01:before {
  content: "\5a6d";
}
.hgi-stroke.hgi-standard.hgi-user-block-02:before {
  content: "\5a6f";
}
.hgi-stroke.hgi-standard.hgi-user-check-01:before {
  content: "\5a71";
}
.hgi-stroke.hgi-standard.hgi-user-check-02:before {
  content: "\5a73";
}
.hgi-stroke.hgi-standard.hgi-user-circle-02:before {
  content: "\5a75";
}
.hgi-stroke.hgi-standard.hgi-user-circle:before {
  content: "\5a77";
}
.hgi-stroke.hgi-standard.hgi-user-edit-01:before {
  content: "\5a79";
}
.hgi-stroke.hgi-standard.hgi-user-full-view:before {
  content: "\5a7b";
}
.hgi-stroke.hgi-standard.hgi-user-group-02:before {
  content: "\5a7d";
}
.hgi-stroke.hgi-standard.hgi-user-group-03:before {
  content: "\5a7f";
}
.hgi-stroke.hgi-standard.hgi-user-group:before {
  content: "\5a81";
}
.hgi-stroke.hgi-standard.hgi-user-id-verification:before {
  content: "\5a83";
}
.hgi-stroke.hgi-standard.hgi-user-list:before {
  content: "\5a85";
}
.hgi-stroke.hgi-standard.hgi-user-lock-01:before {
  content: "\5a87";
}
.hgi-stroke.hgi-standard.hgi-user-lock-02:before {
  content: "\5a89";
}
.hgi-stroke.hgi-standard.hgi-user-love-01:before {
  content: "\5a8b";
}
.hgi-stroke.hgi-standard.hgi-user-love-02:before {
  content: "\5a8d";
}
.hgi-stroke.hgi-standard.hgi-user-minus-01:before {
  content: "\5a8f";
}
.hgi-stroke.hgi-standard.hgi-user-minus-02:before {
  content: "\5a91";
}
.hgi-stroke.hgi-standard.hgi-user-multiple-02:before {
  content: "\5a93";
}
.hgi-stroke.hgi-standard.hgi-user-multiple-03:before {
  content: "\5a95";
}
.hgi-stroke.hgi-standard.hgi-user-multiple:before {
  content: "\5a97";
}
.hgi-stroke.hgi-standard.hgi-user-question-01:before {
  content: "\5a99";
}
.hgi-stroke.hgi-standard.hgi-user-question-02:before {
  content: "\5a9b";
}
.hgi-stroke.hgi-standard.hgi-user-remove-01:before {
  content: "\5a9d";
}
.hgi-stroke.hgi-standard.hgi-user-remove-02:before {
  content: "\5a9f";
}
.hgi-stroke.hgi-standard.hgi-user-roadside:before {
  content: "\5aa1";
}
.hgi-stroke.hgi-standard.hgi-user-search-01:before {
  content: "\5aa3";
}
.hgi-stroke.hgi-standard.hgi-user-search-02:before {
  content: "\5aa5";
}
.hgi-stroke.hgi-standard.hgi-user-settings-01:before {
  content: "\5aa8";
}
.hgi-stroke.hgi-standard.hgi-user-settings-02:before {
  content: "\5aaa";
}
.hgi-stroke.hgi-standard.hgi-user-sharing:before {
  content: "\5aac";
}
.hgi-stroke.hgi-standard.hgi-user-shield-01:before {
  content: "\5aae";
}
.hgi-stroke.hgi-standard.hgi-user-shield-02:before {
  content: "\5ab0";
}
.hgi-stroke.hgi-standard.hgi-user-square:before {
  content: "\5ab2";
}
.hgi-stroke.hgi-standard.hgi-user-star-01:before {
  content: "\5ab4";
}
.hgi-stroke.hgi-standard.hgi-user-star-02:before {
  content: "\5ab6";
}
.hgi-stroke.hgi-standard.hgi-user-status:before {
  content: "\5ab8";
}
.hgi-stroke.hgi-standard.hgi-user-story:before {
  content: "\5aba";
}
.hgi-stroke.hgi-standard.hgi-user-switch:before {
  content: "\5abc";
}
.hgi-stroke.hgi-standard.hgi-user-unlock-01:before {
  content: "\5abe";
}
.hgi-stroke.hgi-standard.hgi-user-unlock-02:before {
  content: "\5ac0";
}
.hgi-stroke.hgi-standard.hgi-user:before {
  content: "\5ac1";
}
.hgi-stroke.hgi-standard.hgi-uv-01:before {
  content: "\5ac3";
}
.hgi-stroke.hgi-standard.hgi-uv-02:before {
  content: "\5ac5";
}
.hgi-stroke.hgi-standard.hgi-uv-03:before {
  content: "\5ac7";
}
.hgi-stroke.hgi-standard.hgi-vaccine:before {
  content: "\5ac9";
}
.hgi-stroke.hgi-standard.hgi-validation-approval:before {
  content: "\5acb";
}
.hgi-stroke.hgi-standard.hgi-validation:before {
  content: "\5acd";
}
.hgi-stroke.hgi-standard.hgi-van:before {
  content: "\5acf";
}
.hgi-stroke.hgi-standard.hgi-variable:before {
  content: "\5ad1";
}
.hgi-stroke.hgi-standard.hgi-vegetarian-food:before {
  content: "\5ad3";
}
.hgi-stroke.hgi-standard.hgi-versus:before {
  content: "\5ad5";
}
.hgi-stroke.hgi-standard.hgi-vertical-resize:before {
  content: "\5ad7";
}
.hgi-stroke.hgi-standard.hgi-vertical-scroll-point:before {
  content: "\5ad9";
}
.hgi-stroke.hgi-standard.hgi-vest:before {
  content: "\5adb";
}
.hgi-stroke.hgi-standard.hgi-victory-finger-01:before {
  content: "\5add";
}
.hgi-stroke.hgi-standard.hgi-victory-finger-02:before {
  content: "\5adf";
}
.hgi-stroke.hgi-standard.hgi-victory-finger-03:before {
  content: "\5ae1";
}
.hgi-stroke.hgi-standard.hgi-video-01:before {
  content: "\5ae3";
}
.hgi-stroke.hgi-standard.hgi-video-02:before {
  content: "\5ae5";
}
.hgi-stroke.hgi-standard.hgi-video-console:before {
  content: "\5ae7";
}
.hgi-stroke.hgi-standard.hgi-video-off:before {
  content: "\5ae9";
}
.hgi-stroke.hgi-standard.hgi-video-replay:before {
  content: "\5aeb";
}
.hgi-stroke.hgi-standard.hgi-view-off-slash:before {
  content: "\5aee";
}
.hgi-stroke.hgi-standard.hgi-view-off:before {
  content: "\5aef";
}
.hgi-stroke.hgi-standard.hgi-view:before {
  content: "\5af1";
}
.hgi-stroke.hgi-standard.hgi-vimeo:before {
  content: "\5af3";
}
.hgi-stroke.hgi-standard.hgi-vine-square:before {
  content: "\5af6";
}
.hgi-stroke.hgi-standard.hgi-vine:before {
  content: "\5af7";
}
.hgi-stroke.hgi-standard.hgi-vintage-clock:before {
  content: "\5af9";
}
.hgi-stroke.hgi-standard.hgi-virtual-reality-vr-01:before {
  content: "\5afb";
}
.hgi-stroke.hgi-standard.hgi-virtual-reality-vr-02:before {
  content: "\5afd";
}
.hgi-stroke.hgi-standard.hgi-vision:before {
  content: "\5aff";
}
.hgi-stroke.hgi-standard.hgi-vk-square:before {
  content: "\5b02";
}
.hgi-stroke.hgi-standard.hgi-vk:before {
  content: "\5b03";
}
.hgi-stroke.hgi-standard.hgi-voice-id:before {
  content: "\5b05";
}
.hgi-stroke.hgi-standard.hgi-voice:before {
  content: "\5b07";
}
.hgi-stroke.hgi-standard.hgi-volleyball:before {
  content: "\5b09";
}
.hgi-stroke.hgi-standard.hgi-volume-high:before {
  content: "\5b0b";
}
.hgi-stroke.hgi-standard.hgi-volume-low:before {
  content: "\5b0d";
}
.hgi-stroke.hgi-standard.hgi-volume-minus:before {
  content: "\5b0f";
}
.hgi-stroke.hgi-standard.hgi-volume-mute-01:before {
  content: "\5b11";
}
.hgi-stroke.hgi-standard.hgi-volume-mute-02:before {
  content: "\5b13";
}
.hgi-stroke.hgi-standard.hgi-volume-off:before {
  content: "\5b15";
}
.hgi-stroke.hgi-standard.hgi-volume-up:before {
  content: "\5b17";
}
.hgi-stroke.hgi-standard.hgi-vomiting:before {
  content: "\5b19";
}
.hgi-stroke.hgi-standard.hgi-voucher:before {
  content: "\5b1b";
}
.hgi-stroke.hgi-standard.hgi-vr-glasses:before {
  content: "\5b1d";
}
.hgi-stroke.hgi-standard.hgi-vr:before {
  content: "\5b1f";
}
.hgi-stroke.hgi-standard.hgi-vynil-01:before {
  content: "\5b21";
}
.hgi-stroke.hgi-standard.hgi-vynil-02:before {
  content: "\5b23";
}
.hgi-stroke.hgi-standard.hgi-vynil-03:before {
  content: "\5b25";
}
.hgi-stroke.hgi-standard.hgi-waiter:before {
  content: "\5b27";
}
.hgi-stroke.hgi-standard.hgi-waiters:before {
  content: "\5b29";
}
.hgi-stroke.hgi-standard.hgi-wall-lamp:before {
  content: "\5b2b";
}
.hgi-stroke.hgi-standard.hgi-wallet-01:before {
  content: "\5b2d";
}
.hgi-stroke.hgi-standard.hgi-wallet-02:before {
  content: "\5b2f";
}
.hgi-stroke.hgi-standard.hgi-wallet-03:before {
  content: "\5b31";
}
.hgi-stroke.hgi-standard.hgi-wallet-04:before {
  content: "\5b33";
}
.hgi-stroke.hgi-standard.hgi-wallet-05:before {
  content: "\5b35";
}
.hgi-stroke.hgi-standard.hgi-wallet-add-01:before {
  content: "\5b37";
}
.hgi-stroke.hgi-standard.hgi-wallet-add-02:before {
  content: "\5b39";
}
.hgi-stroke.hgi-standard.hgi-wallet-done-01:before {
  content: "\5b3b";
}
.hgi-stroke.hgi-standard.hgi-wallet-done-02:before {
  content: "\5b3d";
}
.hgi-stroke.hgi-standard.hgi-wallet-not-found-01:before {
  content: "\5b3f";
}
.hgi-stroke.hgi-standard.hgi-wallet-not-found-02:before {
  content: "\5b41";
}
.hgi-stroke.hgi-standard.hgi-wallet-remove-01:before {
  content: "\5b43";
}
.hgi-stroke.hgi-standard.hgi-wallet-remove-02:before {
  content: "\5b45";
}
.hgi-stroke.hgi-standard.hgi-wanted:before {
  content: "\5b47";
}
.hgi-stroke.hgi-standard.hgi-wardrobe-01:before {
  content: "\5b49";
}
.hgi-stroke.hgi-standard.hgi-wardrobe-02:before {
  content: "\5b4b";
}
.hgi-stroke.hgi-standard.hgi-wardrobe-03:before {
  content: "\5b4d";
}
.hgi-stroke.hgi-standard.hgi-wardrobe-04:before {
  content: "\5b4f";
}
.hgi-stroke.hgi-standard.hgi-warehouse:before {
  content: "\5b51";
}
.hgi-stroke.hgi-standard.hgi-washington-monument:before {
  content: "\5b53";
}
.hgi-stroke.hgi-standard.hgi-waste-restore:before {
  content: "\5b55";
}
.hgi-stroke.hgi-standard.hgi-waste:before {
  content: "\5b57";
}
.hgi-stroke.hgi-standard.hgi-watch-01:before {
  content: "\5b59";
}
.hgi-stroke.hgi-standard.hgi-watch-02:before {
  content: "\5b5b";
}
.hgi-stroke.hgi-standard.hgi-water-energy:before {
  content: "\5b5d";
}
.hgi-stroke.hgi-standard.hgi-water-polo:before {
  content: "\5b5f";
}
.hgi-stroke.hgi-standard.hgi-water-pump:before {
  content: "\5b61";
}
.hgi-stroke.hgi-standard.hgi-waterfall-down-01:before {
  content: "\5b63";
}
.hgi-stroke.hgi-standard.hgi-waterfall-down-03:before {
  content: "\5b65";
}
.hgi-stroke.hgi-standard.hgi-waterfall-up-01:before {
  content: "\5b67";
}
.hgi-stroke.hgi-standard.hgi-waterfall-up-02:before {
  content: "\5b69";
}
.hgi-stroke.hgi-standard.hgi-watermelon:before {
  content: "\5b6b";
}
.hgi-stroke.hgi-standard.hgi-wattpad-square:before {
  content: "\5b6e";
}
.hgi-stroke.hgi-standard.hgi-wattpad:before {
  content: "\5b6f";
}
.hgi-stroke.hgi-standard.hgi-wav-01:before {
  content: "\5b71";
}
.hgi-stroke.hgi-standard.hgi-wav-02:before {
  content: "\5b73";
}
.hgi-stroke.hgi-standard.hgi-waving-hand-01:before {
  content: "\5b75";
}
.hgi-stroke.hgi-standard.hgi-waving-hand-02:before {
  content: "\5b77";
}
.hgi-stroke.hgi-standard.hgi-waze:before {
  content: "\5b79";
}
.hgi-stroke.hgi-standard.hgi-web-design-01:before {
  content: "\5b7b";
}
.hgi-stroke.hgi-standard.hgi-web-design-02:before {
  content: "\5b7d";
}
.hgi-stroke.hgi-standard.hgi-web-programming:before {
  content: "\5b7f";
}
.hgi-stroke.hgi-standard.hgi-web-protection:before {
  content: "\5b81";
}
.hgi-stroke.hgi-standard.hgi-web-security:before {
  content: "\5b83";
}
.hgi-stroke.hgi-standard.hgi-web-validation:before {
  content: "\5b85";
}
.hgi-stroke.hgi-standard.hgi-webflow:before {
  content: "\5b87";
}
.hgi-stroke.hgi-standard.hgi-webhook:before {
  content: "\5b89";
}
.hgi-stroke.hgi-standard.hgi-wechat:before {
  content: "\5b8b";
}
.hgi-stroke.hgi-standard.hgi-wedding:before {
  content: "\5b8d";
}
.hgi-stroke.hgi-standard.hgi-weight-scale-01:before {
  content: "\5b8f";
}
.hgi-stroke.hgi-standard.hgi-weight-scale:before {
  content: "\5b91";
}
.hgi-stroke.hgi-standard.hgi-wellness:before {
  content: "\5b93";
}
.hgi-stroke.hgi-standard.hgi-whatsapp-business:before {
  content: "\5b95";
}
.hgi-stroke.hgi-standard.hgi-whatsapp:before {
  content: "\5b97";
}
.hgi-stroke.hgi-standard.hgi-wheelchair:before {
  content: "\5b99";
}
.hgi-stroke.hgi-standard.hgi-whisk:before {
  content: "\5b9b";
}
.hgi-stroke.hgi-standard.hgi-whistle:before {
  content: "\5b9d";
}
.hgi-stroke.hgi-standard.hgi-whiteboard:before {
  content: "\5b9f";
}
.hgi-stroke.hgi-standard.hgi-wifi-01:before {
  content: "\5ba1";
}
.hgi-stroke.hgi-standard.hgi-wifi-02:before {
  content: "\5ba3";
}
.hgi-stroke.hgi-standard.hgi-wifi-circle:before {
  content: "\5ba5";
}
.hgi-stroke.hgi-standard.hgi-wifi-connected-01:before {
  content: "\5ba7";
}
.hgi-stroke.hgi-standard.hgi-wifi-connected-02:before {
  content: "\5ba9";
}
.hgi-stroke.hgi-standard.hgi-wifi-connected-03:before {
  content: "\5bab";
}
.hgi-stroke.hgi-standard.hgi-wifi-disconnected-01:before {
  content: "\5bad";
}
.hgi-stroke.hgi-standard.hgi-wifi-disconnected-02:before {
  content: "\5baf";
}
.hgi-stroke.hgi-standard.hgi-wifi-disconnected-03:before {
  content: "\5bb1";
}
.hgi-stroke.hgi-standard.hgi-wifi-disconnected-04:before {
  content: "\5bb3";
}
.hgi-stroke.hgi-standard.hgi-wifi-error-01:before {
  content: "\5bb5";
}
.hgi-stroke.hgi-standard.hgi-wifi-error-02:before {
  content: "\5bb7";
}
.hgi-stroke.hgi-standard.hgi-wifi-full-signal:before {
  content: "\5bb9";
}
.hgi-stroke.hgi-standard.hgi-wifi-location:before {
  content: "\5bbb";
}
.hgi-stroke.hgi-standard.hgi-wifi-lock:before {
  content: "\5bbd";
}
.hgi-stroke.hgi-standard.hgi-wifi-low-signal:before {
  content: "\5bbf";
}
.hgi-stroke.hgi-standard.hgi-wifi-medium-signal:before {
  content: "\5bc1";
}
.hgi-stroke.hgi-standard.hgi-wifi-no-signal:before {
  content: "\5bc3";
}
.hgi-stroke.hgi-standard.hgi-wifi-off-01:before {
  content: "\5bc5";
}
.hgi-stroke.hgi-standard.hgi-wifi-off-02:before {
  content: "\5bc7";
}
.hgi-stroke.hgi-standard.hgi-wifi-square:before {
  content: "\5bc9";
}
.hgi-stroke.hgi-standard.hgi-wifi-unlock:before {
  content: "\5bcb";
}
.hgi-stroke.hgi-standard.hgi-wikipedia:before {
  content: "\5bcd";
}
.hgi-stroke.hgi-standard.hgi-wind-power-01:before {
  content: "\5bcf";
}
.hgi-stroke.hgi-standard.hgi-wind-power-02:before {
  content: "\5bd1";
}
.hgi-stroke.hgi-standard.hgi-wind-power-03:before {
  content: "\5bd3";
}
.hgi-stroke.hgi-standard.hgi-wind-power:before {
  content: "\5bd5";
}
.hgi-stroke.hgi-standard.hgi-wind-surf:before {
  content: "\5bd7";
}
.hgi-stroke.hgi-standard.hgi-wind-turbine:before {
  content: "\5bd9";
}
.hgi-stroke.hgi-standard.hgi-windows-new:before {
  content: "\5bdb";
}
.hgi-stroke.hgi-standard.hgi-windows-old:before {
  content: "\5bdd";
}
.hgi-stroke.hgi-standard.hgi-wink:before {
  content: "\5bdf";
}
.hgi-stroke.hgi-standard.hgi-winking:before {
  content: "\5be1";
}
.hgi-stroke.hgi-standard.hgi-wireless-cloud-access:before {
  content: "\5be3";
}
.hgi-stroke.hgi-standard.hgi-wireless:before {
  content: "\5be5";
}
.hgi-stroke.hgi-standard.hgi-wise:before {
  content: "\5be7";
}
.hgi-stroke.hgi-standard.hgi-woman:before {
  content: "\5be9";
}
.hgi-stroke.hgi-standard.hgi-wordpress:before {
  content: "\5beb";
}
.hgi-stroke.hgi-standard.hgi-work-alert:before {
  content: "\5bed";
}
.hgi-stroke.hgi-standard.hgi-work-history:before {
  content: "\5bef";
}
.hgi-stroke.hgi-standard.hgi-work-update:before {
  content: "\5bf2";
}
.hgi-stroke.hgi-standard.hgi-work:before {
  content: "\5bf3";
}
.hgi-stroke.hgi-standard.hgi-workflow-circle-01:before {
  content: "\5bf5";
}
.hgi-stroke.hgi-standard.hgi-workflow-circle-02:before {
  content: "\5bf7";
}
.hgi-stroke.hgi-standard.hgi-workflow-circle-03:before {
  content: "\5bf9";
}
.hgi-stroke.hgi-standard.hgi-workflow-circle-04:before {
  content: "\5bfb";
}
.hgi-stroke.hgi-standard.hgi-workflow-circle-05:before {
  content: "\5bfd";
}
.hgi-stroke.hgi-standard.hgi-workflow-circle-06:before {
  content: "\5bff";
}
.hgi-stroke.hgi-standard.hgi-workflow-square-01:before {
  content: "\5c01";
}
.hgi-stroke.hgi-standard.hgi-workflow-square-02:before {
  content: "\5c03";
}
.hgi-stroke.hgi-standard.hgi-workflow-square-03:before {
  content: "\5c05";
}
.hgi-stroke.hgi-standard.hgi-workflow-square-04:before {
  content: "\5c07";
}
.hgi-stroke.hgi-standard.hgi-workflow-square-05:before {
  content: "\5c09";
}
.hgi-stroke.hgi-standard.hgi-workflow-square-06:before {
  content: "\5c0b";
}
.hgi-stroke.hgi-standard.hgi-workflow-square-07:before {
  content: "\5c0d";
}
.hgi-stroke.hgi-standard.hgi-workflow-square-08:before {
  content: "\5c0f";
}
.hgi-stroke.hgi-standard.hgi-workflow-square-09:before {
  content: "\5c11";
}
.hgi-stroke.hgi-standard.hgi-workflow-square-10:before {
  content: "\5c13";
}
.hgi-stroke.hgi-standard.hgi-workout-battle-ropes:before {
  content: "\5c15";
}
.hgi-stroke.hgi-standard.hgi-workout-gymnastics:before {
  content: "\5c17";
}
.hgi-stroke.hgi-standard.hgi-workout-kicking:before {
  content: "\5c19";
}
.hgi-stroke.hgi-standard.hgi-workout-run:before {
  content: "\5c1b";
}
.hgi-stroke.hgi-standard.hgi-workout-sport:before {
  content: "\5c1d";
}
.hgi-stroke.hgi-standard.hgi-workout-squats:before {
  content: "\5c1f";
}
.hgi-stroke.hgi-standard.hgi-workout-stretching:before {
  content: "\5c21";
}
.hgi-stroke.hgi-standard.hgi-workout-warm-up:before {
  content: "\5c23";
}
.hgi-stroke.hgi-standard.hgi-worry:before {
  content: "\5c25";
}
.hgi-stroke.hgi-standard.hgi-wps-office-rectangle:before {
  content: "\5c27";
}
.hgi-stroke.hgi-standard.hgi-wps-office:before {
  content: "\5c29";
}
.hgi-stroke.hgi-standard.hgi-wrench-01:before {
  content: "\5c2b";
}
.hgi-stroke.hgi-standard.hgi-wrench-02:before {
  content: "\5c2d";
}
.hgi-stroke.hgi-standard.hgi-wudu:before {
  content: "\5c2f";
}
.hgi-stroke.hgi-standard.hgi-x-ray:before {
  content: "\5c31";
}
.hgi-stroke.hgi-standard.hgi-x-variable-circle:before {
  content: "\5c33";
}
.hgi-stroke.hgi-standard.hgi-x-variable-square:before {
  content: "\5c36";
}
.hgi-stroke.hgi-standard.hgi-x-variable:before {
  content: "\5c37";
}
.hgi-stroke.hgi-standard.hgi-xing:before {
  content: "\5c39";
}
.hgi-stroke.hgi-standard.hgi-xls-01:before {
  content: "\5c3b";
}
.hgi-stroke.hgi-standard.hgi-xls-02:before {
  content: "\5c3d";
}
.hgi-stroke.hgi-standard.hgi-xml-01:before {
  content: "\5c3f";
}
.hgi-stroke.hgi-standard.hgi-xml-02:before {
  content: "\5c41";
}
.hgi-stroke.hgi-standard.hgi-xsl-01:before {
  content: "\5c43";
}
.hgi-stroke.hgi-standard.hgi-xsl-02:before {
  content: "\5c45";
}
.hgi-stroke.hgi-standard.hgi-yelp:before {
  content: "\5c47";
}
.hgi-stroke.hgi-standard.hgi-yen-circle:before {
  content: "\5c49";
}
.hgi-stroke.hgi-standard.hgi-yen-receive:before {
  content: "\5c4b";
}
.hgi-stroke.hgi-standard.hgi-yen-send:before {
  content: "\5c4e";
}
.hgi-stroke.hgi-standard.hgi-yen-square:before {
  content: "\5c50";
}
.hgi-stroke.hgi-standard.hgi-yen:before {
  content: "\5c51";
}
.hgi-stroke.hgi-standard.hgi-yoga-01:before {
  content: "\5c53";
}
.hgi-stroke.hgi-standard.hgi-yoga-02:before {
  content: "\5c55";
}
.hgi-stroke.hgi-standard.hgi-yoga-03:before {
  content: "\5c57";
}
.hgi-stroke.hgi-standard.hgi-yoga-ball:before {
  content: "\5c59";
}
.hgi-stroke.hgi-standard.hgi-yoga-mat:before {
  content: "\5c5b";
}
.hgi-stroke.hgi-standard.hgi-yogurt:before {
  content: "\5c5d";
}
.hgi-stroke.hgi-standard.hgi-youtube:before {
  content: "\5c5f";
}
.hgi-stroke.hgi-standard.hgi-yurt:before {
  content: "\5c61";
}
.hgi-stroke.hgi-standard.hgi-zakat:before {
  content: "\5c63";
}
.hgi-stroke.hgi-standard.hgi-zap:before {
  content: "\5c65";
}
.hgi-stroke.hgi-standard.hgi-zeppelin:before {
  content: "\5c67";
}
.hgi-stroke.hgi-standard.hgi-zip-01:before {
  content: "\5c69";
}
.hgi-stroke.hgi-standard.hgi-zip-02:before {
  content: "\5c6b";
}
.hgi-stroke.hgi-standard.hgi-zoom-circle:before {
  content: "\5c6d";
}
.hgi-stroke.hgi-standard.hgi-zoom-in-area:before {
  content: "\5c6f";
}
.hgi-stroke.hgi-standard.hgi-zoom-out-area:before {
  content: "\5c71";
}
.hgi-stroke.hgi-standard.hgi-zoom-square:before {
  content: "\5c74";
}
.hgi-stroke.hgi-standard.hgi-zoom:before {
  content: "\5c75";
}
.hgi-stroke.hgi-standard.hgi-zsh:before {
  content: "\5c77";
}
.hgi-stroke.hgi-standard.hgi-zzz:before {
  content: "\5c79";
}
@charset "UTF-8";
@font-face {
  font-family: "hgi-twotone-rounded";
  src: url("./media/hgi-twotone-rounded-PDVVJ47W.eot?t=1736938827149");
  src:
    url("./media/hgi-twotone-rounded-PDVVJ47W.eot?t=1736938827149#iefix") format("embedded-opentype"),
    url("./media/hgi-twotone-rounded-XLBFVKNS.woff2?t=1736938827149") format("woff2"),
    url("./media/hgi-twotone-rounded-ENGQ4CPF.woff?t=1736938827149") format("woff"),
    url("./media/hgi-twotone-rounded-ETVIDJ4W.ttf?t=1736938827149") format("truetype"),
    url("./media/hgi-twotone-rounded-H6LZAIKM.svg?t=1736938827149#hgi-twotone-rounded") format("svg");
}
.hgi-twotone {
  font-family: "hgi-twotone-rounded" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-display: block;
}
.hgi-twotone:before {
  position: absolute;
  left: 0;
}
.hgi-twotone:after {
  opacity: 0.4;
}
.hgi-twotone.hgi-3-d-view:after {
  content: "\3a70";
}
.hgi-twotone.hgi-3-d-view:before {
  content: "\3a71";
}
.hgi-twotone.hgi-abacus:after {
  content: "\3a72";
}
.hgi-twotone.hgi-abacus:before {
  content: "\3a73";
}
.hgi-twotone.hgi-absolute:after {
  content: "\3a74";
}
.hgi-twotone.hgi-absolute:before {
  content: "\3a75";
}
.hgi-twotone.hgi-acceleration:after {
  content: "\3a76";
}
.hgi-twotone.hgi-acceleration:before {
  content: "\3a77";
}
.hgi-twotone.hgi-access:after {
  content: "\3a78";
}
.hgi-twotone.hgi-access:before {
  content: "\3a79";
}
.hgi-twotone.hgi-accident:after {
  content: "\3a7a";
}
.hgi-twotone.hgi-accident:before {
  content: "\3a7b";
}
.hgi-twotone.hgi-account-setting-01:after {
  content: "\3a7c";
}
.hgi-twotone.hgi-account-setting-01:before {
  content: "\3a7d";
}
.hgi-twotone.hgi-account-setting-02:after {
  content: "\3a7e";
}
.hgi-twotone.hgi-account-setting-02:before {
  content: "\3a7f";
}
.hgi-twotone.hgi-account-setting-03:after {
  content: "\3a80";
}
.hgi-twotone.hgi-account-setting-03:before {
  content: "\3a81";
}
.hgi-twotone.hgi-activity-01:after {
  content: "\3a82";
}
.hgi-twotone.hgi-activity-01:before {
  content: "\3a83";
}
.hgi-twotone.hgi-activity-02:after {
  content: "\3a84";
}
.hgi-twotone.hgi-activity-02:before {
  content: "\3a85";
}
.hgi-twotone.hgi-activity-03:after {
  content: "\3a86";
}
.hgi-twotone.hgi-activity-03:before {
  content: "\3a87";
}
.hgi-twotone.hgi-activity-04:after {
  content: "\3a88";
}
.hgi-twotone.hgi-activity-04:before {
  content: "\3a89";
}
.hgi-twotone.hgi-acute:after {
  content: "\3a8a";
}
.hgi-twotone.hgi-acute:before {
  content: "\3a8b";
}
.hgi-twotone.hgi-add-01:after {
  content: "\3a8c";
}
.hgi-twotone.hgi-add-01:before {
  content: "\3a8d";
}
.hgi-twotone.hgi-add-02:after {
  content: "\3a8e";
}
.hgi-twotone.hgi-add-02:before {
  content: "\3a8f";
}
.hgi-twotone.hgi-add-circle-half-dot:after {
  content: "\3a90";
}
.hgi-twotone.hgi-add-circle-half-dot:before {
  content: "\3a91";
}
.hgi-twotone.hgi-add-circle:after {
  content: "\3a92";
}
.hgi-twotone.hgi-add-circle:before {
  content: "\3a93";
}
.hgi-twotone.hgi-add-female:after {
  content: "\3a94";
}
.hgi-twotone.hgi-add-female:before {
  content: "\3a95";
}
.hgi-twotone.hgi-add-male:after {
  content: "\3a96";
}
.hgi-twotone.hgi-add-male:before {
  content: "\3a97";
}
.hgi-twotone.hgi-add-square:after {
  content: "\3a98";
}
.hgi-twotone.hgi-add-square:before {
  content: "\3a99";
}
.hgi-twotone.hgi-add-team-02:after {
  content: "\3a9a";
}
.hgi-twotone.hgi-add-team-02:before {
  content: "\3a9b";
}
.hgi-twotone.hgi-add-team:after {
  content: "\3a9c";
}
.hgi-twotone.hgi-add-team:before {
  content: "\3a9d";
}
.hgi-twotone.hgi-add-to-list:after {
  content: "\3a9e";
}
.hgi-twotone.hgi-add-to-list:before {
  content: "\3a9f";
}
.hgi-twotone.hgi-address-book:after {
  content: "\3aa0";
}
.hgi-twotone.hgi-address-book:before {
  content: "\3aa1";
}
.hgi-twotone.hgi-adobe-after-effect:after {
  content: "\3aa2";
}
.hgi-twotone.hgi-adobe-after-effect:before {
  content: "\3aa3";
}
.hgi-twotone.hgi-adobe-illustrator:after {
  content: "\3aa4";
}
.hgi-twotone.hgi-adobe-illustrator:before {
  content: "\3aa5";
}
.hgi-twotone.hgi-adobe-indesign:after {
  content: "\3aa6";
}
.hgi-twotone.hgi-adobe-indesign:before {
  content: "\3aa7";
}
.hgi-twotone.hgi-adobe-photoshop:after {
  content: "\3aa8";
}
.hgi-twotone.hgi-adobe-photoshop:before {
  content: "\3aa9";
}
.hgi-twotone.hgi-adobe-premier:after {
  content: "\3aaa";
}
.hgi-twotone.hgi-adobe-premier:before {
  content: "\3aab";
}
.hgi-twotone.hgi-adobe-xd:after {
  content: "\3aac";
}
.hgi-twotone.hgi-adobe-xd:before {
  content: "\3aad";
}
.hgi-twotone.hgi-adventure:after {
  content: "\3aae";
}
.hgi-twotone.hgi-adventure:before {
  content: "\3aaf";
}
.hgi-twotone.hgi-advertisiment:after {
  content: "\3ab0";
}
.hgi-twotone.hgi-advertisiment:before {
  content: "\3ab1";
}
.hgi-twotone.hgi-adzan:after {
  content: "\3ab2";
}
.hgi-twotone.hgi-adzan:before {
  content: "\3ab3";
}
.hgi-twotone.hgi-affiliate:after {
  content: "\3ab4";
}
.hgi-twotone.hgi-affiliate:before {
  content: "\3ab5";
}
.hgi-twotone.hgi-agreement-01:after {
  content: "\3ab6";
}
.hgi-twotone.hgi-agreement-01:before {
  content: "\3ab7";
}
.hgi-twotone.hgi-agreement-02:after {
  content: "\3ab8";
}
.hgi-twotone.hgi-agreement-02:before {
  content: "\3ab9";
}
.hgi-twotone.hgi-agreement-03:after {
  content: "\3aba";
}
.hgi-twotone.hgi-agreement-03:before {
  content: "\3abb";
}
.hgi-twotone.hgi-ai-audio:after {
  content: "\3abc";
}
.hgi-twotone.hgi-ai-audio:before {
  content: "\3abd";
}
.hgi-twotone.hgi-ai-beautify:after {
  content: "\3abe";
}
.hgi-twotone.hgi-ai-beautify:before {
  content: "\3abf";
}
.hgi-twotone.hgi-ai-book:after {
  content: "\3ac0";
}
.hgi-twotone.hgi-ai-book:before {
  content: "\3ac1";
}
.hgi-twotone.hgi-ai-brain-01:after {
  content: "\3ac2";
}
.hgi-twotone.hgi-ai-brain-01:before {
  content: "\3ac3";
}
.hgi-twotone.hgi-ai-brain-02:after {
  content: "\3ac4";
}
.hgi-twotone.hgi-ai-brain-02:before {
  content: "\3ac5";
}
.hgi-twotone.hgi-ai-brain-03:after {
  content: "\3ac6";
}
.hgi-twotone.hgi-ai-brain-03:before {
  content: "\3ac7";
}
.hgi-twotone.hgi-ai-brain-04:after {
  content: "\3ac8";
}
.hgi-twotone.hgi-ai-brain-04:before {
  content: "\3ac9";
}
.hgi-twotone.hgi-ai-brain-05:after {
  content: "\3aca";
}
.hgi-twotone.hgi-ai-brain-05:before {
  content: "\3acb";
}
.hgi-twotone.hgi-ai-browser:after {
  content: "\3acc";
}
.hgi-twotone.hgi-ai-browser:before {
  content: "\3acd";
}
.hgi-twotone.hgi-ai-chat-01:after {
  content: "\3ace";
}
.hgi-twotone.hgi-ai-chat-01:before {
  content: "\3acf";
}
.hgi-twotone.hgi-ai-chat-02:after {
  content: "\3ad0";
}
.hgi-twotone.hgi-ai-chat-02:before {
  content: "\3ad1";
}
.hgi-twotone.hgi-ai-chemistry-01:after {
  content: "\3ad2";
}
.hgi-twotone.hgi-ai-chemistry-01:before {
  content: "\3ad3";
}
.hgi-twotone.hgi-ai-chemistry-02:after {
  content: "\3ad4";
}
.hgi-twotone.hgi-ai-chemistry-02:before {
  content: "\3ad5";
}
.hgi-twotone.hgi-ai-chemistry-03:after {
  content: "\3ad6";
}
.hgi-twotone.hgi-ai-chemistry-03:before {
  content: "\3ad7";
}
.hgi-twotone.hgi-ai-chip:after {
  content: "\3ad8";
}
.hgi-twotone.hgi-ai-chip:before {
  content: "\3ad9";
}
.hgi-twotone.hgi-ai-cloud-01:after {
  content: "\3ada";
}
.hgi-twotone.hgi-ai-cloud-01:before {
  content: "\3adb";
}
.hgi-twotone.hgi-ai-cloud-02:after {
  content: "\3adc";
}
.hgi-twotone.hgi-ai-cloud-02:before {
  content: "\3add";
}
.hgi-twotone.hgi-ai-cloud:after {
  content: "\3ade";
}
.hgi-twotone.hgi-ai-cloud:before {
  content: "\3adf";
}
.hgi-twotone.hgi-ai-computer:after {
  content: "\3ae0";
}
.hgi-twotone.hgi-ai-computer:before {
  content: "\3ae1";
}
.hgi-twotone.hgi-ai-content-generator-01:after {
  content: "\3ae2";
}
.hgi-twotone.hgi-ai-content-generator-01:before {
  content: "\3ae3";
}
.hgi-twotone.hgi-ai-content-generator-02:after {
  content: "\3ae4";
}
.hgi-twotone.hgi-ai-content-generator-02:before {
  content: "\3ae5";
}
.hgi-twotone.hgi-ai-dna:after {
  content: "\3ae6";
}
.hgi-twotone.hgi-ai-dna:before {
  content: "\3ae7";
}
.hgi-twotone.hgi-ai-editing:after {
  content: "\3ae8";
}
.hgi-twotone.hgi-ai-editing:before {
  content: "\3ae9";
}
.hgi-twotone.hgi-ai-eraser:after {
  content: "\3aea";
}
.hgi-twotone.hgi-ai-eraser:before {
  content: "\3aeb";
}
.hgi-twotone.hgi-ai-file:after {
  content: "\3aec";
}
.hgi-twotone.hgi-ai-file:before {
  content: "\3aed";
}
.hgi-twotone.hgi-ai-folder-01:after {
  content: "\3aee";
}
.hgi-twotone.hgi-ai-folder-01:before {
  content: "\3aef";
}
.hgi-twotone.hgi-ai-folder-02:after {
  content: "\3af0";
}
.hgi-twotone.hgi-ai-folder-02:before {
  content: "\3af1";
}
.hgi-twotone.hgi-ai-game:after {
  content: "\3af2";
}
.hgi-twotone.hgi-ai-game:before {
  content: "\3af3";
}
.hgi-twotone.hgi-ai-generative:after {
  content: "\3af4";
}
.hgi-twotone.hgi-ai-generative:before {
  content: "\3af5";
}
.hgi-twotone.hgi-ai-idea:after {
  content: "\3af6";
}
.hgi-twotone.hgi-ai-idea:before {
  content: "\3af7";
}
.hgi-twotone.hgi-ai-image:after {
  content: "\3af8";
}
.hgi-twotone.hgi-ai-image:before {
  content: "\3af9";
}
.hgi-twotone.hgi-ai-innovation-01:after {
  content: "\3afa";
}
.hgi-twotone.hgi-ai-innovation-01:before {
  content: "\3afb";
}
.hgi-twotone.hgi-ai-innovation-02:after {
  content: "\3afc";
}
.hgi-twotone.hgi-ai-innovation-02:before {
  content: "\3afd";
}
.hgi-twotone.hgi-ai-innovation-03:after {
  content: "\3afe";
}
.hgi-twotone.hgi-ai-innovation-03:before {
  content: "\3aff";
}
.hgi-twotone.hgi-ai-laptop:after {
  content: "\3b00";
}
.hgi-twotone.hgi-ai-laptop:before {
  content: "\3b01";
}
.hgi-twotone.hgi-ai-learning:after {
  content: "\3b02";
}
.hgi-twotone.hgi-ai-learning:before {
  content: "\3b03";
}
.hgi-twotone.hgi-ai-lock:after {
  content: "\3b04";
}
.hgi-twotone.hgi-ai-lock:before {
  content: "\3b05";
}
.hgi-twotone.hgi-ai-magic:after {
  content: "\3b06";
}
.hgi-twotone.hgi-ai-magic:before {
  content: "\3b07";
}
.hgi-twotone.hgi-ai-mail-01:after {
  content: "\3b08";
}
.hgi-twotone.hgi-ai-mail-01:before {
  content: "\3b09";
}
.hgi-twotone.hgi-ai-mail-02:after {
  content: "\3b0a";
}
.hgi-twotone.hgi-ai-mail-02:before {
  content: "\3b0b";
}
.hgi-twotone.hgi-ai-mail:after {
  content: "\3b0c";
}
.hgi-twotone.hgi-ai-mail:before {
  content: "\3b0d";
}
.hgi-twotone.hgi-ai-mic:after {
  content: "\3b0e";
}
.hgi-twotone.hgi-ai-mic:before {
  content: "\3b0f";
}
.hgi-twotone.hgi-ai-network:after {
  content: "\3b10";
}
.hgi-twotone.hgi-ai-network:before {
  content: "\3b11";
}
.hgi-twotone.hgi-ai-phone-01:after {
  content: "\3b12";
}
.hgi-twotone.hgi-ai-phone-01:before {
  content: "\3b13";
}
.hgi-twotone.hgi-ai-phone-02:after {
  content: "\3b14";
}
.hgi-twotone.hgi-ai-phone-02:before {
  content: "\3b15";
}
.hgi-twotone.hgi-ai-programming:after {
  content: "\3b16";
}
.hgi-twotone.hgi-ai-programming:before {
  content: "\3b17";
}
.hgi-twotone.hgi-ai-scan:after {
  content: "\3b18";
}
.hgi-twotone.hgi-ai-scan:before {
  content: "\3b19";
}
.hgi-twotone.hgi-ai-scheduling:after {
  content: "\3b1a";
}
.hgi-twotone.hgi-ai-scheduling:before {
  content: "\3b1b";
}
.hgi-twotone.hgi-ai-search-02:after {
  content: "\3b1c";
}
.hgi-twotone.hgi-ai-search-02:before {
  content: "\3b1d";
}
.hgi-twotone.hgi-ai-search:after {
  content: "\3b1e";
}
.hgi-twotone.hgi-ai-search:before {
  content: "\3b1f";
}
.hgi-twotone.hgi-ai-security-01:after {
  content: "\3b20";
}
.hgi-twotone.hgi-ai-security-01:before {
  content: "\3b21";
}
.hgi-twotone.hgi-ai-security-02:after {
  content: "\3b22";
}
.hgi-twotone.hgi-ai-security-02:before {
  content: "\3b23";
}
.hgi-twotone.hgi-ai-security-03:after {
  content: "\3b24";
}
.hgi-twotone.hgi-ai-security-03:before {
  content: "\3b25";
}
.hgi-twotone.hgi-ai-setting:after {
  content: "\3b26";
}
.hgi-twotone.hgi-ai-setting:before {
  content: "\3b27";
}
.hgi-twotone.hgi-ai-sheets:after {
  content: "\3b28";
}
.hgi-twotone.hgi-ai-sheets:before {
  content: "\3b29";
}
.hgi-twotone.hgi-ai-smartwatch:after {
  content: "\3b2a";
}
.hgi-twotone.hgi-ai-smartwatch:before {
  content: "\3b2b";
}
.hgi-twotone.hgi-ai-user:after {
  content: "\3b2c";
}
.hgi-twotone.hgi-ai-user:before {
  content: "\3b2d";
}
.hgi-twotone.hgi-ai-video:after {
  content: "\3b2e";
}
.hgi-twotone.hgi-ai-video:before {
  content: "\3b2f";
}
.hgi-twotone.hgi-ai-view:after {
  content: "\3b30";
}
.hgi-twotone.hgi-ai-view:before {
  content: "\3b31";
}
.hgi-twotone.hgi-ai-vision-recognition:after {
  content: "\3b32";
}
.hgi-twotone.hgi-ai-vision-recognition:before {
  content: "\3b33";
}
.hgi-twotone.hgi-ai-voice-generator:after {
  content: "\3b34";
}
.hgi-twotone.hgi-ai-voice-generator:before {
  content: "\3b35";
}
.hgi-twotone.hgi-ai-voice:after {
  content: "\3b36";
}
.hgi-twotone.hgi-ai-voice:before {
  content: "\3b37";
}
.hgi-twotone.hgi-ai-web-browsing:after {
  content: "\3b38";
}
.hgi-twotone.hgi-ai-web-browsing:before {
  content: "\3b39";
}
.hgi-twotone.hgi-aids:after {
  content: "\3b3a";
}
.hgi-twotone.hgi-aids:before {
  content: "\3b3b";
}
.hgi-twotone.hgi-airbnb:after {
  content: "\3b3c";
}
.hgi-twotone.hgi-airbnb:before {
  content: "\3b3d";
}
.hgi-twotone.hgi-aircraft-game:after {
  content: "\3b3e";
}
.hgi-twotone.hgi-aircraft-game:before {
  content: "\3b3f";
}
.hgi-twotone.hgi-airdrop:after {
  content: "\3b40";
}
.hgi-twotone.hgi-airdrop:before {
  content: "\3b41";
}
.hgi-twotone.hgi-airplane-01:after {
  content: "\3b42";
}
.hgi-twotone.hgi-airplane-01:before {
  content: "\3b43";
}
.hgi-twotone.hgi-airplane-02:after {
  content: "\3b44";
}
.hgi-twotone.hgi-airplane-02:before {
  content: "\3b45";
}
.hgi-twotone.hgi-airplane-landing-01:after {
  content: "\3b46";
}
.hgi-twotone.hgi-airplane-landing-01:before {
  content: "\3b47";
}
.hgi-twotone.hgi-airplane-landing-02:after {
  content: "\3b48";
}
.hgi-twotone.hgi-airplane-landing-02:before {
  content: "\3b49";
}
.hgi-twotone.hgi-airplane-mode-off:after {
  content: "\3b4a";
}
.hgi-twotone.hgi-airplane-mode-off:before {
  content: "\3b4b";
}
.hgi-twotone.hgi-airplane-mode:after {
  content: "\3b4c";
}
.hgi-twotone.hgi-airplane-mode:before {
  content: "\3b4d";
}
.hgi-twotone.hgi-airplane-seat:after {
  content: "\3b4e";
}
.hgi-twotone.hgi-airplane-seat:before {
  content: "\3b4f";
}
.hgi-twotone.hgi-airplane-take-off-01:after {
  content: "\3b50";
}
.hgi-twotone.hgi-airplane-take-off-01:before {
  content: "\3b51";
}
.hgi-twotone.hgi-airplane-take-off-02:after {
  content: "\3b52";
}
.hgi-twotone.hgi-airplane-take-off-02:before {
  content: "\3b53";
}
.hgi-twotone.hgi-airplay-line:after {
  content: "\3b54";
}
.hgi-twotone.hgi-airplay-line:before {
  content: "\3b55";
}
.hgi-twotone.hgi-airpod-01:after {
  content: "\3b56";
}
.hgi-twotone.hgi-airpod-01:before {
  content: "\3b57";
}
.hgi-twotone.hgi-airpod-02:after {
  content: "\3b58";
}
.hgi-twotone.hgi-airpod-02:before {
  content: "\3b59";
}
.hgi-twotone.hgi-airpod-03:after {
  content: "\3b5a";
}
.hgi-twotone.hgi-airpod-03:before {
  content: "\3b5b";
}
.hgi-twotone.hgi-airport:after {
  content: "\3b5c";
}
.hgi-twotone.hgi-airport:before {
  content: "\3b5d";
}
.hgi-twotone.hgi-al-aqsa-mosque:after {
  content: "\3b5e";
}
.hgi-twotone.hgi-al-aqsa-mosque:before {
  content: "\3b5f";
}
.hgi-twotone.hgi-alarm-clock:after {
  content: "\3b60";
}
.hgi-twotone.hgi-alarm-clock:before {
  content: "\3b61";
}
.hgi-twotone.hgi-album-01:after {
  content: "\3b62";
}
.hgi-twotone.hgi-album-01:before {
  content: "\3b63";
}
.hgi-twotone.hgi-album-02:after {
  content: "\3b64";
}
.hgi-twotone.hgi-album-02:before {
  content: "\3b65";
}
.hgi-twotone.hgi-album-not-found-01:after {
  content: "\3b66";
}
.hgi-twotone.hgi-album-not-found-01:before {
  content: "\3b67";
}
.hgi-twotone.hgi-album-not-found-02:after {
  content: "\3b68";
}
.hgi-twotone.hgi-album-not-found-02:before {
  content: "\3b69";
}
.hgi-twotone.hgi-alert-01:after {
  content: "\3b6a";
}
.hgi-twotone.hgi-alert-01:before {
  content: "\3b6b";
}
.hgi-twotone.hgi-alert-02:after {
  content: "\3b6c";
}
.hgi-twotone.hgi-alert-02:before {
  content: "\3b6d";
}
.hgi-twotone.hgi-alert-circle:after {
  content: "\3b6e";
}
.hgi-twotone.hgi-alert-circle:before {
  content: "\3b6f";
}
.hgi-twotone.hgi-alert-diamond:after {
  content: "\3b70";
}
.hgi-twotone.hgi-alert-diamond:before {
  content: "\3b71";
}
.hgi-twotone.hgi-alert-square:after {
  content: "\3b72";
}
.hgi-twotone.hgi-alert-square:before {
  content: "\3b73";
}
.hgi-twotone.hgi-algorithm:after {
  content: "\3b74";
}
.hgi-twotone.hgi-algorithm:before {
  content: "\3b75";
}
.hgi-twotone.hgi-alien-01:after {
  content: "\3b76";
}
.hgi-twotone.hgi-alien-01:before {
  content: "\3b77";
}
.hgi-twotone.hgi-alien-02:after {
  content: "\3b78";
}
.hgi-twotone.hgi-alien-02:before {
  content: "\3b79";
}
.hgi-twotone.hgi-align-bottom:after {
  content: "\3b7a";
}
.hgi-twotone.hgi-align-bottom:before {
  content: "\3b7b";
}
.hgi-twotone.hgi-align-box-bottom-center:after {
  content: "\3b7c";
}
.hgi-twotone.hgi-align-box-bottom-center:before {
  content: "\3b7d";
}
.hgi-twotone.hgi-align-box-bottom-left:after {
  content: "\3b7e";
}
.hgi-twotone.hgi-align-box-bottom-left:before {
  content: "\3b7f";
}
.hgi-twotone.hgi-align-box-bottom-right:after {
  content: "\3b80";
}
.hgi-twotone.hgi-align-box-bottom-right:before {
  content: "\3b81";
}
.hgi-twotone.hgi-align-box-middle-center:after {
  content: "\3b82";
}
.hgi-twotone.hgi-align-box-middle-center:before {
  content: "\3b83";
}
.hgi-twotone.hgi-align-box-middle-left:after {
  content: "\3b84";
}
.hgi-twotone.hgi-align-box-middle-left:before {
  content: "\3b85";
}
.hgi-twotone.hgi-align-box-middle-right:after {
  content: "\3b86";
}
.hgi-twotone.hgi-align-box-middle-right:before {
  content: "\3b87";
}
.hgi-twotone.hgi-align-box-top-center:after {
  content: "\3b88";
}
.hgi-twotone.hgi-align-box-top-center:before {
  content: "\3b89";
}
.hgi-twotone.hgi-align-box-top-left:after {
  content: "\3b8a";
}
.hgi-twotone.hgi-align-box-top-left:before {
  content: "\3b8b";
}
.hgi-twotone.hgi-align-box-top-right:after {
  content: "\3b8c";
}
.hgi-twotone.hgi-align-box-top-right:before {
  content: "\3b8d";
}
.hgi-twotone.hgi-align-horizontal-center:after {
  content: "\3b8e";
}
.hgi-twotone.hgi-align-horizontal-center:before {
  content: "\3b8f";
}
.hgi-twotone.hgi-align-key-object:after {
  content: "\3b90";
}
.hgi-twotone.hgi-align-key-object:before {
  content: "\3b91";
}
.hgi-twotone.hgi-align-left:after {
  content: "\3b92";
}
.hgi-twotone.hgi-align-left:before {
  content: "\3b93";
}
.hgi-twotone.hgi-align-right:after {
  content: "\3b94";
}
.hgi-twotone.hgi-align-right:before {
  content: "\3b95";
}
.hgi-twotone.hgi-align-selection:after {
  content: "\3b96";
}
.hgi-twotone.hgi-align-selection:before {
  content: "\3b97";
}
.hgi-twotone.hgi-align-top:after {
  content: "\3b98";
}
.hgi-twotone.hgi-align-top:before {
  content: "\3b99";
}
.hgi-twotone.hgi-align-vertical-center:after {
  content: "\3b9a";
}
.hgi-twotone.hgi-align-vertical-center:before {
  content: "\3b9b";
}
.hgi-twotone.hgi-all-bookmark:after {
  content: "\3b9c";
}
.hgi-twotone.hgi-all-bookmark:before {
  content: "\3b9d";
}
.hgi-twotone.hgi-allah:after {
  content: "\3b9e";
}
.hgi-twotone.hgi-allah:before {
  content: "\3b9f";
}
.hgi-twotone.hgi-alms:after {
  content: "\3ba0";
}
.hgi-twotone.hgi-alms:before {
  content: "\3ba1";
}
.hgi-twotone.hgi-alpha-circle:after {
  content: "\3ba2";
}
.hgi-twotone.hgi-alpha-circle:before {
  content: "\3ba3";
}
.hgi-twotone.hgi-alpha:after {
  content: "\3ba4";
}
.hgi-twotone.hgi-alpha-square:after {
  content: "\3ba5";
}
.hgi-twotone.hgi-alpha-square:before {
  content: "\3ba6";
}
.hgi-twotone.hgi-alpha:before {
  content: "\3ba7";
}
.hgi-twotone.hgi-alphabet-arabic:after {
  content: "\3ba8";
}
.hgi-twotone.hgi-alphabet-arabic:before {
  content: "\3ba9";
}
.hgi-twotone.hgi-alphabet-bangla:after {
  content: "\3baa";
}
.hgi-twotone.hgi-alphabet-bangla:before {
  content: "\3bab";
}
.hgi-twotone.hgi-alphabet-chinese:after {
  content: "\3bac";
}
.hgi-twotone.hgi-alphabet-chinese:before {
  content: "\3bad";
}
.hgi-twotone.hgi-alphabet-greek:after {
  content: "\3bae";
}
.hgi-twotone.hgi-alphabet-greek:before {
  content: "\3baf";
}
.hgi-twotone.hgi-alphabet-hebrew:after {
  content: "\3bb0";
}
.hgi-twotone.hgi-alphabet-hebrew:before {
  content: "\3bb1";
}
.hgi-twotone.hgi-alphabet-hindi:after {
  content: "\3bb2";
}
.hgi-twotone.hgi-alphabet-hindi:before {
  content: "\3bb3";
}
.hgi-twotone.hgi-alphabet-japanese:after {
  content: "\3bb4";
}
.hgi-twotone.hgi-alphabet-japanese:before {
  content: "\3bb5";
}
.hgi-twotone.hgi-alphabet-korean:after {
  content: "\3bb6";
}
.hgi-twotone.hgi-alphabet-korean:before {
  content: "\3bb7";
}
.hgi-twotone.hgi-alphabet-thai:after {
  content: "\3bb8";
}
.hgi-twotone.hgi-alphabet-thai:before {
  content: "\3bb9";
}
.hgi-twotone.hgi-amazon:after {
  content: "\3bba";
}
.hgi-twotone.hgi-amazon:before {
  content: "\3bbb";
}
.hgi-twotone.hgi-ambulance:after {
  content: "\3bbc";
}
.hgi-twotone.hgi-ambulance:before {
  content: "\3bbd";
}
.hgi-twotone.hgi-american-football:after {
  content: "\3bbe";
}
.hgi-twotone.hgi-american-football:before {
  content: "\3bbf";
}
.hgi-twotone.hgi-amie:after {
  content: "\3bc0";
}
.hgi-twotone.hgi-amie:before {
  content: "\3bc1";
}
.hgi-twotone.hgi-ampoule:after {
  content: "\3bc2";
}
.hgi-twotone.hgi-ampoule:before {
  content: "\3bc3";
}
.hgi-twotone.hgi-analysis-text-link:after {
  content: "\3bc4";
}
.hgi-twotone.hgi-analysis-text-link:before {
  content: "\3bc5";
}
.hgi-twotone.hgi-analytics-01:after {
  content: "\3bc6";
}
.hgi-twotone.hgi-analytics-01:before {
  content: "\3bc7";
}
.hgi-twotone.hgi-analytics-02:after {
  content: "\3bc8";
}
.hgi-twotone.hgi-analytics-02:before {
  content: "\3bc9";
}
.hgi-twotone.hgi-analytics-03:after {
  content: "\3bca";
}
.hgi-twotone.hgi-analytics-03:before {
  content: "\3bcb";
}
.hgi-twotone.hgi-analytics-down:after {
  content: "\3bcc";
}
.hgi-twotone.hgi-analytics-down:before {
  content: "\3bcd";
}
.hgi-twotone.hgi-analytics-up:after {
  content: "\3bce";
}
.hgi-twotone.hgi-analytics-up:before {
  content: "\3bcf";
}
.hgi-twotone.hgi-anchor-point:after {
  content: "\3bd0";
}
.hgi-twotone.hgi-anchor-point:before {
  content: "\3bd1";
}
.hgi-twotone.hgi-anchor:after {
  content: "\3bd2";
}
.hgi-twotone.hgi-anchor:before {
  content: "\3bd3";
}
.hgi-twotone.hgi-android:after {
  content: "\3bd4";
}
.hgi-twotone.hgi-android:before {
  content: "\3bd5";
}
.hgi-twotone.hgi-angel:after {
  content: "\3bd6";
}
.hgi-twotone.hgi-angel:before {
  content: "\3bd7";
}
.hgi-twotone.hgi-angle-01:after {
  content: "\3bd8";
}
.hgi-twotone.hgi-angle-01:before {
  content: "\3bd9";
}
.hgi-twotone.hgi-angle:after {
  content: "\3bda";
}
.hgi-twotone.hgi-angle:before {
  content: "\3bdb";
}
.hgi-twotone.hgi-angry-bird:after {
  content: "\3bdc";
}
.hgi-twotone.hgi-angry-bird:before {
  content: "\3bdd";
}
.hgi-twotone.hgi-angry:after {
  content: "\3bde";
}
.hgi-twotone.hgi-angry:before {
  content: "\3bdf";
}
.hgi-twotone.hgi-anonymous:after {
  content: "\3be0";
}
.hgi-twotone.hgi-anonymous:before {
  content: "\3be1";
}
.hgi-twotone.hgi-api:after {
  content: "\3be2";
}
.hgi-twotone.hgi-api:before {
  content: "\3be3";
}
.hgi-twotone.hgi-app-store:after {
  content: "\3be4";
}
.hgi-twotone.hgi-app-store:before {
  content: "\3be5";
}
.hgi-twotone.hgi-apple-01:after {
  content: "\3be6";
}
.hgi-twotone.hgi-apple-01:before {
  content: "\3be7";
}
.hgi-twotone.hgi-apple-finder:after {
  content: "\3be8";
}
.hgi-twotone.hgi-apple-finder:before {
  content: "\3be9";
}
.hgi-twotone.hgi-apple-intelligence:after {
  content: "\3bea";
}
.hgi-twotone.hgi-apple-intelligence:before {
  content: "\3beb";
}
.hgi-twotone.hgi-apple-music:after {
  content: "\3bec";
}
.hgi-twotone.hgi-apple-music:before {
  content: "\3bed";
}
.hgi-twotone.hgi-apple-news:after {
  content: "\3bee";
}
.hgi-twotone.hgi-apple-news:before {
  content: "\3bef";
}
.hgi-twotone.hgi-apple-pie:after {
  content: "\3bf0";
}
.hgi-twotone.hgi-apple-pie:before {
  content: "\3bf1";
}
.hgi-twotone.hgi-apple-reminder:after {
  content: "\3bf2";
}
.hgi-twotone.hgi-apple-reminder:before {
  content: "\3bf3";
}
.hgi-twotone.hgi-apple:after {
  content: "\3bf4";
}
.hgi-twotone.hgi-apple-stocks:after {
  content: "\3bf5";
}
.hgi-twotone.hgi-apple-stocks:before {
  content: "\3bf6";
}
.hgi-twotone.hgi-apple-vision-pro:after {
  content: "\3bf7";
}
.hgi-twotone.hgi-apple-vision-pro:before {
  content: "\3bf8";
}
.hgi-twotone.hgi-apple:before {
  content: "\3bf9";
}
.hgi-twotone.hgi-appointment-01:after {
  content: "\3bfa";
}
.hgi-twotone.hgi-appointment-01:before {
  content: "\3bfb";
}
.hgi-twotone.hgi-appointment-02:after {
  content: "\3bfc";
}
.hgi-twotone.hgi-appointment-02:before {
  content: "\3bfd";
}
.hgi-twotone.hgi-approximately-equal-circle:after {
  content: "\3bfe";
}
.hgi-twotone.hgi-approximately-equal-circle:before {
  content: "\3bff";
}
.hgi-twotone.hgi-approximately-equal:after {
  content: "\3c00";
}
.hgi-twotone.hgi-approximately-equal-square:after {
  content: "\3c01";
}
.hgi-twotone.hgi-approximately-equal-square:before {
  content: "\3c02";
}
.hgi-twotone.hgi-approximately-equal:before {
  content: "\3c03";
}
.hgi-twotone.hgi-apricot:after {
  content: "\3c04";
}
.hgi-twotone.hgi-apricot:before {
  content: "\3c05";
}
.hgi-twotone.hgi-apron:after {
  content: "\3c06";
}
.hgi-twotone.hgi-apron:before {
  content: "\3c07";
}
.hgi-twotone.hgi-arc-browser:after {
  content: "\3c08";
}
.hgi-twotone.hgi-arc-browser:before {
  content: "\3c09";
}
.hgi-twotone.hgi-archer:after {
  content: "\3c0a";
}
.hgi-twotone.hgi-archer:before {
  content: "\3c0b";
}
.hgi-twotone.hgi-archive-01:after {
  content: "\3c0c";
}
.hgi-twotone.hgi-archive-01:before {
  content: "\3c0d";
}
.hgi-twotone.hgi-archive-02:after {
  content: "\3c0e";
}
.hgi-twotone.hgi-archive-02:before {
  content: "\3c0f";
}
.hgi-twotone.hgi-archive:after {
  content: "\3c10";
}
.hgi-twotone.hgi-archive:before {
  content: "\3c11";
}
.hgi-twotone.hgi-armored-boot:after {
  content: "\3c12";
}
.hgi-twotone.hgi-armored-boot:before {
  content: "\3c13";
}
.hgi-twotone.hgi-arrange-by-letters-a-z:after {
  content: "\3c14";
}
.hgi-twotone.hgi-arrange-by-letters-a-z:before {
  content: "\3c15";
}
.hgi-twotone.hgi-arrange-by-letters-z-a:after {
  content: "\3c16";
}
.hgi-twotone.hgi-arrange-by-letters-z-a:before {
  content: "\3c17";
}
.hgi-twotone.hgi-arrange-by-numbers-1-9:after {
  content: "\3c18";
}
.hgi-twotone.hgi-arrange-by-numbers-1-9:before {
  content: "\3c19";
}
.hgi-twotone.hgi-arrange-by-numbers-9-1:after {
  content: "\3c1a";
}
.hgi-twotone.hgi-arrange-by-numbers-9-1:before {
  content: "\3c1b";
}
.hgi-twotone.hgi-arrange:after {
  content: "\3c1c";
}
.hgi-twotone.hgi-arrange:before {
  content: "\3c1d";
}
.hgi-twotone.hgi-arrow-all-direction:after {
  content: "\3c1e";
}
.hgi-twotone.hgi-arrow-all-direction:before {
  content: "\3c1f";
}
.hgi-twotone.hgi-arrow-data-transfer-diagonal:after {
  content: "\3c20";
}
.hgi-twotone.hgi-arrow-data-transfer-diagonal:before {
  content: "\3c21";
}
.hgi-twotone.hgi-arrow-data-transfer-horizontal:after {
  content: "\3c22";
}
.hgi-twotone.hgi-arrow-data-transfer-horizontal:before {
  content: "\3c23";
}
.hgi-twotone.hgi-arrow-data-transfer-vertical:after {
  content: "\3c24";
}
.hgi-twotone.hgi-arrow-data-transfer-vertical:before {
  content: "\3c25";
}
.hgi-twotone.hgi-arrow-diagonal:after {
  content: "\3c26";
}
.hgi-twotone.hgi-arrow-diagonal:before {
  content: "\3c27";
}
.hgi-twotone.hgi-arrow-down-01:after {
  content: "\3c28";
}
.hgi-twotone.hgi-arrow-down-01:before {
  content: "\3c29";
}
.hgi-twotone.hgi-arrow-down-02:after {
  content: "\3c2a";
}
.hgi-twotone.hgi-arrow-down-02:before {
  content: "\3c2b";
}
.hgi-twotone.hgi-arrow-down-03:after {
  content: "\3c2c";
}
.hgi-twotone.hgi-arrow-down-03:before {
  content: "\3c2d";
}
.hgi-twotone.hgi-arrow-down-04:after {
  content: "\3c2e";
}
.hgi-twotone.hgi-arrow-down-04:before {
  content: "\3c2f";
}
.hgi-twotone.hgi-arrow-down-05:after {
  content: "\3c30";
}
.hgi-twotone.hgi-arrow-down-05:before {
  content: "\3c31";
}
.hgi-twotone.hgi-arrow-down-double:after {
  content: "\3c32";
}
.hgi-twotone.hgi-arrow-down-double:before {
  content: "\3c33";
}
.hgi-twotone.hgi-arrow-down-left-01:after {
  content: "\3c34";
}
.hgi-twotone.hgi-arrow-down-left-01:before {
  content: "\3c35";
}
.hgi-twotone.hgi-arrow-down-left-02:after {
  content: "\3c36";
}
.hgi-twotone.hgi-arrow-down-left-02:before {
  content: "\3c37";
}
.hgi-twotone.hgi-arrow-down-right-01:after {
  content: "\3c38";
}
.hgi-twotone.hgi-arrow-down-right-01:before {
  content: "\3c39";
}
.hgi-twotone.hgi-arrow-down-right-02:after {
  content: "\3c3a";
}
.hgi-twotone.hgi-arrow-down-right-02:before {
  content: "\3c3b";
}
.hgi-twotone.hgi-arrow-expand-01:after {
  content: "\3c3c";
}
.hgi-twotone.hgi-arrow-expand-01:before {
  content: "\3c3d";
}
.hgi-twotone.hgi-arrow-expand-02:after {
  content: "\3c3e";
}
.hgi-twotone.hgi-arrow-expand-02:before {
  content: "\3c3f";
}
.hgi-twotone.hgi-arrow-expand-diagonal-01:after {
  content: "\3c40";
}
.hgi-twotone.hgi-arrow-expand-diagonal-01:before {
  content: "\3c41";
}
.hgi-twotone.hgi-arrow-expand-diagonal-02:after {
  content: "\3c42";
}
.hgi-twotone.hgi-arrow-expand-diagonal-02:before {
  content: "\3c43";
}
.hgi-twotone.hgi-arrow-expand:after {
  content: "\3c44";
}
.hgi-twotone.hgi-arrow-expand:before {
  content: "\3c45";
}
.hgi-twotone.hgi-arrow-horizontal:after {
  content: "\3c46";
}
.hgi-twotone.hgi-arrow-horizontal:before {
  content: "\3c47";
}
.hgi-twotone.hgi-arrow-left-01:after {
  content: "\3c48";
}
.hgi-twotone.hgi-arrow-left-01:before {
  content: "\3c49";
}
.hgi-twotone.hgi-arrow-left-02:after {
  content: "\3c4a";
}
.hgi-twotone.hgi-arrow-left-02:before {
  content: "\3c4b";
}
.hgi-twotone.hgi-arrow-left-03:after {
  content: "\3c4c";
}
.hgi-twotone.hgi-arrow-left-03:before {
  content: "\3c4d";
}
.hgi-twotone.hgi-arrow-left-04:after {
  content: "\3c4e";
}
.hgi-twotone.hgi-arrow-left-04:before {
  content: "\3c4f";
}
.hgi-twotone.hgi-arrow-left-05:after {
  content: "\3c50";
}
.hgi-twotone.hgi-arrow-left-05:before {
  content: "\3c51";
}
.hgi-twotone.hgi-arrow-left-double:after {
  content: "\3c52";
}
.hgi-twotone.hgi-arrow-left-double:before {
  content: "\3c53";
}
.hgi-twotone.hgi-arrow-left-right:after {
  content: "\3c54";
}
.hgi-twotone.hgi-arrow-left-right:before {
  content: "\3c55";
}
.hgi-twotone.hgi-arrow-move-down-left:after {
  content: "\3c56";
}
.hgi-twotone.hgi-arrow-move-down-left:before {
  content: "\3c57";
}
.hgi-twotone.hgi-arrow-move-down-right:after {
  content: "\3c58";
}
.hgi-twotone.hgi-arrow-move-down-right:before {
  content: "\3c59";
}
.hgi-twotone.hgi-arrow-move-left-down:after {
  content: "\3c5a";
}
.hgi-twotone.hgi-arrow-move-left-down:before {
  content: "\3c5b";
}
.hgi-twotone.hgi-arrow-move-right-down:after {
  content: "\3c5c";
}
.hgi-twotone.hgi-arrow-move-right-down:before {
  content: "\3c5d";
}
.hgi-twotone.hgi-arrow-move-up-left:after {
  content: "\3c5e";
}
.hgi-twotone.hgi-arrow-move-up-left:before {
  content: "\3c5f";
}
.hgi-twotone.hgi-arrow-move-up-right:after {
  content: "\3c60";
}
.hgi-twotone.hgi-arrow-move-up-right:before {
  content: "\3c61";
}
.hgi-twotone.hgi-arrow-reload-horizontal:after {
  content: "\3c62";
}
.hgi-twotone.hgi-arrow-reload-horizontal:before {
  content: "\3c63";
}
.hgi-twotone.hgi-arrow-reload-vertical:after {
  content: "\3c64";
}
.hgi-twotone.hgi-arrow-reload-vertical:before {
  content: "\3c65";
}
.hgi-twotone.hgi-arrow-right-01:after {
  content: "\3c66";
}
.hgi-twotone.hgi-arrow-right-01:before {
  content: "\3c67";
}
.hgi-twotone.hgi-arrow-right-02:after {
  content: "\3c68";
}
.hgi-twotone.hgi-arrow-right-02:before {
  content: "\3c69";
}
.hgi-twotone.hgi-arrow-right-03:after {
  content: "\3c6a";
}
.hgi-twotone.hgi-arrow-right-03:before {
  content: "\3c6b";
}
.hgi-twotone.hgi-arrow-right-04:after {
  content: "\3c6c";
}
.hgi-twotone.hgi-arrow-right-04:before {
  content: "\3c6d";
}
.hgi-twotone.hgi-arrow-right-05:after {
  content: "\3c6e";
}
.hgi-twotone.hgi-arrow-right-05:before {
  content: "\3c6f";
}
.hgi-twotone.hgi-arrow-right-double:after {
  content: "\3c70";
}
.hgi-twotone.hgi-arrow-right-double:before {
  content: "\3c71";
}
.hgi-twotone.hgi-arrow-shrink-01:after {
  content: "\3c72";
}
.hgi-twotone.hgi-arrow-shrink-01:before {
  content: "\3c73";
}
.hgi-twotone.hgi-arrow-shrink-02:after {
  content: "\3c74";
}
.hgi-twotone.hgi-arrow-shrink-02:before {
  content: "\3c75";
}
.hgi-twotone.hgi-arrow-shrink:after {
  content: "\3c76";
}
.hgi-twotone.hgi-arrow-shrink:before {
  content: "\3c77";
}
.hgi-twotone.hgi-arrow-turn-backward:after {
  content: "\3c78";
}
.hgi-twotone.hgi-arrow-turn-backward:before {
  content: "\3c79";
}
.hgi-twotone.hgi-arrow-turn-down:after {
  content: "\3c7a";
}
.hgi-twotone.hgi-arrow-turn-down:before {
  content: "\3c7b";
}
.hgi-twotone.hgi-arrow-turn-forward:after {
  content: "\3c7c";
}
.hgi-twotone.hgi-arrow-turn-forward:before {
  content: "\3c7d";
}
.hgi-twotone.hgi-arrow-turn-up:after {
  content: "\3c7e";
}
.hgi-twotone.hgi-arrow-turn-up:before {
  content: "\3c7f";
}
.hgi-twotone.hgi-arrow-up-01:after {
  content: "\3c80";
}
.hgi-twotone.hgi-arrow-up-01:before {
  content: "\3c81";
}
.hgi-twotone.hgi-arrow-up-02:after {
  content: "\3c82";
}
.hgi-twotone.hgi-arrow-up-02:before {
  content: "\3c83";
}
.hgi-twotone.hgi-arrow-up-03:after {
  content: "\3c84";
}
.hgi-twotone.hgi-arrow-up-03:before {
  content: "\3c85";
}
.hgi-twotone.hgi-arrow-up-04:after {
  content: "\3c86";
}
.hgi-twotone.hgi-arrow-up-04:before {
  content: "\3c87";
}
.hgi-twotone.hgi-arrow-up-05:after {
  content: "\3c88";
}
.hgi-twotone.hgi-arrow-up-05:before {
  content: "\3c89";
}
.hgi-twotone.hgi-arrow-up-double:after {
  content: "\3c8a";
}
.hgi-twotone.hgi-arrow-up-double:before {
  content: "\3c8b";
}
.hgi-twotone.hgi-arrow-up-down:after {
  content: "\3c8c";
}
.hgi-twotone.hgi-arrow-up-down:before {
  content: "\3c8d";
}
.hgi-twotone.hgi-arrow-up-left-01:after {
  content: "\3c8e";
}
.hgi-twotone.hgi-arrow-up-left-01:before {
  content: "\3c8f";
}
.hgi-twotone.hgi-arrow-up-left-02:after {
  content: "\3c90";
}
.hgi-twotone.hgi-arrow-up-left-02:before {
  content: "\3c91";
}
.hgi-twotone.hgi-arrow-up-right-01:after {
  content: "\3c92";
}
.hgi-twotone.hgi-arrow-up-right-01:before {
  content: "\3c93";
}
.hgi-twotone.hgi-arrow-up-right-02:after {
  content: "\3c94";
}
.hgi-twotone.hgi-arrow-up-right-02:before {
  content: "\3c95";
}
.hgi-twotone.hgi-arrow-vertical:after {
  content: "\3c96";
}
.hgi-twotone.hgi-arrow-vertical:before {
  content: "\3c97";
}
.hgi-twotone.hgi-artboard:after {
  content: "\3c98";
}
.hgi-twotone.hgi-artboard-tool:after {
  content: "\3c99";
}
.hgi-twotone.hgi-artboard-tool:before {
  content: "\3c9a";
}
.hgi-twotone.hgi-artboard:before {
  content: "\3c9b";
}
.hgi-twotone.hgi-artificial-intelligence-01:after {
  content: "\3c9c";
}
.hgi-twotone.hgi-artificial-intelligence-01:before {
  content: "\3c9d";
}
.hgi-twotone.hgi-artificial-intelligence-02:after {
  content: "\3c9e";
}
.hgi-twotone.hgi-artificial-intelligence-02:before {
  content: "\3c9f";
}
.hgi-twotone.hgi-artificial-intelligence-03:after {
  content: "\3ca0";
}
.hgi-twotone.hgi-artificial-intelligence-03:before {
  content: "\3ca1";
}
.hgi-twotone.hgi-artificial-intelligence-04:after {
  content: "\3ca2";
}
.hgi-twotone.hgi-artificial-intelligence-04:before {
  content: "\3ca3";
}
.hgi-twotone.hgi-artificial-intelligence-05:after {
  content: "\3ca4";
}
.hgi-twotone.hgi-artificial-intelligence-05:before {
  content: "\3ca5";
}
.hgi-twotone.hgi-artificial-intelligence-06:after {
  content: "\3ca6";
}
.hgi-twotone.hgi-artificial-intelligence-06:before {
  content: "\3ca7";
}
.hgi-twotone.hgi-artificial-intelligence-07:after {
  content: "\3ca8";
}
.hgi-twotone.hgi-artificial-intelligence-07:before {
  content: "\3ca9";
}
.hgi-twotone.hgi-artificial-intelligence-08:after {
  content: "\3caa";
}
.hgi-twotone.hgi-artificial-intelligence-08:before {
  content: "\3cab";
}
.hgi-twotone.hgi-aspect-ratio:after {
  content: "\3cac";
}
.hgi-twotone.hgi-aspect-ratio:before {
  content: "\3cad";
}
.hgi-twotone.hgi-assignments:after {
  content: "\3cae";
}
.hgi-twotone.hgi-assignments:before {
  content: "\3caf";
}
.hgi-twotone.hgi-asteroid-01:after {
  content: "\3cb0";
}
.hgi-twotone.hgi-asteroid-01:before {
  content: "\3cb1";
}
.hgi-twotone.hgi-asteroid-02:after {
  content: "\3cb2";
}
.hgi-twotone.hgi-asteroid-02:before {
  content: "\3cb3";
}
.hgi-twotone.hgi-astronaut-01:after {
  content: "\3cb4";
}
.hgi-twotone.hgi-astronaut-01:before {
  content: "\3cb5";
}
.hgi-twotone.hgi-astronaut-02:after {
  content: "\3cb6";
}
.hgi-twotone.hgi-astronaut-02:before {
  content: "\3cb7";
}
.hgi-twotone.hgi-at:after {
  content: "\3cb8";
}
.hgi-twotone.hgi-at:before {
  content: "\3cb9";
}
.hgi-twotone.hgi-atm-01:after {
  content: "\3cba";
}
.hgi-twotone.hgi-atm-01:before {
  content: "\3cbb";
}
.hgi-twotone.hgi-atm-02:after {
  content: "\3cbc";
}
.hgi-twotone.hgi-atm-02:before {
  content: "\3cbd";
}
.hgi-twotone.hgi-atom-01:after {
  content: "\3cbe";
}
.hgi-twotone.hgi-atom-01:before {
  content: "\3cbf";
}
.hgi-twotone.hgi-atom-02:after {
  content: "\3cc0";
}
.hgi-twotone.hgi-atom-02:before {
  content: "\3cc1";
}
.hgi-twotone.hgi-atomic-power:after {
  content: "\3cc2";
}
.hgi-twotone.hgi-atomic-power:before {
  content: "\3cc3";
}
.hgi-twotone.hgi-attachment-01:after {
  content: "\3cc4";
}
.hgi-twotone.hgi-attachment-01:before {
  content: "\3cc5";
}
.hgi-twotone.hgi-attachment-02:after {
  content: "\3cc6";
}
.hgi-twotone.hgi-attachment-02:before {
  content: "\3cc7";
}
.hgi-twotone.hgi-attachment-circle:after {
  content: "\3cc8";
}
.hgi-twotone.hgi-attachment-circle:before {
  content: "\3cc9";
}
.hgi-twotone.hgi-attachment:after {
  content: "\3cca";
}
.hgi-twotone.hgi-attachment-square:after {
  content: "\3ccb";
}
.hgi-twotone.hgi-attachment-square:before {
  content: "\3ccc";
}
.hgi-twotone.hgi-attachment:before {
  content: "\3ccd";
}
.hgi-twotone.hgi-auction:after {
  content: "\3cce";
}
.hgi-twotone.hgi-auction:before {
  content: "\3ccf";
}
.hgi-twotone.hgi-audio-book-01:after {
  content: "\3cd0";
}
.hgi-twotone.hgi-audio-book-01:before {
  content: "\3cd1";
}
.hgi-twotone.hgi-audio-book-02:after {
  content: "\3cd2";
}
.hgi-twotone.hgi-audio-book-02:before {
  content: "\3cd3";
}
.hgi-twotone.hgi-audio-book-03:after {
  content: "\3cd4";
}
.hgi-twotone.hgi-audio-book-03:before {
  content: "\3cd5";
}
.hgi-twotone.hgi-audio-book-04:after {
  content: "\3cd6";
}
.hgi-twotone.hgi-audio-book-04:before {
  content: "\3cd7";
}
.hgi-twotone.hgi-audio-wave-01:after {
  content: "\3cd8";
}
.hgi-twotone.hgi-audio-wave-01:before {
  content: "\3cd9";
}
.hgi-twotone.hgi-audio-wave-02:after {
  content: "\3cda";
}
.hgi-twotone.hgi-audio-wave-02:before {
  content: "\3cdb";
}
.hgi-twotone.hgi-audit-01:after {
  content: "\3cdc";
}
.hgi-twotone.hgi-audit-01:before {
  content: "\3cdd";
}
.hgi-twotone.hgi-audit-02:after {
  content: "\3cde";
}
.hgi-twotone.hgi-audit-02:before {
  content: "\3cdf";
}
.hgi-twotone.hgi-augmented-reality-ar:after {
  content: "\3ce0";
}
.hgi-twotone.hgi-augmented-reality-ar:before {
  content: "\3ce1";
}
.hgi-twotone.hgi-authorized:after {
  content: "\3ce2";
}
.hgi-twotone.hgi-authorized:before {
  content: "\3ce3";
}
.hgi-twotone.hgi-auto-conversations:after {
  content: "\3ce4";
}
.hgi-twotone.hgi-auto-conversations:before {
  content: "\3ce5";
}
.hgi-twotone.hgi-automotive-battery-01:after {
  content: "\3ce6";
}
.hgi-twotone.hgi-automotive-battery-01:before {
  content: "\3ce7";
}
.hgi-twotone.hgi-automotive-battery-02:after {
  content: "\3ce8";
}
.hgi-twotone.hgi-automotive-battery-02:before {
  content: "\3ce9";
}
.hgi-twotone.hgi-avalanche:after {
  content: "\3cea";
}
.hgi-twotone.hgi-avalanche:before {
  content: "\3ceb";
}
.hgi-twotone.hgi-avocado:after {
  content: "\3cec";
}
.hgi-twotone.hgi-avocado:before {
  content: "\3ced";
}
.hgi-twotone.hgi-award-01:after {
  content: "\3cee";
}
.hgi-twotone.hgi-award-01:before {
  content: "\3cef";
}
.hgi-twotone.hgi-award-02:after {
  content: "\3cf0";
}
.hgi-twotone.hgi-award-02:before {
  content: "\3cf1";
}
.hgi-twotone.hgi-award-03:after {
  content: "\3cf2";
}
.hgi-twotone.hgi-award-03:before {
  content: "\3cf3";
}
.hgi-twotone.hgi-award-04:after {
  content: "\3cf4";
}
.hgi-twotone.hgi-award-04:before {
  content: "\3cf5";
}
.hgi-twotone.hgi-award-05:after {
  content: "\3cf6";
}
.hgi-twotone.hgi-award-05:before {
  content: "\3cf7";
}
.hgi-twotone.hgi-baby-01:after {
  content: "\3cf8";
}
.hgi-twotone.hgi-baby-01:before {
  content: "\3cf9";
}
.hgi-twotone.hgi-baby-02:after {
  content: "\3cfa";
}
.hgi-twotone.hgi-baby-02:before {
  content: "\3cfb";
}
.hgi-twotone.hgi-baby-bed-01:after {
  content: "\3cfc";
}
.hgi-twotone.hgi-baby-bed-01:before {
  content: "\3cfd";
}
.hgi-twotone.hgi-baby-bed-02:after {
  content: "\3cfe";
}
.hgi-twotone.hgi-baby-bed-02:before {
  content: "\3cff";
}
.hgi-twotone.hgi-baby-bottle:after {
  content: "\3d00";
}
.hgi-twotone.hgi-baby-bottle:before {
  content: "\3d01";
}
.hgi-twotone.hgi-baby-boy-dress:after {
  content: "\3d02";
}
.hgi-twotone.hgi-baby-boy-dress:before {
  content: "\3d03";
}
.hgi-twotone.hgi-baby-girl-dress:after {
  content: "\3d04";
}
.hgi-twotone.hgi-baby-girl-dress:before {
  content: "\3d05";
}
.hgi-twotone.hgi-back-muscle-body:after {
  content: "\3d06";
}
.hgi-twotone.hgi-back-muscle-body:before {
  content: "\3d07";
}
.hgi-twotone.hgi-background:after {
  content: "\3d08";
}
.hgi-twotone.hgi-background:before {
  content: "\3d09";
}
.hgi-twotone.hgi-backpack-01:after {
  content: "\3d0a";
}
.hgi-twotone.hgi-backpack-01:before {
  content: "\3d0b";
}
.hgi-twotone.hgi-backpack-02:after {
  content: "\3d0c";
}
.hgi-twotone.hgi-backpack-02:before {
  content: "\3d0d";
}
.hgi-twotone.hgi-backpack-03:after {
  content: "\3d0e";
}
.hgi-twotone.hgi-backpack-03:before {
  content: "\3d0f";
}
.hgi-twotone.hgi-backward-01:after {
  content: "\3d10";
}
.hgi-twotone.hgi-backward-01:before {
  content: "\3d11";
}
.hgi-twotone.hgi-backward-02:after {
  content: "\3d12";
}
.hgi-twotone.hgi-backward-02:before {
  content: "\3d13";
}
.hgi-twotone.hgi-bacteria:after {
  content: "\3d14";
}
.hgi-twotone.hgi-bacteria:before {
  content: "\3d15";
}
.hgi-twotone.hgi-badminton:after {
  content: "\3d16";
}
.hgi-twotone.hgi-badminton-shuttle:after {
  content: "\3d17";
}
.hgi-twotone.hgi-badminton-shuttle:before {
  content: "\3d18";
}
.hgi-twotone.hgi-badminton:before {
  content: "\3d19";
}
.hgi-twotone.hgi-balance-scale:after {
  content: "\3d1a";
}
.hgi-twotone.hgi-balance-scale:before {
  content: "\3d1b";
}
.hgi-twotone.hgi-balloons:after {
  content: "\3d1c";
}
.hgi-twotone.hgi-balloons:before {
  content: "\3d1d";
}
.hgi-twotone.hgi-banana:after {
  content: "\3d1e";
}
.hgi-twotone.hgi-banana:before {
  content: "\3d1f";
}
.hgi-twotone.hgi-bandage:after {
  content: "\3d20";
}
.hgi-twotone.hgi-bandage:before {
  content: "\3d21";
}
.hgi-twotone.hgi-bank:after {
  content: "\3d22";
}
.hgi-twotone.hgi-bank:before {
  content: "\3d23";
}
.hgi-twotone.hgi-bar-chart-horizontal:after {
  content: "\3d24";
}
.hgi-twotone.hgi-bar-chart-horizontal:before {
  content: "\3d25";
}
.hgi-twotone.hgi-bar-chart:after {
  content: "\3d26";
}
.hgi-twotone.hgi-bar-chart:before {
  content: "\3d27";
}
.hgi-twotone.hgi-bar-code-01:after {
  content: "\3d28";
}
.hgi-twotone.hgi-bar-code-01:before {
  content: "\3d29";
}
.hgi-twotone.hgi-bar-code-02:after {
  content: "\3d2a";
}
.hgi-twotone.hgi-bar-code-02:before {
  content: "\3d2b";
}
.hgi-twotone.hgi-barns:after {
  content: "\3d2c";
}
.hgi-twotone.hgi-barns:before {
  content: "\3d2d";
}
.hgi-twotone.hgi-baseball-bat:after {
  content: "\3d2e";
}
.hgi-twotone.hgi-baseball-bat:before {
  content: "\3d2f";
}
.hgi-twotone.hgi-baseball-helmet:after {
  content: "\3d30";
}
.hgi-twotone.hgi-baseball-helmet:before {
  content: "\3d31";
}
.hgi-twotone.hgi-baseball:after {
  content: "\3d32";
}
.hgi-twotone.hgi-baseball:before {
  content: "\3d33";
}
.hgi-twotone.hgi-bash:after {
  content: "\3d34";
}
.hgi-twotone.hgi-bash:before {
  content: "\3d35";
}
.hgi-twotone.hgi-basketball-01:after {
  content: "\3d36";
}
.hgi-twotone.hgi-basketball-01:before {
  content: "\3d37";
}
.hgi-twotone.hgi-basketball-02:after {
  content: "\3d38";
}
.hgi-twotone.hgi-basketball-02:before {
  content: "\3d39";
}
.hgi-twotone.hgi-basketball-hoop:after {
  content: "\3d3a";
}
.hgi-twotone.hgi-basketball-hoop:before {
  content: "\3d3b";
}
.hgi-twotone.hgi-bathtub-01:after {
  content: "\3d3c";
}
.hgi-twotone.hgi-bathtub-01:before {
  content: "\3d3d";
}
.hgi-twotone.hgi-bathtub-02:after {
  content: "\3d3e";
}
.hgi-twotone.hgi-bathtub-02:before {
  content: "\3d3f";
}
.hgi-twotone.hgi-batteries-energy:after {
  content: "\3d40";
}
.hgi-twotone.hgi-batteries-energy:before {
  content: "\3d41";
}
.hgi-twotone.hgi-battery-charging-01:after {
  content: "\3d42";
}
.hgi-twotone.hgi-battery-charging-01:before {
  content: "\3d43";
}
.hgi-twotone.hgi-battery-charging-02:after {
  content: "\3d44";
}
.hgi-twotone.hgi-battery-charging-02:before {
  content: "\3d45";
}
.hgi-twotone.hgi-battery-eco-charging:after {
  content: "\3d46";
}
.hgi-twotone.hgi-battery-eco-charging:before {
  content: "\3d47";
}
.hgi-twotone.hgi-battery-empty:after {
  content: "\3d48";
}
.hgi-twotone.hgi-battery-empty:before {
  content: "\3d49";
}
.hgi-twotone.hgi-battery-full:after {
  content: "\3d4a";
}
.hgi-twotone.hgi-battery-full:before {
  content: "\3d4b";
}
.hgi-twotone.hgi-battery-low:after {
  content: "\3d4c";
}
.hgi-twotone.hgi-battery-low:before {
  content: "\3d4d";
}
.hgi-twotone.hgi-battery-medium-01:after {
  content: "\3d4e";
}
.hgi-twotone.hgi-battery-medium-01:before {
  content: "\3d4f";
}
.hgi-twotone.hgi-battery-medium-02:after {
  content: "\3d50";
}
.hgi-twotone.hgi-battery-medium-02:before {
  content: "\3d51";
}
.hgi-twotone.hgi-bbq-grill:after {
  content: "\3d52";
}
.hgi-twotone.hgi-bbq-grill:before {
  content: "\3d53";
}
.hgi-twotone.hgi-beach-02:after {
  content: "\3d54";
}
.hgi-twotone.hgi-beach-02:before {
  content: "\3d55";
}
.hgi-twotone.hgi-beach:after {
  content: "\3d56";
}
.hgi-twotone.hgi-beach:before {
  content: "\3d57";
}
.hgi-twotone.hgi-beater:after {
  content: "\3d58";
}
.hgi-twotone.hgi-beater:before {
  content: "\3d59";
}
.hgi-twotone.hgi-bebo:after {
  content: "\3d5a";
}
.hgi-twotone.hgi-bebo:before {
  content: "\3d5b";
}
.hgi-twotone.hgi-bed-bunk:after {
  content: "\3d5c";
}
.hgi-twotone.hgi-bed-bunk:before {
  content: "\3d5d";
}
.hgi-twotone.hgi-bed-double:after {
  content: "\3d5e";
}
.hgi-twotone.hgi-bed-double:before {
  content: "\3d5f";
}
.hgi-twotone.hgi-bed:after {
  content: "\3d60";
}
.hgi-twotone.hgi-bed-single-01:after {
  content: "\3d61";
}
.hgi-twotone.hgi-bed-single-01:before {
  content: "\3d62";
}
.hgi-twotone.hgi-bed-single-02:after {
  content: "\3d63";
}
.hgi-twotone.hgi-bed-single-02:before {
  content: "\3d64";
}
.hgi-twotone.hgi-bed:before {
  content: "\3d65";
}
.hgi-twotone.hgi-bedug-01:after {
  content: "\3d66";
}
.hgi-twotone.hgi-bedug-01:before {
  content: "\3d67";
}
.hgi-twotone.hgi-bedug-02:after {
  content: "\3d68";
}
.hgi-twotone.hgi-bedug-02:before {
  content: "\3d69";
}
.hgi-twotone.hgi-behance-01:after {
  content: "\3d6a";
}
.hgi-twotone.hgi-behance-01:before {
  content: "\3d6b";
}
.hgi-twotone.hgi-behance-02:after {
  content: "\3d6c";
}
.hgi-twotone.hgi-behance-02:before {
  content: "\3d6d";
}
.hgi-twotone.hgi-belt:after {
  content: "\3d6e";
}
.hgi-twotone.hgi-belt:before {
  content: "\3d6f";
}
.hgi-twotone.hgi-bend-tool:after {
  content: "\3d70";
}
.hgi-twotone.hgi-bend-tool:before {
  content: "\3d71";
}
.hgi-twotone.hgi-berlin:after {
  content: "\3d72";
}
.hgi-twotone.hgi-berlin-tower:after {
  content: "\3d73";
}
.hgi-twotone.hgi-berlin-tower:before {
  content: "\3d74";
}
.hgi-twotone.hgi-berlin:before {
  content: "\3d75";
}
.hgi-twotone.hgi-beta:after {
  content: "\3d76";
}
.hgi-twotone.hgi-beta:before {
  content: "\3d77";
}
.hgi-twotone.hgi-bicycle-01:after {
  content: "\3d78";
}
.hgi-twotone.hgi-bicycle-01:before {
  content: "\3d79";
}
.hgi-twotone.hgi-bicycle:after {
  content: "\3d7a";
}
.hgi-twotone.hgi-bicycle:before {
  content: "\3d7b";
}
.hgi-twotone.hgi-billiard-01:after {
  content: "\3d7c";
}
.hgi-twotone.hgi-billiard-01:before {
  content: "\3d7d";
}
.hgi-twotone.hgi-billiard-02:after {
  content: "\3d7e";
}
.hgi-twotone.hgi-billiard-02:before {
  content: "\3d7f";
}
.hgi-twotone.hgi-binary-code:after {
  content: "\3d80";
}
.hgi-twotone.hgi-binary-code:before {
  content: "\3d81";
}
.hgi-twotone.hgi-bing:after {
  content: "\3d82";
}
.hgi-twotone.hgi-bing:before {
  content: "\3d83";
}
.hgi-twotone.hgi-binoculars:after {
  content: "\3d84";
}
.hgi-twotone.hgi-binoculars:before {
  content: "\3d85";
}
.hgi-twotone.hgi-bio-energy:after {
  content: "\3d86";
}
.hgi-twotone.hgi-bio-energy:before {
  content: "\3d87";
}
.hgi-twotone.hgi-biomass-energy:after {
  content: "\3d88";
}
.hgi-twotone.hgi-biomass-energy:before {
  content: "\3d89";
}
.hgi-twotone.hgi-biometric-access:after {
  content: "\3d8a";
}
.hgi-twotone.hgi-biometric-access:before {
  content: "\3d8b";
}
.hgi-twotone.hgi-biometric-device:after {
  content: "\3d8c";
}
.hgi-twotone.hgi-biometric-device:before {
  content: "\3d8d";
}
.hgi-twotone.hgi-birthday-cake:after {
  content: "\3d8e";
}
.hgi-twotone.hgi-birthday-cake:before {
  content: "\3d8f";
}
.hgi-twotone.hgi-biscuit:after {
  content: "\3d90";
}
.hgi-twotone.hgi-biscuit:before {
  content: "\3d91";
}
.hgi-twotone.hgi-bitcoin-01:after {
  content: "\3d92";
}
.hgi-twotone.hgi-bitcoin-01:before {
  content: "\3d93";
}
.hgi-twotone.hgi-bitcoin-02:after {
  content: "\3d94";
}
.hgi-twotone.hgi-bitcoin-02:before {
  content: "\3d95";
}
.hgi-twotone.hgi-bitcoin-03:after {
  content: "\3d96";
}
.hgi-twotone.hgi-bitcoin-03:before {
  content: "\3d97";
}
.hgi-twotone.hgi-bitcoin-04:after {
  content: "\3d98";
}
.hgi-twotone.hgi-bitcoin-04:before {
  content: "\3d99";
}
.hgi-twotone.hgi-bitcoin-bag:after {
  content: "\3d9a";
}
.hgi-twotone.hgi-bitcoin-bag:before {
  content: "\3d9b";
}
.hgi-twotone.hgi-bitcoin-circle:after {
  content: "\3d9c";
}
.hgi-twotone.hgi-bitcoin-circle:before {
  content: "\3d9d";
}
.hgi-twotone.hgi-bitcoin-cloud:after {
  content: "\3d9e";
}
.hgi-twotone.hgi-bitcoin-cloud:before {
  content: "\3d9f";
}
.hgi-twotone.hgi-bitcoin-cpu:after {
  content: "\3da0";
}
.hgi-twotone.hgi-bitcoin-cpu:before {
  content: "\3da1";
}
.hgi-twotone.hgi-bitcoin-credit-card:after {
  content: "\3da2";
}
.hgi-twotone.hgi-bitcoin-credit-card:before {
  content: "\3da3";
}
.hgi-twotone.hgi-bitcoin-database:after {
  content: "\3da4";
}
.hgi-twotone.hgi-bitcoin-database:before {
  content: "\3da5";
}
.hgi-twotone.hgi-bitcoin-down-01:after {
  content: "\3da6";
}
.hgi-twotone.hgi-bitcoin-down-01:before {
  content: "\3da7";
}
.hgi-twotone.hgi-bitcoin-down-02:after {
  content: "\3da8";
}
.hgi-twotone.hgi-bitcoin-down-02:before {
  content: "\3da9";
}
.hgi-twotone.hgi-bitcoin-ellipse:after {
  content: "\3daa";
}
.hgi-twotone.hgi-bitcoin-ellipse:before {
  content: "\3dab";
}
.hgi-twotone.hgi-bitcoin-eye:after {
  content: "\3dac";
}
.hgi-twotone.hgi-bitcoin-eye:before {
  content: "\3dad";
}
.hgi-twotone.hgi-bitcoin-filter:after {
  content: "\3dae";
}
.hgi-twotone.hgi-bitcoin-filter:before {
  content: "\3daf";
}
.hgi-twotone.hgi-bitcoin-flashdisk:after {
  content: "\3db0";
}
.hgi-twotone.hgi-bitcoin-flashdisk:before {
  content: "\3db1";
}
.hgi-twotone.hgi-bitcoin-graph:after {
  content: "\3db2";
}
.hgi-twotone.hgi-bitcoin-graph:before {
  content: "\3db3";
}
.hgi-twotone.hgi-bitcoin-invoice:after {
  content: "\3db4";
}
.hgi-twotone.hgi-bitcoin-invoice:before {
  content: "\3db5";
}
.hgi-twotone.hgi-bitcoin-key:after {
  content: "\3db6";
}
.hgi-twotone.hgi-bitcoin-key:before {
  content: "\3db7";
}
.hgi-twotone.hgi-bitcoin-location:after {
  content: "\3db8";
}
.hgi-twotone.hgi-bitcoin-location:before {
  content: "\3db9";
}
.hgi-twotone.hgi-bitcoin-lock:after {
  content: "\3dba";
}
.hgi-twotone.hgi-bitcoin-lock:before {
  content: "\3dbb";
}
.hgi-twotone.hgi-bitcoin-mail:after {
  content: "\3dbc";
}
.hgi-twotone.hgi-bitcoin-mail:before {
  content: "\3dbd";
}
.hgi-twotone.hgi-bitcoin-mind:after {
  content: "\3dbe";
}
.hgi-twotone.hgi-bitcoin-mind:before {
  content: "\3dbf";
}
.hgi-twotone.hgi-bitcoin-money-01:after {
  content: "\3dc0";
}
.hgi-twotone.hgi-bitcoin-money-01:before {
  content: "\3dc1";
}
.hgi-twotone.hgi-bitcoin-money-02:after {
  content: "\3dc2";
}
.hgi-twotone.hgi-bitcoin-money-02:before {
  content: "\3dc3";
}
.hgi-twotone.hgi-bitcoin-pie-chart:after {
  content: "\3dc4";
}
.hgi-twotone.hgi-bitcoin-pie-chart:before {
  content: "\3dc5";
}
.hgi-twotone.hgi-bitcoin-piggy-bank:after {
  content: "\3dc6";
}
.hgi-twotone.hgi-bitcoin-piggy-bank:before {
  content: "\3dc7";
}
.hgi-twotone.hgi-bitcoin-presentation:after {
  content: "\3dc8";
}
.hgi-twotone.hgi-bitcoin-presentation:before {
  content: "\3dc9";
}
.hgi-twotone.hgi-bitcoin-receipt:after {
  content: "\3dca";
}
.hgi-twotone.hgi-bitcoin-receipt:before {
  content: "\3dcb";
}
.hgi-twotone.hgi-bitcoin-receive:after {
  content: "\3dcc";
}
.hgi-twotone.hgi-bitcoin-receive:before {
  content: "\3dcd";
}
.hgi-twotone.hgi-bitcoin-rectangle:after {
  content: "\3dce";
}
.hgi-twotone.hgi-bitcoin-rectangle:before {
  content: "\3dcf";
}
.hgi-twotone.hgi-bitcoin-safe:after {
  content: "\3dd0";
}
.hgi-twotone.hgi-bitcoin-safe:before {
  content: "\3dd1";
}
.hgi-twotone.hgi-bitcoin-search:after {
  content: "\3dd2";
}
.hgi-twotone.hgi-bitcoin-search:before {
  content: "\3dd3";
}
.hgi-twotone.hgi-bitcoin:after {
  content: "\3dd4";
}
.hgi-twotone.hgi-bitcoin-send:after {
  content: "\3dd5";
}
.hgi-twotone.hgi-bitcoin-send:before {
  content: "\3dd6";
}
.hgi-twotone.hgi-bitcoin-setting:after {
  content: "\3dd7";
}
.hgi-twotone.hgi-bitcoin-setting:before {
  content: "\3dd8";
}
.hgi-twotone.hgi-bitcoin-shield:after {
  content: "\3dd9";
}
.hgi-twotone.hgi-bitcoin-shield:before {
  content: "\3dda";
}
.hgi-twotone.hgi-bitcoin-shopping:after {
  content: "\3ddb";
}
.hgi-twotone.hgi-bitcoin-shopping:before {
  content: "\3ddc";
}
.hgi-twotone.hgi-bitcoin-smartphone-01:after {
  content: "\3ddd";
}
.hgi-twotone.hgi-bitcoin-smartphone-01:before {
  content: "\3dde";
}
.hgi-twotone.hgi-bitcoin-smartphone-02:after {
  content: "\3ddf";
}
.hgi-twotone.hgi-bitcoin-smartphone-02:before {
  content: "\3de0";
}
.hgi-twotone.hgi-bitcoin-square:after {
  content: "\3de1";
}
.hgi-twotone.hgi-bitcoin-square:before {
  content: "\3de2";
}
.hgi-twotone.hgi-bitcoin-store:after {
  content: "\3de3";
}
.hgi-twotone.hgi-bitcoin-store:before {
  content: "\3de4";
}
.hgi-twotone.hgi-bitcoin-tag:after {
  content: "\3de5";
}
.hgi-twotone.hgi-bitcoin-tag:before {
  content: "\3de6";
}
.hgi-twotone.hgi-bitcoin-target:after {
  content: "\3de7";
}
.hgi-twotone.hgi-bitcoin-target:before {
  content: "\3de8";
}
.hgi-twotone.hgi-bitcoin-transaction:after {
  content: "\3de9";
}
.hgi-twotone.hgi-bitcoin-transaction:before {
  content: "\3dea";
}
.hgi-twotone.hgi-bitcoin-up-01:after {
  content: "\3deb";
}
.hgi-twotone.hgi-bitcoin-up-01:before {
  content: "\3dec";
}
.hgi-twotone.hgi-bitcoin-up-02:after {
  content: "\3ded";
}
.hgi-twotone.hgi-bitcoin-up-02:before {
  content: "\3dee";
}
.hgi-twotone.hgi-bitcoin-wallet:after {
  content: "\3def";
}
.hgi-twotone.hgi-bitcoin-wallet:before {
  content: "\3df0";
}
.hgi-twotone.hgi-bitcoin-withdraw:after {
  content: "\3df1";
}
.hgi-twotone.hgi-bitcoin-withdraw:before {
  content: "\3df2";
}
.hgi-twotone.hgi-bitcoin:before {
  content: "\3df3";
}
.hgi-twotone.hgi-black-hole-01:after {
  content: "\3df4";
}
.hgi-twotone.hgi-black-hole-01:before {
  content: "\3df5";
}
.hgi-twotone.hgi-black-hole:after {
  content: "\3df6";
}
.hgi-twotone.hgi-black-hole:before {
  content: "\3df7";
}
.hgi-twotone.hgi-blend:after {
  content: "\3df8";
}
.hgi-twotone.hgi-blend:before {
  content: "\3df9";
}
.hgi-twotone.hgi-blender:after {
  content: "\3dfa";
}
.hgi-twotone.hgi-blender:before {
  content: "\3dfb";
}
.hgi-twotone.hgi-block-game:after {
  content: "\3dfc";
}
.hgi-twotone.hgi-block-game:before {
  content: "\3dfd";
}
.hgi-twotone.hgi-blockchain-01:after {
  content: "\3dfe";
}
.hgi-twotone.hgi-blockchain-01:before {
  content: "\3dff";
}
.hgi-twotone.hgi-blockchain-02:after {
  content: "\3e00";
}
.hgi-twotone.hgi-blockchain-02:before {
  content: "\3e01";
}
.hgi-twotone.hgi-blockchain-03:after {
  content: "\3e02";
}
.hgi-twotone.hgi-blockchain-03:before {
  content: "\3e03";
}
.hgi-twotone.hgi-blockchain-04:after {
  content: "\3e04";
}
.hgi-twotone.hgi-blockchain-04:before {
  content: "\3e05";
}
.hgi-twotone.hgi-blockchain-05:after {
  content: "\3e06";
}
.hgi-twotone.hgi-blockchain-05:before {
  content: "\3e07";
}
.hgi-twotone.hgi-blockchain-06:after {
  content: "\3e08";
}
.hgi-twotone.hgi-blockchain-06:before {
  content: "\3e09";
}
.hgi-twotone.hgi-blockchain-07:after {
  content: "\3e0a";
}
.hgi-twotone.hgi-blockchain-07:before {
  content: "\3e0b";
}
.hgi-twotone.hgi-blocked:after {
  content: "\3e0c";
}
.hgi-twotone.hgi-blocked:before {
  content: "\3e0d";
}
.hgi-twotone.hgi-blogger:after {
  content: "\3e0e";
}
.hgi-twotone.hgi-blogger:before {
  content: "\3e0f";
}
.hgi-twotone.hgi-blood-bag:after {
  content: "\3e10";
}
.hgi-twotone.hgi-blood-bag:before {
  content: "\3e11";
}
.hgi-twotone.hgi-blood-bottle:after {
  content: "\3e12";
}
.hgi-twotone.hgi-blood-bottle:before {
  content: "\3e13";
}
.hgi-twotone.hgi-blood-pressure:after {
  content: "\3e14";
}
.hgi-twotone.hgi-blood-pressure:before {
  content: "\3e15";
}
.hgi-twotone.hgi-blood:after {
  content: "\3e16";
}
.hgi-twotone.hgi-blood-type:after {
  content: "\3e17";
}
.hgi-twotone.hgi-blood-type:before {
  content: "\3e18";
}
.hgi-twotone.hgi-blood:before {
  content: "\3e19";
}
.hgi-twotone.hgi-bluesky:after {
  content: "\3e1a";
}
.hgi-twotone.hgi-bluesky:before {
  content: "\3e1b";
}
.hgi-twotone.hgi-bluetooth-circle:after {
  content: "\3e1c";
}
.hgi-twotone.hgi-bluetooth-circle:before {
  content: "\3e1d";
}
.hgi-twotone.hgi-bluetooth-not-connected:after {
  content: "\3e1e";
}
.hgi-twotone.hgi-bluetooth-not-connected:before {
  content: "\3e1f";
}
.hgi-twotone.hgi-bluetooth-search:after {
  content: "\3e20";
}
.hgi-twotone.hgi-bluetooth-search:before {
  content: "\3e21";
}
.hgi-twotone.hgi-bluetooth:after {
  content: "\3e22";
}
.hgi-twotone.hgi-bluetooth-square:after {
  content: "\3e23";
}
.hgi-twotone.hgi-bluetooth-square:before {
  content: "\3e24";
}
.hgi-twotone.hgi-bluetooth:before {
  content: "\3e25";
}
.hgi-twotone.hgi-blur:after {
  content: "\3e26";
}
.hgi-twotone.hgi-blur:before {
  content: "\3e27";
}
.hgi-twotone.hgi-blush-brush-01:after {
  content: "\3e28";
}
.hgi-twotone.hgi-blush-brush-01:before {
  content: "\3e29";
}
.hgi-twotone.hgi-blush-brush-02:after {
  content: "\3e2a";
}
.hgi-twotone.hgi-blush-brush-02:before {
  content: "\3e2b";
}
.hgi-twotone.hgi-board-math:after {
  content: "\3e2c";
}
.hgi-twotone.hgi-board-math:before {
  content: "\3e2d";
}
.hgi-twotone.hgi-boat:after {
  content: "\3e2e";
}
.hgi-twotone.hgi-boat:before {
  content: "\3e2f";
}
.hgi-twotone.hgi-body-armor:after {
  content: "\3e30";
}
.hgi-twotone.hgi-body-armor:before {
  content: "\3e31";
}
.hgi-twotone.hgi-body-part-leg:after {
  content: "\3e32";
}
.hgi-twotone.hgi-body-part-leg:before {
  content: "\3e33";
}
.hgi-twotone.hgi-body-part-muscle:after {
  content: "\3e34";
}
.hgi-twotone.hgi-body-part-muscle:before {
  content: "\3e35";
}
.hgi-twotone.hgi-body-part-six-pack:after {
  content: "\3e36";
}
.hgi-twotone.hgi-body-part-six-pack:before {
  content: "\3e37";
}
.hgi-twotone.hgi-body-soap:after {
  content: "\3e38";
}
.hgi-twotone.hgi-body-soap:before {
  content: "\3e39";
}
.hgi-twotone.hgi-body-weight:after {
  content: "\3e3a";
}
.hgi-twotone.hgi-body-weight:before {
  content: "\3e3b";
}
.hgi-twotone.hgi-bomb:after {
  content: "\3e3c";
}
.hgi-twotone.hgi-bomb:before {
  content: "\3e3d";
}
.hgi-twotone.hgi-bone-01:after {
  content: "\3e3e";
}
.hgi-twotone.hgi-bone-01:before {
  content: "\3e3f";
}
.hgi-twotone.hgi-bone-02:after {
  content: "\3e40";
}
.hgi-twotone.hgi-bone-02:before {
  content: "\3e41";
}
.hgi-twotone.hgi-book-01:after {
  content: "\3e42";
}
.hgi-twotone.hgi-book-01:before {
  content: "\3e43";
}
.hgi-twotone.hgi-book-02:after {
  content: "\3e44";
}
.hgi-twotone.hgi-book-02:before {
  content: "\3e45";
}
.hgi-twotone.hgi-book-03:after {
  content: "\3e46";
}
.hgi-twotone.hgi-book-03:before {
  content: "\3e47";
}
.hgi-twotone.hgi-book-04:after {
  content: "\3e48";
}
.hgi-twotone.hgi-book-04:before {
  content: "\3e49";
}
.hgi-twotone.hgi-book-bookmark-01:after {
  content: "\3e4a";
}
.hgi-twotone.hgi-book-bookmark-01:before {
  content: "\3e4b";
}
.hgi-twotone.hgi-book-bookmark-02:after {
  content: "\3e4c";
}
.hgi-twotone.hgi-book-bookmark-02:before {
  content: "\3e4d";
}
.hgi-twotone.hgi-book-download:after {
  content: "\3e4e";
}
.hgi-twotone.hgi-book-download:before {
  content: "\3e4f";
}
.hgi-twotone.hgi-book-edit:after {
  content: "\3e50";
}
.hgi-twotone.hgi-book-edit:before {
  content: "\3e51";
}
.hgi-twotone.hgi-book-open-01:after {
  content: "\3e52";
}
.hgi-twotone.hgi-book-open-01:before {
  content: "\3e53";
}
.hgi-twotone.hgi-book-open-02:after {
  content: "\3e54";
}
.hgi-twotone.hgi-book-open-02:before {
  content: "\3e55";
}
.hgi-twotone.hgi-book-upload:after {
  content: "\3e56";
}
.hgi-twotone.hgi-book-upload:before {
  content: "\3e57";
}
.hgi-twotone.hgi-bookmark-01:after {
  content: "\3e58";
}
.hgi-twotone.hgi-bookmark-01:before {
  content: "\3e59";
}
.hgi-twotone.hgi-bookmark-02:after {
  content: "\3e5a";
}
.hgi-twotone.hgi-bookmark-02:before {
  content: "\3e5b";
}
.hgi-twotone.hgi-bookmark-03:after {
  content: "\3e5c";
}
.hgi-twotone.hgi-bookmark-03:before {
  content: "\3e5d";
}
.hgi-twotone.hgi-bookmark-add-01:after {
  content: "\3e5e";
}
.hgi-twotone.hgi-bookmark-add-01:before {
  content: "\3e5f";
}
.hgi-twotone.hgi-bookmark-add-02:after {
  content: "\3e60";
}
.hgi-twotone.hgi-bookmark-add-02:before {
  content: "\3e61";
}
.hgi-twotone.hgi-bookmark-block-01:after {
  content: "\3e62";
}
.hgi-twotone.hgi-bookmark-block-01:before {
  content: "\3e63";
}
.hgi-twotone.hgi-bookmark-block-02:after {
  content: "\3e64";
}
.hgi-twotone.hgi-bookmark-block-02:before {
  content: "\3e65";
}
.hgi-twotone.hgi-bookmark-check-01:after {
  content: "\3e66";
}
.hgi-twotone.hgi-bookmark-check-01:before {
  content: "\3e67";
}
.hgi-twotone.hgi-bookmark-check-02:after {
  content: "\3e68";
}
.hgi-twotone.hgi-bookmark-check-02:before {
  content: "\3e69";
}
.hgi-twotone.hgi-bookmark-minus-01:after {
  content: "\3e6a";
}
.hgi-twotone.hgi-bookmark-minus-01:before {
  content: "\3e6b";
}
.hgi-twotone.hgi-bookmark-minus-02:after {
  content: "\3e6c";
}
.hgi-twotone.hgi-bookmark-minus-02:before {
  content: "\3e6d";
}
.hgi-twotone.hgi-bookmark-off-01:after {
  content: "\3e6e";
}
.hgi-twotone.hgi-bookmark-off-01:before {
  content: "\3e6f";
}
.hgi-twotone.hgi-bookmark-off-02:after {
  content: "\3e70";
}
.hgi-twotone.hgi-bookmark-off-02:before {
  content: "\3e71";
}
.hgi-twotone.hgi-bookmark-remove-01:after {
  content: "\3e72";
}
.hgi-twotone.hgi-bookmark-remove-01:before {
  content: "\3e73";
}
.hgi-twotone.hgi-bookmark-remove-02:after {
  content: "\3e74";
}
.hgi-twotone.hgi-bookmark-remove-02:before {
  content: "\3e75";
}
.hgi-twotone.hgi-books-01:after {
  content: "\3e76";
}
.hgi-twotone.hgi-books-01:before {
  content: "\3e77";
}
.hgi-twotone.hgi-books-02:after {
  content: "\3e78";
}
.hgi-twotone.hgi-books-02:before {
  content: "\3e79";
}
.hgi-twotone.hgi-bookshelf-01:after {
  content: "\3e7a";
}
.hgi-twotone.hgi-bookshelf-01:before {
  content: "\3e7b";
}
.hgi-twotone.hgi-bookshelf-02:after {
  content: "\3e7c";
}
.hgi-twotone.hgi-bookshelf-02:before {
  content: "\3e7d";
}
.hgi-twotone.hgi-bookshelf-03:after {
  content: "\3e7e";
}
.hgi-twotone.hgi-bookshelf-03:before {
  content: "\3e7f";
}
.hgi-twotone.hgi-bootstrap:after {
  content: "\3e80";
}
.hgi-twotone.hgi-bootstrap:before {
  content: "\3e81";
}
.hgi-twotone.hgi-border-all-01:after {
  content: "\3e82";
}
.hgi-twotone.hgi-border-all-01:before {
  content: "\3e83";
}
.hgi-twotone.hgi-border-all-02:after {
  content: "\3e84";
}
.hgi-twotone.hgi-border-all-02:before {
  content: "\3e85";
}
.hgi-twotone.hgi-border-bottom-01:after {
  content: "\3e86";
}
.hgi-twotone.hgi-border-bottom-01:before {
  content: "\3e87";
}
.hgi-twotone.hgi-border-bottom-02:after {
  content: "\3e88";
}
.hgi-twotone.hgi-border-bottom-02:before {
  content: "\3e89";
}
.hgi-twotone.hgi-border-full:after {
  content: "\3e8a";
}
.hgi-twotone.hgi-border-full:before {
  content: "\3e8b";
}
.hgi-twotone.hgi-border-horizontal:after {
  content: "\3e8c";
}
.hgi-twotone.hgi-border-horizontal:before {
  content: "\3e8d";
}
.hgi-twotone.hgi-border-inner:after {
  content: "\3e8e";
}
.hgi-twotone.hgi-border-inner:before {
  content: "\3e8f";
}
.hgi-twotone.hgi-border-left-01:after {
  content: "\3e90";
}
.hgi-twotone.hgi-border-left-01:before {
  content: "\3e91";
}
.hgi-twotone.hgi-border-left-02:after {
  content: "\3e92";
}
.hgi-twotone.hgi-border-left-02:before {
  content: "\3e93";
}
.hgi-twotone.hgi-border-none-01:after {
  content: "\3e94";
}
.hgi-twotone.hgi-border-none-01:before {
  content: "\3e95";
}
.hgi-twotone.hgi-border-none-02:after {
  content: "\3e96";
}
.hgi-twotone.hgi-border-none-02:before {
  content: "\3e97";
}
.hgi-twotone.hgi-border-right-01:after {
  content: "\3e98";
}
.hgi-twotone.hgi-border-right-01:before {
  content: "\3e99";
}
.hgi-twotone.hgi-border-right-02:after {
  content: "\3e9a";
}
.hgi-twotone.hgi-border-right-02:before {
  content: "\3e9b";
}
.hgi-twotone.hgi-border-top-01:after {
  content: "\3e9c";
}
.hgi-twotone.hgi-border-top-01:before {
  content: "\3e9d";
}
.hgi-twotone.hgi-border-top-02:after {
  content: "\3e9e";
}
.hgi-twotone.hgi-border-top-02:before {
  content: "\3e9f";
}
.hgi-twotone.hgi-border-vertical:after {
  content: "\3ea0";
}
.hgi-twotone.hgi-border-vertical:before {
  content: "\3ea1";
}
.hgi-twotone.hgi-borobudur:after {
  content: "\3ea2";
}
.hgi-twotone.hgi-borobudur:before {
  content: "\3ea3";
}
.hgi-twotone.hgi-bot:after {
  content: "\3ea4";
}
.hgi-twotone.hgi-bot:before {
  content: "\3ea5";
}
.hgi-twotone.hgi-bounce-left:after {
  content: "\3ea6";
}
.hgi-twotone.hgi-bounce-left:before {
  content: "\3ea7";
}
.hgi-twotone.hgi-bounce-right:after {
  content: "\3ea8";
}
.hgi-twotone.hgi-bounce-right:before {
  content: "\3ea9";
}
.hgi-twotone.hgi-bounding-box:after {
  content: "\3eaa";
}
.hgi-twotone.hgi-bounding-box:before {
  content: "\3eab";
}
.hgi-twotone.hgi-bow-tie:after {
  content: "\3eac";
}
.hgi-twotone.hgi-bow-tie:before {
  content: "\3ead";
}
.hgi-twotone.hgi-bowling-ball:after {
  content: "\3eae";
}
.hgi-twotone.hgi-bowling-ball:before {
  content: "\3eaf";
}
.hgi-twotone.hgi-bowling-pins:after {
  content: "\3eb0";
}
.hgi-twotone.hgi-bowling-pins:before {
  content: "\3eb1";
}
.hgi-twotone.hgi-bowling:after {
  content: "\3eb2";
}
.hgi-twotone.hgi-bowling:before {
  content: "\3eb3";
}
.hgi-twotone.hgi-boxer:after {
  content: "\3eb4";
}
.hgi-twotone.hgi-boxer:before {
  content: "\3eb5";
}
.hgi-twotone.hgi-boxing-bag:after {
  content: "\3eb6";
}
.hgi-twotone.hgi-boxing-bag:before {
  content: "\3eb7";
}
.hgi-twotone.hgi-boxing-glove-01:after {
  content: "\3eb8";
}
.hgi-twotone.hgi-boxing-glove-01:before {
  content: "\3eb9";
}
.hgi-twotone.hgi-boxing-glove:after {
  content: "\3eba";
}
.hgi-twotone.hgi-boxing-glove:before {
  content: "\3ebb";
}
.hgi-twotone.hgi-brain-01:after {
  content: "\3ebc";
}
.hgi-twotone.hgi-brain-01:before {
  content: "\3ebd";
}
.hgi-twotone.hgi-brain-02:after {
  content: "\3ebe";
}
.hgi-twotone.hgi-brain-02:before {
  content: "\3ebf";
}
.hgi-twotone.hgi-brain-03:after {
  content: "\3ec0";
}
.hgi-twotone.hgi-brain-03:before {
  content: "\3ec1";
}
.hgi-twotone.hgi-brain:after {
  content: "\3ec2";
}
.hgi-twotone.hgi-brain:before {
  content: "\3ec3";
}
.hgi-twotone.hgi-brandfetch:after {
  content: "\3ec4";
}
.hgi-twotone.hgi-brandfetch:before {
  content: "\3ec5";
}
.hgi-twotone.hgi-bread-01:after {
  content: "\3ec6";
}
.hgi-twotone.hgi-bread-01:before {
  content: "\3ec7";
}
.hgi-twotone.hgi-bread-02:after {
  content: "\3ec8";
}
.hgi-twotone.hgi-bread-02:before {
  content: "\3ec9";
}
.hgi-twotone.hgi-bread-03:after {
  content: "\3eca";
}
.hgi-twotone.hgi-bread-03:before {
  content: "\3ecb";
}
.hgi-twotone.hgi-bread-04:after {
  content: "\3ecc";
}
.hgi-twotone.hgi-bread-04:before {
  content: "\3ecd";
}
.hgi-twotone.hgi-breast-pump:after {
  content: "\3ece";
}
.hgi-twotone.hgi-breast-pump:before {
  content: "\3ecf";
}
.hgi-twotone.hgi-bridge:after {
  content: "\3ed0";
}
.hgi-twotone.hgi-bridge:before {
  content: "\3ed1";
}
.hgi-twotone.hgi-briefcase-01:after {
  content: "\3ed2";
}
.hgi-twotone.hgi-briefcase-01:before {
  content: "\3ed3";
}
.hgi-twotone.hgi-briefcase-02:after {
  content: "\3ed4";
}
.hgi-twotone.hgi-briefcase-02:before {
  content: "\3ed5";
}
.hgi-twotone.hgi-briefcase-03:after {
  content: "\3ed6";
}
.hgi-twotone.hgi-briefcase-03:before {
  content: "\3ed7";
}
.hgi-twotone.hgi-briefcase-04:after {
  content: "\3ed8";
}
.hgi-twotone.hgi-briefcase-04:before {
  content: "\3ed9";
}
.hgi-twotone.hgi-briefcase-05:after {
  content: "\3eda";
}
.hgi-twotone.hgi-briefcase-05:before {
  content: "\3edb";
}
.hgi-twotone.hgi-briefcase-06:after {
  content: "\3edc";
}
.hgi-twotone.hgi-briefcase-06:before {
  content: "\3edd";
}
.hgi-twotone.hgi-briefcase-07:after {
  content: "\3ede";
}
.hgi-twotone.hgi-briefcase-07:before {
  content: "\3edf";
}
.hgi-twotone.hgi-briefcase-08:after {
  content: "\3ee0";
}
.hgi-twotone.hgi-briefcase-08:before {
  content: "\3ee1";
}
.hgi-twotone.hgi-briefcase-09:after {
  content: "\3ee2";
}
.hgi-twotone.hgi-briefcase-09:before {
  content: "\3ee3";
}
.hgi-twotone.hgi-briefcase-dollar:after {
  content: "\3ee4";
}
.hgi-twotone.hgi-briefcase-dollar:before {
  content: "\3ee5";
}
.hgi-twotone.hgi-broccoli:after {
  content: "\3ee6";
}
.hgi-twotone.hgi-broccoli:before {
  content: "\3ee7";
}
.hgi-twotone.hgi-brochure:after {
  content: "\3ee8";
}
.hgi-twotone.hgi-brochure:before {
  content: "\3ee9";
}
.hgi-twotone.hgi-broken-bone:after {
  content: "\3eea";
}
.hgi-twotone.hgi-broken-bone:before {
  content: "\3eeb";
}
.hgi-twotone.hgi-browser:after {
  content: "\3eec";
}
.hgi-twotone.hgi-browser:before {
  content: "\3eed";
}
.hgi-twotone.hgi-brush:after {
  content: "\3eee";
}
.hgi-twotone.hgi-brush:before {
  content: "\3eef";
}
.hgi-twotone.hgi-bubble-chat-add:after {
  content: "\3ef0";
}
.hgi-twotone.hgi-bubble-chat-add:before {
  content: "\3ef1";
}
.hgi-twotone.hgi-bubble-chat-blocked:after {
  content: "\3ef2";
}
.hgi-twotone.hgi-bubble-chat-blocked:before {
  content: "\3ef3";
}
.hgi-twotone.hgi-bubble-chat-cancel:after {
  content: "\3ef4";
}
.hgi-twotone.hgi-bubble-chat-cancel:before {
  content: "\3ef5";
}
.hgi-twotone.hgi-bubble-chat-delay:after {
  content: "\3ef6";
}
.hgi-twotone.hgi-bubble-chat-delay:before {
  content: "\3ef7";
}
.hgi-twotone.hgi-bubble-chat-done:after {
  content: "\3ef8";
}
.hgi-twotone.hgi-bubble-chat-done:before {
  content: "\3ef9";
}
.hgi-twotone.hgi-bubble-chat-download-01:after {
  content: "\3efa";
}
.hgi-twotone.hgi-bubble-chat-download-01:before {
  content: "\3efb";
}
.hgi-twotone.hgi-bubble-chat-download-02:after {
  content: "\3efc";
}
.hgi-twotone.hgi-bubble-chat-download-02:before {
  content: "\3efd";
}
.hgi-twotone.hgi-bubble-chat-edit:after {
  content: "\3efe";
}
.hgi-twotone.hgi-bubble-chat-edit:before {
  content: "\3eff";
}
.hgi-twotone.hgi-bubble-chat-favourite:after {
  content: "\3f00";
}
.hgi-twotone.hgi-bubble-chat-favourite:before {
  content: "\3f01";
}
.hgi-twotone.hgi-bubble-chat-income:after {
  content: "\3f02";
}
.hgi-twotone.hgi-bubble-chat-income:before {
  content: "\3f03";
}
.hgi-twotone.hgi-bubble-chat-lock:after {
  content: "\3f04";
}
.hgi-twotone.hgi-bubble-chat-lock:before {
  content: "\3f05";
}
.hgi-twotone.hgi-bubble-chat-notification:after {
  content: "\3f06";
}
.hgi-twotone.hgi-bubble-chat-notification:before {
  content: "\3f07";
}
.hgi-twotone.hgi-bubble-chat-outcome:after {
  content: "\3f08";
}
.hgi-twotone.hgi-bubble-chat-outcome:before {
  content: "\3f09";
}
.hgi-twotone.hgi-bubble-chat-preview:after {
  content: "\3f0a";
}
.hgi-twotone.hgi-bubble-chat-preview:before {
  content: "\3f0b";
}
.hgi-twotone.hgi-bubble-chat-question:after {
  content: "\3f0c";
}
.hgi-twotone.hgi-bubble-chat-question:before {
  content: "\3f0d";
}
.hgi-twotone.hgi-bubble-chat-search:after {
  content: "\3f0e";
}
.hgi-twotone.hgi-bubble-chat-search:before {
  content: "\3f0f";
}
.hgi-twotone.hgi-bubble-chat:after {
  content: "\3f10";
}
.hgi-twotone.hgi-bubble-chat-secure:after {
  content: "\3f11";
}
.hgi-twotone.hgi-bubble-chat-secure:before {
  content: "\3f12";
}
.hgi-twotone.hgi-bubble-chat-translate:after {
  content: "\3f13";
}
.hgi-twotone.hgi-bubble-chat-translate:before {
  content: "\3f14";
}
.hgi-twotone.hgi-bubble-chat-unlock:after {
  content: "\3f15";
}
.hgi-twotone.hgi-bubble-chat-unlock:before {
  content: "\3f16";
}
.hgi-twotone.hgi-bubble-chat-upload:after {
  content: "\3f17";
}
.hgi-twotone.hgi-bubble-chat-upload:before {
  content: "\3f18";
}
.hgi-twotone.hgi-bubble-chat-user:after {
  content: "\3f19";
}
.hgi-twotone.hgi-bubble-chat-user:before {
  content: "\3f1a";
}
.hgi-twotone.hgi-bubble-chat:before {
  content: "\3f1b";
}
.hgi-twotone.hgi-bubble-tea-01:after {
  content: "\3f1c";
}
.hgi-twotone.hgi-bubble-tea-01:before {
  content: "\3f1d";
}
.hgi-twotone.hgi-bubble-tea-02:after {
  content: "\3f1e";
}
.hgi-twotone.hgi-bubble-tea-02:before {
  content: "\3f1f";
}
.hgi-twotone.hgi-bug-01:after {
  content: "\3f20";
}
.hgi-twotone.hgi-bug-01:before {
  content: "\3f21";
}
.hgi-twotone.hgi-bug-02:after {
  content: "\3f22";
}
.hgi-twotone.hgi-bug-02:before {
  content: "\3f23";
}
.hgi-twotone.hgi-building-01:after {
  content: "\3f24";
}
.hgi-twotone.hgi-building-01:before {
  content: "\3f25";
}
.hgi-twotone.hgi-building-02:after {
  content: "\3f26";
}
.hgi-twotone.hgi-building-02:before {
  content: "\3f27";
}
.hgi-twotone.hgi-building-03:after {
  content: "\3f28";
}
.hgi-twotone.hgi-building-03:before {
  content: "\3f29";
}
.hgi-twotone.hgi-building-04:after {
  content: "\3f2a";
}
.hgi-twotone.hgi-building-04:before {
  content: "\3f2b";
}
.hgi-twotone.hgi-building-05:after {
  content: "\3f2c";
}
.hgi-twotone.hgi-building-05:before {
  content: "\3f2d";
}
.hgi-twotone.hgi-building-06:after {
  content: "\3f2e";
}
.hgi-twotone.hgi-building-06:before {
  content: "\3f2f";
}
.hgi-twotone.hgi-bulb-charging:after {
  content: "\3f30";
}
.hgi-twotone.hgi-bulb-charging:before {
  content: "\3f31";
}
.hgi-twotone.hgi-bulb:after {
  content: "\3f32";
}
.hgi-twotone.hgi-bulb:before {
  content: "\3f33";
}
.hgi-twotone.hgi-bulletproof-vest:after {
  content: "\3f34";
}
.hgi-twotone.hgi-bulletproof-vest:before {
  content: "\3f35";
}
.hgi-twotone.hgi-burj-al-arab:after {
  content: "\3f36";
}
.hgi-twotone.hgi-burj-al-arab:before {
  content: "\3f37";
}
.hgi-twotone.hgi-burning-cd:after {
  content: "\3f38";
}
.hgi-twotone.hgi-burning-cd:before {
  content: "\3f39";
}
.hgi-twotone.hgi-bus-01:after {
  content: "\3f3a";
}
.hgi-twotone.hgi-bus-01:before {
  content: "\3f3b";
}
.hgi-twotone.hgi-bus-02:after {
  content: "\3f3c";
}
.hgi-twotone.hgi-bus-02:before {
  content: "\3f3d";
}
.hgi-twotone.hgi-bus-03:after {
  content: "\3f3e";
}
.hgi-twotone.hgi-bus-03:before {
  content: "\3f3f";
}
.hgi-twotone.hgi-c-programming:after {
  content: "\3f40";
}
.hgi-twotone.hgi-c-programming:before {
  content: "\3f41";
}
.hgi-twotone.hgi-cabinet-01:after {
  content: "\3f42";
}
.hgi-twotone.hgi-cabinet-01:before {
  content: "\3f43";
}
.hgi-twotone.hgi-cabinet-02:after {
  content: "\3f44";
}
.hgi-twotone.hgi-cabinet-02:before {
  content: "\3f45";
}
.hgi-twotone.hgi-cabinet-03:after {
  content: "\3f46";
}
.hgi-twotone.hgi-cabinet-03:before {
  content: "\3f47";
}
.hgi-twotone.hgi-cabinet-04:after {
  content: "\3f48";
}
.hgi-twotone.hgi-cabinet-04:before {
  content: "\3f49";
}
.hgi-twotone.hgi-cable-car:after {
  content: "\3f4a";
}
.hgi-twotone.hgi-cable-car:before {
  content: "\3f4b";
}
.hgi-twotone.hgi-cactus:after {
  content: "\3f4c";
}
.hgi-twotone.hgi-cactus:before {
  content: "\3f4d";
}
.hgi-twotone.hgi-caduceus:after {
  content: "\3f4e";
}
.hgi-twotone.hgi-caduceus:before {
  content: "\3f4f";
}
.hgi-twotone.hgi-cafe:after {
  content: "\3f50";
}
.hgi-twotone.hgi-cafe:before {
  content: "\3f51";
}
.hgi-twotone.hgi-calculate:after {
  content: "\3f52";
}
.hgi-twotone.hgi-calculate:before {
  content: "\3f53";
}
.hgi-twotone.hgi-calculator-01:after {
  content: "\3f54";
}
.hgi-twotone.hgi-calculator-01:before {
  content: "\3f55";
}
.hgi-twotone.hgi-calculator:after {
  content: "\3f56";
}
.hgi-twotone.hgi-calculator:before {
  content: "\3f57";
}
.hgi-twotone.hgi-calendar-01:after {
  content: "\3f58";
}
.hgi-twotone.hgi-calendar-01:before {
  content: "\3f59";
}
.hgi-twotone.hgi-calendar-02:after {
  content: "\3f5a";
}
.hgi-twotone.hgi-calendar-02:before {
  content: "\3f5b";
}
.hgi-twotone.hgi-calendar-03:after {
  content: "\3f5c";
}
.hgi-twotone.hgi-calendar-03:before {
  content: "\3f5d";
}
.hgi-twotone.hgi-calendar-04:after {
  content: "\3f5e";
}
.hgi-twotone.hgi-calendar-04:before {
  content: "\3f5f";
}
.hgi-twotone.hgi-calendar-add-01:after {
  content: "\3f60";
}
.hgi-twotone.hgi-calendar-add-01:before {
  content: "\3f61";
}
.hgi-twotone.hgi-calendar-add-02:after {
  content: "\3f62";
}
.hgi-twotone.hgi-calendar-add-02:before {
  content: "\3f63";
}
.hgi-twotone.hgi-calendar-block-01:after {
  content: "\3f64";
}
.hgi-twotone.hgi-calendar-block-01:before {
  content: "\3f65";
}
.hgi-twotone.hgi-calendar-block-02:after {
  content: "\3f66";
}
.hgi-twotone.hgi-calendar-block-02:before {
  content: "\3f67";
}
.hgi-twotone.hgi-calendar-check-in-01:after {
  content: "\3f68";
}
.hgi-twotone.hgi-calendar-check-in-01:before {
  content: "\3f69";
}
.hgi-twotone.hgi-calendar-check-in-02:after {
  content: "\3f6a";
}
.hgi-twotone.hgi-calendar-check-in-02:before {
  content: "\3f6b";
}
.hgi-twotone.hgi-calendar-check-out-01:after {
  content: "\3f6c";
}
.hgi-twotone.hgi-calendar-check-out-01:before {
  content: "\3f6d";
}
.hgi-twotone.hgi-calendar-check-out-02:after {
  content: "\3f6e";
}
.hgi-twotone.hgi-calendar-check-out-02:before {
  content: "\3f6f";
}
.hgi-twotone.hgi-calendar-download-01:after {
  content: "\3f70";
}
.hgi-twotone.hgi-calendar-download-01:before {
  content: "\3f71";
}
.hgi-twotone.hgi-calendar-download-02:after {
  content: "\3f72";
}
.hgi-twotone.hgi-calendar-download-02:before {
  content: "\3f73";
}
.hgi-twotone.hgi-calendar-favorite-01:after {
  content: "\3f74";
}
.hgi-twotone.hgi-calendar-favorite-01:before {
  content: "\3f75";
}
.hgi-twotone.hgi-calendar-favorite-02:after {
  content: "\3f76";
}
.hgi-twotone.hgi-calendar-favorite-02:before {
  content: "\3f77";
}
.hgi-twotone.hgi-calendar-lock-01:after {
  content: "\3f78";
}
.hgi-twotone.hgi-calendar-lock-01:before {
  content: "\3f79";
}
.hgi-twotone.hgi-calendar-lock-02:after {
  content: "\3f7a";
}
.hgi-twotone.hgi-calendar-lock-02:before {
  content: "\3f7b";
}
.hgi-twotone.hgi-calendar-love-01:after {
  content: "\3f7c";
}
.hgi-twotone.hgi-calendar-love-01:before {
  content: "\3f7d";
}
.hgi-twotone.hgi-calendar-love-02:after {
  content: "\3f7e";
}
.hgi-twotone.hgi-calendar-love-02:before {
  content: "\3f7f";
}
.hgi-twotone.hgi-calendar-minus-01:after {
  content: "\3f80";
}
.hgi-twotone.hgi-calendar-minus-01:before {
  content: "\3f81";
}
.hgi-twotone.hgi-calendar-minus-02:after {
  content: "\3f82";
}
.hgi-twotone.hgi-calendar-minus-02:before {
  content: "\3f83";
}
.hgi-twotone.hgi-calendar-remove-01:after {
  content: "\3f84";
}
.hgi-twotone.hgi-calendar-remove-01:before {
  content: "\3f85";
}
.hgi-twotone.hgi-calendar-remove-02:after {
  content: "\3f86";
}
.hgi-twotone.hgi-calendar-remove-02:before {
  content: "\3f87";
}
.hgi-twotone.hgi-calendar-setting-01:after {
  content: "\3f88";
}
.hgi-twotone.hgi-calendar-setting-01:before {
  content: "\3f89";
}
.hgi-twotone.hgi-calendar-setting-02:after {
  content: "\3f8a";
}
.hgi-twotone.hgi-calendar-setting-02:before {
  content: "\3f8b";
}
.hgi-twotone.hgi-calendar-upload-01:after {
  content: "\3f8c";
}
.hgi-twotone.hgi-calendar-upload-01:before {
  content: "\3f8d";
}
.hgi-twotone.hgi-calendar-upload-02:after {
  content: "\3f8e";
}
.hgi-twotone.hgi-calendar-upload-02:before {
  content: "\3f8f";
}
.hgi-twotone.hgi-call-02:after {
  content: "\3f90";
}
.hgi-twotone.hgi-call-02:before {
  content: "\3f91";
}
.hgi-twotone.hgi-call-add-02:after {
  content: "\3f92";
}
.hgi-twotone.hgi-call-add-02:before {
  content: "\3f93";
}
.hgi-twotone.hgi-call-add:after {
  content: "\3f94";
}
.hgi-twotone.hgi-call-add:before {
  content: "\3f95";
}
.hgi-twotone.hgi-call-blocked-02:after {
  content: "\3f96";
}
.hgi-twotone.hgi-call-blocked-02:before {
  content: "\3f97";
}
.hgi-twotone.hgi-call-blocked:after {
  content: "\3f98";
}
.hgi-twotone.hgi-call-blocked:before {
  content: "\3f99";
}
.hgi-twotone.hgi-call-disabled-02:after {
  content: "\3f9a";
}
.hgi-twotone.hgi-call-disabled-02:before {
  content: "\3f9b";
}
.hgi-twotone.hgi-call-disabled:after {
  content: "\3f9c";
}
.hgi-twotone.hgi-call-disabled:before {
  content: "\3f9d";
}
.hgi-twotone.hgi-call-done-02:after {
  content: "\3f9e";
}
.hgi-twotone.hgi-call-done-02:before {
  content: "\3f9f";
}
.hgi-twotone.hgi-call-done:after {
  content: "\3fa0";
}
.hgi-twotone.hgi-call-done:before {
  content: "\3fa1";
}
.hgi-twotone.hgi-call-end-01:after {
  content: "\3fa2";
}
.hgi-twotone.hgi-call-end-01:before {
  content: "\3fa3";
}
.hgi-twotone.hgi-call-end-02:after {
  content: "\3fa4";
}
.hgi-twotone.hgi-call-end-02:before {
  content: "\3fa5";
}
.hgi-twotone.hgi-call-end-03:after {
  content: "\3fa6";
}
.hgi-twotone.hgi-call-end-03:before {
  content: "\3fa7";
}
.hgi-twotone.hgi-call-end-04:after {
  content: "\3fa8";
}
.hgi-twotone.hgi-call-end-04:before {
  content: "\3fa9";
}
.hgi-twotone.hgi-call-incoming-01:after {
  content: "\3faa";
}
.hgi-twotone.hgi-call-incoming-01:before {
  content: "\3fab";
}
.hgi-twotone.hgi-call-incoming-02:after {
  content: "\3fac";
}
.hgi-twotone.hgi-call-incoming-02:before {
  content: "\3fad";
}
.hgi-twotone.hgi-call-incoming-03:after {
  content: "\3fae";
}
.hgi-twotone.hgi-call-incoming-03:before {
  content: "\3faf";
}
.hgi-twotone.hgi-call-incoming-04:after {
  content: "\3fb0";
}
.hgi-twotone.hgi-call-incoming-04:before {
  content: "\3fb1";
}
.hgi-twotone.hgi-call-internal-02:after {
  content: "\3fb2";
}
.hgi-twotone.hgi-call-internal-02:before {
  content: "\3fb3";
}
.hgi-twotone.hgi-call-internal:after {
  content: "\3fb4";
}
.hgi-twotone.hgi-call-internal:before {
  content: "\3fb5";
}
.hgi-twotone.hgi-call-locked-02:after {
  content: "\3fb6";
}
.hgi-twotone.hgi-call-locked-02:before {
  content: "\3fb7";
}
.hgi-twotone.hgi-call-locked:after {
  content: "\3fb8";
}
.hgi-twotone.hgi-call-locked:before {
  content: "\3fb9";
}
.hgi-twotone.hgi-call-minus-02:after {
  content: "\3fba";
}
.hgi-twotone.hgi-call-minus-02:before {
  content: "\3fbb";
}
.hgi-twotone.hgi-call-minus:after {
  content: "\3fbc";
}
.hgi-twotone.hgi-call-minus:before {
  content: "\3fbd";
}
.hgi-twotone.hgi-call-missed-01:after {
  content: "\3fbe";
}
.hgi-twotone.hgi-call-missed-01:before {
  content: "\3fbf";
}
.hgi-twotone.hgi-call-missed-02:after {
  content: "\3fc0";
}
.hgi-twotone.hgi-call-missed-02:before {
  content: "\3fc1";
}
.hgi-twotone.hgi-call-missed-03:after {
  content: "\3fc2";
}
.hgi-twotone.hgi-call-missed-03:before {
  content: "\3fc3";
}
.hgi-twotone.hgi-call-missed-04:after {
  content: "\3fc4";
}
.hgi-twotone.hgi-call-missed-04:before {
  content: "\3fc5";
}
.hgi-twotone.hgi-call-outgoing-01:after {
  content: "\3fc6";
}
.hgi-twotone.hgi-call-outgoing-01:before {
  content: "\3fc7";
}
.hgi-twotone.hgi-call-outgoing-02:after {
  content: "\3fc8";
}
.hgi-twotone.hgi-call-outgoing-02:before {
  content: "\3fc9";
}
.hgi-twotone.hgi-call-outgoing-03:after {
  content: "\3fca";
}
.hgi-twotone.hgi-call-outgoing-03:before {
  content: "\3fcb";
}
.hgi-twotone.hgi-call-outgoing-04:after {
  content: "\3fcc";
}
.hgi-twotone.hgi-call-outgoing-04:before {
  content: "\3fcd";
}
.hgi-twotone.hgi-call-paused-02:after {
  content: "\3fce";
}
.hgi-twotone.hgi-call-paused-02:before {
  content: "\3fcf";
}
.hgi-twotone.hgi-call-paused:after {
  content: "\3fd0";
}
.hgi-twotone.hgi-call-paused:before {
  content: "\3fd1";
}
.hgi-twotone.hgi-call-received-02:after {
  content: "\3fd2";
}
.hgi-twotone.hgi-call-received-02:before {
  content: "\3fd3";
}
.hgi-twotone.hgi-call-received:after {
  content: "\3fd4";
}
.hgi-twotone.hgi-call-received:before {
  content: "\3fd5";
}
.hgi-twotone.hgi-call-ringing-01:after {
  content: "\3fd6";
}
.hgi-twotone.hgi-call-ringing-01:before {
  content: "\3fd7";
}
.hgi-twotone.hgi-call-ringing-02:after {
  content: "\3fd8";
}
.hgi-twotone.hgi-call-ringing-02:before {
  content: "\3fd9";
}
.hgi-twotone.hgi-call-ringing-03:after {
  content: "\3fda";
}
.hgi-twotone.hgi-call-ringing-03:before {
  content: "\3fdb";
}
.hgi-twotone.hgi-call-ringing-04:after {
  content: "\3fdc";
}
.hgi-twotone.hgi-call-ringing-04:before {
  content: "\3fdd";
}
.hgi-twotone.hgi-call:after {
  content: "\3fde";
}
.hgi-twotone.hgi-call-unlocked-02:after {
  content: "\3fdf";
}
.hgi-twotone.hgi-call-unlocked-02:before {
  content: "\3fe0";
}
.hgi-twotone.hgi-call-unlocked:after {
  content: "\3fe1";
}
.hgi-twotone.hgi-call-unlocked:before {
  content: "\3fe2";
}
.hgi-twotone.hgi-call:before {
  content: "\3fe3";
}
.hgi-twotone.hgi-calling-02:after {
  content: "\3fe4";
}
.hgi-twotone.hgi-calling-02:before {
  content: "\3fe5";
}
.hgi-twotone.hgi-calling:after {
  content: "\3fe6";
}
.hgi-twotone.hgi-calling:before {
  content: "\3fe7";
}
.hgi-twotone.hgi-camel:after {
  content: "\3fe8";
}
.hgi-twotone.hgi-camel:before {
  content: "\3fe9";
}
.hgi-twotone.hgi-camera-01:after {
  content: "\3fea";
}
.hgi-twotone.hgi-camera-01:before {
  content: "\3feb";
}
.hgi-twotone.hgi-camera-02:after {
  content: "\3fec";
}
.hgi-twotone.hgi-camera-02:before {
  content: "\3fed";
}
.hgi-twotone.hgi-camera-add-01:after {
  content: "\3fee";
}
.hgi-twotone.hgi-camera-add-01:before {
  content: "\3fef";
}
.hgi-twotone.hgi-camera-add-02:after {
  content: "\3ff0";
}
.hgi-twotone.hgi-camera-add-02:before {
  content: "\3ff1";
}
.hgi-twotone.hgi-camera-automatically-01:after {
  content: "\3ff2";
}
.hgi-twotone.hgi-camera-automatically-01:before {
  content: "\3ff3";
}
.hgi-twotone.hgi-camera-automatically-02:after {
  content: "\3ff4";
}
.hgi-twotone.hgi-camera-automatically-02:before {
  content: "\3ff5";
}
.hgi-twotone.hgi-camera-lens:after {
  content: "\3ff6";
}
.hgi-twotone.hgi-camera-lens:before {
  content: "\3ff7";
}
.hgi-twotone.hgi-camera-microphone-01:after {
  content: "\3ff8";
}
.hgi-twotone.hgi-camera-microphone-01:before {
  content: "\3ff9";
}
.hgi-twotone.hgi-camera-microphone-02:after {
  content: "\3ffa";
}
.hgi-twotone.hgi-camera-microphone-02:before {
  content: "\3ffb";
}
.hgi-twotone.hgi-camera-night-mode-01:after {
  content: "\3ffc";
}
.hgi-twotone.hgi-camera-night-mode-01:before {
  content: "\3ffd";
}
.hgi-twotone.hgi-camera-night-mode-02:after {
  content: "\3ffe";
}
.hgi-twotone.hgi-camera-night-mode-02:before {
  content: "\3fff";
}
.hgi-twotone.hgi-camera-off-01:after {
  content: "\4000";
}
.hgi-twotone.hgi-camera-off-01:before {
  content: "\4001";
}
.hgi-twotone.hgi-camera-off-02:after {
  content: "\4002";
}
.hgi-twotone.hgi-camera-off-02:before {
  content: "\4003";
}
.hgi-twotone.hgi-camera-rotated-01:after {
  content: "\4004";
}
.hgi-twotone.hgi-camera-rotated-01:before {
  content: "\4005";
}
.hgi-twotone.hgi-camera-rotated-02:after {
  content: "\4006";
}
.hgi-twotone.hgi-camera-rotated-02:before {
  content: "\4007";
}
.hgi-twotone.hgi-camera-smile-01:after {
  content: "\4008";
}
.hgi-twotone.hgi-camera-smile-01:before {
  content: "\4009";
}
.hgi-twotone.hgi-camera-smile-02:after {
  content: "\400a";
}
.hgi-twotone.hgi-camera-smile-02:before {
  content: "\400b";
}
.hgi-twotone.hgi-camera-tripod:after {
  content: "\400c";
}
.hgi-twotone.hgi-camera-tripod:before {
  content: "\400d";
}
.hgi-twotone.hgi-camera-video:after {
  content: "\400e";
}
.hgi-twotone.hgi-camera-video:before {
  content: "\400f";
}
.hgi-twotone.hgi-camper:after {
  content: "\4010";
}
.hgi-twotone.hgi-camper:before {
  content: "\4011";
}
.hgi-twotone.hgi-campfire:after {
  content: "\4012";
}
.hgi-twotone.hgi-campfire:before {
  content: "\4013";
}
.hgi-twotone.hgi-cancel-01:after {
  content: "\4014";
}
.hgi-twotone.hgi-cancel-01:before {
  content: "\4015";
}
.hgi-twotone.hgi-cancel-02:after {
  content: "\4016";
}
.hgi-twotone.hgi-cancel-02:before {
  content: "\4017";
}
.hgi-twotone.hgi-cancel-circle-half-dot:after {
  content: "\4018";
}
.hgi-twotone.hgi-cancel-circle-half-dot:before {
  content: "\4019";
}
.hgi-twotone.hgi-cancel-circle:after {
  content: "\401a";
}
.hgi-twotone.hgi-cancel-circle:before {
  content: "\401b";
}
.hgi-twotone.hgi-cancel-square:after {
  content: "\401c";
}
.hgi-twotone.hgi-cancel-square:before {
  content: "\401d";
}
.hgi-twotone.hgi-candelier-01:after {
  content: "\401e";
}
.hgi-twotone.hgi-candelier-01:before {
  content: "\401f";
}
.hgi-twotone.hgi-candelier-02:after {
  content: "\4020";
}
.hgi-twotone.hgi-candelier-02:before {
  content: "\4021";
}
.hgi-twotone.hgi-canvas:after {
  content: "\4022";
}
.hgi-twotone.hgi-canvas:before {
  content: "\4023";
}
.hgi-twotone.hgi-cap-projecting:after {
  content: "\4024";
}
.hgi-twotone.hgi-cap-projecting:before {
  content: "\4025";
}
.hgi-twotone.hgi-cap-round:after {
  content: "\4026";
}
.hgi-twotone.hgi-cap-round:before {
  content: "\4027";
}
.hgi-twotone.hgi-cap:after {
  content: "\4028";
}
.hgi-twotone.hgi-cap-straight:after {
  content: "\4029";
}
.hgi-twotone.hgi-cap-straight:before {
  content: "\402a";
}
.hgi-twotone.hgi-cap:before {
  content: "\402b";
}
.hgi-twotone.hgi-capcut-rectangle:after {
  content: "\402c";
}
.hgi-twotone.hgi-capcut-rectangle:before {
  content: "\402d";
}
.hgi-twotone.hgi-capcut:after {
  content: "\402e";
}
.hgi-twotone.hgi-capcut:before {
  content: "\402f";
}
.hgi-twotone.hgi-car-01:after {
  content: "\4030";
}
.hgi-twotone.hgi-car-01:before {
  content: "\4031";
}
.hgi-twotone.hgi-car-02:after {
  content: "\4032";
}
.hgi-twotone.hgi-car-02:before {
  content: "\4033";
}
.hgi-twotone.hgi-car-03:after {
  content: "\4034";
}
.hgi-twotone.hgi-car-03:before {
  content: "\4035";
}
.hgi-twotone.hgi-car-04:after {
  content: "\4036";
}
.hgi-twotone.hgi-car-04:before {
  content: "\4037";
}
.hgi-twotone.hgi-car-05:after {
  content: "\4038";
}
.hgi-twotone.hgi-car-05:before {
  content: "\4039";
}
.hgi-twotone.hgi-car-alert:after {
  content: "\403a";
}
.hgi-twotone.hgi-car-alert:before {
  content: "\403b";
}
.hgi-twotone.hgi-car-parking-01:after {
  content: "\403c";
}
.hgi-twotone.hgi-car-parking-01:before {
  content: "\403d";
}
.hgi-twotone.hgi-car-parking-02:after {
  content: "\403e";
}
.hgi-twotone.hgi-car-parking-02:before {
  content: "\403f";
}
.hgi-twotone.hgi-car-time:after {
  content: "\4040";
}
.hgi-twotone.hgi-car-time:before {
  content: "\4041";
}
.hgi-twotone.hgi-caravan:after {
  content: "\4042";
}
.hgi-twotone.hgi-caravan:before {
  content: "\4043";
}
.hgi-twotone.hgi-card-exchange-01:after {
  content: "\4044";
}
.hgi-twotone.hgi-card-exchange-01:before {
  content: "\4045";
}
.hgi-twotone.hgi-card-exchange-02:after {
  content: "\4046";
}
.hgi-twotone.hgi-card-exchange-02:before {
  content: "\4047";
}
.hgi-twotone.hgi-cardigan:after {
  content: "\4048";
}
.hgi-twotone.hgi-cardigan:before {
  content: "\4049";
}
.hgi-twotone.hgi-cardiogram-01:after {
  content: "\404a";
}
.hgi-twotone.hgi-cardiogram-01:before {
  content: "\404b";
}
.hgi-twotone.hgi-cardiogram-02:after {
  content: "\404c";
}
.hgi-twotone.hgi-cardiogram-02:before {
  content: "\404d";
}
.hgi-twotone.hgi-cards-01:after {
  content: "\404e";
}
.hgi-twotone.hgi-cards-01:before {
  content: "\404f";
}
.hgi-twotone.hgi-cards-02:after {
  content: "\4050";
}
.hgi-twotone.hgi-cards-02:before {
  content: "\4051";
}
.hgi-twotone.hgi-cargo-ship:after {
  content: "\4052";
}
.hgi-twotone.hgi-cargo-ship:before {
  content: "\4053";
}
.hgi-twotone.hgi-carousel-horizontal-02:after {
  content: "\4054";
}
.hgi-twotone.hgi-carousel-horizontal-02:before {
  content: "\4055";
}
.hgi-twotone.hgi-carousel-horizontal:after {
  content: "\4056";
}
.hgi-twotone.hgi-carousel-horizontal:before {
  content: "\4057";
}
.hgi-twotone.hgi-carousel-vertical:after {
  content: "\4058";
}
.hgi-twotone.hgi-carousel-vertical:before {
  content: "\4059";
}
.hgi-twotone.hgi-carrot:after {
  content: "\405a";
}
.hgi-twotone.hgi-carrot:before {
  content: "\405b";
}
.hgi-twotone.hgi-cash-01:after {
  content: "\405c";
}
.hgi-twotone.hgi-cash-01:before {
  content: "\405d";
}
.hgi-twotone.hgi-cash-02:after {
  content: "\405e";
}
.hgi-twotone.hgi-cash-02:before {
  content: "\405f";
}
.hgi-twotone.hgi-cashback:after {
  content: "\4060";
}
.hgi-twotone.hgi-cashback:before {
  content: "\4061";
}
.hgi-twotone.hgi-cashier-02:after {
  content: "\4062";
}
.hgi-twotone.hgi-cashier-02:before {
  content: "\4063";
}
.hgi-twotone.hgi-cashier:after {
  content: "\4064";
}
.hgi-twotone.hgi-cashier:before {
  content: "\4065";
}
.hgi-twotone.hgi-castle-01:after {
  content: "\4066";
}
.hgi-twotone.hgi-castle-01:before {
  content: "\4067";
}
.hgi-twotone.hgi-castle-02:after {
  content: "\4068";
}
.hgi-twotone.hgi-castle-02:before {
  content: "\4069";
}
.hgi-twotone.hgi-castle:after {
  content: "\406a";
}
.hgi-twotone.hgi-castle:before {
  content: "\406b";
}
.hgi-twotone.hgi-catalogue:after {
  content: "\406c";
}
.hgi-twotone.hgi-catalogue:before {
  content: "\406d";
}
.hgi-twotone.hgi-cayan-tower:after {
  content: "\406e";
}
.hgi-twotone.hgi-cayan-tower:before {
  content: "\406f";
}
.hgi-twotone.hgi-cctv-camera:after {
  content: "\4070";
}
.hgi-twotone.hgi-cctv-camera:before {
  content: "\4071";
}
.hgi-twotone.hgi-cd:after {
  content: "\4072";
}
.hgi-twotone.hgi-cd:before {
  content: "\4073";
}
.hgi-twotone.hgi-cells:after {
  content: "\4074";
}
.hgi-twotone.hgi-cells:before {
  content: "\4075";
}
.hgi-twotone.hgi-cellular-network-offline:after {
  content: "\4076";
}
.hgi-twotone.hgi-cellular-network-offline:before {
  content: "\4077";
}
.hgi-twotone.hgi-cellular-network:after {
  content: "\4078";
}
.hgi-twotone.hgi-cellular-network:before {
  content: "\4079";
}
.hgi-twotone.hgi-celsius:after {
  content: "\407a";
}
.hgi-twotone.hgi-celsius:before {
  content: "\407b";
}
.hgi-twotone.hgi-center-focus:after {
  content: "\407c";
}
.hgi-twotone.hgi-center-focus:before {
  content: "\407d";
}
.hgi-twotone.hgi-central-shaheed-minar:after {
  content: "\407e";
}
.hgi-twotone.hgi-central-shaheed-minar:before {
  content: "\407f";
}
.hgi-twotone.hgi-centralized:after {
  content: "\4080";
}
.hgi-twotone.hgi-centralized:before {
  content: "\4081";
}
.hgi-twotone.hgi-certificate-01:after {
  content: "\4082";
}
.hgi-twotone.hgi-certificate-01:before {
  content: "\4083";
}
.hgi-twotone.hgi-certificate-02:after {
  content: "\4084";
}
.hgi-twotone.hgi-certificate-02:before {
  content: "\4085";
}
.hgi-twotone.hgi-chair-01:after {
  content: "\4086";
}
.hgi-twotone.hgi-chair-01:before {
  content: "\4087";
}
.hgi-twotone.hgi-chair-02:after {
  content: "\4088";
}
.hgi-twotone.hgi-chair-02:before {
  content: "\4089";
}
.hgi-twotone.hgi-chair-03:after {
  content: "\408a";
}
.hgi-twotone.hgi-chair-03:before {
  content: "\408b";
}
.hgi-twotone.hgi-chair-04:after {
  content: "\408c";
}
.hgi-twotone.hgi-chair-04:before {
  content: "\408d";
}
.hgi-twotone.hgi-chair-05:after {
  content: "\408e";
}
.hgi-twotone.hgi-chair-05:before {
  content: "\408f";
}
.hgi-twotone.hgi-chair-barber:after {
  content: "\4090";
}
.hgi-twotone.hgi-chair-barber:before {
  content: "\4091";
}
.hgi-twotone.hgi-champion:after {
  content: "\4092";
}
.hgi-twotone.hgi-champion:before {
  content: "\4093";
}
.hgi-twotone.hgi-change-screen-mode:after {
  content: "\4094";
}
.hgi-twotone.hgi-change-screen-mode:before {
  content: "\4095";
}
.hgi-twotone.hgi-character-phonetic:after {
  content: "\4096";
}
.hgi-twotone.hgi-character-phonetic:before {
  content: "\4097";
}
.hgi-twotone.hgi-charity:after {
  content: "\4098";
}
.hgi-twotone.hgi-charity:before {
  content: "\4099";
}
.hgi-twotone.hgi-chart-01:after {
  content: "\409a";
}
.hgi-twotone.hgi-chart-01:before {
  content: "\409b";
}
.hgi-twotone.hgi-chart-02:after {
  content: "\409c";
}
.hgi-twotone.hgi-chart-02:before {
  content: "\409d";
}
.hgi-twotone.hgi-chart-03:after {
  content: "\409e";
}
.hgi-twotone.hgi-chart-03:before {
  content: "\409f";
}
.hgi-twotone.hgi-chart-average:after {
  content: "\40a0";
}
.hgi-twotone.hgi-chart-average:before {
  content: "\40a1";
}
.hgi-twotone.hgi-chart-bar-line:after {
  content: "\40a2";
}
.hgi-twotone.hgi-chart-bar-line:before {
  content: "\40a3";
}
.hgi-twotone.hgi-chart-breakout-circle:after {
  content: "\40a4";
}
.hgi-twotone.hgi-chart-breakout-circle:before {
  content: "\40a5";
}
.hgi-twotone.hgi-chart-breakout-square:after {
  content: "\40a6";
}
.hgi-twotone.hgi-chart-breakout-square:before {
  content: "\40a7";
}
.hgi-twotone.hgi-chart-bubble-01:after {
  content: "\40a8";
}
.hgi-twotone.hgi-chart-bubble-01:before {
  content: "\40a9";
}
.hgi-twotone.hgi-chart-bubble-02:after {
  content: "\40aa";
}
.hgi-twotone.hgi-chart-bubble-02:before {
  content: "\40ab";
}
.hgi-twotone.hgi-chart-column:after {
  content: "\40ac";
}
.hgi-twotone.hgi-chart-column:before {
  content: "\40ad";
}
.hgi-twotone.hgi-chart-decrease:after {
  content: "\40ae";
}
.hgi-twotone.hgi-chart-decrease:before {
  content: "\40af";
}
.hgi-twotone.hgi-chart-down:after {
  content: "\40b0";
}
.hgi-twotone.hgi-chart-down:before {
  content: "\40b1";
}
.hgi-twotone.hgi-chart-evaluation:after {
  content: "\40b2";
}
.hgi-twotone.hgi-chart-evaluation:before {
  content: "\40b3";
}
.hgi-twotone.hgi-chart-high-low:after {
  content: "\40b4";
}
.hgi-twotone.hgi-chart-high-low:before {
  content: "\40b5";
}
.hgi-twotone.hgi-chart-histogram:after {
  content: "\40b6";
}
.hgi-twotone.hgi-chart-histogram:before {
  content: "\40b7";
}
.hgi-twotone.hgi-chart-increase:after {
  content: "\40b8";
}
.hgi-twotone.hgi-chart-increase:before {
  content: "\40b9";
}
.hgi-twotone.hgi-chart-line-data-01:after {
  content: "\40ba";
}
.hgi-twotone.hgi-chart-line-data-01:before {
  content: "\40bb";
}
.hgi-twotone.hgi-chart-line-data-02:after {
  content: "\40bc";
}
.hgi-twotone.hgi-chart-line-data-02:before {
  content: "\40bd";
}
.hgi-twotone.hgi-chart-line-data-03:after {
  content: "\40be";
}
.hgi-twotone.hgi-chart-line-data-03:before {
  content: "\40bf";
}
.hgi-twotone.hgi-chart-maximum:after {
  content: "\40c0";
}
.hgi-twotone.hgi-chart-maximum:before {
  content: "\40c1";
}
.hgi-twotone.hgi-chart-medium:after {
  content: "\40c2";
}
.hgi-twotone.hgi-chart-medium:before {
  content: "\40c3";
}
.hgi-twotone.hgi-chart-minimum:after {
  content: "\40c4";
}
.hgi-twotone.hgi-chart-minimum:before {
  content: "\40c5";
}
.hgi-twotone.hgi-chart-radar:after {
  content: "\40c6";
}
.hgi-twotone.hgi-chart-radar:before {
  content: "\40c7";
}
.hgi-twotone.hgi-chart-relationship:after {
  content: "\40c8";
}
.hgi-twotone.hgi-chart-relationship:before {
  content: "\40c9";
}
.hgi-twotone.hgi-chart-ring:after {
  content: "\40ca";
}
.hgi-twotone.hgi-chart-ring:before {
  content: "\40cb";
}
.hgi-twotone.hgi-chart-rose:after {
  content: "\40cc";
}
.hgi-twotone.hgi-chart-rose:before {
  content: "\40cd";
}
.hgi-twotone.hgi-chart-scatter:after {
  content: "\40ce";
}
.hgi-twotone.hgi-chart-scatter:before {
  content: "\40cf";
}
.hgi-twotone.hgi-chart:after {
  content: "\40d0";
}
.hgi-twotone.hgi-chart-up:after {
  content: "\40d1";
}
.hgi-twotone.hgi-chart-up:before {
  content: "\40d2";
}
.hgi-twotone.hgi-chart:before {
  content: "\40d3";
}
.hgi-twotone.hgi-chat-bot:after {
  content: "\40d4";
}
.hgi-twotone.hgi-chat-bot:before {
  content: "\40d5";
}
.hgi-twotone.hgi-chat-gpt:after {
  content: "\40d6";
}
.hgi-twotone.hgi-chat-gpt:before {
  content: "\40d7";
}
.hgi-twotone.hgi-chatting-01:after {
  content: "\40d8";
}
.hgi-twotone.hgi-chatting-01:before {
  content: "\40d9";
}
.hgi-twotone.hgi-check-list:after {
  content: "\40da";
}
.hgi-twotone.hgi-check-list:before {
  content: "\40db";
}
.hgi-twotone.hgi-check-unread-01:after {
  content: "\40dc";
}
.hgi-twotone.hgi-check-unread-01:before {
  content: "\40dd";
}
.hgi-twotone.hgi-check-unread-02:after {
  content: "\40de";
}
.hgi-twotone.hgi-check-unread-02:before {
  content: "\40df";
}
.hgi-twotone.hgi-check-unread-03:after {
  content: "\40e0";
}
.hgi-twotone.hgi-check-unread-03:before {
  content: "\40e1";
}
.hgi-twotone.hgi-check-unread-04:after {
  content: "\40e2";
}
.hgi-twotone.hgi-check-unread-04:before {
  content: "\40e3";
}
.hgi-twotone.hgi-checkmark-badge-01:after {
  content: "\40e4";
}
.hgi-twotone.hgi-checkmark-badge-01:before {
  content: "\40e5";
}
.hgi-twotone.hgi-checkmark-badge-02:after {
  content: "\40e6";
}
.hgi-twotone.hgi-checkmark-badge-02:before {
  content: "\40e7";
}
.hgi-twotone.hgi-checkmark-badge-03:after {
  content: "\40e8";
}
.hgi-twotone.hgi-checkmark-badge-03:before {
  content: "\40e9";
}
.hgi-twotone.hgi-checkmark-badge-04:after {
  content: "\40ea";
}
.hgi-twotone.hgi-checkmark-badge-04:before {
  content: "\40eb";
}
.hgi-twotone.hgi-checkmark-circle-01:after {
  content: "\40ec";
}
.hgi-twotone.hgi-checkmark-circle-01:before {
  content: "\40ed";
}
.hgi-twotone.hgi-checkmark-circle-02:after {
  content: "\40ee";
}
.hgi-twotone.hgi-checkmark-circle-02:before {
  content: "\40ef";
}
.hgi-twotone.hgi-checkmark-circle-03:after {
  content: "\40f0";
}
.hgi-twotone.hgi-checkmark-circle-03:before {
  content: "\40f1";
}
.hgi-twotone.hgi-checkmark-circle-04:after {
  content: "\40f2";
}
.hgi-twotone.hgi-checkmark-circle-04:before {
  content: "\40f3";
}
.hgi-twotone.hgi-checkmark-square-01:after {
  content: "\40f4";
}
.hgi-twotone.hgi-checkmark-square-01:before {
  content: "\40f5";
}
.hgi-twotone.hgi-checkmark-square-02:after {
  content: "\40f6";
}
.hgi-twotone.hgi-checkmark-square-02:before {
  content: "\40f7";
}
.hgi-twotone.hgi-checkmark-square-03:after {
  content: "\40f8";
}
.hgi-twotone.hgi-checkmark-square-03:before {
  content: "\40f9";
}
.hgi-twotone.hgi-checkmark-square-04:after {
  content: "\40fa";
}
.hgi-twotone.hgi-checkmark-square-04:before {
  content: "\40fb";
}
.hgi-twotone.hgi-cheese-cake-01:after {
  content: "\40fc";
}
.hgi-twotone.hgi-cheese-cake-01:before {
  content: "\40fd";
}
.hgi-twotone.hgi-cheese-cake-02:after {
  content: "\40fe";
}
.hgi-twotone.hgi-cheese-cake-02:before {
  content: "\40ff";
}
.hgi-twotone.hgi-cheese:after {
  content: "\4100";
}
.hgi-twotone.hgi-cheese:before {
  content: "\4101";
}
.hgi-twotone.hgi-chef-hat:after {
  content: "\4102";
}
.hgi-twotone.hgi-chef-hat:before {
  content: "\4103";
}
.hgi-twotone.hgi-chef:after {
  content: "\4104";
}
.hgi-twotone.hgi-chef:before {
  content: "\4105";
}
.hgi-twotone.hgi-chemistry-01:after {
  content: "\4106";
}
.hgi-twotone.hgi-chemistry-01:before {
  content: "\4107";
}
.hgi-twotone.hgi-chemistry-02:after {
  content: "\4108";
}
.hgi-twotone.hgi-chemistry-02:before {
  content: "\4109";
}
.hgi-twotone.hgi-chemistry-03:after {
  content: "\410a";
}
.hgi-twotone.hgi-chemistry-03:before {
  content: "\410b";
}
.hgi-twotone.hgi-cherry:after {
  content: "\410c";
}
.hgi-twotone.hgi-cherry:before {
  content: "\410d";
}
.hgi-twotone.hgi-chess-01:after {
  content: "\410e";
}
.hgi-twotone.hgi-chess-01:before {
  content: "\410f";
}
.hgi-twotone.hgi-chess-02:after {
  content: "\4110";
}
.hgi-twotone.hgi-chess-02:before {
  content: "\4111";
}
.hgi-twotone.hgi-chess-pawn:after {
  content: "\4112";
}
.hgi-twotone.hgi-chess-pawn:before {
  content: "\4113";
}
.hgi-twotone.hgi-chicken-thighs:after {
  content: "\4114";
}
.hgi-twotone.hgi-chicken-thighs:before {
  content: "\4115";
}
.hgi-twotone.hgi-child:after {
  content: "\4116";
}
.hgi-twotone.hgi-child:before {
  content: "\4117";
}
.hgi-twotone.hgi-chimney:after {
  content: "\4118";
}
.hgi-twotone.hgi-chimney:before {
  content: "\4119";
}
.hgi-twotone.hgi-china-temple:after {
  content: "\411a";
}
.hgi-twotone.hgi-china-temple:before {
  content: "\411b";
}
.hgi-twotone.hgi-chip-02:after {
  content: "\411c";
}
.hgi-twotone.hgi-chip-02:before {
  content: "\411d";
}
.hgi-twotone.hgi-chip:after {
  content: "\411e";
}
.hgi-twotone.hgi-chip:before {
  content: "\411f";
}
.hgi-twotone.hgi-chocolate:after {
  content: "\4120";
}
.hgi-twotone.hgi-chocolate:before {
  content: "\4121";
}
.hgi-twotone.hgi-chopsticks:after {
  content: "\4122";
}
.hgi-twotone.hgi-chopsticks:before {
  content: "\4123";
}
.hgi-twotone.hgi-chrome:after {
  content: "\4124";
}
.hgi-twotone.hgi-chrome:before {
  content: "\4125";
}
.hgi-twotone.hgi-chrysler:after {
  content: "\4126";
}
.hgi-twotone.hgi-chrysler:before {
  content: "\4127";
}
.hgi-twotone.hgi-church:after {
  content: "\4128";
}
.hgi-twotone.hgi-church:before {
  content: "\4129";
}
.hgi-twotone.hgi-cinnamon-roll:after {
  content: "\412a";
}
.hgi-twotone.hgi-cinnamon-roll:before {
  content: "\412b";
}
.hgi-twotone.hgi-circle-arrow-data-transfer-diagonal:after {
  content: "\412c";
}
.hgi-twotone.hgi-circle-arrow-data-transfer-diagonal:before {
  content: "\412d";
}
.hgi-twotone.hgi-circle-arrow-data-transfer-horizontal:after {
  content: "\412e";
}
.hgi-twotone.hgi-circle-arrow-data-transfer-horizontal:before {
  content: "\412f";
}
.hgi-twotone.hgi-circle-arrow-data-transfer-vertical:after {
  content: "\4130";
}
.hgi-twotone.hgi-circle-arrow-data-transfer-vertical:before {
  content: "\4131";
}
.hgi-twotone.hgi-circle-arrow-diagonal-01:after {
  content: "\4132";
}
.hgi-twotone.hgi-circle-arrow-diagonal-01:before {
  content: "\4133";
}
.hgi-twotone.hgi-circle-arrow-diagonal-02:after {
  content: "\4134";
}
.hgi-twotone.hgi-circle-arrow-diagonal-02:before {
  content: "\4135";
}
.hgi-twotone.hgi-circle-arrow-down-01:after {
  content: "\4136";
}
.hgi-twotone.hgi-circle-arrow-down-01:before {
  content: "\4137";
}
.hgi-twotone.hgi-circle-arrow-down-02:after {
  content: "\4138";
}
.hgi-twotone.hgi-circle-arrow-down-02:before {
  content: "\4139";
}
.hgi-twotone.hgi-circle-arrow-down-03:after {
  content: "\413a";
}
.hgi-twotone.hgi-circle-arrow-down-03:before {
  content: "\413b";
}
.hgi-twotone.hgi-circle-arrow-down-double:after {
  content: "\413c";
}
.hgi-twotone.hgi-circle-arrow-down-double:before {
  content: "\413d";
}
.hgi-twotone.hgi-circle-arrow-down-left:after {
  content: "\413e";
}
.hgi-twotone.hgi-circle-arrow-down-left:before {
  content: "\413f";
}
.hgi-twotone.hgi-circle-arrow-down-right:after {
  content: "\4140";
}
.hgi-twotone.hgi-circle-arrow-down-right:before {
  content: "\4141";
}
.hgi-twotone.hgi-circle-arrow-expand-01:after {
  content: "\4142";
}
.hgi-twotone.hgi-circle-arrow-expand-01:before {
  content: "\4143";
}
.hgi-twotone.hgi-circle-arrow-expand-02:after {
  content: "\4144";
}
.hgi-twotone.hgi-circle-arrow-expand-02:before {
  content: "\4145";
}
.hgi-twotone.hgi-circle-arrow-horizontal:after {
  content: "\4146";
}
.hgi-twotone.hgi-circle-arrow-horizontal:before {
  content: "\4147";
}
.hgi-twotone.hgi-circle-arrow-left-01:after {
  content: "\4148";
}
.hgi-twotone.hgi-circle-arrow-left-01:before {
  content: "\4149";
}
.hgi-twotone.hgi-circle-arrow-left-02:after {
  content: "\414a";
}
.hgi-twotone.hgi-circle-arrow-left-02:before {
  content: "\414b";
}
.hgi-twotone.hgi-circle-arrow-left-03:after {
  content: "\414c";
}
.hgi-twotone.hgi-circle-arrow-left-03:before {
  content: "\414d";
}
.hgi-twotone.hgi-circle-arrow-left-double:after {
  content: "\414e";
}
.hgi-twotone.hgi-circle-arrow-left-double:before {
  content: "\414f";
}
.hgi-twotone.hgi-circle-arrow-left-right:after {
  content: "\4150";
}
.hgi-twotone.hgi-circle-arrow-left-right:before {
  content: "\4151";
}
.hgi-twotone.hgi-circle-arrow-move-down-left:after {
  content: "\4152";
}
.hgi-twotone.hgi-circle-arrow-move-down-left:before {
  content: "\4153";
}
.hgi-twotone.hgi-circle-arrow-move-down-right:after {
  content: "\4154";
}
.hgi-twotone.hgi-circle-arrow-move-down-right:before {
  content: "\4155";
}
.hgi-twotone.hgi-circle-arrow-move-left-down:after {
  content: "\4156";
}
.hgi-twotone.hgi-circle-arrow-move-left-down:before {
  content: "\4157";
}
.hgi-twotone.hgi-circle-arrow-move-right-down:after {
  content: "\4158";
}
.hgi-twotone.hgi-circle-arrow-move-right-down:before {
  content: "\4159";
}
.hgi-twotone.hgi-circle-arrow-move-up-left:after {
  content: "\415a";
}
.hgi-twotone.hgi-circle-arrow-move-up-left:before {
  content: "\415b";
}
.hgi-twotone.hgi-circle-arrow-move-up-right:after {
  content: "\415c";
}
.hgi-twotone.hgi-circle-arrow-move-up-right:before {
  content: "\415d";
}
.hgi-twotone.hgi-circle-arrow-reload-01:after {
  content: "\415e";
}
.hgi-twotone.hgi-circle-arrow-reload-01:before {
  content: "\415f";
}
.hgi-twotone.hgi-circle-arrow-reload-02:after {
  content: "\4160";
}
.hgi-twotone.hgi-circle-arrow-reload-02:before {
  content: "\4161";
}
.hgi-twotone.hgi-circle-arrow-right-01:after {
  content: "\4162";
}
.hgi-twotone.hgi-circle-arrow-right-01:before {
  content: "\4163";
}
.hgi-twotone.hgi-circle-arrow-right-02:after {
  content: "\4164";
}
.hgi-twotone.hgi-circle-arrow-right-02:before {
  content: "\4165";
}
.hgi-twotone.hgi-circle-arrow-right-03:after {
  content: "\4166";
}
.hgi-twotone.hgi-circle-arrow-right-03:before {
  content: "\4167";
}
.hgi-twotone.hgi-circle-arrow-right-double:after {
  content: "\4168";
}
.hgi-twotone.hgi-circle-arrow-right-double:before {
  content: "\4169";
}
.hgi-twotone.hgi-circle-arrow-shrink-01:after {
  content: "\416a";
}
.hgi-twotone.hgi-circle-arrow-shrink-01:before {
  content: "\416b";
}
.hgi-twotone.hgi-circle-arrow-shrink-02:after {
  content: "\416c";
}
.hgi-twotone.hgi-circle-arrow-shrink-02:before {
  content: "\416d";
}
.hgi-twotone.hgi-circle-arrow-up-01:after {
  content: "\416e";
}
.hgi-twotone.hgi-circle-arrow-up-01:before {
  content: "\416f";
}
.hgi-twotone.hgi-circle-arrow-up-02:after {
  content: "\4170";
}
.hgi-twotone.hgi-circle-arrow-up-02:before {
  content: "\4171";
}
.hgi-twotone.hgi-circle-arrow-up-03:after {
  content: "\4172";
}
.hgi-twotone.hgi-circle-arrow-up-03:before {
  content: "\4173";
}
.hgi-twotone.hgi-circle-arrow-up-double:after {
  content: "\4174";
}
.hgi-twotone.hgi-circle-arrow-up-double:before {
  content: "\4175";
}
.hgi-twotone.hgi-circle-arrow-up-down:after {
  content: "\4176";
}
.hgi-twotone.hgi-circle-arrow-up-down:before {
  content: "\4177";
}
.hgi-twotone.hgi-circle-arrow-up-left:after {
  content: "\4178";
}
.hgi-twotone.hgi-circle-arrow-up-left:before {
  content: "\4179";
}
.hgi-twotone.hgi-circle-arrow-up-right:after {
  content: "\417a";
}
.hgi-twotone.hgi-circle-arrow-up-right:before {
  content: "\417b";
}
.hgi-twotone.hgi-circle-arrow-vertical:after {
  content: "\417c";
}
.hgi-twotone.hgi-circle-arrow-vertical:before {
  content: "\417d";
}
.hgi-twotone.hgi-circle-lock-01:after {
  content: "\417e";
}
.hgi-twotone.hgi-circle-lock-01:before {
  content: "\417f";
}
.hgi-twotone.hgi-circle-lock-02:after {
  content: "\4180";
}
.hgi-twotone.hgi-circle-lock-02:before {
  content: "\4181";
}
.hgi-twotone.hgi-circle-lock-add-01:after {
  content: "\4182";
}
.hgi-twotone.hgi-circle-lock-add-01:before {
  content: "\4183";
}
.hgi-twotone.hgi-circle-lock-add-02:after {
  content: "\4184";
}
.hgi-twotone.hgi-circle-lock-add-02:before {
  content: "\4185";
}
.hgi-twotone.hgi-circle-lock-check-01:after {
  content: "\4186";
}
.hgi-twotone.hgi-circle-lock-check-01:before {
  content: "\4187";
}
.hgi-twotone.hgi-circle-lock-check-02:after {
  content: "\4188";
}
.hgi-twotone.hgi-circle-lock-check-02:before {
  content: "\4189";
}
.hgi-twotone.hgi-circle-lock-minus-01:after {
  content: "\418a";
}
.hgi-twotone.hgi-circle-lock-minus-01:before {
  content: "\418b";
}
.hgi-twotone.hgi-circle-lock-minus-02:after {
  content: "\418c";
}
.hgi-twotone.hgi-circle-lock-minus-02:before {
  content: "\418d";
}
.hgi-twotone.hgi-circle-lock-remove-01:after {
  content: "\418e";
}
.hgi-twotone.hgi-circle-lock-remove-01:before {
  content: "\418f";
}
.hgi-twotone.hgi-circle-lock-remove-02:after {
  content: "\4190";
}
.hgi-twotone.hgi-circle-lock-remove-02:before {
  content: "\4191";
}
.hgi-twotone.hgi-circle-password:after {
  content: "\4192";
}
.hgi-twotone.hgi-circle-password:before {
  content: "\4193";
}
.hgi-twotone.hgi-circle:after {
  content: "\4194";
}
.hgi-twotone.hgi-circle-unlock-01:after {
  content: "\4195";
}
.hgi-twotone.hgi-circle-unlock-01:before {
  content: "\4196";
}
.hgi-twotone.hgi-circle-unlock-02:after {
  content: "\4197";
}
.hgi-twotone.hgi-circle-unlock-02:before {
  content: "\4198";
}
.hgi-twotone.hgi-circle:before {
  content: "\4199";
}
.hgi-twotone.hgi-city-01:after {
  content: "\419a";
}
.hgi-twotone.hgi-city-01:before {
  content: "\419b";
}
.hgi-twotone.hgi-city-02:after {
  content: "\419c";
}
.hgi-twotone.hgi-city-02:before {
  content: "\419d";
}
.hgi-twotone.hgi-city-03:after {
  content: "\419e";
}
.hgi-twotone.hgi-city-03:before {
  content: "\419f";
}
.hgi-twotone.hgi-clapping-01:after {
  content: "\41a0";
}
.hgi-twotone.hgi-clapping-01:before {
  content: "\41a1";
}
.hgi-twotone.hgi-clapping-02:after {
  content: "\41a2";
}
.hgi-twotone.hgi-clapping-02:before {
  content: "\41a3";
}
.hgi-twotone.hgi-clean:after {
  content: "\41a4";
}
.hgi-twotone.hgi-clean:before {
  content: "\41a5";
}
.hgi-twotone.hgi-cleaning-bucket:after {
  content: "\41a6";
}
.hgi-twotone.hgi-cleaning-bucket:before {
  content: "\41a7";
}
.hgi-twotone.hgi-clinic:after {
  content: "\41a8";
}
.hgi-twotone.hgi-clinic:before {
  content: "\41a9";
}
.hgi-twotone.hgi-clip:after {
  content: "\41aa";
}
.hgi-twotone.hgi-clip:before {
  content: "\41ab";
}
.hgi-twotone.hgi-cliparts:after {
  content: "\41ac";
}
.hgi-twotone.hgi-cliparts:before {
  content: "\41ad";
}
.hgi-twotone.hgi-clipboard:after {
  content: "\41ae";
}
.hgi-twotone.hgi-clipboard:before {
  content: "\41af";
}
.hgi-twotone.hgi-clock-01:after {
  content: "\41b0";
}
.hgi-twotone.hgi-clock-01:before {
  content: "\41b1";
}
.hgi-twotone.hgi-clock-02:after {
  content: "\41b2";
}
.hgi-twotone.hgi-clock-02:before {
  content: "\41b3";
}
.hgi-twotone.hgi-clock-03:after {
  content: "\41b4";
}
.hgi-twotone.hgi-clock-03:before {
  content: "\41b5";
}
.hgi-twotone.hgi-clock-04:after {
  content: "\41b6";
}
.hgi-twotone.hgi-clock-04:before {
  content: "\41b7";
}
.hgi-twotone.hgi-clock-05:after {
  content: "\41b8";
}
.hgi-twotone.hgi-clock-05:before {
  content: "\41b9";
}
.hgi-twotone.hgi-closed-caption-alt:after {
  content: "\41ba";
}
.hgi-twotone.hgi-closed-caption-alt:before {
  content: "\41bb";
}
.hgi-twotone.hgi-closed-caption:after {
  content: "\41bc";
}
.hgi-twotone.hgi-closed-caption:before {
  content: "\41bd";
}
.hgi-twotone.hgi-clothes:after {
  content: "\41be";
}
.hgi-twotone.hgi-clothes:before {
  content: "\41bf";
}
.hgi-twotone.hgi-cloud-angled-rain:after {
  content: "\41c0";
}
.hgi-twotone.hgi-cloud-angled-rain-zap:after {
  content: "\41c1";
}
.hgi-twotone.hgi-cloud-angled-rain-zap:before {
  content: "\41c2";
}
.hgi-twotone.hgi-cloud-angled-rain:before {
  content: "\41c3";
}
.hgi-twotone.hgi-cloud-angled-zap:after {
  content: "\41c4";
}
.hgi-twotone.hgi-cloud-angled-zap:before {
  content: "\41c5";
}
.hgi-twotone.hgi-cloud-big-rain:after {
  content: "\41c6";
}
.hgi-twotone.hgi-cloud-big-rain:before {
  content: "\41c7";
}
.hgi-twotone.hgi-cloud-download:after {
  content: "\41c8";
}
.hgi-twotone.hgi-cloud-download:before {
  content: "\41c9";
}
.hgi-twotone.hgi-cloud-fast-wind:after {
  content: "\41ca";
}
.hgi-twotone.hgi-cloud-fast-wind:before {
  content: "\41cb";
}
.hgi-twotone.hgi-cloud-hailstone:after {
  content: "\41cc";
}
.hgi-twotone.hgi-cloud-hailstone:before {
  content: "\41cd";
}
.hgi-twotone.hgi-cloud-little-rain:after {
  content: "\41ce";
}
.hgi-twotone.hgi-cloud-little-rain:before {
  content: "\41cf";
}
.hgi-twotone.hgi-cloud-little-snow:after {
  content: "\41d0";
}
.hgi-twotone.hgi-cloud-little-snow:before {
  content: "\41d1";
}
.hgi-twotone.hgi-cloud-loading:after {
  content: "\41d2";
}
.hgi-twotone.hgi-cloud-loading:before {
  content: "\41d3";
}
.hgi-twotone.hgi-cloud-mid-rain:after {
  content: "\41d4";
}
.hgi-twotone.hgi-cloud-mid-rain:before {
  content: "\41d5";
}
.hgi-twotone.hgi-cloud-mid-snow:after {
  content: "\41d6";
}
.hgi-twotone.hgi-cloud-mid-snow:before {
  content: "\41d7";
}
.hgi-twotone.hgi-cloud-saving-done-01:after {
  content: "\41d8";
}
.hgi-twotone.hgi-cloud-saving-done-01:before {
  content: "\41d9";
}
.hgi-twotone.hgi-cloud-saving-done-02:after {
  content: "\41da";
}
.hgi-twotone.hgi-cloud-saving-done-02:before {
  content: "\41db";
}
.hgi-twotone.hgi-cloud:after {
  content: "\41dc";
}
.hgi-twotone.hgi-cloud-server:after {
  content: "\41dd";
}
.hgi-twotone.hgi-cloud-server:before {
  content: "\41de";
}
.hgi-twotone.hgi-cloud-slow-wind:after {
  content: "\41df";
}
.hgi-twotone.hgi-cloud-slow-wind:before {
  content: "\41e0";
}
.hgi-twotone.hgi-cloud-snow:after {
  content: "\41e1";
}
.hgi-twotone.hgi-cloud-snow:before {
  content: "\41e2";
}
.hgi-twotone.hgi-cloud-upload:after {
  content: "\41e3";
}
.hgi-twotone.hgi-cloud-upload:before {
  content: "\41e4";
}
.hgi-twotone.hgi-cloud:before {
  content: "\41e5";
}
.hgi-twotone.hgi-clubs-01:after {
  content: "\41e6";
}
.hgi-twotone.hgi-clubs-01:before {
  content: "\41e7";
}
.hgi-twotone.hgi-clubs-02:after {
  content: "\41e8";
}
.hgi-twotone.hgi-clubs-02:before {
  content: "\41e9";
}
.hgi-twotone.hgi-co-present:after {
  content: "\41ea";
}
.hgi-twotone.hgi-co-present:before {
  content: "\41eb";
}
.hgi-twotone.hgi-code-circle:after {
  content: "\41ec";
}
.hgi-twotone.hgi-code-circle:before {
  content: "\41ed";
}
.hgi-twotone.hgi-code-folder:after {
  content: "\41ee";
}
.hgi-twotone.hgi-code-folder:before {
  content: "\41ef";
}
.hgi-twotone.hgi-code:after {
  content: "\41f0";
}
.hgi-twotone.hgi-code-square:after {
  content: "\41f1";
}
.hgi-twotone.hgi-code-square:before {
  content: "\41f2";
}
.hgi-twotone.hgi-code:before {
  content: "\41f3";
}
.hgi-twotone.hgi-codesandbox:after {
  content: "\41f4";
}
.hgi-twotone.hgi-codesandbox:before {
  content: "\41f5";
}
.hgi-twotone.hgi-coffee-01:after {
  content: "\41f6";
}
.hgi-twotone.hgi-coffee-01:before {
  content: "\41f7";
}
.hgi-twotone.hgi-coffee-02:after {
  content: "\41f8";
}
.hgi-twotone.hgi-coffee-02:before {
  content: "\41f9";
}
.hgi-twotone.hgi-coffee-beans:after {
  content: "\41fa";
}
.hgi-twotone.hgi-coffee-beans:before {
  content: "\41fb";
}
.hgi-twotone.hgi-coinbase:after {
  content: "\41fc";
}
.hgi-twotone.hgi-coinbase:before {
  content: "\41fd";
}
.hgi-twotone.hgi-coins-01:after {
  content: "\41fe";
}
.hgi-twotone.hgi-coins-01:before {
  content: "\41ff";
}
.hgi-twotone.hgi-coins-02:after {
  content: "\4200";
}
.hgi-twotone.hgi-coins-02:before {
  content: "\4201";
}
.hgi-twotone.hgi-coins-bitcoin:after {
  content: "\4202";
}
.hgi-twotone.hgi-coins-bitcoin:before {
  content: "\4203";
}
.hgi-twotone.hgi-coins-dollar:after {
  content: "\4204";
}
.hgi-twotone.hgi-coins-dollar:before {
  content: "\4205";
}
.hgi-twotone.hgi-coins-euro:after {
  content: "\4206";
}
.hgi-twotone.hgi-coins-euro:before {
  content: "\4207";
}
.hgi-twotone.hgi-coins-pound:after {
  content: "\4208";
}
.hgi-twotone.hgi-coins-pound:before {
  content: "\4209";
}
.hgi-twotone.hgi-coins-swap:after {
  content: "\420a";
}
.hgi-twotone.hgi-coins-swap:before {
  content: "\420b";
}
.hgi-twotone.hgi-coins-yen:after {
  content: "\420c";
}
.hgi-twotone.hgi-coins-yen:before {
  content: "\420d";
}
.hgi-twotone.hgi-collections-bookmark:after {
  content: "\420e";
}
.hgi-twotone.hgi-collections-bookmark:before {
  content: "\420f";
}
.hgi-twotone.hgi-color-picker:after {
  content: "\4210";
}
.hgi-twotone.hgi-color-picker:before {
  content: "\4211";
}
.hgi-twotone.hgi-colors:after {
  content: "\4212";
}
.hgi-twotone.hgi-colors:before {
  content: "\4213";
}
.hgi-twotone.hgi-colosseum:after {
  content: "\4214";
}
.hgi-twotone.hgi-colosseum:before {
  content: "\4215";
}
.hgi-twotone.hgi-column-delete:after {
  content: "\4216";
}
.hgi-twotone.hgi-column-delete:before {
  content: "\4217";
}
.hgi-twotone.hgi-column-insert:after {
  content: "\4218";
}
.hgi-twotone.hgi-column-insert:before {
  content: "\4219";
}
.hgi-twotone.hgi-comet-01:after {
  content: "\421a";
}
.hgi-twotone.hgi-comet-01:before {
  content: "\421b";
}
.hgi-twotone.hgi-comet-02:after {
  content: "\421c";
}
.hgi-twotone.hgi-comet-02:before {
  content: "\421d";
}
.hgi-twotone.hgi-coming-soon-01:after {
  content: "\421e";
}
.hgi-twotone.hgi-coming-soon-01:before {
  content: "\421f";
}
.hgi-twotone.hgi-coming-soon-02:after {
  content: "\4220";
}
.hgi-twotone.hgi-coming-soon-02:before {
  content: "\4221";
}
.hgi-twotone.hgi-command-line:after {
  content: "\4222";
}
.hgi-twotone.hgi-command-line:before {
  content: "\4223";
}
.hgi-twotone.hgi-command:after {
  content: "\4224";
}
.hgi-twotone.hgi-command:before {
  content: "\4225";
}
.hgi-twotone.hgi-comment-01:after {
  content: "\4226";
}
.hgi-twotone.hgi-comment-01:before {
  content: "\4227";
}
.hgi-twotone.hgi-comment-02:after {
  content: "\4228";
}
.hgi-twotone.hgi-comment-02:before {
  content: "\4229";
}
.hgi-twotone.hgi-comment-add-01:after {
  content: "\422a";
}
.hgi-twotone.hgi-comment-add-01:before {
  content: "\422b";
}
.hgi-twotone.hgi-comment-add-02:after {
  content: "\422c";
}
.hgi-twotone.hgi-comment-add-02:before {
  content: "\422d";
}
.hgi-twotone.hgi-comment-block-01:after {
  content: "\422e";
}
.hgi-twotone.hgi-comment-block-01:before {
  content: "\422f";
}
.hgi-twotone.hgi-comment-block-02:after {
  content: "\4230";
}
.hgi-twotone.hgi-comment-block-02:before {
  content: "\4231";
}
.hgi-twotone.hgi-comment-remove-01:after {
  content: "\4232";
}
.hgi-twotone.hgi-comment-remove-01:before {
  content: "\4233";
}
.hgi-twotone.hgi-comment-remove-02:after {
  content: "\4234";
}
.hgi-twotone.hgi-comment-remove-02:before {
  content: "\4235";
}
.hgi-twotone.hgi-compass-01:after {
  content: "\4236";
}
.hgi-twotone.hgi-compass-01:before {
  content: "\4237";
}
.hgi-twotone.hgi-compass:after {
  content: "\4238";
}
.hgi-twotone.hgi-compass:before {
  content: "\4239";
}
.hgi-twotone.hgi-complaint:after {
  content: "\423a";
}
.hgi-twotone.hgi-complaint:before {
  content: "\423b";
}
.hgi-twotone.hgi-computer-add:after {
  content: "\423c";
}
.hgi-twotone.hgi-computer-add:before {
  content: "\423d";
}
.hgi-twotone.hgi-computer-check:after {
  content: "\423e";
}
.hgi-twotone.hgi-computer-check:before {
  content: "\423f";
}
.hgi-twotone.hgi-computer-cloud:after {
  content: "\4240";
}
.hgi-twotone.hgi-computer-cloud:before {
  content: "\4241";
}
.hgi-twotone.hgi-computer-desk-01:after {
  content: "\4242";
}
.hgi-twotone.hgi-computer-desk-01:before {
  content: "\4243";
}
.hgi-twotone.hgi-computer-desk-02:after {
  content: "\4244";
}
.hgi-twotone.hgi-computer-desk-02:before {
  content: "\4245";
}
.hgi-twotone.hgi-computer-desk-03:after {
  content: "\4246";
}
.hgi-twotone.hgi-computer-desk-03:before {
  content: "\4247";
}
.hgi-twotone.hgi-computer-dollar:after {
  content: "\4248";
}
.hgi-twotone.hgi-computer-dollar:before {
  content: "\4249";
}
.hgi-twotone.hgi-computer-phone-sync:after {
  content: "\424a";
}
.hgi-twotone.hgi-computer-phone-sync:before {
  content: "\424b";
}
.hgi-twotone.hgi-computer-programming-01:after {
  content: "\424c";
}
.hgi-twotone.hgi-computer-programming-01:before {
  content: "\424d";
}
.hgi-twotone.hgi-computer-programming-02:after {
  content: "\424e";
}
.hgi-twotone.hgi-computer-programming-02:before {
  content: "\424f";
}
.hgi-twotone.hgi-computer-protection:after {
  content: "\4250";
}
.hgi-twotone.hgi-computer-protection:before {
  content: "\4251";
}
.hgi-twotone.hgi-computer-remove:after {
  content: "\4252";
}
.hgi-twotone.hgi-computer-remove:before {
  content: "\4253";
}
.hgi-twotone.hgi-computer:after {
  content: "\4254";
}
.hgi-twotone.hgi-computer-settings:after {
  content: "\4255";
}
.hgi-twotone.hgi-computer-settings:before {
  content: "\4256";
}
.hgi-twotone.hgi-computer-video-call:after {
  content: "\4257";
}
.hgi-twotone.hgi-computer-video-call:before {
  content: "\4258";
}
.hgi-twotone.hgi-computer-video:after {
  content: "\4259";
}
.hgi-twotone.hgi-computer-video:before {
  content: "\425a";
}
.hgi-twotone.hgi-computer:before {
  content: "\425b";
}
.hgi-twotone.hgi-cone-01:after {
  content: "\425c";
}
.hgi-twotone.hgi-cone-01:before {
  content: "\425d";
}
.hgi-twotone.hgi-cone-02:after {
  content: "\425e";
}
.hgi-twotone.hgi-cone-02:before {
  content: "\425f";
}
.hgi-twotone.hgi-conference:after {
  content: "\4260";
}
.hgi-twotone.hgi-conference:before {
  content: "\4261";
}
.hgi-twotone.hgi-configuration-01:after {
  content: "\4262";
}
.hgi-twotone.hgi-configuration-01:before {
  content: "\4263";
}
.hgi-twotone.hgi-configuration-02:after {
  content: "\4264";
}
.hgi-twotone.hgi-configuration-02:before {
  content: "\4265";
}
.hgi-twotone.hgi-confused:after {
  content: "\4266";
}
.hgi-twotone.hgi-confused:before {
  content: "\4267";
}
.hgi-twotone.hgi-congruent-to-circle:after {
  content: "\4268";
}
.hgi-twotone.hgi-congruent-to-circle:before {
  content: "\4269";
}
.hgi-twotone.hgi-congruent-to:after {
  content: "\426a";
}
.hgi-twotone.hgi-congruent-to-square:after {
  content: "\426b";
}
.hgi-twotone.hgi-congruent-to-square:before {
  content: "\426c";
}
.hgi-twotone.hgi-congruent-to:before {
  content: "\426d";
}
.hgi-twotone.hgi-connect:after {
  content: "\426e";
}
.hgi-twotone.hgi-connect:before {
  content: "\426f";
}
.hgi-twotone.hgi-console:after {
  content: "\4270";
}
.hgi-twotone.hgi-console:before {
  content: "\4271";
}
.hgi-twotone.hgi-constellation:after {
  content: "\4272";
}
.hgi-twotone.hgi-constellation:before {
  content: "\4273";
}
.hgi-twotone.hgi-contact-01:after {
  content: "\4274";
}
.hgi-twotone.hgi-contact-01:before {
  content: "\4275";
}
.hgi-twotone.hgi-contact-02:after {
  content: "\4276";
}
.hgi-twotone.hgi-contact-02:before {
  content: "\4277";
}
.hgi-twotone.hgi-contact-book:after {
  content: "\4278";
}
.hgi-twotone.hgi-contact-book:before {
  content: "\4279";
}
.hgi-twotone.hgi-contact:after {
  content: "\427a";
}
.hgi-twotone.hgi-contact:before {
  content: "\427b";
}
.hgi-twotone.hgi-container-truck-01:after {
  content: "\427c";
}
.hgi-twotone.hgi-container-truck-01:before {
  content: "\427d";
}
.hgi-twotone.hgi-container-truck-02:after {
  content: "\427e";
}
.hgi-twotone.hgi-container-truck-02:before {
  content: "\427f";
}
.hgi-twotone.hgi-container-truck:after {
  content: "\4280";
}
.hgi-twotone.hgi-container-truck:before {
  content: "\4281";
}
.hgi-twotone.hgi-content-writing:after {
  content: "\4282";
}
.hgi-twotone.hgi-content-writing:before {
  content: "\4283";
}
.hgi-twotone.hgi-contracts:after {
  content: "\4284";
}
.hgi-twotone.hgi-contracts:before {
  content: "\4285";
}
.hgi-twotone.hgi-conversation:after {
  content: "\4286";
}
.hgi-twotone.hgi-conversation:before {
  content: "\4287";
}
.hgi-twotone.hgi-cook-book:after {
  content: "\4288";
}
.hgi-twotone.hgi-cook-book:before {
  content: "\4289";
}
.hgi-twotone.hgi-cookie:after {
  content: "\428a";
}
.hgi-twotone.hgi-cookie:before {
  content: "\428b";
}
.hgi-twotone.hgi-coordinate-01:after {
  content: "\428c";
}
.hgi-twotone.hgi-coordinate-01:before {
  content: "\428d";
}
.hgi-twotone.hgi-coordinate-02:after {
  content: "\428e";
}
.hgi-twotone.hgi-coordinate-02:before {
  content: "\428f";
}
.hgi-twotone.hgi-copilot:after {
  content: "\4290";
}
.hgi-twotone.hgi-copilot:before {
  content: "\4291";
}
.hgi-twotone.hgi-copy-01:after {
  content: "\4292";
}
.hgi-twotone.hgi-copy-01:before {
  content: "\4293";
}
.hgi-twotone.hgi-copy-02:after {
  content: "\4294";
}
.hgi-twotone.hgi-copy-02:before {
  content: "\4295";
}
.hgi-twotone.hgi-copy-link:after {
  content: "\4296";
}
.hgi-twotone.hgi-copy-link:before {
  content: "\4297";
}
.hgi-twotone.hgi-copyright:after {
  content: "\4298";
}
.hgi-twotone.hgi-copyright:before {
  content: "\4299";
}
.hgi-twotone.hgi-corn:after {
  content: "\429a";
}
.hgi-twotone.hgi-corn:before {
  content: "\429b";
}
.hgi-twotone.hgi-corporate:after {
  content: "\429c";
}
.hgi-twotone.hgi-corporate:before {
  content: "\429d";
}
.hgi-twotone.hgi-cos:after {
  content: "\429e";
}
.hgi-twotone.hgi-cos:before {
  content: "\429f";
}
.hgi-twotone.hgi-cosine-01:after {
  content: "\42a0";
}
.hgi-twotone.hgi-cosine-01:before {
  content: "\42a1";
}
.hgi-twotone.hgi-cosine-02:after {
  content: "\42a2";
}
.hgi-twotone.hgi-cosine-02:before {
  content: "\42a3";
}
.hgi-twotone.hgi-cottage:after {
  content: "\42a4";
}
.hgi-twotone.hgi-cottage:before {
  content: "\42a5";
}
.hgi-twotone.hgi-cotton-candy:after {
  content: "\42a6";
}
.hgi-twotone.hgi-cotton-candy:before {
  content: "\42a7";
}
.hgi-twotone.hgi-coupon-01:after {
  content: "\42a8";
}
.hgi-twotone.hgi-coupon-01:before {
  content: "\42a9";
}
.hgi-twotone.hgi-coupon-02:after {
  content: "\42aa";
}
.hgi-twotone.hgi-coupon-02:before {
  content: "\42ab";
}
.hgi-twotone.hgi-coupon-03:after {
  content: "\42ac";
}
.hgi-twotone.hgi-coupon-03:before {
  content: "\42ad";
}
.hgi-twotone.hgi-coupon-percent:after {
  content: "\42ae";
}
.hgi-twotone.hgi-coupon-percent:before {
  content: "\42af";
}
.hgi-twotone.hgi-course:after {
  content: "\42b0";
}
.hgi-twotone.hgi-course:before {
  content: "\42b1";
}
.hgi-twotone.hgi-court-house:after {
  content: "\42b2";
}
.hgi-twotone.hgi-court-house:before {
  content: "\42b3";
}
.hgi-twotone.hgi-court-law:after {
  content: "\42b4";
}
.hgi-twotone.hgi-court-law:before {
  content: "\42b5";
}
.hgi-twotone.hgi-covariate:after {
  content: "\42b6";
}
.hgi-twotone.hgi-covariate:before {
  content: "\42b7";
}
.hgi-twotone.hgi-covid-info:after {
  content: "\42b8";
}
.hgi-twotone.hgi-covid-info:before {
  content: "\42b9";
}
.hgi-twotone.hgi-cowboy-hat:after {
  content: "\42ba";
}
.hgi-twotone.hgi-cowboy-hat:before {
  content: "\42bb";
}
.hgi-twotone.hgi-cpp:after {
  content: "\42bc";
}
.hgi-twotone.hgi-cpp:before {
  content: "\42bd";
}
.hgi-twotone.hgi-cpu-charge:after {
  content: "\42be";
}
.hgi-twotone.hgi-cpu-charge:before {
  content: "\42bf";
}
.hgi-twotone.hgi-cpu:after {
  content: "\42c0";
}
.hgi-twotone.hgi-cpu-settings:after {
  content: "\42c1";
}
.hgi-twotone.hgi-cpu-settings:before {
  content: "\42c2";
}
.hgi-twotone.hgi-cpu:before {
  content: "\42c3";
}
.hgi-twotone.hgi-crab:after {
  content: "\42c4";
}
.hgi-twotone.hgi-crab:before {
  content: "\42c5";
}
.hgi-twotone.hgi-crane:after {
  content: "\42c6";
}
.hgi-twotone.hgi-crane:before {
  content: "\42c7";
}
.hgi-twotone.hgi-crazy:after {
  content: "\42c8";
}
.hgi-twotone.hgi-crazy:before {
  content: "\42c9";
}
.hgi-twotone.hgi-creative-market:after {
  content: "\42ca";
}
.hgi-twotone.hgi-creative-market:before {
  content: "\42cb";
}
.hgi-twotone.hgi-credit-card-accept:after {
  content: "\42cc";
}
.hgi-twotone.hgi-credit-card-accept:before {
  content: "\42cd";
}
.hgi-twotone.hgi-credit-card-add:after {
  content: "\42ce";
}
.hgi-twotone.hgi-credit-card-add:before {
  content: "\42cf";
}
.hgi-twotone.hgi-credit-card-change:after {
  content: "\42d0";
}
.hgi-twotone.hgi-credit-card-change:before {
  content: "\42d1";
}
.hgi-twotone.hgi-credit-card-defrost:after {
  content: "\42d2";
}
.hgi-twotone.hgi-credit-card-defrost:before {
  content: "\42d3";
}
.hgi-twotone.hgi-credit-card-freeze:after {
  content: "\42d4";
}
.hgi-twotone.hgi-credit-card-freeze:before {
  content: "\42d5";
}
.hgi-twotone.hgi-credit-card-not-accept:after {
  content: "\42d6";
}
.hgi-twotone.hgi-credit-card-not-accept:before {
  content: "\42d7";
}
.hgi-twotone.hgi-credit-card-not-found:after {
  content: "\42d8";
}
.hgi-twotone.hgi-credit-card-not-found:before {
  content: "\42d9";
}
.hgi-twotone.hgi-credit-card-pos:after {
  content: "\42da";
}
.hgi-twotone.hgi-credit-card-pos:before {
  content: "\42db";
}
.hgi-twotone.hgi-credit-card:after {
  content: "\42dc";
}
.hgi-twotone.hgi-credit-card-validation:after {
  content: "\42dd";
}
.hgi-twotone.hgi-credit-card-validation:before {
  content: "\42de";
}
.hgi-twotone.hgi-credit-card:before {
  content: "\42df";
}
.hgi-twotone.hgi-cricket-bat:after {
  content: "\42e0";
}
.hgi-twotone.hgi-cricket-bat:before {
  content: "\42e1";
}
.hgi-twotone.hgi-cricket-helmet:after {
  content: "\42e2";
}
.hgi-twotone.hgi-cricket-helmet:before {
  content: "\42e3";
}
.hgi-twotone.hgi-croissant:after {
  content: "\42e4";
}
.hgi-twotone.hgi-croissant:before {
  content: "\42e5";
}
.hgi-twotone.hgi-crop:after {
  content: "\42e6";
}
.hgi-twotone.hgi-crop:before {
  content: "\42e7";
}
.hgi-twotone.hgi-crowdfunding:after {
  content: "\42e8";
}
.hgi-twotone.hgi-crowdfunding:before {
  content: "\42e9";
}
.hgi-twotone.hgi-crown:after {
  content: "\42ea";
}
.hgi-twotone.hgi-crown:before {
  content: "\42eb";
}
.hgi-twotone.hgi-crying:after {
  content: "\42ec";
}
.hgi-twotone.hgi-crying:before {
  content: "\42ed";
}
.hgi-twotone.hgi-csv-01:after {
  content: "\42ee";
}
.hgi-twotone.hgi-csv-01:before {
  content: "\42ef";
}
.hgi-twotone.hgi-csv-02:after {
  content: "\42f0";
}
.hgi-twotone.hgi-csv-02:before {
  content: "\42f1";
}
.hgi-twotone.hgi-cube:after {
  content: "\42f2";
}
.hgi-twotone.hgi-cube:before {
  content: "\42f3";
}
.hgi-twotone.hgi-cupcake-01:after {
  content: "\42f4";
}
.hgi-twotone.hgi-cupcake-01:before {
  content: "\42f5";
}
.hgi-twotone.hgi-cupcake-02:after {
  content: "\42f6";
}
.hgi-twotone.hgi-cupcake-02:before {
  content: "\42f7";
}
.hgi-twotone.hgi-cupcake-03:after {
  content: "\42f8";
}
.hgi-twotone.hgi-cupcake-03:before {
  content: "\42f9";
}
.hgi-twotone.hgi-curling:after {
  content: "\42fa";
}
.hgi-twotone.hgi-curling:before {
  content: "\42fb";
}
.hgi-twotone.hgi-cursor-01:after {
  content: "\42fc";
}
.hgi-twotone.hgi-cursor-01:before {
  content: "\42fd";
}
.hgi-twotone.hgi-cursor-02:after {
  content: "\42fe";
}
.hgi-twotone.hgi-cursor-02:before {
  content: "\42ff";
}
.hgi-twotone.hgi-cursor-add-selection-01:after {
  content: "\4300";
}
.hgi-twotone.hgi-cursor-add-selection-01:before {
  content: "\4301";
}
.hgi-twotone.hgi-cursor-add-selection-02:after {
  content: "\4302";
}
.hgi-twotone.hgi-cursor-add-selection-02:before {
  content: "\4303";
}
.hgi-twotone.hgi-cursor-circle-selection-01:after {
  content: "\4304";
}
.hgi-twotone.hgi-cursor-circle-selection-01:before {
  content: "\4305";
}
.hgi-twotone.hgi-cursor-circle-selection-02:after {
  content: "\4306";
}
.hgi-twotone.hgi-cursor-circle-selection-02:before {
  content: "\4307";
}
.hgi-twotone.hgi-cursor-disabled-01:after {
  content: "\4308";
}
.hgi-twotone.hgi-cursor-disabled-01:before {
  content: "\4309";
}
.hgi-twotone.hgi-cursor-disabled-02:after {
  content: "\430a";
}
.hgi-twotone.hgi-cursor-disabled-02:before {
  content: "\430b";
}
.hgi-twotone.hgi-cursor-edit-01:after {
  content: "\430c";
}
.hgi-twotone.hgi-cursor-edit-01:before {
  content: "\430d";
}
.hgi-twotone.hgi-cursor-edit-02:after {
  content: "\430e";
}
.hgi-twotone.hgi-cursor-edit-02:before {
  content: "\430f";
}
.hgi-twotone.hgi-cursor-hold-01:after {
  content: "\4310";
}
.hgi-twotone.hgi-cursor-hold-01:before {
  content: "\4311";
}
.hgi-twotone.hgi-cursor-hold-02:after {
  content: "\4312";
}
.hgi-twotone.hgi-cursor-hold-02:before {
  content: "\4313";
}
.hgi-twotone.hgi-cursor-in-window:after {
  content: "\4314";
}
.hgi-twotone.hgi-cursor-in-window:before {
  content: "\4315";
}
.hgi-twotone.hgi-cursor-info-01:after {
  content: "\4316";
}
.hgi-twotone.hgi-cursor-info-01:before {
  content: "\4317";
}
.hgi-twotone.hgi-cursor-info-02:after {
  content: "\4318";
}
.hgi-twotone.hgi-cursor-info-02:before {
  content: "\4319";
}
.hgi-twotone.hgi-cursor-loading-01:after {
  content: "\431a";
}
.hgi-twotone.hgi-cursor-loading-01:before {
  content: "\431b";
}
.hgi-twotone.hgi-cursor-loading-02:after {
  content: "\431c";
}
.hgi-twotone.hgi-cursor-loading-02:before {
  content: "\431d";
}
.hgi-twotone.hgi-cursor-magic-selection-01:after {
  content: "\431e";
}
.hgi-twotone.hgi-cursor-magic-selection-01:before {
  content: "\431f";
}
.hgi-twotone.hgi-cursor-magic-selection-02:after {
  content: "\4320";
}
.hgi-twotone.hgi-cursor-magic-selection-02:before {
  content: "\4321";
}
.hgi-twotone.hgi-cursor-move-01:after {
  content: "\4322";
}
.hgi-twotone.hgi-cursor-move-01:before {
  content: "\4323";
}
.hgi-twotone.hgi-cursor-move-02:after {
  content: "\4324";
}
.hgi-twotone.hgi-cursor-move-02:before {
  content: "\4325";
}
.hgi-twotone.hgi-cursor-pointer-01:after {
  content: "\4326";
}
.hgi-twotone.hgi-cursor-pointer-01:before {
  content: "\4327";
}
.hgi-twotone.hgi-cursor-pointer-02:after {
  content: "\4328";
}
.hgi-twotone.hgi-cursor-pointer-02:before {
  content: "\4329";
}
.hgi-twotone.hgi-cursor-progress-01:after {
  content: "\432a";
}
.hgi-twotone.hgi-cursor-progress-01:before {
  content: "\432b";
}
.hgi-twotone.hgi-cursor-progress-02:after {
  content: "\432c";
}
.hgi-twotone.hgi-cursor-progress-02:before {
  content: "\432d";
}
.hgi-twotone.hgi-cursor-progress-03:after {
  content: "\432e";
}
.hgi-twotone.hgi-cursor-progress-03:before {
  content: "\432f";
}
.hgi-twotone.hgi-cursor-progress-04:after {
  content: "\4330";
}
.hgi-twotone.hgi-cursor-progress-04:before {
  content: "\4331";
}
.hgi-twotone.hgi-cursor-rectangle-selection-01:after {
  content: "\4332";
}
.hgi-twotone.hgi-cursor-rectangle-selection-01:before {
  content: "\4333";
}
.hgi-twotone.hgi-cursor-rectangle-selection-02:after {
  content: "\4334";
}
.hgi-twotone.hgi-cursor-rectangle-selection-02:before {
  content: "\4335";
}
.hgi-twotone.hgi-cursor-remove-selection-01:after {
  content: "\4336";
}
.hgi-twotone.hgi-cursor-remove-selection-01:before {
  content: "\4337";
}
.hgi-twotone.hgi-cursor-remove-selection-02:after {
  content: "\4338";
}
.hgi-twotone.hgi-cursor-remove-selection-02:before {
  content: "\4339";
}
.hgi-twotone.hgi-cursor-text:after {
  content: "\433a";
}
.hgi-twotone.hgi-cursor-text:before {
  content: "\433b";
}
.hgi-twotone.hgi-curtains:after {
  content: "\433c";
}
.hgi-twotone.hgi-curtains:before {
  content: "\433d";
}
.hgi-twotone.hgi-curvy-left-direction:after {
  content: "\433e";
}
.hgi-twotone.hgi-curvy-left-direction:before {
  content: "\433f";
}
.hgi-twotone.hgi-curvy-left-right-direction:after {
  content: "\4340";
}
.hgi-twotone.hgi-curvy-left-right-direction:before {
  content: "\4341";
}
.hgi-twotone.hgi-curvy-right-direction:after {
  content: "\4342";
}
.hgi-twotone.hgi-curvy-right-direction:before {
  content: "\4343";
}
.hgi-twotone.hgi-curvy-up-down-direction:after {
  content: "\4344";
}
.hgi-twotone.hgi-curvy-up-down-direction:before {
  content: "\4345";
}
.hgi-twotone.hgi-custom-field:after {
  content: "\4346";
}
.hgi-twotone.hgi-custom-field:before {
  content: "\4347";
}
.hgi-twotone.hgi-customer-service-01:after {
  content: "\4348";
}
.hgi-twotone.hgi-customer-service-01:before {
  content: "\4349";
}
.hgi-twotone.hgi-customer-service-02:after {
  content: "\434a";
}
.hgi-twotone.hgi-customer-service-02:before {
  content: "\434b";
}
.hgi-twotone.hgi-customer-service:after {
  content: "\434c";
}
.hgi-twotone.hgi-customer-service:before {
  content: "\434d";
}
.hgi-twotone.hgi-customer-support:after {
  content: "\434e";
}
.hgi-twotone.hgi-customer-support:before {
  content: "\434f";
}
.hgi-twotone.hgi-customize:after {
  content: "\4350";
}
.hgi-twotone.hgi-customize:before {
  content: "\4351";
}
.hgi-twotone.hgi-cylinder-01:after {
  content: "\4352";
}
.hgi-twotone.hgi-cylinder-01:before {
  content: "\4353";
}
.hgi-twotone.hgi-cylinder-02:after {
  content: "\4354";
}
.hgi-twotone.hgi-cylinder-02:before {
  content: "\4355";
}
.hgi-twotone.hgi-cylinder-03:after {
  content: "\4356";
}
.hgi-twotone.hgi-cylinder-03:before {
  content: "\4357";
}
.hgi-twotone.hgi-cylinder-04:after {
  content: "\4358";
}
.hgi-twotone.hgi-cylinder-04:before {
  content: "\4359";
}
.hgi-twotone.hgi-danger:after {
  content: "\435a";
}
.hgi-twotone.hgi-danger:before {
  content: "\435b";
}
.hgi-twotone.hgi-dark-mode:after {
  content: "\435c";
}
.hgi-twotone.hgi-dark-mode:before {
  content: "\435d";
}
.hgi-twotone.hgi-dart:after {
  content: "\435e";
}
.hgi-twotone.hgi-dart:before {
  content: "\435f";
}
.hgi-twotone.hgi-dashboard-browsing:after {
  content: "\4360";
}
.hgi-twotone.hgi-dashboard-browsing:before {
  content: "\4361";
}
.hgi-twotone.hgi-dashboard-circle-add:after {
  content: "\4362";
}
.hgi-twotone.hgi-dashboard-circle-add:before {
  content: "\4363";
}
.hgi-twotone.hgi-dashboard-circle-edit:after {
  content: "\4364";
}
.hgi-twotone.hgi-dashboard-circle-edit:before {
  content: "\4365";
}
.hgi-twotone.hgi-dashboard-circle-remove:after {
  content: "\4366";
}
.hgi-twotone.hgi-dashboard-circle-remove:before {
  content: "\4367";
}
.hgi-twotone.hgi-dashboard-circle:after {
  content: "\4368";
}
.hgi-twotone.hgi-dashboard-circle-settings:after {
  content: "\4369";
}
.hgi-twotone.hgi-dashboard-circle-settings:before {
  content: "\436a";
}
.hgi-twotone.hgi-dashboard-circle:before {
  content: "\436b";
}
.hgi-twotone.hgi-dashboard-speed-01:after {
  content: "\436c";
}
.hgi-twotone.hgi-dashboard-speed-01:before {
  content: "\436d";
}
.hgi-twotone.hgi-dashboard-speed-02:after {
  content: "\436e";
}
.hgi-twotone.hgi-dashboard-speed-02:before {
  content: "\436f";
}
.hgi-twotone.hgi-dashboard-square-01:after {
  content: "\4370";
}
.hgi-twotone.hgi-dashboard-square-01:before {
  content: "\4371";
}
.hgi-twotone.hgi-dashboard-square-02:after {
  content: "\4372";
}
.hgi-twotone.hgi-dashboard-square-02:before {
  content: "\4373";
}
.hgi-twotone.hgi-dashboard-square-03:after {
  content: "\4374";
}
.hgi-twotone.hgi-dashboard-square-03:before {
  content: "\4375";
}
.hgi-twotone.hgi-dashboard-square-add:after {
  content: "\4376";
}
.hgi-twotone.hgi-dashboard-square-add:before {
  content: "\4377";
}
.hgi-twotone.hgi-dashboard-square-edit:after {
  content: "\4378";
}
.hgi-twotone.hgi-dashboard-square-edit:before {
  content: "\4379";
}
.hgi-twotone.hgi-dashboard-square-remove:after {
  content: "\437a";
}
.hgi-twotone.hgi-dashboard-square-remove:before {
  content: "\437b";
}
.hgi-twotone.hgi-dashboard-square-setting:after {
  content: "\437c";
}
.hgi-twotone.hgi-dashboard-square-setting:before {
  content: "\437d";
}
.hgi-twotone.hgi-dashed-line-01:after {
  content: "\437e";
}
.hgi-twotone.hgi-dashed-line-01:before {
  content: "\437f";
}
.hgi-twotone.hgi-dashed-line-02:after {
  content: "\4380";
}
.hgi-twotone.hgi-dashed-line-02:before {
  content: "\4381";
}
.hgi-twotone.hgi-dashed-line-circle:after {
  content: "\4382";
}
.hgi-twotone.hgi-dashed-line-circle:before {
  content: "\4383";
}
.hgi-twotone.hgi-data-recovery:after {
  content: "\4384";
}
.hgi-twotone.hgi-data-recovery:before {
  content: "\4385";
}
.hgi-twotone.hgi-database-01:after {
  content: "\4386";
}
.hgi-twotone.hgi-database-01:before {
  content: "\4387";
}
.hgi-twotone.hgi-database-02:after {
  content: "\4388";
}
.hgi-twotone.hgi-database-02:before {
  content: "\4389";
}
.hgi-twotone.hgi-database-add:after {
  content: "\438a";
}
.hgi-twotone.hgi-database-add:before {
  content: "\438b";
}
.hgi-twotone.hgi-database-export:after {
  content: "\438c";
}
.hgi-twotone.hgi-database-export:before {
  content: "\438d";
}
.hgi-twotone.hgi-database-import:after {
  content: "\438e";
}
.hgi-twotone.hgi-database-import:before {
  content: "\438f";
}
.hgi-twotone.hgi-database-locked:after {
  content: "\4390";
}
.hgi-twotone.hgi-database-locked:before {
  content: "\4391";
}
.hgi-twotone.hgi-database-restore:after {
  content: "\4392";
}
.hgi-twotone.hgi-database-restore:before {
  content: "\4393";
}
.hgi-twotone.hgi-database:after {
  content: "\4394";
}
.hgi-twotone.hgi-database-setting:after {
  content: "\4395";
}
.hgi-twotone.hgi-database-setting:before {
  content: "\4396";
}
.hgi-twotone.hgi-database-sync-01:after {
  content: "\4397";
}
.hgi-twotone.hgi-database-sync-01:before {
  content: "\4398";
}
.hgi-twotone.hgi-database-sync:after {
  content: "\4399";
}
.hgi-twotone.hgi-database-sync:before {
  content: "\439a";
}
.hgi-twotone.hgi-database:before {
  content: "\439b";
}
.hgi-twotone.hgi-date-time:after {
  content: "\439c";
}
.hgi-twotone.hgi-date-time:before {
  content: "\439d";
}
.hgi-twotone.hgi-dates:after {
  content: "\439e";
}
.hgi-twotone.hgi-dates:before {
  content: "\439f";
}
.hgi-twotone.hgi-datev:after {
  content: "\43a0";
}
.hgi-twotone.hgi-datev:before {
  content: "\43a1";
}
.hgi-twotone.hgi-dead:after {
  content: "\43a2";
}
.hgi-twotone.hgi-dead:before {
  content: "\43a3";
}
.hgi-twotone.hgi-delete-01:after {
  content: "\43a4";
}
.hgi-twotone.hgi-delete-01:before {
  content: "\43a5";
}
.hgi-twotone.hgi-delete-02:after {
  content: "\43a6";
}
.hgi-twotone.hgi-delete-02:before {
  content: "\43a7";
}
.hgi-twotone.hgi-delete-03:after {
  content: "\43a8";
}
.hgi-twotone.hgi-delete-03:before {
  content: "\43a9";
}
.hgi-twotone.hgi-delete-04:after {
  content: "\43aa";
}
.hgi-twotone.hgi-delete-04:before {
  content: "\43ab";
}
.hgi-twotone.hgi-delete-column:after {
  content: "\43ac";
}
.hgi-twotone.hgi-delete-column:before {
  content: "\43ad";
}
.hgi-twotone.hgi-delete-put-back:after {
  content: "\43ae";
}
.hgi-twotone.hgi-delete-put-back:before {
  content: "\43af";
}
.hgi-twotone.hgi-delete-row:after {
  content: "\43b0";
}
.hgi-twotone.hgi-delete-row:before {
  content: "\43b1";
}
.hgi-twotone.hgi-delete-throw:after {
  content: "\43b2";
}
.hgi-twotone.hgi-delete-throw:before {
  content: "\43b3";
}
.hgi-twotone.hgi-delivered-sent:after {
  content: "\43b4";
}
.hgi-twotone.hgi-delivered-sent:before {
  content: "\43b5";
}
.hgi-twotone.hgi-delivery-box-01:after {
  content: "\43b6";
}
.hgi-twotone.hgi-delivery-box-01:before {
  content: "\43b7";
}
.hgi-twotone.hgi-delivery-box-02:after {
  content: "\43b8";
}
.hgi-twotone.hgi-delivery-box-02:before {
  content: "\43b9";
}
.hgi-twotone.hgi-delivery-delay-01:after {
  content: "\43ba";
}
.hgi-twotone.hgi-delivery-delay-01:before {
  content: "\43bb";
}
.hgi-twotone.hgi-delivery-delay-02:after {
  content: "\43bc";
}
.hgi-twotone.hgi-delivery-delay-02:before {
  content: "\43bd";
}
.hgi-twotone.hgi-delivery-return-01:after {
  content: "\43be";
}
.hgi-twotone.hgi-delivery-return-01:before {
  content: "\43bf";
}
.hgi-twotone.hgi-delivery-return-02:after {
  content: "\43c0";
}
.hgi-twotone.hgi-delivery-return-02:before {
  content: "\43c1";
}
.hgi-twotone.hgi-delivery-secure-01:after {
  content: "\43c2";
}
.hgi-twotone.hgi-delivery-secure-01:before {
  content: "\43c3";
}
.hgi-twotone.hgi-delivery-secure-02:after {
  content: "\43c4";
}
.hgi-twotone.hgi-delivery-secure-02:before {
  content: "\43c5";
}
.hgi-twotone.hgi-delivery-sent-01:after {
  content: "\43c6";
}
.hgi-twotone.hgi-delivery-sent-01:before {
  content: "\43c7";
}
.hgi-twotone.hgi-delivery-sent-02:after {
  content: "\43c8";
}
.hgi-twotone.hgi-delivery-sent-02:before {
  content: "\43c9";
}
.hgi-twotone.hgi-delivery-tracking-01:after {
  content: "\43ca";
}
.hgi-twotone.hgi-delivery-tracking-01:before {
  content: "\43cb";
}
.hgi-twotone.hgi-delivery-tracking-02:after {
  content: "\43cc";
}
.hgi-twotone.hgi-delivery-tracking-02:before {
  content: "\43cd";
}
.hgi-twotone.hgi-delivery-truck-01:after {
  content: "\43ce";
}
.hgi-twotone.hgi-delivery-truck-01:before {
  content: "\43cf";
}
.hgi-twotone.hgi-delivery-truck-02:after {
  content: "\43d0";
}
.hgi-twotone.hgi-delivery-truck-02:before {
  content: "\43d1";
}
.hgi-twotone.hgi-delivery-view-01:after {
  content: "\43d2";
}
.hgi-twotone.hgi-delivery-view-01:before {
  content: "\43d3";
}
.hgi-twotone.hgi-delivery-view-02:after {
  content: "\43d4";
}
.hgi-twotone.hgi-delivery-view-02:before {
  content: "\43d5";
}
.hgi-twotone.hgi-dental-braces:after {
  content: "\43d6";
}
.hgi-twotone.hgi-dental-braces:before {
  content: "\43d7";
}
.hgi-twotone.hgi-dental-broken-tooth:after {
  content: "\43d8";
}
.hgi-twotone.hgi-dental-broken-tooth:before {
  content: "\43d9";
}
.hgi-twotone.hgi-dental-care:after {
  content: "\43da";
}
.hgi-twotone.hgi-dental-care:before {
  content: "\43db";
}
.hgi-twotone.hgi-dental-tooth:after {
  content: "\43dc";
}
.hgi-twotone.hgi-dental-tooth:before {
  content: "\43dd";
}
.hgi-twotone.hgi-departement:after {
  content: "\43de";
}
.hgi-twotone.hgi-departement:before {
  content: "\43df";
}
.hgi-twotone.hgi-desert:after {
  content: "\43e0";
}
.hgi-twotone.hgi-desert:before {
  content: "\43e1";
}
.hgi-twotone.hgi-desk-01:after {
  content: "\43e2";
}
.hgi-twotone.hgi-desk-01:before {
  content: "\43e3";
}
.hgi-twotone.hgi-desk-02:after {
  content: "\43e4";
}
.hgi-twotone.hgi-desk-02:before {
  content: "\43e5";
}
.hgi-twotone.hgi-desk:after {
  content: "\43e6";
}
.hgi-twotone.hgi-desk:before {
  content: "\43e7";
}
.hgi-twotone.hgi-developer:after {
  content: "\43e8";
}
.hgi-twotone.hgi-developer:before {
  content: "\43e9";
}
.hgi-twotone.hgi-deviantart:after {
  content: "\43ea";
}
.hgi-twotone.hgi-deviantart:before {
  content: "\43eb";
}
.hgi-twotone.hgi-device-access:after {
  content: "\43ec";
}
.hgi-twotone.hgi-device-access:before {
  content: "\43ed";
}
.hgi-twotone.hgi-diagonal-scroll-point-01:after {
  content: "\43ee";
}
.hgi-twotone.hgi-diagonal-scroll-point-01:before {
  content: "\43ef";
}
.hgi-twotone.hgi-diagonal-scroll-point-02:after {
  content: "\43f0";
}
.hgi-twotone.hgi-diagonal-scroll-point-02:before {
  content: "\43f1";
}
.hgi-twotone.hgi-dialpad-circle-01:after {
  content: "\43f2";
}
.hgi-twotone.hgi-dialpad-circle-01:before {
  content: "\43f3";
}
.hgi-twotone.hgi-dialpad-circle-02:after {
  content: "\43f4";
}
.hgi-twotone.hgi-dialpad-circle-02:before {
  content: "\43f5";
}
.hgi-twotone.hgi-dialpad-square-01:after {
  content: "\43f6";
}
.hgi-twotone.hgi-dialpad-square-01:before {
  content: "\43f7";
}
.hgi-twotone.hgi-dialpad-square-02:after {
  content: "\43f8";
}
.hgi-twotone.hgi-dialpad-square-02:before {
  content: "\43f9";
}
.hgi-twotone.hgi-diameter:after {
  content: "\43fa";
}
.hgi-twotone.hgi-diameter:before {
  content: "\43fb";
}
.hgi-twotone.hgi-diamond-01:after {
  content: "\43fc";
}
.hgi-twotone.hgi-diamond-01:before {
  content: "\43fd";
}
.hgi-twotone.hgi-diamond-02:after {
  content: "\43fe";
}
.hgi-twotone.hgi-diamond-02:before {
  content: "\43ff";
}
.hgi-twotone.hgi-diamond:after {
  content: "\4400";
}
.hgi-twotone.hgi-diamond:before {
  content: "\4401";
}
.hgi-twotone.hgi-diaper:after {
  content: "\4402";
}
.hgi-twotone.hgi-diaper:before {
  content: "\4403";
}
.hgi-twotone.hgi-dice-faces-01:after {
  content: "\4404";
}
.hgi-twotone.hgi-dice-faces-01:before {
  content: "\4405";
}
.hgi-twotone.hgi-dice-faces-02:after {
  content: "\4406";
}
.hgi-twotone.hgi-dice-faces-02:before {
  content: "\4407";
}
.hgi-twotone.hgi-dice-faces-03:after {
  content: "\4408";
}
.hgi-twotone.hgi-dice-faces-03:before {
  content: "\4409";
}
.hgi-twotone.hgi-dice-faces-04:after {
  content: "\440a";
}
.hgi-twotone.hgi-dice-faces-04:before {
  content: "\440b";
}
.hgi-twotone.hgi-dice-faces-05:after {
  content: "\440c";
}
.hgi-twotone.hgi-dice-faces-05:before {
  content: "\440d";
}
.hgi-twotone.hgi-dice-faces-06:after {
  content: "\440e";
}
.hgi-twotone.hgi-dice-faces-06:before {
  content: "\440f";
}
.hgi-twotone.hgi-dice:after {
  content: "\4410";
}
.hgi-twotone.hgi-dice:before {
  content: "\4411";
}
.hgi-twotone.hgi-digestion:after {
  content: "\4412";
}
.hgi-twotone.hgi-digestion:before {
  content: "\4413";
}
.hgi-twotone.hgi-digg:after {
  content: "\4414";
}
.hgi-twotone.hgi-digg:before {
  content: "\4415";
}
.hgi-twotone.hgi-digital-clock:after {
  content: "\4416";
}
.hgi-twotone.hgi-digital-clock:before {
  content: "\4417";
}
.hgi-twotone.hgi-dim-sum-01:after {
  content: "\4418";
}
.hgi-twotone.hgi-dim-sum-01:before {
  content: "\4419";
}
.hgi-twotone.hgi-dim-sum-02:after {
  content: "\441a";
}
.hgi-twotone.hgi-dim-sum-02:before {
  content: "\441b";
}
.hgi-twotone.hgi-dining-table:after {
  content: "\441c";
}
.hgi-twotone.hgi-dining-table:before {
  content: "\441d";
}
.hgi-twotone.hgi-diploma:after {
  content: "\441e";
}
.hgi-twotone.hgi-diploma:before {
  content: "\441f";
}
.hgi-twotone.hgi-direction-left-01:after {
  content: "\4420";
}
.hgi-twotone.hgi-direction-left-01:before {
  content: "\4421";
}
.hgi-twotone.hgi-direction-left-02:after {
  content: "\4422";
}
.hgi-twotone.hgi-direction-left-02:before {
  content: "\4423";
}
.hgi-twotone.hgi-direction-right-01:after {
  content: "\4424";
}
.hgi-twotone.hgi-direction-right-01:before {
  content: "\4425";
}
.hgi-twotone.hgi-direction-right-02:after {
  content: "\4426";
}
.hgi-twotone.hgi-direction-right-02:before {
  content: "\4427";
}
.hgi-twotone.hgi-directions-01:after {
  content: "\4428";
}
.hgi-twotone.hgi-directions-01:before {
  content: "\4429";
}
.hgi-twotone.hgi-directions-02:after {
  content: "\442a";
}
.hgi-twotone.hgi-directions-02:before {
  content: "\442b";
}
.hgi-twotone.hgi-dirham:after {
  content: "\442c";
}
.hgi-twotone.hgi-dirham:before {
  content: "\442d";
}
.hgi-twotone.hgi-disability-01:after {
  content: "\442e";
}
.hgi-twotone.hgi-disability-01:before {
  content: "\442f";
}
.hgi-twotone.hgi-disability-02:after {
  content: "\4430";
}
.hgi-twotone.hgi-disability-02:before {
  content: "\4431";
}
.hgi-twotone.hgi-discord:after {
  content: "\4432";
}
.hgi-twotone.hgi-discord:before {
  content: "\4433";
}
.hgi-twotone.hgi-discount-01:after {
  content: "\4434";
}
.hgi-twotone.hgi-discount-01:before {
  content: "\4435";
}
.hgi-twotone.hgi-discount:after {
  content: "\4436";
}
.hgi-twotone.hgi-discount-tag-01:after {
  content: "\4437";
}
.hgi-twotone.hgi-discount-tag-01:before {
  content: "\4438";
}
.hgi-twotone.hgi-discount-tag-02:after {
  content: "\4439";
}
.hgi-twotone.hgi-discount-tag-02:before {
  content: "\443a";
}
.hgi-twotone.hgi-discount:before {
  content: "\443b";
}
.hgi-twotone.hgi-discover-circle:after {
  content: "\443c";
}
.hgi-twotone.hgi-discover-circle:before {
  content: "\443d";
}
.hgi-twotone.hgi-discover-square:after {
  content: "\443e";
}
.hgi-twotone.hgi-discover-square:before {
  content: "\443f";
}
.hgi-twotone.hgi-dish-01:after {
  content: "\4440";
}
.hgi-twotone.hgi-dish-01:before {
  content: "\4441";
}
.hgi-twotone.hgi-dish-02:after {
  content: "\4442";
}
.hgi-twotone.hgi-dish-02:before {
  content: "\4443";
}
.hgi-twotone.hgi-dish-washer:after {
  content: "\4444";
}
.hgi-twotone.hgi-dish-washer:before {
  content: "\4445";
}
.hgi-twotone.hgi-displeased:after {
  content: "\4446";
}
.hgi-twotone.hgi-displeased:before {
  content: "\4447";
}
.hgi-twotone.hgi-distribute-horizontal-center:after {
  content: "\4448";
}
.hgi-twotone.hgi-distribute-horizontal-center:before {
  content: "\4449";
}
.hgi-twotone.hgi-distribute-horizontal-left:after {
  content: "\444a";
}
.hgi-twotone.hgi-distribute-horizontal-left:before {
  content: "\444b";
}
.hgi-twotone.hgi-distribute-horizontal-right:after {
  content: "\444c";
}
.hgi-twotone.hgi-distribute-horizontal-right:before {
  content: "\444d";
}
.hgi-twotone.hgi-distribute-vertical-bottom:after {
  content: "\444e";
}
.hgi-twotone.hgi-distribute-vertical-bottom:before {
  content: "\444f";
}
.hgi-twotone.hgi-distribute-vertical-center:after {
  content: "\4450";
}
.hgi-twotone.hgi-distribute-vertical-center:before {
  content: "\4451";
}
.hgi-twotone.hgi-distribute-vertical-top:after {
  content: "\4452";
}
.hgi-twotone.hgi-distribute-vertical-top:before {
  content: "\4453";
}
.hgi-twotone.hgi-distribution:after {
  content: "\4454";
}
.hgi-twotone.hgi-distribution:before {
  content: "\4455";
}
.hgi-twotone.hgi-divide-sign-circle:after {
  content: "\4456";
}
.hgi-twotone.hgi-divide-sign-circle:before {
  content: "\4457";
}
.hgi-twotone.hgi-divide-sign:after {
  content: "\4458";
}
.hgi-twotone.hgi-divide-sign-square:after {
  content: "\4459";
}
.hgi-twotone.hgi-divide-sign-square:before {
  content: "\445a";
}
.hgi-twotone.hgi-divide-sign:before {
  content: "\445b";
}
.hgi-twotone.hgi-dna-01:after {
  content: "\445c";
}
.hgi-twotone.hgi-dna-01:before {
  content: "\445d";
}
.hgi-twotone.hgi-dna:after {
  content: "\445e";
}
.hgi-twotone.hgi-dna:before {
  content: "\445f";
}
.hgi-twotone.hgi-do-not-touch-01:after {
  content: "\4460";
}
.hgi-twotone.hgi-do-not-touch-01:before {
  content: "\4461";
}
.hgi-twotone.hgi-do-not-touch-02:after {
  content: "\4462";
}
.hgi-twotone.hgi-do-not-touch-02:before {
  content: "\4463";
}
.hgi-twotone.hgi-doc-01:after {
  content: "\4464";
}
.hgi-twotone.hgi-doc-01:before {
  content: "\4465";
}
.hgi-twotone.hgi-doc-02:after {
  content: "\4466";
}
.hgi-twotone.hgi-doc-02:before {
  content: "\4467";
}
.hgi-twotone.hgi-doctor-01:after {
  content: "\4468";
}
.hgi-twotone.hgi-doctor-01:before {
  content: "\4469";
}
.hgi-twotone.hgi-doctor-02:after {
  content: "\446a";
}
.hgi-twotone.hgi-doctor-02:before {
  content: "\446b";
}
.hgi-twotone.hgi-doctor-03:after {
  content: "\446c";
}
.hgi-twotone.hgi-doctor-03:before {
  content: "\446d";
}
.hgi-twotone.hgi-document-attachment:after {
  content: "\446e";
}
.hgi-twotone.hgi-document-attachment:before {
  content: "\446f";
}
.hgi-twotone.hgi-document-code:after {
  content: "\4470";
}
.hgi-twotone.hgi-document-code:before {
  content: "\4471";
}
.hgi-twotone.hgi-document-validation:after {
  content: "\4472";
}
.hgi-twotone.hgi-document-validation:before {
  content: "\4473";
}
.hgi-twotone.hgi-dollar-01:after {
  content: "\4474";
}
.hgi-twotone.hgi-dollar-01:before {
  content: "\4475";
}
.hgi-twotone.hgi-dollar-02:after {
  content: "\4476";
}
.hgi-twotone.hgi-dollar-02:before {
  content: "\4477";
}
.hgi-twotone.hgi-dollar-circle:after {
  content: "\4478";
}
.hgi-twotone.hgi-dollar-circle:before {
  content: "\4479";
}
.hgi-twotone.hgi-dollar-receive-01:after {
  content: "\447a";
}
.hgi-twotone.hgi-dollar-receive-01:before {
  content: "\447b";
}
.hgi-twotone.hgi-dollar-receive-02:after {
  content: "\447c";
}
.hgi-twotone.hgi-dollar-receive-02:before {
  content: "\447d";
}
.hgi-twotone.hgi-dollar-send-01:after {
  content: "\447e";
}
.hgi-twotone.hgi-dollar-send-01:before {
  content: "\447f";
}
.hgi-twotone.hgi-dollar-send-02:after {
  content: "\4480";
}
.hgi-twotone.hgi-dollar-send-02:before {
  content: "\4481";
}
.hgi-twotone.hgi-dollar-square:after {
  content: "\4482";
}
.hgi-twotone.hgi-dollar-square:before {
  content: "\4483";
}
.hgi-twotone.hgi-dome:after {
  content: "\4484";
}
.hgi-twotone.hgi-dome:before {
  content: "\4485";
}
.hgi-twotone.hgi-domino:after {
  content: "\4486";
}
.hgi-twotone.hgi-domino:before {
  content: "\4487";
}
.hgi-twotone.hgi-door-01:after {
  content: "\4488";
}
.hgi-twotone.hgi-door-01:before {
  content: "\4489";
}
.hgi-twotone.hgi-door-02:after {
  content: "\448a";
}
.hgi-twotone.hgi-door-02:before {
  content: "\448b";
}
.hgi-twotone.hgi-door-lock:after {
  content: "\448c";
}
.hgi-twotone.hgi-door-lock:before {
  content: "\448d";
}
.hgi-twotone.hgi-door:after {
  content: "\448e";
}
.hgi-twotone.hgi-door:before {
  content: "\448f";
}
.hgi-twotone.hgi-doughnut:after {
  content: "\4490";
}
.hgi-twotone.hgi-doughnut:before {
  content: "\4491";
}
.hgi-twotone.hgi-download-01:after {
  content: "\4492";
}
.hgi-twotone.hgi-download-01:before {
  content: "\4493";
}
.hgi-twotone.hgi-download-02:after {
  content: "\4494";
}
.hgi-twotone.hgi-download-02:before {
  content: "\4495";
}
.hgi-twotone.hgi-download-03:after {
  content: "\4496";
}
.hgi-twotone.hgi-download-03:before {
  content: "\4497";
}
.hgi-twotone.hgi-download-04:after {
  content: "\4498";
}
.hgi-twotone.hgi-download-04:before {
  content: "\4499";
}
.hgi-twotone.hgi-download-05:after {
  content: "\449a";
}
.hgi-twotone.hgi-download-05:before {
  content: "\449b";
}
.hgi-twotone.hgi-download-circle-01:after {
  content: "\449c";
}
.hgi-twotone.hgi-download-circle-01:before {
  content: "\449d";
}
.hgi-twotone.hgi-download-circle-02:after {
  content: "\449e";
}
.hgi-twotone.hgi-download-circle-02:before {
  content: "\449f";
}
.hgi-twotone.hgi-download-square-01:after {
  content: "\44a0";
}
.hgi-twotone.hgi-download-square-01:before {
  content: "\44a1";
}
.hgi-twotone.hgi-download-square-02:after {
  content: "\44a2";
}
.hgi-twotone.hgi-download-square-02:before {
  content: "\44a3";
}
.hgi-twotone.hgi-drag-01:after {
  content: "\44a4";
}
.hgi-twotone.hgi-drag-01:before {
  content: "\44a5";
}
.hgi-twotone.hgi-drag-02:after {
  content: "\44a6";
}
.hgi-twotone.hgi-drag-02:before {
  content: "\44a7";
}
.hgi-twotone.hgi-drag-03:after {
  content: "\44a8";
}
.hgi-twotone.hgi-drag-03:before {
  content: "\44a9";
}
.hgi-twotone.hgi-drag-04:after {
  content: "\44aa";
}
.hgi-twotone.hgi-drag-04:before {
  content: "\44ab";
}
.hgi-twotone.hgi-drag-drop-horizontal:after {
  content: "\44ac";
}
.hgi-twotone.hgi-drag-drop-horizontal:before {
  content: "\44ad";
}
.hgi-twotone.hgi-drag-drop:after {
  content: "\44ae";
}
.hgi-twotone.hgi-drag-drop-vertical:after {
  content: "\44af";
}
.hgi-twotone.hgi-drag-drop-vertical:before {
  content: "\44b0";
}
.hgi-twotone.hgi-drag-drop:before {
  content: "\44b1";
}
.hgi-twotone.hgi-drag-left-01:after {
  content: "\44b2";
}
.hgi-twotone.hgi-drag-left-01:before {
  content: "\44b3";
}
.hgi-twotone.hgi-drag-left-02:after {
  content: "\44b4";
}
.hgi-twotone.hgi-drag-left-02:before {
  content: "\44b5";
}
.hgi-twotone.hgi-drag-left-03:after {
  content: "\44b6";
}
.hgi-twotone.hgi-drag-left-03:before {
  content: "\44b7";
}
.hgi-twotone.hgi-drag-left-04:after {
  content: "\44b8";
}
.hgi-twotone.hgi-drag-left-04:before {
  content: "\44b9";
}
.hgi-twotone.hgi-drag-right-01:after {
  content: "\44ba";
}
.hgi-twotone.hgi-drag-right-01:before {
  content: "\44bb";
}
.hgi-twotone.hgi-drag-right-02:after {
  content: "\44bc";
}
.hgi-twotone.hgi-drag-right-02:before {
  content: "\44bd";
}
.hgi-twotone.hgi-drag-right-03:after {
  content: "\44be";
}
.hgi-twotone.hgi-drag-right-03:before {
  content: "\44bf";
}
.hgi-twotone.hgi-drag-right-04:after {
  content: "\44c0";
}
.hgi-twotone.hgi-drag-right-04:before {
  content: "\44c1";
}
.hgi-twotone.hgi-drawing-compass:after {
  content: "\44c2";
}
.hgi-twotone.hgi-drawing-compass:before {
  content: "\44c3";
}
.hgi-twotone.hgi-drawing-mode:after {
  content: "\44c4";
}
.hgi-twotone.hgi-drawing-mode:before {
  content: "\44c5";
}
.hgi-twotone.hgi-dress-01:after {
  content: "\44c6";
}
.hgi-twotone.hgi-dress-01:before {
  content: "\44c7";
}
.hgi-twotone.hgi-dress-02:after {
  content: "\44c8";
}
.hgi-twotone.hgi-dress-02:before {
  content: "\44c9";
}
.hgi-twotone.hgi-dress-03:after {
  content: "\44ca";
}
.hgi-twotone.hgi-dress-03:before {
  content: "\44cb";
}
.hgi-twotone.hgi-dress-04:after {
  content: "\44cc";
}
.hgi-twotone.hgi-dress-04:before {
  content: "\44cd";
}
.hgi-twotone.hgi-dress-05:after {
  content: "\44ce";
}
.hgi-twotone.hgi-dress-05:before {
  content: "\44cf";
}
.hgi-twotone.hgi-dress-06:after {
  content: "\44d0";
}
.hgi-twotone.hgi-dress-06:before {
  content: "\44d1";
}
.hgi-twotone.hgi-dress-07:after {
  content: "\44d2";
}
.hgi-twotone.hgi-dress-07:before {
  content: "\44d3";
}
.hgi-twotone.hgi-dressing-table-01:after {
  content: "\44d4";
}
.hgi-twotone.hgi-dressing-table-01:before {
  content: "\44d5";
}
.hgi-twotone.hgi-dressing-table-02:after {
  content: "\44d6";
}
.hgi-twotone.hgi-dressing-table-02:before {
  content: "\44d7";
}
.hgi-twotone.hgi-dressing-table-03:after {
  content: "\44d8";
}
.hgi-twotone.hgi-dressing-table-03:before {
  content: "\44d9";
}
.hgi-twotone.hgi-dribbble:after {
  content: "\44da";
}
.hgi-twotone.hgi-dribbble:before {
  content: "\44db";
}
.hgi-twotone.hgi-drink:after {
  content: "\44dc";
}
.hgi-twotone.hgi-drink:before {
  content: "\44dd";
}
.hgi-twotone.hgi-drone:after {
  content: "\44de";
}
.hgi-twotone.hgi-drone:before {
  content: "\44df";
}
.hgi-twotone.hgi-drooling:after {
  content: "\44e0";
}
.hgi-twotone.hgi-drooling:before {
  content: "\44e1";
}
.hgi-twotone.hgi-dropbox:after {
  content: "\44e2";
}
.hgi-twotone.hgi-dropbox:before {
  content: "\44e3";
}
.hgi-twotone.hgi-droplet:after {
  content: "\44e4";
}
.hgi-twotone.hgi-droplet:before {
  content: "\44e5";
}
.hgi-twotone.hgi-dropper:after {
  content: "\44e6";
}
.hgi-twotone.hgi-dropper:before {
  content: "\44e7";
}
.hgi-twotone.hgi-ds3-tool:after {
  content: "\44e8";
}
.hgi-twotone.hgi-ds3-tool:before {
  content: "\44e9";
}
.hgi-twotone.hgi-dua:after {
  content: "\44ea";
}
.hgi-twotone.hgi-dua:before {
  content: "\44eb";
}
.hgi-twotone.hgi-dumbbell-01:after {
  content: "\44ec";
}
.hgi-twotone.hgi-dumbbell-01:before {
  content: "\44ed";
}
.hgi-twotone.hgi-dumbbell-02:after {
  content: "\44ee";
}
.hgi-twotone.hgi-dumbbell-02:before {
  content: "\44ef";
}
.hgi-twotone.hgi-dumbbell-03:after {
  content: "\44f0";
}
.hgi-twotone.hgi-dumbbell-03:before {
  content: "\44f1";
}
.hgi-twotone.hgi-ear-rings-01:after {
  content: "\44f2";
}
.hgi-twotone.hgi-ear-rings-01:before {
  content: "\44f3";
}
.hgi-twotone.hgi-ear-rings-02:after {
  content: "\44f4";
}
.hgi-twotone.hgi-ear-rings-02:before {
  content: "\44f5";
}
.hgi-twotone.hgi-ear-rings-03:after {
  content: "\44f6";
}
.hgi-twotone.hgi-ear-rings-03:before {
  content: "\44f7";
}
.hgi-twotone.hgi-ear:after {
  content: "\44f8";
}
.hgi-twotone.hgi-ear:before {
  content: "\44f9";
}
.hgi-twotone.hgi-earth:after {
  content: "\44fa";
}
.hgi-twotone.hgi-earth:before {
  content: "\44fb";
}
.hgi-twotone.hgi-ease-curve-control-points:after {
  content: "\44fc";
}
.hgi-twotone.hgi-ease-curve-control-points:before {
  content: "\44fd";
}
.hgi-twotone.hgi-ease-in-control-point:after {
  content: "\44fe";
}
.hgi-twotone.hgi-ease-in-control-point:before {
  content: "\44ff";
}
.hgi-twotone.hgi-ease-in-out:after {
  content: "\4500";
}
.hgi-twotone.hgi-ease-in-out:before {
  content: "\4501";
}
.hgi-twotone.hgi-ease-in:after {
  content: "\4502";
}
.hgi-twotone.hgi-ease-in:before {
  content: "\4503";
}
.hgi-twotone.hgi-ease-out-control-point:after {
  content: "\4504";
}
.hgi-twotone.hgi-ease-out-control-point:before {
  content: "\4505";
}
.hgi-twotone.hgi-ease-out:after {
  content: "\4506";
}
.hgi-twotone.hgi-ease-out:before {
  content: "\4507";
}
.hgi-twotone.hgi-eco-energy:after {
  content: "\4508";
}
.hgi-twotone.hgi-eco-energy:before {
  content: "\4509";
}
.hgi-twotone.hgi-eco-lab-01:after {
  content: "\450a";
}
.hgi-twotone.hgi-eco-lab-01:before {
  content: "\450b";
}
.hgi-twotone.hgi-eco-lab-02:after {
  content: "\450c";
}
.hgi-twotone.hgi-eco-lab-02:before {
  content: "\450d";
}
.hgi-twotone.hgi-eco-lab:after {
  content: "\450e";
}
.hgi-twotone.hgi-eco-lab:before {
  content: "\450f";
}
.hgi-twotone.hgi-eco-power:after {
  content: "\4510";
}
.hgi-twotone.hgi-eco-power:before {
  content: "\4511";
}
.hgi-twotone.hgi-edge-style:after {
  content: "\4512";
}
.hgi-twotone.hgi-edge-style:before {
  content: "\4513";
}
.hgi-twotone.hgi-edit-01:after {
  content: "\4514";
}
.hgi-twotone.hgi-edit-01:before {
  content: "\4515";
}
.hgi-twotone.hgi-edit-02:after {
  content: "\4516";
}
.hgi-twotone.hgi-edit-02:before {
  content: "\4517";
}
.hgi-twotone.hgi-edit-off:after {
  content: "\4518";
}
.hgi-twotone.hgi-edit-off:before {
  content: "\4519";
}
.hgi-twotone.hgi-edit-road:after {
  content: "\451a";
}
.hgi-twotone.hgi-edit-road:before {
  content: "\451b";
}
.hgi-twotone.hgi-edit-table:after {
  content: "\451c";
}
.hgi-twotone.hgi-edit-table:before {
  content: "\451d";
}
.hgi-twotone.hgi-edit-user-02:after {
  content: "\451e";
}
.hgi-twotone.hgi-edit-user-02:before {
  content: "\451f";
}
.hgi-twotone.hgi-eggs:after {
  content: "\4520";
}
.hgi-twotone.hgi-eggs:before {
  content: "\4521";
}
.hgi-twotone.hgi-eid-mubarak:after {
  content: "\4522";
}
.hgi-twotone.hgi-eid-mubarak:before {
  content: "\4523";
}
.hgi-twotone.hgi-eiffel-tower:after {
  content: "\4524";
}
.hgi-twotone.hgi-eiffel-tower:before {
  content: "\4525";
}
.hgi-twotone.hgi-elearning-exchange:after {
  content: "\4526";
}
.hgi-twotone.hgi-elearning-exchange:before {
  content: "\4527";
}
.hgi-twotone.hgi-electric-home-01:after {
  content: "\4528";
}
.hgi-twotone.hgi-electric-home-01:before {
  content: "\4529";
}
.hgi-twotone.hgi-electric-home-02:after {
  content: "\452a";
}
.hgi-twotone.hgi-electric-home-02:before {
  content: "\452b";
}
.hgi-twotone.hgi-electric-plugs:after {
  content: "\452c";
}
.hgi-twotone.hgi-electric-plugs:before {
  content: "\452d";
}
.hgi-twotone.hgi-electric-tower-01:after {
  content: "\452e";
}
.hgi-twotone.hgi-electric-tower-01:before {
  content: "\452f";
}
.hgi-twotone.hgi-electric-tower-02:after {
  content: "\4530";
}
.hgi-twotone.hgi-electric-tower-02:before {
  content: "\4531";
}
.hgi-twotone.hgi-electric-wire:after {
  content: "\4532";
}
.hgi-twotone.hgi-electric-wire:before {
  content: "\4533";
}
.hgi-twotone.hgi-ellipse-selection:after {
  content: "\4534";
}
.hgi-twotone.hgi-ellipse-selection:before {
  content: "\4535";
}
.hgi-twotone.hgi-encrypt:after {
  content: "\4536";
}
.hgi-twotone.hgi-encrypt:before {
  content: "\4537";
}
.hgi-twotone.hgi-energy-ellipse:after {
  content: "\4538";
}
.hgi-twotone.hgi-energy-ellipse:before {
  content: "\4539";
}
.hgi-twotone.hgi-energy-rectangle:after {
  content: "\453a";
}
.hgi-twotone.hgi-energy-rectangle:before {
  content: "\453b";
}
.hgi-twotone.hgi-energy:after {
  content: "\453c";
}
.hgi-twotone.hgi-energy:before {
  content: "\453d";
}
.hgi-twotone.hgi-entering-geo-fence:after {
  content: "\453e";
}
.hgi-twotone.hgi-entering-geo-fence:before {
  content: "\453f";
}
.hgi-twotone.hgi-entrance-stairs:after {
  content: "\4540";
}
.hgi-twotone.hgi-entrance-stairs:before {
  content: "\4541";
}
.hgi-twotone.hgi-envato:after {
  content: "\4542";
}
.hgi-twotone.hgi-envato:before {
  content: "\4543";
}
.hgi-twotone.hgi-equal-sign-circle:after {
  content: "\4544";
}
.hgi-twotone.hgi-equal-sign-circle:before {
  content: "\4545";
}
.hgi-twotone.hgi-equal-sign:after {
  content: "\4546";
}
.hgi-twotone.hgi-equal-sign-square:after {
  content: "\4547";
}
.hgi-twotone.hgi-equal-sign-square:before {
  content: "\4548";
}
.hgi-twotone.hgi-equal-sign:before {
  content: "\4549";
}
.hgi-twotone.hgi-equipment-bench-press:after {
  content: "\454a";
}
.hgi-twotone.hgi-equipment-bench-press:before {
  content: "\454b";
}
.hgi-twotone.hgi-equipment-chest-press:after {
  content: "\454c";
}
.hgi-twotone.hgi-equipment-chest-press:before {
  content: "\454d";
}
.hgi-twotone.hgi-equipment-gym-01:after {
  content: "\454e";
}
.hgi-twotone.hgi-equipment-gym-01:before {
  content: "\454f";
}
.hgi-twotone.hgi-equipment-gym-02:after {
  content: "\4550";
}
.hgi-twotone.hgi-equipment-gym-02:before {
  content: "\4551";
}
.hgi-twotone.hgi-equipment-gym-03:after {
  content: "\4552";
}
.hgi-twotone.hgi-equipment-gym-03:before {
  content: "\4553";
}
.hgi-twotone.hgi-equipment-weightlifting:after {
  content: "\4554";
}
.hgi-twotone.hgi-equipment-weightlifting:before {
  content: "\4555";
}
.hgi-twotone.hgi-eraser-01:after {
  content: "\4556";
}
.hgi-twotone.hgi-eraser-01:before {
  content: "\4557";
}
.hgi-twotone.hgi-eraser-add:after {
  content: "\4558";
}
.hgi-twotone.hgi-eraser-add:before {
  content: "\4559";
}
.hgi-twotone.hgi-eraser-auto:after {
  content: "\455a";
}
.hgi-twotone.hgi-eraser-auto:before {
  content: "\455b";
}
.hgi-twotone.hgi-eraser:after {
  content: "\455c";
}
.hgi-twotone.hgi-eraser:before {
  content: "\455d";
}
.hgi-twotone.hgi-estimate-01:after {
  content: "\455e";
}
.hgi-twotone.hgi-estimate-01:before {
  content: "\455f";
}
.hgi-twotone.hgi-estimate-02:after {
  content: "\4560";
}
.hgi-twotone.hgi-estimate-02:before {
  content: "\4561";
}
.hgi-twotone.hgi-ethereum-ellipse:after {
  content: "\4562";
}
.hgi-twotone.hgi-ethereum-ellipse:before {
  content: "\4563";
}
.hgi-twotone.hgi-ethereum-rectangle:after {
  content: "\4564";
}
.hgi-twotone.hgi-ethereum-rectangle:before {
  content: "\4565";
}
.hgi-twotone.hgi-ethereum:after {
  content: "\4566";
}
.hgi-twotone.hgi-ethereum:before {
  content: "\4567";
}
.hgi-twotone.hgi-euro-circle:after {
  content: "\4568";
}
.hgi-twotone.hgi-euro-circle:before {
  content: "\4569";
}
.hgi-twotone.hgi-euro-receive:after {
  content: "\456a";
}
.hgi-twotone.hgi-euro-receive:before {
  content: "\456b";
}
.hgi-twotone.hgi-euro:after {
  content: "\456c";
}
.hgi-twotone.hgi-euro-send:after {
  content: "\456d";
}
.hgi-twotone.hgi-euro-send:before {
  content: "\456e";
}
.hgi-twotone.hgi-euro-square:after {
  content: "\456f";
}
.hgi-twotone.hgi-euro-square:before {
  content: "\4570";
}
.hgi-twotone.hgi-euro:before {
  content: "\4571";
}
.hgi-twotone.hgi-ev-charging:after {
  content: "\4572";
}
.hgi-twotone.hgi-ev-charging:before {
  content: "\4573";
}
.hgi-twotone.hgi-evil:after {
  content: "\4574";
}
.hgi-twotone.hgi-evil:before {
  content: "\4575";
}
.hgi-twotone.hgi-exchange-01:after {
  content: "\4576";
}
.hgi-twotone.hgi-exchange-01:before {
  content: "\4577";
}
.hgi-twotone.hgi-exchange-02:after {
  content: "\4578";
}
.hgi-twotone.hgi-exchange-02:before {
  content: "\4579";
}
.hgi-twotone.hgi-exchange-03:after {
  content: "\457a";
}
.hgi-twotone.hgi-exchange-03:before {
  content: "\457b";
}
.hgi-twotone.hgi-expander:after {
  content: "\457c";
}
.hgi-twotone.hgi-expander:before {
  content: "\457d";
}
.hgi-twotone.hgi-external-drive:after {
  content: "\457e";
}
.hgi-twotone.hgi-external-drive:before {
  content: "\457f";
}
.hgi-twotone.hgi-eye:after {
  content: "\4580";
}
.hgi-twotone.hgi-eye:before {
  content: "\4581";
}
.hgi-twotone.hgi-face-id:after {
  content: "\4582";
}
.hgi-twotone.hgi-face-id:before {
  content: "\4583";
}
.hgi-twotone.hgi-facebook-01:after {
  content: "\4584";
}
.hgi-twotone.hgi-facebook-01:before {
  content: "\4585";
}
.hgi-twotone.hgi-facebook-02:after {
  content: "\4586";
}
.hgi-twotone.hgi-facebook-02:before {
  content: "\4587";
}
.hgi-twotone.hgi-factory-01:after {
  content: "\4588";
}
.hgi-twotone.hgi-factory-01:before {
  content: "\4589";
}
.hgi-twotone.hgi-factory-02:after {
  content: "\458a";
}
.hgi-twotone.hgi-factory-02:before {
  content: "\458b";
}
.hgi-twotone.hgi-factory:after {
  content: "\458c";
}
.hgi-twotone.hgi-factory:before {
  content: "\458d";
}
.hgi-twotone.hgi-fahrenheit:after {
  content: "\458e";
}
.hgi-twotone.hgi-fahrenheit:before {
  content: "\458f";
}
.hgi-twotone.hgi-falling-star:after {
  content: "\4590";
}
.hgi-twotone.hgi-falling-star:before {
  content: "\4591";
}
.hgi-twotone.hgi-fast-wind:after {
  content: "\4592";
}
.hgi-twotone.hgi-fast-wind:before {
  content: "\4593";
}
.hgi-twotone.hgi-favourite-circle:after {
  content: "\4594";
}
.hgi-twotone.hgi-favourite-circle:before {
  content: "\4595";
}
.hgi-twotone.hgi-favourite:after {
  content: "\4596";
}
.hgi-twotone.hgi-favourite-square:after {
  content: "\4597";
}
.hgi-twotone.hgi-favourite-square:before {
  content: "\4598";
}
.hgi-twotone.hgi-favourite:before {
  content: "\4599";
}
.hgi-twotone.hgi-feather:after {
  content: "\459a";
}
.hgi-twotone.hgi-feather:before {
  content: "\459b";
}
.hgi-twotone.hgi-female-02:after {
  content: "\459c";
}
.hgi-twotone.hgi-female-02:before {
  content: "\459d";
}
.hgi-twotone.hgi-female-symbol:after {
  content: "\459e";
}
.hgi-twotone.hgi-female-symbol:before {
  content: "\459f";
}
.hgi-twotone.hgi-fencing-mask:after {
  content: "\45a0";
}
.hgi-twotone.hgi-fencing-mask:before {
  content: "\45a1";
}
.hgi-twotone.hgi-fencing:after {
  content: "\45a2";
}
.hgi-twotone.hgi-fencing:before {
  content: "\45a3";
}
.hgi-twotone.hgi-ferris-wheel:after {
  content: "\45a4";
}
.hgi-twotone.hgi-ferris-wheel:before {
  content: "\45a5";
}
.hgi-twotone.hgi-ferry-boat:after {
  content: "\45a6";
}
.hgi-twotone.hgi-ferry-boat:before {
  content: "\45a7";
}
.hgi-twotone.hgi-figma:after {
  content: "\45a8";
}
.hgi-twotone.hgi-figma:before {
  content: "\45a9";
}
.hgi-twotone.hgi-file-01:after {
  content: "\45aa";
}
.hgi-twotone.hgi-file-01:before {
  content: "\45ab";
}
.hgi-twotone.hgi-file-02:after {
  content: "\45ac";
}
.hgi-twotone.hgi-file-02:before {
  content: "\45ad";
}
.hgi-twotone.hgi-file-add:after {
  content: "\45ae";
}
.hgi-twotone.hgi-file-add:before {
  content: "\45af";
}
.hgi-twotone.hgi-file-attachment:after {
  content: "\45b0";
}
.hgi-twotone.hgi-file-attachment:before {
  content: "\45b1";
}
.hgi-twotone.hgi-file-audio:after {
  content: "\45b2";
}
.hgi-twotone.hgi-file-audio:before {
  content: "\45b3";
}
.hgi-twotone.hgi-file-bitcoin:after {
  content: "\45b4";
}
.hgi-twotone.hgi-file-bitcoin:before {
  content: "\45b5";
}
.hgi-twotone.hgi-file-block:after {
  content: "\45b6";
}
.hgi-twotone.hgi-file-block:before {
  content: "\45b7";
}
.hgi-twotone.hgi-file-bookmark:after {
  content: "\45b8";
}
.hgi-twotone.hgi-file-bookmark:before {
  content: "\45b9";
}
.hgi-twotone.hgi-file-cloud:after {
  content: "\45ba";
}
.hgi-twotone.hgi-file-cloud:before {
  content: "\45bb";
}
.hgi-twotone.hgi-file-corrupt:after {
  content: "\45bc";
}
.hgi-twotone.hgi-file-corrupt:before {
  content: "\45bd";
}
.hgi-twotone.hgi-file-dollar:after {
  content: "\45be";
}
.hgi-twotone.hgi-file-dollar:before {
  content: "\45bf";
}
.hgi-twotone.hgi-file-download:after {
  content: "\45c0";
}
.hgi-twotone.hgi-file-download:before {
  content: "\45c1";
}
.hgi-twotone.hgi-file-edit:after {
  content: "\45c2";
}
.hgi-twotone.hgi-file-edit:before {
  content: "\45c3";
}
.hgi-twotone.hgi-file-empty-01:after {
  content: "\45c4";
}
.hgi-twotone.hgi-file-empty-01:before {
  content: "\45c5";
}
.hgi-twotone.hgi-file-empty-02:after {
  content: "\45c6";
}
.hgi-twotone.hgi-file-empty-02:before {
  content: "\45c7";
}
.hgi-twotone.hgi-file-euro:after {
  content: "\45c8";
}
.hgi-twotone.hgi-file-euro:before {
  content: "\45c9";
}
.hgi-twotone.hgi-file-export:after {
  content: "\45ca";
}
.hgi-twotone.hgi-file-export:before {
  content: "\45cb";
}
.hgi-twotone.hgi-file-favourite:after {
  content: "\45cc";
}
.hgi-twotone.hgi-file-favourite:before {
  content: "\45cd";
}
.hgi-twotone.hgi-file-import:after {
  content: "\45ce";
}
.hgi-twotone.hgi-file-import:before {
  content: "\45cf";
}
.hgi-twotone.hgi-file-link:after {
  content: "\45d0";
}
.hgi-twotone.hgi-file-link:before {
  content: "\45d1";
}
.hgi-twotone.hgi-file-locked:after {
  content: "\45d2";
}
.hgi-twotone.hgi-file-locked:before {
  content: "\45d3";
}
.hgi-twotone.hgi-file-management:after {
  content: "\45d4";
}
.hgi-twotone.hgi-file-management:before {
  content: "\45d5";
}
.hgi-twotone.hgi-file-minus:after {
  content: "\45d6";
}
.hgi-twotone.hgi-file-minus:before {
  content: "\45d7";
}
.hgi-twotone.hgi-file-music:after {
  content: "\45d8";
}
.hgi-twotone.hgi-file-music:before {
  content: "\45d9";
}
.hgi-twotone.hgi-file-not-found:after {
  content: "\45da";
}
.hgi-twotone.hgi-file-not-found:before {
  content: "\45db";
}
.hgi-twotone.hgi-file-paste:after {
  content: "\45dc";
}
.hgi-twotone.hgi-file-paste:before {
  content: "\45dd";
}
.hgi-twotone.hgi-file-pin:after {
  content: "\45de";
}
.hgi-twotone.hgi-file-pin:before {
  content: "\45df";
}
.hgi-twotone.hgi-file-pound:after {
  content: "\45e0";
}
.hgi-twotone.hgi-file-pound:before {
  content: "\45e1";
}
.hgi-twotone.hgi-file-remove:after {
  content: "\45e2";
}
.hgi-twotone.hgi-file-remove:before {
  content: "\45e3";
}
.hgi-twotone.hgi-file-script:after {
  content: "\45e4";
}
.hgi-twotone.hgi-file-script:before {
  content: "\45e5";
}
.hgi-twotone.hgi-file-search:after {
  content: "\45e6";
}
.hgi-twotone.hgi-file-search:before {
  content: "\45e7";
}
.hgi-twotone.hgi-file-security:after {
  content: "\45e8";
}
.hgi-twotone.hgi-file-security:before {
  content: "\45e9";
}
.hgi-twotone.hgi-file-shredder:after {
  content: "\45ea";
}
.hgi-twotone.hgi-file-shredder:before {
  content: "\45eb";
}
.hgi-twotone.hgi-file-star:after {
  content: "\45ec";
}
.hgi-twotone.hgi-file-star:before {
  content: "\45ed";
}
.hgi-twotone.hgi-file-sync:after {
  content: "\45ee";
}
.hgi-twotone.hgi-file-sync:before {
  content: "\45ef";
}
.hgi-twotone.hgi-file-unknown:after {
  content: "\45f0";
}
.hgi-twotone.hgi-file-unknown:before {
  content: "\45f1";
}
.hgi-twotone.hgi-file-unlocked:after {
  content: "\45f2";
}
.hgi-twotone.hgi-file-unlocked:before {
  content: "\45f3";
}
.hgi-twotone.hgi-file-upload:after {
  content: "\45f4";
}
.hgi-twotone.hgi-file-upload:before {
  content: "\45f5";
}
.hgi-twotone.hgi-file-validation:after {
  content: "\45f6";
}
.hgi-twotone.hgi-file-validation:before {
  content: "\45f7";
}
.hgi-twotone.hgi-file-verified:after {
  content: "\45f8";
}
.hgi-twotone.hgi-file-verified:before {
  content: "\45f9";
}
.hgi-twotone.hgi-file-video:after {
  content: "\45fa";
}
.hgi-twotone.hgi-file-video:before {
  content: "\45fb";
}
.hgi-twotone.hgi-file-view:after {
  content: "\45fc";
}
.hgi-twotone.hgi-file-view:before {
  content: "\45fd";
}
.hgi-twotone.hgi-file-yen:after {
  content: "\45fe";
}
.hgi-twotone.hgi-file-yen:before {
  content: "\45ff";
}
.hgi-twotone.hgi-file-zip:after {
  content: "\4600";
}
.hgi-twotone.hgi-file-zip:before {
  content: "\4601";
}
.hgi-twotone.hgi-files-01:after {
  content: "\4602";
}
.hgi-twotone.hgi-files-01:before {
  content: "\4603";
}
.hgi-twotone.hgi-files-02:after {
  content: "\4604";
}
.hgi-twotone.hgi-files-02:before {
  content: "\4605";
}
.hgi-twotone.hgi-film-01:after {
  content: "\4606";
}
.hgi-twotone.hgi-film-01:before {
  content: "\4607";
}
.hgi-twotone.hgi-film-02:after {
  content: "\4608";
}
.hgi-twotone.hgi-film-02:before {
  content: "\4609";
}
.hgi-twotone.hgi-film-roll-01:after {
  content: "\460a";
}
.hgi-twotone.hgi-film-roll-01:before {
  content: "\460b";
}
.hgi-twotone.hgi-film-roll-02:after {
  content: "\460c";
}
.hgi-twotone.hgi-film-roll-02:before {
  content: "\460d";
}
.hgi-twotone.hgi-filter-add:after {
  content: "\460e";
}
.hgi-twotone.hgi-filter-add:before {
  content: "\460f";
}
.hgi-twotone.hgi-filter-edit:after {
  content: "\4610";
}
.hgi-twotone.hgi-filter-edit:before {
  content: "\4611";
}
.hgi-twotone.hgi-filter-horizontal:after {
  content: "\4612";
}
.hgi-twotone.hgi-filter-horizontal:before {
  content: "\4613";
}
.hgi-twotone.hgi-filter-mail-circle:after {
  content: "\4614";
}
.hgi-twotone.hgi-filter-mail-circle:before {
  content: "\4615";
}
.hgi-twotone.hgi-filter-mail-square:after {
  content: "\4616";
}
.hgi-twotone.hgi-filter-mail-square:before {
  content: "\4617";
}
.hgi-twotone.hgi-filter-remove:after {
  content: "\4618";
}
.hgi-twotone.hgi-filter-remove:before {
  content: "\4619";
}
.hgi-twotone.hgi-filter-reset:after {
  content: "\461a";
}
.hgi-twotone.hgi-filter-reset:before {
  content: "\461b";
}
.hgi-twotone.hgi-filter:after {
  content: "\461c";
}
.hgi-twotone.hgi-filter-vertical:after {
  content: "\461d";
}
.hgi-twotone.hgi-filter-vertical:before {
  content: "\461e";
}
.hgi-twotone.hgi-filter:before {
  content: "\461f";
}
.hgi-twotone.hgi-finger-access:after {
  content: "\4620";
}
.hgi-twotone.hgi-finger-access:before {
  content: "\4621";
}
.hgi-twotone.hgi-finger-print-add:after {
  content: "\4622";
}
.hgi-twotone.hgi-finger-print-add:before {
  content: "\4623";
}
.hgi-twotone.hgi-finger-print-check:after {
  content: "\4624";
}
.hgi-twotone.hgi-finger-print-check:before {
  content: "\4625";
}
.hgi-twotone.hgi-finger-print-minus:after {
  content: "\4626";
}
.hgi-twotone.hgi-finger-print-minus:before {
  content: "\4627";
}
.hgi-twotone.hgi-finger-print-remove:after {
  content: "\4628";
}
.hgi-twotone.hgi-finger-print-remove:before {
  content: "\4629";
}
.hgi-twotone.hgi-finger-print-scan:after {
  content: "\462a";
}
.hgi-twotone.hgi-finger-print-scan:before {
  content: "\462b";
}
.hgi-twotone.hgi-finger-print:after {
  content: "\462c";
}
.hgi-twotone.hgi-finger-print:before {
  content: "\462d";
}
.hgi-twotone.hgi-fingerprint-scan:after {
  content: "\462e";
}
.hgi-twotone.hgi-fingerprint-scan:before {
  content: "\462f";
}
.hgi-twotone.hgi-fins:after {
  content: "\4630";
}
.hgi-twotone.hgi-fins:before {
  content: "\4631";
}
.hgi-twotone.hgi-fire-02:after {
  content: "\4632";
}
.hgi-twotone.hgi-fire-02:before {
  content: "\4633";
}
.hgi-twotone.hgi-fire-03:after {
  content: "\4634";
}
.hgi-twotone.hgi-fire-03:before {
  content: "\4635";
}
.hgi-twotone.hgi-fire-pit:after {
  content: "\4636";
}
.hgi-twotone.hgi-fire-pit:before {
  content: "\4637";
}
.hgi-twotone.hgi-fire:after {
  content: "\4638";
}
.hgi-twotone.hgi-fire-security:after {
  content: "\4639";
}
.hgi-twotone.hgi-fire-security:before {
  content: "\463a";
}
.hgi-twotone.hgi-fire:before {
  content: "\463b";
}
.hgi-twotone.hgi-firewall:after {
  content: "\463c";
}
.hgi-twotone.hgi-firewall:before {
  content: "\463d";
}
.hgi-twotone.hgi-fireworks:after {
  content: "\463e";
}
.hgi-twotone.hgi-fireworks:before {
  content: "\463f";
}
.hgi-twotone.hgi-first-aid-kit:after {
  content: "\4640";
}
.hgi-twotone.hgi-first-aid-kit:before {
  content: "\4641";
}
.hgi-twotone.hgi-first-bracket-circle:after {
  content: "\4642";
}
.hgi-twotone.hgi-first-bracket-circle:before {
  content: "\4643";
}
.hgi-twotone.hgi-first-bracket:after {
  content: "\4644";
}
.hgi-twotone.hgi-first-bracket-square:after {
  content: "\4645";
}
.hgi-twotone.hgi-first-bracket-square:before {
  content: "\4646";
}
.hgi-twotone.hgi-first-bracket:before {
  content: "\4647";
}
.hgi-twotone.hgi-fish-food:after {
  content: "\4648";
}
.hgi-twotone.hgi-fish-food:before {
  content: "\4649";
}
.hgi-twotone.hgi-fit-to-screen:after {
  content: "\464a";
}
.hgi-twotone.hgi-fit-to-screen:before {
  content: "\464b";
}
.hgi-twotone.hgi-fiverr:after {
  content: "\464c";
}
.hgi-twotone.hgi-fiverr:before {
  content: "\464d";
}
.hgi-twotone.hgi-flag-01:after {
  content: "\464e";
}
.hgi-twotone.hgi-flag-01:before {
  content: "\464f";
}
.hgi-twotone.hgi-flag-02:after {
  content: "\4650";
}
.hgi-twotone.hgi-flag-02:before {
  content: "\4651";
}
.hgi-twotone.hgi-flag-03:after {
  content: "\4652";
}
.hgi-twotone.hgi-flag-03:before {
  content: "\4653";
}
.hgi-twotone.hgi-flash-off:after {
  content: "\4654";
}
.hgi-twotone.hgi-flash-off:before {
  content: "\4655";
}
.hgi-twotone.hgi-flash:after {
  content: "\4656";
}
.hgi-twotone.hgi-flash:before {
  content: "\4657";
}
.hgi-twotone.hgi-flashlight:after {
  content: "\4658";
}
.hgi-twotone.hgi-flashlight:before {
  content: "\4659";
}
.hgi-twotone.hgi-flaticon:after {
  content: "\465a";
}
.hgi-twotone.hgi-flaticon:before {
  content: "\465b";
}
.hgi-twotone.hgi-flickr:after {
  content: "\465c";
}
.hgi-twotone.hgi-flickr:before {
  content: "\465d";
}
.hgi-twotone.hgi-flim-slate:after {
  content: "\465e";
}
.hgi-twotone.hgi-flim-slate:before {
  content: "\465f";
}
.hgi-twotone.hgi-flip-bottom:after {
  content: "\4660";
}
.hgi-twotone.hgi-flip-bottom:before {
  content: "\4661";
}
.hgi-twotone.hgi-flip-horizontal:after {
  content: "\4662";
}
.hgi-twotone.hgi-flip-horizontal:before {
  content: "\4663";
}
.hgi-twotone.hgi-flip-left:after {
  content: "\4664";
}
.hgi-twotone.hgi-flip-left:before {
  content: "\4665";
}
.hgi-twotone.hgi-flip-phone:after {
  content: "\4666";
}
.hgi-twotone.hgi-flip-phone:before {
  content: "\4667";
}
.hgi-twotone.hgi-flip-right:after {
  content: "\4668";
}
.hgi-twotone.hgi-flip-right:before {
  content: "\4669";
}
.hgi-twotone.hgi-flip-top:after {
  content: "\466a";
}
.hgi-twotone.hgi-flip-top:before {
  content: "\466b";
}
.hgi-twotone.hgi-flip-vertical:after {
  content: "\466c";
}
.hgi-twotone.hgi-flip-vertical:before {
  content: "\466d";
}
.hgi-twotone.hgi-floor-plan:after {
  content: "\466e";
}
.hgi-twotone.hgi-floor-plan:before {
  content: "\466f";
}
.hgi-twotone.hgi-floppy-disk:after {
  content: "\4670";
}
.hgi-twotone.hgi-floppy-disk:before {
  content: "\4671";
}
.hgi-twotone.hgi-flow-circle:after {
  content: "\4672";
}
.hgi-twotone.hgi-flow-circle:before {
  content: "\4673";
}
.hgi-twotone.hgi-flow-connection:after {
  content: "\4674";
}
.hgi-twotone.hgi-flow-connection:before {
  content: "\4675";
}
.hgi-twotone.hgi-flow:after {
  content: "\4676";
}
.hgi-twotone.hgi-flow-square:after {
  content: "\4677";
}
.hgi-twotone.hgi-flow-square:before {
  content: "\4678";
}
.hgi-twotone.hgi-flow:before {
  content: "\4679";
}
.hgi-twotone.hgi-flowchart-01:after {
  content: "\467a";
}
.hgi-twotone.hgi-flowchart-01:before {
  content: "\467b";
}
.hgi-twotone.hgi-flowchart-02:after {
  content: "\467c";
}
.hgi-twotone.hgi-flowchart-02:before {
  content: "\467d";
}
.hgi-twotone.hgi-flower-pot:after {
  content: "\467e";
}
.hgi-twotone.hgi-flower-pot:before {
  content: "\467f";
}
.hgi-twotone.hgi-flower:after {
  content: "\4680";
}
.hgi-twotone.hgi-flower:before {
  content: "\4681";
}
.hgi-twotone.hgi-flushed:after {
  content: "\4682";
}
.hgi-twotone.hgi-flushed:before {
  content: "\4683";
}
.hgi-twotone.hgi-flying-human:after {
  content: "\4684";
}
.hgi-twotone.hgi-flying-human:before {
  content: "\4685";
}
.hgi-twotone.hgi-focus-point:after {
  content: "\4686";
}
.hgi-twotone.hgi-focus-point:before {
  content: "\4687";
}
.hgi-twotone.hgi-folder-01:after {
  content: "\4688";
}
.hgi-twotone.hgi-folder-01:before {
  content: "\4689";
}
.hgi-twotone.hgi-folder-02:after {
  content: "\468a";
}
.hgi-twotone.hgi-folder-02:before {
  content: "\468b";
}
.hgi-twotone.hgi-folder-03:after {
  content: "\468c";
}
.hgi-twotone.hgi-folder-03:before {
  content: "\468d";
}
.hgi-twotone.hgi-folder-add:after {
  content: "\468e";
}
.hgi-twotone.hgi-folder-add:before {
  content: "\468f";
}
.hgi-twotone.hgi-folder-attachment:after {
  content: "\4690";
}
.hgi-twotone.hgi-folder-attachment:before {
  content: "\4691";
}
.hgi-twotone.hgi-folder-audio:after {
  content: "\4692";
}
.hgi-twotone.hgi-folder-audio:before {
  content: "\4693";
}
.hgi-twotone.hgi-folder-block:after {
  content: "\4694";
}
.hgi-twotone.hgi-folder-block:before {
  content: "\4695";
}
.hgi-twotone.hgi-folder-check:after {
  content: "\4696";
}
.hgi-twotone.hgi-folder-check:before {
  content: "\4697";
}
.hgi-twotone.hgi-folder-cloud:after {
  content: "\4698";
}
.hgi-twotone.hgi-folder-cloud:before {
  content: "\4699";
}
.hgi-twotone.hgi-folder-details-reference:after {
  content: "\469a";
}
.hgi-twotone.hgi-folder-details-reference:before {
  content: "\469b";
}
.hgi-twotone.hgi-folder-details:after {
  content: "\469c";
}
.hgi-twotone.hgi-folder-details:before {
  content: "\469d";
}
.hgi-twotone.hgi-folder-download:after {
  content: "\469e";
}
.hgi-twotone.hgi-folder-download:before {
  content: "\469f";
}
.hgi-twotone.hgi-folder-edit:after {
  content: "\46a0";
}
.hgi-twotone.hgi-folder-edit:before {
  content: "\46a1";
}
.hgi-twotone.hgi-folder-export:after {
  content: "\46a2";
}
.hgi-twotone.hgi-folder-export:before {
  content: "\46a3";
}
.hgi-twotone.hgi-folder-favourite:after {
  content: "\46a4";
}
.hgi-twotone.hgi-folder-favourite:before {
  content: "\46a5";
}
.hgi-twotone.hgi-folder-file-storage:after {
  content: "\46a6";
}
.hgi-twotone.hgi-folder-file-storage:before {
  content: "\46a7";
}
.hgi-twotone.hgi-folder-import:after {
  content: "\46a8";
}
.hgi-twotone.hgi-folder-import:before {
  content: "\46a9";
}
.hgi-twotone.hgi-folder-library:after {
  content: "\46aa";
}
.hgi-twotone.hgi-folder-library:before {
  content: "\46ab";
}
.hgi-twotone.hgi-folder-links:after {
  content: "\46ac";
}
.hgi-twotone.hgi-folder-links:before {
  content: "\46ad";
}
.hgi-twotone.hgi-folder-locked:after {
  content: "\46ae";
}
.hgi-twotone.hgi-folder-locked:before {
  content: "\46af";
}
.hgi-twotone.hgi-folder-management:after {
  content: "\46b0";
}
.hgi-twotone.hgi-folder-management:before {
  content: "\46b1";
}
.hgi-twotone.hgi-folder-minus:after {
  content: "\46b2";
}
.hgi-twotone.hgi-folder-minus:before {
  content: "\46b3";
}
.hgi-twotone.hgi-folder-music:after {
  content: "\46b4";
}
.hgi-twotone.hgi-folder-music:before {
  content: "\46b5";
}
.hgi-twotone.hgi-folder-off:after {
  content: "\46b6";
}
.hgi-twotone.hgi-folder-off:before {
  content: "\46b7";
}
.hgi-twotone.hgi-folder-open:after {
  content: "\46b8";
}
.hgi-twotone.hgi-folder-open:before {
  content: "\46b9";
}
.hgi-twotone.hgi-folder-pin:after {
  content: "\46ba";
}
.hgi-twotone.hgi-folder-pin:before {
  content: "\46bb";
}
.hgi-twotone.hgi-folder-remove:after {
  content: "\46bc";
}
.hgi-twotone.hgi-folder-remove:before {
  content: "\46bd";
}
.hgi-twotone.hgi-folder-search:after {
  content: "\46be";
}
.hgi-twotone.hgi-folder-search:before {
  content: "\46bf";
}
.hgi-twotone.hgi-folder-security:after {
  content: "\46c0";
}
.hgi-twotone.hgi-folder-security:before {
  content: "\46c1";
}
.hgi-twotone.hgi-folder-shared-01:after {
  content: "\46c2";
}
.hgi-twotone.hgi-folder-shared-01:before {
  content: "\46c3";
}
.hgi-twotone.hgi-folder-shared-02:after {
  content: "\46c4";
}
.hgi-twotone.hgi-folder-shared-02:before {
  content: "\46c5";
}
.hgi-twotone.hgi-folder-shared-03:after {
  content: "\46c6";
}
.hgi-twotone.hgi-folder-shared-03:before {
  content: "\46c7";
}
.hgi-twotone.hgi-folder-sync:after {
  content: "\46c8";
}
.hgi-twotone.hgi-folder-sync:before {
  content: "\46c9";
}
.hgi-twotone.hgi-folder-transfer:after {
  content: "\46ca";
}
.hgi-twotone.hgi-folder-transfer:before {
  content: "\46cb";
}
.hgi-twotone.hgi-folder-unknown:after {
  content: "\46cc";
}
.hgi-twotone.hgi-folder-unknown:before {
  content: "\46cd";
}
.hgi-twotone.hgi-folder-unlocked:after {
  content: "\46ce";
}
.hgi-twotone.hgi-folder-unlocked:before {
  content: "\46cf";
}
.hgi-twotone.hgi-folder-upload:after {
  content: "\46d0";
}
.hgi-twotone.hgi-folder-upload:before {
  content: "\46d1";
}
.hgi-twotone.hgi-folder-video:after {
  content: "\46d2";
}
.hgi-twotone.hgi-folder-video:before {
  content: "\46d3";
}
.hgi-twotone.hgi-folder-view:after {
  content: "\46d4";
}
.hgi-twotone.hgi-folder-view:before {
  content: "\46d5";
}
.hgi-twotone.hgi-folder-zip:after {
  content: "\46d6";
}
.hgi-twotone.hgi-folder-zip:before {
  content: "\46d7";
}
.hgi-twotone.hgi-folders:after {
  content: "\46d8";
}
.hgi-twotone.hgi-folders:before {
  content: "\46d9";
}
.hgi-twotone.hgi-football-pitch:after {
  content: "\46da";
}
.hgi-twotone.hgi-football-pitch:before {
  content: "\46db";
}
.hgi-twotone.hgi-football:after {
  content: "\46dc";
}
.hgi-twotone.hgi-football:before {
  content: "\46dd";
}
.hgi-twotone.hgi-forgot-password:after {
  content: "\46de";
}
.hgi-twotone.hgi-forgot-password:before {
  content: "\46df";
}
.hgi-twotone.hgi-fork:after {
  content: "\46e0";
}
.hgi-twotone.hgi-fork:before {
  content: "\46e1";
}
.hgi-twotone.hgi-forrst:after {
  content: "\46e2";
}
.hgi-twotone.hgi-forrst:before {
  content: "\46e3";
}
.hgi-twotone.hgi-fortress:after {
  content: "\46e4";
}
.hgi-twotone.hgi-fortress:before {
  content: "\46e5";
}
.hgi-twotone.hgi-forward-01:after {
  content: "\46e6";
}
.hgi-twotone.hgi-forward-01:before {
  content: "\46e7";
}
.hgi-twotone.hgi-forward-02:after {
  content: "\46e8";
}
.hgi-twotone.hgi-forward-02:before {
  content: "\46e9";
}
.hgi-twotone.hgi-four-finger-02:after {
  content: "\46ea";
}
.hgi-twotone.hgi-four-finger-02:before {
  content: "\46eb";
}
.hgi-twotone.hgi-four-finger-03:after {
  content: "\46ec";
}
.hgi-twotone.hgi-four-finger-03:before {
  content: "\46ed";
}
.hgi-twotone.hgi-four-k:after {
  content: "\46ee";
}
.hgi-twotone.hgi-four-k:before {
  content: "\46ef";
}
.hgi-twotone.hgi-foursquare:after {
  content: "\46f0";
}
.hgi-twotone.hgi-foursquare:before {
  content: "\46f1";
}
.hgi-twotone.hgi-framer:after {
  content: "\46f2";
}
.hgi-twotone.hgi-framer:before {
  content: "\46f3";
}
.hgi-twotone.hgi-frameworks:after {
  content: "\46f4";
}
.hgi-twotone.hgi-frameworks:before {
  content: "\46f5";
}
.hgi-twotone.hgi-french-fries-01:after {
  content: "\46f6";
}
.hgi-twotone.hgi-french-fries-01:before {
  content: "\46f7";
}
.hgi-twotone.hgi-french-fries-02:after {
  content: "\46f8";
}
.hgi-twotone.hgi-french-fries-02:before {
  content: "\46f9";
}
.hgi-twotone.hgi-fridge:after {
  content: "\46fa";
}
.hgi-twotone.hgi-fridge:before {
  content: "\46fb";
}
.hgi-twotone.hgi-fry:after {
  content: "\46fc";
}
.hgi-twotone.hgi-fry:before {
  content: "\46fd";
}
.hgi-twotone.hgi-fuel-01:after {
  content: "\46fe";
}
.hgi-twotone.hgi-fuel-01:before {
  content: "\46ff";
}
.hgi-twotone.hgi-fuel-02:after {
  content: "\4700";
}
.hgi-twotone.hgi-fuel-02:before {
  content: "\4701";
}
.hgi-twotone.hgi-fuel-station:after {
  content: "\4702";
}
.hgi-twotone.hgi-fuel-station:before {
  content: "\4703";
}
.hgi-twotone.hgi-full-screen:after {
  content: "\4704";
}
.hgi-twotone.hgi-full-screen:before {
  content: "\4705";
}
.hgi-twotone.hgi-full-signal:after {
  content: "\4706";
}
.hgi-twotone.hgi-full-signal:before {
  content: "\4707";
}
.hgi-twotone.hgi-function-circle:after {
  content: "\4708";
}
.hgi-twotone.hgi-function-circle:before {
  content: "\4709";
}
.hgi-twotone.hgi-function-of-x:after {
  content: "\470a";
}
.hgi-twotone.hgi-function-of-x:before {
  content: "\470b";
}
.hgi-twotone.hgi-function:after {
  content: "\470c";
}
.hgi-twotone.hgi-function-square:after {
  content: "\470d";
}
.hgi-twotone.hgi-function-square:before {
  content: "\470e";
}
.hgi-twotone.hgi-function:before {
  content: "\470f";
}
.hgi-twotone.hgi-galaxy:after {
  content: "\4710";
}
.hgi-twotone.hgi-galaxy:before {
  content: "\4711";
}
.hgi-twotone.hgi-game-controller-01:after {
  content: "\4712";
}
.hgi-twotone.hgi-game-controller-01:before {
  content: "\4713";
}
.hgi-twotone.hgi-game-controller-02:after {
  content: "\4714";
}
.hgi-twotone.hgi-game-controller-02:before {
  content: "\4715";
}
.hgi-twotone.hgi-game-controller-03:after {
  content: "\4716";
}
.hgi-twotone.hgi-game-controller-03:before {
  content: "\4717";
}
.hgi-twotone.hgi-game:after {
  content: "\4718";
}
.hgi-twotone.hgi-game:before {
  content: "\4719";
}
.hgi-twotone.hgi-gameboy:after {
  content: "\471a";
}
.hgi-twotone.hgi-gameboy:before {
  content: "\471b";
}
.hgi-twotone.hgi-garage:after {
  content: "\471c";
}
.hgi-twotone.hgi-garage:before {
  content: "\471d";
}
.hgi-twotone.hgi-garbage-truck:after {
  content: "\471e";
}
.hgi-twotone.hgi-garbage-truck:before {
  content: "\471f";
}
.hgi-twotone.hgi-garlands:after {
  content: "\4720";
}
.hgi-twotone.hgi-garlands:before {
  content: "\4721";
}
.hgi-twotone.hgi-gas-pipe:after {
  content: "\4722";
}
.hgi-twotone.hgi-gas-pipe:before {
  content: "\4723";
}
.hgi-twotone.hgi-gas-stove:after {
  content: "\4724";
}
.hgi-twotone.hgi-gas-stove:before {
  content: "\4725";
}
.hgi-twotone.hgi-gears:after {
  content: "\4726";
}
.hgi-twotone.hgi-gears:before {
  content: "\4727";
}
.hgi-twotone.hgi-gem:after {
  content: "\4728";
}
.hgi-twotone.hgi-gem:before {
  content: "\4729";
}
.hgi-twotone.hgi-geology-crust:after {
  content: "\472a";
}
.hgi-twotone.hgi-geology-crust:before {
  content: "\472b";
}
.hgi-twotone.hgi-geometric-shapes-01:after {
  content: "\472c";
}
.hgi-twotone.hgi-geometric-shapes-01:before {
  content: "\472d";
}
.hgi-twotone.hgi-geometric-shapes-02:after {
  content: "\472e";
}
.hgi-twotone.hgi-geometric-shapes-02:before {
  content: "\472f";
}
.hgi-twotone.hgi-gibbous-moon:after {
  content: "\4730";
}
.hgi-twotone.hgi-gibbous-moon:before {
  content: "\4731";
}
.hgi-twotone.hgi-gif-01:after {
  content: "\4732";
}
.hgi-twotone.hgi-gif-01:before {
  content: "\4733";
}
.hgi-twotone.hgi-gif-02:after {
  content: "\4734";
}
.hgi-twotone.hgi-gif-02:before {
  content: "\4735";
}
.hgi-twotone.hgi-gift-card-02:after {
  content: "\4736";
}
.hgi-twotone.hgi-gift-card-02:before {
  content: "\4737";
}
.hgi-twotone.hgi-gift-card:after {
  content: "\4738";
}
.hgi-twotone.hgi-gift-card:before {
  content: "\4739";
}
.hgi-twotone.hgi-gift:after {
  content: "\473a";
}
.hgi-twotone.hgi-gift:before {
  content: "\473b";
}
.hgi-twotone.hgi-git-branch:after {
  content: "\473c";
}
.hgi-twotone.hgi-git-branch:before {
  content: "\473d";
}
.hgi-twotone.hgi-git-commit:after {
  content: "\473e";
}
.hgi-twotone.hgi-git-commit:before {
  content: "\473f";
}
.hgi-twotone.hgi-git-compare:after {
  content: "\4740";
}
.hgi-twotone.hgi-git-compare:before {
  content: "\4741";
}
.hgi-twotone.hgi-git-fork:after {
  content: "\4742";
}
.hgi-twotone.hgi-git-fork:before {
  content: "\4743";
}
.hgi-twotone.hgi-git-merge:after {
  content: "\4744";
}
.hgi-twotone.hgi-git-merge:before {
  content: "\4745";
}
.hgi-twotone.hgi-git-pull-request-closed:after {
  content: "\4746";
}
.hgi-twotone.hgi-git-pull-request-closed:before {
  content: "\4747";
}
.hgi-twotone.hgi-git-pull-request-draft:after {
  content: "\4748";
}
.hgi-twotone.hgi-git-pull-request-draft:before {
  content: "\4749";
}
.hgi-twotone.hgi-git-pull-request:after {
  content: "\474a";
}
.hgi-twotone.hgi-git-pull-request:before {
  content: "\474b";
}
.hgi-twotone.hgi-gitbook:after {
  content: "\474c";
}
.hgi-twotone.hgi-gitbook:before {
  content: "\474d";
}
.hgi-twotone.hgi-github-01:after {
  content: "\474e";
}
.hgi-twotone.hgi-github-01:before {
  content: "\474f";
}
.hgi-twotone.hgi-github:after {
  content: "\4750";
}
.hgi-twotone.hgi-github:before {
  content: "\4751";
}
.hgi-twotone.hgi-gitlab:after {
  content: "\4752";
}
.hgi-twotone.hgi-gitlab:before {
  content: "\4753";
}
.hgi-twotone.hgi-give-blood:after {
  content: "\4754";
}
.hgi-twotone.hgi-give-blood:before {
  content: "\4755";
}
.hgi-twotone.hgi-give-pill:after {
  content: "\4756";
}
.hgi-twotone.hgi-give-pill:before {
  content: "\4757";
}
.hgi-twotone.hgi-glasses:after {
  content: "\4758";
}
.hgi-twotone.hgi-glasses:before {
  content: "\4759";
}
.hgi-twotone.hgi-global-editing:after {
  content: "\475a";
}
.hgi-twotone.hgi-global-editing:before {
  content: "\475b";
}
.hgi-twotone.hgi-global-education:after {
  content: "\475c";
}
.hgi-twotone.hgi-global-education:before {
  content: "\475d";
}
.hgi-twotone.hgi-global-refresh:after {
  content: "\475e";
}
.hgi-twotone.hgi-global-refresh:before {
  content: "\475f";
}
.hgi-twotone.hgi-global-search:after {
  content: "\4760";
}
.hgi-twotone.hgi-global-search:before {
  content: "\4761";
}
.hgi-twotone.hgi-global:after {
  content: "\4762";
}
.hgi-twotone.hgi-global:before {
  content: "\4763";
}
.hgi-twotone.hgi-globe-02:after {
  content: "\4764";
}
.hgi-twotone.hgi-globe-02:before {
  content: "\4765";
}
.hgi-twotone.hgi-globe:after {
  content: "\4766";
}
.hgi-twotone.hgi-globe:before {
  content: "\4767";
}
.hgi-twotone.hgi-glove:after {
  content: "\4768";
}
.hgi-twotone.hgi-glove:before {
  content: "\4769";
}
.hgi-twotone.hgi-go-backward-10-sec:after {
  content: "\476a";
}
.hgi-twotone.hgi-go-backward-10-sec:before {
  content: "\476b";
}
.hgi-twotone.hgi-go-backward-15-sec:after {
  content: "\476c";
}
.hgi-twotone.hgi-go-backward-15-sec:before {
  content: "\476d";
}
.hgi-twotone.hgi-go-backward-30-sec:after {
  content: "\476e";
}
.hgi-twotone.hgi-go-backward-30-sec:before {
  content: "\476f";
}
.hgi-twotone.hgi-go-backward-5-sec:after {
  content: "\4770";
}
.hgi-twotone.hgi-go-backward-5-sec:before {
  content: "\4771";
}
.hgi-twotone.hgi-go-backward-60-sec:after {
  content: "\4772";
}
.hgi-twotone.hgi-go-backward-60-sec:before {
  content: "\4773";
}
.hgi-twotone.hgi-go-forward-10-sec:after {
  content: "\4774";
}
.hgi-twotone.hgi-go-forward-10-sec:before {
  content: "\4775";
}
.hgi-twotone.hgi-go-forward-15-sec:after {
  content: "\4776";
}
.hgi-twotone.hgi-go-forward-15-sec:before {
  content: "\4777";
}
.hgi-twotone.hgi-go-forward-30-sec:after {
  content: "\4778";
}
.hgi-twotone.hgi-go-forward-30-sec:before {
  content: "\4779";
}
.hgi-twotone.hgi-go-forward-5-sec:after {
  content: "\477a";
}
.hgi-twotone.hgi-go-forward-5-sec:before {
  content: "\477b";
}
.hgi-twotone.hgi-go-forward-60-sec:after {
  content: "\477c";
}
.hgi-twotone.hgi-go-forward-60-sec:before {
  content: "\477d";
}
.hgi-twotone.hgi-gold-ingots:after {
  content: "\477e";
}
.hgi-twotone.hgi-gold-ingots:before {
  content: "\477f";
}
.hgi-twotone.hgi-gold:after {
  content: "\4780";
}
.hgi-twotone.hgi-gold:before {
  content: "\4781";
}
.hgi-twotone.hgi-golf-ball:after {
  content: "\4782";
}
.hgi-twotone.hgi-golf-ball:before {
  content: "\4783";
}
.hgi-twotone.hgi-golf-bat:after {
  content: "\4784";
}
.hgi-twotone.hgi-golf-bat:before {
  content: "\4785";
}
.hgi-twotone.hgi-golf-cart:after {
  content: "\4786";
}
.hgi-twotone.hgi-golf-cart:before {
  content: "\4787";
}
.hgi-twotone.hgi-golf-hole:after {
  content: "\4788";
}
.hgi-twotone.hgi-golf-hole:before {
  content: "\4789";
}
.hgi-twotone.hgi-google-doc:after {
  content: "\478a";
}
.hgi-twotone.hgi-google-doc:before {
  content: "\478b";
}
.hgi-twotone.hgi-google-drive:after {
  content: "\478c";
}
.hgi-twotone.hgi-google-drive:before {
  content: "\478d";
}
.hgi-twotone.hgi-google-gemini:after {
  content: "\478e";
}
.hgi-twotone.hgi-google-gemini:before {
  content: "\478f";
}
.hgi-twotone.hgi-google-home:after {
  content: "\4790";
}
.hgi-twotone.hgi-google-home:before {
  content: "\4791";
}
.hgi-twotone.hgi-google-lens:after {
  content: "\4792";
}
.hgi-twotone.hgi-google-lens:before {
  content: "\4793";
}
.hgi-twotone.hgi-google-maps:after {
  content: "\4794";
}
.hgi-twotone.hgi-google-maps:before {
  content: "\4795";
}
.hgi-twotone.hgi-google-photos:after {
  content: "\4796";
}
.hgi-twotone.hgi-google-photos:before {
  content: "\4797";
}
.hgi-twotone.hgi-google:after {
  content: "\4798";
}
.hgi-twotone.hgi-google-sheet:after {
  content: "\4799";
}
.hgi-twotone.hgi-google-sheet:before {
  content: "\479a";
}
.hgi-twotone.hgi-google:before {
  content: "\479b";
}
.hgi-twotone.hgi-gps-01:after {
  content: "\479c";
}
.hgi-twotone.hgi-gps-01:before {
  content: "\479d";
}
.hgi-twotone.hgi-gps-02:after {
  content: "\479e";
}
.hgi-twotone.hgi-gps-02:before {
  content: "\479f";
}
.hgi-twotone.hgi-gps-disconnected:after {
  content: "\47a0";
}
.hgi-twotone.hgi-gps-disconnected:before {
  content: "\47a1";
}
.hgi-twotone.hgi-gps-off-01:after {
  content: "\47a2";
}
.hgi-twotone.hgi-gps-off-01:before {
  content: "\47a3";
}
.hgi-twotone.hgi-gps-off-02:after {
  content: "\47a4";
}
.hgi-twotone.hgi-gps-off-02:before {
  content: "\47a5";
}
.hgi-twotone.hgi-gps-signal-01:after {
  content: "\47a6";
}
.hgi-twotone.hgi-gps-signal-01:before {
  content: "\47a7";
}
.hgi-twotone.hgi-gps-signal-02:after {
  content: "\47a8";
}
.hgi-twotone.hgi-gps-signal-02:before {
  content: "\47a9";
}
.hgi-twotone.hgi-gpu:after {
  content: "\47aa";
}
.hgi-twotone.hgi-gpu:before {
  content: "\47ab";
}
.hgi-twotone.hgi-graduate-female:after {
  content: "\47ac";
}
.hgi-twotone.hgi-graduate-female:before {
  content: "\47ad";
}
.hgi-twotone.hgi-graduate-male:after {
  content: "\47ae";
}
.hgi-twotone.hgi-graduate-male:before {
  content: "\47af";
}
.hgi-twotone.hgi-graduation-scroll:after {
  content: "\47b0";
}
.hgi-twotone.hgi-graduation-scroll:before {
  content: "\47b1";
}
.hgi-twotone.hgi-grapes:after {
  content: "\47b2";
}
.hgi-twotone.hgi-grapes:before {
  content: "\47b3";
}
.hgi-twotone.hgi-gravity:after {
  content: "\47b4";
}
.hgi-twotone.hgi-gravity:before {
  content: "\47b5";
}
.hgi-twotone.hgi-greater-than-circle:after {
  content: "\47b6";
}
.hgi-twotone.hgi-greater-than-circle:before {
  content: "\47b7";
}
.hgi-twotone.hgi-greater-than:after {
  content: "\47b8";
}
.hgi-twotone.hgi-greater-than-square:after {
  content: "\47b9";
}
.hgi-twotone.hgi-greater-than-square:before {
  content: "\47ba";
}
.hgi-twotone.hgi-greater-than:before {
  content: "\47bb";
}
.hgi-twotone.hgi-greek-helmet:after {
  content: "\47bc";
}
.hgi-twotone.hgi-greek-helmet:before {
  content: "\47bd";
}
.hgi-twotone.hgi-green-house:after {
  content: "\47be";
}
.hgi-twotone.hgi-green-house:before {
  content: "\47bf";
}
.hgi-twotone.hgi-grid-02:after {
  content: "\47c0";
}
.hgi-twotone.hgi-grid-02:before {
  content: "\47c1";
}
.hgi-twotone.hgi-grid-off:after {
  content: "\47c2";
}
.hgi-twotone.hgi-grid-off:before {
  content: "\47c3";
}
.hgi-twotone.hgi-grid:after {
  content: "\47c4";
}
.hgi-twotone.hgi-grid-table:after {
  content: "\47c5";
}
.hgi-twotone.hgi-grid-table:before {
  content: "\47c6";
}
.hgi-twotone.hgi-grid-view:after {
  content: "\47c7";
}
.hgi-twotone.hgi-grid-view:before {
  content: "\47c8";
}
.hgi-twotone.hgi-grid:before {
  content: "\47c9";
}
.hgi-twotone.hgi-grimacing:after {
  content: "\47ca";
}
.hgi-twotone.hgi-grimacing:before {
  content: "\47cb";
}
.hgi-twotone.hgi-grinning:after {
  content: "\47cc";
}
.hgi-twotone.hgi-grinning:before {
  content: "\47cd";
}
.hgi-twotone.hgi-grok:after {
  content: "\47ce";
}
.hgi-twotone.hgi-grok:before {
  content: "\47cf";
}
.hgi-twotone.hgi-group-01:after {
  content: "\47d0";
}
.hgi-twotone.hgi-group-01:before {
  content: "\47d1";
}
.hgi-twotone.hgi-group-items:after {
  content: "\47d2";
}
.hgi-twotone.hgi-group-items:before {
  content: "\47d3";
}
.hgi-twotone.hgi-group-layers:after {
  content: "\47d4";
}
.hgi-twotone.hgi-group-layers:before {
  content: "\47d5";
}
.hgi-twotone.hgi-guest-house:after {
  content: "\47d6";
}
.hgi-twotone.hgi-guest-house:before {
  content: "\47d7";
}
.hgi-twotone.hgi-gun:after {
  content: "\47d8";
}
.hgi-twotone.hgi-gun:before {
  content: "\47d9";
}
.hgi-twotone.hgi-gymnastic-rings:after {
  content: "\47da";
}
.hgi-twotone.hgi-gymnastic-rings:before {
  content: "\47db";
}
.hgi-twotone.hgi-gymnastic:after {
  content: "\47dc";
}
.hgi-twotone.hgi-gymnastic:before {
  content: "\47dd";
}
.hgi-twotone.hgi-hackerrank:after {
  content: "\47de";
}
.hgi-twotone.hgi-hackerrank:before {
  content: "\47df";
}
.hgi-twotone.hgi-hair-clips:after {
  content: "\47e0";
}
.hgi-twotone.hgi-hair-clips:before {
  content: "\47e1";
}
.hgi-twotone.hgi-hair-dryer:after {
  content: "\47e2";
}
.hgi-twotone.hgi-hair-dryer:before {
  content: "\47e3";
}
.hgi-twotone.hgi-haji:after {
  content: "\47e4";
}
.hgi-twotone.hgi-haji:before {
  content: "\47e5";
}
.hgi-twotone.hgi-halal-lab:after {
  content: "\47e6";
}
.hgi-twotone.hgi-halal-lab:before {
  content: "\47e7";
}
.hgi-twotone.hgi-halal:after {
  content: "\47e8";
}
.hgi-twotone.hgi-halal:before {
  content: "\47e9";
}
.hgi-twotone.hgi-hamburger-01:after {
  content: "\47ea";
}
.hgi-twotone.hgi-hamburger-01:before {
  content: "\47eb";
}
.hgi-twotone.hgi-hamburger-02:after {
  content: "\47ec";
}
.hgi-twotone.hgi-hamburger-02:before {
  content: "\47ed";
}
.hgi-twotone.hgi-hand-bag-01:after {
  content: "\47ee";
}
.hgi-twotone.hgi-hand-bag-01:before {
  content: "\47ef";
}
.hgi-twotone.hgi-hand-bag-02:after {
  content: "\47f0";
}
.hgi-twotone.hgi-hand-bag-02:before {
  content: "\47f1";
}
.hgi-twotone.hgi-hand-beater:after {
  content: "\47f2";
}
.hgi-twotone.hgi-hand-beater:before {
  content: "\47f3";
}
.hgi-twotone.hgi-hand-grip:after {
  content: "\47f4";
}
.hgi-twotone.hgi-hand-grip:before {
  content: "\47f5";
}
.hgi-twotone.hgi-hand-pointing-down-01:after {
  content: "\47f6";
}
.hgi-twotone.hgi-hand-pointing-down-01:before {
  content: "\47f7";
}
.hgi-twotone.hgi-hand-pointing-down-02:after {
  content: "\47f8";
}
.hgi-twotone.hgi-hand-pointing-down-02:before {
  content: "\47f9";
}
.hgi-twotone.hgi-hand-pointing-down-03:after {
  content: "\47fa";
}
.hgi-twotone.hgi-hand-pointing-down-03:before {
  content: "\47fb";
}
.hgi-twotone.hgi-hand-pointing-down-04:after {
  content: "\47fc";
}
.hgi-twotone.hgi-hand-pointing-down-04:before {
  content: "\47fd";
}
.hgi-twotone.hgi-hand-pointing-left-01:after {
  content: "\47fe";
}
.hgi-twotone.hgi-hand-pointing-left-01:before {
  content: "\47ff";
}
.hgi-twotone.hgi-hand-pointing-left-02:after {
  content: "\4800";
}
.hgi-twotone.hgi-hand-pointing-left-02:before {
  content: "\4801";
}
.hgi-twotone.hgi-hand-pointing-left-03:after {
  content: "\4802";
}
.hgi-twotone.hgi-hand-pointing-left-03:before {
  content: "\4803";
}
.hgi-twotone.hgi-hand-pointing-left-04:after {
  content: "\4804";
}
.hgi-twotone.hgi-hand-pointing-left-04:before {
  content: "\4805";
}
.hgi-twotone.hgi-hand-pointing-right-01:after {
  content: "\4806";
}
.hgi-twotone.hgi-hand-pointing-right-01:before {
  content: "\4807";
}
.hgi-twotone.hgi-hand-pointing-right-02:after {
  content: "\4808";
}
.hgi-twotone.hgi-hand-pointing-right-02:before {
  content: "\4809";
}
.hgi-twotone.hgi-hand-pointing-right-03:after {
  content: "\480a";
}
.hgi-twotone.hgi-hand-pointing-right-03:before {
  content: "\480b";
}
.hgi-twotone.hgi-hand-pointing-right-04:after {
  content: "\480c";
}
.hgi-twotone.hgi-hand-pointing-right-04:before {
  content: "\480d";
}
.hgi-twotone.hgi-hand-prayer:after {
  content: "\480e";
}
.hgi-twotone.hgi-hand-prayer:before {
  content: "\480f";
}
.hgi-twotone.hgi-hand-sanitizer:after {
  content: "\4810";
}
.hgi-twotone.hgi-hand-sanitizer:before {
  content: "\4811";
}
.hgi-twotone.hgi-handcuffs:after {
  content: "\4812";
}
.hgi-twotone.hgi-handcuffs:before {
  content: "\4813";
}
.hgi-twotone.hgi-hanger:after {
  content: "\4814";
}
.hgi-twotone.hgi-hanger:before {
  content: "\4815";
}
.hgi-twotone.hgi-hanging-clock:after {
  content: "\4816";
}
.hgi-twotone.hgi-hanging-clock:before {
  content: "\4817";
}
.hgi-twotone.hgi-hangout:after {
  content: "\4818";
}
.hgi-twotone.hgi-hangout:before {
  content: "\4819";
}
.hgi-twotone.hgi-happy:after {
  content: "\481a";
}
.hgi-twotone.hgi-happy:before {
  content: "\481b";
}
.hgi-twotone.hgi-hard-drive:after {
  content: "\481c";
}
.hgi-twotone.hgi-hard-drive:before {
  content: "\481d";
}
.hgi-twotone.hgi-hat:after {
  content: "\481e";
}
.hgi-twotone.hgi-hat:before {
  content: "\481f";
}
.hgi-twotone.hgi-hdd:after {
  content: "\4820";
}
.hgi-twotone.hgi-hdd:before {
  content: "\4821";
}
.hgi-twotone.hgi-hdr-01:after {
  content: "\4822";
}
.hgi-twotone.hgi-hdr-01:before {
  content: "\4823";
}
.hgi-twotone.hgi-hdr-02:after {
  content: "\4824";
}
.hgi-twotone.hgi-hdr-02:before {
  content: "\4825";
}
.hgi-twotone.hgi-heading-01:after {
  content: "\4826";
}
.hgi-twotone.hgi-heading-01:before {
  content: "\4827";
}
.hgi-twotone.hgi-heading-02:after {
  content: "\4828";
}
.hgi-twotone.hgi-heading-02:before {
  content: "\4829";
}
.hgi-twotone.hgi-heading-03:after {
  content: "\482a";
}
.hgi-twotone.hgi-heading-03:before {
  content: "\482b";
}
.hgi-twotone.hgi-heading-04:after {
  content: "\482c";
}
.hgi-twotone.hgi-heading-04:before {
  content: "\482d";
}
.hgi-twotone.hgi-heading-05:after {
  content: "\482e";
}
.hgi-twotone.hgi-heading-05:before {
  content: "\482f";
}
.hgi-twotone.hgi-heading-06:after {
  content: "\4830";
}
.hgi-twotone.hgi-heading-06:before {
  content: "\4831";
}
.hgi-twotone.hgi-heading:after {
  content: "\4832";
}
.hgi-twotone.hgi-heading:before {
  content: "\4833";
}
.hgi-twotone.hgi-headphone-mute:after {
  content: "\4834";
}
.hgi-twotone.hgi-headphone-mute:before {
  content: "\4835";
}
.hgi-twotone.hgi-headphones:after {
  content: "\4836";
}
.hgi-twotone.hgi-headphones:before {
  content: "\4837";
}
.hgi-twotone.hgi-headset-connected:after {
  content: "\4838";
}
.hgi-twotone.hgi-headset-connected:before {
  content: "\4839";
}
.hgi-twotone.hgi-headset-off:after {
  content: "\483a";
}
.hgi-twotone.hgi-headset-off:before {
  content: "\483b";
}
.hgi-twotone.hgi-headset:after {
  content: "\483c";
}
.hgi-twotone.hgi-headset:before {
  content: "\483d";
}
.hgi-twotone.hgi-healtcare:after {
  content: "\483e";
}
.hgi-twotone.hgi-healtcare:before {
  content: "\483f";
}
.hgi-twotone.hgi-health:after {
  content: "\4840";
}
.hgi-twotone.hgi-health:before {
  content: "\4841";
}
.hgi-twotone.hgi-heart-add:after {
  content: "\4842";
}
.hgi-twotone.hgi-heart-add:before {
  content: "\4843";
}
.hgi-twotone.hgi-heart-check:after {
  content: "\4844";
}
.hgi-twotone.hgi-heart-check:before {
  content: "\4845";
}
.hgi-twotone.hgi-heart-remove:after {
  content: "\4846";
}
.hgi-twotone.hgi-heart-remove:before {
  content: "\4847";
}
.hgi-twotone.hgi-heartbreak:after {
  content: "\4848";
}
.hgi-twotone.hgi-heartbreak:before {
  content: "\4849";
}
.hgi-twotone.hgi-helicopter:after {
  content: "\484a";
}
.hgi-twotone.hgi-helicopter:before {
  content: "\484b";
}
.hgi-twotone.hgi-help-circle:after {
  content: "\484c";
}
.hgi-twotone.hgi-help-circle:before {
  content: "\484d";
}
.hgi-twotone.hgi-help-square:after {
  content: "\484e";
}
.hgi-twotone.hgi-help-square:before {
  content: "\484f";
}
.hgi-twotone.hgi-hexagon-01:after {
  content: "\4850";
}
.hgi-twotone.hgi-hexagon-01:before {
  content: "\4851";
}
.hgi-twotone.hgi-hexagon:after {
  content: "\4852";
}
.hgi-twotone.hgi-hexagon:before {
  content: "\4853";
}
.hgi-twotone.hgi-hierarchy-circle-01:after {
  content: "\4854";
}
.hgi-twotone.hgi-hierarchy-circle-01:before {
  content: "\4855";
}
.hgi-twotone.hgi-hierarchy-circle-02:after {
  content: "\4856";
}
.hgi-twotone.hgi-hierarchy-circle-02:before {
  content: "\4857";
}
.hgi-twotone.hgi-hierarchy-circle-03:after {
  content: "\4858";
}
.hgi-twotone.hgi-hierarchy-circle-03:before {
  content: "\4859";
}
.hgi-twotone.hgi-hierarchy-files:after {
  content: "\485a";
}
.hgi-twotone.hgi-hierarchy-files:before {
  content: "\485b";
}
.hgi-twotone.hgi-hierarchy:after {
  content: "\485c";
}
.hgi-twotone.hgi-hierarchy-square-01:after {
  content: "\485d";
}
.hgi-twotone.hgi-hierarchy-square-01:before {
  content: "\485e";
}
.hgi-twotone.hgi-hierarchy-square-02:after {
  content: "\485f";
}
.hgi-twotone.hgi-hierarchy-square-02:before {
  content: "\4860";
}
.hgi-twotone.hgi-hierarchy-square-03:after {
  content: "\4861";
}
.hgi-twotone.hgi-hierarchy-square-03:before {
  content: "\4862";
}
.hgi-twotone.hgi-hierarchy-square-04:after {
  content: "\4863";
}
.hgi-twotone.hgi-hierarchy-square-04:before {
  content: "\4864";
}
.hgi-twotone.hgi-hierarchy-square-05:after {
  content: "\4865";
}
.hgi-twotone.hgi-hierarchy-square-05:before {
  content: "\4866";
}
.hgi-twotone.hgi-hierarchy-square-06:after {
  content: "\4867";
}
.hgi-twotone.hgi-hierarchy-square-06:before {
  content: "\4868";
}
.hgi-twotone.hgi-hierarchy-square-07:after {
  content: "\4869";
}
.hgi-twotone.hgi-hierarchy-square-07:before {
  content: "\486a";
}
.hgi-twotone.hgi-hierarchy-square-08:after {
  content: "\486b";
}
.hgi-twotone.hgi-hierarchy-square-08:before {
  content: "\486c";
}
.hgi-twotone.hgi-hierarchy-square-10:after {
  content: "\486d";
}
.hgi-twotone.hgi-hierarchy-square-10:before {
  content: "\486e";
}
.hgi-twotone.hgi-hierarchy:before {
  content: "\486f";
}
.hgi-twotone.hgi-high-heels-01:after {
  content: "\4870";
}
.hgi-twotone.hgi-high-heels-01:before {
  content: "\4871";
}
.hgi-twotone.hgi-high-heels-02:after {
  content: "\4872";
}
.hgi-twotone.hgi-high-heels-02:before {
  content: "\4873";
}
.hgi-twotone.hgi-highlighter:after {
  content: "\4874";
}
.hgi-twotone.hgi-highlighter:before {
  content: "\4875";
}
.hgi-twotone.hgi-hijab:after {
  content: "\4876";
}
.hgi-twotone.hgi-hijab:before {
  content: "\4877";
}
.hgi-twotone.hgi-hockey:after {
  content: "\4878";
}
.hgi-twotone.hgi-hockey:before {
  content: "\4879";
}
.hgi-twotone.hgi-hold-01:after {
  content: "\487a";
}
.hgi-twotone.hgi-hold-01:before {
  content: "\487b";
}
.hgi-twotone.hgi-hold-02:after {
  content: "\487c";
}
.hgi-twotone.hgi-hold-02:before {
  content: "\487d";
}
.hgi-twotone.hgi-hold-03:after {
  content: "\487e";
}
.hgi-twotone.hgi-hold-03:before {
  content: "\487f";
}
.hgi-twotone.hgi-hold-04:after {
  content: "\4880";
}
.hgi-twotone.hgi-hold-04:before {
  content: "\4881";
}
.hgi-twotone.hgi-hold-05:after {
  content: "\4882";
}
.hgi-twotone.hgi-hold-05:before {
  content: "\4883";
}
.hgi-twotone.hgi-hold-locked-01:after {
  content: "\4884";
}
.hgi-twotone.hgi-hold-locked-01:before {
  content: "\4885";
}
.hgi-twotone.hgi-hold-locked-02:after {
  content: "\4886";
}
.hgi-twotone.hgi-hold-locked-02:before {
  content: "\4887";
}
.hgi-twotone.hgi-hold-phone:after {
  content: "\4888";
}
.hgi-twotone.hgi-hold-phone:before {
  content: "\4889";
}
.hgi-twotone.hgi-hologram:after {
  content: "\488a";
}
.hgi-twotone.hgi-hologram:before {
  content: "\488b";
}
.hgi-twotone.hgi-home-01:after {
  content: "\488c";
}
.hgi-twotone.hgi-home-01:before {
  content: "\488d";
}
.hgi-twotone.hgi-home-02:after {
  content: "\488e";
}
.hgi-twotone.hgi-home-02:before {
  content: "\488f";
}
.hgi-twotone.hgi-home-03:after {
  content: "\4890";
}
.hgi-twotone.hgi-home-03:before {
  content: "\4891";
}
.hgi-twotone.hgi-home-04:after {
  content: "\4892";
}
.hgi-twotone.hgi-home-04:before {
  content: "\4893";
}
.hgi-twotone.hgi-home-05:after {
  content: "\4894";
}
.hgi-twotone.hgi-home-05:before {
  content: "\4895";
}
.hgi-twotone.hgi-home-06:after {
  content: "\4896";
}
.hgi-twotone.hgi-home-06:before {
  content: "\4897";
}
.hgi-twotone.hgi-home-07:after {
  content: "\4898";
}
.hgi-twotone.hgi-home-07:before {
  content: "\4899";
}
.hgi-twotone.hgi-home-08:after {
  content: "\489a";
}
.hgi-twotone.hgi-home-08:before {
  content: "\489b";
}
.hgi-twotone.hgi-home-09:after {
  content: "\489c";
}
.hgi-twotone.hgi-home-09:before {
  content: "\489d";
}
.hgi-twotone.hgi-home-10:after {
  content: "\489e";
}
.hgi-twotone.hgi-home-10:before {
  content: "\489f";
}
.hgi-twotone.hgi-home-11:after {
  content: "\48a0";
}
.hgi-twotone.hgi-home-11:before {
  content: "\48a1";
}
.hgi-twotone.hgi-home-12:after {
  content: "\48a2";
}
.hgi-twotone.hgi-home-12:before {
  content: "\48a3";
}
.hgi-twotone.hgi-home-13:after {
  content: "\48a4";
}
.hgi-twotone.hgi-home-13:before {
  content: "\48a5";
}
.hgi-twotone.hgi-home-wifi:after {
  content: "\48a6";
}
.hgi-twotone.hgi-home-wifi:before {
  content: "\48a7";
}
.hgi-twotone.hgi-honey-01:after {
  content: "\48a8";
}
.hgi-twotone.hgi-honey-01:before {
  content: "\48a9";
}
.hgi-twotone.hgi-honey-02:after {
  content: "\48aa";
}
.hgi-twotone.hgi-honey-02:before {
  content: "\48ab";
}
.hgi-twotone.hgi-honor:after {
  content: "\48ac";
}
.hgi-twotone.hgi-honor:before {
  content: "\48ad";
}
.hgi-twotone.hgi-honour-star:after {
  content: "\48ae";
}
.hgi-twotone.hgi-honour-star:before {
  content: "\48af";
}
.hgi-twotone.hgi-hoodie:after {
  content: "\48b0";
}
.hgi-twotone.hgi-hoodie:before {
  content: "\48b1";
}
.hgi-twotone.hgi-horizonal-scroll-point:after {
  content: "\48b2";
}
.hgi-twotone.hgi-horizonal-scroll-point:before {
  content: "\48b3";
}
.hgi-twotone.hgi-horizontal-resize:after {
  content: "\48b4";
}
.hgi-twotone.hgi-horizontal-resize:before {
  content: "\48b5";
}
.hgi-twotone.hgi-horse-head:after {
  content: "\48b6";
}
.hgi-twotone.hgi-horse-head:before {
  content: "\48b7";
}
.hgi-twotone.hgi-horse-saddle:after {
  content: "\48b8";
}
.hgi-twotone.hgi-horse-saddle:before {
  content: "\48b9";
}
.hgi-twotone.hgi-horse:after {
  content: "\48ba";
}
.hgi-twotone.hgi-horse:before {
  content: "\48bb";
}
.hgi-twotone.hgi-hospital-01:after {
  content: "\48bc";
}
.hgi-twotone.hgi-hospital-01:before {
  content: "\48bd";
}
.hgi-twotone.hgi-hospital-02:after {
  content: "\48be";
}
.hgi-twotone.hgi-hospital-02:before {
  content: "\48bf";
}
.hgi-twotone.hgi-hospital-bed-01:after {
  content: "\48c0";
}
.hgi-twotone.hgi-hospital-bed-01:before {
  content: "\48c1";
}
.hgi-twotone.hgi-hospital-bed-02:after {
  content: "\48c2";
}
.hgi-twotone.hgi-hospital-bed-02:before {
  content: "\48c3";
}
.hgi-twotone.hgi-hospital-location:after {
  content: "\48c4";
}
.hgi-twotone.hgi-hospital-location:before {
  content: "\48c5";
}
.hgi-twotone.hgi-hot-air-balloon:after {
  content: "\48c6";
}
.hgi-twotone.hgi-hot-air-balloon:before {
  content: "\48c7";
}
.hgi-twotone.hgi-hot-price:after {
  content: "\48c8";
}
.hgi-twotone.hgi-hot-price:before {
  content: "\48c9";
}
.hgi-twotone.hgi-hot-tube:after {
  content: "\48ca";
}
.hgi-twotone.hgi-hot-tube:before {
  content: "\48cb";
}
.hgi-twotone.hgi-hotdog:after {
  content: "\48cc";
}
.hgi-twotone.hgi-hotdog:before {
  content: "\48cd";
}
.hgi-twotone.hgi-hotel-01:after {
  content: "\48ce";
}
.hgi-twotone.hgi-hotel-01:before {
  content: "\48cf";
}
.hgi-twotone.hgi-hotel-02:after {
  content: "\48d0";
}
.hgi-twotone.hgi-hotel-02:before {
  content: "\48d1";
}
.hgi-twotone.hgi-hotel-bell:after {
  content: "\48d2";
}
.hgi-twotone.hgi-hotel-bell:before {
  content: "\48d3";
}
.hgi-twotone.hgi-hotspot-offline:after {
  content: "\48d4";
}
.hgi-twotone.hgi-hotspot-offline:before {
  content: "\48d5";
}
.hgi-twotone.hgi-hotspot:after {
  content: "\48d6";
}
.hgi-twotone.hgi-hotspot:before {
  content: "\48d7";
}
.hgi-twotone.hgi-hourglass-off:after {
  content: "\48d8";
}
.hgi-twotone.hgi-hourglass-off:before {
  content: "\48d9";
}
.hgi-twotone.hgi-hourglass:after {
  content: "\48da";
}
.hgi-twotone.hgi-hourglass:before {
  content: "\48db";
}
.hgi-twotone.hgi-house-01:after {
  content: "\48dc";
}
.hgi-twotone.hgi-house-01:before {
  content: "\48dd";
}
.hgi-twotone.hgi-house-02:after {
  content: "\48de";
}
.hgi-twotone.hgi-house-02:before {
  content: "\48df";
}
.hgi-twotone.hgi-house-03:after {
  content: "\48e0";
}
.hgi-twotone.hgi-house-03:before {
  content: "\48e1";
}
.hgi-twotone.hgi-house-04:after {
  content: "\48e2";
}
.hgi-twotone.hgi-house-04:before {
  content: "\48e3";
}
.hgi-twotone.hgi-house-05:after {
  content: "\48e4";
}
.hgi-twotone.hgi-house-05:before {
  content: "\48e5";
}
.hgi-twotone.hgi-house-solar-panel:after {
  content: "\48e6";
}
.hgi-twotone.hgi-house-solar-panel:before {
  content: "\48e7";
}
.hgi-twotone.hgi-html-5:after {
  content: "\48e8";
}
.hgi-twotone.hgi-html-5:before {
  content: "\48e9";
}
.hgi-twotone.hgi-hugeicons:after {
  content: "\48ea";
}
.hgi-twotone.hgi-hugeicons:before {
  content: "\48eb";
}
.hgi-twotone.hgi-humidity:after {
  content: "\48ec";
}
.hgi-twotone.hgi-humidity:before {
  content: "\48ed";
}
.hgi-twotone.hgi-hut:after {
  content: "\48ee";
}
.hgi-twotone.hgi-hut:before {
  content: "\48ef";
}
.hgi-twotone.hgi-hydro-power:after {
  content: "\48f0";
}
.hgi-twotone.hgi-hydro-power:before {
  content: "\48f1";
}
.hgi-twotone.hgi-hyperbole:after {
  content: "\48f2";
}
.hgi-twotone.hgi-hyperbole:before {
  content: "\48f3";
}
.hgi-twotone.hgi-ice-cream-01:after {
  content: "\48f4";
}
.hgi-twotone.hgi-ice-cream-01:before {
  content: "\48f5";
}
.hgi-twotone.hgi-ice-cream-02:after {
  content: "\48f6";
}
.hgi-twotone.hgi-ice-cream-02:before {
  content: "\48f7";
}
.hgi-twotone.hgi-ice-cream-03:after {
  content: "\48f8";
}
.hgi-twotone.hgi-ice-cream-03:before {
  content: "\48f9";
}
.hgi-twotone.hgi-ice-cream-04:after {
  content: "\48fa";
}
.hgi-twotone.hgi-ice-cream-04:before {
  content: "\48fb";
}
.hgi-twotone.hgi-ice-cubes:after {
  content: "\48fc";
}
.hgi-twotone.hgi-ice-cubes:before {
  content: "\48fd";
}
.hgi-twotone.hgi-ice-hockey:after {
  content: "\48fe";
}
.hgi-twotone.hgi-ice-hockey:before {
  content: "\48ff";
}
.hgi-twotone.hgi-ice-skating:after {
  content: "\4900";
}
.hgi-twotone.hgi-ice-skating:before {
  content: "\4901";
}
.hgi-twotone.hgi-ico:after {
  content: "\4902";
}
.hgi-twotone.hgi-ico:before {
  content: "\4903";
}
.hgi-twotone.hgi-iconjar:after {
  content: "\4904";
}
.hgi-twotone.hgi-iconjar:before {
  content: "\4905";
}
.hgi-twotone.hgi-id-not-verified:after {
  content: "\4906";
}
.hgi-twotone.hgi-id-not-verified:before {
  content: "\4907";
}
.hgi-twotone.hgi-id:after {
  content: "\4908";
}
.hgi-twotone.hgi-id-verified:after {
  content: "\4909";
}
.hgi-twotone.hgi-id-verified:before {
  content: "\490a";
}
.hgi-twotone.hgi-id:before {
  content: "\490b";
}
.hgi-twotone.hgi-idea-01:after {
  content: "\490c";
}
.hgi-twotone.hgi-idea-01:before {
  content: "\490d";
}
.hgi-twotone.hgi-idea:after {
  content: "\490e";
}
.hgi-twotone.hgi-idea:before {
  content: "\490f";
}
.hgi-twotone.hgi-identification:after {
  content: "\4910";
}
.hgi-twotone.hgi-identification:before {
  content: "\4911";
}
.hgi-twotone.hgi-identity-card:after {
  content: "\4912";
}
.hgi-twotone.hgi-identity-card:before {
  content: "\4913";
}
.hgi-twotone.hgi-image-01:after {
  content: "\4914";
}
.hgi-twotone.hgi-image-01:before {
  content: "\4915";
}
.hgi-twotone.hgi-image-02:after {
  content: "\4916";
}
.hgi-twotone.hgi-image-02:before {
  content: "\4917";
}
.hgi-twotone.hgi-image-03:after {
  content: "\4918";
}
.hgi-twotone.hgi-image-03:before {
  content: "\4919";
}
.hgi-twotone.hgi-image-actual-size:after {
  content: "\491a";
}
.hgi-twotone.hgi-image-actual-size:before {
  content: "\491b";
}
.hgi-twotone.hgi-image-add-01:after {
  content: "\491c";
}
.hgi-twotone.hgi-image-add-01:before {
  content: "\491d";
}
.hgi-twotone.hgi-image-add-02:after {
  content: "\491e";
}
.hgi-twotone.hgi-image-add-02:before {
  content: "\491f";
}
.hgi-twotone.hgi-image-composition-oval:after {
  content: "\4920";
}
.hgi-twotone.hgi-image-composition-oval:before {
  content: "\4921";
}
.hgi-twotone.hgi-image-composition:after {
  content: "\4922";
}
.hgi-twotone.hgi-image-composition:before {
  content: "\4923";
}
.hgi-twotone.hgi-image-counter-clockwise:after {
  content: "\4924";
}
.hgi-twotone.hgi-image-counter-clockwise:before {
  content: "\4925";
}
.hgi-twotone.hgi-image-crop:after {
  content: "\4926";
}
.hgi-twotone.hgi-image-crop:before {
  content: "\4927";
}
.hgi-twotone.hgi-image-delete-01:after {
  content: "\4928";
}
.hgi-twotone.hgi-image-delete-01:before {
  content: "\4929";
}
.hgi-twotone.hgi-image-delete-02:after {
  content: "\492a";
}
.hgi-twotone.hgi-image-delete-02:before {
  content: "\492b";
}
.hgi-twotone.hgi-image-done-01:after {
  content: "\492c";
}
.hgi-twotone.hgi-image-done-01:before {
  content: "\492d";
}
.hgi-twotone.hgi-image-done-02:after {
  content: "\492e";
}
.hgi-twotone.hgi-image-done-02:before {
  content: "\492f";
}
.hgi-twotone.hgi-image-download-02:after {
  content: "\4930";
}
.hgi-twotone.hgi-image-download-02:before {
  content: "\4931";
}
.hgi-twotone.hgi-image-download:after {
  content: "\4932";
}
.hgi-twotone.hgi-image-download:before {
  content: "\4933";
}
.hgi-twotone.hgi-image-flip -horizontal:after {
  content: "\4934";
}
.hgi-twotone.hgi-image-flip -horizontal:before {
  content: "\4935";
}
.hgi-twotone.hgi-image-flip-vertical:after {
  content: "\4936";
}
.hgi-twotone.hgi-image-flip-vertical:before {
  content: "\4937";
}
.hgi-twotone.hgi-image-not-found-01:after {
  content: "\4938";
}
.hgi-twotone.hgi-image-not-found-01:before {
  content: "\4939";
}
.hgi-twotone.hgi-image-not-found-02:after {
  content: "\493a";
}
.hgi-twotone.hgi-image-not-found-02:before {
  content: "\493b";
}
.hgi-twotone.hgi-image-remove-01:after {
  content: "\493c";
}
.hgi-twotone.hgi-image-remove-01:before {
  content: "\493d";
}
.hgi-twotone.hgi-image-remove-02:after {
  content: "\493e";
}
.hgi-twotone.hgi-image-remove-02:before {
  content: "\493f";
}
.hgi-twotone.hgi-image-rotation-clockwise:after {
  content: "\4940";
}
.hgi-twotone.hgi-image-rotation-clockwise:before {
  content: "\4941";
}
.hgi-twotone.hgi-image-upload-01:after {
  content: "\4942";
}
.hgi-twotone.hgi-image-upload-01:before {
  content: "\4943";
}
.hgi-twotone.hgi-image-upload:after {
  content: "\4944";
}
.hgi-twotone.hgi-image-upload:before {
  content: "\4945";
}
.hgi-twotone.hgi-imo:after {
  content: "\4946";
}
.hgi-twotone.hgi-imo:before {
  content: "\4947";
}
.hgi-twotone.hgi-important-book:after {
  content: "\4948";
}
.hgi-twotone.hgi-important-book:before {
  content: "\4949";
}
.hgi-twotone.hgi-in-love:after {
  content: "\494a";
}
.hgi-twotone.hgi-in-love:before {
  content: "\494b";
}
.hgi-twotone.hgi-inbox-check:after {
  content: "\494c";
}
.hgi-twotone.hgi-inbox-check:before {
  content: "\494d";
}
.hgi-twotone.hgi-inbox-download:after {
  content: "\494e";
}
.hgi-twotone.hgi-inbox-download:before {
  content: "\494f";
}
.hgi-twotone.hgi-inbox:after {
  content: "\4950";
}
.hgi-twotone.hgi-inbox-unread:after {
  content: "\4951";
}
.hgi-twotone.hgi-inbox-unread:before {
  content: "\4952";
}
.hgi-twotone.hgi-inbox-upload:after {
  content: "\4953";
}
.hgi-twotone.hgi-inbox-upload:before {
  content: "\4954";
}
.hgi-twotone.hgi-inbox:before {
  content: "\4955";
}
.hgi-twotone.hgi-incognito:after {
  content: "\4956";
}
.hgi-twotone.hgi-incognito:before {
  content: "\4957";
}
.hgi-twotone.hgi-india-gate:after {
  content: "\4958";
}
.hgi-twotone.hgi-india-gate:before {
  content: "\4959";
}
.hgi-twotone.hgi-inequality-01:after {
  content: "\495a";
}
.hgi-twotone.hgi-inequality-01:before {
  content: "\495b";
}
.hgi-twotone.hgi-inequality-02:after {
  content: "\495c";
}
.hgi-twotone.hgi-inequality-02:before {
  content: "\495d";
}
.hgi-twotone.hgi-inequality-circle-01:after {
  content: "\495e";
}
.hgi-twotone.hgi-inequality-circle-01:before {
  content: "\495f";
}
.hgi-twotone.hgi-inequality-circle-02:after {
  content: "\4960";
}
.hgi-twotone.hgi-inequality-circle-02:before {
  content: "\4961";
}
.hgi-twotone.hgi-inequality-square-01:after {
  content: "\4962";
}
.hgi-twotone.hgi-inequality-square-01:before {
  content: "\4963";
}
.hgi-twotone.hgi-inequality-square-02:after {
  content: "\4964";
}
.hgi-twotone.hgi-inequality-square-02:before {
  content: "\4965";
}
.hgi-twotone.hgi-infant:after {
  content: "\4966";
}
.hgi-twotone.hgi-infant:before {
  content: "\4967";
}
.hgi-twotone.hgi-infinity-01:after {
  content: "\4968";
}
.hgi-twotone.hgi-infinity-01:before {
  content: "\4969";
}
.hgi-twotone.hgi-infinity-02:after {
  content: "\496a";
}
.hgi-twotone.hgi-infinity-02:before {
  content: "\496b";
}
.hgi-twotone.hgi-infinity-circle:after {
  content: "\496c";
}
.hgi-twotone.hgi-infinity-circle:before {
  content: "\496d";
}
.hgi-twotone.hgi-infinity-square:after {
  content: "\496e";
}
.hgi-twotone.hgi-infinity-square:before {
  content: "\496f";
}
.hgi-twotone.hgi-information-circle:after {
  content: "\4970";
}
.hgi-twotone.hgi-information-circle:before {
  content: "\4971";
}
.hgi-twotone.hgi-information-diamond:after {
  content: "\4972";
}
.hgi-twotone.hgi-information-diamond:before {
  content: "\4973";
}
.hgi-twotone.hgi-information-square:after {
  content: "\4974";
}
.hgi-twotone.hgi-information-square:before {
  content: "\4975";
}
.hgi-twotone.hgi-injection:after {
  content: "\4976";
}
.hgi-twotone.hgi-injection:before {
  content: "\4977";
}
.hgi-twotone.hgi-insert-bottom-image:after {
  content: "\4978";
}
.hgi-twotone.hgi-insert-bottom-image:before {
  content: "\4979";
}
.hgi-twotone.hgi-insert-center-image:after {
  content: "\497a";
}
.hgi-twotone.hgi-insert-center-image:before {
  content: "\497b";
}
.hgi-twotone.hgi-insert-column-left:after {
  content: "\497c";
}
.hgi-twotone.hgi-insert-column-left:before {
  content: "\497d";
}
.hgi-twotone.hgi-insert-column:after {
  content: "\497e";
}
.hgi-twotone.hgi-insert-column:before {
  content: "\497f";
}
.hgi-twotone.hgi-insert-pi:after {
  content: "\4980";
}
.hgi-twotone.hgi-insert-pi:before {
  content: "\4981";
}
.hgi-twotone.hgi-insert-row-down:after {
  content: "\4982";
}
.hgi-twotone.hgi-insert-row-down:before {
  content: "\4983";
}
.hgi-twotone.hgi-insert-row:after {
  content: "\4984";
}
.hgi-twotone.hgi-insert-row-up:after {
  content: "\4985";
}
.hgi-twotone.hgi-insert-row-up:before {
  content: "\4986";
}
.hgi-twotone.hgi-insert-row:before {
  content: "\4987";
}
.hgi-twotone.hgi-insert-top-image:after {
  content: "\4988";
}
.hgi-twotone.hgi-insert-top-image:before {
  content: "\4989";
}
.hgi-twotone.hgi-inspect-code:after {
  content: "\498a";
}
.hgi-twotone.hgi-inspect-code:before {
  content: "\498b";
}
.hgi-twotone.hgi-instagram:after {
  content: "\498c";
}
.hgi-twotone.hgi-instagram:before {
  content: "\498d";
}
.hgi-twotone.hgi-installing-updates-01:after {
  content: "\498e";
}
.hgi-twotone.hgi-installing-updates-01:before {
  content: "\498f";
}
.hgi-twotone.hgi-installing-updates-02:after {
  content: "\4990";
}
.hgi-twotone.hgi-installing-updates-02:before {
  content: "\4991";
}
.hgi-twotone.hgi-internet-antenna-01:after {
  content: "\4992";
}
.hgi-twotone.hgi-internet-antenna-01:before {
  content: "\4993";
}
.hgi-twotone.hgi-internet-antenna-02:after {
  content: "\4994";
}
.hgi-twotone.hgi-internet-antenna-02:before {
  content: "\4995";
}
.hgi-twotone.hgi-internet-antenna-03:after {
  content: "\4996";
}
.hgi-twotone.hgi-internet-antenna-03:before {
  content: "\4997";
}
.hgi-twotone.hgi-internet-antenna-04:after {
  content: "\4998";
}
.hgi-twotone.hgi-internet-antenna-04:before {
  content: "\4999";
}
.hgi-twotone.hgi-internet:after {
  content: "\499a";
}
.hgi-twotone.hgi-internet:before {
  content: "\499b";
}
.hgi-twotone.hgi-investigation:after {
  content: "\499c";
}
.hgi-twotone.hgi-investigation:before {
  content: "\499d";
}
.hgi-twotone.hgi-invoice-01:after {
  content: "\499e";
}
.hgi-twotone.hgi-invoice-01:before {
  content: "\499f";
}
.hgi-twotone.hgi-invoice-02:after {
  content: "\49a0";
}
.hgi-twotone.hgi-invoice-02:before {
  content: "\49a1";
}
.hgi-twotone.hgi-invoice-03:after {
  content: "\49a2";
}
.hgi-twotone.hgi-invoice-03:before {
  content: "\49a3";
}
.hgi-twotone.hgi-invoice-04:after {
  content: "\49a4";
}
.hgi-twotone.hgi-invoice-04:before {
  content: "\49a5";
}
.hgi-twotone.hgi-invoice:after {
  content: "\49a6";
}
.hgi-twotone.hgi-invoice:before {
  content: "\49a7";
}
.hgi-twotone.hgi-ipod:after {
  content: "\49a8";
}
.hgi-twotone.hgi-ipod:before {
  content: "\49a9";
}
.hgi-twotone.hgi-iris-scan:after {
  content: "\49aa";
}
.hgi-twotone.hgi-iris-scan:before {
  content: "\49ab";
}
.hgi-twotone.hgi-island:after {
  content: "\49ac";
}
.hgi-twotone.hgi-island:before {
  content: "\49ad";
}
.hgi-twotone.hgi-jar:after {
  content: "\49ae";
}
.hgi-twotone.hgi-jar:before {
  content: "\49af";
}
.hgi-twotone.hgi-java-script:after {
  content: "\49b0";
}
.hgi-twotone.hgi-java-script:before {
  content: "\49b1";
}
.hgi-twotone.hgi-java:after {
  content: "\49b2";
}
.hgi-twotone.hgi-java:before {
  content: "\49b3";
}
.hgi-twotone.hgi-job-link:after {
  content: "\49b4";
}
.hgi-twotone.hgi-job-link:before {
  content: "\49b5";
}
.hgi-twotone.hgi-job-search:after {
  content: "\49b6";
}
.hgi-twotone.hgi-job-search:before {
  content: "\49b7";
}
.hgi-twotone.hgi-job-share:after {
  content: "\49b8";
}
.hgi-twotone.hgi-job-share:before {
  content: "\49b9";
}
.hgi-twotone.hgi-jogger-pants:after {
  content: "\49ba";
}
.hgi-twotone.hgi-jogger-pants:before {
  content: "\49bb";
}
.hgi-twotone.hgi-join-bevel:after {
  content: "\49bc";
}
.hgi-twotone.hgi-join-bevel:before {
  content: "\49bd";
}
.hgi-twotone.hgi-join-round:after {
  content: "\49be";
}
.hgi-twotone.hgi-join-round:before {
  content: "\49bf";
}
.hgi-twotone.hgi-join-straight:after {
  content: "\49c0";
}
.hgi-twotone.hgi-join-straight:before {
  content: "\49c1";
}
.hgi-twotone.hgi-joker:after {
  content: "\49c2";
}
.hgi-twotone.hgi-joker:before {
  content: "\49c3";
}
.hgi-twotone.hgi-joystick-01:after {
  content: "\49c4";
}
.hgi-twotone.hgi-joystick-01:before {
  content: "\49c5";
}
.hgi-twotone.hgi-joystick-02:after {
  content: "\49c6";
}
.hgi-twotone.hgi-joystick-02:before {
  content: "\49c7";
}
.hgi-twotone.hgi-joystick-03:after {
  content: "\49c8";
}
.hgi-twotone.hgi-joystick-03:before {
  content: "\49c9";
}
.hgi-twotone.hgi-joystick-04:after {
  content: "\49ca";
}
.hgi-twotone.hgi-joystick-04:before {
  content: "\49cb";
}
.hgi-twotone.hgi-joystick-05:after {
  content: "\49cc";
}
.hgi-twotone.hgi-joystick-05:before {
  content: "\49cd";
}
.hgi-twotone.hgi-jpg-01:after {
  content: "\49ce";
}
.hgi-twotone.hgi-jpg-01:before {
  content: "\49cf";
}
.hgi-twotone.hgi-jpg-02:after {
  content: "\49d0";
}
.hgi-twotone.hgi-jpg-02:before {
  content: "\49d1";
}
.hgi-twotone.hgi-jsx-01:after {
  content: "\49d2";
}
.hgi-twotone.hgi-jsx-01:before {
  content: "\49d3";
}
.hgi-twotone.hgi-jsx-02:after {
  content: "\49d4";
}
.hgi-twotone.hgi-jsx-02:before {
  content: "\49d5";
}
.hgi-twotone.hgi-jsx-03:after {
  content: "\49d6";
}
.hgi-twotone.hgi-jsx-03:before {
  content: "\49d7";
}
.hgi-twotone.hgi-judge:after {
  content: "\49d8";
}
.hgi-twotone.hgi-judge:before {
  content: "\49d9";
}
.hgi-twotone.hgi-jumpers:after {
  content: "\49da";
}
.hgi-twotone.hgi-jumpers:before {
  content: "\49db";
}
.hgi-twotone.hgi-jupiter:after {
  content: "\49dc";
}
.hgi-twotone.hgi-jupiter:before {
  content: "\49dd";
}
.hgi-twotone.hgi-justice-scale-01:after {
  content: "\49de";
}
.hgi-twotone.hgi-justice-scale-01:before {
  content: "\49df";
}
.hgi-twotone.hgi-justice-scale-02:after {
  content: "\49e0";
}
.hgi-twotone.hgi-justice-scale-02:before {
  content: "\49e1";
}
.hgi-twotone.hgi-kaaba-01:after {
  content: "\49e2";
}
.hgi-twotone.hgi-kaaba-01:before {
  content: "\49e3";
}
.hgi-twotone.hgi-kaaba-02:after {
  content: "\49e4";
}
.hgi-twotone.hgi-kaaba-02:before {
  content: "\49e5";
}
.hgi-twotone.hgi-kanban:after {
  content: "\49e6";
}
.hgi-twotone.hgi-kanban:before {
  content: "\49e7";
}
.hgi-twotone.hgi-kayak:after {
  content: "\49e8";
}
.hgi-twotone.hgi-kayak:before {
  content: "\49e9";
}
.hgi-twotone.hgi-keffiyeh:after {
  content: "\49ea";
}
.hgi-twotone.hgi-keffiyeh:before {
  content: "\49eb";
}
.hgi-twotone.hgi-kettle-01:after {
  content: "\49ec";
}
.hgi-twotone.hgi-kettle-01:before {
  content: "\49ed";
}
.hgi-twotone.hgi-kettle:after {
  content: "\49ee";
}
.hgi-twotone.hgi-kettle:before {
  content: "\49ef";
}
.hgi-twotone.hgi-kettlebell:after {
  content: "\49f0";
}
.hgi-twotone.hgi-kettlebell:before {
  content: "\49f1";
}
.hgi-twotone.hgi-ketupat:after {
  content: "\49f2";
}
.hgi-twotone.hgi-ketupat:before {
  content: "\49f3";
}
.hgi-twotone.hgi-key-01:after {
  content: "\49f4";
}
.hgi-twotone.hgi-key-01:before {
  content: "\49f5";
}
.hgi-twotone.hgi-key-02:after {
  content: "\49f6";
}
.hgi-twotone.hgi-key-02:before {
  content: "\49f7";
}
.hgi-twotone.hgi-key-generator-fob:after {
  content: "\49f8";
}
.hgi-twotone.hgi-key-generator-fob:before {
  content: "\49f9";
}
.hgi-twotone.hgi-keyboard:after {
  content: "\49fa";
}
.hgi-twotone.hgi-keyboard:before {
  content: "\49fb";
}
.hgi-twotone.hgi-keyframe-add:after {
  content: "\49fc";
}
.hgi-twotone.hgi-keyframe-add:before {
  content: "\49fd";
}
.hgi-twotone.hgi-keyframe-align-center:after {
  content: "\49fe";
}
.hgi-twotone.hgi-keyframe-align-center:before {
  content: "\49ff";
}
.hgi-twotone.hgi-keyframe-align-horizontal:after {
  content: "\4a00";
}
.hgi-twotone.hgi-keyframe-align-horizontal:before {
  content: "\4a01";
}
.hgi-twotone.hgi-keyframe-align-vertical:after {
  content: "\4a02";
}
.hgi-twotone.hgi-keyframe-align-vertical:before {
  content: "\4a03";
}
.hgi-twotone.hgi-keyframe-bottom:after {
  content: "\4a04";
}
.hgi-twotone.hgi-keyframe-bottom:before {
  content: "\4a05";
}
.hgi-twotone.hgi-keyframe-left:after {
  content: "\4a06";
}
.hgi-twotone.hgi-keyframe-left:before {
  content: "\4a07";
}
.hgi-twotone.hgi-keyframe-remove:after {
  content: "\4a08";
}
.hgi-twotone.hgi-keyframe-remove:before {
  content: "\4a09";
}
.hgi-twotone.hgi-keyframe-right:after {
  content: "\4a0a";
}
.hgi-twotone.hgi-keyframe-right:before {
  content: "\4a0b";
}
.hgi-twotone.hgi-keyframe:after {
  content: "\4a0c";
}
.hgi-twotone.hgi-keyframe-top:after {
  content: "\4a0d";
}
.hgi-twotone.hgi-keyframe-top:before {
  content: "\4a0e";
}
.hgi-twotone.hgi-keyframe:before {
  content: "\4a0f";
}
.hgi-twotone.hgi-keyframes-double-add:after {
  content: "\4a10";
}
.hgi-twotone.hgi-keyframes-double-add:before {
  content: "\4a11";
}
.hgi-twotone.hgi-keyframes-double-remove:after {
  content: "\4a12";
}
.hgi-twotone.hgi-keyframes-double-remove:before {
  content: "\4a13";
}
.hgi-twotone.hgi-keyframes-double:after {
  content: "\4a14";
}
.hgi-twotone.hgi-keyframes-double:before {
  content: "\4a15";
}
.hgi-twotone.hgi-keyframes-multiple-add:after {
  content: "\4a16";
}
.hgi-twotone.hgi-keyframes-multiple-add:before {
  content: "\4a17";
}
.hgi-twotone.hgi-keyframes-multiple-remove:after {
  content: "\4a18";
}
.hgi-twotone.hgi-keyframes-multiple-remove:before {
  content: "\4a19";
}
.hgi-twotone.hgi-keyframes-multiple:after {
  content: "\4a1a";
}
.hgi-twotone.hgi-keyframes-multiple:before {
  content: "\4a1b";
}
.hgi-twotone.hgi-kickstarter-01:after {
  content: "\4a1c";
}
.hgi-twotone.hgi-kickstarter-01:before {
  content: "\4a1d";
}
.hgi-twotone.hgi-kickstarter-02:after {
  content: "\4a1e";
}
.hgi-twotone.hgi-kickstarter-02:before {
  content: "\4a1f";
}
.hgi-twotone.hgi-kid:after {
  content: "\4a20";
}
.hgi-twotone.hgi-kid:before {
  content: "\4a21";
}
.hgi-twotone.hgi-kidneys:after {
  content: "\4a22";
}
.hgi-twotone.hgi-kidneys:before {
  content: "\4a23";
}
.hgi-twotone.hgi-kissing:after {
  content: "\4a24";
}
.hgi-twotone.hgi-kissing:before {
  content: "\4a25";
}
.hgi-twotone.hgi-kitchen-utensils:after {
  content: "\4a26";
}
.hgi-twotone.hgi-kitchen-utensils:before {
  content: "\4a27";
}
.hgi-twotone.hgi-kite:after {
  content: "\4a28";
}
.hgi-twotone.hgi-kite:before {
  content: "\4a29";
}
.hgi-twotone.hgi-klarna:after {
  content: "\4a2a";
}
.hgi-twotone.hgi-klarna:before {
  content: "\4a2b";
}
.hgi-twotone.hgi-knife-01:after {
  content: "\4a2c";
}
.hgi-twotone.hgi-knife-01:before {
  content: "\4a2d";
}
.hgi-twotone.hgi-knife-02:after {
  content: "\4a2e";
}
.hgi-twotone.hgi-knife-02:before {
  content: "\4a2f";
}
.hgi-twotone.hgi-knife-bread:after {
  content: "\4a30";
}
.hgi-twotone.hgi-knife-bread:before {
  content: "\4a31";
}
.hgi-twotone.hgi-knight-shield:after {
  content: "\4a32";
}
.hgi-twotone.hgi-knight-shield:before {
  content: "\4a33";
}
.hgi-twotone.hgi-knives:after {
  content: "\4a34";
}
.hgi-twotone.hgi-knives:before {
  content: "\4a35";
}
.hgi-twotone.hgi-knowledge-01:after {
  content: "\4a36";
}
.hgi-twotone.hgi-knowledge-01:before {
  content: "\4a37";
}
.hgi-twotone.hgi-knowledge-02:after {
  content: "\4a38";
}
.hgi-twotone.hgi-knowledge-02:before {
  content: "\4a39";
}
.hgi-twotone.hgi-ko-fi:after {
  content: "\4a3a";
}
.hgi-twotone.hgi-ko-fi:before {
  content: "\4a3b";
}
.hgi-twotone.hgi-kurta-01:after {
  content: "\4a3c";
}
.hgi-twotone.hgi-kurta-01:before {
  content: "\4a3d";
}
.hgi-twotone.hgi-kurta:after {
  content: "\4a3e";
}
.hgi-twotone.hgi-kurta:before {
  content: "\4a3f";
}
.hgi-twotone.hgi-label-important:after {
  content: "\4a40";
}
.hgi-twotone.hgi-label-important:before {
  content: "\4a41";
}
.hgi-twotone.hgi-label:after {
  content: "\4a42";
}
.hgi-twotone.hgi-label:before {
  content: "\4a43";
}
.hgi-twotone.hgi-labor:after {
  content: "\4a44";
}
.hgi-twotone.hgi-labor:before {
  content: "\4a45";
}
.hgi-twotone.hgi-labs:after {
  content: "\4a46";
}
.hgi-twotone.hgi-labs:before {
  content: "\4a47";
}
.hgi-twotone.hgi-lake:after {
  content: "\4a48";
}
.hgi-twotone.hgi-lake:before {
  content: "\4a49";
}
.hgi-twotone.hgi-lamp-01:after {
  content: "\4a4a";
}
.hgi-twotone.hgi-lamp-01:before {
  content: "\4a4b";
}
.hgi-twotone.hgi-lamp-02:after {
  content: "\4a4c";
}
.hgi-twotone.hgi-lamp-02:before {
  content: "\4a4d";
}
.hgi-twotone.hgi-lamp-03:after {
  content: "\4a4e";
}
.hgi-twotone.hgi-lamp-03:before {
  content: "\4a4f";
}
.hgi-twotone.hgi-lamp-04:after {
  content: "\4a50";
}
.hgi-twotone.hgi-lamp-04:before {
  content: "\4a51";
}
.hgi-twotone.hgi-lamp-05:after {
  content: "\4a52";
}
.hgi-twotone.hgi-lamp-05:before {
  content: "\4a53";
}
.hgi-twotone.hgi-lamp:after {
  content: "\4a54";
}
.hgi-twotone.hgi-lamp:before {
  content: "\4a55";
}
.hgi-twotone.hgi-language-circle:after {
  content: "\4a56";
}
.hgi-twotone.hgi-language-circle:before {
  content: "\4a57";
}
.hgi-twotone.hgi-language-skill:after {
  content: "\4a58";
}
.hgi-twotone.hgi-language-skill:before {
  content: "\4a59";
}
.hgi-twotone.hgi-language-square:after {
  content: "\4a5a";
}
.hgi-twotone.hgi-language-square:before {
  content: "\4a5b";
}
.hgi-twotone.hgi-lantern:after {
  content: "\4a5c";
}
.hgi-twotone.hgi-lantern:before {
  content: "\4a5d";
}
.hgi-twotone.hgi-laptop-add:after {
  content: "\4a5e";
}
.hgi-twotone.hgi-laptop-add:before {
  content: "\4a5f";
}
.hgi-twotone.hgi-laptop-charging:after {
  content: "\4a60";
}
.hgi-twotone.hgi-laptop-charging:before {
  content: "\4a61";
}
.hgi-twotone.hgi-laptop-check:after {
  content: "\4a62";
}
.hgi-twotone.hgi-laptop-check:before {
  content: "\4a63";
}
.hgi-twotone.hgi-laptop-cloud:after {
  content: "\4a64";
}
.hgi-twotone.hgi-laptop-cloud:before {
  content: "\4a65";
}
.hgi-twotone.hgi-laptop-issue:after {
  content: "\4a66";
}
.hgi-twotone.hgi-laptop-issue:before {
  content: "\4a67";
}
.hgi-twotone.hgi-laptop-performance:after {
  content: "\4a68";
}
.hgi-twotone.hgi-laptop-performance:before {
  content: "\4a69";
}
.hgi-twotone.hgi-laptop-phone-sync:after {
  content: "\4a6a";
}
.hgi-twotone.hgi-laptop-phone-sync:before {
  content: "\4a6b";
}
.hgi-twotone.hgi-laptop-programming:after {
  content: "\4a6c";
}
.hgi-twotone.hgi-laptop-programming:before {
  content: "\4a6d";
}
.hgi-twotone.hgi-laptop-remove:after {
  content: "\4a6e";
}
.hgi-twotone.hgi-laptop-remove:before {
  content: "\4a6f";
}
.hgi-twotone.hgi-laptop:after {
  content: "\4a70";
}
.hgi-twotone.hgi-laptop-settings:after {
  content: "\4a71";
}
.hgi-twotone.hgi-laptop-settings:before {
  content: "\4a72";
}
.hgi-twotone.hgi-laptop-video:after {
  content: "\4a73";
}
.hgi-twotone.hgi-laptop-video:before {
  content: "\4a74";
}
.hgi-twotone.hgi-laptop:before {
  content: "\4a75";
}
.hgi-twotone.hgi-lasso-tool-01:after {
  content: "\4a76";
}
.hgi-twotone.hgi-lasso-tool-01:before {
  content: "\4a77";
}
.hgi-twotone.hgi-lasso-tool-02:after {
  content: "\4a78";
}
.hgi-twotone.hgi-lasso-tool-02:before {
  content: "\4a79";
}
.hgi-twotone.hgi-last-fm:after {
  content: "\4a7a";
}
.hgi-twotone.hgi-last-fm:before {
  content: "\4a7b";
}
.hgi-twotone.hgi-latitude:after {
  content: "\4a7c";
}
.hgi-twotone.hgi-latitude:before {
  content: "\4a7d";
}
.hgi-twotone.hgi-laughing:after {
  content: "\4a7e";
}
.hgi-twotone.hgi-laughing:before {
  content: "\4a7f";
}
.hgi-twotone.hgi-laurel-wreath-01:after {
  content: "\4a80";
}
.hgi-twotone.hgi-laurel-wreath-01:before {
  content: "\4a81";
}
.hgi-twotone.hgi-laurel-wreath-02:after {
  content: "\4a82";
}
.hgi-twotone.hgi-laurel-wreath-02:before {
  content: "\4a83";
}
.hgi-twotone.hgi-laurel-wreath-first-01:after {
  content: "\4a84";
}
.hgi-twotone.hgi-laurel-wreath-first-01:before {
  content: "\4a85";
}
.hgi-twotone.hgi-laurel-wreath-first-02:after {
  content: "\4a86";
}
.hgi-twotone.hgi-laurel-wreath-first-02:before {
  content: "\4a87";
}
.hgi-twotone.hgi-laurel-wreath-left-01:after {
  content: "\4a88";
}
.hgi-twotone.hgi-laurel-wreath-left-01:before {
  content: "\4a89";
}
.hgi-twotone.hgi-laurel-wreath-left-02:after {
  content: "\4a8a";
}
.hgi-twotone.hgi-laurel-wreath-left-02:before {
  content: "\4a8b";
}
.hgi-twotone.hgi-laurel-wreath-left-03:after {
  content: "\4a8c";
}
.hgi-twotone.hgi-laurel-wreath-left-03:before {
  content: "\4a8d";
}
.hgi-twotone.hgi-laurel-wreath-right-01:after {
  content: "\4a8e";
}
.hgi-twotone.hgi-laurel-wreath-right-01:before {
  content: "\4a8f";
}
.hgi-twotone.hgi-laurel-wreath-right-02:after {
  content: "\4a90";
}
.hgi-twotone.hgi-laurel-wreath-right-02:before {
  content: "\4a91";
}
.hgi-twotone.hgi-laurel-wreath-right-03:after {
  content: "\4a92";
}
.hgi-twotone.hgi-laurel-wreath-right-03:before {
  content: "\4a93";
}
.hgi-twotone.hgi-layer-add:after {
  content: "\4a94";
}
.hgi-twotone.hgi-layer-add:before {
  content: "\4a95";
}
.hgi-twotone.hgi-layer-mask-01:after {
  content: "\4a96";
}
.hgi-twotone.hgi-layer-mask-01:before {
  content: "\4a97";
}
.hgi-twotone.hgi-layer-mask-02:after {
  content: "\4a98";
}
.hgi-twotone.hgi-layer-mask-02:before {
  content: "\4a99";
}
.hgi-twotone.hgi-layers-01:after {
  content: "\4a9a";
}
.hgi-twotone.hgi-layers-01:before {
  content: "\4a9b";
}
.hgi-twotone.hgi-layers-02:after {
  content: "\4a9c";
}
.hgi-twotone.hgi-layers-02:before {
  content: "\4a9d";
}
.hgi-twotone.hgi-layers-logo:after {
  content: "\4a9e";
}
.hgi-twotone.hgi-layers-logo:before {
  content: "\4a9f";
}
.hgi-twotone.hgi-layout-01:after {
  content: "\4aa0";
}
.hgi-twotone.hgi-layout-01:before {
  content: "\4aa1";
}
.hgi-twotone.hgi-layout-02:after {
  content: "\4aa2";
}
.hgi-twotone.hgi-layout-02:before {
  content: "\4aa3";
}
.hgi-twotone.hgi-layout-03:after {
  content: "\4aa4";
}
.hgi-twotone.hgi-layout-03:before {
  content: "\4aa5";
}
.hgi-twotone.hgi-layout-04:after {
  content: "\4aa6";
}
.hgi-twotone.hgi-layout-04:before {
  content: "\4aa7";
}
.hgi-twotone.hgi-layout-05:after {
  content: "\4aa8";
}
.hgi-twotone.hgi-layout-05:before {
  content: "\4aa9";
}
.hgi-twotone.hgi-layout-06:after {
  content: "\4aaa";
}
.hgi-twotone.hgi-layout-06:before {
  content: "\4aab";
}
.hgi-twotone.hgi-layout-07:after {
  content: "\4aac";
}
.hgi-twotone.hgi-layout-07:before {
  content: "\4aad";
}
.hgi-twotone.hgi-layout-2-column:after {
  content: "\4aae";
}
.hgi-twotone.hgi-layout-2-column:before {
  content: "\4aaf";
}
.hgi-twotone.hgi-layout-2-row:after {
  content: "\4ab0";
}
.hgi-twotone.hgi-layout-2-row:before {
  content: "\4ab1";
}
.hgi-twotone.hgi-layout-3-column:after {
  content: "\4ab2";
}
.hgi-twotone.hgi-layout-3-column:before {
  content: "\4ab3";
}
.hgi-twotone.hgi-layout-3-row:after {
  content: "\4ab4";
}
.hgi-twotone.hgi-layout-3-row:before {
  content: "\4ab5";
}
.hgi-twotone.hgi-layout-bottom:after {
  content: "\4ab6";
}
.hgi-twotone.hgi-layout-bottom:before {
  content: "\4ab7";
}
.hgi-twotone.hgi-layout-grid:after {
  content: "\4ab8";
}
.hgi-twotone.hgi-layout-grid:before {
  content: "\4ab9";
}
.hgi-twotone.hgi-layout-left:after {
  content: "\4aba";
}
.hgi-twotone.hgi-layout-left:before {
  content: "\4abb";
}
.hgi-twotone.hgi-layout-right:after {
  content: "\4abc";
}
.hgi-twotone.hgi-layout-right:before {
  content: "\4abd";
}
.hgi-twotone.hgi-layout-table-01:after {
  content: "\4abe";
}
.hgi-twotone.hgi-layout-table-01:before {
  content: "\4abf";
}
.hgi-twotone.hgi-layout-table-02:after {
  content: "\4ac0";
}
.hgi-twotone.hgi-layout-table-02:before {
  content: "\4ac1";
}
.hgi-twotone.hgi-layout-top:after {
  content: "\4ac2";
}
.hgi-twotone.hgi-layout-top:before {
  content: "\4ac3";
}
.hgi-twotone.hgi-leaf-01:after {
  content: "\4ac4";
}
.hgi-twotone.hgi-leaf-01:before {
  content: "\4ac5";
}
.hgi-twotone.hgi-leaf-02:after {
  content: "\4ac6";
}
.hgi-twotone.hgi-leaf-02:before {
  content: "\4ac7";
}
.hgi-twotone.hgi-leaf-03:after {
  content: "\4ac8";
}
.hgi-twotone.hgi-leaf-03:before {
  content: "\4ac9";
}
.hgi-twotone.hgi-leaf-04:after {
  content: "\4aca";
}
.hgi-twotone.hgi-leaf-04:before {
  content: "\4acb";
}
.hgi-twotone.hgi-leaving-geo-fence:after {
  content: "\4acc";
}
.hgi-twotone.hgi-leaving-geo-fence:before {
  content: "\4acd";
}
.hgi-twotone.hgi-leetcode:after {
  content: "\4ace";
}
.hgi-twotone.hgi-leetcode:before {
  content: "\4acf";
}
.hgi-twotone.hgi-left-angle:after {
  content: "\4ad0";
}
.hgi-twotone.hgi-left-angle:before {
  content: "\4ad1";
}
.hgi-twotone.hgi-left-to-right-block-quote:after {
  content: "\4ad2";
}
.hgi-twotone.hgi-left-to-right-block-quote:before {
  content: "\4ad3";
}
.hgi-twotone.hgi-left-to-right-list-bullet:after {
  content: "\4ad4";
}
.hgi-twotone.hgi-left-to-right-list-bullet:before {
  content: "\4ad5";
}
.hgi-twotone.hgi-left-to-right-list-dash:after {
  content: "\4ad6";
}
.hgi-twotone.hgi-left-to-right-list-dash:before {
  content: "\4ad7";
}
.hgi-twotone.hgi-left-to-right-list-number:after {
  content: "\4ad8";
}
.hgi-twotone.hgi-left-to-right-list-number:before {
  content: "\4ad9";
}
.hgi-twotone.hgi-left-to-right-list-star-01:after {
  content: "\4ada";
}
.hgi-twotone.hgi-left-to-right-list-star-01:before {
  content: "\4adb";
}
.hgi-twotone.hgi-left-to-right-list-star:after {
  content: "\4adc";
}
.hgi-twotone.hgi-left-to-right-list-star:before {
  content: "\4add";
}
.hgi-twotone.hgi-left-to-right-list-triangle:after {
  content: "\4ade";
}
.hgi-twotone.hgi-left-to-right-list-triangle:before {
  content: "\4adf";
}
.hgi-twotone.hgi-left-triangle:after {
  content: "\4ae0";
}
.hgi-twotone.hgi-left-triangle:before {
  content: "\4ae1";
}
.hgi-twotone.hgi-legal-01:after {
  content: "\4ae2";
}
.hgi-twotone.hgi-legal-01:before {
  content: "\4ae3";
}
.hgi-twotone.hgi-legal-02:after {
  content: "\4ae4";
}
.hgi-twotone.hgi-legal-02:before {
  content: "\4ae5";
}
.hgi-twotone.hgi-legal-document-01:after {
  content: "\4ae6";
}
.hgi-twotone.hgi-legal-document-01:before {
  content: "\4ae7";
}
.hgi-twotone.hgi-legal-document-02:after {
  content: "\4ae8";
}
.hgi-twotone.hgi-legal-document-02:before {
  content: "\4ae9";
}
.hgi-twotone.hgi-legal-hammer:after {
  content: "\4aea";
}
.hgi-twotone.hgi-legal-hammer:before {
  content: "\4aeb";
}
.hgi-twotone.hgi-less-than-circle:after {
  content: "\4aec";
}
.hgi-twotone.hgi-less-than-circle:before {
  content: "\4aed";
}
.hgi-twotone.hgi-less-than:after {
  content: "\4aee";
}
.hgi-twotone.hgi-less-than-square:after {
  content: "\4aef";
}
.hgi-twotone.hgi-less-than-square:before {
  content: "\4af0";
}
.hgi-twotone.hgi-less-than:before {
  content: "\4af1";
}
.hgi-twotone.hgi-letter-spacing:after {
  content: "\4af2";
}
.hgi-twotone.hgi-letter-spacing:before {
  content: "\4af3";
}
.hgi-twotone.hgi-libraries:after {
  content: "\4af4";
}
.hgi-twotone.hgi-libraries:before {
  content: "\4af5";
}
.hgi-twotone.hgi-library:after {
  content: "\4af6";
}
.hgi-twotone.hgi-library:before {
  content: "\4af7";
}
.hgi-twotone.hgi-license-draft:after {
  content: "\4af8";
}
.hgi-twotone.hgi-license-draft:before {
  content: "\4af9";
}
.hgi-twotone.hgi-license-maintenance:after {
  content: "\4afa";
}
.hgi-twotone.hgi-license-maintenance:before {
  content: "\4afb";
}
.hgi-twotone.hgi-license-no:after {
  content: "\4afc";
}
.hgi-twotone.hgi-license-no:before {
  content: "\4afd";
}
.hgi-twotone.hgi-license-pin:after {
  content: "\4afe";
}
.hgi-twotone.hgi-license-pin:before {
  content: "\4aff";
}
.hgi-twotone.hgi-license:after {
  content: "\4b00";
}
.hgi-twotone.hgi-license-third-party:after {
  content: "\4b01";
}
.hgi-twotone.hgi-license-third-party:before {
  content: "\4b02";
}
.hgi-twotone.hgi-license:before {
  content: "\4b03";
}
.hgi-twotone.hgi-lift-truck:after {
  content: "\4b04";
}
.hgi-twotone.hgi-lift-truck:before {
  content: "\4b05";
}
.hgi-twotone.hgi-lighthouse:after {
  content: "\4b06";
}
.hgi-twotone.hgi-lighthouse:before {
  content: "\4b07";
}
.hgi-twotone.hgi-limit-order:after {
  content: "\4b08";
}
.hgi-twotone.hgi-limit-order:before {
  content: "\4b09";
}
.hgi-twotone.hgi-limitation:after {
  content: "\4b0a";
}
.hgi-twotone.hgi-limitation:before {
  content: "\4b0b";
}
.hgi-twotone.hgi-line:after {
  content: "\4b0c";
}
.hgi-twotone.hgi-line:before {
  content: "\4b0d";
}
.hgi-twotone.hgi-liner:after {
  content: "\4b0e";
}
.hgi-twotone.hgi-liner:before {
  content: "\4b0f";
}
.hgi-twotone.hgi-link-01:after {
  content: "\4b10";
}
.hgi-twotone.hgi-link-01:before {
  content: "\4b11";
}
.hgi-twotone.hgi-link-02:after {
  content: "\4b12";
}
.hgi-twotone.hgi-link-02:before {
  content: "\4b13";
}
.hgi-twotone.hgi-link-03:after {
  content: "\4b14";
}
.hgi-twotone.hgi-link-03:before {
  content: "\4b15";
}
.hgi-twotone.hgi-link-04:after {
  content: "\4b16";
}
.hgi-twotone.hgi-link-04:before {
  content: "\4b17";
}
.hgi-twotone.hgi-link-05:after {
  content: "\4b18";
}
.hgi-twotone.hgi-link-05:before {
  content: "\4b19";
}
.hgi-twotone.hgi-link-06:after {
  content: "\4b1a";
}
.hgi-twotone.hgi-link-06:before {
  content: "\4b1b";
}
.hgi-twotone.hgi-link-backward:after {
  content: "\4b1c";
}
.hgi-twotone.hgi-link-backward:before {
  content: "\4b1d";
}
.hgi-twotone.hgi-link-circle-02:after {
  content: "\4b1e";
}
.hgi-twotone.hgi-link-circle-02:before {
  content: "\4b1f";
}
.hgi-twotone.hgi-link-circle:after {
  content: "\4b20";
}
.hgi-twotone.hgi-link-circle:before {
  content: "\4b21";
}
.hgi-twotone.hgi-link-forward:after {
  content: "\4b22";
}
.hgi-twotone.hgi-link-forward:before {
  content: "\4b23";
}
.hgi-twotone.hgi-link-square-01:after {
  content: "\4b24";
}
.hgi-twotone.hgi-link-square-01:before {
  content: "\4b25";
}
.hgi-twotone.hgi-link-square-02:after {
  content: "\4b26";
}
.hgi-twotone.hgi-link-square-02:before {
  content: "\4b27";
}
.hgi-twotone.hgi-linkedin-01:after {
  content: "\4b28";
}
.hgi-twotone.hgi-linkedin-01:before {
  content: "\4b29";
}
.hgi-twotone.hgi-linkedin-02:after {
  content: "\4b2a";
}
.hgi-twotone.hgi-linkedin-02:before {
  content: "\4b2b";
}
.hgi-twotone.hgi-list-setting:after {
  content: "\4b2c";
}
.hgi-twotone.hgi-list-setting:before {
  content: "\4b2d";
}
.hgi-twotone.hgi-list-view:after {
  content: "\4b2e";
}
.hgi-twotone.hgi-list-view:before {
  content: "\4b2f";
}
.hgi-twotone.hgi-litecoin:after {
  content: "\4b30";
}
.hgi-twotone.hgi-litecoin:before {
  content: "\4b31";
}
.hgi-twotone.hgi-live-streaming-01:after {
  content: "\4b32";
}
.hgi-twotone.hgi-live-streaming-01:before {
  content: "\4b33";
}
.hgi-twotone.hgi-live-streaming-02:after {
  content: "\4b34";
}
.hgi-twotone.hgi-live-streaming-02:before {
  content: "\4b35";
}
.hgi-twotone.hgi-live-streaming-03:after {
  content: "\4b36";
}
.hgi-twotone.hgi-live-streaming-03:before {
  content: "\4b37";
}
.hgi-twotone.hgi-liver:after {
  content: "\4b38";
}
.hgi-twotone.hgi-liver:before {
  content: "\4b39";
}
.hgi-twotone.hgi-loading-01:after {
  content: "\4b3a";
}
.hgi-twotone.hgi-loading-01:before {
  content: "\4b3b";
}
.hgi-twotone.hgi-loading-02:after {
  content: "\4b3c";
}
.hgi-twotone.hgi-loading-02:before {
  content: "\4b3d";
}
.hgi-twotone.hgi-loading-03:after {
  content: "\4b3e";
}
.hgi-twotone.hgi-loading-03:before {
  content: "\4b3f";
}
.hgi-twotone.hgi-loading-04:after {
  content: "\4b40";
}
.hgi-twotone.hgi-loading-04:before {
  content: "\4b41";
}
.hgi-twotone.hgi-location-01:after {
  content: "\4b42";
}
.hgi-twotone.hgi-location-01:before {
  content: "\4b43";
}
.hgi-twotone.hgi-location-02:after {
  content: "\4b44";
}
.hgi-twotone.hgi-location-02:before {
  content: "\4b45";
}
.hgi-twotone.hgi-location-03:after {
  content: "\4b46";
}
.hgi-twotone.hgi-location-03:before {
  content: "\4b47";
}
.hgi-twotone.hgi-location-04:after {
  content: "\4b48";
}
.hgi-twotone.hgi-location-04:before {
  content: "\4b49";
}
.hgi-twotone.hgi-location-05:after {
  content: "\4b4a";
}
.hgi-twotone.hgi-location-05:before {
  content: "\4b4b";
}
.hgi-twotone.hgi-location-06:after {
  content: "\4b4c";
}
.hgi-twotone.hgi-location-06:before {
  content: "\4b4d";
}
.hgi-twotone.hgi-location-07:after {
  content: "\4b4e";
}
.hgi-twotone.hgi-location-07:before {
  content: "\4b4f";
}
.hgi-twotone.hgi-location-08:after {
  content: "\4b50";
}
.hgi-twotone.hgi-location-08:before {
  content: "\4b51";
}
.hgi-twotone.hgi-location-09:after {
  content: "\4b52";
}
.hgi-twotone.hgi-location-09:before {
  content: "\4b53";
}
.hgi-twotone.hgi-location-10:after {
  content: "\4b54";
}
.hgi-twotone.hgi-location-10:before {
  content: "\4b55";
}
.hgi-twotone.hgi-location-add-01:after {
  content: "\4b56";
}
.hgi-twotone.hgi-location-add-01:before {
  content: "\4b57";
}
.hgi-twotone.hgi-location-add-02:after {
  content: "\4b58";
}
.hgi-twotone.hgi-location-add-02:before {
  content: "\4b59";
}
.hgi-twotone.hgi-location-check-01:after {
  content: "\4b5a";
}
.hgi-twotone.hgi-location-check-01:before {
  content: "\4b5b";
}
.hgi-twotone.hgi-location-check-02:after {
  content: "\4b5c";
}
.hgi-twotone.hgi-location-check-02:before {
  content: "\4b5d";
}
.hgi-twotone.hgi-location-favourite-01:after {
  content: "\4b5e";
}
.hgi-twotone.hgi-location-favourite-01:before {
  content: "\4b5f";
}
.hgi-twotone.hgi-location-favourite-02:after {
  content: "\4b60";
}
.hgi-twotone.hgi-location-favourite-02:before {
  content: "\4b61";
}
.hgi-twotone.hgi-location-offline-01:after {
  content: "\4b62";
}
.hgi-twotone.hgi-location-offline-01:before {
  content: "\4b63";
}
.hgi-twotone.hgi-location-offline-02:after {
  content: "\4b64";
}
.hgi-twotone.hgi-location-offline-02:before {
  content: "\4b65";
}
.hgi-twotone.hgi-location-offline-03:after {
  content: "\4b66";
}
.hgi-twotone.hgi-location-offline-03:before {
  content: "\4b67";
}
.hgi-twotone.hgi-location-offline-04:after {
  content: "\4b68";
}
.hgi-twotone.hgi-location-offline-04:before {
  content: "\4b69";
}
.hgi-twotone.hgi-location-remove-01:after {
  content: "\4b6a";
}
.hgi-twotone.hgi-location-remove-01:before {
  content: "\4b6b";
}
.hgi-twotone.hgi-location-remove-02:after {
  content: "\4b6c";
}
.hgi-twotone.hgi-location-remove-02:before {
  content: "\4b6d";
}
.hgi-twotone.hgi-location-share-01:after {
  content: "\4b6e";
}
.hgi-twotone.hgi-location-share-01:before {
  content: "\4b6f";
}
.hgi-twotone.hgi-location-share-02:after {
  content: "\4b70";
}
.hgi-twotone.hgi-location-share-02:before {
  content: "\4b71";
}
.hgi-twotone.hgi-location-star-01:after {
  content: "\4b72";
}
.hgi-twotone.hgi-location-star-01:before {
  content: "\4b73";
}
.hgi-twotone.hgi-location-star-02:after {
  content: "\4b74";
}
.hgi-twotone.hgi-location-star-02:before {
  content: "\4b75";
}
.hgi-twotone.hgi-location-update-01:after {
  content: "\4b76";
}
.hgi-twotone.hgi-location-update-01:before {
  content: "\4b77";
}
.hgi-twotone.hgi-location-update-02:after {
  content: "\4b78";
}
.hgi-twotone.hgi-location-update-02:before {
  content: "\4b79";
}
.hgi-twotone.hgi-location-user-01:after {
  content: "\4b7a";
}
.hgi-twotone.hgi-location-user-01:before {
  content: "\4b7b";
}
.hgi-twotone.hgi-location-user-02:after {
  content: "\4b7c";
}
.hgi-twotone.hgi-location-user-02:before {
  content: "\4b7d";
}
.hgi-twotone.hgi-location-user-03:after {
  content: "\4b7e";
}
.hgi-twotone.hgi-location-user-03:before {
  content: "\4b7f";
}
.hgi-twotone.hgi-location-user-04:after {
  content: "\4b80";
}
.hgi-twotone.hgi-location-user-04:before {
  content: "\4b81";
}
.hgi-twotone.hgi-lock-computer:after {
  content: "\4b82";
}
.hgi-twotone.hgi-lock-computer:before {
  content: "\4b83";
}
.hgi-twotone.hgi-lock-key:after {
  content: "\4b84";
}
.hgi-twotone.hgi-lock-key:before {
  content: "\4b85";
}
.hgi-twotone.hgi-lock-password:after {
  content: "\4b86";
}
.hgi-twotone.hgi-lock-password:before {
  content: "\4b87";
}
.hgi-twotone.hgi-lock:after {
  content: "\4b88";
}
.hgi-twotone.hgi-lock-sync-01:after {
  content: "\4b89";
}
.hgi-twotone.hgi-lock-sync-01:before {
  content: "\4b8a";
}
.hgi-twotone.hgi-lock-sync-02:after {
  content: "\4b8b";
}
.hgi-twotone.hgi-lock-sync-02:before {
  content: "\4b8c";
}
.hgi-twotone.hgi-lock:before {
  content: "\4b8d";
}
.hgi-twotone.hgi-locked:after {
  content: "\4b8e";
}
.hgi-twotone.hgi-locked:before {
  content: "\4b8f";
}
.hgi-twotone.hgi-locker-01:after {
  content: "\4b90";
}
.hgi-twotone.hgi-locker-01:before {
  content: "\4b91";
}
.hgi-twotone.hgi-locker:after {
  content: "\4b92";
}
.hgi-twotone.hgi-locker:before {
  content: "\4b93";
}
.hgi-twotone.hgi-login-01:after {
  content: "\4b94";
}
.hgi-twotone.hgi-login-01:before {
  content: "\4b95";
}
.hgi-twotone.hgi-login-02:after {
  content: "\4b96";
}
.hgi-twotone.hgi-login-02:before {
  content: "\4b97";
}
.hgi-twotone.hgi-login-03:after {
  content: "\4b98";
}
.hgi-twotone.hgi-login-03:before {
  content: "\4b99";
}
.hgi-twotone.hgi-login-circle-01:after {
  content: "\4b9a";
}
.hgi-twotone.hgi-login-circle-01:before {
  content: "\4b9b";
}
.hgi-twotone.hgi-login-circle-02:after {
  content: "\4b9c";
}
.hgi-twotone.hgi-login-circle-02:before {
  content: "\4b9d";
}
.hgi-twotone.hgi-login-method:after {
  content: "\4b9e";
}
.hgi-twotone.hgi-login-method:before {
  content: "\4b9f";
}
.hgi-twotone.hgi-login-square-01:after {
  content: "\4ba0";
}
.hgi-twotone.hgi-login-square-01:before {
  content: "\4ba1";
}
.hgi-twotone.hgi-login-square-02:after {
  content: "\4ba2";
}
.hgi-twotone.hgi-login-square-02:before {
  content: "\4ba3";
}
.hgi-twotone.hgi-logout-01:after {
  content: "\4ba4";
}
.hgi-twotone.hgi-logout-01:before {
  content: "\4ba5";
}
.hgi-twotone.hgi-logout-02:after {
  content: "\4ba6";
}
.hgi-twotone.hgi-logout-02:before {
  content: "\4ba7";
}
.hgi-twotone.hgi-logout-03:after {
  content: "\4ba8";
}
.hgi-twotone.hgi-logout-03:before {
  content: "\4ba9";
}
.hgi-twotone.hgi-logout-04:after {
  content: "\4baa";
}
.hgi-twotone.hgi-logout-04:before {
  content: "\4bab";
}
.hgi-twotone.hgi-logout-05:after {
  content: "\4bac";
}
.hgi-twotone.hgi-logout-05:before {
  content: "\4bad";
}
.hgi-twotone.hgi-logout-circle-01:after {
  content: "\4bae";
}
.hgi-twotone.hgi-logout-circle-01:before {
  content: "\4baf";
}
.hgi-twotone.hgi-logout-circle-02:after {
  content: "\4bb0";
}
.hgi-twotone.hgi-logout-circle-02:before {
  content: "\4bb1";
}
.hgi-twotone.hgi-logout-square-01:after {
  content: "\4bb2";
}
.hgi-twotone.hgi-logout-square-01:before {
  content: "\4bb3";
}
.hgi-twotone.hgi-logout-square-02:after {
  content: "\4bb4";
}
.hgi-twotone.hgi-logout-square-02:before {
  content: "\4bb5";
}
.hgi-twotone.hgi-lollipop:after {
  content: "\4bb6";
}
.hgi-twotone.hgi-lollipop:before {
  content: "\4bb7";
}
.hgi-twotone.hgi-long-sleeve-shirt:after {
  content: "\4bb8";
}
.hgi-twotone.hgi-long-sleeve-shirt:before {
  content: "\4bb9";
}
.hgi-twotone.hgi-longitude:after {
  content: "\4bba";
}
.hgi-twotone.hgi-longitude:before {
  content: "\4bbb";
}
.hgi-twotone.hgi-look-bottom:after {
  content: "\4bbc";
}
.hgi-twotone.hgi-look-bottom:before {
  content: "\4bbd";
}
.hgi-twotone.hgi-look-left:after {
  content: "\4bbe";
}
.hgi-twotone.hgi-look-left:before {
  content: "\4bbf";
}
.hgi-twotone.hgi-look-right:after {
  content: "\4bc0";
}
.hgi-twotone.hgi-look-right:before {
  content: "\4bc1";
}
.hgi-twotone.hgi-look-top:after {
  content: "\4bc2";
}
.hgi-twotone.hgi-look-top:before {
  content: "\4bc3";
}
.hgi-twotone.hgi-loom:after {
  content: "\4bc4";
}
.hgi-twotone.hgi-loom:before {
  content: "\4bc5";
}
.hgi-twotone.hgi-lottiefiles:after {
  content: "\4bc6";
}
.hgi-twotone.hgi-lottiefiles:before {
  content: "\4bc7";
}
.hgi-twotone.hgi-love-korean-finger:after {
  content: "\4bc8";
}
.hgi-twotone.hgi-love-korean-finger:before {
  content: "\4bc9";
}
.hgi-twotone.hgi-low-signal:after {
  content: "\4bca";
}
.hgi-twotone.hgi-low-signal:before {
  content: "\4bcb";
}
.hgi-twotone.hgi-loyalty-card:after {
  content: "\4bcc";
}
.hgi-twotone.hgi-loyalty-card:before {
  content: "\4bcd";
}
.hgi-twotone.hgi-luggage-01:after {
  content: "\4bce";
}
.hgi-twotone.hgi-luggage-01:before {
  content: "\4bcf";
}
.hgi-twotone.hgi-luggage-02:after {
  content: "\4bd0";
}
.hgi-twotone.hgi-luggage-02:before {
  content: "\4bd1";
}
.hgi-twotone.hgi-lungs:after {
  content: "\4bd2";
}
.hgi-twotone.hgi-lungs:before {
  content: "\4bd3";
}
.hgi-twotone.hgi-machine-robot:after {
  content: "\4bd4";
}
.hgi-twotone.hgi-machine-robot:before {
  content: "\4bd5";
}
.hgi-twotone.hgi-magic-wand-01:after {
  content: "\4bd6";
}
.hgi-twotone.hgi-magic-wand-01:before {
  content: "\4bd7";
}
.hgi-twotone.hgi-magic-wand-02:after {
  content: "\4bd8";
}
.hgi-twotone.hgi-magic-wand-02:before {
  content: "\4bd9";
}
.hgi-twotone.hgi-magic-wand-03:after {
  content: "\4bda";
}
.hgi-twotone.hgi-magic-wand-03:before {
  content: "\4bdb";
}
.hgi-twotone.hgi-magic-wand-04:after {
  content: "\4bdc";
}
.hgi-twotone.hgi-magic-wand-04:before {
  content: "\4bdd";
}
.hgi-twotone.hgi-magnet-01:after {
  content: "\4bde";
}
.hgi-twotone.hgi-magnet-01:before {
  content: "\4bdf";
}
.hgi-twotone.hgi-magnet-02:after {
  content: "\4be0";
}
.hgi-twotone.hgi-magnet-02:before {
  content: "\4be1";
}
.hgi-twotone.hgi-magnet:after {
  content: "\4be2";
}
.hgi-twotone.hgi-magnet:before {
  content: "\4be3";
}
.hgi-twotone.hgi-mail-01:after {
  content: "\4be4";
}
.hgi-twotone.hgi-mail-01:before {
  content: "\4be5";
}
.hgi-twotone.hgi-mail-02:after {
  content: "\4be6";
}
.hgi-twotone.hgi-mail-02:before {
  content: "\4be7";
}
.hgi-twotone.hgi-mail-account-01:after {
  content: "\4be8";
}
.hgi-twotone.hgi-mail-account-01:before {
  content: "\4be9";
}
.hgi-twotone.hgi-mail-account-02:after {
  content: "\4bea";
}
.hgi-twotone.hgi-mail-account-02:before {
  content: "\4beb";
}
.hgi-twotone.hgi-mail-add-01:after {
  content: "\4bec";
}
.hgi-twotone.hgi-mail-add-01:before {
  content: "\4bed";
}
.hgi-twotone.hgi-mail-add-02:after {
  content: "\4bee";
}
.hgi-twotone.hgi-mail-add-02:before {
  content: "\4bef";
}
.hgi-twotone.hgi-mail-at-sign-01:after {
  content: "\4bf0";
}
.hgi-twotone.hgi-mail-at-sign-01:before {
  content: "\4bf1";
}
.hgi-twotone.hgi-mail-at-sign-02:after {
  content: "\4bf2";
}
.hgi-twotone.hgi-mail-at-sign-02:before {
  content: "\4bf3";
}
.hgi-twotone.hgi-mail-block-01:after {
  content: "\4bf4";
}
.hgi-twotone.hgi-mail-block-01:before {
  content: "\4bf5";
}
.hgi-twotone.hgi-mail-block-02:after {
  content: "\4bf6";
}
.hgi-twotone.hgi-mail-block-02:before {
  content: "\4bf7";
}
.hgi-twotone.hgi-mail-download-01:after {
  content: "\4bf8";
}
.hgi-twotone.hgi-mail-download-01:before {
  content: "\4bf9";
}
.hgi-twotone.hgi-mail-download-02:after {
  content: "\4bfa";
}
.hgi-twotone.hgi-mail-download-02:before {
  content: "\4bfb";
}
.hgi-twotone.hgi-mail-edit-01:after {
  content: "\4bfc";
}
.hgi-twotone.hgi-mail-edit-01:before {
  content: "\4bfd";
}
.hgi-twotone.hgi-mail-edit-02:after {
  content: "\4bfe";
}
.hgi-twotone.hgi-mail-edit-02:before {
  content: "\4bff";
}
.hgi-twotone.hgi-mail-lock-01:after {
  content: "\4c00";
}
.hgi-twotone.hgi-mail-lock-01:before {
  content: "\4c01";
}
.hgi-twotone.hgi-mail-lock-02:after {
  content: "\4c02";
}
.hgi-twotone.hgi-mail-lock-02:before {
  content: "\4c03";
}
.hgi-twotone.hgi-mail-love-01:after {
  content: "\4c04";
}
.hgi-twotone.hgi-mail-love-01:before {
  content: "\4c05";
}
.hgi-twotone.hgi-mail-love-02:after {
  content: "\4c06";
}
.hgi-twotone.hgi-mail-love-02:before {
  content: "\4c07";
}
.hgi-twotone.hgi-mail-minus-01:after {
  content: "\4c08";
}
.hgi-twotone.hgi-mail-minus-01:before {
  content: "\4c09";
}
.hgi-twotone.hgi-mail-minus-02:after {
  content: "\4c0a";
}
.hgi-twotone.hgi-mail-minus-02:before {
  content: "\4c0b";
}
.hgi-twotone.hgi-mail-open-01:after {
  content: "\4c0c";
}
.hgi-twotone.hgi-mail-open-01:before {
  content: "\4c0d";
}
.hgi-twotone.hgi-mail-open-02:after {
  content: "\4c0e";
}
.hgi-twotone.hgi-mail-open-02:before {
  content: "\4c0f";
}
.hgi-twotone.hgi-mail-open-love:after {
  content: "\4c10";
}
.hgi-twotone.hgi-mail-open-love:before {
  content: "\4c11";
}
.hgi-twotone.hgi-mail-open:after {
  content: "\4c12";
}
.hgi-twotone.hgi-mail-open:before {
  content: "\4c13";
}
.hgi-twotone.hgi-mail-receive-01:after {
  content: "\4c14";
}
.hgi-twotone.hgi-mail-receive-01:before {
  content: "\4c15";
}
.hgi-twotone.hgi-mail-receive-02:after {
  content: "\4c16";
}
.hgi-twotone.hgi-mail-receive-02:before {
  content: "\4c17";
}
.hgi-twotone.hgi-mail-remove-01:after {
  content: "\4c18";
}
.hgi-twotone.hgi-mail-remove-01:before {
  content: "\4c19";
}
.hgi-twotone.hgi-mail-remove-02:after {
  content: "\4c1a";
}
.hgi-twotone.hgi-mail-remove-02:before {
  content: "\4c1b";
}
.hgi-twotone.hgi-mail-reply-01:after {
  content: "\4c1c";
}
.hgi-twotone.hgi-mail-reply-01:before {
  content: "\4c1d";
}
.hgi-twotone.hgi-mail-reply-02:after {
  content: "\4c1e";
}
.hgi-twotone.hgi-mail-reply-02:before {
  content: "\4c1f";
}
.hgi-twotone.hgi-mail-reply-all-01:after {
  content: "\4c20";
}
.hgi-twotone.hgi-mail-reply-all-01:before {
  content: "\4c21";
}
.hgi-twotone.hgi-mail-reply-all-02:after {
  content: "\4c22";
}
.hgi-twotone.hgi-mail-reply-all-02:before {
  content: "\4c23";
}
.hgi-twotone.hgi-mail-search-01:after {
  content: "\4c24";
}
.hgi-twotone.hgi-mail-search-01:before {
  content: "\4c25";
}
.hgi-twotone.hgi-mail-search-02:after {
  content: "\4c26";
}
.hgi-twotone.hgi-mail-search-02:before {
  content: "\4c27";
}
.hgi-twotone.hgi-mail-secure-01:after {
  content: "\4c28";
}
.hgi-twotone.hgi-mail-secure-01:before {
  content: "\4c29";
}
.hgi-twotone.hgi-mail-secure-02:after {
  content: "\4c2a";
}
.hgi-twotone.hgi-mail-secure-02:before {
  content: "\4c2b";
}
.hgi-twotone.hgi-mail-send-01:after {
  content: "\4c2c";
}
.hgi-twotone.hgi-mail-send-01:before {
  content: "\4c2d";
}
.hgi-twotone.hgi-mail-send-02:after {
  content: "\4c2e";
}
.hgi-twotone.hgi-mail-send-02:before {
  content: "\4c2f";
}
.hgi-twotone.hgi-mail-setting-01:after {
  content: "\4c30";
}
.hgi-twotone.hgi-mail-setting-01:before {
  content: "\4c31";
}
.hgi-twotone.hgi-mail-setting-02:after {
  content: "\4c32";
}
.hgi-twotone.hgi-mail-setting-02:before {
  content: "\4c33";
}
.hgi-twotone.hgi-mail-unlock-01:after {
  content: "\4c34";
}
.hgi-twotone.hgi-mail-unlock-01:before {
  content: "\4c35";
}
.hgi-twotone.hgi-mail-unlock-02:after {
  content: "\4c36";
}
.hgi-twotone.hgi-mail-unlock-02:before {
  content: "\4c37";
}
.hgi-twotone.hgi-mail-upload-01:after {
  content: "\4c38";
}
.hgi-twotone.hgi-mail-upload-01:before {
  content: "\4c39";
}
.hgi-twotone.hgi-mail-upload-02:after {
  content: "\4c3a";
}
.hgi-twotone.hgi-mail-upload-02:before {
  content: "\4c3b";
}
.hgi-twotone.hgi-mail-validation-01:after {
  content: "\4c3c";
}
.hgi-twotone.hgi-mail-validation-01:before {
  content: "\4c3d";
}
.hgi-twotone.hgi-mail-validation-02:after {
  content: "\4c3e";
}
.hgi-twotone.hgi-mail-validation-02:before {
  content: "\4c3f";
}
.hgi-twotone.hgi-mail-voice-01:after {
  content: "\4c40";
}
.hgi-twotone.hgi-mail-voice-01:before {
  content: "\4c41";
}
.hgi-twotone.hgi-mail-voice-02:after {
  content: "\4c42";
}
.hgi-twotone.hgi-mail-voice-02:before {
  content: "\4c43";
}
.hgi-twotone.hgi-mailbox-01:after {
  content: "\4c44";
}
.hgi-twotone.hgi-mailbox-01:before {
  content: "\4c45";
}
.hgi-twotone.hgi-mailbox:after {
  content: "\4c46";
}
.hgi-twotone.hgi-mailbox:before {
  content: "\4c47";
}
.hgi-twotone.hgi-male-02:after {
  content: "\4c48";
}
.hgi-twotone.hgi-male-02:before {
  content: "\4c49";
}
.hgi-twotone.hgi-male-symbol:after {
  content: "\4c4a";
}
.hgi-twotone.hgi-male-symbol:before {
  content: "\4c4b";
}
.hgi-twotone.hgi-man:after {
  content: "\4c4c";
}
.hgi-twotone.hgi-man-woman:after {
  content: "\4c4d";
}
.hgi-twotone.hgi-man-woman:before {
  content: "\4c4e";
}
.hgi-twotone.hgi-man:before {
  content: "\4c4f";
}
.hgi-twotone.hgi-manager:after {
  content: "\4c50";
}
.hgi-twotone.hgi-manager:before {
  content: "\4c51";
}
.hgi-twotone.hgi-map-pin:after {
  content: "\4c52";
}
.hgi-twotone.hgi-map-pin:before {
  content: "\4c53";
}
.hgi-twotone.hgi-map-pinpoint-01:after {
  content: "\4c54";
}
.hgi-twotone.hgi-map-pinpoint-01:before {
  content: "\4c55";
}
.hgi-twotone.hgi-map-pinpoint-02:after {
  content: "\4c56";
}
.hgi-twotone.hgi-map-pinpoint-02:before {
  content: "\4c57";
}
.hgi-twotone.hgi-maping:after {
  content: "\4c58";
}
.hgi-twotone.hgi-maping:before {
  content: "\4c59";
}
.hgi-twotone.hgi-maps-circle-01:after {
  content: "\4c5a";
}
.hgi-twotone.hgi-maps-circle-01:before {
  content: "\4c5b";
}
.hgi-twotone.hgi-maps-circle-02:after {
  content: "\4c5c";
}
.hgi-twotone.hgi-maps-circle-02:before {
  content: "\4c5d";
}
.hgi-twotone.hgi-maps-editing:after {
  content: "\4c5e";
}
.hgi-twotone.hgi-maps-editing:before {
  content: "\4c5f";
}
.hgi-twotone.hgi-maps-global-01:after {
  content: "\4c60";
}
.hgi-twotone.hgi-maps-global-01:before {
  content: "\4c61";
}
.hgi-twotone.hgi-maps-global-02:after {
  content: "\4c62";
}
.hgi-twotone.hgi-maps-global-02:before {
  content: "\4c63";
}
.hgi-twotone.hgi-maps-location-01:after {
  content: "\4c64";
}
.hgi-twotone.hgi-maps-location-01:before {
  content: "\4c65";
}
.hgi-twotone.hgi-maps-location-02:after {
  content: "\4c66";
}
.hgi-twotone.hgi-maps-location-02:before {
  content: "\4c67";
}
.hgi-twotone.hgi-maps-off:after {
  content: "\4c68";
}
.hgi-twotone.hgi-maps-off:before {
  content: "\4c69";
}
.hgi-twotone.hgi-maps-refresh:after {
  content: "\4c6a";
}
.hgi-twotone.hgi-maps-refresh:before {
  content: "\4c6b";
}
.hgi-twotone.hgi-maps-search:after {
  content: "\4c6c";
}
.hgi-twotone.hgi-maps-search:before {
  content: "\4c6d";
}
.hgi-twotone.hgi-maps:after {
  content: "\4c6e";
}
.hgi-twotone.hgi-maps-square-01:after {
  content: "\4c6f";
}
.hgi-twotone.hgi-maps-square-01:before {
  content: "\4c70";
}
.hgi-twotone.hgi-maps-square-02:after {
  content: "\4c71";
}
.hgi-twotone.hgi-maps-square-02:before {
  content: "\4c72";
}
.hgi-twotone.hgi-maps:before {
  content: "\4c73";
}
.hgi-twotone.hgi-market-analysis:after {
  content: "\4c74";
}
.hgi-twotone.hgi-market-analysis:before {
  content: "\4c75";
}
.hgi-twotone.hgi-market-order:after {
  content: "\4c76";
}
.hgi-twotone.hgi-market-order:before {
  content: "\4c77";
}
.hgi-twotone.hgi-marketing:after {
  content: "\4c78";
}
.hgi-twotone.hgi-marketing:before {
  content: "\4c79";
}
.hgi-twotone.hgi-mask-love:after {
  content: "\4c7a";
}
.hgi-twotone.hgi-mask-love:before {
  content: "\4c7b";
}
.hgi-twotone.hgi-mask:after {
  content: "\4c7c";
}
.hgi-twotone.hgi-mask:before {
  content: "\4c7d";
}
.hgi-twotone.hgi-master-card:after {
  content: "\4c7e";
}
.hgi-twotone.hgi-master-card:before {
  content: "\4c7f";
}
.hgi-twotone.hgi-mastodon:after {
  content: "\4c80";
}
.hgi-twotone.hgi-mastodon:before {
  content: "\4c81";
}
.hgi-twotone.hgi-matches:after {
  content: "\4c82";
}
.hgi-twotone.hgi-matches:before {
  content: "\4c83";
}
.hgi-twotone.hgi-material-and-texture:after {
  content: "\4c84";
}
.hgi-twotone.hgi-material-and-texture:before {
  content: "\4c85";
}
.hgi-twotone.hgi-math:after {
  content: "\4c86";
}
.hgi-twotone.hgi-math:before {
  content: "\4c87";
}
.hgi-twotone.hgi-matrix:after {
  content: "\4c88";
}
.hgi-twotone.hgi-matrix:before {
  content: "\4c89";
}
.hgi-twotone.hgi-maximize-01:after {
  content: "\4c8a";
}
.hgi-twotone.hgi-maximize-01:before {
  content: "\4c8b";
}
.hgi-twotone.hgi-maximize-02:after {
  content: "\4c8c";
}
.hgi-twotone.hgi-maximize-02:before {
  content: "\4c8d";
}
.hgi-twotone.hgi-maximize-03:after {
  content: "\4c8e";
}
.hgi-twotone.hgi-maximize-03:before {
  content: "\4c8f";
}
.hgi-twotone.hgi-maximize-04:after {
  content: "\4c90";
}
.hgi-twotone.hgi-maximize-04:before {
  content: "\4c91";
}
.hgi-twotone.hgi-maximize-screen:after {
  content: "\4c92";
}
.hgi-twotone.hgi-maximize-screen:before {
  content: "\4c93";
}
.hgi-twotone.hgi-mayan-pyramid:after {
  content: "\4c94";
}
.hgi-twotone.hgi-mayan-pyramid:before {
  content: "\4c95";
}
.hgi-twotone.hgi-maze:after {
  content: "\4c96";
}
.hgi-twotone.hgi-maze:before {
  content: "\4c97";
}
.hgi-twotone.hgi-medal-01:after {
  content: "\4c98";
}
.hgi-twotone.hgi-medal-01:before {
  content: "\4c99";
}
.hgi-twotone.hgi-medal-02:after {
  content: "\4c9a";
}
.hgi-twotone.hgi-medal-02:before {
  content: "\4c9b";
}
.hgi-twotone.hgi-medal-03:after {
  content: "\4c9c";
}
.hgi-twotone.hgi-medal-03:before {
  content: "\4c9d";
}
.hgi-twotone.hgi-medal-04:after {
  content: "\4c9e";
}
.hgi-twotone.hgi-medal-04:before {
  content: "\4c9f";
}
.hgi-twotone.hgi-medal-05:after {
  content: "\4ca0";
}
.hgi-twotone.hgi-medal-05:before {
  content: "\4ca1";
}
.hgi-twotone.hgi-medal-06:after {
  content: "\4ca2";
}
.hgi-twotone.hgi-medal-06:before {
  content: "\4ca3";
}
.hgi-twotone.hgi-medal-07:after {
  content: "\4ca4";
}
.hgi-twotone.hgi-medal-07:before {
  content: "\4ca5";
}
.hgi-twotone.hgi-medal-first-place:after {
  content: "\4ca6";
}
.hgi-twotone.hgi-medal-first-place:before {
  content: "\4ca7";
}
.hgi-twotone.hgi-medal-second-place:after {
  content: "\4ca8";
}
.hgi-twotone.hgi-medal-second-place:before {
  content: "\4ca9";
}
.hgi-twotone.hgi-medal-third-place:after {
  content: "\4caa";
}
.hgi-twotone.hgi-medal-third-place:before {
  content: "\4cab";
}
.hgi-twotone.hgi-medical-file:after {
  content: "\4cac";
}
.hgi-twotone.hgi-medical-file:before {
  content: "\4cad";
}
.hgi-twotone.hgi-medical-mask:after {
  content: "\4cae";
}
.hgi-twotone.hgi-medical-mask:before {
  content: "\4caf";
}
.hgi-twotone.hgi-medicine-01:after {
  content: "\4cb0";
}
.hgi-twotone.hgi-medicine-01:before {
  content: "\4cb1";
}
.hgi-twotone.hgi-medicine-02:after {
  content: "\4cb2";
}
.hgi-twotone.hgi-medicine-02:before {
  content: "\4cb3";
}
.hgi-twotone.hgi-medicine-bottle-01:after {
  content: "\4cb4";
}
.hgi-twotone.hgi-medicine-bottle-01:before {
  content: "\4cb5";
}
.hgi-twotone.hgi-medicine-bottle-02:after {
  content: "\4cb6";
}
.hgi-twotone.hgi-medicine-bottle-02:before {
  content: "\4cb7";
}
.hgi-twotone.hgi-medicine-syrup:after {
  content: "\4cb8";
}
.hgi-twotone.hgi-medicine-syrup:before {
  content: "\4cb9";
}
.hgi-twotone.hgi-medium:after {
  content: "\4cba";
}
.hgi-twotone.hgi-medium-signal:after {
  content: "\4cbb";
}
.hgi-twotone.hgi-medium-signal:before {
  content: "\4cbc";
}
.hgi-twotone.hgi-medium-square:after {
  content: "\4cbd";
}
.hgi-twotone.hgi-medium-square:before {
  content: "\4cbe";
}
.hgi-twotone.hgi-medium:before {
  content: "\4cbf";
}
.hgi-twotone.hgi-meeting-room:after {
  content: "\4cc0";
}
.hgi-twotone.hgi-meeting-room:before {
  content: "\4cc1";
}
.hgi-twotone.hgi-megaphone-01:after {
  content: "\4cc2";
}
.hgi-twotone.hgi-megaphone-01:before {
  content: "\4cc3";
}
.hgi-twotone.hgi-megaphone-02:after {
  content: "\4cc4";
}
.hgi-twotone.hgi-megaphone-02:before {
  content: "\4cc5";
}
.hgi-twotone.hgi-megaphone-03:after {
  content: "\4cc6";
}
.hgi-twotone.hgi-megaphone-03:before {
  content: "\4cc7";
}
.hgi-twotone.hgi-meh:after {
  content: "\4cc8";
}
.hgi-twotone.hgi-meh:before {
  content: "\4cc9";
}
.hgi-twotone.hgi-mentor:after {
  content: "\4cca";
}
.hgi-twotone.hgi-mentor:before {
  content: "\4ccb";
}
.hgi-twotone.hgi-mentoring:after {
  content: "\4ccc";
}
.hgi-twotone.hgi-mentoring:before {
  content: "\4ccd";
}
.hgi-twotone.hgi-menu-01:after {
  content: "\4cce";
}
.hgi-twotone.hgi-menu-01:before {
  content: "\4ccf";
}
.hgi-twotone.hgi-menu-02:after {
  content: "\4cd0";
}
.hgi-twotone.hgi-menu-02:before {
  content: "\4cd1";
}
.hgi-twotone.hgi-menu-03:after {
  content: "\4cd2";
}
.hgi-twotone.hgi-menu-03:before {
  content: "\4cd3";
}
.hgi-twotone.hgi-menu-04:after {
  content: "\4cd4";
}
.hgi-twotone.hgi-menu-04:before {
  content: "\4cd5";
}
.hgi-twotone.hgi-menu-05:after {
  content: "\4cd6";
}
.hgi-twotone.hgi-menu-05:before {
  content: "\4cd7";
}
.hgi-twotone.hgi-menu-06:after {
  content: "\4cd8";
}
.hgi-twotone.hgi-menu-06:before {
  content: "\4cd9";
}
.hgi-twotone.hgi-menu-07:after {
  content: "\4cda";
}
.hgi-twotone.hgi-menu-07:before {
  content: "\4cdb";
}
.hgi-twotone.hgi-menu-08:after {
  content: "\4cdc";
}
.hgi-twotone.hgi-menu-08:before {
  content: "\4cdd";
}
.hgi-twotone.hgi-menu-09:after {
  content: "\4cde";
}
.hgi-twotone.hgi-menu-09:before {
  content: "\4cdf";
}
.hgi-twotone.hgi-menu-10:after {
  content: "\4ce0";
}
.hgi-twotone.hgi-menu-10:before {
  content: "\4ce1";
}
.hgi-twotone.hgi-menu-11:after {
  content: "\4ce2";
}
.hgi-twotone.hgi-menu-11:before {
  content: "\4ce3";
}
.hgi-twotone.hgi-menu-circle:after {
  content: "\4ce4";
}
.hgi-twotone.hgi-menu-circle:before {
  content: "\4ce5";
}
.hgi-twotone.hgi-menu-collapse:after {
  content: "\4ce6";
}
.hgi-twotone.hgi-menu-collapse:before {
  content: "\4ce7";
}
.hgi-twotone.hgi-menu-restaurant:after {
  content: "\4ce8";
}
.hgi-twotone.hgi-menu-restaurant:before {
  content: "\4ce9";
}
.hgi-twotone.hgi-menu-square:after {
  content: "\4cea";
}
.hgi-twotone.hgi-menu-square:before {
  content: "\4ceb";
}
.hgi-twotone.hgi-menu-two-line:after {
  content: "\4cec";
}
.hgi-twotone.hgi-menu-two-line:before {
  content: "\4ced";
}
.hgi-twotone.hgi-message-01:after {
  content: "\4cee";
}
.hgi-twotone.hgi-message-01:before {
  content: "\4cef";
}
.hgi-twotone.hgi-message-02:after {
  content: "\4cf0";
}
.hgi-twotone.hgi-message-02:before {
  content: "\4cf1";
}
.hgi-twotone.hgi-message-add-01:after {
  content: "\4cf2";
}
.hgi-twotone.hgi-message-add-01:before {
  content: "\4cf3";
}
.hgi-twotone.hgi-message-add-02:after {
  content: "\4cf4";
}
.hgi-twotone.hgi-message-add-02:before {
  content: "\4cf5";
}
.hgi-twotone.hgi-message-blocked:after {
  content: "\4cf6";
}
.hgi-twotone.hgi-message-blocked:before {
  content: "\4cf7";
}
.hgi-twotone.hgi-message-cancel-01:after {
  content: "\4cf8";
}
.hgi-twotone.hgi-message-cancel-01:before {
  content: "\4cf9";
}
.hgi-twotone.hgi-message-cancel-02:after {
  content: "\4cfa";
}
.hgi-twotone.hgi-message-cancel-02:before {
  content: "\4cfb";
}
.hgi-twotone.hgi-message-delay-01:after {
  content: "\4cfc";
}
.hgi-twotone.hgi-message-delay-01:before {
  content: "\4cfd";
}
.hgi-twotone.hgi-message-delay-02:after {
  content: "\4cfe";
}
.hgi-twotone.hgi-message-delay-02:before {
  content: "\4cff";
}
.hgi-twotone.hgi-message-done-01:after {
  content: "\4d00";
}
.hgi-twotone.hgi-message-done-01:before {
  content: "\4d01";
}
.hgi-twotone.hgi-message-done-02:after {
  content: "\4d02";
}
.hgi-twotone.hgi-message-done-02:before {
  content: "\4d03";
}
.hgi-twotone.hgi-message-download-01:after {
  content: "\4d04";
}
.hgi-twotone.hgi-message-download-01:before {
  content: "\4d05";
}
.hgi-twotone.hgi-message-download-02:after {
  content: "\4d06";
}
.hgi-twotone.hgi-message-download-02:before {
  content: "\4d07";
}
.hgi-twotone.hgi-message-edit-01:after {
  content: "\4d08";
}
.hgi-twotone.hgi-message-edit-01:before {
  content: "\4d09";
}
.hgi-twotone.hgi-message-edit-02:after {
  content: "\4d0a";
}
.hgi-twotone.hgi-message-edit-02:before {
  content: "\4d0b";
}
.hgi-twotone.hgi-message-favourite-01:after {
  content: "\4d0c";
}
.hgi-twotone.hgi-message-favourite-01:before {
  content: "\4d0d";
}
.hgi-twotone.hgi-message-favourite-02:after {
  content: "\4d0e";
}
.hgi-twotone.hgi-message-favourite-02:before {
  content: "\4d0f";
}
.hgi-twotone.hgi-message-incoming-01:after {
  content: "\4d10";
}
.hgi-twotone.hgi-message-incoming-01:before {
  content: "\4d11";
}
.hgi-twotone.hgi-message-incoming-02:after {
  content: "\4d12";
}
.hgi-twotone.hgi-message-incoming-02:before {
  content: "\4d13";
}
.hgi-twotone.hgi-message-lock-01:after {
  content: "\4d14";
}
.hgi-twotone.hgi-message-lock-01:before {
  content: "\4d15";
}
.hgi-twotone.hgi-message-lock-02:after {
  content: "\4d16";
}
.hgi-twotone.hgi-message-lock-02:before {
  content: "\4d17";
}
.hgi-twotone.hgi-message-multiple-01:after {
  content: "\4d18";
}
.hgi-twotone.hgi-message-multiple-01:before {
  content: "\4d19";
}
.hgi-twotone.hgi-message-multiple-02:after {
  content: "\4d1a";
}
.hgi-twotone.hgi-message-multiple-02:before {
  content: "\4d1b";
}
.hgi-twotone.hgi-message-notification-01:after {
  content: "\4d1c";
}
.hgi-twotone.hgi-message-notification-01:before {
  content: "\4d1d";
}
.hgi-twotone.hgi-message-notification-02:after {
  content: "\4d1e";
}
.hgi-twotone.hgi-message-notification-02:before {
  content: "\4d1f";
}
.hgi-twotone.hgi-message-outgoing-01:after {
  content: "\4d20";
}
.hgi-twotone.hgi-message-outgoing-01:before {
  content: "\4d21";
}
.hgi-twotone.hgi-message-outgoing-02:after {
  content: "\4d22";
}
.hgi-twotone.hgi-message-outgoing-02:before {
  content: "\4d23";
}
.hgi-twotone.hgi-message-preview-01:after {
  content: "\4d24";
}
.hgi-twotone.hgi-message-preview-01:before {
  content: "\4d25";
}
.hgi-twotone.hgi-message-preview-02:after {
  content: "\4d26";
}
.hgi-twotone.hgi-message-preview-02:before {
  content: "\4d27";
}
.hgi-twotone.hgi-message-programming:after {
  content: "\4d28";
}
.hgi-twotone.hgi-message-programming:before {
  content: "\4d29";
}
.hgi-twotone.hgi-message-question:after {
  content: "\4d2a";
}
.hgi-twotone.hgi-message-question:before {
  content: "\4d2b";
}
.hgi-twotone.hgi-message-search-01:after {
  content: "\4d2c";
}
.hgi-twotone.hgi-message-search-01:before {
  content: "\4d2d";
}
.hgi-twotone.hgi-message-search-02:after {
  content: "\4d2e";
}
.hgi-twotone.hgi-message-search-02:before {
  content: "\4d2f";
}
.hgi-twotone.hgi-message-secure-01:after {
  content: "\4d30";
}
.hgi-twotone.hgi-message-secure-01:before {
  content: "\4d31";
}
.hgi-twotone.hgi-message-secure-02:after {
  content: "\4d32";
}
.hgi-twotone.hgi-message-secure-02:before {
  content: "\4d33";
}
.hgi-twotone.hgi-message-translate:after {
  content: "\4d34";
}
.hgi-twotone.hgi-message-translate:before {
  content: "\4d35";
}
.hgi-twotone.hgi-message-unlock-01:after {
  content: "\4d36";
}
.hgi-twotone.hgi-message-unlock-01:before {
  content: "\4d37";
}
.hgi-twotone.hgi-message-unlock-02:after {
  content: "\4d38";
}
.hgi-twotone.hgi-message-unlock-02:before {
  content: "\4d39";
}
.hgi-twotone.hgi-message-upload-01:after {
  content: "\4d3a";
}
.hgi-twotone.hgi-message-upload-01:before {
  content: "\4d3b";
}
.hgi-twotone.hgi-message-upload-02:after {
  content: "\4d3c";
}
.hgi-twotone.hgi-message-upload-02:before {
  content: "\4d3d";
}
.hgi-twotone.hgi-message-user-01:after {
  content: "\4d3e";
}
.hgi-twotone.hgi-message-user-01:before {
  content: "\4d3f";
}
.hgi-twotone.hgi-message-user-02:after {
  content: "\4d40";
}
.hgi-twotone.hgi-message-user-02:before {
  content: "\4d41";
}
.hgi-twotone.hgi-messenger:after {
  content: "\4d42";
}
.hgi-twotone.hgi-messenger:before {
  content: "\4d43";
}
.hgi-twotone.hgi-meta:after {
  content: "\4d44";
}
.hgi-twotone.hgi-meta:before {
  content: "\4d45";
}
.hgi-twotone.hgi-metro:after {
  content: "\4d46";
}
.hgi-twotone.hgi-metro:before {
  content: "\4d47";
}
.hgi-twotone.hgi-mic-01:after {
  content: "\4d48";
}
.hgi-twotone.hgi-mic-01:before {
  content: "\4d49";
}
.hgi-twotone.hgi-mic-02:after {
  content: "\4d4a";
}
.hgi-twotone.hgi-mic-02:before {
  content: "\4d4b";
}
.hgi-twotone.hgi-mic-off-01:after {
  content: "\4d4c";
}
.hgi-twotone.hgi-mic-off-01:before {
  content: "\4d4d";
}
.hgi-twotone.hgi-mic-off-02:after {
  content: "\4d4e";
}
.hgi-twotone.hgi-mic-off-02:before {
  content: "\4d4f";
}
.hgi-twotone.hgi-microscope:after {
  content: "\4d50";
}
.hgi-twotone.hgi-microscope:before {
  content: "\4d51";
}
.hgi-twotone.hgi-microsoft-admin:after {
  content: "\4d52";
}
.hgi-twotone.hgi-microsoft-admin:before {
  content: "\4d53";
}
.hgi-twotone.hgi-microsoft:after {
  content: "\4d54";
}
.hgi-twotone.hgi-microsoft:before {
  content: "\4d55";
}
.hgi-twotone.hgi-microwave:after {
  content: "\4d56";
}
.hgi-twotone.hgi-microwave:before {
  content: "\4d57";
}
.hgi-twotone.hgi-milk-bottle:after {
  content: "\4d58";
}
.hgi-twotone.hgi-milk-bottle:before {
  content: "\4d59";
}
.hgi-twotone.hgi-milk-carton:after {
  content: "\4d5a";
}
.hgi-twotone.hgi-milk-carton:before {
  content: "\4d5b";
}
.hgi-twotone.hgi-milk-coconut:after {
  content: "\4d5c";
}
.hgi-twotone.hgi-milk-coconut:before {
  content: "\4d5d";
}
.hgi-twotone.hgi-milk-oat:after {
  content: "\4d5e";
}
.hgi-twotone.hgi-milk-oat:before {
  content: "\4d5f";
}
.hgi-twotone.hgi-minimize-01:after {
  content: "\4d60";
}
.hgi-twotone.hgi-minimize-01:before {
  content: "\4d61";
}
.hgi-twotone.hgi-minimize-02:after {
  content: "\4d62";
}
.hgi-twotone.hgi-minimize-02:before {
  content: "\4d63";
}
.hgi-twotone.hgi-minimize-03:after {
  content: "\4d64";
}
.hgi-twotone.hgi-minimize-03:before {
  content: "\4d65";
}
.hgi-twotone.hgi-minimize-04:after {
  content: "\4d66";
}
.hgi-twotone.hgi-minimize-04:before {
  content: "\4d67";
}
.hgi-twotone.hgi-minimize-screen:after {
  content: "\4d68";
}
.hgi-twotone.hgi-minimize-screen:before {
  content: "\4d69";
}
.hgi-twotone.hgi-mining-01:after {
  content: "\4d6a";
}
.hgi-twotone.hgi-mining-01:before {
  content: "\4d6b";
}
.hgi-twotone.hgi-mining-02:after {
  content: "\4d6c";
}
.hgi-twotone.hgi-mining-02:before {
  content: "\4d6d";
}
.hgi-twotone.hgi-mining-03:after {
  content: "\4d6e";
}
.hgi-twotone.hgi-mining-03:before {
  content: "\4d6f";
}
.hgi-twotone.hgi-minus-plus-01:after {
  content: "\4d70";
}
.hgi-twotone.hgi-minus-plus-01:before {
  content: "\4d71";
}
.hgi-twotone.hgi-minus-plus-02:after {
  content: "\4d72";
}
.hgi-twotone.hgi-minus-plus-02:before {
  content: "\4d73";
}
.hgi-twotone.hgi-minus-plus-circle-01:after {
  content: "\4d74";
}
.hgi-twotone.hgi-minus-plus-circle-01:before {
  content: "\4d75";
}
.hgi-twotone.hgi-minus-plus-circle-02:after {
  content: "\4d76";
}
.hgi-twotone.hgi-minus-plus-circle-02:before {
  content: "\4d77";
}
.hgi-twotone.hgi-minus-plus-square-01:after {
  content: "\4d78";
}
.hgi-twotone.hgi-minus-plus-square-01:before {
  content: "\4d79";
}
.hgi-twotone.hgi-minus-plus-square-02:after {
  content: "\4d7a";
}
.hgi-twotone.hgi-minus-plus-square-02:before {
  content: "\4d7b";
}
.hgi-twotone.hgi-minus-sign-circle:after {
  content: "\4d7c";
}
.hgi-twotone.hgi-minus-sign-circle:before {
  content: "\4d7d";
}
.hgi-twotone.hgi-minus-sign:after {
  content: "\4d7e";
}
.hgi-twotone.hgi-minus-sign-square:after {
  content: "\4d7f";
}
.hgi-twotone.hgi-minus-sign-square:before {
  content: "\4d80";
}
.hgi-twotone.hgi-minus-sign:before {
  content: "\4d81";
}
.hgi-twotone.hgi-mirror:after {
  content: "\4d82";
}
.hgi-twotone.hgi-mirror:before {
  content: "\4d83";
}
.hgi-twotone.hgi-mirroring-screen:after {
  content: "\4d84";
}
.hgi-twotone.hgi-mirroring-screen:before {
  content: "\4d85";
}
.hgi-twotone.hgi-mixer:after {
  content: "\4d86";
}
.hgi-twotone.hgi-mixer:before {
  content: "\4d87";
}
.hgi-twotone.hgi-mobile-navigator-01:after {
  content: "\4d88";
}
.hgi-twotone.hgi-mobile-navigator-01:before {
  content: "\4d89";
}
.hgi-twotone.hgi-mobile-navigator-02:after {
  content: "\4d8a";
}
.hgi-twotone.hgi-mobile-navigator-02:before {
  content: "\4d8b";
}
.hgi-twotone.hgi-mobile-programming-01:after {
  content: "\4d8c";
}
.hgi-twotone.hgi-mobile-programming-01:before {
  content: "\4d8d";
}
.hgi-twotone.hgi-mobile-programming-02:after {
  content: "\4d8e";
}
.hgi-twotone.hgi-mobile-programming-02:before {
  content: "\4d8f";
}
.hgi-twotone.hgi-mobile-protection:after {
  content: "\4d90";
}
.hgi-twotone.hgi-mobile-protection:before {
  content: "\4d91";
}
.hgi-twotone.hgi-mobile-security:after {
  content: "\4d92";
}
.hgi-twotone.hgi-mobile-security:before {
  content: "\4d93";
}
.hgi-twotone.hgi-mochi:after {
  content: "\4d94";
}
.hgi-twotone.hgi-mochi:before {
  content: "\4d95";
}
.hgi-twotone.hgi-modern-tv-4-k:after {
  content: "\4d96";
}
.hgi-twotone.hgi-modern-tv-4-k:before {
  content: "\4d97";
}
.hgi-twotone.hgi-modern-tv-issue:after {
  content: "\4d98";
}
.hgi-twotone.hgi-modern-tv-issue:before {
  content: "\4d99";
}
.hgi-twotone.hgi-modern-tv:after {
  content: "\4d9a";
}
.hgi-twotone.hgi-modern-tv:before {
  content: "\4d9b";
}
.hgi-twotone.hgi-molecules:after {
  content: "\4d9c";
}
.hgi-twotone.hgi-molecules:before {
  content: "\4d9d";
}
.hgi-twotone.hgi-mollie:after {
  content: "\4d9e";
}
.hgi-twotone.hgi-mollie:before {
  content: "\4d9f";
}
.hgi-twotone.hgi-monas:after {
  content: "\4da0";
}
.hgi-twotone.hgi-monas:before {
  content: "\4da1";
}
.hgi-twotone.hgi-money-01:after {
  content: "\4da2";
}
.hgi-twotone.hgi-money-01:before {
  content: "\4da3";
}
.hgi-twotone.hgi-money-02:after {
  content: "\4da4";
}
.hgi-twotone.hgi-money-02:before {
  content: "\4da5";
}
.hgi-twotone.hgi-money-03:after {
  content: "\4da6";
}
.hgi-twotone.hgi-money-03:before {
  content: "\4da7";
}
.hgi-twotone.hgi-money-04:after {
  content: "\4da8";
}
.hgi-twotone.hgi-money-04:before {
  content: "\4da9";
}
.hgi-twotone.hgi-money-add-01:after {
  content: "\4daa";
}
.hgi-twotone.hgi-money-add-01:before {
  content: "\4dab";
}
.hgi-twotone.hgi-money-add-02:after {
  content: "\4dac";
}
.hgi-twotone.hgi-money-add-02:before {
  content: "\4dad";
}
.hgi-twotone.hgi-money-bag-01:after {
  content: "\4dae";
}
.hgi-twotone.hgi-money-bag-01:before {
  content: "\4daf";
}
.hgi-twotone.hgi-money-bag-02:after {
  content: "\4db0";
}
.hgi-twotone.hgi-money-bag-02:before {
  content: "\4db1";
}
.hgi-twotone.hgi-money-exchange-01:after {
  content: "\4db2";
}
.hgi-twotone.hgi-money-exchange-01:before {
  content: "\4db3";
}
.hgi-twotone.hgi-money-exchange-02:after {
  content: "\4db4";
}
.hgi-twotone.hgi-money-exchange-02:before {
  content: "\4db5";
}
.hgi-twotone.hgi-money-exchange-03:after {
  content: "\4db6";
}
.hgi-twotone.hgi-money-exchange-03:before {
  content: "\4db7";
}
.hgi-twotone.hgi-money-not-found-01:after {
  content: "\4db8";
}
.hgi-twotone.hgi-money-not-found-01:before {
  content: "\4db9";
}
.hgi-twotone.hgi-money-not-found-02:after {
  content: "\4dba";
}
.hgi-twotone.hgi-money-not-found-02:before {
  content: "\4dbb";
}
.hgi-twotone.hgi-money-not-found-03:after {
  content: "\4dbc";
}
.hgi-twotone.hgi-money-not-found-03:before {
  content: "\4dbd";
}
.hgi-twotone.hgi-money-not-found-04:after {
  content: "\4dbe";
}
.hgi-twotone.hgi-money-not-found-04:before {
  content: "\4dbf";
}
.hgi-twotone.hgi-money-receive-01:after {
  content: "\4dc0";
}
.hgi-twotone.hgi-money-receive-01:before {
  content: "\4dc1";
}
.hgi-twotone.hgi-money-receive-02:after {
  content: "\4dc2";
}
.hgi-twotone.hgi-money-receive-02:before {
  content: "\4dc3";
}
.hgi-twotone.hgi-money-receive-circle:after {
  content: "\4dc4";
}
.hgi-twotone.hgi-money-receive-circle:before {
  content: "\4dc5";
}
.hgi-twotone.hgi-money-receive-flow-01:after {
  content: "\4dc6";
}
.hgi-twotone.hgi-money-receive-flow-01:before {
  content: "\4dc7";
}
.hgi-twotone.hgi-money-receive-flow-02:after {
  content: "\4dc8";
}
.hgi-twotone.hgi-money-receive-flow-02:before {
  content: "\4dc9";
}
.hgi-twotone.hgi-money-receive-square:after {
  content: "\4dca";
}
.hgi-twotone.hgi-money-receive-square:before {
  content: "\4dcb";
}
.hgi-twotone.hgi-money-remove-01:after {
  content: "\4dcc";
}
.hgi-twotone.hgi-money-remove-01:before {
  content: "\4dcd";
}
.hgi-twotone.hgi-money-remove-02:after {
  content: "\4dce";
}
.hgi-twotone.hgi-money-remove-02:before {
  content: "\4dcf";
}
.hgi-twotone.hgi-money-safe:after {
  content: "\4dd0";
}
.hgi-twotone.hgi-money-safe:before {
  content: "\4dd1";
}
.hgi-twotone.hgi-money-saving-jar:after {
  content: "\4dd2";
}
.hgi-twotone.hgi-money-saving-jar:before {
  content: "\4dd3";
}
.hgi-twotone.hgi-money-security:after {
  content: "\4dd4";
}
.hgi-twotone.hgi-money-security:before {
  content: "\4dd5";
}
.hgi-twotone.hgi-money-send-01:after {
  content: "\4dd6";
}
.hgi-twotone.hgi-money-send-01:before {
  content: "\4dd7";
}
.hgi-twotone.hgi-money-send-02:after {
  content: "\4dd8";
}
.hgi-twotone.hgi-money-send-02:before {
  content: "\4dd9";
}
.hgi-twotone.hgi-money-send-circle:after {
  content: "\4dda";
}
.hgi-twotone.hgi-money-send-circle:before {
  content: "\4ddb";
}
.hgi-twotone.hgi-money-send-flow-01:after {
  content: "\4ddc";
}
.hgi-twotone.hgi-money-send-flow-01:before {
  content: "\4ddd";
}
.hgi-twotone.hgi-money-send-flow-02:after {
  content: "\4dde";
}
.hgi-twotone.hgi-money-send-flow-02:before {
  content: "\4ddf";
}
.hgi-twotone.hgi-money-send-square:after {
  content: "\4de0";
}
.hgi-twotone.hgi-money-send-square:before {
  content: "\4de1";
}
.hgi-twotone.hgi-monocle-01:after {
  content: "\4de2";
}
.hgi-twotone.hgi-monocle-01:before {
  content: "\4de3";
}
.hgi-twotone.hgi-monocle:after {
  content: "\4de4";
}
.hgi-twotone.hgi-monocle:before {
  content: "\4de5";
}
.hgi-twotone.hgi-monster:after {
  content: "\4de6";
}
.hgi-twotone.hgi-monster:before {
  content: "\4de7";
}
.hgi-twotone.hgi-moon-01:after {
  content: "\4de8";
}
.hgi-twotone.hgi-moon-01:before {
  content: "\4de9";
}
.hgi-twotone.hgi-moon-02:after {
  content: "\4dea";
}
.hgi-twotone.hgi-moon-02:before {
  content: "\4deb";
}
.hgi-twotone.hgi-moon-angled-rain-zap:after {
  content: "\4dec";
}
.hgi-twotone.hgi-moon-angled-rain-zap:before {
  content: "\4ded";
}
.hgi-twotone.hgi-moon-cloud-angled-rain:after {
  content: "\4dee";
}
.hgi-twotone.hgi-moon-cloud-angled-rain:before {
  content: "\4def";
}
.hgi-twotone.hgi-moon-cloud-angled-zap:after {
  content: "\4df0";
}
.hgi-twotone.hgi-moon-cloud-angled-zap:before {
  content: "\4df1";
}
.hgi-twotone.hgi-moon-cloud-big-rain:after {
  content: "\4df2";
}
.hgi-twotone.hgi-moon-cloud-big-rain:before {
  content: "\4df3";
}
.hgi-twotone.hgi-moon-cloud-fast-wind:after {
  content: "\4df4";
}
.hgi-twotone.hgi-moon-cloud-fast-wind:before {
  content: "\4df5";
}
.hgi-twotone.hgi-moon-cloud-hailstone:after {
  content: "\4df6";
}
.hgi-twotone.hgi-moon-cloud-hailstone:before {
  content: "\4df7";
}
.hgi-twotone.hgi-moon-cloud-little-rain:after {
  content: "\4df8";
}
.hgi-twotone.hgi-moon-cloud-little-rain:before {
  content: "\4df9";
}
.hgi-twotone.hgi-moon-cloud-little-snow:after {
  content: "\4dfa";
}
.hgi-twotone.hgi-moon-cloud-little-snow:before {
  content: "\4dfb";
}
.hgi-twotone.hgi-moon-cloud-mid-rain:after {
  content: "\4dfc";
}
.hgi-twotone.hgi-moon-cloud-mid-rain:before {
  content: "\4dfd";
}
.hgi-twotone.hgi-moon-cloud-mid-snow:after {
  content: "\4dfe";
}
.hgi-twotone.hgi-moon-cloud-mid-snow:before {
  content: "\4dff";
}
.hgi-twotone.hgi-moon-cloud:after {
  content: "\4e00";
}
.hgi-twotone.hgi-moon-cloud-slow-wind:after {
  content: "\4e01";
}
.hgi-twotone.hgi-moon-cloud-slow-wind:before {
  content: "\4e02";
}
.hgi-twotone.hgi-moon-cloud-snow:after {
  content: "\4e03";
}
.hgi-twotone.hgi-moon-cloud-snow:before {
  content: "\4e04";
}
.hgi-twotone.hgi-moon-cloud:before {
  content: "\4e05";
}
.hgi-twotone.hgi-moon-eclipse:after {
  content: "\4e06";
}
.hgi-twotone.hgi-moon-eclipse:before {
  content: "\4e07";
}
.hgi-twotone.hgi-moon-fast-wind:after {
  content: "\4e08";
}
.hgi-twotone.hgi-moon-fast-wind:before {
  content: "\4e09";
}
.hgi-twotone.hgi-moon-landing:after {
  content: "\4e0a";
}
.hgi-twotone.hgi-moon-landing:before {
  content: "\4e0b";
}
.hgi-twotone.hgi-moon:after {
  content: "\4e0c";
}
.hgi-twotone.hgi-moon-slow-wind:after {
  content: "\4e0d";
}
.hgi-twotone.hgi-moon-slow-wind:before {
  content: "\4e0e";
}
.hgi-twotone.hgi-moon:before {
  content: "\4e0f";
}
.hgi-twotone.hgi-moonset:after {
  content: "\4e10";
}
.hgi-twotone.hgi-moonset:before {
  content: "\4e11";
}
.hgi-twotone.hgi-more-01:after {
  content: "\4e12";
}
.hgi-twotone.hgi-more-01:before {
  content: "\4e13";
}
.hgi-twotone.hgi-more-02:after {
  content: "\4e14";
}
.hgi-twotone.hgi-more-02:before {
  content: "\4e15";
}
.hgi-twotone.hgi-more-03:after {
  content: "\4e16";
}
.hgi-twotone.hgi-more-03:before {
  content: "\4e17";
}
.hgi-twotone.hgi-more-horizontal-circle-01:after {
  content: "\4e18";
}
.hgi-twotone.hgi-more-horizontal-circle-01:before {
  content: "\4e19";
}
.hgi-twotone.hgi-more-horizontal-circle-02:after {
  content: "\4e1a";
}
.hgi-twotone.hgi-more-horizontal-circle-02:before {
  content: "\4e1b";
}
.hgi-twotone.hgi-more-horizontal:after {
  content: "\4e1c";
}
.hgi-twotone.hgi-more-horizontal-square-01:after {
  content: "\4e1d";
}
.hgi-twotone.hgi-more-horizontal-square-01:before {
  content: "\4e1e";
}
.hgi-twotone.hgi-more-horizontal-square-02:after {
  content: "\4e1f";
}
.hgi-twotone.hgi-more-horizontal-square-02:before {
  content: "\4e20";
}
.hgi-twotone.hgi-more-horizontal:before {
  content: "\4e21";
}
.hgi-twotone.hgi-more-or-less-circle:after {
  content: "\4e22";
}
.hgi-twotone.hgi-more-or-less-circle:before {
  content: "\4e23";
}
.hgi-twotone.hgi-more-or-less:after {
  content: "\4e24";
}
.hgi-twotone.hgi-more-or-less-square:after {
  content: "\4e25";
}
.hgi-twotone.hgi-more-or-less-square:before {
  content: "\4e26";
}
.hgi-twotone.hgi-more-or-less:before {
  content: "\4e27";
}
.hgi-twotone.hgi-more:after {
  content: "\4e28";
}
.hgi-twotone.hgi-more-vertical-circle-01:after {
  content: "\4e29";
}
.hgi-twotone.hgi-more-vertical-circle-01:before {
  content: "\4e2a";
}
.hgi-twotone.hgi-more-vertical-circle-02:after {
  content: "\4e2b";
}
.hgi-twotone.hgi-more-vertical-circle-02:before {
  content: "\4e2c";
}
.hgi-twotone.hgi-more-vertical:after {
  content: "\4e2d";
}
.hgi-twotone.hgi-more-vertical-square-01:after {
  content: "\4e2e";
}
.hgi-twotone.hgi-more-vertical-square-01:before {
  content: "\4e2f";
}
.hgi-twotone.hgi-more-vertical-square-02:after {
  content: "\4e30";
}
.hgi-twotone.hgi-more-vertical-square-02:before {
  content: "\4e31";
}
.hgi-twotone.hgi-more-vertical:before {
  content: "\4e32";
}
.hgi-twotone.hgi-more:before {
  content: "\4e33";
}
.hgi-twotone.hgi-mortar:after {
  content: "\4e34";
}
.hgi-twotone.hgi-mortar:before {
  content: "\4e35";
}
.hgi-twotone.hgi-mortarboard-01:after {
  content: "\4e36";
}
.hgi-twotone.hgi-mortarboard-01:before {
  content: "\4e37";
}
.hgi-twotone.hgi-mortarboard-02:after {
  content: "\4e38";
}
.hgi-twotone.hgi-mortarboard-02:before {
  content: "\4e39";
}
.hgi-twotone.hgi-mosque-01:after {
  content: "\4e3a";
}
.hgi-twotone.hgi-mosque-01:before {
  content: "\4e3b";
}
.hgi-twotone.hgi-mosque-02:after {
  content: "\4e3c";
}
.hgi-twotone.hgi-mosque-02:before {
  content: "\4e3d";
}
.hgi-twotone.hgi-mosque-03:after {
  content: "\4e3e";
}
.hgi-twotone.hgi-mosque-03:before {
  content: "\4e3f";
}
.hgi-twotone.hgi-mosque-04:after {
  content: "\4e40";
}
.hgi-twotone.hgi-mosque-04:before {
  content: "\4e41";
}
.hgi-twotone.hgi-mosque-05:after {
  content: "\4e42";
}
.hgi-twotone.hgi-mosque-05:before {
  content: "\4e43";
}
.hgi-twotone.hgi-mosque-location:after {
  content: "\4e44";
}
.hgi-twotone.hgi-mosque-location:before {
  content: "\4e45";
}
.hgi-twotone.hgi-motion-01:after {
  content: "\4e46";
}
.hgi-twotone.hgi-motion-01:before {
  content: "\4e47";
}
.hgi-twotone.hgi-motion-02:after {
  content: "\4e48";
}
.hgi-twotone.hgi-motion-02:before {
  content: "\4e49";
}
.hgi-twotone.hgi-motorbike-01:after {
  content: "\4e4a";
}
.hgi-twotone.hgi-motorbike-01:before {
  content: "\4e4b";
}
.hgi-twotone.hgi-motorbike-02:after {
  content: "\4e4c";
}
.hgi-twotone.hgi-motorbike-02:before {
  content: "\4e4d";
}
.hgi-twotone.hgi-mountain:after {
  content: "\4e4e";
}
.hgi-twotone.hgi-mountain:before {
  content: "\4e4f";
}
.hgi-twotone.hgi-mouse-01:after {
  content: "\4e50";
}
.hgi-twotone.hgi-mouse-01:before {
  content: "\4e51";
}
.hgi-twotone.hgi-mouse-02:after {
  content: "\4e52";
}
.hgi-twotone.hgi-mouse-02:before {
  content: "\4e53";
}
.hgi-twotone.hgi-mouse-03:after {
  content: "\4e54";
}
.hgi-twotone.hgi-mouse-03:before {
  content: "\4e55";
}
.hgi-twotone.hgi-mouse-04:after {
  content: "\4e56";
}
.hgi-twotone.hgi-mouse-04:before {
  content: "\4e57";
}
.hgi-twotone.hgi-mouse-05:after {
  content: "\4e58";
}
.hgi-twotone.hgi-mouse-05:before {
  content: "\4e59";
}
.hgi-twotone.hgi-mouse-06:after {
  content: "\4e5a";
}
.hgi-twotone.hgi-mouse-06:before {
  content: "\4e5b";
}
.hgi-twotone.hgi-mouse-07:after {
  content: "\4e5c";
}
.hgi-twotone.hgi-mouse-07:before {
  content: "\4e5d";
}
.hgi-twotone.hgi-mouse-08:after {
  content: "\4e5e";
}
.hgi-twotone.hgi-mouse-08:before {
  content: "\4e5f";
}
.hgi-twotone.hgi-mouse-09:after {
  content: "\4e60";
}
.hgi-twotone.hgi-mouse-09:before {
  content: "\4e61";
}
.hgi-twotone.hgi-mouse-10:after {
  content: "\4e62";
}
.hgi-twotone.hgi-mouse-10:before {
  content: "\4e63";
}
.hgi-twotone.hgi-mouse-11:after {
  content: "\4e64";
}
.hgi-twotone.hgi-mouse-11:before {
  content: "\4e65";
}
.hgi-twotone.hgi-mouse-12:after {
  content: "\4e66";
}
.hgi-twotone.hgi-mouse-12:before {
  content: "\4e67";
}
.hgi-twotone.hgi-mouse-13:after {
  content: "\4e68";
}
.hgi-twotone.hgi-mouse-13:before {
  content: "\4e69";
}
.hgi-twotone.hgi-mouse-14:after {
  content: "\4e6a";
}
.hgi-twotone.hgi-mouse-14:before {
  content: "\4e6b";
}
.hgi-twotone.hgi-mouse-15:after {
  content: "\4e6c";
}
.hgi-twotone.hgi-mouse-15:before {
  content: "\4e6d";
}
.hgi-twotone.hgi-mouse-16:after {
  content: "\4e6e";
}
.hgi-twotone.hgi-mouse-16:before {
  content: "\4e6f";
}
.hgi-twotone.hgi-mouse-17:after {
  content: "\4e70";
}
.hgi-twotone.hgi-mouse-17:before {
  content: "\4e71";
}
.hgi-twotone.hgi-mouse-18:after {
  content: "\4e72";
}
.hgi-twotone.hgi-mouse-18:before {
  content: "\4e73";
}
.hgi-twotone.hgi-mouse-19:after {
  content: "\4e74";
}
.hgi-twotone.hgi-mouse-19:before {
  content: "\4e75";
}
.hgi-twotone.hgi-mouse-20:after {
  content: "\4e76";
}
.hgi-twotone.hgi-mouse-20:before {
  content: "\4e77";
}
.hgi-twotone.hgi-mouse-21:after {
  content: "\4e78";
}
.hgi-twotone.hgi-mouse-21:before {
  content: "\4e79";
}
.hgi-twotone.hgi-mouse-22:after {
  content: "\4e7a";
}
.hgi-twotone.hgi-mouse-22:before {
  content: "\4e7b";
}
.hgi-twotone.hgi-mouse-23:after {
  content: "\4e7c";
}
.hgi-twotone.hgi-mouse-23:before {
  content: "\4e7d";
}
.hgi-twotone.hgi-mouse-left-click-01:after {
  content: "\4e7e";
}
.hgi-twotone.hgi-mouse-left-click-01:before {
  content: "\4e7f";
}
.hgi-twotone.hgi-mouse-left-click-02:after {
  content: "\4e80";
}
.hgi-twotone.hgi-mouse-left-click-02:before {
  content: "\4e81";
}
.hgi-twotone.hgi-mouse-left-click-03:after {
  content: "\4e82";
}
.hgi-twotone.hgi-mouse-left-click-03:before {
  content: "\4e83";
}
.hgi-twotone.hgi-mouse-left-click-04:after {
  content: "\4e84";
}
.hgi-twotone.hgi-mouse-left-click-04:before {
  content: "\4e85";
}
.hgi-twotone.hgi-mouse-left-click-05:after {
  content: "\4e86";
}
.hgi-twotone.hgi-mouse-left-click-05:before {
  content: "\4e87";
}
.hgi-twotone.hgi-mouse-left-click-06:after {
  content: "\4e88";
}
.hgi-twotone.hgi-mouse-left-click-06:before {
  content: "\4e89";
}
.hgi-twotone.hgi-mouse-right-click-01:after {
  content: "\4e8a";
}
.hgi-twotone.hgi-mouse-right-click-01:before {
  content: "\4e8b";
}
.hgi-twotone.hgi-mouse-right-click-02:after {
  content: "\4e8c";
}
.hgi-twotone.hgi-mouse-right-click-02:before {
  content: "\4e8d";
}
.hgi-twotone.hgi-mouse-right-click-03:after {
  content: "\4e8e";
}
.hgi-twotone.hgi-mouse-right-click-03:before {
  content: "\4e8f";
}
.hgi-twotone.hgi-mouse-right-click-04:after {
  content: "\4e90";
}
.hgi-twotone.hgi-mouse-right-click-04:before {
  content: "\4e91";
}
.hgi-twotone.hgi-mouse-right-click-05:after {
  content: "\4e92";
}
.hgi-twotone.hgi-mouse-right-click-05:before {
  content: "\4e93";
}
.hgi-twotone.hgi-mouse-right-click-06:after {
  content: "\4e94";
}
.hgi-twotone.hgi-mouse-right-click-06:before {
  content: "\4e95";
}
.hgi-twotone.hgi-mouse-scroll-01:after {
  content: "\4e96";
}
.hgi-twotone.hgi-mouse-scroll-01:before {
  content: "\4e97";
}
.hgi-twotone.hgi-mouse-scroll-02:after {
  content: "\4e98";
}
.hgi-twotone.hgi-mouse-scroll-02:before {
  content: "\4e99";
}
.hgi-twotone.hgi-move-01:after {
  content: "\4e9a";
}
.hgi-twotone.hgi-move-01:before {
  content: "\4e9b";
}
.hgi-twotone.hgi-move-02:after {
  content: "\4e9c";
}
.hgi-twotone.hgi-move-02:before {
  content: "\4e9d";
}
.hgi-twotone.hgi-move-bottom:after {
  content: "\4e9e";
}
.hgi-twotone.hgi-move-bottom:before {
  content: "\4e9f";
}
.hgi-twotone.hgi-move-left:after {
  content: "\4ea0";
}
.hgi-twotone.hgi-move-left:before {
  content: "\4ea1";
}
.hgi-twotone.hgi-move-right:after {
  content: "\4ea2";
}
.hgi-twotone.hgi-move-right:before {
  content: "\4ea3";
}
.hgi-twotone.hgi-move:after {
  content: "\4ea4";
}
.hgi-twotone.hgi-move-to:after {
  content: "\4ea5";
}
.hgi-twotone.hgi-move-to:before {
  content: "\4ea6";
}
.hgi-twotone.hgi-move-top:after {
  content: "\4ea7";
}
.hgi-twotone.hgi-move-top:before {
  content: "\4ea8";
}
.hgi-twotone.hgi-move:before {
  content: "\4ea9";
}
.hgi-twotone.hgi-mp-3-01:after {
  content: "\4eaa";
}
.hgi-twotone.hgi-mp-3-01:before {
  content: "\4eab";
}
.hgi-twotone.hgi-mp-3-02:after {
  content: "\4eac";
}
.hgi-twotone.hgi-mp-3-02:before {
  content: "\4ead";
}
.hgi-twotone.hgi-mp-4-01:after {
  content: "\4eae";
}
.hgi-twotone.hgi-mp-4-01:before {
  content: "\4eaf";
}
.hgi-twotone.hgi-mp-4-02:after {
  content: "\4eb0";
}
.hgi-twotone.hgi-mp-4-02:before {
  content: "\4eb1";
}
.hgi-twotone.hgi-muhammad:after {
  content: "\4eb2";
}
.hgi-twotone.hgi-muhammad:before {
  content: "\4eb3";
}
.hgi-twotone.hgi-multiplication-sign-circle:after {
  content: "\4eb4";
}
.hgi-twotone.hgi-multiplication-sign-circle:before {
  content: "\4eb5";
}
.hgi-twotone.hgi-multiplication-sign:after {
  content: "\4eb6";
}
.hgi-twotone.hgi-multiplication-sign-square:after {
  content: "\4eb7";
}
.hgi-twotone.hgi-multiplication-sign-square:before {
  content: "\4eb8";
}
.hgi-twotone.hgi-multiplication-sign:before {
  content: "\4eb9";
}
.hgi-twotone.hgi-mushroom-01:after {
  content: "\4eba";
}
.hgi-twotone.hgi-mushroom-01:before {
  content: "\4ebb";
}
.hgi-twotone.hgi-mushroom:after {
  content: "\4ebc";
}
.hgi-twotone.hgi-mushroom:before {
  content: "\4ebd";
}
.hgi-twotone.hgi-music-note-01:after {
  content: "\4ebe";
}
.hgi-twotone.hgi-music-note-01:before {
  content: "\4ebf";
}
.hgi-twotone.hgi-music-note-02:after {
  content: "\4ec0";
}
.hgi-twotone.hgi-music-note-02:before {
  content: "\4ec1";
}
.hgi-twotone.hgi-music-note-03:after {
  content: "\4ec2";
}
.hgi-twotone.hgi-music-note-03:before {
  content: "\4ec3";
}
.hgi-twotone.hgi-music-note-04:after {
  content: "\4ec4";
}
.hgi-twotone.hgi-music-note-04:before {
  content: "\4ec5";
}
.hgi-twotone.hgi-music-note-square-01:after {
  content: "\4ec6";
}
.hgi-twotone.hgi-music-note-square-01:before {
  content: "\4ec7";
}
.hgi-twotone.hgi-music-note-square-02:after {
  content: "\4ec8";
}
.hgi-twotone.hgi-music-note-square-02:before {
  content: "\4ec9";
}
.hgi-twotone.hgi-muslim:after {
  content: "\4eca";
}
.hgi-twotone.hgi-muslim:before {
  content: "\4ecb";
}
.hgi-twotone.hgi-mute:after {
  content: "\4ecc";
}
.hgi-twotone.hgi-mute:before {
  content: "\4ecd";
}
.hgi-twotone.hgi-mymind:after {
  content: "\4ece";
}
.hgi-twotone.hgi-mymind:before {
  content: "\4ecf";
}
.hgi-twotone.hgi-n-th-root-circle:after {
  content: "\4ed0";
}
.hgi-twotone.hgi-n-th-root-circle:before {
  content: "\4ed1";
}
.hgi-twotone.hgi-n-th-root:after {
  content: "\4ed2";
}
.hgi-twotone.hgi-n-th-root-square:after {
  content: "\4ed3";
}
.hgi-twotone.hgi-n-th-root-square:before {
  content: "\4ed4";
}
.hgi-twotone.hgi-n-th-root:before {
  content: "\4ed5";
}
.hgi-twotone.hgi-nano-technology:after {
  content: "\4ed6";
}
.hgi-twotone.hgi-nano-technology:before {
  content: "\4ed7";
}
.hgi-twotone.hgi-napkins-01:after {
  content: "\4ed8";
}
.hgi-twotone.hgi-napkins-01:before {
  content: "\4ed9";
}
.hgi-twotone.hgi-napkins-02:after {
  content: "\4eda";
}
.hgi-twotone.hgi-napkins-02:before {
  content: "\4edb";
}
.hgi-twotone.hgi-natural-food:after {
  content: "\4edc";
}
.hgi-twotone.hgi-natural-food:before {
  content: "\4edd";
}
.hgi-twotone.hgi-navigation-01:after {
  content: "\4ede";
}
.hgi-twotone.hgi-navigation-01:before {
  content: "\4edf";
}
.hgi-twotone.hgi-navigation-02:after {
  content: "\4ee0";
}
.hgi-twotone.hgi-navigation-02:before {
  content: "\4ee1";
}
.hgi-twotone.hgi-navigation-03:after {
  content: "\4ee2";
}
.hgi-twotone.hgi-navigation-03:before {
  content: "\4ee3";
}
.hgi-twotone.hgi-navigation-04:after {
  content: "\4ee4";
}
.hgi-twotone.hgi-navigation-04:before {
  content: "\4ee5";
}
.hgi-twotone.hgi-navigation-05:after {
  content: "\4ee6";
}
.hgi-twotone.hgi-navigation-05:before {
  content: "\4ee7";
}
.hgi-twotone.hgi-navigator-01:after {
  content: "\4ee8";
}
.hgi-twotone.hgi-navigator-01:before {
  content: "\4ee9";
}
.hgi-twotone.hgi-navigator-02:after {
  content: "\4eea";
}
.hgi-twotone.hgi-navigator-02:before {
  content: "\4eeb";
}
.hgi-twotone.hgi-necklace:after {
  content: "\4eec";
}
.hgi-twotone.hgi-necklace:before {
  content: "\4eed";
}
.hgi-twotone.hgi-nerd:after {
  content: "\4eee";
}
.hgi-twotone.hgi-nerd:before {
  content: "\4eef";
}
.hgi-twotone.hgi-neural-network:after {
  content: "\4ef0";
}
.hgi-twotone.hgi-neural-network:before {
  content: "\4ef1";
}
.hgi-twotone.hgi-neutral:after {
  content: "\4ef2";
}
.hgi-twotone.hgi-neutral:before {
  content: "\4ef3";
}
.hgi-twotone.hgi-new-job:after {
  content: "\4ef4";
}
.hgi-twotone.hgi-new-job:before {
  content: "\4ef5";
}
.hgi-twotone.hgi-new-office:after {
  content: "\4ef6";
}
.hgi-twotone.hgi-new-office:before {
  content: "\4ef7";
}
.hgi-twotone.hgi-new-releases:after {
  content: "\4ef8";
}
.hgi-twotone.hgi-new-releases:before {
  content: "\4ef9";
}
.hgi-twotone.hgi-new-twitter-ellipse:after {
  content: "\4efa";
}
.hgi-twotone.hgi-new-twitter-ellipse:before {
  content: "\4efb";
}
.hgi-twotone.hgi-new-twitter-rectangle:after {
  content: "\4efc";
}
.hgi-twotone.hgi-new-twitter-rectangle:before {
  content: "\4efd";
}
.hgi-twotone.hgi-new-twitter:after {
  content: "\4efe";
}
.hgi-twotone.hgi-new-twitter:before {
  content: "\4eff";
}
.hgi-twotone.hgi-news-01:after {
  content: "\4f00";
}
.hgi-twotone.hgi-news-01:before {
  content: "\4f01";
}
.hgi-twotone.hgi-news:after {
  content: "\4f02";
}
.hgi-twotone.hgi-news:before {
  content: "\4f03";
}
.hgi-twotone.hgi-next:after {
  content: "\4f04";
}
.hgi-twotone.hgi-next:before {
  content: "\4f05";
}
.hgi-twotone.hgi-nike:after {
  content: "\4f06";
}
.hgi-twotone.hgi-nike:before {
  content: "\4f07";
}
.hgi-twotone.hgi-nintendo:after {
  content: "\4f08";
}
.hgi-twotone.hgi-nintendo-switch:after {
  content: "\4f09";
}
.hgi-twotone.hgi-nintendo-switch:before {
  content: "\4f0a";
}
.hgi-twotone.hgi-nintendo:before {
  content: "\4f0b";
}
.hgi-twotone.hgi-niqab:after {
  content: "\4f0c";
}
.hgi-twotone.hgi-niqab:before {
  content: "\4f0d";
}
.hgi-twotone.hgi-no-internet:after {
  content: "\4f0e";
}
.hgi-twotone.hgi-no-internet:before {
  content: "\4f0f";
}
.hgi-twotone.hgi-no-meeting-room:after {
  content: "\4f10";
}
.hgi-twotone.hgi-no-meeting-room:before {
  content: "\4f11";
}
.hgi-twotone.hgi-no-signal:after {
  content: "\4f12";
}
.hgi-twotone.hgi-no-signal:before {
  content: "\4f13";
}
.hgi-twotone.hgi-node-add:after {
  content: "\4f14";
}
.hgi-twotone.hgi-node-add:before {
  content: "\4f15";
}
.hgi-twotone.hgi-node-edit:after {
  content: "\4f16";
}
.hgi-twotone.hgi-node-edit:before {
  content: "\4f17";
}
.hgi-twotone.hgi-node-move-down:after {
  content: "\4f18";
}
.hgi-twotone.hgi-node-move-down:before {
  content: "\4f19";
}
.hgi-twotone.hgi-node-move-up:after {
  content: "\4f1a";
}
.hgi-twotone.hgi-node-move-up:before {
  content: "\4f1b";
}
.hgi-twotone.hgi-node-remove:after {
  content: "\4f1c";
}
.hgi-twotone.hgi-node-remove:before {
  content: "\4f1d";
}
.hgi-twotone.hgi-noodles:after {
  content: "\4f1e";
}
.hgi-twotone.hgi-noodles:before {
  content: "\4f1f";
}
.hgi-twotone.hgi-nose:after {
  content: "\4f20";
}
.hgi-twotone.hgi-nose:before {
  content: "\4f21";
}
.hgi-twotone.hgi-not-equal-sign-circle:after {
  content: "\4f22";
}
.hgi-twotone.hgi-not-equal-sign-circle:before {
  content: "\4f23";
}
.hgi-twotone.hgi-not-equal-sign:after {
  content: "\4f24";
}
.hgi-twotone.hgi-not-equal-sign-square:after {
  content: "\4f25";
}
.hgi-twotone.hgi-not-equal-sign-square:before {
  content: "\4f26";
}
.hgi-twotone.hgi-not-equal-sign:before {
  content: "\4f27";
}
.hgi-twotone.hgi-note-01:after {
  content: "\4f28";
}
.hgi-twotone.hgi-note-01:before {
  content: "\4f29";
}
.hgi-twotone.hgi-note-02:after {
  content: "\4f2a";
}
.hgi-twotone.hgi-note-02:before {
  content: "\4f2b";
}
.hgi-twotone.hgi-note-03:after {
  content: "\4f2c";
}
.hgi-twotone.hgi-note-03:before {
  content: "\4f2d";
}
.hgi-twotone.hgi-note-04:after {
  content: "\4f2e";
}
.hgi-twotone.hgi-note-04:before {
  content: "\4f2f";
}
.hgi-twotone.hgi-note-05:after {
  content: "\4f30";
}
.hgi-twotone.hgi-note-05:before {
  content: "\4f31";
}
.hgi-twotone.hgi-note-add:after {
  content: "\4f32";
}
.hgi-twotone.hgi-note-add:before {
  content: "\4f33";
}
.hgi-twotone.hgi-note-done:after {
  content: "\4f34";
}
.hgi-twotone.hgi-note-done:before {
  content: "\4f35";
}
.hgi-twotone.hgi-note-edit:after {
  content: "\4f36";
}
.hgi-twotone.hgi-note-edit:before {
  content: "\4f37";
}
.hgi-twotone.hgi-note-remove:after {
  content: "\4f38";
}
.hgi-twotone.hgi-note-remove:before {
  content: "\4f39";
}
.hgi-twotone.hgi-note:after {
  content: "\4f3a";
}
.hgi-twotone.hgi-note:before {
  content: "\4f3b";
}
.hgi-twotone.hgi-notebook-01:after {
  content: "\4f3c";
}
.hgi-twotone.hgi-notebook-01:before {
  content: "\4f3d";
}
.hgi-twotone.hgi-notebook-02:after {
  content: "\4f3e";
}
.hgi-twotone.hgi-notebook-02:before {
  content: "\4f3f";
}
.hgi-twotone.hgi-notebook:after {
  content: "\4f40";
}
.hgi-twotone.hgi-notebook:before {
  content: "\4f41";
}
.hgi-twotone.hgi-notification-01:after {
  content: "\4f42";
}
.hgi-twotone.hgi-notification-01:before {
  content: "\4f43";
}
.hgi-twotone.hgi-notification-02:after {
  content: "\4f44";
}
.hgi-twotone.hgi-notification-02:before {
  content: "\4f45";
}
.hgi-twotone.hgi-notification-03:after {
  content: "\4f46";
}
.hgi-twotone.hgi-notification-03:before {
  content: "\4f47";
}
.hgi-twotone.hgi-notification-block-01:after {
  content: "\4f48";
}
.hgi-twotone.hgi-notification-block-01:before {
  content: "\4f49";
}
.hgi-twotone.hgi-notification-block-02:after {
  content: "\4f4a";
}
.hgi-twotone.hgi-notification-block-02:before {
  content: "\4f4b";
}
.hgi-twotone.hgi-notification-block-03:after {
  content: "\4f4c";
}
.hgi-twotone.hgi-notification-block-03:before {
  content: "\4f4d";
}
.hgi-twotone.hgi-notification-bubble:after {
  content: "\4f4e";
}
.hgi-twotone.hgi-notification-bubble:before {
  content: "\4f4f";
}
.hgi-twotone.hgi-notification-circle:after {
  content: "\4f50";
}
.hgi-twotone.hgi-notification-circle:before {
  content: "\4f51";
}
.hgi-twotone.hgi-notification-off-01:after {
  content: "\4f52";
}
.hgi-twotone.hgi-notification-off-01:before {
  content: "\4f53";
}
.hgi-twotone.hgi-notification-off-02:after {
  content: "\4f54";
}
.hgi-twotone.hgi-notification-off-02:before {
  content: "\4f55";
}
.hgi-twotone.hgi-notification-off-03:after {
  content: "\4f56";
}
.hgi-twotone.hgi-notification-off-03:before {
  content: "\4f57";
}
.hgi-twotone.hgi-notification-snooze-01:after {
  content: "\4f58";
}
.hgi-twotone.hgi-notification-snooze-01:before {
  content: "\4f59";
}
.hgi-twotone.hgi-notification-snooze-02:after {
  content: "\4f5a";
}
.hgi-twotone.hgi-notification-snooze-02:before {
  content: "\4f5b";
}
.hgi-twotone.hgi-notification-snooze-03:after {
  content: "\4f5c";
}
.hgi-twotone.hgi-notification-snooze-03:before {
  content: "\4f5d";
}
.hgi-twotone.hgi-notification-square:after {
  content: "\4f5e";
}
.hgi-twotone.hgi-notification-square:before {
  content: "\4f5f";
}
.hgi-twotone.hgi-notion-01:after {
  content: "\4f60";
}
.hgi-twotone.hgi-notion-01:before {
  content: "\4f61";
}
.hgi-twotone.hgi-notion-02:after {
  content: "\4f62";
}
.hgi-twotone.hgi-notion-02:before {
  content: "\4f63";
}
.hgi-twotone.hgi-npm:after {
  content: "\4f64";
}
.hgi-twotone.hgi-npm:before {
  content: "\4f65";
}
.hgi-twotone.hgi-nuclear-power:after {
  content: "\4f66";
}
.hgi-twotone.hgi-nuclear-power:before {
  content: "\4f67";
}
.hgi-twotone.hgi-nut:after {
  content: "\4f68";
}
.hgi-twotone.hgi-nut:before {
  content: "\4f69";
}
.hgi-twotone.hgi-obtuse:after {
  content: "\4f6a";
}
.hgi-twotone.hgi-obtuse:before {
  content: "\4f6b";
}
.hgi-twotone.hgi-octagon:after {
  content: "\4f6c";
}
.hgi-twotone.hgi-octagon:before {
  content: "\4f6d";
}
.hgi-twotone.hgi-octopus:after {
  content: "\4f6e";
}
.hgi-twotone.hgi-octopus:before {
  content: "\4f6f";
}
.hgi-twotone.hgi-office-365:after {
  content: "\4f70";
}
.hgi-twotone.hgi-office-365:before {
  content: "\4f71";
}
.hgi-twotone.hgi-office-chair:after {
  content: "\4f72";
}
.hgi-twotone.hgi-office-chair:before {
  content: "\4f73";
}
.hgi-twotone.hgi-office:after {
  content: "\4f74";
}
.hgi-twotone.hgi-office:before {
  content: "\4f75";
}
.hgi-twotone.hgi-oil-barrel:after {
  content: "\4f76";
}
.hgi-twotone.hgi-oil-barrel:before {
  content: "\4f77";
}
.hgi-twotone.hgi-ok-finger:after {
  content: "\4f78";
}
.hgi-twotone.hgi-ok-finger:before {
  content: "\4f79";
}
.hgi-twotone.hgi-olympic-torch:after {
  content: "\4f7a";
}
.hgi-twotone.hgi-olympic-torch:before {
  content: "\4f7b";
}
.hgi-twotone.hgi-online-learning-01:after {
  content: "\4f7c";
}
.hgi-twotone.hgi-online-learning-01:before {
  content: "\4f7d";
}
.hgi-twotone.hgi-online-learning-02:after {
  content: "\4f7e";
}
.hgi-twotone.hgi-online-learning-02:before {
  content: "\4f7f";
}
.hgi-twotone.hgi-online-learning-03:after {
  content: "\4f80";
}
.hgi-twotone.hgi-online-learning-03:before {
  content: "\4f81";
}
.hgi-twotone.hgi-online-learning-04:after {
  content: "\4f82";
}
.hgi-twotone.hgi-online-learning-04:before {
  content: "\4f83";
}
.hgi-twotone.hgi-open-caption:after {
  content: "\4f84";
}
.hgi-twotone.hgi-open-caption:before {
  content: "\4f85";
}
.hgi-twotone.hgi-option:after {
  content: "\4f86";
}
.hgi-twotone.hgi-option:before {
  content: "\4f87";
}
.hgi-twotone.hgi-orange:after {
  content: "\4f88";
}
.hgi-twotone.hgi-orange:before {
  content: "\4f89";
}
.hgi-twotone.hgi-orbit-01:after {
  content: "\4f8a";
}
.hgi-twotone.hgi-orbit-01:before {
  content: "\4f8b";
}
.hgi-twotone.hgi-orbit-02:after {
  content: "\4f8c";
}
.hgi-twotone.hgi-orbit-02:before {
  content: "\4f8d";
}
.hgi-twotone.hgi-organic-food:after {
  content: "\4f8e";
}
.hgi-twotone.hgi-organic-food:before {
  content: "\4f8f";
}
.hgi-twotone.hgi-orthogonal-edge:after {
  content: "\4f90";
}
.hgi-twotone.hgi-orthogonal-edge:before {
  content: "\4f91";
}
.hgi-twotone.hgi-oval:after {
  content: "\4f92";
}
.hgi-twotone.hgi-oval:before {
  content: "\4f93";
}
.hgi-twotone.hgi-oven:after {
  content: "\4f94";
}
.hgi-twotone.hgi-oven:before {
  content: "\4f95";
}
.hgi-twotone.hgi-package-02:after {
  content: "\4f96";
}
.hgi-twotone.hgi-package-02:before {
  content: "\4f97";
}
.hgi-twotone.hgi-package-03:after {
  content: "\4f98";
}
.hgi-twotone.hgi-package-03:before {
  content: "\4f99";
}
.hgi-twotone.hgi-package-add:after {
  content: "\4f9a";
}
.hgi-twotone.hgi-package-add:before {
  content: "\4f9b";
}
.hgi-twotone.hgi-package-delivered:after {
  content: "\4f9c";
}
.hgi-twotone.hgi-package-delivered:before {
  content: "\4f9d";
}
.hgi-twotone.hgi-package-dimensions-01:after {
  content: "\4f9e";
}
.hgi-twotone.hgi-package-dimensions-01:before {
  content: "\4f9f";
}
.hgi-twotone.hgi-package-dimensions-02:after {
  content: "\4fa0";
}
.hgi-twotone.hgi-package-dimensions-02:before {
  content: "\4fa1";
}
.hgi-twotone.hgi-package-moving:after {
  content: "\4fa2";
}
.hgi-twotone.hgi-package-moving:before {
  content: "\4fa3";
}
.hgi-twotone.hgi-package-open:after {
  content: "\4fa4";
}
.hgi-twotone.hgi-package-open:before {
  content: "\4fa5";
}
.hgi-twotone.hgi-package-out-of-stock:after {
  content: "\4fa6";
}
.hgi-twotone.hgi-package-out-of-stock:before {
  content: "\4fa7";
}
.hgi-twotone.hgi-package-process:after {
  content: "\4fa8";
}
.hgi-twotone.hgi-package-process:before {
  content: "\4fa9";
}
.hgi-twotone.hgi-package-receive:after {
  content: "\4faa";
}
.hgi-twotone.hgi-package-receive:before {
  content: "\4fab";
}
.hgi-twotone.hgi-package-remove:after {
  content: "\4fac";
}
.hgi-twotone.hgi-package-remove:before {
  content: "\4fad";
}
.hgi-twotone.hgi-package-search:after {
  content: "\4fae";
}
.hgi-twotone.hgi-package-search:before {
  content: "\4faf";
}
.hgi-twotone.hgi-package:after {
  content: "\4fb0";
}
.hgi-twotone.hgi-package-sent:after {
  content: "\4fb1";
}
.hgi-twotone.hgi-package-sent:before {
  content: "\4fb2";
}
.hgi-twotone.hgi-package:before {
  content: "\4fb3";
}
.hgi-twotone.hgi-packaging:after {
  content: "\4fb4";
}
.hgi-twotone.hgi-packaging:before {
  content: "\4fb5";
}
.hgi-twotone.hgi-pacman-01:after {
  content: "\4fb6";
}
.hgi-twotone.hgi-pacman-01:before {
  content: "\4fb7";
}
.hgi-twotone.hgi-pacman-02:after {
  content: "\4fb8";
}
.hgi-twotone.hgi-pacman-02:before {
  content: "\4fb9";
}
.hgi-twotone.hgi-paella:after {
  content: "\4fba";
}
.hgi-twotone.hgi-paella:before {
  content: "\4fbb";
}
.hgi-twotone.hgi-paint-board:after {
  content: "\4fbc";
}
.hgi-twotone.hgi-paint-board:before {
  content: "\4fbd";
}
.hgi-twotone.hgi-paint-brush-01:after {
  content: "\4fbe";
}
.hgi-twotone.hgi-paint-brush-01:before {
  content: "\4fbf";
}
.hgi-twotone.hgi-paint-brush-02:after {
  content: "\4fc0";
}
.hgi-twotone.hgi-paint-brush-02:before {
  content: "\4fc1";
}
.hgi-twotone.hgi-paint-brush-03:after {
  content: "\4fc2";
}
.hgi-twotone.hgi-paint-brush-03:before {
  content: "\4fc3";
}
.hgi-twotone.hgi-paint-brush-04:after {
  content: "\4fc4";
}
.hgi-twotone.hgi-paint-brush-04:before {
  content: "\4fc5";
}
.hgi-twotone.hgi-paint-bucket:after {
  content: "\4fc6";
}
.hgi-twotone.hgi-paint-bucket:before {
  content: "\4fc7";
}
.hgi-twotone.hgi-pan-01:after {
  content: "\4fc8";
}
.hgi-twotone.hgi-pan-01:before {
  content: "\4fc9";
}
.hgi-twotone.hgi-pan-02:after {
  content: "\4fca";
}
.hgi-twotone.hgi-pan-02:before {
  content: "\4fcb";
}
.hgi-twotone.hgi-pan-03:after {
  content: "\4fcc";
}
.hgi-twotone.hgi-pan-03:before {
  content: "\4fcd";
}
.hgi-twotone.hgi-parabola-01:after {
  content: "\4fce";
}
.hgi-twotone.hgi-parabola-01:before {
  content: "\4fcf";
}
.hgi-twotone.hgi-parabola-02:after {
  content: "\4fd0";
}
.hgi-twotone.hgi-parabola-02:before {
  content: "\4fd1";
}
.hgi-twotone.hgi-parabola-03:after {
  content: "\4fd2";
}
.hgi-twotone.hgi-parabola-03:before {
  content: "\4fd3";
}
.hgi-twotone.hgi-paragliding:after {
  content: "\4fd4";
}
.hgi-twotone.hgi-paragliding:before {
  content: "\4fd5";
}
.hgi-twotone.hgi-paragraph-bullets-point-01:after {
  content: "\4fd6";
}
.hgi-twotone.hgi-paragraph-bullets-point-01:before {
  content: "\4fd7";
}
.hgi-twotone.hgi-paragraph-bullets-point-02:after {
  content: "\4fd8";
}
.hgi-twotone.hgi-paragraph-bullets-point-02:before {
  content: "\4fd9";
}
.hgi-twotone.hgi-paragraph:after {
  content: "\4fda";
}
.hgi-twotone.hgi-paragraph-spacing:after {
  content: "\4fdb";
}
.hgi-twotone.hgi-paragraph-spacing:before {
  content: "\4fdc";
}
.hgi-twotone.hgi-paragraph:before {
  content: "\4fdd";
}
.hgi-twotone.hgi-parallelogram:after {
  content: "\4fde";
}
.hgi-twotone.hgi-parallelogram:before {
  content: "\4fdf";
}
.hgi-twotone.hgi-parking-area-circle:after {
  content: "\4fe0";
}
.hgi-twotone.hgi-parking-area-circle:before {
  content: "\4fe1";
}
.hgi-twotone.hgi-parking-area-square:after {
  content: "\4fe2";
}
.hgi-twotone.hgi-parking-area-square:before {
  content: "\4fe3";
}
.hgi-twotone.hgi-party:after {
  content: "\4fe4";
}
.hgi-twotone.hgi-party:before {
  content: "\4fe5";
}
.hgi-twotone.hgi-passport-01:after {
  content: "\4fe6";
}
.hgi-twotone.hgi-passport-01:before {
  content: "\4fe7";
}
.hgi-twotone.hgi-passport-expired:after {
  content: "\4fe8";
}
.hgi-twotone.hgi-passport-expired:before {
  content: "\4fe9";
}
.hgi-twotone.hgi-passport:after {
  content: "\4fea";
}
.hgi-twotone.hgi-passport-valid:after {
  content: "\4feb";
}
.hgi-twotone.hgi-passport-valid:before {
  content: "\4fec";
}
.hgi-twotone.hgi-passport:before {
  content: "\4fed";
}
.hgi-twotone.hgi-password-validation:after {
  content: "\4fee";
}
.hgi-twotone.hgi-password-validation:before {
  content: "\4fef";
}
.hgi-twotone.hgi-path:after {
  content: "\4ff0";
}
.hgi-twotone.hgi-path:before {
  content: "\4ff1";
}
.hgi-twotone.hgi-pathfinder-crop:after {
  content: "\4ff2";
}
.hgi-twotone.hgi-pathfinder-crop:before {
  content: "\4ff3";
}
.hgi-twotone.hgi-pathfinder-divide:after {
  content: "\4ff4";
}
.hgi-twotone.hgi-pathfinder-divide:before {
  content: "\4ff5";
}
.hgi-twotone.hgi-pathfinder-exclude:after {
  content: "\4ff6";
}
.hgi-twotone.hgi-pathfinder-exclude:before {
  content: "\4ff7";
}
.hgi-twotone.hgi-pathfinder-intersect:after {
  content: "\4ff8";
}
.hgi-twotone.hgi-pathfinder-intersect:before {
  content: "\4ff9";
}
.hgi-twotone.hgi-pathfinder-merge:after {
  content: "\4ffa";
}
.hgi-twotone.hgi-pathfinder-merge:before {
  content: "\4ffb";
}
.hgi-twotone.hgi-pathfinder-minus-back:after {
  content: "\4ffc";
}
.hgi-twotone.hgi-pathfinder-minus-back:before {
  content: "\4ffd";
}
.hgi-twotone.hgi-pathfinder-minus-front:after {
  content: "\4ffe";
}
.hgi-twotone.hgi-pathfinder-minus-front:before {
  content: "\4fff";
}
.hgi-twotone.hgi-pathfinder-outline:after {
  content: "\5000";
}
.hgi-twotone.hgi-pathfinder-outline:before {
  content: "\5001";
}
.hgi-twotone.hgi-pathfinder-trim:after {
  content: "\5002";
}
.hgi-twotone.hgi-pathfinder-trim:before {
  content: "\5003";
}
.hgi-twotone.hgi-pathfinder-unite:after {
  content: "\5004";
}
.hgi-twotone.hgi-pathfinder-unite:before {
  content: "\5005";
}
.hgi-twotone.hgi-patient:after {
  content: "\5006";
}
.hgi-twotone.hgi-patient:before {
  content: "\5007";
}
.hgi-twotone.hgi-patio:after {
  content: "\5008";
}
.hgi-twotone.hgi-patio:before {
  content: "\5009";
}
.hgi-twotone.hgi-pause-circle:after {
  content: "\500a";
}
.hgi-twotone.hgi-pause-circle:before {
  content: "\500b";
}
.hgi-twotone.hgi-pause:after {
  content: "\500c";
}
.hgi-twotone.hgi-pause:before {
  content: "\500d";
}
.hgi-twotone.hgi-pavilon:after {
  content: "\500e";
}
.hgi-twotone.hgi-pavilon:before {
  content: "\500f";
}
.hgi-twotone.hgi-pay-by-check:after {
  content: "\5010";
}
.hgi-twotone.hgi-pay-by-check:before {
  content: "\5011";
}
.hgi-twotone.hgi-payment-01:after {
  content: "\5012";
}
.hgi-twotone.hgi-payment-01:before {
  content: "\5013";
}
.hgi-twotone.hgi-payment-02:after {
  content: "\5014";
}
.hgi-twotone.hgi-payment-02:before {
  content: "\5015";
}
.hgi-twotone.hgi-payment-success-01:after {
  content: "\5016";
}
.hgi-twotone.hgi-payment-success-01:before {
  content: "\5017";
}
.hgi-twotone.hgi-payment-success-02:after {
  content: "\5018";
}
.hgi-twotone.hgi-payment-success-02:before {
  content: "\5019";
}
.hgi-twotone.hgi-payoneer:after {
  content: "\501a";
}
.hgi-twotone.hgi-payoneer:before {
  content: "\501b";
}
.hgi-twotone.hgi-paypal:after {
  content: "\501c";
}
.hgi-twotone.hgi-paypal:before {
  content: "\501d";
}
.hgi-twotone.hgi-pdf-01:after {
  content: "\501e";
}
.hgi-twotone.hgi-pdf-01:before {
  content: "\501f";
}
.hgi-twotone.hgi-pdf-02:after {
  content: "\5020";
}
.hgi-twotone.hgi-pdf-02:before {
  content: "\5021";
}
.hgi-twotone.hgi-peer-to-peer-01:after {
  content: "\5022";
}
.hgi-twotone.hgi-peer-to-peer-01:before {
  content: "\5023";
}
.hgi-twotone.hgi-peer-to-peer-02:after {
  content: "\5024";
}
.hgi-twotone.hgi-peer-to-peer-02:before {
  content: "\5025";
}
.hgi-twotone.hgi-peer-to-peer-03:after {
  content: "\5026";
}
.hgi-twotone.hgi-peer-to-peer-03:before {
  content: "\5027";
}
.hgi-twotone.hgi-pen-01:after {
  content: "\5028";
}
.hgi-twotone.hgi-pen-01:before {
  content: "\5029";
}
.hgi-twotone.hgi-pen-02:after {
  content: "\502a";
}
.hgi-twotone.hgi-pen-02:before {
  content: "\502b";
}
.hgi-twotone.hgi-pen-connect-bluetooth:after {
  content: "\502c";
}
.hgi-twotone.hgi-pen-connect-bluetooth:before {
  content: "\502d";
}
.hgi-twotone.hgi-pen-connect-usb:after {
  content: "\502e";
}
.hgi-twotone.hgi-pen-connect-usb:before {
  content: "\502f";
}
.hgi-twotone.hgi-pen-connect-wifi:after {
  content: "\5030";
}
.hgi-twotone.hgi-pen-connect-wifi:before {
  content: "\5031";
}
.hgi-twotone.hgi-pen-tool-01:after {
  content: "\5032";
}
.hgi-twotone.hgi-pen-tool-01:before {
  content: "\5033";
}
.hgi-twotone.hgi-pen-tool-02:after {
  content: "\5034";
}
.hgi-twotone.hgi-pen-tool-02:before {
  content: "\5035";
}
.hgi-twotone.hgi-pen-tool-03:after {
  content: "\5036";
}
.hgi-twotone.hgi-pen-tool-03:before {
  content: "\5037";
}
.hgi-twotone.hgi-pen-tool-add:after {
  content: "\5038";
}
.hgi-twotone.hgi-pen-tool-add:before {
  content: "\5039";
}
.hgi-twotone.hgi-pen-tool-minus:after {
  content: "\503a";
}
.hgi-twotone.hgi-pen-tool-minus:before {
  content: "\503b";
}
.hgi-twotone.hgi-pencil-edit-01:after {
  content: "\503c";
}
.hgi-twotone.hgi-pencil-edit-01:before {
  content: "\503d";
}
.hgi-twotone.hgi-pencil-edit-02:after {
  content: "\503e";
}
.hgi-twotone.hgi-pencil-edit-02:before {
  content: "\503f";
}
.hgi-twotone.hgi-pencil:after {
  content: "\5040";
}
.hgi-twotone.hgi-pencil:before {
  content: "\5041";
}
.hgi-twotone.hgi-pendulum:after {
  content: "\5042";
}
.hgi-twotone.hgi-pendulum:before {
  content: "\5043";
}
.hgi-twotone.hgi-pensive:after {
  content: "\5044";
}
.hgi-twotone.hgi-pensive:before {
  content: "\5045";
}
.hgi-twotone.hgi-pentagon-01:after {
  content: "\5046";
}
.hgi-twotone.hgi-pentagon-01:before {
  content: "\5047";
}
.hgi-twotone.hgi-pentagon:after {
  content: "\5048";
}
.hgi-twotone.hgi-pentagon:before {
  content: "\5049";
}
.hgi-twotone.hgi-percent-circle:after {
  content: "\504a";
}
.hgi-twotone.hgi-percent-circle:before {
  content: "\504b";
}
.hgi-twotone.hgi-percent:after {
  content: "\504c";
}
.hgi-twotone.hgi-percent-square:after {
  content: "\504d";
}
.hgi-twotone.hgi-percent-square:before {
  content: "\504e";
}
.hgi-twotone.hgi-percent:before {
  content: "\504f";
}
.hgi-twotone.hgi-perfume:after {
  content: "\5050";
}
.hgi-twotone.hgi-perfume:before {
  content: "\5051";
}
.hgi-twotone.hgi-periscope:after {
  content: "\5052";
}
.hgi-twotone.hgi-periscope:before {
  content: "\5053";
}
.hgi-twotone.hgi-permanent-job:after {
  content: "\5054";
}
.hgi-twotone.hgi-permanent-job:before {
  content: "\5055";
}
.hgi-twotone.hgi-perplexity-ai:after {
  content: "\5056";
}
.hgi-twotone.hgi-perplexity-ai:before {
  content: "\5057";
}
.hgi-twotone.hgi-perspective:after {
  content: "\5058";
}
.hgi-twotone.hgi-perspective:before {
  content: "\5059";
}
.hgi-twotone.hgi-petrol-pump:after {
  content: "\505a";
}
.hgi-twotone.hgi-petrol-pump:before {
  content: "\505b";
}
.hgi-twotone.hgi-pexels:after {
  content: "\505c";
}
.hgi-twotone.hgi-pexels:before {
  content: "\505d";
}
.hgi-twotone.hgi-phone-off-01:after {
  content: "\505e";
}
.hgi-twotone.hgi-phone-off-01:before {
  content: "\505f";
}
.hgi-twotone.hgi-phone-off-02:after {
  content: "\5060";
}
.hgi-twotone.hgi-phone-off-02:before {
  content: "\5061";
}
.hgi-twotone.hgi-php:after {
  content: "\5062";
}
.hgi-twotone.hgi-php:before {
  content: "\5063";
}
.hgi-twotone.hgi-physics:after {
  content: "\5064";
}
.hgi-twotone.hgi-physics:before {
  content: "\5065";
}
.hgi-twotone.hgi-pi-circle:after {
  content: "\5066";
}
.hgi-twotone.hgi-pi-circle:before {
  content: "\5067";
}
.hgi-twotone.hgi-pi:after {
  content: "\5068";
}
.hgi-twotone.hgi-pi-square:after {
  content: "\5069";
}
.hgi-twotone.hgi-pi-square:before {
  content: "\506a";
}
.hgi-twotone.hgi-pi:before {
  content: "\506b";
}
.hgi-twotone.hgi-picasa:after {
  content: "\506c";
}
.hgi-twotone.hgi-picasa:before {
  content: "\506d";
}
.hgi-twotone.hgi-pickup-01:after {
  content: "\506e";
}
.hgi-twotone.hgi-pickup-01:before {
  content: "\506f";
}
.hgi-twotone.hgi-pickup-02:after {
  content: "\5070";
}
.hgi-twotone.hgi-pickup-02:before {
  content: "\5071";
}
.hgi-twotone.hgi-picture-in-picture-exit:after {
  content: "\5072";
}
.hgi-twotone.hgi-picture-in-picture-exit:before {
  content: "\5073";
}
.hgi-twotone.hgi-picture-in-picture-on:after {
  content: "\5074";
}
.hgi-twotone.hgi-picture-in-picture-on:before {
  content: "\5075";
}
.hgi-twotone.hgi-pie-chart-01:after {
  content: "\5076";
}
.hgi-twotone.hgi-pie-chart-01:before {
  content: "\5077";
}
.hgi-twotone.hgi-pie-chart-02:after {
  content: "\5078";
}
.hgi-twotone.hgi-pie-chart-02:before {
  content: "\5079";
}
.hgi-twotone.hgi-pie-chart-03:after {
  content: "\507a";
}
.hgi-twotone.hgi-pie-chart-03:before {
  content: "\507b";
}
.hgi-twotone.hgi-pie-chart-04:after {
  content: "\507c";
}
.hgi-twotone.hgi-pie-chart-04:before {
  content: "\507d";
}
.hgi-twotone.hgi-pie-chart-05:after {
  content: "\507e";
}
.hgi-twotone.hgi-pie-chart-05:before {
  content: "\507f";
}
.hgi-twotone.hgi-pie-chart-06:after {
  content: "\5080";
}
.hgi-twotone.hgi-pie-chart-06:before {
  content: "\5081";
}
.hgi-twotone.hgi-pie-chart-07:after {
  content: "\5082";
}
.hgi-twotone.hgi-pie-chart-07:before {
  content: "\5083";
}
.hgi-twotone.hgi-pie-chart-08:after {
  content: "\5084";
}
.hgi-twotone.hgi-pie-chart-08:before {
  content: "\5085";
}
.hgi-twotone.hgi-pie-chart-09:after {
  content: "\5086";
}
.hgi-twotone.hgi-pie-chart-09:before {
  content: "\5087";
}
.hgi-twotone.hgi-pie-chart:after {
  content: "\5088";
}
.hgi-twotone.hgi-pie-chart-square:after {
  content: "\5089";
}
.hgi-twotone.hgi-pie-chart-square:before {
  content: "\508a";
}
.hgi-twotone.hgi-pie-chart:before {
  content: "\508b";
}
.hgi-twotone.hgi-pie:after {
  content: "\508c";
}
.hgi-twotone.hgi-pie:before {
  content: "\508d";
}
.hgi-twotone.hgi-piggy-bank:after {
  content: "\508e";
}
.hgi-twotone.hgi-piggy-bank:before {
  content: "\508f";
}
.hgi-twotone.hgi-pin-02:after {
  content: "\5090";
}
.hgi-twotone.hgi-pin-02:before {
  content: "\5091";
}
.hgi-twotone.hgi-pin-code:after {
  content: "\5092";
}
.hgi-twotone.hgi-pin-code:before {
  content: "\5093";
}
.hgi-twotone.hgi-pin-location-01:after {
  content: "\5094";
}
.hgi-twotone.hgi-pin-location-01:before {
  content: "\5095";
}
.hgi-twotone.hgi-pin-location-02:after {
  content: "\5096";
}
.hgi-twotone.hgi-pin-location-02:before {
  content: "\5097";
}
.hgi-twotone.hgi-pin-location-03:after {
  content: "\5098";
}
.hgi-twotone.hgi-pin-location-03:before {
  content: "\5099";
}
.hgi-twotone.hgi-pin-off:after {
  content: "\509a";
}
.hgi-twotone.hgi-pin-off:before {
  content: "\509b";
}
.hgi-twotone.hgi-pin:after {
  content: "\509c";
}
.hgi-twotone.hgi-pin:before {
  content: "\509d";
}
.hgi-twotone.hgi-pine-tree:after {
  content: "\509e";
}
.hgi-twotone.hgi-pine-tree:before {
  content: "\509f";
}
.hgi-twotone.hgi-pinterest:after {
  content: "\50a0";
}
.hgi-twotone.hgi-pinterest:before {
  content: "\50a1";
}
.hgi-twotone.hgi-pipeline:after {
  content: "\50a2";
}
.hgi-twotone.hgi-pipeline:before {
  content: "\50a3";
}
.hgi-twotone.hgi-pisa-tower:after {
  content: "\50a4";
}
.hgi-twotone.hgi-pisa-tower:before {
  content: "\50a5";
}
.hgi-twotone.hgi-pivot:after {
  content: "\50a6";
}
.hgi-twotone.hgi-pivot:before {
  content: "\50a7";
}
.hgi-twotone.hgi-pizza-01:after {
  content: "\50a8";
}
.hgi-twotone.hgi-pizza-01:before {
  content: "\50a9";
}
.hgi-twotone.hgi-pizza-02:after {
  content: "\50aa";
}
.hgi-twotone.hgi-pizza-02:before {
  content: "\50ab";
}
.hgi-twotone.hgi-pizza-03:after {
  content: "\50ac";
}
.hgi-twotone.hgi-pizza-03:before {
  content: "\50ad";
}
.hgi-twotone.hgi-pizza-04:after {
  content: "\50ae";
}
.hgi-twotone.hgi-pizza-04:before {
  content: "\50af";
}
.hgi-twotone.hgi-pizza-cutter:after {
  content: "\50b0";
}
.hgi-twotone.hgi-pizza-cutter:before {
  content: "\50b1";
}
.hgi-twotone.hgi-plane:after {
  content: "\50b2";
}
.hgi-twotone.hgi-plane:before {
  content: "\50b3";
}
.hgi-twotone.hgi-plant-01:after {
  content: "\50b4";
}
.hgi-twotone.hgi-plant-01:before {
  content: "\50b5";
}
.hgi-twotone.hgi-plant-02:after {
  content: "\50b6";
}
.hgi-twotone.hgi-plant-02:before {
  content: "\50b7";
}
.hgi-twotone.hgi-plant-03:after {
  content: "\50b8";
}
.hgi-twotone.hgi-plant-03:before {
  content: "\50b9";
}
.hgi-twotone.hgi-plant-04:after {
  content: "\50ba";
}
.hgi-twotone.hgi-plant-04:before {
  content: "\50bb";
}
.hgi-twotone.hgi-plate:after {
  content: "\50bc";
}
.hgi-twotone.hgi-plate:before {
  content: "\50bd";
}
.hgi-twotone.hgi-plaxo:after {
  content: "\50be";
}
.hgi-twotone.hgi-plaxo:before {
  content: "\50bf";
}
.hgi-twotone.hgi-play-circle-02:after {
  content: "\50c0";
}
.hgi-twotone.hgi-play-circle-02:before {
  content: "\50c1";
}
.hgi-twotone.hgi-play-circle:after {
  content: "\50c2";
}
.hgi-twotone.hgi-play-circle:before {
  content: "\50c3";
}
.hgi-twotone.hgi-play-list-add:after {
  content: "\50c4";
}
.hgi-twotone.hgi-play-list-add:before {
  content: "\50c5";
}
.hgi-twotone.hgi-play-list-favourite-01:after {
  content: "\50c6";
}
.hgi-twotone.hgi-play-list-favourite-01:before {
  content: "\50c7";
}
.hgi-twotone.hgi-play-list-favourite-02:after {
  content: "\50c8";
}
.hgi-twotone.hgi-play-list-favourite-02:before {
  content: "\50c9";
}
.hgi-twotone.hgi-play-list-minus:after {
  content: "\50ca";
}
.hgi-twotone.hgi-play-list-minus:before {
  content: "\50cb";
}
.hgi-twotone.hgi-play-list-remove:after {
  content: "\50cc";
}
.hgi-twotone.hgi-play-list-remove:before {
  content: "\50cd";
}
.hgi-twotone.hgi-play-list:after {
  content: "\50ce";
}
.hgi-twotone.hgi-play-list:before {
  content: "\50cf";
}
.hgi-twotone.hgi-play:after {
  content: "\50d0";
}
.hgi-twotone.hgi-play-square:after {
  content: "\50d1";
}
.hgi-twotone.hgi-play-square:before {
  content: "\50d2";
}
.hgi-twotone.hgi-play-store:after {
  content: "\50d3";
}
.hgi-twotone.hgi-play-store:before {
  content: "\50d4";
}
.hgi-twotone.hgi-play:before {
  content: "\50d5";
}
.hgi-twotone.hgi-playlist-01:after {
  content: "\50d6";
}
.hgi-twotone.hgi-playlist-01:before {
  content: "\50d7";
}
.hgi-twotone.hgi-playlist-02:after {
  content: "\50d8";
}
.hgi-twotone.hgi-playlist-02:before {
  content: "\50d9";
}
.hgi-twotone.hgi-playlist-03:after {
  content: "\50da";
}
.hgi-twotone.hgi-playlist-03:before {
  content: "\50db";
}
.hgi-twotone.hgi-plaza:after {
  content: "\50dc";
}
.hgi-twotone.hgi-plaza:before {
  content: "\50dd";
}
.hgi-twotone.hgi-plug-01:after {
  content: "\50de";
}
.hgi-twotone.hgi-plug-01:before {
  content: "\50df";
}
.hgi-twotone.hgi-plug-02:after {
  content: "\50e0";
}
.hgi-twotone.hgi-plug-02:before {
  content: "\50e1";
}
.hgi-twotone.hgi-plug-socket:after {
  content: "\50e2";
}
.hgi-twotone.hgi-plug-socket:before {
  content: "\50e3";
}
.hgi-twotone.hgi-plus-minus-01:after {
  content: "\50e4";
}
.hgi-twotone.hgi-plus-minus-01:before {
  content: "\50e5";
}
.hgi-twotone.hgi-plus-minus-02:after {
  content: "\50e6";
}
.hgi-twotone.hgi-plus-minus-02:before {
  content: "\50e7";
}
.hgi-twotone.hgi-plus-minus-circle-01:after {
  content: "\50e8";
}
.hgi-twotone.hgi-plus-minus-circle-01:before {
  content: "\50e9";
}
.hgi-twotone.hgi-plus-minus-circle-02:after {
  content: "\50ea";
}
.hgi-twotone.hgi-plus-minus-circle-02:before {
  content: "\50eb";
}
.hgi-twotone.hgi-plus-minus:after {
  content: "\50ec";
}
.hgi-twotone.hgi-plus-minus-square-01:after {
  content: "\50ed";
}
.hgi-twotone.hgi-plus-minus-square-01:before {
  content: "\50ee";
}
.hgi-twotone.hgi-plus-minus-square-02:after {
  content: "\50ef";
}
.hgi-twotone.hgi-plus-minus-square-02:before {
  content: "\50f0";
}
.hgi-twotone.hgi-plus-minus:before {
  content: "\50f1";
}
.hgi-twotone.hgi-plus-sign-circle:after {
  content: "\50f2";
}
.hgi-twotone.hgi-plus-sign-circle:before {
  content: "\50f3";
}
.hgi-twotone.hgi-plus-sign:after {
  content: "\50f4";
}
.hgi-twotone.hgi-plus-sign-square:after {
  content: "\50f5";
}
.hgi-twotone.hgi-plus-sign-square:before {
  content: "\50f6";
}
.hgi-twotone.hgi-plus-sign:before {
  content: "\50f7";
}
.hgi-twotone.hgi-png-01:after {
  content: "\50f8";
}
.hgi-twotone.hgi-png-01:before {
  content: "\50f9";
}
.hgi-twotone.hgi-png-02:after {
  content: "\50fa";
}
.hgi-twotone.hgi-png-02:before {
  content: "\50fb";
}
.hgi-twotone.hgi-podcast:after {
  content: "\50fc";
}
.hgi-twotone.hgi-podcast:before {
  content: "\50fd";
}
.hgi-twotone.hgi-podium:after {
  content: "\50fe";
}
.hgi-twotone.hgi-podium:before {
  content: "\50ff";
}
.hgi-twotone.hgi-pointing-left-01:after {
  content: "\5100";
}
.hgi-twotone.hgi-pointing-left-01:before {
  content: "\5101";
}
.hgi-twotone.hgi-pointing-left-02:after {
  content: "\5102";
}
.hgi-twotone.hgi-pointing-left-02:before {
  content: "\5103";
}
.hgi-twotone.hgi-pointing-left-03:after {
  content: "\5104";
}
.hgi-twotone.hgi-pointing-left-03:before {
  content: "\5105";
}
.hgi-twotone.hgi-pointing-left-04:after {
  content: "\5106";
}
.hgi-twotone.hgi-pointing-left-04:before {
  content: "\5107";
}
.hgi-twotone.hgi-pointing-left-05:after {
  content: "\5108";
}
.hgi-twotone.hgi-pointing-left-05:before {
  content: "\5109";
}
.hgi-twotone.hgi-pointing-left-06:after {
  content: "\510a";
}
.hgi-twotone.hgi-pointing-left-06:before {
  content: "\510b";
}
.hgi-twotone.hgi-pointing-left-07:after {
  content: "\510c";
}
.hgi-twotone.hgi-pointing-left-07:before {
  content: "\510d";
}
.hgi-twotone.hgi-pointing-left-08:after {
  content: "\510e";
}
.hgi-twotone.hgi-pointing-left-08:before {
  content: "\510f";
}
.hgi-twotone.hgi-pointing-right-01:after {
  content: "\5110";
}
.hgi-twotone.hgi-pointing-right-01:before {
  content: "\5111";
}
.hgi-twotone.hgi-pointing-right-02:after {
  content: "\5112";
}
.hgi-twotone.hgi-pointing-right-02:before {
  content: "\5113";
}
.hgi-twotone.hgi-pointing-right-03:after {
  content: "\5114";
}
.hgi-twotone.hgi-pointing-right-03:before {
  content: "\5115";
}
.hgi-twotone.hgi-pointing-right-04:after {
  content: "\5116";
}
.hgi-twotone.hgi-pointing-right-04:before {
  content: "\5117";
}
.hgi-twotone.hgi-pointing-right-05:after {
  content: "\5118";
}
.hgi-twotone.hgi-pointing-right-05:before {
  content: "\5119";
}
.hgi-twotone.hgi-pointing-right-06:after {
  content: "\511a";
}
.hgi-twotone.hgi-pointing-right-06:before {
  content: "\511b";
}
.hgi-twotone.hgi-pointing-right-07:after {
  content: "\511c";
}
.hgi-twotone.hgi-pointing-right-07:before {
  content: "\511d";
}
.hgi-twotone.hgi-pointing-right-08:after {
  content: "\511e";
}
.hgi-twotone.hgi-pointing-right-08:before {
  content: "\511f";
}
.hgi-twotone.hgi-pokeball:after {
  content: "\5120";
}
.hgi-twotone.hgi-pokeball:before {
  content: "\5121";
}
.hgi-twotone.hgi-pokemon:after {
  content: "\5122";
}
.hgi-twotone.hgi-pokemon:before {
  content: "\5123";
}
.hgi-twotone.hgi-police-badge:after {
  content: "\5124";
}
.hgi-twotone.hgi-police-badge:before {
  content: "\5125";
}
.hgi-twotone.hgi-police-cap:after {
  content: "\5126";
}
.hgi-twotone.hgi-police-cap:before {
  content: "\5127";
}
.hgi-twotone.hgi-police-car:after {
  content: "\5128";
}
.hgi-twotone.hgi-police-car:before {
  content: "\5129";
}
.hgi-twotone.hgi-police-station:after {
  content: "\512a";
}
.hgi-twotone.hgi-police-station:before {
  content: "\512b";
}
.hgi-twotone.hgi-policy:after {
  content: "\512c";
}
.hgi-twotone.hgi-policy:before {
  content: "\512d";
}
.hgi-twotone.hgi-poly-tank:after {
  content: "\512e";
}
.hgi-twotone.hgi-poly-tank:before {
  content: "\512f";
}
.hgi-twotone.hgi-polygon:after {
  content: "\5130";
}
.hgi-twotone.hgi-polygon:before {
  content: "\5131";
}
.hgi-twotone.hgi-pool:after {
  content: "\5132";
}
.hgi-twotone.hgi-pool-table:after {
  content: "\5133";
}
.hgi-twotone.hgi-pool-table:before {
  content: "\5134";
}
.hgi-twotone.hgi-pool:before {
  content: "\5135";
}
.hgi-twotone.hgi-poop:after {
  content: "\5136";
}
.hgi-twotone.hgi-poop:before {
  content: "\5137";
}
.hgi-twotone.hgi-popcorn:after {
  content: "\5138";
}
.hgi-twotone.hgi-popcorn:before {
  content: "\5139";
}
.hgi-twotone.hgi-pot-01:after {
  content: "\513a";
}
.hgi-twotone.hgi-pot-01:before {
  content: "\513b";
}
.hgi-twotone.hgi-pot-02:after {
  content: "\513c";
}
.hgi-twotone.hgi-pot-02:before {
  content: "\513d";
}
.hgi-twotone.hgi-potion:after {
  content: "\513e";
}
.hgi-twotone.hgi-potion:before {
  content: "\513f";
}
.hgi-twotone.hgi-pound-circle:after {
  content: "\5140";
}
.hgi-twotone.hgi-pound-circle:before {
  content: "\5141";
}
.hgi-twotone.hgi-pound-receive:after {
  content: "\5142";
}
.hgi-twotone.hgi-pound-receive:before {
  content: "\5143";
}
.hgi-twotone.hgi-pound:after {
  content: "\5144";
}
.hgi-twotone.hgi-pound-send:after {
  content: "\5145";
}
.hgi-twotone.hgi-pound-send:before {
  content: "\5146";
}
.hgi-twotone.hgi-pound-square:after {
  content: "\5147";
}
.hgi-twotone.hgi-pound-square:before {
  content: "\5148";
}
.hgi-twotone.hgi-pound:before {
  content: "\5149";
}
.hgi-twotone.hgi-power-service:after {
  content: "\514a";
}
.hgi-twotone.hgi-power-service:before {
  content: "\514b";
}
.hgi-twotone.hgi-power-socket-01:after {
  content: "\514c";
}
.hgi-twotone.hgi-power-socket-01:before {
  content: "\514d";
}
.hgi-twotone.hgi-power-socket-02:after {
  content: "\514e";
}
.hgi-twotone.hgi-power-socket-02:before {
  content: "\514f";
}
.hgi-twotone.hgi-ppt-01:after {
  content: "\5150";
}
.hgi-twotone.hgi-ppt-01:before {
  content: "\5151";
}
.hgi-twotone.hgi-ppt-02:after {
  content: "\5152";
}
.hgi-twotone.hgi-ppt-02:before {
  content: "\5153";
}
.hgi-twotone.hgi-prawn:after {
  content: "\5154";
}
.hgi-twotone.hgi-prawn:before {
  content: "\5155";
}
.hgi-twotone.hgi-prayer-rug-01:after {
  content: "\5156";
}
.hgi-twotone.hgi-prayer-rug-01:before {
  content: "\5157";
}
.hgi-twotone.hgi-prayer-rug-02:after {
  content: "\5158";
}
.hgi-twotone.hgi-prayer-rug-02:before {
  content: "\5159";
}
.hgi-twotone.hgi-preference-horizontal:after {
  content: "\515a";
}
.hgi-twotone.hgi-preference-horizontal:before {
  content: "\515b";
}
.hgi-twotone.hgi-preference-vertical:after {
  content: "\515c";
}
.hgi-twotone.hgi-preference-vertical:before {
  content: "\515d";
}
.hgi-twotone.hgi-prescription:after {
  content: "\515e";
}
.hgi-twotone.hgi-prescription:before {
  content: "\515f";
}
.hgi-twotone.hgi-presentation-01:after {
  content: "\5160";
}
.hgi-twotone.hgi-presentation-01:before {
  content: "\5161";
}
.hgi-twotone.hgi-presentation-02:after {
  content: "\5162";
}
.hgi-twotone.hgi-presentation-02:before {
  content: "\5163";
}
.hgi-twotone.hgi-presentation-03:after {
  content: "\5164";
}
.hgi-twotone.hgi-presentation-03:before {
  content: "\5165";
}
.hgi-twotone.hgi-presentation-04:after {
  content: "\5166";
}
.hgi-twotone.hgi-presentation-04:before {
  content: "\5167";
}
.hgi-twotone.hgi-presentation-05:after {
  content: "\5168";
}
.hgi-twotone.hgi-presentation-05:before {
  content: "\5169";
}
.hgi-twotone.hgi-presentation-06:after {
  content: "\516a";
}
.hgi-twotone.hgi-presentation-06:before {
  content: "\516b";
}
.hgi-twotone.hgi-presentation-07:after {
  content: "\516c";
}
.hgi-twotone.hgi-presentation-07:before {
  content: "\516d";
}
.hgi-twotone.hgi-presentation-bar-chart-01:after {
  content: "\516e";
}
.hgi-twotone.hgi-presentation-bar-chart-01:before {
  content: "\516f";
}
.hgi-twotone.hgi-presentation-bar-chart-02:after {
  content: "\5170";
}
.hgi-twotone.hgi-presentation-bar-chart-02:before {
  content: "\5171";
}
.hgi-twotone.hgi-presentation-line-chart-01:after {
  content: "\5172";
}
.hgi-twotone.hgi-presentation-line-chart-01:before {
  content: "\5173";
}
.hgi-twotone.hgi-presentation-line-chart-02:after {
  content: "\5174";
}
.hgi-twotone.hgi-presentation-line-chart-02:before {
  content: "\5175";
}
.hgi-twotone.hgi-presentation-online:after {
  content: "\5176";
}
.hgi-twotone.hgi-presentation-online:before {
  content: "\5177";
}
.hgi-twotone.hgi-presentation-podium:after {
  content: "\5178";
}
.hgi-twotone.hgi-presentation-podium:before {
  content: "\5179";
}
.hgi-twotone.hgi-previous:after {
  content: "\517a";
}
.hgi-twotone.hgi-previous:before {
  content: "\517b";
}
.hgi-twotone.hgi-printer-off:after {
  content: "\517c";
}
.hgi-twotone.hgi-printer-off:before {
  content: "\517d";
}
.hgi-twotone.hgi-printer:after {
  content: "\517e";
}
.hgi-twotone.hgi-printer:before {
  content: "\517f";
}
.hgi-twotone.hgi-prism-01:after {
  content: "\5180";
}
.hgi-twotone.hgi-prism-01:before {
  content: "\5181";
}
.hgi-twotone.hgi-prism:after {
  content: "\5182";
}
.hgi-twotone.hgi-prism:before {
  content: "\5183";
}
.hgi-twotone.hgi-prison-guard:after {
  content: "\5184";
}
.hgi-twotone.hgi-prison-guard:before {
  content: "\5185";
}
.hgi-twotone.hgi-prison:after {
  content: "\5186";
}
.hgi-twotone.hgi-prison:before {
  content: "\5187";
}
.hgi-twotone.hgi-prisoner:after {
  content: "\5188";
}
.hgi-twotone.hgi-prisoner:before {
  content: "\5189";
}
.hgi-twotone.hgi-product-loading:after {
  content: "\518a";
}
.hgi-twotone.hgi-product-loading:before {
  content: "\518b";
}
.hgi-twotone.hgi-profile-02:after {
  content: "\518c";
}
.hgi-twotone.hgi-profile-02:before {
  content: "\518d";
}
.hgi-twotone.hgi-profile:after {
  content: "\518e";
}
.hgi-twotone.hgi-profile:before {
  content: "\518f";
}
.hgi-twotone.hgi-profit:after {
  content: "\5190";
}
.hgi-twotone.hgi-profit:before {
  content: "\5191";
}
.hgi-twotone.hgi-programming-flag:after {
  content: "\5192";
}
.hgi-twotone.hgi-programming-flag:before {
  content: "\5193";
}
.hgi-twotone.hgi-progress-01:after {
  content: "\5194";
}
.hgi-twotone.hgi-progress-01:before {
  content: "\5195";
}
.hgi-twotone.hgi-progress-02:after {
  content: "\5196";
}
.hgi-twotone.hgi-progress-02:before {
  content: "\5197";
}
.hgi-twotone.hgi-progress-03:after {
  content: "\5198";
}
.hgi-twotone.hgi-progress-03:before {
  content: "\5199";
}
.hgi-twotone.hgi-progress-04:after {
  content: "\519a";
}
.hgi-twotone.hgi-progress-04:before {
  content: "\519b";
}
.hgi-twotone.hgi-progress:after {
  content: "\519c";
}
.hgi-twotone.hgi-progress:before {
  content: "\519d";
}
.hgi-twotone.hgi-projector-01:after {
  content: "\519e";
}
.hgi-twotone.hgi-projector-01:before {
  content: "\519f";
}
.hgi-twotone.hgi-projector:after {
  content: "\51a0";
}
.hgi-twotone.hgi-projector:before {
  content: "\51a1";
}
.hgi-twotone.hgi-promotion:after {
  content: "\51a2";
}
.hgi-twotone.hgi-promotion:before {
  content: "\51a3";
}
.hgi-twotone.hgi-property-add:after {
  content: "\51a4";
}
.hgi-twotone.hgi-property-add:before {
  content: "\51a5";
}
.hgi-twotone.hgi-property-delete:after {
  content: "\51a6";
}
.hgi-twotone.hgi-property-delete:before {
  content: "\51a7";
}
.hgi-twotone.hgi-property-edit:after {
  content: "\51a8";
}
.hgi-twotone.hgi-property-edit:before {
  content: "\51a9";
}
.hgi-twotone.hgi-property-new:after {
  content: "\51aa";
}
.hgi-twotone.hgi-property-new:before {
  content: "\51ab";
}
.hgi-twotone.hgi-property-search:after {
  content: "\51ac";
}
.hgi-twotone.hgi-property-search:before {
  content: "\51ad";
}
.hgi-twotone.hgi-property-view:after {
  content: "\51ae";
}
.hgi-twotone.hgi-property-view:before {
  content: "\51af";
}
.hgi-twotone.hgi-protection-mask:after {
  content: "\51b0";
}
.hgi-twotone.hgi-protection-mask:before {
  content: "\51b1";
}
.hgi-twotone.hgi-pulley:after {
  content: "\51b2";
}
.hgi-twotone.hgi-pulley:before {
  content: "\51b3";
}
.hgi-twotone.hgi-pulse-01:after {
  content: "\51b4";
}
.hgi-twotone.hgi-pulse-01:before {
  content: "\51b5";
}
.hgi-twotone.hgi-pulse-02:after {
  content: "\51b6";
}
.hgi-twotone.hgi-pulse-02:before {
  content: "\51b7";
}
.hgi-twotone.hgi-pulse-rectangle-01:after {
  content: "\51b8";
}
.hgi-twotone.hgi-pulse-rectangle-01:before {
  content: "\51b9";
}
.hgi-twotone.hgi-pulse-rectangle-02:after {
  content: "\51ba";
}
.hgi-twotone.hgi-pulse-rectangle-02:before {
  content: "\51bb";
}
.hgi-twotone.hgi-pumpkin:after {
  content: "\51bc";
}
.hgi-twotone.hgi-pumpkin:before {
  content: "\51bd";
}
.hgi-twotone.hgi-punch:after {
  content: "\51be";
}
.hgi-twotone.hgi-punch:before {
  content: "\51bf";
}
.hgi-twotone.hgi-punching-ball-01:after {
  content: "\51c0";
}
.hgi-twotone.hgi-punching-ball-01:before {
  content: "\51c1";
}
.hgi-twotone.hgi-punching-ball-02:after {
  content: "\51c2";
}
.hgi-twotone.hgi-punching-ball-02:before {
  content: "\51c3";
}
.hgi-twotone.hgi-purse-01:after {
  content: "\51c4";
}
.hgi-twotone.hgi-purse-01:before {
  content: "\51c5";
}
.hgi-twotone.hgi-purse:after {
  content: "\51c6";
}
.hgi-twotone.hgi-purse:before {
  content: "\51c7";
}
.hgi-twotone.hgi-push-up-bar:after {
  content: "\51c8";
}
.hgi-twotone.hgi-push-up-bar:before {
  content: "\51c9";
}
.hgi-twotone.hgi-puzzle:after {
  content: "\51ca";
}
.hgi-twotone.hgi-puzzle:before {
  content: "\51cb";
}
.hgi-twotone.hgi-pyramid-maslowo:after {
  content: "\51cc";
}
.hgi-twotone.hgi-pyramid-maslowo:before {
  content: "\51cd";
}
.hgi-twotone.hgi-pyramid:after {
  content: "\51ce";
}
.hgi-twotone.hgi-pyramid-structure-01:after {
  content: "\51cf";
}
.hgi-twotone.hgi-pyramid-structure-01:before {
  content: "\51d0";
}
.hgi-twotone.hgi-pyramid-structure-02:after {
  content: "\51d1";
}
.hgi-twotone.hgi-pyramid-structure-02:before {
  content: "\51d2";
}
.hgi-twotone.hgi-pyramid:before {
  content: "\51d3";
}
.hgi-twotone.hgi-python:after {
  content: "\51d4";
}
.hgi-twotone.hgi-python:before {
  content: "\51d5";
}
.hgi-twotone.hgi-qq-plot:after {
  content: "\51d6";
}
.hgi-twotone.hgi-qq-plot:before {
  content: "\51d7";
}
.hgi-twotone.hgi-qr-code-01:after {
  content: "\51d8";
}
.hgi-twotone.hgi-qr-code-01:before {
  content: "\51d9";
}
.hgi-twotone.hgi-qr-code:after {
  content: "\51da";
}
.hgi-twotone.hgi-qr-code:before {
  content: "\51db";
}
.hgi-twotone.hgi-question:after {
  content: "\51dc";
}
.hgi-twotone.hgi-question:before {
  content: "\51dd";
}
.hgi-twotone.hgi-queue-01:after {
  content: "\51de";
}
.hgi-twotone.hgi-queue-01:before {
  content: "\51df";
}
.hgi-twotone.hgi-queue-02:after {
  content: "\51e0";
}
.hgi-twotone.hgi-queue-02:before {
  content: "\51e1";
}
.hgi-twotone.hgi-quill-write-01:after {
  content: "\51e2";
}
.hgi-twotone.hgi-quill-write-01:before {
  content: "\51e3";
}
.hgi-twotone.hgi-quill-write-02:after {
  content: "\51e4";
}
.hgi-twotone.hgi-quill-write-02:before {
  content: "\51e5";
}
.hgi-twotone.hgi-quiz-01:after {
  content: "\51e6";
}
.hgi-twotone.hgi-quiz-01:before {
  content: "\51e7";
}
.hgi-twotone.hgi-quiz-02:after {
  content: "\51e8";
}
.hgi-twotone.hgi-quiz-02:before {
  content: "\51e9";
}
.hgi-twotone.hgi-quiz-03:after {
  content: "\51ea";
}
.hgi-twotone.hgi-quiz-03:before {
  content: "\51eb";
}
.hgi-twotone.hgi-quiz-04:after {
  content: "\51ec";
}
.hgi-twotone.hgi-quiz-04:before {
  content: "\51ed";
}
.hgi-twotone.hgi-quiz-05:after {
  content: "\51ee";
}
.hgi-twotone.hgi-quiz-05:before {
  content: "\51ef";
}
.hgi-twotone.hgi-quora:after {
  content: "\51f0";
}
.hgi-twotone.hgi-quora:before {
  content: "\51f1";
}
.hgi-twotone.hgi-quote-down-circle:after {
  content: "\51f2";
}
.hgi-twotone.hgi-quote-down-circle:before {
  content: "\51f3";
}
.hgi-twotone.hgi-quote-down:after {
  content: "\51f4";
}
.hgi-twotone.hgi-quote-down-square:after {
  content: "\51f5";
}
.hgi-twotone.hgi-quote-down-square:before {
  content: "\51f6";
}
.hgi-twotone.hgi-quote-down:before {
  content: "\51f7";
}
.hgi-twotone.hgi-quote-up-circle:after {
  content: "\51f8";
}
.hgi-twotone.hgi-quote-up-circle:before {
  content: "\51f9";
}
.hgi-twotone.hgi-quote-up:after {
  content: "\51fa";
}
.hgi-twotone.hgi-quote-up-square:after {
  content: "\51fb";
}
.hgi-twotone.hgi-quote-up-square:before {
  content: "\51fc";
}
.hgi-twotone.hgi-quote-up:before {
  content: "\51fd";
}
.hgi-twotone.hgi-quotes:after {
  content: "\51fe";
}
.hgi-twotone.hgi-quotes:before {
  content: "\51ff";
}
.hgi-twotone.hgi-quran-01:after {
  content: "\5200";
}
.hgi-twotone.hgi-quran-01:before {
  content: "\5201";
}
.hgi-twotone.hgi-quran-02:after {
  content: "\5202";
}
.hgi-twotone.hgi-quran-02:before {
  content: "\5203";
}
.hgi-twotone.hgi-quran-03:after {
  content: "\5204";
}
.hgi-twotone.hgi-quran-03:before {
  content: "\5205";
}
.hgi-twotone.hgi-racing-flag:after {
  content: "\5206";
}
.hgi-twotone.hgi-racing-flag:before {
  content: "\5207";
}
.hgi-twotone.hgi-radar-01:after {
  content: "\5208";
}
.hgi-twotone.hgi-radar-01:before {
  content: "\5209";
}
.hgi-twotone.hgi-radar-02:after {
  content: "\520a";
}
.hgi-twotone.hgi-radar-02:before {
  content: "\520b";
}
.hgi-twotone.hgi-radial:after {
  content: "\520c";
}
.hgi-twotone.hgi-radial:before {
  content: "\520d";
}
.hgi-twotone.hgi-radio-01:after {
  content: "\520e";
}
.hgi-twotone.hgi-radio-01:before {
  content: "\520f";
}
.hgi-twotone.hgi-radio-02:after {
  content: "\5210";
}
.hgi-twotone.hgi-radio-02:before {
  content: "\5211";
}
.hgi-twotone.hgi-radio-button:after {
  content: "\5212";
}
.hgi-twotone.hgi-radio-button:before {
  content: "\5213";
}
.hgi-twotone.hgi-radio:after {
  content: "\5214";
}
.hgi-twotone.hgi-radio:before {
  content: "\5215";
}
.hgi-twotone.hgi-radioactive-alert:after {
  content: "\5216";
}
.hgi-twotone.hgi-radioactive-alert:before {
  content: "\5217";
}
.hgi-twotone.hgi-radius:after {
  content: "\5218";
}
.hgi-twotone.hgi-radius:before {
  content: "\5219";
}
.hgi-twotone.hgi-rain-double-drop:after {
  content: "\521a";
}
.hgi-twotone.hgi-rain-double-drop:before {
  content: "\521b";
}
.hgi-twotone.hgi-rain-drop:after {
  content: "\521c";
}
.hgi-twotone.hgi-rain-drop:before {
  content: "\521d";
}
.hgi-twotone.hgi-rain:after {
  content: "\521e";
}
.hgi-twotone.hgi-rain:before {
  content: "\521f";
}
.hgi-twotone.hgi-rainbow:after {
  content: "\5220";
}
.hgi-twotone.hgi-rainbow:before {
  content: "\5221";
}
.hgi-twotone.hgi-ramadhan-01:after {
  content: "\5222";
}
.hgi-twotone.hgi-ramadhan-01:before {
  content: "\5223";
}
.hgi-twotone.hgi-ramadhan-02:after {
  content: "\5224";
}
.hgi-twotone.hgi-ramadhan-02:before {
  content: "\5225";
}
.hgi-twotone.hgi-ramadhan-month:after {
  content: "\5226";
}
.hgi-twotone.hgi-ramadhan-month:before {
  content: "\5227";
}
.hgi-twotone.hgi-ranking:after {
  content: "\5228";
}
.hgi-twotone.hgi-ranking:before {
  content: "\5229";
}
.hgi-twotone.hgi-rar-01:after {
  content: "\522a";
}
.hgi-twotone.hgi-rar-01:before {
  content: "\522b";
}
.hgi-twotone.hgi-rar-02:after {
  content: "\522c";
}
.hgi-twotone.hgi-rar-02:before {
  content: "\522d";
}
.hgi-twotone.hgi-raw-01:after {
  content: "\522e";
}
.hgi-twotone.hgi-raw-01:before {
  content: "\522f";
}
.hgi-twotone.hgi-raw-02:after {
  content: "\5230";
}
.hgi-twotone.hgi-raw-02:before {
  content: "\5231";
}
.hgi-twotone.hgi-re::after {
  content: "\5232";
}
.hgi-twotone.hgi-re::before {
  content: "\5233";
}
.hgi-twotone.hgi-react:after {
  content: "\5234";
}
.hgi-twotone.hgi-react:before {
  content: "\5235";
}
.hgi-twotone.hgi-real-estate-01:after {
  content: "\5236";
}
.hgi-twotone.hgi-real-estate-01:before {
  content: "\5237";
}
.hgi-twotone.hgi-real-estate-02:after {
  content: "\5238";
}
.hgi-twotone.hgi-real-estate-02:before {
  content: "\5239";
}
.hgi-twotone.hgi-receipt-dollar:after {
  content: "\523a";
}
.hgi-twotone.hgi-receipt-dollar:before {
  content: "\523b";
}
.hgi-twotone.hgi-record:after {
  content: "\523c";
}
.hgi-twotone.hgi-record:before {
  content: "\523d";
}
.hgi-twotone.hgi-recovery-mail:after {
  content: "\523e";
}
.hgi-twotone.hgi-recovery-mail:before {
  content: "\523f";
}
.hgi-twotone.hgi-rectangular-01:after {
  content: "\5240";
}
.hgi-twotone.hgi-rectangular-01:before {
  content: "\5241";
}
.hgi-twotone.hgi-rectangular:after {
  content: "\5242";
}
.hgi-twotone.hgi-rectangular:before {
  content: "\5243";
}
.hgi-twotone.hgi-recycle-01:after {
  content: "\5244";
}
.hgi-twotone.hgi-recycle-01:before {
  content: "\5245";
}
.hgi-twotone.hgi-recycle-02:after {
  content: "\5246";
}
.hgi-twotone.hgi-recycle-02:before {
  content: "\5247";
}
.hgi-twotone.hgi-recycle-03:after {
  content: "\5248";
}
.hgi-twotone.hgi-recycle-03:before {
  content: "\5249";
}
.hgi-twotone.hgi-reddit:after {
  content: "\524a";
}
.hgi-twotone.hgi-reddit:before {
  content: "\524b";
}
.hgi-twotone.hgi-redo-02:after {
  content: "\524c";
}
.hgi-twotone.hgi-redo-02:before {
  content: "\524d";
}
.hgi-twotone.hgi-redo-03:after {
  content: "\524e";
}
.hgi-twotone.hgi-redo-03:before {
  content: "\524f";
}
.hgi-twotone.hgi-redo:after {
  content: "\5250";
}
.hgi-twotone.hgi-redo:before {
  content: "\5251";
}
.hgi-twotone.hgi-reflex:after {
  content: "\5252";
}
.hgi-twotone.hgi-reflex:before {
  content: "\5253";
}
.hgi-twotone.hgi-refresh:after {
  content: "\5254";
}
.hgi-twotone.hgi-refresh:before {
  content: "\5255";
}
.hgi-twotone.hgi-refrigerator:after {
  content: "\5256";
}
.hgi-twotone.hgi-refrigerator:before {
  content: "\5257";
}
.hgi-twotone.hgi-register:after {
  content: "\5258";
}
.hgi-twotone.hgi-register:before {
  content: "\5259";
}
.hgi-twotone.hgi-registered:after {
  content: "\525a";
}
.hgi-twotone.hgi-registered:before {
  content: "\525b";
}
.hgi-twotone.hgi-relieved-01:after {
  content: "\525c";
}
.hgi-twotone.hgi-relieved-01:before {
  content: "\525d";
}
.hgi-twotone.hgi-relieved-02:after {
  content: "\525e";
}
.hgi-twotone.hgi-relieved-02:before {
  content: "\525f";
}
.hgi-twotone.hgi-reload:after {
  content: "\5260";
}
.hgi-twotone.hgi-reload:before {
  content: "\5261";
}
.hgi-twotone.hgi-reminder:after {
  content: "\5262";
}
.hgi-twotone.hgi-reminder:before {
  content: "\5263";
}
.hgi-twotone.hgi-remote-control:after {
  content: "\5264";
}
.hgi-twotone.hgi-remote-control:before {
  content: "\5265";
}
.hgi-twotone.hgi-remove-01:after {
  content: "\5266";
}
.hgi-twotone.hgi-remove-01:before {
  content: "\5267";
}
.hgi-twotone.hgi-remove-02:after {
  content: "\5268";
}
.hgi-twotone.hgi-remove-02:before {
  content: "\5269";
}
.hgi-twotone.hgi-remove-circle-half-dot:after {
  content: "\526a";
}
.hgi-twotone.hgi-remove-circle-half-dot:before {
  content: "\526b";
}
.hgi-twotone.hgi-remove-circle:after {
  content: "\526c";
}
.hgi-twotone.hgi-remove-circle:before {
  content: "\526d";
}
.hgi-twotone.hgi-remove-female:after {
  content: "\526e";
}
.hgi-twotone.hgi-remove-female:before {
  content: "\526f";
}
.hgi-twotone.hgi-remove-male:after {
  content: "\5270";
}
.hgi-twotone.hgi-remove-male:before {
  content: "\5271";
}
.hgi-twotone.hgi-remove-pi:after {
  content: "\5272";
}
.hgi-twotone.hgi-remove-pi:before {
  content: "\5273";
}
.hgi-twotone.hgi-remove-square:after {
  content: "\5274";
}
.hgi-twotone.hgi-remove-square:before {
  content: "\5275";
}
.hgi-twotone.hgi-renewable-energy-01:after {
  content: "\5276";
}
.hgi-twotone.hgi-renewable-energy-01:before {
  content: "\5277";
}
.hgi-twotone.hgi-renewable-energy:after {
  content: "\5278";
}
.hgi-twotone.hgi-renewable-energy:before {
  content: "\5279";
}
.hgi-twotone.hgi-repair:after {
  content: "\527a";
}
.hgi-twotone.hgi-repair:before {
  content: "\527b";
}
.hgi-twotone.hgi-repeat-off:after {
  content: "\527c";
}
.hgi-twotone.hgi-repeat-off:before {
  content: "\527d";
}
.hgi-twotone.hgi-repeat-one-01:after {
  content: "\527e";
}
.hgi-twotone.hgi-repeat-one-01:before {
  content: "\527f";
}
.hgi-twotone.hgi-repeat-one-02:after {
  content: "\5280";
}
.hgi-twotone.hgi-repeat-one-02:before {
  content: "\5281";
}
.hgi-twotone.hgi-repeat:after {
  content: "\5282";
}
.hgi-twotone.hgi-repeat:before {
  content: "\5283";
}
.hgi-twotone.hgi-replay:after {
  content: "\5284";
}
.hgi-twotone.hgi-replay:before {
  content: "\5285";
}
.hgi-twotone.hgi-repository:after {
  content: "\5286";
}
.hgi-twotone.hgi-repository:before {
  content: "\5287";
}
.hgi-twotone.hgi-reset-password:after {
  content: "\5288";
}
.hgi-twotone.hgi-reset-password:before {
  content: "\5289";
}
.hgi-twotone.hgi-resize-01:after {
  content: "\528a";
}
.hgi-twotone.hgi-resize-01:before {
  content: "\528b";
}
.hgi-twotone.hgi-resize-02:after {
  content: "\528c";
}
.hgi-twotone.hgi-resize-02:before {
  content: "\528d";
}
.hgi-twotone.hgi-resize-field-rectangle:after {
  content: "\528e";
}
.hgi-twotone.hgi-resize-field-rectangle:before {
  content: "\528f";
}
.hgi-twotone.hgi-resize-field:after {
  content: "\5290";
}
.hgi-twotone.hgi-resize-field:before {
  content: "\5291";
}
.hgi-twotone.hgi-resources-add:after {
  content: "\5292";
}
.hgi-twotone.hgi-resources-add:before {
  content: "\5293";
}
.hgi-twotone.hgi-resources-remove:after {
  content: "\5294";
}
.hgi-twotone.hgi-resources-remove:before {
  content: "\5295";
}
.hgi-twotone.hgi-restaurant-01:after {
  content: "\5296";
}
.hgi-twotone.hgi-restaurant-01:before {
  content: "\5297";
}
.hgi-twotone.hgi-restaurant-02:after {
  content: "\5298";
}
.hgi-twotone.hgi-restaurant-02:before {
  content: "\5299";
}
.hgi-twotone.hgi-restaurant-03:after {
  content: "\529a";
}
.hgi-twotone.hgi-restaurant-03:before {
  content: "\529b";
}
.hgi-twotone.hgi-restaurant-table:after {
  content: "\529c";
}
.hgi-twotone.hgi-restaurant-table:before {
  content: "\529d";
}
.hgi-twotone.hgi-restore-bin:after {
  content: "\529e";
}
.hgi-twotone.hgi-restore-bin:before {
  content: "\529f";
}
.hgi-twotone.hgi-return-request:after {
  content: "\52a0";
}
.hgi-twotone.hgi-return-request:before {
  content: "\52a1";
}
.hgi-twotone.hgi-reverse-withdrawal-01:after {
  content: "\52a2";
}
.hgi-twotone.hgi-reverse-withdrawal-01:before {
  content: "\52a3";
}
.hgi-twotone.hgi-reverse-withdrawal-02:after {
  content: "\52a4";
}
.hgi-twotone.hgi-reverse-withdrawal-02:before {
  content: "\52a5";
}
.hgi-twotone.hgi-rhombus-01:after {
  content: "\52a6";
}
.hgi-twotone.hgi-rhombus-01:before {
  content: "\52a7";
}
.hgi-twotone.hgi-rhombus:after {
  content: "\52a8";
}
.hgi-twotone.hgi-rhombus:before {
  content: "\52a9";
}
.hgi-twotone.hgi-rice-bowl-01:after {
  content: "\52aa";
}
.hgi-twotone.hgi-rice-bowl-01:before {
  content: "\52ab";
}
.hgi-twotone.hgi-rice-bowl-02:after {
  content: "\52ac";
}
.hgi-twotone.hgi-rice-bowl-02:before {
  content: "\52ad";
}
.hgi-twotone.hgi-right-angle:after {
  content: "\52ae";
}
.hgi-twotone.hgi-right-angle:before {
  content: "\52af";
}
.hgi-twotone.hgi-right-to-left-block-quote:after {
  content: "\52b0";
}
.hgi-twotone.hgi-right-to-left-block-quote:before {
  content: "\52b1";
}
.hgi-twotone.hgi-right-to-left-list-bullet:after {
  content: "\52b2";
}
.hgi-twotone.hgi-right-to-left-list-bullet:before {
  content: "\52b3";
}
.hgi-twotone.hgi-right-to-left-list-dash:after {
  content: "\52b4";
}
.hgi-twotone.hgi-right-to-left-list-dash:before {
  content: "\52b5";
}
.hgi-twotone.hgi-right-to-left-list-number:after {
  content: "\52b6";
}
.hgi-twotone.hgi-right-to-left-list-number:before {
  content: "\52b7";
}
.hgi-twotone.hgi-right-to-left-list-triangle:after {
  content: "\52b8";
}
.hgi-twotone.hgi-right-to-left-list-triangle:before {
  content: "\52b9";
}
.hgi-twotone.hgi-right-triangle:after {
  content: "\52ba";
}
.hgi-twotone.hgi-right-triangle:before {
  content: "\52bb";
}
.hgi-twotone.hgi-ripple:after {
  content: "\52bc";
}
.hgi-twotone.hgi-ripple:before {
  content: "\52bd";
}
.hgi-twotone.hgi-riyal-rectangle:after {
  content: "\52be";
}
.hgi-twotone.hgi-riyal-rectangle:before {
  content: "\52bf";
}
.hgi-twotone.hgi-riyal:after {
  content: "\52c0";
}
.hgi-twotone.hgi-riyal:before {
  content: "\52c1";
}
.hgi-twotone.hgi-road-01:after {
  content: "\52c2";
}
.hgi-twotone.hgi-road-01:before {
  content: "\52c3";
}
.hgi-twotone.hgi-road-02:after {
  content: "\52c4";
}
.hgi-twotone.hgi-road-02:before {
  content: "\52c5";
}
.hgi-twotone.hgi-road-location-01:after {
  content: "\52c6";
}
.hgi-twotone.hgi-road-location-01:before {
  content: "\52c7";
}
.hgi-twotone.hgi-road-location-02:after {
  content: "\52c8";
}
.hgi-twotone.hgi-road-location-02:before {
  content: "\52c9";
}
.hgi-twotone.hgi-road:after {
  content: "\52ca";
}
.hgi-twotone.hgi-road-wayside:after {
  content: "\52cb";
}
.hgi-twotone.hgi-road-wayside:before {
  content: "\52cc";
}
.hgi-twotone.hgi-road:before {
  content: "\52cd";
}
.hgi-twotone.hgi-robot-01:after {
  content: "\52ce";
}
.hgi-twotone.hgi-robot-01:before {
  content: "\52cf";
}
.hgi-twotone.hgi-robot-02:after {
  content: "\52d0";
}
.hgi-twotone.hgi-robot-02:before {
  content: "\52d1";
}
.hgi-twotone.hgi-robotic:after {
  content: "\52d2";
}
.hgi-twotone.hgi-robotic:before {
  content: "\52d3";
}
.hgi-twotone.hgi-rocket-01:after {
  content: "\52d4";
}
.hgi-twotone.hgi-rocket-01:before {
  content: "\52d5";
}
.hgi-twotone.hgi-rocket-02:after {
  content: "\52d6";
}
.hgi-twotone.hgi-rocket-02:before {
  content: "\52d7";
}
.hgi-twotone.hgi-rocket:after {
  content: "\52d8";
}
.hgi-twotone.hgi-rocket:before {
  content: "\52d9";
}
.hgi-twotone.hgi-rocking-chair:after {
  content: "\52da";
}
.hgi-twotone.hgi-rocking-chair:before {
  content: "\52db";
}
.hgi-twotone.hgi-rocking-horse:after {
  content: "\52dc";
}
.hgi-twotone.hgi-rocking-horse:before {
  content: "\52dd";
}
.hgi-twotone.hgi-roller-skate:after {
  content: "\52de";
}
.hgi-twotone.hgi-roller-skate:before {
  content: "\52df";
}
.hgi-twotone.hgi-rolling-pin:after {
  content: "\52e0";
}
.hgi-twotone.hgi-rolling-pin:before {
  content: "\52e1";
}
.hgi-twotone.hgi-root-01:after {
  content: "\52e2";
}
.hgi-twotone.hgi-root-01:before {
  content: "\52e3";
}
.hgi-twotone.hgi-root-02:after {
  content: "\52e4";
}
.hgi-twotone.hgi-root-02:before {
  content: "\52e5";
}
.hgi-twotone.hgi-root-circle:after {
  content: "\52e6";
}
.hgi-twotone.hgi-root-circle:before {
  content: "\52e7";
}
.hgi-twotone.hgi-root-first-bracket:after {
  content: "\52e8";
}
.hgi-twotone.hgi-root-first-bracket:before {
  content: "\52e9";
}
.hgi-twotone.hgi-root-second-bracket:after {
  content: "\52ea";
}
.hgi-twotone.hgi-root-second-bracket:before {
  content: "\52eb";
}
.hgi-twotone.hgi-root-third-bracket:after {
  content: "\52ec";
}
.hgi-twotone.hgi-root-third-bracket:before {
  content: "\52ed";
}
.hgi-twotone.hgi-rotate-01:after {
  content: "\52ee";
}
.hgi-twotone.hgi-rotate-01:before {
  content: "\52ef";
}
.hgi-twotone.hgi-rotate-02:after {
  content: "\52f0";
}
.hgi-twotone.hgi-rotate-02:before {
  content: "\52f1";
}
.hgi-twotone.hgi-rotate-360:after {
  content: "\52f2";
}
.hgi-twotone.hgi-rotate-360:before {
  content: "\52f3";
}
.hgi-twotone.hgi-rotate-bottom-left:after {
  content: "\52f4";
}
.hgi-twotone.hgi-rotate-bottom-left:before {
  content: "\52f5";
}
.hgi-twotone.hgi-rotate-bottom-right:after {
  content: "\52f6";
}
.hgi-twotone.hgi-rotate-bottom-right:before {
  content: "\52f7";
}
.hgi-twotone.hgi-rotate-clockwise:after {
  content: "\52f8";
}
.hgi-twotone.hgi-rotate-clockwise:before {
  content: "\52f9";
}
.hgi-twotone.hgi-rotate-crop:after {
  content: "\52fa";
}
.hgi-twotone.hgi-rotate-crop:before {
  content: "\52fb";
}
.hgi-twotone.hgi-rotate-left-01:after {
  content: "\52fc";
}
.hgi-twotone.hgi-rotate-left-01:before {
  content: "\52fd";
}
.hgi-twotone.hgi-rotate-left-02:after {
  content: "\52fe";
}
.hgi-twotone.hgi-rotate-left-02:before {
  content: "\52ff";
}
.hgi-twotone.hgi-rotate-left-03:after {
  content: "\5300";
}
.hgi-twotone.hgi-rotate-left-03:before {
  content: "\5301";
}
.hgi-twotone.hgi-rotate-left-04:after {
  content: "\5302";
}
.hgi-twotone.hgi-rotate-left-04:before {
  content: "\5303";
}
.hgi-twotone.hgi-rotate-left-05:after {
  content: "\5304";
}
.hgi-twotone.hgi-rotate-left-05:before {
  content: "\5305";
}
.hgi-twotone.hgi-rotate-left-06:after {
  content: "\5306";
}
.hgi-twotone.hgi-rotate-left-06:before {
  content: "\5307";
}
.hgi-twotone.hgi-rotate-right-01:after {
  content: "\5308";
}
.hgi-twotone.hgi-rotate-right-01:before {
  content: "\5309";
}
.hgi-twotone.hgi-rotate-right-02:after {
  content: "\530a";
}
.hgi-twotone.hgi-rotate-right-02:before {
  content: "\530b";
}
.hgi-twotone.hgi-rotate-right-03:after {
  content: "\530c";
}
.hgi-twotone.hgi-rotate-right-03:before {
  content: "\530d";
}
.hgi-twotone.hgi-rotate-right-04:after {
  content: "\530e";
}
.hgi-twotone.hgi-rotate-right-04:before {
  content: "\530f";
}
.hgi-twotone.hgi-rotate-right-05:after {
  content: "\5310";
}
.hgi-twotone.hgi-rotate-right-05:before {
  content: "\5311";
}
.hgi-twotone.hgi-rotate-right-06:after {
  content: "\5312";
}
.hgi-twotone.hgi-rotate-right-06:before {
  content: "\5313";
}
.hgi-twotone.hgi-rotate-square:after {
  content: "\5314";
}
.hgi-twotone.hgi-rotate-square:before {
  content: "\5315";
}
.hgi-twotone.hgi-rotate-top-left:after {
  content: "\5316";
}
.hgi-twotone.hgi-rotate-top-left:before {
  content: "\5317";
}
.hgi-twotone.hgi-rotate-top-right:after {
  content: "\5318";
}
.hgi-twotone.hgi-rotate-top-right:before {
  content: "\5319";
}
.hgi-twotone.hgi-route-01:after {
  content: "\531a";
}
.hgi-twotone.hgi-route-01:before {
  content: "\531b";
}
.hgi-twotone.hgi-route-02:after {
  content: "\531c";
}
.hgi-twotone.hgi-route-02:before {
  content: "\531d";
}
.hgi-twotone.hgi-route-03:after {
  content: "\531e";
}
.hgi-twotone.hgi-route-03:before {
  content: "\531f";
}
.hgi-twotone.hgi-route-block:after {
  content: "\5320";
}
.hgi-twotone.hgi-route-block:before {
  content: "\5321";
}
.hgi-twotone.hgi-router-01:after {
  content: "\5322";
}
.hgi-twotone.hgi-router-01:before {
  content: "\5323";
}
.hgi-twotone.hgi-router-02:after {
  content: "\5324";
}
.hgi-twotone.hgi-router-02:before {
  content: "\5325";
}
.hgi-twotone.hgi-router:after {
  content: "\5326";
}
.hgi-twotone.hgi-router:before {
  content: "\5327";
}
.hgi-twotone.hgi-row-delete:after {
  content: "\5328";
}
.hgi-twotone.hgi-row-delete:before {
  content: "\5329";
}
.hgi-twotone.hgi-row-insert:after {
  content: "\532a";
}
.hgi-twotone.hgi-row-insert:before {
  content: "\532b";
}
.hgi-twotone.hgi-rss-connected-01:after {
  content: "\532c";
}
.hgi-twotone.hgi-rss-connected-01:before {
  content: "\532d";
}
.hgi-twotone.hgi-rss-connected-02:after {
  content: "\532e";
}
.hgi-twotone.hgi-rss-connected-02:before {
  content: "\532f";
}
.hgi-twotone.hgi-rss-error:after {
  content: "\5330";
}
.hgi-twotone.hgi-rss-error:before {
  content: "\5331";
}
.hgi-twotone.hgi-rss-locked:after {
  content: "\5332";
}
.hgi-twotone.hgi-rss-locked:before {
  content: "\5333";
}
.hgi-twotone.hgi-rss:after {
  content: "\5334";
}
.hgi-twotone.hgi-rss-unlocked:after {
  content: "\5335";
}
.hgi-twotone.hgi-rss-unlocked:before {
  content: "\5336";
}
.hgi-twotone.hgi-rss:before {
  content: "\5337";
}
.hgi-twotone.hgi-rub-el-hizb:after {
  content: "\5338";
}
.hgi-twotone.hgi-rub-el-hizb:before {
  content: "\5339";
}
.hgi-twotone.hgi-rubber-duck:after {
  content: "\533a";
}
.hgi-twotone.hgi-rubber-duck:before {
  content: "\533b";
}
.hgi-twotone.hgi-rubiks-cube:after {
  content: "\533c";
}
.hgi-twotone.hgi-rubiks-cube:before {
  content: "\533d";
}
.hgi-twotone.hgi-ruku:after {
  content: "\533e";
}
.hgi-twotone.hgi-ruku:before {
  content: "\533f";
}
.hgi-twotone.hgi-ruler:after {
  content: "\5340";
}
.hgi-twotone.hgi-ruler:before {
  content: "\5341";
}
.hgi-twotone.hgi-running-shoes:after {
  content: "\5342";
}
.hgi-twotone.hgi-running-shoes:before {
  content: "\5343";
}
.hgi-twotone.hgi-sad-01:after {
  content: "\5344";
}
.hgi-twotone.hgi-sad-01:before {
  content: "\5345";
}
.hgi-twotone.hgi-sad-02:after {
  content: "\5346";
}
.hgi-twotone.hgi-sad-02:before {
  content: "\5347";
}
.hgi-twotone.hgi-sad-dizzy:after {
  content: "\5348";
}
.hgi-twotone.hgi-sad-dizzy:before {
  content: "\5349";
}
.hgi-twotone.hgi-safari:after {
  content: "\534a";
}
.hgi-twotone.hgi-safari:before {
  content: "\534b";
}
.hgi-twotone.hgi-safe-delivery-01:after {
  content: "\534c";
}
.hgi-twotone.hgi-safe-delivery-01:before {
  content: "\534d";
}
.hgi-twotone.hgi-safe-delivery-02:after {
  content: "\534e";
}
.hgi-twotone.hgi-safe-delivery-02:before {
  content: "\534f";
}
.hgi-twotone.hgi-safe:after {
  content: "\5350";
}
.hgi-twotone.hgi-safe:before {
  content: "\5351";
}
.hgi-twotone.hgi-safety-pin-01:after {
  content: "\5352";
}
.hgi-twotone.hgi-safety-pin-01:before {
  content: "\5353";
}
.hgi-twotone.hgi-safety-pin-02:after {
  content: "\5354";
}
.hgi-twotone.hgi-safety-pin-02:before {
  content: "\5355";
}
.hgi-twotone.hgi-sailboat-coastal:after {
  content: "\5356";
}
.hgi-twotone.hgi-sailboat-coastal:before {
  content: "\5357";
}
.hgi-twotone.hgi-sailboat-offshore:after {
  content: "\5358";
}
.hgi-twotone.hgi-sailboat-offshore:before {
  content: "\5359";
}
.hgi-twotone.hgi-sakura:after {
  content: "\535a";
}
.hgi-twotone.hgi-sakura:before {
  content: "\535b";
}
.hgi-twotone.hgi-salah:after {
  content: "\535c";
}
.hgi-twotone.hgi-salah-time:after {
  content: "\535d";
}
.hgi-twotone.hgi-salah-time:before {
  content: "\535e";
}
.hgi-twotone.hgi-salah:before {
  content: "\535f";
}
.hgi-twotone.hgi-sale-tag-01:after {
  content: "\5360";
}
.hgi-twotone.hgi-sale-tag-01:before {
  content: "\5361";
}
.hgi-twotone.hgi-sale-tag-02:after {
  content: "\5362";
}
.hgi-twotone.hgi-sale-tag-02:before {
  content: "\5363";
}
.hgi-twotone.hgi-sandals:after {
  content: "\5364";
}
.hgi-twotone.hgi-sandals:before {
  content: "\5365";
}
.hgi-twotone.hgi-satellite-01:after {
  content: "\5366";
}
.hgi-twotone.hgi-satellite-01:before {
  content: "\5367";
}
.hgi-twotone.hgi-satellite-02:after {
  content: "\5368";
}
.hgi-twotone.hgi-satellite-02:before {
  content: "\5369";
}
.hgi-twotone.hgi-satellite-03:after {
  content: "\536a";
}
.hgi-twotone.hgi-satellite-03:before {
  content: "\536b";
}
.hgi-twotone.hgi-satellite:after {
  content: "\536c";
}
.hgi-twotone.hgi-satellite:before {
  content: "\536d";
}
.hgi-twotone.hgi-saturn-01:after {
  content: "\536e";
}
.hgi-twotone.hgi-saturn-01:before {
  content: "\536f";
}
.hgi-twotone.hgi-saturn-02:after {
  content: "\5370";
}
.hgi-twotone.hgi-saturn-02:before {
  content: "\5371";
}
.hgi-twotone.hgi-saturn:after {
  content: "\5372";
}
.hgi-twotone.hgi-saturn:before {
  content: "\5373";
}
.hgi-twotone.hgi-sausage:after {
  content: "\5374";
}
.hgi-twotone.hgi-sausage:before {
  content: "\5375";
}
.hgi-twotone.hgi-save-energy-01:after {
  content: "\5376";
}
.hgi-twotone.hgi-save-energy-01:before {
  content: "\5377";
}
.hgi-twotone.hgi-save-energy-02:after {
  content: "\5378";
}
.hgi-twotone.hgi-save-energy-02:before {
  content: "\5379";
}
.hgi-twotone.hgi-save-money-dollar:after {
  content: "\537a";
}
.hgi-twotone.hgi-save-money-dollar:before {
  content: "\537b";
}
.hgi-twotone.hgi-save-money-euro:after {
  content: "\537c";
}
.hgi-twotone.hgi-save-money-euro:before {
  content: "\537d";
}
.hgi-twotone.hgi-save-money-pound:after {
  content: "\537e";
}
.hgi-twotone.hgi-save-money-pound:before {
  content: "\537f";
}
.hgi-twotone.hgi-save-money-yen:after {
  content: "\5380";
}
.hgi-twotone.hgi-save-money-yen:before {
  content: "\5381";
}
.hgi-twotone.hgi-savings:after {
  content: "\5382";
}
.hgi-twotone.hgi-savings:before {
  content: "\5383";
}
.hgi-twotone.hgi-scheme:after {
  content: "\5384";
}
.hgi-twotone.hgi-scheme:before {
  content: "\5385";
}
.hgi-twotone.hgi-school-01:after {
  content: "\5386";
}
.hgi-twotone.hgi-school-01:before {
  content: "\5387";
}
.hgi-twotone.hgi-school-bell-01:after {
  content: "\5388";
}
.hgi-twotone.hgi-school-bell-01:before {
  content: "\5389";
}
.hgi-twotone.hgi-school-bell-02:after {
  content: "\538a";
}
.hgi-twotone.hgi-school-bell-02:before {
  content: "\538b";
}
.hgi-twotone.hgi-school-bus:after {
  content: "\538c";
}
.hgi-twotone.hgi-school-bus:before {
  content: "\538d";
}
.hgi-twotone.hgi-school-report-card:after {
  content: "\538e";
}
.hgi-twotone.hgi-school-report-card:before {
  content: "\538f";
}
.hgi-twotone.hgi-school:after {
  content: "\5390";
}
.hgi-twotone.hgi-school-tie:after {
  content: "\5391";
}
.hgi-twotone.hgi-school-tie:before {
  content: "\5392";
}
.hgi-twotone.hgi-school:before {
  content: "\5393";
}
.hgi-twotone.hgi-scissor-01:after {
  content: "\5394";
}
.hgi-twotone.hgi-scissor-01:before {
  content: "\5395";
}
.hgi-twotone.hgi-scissor-rectangle:after {
  content: "\5396";
}
.hgi-twotone.hgi-scissor-rectangle:before {
  content: "\5397";
}
.hgi-twotone.hgi-scissor:after {
  content: "\5398";
}
.hgi-twotone.hgi-scissor:before {
  content: "\5399";
}
.hgi-twotone.hgi-scooter-01:after {
  content: "\539a";
}
.hgi-twotone.hgi-scooter-01:before {
  content: "\539b";
}
.hgi-twotone.hgi-scooter-02:after {
  content: "\539c";
}
.hgi-twotone.hgi-scooter-02:before {
  content: "\539d";
}
.hgi-twotone.hgi-scooter-03:after {
  content: "\539e";
}
.hgi-twotone.hgi-scooter-03:before {
  content: "\539f";
}
.hgi-twotone.hgi-scooter-04:after {
  content: "\53a0";
}
.hgi-twotone.hgi-scooter-04:before {
  content: "\53a1";
}
.hgi-twotone.hgi-scooter-electric:after {
  content: "\53a2";
}
.hgi-twotone.hgi-scooter-electric:before {
  content: "\53a3";
}
.hgi-twotone.hgi-scratch-card:after {
  content: "\53a4";
}
.hgi-twotone.hgi-scratch-card:before {
  content: "\53a5";
}
.hgi-twotone.hgi-screen-add-to-home:after {
  content: "\53a6";
}
.hgi-twotone.hgi-screen-add-to-home:before {
  content: "\53a7";
}
.hgi-twotone.hgi-screen-lock-rotation:after {
  content: "\53a8";
}
.hgi-twotone.hgi-screen-lock-rotation:before {
  content: "\53a9";
}
.hgi-twotone.hgi-screen-rotation:after {
  content: "\53aa";
}
.hgi-twotone.hgi-screen-rotation:before {
  content: "\53ab";
}
.hgi-twotone.hgi-scribd:after {
  content: "\53ac";
}
.hgi-twotone.hgi-scribd:before {
  content: "\53ad";
}
.hgi-twotone.hgi-scroll-horizontal:after {
  content: "\53ae";
}
.hgi-twotone.hgi-scroll-horizontal:before {
  content: "\53af";
}
.hgi-twotone.hgi-scroll:after {
  content: "\53b0";
}
.hgi-twotone.hgi-scroll-vertical:after {
  content: "\53b1";
}
.hgi-twotone.hgi-scroll-vertical:before {
  content: "\53b2";
}
.hgi-twotone.hgi-scroll:before {
  content: "\53b3";
}
.hgi-twotone.hgi-sd-card:after {
  content: "\53b4";
}
.hgi-twotone.hgi-sd-card:before {
  content: "\53b5";
}
.hgi-twotone.hgi-seal:after {
  content: "\53b6";
}
.hgi-twotone.hgi-seal:before {
  content: "\53b7";
}
.hgi-twotone.hgi-search-01:after {
  content: "\53b8";
}
.hgi-twotone.hgi-search-01:before {
  content: "\53b9";
}
.hgi-twotone.hgi-search-02:after {
  content: "\53ba";
}
.hgi-twotone.hgi-search-02:before {
  content: "\53bb";
}
.hgi-twotone.hgi-search-add:after {
  content: "\53bc";
}
.hgi-twotone.hgi-search-add:before {
  content: "\53bd";
}
.hgi-twotone.hgi-search-area:after {
  content: "\53be";
}
.hgi-twotone.hgi-search-area:before {
  content: "\53bf";
}
.hgi-twotone.hgi-search-circle:after {
  content: "\53c0";
}
.hgi-twotone.hgi-search-circle:before {
  content: "\53c1";
}
.hgi-twotone.hgi-search-dollar:after {
  content: "\53c2";
}
.hgi-twotone.hgi-search-dollar:before {
  content: "\53c3";
}
.hgi-twotone.hgi-search-focus:after {
  content: "\53c4";
}
.hgi-twotone.hgi-search-focus:before {
  content: "\53c5";
}
.hgi-twotone.hgi-search-list-01:after {
  content: "\53c6";
}
.hgi-twotone.hgi-search-list-01:before {
  content: "\53c7";
}
.hgi-twotone.hgi-search-list-02:after {
  content: "\53c8";
}
.hgi-twotone.hgi-search-list-02:before {
  content: "\53c9";
}
.hgi-twotone.hgi-search-minus:after {
  content: "\53ca";
}
.hgi-twotone.hgi-search-minus:before {
  content: "\53cb";
}
.hgi-twotone.hgi-search-remove:after {
  content: "\53cc";
}
.hgi-twotone.hgi-search-remove:before {
  content: "\53cd";
}
.hgi-twotone.hgi-search-replace:after {
  content: "\53ce";
}
.hgi-twotone.hgi-search-replace:before {
  content: "\53cf";
}
.hgi-twotone.hgi-search-square:after {
  content: "\53d0";
}
.hgi-twotone.hgi-search-square:before {
  content: "\53d1";
}
.hgi-twotone.hgi-search-visual:after {
  content: "\53d2";
}
.hgi-twotone.hgi-search-visual:before {
  content: "\53d3";
}
.hgi-twotone.hgi-searching:after {
  content: "\53d4";
}
.hgi-twotone.hgi-searching:before {
  content: "\53d5";
}
.hgi-twotone.hgi-seat-selector:after {
  content: "\53d6";
}
.hgi-twotone.hgi-seat-selector:before {
  content: "\53d7";
}
.hgi-twotone.hgi-second-bracket-circle:after {
  content: "\53d8";
}
.hgi-twotone.hgi-second-bracket-circle:before {
  content: "\53d9";
}
.hgi-twotone.hgi-second-bracket:after {
  content: "\53da";
}
.hgi-twotone.hgi-second-bracket-square:after {
  content: "\53db";
}
.hgi-twotone.hgi-second-bracket-square:before {
  content: "\53dc";
}
.hgi-twotone.hgi-second-bracket:before {
  content: "\53dd";
}
.hgi-twotone.hgi-secured-network:after {
  content: "\53de";
}
.hgi-twotone.hgi-secured-network:before {
  content: "\53df";
}
.hgi-twotone.hgi-security-block:after {
  content: "\53e0";
}
.hgi-twotone.hgi-security-block:before {
  content: "\53e1";
}
.hgi-twotone.hgi-security-check:after {
  content: "\53e2";
}
.hgi-twotone.hgi-security-check:before {
  content: "\53e3";
}
.hgi-twotone.hgi-security-key-usb:after {
  content: "\53e4";
}
.hgi-twotone.hgi-security-key-usb:before {
  content: "\53e5";
}
.hgi-twotone.hgi-security-lock:after {
  content: "\53e6";
}
.hgi-twotone.hgi-security-lock:before {
  content: "\53e7";
}
.hgi-twotone.hgi-security-password:after {
  content: "\53e8";
}
.hgi-twotone.hgi-security-password:before {
  content: "\53e9";
}
.hgi-twotone.hgi-security:after {
  content: "\53ea";
}
.hgi-twotone.hgi-security-validation:after {
  content: "\53eb";
}
.hgi-twotone.hgi-security-validation:before {
  content: "\53ec";
}
.hgi-twotone.hgi-security-wifi:after {
  content: "\53ed";
}
.hgi-twotone.hgi-security-wifi:before {
  content: "\53ee";
}
.hgi-twotone.hgi-security:before {
  content: "\53ef";
}
.hgi-twotone.hgi-segment:after {
  content: "\53f0";
}
.hgi-twotone.hgi-segment:before {
  content: "\53f1";
}
.hgi-twotone.hgi-select-01:after {
  content: "\53f2";
}
.hgi-twotone.hgi-select-01:before {
  content: "\53f3";
}
.hgi-twotone.hgi-select-02:after {
  content: "\53f4";
}
.hgi-twotone.hgi-select-02:before {
  content: "\53f5";
}
.hgi-twotone.hgi-self-transfer:after {
  content: "\53f6";
}
.hgi-twotone.hgi-self-transfer:before {
  content: "\53f7";
}
.hgi-twotone.hgi-send-to-mobile:after {
  content: "\53f8";
}
.hgi-twotone.hgi-send-to-mobile:before {
  content: "\53f9";
}
.hgi-twotone.hgi-sending-order:after {
  content: "\53fa";
}
.hgi-twotone.hgi-sending-order:before {
  content: "\53fb";
}
.hgi-twotone.hgi-senseless:after {
  content: "\53fc";
}
.hgi-twotone.hgi-senseless:before {
  content: "\53fd";
}
.hgi-twotone.hgi-sent-02:after {
  content: "\53fe";
}
.hgi-twotone.hgi-sent-02:before {
  content: "\53ff";
}
.hgi-twotone.hgi-sent:after {
  content: "\5400";
}
.hgi-twotone.hgi-sent:before {
  content: "\5401";
}
.hgi-twotone.hgi-seo:after {
  content: "\5402";
}
.hgi-twotone.hgi-seo:before {
  content: "\5403";
}
.hgi-twotone.hgi-server-stack-01:after {
  content: "\5404";
}
.hgi-twotone.hgi-server-stack-01:before {
  content: "\5405";
}
.hgi-twotone.hgi-server-stack-02:after {
  content: "\5406";
}
.hgi-twotone.hgi-server-stack-02:before {
  content: "\5407";
}
.hgi-twotone.hgi-server-stack-03:after {
  content: "\5408";
}
.hgi-twotone.hgi-server-stack-03:before {
  content: "\5409";
}
.hgi-twotone.hgi-service:after {
  content: "\540a";
}
.hgi-twotone.hgi-service:before {
  content: "\540b";
}
.hgi-twotone.hgi-serving-food:after {
  content: "\540c";
}
.hgi-twotone.hgi-serving-food:before {
  content: "\540d";
}
.hgi-twotone.hgi-setting-06:after {
  content: "\540e";
}
.hgi-twotone.hgi-setting-06:before {
  content: "\540f";
}
.hgi-twotone.hgi-setting-07:after {
  content: "\5410";
}
.hgi-twotone.hgi-setting-07:before {
  content: "\5411";
}
.hgi-twotone.hgi-setting-done-01:after {
  content: "\5412";
}
.hgi-twotone.hgi-setting-done-01:before {
  content: "\5413";
}
.hgi-twotone.hgi-setting-done-02:after {
  content: "\5414";
}
.hgi-twotone.hgi-setting-done-02:before {
  content: "\5415";
}
.hgi-twotone.hgi-setting-done-03:after {
  content: "\5416";
}
.hgi-twotone.hgi-setting-done-03:before {
  content: "\5417";
}
.hgi-twotone.hgi-setting-done-04:after {
  content: "\5418";
}
.hgi-twotone.hgi-setting-done-04:before {
  content: "\5419";
}
.hgi-twotone.hgi-setting-error-03:after {
  content: "\541a";
}
.hgi-twotone.hgi-setting-error-03:before {
  content: "\541b";
}
.hgi-twotone.hgi-setting-error-04:after {
  content: "\541c";
}
.hgi-twotone.hgi-setting-error-04:before {
  content: "\541d";
}
.hgi-twotone.hgi-settings-01:after {
  content: "\541e";
}
.hgi-twotone.hgi-settings-01:before {
  content: "\541f";
}
.hgi-twotone.hgi-settings-02:after {
  content: "\5420";
}
.hgi-twotone.hgi-settings-02:before {
  content: "\5421";
}
.hgi-twotone.hgi-settings-03:after {
  content: "\5422";
}
.hgi-twotone.hgi-settings-03:before {
  content: "\5423";
}
.hgi-twotone.hgi-settings-04:after {
  content: "\5424";
}
.hgi-twotone.hgi-settings-04:before {
  content: "\5425";
}
.hgi-twotone.hgi-settings-05:after {
  content: "\5426";
}
.hgi-twotone.hgi-settings-05:before {
  content: "\5427";
}
.hgi-twotone.hgi-settings-error-01:after {
  content: "\5428";
}
.hgi-twotone.hgi-settings-error-01:before {
  content: "\5429";
}
.hgi-twotone.hgi-settings-error-02:after {
  content: "\542a";
}
.hgi-twotone.hgi-settings-error-02:before {
  content: "\542b";
}
.hgi-twotone.hgi-setup-01:after {
  content: "\542c";
}
.hgi-twotone.hgi-setup-01:before {
  content: "\542d";
}
.hgi-twotone.hgi-setup-02:after {
  content: "\542e";
}
.hgi-twotone.hgi-setup-02:before {
  content: "\542f";
}
.hgi-twotone.hgi-seven-z-01:after {
  content: "\5430";
}
.hgi-twotone.hgi-seven-z-01:before {
  content: "\5431";
}
.hgi-twotone.hgi-seven-z-02:after {
  content: "\5432";
}
.hgi-twotone.hgi-seven-z-02:before {
  content: "\5433";
}
.hgi-twotone.hgi-shaka-01:after {
  content: "\5434";
}
.hgi-twotone.hgi-shaka-01:before {
  content: "\5435";
}
.hgi-twotone.hgi-shaka-02:after {
  content: "\5436";
}
.hgi-twotone.hgi-shaka-02:before {
  content: "\5437";
}
.hgi-twotone.hgi-shaka-03:after {
  content: "\5438";
}
.hgi-twotone.hgi-shaka-03:before {
  content: "\5439";
}
.hgi-twotone.hgi-shaka-04:after {
  content: "\543a";
}
.hgi-twotone.hgi-shaka-04:before {
  content: "\543b";
}
.hgi-twotone.hgi-shampoo:after {
  content: "\543c";
}
.hgi-twotone.hgi-shampoo:before {
  content: "\543d";
}
.hgi-twotone.hgi-shape-collection:after {
  content: "\543e";
}
.hgi-twotone.hgi-shape-collection:before {
  content: "\543f";
}
.hgi-twotone.hgi-shapes:after {
  content: "\5440";
}
.hgi-twotone.hgi-shapes:before {
  content: "\5441";
}
.hgi-twotone.hgi-share-01:after {
  content: "\5442";
}
.hgi-twotone.hgi-share-01:before {
  content: "\5443";
}
.hgi-twotone.hgi-share-02:after {
  content: "\5444";
}
.hgi-twotone.hgi-share-02:before {
  content: "\5445";
}
.hgi-twotone.hgi-share-03:after {
  content: "\5446";
}
.hgi-twotone.hgi-share-03:before {
  content: "\5447";
}
.hgi-twotone.hgi-share-04:after {
  content: "\5448";
}
.hgi-twotone.hgi-share-04:before {
  content: "\5449";
}
.hgi-twotone.hgi-share-05:after {
  content: "\544a";
}
.hgi-twotone.hgi-share-05:before {
  content: "\544b";
}
.hgi-twotone.hgi-share-06:after {
  content: "\544c";
}
.hgi-twotone.hgi-share-06:before {
  content: "\544d";
}
.hgi-twotone.hgi-share-07:after {
  content: "\544e";
}
.hgi-twotone.hgi-share-07:before {
  content: "\544f";
}
.hgi-twotone.hgi-share-08:after {
  content: "\5450";
}
.hgi-twotone.hgi-share-08:before {
  content: "\5451";
}
.hgi-twotone.hgi-share-knowledge:after {
  content: "\5452";
}
.hgi-twotone.hgi-share-knowledge:before {
  content: "\5453";
}
.hgi-twotone.hgi-share-location-01:after {
  content: "\5454";
}
.hgi-twotone.hgi-share-location-01:before {
  content: "\5455";
}
.hgi-twotone.hgi-share-location-02:after {
  content: "\5456";
}
.hgi-twotone.hgi-share-location-02:before {
  content: "\5457";
}
.hgi-twotone.hgi-shared-wifi:after {
  content: "\5458";
}
.hgi-twotone.hgi-shared-wifi:before {
  content: "\5459";
}
.hgi-twotone.hgi-sharing:after {
  content: "\545a";
}
.hgi-twotone.hgi-sharing:before {
  content: "\545b";
}
.hgi-twotone.hgi-shellfish:after {
  content: "\545c";
}
.hgi-twotone.hgi-shellfish:before {
  content: "\545d";
}
.hgi-twotone.hgi-sheriff-01:after {
  content: "\545e";
}
.hgi-twotone.hgi-sheriff-01:before {
  content: "\545f";
}
.hgi-twotone.hgi-sheriff-02:after {
  content: "\5460";
}
.hgi-twotone.hgi-sheriff-02:before {
  content: "\5461";
}
.hgi-twotone.hgi-shield-01:after {
  content: "\5462";
}
.hgi-twotone.hgi-shield-01:before {
  content: "\5463";
}
.hgi-twotone.hgi-shield-02:after {
  content: "\5464";
}
.hgi-twotone.hgi-shield-02:before {
  content: "\5465";
}
.hgi-twotone.hgi-shield-blockchain:after {
  content: "\5466";
}
.hgi-twotone.hgi-shield-blockchain:before {
  content: "\5467";
}
.hgi-twotone.hgi-shield-energy:after {
  content: "\5468";
}
.hgi-twotone.hgi-shield-energy:before {
  content: "\5469";
}
.hgi-twotone.hgi-shield-key:after {
  content: "\546a";
}
.hgi-twotone.hgi-shield-key:before {
  content: "\546b";
}
.hgi-twotone.hgi-shield-user:after {
  content: "\546c";
}
.hgi-twotone.hgi-shield-user:before {
  content: "\546d";
}
.hgi-twotone.hgi-shipment-tracking:after {
  content: "\546e";
}
.hgi-twotone.hgi-shipment-tracking:before {
  content: "\546f";
}
.hgi-twotone.hgi-shipping-center:after {
  content: "\5470";
}
.hgi-twotone.hgi-shipping-center:before {
  content: "\5471";
}
.hgi-twotone.hgi-shipping-loading:after {
  content: "\5472";
}
.hgi-twotone.hgi-shipping-loading:before {
  content: "\5473";
}
.hgi-twotone.hgi-shipping-truck-01:after {
  content: "\5474";
}
.hgi-twotone.hgi-shipping-truck-01:before {
  content: "\5475";
}
.hgi-twotone.hgi-shipping-truck-02:after {
  content: "\5476";
}
.hgi-twotone.hgi-shipping-truck-02:before {
  content: "\5477";
}
.hgi-twotone.hgi-shirt-01:after {
  content: "\5478";
}
.hgi-twotone.hgi-shirt-01:before {
  content: "\5479";
}
.hgi-twotone.hgi-shocked:after {
  content: "\547a";
}
.hgi-twotone.hgi-shocked:before {
  content: "\547b";
}
.hgi-twotone.hgi-shop-sign:after {
  content: "\547c";
}
.hgi-twotone.hgi-shop-sign:before {
  content: "\547d";
}
.hgi-twotone.hgi-shopify:after {
  content: "\547e";
}
.hgi-twotone.hgi-shopify:before {
  content: "\547f";
}
.hgi-twotone.hgi-shopping-bag-01:after {
  content: "\5480";
}
.hgi-twotone.hgi-shopping-bag-01:before {
  content: "\5481";
}
.hgi-twotone.hgi-shopping-bag-02:after {
  content: "\5482";
}
.hgi-twotone.hgi-shopping-bag-02:before {
  content: "\5483";
}
.hgi-twotone.hgi-shopping-bag-03:after {
  content: "\5484";
}
.hgi-twotone.hgi-shopping-bag-03:before {
  content: "\5485";
}
.hgi-twotone.hgi-shopping-bag-add:after {
  content: "\5486";
}
.hgi-twotone.hgi-shopping-bag-add:before {
  content: "\5487";
}
.hgi-twotone.hgi-shopping-bag-check:after {
  content: "\5488";
}
.hgi-twotone.hgi-shopping-bag-check:before {
  content: "\5489";
}
.hgi-twotone.hgi-shopping-bag-favorite:after {
  content: "\548a";
}
.hgi-twotone.hgi-shopping-bag-favorite:before {
  content: "\548b";
}
.hgi-twotone.hgi-shopping-bag-remove:after {
  content: "\548c";
}
.hgi-twotone.hgi-shopping-bag-remove:before {
  content: "\548d";
}
.hgi-twotone.hgi-shopping-basket-01:after {
  content: "\548e";
}
.hgi-twotone.hgi-shopping-basket-01:before {
  content: "\548f";
}
.hgi-twotone.hgi-shopping-basket-02:after {
  content: "\5490";
}
.hgi-twotone.hgi-shopping-basket-02:before {
  content: "\5491";
}
.hgi-twotone.hgi-shopping-basket-03:after {
  content: "\5492";
}
.hgi-twotone.hgi-shopping-basket-03:before {
  content: "\5493";
}
.hgi-twotone.hgi-shopping-basket-add-01:after {
  content: "\5494";
}
.hgi-twotone.hgi-shopping-basket-add-01:before {
  content: "\5495";
}
.hgi-twotone.hgi-shopping-basket-add-02:after {
  content: "\5496";
}
.hgi-twotone.hgi-shopping-basket-add-02:before {
  content: "\5497";
}
.hgi-twotone.hgi-shopping-basket-add-03:after {
  content: "\5498";
}
.hgi-twotone.hgi-shopping-basket-add-03:before {
  content: "\5499";
}
.hgi-twotone.hgi-shopping-basket-check-in-01:after {
  content: "\549a";
}
.hgi-twotone.hgi-shopping-basket-check-in-01:before {
  content: "\549b";
}
.hgi-twotone.hgi-shopping-basket-check-in-02:after {
  content: "\549c";
}
.hgi-twotone.hgi-shopping-basket-check-in-02:before {
  content: "\549d";
}
.hgi-twotone.hgi-shopping-basket-check-in-03:after {
  content: "\549e";
}
.hgi-twotone.hgi-shopping-basket-check-in-03:before {
  content: "\549f";
}
.hgi-twotone.hgi-shopping-basket-check-out-01:after {
  content: "\54a0";
}
.hgi-twotone.hgi-shopping-basket-check-out-01:before {
  content: "\54a1";
}
.hgi-twotone.hgi-shopping-basket-check-out-02:after {
  content: "\54a2";
}
.hgi-twotone.hgi-shopping-basket-check-out-02:before {
  content: "\54a3";
}
.hgi-twotone.hgi-shopping-basket-check-out-03:after {
  content: "\54a4";
}
.hgi-twotone.hgi-shopping-basket-check-out-03:before {
  content: "\54a5";
}
.hgi-twotone.hgi-shopping-basket-done-01:after {
  content: "\54a6";
}
.hgi-twotone.hgi-shopping-basket-done-01:before {
  content: "\54a7";
}
.hgi-twotone.hgi-shopping-basket-done-02:after {
  content: "\54a8";
}
.hgi-twotone.hgi-shopping-basket-done-02:before {
  content: "\54a9";
}
.hgi-twotone.hgi-shopping-basket-done-03:after {
  content: "\54aa";
}
.hgi-twotone.hgi-shopping-basket-done-03:before {
  content: "\54ab";
}
.hgi-twotone.hgi-shopping-basket-favorite-01:after {
  content: "\54ac";
}
.hgi-twotone.hgi-shopping-basket-favorite-01:before {
  content: "\54ad";
}
.hgi-twotone.hgi-shopping-basket-favorite-02:after {
  content: "\54ae";
}
.hgi-twotone.hgi-shopping-basket-favorite-02:before {
  content: "\54af";
}
.hgi-twotone.hgi-shopping-basket-favorite-03:after {
  content: "\54b0";
}
.hgi-twotone.hgi-shopping-basket-favorite-03:before {
  content: "\54b1";
}
.hgi-twotone.hgi-shopping-basket-remove-01:after {
  content: "\54b2";
}
.hgi-twotone.hgi-shopping-basket-remove-01:before {
  content: "\54b3";
}
.hgi-twotone.hgi-shopping-basket-remove-02:after {
  content: "\54b4";
}
.hgi-twotone.hgi-shopping-basket-remove-02:before {
  content: "\54b5";
}
.hgi-twotone.hgi-shopping-basket-remove-03:after {
  content: "\54b6";
}
.hgi-twotone.hgi-shopping-basket-remove-03:before {
  content: "\54b7";
}
.hgi-twotone.hgi-shopping-basket-secure-01:after {
  content: "\54b8";
}
.hgi-twotone.hgi-shopping-basket-secure-01:before {
  content: "\54b9";
}
.hgi-twotone.hgi-shopping-basket-secure-02:after {
  content: "\54ba";
}
.hgi-twotone.hgi-shopping-basket-secure-02:before {
  content: "\54bb";
}
.hgi-twotone.hgi-shopping-basket-secure-03:after {
  content: "\54bc";
}
.hgi-twotone.hgi-shopping-basket-secure-03:before {
  content: "\54bd";
}
.hgi-twotone.hgi-shopping-cart-01:after {
  content: "\54be";
}
.hgi-twotone.hgi-shopping-cart-01:before {
  content: "\54bf";
}
.hgi-twotone.hgi-shopping-cart-02:after {
  content: "\54c0";
}
.hgi-twotone.hgi-shopping-cart-02:before {
  content: "\54c1";
}
.hgi-twotone.hgi-shopping-cart-add-01:after {
  content: "\54c2";
}
.hgi-twotone.hgi-shopping-cart-add-01:before {
  content: "\54c3";
}
.hgi-twotone.hgi-shopping-cart-add-02:after {
  content: "\54c4";
}
.hgi-twotone.hgi-shopping-cart-add-02:before {
  content: "\54c5";
}
.hgi-twotone.hgi-shopping-cart-check-01:after {
  content: "\54c6";
}
.hgi-twotone.hgi-shopping-cart-check-01:before {
  content: "\54c7";
}
.hgi-twotone.hgi-shopping-cart-check-02:after {
  content: "\54c8";
}
.hgi-twotone.hgi-shopping-cart-check-02:before {
  content: "\54c9";
}
.hgi-twotone.hgi-shopping-cart-check-in-01:after {
  content: "\54ca";
}
.hgi-twotone.hgi-shopping-cart-check-in-01:before {
  content: "\54cb";
}
.hgi-twotone.hgi-shopping-cart-check-in-02:after {
  content: "\54cc";
}
.hgi-twotone.hgi-shopping-cart-check-in-02:before {
  content: "\54cd";
}
.hgi-twotone.hgi-shopping-cart-check-out-01:after {
  content: "\54ce";
}
.hgi-twotone.hgi-shopping-cart-check-out-01:before {
  content: "\54cf";
}
.hgi-twotone.hgi-shopping-cart-check-out-02:after {
  content: "\54d0";
}
.hgi-twotone.hgi-shopping-cart-check-out-02:before {
  content: "\54d1";
}
.hgi-twotone.hgi-shopping-cart-favorite-01:after {
  content: "\54d2";
}
.hgi-twotone.hgi-shopping-cart-favorite-01:before {
  content: "\54d3";
}
.hgi-twotone.hgi-shopping-cart-favorite-02:after {
  content: "\54d4";
}
.hgi-twotone.hgi-shopping-cart-favorite-02:before {
  content: "\54d5";
}
.hgi-twotone.hgi-shopping-cart-remove-01:after {
  content: "\54d6";
}
.hgi-twotone.hgi-shopping-cart-remove-01:before {
  content: "\54d7";
}
.hgi-twotone.hgi-shopping-cart-remove-02:after {
  content: "\54d8";
}
.hgi-twotone.hgi-shopping-cart-remove-02:before {
  content: "\54d9";
}
.hgi-twotone.hgi-shorts-pants:after {
  content: "\54da";
}
.hgi-twotone.hgi-shorts-pants:before {
  content: "\54db";
}
.hgi-twotone.hgi-shoulder:after {
  content: "\54dc";
}
.hgi-twotone.hgi-shoulder:before {
  content: "\54dd";
}
.hgi-twotone.hgi-shuffle:after {
  content: "\54de";
}
.hgi-twotone.hgi-shuffle-square:after {
  content: "\54df";
}
.hgi-twotone.hgi-shuffle-square:before {
  content: "\54e0";
}
.hgi-twotone.hgi-shuffle:before {
  content: "\54e1";
}
.hgi-twotone.hgi-shut-down:after {
  content: "\54e2";
}
.hgi-twotone.hgi-shut-down:before {
  content: "\54e3";
}
.hgi-twotone.hgi-shutterstock:after {
  content: "\54e4";
}
.hgi-twotone.hgi-shutterstock:before {
  content: "\54e5";
}
.hgi-twotone.hgi-sidebar-bottom:after {
  content: "\54e6";
}
.hgi-twotone.hgi-sidebar-bottom:before {
  content: "\54e7";
}
.hgi-twotone.hgi-sidebar-left-01:after {
  content: "\54e8";
}
.hgi-twotone.hgi-sidebar-left-01:before {
  content: "\54e9";
}
.hgi-twotone.hgi-sidebar-left:after {
  content: "\54ea";
}
.hgi-twotone.hgi-sidebar-left:before {
  content: "\54eb";
}
.hgi-twotone.hgi-sidebar-right-01:after {
  content: "\54ec";
}
.hgi-twotone.hgi-sidebar-right-01:before {
  content: "\54ed";
}
.hgi-twotone.hgi-sidebar-right:after {
  content: "\54ee";
}
.hgi-twotone.hgi-sidebar-right:before {
  content: "\54ef";
}
.hgi-twotone.hgi-sidebar-top:after {
  content: "\54f0";
}
.hgi-twotone.hgi-sidebar-top:before {
  content: "\54f1";
}
.hgi-twotone.hgi-sign-language-c:after {
  content: "\54f2";
}
.hgi-twotone.hgi-sign-language-c:before {
  content: "\54f3";
}
.hgi-twotone.hgi-signal-full-01:after {
  content: "\54f4";
}
.hgi-twotone.hgi-signal-full-01:before {
  content: "\54f5";
}
.hgi-twotone.hgi-signal-full-02:after {
  content: "\54f6";
}
.hgi-twotone.hgi-signal-full-02:before {
  content: "\54f7";
}
.hgi-twotone.hgi-signal-low-01:after {
  content: "\54f8";
}
.hgi-twotone.hgi-signal-low-01:before {
  content: "\54f9";
}
.hgi-twotone.hgi-signal-low-02:after {
  content: "\54fa";
}
.hgi-twotone.hgi-signal-low-02:before {
  content: "\54fb";
}
.hgi-twotone.hgi-signal-low-medium:after {
  content: "\54fc";
}
.hgi-twotone.hgi-signal-low-medium:before {
  content: "\54fd";
}
.hgi-twotone.hgi-signal-medium-01:after {
  content: "\54fe";
}
.hgi-twotone.hgi-signal-medium-01:before {
  content: "\54ff";
}
.hgi-twotone.hgi-signal-medium-02:after {
  content: "\5500";
}
.hgi-twotone.hgi-signal-medium-02:before {
  content: "\5501";
}
.hgi-twotone.hgi-signal-no-01:after {
  content: "\5502";
}
.hgi-twotone.hgi-signal-no-01:before {
  content: "\5503";
}
.hgi-twotone.hgi-signal-no-02:after {
  content: "\5504";
}
.hgi-twotone.hgi-signal-no-02:before {
  content: "\5505";
}
.hgi-twotone.hgi-signal:after {
  content: "\5506";
}
.hgi-twotone.hgi-signal:before {
  content: "\5507";
}
.hgi-twotone.hgi-signature:after {
  content: "\5508";
}
.hgi-twotone.hgi-signature:before {
  content: "\5509";
}
.hgi-twotone.hgi-silence:after {
  content: "\550a";
}
.hgi-twotone.hgi-silence:before {
  content: "\550b";
}
.hgi-twotone.hgi-simcard-01:after {
  content: "\550c";
}
.hgi-twotone.hgi-simcard-01:before {
  content: "\550d";
}
.hgi-twotone.hgi-simcard-02:after {
  content: "\550e";
}
.hgi-twotone.hgi-simcard-02:before {
  content: "\550f";
}
.hgi-twotone.hgi-simcard-dual:after {
  content: "\5510";
}
.hgi-twotone.hgi-simcard-dual:before {
  content: "\5511";
}
.hgi-twotone.hgi-sin:after {
  content: "\5512";
}
.hgi-twotone.hgi-sin:before {
  content: "\5513";
}
.hgi-twotone.hgi-sine-01:after {
  content: "\5514";
}
.hgi-twotone.hgi-sine-01:before {
  content: "\5515";
}
.hgi-twotone.hgi-sine-02:after {
  content: "\5516";
}
.hgi-twotone.hgi-sine-02:before {
  content: "\5517";
}
.hgi-twotone.hgi-sing-left:after {
  content: "\5518";
}
.hgi-twotone.hgi-sing-left:before {
  content: "\5519";
}
.hgi-twotone.hgi-sing-right:after {
  content: "\551a";
}
.hgi-twotone.hgi-sing-right:before {
  content: "\551b";
}
.hgi-twotone.hgi-sink-01:after {
  content: "\551c";
}
.hgi-twotone.hgi-sink-01:before {
  content: "\551d";
}
.hgi-twotone.hgi-sink-02:after {
  content: "\551e";
}
.hgi-twotone.hgi-sink-02:before {
  content: "\551f";
}
.hgi-twotone.hgi-siri-new:after {
  content: "\5520";
}
.hgi-twotone.hgi-siri-new:before {
  content: "\5521";
}
.hgi-twotone.hgi-siri:after {
  content: "\5522";
}
.hgi-twotone.hgi-siri:before {
  content: "\5523";
}
.hgi-twotone.hgi-sketch:after {
  content: "\5524";
}
.hgi-twotone.hgi-sketch:before {
  content: "\5525";
}
.hgi-twotone.hgi-skew:after {
  content: "\5526";
}
.hgi-twotone.hgi-skew:before {
  content: "\5527";
}
.hgi-twotone.hgi-ski-dice-faces-01:after {
  content: "\5528";
}
.hgi-twotone.hgi-ski-dice-faces-01:before {
  content: "\5529";
}
.hgi-twotone.hgi-skipping-rope:after {
  content: "\552a";
}
.hgi-twotone.hgi-skipping-rope:before {
  content: "\552b";
}
.hgi-twotone.hgi-skool:after {
  content: "\552c";
}
.hgi-twotone.hgi-skool:before {
  content: "\552d";
}
.hgi-twotone.hgi-skull:after {
  content: "\552e";
}
.hgi-twotone.hgi-skull:before {
  content: "\552f";
}
.hgi-twotone.hgi-skype:after {
  content: "\5530";
}
.hgi-twotone.hgi-skype:before {
  content: "\5531";
}
.hgi-twotone.hgi-slack:after {
  content: "\5532";
}
.hgi-twotone.hgi-slack:before {
  content: "\5533";
}
.hgi-twotone.hgi-sleeping:after {
  content: "\5534";
}
.hgi-twotone.hgi-sleeping:before {
  content: "\5535";
}
.hgi-twotone.hgi-sleeveless:after {
  content: "\5536";
}
.hgi-twotone.hgi-sleeveless:before {
  content: "\5537";
}
.hgi-twotone.hgi-sliders-horizontal:after {
  content: "\5538";
}
.hgi-twotone.hgi-sliders-horizontal:before {
  content: "\5539";
}
.hgi-twotone.hgi-sliders-vertical:after {
  content: "\553a";
}
.hgi-twotone.hgi-sliders-vertical:before {
  content: "\553b";
}
.hgi-twotone.hgi-slideshare:after {
  content: "\553c";
}
.hgi-twotone.hgi-slideshare:before {
  content: "\553d";
}
.hgi-twotone.hgi-slow-winds:after {
  content: "\553e";
}
.hgi-twotone.hgi-slow-winds:before {
  content: "\553f";
}
.hgi-twotone.hgi-smart-ac:after {
  content: "\5540";
}
.hgi-twotone.hgi-smart-ac:before {
  content: "\5541";
}
.hgi-twotone.hgi-smart-phone-01:after {
  content: "\5542";
}
.hgi-twotone.hgi-smart-phone-01:before {
  content: "\5543";
}
.hgi-twotone.hgi-smart-phone-02:after {
  content: "\5544";
}
.hgi-twotone.hgi-smart-phone-02:before {
  content: "\5545";
}
.hgi-twotone.hgi-smart-phone-03:after {
  content: "\5546";
}
.hgi-twotone.hgi-smart-phone-03:before {
  content: "\5547";
}
.hgi-twotone.hgi-smart-phone-04:after {
  content: "\5548";
}
.hgi-twotone.hgi-smart-phone-04:before {
  content: "\5549";
}
.hgi-twotone.hgi-smart-phone-landscape:after {
  content: "\554a";
}
.hgi-twotone.hgi-smart-phone-landscape:before {
  content: "\554b";
}
.hgi-twotone.hgi-smart:after {
  content: "\554c";
}
.hgi-twotone.hgi-smart-watch-01:after {
  content: "\554d";
}
.hgi-twotone.hgi-smart-watch-01:before {
  content: "\554e";
}
.hgi-twotone.hgi-smart-watch-02:after {
  content: "\554f";
}
.hgi-twotone.hgi-smart-watch-02:before {
  content: "\5550";
}
.hgi-twotone.hgi-smart-watch-03:after {
  content: "\5551";
}
.hgi-twotone.hgi-smart-watch-03:before {
  content: "\5552";
}
.hgi-twotone.hgi-smart-watch-04:after {
  content: "\5553";
}
.hgi-twotone.hgi-smart-watch-04:before {
  content: "\5554";
}
.hgi-twotone.hgi-smart:before {
  content: "\5555";
}
.hgi-twotone.hgi-smartphone-lost-wifi:after {
  content: "\5556";
}
.hgi-twotone.hgi-smartphone-lost-wifi:before {
  content: "\5557";
}
.hgi-twotone.hgi-smartphone-wifi:after {
  content: "\5558";
}
.hgi-twotone.hgi-smartphone-wifi:before {
  content: "\5559";
}
.hgi-twotone.hgi-smile-dizzy:after {
  content: "\555a";
}
.hgi-twotone.hgi-smile-dizzy:before {
  content: "\555b";
}
.hgi-twotone.hgi-smile:after {
  content: "\555c";
}
.hgi-twotone.hgi-smile:before {
  content: "\555d";
}
.hgi-twotone.hgi-sms-code:after {
  content: "\555e";
}
.hgi-twotone.hgi-sms-code:before {
  content: "\555f";
}
.hgi-twotone.hgi-snail:after {
  content: "\5560";
}
.hgi-twotone.hgi-snail:before {
  content: "\5561";
}
.hgi-twotone.hgi-snapchat:after {
  content: "\5562";
}
.hgi-twotone.hgi-snapchat:before {
  content: "\5563";
}
.hgi-twotone.hgi-snow:after {
  content: "\5564";
}
.hgi-twotone.hgi-snow:before {
  content: "\5565";
}
.hgi-twotone.hgi-socks:after {
  content: "\5566";
}
.hgi-twotone.hgi-socks:before {
  content: "\5567";
}
.hgi-twotone.hgi-soda-can:after {
  content: "\5568";
}
.hgi-twotone.hgi-soda-can:before {
  content: "\5569";
}
.hgi-twotone.hgi-sofa-01:after {
  content: "\556a";
}
.hgi-twotone.hgi-sofa-01:before {
  content: "\556b";
}
.hgi-twotone.hgi-sofa-02:after {
  content: "\556c";
}
.hgi-twotone.hgi-sofa-02:before {
  content: "\556d";
}
.hgi-twotone.hgi-sofa-03:after {
  content: "\556e";
}
.hgi-twotone.hgi-sofa-03:before {
  content: "\556f";
}
.hgi-twotone.hgi-sofa-single:after {
  content: "\5570";
}
.hgi-twotone.hgi-sofa-single:before {
  content: "\5571";
}
.hgi-twotone.hgi-soft-drink-01:after {
  content: "\5572";
}
.hgi-twotone.hgi-soft-drink-01:before {
  content: "\5573";
}
.hgi-twotone.hgi-soft-drink-02:after {
  content: "\5574";
}
.hgi-twotone.hgi-soft-drink-02:before {
  content: "\5575";
}
.hgi-twotone.hgi-software-license:after {
  content: "\5576";
}
.hgi-twotone.hgi-software-license:before {
  content: "\5577";
}
.hgi-twotone.hgi-software:after {
  content: "\5578";
}
.hgi-twotone.hgi-software-uninstall:after {
  content: "\5579";
}
.hgi-twotone.hgi-software-uninstall:before {
  content: "\557a";
}
.hgi-twotone.hgi-software:before {
  content: "\557b";
}
.hgi-twotone.hgi-soil-moisture-field:after {
  content: "\557c";
}
.hgi-twotone.hgi-soil-moisture-field:before {
  content: "\557d";
}
.hgi-twotone.hgi-soil-moisture-global:after {
  content: "\557e";
}
.hgi-twotone.hgi-soil-moisture-global:before {
  content: "\557f";
}
.hgi-twotone.hgi-soil-temperature-field:after {
  content: "\5580";
}
.hgi-twotone.hgi-soil-temperature-field:before {
  content: "\5581";
}
.hgi-twotone.hgi-soil-temperature-global:after {
  content: "\5582";
}
.hgi-twotone.hgi-soil-temperature-global:before {
  content: "\5583";
}
.hgi-twotone.hgi-solar-energy:after {
  content: "\5584";
}
.hgi-twotone.hgi-solar-energy:before {
  content: "\5585";
}
.hgi-twotone.hgi-solar-panel-01:after {
  content: "\5586";
}
.hgi-twotone.hgi-solar-panel-01:before {
  content: "\5587";
}
.hgi-twotone.hgi-solar-panel-02:after {
  content: "\5588";
}
.hgi-twotone.hgi-solar-panel-02:before {
  content: "\5589";
}
.hgi-twotone.hgi-solar-panel-03:after {
  content: "\558a";
}
.hgi-twotone.hgi-solar-panel-03:before {
  content: "\558b";
}
.hgi-twotone.hgi-solar-panel-04:after {
  content: "\558c";
}
.hgi-twotone.hgi-solar-panel-04:before {
  content: "\558d";
}
.hgi-twotone.hgi-solar-panel-05:after {
  content: "\558e";
}
.hgi-twotone.hgi-solar-panel-05:before {
  content: "\558f";
}
.hgi-twotone.hgi-solar-power:after {
  content: "\5590";
}
.hgi-twotone.hgi-solar-power:before {
  content: "\5591";
}
.hgi-twotone.hgi-solar-system-01:after {
  content: "\5592";
}
.hgi-twotone.hgi-solar-system-01:before {
  content: "\5593";
}
.hgi-twotone.hgi-solar-system:after {
  content: "\5594";
}
.hgi-twotone.hgi-solar-system:before {
  content: "\5595";
}
.hgi-twotone.hgi-solid-line-01:after {
  content: "\5596";
}
.hgi-twotone.hgi-solid-line-01:before {
  content: "\5597";
}
.hgi-twotone.hgi-solid-line-02:after {
  content: "\5598";
}
.hgi-twotone.hgi-solid-line-02:before {
  content: "\5599";
}
.hgi-twotone.hgi-sort-by-down-01:after {
  content: "\559a";
}
.hgi-twotone.hgi-sort-by-down-01:before {
  content: "\559b";
}
.hgi-twotone.hgi-sort-by-down-02:after {
  content: "\559c";
}
.hgi-twotone.hgi-sort-by-down-02:before {
  content: "\559d";
}
.hgi-twotone.hgi-sort-by-up-01:after {
  content: "\559e";
}
.hgi-twotone.hgi-sort-by-up-01:before {
  content: "\559f";
}
.hgi-twotone.hgi-sort-by-up-02:after {
  content: "\55a0";
}
.hgi-twotone.hgi-sort-by-up-02:before {
  content: "\55a1";
}
.hgi-twotone.hgi-sorting-01:after {
  content: "\55a2";
}
.hgi-twotone.hgi-sorting-01:before {
  content: "\55a3";
}
.hgi-twotone.hgi-sorting-02:after {
  content: "\55a4";
}
.hgi-twotone.hgi-sorting-02:before {
  content: "\55a5";
}
.hgi-twotone.hgi-sorting-03:after {
  content: "\55a6";
}
.hgi-twotone.hgi-sorting-03:before {
  content: "\55a7";
}
.hgi-twotone.hgi-sorting-04:after {
  content: "\55a8";
}
.hgi-twotone.hgi-sorting-04:before {
  content: "\55a9";
}
.hgi-twotone.hgi-sorting-05:after {
  content: "\55aa";
}
.hgi-twotone.hgi-sorting-05:before {
  content: "\55ab";
}
.hgi-twotone.hgi-sorting-1-9:after {
  content: "\55ac";
}
.hgi-twotone.hgi-sorting-1-9:before {
  content: "\55ad";
}
.hgi-twotone.hgi-sorting-9-1:after {
  content: "\55ae";
}
.hgi-twotone.hgi-sorting-9-1:before {
  content: "\55af";
}
.hgi-twotone.hgi-sorting-a-z-01:after {
  content: "\55b0";
}
.hgi-twotone.hgi-sorting-a-z-01:before {
  content: "\55b1";
}
.hgi-twotone.hgi-sorting-a-z-02:after {
  content: "\55b2";
}
.hgi-twotone.hgi-sorting-a-z-02:before {
  content: "\55b3";
}
.hgi-twotone.hgi-sorting-down:after {
  content: "\55b4";
}
.hgi-twotone.hgi-sorting-down:before {
  content: "\55b5";
}
.hgi-twotone.hgi-sorting-up:after {
  content: "\55b6";
}
.hgi-twotone.hgi-sorting-up:before {
  content: "\55b7";
}
.hgi-twotone.hgi-sorting-z-a-01:after {
  content: "\55b8";
}
.hgi-twotone.hgi-sorting-z-a-01:before {
  content: "\55b9";
}
.hgi-twotone.hgi-soundcloud:after {
  content: "\55ba";
}
.hgi-twotone.hgi-soundcloud:before {
  content: "\55bb";
}
.hgi-twotone.hgi-source-code-circle:after {
  content: "\55bc";
}
.hgi-twotone.hgi-source-code-circle:before {
  content: "\55bd";
}
.hgi-twotone.hgi-source-code:after {
  content: "\55be";
}
.hgi-twotone.hgi-source-code-square:after {
  content: "\55bf";
}
.hgi-twotone.hgi-source-code-square:before {
  content: "\55c0";
}
.hgi-twotone.hgi-source-code:before {
  content: "\55c1";
}
.hgi-twotone.hgi-spaceship:after {
  content: "\55c2";
}
.hgi-twotone.hgi-spaceship:before {
  content: "\55c3";
}
.hgi-twotone.hgi-spades:after {
  content: "\55c4";
}
.hgi-twotone.hgi-spades:before {
  content: "\55c5";
}
.hgi-twotone.hgi-spaghetti:after {
  content: "\55c6";
}
.hgi-twotone.hgi-spaghetti:before {
  content: "\55c7";
}
.hgi-twotone.hgi-spam:after {
  content: "\55c8";
}
.hgi-twotone.hgi-spam:before {
  content: "\55c9";
}
.hgi-twotone.hgi-sparkles:after {
  content: "\55ca";
}
.hgi-twotone.hgi-sparkles:before {
  content: "\55cb";
}
.hgi-twotone.hgi-spartan-helmet:after {
  content: "\55cc";
}
.hgi-twotone.hgi-spartan-helmet:before {
  content: "\55cd";
}
.hgi-twotone.hgi-spatula:after {
  content: "\55ce";
}
.hgi-twotone.hgi-spatula:before {
  content: "\55cf";
}
.hgi-twotone.hgi-speaker-01:after {
  content: "\55d0";
}
.hgi-twotone.hgi-speaker-01:before {
  content: "\55d1";
}
.hgi-twotone.hgi-speaker:after {
  content: "\55d2";
}
.hgi-twotone.hgi-speaker:before {
  content: "\55d3";
}
.hgi-twotone.hgi-speech-to-text:after {
  content: "\55d4";
}
.hgi-twotone.hgi-speech-to-text:before {
  content: "\55d5";
}
.hgi-twotone.hgi-speed-train-01:after {
  content: "\55d6";
}
.hgi-twotone.hgi-speed-train-01:before {
  content: "\55d7";
}
.hgi-twotone.hgi-speed-train-02:after {
  content: "\55d8";
}
.hgi-twotone.hgi-speed-train-02:before {
  content: "\55d9";
}
.hgi-twotone.hgi-sperm:after {
  content: "\55da";
}
.hgi-twotone.hgi-sperm:before {
  content: "\55db";
}
.hgi-twotone.hgi-sphere:after {
  content: "\55dc";
}
.hgi-twotone.hgi-sphere:before {
  content: "\55dd";
}
.hgi-twotone.hgi-spirals:after {
  content: "\55de";
}
.hgi-twotone.hgi-spirals:before {
  content: "\55df";
}
.hgi-twotone.hgi-spoon-and-fork:after {
  content: "\55e0";
}
.hgi-twotone.hgi-spoon-and-fork:before {
  content: "\55e1";
}
.hgi-twotone.hgi-spoon-and-knife:after {
  content: "\55e2";
}
.hgi-twotone.hgi-spoon-and-knife:before {
  content: "\55e3";
}
.hgi-twotone.hgi-spoon:after {
  content: "\55e4";
}
.hgi-twotone.hgi-spoon:before {
  content: "\55e5";
}
.hgi-twotone.hgi-spotify:after {
  content: "\55e6";
}
.hgi-twotone.hgi-spotify:before {
  content: "\55e7";
}
.hgi-twotone.hgi-sql:after {
  content: "\55e8";
}
.hgi-twotone.hgi-sql:before {
  content: "\55e9";
}
.hgi-twotone.hgi-square-01:after {
  content: "\55ea";
}
.hgi-twotone.hgi-square-01:before {
  content: "\55eb";
}
.hgi-twotone.hgi-square-arrow-data-transfer-diagonal:after {
  content: "\55ec";
}
.hgi-twotone.hgi-square-arrow-data-transfer-diagonal:before {
  content: "\55ed";
}
.hgi-twotone.hgi-square-arrow-data-transfer-horizontal:after {
  content: "\55ee";
}
.hgi-twotone.hgi-square-arrow-data-transfer-horizontal:before {
  content: "\55ef";
}
.hgi-twotone.hgi-square-arrow-data-transfer-vertical:after {
  content: "\55f0";
}
.hgi-twotone.hgi-square-arrow-data-transfer-vertical:before {
  content: "\55f1";
}
.hgi-twotone.hgi-square-arrow-diagonal-01:after {
  content: "\55f2";
}
.hgi-twotone.hgi-square-arrow-diagonal-01:before {
  content: "\55f3";
}
.hgi-twotone.hgi-square-arrow-diagonal-02:after {
  content: "\55f4";
}
.hgi-twotone.hgi-square-arrow-diagonal-02:before {
  content: "\55f5";
}
.hgi-twotone.hgi-square-arrow-down-01:after {
  content: "\55f6";
}
.hgi-twotone.hgi-square-arrow-down-01:before {
  content: "\55f7";
}
.hgi-twotone.hgi-square-arrow-down-02:after {
  content: "\55f8";
}
.hgi-twotone.hgi-square-arrow-down-02:before {
  content: "\55f9";
}
.hgi-twotone.hgi-square-arrow-down-03:after {
  content: "\55fa";
}
.hgi-twotone.hgi-square-arrow-down-03:before {
  content: "\55fb";
}
.hgi-twotone.hgi-square-arrow-down-double:after {
  content: "\55fc";
}
.hgi-twotone.hgi-square-arrow-down-double:before {
  content: "\55fd";
}
.hgi-twotone.hgi-square-arrow-down-left:after {
  content: "\55fe";
}
.hgi-twotone.hgi-square-arrow-down-left:before {
  content: "\55ff";
}
.hgi-twotone.hgi-square-arrow-down-right:after {
  content: "\5600";
}
.hgi-twotone.hgi-square-arrow-down-right:before {
  content: "\5601";
}
.hgi-twotone.hgi-square-arrow-expand-01:after {
  content: "\5602";
}
.hgi-twotone.hgi-square-arrow-expand-01:before {
  content: "\5603";
}
.hgi-twotone.hgi-square-arrow-expand-02:after {
  content: "\5604";
}
.hgi-twotone.hgi-square-arrow-expand-02:before {
  content: "\5605";
}
.hgi-twotone.hgi-square-arrow-horizontal:after {
  content: "\5606";
}
.hgi-twotone.hgi-square-arrow-horizontal:before {
  content: "\5607";
}
.hgi-twotone.hgi-square-arrow-left-01:after {
  content: "\5608";
}
.hgi-twotone.hgi-square-arrow-left-01:before {
  content: "\5609";
}
.hgi-twotone.hgi-square-arrow-left-02:after {
  content: "\560a";
}
.hgi-twotone.hgi-square-arrow-left-02:before {
  content: "\560b";
}
.hgi-twotone.hgi-square-arrow-left-03:after {
  content: "\560c";
}
.hgi-twotone.hgi-square-arrow-left-03:before {
  content: "\560d";
}
.hgi-twotone.hgi-square-arrow-left-double:after {
  content: "\560e";
}
.hgi-twotone.hgi-square-arrow-left-double:before {
  content: "\560f";
}
.hgi-twotone.hgi-square-arrow-left-right:after {
  content: "\5610";
}
.hgi-twotone.hgi-square-arrow-left-right:before {
  content: "\5611";
}
.hgi-twotone.hgi-square-arrow-move-down-left:after {
  content: "\5612";
}
.hgi-twotone.hgi-square-arrow-move-down-left:before {
  content: "\5613";
}
.hgi-twotone.hgi-square-arrow-move-down-right:after {
  content: "\5614";
}
.hgi-twotone.hgi-square-arrow-move-down-right:before {
  content: "\5615";
}
.hgi-twotone.hgi-square-arrow-move-left-down:after {
  content: "\5616";
}
.hgi-twotone.hgi-square-arrow-move-left-down:before {
  content: "\5617";
}
.hgi-twotone.hgi-square-arrow-move-left-up:after {
  content: "\5618";
}
.hgi-twotone.hgi-square-arrow-move-left-up:before {
  content: "\5619";
}
.hgi-twotone.hgi-square-arrow-move-right-down:after {
  content: "\561a";
}
.hgi-twotone.hgi-square-arrow-move-right-down:before {
  content: "\561b";
}
.hgi-twotone.hgi-square-arrow-move-right-up:after {
  content: "\561c";
}
.hgi-twotone.hgi-square-arrow-move-right-up:before {
  content: "\561d";
}
.hgi-twotone.hgi-square-arrow-reload-01:after {
  content: "\561e";
}
.hgi-twotone.hgi-square-arrow-reload-01:before {
  content: "\561f";
}
.hgi-twotone.hgi-square-arrow-reload-02:after {
  content: "\5620";
}
.hgi-twotone.hgi-square-arrow-reload-02:before {
  content: "\5621";
}
.hgi-twotone.hgi-square-arrow-right-01:after {
  content: "\5622";
}
.hgi-twotone.hgi-square-arrow-right-01:before {
  content: "\5623";
}
.hgi-twotone.hgi-square-arrow-right-02:after {
  content: "\5624";
}
.hgi-twotone.hgi-square-arrow-right-02:before {
  content: "\5625";
}
.hgi-twotone.hgi-square-arrow-right-03:after {
  content: "\5626";
}
.hgi-twotone.hgi-square-arrow-right-03:before {
  content: "\5627";
}
.hgi-twotone.hgi-square-arrow-right-double:after {
  content: "\5628";
}
.hgi-twotone.hgi-square-arrow-right-double:before {
  content: "\5629";
}
.hgi-twotone.hgi-square-arrow-shrink-01:after {
  content: "\562a";
}
.hgi-twotone.hgi-square-arrow-shrink-01:before {
  content: "\562b";
}
.hgi-twotone.hgi-square-arrow-shrink-02:after {
  content: "\562c";
}
.hgi-twotone.hgi-square-arrow-shrink-02:before {
  content: "\562d";
}
.hgi-twotone.hgi-square-arrow-up-01:after {
  content: "\562e";
}
.hgi-twotone.hgi-square-arrow-up-01:before {
  content: "\562f";
}
.hgi-twotone.hgi-square-arrow-up-02:after {
  content: "\5630";
}
.hgi-twotone.hgi-square-arrow-up-02:before {
  content: "\5631";
}
.hgi-twotone.hgi-square-arrow-up-03:after {
  content: "\5632";
}
.hgi-twotone.hgi-square-arrow-up-03:before {
  content: "\5633";
}
.hgi-twotone.hgi-square-arrow-up-double:after {
  content: "\5634";
}
.hgi-twotone.hgi-square-arrow-up-double:before {
  content: "\5635";
}
.hgi-twotone.hgi-square-arrow-up-down:after {
  content: "\5636";
}
.hgi-twotone.hgi-square-arrow-up-down:before {
  content: "\5637";
}
.hgi-twotone.hgi-square-arrow-up-left:after {
  content: "\5638";
}
.hgi-twotone.hgi-square-arrow-up-left:before {
  content: "\5639";
}
.hgi-twotone.hgi-square-arrow-up-right:after {
  content: "\563a";
}
.hgi-twotone.hgi-square-arrow-up-right:before {
  content: "\563b";
}
.hgi-twotone.hgi-square-arrow-vertical:after {
  content: "\563c";
}
.hgi-twotone.hgi-square-arrow-vertical:before {
  content: "\563d";
}
.hgi-twotone.hgi-square-circle:after {
  content: "\563e";
}
.hgi-twotone.hgi-square-circle:before {
  content: "\563f";
}
.hgi-twotone.hgi-square-lock-01:after {
  content: "\5640";
}
.hgi-twotone.hgi-square-lock-01:before {
  content: "\5641";
}
.hgi-twotone.hgi-square-lock-02:after {
  content: "\5642";
}
.hgi-twotone.hgi-square-lock-02:before {
  content: "\5643";
}
.hgi-twotone.hgi-square-lock-add-01:after {
  content: "\5644";
}
.hgi-twotone.hgi-square-lock-add-01:before {
  content: "\5645";
}
.hgi-twotone.hgi-square-lock-add-02:after {
  content: "\5646";
}
.hgi-twotone.hgi-square-lock-add-02:before {
  content: "\5647";
}
.hgi-twotone.hgi-square-lock-check-01:after {
  content: "\5648";
}
.hgi-twotone.hgi-square-lock-check-01:before {
  content: "\5649";
}
.hgi-twotone.hgi-square-lock-check-02:after {
  content: "\564a";
}
.hgi-twotone.hgi-square-lock-check-02:before {
  content: "\564b";
}
.hgi-twotone.hgi-square-lock-minus-01:after {
  content: "\564c";
}
.hgi-twotone.hgi-square-lock-minus-01:before {
  content: "\564d";
}
.hgi-twotone.hgi-square-lock-minus-02:after {
  content: "\564e";
}
.hgi-twotone.hgi-square-lock-minus-02:before {
  content: "\564f";
}
.hgi-twotone.hgi-square-lock-password:after {
  content: "\5650";
}
.hgi-twotone.hgi-square-lock-password:before {
  content: "\5651";
}
.hgi-twotone.hgi-square-lock-remove-01:after {
  content: "\5652";
}
.hgi-twotone.hgi-square-lock-remove-01:before {
  content: "\5653";
}
.hgi-twotone.hgi-square-lock-remove-02:after {
  content: "\5654";
}
.hgi-twotone.hgi-square-lock-remove-02:before {
  content: "\5655";
}
.hgi-twotone.hgi-square-root-square:after {
  content: "\5656";
}
.hgi-twotone.hgi-square-root-square:before {
  content: "\5657";
}
.hgi-twotone.hgi-square:after {
  content: "\5658";
}
.hgi-twotone.hgi-square-square:after {
  content: "\5659";
}
.hgi-twotone.hgi-square-square:before {
  content: "\565a";
}
.hgi-twotone.hgi-square-unlock-01:after {
  content: "\565b";
}
.hgi-twotone.hgi-square-unlock-01:before {
  content: "\565c";
}
.hgi-twotone.hgi-square-unlock-02:after {
  content: "\565d";
}
.hgi-twotone.hgi-square-unlock-02:before {
  content: "\565e";
}
.hgi-twotone.hgi-square:before {
  content: "\565f";
}
.hgi-twotone.hgi-stack-star:after {
  content: "\5660";
}
.hgi-twotone.hgi-stack-star:before {
  content: "\5661";
}
.hgi-twotone.hgi-stake:after {
  content: "\5662";
}
.hgi-twotone.hgi-stake:before {
  content: "\5663";
}
.hgi-twotone.hgi-stamp-01:after {
  content: "\5664";
}
.hgi-twotone.hgi-stamp-01:before {
  content: "\5665";
}
.hgi-twotone.hgi-stamp-02:after {
  content: "\5666";
}
.hgi-twotone.hgi-stamp-02:before {
  content: "\5667";
}
.hgi-twotone.hgi-stamp:after {
  content: "\5668";
}
.hgi-twotone.hgi-stamp:before {
  content: "\5669";
}
.hgi-twotone.hgi-star-award-01:after {
  content: "\566a";
}
.hgi-twotone.hgi-star-award-01:before {
  content: "\566b";
}
.hgi-twotone.hgi-star-award-02:after {
  content: "\566c";
}
.hgi-twotone.hgi-star-award-02:before {
  content: "\566d";
}
.hgi-twotone.hgi-star-circle:after {
  content: "\566e";
}
.hgi-twotone.hgi-star-circle:before {
  content: "\566f";
}
.hgi-twotone.hgi-star-face:after {
  content: "\5670";
}
.hgi-twotone.hgi-star-face:before {
  content: "\5671";
}
.hgi-twotone.hgi-star-half:after {
  content: "\5672";
}
.hgi-twotone.hgi-star-half:before {
  content: "\5673";
}
.hgi-twotone.hgi-star-off:after {
  content: "\5674";
}
.hgi-twotone.hgi-star-off:before {
  content: "\5675";
}
.hgi-twotone.hgi-star:after {
  content: "\5676";
}
.hgi-twotone.hgi-star-square:after {
  content: "\5677";
}
.hgi-twotone.hgi-star-square:before {
  content: "\5678";
}
.hgi-twotone.hgi-star:before {
  content: "\5679";
}
.hgi-twotone.hgi-stars:after {
  content: "\567a";
}
.hgi-twotone.hgi-stars:before {
  content: "\567b";
}
.hgi-twotone.hgi-start-up-01:after {
  content: "\567c";
}
.hgi-twotone.hgi-start-up-01:before {
  content: "\567d";
}
.hgi-twotone.hgi-start-up-02:after {
  content: "\567e";
}
.hgi-twotone.hgi-start-up-02:before {
  content: "\567f";
}
.hgi-twotone.hgi-stationery:after {
  content: "\5680";
}
.hgi-twotone.hgi-stationery:before {
  content: "\5681";
}
.hgi-twotone.hgi-status:after {
  content: "\5682";
}
.hgi-twotone.hgi-status:before {
  content: "\5683";
}
.hgi-twotone.hgi-steak:after {
  content: "\5684";
}
.hgi-twotone.hgi-steak:before {
  content: "\5685";
}
.hgi-twotone.hgi-steering:after {
  content: "\5686";
}
.hgi-twotone.hgi-steering:before {
  content: "\5687";
}
.hgi-twotone.hgi-step-into:after {
  content: "\5688";
}
.hgi-twotone.hgi-step-into:before {
  content: "\5689";
}
.hgi-twotone.hgi-step-out:after {
  content: "\568a";
}
.hgi-twotone.hgi-step-out:before {
  content: "\568b";
}
.hgi-twotone.hgi-step-over:after {
  content: "\568c";
}
.hgi-twotone.hgi-step-over:before {
  content: "\568d";
}
.hgi-twotone.hgi-stethoscope-02:after {
  content: "\568e";
}
.hgi-twotone.hgi-stethoscope-02:before {
  content: "\568f";
}
.hgi-twotone.hgi-stethoscope:after {
  content: "\5690";
}
.hgi-twotone.hgi-stethoscope:before {
  content: "\5691";
}
.hgi-twotone.hgi-sticky-note-01:after {
  content: "\5692";
}
.hgi-twotone.hgi-sticky-note-01:before {
  content: "\5693";
}
.hgi-twotone.hgi-sticky-note-02:after {
  content: "\5694";
}
.hgi-twotone.hgi-sticky-note-02:before {
  content: "\5695";
}
.hgi-twotone.hgi-sticky-note-03:after {
  content: "\5696";
}
.hgi-twotone.hgi-sticky-note-03:before {
  content: "\5697";
}
.hgi-twotone.hgi-stop-circle:after {
  content: "\5698";
}
.hgi-twotone.hgi-stop-circle:before {
  content: "\5699";
}
.hgi-twotone.hgi-stop-loss-order:after {
  content: "\569a";
}
.hgi-twotone.hgi-stop-loss-order:before {
  content: "\569b";
}
.hgi-twotone.hgi-stop:after {
  content: "\569c";
}
.hgi-twotone.hgi-stop-watch:after {
  content: "\569d";
}
.hgi-twotone.hgi-stop-watch:before {
  content: "\569e";
}
.hgi-twotone.hgi-stop:before {
  content: "\569f";
}
.hgi-twotone.hgi-store-01:after {
  content: "\56a0";
}
.hgi-twotone.hgi-store-01:before {
  content: "\56a1";
}
.hgi-twotone.hgi-store-02:after {
  content: "\56a2";
}
.hgi-twotone.hgi-store-02:before {
  content: "\56a3";
}
.hgi-twotone.hgi-store-03:after {
  content: "\56a4";
}
.hgi-twotone.hgi-store-03:before {
  content: "\56a5";
}
.hgi-twotone.hgi-store-04:after {
  content: "\56a6";
}
.hgi-twotone.hgi-store-04:before {
  content: "\56a7";
}
.hgi-twotone.hgi-store-add-01:after {
  content: "\56a8";
}
.hgi-twotone.hgi-store-add-01:before {
  content: "\56a9";
}
.hgi-twotone.hgi-store-add-02:after {
  content: "\56aa";
}
.hgi-twotone.hgi-store-add-02:before {
  content: "\56ab";
}
.hgi-twotone.hgi-store-location-01:after {
  content: "\56ac";
}
.hgi-twotone.hgi-store-location-01:before {
  content: "\56ad";
}
.hgi-twotone.hgi-store-location-02:after {
  content: "\56ae";
}
.hgi-twotone.hgi-store-location-02:before {
  content: "\56af";
}
.hgi-twotone.hgi-store-management-01:after {
  content: "\56b0";
}
.hgi-twotone.hgi-store-management-01:before {
  content: "\56b1";
}
.hgi-twotone.hgi-store-management-02:after {
  content: "\56b2";
}
.hgi-twotone.hgi-store-management-02:before {
  content: "\56b3";
}
.hgi-twotone.hgi-store-remove-01:after {
  content: "\56b4";
}
.hgi-twotone.hgi-store-remove-01:before {
  content: "\56b5";
}
.hgi-twotone.hgi-store-remove-02:after {
  content: "\56b6";
}
.hgi-twotone.hgi-store-remove-02:before {
  content: "\56b7";
}
.hgi-twotone.hgi-store-verified-01:after {
  content: "\56b8";
}
.hgi-twotone.hgi-store-verified-01:before {
  content: "\56b9";
}
.hgi-twotone.hgi-store-verified-02:after {
  content: "\56ba";
}
.hgi-twotone.hgi-store-verified-02:before {
  content: "\56bb";
}
.hgi-twotone.hgi-straight-edge:after {
  content: "\56bc";
}
.hgi-twotone.hgi-straight-edge:before {
  content: "\56bd";
}
.hgi-twotone.hgi-strategy:after {
  content: "\56be";
}
.hgi-twotone.hgi-strategy:before {
  content: "\56bf";
}
.hgi-twotone.hgi-streering-wheel:after {
  content: "\56c0";
}
.hgi-twotone.hgi-streering-wheel:before {
  content: "\56c1";
}
.hgi-twotone.hgi-street-food:after {
  content: "\56c2";
}
.hgi-twotone.hgi-street-food:before {
  content: "\56c3";
}
.hgi-twotone.hgi-stripe:after {
  content: "\56c4";
}
.hgi-twotone.hgi-stripe:before {
  content: "\56c5";
}
.hgi-twotone.hgi-stroke-bottom:after {
  content: "\56c6";
}
.hgi-twotone.hgi-stroke-bottom:before {
  content: "\56c7";
}
.hgi-twotone.hgi-stroke-center:after {
  content: "\56c8";
}
.hgi-twotone.hgi-stroke-center:before {
  content: "\56c9";
}
.hgi-twotone.hgi-stroke-inside:after {
  content: "\56ca";
}
.hgi-twotone.hgi-stroke-inside:before {
  content: "\56cb";
}
.hgi-twotone.hgi-stroke-left:after {
  content: "\56cc";
}
.hgi-twotone.hgi-stroke-left:before {
  content: "\56cd";
}
.hgi-twotone.hgi-stroke-outside:after {
  content: "\56ce";
}
.hgi-twotone.hgi-stroke-outside:before {
  content: "\56cf";
}
.hgi-twotone.hgi-stroke-right:after {
  content: "\56d0";
}
.hgi-twotone.hgi-stroke-right:before {
  content: "\56d1";
}
.hgi-twotone.hgi-stroke-top:after {
  content: "\56d2";
}
.hgi-twotone.hgi-stroke-top:before {
  content: "\56d3";
}
.hgi-twotone.hgi-structure-01:after {
  content: "\56d4";
}
.hgi-twotone.hgi-structure-01:before {
  content: "\56d5";
}
.hgi-twotone.hgi-structure-02:after {
  content: "\56d6";
}
.hgi-twotone.hgi-structure-02:before {
  content: "\56d7";
}
.hgi-twotone.hgi-structure-03:after {
  content: "\56d8";
}
.hgi-twotone.hgi-structure-03:before {
  content: "\56d9";
}
.hgi-twotone.hgi-structure-04:after {
  content: "\56da";
}
.hgi-twotone.hgi-structure-04:before {
  content: "\56db";
}
.hgi-twotone.hgi-structure-05:after {
  content: "\56dc";
}
.hgi-twotone.hgi-structure-05:before {
  content: "\56dd";
}
.hgi-twotone.hgi-structure-add:after {
  content: "\56de";
}
.hgi-twotone.hgi-structure-add:before {
  content: "\56df";
}
.hgi-twotone.hgi-structure-check:after {
  content: "\56e0";
}
.hgi-twotone.hgi-structure-check:before {
  content: "\56e1";
}
.hgi-twotone.hgi-structure-fail:after {
  content: "\56e2";
}
.hgi-twotone.hgi-structure-fail:before {
  content: "\56e3";
}
.hgi-twotone.hgi-structure-folder-circle:after {
  content: "\56e4";
}
.hgi-twotone.hgi-structure-folder-circle:before {
  content: "\56e5";
}
.hgi-twotone.hgi-structure-folder:after {
  content: "\56e6";
}
.hgi-twotone.hgi-structure-folder:before {
  content: "\56e7";
}
.hgi-twotone.hgi-student-card:after {
  content: "\56e8";
}
.hgi-twotone.hgi-student-card:before {
  content: "\56e9";
}
.hgi-twotone.hgi-student:after {
  content: "\56ea";
}
.hgi-twotone.hgi-student:before {
  content: "\56eb";
}
.hgi-twotone.hgi-students:after {
  content: "\56ec";
}
.hgi-twotone.hgi-students:before {
  content: "\56ed";
}
.hgi-twotone.hgi-study-desk:after {
  content: "\56ee";
}
.hgi-twotone.hgi-study-desk:before {
  content: "\56ef";
}
.hgi-twotone.hgi-study-lamp:after {
  content: "\56f0";
}
.hgi-twotone.hgi-study-lamp:before {
  content: "\56f1";
}
.hgi-twotone.hgi-stumbleupon:after {
  content: "\56f2";
}
.hgi-twotone.hgi-stumbleupon:before {
  content: "\56f3";
}
.hgi-twotone.hgi-submarine:after {
  content: "\56f4";
}
.hgi-twotone.hgi-submarine:before {
  content: "\56f5";
}
.hgi-twotone.hgi-submerge:after {
  content: "\56f6";
}
.hgi-twotone.hgi-submerge:before {
  content: "\56f7";
}
.hgi-twotone.hgi-subnode-add:after {
  content: "\56f8";
}
.hgi-twotone.hgi-subnode-add:before {
  content: "\56f9";
}
.hgi-twotone.hgi-subnode-delete:after {
  content: "\56fa";
}
.hgi-twotone.hgi-subnode-delete:before {
  content: "\56fb";
}
.hgi-twotone.hgi-subpoena:after {
  content: "\56fc";
}
.hgi-twotone.hgi-subpoena:before {
  content: "\56fd";
}
.hgi-twotone.hgi-subtitle:after {
  content: "\56fe";
}
.hgi-twotone.hgi-subtitle:before {
  content: "\56ff";
}
.hgi-twotone.hgi-suit-01:after {
  content: "\5700";
}
.hgi-twotone.hgi-suit-01:before {
  content: "\5701";
}
.hgi-twotone.hgi-suit-02:after {
  content: "\5702";
}
.hgi-twotone.hgi-suit-02:before {
  content: "\5703";
}
.hgi-twotone.hgi-sujood:after {
  content: "\5704";
}
.hgi-twotone.hgi-sujood:before {
  content: "\5705";
}
.hgi-twotone.hgi-summation-01:after {
  content: "\5706";
}
.hgi-twotone.hgi-summation-01:before {
  content: "\5707";
}
.hgi-twotone.hgi-summation-02:after {
  content: "\5708";
}
.hgi-twotone.hgi-summation-02:before {
  content: "\5709";
}
.hgi-twotone.hgi-summation-circle:after {
  content: "\570a";
}
.hgi-twotone.hgi-summation-circle:before {
  content: "\570b";
}
.hgi-twotone.hgi-summation-square:after {
  content: "\570c";
}
.hgi-twotone.hgi-summation-square:before {
  content: "\570d";
}
.hgi-twotone.hgi-sun-01:after {
  content: "\570e";
}
.hgi-twotone.hgi-sun-01:before {
  content: "\570f";
}
.hgi-twotone.hgi-sun-02:after {
  content: "\5710";
}
.hgi-twotone.hgi-sun-02:before {
  content: "\5711";
}
.hgi-twotone.hgi-sun-03:after {
  content: "\5712";
}
.hgi-twotone.hgi-sun-03:before {
  content: "\5713";
}
.hgi-twotone.hgi-sun-cloud-01:after {
  content: "\5714";
}
.hgi-twotone.hgi-sun-cloud-01:before {
  content: "\5715";
}
.hgi-twotone.hgi-sun-cloud-02:after {
  content: "\5716";
}
.hgi-twotone.hgi-sun-cloud-02:before {
  content: "\5717";
}
.hgi-twotone.hgi-sun-cloud-angled-rain-01:after {
  content: "\5718";
}
.hgi-twotone.hgi-sun-cloud-angled-rain-01:before {
  content: "\5719";
}
.hgi-twotone.hgi-sun-cloud-angled-rain-02:after {
  content: "\571a";
}
.hgi-twotone.hgi-sun-cloud-angled-rain-02:before {
  content: "\571b";
}
.hgi-twotone.hgi-sun-cloud-angled-rain-zap-01:after {
  content: "\571c";
}
.hgi-twotone.hgi-sun-cloud-angled-rain-zap-01:before {
  content: "\571d";
}
.hgi-twotone.hgi-sun-cloud-angled-rain-zap-02:after {
  content: "\571e";
}
.hgi-twotone.hgi-sun-cloud-angled-rain-zap-02:before {
  content: "\571f";
}
.hgi-twotone.hgi-sun-cloud-angled-zap-01:after {
  content: "\5720";
}
.hgi-twotone.hgi-sun-cloud-angled-zap-01:before {
  content: "\5721";
}
.hgi-twotone.hgi-sun-cloud-angled-zap-02:after {
  content: "\5722";
}
.hgi-twotone.hgi-sun-cloud-angled-zap-02:before {
  content: "\5723";
}
.hgi-twotone.hgi-sun-cloud-big-rain-01:after {
  content: "\5724";
}
.hgi-twotone.hgi-sun-cloud-big-rain-01:before {
  content: "\5725";
}
.hgi-twotone.hgi-sun-cloud-big-rain-02:after {
  content: "\5726";
}
.hgi-twotone.hgi-sun-cloud-big-rain-02:before {
  content: "\5727";
}
.hgi-twotone.hgi-sun-cloud-fast-wind-01:after {
  content: "\5728";
}
.hgi-twotone.hgi-sun-cloud-fast-wind-01:before {
  content: "\5729";
}
.hgi-twotone.hgi-sun-cloud-fast-wind-02:after {
  content: "\572a";
}
.hgi-twotone.hgi-sun-cloud-fast-wind-02:before {
  content: "\572b";
}
.hgi-twotone.hgi-sun-cloud-hailstone-01:after {
  content: "\572c";
}
.hgi-twotone.hgi-sun-cloud-hailstone-01:before {
  content: "\572d";
}
.hgi-twotone.hgi-sun-cloud-hailstone-02:after {
  content: "\572e";
}
.hgi-twotone.hgi-sun-cloud-hailstone-02:before {
  content: "\572f";
}
.hgi-twotone.hgi-sun-cloud-little-rain-01:after {
  content: "\5730";
}
.hgi-twotone.hgi-sun-cloud-little-rain-01:before {
  content: "\5731";
}
.hgi-twotone.hgi-sun-cloud-little-rain-02:after {
  content: "\5732";
}
.hgi-twotone.hgi-sun-cloud-little-rain-02:before {
  content: "\5733";
}
.hgi-twotone.hgi-sun-cloud-little-snow-01:after {
  content: "\5734";
}
.hgi-twotone.hgi-sun-cloud-little-snow-01:before {
  content: "\5735";
}
.hgi-twotone.hgi-sun-cloud-little-snow-02:after {
  content: "\5736";
}
.hgi-twotone.hgi-sun-cloud-little-snow-02:before {
  content: "\5737";
}
.hgi-twotone.hgi-sun-cloud-mid-rain-01:after {
  content: "\5738";
}
.hgi-twotone.hgi-sun-cloud-mid-rain-01:before {
  content: "\5739";
}
.hgi-twotone.hgi-sun-cloud-mid-rain-02:after {
  content: "\573a";
}
.hgi-twotone.hgi-sun-cloud-mid-rain-02:before {
  content: "\573b";
}
.hgi-twotone.hgi-sun-cloud-mid-snow-01:after {
  content: "\573c";
}
.hgi-twotone.hgi-sun-cloud-mid-snow-01:before {
  content: "\573d";
}
.hgi-twotone.hgi-sun-cloud-mid-snow-02:after {
  content: "\573e";
}
.hgi-twotone.hgi-sun-cloud-mid-snow-02:before {
  content: "\573f";
}
.hgi-twotone.hgi-sun-cloud-slow-wind-01:after {
  content: "\5740";
}
.hgi-twotone.hgi-sun-cloud-slow-wind-01:before {
  content: "\5741";
}
.hgi-twotone.hgi-sun-cloud-slow-wind-02:after {
  content: "\5742";
}
.hgi-twotone.hgi-sun-cloud-slow-wind-02:before {
  content: "\5743";
}
.hgi-twotone.hgi-sun-cloud-snow-01:after {
  content: "\5744";
}
.hgi-twotone.hgi-sun-cloud-snow-01:before {
  content: "\5745";
}
.hgi-twotone.hgi-sun-cloud-snow-02:after {
  content: "\5746";
}
.hgi-twotone.hgi-sun-cloud-snow-02:before {
  content: "\5747";
}
.hgi-twotone.hgi-sunglasses:after {
  content: "\5748";
}
.hgi-twotone.hgi-sunglasses:before {
  content: "\5749";
}
.hgi-twotone.hgi-sunrise:after {
  content: "\574a";
}
.hgi-twotone.hgi-sunrise:before {
  content: "\574b";
}
.hgi-twotone.hgi-sunset:after {
  content: "\574c";
}
.hgi-twotone.hgi-sunset:before {
  content: "\574d";
}
.hgi-twotone.hgi-super-mario:after {
  content: "\574e";
}
.hgi-twotone.hgi-super-mario-toad:after {
  content: "\574f";
}
.hgi-twotone.hgi-super-mario-toad:before {
  content: "\5750";
}
.hgi-twotone.hgi-super-mario:before {
  content: "\5751";
}
.hgi-twotone.hgi-surfboard:after {
  content: "\5752";
}
.hgi-twotone.hgi-surfboard:before {
  content: "\5753";
}
.hgi-twotone.hgi-surprise:after {
  content: "\5754";
}
.hgi-twotone.hgi-surprise:before {
  content: "\5755";
}
.hgi-twotone.hgi-sushi-01:after {
  content: "\5756";
}
.hgi-twotone.hgi-sushi-01:before {
  content: "\5757";
}
.hgi-twotone.hgi-sushi-02:after {
  content: "\5758";
}
.hgi-twotone.hgi-sushi-02:before {
  content: "\5759";
}
.hgi-twotone.hgi-sushi-03:after {
  content: "\575a";
}
.hgi-twotone.hgi-sushi-03:before {
  content: "\575b";
}
.hgi-twotone.hgi-suspicious:after {
  content: "\575c";
}
.hgi-twotone.hgi-suspicious:before {
  content: "\575d";
}
.hgi-twotone.hgi-sustainable-energy:after {
  content: "\575e";
}
.hgi-twotone.hgi-sustainable-energy:before {
  content: "\575f";
}
.hgi-twotone.hgi-svg-01:after {
  content: "\5760";
}
.hgi-twotone.hgi-svg-01:before {
  content: "\5761";
}
.hgi-twotone.hgi-svg-02:after {
  content: "\5762";
}
.hgi-twotone.hgi-svg-02:before {
  content: "\5763";
}
.hgi-twotone.hgi-swarm:after {
  content: "\5764";
}
.hgi-twotone.hgi-swarm:before {
  content: "\5765";
}
.hgi-twotone.hgi-swatch:after {
  content: "\5766";
}
.hgi-twotone.hgi-swatch:before {
  content: "\5767";
}
.hgi-twotone.hgi-swimming-cap:after {
  content: "\5768";
}
.hgi-twotone.hgi-swimming-cap:before {
  content: "\5769";
}
.hgi-twotone.hgi-swimming:after {
  content: "\576a";
}
.hgi-twotone.hgi-swimming:before {
  content: "\576b";
}
.hgi-twotone.hgi-swipe-down-01:after {
  content: "\576c";
}
.hgi-twotone.hgi-swipe-down-01:before {
  content: "\576d";
}
.hgi-twotone.hgi-swipe-down-02:after {
  content: "\576e";
}
.hgi-twotone.hgi-swipe-down-02:before {
  content: "\576f";
}
.hgi-twotone.hgi-swipe-down-03:after {
  content: "\5770";
}
.hgi-twotone.hgi-swipe-down-03:before {
  content: "\5771";
}
.hgi-twotone.hgi-swipe-down-04:after {
  content: "\5772";
}
.hgi-twotone.hgi-swipe-down-04:before {
  content: "\5773";
}
.hgi-twotone.hgi-swipe-down-05:after {
  content: "\5774";
}
.hgi-twotone.hgi-swipe-down-05:before {
  content: "\5775";
}
.hgi-twotone.hgi-swipe-down-06:after {
  content: "\5776";
}
.hgi-twotone.hgi-swipe-down-06:before {
  content: "\5777";
}
.hgi-twotone.hgi-swipe-down-07:after {
  content: "\5778";
}
.hgi-twotone.hgi-swipe-down-07:before {
  content: "\5779";
}
.hgi-twotone.hgi-swipe-down-08:after {
  content: "\577a";
}
.hgi-twotone.hgi-swipe-down-08:before {
  content: "\577b";
}
.hgi-twotone.hgi-swipe-left-01:after {
  content: "\577c";
}
.hgi-twotone.hgi-swipe-left-01:before {
  content: "\577d";
}
.hgi-twotone.hgi-swipe-left-02:after {
  content: "\577e";
}
.hgi-twotone.hgi-swipe-left-02:before {
  content: "\577f";
}
.hgi-twotone.hgi-swipe-left-03:after {
  content: "\5780";
}
.hgi-twotone.hgi-swipe-left-03:before {
  content: "\5781";
}
.hgi-twotone.hgi-swipe-left-04:after {
  content: "\5782";
}
.hgi-twotone.hgi-swipe-left-04:before {
  content: "\5783";
}
.hgi-twotone.hgi-swipe-left-05:after {
  content: "\5784";
}
.hgi-twotone.hgi-swipe-left-05:before {
  content: "\5785";
}
.hgi-twotone.hgi-swipe-left-06:after {
  content: "\5786";
}
.hgi-twotone.hgi-swipe-left-06:before {
  content: "\5787";
}
.hgi-twotone.hgi-swipe-left-07:after {
  content: "\5788";
}
.hgi-twotone.hgi-swipe-left-07:before {
  content: "\5789";
}
.hgi-twotone.hgi-swipe-left-08:after {
  content: "\578a";
}
.hgi-twotone.hgi-swipe-left-08:before {
  content: "\578b";
}
.hgi-twotone.hgi-swipe-left-09:after {
  content: "\578c";
}
.hgi-twotone.hgi-swipe-left-09:before {
  content: "\578d";
}
.hgi-twotone.hgi-swipe-right-01:after {
  content: "\578e";
}
.hgi-twotone.hgi-swipe-right-01:before {
  content: "\578f";
}
.hgi-twotone.hgi-swipe-right-02:after {
  content: "\5790";
}
.hgi-twotone.hgi-swipe-right-02:before {
  content: "\5791";
}
.hgi-twotone.hgi-swipe-right-03:after {
  content: "\5792";
}
.hgi-twotone.hgi-swipe-right-03:before {
  content: "\5793";
}
.hgi-twotone.hgi-swipe-right-04:after {
  content: "\5794";
}
.hgi-twotone.hgi-swipe-right-04:before {
  content: "\5795";
}
.hgi-twotone.hgi-swipe-right-05:after {
  content: "\5796";
}
.hgi-twotone.hgi-swipe-right-05:before {
  content: "\5797";
}
.hgi-twotone.hgi-swipe-right-06:after {
  content: "\5798";
}
.hgi-twotone.hgi-swipe-right-06:before {
  content: "\5799";
}
.hgi-twotone.hgi-swipe-right-07:after {
  content: "\579a";
}
.hgi-twotone.hgi-swipe-right-07:before {
  content: "\579b";
}
.hgi-twotone.hgi-swipe-right-08:after {
  content: "\579c";
}
.hgi-twotone.hgi-swipe-right-08:before {
  content: "\579d";
}
.hgi-twotone.hgi-swipe-right-09:after {
  content: "\579e";
}
.hgi-twotone.hgi-swipe-right-09:before {
  content: "\579f";
}
.hgi-twotone.hgi-swipe-up-01:after {
  content: "\57a0";
}
.hgi-twotone.hgi-swipe-up-01:before {
  content: "\57a1";
}
.hgi-twotone.hgi-swipe-up-02:after {
  content: "\57a2";
}
.hgi-twotone.hgi-swipe-up-02:before {
  content: "\57a3";
}
.hgi-twotone.hgi-swipe-up-03:after {
  content: "\57a4";
}
.hgi-twotone.hgi-swipe-up-03:before {
  content: "\57a5";
}
.hgi-twotone.hgi-swipe-up-04:after {
  content: "\57a6";
}
.hgi-twotone.hgi-swipe-up-04:before {
  content: "\57a7";
}
.hgi-twotone.hgi-swipe-up-05:after {
  content: "\57a8";
}
.hgi-twotone.hgi-swipe-up-05:before {
  content: "\57a9";
}
.hgi-twotone.hgi-swipe-up-06:after {
  content: "\57aa";
}
.hgi-twotone.hgi-swipe-up-06:before {
  content: "\57ab";
}
.hgi-twotone.hgi-swipe-up-07:after {
  content: "\57ac";
}
.hgi-twotone.hgi-swipe-up-07:before {
  content: "\57ad";
}
.hgi-twotone.hgi-swipe-up-08:after {
  content: "\57ae";
}
.hgi-twotone.hgi-swipe-up-08:before {
  content: "\57af";
}
.hgi-twotone.hgi-sword-01:after {
  content: "\57b0";
}
.hgi-twotone.hgi-sword-01:before {
  content: "\57b1";
}
.hgi-twotone.hgi-sword-02:after {
  content: "\57b2";
}
.hgi-twotone.hgi-sword-02:before {
  content: "\57b3";
}
.hgi-twotone.hgi-sword-03:after {
  content: "\57b4";
}
.hgi-twotone.hgi-sword-03:before {
  content: "\57b5";
}
.hgi-twotone.hgi-system-update-01:after {
  content: "\57b6";
}
.hgi-twotone.hgi-system-update-01:before {
  content: "\57b7";
}
.hgi-twotone.hgi-system-update-02:after {
  content: "\57b8";
}
.hgi-twotone.hgi-system-update-02:before {
  content: "\57b9";
}
.hgi-twotone.hgi-t-shirt:after {
  content: "\57ba";
}
.hgi-twotone.hgi-t-shirt:before {
  content: "\57bb";
}
.hgi-twotone.hgi-table-01:after {
  content: "\57bc";
}
.hgi-twotone.hgi-table-01:before {
  content: "\57bd";
}
.hgi-twotone.hgi-table-02:after {
  content: "\57be";
}
.hgi-twotone.hgi-table-02:before {
  content: "\57bf";
}
.hgi-twotone.hgi-table-03:after {
  content: "\57c0";
}
.hgi-twotone.hgi-table-03:before {
  content: "\57c1";
}
.hgi-twotone.hgi-table-lamp-01:after {
  content: "\57c2";
}
.hgi-twotone.hgi-table-lamp-01:before {
  content: "\57c3";
}
.hgi-twotone.hgi-table-lamp-02:after {
  content: "\57c4";
}
.hgi-twotone.hgi-table-lamp-02:before {
  content: "\57c5";
}
.hgi-twotone.hgi-table-round:after {
  content: "\57c6";
}
.hgi-twotone.hgi-table-round:before {
  content: "\57c7";
}
.hgi-twotone.hgi-table:after {
  content: "\57c8";
}
.hgi-twotone.hgi-table-tennis-bat:after {
  content: "\57c9";
}
.hgi-twotone.hgi-table-tennis-bat:before {
  content: "\57ca";
}
.hgi-twotone.hgi-table:before {
  content: "\57cb";
}
.hgi-twotone.hgi-tablet-01:after {
  content: "\57cc";
}
.hgi-twotone.hgi-tablet-01:before {
  content: "\57cd";
}
.hgi-twotone.hgi-tablet-02:after {
  content: "\57ce";
}
.hgi-twotone.hgi-tablet-02:before {
  content: "\57cf";
}
.hgi-twotone.hgi-tablet-connected-bluetooth:after {
  content: "\57d0";
}
.hgi-twotone.hgi-tablet-connected-bluetooth:before {
  content: "\57d1";
}
.hgi-twotone.hgi-tablet-connected-usb:after {
  content: "\57d2";
}
.hgi-twotone.hgi-tablet-connected-usb:before {
  content: "\57d3";
}
.hgi-twotone.hgi-tablet-connected-wifi:after {
  content: "\57d4";
}
.hgi-twotone.hgi-tablet-connected-wifi:before {
  content: "\57d5";
}
.hgi-twotone.hgi-tablet-pen:after {
  content: "\57d6";
}
.hgi-twotone.hgi-tablet-pen:before {
  content: "\57d7";
}
.hgi-twotone.hgi-taco-01:after {
  content: "\57d8";
}
.hgi-twotone.hgi-taco-01:before {
  content: "\57d9";
}
.hgi-twotone.hgi-taco-02:after {
  content: "\57da";
}
.hgi-twotone.hgi-taco-02:before {
  content: "\57db";
}
.hgi-twotone.hgi-tag-01:after {
  content: "\57dc";
}
.hgi-twotone.hgi-tag-01:before {
  content: "\57dd";
}
.hgi-twotone.hgi-tag-02:after {
  content: "\57de";
}
.hgi-twotone.hgi-tag-02:before {
  content: "\57df";
}
.hgi-twotone.hgi-tags:after {
  content: "\57e0";
}
.hgi-twotone.hgi-tags:before {
  content: "\57e1";
}
.hgi-twotone.hgi-taj-mahal:after {
  content: "\57e2";
}
.hgi-twotone.hgi-taj-mahal:before {
  content: "\57e3";
}
.hgi-twotone.hgi-tan:after {
  content: "\57e4";
}
.hgi-twotone.hgi-tan:before {
  content: "\57e5";
}
.hgi-twotone.hgi-tank-top:after {
  content: "\57e6";
}
.hgi-twotone.hgi-tank-top:before {
  content: "\57e7";
}
.hgi-twotone.hgi-tap-01:after {
  content: "\57e8";
}
.hgi-twotone.hgi-tap-01:before {
  content: "\57e9";
}
.hgi-twotone.hgi-tap-02:after {
  content: "\57ea";
}
.hgi-twotone.hgi-tap-02:before {
  content: "\57eb";
}
.hgi-twotone.hgi-tap-03:after {
  content: "\57ec";
}
.hgi-twotone.hgi-tap-03:before {
  content: "\57ed";
}
.hgi-twotone.hgi-tap-04:after {
  content: "\57ee";
}
.hgi-twotone.hgi-tap-04:before {
  content: "\57ef";
}
.hgi-twotone.hgi-tap-05:after {
  content: "\57f0";
}
.hgi-twotone.hgi-tap-05:before {
  content: "\57f1";
}
.hgi-twotone.hgi-tap-06:after {
  content: "\57f2";
}
.hgi-twotone.hgi-tap-06:before {
  content: "\57f3";
}
.hgi-twotone.hgi-tap-07:after {
  content: "\57f4";
}
.hgi-twotone.hgi-tap-07:before {
  content: "\57f5";
}
.hgi-twotone.hgi-tap-08:after {
  content: "\57f6";
}
.hgi-twotone.hgi-tap-08:before {
  content: "\57f7";
}
.hgi-twotone.hgi-tape-measure:after {
  content: "\57f8";
}
.hgi-twotone.hgi-tape-measure:before {
  content: "\57f9";
}
.hgi-twotone.hgi-target-01:after {
  content: "\57fa";
}
.hgi-twotone.hgi-target-01:before {
  content: "\57fb";
}
.hgi-twotone.hgi-target-02:after {
  content: "\57fc";
}
.hgi-twotone.hgi-target-02:before {
  content: "\57fd";
}
.hgi-twotone.hgi-target-03:after {
  content: "\57fe";
}
.hgi-twotone.hgi-target-03:before {
  content: "\57ff";
}
.hgi-twotone.hgi-target-dollar:after {
  content: "\5800";
}
.hgi-twotone.hgi-target-dollar:before {
  content: "\5801";
}
.hgi-twotone.hgi-tasbih:after {
  content: "\5802";
}
.hgi-twotone.hgi-tasbih:before {
  content: "\5803";
}
.hgi-twotone.hgi-task-01:after {
  content: "\5804";
}
.hgi-twotone.hgi-task-01:before {
  content: "\5805";
}
.hgi-twotone.hgi-task-02:after {
  content: "\5806";
}
.hgi-twotone.hgi-task-02:before {
  content: "\5807";
}
.hgi-twotone.hgi-task-add-01:after {
  content: "\5808";
}
.hgi-twotone.hgi-task-add-01:before {
  content: "\5809";
}
.hgi-twotone.hgi-task-add-02:after {
  content: "\580a";
}
.hgi-twotone.hgi-task-add-02:before {
  content: "\580b";
}
.hgi-twotone.hgi-task-daily-01:after {
  content: "\580c";
}
.hgi-twotone.hgi-task-daily-01:before {
  content: "\580d";
}
.hgi-twotone.hgi-task-daily-02:after {
  content: "\580e";
}
.hgi-twotone.hgi-task-daily-02:before {
  content: "\580f";
}
.hgi-twotone.hgi-task-done-01:after {
  content: "\5810";
}
.hgi-twotone.hgi-task-done-01:before {
  content: "\5811";
}
.hgi-twotone.hgi-task-done-02:after {
  content: "\5812";
}
.hgi-twotone.hgi-task-done-02:before {
  content: "\5813";
}
.hgi-twotone.hgi-task-edit-01:after {
  content: "\5814";
}
.hgi-twotone.hgi-task-edit-01:before {
  content: "\5815";
}
.hgi-twotone.hgi-task-edit-02:after {
  content: "\5816";
}
.hgi-twotone.hgi-task-edit-02:before {
  content: "\5817";
}
.hgi-twotone.hgi-task-remove-01:after {
  content: "\5818";
}
.hgi-twotone.hgi-task-remove-01:before {
  content: "\5819";
}
.hgi-twotone.hgi-task-remove-02:after {
  content: "\581a";
}
.hgi-twotone.hgi-task-remove-02:before {
  content: "\581b";
}
.hgi-twotone.hgi-taxes:after {
  content: "\581c";
}
.hgi-twotone.hgi-taxes:before {
  content: "\581d";
}
.hgi-twotone.hgi-taxi:after {
  content: "\581e";
}
.hgi-twotone.hgi-taxi:before {
  content: "\581f";
}
.hgi-twotone.hgi-tea-pod:after {
  content: "\5820";
}
.hgi-twotone.hgi-tea-pod:before {
  content: "\5821";
}
.hgi-twotone.hgi-tea:after {
  content: "\5822";
}
.hgi-twotone.hgi-tea:before {
  content: "\5823";
}
.hgi-twotone.hgi-teacher:after {
  content: "\5824";
}
.hgi-twotone.hgi-teacher:before {
  content: "\5825";
}
.hgi-twotone.hgi-teaching:after {
  content: "\5826";
}
.hgi-twotone.hgi-teaching:before {
  content: "\5827";
}
.hgi-twotone.hgi-teamviewer:after {
  content: "\5828";
}
.hgi-twotone.hgi-teamviewer:before {
  content: "\5829";
}
.hgi-twotone.hgi-telegram:after {
  content: "\582a";
}
.hgi-twotone.hgi-telegram:before {
  content: "\582b";
}
.hgi-twotone.hgi-telephone:after {
  content: "\582c";
}
.hgi-twotone.hgi-telephone:before {
  content: "\582d";
}
.hgi-twotone.hgi-telescope-01:after {
  content: "\582e";
}
.hgi-twotone.hgi-telescope-01:before {
  content: "\582f";
}
.hgi-twotone.hgi-telescope-02:after {
  content: "\5830";
}
.hgi-twotone.hgi-telescope-02:before {
  content: "\5831";
}
.hgi-twotone.hgi-television-table:after {
  content: "\5832";
}
.hgi-twotone.hgi-television-table:before {
  content: "\5833";
}
.hgi-twotone.hgi-temperature:after {
  content: "\5834";
}
.hgi-twotone.hgi-temperature:before {
  content: "\5835";
}
.hgi-twotone.hgi-tennis-ball:after {
  content: "\5836";
}
.hgi-twotone.hgi-tennis-ball:before {
  content: "\5837";
}
.hgi-twotone.hgi-terrace:after {
  content: "\5838";
}
.hgi-twotone.hgi-terrace:before {
  content: "\5839";
}
.hgi-twotone.hgi-test-tube-01:after {
  content: "\583a";
}
.hgi-twotone.hgi-test-tube-01:before {
  content: "\583b";
}
.hgi-twotone.hgi-test-tube-02:after {
  content: "\583c";
}
.hgi-twotone.hgi-test-tube-02:before {
  content: "\583d";
}
.hgi-twotone.hgi-test-tube-03:after {
  content: "\583e";
}
.hgi-twotone.hgi-test-tube-03:before {
  content: "\583f";
}
.hgi-twotone.hgi-test-tube:after {
  content: "\5840";
}
.hgi-twotone.hgi-test-tube:before {
  content: "\5841";
}
.hgi-twotone.hgi-tetris:after {
  content: "\5842";
}
.hgi-twotone.hgi-tetris:before {
  content: "\5843";
}
.hgi-twotone.hgi-text-align-center:after {
  content: "\5844";
}
.hgi-twotone.hgi-text-align-center:before {
  content: "\5845";
}
.hgi-twotone.hgi-text-align-justify-center:after {
  content: "\5846";
}
.hgi-twotone.hgi-text-align-justify-center:before {
  content: "\5847";
}
.hgi-twotone.hgi-text-align-justify-left:after {
  content: "\5848";
}
.hgi-twotone.hgi-text-align-justify-left:before {
  content: "\5849";
}
.hgi-twotone.hgi-text-align-justify-right:after {
  content: "\584a";
}
.hgi-twotone.hgi-text-align-justify-right:before {
  content: "\584b";
}
.hgi-twotone.hgi-text-align-left-01:after {
  content: "\584c";
}
.hgi-twotone.hgi-text-align-left-01:before {
  content: "\584d";
}
.hgi-twotone.hgi-text-align-left:after {
  content: "\584e";
}
.hgi-twotone.hgi-text-align-left:before {
  content: "\584f";
}
.hgi-twotone.hgi-text-align-right-01:after {
  content: "\5850";
}
.hgi-twotone.hgi-text-align-right-01:before {
  content: "\5851";
}
.hgi-twotone.hgi-text-align-right:after {
  content: "\5852";
}
.hgi-twotone.hgi-text-align-right:before {
  content: "\5853";
}
.hgi-twotone.hgi-text-all-caps:after {
  content: "\5854";
}
.hgi-twotone.hgi-text-all-caps:before {
  content: "\5855";
}
.hgi-twotone.hgi-text-bold:after {
  content: "\5856";
}
.hgi-twotone.hgi-text-bold:before {
  content: "\5857";
}
.hgi-twotone.hgi-text-centerline-center-top:after {
  content: "\5858";
}
.hgi-twotone.hgi-text-centerline-center-top:before {
  content: "\5859";
}
.hgi-twotone.hgi-text-centerline-left:after {
  content: "\585a";
}
.hgi-twotone.hgi-text-centerline-left:before {
  content: "\585b";
}
.hgi-twotone.hgi-text-centerline-middle:after {
  content: "\585c";
}
.hgi-twotone.hgi-text-centerline-middle:before {
  content: "\585d";
}
.hgi-twotone.hgi-text-centerline-right:after {
  content: "\585e";
}
.hgi-twotone.hgi-text-centerline-right:before {
  content: "\585f";
}
.hgi-twotone.hgi-text-check:after {
  content: "\5860";
}
.hgi-twotone.hgi-text-check:before {
  content: "\5861";
}
.hgi-twotone.hgi-text-circle:after {
  content: "\5862";
}
.hgi-twotone.hgi-text-circle:before {
  content: "\5863";
}
.hgi-twotone.hgi-text-clear:after {
  content: "\5864";
}
.hgi-twotone.hgi-text-clear:before {
  content: "\5865";
}
.hgi-twotone.hgi-text-color:after {
  content: "\5866";
}
.hgi-twotone.hgi-text-color:before {
  content: "\5867";
}
.hgi-twotone.hgi-text-creation:after {
  content: "\5868";
}
.hgi-twotone.hgi-text-creation:before {
  content: "\5869";
}
.hgi-twotone.hgi-text-firstline-left:after {
  content: "\586a";
}
.hgi-twotone.hgi-text-firstline-left:before {
  content: "\586b";
}
.hgi-twotone.hgi-text-firstline-right:after {
  content: "\586c";
}
.hgi-twotone.hgi-text-firstline-right:before {
  content: "\586d";
}
.hgi-twotone.hgi-text-font:after {
  content: "\586e";
}
.hgi-twotone.hgi-text-font:before {
  content: "\586f";
}
.hgi-twotone.hgi-text-footnote:after {
  content: "\5870";
}
.hgi-twotone.hgi-text-footnote:before {
  content: "\5871";
}
.hgi-twotone.hgi-text-indent-01:after {
  content: "\5872";
}
.hgi-twotone.hgi-text-indent-01:before {
  content: "\5873";
}
.hgi-twotone.hgi-text-indent-less:after {
  content: "\5874";
}
.hgi-twotone.hgi-text-indent-less:before {
  content: "\5875";
}
.hgi-twotone.hgi-text-indent-more:after {
  content: "\5876";
}
.hgi-twotone.hgi-text-indent-more:before {
  content: "\5877";
}
.hgi-twotone.hgi-text-indent:after {
  content: "\5878";
}
.hgi-twotone.hgi-text-indent:before {
  content: "\5879";
}
.hgi-twotone.hgi-text-italic:after {
  content: "\587a";
}
.hgi-twotone.hgi-text-italic-slash:after {
  content: "\587b";
}
.hgi-twotone.hgi-text-italic-slash:before {
  content: "\587c";
}
.hgi-twotone.hgi-text-italic:before {
  content: "\587d";
}
.hgi-twotone.hgi-text-kerning:after {
  content: "\587e";
}
.hgi-twotone.hgi-text-kerning:before {
  content: "\587f";
}
.hgi-twotone.hgi-text-number-sign:after {
  content: "\5880";
}
.hgi-twotone.hgi-text-number-sign:before {
  content: "\5881";
}
.hgi-twotone.hgi-text:after {
  content: "\5882";
}
.hgi-twotone.hgi-text-selection:after {
  content: "\5883";
}
.hgi-twotone.hgi-text-selection:before {
  content: "\5884";
}
.hgi-twotone.hgi-text-smallcaps:after {
  content: "\5885";
}
.hgi-twotone.hgi-text-smallcaps:before {
  content: "\5886";
}
.hgi-twotone.hgi-text-square:after {
  content: "\5887";
}
.hgi-twotone.hgi-text-square:before {
  content: "\5888";
}
.hgi-twotone.hgi-text-strikethrough:after {
  content: "\5889";
}
.hgi-twotone.hgi-text-strikethrough:before {
  content: "\588a";
}
.hgi-twotone.hgi-text-subscript:after {
  content: "\588b";
}
.hgi-twotone.hgi-text-subscript:before {
  content: "\588c";
}
.hgi-twotone.hgi-text-superscript:after {
  content: "\588d";
}
.hgi-twotone.hgi-text-superscript:before {
  content: "\588e";
}
.hgi-twotone.hgi-text-tracking:after {
  content: "\588f";
}
.hgi-twotone.hgi-text-tracking:before {
  content: "\5890";
}
.hgi-twotone.hgi-text-underline:after {
  content: "\5891";
}
.hgi-twotone.hgi-text-underline:before {
  content: "\5892";
}
.hgi-twotone.hgi-text-variable-front:after {
  content: "\5893";
}
.hgi-twotone.hgi-text-variable-front:before {
  content: "\5894";
}
.hgi-twotone.hgi-text-vertical-alignment:after {
  content: "\5895";
}
.hgi-twotone.hgi-text-vertical-alignment:before {
  content: "\5896";
}
.hgi-twotone.hgi-text-wrap:after {
  content: "\5897";
}
.hgi-twotone.hgi-text-wrap:before {
  content: "\5898";
}
.hgi-twotone.hgi-text:before {
  content: "\5899";
}
.hgi-twotone.hgi-the-prophets-mosque:after {
  content: "\589a";
}
.hgi-twotone.hgi-the-prophets-mosque:before {
  content: "\589b";
}
.hgi-twotone.hgi-thermometer-cold:after {
  content: "\589c";
}
.hgi-twotone.hgi-thermometer-cold:before {
  content: "\589d";
}
.hgi-twotone.hgi-thermometer:after {
  content: "\589e";
}
.hgi-twotone.hgi-thermometer-warm:after {
  content: "\589f";
}
.hgi-twotone.hgi-thermometer-warm:before {
  content: "\58a0";
}
.hgi-twotone.hgi-thermometer:before {
  content: "\58a1";
}
.hgi-twotone.hgi-third-bracket-circle:after {
  content: "\58a2";
}
.hgi-twotone.hgi-third-bracket-circle:before {
  content: "\58a3";
}
.hgi-twotone.hgi-third-bracket:after {
  content: "\58a4";
}
.hgi-twotone.hgi-third-bracket-square:after {
  content: "\58a5";
}
.hgi-twotone.hgi-third-bracket-square:before {
  content: "\58a6";
}
.hgi-twotone.hgi-third-bracket:before {
  content: "\58a7";
}
.hgi-twotone.hgi-thread:after {
  content: "\58a8";
}
.hgi-twotone.hgi-thread:before {
  content: "\58a9";
}
.hgi-twotone.hgi-threads-ellipse:after {
  content: "\58aa";
}
.hgi-twotone.hgi-threads-ellipse:before {
  content: "\58ab";
}
.hgi-twotone.hgi-threads-rectangle:after {
  content: "\58ac";
}
.hgi-twotone.hgi-threads-rectangle:before {
  content: "\58ad";
}
.hgi-twotone.hgi-threads:after {
  content: "\58ae";
}
.hgi-twotone.hgi-threads:before {
  content: "\58af";
}
.hgi-twotone.hgi-three-d-move:after {
  content: "\58b0";
}
.hgi-twotone.hgi-three-d-move:before {
  content: "\58b1";
}
.hgi-twotone.hgi-three-d-rotate:after {
  content: "\58b2";
}
.hgi-twotone.hgi-three-d-rotate:before {
  content: "\58b3";
}
.hgi-twotone.hgi-three-d-scale:after {
  content: "\58b4";
}
.hgi-twotone.hgi-three-d-scale:before {
  content: "\58b5";
}
.hgi-twotone.hgi-three-finger-01:after {
  content: "\58b6";
}
.hgi-twotone.hgi-three-finger-01:before {
  content: "\58b7";
}
.hgi-twotone.hgi-three-finger-02:after {
  content: "\58b8";
}
.hgi-twotone.hgi-three-finger-02:before {
  content: "\58b9";
}
.hgi-twotone.hgi-three-finger-03:after {
  content: "\58ba";
}
.hgi-twotone.hgi-three-finger-03:before {
  content: "\58bb";
}
.hgi-twotone.hgi-three-finger-04:after {
  content: "\58bc";
}
.hgi-twotone.hgi-three-finger-04:before {
  content: "\58bd";
}
.hgi-twotone.hgi-three-finger-05:after {
  content: "\58be";
}
.hgi-twotone.hgi-three-finger-05:before {
  content: "\58bf";
}
.hgi-twotone.hgi-thumbs-down-ellipse:after {
  content: "\58c0";
}
.hgi-twotone.hgi-thumbs-down-ellipse:before {
  content: "\58c1";
}
.hgi-twotone.hgi-thumbs-down-rectangle:after {
  content: "\58c2";
}
.hgi-twotone.hgi-thumbs-down-rectangle:before {
  content: "\58c3";
}
.hgi-twotone.hgi-thumbs-down:after {
  content: "\58c4";
}
.hgi-twotone.hgi-thumbs-down:before {
  content: "\58c5";
}
.hgi-twotone.hgi-thumbs-up-down:after {
  content: "\58c6";
}
.hgi-twotone.hgi-thumbs-up-down:before {
  content: "\58c7";
}
.hgi-twotone.hgi-thumbs-up-ellipse:after {
  content: "\58c8";
}
.hgi-twotone.hgi-thumbs-up-ellipse:before {
  content: "\58c9";
}
.hgi-twotone.hgi-thumbs-up-rectangle:after {
  content: "\58ca";
}
.hgi-twotone.hgi-thumbs-up-rectangle:before {
  content: "\58cb";
}
.hgi-twotone.hgi-thumbs-up:after {
  content: "\58cc";
}
.hgi-twotone.hgi-thumbs-up:before {
  content: "\58cd";
}
.hgi-twotone.hgi-tic-tac-toe:after {
  content: "\58ce";
}
.hgi-twotone.hgi-tic-tac-toe:before {
  content: "\58cf";
}
.hgi-twotone.hgi-tick-01:after {
  content: "\58d0";
}
.hgi-twotone.hgi-tick-01:before {
  content: "\58d1";
}
.hgi-twotone.hgi-tick-02:after {
  content: "\58d2";
}
.hgi-twotone.hgi-tick-02:before {
  content: "\58d3";
}
.hgi-twotone.hgi-tick-03:after {
  content: "\58d4";
}
.hgi-twotone.hgi-tick-03:before {
  content: "\58d5";
}
.hgi-twotone.hgi-tick-04:after {
  content: "\58d6";
}
.hgi-twotone.hgi-tick-04:before {
  content: "\58d7";
}
.hgi-twotone.hgi-tick-double-01:after {
  content: "\58d8";
}
.hgi-twotone.hgi-tick-double-01:before {
  content: "\58d9";
}
.hgi-twotone.hgi-tick-double-02:after {
  content: "\58da";
}
.hgi-twotone.hgi-tick-double-02:before {
  content: "\58db";
}
.hgi-twotone.hgi-tick-double-03:after {
  content: "\58dc";
}
.hgi-twotone.hgi-tick-double-03:before {
  content: "\58dd";
}
.hgi-twotone.hgi-tick-double-04:after {
  content: "\58de";
}
.hgi-twotone.hgi-tick-double-04:before {
  content: "\58df";
}
.hgi-twotone.hgi-ticket-01:after {
  content: "\58e0";
}
.hgi-twotone.hgi-ticket-01:before {
  content: "\58e1";
}
.hgi-twotone.hgi-ticket-02:after {
  content: "\58e2";
}
.hgi-twotone.hgi-ticket-02:before {
  content: "\58e3";
}
.hgi-twotone.hgi-ticket-03:after {
  content: "\58e4";
}
.hgi-twotone.hgi-ticket-03:before {
  content: "\58e5";
}
.hgi-twotone.hgi-ticket-star:after {
  content: "\58e6";
}
.hgi-twotone.hgi-ticket-star:before {
  content: "\58e7";
}
.hgi-twotone.hgi-tie:after {
  content: "\58e8";
}
.hgi-twotone.hgi-tie:before {
  content: "\58e9";
}
.hgi-twotone.hgi-tiff-01:after {
  content: "\58ea";
}
.hgi-twotone.hgi-tiff-01:before {
  content: "\58eb";
}
.hgi-twotone.hgi-tiff-02:after {
  content: "\58ec";
}
.hgi-twotone.hgi-tiff-02:before {
  content: "\58ed";
}
.hgi-twotone.hgi-tiktok:after {
  content: "\58ee";
}
.hgi-twotone.hgi-tiktok:before {
  content: "\58ef";
}
.hgi-twotone.hgi-tiltify:after {
  content: "\58f0";
}
.hgi-twotone.hgi-tiltify:before {
  content: "\58f1";
}
.hgi-twotone.hgi-time-01:after {
  content: "\58f2";
}
.hgi-twotone.hgi-time-01:before {
  content: "\58f3";
}
.hgi-twotone.hgi-time-02:after {
  content: "\58f4";
}
.hgi-twotone.hgi-time-02:before {
  content: "\58f5";
}
.hgi-twotone.hgi-time-03:after {
  content: "\58f6";
}
.hgi-twotone.hgi-time-03:before {
  content: "\58f7";
}
.hgi-twotone.hgi-time-04:after {
  content: "\58f8";
}
.hgi-twotone.hgi-time-04:before {
  content: "\58f9";
}
.hgi-twotone.hgi-time-half-pass:after {
  content: "\58fa";
}
.hgi-twotone.hgi-time-half-pass:before {
  content: "\58fb";
}
.hgi-twotone.hgi-time-management-circle:after {
  content: "\58fc";
}
.hgi-twotone.hgi-time-management-circle:before {
  content: "\58fd";
}
.hgi-twotone.hgi-time-management:after {
  content: "\58fe";
}
.hgi-twotone.hgi-time-management:before {
  content: "\58ff";
}
.hgi-twotone.hgi-time-quarter-02:after {
  content: "\5900";
}
.hgi-twotone.hgi-time-quarter-02:before {
  content: "\5901";
}
.hgi-twotone.hgi-time-quarter-pass:after {
  content: "\5902";
}
.hgi-twotone.hgi-time-quarter-pass:before {
  content: "\5903";
}
.hgi-twotone.hgi-time-quarter:after {
  content: "\5904";
}
.hgi-twotone.hgi-time-quarter:before {
  content: "\5905";
}
.hgi-twotone.hgi-time-schedule:after {
  content: "\5906";
}
.hgi-twotone.hgi-time-schedule:before {
  content: "\5907";
}
.hgi-twotone.hgi-time-setting-01:after {
  content: "\5908";
}
.hgi-twotone.hgi-time-setting-01:before {
  content: "\5909";
}
.hgi-twotone.hgi-time-setting-02:after {
  content: "\590a";
}
.hgi-twotone.hgi-time-setting-02:before {
  content: "\590b";
}
.hgi-twotone.hgi-time-setting-03:after {
  content: "\590c";
}
.hgi-twotone.hgi-time-setting-03:before {
  content: "\590d";
}
.hgi-twotone.hgi-timer-01:after {
  content: "\590e";
}
.hgi-twotone.hgi-timer-01:before {
  content: "\590f";
}
.hgi-twotone.hgi-timer-02:after {
  content: "\5910";
}
.hgi-twotone.hgi-timer-02:before {
  content: "\5911";
}
.hgi-twotone.hgi-tips:after {
  content: "\5912";
}
.hgi-twotone.hgi-tips:before {
  content: "\5913";
}
.hgi-twotone.hgi-tire:after {
  content: "\5914";
}
.hgi-twotone.hgi-tire:before {
  content: "\5915";
}
.hgi-twotone.hgi-tired-01:after {
  content: "\5916";
}
.hgi-twotone.hgi-tired-01:before {
  content: "\5917";
}
.hgi-twotone.hgi-tired-02:after {
  content: "\5918";
}
.hgi-twotone.hgi-tired-02:before {
  content: "\5919";
}
.hgi-twotone.hgi-tissue-paper:after {
  content: "\591a";
}
.hgi-twotone.hgi-tissue-paper:before {
  content: "\591b";
}
.hgi-twotone.hgi-toggle-off:after {
  content: "\591c";
}
.hgi-twotone.hgi-toggle-off:before {
  content: "\591d";
}
.hgi-twotone.hgi-toggle-on:after {
  content: "\591e";
}
.hgi-twotone.hgi-toggle-on:before {
  content: "\591f";
}
.hgi-twotone.hgi-toilet-01:after {
  content: "\5920";
}
.hgi-twotone.hgi-toilet-01:before {
  content: "\5921";
}
.hgi-twotone.hgi-toilet-02:after {
  content: "\5922";
}
.hgi-twotone.hgi-toilet-02:before {
  content: "\5923";
}
.hgi-twotone.hgi-token-circle:after {
  content: "\5924";
}
.hgi-twotone.hgi-token-circle:before {
  content: "\5925";
}
.hgi-twotone.hgi-token-square:after {
  content: "\5926";
}
.hgi-twotone.hgi-token-square:before {
  content: "\5927";
}
.hgi-twotone.hgi-tongue-01:after {
  content: "\5928";
}
.hgi-twotone.hgi-tongue-01:before {
  content: "\5929";
}
.hgi-twotone.hgi-tongue:after {
  content: "\592a";
}
.hgi-twotone.hgi-tongue-wink-left:after {
  content: "\592b";
}
.hgi-twotone.hgi-tongue-wink-left:before {
  content: "\592c";
}
.hgi-twotone.hgi-tongue-wink-right:after {
  content: "\592d";
}
.hgi-twotone.hgi-tongue-wink-right:before {
  content: "\592e";
}
.hgi-twotone.hgi-tongue:before {
  content: "\592f";
}
.hgi-twotone.hgi-tools:after {
  content: "\5930";
}
.hgi-twotone.hgi-tools:before {
  content: "\5931";
}
.hgi-twotone.hgi-tornado-01:after {
  content: "\5932";
}
.hgi-twotone.hgi-tornado-01:before {
  content: "\5933";
}
.hgi-twotone.hgi-tornado-02:after {
  content: "\5934";
}
.hgi-twotone.hgi-tornado-02:before {
  content: "\5935";
}
.hgi-twotone.hgi-torri-gate:after {
  content: "\5936";
}
.hgi-twotone.hgi-torri-gate:before {
  content: "\5937";
}
.hgi-twotone.hgi-touch-01:after {
  content: "\5938";
}
.hgi-twotone.hgi-touch-01:before {
  content: "\5939";
}
.hgi-twotone.hgi-touch-02:after {
  content: "\593a";
}
.hgi-twotone.hgi-touch-02:before {
  content: "\593b";
}
.hgi-twotone.hgi-touch-03:after {
  content: "\593c";
}
.hgi-twotone.hgi-touch-03:before {
  content: "\593d";
}
.hgi-twotone.hgi-touch-04:after {
  content: "\593e";
}
.hgi-twotone.hgi-touch-04:before {
  content: "\593f";
}
.hgi-twotone.hgi-touch-05:after {
  content: "\5940";
}
.hgi-twotone.hgi-touch-05:before {
  content: "\5941";
}
.hgi-twotone.hgi-touch-06:after {
  content: "\5942";
}
.hgi-twotone.hgi-touch-06:before {
  content: "\5943";
}
.hgi-twotone.hgi-touch-07:after {
  content: "\5944";
}
.hgi-twotone.hgi-touch-07:before {
  content: "\5945";
}
.hgi-twotone.hgi-touch-08:after {
  content: "\5946";
}
.hgi-twotone.hgi-touch-08:before {
  content: "\5947";
}
.hgi-twotone.hgi-touch-09:after {
  content: "\5948";
}
.hgi-twotone.hgi-touch-09:before {
  content: "\5949";
}
.hgi-twotone.hgi-touch-10:after {
  content: "\594a";
}
.hgi-twotone.hgi-touch-10:before {
  content: "\594b";
}
.hgi-twotone.hgi-touch-interaction-01:after {
  content: "\594c";
}
.hgi-twotone.hgi-touch-interaction-01:before {
  content: "\594d";
}
.hgi-twotone.hgi-touch-interaction-02:after {
  content: "\594e";
}
.hgi-twotone.hgi-touch-interaction-02:before {
  content: "\594f";
}
.hgi-twotone.hgi-touch-interaction-03:after {
  content: "\5950";
}
.hgi-twotone.hgi-touch-interaction-03:before {
  content: "\5951";
}
.hgi-twotone.hgi-touch-interaction-04:after {
  content: "\5952";
}
.hgi-twotone.hgi-touch-interaction-04:before {
  content: "\5953";
}
.hgi-twotone.hgi-touch-locked-01:after {
  content: "\5954";
}
.hgi-twotone.hgi-touch-locked-01:before {
  content: "\5955";
}
.hgi-twotone.hgi-touch-locked-02:after {
  content: "\5956";
}
.hgi-twotone.hgi-touch-locked-02:before {
  content: "\5957";
}
.hgi-twotone.hgi-touch-locked-03:after {
  content: "\5958";
}
.hgi-twotone.hgi-touch-locked-03:before {
  content: "\5959";
}
.hgi-twotone.hgi-touch-locked-04:after {
  content: "\595a";
}
.hgi-twotone.hgi-touch-locked-04:before {
  content: "\595b";
}
.hgi-twotone.hgi-touchpad-01:after {
  content: "\595c";
}
.hgi-twotone.hgi-touchpad-01:before {
  content: "\595d";
}
.hgi-twotone.hgi-touchpad-02:after {
  content: "\595e";
}
.hgi-twotone.hgi-touchpad-02:before {
  content: "\595f";
}
.hgi-twotone.hgi-touchpad-03:after {
  content: "\5960";
}
.hgi-twotone.hgi-touchpad-03:before {
  content: "\5961";
}
.hgi-twotone.hgi-touchpad-04:after {
  content: "\5962";
}
.hgi-twotone.hgi-touchpad-04:before {
  content: "\5963";
}
.hgi-twotone.hgi-tow-truck:after {
  content: "\5964";
}
.hgi-twotone.hgi-tow-truck:before {
  content: "\5965";
}
.hgi-twotone.hgi-towels:after {
  content: "\5966";
}
.hgi-twotone.hgi-towels:before {
  content: "\5967";
}
.hgi-twotone.hgi-toy-train:after {
  content: "\5968";
}
.hgi-twotone.hgi-toy-train:before {
  content: "\5969";
}
.hgi-twotone.hgi-tractor:after {
  content: "\596a";
}
.hgi-twotone.hgi-tractor:before {
  content: "\596b";
}
.hgi-twotone.hgi-trade-down:after {
  content: "\596c";
}
.hgi-twotone.hgi-trade-down:before {
  content: "\596d";
}
.hgi-twotone.hgi-trade-mark:after {
  content: "\596e";
}
.hgi-twotone.hgi-trade-mark:before {
  content: "\596f";
}
.hgi-twotone.hgi-trade-up:after {
  content: "\5970";
}
.hgi-twotone.hgi-trade-up:before {
  content: "\5971";
}
.hgi-twotone.hgi-trademark:after {
  content: "\5972";
}
.hgi-twotone.hgi-trademark:before {
  content: "\5973";
}
.hgi-twotone.hgi-traffic-incident:after {
  content: "\5974";
}
.hgi-twotone.hgi-traffic-incident:before {
  content: "\5975";
}
.hgi-twotone.hgi-traffic-jam-01:after {
  content: "\5976";
}
.hgi-twotone.hgi-traffic-jam-01:before {
  content: "\5977";
}
.hgi-twotone.hgi-traffic-jam-02:after {
  content: "\5978";
}
.hgi-twotone.hgi-traffic-jam-02:before {
  content: "\5979";
}
.hgi-twotone.hgi-traffic-light:after {
  content: "\597a";
}
.hgi-twotone.hgi-traffic-light:before {
  content: "\597b";
}
.hgi-twotone.hgi-train-01:after {
  content: "\597c";
}
.hgi-twotone.hgi-train-01:before {
  content: "\597d";
}
.hgi-twotone.hgi-train-02:after {
  content: "\597e";
}
.hgi-twotone.hgi-train-02:before {
  content: "\597f";
}
.hgi-twotone.hgi-tram:after {
  content: "\5980";
}
.hgi-twotone.hgi-tram:before {
  content: "\5981";
}
.hgi-twotone.hgi-trampoline:after {
  content: "\5982";
}
.hgi-twotone.hgi-trampoline:before {
  content: "\5983";
}
.hgi-twotone.hgi-transaction:after {
  content: "\5984";
}
.hgi-twotone.hgi-transaction:before {
  content: "\5985";
}
.hgi-twotone.hgi-transition-bottom:after {
  content: "\5986";
}
.hgi-twotone.hgi-transition-bottom:before {
  content: "\5987";
}
.hgi-twotone.hgi-transition-left:after {
  content: "\5988";
}
.hgi-twotone.hgi-transition-left:before {
  content: "\5989";
}
.hgi-twotone.hgi-transition-right:after {
  content: "\598a";
}
.hgi-twotone.hgi-transition-right:before {
  content: "\598b";
}
.hgi-twotone.hgi-transition-top:after {
  content: "\598c";
}
.hgi-twotone.hgi-transition-top:before {
  content: "\598d";
}
.hgi-twotone.hgi-translate:after {
  content: "\598e";
}
.hgi-twotone.hgi-translate:before {
  content: "\598f";
}
.hgi-twotone.hgi-translation:after {
  content: "\5990";
}
.hgi-twotone.hgi-translation:before {
  content: "\5991";
}
.hgi-twotone.hgi-transmission:after {
  content: "\5992";
}
.hgi-twotone.hgi-transmission:before {
  content: "\5993";
}
.hgi-twotone.hgi-transparency:after {
  content: "\5994";
}
.hgi-twotone.hgi-transparency:before {
  content: "\5995";
}
.hgi-twotone.hgi-trapezoid-line-horizontal:after {
  content: "\5996";
}
.hgi-twotone.hgi-trapezoid-line-horizontal:before {
  content: "\5997";
}
.hgi-twotone.hgi-trapezoid-line-vertical:after {
  content: "\5998";
}
.hgi-twotone.hgi-trapezoid-line-vertical:before {
  content: "\5999";
}
.hgi-twotone.hgi-travel-bag:after {
  content: "\599a";
}
.hgi-twotone.hgi-travel-bag:before {
  content: "\599b";
}
.hgi-twotone.hgi-treadmill-01:after {
  content: "\599c";
}
.hgi-twotone.hgi-treadmill-01:before {
  content: "\599d";
}
.hgi-twotone.hgi-treadmill-02:after {
  content: "\599e";
}
.hgi-twotone.hgi-treadmill-02:before {
  content: "\599f";
}
.hgi-twotone.hgi-treatment:after {
  content: "\59a0";
}
.hgi-twotone.hgi-treatment:before {
  content: "\59a1";
}
.hgi-twotone.hgi-tree-01:after {
  content: "\59a2";
}
.hgi-twotone.hgi-tree-01:before {
  content: "\59a3";
}
.hgi-twotone.hgi-tree-02:after {
  content: "\59a4";
}
.hgi-twotone.hgi-tree-02:before {
  content: "\59a5";
}
.hgi-twotone.hgi-tree-03:after {
  content: "\59a6";
}
.hgi-twotone.hgi-tree-03:before {
  content: "\59a7";
}
.hgi-twotone.hgi-tree-04:after {
  content: "\59a8";
}
.hgi-twotone.hgi-tree-04:before {
  content: "\59a9";
}
.hgi-twotone.hgi-tree-05:after {
  content: "\59aa";
}
.hgi-twotone.hgi-tree-05:before {
  content: "\59ab";
}
.hgi-twotone.hgi-tree-06:after {
  content: "\59ac";
}
.hgi-twotone.hgi-tree-06:before {
  content: "\59ad";
}
.hgi-twotone.hgi-tree-07:after {
  content: "\59ae";
}
.hgi-twotone.hgi-tree-07:before {
  content: "\59af";
}
.hgi-twotone.hgi-trello:after {
  content: "\59b0";
}
.hgi-twotone.hgi-trello:before {
  content: "\59b1";
}
.hgi-twotone.hgi-triangle-01:after {
  content: "\59b2";
}
.hgi-twotone.hgi-triangle-01:before {
  content: "\59b3";
}
.hgi-twotone.hgi-triangle-02:after {
  content: "\59b4";
}
.hgi-twotone.hgi-triangle-02:before {
  content: "\59b5";
}
.hgi-twotone.hgi-triangle-03:after {
  content: "\59b6";
}
.hgi-twotone.hgi-triangle-03:before {
  content: "\59b7";
}
.hgi-twotone.hgi-triangle:after {
  content: "\59b8";
}
.hgi-twotone.hgi-triangle:before {
  content: "\59b9";
}
.hgi-twotone.hgi-trolley-01:after {
  content: "\59ba";
}
.hgi-twotone.hgi-trolley-01:before {
  content: "\59bb";
}
.hgi-twotone.hgi-trolley-02:after {
  content: "\59bc";
}
.hgi-twotone.hgi-trolley-02:before {
  content: "\59bd";
}
.hgi-twotone.hgi-tropical-storm:after {
  content: "\59be";
}
.hgi-twotone.hgi-tropical-storm-tracks-01:after {
  content: "\59bf";
}
.hgi-twotone.hgi-tropical-storm-tracks-01:before {
  content: "\59c0";
}
.hgi-twotone.hgi-tropical-storm-tracks-02:after {
  content: "\59c1";
}
.hgi-twotone.hgi-tropical-storm-tracks-02:before {
  content: "\59c2";
}
.hgi-twotone.hgi-tropical-storm:before {
  content: "\59c3";
}
.hgi-twotone.hgi-truck-delivery:after {
  content: "\59c4";
}
.hgi-twotone.hgi-truck-delivery:before {
  content: "\59c5";
}
.hgi-twotone.hgi-truck-monster:after {
  content: "\59c6";
}
.hgi-twotone.hgi-truck-monster:before {
  content: "\59c7";
}
.hgi-twotone.hgi-truck-return:after {
  content: "\59c8";
}
.hgi-twotone.hgi-truck-return:before {
  content: "\59c9";
}
.hgi-twotone.hgi-truck:after {
  content: "\59ca";
}
.hgi-twotone.hgi-truck:before {
  content: "\59cb";
}
.hgi-twotone.hgi-trulli:after {
  content: "\59cc";
}
.hgi-twotone.hgi-trulli:before {
  content: "\59cd";
}
.hgi-twotone.hgi-tsunami:after {
  content: "\59ce";
}
.hgi-twotone.hgi-tsunami:before {
  content: "\59cf";
}
.hgi-twotone.hgi-tulip:after {
  content: "\59d0";
}
.hgi-twotone.hgi-tulip:before {
  content: "\59d1";
}
.hgi-twotone.hgi-tumblr:after {
  content: "\59d2";
}
.hgi-twotone.hgi-tumblr:before {
  content: "\59d3";
}
.hgi-twotone.hgi-turtle-neck:after {
  content: "\59d4";
}
.hgi-twotone.hgi-turtle-neck:before {
  content: "\59d5";
}
.hgi-twotone.hgi-tv-01:after {
  content: "\59d6";
}
.hgi-twotone.hgi-tv-01:before {
  content: "\59d7";
}
.hgi-twotone.hgi-tv-02:after {
  content: "\59d8";
}
.hgi-twotone.hgi-tv-02:before {
  content: "\59d9";
}
.hgi-twotone.hgi-tv-fix:after {
  content: "\59da";
}
.hgi-twotone.hgi-tv-fix:before {
  content: "\59db";
}
.hgi-twotone.hgi-tv-issue:after {
  content: "\59dc";
}
.hgi-twotone.hgi-tv-issue:before {
  content: "\59dd";
}
.hgi-twotone.hgi-tv-smart:after {
  content: "\59de";
}
.hgi-twotone.hgi-tv-smart:before {
  content: "\59df";
}
.hgi-twotone.hgi-twin-tower:after {
  content: "\59e0";
}
.hgi-twotone.hgi-twin-tower:before {
  content: "\59e1";
}
.hgi-twotone.hgi-twitch:after {
  content: "\59e2";
}
.hgi-twotone.hgi-twitch:before {
  content: "\59e3";
}
.hgi-twotone.hgi-twitter:after {
  content: "\59e4";
}
.hgi-twotone.hgi-twitter-square:after {
  content: "\59e5";
}
.hgi-twotone.hgi-twitter-square:before {
  content: "\59e6";
}
.hgi-twotone.hgi-twitter:before {
  content: "\59e7";
}
.hgi-twotone.hgi-two-factor-access:after {
  content: "\59e8";
}
.hgi-twotone.hgi-two-factor-access:before {
  content: "\59e9";
}
.hgi-twotone.hgi-two-finger-01:after {
  content: "\59ea";
}
.hgi-twotone.hgi-two-finger-01:before {
  content: "\59eb";
}
.hgi-twotone.hgi-two-finger-02:after {
  content: "\59ec";
}
.hgi-twotone.hgi-two-finger-02:before {
  content: "\59ed";
}
.hgi-twotone.hgi-two-finger-03:after {
  content: "\59ee";
}
.hgi-twotone.hgi-two-finger-03:before {
  content: "\59ef";
}
.hgi-twotone.hgi-two-finger-04:after {
  content: "\59f0";
}
.hgi-twotone.hgi-two-finger-04:before {
  content: "\59f1";
}
.hgi-twotone.hgi-two-finger-05:after {
  content: "\59f2";
}
.hgi-twotone.hgi-two-finger-05:before {
  content: "\59f3";
}
.hgi-twotone.hgi-txt-01:after {
  content: "\59f4";
}
.hgi-twotone.hgi-txt-01:before {
  content: "\59f5";
}
.hgi-twotone.hgi-txt-02:after {
  content: "\59f6";
}
.hgi-twotone.hgi-txt-02:before {
  content: "\59f7";
}
.hgi-twotone.hgi-type-cursor:after {
  content: "\59f8";
}
.hgi-twotone.hgi-type-cursor:before {
  content: "\59f9";
}
.hgi-twotone.hgi-typescript-01:after {
  content: "\59fa";
}
.hgi-twotone.hgi-typescript-01:before {
  content: "\59fb";
}
.hgi-twotone.hgi-typescript-02:after {
  content: "\59fc";
}
.hgi-twotone.hgi-typescript-02:before {
  content: "\59fd";
}
.hgi-twotone.hgi-typescript-03:after {
  content: "\59fe";
}
.hgi-twotone.hgi-typescript-03:before {
  content: "\59ff";
}
.hgi-twotone.hgi-uber:after {
  content: "\5a00";
}
.hgi-twotone.hgi-uber:before {
  content: "\5a01";
}
.hgi-twotone.hgi-ufo-01:after {
  content: "\5a02";
}
.hgi-twotone.hgi-ufo-01:before {
  content: "\5a03";
}
.hgi-twotone.hgi-ufo:after {
  content: "\5a04";
}
.hgi-twotone.hgi-ufo:before {
  content: "\5a05";
}
.hgi-twotone.hgi-umbrella-dollar:after {
  content: "\5a06";
}
.hgi-twotone.hgi-umbrella-dollar:before {
  content: "\5a07";
}
.hgi-twotone.hgi-umbrella:after {
  content: "\5a08";
}
.hgi-twotone.hgi-umbrella:before {
  content: "\5a09";
}
.hgi-twotone.hgi-unamused:after {
  content: "\5a0a";
}
.hgi-twotone.hgi-unamused:before {
  content: "\5a0b";
}
.hgi-twotone.hgi-unavailable:after {
  content: "\5a0c";
}
.hgi-twotone.hgi-unavailable:before {
  content: "\5a0d";
}
.hgi-twotone.hgi-underpants-01:after {
  content: "\5a0e";
}
.hgi-twotone.hgi-underpants-01:before {
  content: "\5a0f";
}
.hgi-twotone.hgi-underpants-02:after {
  content: "\5a10";
}
.hgi-twotone.hgi-underpants-02:before {
  content: "\5a11";
}
.hgi-twotone.hgi-underpants-03:after {
  content: "\5a12";
}
.hgi-twotone.hgi-underpants-03:before {
  content: "\5a13";
}
.hgi-twotone.hgi-undo-02:after {
  content: "\5a14";
}
.hgi-twotone.hgi-undo-02:before {
  content: "\5a15";
}
.hgi-twotone.hgi-undo-03:after {
  content: "\5a16";
}
.hgi-twotone.hgi-undo-03:before {
  content: "\5a17";
}
.hgi-twotone.hgi-undo:after {
  content: "\5a18";
}
.hgi-twotone.hgi-undo:before {
  content: "\5a19";
}
.hgi-twotone.hgi-unfold-less:after {
  content: "\5a1a";
}
.hgi-twotone.hgi-unfold-less:before {
  content: "\5a1b";
}
.hgi-twotone.hgi-unfold-more:after {
  content: "\5a1c";
}
.hgi-twotone.hgi-unfold-more:before {
  content: "\5a1d";
}
.hgi-twotone.hgi-ungroup-items:after {
  content: "\5a1e";
}
.hgi-twotone.hgi-ungroup-items:before {
  content: "\5a1f";
}
.hgi-twotone.hgi-ungroup-layers:after {
  content: "\5a20";
}
.hgi-twotone.hgi-ungroup-layers:before {
  content: "\5a21";
}
.hgi-twotone.hgi-unhappy:after {
  content: "\5a22";
}
.hgi-twotone.hgi-unhappy:before {
  content: "\5a23";
}
.hgi-twotone.hgi-universal-access-circle:after {
  content: "\5a24";
}
.hgi-twotone.hgi-universal-access-circle:before {
  content: "\5a25";
}
.hgi-twotone.hgi-universal-access:after {
  content: "\5a26";
}
.hgi-twotone.hgi-universal-access:before {
  content: "\5a27";
}
.hgi-twotone.hgi-university:after {
  content: "\5a28";
}
.hgi-twotone.hgi-university:before {
  content: "\5a29";
}
.hgi-twotone.hgi-unlink-01:after {
  content: "\5a2a";
}
.hgi-twotone.hgi-unlink-01:before {
  content: "\5a2b";
}
.hgi-twotone.hgi-unlink-02:after {
  content: "\5a2c";
}
.hgi-twotone.hgi-unlink-02:before {
  content: "\5a2d";
}
.hgi-twotone.hgi-unlink-03:after {
  content: "\5a2e";
}
.hgi-twotone.hgi-unlink-03:before {
  content: "\5a2f";
}
.hgi-twotone.hgi-unlink-04:after {
  content: "\5a30";
}
.hgi-twotone.hgi-unlink-04:before {
  content: "\5a31";
}
.hgi-twotone.hgi-unlink-05:after {
  content: "\5a32";
}
.hgi-twotone.hgi-unlink-05:before {
  content: "\5a33";
}
.hgi-twotone.hgi-unlink-06:after {
  content: "\5a34";
}
.hgi-twotone.hgi-unlink-06:before {
  content: "\5a35";
}
.hgi-twotone.hgi-unsplash:after {
  content: "\5a36";
}
.hgi-twotone.hgi-unsplash:before {
  content: "\5a37";
}
.hgi-twotone.hgi-upload-01:after {
  content: "\5a38";
}
.hgi-twotone.hgi-upload-01:before {
  content: "\5a39";
}
.hgi-twotone.hgi-upload-02:after {
  content: "\5a3a";
}
.hgi-twotone.hgi-upload-02:before {
  content: "\5a3b";
}
.hgi-twotone.hgi-upload-03:after {
  content: "\5a3c";
}
.hgi-twotone.hgi-upload-03:before {
  content: "\5a3d";
}
.hgi-twotone.hgi-upload-04:after {
  content: "\5a3e";
}
.hgi-twotone.hgi-upload-04:before {
  content: "\5a3f";
}
.hgi-twotone.hgi-upload-05:after {
  content: "\5a40";
}
.hgi-twotone.hgi-upload-05:before {
  content: "\5a41";
}
.hgi-twotone.hgi-upload-circle-01:after {
  content: "\5a42";
}
.hgi-twotone.hgi-upload-circle-01:before {
  content: "\5a43";
}
.hgi-twotone.hgi-upload-circle-02:after {
  content: "\5a44";
}
.hgi-twotone.hgi-upload-circle-02:before {
  content: "\5a45";
}
.hgi-twotone.hgi-upload-square-01:after {
  content: "\5a46";
}
.hgi-twotone.hgi-upload-square-01:before {
  content: "\5a47";
}
.hgi-twotone.hgi-upload-square-02:after {
  content: "\5a48";
}
.hgi-twotone.hgi-upload-square-02:before {
  content: "\5a49";
}
.hgi-twotone.hgi-upwork:after {
  content: "\5a4a";
}
.hgi-twotone.hgi-upwork:before {
  content: "\5a4b";
}
.hgi-twotone.hgi-usb-bugs:after {
  content: "\5a4c";
}
.hgi-twotone.hgi-usb-bugs:before {
  content: "\5a4d";
}
.hgi-twotone.hgi-usb-connected-01:after {
  content: "\5a4e";
}
.hgi-twotone.hgi-usb-connected-01:before {
  content: "\5a4f";
}
.hgi-twotone.hgi-usb-connected-02:after {
  content: "\5a50";
}
.hgi-twotone.hgi-usb-connected-02:before {
  content: "\5a51";
}
.hgi-twotone.hgi-usb-connected-03:after {
  content: "\5a52";
}
.hgi-twotone.hgi-usb-connected-03:before {
  content: "\5a53";
}
.hgi-twotone.hgi-usb-error:after {
  content: "\5a54";
}
.hgi-twotone.hgi-usb-error:before {
  content: "\5a55";
}
.hgi-twotone.hgi-usb-memory-01:after {
  content: "\5a56";
}
.hgi-twotone.hgi-usb-memory-01:before {
  content: "\5a57";
}
.hgi-twotone.hgi-usb-memory-02:after {
  content: "\5a58";
}
.hgi-twotone.hgi-usb-memory-02:before {
  content: "\5a59";
}
.hgi-twotone.hgi-usb-not-connected-01:after {
  content: "\5a5a";
}
.hgi-twotone.hgi-usb-not-connected-01:before {
  content: "\5a5b";
}
.hgi-twotone.hgi-usb-not-connected-02:after {
  content: "\5a5c";
}
.hgi-twotone.hgi-usb-not-connected-02:before {
  content: "\5a5d";
}
.hgi-twotone.hgi-usb:after {
  content: "\5a5e";
}
.hgi-twotone.hgi-usb:before {
  content: "\5a5f";
}
.hgi-twotone.hgi-user-02:after {
  content: "\5a60";
}
.hgi-twotone.hgi-user-02:before {
  content: "\5a61";
}
.hgi-twotone.hgi-user-03:after {
  content: "\5a62";
}
.hgi-twotone.hgi-user-03:before {
  content: "\5a63";
}
.hgi-twotone.hgi-user-account:after {
  content: "\5a64";
}
.hgi-twotone.hgi-user-account:before {
  content: "\5a65";
}
.hgi-twotone.hgi-user-add-01:after {
  content: "\5a66";
}
.hgi-twotone.hgi-user-add-01:before {
  content: "\5a67";
}
.hgi-twotone.hgi-user-add-02:after {
  content: "\5a68";
}
.hgi-twotone.hgi-user-add-02:before {
  content: "\5a69";
}
.hgi-twotone.hgi-user-arrow-left-right:after {
  content: "\5a6a";
}
.hgi-twotone.hgi-user-arrow-left-right:before {
  content: "\5a6b";
}
.hgi-twotone.hgi-user-block-01:after {
  content: "\5a6c";
}
.hgi-twotone.hgi-user-block-01:before {
  content: "\5a6d";
}
.hgi-twotone.hgi-user-block-02:after {
  content: "\5a6e";
}
.hgi-twotone.hgi-user-block-02:before {
  content: "\5a6f";
}
.hgi-twotone.hgi-user-check-01:after {
  content: "\5a70";
}
.hgi-twotone.hgi-user-check-01:before {
  content: "\5a71";
}
.hgi-twotone.hgi-user-check-02:after {
  content: "\5a72";
}
.hgi-twotone.hgi-user-check-02:before {
  content: "\5a73";
}
.hgi-twotone.hgi-user-circle-02:after {
  content: "\5a74";
}
.hgi-twotone.hgi-user-circle-02:before {
  content: "\5a75";
}
.hgi-twotone.hgi-user-circle:after {
  content: "\5a76";
}
.hgi-twotone.hgi-user-circle:before {
  content: "\5a77";
}
.hgi-twotone.hgi-user-edit-01:after {
  content: "\5a78";
}
.hgi-twotone.hgi-user-edit-01:before {
  content: "\5a79";
}
.hgi-twotone.hgi-user-full-view:after {
  content: "\5a7a";
}
.hgi-twotone.hgi-user-full-view:before {
  content: "\5a7b";
}
.hgi-twotone.hgi-user-group-02:after {
  content: "\5a7c";
}
.hgi-twotone.hgi-user-group-02:before {
  content: "\5a7d";
}
.hgi-twotone.hgi-user-group-03:after {
  content: "\5a7e";
}
.hgi-twotone.hgi-user-group-03:before {
  content: "\5a7f";
}
.hgi-twotone.hgi-user-group:after {
  content: "\5a80";
}
.hgi-twotone.hgi-user-group:before {
  content: "\5a81";
}
.hgi-twotone.hgi-user-id-verification:after {
  content: "\5a82";
}
.hgi-twotone.hgi-user-id-verification:before {
  content: "\5a83";
}
.hgi-twotone.hgi-user-list:after {
  content: "\5a84";
}
.hgi-twotone.hgi-user-list:before {
  content: "\5a85";
}
.hgi-twotone.hgi-user-lock-01:after {
  content: "\5a86";
}
.hgi-twotone.hgi-user-lock-01:before {
  content: "\5a87";
}
.hgi-twotone.hgi-user-lock-02:after {
  content: "\5a88";
}
.hgi-twotone.hgi-user-lock-02:before {
  content: "\5a89";
}
.hgi-twotone.hgi-user-love-01:after {
  content: "\5a8a";
}
.hgi-twotone.hgi-user-love-01:before {
  content: "\5a8b";
}
.hgi-twotone.hgi-user-love-02:after {
  content: "\5a8c";
}
.hgi-twotone.hgi-user-love-02:before {
  content: "\5a8d";
}
.hgi-twotone.hgi-user-minus-01:after {
  content: "\5a8e";
}
.hgi-twotone.hgi-user-minus-01:before {
  content: "\5a8f";
}
.hgi-twotone.hgi-user-minus-02:after {
  content: "\5a90";
}
.hgi-twotone.hgi-user-minus-02:before {
  content: "\5a91";
}
.hgi-twotone.hgi-user-multiple-02:after {
  content: "\5a92";
}
.hgi-twotone.hgi-user-multiple-02:before {
  content: "\5a93";
}
.hgi-twotone.hgi-user-multiple-03:after {
  content: "\5a94";
}
.hgi-twotone.hgi-user-multiple-03:before {
  content: "\5a95";
}
.hgi-twotone.hgi-user-multiple:after {
  content: "\5a96";
}
.hgi-twotone.hgi-user-multiple:before {
  content: "\5a97";
}
.hgi-twotone.hgi-user-question-01:after {
  content: "\5a98";
}
.hgi-twotone.hgi-user-question-01:before {
  content: "\5a99";
}
.hgi-twotone.hgi-user-question-02:after {
  content: "\5a9a";
}
.hgi-twotone.hgi-user-question-02:before {
  content: "\5a9b";
}
.hgi-twotone.hgi-user-remove-01:after {
  content: "\5a9c";
}
.hgi-twotone.hgi-user-remove-01:before {
  content: "\5a9d";
}
.hgi-twotone.hgi-user-remove-02:after {
  content: "\5a9e";
}
.hgi-twotone.hgi-user-remove-02:before {
  content: "\5a9f";
}
.hgi-twotone.hgi-user-roadside:after {
  content: "\5aa0";
}
.hgi-twotone.hgi-user-roadside:before {
  content: "\5aa1";
}
.hgi-twotone.hgi-user-search-01:after {
  content: "\5aa2";
}
.hgi-twotone.hgi-user-search-01:before {
  content: "\5aa3";
}
.hgi-twotone.hgi-user-search-02:after {
  content: "\5aa4";
}
.hgi-twotone.hgi-user-search-02:before {
  content: "\5aa5";
}
.hgi-twotone.hgi-user:after {
  content: "\5aa6";
}
.hgi-twotone.hgi-user-settings-01:after {
  content: "\5aa7";
}
.hgi-twotone.hgi-user-settings-01:before {
  content: "\5aa8";
}
.hgi-twotone.hgi-user-settings-02:after {
  content: "\5aa9";
}
.hgi-twotone.hgi-user-settings-02:before {
  content: "\5aaa";
}
.hgi-twotone.hgi-user-sharing:after {
  content: "\5aab";
}
.hgi-twotone.hgi-user-sharing:before {
  content: "\5aac";
}
.hgi-twotone.hgi-user-shield-01:after {
  content: "\5aad";
}
.hgi-twotone.hgi-user-shield-01:before {
  content: "\5aae";
}
.hgi-twotone.hgi-user-shield-02:after {
  content: "\5aaf";
}
.hgi-twotone.hgi-user-shield-02:before {
  content: "\5ab0";
}
.hgi-twotone.hgi-user-square:after {
  content: "\5ab1";
}
.hgi-twotone.hgi-user-square:before {
  content: "\5ab2";
}
.hgi-twotone.hgi-user-star-01:after {
  content: "\5ab3";
}
.hgi-twotone.hgi-user-star-01:before {
  content: "\5ab4";
}
.hgi-twotone.hgi-user-star-02:after {
  content: "\5ab5";
}
.hgi-twotone.hgi-user-star-02:before {
  content: "\5ab6";
}
.hgi-twotone.hgi-user-status:after {
  content: "\5ab7";
}
.hgi-twotone.hgi-user-status:before {
  content: "\5ab8";
}
.hgi-twotone.hgi-user-story:after {
  content: "\5ab9";
}
.hgi-twotone.hgi-user-story:before {
  content: "\5aba";
}
.hgi-twotone.hgi-user-switch:after {
  content: "\5abb";
}
.hgi-twotone.hgi-user-switch:before {
  content: "\5abc";
}
.hgi-twotone.hgi-user-unlock-01:after {
  content: "\5abd";
}
.hgi-twotone.hgi-user-unlock-01:before {
  content: "\5abe";
}
.hgi-twotone.hgi-user-unlock-02:after {
  content: "\5abf";
}
.hgi-twotone.hgi-user-unlock-02:before {
  content: "\5ac0";
}
.hgi-twotone.hgi-user:before {
  content: "\5ac1";
}
.hgi-twotone.hgi-uv-01:after {
  content: "\5ac2";
}
.hgi-twotone.hgi-uv-01:before {
  content: "\5ac3";
}
.hgi-twotone.hgi-uv-02:after {
  content: "\5ac4";
}
.hgi-twotone.hgi-uv-02:before {
  content: "\5ac5";
}
.hgi-twotone.hgi-uv-03:after {
  content: "\5ac6";
}
.hgi-twotone.hgi-uv-03:before {
  content: "\5ac7";
}
.hgi-twotone.hgi-vaccine:after {
  content: "\5ac8";
}
.hgi-twotone.hgi-vaccine:before {
  content: "\5ac9";
}
.hgi-twotone.hgi-validation-approval:after {
  content: "\5aca";
}
.hgi-twotone.hgi-validation-approval:before {
  content: "\5acb";
}
.hgi-twotone.hgi-validation:after {
  content: "\5acc";
}
.hgi-twotone.hgi-validation:before {
  content: "\5acd";
}
.hgi-twotone.hgi-van:after {
  content: "\5ace";
}
.hgi-twotone.hgi-van:before {
  content: "\5acf";
}
.hgi-twotone.hgi-variable:after {
  content: "\5ad0";
}
.hgi-twotone.hgi-variable:before {
  content: "\5ad1";
}
.hgi-twotone.hgi-vegetarian-food:after {
  content: "\5ad2";
}
.hgi-twotone.hgi-vegetarian-food:before {
  content: "\5ad3";
}
.hgi-twotone.hgi-versus:after {
  content: "\5ad4";
}
.hgi-twotone.hgi-versus:before {
  content: "\5ad5";
}
.hgi-twotone.hgi-vertical-resize:after {
  content: "\5ad6";
}
.hgi-twotone.hgi-vertical-resize:before {
  content: "\5ad7";
}
.hgi-twotone.hgi-vertical-scroll-point:after {
  content: "\5ad8";
}
.hgi-twotone.hgi-vertical-scroll-point:before {
  content: "\5ad9";
}
.hgi-twotone.hgi-vest:after {
  content: "\5ada";
}
.hgi-twotone.hgi-vest:before {
  content: "\5adb";
}
.hgi-twotone.hgi-victory-finger-01:after {
  content: "\5adc";
}
.hgi-twotone.hgi-victory-finger-01:before {
  content: "\5add";
}
.hgi-twotone.hgi-victory-finger-02:after {
  content: "\5ade";
}
.hgi-twotone.hgi-victory-finger-02:before {
  content: "\5adf";
}
.hgi-twotone.hgi-victory-finger-03:after {
  content: "\5ae0";
}
.hgi-twotone.hgi-victory-finger-03:before {
  content: "\5ae1";
}
.hgi-twotone.hgi-video-01:after {
  content: "\5ae2";
}
.hgi-twotone.hgi-video-01:before {
  content: "\5ae3";
}
.hgi-twotone.hgi-video-02:after {
  content: "\5ae4";
}
.hgi-twotone.hgi-video-02:before {
  content: "\5ae5";
}
.hgi-twotone.hgi-video-console:after {
  content: "\5ae6";
}
.hgi-twotone.hgi-video-console:before {
  content: "\5ae7";
}
.hgi-twotone.hgi-video-off:after {
  content: "\5ae8";
}
.hgi-twotone.hgi-video-off:before {
  content: "\5ae9";
}
.hgi-twotone.hgi-video-replay:after {
  content: "\5aea";
}
.hgi-twotone.hgi-video-replay:before {
  content: "\5aeb";
}
.hgi-twotone.hgi-view-off:after {
  content: "\5aec";
}
.hgi-twotone.hgi-view-off-slash:after {
  content: "\5aed";
}
.hgi-twotone.hgi-view-off-slash:before {
  content: "\5aee";
}
.hgi-twotone.hgi-view-off:before {
  content: "\5aef";
}
.hgi-twotone.hgi-view:after {
  content: "\5af0";
}
.hgi-twotone.hgi-view:before {
  content: "\5af1";
}
.hgi-twotone.hgi-vimeo:after {
  content: "\5af2";
}
.hgi-twotone.hgi-vimeo:before {
  content: "\5af3";
}
.hgi-twotone.hgi-vine:after {
  content: "\5af4";
}
.hgi-twotone.hgi-vine-square:after {
  content: "\5af5";
}
.hgi-twotone.hgi-vine-square:before {
  content: "\5af6";
}
.hgi-twotone.hgi-vine:before {
  content: "\5af7";
}
.hgi-twotone.hgi-vintage-clock:after {
  content: "\5af8";
}
.hgi-twotone.hgi-vintage-clock:before {
  content: "\5af9";
}
.hgi-twotone.hgi-virtual-reality-vr-01:after {
  content: "\5afa";
}
.hgi-twotone.hgi-virtual-reality-vr-01:before {
  content: "\5afb";
}
.hgi-twotone.hgi-virtual-reality-vr-02:after {
  content: "\5afc";
}
.hgi-twotone.hgi-virtual-reality-vr-02:before {
  content: "\5afd";
}
.hgi-twotone.hgi-vision:after {
  content: "\5afe";
}
.hgi-twotone.hgi-vision:before {
  content: "\5aff";
}
.hgi-twotone.hgi-vk:after {
  content: "\5b00";
}
.hgi-twotone.hgi-vk-square:after {
  content: "\5b01";
}
.hgi-twotone.hgi-vk-square:before {
  content: "\5b02";
}
.hgi-twotone.hgi-vk:before {
  content: "\5b03";
}
.hgi-twotone.hgi-voice-id:after {
  content: "\5b04";
}
.hgi-twotone.hgi-voice-id:before {
  content: "\5b05";
}
.hgi-twotone.hgi-voice:after {
  content: "\5b06";
}
.hgi-twotone.hgi-voice:before {
  content: "\5b07";
}
.hgi-twotone.hgi-volleyball:after {
  content: "\5b08";
}
.hgi-twotone.hgi-volleyball:before {
  content: "\5b09";
}
.hgi-twotone.hgi-volume-high:after {
  content: "\5b0a";
}
.hgi-twotone.hgi-volume-high:before {
  content: "\5b0b";
}
.hgi-twotone.hgi-volume-low:after {
  content: "\5b0c";
}
.hgi-twotone.hgi-volume-low:before {
  content: "\5b0d";
}
.hgi-twotone.hgi-volume-minus:after {
  content: "\5b0e";
}
.hgi-twotone.hgi-volume-minus:before {
  content: "\5b0f";
}
.hgi-twotone.hgi-volume-mute-01:after {
  content: "\5b10";
}
.hgi-twotone.hgi-volume-mute-01:before {
  content: "\5b11";
}
.hgi-twotone.hgi-volume-mute-02:after {
  content: "\5b12";
}
.hgi-twotone.hgi-volume-mute-02:before {
  content: "\5b13";
}
.hgi-twotone.hgi-volume-off:after {
  content: "\5b14";
}
.hgi-twotone.hgi-volume-off:before {
  content: "\5b15";
}
.hgi-twotone.hgi-volume-up:after {
  content: "\5b16";
}
.hgi-twotone.hgi-volume-up:before {
  content: "\5b17";
}
.hgi-twotone.hgi-vomiting:after {
  content: "\5b18";
}
.hgi-twotone.hgi-vomiting:before {
  content: "\5b19";
}
.hgi-twotone.hgi-voucher:after {
  content: "\5b1a";
}
.hgi-twotone.hgi-voucher:before {
  content: "\5b1b";
}
.hgi-twotone.hgi-vr-glasses:after {
  content: "\5b1c";
}
.hgi-twotone.hgi-vr-glasses:before {
  content: "\5b1d";
}
.hgi-twotone.hgi-vr:after {
  content: "\5b1e";
}
.hgi-twotone.hgi-vr:before {
  content: "\5b1f";
}
.hgi-twotone.hgi-vynil-01:after {
  content: "\5b20";
}
.hgi-twotone.hgi-vynil-01:before {
  content: "\5b21";
}
.hgi-twotone.hgi-vynil-02:after {
  content: "\5b22";
}
.hgi-twotone.hgi-vynil-02:before {
  content: "\5b23";
}
.hgi-twotone.hgi-vynil-03:after {
  content: "\5b24";
}
.hgi-twotone.hgi-vynil-03:before {
  content: "\5b25";
}
.hgi-twotone.hgi-waiter:after {
  content: "\5b26";
}
.hgi-twotone.hgi-waiter:before {
  content: "\5b27";
}
.hgi-twotone.hgi-waiters:after {
  content: "\5b28";
}
.hgi-twotone.hgi-waiters:before {
  content: "\5b29";
}
.hgi-twotone.hgi-wall-lamp:after {
  content: "\5b2a";
}
.hgi-twotone.hgi-wall-lamp:before {
  content: "\5b2b";
}
.hgi-twotone.hgi-wallet-01:after {
  content: "\5b2c";
}
.hgi-twotone.hgi-wallet-01:before {
  content: "\5b2d";
}
.hgi-twotone.hgi-wallet-02:after {
  content: "\5b2e";
}
.hgi-twotone.hgi-wallet-02:before {
  content: "\5b2f";
}
.hgi-twotone.hgi-wallet-03:after {
  content: "\5b30";
}
.hgi-twotone.hgi-wallet-03:before {
  content: "\5b31";
}
.hgi-twotone.hgi-wallet-04:after {
  content: "\5b32";
}
.hgi-twotone.hgi-wallet-04:before {
  content: "\5b33";
}
.hgi-twotone.hgi-wallet-05:after {
  content: "\5b34";
}
.hgi-twotone.hgi-wallet-05:before {
  content: "\5b35";
}
.hgi-twotone.hgi-wallet-add-01:after {
  content: "\5b36";
}
.hgi-twotone.hgi-wallet-add-01:before {
  content: "\5b37";
}
.hgi-twotone.hgi-wallet-add-02:after {
  content: "\5b38";
}
.hgi-twotone.hgi-wallet-add-02:before {
  content: "\5b39";
}
.hgi-twotone.hgi-wallet-done-01:after {
  content: "\5b3a";
}
.hgi-twotone.hgi-wallet-done-01:before {
  content: "\5b3b";
}
.hgi-twotone.hgi-wallet-done-02:after {
  content: "\5b3c";
}
.hgi-twotone.hgi-wallet-done-02:before {
  content: "\5b3d";
}
.hgi-twotone.hgi-wallet-not-found-01:after {
  content: "\5b3e";
}
.hgi-twotone.hgi-wallet-not-found-01:before {
  content: "\5b3f";
}
.hgi-twotone.hgi-wallet-not-found-02:after {
  content: "\5b40";
}
.hgi-twotone.hgi-wallet-not-found-02:before {
  content: "\5b41";
}
.hgi-twotone.hgi-wallet-remove-01:after {
  content: "\5b42";
}
.hgi-twotone.hgi-wallet-remove-01:before {
  content: "\5b43";
}
.hgi-twotone.hgi-wallet-remove-02:after {
  content: "\5b44";
}
.hgi-twotone.hgi-wallet-remove-02:before {
  content: "\5b45";
}
.hgi-twotone.hgi-wanted:after {
  content: "\5b46";
}
.hgi-twotone.hgi-wanted:before {
  content: "\5b47";
}
.hgi-twotone.hgi-wardrobe-01:after {
  content: "\5b48";
}
.hgi-twotone.hgi-wardrobe-01:before {
  content: "\5b49";
}
.hgi-twotone.hgi-wardrobe-02:after {
  content: "\5b4a";
}
.hgi-twotone.hgi-wardrobe-02:before {
  content: "\5b4b";
}
.hgi-twotone.hgi-wardrobe-03:after {
  content: "\5b4c";
}
.hgi-twotone.hgi-wardrobe-03:before {
  content: "\5b4d";
}
.hgi-twotone.hgi-wardrobe-04:after {
  content: "\5b4e";
}
.hgi-twotone.hgi-wardrobe-04:before {
  content: "\5b4f";
}
.hgi-twotone.hgi-warehouse:after {
  content: "\5b50";
}
.hgi-twotone.hgi-warehouse:before {
  content: "\5b51";
}
.hgi-twotone.hgi-washington-monument:after {
  content: "\5b52";
}
.hgi-twotone.hgi-washington-monument:before {
  content: "\5b53";
}
.hgi-twotone.hgi-waste-restore:after {
  content: "\5b54";
}
.hgi-twotone.hgi-waste-restore:before {
  content: "\5b55";
}
.hgi-twotone.hgi-waste:after {
  content: "\5b56";
}
.hgi-twotone.hgi-waste:before {
  content: "\5b57";
}
.hgi-twotone.hgi-watch-01:after {
  content: "\5b58";
}
.hgi-twotone.hgi-watch-01:before {
  content: "\5b59";
}
.hgi-twotone.hgi-watch-02:after {
  content: "\5b5a";
}
.hgi-twotone.hgi-watch-02:before {
  content: "\5b5b";
}
.hgi-twotone.hgi-water-energy:after {
  content: "\5b5c";
}
.hgi-twotone.hgi-water-energy:before {
  content: "\5b5d";
}
.hgi-twotone.hgi-water-polo:after {
  content: "\5b5e";
}
.hgi-twotone.hgi-water-polo:before {
  content: "\5b5f";
}
.hgi-twotone.hgi-water-pump:after {
  content: "\5b60";
}
.hgi-twotone.hgi-water-pump:before {
  content: "\5b61";
}
.hgi-twotone.hgi-waterfall-down-01:after {
  content: "\5b62";
}
.hgi-twotone.hgi-waterfall-down-01:before {
  content: "\5b63";
}
.hgi-twotone.hgi-waterfall-down-03:after {
  content: "\5b64";
}
.hgi-twotone.hgi-waterfall-down-03:before {
  content: "\5b65";
}
.hgi-twotone.hgi-waterfall-up-01:after {
  content: "\5b66";
}
.hgi-twotone.hgi-waterfall-up-01:before {
  content: "\5b67";
}
.hgi-twotone.hgi-waterfall-up-02:after {
  content: "\5b68";
}
.hgi-twotone.hgi-waterfall-up-02:before {
  content: "\5b69";
}
.hgi-twotone.hgi-watermelon:after {
  content: "\5b6a";
}
.hgi-twotone.hgi-watermelon:before {
  content: "\5b6b";
}
.hgi-twotone.hgi-wattpad:after {
  content: "\5b6c";
}
.hgi-twotone.hgi-wattpad-square:after {
  content: "\5b6d";
}
.hgi-twotone.hgi-wattpad-square:before {
  content: "\5b6e";
}
.hgi-twotone.hgi-wattpad:before {
  content: "\5b6f";
}
.hgi-twotone.hgi-wav-01:after {
  content: "\5b70";
}
.hgi-twotone.hgi-wav-01:before {
  content: "\5b71";
}
.hgi-twotone.hgi-wav-02:after {
  content: "\5b72";
}
.hgi-twotone.hgi-wav-02:before {
  content: "\5b73";
}
.hgi-twotone.hgi-waving-hand-01:after {
  content: "\5b74";
}
.hgi-twotone.hgi-waving-hand-01:before {
  content: "\5b75";
}
.hgi-twotone.hgi-waving-hand-02:after {
  content: "\5b76";
}
.hgi-twotone.hgi-waving-hand-02:before {
  content: "\5b77";
}
.hgi-twotone.hgi-waze:after {
  content: "\5b78";
}
.hgi-twotone.hgi-waze:before {
  content: "\5b79";
}
.hgi-twotone.hgi-web-design-01:after {
  content: "\5b7a";
}
.hgi-twotone.hgi-web-design-01:before {
  content: "\5b7b";
}
.hgi-twotone.hgi-web-design-02:after {
  content: "\5b7c";
}
.hgi-twotone.hgi-web-design-02:before {
  content: "\5b7d";
}
.hgi-twotone.hgi-web-programming:after {
  content: "\5b7e";
}
.hgi-twotone.hgi-web-programming:before {
  content: "\5b7f";
}
.hgi-twotone.hgi-web-protection:after {
  content: "\5b80";
}
.hgi-twotone.hgi-web-protection:before {
  content: "\5b81";
}
.hgi-twotone.hgi-web-security:after {
  content: "\5b82";
}
.hgi-twotone.hgi-web-security:before {
  content: "\5b83";
}
.hgi-twotone.hgi-web-validation:after {
  content: "\5b84";
}
.hgi-twotone.hgi-web-validation:before {
  content: "\5b85";
}
.hgi-twotone.hgi-webflow:after {
  content: "\5b86";
}
.hgi-twotone.hgi-webflow:before {
  content: "\5b87";
}
.hgi-twotone.hgi-webhook:after {
  content: "\5b88";
}
.hgi-twotone.hgi-webhook:before {
  content: "\5b89";
}
.hgi-twotone.hgi-wechat:after {
  content: "\5b8a";
}
.hgi-twotone.hgi-wechat:before {
  content: "\5b8b";
}
.hgi-twotone.hgi-wedding:after {
  content: "\5b8c";
}
.hgi-twotone.hgi-wedding:before {
  content: "\5b8d";
}
.hgi-twotone.hgi-weight-scale-01:after {
  content: "\5b8e";
}
.hgi-twotone.hgi-weight-scale-01:before {
  content: "\5b8f";
}
.hgi-twotone.hgi-weight-scale:after {
  content: "\5b90";
}
.hgi-twotone.hgi-weight-scale:before {
  content: "\5b91";
}
.hgi-twotone.hgi-wellness:after {
  content: "\5b92";
}
.hgi-twotone.hgi-wellness:before {
  content: "\5b93";
}
.hgi-twotone.hgi-whatsapp-business:after {
  content: "\5b94";
}
.hgi-twotone.hgi-whatsapp-business:before {
  content: "\5b95";
}
.hgi-twotone.hgi-whatsapp:after {
  content: "\5b96";
}
.hgi-twotone.hgi-whatsapp:before {
  content: "\5b97";
}
.hgi-twotone.hgi-wheelchair:after {
  content: "\5b98";
}
.hgi-twotone.hgi-wheelchair:before {
  content: "\5b99";
}
.hgi-twotone.hgi-whisk:after {
  content: "\5b9a";
}
.hgi-twotone.hgi-whisk:before {
  content: "\5b9b";
}
.hgi-twotone.hgi-whistle:after {
  content: "\5b9c";
}
.hgi-twotone.hgi-whistle:before {
  content: "\5b9d";
}
.hgi-twotone.hgi-whiteboard:after {
  content: "\5b9e";
}
.hgi-twotone.hgi-whiteboard:before {
  content: "\5b9f";
}
.hgi-twotone.hgi-wifi-01:after {
  content: "\5ba0";
}
.hgi-twotone.hgi-wifi-01:before {
  content: "\5ba1";
}
.hgi-twotone.hgi-wifi-02:after {
  content: "\5ba2";
}
.hgi-twotone.hgi-wifi-02:before {
  content: "\5ba3";
}
.hgi-twotone.hgi-wifi-circle:after {
  content: "\5ba4";
}
.hgi-twotone.hgi-wifi-circle:before {
  content: "\5ba5";
}
.hgi-twotone.hgi-wifi-connected-01:after {
  content: "\5ba6";
}
.hgi-twotone.hgi-wifi-connected-01:before {
  content: "\5ba7";
}
.hgi-twotone.hgi-wifi-connected-02:after {
  content: "\5ba8";
}
.hgi-twotone.hgi-wifi-connected-02:before {
  content: "\5ba9";
}
.hgi-twotone.hgi-wifi-connected-03:after {
  content: "\5baa";
}
.hgi-twotone.hgi-wifi-connected-03:before {
  content: "\5bab";
}
.hgi-twotone.hgi-wifi-disconnected-01:after {
  content: "\5bac";
}
.hgi-twotone.hgi-wifi-disconnected-01:before {
  content: "\5bad";
}
.hgi-twotone.hgi-wifi-disconnected-02:after {
  content: "\5bae";
}
.hgi-twotone.hgi-wifi-disconnected-02:before {
  content: "\5baf";
}
.hgi-twotone.hgi-wifi-disconnected-03:after {
  content: "\5bb0";
}
.hgi-twotone.hgi-wifi-disconnected-03:before {
  content: "\5bb1";
}
.hgi-twotone.hgi-wifi-disconnected-04:after {
  content: "\5bb2";
}
.hgi-twotone.hgi-wifi-disconnected-04:before {
  content: "\5bb3";
}
.hgi-twotone.hgi-wifi-error-01:after {
  content: "\5bb4";
}
.hgi-twotone.hgi-wifi-error-01:before {
  content: "\5bb5";
}
.hgi-twotone.hgi-wifi-error-02:after {
  content: "\5bb6";
}
.hgi-twotone.hgi-wifi-error-02:before {
  content: "\5bb7";
}
.hgi-twotone.hgi-wifi-full-signal:after {
  content: "\5bb8";
}
.hgi-twotone.hgi-wifi-full-signal:before {
  content: "\5bb9";
}
.hgi-twotone.hgi-wifi-location:after {
  content: "\5bba";
}
.hgi-twotone.hgi-wifi-location:before {
  content: "\5bbb";
}
.hgi-twotone.hgi-wifi-lock:after {
  content: "\5bbc";
}
.hgi-twotone.hgi-wifi-lock:before {
  content: "\5bbd";
}
.hgi-twotone.hgi-wifi-low-signal:after {
  content: "\5bbe";
}
.hgi-twotone.hgi-wifi-low-signal:before {
  content: "\5bbf";
}
.hgi-twotone.hgi-wifi-medium-signal:after {
  content: "\5bc0";
}
.hgi-twotone.hgi-wifi-medium-signal:before {
  content: "\5bc1";
}
.hgi-twotone.hgi-wifi-no-signal:after {
  content: "\5bc2";
}
.hgi-twotone.hgi-wifi-no-signal:before {
  content: "\5bc3";
}
.hgi-twotone.hgi-wifi-off-01:after {
  content: "\5bc4";
}
.hgi-twotone.hgi-wifi-off-01:before {
  content: "\5bc5";
}
.hgi-twotone.hgi-wifi-off-02:after {
  content: "\5bc6";
}
.hgi-twotone.hgi-wifi-off-02:before {
  content: "\5bc7";
}
.hgi-twotone.hgi-wifi-square:after {
  content: "\5bc8";
}
.hgi-twotone.hgi-wifi-square:before {
  content: "\5bc9";
}
.hgi-twotone.hgi-wifi-unlock:after {
  content: "\5bca";
}
.hgi-twotone.hgi-wifi-unlock:before {
  content: "\5bcb";
}
.hgi-twotone.hgi-wikipedia:after {
  content: "\5bcc";
}
.hgi-twotone.hgi-wikipedia:before {
  content: "\5bcd";
}
.hgi-twotone.hgi-wind-power-01:after {
  content: "\5bce";
}
.hgi-twotone.hgi-wind-power-01:before {
  content: "\5bcf";
}
.hgi-twotone.hgi-wind-power-02:after {
  content: "\5bd0";
}
.hgi-twotone.hgi-wind-power-02:before {
  content: "\5bd1";
}
.hgi-twotone.hgi-wind-power-03:after {
  content: "\5bd2";
}
.hgi-twotone.hgi-wind-power-03:before {
  content: "\5bd3";
}
.hgi-twotone.hgi-wind-power:after {
  content: "\5bd4";
}
.hgi-twotone.hgi-wind-power:before {
  content: "\5bd5";
}
.hgi-twotone.hgi-wind-surf:after {
  content: "\5bd6";
}
.hgi-twotone.hgi-wind-surf:before {
  content: "\5bd7";
}
.hgi-twotone.hgi-wind-turbine:after {
  content: "\5bd8";
}
.hgi-twotone.hgi-wind-turbine:before {
  content: "\5bd9";
}
.hgi-twotone.hgi-windows-new:after {
  content: "\5bda";
}
.hgi-twotone.hgi-windows-new:before {
  content: "\5bdb";
}
.hgi-twotone.hgi-windows-old:after {
  content: "\5bdc";
}
.hgi-twotone.hgi-windows-old:before {
  content: "\5bdd";
}
.hgi-twotone.hgi-wink:after {
  content: "\5bde";
}
.hgi-twotone.hgi-wink:before {
  content: "\5bdf";
}
.hgi-twotone.hgi-winking:after {
  content: "\5be0";
}
.hgi-twotone.hgi-winking:before {
  content: "\5be1";
}
.hgi-twotone.hgi-wireless-cloud-access:after {
  content: "\5be2";
}
.hgi-twotone.hgi-wireless-cloud-access:before {
  content: "\5be3";
}
.hgi-twotone.hgi-wireless:after {
  content: "\5be4";
}
.hgi-twotone.hgi-wireless:before {
  content: "\5be5";
}
.hgi-twotone.hgi-wise:after {
  content: "\5be6";
}
.hgi-twotone.hgi-wise:before {
  content: "\5be7";
}
.hgi-twotone.hgi-woman:after {
  content: "\5be8";
}
.hgi-twotone.hgi-woman:before {
  content: "\5be9";
}
.hgi-twotone.hgi-wordpress:after {
  content: "\5bea";
}
.hgi-twotone.hgi-wordpress:before {
  content: "\5beb";
}
.hgi-twotone.hgi-work-alert:after {
  content: "\5bec";
}
.hgi-twotone.hgi-work-alert:before {
  content: "\5bed";
}
.hgi-twotone.hgi-work-history:after {
  content: "\5bee";
}
.hgi-twotone.hgi-work-history:before {
  content: "\5bef";
}
.hgi-twotone.hgi-work:after {
  content: "\5bf0";
}
.hgi-twotone.hgi-work-update:after {
  content: "\5bf1";
}
.hgi-twotone.hgi-work-update:before {
  content: "\5bf2";
}
.hgi-twotone.hgi-work:before {
  content: "\5bf3";
}
.hgi-twotone.hgi-workflow-circle-01:after {
  content: "\5bf4";
}
.hgi-twotone.hgi-workflow-circle-01:before {
  content: "\5bf5";
}
.hgi-twotone.hgi-workflow-circle-02:after {
  content: "\5bf6";
}
.hgi-twotone.hgi-workflow-circle-02:before {
  content: "\5bf7";
}
.hgi-twotone.hgi-workflow-circle-03:after {
  content: "\5bf8";
}
.hgi-twotone.hgi-workflow-circle-03:before {
  content: "\5bf9";
}
.hgi-twotone.hgi-workflow-circle-04:after {
  content: "\5bfa";
}
.hgi-twotone.hgi-workflow-circle-04:before {
  content: "\5bfb";
}
.hgi-twotone.hgi-workflow-circle-05:after {
  content: "\5bfc";
}
.hgi-twotone.hgi-workflow-circle-05:before {
  content: "\5bfd";
}
.hgi-twotone.hgi-workflow-circle-06:after {
  content: "\5bfe";
}
.hgi-twotone.hgi-workflow-circle-06:before {
  content: "\5bff";
}
.hgi-twotone.hgi-workflow-square-01:after {
  content: "\5c00";
}
.hgi-twotone.hgi-workflow-square-01:before {
  content: "\5c01";
}
.hgi-twotone.hgi-workflow-square-02:after {
  content: "\5c02";
}
.hgi-twotone.hgi-workflow-square-02:before {
  content: "\5c03";
}
.hgi-twotone.hgi-workflow-square-03:after {
  content: "\5c04";
}
.hgi-twotone.hgi-workflow-square-03:before {
  content: "\5c05";
}
.hgi-twotone.hgi-workflow-square-04:after {
  content: "\5c06";
}
.hgi-twotone.hgi-workflow-square-04:before {
  content: "\5c07";
}
.hgi-twotone.hgi-workflow-square-05:after {
  content: "\5c08";
}
.hgi-twotone.hgi-workflow-square-05:before {
  content: "\5c09";
}
.hgi-twotone.hgi-workflow-square-06:after {
  content: "\5c0a";
}
.hgi-twotone.hgi-workflow-square-06:before {
  content: "\5c0b";
}
.hgi-twotone.hgi-workflow-square-07:after {
  content: "\5c0c";
}
.hgi-twotone.hgi-workflow-square-07:before {
  content: "\5c0d";
}
.hgi-twotone.hgi-workflow-square-08:after {
  content: "\5c0e";
}
.hgi-twotone.hgi-workflow-square-08:before {
  content: "\5c0f";
}
.hgi-twotone.hgi-workflow-square-09:after {
  content: "\5c10";
}
.hgi-twotone.hgi-workflow-square-09:before {
  content: "\5c11";
}
.hgi-twotone.hgi-workflow-square-10:after {
  content: "\5c12";
}
.hgi-twotone.hgi-workflow-square-10:before {
  content: "\5c13";
}
.hgi-twotone.hgi-workout-battle-ropes:after {
  content: "\5c14";
}
.hgi-twotone.hgi-workout-battle-ropes:before {
  content: "\5c15";
}
.hgi-twotone.hgi-workout-gymnastics:after {
  content: "\5c16";
}
.hgi-twotone.hgi-workout-gymnastics:before {
  content: "\5c17";
}
.hgi-twotone.hgi-workout-kicking:after {
  content: "\5c18";
}
.hgi-twotone.hgi-workout-kicking:before {
  content: "\5c19";
}
.hgi-twotone.hgi-workout-run:after {
  content: "\5c1a";
}
.hgi-twotone.hgi-workout-run:before {
  content: "\5c1b";
}
.hgi-twotone.hgi-workout-sport:after {
  content: "\5c1c";
}
.hgi-twotone.hgi-workout-sport:before {
  content: "\5c1d";
}
.hgi-twotone.hgi-workout-squats:after {
  content: "\5c1e";
}
.hgi-twotone.hgi-workout-squats:before {
  content: "\5c1f";
}
.hgi-twotone.hgi-workout-stretching:after {
  content: "\5c20";
}
.hgi-twotone.hgi-workout-stretching:before {
  content: "\5c21";
}
.hgi-twotone.hgi-workout-warm-up:after {
  content: "\5c22";
}
.hgi-twotone.hgi-workout-warm-up:before {
  content: "\5c23";
}
.hgi-twotone.hgi-worry:after {
  content: "\5c24";
}
.hgi-twotone.hgi-worry:before {
  content: "\5c25";
}
.hgi-twotone.hgi-wps-office-rectangle:after {
  content: "\5c26";
}
.hgi-twotone.hgi-wps-office-rectangle:before {
  content: "\5c27";
}
.hgi-twotone.hgi-wps-office:after {
  content: "\5c28";
}
.hgi-twotone.hgi-wps-office:before {
  content: "\5c29";
}
.hgi-twotone.hgi-wrench-01:after {
  content: "\5c2a";
}
.hgi-twotone.hgi-wrench-01:before {
  content: "\5c2b";
}
.hgi-twotone.hgi-wrench-02:after {
  content: "\5c2c";
}
.hgi-twotone.hgi-wrench-02:before {
  content: "\5c2d";
}
.hgi-twotone.hgi-wudu:after {
  content: "\5c2e";
}
.hgi-twotone.hgi-wudu:before {
  content: "\5c2f";
}
.hgi-twotone.hgi-x-ray:after {
  content: "\5c30";
}
.hgi-twotone.hgi-x-ray:before {
  content: "\5c31";
}
.hgi-twotone.hgi-x-variable-circle:after {
  content: "\5c32";
}
.hgi-twotone.hgi-x-variable-circle:before {
  content: "\5c33";
}
.hgi-twotone.hgi-x-variable:after {
  content: "\5c34";
}
.hgi-twotone.hgi-x-variable-square:after {
  content: "\5c35";
}
.hgi-twotone.hgi-x-variable-square:before {
  content: "\5c36";
}
.hgi-twotone.hgi-x-variable:before {
  content: "\5c37";
}
.hgi-twotone.hgi-xing:after {
  content: "\5c38";
}
.hgi-twotone.hgi-xing:before {
  content: "\5c39";
}
.hgi-twotone.hgi-xls-01:after {
  content: "\5c3a";
}
.hgi-twotone.hgi-xls-01:before {
  content: "\5c3b";
}
.hgi-twotone.hgi-xls-02:after {
  content: "\5c3c";
}
.hgi-twotone.hgi-xls-02:before {
  content: "\5c3d";
}
.hgi-twotone.hgi-xml-01:after {
  content: "\5c3e";
}
.hgi-twotone.hgi-xml-01:before {
  content: "\5c3f";
}
.hgi-twotone.hgi-xml-02:after {
  content: "\5c40";
}
.hgi-twotone.hgi-xml-02:before {
  content: "\5c41";
}
.hgi-twotone.hgi-xsl-01:after {
  content: "\5c42";
}
.hgi-twotone.hgi-xsl-01:before {
  content: "\5c43";
}
.hgi-twotone.hgi-xsl-02:after {
  content: "\5c44";
}
.hgi-twotone.hgi-xsl-02:before {
  content: "\5c45";
}
.hgi-twotone.hgi-yelp:after {
  content: "\5c46";
}
.hgi-twotone.hgi-yelp:before {
  content: "\5c47";
}
.hgi-twotone.hgi-yen-circle:after {
  content: "\5c48";
}
.hgi-twotone.hgi-yen-circle:before {
  content: "\5c49";
}
.hgi-twotone.hgi-yen-receive:after {
  content: "\5c4a";
}
.hgi-twotone.hgi-yen-receive:before {
  content: "\5c4b";
}
.hgi-twotone.hgi-yen:after {
  content: "\5c4c";
}
.hgi-twotone.hgi-yen-send:after {
  content: "\5c4d";
}
.hgi-twotone.hgi-yen-send:before {
  content: "\5c4e";
}
.hgi-twotone.hgi-yen-square:after {
  content: "\5c4f";
}
.hgi-twotone.hgi-yen-square:before {
  content: "\5c50";
}
.hgi-twotone.hgi-yen:before {
  content: "\5c51";
}
.hgi-twotone.hgi-yoga-01:after {
  content: "\5c52";
}
.hgi-twotone.hgi-yoga-01:before {
  content: "\5c53";
}
.hgi-twotone.hgi-yoga-02:after {
  content: "\5c54";
}
.hgi-twotone.hgi-yoga-02:before {
  content: "\5c55";
}
.hgi-twotone.hgi-yoga-03:after {
  content: "\5c56";
}
.hgi-twotone.hgi-yoga-03:before {
  content: "\5c57";
}
.hgi-twotone.hgi-yoga-ball:after {
  content: "\5c58";
}
.hgi-twotone.hgi-yoga-ball:before {
  content: "\5c59";
}
.hgi-twotone.hgi-yoga-mat:after {
  content: "\5c5a";
}
.hgi-twotone.hgi-yoga-mat:before {
  content: "\5c5b";
}
.hgi-twotone.hgi-yogurt:after {
  content: "\5c5c";
}
.hgi-twotone.hgi-yogurt:before {
  content: "\5c5d";
}
.hgi-twotone.hgi-youtube:after {
  content: "\5c5e";
}
.hgi-twotone.hgi-youtube:before {
  content: "\5c5f";
}
.hgi-twotone.hgi-yurt:after {
  content: "\5c60";
}
.hgi-twotone.hgi-yurt:before {
  content: "\5c61";
}
.hgi-twotone.hgi-zakat:after {
  content: "\5c62";
}
.hgi-twotone.hgi-zakat:before {
  content: "\5c63";
}
.hgi-twotone.hgi-zap:after {
  content: "\5c64";
}
.hgi-twotone.hgi-zap:before {
  content: "\5c65";
}
.hgi-twotone.hgi-zeppelin:after {
  content: "\5c66";
}
.hgi-twotone.hgi-zeppelin:before {
  content: "\5c67";
}
.hgi-twotone.hgi-zip-01:after {
  content: "\5c68";
}
.hgi-twotone.hgi-zip-01:before {
  content: "\5c69";
}
.hgi-twotone.hgi-zip-02:after {
  content: "\5c6a";
}
.hgi-twotone.hgi-zip-02:before {
  content: "\5c6b";
}
.hgi-twotone.hgi-zoom-circle:after {
  content: "\5c6c";
}
.hgi-twotone.hgi-zoom-circle:before {
  content: "\5c6d";
}
.hgi-twotone.hgi-zoom-in-area:after {
  content: "\5c6e";
}
.hgi-twotone.hgi-zoom-in-area:before {
  content: "\5c6f";
}
.hgi-twotone.hgi-zoom-out-area:after {
  content: "\5c70";
}
.hgi-twotone.hgi-zoom-out-area:before {
  content: "\5c71";
}
.hgi-twotone.hgi-zoom:after {
  content: "\5c72";
}
.hgi-twotone.hgi-zoom-square:after {
  content: "\5c73";
}
.hgi-twotone.hgi-zoom-square:before {
  content: "\5c74";
}
.hgi-twotone.hgi-zoom:before {
  content: "\5c75";
}
.hgi-twotone.hgi-zsh:after {
  content: "\5c76";
}
.hgi-twotone.hgi-zsh:before {
  content: "\5c77";
}
.hgi-twotone.hgi-zzz:after {
  content: "\5c78";
}
.hgi-twotone.hgi-zzz:before {
  content: "\5c79";
}

/* angular:styles/global:styles */
