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

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

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-image, .icon-address-book, .icon-screen, .icon-stats {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-screen:before {
	content: "\e001";
	font-size:5em;				/* 80px  / 16px = 5em    */	
	top:60px;
	left:60px;
	position:relative;
	color:#fff
}
.icon-image:before {
	content: "\e004";
	font-size:5em;				/* 80px  / 16px = 5em    */	
	top:30px;
	top:60px;
	left:60px;
	position:relative;
	color:#fff
}
.icon-stats:before {
	content: "\e002";
	font-size:5em;				/* 80px  / 16px = 5em    */	
	top:60px;
	left:60px;
	position:relative;
	color:#fff
}
.icon-address-book:before {
	content: "\e000";
	color:#096
}


@media only screen and (min-width: 681px) and (max-width: 778px){
.icon-screen:before {
	
	font-size:4em;				/* 80px  / 16px = 5em    */	
	left:60px;
	
	
}
.icon-image:before {

	font-size:4em;				/* 80px  / 16px = 5em    */	
	left:60px;
	
}
.icon-stats:before {
	
	font-size:4em;				/* 80px  / 16px = 5em    */	
	left:60px;
	
}

}</pre></body></html>