@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ko6f5r');
  src:  url('fonts/icomoon.eot?ko6f5r#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ko6f5r') format('truetype'),
    url('fonts/icomoon.woff?ko6f5r') format('woff'),
    url('fonts/icomoon.svg?ko6f5r#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icomoon {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Only target icons within .icomoon */
.icomoon[class^="icon-"]:before,
.icomoon[class*=" icon-"]:before {
  font-family: 'icomoon' !important;
}


.icon-arrow-down:before {
  content: "\e907";
}
.icon-question:before {
  content: "\e901";
}
.icon-icon-search:before {
  content: "\e904";
}
.icon-arrow:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}
.icon-menu:before {
  content: "\e906";
}
.icon-close:before {
  content: "\e905";
}
