@font-face {
  font-family: 'svg';
  src:  url('fonts/svg.eot?srcjff');
  src:  url('fonts/svg.eot?srcjff#iefix') format('embedded-opentype'),
    url('fonts/svg.ttf?srcjff') format('truetype'),
    url('fonts/svg.woff?srcjff') format('woff'),
    url('fonts/svg.svg?srcjff#svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icn-"], [class*=" icn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'svg' !important;
  speak: never;
  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;
}

.icn-adv1:before {
  content: "\e900";
}
.icn-adv2:before {
  content: "\e901";
}
.icn-adv3:before {
  content: "\e902";
}
.icn-adv4:before {
  content: "\e903";
}
.icn-arrow-btn:before {
  content: "\e904";
}
.icn-arrow-faq:before {
  content: "\e905";
}
.icn-arrow-left:before {
  content: "\e906";
}
.icn-arrow-right:before {
  content: "\e907";
}
.icn-phone:before {
  content: "\e908";
}
.icn-play:before {
  content: "\e909";
}
.icn-soc-fb:before {
  content: "\e90a";
}
.icn-soc-ig:before {
  content: "\e90b";
}
.icn-soc-yt:before {
  content: "\e90c";
}
