* {
    box-sizing: border-box;
}
h1 {
    max-width: 980px;
    margin: 0 auto 15px;
}
.act-btn.cta-btn {
    visibility: visible;
    opacity: 1;
}
.main-container-wrapper {
    position: relative;
    z-index: 1000;
}
#mini-panel-product_menu .menu-icon-help-header .product-title a, #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a {
    color: #fff;
}
#mini-panel-product_menu .product-nav-links .menu>li>a {
    color: #fff;
}
.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a.active, .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li span.active, .main-container-wrapper .product-header-top #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a.active, .main-container-wrapper .product-header-top #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li span.active, .product-nav-links .menu li a.active, .product-nav-links .menu li span.active {
    box-shadow: 0 -2px 0 #fff inset;
    -webkit-box-shadow: 0 -2px 0 #fff inset;
}
.apps-download-links-wrap a {
    margin: 0 10px 0 0px;
}
p {
    font-size: 22px;
}
.bsevent-banner-section {
    color: #fff;
    padding: 13em 0 3em;
    position: relative;
    z-index: -1;
    margin-top: -5em;
    background: #68905F;
}

.bsevent-banner-section::after {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    content: "";
    background: #000;
    height: 135%;
    z-index: -1;
    width: 75%;
}
.bsevent-banner-section h1 span {
    display: block;
}
.bsevent-banner-section h1 {
    font-size: 80px;
	line-height: 1.1;
}


.bsevent-banner-section .banner-illust img {
    max-width: 340px;
    position: absolute;
    top: 32%;
    right: 0;
	transform: translateY(70px);
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	-moz-transform: translateY(70px);
	opacity: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
}
.bsevent-banner-section .banner-left {
    max-width: 70%;
}

.bsevent-banner-section p {
    margin:25px 0 35px;
    max-width: 728px;
}
.bs-reason-section {
    margin-top: 16em;
}
.bs-reason-section h1 {
    max-width: 650px;
    font-size: 60px;
    margin-bottom: 2em;
}
.bs-reason-section h1 span {
    color: #3361C2;
}
.bs-reason-section .bs-reason-left img {
    max-width: 350px;
    transform: translateY(70px);
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -moz-transform: translateY(70px);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.bs-reason-section .reason-main {
    position: relative;
}
.bs-reason-section .bs-reason-left {
    position: absolute;
    left: 0;
    top: 0;
}
.bs-reason-section .bs-reason-right {
    margin: 0 0 0 auto;
    max-width: 60%;
	position: relative;
}
.bs-reason-section .reason-content {
    position: relative;
    padding: 0 50px;
    width: 520px;
	margin-bottom: 8em;
}
.bs-reason-section .reason-content h5 {
    color: #3361C2;
    font-size: 24px;
}
.bs-reason-section h4 {
    font-family: var(--zf-primary-bold);
    font-size: 32px;
}


.bs-reason-section .number {
	background: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    color: #3663c3;
    position: absolute;
    left: -45px;
    top: 65px;
}
.bs-reason-section .bs-reason-right::before {
    background: #eaeaea;
    content: "";
    position: absolute;
    left: -35px;
    height: 1750px;
    top: 0;
    width: 1px;
}
@media(max-width:1300px){
    .bs-reason-section .bs-reason-right::before{
        height: 1500px;
    }
}
.cta-section {
    background: #0B0B0B;
    color: #fff;
    padding: 11em 0;
}
.cta-section .cta-main {
    max-width: 75%;
    padding-left: 10em;
}
.cta-section .cta-main h2 {
    font-size: 60px;
    font-family: var(--zf-primary-bold);
    margin-bottom: 50px;
}

/*********Animate**********/
.content-wrap.animated .banner-illust img {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
	opacity: 1;
}
.content-wrap.animated .bs-reason-left img {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
}





@media screen and (max-width:1440px){
	.bsevent-banner-section {
		padding:11em 0 3em;
	}
	.bsevent-banner-section::after {
		height: 120%;
	}
	.bsevent-banner-section .banner-left {
		max-width: 55%;
	}
	.bsevent-banner-section h1 {
		font-size: 65px;
	}
	.bsevent-banner-section .banner-illust img {
		max-width: 300px;
		position: absolute;
		top: 20%;
		right: 90px;
	}
	.bs-reason-section {
		margin-top: 13em;
	}
	.bs-reason-section h1 {
		font-size: 50px;
	}
	.bs-reason-section .bs-reason-left img {
		max-width: 290px;
		margin: 0 auto;
		display: block;
	}
}

@media screen and (max-width:1300px){
	.bsevent-banner-section {
		padding: 10em 0 3em;
	}
	.bsevent-banner-section h1 {
		font-size: 50px;
		line-height: 1.1;
	}
	.bsevent-banner-section .banner-left {
		max-width: 45%;
	}
	p {
		font-size: 18px;
	}
	.bs-reason-section h4 {
		font-size: 28px;
	}
	.bs-reason-section .reason-content h5 {
		font-size: 18px;
	}
	.cta-section {
		padding: 6em 0;
	}
	.cta-section .cta-main h2 {
		font-size: 40px;
	}
	.cta-section .cta-main {
		max-width: 60%;
	}

}

@media screen and (max-width:1199px){
	p {
		font-size: 16px;
	}
	.bsevent-banner-section h1 {
		font-size: 36px;
		line-height: 1.1;
	}
	.bsevent-banner-section .banner-left {
		max-width: 50%;
		padding-left: 5em;
	}
	.bsevent-banner-section .banner-illust img {
		max-width: 230px;
		top: 20%;
		right: 12%;
	}
	.bsevent-banner-section {
		padding: 7em 0 2em;
	}
	.bs-reason-section {
		margin-top: 10em;
	}
	.bs-reason-section h1 {
		font-size: 32px;
		max-width: 500px;
		padding-left: 3em;
	}
	.bs-reason-section .bs-reason-left img {
		max-width: 210px;
	}
	.bs-reason-section .bs-reason-left {
		position: absolute;
		left: 70px;
		top: 0;
	}
	.bs-reason-section .reason-content h5 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.bs-reason-section h4 {
		font-size: 20px;
	}
	.bs-reason-section .reason-content {
		width: 380px;
	}
	.cta-section .cta-main h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.cta-section {
		padding: 6em 0;
		
	}
}

@media screen and (max-width:1023px){
	.bsevent-banner-section h1 {
		font-size: 30px;
	}
	.bsevent-banner-section .banner-left {
		max-width: 55%;
		padding-left: 3em;
	}
	.bsevent-banner-section .banner-illust img {
		max-width: 190px;
	}
	.bs-reason-section {
		margin-top: 6em;
	}
	.bs-reason-section h1 {
		font-size: 26px;
		max-width: 500px;
		padding-left: 0;
		text-align: center;
		margin: 0 auto 2em;
	}
	.bs-reason-section .bs-reason-right::before{ display: none; }
	.bs-reason-section .number {
		position: relative;
		left: -32px;
		top: 25px;
	}
	.bs-reason-section .bs-reason-left {
		left: 20px;
	}
	.bs-reason-section .reason-content {
		margin-bottom: 2em;
	}
	
	.cta-section .cta-main {
		max-width: 480px;
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}
	
	.cta-section {
		padding: 4em 0;
	}
	
	
}
@media only screen and (min-width: 768px) {
    .apps-download-links-wrap.mob {
        display: none;
    }
}
@media screen and (max-width:767px){
	.bsevent-banner-section {
		padding: 7m 0 2em;
		background: #0B0B0B;
	}
	
	.bsevent-banner-section::after {
		height: 120%;
		width: 100%;
		display: none;
	}
	.bsevent-banner-section .banner-right,
	.bs-reason-section .bs-reason-left{
		display: none;
	}
	.bsevent-banner-section h1 span {
		display: inline;
	}
	.bsevent-banner-section .banner-left {
		max-width: 500px;
		padding-left: 0em;
		text-align: center;
		margin: 0 auto;
	}
	.bs-reason-section {
		margin-top: 3em;
		padding: 0 40px;
	}


	.bs-reason-section .bs-reason-right {
		margin: 0 0 0 auto;
		max-width: 100%;
		position: relative;
	}
	.bs-reason-section .reason-content {
		width: 400px;
		margin: 0 auto 2em;
	}
	.cta-section {
		padding: 4em 1em;
	}
 .apps-download-links-wrap.web {
        display: none;
    }
}


@media screen and (max-width:767px){
	.bs-reason-section .reason-content {
		width: 100%;
		margin: 0 auto 2em;
		padding: 0;
	}
}
