@font-face {
    font-family: 'amcap_eternalregular';
    src: url('../../shared/fonts/amcap_eternal-webfont.woff2') format('woff2'),
       url('../../shared/fonts/amcap_eternal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0
}


img {
    border: none;
    display: inline-block
}

ol,
ul {
    list-style: none;
	padding: 0;
	margin: 0;
}

a {
    text-decoration: none;
    cursor: pointer !important
}
video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition: all .5s ease;
}

@supports (-ms-ime-align:auto){ 
	video { 
		object-fit:none; 
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height:auto; 
		width:100%; 
	} 
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	video { 
		object-fit:none; 
		top: 50%;
		left: 50%;
		height: auto; 
		transform: translate(-50%, -50%);
		width:100%; 
	} 

	body.step-join video{
		transform: none;
	}
}

.step6 h4 {
	width: 90%;
	max-width: 420px;
	min-height: 24px;
	text-align: left;
	font-size: 1.125rem;
	font-weight: 300;
	margin: 5px auto;
	text-shadow: 0px 1px 14px rgba(0,0,0,0.88);
	padding: 0 0 0 30px;
	display: none;
	transition: background .2s ease;
}
iframe {
	height: 45vh;
	width: 100%;
	margin-top: 1em;
	padding: 1em;
}
body,
html {
	width: 100%;
    height: 100%;
	min-height: 100%;
}
body {
	font-family: "amcap_eternalregular", sans-serif;
	color: #fff;
	background: #000;
	background-size: cover;
	overflow-x: auto !important;
	overflow-y: auto !important;
	-webkit-backface-visibility: hidden;
}
body.active::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
p.need-account{
	color: #ccc;
}

h1.create-account{
	color: #ddd;
}

body.step-join .substep label{
	color: #fff;
}
.container {
	width: 95%;
	max-width: 430px;
	position: absolute !important;
	left: 140px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.65);
	border-radius: 30px;
	padding: 30px;
	text-align: center;
	z-index: -2;
	opacity: 0;
	transition: all .75s ease;
}
.container.active {
	opacity: 1;
	z-index: 1;
}
.pop-flow {
	width: 95%;
	max-width: 720px;
	position: absolute !important;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
	border-radius: 25px;
	padding: 1.5em;
	text-align: center;
	z-index: 1;
	transition: all 1s ease;
	-webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
}
body.active .pop-flow {
	left: 50%;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	background: transparent;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
}
.pop-flow h2 {
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 7px #000, 0 0 20px #000, 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, 2px 2px 1px #000, -2px -2px 1px #000, -2px 2px 1px #000, 2px -2px 1px #000;
}
h2 {
	font-weight: 600;
	line-height: 1.25em;
}

.step7 {
	min-height: 120px;
}
.step5 ul {
	display: block;
	width: 100%;
}
.step5 li {
	width: 27%;
	display: inline-block;
	margin: 20px 1%;
	text-align: center;
	font-size: 1.25rem;
	vertical-align: top;
}
.step5 li img {
	width: 100%;
	cursor: pointer;
}
.step5 li img:hover {
	opacity: .7;
}

header {
	width: 100%;
	margin: 0px auto;
	padding: 1em;
}
header img {
	max-width: 350px;
}
header ul {
	float: right;
	margin-top: 15px;
}
header li {
	display: inline-block;
	margin-left: 30px;
	padding: 0 0 0 30px;
	cursor: pointer;
	min-height: 20px;
}
.container li {
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 50%;
	background: #ffffff;
	text-align: center;
	-webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	margin: 10px;
	cursor: pointer;
	vertical-align: middle;
	position: relative;
}
.container li img {
	max-width: 70px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#dance img {
	max-width: 45px;
}
#pussy img {
	max-width: 60px;
}

.slick-slider {
	display: none;
	margin-top: 10px;
	z-index: 2;
}
.slick-slide {
	display: inline-block;
	cursor: pointer;
}
.btn {
	width: 96%;
	max-width: 360px;
	border-radius: 35px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#440404+0,b10000+100 */
background: #440404; /* Old browsers */
background: -moz-linear-gradient(top,  #440404 0%, #b10000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #440404 0%,#b10000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #440404 0%,#b10000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#440404', endColorstr='#b10000',GradientType=0 ); /* IE6-9 */

	font-weight: 600;
	letter-spacing: -0.025em;
text-transform: uppercase;
text-shadow: 0 0 7px
#000, 0 0 20px #000, 1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, 2px 2px 1px #000, -2px -2px 1px #000, -2px 2px 1px #000, 2px -2px 1px
    #000;
	display: inline-block;
	margin-top: 20px;
	padding: 20px;
	cursor: pointer;
	font-size: 1.125rem;
	color: #fff;
	transition: all .5s ease;
}
.container .btn {
	font-size: 1rem;
}
.btn:hover {
	transform: scale(1.066);

}
.btn.smaller {
	width: 37%;
	margin: 20px 5px 0;
}
.btn.no {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0e0101+0,65453a+99 */
background: #0e0101; /* Old browsers */
background: -moz-linear-gradient(top,  #0e0101 0%, #65453a 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0e0101 0%,#65453a 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0e0101 0%,#65453a 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0101', endColorstr='#65453a',GradientType=0 ); /* IE6-9 */

}
.btn.no:hover {
		transform: scale(1.066);

}

.control_msg {
	width: 220px;
	padding: 20px;
	text-align: center;
	font-size: 1.25em;
	line-height: 1.125em;
	font-weight: 400;
	background: #AD1A1A;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 460px;
	z-index: -4;
	transition: all .5s ease;
}

@media screen and (max-width: 767px){
	.control_msg{
		font-size: 1em;
	}
}


.control_msg::after {
	content: "";
	position: absolute;
	left: -13px;
	top: 50%;
	transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-right: 15px solid #AD1A1A;
}
.control_msg .close {
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
}
.move_left {
	margin-left: 0;
	opacity: 0;
}

.niche_msg {
	width: auto;
	padding: 5px 20px;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.25rem;
	font-weight: 600;
	letter-spacing: -1px;
	background: #fff;
	color: #AD1A1A;
	text-transform: capitalize;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.move_up {
	display: block;
	top: 0;
	transform: translate(-50%, -1.5rem);
	opacity: 1;
	transition: all .5s ease;
}

#button-background {
	position: absolute;
	bottom: 100px;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	width: 90%;
	max-width: 400px;
	height: 80px;
	border: white;
	border-radius: 40px;
	display: none;
    align-items: center;
    justify-content: center;
	
}

#slider {
	transition: width 0.3s,
		border-radius 0.3s,
		height 0.3s;
	position: absolute;
	left: -10px;
	background: #2fb3b5;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	    display: flex;
    align-items: center;
    justify-content: center;
}
#slider.unlocked {
		transition: all 1s;
		width: inherit;
		left: 0 !important;
		height: inherit;
		border-radius: inherit;
}

.material-icons {
	color: #fff;
	font-size: 50px;
		-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	cursor: default;
}

.slide-text {
	color: #3a3d55;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0 0 0 60px;
		-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	cursor: default;
}

.bottom {
	position: fixed;
	bottom: 0;
	font-size: 14px;
	color: white;
}

.last h1 {
	font-size: 1.5rem
}

@media only screen and (max-width:1024px) and (orientation: portrait) {
}

@media (max-width: 767px), (orientation: portrait) {
	header {
		width: 100%;
		max-width: 100%;
		padding: 1em;
	}

	iframe{
		padding: 1em;
		background-color: #000;
	}

	header ul {
		float: right;
		margin-top: 5px;
	}
	header li {
		margin-left: 5px;
		vertical-align: top;
	}
	.btn span,
	header li:nth-of-type(1) span {
		display: none
	}
	header IMG {
		width: 200px;
		height: auto;
	}
	.btn {
		max-width: 220px;
		font-size: 1em;
		margin-top: 10px;
		letter-spacing: 0;
	}
	.container .btn {
		font-size: 1em;
		max-width: 280px;
	}
	.control_msg {
		position: absolute;
		left: 50%;
		top: -60px;
		transform: translateX(-50%);
		margin-left: inherit;
	}
	.control_msg::after {
		content: "";
		position: absolute;
		left: 50%;
		top: unset !important;
		transform: translateX(-50%);
		bottom: -25px;
		width: 0; 
		height: 0; 
	    border-left: 20px solid transparent;
	    border-right: 20px solid transparent;
	    border-top: 20px solid #AD1A1A;
	}
	.move_left {
		top: 0;
		opacity: 0;
		transition: all .5s ease;
	}
	#content-slider-desktop {
		display: none !important;
	}
	.slick-slider {
		display: block;
	}
	#button-background {
		display: flex
	}
	.container {
		width: 100%;
		max-width: inherit;
		position: absolute !important;
		left: 50%;
		top: inherit;
		bottom: 110px;
		transform: translateX(-50%);
		background: transparent;
		border-radius: 0;
		padding: 0;
	}
	.pop-flow {
		bottom: 80px;
	}
}

@media (max-width:480px) {
	.slide-text {
		font-size: .725rem;
	}
	header IMG {
		width: 150px;
		height: auto;
	}
	iframe {
		height: 65vh;
		width: 100%;
		padding: 1em;
	}
	.pop-flow h2 {
		font-size: 1em;
	}
}
@media (max-width:420px) {
	body,
	html {
		font-size: 14px;
	}
	.last h1  {
		font-size: 1.25rem
	}
}
@media (max-width:360px) {
	.last h1  {
		font-size: 1.125rem
	}
	.step8 h1 {
		font-size: 1.5rem
	}
	iframe {
		height: 75vh;
		width: 100%;
		padding: 1em;
	}
}
@media (max-width:320px) {
	.last h1  {
		font-size: 1.125rem
	}
	.step8 h1 {
		font-size: 1.5rem
	}
	iframe {
		height: 65vh;
		padding: 1em;
	}
}
 
@media (max-height: 728px) and (orientation: landscape) {
	body {
		overflow-y: auto
	}
	.container {
		left: 20px;
		top: 120px;
		transform: none;
		margin-bottom: 100px;
	}
	video {
		position: fixed;
	}
	iframe {
		height: 550px;
		padding: 1em;
	}
	.pop-flow{ left: 50%; transform: translateX(-50%);}
}
@media (max-height: 720px) and (max-width: 767px) and (orientation: landscape) {
	iframe{
		padding: 1em;
		background-color: #000;
	}

	body {
		overflow-y: auto
	}
	.container {
		left: 0;
		top: inherit;
		transform: none;
		bottom: 15px;
		margin-bottom: 0;
	}
	video {
		position: fixed;
	}
}


.lds-ring {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #999 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pop-flow .lds-ring {
	position: relative !important;
	display: inline-block !important;
	top: 10px;
	left: unset;
	transform: unset;
}

body #mute span.sound-on{
	display: inline-block;
}

body #mute span.sound-off{
	display: none;
}

body.app-audio-mute #mute span.sound-on{
	display: none;
}

/**
 * Step join
 */
body.step-join .join-container{
	max-width: 66%;
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
}

body.step-join img {
    border: none;
    display: block
}

body.step-join ol,
body.step-join ul {
    list-style: none;
	padding: 0;
	margin: 0;
}

body.step-join a {
    text-decoration: none;
    cursor: pointer !important;
	color: #fff;
}

body.step-join,
html {
    height: 100%;
	min-height: 100%
}

body.step-join {
    font-family: "amcap_eternalregular", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #fff;
	background: #000;
	overflow-x: hidden;
	transition: background .5s ease-in-out;
}
body.step-join.active::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
/* //// for video version */
body.step-join video {
	position: fixed !important;
	z-index: -2;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
}

body.step-join input,
body.step-join select,
body.step-join textarea,
body.step-join kbd {
}

body.step-join input:focus,
body.step-join select:focus,
body.step-join textarea:focus,
body.step-join button:focus {
    outline: none;
}
input,
select,
textarea {
	width: 100%;
	display: inline-block;
	padding: 10px 20px;
	text-align: left;
	border-radius: 5px;
	border: 0;
	background: #fff;
	font-size: 1.1875rem;
	color: #000;
	font-weight: 300;
	margin: 10px 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
small {
	font-size: .675rem;
	line-height: 1.1;
	margin: 15px 0;
	display: block
}
.e {
	color: #AD1A1A;
	width: 100%;
	display: block;
	text-align: left;
	font-size: .75rem;
	padding: 5px;
	font-family: sans-serif;
}
input#e,
.err {
    border: 1px solid #AD1A1A;
}
.err::placeholder {
  	color: #AD1A1A !important;
  	opacity: 1;
}
.err:-ms-input-placeholder {
  	color: #AD1A1A !important;
}
.err::-ms-input-placeholder {
  	color: #AD1A1A !important;
}
select.err {
	color: #AD1A1A !important;
}
label {
	width: 100%;
	display: block;
	text-align: left;
}
label img {
	float: right;
	margin-left: 10px;
}
.exp_cvv {
	margin: 10px 0 0;
}
.exp_cvv .form-group {
    width: 49.2%;
    display: inline-block;
    vertical-align: top;
}

.visa .mc {
	opacity: .1;
	transition: all .4s ease;
}
.mastercard input[name="ccn"]{
	border: 1px solid #9d9d9d;
	background: #f79e1b;
	color: #000;
	transition: all .4s ease;
}
.mastercard .vs {
	opacity: .1;
	transition: all .4s ease;
}
.secure {
	text-align: center;
	width: 100%;
}
.secure img {
	max-width: 150px;
	height: auto;
	margin-top: 15px;
	display: inline-block
}

.wrapper {
	display:-ms-grid;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: max-content minmax(100%, auto);
	width: 100%;
	height: auto;
	min-height: 100%;
}
.msg {
	margin: 0 auto;
}
body.step-join header {
	width: 100%;
	height: 100%;
	padding: 0px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	body.step-join .wrapper {
		padding-top: 100px;
	}
}
/*
body.step-join header span {
	font-size: 3.5rem;
	color: #fff;
	font-style: italic;
	letter-spacing: -2px;
	z-index: -1;
}
*/
body.step-join header span strong {
	position: relative;
}
body.step-join header span strong::before {
	content: '';
	width: 110%;
	height: 100%;
	background: var(--main-bg-color);
	transform: skew(-15deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
body.step-join header price {
	font-size: 50%;
	position: relative;
	top: -15px;
	font-weight: 400;
}
body.step-join header img {
	width: 60%;
	max-width: 375px;
	flex: 1 1 0;
	margin-top: 0px;
}
body.j1 header img {
	max-width: 490px;
}


body.step-join .step-item {
	width: 100%;
	height: 100%;
	-ms-grid-column: 1; 
	grid-column: 1 / 1;
	-ms-grid-row: 2;
	grid-row: 2/ 2;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 50px;
}
body.step-join .join-container {
	width: 100%;
	padding: 0;
	min-height: 600px;
}

body.step-join .counter {
	width: 100%;
	background: transparent;
	margin-bottom: 10px;
	display: flow-root;
	vertical-align: middle;
}
body.step-join .counter li {
	width: 12px;
	height: 12px;
	display: block;
	margin: 5px 3px 0;
	float: left;
	text-align: center;
	position: relative;
	border-top: 4px  solid transparent;
	font-size: .825rem;
	font-weight: 400;
	color: #fff;
	transition: all .5s ease;
	border-radius: 50%;
	background: rgba(255,255,255,.8);
}
body.step-join .counter li.active {
	background: var(--main-bg-color) !important;
}
body.step-join .counter li:last-child {
	width: auto;
	height: auto;
	border-radius: 0;
	float: right;
	background: transparent;
	margin: 0 3px;
}
body.step-join h1, 
body.step-join h3 {
	font-size: 1.375rem;
	line-height: 1.1;
	font-weight: 700;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
body.step-join h2 {
	font-size: 3rem;
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 10px;
	color: var(--main-bg-color);
}
body.step-join h4.blue {
	background: url("../img/correct-b.png") no-repeat left 1px;
}
body.step-join h4.green {
	background: url("../img/correct-g.png") no-repeat left 1px;
}
body.step-join .flow {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: url("../img/top-left-corner.png") no-repeat top -7px left -7px, url("../img/bottom-right-corner.png") no-repeat bottom -7px right -7px, rgba(0,0,0,.7);
	border-radius: 25px;
	padding: 1.33em;
	-webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.75);
}

body.step-join.active .flow {
	background: transparent;
	border-radius: 0;
	padding: 20px;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
	color: #fff;
}

.substep {
	width: 100%;
	height: auto;
	position: relative;
	top: 0;
	left: 100%;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
	display: none;
	padding: 0 15px;
}
[step="1"] {
    left: 0;
	display: block;
}
[step="4"] {
	left: 0;
}
[step="4"] a {
    color: #fff;
	text-decoration: underline;
}
#terms,
#xsell_on,
#tick{
  	display: none
}
label.default {
    position: relative;
    top: 2px;
    height: 13px;
    width: 14px;
    background: transparent;
    border: 1px solid #AD1A1A;
    display: inline-block;
    cursor: pointer;
}
input[type="checkbox"]:checked ~ label.default::after {
    display: block;
}
label.default::after {
	content: "";
	position: absolute;
    left: 4px;
    top: 0;
    width: 2px;
    height: 7px;
    border: solid #AD1A1A;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(0,0,0,.5);
}

body.step-join .btn {
	display: inline-block;
	width: 92%;
	max-width: 300px;
	font-size: 1.125rem;
	color: #fff;
	padding: 15px 0;
	margin: 10px 0 0;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#440404+0,b10000+100 */
	background: #440404; /* Old browsers */
	background: -moz-linear-gradient(top,  #440404 0%, #b10000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #440404 0%,#b10000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #440404 0%,#b10000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#440404', endColorstr='#b10000',GradientType=0 ); /* IE6-9 */

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  	transition: all 0.4s;
	border-radius: 35px;
}
body.step-join .btn:active,
body.step-join .btn:hover {
	transform: scale(1.066);

}
body.step-join footer {
    text-align: center;
    font-size: 10px;
    padding: 10px;
	color: #fff;
}

body.step-join .column { 
	text-align: center;
	min-width: 250px;
}

body.step-join .column .number-count{
	font-weight:700; 
	font-size:3.5rem; 
	color:#fff; 
	border-radius: 20px 0 0 20px;
	background: rgba(0,0,0,.3); 
	padding: 3px 20px;
}

body.step-join .column span{ width:100%; text-align:center; color:#fff; padding-right: 5px; font-size: .825rem; }

body.step-join .vol {
	position: absolute; top: 10px; right: 320px;
}
body.step-join .vol li {
	display: inline-block;
	margin-left: 30px;
	padding: 0 0 0 30px;
	cursor: pointer;
	min-height: 20px;
	background: url("../img/soundon.png") no-repeat left 0 top 2px;
}
/*
body.j2 {
	overflow-x: auto;
}
*/

body.j2 .container {
    max-width: 986px !important;
	flex: none
}
body.j2 .block {
	width: 100%;
	float: left;
	padding-right: 0px;
}
body.j2 .flow {
	background: -webkit-linear-gradient(left, rgba(0,0,0,.75) 50% , rgba(13,13,42,.75) 50%); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(0,0,0,.75) 50%, rgba(13,13,42,.75) 50%); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(0,0,0,.75) 50%, rgba(13,13,42,.75) 50%); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(0,0,0,.75) 50% , rgba(13,13,42,.75) 50%); /* Standard syntax */
}

.sales-terms {
	width: 50%;
	float: left;
	font-size: .625rem;
	height: 100%;
	text-align: left;
	padding: 0 30px;
	color: #cccccc;
	font-weight: 300;
	/*
	display: none;
	*/
}
.sales-terms p {
	margin-bottom: 20px;
}
.features {
	width: 100%;
	margin: 10px auto 0;
	vertical-align: top;
	text-align: left;
}
.features LI {
	width: 49%;
	display: inline-block;
	font-weight: 300;
	font-size: .75rem;
	padding: 0 10px 0 0;
}
.features LI IMG {
	position: relative;
	top: 13px;
	margin-right: 5px;
	width: 12px;
	height: auto;
}
.features LI span {
	margin-left: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .blur {    
        filter: blur(6px);
        -webkit-filter: blur(6px);
        -moz-filter: blur(6px);
        -o-filter: blur(6px);
        -ms-filter: blur(6px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6px');
        transition: filter .3s ease;
        -webkit-transition: filter .3s ease;
        -moz-transition: filter .3s ease;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .blur {    
        filter: blur(6px);
        -webkit-filter: blur(6px);
        -moz-filter: blur(6px);
        -o-filter: blur(6px);
        -ms-filter: blur(6px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6px');
        transition: filter .3s ease;
        -webkit-transition: filter .3s ease;
        -moz-transition: filter .3s ease;
    }
}
@supports (-ms-ime-align:auto) {
    .blur {    
        filter: blur(6px);
        -webkit-filter: blur(6px);
        -moz-filter: blur(6px);
        -o-filter: blur(6px);
        -ms-filter: blur(6px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='6px');
        transition: filter .3s ease;
        -webkit-transition: filter .3s ease;
        -moz-transition: filter .3s ease;
    }
}


@media only screen and 
	(max-width:1024px),
	(min-device-width : 320px) 
	and (max-device-width : 812px) 
	and (orientation : landscape) {
	iframe{
		padding: 1em;
		background-color: #000;
	}

	body.step-join{
		background-color: #fff;
		overflow-y: auto !important;
		overflow-x: auto !important;
	}
		
	body.step-join video {
		position: static !important;
		top: 0;
		left: 0;
		width: 100%;
		min-width: unset;
		min-height: unset;
		height: auto;
	}	
	body.step-join .wrapper {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 3fr;
		width: 100%;
		height: auto;
		min-height: 100%;
	}
	body.step-join header {
		position: absolute; 
		top: 0;
	}
	body.step-join header img.logo {
		flex: none;
		display: none;
	}
	body.step-join .step-item {
		grid-column: 1 / 1;
		grid-row: 2/ 2;
		padding: 0;
		flex: none;
	}
	body.step-join .content {
		bottom: 5px;
		right: 10px;
		height: 60px;
		font-size: 20px;
	}
	body.step-join .join-container {
		background: #fff;
		color: #000;
		max-width: unset;
		position: relative;
		max-width: 100%;
		top: auto;
		left: auto;
		bottom: 0px;
		width: 100%;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}

	body.step-join .join-container p.need-account,
	body.step-join .join-container h1.create-account{
		color: #000;
	}

	body.step-join .join-container .substep label{
		color: #000;
	}

	input,
	select,
	textarea {
		background: #ccc;
	}
	body.step-join.active .join-container {
		background: transparent;
	}
	body.step-join.j1 header img {
		display: inline-block;
    	width: 70% !important;
	}
	body.step-join .flow {
		background: transparent !important;
		border-radius: 0;
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
		box-shadow: unset;
	}
	body.step-join .counter {
		position: absolute;
		top: -30px;
		left: 0;
		padding: 0 10px;
	}
	body.step-join .vol {
		right: 20px;
	}

	body.step-join .vol li span {
		display: none
	}

	body.step-join .column{ 
		top: 100px;
		text-align: center;
		min-width: 180px;
	}

	body.step-join .column .number-count{ 
		font-size:2rem; 
		color:#fff; 
		padding: 3px 20px; 
		border-radius: 10px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		background: rgba(0,0,0,.6); 
	}

	body.step-join .column span{ 
		font-size: .825rem; 
		padding-right: 0;
	}
	
	body.j2 .join-container {
		max-width: unset !important;
		overflow-x: auto;
	}
	body.j2 .substep {
		width: 100% !important;
		min-width: 100% !important;
		padding: 0 !important;
	}
	body.j2 .flow {
		background: transparent; /* Standard syntax */
	}
	body.j2 .step-item {
		overflow: auto;
		justify-content: flex-start;
	}
	body.j2 .sales-terms {
		color: #0d0d2a
	}
	body.j2 [step="4"] a {
		color: #000;
	}
		footer {
			background: #000;
		}
}
@media only screen and (max-width: 780px) {
	iframe{
		padding: 1em;
		background-color: #000;
	}

	body.step-join h1, 
	body.step-join h3 {
		font-size: 1.25rem;
	}
	body.step-join h2 {
		font-size: 1rem;
	}
	body.step-join active .wrapper {
		grid-template-rows: 30vh 50vh;
	}
	body.step-join.j2 .join-container {
		width: 100% !important;
	}
	body.step-join.j2 .block {
		width: 100%;
	}
	body.step-join.j2 .sales-terms {
		width: 380px;
	}
}
@media only screen and (max-width: 780px) {
	body.step-join.j2 .join-container {
		width: 100% !important;
	}
}
@media (max-width:420px) {
	body.step-join .wrapper {
		grid-template-columns: 1fr;
		grid-template-rows: 30vh minmax(50vh, max-content);
	}
	body.step-join video {
		left: -25%;
		width: 150%;
		max-height: 65%;
		transform: translateX(-15%);
		-webkit-transform: translateX(-15%);
		-moz-transform: translateX(-15%);
		-ms-transform: translateX(-15%);
		-o-transform: translateX(-15%);
	}
	body.step-join .content {
		font-size: 16px;
	}
	body.step-join.j2 .join-container {
		width: 100% !important;
	}
	body.step-join header price {
		top: -5px;
	}
}
@media (max-width:360px) {
	body.step-join header img {
		max-width: 140px;
		margin-left: 10px;
	}
	body.step-join .copy {
		padding: 0 20px;
	}
	body.step-join .flow {
		padding: 20px 5px;
	}
	body.step-join.j2 .block {
		width: calc(100vw - 15px);
	}
}
@media only screen 
	and (min-device-width : 812px) 
	and (max-device-width : 1250px) 
	and (orientation : landscape) {
	body.step-join .content {
		bottom: 120px;
		left: 15px !important;
	}
	body.step-join .item span {
		display: none;
	}
	body.step-join video {
		min-width: 100vw;
		min-height: unset;
		height: 100vh;
	}
	body.step-join .vol {
		position: absolute;
		top: unset;
		right: unset;
		bottom: 10px;
		left: 10px;
	}
}
@media only screen 
	and (min-device-width : 320px) 
	and (max-device-width : 812px) 
	and (orientation : landscape) {
	body.step-join .wrapper {
		grid-template-columns: 1fr;
		grid-template-rows: 50vh max-content;
	}
	body.step-join video {
		object-fit: cover;
	}	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	body.step-join video {
		top: 0;
		max-height: 70%;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
}

body.step-join .loader,
body.step-join .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
body.step-join .loader {
  margin: 20px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1em solid rgba(255, 255, 255, 0.2);
  border-right: 1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1em solid rgba(255, 255, 255, 0.2);
  border-left: 1em solid var(--main-bg-color);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body.app-audio-mute #mute span.sound-off{
	display: inline-block;
}

body.step-join .container.menu{
	display: none;
}

body.step-join .step.step-join,
body.step-join .step.step-join .step-item{
	display: block !important;
}

header .column.timer{
	display: none;
}

body.step-join header{
	padding-top: 0.66em;
}

body.step-join header .column.timer{
	display: block;
}

body.step-join header ul.utility-menu{
	float: right;
	margin-right: 1.5em;
}

body.step-join header ul.utility-menu li.login{
	display: none;
}

body.step-join header .column.timer{
	position: static;
	float: right;
}

@media screen and (max-width: 767px){
	body.step-join header .column.timer{
		position: static;
		float: left;
	}
}

body.step-join .pop-flow{
	display: none;
}

body.step-join header img.logo{
	float: left;
}

body.step-join .substep input{
	margin-top: 0.25em;
}

body.step-join #app-container{
	overflow-x: hidden;
}
