/*****CSS START HERE******/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding:0;
	font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
button:focus {
	outline:none;
}
ul, ol, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
a {
	text-decoration:none;
}
img {
	max-width:100%;
}
input:focus {
	outline:none;
}
header, footer, section {
	width:100%;
	float:left;
}
.auto-container {
	width:860px;
	margin:0 auto;
}
header {
	padding: 30px;
}
.header-inner {
	max-width:1600px;
	margin:0 auto;
}
.header-left {
	float: left;
}
.header-left img {
	float: left;
}
.header-right {
	float: right;
	margin: 7px 0 0;
}
.header-right li {
	float: left;
	margin: 0 0 0 30px;
}
.header-right li:first-child {
	margin-left:0;
}
.header-right li a {
	font-size: 14px;
	font-weight: 500;
	color: #012075;
	line-height: 14px;
	text-align: center;
}
.header-right li a:hover {
	color:#001A3A;
}
.header-right li a.get-started {
	background: #012075;
	color: #fff !important;
	padding: 6px 13.4px;
	border-radius: 7px;
	font-size: 15px;
	font-weight: 600;
}
.header-right li a.get-started:hover {
	background:#001A3A;
}
.banner-outer {
	text-align:left;
	padding: 120px 0 27px;
}
.banner-inner {
	float:left;
	width: 100%;
}
.banner-inner h1 {
	color: #012075;
	font-size: 28px;
	font-weight: 700;
	line-height: 33.6px;
	margin: 0 0 16px;
}
.banner-inner p {
	color: #5A5A5A;
	font-size: 16px;
	font-weight: 200;
	line-height: 22.4px;
	letter-spacing: -0.25px;
}
p {
	font-family: Inter;
	font-size: 16px;
	font-weight: 200;
	line-height: 22px;
	letter-spacing: -0.25px;
	color:#5A5A5A;
}
.title-outer {
	font-family: Inter;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 16px;
	color: #012075;
	line-height: 29px;
}
.faq-outer {
	text-align:center;
	padding:60px 0 0;
}
.faq-drawer__content-wrapper {
	font-size: 16px;
	line-height: 20px;
	max-height: 0;
	overflow: hidden;
	transition: 0.25s ease-in-out;
}
.faq-drawer__title {
	cursor: pointer;
	display: block;
	padding: 10px 10px;
	position: relative;
	margin-bottom: 8px;
	transition: all 0.25s ease-out;
	border: 1px solid #001A3A4D;
	font-family: Inter;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	border-radius: 5px;
	color: #012075;
	line-height: 18px;
}
 .faq-drawer__title::after2 {
 border-style: solid;
 border-width: 1px 1px 0 0;
 content: " ";
 display: inline-block;
 float: right;
 height: 10px;
 left: 2px;
 position: relative;
 right: 20px;
 top: 2px;
 transform: rotate(135deg);
 transition: 0.35s ease-in-out;
 vertical-align: top;
 width: 10px;
}
.faq-drawer-inner {
	margin: 16px 0 0;
}
/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
	color: #4E4B52;
}
.faq-drawer__content {
	text-align: left;
	padding: 0 0 15px;
}
.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
	max-height: 350px;
}
 .faq-drawer__trigger:checked + .faq-drawer__title::after {
 transform: rotate(-45deg);
 transition: 0.25s ease-in-out;
}
input[type="checkbox"] {
	display: none;
}
footer {
	box-shadow: 0px -4px 16px 0px #001A3A0D;
	padding:91px 0 96px;
	text-align: center;
}
.footer-inner p {
	color: #001A3A;
	font-size: 14px;
	line-height: 16.8px;
	width: 100%;
	float: left;
	padding: 20px 0 0;
}
.faq-drawer__content p {
	font-size: 15px;
}
.pricing-left {
	width: 33.3%;
	float: left;
	padding: 24px 32px 32px;
	border-radius: 10px;
	border: 1px solid rgba(0, 26, 109, 0.10);
	background: #FFFFFF;
	text-align:center;
	box-shadow: 4px 4px 8px 0px rgba(170, 170, 170, 0.10);
}
.pricing-left:last-child {
	margin-right:0;
}
.pricing-left large {
	color: #001A3A;
	font-size: 32px;
	font-weight: 500;
	line-height: 32px;
	padding: 0 0 24px;
	width:100%;
	float: left;
}
.pricing-left span {
	color: #001A3A;
	font-size: 16px;
	font-weight: 500;
	line-height: 22.4px;
	letter-spacing: -0.25px;
	padding: 0 0 12px;
	width:100%;
	float: left;
}
.pricing-left small {
	color: #001A3A;
	font-size: 16px;
	line-height: 16px;
}
.pricing-left li {
	color: #001A3A;
	font-size: 13px;
	line-height: 15px;
	padding: 0 0 8px 18px;
	font-weight:200;
	width: 100%;
	background: url(../images/tick-icon.svg) no-repeat top 0 left 0px;
	float: left;
	text-align: left;
}
.pricing-left li:first-child {
    color: #001A3A;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    background: url(../images/tick-icon.svg) no-repeat top 2px left 0px;
}
.pricing-left a {
	color: #FFFFFF;
	line-height:15px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 7px;
	background: #012075;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	padding: 10px 16px;
	display:inline-block;
	margin:24px 0 0;
}
.pricing-left a:hover {
	background: #001A3A;
}
.pricing-inner {
	width: 100%;
	float: left;
	padding:68px 0 0;
	margin-bottom: 50px;
}
.pricing-center {
	transform: scale(1.1);
	position:relative;
	overflow:hidden;
	height: 370px;
}
.popular-badge {
	transform: rotate(47deg);
	padding: 4px 28px;
	float: right;
	background: #0258F8;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 10px;
	position: absolute;
	right: -36px;
	top: 24px;
}
.faq-inner {
	width:500px;
	display:inline-block;
}
.banner-outer.unlimited-outer {
	padding:67px 0 99px;
}
.banner-outer.unlimited-outer .pricing-left {
	width: 50%;
	float: left;
	padding: 17px 32px 25px;
	border-radius: 10px;
	border: 1px solid rgba(0, 26, 109, 0.10);
	background: #FFFFFF;
	text-align: center;
	box-shadow: 4px 4px 8px 0px rgba(170, 170, 170, 0.10);
	height: 360px;
	position:relative;
}
.banner-outer.unlimited-outer .pricing-left span {
	padding: 0 0 7px;
}
.banner-outer.unlimited-outer .pricing-left p {
	color: #001A3A;
	font-size: 15px;
	padding: 0 0 26px;
}
.banner-outer.unlimited-outer .pricing-left ul {
	width: 95%;
	display: inline-block;
	padding: 0 0 20px;
}
.banner-outer.unlimited-outer .pricing-left large {
	color: #001A3A;
	font-size: 22px;
	font-weight: 500;
	line-height: 22px;
	padding: 5px 0 0;
	width: auto;
	display: inline-block;
	text-align: left;
	float: left;
}
.banner-outer.unlimited-outer .pricing-left a {
	color: #FFFFFF;
	line-height: 15px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 7px;
	background: #001A3A;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	padding: 10px 16px;
	display: inline-block;
	margin: 0;
	float: right;
}
.banner-outer.unlimited-outer .pricing-left a:hover {
	background: #012075;
}
.banner-outer.unlimited-outer .pricing-left li:first-child {
	font-size: 13px;
	line-height: 15px;
	font-weight: 200;
}
.banner-outer.unlimited-outer .pricing-inner {
	padding: 40px 0 0;
}
.pricing-more-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
}
.pricing-more {
	color: #012075;
    border: 1px solid #012075;
    border-radius: 7px;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
    font-family: inter;
    padding: 8px 12px;
	transition: all 0.2 ease-in-out;
}
.pricing-more:hover {
	background: #012075;
	color: #FFFFFF;
	border-color: #001A3A;
}
.learn-more {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}
.scale-outer {
	text-align:center;
	padding:0 0 130px;
}
.scale-inner {
	border-radius: 7px;
	border: 1px solid rgba(0, 26, 58, 0.15);
	background: rgba(255, 255, 255, 0.00);
	box-shadow: 4px 4px 16px 0px rgba(0, 26, 58, 0.10);
	width: 680px;
	text-align: left;
	padding: 21px;
	display: inline-block;
}
.scale-inner h2 {
	color: #001A3A;
	font-size: 24px;
	font-weight: 700;
	line-height: 31px;
	margin: 0 0 16px;
}
.scale-inner p {
	color: #5A5A5A;
	font-size: 16px;
	font-weight: 200;
	line-height: 22.4px;
	letter-spacing: -0.25px;
	margin: 0 0 16px;
}
.scale-inner li {
	font-size: 14px;
	font-weight: 200;
	background: url(../images/tick-icon.svg) no-repeat left 1px top 10px;
	line-height: 34px;
	color: #001A3A;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 25px;
	margin: 0 20px 0 0;
	float:left;
}
.scale-inner li.started {
	background-image: none;
	margin: 0;
	float: right;
	padding: 0;
}
.scale-inner li.started a {
	border-radius: 7px;
	background: #001A3A;
	background-image: none;
	margin: 0;
	padding: 10px 14px;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 15px;
	font-weight: 600;
	line-height: 15px;
	float: right;
}
.scale-inner li.started a:hover {
	background: #012075;
}

/*****CSS START HERE******/