@charset "utf-8";
/* CSS Document */
h2, .h2{
	font-size: 2rem;
	line-height: 2.6rem;
}
.seo-pages a{
	border-bottom:1px dashed #02c602;	
}
.sec-wrap{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:40px 0;
}
.sec-wrap-no-f{
	display:block;
}
.sec-txt{
	order:2;
}
.sec-media{
	order:1;
	text-align:center !important;
	flex:auto;
	margin-bottom:20px;
}
.sec-media img{
	display:block;
}
.rightpan.sec-media{
	margin-top:0;
}
.container-sm{
	padding:0 5%;
	width:100%;
}
.arrow-down-blue, .arrow-down-white{
	position:relative;
}
.arrow-down-blue::after, .arrow-down-white::before, .arrow-down-purple::before{
	content:"";
	display:block;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #0f335a;
	position:absolute;
	left:50%;
	margin-left:-15px;
	z-index:1;
}
.arrow-down-blue::after{
	bottom:-15px;
}
.arrow-down-white::before{
	border-top: 15px solid #03015c !important;
	top:0;
}
.arrow-down-purple::before{
	border-top: 15px solid #fff !important;
	top:0;
}
.arrow-down-purple::before{
	border-top: 15px solid #e3e3ff !important;
}
.m-w-800{
	max-width:800px; margin:0 auto;
}
.highlight-link{
	margin-top:20px;
	text-align:left;
}
.mar-t-30.highlight-link{
	margin-top:10px;
	font-size:1.5rem;
	padding:14px 48px 14px 19px;
}
.employers-benefits-list{
	padding:0;
	margin:0 0 10px;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
}
.employers-benefits-list li{
	width:100%;
	background-image:none;
	padding:10px 18px;
    margin: 8px 0;
    background-image: none;
    color: #000002;
    background-color: #fff;
    border-radius: 10px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: 300;
    box-shadow: 0 0 8px #8dadb8;
}
.employers-benefits-list li i{
	width:70px;
	height:auto;
	margin:0 0 6px;
	display:block;
}
.employers-benefits-list li i img{
	width:auto;
	height:100%;
}
.employers-benefits-list li h4, .employers-benefits-list li .h4{
	font-size: 1.8rem;
    line-height: 2.4rem;
	margin:0 0 8px;
	color:#206fc1;
}
.advice-benefits{
	align-items: flex-start;
}
.advice-benefits .leftpan{
	width:100%;
}
.heading-p{
	font-weight: 600;
	color: #243a42;
	font-size: 16px;
	line-height: 22px;
}
.advice-benefits .sec-txt{
	order:2;
}
.advice-benefits .sec-media{
	order:1;
	margin:0 0 20px;
}
.advice-benefits h3, .advice-benefits .h3{
	display:inline-block;
	font-size:1.5rem;
	line-height:2.1rem;
	margin:0 2px 4px 0;
	color: #206fc1;
    font-weight: 700;
    text-transform: uppercase;
}
.advice-benefits ul{
	padding:6px 0 20px 0;
	margin:0;
}
.advice-benefits li {
    padding: 15px 10px 15px 34px;
    margin: 0 0 14px;
    border: 1px dashed #fff;
    border-radius: 6px;
    background: #fff;
    position: relative;
}
.advice-benefits li:last-child{
	margin-bottom:0;
}
.advice-benefits li:before {
	/*background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='10px' height='10px' viewBox='0 0 10 10' enable-background='new 0 0 10 10' xml:space='preserve'%3E%3Cpath fill='%23FFA500' d='M8.487 8.726H0V0.239h8.487V8.726z M0.679 8.047h7.129V0.917H0.679V8.047z'/%3E%3Cpolygon fill='%23FFA500' points='3.998 6.894 1.256 4.152 2.313 3.095 4.072 4.854 8.499 0.427 9.481 1.41 '/%3E%3Cpath fill='%23FFFFFF' d='M3.998 7.247L0.902 4.152l1.411-1.411L4.072 4.5l4.427-4.427L9.835 1.41L3.998 7.247z M1.609 4.152L3.998 6.54l5.13-5.13L8.499 0.781L4.072 5.208L2.313 3.448L1.609 4.152z'/%3E%3C/svg%3E");
	background-repeat:no-repeat;
	background-position:right top;
	background-size:17px;*/
	background:url(../images/benefits-ico.png) 0 0 no-repeat;
	background-size:contain;
    position: absolute;
    left: 4px;
    top: 15px;
    width: 24px;
    height: 24px;
    content: "";
}
.advice-benefits li p{
	margin-bottom:10px;
}
.advice-benefits li p:last-child{
	margin-bottom:0;
}
.benefits-employers{
	background:#0f335a;
}
.benefits-employers h2, .benefits-employers .imp-txt2{
	color:#fff;
}
.investment-advice-list{
	margin:0 0 20px;
	border-bottom:1px solid #ccc;
	padding:0 0 24px;
}
.investment-advice-list:last-child{
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;
}
.investment-advice-list h5{
	color: #206fc1;
	margin:0 0 14px;
	text-decoration:none;
}
.investment-advice-img{
	margin-bottom:16px;
}
.investment-advice-img img{
	display:block;
	width:100%;
	height:auto;
}
.bot-info{
	padding:20px 0;
}
.bot-info .highlight-link{
	margin-top:0;
}
.sec-1{
	background-color:#03015c;
	color:#fff;
	font-size: 1.4rem;
    line-height: 2.0rem;	
}
.sec-1 .sec-media{
	display:none;
	font-size:0;
	line-height:0;
}
.sec-1 h1{
	color:#fff;	
}
@media only screen and (max-width:350px){
}

@media only screen and (max-width:767px){
	.highlight-link{
		font-size: 1.5rem;
		line-height: 2.1rem;
	}
}

@media only screen and (min-width:768px){
	h2, .h2{
		font-size: 2.4rem;
		line-height: 3rem;
	}
	.container-sm{
		padding:0 3%;
	}
	.sec-wrap{
		padding:55px 0;
	}
	.bot-info{
		padding:30px 0;
	}
	.sec-media{
		text-align:center !important;
		flex:auto;
	}
	.leftpan.sec-media{
		margin-top:30px;
	}
	.rightpan.sec-txt{
		margin-top:0;
	}
	.imp-txt2{
		font-size:1.6rem;
		line-height:2.4rem;
		margin-bottom:30px;
	}
	.mar-t-30.highlight-link{
		margin-top:20px;
		font-size:1.6rem;
		padding:20px 55px 20px 30px;
	}
	.advice-benefits li{
		padding:20px 15px 20px 40px;
		background: #fff; /* Old browsers */
		line-height:2.1rem;
	}
	.advice-benefits li:before {
		top: 23px;
		width: 26px;
		height: 29px;
	}
	.highlight-link{
		margin-top:35px;
	}
	.investment-advice-list{
		margin:0 0 30px;
		border-bottom:1px solid #ccc;
		padding:0 0 34px;
	}
	.investment-advice-img {
		margin-bottom: 20px;
		max-width: 400px;
	}
	.employers-benefits-list li{
		width:48%;
		padding:18px 26px;
		margin: 15px 0;
		border-radius: 15px;
	}
}
@media only screen and (min-width:921px){
	.sec-media{
		flex:inherit;
	}
	.sec-txt{
		order:0;
		margin-bottom:0;
	}
	.sec-media{
		order:0;
		margin-bottom:0;
	}
	.leftpan.sec-media{
		margin-top:0;
	}
	.rightpan.sec-txt{
		margin-top:0;
	}
	.leftpan.sec-media{
		text-align:left !important;
	}
	.right-align.sec-media{
		text-align:right !important;
	}
	.sec-wrap{
		padding:70px 0;
	}
	.bot-info{
		padding:40px 0;
	}
	.advice-benefits{
		background:url(../images/advice-benefits-bg.webp) 110% 100% no-repeat #e3e3ff;
		background-attachment:fixed;
		background-size:auto 84%;
	}
	.no-webp .advice-benefits{
		background:url(../images/advice-benefits-bg.png) 134% 100% no-repeat #e3e3ff;
		background-attachment:fixed;
		background-size:auto 84%;
	}
	.advice-benefits .leftpan{
		width:56%;
	}
	.advice-benefits h2, .advice-benefits .h2{
		max-width: 540px;
		width:100%;
	}
	.advice-benefits p.center-align{
		text-align:left !important;
	}
	.heading-p{
		max-width: 541px;
	}
	.advice-benefits .sec-txt{
		width:56%;
		order:0;
		
	}
	.advice-benefits .sec-media{
		width:40%;
		position:sticky;
		top:100px;
		order:0;
	}
	.investment-advice-list-in{
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.investment-advice-img{
		margin:0;
		width:30%;
	}
	.investment-advice-text{
		margin:0;
		width:67%;
	}
	.benefits-employers{
		background:url(../images/benefits-employers-bg.webp) 50% 0 no-repeat #0f335a;
		background-size:cover;
	}
	.no-webp .benefits-employers{
		background:url(../images/benefits-employers-bg.jpg) 50% 0 no-repeat #0f335a;
		background-size:cover;
	}
	.employers-benefits-list li{
		width:23.8%;
	}
	.arrow-down-blue::after, .arrow-down-white::before, .arrow-down-purple::before{
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid #395676;
		margin-left:-20px;
	}
	.arrow-down-blue::after{
		bottom:-20px;
	}
	.arrow-down-white::before{
		border-top: 20px solid #03015c !important;
	}
	.arrow-down-purple::before{
		border-top: 20px solid #e3e3ff !important;
	}
	.employers-benefits-list{
		margin:0 0 30px;
	}
	.sec-1{
		padding-bottom:0;
		position:relative;
	}
	.sec-1:before{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#266881+0,03015c+50 */
		background: #03015c; /* Old browsers */
		background: -moz-radial-gradient(center, ellipse cover,  #266881 0%, #03015c 50%); /* FF3.6-15 */
		background: -webkit-radial-gradient(center, ellipse cover,  #266881 0%,#03015c 50%); /* Chrome10-25,Safari5.1-6 */
		background: radial-gradient(ellipse at center,  #266881 0%,#03015c 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#266881', endColorstr='#03015c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



content:"";
display:block;
width: 96%;
    height: 95%;
    position: absolute;
    left: -27%;
    top: 5%;
	position:absolute;
	z-index:1;
	}
	.sec-1 .container{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;	
		position:relative;
		z-index:2;
	}
	.sec-1 .sec-media{
		display:block;
		align-self: end;
		

	}
	.sec-1 h1{
		font-size: 3.1rem;
    	line-height: 3.7rem;
		margin: 0 0 26px;	
	}
	.sec-1 .sec-txt{
		padding-bottom:30px;
		align-self: center;	
	}
	.sec-1 p{
		margin-bottom:18px;	
	}
	.sec-1 .highlight-link {
   		margin-top: 30px;
	}
}
@media only screen and (min-width:1024px){
	.sec-1 .sec-txt {
		padding-bottom: 36px;
	}
	.sec-1 .sec-media img{
		width:98%;	
	}
	
}
@media only screen and (min-width:1025px){
	.container-sm{
		padding:0 1.5%;
		margin:0 auto;
	}
	.seo-pages  a:hover{
		border-bottom:1px dashed transparent;	
	}
	h2, .h2{
		font-size: 3rem;
		line-height: 3.6rem;
	}
	
}
@media only screen and (min-width:1200px){
	.sec-wrap{
		padding:90px 0;
	}
	.bot-info{
		padding:50px 0;
	}
	.container-sm{
		padding:0;
	}
	.imp-txt2{
		font-size:1.8rem;
		line-height:2.6rem;
		margin-bottom:40px;
	}
	.mar-t-30.highlight-link{
		margin-top:30px;
	}
	.advice-benefits{
		background:url(../images/advice-benefits-bg.webp) 100% 100% no-repeat #e3e3ff;
		background-attachment:fixed;
		background-size:auto 84%;
	}
	.no-webp .advice-benefits{
		background:url(../images/advice-benefits-bg.png) 100% 100% no-repeat #e3e3ff;
		background-attachment:fixed;
		background-size:auto 84%;
	}
	h2, .h2{
		font-size: 3.6rem;
		line-height: 4.2rem;
	}
	.employers-benefits-list li{
		width:23%;
	}
	.employers-benefits-list{
		margin:0 0 40px;
	}
	.sec-1 {
		padding-bottom: 0;
		font-size: 1.5rem;
    	line-height: 2.5rem;
	}
	.sec-1 .sec-txt {
		padding-bottom: 30px;
	}
	.sec-1 .sec-media img{
		width:98%;	
	}
	.sec-1 h1{
		font-size: 4.2rem;
		line-height: 5rem;
		margin: 0 0 30px;
	}
	.sec-1 p{
		margin-bottom:20px;	
	}
}
@media only screen and (min-width:1340px){
	.sec-1 .sec-media img{
		width:100%;	
	}
	.sec-1 .leftpan{
		width:52.5%;
	}
	.sec-1 .rightpan{
		width:40.5%;
	}
	.sec-1 .sec-txt {
		padding-bottom: 0;
	}
	.pad-t-50{
		padding-top:50px !important;	
	}
	
}
@media only screen and (min-width:1550px){
	.sec-1 .leftpan{
		width:56.5%;
	}
	.sec-1 .rightpan{
		width:38.5%;
	}
	.sec-1 .sec-txt {
		padding-bottom: 90px;
	}
	.sec-1:before{
		left: -20%;
		width: 90%;
	}
}