.swift-up-text:not(.elementor-widget) em,
.swift-up-text:not(.elementor-widget) strong,
.swift-up-text:not(.elementor-widget) a,
.swift-up-text .elementor-heading-title em,
.swift-up-text .elementor-heading-title strong,
.swift-up-text .elementor-heading-title a { display: inline; }
.swift-up-text a { text-decoration: none; }

.swift-up-text span.word {
  display: inline-block;
  white-space: nowrap;
}

.swift-up-text span.char {
  display: inline-block;
  overflow-y: hidden;
  padding-bottom: 0.625rem;
  vertical-align: bottom;
}

.swift-up-text span.char > i {
  display: inline-block;
  font-style: normal;
  position: relative;
  transition: top 1.3s;
}

.swift-up-text em span.char > i { font-style: italic; }

.swift-up-text.show span.char > i { top: 0 !important; }

@media (prefers-reduced-motion: reduce) {
  .swift-up-text span.char > i {
    top: 0 !important;
    transition: none !important;
  }
}
