html {
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	scrollbar-width: thin;
	touch-action: manipulation;
	width: 100%;
	font-size: 14px
}

.banner {
    
    background-repeat: no-repeat;
    background-position: center ;
    position: relative;
    background-size: cover;
    overflow: hidden;
    padding: 10px 0;
    color: #fff;
	width: 80%;
    margin: 0 auto;

}

	footer,nav a,.center {
    text-align: center;	
}
.container {
    width: 100%;
    margin: 0 auto;
}

.banner-title {
    font-size: 3rem;
    font-weight: bold;
    display: inline-block;
    line-height: 1.2;
}

.banner-block .btn {
    min-width: 30%;
    box-shadow: 5px 0 15px rgba(0, 0, 0 ,0.4);
}

img,a,p,ul,li,div,input,h1,h2,h3,h4,h5,h6,span,textarea,table,tr,td {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0
}

.title {
    line-height: 1.2;
    font-size: var(--h2);
    font-weight: bold;
    color: #fff;
}

.title span {
    color: var(--primary-color);
}

.table-main {
    margin: 14px 0;
    background-color: rgba(0, 0, 0 ,0.4);
}

.table-main th,.table-main td {
    padding: 8px;
    border: 1px solid #474654;
}

.box {
    background: #202a39;
    border-radius: 20px;
    color: #fff;
}

a.box {
    display: block;
}

.all-height {
    height: 100%;
}

.bg-pink,.accordion-area>li .open {
    background: #ff6193;
    background: -moz-linear-gradient(-45deg, #ff6193 0%, #d92349 100%);
    background: -webkit-linear-gradient(-45deg, #ff6193 0%,#d92349 100%);
    background: linear-gradient(135deg, #ff6193 0%,#d92349 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6193', endColorstr='#d92349',GradientType=1 );
}

.bg-green {
    background: #55d11b;
    background: -moz-linear-gradient(-45deg, #55d11b 0%, #149d67 100%);
    background: -webkit-linear-gradient(-45deg, #55d11b 0%,#149d67 100%);
    background: linear-gradient(135deg, #55d11b 0%,#149d67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55d11b', endColorstr='#149d67',GradientType=1 );
}

.bg-purple {
    background: #be71fb;
    background: -moz-linear-gradient(-45deg, #be71fb 0%, #732dde 100%);
    background: -webkit-linear-gradient(-45deg, #be71fb 0%,#732dde 100%);
    background: linear-gradient(135deg, #be71fb 0%,#732dde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be71fb', endColorstr='#732dde',GradientType=1 );
}

.bg-blue {
    background: #04c2f7;
    background: -moz-linear-gradient(-45deg, #04c2f7 0%, #2084ff 100%);
    background: -webkit-linear-gradient(-45deg, #04c2f7 0%,#2084ff 100%);
    background: linear-gradient(135deg, #04c2f7 0%,#2084ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c2f7', endColorstr='#2084ff',GradientType=1 );
}

.bg-aqua {
    background: #07a7bf;
    background: -moz-linear-gradient(-45deg, #07a7bf 0%, #08707f 100%);
    background: -webkit-linear-gradient(-45deg, #07a7bf 0%,#08707f 100%);
    background: linear-gradient(135deg, #07a7bf 0%,#08707f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07a7bf', endColorstr='#08707f',GradientType=1 );
}

.bg-orange {
    background: #ffa429;
    background: -moz-linear-gradient(-45deg, #ffa429 0%, #b86225 100%);
    background: -webkit-linear-gradient(-45deg, #ffa429 0%,#b86225 100%);
    background: linear-gradient(135deg, #ffa429 0%,#b86225 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa429', endColorstr='#b86225',GradientType=1 );
}

/*@font-face {
	font-family:MontserratBold;src:url(../fonts/montserrat-bold.woff) format("woff"),url(../fonts/montserrat-bold.woff2) format("woff2")
}

@font-face {
	font-family:Montserrat;src:url(../fonts/montserrat-medium.woff) format("woff"),url(../fonts/montserrat-medium.woff2) format("woff2")
}*/

body,html {
	padding: 0;
	margin: 0;
	background-color: #0a1019;
	font-family: Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
}

body {

	overflow-anchor: none;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	scrollbar-width: thin;
	scrollbar-color: #0a1019 transparent
}



.border {
    border-radius: 10px;
}

.p {
    margin: 15px 0;
}


  
a {
	color: inherit;
	text-decoration: none
}

* {
	box-sizing: border-box
}

button {
	border: none;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	background-color: transparent
}

.page-container,p {
	margin: 0
}

.icon {
	width: 1.4em;
	height: 1.4em
}

.ico-img {
/*	background: url(../images/sprite.png) no-repeat 0 0;*/
	background-size: 207px 175px;
	width: 24px;
	height: 24px;
	filter: url(../images/b69417bebf25788e.css#tint-555c66)
}

.spt_license {
	background-position: 0 0;
	width: 58px;
	height: 58px
}

.spt_Gambling {
	background-position: -59px 0;
	width: 90px;
	height: 32px
}

.spt_CGF {
	background-position: 0 -59px;
	width: 62px;
	height: 31px
}

.spt_RNG {
	background-position: 0 -91px;
	width: 34px;
	height: 33px
}

.spt_safe {
	background-position: -150px 0;
	width: 31px;
	height: 36px
}

.spt_AAVE {
	background-position: -150px -37px
}

.spt_AMPL {
	background-position: -150px -62px
}

.spt_AXS {
	background-position: -150px -87px
}

.spt_BCH {
	background-position: -59px -33px
}

.spt_BNB {
	background-position: -84px -33px
}

.spt_BTC {
	background-position: -109px -33px
}

.spt_DAI {
	background-position: -63px -59px
}

.spt_DOGE {
	background-position: -88px -59px
}

.spt_ENJ {
	background-position: -113px -59px
}

.spt_EOS {
	background-position: -35px -91px
}

.spt_ETH {
	background-position: -60px -91px
}

.spt_LINK {
	background-position: -85px -91px
}

.spt_LTC {
	background-position: -110px -91px
}

.spt_NBX {
	background-position: 0 -125px
}

.spt_NFT {
	background-position: -25px -125px
}

.spt_POT {
	background-position: -50px -125px
}

.spt_SATS {
	background-position: -75px -125px
}

.spt_SHIB {
	background-position: -100px -125px
}

.spt_TRTL {
	background-position: -125px -125px
}

.spt_TRX {
	background-position: -150px -125px
}

.spt_UNI {
	background-position: 0 -150px
}

.spt_USDC {
	background-position: -25px -150px
}

.spt_USDT {
	background-position: -50px -150px
}

.spt_VSYS {
	background-position: -75px -150px
}

.spt_XLM {
	background-position: -100px -150px
}

.spt_XMR {
	background-position: -125px -150px
}

.spt_XRP {
	background-position: -150px -150px
}

.spt_YFI {
	background-position: -182px 0
}

