* { -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; list-style: none}

html, body { height:100%; background-color: #ffffff; font-family: proxima-nova, sans-serif; font-style: normal; color: #1E1E1E; font-weight: 400;}
body { margin:0; padding:0}

#adContiner {position: relative; width: 970px; height: 330px; border: 1px solid #666666; background: #1E1E1E; overflow: hidden;}

.frame {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10}

#cover { display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #1E1E1E; background-position: 50% 50%; background-repeat: no-repeat; z-index: 9999}

/* Backgrounds */

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

.background.background_white {background-color: #FFF;}
.background.background_yellow {background-color: #FFCD05;}


#cta-button {
	position: absolute;
	min-width: 120px;
	background-color: #fff;
	color: #1E1E1E;
	font-size: 20px;
	line-height: 20px;
	height: 42px;
	bottom: 85px;
	left: 50%;
	transform: translateX(-50%); 
	padding: 8px 20px;
	text-align: center;
	border-radius: 8px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
	overflow: hidden;
}

#cta-button span {
	width: 80px;
	height: 100%;
	position: absolute;
	display: block;
	top: 0px;
	left: -90px;
	opacity: 0.7;
	background: -moz-linear-gradient(-15deg,  rgba(254,202,43,0) 0%, rgba(254,202,43,0) 15%, rgba(254,202,43,1) 50%, rgba(254,202,43,0) 85%, rgba(254,202,43,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-15deg,  rgba(254,202,43,0) 0%,rgba(254,202,43,0) 15%,rgba(254,202,43,1) 50%,rgba(254,202,43,0) 85%,rgba(254,202,43,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(115deg,  rgba(254,202,43,0) 0%,rgba(254,202,43,0) 15%,rgba(254,202,43,1) 50%,rgba(254,202,43,0) 85%,rgba(254,202,43,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

/* Text */
.text-container {display: flex; align-items: center; justify-content: center; position: absolute; width: 100%; height: 100%; left: 0px; padding-left: 10px; padding-right: 10px; top: 0px; border: 0px solid blue;}

.topFrame .text-container {height: 40px; width: 100%; left: 0px; top: 160px; }
.topFrame .text-container .body-copy {color: #FFF;}

.fr1 .text-container {height: 280px; width: 640px; left: 165px; top: 0px; border: 0px solid red;}
.fr2 .text-container {height: 200px; width: 640px; left: 165px; top: 35px; padding: 20px 20px 30px 20px; background-color: #FFCD05;}
.fr2 .text-container .body-copy {color: #1E1E1E;}

.fr3 .text-container.text-container1 {width: 100%; top: 15px; height: 40px; border: 0px solid red;}
.fr3 .text-container.text-container2 {width: 100%; top: 140px; height: 40px; border: 0px solid red;}
.fr3 .text-container.text-container2 .body-copy {color: #1E1E1E;}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  
  border-bottom: 30px solid white;
  position: absolute;
  bottom: 0px; left: 40px;
}


.body-copy {font-size: 36px; line-height: 38px; text-align: center; color: #fff; border: 0px solid red;}
.body-copy.body-copy__large, .body-copy strong.large {display: inline-block; font-size: 44px; line-height: 46px; font-weight: 700; margin-bottom: 5px;}
.body-copy strong.large.yellow {color: #FFCD05;}

#sub-text {background-color: #fff; display: flex; font-size: 14px; align-items: center; justify-content: center; position: absolute; width: 100%; height: 30px; left: 0px; padding-left: 10px; padding-right: 10px; bottom: 0px; border: 0px solid blue;}



.legal {position: absolute; bottom: 40px; left: 0px; font-size: 11px;line-height: 12px; padding: 0 100px; text-align: center; border: 0px solid blue;}

/*  */

/* Pictures */
.pic {position: absolute; border: 0px solid #fff; overflow: hidden;}
.pic img {position: absolute; top: 0px;}
.pic.pic-bg {width: 970px; height: 300px; left: 0px; top: 0px;}



/* SVGs */

#main-logo, #end-logo {position: absolute; top: 0px; left: -1px;}
#main-logo .st0{fill:#FFFFFF;}
#main-logo .st1{fill:#FFCD05;}

#end-logo {top: -60px;}

#end-logo .st0{fill:#1E1E1E;}
#end-logo .st1{fill:#FFFFFF;}




#bg-exit {
  background-color: rgba(255,255,255,0);
  cursor: pointer;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9999;
}