/**
 * * Motionger for Elementor
 * * Awesome animated headings widget for Elementor.
 * * Exclusively on https://1.envato.market/motionger-elementor
 * *
 * * @encoding        UTF-8
 * * @version         2.0.3
 * * @copyright       (C) 2018 - 2021 Merkulove ( https://merkulov.design/ ). All rights reserved.
 * * @license         Envato License https://1.envato.market/KYbje
 * * @contributors    Nemirovskiy Vitaliy (nemirovskiyvitaliy@gmail.com), Cherviakov Vlad (vladchervjakov@gmail.com), Dmitry Merkulov (dmitry@merkulov.design)
 * * @support         help@merkulov.design
 * **/
.mdp-header-text {
  margin: 0;
}

.mdp-motionger-split-text {
  display: block !important;
}

.mdp-sub-heading-content,
.mdp-typography-default-header {
  display: inline-flex;
}

/* Inner background */
.mdp-header-background-effect span.mdp-header-before,
.mdp-header-background-effect span.mdp-header-after {
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mdp-header-background-effect .mdp-motionger-letter-animation span {
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mdp-header-background-effect .mdp-motionger-word-animation {
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Sub-line */
.sub-line,
.line {
  background-color: transparent !important;
}

.sub-line:after,
.line:after {
  content: "";
  background-color: #000000;
  width: 25px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
}

.mdp-sub-header-box,
.mdp-header-box {
  display: inline-block;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}

.mdp-subheader-line-left,
.mdp-header-line-left {
  float: left;
  margin-right: 10px;
}

.mdp-subheader-line-right,
.mdp-header-line-right {
  float: right;
  margin-left: 10px;
}

.mdp-subheader-line-bottom,
.mdp-header-line-bottom {
  margin-top: 10px;
  line-height: 0;
}

.mdp-typography-content-header {
  position: absolute;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.mdp-content-header .mdp-typography-content-header {
  width: 100%;
}

.mdp-motionger-wrapper {
  display: inline-block;
  perspective: 400px;
}
.mdp-motionger-wrapper span {
  overflow: visible;
}

.mdp-typography-header {
  display: inline-table;
}

.mdp-motionger-hide {
  display: none !important;
}

/* Rise animation */
.mdp-rise-motionger-active-header {
  display: inline-block;
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
  width: 100%;
}

.mdp-motionger-rise-active {
  opacity: 1;
  transform: rotateX(0deg);
  -webkit-animation: motionger-rise-in 0.6s;
          animation: motionger-rise-in 0.6s;
}

.mdp-motionger-rise-inactive {
  transform: rotateX(180deg);
  -webkit-animation: motionger-rise-out 0.6s;
          animation: motionger-rise-out 0.6s;
}

/* Curl animation */
.mdp-curl-active-header {
  width: 100%;
  display: inline-block;
}

.mdp-curl-text {
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  transform: translateZ(-20px) rotateX(90deg);
}

.motionger-curl-active {
  -webkit-animation: motionger-curl-in 0.4s forwards;
          animation: motionger-curl-in 0.4s forwards;
}

.motionger-curl-inactive {
  -webkit-animation: motionger-curl-out 0.4s forwards;
          animation: motionger-curl-out 0.4s forwards;
}

/* Jalousie animation */
.mdp-jalousie-active-header {
  display: inline-block;
  width: 100%;
}

.mdp-jalousie-text {
  display: inline-block;
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.motionger-jalousie-active {
  transform: rotateY(0deg);
  -webkit-animation: motionger-jalousie-in 0.6s forwards;
          animation: motionger-jalousie-in 0.6s forwards;
}

.motionger-jalousie-inactive {
  -webkit-animation: motionger-jalousie-out 0.6s forwards;
          animation: motionger-jalousie-out 0.6s forwards;
}

/* Drop in animation */
.mdp-motionger-drop-in-active-header {
  display: inline-block;
  opacity: 0;
  transform-origin: 50% 100%;
  width: 100%;
}

.mdp-motionger-drop-in-active {
  opacity: 1;
  -webkit-animation: motionger-drop-in-in 0.6s;
          animation: motionger-drop-in-in 0.6s;
}

.mdp-motionger-drop-in-inactive {
  -webkit-animation: motionger-drop-in-out 0.6s;
          animation: motionger-drop-in-out 0.6s;
}

/* Ripple animation */
.mdp-motionger-ripple-active-header {
  display: inline-block;
  width: 100%;
}

.mdp-ripple-text {
  display: inline-block;
  transform: scale(0);
}

.motionger-ripple-active {
  -webkit-animation: motionger-ripple-up 0.6s forwards;
          animation: motionger-ripple-up 0.6s forwards;
}

.motionger-ripple-inactive {
  -webkit-animation: motionger-ripple-down 0.6s forwards;
          animation: motionger-ripple-down 0.6s forwards;
}

/* Slide Right animation */
.mdp-motionger-slide-right-active-header {
  display: inline-block;
  opacity: 0;
  width: 100%;
}

.mdp-motionger-slide-right-active {
  opacity: 1;
  -webkit-animation: motionger-slide-right-in 0.6s;
          animation: motionger-slide-right-in 0.6s;
}

.mdp-motionger-slide-right-inactive {
  -webkit-animation: motionger-slide-right-out 0.6s;
          animation: motionger-slide-right-out 0.6s;
}

/* Slide Left animation */
.mdp-motionger-slide-left-active-header {
  display: inline-block;
  opacity: 0;
  width: 100%;
}

.mdp-motionger-slide-left-active {
  opacity: 1;
  -webkit-animation: motionger-slide-left-in 0.6s;
          animation: motionger-slide-left-in 0.6s;
}

.mdp-motionger-slide-left-inactive {
  -webkit-animation: motionger-slide-left-out 0.6s;
          animation: motionger-slide-left-out 0.6s;
}

/* Slide Down animation */
.mdp-motionger-box-motionger-slide-down {
  display: inline-block;
  overflow: visible;
  vertical-align: top;
}

.mdp-motionger-slide-down-active-header {
  display: inline-block;
  opacity: 0;
  line-height: 1;
  width: 100%;
}

.mdp-motionger-slide-down-active {
  opacity: 1;
  top: 0;
  -webkit-animation: motionger-slide-down-in 0.6s;
          animation: motionger-slide-down-in 0.6s;
}

.mdp-motionger-slide-down-inactive {
  -webkit-animation: motionger-slide-down-out 0.6s;
          animation: motionger-slide-down-out 0.6s;
}

/* Slide Up animation */
.mdp-motionger-box-motionger-slide-up {
  display: inline-block;
  overflow: visible;
  vertical-align: top;
}

.mdp-motionger-slide-up-active-header {
  display: inline-block;
  opacity: 0;
  line-height: 1;
  width: 100%;
}

.mdp-motionger-slide-up-active {
  opacity: 1;
  top: 0;
  -webkit-animation: motionger-slide-up-in 0.6s;
          animation: motionger-slide-up-in 0.6s;
}

.mdp-motionger-slide-up-inactive {
  -webkit-animation: motionger-slide-up-out 0.6s;
          animation: motionger-slide-up-out 0.6s;
}

/* Bounce Animation */
.mdp-motionger-box-motionger-bounce {
  display: inline-block;
  overflow: visible;
  vertical-align: top;
}

.mdp-motionger-bounce-active-header {
  display: inline-block;
  opacity: 0;
  line-height: 1;
  width: 100%;
}

.mdp-motionger-bounce-active {
  opacity: 1;
  top: 0;
  -webkit-animation: motionger-bounceIn 0.6s;
          animation: motionger-bounceIn 0.6s;
}

.mdp-motionger-bounce-inactive {
  -webkit-animation: motionger-bounceOut 0.6s;
          animation: motionger-bounceOut 0.6s;
}

/* Fade Animation */
.mdp-motionger-box-motionger-fade {
  display: inline-block;
  overflow: visible;
  vertical-align: top;
}

.mdp-motionger-fade-active-header {
  display: inline-block;
  opacity: 0;
  line-height: 1;
  width: 100%;
}

.mdp-motionger-fade-active {
  opacity: 1;
  top: 0;
  -webkit-animation: motionger-fade-in 0.6s;
          animation: motionger-fade-in 0.6s;
}

.mdp-motionger-fade-inactive {
  -webkit-animation: motionger-fade-out 0.6s;
          animation: motionger-fade-out 0.6s;
}

/* Flip X Animation */
.mdp-motionger-box-motionger-flip-x {
  display: inline-block;
  overflow: visible;
  vertical-align: top;
}

.mdp-motionger-flip-x-active-header {
  display: inline-block;
  opacity: 0;
  line-height: 1;
  width: 100%;
}

.mdp-motionger-flip-x-active {
  opacity: 1;
  -webkit-animation: motionger-flip-in-x 0.6s;
          animation: motionger-flip-in-x 0.6s;
}

.mdp-motionger-flip-x-inactive {
  opacity: 1;
  -webkit-animation: motionger-flip-out-x 0.6s;
          animation: motionger-flip-out-x 0.6s;
}

/* Flip Y Animation */
.mdp-motionger-box-motionger-flip-y {
  display: inline-block;
  overflow: visible;
  vertical-align: top;
}

.mdp-motionger-flip-y-active-header {
  display: inline-block;
  opacity: 0;
  width: 100%;
}

.mdp-motionger-flip-y-active {
  opacity: 1;
  -webkit-animation: motionger-flip-in-y 0.6s;
          animation: motionger-flip-in-y 0.6s;
}

.mdp-motionger-flip-y-inactive {
  opacity: 1;
  -webkit-animation: motionger-flip-out-y 0.6s;
          animation: motionger-flip-out-y 0.6s;
}

/* Jello */
.mdp-motionger-box-motionger-jello {
  display: inline-block;
  overflow: visible;
  vertical-align: top;
}

.mdp-motionger-jello-active-header {
  display: inline-block;
  opacity: 0;
  width: 100%;
}

.mdp-motionger-jello-active {
  opacity: 1;
  -webkit-animation: motionger-jello-in 0.6s;
          animation: motionger-jello-in 0.6s;
}

.mdp-motionger-jello-inactive {
  opacity: 1;
  -webkit-animation: motionger-jello-out 0.6s;
          animation: motionger-jello-out 0.6s;
}

/* Zoom */
.mdp-motionger-box-motionger-zoom {
  display: inline-block;
  overflow: visible;
  vertical-align: top;
}

.mdp-motionger-zoom-active-header {
  display: inline-block;
  opacity: 0;
  width: 100%;
}

.mdp-motionger-zoom-active {
  opacity: 1;
  -webkit-animation: motionger-zoom-in 0.6s;
          animation: motionger-zoom-in 0.6s;
}

.mdp-motionger-zoom-inactive {
  opacity: 1;
  -webkit-animation: motionger-zoom-out 0.6s;
          animation: motionger-zoom-out 0.6s;
}

/* Crop */
.mdp-motionger-box-motionger-crop {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  border-left: 2px solid black;
  -webkit-animation-name: motionger-crop-cursor;
          animation-name: motionger-crop-cursor;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.mdp-motionger-crop-active-header {
  display: inline-block;
  opacity: 0;
  width: 100%;
}

.mdp-motionger-crop-active {
  opacity: 1;
  -webkit-animation: motionger-crop-in 0.6s;
          animation: motionger-crop-in 0.6s;
}

.mdp-motionger-crop-inactive {
  opacity: 1;
  -webkit-animation: motionger-crop-out 0.6s;
          animation: motionger-crop-out 0.6s;
}

/* Typing */
.mdp-typing-active-header {
  display: inline-block;
  width: 100%;
}

.mdp-typing-text {
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
}

.motionger-typing-active {
  -webkit-animation: motionger-typing-in both;
          animation: motionger-typing-in both;
  border-right: 2px solid transparent;
  opacity: 1;
}

.motionger-typing-inactive {
  opacity: 0;
}

/* Rice */
@-webkit-keyframes motionger-rise-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes motionger-rise-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes motionger-rise-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes motionger-rise-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* Curl */
@-webkit-keyframes motionger-curl-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes motionger-curl-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes motionger-curl-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes motionger-curl-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* Drop */
@-webkit-keyframes motionger-drop-in-in {
  0% {
    opacity: 0;
    transform: translateZ(300px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes motionger-drop-in-in {
  0% {
    opacity: 0;
    transform: translateZ(300px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@-webkit-keyframes motionger-drop-in-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateZ(-300px);
  }
}
@keyframes motionger-drop-in-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateZ(-300px);
  }
}
/* Slide down */
@-webkit-keyframes motionger-slide-down-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes motionger-slide-down-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes motionger-slide-down-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes motionger-slide-down-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
/* Slide up */
@-webkit-keyframes motionger-slide-up-in {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  60% {
    opacity: 1;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes motionger-slide-up-in {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  60% {
    opacity: 1;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes motionger-slide-up-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(-120%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@keyframes motionger-slide-up-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(-120%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
/* Slide Right */
@-webkit-keyframes motionger-slide-right-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes motionger-slide-right-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes motionger-slide-right-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes motionger-slide-right-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
/* Slide Left */
@-webkit-keyframes motionger-slide-left-in {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  60% {
    opacity: 1;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes motionger-slide-left-in {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  60% {
    opacity: 1;
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes motionger-slide-left-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(-110%);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
@keyframes motionger-slide-left-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(-110%);
  }
  100% {
    opacity: 0;
    transform: translateX(-100%);
  }
}
/* Jalousie */
@-webkit-keyframes motionger-jalousie-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes motionger-jalousie-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes motionger-jalousie-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
@keyframes motionger-jalousie-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
/* Ripple */
@-webkit-keyframes motionger-ripple-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes motionger-ripple-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes motionger-ripple-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes motionger-ripple-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
/* Bounce */
@-webkit-keyframes motionger-bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes motionger-bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes motionger-bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes motionger-bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* Fade */
@-webkit-keyframes motionger-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes motionger-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes motionger-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes motionger-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Flip X */
@-webkit-keyframes motionger-flip-in-x {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes motionger-flip-in-x {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-webkit-keyframes motionger-flip-out-x {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes motionger-flip-out-x {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* Flip Y */
@-webkit-keyframes motionger-flip-in-y {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes motionger-flip-in-y {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@-webkit-keyframes motionger-flip-out-y {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes motionger-flip-out-y {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@-webkit-keyframes motionger-jello-in {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes motionger-jello-in {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes motionger-jello-out {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes motionger-jello-out {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@-webkit-keyframes motionger-zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes motionger-zoom-in {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes motionger-zoom-out {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes motionger-zoom-out {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes motionger-crop-in {
  from {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes motionger-crop-in {
  from {
    transform: translateX(-110%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes motionger-crop-out {
  from {
    transform: translateX(0);
  }
  90% {
    transform: translateX(-110%);
  }
}
@keyframes motionger-crop-out {
  from {
    transform: translateX(0);
  }
  90% {
    transform: translateX(-110%);
  }
}
@-webkit-keyframes motionger-crop-cursor {
  from {
    border-color: black;
  }
  50% {
    border-color: black;
  }
  75% {
    border-color: transparent;
  }
  to {
    border-color: transparent;
  }
}
@keyframes motionger-crop-cursor {
  from {
    border-color: black;
  }
  50% {
    border-color: black;
  }
  75% {
    border-color: transparent;
  }
  to {
    border-color: transparent;
  }
}
/* Typing */
@-webkit-keyframes motionger-typing-in {
  0% {
    border-color: transparent;
    border-width: 0;
  }
  25% {
    border-color: black;
    border-width: 2px;
  }
  75% {
    border-color: black;
  }
  90% {
    border-color: transparent;
    border-width: 2px;
  }
  100% {
    border-color: transparent;
    border-width: 0;
  }
}
@keyframes motionger-typing-in {
  0% {
    border-color: transparent;
    border-width: 0;
  }
  25% {
    border-color: black;
    border-width: 2px;
  }
  75% {
    border-color: black;
  }
  90% {
    border-color: transparent;
    border-width: 2px;
  }
  100% {
    border-color: transparent;
    border-width: 0;
  }
}