




.cover {
	background: #000;
	color: #fff;
	overflow: hidden;
	position: relative;
	height: 100vh;
	font-size: 26px;
	margin-bottom: 40px;
}

.qards-iframe .cover {
	height: 56.25vw;
	min-height: 500px;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}

.cover:last-of-type {
	margin-bottom: 0;
}

.cover .content {
	max-width: 545px;
	width: 100%;
	position: relative;
	font-size: 30px;
	text-align: left;
}

.cover.center .content {
	text-align: center;
	margin: 0 auto;
	max-width: 730px;
}

.cover.right .content {
	float: right;
}

.cover.inverse {
	color: #303336;
	background: #fff;
}

.cover.inverse .button {
	border: 2px solid rgba(48, 51, 54, 1);
	opacity: .7;
}

.cover.inverse .button:hover {
	opacity: 1;
}

.cover .container-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	z-index: 1;
}

.cover .container {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}

.cover .holder {
	display: table-cell;
	vertical-align: middle;
	padding: 136px 11.5%;
	width: 100%;
}

.cover.top .holder {
	vertical-align: top;
}

.cover.bottom .holder {
	vertical-align: bottom;
}

.cover h1 {
	font-weight: 600;
	letter-spacing: -2px;
	margin-bottom: 16px;
}

.cover .hero {
	opacity: .7;
	font-weight: 200;
}

.cover .button {
	font-size: 18px;
	line-height: 23px;
	padding: 11px 28px;
	border-radius: 45px;
	margin-top: 32px;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	opacity: .7;
	color: inherit;
	white-space: nowrap;
	border: 2px solid #fff;
	-webkit-transition: opacity .35s;
	-moz-transition: opacity .35s;
	-o-transition: opacity .35s;
	transition: opacity .35s;
}

.cover .button:hover {
	opacity: 1;
}

.cover .background {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: inherit;
	-webkit-animation: fadeIn .5s;
	-webkit-animation: fadeIn .5s;
	-webkit-animation: fadeIn .5s;
	-webkit-animation: fadeIn .5s;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cover .background svg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
}

@-o-keyframes fadeIn {
	from {
		opacity: 0;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
}

.background-holder {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: none;
	background-position: 50% 50%;
}

.cover.video .background {
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

.cover.video .mbYTP_wrapper {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.cover .background .overlay {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: inherit;
}

.cover.video iframe {
	pointer-events: none;
}

.cover.video .mbYTP_wrapper.no-transition {
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
	transition: 0;
}

@media screen and (max-width: 568px) {
	.cover .holder {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

@media screen and (min-width: 768px) {
	.cover .content {
		max-width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.cover .content {
		max-width: 100%;
	}
}

@media screen and (min-width: 1600px) {
	.cover .holder {
		padding-top: 200px;
		padding-bottom: 200px;
	}
	
	.cover .content {
		max-width: 540px;
	}
}

.cover .button .font-size-1, .cover .button.font-size-1 {
	font-size: 17px;
}

.cover .button .font-size-2, .cover .button.font-size-2 {
	font-size: 18px;
}

.cover .button .font-size-3, .cover .button.font-size-3 {
	font-size: 19px;
}

.cover .button .font-size-4, .cover .button.font-size-4 {
	font-size: 20px;
}

.cover .button .font-size-5, .cover .button.font-size-5 {
	font-size: 21px;
}

.cover .button .font-size-6, .cover .button.font-size-6 {
	font-size: 22px;
}

.cover .button .font-size-7, .cover .button.font-size-7 {
	font-size: 23px;
}

.cover .button .font-size-8, .cover .button.font-size-8 {
	font-size: 24px;
}

.cover .button .font-size-9, .cover .button.font-size-9 {
	font-size: 26px;
}

.cover .button .line-height-1, .cover .button.line-height-1 {
	line-height: 1.2;
}

.cover .button .line-height-2, .cover .button.line-height-2 {
	line-height: 1.3;
}

.cover .button .line-height-3, .cover .button.line-height-3 {
	line-height: 1.4;
}

.cover .button .line-height-4, .cover .button.line-height-4 {
	line-height: 1.5;
}

.cover .button .line-height-5, .cover .button.line-height-5 {
	line-height: 1.6;
}

.cover .button .line-height-6, .cover .button.line-height-6 {
	line-height: 1.7;
}

.cover .button .line-height-7, .cover .button.line-height-7 {
	line-height: 1.8;
}

@media screen and (max-width: 568px) {
	.cover p .line-height-1, .cover p.line-height-1 {
		line-height: 1.18;
	}
	
	.cover p .line-height-2, .cover p.line-height-2 {
		line-height: 1.28;
	}
	
	.cover p .line-height-3, .cover p.line-height-3 {
		line-height: 1.38;
	}
	
	.cover p .line-height-4, .cover p.line-height-4 {
		line-height: 1.48;
	}
	
	.cover p .line-height-5, .cover p.line-height-5 {
		line-height: 1.58;
	}
	
	.cover p .line-height-6, .cover p.line-height-6 {
		line-height: 1.68;
	}
	
	.cover p .line-height-7, .cover p.line-height-7 {
		line-height: 1.78;
	}
}

.cover a {
	color: rgb(17, 161, 236);
}


.feature {
	padding-top: 120px;
	padding-bottom: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
	-webkit-transition: padding .25s ease-in-out;
	-moz-transition: padding .25s ease-in-out;
	-o-transition: padding .25s ease-in-out;
	transition: padding .25s ease-in-out;
}

.feature.horizontal {
	padding-top: 120px;
}

.feature img {
	opacity: 0;
	max-width: 100%;
}

.feature.large img {
	width: 100%;
}

.feature img.loaded {
	opacity: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.feature .container {
	max-width: 1114px;
	margin: 0 auto;
	width: 83.333333%;
	position: relative;
	z-index: 1;
}

.feature .container ul {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	max-width: 1114px;
	width: 100%;
}

.feature p.hero + p.hero, .feature [text-editing-default-paragraph="hero"] + [button-editing] {
	margin-top: 15px;
	display: block;
}

.feature.vertical .container ul li {
	display: block;
	text-align: center;
}

.feature .text-container {
	max-width: 734px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.feature .text-container h1 {
	font-weight: 600;
	letter-spacing: -1.78px;
	color: #424242;
	margin-bottom: 20px;
}

.feature .text-container .hero {
	font-weight: 200;
	color: #6c6c6c;
}

.feature .text-container p, .feature .text-container h2 {
	color: #6c6c6c;
}

.feature .image-container {
	line-height: 0;
	font-size: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 100%;
	position: relative;
	-webkit-transition: max-width .25s ease-in-out;
	-moz-transition: max-width .25s ease-in-out;
	-o-transition: max-width .25s ease-in-out;
	transition: max-width .25s ease-in-out;
}

.feature .image-container a, .feature .image-container a:hover {
	border: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	display: inline-block;
}

.feature.vertical.medium .image-container img {
	margin: 0 auto;
	line-height: 0;
	max-width: 100%;
}

.feature.vertical .container ul li + li {
	margin-top: 60px;
}

.feature.vertical.small .image-container {
	max-width: 544px;
}

@media screen and (min-width: 1024px) {
	.feature.horizontal .container ul {
		display: table;
		table-layout: fixed;
	}
	
	.feature.horizontal .text-container {
		text-align: left;
	}
	
	.feature.horizontal li {
		width: 50%;
		display: table-cell;
		vertical-align: middle;
	}
	
	.feature.horizontal li .image-container img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	
	.feature.horizontal li:first-child .text-container {
		padding-right: 18%;
	}
	
	.feature.horizontal li:last-child .text-container {
		padding-left: 18%;
	}
	
	.feature.horizontal .image-container, .feature.horizontal .text-container {
		margin-top: 0;
	}
	
	.feature.horizontal h1 {
		margin-top: 0;
	}
}

@media screen and (max-width: 1024px) {
	.feature.vertical .container ul li + li, .feature .container ul li + li {
		margin-top: 60px;
	}
}

@media screen and (max-width: 568px) {
	.feature.vertical .container ul li + li, .feature .container ul li + li {
		margin-top: 36px;
	}
	
	.feature .text-container h1 {
		margin-bottom: 10px;
	}
	
	.feature .text-container .hero {
		margin-top: 22px;
	}
}

.dm-feature [button-editing] p .font-size-1, .dm-feature [button-editing] p.font-size-1 {
	font-size: 24px;
}

.dm-feature [button-editing] p .font-size-2, .dm-feature [button-editing] p.font-size-2 {
	font-size: 26px;
}

.dm-feature [button-editing] p .font-size-3, .dm-feature [button-editing] p.font-size-3 {
	font-size: 28px;
}

.dm-feature [button-editing] p .font-size-4, .dm-feature [button-editing] p.font-size-4 {
	font-size: 30px;
}

.dm-feature [button-editing] p .font-size-5, .dm-feature [button-editing] p.font-size-5 {
	font-size: 32px;
}

.dm-feature [button-editing] p .font-size-6, .dm-feature [button-editing] p.font-size-6 {
	font-size: 34px;
}

.dm-feature [button-editing] p .font-size-7, .dm-feature [button-editing] p.font-size-7 {
	font-size: 36px;
}

.dm-feature [button-editing] p .font-size-8, .dm-feature [button-editing] p.font-size-8 {
	font-size: 38px;
}

.dm-feature [button-editing] p .font-size-9, .dm-feature [button-editing] p.font-size-9 {
	font-size: 40px;
}

.dm-feature [button-editing] p .line-height-1, .dm-feature [button-editing] p.line-height-1 {
	line-height: 1.2;
}

.dm-feature [button-editing] p .line-height-2, .dm-feature [button-editing] p.line-height-2 {
	line-height: 1.3;
}

.dm-feature [button-editing] p .line-height-3, .dm-feature [button-editing] p.line-height-3 {
	line-height: 1.4;
}

.dm-feature [button-editing] p .line-height-4, .dm-feature [button-editing] p.line-height-4 {
	line-height: 1.5;
}

.dm-feature [button-editing] p .line-height-5, .dm-feature [button-editing] p.line-height-5 {
	line-height: 1.6;
}

.dm-feature [button-editing] p .line-height-6, .dm-feature [button-editing] p.line-height-6 {
	line-height: 1.7;
}

.dm-feature [button-editing] p .line-height-7, .dm-feature [button-editing] p.line-height-7 {
	line-height: 1.8;
}

@media screen and (max-width: 568px) {
	.dm-feature [button-editing] p .font-size-1, .dm-feature [button-editing] p.font-size-1 {
		font-size: 24px;
	}
	
	.dm-feature [button-editing] p .font-size-2, .dm-feature [button-editing] p.font-size-2 {
		font-size: 25px;
	}
	
	.dm-feature [button-editing] p .font-size-3, .dm-feature [button-editing] p.font-size-3 {
		font-size: 26px;
	}
	
	.dm-feature [button-editing] p .font-size-4, .dm-feature [button-editing] p.font-size-4 {
		font-size: 27px;
	}
	
	.dm-feature [button-editing] p .font-size-5, .dm-feature [button-editing] p.font-size-5 {
		font-size: 28px;
	}
	
	.dm-feature [button-editing] p .font-size-6, .dm-feature [button-editing] p.font-size-6 {
		font-size: 29px;
	}
	
	.dm-feature [button-editing] p .font-size-7, .dm-feature [button-editing] p.font-size-7 {
		font-size: 30px;
	}
	
	.dm-feature [button-editing] p .font-size-8, .dm-feature [button-editing] p.font-size-8 {
		font-size: 31px;
	}
	
	.dm-feature [button-editing] p .font-size-9, .dm-feature [button-editing] p.font-size-9 {
		font-size: 32px;
	}
	
	.dm-feature [button-editing] p .line-height-1, .dm-feature [button-editing] p.line-height-1 {
		line-height: 1;
	}
	
	.dm-feature [button-editing] p .line-height-2, .dm-feature [button-editing] p.line-height-2 {
		line-height: 1.1;
	}
	
	.dm-feature [button-editing] p .line-height-3, .dm-feature [button-editing] p.line-height-3 {
		line-height: 1.2;
	}
	
	.dm-feature [button-editing] p .line-height-4, .dm-feature [button-editing] p.line-height-4 {
		line-height: 1.3;
	}
	
	.dm-feature [button-editing] p .line-height-5, .dm-feature [button-editing] p.line-height-5 {
		line-height: 1.4;
	}
	
	.dm-feature [button-editing] p .line-height-6, .dm-feature [button-editing] p.line-height-6 {
		line-height: 1.5;
	}
	
	.dm-feature [button-editing] p .line-height-7, .dm-feature [button-editing] p.line-height-7 {
		line-height: 1.6;
	}
}

.feature.top-padding-0 {
	padding-top: 0;
}

.feature.top-padding-1 {
	padding-top: 10px;
}

.feature.top-padding-2 {
	padding-top: 20px;
}

.feature.top-padding-3 {
	padding-top: 30px;
}

.feature.top-padding-4 {
	padding-top: 40px;
}

.feature.top-padding-5 {
	padding-top: 50px;
}

.feature.top-padding-6 {
	padding-top: 60px;
}

.feature.top-padding-7 {
	padding-top: 70px;
}

.feature.top-padding-8 {
	padding-top: 80px;
}

.feature.top-padding-9 {
	padding-top: 90px;
}

.feature.top-padding-10 {
	padding-top: 100px;
}

.feature.top-padding-11 {
	padding-top: 110px;
}

.feature.top-padding-12 {
	padding-top: 120px;
}

.feature.bottom-padding-0 {
	padding-bottom: 0;
}

.feature.bottom-padding-1 {
	padding-bottom: 10px;
}

.feature.bottom-padding-2 {
	padding-bottom: 20px;
}

.feature.bottom-padding-3 {
	padding-bottom: 30px;
}

.feature.bottom-padding-4 {
	padding-bottom: 40px;
}

.feature.bottom-padding-5 {
	padding-bottom: 50px;
}

.feature.bottom-padding-6 {
	padding-bottom: 60px;
}

.feature.bottom-padding-7 {
	padding-bottom: 70px;
}

.feature.bottom-padding-8 {
	padding-bottom: 80px;
}

.feature.bottom-padding-9 {
	padding-bottom: 90px;
}

.feature.bottom-padding-10 {
	padding-bottom: 100px;
}

.feature.bottom-padding-11 {
	padding-bottom: 110px;
}

.feature.bottom-padding-12 {
	padding-bottom: 120px;
}

@media screen and (max-width: 568px) {
	.feature.top-padding-0 {
		padding-top: 0;
	}
	
	.feature.top-padding-1 {
		padding-top: 9px;
	}
	
	.feature.top-padding-2 {
		padding-top: 18px;
	}
	
	.feature.top-padding-3 {
		padding-top: 27px;
	}
	
	.feature.top-padding-4 {
		padding-top: 36px;
	}
	
	.feature.top-padding-5 {
		padding-top: 45px;
	}
	
	.feature.top-padding-6 {
		padding-top: 54px;
	}
	
	.feature.top-padding-7 {
		padding-top: 63px;
	}
	
	.feature.top-padding-8 {
		padding-top: 72px;
	}
	
	.feature.top-padding-9 {
		padding-top: 81px;
	}
	
	.feature.top-padding-10 {
		padding-top: 90px;
	}
	
	.feature.top-padding-11 {
		padding-top: 99px;
	}
	
	.feature.top-padding-12 {
		padding-top: 108px;
	}
	
	.feature.bottom-padding-0 {
		padding-bottom: 0;
	}
	
	.feature.bottom-padding-1 {
		padding-bottom: 9px;
	}
	
	.feature.bottom-padding-2 {
		padding-bottom: 18px;
	}
	
	.feature.bottom-padding-3 {
		padding-bottom: 27px;
	}
	
	.feature.bottom-padding-4 {
		padding-bottom: 36px;
	}
	
	.feature.bottom-padding-5 {
		padding-bottom: 45px;
	}
	
	.feature.bottom-padding-6 {
		padding-bottom: 54px;
	}
	
	.feature.bottom-padding-7 {
		padding-bottom: 63px;
	}
	
	.feature.bottom-padding-8 {
		padding-bottom: 72px;
	}
	
	.feature.bottom-padding-9 {
		padding-bottom: 81px;
	}
	
	.feature.bottom-padding-10 {
		padding-bottom: 90px;
	}
	
	.feature.bottom-padding-11 {
		padding-bottom: 99px;
	}
	
	.feature.bottom-padding-12 {
		padding-bottom: 108px;
	}
}

h2 .font-size-1, h2.font-size-1 {
	font-size: 18px;
}

h2 .font-size-2, h2.font-size-2 {
	font-size: 20px;
}

h2 .font-size-3, h2.font-size-3 {
	font-size: 22px;
}

h2 .font-size-4, h2.font-size-4 {
	font-size: 24px;
}

h2 .font-size-5, h2.font-size-5 {
	font-size: 26px;
}

h2 .font-size-6, h2.font-size-6 {
	font-size: 28px;
}

h2 .font-size-7, h2.font-size-7 {
	font-size: 30px;
}

h2 .font-size-8, h2.font-size-8 {
	font-size: 32px;
}

h2 .font-size-9, h2.font-size-9 {
	font-size: 34px;
}

h2 .line-height-1, h2.line-height-1 {
	line-height: 1.2;
}

h2 .line-height-2, h2.line-height-2 {
	line-height: 1.3;
}

h2 .line-height-3, h2.line-height-3 {
	line-height: 1.4;
}

h2 .line-height-4, h2.line-height-4 {
	line-height: 1.5;
}

h2 .line-height-5, h2.line-height-5 {
	line-height: 1.6;
}

h2 .line-height-6, h2.line-height-6 {
	line-height: 1.7;
}

h2 .line-height-7, h2.line-height-7 {
	line-height: 1.8;
}

.feature a {
	color: rgb(17, 161, 236);
}


.subscribe {
	padding-top: 100px;
	padding-bottom: 40px;
	text-align: center;
	-webkit-transition: padding .25s ease-in-out;
	-moz-transition: padding .25s ease-in-out;
	-o-transition: padding .25s ease-in-out;
	transition: padding .25s ease-in-out;
}

.subscribe .container {
	max-width: 734px;
	margin: 0 auto;
	width: 83.333333%;
	position: relative;
	z-index: 1;
}

.subscribe h1 {
	font-weight: 600;
	letter-spacing: -1.78px;
	text-align: center;
	color: #424242;
	margin-top: 10px;
	margin-bottom: 20px;
}

.subscribe .hero {
	font-weight: 200;
	text-align: center;
	color: #6c6c6c;
	margin-bottom: 32px;
}

.subscribe h2 {
	margin-bottom: 32px;
}

.subscribe input {
	padding: 20px;
	padding: 15px 28px;
	font-size: 24px;
	border-radius: 30px;
	border: 1px solid rgba(129, 129, 129, .7);
	outline: none;
	text-align: left;
	width: 340px;
	color: #6c6c6c;
	background: transparent;
	font-weight: 200;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: border-color .35s, background .35s;
	-moz-transition: border-color .35s, background .35s;
	-o-transition: border-color .35s, background .35s;
	transition: border-color .35s, background .35s;
}

.subscribe.error input {
	color: #d47070;
	border-color: #d47070;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation: bounceIn .5s 1s;
	animation: bounceIn .5s 1s;
}

.subscribe.loading .button {
	-webkit-animation: loading-subcscribe .75s infinite;
	animation: loading-subcscribe .75s infinite;
}

@-webkit-keyframes loading-subcscribe {
	50% {
		color: rgba(255, 255, 255, .25);
	}
}

@keyframes loading-subcscribe {
	50% {
		color: rgba(255, 255, 255, .25);
	}
}

.subscribe.done {
	cursor: default !important;
	pointer-events: none !important;
}

.subscribe.done .button {
	background: #51af7e !important;
	border-color: #51af7e !important;
}

.subscribe.done .button .text-default {
	display: none;
}

.subscribe.done .button .text-done {
	display: inline;
}

.subscribe:not(.error) input:focus {
	border: 1px solid #11a1ec;
	background: #fff;
}

.subscribe input::-webkit-input-placeholder {
	color: rgba(129, 129, 129, .7);
	-webkit-transition: opacity .35s;
	transition: opacity .35s;
}

.subscribe input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.subscribe input:-moz-placeholder {
	color: rgba(129, 129, 129, .7);
	-moz-transition: opacity .35s;
}

.subscribe input:focus:-moz-placeholder {
	opacity: 0;
}

.subscribe input::-moz-placeholder {
	color: rgba(129, 129, 129, .7);
	-moz-transition: opacity .35s;
}

.subscribe input:focus::-moz-placeholder {
	opacity: 0;
}

.subscribe input:-ms-input-placeholder {
	color: rgba(129, 129, 129, .7);
}

.subscribe input:focus:-ms-input-placeholder {
	opacity: 0;
}

.subscribe .button {
	background: #11a1ec;
	padding: 15px 40px;
	border: 1px solid #11a1ec !important;
	border-radius: 30px;
	outline: none;
	margin: 0 10px;
	font-weight: 200;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-ms-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.subscribe .button .text-done {
	display: none;
}

.subscribe .button::-moz-focus-inner {
	padding: 0;
	border: none;
	margin: 0;
}

.subscribe .button:hover {
	opacity: .9;
}

@media screen and (max-width: 768px) {
	.subscribe input {
		width: 100%;
		margin-bottom: 16px;
		font-size: 18px;
	}
	
	.subscribe .button {
		font-size: 21px;
	}
}

@media screen and (max-width: 568px) {
	.subscribe h1 {
		margin-top: 35px;
		margin-bottom: 10px;
	}
	
	.subscribe p {
		margin-top: 18px;
	}
	
	.subscribe .hero {
		margin-top: 22px;
	}
}

.subscribe.top-padding-0 {
	padding-top: 0;
}

.subscribe.top-padding-1 {
	padding-top: 10px;
}

.subscribe.top-padding-2 {
	padding-top: 20px;
}

.subscribe.top-padding-3 {
	padding-top: 30px;
}

.subscribe.top-padding-4 {
	padding-top: 40px;
}

.subscribe.top-padding-5 {
	padding-top: 50px;
}

.subscribe.top-padding-6 {
	padding-top: 60px;
}

.subscribe.top-padding-7 {
	padding-top: 70px;
}

.subscribe.top-padding-8 {
	padding-top: 80px;
}

.subscribe.top-padding-9 {
	padding-top: 90px;
}

.subscribe.top-padding-10 {
	padding-top: 100px;
}

.subscribe.top-padding-11 {
	padding-top: 110px;
}

.subscribe.top-padding-12 {
	padding-top: 120px;
}

.subscribe.bottom-padding-0 {
	padding-bottom: 0;
}

.subscribe.bottom-padding-1 {
	padding-bottom: 10px;
}

.subscribe.bottom-padding-2 {
	padding-bottom: 20px;
}

.subscribe.bottom-padding-3 {
	padding-bottom: 30px;
}

.subscribe.bottom-padding-4 {
	padding-bottom: 40px;
}

.subscribe.bottom-padding-5 {
	padding-bottom: 50px;
}

.subscribe.bottom-padding-6 {
	padding-bottom: 60px;
}

.subscribe.bottom-padding-7 {
	padding-bottom: 70px;
}

.subscribe.bottom-padding-8 {
	padding-bottom: 80px;
}

.subscribe.bottom-padding-9 {
	padding-bottom: 90px;
}

.subscribe.bottom-padding-10 {
	padding-bottom: 100px;
}

.subscribe.bottom-padding-11 {
	padding-bottom: 110px;
}

.subscribe.bottom-padding-12 {
	padding-bottom: 120px;
}

@media screen and (max-width: 568px) {
	.subscribe.top-padding-0 {
		padding-top: 0;
	}
	
	.subscribe.top-padding-1 {
		padding-top: 9px;
	}
	
	.subscribe.top-padding-2 {
		padding-top: 18px;
	}
	
	.subscribe.top-padding-3 {
		padding-top: 27px;
	}
	
	.subscribe.top-padding-4 {
		padding-top: 36px;
	}
	
	.subscribe.top-padding-5 {
		padding-top: 45px;
	}
	
	.subscribe.top-padding-6 {
		padding-top: 54px;
	}
	
	.subscribe.top-padding-7 {
		padding-top: 63px;
	}
	
	.subscribe.top-padding-8 {
		padding-top: 72px;
	}
	
	.subscribe.top-padding-9 {
		padding-top: 81px;
	}
	
	.subscribe.top-padding-10 {
		padding-top: 90px;
	}
	
	.subscribe.top-padding-11 {
		padding-top: 99px;
	}
	
	.subscribe.top-padding-12 {
		padding-top: 108px;
	}
	
	.subscribe.bottom-padding-0 {
		padding-bottom: 0;
	}
	
	.subscribe.bottom-padding-1 {
		padding-bottom: 9px;
	}
	
	.subscribe.bottom-padding-2 {
		padding-bottom: 18px;
	}
	
	.subscribe.bottom-padding-3 {
		padding-bottom: 27px;
	}
	
	.subscribe.bottom-padding-4 {
		padding-bottom: 36px;
	}
	
	.subscribe.bottom-padding-5 {
		padding-bottom: 45px;
	}
	
	.subscribe.bottom-padding-6 {
		padding-bottom: 54px;
	}
	
	.subscribe.bottom-padding-7 {
		padding-bottom: 63px;
	}
	
	.subscribe.bottom-padding-8 {
		padding-bottom: 72px;
	}
	
	.subscribe.bottom-padding-9 {
		padding-bottom: 81px;
	}
	
	.subscribe.bottom-padding-10 {
		padding-bottom: 90px;
	}
	
	.subscribe.bottom-padding-11 {
		padding-bottom: 99px;
	}
	
	.subscribe.bottom-padding-12 {
		padding-bottom: 108px;
	}
}

.subscribe .button.font-size-1, .subscribe .button.font-size-1 {
	font-size: 17px;
}

.subscribe .button.font-size-2, .subscribe .button.font-size-2 {
	font-size: 18px;
}

.subscribe .button.font-size-3, .subscribe .button.font-size-3 {
	font-size: 19px;
}

.subscribe .button.font-size-4, .subscribe .button.font-size-4 {
	font-size: 20px;
}

.subscribe .button.font-size-5, .subscribe .button.font-size-5 {
	font-size: 21px;
}

.subscribe .button.font-size-6, .subscribe .button.font-size-6 {
	font-size: 22px;
}

.subscribe .button.font-size-7, .subscribe .button.font-size-7 {
	font-size: 23px;
}

.subscribe .button.font-size-8, .subscribe .button.font-size-8 {
	font-size: 24px;
}

.subscribe .button.font-size-9, .subscribe .button.font-size-9 {
	font-size: 26px;
}

.subscribe .button.line-height-1, .subscribe .button.line-height-1 {
	line-height: 1.65;
}

.subscribe .button .line-height-1, .subscribe .button.line-height-1 {
	line-height: 1.1;
}

.subscribe .button .line-height-2, .subscribe .button.line-height-2 {
	line-height: 1.2;
}

.subscribe .button .line-height-3, .subscribe .button.line-height-3 {
	line-height: 1.3;
}

.subscribe .button .line-height-4, .subscribe .button.line-height-4 {
	line-height: 1.4;
}

.subscribe .button .line-height-5, .subscribe .button.line-height-5 {
	line-height: 1.5;
}

.subscribe .button .line-height-6, .subscribe .button.line-height-6 {
	line-height: 1.6;
}

.subscribe .button .line-height-7, .subscribe .button.line-height-7 {
	line-height: 1.7;
}

.subscribe a {
	color: rgb(17, 161, 236);
}


.text {
	font-size: 20px;
	line-height: 39px;
	padding-top: 120px;
	padding-bottom: 20;
	color: #6c6c6c;
	overflow: hidden;
	-webkit-transition: padding .25s ease-in-out;
	-moz-transition: padding .25s ease-in-out;
	-o-transition: padding .25s ease-in-out;
	transition: padding .25s ease-in-out;
}

.text .container {
	max-width: 734px;
	margin: 0 auto;
	width: 83.333333%;
	position: relative;
	z-index: 1;
}

.text h1 {
	margin-top: 92px;
	font-weight: 600;
	letter-spacing: -1.78px;
	text-align: center;
	color: #424242;
	margin-bottom: 20px;
}

.text h1:first-of-type {
	margin-top: 0;
}

.text h2 {
	text-align: center;
	letter-spacing: 2px;
	color: #424242;
	margin-top: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
}

.text .hero {
	font-weight: 200;
	text-align: center;
	color: #6c6c6c;
}

.text p + p, .text .paragraph + .paragraph {
	margin-top: 20px;
}

.text p:not(.hero):last-child, .text .paragraph:not(.hero-holder):last-child {
	margin-bottom: 8px;
}

.text h1 + p:not(.hero), .text .heading + .paragraph:not(.hero-holder) {
	margin-top: 47px;
}

.text p.hero + p:not(.hero), .text .paragraph.hero-holder + .paragraph:not(.hero-holder) {
	padding-top: 18px;
}

.text .button {
	background: #11a1ec;
	padding: 8px 40px;
	border: none;
	border-radius: 30px;
	outline: none;
	font-weight: 200;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: .35s;
	-moz-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}

.text .link {
	display: inline-block;
	vertical-align: top;
	color: #11a1ec;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	-webkit-transition: border-color .5s, color .5s, background-color .5s;
	-moz-transition: border-color .5s, color .5s, background-color .5s;
	-o-transition: border-color .5s, color .5s, background-color .5s;
	transition: border-color .5s, color .5s, background-color .5s;
}

.text .link:hover {
	border-bottom: 1px solid #11a1ec;
}

.text .link span {
	display: block;
}

.text .button:hover {
	opacity: .9;
}

@media screen and (max-width: 568px) {
	.text h1 {
		margin-top: 56px;
		margin-bottom: 10px;
	}
	
	.text h2 {
		font-size: 18px;
		line-height: 39px;
		margin-top: 24px;
		margin-bottom: 8px;
	}
	
	.text p + p, .text .paragraph + .paragraph {
		margin-top: 18px;
	}
	
	.text .hero {
		font-size: 27px;
		line-height: 35px;
		margin-top: 22px;
	}
	
	.text p.hero + p:not(.hero), .text .paragraph.hero-holder + .paragraph:not(.hero-holder) {
		padding-top: 3px;
	}
	
	.text h1 + p:not(.hero), .text .heading + .paragraph:not(.hero-holder) {
		margin-top: 24px;
	}
	
	.text p:not(.hero):last-child, .text .paragraph:not(.hero-holder):last-child {
		margin-bottom: 0px;
	}
}

.text h2 .font-size-1, .text h2.font-size-1 {
	font-size: 15px;
}

.text h2 .font-size-2, .text h2.font-size-2 {
	font-size: 16px;
}

.text h2 .font-size-3, .text h2.font-size-3 {
	font-size: 17px;
}

.text h2 .font-size-4, .text h2.font-size-4 {
	font-size: 18px;
}

.text h2 .font-size-5, .text h2.font-size-5 {
	font-size: 19px;
}

.text h2 .font-size-6, .text h2.font-size-6 {
	font-size: 20px;
}

.text h2 .font-size-7, .text h2.font-size-7 {
	font-size: 21px;
}

.text h2 .font-size-8, .text h2.font-size-8 {
	font-size: 22px;
}

.text h2 .font-size-9, .text h2.font-size-9 {
	font-size: 23px;
}

.text h2 .line-height-1, .text h2.line-height-1 {
	line-height: 1.87;
}

.text h2 .line-height-2, .text h2.line-height-2 {
	line-height: 1.97;
}

.text h2 .line-height-3, .text h2.line-height-3 {
	line-height: 2.07;
}

.text h2 .line-height-4, .text h2.line-height-4 {
	line-height: 2.17;
}

.text h2 .line-height-5, .text h2.line-height-5 {
	line-height: 2.27;
}

.text h2 .line-height-6, .text h2.line-height-6 {
	line-height: 2.37;
}

.text h2 .line-height-7, .text h2.line-height-7 {
	line-height: 2.47;
}

.text .paragraph:not(:first-child) p .font-size-1, .text .paragraph:not(:first-child) p.font-size-1 {
	font-size: 24px;
}

.text .paragraph:not(:first-child) p .font-size-2, .text .paragraph:not(:first-child) p.font-size-2 {
	font-size: 26px;
}

.text .paragraph:not(:first-child) p .font-size-3, .text .paragraph:not(:first-child) p.font-size-3 {
	font-size: 28px;
}

.text .paragraph:not(:first-child) p .font-size-4, .text .paragraph:not(:first-child) p.font-size-4 {
	font-size: 30px;
}

.text .paragraph:not(:first-child) p .font-size-5, .text .paragraph:not(:first-child) p.font-size-5 {
	font-size: 32px;
}

.text .paragraph:not(:first-child) p .font-size-6, .text .paragraph:not(:first-child) p.font-size-6 {
	font-size: 34px;
}

.text .paragraph:not(:first-child) p .font-size-7, .text .paragraph:not(:first-child) p.font-size-7 {
	font-size: 36px;
}

.text .paragraph:not(:first-child) p .font-size-8, .text .paragraph:not(:first-child) p.font-size-8 {
	font-size: 38px;
}

.text .paragraph:not(:first-child) p .font-size-9, .text .paragraph:not(:first-child) p.font-size-9 {
	font-size: 40px;
}

.text .paragraph:not(:first-child) p {
	margin-bottom: 0 !important;
}

.text.top-padding-0 {
	padding-top: 0;
}

.text.top-padding-1 {
	padding-top: 10px;
}

.text.top-padding-2 {
	padding-top: 20px;
}

.text.top-padding-3 {
	padding-top: 30px;
}

.text.top-padding-4 {
	padding-top: 40px;
}

.text.top-padding-5 {
	padding-top: 50px;
}

.text.top-padding-6 {
	padding-top: 60px;
}

.text.top-padding-7 {
	padding-top: 70px;
}

.text.top-padding-8 {
	padding-top: 80px;
}

.text.top-padding-9 {
	padding-top: 90px;
}

.text.top-padding-10 {
	padding-top: 100px;
}

.text.top-padding-11 {
	padding-top: 110px;
}

.text.top-padding-12 {
	padding-top: 120px;
}

.text.bottom-padding-0 {
	padding-bottom: 0;
}

.text.bottom-padding-1 {
	padding-bottom: 10px;
}

.text.bottom-padding-2 {
	padding-bottom: 20px;
}

.text.bottom-padding-3 {
	padding-bottom: 30px;
}

.text.bottom-padding-4 {
	padding-bottom: 40px;
}

.text.bottom-padding-5 {
	padding-bottom: 50px;
}

.text.bottom-padding-6 {
	padding-bottom: 60px;
}

.text.bottom-padding-7 {
	padding-bottom: 70px;
}

.text.bottom-padding-8 {
	padding-bottom: 80px;
}

.text.bottom-padding-9 {
	padding-bottom: 90px;
}

.text.bottom-padding-10 {
	padding-bottom: 100px;
}

.text.bottom-padding-11 {
	padding-bottom: 110px;
}

.text.bottom-padding-12 {
	padding-bottom: 120px;
}

@media screen and (max-width: 568px) {
	.text.top-padding-0 {
		padding-top: 0;
	}
	
	.text.top-padding-1 {
		padding-top: 9px;
	}
	
	.text.top-padding-2 {
		padding-top: 18px;
	}
	
	.text.top-padding-3 {
		padding-top: 27px;
	}
	
	.text.top-padding-4 {
		padding-top: 36px;
	}
	
	.text.top-padding-5 {
		padding-top: 45px;
	}
	
	.text.top-padding-6 {
		padding-top: 54px;
	}
	
	.text.top-padding-7 {
		padding-top: 63px;
	}
	
	.text.top-padding-8 {
		padding-top: 72px;
	}
	
	.text.top-padding-9 {
		padding-top: 81px;
	}
	
	.text.top-padding-10 {
		padding-top: 90px;
	}
	
	.text.top-padding-11 {
		padding-top: 99px;
	}
	
	.text.top-padding-12 {
		padding-top: 108px;
	}
	
	.text.bottom-padding-0 {
		padding-bottom: 0;
	}
	
	.text.bottom-padding-1 {
		padding-bottom: 9px;
	}
	
	.text.bottom-padding-2 {
		padding-bottom: 18px;
	}
	
	.text.bottom-padding-3 {
		padding-bottom: 27px;
	}
	
	.text.bottom-padding-4 {
		padding-bottom: 36px;
	}
	
	.text.bottom-padding-5 {
		padding-bottom: 45px;
	}
	
	.text.bottom-padding-6 {
		padding-bottom: 54px;
	}
	
	.text.bottom-padding-7 {
		padding-bottom: 63px;
	}
	
	.text.bottom-padding-8 {
		padding-bottom: 72px;
	}
	
	.text.bottom-padding-9 {
		padding-bottom: 81px;
	}
	
	.text.bottom-padding-10 {
		padding-bottom: 90px;
	}
	
	.text.bottom-padding-11 {
		padding-bottom: 99px;
	}
	
	.text.bottom-padding-12 {
		padding-bottom: 108px;
	}
}

.text a {
	color: rgb(17, 161, 236);
}