
 body, html {
  margin: 0;
  padding: 0;
}
div, img, a, h1, h2, h3, h4, span, svg {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: arial, sans-serif;
	font-weight: normal;
	overflow: hidden;
}
a {
	font-size: 6px;
	color: #ffffff;
	text-decoration: none;
}
sup {
	font-size: 60%;
}	
#container {
	position: absolute;
	overflow: hidden;
	width: 970px;
	height: 250px;
	background-color: #22263f;
}
.imageHolder, .textHolder {
	overflow: hidden;
	/*background-color: rgba(255, 0, 0, .5);*/
}

/* This is the size of the sprite images */
.image {
	width: 970px;
  height: 250px;
}
.text, .image, .element {
	width: 970px;
  height: 250px;
}
.image {
  width: 254px;
  height: 750px;
}
.text {
  width: 970px;
  height: 750px;
}
.element {
  width: 970px;
  height: 250px;
}
.text, .sprite, .element {
	position: relative;
}

.logo {
  top: 144px;
  left: 752px;
  width: 200px;
  height: 82px;
}
.logo img {
  top: -145px;
  left: -754px;
}
.legal {
  top: 179px;
  left: 29px;
  width: 420px;
  height: 42px;
}
.legal img {
  top: -178px;
  left: -28px;
}

.scene {
  width: 970px;
  height: 250px;
}

/* SCENE 1 */

/*  Each scene is one of the headlines in the unit
    If you want to change a headline, you can update the _TEXT.png file
    If the new copy gets cropped because it is longer, you can adjust the containing box
    under the .headline class
*/

.scene1 .headline {
  top: 39px;
  left: 25px;
  width: 450px;
  height: 92px;
  opacity: 0;
}
.scene1 .headline img {
  top: -28px;
  left: -24px;
}

.scene1 .hero {
  top: 10px;
  left: 465px;
  width: 284px;
  height: 250px;
  opacity: 0;
}
.scene1 .hero img {
  top: 3px;
  left: 0px;
}
/* Scene 1, Frame 1*/
body.frame1 .scene1 .headline {
  opacity: 1;
  top: 29px;
  transition: .45s cubic-bezier(0.61, 1, 0.88, 1);
}
body.frame1 .scene1 .hero {
  opacity: 1;
  top: 0px;
  transition: .45s cubic-bezier(0.61, 1, 0.88, 1) .1s;
}

/* Frame 2 */
body.frame2 .scene1 .headline {
  opacity: 0;
  top: 19px;
  transition: .45s cubic-bezier(0.61, 1, 0.88, 1);
}
body.frame2 .scene1 .hero {
  opacity: 0;
  top: 0px;
  transition: .45s cubic-bezier(0.61, 1, 0.88, 1) .1s;
}

/* SCENE 2 */

.scene2 .headline {
  top: 39px;
  left: 25px;
  width: 450px;
  height: 122px;
  opacity: 0;
}
.scene2 .headline img {
  top: -278px;
  left: -24px;
}
.scene2 .phone {
  top: 10px;
  left: 465px;
  width: 284px;
  height: 250px;
  opacity: 0;
}
.scene2 .hero {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.scene2 .hero img {
  top: -250px;
  left: 0px;
}
.scene2 .phone .progress {
  top: 118px;
  left: 70px;
  width: 14px;
  height: 25px;
}
.scene2 .phone .progress svg {
  top: 0px;
  left: 0px;
  width: calc(25px * 2.304);
  height: 25px;
}
.scene2 .phone .progressText {
  top: 128px;
  left: 68px;
  width: 44px;
  height: 15px;
}
.scene2 .phone .progressText img {
  top: -41px;
  left: -135px;
  width: 242px;
  height: 62px;
}
/* Scene 2, Frame 2*/
body.frame2 .scene2 .headline {
  opacity: 1;
  top: 29px;
  transition: .45s cubic-bezier(0.61, 1, 0.88, 1) .5s;
}
body.frame2 .scene2 .phone, body.frame3 .scene2 .phone {
  opacity: 1;
  top: 0px;
  transition: .45s cubic-bezier(0.61, 1, 0.88, 1) .6s;
}
body.frame2 .scene2 .phone .progress, body.frame3 .scene2 .phone .progress {
  width: 68px;
  transition: 4s cubic-bezier(0.37, 0, 0.63, 1) .6s;
}
/* Frame 3 */
body.frame3 .scene2 .headline {
  opacity: 0;
  top: 19px;
  transition: .45s cubic-bezier(0.61, 1, 0.88, 1);
}

/* SCENE 3 */

.scene3 .headline {
  top: 39px;
  left: 25px;
  width: 290px;
  height: 50px;
  opacity: 0;
}
.scene3 .headline img {
  top: -529px;
  left: -24px;
}

.scene3 .hero {
  top: 0px;
  left: 444px;
  width: 284px;
  height: 250px;
  opacity: 0;
}
.scene3 .hero img {
  top: -500px;
  left: 0px;
}
/* Scene 3, Frame 3 */
body.frame3 .scene3 .headline {
  opacity: 1;
  top: 29px;
  transition: .45s cubic-bezier(0.61, 1, 0.88, 1) .5s;
}
body.frame3 .cta {
  opacity: 1;
  transition: .45s cubic-bezier(0.61, 1, 0.88, 1) 1s;
}

.cta {
  position: absolute;
  top: 39px;
  left: 763px;
  width: 169px;
  height: 54px;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 5px;
  /* z-index: 3000; */
  opacity: 0;
}
.cta span.text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: .5s ease;
}
.cta span.text.over {
  opacity: 0;
  transition: .5s ease;
}

.cta.ready, .cta.ready.over,
body[class^="frame"] .cta.ready, body[class^="frame"] .cta.ready.over {
  transition: .5s ease !important;
}
.cta span.text img {
  top: -39px;
  left: -764px;
  width: 970px;
  height: 250px;
}
.cta span.text.over img {
  top: -39px;
  left: -564px;
}

.cta.over {
  transition: .5s ease;
  background-color: #ffffff;
}

.cta.over span.text {
  opacity: 0;
  transition: .5s ease;
}
.cta.over span.text.over {
  opacity: 1;
  transition: .5s ease;
}

#hitter {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 970px;
  height: 250px;
  font-size: 0px;
  z-index: 2000;
}

.template {
  width: 970px;
  height: 250px;
  opacity: .5;
  z-index: 100000;
  touch-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.hidden {
  opacity: 0;
}
.gone {
  visibility: hidden;
}
#border {
  z-index: 10000;
  overflow: visible;
}
#border div {
  background-color: #cccccc;
}
#border .left, #border .right {
  width: 1px;
}
#border .top, #border .bottom {
  height: 1px;
}


.guide {
  background-color: red;
  display: block;
  z-index: 10000;
}
.guide.vert {
  width: 1px;
  height: 100%;
}
.guide.horiz {
  width: 100%;
  height: 1px;
}
.guide.box {
  background-color: transparent;
  box-sizing: border-box;
  border: 13px solid red;
}
.guide.box:after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: hotpink;
}
.guide.box.margin {
  border-color: rgba(255, 0, 1000, .5);
}
