@import https://fonts.googleapis.com/css?family=Open+Sans:400,700;

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

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
	display: block
}

body {
	line-height: 1
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none
}

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

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

body, html {
	height: 100%
}

body {
	min-width: 320px;
	overflow-x: hidden;
	font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	color: #282828;
	z-index: 0
}

h1 {
	font-size: 2.375em
}

h1, h2 {
	line-height: 1.3em
}

h2 {
	font-size: 2.25em
}

h3 {
	font-size: 1em
}

h3, h4 {
	line-height: 1.3em
}

h4 {
	font-size: 1.3125em
}

h5 {
	font-size: 1em;
	line-height: 1.3em
}

.hidden {
	display: none
}

.c--primary {
	color: #30c72a
}

.c--accent {
	color: #413233
}

.c--red {
	color: #f41d25
}

.c--blue {
	color: #3892d4
}

.tt--u {
	text-transform: uppercase
}

.fw--b {
	font-weight: 700
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.btn {
	display: inline-block;
	border: none;
	color: #fff;
	text-decoration: none;
	background-color: #F1645E;
	padding: 0 30px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 0 3px 3px 0;
	text-align: center;
	position: relative;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn:hover {
	background-color: #e3544e
}

.btn:active {
	background-color: #cb312b;
	box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36)
}

.btn--accent {
	background-color: #6a5759;
	border-radius: 3px 0 0 3px
}

.btn--accent:hover {
	background-color: #624a4d
}

.btn--accent:active {
	background-color: #4e383a
}

.btn__full {
	border-radius: 3px
}

.main {
	width: 100%;
	height: 100%;
	z-index: 1
}

h1, h2, h3, h4, h5, h6, p {
	text-shadow: 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000, 1px 0 0 #000
}

.header, .main {
	position: relative
}

.header {
	padding: 40px 20px 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(transparent));
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, .7), transparent);
	background-image: linear-gradient(rgba(0, 0, 0, .7), transparent)
}

.header h1 {
	font-size: 1.5em;
	color: #fff
}

.stepbox {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%
}

.step {
	display: none;
	left: 0;
	top: 0;
	background: #ffffffb8
}

.step:first-child {
	display: block
}

.step__inner {
	padding: 20px 20px 40px;
	position: relative;
	z-index: 1
}

.step__inner .questbox {
	margin-bottom: 20px;
	color: #222
}

.step__inner .questbox h5 {
	margin-bottom: 20px;
	text-shadow: none
}

.step__inner .questbox p {
	text-align: justify;
	text-indent: 1em;
	font-size: 1em;
	text-shadow: none
}

.step__inner .btnbox {
	max-width: 400px;
	margin: 0 auto 20px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.step__crumbs {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5px;
	z-index: 1;
	text-align: center
}

.step__crumbs li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin: 0;
	border: 2px solid #fff;
	background: rgba(0, 0, 0, .3)
}

.step__crumbs li.active {
	background: #30c72a
}

.bg {
	position: fixed;
	z-index: 0
}

.bg, .bg__item {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.bg__item {
	display: none;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative
}

.bg__item:first-child {
	background-image: url(../img/1.jpg);
}


.bg__item:nth-child(2) {
	background-image: url(../img/2.jpg)
}

.bg__item:nth-child(3) {
	background-image: url(../img/3.jpg)
}

.bg__item:nth-child(4) {
	background-image: url(../img/4.jpg)
}

.bg__item:nth-child(5) {
	background-image: url(../img/5.jpg)
}

.bg__item:nth-child(6) {
	background-image: url(../img/6.jpg)
}

.bg__item.active {
	display: block
}

.bg__item:after {
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(0, 0, 0, .2)
}

@media (min-width: 320px) and (max-width: 766px) {
	.hidden-xs {
		display: none
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.hidden-sm {
		display: none
	}
}

@media (min-width: 992px) and (max-width: 1439px) {
	.hidden-md {
		display: none
	}
}

@media (min-width: 1440px) {
	.hidden-lg {
		display: none
	}
}

@media (min-width: 320px) and (max-width: 575px) {
	.step {
		position: relative
	}

	.step:before {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='%23ffffffb8' fill-opacity='.99'%3E%3Cpath d='M0 100h100V0z'/%3E%3C/svg%3E");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: "";
		height: 100px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		top: -100px
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.header {
		padding: 40px
	}

	.header h1 {
		font-size: 2.25em;
		color: #fff
	}

	.header h1 span {
		display: block
	}

	.step {
		position: relative
	}

	.step:before {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='%23ffffffb8' fill-opacity='.9'%3E%3Cpath d='M0 100h100V0z'/%3E%3C/svg%3E");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: "";
		height: 100px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		top: -100px
	}

	.step__inner {
		max-width: 80%;
		margin: auto;
		padding: 20px 0 40px
	}

	.step__inner .questbox p {
		font-size: 1.125em
	}

	.step__inner .btnbox {
		max-width: 100%
	}

	.step__crumbs {
		bottom: 15px
	}

	.step__crumbs li {
		width: 15px;
		height: 15px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header {
		padding: 40px
	}

	.header h1 {
		font-size: 3.25em;
		color: #fff
	}

	.header h1 span {
		display: block
	}

	.step {
		position: relative
	}

	.step:before {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='%23ffffffb8' fill-opacity='.99'%3E%3Cpath d='M0 100h100V0z'/%3E%3C/svg%3E");
		background-position: 50%;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		content: "";
		height: 100px;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 1;
		top: -100px
	}

	.step:first-child {
		display: block
	}

	.step__inner {
		max-width: 600px;
		margin: auto;
		padding: 40px 0 100px
	}

	.step__inner .questbox {
		margin-bottom: 60px
	}

	.step__inner .questbox h5, .step__inner .questbox p {
		font-size: 1.3125em
	}

	.step__inner .btnbox {
		max-width: 100%
	}

	.step__crumbs {
		bottom: 15px
	}

	.step__crumbs li {
		width: 15px;
		height: 15px
	}
}

@media (min-width: 992px) {
	.header {
		z-index: 2;
		width: 50%;
		background: none
	}

	.header h1 {
		font-size: 2.5em
	}

	.header h1 span {
		display: block
	}

	.stepbox {
		top: 0;
		left: 0;
		width: 50%
	}

	.step, .stepbox {
		height: 100%
	}

	.step:first-child {
		display: block
	}

	.step__inner {
		width: 100%;
		position: absolute;
		bottom: 50px;
		left: 0
	}

	.step .questbox {
		max-width: 600px;
		margin: 0 auto 20px
	}

	.step .questbox h5, .step .questbox p {
		font-size: 1.3125em
	}

	.step__crumbs {
		bottom: 15px
	}

	.step__crumbs li {
		width: 15px;
		height: 15px
	}
}

.unsub {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: right;
	padding: 10px 15px;
	box-sizing: border-box;
	z-index: 9999;
	background-color: transparent;
}

.unsub > a {
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	opacity: .6;
}