.elementor-kit-7{--e-global-color-primary:#FFFDFA;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1E1E1E;--e-global-color-accent:#005451;--e-global-color-18eb267:#BDE8D4;--e-global-color-6269853:#E8F266;--e-global-color-e1ae1ad:#CCCCFF;--e-global-color-a1ab0d3:#4A081F;--e-global-color-365273f:#000000;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--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;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-size:14px;line-height:22px;letter-spacing:0.5px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-size:68px;font-weight:500;line-height:73px;letter-spacing:0.5px;}.elementor-kit-7 h2{font-size:68px;font-weight:500;line-height:73px;letter-spacing:0.5px;}.elementor-kit-7 h3{font-size:27px;font-weight:500;line-height:32px;}.elementor-kit-7 h4{font-size:18px;line-height:32px;letter-spacing:0.5px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:140px;--container-default-padding-right:98px;--container-default-padding-bottom:140px;--container-default-padding-left:98px;}.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 .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-kit-7 h1{font-size:54px;line-height:120%;}.elementor-kit-7 h2{font-size:54px;line-height:120%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:80px;--container-default-padding-right:40px;--container-default-padding-bottom:80px;--container-default-padding-left:40px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:42px;line-height:120%;}.elementor-kit-7 h2{font-size:42px;line-height:120%;}.elementor-kit-7 h3{font-size:23px;line-height:27px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:60px;--container-default-padding-right:16px;--container-default-padding-bottom:60px;--container-default-padding-left:16px;}}/* Start custom CSS *//* Arrows animations */
svg.animated-arrow path {
stroke-dasharray: 2000;
stroke-dashoffset: 2000;
fill: none;
}

svg.animated-arrow.animate .arrow-body {
animation: draw 3s linear forwards;
}


svg.animated-arrow.animate .arrow-head {
animation: draw 3s linear forwards;
animation-delay: 2.1s;
}


@keyframes draw {
to {
stroke-dashoffset: 0;
}
}
/* Typing headings */
.banner-heading {
        font-family: "Manrope", Sans-serif;
    font-weight: 500;
}

.banner-heading.cherry-bg .normal{
   color: var(--e-global-color-primary);
}
.banner-heading.green-bg .normal{
  color: var(--e-global-color-6269853);
}

.banner-heading.cherry-bg .highlight{
       color: #CCCCFF;
}

h1 .ghost {
    visibility: hidden;
  }
  
 h1  .visible {
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .typing.quote {
      font-family: "Manrope", Sans-serif;
    font-size: 45px;
    font-weight: 500;
    line-height: 61px;
       color: var(--e-global-color-primary);
               text-align: right;
  }
  
  @media(max-width: 1024px) {
        .typing.quote {
           font-size: 32px;
        line-height: 120%;
  }
  }
  
  .typing.quote .highlight {
          color: var(--e-global-color-e1ae1ad);
          font-size: 32px;
    font-weight: 500;
    line-height: 61px;
    display: block;
  }
  
   @media(max-width: 1024px) {
         .typing.quote .highlight {
                 font-size: 24px;
        line-height: 120%;
  }
  }/* End custom CSS */