/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	min-height: 100vh;
	background: #fff;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
textarea, input, a, button { 
	outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #333;
}
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;
}
#header-particles {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}
/*--------------------------------------------------------------
# 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;
}
.s1 {
	min-height: 60vh;
	background: #240a44;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.s1:after {
	content: '';
	height: 20px;
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7500c0+0,7500c0+50,b542fe+50,b542fe+56,b542fe+100 */
	background: rgb(117,0,192); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(117,0,192,1) 0%, rgba(117,0,192,1) 50%, rgba(181,66,254,1) 50%, rgba(181,66,254,1) 56%, rgba(181,66,254,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(117,0,192,1) 0%,rgba(117,0,192,1) 50%,rgba(181,66,254,1) 50%,rgba(181,66,254,1) 56%,rgba(181,66,254,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(117,0,192,1) 0%,rgba(117,0,192,1) 50%,rgba(181,66,254,1) 50%,rgba(181,66,254,1) 56%,rgba(181,66,254,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7500c0', endColorstr='#b542fe',GradientType=0 ); /* IE6-9 */
}
.cornertw {
    position: fixed;
    top: 0;
    left: 0;
    width: 150px;
    height: 120px;
    text-align: left;
    z-index: 5;
}
.cornertw span {
	position: absolute;
	font-size: 5em;
	top: -2px;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(229deg) brightness(105%) contrast(101%);
	left: 14px;
	cursor: pointer;
}
.cornertw:before {
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: block;
	background: rgb(181,66,254); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(181,66,254,1) 0%, rgba(178,56,255,1) 0%, rgba(117,0,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b542fe', endColorstr='#7500c0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    clip-path: polygon(0% 0%, 100% 0, 0 100%);
	z-index: -1;
}
.s1-c {
	text-align: center;
}
.l-img {
	max-width: 250px;
	display: table;
	margin: 0 auto 30px auto;
}
.s1 .container {
	position: relative;
	z-index: 20;
}
.s1-c h1 {
	margin: 0 auto 5px auto;
	font-size: 3em;
	color: #fff;
}
.s1-c h2 {
	margin: 0 auto 20px auto;
	font-size: 8em;
	color: #fff;
}
.s1-c h2 span {
	color: #ab31f7;
	text-shadow: 2px 2px 0 #7d08c8;
}
.s2 {
	padding: 80px 0;
}
.s-title-w h3 {
	margin: 0;
	text-align: center;
	font-size: 4em;
	color: #000;
	font-weight: 900;
}
.s-title-w span {
	display: block;
	font-weight: 400;
	color: #ab31f7;
}
.mtb-w {
	margin: 50px auto 0 auto;
}
.iatb {
	position: relative;
	display: flex;
	height: 100px;
	width: 320px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
	background: rgb(255,175,75); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 32px;
	border: none;
	box-shadow: inset 0 3px 0 0 rgba(255,255,255,0.2), inset 0 -8px 0 0 rgba(0, 0, 0, 0.3);
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 3em;
	cursor: pointer;
	outline: none !important;
}
.iatb span.material-icons-two-tone {
	font-size: 1.6em;
	text-shadow: none;
	filter: invert(42%) sepia(91%) saturate(500%) hue-rotate(355deg) brightness(93%) contrast(92%);
}
.iatb:active {
	top: 3px;
	box-shadow: inset 0 3px 0 0 rgba(255,255,255,0.2), inset 0 -5px 0 0 rgba(0, 0, 0, 0.3);
}
.hiw-r-w {
	margin: 150px auto 0 auto;
}
.hiw-r-i {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b542fe+0,b238ff+0,7500c0+100 */
	background: rgb(181,66,254); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(181,66,254,1) 0%, rgba(178,56,255,1) 0%, rgba(117,0,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b542fe', endColorstr='#7500c0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 10px;
	position: relative;
	border-radius: 30px;
}
.hiw-r-i-i {
	background: #240a44;
	box-shadow: inset 0 2px 0 0 #c76fff, inset -2px 0 0 0 #a135e5, inset 0 -3px 0 0 #57008e, inset 3px 0 0 0 #57008e;
	padding: 90px 50px 90px 50px;
	border-radius: 30px;
}
.hiw-r-i-i h5 {
	font-size: 2.4em;
	color: #fff;
	text-align: center;
	margin: 0 auto 10px auto;
}
.hiw-r-i-i p {
	margin: 0;
	color: #fff;
	text-align: center;
}
.colnw {
	position: absolute;
	left: 0;
	top: -40px;
	width: 100%;
}
.coln {
	width: 90px;
	height: 90px;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
	background: rgb(181,66,254); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(181,66,254,1) 0%, rgba(178,56,255,1) 0%, rgba(117,0,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b542fe', endColorstr='#7500c0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 5px;
	display: flex;
	align-items: center;
	box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.2);
	justify-content: center;
}
.coln-i {
	background: #fff;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.coln span {
	color: #000;
	font-size: 3em;
	font-weight: 900;
}
.fci-1 {
	width: 250px;
	max-width: 100%;
	display: table;
	margin: 15px auto;
}
.fci-2 {
	width: 250px;
	max-width: 100%;
	display: table;
	margin: 15px auto;
}
.fci-3 {
	max-height: 79px;
	max-width: 100%;
	display: table;
	margin: 15px auto;
}
.hiw-r-i-2 {
	position: relative;
	top: -70px;
}
.s3 {
	margin-bottom: 80px;
}
.wtvw-h {
	position: absolute;
	left: 0;
	top: -40px;
	width: 100%;
}
.wtvw-h-i {
	margin: 0 auto;
	position: relative;
	border-radius: 15px;
	background: rgb(181,66,254); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(181,66,254,1) 0%, rgba(178,56,255,1) 0%, rgba(117,0,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b542fe', endColorstr='#7500c0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 5px;
	display: table;
	box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.2);
}
.wtvw-h-i-i {
	background: #fff;
	padding: 12px 30px;
	border-radius: 15px;
}
.wtvw-h-i-i span {
	font-size: 2em;
	font-weight: 900;
	color: #000;
}
.wtvw {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b542fe+0,b238ff+0,7500c0+100 */
	background: rgb(181,66,254); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(181,66,254,1) 0%, rgba(178,56,255,1) 0%, rgba(117,0,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b542fe', endColorstr='#7500c0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 10px;
	position: relative;
	border-radius: 15px;
	max-width: 700px;
	margin: 0 auto;
}
.wtvw-i {
	background: #240a44;
	box-shadow: inset 0 2px 0 0 #c76fff, inset -2px 0 0 0 #a135e5, inset 0 -3px 0 0 #57008e, inset 3px 0 0 0 #57008e;
	padding: 70px 50px 70px 50px;
	border-radius: 30px;
}
.wous-r-w {
	margin-top: 80px;
}
.wous-r-i {
	background: rgb(181,66,254); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(181,66,254,1) 0%, rgba(178,56,255,1) 0%, rgba(117,0,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b542fe', endColorstr='#7500c0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 10px;
	border-radius: 50%;
	max-width: 300px;
	margin: 0 auto;
}
.wous-r-i-i {
	background: #240a44;
	box-shadow: inset 0 2px 0 0 #c76fff, inset -2px 0 0 0 #a135e5, inset 0 -3px 0 0 #57008e, inset 3px 0 0 0 #57008e;
	padding: 7px;
	border-radius: 50%;
}
.wous-r-i-i img {
	border-radius: 50%;
	border: 2px solid rgba(0, 0, 0, 0.5);
}
.wous-t-c {
	text-align: center;
	margin: 15px 0 0 0;
}
.wous-t-c h5 {
	margin: 0 0 7px 0;
	font-size: 1.8em;
}
.wous-t-c p {
	margin: 0;
}
footer {
	background: #000;
	color: #fff;
	margin-top: 150px;
	position: relative;
}
.fctabw {
	position: absolute;
	width: 100%;
	left: 0;
	top: -50px;
}
footer p {
	margin: 0;
}
.footer-cta {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b542fe+0,b542fe+44,b542fe+50,7500c0+50,7500c0+100 */
	background: rgb(181,66,254); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(181,66,254,1) 0%, rgba(181,66,254,1) 44%, rgba(181,66,254,1) 50%, rgba(117,0,192,1) 50%, rgba(117,0,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(181,66,254,1) 0%,rgba(181,66,254,1) 44%,rgba(181,66,254,1) 50%,rgba(117,0,192,1) 50%,rgba(117,0,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(181,66,254,1) 0%,rgba(181,66,254,1) 44%,rgba(181,66,254,1) 50%,rgba(117,0,192,1) 50%,rgba(117,0,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b542fe', endColorstr='#7500c0',GradientType=0 ); /* IE6-9 */
	height: 15px;
}
.mfp-bg {
	background: #1b202e;
	opacity: 0.95;
}
.cwpf-cb-w {
	position: absolute;
	right: 30px;
	top: 30px;
}
.cwpf-cb-w span {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(229deg) brightness(105%) contrast(101%);
	font-size: 2.4em;
	cursor: pointer;
}
.crt {
	text-align: center;
	padding: 60px 0 50px 0;
}
.cwpf-m-i {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b542fe+0,b238ff+0,7500c0+100 */
	background: rgb(181,66,254); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(181,66,254,1) 0%, rgba(178,56,255,1) 0%, rgba(117,0,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b542fe', endColorstr='#7500c0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 10px;
	max-width: 700px;
	margin: 0 auto 0 auto;
	position: relative;
	border-radius: 30px;
}
.cwpf-m-i-i {
	background: #240a44;
	box-shadow: inset 0 2px 0 0 #c76fff, inset -2px 0 0 0 #a135e5, inset 0 -3px 0 0 #57008e, inset 3px 0 0 0 #57008e;
	padding: 50px 70px 50px 70px;
	border-radius: 30px;
}
.cwpf-s {
	margin-bottom: 30px;
}
.cwpf-s:last-child {
	margin-bottom: 0;
}
.cwpf-t {
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ab31f7;
}
.cwpf-t h4 {
	margin: 0;
	color: #fff;
	font-size: 1.8em;
}
.comment-row {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #452868;
	margin-bottom: 15px;
	padding: 10px 20px;
	border-radius: 10px;
}
.comment-row:last-child {
	margin-bottom: 0;
}
.comment-left {
	flex: 0 0 35px;
}
.comment-right {
	padding-left: 15px;
}
.comment-text {
	color: #fff;
}
.comment-img {
	display: table;
	margin: 0 auto;
	max-width: 50px;
}
.comment-icon {
	font-size: 2em;
	filter: invert(64%) sepia(86%) saturate(7471%) hue-rotate(263deg) brightness(93%) contrast(108%);
}
.comment-name {
	font-weight: 700;
	margin-top: 2px;
	color: #ab31f7;
	font-size: 0.8em;
	text-align: left;
}
.comment-time {
	color: #665181;
	font-size: 0.7em;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 3px;
}
.comment-time span.material-icons-two-tone {
	filter: invert(30%) sepia(5%) saturate(5756%) hue-rotate(224deg) brightness(92%) contrast(67%);
	font-size: 1em;
	position: relative;
	top: 1px;
}
.cwpf-wi-r-w {
	display: flex;
	align-items: center;
	margin: 0 -5px;
	flex-wrap: wrap;
}
.cwpf-wi-r-i-w {
	flex: 0 0 25%;
	width: 25%;
	padding: 0 5px;
}
.cwpf-wi-r-i {
    background: #fff;
    border-radius: 20px;
    padding: 10px 15px;
    text-align: center;
}
.riww {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eee;
}
.reward-icon {
	font-size: 1.6em;
	filter: invert(64%) sepia(86%) saturate(7471%) hue-rotate(263deg) brightness(93%) contrast(108%);
	display: table;
	margin: 0 auto;
}
.winner-reward {
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 5px 5px;
}
.winner-reward span {
	font-weight: 700;
	font-size: 1.1em;
}
.reward-img {
	max-width: 23px;
	margin-left: 5px;
}
.winner-name {
    color: #000;
    text-align: center;
	font-size: 0.85em;
	margin: 5px 0;
    font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.stw {
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}
.input-o-wrapper {
	position: relative;
	max-width: 450px;
	margin: 0 auto 40px auto;
}
.input-wrapper {
	position: relative;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.3);
}
.input-wrapper span {
	position: absolute;
	left: 15px;
	top: 28px;
	font-size: 1.6em;
	filter: invert(64%) sepia(86%) saturate(7471%) hue-rotate(263deg) brightness(93%) contrast(108%);
}
.einput {
	background: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	width: 100%;
	padding: 0 5px 0 50px;
	height: 80px;
	border-radius: 20px;
	font-size: 1.1em;
	color: #000;
}
.input-error {
	text-align: center;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -20px;
	color: #fc4349;
	display: none;
}
.iastb {
    position: relative;
    display: flex;
    height: 90px;
    width: 320px;  
    border-radius: 28px;
    border: none;
    box-shadow: inset 0 3px 0 0 rgba(255,255,255,0.2), inset 0 -8px 0 0 rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    font-size: 2.2em;
}
.s-t-d-c {
	display: flex;
	align-items: center;
	justify-content: center;
}
.s-f-e-h-o {
    background: rgb(181,66,254);
    background: -moz-linear-gradient(-45deg, rgba(181,66,254,1) 0%, rgba(178,56,255,1) 0%, rgba(117,0,192,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%);
    background: linear-gradient(135deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b542fe', endColorstr='#7500c0',GradientType=1 );
    padding: 5px;
	display: table;
    margin: 0 auto 0 auto;
    position: relative;
    border-radius: 30px;
}
.s-f-e-h {
	margin: 0 auto;
	min-width: 360px;
	text-align: center;
	padding: 0 15px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	background: #1d0837;
	box-shadow: inset 0 2px 0 0 #c76fff, inset -2px 0 0 0 #a135e5, inset 0 -3px 0 0 #57008e, inset 3px 0 0 0 #57008e;
}
.s-f-p-t-u-v {
	font-weight: 700;
	font-size: 2em;
	color: #fff;
}
.s-f-p-a-w {
	position: absolute;
	top: 35%;
	left: -5%;
	width: 100%;
	text-align: center;
}
.s-f-p-a-w img {
	margin: 0 auto;
	display: table;
}
.ssa {
	-webkit-animation: ssa 2s linear infinite;
	animation: ssa 2s linear infinite
}
@-webkit-keyframes ssa {
	from {
		-webkit-transform: rotate(0) translateX(20%) rotate(0);
		transform: rotate(0) translateX(20%) rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg) translateX(20%) rotate(-360deg);
		transform: rotate(360deg) translateX(20%) rotate(-360deg)
	}
}
@keyframes ssa {
	from {
		-webkit-transform: rotate(0) translateX(20%) rotate(0);
		transform: rotate(0) translateX(20%) rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg) translateX(20%) rotate(-360deg);
		transform: rotate(360deg) translateX(20%) rotate(-360deg)
	}
}
.stw-i {
	filter: invert(64%) sepia(86%) saturate(7471%) hue-rotate(263deg) brightness(93%) contrast(108%);
	font-size: 1.8em;
}
.stw-t-s {
	color: #6fee8d;
}
.stw-i-s {
	filter: invert(81%) sepia(38%) saturate(650%) hue-rotate(71deg) brightness(107%) contrast(87%);
}
.stw-i-b {
	font-size: 3em;
}
.stw-v {
	font-size: 2em;
	font-weight: 700;
	display: block;
}
.yar-t {
    color: #fff;
    text-align: center;
    max-width: 500px;
    margin: 10px auto 30px auto;
}
.yar-t strong {
	color: #ab31f7;
}
.sm-h {
	width: 350px;
	height: 350px;
	margin: 0 auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b542fe+0,b238ff+0,7500c0+100 */
	background: rgb(181,66,254); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(181,66,254,1) 0%, rgba(178,56,255,1) 0%, rgba(117,0,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b542fe', endColorstr='#7500c0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin: 0 auto -175px auto;
	border-radius: 50%;
	padding: 10px;
}
.sm-h-b {
	background: #240a44;
	box-shadow: inset 0 2px 0 0 #c76fff, inset -2px 0 0 0 #a135e5, inset 0 -3px 0 0 #57008e, inset 3px 0 0 0 #57008e;
	padding: 25px 30px 80px 30px;
	width: 330px;
	height: 330px;
	border-radius: 50%;
}
.sm-h-i {
	padding: 5px 0 20px 0;
	text-align: center;
}
.sm-h-i h2 {
	color: #fff;
	font-weight: 700;
}
.sm-h-l-i {
	display: table;
	margin: 0 auto 10px auto;
	max-width: 170px;
	max-height: 40px;
}
.sm-w {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b542fe+0,b238ff+0,7500c0+100 */
	background: rgb(181,66,254); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(181,66,254,1) 0%, rgba(178,56,255,1) 0%, rgba(117,0,192,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(181,66,254,1) 0%,rgba(178,56,255,1) 0%,rgba(117,0,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b542fe', endColorstr='#7500c0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 10px;
	max-width: 900px;
	margin: 0 auto 0 auto;
	position: relative;
	border-radius: 30px;
	z-index: 5;
}
.sm-w-b {
	background: #240a44;
	box-shadow: inset 0 2px 0 0 #c76fff, inset -2px 0 0 0 #a135e5, inset 0 -3px 0 0 #57008e, inset 3px 0 0 0 #57008e;
	padding: 70px 50px 100px 50px;
	border-radius: 30px;
}
.sm-i-w {
	background: rgba(0, 0, 0, 0.3);
	padding: 50px;
	margin: 0 auto;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6200a1+0,b036fd+100 */
	background: rgb(98,0,161); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(98,0,161,1) 0%, rgba(176,54,253,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(98,0,161,1) 0%,rgba(176,54,253,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(98,0,161,1) 0%,rgba(176,54,253,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6200a1', endColorstr='#b036fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 2px solid #ae34fa;
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.3);
	border-radius: 30px;
}
.ezslots {
	display: flex;
    align-items: center;
	justify-content: space-evenly;
	margin: 0 auto;
	border-radius: 7px;
	background: #4e077c;
	position: relative;
	padding: 25px 10px;
	overflow: hidden;
}
.ezslots>.window {
	flex: 0 0 30%;
	position: relative;	
	border-radius: 7px;
	border: 5px solid rgba(0, 0, 0, 0.5);
}
.ezslots>.window:before {
	border-radius: 7px;
	content: '';
	height: 100%;
	left: -50%;
	width: 200%;
	bottom: 0;
	z-index: 20;
	display: block;
	position: absolute;
	box-shadow: inset 0 -15px 25px 0 rgba(0, 0, 0, 0.3);
}
.ezslots>.window:after {
	border-radius: 7px;
	content: '';
	height: 100%;
	left: -50%;
	width: 200%;
	top: 0;
	z-index: 20;
	display: block;
	position: absolute;
	box-shadow: inset 0 15px 25px 0 rgba(0, 0, 0, 0.3);
}
.ezslots>.window>.slider {
	background: #fff;
	z-index: 2;
	position: relative;
}
.ezslots>.window>.slider img {
	max-width: 100%;
}
.sp-t-w {
	position: absolute;
	bottom: -45px;
	width: 100%;
	left: 0;
}
.sp-b {
	position: relative;
	display: flex;
	height: 100px;
	width: 320px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	border-radius: 32px;
	border: none;
	box-shadow: inset 0 3px 0 0 rgba(255,255,255,0.2), inset 0 -8px 0 0 rgba(0, 0, 0, 0.3);
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 3em;
	outline: none !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
	background: rgb(255,175,75); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	color: #fff;
	-webkit-transition: all 0.15s ease-in-out 0s;
	-moz-transition: all 0.15s ease-in-out 0s;
	-ms-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
	transform: scale(1);
}
.sp-b.active {
	transform: scale(0.8);
}
.sp-b i {
	text-shadow: none;
	color: rgba(0, 0, 0, 0.3);
}
.sp-b:active {
	top: 3px;
	box-shadow: inset 0 3px 0 0 rgba(255,255,255,0.2), inset 0 -5px 0 0 rgba(0, 0, 0, 0.3);
}
.sp-a-w {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
}
.sp-a-i {
	display: table;
	margin: 0 auto;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	width: 150px;
	box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.2);
}
.sp-a-i div {
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1:
}
.spal {
	display: block;
	line-height: 1;
	background: rgb(255,175,75); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 0.9em;
	padding: 3px 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.sp-b-st {
    font-size: 0.6em;
    letter-spacing: 0;
}
.yhwn {
	display: flex;
    align-items: center;
	justify-content: space-evenly;
	margin: 0 auto;
	border-radius: 7px;
	background: #4e077c;
	position: relative;
	padding: 25px 10px;
	overflow: hidden;
	text-align: center;
}
.yhwn span {
	font-size: 4.2em;
	font-weight: 900;
	color: #fff;
	animation: color-change 0.5s infinite;
}
@keyframes color-change {
	0% { color: #ffffff; }
	50% { color: #ab31f7; }
	100% { color: #ffffff; }
}
.yhwn-rt {
    color: #fff;
    text-align: center;
	font-size: 1.4em;
    margin: 20px auto 30px auto;
}
.yhwn-rt-s {
	display: block;
}
.yhwnrvv {
	display: block;
	font-size: 4em;
	font-weight: 900;
	color: #ab31f7;
	line-height: 1;
}
.proccessing-loadbar {
	width: 90%;
	overflow: hidden;
	position: relative;
	margin: 30px auto 0 auto;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
.proccessing-loadbar div {
	font-size: 7px;
	text-indent: 9999px;
	overflow: hidden;
	border-radius: 10px;
	background: rgb(117,0,192);
    background: -moz-linear-gradient(top, rgba(117,0,192,1) 0%, rgba(117,0,192,1) 50%, rgba(181,66,254,1) 50%, rgba(181,66,254,1) 56%, rgba(181,66,254,1) 100%);
    background: -webkit-linear-gradient(top, rgba(117,0,192,1) 0%,rgba(117,0,192,1) 50%,rgba(181,66,254,1) 50%,rgba(181,66,254,1) 56%,rgba(181,66,254,1) 100%);
    background: linear-gradient(to bottom, rgba(117,0,192,1) 0%,rgba(117,0,192,1) 50%,rgba(181,66,254,1) 50%,rgba(181,66,254,1) 56%,rgba(181,66,254,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7500c0', endColorstr='#b542fe',GradientType=0 );
}
.proc-rew-item-w {
	max-width: 220px;
	margin: 0 auto;
	padding: 15px 20px;
	background: #fff;
	text-align: center;
	border-radius: 20px;
}
.proc-rew-item-img {
    max-width: 50px;
    margin: 0 auto 5px auto;
}
.proc-rew-item-duration .yhwnrvv {
	font-size: 3em;
}
.proc-rew-item-duration, .proc-rew-item-name {
	font-weight: 700;
}
.proccessing-msg {
	font-size: 1.6em;
	font-weight: 700;
	margin: 30px auto 5px auto;
	color: #fff;
	text-align: center;
}
.aspp {
	color: #fff;
	text-align: center;
	margin: 0;
}
.cwpf-m-i-7 .proc-rew-item-img {
    max-width: 30px;
    margin: 0 auto 5px auto;
}
.cwpf-m-i-7 .proc-rew-item-w {
	margin: 30px auto;
}
/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1920px) {
	.cwpf-m-i {
		max-width: 500px;
	}
	.cwpf-m-i-i {
		padding: 50px 40px 40px 40px;
	}
	.comment-text {
		font-size: 0.85em;
	}
	.cwpf-s {
		margin-bottom: 20px;
	}
	.comment-row {
		margin-bottom: 7px;
	}
	.comment-left {
		flex: 0 0 25px;
	}
}
@media screen and (max-width: 1440px) {
	.l-img {
		max-width: 200px;
	}
	.s1-c h2 {
		margin: 0 auto 20px auto;
		font-size: 6em;
	}
	.cwpf-m {
		padding: 40px 0;
	}
	.wous-r-i {
		max-width: 200px;
	}
}
@media screen and (max-width: 1280px) {
	.s1-c h1 {
		font-size: 2.2em;
	}
	.s1-c h2 {
		margin: 0 auto 10px auto;
		font-size: 5em;
	}
	.mtb-w {
		margin: 30px auto 0 auto;
	}
	.iatb {
		font-size: 2.4em;
		height: 80px;
	}
	.iastb {
		font-size: 2em;
	}
	.s-title-w h3 {
		font-size: 3em;
	}
}
@media screen and (max-width: 1024px) {
	.hiw-r-i-i {
		padding: 60px 25px 30px 25px;
	}
}
@media screen and (max-width: 991px) {
	.hiw-r-w {
		margin: 70px auto 0 auto;
	}
	.hiw-r-i-2 {
		top: 0;
	}
	.hiw-r-i {
		margin-bottom: 60px;
	}
	.wour-r-i-ww {
		margin-bottom: 30px;
	}
	.wour-r-i-ww.last {
		margin-bottom: 0;
	}
	.fctabw {
		top: -34px;
	}
	.crt {
		padding: 47px 0 15px 0;
	}
	footer {
		margin-top: 130px;
	}
}
@media screen and (max-width: 575px) {
	.s2 {
		padding: 60px 0;
	}
	.cwpf-m-i-i {
		padding: 40px 25px 30px 25px;
	}
	.cwpf-t h4 {
		font-size: 1.4em;
	}
	.cwpf-s {
		margin-bottom: 15px;
	}
	.comment-row {
		padding: 7px 10px;
	}
	.comment-icon {
		font-size: 1.6em;
	}
	.comment-text {
		font-size: 0.8em;
	}
	.cwpf-wi-r-i-w {
		width: 33%;
		flex: 0 0 33%;
	}
	.hm {
		display: none !important;
	}
	.l-img {
		max-width: 170px;
		margin-bottom: 15px;
	}
	.s1-c h1 {
		font-size: 1.8em;
	}
	.s1-c h2 {
		font-size: 3em;
	}
	.iatb {
		width: 95%;
	}
	.cornertw {
		width: 100px;
		height: 80px;
	}
	.cornertw span {
		font-size: 3em;
		top: 5px;
		left: 3px;
	}
	.s-title-w h3 {
		font-size: 2.2em;
	}
	.wous-r-w {
		margin-top: 30px;
	}
	.wous-r-i {
		max-width: 170px;
	}
	.footer-cta .iatb {
		width: 80%;
	}
	.iastb {
		font-size: 1.8em;
	}
	.stw-v {
		font-size: 1.6em;
	}
	.sm-w {
		padding: 7px;
	}
	.sm-w-b {
		padding: 70px 15px 65px 15px;
	}
	.sm-i-w {
		padding: 50px 8px 30px 8px;
	}
	.ezslots {
		padding: 15px 5px;
	}
	.ezslots>.window {
		border: 3px solid rgba(0, 0, 0, 0.5);
	}
	.ezslots>.window {
		flex: 0 0 33%;
	}
	.yhwn-rt {
		font-size: 1.2em;
	}
	.yhwnrvv {
		font-size: 3em;
	}
	.sp-b {
		font-size: 2.6em;
	}
	.sm-h {
		margin-bottom: -215px;
	}
	.yhwn span {
		font-size: 3.8em;
		line-height: 1.2;
	}
	.proc-rew-item-img {
		max-width: 30px;
	}
}