body {
	background: #000000;
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
}

* {
	box-sizing: border-box;
}

.play-now {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 5%;
	left: 5%;
	width: calc(100vw - 10%);
	height: 75vh;
}

.terms {
	font-size: 10px;
	letter-spacing: -0.5px;
	line-height: 1.8;
	text-align: justify;
	width: 100%;
	padding: 15px 15px 0;
	margin-top: -115px;
	color: #ffffff;
}

.terms-text {
	background: rgba(0 0 0 / 75%);
	text-transform: uppercase;
}

.terms a {
	color: #ffffff;
}

.footer {
	font-size: 14px;
	color: #606060;
	font-weight: 300;
	padding: 0 15px 40px;
	margin: 0 auto;
	max-width: 1366px;
}

.footer a,
.footer > ul > li > a {
	color: #009cff;
	text-decoration: none;
}

.logos {
	background: url("../assets/img/mobile/LP_footer_logos_mobile_.png") center
		no-repeat;
	width: 100%;
	height: 120px;
	background-size: contain;
	background-position-y: center;
}

/* ------------------------------------------------------------ *\
    List logos
\* ------------------------------------------------------------ */

.container:has(.list-logos) {
	overflow: hidden;
}

.container:has(.list-logos) .terms-text {
	text-align: center;
	margin: 30px 0 0;
}

.container:has(.list-logos) .logos {
	display: none;
}

.list-logos {
	margin: 40px auto;
}

.list-logos * {
	box-sizing: border-box;
}

.list-logos ul {
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: hidden;
}

.list-logos li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	flex: 0 0 10%;
	max-width: 10%;
}

.list-logos img {
	max-height: 30px;
	max-width: 100%;
}

@media (max-width: 1023px) {
	.list-logos li {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (max-width: 767px) {
	.list-logos {
		margin: 10px auto;
	}

	.list-logos li {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 658px) {
	.play-now {
		top: 5%;
		left: 5%;
		width: 90%;
		height: 75%;
	}

	.logos {
		background: url("../assets/img/desktop/LP_footer_logos_desktop_.png")
			center no-repeat;
		width: 95%;
		margin: 0 auto;
		max-width: 1200px;
		background-size: contain;
	}

	.terms {
		font-size: 14px;
		font-weight: 500;
		padding: 0 15px;
		max-width: 1366px;
		text-align: center;
		z-index: 2;
		position: relative;
		line-height: 24px;
	}

	.footer {
		font-size: 12px;
	}
}
