﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* Roboto | latin | 400,400i,700,900 */

@font-face {
	font-family: "Roboto";
	src: url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.woff")
			format("woff"),
		url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Roboto/latin/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/subset-Roboto-Italic.woff")
			format("woff"),
		url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Italic.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Roboto/latin/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/subset-Roboto-Bold.woff")
			format("woff"),
		url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Bold.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Roboto/latin/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/subset-Roboto-Black.woff")
			format("woff"),
		url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Black.ttf")
			format("truetype"),
		url("/rea/shared/fonts/Roboto/latin/subset-Roboto-Black.svg#Roboto-Black")
			format("svg");
	font-weight: 900;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	color: white;
	line-height: 1.1;
	overflow-x: hidden;
	font-family: "Roboto", arial;
	font-size: 16px;
	font-weight: 400;
	min-width: 320px;
	background-color: #cc0000;
	background-image: url(/rea/shared/img/gt/6/gt6_image_tile.png);
	background-size: 600px auto;
	background-repeat: repeat;
	background-position: center center;
}

img {
	max-width: 100%;
	display: block;
}

section {
	overflow: hidden;
}

a:hover,
a {
	color: white;
	text-decoration: none;
	font-weight: 700;
}

.no-gutter-mobile {
	padding: 0;
}

@media screen and (max-width: 991px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 100%;
	}
}

.section-header {
	position: relative;
	z-index: 1;
	width: 100%;
	background-color: #242424;
	border-top: none;
	text-transform: uppercase;
	padding: 10px 0;
}

.section-header .header-logo {
	background-image: url("/rea/shared/img/logo/gt-logo_2x.png");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 165px;
	height: calc(100% + 10px);
	margin-right: -20px;
	margin-left: -25px;
}

.section-header .header-logo-text {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	padding: 10px 0px;
}

.section-header .header-msg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-height: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 17px;
}

hr {
	margin-top: 0;
	margin-bottom: 10px;
	border: 1px solid white;
	border-top: 0;
}

@media screen and (max-width: 1199px) {
	hr {
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 991px) {
	.section-header .header-msg {
		font-size: 15px;
	}

	.section-header .header-logo-text {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.section-header .header-msg {
		display: none !important;
	}

	.section-header .header-logo-text {
		font-size: 18px;
	}
}

/*frame border*/

.frame-border {
	-webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.3);
	padding: 1.5rem;
	position: relative;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.frame-border::before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background: -o-linear-gradient(
		top,
		#d3a146 0%,
		#f9edbf 40%,
		#f9edbf 60%,
		#d3a146 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#d3a146),
		color-stop(40%, #f9edbf),
		color-stop(60%, #f9edbf),
		to(#d3a146)
	);
	background: linear-gradient(
		180deg,
		#d3a146 0%,
		#f9edbf 40%,
		#f9edbf 60%,
		#d3a146 100%
	);
	z-index: -1;
	border-radius: 8px;
}

.section-hero .header-msg {
	text-align: center;
	padding: 20px 50px;
	text-transform: uppercase;
}

.hero-frame--left {
	width: calc(70% - 20px);
	margin-right: 20px;
}

.hero-frame--left::after,
.hero-frame--right::after,
.package-frame::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background-position: right center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 6px;
}

.hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/hero-left-box-bg.png");
}

.hero-frame--right {
	width: 30%;
}

.hero-frame--right::after {
	background-image: url("/rea/shared/img/gt/6/hero-right-box-bg.png");
	background-position: center center;
}

.hero-header-frame {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	line-height: 1.2;
}

.hero-header-frame .hero-header-frame--left-header-text {
	font-size: 60px;
	font-weight: 900;
}

.hero-header-frame--left {
	text-align: left;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}

.hero-header-frame--right {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-header-frame--right-logo {
	width: 80%;
	margin: auto;
}

/**********************
    Jackpot Flash Box
***********************/

.jackpot-box {
	width: auto;
	min-width: 280px;
	max-width: 100%;
	position: relative;
	left: 50%;
	top: -7.5%;
	z-index: 5;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 24px;
	text-shadow: 2px 2px 1px black;
}

.jackpot-box span {
	font-family: Arial;
	position: absolute;
	left: 0;
	top: 47.5%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #ffde00;
	font-weight: 700;
	z-index: 10;
}

.jackpot-box canvas {
	position: relative;
	max-width: 100%;
	/*display: block;*/
}

@media screen and (max-width: 767px) {
	.jackpot-box {
		font-size: 24px;
	}
}

@media screen and (max-width: 575px) {
	.jackpot-box {
		font-size: 18px;
	}
}

.reg-ca .jackpot span {
	top: 12px;
	font-size: 20px;
}

@media screen and (max-width: 991px) {
	.hero-header-frame .hero-header-frame--left-header-text {
		font-size: 56px;
	}

	.reg-ca .jackpot span {
		top: 14px;
		font-size: 18px;
	}

	.hero-frame--left::after,
	.hero-frame--right::after {
		top: 0px;
		left: 0px;
		background-size: auto 100%;
	}

	.hero-frame--left::after {
		background-position: right -80px center;
	}

	.hero-frame--right::after {
		background-position: center center;
	}
}

.feature-vignette {
	pointer-events: none;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: repeat-y;
	z-index: 10;
	border-radius: 8px;
	background-image: -webkit-gradient(
			linear,
			left top,
			right top,
			from(rgba(5, 5, 7, 1)),
			color-stop(70%, rgba(5, 5, 7, 1)),
			to(rgba(5, 5, 7, 0))
		),
		-webkit-gradient(linear, right top, left top, from(rgba(5, 5, 7, 1)), color-stop(70%, rgba(5, 5, 7, 1)), to(rgba(5, 5, 7, 0)));
	background-image: -o-linear-gradient(
			left,
			rgba(5, 5, 7, 1) 0%,
			rgba(5, 5, 7, 1) 70%,
			rgba(5, 5, 7, 0) 100%
		),
		-o-linear-gradient(right, rgba(5, 5, 7, 1) 0%, rgba(5, 5, 7, 1) 70%, rgba(
						5,
						5,
						7,
						0
					)
					100%);
	background-image: linear-gradient(
			to right,
			rgba(5, 5, 7, 1) 0%,
			rgba(5, 5, 7, 1) 70%,
			rgba(5, 5, 7, 0) 100%
		),
		linear-gradient(
			to left,
			rgba(5, 5, 7, 1) 0%,
			rgba(5, 5, 7, 1) 70%,
			rgba(5, 5, 7, 0) 100%
		);
	background-size: 250px 100%, 250px 100%;
	background-position: calc(50% - 500px + 250px) center,
		calc(50% + 500px - 250px) top;
}

@media screen and (max-width: 767px) {
	.vignette {
		pointer-events: none;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			from(rgba(5, 5, 7, 0.5)),
			color-stop(10%, rgba(5, 5, 7, 0.3)),
			to(rgba(5, 5, 7, 0))
		);
		background-image: -o-linear-gradient(
			top,
			rgba(5, 5, 7, 0.5) 0%,
			rgba(5, 5, 7, 0.3) 10%,
			rgba(5, 5, 7, 0) 100%
		);
		background-image: linear-gradient(
			180deg,
			rgba(5, 5, 7, 0.5) 0%,
			rgba(5, 5, 7, 0.3) 10%,
			rgba(5, 5, 7, 0) 100%
		);
		background-size: cover;
		background-position: center top;
		z-index: -1;
	}

	.hero-vignette {
		pointer-events: none;
		width: calc(100% - 4px);
		height: calc(100% - 4px);
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: repeat-y;
		z-index: 10;
		border-radius: 8px;
		background-image: -o-linear-gradient(
				right,
				rgba(5, 5, 7, 0) 0%,
				rgba(5, 5, 7, 1) 60px,
				rgba(5, 5, 7, 1) 100%
			),
			-o-linear-gradient(left, rgba(5, 5, 7, 0) 0%, rgba(5, 5, 7, 1) 60px, rgba(
							5,
							5,
							7,
							1
						)
						100%);
		background-image: linear-gradient(
				to left,
				rgba(5, 5, 7, 0) 0%,
				rgba(5, 5, 7, 1) 60px,
				rgba(5, 5, 7, 1) 100%
			),
			linear-gradient(
				to right,
				rgba(5, 5, 7, 0) 0%,
				rgba(5, 5, 7, 1) 60px,
				rgba(5, 5, 7, 1) 100%
			);
		background-size: calc((100% - 400px) / 2 + 58px) auto;
		background-position: 0 center, 100% center;
		/*background-image:   linear-gradient(to right, rgba(5, 5, 7, 1) 0%, rgba(5, 5, 7, 1) 70%, rgba(5, 5, 7, 0) 100%), 
                            linear-gradient(to left, rgba(5, 5, 7, 1) 0%, rgba(5, 5, 7, 1) 70%, rgba(5, 5, 7, 0) 100%);
        background-size: 250px 100%, 250px 100%;
        background-position: calc(50% - 500px + 250px) center, calc(50% + 500px - 250px) top;*/
	}

	.section-hero .header-msg {
		padding: 20px 13px;
	}

	/**/
	.frame-border::before {
		width: calc(100% + 4px);
		height: calc(100% + 4px);
	}

	.hero-frame--left::after,
	.hero-frame--right::after {
		top: 0;
		background-size: 400px auto;
		background-position: center bottom;
	}

	.hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/hero-left-box-bg-mob.png");
	}

	.hero-frame--right::after {
		background-position: center center;
	}

	.hero-header-frame--left {
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 100px;
	}

	.hero-header-frame .hero-header-frame--left-header-text {
		font-size: 40px;
	}

	.hero-frame--left,
	.package-frame {
		margin-bottom: 20px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.hero-frame--left,
	.hero-frame--right,
	.package-frame {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width: 575px) {
	.hero-vignette {
		display: none;
	}

	.hero-frame--left::after,
	.hero-frame--right::after {
		background-size: cover;
	}
	/*.hero-frame--left::after {
       background-size: calc(100% - 8px) calc(100% - 8px);
        background-position: center;
    }
    .hero-frame--right::after {
        background-size: calc(100% - 8px) calc(100% - 8px);
    }
    .hero-frame--left::after {
        height: calc(100% - 4px);
        background-size: calc(100% - 8px) auto;
        background-position: center bottom;
        top: 0px;
        border-radius: 13px;
    }*/

	.hero-header-frame--left {
		padding-bottom: 170px;
	}
}

/*section headers*/
.icons {
	width: 45px;
	height: 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.icons.icon-fire {
	background-image: url(/rea/shared/img/gt/6/icon_fire.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.icons.icon-trophy {
	background-image: url(/rea/shared/img/gt/6/icon_trophy.png);
}

.icons.icon-medal {
	background-image: url(/rea/shared/img/gt/6/icon_medal.png);
}

.icons.icon-present {
	background-image: url(/rea/shared/img/gt/6/icon_present.png);
}
/*carousel headers*/
.header-banner h2 {
	margin: 0;
	color: white;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
}

/*new ribon*/
.game-icon-contain {
	position: relative;
}

.game-icon {
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-box-shadow: 0px 6px 7px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 6px 7px 1px rgba(0, 0, 0, 0.5);
	position: relative;
	width: calc(100% - 20px);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 4px 10px 15px;
	border-radius: 8px;
}

.game-slider .game-icon {
	background-image: url("/rea/shared/img/gt/6/games/new-game-sprite.jpg");
	background-size: 500% 200%;
}

.section-features .tns-ovh {
	padding: 10px;
}

@media screen and (max-width: 575px) {
	.section-features .tns-ovh {
		padding: 10px 0;
	}
}

.game-icon::before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#d3a146),
		color-stop(40%, #f9edbf),
		color-stop(60%, #f9edbf),
		to(#d3a146)
	);
	background: -o-linear-gradient(
		top,
		#d3a146 0%,
		#f9edbf 40%,
		#f9edbf 60%,
		#d3a146 100%
	);
	background: linear-gradient(
		180deg,
		#d3a146 0%,
		#f9edbf 40%,
		#f9edbf 60%,
		#d3a146 100%
	);
	z-index: -1;
	border-radius: 8px;
}

.game-icon::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.game-icon.game-icon--treasure-quest {
	background-position: 0% 0px;
}

.game-icon.game-icon--western-gold {
	background-position: 25% 0px;
}

.game-icon.game-icon--9pots-of-gold {
	background-position: 50% 0px;
}

.game-icon.game-icon--ror-of-thunder {
	background-position: 75% 0px;
}

.game-icon.game-icon--tiny-gold {
	background-position: 100% 0px;
}

.game-icon.game-icon--9mask {
	background-position: 0% 100%;
}

.game-icon.game-icon--mvm {
	background-position: 25% 100%;
}

.game-icon.game-icon--ic {
	background-position: 50% 100%;
}

.game-icon.game-icon--seven7 {
	background-position: 75% 100%;
}

.game-icon.game-icon--soz {
	background-position: 100% 100%;
}

/*.slider-contain .controls-container {
        display: flex;
        justify-content: flex-end;
    }

    .slider-contain .controls-container button {
        position: relative;
        width: 50px;
        height: 50px;
        background-color: #6f0000;
        color: white;
        border: 0;
        outline: 0;
        margin-left: 5px;
        box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
    }

    .slider-contain .controls-container button::after {
        content: '';
        font-family: 'FontAwesome';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
    }

    .slider-contain .controls-container button[data-controls="prev"]::after {
        content: '\f053';
    }

    .slider-contain .controls-container button[data-controls="next"]::after {
        content: '\f054';
    }*/
.slider-contain .controls-container,
.slider-contain2 .controls-container2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.slider-contain .controls-container button {
	position: relative;
	width: 50px;
	height: 50px;
	background-color: #6f0000;
	color: white;
	border: 0;
	outline: 0;
	margin-left: 5px;
	-webkit-box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
}

.slider-contain .controls-container button::after {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 30px;
}

.slider-contain .controls-container button[data-controls="prev"]::after {
	content: "\f053";
}

.slider-contain .controls-container button[data-controls="next"]::after {
	content: "\f054";
}

/*games ribon*/
.game-icon-contain .ribbon-contain {
	pointer-events: none;
	position: absolute;
	top: 4px;
	left: 10px;
	width: 60px;
	height: 35px;
	z-index: 1;
}

.game-icon-contain .ribbon-contain .ribbon-new {
	position: absolute;
	background-color: #0b1044;
	color: #fedf50;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 14px 10px 10px;
	border-top-left-radius: 8px;
}

.game-icon-contain .ribbon-contain .ribbon-new::after {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	top: 0;
	left: 100%;
	border-bottom: 42px solid transparent;
	border-left: 15px solid #0b1044;
}

@media screen and (max-width: 991px) {
	.game-icon-contain .ribbon-contain .ribbon-new {
		font-size: 12px;
	}

	.game-icon-contain .ribbon-contain .ribbon-new::after {
		border-bottom: 33px solid transparent;
		border-left: 15px solid #0b1044;
	}
}

@media screen and (max-width: 767px) {
	.game-icon-contain .ribbon-contain .ribbon-new {
		font-size: 20px;
	}

	.game-icon-contain .ribbon-contain .ribbon-new::after {
		border-bottom: 42px solid transparent;
		border-left: 15px solid #0b1044;
	}

	.header-banner h2 {
		font-size: 1.3rem;
	}
}

/*TOP GAMES*/
.section-top-games .game-icons-contain {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: calc(100% + 10px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.game-icons-contain li {
	margin: 0;
	padding: 0 15px 0 0;
	width: 16.46%;
}

.section-top-games .game-icon {
	margin-bottom: 10px;
}

.section-top-games .game-icon {
	width: 100%;
	background-image: url("/rea/shared/img/gt/6/games/game-sprite.jpg");
	background-size: 600% 300%;
}

.game-icon.game-icon--AlmightyAztec {
	background-position: 0% 0px;
}

.game-icon.game-icon--GoldaurGuardians {
	background-position: 20% 0px;
}

.game-icon.game-icon--SpectreEstate {
	background-position: 40% 0;
}

.game-icon.game-icon--AncientWarriors {
	background-position: 60% 0px;
}

.game-icon.game-icon--BreakAwayLuckyWilds {
	background-position: 80% 0px;
}

.game-icon.game-icon--SicBo {
	background-position: 100% 0px;
}
/*row 2*/
.game-icon.game-icon--NoCommissionBaccarat {
	background-position: 0% 50%;
}

.game-icon.game-icon--DiamondInferno {
	background-position: 20% 50%;
}

.game-icon.game-icon--ImmortalGlory {
	background-position: 40% 50%;
}

.game-icon.game-icon--ArthursGold {
	background-position: 60% 50%;
}

.game-icon.game-icon--MiamiGlow {
	background-position: 80% 50%;
}

.game-icon.game-icon--RomanPower {
	background-position: 100% 50%;
}

/*row 3*/
.game-icon.game-icon--AgeOfConquest {
	background-position: 0% 100%;
}

.game-icon.game-icon--ImmortalRomance {
	background-position: 20% 100%;
}

.game-icon.game-icon--FootballStarDeluxe {
	background-position: 40% 100%;
}

.game-icon.game-icon--LadyEarth {
	background-position: 60% 100%;
}

.game-icon.game-icon--Anderthals {
	background-position: 80% 100%;
}

.game-icon.game-icon--MiningFever {
	background-position: 100% 100%;
}

@media screen and (max-width: 767px) {
	.game-icons-contain li {
		width: 32.46%;
	}
}

.play-now-overlay {
	position: absolute;
	content: "";
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	left: -4px;
	top: -4px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	opacity: 0;
	-webkit-transition: opacity 0.33s ease-in-out;
	-o-transition: opacity 0.33s ease-in-out;
	transition: opacity 0.33s ease-in-out;
}

.play-now-overlay:hover {
	opacity: 1;
}

.play-now-overlay .cta-btn {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 45%;
	font-size: 15px;
}

@media screen and (max-width: 575px) {
	.play-now-overlay .cta-btn {
		min-width: 0;
		width: 80%;
		font-size: 10px;
	}
}

/*features section*/

.section-features .frame-border::before {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.features-frame--left::after,
.features-frame--middle::after,
.features-frame--right::after {
	content: "";
	position: absolute;
	/*top: -4px;
        left: -4px;
        width: calc(100% + 4px);
        height: calc(100% + 4px);*/
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: calc(100% - 5px) calc(100% - 4px), center;
	background-size: 350px auto, calc(100% - 8px) calc(100% - 8px);
	background-repeat: no-repeat;
	border-radius: 20px;
}

.features-frame--left,
.features-frame--right,
.features-frame--middle {
	/*width: 33%;*/
	/*width: calc(100% - 40px);*/
	width: 100%;
	/*margin-left: 20px;*/
	/*margin-right: 20px;*/
}

.features-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/feature-left-box-img.png"),
		url("/rea/shared/img/gt/6/feature-left-box-mob.jpg");
	background-position: 100% center, center;
}

.features-frame--middle {
	/*width: calc(33% - 40px); 
    margin-left: 20px;
    margin-right: 20px;*/
}

.features-frame--middle::after {
	background-image: url("/rea/shared/img/gt/6/feature-middle-box-img.png"),
		url("/rea/shared/img/gt/6/feature-middle-box-bg.jpg");
	background-position: calc(100% - 5px) center, center;
}

.features-frame--right::after {
	background-image: url("/rea/shared/img/gt/6/feature-right-box-img.png"),
		url("/rea/shared/img/gt/6/feature-right-box-bg.jpg");
}

.features-content-frame {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	line-height: 1;
	font-size: 15px;
	padding: 5px 30% 5px 5px;
	height: 250px;
}

.section-features .cta-btn {
	font-size: 12px;
}

.section-features .frame-border {
	padding: 1rem;
}

@media screen and (max-width: 991px) {
	.features-frame--middle::after {
		background-position: calc(100% - -6px) center, center;
	}

	.section-features .frame-border {
		padding: 5px 10px;
	}

	.features-content-frame {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.section-features .cta-btn {
		font-size: 22px;
	}

	.section-features .frame-border::before {
		/*width: calc(100% - 10px);*/
		width: 100%;
	}

	.features-content-frame {
		/*display: block;*/
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		padding: 5px;
		font-size: 14px;
	}

	.section-features .u__text--s {
		font-size: 20.5px;
	}

	.section-features .frame-border {
		padding: 0.5rem;
	}

	.features-frame--left::after,
	.features-frame--middle::after,
	.features-frame--right::after {
		background-position: center;
		background-size: calc(100% - 10px) calc(100% - 8px);
		/*width: calc(100% - 10px);*/
		width: 100%;
	}

	.features-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/feature-left-box-mob.jpg");
	}

	.features-frame--middle::after {
		background-image: url("/rea/shared/img/gt/6/feature-middle-box-bg.jpg");
	}

	.features-frame--right::after {
		background-image: url("/rea/shared/img/gt/6/feature-right-box-bg.jpg");
	}

	.features-frame--left,
	.features-frame--middle {
		margin-bottom: 20px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.features-frame--left,
	.features-frame--middle,
	.features-frame--right {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}

/*Package section*/
.package-frame {
	margin-bottom: 50px;
}

.package-frame .u__text--xl {
	font-size: 36px;
}

.package-frame::after {
	background-image: url(/rea/shared/img/gt/6/package-frame-coins.png),
		url(/rea/shared/img/gt/6/package-frame-bg.jpg);
}

.package-frame::after {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	background-position: center center, center center;
	background-size: calc(100% - 8px) calc(100% - 8px),
		calc(100% - 8px) calc(100% - 8px);
	background-repeat: no-repeat;
	border-radius: 20px;
}

.package-content-frame {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.2;
	padding: 3rem;
	font-size: 18px;
}

/* ************************
    Spinning Wheel

    ***********************
*/

.spinning-wheel-container {
	position: relative;
	z-index: 100;
	width: 100%;
	bottom: 0;
	right: 42.5%; /*Iniital Desktop Location*/
}

.spinning-wheel--inner {
	background-image: url(/rea/shared/img/gt/6/mmw-wheel.fs8.png);
	-webkit-animation: rotating 4s linear infinite;
	animation: rotating 4s linear infinite;
	width: 280px;
	height: 280px;
	position: absolute;
	background-size: auto 100%;
	background-repeat: no-repeat;
	left: 50%;
	transform: translateX(-50%);
}

.spinning-wheel--outer {
	background-image: url(/rea/shared/img/gt/6/mmw-wheel-button.fs8.png);
	position: absolute;
	width: 187px;
	height: 193px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	left: 50%;
	top: 50%;
	transform: translate(
		calc(25% - 1px),
		calc(35% - -2px)
	); /*Iniital Desktop Location*/
}

@media screen and (max-width: 767px) {
	.spinning-wheel-container {
		top: 280px;
		right: 0;
	}

	.spinning-wheel--inner {
		right: unset;
		-webkit-animation: rotating-mobile 4s linear infinite;
		animation: rotating-mobile 4s linear infinite;
	}

	.spinning-wheel--outer {
		transform: translate(calc(-50% - 1px), calc(35% - -2px));
	}
}
@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotating-mobile {
	from {
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}

	to {
		-webkit-transform: translateX(-50%) rotate(360deg);
		transform: translateX(-50%) rotate(360deg);
	}
}

@keyframes rotating-mobile {
	from {
		-ms-transform: translateX(-50%) rotate(0deg);
		-webkit-transform: translateX(-50%) rotate(0deg);
		transform: translateX(-50%) rotate(0deg);
	}

	to {
		-ms-transform: translateX(-50%) rotate(360deg);
		-webkit-transform: translateX(-50%) rotate(360deg);
		transform: translateX(-50%) rotate(360deg);
	}
}

@media screen and (max-width: 1199px) {
	.package-frame::after {
		background-size: calc(100% - 8px) calc(100% - 8px),
			calc(100% - 8px) calc(100% - 8px);
	}
}

@media screen and (max-width: 991px) {
	.package-frame::after {
		background-size: calc(100% - 8px) calc(100% - 8px),
			calc(100% - 8px) calc(100% - 8px);
	}

	.package-frame .u__text--xl {
		font-size: 34px;
	}

	.package-content-frame {
		padding: 2rem;
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
	.package-frame .u__text--xl {
		font-size: 31px;
	}

	.package-frame {
		padding-bottom: 350px;
		max-width: 390px;
	}

	.package-content-frame {
		padding: 0.5rem;
		/*padding-left: 20px;*/
		font-size: 23px;
		line-height: 1;
		text-align: center;
	}

	.package-frame::after {
		background-image: url(/rea/shared/img/gt/6/package-frame-bg-mob.jpg);
		background-position: center center;
		background-size: calc(100% - 8px) calc(100% - 8px);
	}
}

/*cta*/
.cta-btn--submit,
.cta-btn {
	cursor: pointer;
	color: white;
	outline: 0;
	border-bottom: solid 3px #4bcb41;
	border-right: solid 2px #4bcb41;
	border-left: solid 2px #4bcb41;
	border-top: none;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #93e77b),
		to(#177301)
	);
	background: -o-linear-gradient(top, #93e77b 0, #177301 100%);
	background: linear-gradient(to bottom, #93e77b 0, #177301 100%);
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 28px;
	width: auto;
	display: inline-block;
	border-radius: 25px;
	text-decoration: none;
	padding: 8px 15px;
	-webkit-box-shadow: -1px 3px 9px 5px rgba(0, 0, 0, 0.5);
	box-shadow: -1px 3px 9px 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
	.cta-btn--submit,
	.cta-btn {
		font-size: 25px;
	}
}

@media screen and (max-width: 575px) {
	.cta-btn--submit,
	.cta-btn {
		font-size: 22px;
		min-width: 230px;
		width: 270px;
	}
}

/*form*/
.form-blackout {
	display: none;
	background-color: rgba(0, 0, 0, 0.75);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.form-close {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 15px;
	right: 15px;
}

.form-close::after {
	content: "✖";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: white;
	font-size: 30px;
}

.form-contain {
	position: relative;
	width: calc(420px - 8px);
	max-width: calc(100% - 8px);
	margin: 0 auto;
	background: -o-linear-gradient(
		45deg,
		#620000 0%,
		#930000 45%,
		#930000 55%,
		#620000 100%
	);
	background: linear-gradient(
		45deg,
		#620000 0%,
		#930000 45%,
		#930000 55%,
		#620000 100%
	);
	padding: 15px;
	border-radius: 8px;
	margin-top: 100px;
	text-align: center;
	font-weight: 700;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.form-contain::before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: calc(100% + 8px);
	height: calc(100% + 8px);
	background: -o-linear-gradient(
		top,
		#d3a146 0%,
		#f9edbf 40%,
		#f9edbf 60%,
		#d3a146 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#d3a146),
		color-stop(40%, #f9edbf),
		color-stop(60%, #f9edbf),
		to(#d3a146)
	);
	background: linear-gradient(
		180deg,
		#d3a146 0%,
		#f9edbf 40%,
		#f9edbf 60%,
		#d3a146 100%
	);
	z-index: -1;
	border-radius: 8px;
}

.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: 10px;
	text-align: center;
	padding: 0px 5px;
	font-size: 18px;
	border-radius: 10px;
}

.form-contain .cta-btn--submit {
	margin-top: 15px;
}

@media screen and (max-width: 575px) {
	.form-contain input[type="text"],
	.form-contain input[type="email"] {
		height: 40px;
	}
}

/* [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;
}
/* <-- [end] FORM STUFF */

/*--- UTILITY */
.u__colour--yellow {
	color: #fec822;
}

.u__colour--yellow-light {
	color: #fedf50;
}

.u__colour--orange {
	color: #ed7e04;
}

.u__text--xl {
	font-size: 37px;
}

@media screen and (max-width: 1199px) {
	.u__text--xl {
		font-size: 30px;
	}
}

@media screen and (max-width: 991px) {
	.u__text--xl {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.u__text--xl {
		font-size: 24px;
	}
	/*.u__colour--orange {
        color: #fec822;
    }*/
}

.u__position--above {
	position: relative;
	z-index: 10;
}

.u__colour--white {
	color: white;
}

.u__text--uppercase {
	text-transform: uppercase;
}

.u__text--underline {
	text-decoration: underline;
}

.u__text--italic {
	font-style: italic;
}

.u__text--line-through {
	text-decoration: line-through;
}

.u__text--shadow {
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.u__text--outline {
	text-shadow: 1px -1px #000000, -1px -1px #000000, -1px 1px #000000,
		-1px -1px #000000, 1px 0px #000000, -1px 0px #000000, 0px 1px #000000,
		0px -1px #000000, 1px 1px #000000, -1px 1px #000000, 1px 1px #000000,
		1px -1px #000000;
}

.u__text--xxl {
	font-size: 110px;
}

.u__text--l {
	font-size: 26px;
}

@media screen and (max-width: 575px) {
	.u__text--l {
		font-size: 21px;
	}
}

.u__text--m {
	font-size: 22px;
}

@media screen and (max-width: 575px) {
	.u__text--m {
		font-size: 18px;
	}
}

.u__text--s {
	font-size: 13.5px;
}

.u__text--xs {
	font-size: 9px;
}

.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;
}
/*ontario*/
.section-header .ontario-gambling-logo {
	width: 150px;
	height: auto;
	margin: 10px 20px;
	display: inline-block;
}
.footer-icons .ontario-gambling-logo {
	width: 102px;
	height: auto;
	margin-top: -32px;
	display: inline-block;
}

.ontario-terms-link {
	font-size: 10px;
}
.footer .ontario-terms-link {
	text-decoration: underline;
}

.footer p {
	font-size: 10px;
	margin: 20px auto;
	text-align: center;
	max-width: 561px;
}
.footer p a {
	text-decoration: underline;
}

/*?v=1 */
body[data-variation="v1"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/aquatic-treasures/hero-left-box-bg.png");
}

@media screen and (max-width: 767px) {
	body[data-variation="v1"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/aquatic-treasures/hero-left-box-bg-mob.png");
	}
}

/*?v=2 */
body[data-variation="v2"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/deadmau5/hero-left-box-bg.png");
}

body[data-variation="v2"] .disclaimer {
	position: absolute;
	bottom: 0;
	width: 30%;
	right: 0;
	text-align: center;
	margin-bottom: -17px;
	margin-right: -17px;
	font-size: 7px;
	text-transform: uppercase;
}

@media screen and (max-width: 991px) {
	body
		[data-variation="v2"]
		.hero-header-frame
		.hero-header-frame--left-header-text {
		font-size: 48px;
	}

	body[data-variation="v2"] .u__text--l {
		font-size: 24px;
	}

	body[data-variation="v2"] .disclaimer {
		margin-bottom: -23px;
		margin-right: -24px;
		font-size: 5px;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v2"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/deadmau5/hero-left-box-bg-mob.png");
	}

	body[data-variation="v2"] .disclaimer {
		display: none;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v2"] .hero-header-frame--left {
		padding-bottom: 190px;
	}
}

/*?v=3 */
body[data-variation="v3"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/Noble-Sky/hero-left-box-bg.jpg");
	/*background-position: center;*/
}

@media screen and (max-width: 991px) {
	body[data-variation="v3"] .hero-frame--left::after {
		background-position: right center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v3"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/Noble-Sky/hero-left-box-bg-mob.jpg");
		background-position: center bottom;
	}
}

/*?v=4 */
body[data-variation="v4"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/assassin-moon/hero-left-box-bg.jpg");
}

@media screen and (max-width: 767px) {
	body[data-variation="v4"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/assassin-moon/hero-left-box-bg-mob.jpg");
	}
}

/*?v=5 */
body[data-variation="v5"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/asms/hero-left-box-bg.png");
}

@media screen and (max-width: 991px) {
	body[data-variation="v5"] .hero-frame--left::after {
		background-position: right -94px center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v5"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/asms/hero-left-box-bg-mob.png");
		background-position: center center;
	}
}

/*?v=6 */
body[data-variation="v6"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/divine-diamonds/hero-left-box-bg.jpg");
}

@media screen and (max-width: 991px) {
	body[data-variation="v6"] .hero-frame--left::after {
		background-position: right -94px center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v6"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/divine-diamonds/hero-left-box-bg-m.jpg");
		background-position: center calc(100% + 50px);
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v6"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/divine-diamonds/hero-left-box-bg-m.jpg");
		background-position: center bottom;
	}

	body[data-variation="v6"] .hero-header-frame--left {
		padding-bottom: 42vw;
	}
}

/*?v=7 */
body[data-variation="v7"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/god-of-fire/hero-left-box-bg.jpg");
	background-color: black;
	background-size: auto 100%;
	background-position: right center;
}

@media screen and (max-width: 991px) {
	body[data-variation="v7"] .hero-frame--left::after {
		/*background-position: right -94px center;*/
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v7"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/god-of-fire/hero-left-box-bg-m.jpg");
		background-position: center bottom;
		background-size: 400px auto;
	}

	body[data-variation="v7"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v7"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/god-of-fire/hero-left-box-bg-m.jpg");
		background-size: 100% auto;
	}

	body[data-variation="v7"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=8 */
body[data-variation="v8"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/squealin-riches/hero-left-box-bg.jpg");
	background-color: black;
	background-size: auto 100%;
	background-position: right center;
}

@media screen and (max-width: 991px) {
	body[data-variation="v8"] .hero-frame--left::after {
		background-position: right -85px center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v8"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/squealin-riches/hero-left-box-bg-m.jpg");
		background-position: center bottom;
		background-size: 400px auto;
	}

	body[data-variation="v8"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v8"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/squealin-riches/hero-left-box-bg-m.jpg");
		background-size: 100% auto;
	}

	body[data-variation="v8"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=9 */
body[data-variation="v9"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/mustang-riches/hero-left-box-bg.jpg");
}

@media screen and (max-width: 991px) {
	body[data-variation="v9"] .hero-frame--left::after {
		background-position: right -15px center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v9"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/mustang-riches/hero-left-box-bg-m.jpg");
		background-position: center bottom;
		background-size: 400px auto;
	}

	body[data-variation="v9"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v9"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/mustang-riches/hero-left-box-bg-m.jpg");
		background-size: 100% auto;
	}

	body[data-variation="v9"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=10 */
body[data-variation="v10"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/AJBMV/hero-left-box-bg.jpg");
}

@media screen and (max-width: 991px) {
	body[data-variation="v10"] .hero-frame--left::after {
		background-position: right -15px center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v10"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/AJBMV/hero-left-box-bg-m.jpg");
		background-position: center bottom;
		background-size: 400px auto;
	}

	body[data-variation="v10"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v10"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/AJBMV/hero-left-box-bg-m.jpg");
		background-size: 103% auto;
	}

	body[data-variation="v10"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=11 */
body[data-variation="v11"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/kings-of-crystals/hero-left-box-bg.jpg");
}

@media screen and (max-width: 991px) {
	body[data-variation="v11"] .hero-frame--left::after {
		background-position: right -15px center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v11"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/kings-of-crystals/hero-left-box-bg-m.jpg");
		background-position: center bottom;
		background-size: 400px auto;
	}

	body[data-variation="v11"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v11"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v11"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=12 */
body[data-variation="v12"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/CNR/hero-left-box-bg.jpg");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v12"] .hero-frame--left::after {
		background-position: right -34px center;
		background-size: 117% 100%;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v12"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/CNR/hero-left-box-bg-mob.jpg");
		background-position: center bottom;
		background-size: 400px auto;
	}

	body[data-variation="v12"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v12"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v12"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=13 */
body[data-variation="v13"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/WLC/hero-left-box-bg.jpg");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v13"] .hero-frame--left::after {
		background-position: right -34px center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v13"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/WLC/hero-left-box-bg-m.jpg");
		background-position: center bottom;
	}

	body[data-variation="v13"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v13"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v13"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=14 */
body[data-variation="v14"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/DCA/hero-left-box-bg.jpg");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v14"] .hero-frame--left::after {
		background-position: right -34px center;
	}
}

@media screen and (max-width: 991px) {
	body[data-variation="v14"] .hero-frame--left::after {
		background-position: right -55px center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v14"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/DCA/hero-left-box-bg-m.jpg");
		background-position: center bottom;
	}

	body[data-variation="v14"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v14"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v14"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=15*/

body[data-variation="v15"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/timelines/hero-left-box-bg.png");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v15"] .hero-frame--left::after {
		background-position: right -34px center;
	}
}

@media screen and (max-width: 991px) {
	body[data-variation="v15"] .hero-frame--left::after {
		background-position: right -55px center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v15"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/timelines/hero-left-box-bg-mob.png");
		background-position: center bottom;
	}

	body[data-variation="v15"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v15"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v15"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=16 */
body[data-variation="v16"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/amazing-link-bounty/hero-left-box-bg.png");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v16"] .hero-frame--left::after {
		background-position: right -34px center;
	}
}

@media screen and (max-width: 991px) {
	body[data-variation="v16"] .hero-frame--left::after {
		background-position: right -55px center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v16"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/amazing-link-bounty/hero-left-box-bg-mob.png");
		background-position: center bottom;
	}

	body[data-variation="v16"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v16"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v16"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=17 */
body[data-variation="v17"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/DKG/hero-left-box-bg.jpg");
	background-size: 100% 100%;
	background-position: center;
}

@media screen and (max-width: 575px) {
	body[data-variation="v17"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/DKG/hero-left-box-mobile.jpg");
	}
}

/*?v=18 */
body[data-variation="v18"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/cats-of-the-carribean/hero-left-box-bg.jpg");
	background-size: 100% 100%;
	background-position: center;
}
@media screen and (max-width: 575px) {
	body[data-variation="v18"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/cats-of-the-carribean/hero-left-box-mobile.png");
	}
}

/*?v=19 */
body[data-variation="v19"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/phantom-of-the-opera/hero-left-box-bg-MIC_POTO_LW_212.jpg");
	background-size: 100% 100%;
	background-position: center;
}

@media screen and (max-width: 575px) {
	body[data-variation="v19"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/phantom-of-the-opera/hero-mobile-bg-MIC_POTO_LW_212.jpg");
	}
}
/*?v=20 */
body[data-variation="v20"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/vegas-golden-bells/hero-left-box-bg.png");
	background-size: 100% 100%;
	background-position: center;
}
@media screen and (max-width: 767px) {
	body[data-variation="v20"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/vegas-golden-bells/hero-center-box-bg.jpg");
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v20"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/vegas-golden-bells/hero-mobile-bg.jpg");
	}
}

/*?v=21 */
body[data-variation="v21"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/bettys-big-bonanza/hero-left-box-bg.png");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v21"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v21"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/bettys-big-bonanza/hero-left-box-bg-mob.png");
		background-position: center bottom;
	}

	body[data-variation="v21"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v21"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v21"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=22 */
body[data-variation="v22"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/witch-feature/hero-left-box-bg.png");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v22"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v22"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/witch-feature/hero-mobile-bg.png");
		background-position: center bottom;
	}

	body[data-variation="v22"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v22"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v22"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=23 */
body[data-variation="v23"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/mr-mrs-spy/hero-left-box-bg.jpg");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v23"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v23"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/mr-mrs-spy/hero-mobile-bg.jpg");
		background-position: center bottom;
	}

	body[data-variation="v23"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v23"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v23"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=24 */
body[data-variation="v24"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/ACP/hero-left-box-bg.jpg");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v24"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v24"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/ACP/hero-left-box-bg-mob.png");
		background-position: center bottom;
	}

	body[data-variation="v24"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v24"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v24"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}
/*?v=25 */
body[data-variation="v25"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/DD/hero-left-box-bg.jpg");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v25"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v25"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/DD/hero-left-box-bg-mob.png");
		background-position: center bottom;
	}

	body[data-variation="v25"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v25"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v25"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=26 */
body[data-variation="v26"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/MOO/hero-left-box-bg.jpg");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v26"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v26"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/MOO/hero-left-box-bg-mob.jpg");
		background-position: center bottom;
	}

	body[data-variation="v26"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v26"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v26"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=27 */
body[data-variation="v27"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/bananza/hero-left-box-bg.jpg");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v27"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v27"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/bananza/hero-left-box-bg-mob.jpg");
		background-position: center bottom;
	}

	body[data-variation="v27"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v27"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v27"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=28 */

body[data-variation="v28"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/monkey-bonanza/hero-left-box-bg.jpg");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v28"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v28"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/monkey-bonanza/hero-left-box-bg-mob.jpg");
		background-position: center bottom;
	}

	body[data-variation="v28"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v28"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v28"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=29 */
body[data-variation="v29"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/cats-of-the-carribean/hero-left-box-bg.jpg");
	background-size: 100% 100%;
	background-position: center;
}

@media screen and (max-width: 575px) {
	body[data-variation="v29"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/cats-of-the-carribean/hero-left-box-mobile.png");
	}
}
/*?v=30 */
body[data-variation="v30"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/CPHS/hero-left-box-bg.png");
	background-size: 100% 100%;
	background-position: center;
}

@media screen and (max-width: 575px) {
	body[data-variation="v30"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/CPHS/hero-left-box-bg-mob.png");
	}
}

/*?v=31 */
body[data-variation="v31"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/amazon-lost-gold/hero-left-box-bg.png");
	background-size: 100% 100%;
	background-position: center;
}

@media screen and (max-width: 575px) {
	body[data-variation="v31"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/amazon-lost-gold/hero-left-box-bg-mob.png");
	}
}

/*?v=32 */
body[data-variation="v32"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/vegas-mega-spins/hero-left-box-bg.png");
	background-size: 100% 100%;
	background-position: center;
}

@media screen and (max-width: 575px) {
	body[data-variation="v32"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/vegas-mega-spins/hero-left-box-bg-mob.png");
	}
}

/*?v=33 */
body[data-variation="v33"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/multi-charm/hero-left-box-bg.png");
	background-size: 100% 100%;
	background-position: center;
}

@media screen and (max-width: 575px) {
	body[data-variation="v33"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/multi-charm/hero-left-box-bg-mob.png");
	}
}
/*?v=34 */
body[data-variation="v34"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/atlantis-power-combo/hero-left-box-bg.png");
	background-size: 100% 100%;
	background-position: center;
}

@media screen and (max-width: 575px) {
	body[data-variation="v34"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/atlantis-power-combo/hero-left-box-bg-mob.png");
	}
}

/*?v=35 */

body[data-variation="v35"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/TTB/hero-left-box-bg.jpg");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v35"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v35"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/TTB/hero-left-box-bg-mob.jpg");
		background-position: center bottom;
	}

	body[data-variation="v35"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v35"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v35"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}
/*?v=36 */

body[data-variation="v36"] .hero-frame--left::after {
	background-image: url("/rea/shared/img/gt/6/games/queens-of-ra/hero-left-box-bg.png");
}

@media screen and (max-width: 1199px) {
	body[data-variation="v36"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v36"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/queens-of-ra/hero-left-box-bg-mob.png");
		background-position: center bottom;
	}

	body[data-variation="v36"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v36"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v36"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=37 */

body[data-variation="v37"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/6-pure-pearls/hero-left-box-bg.png");
    background-size: auto 100%;
    background-color: #051627;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v37"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v37"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/6-pure-pearls/hero-left-box-bg-mob.png");
		background-position: center bottom;
	}

	body[data-variation="v37"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v37"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v37"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=38 */

body[data-variation="v38"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/FFMH/hero-left-box-bg.jpg");
    background-size: auto 100%;
    background-color: #051627;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v38"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v38"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/FFMH/hero-left-box-bg-mob.jpg");
		background-position: center bottom;
	}

	body[data-variation="v38"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v38"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v38"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=39 */

body[data-variation="v39"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/lara-croft-tomb-of-the-sun/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v39"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v39"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/lara-croft-tomb-of-the-sun/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v39"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v39"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v39"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=40 */

body[data-variation="v40"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/MG/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v40"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v40"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/MG/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v40"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v40"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v40"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=41 */

body[data-variation="v41"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/red-hot-riches/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v41"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v41"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/red-hot-riches/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v41"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v41"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v41"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=42 */

body[data-variation="v42"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/MPG/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v42"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v42"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/MPG/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v42"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v42"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v42"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=43 */

body[data-variation="v43"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/5-on-the-farm/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v43"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v43"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/5-on-the-farm/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v43"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v43"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v43"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=44 */

body[data-variation="v44"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/reel-big-boom/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v44"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v44"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/reel-big-boom/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v44"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v44"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v44"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=45 */

body[data-variation="v45"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/chronicles-of-olympus-ii-hades/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v45"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v45"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/chronicles-of-olympus-ii-hades/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v45"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v45"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v45"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=46 */

body[data-variation="v46"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/stellar-rewards/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v46"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v46"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/stellar-rewards/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v46"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v46"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v46"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}
/*?v=47 */

body[data-variation="v47"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/Massive-Gold-Rewards/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v47"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v47"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/Massive-Gold-Rewards/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v47"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v47"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v47"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=48 */

body[data-variation="v48"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/Viking-Fight-For-Honour/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v48"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v48"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/Viking-Fight-For-Honour/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v48"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v48"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v48"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=49*/

body[data-variation="v49"] .hero-frame--left::after,
body[data-variation="v56"] .hero-frame--left::after  {
    background-image: url("/rea/shared/img/gt/6/games/Tyrannosaurus Rocks/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v49"] .hero-frame--left::after,
	body[data-variation="v56"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v49"] .hero-frame--left::after,
	body[data-variation="v56"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/Tyrannosaurus Rocks/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v49"] .hero-header-frame--left,
	body[data-variation="v56"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v49"] .hero-frame--left::after,
	body[data-variation="v56"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v49"] .hero-header-frame--left,
	body[data-variation="v56"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=50 */

body[data-variation="v50"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/Gold-Fusion-Upsizer/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v50"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v50"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/Gold-Fusion-Upsizer/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v50"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v50"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v50"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=51 */

body[data-variation="v51"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/777-Super-BuildUp/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v51"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v51"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/777-Super-BuildUp/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v51"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v51"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v51"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}


/*?v=52 */

body[data-variation="v52"] .hero-frame--left::after,
body[data-variation="v57"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/Gold-Blitz-Extreme/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v52"] .hero-frame--left::after,
	body[data-variation="v57"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v52"] .hero-frame--left::after,
	body[data-variation="v57"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/Gold-Blitz-Extreme/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v52"] .hero-header-frame--left,
	body[data-variation="v57"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v52"] .hero-frame--left::after,
	body[data-variation="v57"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v52"] .hero-header-frame--left,
	body[data-variation="v57"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=53*/

body[data-variation="v53"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/cash-flip-devils-coin/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v53"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v53"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/cash-flip-devils-coin/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v53"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v53"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v53"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=54*/

body[data-variation="v54"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/amazing-link-athena/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v54"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v54"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/amazing-link-athena/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v54"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v54"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v54"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}


/*?v=55*/

body[data-variation="v55"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/UFC-gold Blitz-extreme/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v55"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v55"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/UFC-gold Blitz-extreme/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v55"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v55"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v55"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=58*/

body[data-variation="v58"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/area-link-luck-4-lucky-charms/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v58"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v58"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/area-link-luck-4-lucky-charms/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v58"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v58"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v58"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}
/*?v=59*/

body[data-variation="v59"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/boom-pirates-fight-for-gold/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v59"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v59"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/boom-pirates-fight-for-gold/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v59"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v59"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v59"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}
/*?v=60 and v=61*/

body[data-variation="v60"] .hero-frame--left::after,
body[data-variation="v61"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/thunderstruck-gold-blitz-extreme/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v60"] .hero-frame--left::after,
	body[data-variation="v61"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v60"] .hero-frame--left::after,
	body[data-variation="v61"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/thunderstruck-gold-blitz-extreme/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v60"] .hero-header-frame--left ,
	body[data-variation="v61"] .hero-header-frame--left{
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v60"] .hero-frame--left::after,
	body[data-variation="v61"] .hero-frame--left::after  {
		background-size: 103% auto;
	}

	body[data-variation="v60"] .hero-header-frame--left,
	body[data-variation="v61"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/*?v=62*/

body[data-variation="v62"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/Action Boost Gladiator/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v62"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v62"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/Action Boost Gladiator/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v62"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v62"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v62"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}
/*?v=63*/

body[data-variation="v63"] .hero-frame--left::after {
    background-image: url("/rea/shared/img/gt/6/games/12-masks-of-fire-drums-frenzy/hero-left-box-bg.jpg");
    background-color: #47190a;
}

@media screen and (max-width: 1199px) {
	body[data-variation="v63"] .hero-frame--left::after {
		background-position: right 0 center;
	}
}

@media screen and (max-width: 767px) {
	body[data-variation="v63"] .hero-frame--left::after {
		background-image: url("/rea/shared/img/gt/6/games/12-masks-of-fire-drums-frenzy/hero-left-box-bg-mob.jpg");
		background-position: center bottom;

	}

	body[data-variation="v63"] .hero-header-frame--left {
		padding-bottom: 210px;
	}
}

@media screen and (max-width: 575px) {
	body[data-variation="v63"] .hero-frame--left::after {
		background-size: 103% auto;
	}

	body[data-variation="v63"] .hero-header-frame--left {
		padding-bottom: 52vw;
	}
}

/* Compliance update December 2025 */
:not(.footer) > .ontario-wagering-requirement {
    width: auto;
    font-size: 10px;
    color: rgba(200, 200, 200, 1);
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
:not(.footer) > .ontario-wagering-requirement .ontario-terms-link {
    position: static;
    font-size: inherit;
    text-decoration: underline;
    font-weight: inherit;
    transform: unset;
    text-shadow: unset;
    color: white;
}
:not(.footer) > .ontario-wagering-requirement .ontario-terms-link:before {
    display: none;
}