<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: "icons";
  src:url("fonts/untitled-font-1.eot");
  src:url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("fonts/untitled-font-1.woff") format("woff"),
    url("fonts/untitled-font-1.ttf") format("truetype"),
    url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "icons" !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: "icons" !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-icons-arrow-down:before {
  content: "a";
}
.icon-icons-arrow-top:before {
  content: "b";
}
.icon-icons-clientarea-off:before {
  content: "c";
}
.icon-icons-clientarea-on:before {
  content: "d";
}
.icon-icons-cross-mobile:before {
  content: "e";
}
.icon-icons-fb-off-big:before {
  content: "f";
}
.icon-icons-fb-on-big:before {
  content: "g";
}
.icon-icons-people-listview-off:before {
  content: "h";
}
.icon-icons-people-listview-on:before {
  content: "i";
}
.icon-icons-people-mosaicview-off:before {
  content: "j";
}
.icon-icons-people-mosaicview-on:before {
  content: "k";
}
.icon-icons-player-off:before {
  content: "l";
}
.icon-icons-player-on:before {
  content: "m";
}
.icon-icons-search-cross:before {
  content: "n";
}
.icon-icons-twitter-on:before {
  content: "o";
}
.icon-icons-search-off:before {
  content: "p";
}
.icon-icons-search-on:before {
  content: "q";
}
.icon-icons-twitter-off:before {
  content: "r";
}
</pre></body></html>