.elementor-4182 .elementor-element.elementor-element-647a5b04{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--flex-wrap:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4182 .elementor-element.elementor-element-86e75e{width:100%;max-width:100%;text-align:center;}.elementor-4182 .elementor-element.elementor-element-86e75e .elementor-heading-title{font-family:var( --e-global-typography-ffa4abc-font-family ), Sans-serif;font-size:var( --e-global-typography-ffa4abc-font-size );font-weight:var( --e-global-typography-ffa4abc-font-weight );line-height:var( --e-global-typography-ffa4abc-line-height );color:var( --e-global-color-secondary );}.elementor-4182 .elementor-element.elementor-element-3efd40ef{width:100%;max-width:100%;}@media(max-width:1560px){.elementor-4182 .elementor-element.elementor-element-86e75e .elementor-heading-title{font-size:var( --e-global-typography-ffa4abc-font-size );line-height:var( --e-global-typography-ffa4abc-line-height );}}@media(max-width:1279px){.elementor-4182 .elementor-element.elementor-element-647a5b04{--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;--gap:20px 20px;--row-gap:20px;--column-gap:20px;}.elementor-4182 .elementor-element.elementor-element-86e75e{width:100%;max-width:100%;text-align:center;}.elementor-4182 .elementor-element.elementor-element-86e75e .elementor-heading-title{font-size:var( --e-global-typography-ffa4abc-font-size );line-height:var( --e-global-typography-ffa4abc-line-height );}}@media(max-width:767px){.elementor-4182 .elementor-element.elementor-element-86e75e{width:100%;max-width:100%;text-align:center;}.elementor-4182 .elementor-element.elementor-element-86e75e .elementor-heading-title{font-size:var( --e-global-typography-ffa4abc-font-size );line-height:var( --e-global-typography-ffa4abc-line-height );}}@media(min-width:2400px){.elementor-4182 .elementor-element.elementor-element-86e75e .elementor-heading-title{font-size:var( --e-global-typography-ffa4abc-font-size );line-height:var( --e-global-typography-ffa4abc-line-height );}}/* Start custom CSS */ .fadeInUp {
    animation-name: fadeInUpCustom;
}
 .animated.animated-fast {
    animation-duration: 700ms;
}
@keyframes fadeInUpCustom {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}/* End custom CSS */