/*
WCS custom styles:
use classes with the prefix: .wcs-
*/



/*
WCS custom styles:
use classes with the prefix: .wcs-
*/

@font-face {
    font-family: "PFSquareSansPro-Regular";
    src: url('../fonts/pfsquaresanspro-regular-webfont.eot');
    src: url('../fonts/pfsquaresanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/pfsquaresanspro-regular-webfont.woff2') format('woff2'),*/
         url('../fonts/pfsquaresanspro-regular-webfont.woff') format('woff'),
         url('../fonts/pfsquaresanspro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: "PFSquareSansPro-Bold";
    src: url('../fonts/PFSquareSansPro-Bold.eot');
    src: url('../fonts/PFSquareSansPro-Bold.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/pfsquaresanspro-regular-webfont.woff2') format('woff2'),*/
         url('../fonts/PFSquareSansPro-Bold.woff') format('woff'),
         url('../fonts/PFSquareSansPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: "PFSquareSansPro-Medium";
    src: url('../fonts/PFSquareSansPro-Medium.eot');
    src: url('../fonts/PFSquareSansPro-Medium.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/pfsquaresanspro-regular-webfont.woff2') format('woff2'),*/
         url('../fonts/PFSquareSansPro-Medium.woff') format('woff'),
         url('../fonts/PFSquareSansPro-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: "PFSquareSansPro-Thin";
    src: url('../fonts/pfsquaresanspro-thin-webfont.eot');
    src: url('../fonts/pfsquaresanspro-thin-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/pfsquaresanspro-regular-webfont.woff2') format('woff2'),*/
         url('../fonts/Ppfsquaresanspro-thin-webfont.woff') format('woff'),
         url('../fonts/pfsquaresanspro-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}



body.wcs-locked{
	overflow:hidden;
}


.wcs-custom-page{
	position:relative;
	font-size:17px;
	color:#727276;
	font-family: "PFSquareSansPro-Regular";
	text-align: center;
}

.wcs-network *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	letter-spacing: -0.48px;
}

.wcs-custom-page strong{
	font-weight: normal;
	font-family: "PFSquareSansPro-Bold";
}


.wcs-clear{
	clear:both;
}











.wcs-faq{
	text-align: center;
	background:  url("../images/wcs-offer-landing/bg-faq.jpg") no-repeat center top;
	background-size: cover;
	padding: 60px 0 0 0;
}

.wcs-faq .wcs-faq-title{
	font-size:30px;
	font-weight:bold;
	color:#fff;
}

.wcs-faq .wcs-faq-text{
	font-size:17px;
	line-height:27px;
	color:#fff;
	padding:20px 0 30px 0;
}

.wcs-faq .wcs-faq-toggle{
	color:#fff;
	font-size:15px;
	height:42px;
	line-height:40px;
	padding:0 50px 0 20px;
	display:inline-block;
	border:1px solid #fff;

	margin:0 0 40px 0;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	position:relative;
	-webkit-transition: background-color 200ms;  
	   -moz-transition: background-color 200ms; 
	     -o-transition: background-color 200ms; 
	        transition: background-color 200ms; 
}

.wcs-faq .wcs-faq-toggle::after{
	content:"";
	position:absolute;
	right:24px;
	top:50%;
	background: url("../images/wcs-offer-landing/icon-faq.png") no-repeat center top;
	background-size:cover;
	width: 18px;
	height: 17px;
	-ms-transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
}

.wcs-faq .wcs-faq-toggle:hover::after{
	background-position:center bottom;
}


.wcs-faq .wcs-faq-toggle:hover{
	background-color:#fff;
	color:#509e2f;
}


.wcs-faq .wcs-faq-toggle.wcs-active{
	background-color:#fff;
	color:#509e2f;
	font-size:0px;
}

.wcs-faq .wcs-faq-toggle.wcs-active span{
	font-size:15px;
}

.wcs-faq .wcs-faq-toggle.wcs-active::after{
	background-image: url("../images/wcs-offer-landing/icon-faq2.png");
}

.wcs-faq .wcs-faq-toggle.wcs-active:hover::after{
	background-position:center top;
}

.wcs-faq .wcs-faq-toggle.wcs-active:hover{
	opacity:0.95;
}



.wcs-faq .wcs-faq-toggle span{
	font-size:0px;

}


.wcs-faq .wcs-faq-items{
	display:none;
	max-width:1000px;
	padding:0 20px 60px 20px;
	margin:0 auto 0 auto;
	text-align:left;
}

.wcs-faq .wcs-faq-items .wcs-faq-item{
	margin:0 0 10px 0;

}


.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-q{
	display:block;
	border:1px solid #cedaef;
	padding:13px 50px 13px 18px;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color:#fff;
	font-size:15px;
	font-weight:bold;

	position:relative;

	-webkit-transition: background-color 200ms;  
	   -moz-transition: background-color 200ms; 
	     -o-transition: background-color 200ms; 
	        transition: background-color 200ms; 
}

.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-q:hover{
	background:rgba(255,255,255,0.1);
}


.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-q:after{
	content:"";
	position:absolute;
	right:18px;
	top:50%;
	background: url("../images/wcs-offer-landing/icon-faq-arrow.png") no-repeat center top;
	background-size:cover;
	width: 16px;
	height: 16px;
	-ms-transform: translate(-0%, -50%);
	-webkit-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);

	-webkit-transition: all 200ms;  
	   -moz-transition: all 200ms; 
	     -o-transition: all 200ms; 
	        transition: all 200ms; 
}

.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-q.wcs-active:after{
	-ms-transform: translate(-0%, -50%) rotate(180deg);
	-webkit-transform: translate(-0%, -50%) rotate(180deg);
	transform: translate(-0%, -50%) rotate(180deg);
	background-position: center bottom;
}

.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-q.wcs-active{
	background: #fff;
	color: #509e2f;
}


.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-ans{
	padding:20px;
	font-size:14px;
	line-height:27px;
	display:none;
	color: #fff;
}

.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-ans a{
	color:#fff !important;
	font-size:14px;
	text-decoration:underline;
}

.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-ans li,
.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-ans ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-ans li{
	margin:0 0 0 15px;
	list-style-type: disc;
}


.wcs-intro{
	background:  url("../images/wcs-offer-landing/bg.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 50px 20px 240px 20px;
	position: relative;
}

.wcs-intro::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

.wcs-intro > div{
	position: relative;
	z-index: 2;
}

.wcs-intro .wcs-title{
	font-size: 54px;
	font-weight: bold;
	padding: 0 0 35px 0;
	line-height: normal;
	text-shadow: 0px 2px 7px rgba(0, 0, 0, 1);
}

.wcs-intro .wcs-sub-title{
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 0px 0;
	line-height: normal;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
}

.wcs-intro .wcs-text{
	font-size: 22px;
	line-height: normal;
	padding: 20px 0 30px 0;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
}

.wcs-intro .wcs-sub-text{
	font-size: 20px;
	line-height: normal;
	padding: 5px 0 30px 0;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
}

.wcs-intro .wcs-activate{
	font-size: 26px;
	font-weight: bold;
	line-height: normal;
	padding: 40px 0 0px 0;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
}

.wcs-intro .wcs-app{
	font-size: 18px;
	line-height: 30px;
	padding: 0 0 20px 0;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
}

.wcs-intro .wcs-links{

}


.wcs-intro .wcs-links a{
	display:inline-block;
	vertical-align:middle;
	background: url("../images/wcs-offer-landing/bt-google-play.png") no-repeat center center;
	background-size:contain;
	width: 132px;
	height: 40px;
	margin: 0 10px 0 10px;
}

.wcs-intro .wcs-links .wcs-app-store{
	background-image: url("../images/wcs-offer-landing/bt-app-store.png");
}




.wcs-intro .wcs-copy{
	font-size: 15px;
	position: absolute;
	bottom: 30px;
	right: 50%;
	white-space: nowrap;
	padding: 0 150px 0 0;
}


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

	.wcs-intro .wcs-text br{
		display: none;
	}

	.wcs-intro .wcs-text strong{
		display: block;
	}

	.wcs-intro .wcs-activate br{
		display: none;
	}

}


@media screen and (max-width: 1139px) {
	
	
	.wcs-intro .wcs-text br:nth-child(1),
	.wcs-intro .wcs-text br:nth-child(2){
		display: none;
	}


	.wcs-intro .wcs-title{
		font-size:43px
	}

	.wcs-intro .wcs-sub-title{
		font-size: 25px;
	}

	


}


@media screen and (max-width: 959px) {
	.wcs-intro .wcs-text{
		padding: 0 0 20px 0;
	}

	.wcs-intro .wcs-title{
		font-size: 35px;
	}

	.wcs-intro .wcs-sub-title,
	.wcs-intro .wcs-activate{
		font-size: 22px;
	}

	.wcs-intro .wcs-text,
	.wcs-intro .wcs-app {
	    font-size: 15px;
	    line-height: 25px;
	}

	.wcs-intro .wcs-copy{
		white-space: normal;
		text-align: right;
		width: 300px;
		bottom: 20px;
	}
}

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




	.wcs-faq .wcs-faq-title{
		font-size:24px;
	}

	.wcs-faq .wcs-faq-text{
		font-size:15px;
		line-height:27px;
	}

	.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-q{
		font-size:14px;

		-webkit-border-radius: 8px;
	    -moz-border-radius: 8px;
	    border-radius: 8px;

	        padding: 10px 40px 10px 10px;
	}

	.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-q:after{
		right:7px;
	}

	.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-ans{
		padding:15px 0 15px 0;
		font-size:13px;
	}
	

	.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-ans li{
		margin:0px;
	}
	.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-ans table{
		margin:0 0 0 -20px;
	}

	.wcs-faq .wcs-faq-items .wcs-faq-item .wcs-faq-ans table tr td:first-child{
		min-width:10px;
		padding-right:10px;
	}


	.wcs-intro{
		
	}
	

	.wcs-intro .wcs-title{
		font-size: 35px;
	}

	.wcs-intro .wcs-text,
	.wcs-intro .wcs-app {
	    font-size: 15px;
	    line-height: 24px;
	    padding: 0 0 20px 0;
	}
	

	.wcs-intro .wcs-activate{
		font-size: 20px;
	}

	.wcs-intro .wcs-copy{
		font-size: 11px;
		left: 10px;
		width: calc(100% - 20px);
		bottom: 10px;
	}

	.wcs-intro .wcs-copy br{
		display: none;
	}

	.wcs-intro .wcs-title{
		font-size: 26px;
		line-height: 32px;
	}

	.wcs-intro .wcs-sub-title, .wcs-intro .wcs-activate{
		line-height: 140%;
		font-size: 19px;
		padding: 0 0 10px 0;
	}

	.wcs-intro .wcs-title{
		padding: 0 0 20px 0;
	}

	.wcs-intro .wcs-text, .wcs-intro .wcs-app{
		font-size: 13px;
		line-height: 140%;
	}

	.wcs-intro .wcs-copy{
		padding: 0px;
		right: auto;
		left: 50%;
		margin: 0 0 0 -100px;
		width: 200px;
		bottom: 120px;
	}

	.wcs-intro{
		padding-bottom: 50px;
	}
	


}



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

}























































