<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
	width:100%;
	height:100%;
	min-width: 850px;
	padding: 0; margin: 0;
	background: #000000;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles {
	font-size: 1.1em;
}

#stats, .count-particles {
	display: none;
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles {
	border-radius: 0 0 3px 3px;
}

#particles-js {
	width: 100%;
	height: 100%;
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: fixed;
	top: 0;
	left: 0;
}

canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.front_holder {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: 1500px auto;
	background-image: url('../img/img.png');
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-attachment: fixed;
	min-width: 850px;
}

.content_holder {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	position: absolute;
	z-index:10;
	left: 50%;
	transform: translateX(-50%)
}

.content_holder:after {
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	content: '';
}

.header {
	width:100%;	
	z-index: 1;
	position: relative;
	height:auto;
}

.logo {
	display: block;
	margin-left: 26px;
	padding-top: 40px;
	margin-bottom: -20px;
}

.button {
	display: block;
	margin-left: 20px;
	margin-top: 10px;
	height: 75px;
	overflow: hidden;
	width: 472px;
}

.button img:hover {
	margin-top: -99px;
}

.bonus {
	display: block;
	margin-left: 22px;
	margin-bottom: 20px;
	margin-top: 50px;
	height: 252px;
	overflow: hidden;
	width: 500px;
	padding-bottom: 20px;
}

.bonus img:hover {
	margin-top: -252px;
}


.partner-logo {
	display: block;
	margin: 20px 0 20px 20px;
	overflow: hidden;
	width: 472px;
	background: rgba(255,255,255,.0)
}

.seal {
	position: absolute;
	right: 0;
	top: 30px;
	display: block;
}


.payments {
    text-align: center;
	display: block;
	width: 100%;
	padding-bottom: 40px;
}

.payment {
    background-image: url('../img/logos_1.png');
    width: 135px;
    height: 50px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    position: relative;
    text-indent: 999px;
    overflow: hidden;
    display: inline-block;
}

.payment:hover {
    background-position: 0px -63px;
}

.payment_2 {
    background-position: -135px 0px;
}

.payment_3 {
    background-position: -270px 0px;
}

.payment_4 {
    background-position: -405px 0px;
}

.payment_5 {
    background-position: -540px 0px;
}

.payment_6 {
    background-position: -675px 0px;
}

.payment_7 {
    background-position: -810px 0px;
}

.payment_8 {
    background-position: -945px 0px;
}

.payment_9 {
    background-position: -1080px 0px;
}

.payment_2:hover {
    background-position: -135px -63px;
}

.payment_3:hover {
    background-position: -270px -63px;
}

.payment_4:hover {
    background-position: -405px -63px;
}

.payment_5:hover {
    background-position: -540px -63px;
}

.payment_6:hover {
    background-position: -675px -63px;
}

.payment_7:hover {
    background-position: -810px -63px;
}

.payment_8:hover {
    background-position: -945px -63px;
}

.payment_9:hover {
    background-position: -1080px -63px;
}


@media only screen and (max-width: 1280px) {
.seal img {	width:190px;}
}

@media only screen and (max-width: 1249px) {
	body {overflow-x: hidden}
}

@media only screen and (max-width: 1024px) {

.seal img {	width:180px;
}

.front_holder {
	background-image: url('../img/img_2.png');
}

}

@media only screen and (max-width: 670px) {

.logo img {
	position: relative;
	width: 250px;
	top: -30px;
}

.button {
	width: 320px;
	position: relative;
	height: 55px;
}

.button img {
	width: 100%;
}

.button img:hover {
	margin-top: -67px;
}

.bonus {
	position: relative;
	height: 152px;
	width: 320px;
	text-align: center;
	left: -15px;
}

.bonus img {
	width: 100% !important;
}

.bonus img:hover {
	margin-top: -155px;
}

.seal img {
	position: relative;
	width:100px;
	top: -20px;
	left: -10px;
}

#particles-js {
	background-size: 300% auto
}

.front_holder {
	background-size: 200% auto;
}

.front_holder {
	background-image: url('../img/img_2.png');
}

}

@media only screen and (max-width:420px) {

.front_holder {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: 800px auto;
	background-image: url('../img/img.png');
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-attachment: fixed;
	min-width: 200px;
}

.header {
	width: 100%;
	margin-right: 0
}

.logo {
	top: 15px;
}

.logo img {
	width: 230px;
}

.button {
	width: 280px;
	position: relative;
	height: 50px;
	width: 90%;
	top: 140px;
}

.button img {
	width: 100%;
}

.bonus {
	position: relative;
	height: 150px;
	width: 350px;
	top: 130px;
	left: -20px;
}

.partner-logo {
	width: 150px;
}

.partner-logo img {
	width: 100%;
}

.seal {
	top:100px;
	left: 25px;
}

.seal img {
	width:150px;
	top:5px;}
}

@media only screen and (max-width: 320px) {

#particles-js {
	background-size: 300% auto
}

.front_holder {
	background-size: 200% auto;
}

.front_holder {
	background-image: url('../img/img_2.png');
}

}</pre></body></html>