.elementor-kit-3{--e-global-color-primary:#000000;--e-global-color-secondary:#999999;--e-global-color-text:#000000;--e-global-color-accent:#999999;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:300;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.5px;background-color:#E3E3E3;}.elementor-kit-3 h1{font-family:"Barlow", Sans-serif;font-size:72px;font-weight:300;line-height:1em;}.elementor-kit-3 h2{font-family:"Barlow", Sans-serif;font-size:48px;font-weight:300;line-height:1em;}.elementor-kit-3 h3{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-3 h4{font-family:"Barlow", Sans-serif;font-size:24px;font-weight:300;line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:970px;}.e-con{--container-max-width:970px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-3 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-3{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:16px;}.elementor-kit-3 h1{font-size:48px;}.elementor-kit-3 h2{font-size:36px;}.elementor-kit-3 h3{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-3 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-3 h3{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-3 h1,
.elementor-kit-3 h2,
.elementor-kit-3 h3,
.elementor-kit-3 h4,
.elementor-kit-3 h5,
.elementor-kit-3 h6 {
    margin: 0;
}

.elementor-kit-3 p:last-child {
    margin-bottom: 0;
}

.fadeInLeft {
    animation-name: fadeInLeftCustom !important;
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1) !important;
    animation-duration: 1200ms !important;
}

.fadeInRight {
    animation-name: fadeInRightCustom !important;
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1) !important;
    animation-duration: 1200ms !important;
}

.fadeInUp {
    animation-name: fadeInUpCustom !important;
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1) !important;
    animation-duration: 1200ms !important;
}

.fadeInDown {
    animation-name: fadeInDownCustom !important;
    animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1) !important;
    animation-duration: 1200ms !important;
}

.fadeIn {
    animation-timing-function: linear !important;
    animation-duration: 1200ms !important;
}

@keyframes fadeInLeftCustom {
    from {
        opacity: 0;
        transform: translateX(-80px) translateZ(0);
    }
    
    to {
        opacity: 1;
        transform: translateX(0) translateZ(0);
    }
}

@keyframes fadeInRightCustom {
    from {
        opacity: 0;
        transform: translateX(80px) translateZ(0);
    }
    
    to {
        opacity: 1;
        transform: translateX(0) translateZ(0);
    }
}


@keyframes fadeInUpCustom {
    from {
        opacity: 0;
        transform: translateY(80px) translateZ(0);
    }
    
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

@keyframes fadeInDownCustom {
    from {
        opacity: 0;
        transform: translateY(-80px) translateZ(0);
    }
    
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}/* End custom CSS */