main {
	background: #f5f7f9;
}
.vce-text-block ul {
	padding: 0 0 0 20px;
}
.vce-text-block ul li {
	font-family: Jost, sans-serif;
	font-size: 1rem;
	color: #1b3360;
	margin-bottom: 0.625rem;
}
.underline a {
	text-decoration: underline;
	color: rgb(45, 175, 230);
}
/**
 * Hero Section.
 */
.section-hero {
	
}

/**
 * Numbers Section.
 */
.section-numbers {
    padding-bottom: 0 !important;
	position: relative;
	z-index: 10;
}
.section-numbers .counter {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.section-numbers .counter hr {
	display: none;
}

.section-numbers .counter-item__number {
    font-family: Jost, sans-serif;
    font-size: 58px;
    font-weight: 800;	
}
.section-numbers .counter-item {
	width: auto;
}
.section-numbers .counter-item__amounts {
    justify-content: flex-start;
    color: rgb(45, 175, 230);
}

.section-numbers .counter-item__top-title {
    color: #1b3360;
}

/**
 * Banner Section.
 */
.section-banner {

}
.section-banner h2 {
	color: white;
    font-family: Jost, sans-serif;
    font-size: 56px;
    font-weight: 800;
    line-height: 64px;
}

.section-banner p {
	color: white;
	font-size: 16px;
}
.section-banner .phone{
	display: none;
	visibility: hidden;
}

/**
 * Carousel Section.
 */
.section-carousel {
	
}

/**
 * Boxes Section.
 */
/**
 * Boxes Section.
 */
.section-boxes {
    padding-bottom: 0 !important;
}
.section-boxes .header h2 {
	color: #1b3360;
    font-family: Jost, sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 48px;
	text-align: center;
}
.section-boxes .header p {
	color: #1b3360;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
.section-boxes h3 {
	color: #1b3360;
    font-family: Jost, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
	margin-top: 25px;
}
.section-boxes  p {
	color: #1b3360;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Jost, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

/**
 * Accordion Section.
 */
.section-accordion {
	padding-top: 30px !important;
}


.section-accordion .vce-faq-group-item--opened .vce-faq-group-item-icon {
	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.section-accordion .vce-faq-group-item--opened .vce-faq-group-item-icon::before {
	background-color: #1b3360 !important;
}
.section-accordion .vce-faq-group-item--opened .vce-faq-group-item-icon::after {
	background-color: transparent !important;
}

.section-accordion .vce-faq-group-item--opened .vce-faq-group-item-heading-title {
	color: #1b3360;
}

.section-accordion .vce-faq-group-item {
    border-left: 1px solid #ced6df;
}
.section-accordion .vce-faq-group-item.active {
    border-left-color: red;
}
.section-accordion .vce-faq-group-item-heading-title {
	font-weight: 700;
    color: #ced6df;
}

.section-accordion .vce-faq-group-item-heading-title:hover {
	color: #1b3360;
}
.section-accordion .vce-faq-group-item-content {
	padding: 15px 50px 15px 15px;
}

/**
 * CTA Section.
 */
.section-cta {
	
}

/**
 * Responsive.
 */
@media (max-width: 767px) {
	.section-banner .phone{
		display: block;
		visibility: visible;
	}
	.section-numbers .counter {
		justify-content: flex-start;
		flex-direction: column;
	}
	.section-numbers .counter-item__number {
		font-size: 50px;
	}
	.section-banner h2, .section-boxes .header h2 {
        font-size: 30px;
        line-height: 35px;
	}
	.section-carousel .grid-cards .grid-card {
		width: 100%;
	}
	.section-accordion .vce-faq-group-item--opened .vce-faq-group-item-heading-title {
		font-size: 18px;
	}
}
@media (max-width: 560px) {
	.section-banner .vce-single-image-inner {
		padding-bottom: 120% !important;
	}
}

.section-numbers .counter-item__number .odometer-inside .odometer-digit:nth-child(6) {
    display: none;
    visibility: hidden;
}