/*******************/
/***** GENERAL *****/
/*******************/

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--cw: #fff;
	--c0: #113D68;
	--c1: #8eafcd;
	--c2: #9b9991;
	--c3: #FFC78B;
	--c4: #50B948;
	--c5: #F99D25;
	--c6: #A1E1FF;
	--c7: #DCB16E;
	--c8: #006432;
	--c9: #A2D45E;
	--c10: #166938;
	--f01: "Montserrat";
}

html {
	position: relative;
}

body {
	font-family: var(--f01), sans-serif;
  	font-size: 15px;
	padding: 0;
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
	color: var(--cw);
	/* background: rgb(252, 214, 15);
	background: linear-gradient(
		0deg,
		rgba(252, 214, 15, 1) 0%,
		rgba(255, 245, 195, 1) 100%
	); */

	background-color: var(--c1);
}

* {
	/* Works on Firefox */
	scrollbar-width: thin;
	scrollbar-color: var(--c0) white;
}

*::-webkit-scrollbar {
	width: 12px;
}

*::-webkit-scrollbar-track {
	background: var(--c0);
}

*::-webkit-scrollbar-thumb {
	background-color: var(--c0);
	border-radius: 10px;
	border: 3px solid white;
}

*:focus {
	outline: none !important;
	box-shadow: none;
}

.language__switcher {
	position: fixed;
    left: 1em;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 10px;
    aspect-ratio: 1;
	z-index: 9999;
}

.language__switcher a {
	background: var(--c8);
    color: var(--cw);
    position: relative;
    text-decoration: none;
    font-family: var(--f01), sans-serif;
    letter-spacing: 0.5px;
    line-height: 24px;
    border-radius: 100%;
    text-align: center !important;
    margin: 0 auto !important;
    flex-direction: column;
    padding: 10px;
    width: 20px;
    height: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language__switcher a.active {
	display: none;
}

a {
	text-decoration: none;
}

section {
	padding: 2em;
}

.container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}

p {
	font-family: var(--f01), sans-serif;
	font-weight: bold;
}

#error-message {
	color: red;
}

.logo-text {
	max-width: 300px;
}

.btn-continue, 
.btn-return,
.btn-register {
	font-family: var(--f01), sans-serif;
	text-transform: uppercase;
	font-size: 28px;
	color: white;
	width: 100%;
	margin: 1em auto 0 auto;
	cursor: pointer;
	display: block;
	max-width: fit-content;
	line-height: 100%;
	z-index: 1;
	position: relative;
	top: 0;
	font-weight: 600;
	padding: 20px 40px;
	border-radius: 50px;
	border: 0;
	background-color: var(--c4);
	text-transform: none;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-continue:hover, 
.btn-return:hover,
.btn-register:hover {
	color: #a8e8a3;
}

.prize-image {

	padding: 0 2em;

	.inner {
		max-width: 550px;
		padding: 3em 4em;
		background-color: var(--c9);
		border-radius: 30px;
	}

	img {
		margin-top: -140px;
		margin-bottom: -30px;
	}
}

.product-image {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    /* bottom: 10%; */
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
	position: relative;
    margin-top: 4em;
    bottom: 0;
}

.product-image img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}

.registration .product-image,
.rules .product-image {
	position: relative;
	bottom: 0;
}

.rules .product-image {
	margin-top: 15em;
}

.rules {
	background: linear-gradient(
		0deg,
		#8eafcd 0%,
		#8eafcd 100%
	);
}

.rules::before {
	background-image: none;
	background-color: var(--c9);
}

.content {
	text-align: center;
	/* overflow: hidden; */
	overflow-x: clip;
	z-index: 1;
}

.content .backgrounds {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.content .backgrounds img {
	position: absolute;
}

.content .container {
	position: relative;
	border-radius: 30px 30px 0 0;
	margin-top: 4em;
	margin-bottom: 4em;
}

.content .container .logo-container {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
	z-index: 10;
}

.content .container .logo {
    margin: 0 auto;
	max-width: 250px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.content .container .logo-text {
	position: relative;
}

.content .container .logo-tag {
	max-width: 240px;
    width: 100%;
    object-fit: contain;
    height: auto;
    position: absolute;
    top: -120px;
    right: -80px;
}

.content .container .title {
	max-width: 400px;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.characters {
	bottom: 40px;
	position: absolute;
	left: -70px;
}

.content .inner {
	max-width: 650px;
	width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .inner-wide {
	max-width: 750px;
}

.content .divide {
	margin: 2em auto;
	filter: brightness(100) saturate(100%);
}

.content .heading {
	font-family: var(--f01);
    letter-spacing: 0.5px;
    font-size: 22px;
    margin: 0 auto 2em;
    color: var(--cw);
    line-height: 140%;
	font-weight: normal;
}

.content .heading span {
	font-size: 36px;
	display: block;
	font-weight: bold;
}

.content .subheading {
	font-size: 30px;
}

.content p:first-of-type {
	margin-top: 0;
}

/*************/
/**** AGE ****/
/*************/

#age  {
    margin-top: 3em;
}

#age #ageForm {
	width: 100%;
    margin: 0;
}

#age .inner {
	max-width: 550px;
    padding: 3em 4em;
    background-color: var(--c9);
    border-radius: 30px;
}

#age .inner .subheading {
	color: var(--c10);
}

#age .fields  {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 1em;
}

#age .arrow {
    position: relative;
    width: 100%;
    height: auto;
}

#age .arrow:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--c10);
    font-size: 20px;
    pointer-events: none;
}

#age select {
    font-size: 16px;
    font-weight: bold;
    color: var(--c10);
    width: 100%;
    background: white;
    padding: 1em;
    appearance: none;
    cursor: pointer;
    border: 0;
}

#age #error-message {
	margin-top: 1em;
}

/*******************/
/**** FORBIDDEN ****/
/*******************/

#forbidden {
	padding: 5em 2em;
	display: flex;
	justify-content: center;
}

#forbidden .inner {
   	max-width: 550px;
    padding: 3em 4em;
}

#forbidden .heading {
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto 1em auto;
}

#forbidden .subheading {
	font-weight: normal;
	font-size: 20px;
	line-height: 140%;
	margin: 0;
}

/*******************************************/
/**** PRELAUNCH, POSTLAUNCH, & THANKYOU ****/
/*******************************************/

#forbidden > .inner,
#prelaunch > .inner,
#postlaunch > .inner,
#thankyou > .inner  {
	max-width: 550px;
    padding: 60px;
    background-color: var(--c9);
	border-radius: 30px;
}

#forbidden .heading,
#prelaunch .heading,
#postlaunch .heading,
#thankyou .heading {
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto 1em auto;
	color: var(--c8);
}

#forbidden .heading span,
#prelaunch .heading span,
#postlaunch .heading span,
#thankyou .heading span {
	color: var(--c8);
}

#forbidden .subheading,
#prelaunch .subheading,
#postlaunch .subheading,
#thankyou .subheading {
	color: var(--c8);
	font-weight: normal;
	font-size: 20px;
	line-height: 140%;
	margin: 0;
}

#prelaunch,
#postlaunch,
#registration,
#age,
#thankyou{
	display: flex;
	justify-content: center;
	z-index: 2;
}

.thankyou .prize-image .inner {
	max-width: 550px !important;
}

.thankyou .image-container {
	display: flex;
    justify-content: center;
}

.thankyou footer {
	margin-top: 25%;
}


/*********************/
/****** DEFAULT ******/
/*********************/

.default .content .container .logo-text {
    margin-top: 2em;
	max-width: 550px;
}

#default .inner {
	max-width: 960px;
	position: relative;
}

#default .inner p {
	background: var(--c10);
    padding: 2em 3em 3em 3em;
    border-radius: 20px;
    font-size: 27px;
    line-height: 127%;
	font-weight: 300;
}

#default .inner p span {
	font-size: 21px;
	display: block;
	margin: 0 auto 1em;
	line-height: normal;
}

#default .inner p strong {
    font-weight: 600;
    margin: 0 auto;
    line-height: normal;
}

#default .inner .btn-register {
	margin-top: -2em;
    display: block;
}

#default .inner #img-1 {
	position: absolute;
	left: -210px;
	top: -190px;
}

#default .inner #img-2 {
	position: absolute;
    right: -120px;
    bottom: -90px;
}

#default .grid {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	display: grid;
	margin-top: 3em;
	gap: 5em 3em;
}

#default .item {
	background: white;
	border-radius: 15px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	position: relative;
}

#default .item .icon {
	position: relative;
	z-index: 1;
	max-width: 275px;
	width: 100%;
	max-height: 250px;
	height: 100%;
	object-fit: contain;
	top: -30px;
}

#default .item:nth-child(3) .icon {
	top: 0;
	max-height: 220px;
}

#default .item .lines {
	position: absolute;
	top: -1em;
	right: -1em;
}

#default .item .heading {
	font-size: 36px;
	color: #e12726;
	transform: rotate(-5deg);
	margin-top: 0.5em;
	position: absolute;
	bottom: -25px;
}

#default .heading {
	font-size: 45px;
	color: var(--c1);
	text-transform: uppercase;
	line-height: 110%;
}

#default .heading span {
	font-size: 90px;
	line-height: 90%;
	display: block;
	color: white;
	font-weight: 100;
}

/********************/
/*** REGISTRATION ***/
/********************/

.registration .logo-tag {
	position: relative !important;
    right: 0 !important;
    left: 0 !important;
    top: 80px !important;
    margin-top: -5em;
}

#registration {
	z-index: 2;
    position: relative;
}

#registration #registration-form {
	margin-top: 1em;
}

#registration .inner {
	max-width: 550px;
    padding: 5em 4em 3em;
    background-color: var(--c10);
    border-radius: 30px;
}

#registration .inner .heading {
	font-size: 26px;
	margin: 0;
}

#registration .inner .heading span {
	font-size: 27px;
	font-weight: 300;
}

#registration .inner .heading strong {
	font-size: 27px;
	font-weight: bold;
}

.subheading {
	color: var(--c9);
}

#registration .fields {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}

#registration label {
	text-align: left;
    margin: 0 auto 1em 0;
    color: var(--cw);
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}

#registration input,
#registration textarea,
#registration select {
	font-family: var(--f01), sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: var(--c4);
    text-align: left;
    box-shadow: none;
    padding: 1em 1.5em;
    width: 100%;
	border: unset;
	margin-bottom: 1em;
	border-radius: 10px;
}

#registration select {
	width: 100%;
	appearance: none;
}

#registration .checkbox {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

#registration .checkbox:last-of-type {
	margin-bottom: 0;
}

#registration .checkbox input {
	display: none;
	visibility: none;
}

#registration .checkbox label {
	display: flex;
	align-items: center;
	position: relative;
	text-align: left;
	font-weight: normal;
	cursor: pointer;
	color: white;
	font-size: 12px;
	line-height: normal;
}

#registration .checkbox label a {
	color: white;
	font-size: 12px;
	line-height: normal;
}

#registration .checkbox label:before {
	content: "";
	background-color: white;
	width: 22px;
	height: 22px;
	aspect-ratio: 1;
	display: inline-block;
	margin-right: 1em;
	cursor: pointer;
}

#registration .checkbox label:after {
	content: "";
	font-family: "Font Awesome 6 Pro";
	color: var(--c0);
	font-size: 20px;
	position: relative;
	font-weight: bold;
	cursor: pointer;
}

#registration .checkbox input:checked + label:after {
	content: "\f00c";
	left: 3px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	bottom: 0;
}

#registration input::placeholder,
#registration textarea::placeholder,
#registration select::placeholder {
	opacity: 0.8;
	color: inherit;
}

#registration .upc-code {
	margin-top: 2em;
	width: calc(100% - 4em);
	padding: 2em;
	max-width: 100%;
	display: block;
	box-shadow: inset 0 0 0 3px var(--c9);
	border-radius: 10px;
}

#registration .upc-code .heading {
	font-size: 24px;
	font-weight: bold;
	color: var(--c9);
	margin: 0 auto 1em;
}

#registration .upc-code .subheading {
	font-size: 16px;
	font-weight: normal;
	margin-top: 0.5em;
	color: var(--cw);
}

#registration .upc-code input {
	background-color: white;
	border: 0;
	box-shadow: none;
	color: var(--c0);
}

#registration button[type="submit"] {
	font-family: var(--f01), sans-serif;
	letter-spacing: 0.5px;
	font-size: 25px;
	color: white;
	border: 0;
	width: 100%;
	margin-top: 1em;
	border-radius: 30px;
	cursor: pointer;
	position: relative;
	font-weight: 600;
	padding: 20px 30px;
	background-color: var(--c4);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#registration button[type="submit"]:hover {
	transform: translate(0, -5px);
}

#registration .disclaimer {
	margin-top: 2em;
}

#registration .disclaimer p {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

#registration .error-message {
	margin-top: 1em;
	font-style: italic;
}

#registration .characters-animate {
	bottom: 0;
	position: absolute;
	left: -50px;
}

#registration .characters-animate .base {
	z-index: 3;
	position: relative;
}

#registration .characters-animate .eye {
	position: absolute;
	left: 74px;
	z-index: 4;
	top: 241px;
}

#registration .characters-animate .frame {
	position: absolute;
	left: 50%;
	top: 215px;
	z-index: 5;
	transform: translate(-48px, 0);
}

.spinner {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	border: 3px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: spin 1s ease-in-out infinite;
	vertical-align: middle;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}

.btn-loading {
	opacity: 0.7;
	cursor: not-allowed;
}

.btn .spinner {
	display: none;
}

.btn-loading .spinner {
	display: inline-block !important;
}

/*************/
/*** RULES ***/
/*************/

#rules {
	max-width: 650px;
    margin: 0em auto;
	background: transparent;
	margin-bottom: 2em;
	margin-top: 2em;
}

#rules	* {
	color: var(--c8) !important;
	font-family: var(--f01), sans-serif !important;
	font-weight: 500 !important;
	line-height: 140% !important;
	text-align: left !important;
}

#rules .title {
	font-size: 26px !important;
	text-align: center !important;
	margin: 0 auto;
	font-weight: bold !important;
	line-height: normal !important;
	padding: 20px;
	margin-bottom: 1em;

	* {
		font-size: inherit !important;
		text-align: inherit !important;
		margin: inherit !important;
		font-weight: inherit !important;
		line-height: inherit !important;
	}
}


#rules .title span{
	color: var(--cw) !important;
}

#rules .inner {
	width: 100%;
	display: block;
}

#rules h1 {
	text-align: center !important;
	font-weight: bold !important;
	text-transform: uppercase;
}

#rules h2 {
	font-size: 18px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}

#rules h3 {
	font-size: 14px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}       

#rules p, ul, li {
	font-size: 12px !important;
}

#rules strong {
	font-weight: bold !important;
}

#rules .product-section {
	margin-bottom: 40px;
}

#rules .product-section h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

#rules .product-section table {
	width: 100%;
	border-collapse: collapse;
	/* background: #0898d7; */
	border-radius: 10px;
	overflow: hidden;
}

#rules .product-section th {
	background: rgba(67, 90, 154, 0.8);
	padding: 15px;
	text-align: left;
	font-weight: bold;
}

#rules .product-section td {
	padding: 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* #rules .c35 {
	background-color: var(--cw);
} */

#rules .c35 tr:last-of-type {
	margin-bottom: 10px;
	display: block;
}


/**************/
/*** FOOTER ***/
/**************/

footer {
	text-align: center;
	position: relative;
	margin-top: auto;
	background: var(--c8);
	z-index: 2;
}

footer nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	padding: 1em;
}

footer nav a {
	font-family: var(--f01), sans-serif;
	letter-spacing: 0.5px;
	font-size: 16px;
	text-decoration: none;
	color: var(--cw);
	padding: 0em 2em;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer .copyright {
	position: absolute;
    right: 2em;
    bottom: 2em;
}

/********************/
/**** RESPONSIVE ****/
/********************/
@media only screen and (max-width: 1200px) {

	.rules .product-image {
		margin-top: 5em;
	}

	#prelaunch,
	#postlaunch,
	#registration,
	#age{
		margin-bottom: 30em;
	}

	#rules {
		margin-bottom: 30em !important;
	}


}
@media only screen and (max-width: 960px) {
	#forbidden .inner,	
	#age .inner {
		padding: 30px;
	}

	#forbidden .heading,
	#prelaunch .heading,
	#postlaunch .heading,
	#thankyou .heading {
		font-size: 30px;
	}

	#prelaunch,
	#postlaunch,
	#registration,
	#age{
		margin-bottom: 20em;
	}

	#rules {
		margin-bottom: 20em !important;
	}


	/* footer {
		padding-bottom: 6em;
	} */
}

@media only screen and (max-width: 800px) {
	.content .backgrounds {
		opacity: 0.2;
	}
}

@media only screen and (max-width: 700px) {
	.product-image img {
		max-width: 70vw;
	}
}


@media only screen and (max-width: 600px) {

	.content .container .logo {
		max-width: 150px;
	}

	.content .container .logo-tag {
		max-width: 150px;
		top: -60px;
		right: 0px;
	}

	.default .content .container .logo-text {
		margin-top: 1.5em;
	}

	.content .container .title {
		max-width: 270px;
	}

	#default .inner {
		margin-top: 2em;
	}

	#default .inner .desktop {
		display: none !important;
	}

	#default .inner .mobile {
		display: block !important;
        font-size: 18px;
        font-weight: 500;
        line-height: 140%;
        padding: 2em;
	}

	#default .inner .btn-register {
		margin-top: 0 !important;
	}

	#prelaunch,
	#postlaunch,
	#registration,
	#age {
		margin-bottom: 5em;
	}

	#rules {
		margin-bottom: 15em !important;
	}

	.rules .product-image {
		margin-top: 0;
	}

	#age .fields {
		gap: 0.5em;
	}

	#age select {
    	padding: 0.5em 1em;
	}

	#age .arrow:after {
    	top: 7px;
	}

	#prelaunch > .inner,
	#postlaunch > .inner,
	#thankyou > .inner,
	#registration > .inner  {
		padding: 30px;
	}

	#forbidden .heading,
	#prelaunch .heading,
	#postlaunch .heading,
	#thankyou .heading {
		font-size: 28px;
		line-height: normal;
	}

	#registration .inner .desktop {
		display: none !important;
	}

	#registration .inner .mobile {
		display: block !important;
		font-size: 18px;
        margin-top: 2em;
	}

	#registration input,
	#registration textarea,
	#registration select {
		border-radius: 10px;
		padding: 0.5em 1em;
	}

	#registration .characters-animate .eye {
		left: 47%;
	}

	#registration button[type="submit"] {
		font-size: 20px;
		padding: 10px 20px;
	}

	.content .container:before {
		-webkit-clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
	}

	.characters {
		left: 0;
	}

	#default .inner .title {
		display: none;
	}

	#default .inner .mobile-title {
		display: block !important;
	}

	#default .item {
		height: 190px;
	}

	#default .item .icon {
		max-height: 190px;
	}

	#default .item:nth-child(3) .icon {
		max-height: 160px;
	}

	#default .heading {
		font-size: 30px;
	}

	#default .heading span {
		font-size: 70px;
	}

	#registration input,
	#registration textarea {
		font-size: 16px;
	}

	#recipes .grid {
		display: block;
	}

	#recipes .grid a {
		margin-bottom: 1em;
		display: block;
	}

	#recipes .grid a img {
		max-height: 250px;
		height: 100%;
		object-fit: cover;
	}

	#postlaunch .characters-animate .frame {
		left: 48%;
	}

	/* footer {
		margin-top: 0;
	} */

	footer nav {
		flex-direction: column;
	}

	footer nav a {
		opacity: 1;
		font-size: 12px;
	}
}

@media only screen and (max-width: 450px) {
	.language__switcher {
		left: 5px;
		top: 5px;
	}

	#age .fields {
		grid-template-columns: 1fr;
		gap: 1em;
	}

	#registration button[type="submit"] {
		font-size: 16px;
	}

	#default .inner .mobile-title {
		max-width: 250px;
		width: 100%;
	}

}

/* @media only screen and (max-width: 450px) {
	.content .container {
		margin-top: 130px;
	}

	.content .container .logo {
		margin: -70px 0 0 calc(10% - 10px);
	}
} */