@keyframes bulge { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.15); } }
      @-webkit-keyframes bulge { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.15); } }
      @-moz-keyframes bulge { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.15); } }   
      .cnc-animated-text-section.cnc-animated-text-section-layout1{padding:100px 0;background-color: #005BC5;}
      .cnc-animated-text-section.cnc-animated-text-section-layout1 .container{max-width:1430px;width: 100%;margin:0 auto;padding:0 15px;box-sizing: border-box;}
      .cnc-animated-text-section.cnc-animated-text-section-layout1 .title-wrapper{text-align: center;}
      .cnc-animated-text-section.cnc-animated-text-section-layout1 .title-wrapper :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {color: #fff; font-size: 48px; font-weight: 700; line-height: normal;margin: 0;}
      .cnc-animated-text-section.cnc-animated-text-section-layout1 .title-wrapper :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) span.words-wrapper{ display: inline-block; position: relative;vertical-align: top;overflow: hidden;}
      .cnc-animated-text-section.cnc-animated-text-section-layout1 .title-wrapper :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) span.words-wrapper strong{color: #FFD780;font-weight: inherit;display: inline-block; position: absolute; white-space: nowrap; left: 0; top: 0;opacity: 0;}
      .cnc-animated-text-section.cnc-animated-text-section-layout1 .title-wrapper :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) span.words-wrapper strong.is-visible { position: relative;opacity: 1;}
      .cnc-animated-text-section.cnc-animated-text-section-layout1 .title-wrapper :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) span.words-wrapper strong span{display: inline-block;font-style: normal;}
      .cnc-animated-text-section.cnc-animated-text-section-layout1 .title-wrapper :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) span.words-wrapper strong.is-visible span{animation: bulge 0.6s forwards;animation-delay: calc(var(--i) * 0.2s);}
      .cnc-animated-text-section.cnc-animated-text-section-layout1 .title-wrapper :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):not(:last-child){margin: 0 0 10px;}
      @media (max-width:1024px) {
        .cnc-animated-text-section.cnc-animated-text-section-layout1{padding:50px 0;}
        .cnc-animated-text-section.cnc-animated-text-section-layout1 .title-wrapper :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6){font-size: 40px;}
      }
      @media (max-width:767px) {
        .cnc-animated-text-section.cnc-animated-text-section-layout1{padding:30px 0;}
        .cnc-animated-text-section.cnc-animated-text-section-layout1 .title-wrapper :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6){font-size: 30px;}
      }