/* Reset */

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

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	body {
		background: #FFFFFF;
	}

/* Type */

	body, input, select, textarea {
		color: #444;
		font-family: Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: 300;
		line-height: 1.75;
		letter-spacing: 0.05em;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 360px) {

			body, input, select, textarea {
				font-size: 10pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		text-decoration: none;
		color: inherit;
	}

		a:hover {
			color: #49c8ff !important;
			border-bottom-color: transparent;
		}

	strong, b {
		color: #555;
		font-weight: 500;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #555;
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
		line-height: 1.5;
		margin: 0 0 1em 0;
		text-transform: uppercase;
		letter-spacing: 0.25em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.75em;
	}

	h3 {
		font-size: 1.25em;
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 1.5em;
		}

		h2 {
			font-size: 1.25em;
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px #cccccc;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 8px;
		border: solid 1px #cccccc;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px #cccccc;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header {
		margin: 3em 0;
	}

		header > :first-child {
			margin-bottom: 0;
		}

			header > :first-child:after {
				content: '';
				display: block;
				background-color: #cccccc;
				height: 1px;
				margin: 1.5rem 0 1.75rem 0;
				width: 5rem;
			}

				.special header > :first-child:after {
					margin-left: auto;
					margin-right: auto;
				}

		header p {
			font-size: 0.9em;
			letter-spacing: 0.25em;
			margin-bottom: 0;
			text-transform: uppercase;
		}

		@media screen and (max-width: 736px) {

			header {
				margin: 2em 0;
			}

				header > :first-child:after {
					margin: 1.25rem 0 1.5rem 0;
				}

				header p {
					font-size: 0.8em;
				}

					header p br {
						display: none;
					}

		}

/* Image */

	.image {
		border-radius: 8px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 8px;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* Wrapper */

	#wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-perspective: 1000px;
		-webkit-perspective: 1000px;
		-ms-perspective: 1000px;
		perspective: 1000px;
		min-height: 100vh;
		padding: 3em;
		width: 100%;
	}

		@media screen and (max-width: 1280px) {

			#wrapper {
				padding: 1.5em;
			}

		}

		@media screen and (max-width: 980px) {

			#wrapper {
				padding: 2em;
			}

		}

		@media screen and (max-width: 736px) {

			#wrapper {
				padding: 1em;
			}

		}

/* Panel */

	.panel {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
		-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
		-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
		transition: opacity 0.5s ease, transform 0.5s ease;
		max-width: calc(100vw - 6em);
		width: 86em;
	}

		.panel > .image {
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			background-color: #777;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			border-radius: 0;
			min-height: 50em;
			width: 50%;
			z-index: 1;
		}

			.panel > .image img {
				border-radius: 0;
				display: block;
				height: 100%;
				object-fit: cover;
				object-position: center;
				width: 100%;
			}

		.panel > .content {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			background-color: #ffffff;
			padding: 3em;
			width: 40%;
		}

		.panel.inactive {
			opacity: 0;
		}

			.panel.inactive > .image {
				-moz-transform: translateY(1em);
				-webkit-transform: translateY(1em);
				-ms-transform: translateY(1em);
				transform: translateY(1em);
			}

			.panel.inactive > .content {
				-moz-transform: translateY(-1em);
				-webkit-transform: translateY(-1em);
				-ms-transform: translateY(-1em);
				transform: translateY(-1em);
			}

		.panel.special {
			text-align: center;
		}

			.panel.special > .content > .inner > :nth-child(n+2):nth-last-child(n+2) {
				margin: 3em 0;
			}

			.panel.special.inactive {
				-moz-transform: translateZ(-2em);
				-webkit-transform: translateZ(-2em);
				-ms-transform: translateZ(-2em);
				transform: translateZ(-2em);
			}

				.panel.special.inactive > .image {
					-moz-transform: none;
					-webkit-transform: none;
					-ms-transform: none;
					transform: none;
				}

				.panel.special.inactive > .content {
					-moz-transform: none;
					-webkit-transform: none;
					-ms-transform: none;
					transform: none;
				}

		.panel.secondary > .content {
			-moz-justify-content: space-between;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
			justify-content: space-between;
		}

			.panel.secondary > .content > .actions {
				margin-bottom: 0;
			}

			.panel.secondary > .content:after {
				content: '';
				display: block;
				width: 100%;
			}

		@media screen and (max-width: 1680px) {

			.panel {
				width: 75em;
			}

				.panel > .image {
					min-height: 45em;
				}

		}

		@media screen and (max-width: 1280px) {

			.panel {
				max-width: calc(100vw - 3em);
			}

				.panel > .image {
					min-height: 35em;
				}

				.panel > .content {
					padding: 3em 2.5em;
				}

		}

		@media screen and (max-width: 980px) {

			.panel {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

				.panel > .image {
					min-height: 60vh;
					width: 100%;
				}

				.panel > .content {
					display: block;
					padding: 3em;
					width: 100%;
				}

					.panel > .content:after {
						display: none;
					}

				.panel.inactive > .image {
					-moz-transform: translateX(1em);
					-webkit-transform: translateX(1em);
					-ms-transform: translateX(1em);
					transform: translateX(1em);
				}

				.panel.inactive > .content {
					-moz-transform: translateX(-1em);
					-webkit-transform: translateX(-1em);
					-ms-transform: translateX(-1em);
					transform: translateX(-1em);
				}

		}

		@media screen and (max-width: 736px) {

			.panel {
				max-width: calc(100vw - 2em);
				width: 30em;
			}

				.panel > .image {
					min-height: 18em;
					max-height: 30vh;
				}

				.panel > .content {
					padding: 2em;
				}

				.panel.special > .content > .inner > :nth-child(n+2):nth-last-child(n+2) {
					margin: 2em 0;
				}

		}

		@media screen and (max-width: 480px) {

			.panel > .content {
				padding: 2em 1.5em;
			}

		}

		@media screen and (max-width: 360px) {

			.panel > .image {
				min-height: 15em;
			}

		}