.elementor-kit-5{--e-global-color-primary:#C6212A;--e-global-color-secondary:#FF4852;--e-global-color-text:#FFFFFF;--e-global-color-accent:#191919;--e-global-color-14a2549:#1E1E1E;--e-global-color-32f23f3:#601014;--e-global-color-10838bb:#DADADA;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:46px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:36px;--e-global-typography-accent-font-weight:600;--e-global-typography-779cedc-font-family:"Inter";--e-global-typography-779cedc-font-size:14px;--e-global-typography-779cedc-font-weight:600;--e-global-typography-1971407-font-family:"Inter";--e-global-typography-1971407-font-size:42px;--e-global-typography-1971407-line-height:1.3em;}.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){margin-block-end: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 .header-inner{width:0px;max-width:100%;}.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-primary-line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:60px;--container-default-padding-right:20px;--container-default-padding-bottom:60px;--container-default-padding-left:20px;}}@media(max-width:767px){.elementor-kit-5{--e-global-typography-primary-font-size:38px;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:25px;--e-global-typography-1971407-font-size:20px;}.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 */