<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.landio-accordion-v2 .accordion-item .accordion-header .accordion-button::before {
    content: "\f105";
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    font-weight: 600;
    color: white;
    background-image: none;
    background-color: #010283;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.info-boxes-wrapper {
	border-radius: 40px;
	background-color: #010281;
	-webkit-box-shadow: 0px 2px 14px 0px rgba(0, 64, 229, 0.59);
	box-shadow: 0px 2px 14px 0px rgb(234 236 243 / 59%);
	position: relative;
	z-index: 1;
	padding: 70px 105px;
	border-top: 4px solid #dce5fb;
}
.hero-area-v1 .hero-content .hero-title span::after {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	background-image: url(../img/particle/title-line-white.png);
	background-repeat: no-repeat;
	background-size: 66%;
	z-index: -1;
	background-attachment: scroll;
	background-position: bottom;
	top: auto;
	bottom: -px;
	height: 114%;
}</pre></body></html>