.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#3D3D3D;--e-global-color-accent:#EEF3EF;--e-global-color-c4730d5:#F8F6F4;--e-global-typography-primary-font-family:"Georgia";--e-global-typography-primary-font-size:67px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:83px;--e-global-typography-secondary-font-family:"Georgia";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:57px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:30px;--e-global-typography-accent-font-family:"Georgia";--e-global-typography-accent-font-size:40px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:52px;--e-global-typography-8609bb9-font-family:"Georgia";--e-global-typography-8609bb9-font-size:14px;--e-global-typography-8609bb9-font-weight:500;--e-global-typography-8609bb9-line-height:28px;--e-global-typography-2e3dff5-font-family:"Georgia";--e-global-typography-2e3dff5-font-size:32px;--e-global-typography-2e3dff5-font-weight:500;--e-global-typography-2e3dff5-line-height:41px;--e-global-typography-e84da31-font-family:"Inter";--e-global-typography-e84da31-font-size:16px;--e-global-typography-e84da31-font-weight:500;--e-global-typography-e84da31-line-height:28px;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:var( --e-global-color-secondary );color:var( --e-global-color-primary );padding:016px 32px 16px 32px;}.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-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-primary-line-height:45px;--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-line-height:38px;}.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 */