	.step.step-4,
	.step.step-5,
	.step.step-6,
	.step.step-7,
	.step.step-8,
	.step.step-9,
	.step.step-10,
	.step.step-11,
	.step.step-12,
	.step.step-13,
	.step.step-14,
	.step.step-15,
	.step.step-16,
	.step.step-17,
	.step.step-18,
	.step.step-19,
	.step.step-20,
	.step.step-21,
	.step.step-join{
		margin: auto;
		padding: 0;
		opacity: 0;
		height: 0;
		text-align: center;

		position: absolute;
		top: -9999px;
		left: -9999px;

		transition: opacity 1s ease-out;
		overflow: hidden;

		background: rgba( 255, 255, 255, 0.5 );
	}
	
	h1 {font-size:30px;margin-bottom:5px}

	.step.step-4,
	.step.step-5,
	.step.step-6,
	.step.step-7,
	.step.step-8,
	.step.step-9,
	.step.step-10,
	.step.step-11,
	.step.step-12,
	.step.step-13,
	.step.step-14,
	.step.step-15,
	.step.step-16,
	.step.step-17,
	.step.step-18,
	.step.step-19,
	.step.step-20,
	.step.step-21,
	.step.step-join{
		width: 60vw;
		max-width: 940px;
	}

	@media screen and (max-width: 1199px){
		.step.step-4,
		.step.step-5,
		.step.step-6,
		.step.step-7,
		.step.step-8,
		.step.step-9,
		.step.step-10,
		.step.step-11,
		.step.step-12,
		.step.step-13,
		.step.step-14,
		.step.step-15,
		.step.step-16,
		.step.step-17,
		.step.step-18,
		.step.step-19,
		.step.step-20,
		.step.step-21,
		.step.step-join{
			width: 66.6vw;
		}
	}

	@media screen and (max-width: 991px){
		.step.step-4,
		.step.step-5,
		.step.step-6,
		.step.step-7,
		.step.step-8,
		.step.step-9,
		.step.step-10,
		.step.step-11,
		.step.step-12,
		.step.step-13,
		.step.step-14,
		.step.step-15,
		.step.step-16,
		.step.step-17,
		.step.step-18,
		.step.step-19,
		.step.step-20,
		.step.step-21,
		.step.step-join{
			width: 80vw;
		}
	}

	@media screen and (max-width: 767px){
		.step.step-4,
		.step.step-5,
		.step.step-6,
		.step.step-7,
		.step.step-8,
		.step.step-9,
		.step.step-10,
		.step.step-11,
		.step.step-12,
		.step.step-13,
		.step.step-14,
		.step.step-15,
		.step.step-16,
		.step.step-17,
		.step.step-18,
		.step.step-19,
		.step.step-20,
		.step.step-21,
		.step.step-join{
			width: 95vw;
		}
	}

	.step_left,
	.step_right{
		display: block;
		float: left;
		box-sizing: border-box;
	}

	.step_left { 
		width:66.5%;
	}

	.step_right { 
		width:33.5%;
		max-height: 50vh;

	
	}

	.text-info{
		padding-left: 1em;
		padding-right: 1em;
		padding-bottom: 1em;
	}

	.step-image{
		width: 100%;
		margin: 0 auto;
	}

	.mobile-video,
	.mobile-image{
		display: none;
	}

	.desktop-video,
	.desktop-image{
		display: block;
	}

	.step_right video.desktop-video,
	.step_right video.mobile-video{
		object-fit: fill;
		max-width: 100%;
		width: 100%;
		height: 100%;
	}

	@media screen and (max-width: 767px){
		.step_left { float:left;width: 100%; max-width: 100%; }
		.step_right { float:left;width: 100%; max-width: 100%; }

		.mobile-video,
		.mobile-image{
			display: block;
		}
		.desktop-video,
		.desktop-image{
			display: none;
		}
	}

	@media screen and (max-width: 467px){

	}

	body.step-4 .step.step-4,
	body.step-5 .step.step-5,
	body.step-6 .step.step-6,
	body.step-7 .step.step-7,
	body.step-8 .step.step-8,
	body.step-9 .step.step-9,
	body.step-10 .step.step-10,
	body.step-11 .step.step-11,
	body.step-12 .step.step-12,
	body.step-13 .step.step-13,
	body.step-14 .step.step-14,
	body.step-15 .step.step-15,
	body.step-16 .step.step-16,
	body.step-17 .step.step-17,
	body.step-18 .step.step-18,
	body.step-19 .step.step-19,
	body.step-20 .step.step-20,
	body.step-21 .step.step-21,
	body.step-join .step.step-join{
		opacity: 1;
		height: auto;
		top: 50%;
		left: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
	}
	
	
	.step_head {
		background: rgb(178,69,146);
		background: linear-gradient(90deg, rgba(178,69,146,1) 0%, rgba(241,95,121,1) 100%);
		padding:20px 0 20px 0;
		color:#fff;
		padding:1em;
	}
	
	ol {margin-top:15px}
	
	ol li {
		color: #fff;
		border-radius: 8px;
		padding: 5px 25px;
		font-size: 22px;
		border: none;
		background: #121212;
		max-width: 400px;
		margin: 5px auto 0px auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	




	.container-pf-a{
	}

	#particles-js,
	#videoElement-join{
	  position: fixed;
	  left: 0;
	  right: 0;
	  top: 0;
	  bottom: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 2;
	  display: none;
	}

	body.display-particlesjs #particles-js,
	body.display-videoelement-join #videoElement-join{
		display: block;
	}

	#videoElement-join{
	  left: auto;
	  top: auto;
	  width: auto;
	  height: auto;
	  min-width: 100%;
	  min-height: 100%;
	  z-index: 1;
	}

	.container-pf-a{
		font-family: 'Urbanist',Lucida Sans Unicode,Lucida Grande,Verdana,Tahoma,Arial,Sans-serif;
	}

	.container-pf-a .step{
		border:0;
		background-color: rgba( 64, 64, 64, 0.8 );
	}

	.container-pf-a .step-content-container{
		padding: 0;
	}

	.container-pf-a .step .step-content-container p,
	.container-pf-a .step .step-content-container li{
			font-size: 1.3em;
			color: #fff;
	}

	.container-pf-a .step .step-content-container p em{
		font-style: none;
		color: #d93731;
		text-shadow: 1px 1px 4px #000;
		font-weight: 600;
	}

	.container-pf-a .step .step-content-container .form-container input{
		margin: 0 auto;
		padding: 0.25em;
		height: 3em;
		line-height: 3em;
		display: block;
		border: none;
		border-radius: 0;
		text-align: center;
	}

	.container-pf-a .step .step-content-container .form-container label{
		display: block;
		color: #d93731;
		margin: 0.5em;
		margin-top: 1em;
		text-shadow: 1px 1px 4px #000;
		font-weight: 600;
		text-transform: uppercase;
	}

	.container-pf-a .step nav{
		position: absolute;
		top: 0.5em;
		right: 0.5em;
		font-size: 0.9em;
		color: #fff;
	}

	.container-pf-a .step .step-content-container p{
		line-height: 1.5em;
	}

	.container-pf-a .step .step-content-container h2{
		color: #fff;
		font-weight: 600;
		text-shadow: 1px 1px 3px black;
	}

	.container-pf-a .step .step-content-container .button-container{
		padding-top: 1em;
		padding-bottom:1em;
	}

	.container-pf-a .step .step-content-container button.btn-continue{
	background-color: blue;
    color: white;
    border-radius: 8px;
    padding: 12px 20px;
	margin:0 8px 0 8px;
    font-size: 24px;
    border: none;
    cursor: pointer;
    background: rgb(178,69,146);
    background: linear-gradient(90deg, rgba(178,69,146,1) 0%, rgba(241,95,121,1) 100%);
	}
	
	.container-pf-a .step .step-content-container button.btn-fullw {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
	  width: 40%;
	  min-width:300px;
	  margin-bottom:6px;
	  margin-top:6px;
	}

	.container-pf-a .step .step-content-container ol{
		text-align: left;
		list-style-type: disc;
		padding-left: 1.5em;
	}

	.container-pf-a .step .step-content-container span.lowercase{
		text-transform: none;
	}

	.container-pf-a .step .step-content-container span.uppercase{
		text-transform: uppercase;
	}

	.container-pf-a .step .step-content-container span.capitalize{
		text-transform: capitalize;
	}

	.container-pf-a .step .step-content-container .loader{
		border-left: 0.5em solid #E25980;
	}

	.container-pf-a .step .step-content-container .loader,
	.container-pf-a .step .step-content-container .loader:after{
		border-radius: 50%;
		width: 5em;
		height: 5em;
	}

	.container-pf-a .step .step-content-container .loader {
		margin: 25px auto;
		font-size: 10px;
		position: relative;
		text-indent: -9999em;
		border-top: .5em solid rgba(255, 255, 255, 0.57);
		border-right: .5em solid rgba(255, 255, 255, 0.57);
		border-bottom: .5em solid rgba(255, 255, 255, 0.57);
		-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);
	}
}

	.container-pf-a .step .step-content-container p#parse span{
		display: inline-block; 
		width: 100%;
	}

	.container-pf-a .step .step-content-container span.token-count{
		color: #d93731;
	}

	.container-pf-a .step .step-content-container #cm{
		width: 22px;
		height: 22px;
		position: relative;
		top: 6px;
	}

	.pf-a-header{
		display: none;
		text-align: center;
		position: relative;
		z-index: 10;
		background-color: rgba( 0, 0, 0, 0.8 );
	}

	.pf-a-header img{
		display: inline-block;
		max-height: 60px;
		margin: 0 auto;
	}

	body.step-4 .pf-a-header,
	body.step-5 .pf-a-header,
	body.step-6 .pf-a-header,
	body.step-7 .pf-a-header,
	body.step-8 .pf-a-header,
	body.step-9 .pf-a-header,
	body.step-10 .pf-a-header,
	body.step-11 .pf-a-header,
	body.step-12 .pf-a-header,
	body.step-13 .pf-a-header,
	body.step-14 .pf-a-header,
	body.step-15 .pf-a-header,
	body.step-16 .pf-a-header,
	body.step-17 .pf-a-header,
	body.step-18 .pf-a-header,
	body.step-19 .pf-a-header{
		display: block;
	}

.body.step-4 .step.step-4 .left-column{
	float: left;
	box-sizing: border-box;
	width: 50%;
}

.body.step-4 .step.step-4 .right-column{
	float: left;
	box-sizing: border-box;
	width: 50%;
}


@media screen and (max-width: 767px){
	body.step-4 .step,
	body.step-5 .step,
	body.step-6 .step,
	body.step-7 .step,
	body.step-8 .step,
	body.step-9 .step,
	body.step-10 .step,
	body.step-11 .step,
	body.step-12 .step,
	body.step-13 .step,
	body.step-14 .step,
	body.step-15 .step,
	body.step-16 .step,
	body.step-17 .step,
	body.step-18 .step,
	body.step-19 .step{
		width: 98%

	}

	body.step-4 .step.step-4 .left-column,
	body.step-4 .step.step-4 .right-column{
		width: 100%;
	}

	body.step-4 .step.step-4 .left-column{
		display: none;
	}
}

body.step-1 .mobile-background,
body.step-2 .mobile-background,
body.step-3 .mobile-background{
	display: none;
}

body.step-3 .btnNext img{
	max-width: 90%;
}

body.step-4 .step-content-container .elsa{
	max-height: 250px;
}

body.step-15 .step-content-container .bunny{
	display: block;
	margin: 0 auto;
	max-height: 250px;
}
