@font-face {
  font-family: "FontAwesome";
  src: url("./fonts/fontawesome-webfont.woff2") format("woff2"),
       url("./fonts/fontawesome-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.hs-has-sub-menu > a::after,
.dropdown-toggle::after {
  content: "\f107" !important;
  font-family: "FontAwesome" !important;
  font-size: 12px !important;
  line-height: 1 !important;
  border: 0 !important;
}

.hs-has-sub-menu .hs-has-sub-menu > a::after {
  content: "\f105" !important;
  font-family: "FontAwesome" !important;
}

.hs-icon {
  font-family: Arial, Helvetica, sans-serif !important;
}

.hs-icon-arrow-bottom::before {
  content: "\25be" !important;
}

.hs-icon-arrow-left::before {
  content: "\2039" !important;
}

.hs-icon-arrow-right::before {
  content: "\203a" !important;
}

.hs-icon-arrow-top::before {
  content: "\25b4" !important;
}

.hs-icon-close::before {
  content: "\00d7" !important;
}

.hs-icon-hamburger::before,
.hs-icon-hamburger-2::before {
  content: "\2630" !important;
}

.hs-icon-magnifier::before,
.hs-icon-zoom::before {
  content: "\2315" !important;
}

.hs-icon-plus::before {
  content: "+" !important;
}

.hs-icon-play::before {
  content: "\25b6" !important;
}
