@font-face {
	font-family: 'Catamaran';
	font-weight: 100;
	src: url('cat-100.woff2') format('woff2');
}

@font-face {
	font-family: 'Catamaran';
	font-weight: 200;
	src: url('cat-200.woff2') format('woff2');
}

@font-face {
	font-family: 'Catamaran';
	font-weight: 300;
	src: url('cat-300.woff2') format('woff2');
}

@font-face {
	font-family: 'Catamaran';
	font-weight: 400;
	src: url('cat-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Catamaran';
	font-weight: 500;
	src: url('cat-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Catamaran';
	font-weight: 600;
	src: url('cat-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Catamaran';
	font-weight: 700;
	src: url('cat-700.woff2') format('woff2');
}

@font-face {
	font-family: 'Catamaran';
	font-weight: 800;
	src: url('cat-800.woff2') format('woff2');
}

@font-face {
	font-family: 'Catamaran';
	font-weight: 900;
	src: url('cat-900.woff2') format('woff2');
}

* {
	box-sizing: border-box;
	font-family: Catamaran;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	margin: 0;
	padding: 0;
	border: 0;
}

::-webkit-input-placeholder, ::placeholder {
	color: #979797;
	font-family: Catamaran;
}

textarea, select, input, button {
	outline: none;
	-webkit-appearance: none;
	appearance: none;
}

input[type=text], textarea {
	padding: 10px;
	border: solid 1px #cccccc;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 300;
	width: 100%;
}

input[type=text] {
	height: 40px;
}

textarea {
	line-height: 18px;
	height: 180px;
	resize: none;
}

input[type=text]:focus, textarea:focus {
	border-color: #0a91ad;
}

input[type=text].err, textarea.err {
	border-color: #ee3468;
}

button {
	width: 200px;
	height: 40px;
	border-radius: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	background-color: #ee3468;
}

button.disabled, button.disabled:hover, button.disabled:active {
	background-color: #cccccc;
}

body {
	background-color: #ffffff;
	color: #333333;
	font-size: 16px;
}

#inner {
	text-align: center;
	position: relative;
	min-height: 100%;
}

.hidden {
	display: none !important;
}

.max {
	display: inline-block;
	max-width: 900px;
	width: 100%;
}

.header {
	background-image: linear-gradient(to right, #5f7ba3, #5f7ba3 34%, #1c232e);
}

.follow {
	padding: 40px;
	padding-bottom: 0px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.follow p {
	color: #a8b8cf;
	line-height: 22px;
	font-size: 15px;
	font-weight: 300;
}

.follow a img {
	height: 16px;
	margin-left: 10px;
	opacity: 0.9;
}

.follow a img:nth-child(2) {
	display: none;
}

.header .logo {
	padding-top: 50px;
}

.header .logo img {
	height: 50px;
}

.header .tagline {
	padding-top: 50px;
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #ffffff;
}

.header .tagline span {
	padding-top: 20px;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.header .tagline span b {
	font-weight: 600;
}

.asker {
	display: inline-block;
	width: 100%;
	max-width: 550px;
	padding-left: 25px;
	padding-right: 25px;
	height: 25px;
	margin-top: 50px;
}

.ask {
	height: 50px;
	width: 100%;
	background-color: #ee3468;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	white-space: nowrap;
}

.hop {
	padding-top: 80px;
	font-size: 32px;
	font-weight: 300;
	color: #666666;
	white-space: nowrap;
}

.hop b {
	font-weight: 800;
	color: #ee3468;
}

.message {
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 300;
	font-size: 20px;
}

.message b {
	font-weight: 800;
}

.main {
	padding-top: 50px;
}

.main div {
	font-weight: 300;
}

.main div b {
	font-weight: 800;
}

.main div span {
	display: block;
	padding-top: 20px;
}

.main .mid {
	background-color: #5f7ba3;
	color: #ffffff;
}

.empower {
	margin-top: 40px;
	background-color: #ee3468;
	color: #ffffff;
}

.empower p {
	font-weight: 800;
}

.contact {
	padding-top: 100px;
	background-color: #f0f0f0;
}

.formframe {
	font-size: 30px;
	font-weight: 700;
	padding-left: 30px;
	padding-right: 30px;
}

.formframe span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 30px;
}

.fields input {
	margin-bottom: 30px;
}

.consent {
	color: #666666;
	font-size: 13px;
	font-weight: 300;
	padding-top: 20px;
}

.consent a {
	color: #666666;
}

.action {
	padding-top: 30px;
}

.action div {
	padding-top: 20px;
	padding-bottom: 60px;
	font-size: 15px;
	font-weight: 400;
}

.action div.err {
	color: #ee3468;
}

.footer {
	padding-top: 20px;
	padding-bottom: 180px;
	color: #a8b8cf;
	background-color: #34465f;
	font-size: 18px;
	font-weight: 300;
}

.links a, a.back {
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}

.footer .follow {
	display: inline-flex;
}

.copy {
	font-size: 13px;
	line-height: 30px;
	display: inline-block;
	padding: 30px;
	padding-bottom: 60px;
	width: 100%;
	max-width: 740px;
}

.pon {
	height: 50px;
	opacity: 0.8;
}

button:hover, button:active {
	background-color: #d72c5c;
}

.follow a:hover img:nth-child(1), .follow a:active img:nth-child(1) {
	display: none;
}

.follow a:hover img:nth-child(2), .follow a:active img:nth-child(2) {
	display: inline-block;
}

.ask:hover, .ask:active {
	background-color: #d72c5c;
}

.links a:hover, .links a:active, a.back:hover, a.back:active {
	color: #23c7d4;
}

@media only screen and (max-width: 640px) {
	.mobile {
		display: block;
	}
	.mobile_i {
		display: inline-block;
	}
	.desktop, .desktop_i {
		display: none;
	}
	.header .follow {
		justify-content: center;
	}
	.header .logo img {
		height: 35px;
	}
	.hop {
		font-size: 20px;
	}
	.main div {
		padding: 30px;
		padding-left: 35px;
		padding-right: 35px;
		font-size: 22px;
	}
	.main div:nth-child(2) {
		padding-left: 0px;
		padding-right: 0px;
	}
	.main .mid {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.main div span {
		font-size: 16px;
		line-height: 24px;
	}
	.empcontent {
		padding-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.empower img {
		width: 100%;
		position: relative;
		top: 44px;
	}
	.empower p {
		font-size: 25px;
		padding-bottom: 0px;
	}
	.pon {
		height: 35px;
	}
}

@media only screen and (min-width: 640px) {
	.desktop {
		display: block;
	}
	.desktop_i {
		display: inline-block;
	}
	.mobile, .mobile_i {
		display: none;
	}
	.header .tagline span {
		padding-top: 10px;
	}
	.message {
		font-size: 18px;
	}
	.main {
		display: flex;
		align-items: flex-start;
	}
	.main div {
		width: 32%;
		padding: 30px;
		padding-bottom: 0px;
		font-size: 20px;
	}
	.main div:nth-child(2) {
		width: 36%;
		padding-top: 0px;
	}
	.main .mid {
		width: 100%;
		border-radius: 6px;
		padding-bottom: 30px;
	}
	.main div span {
		font-size: 16px;
		line-height: 24px;
	}
	.empcontent {
		padding-top: 12px;
		padding-left: 30px;
		padding-right: 30px;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
	.empower .imger {
		height: 148px;
	}
	.empower img {
		height: 185px;
	}
	.empower p {
		font-size: 20px;
		padding-left: 40px;
		max-width: 430px;
	}
	.formframe {
		display: inline-block;
		max-width: 740px;
		width: 100%;
	}
	.form {
		display: flex;
	}
	.fields {
		width: 45%;
		padding-right: 30px;
	}
	.fields input:nth-child(3) {
		margin-bottom: 0;
	}
	.text {
		width: 55%;
	}
}

.privdoc {
	padding-bottom: 120px;
	margin-top:50px;
}

.privdoc a {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
	font-weight: 300;
	display:block;
	margin-top:30px;
}

.privdoc a img {
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}