.txt-rotate-keywords .pixel-keyword-slide-out:not(.active):not(.is-next) {
  white-space: nowrap;
}

.txt-rotate-keyword.pixel-keyword-slide-out {
  animation: lqdKeywordSlideOut 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}

.txt-rotate-keyword.pixel-keyword-slide-in {
  animation: lqdKeywordSlideIn 0.8s cubic-bezier(0.86, 0, 0.07, 1) both;
}
