<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* add to existing style.css */

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

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	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;
}

.icon-ZIP:before {
    content: "\e600";
}
.icon-PDF:before {
	content: "\e601";
}
.icon-MP3:before {
	content: "\e602";
}
.icon-HTML:before {
	content: "\e603";
}

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

[class^="icons-"], [class*=" icons-"] {
	font-family: 'icons';
	speak: none;
	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;
}

.icons-accordion-01-minus:before {
	content: "\e600";
}
.icons-accordion-01-plus:before {
	content: "\e601";
}
.icons-arrow-04-down:before {
	content: "\e602";
}
.icons-arrow-04-up:before {
	content: "\e603";
}
.icons-contacts:before {
	content: "\e604";
}
.icons-email:before {
	content: "\e609";
}
.icons-home:before {
	content: "\e60a";
}
.icons-lock:before {
	content: "\e60b";
}
.icons-rss:before {
	content: "\e60c";
}
.icons-shopping-basket:before {
	content: "\e60d";
}
.icons-social-01-amazon:before {
	content: "\e60e";
}
.icons-social-01-email:before {
	content: "\e60f";
}
.icons-social-01-facebook:before {
	content: "\e610";
}
.icons-social-01-google-plus:before {
	content: "\e611";
}
.icons-social-01-instgram:before {
	content: "\e612";
}
.icons-social-01-linkedin:before {
	content: "\e613";
}
.icons-social-01-rss:before {
	content: "\e614";
}
.icons-social-01-twitter:before {
	content: "\e615";
}
.icons-social-01-windows:before {
	content: "\e616";
}
.icons-social-01-youtube:before {
	content: "\e617";
}
.icons-tear-sheet:before {
	content: "\e618";
}</pre></body></html>