/*
	Theme Name: Bump Accident Management
	Description: Custom Theme For Bump Accident Management
	Version: 1.0.0
	Author: Developer
*/
@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Regular.woff2') format('woff2'),
	url('assets/fonts/Montserrat-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Medium.woff2') format('woff2'),
	url('assets/fonts/Montserrat-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Bold.woff2') format('woff2'),
	url('assets/fonts/Montserrat-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-ExtraBold.woff2') format('woff2'),
	url('assets/fonts/Montserrat-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Montserrat';
	src: url('assets/fonts/Montserrat-Black.woff2') format('woff2'),
	url('assets/fonts/Montserrat-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
html{
	font-size: 10px;
}
body{
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	color: #0c0224;
	line-height: 1.25;
	letter-spacing: -0.04em;
	margin: 0;
	min-width: 320px;
	padding: 12.2rem 0 0;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
body.menu-visible{
	overflow: hidden;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
iframe{
	max-width: 100%;
}
table,
th,
td{
	border-spacing: 0;
	border-collapse: collapse;
}
a,
.button,
label,
button,
input[type="submit"]{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none!important;
}
a{
	color: #8664ec;
	text-decoration: underline;
}
a:hover{
	color: #08002a;
}
.button{
	background-color: #8664ec;
	border-radius: 0.6rem;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.1em;
	padding: 1.2em 2em;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}
.button:hover{
	background-color: #0c0224;
	color: #fff;
}
.link-item{
	background-image: url('../img/icons/arrow-right-green.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1em auto;
	color: #2dff5d;
	font-size: 1.5rem;
	display: inline-block;
	letter-spacing: 0.2em;
	padding-right: 2em;
	text-decoration: none;
	transition: all 0.2s linear;
	text-transform: uppercase;
}
.link-item:hover{
	color: #37dd5e;
}
p,
ul,
ol{
	margin: 0 0 1.2em;
}
p:first-child,
ul:first-child,
ol:first-child{
	margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}
ul{
	padding-left: 1em;
}
h1,
h2,
h3{
}
h1,
.h1{
}
h2,
.h2{
	font-size: 6rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.02em;
}
h3{
}
h5{
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child{
	margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child{
	margin-bottom: 0;
}
input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea{
	background: #fff;
	border: none;
	box-shadow: none; 
	display: block;
	color: #0c0224;
	font-size: 1.6rem;
	font-family: inherit;
	font-weight: inherit;
	height: auto;
	line-height: 1.25;
	letter-spacing: normal;
	padding: 1em 1.5em;
	outline: none!important;
	width: 100%;
}
select{
	background-image: url('assets/img/icons/select-icon.svg');
	background-repeat: no-repeat;
	background-position: center right 1.4em;
	-webkit-background-size: 1em auto;
	background-size: 1em auto;
	cursor: pointer;
	color: #0c0224;
	padding-right: 3em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea{
	height: 8.375em;
	padding: 1em 1.5em;
	resize: none;
}
button[type="submit"],
input[type="submit"]{
	background-color: #8664ec;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1.3em;
	height: auto;
	min-width: 7.8em;
	padding: 0.6em 1em;
	text-align: center;
	transition: all 0.2s linear;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button[type="submit"]:hover,
input[type="submit"]:hover{
	background-color: #0c0224;
	color: #fff;
}
::-webkit-input-placeholder {color:#999999; opacity: 1;transition: all 0.2s linear;}
::-moz-placeholder          {color:#999999; opacity: 1;transition: all 0.2s linear;}
:-moz-placeholder           {color:#999999; opacity: 1;transition: all 0.2s linear;}
:-ms-input-placeholder      {color:#999999; opacity: 1;transition: all 0.2s linear;}
:focus::-webkit-input-placeholder {opacity: 0;}
:focus::-moz-placeholder          {opacity: 0;}
:focus:-moz-placeholder           {opacity: 0;}
:focus:-ms-input-placeholder      {opacity: 0;}
.cf-form-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.1rem;
	margin-right: -1.1rem;
}
.cf-form-col{
	padding: 0 1.1rem 2.2rem;
	position: relative;
	width: 100%;
}
.cf-form-col-6{
	width: 50%;
}
.cf-form-col.cf-form-col-submit{
	text-align: right;
	padding-bottom: 0;
}
.wpcf7-not-valid::-webkit-input-placeholder {color:#d71831;}
.wpcf7-not-valid::-moz-placeholder          {color:#d71831;}
.wpcf7-not-valid:-moz-placeholder           {color:#d71831;}
.wpcf7-not-valid:-ms-input-placeholder      {color:#d71831;}
.wpcf7-not-valid{
	border-color: #f31808!important;
}
.wpcf7-spinner{
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-form-control-wrap{
	display: block;
}
.wpcf7-checkbox + span.wpcf7-not-valid-tip{
	position: relative;
}
div.wpcf7 .ajax-loader{
	position: absolute;
}
span.wpcf7-not-valid-tip{
	font-size: 1.4rem;
	color: #df0000;
	line-height: 1.2;
	margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output{
	color: #fff;
	border: none;
	margin: 1.5em auto 0;
	padding: 1.25em 1em;
	text-align: center;
	width: 100%;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output{
	background: #f31808;
}
.wpcf7 form.sent .wpcf7-response-output{
	background: #00a651;
}
.container{
	margin: 0 auto;
	max-width: 142rem;
	padding-left: 3rem;
	padding-right: 3rem;
	width: 98%;
}
.container-sm{
	max-width: 133rem;
}
.container-xs{
	max-width: 103rem;
}
.row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -1.5rem;
}
/*--------------Header--------------*/
.header{
	background: #fff;
	color: #8664ec;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 0.2s linear;
	width: 100%;
	z-index: 99;
}
.body-scroll .header{
	box-shadow: 0 1rem 1rem rgba(0,0,0,0.1);
}
.header-inner{
	padding: 3.8rem 0 3rem;
}
.header-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 148rem;
	padding: 0 3rem;
	position: relative;
	transition: all 0.2s linear;
}
.header-logo-wrap{
	display: flex;
	align-items: center;
}
.header-logo{
	align-self: center;
}
.header-logo a,
.header-logo img{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	position: relative;
}
.header-logo img{
	height: 5.4rem;
	position: relative;
	transition: all 0.2s linear;
	width: auto;
}
.header-tagline{
	padding-left: 1.2rem;
	padding-top: 0.4rem;
}
.header-tagline img{
	display: inline-block;
	height: auto;
	vertical-align: middle;
	width: 13.1rem;
}
.navigation{
	align-self: flex-end;
	padding-right: 26.5rem;
}
.navigation ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation > ul{
	display: flex;
	flex-wrap: wrap;
}
.navigation > ul > li{
	display: inline-block;
	margin: 0 2em;
	padding: 0;
	position: relative;
	vertical-align: middle;
}
.navigation a{
	display: block;
	color: inherit;
	padding-bottom: 0.6rem;
	position: relative;
	text-decoration: none;
}	
.navigation a:hover,
.navigation .current-menu-item > a{
	color: #08002a;
}
.navigation ul ul{
	display: none;
}
.header-phone-cta{
	bottom: 0.8rem;
	font-weight: 900;
	letter-spacing: normal;
	position: absolute;
	right: 2rem;
	z-index: 101;
}
.header-phone-cta a{
	background-color: #8664ec;
	border-radius: 0 0 0.6rem 0.6rem;
	color: #0c0224;
	display: block;
	padding: 4rem 2rem 1.6rem;
	text-decoration: none;
	width: 21.5rem;
}
.header-phone-cta a:hover{
	background-color: #0c0224;
	color: #8664ec;
}
.header-phone-cta a u{
	color: #fff;
	display: inline-block;
	font-weight: bold;
	text-decoration: underline;
}
.header-whatsapp-cta{
	display: none;
	position: absolute;
	z-index: 101;
}
#touch-menu{
	display: none;
	cursor: pointer;
	width: 32px;
	height: 20px;
	margin: -10px 0 0;
	right: 3rem;
	top: 50%;
	position: absolute;
	z-index: 999;
}
#touch-menu span:after,
#touch-menu span:before{
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
}
#touch-menu span:after{
	top: 9px;
}
#touch-menu span{
	position: relative;
	display: block;
	top: 9px;
}
#touch-menu span,
#touch-menu span:after,
#touch-menu span:before{
	width: 100%;
	height: 2px;
	background-color: #0c0224;
	transition: all 0.3s;
	backface-visibility: hidden;
	border-radius: 2px;
}
#touch-menu.on span{
	background-color: transparent;
}
#touch-menu.on span:before{
	transform: rotate(45deg) translate(5px, 5px);
}
#touch-menu.on span:after{
	transform: rotate(-45deg) translate(7px, -8px);
}
/*------Social----------*/
.social-block ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.social-block li{
	margin: 0 1.2rem;
}
.social-block li:first-child{
	margin-left: 0;
}
.social-block li:last-child{
	margin-right: 0;
}
.social-block svg{
	display: block;
	height: 2rem;
	width: auto;
}
/*--------------Footer-----------*/
.footer{
	background: #0c0224;
	color: #fff;
	padding: 4rem 0 3.5rem;
}
.footer a{
	color: #8664ec;
}
.footer a:hover{
	color: #fff;
}
.footer .container{
	max-width: 148rem;
}
.footer-top-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.footer-logo-wrap{
	display: flex;
	align-items: center;
}
.footer-logo{
	align-self: center;
}
.footer-logo a,
.footer-logo img{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	position: relative;
}
.footer-logo img{
	height: 5.4rem;
	position: relative;
	transition: all 0.2s linear;
	width: auto;
}
.footer-tagline{
	padding-left: 1.2rem;
	padding-top: 0.4rem;
}
.footer-tagline img{
	display: inline-block;
	height: auto;
	filter: brightness(0) invert(1);
	vertical-align: middle;
	width: 13.1rem;
}
.footer-contacts{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.3;
	padding-bottom: 0.5rem;
	position: relative;
}
.footer-contact-item{
	margin-right: 3.7em;
}
.footer-contact-item:last-child{
	margin-right: 0;
}
.footer-contact-item a{
	display: inline-block;
}
.footer-whatsapp a,
.footer-email a{
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.3em auto;
	color: inherit;
	display: inline-block;
	padding-right: 1.8em;
	text-decoration: none;
}
.footer-whatsapp a:hover,
.footer-email a:hover{
	color: #8664ec;
}
.footer-whatsapp a{
	background-image: url('assets/img/icons/whatsapp-icon-purple.svg');
}
.footer-email a{
	background-image: url('assets/img/icons/angle-circle-right-purple.svg');
}
.footer-social{
	display: flex;
	align-items: center;
}
.footer-social-title{
	margin-right: 0.7em;
}
.footer-social ul{
	display: flex;
	list-style-type: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.footer-social li{
	margin-right: 0.8rem;
}
.footer-social li:last-child{
	margin-right: 0;
}
.footer-social a{
	display: inline-block;
	vertical-align: middle;
}
.footer-social svg{
	display: block;
	height: 1.3em;
	width: 1.3em;
}
.footer-bot-row{
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 12.3rem;
}
.footer-bot-row a{
	color: inherit;
	text-decoration: none;
}
.footer-bot-row a:hover{
	color: #8664ec;
}
.footer-nav ul{
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-nav li{
	margin-right: 3.75em;
}
.footer-nav li:last-child{
	margin-right: 0;
}
.footer-creds{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
}
.footer-copyright{
	margin-right: 6.5rem;
}
.footer-privacy{
	order: 2;
}
/*----------Default---------*/
.fz-26{
	font-size: 2.6rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.4;
}
.sect-pad{
	padding: 10rem 0;
}
.pt-0{
	padding-top: 0!important;
}
.pb-0{
	padding-bottom: 0!important;
}
.section-anchor{
	position: absolute;
	top: -8rem;
}	
.sect-heading{
	margin-bottom: 8.8rem;
	text-align: center;
}
.sect-heading h2{
	margin: 0 auto 0.6em;
}
.sect-heading h2:last-child{
	margin-bottom: 0;
}
.def-content h1{
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1.25;
	margin: 1.2em 0 0.6em;
}
.def-content h2{
	font-size: 2em;
	font-weight: 900;
	line-height: 1.25;
	margin: 1.2em 0 0.6em;
}
.def-content h3{
	font-size: 1.8em;
	font-weight: 900;
	line-height: 1.25;
	margin: 1.2em 0 0.6em;
}
.def-content h4{
	font-size: 1.6em;
	font-weight: 900;
	line-height: 1.25;
	margin: 1.2em 0 0.6em;
}
.def-content h1:first-child,
.def-content h2:first-child,
.def-content h3:first-child,
.def-content h4:first-child{
	margin-top: 0;
}
.page404-content ul a{
	text-decoration: none;
}
/*--------------Home-----------*/
.sect-pad{
	padding: 10rem 0;
}
.slider-pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.swiper-pagination-bullet{
	background: #0c0224;
	height: 1.4rem;
	opacity: 1;
	margin: 0.5rem 1rem!important;
	width: 1.4rem;
}
.swiper-pagination-bullet-active{
	background: #8664ec;
}
.top-banner{
	background: #0c0224;
	color: #fff;
	position: relative;
}
.top-banner-inner{
	display: flex;
	align-items: center;
	min-height: 63rem;
	padding: 6rem 0;
	position: relative;
	z-index: 2;
}
.top-banner-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	right: 0;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 50%;
	width: calc(50% + 19rem);
}
.top-banner-bg:after{
	background: #0c0224;
	border-radius: 50%;
	content: "";
	display: block;
	height: 148%;
	left: -80.7rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 93rem;
}
.top-banner-content{
	font-size: 3.3rem;
	line-height: 1.3;
	max-width: 55rem;
}
.top-banner-content a{
	color: #fff;
	display: inline-block;
}
.top-banner-content a:hover{
	color: #8664ec;
}
.top-banner-content h1{
	color: #8664ec;
	font-size: 6.4rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.02em;
	max-width: 8.4em;
	margin: 0 0 0.5em;
}
.top-banner-content h1:last-child{
	margin-bottom: 0;
}
.top-banner-content h1 a{
	text-decoration: none;
}
.top-cta-phone{
	font-weight: 900;
	margin: 0;
}
.top-cta-whatsapp{
	font-size: 2rem;
	font-weight: bold;
	margin-top: 0.6em;
}
.top-cta-whatsapp a{
	background-image: url('assets/img/icons/whatsapp-icon-white.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.25em auto;
	display: inline-block;
	padding-right: 1.75em;
}
.home-top-banner .top-banner-content{
	font-size: 2.2rem;
	font-weight: normal;
}
.home-top-banner h1{
	margin-bottom: 0.4em;
}
.home-top-banner p{
	margin-bottom: 1.2em;
}
.home-top-banner p:last-child{
	margin-bottom: 0;
}
.home-top-banner strong{
	font-weight: 900;
}
.home-top-banner ul{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	list-style-type: none;
	padding: 0;
}
.home-top-banner li{
	background-image: url('assets/img/icons/check-icon.svg');
	background-repeat: no-repeat;
	background-position: left top 0.15em;
	background-size: 1.1em auto;
	padding-left: 1.6em;
}
.home-top-banner li:last-child{
	margin-bottom: 0;
}
.top-banner-small .top-banner-inner{
	min-height: 50rem;
}
.top-banner-small .top-banner-content{
	max-width: 60rem;
}
.top-banner-xs .top-banner-inner{
	min-height: 36rem;
}
.top-banner-xs .top-banner-content{
	max-width: 100%;
}
.top-banner-xs .top-banner-content h1{
	max-width: 100%;
}
.intro-section{
	background: #8664ec;
}
.intro-content{
	color: #fff;
	font-size: 3.8rem;
	line-height: 1.3;
	letter-spacing: -0.04em;
	max-width: 96rem;
	margin: 0 auto;
}
.intro-content strong{
	font-weight: 800;
}
.hla-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1.4rem;
}
.hla-item-wrap{
	padding: 1.4rem;
	width: 25%;
}
.hla-item{
	background-color: #0c0224;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 1.6rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: -0.02em;
	height: 100%;
	min-height: 28rem;
	padding: 3.6rem;
	position: relative;
}
.hla-item-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: inherit;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.hla-item-inner{
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.hla-item h3{
	background: #0c0224;
	border-radius: 0.8rem;
	display: inline-block;
	font-size: 2.2rem;
	font-weight: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	padding: 0.5em 1.6em;
}
.hla-item p{
	max-width: 10em;
	margin-bottom: 0.6em;
	text-align: left;
}
.hla-item p:last-child{
	margin-bottom: 0;
}
.hla-item a{
	color: inherit;
	display: inline-block;
}
.hla-item a:hover{
	color: #8664ec;
}
.home-hla-section{
	background: #e6e6e6;
	position: relative;
}
.home-hla-section:before{
	background: #8664ec;
	content: "";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.home-hla-section .container{
	position: relative;
	z-index: 2;
}
.benefits-section{
	background: #e6e6e6;
	padding: 10.2rem 0 9.3rem;
	overflow: hidden;
}
.benefits-heading{
	background-image: url('assets/img/icons/stars-icon.svg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 19.2rem auto;
	margin-bottom: 7rem;
	padding-bottom: 6.4rem;
	text-align: center;
}
.benefits-heading h2{
	max-width: 14.9em;
}
.benefits-slider-wrap{
	margin: 0 -1.6rem;
}
.benefits-slider{
	overflow: visible;
}
.benefits-slider .swiper-slide{
	height: auto;
	padding: 0 1.6rem;
	width: 20%;
}
.benefit-item{
	background: #fff;
	border-radius: 2.4rem;
	font-weight: normal;
	line-height: 1.375;
	height: 100%;
	padding: 3.5rem 2.5rem 3rem;
	text-align: center;
}
.benefit-item:before{
	background-image: url('assets/img/icons/check-icon.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	display: block;
	height: 4rem;
	margin: 0 auto 1.3rem;
	width: 4rem;
}
.benefit-item h4{
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.167em;
	margin: 0 0 0.7em;
}
.benefit-item h4:last-child{
	margin-bottom: 0;
}
.benefits-slider-pagination{
	margin-top: 3.5rem;
}
.benefits-footer{
	margin-top: 3.8rem;
}
.call-cta-content{
	text-align: center;
}
.call-cta-content a{
	color: inherit;
	display: inline-block;
}
.call-cta-content a:hover{
	color: #8664ec;
}
.call-cta-content p{
	margin: 0 0 0.2em;
}
.call-cta-content .call-cta-whatsapp{
	background-image: url('assets/img/icons/whatsapp-icon-purple.svg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 2.375em auto;
	display: inline-block;
	margin: 2.75em 0 0;
	padding-bottom: 3.5em;
}
.fl-section{
	padding: 11rem 0 8rem;
}
.fl-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem;
}
.fl-item-wrap{
	padding: 0 2rem 5rem;
	width: 33.33%;
}
.fl-item{
	background: #0c0224;
	border-radius: 2rem;
	color: #8664ec;
	display: block;
	height: 100%;
	font-size: 1.8rem;
	line-height: 1.25;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.fl-item:hover{
	background: #8664ec;
	color: #0c0224;
}
.fl-item:after{
	background-color: #8664ec;
	background-image: url('assets/img/icons/angle-right-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.1rem auto;
	border-radius: 50%;
	content: "";
	display: block;
	height: 3.6rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	transition: all 0.2s linear;
	top: 100%;
	width: 3.6rem;
}
.fl-item:hover:after{
	background-color: #0c0224;
}
.fl-item-thumb{
	border-radius: 2rem 2rem 0 0;
	padding-top: 62.5%;
	position: relative;
	overflow: hidden;
}
.fl-item-thumb img{
	border-radius: inherit;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: absolute;
	top: 0;
	transition: all 0.2s linear;
	object-fit: cover;
	width: 100%;
}
.fl-item:hover .fl-item-thumb img{
	transform: scale(1.1);
	opacity: 1;
}
.fl-item-content{
	padding: 3.3rem 2rem 4.2rem;
}
.fl-item-content h3{
	color: #fff;
	font-size: 2.6rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1.4;
	margin: 0 0 0.4em;
}
.cta-section{
	background: #8664ec;
	padding: 12rem 0;
	position: relative;
}
.cta-section-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	mix-blend-mode: multiply;
	width: 100%;
}
.cta-section-inner{
	position: relative;
	z-index: 2;
}
.cta-content{
	background: #fff;
	border-radius: 2.5rem;
	max-width: 52rem;
	padding: 4.2rem 5.5rem 4.8rem;
}
.cta-content h2{
	color: #8664ec;
	margin: 0 0 0.7em;
}
.cta-content ul{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	list-style-type: none;
	margin: 0 0 1.9em;
	padding: 0;
}
.cta-content li{
	background-image: url('assets/img/icons/check-icon.svg');
	background-repeat: no-repeat;
	background-position: left top 0.15em;
	background-size: 1.1em auto;
	padding-left: 1.6em;
}
.cta-content .fz-26{
	margin: 0 0 0.3em;
}
.cta-content .fz-26 a{
	display: inline-block;
}
.cta-whatsapp a{
	background-image: url('assets/img/icons/whatsapp-icon-purple.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.25em auto;
	display: inline-block;
	padding-right: 1.75em;
}
/*-----------Accident------*/
.things-section{
	background: #8664ec;
	color: #fff;
	padding: 10.6rem 0 10.2rem;
}
.things-heading{
	margin-bottom: 8.5rem;
}
.things-heading h2{
	color: #0c0224;
	max-width: 16em;
}
.things-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.4rem;
}
.things-item-wrap{
	padding: 0 2.4rem 4.8rem;
	width: 25%;
}
.things-item{
	border: 2px solid #fff;
	border-radius: 2.7rem;
	height: 100%;
	padding: 3.3rem 2rem 3rem;
	text-align: center;
}
.things-item-number{
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1;
	margin: 0 0 0.4em;
}
.things-item-content{
	font-size: 1.8rem;
	line-height: 1.33;
}
.things-item-content h3{
	color: #0c0224;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 0.7em;
}
.things-footer{
	margin-top: 4.6rem;
	text-align: center;
}
.things-footer-content{
	max-width: 67rem;
	margin: 0 auto 5rem;
}
.things-footer a:hover{
	color: #fff;
}
.things-footer .call-cta-content .call-cta-whatsapp{
	background-image: url('assets/img/icons/whatsapp-icon-white.svg');
}
.fcs-section{
  padding: 11.8rem 0 10.5rem;
}
.fcs-sect-heading h2{
	max-width: 12em;
}
.fcs-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}
.fcs-item-wrap{
  padding: 0 2rem 5rem;
  width: 33.33%;
}
.fcs-item{
  background: #0c0224;
  border-radius: 2rem;
  color: #fff;
  display: block;
  height: 100%;
  font-size: 1.8rem;
  line-height: 1.25;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.fcs-item-thumb{
  border-radius: 2rem 2rem 0 0;
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}
.fcs-item-thumb img{
  border-radius: inherit;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  transition: all 0.2s linear;
  object-fit: cover;
  width: 100%;
}
.fcs-item-content{
  padding: 4.2rem 2rem;
  position: relative;
}
.fcs-item-content h3{
  color: #8664ec;
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.13;
  max-width: 12em;
  margin: 0 auto 0.8em;
}
.zbr-section{
	background: #e6e6e6;
	padding: 9rem 0;
}
.zbr-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -3rem;
}
.zbr-col{
	padding: 7rem 3rem;
	width: 50%;
}
.zbr-col:first-child{
	border-right: 2px solid #8664ec;
}
.zbr-content{
	line-height: 1.3;
	max-width: 18em;
	margin: 0 auto;
	text-align: center;
}
.zbr-content h2{
	color: #8664ec;
	max-width: 8em;
	margin: 0 auto 0.5em;
}
.info-section{
	padding: 11.3rem 0 15rem;
}
.info-heading{
	margin-bottom: 11.3rem;
}
.info-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 122.4rem;
	margin: 0 auto 4.6rem;
}
.info-row:last-child{
	margin-bottom: 0;
}
.info-row:nth-child(even) .info-img-col{
	order: 2;
}
.info-row:nth-child(even) .info-content-col{
	order: 1;
}
.info-img-col{
	max-width: 66rem;
	width: 54%;
}
.info-content-col{
	align-self: center;
	padding: 0 4rem;
	width: 46%;
}
.info-img{
	position: relative;
	padding-top: 77.27%;
}
.info-img img{
	border-radius: 2.6rem;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	object-fit: cover;
	top: 0;
	width: 100%;
}
.info-content{
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 auto;
	max-width: 39.5rem;
}
.info-content h3{
	color: #8664ec;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 1em;
}
.info-content a{
	color: inherit;
	display: inline-block;
	text-decoration: none;
}
.info-content a:hover{
	color: #8664ec;
}
/*-------------About--------*/
.process-section{
	padding: 10.7rem 0 8.8rem;
}
.process-heading{
	margin-bottom: 7rem;
}
.process-heading p{
	color: #8664ec;
	font-size: 2.6rem;
	font-weight: normal;
}
.process-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.4rem;
}
.process-item-wrap{
  padding: 0 2.4rem 4.8rem;
  width: 25%;
}
.process-item{
  border: 2px solid #8664ec;
  border-radius: 2.7rem;
	color: #8664ec;
  height: 100%;
  padding: 3.6rem 2rem 3.2rem;
  position: relative;
  text-align: center;
}
.process-item:after{
	background-color: #8664ec;
	background-image: url('assets/img/icons/angle-right-white.svg');
	background-size: 30% auto;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
	content: "";
	display: block;
	height: 3.6rem;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 3.6rem;
}
.process-item-wrap:last-child .process-item:after{
	content: none;
	display: none;
}
.process-item-number{
	color: #8664ec;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 0.5em;
}
.process-item-content{
  font-size: 1.8rem;
  line-height: 1.33;
}
.process-item-content h3{
  color: #0c0224;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
  max-width: 12em;
  margin: 0 auto 0.8em;
}
.zba-section{
	background: #8664ec;
	color: #fff;
	position: relative;
}
.zba-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
}
.zba-section-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 71rem;
	padding: 10rem 0;
	position: relative;
	z-index: 2;
}
.zba-content{
	text-align: center;
}
.zba-content h3{
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 2.5em;
}
.zba-content p{
	font-size: 7.8rem;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -0.02em;
	max-width: 14em;
	margin-left: auto;
	margin-right: auto;
}
.why-section{
  padding: 12.2rem 0 13rem;
  overflow: hidden;
}
.why-heading{
  margin-bottom: 10.1rem;
}
.why-heading h2{
  max-width: 14.9em;
}
.why-slider-wrap{
  margin: 0 -1.6rem;
}
.why-slider{
  overflow: visible;
}
.why-slider .swiper-slide{
  height: auto;
  padding: 0 1.6rem;
  width: 20%;
}
.why-item{
  background: #0c0224;
  border-radius: 2.4rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.375;
  height: 100%;
  padding: 4.5rem 2.5rem 5.5rem;
  text-align: center;
}
.why-item:before{
  background-image: url('assets/img/icons/check-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  height: 4rem;
  margin: 0 auto 1.3rem;
  width: 4rem;
}
.why-item-content{
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.167em;
  max-width: 7.5em;
  margin: 0 auto;
}
.why-slider-pagination{
  margin-top: 3.5rem;
}
.why-footer{
  margin-top: 6rem;
}
.renewable-section{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	margin-bottom: 11rem;
}
.renewable-section-inner{
	background: rgba(12,2,36,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56.5rem;
	padding: 10rem 0;
}
.renewable-content{
	font-size: 3.8rem;
	line-height: 1.3;
	margin: 0 auto;
	max-width: 28em;
	text-align: center;
}
/*------------FAQ-------------*/
.faq-section{
	padding: 9.6rem 0 12rem;
}
.faq-contact{
	font-size: 2rem;
	line-height: 1.3;
	margin-bottom: 9rem;
}
.faq-contact a{
	color: inherit;
	display: inline-block;
}
.faq-contact a:hover{
	color: #8664ec;
}
.faq-contact p:first-child{
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 0.5em;
}
.faq-whatsapp a{
	background-image: url('assets/img/icons/whatsapp-icon-purple.svg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 1.3em auto;
	display: inline-block;
	padding-right: 1.75em;
}
.faq-list{
	margin: 0 -3rem;
}
.faq-item{
	background: #f2f2f2;
	border-radius: 1.2rem;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 2.5rem;
}
.faq-item:last-child{
	margin-bottom: 0;
}
.faq-item-title{
	cursor: pointer;
	font-weight: bold;
	padding: 2.2rem 5rem 2.2rem 3rem;
	position: relative;
}
.faq-item-title:after{
	background-color: #8664ec;
	background-image: url('assets/img/icons/plus-icon-white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50% auto;
	border-radius: 50%;
	color: #fff;
	content: "";
	display: flex;
	align-items: center;
	font-size: 3rem;
	justify-content: center;
	height: 3rem;
	line-height: 1;
	position: absolute;
	right: 2rem;
	top: 1.7rem;
	width: 3rem;
}
.faq-item-title.active:after{
	background-image: url('assets/img/icons/minus-icon-white.svg');
}
.faq-item-content{
	display: none;
	margin-top: -1rem;
	padding: 0 3rem 2.2rem;
}
.faq-item:nth-child(1) .faq-item-content{
	display: block;
}
/*----------Contact--------*/
.contact-section{
	padding: 10.4rem 0 11.5rem;
	overflow: hidden;
}
.contact-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2rem;
}
.contact-col{
	padding: 0 2rem;
	width: 50%;
}
.contact-content{
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.3;
	max-width: 18em;
}
.contact-content p{
	margin-bottom: 1.7em;
}
.contact-content p:last-child{
	margin-bottom: 0;
}
.contact-content strong{
	font-weight: 900;
}
.contact-content ul{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.4;
	list-style-type: none;
	padding: 0;
}
.contact-content li{
  background-image: url('assets/img/icons/check-icon.svg');
  background-repeat: no-repeat;
  background-position: left top 0.15em;
  background-size: 1.1em auto;
  padding-left: 1.6em;
}
.contact-links{
	font-size: 4rem;
	font-weight: 900;
	line-height: 1;
	min-width: 13em;
}
.contact-links ul{
	list-style-type: none;
	padding: 0;
}
.contact-links li{
	background-size: 1.3em auto;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 1.1em;
	padding-left: 1.7em;
	position: relative;
}
.contact-link-phone{
	background-image: url('assets/img/icons/phone-icon.svg');
}
.contact-link-whatsapp{
	background-image: url('assets/img/icons/whatsapp-icon-purple.svg');
}
.contact-links li:last-child{
	margin-bottom: 0;
}
.contact-links a{
	display: inline-block;
}
.contact-form-section{
	background: #f2f2f2;
	padding: 11.6rem 0 13rem;
	position: relative;
}
}
.contact-form h3{
	font-size: 2.4rem;
	font-weight: inherit;
	line-height: 1.25;
	margin: 0 0 2.7em;
}
.contact-form h3 strong{
	font-weight: 800;
}
.address-section{
	padding: 9rem 0;
}
.address-content{
	font-size: 2.4rem;
	font-weight: inherit;
	line-height: 1.25;
}
.address-content strong{
	font-weight: 800;
}
/*----------------Responsive--------------*/
@media only screen and (max-width : 1400px) {
	html{
		font-size: 9px;
	}
}
@media only screen and (max-width : 1200px) {
	html{
		font-size: 8px;
	}
	.container{
		width: 100%;
	}
	.navigation{
		padding-right: 24rem;
	}
	.navigation > ul > li{
		margin: 0 1em;
	}
	.footer-contact-item{
		margin-right: 2.5em;
	}
	.footer-nav li{
		margin-right: 2.5em;
	}
	.footer-copyright{
		margin-right: 4rem;
	}
}
@media only screen and (max-width : 991px) {
	body{
		padding-top: 11.4rem;
	}
	.header-inner{
		padding: 0;
	}
	.header-row{
		padding: 0;
	}
	.header-logo-wrap{
		background: #fff;
		padding: 3rem;
		position: relative;
		width: 100%;
		z-index: 99;
	}
	.header-phone-cta{
		bottom: auto;
		margin-top: -2rem;
		top: 50%;
		right: 16rem;
	}
	.header-phone-cta a{
		background-image: url('assets/img/icons/phone-icon-white.svg');
		background-size: 50% auto;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 50%;
		color: transparent;
		font-size: 1px;
		height: 4rem;
		padding: 0;
		white-space: nowrap;
		width: 4rem;
	}
	.header-phone-cta a:hover{
		color: transparent;
	}
	.header-phone-cta a u{
		color: inherit;
	}
	.header-whatsapp-cta{
		display: block;
		bottom: auto;
		margin-top: -2rem;
		top: 50%;
		right: 10rem;
	}
	.header-whatsapp-cta a{
		background-color: #8664ec;
		background-image: url('assets/img/icons/whatsapp-icon-white.svg');
		background-size: 60% auto;
		background-position: center;
		background-repeat: no-repeat;
		border-radius: 50%;
		color: transparent;
		display: block;
		font-size: 1px;
		height: 4rem;
		padding: 0;
		white-space: nowrap;
		width: 4rem;
	}
	.header-whatsapp-cta a:hover{
		color: transparent;
	}
	#touch-menu{
		display: block;
	}
	.navigation{
		background: #fff;
		display: block;
		font-size: 3rem;
		font-style: normal;
		line-height: 1.2;
		height: 100%;
		left: 0;
		text-align: left;
		position: fixed;
		padding: 11.4rem 0 0;
		transition: all 0.2s linear;
		transform: translateX(-102%);
		top: 0;
		width: 100%;
		z-index: 98;
	}
	.menu-visible .navigation{
		transform: translateX(0);
	}
	.navigation > ul{
		display: block;
		max-height: 100%;
		margin: 0;
		padding: 5rem 3rem;
		overflow: auto;
		width: 100%;
	}
	.navigation ul li{
		display: block;
		margin: 0 0 0.9em;
		position: relative;
		width: 100%;
	}
	.navigation ul li:last-child{
		margin-bottom: 0;
	}
	.navigation > ul > li > a,
	.navigation ul ul li a{
		color: #0c0224;
		display: block;
		padding: 0;
		position: relative;
		width: 100%;
	}
	.navigation a:hover, 
	.navigation .current-menu-item > a{
		color: #8664ec;
	}
	.navigation ul ul{
		background: transparent;
		display: none;
		font-size: 0.8em;
		line-height: 1.2;
		left: auto;
		margin: 0;
		padding: 1.5em 0 0;
		position: relative;
		top: auto;
	}
	.footer-contacts{
		margin-top: 4rem;
		padding: 0;
		width: 100%;
	}
	.footer-bot-row{
		margin-top: 8rem;
	}
	.footer-creds{
		margin-top: 3rem;
		width: 100%;
	}
	.top-banner-inner{
		min-height: 1px;
	}
	.top-banner-small .top-banner-inner,
	.top-banner-xs .top-banner-inner{
		min-height: 22rem;
	}
	.top-banner-content,
	.top-banner-small .top-banner-content,
	.top-banner-xs .top-banner-content{
		max-width: 100%;
	}
	.top-banner-content h1{
		max-width: 100%;
	}
	.top-banner-bg{
		position: relative;
		height: auto;
		padding-top: 58%;
		width: 100%;
	}
	.top-banner-bg:after{
		content: none;
		display: none;
	}
	.hla-item-wrap{
		width: 50%;
	}
	.home-hla-section:before{
		height: 75%;
	}
	.fl-row{
		margin-left: -1.4rem;
		margin-right: -1.4rem;
	}
	.fl-item-wrap{
		padding-left: 1.4rem;
		padding-right: 1.4rem;
	}
	.benefits-slider-wrap{
		margin: 0 -1rem;
	}
	.benefits-slider .swiper-slide{
		padding: 0 1rem;
		width: 50%;
	}
	.things-row{
		margin: 0 -1.5rem;
	}
	.things-item-wrap{
		padding: 0 1.5rem 3rem;
		width: 50%;
	}
	.fcs-row{
		margin-left: -1.4rem;
		margin-right: -1.4rem;
	}
	.fcs-item-wrap{
		padding-left: 1.4rem;
		padding-right: 1.4rem;
	}
	.info-row:nth-child(even) .info-content-col{
		padding-left: 0;
	}
	.info-row:nth-child(odd) .info-content-col{
		padding-right: 0;
	}
	.process-row{
		margin: 0 -1.5rem;
	}
	.process-item-wrap{
		padding: 0 1.5rem 3rem;
		width: 50%;
	}
	.process-item:after{
		content: none;
		display: none;
	}
	.why-slider-wrap{
	  margin: 0 -1rem;
	}
  .why-slider .swiper-slide{
    padding: 0 1rem;
    width: 50%;
  }
  .faq-list{
  	margin: 0 -1rem;
  }
  .contact-links{
  	font-size: 3.4rem;
  	min-width: 1px;
  }
}
@media only screen and (max-width : 767px) {
	html{
		font-size: 10px;
	}
	body{
		padding-top: 9.4rem;
	}
	h2{
		font-size: 5rem;
	}
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	select,
	textarea{
		font-size: inherit;
	}
	button[type="submit"],
	input[type="submit"]{
		font-size: 2rem;
		width: 100%;
	}
	.cf-form-row{
		margin-left: -0.8rem;
		margin-right: -0.8rem;
	}
	.cf-form-col{
		padding: 0 0.8rem 1.6rem;
	}
	.header-logo-wrap{
		display: block;
		padding: 1.5rem 2rem 1.2rem;
	}
	.header-logo img{
		height: 3.6rem;
	}
	.header-tagline{
		padding: 0;
	}
	.header-tagline img{
		height: 3.1rem;
		width: auto;
	}
	.header-phone-cta{
		right: 12.5rem;
	}
	.header-whatsapp-cta{
		right: 7.5rem;
	}
	#touch-menu{
		right: 2.5rem;
	}
	.navigation{
		font-size: 2.4rem;
		padding-top: 9.4rem;
	}
	.navigation > ul{
		padding: 4rem 2rem;
	}
	.footer-logo-wrap{
		display: block;
	}
	.footer-logo img{
		height: 5.1rem;
	}
	.footer-tagline{
		padding: 0;
	}
	.footer-tagline img{
		height: 4.4rem;
		width: auto;
	}
	.footer-contacts{
		font-size: 2.5rem;
		margin-top: 6.8rem;
	}
	.footer-contact-item{
		margin: 0 0 0.7em;
		width: 100%;
	}
	.footer-contact-item:last-child{
		margin-bottom: 0;
	}
	.footer-bot-row{
		margin-top: 7rem;
	}
	.footer-nav li{
		margin: 0 0 0.75em;
		width: 100%;
	}
	.footer-nav li:last-child{
		margin-bottom: 0;
	}
	.footer-copyright{
		width: 100%;
	}
	.footer-creds{
		display: block;
		margin-top: 7rem;
	}
	.footer-copyright{
		margin-top: 1.2em;
		width: 100%;
	}
	.def-content h1{
		font-size: 2em;
	}
	.def-content h2{
		font-size: 1.6em;
	}
	.def-content h3{
		font-size: 1.4em;
	}
	.def-content h4{
		font-size: 1.2em;
	}
	.fz-26{
		font-size: 2.4rem;
	}
	.sect-pad{
		padding: 5.5rem 0;
	}
	.sect-heading{
		margin-bottom: 5rem;
	}
	.top-banner-inner{
		min-height: 1px;
		padding: 3.5rem 0 4rem;
	}
	.top-banner-content h1{
		font-size: 4rem;
	}
	.top-banner-content{
		font-size: 2.4rem;
	}
	.top-cta-whatsapp{
		background-image: url('assets/img/icons/whatsapp-icon-white.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2em auto;
    font-size: 1.8rem;
    position: relative;
    padding-left: 2.6em;
		margin-top: 1.5rem;
	}
	.top-cta-whatsapp a{
		background: transparent;
		padding: 0;
	}
	.home-top-banner .top-banner-content{
		font-size: 1.8rem;
	}
	.home-top-banner ul{
		font-size: 1.6rem;
	}
	.home-top-banner li{
		background-size: 1.8rem auto;
	}
	.intro-section{
		padding: 3.2rem 0;
	}
	.intro-content{
		font-size: 2.2rem;
		position: relative;
	}
	.home-hla-section:before{
		height: 87.5%;
	}
	.hla-row{
		margin: 0 -1.2rem;
	}
	.hla-item-wrap{
		padding: 1.2rem;
		width: 100%;
	}
	.hla-item{
		font-size: 2.6rem;
		padding: 2.8rem;
	}
	.benefits-section{
		padding-bottom: 7rem;
	}
	.benefits-heading{
		margin-bottom: 6.5rem;
		padding-bottom: 6rem;
	}
	.benefits-slider .swiper-slide{
		width: 100%;
	}
	.benefit-item{
		font-size: 2rem;
	}
	.benefit-item:before{
		height: 4.8rem;
		width: 4.8rem;
	}
	.benefit-item h4{
		font-size: 2.9rem;
	}
	.benefits-footer{
		margin-top: 6rem;
	}
	.call-cta-content{
		font-size: 2.2rem;
	}
	.call-cta-content span{
		display: block;
	}
	.call-cta-content .fz-26{
		font-size: 3rem;
		line-height: 1.1;
	}
	.call-cta-content p:first-child{
		font-size: 3.6rem;
		margin-bottom: 0.5em;
	}
	.call-cta-content .call-cta-whatsapp{
		margin-top: 1.5em;
	}
	.fl-section{
		padding-bottom: 8rem;
	}
	.fl-item-wrap{
		width: 100%;
	}
	.fl-item-wrap:last-child{
		padding-bottom: 0;
	}
	.fl-item{
		font-size: inherit;
	}
	.fl-item-content{
		padding: 2.5rem 2rem 4.2rem;
	}
	.fl-item-content h3{
		font-size: 2.4rem;
	}
	.cta-section{
		padding: 0;
	}
	.cta-section-inner{
		background: #0c0224;
		color: #fff;
		padding: 4.5rem 0 5rem;
	}
	.cta-content{
		background: transparent;
		padding: 0;
	}
	.cta-content ul{
		font-size: 1.6rem;
	}
	.cta-content li{
		background-size: 1.8rem auto;
	}
	.cta-content .fz-26{
		font-size: 3.8rem;
		line-height: 1.1;
		margin-bottom: 1em;
	}
	.cta-whatsapp{
		background-image: url('assets/img/icons/whatsapp-icon-purple.svg');
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 2em auto;
		font-size: 2.2rem;
		position: relative;
		padding-left: 2.6em;
	}
	.cta-whatsapp a{
		background: transparent;
		padding: 0;
	}
	.cta-section-bg{
		background-position: right center;
		height: auto;
		position: relative;
		padding-top: 120%;
		width: 100%;
	}
	.things-item-wrap{
		padding-bottom: 2rem;
		width: 100%;
	}
	.things-item-wrap:last-child{
		padding-bottom: 0;
	}
	.things-item{
		padding: 2.6rem 2rem 3rem;
	}
	.things-item-number{
		margin-bottom: 0.3em;
	}
	.fcs-item-wrap{
		padding-bottom: 4rem;
		width: 100%;
	}
	.fcs-item-wrap:last-child{
		padding-bottom: 0;
	}
	.fcs-item{
		font-size: inherit;
	}
	.fcs-item-content{
		padding: 2.5rem 2rem;
	}
	.fcs-item-content h3{
		font-size: 2.4rem;
		margin: 0 0 0.4em;
	}
	.zbr-row{
		margin: 0 -2rem;
	}
	.zbr-col{
		padding: 0 2rem;
		width: 100%;
	}
	.zbr-col:first-child{
		border: none;
	}
	.zbr-col:first-child:after{
		background: #8664ec;
		content: "";
		display: block;
		height: 2px;
		margin: 4rem 0;
	}
	.zbr-content h2{
		font-size: 4.4rem;
	}
	.info-row{
		display: block;
		margin-bottom: 5rem;
	}
	.info-img-col{
		max-width: 100%;
		padding-bottom: 2.5rem;
		width: 100%;
	}
	.info-content-col{
		max-width: 100%;
		padding: 0;
		width: 100%;
	}
	.info-img img{
		border-radius: 2rem;
	}
	.info-content{
		font-size: inherit;
		max-width: 100%;
	}
	.info-content h3{
		font-size: 2.4rem;
		margin-bottom: 0.8em;
	}
	.process-heading p{
		font-size: 2.2rem;
	}
	.process-item-wrap{
		padding-bottom: 2rem;
		width: 100%;
	}
	.process-item-wrap:last-child{
		padding-bottom: 0;
	}
	.process-item{
		padding: 2.6rem 2rem 3rem;
	}
	.process-item-number{
		margin-bottom: 0.3em;
	}
	.zba-section-inner{
		min-height: 1px;
		padding: 7rem 0;
	}
	.zba-content h3{
		font-size: 2.2rem;
		margin-bottom: 1.3em;
	}
	.zba-content p{
		font-size: 4rem;
	}
	.why-slider .swiper-slide{
		width: 100%;
	}
	.why-item{
		font-size: 2rem;
	}
	.why-item:before{
		height: 4.8rem;
		width: 4.8rem;
	}
	.why-item-content{
		font-size: 2.9rem;
	}
	.renewable-section{
		margin-bottom: 2rem;
	}
	.renewable-section-inner{
		min-height: 1px;
	}
	.renewable-content{
		font-size: 3rem;
	}
	.faq-contact p:first-child{
		margin-bottom: 0.7em;
	}
	.faq-whatsapp{
		background-image: url('assets/img/icons/whatsapp-icon-purple.svg');
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 2em auto;
		position: relative;
		padding-left: 2.6em;
	}
	.faq-whatsapp a{
		color: #8664ec;
		background: transparent;
		padding: 0;
	}
	.faq-contact{
		margin-bottom: 5.5rem;
	}
	.faq-item{
		border-radius: 0.8rem;
		font-size: inherit;
		margin-bottom: 2rem;
	}
	.faq-item-title{
		padding: 2rem 4.5rem 2rem 1.6rem;
	}
	.faq-item-title:after{
		height: 2.4rem;
		right: 1.6rem;
		top: 1.8rem;
		width: 2.4rem;
	}
	.faq-item-content{
		padding: 0 1.6rem 2rem;
	}
	.contact-col{
		padding-bottom: 4rem;
		width: 100%;
	}
	.contact-col:last-child{
		padding-bottom: 0;
	}
	.contact-content{
		font-size: 1.8rem;
	}
	.contact-content ul{
		font-size: 1.6rem;
	}
	.contact-links{
		font-size: 2.4rem;
	}
	.contact-form h3{
		font-size: 2rem;
		margin-bottom: 1.5em;
	}
	.address-content{
		font-size: 1.8rem;
	}
}
@media only screen and (max-width : 370px) {
}
@media only screen and (min-width : 992px) {
	.navigation > ul > li:first-child{
		margin-left: 0;
	}
	.navigation > ul > li:last-child{
		margin-right: 0;
	}
	.navigation ul ul{
		background: #8664ec;
		color: #fff;
		display: block;
		left: 0;
		opacity: 0;
		padding: 1.5em;
		position: absolute;
		top: 100%;
		transition: all 0.2s linear;
		transform: translateY(1rem);
		visibility: hidden;
		white-space: nowrap;
		z-index: 5;
	}
	.navigation ul li:hover > ul{
		opacity: 1;
		transform: translateY(0);
		visibility: visible;
	}
	.navigation ul ul li{
		margin-bottom: 1.6rem;
		position: relative;
	}
	.navigation ul ul li:last-child{
		margin-bottom: 0;
	}
	.navigation ul ul a{
		color: inherit;
		padding: 0;
	}
	.navigation ul ul a:hover,
	.navigation ul ul .current-menu-item > a{
		color: #0c0224;
	}
	
}