.top-disclaimer {
	font-size: 12px;
	opacity: 0.8;
	padding-top: 20px;
}

.logo-wrapper {
	max-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

.logo-xkom {
	height: 42px;
}

.logo-vendor {
	height: 48px;
}

/* promo */

.promo-wrapper {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.promo {
	display: flex;
	flex-direction: column;
	padding: 40px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	background-color: #2e2925;
	border-radius: 16px;
	max-width: 23%;
	text-align: center;
}

.promo img {
	max-height: 80px;
	max-width: 80px;
}

.promo h5 {
	font-weight: 600;
	margin-bottom: 0px;
	padding-bottom: 0;
	font-size: 18px;
}

/* prods */

.prods-section {
	padding-top: 100px;
}

.section-title h2 {
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}

.section-title h5 {
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

.prod-wrapper {
	padding: 40px;
	border-radius: 16px;
	background: linear-gradient(180deg, #2e2925 0%, #7d726a 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 49%;
}

.text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.prod-wrapper img {
	max-height: 350px;
}

.prod-wrapper h4 {
	margin-bottom: 0;
}

.prod-description {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 10px;
}

.prod-description p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}

/* cashback */

.cashback-section {
	padding-top: 100px;
}

.cashback-wrapper {
	background-color: #2e2925;
	padding: 40px;
	border-radius: 16px;
	width: 49%;
}

.cashback-title {
	text-align: center;
}

.cashback-title p {
	font-size: 3rem;
	font-weight: 700;
	color: #ff6900;
	margin-bottom: 0;
}

.cashback-title h5 {
	margin-bottom: 0;
}

.cashback-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 20px;
}

.cashback-list p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0px;
}

.cashback-footer p {
	width: 80%;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

/* lotery */

.lotery-section {
	padding-top: 100px;
}

.lotery-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.lotery-step img {
	max-height: 50px;
}

.lotery-step h5 {
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
}

.lotery-step span {
	text-decoration: underline;
}

.lotery-footer p {
	width: 80%;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

.prize-wrapper {
	padding-bottom: 40px;
}

.prize-left {
	display: flex;
	align-items: center;
	width: 49%;
	text-align: center;
	background: linear-gradient(180deg, #2e2925 0%, #7d726a 100%);
	padding: 40px;
	border-radius: 16px;
	justify-content: center;
}

.prize-left img {
	max-height: 300px;
}

.prize-left span {
	color: #ff6900;
	font-weight: 700;
	font-size: 1.8rem;
}

.prize-right {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 49%;
}

.prize-right-wrapper {
	background: linear-gradient(180deg, #2e2925 0%, #524a45 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	padding: 40px;
	gap: 10px;
}

.prize-right span {
}

/* trade */

.trade-section {
	padding-top: 100px;
}

.trade-wrapper {
	background-color: #2e2925;
	padding: 40px;
	border-radius: 16px;
	width: 49%;
}

.trade-title {
	text-align: center;
}

.trade-title h3 {
	margin-bottom: 0;
	font-weight: 400;
}

.trade-title p {
	font-size: 3rem;
	font-weight: 700;
	color: #ff6900;
	margin-bottom: 0;
}

.trade-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
	margin-top: 20px;
}

.trade-list p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 0px;
}

.trade-footer p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.trade-footer a {
	margin: 0 auto;
	margin-top: 20px;
}

.trade-disclaimer a {
	text-decoration: underline;
	font-weight: 600;
}

.trade-disclaimer {
	padding-top: 25px;
	opacity: 0.6;
	font-size: 14px !important;
}

.trade-footer-2 p {
	width: 80%;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

h1 {
	font-size: 2.2rem;
	margin-bottom: 0;
}

h2 {
	font-size: 2rem;
}

.band-section {
	padding-top: 100px;
}

.band-img {
	background: linear-gradient(180deg, #2e2925 0%, #524a45 100%);
	border-radius: 16px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 40px;
}

.band-img img {
	max-height: 350px;
	width: auto;
}

.band-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.band-step img {
	max-height: 50px;
}

.band-step h5 {
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
}

.band-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.band-footer p {
	width: 80%;
	font-size: 14px;
	color: #fff;
	opacity: 0.6;
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
}

.band-footer a {
	margin-top: 40px;
}

.band-disclaimer a {
	text-decoration: underline;
	font-weight: 600;
}

@media (max-width: 1200px) {
	.top__wrapper {
		background-size: 110%;
		background-position: bottom left;
		background-repeat: no-repeat;
		width: 100%;
		margin: 0 auto;
		padding-top: 50px;
	}
}

@media (max-width: 1080px) {
	.promo {
		max-width: 48%;
	}

	.prod-section {
		gap: 20px;
	}

	.prod-wrapper {
		max-width: 98%;
	}

	.cashback-wrapper {
		width: 98%;
	}

	.cashback-padding {
		gap: 20px;
	}

	.prize-left {
		width: 98%;
	}

	.prize-right {
		width: 98%;
		padding-top: 20px;
	}

	.lotery-padding {
		gap: 20px;
	}

	.band-padding {
		gap: 20px;
	}

	.trade-padding {
		gap: 20px;
	}

	.trade-wrapper {
		width: 98%;
	}
}

@media (max-width: 992px) {
	.top__copy--left {
		padding-top: 0px;
	}

	.top__wrapper {
		padding-top: 60px;
		background-position: bottom left;
	}

	h1 {
		font-size: 1.8rem;
		margin-bottom: 0;
	}

	h2 {
		font-size: 1.6rem;
	}
}

@media (max-width: 768px) {
	.top__wrapper {
		background-size: 120%;
		background-position: bottom right;
		background-repeat: no-repeat;
		width: 100%;
		height: 700px;
		margin: 0 auto;
		padding-top: 50px;
	}
}

@media (max-width: 576px) {
	.top__wrapper {
		background-size: 220%;
		background-position: bottom right -80px;
		background-repeat: no-repeat;
		width: 100%;
		height: 820px;
		margin: 0 auto;
		padding-top: 50px;
	}

	.promo {
		max-width: 98%;
		padding: 20px;
	}

	.prod-wrapper {
		flex-direction: column;
	}

	.text-wrapper {
		text-align: center;
	}

	.text-wrapper a {
		margin: 0 auto;
	}

	.prize-left {
		flex-direction: column;
	}

	.prize-right-wrapper {
		flex-direction: column;
	}
}

@media (max-width: 450px) {
	.top__wrapper {
		background-size: 190%;
		background-position: bottom right -80px;
		background-repeat: no-repeat;
		width: 100%;
		height: 820px;
		margin: 0 auto;
		padding-top: 50px;
	}
}

@media (max-width: 390px) {
	.top__wrapper {
		background-size: 190%;
		background-position: bottom right -80px;
		background-repeat: no-repeat;
		width: 100%;
		height: 760px;
		margin: 0 auto;
		padding-top: 50px;
	}
}

.top__copy--left h3 {
	font-size: 16px;
	opacity: 0.8;
}
