#container {
  background: #FFFFFF;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

#timeline {
  color: white;
}

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

.frame_2 {
  transform: translateX(300px);
}

.frame_3,
.frame_3_image_container {
  transform: translateX(-300px);
}

.frame_3_image_container {
  transform: translateY(250px);
}

.frame_4 {
  transform: translateX(300px);
}

.copy {
  position: absolute;
  font-weight: 900;
  color: white;
  font-size: 28px;
  line-height: 31px;
}

.copy_1 {
  top: 20px;
  width: 95%;
  text-align: left;
  /* left: 57%; */
  left: 24px;
  /* transform: translateX(-50%); */
}

.copy_2,
.copy_3,
.copy_4 {
  top: 20px;
  left: 24px;
  /* width: 245px; */
  text-align: left;
  opacity: 0;
}

.copy_3 {
  transform: translateY(-180px);
}

.copy_5 {
  top: 80px;
  /* left: 25px; */
  width: 300px;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  font-weight: 800;
}

.copy_5 sup {
  position: absolute;
  right: 17px;
  top: 18px;
  font-size: .4em;
}

.copy_5_2 {
  font-weight: 600;
  font-size: 15px;
  top: 167px;
  width: 300px;
  text-align: center;
}

.img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}

.cta {
  position: absolute;
  display: inline-block;
  top: 220px;
  left: 50%;
  transform: translate(-50%, 100%);
  background-color: #e85651;
  font-weight: 600;
  color: #ffffff;
  padding: 9px 0;
  white-space: nowrap;
  font-size: 9px;
  opacity: 0;
  text-align: center;
  width: 130px;
}

.brandlogo {
  width: 125px;
  position: absolute;
  left: 24px;
  top: 205px;
}

.brandlogo2 {
  width: 125px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

/* .common {
  background-color: #292246;
  position: absolute;
  height: 42px;
  width: 100%;
  bottom: 0;
  opacity: 0;
  text-align: right;
  padding: 7px 11px;
} */