@charset "UTF-8";
/* CSS Document */

.top-banner.wsh-banner{
	background-image: url("/assets/application/img/wsh/wsh-top.jpg");
	background-size: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Inter', Roboto, Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	text-align: center;
	padding:120px 0;
	line-height: 1.2em;
	color:#fff;
}
.top-banner.wsh-banner img{
	height:120px;
}
.top-banner.wsh-banner h5{
	font-family: 'Inter', Roboto, Arial, Helvetica, Verdana, sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin-bottom:.25em;
	color:#16FFFB;
}
@media only screen and (max-width: 991.98px) {
	.top-banner.wsh-banner{
		padding:110px 0;
    }
	.top-banner.wsh-banner img{
		height:100px;
	}
	.top-banner.wsh-banner h5{
		font-size: 20px;
	}
}
@media only screen and (max-width: 767.98px) {
    .top-banner.wsh-banner{
		padding:100px 0;
    }
	.top-banner.wsh-banner img{
		height:80px;
	}
	.top-banner.wsh-banner h1{
		font-size: 36px;
	}
	.top-banner.wsh-banner h5{
		font-size: 20px;
	}
}
@media only screen and (max-width: 479.98px) {
    .top-banner.wsh-banner{
		padding:70px 0;
		text-align: center;
    }
	.top-banner.wsh-banner img{
		height:auto;
		max-height:70px;
	}
	.top-banner.wsh-banner h1{
		font-size: 26px;
	}
	.top-banner.wsh-banner h5{
		font-size: 17px;
	}
}
/*section*/
section .general-header h5{
	font-family: 'Inter', Roboto, Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	text-transform: none;
}

/*Intro*/
#intro{
	background-color: #ecf0f2;
}
#intro .trading-sub{
	font-size: 18px;
}
@media only screen and (max-width: 767.98px) {
    #intro .trading-sub{
		font-size: 16px;
	}
}

/*features*/
#features{
	background-color:#1b2935;
	background-image:url("/assets/application/img/wsh/wsh-background.png");
	background-size:cover;
	color:#fff;
}
#features .row.first-child{
	padding-bottom:4em;
}
#features .wsh-f-c{
	position: relative;
	padding-bottom:6em;
}
#features .wsh-f-c a.btn{
	position: absolute;
	left:15px;
	bottom:3em;
}
#features .wsh-f-c h5{
	color:#16FFFB;
	font-family: 'Inter', Roboto, Arial, Helvetica, Verdana, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-top:.5em;
}
#features img{
	max-width: 80px;
	margin-bottom:.45em;
	margin-top:.5em;
}
@media only screen and (max-width: 479.98px) {
	#features .row.first-child{
		padding-bottom:0;
	}
	#features .wsh-f-c{
		padding-bottom:2em;
		text-align: center;
	}
	#features .wsh-f-c a.btn{
		position: static;
		width:82%;
	}
	#features img{
		max-width: 70px;
	}
}
#features .general-header h5{
	color:#fff;
}



/*more*/
#insights{
	background-image:url("/assets/application/img/wsh/wsh-white-background.png");
	background-size:cover;
	background-repeat: no-repeat;
}
#insights .sub-title{
	font-size: 1.2em;
	text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
	#insights .sub-title{
		font-size: 1.1em;
		margin-top:1.5em;
		margin-bottom:-.75em;
	}
}
#more-info form{
	padding-top:1em;
	padding-bottom:1em;
}
#more-info .thumb-faq{
	display:block;
	text-align: center;
	padding-bottom:1em;
}
#more-info .thumb-faq img{
	margin:0 auto .5em;
	max-width: 140px;
	display:block;
}