/*--------------------------------------------------------------
# Basics
--------------------------------------------------------------*/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
textarea, input, a, button { 
	outline: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #272727;
}
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;
}
.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-500 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.animation-delay-600 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.animation-delay-700 {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.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;
}
.aoinv {
	opacity: 0;
}
.srl-mw {
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
}
header {
	margin-bottom: 70px;
	position: relative;
	background: #fff;
	z-index: 2;
	min-height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 20px 20px 20px;
}
header:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20vw;
	background: url("") green;
	background-size: 100%;
	transform: translate(0, 100%);
}
header:after {
	background-color: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 1185 248'><circle cx='76' cy='121.1' r='20' class='a'/><circle cx='870' cy='201.1' r='11' class='a'/><circle cx='814.5' cy='165.6' r='24.5' class='a'/><path d='M0 0v17.7c22.7 14.8 53 31.9 90.7 51.5 150.8 78 322 116.6 424.8 69.3 102.9-47.4 138-69.3 210.8-69.3s118.3 48.6 219.5 38.3 76.3-59.3 188.7-59.3c18.9 0 35.5 2.6 50.5 6.8V0H0z' class='a'/></svg>");
}
.h-c {
	text-align: center;
}
.h-c .l-i {
	max-width: 350px;
	max-height: 150px;
	display: table;
	margin: 0 auto;
}
.h-c h1 {
	margin: 25px auto 0 auto;
    font-size: 3.2em;
}
.h-c p {
	font-weight: 300;
	font-size: 1.2em;
	max-width: 500px;
	margin: 20px auto 0 auto;
	color: #8f8f8f;
}
.srl-mw .container {
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.isr-p-w {
	position: relative;
	padding: 90px 100px 80px 100px;
	max-width: 650px;
	margin: 0 auto;
	border-radius: 50px;
}
.isr-p-w:after {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #fff;
	z-index: -1;
	border-radius: 50px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.isr-cs-w {
	position: absolute;
	top: -33px;
	width: 100%;
	left: 0;
}
.isr-cs {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}
.isr-cs:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	border-radius: 50%;
	background: #fff;
}
.isr-cs:after {
	content: '';
	height: calc(100% + 10px);
	width: calc(100% + 10px);
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
	border-radius: 50%;
	background: rgb(255,190,112); /* Old browsers */
	background: -moz-linear-gradient(45deg, rgba(255,190,112,1) 0%, rgba(255,55,98,1) 50%, rgba(213,30,186,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(255,190,112,1) 0%,rgba(255,55,98,1) 50%,rgba(213,30,186,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(255,190,112,1) 0%,rgba(255,55,98,1) 50%,rgba(213,30,186,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe70', endColorstr='#d51eba',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.isr-cs span {
	color: #fd877b;
	font-size: 3em;
	font-weight: 700;
	position: relative;
	z-index: 3;
}
.c-i-t {
	margin-bottom: 20px;
}
.c-i-t span.c-i-t-v {
	font-size: 1.8em;
	text-align: center;
	display: block;
	font-weight: 700;
}
.c-i-d {
	text-align: center;
	margin: 0 0 25px 0;
}
.c-i-d span {
	color: #8f8f8f;
}
.viu-f-w {
	position: relative;
}
.viu-u-i-w {
	position: relative;
}
.viu-u-i-w:after {
	content: '';
	height:100%;
	width: 100%;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	background: #fff;
	border: 2px solid #d7d7d7;
	border-radius: 100px;
	z-index: 1;
}
.viu-u-i-w span.material-icons-two-tone {
	position: absolute;
	font-size: 2em;
	left: 22px;
	top: 30px;
	z-index: 3;
	filter: invert(100%) sepia(3%) saturate(1963%) hue-rotate(228deg) brightness(117%) contrast(69%);
}
.viu-u-i {
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
	box-shadow: none;
	border: none;
	width: 100%;
	height: 90px;
	z-index: 3;
	position: relative;
	padding: 0 15px 0 70px;
	font-size: 1.4em;
	font-weight: 700;
	border-radius: 100px;
}
.viu-u-i::placeholder {
	color: #d7d7d7;
	opacity: 1;
}
.viu-u-i:-ms-input-placeholder {
	color: #d7d7d7;
}
.viu-u-i::-ms-input-placeholder {
	color: #d7d7d7;
}
.m-ft-b-w {
	margin: 20px auto 0 auto;
}
.m-b-ig-d {
	position: relative;
	height: 70px;
	max-width: 300px;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	font-weight: 700;
	font-size: 1.4em;
	border-radius: 100px;
	text-decoration: none;
}
.m-b-ig-d:before {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: block;
	position: absolute;
	z-index: 2;
	border-radius: 100px;
}
.m-b-ig-d span {
	position: relative;
	z-index: 3;
}
.m-b-ig-d:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.m-b-ig-d:active {
	transform: scale(0.95);
}
.p-b-v-t-b {
	height: 45px;
	max-width: 170px;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none !important;
	margin-bottom: 5px;
}
.iew-e {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -28px;
	display: none;
}
.iew-e-i {
	background: #e7e7e7;
	display: table;
	margin: 0 auto;
	padding: 2px 10px;
	font-weight: 700;
	font-size: 0.7em;
	border-radius: 30px;
}
.iew-e-p {
	padding: 0 5px;
}
.i-w-b-r-t-y {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.f-t-f-p-i {
	position: relative;
}
.f-t-f-p-t-l {
	font-size: 1.4em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	color: #8f8f8f;
	margin-bottom: 10px;
}
.f-t-f-p-t-u-w {
	margin: 0 auto;
	width: 360px;
	text-align: center;
	padding: 0 5px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.f-t-f-p-t-u-w:before {
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0% 88%);
	z-index: 2;
}
.f-t-f-p-t-u-w:after {
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	left: 3px;
	position: absolute;
	top: 3px;
	clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0% 88%);
	z-index: 1;
}
.f-t-f-p-t-u-v {
	font-weight: 700;
	font-size: 2em;
	position: relative;
	z-index: 3;
}
.f-t-f-p-a-w {
	position: absolute;
	top: 20%;
	left: -5%;
	width: 100%;
	text-align: center;
}
.f-t-f-p-a-w img {
	margin: 0 auto;
	display: table;
	max-width: 150px;
}
.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)
	}
}
.caSs-cm-ci {
	stroke-dasharray: 320;
	stroke-dashoffset: 320;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #ff7376;
	fill: none;
	animation: caSt 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.isr-p-w-r {
	margin: 0 auto;
	padding: 80px 40px 70px 40px;
	width: 100%;
	max-width: 750px;
}
.r-i-s-i-w {
	padding: 35px 15px 10px 15px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    max-width: 240px;
	border-radius: 50px;
}
.r-i-s-i-w:after {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	border: 2px solid #d8d8d8;
	border-radius: 50px;
}
.r-i-s-w {
	position: relative;
	z-index: 4;
}
.r-i-s-r-h-w {
	position: absolute;
	top: -34px;
	left: 0;
	width: 100%;
}
.r-i-s-r-h-w span {
	display: table;
	margin: 0 auto;
	padding: 7px 10px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.7em;	
	color: #fff;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.r-i-s-r-m-o-w {
	display: flex;
	align-items: center;
	justify-content: center;
}
.r-i-s-r-w {
	text-align: center;
}
.r-i-s-r-m-w {
	display: flex;
	align-items: center;
	justify-content: center;
}
.r-i-s-r-w-i {
	max-width: 30px;
	max-height: 30px;
	margin-right: 7px;
}
.r-i-s-r-m-v {
	font-size: 2em;
	font-weight: 900;
	margin-right: 7px;
	line-height: 1;
	animation-duration: 0.5s;
}
.r-i-s-r-m-l {
	font-size: 1em;
	line-height: 1;
	display: block;
}
.v-r-i-s-w {
	margin: 20px -10px 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.v-r-i-s {
	flex: 0 0 24.5%;
	padding: 0 10px;
	margin-bottom: 10px;
}
.v-r-i-s:last-child {
	margin-bottom: 0;
}
.v-r-i-s-i-w {
	line-height: 1;
	padding: 50px 20px 50px 20px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	transition: all 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
	text-align: center;
	transform: scale(0.98);
	border-radius: 30px;
} 
.v-r-i-s-i-w:hover {
	transform: scale(1);
}
.v-r-i-s-i-w:after {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	border: 2px solid #d8d8d8;
	z-index: -1;
	border-radius: 30px;
}
.v-r-i-s.active .v-r-i-s-i-w:after {
	border: 2px solid #fd877b;
	box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 4px #fd877b;
}
.v-r-i-s-v-w {
	position: relative;
}
.v-r-i-s-v {
	font-weight: 700;
	border-radius: 15px;
	font-size: 2.2em;
	background: #f05165;
	display: table;
	margin: 0 auto;
	color: #fff;
	padding: 10px 15px 9px 15px;
}
.v-r-i-s-d {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: -12px;
}
.v-r-i-s-d img {
	max-width: 25px;
	display: table;
	margin: 0 auto;
}
.v-r-i-s-l {
	line-height: 1;
	position: relative;
	margin-top: 10px;
	font-weight: 700;
}
.v-r-i-s-i {
	margin: 0 auto 10px auto;
	max-width: 80px;
	max-height: 80px;
	display: table;
}
.isr-p-w-r .m-ft-b-w {
    margin: 20px auto 0 auto;
}
.isr-p-w-p {
	max-width: 500px;
	margin: 0 auto;
	z-index: 2;
}
.prcs-l {
	text-align: center;
}
.prcs-l span {
	font-size: 7em;
	filter: invert(100%) sepia(0%) saturate(6500%) hue-rotate(262deg) brightness(112%) contrast(73%);
}
.prcs-m {
	text-align: center;
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 1.6em;
	font-weight: 700;
}
.prcs-m span.material-icons-two-tone {
	color: #ccc;
	font-size: 1.6em;
}
.p-lb {
	width: 90%;
	overflow: hidden;
	position: relative;
	margin: 20px auto 0 auto;
	background: #d8d8d8;
	border-radius: 50px;
}
.p-lb div {
	font-size: 10px;
	text-indent: 9999px;
	overflow: hidden;
	position: relative;
	background: #fd877b;
}
.ps-c-w-g-i-c {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.ps-c-w-g-i {
	position: relative;
	display: table;
	margin: 0 auto;
	opacity: 0;
}
.ps-c-w-g-i-i {
	position: relative;
    padding: 20px 30px 20px 30px;
	width: 250px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
}
.ps-c-w-g-i-i:after {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 50px;
	background: #fff;
	z-index: -1;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.ps-c-w-g-i-i-c-w {
	position: absolute;
	right: 12px;
	top: 23px;
}
.ps-c-w-g-i-i-t-i {
	max-width: 80px;
}
.ps-c-w-g-i-i-b {
	text-align: center;
	margin-left: 15px;
}
.d-b-notice-wrapper {
	text-align: center;
}
.d-b-notice-wrapper span.material-icons-two-tone {
	font-size: 7em;
	filter: invert(100%) sepia(0%) saturate(6500%) hue-rotate(262deg) brightness(112%) contrast(73%);
}
.d-b-notice-wrapper h2 {
	font-size: 2.2em;
	margin: 30px auto 10px auto;
}
.d-b-notice-wrapper p {
	margin: 0;
}
.ps-c-w-g-i-i-t {
	text-align: center;
}
.ps-c-w-g-i-i-b-v {
    line-height: 1;
    margin: 0 auto 2px auto;
    display: table;
	font-size: 2em;
    font-weight: 700;
	position: relative;
}
.caSs-cm.caSs-cm-s {
	margin: 0 auto;
	height: 62px;
	width: 62px;
}
#cwPB {
    width: 100%;
    margin: 5px auto 0 auto;
}
#cwPB div {
    font-size: 14px;
}
.cwPBws #cwPB div {
	background: #fd877b;
}
.ps-c-w-g-i-i-c-w. #cwPB div {
	-webkit-transition: background 0.2s ease-in-out 0s;
	-moz-transition: background 0.2s ease-in-out 0s;
	-ms-transition: background 0.2s ease-in-out 0s;
	-o-transition: background 0.2s ease-in-out 0s;
	transition: background 0.2s ease-in-out 0s;
}	
.etbaeou {
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
}
.imjaprl {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0; 
	top: 0;
	z-index: 200;
	background: #fff;
}
.imjaprlc {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0; 
	top: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
}
.imjaprlc span.material-icons-two-tone {
	font-size: 10em;
	filter: invert(100%) sepia(0%) saturate(6500%) hue-rotate(262deg) brightness(112%) contrast(73%);
}
.imjaprlc-i {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
.imjaprlc-lb {
	height: 20px;
	width: 100%;
	margin: 10px auto 0 auto;
	background: #d8d8d8;
	position: relative;
	overflow: hidden;
	border-radius: 50px;
}
.c-w-l-t-v {
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
}
.c-w-l-p-v {
	font-size: 1em;
	margin: 0;
	text-align: center;
}
.imjaprlc-lb div {
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	background: #fd877b;
}
.c-w-l-r-o-w .ps-c-w-g-i-i-t-i {
    max-width: 60px;
}
.c-w-l-r-o-w #cwPB {
	max-width: 150px;
}
.c-w-l-r-o-w #cwPB div {
	background: #fd877b;
}
.lsv2s {
	font-weight: 700;
}
a#l-s-v-b i {
	z-index: 5;
}
/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1920px) {
	header {
		margin-bottom: 20px;
		position: relative;
		background: #fff;
		z-index: 2;
		min-height: 360px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 20px 20px 20px 20px;
	}
	.h-c .l-i {
		max-width: 320px;
		max-height: 80px;
	}
	.h-c h1 {
		font-size: 3em;
		margin-top: 20px;
	}
	.h-c p {
		margin-top: 15px;
	}
	.isr-cs-w {
		top: -25px;
	}
	.isr-cs {
		height: 80px;
		width: 80px;
	}
	.isr-cs span {
		font-size: 2.2em;
	}
	.isr-p-w {
		padding: 80px 100px 80px 100px;
	}
	.isr-p-w-r {
		padding: 65px 40px 50px 40px;
	}
	.v-r-i-s-i {
		max-width: 65px;
		max-height: 65px;
	}
	.v-r-i-s-i-w {
		padding: 35px 20px;
	}
	.v-r-i-s-v {
		font-size: 2em;
	}
	.isr-p-w-l {
		padding: 70px 100px 60px 100px;
	}
}
@media screen and (max-width: 1440px) {
	header {
		min-height: 300px;
	}
	.h-c h1 {
		margin: 20px auto 0 auto;
		font-size: 2.8em;
	}
	.h-c p {
		margin-top: 10px;
	}
	.isr-p-w-r {
		padding: 70px 40px 60px 40px;
	}
	.v-r-i-s-i-w {
		padding: 30px 20px;
	}
	.v-r-i-s-v {
		font-size: 2em;
	}
	.v-r-i-s-i {
		max-width: 50px;
		max-height: 50px;
	}
	.r-i-s-r-m-v {
		font-size: 1.8em;
	}
	.c-i-t {
		margin-bottom: 20px;
	}
	.isr-p-w-r .m-ft-b-w {
		margin: 20px auto 0 auto;
	}
	.imjaprlc span.material-icons-two-tone {
		font-size: 7em;
	}
	.ps-c-w-g-i-i {
		padding: 10px 20px;
	}
}
@media screen and (max-width: 1280px) {
	.h-c h1 {
		margin: 15px auto 0 auto;
		font-size: 2.4em;
	}
	.h-c p {
		margin-top: 10px;
		font-size: 1em;
	}
	.isr-p-w {
		padding: 50px 100px 50px 100px;
	}
	.h-c .l-i {
		max-width: 300px;
		max-height: 60px;
	}
	.isr-cs {
		height: 60px;
		width: 60px;
	}
	.c-i-t {
		margin-bottom: 10px;
	}
	.v-r-i-s {
		padding: 8px 5px 6px 5px;
	}
	.r-i-s-r-m-v {
		font-size: 1.4em;
	}
	.r-i-s-r-m-l {
		font-size: 0.9em;
	}
	.v-r-i-s-v {
		font-size: 1.8em;
	}
	.container-sh {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.r-vb-s-w-o {
		display: block;
		margin: 0 auto;
	}
	.r-vb-s-w-r, .r-vb-s-w-l {
		width: 100%;
	}
	.r-vb-s-w-r {
		margin-top: 50px;
	}
	.r-i-s-r-m-v {
		font-size: 2.2em;
	}
	.v-r-i-s-d {
		bottom: -10px;
	}
	.v-r-i-s {
		flex: 0 0 50%;
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.v-r-i-s-i-w {
		padding: 20px 20px;
	}
	.v-r-i-s-i {
		max-width: 45px;
		max-height: 45px;
	}
	.isr-p-w-r .m-ft-b-w {
		margin: 15px auto 0 auto;
	}
}
@media screen and (max-width: 575px) {
	header {
		margin-bottom: 15px;
		min-height: 240px;
	}
	header:after {
		bottom: 1px;
	}
	.h-c h1 {
		margin: 15px auto 0 auto;
		font-size: 2em;
	}
	.h-c p {
		margin-top: 10px;
		font-size: 0.9em;
	}
	.h-c .l-i {
		max-width: 270px;
		max-height: 50px;
	}
	.isr-p-w {
		padding: 60px 25px 60px 25px;
	}
	.isr-p-w-r {
		padding: 55px 20px 45px 20px;
	}
	.isr-cs-w {
		top: -17px;
	}
	.isr-cs {
		height: 60px;
	}	
	.isr-cs span {
		font-size: 1.8em;
	}
	.c-i-t span.c-i-t-v {
		font-size: 1.3em;
	}
	.c-i-d span {
		font-size: 0.95em;
	}
	.viu-u-i {
		height: 70px;
		padding-left: 52px;
		font-size: 1.2em;
	}
	.viu-u-i-w span.material-icons-two-tone {
		left: 15px;
		top: 24px;
		font-size: 1.8em;
	}	
	.psiw-w {
		margin: 32px -2px 0 -2px;
	}
	.sps-i-w {
		padding: 0 2px;
	}
	.sps-i {
		height: 70px;
	}
	.sps-i i {
		font-size: 1.5em;
	}
	.sps-i:after {
		top: 2px;
		left: 2px;
	}
	.iew-e {
		bottom: -25px;
	}
	.iew-e-i {
		font-size: 0.6em;
		padding: 1px 8px;
	}
	.v-r-i-s-w {
		margin-top: 10px;
	}
	.m-ft-b-w {
		margin: 20px auto 0 auto;
	}
	.m-b-ig-d span {
		position: relative;
		top: -2px;
	}
	.p-b-v-t-b {
		font-size: 0.8em;
		height: 40px;
	}
	.p-b-v-t-b span {
		position: relative;
		top: 1px;
	}
	.f-t-f-p-w, .f-t-f-p-t-u-w  {
		width: 100%;
	}
	.f-t-f-p-t-u-w {
		height: 78px;
	}
	.f-t-f-p-t-u-v {
		font-size: 1.6em;
	}
	.f-t-f-p-t-p-w {
		width: 78px;
		height: 78px;
		font-size: 1.4em;
	}
	.f-t-f-p-t-l {
		font-size: 1.2em;
	}
	.f-t-f-p-a-w img {
		max-width: 125px;
	}
	.r-i-s-i-w {
		margin: 0 auto;
	}
	.v-r-i-s {
		margin-bottom: 1px;
	}
	.v-r-i-s-i-w {
		padding: 25px 15px;
	}
	.v-r-i-s-i {
		max-width: 45px;
		max-height: 45px;
		margin-bottom: 5px;
	}
	.v-r-i-s-v {
		font-size: 1.6em;
	}
	.r-i-s-r-w-i {
		max-width: 30px;
		left: 1px;
		max-height: 30px;
	}
	.r-vb-s-w-r {
		margin-top: 30px;
	}
	.r-i-s-r-m-v {
		font-size: 1.6em;
	}
	.r-i-s-r-m-l {
		font-size: 0.9em;
	}
	.prcs-l span {
		font-size: 5em;
	}
	.prcs-m {
		font-size: 1.2em;
	}
	.imjaprlc-lb {
		height: 40px;
		width: 130px;
	}
	.ps-c-w-g-i-i-t-i {
		max-width: 55px;
	}
	.caSs-cm.caSs-cm-s {
		height: 55px;
		width: 55px;
	}
	.c-w-l-p-v {
		font-size: 0.8em;
	}
	.c-w-l-r-o-w .ps-c-w-g-i-i-t-i {
		max-width: 50px;
	}
	.ps-c-w-g-i-i-b {
		display: flex;
		align-items: center;
	}
	.ps-c-w-g-i-i-b-v {
		font-size: 1.6em;
		margin-right: 5px;
	}
	.ps-c-w-g-i-i-b {
		margin-left: 5px;
	}
}
@media screen and (max-width: 320px) {
	header {
		min-height: 200px;
	}
	.isr-p-w {
		padding: 45px 20px 45px 20px;
	}
	.c-i-t span.c-i-t-v {
		font-size: 1em;
	}
	.isr-cs-w {
		top: -15px;
	}
	.isr-cs {
		height: 45px;
		width: 45px;
	}
	.isr-cs span {
		font-size: 1.5em;
	}
	.viu-u-i-w span.material-icons-two-tone {
		left: 15px;
		top: 10px;
	}
	.viu-u-i {
		height: 50px;
		padding-left: 58px;
		font-size: 1em;
	}
	.sps-i {
		height: 50px;
	}
	.sps-i i {
		font-size: 1.3em;
	}
	.m-b-ig-d {
		height: 50px;
		font-size: 1.2em;
	}
	.imjaprlc span.material-icons-two-tone {
		font-size: 5em;
	}
	.iew-e {
		bottom: -18px;
	}
	.iew-e-i {
		font-size: 0.55em;
	}
	.psiw-w {
		margin: 23px -5px 0 -5px;
	}
	.m-ft-b-w {
		margin: 30px auto 0 auto;
	}
	.v-r-i-s {
		padding: 7px 5px 5px 5px;
		margin-bottom: 8px;
	}
	.v-r-i-s-v {
		font-size: 1em;
	}
	.v-r-i-s-l {
		top: -1px;
		font-size: 0.9em;
	}
	.r-i-s-r-w-i {
		max-width: 40px;
		max-height: 40px;
	}
	.r-i-s-r-w-i {
		margin-bottom: 4px;
	}
	.r-i-s-i-w {
		padding: 14px 10px 5px 10px;
	}	
	.v-r-i-s-w {
		margin-top: 15px;
	}
	.r-i-s-r-h-w {
		top: -14px;
	}
	.r-i-s-r-m-v {
		font-size: 1.5em;
	}
	.r-i-s-r-h-w span {
		padding: 4px 10px;
		font-size: 0.65em;
	}
	.isr-p-w-r .m-ft-b-w {
		margin: 14px auto 0 auto;
	}
	.prcs-l span {
		font-size: 4em;
	}
	.prcs-m {
		font-size: 1.2em;
		min-height: 56px;
	}
	.ps-c-w-g-i-i-t-i {
		max-width: 45px;
	}
	.caSs-cm.caSs-cm-s {
		height: 45px;
		width: 45px;
	}
	.ps-c-w-g-i-i-b-v {
		font-size: 1.6em;
	}
	.p-lb {
		margin: 10px auto 0 auto;
	}
}


/*--------------------------------------------------------------
# Status
--------------------------------------------------------------*/
.generator-status {
    position: relative;
    width: 100%;
    left: 0;
    bottom: -25px;
    z-index: 50;
    margin-bottom: 3rem;
}
.generator-status-content {
	margin: 0 auto;
	position: relative;
	display: table;
}
.status-item-wrapper:before {
    box-shadow: 2px 4px 20px rgba(34,90,89,0.3);
    border-radius: 8px;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.status-item-wrapper {
    display: inline-block;
    text-align: center;
    max-width: 150px;
    padding: 15px 14px;
    margin: 0 5px;
    position: relative;
    z-index: 5;
}
.status-label {
	font-size: 0.75em;
	font-weight: 300;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	color: #4f525a;
	margin: 0 0 12px 0;
	font-weight: 700;
}
.status-dynamic {
	font-size: 0.9em;
	font-weight: 700;
	display: block;
	line-height: 0.5;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
# Connected Player Info
--------------------------------------------------------------*/
.connected-player-content {
	position: relative;
}
.connected-player-wrapper {
	position: relative;
}
.profile-icon {
	display:  table;
	margin: 0 auto 15px auto;
	max-width: 100px;
}
.connected-player-item {
	text-transform: uppercase;
	text-align: center;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 15px;
	padding: 10px 10px;
}
.connected-label {
	color: #4f525a;
	letter-spacing: 1px;
	font-size: 0.6em;
}
.connected-player-value {
	color: #000;
}
div#countdown li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
    padding: 0.5em;
    text-transform: uppercase;
}
div#countdown {
    color: #151515;
    display: block;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 2rem;
}

span#seconds,span#minutes {
    margin-right: 6px;
}
div#countdown i.fa-spinner {
    font-size: 2.6em;
    display: block;
    text-align: center;
    margin: 35px auto 20px auto;
    color: #ff004c;
}

@media screen and (max-width: 440px){
.status-item-wrapper-2 {
    display: none;
}
}

@media (min-width: 700px){
    .srl-mw {
   
    position: relative!important;
}
}

@media (min-width: 501px) {
    div.captcha {
		width: 300px !important;
	}

	label {
		margin-top: 0px !important;
	}
}
