@import url("https://use.typekit.net/cwp6ftu.css");

* {
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
}
body {
	font-family: "century-gothic", Arial, sans-serif;
	margin: 0px;
	background: #ffffff;
	color: #201f1d;
	position: relative;
	min-width: 320px;
}
#page {
	position: relative;
	max-width: 120rem;
	margin: 0px auto;
	height: 100%;
	padding-top: 7.0625rem;
	padding-bottom: 3.8125rem;
}
#header-page {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 1.25rem;
}
#logo {
	float: left;
	width: 13.5625rem;
	height: 4.5625rem;
}
#logo img {
	width: 100%;
	height: 100%;
	display: block;
}
#footer-page {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	text-align: right;
	padding: 1.25rem;
}
#footer-page a {
	font-size: 0.9375rem;
	text-decoration: none;
	color: #474747;
	-web-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
	transition: color 0.2s;
}
#footer-page a:hover {
	color: #e41e26;
}
#container {
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.table {
	height: 100%;
	width: 100%;
}
.tr {
	height: 100%;
}
.td {
	height: 100%;
}
.col-left {
	position: relative;
	height: 100%;
}
.col-left .content {
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	height: 100%;
}
.col-left .content .content-wrapper {
	display: table;
	height: 100%;
	background: #ffffff;
}
.col-left .content .content-wrapper .center {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.5rem;
	padding: 0.625rem 1.25rem;
}
.col-right {
	display: none;
	float: right;
	width: 60.15625%;
	height: 100%;
	position: relative;
}
.image {
	height: 0px;
	overflow: hidden;
	padding-bottom: 67.273%;
	position: absolute;
	top: 50%;
	left: 0px;
	-o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	width: 100%;
}
.image img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 39.9375rem) {
	#container {
		max-height: none !important;
	}
}

@media screen and (min-width: 40rem) {
	#footer-page {
		position: static;
	}
	.table {
		display: table;
	}
	.tr {
		display: table-row;
	}
	.td {
		display: table-cell;
		vertical-align: middle;
	}
	#container {
		height: 100%;
		position: relative;
	}
	.col-left {
		position: absolute;
		top: 0px;
		left: 0px;
		height: 100%;
		width: 39.84375%;
	}
	.col-left .content {
		right: -3.75rem;
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
		z-index: 10;
	}
	.col-left .content .content-wrapper .center {
		text-align: right;
		padding-right: 1.875rem;
	}
	.col-left .content .desc {
		
	}
	.col-right {
		display: block;
	}
}
@media screen and (min-width: 46.25rem) {
	.col-left .content .content-wrapper .center {
		font-size: 1.875rem;
	}
}
@media screen and (min-width: 64rem) {
	#page {
		padding-bottom: 5.0625rem;
	}
	#header-page {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
	#footer-page {
		padding: 1.875rem;
	}
	.col-left .content .content-wrapper .center {
		font-size: 2.3125rem;
	}
}

@media screen and (min-width: 75rem) {
	.col-left .content .content-wrapper .center {
		font-size: 2.875rem;
	}
	.col-left .content {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
		right: -8.5rem;
	}
}
@media screen and (min-width: 100rem) {
	#page {
		padding-top: 9.5rem;
		padding-bottom: 9.4375rem;
	}
	#header-page {
		padding: 2.875rem 4.4375rem 2.0625rem;
	}
	#footer-page {
		padding: 4.0625rem 4.375rem 4.0625rem;
	}
	.col-left .content {
		padding-top: 8.125rem;
		padding-bottom: 8.125rem;
	}
	.col-left .content .content-wrapper .center {
		font-size: 3.4375rem;
	}
}
@media screen and (min-width: 112.5rem) {
	.col-left .content .content-wrapper .center {
		font-size: 4.375rem;
	}
}

/* retina max-width */
@media screen and (min-width: 120.0625rem) and (min-resolution: 1dppx),
		screen and (min-width: 120.0625rem) and (min-resolution: 94dpi) {
	html {
		font-size: 133%;
	}
	#page {
		max-width: 180.423rem;
	}
}

@media screen and (min-width: 180rem) and (min-resolution: 1dppx),
		screen and (min-width: 180rem) and (min-resolution: 94dpi) {
	html {
		font-size: 166%;
	}
	#page {
		max-width: 144.542rem;
	}
}

@media screen and (min-width: 210rem) and (min-resolution: 1dppx),
		screen and (min-width: 210rem) and (min-resolution: 94dpi) {
	html {
		font-size: 200%;
	}
	#page {
		max-width: 120rem;
	}
}