/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
}
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
ul {
	list-style: none;
}
textarea, input, a, button { 
	outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #fff;
	background: #050c1a;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
a {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
a:hover, a:visited, a:focus, a:active, button:hover, button:visited, button:active, button:focus; {
	text-decoration: none !important;
	outline: none !important;
}
::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
.animation-delay-100 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.animation-delay-200 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.animation-delay-300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.animation-delay-400 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.animation-delay-600 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.animation-delay-800 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.animation-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animation-delay-2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
header {
	padding: 120px 0;
	position: relative;
	background: #fff;
	color: #050c1a;
}
.header-intro-w {
	display: flex;
	align-items: center;
}
.header-intro {
	max-width: 60%;
	padding-right: 50px;
}
.i-m-w {
	width: 40%;
}
header h1 {
	font-size: 5em;
	font-weight: 900;
	margin-bottom: 30px;
}
.header-intro p {
	font-weight: 300;
	font-size: 1.4em;
}
.reward-grid-section {
	position: relative;
	padding: 100px 0;
}
.section-title-wrapper {
	text-align: center;
	margin: 0 0 80px 0;
}
.section-title-wrapper h2 {
	margin: 0 auto 10px auto;
	font-weight: 900;
	font-size: 3.6em;
	color: #00b4ff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.9);
	text-transform: uppercase;
}
.section-title-wrapper .subtitle {
	font-weight: 300;
	color: #fff;
	font-size: 1.4em;
	font-style: italic;
}
.reward-grid-row-outer {
	background: rgba(255, 255, 255, 0.04);
	position: relative;
	padding: 50px 0;
}
.reward-grid-row-outer:nth-child(even) {
	background: #050c1a;
}
.reward-grid-row-outer h3 {
	font-size: 2.2em;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0;
	color: #afcbff;
}
.r-r-separator {
	height: 7px;
	width: 100%;
	margin: 0 0 20px 0;
	background: rgba(255, 255, 255, 0.05);
}
.reward-grid-item-wrapper {
	position: relative;	
	padding: 10px 40px 30px 40px;
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-webkit-transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895), -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	border-radius: 7px;
}
.reward-grid-item-wrapper:hover {
	background: rgba(0, 0, 0, 0.25);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
.reward-description-wrapper {
	text-align: center;
	margin: 10px auto 0 auto;
}
.reward-description-label {
	font-weight: 400;
	margin: 0 0 0 0;
	font-size: 1.2em;
	color: #afcbff;
}
.reward-description-value {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.8em;
}
.reward-description-value sup {
	font-size: 0.6em;
	color: #afcbff;
	font-weight: 400;
}
.mfp-bg {
	background: #fff;
	opacity: 0.9;
}
.step-container {
	position: relative;
	width: 93%;
	max-width: 620px;
	margin: 0 auto;
	background: #050c1a;
	color: #fff;
	padding: 50px 80px;
	border-radius: 12px;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.4);
}
.step-r-i {
	position: relative;	
	cursor: pointer;
	border-radius: 7px;
	max-width: 200px;
	margin: 0 auto;
}
.step-r-i .reward-description-wrapper {
	text-align: center;
	margin: 10px auto 0 auto;
}
.step-r-i .reward-description-label {
	font-weight: 400;
	margin: 0 0 0 0;
	font-size: 1em;
	color: #afcbff;
}
.step-r-i .reward-description-value {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1;
	font-size: 1.8em;
}
.step-r-i .reward-description-value sup {
	font-size: 0.6em;
	color: #afcbff;
	font-weight: 400;
}
.step-content {
	position: relative;
	border-top: 2px solid rgba(255,255,255,0.1);
	padding-top: 30px;
	margin-top: 30px;
}
.email-form-wrapper {
	position: relative;
}
.email-input-wrapper {
	position: relative;
}
.email-input-wrapper span.lnr {
	font-size: 1.4em;
	position: absolute;
	left: 25px;
	top: 20px;
	color: #adb5c7;
}
.step-input {
	border-radius: 50px;
    background-color: #fff;
    color: #050c1a;
	width: 100%;
    height: 65px;
    line-height: 1;
	font-weight: 700;
    padding: 0 15px 0 70px;
    border: none;
}
.step-input::placeholder {
	color: #adb5c7;
	opacity: 1;
}
.step-input:-ms-input-placeholder {
	color: #adb5c7;
}
.step-input::-ms-input-placeholder {
	color: #adb5c7;
}
.step-input-label {
	display: block;
	text-align: center;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 700;
}
.step-intro-text {
	margin: 30px auto 0 auto;
	font-size: 0.8em;
	font-weight: 300;
	color: #afcbff;
	max-width: 320px;
	text-align: center;
}
.error-w {
	position: absolute;
	left: 0;
	bottom: -22px;
	width: 100%;
	text-align: center;
	color: #fe447d;
	display: none;
	font-size: 0.8em;
}
.step-button-wrapper {
	position: relative;
	margin: 30px auto 0 auto;
}
.step-button {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	color: #fff;
	background: #00b4ff;
	padding: 20px 10px;
	cursor: pointer;
	border-radius: 50px;
	text-align: center;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.s-2 {
	position: relative;
	padding-top: 30px;
}
.console-msg-wrapper {
	text-align: center;
	color: #fff;
	font-size: 1.6em;
	font-weight: 700;
	margin: 50px auto 100px auto;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}
.console-loadbar-wrapper {
	position: relative;
	z-index: 20;
	margin: 0 auto;
	max-width: 500px;
}
.console-loader {
	text-align: center;
	margin-top: 20px;
}
.console-loader span.lnr {
	font-size: 6em;
	color: #fff;
	margin: 15px auto 0 auto;
}
.console-loadbar {
	width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	overflow: hidden;
}
.console-loadbar div {
	font-size: 10px;
	text-indent: 9999px;
	overflow: hidden;
	background: #16bd64;
	border-radius: 10px;
}
.console-code-wrapper {
	display: block;
	padding: 15px 20px;
	text-align: center;
	background: #fff;
	border-radius: 50px;
	color: #050c1a;
	letter-spacing: 5px;
	font-weight: 700;
	font-size: 1.2em;
	display: none;
}
.console-email {
	color: #279aff;
}
.m-error {
	color: #fc4349 !important;
}
.m-success {
	color: #16bd64 !important;
}
.human-verification-wrapper {
	text-align: center;
}
.human-verification-wrapper h3 {
	font-size: 1.6em;
	margin: 0 0 20px 0;
}
.human-verification-wrapper p {
	font-size: 0.8em;
	color: #afcbff;
}
.v-email {
	font-weight: 900;
	color: #279aff;
}
.verification-loader-wrapper {
	margin: 20px auto;
}
.verification-loader-wrapper i {
	color: #279aff;
	font-size: 1.4em;
}
.h-v-time-left-wrapper {
	font-size: 0.75em;
}
#human_verification_timer_time {
	font-weight: 900;
	display: block;
}
.verification-button {
	display: block;
}
.verification-generated-code {
	display: block;
	padding: 15px 20px;
	text-align: center;
	background: #fff;
	border-radius: 50px;
	color: #050c1a;
	letter-spacing: 5px;
	font-weight: 700;
	font-size: 1.2em;
}
/*--------------------------------------------------------------
# Spinner
--------------------------------------------------------------*/
.spinner {
	width: 77px;
	height: 77px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 100%;  
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}
@keyframes sk-scaleout {
	0% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}


/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	header h1 {
		font-size: 4em;
	}
	.step-r-i {
		max-width: 170px;
	}
	.step-container {
		padding: 30px 50px;
	}
	.console-msg-wrapper {
		margin: 30px auto 50px auto;
	}
}
@media screen and (max-width: 993px) {
	.reward-grid-item-wrapper {
		padding: 10px 20px 30px 20px;
	}
}
@media screen and (max-width: 767px) {
	header {
		padding: 80px 0;
	}
	header h1 {
		font-size: 3em;
	}
	.header-intro p {
		font-size: 1.2em;
	}
	.reward-grid-item-wrapper {
		max-width: 300px;
		margin: 0 auto 30px auto;
	}
	.reward-grid-item-wrapper:last-child {
		margin-bottom: 0;
	}
	.reward-grid-row-outer h3 {
		font-size: 1.8em;
		text-align: center;
	}
	.section-title-wrapper h2 {
		font-size: 2.4em;
	}
	.section-title-wrapper .subtitle {
		font-size: 1.2em;
	}
	.reward-grid-section {
		padding: 60px 0;
	}
	.section-title-wrapper {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 575px) {
	header {
		padding: 60px 0 40px 0;
	}
	.header-intro-w {
		display: block;
	}
	.header-intro {
		max-width: 100%;
		padding: 0;
		text-align: center;
	}
	.i-m-w {
		width: 100%;
		max-width: 250px;
		margin: 30px auto 0 auto;
	}
	.reward-grid-row-outer h3 {
		font-size: 1.6em;
	}
	.step-r-i img {
		max-width: 140px;
		display: table;
		margin: 0 auto;
	}
	.s-2 {
		padding-top: 0;
	}
	.step-content {
		padding-top: 20px;
		margin-top: 20px;
	}
	.step-button-wrapper {
		margin-top: 20px;
	}
	.step-r-i .reward-description-value {
		font-size: 1.6em;
	}
	.step-r-i .reward-description-label {
		font-size: 0.9em;
	}
	.step-container {
		padding: 30px 30px;
	}
	.console-msg-wrapper {
		font-size: 1.4em;
	}
	.console-code-wrapper, .verification-generated-code {
		padding: 15px 15px;
		letter-spacing: 3px;
		font-size: 1em;
	}
}
@media screen and (max-width: 360px) {
	.step-r-i img {
		max-width: 110px;
		display: table;
		margin: 0 auto;
	}
	.step-button-wrapper {
		margin-top: 20px;
	}
	.step-r-i .reward-description-value {
		font-size: 1.4em;
	}
	.step-r-i .reward-description-label {
		font-size: 0.8em;
	}
	.step-content {
		padding-top: 10px;
		margin-top: 10px;
	}
	.step-container {
		padding: 20px 20px;
	}
	.console-msg-wrapper {
		font-size: 1.2em;
	}
	.console-code-wrapper, .verification-generated-code {
		padding: 15px 15px;
		letter-spacing: 1px;
		font-size: 0.9em;
	}
	.human-verification-wrapper h3 {
		margin-bottom: 5px;
	}
	.human-verification-wrapper p {
		font-size: 0.65em;
	}
	.verification-loader-wrapper {
		margin: 10px auto;
	}
}