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

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

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

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

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

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

.frame_1 .copyContainer {
    top: 12.5%;
}
.frame_2 .copyContainer,
.frame_3 .copyContainer,
.frame_4 .copyContainer {
  top: 24.5%;
}

.line.slideIn {
  left: -40%;
}

.line.slideOut {
  left: 100%;
}

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

/* BACKGROUND COLOR */
.background {
  height: 90px;
  left: 0;
  position: absolute;
  top: 0;
  width: 728px;
  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 {
  opacity: 0;
  position: absolute;
  transition: all 0.25s ease;
  z-index: 1;
}

.img1 {
  left: -36%;
  width: 56px;
  top: 5px;
}

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

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

.img2 {
  left: -54%;
  top: 15px;
  transform: rotateY(180deg);
  height: 60px;
}

.img2.slideIn {
  opacity: 1;
  left: 0;
}

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

.img3 {
  left: -74%;
  top: 0;
  /* transform: rotateY(180deg); */
  height: 100%;
}

.img3.slideIn {
  opacity: 1;
  left: 6px;
}

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

.img4 {
  left: -17%;
  top: 0;
  height: 100%;
}

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

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

/* LOGO */
.logoImg {
    right: 12px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease;
    bottom: 8px;
    width: 120px;
    z-index: 3;
}

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

.cta.slideIn {
  left: 27%;
}

.fadeIn {
  opacity: 1;
}

.fadeOut {
  opacity: 0;
}
