@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap');

/*Global*/

body, body * {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0 none;
	vertical-align: baseline;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.canvas_size {
	position: absolute;
	width: 640px;
	height: 480px;
}

#ad {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #393d47;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	visibility: hidden;
	z-index: 1;
}

.sprite {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(sprite.png);
	background-size: 640px 3840px;
}

#exit {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
    display:block;
}
.fontFix {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


sup {
	vertical-align: super;
	line-height: 0;
}

.border {
    
    -webkit-box-shadow: 0 0 0 1px #000 inset;
    box-shadow: 0 0 0 1px #000 inset;
    pointer-events:none;  
	z-index: 115;
}


a, a:visited, a:active, a:hover { 
  color: #393d47;
}



/*Main*/


#bg {
	position: absolute;
	width: 768px;
	height: 576px;
	top: -48px;
	left: -51px;
	z-index: 10; 
	background-image: url("bg.jpg");
	background-repeat: no-repeat;
	background-size:768px 576px;
    display: block;
}


#legalsBut {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 420px;
	height: 19px;
	cursor: pointer;
	z-index: 100;
}

#legal {
	position: absolute;
	background-position: 0px -2880px;
	top: 0px;
	left: 0px;
	z-index: 51;
}

#legal_w {
	position: absolute;
	background-position: 0px -3360px;
	top: 0px;
	left: 0px;
	z-index: 50;
}


#headline1 {
	position: absolute;
	background-position: 0px -480px;
	top: 0px;
	left: 0px;
	z-index: 50;
}

#headline2 {
	position: absolute;
	background-position: 0px -960px;
	top: 0px;
	left: 0px;
	z-index: 50;
}


#headline3 {
	position: absolute;
	background-position: 0px -1440px;
	top: 0px;
	left: 0px;
	z-index: 50;
}

#logo {
	top: 0px;
	left: 0px;
	position: absolute;
	background-position: 0px 0px;
	z-index: 50;
	cursor: pointer;
}


#logo_w {
	top: 0px;
	left: 0px;
	position: absolute;
	background-position: 0px -1920px;
	z-index: 50;
	cursor: pointer;
}

#tagline {
	position: absolute;
	background-position: 0px -2400px;
	top: 0px;
	left: 0px;
	z-index: 50;
}



#cta {
	position: absolute;
	height: 34px;
    width:231px;
	top: 158px;
	left: 216px;
	overflow: hidden;
	z-index: 50; 
	cursor: pointer;
	background-image: url("arrow.png");
	background-repeat: no-repeat;
	background-size:231px 68px;
	background-position: 0px 0px;
    display: block;
}





/*reels*/


#reels {
	position: absolute;
	width: 468px;
	height: 176px;
	top: 89px;
	left: 99px;
	z-index: 50;
	background-image: url("bars.png");
	background-repeat: no-repeat;
	background-size:468px 176px;
    overflow: hidden;
}


#one {
	position: absolute;
	width: 468px;
	height: 320px;
	top: 0px;
	left: 0px;
	background-image: url("one.png");
	background-repeat: no-repeat;
	background-size:468px 320px;
	z-index: 50;
    overflow: hidden;
}

#two {
	position: absolute;
	width: 468px;
	height: 320px;
	top: 0px;
	left: 0px;
	background-image: url("two.png");
	background-repeat: no-repeat;
	background-size:468px 320px;
	z-index: 50;
    overflow: hidden;
}

#three {
	position: absolute;
	width: 468px;
	height: 640px;
	top: 0px;
	left: 0px;
	background-image: url("three.png");
	background-repeat: no-repeat;
	background-size:468px 640px;
	z-index: 50;
    overflow: hidden;
}

/* bar */

#tab {
	position: absolute;
	background-color: #f06c00;
	width: 25px;
	height: 600px;
	top: 0px;
	left: 0px;
	z-index: 51;
    overflow: hidden;
}

#tab1 {
	position: absolute;
	background-color: #fff;
	width: 33px;
	height: 250px;
	top: 300px;
	left: 0px;
	z-index: 55;
}


#tab2 {
	position: absolute;
	background-color: #fff;
	width: 33px;
	height: 250px;
	top: 150px;
	left: 0px;
	z-index: 54;
}
#tab3 {
	position: absolute;
	background-color: #fff;
	width: 33px;
	height: 250px;
	top: 100px;
	left: 0px;
	z-index: 53;
}


/*Legal*/

#legalsPanel {
	top: 480px;
	background-color: #ffffff;
	z-index: 110;
}

#legalsPanelHolder {
	position: absolute;
	top: 0px;
	width: 640px;
	height: 480px;
	cursor: pointer;
	overflow-y: auto;
	overflow-x: hidden;
}

#legalsPanelInner {
	position: absolute;
	left: 15px;
	top: 0px;
	width: 590px;
	font-size: 13px;
	line-height: 16px;
	color: #393d47;
	padding-top: 15px;
	padding-bottom: 15px;
}

#closeLegalsBut {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 625px;
	height: 15px;
	font-size: 15px;
	line-height: 15px;
	color: #252A36;
	text-align: right;
	padding-top: 10px;
	cursor: pointer;
	font-weight:700;
}

.smallLegals {
	font-size: 11px;
	line-height: 13px;
}


/* custom scrollbar */

/* Works on Chrome, Edge, and Safari */
::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #c8cacd;
  border: 3px solid transparent;
  background-clip: content-box;
}

/* Works on Firefox */
* {
  scrollbar-width: thin !important;
  scrollbar-color: #c8cacd #fff !important;
}



