/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* Poppins | latin | 400,700 */


@font-face {
    font-family: "Poppins";
    src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.woff")
            format("woff"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Medium.svg#Poppins-Medium")
            format("svg");
    font-weight: 500;
    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-ext/subset-Poppins-ExtraBold.woff")
            format("woff"),
        url("/rea/shared/fonts/Poppins/latin-ext/subset-Poppins-ExtraBold.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Poppins/latin-ext/subset-Poppins-ExtraBold.svg#Poppins-ExtraBold")
            format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/rea/shared/fonts/Poppins/all/PoppinsBlackSWFTE.woff2")
            format("woff2"),
        url("/rea/shared/fonts/Poppins/all/PoppinsBlackSWFTE.woff")
            format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", "sans-serif";
    color: white;
    font-size: 16px;
    line-height: 1.1;
    min-width: 320px;
    overflow-x: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    background-image: linear-gradient(to top, #0a1627, #103155, #1a557c);
    background-color: black;
    background-size: 100% 1000px;
    background-repeat: no-repeat;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 900;
}

section {
    overflow: hidden;
}

p {
    line-height: 1.4;
}

div p:last-child {
    margin-bottom: 0;
}

.section-content a:hover,
.section-content a {
    color: #26bffc;
    text-decoration: underline;
    font-weight: 700;
}

a.anchor {
    display: block;
    position: relative;
    top: -55px;
    visibility: hidden;
}

.micro-gutters {
    margin-right: 0;
    margin-left: 0;
}

.micro-gutters div[class^="col"] {
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.vignette {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 0px black, -31px 0px 100px rgba(0, 0, 0, 0.2) inset,
        0px -10px 40px rgba(0, 0, 0, 1) inset;
}

@media screen and (max-width: 1200px) {
    .vignette {
        box-shadow: 5px 0px 50px black, -30px 0px 50px black inset,
            30px 0px 50px black inset;
    }
}

.section-pre-header {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    background: transparent;
    top: 0;
    z-index: 150;
}


.section-header .section-header-row {
    width: 100%;
}

.section-header .header-frame {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


.hero-heading-container {
    margin: 40px 0px 10px 0;
}
.hero-text-gap {
    gap: 8px;
}


.heading-text--white {
    font-family: sans-serif;
    position: relative;
    font-size: 70px;
	line-height: 1em;
    text-transform: uppercase;
	/* text-shadow: 3px 3px 2px #f1c40f, 7px 7px 2px #b85e00; */
	-webkit-text-stroke: 1px white;
	background: linear-gradient(to bottom, #ffffff 0%, #fff8e3 35%, #f1a826 40%, #b97502 50%, #fff8e3 65%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 1px 0px #260000) 
	drop-shadow(0px 1px 0px #260000) 
	drop-shadow(0px 1px 0px #260000) 
	drop-shadow(1px 4px 0px #640118) 
	drop-shadow(1px -1px 0px #640118) 
	drop-shadow(1px 3px 0px #370000) 
	drop-shadow(-1px -1.5px 0px #58323e) 
	drop-shadow(1px 1.5px 0px #370000);
    color: white;
	
}

.heading-text--gold {
    font-family: sans-serif;
    position: relative;
    font-size: 72px;
	font-weight: 800;
	text-transform: uppercase;  
	-webkit-text-stroke: 1px white;
    background: linear-gradient(to bottom, #e0ca00, #ffe500, #ffdc12, #ff4a00, #ff7c26);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0px 1px 0px #260000) 
	drop-shadow(0px 1px 0px #260000) 
	drop-shadow(0px 1px 0px #260000) 
	drop-shadow(1px 4px 0px #640118) 
	drop-shadow(1px -1px 0px #640118) 
	drop-shadow(1px 3px 0px #370000) 
	drop-shadow(-1px -1.5px 0px #58323e) 
	drop-shadow(1px 1.5px 0px #370000);   
	}

@media screen and (max-width: 525px) {    
    .hero-heading-container {
        margin: 10px 0px 10px 0;
    }	
}
.section-header .hero-cta-btn {
    cursor: pointer;
    background-image: url("../images/cta.png");
	background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -3px 3px 6px black;
    padding: 20px;
    font-size: 1.5rem;
    width: 300px;
    font-family: sans-serif;
    color: white;
    font-weight: 900;
    animation: pulse 1.2s ease infinite;
}
@media screen and (max-width: 575px) {
    .section-header .hero-cta-btn {
        padding: 15px 5px;
        width: 300px;
    }
}
@keyframes pulse {
	0% {
		transform: scale(1);
	  }
	  50% {
		transform: scale(1.05);
	  }
	  100% {
		transform: scale(1);
	  }
  }

.section-header .cta-text--disclaimer {
    text-transform: uppercase;
    text-align: center;
}

.section-header .hero-frame {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: white;
    text-align: center;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin-right: 40px;
}
.section-header .hero-frame img {
    height: 70px;
    margin-bottom: 2px;
}
.section-header .hero-frame > img:first-of-type {
    height: 70px;

}

.hero-frame-right {
    /* filter: drop-shadow(-6px 0px 0px #25292f)
        drop-shadow(0 20px 10px rgba(0, 0, 0, 0.9)); */
    position: relative;
}
.hero-frame-left {
    position: relative;
}

.hero-frame-right--graphic {
    background-color: #020d19;
    height: 100%;
    z-index: 10;
    position: relative;
}

.hero-frame-right:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #fcfab1, #f2ba18, #d9951e, #c1601c, #fefaa8, #dc7513, #ed8c0f, #f2b917, #fefaa8);
    background-size: contain;
    left: -8px;
    bottom: 0px;
    z-index: 10;
    background-repeat: no-repeat;
}
.hero-frame-right:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #fcfab1, #f2ba18, #d9951e, #c1601c, #fefaa8, #dc7513, #ed8c0f, #f2b917, #fefaa8);
    background-size: contain;
    right: -8px;
    bottom: 0px;
    z-index: -1;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1250px) {   
    .heading-text--white,
    .heading-text--gold {
        font-size: 60px;
    }
}

@media screen and (max-width: 991.9px) {
    .hero-frame-right:before {
        width: 100%;
        left: unset;
        bottom: 8px;
    }    
    .hero-frame-right:after {
        display:none;
    }
    .section-header {
        max-width: unset;
        padding-right: 0;
        padding-left: 0;
    }
    .section-header .hero-frame {
        font-size: 1rem;
    }
    .hero-frame-right {
        margin-top: -40px;
    }
    .hero-frame-right--graphic,
    .hero-frame-right:before {
        clip-path: circle(650px at 50% 650px);
    }

    .section-header .header-frame {
        padding: 10px 0 0px 0;
        z-index: 100;
        position: relative;
    }
    .section-header .cta-text,
    .section-header .hero-cta-btn {
        font-size: 1.3rem;
    }

    .section-header .hero-frame p {
        line-height: inherit;
    }
}
@media screen and (max-width: 575px) {
	.heading-text--white {
        font-size: 33px;
    }
}
@media screen and (max-width: 525px) {
    .heading-text--white {
        font-size: 33px;
        /* -webkit-text-stroke-width: 0px; */
	filter: drop-shadow(0px 1px 0px #260000) 
		drop-shadow(0px 1px 0px #260000) 
		drop-shadow(0px 1px 0px #260000) 
		drop-shadow(1px 1px 0px #640118) 
		drop-shadow(1px -1px 0px #640118) 
		drop-shadow(1px 1px 0px #370000) 
		drop-shadow(-1px -1px 0px #58323e) 
		drop-shadow(1px 1px 0px #370000);
    }
    .heading-text--gold {
        font-size: 42px;
		filter: drop-shadow(0px 1px 0px #260000) 
		drop-shadow(0px 1px 0px #260000) 
		drop-shadow(0px 1px 0px #260000) 
		drop-shadow(1px 1px 0px #640118) 
		drop-shadow(1px -1px 0px #640118) 
		drop-shadow(1px 1px 0px #370000) 
		drop-shadow(-1px -1px 0px #58323e) 
		drop-shadow(1px 1px 0px #370000);   
    }
    .section-header .hero-frame img {
        height: 40px;
    }
    .section-header .hero-frame {
        font-size: 14px;
    }
    .section-header .cta-banner {
        font-size: 1.4rem;
    }
	.section-header .hero-frame > img:first-of-type {
		height: 30px;
	}

    .hero-frame-trustpilot {
        width: 57.5%;
        margin: -0.5rem 0;
    }
    .section-header .hero-frame {        
        margin-right: 20px;
    }
}


.form-submit-btn,
a.cta-btn,
a.cta-btn:hover,
.cta-btn {
    border: none;
    font-family: sans-serif;
    color: white;
    display: inline-block;
    text-decoration: none;
    margin-top: 15px;
    cursor: pointer;
    background-image: url(../images/cta.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 3px 3px black;
    padding: 20px;
    font-size: 1.5rem;
    font-weight: bold;
    width: 256px;
}

a.cta-btn.cta-btn-dark,
a.cta-btn:hover.cta-btn-dark,
.cta-btn.cta-btn-dark {
    color: white;
}

@media screen and (max-width: 525px) {
    .form-submit-btn,
    a.cta-btn,
    a.cta-btn:hover,
    .cta-btn {
        font-size: 1.2rem;
        width: 250px;
    }
}
.form-blackout {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 900;
}

.form-contain {
    margin: 70px auto 0;
	border-radius: 8px;
    position: relative;
    width: 300px;
    max-width: calc(100% - 15px);
    padding: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    box-shadow: inset 0 0 70px 0px rgba(0, 0, 0, 0.75);
    background: linear-gradient(to top, #3675a2, #64c7cb, #3675a2);
}
.form-contain::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: -4px;
    top: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
	background-image: radial-gradient(ellipse farthest-corner at right bottom, #fedb37 0, #fdb931 8%, #f1a500 30%, #c99d36 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0, #ffffac 8%, #d1b464 25%, #ffb509 62.5%, #cfa43e 100%);
}
.form-contain span {
    font-family: sans-serif;
    text-shadow: 2px 2px 4px black;
    line-height: 1.1;
}

.form-contain input[type="text"],
.form-contain input[type="email"],
.form-contain input[type="tel"] {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    text-align: left;
    padding: 0px 0.5rem;
    font-size: 14px;
    border: solid 1px black;
    text-align: center;
    border-radius: unset;
}

.form-contain .form-submit-btn {
    background-color: transparent;
}

@media screen and (max-width: 575px) {
    .form-contain input[type="text"],
    .form-contain input[type="email"],
    .form-contain input[type="tel"] {
        height: 40px;
    }
}

#countrycallingcode[disabled] {
    background-color: white;
}

/* [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: #ffd800;
}

#preform .checks {
    text-transform: none;
    color: black;
    margin-top: 10px;
    color: white;
}

.form-close {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 15px;
}

.form-close::after {
    content: "\f00d";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 30px;
}

/* <-- [end] FORM STUFF */

.pre-footer {
    text-align: center;
    background-color: black;
    padding: 20px 10px 10px 10px;
}

.pre-footer img {
    display: inline;
    margin: 0 7px 10px 7px;
}

.pre-footer .payment-logo {
    height: 40px;
}

.pre-footer .secure-logo {
    height: 35px;
}

@media screen and (max-width: 767px) {
    .pre-footer img {
        margin: 0 5px 10px 5px;
    }

    .pre-footer {
        padding: 10px 0 0 0;
    }

    .pre-footer .payment-logo {
        height: 27px;
    }

    .pre-footer .secure-logo {
        height: 28px;
    }
}

/*--- UTIL ---*/

.u__section--pad {
    padding: 60px 0;
}

@media screen and (max-width: 767px) {
    .u__section--pad {
        padding: 30px 0;
    }
}

.u__position--above {
    position: relative;
    z-index: 20;
}

.u__line-height--1-25 {
    line-height: 1.25 !important;
}

.u__colour--yellow {
    color: #ffd800;
}

.u__colour--gold {
    color: #ffc924;
}

.u__colour--gold-light {
    color: #edd195;
}

.u__colour--blue {
    color: #26bffc;
}

.u__colour--blue-dark {
    color: #227ee0;
}

.u__colour--black {
    color: #050507;
}

.u__colour--white {
    color: white;
}

.u__colour--gray {
    color: #c4c4c4;
}

.u__colour--grey {
    color: #7e7e7e;
}
.u__colour--purple {
    color: #6c2259;
}

.u__colour--pink {
    color: #ff96b2;
}

.u__colour--orange {
    color: #de5916;
}
.u__colour--darkgold {
    color: #bb8d40;
}

.u__text--uppercase {
    text-transform: uppercase;
}

.u__text--underline {
    text-decoration: underline;
}

.u__text--line-through {
    text-decoration: line-through;
}

.u__text--shadow {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.u__text--shadow-white {
    text-shadow: 1px 1px 5px white;
}

.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--heading {
    display: block;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .u__text--heading {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.u__text--xxl {
    font-size: 90px;
    line-height: 1em;  
}

@media screen and (max-width: 575px) {
    .u__text--xxl {
        font-size: 48px;
    }
}
@media screen and (max-width: 525px) {   
    .u__text--xxl {
        font-size: 40px;
    }
}
.u__text--xl {
    font-size: 45px;
    line-height: 0.95;
}

@media screen and (max-width: 575px) {
    .u__text--xl {
        font-size: 35px;
    }
}

.u__text--l {
    line-height: 0.95;
    font-size: 26px;
}

@media screen and (max-width: 575px) {
    .u__text--l {
        font-size: 20px;
    }
}

.u__text--m {
    font-size: 20px;
}

@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;
}

/*--- 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;
}

/*================
    Ontario
=================*/
.section-pre-header .logo-ontario {
    background-position: calc(50% - 85px + 0px) top;
}

.section-pre-header .logo-ontario {
    width: 200px;
    position: relative;
    z-index: 10;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    margin-top: 10px;
    margin-right: 170px;
}

.section-pre-header .logo-ontario.is-in-view {
    background-image: url("/rea/shared/img/logo/lxc-logo.png");
}

.section-pre-header .logo-ontario::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.section-pre-header .ontario-gambling-logo {
    width: 150px;
    height: auto;
    display: inline-block;
    z-index: 100;
    position: absolute;
    top: 26px;
    margin-left: 220px;
}

.footer-icons .ontario-gambling-logo {
    width: 102px;
    height: auto;
    margin-top: -32px;
    display: inline-block;
}

.ontario-terms-link {
    font-size: 10px;
    color: white;
    padding: 5px 5px 0 0;
}

@media screen and (max-width: 767px) {
    .section-pre-header .logo-ontario {
        width: 160px;
        margin-right: 150px;
    }
    .ontario-terms-link {
        padding: 5px 0 0 0;
    }
    .section-pre-header .ontario-gambling-logo {
        width: 130px;
        margin-left: 180px;
    }
}

.ontario-terms-link:hover {
    color: white;
    text-decoration: none;
}

.footer .ontario-terms-link {
    text-decoration: underline;
}

.footer p {
    font-size: 10px;
    margin: 20px auto;
    text-align: center;
    max-width: 563px;
}

.footer p a {
    text-decoration: underline;
    color: white;
}

.footer p a:hover {
    color: white;
}
/*===========
    Compliance Prefooter
=============*/
.compliance-prefooter {
    background: black;
    padding: 3.25rem 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}
.compliance-prefooter a {
    text-decoration: underline;
}
.compliance-prefooter--body {
    max-width: 875px;
}

.compliance-prefooter--body p,
.compliance-prefooter--linkout {
    color: #7e7e7e;
}

.compliance-prefooter--body span {
    color: #fff;
}
.compliance-prefooter--email {
    color: #ffee00;
}
video{
	object-fit: contain;
    overflow: clip; 
	left: 50%; 
	transform: translate(-50%); 
	position: relative; 
	width:100%;
	/* height: 100vh; */
	min-height: 708px;
}
@media screen and (max-width: 991px) {
	video{
		height: auto;
		min-height: unset;
	}
}

.privacy-consent__link {
    color: #ffd800!important;
}
.hero__frame--offer-container{
    margin-bottom: 10px;
}

body[data-variation="v1"], body[data-variation="v2"] {
    .heading-text--gold {
        font-size: 65px;
    }
    @media screen and (max-width: 1199px) {   
		.heading-text--gold {
			font-size: 50px;
		}
	}
    @media screen and (max-width: 991px) {   
		.heading-text--gold {
			font-size: 65px;
		}
	}
    @media screen and (max-width: 767px) {   
		.heading-text--gold {
			font-size: 45px;
		}
	}
	@media screen and (max-width: 525px) {   
		.heading-text--gold {
			font-size: 28px;
		}
	}
}