/*--------------------------------------------------------------
# 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: 'Lilita One', cursive;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
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;
}
.mswbg {
	position: fixed;
	height: 100vh;
	width: 100%;
	left: 0;
	bottom: 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	-webkit-background-size: cover !important;
	background-position: center bottom !important;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}
header {
	margin-bottom: 70px;
	position: relative;
	z-index: 2;
}
#header-particles {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}
.bs-i-h-c {
	text-align: center;
}
.bs-i-h-c .lg-img {
	max-width: 350px;
	max-height: 150px;
	display: table;
	margin: 0 auto;
}
.bs-i-h-c h1 {
	margin: 5px auto 0 auto;
    font-size: 3em;
	color: #fff;
	text-shadow: 0 3px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
	letter-spacing: 2px;
}
.bs-i-h-c p {
	font-size: 1.2em;
	margin: 10px 0 0 0;
}
.bs-mvps-w {
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.bs-mvps-w .container {
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.bs-mp-w {
	position: relative;
	padding: 90px 100px 80px 100px;
	max-width: 720px;
	margin: 0 auto;
}
.bs-mp-w:after {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	transform: skew(-3deg);
	background: #353c4e;
	box-shadow: inset 0 -5px 0 0 #282c3b, inset 0 4px 0 0 #695e81;
	border: 3px solid #000;
	border-radius: 4px;
	z-index: -1;
}
.bs-mp-sh-s-w {
	position: absolute;
	top: -33px;
	width: 100%;
	left: 0;
}
.bs-mp-sh-s {
	width: 100px;
	height: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	position: relative;
}
.bs-mp-sh-s:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transform: skew(-3deg);
	border-radius: 4px;
}
.bs-mp-sh-s span {
	color: #fff;
	font-size: 3em;
	position: relative;
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 3px 0 #000;
	z-index: 3;
}
.bs-pi-t {
	margin-bottom: 20px;
}
.bs-pi-t span.bs-pi-t-v {
	font-size: 2em;
	text-align: center;
	display: block;
	line-height: 1.2;
}
.bs-puf-ow, .psiw-w {
	position: relative;
}
.bs-puf-uin-i-w {
	position: relative;
}
.bs-puf-uin-i-w:before {
	content: '';
	height:100%;
	width: 100%;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
	background: #1f2434;
	border: 3px solid #000;
	transform: skew(-3deg);
	border-radius: 4px;
}
.bs-puf-uin-i-w svg {
	position: absolute;
	left: 21px;
	top: 29px;
	z-index: 3;
}
.bs-puf-uin-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;
	color: #fff;
	font-size: 1.8em;
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 3px 0 #000;
}
.bs-puf-uin-i::placeholder {
	color: #fff;
	opacity: 1;
}
.bs-puf-uin-i:-ms-input-placeholder {
	color: #fff;
}
.bs-puf-uin-i::-ms-input-placeholder {
	color: #fff;
}
.psiw-w {
	margin: 40px -5px 0 -5px;
}
.psiw-i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.psi-i-w {
	padding: 0 5px;
	flex: 1;
}
.psi-i {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90px;
	padding: 0 5px;
	cursor: pointer;
}
.psi-i:before {
	content: '';
	height:100%;
	width: 100%;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	border: 3px solid #000;
	transform: skew(-3deg);
	z-index: 2;
	border-radius: 4px;
}
.psi-i i {
	color: #fff;
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 3px 0 #000;
	position: relative;
	z-index: 3;
	font-size: 2em;
}
.psi-i.active:before {
	background: #f9d33e;
	border-radius: 4px;
	box-shadow: inset 0 -3px 0 0  #aa6619, inset 0 3px 0 0 #fcf76e;
	border: 2px solid #000;
}
.psi-i.active i {
	color: #fff;
}
.m-ft-b-w {
	margin: 50px auto 0 auto;
}
.bs-mb-d {
	position: relative;
	height: 100px;
	max-width: 300px;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-size: 2.4em;
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 3px 0 #000;
}
.bs-mb-d:after {
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 4px;
	display: block;
	position: absolute;
	z-index: 1;
	border-radius: 4px;	
	border: 2px solid #000;
	transform: skew(-4deg);
}
.bs-mb-d span {
	position: relative;
	z-index: 3;
	top: 2px;
}
.bs-mb-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;
}
.p-b-v-t-b span {
	top: 4px;
}
.p-b-v-t-b:hover, .p-b-v-t-b:visited {
	color: #fff;
}
.bs-puf-err {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -28px;
	display: none;
}
.bs-puf-err-i {
	background: #fc4349;
	display: table;
	margin: 0 auto;
	padding: 2px 10px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 0.7em;
	border-radius: 3px;
}
.bs-puf-err-p {
	padding: 0 5px;
}
.i-w-b-r-t-y {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.bs-sf-p-wr-in {
	position: relative;
}
.bs-sf-p-con-t-l {
	font-size: 1.4em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.bs-sf-con-t-mi {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bs-sf-con-t-mi-uw {
	margin: 0 auto;
	width: 360px;
	text-align: center;
	padding: 0 5px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bs-sf-con-t-mi-uw:before {
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	left: 3px;
	position: absolute;
	top: 3px;
	z-index: 1;
	border: 3px solid #000;
	transform: skew(-3deg);
	border-radius: 4px;
}
.bs-sf-con-t-mi-uw-v {
	font-size: 2em;
	color: #fff;
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 3px 0 #000;
	position: relative;
	z-index: 3;
}
.bs-sf-con-t-mi-pw {
	width: 100px;
	text-align: center;
	padding: 0 5px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-size: 1.6em;
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 3px 0 #000;
	color: #fff;
}
.bs-sf-con-t-mi-pw:before {
	content: '';
	height: 100%;
	width: 100%;
	display: block;
	left: 3px;
	position: absolute;
	top: 3px;
	z-index: 1;
	border: 3px solid #000;
	transform: skew(-3deg);
	border-radius: 4px;
}
.bs-sf-con-t-mi-pw-v {
	position: relative;
	z-index: 3;
}
.bs-sf-p-con-b {
	position: absolute;
	top: 20%;
	left: -5%;
	width: 100%;
	text-align: center;
}
.bs-sf-p-con-b img {
	margin: 0 auto;
}
.mmgsa {
	-webkit-animation: sfa 2s linear infinite;
	animation: sfa 2s linear infinite;
	display: block;
}
@-webkit-keyframes sfa {
	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 sfa {
	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);
	}
}
.bs-sf-con-t-m-cm-ci {
	stroke-dasharray: 320;
	stroke-dashoffset: 320;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #62cd3f;
	fill: none;
	animation: caSt 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.bs-sf-con-t-m-cm {
	width: 168px;
	height: 168px;
	border-radius: 50%;
	display: block;
	stroke-width: 4;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 10% auto;
	box-shadow: inset 0px 0px 0px #b4fc7e;
	animation: caF .4s ease-in-out .4s forwards, caSc .3s ease-in-out .9s both;
}
.bs-sf-con-t-m-cm-ch {
	transform-origin: 50% 50%;
	stroke-dasharray: 146;
	stroke-dashoffset: 146;
	animation: caSt 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@-webkit-keyframes caSt {
	100% {
		stroke-dashoffset: 0;
	}
}
@-webkit-keyframes caSc {
	0%, 100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@-webkit-keyframes caF {
	100% {
		box-shadow: inset 0px 0px 0px 100px #b4fc7e;
	}
}
@keyframes caSt {
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes caSc {
	0%, 100% {
		transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes caF {
	100% {
		box-shadow: inset 0px 0px 0px 100px #b4fc7e;
	}
}
.bs-sf-con-t-m-ts {
	color: #b4fc7e;
}
.bs-mp-w-r {
	margin: 0 auto;
	padding: 80px 40px 70px 40px;
	width: 100%;
	max-width: 920px;
}
.r-i-s-o-w-2 {
	display: none;
}
.r-i-s-r-h-w {
	position: relative;
	margin-right: 10px;
	line-height: 1;
}
.r-i-s-r-h-w span {
	line-height: 1;
	text-transform: uppercase;
	font-size: 0.8em;	
}
.r-i-s-r-w {
	display: flex;
    align-items: center;
    /* justify-content: center; */
    background: #000;
    max-width: 300px;
    margin: 0 auto -6px auto;
    transform: skew(-7deg);
    padding: 9px 10px 8px 10px;
    position: relative;
    left: 5px;
}
.r-i-s-r-m-w {
	display: flex;
	align-items: center;
	justify-content: center;
}
.r-i-s-r-w-i {
	max-width: 15px;
	max-height: 15px;
	margin-right: 3px;
	transform: skew(7deg);
}
.r-i-s-r-m-v {
	font-size: 0.9em;
	margin-right: 3px;
	line-height: 1;
	animation-duration: 0.5s;
	color: #cdfd78;
}
.r-i-s-r-m-l {
	font-size: 0.9em;
	line-height: 1;
	display: block;
	color: #cdfd78;
}
.v-r-i-s-w {
	margin: 20px -10px 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.v-r-i-s {
	flex: 0 0 25%;
	padding: 0 10px;
	margin-bottom: 10px;
	width: 25%;
}
.v-r-i-s:last-child {
	margin-bottom: 0;
}
.v-r-i-s-i-w {
	line-height: 1;
	padding: 55px 0 0 0;
	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;
	border: 3px solid #000;
	transform: skew(-3deg) scale(0.98);
	border-radius: 4px;
	background: rgb(180,252,126); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(180,252,126,1) 0%, rgba(98,205,64,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(180,252,126,1) 0%,rgba(98,205,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(180,252,126,1) 0%,rgba(98,205,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4fc7e', endColorstr='#62cd40',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
} 
.v-r-i-s-i-w:hover {
	transform: skew(-3deg) scale(1);
}
.v-r-i-s-v-b {
	color: #cdfd78;
	font-size: 2em;
	position: absolute;
	top: 10px;
	transform: skew(-3deg);
	right: 10px;
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 4px 0 #000;
}
.v-r-i-s-v-m {
	background: #424b68;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 5px;
	border-top: 2px solid #000;
	margin-top: 18px;
}
.v-r-i-s-v {
	margin-right: 7px;
	font-size: 1.4em;
	transform: skew(-3deg);
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 3px 0 #000;
}
.v-r-i-s-l {
	line-height: 1;
	position: relative;
	top: 1px;
	transform: skew(-3deg);
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 3px 0 #000;
}
.v-r-i-s-i {
	margin: 0 auto 10px auto;
	max-width: 90px;
	max-height: 90px;
	transform: skew(3deg);
	display: table;
}
.bs-mp-w-r .m-ft-b-w {
    margin: 20px auto 0 auto;
}
.bs-mp-w-p {
	max-width: 500px;
	margin: 0 auto;
	z-index: 2;
}
.prcs-l {
	text-align: center;
}
.prcs-l span {
	font-size: 7em;
}
.prcs-m {
	text-align: center;
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 1.6em;
}
.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;
	border-radius: 5px;
}
.p-lb div {
	font-size: 22px;
	text-indent: 9999px;
	overflow: hidden;
	position: relative;
}
.ps-c-w-g-i-c {
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.ps-c-w-g-i {
	position: relative;
	display: none;
	margin: 0 auto;
	opacity: 0;
}
.ps-c-w-g-i-i {
	position: relative;
    padding: 25px 30px 25px 30px;
	width: 250px;
	margin: 0 auto;
}
.ps-c-w-g-i-i:after {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
	transform: skew(-3deg);
	border-radius: 4px;
}
.ps-c-w-g-i-i-t-i {
	max-width: 80px;
}
.ps-c-w-g-i-i-b {
	text-align: center;
}
.d-b-notice-wrapper {
	text-align: center;
}
.d-b-notice-wrapper span.material-icons-two-tone {
	font-size: 7em;
	filter: invert(73%) sepia(93%) saturate(352%) hue-rotate(356deg) brightness(101%) contrast(95%);
}
.d-b-notice-wrapper h2 {
	font-size: 2.2em;
	margin: 30px auto 10px auto;
	color: #fc4349;
}
.d-b-notice-wrapper p {
	margin: 0;
}
.ps-c-w-g-i-i-t {
	text-align: center;
}
.ps-c-w-g-i-i-b {
    line-height: 1;
    padding: 7px 15px 8px 15px;
    margin: 7px auto 5px auto;
    display: table; 
	min-width: 120px;
	font-size: 2em;
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 4px 0 #000;
	position: relative;
}
.ps-c-w-g-i-i-b:before {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	border-radius: 5px;
	border: 2px solid #000;
}
.ps-c-w-g-i-i-b-v span, .ps-c-w-g-i-i-b-v {
	position: relative;
	z-index: 2;
}
.ps-c-w-g-i-i-b-l {
    position: relative;
    z-index: 2;
    font-size: 0.5em;
	text-shadow: 0 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 2px 0 #000;
	margin-top: 2px;
}
.bs-sf-con-t-m-cm.bs-sf-con-t-m-cm-s {
	margin: 0 auto;
	height: 80px;
	width: 80px;
}
.cwPBw {
	opacity: 0;
}
#cwPB, #cwPB_2 {
    width: 100%;
    margin: 5px auto 0 auto;
}
.cwPBw.cwpbvvv, .bs-mp-w-l .cwPBw {
	opacity: 1;
}
#cwPB div, #cwPB_2 div {
    font-size: 12px;
}
.cwPBws #cwPB div, .cwPBws #cwPB_2 div, .cwPBws #cwPB div:before, .cwPBws #cwPB_2 div:before, .cwPBws #cwPB div:after, .cwPBws #cwPB_2 div:after {
	background: #43f282; /* Old browsers */
	background: -moz-linear-gradient(top, #43f282 0%, #43f282 50%, #1ed760 50%, #1ed760 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #43f282 0%,#43f282 50%,#1ed760 50%,#1ed760 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #43f282 0%,#43f282 50%,#1ed760 50%,#1ed760 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43f282', endColorstr='#1ed760',GradientType=0 ); /* IE6-9 */
}	
.bs-rmh-aw {
	animation-duration: 0.8s;
	-webkit-animation-duration: 0.8s;
}
.bs-fp-pr-l {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0; 
	top: 0;
	z-index: 200;
	background: #0050c9;
}
.bs-fp-pr-l-c {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0; 
	top: 0;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bs-fp-pr-l-c span.material-icons-two-tone {
	font-size: 10em;
}
.bs-fp-pr-l-c-i {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
.bs-fp-pr-l-c-lb {
	height: 40px;
	width: 100%;
	margin: 10px auto 0 auto;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.bs-fp-pr-l-c-lb div {
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
}
.c-w-l-t-v {
	font-size: 1.8em;
	text-align: center;
}
.c-w-l-p-v {
	font-size: 1em;
	margin: 0;
	text-align: center;
}
.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, .c-w-l-r-o-w #cwPB div:before, .c-w-l-r-o-w #cwPB div:after, .c-w-l-r-o-w #cwPB_2 div, .c-w-l-r-o-w #cwPB_2 div:before, .c-w-l-r-o-w #cwPB_2 div:after {
	background: #43f282; /* Old browsers */
	background: -moz-linear-gradient(top, #43f282 0%, #43f282 50%, #1ed760 50%, #1ed760 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #43f282 0%,#43f282 50%,#1ed760 50%,#1ed760 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #43f282 0%,#43f282 50%,#1ed760 50%,#1ed760 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43f282', endColorstr='#1ed760',GradientType=0 ); /* IE6-9 */
}
.c-w-l-fl-w-h {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.c-w-l-fl-w-h .c-w-l-r-o-w {
	padding: 0 15px;
	width: 50%;
	flex: 0 0 50%;
}
.c-w-l-fl-w-h .c-w-l-r-o-w .ps-c-w-g-i-i {
	width: 100%;
}
a#l-s-v-b i {
	z-index: 5;
}
a#l-s-v-b, a#l-s-v-b i, a#l-s-v-b:visited {
	text-decoration: none !important;
}
a#l-s-v-b:after {
	background: #06dd14;
	box-shadow: inset 0 -5px 0 0 #09ab10, inset 0 5px 0 0 #04fd0c;
}
a#l-s-v-b:hover {
	color: #fff;
}
/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
@media screen and (max-width: 1920px) {
	.bs-i-h-c .lg-img {
		max-width: 320px;
		max-height: 80px;
	}
	.bs-mp-sh-s-w {
		top: -25px;
	}
	.bs-mp-sh-s {
		height: 80px;
	}
	.bs-mp-sh-s span {
		font-size: 2.2em;
	}
	.bs-mp-w {
		padding: 80px 100px 80px 100px;
	}
	.bs-mp-w-r {
		padding: 80px 40px 70px 40px;
	}
}
@media screen and (max-width: 1441px) {
	header {
		margin-bottom: 50px;
	}
	.bs-i-h-c h1 {
		font-size: 2em;
	}
	.bs-pi-t {
		margin-bottom: 20px;
	}
	.bs-pi-t span.bs-pi-t-v {
		font-size: 1.8em;
	}
	.bs-mp-w-r .m-ft-b-w {
		margin: 20px auto 0 auto;
	}
	.bs-fp-pr-l-c span.material-icons-two-tone {
		font-size: 7em;
	}
	.m-ft-b-w {
		margin-top: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.bs-i-h-c .lg-img {
		max-width: 300px;
		max-height: 70px;
	}
	.bs-mp-w {
		padding: 70px 100px 60px 100px;
	}
	.v-r-i-s {
		padding: 8px 5px 6px 5px;
	}
	.ps-c-w-g-i-i-b {
		font-size: 1.8em;
	}
	.m-ft-b-w {
		margin-top: 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;
	}
	.v-r-i-s {
		width: 50%;
		flex: 0 0 50%;
	}
}
@media screen and (max-width: 768px) {
	.v-r-i-s {
		flex: 0 0 50%;
		width: 50%;
	}
	.v-r-i-s-i {
		max-width: 60px;
		max-height: 60px;
	}
	.bs-mp-w-r .m-ft-b-w {
		margin: 15px auto 0 auto;
	}
}
@media screen and (max-width: 575px) {
	header {
		margin-bottom: 30px;
	}
	.bs-i-h-c .lg-img {
		max-width: 270px;
		max-height: 50px;
	}
	.bs-mvps-w {
		padding: 15px 15px;
	}
	.bs-mp-w {
		padding: 60px 25px 60px 25px;
	}
	.bs-mp-w::after {
		transform: skew(-1.7deg);
	}
	.bs-pi-t {
		margin-bottom: 15px;
	}
	.bs-mp-w.bs-mp-w-r::after {
		transform: skew(-1.2deg);
	}
	.bs-mp-w-r {
		padding: 55px 20px 45px 20px;
	}
	.bs-mp-sh-s-w {
		top: -17px;
	}
	.bs-mp-sh-s {
		height: 60px;
	}	
	.bs-mp-sh-s span {
		font-size: 1.8em;
	}
	.bs-pi-t span.bs-pi-t-v {
		font-size: 1.2em;
	}
	.bs-puf-uin-i {
		height: 70px;
		padding-left: 52px;
		font-size: 1.2em;
	}
	.bs-puf-uin-i-w svg {
		left: 12px;
		top: 17px;
		z-index: 3;
		width: 30px;
	}	
	.psiw-w {
		margin: 32px -2px 30px -2px;
	}
	.psi-i-w {
		padding: 0 2px;
	}
	.psi-i {
		height: 70px;
	}
	.psi-i i {
		font-size: 1.5em;
	}
	.bs-puf-err {
		bottom: -25px;
	}
	.bs-puf-err-i {
		font-size: 0.6em;
		padding: 1px 8px;
	}
	.m-ft-b-w {
		margin: 20px auto 0 auto;
	}
	.p-b-v-t-b span {
		position: relative;
		top: 1px;
	}
	.bs-sf-p-wr, .bs-sf-con-t-mi-uw  {
		width: 100%;
	}
	.bs-sf-con-t-mi-uw {
		height: 78px;
	}
	.bs-sf-con-t-mi-uw-v {
		font-size: 1.6em;
	}
	.bs-sf-con-t-mi-pw {
		width: 78px;
		height: 78px;
		font-size: 1.4em;
	}
	.bs-sf-p-con-t-l {
		font-size: 1.2em;
	}
	.bs-sf-p-con-b img {
		max-width: 125px;
	}
	.v-r-i-s {
		margin-bottom: 1px;
	}
	.v-r-i-s-v-b {
		font-size: 1.6em;
	}
	.v-r-i-s-i {
		max-width: 45px;
		max-height: 45px;
		margin-bottom: 5px;
	}
	.v-r-i-s-i-w {
		padding-top: 50px;
	}
	.v-r-i-s-v-m {
		padding: 12px 5px;
	}
	.v-r-i-s-v {
		font-size: 1.2em;
		margin-right: 3px;
	}
	.v-r-i-s-l {
		font-size: 0.9em;
	}
	.r-vb-s-w-r {
		margin-top: 30px;
	}
	.r-i-s-r-m-l {
		font-size: 0.9em;
	}
	.prcs-l span {
		font-size: 5em;
	}
	.prcs-m {
		font-size: 1.4em;
	}
	.bs-fp-pr-l-c-lb {
		height: 40px;
		width: 130px;
	}
	.ps-c-w-g-i-i-t-i {
		max-width: 55px;
	}
	.bs-sf-con-t-m-cm.bs-sf-con-t-m-cm-s {
		height: 55px;
		width: 55px;
	}
	.ps-c-w-g-i-i-b {
		font-size: 1.6em;
	}
	.bs-mb-d {
		height: 90px;
	}
	.p-b-v-t-b {
		font-size: 0.8em;
		height: 45px;
	}
	.bs-mp-w-l .ps-c-w-g-i-i {
		padding: 20px 12px 20px 12px;
	}
	.bs-mp-w-l .ps-c-w-g-i-i-b {
		font-size: 1.2em;
		min-width: 100%;
	}
	.bs-mp-w-l #cwPB div, .bs-mp-w-l #cwPB_2 div {
		font-size: 9px;
	}
	.bs-mp-w-l .ps-c-w-g-i-i::after {
		transform: skew(-2deg);
	}
	.ps-c-w-g-i-i-b-l {
		font-size: 0.7em;
		margin-top: 4px;
	}
	.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;
	}
	.mswbg {
		background-position: left top !important;
	}
	.bs-sf-con-t-mi-pw {
		width: 65px;
	}
	.bs-sf-con-t-mi-r {
		width: calc(100% - 65px);
	}
}
@media screen and (max-width: 320px) {
	.bs-mvps-w {
		min-height: calc(100vh - 80px);
		padding: 15px 7px;
	}
	.bs-mp-w {
		padding: 45px 20px 45px 20px;
	}
	.bs-pi-t span.bs-pi-t-v {
		font-size: 1em;
	}
	.bs-mp-sh-s-w {
		top: -15px;
	}
	.bs-mp-sh-s {
		height: 45px;
	}
	.bs-mp-sh-s span {
		font-size: 1.5em;
	}
	.bs-puf-uin-i-w span.material-icons-two-tone {
		left: 15px;
		top: 10px;
	}
	.bs-puf-uin-i {
		height: 50px;
		padding-left: 58px;
		font-size: 1em;
	}
	.psi-i {
		height: 50px;
	}
	.psi-i i {
		font-size: 1.3em;
	}
	.bs-fp-pr-l-c span.material-icons-two-tone {
		font-size: 5em;
	}
	.bs-puf-err {
		bottom: -18px;
	}
	.bs-puf-err-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-i {
		max-width: 25px;
		max-height: 25px;
	}
	.v-r-i-s-i-w {
		padding-top: 43px;
	}
	.v-r-i-s-v-m {
		padding: 8px 5px;
		margin-top: 12px;
	}
	.v-r-i-s-l {
		font-size: 0.8em;
	}
	.v-r-i-s-w {
		margin-top: 15px;
	}
	.r-i-s-r-h-w {
		top: -2px;
	}
	.r-i-s-r-h-w span {
		font-size: 0.65em;
	}
	.bs-mp-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;
	}
	.bs-sf-con-t-m-cm.bs-sf-con-t-m-cm-s {
		height: 45px;
		width: 45px;
	}
	.p-lb {
		margin: 10px auto 0 auto;
	}
	.bs-mb-d {
		height: 70px;
		font-size: 1.6em;
	}
	.c-w-l-fl-w-h {
		margin: 0 -9px;
	}
	.v-r-i-s-v-b {
		font-size: 1.4em;
	}
	.p-b-v-t-b {
		font-size: 0.8em;
		height: 45px;
	}
	.c-w-l-p-v {
		font-size: 0.7em;
	}
	.c-w-l-fl-w-h .c-w-l-r-o-w {
		padding: 0 9px;
	}
	.bs-mp-w-l .ps-c-w-g-i-i-b {
		font-size: 0.9em;
	}
}