﻿/* Poppins | latin | Light,500,700,Extra */
:root {
	--delay: 4s;
	--slides: 4;
	--width: 220px;
	--height: 70px;
}

@font-face {
	font-family: "Poppins";
	src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraLight.woff")
			format("woff"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraLight.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraLight.svg#Poppins-ExtraLight")
			format("svg");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Poppins";
	src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Regular.woff")
			format("woff"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Regular.ttf")
			format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Poppins";
	src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.woff")
			format("woff"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.svg#Poppins-Bold")
			format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Poppins";
	src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraBold.woff")
			format("woff"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraBold.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraBold.svg#Poppins-ExtraBold")
			format("svg");
	font-weight: 900;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 16px;
	line-height: 1.1;
	min-width: 280px;
	overflow-x: hidden;
	background-color: black;
	font-family: "Poppins", "sans-serif";
	background-size: 1920px 1000px;
	background-position: top center;
	background-repeat: no-repeat;
}
img {
	max-width: 100%;
}
h2 {
	font-size: clamp(0.9rem, 0.4286rem + 1.8571vw, 2rem);
}

/*=====================================================
	HERO SECTION
=======================================================*/
.hero:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1100px;
	background-image: url(/rea/shared/img/gmd/14/hero-bg--desktop.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	z-index: -2;
	box-shadow: 0px 50px 30px inset black;
}
.hero-trust-logo--top {
	gap: 12px;
	margin-top: 16px;
	border: solid 2px transparent;
	border-radius: 5px;
	box-shadow: 0px 0px 1px inset pink;
	background-image: linear-gradient(to bottom, #031a06, #08380f),
		linear-gradient(
			180deg,
			#c89533 0,
			#f3ead6 25%,
			#f3ead6 40%,
			#df9e2d 100%
		);
	box-shadow: 0px 0 10px 4px inset rgba(0, 0, 0, 0.4);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	width: 80%;
	margin: 1rem auto 0;
	position: relative;
    z-index: 5;
}
.ontario-logo-container img:last-of-type {
	height: 40px;
	filter: drop-shadow(0 4px 6px black);
}
.ontario-logo-container img:first-of-type {
	height: 85px;
}
.hero-trust-slider {
	display: flex;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	padding: 20px 0;
	position: relative;
}
.hero-trust-slider--wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
    gap:50px;
}
.hero-trust-slider img {
    width: auto;
    display: block;
    height: 70px;
}
.ontario-logo-container {
	flex-direction: column;
	text-shadow: 1px 1px 10px black;
	padding: 12px;
}
.video-container--hero {
	display: block;
	margin: auto;
	position: relative;
}
.video-container--hero video {
	object-fit: cover;
    width: calc(90% + 66px);
    height: 560px;
}

.ontario-gambling-logo {
	max-width: 95px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: inline-block;
	filter: drop-shadow(1px 1px 1px black);
	margin: 5px 8px 8px 8px;
}

.video-container--hero:after {
	content: "";
    left: -20px;
    top: -8px;
    position: absolute;
    width: calc(66% + 80px);
    height: calc(100% + 16px);
	box-shadow: 70px 30px 40px #131313 inset, -70px -30px 40px #131313 inset;
	z-index: 1;
}

.video-container--hero video:nth-of-type(2) {
	display: none;
}
.video-container--hero video {
	width: 100%;
}

.hero-trust-logo--center {
	width: 670px;
	margin: -15px auto 0 auto;
	z-index: 5;
	position: relative;
	height: 85px;
	border: solid 4px transparent;
	border-radius: 16px;
	background-image: linear-gradient(to bottom, #031a06, #08380f),
		linear-gradient(
			180deg,
			#c89533 0,
			#f3ead6 25%,
			#f3ead6 40%,
			#df9e2d 100%
		);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	padding: 12px 75px;
	text-align: center;
	font-weight: 400;
	font-size: 1.2rem;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
.hero-trust-logo--center span:nth-of-type(2) > img {
	max-height: 30px;
	margin-right: 1rem;
}
.hero-trust-logo--center img {
	max-height: 90px;
}

.hero-trust-logo--bottom {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	width: 700px;
	margin: 50px auto;
}
.hero-trust-logo--bottom img {
	width: auto;
	height: 45px;
}
/*Laptop devices */
@media screen and (max-width: 1366px) {
    /* .video-container--hero {
        width: 60%;
		min-width: 500px;
    } */
}


@media screen and (max-width: 1024px) {
	.video-container--hero {
		width: 100%;
	}
	.hero:before {
		background-image: url(/rea/shared/img/gmd/14/hero-bg--mobile.jpg);
		height: 880px;
	}
    .hero-trust-slider img {
        height: 40px;
    }
	.hero-trust-logo--top {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.video-container--hero:after {		
   		width: calc(100% + 80px);
	}
	.hero-trust-logo--bottom {
		width: auto;
	}
	.hero-trust-logo--bottom img {
		height: 30px;
	}
	.hero-trust-slider {
		grid-template-columns: repeat(2, 1fr);
		gap: 4px;
	}

	.hero-trust-logo--center {
		width: 520px;
		padding: 0 70px;
	}
    .hero-trust-slider img {
        height: 35px;
    }
}
@media screen and (max-width: 575px) {
    .video-container--hero video:nth-of-type(2) {
        display: block;
        object-fit: cover;
        border-radius: 1rem;
    }
	.video-container--hero:after {
		box-shadow: 25px 30px 20px #131313 inset, -25px -30px 20px #131313 inset;
		z-index: -1;
	}
	.hero-trust-logo--center span:nth-of-type(2) > img {
		max-height: 30px;
		margin-right: 0rem;
		padding: 8px;
	}
	.ontario-gambling-logo {
		max-width: 85px;
	}
	.ontario-logo-container {
		flex-direction: column;
		max-height: 150px;
	}

	.hero-trust-logo--top {
		gap: 12px;
		margin-top: 16px;
		width: 100%;
	}

	.hero-trust-logo--grid img {
		height: 50.5px;
	}
	.video-container--hero {
		min-width:unset;
        /* height: 360px; */
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-top: -10px;
	}
	.video-container--hero video {
		width: 100%;
		object-fit: cover;
		height: 100%;
	}
	.hero-trust-logo--center {
		margin-top: -30px;
		position: relative;
		z-index: 5;
		padding: 5px 90px;
		gap: 6px;
		font-size: 12px;
		width: auto;
		height: 60px;
	}

	.hero-trust-logo--center img:nth-child(1) {
		width: 100%;
		height: auto;
	}

	.hero-trust-slider {
		grid-template-columns: repeat(1, 1fr);
		gap: 4px;
		position: absolute;
		width: var(--width);
		height: var(--height);
		overflow: hidden;
		justify-content: flex-end;
		padding: unset;
		transform: translate(0px, -50%);
	}
	.hero-trust-slider div {
		position: relative;
		display: inline-block;
		top: calc(var(--height) * -0);
		list-style: none;
		margin: 0;
		padding: 0;
		animation: move calc(var(--delay) * var(--slides)) infinite;
		animation-timing-function: steps(var(--slides));
	}
	.hero-trust-slider div > img {
		position: relative;
		display: flex;
		height: var(--height);
		align-items: center;
		animation: slide var(--delay) infinite;
		width: 125px;
		object-fit: contain;
	}

	.hero-trust-logo--center img:nth-child(1) {
		width: 100%;
		height: auto;
	}

	.ontario-logo-container img:first-of-type {
		height: 70px;
	}
	.hero-trust-logo--top div:nth-of-type(2) {
		width: 45%;
		justify-content: flex-end;
		display: flex;
	}
}

@media screen and (max-width: 320px) {
	/*Ontario Logo*/
	.ontario-gambling-logo {
		height: 65px;
		max-width: 90px;
		margin: -15px 8px -20px 8px;
	}
	.hero-trust-logo--grid img {
		height: 43.5px;
	}
	.hero-trust-logo--bottom img {
		height: 25px;
	}
}

@keyframes move {
	from {
		top: 0;
	}
	to {
		top: calc(var(--height) * var(--slides) * -1);
	}
}

@keyframes slide {
	90% {
		top: 0;
	}
	100% {
		top: calc(var(--height) * -1);
	}
}

/*=====================================================
	TESTIMONIALS SECTION
=======================================================*/
.testimonials-section {
	border: solid 0 #000;
	padding: 40px 16px;
	position: relative;
	width: 100%;
}
.testimonials-section:after {
	content: "";
	width: calc(100% + 3000px);
	height: 100%;
	background-color: #0f0f0f;
	box-shadow: 0px 5px 12.8px 2.3px rgba(0, 0, 0, 0.8);

	position: absolute;
	left: -1500px;
	top: 0;
	z-index: -1;
}

.testimonials-slider {
	margin-top: 16px;
	position: relative;
	height: auto;
}
.testimonials-section-card video {
	width: 75%;
	margin: auto;
	display: block;
	border: solid 4px transparent;
	border-radius: 16px;
	background-image: linear-gradient(to right, black, black),
		linear-gradient(
			180deg,
			#c89533 0,
			#f3ead6 25%,
			#f3ead6 40%,
			#df9e2d 100%
		);
	background-origin: border-box;
	background-clip: padding-box, border-box;
}
.slider-nav-contain {
	z-index: 10;
	position: absolute;
	left: 50%;
	top: 200px;
	width: 800px;
	height: 50px;
	margin: 0;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
}

.slider-control {
	background-image: url(/rea/shared/img/zc/24/chevron.png);
	background-color: transparent;
	outline: none;
	width: 50px;
	border: none;
	background-repeat: no-repeat;
	background-size: contain;
}

.slider-control--next,
.more-winners-slider-control--next {
	transform: rotate(180deg);
}

.boomer-quotes {
	max-width: 59%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	margin-top: 80px;
	z-index: 1;
	font-size: 22px;
	font-style: italic;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
	font-size: clamp(1rem, 3vw, 1.2rem);
}

.boomer-quotes:before {
	position: absolute;
	content: "";
	width: 73px;
	height: 57px;
	background: url(/rea/shared/img/zc/24/zc24_quote.jpg) no-repeat
		center/contain;
	left: 0;
	top: 0;
	transform: translate(0%, -50%);
	z-index: -1;
}
.read-more {
	color: #218d52;
	cursor: pointer;
}

@media screen and (max-width: 575px) {
	.testimonials-section {
		width: auto;
	}

	.testimonials-section-card video {
		width: 44%;
	}
	.boomer-quotes {
		max-width: 33%;
	}
}
@media screen and (max-width: 320px) {
	.boomer-quotes {
		max-width: 30%;
	}
	.testimonials-section-card video {
		width: 39%;
	}
}
/*=====================================================
	USER REVIEW SECTION
=======================================================*/
.review-section {
	background-color: black;
	padding: 40px 16px;
	width: 100%;
}

.user-review-card {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 750px;
	margin: auto;
}
.user-review-card div:nth-child(1) {
	background-image: linear-gradient(to bottom, #031a06, #08380f);
	box-shadow: 20px 0 40px 10px inset rgba(0, 0, 0, 0.4);
	padding: 30px 0;
	width: 60%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.user-review-card div:nth-child(2) {
	width: auto;
}
.user-review-card img {
	display: block;
	margin: auto;
	width: 137px;
}

.trust-pilot-stack {
	display: flex;
	flex-direction: column;
	font-weight: 500;
	gap: 1rem;
	text-align: center;
	font-size: 1.5rem;
}
.trust-pilot-stack span > img {
	max-height: 30px;
	width: 30px;
	margin-right: 8px;
}
.user-review-card video {
	display: block;
	margin: auto;
	object-fit: cover;
	width: 100%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

@media screen and (max-width: 575px) {
	.user-review-card {
		align-items: unset;
	}
	.user-review-card img {
		width: 80px;
	}

	.user-review-card div:nth-child(1) {
		width: 50%;
		padding: 20px 0;
	}
	.user-review-card div:nth-child(2) {
		width: 50%;
	}
	.user-review-card video {
		height: 100%;
	}
}

/*=====================================================
	MORE WINNERS SECTION
=======================================================*/
.more-winners-section {
	padding: 40px 16px 120px 16px;
	position: relative;
	width: 100%;
}
.more-winners-section:after {
	content: "";
	width: calc(100% + 3000px);
	height: 100%;
	background-color: #0f0f0f;

	position: absolute;
	left: -1500px;
	top: 0;
	z-index: -1;
}
.more-winners-card {
	border: solid 4px transparent;
	border-radius: 16px;
	background-image: linear-gradient(to right, black, black),
		linear-gradient(
			180deg,
			#c89533 0,
			#f3ead6 25%,
			#f3ead6 40%,
			#df9e2d 100%
		);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	position: relative;
	padding: unset !important;
}

.more-winners-card img {
	display: block;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	margin: 0;
}
.more-winners-card blockquote {
	width: 100%;
	background-color: #218d52;
	color: white;
	text-align: center;
	padding: 10px 8px;
	font-weight: 400;
	margin-bottom: 0;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 95px;
}
.slider-nav-contain--more-winners {
	margin-top: 125.5px;
	justify-content: center;
	gap: 2rem;
}

.winners-slider {
	display: flex;
	gap: 16px;
	position: relative;
}

.more-winners-section {
	position: relative;
}
.more-winners-section:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(
		to right,
		#0f0f0f,
		#0f0f0f 25%,
		transparent 35%,
		transparent 65%,
		#0f0f0f 75%,
		#0f0f0f
	);
	z-index: 1;
	pointer-events: none;
}

@media screen and (max-width: 1024px) {
	.slider-nav-contain--more-winners {
		top: unset;
		bottom: -80px;
	}
}

@media screen and (max-width: 575px) {
	.more-winners-section {
		padding: 40px 16px 130px 16px;
		width: 120%;
	}
	.slider-nav-contain--more-winners {
		bottom: -80px;
	}
	.more-winners-card blockquote {
		font-size: 16px;
	}
	.more-winners-section:before {
		display: none;
	}
}

/*=====================================================
	COMMENT SECTION
=======================================================*/
.comments-section {
	padding: 40px 0 80px;
	position: relative;
	width: 1000px;
}
.comments-section:after {
	content: "";
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(/rea/shared/img/zc/24/comments-bg.png) no-repeat center;
	background-position: 50% 43%;
}

@media screen and (max-width: 575px) {
	.comments-section {
		padding: 20px 0 30px;
	}
}

@media screen and (min-width: 992px) {
	.comments-section .container {
		max-width: 610px;
	}
}

@media screen and (max-width: 575px) {
	.comments-section .container {
		padding: 0 30px;
		max-width: 380px;
	}
}

@media screen and (max-width: 325px) {
	.comments-section .container {
		max-width: 300px;
	}
}

.comments-section .section-header {
	text-align: left;
	margin-bottom: 30px;
}

.comments-section .section-header h2 {
	margin-bottom: 0;
}

@media screen and (max-width: 575px) {
	.comments-section .section-header h2 {
		font-size: 5.33333vw;
	}
}

.comments-section .section-header p {
	font-size: 28px;
	line-height: 1.36;
	color: #fff;
}

@media screen and (max-width: 575px) {
	.comments-section .section-header p {
		font-size: 5.33333vw;
	}
}

.comments-scroll {
	height: 1000px;
	padding-right: 20px;
	width: calc(100% + 20px);
	overflow: scroll;
	cursor: grab;
}

.comments-holder {
	position: relative;
	height: 1000px;
	overflow: hidden;
}

.comments-holder:before {
	position: absolute;
	content: "";
	height: 100px;
	width: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(
		to top,
		#000,
		#000,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0)
	);
}

.comment {
	padding: 10px 13px;
	box-shadow: 0px 4px 14.3px 0.8px rgba(0, 0, 0, 0.65);
	background-color: #fff;
}

.comment:last-of-type {
	margin-bottom: 140px;
}

.comment:not(:last-of-type) {
	margin-bottom: 25px;
}

.comment h4 {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	margin-bottom: 0;
}

.comment p {
	font-size: 16px;
	line-height: 1.38;
	color: #222;
	margin-bottom: 10px;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.comment p br {
		display: none;
	}
}

.comment p:last-of-type {
	margin-bottom: 0;
}

.comment-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
}

.comment-author {
	display: flex;
	align-items: center;
}

.comment-author .author-name {
	font-size: 12px;
	color: #222;
}

.comment-author .author-avatar {
	width: 22px;
	height: 22px;
	border-radius: 100%;
	font-size: 12px;
	color: #222;
	display: flex;
	text-align: center;
	line-height: 22px;
	display: inline-block;
	margin-right: 9px;
}

.comment-author .author-avatar.author-avatar--salmon {
	background: #e78585;
}

.comment-author .author-avatar.author-avatar--yellow {
	background: #e7da85;
}

.comment-author .author-avatar.author-avatar--pink {
	background: #f3b6db;
}

.comment-author .author-avatar.author-avatar--brown {
	background: #d67a7a;
}

.comment-author .author-avatar.author-avatar--green {
	background: #7ad6b1;
}

.stars-holder {
	max-width: 82px;
}

.comments-section {
	position: relative;
	overflow: hidden;
}

.back-comment {
	position: absolute;
	top: 14.5%;
	left: 50%;
	width: 994px;
	height: 808px;
	transform: translateX(-50%) scale(0.8);
	transition: all 0.2s ease-in-out;
	opacity: 0;
}

.back-comment.in {
	opacity: 1;
	transform: translateX(-50%) scale(1);
}

.testimonial-trust-logo {
	height: 85px;
	background-origin: border-box;
	background-clip: padding-box, border-box;
	padding: 12px 0px;
	text-align: center;
	font-weight: 500;
	font-size: 1.2rem;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: row;
	align-items: end;
	justify-content: center;
	gap: 1rem;
}
.testimonial-trust-logo picture {
	display: flex;
	align-items: center;
	margin-top: -20px;
}
.testimonial-trust-logo img:nth-of-type(1) {
	width: 300px;
}
.testimonial-trust-logo span:nth-of-type(2) > img {
	max-height: 25px;
	width: 25px;
	margin-right: 1rem;
}
.testimonial-trust-logo img {
	max-height: 90px;
}
@media screen and (max-width: 925px) {
	.testimonial-trust-logo img:nth-of-type(1) {
		width: 120px;
	}
	.trust-pilot-verified {
		background-color: #818285;
		padding: 6px;
		position: relative;
	}
	.trust-pilot-verified:before {
		content: "\0022 Excellent\0022";
		position: absolute;
		top: -20px;
		width: 100px;
		height: 100px;
		font-size: 14px;
	}
	.testimonial-trust-logo span:nth-of-type(2) > img {
		max-height: 25px;
		width: 25px;
		margin-right: 0.1rem;
	}
}
@media screen and (max-width: 525px) {
	.trust-pilot-verified {
		background-color: #818285;
		padding: 4px 15px;
		position: relative;
		font-size: 12px;
	}
	.trust-pilot-verified:before {
	}
}
section {
    overflow: hidden;
}
a.anchor {
	display: block;
	position: relative;
	top: -55px;
	visibility: hidden;
}

.no-gutter-mobile {
	padding: 0;
}

.section-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}
.section-content::before {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: black;
}

.section-content a:hover,
.section-content a {
	font-weight: 700;
	text-decoration: underline;
}

.section-content .form-inner {
	width: 100%;
}

.section-content form {
	max-width: 320px;
	margin: 0 auto;
	margin-top: 20px;
}

.section-content input[type="text"],
.section-content input[type="email"] {
	width: 100%;
	margin-bottom: 10px;
	height: 40px;
	padding: 0 10px;
	border-radius: 4px;
	border: 0;
	font-family: arial;
}

.checks {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
}

.checks span {
	display: inline;
}

/* [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;
}
.form-contain {
	color: white;
	position: relative;
	width: 350px;
	max-width: calc(100% - 15px);
	margin: 0 auto;
	padding: 15px;
	border-radius: 18px;
	text-align: center;
	font-weight: 300;
	font-size: 30px;
	z-index: 1000;
	margin-top: 16px;
	border: solid 4px transparent;
	border-radius: 16px;
	box-shadow: 0px 0px 1px 2px inset #f8e08b;
	background-image: linear-gradient(to bottom, #031a06, #08380f),
		linear-gradient(
			180deg,
			#c89533 0,
			#f3ead6 25%,
			#f3ead6 40%,
			#df9e2d 100%
		);

	box-shadow: 0px 0 10px 4px inset rgba(0, 0, 0, 0.4);
	background-origin: border-box;
	background-clip: padding-box, border-box;
}
.form-contain p {
	margin-bottom: 0rem;
}
.form-contain strong {
	font-size: 64px;
}
@media screen and (max-width: 991px) {
	.form-contain strong {
		font-size: 50px;
	}
	.form-contain {		
		font-size: 21px;
	}
}
@media screen and (max-width: 575px) {
	.section-content .form-contain {
		margin-top: 10px;
		font-size: 22px;
		padding: 16px		
	}
	.form-contain strong {
		font-size: 48px;
	}
}

.form-blackout {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 900;
}

input[type="text"].error,
input[type="email"].error {
	border: 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: white;
}

#preform .checks {
	text-transform: none;
}

.form-close {
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.form-close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	color: white;
	font-family: "FontAwesome";
	font-size: 30px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* <-- [end] FORM STUFF */

a.cta-btn,
.cta-btn,
.form-submit-btn {
    cursor: pointer;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 16px;
    text-decoration: none;
    line-height: 0.9;
    background: linear-gradient(to bottom, #00b555 0%, #005e2a 100%);
    border: 2px double #005e2a;
    outline: 0;
    width: 100%;
    position: relative;
    z-index: 5;
}
.form-submit-btn {
	margin-top: 4px;
	font-size: 20px;
}
.cta-btn span,
.form-submit-btn span {
	position: relative;
	z-index: 1;
}

.cta-btn.btn-arrowed::after {
	right: 10px;
	background-position: left bottom;
}

.cta-contain {
	margin-top: 10px;
	position: relative;
	display: inline-block;
}

.hero-cta-btn {
	display: block;
	margin: 1rem auto;
	width: 375px;
	animation: pulse infinite linear 2s;
}
@media screen and (max-width: 1199px) {
	.form-submit-btn {
		font-size: 16px;
	}
	.form-contain {		
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.form-submit-btn {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.form-submit-btn {
		font-size: 20px;
	}
}

@media screen and (max-width: 575px) {
	a.cta-btn,
	a.cta-btn:hover,
	.cta-btn,
	.cta-btn:hover,
	.hero-cta-btn {
        font-size: 18px;
        max-width: 270px;
        width: 100%;
	}	
}

@media screen and (max-width: 320px) {
	a.cta-btn,
	a.cta-btn:hover,
	.cta-btn,
	.cta-btn:hover,
	.hero-cta-btn {
		font-size: 14px;
		max-width: 230px;
	}
}

.button-arrowed::after,
.button-arrowed::before {
	content: "";
	position: absolute;
	background-image: url("/rea/shared/img/graphic/REA_white-stacked-arrows.png");
	width: 32.5px;
	height: 25px;
	left: 15px;
	bottom: 50%;
	transform: translateY(50%);
	background-size: 100% 200%;
	background-position: center top;
}

.button-arrowed::after {
	background-position: center bottom;
	left: auto;
	right: 15px;
}
@media screen and (max-width: 991px) {
	.button-arrowed::after,
	.button-arrowed::before {	
		width: 20px;
		left: 5px;
	}
	.button-arrowed::after {
		right: 5px;
		left: auto;
	}
}
@media screen and (max-width: 575px) {
	.button-arrowed::after,
	.button-arrowed::before {
		width: 22.5px;
		height: 22.5px;
	}
}

.u__font--libre {
	font-family: "Libre Caslon Text";
	letter-spacing: 2px;
}

.u__colour--gold {
	color: rgba(245, 233, 135, 1);
}

.u__text--uppercase {
	text-transform: uppercase;
}

.u__text--underline {
	text-decoration: underline;
}

.u__text--shadow {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.u__text--m {
	font-size: 22px;
}

@media screen and (max-width: 575px) {
	.u__text--m {
		font-size: 16px;
	}
}

@media screen and (max-width: 320px) {
	.u__text--m {
		font-size: 12px;
	}
}

.u__text--s {
	font-size: 13.5px;
}

@media screen and (max-width: 575px) {
	.u__text--s {
		font-size: 8.5px;
	}
}
@media screen and (max-width: 320px) {
	.u__text--m {
		font-size: 6px;
	}
}

.u__text--xs {
	font-size: 9px;
}
.u__colour--orange {
	color: #fb9a00;
}

/*--- 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-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-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;
	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;
}
.logo-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.logo {
	display: inline-block;
	background: url(/rea/shared/img/logo/gmd-logo--stacked-3d.png);
	width: 135px;
	height: 175px;
	margin: auto auto -30px auto;
	background-size: contain;
	background-repeat: no-repeat;
	filter: drop-shadow(0 4px 6px black);
}
@media screen and (max-width: 575px) {
	.logo {
		display:none;
	}
}
/*ontario*/

.footer-icons .ontario-gambling-logo {
	width: 102px;
	height: auto;
	margin-top: -32px;
	display: inline-block;
}

.ontario-terms-link {
	font-size: 10px;
	color: white;
	text-decoration: none !important;
	text-shadow: 0px 2px 3.16px rgb(0 0 0 / 70%);
	text-align: center;
}

.footer .ontario-terms-link {
	text-decoration: underline !important;
}
.footer .ontario-terms-link:before {
	content: "  ";
}
.footer p {
	font-size: 10px;
	margin: 20px auto;
	text-align: center;
	max-width: 561px;
}

.footer p a {
	text-decoration: underline;
	color: white;
}

.footer p a:hover {
	color: white;
}

.preform-label {
	margin: 0 0px -10px;
}

.gradient-text {
	position: relative;
	font-weight: 900;
	line-height: 1;
}

.gradient-text--orange {
	color: #ff8400;
}
@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%);
	}
}

.form-contain input[type="text"],
.form-contain input[type="email"] {
	width: 100%;
	text-align: center;
	padding: 0px 5px;
	font-size: 18px;
	border: solid 1px black;
	border-radius: 10px;
	outline: 0;
}
@media screen and (max-width: 991px) {
	.form-contain input[type="text"],
	.form-contain input[type="email"] {		
		font-size: 15px;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(0.95);
	}
}
.ti-widget {
	position: absolute;
	z-index: 5;
}
.big-orange {
	font-weight: 900;
}
#privacyConsent[data-privacy-consent-theme] .privacy-consent__text {
	font-size: 14px !important;	
}


.container-video, .container-form{
	padding-right: 0;
    padding-left: 0;
}
.container-video{
	width: 100%;
	margin-right: -15px;
}
.container-form{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.container-form{
		width: 100%;
		margin-left: 0;
	}
}