@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body, body * {
  	border: 0px none;
  	margin: 0px;
  	outline: 0px;
  	padding: 0px;
  	vertical-align: baseline;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight:500;
	color: #FFF;
}

body{
	background-color: #f26c0d
}

.bold {font-weight:700}

#stage  img, #stage div { position: absolute; border:none; }

#bg {transform: translate(0px, 0px); position:absolute; width: 100%; height:100%;}

#logo {transform: translate(586px, 7px); width:130px; height:auto;}

#eyebrow {transform: translate(0px, 17px); height:44px; width: 130px;border-bottom-right-radius: 9px; border-top-right-radius: 9px; background-color: #0078b3; text-transform: uppercase;color: #FFF; font-size: 15.5px; padding:10px 0 0 19px; line-height: 1.1em;}


#text1 {transform: translate(164px, 3px); line-height: 1em; font-weight: 700; font-size: 57.75px; letter-spacing: -2px;}
#text2a {transform: translate(315px, 9px); line-height: 1em; font-weight: 700; font-size: 24.58px; letter-spacing: -1px; text-transform: uppercase;}
#text2b {transform: translate(315px, 33px); line-height: 1em; font-weight: 700; font-size: 24.58px; letter-spacing: -1px; text-transform: uppercase;}
#text3 {transform: translate(167px, 60px); line-height: 1em; font-size: 21px;letter-spacing: -.9px;}
#text4 {transform: translate(175.5px, 12px); opacity: 0;width:93px; height:auto;}
#text5 {transform: translate(156.5px, 30px); opacity: 0;width:128.5px; height:auto;}
#text6 {transform: translate(294px, 19px); line-height: 1em; font-weight: 600; font-size: 22.84px; opacity:0; letter-spacing: -.2px;}
#text7 {transform: translate(294px, 43px); line-height: 1em; font-weight: 600; font-size: 22.84px; opacity:0; letter-spacing: -.7px;}


#btn {
	position: absolute;
	transform:translate(586px,48px);
	width: 128px;
	height: 28px;
	line-height: 28px;
	color: #FFF;
	font-size: 16px;
	text-align: center;	
	background-color: #0078b3;
	overflow: hidden;
	border-radius: 4px;
}


#legal {transform: translate(0, 215px); margin: 0 5px 0 4px; width: calc(100% - 10px); color: #FFF; font-size:7px; line-height: 8px; font-weight:400; text-align: center;}

sup {line-height: 0; font-size: 0.65em; vertical-align: super;}

#stage {
	background-color:transparent;
  	border: 1px solid #000;
 	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	cursor: pointer;  
  	overflow: hidden;
  	position: relative;
	left: 0px;
  	top: 0px;
  	height: 90px;
  	width: 728px;
	opacity: 0;
}