/* Webfont: LatoLatin-Light */@font-face {
    font-family: 'LatoLatinWeb';
    src: url('fonts/LatoLatin-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin-Light.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin-Light.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Medium */@font-face {
    font-family: 'LatoLatinWeb';
    src: url('fonts/LatoLatin-Medium.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin-Medium.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: LatoLatin-Black */@font-face {
    font-family: 'LatoLatinWebBlack';
    src: url('fonts/LatoLatin-Black.eot'); /* IE9 Compat Modes */
    src: url('fonts/LatoLatin-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/LatoLatin-Black.woff2') format('woff2'), /* Modern Browsers */
         url('fonts/LatoLatin-Black.woff') format('woff'), /* Modern Browsers */
         url('fonts/LatoLatin-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

* {font-family: 'LatoLatinWeb', sans-serif;text-rendering: optimizeLegibility;}

body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 20px;
	transition: font-size 0.5s;
}

h1, h2, h3, h4, h5 {
	font-family: 'LatoLatinWebBlack';
	font-weight: 100;
	color: #000;
}


#main h2, #main h3 {
	font-family: 'LatoLatinWeb';
}

p, li {
	font-size: 150%;
	line-height: 125%;
	color: rgb(51, 51, 51);
}


#header {
	padding: 25px;
	height: 30px;
}


#logo {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 800;
	text-rendering: optimizelegibility;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
	border-left: solid 25px #d8dde1;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}

.separator {
	background: linear-gradient(180deg,#fafbfc 0,#fff 36px);
}

.maincontainer {
	margin-top: 5em;
	margin-bottom: 5em;
}

#main #slogan h1.mainhl {
	font-weight: bold;
	font-size: 500%;
	line-height: 100%;
}

#main h2 {
	font-size: 300%;
	font-weight: 900;
}

#main h3 {
	font-size: 175%;
	font-weight: 900;
}

#main #slogan h2.subhl {
	font-family: 'LatoLatinWeb';
	font-weight: 100;
	font-size: 200%;
	color: #000;
	line-height: 125%;
}

.wrapper {
	max-width: 1024px;
	margin: 0 auto;
	padding: 25px;
}


.card {
    display: flex;
    overflow: hidden;
	background: #fff;
	border: 1px solid #f0f0f0;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 12px;
	box-shadow: 0 16px 16px rgba(103,110,144,.05),0 8px 8px rgba(103,110,144,.05),0 4px 4px rgba(103,110,144,.05),0 2px 2px rgba(103,110,144,.05);
	transition: box-shadow .2s ease;
}

.card:hover {
	box-shadow: 0 4px 4px rgba(103,110,144,.05),0 2px 2px rgba(103,110,144,.05);
}

.col-33 {
	flex: 1 0px;
	padding: 25px;
	background: #fff;
}

.col-66 {
	flex: 3 0px;
	background: #f7f7fc;
	padding: 25px;
}

.card p, .card li {
	color: rgb(107, 116, 125);
	font-size: 125%;
	line-height: 125%;
}

#slogan {
	margin: 0 auto;
	max-width: 1024px;
	margin-top: 10vh;
	margin-bottom: 15vh;
	width: 66.6%;
	text-align: center;
	line-height: 2.25em;
}

@media only screen and (min-width: 1025px) and (max-width: 1235px) {
	body {
		font-size: 95%;
	}
	 .card p, .card li {
		font-size: 150%;
	}
}

@media only screen and (min-width: 577px) and (max-width: 1024px) {
	body {
		font-size: 90%;
	}
	
	#slogan { 
        width: 90%;
		line-height: 1.75em;
    }
    
    .card p, .card li {
		font-size: 150%;
	}
}

@media only screen and (max-width: 576px) {
	body {
		font-size: 80%;
	}
	
    #slogan { 
        width: 90%;
        margin-top: 5vh;
		margin-bottom: 5vh;
    }

	#main h3 {
		margin: 0;
	}

	#main #slogan h1.mainhl {
		font-weight: bold;
		line-height: 1em;
	}
	
	.card {
		flex-direction: column;
	}
	
	.card p, .card li {
		font-size: 150%;
	}
	
	.col-33, .col-66 {
		flex: 1 100%;
	}

}

    	

#footer {
	text-align: center;
	padding: 25px 0 25px 0;
	border-top: 1px solid #d8dde1;
	background: #f7f7fc;
}

#footer p {
	font-size: 100%;
	color: #888;
}

#footer p a {
	color: #888;
}

span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}


