body {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #121a25
}

.main {
	width: 100%;
	background: #121a25;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex
}

.topBar {
	align-self: stretch;
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 16px;
	padding-bottom: 16px;
	background: #0f1621;
	justify-content: space-between;
	align-items: center;
	display: flex
}

.topBarLink {
	width: 224px;
	height: 32px;
	position: relative;
	overflow: hidden
}

.topBarContent {
	justify-content: flex-start;
	align-items: center;
	gap: 13px;
	display: flex
}

.header {
	height: 100%;
	align-self: stretch;
	position: relative;
	background: linear-gradient(225deg, rgba(12, 67, 149, 0) 0, rgba(11.78, 66.57, 148.75, 0.64) 100%);
	background-blend-mode: screen, overlay, normal, normal, normal;
	overflow: hidden;
	background-image: url(../images/banner.png?v4); 
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
	align-items: center;
}

.headerWrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 3% 0% 9% 1%;
}

.headerTxtWrapper {
	flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    font-size: 40px;
    font-family: Poppins;
    font-weight: 900;
    text-transform: uppercase;
    word-wrap: break-word;
    margin-bottom: 30px;
}

.headerPercent {
	color: #FBC30D;
	text-shadow: 0px 1px 0px rgba(144, 118, 31, 1.00);
	font-size: 285px;
    line-height: 250px;
}

.headerPercentWhite {
	color: white;
	text-shadow: 0px 1px 0px rgba(144, 118, 31, 1.00);
	font-size: 129px;
    line-height: 119px;
}

.headerSmall {
	color: white;
	font-size: 31px;
    line-height: 30px;
}

.btn {
	padding-left: 52px;
	padding-right: 52px;
	padding-top: 14px;
	padding-bottom: 12px;
	background: radial-gradient(ellipse 63.81% 87.00% at 50.00% 50.00%, #dc7911 0, rgba(255, 226.16, 73.31, 0.20) 100%), #fbc30d;
	box-shadow: 0 0 10px #fc9020;
	border-radius: 16px;
	outline: 2px #f49a1a solid;
	outline-offset: -2px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	display: inline-flex;
	transition: .3s
}

.btnJoin {
	color: white;
	font-size: 24px;
	font-family: Poppins;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: .96px;
	word-wrap: break-word;
	text-shadow: 0 4px 4px rgba(232, 132, 29, 0.24);
	text-decoration: none
}

.btnHeaders {
	opacity: 0.8;
	transition: .3s;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	display: flex;
}

.btnTxtHeader {
	color: white;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 700;
	line-height: 24px;
	word-wrap: break-word;
	text-decoration: none;
}

.btnHeaders:hover {
	opacity: 1;
	transition: .3s;
}

.btn:hover {
	background-color: #ff4500;
	transition: .3s;
	cursor: pointer
}

.cardsMain {
	position: relative;
	align-self: stretch;
	padding: 100px 0 100px 0;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 100px;
	display: flex
}

.cardsWrapper {
	width: 100%;
	text-align: center;
	position: relative;
}

.cardsTitle {
	color: white;
	font-size: 56px;
	font-family: Poppins;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 66px;
	word-wrap: break-word
}

.cardsTitleSmall {
	color: white;
	padding-top: 20px;
	font-size: 30px;
	font-family: Poppins;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 45px;
	word-wrap: break-word
}

.cardsList {
	width: 100%;
	align-self: center;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	display: flex;
	flex-direction: row
}

.cardsItem {
	width: 284px;
	padding-bottom: 40px;
	padding-left: 24px;
	padding-right: 24px;
	background: radial-gradient(ellipse 109.44% 109.46% at 96.35% 51.24%, rgba(22, 24, 40, 0) 26%, rgba(22, 24, 40, 0.03) 62%, rgba(22, 24, 40, 0.11) 75%, rgba(22, 24, 40, 0.25) 84%, rgba(22, 24, 40, 0.47) 92%, rgba(22, 24, 40, 0.50) 93%), #207FC0;
	border-radius: 36px;
	outline: 2px #2c3746 solid;
	outline-offset: -2px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	display: inline-flex
}

.cardsItem2 {
	width: 350px;
	padding-bottom: 0;
	padding-left: 24px;
	padding-right: 24px;
	background: radial-gradient(ellipse 109.44% 109.46% at 96.35% 51.24%, rgba(22, 24, 40, 0) 26%, rgba(22, 24, 40, 0.03) 62%, rgba(22, 24, 40, 0.11) 75%, rgba(22, 24, 40, 0.25) 84%, rgba(22, 24, 40, 0.47) 92%, rgba(22, 24, 40, 0.50) 93%), #207FC0;
	border-radius: 36px;
	outline: 2px #2c3746 solid;
	outline-offset: -2px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	display: inline-flex
}

.cardsItemImg {
	position: relative;
	top: -50px;
	width: 105px;
	height: 105px;
	background: transparent
}

.cardsTxtWrapper {
	align-self: stretch;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
	display: flex
}

.cardsTxtTitle {
	align-self: stretch;
	text-align: center;
	color: white;
	font-size: 32px;
	font-family: Poppins;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: .40px;
	word-wrap: break-word
}

.cardsTxtContent {
	align-self: stretch;
	height: 112px;
	text-align: center
}

.cardsTxt {
	font-size: 17px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 28px;
	word-wrap: break-word;
	color: white
}

.shardTopLeft {
	position: absolute;
	top: 0%;
	left: 10%
}

.shardTopRight {
	position: absolute;
	top: -2%;
	right: 10%;
}

.shardBotLeft {
	position: absolute;
	top: 80%;
	left: 10%;
}

.shardBotRight {
	position: absolute;
	top: 80%;
	right: 10%
}

.coinLeft {
	width: 142.50px;
	height: 174.50px;
	position: absolute;
	top: 87%;
    left: 5%;
    z-index: 11;
}

.coinRight {
	width: 131.50px;
	height: 123.50px;
	position: absolute;
	top: -10%;
	left: 82%;
}

.welcome {
	position: relative;
	text-align: center;
	align-self: stretch;
	height: 100%;
	padding-top: 100px;
	background-image: url(../images/bg_prize.png);
}

.welcome ul, .welcome li {
    margin: 0; padding: 0;text-align: start;
}

.welcomeWrapper {
	width: 100%;
	position: relative;
	padding-top: 68px;
	padding-bottom: 68px;
	margin-top: 70px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 100px;
	display: flex;
}

.welcomeTitle {
	align-self: stretch;
	text-align: center;
	color: #fff;
	font-size: 72px;
	font-family: Poppins;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 72px;
	word-wrap: break-word;
}

.welcomeTitleSmall {
	align-self: stretch;
	text-align: center;
	color: white;
	font-size: 32px;
	font-family: Poppins;
	text-transform: capitalize;
	line-height: 50px;
	word-wrap: break-word;
}

.paymentsMain {
	align-self: stretch;
	width: 100%;
	height: 895px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: 100px;
	background: #3B72F8;
	align-items: center;
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-blend-mode: hue;
}

.paymentsWrapper {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 28px;
	display: flex;
	margin-top: 30px;
}

.paymentsTitle {
	width: 996px;
	text-align: center;
	color: white;
	font-size: 65px; font-family: Titillium Web; font-weight: 900; text-transform: uppercase; line-height: 64px; word-wrap: break-word;
}

.paymentsTxt {
	width: 100%;
	text-align: center;
	color: white; font-size: 32px; font-family: Poppins; font-weight: 500; text-transform: capitalize; line-height: 40px; word-wrap: break-word;
}

.paymentsImg {
	width: 568px;
}

.terms {
	align-self: stretch;
	padding: 50px 0px 50px 0px;
	background: linear-gradient(180deg, rgba(15, 22, 33, 0) 0, #0f1621 100%);
	background-image: url(../images/bg_terms&conditions.png);
	background-repeat: no-repeat;
	background-size: cover;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 64px;
	display: flex;
	z-index: 10;
}

.termsWrapper {
	width: 500px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	display: flex
}

.termsTitle {
	width: 792px;
	text-align: center;
	color: white;
	font-size: 56px;
	font-family: Poppins;
	font-weight: 700;
	line-height: 64px;
	word-wrap: break-word
}

.termsTxtWrapper {
	width: 587px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	display: flex
}

.termsTxtContent {
	align-self: stretch;
	justify-content: center;
	align-items: center;
	gap: 12px;
	display: inline-flex
}

.termsTxtImg {
	align-self: stretch;
	padding-bottom: 6px;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 4px;
	display: flex
}

.termsTxt {
	flex: 1 1 0;
	color: white;
	font-size: 16px;
	font-family: Poppins;
	font-weight: 500;
	line-height: 28px;
	word-wrap: break-word
}

.termsLink {
	color: white;
}

.footer {
	align-self: stretch;
	padding-top: 16px;
	padding-bottom: 40px;
	padding-left: 120px;
	padding-right: 120px;
	background: #0f1621;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	display: flex
}

.footerWrapper {
	align-self: stretch;
	justify-content: space-between;
	align-items: center;
	display: inline-flex
}

.footerContent {
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	display: flex;
	flex-direction: row
}

.footerPayments {
	color: #9399a1;
	font-size: 12px;
	font-family: Poppins;
	font-weight: 400;
	line-height: 16px;
	word-wrap: break-word
}

.footerImgs {
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	display: flex
}

.footerImgsPay {
	width: 24px;
	height: 24px;
	position: relative;
	background: #23292f;
	border-radius: 20px
}

.footerImgsCrypto {
	width: 28px;
	height: 20px;
	position: relative;
	background: #23292f;
	border-radius: 5px;
	outline: 1px rgba(47, 43, 67, 0.10) solid;
	outline-offset: -1px
}

.footerUtils {
	align-self: stretch;
	justify-content: center;
	align-items: center;
	gap: 8px;
	display: inline-flex
}

.footerTxtUtils {
	color: #9399a1;
	font-size: 12px;
	font-family: Poppins;
	font-weight: 400;
	line-height: 16px;
	word-wrap: break-word
}

.separator,
.separator2 {
	color: #9399a1;
	font-size: 12px;
	font-family: Poppins;
	font-weight: 400;
	line-height: 16px;
	word-wrap: break-word
}

#goToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  font-weight: bold;
  font-family: Poppins;
  border: none;
  outline: none;
  background-color: #207FC0;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#goToTop:hover {
  background-color: #555;
}

@media only screen and (min-width:375px) and (max-width:599px) {
	.main {
		width: auto
	}

	.topBar {
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
		gap: 30px;
	}
	
	.header {
		background-image: url(../images/banner.png?v4);
		background-size: 100%;
		background-position: top;
		justify-content: center;
        align-items: center;
		height: 100%;
	}
	
	.header .btn {
		padding: 0px 10px 0px 10px;
        border-radius: 7px;
        margin-bottom: 10px;
	}
	
	.header .btnJoin {
		font-size: 9px !important;
	}
	
	.headerWrapper {
		margin: 3% 0% 1% 1%;
	}
	
	.headerTxtWrapper {
		margin-bottom: 10px;
	}
	
	.headerPercent {
		font-size: 50px;
        line-height: 40px;
	}
	
	.headerPercentWhite {
		font-size: 23px;
        line-height: 20px;
	}
	
	.headerSmall {
		display: none;
	}
	
	.btnJoin {
		font-size: 24px !important;
		line-height: 32px !important;
	}
	
	.btnHeaders {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.cardsMain {
		padding: 30px 0 100px 0;
		gap: 50px;
	}
	
	.cardsList {
		width: auto;
		flex-direction: column;
	}

	.cardsItem, .cardsItem2 {
		width: 305px;
		margin-top: 50px;
	}

	.cardsTitle {
		font-size: 30px;
		line-height: 50px;
	}
	
	.cardsTitleSmall {
		font-size: 17px;
		line-height: 20px;
	}

	.cardsTxtTitle {
		font-size: 30px;
		line-height: 32px
	}

	.cardsTxt {
		font-size: 14px;
	}

	.welcome {
		padding-top: 0;
	}
	
	.welcomeWrapper {
		width: 100%;
		padding-top: 0;
		flex-direction: column;
	}
	
	.welcomeTitle {
		font-size: 30px;
		line-height: 40px;
	}
	
	.welcomeTitleSmall {
		padding-top: 20px;
        font-size: 14px;
        line-height: 19px;
	}
	
	.paymentsMain {
		height: 595px;
		margin-top: 0;
	}
	
	.paymentsTitle {
		font-size: 25px;
	}
	
	.paymentsTxt {
        font-size: 12px;
        line-height: 25px;
	}
	
	.paymentsImg {
		width: 368px;
	}
	
	.shardTopLeft,
	.shardTopRight,
	.shardBotLeft,
	.shardBotRight,
	.coinLeft,
	.coinRight {
		display: none
	}

	.termsTitle {
		width: 100%;
		font-size: 26px
	}

	.termsTxtWrapper {
		width: 300px
	}

	.termsTxt {
		font-size: 13px;
		line-height: 15px;
	}

	.footer {
		padding-left: 20px;
		padding-right: 20px
	}

	.footerWrapper {
		flex-direction: column
	}

	.footerContent {
		flex-direction: column;
		margin-top: 30px;
		text-align: center
	}

	.separator {
		display: none
	}
}

@media only screen and (min-width:600px) and (max-width:767px) {
	.main {
		width: auto
	}

	.topBar {
		padding-left: 10px;
		padding-right: 10px
	}

	.header {
		background-image: url(../images/banner.png?v4);
		background-size: 100%;
		background-position: top;
		justify-content: center;
        align-items: center;
		height: 100%;
	}
	
	.header .btn {
		padding: 0px 10px 0px 10px;
        border-radius: 7px;
	}
	
	.header .btnJoin {
		font-size: 14px !important;
	}
	
	.headerTxtWrapper {
		margin-bottom: 10px;
	}
	
	.headerPercent {
		font-size: 95px;
        line-height: 85px;
	}
	
	.headerPercentWhite {
		font-size: 45px;
        line-height: 40px;
	}
	
	.headerSmall {
		font-size: 11px;
		line-height: 10px;
	}
	
	.cardsList {
		width: auto;
		flex-direction: column
	}

	.cardsItem, .cardsItem2 {
		margin-top: 50px
	}
	
	.cardsTitle {
		font-size: 40px
	}
	
	.cardsTxtTitle {
		font-size: 35px
		line-height: 43px;
	}

	.welcomeTitle {
		font-size: 42px;
		line-height: 42px
	}

	.shardTopLeft,
	.shardTopRight,
	.shardBotLeft,
	.shardBotRight,
	.coinLeft,
	.coinRight {
		display: none
	}

	.termsTitle {
		width: 100%;
		font-size: 36px
	}

	.termsTxtWrapper {
		width: 300px
	}

	.termsTxt {
		font-size: 14px;
		line-height: 14px
	}

	.footerWrapper {
		flex-direction: column
	}

	.footerContent {
		flex-direction: column;
		margin-top: 30px;
		text-align: center
	}

	.separator {
		display: none
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.main {
		width: auto
	}

	.topBar {
		padding-left: 10px;
		padding-right: 10px
	}
	
	.header {
		background-image: url(../images/banner.png?v4);
		background-size: 100%;
		background-position: top;
		height: 100%
	}
	
	.header .btn {
		padding: 7px 20px 7px 20px;
        border-radius: 10px;
	}
	
	.header .btnJoin {
		font-size: 22px !important;
	}
	
	.headerTxtWrapper {
		margin-bottom: 10px;
	}
	
	.headerPercent {
		font-size: 140px;
        line-height: 120px;
	}
	
	.headerPercentWhite {
		font-size: 63px;
        line-height: 60px;
	}
	
	.headerSmall {
		font-size: 15px;
        line-height: 14px;
	}
	
	.cardsList {
		width: auto;
		flex-direction: column
	}
	
	.cardsItem, .cardsItem2 {
		margin-top: 50px
	}

	.shardTopLeft,
	.shardTopRight,
	.shardBotLeft,
	.shardBotRight,
	.coinLeft,
	.coinRight {
		display: none
	}

	.footerWrapper {
		flex-direction: column
	}

	.footerContent {
		margin-top: 30px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.headerWrapper {
		margin: 1% 0% 9% 1%;
	}
	
	.headerPercent {
		font-size: 185px;
        line-height: 170px;
	}
	
	.headerPercentWhite {
		font-size: 83px;
        line-height: 75px;;
	}
	
	.headerSmall {
		font-size: 20px;
        line-height: 25px;
	}

	.cardsItem, .cardsItem2 {
		margin-top: 50px
	}

	.shardTopLeft,
	.shardTopRight,
	.shardBotLeft,
	.shardBotRight,
	.coinLeft,
	.coinRight {
		display: none
	}

	.footer {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media only screen and (min-width:1200px) and (max-width:1375px) {
	.headerPercent {
		font-size: 185px;
        line-height: 170px;
	}
	
	.headerPercentWhite {
		font-size: 83px;
        line-height: 75px;;
	}
	
	.headerSmall {
		font-size: 20px;
        line-height: 25px;
	}

	.cardsItem, .cardsItem2 {
		margin-top: 50px
	}
}

@media only screen and (min-width:1376px) and (max-width:1600px) {
	.headerPercent {
		font-size: 185px;
        line-height: 170px;
	}
	
	.headerPercentWhite {
		font-size: 83px;
        line-height: 75px;;
	}
	
	.headerSmall {
		font-size: 20px;
        line-height: 25px;
	}

	.cardsItem, .cardsItem2 {
		margin-top: 50px
	}
}