<style>
	
	@charset "UTF-8";
	/* CSS Document */

	/* Webfont Load */

	.wf-loading * {opacity:0;}
	.wf-active *, .wf-inactive * {opacity:1}


	.preload * {
	  -webkit-transition: none !important;
	  -moz-transition: none !important;
	  -ms-transition: none !important;
	  -o-transition: none !important;
	}


	/* Preset */

	* {
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-kerning: auto;	
	}

	html {
		-webkit-text-size-adjust: 100%;
	}

	/* Reset */
	a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


	body {background-color:rgba(255,255,255,1.0); color:rgb(20,20,20); font-family: 'Plus Jakarta Sans', sans-serif; font-size:14px; font-weight:400; font-style: normal;
	  -webkit-transition: none !important;
	  -moz-transition: none !important;
	  -ms-transition: none !important;
	  -o-transition: none !important;
	}

	/* Global Links */

	a {
		color: rgba(216,94,0,1.0);
		text-decoration: none;
	}

	a:visited {
		color: rgba(216,94,0,1.0);
		text-decoration: none;
	}

	a:hover, a:visited:hover {
		color: #23ad4b;
		text-decoration: none;
		-moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear;
	}


	.container {
		width: 92%;
		max-width: 1440px;
		margin: 0 auto;
		padding: 4%;
	}

	.txt-center {
		text-align: center;
	}

	h1 {
		font-size: 21px;
		font-weight: 700;
		margin-bottom: 21px;
		color: #545454;
	}

		h1 span {
			font-size: 42px;
			font-weight: 700;
			margin-bottom: 21px;
			color: #545454;
		}

	h2 {
		font-size: 18px;
		font-weight: 400;
	}

	.logo {
		width: 80%;
		max-width: 640px;
		height: auto;
		margin-bottom: 21px;
	}

	.social-links {
		font-size: 21px;
		margin-bottom: 32px;
	}

	.social-links a {
		display: inline-block;
		font-size: 21px;
		margin: 0 10px;
		color: #545454;
	}
	
</style>
