﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 10 version
*/

/* Roboto | latin-ext | 400,400i,700,700i,900,900i */

@font-face {
	font-family: "Roboto";
	src: url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Regular.woff")
			format("woff"),
		url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Regular.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Regular.svg#Roboto-Regular")
			format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Italic.woff")
			format("woff"),
		url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Italic.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Italic.svg#Roboto-Italic")
			format("svg");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Roboto";
	src: url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Bold.woff")
			format("woff"),
		url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Bold.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Bold.svg#Roboto-Bold")
			format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-BoldItalic.woff")
			format("woff"),
		url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-BoldItalic.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-BoldItalic.svg#Roboto-BoldItalic")
			format("svg");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Roboto";
	src: url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Black.woff")
			format("woff"),
		url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Black.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-Black.svg#Roboto-Black")
			format("svg");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	src: url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-BlackItalic.woff")
			format("woff"),
		url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-BlackItalic.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Roboto/latin-ext/subset-Roboto-BlackItalic.svg#Roboto-BlackItalic")
			format("svg");
	font-weight: 900;
	font-style: italic;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Roboto";
	color: white;
	font-size: 16px;
	line-height: 1.1;
	min-width: 320px;
	overflow-x: hidden;
	background-color: black;
}

img {
	max-width: 100%;
}

section {
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	.container {
		max-width: none;
	}
}

.page-advert-banner {
	width: 100%;
	background-color: #feca09;
	color: black;
	font-weight: 900;
	padding: 10px 0;
	line-height: 1;
	text-align: center;
	font-size: 30px;
}

@media screen and (max-width: 767px) {
	.page-advert-banner {
		font-size: 18px;
	}
}

.section-header {
	position: relative;
	z-index: 1;
	height: 80px;
	overflow: visible;
}

.logo {
	background-image: url("/rea/shared/img/cc/7//cc-logo-sparkle.png");
	background-position: center top;
	background-size: 500px auto;
	background-repeat: no-repeat;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	z-index: 6;
	width: auto;
	height: 180px;
	margin-top: -44px;
}
.logo::after {
	content: "";
    position: absolute;
    background-image: url(/rea/shared/img/logo/ck-logo_2x.png);
    background-position: center center;
    background-size: 120px 120px;
    background-repeat: no-repeat;
    left: calc(50% - 62.5px);
    top: 25px;
    width: 125px;
    height: 125px;
    filter: drop-shadow(0px 5px 8px #000);
}
@media screen and (max-width: 575px) {
	.logo {
		margin-top: -44px;
	}
	.logo::after {
		top: 30px;
	}
}
.MMW-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0;
	font-size: 20px;
}
@media screen and (max-width: 575px) {
	.MMW-text {
		font-size: 12px;
	}
	.MMW-img {
		width: 260px;
	}
}

.page-vignette {
	pointer-events: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%),
		-o-linear-gradient(left, black 0%, black 100%),
		-o-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%),
		-o-linear-gradient(right, black 0%, black 100%);
	background-image: -webkit-gradient(
			linear,
			left top,
			right top,
			from(black),
			to(rgba(0, 0, 0, 0))
		),
		-webkit-gradient(linear, left top, right top, from(black), to(black)),
		-webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0))),
		-webkit-gradient(linear, right top, left top, from(black), to(black));
	background-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%),
		linear-gradient(90deg, black 0%, black 100%),
		linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%),
		linear-gradient(270deg, black 0%, black 100%);
	background-size: 150px 100%, 50vw 100%, 150px 100%, 50vw 100%;
	background-position: calc(50% - 1500px + 620px) top,
		calc(50% - 1500px - 25vw + 2px) top, calc(50% + 1500px - 620px) top,
		calc(50% + 1500px + 25vw - 2px) top;
	z-index: 100;
	background-repeat: no-repeat;
}

.section-hero {
	position: relative;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
	.section-hero {
		padding-bottom: 0px;
	}
}

.section-hero::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #4b5f6c;
	background-image: url("/rea/shared/img/ck/7/ck7-hero-bg.jpg");
	background-size: 1900px;
	background-position: center top;
	background-repeat: no-repeat;
}

.section-hero .row-hero {
	position: relative;
}

@media screen and (min-width: 992px) {
	.section-hero .row-hero {
		width: 100%;
		max-width: 950px;
		min-height: 820px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 991px) {
	.section-hero .row-hero {
		min-height: 634px;
	}
}

@media screen and (max-width: 767px) {
	.section-hero .row-hero {
		/*min-height: unset;*/
	}
}

.section-hero .heading-text {
	color: #ffe956;
	font-size: 90px;
	font-weight: 900;
	position: relative;
	line-height: 1.1em;
	filter: drop-shadow(1px 1px 0px white)
		drop-shadow(0 2px 6px rgba(0, 0, 0, 0.95));
}

@media screen and (max-width: 991px) {
	.section-hero .heading-text {
		font-size: 60px;
	}
}

@media screen and (max-width: 767px) {
	.section-hero .heading-text {
		font-size: calc(((100vw - 320px) / 12) + 44px);
	}
}

.section-hero .heading-subtext {
	font-size: 26px;
}

@media screen and (max-width: 767px) {
	.section-hero .heading-subtext {
		font-size: 20px;
	}
}

.section-hero .heading-text::after {
	background: none;
	content: attr(data-text);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: -1;
	text-shadow: 4px 4px 10px #000000;
}

.wheel-graphics {
	content: "";
	position: absolute;
	width: 1082px;
	height: 846px;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	background-image: url(/rea/shared/img/cc/7/wheel-mmw.png),
		url(/rea/shared/img/cc/7/spark.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: saturate(1.35);
}

@media screen and (max-width: 991px) {
	.wheel-graphics {
		width: 760px;
		height: 706px;
		top: 108px;
	}
}

@media screen and (max-width: 767px) {
	.wheel-graphics {
		width: 760px;
		height: 706px;
		top: 115px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 575px) {
	.wheel-graphics {
		width: 760px;
		height: 706px;
		top: 0px;
	}
}

.gradient-text {
	position: relative;
	font-weight: 900;
	line-height: 1;
}

.gradient-text--orange {
	color: #ff8400;
}

.gradient-underline::before {
	content: "";
	bottom: 0;
	width: 100%;
	height: 4px;
	left: 0;
	background: red;
	position: absolute;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fbd405),
		color-stop(60%, #ff8400)
	);
	background-image: -o-linear-gradient(top, #fbd405 0%, #ff8400 60%);
	background-image: linear-gradient(180deg, #fbd405 0%, #ff8400 60%);
}

@supports (-webkit-background-clip: text) and
	(-webkit-text-fill-color: transparent) {
	.gradient-text {
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.gradient-text--orange {
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#fbd405),
			color-stop(60%, #ff8400)
		);
		background-image: -o-linear-gradient(top, #fbd405 0%, #ff8400 60%);
		background-image: linear-gradient(180deg, #fbd405 0%, #ff8400 60%);
		filter: drop-shadow(2px 1px 0px #901012);
	}
}

.section-hero .main-form-contain {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 330px;
	flex: 0 0 330px;
}

@media screen and (max-width: 991px) {
	.section-hero .main-form-contain {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 290px;
		flex: 0 0 290px;
	}
}

@media screen and (max-width: 767px) {
	.section-hero .main-form-contain {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}
}

.section-hero .main-form {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#d2a74b),
		color-stop(14%, #ffff1f),
		color-stop(0%, #f3ead6),
		color-stop(68%, #ff8900),
		color-stop(87%, #c28818),
		to(#d2a74b)
	);
	background: -o-linear-gradient(
		top,
		#d2a74b 0%,
		#ffff1f 14%,
		#f3ead6 0%,
		#ff8900 68%,
		#c28818 87%,
		#d2a74b 100%
	);
	background: linear-gradient(
		180deg,
		#d2a74b 0%,
		#ffff1f 14%,
		#f3ead6 0%,
		#ff8900 68%,
		#c28818 87%,
		#d2a74b 100%
	);
	position: relative;
	z-index: 5;
	width: 100%;
	padding: 20px;
	text-align: center;
	-webkit-box-shadow: 0 0 40px 0 #000000;
	box-shadow: 0 0 40px 0 #000000;
	border-radius: 15px;
	margin-top: 40px;
}

.section-hero .main-form::before {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 2px;
	left: 2px;
	z-index: -1;
	border-radius: 14px;
	background: linear-gradient(
			180deg,
			#000000 0%,
			rgba(0, 0, 0, 0.33) 5%,
			rgba(0, 0, 0, 0.33) 50%,
			rgba(0, 0, 0, 0.33) 95%,
			#000000 100%
		),
		linear-gradient(
			90deg,
			#000000 0%,
			rgba(0, 0, 0, 0.5) 10%,
			rgba(0, 0, 0, 0.1) 50%,
			rgba(0, 0, 0, 0.5) 90%,
			#000000 100%
		),
		url("/rea/shared/img/cc/7/form-bg.jpg");
	background-size: 100%, 100%, 31px;
	background-position: center;
	background-repeat: repeat;
}

@media screen and (max-width: 991px) {
	.section-hero .main-form {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.section-hero .main-form {
		padding: 15px;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: calc(100% + 30px);
		max-width: none;
		margin: 0 auto;
		margin-left: -15px;
		border-radius: 0;
	}

	.section-hero .main-form::before {
		width: 100%;
		left: 0;
		border-radius: 0;
	}
}

.section-hero .main-form .cta-btn {
	width: 100%;
	/*font-size: 20px;*/
}

.section-hero .main-form .cta-btn span {
	font-size: 20px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.section-hero .main-form .cta-btn {
		font-size: 12px;
	}

	.section-hero .main-form .cta-btn span {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.section-hero form {
		width: 100%;
		max-width: 300px;
		display: block;
		margin: 0 auto;
	}
}

.section-hero input {
	width: 100%;
	margin-bottom: 10px;
	height: 40px;
	padding: 0 10px;
	border-radius: 4px;
	border: 1px solid #404040;
}

/* [start] FORM STUFF --> */
input[type="text"].error,
input[type="email"].error {
	/*border: solid 2px #ffcc00;*/
	background-image: url("/rea/shared/img/error_icon.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

input[type="checkbox"].error {
	outline: solid 2px red;
}

#preform .yearText {
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	text-transform: none;
	margin-bottom: 10px;
}

#preform #dob-year {
	background-color: white;
	padding: 0 10px;
	font-size: 18px;
	line-height: 34px;
	color: rgb(34, 34, 34);
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	border-radius: 6px;
}

#preform #dob-year.error {
	border-color: rgb(255, 0, 0);
	-webkit-box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0),
		0 0 3px 0 rgb(255, 0, 0);
	box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0),
		0 0 3px 0 rgb(255, 0, 0);
}

#preform #dob-year.valid {
	border-color: rgb(38, 117, 218);
	-webkit-box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218),
		0 0 3px 0 rgb(38, 117, 218);
	box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218),
		0 0 3px 0 rgb(38, 117, 218);
}

#preform input[type="checkbox"] {
	width: auto;
	height: auto;
	margin-right: 10px;
}

#preform a:hover,
#preform a {
	color: rgba(222, 181, 100, 1);
}

#preform .checks {
	text-transform: none;
	color: black;
	margin-top: 10px;
	color: white;
}

.form-im-text {
	font-size: 36px;
}
.top-banner {
	background: #ebc96e;
	color: black;
	text-align: center;
	font-weight: bold;
	padding: 5px 5px;
	text-transform: uppercase;
	position: relative;
}
.top-banner-ad {
	background: black;
	color: white;
	font-size: 14px;
}

.fire::before,
.fire::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 23px;
	background-image: url("/rea/shared/img/cc/7//fire.png");
	background-size: 14px auto;
	background-repeat: no-repeat;
}

.fire::before {
	margin-left: -30px;
	background-position: center;
}

.fire::after {
	margin-right: 30px;
	background-position: center;
}
@media screen and (max-width: 575px) {
	.top-banner {
		font-size: 9px;
	}

	.fire::before {
		margin-left: -22px;
	}

	.fire::after {
		margin-right: 22px;
	}
}

.cta-btn,
.form-alt-btn {
	border: 1px solid #776504;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#d2a74b),
		color-stop(14%, #ffff1f),
		color-stop(0%, #f3ead6),
		color-stop(68%, #ff8900),
		color-stop(87%, #c28818),
		to(#d2a74b)
	);
	background: -o-linear-gradient(
		top,
		#d2a74b 0%,
		#ffff1f 14%,
		#f3ead6 0%,
		#ff8900 68%,
		#c28818 87%,
		#d2a74b 100%
	);
	background: linear-gradient(
		180deg,
		#d2a74b 0%,
		#ffff1f 14%,
		#f3ead6 0%,
		#ff8900 68%,
		#c28818 87%,
		#d2a74b 100%
	);
	border-radius: 11px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	line-height: 1;
	font-size: 32px;
	width: 100%;
	max-width: 560px;
	padding: 15px;
	position: absolute;
	left: 50%;
	-webkit-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	transform: translatex(-50%);
	cursor: pointer;
	font-weight: 900;
	bottom: calc(50% - 22.5%);
	box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 50%);
	-webkit-animation: pulseButton 1s ease-in-out 0s infinite alternate;
	animation: pulseButton 1s ease-in-out 0s infinite alternate;
    	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}
@keyframes pulseButton {
	0% {
		transform: translatex(-50%) scale(1);
	}

	100% {
		transform: translatex(-50%) scale(0.9);
	}
}
@media screen and (max-width: 991px) {
	.cta-btn,
	.form-alt-btn {
		bottom: calc(50% - 32.3%);
		font-size: 30px;
	}
}

@media screen and (max-width: 767px) {
	.cta-btn,
	.form-alt-btn {
		bottom: calc(50% - 33.5%);
	}
}

@media screen and (max-width: 575px) {
	.cta-btn,
	.form-alt-btn {
		bottom: calc(50% - 23%);
		font-size: 15px;
		max-width: 320px;
	}
}

.cta-btn::before,
.form-alt-btn::before {
	content: "";
	position: absolute;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	top: 4px;
	left: 4px;
	z-index: 1;
	border-radius: 10px;
	background: linear-gradient(to bottom, #e9c26b 0, #be8f4d 100%);
	box-shadow: 0 0 20px 0 inset #ffec7f;
}

.cta-btn span,
.form-alt-btn span {
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px .12em #000;
}

.cta-btn span.arrow::before,
.form-alt-btn span.arrow::before,
.cta-btn span.arrow::after,
.form-alt-btn span.arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 23px;
	background-image: url("/rea/shared/img/cc/7//cta-black-arrow.png");
	background-size: 200% 100%;
	background-repeat: no-repeat;
    filter:invert(1);
}

.cta-btn span.arrow::before,
.form-alt-btn span.arrow::before {
	left: -30px;
	background-position: left center;
}

.cta-btn span::after,
.form-alt-btn span::after {
	right: -30px;
	background-position: 100% center;
}

.section-game {
	border-top: 2px solid #e4870d;
}

@media screen and (max-width: 767px) {
	.section-game {
		border-top: 0;
	}
}
@media screen and (max-width: 575px) {
	.section-game {
		margin-top: -35px;
	}
}

/* UTILITY */

.u__position--above {
	position: relative;
	z-index: 10;
}

.u__position--relative {
	position: relative;
}

.u__colour--grey {
	color: #7e7e7e;
}

.u__colour--white {
	color: white;
}

.u__colour--yellow {
	color: #feca09;
}

.u__colour--paleyellow {
	color: #fffc99;
}

.u__colour--red {
	color: #ff1414;
}

.u__text--uppercase {
	text-transform: uppercase;
}

.u__text--underline {
	text-decoration: underline;
}

.u__text--drop-shadow {
	text-shadow: 4px 4px 0 black, 2px 2px 0 black, -2px 2px 0 black,
		-2px -2px 0 black, 2px -2px 0 black;
}

.u__text--outline-white {
	text-shadow: white 1px 0px 0px, white 0.5403px 0.84147px 0px,
		white -0.41615px 0.9093px 0px, white -0.98999px 0.14112px 0px,
		white -0.65364px -0.7568px 0px, white 0.28366px -0.95892px 0px,
		white 0.96017px -0.27942px 0px;
}

.u__text--shadow {
	text-shadow: 0 0 5px #000000;
}

.u__text--xxl {
	font-size: 50px;
}

@media screen and (max-width: 767px) {
	.u__text--xxl {
		font-size: 40px;
	}
}

.u__text--xl {
	font-size: 40px;
}

@media screen and (max-width: 767px) {
	.u__text--xl {
		font-size: 30px;
	}
}

.u__text--l {
	font-size: 35px;
}

@media screen and (max-width: 991px) {
	.u__text--l {
		font-size: 28px;
	}
}

@media screen and (max-width: 767px) {
	.u__text--l {
		font-size: 19px;
	}
}

.u__text--m {
	font-size: 18px;
}

.u__text--s {
	font-size: 12px;
}

.u__text--xs {
	font-size: 9px;
}

/*--- BASE PAGE STYLES*/
.copyright {
	text-align: center;
	color: white;
}

.copyright a.modalLink {
	color: white;
}

.footer {
	font-family: Arial;
	position: relative;
	background-color: black;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(44, 44, 44, 1)),
		to(rgba(0, 0, 0, 1))
	);
	background-image: -o-linear-gradient(
		top,
		rgba(44, 44, 44, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background-image: linear-gradient(
		to bottom,
		rgba(44, 44, 44, 1) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	background-size: 100% 150px;
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-bottom: 10px;
	z-index: 100;
}

.affiliates {
	text-decoration: underline;
}

@media screen and (max-width: 991px) {
	.footer {
		margin-top: 0;
	}
}

.footer::before {
	content: "";
	width: 100%;
	height: 2px;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(rgba(44, 44, 44, 1)),
		color-stop(50%, rgba(104, 104, 104, 1)),
		to(rgba(44, 44, 44, 1))
	);
	background: -o-linear-gradient(
		left,
		rgba(44, 44, 44, 1) 0%,
		rgba(104, 104, 104, 1) 50%,
		rgba(44, 44, 44, 1) 100%
	);
	background: linear-gradient(
		to right,
		rgba(44, 44, 44, 1) 0%,
		rgba(104, 104, 104, 1) 50%,
		rgba(44, 44, 44, 1) 100%
	);
	position: absolute;
	bottom: 100%;
}

.footerTracking {
	width: calc(100% - 40px);
	max-width: 420px;
	background-color: #222;
	font: normal 11px Arial, Helvetica;
	color: #ccc;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #444;
	padding: 3px 4px;
	margin: 4px auto;
	clear: both;
}

.pinkSlime {
	border: none !important;
	width: auto !important;
	text-align: center !important;
	color: #999;
}

.copy {
	text-align: center;
	font-size: 12px;
	color: white;
	margin-top: 10px;
}

.modal,
.modal p {
	color: black;
	font-size: 13px;
	font-family: Arial;
	line-height: 1.2;
}

.modal h4,
.modal h1 {
	font-weight: 700;
	font-size: 20px;
}

.modal h1 {
	padding-bottom: 10px;
}

.modal h4 {
	font-size: 16px;
}

.modal.fade.in {
	opacity: 1;
}

.modal div[class*="col-"] {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100%;
	max-width: unset;
	-webkit-box-flex: initial;
	-ms-flex: initial;
	flex: initial;
}

.modal .hero-section__content {
	padding: 0 !important;
}

a.cc-dismiss {
	text-decoration: none;
}

.licence {
	max-width: 420px;
	margin: 12px auto 0;
	color: #999;
	text-align: center;
	font-size: 10px;
	padding: 0 5px;
}


.offer-box {
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, from(#d2a74b), color-stop(14%, #ffff1f), color-stop(0%, #f3ead6), color-stop(68%, #ff8900), color-stop(87%, #c28818), to(#d2a74b));
	background: -o-linear-gradient(top, #d2a74b 0%, #ffff1f 14%, #f3ead6 0%, #ff8900 68%, #c28818 87%, #d2a74b 100%);
	background: linear-gradient(180deg, #d2a74b 0%, #ffff1f 14%, #f3ead6 0%, #ff8900 68%, #c28818 87%, #d2a74b 100%);
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 700px;
	padding: 7px;
	text-align: center;
	-webkit-box-shadow: 0 0 20px 0 #000000;
	box-shadow: 0 0 20px 0 #000000;
	border-radius: 15px;
	margin: 0px auto;
}

@media screen and (max-width: 767px) {
	.offer-box {
		padding: 5px;
		max-width: 560px;
	}
}

.offer-box::before {
content: '';
position: absolute;
width: calc(100% - 4px);
height: calc(100% - 4px);
top: 2px;
left: 2px;
z-index: -1;
border-radius: 14px;
background: #1c2a38;
box-shadow: inset 0px 0px 20px 20px rgb(0 0 0 / 50%);
border: 3px solid #365f7a;
background-size: 10% 100%;
background-repeat: space;
background-position: center;
}

.offer-box-arrow::before,
.offer-box-arrow::after {
	pointer-events: none;
	content: '';
	width: 113px;
	height: 131px;
	position: absolute;
	top: 40px;
	z-index: 10;
	background-image: url('//img.iredirect.net/webcdn/img/rea/yg/8/offer-arrow.png');
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.offer-box-arrow::before {
	left: -60px;
}

.offer-box-arrow::after {
	right: -60px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
	-webkit-filter: FlipH;
	filter: FlipH;
	-ms-filter: "FlipH";
}

@media screen and (max-width: 991px) {
	.offer-box-arrow::before,
	.offer-box-arrow::after {
		width: 75px;
		height: 88px;
		top: 50px;
	}

	.offer-box-arrow::before {
		left: -40px;
	}

	.offer-box-arrow::after {
		right: -40px;
	}
}

@media screen and (max-width: 767px) {
	.offer-box-arrow::before,
	.offer-box-arrow::after {
		width: 50px;
		height: 59px;
		top: 43px;
	}

	.offer-box-arrow::before {
		left: -20px;
	}

	.offer-box-arrow::after {
		right: -20px;
	}
}

.disclaimer-text {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#d2a74b),
		color-stop(14%, #ffff1f),
		color-stop(0%, #f3ead6),
		color-stop(68%, #ff8900),
		color-stop(87%, #c28818),
		to(#d2a74b)
	);
	background: -o-linear-gradient(
		top,
		#d2a74b 0%,
		#ffff1f 14%,
		#f3ead6 0%,
		#ff8900 68%,
		#c28818 87%,
		#d2a74b 100%
	);
	background: linear-gradient(
		180deg,
		#d2a74b 0%,
		#ffff1f 14%,
		#f3ead6 0%,
		#ff8900 68%,
		#c28818 87%,
		#d2a74b 100%
	);
	position: relative;
	width: 100%;
	max-width: 320px;
	height: auto;
	padding: 40px 10px 10px;
	-webkit-box-shadow: 0 0 40px 0 #000000;
	box-shadow: 0 0 40px 0 #000000;
	border-radius: 15px;
	margin: -26px auto 0;
	color: #ffe956;
	font-weight: bold;
	text-shadow: 2px 3px 4px #000000, 2px 3px 4px rgba(0, 0, 0, 0.5);
	z-index: -1;
	font-size: 18px;
}
@media screen and (max-width: 575px) {
	.disclaimer-text {
		font-size: 12px;
		max-width: 220px;
		padding: 30px 10px 9px;
		margin: -14px auto 0;
	}
}

.disclaimer-text::before {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 2px;
	left: 2px;
	z-index: -1;
	border-radius: 14px;
    background: #1c2a38;
    box-shadow: inset 0px 0px 20px 20px rgb(0 0 0 / 50%);
    border: 3px solid #365f7a;
	background-size: 10% 100%;
	background-repeat: space;
	background-position: center;
}

/*Winner slider*/
.slide-strip-contain {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slide-strip-contain .overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	width: 120px;
	height: 100%;
	pointer-events: none;
}

.slide-strip-contain .overlay--left {
	left: 0;
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		from(black),
		to(rgba(0, 0, 0, 0))
	);
	background: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.slide-strip-contain .overlay--right {
	right: 0;
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		from(black),
		to(rgba(0, 0, 0, 0))
	);
	background: -o-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.slide-strip {
	z-index: 1;
	position: relative;
}

.strip__item {
	float: left;
	width: 100%;
}

.winner-contain {
	position: relative;
	padding: 12px;
}

.winner-contain::before,
.winner-contain::after {
	content: "";
	position: absolute;
}

.winner-contain::before {
	border-radius: 15px;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #d2a74b),
		color-stop(14%, #ffff1f),
		color-stop(50%, #f3ead6),
		color-stop(68%, #ff8900),
		color-stop(87%, #c28818),
		to(#d2a74b)
	);
	background-image: -o-linear-gradient(
		top,
		#d2a74b 0,
		#ffff1f 14%,
		#f3ead6 50%,
		#ff8900 68%,
		#c28818 87%,
		#d2a74b 100%
	);
	background-image: linear-gradient(
		to bottom,
		#d2a74b 0,
		#ffff1f 14%,
		#f3ead6 50%,
		#ff8900 68%,
		#c28818 87%,
		#d2a74b 100%
	);
	background-size: 100%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}

.winner-contain::after {
	border-radius: 10px;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	top: 7px;
	left: 7px;
	background-color: black;
	background-size: 100%;
	z-index: -1;
}

.winner-image {
	border-radius: 8px;
	width: 100%;
	background-size: 100% auto;
}

.winner-subtext {
	margin: 12px auto;
	text-transform: uppercase;
}

/* [start] FORM STUFF --> */
input[type="text"].error,
input[type="email"].error {
	background-image: url("/rea/shared/img/error_icon.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

input[type="checkbox"].error {
	outline: solid 2px red;
}

#preform .yearText {
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	line-height: 14px;
	text-transform: none;
	margin-bottom: 10px;
}

#preform #dob-year {
	background-color: white;
	padding: 0 10px;
	font-size: 18px;
	line-height: 34px;
	color: rgb(34, 34, 34);
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	border-radius: 6px;
}

#preform #dob-year.error {
	border-color: rgb(255, 0, 0);
	-webkit-box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0),
		0 0 3px 0 rgb(255, 0, 0);
	box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0),
		0 0 3px 0 rgb(255, 0, 0);
}

#preform #dob-year.valid {
	border-color: rgb(38, 117, 218);
	-webkit-box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218),
		0 0 3px 0 rgb(38, 117, 218);
	box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218),
		0 0 3px 0 rgb(38, 117, 218);
}

#preform input[type="checkbox"] {
	width: auto;
	height: auto;
	margin-right: 10px;
}

#preform a:hover,
#preform a {
	color: rgba(222, 181, 100, 1);
}

#preform .checks {
	text-transform: none;
	color: black;
	margin-top: 10px;
	color: white;
}
/* <-- [end] FORM STUFF */

.form-blackout {
	display: none;
	background-color: rgba(0, 0, 0, 0.85);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	overflow-y: auto;
	padding-bottom: 200px;
}

.form-close {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 40px;
	top: -15px;
	right: -15px;
}

.form-close::before {
	content: "";
	position: absolute;
	left: -2px;
	top: -2px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-radius: 99px;
	background-image: -o-linear-gradient(
		315deg,
		#fae788 0%,
		#c2933d 35%,
		#c2933d 65%,
		#fae788 100%
	);
	background-image: linear-gradient(
		135deg,
		#fae788 0%,
		#c2933d 35%,
		#c2933d 65%,
		#fae788 100%
	);
}

.form-close::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 99px;
	background-color: #24242a;
}

.form-close .form-close-icon::before {
	content: "✖";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #ddbb61;
	font-size: 26px;
	z-index: 10;
}

@media screen and (max-width: 767px) {
	.form-close {
		top: -10px;
		right: -10px;
		width: 35px;
		height: 35px;
	}

	.form-close .form-close-icon::before {
		font-size: 22px;
		margin-top: 1px;
	}
}

.form-contain {
	height: auto;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#d2a74b),
		color-stop(14%, #ffff1f),
		color-stop(0%, #f3ead6),
		color-stop(68%, #ff8900),
		color-stop(87%, #c28818),
		to(#d2a74b)
	);
	background: -o-linear-gradient(
		top,
		#d2a74b 0%,
		#ffff1f 14%,
		#f3ead6 0%,
		#ff8900 68%,
		#c28818 87%,
		#d2a74b 100%
	);
	background: linear-gradient(
		180deg,
		#d2a74b 0%,
		#ffff1f 14%,
		#f3ead6 0%,
		#ff8900 68%,
		#c28818 87%,
		#d2a74b 100%
	);
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 600px;
	padding: 20px;
	text-align: center;
	-webkit-box-shadow: 0 0 40px 0 #000000;
	box-shadow: 0 0 40px 0 #000000;
	border-radius: 15px;
	margin: 0px auto;
	font-size: 17px;
	text-shadow: 2px 3px 4px #000000, 2px 3px 4px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

.form-contain::before {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 2px;
	left: 2px;
	z-index: -1;
	border-radius: 14px;
	background-color: #990000;
	background-size: 10% 100%;
	background-repeat: space;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.form-contain {
		font-size: 24px;
	}
}
@media screen and (max-width: 575px) {
	.form-contain {
		font-size: 18px;
		padding: 8px;
	}
}

.form-contain form {
	width: 320px;
	max-width: 100%;
	margin: 0 auto;
}

.form-contain input {
	width: 100%;
	border: 0;
	outline: 0;
}

.form-contain input[type="text"],
.form-contain input[type="email"] {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	text-align: center;
	padding: 0px 5px;
	font-size: 18px;
	border-radius: 10px;
	color: black;
	background-color: #ffffff !important;
	border: 1px solid black;
}

.form-contain input:-webkit-autofill,
.form-containinput:-webkit-autofill:hover,
.form-contain input:-webkit-autofill:focus {
	-webkit-text-fill-color: white;
	-webkit-box-shadow: 0 0 0px 1000px #17171d inset;
	border: solid 1px white;
}

.form-contain .cta-btn--submit {
	margin-top: 25px;
	position: relative;
	width: 100%;
	max-width: 560px;
	top: 0;
	font-size: 16px;
}

@media screen and (max-width: 575px) {
	.form-contain input[type="text"],
	.form-contain input[type="email"] {
		height: 40px;
		margin-top: 9px;
	}
	.form-contain .cta-btn--submit {
		margin-top: 13px;
	}
}

.form-mill-text {
	color: #ffe956;
	text-shadow: 2px 3px 1px #000000;
	font-size: 30px;
	padding-bottom: 5px;
	display: block;
}
@media screen and (max-width: 575px) {
	.form-mill-text {
		font-size: 19px;
	}
}
.mmw-img--form {
	width: 250px;
}
.timer {
	position: relative;
	display: block;
}
.timer span {
	display: inline-block;
}
span.time {
	font-size: 40px;
}

.timer-box {
	height: auto;
	width: 78px;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#d2a74b),
		color-stop(14%, #ffff1f),
		color-stop(0%, #f3ead6),
		color-stop(68%, #ff8900),
		color-stop(87%, #c28818),
		to(#d2a74b)
	);
	background: -o-linear-gradient(
		top,
		#d2a74b 0%,
		#ffff1f 14%,
		#f3ead6 0%,
		#ff8900 68%,
		#c28818 87%,
		#d2a74b 100%
	);
	background: linear-gradient(
		180deg,
		#d2a74b 0%,
		#ffff1f 14%,
		#f3ead6 0%,
		#ff8900 68%,
		#c28818 87%,
		#d2a74b 100%
	);
	position: relative;
	z-index: 5;
	padding: 10px;
	text-align: center;
	border-radius: 15px;
	margin: 10px auto 0;
	font-size: 15px;
	text-shadow: 2px 3px 1px #000000;
	text-transform: uppercase;
}

.timer-box::before {
	content: "";
	position: absolute;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	top: 2px;
	left: 2px;
	z-index: -1;
	border-radius: 14px;
	background: black;
	background-size: 10% 100%;
	background-repeat: space;
	background-position: center;
}
@media screen and (max-width: 575px) {
	.timer-box {
		width: 65px;
		font-size: 13px;
		padding: 8px;
	}
}

.section-game p:last-child {
	margin-bottom: 0;
}
