<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.header_text {
    width: 96%;
	max-width: 1200px;
    margin: 0 auto;
}
.header_text h3 {
    margin-bottom: 20px;
	text-align: center;
	font-size: 2.75em;
	font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.5em;
}

@media (max-width: 767px){
h3 {
    font-size: 18px;
}
.header_text h3 {
    font-size: 24px;
}
}

@media screen and (min-width: 100px) and (max-width: 468px){
.header_text p {
    width: 100% !important;
}
}

/* ///Overview/// */

section.img-text-2col {
    margin: 100px auto 40px;
}
.heading-h2 h2 {
    text-align: center;
    margin: 100px 0;
}
.img-text-2col p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
}

@media screen and (max-width:768px) {
section.img-text-2col {
    margin: 50px auto 40px;
}
.heading-h2 h2 {
    text-align: center;
    margin: 50px 0;
}
}

/* ///FEATURES/// */

.feature_sideimg {
    margin: 80px 0;
	background-color: #dcdcdc;
}
.feature_sideimg .feature_1col {
    margin-top: 0;
    margin-bottom: 30px;
}
.feature_sideimg .feature_1col p{
	display: inline-block;
    padding: 10px 20px;
    background-color: #4b1e78;
    color: #fff;
    border-radius: 5px;
	margin-top: 1em;
}
.feature_sideimg .feature_1col p:hover {
    text-decoration: none;
    background-color: #eee;
	color: #333;
}
.feature_sideimg.feature_sideimg_l .feature_sideimg_image figure {
	margin-top: 0;
    margin-left: 0px !important;
    overflow: hidden;
}
.feature_sideimg.feature_sideimg_r .feature_sideimg_image figure {
    margin-left: 1em ;
}
.col-lg-4.col-md-4.col-sm-12.col-xs-12.feature_sideimg_image img {
    max-width: 100% !important;
}
.feature_sideimg .feature_sideimg_text .feature_1col .feature_1col_img {
    height: auto;
	padding: 0;
	box-sizing: border-box;
}

@media screen and (min-width:100px) and ( max-width:767px) {
/*　for mobile and Tablet　*/
.feature_sideimg {
    margin: 40px 0 !important;
}
}

@media screen and (min-width:768px) and (max-width:1080px) {
/*　for Tablet　*/
.feature_sideimg h3 {
    font-size: 22px;
}
}

@media screen and (max-width:991px) {
.feature_sideimg .feature_heading {
    margin-bottom: 0; 
}
}

@media screen and (min-width:992px) {
.feature_sideimg.feature_sideimg_l .feature_sideimg_image figure {
    margin-right: 1em;
}
.feature_sideimg .feature_sideimg_text {
    margin-top: 0px;
}
}

/* Column fall prevention */
.feature_sideimg .feature_sideimg_text .row {
    display: flex;
    flex-wrap: wrap;
}
.feature_sideimg .feature_sideimg_text .row a {
    width: 50%;
}
.feature_sideimg .feature_sideimg_text .row a:focus {
    outline:none;
}
.feature_sideimg .feature_1col {
    width: 100%;
}

@media screen and (max-width:767px) {
/*　for mobile and Tablet　*/
.feature_sideimg .feature_sideimg_text .row a {
    width: 100%;
}
}

/* ///Model Comparison/// */

.chart-component {
	margin-bottom: 70px;
}
.lp--chart--wrap--1.lp--mt70 {
    margin-top: 0;
}
.chart-component .lp--chart--wrap--1 .lp--chart--main--wrap ul.lp--single--chart--1.lp--chart--overview li,
.lp--chart--wrap--1 .lp--chart--main--wrap ul.lp--single--chart--1 li:nth-child(2) {
	text-transform: unset !important;
}
.chart-component .lp--btn {
	background-color: #4b1e78;
    border-color: #4b1e78 !important;
}
.btn_more {
    margin: 20px auto;
	text-align: center;
}
.btn_more a {
    display: block;
    max-width: 620px;
    margin: 0 auto;
    color: #FFF;
    padding: 15px 10px 15px 20px;
    background-color: #4b1e78;
}
.btn_more a:hover {
	text-decoration: none;
    opacity: .9;
}</pre></body></html>