.elementor-kit-6{--e-global-color-primary:#C99039;--e-global-color-secondary:#000000;--e-global-color-text:#7A7A7A;--e-global-color-accent:#B57B24;--e-global-color-19d61fe:#FFFFFF;--e-global-color-931dc72:#F0F0F0;--e-global-color-ce37d17:#535353;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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{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 */body{
    overflow-x: hidden !important;
}
#site-footer {
  display: none;
}
@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@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
}









// ANIMACJA

https://lottie.host/9ca4e443-08fa-4366-aacd-2838ac5664da/HhH1WwazcQ.json


#cubic4{
    transition: transform 1.8s cubic-bezier(.68,-0.05,.61,1.01);
     --speed: 1.8s;
    animation: none !important;
 
}


#cubic4 > *{
    
clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all var(--speed) cubic-bezier(.81,0,.24,1);
   
}

#cubic4.animated > *{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    
}/* End custom CSS */