@font-face {
  font-family: "navigation";
  src: url("../font/navigation.eot");
  src: url("../font/navigation.eot?ct6ore#iefix") format("embedded-opentype"),
      url("../font/navigation.woff2?ct6ore") format("woff2"),
      url("../font/navigation.woff?ct6ore") format("woff"),
      url("../font/navigation.ttf?ct6ore") format("truetype"),
      url("../font/navigation.svg?ct6ore#navigation") format("svg");
  font-style: normal;
  font-weight: 400;
}

.nav {
  display: inline-block;
  font-family: "navigation" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: -.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.nav-arrow-left::before {
  content: "\ea01";
}
.nav-arrow-right::before {
  content: "\ea02";
}
.nav-login::before {
  content: "\ea03";
}
.nav-support::before {
  content: "\ea04";
}
