@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: 28px;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

.line.slideIn {
  left: 15px;
}

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

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

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

.white-shape {
  height: 319px;
  position: absolute;
  right: -35%;
  top: -5%;
  transform: translate(160px, -160px);
  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 {
  right: -95%;
  width: 133px;
  top: 15px;
}

.img1.slideIn {
  opacity: 1;
  right: 30px;
}

.img1.slideOut {
  opacity: 1;
  right: -95%;
}

.lightning-bolt {
  height: 56px;
  right: -17%;
  top: 25%;
}

.lightning-bolt.slideIn {
  opacity: 1;
  right: 11%;
}

.lightning-bolt.slideOut {
  right: -17%;
}

.img2 {
  right: -171%;
  top: 80px;

  width: 340px;
}

.img2.slideIn {
  opacity: 1;
  right: -60px;
}

.img2.slideOut {
  right: -171%;
}

.img3 {
  right: -180%;
  top: 15px;

  height: 225px;
}

.img3.slideIn {
  opacity: 1;
  right: 16px;
}

.img3.slideOut {
  right: -180%;
}

.img4 {
  right: -65%;
  top: 0;
  width: 235px;
}

.img4.slideIn {
  opacity: 1;
  right: 0;
}

.img4.slideOut {
  right: -65%;
}

/* LOGO */
.logoImg {
  left: 17px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease;
  bottom: 20px;
  width: 180px;
  z-index: 3;
}

/* CTA */
.cta {
  background: #b4e100;
  border: none;
  border-radius: 26px;
  color: rgb(51, 63, 71);
  font-size: 17px;
  font-weight: 900;
  height: 25px;
  left: -100%;
  opacity: 1;
  padding-top: 6px;
  position: relative;
  text-align: center;
  top: 23px;
  transition: all 0.25s ease-out 0.35s;
  width: 160px;
}

.cta.slideIn {
  left: 15px;
}

.fadeIn {
  opacity: 1;
}

.fadeOut {
  opacity: 0;
}
