.landing-page p:empty{
	margin: 0!important;
}
.hero-section h1{
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
	line-height: 71px;
	color: #000000;
	margin-bottom: 30px;
	text-align: left;
}
.hero-section p{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 38px;
	margin-bottom: 40px;
	color: #000000;
	text-align: left;
}
.blue-button{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	padding: 20px 30px;
	text-align: center;
	color: #FFFFFF;
	background: #0069FF;
	box-shadow: 5px 8px 18px rgba(0, 105, 255, 0.32);
	border-radius: 10px;
}
.blue-button:hover{
	background: #004FC0;
	color: #fff;
}
.button{
	display: inline-block;
	text-decoration: none;
}
.button:hover,.button:focus{
	box-shadow: 5px 8px 18px rgba(0, 51, 124, 0.32);
	text-decoration: none;
}

.n-margin-top{
	margin-top: -270px;
	padding-top: 270px;
}
.social-proof .box-wrapper{
	box-shadow: 7px 4px 12px rgba(179, 196, 239, 0.26);
	border-radius: 15px;
	padding: 35px;
	background-color: #fff;
	min-height: 100%;
}
.social-proof .box-wrapper.blue-bg{
	background: #23A8F9;
}
.social-proof .box-wrapper h3{
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 50px;
	margin: -25px 0 0 0;
	color: #000000;
}
.social-proof .box-wrapper.blue-bg h3{
	color: #fff;
}
.social-proof .box-wrapper h3 .highlight{
	color: #007FFF;
}
.social-proof .box-wrapper img{
	display: block;
	height: 95px;
	width: auto;
	margin-right: 0;
	margin-left: auto;
}
.light-blue-bg{
	background: #F1F8FF;
}
.how-works h2{
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 58px;

	color: #000000;
}
.how-works .img-wrapper{
	padding: 12px;
	background: #FFFFFF;
	box-shadow: 3px 11px 13px rgba(81, 156, 199, 0.16);
	border-radius: 7px;
	margin-bottom: 16px;
	display: inline-block;
	z-index: 99;
	position: relative;
}
.how-works .img-wrapper img{
	height: 39px;
	width: auto;

}
.how-works h3{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 58px;
	margin-bottom: 12px;
	color: #000000;
}
.how-works p{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.are-you-interested h2{
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 65px;
	color: #000000;
}
.are-you-interested h6{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 37px;
	color: #000000;
}
.are-you-interested .step-wrapper{
	align-items: center;
	display: flex;
	margin-bottom: 55px;
	position: relative;
}
.are-you-interested .step-wrapper .step {
	background: #D3E9FF;
	border-radius: 10px;
	padding: 10px;
	margin-right: 30px;
}
.are-you-interested .step-2 .step{
	background: #DFFFD3;
}
.are-you-interested .step-3 .step{
	background: #D3FCFF;
}
.are-you-interested .step-wrapper p{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 29px;
	margin: 0!important;
	color: #000000;
}
.are-you-interested .wrapper span{
	display: block;
	text-align: center;
}
.are-you-interested .step .small{
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	text-align: center;
	color: #000000;
}
.are-you-interested .step .big{
	font-size: 30px;
	line-height: 36px;
	margin: 0;
}
.are-you-interested .step{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	justify-content: center;
	color: #000000;
	position: relative;
	display: flex;
	align-items: center;
	height: 84px;
	max-height: 84px;
	min-height: 84px;
	width: 84px;
	min-width: 84px;
	max-width: 84px;
}
.are-you-interested .step-1 .step:after,
.are-you-interested .step-2 .step:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 2px;
	vertical-align: middle;
	display: block;
	margin: auto;
	left: 42px;
	z-index: -1;
	top: 85px;
	background-size: 26px 15px, 8px 100%!important;
}
.are-you-interested .step-1 .step:after{
	background: linear-gradient(to bottom, transparent 50%, #ffffff 50%), linear-gradient(to bottom, #d3e9fc, #defbd3);
}
.are-you-interested .step-2 .step:after {
	background: linear-gradient(to bottom, transparent 50%, #ffffff 50%), linear-gradient(to bottom, #defbd3, #d3fcfd);
}
.divider-bottom{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.why-join-us h2{
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 65px;
	/* or 135% */


	color: #000000;
}
.why-join-us .wrapper{
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

.why-join-us .wrapper:before{
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom right;
	height: 100%;
	width: 100%;
	bottom: 0;
	right: 0;
}
.why-join-us .bg-1{
	background-color: #F1F8FF;
	box-shadow: inset -22px -18px 118px rgba(255, 255, 255, 0.47);
	
}
.why-join-us .bg-1:before{
	background-image: url(../images/affiliate/why-join-us-1.svg);
}
.why-join-us .bg-2{
	background-color: #E8FCFF;
	box-shadow: inset -56px -69px 118px rgba(255, 255, 255, 0.27);
	
}
.why-join-us .bg-2:before{
	background-image: url(../images/affiliate/why-join-us-2.svg);
}
.why-join-us .bg-3{
	background-color: #EFF7FF;
	box-shadow: inset -49px -39px 141px rgba(255, 255, 255, 0.43);
	
}
.why-join-us .bg-3:before{
	background-image: url(../images/affiliate/why-join-us-3.svg);
}
.why-join-us .wrapper h3{
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 30px;
	color: #000000;
}
.why-join-us .wrapper p{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 0;
	color: #000000;
}
.how-supports h2{
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 65px;
	margin-bottom: 40px;
	color: #000000;
}
.how-supports p{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 29px;
	margin-bottom: 0;
	color: #000000;
}
.how-supports ul.checklist{
	margin: 35px 0 0 0;
	padding: 0;
}
.how-supports ul.checklist li{
	margin-bottom: 25px;
	list-style: none;
	padding: 0 0 0 54px;
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}
.how-supports ul.checklist li:before{
	content: '';
	position: absolute;
	height: 25px;
	width: 27px;
	background-image: url(../images/affiliate/checklist-blue.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	left: 0;
}
.faq h2{
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 65px;
	margin-bottom: 60px;
	color: #000000;
}
.faq h5{
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 27px;
	margin: 0;
	color: #000;
	padding: 30px 30px 30px 65px;
	position: relative;
}
.faq h5[aria-expanded=true]{
	font-size: 22px;
	line-height: 27px;
	color: #0069FF;
}
.faq h5:before{
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	width: 30px;
	position: absolute;
	left: 0;
	background-image: url(../images/affiliate/arrow-down.svg);
	transition: all .2s ease;
}
.faq h5[aria-expanded=true]:before{
	background-image: url(../images/affiliate/arrow-up.svg);
	transition: all .2s ease;
}
.faq h5[aria-expanded=false]:before{
	background-image: url(../images/affiliate/arrow-down.svg);
	transition: all .2s ease;
}
.faq .card-body{
	border: none;
	background: transparent;
	border-radius: 0;
	padding: 0 30px 30px 65px;
}
.faq .card,.faq .card-header{
	border: none;
	background: transparent;
	border-radius: 0;
	padding: 0!important;
}
.faq .card{
	border-bottom: 1px solid #F0F3F6!important;
}
.faq p,.faq li,.faq .card-body{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	color: #434343;
}
.faq a{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 32px;
	color: #0069FF;
}
.faq a:hover,.faq a:focus{
	text-decoration: none;
	color: #434343;
}
.footer-cta{
	background: #5B75FF;
	color: #fff;
}
.footer-cta h2{
	font-style: normal;
	font-weight: bold;
	font-size: 44px;
	line-height: 64px;
	text-align: center;
	margin-bottom: 40px;
	color: #FFFFFF;
}
a.white-button{
	background: #FFFFFF;
	box-shadow: 0px 4px 17px rgba(4, 0, 0, 0.25);
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
	color: #2A4AF1;
	padding: 15px 30px;
	transition: all .2s ease;
}
a.white-button:hover,a.white-button:focus{
	text-decoration: none;
	box-shadow: 0px 4px 20px 3px rgb(4 0 0 / 33%);
    transform: translateY(2px);
}
.footer-cta ul.checklist{
	padding: 0;
	margin: 70px 0 0 0;
}
.footer-cta ul.checklist li{
	display: inline-block;
	padding: 10px 40px 10px 32px;
	list-style: none;
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
}
.footer-cta ul.checklist li:before{
	content: '';
	position: absolute;
	width: 16px;
	height: 24px;
	background-image: url(../images/affiliate/checklist.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	left: 0;
}
.footer-cta .divider-top{
	border-top: 1px solid rgb(255 255 255 / 20%)!important;
}
@media(max-width: 1200px) and(min-width: 992px){
	.why-join-us .bg-3:before{
		opacity: .2;
	}
}

@media(min-width: 768px){
	.dash-lines{
		position: relative;
	}
	.dash-lines:after{
		content: '';
		position: absolute;
		width: calc(100% - 90px);
		height: 2px;
		background: repeating-linear-gradient(to right,#007FFF,#007FFF 5px,#F1F8FF 5px,#F1F8FF 10px);
		vertical-align: middle;
		display: block;
		margin: auto;
		right: 0;
		z-index: 1;
		top: 31px;
		opacity: .2;
	}
	.dash-lines.green:after{
		background: repeating-linear-gradient(to right,#8CC936,#8CC936 5px,#F1F8FF 5px,#F1F8FF 10px);
	}
}
@media(max-width: 767px){
	.dash-lines{
		position: relative;
		z-index: 99;
	}
	.dash-lines:after{
		content: '';
		position: absolute;
		width: 2px;
		height: 110px;
		background: linear-gradient(to bottom, transparent 50%, #f1f8fe 50%), linear-gradient(to bottom, #1a7ef6, #8cc937);
		display: block;
		margin: auto;
		left: 45px;
		top: auto;
		z-index: -9;
		bottom: -96px;
		background-size: 26px 15px, 100% 8px!important;
		opacity: .3;
	}
	.dash-lines.green:after{
		background: linear-gradient(to bottom, transparent 50%, #f1f8fe 50%), linear-gradient(to bottom, #8cc937, #3ca8f7);
	}
	.why-join-us .wrapper:before{
		opacity: .2;
	}
}
@media(max-width: 576px){
	.landing-page h1{
		font-size: 36px;
		line-height: 61px;
	}
	.landing-page h2{
		font-size: 32px;
		line-height: 48px;

	}
	.social-proof .box-wrapper h3,
	.why-join-us .wrapper h3{
		font-size: 26px;
		line-height: 40px;
	}
	.how-works h3{
		    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
	}
	.landing-page  p,.landing-page li{
		font-size: 16px;
		line-height: 30px;
	}
	.faq h2{
		margin-bottom: 10px;
	}
	.faq h5{
		font-size: 18px!important;
		padding: 30px 30px 30px 45px!important;
	}
	.faq .card-body{
		padding: 0 0 30px 45px;
	}
}
