.hero_heroImage__uC-rm video {
	top: 50% !important;
	left: 50% !important;
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
	transform: translate(-50%, -50%);
}
#sticky-header {
	transition: all 0.5s ease-in-out;
}
.sticky-header--active {
	transition: all 0.5s ease-in-out;
	position: sticky;
	top: 0;
  background-color: #ebebe2;
  box-shadow: 1px 1px 5px 1px #88888852;
}
.text-opacity-animated {
	transition: all 1s ease-in-out;
	opacity: 1 !important;
}
.mobile-nav a,
.mobile-nav summary {
	font-weight: 400;
  font-size: 34px;
  line-height: 36px;
  letter-spacing: .05em;
  padding: 10px 0;
}
.mobile-nav details[open] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background-color: #000;
}
.mobile-nav details[open] summary {
	position: fixed;
	top: 25px;
	left: 25px;
	text-indent: -9999px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-color: #000;
	font-size: 0;
	z-index: 300;
	padding: 0;
}

.mobile-nav details[open] summary:before {
	content: '';
	width: 14px;
	height: 14px;
	border: 2px solid #fff;
	border-width: 2px 2px 0 0;
	transform: translate(-50%, -50%) rotate(-135deg);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
}
summary {
	outline: none;
	list-style: none;
}
summary::-webkit-details-marker {
	display: none !important;
}
.age-checker {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 111;
	background-image: url(/images/3_clouds.png);
	background-size: contain;
	background-position: right bottom;
	background-color: #ebebe2;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 24px;
}
.age-checker--text,
.age-checker--fail {
	font-family: Dala Moa;
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: normal;
	max-width: 600px;
}
.subscribe_formContainer__Y1qQp button {
	color: #000 !important;
}
@media only screen and (min-width: 1024px) {
	.age-checker--text,
	.age-checker--fail {
		font-size: 48px;
	}
}