
	@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');


	@font-face {
		font-family: 's-core-dream-regular';
		src: url('http://partners.wisementor.net/_inc/webfonts/scdream4-webfont.woff2') format('woff2'),
			 url('http://partners.wisementor.net/_inc/webfonts/scdream4-webfont.woff') format('woff');
		font-weight: normal;
		font-style: normal;
	}

	@font-face {
	  font-family: "Font Awesome 5 Brands";
	  font-style: normal;
	  font-weight: 400;
	  font-display: block;
	  src: url('http://partners.wisementor.net/_inc/webfonts/fa-brands-400.eot');
	  src: url('http://partners.wisementor.net/_inc/webfonts/fa-brands-400.eot?#iefix') format("embedded-opentype"),
		url('http://partners.wisementor.net/_inc/webfonts/fa-brands-400.woff2') format("woff2"),
		url('http://partners.wisementor.net/_inc/webfonts/fa-brands-400.woff') format("woff"),
		url('http://partners.wisementor.net/_inc/webfonts/fa-brands-400.ttf') format("truetype"),
		url('http://partners.wisementor.net/_inc/webfonts/fa-brands-400.svg#fontawesome') format("svg");
	}
	.fab {
	  font-family: "Font Awesome 5 Brands";
	}
	@font-face {
	  font-family: "Font Awesome 5 Free";
	  font-style: normal;
	  font-weight: 400;
	  font-display: block;
	  src: url('http://partners.wisementor.net/_inc/webfonts/fa-regular-400.eot');
	  src: url('http://partners.wisementor.net/_inc/webfonts/fa-regular-400.eot?#iefix') format("embedded-opentype"),
		url('http://partners.wisementor.net/_inc/webfonts/fa-regular-400.woff2') format("woff2"),
		url('http://partners.wisementor.net/_inc/webfonts/fa-regular-400.woff') format("woff"),
		url('http://partners.wisementor.net/_inc/webfonts/fa-regular-400.ttf') format("truetype"),
		url('http://partners.wisementor.net/_inc/webfonts/fa-regular-400.svg#fontawesome') format("svg");
	}
	.fab,
	.far {
	  font-weight: 400;
	}
	@font-face {
	  font-family: "Font Awesome 5 Free";
	  font-style: normal;
	  font-weight: 900;
	  font-display: block;
	  src: url('http://partners.wisementor.net/_inc/webfonts/fa-solid-900.eot');
	  src: url('http://partners.wisementor.net/_inc/webfonts/fa-solid-900.eot?#iefix') format("embedded-opentype"),
		url('http://partners.wisementor.net/_inc/webfonts/fa-solid-900.woff2') format("woff2"),
		url('http://partners.wisementor.net/_inc/webfonts/fa-solid-900.woff') format("woff"),
		url('http://partners.wisementor.net/_inc/webfonts/fa-solid-900.ttf') format("truetype"),
		url('http://partners.wisementor.net/_inc/webfonts/fa-solid-900.svg#fontawesome') format("svg");
	}
	.fa,
	.far,
	.fas {
	  font-family: "Font Awesome 5 Free";
	}
	.fa,
	.fas {
	  font-weight: 900;
	}


	body { 

		font-family: 'Roboto Condensed', 's-core-dream-regular', sans-serif; 
		word-break: keep-all;

	}

	p { 

		font-family: 'Roboto Condensed', 's-core-dream-regular', sans-serif; 
		word-break: keep-all;
		
	}

	table > tr > td {
	
		word-break: keep-all;

	}

