@font-face {
  font-family: 'icomoon';
  src:
    url('icomoon.ttf?7q9v6') format('truetype'),
    url('icomoon.woff?7q9v6') format('woff'),
    url('icomoon.svg?7q9v6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: -.125em;
  height: 1em;
  width: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--chevron-down:before {
  content: "\e900";
}
.icon--chevron-left:before {
  content: "\e901";
}
.icon--chevron-right:before {
  content: "\e902";
}
.icon--chevron-up:before {
  content: "\e903";
}
.icon--close:before {
  content: "\e904";
}
.icon--menu:before {
  content: "\e905";
}