.elementor-kit-6{--e-global-color-primary:#023D38;--e-global-color-secondary:#023D38;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FF8A00;--e-global-color-4f55423:#ABD4D0;--e-global-color-8cd7b05:#ABD4D0;--e-global-color-30e8278:#FFE1BE;--e-global-color-f0f0ba1:#C2E6E3;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:41px;--e-global-typography-primary-font-weight:700;--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;font-family:"Montserrat", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.textcarousel,
.textcarousel2 {
    pointer-events: none;
    opacity: 0;
    position: absolute;
}

.textcarousel {
    opacity: 0;
    animation: tcarousel 10s ease infinite;
}

.textcarousel2 {
    opacity: 0;
    animation: tcarousel 10s ease -5s infinite;
}

@keyframes tcarousel {
    0% {
        opacity: 0;
        transform: translateX(30px);
        pointer-events: none;
    }

    8% {
        opacity: 1;
        transform: translateX(0);
        pointer-events: all;
    }

    46% {
        opacity: 1;
        transform: translateX(0);
        pointer-events: all;
    }

    56% {
        opacity: 0;
        transform: translateX(-30px);
        pointer-events: none;
    }

    100% {
        opacity: 0;
        pointer-events: none;
    }
}

.promo__tag{
    background-color: #ff8a00;
    font-size: 1.1rem;
    color: white;
    padding: 0.1rem 1.8rem;
    border-radius: 10px
}
@media screen and (max-width: 768px) {
    .promo__tag{
    background-color: #ff8a00;
    font-size:0.7em;
    color: white;
    padding: 0.1rem 1em;
    border-radius: 10px;
    bottom: 10px !important;
}
}/* End custom CSS */