.hero-section{
	background: #F6F9FE;
}
.hero-section img{
	max-width: 100%;
	height: auto;
}
.hero-section h1{
	font-style: normal;
	font-weight: 600;
	font-size: 44px;
	line-height: 60px;
	margin-bottom: 30px;

	color: #27283C;
}
.hero-section p{
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;

	color: #092C4C;
}
.hero-section .buttons{
	margin-right: -10px;
	margin-left: -10px;
	display: inline-block;
}
.hero-section .button{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 25px;
	border: 2px solid #1863DC;
	border-radius: 2px;
	display: inline-block;
	margin: 10px;
	text-align: center;
}
.hero-section .button:hover{
	opacity: .8;
}
.hero-section .blue-btn{
	color: #FFFFFF;
	background: #1863DC;
	margin-right: 20px;
}
.hero-section a.play_yt_video{
	padding-left: 67px;
	position: relative;
}
.hero-section a.play_yt_video:before{
	content: '';
	position: absolute;
	margin-left: -42px;
	top: 50%;
	height: 35px;
	width: 35px;
	background-size: contain;
	background-image: url(../svg/play-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);

}
.hero-section .white-btn{
	color: #1863DC;
	background: #fff;
}
.hero-section p.note{
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    color: rgba(9, 44, 76, 0.7);
    margin-bottom: 0;
}
.hero-section p.note span {
    padding-left: 22px;
    padding-right: 20px;
    position: relative;
    display: inline-block;
}
.hero-section p.note span:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../svg/list-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 28px;
    width: 11px;
    background-size: contain;
}
.video-popup .modal-content {
	background: transparent;
	border: none;
}
.video-popup .modal-header{
	border-bottom: none;
	padding: 0;
}
.video-popup button.close {
	border-radius: 50px;
	height: 20px;
	width: 20px;
	padding: 0;
	justify-content: center;
	display: flex;
	align-items: center;
}
.video-popup button.close span {
	color: #fff!important;
	font-weight: 300;
	font-size: 35px;
}
.video-popup .modal-dialog {
	width: 95%;
	max-width: 1000px;
}
.video-popup iframe {
	width: 100%;
	min-height: calc(100vh - 210px);
}
.features img{
	max-width: 100%;
	height: auto;
}
.features h2{
	font-style: normal;
	font-weight: 600;
	font-size: 36px;
	line-height: 42px;
	margin: 30px 0;
	color: #000000;
}
.features ul.list{
	padding: 0;
	margin: 0;
}
.features ul.list li{
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 25px;
	color: #000000;
	list-style: none;
	position: relative;

	padding-left: 36px;
}
.features ul.list li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 26px;
	width: 26px;
	background-image: url(../svg/tick-icon-2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.features .feature-img img{
	width: 100%;
	height: auto;
	transition: all .2s ease;
}
.features img.feat-icon{
	height: 49px;
	width: auto;
}
.bottom-cta h2{
	font-style: normal;
	font-weight: 600;
	font-size: 42px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;

	color: #27283C;
}
.bottom-cta p{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 40px;
	color: #252525;
}
.bottom-cta p.note span {
    padding-left: 22px;
    padding-right: 20px;
    position: relative;
    display: inline-block;
}
.bottom-cta p.note span:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../svg/green-tick-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    height: 22px;
    width: 13px;
    background-size: contain;
}
.bottom-cta .blue-btn{
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	background: #1863DC;
	border-radius: 5px;
	padding: 20px;
	display: inline-block;
}
.bottom-cta a.link,.bottom-cta a.secondary-btn{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 20px;
	width: 100%;
	max-width: 300px;
	display: inline-block;
	color: #1863DC;
}
.bottom-cta a.button:hover,.bottom-cta a.secondary-btn:hover{
	text-decoration: none;
	opacity: .8;
}
@media(max-width: 500px){
	.hero-section h1{
		font-size: 36px;
		line-height: 40px;
	}
	.features h2,.bottom-cta h2{
		font-size: 30px;
		line-height: 36px;
		margin: 20px 0;
	}
	.features img.feat-icon {
		height: 40px;
		width: auto;
	}
	.hero-section .button{
		width: 100%;
		display: block;
	}
	.hero-section .buttons {
		display: block;
		max-width: 100%;
	}
}