.activation-activities {
	width: 100%;
	overflow: hidden;
	background: #f3f3f3;
	color: #0a0a0a;
	font-family: "Mulish", sans-serif;
}

.activation-activities__grain {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 1920 / 2499;
	background: #f3f3f3 var(--activation-activities-bg) center bottom / cover no-repeat;
	container-type: inline-size;
}

.activation-activity {
	position: absolute;
	left: 0;
	width: 100%;
}

.activation-activity--game {
	top: 0;
	height: 43.2573%;
}

.activation-activity--drink {
	top: 43.2573%;
	height: 43.1773%;
}

.activation-activity--happy {
	top: 86.4346%;
	height: 13.5654%;
}

.activation-activity__copy {
	position: absolute;
	left: 15.4167%;
	z-index: 2;
}

.activation-activity--game .activation-activity__copy {
	top: 11.1933%;
	width: 37.8646%;
}

.activation-activity--drink .activation-activity__copy {
	top: 10.1946%;
	width: 35.5729%;
}

.activation-activity--happy .activation-activity__copy {
	top: 29.2035%;
	width: 31.1458%;
}

.activation-activity__heading {
	display: flex;
	align-items: center;
	gap: 1.1979cqw;
	min-height: 2.7604cqw;
}

.activation-activity__heading span {
	width: 2.0833cqw;
	height: 2.0833cqw;
	border-radius: 50%;
	background: #d2ff00;
	flex: none;
}

.activation-activity__heading h2 {
	margin: 0;
	font-size: 1.25cqw;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.activation-activity__copy ul {
	margin: 1.0417cqw 0 0 0.5729cqw;
	padding-left: 1.3021cqw;
	font-size: 1.0417cqw;
	font-weight: 400;
	line-height: 1.4;
}

.activation-activity__copy li {
	margin: 0;
}

.activation-activity__copy strong {
	font-weight: 800;
}

.activation-activity__media {
	position: absolute;
	inset: 31.36% 0 0;
	overflow: hidden;
	background: #0a0a0a;
}

.activation-activity--drink .activation-activity__media {
	inset-block-start: 31.3253%;
}

.activation-activity__video,
.activation-activity__photo {
	position: absolute;
	top: 0;
	height: 100%;
	object-fit: cover;
}

.activation-activity__video {
	left: 0;
	width: 100%;
}

.activation-activity__photo {
	right: 0;
	z-index: 1;
	width: 36.4063%;
	object-position: center bottom;
}

.activation-happy-hour {
	position: relative;
	width: 100%;
	aspect-ratio: 1920 / 737;
	overflow: hidden;
	background: #061426;
	container-type: inline-size;
}

.activation-happy-hour__video,
.activation-happy-hour__shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.activation-happy-hour__video {
	object-fit: cover;
}

.activation-happy-hour__shade {
	z-index: 1;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}

.activation-happy-hour__invitation {
	position: absolute;
	top: 13.5685%;
	left: 11.5625%;
	z-index: 2;
	display: block;
	width: 76.875%;
	height: 74.3555%;
	object-fit: cover;
}

@media (max-width: 767px) {
	.activation-activities__grain {
		height: auto;
		aspect-ratio: auto;
		background-position: center bottom;
	}

	.activation-activity {
		position: relative;
		top: auto;
		height: auto;
		padding-top: 56px;
	}

	.activation-activity--happy {
		padding-bottom: 48px;
	}

	.activation-activity__copy,
	.activation-activity--game .activation-activity__copy,
	.activation-activity--drink .activation-activity__copy,
	.activation-activity--happy .activation-activity__copy {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		margin: 0 24px 28px;
	}

	.activation-activity__heading {
		gap: 12px;
		min-height: 0;
		align-items: flex-start;
	}

	.activation-activity__heading span {
		width: 22px;
		height: 22px;
		margin-top: 2px;
	}

	.activation-activity__heading h2 {
		font-size: 23px;
		line-height: 1.15;
	}

	.activation-activity__copy ul {
		margin: 22px 0 0 3px;
		padding-left: 22px;
		font-size: 16px;
	}

	.activation-activity__media,
	.activation-activity--drink .activation-activity__media {
		position: relative;
		inset: auto;
		overflow: visible;
		background: transparent;
	}

	.activation-activity__video,
	.activation-activity__photo {
		position: relative;
		inset: auto;
		display: block;
		width: 100%;
		height: auto;
	}

	.activation-activity__video {
		aspect-ratio: 16 / 9;
	}

	.activation-activity__photo {
		aspect-ratio: 1398 / 1484;
	}

	.activation-happy-hour {
		aspect-ratio: 1920 / 737;
	}

	.activation-happy-hour__invitation {
		top: 10%;
		left: 8%;
		width: 84%;
		height: auto;
		aspect-ratio: 1476 / 548;
		object-fit: contain;
	}
}
