/**
icons Webfont
*/
:root {
--icon-ammann-e: '\ea01';
--icon-arrow-down: '\ea02';
--icon-arrow-up: '\ea03';
--icon-check: '\ea04';
--icon-chevron-down-thin: '\ea05';
--icon-chevron-down: '\ea06';
--icon-chevron-left: '\ea07';
--icon-chevron-right: '\ea08';
--icon-chevron-up-thin: '\ea09';
--icon-chevron-up: '\ea0a';
--icon-cross: '\ea0b';
--icon-download: '\ea0c';
--icon-maximize: '\ea0d';
--icon-minimize: '\ea0e';
--icon-minus: '\ea0f';
--icon-pause: '\ea10';
--icon-play: '\ea11';
--icon-plus: '\ea12';
--icon-search-minus: '\ea13';
--icon-search-plus: '\ea14';
--icon-search: '\ea15';
--icon-stop: '\ea16';

}

@font-face {
	font-family: "icons";
	src: url('icons.woff2?1695723294274') format('woff2'),
		  url('icons.woff?1695723294274') format('woff');
	font-weight: normal;
	font-style: normal;
}

[class^='icon-']:before,
[class*=' icon-']:before {
	font-family: "icons";
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	speak: none;
	text-decoration: inherit;
	font-size: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
Glyphs list
*/

	.icon-ammann-e:before {
		content: '\ea01';
	 }

	.icon-arrow-down:before {
		content: '\ea02';
	 }

	.icon-arrow-up:before {
		content: '\ea03';
	 }

	.icon-check:before {
		content: '\ea04';
	 }

	.icon-chevron-down-thin:before {
		content: '\ea05';
	 }

	.icon-chevron-down:before {
		content: '\ea06';
	 }

	.icon-chevron-left:before {
		content: '\ea07';
	 }

	.icon-chevron-right:before {
		content: '\ea08';
	 }

	.icon-chevron-up-thin:before {
		content: '\ea09';
	 }

	.icon-chevron-up:before {
		content: '\ea0a';
	 }

	.icon-cross:before {
		content: '\ea0b';
	 }

	.icon-download:before {
		content: '\ea0c';
	 }

	.icon-maximize:before {
		content: '\ea0d';
	 }

	.icon-minimize:before {
		content: '\ea0e';
	 }

	.icon-minus:before {
		content: '\ea0f';
	 }

	.icon-pause:before {
		content: '\ea10';
	 }

	.icon-play:before {
		content: '\ea11';
	 }

	.icon-plus:before {
		content: '\ea12';
	 }

	.icon-search-minus:before {
		content: '\ea13';
	 }

	.icon-search-plus:before {
		content: '\ea14';
	 }

	.icon-search:before {
		content: '\ea15';
	 }

	.icon-stop:before {
		content: '\ea16';
	 }