@font-face {
  font-family: BGFlameWeb-Light;
  src: url("https://cdn.flashtalking.com/95563/assets/BGFlameWeb-Light.woff");
}

* {
  color: #fff;
  font-family: "BGFlameWeb-Light";
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.rootContainer {
  border: 1px solid #cccccc;
  height: 48px;
  overflow: hidden;
  position: relative;
  width: 318px;
}

.frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.copyContainer {
  border: none;
  left: 0%;
  position: relative;
  top: 5%;
  transition: all 0.25s ease;
  /* width: 50%; */
}

/* COPY  */
.copy {
  color: #fff;
  position: relative;
}

.line {
  display: block;
  opacity: 1;
  left: -100%;
  line-height: 1em;
  position: relative;
  transition: all 0.25s ease;
}

.frame_3 .copyContainer {
  top: 20%;
}

.line.slideIn {
  left: 10px;
}

.line.slideOut {
  left: -100%;
}

.copy_highlight {
  color: #5c83d1;
  font-weight: bold;
}

/* BACKGROUND COLOR */
.background {
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 320px;
  z-index: -1;
}

.white-shape {
  /* height: px; */
  position: absolute;
  left: -8%;
  top: -15%;
  transform: translate(-180px, -180px);
  transition: all 0.33s ease;
  z-index: 1;
}

.white-shape.slideIn {
  transform: translate(0, 0);
}

/* BACKGROUND IMAGES */
.img1,
.img2,
.img3,
.img4,
.lightning-bolt {
  opacity: 0;
  position: absolute;
  transition: all 0.25s ease;
  z-index: 1;
}

.img1 {
  left: -36%;
  width: 22%;
  top: 15%;
}

.img1.slideIn {
  opacity: 1;
  left: 5%;
}

.img1.slideOut {
  opacity: 1;
  left: -36%;
}

.lightning-bolt {
  height: 40%;
  left: -36%;
  top: 30%;
}

.lightning-bolt.slideIn {
  opacity: 1;
  left: 1.5%;
}

.lightning-bolt.slideOut {
  left: -36%;
}

.img2 {
  left: -54%;
  top: -8%;
  height: 108%;
}

.img2.slideIn {
  opacity: 1;
  left: -20%;
}

.img2.slideOut {
  left: -54%;
}

.img3 {
  left: -74%;
  top: 6%;
  height: 170%;
}

.img3.slideIn {
  opacity: 1;
  left: -59%;
}

.img3.slideOut {
  left: -74%;
}

.img4 {
  left: -17%;
  top: 7.5%;
  height: 85%;
}

.img4.slideIn {
  opacity: 1;
  left: 6.5%;
}

.img4.slideOut {
  left: -17%;
}

/* LOGO */
.logoImg {
  right: -10%;
  position: absolute;
  transition: all 0.25s ease;
  bottom: 12px;
  z-index: 3;
  height: 27px;
}

.logoImg.slideIn {
  right: 10px;
}

/* CTA */
.cta {
  background: #b4e100;
  border: none;
  border-radius: 26px;
  color: rgb(51, 63, 71);
  font-size: 12px;
  font-weight: 900;
  height: 19px;
  right: 20%;
  opacity: 1;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: 110%;
  transition: all 0.25s ease-out;
  width: 100px;
}

.cta.slideIn {
  top: calc(50% - 10px);
}

.fadeIn {
  opacity: 1;
}

.fadeOut {
  opacity: 0;
}
