@font-face {
     font-family: 'PanDisplayBold';
     src: url('PanDisplay-Bold.woff') format('woff');
}
@font-face {
     font-family: 'PanTextBold';
     src: url('PanText-Bold.woff') format('woff');
}

@font-face {
     font-family: 'PanTextReg';
     src: url('PanText-Regular.woff') format('woff');
}



#background{
 position: absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
 background-color: #FFFFFF;
}

.logo{
  position:absolute;
  left: 26px;
	top: 30px;
	width: 248px;
	height: 93px;
}

#frame1splitImage,#frame2splitImage,#frame3splitImage,#frame4splitImage,#frame5splitImage{
  position: absolute;
  left:0px;
  top:0px;
  width:300px;
  height:230px;
}

/*Image Container*/
.imageContainer{
 position: absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
}


#frame1Image,#frame2Image,#frame3Image,#frame4Image,#frame5Image{
 position: absolute;
 left:0px;
 top:0px;
 width:100%;
 height:100%;
}
/*HEADLINE CONTENT*/
#HeadlineContainer{
  position: absolute;
  left: 20px;
  top: 431px;
  width: 260px;
  height: 49px;
  font-size: 20px;
  line-height: 24px;
 text-align:center;
 font-family: "PanTextBold";
 color:#FFFFFF;
}

.text{
  position:absolute;
  width: 100%;
  height: -webkit-fill-available;
}

/*LEGAL*/
#legalContent{
 position: absolute; 
 left: 44px;
 bottom: 4px;
 width: 213px;
 height: 20px;
 font-size: 8px;
 line-height: 9.6px;
 text-align:center;
 font-family: "PanTextReg";
 /* color:#FFFFFF; */
}

/*CTA CONTAINER*/
#ctaContainer {
  position:absolute;
  left: 69px;
  top: 499px;
  width: 162px;
  height: 44px;
  background-color: #000000;
  text-align: center;
  font-family: "PanDisplayBold";
  font-size: 14px;
  letter-spacing: 0.22em;
  color: #FFFFFF;
  border-radius:2px;
}

#ctatext{
  left: 3px;
  display: flex;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  /* text-align: center; */
  justify-content: center;
}

#border{
  position: absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
 }