body:not(.elementor-editor-active) .ced-animated-heading {
  visibility: hidden;
}

.ced-animated-heading span {
  display: inline-block;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform, font-weight, font-stretch;
  pointer-events: none;
}

.ced-animated-heading .split-word {
  display: inline-block;
  white-space: normal;
}

.ced-animated-heading .split-char {
  display: inline-block;
  will-change: transform, opacity;
  pointer-events: none;
}

.ced-animated-heading .split-line {
  display: block;
}

