/* stylelint-disable */

@font-face {
  font-family: 'ic-icons';
  src:
    url('ic-icons.ttf?ux6pb8') format('truetype'),
    url('ic-icons.woff?ux6pb8') format('woff'),
    url('ic-icons.svg?ux6pb8#ic-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

.ic {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ic-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic.ic-flag-au:before {
  content: "\e900";
}
.ic.ic-mail:before {
  content: "\e901";
}
.ic.ic-mute:before {
  content: "\e902";
}
.ic.ic-search:before {
  content: "\e903";
}
.ic.ic-twitter:before {
  content: "\e904";
}
.ic.ic-flag-zh:before {
  content: "\e905";
}
.ic.ic-close:before {
  content: "\e906";
}
.ic.ic-arrow-long-right:before {
  content: "\e907";
}
.ic.ic-arrow-long-left:before {
  content: "\e908";
}
.ic.ic-flag-jp:before {
  content: "\e909";
}
.ic.ic-flag-de:before {
  content: "\e90a";
}
.ic.ic-flag-hk:before {
  content: "\e90b";
}
.ic.ic-phone:before {
  content: "\e90c";
}
.ic.ic-arrow-down:before {
  content: "\e90d";
}
.ic.ic-arrow-left:before {
  content: "\e90e";
}
.ic.ic-arrow-right:before {
  content: "\e90f";
}
.ic.ic-arrow-up:before {
  content: "\e910";
}
.ic.ic-check:before {
  content: "\e911";
}
