.elementor-kit-5{--e-global-color-primary:#140456;--e-global-color-secondary:#242424;--e-global-color-text:#949494;--e-global-color-accent:#7F1FBF;--e-global-color-6144f3c:#0CF2F2;--e-global-color-46ea614:#36D97D;--e-global-color-8adf356:#4141FF;--e-global-color-44f50cf:#FFFFFF;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:2.5em;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:0.9em;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:1em;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-bottom:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body{
     width: 100%;
     overflow-x: hidden;
    }
    
    body::-webkit-scrollbar{
     width: 10px;
    }
    
    body::-webkit-scrollbar-track{
     background: #ffffff;
    }
    
    body::-webkit-scrollbar-thumb{
     background: #00000050;
     border-radius: 10px;
    }
    
.scroll-bottom{
    opacity: 0;
    transition: 0.5s;
    transform: translate(0px, 30px);
}

.scroll-top{
    opacity: 0;
    transition: 0.5s;
    transform: translate(0px, -30px);
}

.scroll-left{
    opacity: 0;
    transition: 0.5s;
    transform: translate(-30px, 0px);
}

.scroll-right{
    opacity: 0;
    transition: 0.5s;
    transform: translate(30px, 0px);
}

.elementor-editor-active .scroll-bottom,
.elementor-editor-active .scroll-top,
.elementor-editor-active .scroll-left,
.elementor-editor-active .scroll-right,
.ativo{
    opacity: 1 !important;
    transform: translate(0px, 0px) !important;
    filter: blur(0px);
}/* End custom CSS */