.elementor-kit-5{--e-global-color-primary:#4C788B;--e-global-color-secondary:#2B2E31;--e-global-color-text:#7A7A7A;--e-global-color-accent:#998B4D;--e-global-typography-primary-font-family:"Amatic SC";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Amatic SC";--e-global-typography-secondary-font-size:21px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Amatic SC";--e-global-typography-text-font-size:25px;--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-accent );font-family:"Amatic SC", Sans-serif;font-size:24px;font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 p{margin-bottom:9px;}.elementor-kit-5 a{color:var( --e-global-color-text );}.elementor-kit-5 h1{color:var( --e-global-color-accent );font-family:"Arial", Sans-serif;font-size:36px;}.elementor-kit-5 h2{color:var( --e-global-color-text );}.elementor-kit-5 h4{color:var( --e-global-color-secondary );}.elementor-kit-5 h6{color:var( --e-global-color-primary );}.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 *//* Smooth infinite marquee text animation without hiding original styles - Code by LEMON SHLIF */
.lmn-marquee-wrap {
  overflow: hidden;
  position: relative;
}

.lmn-marquee-text {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  animation: lmn-marquee-scroll 15s linear infinite;
}

@keyframes lmn-marquee-scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}/* End custom CSS */