html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CLEARFIX */

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* STYLE */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #0a0908;
	background: #f0f0f0;
}

.header {
	padding: 16px 0;
}

.inner {
	max-width: 1280px;
	padding: 0 80px;
	margin: 0 auto;
}

.header img, .hero-box img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.hero {
	background: #f0f8ee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #d5e7d0;
	box-shadow: #0000001a 0 10px 15px -3px,#0000000d 0 4px 6px -2px;
	max-width: 780px;
	width: 94%;
	margin: 0 auto;
	text-align: center;
}

h1 {
	font-size: 2rem;
	font-weight: 800;
	padding: 20px 0;
}

h1 span {
	color: #4b30bd;
}

.subheadline {
	margin-bottom: 20px;
}

.steps {
	padding: 10px 0 20px;
	font-size: 0;
}

.steps div {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px;
	height: 8px;
	width: 8px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.steps div.full {
	background: #1fa5f5;
}

.zip-code {
	border: 1px solid #d3d1db;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	padding: 30px 10px;
	margin: 10px auto;
}

.zip-code p {
	font-weight: 700;
	margin-bottom: 16px;
}

.zip-input {
	background: #f5f5f5;
	border: 1px solid #eaeaeb;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 60px;
	margin-bottom: 16px;
}

.zip-input svg {
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -12px;
}

.zip-input input {
	display: block;
	background: none;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 20px;
	font-size: 1.125rem;
	width: 100%;
	border-left: 1px solid #eaeaeb;
	outline: none;
}

.zip-code a, .floating-btn a {
	display: block;
	background: #14c815;
	color: #fff;
	font-weight: 700;
	padding: 16px 8px;
	text-decoration: none;
	font-size: 1.375rem;
	text-align: center;
	margin: 0 auto;
	-webkit-border-radius: 7.5px;
	-moz-border-radius: 7.5px;
	border-radius: 7.5px;
}

.error-zip {
	display: none;
	font-size: 0.875rem;
	margin-top: 8px;
}

.bulletin {
	font-size: 0;
}

.bulletin li {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	width: 33.3333%;
	font-size: 1rem;
	padding-right: 10px;
	padding-left: 26px;
	position: relative;
	line-height: 26px;
	font-weight: 600;
}

.bulletin li svg {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -10px;
}

.hero-box {
	text-align: center;
	padding: 50px 0 20px;
	width: 94%;
	max-width: 780px;
	margin: 0 auto;
}

.hero-box h2 {
	font-size: 1.625rem;
	font-weight: 800;
	margin-bottom: 15px;
}

.hero-box p {
	line-height: 1.5;
	max-width: 600px;
	margin: 0 auto 10px;
}

.accordion-section {
	padding: 32px 0;
	background: #21184d;
}

.accordion-inner {
	background: #fff;
	padding: 40px 20px 10px;
	width: 94%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.accordion-section h2 {
	max-width: 672px;
	margin: 0 auto 40px;
	text-align: center;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 1.35;
}

.accordion-box {
	border-bottom: 2px solid #000;
	margin-bottom: 15px;
}

.accordion-box:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.accordion-box h3 {
	font-weight: 700;
	font-size: 1.438rem;
	position: relative;
	padding: 0 24px 0 30px;
	cursor: pointer;
	margin-bottom: 15px;
}

.accordion-box h3:after {
	content: "−";
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 8px;
	line-height: 8px;
}

.accordion-box h3.acc-down:after {
	content: "+";
}

.accordion-box h3 span {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	color: #fff;
	background: #21184d;
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	margin-right: 8px;
	font-size: 0.875rem;
}

.accordion-cont {
	padding-top: 8px;
	padding-bottom: 32px;
	font-size: 0;
}

.accordion-cont > div {
	width: 50%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 320px;
	display: inline-block;
	vertical-align: top;
	background-size: cover !important;
}

.accordion-cont > p {
	line-height: 1.4;
	padding-left: 35px;
	font-size: 1rem;
	color: #4a4a4a;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

#acc1 {
	background: url(../images/botImg1.webp) no-repeat center;
}

#acc2 {
	background: url(../images/botImg2.webp) no-repeat center;
}

#acc3 {
	background: url(../images/botImg3.webp) no-repeat center;
}

#acc4 {
	background: url(../images/botImg4.webp) no-repeat center;
}

.trusted-partners {
	background: #dedede;
	padding: 56px 0;
}

.trusted-partners h2 {
	font-weight: 700;
	font-size: 1.5rem;
	margin-bottom: 24px;
	text-align: center;
}

.reviews {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto;
	max-width: 940px;
	background: #efefef;
	padding: 40px 72px;
	box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.45);
}

.bottom .owl-stage {
	display: flex;
}

.review {
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 #000, 0 0 #000, 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px -1px rgba(0,0,0,.1);
	display: flex;
    height: 100%;
    flex-direction: column;
}

.top-review {
	padding: 16px;
	border-bottom: 1px solid #e5e7eb;
}

.top-review p {
	padding-right: 76px;
	position: relative;
	font-size: 0.875rem;
	line-height: 26px;
}

.top-review p:after {
	content: "★★★★★";
	position: absolute;
	font-size: 1.125rem;
	line-height: 26px;
	right: 0;
	top: 0;
	color: #008243;
}

.top-review span {
	font-size: 0.875rem;
	color: #757575;
	display: block;
}

.content-review {
	padding: 16px;
}

.content-review span {
	display: block;
	font-weight: 700;
	font-size: 1.063rem;
	margin-bottom: 8px;
}

.content-review p {
	line-height: 1.7;
}

.floating-btn {
	background: #21184d;
	padding: 16px;
}

.floating-btn.sticky {
	position: sticky;
	bottom: 0;
	z-index: 1000;
}

.floating-btn a {
	max-width: 400px;
	font-size: 1.313rem;
}

.footer {
	color: #fff;
	background: #21184d;
	padding: 32px 0;
	text-align: center;
}

.small {
	font-size: 0.75rem;
}

.footer ul {
	margin: 24px 0;
}

.footer ul li {
	padding: 0 3px;
	font-size: 0.875rem;
	display: inline-block;
	vertical-align: middle;
}

.footer ul li a {
	color: #fff;
}

.copy {
	font-size: 0.875rem;
}

.owl-carousel .owl-nav {
	text-align: center;
	margin-top: 16px;
}

.owl-carousel .owl-nav button {
	margin: 0 8px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #0f172a !important;
	color: #fff !important;
	font-size: 2rem !important;
	display: inline-block;
}

.owl-carousel .owl-nav button.disabled {
	background: #d1d5db !important;
	cursor: auto;
}

.owl-carousel .owl-nav button span {
	width: 36px;
	height: 36px;
	line-height: 30px;
	display: block;
}

@media screen and (max-width: 1023px) {
	.inner {
		max-width: 840px;
		padding: 0 32px;
	}

	.accordion-inner {
		width: 100%;
	}

	.accordion-section h2 {
		font-size: 1.375rem;
		margin-bottom: 32px;
	}

	.accordion-cont > div {
		width: 100%;
		display: block;
		height: 240px;
	}

	.accordion-cont > p {
		padding: 16px 0 0;
		width: 100%;
		display: block;
	}

	.accordion-box h3 {
		font-size: 1.188rem;
	}

	.trusted-partners {
		padding: 40px 0;
	}
}

@media screen and (max-width: 767px) {
	.inner {
		padding: 0 16px;
	}

	.hero h1 {
		font-size: 1.75rem;
		padding-top: 0;
	}

	.zip-input {
		padding-left: 60px;
	}

	.zip-input svg {
		left: 18px;
	}

	.zip-input input {
		padding: 16px 12px;
	}

	.bulletin li {
		display: block;
		width: 100%;
		padding: 5px 10px 5px 26px;
	}

	.trusted-partners h2 {
		font-size: 1.25rem;
	}

	.top div img {
		height: 420px;
	}

	.accordion-section h2 {
		font-size: 1.188rem;
	}

	.reviews {
		padding: 32px 24px;
	}
}