@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: 760px;
	height: 500px;
}

#ad {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	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: 760px 3000px;
}

#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: 3800px;
	height: 2500px;
	top: -1000px;
	left: -1508px;
	z-index: 10; 
	background-image: url("bg_gld.jpg");
	background-repeat: 	repeat;
	background-size:760px 500px;
	background-position:95px 62px;
    display: block;
}


#bg_dark {
	position: absolute;
	width: 760px;
	height: 500px;
	top: 0px;
	left: 0px;
	z-index: 31; 
	background-image: url("bg_dark.jpg");
	background-repeat: no-repeat;
	background-size:760px 500px;
    display: block;
}


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


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


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

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

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


#logo_s {
	top: 0px;
	left: 0px;
	position: absolute;
	background-position: 0px -1500px;
	z-index: 30;
	cursor: pointer;
}

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



#cta {
	position: absolute;
	height: 35px;
    width:520px;
	top: 116px;
	left: 133px;
	overflow: hidden;
	z-index: 30; 
	cursor: pointer;
	background-image: url("arrow.png");
	background-repeat: no-repeat;
	background-size:520px 70px;
	background-position: 0px 0px;
    display: block;
}





/*reels*/


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


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

#two {
	position: absolute;
	width: 315px;
	height: 640px;
	top: 0px;
	left: 0px;
	background-image: url("two.png");
	background-repeat: no-repeat;
	background-size:315px 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: 500px;
	background-color: #ffffff;
	z-index: 110;
}

#legalsPanelHolder {
	position: absolute;
	top: 0px;
	width: 760px;
	height: 500px;
	cursor: pointer;
}

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

#closeLegalsBut {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 745px;
	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;
}





