.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FAB43D;--e-global-color-text:#2C2A29;--e-global-color-accent:#3E3C3B;--e-global-color-b6bcb54:#474443;--e-global-color-78cec34:#00643B;--e-global-color-5b9f2a9:#007E46;--e-global-color-00184cb:#00A253;--e-global-color-ed53d6b:#D1D1D1;--e-global-color-1de6ffc:#E7E7E7;--e-global-color-d6a299b:#F6F6F6;--e-global-color-217f084:#000000;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Carlito";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Carlito";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-2c4848c-font-family:"Figtree";--e-global-typography-2c4848c-font-size:32px;--e-global-typography-2c4848c-font-weight:700;--e-global-typography-10c8456-font-family:"Figtree";--e-global-typography-10c8456-font-size:24px;--e-global-typography-10c8456-font-weight:700;--e-global-typography-db8dba1-font-family:"Carlito";--e-global-typography-db8dba1-font-size:20px;--e-global-typography-db8dba1-font-weight:700;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:80px;--container-default-padding-right:10px;--container-default-padding-bottom:80px;--container-default-padding-left:10px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5{--e-global-typography-primary-font-size:50px;--e-global-typography-secondary-font-size:35px;--e-global-typography-2c4848c-font-size:30px;--e-global-typography-10c8456-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:64px;--container-default-padding-right:20px;--container-default-padding-bottom:64px;--container-default-padding-left:20px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:30px;--e-global-typography-2c4848c-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:40px;--container-default-padding-right:20px;--container-default-padding-bottom:40px;--container-default-padding-left:20px;}}/* Start custom CSS */body{
    overflow-x: hidden;
}
* {
    outline: none!important;
}
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}
p {
    margin-bottom: 20px!important;
}
@keyframes fadeLeft {
	from {
    	opacity: 0;
    	transform: translate3d(-30px,0,0)
	}
 
	to {
    	opacity: 1;
    	transform: none
	}
}
 
.elementor-element.fadeInLeft {
	animation-name: fadeLeft
}
 
@keyframes fadeRight {
	from {
    	opacity: 0;
   	 transform: translate3d(30px,0,0)
	}
 
	to {
    	opacity: 1;
    	transform: none
	}
}
 
.elementor-element.fadeInRight {
	animation-name: fadeRight
}
 
@keyframes fadeUp {
	from {
    	opacity: 0;
    	transform: translate3d(0,30px,0)
	}
 
	to {
    	opacity: 1;
    	transform: none
	}
}
 
.elementor-element.fadeInUp {
	animation-name: fadeUp
}/* End custom CSS */