<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "angelou" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "angelou" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e000";
}
.icon-arrow-left:before {
  content: "\e001";
}
.icon-arrow-right:before {
  content: "\e002";
}
.icon-arrow-up:before {
  content: "\e003";
}
.icon-close:before {
  content: "\e004";
}
.icon-menu:before {
  content: "\e005";
}
.icon-search:before {
  content: "\e006";
}
.icon-social-facebook:before {
  content: "\e007";
}
.icon-social-instagram:before {
  content: "\e008";
}
.icon-social-linkedin:before {
  content: "\e009";
}
.icon-social-pinterest:before {
  content: "\e00a";
}
.icon-social-snapchat:before {
  content: "\e00b";
}
.icon-social-twitch:before {
  content: "\e00c";
}
.icon-social-twitter:before {
  content: "\e00d";
}
.icon-social-youtube:before {
  content: "\e00e";
}
.icon-visual-arrow:before {
  content: "\e010";
}
.icon-translate:before {
  content: "\e00f";
}
.icon-schools:before {
  content: "\e011";
}
.icon-subcategories:before {
  content: "\e012";
}
.icon-links:before {
  content: "\e013";
}
.icon-play:before {
  content: "\e014";
}
</pre></body></html>