
/* Icons */
@font-face {
  font-family: "iconfont";
  src: url("/iconfont.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
}

:root {
  --icon-youtube: "\f101";
  --icon-youtube-02: "\f102";
  --icon-x: "\f103";
  --icon-whatsapp: "\f104";
  --icon-viber: "\f105";
  --icon-twitter: "\f106";
  --icon-twitter-x: "\f107";
  --icon-twitch: "\f108";
  --icon-tumblr: "\f109";
  --icon-telegram: "\f10a";
  --icon-slider-chevron-right: "\f10b";
  --icon-slider-chevron-left: "\f10c";
  --icon-slider-arrow-left: "\f10d";
  --icon-share: "\f10e";
  --icon-search: "\f10f";
  --icon-refresh: "\f110";
  --icon-plus: "\f111";
  --icon-play: "\f112";
  --icon-phone: "\f113";
  --icon-minus: "\f114";
  --icon-map-pin: "\f115";
  --icon-mail: "\f116";
  --icon-linkedin: "\f117";
  --icon-instagram: "\f118";
  --icon-info: "\f119";
  --icon-globe: "\f11a";
  --icon-facebook: "\f11b";
  --icon-eye: "\f11c";
  --icon-eye-off: "\f11d";
  --icon-envelope: "\f11e";
  --icon-envelope-solid: "\f11f";
  --icon-download: "\f120";
  --icon-close: "\f121";
  --icon-chevrons-up: "\f122";
  --icon-chevrons-right: "\f123";
  --icon-chevrons-left: "\f124";
  --icon-chevrons-down: "\f125";
  --icon-chevron-up: "\f126";
  --icon-chevron-right: "\f127";
  --icon-chevron-left: "\f128";
  --icon-chevron-down: "\f129";
  --icon-check: "\f12a";
  --icon-calendar: "\f12b";
  --icon-btn-arrow: "\f12c";
  --icon-behance: "\f12d";
  --icon-at-sign: "\f12e";
  --icon-arrow-up: "\f12f";
  --icon-arrow-right: "\f130";
  --icon-arrow-right-up: "\f131";
  --icon-arrow-left: "\f132";
  --icon-arrow-down: "\f133";
  --icon-alert-circle: "\f134";
}

[class*="icon-"] {
  display: inline-flex;
  align-items: center;
  font-style: normal;
}

[class*="icon-"]::before {
  font-family: iconfont;
  font-style: normal;
}

[class*="icon-youtube"]::before {
  content: "\f101";
}

[class*="icon-youtube-02"]::before {
  content: "\f102";
}

[class*="icon-x"]::before {
  content: "\f103";
}

[class*="icon-whatsapp"]::before {
  content: "\f104";
}

[class*="icon-viber"]::before {
  content: "\f105";
}

[class*="icon-twitter"]::before {
  content: "\f106";
}

[class*="icon-twitter-x"]::before {
  content: "\f107";
}

[class*="icon-twitch"]::before {
  content: "\f108";
}

[class*="icon-tumblr"]::before {
  content: "\f109";
}

[class*="icon-telegram"]::before {
  content: "\f10a";
}

[class*="icon-slider-chevron-right"]::before {
  content: "\f10b";
}

[class*="icon-slider-chevron-left"]::before {
  content: "\f10c";
}

[class*="icon-slider-arrow-left"]::before {
  content: "\f10d";
}

[class*="icon-share"]::before {
  content: "\f10e";
}

[class*="icon-search"]::before {
  content: "\f10f";
}

[class*="icon-refresh"]::before {
  content: "\f110";
}

[class*="icon-plus"]::before {
  content: "\f111";
}

[class*="icon-play"]::before {
  content: "\f112";
}

[class*="icon-phone"]::before {
  content: "\f113";
}

[class*="icon-minus"]::before {
  content: "\f114";
}

[class*="icon-map-pin"]::before {
  content: "\f115";
}

[class*="icon-mail"]::before {
  content: "\f116";
}

[class*="icon-linkedin"]::before {
  content: "\f117";
}

[class*="icon-instagram"]::before {
  content: "\f118";
}

[class*="icon-info"]::before {
  content: "\f119";
}

[class*="icon-globe"]::before {
  content: "\f11a";
}

[class*="icon-facebook"]::before {
  content: "\f11b";
}

[class*="icon-eye"]::before {
  content: "\f11c";
}

[class*="icon-eye-off"]::before {
  content: "\f11d";
}

[class*="icon-envelope"]::before {
  content: "\f11e";
}

[class*="icon-envelope-solid"]::before {
  content: "\f11f";
}

[class*="icon-download"]::before {
  content: "\f120";
}

[class*="icon-close"]::before {
  content: "\f121";
}

[class*="icon-chevrons-up"]::before {
  content: "\f122";
}

[class*="icon-chevrons-right"]::before {
  content: "\f123";
}

[class*="icon-chevrons-left"]::before {
  content: "\f124";
}

[class*="icon-chevrons-down"]::before {
  content: "\f125";
}

[class*="icon-chevron-up"]::before {
  content: "\f126";
}

[class*="icon-chevron-right"]::before {
  content: "\f127";
}

[class*="icon-chevron-left"]::before {
  content: "\f128";
}

[class*="icon-chevron-down"]::before {
  content: "\f129";
}

[class*="icon-check"]::before {
  content: "\f12a";
}

[class*="icon-calendar"]::before {
  content: "\f12b";
}

[class*="icon-btn-arrow"]::before {
  content: "\f12c";
}

[class*="icon-behance"]::before {
  content: "\f12d";
}

[class*="icon-at-sign"]::before {
  content: "\f12e";
}

[class*="icon-arrow-up"]::before {
  content: "\f12f";
}

[class*="icon-arrow-right"]::before {
  content: "\f130";
}

[class*="icon-arrow-right-up"]::before {
  content: "\f131";
}

[class*="icon-arrow-left"]::before {
  content: "\f132";
}

[class*="icon-arrow-down"]::before {
  content: "\f133";
}

[class*="icon-alert-circle"]::before {
  content: "\f134";
}



@font-face {
  font-family: "iconfont";
  src: url("./iconfont.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

[class*="icon-"]::before {
  font-family: iconfont;
}