﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 10 version
*/

/* Roboto | latin | 400,700 */

@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-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;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    color: white;
    font-size: 16px;
    line-height: 1.1;
    min-width: 320px;
    overflow-x: hidden;
    background-color: black;
}

img {
    max-width: 100%;
}

section {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .container {
        max-width: none;
    }
}

.page-advert-banner {
    width: 100%;
    background-color: #feca09;
    color: black;
    font-weight: 900;
    padding: 10px 0;
    line-height: 1;
    text-align: center;
    font-size: 30px;
}

@media screen and (max-width: 767px){
    .page-advert-banner {
        font-size: 18px;
    }
}

.section-header {
    position: relative;
    z-index: 1;
    height: 80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#050b13), color-stop(50%, #1c375f), to(#050b13));
    background: -o-linear-gradient(top, #050b13 0%, #1c375f 50%, #050b13 100%);
    background: linear-gradient(180deg, #050b13 0%, #1c375f 50%, #050b13 100%);
    border-bottom: solid 4px #8abbe3;
    overflow: visible;
}

.section-header .logo {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 85px;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-vignette {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, from(black), to(black)), -webkit-gradient(linear, right top, left top, from(black), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, from(black), to(black));
    background-image: -o-linear-gradient(left, black 0%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(left, black 0%, black 100%), -o-linear-gradient(right, black 0%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(right, black 0%, black 100%);
    background-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, black 0%, black 100%), linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(270deg, black 0%, black 100%);
    background-size: 400px 100%, 50vw 100%, 400px 100%, 50vw 100%;
    background-position: calc(50% - 900px + 200px) top, calc(50% - 900px - 25vw + 2px) top, calc(50% + 900px - 200px) top, calc(50% + 900px + 25vw - 2px) top;
    z-index: 100;
    background-repeat: no-repeat;
}

.section-hero {
    position: relative;
    width: 100%;
    padding: 30px 0 200px 0;
}

@media screen and (min-width: 992px) {
    .section-hero {
        min-height: 650px;
    }
}

.section-hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    background-image: url("/rea/shared/img/yg/1/reskin/yg1-characters.fs8.png"), url("/rea/shared/img/yg/1/reskin/yg1-screenshot-left.fs8.png"), url("/rea/shared/img/yg/1/reskin/yg1-screenshot-right.fs8.png"), url("/rea/shared/img/yg/1/reskin/yg1-header-bg.jpg");
    background-size: 400px,
        500px,
        500px,
        1900px;
    background-position: calc(50% + 100px) calc(100% - 100px), calc(50% - 700px) calc(100% - 0px), calc(50% + 700px) calc(100% - 0px), center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .section-hero::before {
        background-size: 300px,
            500px,
            500px,
            1900px;
        background-position: calc(50% + 40px) calc(100% - 110px), calc(50% - 500px) calc(100% - 0px), calc(50% + 500px) calc(100% - 0px), center center;
    }
}

@media screen and (max-width: 767px) {
    .section-hero::before {
        height: 280px;
        background-size: 250px,
            250px,
            250px,
            800px;
        background-position: calc(100% + 80px) calc(100% + 100px), calc(50% - 200px) calc(100% + 30px), calc(50% + 200px) calc(100% + 30px), center center;
    }
}

@media screen and (max-width: 575px) {
    .section-hero::before {
        height: 235px;
        background-size: 210px,
            250px,
            250px,
            800px;
        background-position: calc(100% + 60px) calc(100% + 80px), calc(50% - 200px) calc(100% + 30px), calc(50% + 200px) calc(100% + 30px), center center;
    }
}

@media screen and (max-width: 400px) {
    .section-hero::before {
        background-size: 190px,
            250px,
            250px,
            600px;
        background-position: calc(100% + 80px) calc(100% + 50px), calc(50% - 200px) calc(100% + 30px), calc(50% + 200px) calc(100% + 30px), center center;
    }
}

@media screen and (max-width: 767px) {
    .section-hero {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .section-hero .row-hero {
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
        position: relative;
    }
}

.section-hero .heading-text {
    color: #f7c413;
    font-size: 50px;
    font-weight: 900;
    position: relative;
    text-shadow: #fff4aa 2px 0px 0px, #fff4aa 1.75517px 0.95885px 0px, #fff4aa 1.0806px 1.68294px 0px, #fff4aa 0.14147px 1.99499px 0px, #fff4aa -0.83229px 1.81859px 0px, #fff4aa -1.60229px 1.19694px 0px, #fff4aa -1.97998px 0.28224px 0px, #fff4aa -1.87291px -0.70157px 0px, #fff4aa -1.30729px -1.5136px 0px, #fff4aa -0.42159px -1.95506px 0px, #fff4aa 0.56732px -1.91785px 0px, #fff4aa 1.41734px -1.41108px 0px, #fff4aa 1.92034px -0.55883px 0px;
}

@media screen and (max-width: 991px) {
    .section-hero .heading-text {
        font-size: 45px;
    }
}

@media screen and (max-width: 575px) {
    .section-hero .heading-text {
        font-size: 36px;
    }
}

.section-hero .heading-text::after {
    background: none;
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: -1;
    text-shadow: 4px 4px 10px #000000;
}

.section-hero .gradient-text {
    position: relative;
    color: #aad6ef;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.2;
}

@media screen and (max-width: 575px) {
    .section-hero .gradient-text {
        font-size: 25px;
    }
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
    .section-hero .gradient-text {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fdfeff), color-stop(60%, #aad6ef));
        background: -o-linear-gradient(top, #fdfeff 30%, #aad6ef 60%);
        background: linear-gradient(180deg, #fdfeff 30%, #aad6ef 60%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.section-hero .gradient-text::before,
.section-hero .gradient-text::after {
    background: none;
    content: attr(data-text);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: -1;
    text-shadow: #111d2d 2px 0px 0px, #111d2d 1.75517px 0.95885px 0px, #111d2d 1.0806px 1.68294px 0px, #111d2d 0.14147px 1.99499px 0px, #111d2d -0.83229px 1.81859px 0px, #111d2d -1.60229px 1.19694px 0px, #111d2d -1.97998px 0.28224px 0px, #111d2d -1.87291px -0.70157px 0px, #111d2d -1.30729px -1.5136px 0px, #111d2d -0.42159px -1.95506px 0px, #111d2d 0.56732px -1.91785px 0px, #111d2d 1.41734px -1.41108px 0px, #111d2d 1.92034px -0.55883px 0px;
}

.section-hero .gradient-text::before {
    text-shadow: 0px 0px 10px #FFFFFF;
}

.section-hero .gradient-text--dark-blue {
    color: #063177;
}

@supports (-webkit-background-clip: text) and (-webkit-text-fill-color: transparent) {
    .section-hero .gradient-text--dark-blue {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #279be6), color-stop(70%, #063177));
        background: -o-linear-gradient(top, #279be6 30%, #063177 70%);
        background: linear-gradient(180deg, #279be6 30%, #063177 70%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.section-hero .gradient-text--dark-blue::after {
    text-shadow: #bbe0f6 2px 0px 0px, #bbe0f6 1.75517px 0.95885px 0px, #bbe0f6 1.0806px 1.68294px 0px, #bbe0f6 0.14147px 1.99499px 0px, #bbe0f6 -0.83229px 1.81859px 0px, #bbe0f6 -1.60229px 1.19694px 0px, #bbe0f6 -1.97998px 0.28224px 0px, #bbe0f6 -1.87291px -0.70157px 0px, #bbe0f6 -1.30729px -1.5136px 0px, #bbe0f6 -0.42159px -1.95506px 0px, #bbe0f6 0.56732px -1.91785px 0px, #bbe0f6 1.41734px -1.41108px 0px, #bbe0f6 1.92034px -0.55883px 0px;
}

.section-hero .gradient-text--dark-blue::before {
    text-shadow: 4px 4px 10px #000000;
}

.section-hero .main-form-contain {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
}

@media screen and (max-width: 991px) {
    .section-hero .main-form-contain {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
        flex: 0 0 290px;
    }
}

@media screen and (max-width: 767px) {
    .section-hero .main-form-contain {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

.section-hero .main-form {
    background: -webkit-gradient(linear, left top, left bottom, from(#4796d1), color-stop(40%, #cadef3), color-stop(60%, #cadef3), to(#88bae2));
    background: -o-linear-gradient(top, #4796d1 0%, #cadef3 40%, #cadef3 60%, #88bae2 100%);
    background: linear-gradient(180deg, #4796d1 0%, #cadef3 40%, #cadef3 60%, #88bae2 100%);
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 40px 0 #1c567a, 0 0 40px 0 #1c567a;
    box-shadow: 0 0 40px 0 #1c567a, 0 0 40px 0 #1c567a;
    border-radius: 15px;
}

.section-hero .main-form::before {
    content: '';
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    z-index: -1;
    border-radius: 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(#050b13), color-stop(50%, #1c375f), to(#050b13));
    background: -o-linear-gradient(top, #050b13 0%, #1c375f 50%, #050b13 100%);
    background: linear-gradient(180deg, #050b13 0%, #1c375f 50%, #050b13 100%);
}

@media screen and (max-width: 767px) {
    .section-hero .main-form {
        padding: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: calc(100% + 30px);
        max-width: none;
        margin: 0 auto;
        margin-left: -15px;
        border-radius: 0;
    }

    .section-hero .main-form::before {
        width: 100%;
        left: 0;
        border-radius: 0;
    }
}

.section-hero .main-form .cta-btn {
    width: 100%;
    font-size: 20px;
}

.section-hero .main-form .cta-btn span {
    font-size: 24px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .section-hero .main-form .cta-btn {
        font-size: 16px;
    }

    .section-hero .main-form .cta-btn span {
        font-size: 20px;
    }
}

.section-hero .logo {
    max-width: 120px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .section-hero .logo {
        display: none;
    }
}

.section-hero form {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .section-hero form {
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 0 auto;
        margin-top: 10px;
    }
}

.section-hero input {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #404040;
}

/* [start] FORM STUFF --> */
input[type="text"].error,    
input[type="email"].error {    
    /*border: solid 2px #ffcc00;*/
    background-image: url('/rea/shared/img/error_icon.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

input[type="checkbox"].error {
    outline: solid 2px red;
}

#preform .yearText {
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    text-transform: none;
    margin-bottom: 10px;
}

#preform #dob-year {
    background-color: white;
    padding: 0 10px;
    font-size: 18px;
    line-height: 34px;    
    color: rgb(34, 34, 34);
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 6px;    
}

#preform #dob-year.error {
    border-color: rgb(255, 0, 0);
    -webkit-box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0);
    box-shadow: 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0), 0 0 3px 0 rgb(255, 0, 0);
}

#preform #dob-year.valid {
    border-color: rgb(38, 117, 218);
    -webkit-box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218);
    box-shadow: 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218), 0 0 3px 0 rgb(38, 117, 218);
}

#preform input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 10px;    
}

#preform a:hover,
#preform a {
    color: rgba(222, 181, 100, 1);
}

#preform .checks {
    text-transform: none;
    color: black;
    margin-top: 10px;
    color: white;
}

/* <-- [end] FORM STUFF */

.section-featured-winners {
    pointer-events: none;
    background-image: url("/rea/shared/img/yg/1/reskin/yg1-smoke-spark.fs8.png");
    background-size: 1900px;
    background-position: center calc(50% + 20px);
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    margin-top: -262px;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .section-featured-winners {
        padding: 15px 0 0 0;
        margin-top: 0;
        background-size: 700px auto;
        background-position: center calc(100% + 20px);
    }
}

.section-featured-winners .message-bubble-contain {
    position: relative;
    display: inline-block;
}

.section-featured-winners .message-bubble-contain .fire-spark {
    position: absolute;
    bottom: 40%;
    left: calc(50% - 20px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 50px);
    height: 150px;
    background-image: url("/rea/shared/img/yg/1/reskin/yg1-fire-spark.fs8.png");
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .section-featured-winners .message-bubble-contain .fire-spark {
        display: none;
    }
}

.section-featured-winners .message-bubble-contain .message-bubble {
    background: -webkit-gradient(linear, left top, left bottom, from(#4796d1), color-stop(40%, #cadef3), color-stop(60%, #cadef3), to(#88bae2));
    background: -o-linear-gradient(top, #4796d1 0%, #cadef3 40%, #cadef3 60%, #88bae2 100%);
    background: linear-gradient(180deg, #4796d1 0%, #cadef3 40%, #cadef3 60%, #88bae2 100%);
    position: relative;
    z-index: 1;
    color: white;
    display: inline-block;
    padding: 25px 25px;
    border-radius: 10px;
}

.section-featured-winners .message-bubble-contain .message-bubble::before {
    content: '';
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    z-index: -1;
    border-radius: 9px;
    background: -webkit-gradient(linear, left top, left bottom, from(#050b13), color-stop(50%, #1c375f), to(#050b13));
    background: -o-linear-gradient(top, #050b13 0%, #1c375f 50%, #050b13 100%);
    background: linear-gradient(180deg, #050b13 0%, #1c375f 50%, #050b13 100%);
}

@media screen and (max-width: 767px) {
    .section-featured-winners .message-bubble-contain .message-bubble {
        margin-top: 0;
    }
}

.section-content {
    position: relative;
    min-height: 400px;
    padding-top: 60px;
    margin-top: -130px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0))), url("/rea/shared/img/yg/1/reskin/yg1-smoke.fs8.png");
    background-image: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%), url("/rea/shared/img/yg/1/reskin/yg1-smoke.fs8.png");
    background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%), url("/rea/shared/img/yg/1/reskin/yg1-smoke.fs8.png");
    background-position: left top,
        left bottom,
        center center;
    background-size: 100% 100px,
        100% 100px,
        1600px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px){
    .section-content {
        margin-top: 0px;
        padding-top: 10px;
    }
}

.section-content::after,
.section-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: -1;
    background-image: url("/rea/shared/img/yg/1/reskin/yg1-side-sparks.fs8.png");
    background-size: 100% auto;
    background-position: left center;
    background-repeat: repeat-y;
}

@media screen and (max-width: 767px) {

    .section-content::after,
    .section-content::before {
        width: 100px;
    }
}

.section-content::after {
    left: auto;
    right: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-content p {
    margin: 0;
}

.section-content .video-box {
    background: -webkit-gradient(linear, left top, left bottom, from(#4796d1), color-stop(40%, #cadef3), color-stop(60%, #cadef3), to(#88bae2));
    background: -o-linear-gradient(top, #4796d1 0%, #cadef3 40%, #cadef3 60%, #88bae2 100%);
    background: linear-gradient(180deg, #4796d1 0%, #cadef3 40%, #cadef3 60%, #88bae2 100%);
    position: relative;
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 800px;
    padding: 2px;
    -webkit-box-shadow: 0 0 40px 0 #1c567a, 0 0 40px 0 #1c567a;
    box-shadow: 0 0 40px 0 #1c567a, 0 0 40px 0 #1c567a;
}

.section-content .video-box video {
    width: 100%;
    display: block;
}

.section-content .video-box video::after {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}

.section-pre-footer {
    color: black;
    background-color: white;
}

.section-pre-footer .game-image {
    overflow: hidden;
}

.section-pre-footer .game-image-banner {
    background: red;
    color: white;
    padding: 5px 0;
    position: absolute;
    transform: translateX(-30%) translateY(0%) rotate(-45deg);
    transform-origin: top right;
    font-size: 16px;
    left: 0;
    top: 0;
}

.section-pre-footer .game-image-banner::before,
.section-pre-footer .game-image-banner::after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px; /* tweak */
    width: 100%;
    height: 100%;
    background: red;
}

.section-pre-footer .game-image-banner::before {
    right: 100%;
}

.section-pre-footer .game-image-banner::after {
    left: 100%;
}

@media screen and (max-width: 767px) {
    .section-pre-footer .game-image-banner {
        position: relative;
        transform: none;
        font-size: 24px;
        text-align: center;
    }

    .section-pre-footer .game-image-banner::before,
    .section-pre-footer .game-image-banner::after {
        display: none;
    }
}

.section-pre-footer .game-button {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.section-pre-footer .game-button span {
    color: #6c6c6c;
}

@media screen and (max-width: 991px) {
    .section-pre-footer .game-button {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .section-pre-footer .game-button {
        font-size: 12px;
    }
}

.section-pre-footer .game-button .hover-button {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 40px;
    padding: 0 10px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.section-pre-footer .game-button .hover-button::after {
    content: '►';
    margin-left: 5px;
}

.section-pre-footer .game-image {
    position: relative;
    width: 100%;
    display: block;
    background-color: black;
    background-position: center bottom 21%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.section-pre-footer .game-image.immortal-creatures {
    background-image: url("/rea/shared/img/yg/1/reskin/yg1-immortal-creatures.jpg");
}

.section-pre-footer .game-image.thunderstruck-ii {
    background-image: url("/rea/shared/img/yg/1/rea-yg-thunderstruck-ii.jpg");
}

.section-pre-footer .game-image.european-roulette {
    background-image: url("/rea/shared/img/yg/1/rea-yg-european-roulette.jpg");
}

.section-pre-footer .game-image.avalon-ii {
    background-image: url("/rea/shared/img/yg/1/rea-yg-avalon-ii.jpg");
}

.section-pre-footer .game-image.millionaires-club {
    background-image: url("/rea/shared/img/yg/1/rea-yg-millionaires-club.jpg");
}

.section-pre-footer .game-image::before {
    opacity: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.section-pre-footer .game-button:hover>.game-image .hover-button,
.section-pre-footer .game-button:hover .game-image::before {
    opacity: 1;
}

.section-pre-footer .game-image::after {
    content: '';
    display: block;
    padding-bottom: 60%;
}

.section-pre-footer .game-button-small .game-image {
    background-position: center center;
}

.section-pre-footer .game-button-small .game-image::after {
    padding-bottom: 52%;
}

@media screen and (max-width: 767px) {
    .section-pre-footer .game-button-small .game-image::after {
        padding-bottom: 51.45455%;
    }
}

#feature-slider {
    width: calc(100% + 120px);
    margin-left: -60px;
    position: relative;
}

#feature-slider .tns-ovh {
    padding: 50px 60px;
}

@media screen and (max-width: 767px) {
    #feature-slider .tns-ovh {
        padding: 40px 0;
    }
}

#feature-slider p {
    margin: 0;
}

#feature-slider .tns-slide-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#4796d1), color-stop(40%, #cadef3), color-stop(60%, #cadef3), to(#88bae2));
    background: -o-linear-gradient(top, #4796d1 0%, #cadef3 40%, #cadef3 60%, #88bae2 100%);
    background: linear-gradient(180deg, #4796d1 0%, #cadef3 40%, #cadef3 60%, #88bae2 100%);
    border-radius: 10px;
    z-index: 1;
    position: relative;
    height: 160px;
    text-align: center;
    -webkit-box-shadow: 0 0 40px 0 #1c567a, 0 0 40px 0 #1c567a;
    box-shadow: 0 0 40px 0 #1c567a, 0 0 40px 0 #1c567a;
    padding: 10px 10px 10px 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#feature-slider .tns-slide-inner::before {
    content: '';
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    z-index: -1;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#050b13), color-stop(50%, #1c375f), to(#050b13));
    background: -o-linear-gradient(top, #050b13 0%, #1c375f 50%, #050b13 100%);
    background: linear-gradient(180deg, #050b13 0%, #1c375f 50%, #050b13 100%);
}

@media screen and (max-width: 991px) {
    #feature-slider .tns-slide-inner {
        padding-left: 112px;
        height: 120px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    #feature-slider .tns-slide-inner {
        max-width: 300px;
        margin: 0 auto;
    }
}

#feature-slider .tns-slide-inner img {
    position: absolute;
    top: 2px;
    left: 2px;
    height: calc(100% - 4px);
    width: auto;
    border-radius: 9px 0 0 9px;
}

#winner-slider {
    position: relative;
    padding: 20px 0;
}

#winner-slider .tns-ovh {
    padding: 20px 10px;
}

#winner-slider .feature-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#winner-slider .tns-slide-inner {
    background-color: black;
    height: 100%;
    position: relative;
    width: calc(100% - 4px);
    -webkit-box-shadow: 0 0 20px 0 #1c567a, 0 0 20px 0 #1c567a;
    box-shadow: 0 0 20px 0 #1c567a, 0 0 20px 0 #1c567a;
    border-radius: 4px;
}

#winner-slider .tns-slide-inner::before {
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: -1;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4796d1), color-stop(40%, #cadef3), color-stop(60%, #cadef3), to(#88bae2));
    background: -o-linear-gradient(top, #4796d1 0%, #cadef3 40%, #cadef3 60%, #88bae2 100%);
    background: linear-gradient(180deg, #4796d1 0%, #cadef3 40%, #cadef3 60%, #88bae2 100%);
}

@media screen and (max-width: 767px) {
    #winner-slider .tns-slide-inner {
        max-width: 400px;
        margin: 0 auto;
    }
}

#winner-slider .tns-slide-inner p {
    padding: 10px;
    text-align: center;
}

#winner-slider .tns-slide-inner img {
    width: 100%;
}

#flashBox {
    position: relative;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(70%, #a5a7a9), to(#dce0e2));
    background-image: -o-linear-gradient(top, white 0%, #a5a7a9 70%, #dce0e2 100%);
    background-image: linear-gradient(180deg, white 0%, #a5a7a9 70%, #dce0e2 100%);
    border-radius: 20px;
}

#flashBox canvas {
    display: block;
    width: 100%;
}

#flashBox span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #feca09;
    font-size: 35px;
}

@media screen and (max-width: 500px) {
    #flashBox {
        border-radius: 4vw;
    }

    #flashBox span {
        font-size: 7vw;
    }
}

.cta-btn {
    position: relative;
    padding: 5px 40px;
    border: 1px solid #776504;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff66e), to(#f7c412));
    background-image: -o-linear-gradient(top, #fff66e 0, #f7c412 100%);
    background-image: linear-gradient(to bottom, #fff66e 0, #f7c412 100%);
    border-radius: 10px;
    text-transform: uppercase;
    color: black;
    text-shadow: 1px 1px 1px white;
    font-weight: bold;
    line-height: 1;
    font-size: 16px;
}

.cta-btn span {
    font-size: 20px;
}

.cta-btn.btn-arrowed::before,
.cta-btn.btn-arrowed::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 23px;
    background-image: url("/rea/shared/img/yg/1/reskin/yg1-arrow_2x.fs8.png");
    background-size: 200% 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.cta-btn.btn-arrowed::before {
    left: 10px;
}

.cta-btn.btn-arrowed::after {
    right: 10px;
    background-position: 100% center;
}

.u__position--above {
    position: relative;
    z-index: 10;
}

.u__position--relative {
    position: relative;
}

.u__colour--white {
    color: white;
}

.u__colour--yellow {
    color: #feca09;
}

.u__colour--red {
    color: #ff1414;
}

.u__text--uppercase {
    text-transform: uppercase;
}

.u__text--drop-shadow {
    text-shadow: 4px 4px 0 black, 2px 2px 0 black, -2px 2px 0 black, -2px -2px 0 black, 2px -2px 0 black;
}

.u__text--outline-white {
    text-shadow: white 1px 0px 0px, white 0.5403px 0.84147px 0px, white -0.41615px 0.9093px 0px, white -0.98999px 0.14112px 0px, white -0.65364px -0.7568px 0px, white 0.28366px -0.95892px 0px, white 0.96017px -0.27942px 0px;
}

.u__text--shadow {
    text-shadow: 0 0 5px #000000;
}

.u__text--xxl {
    font-size: 60px;
}

@media screen and (max-width: 767px) {
    .u__text--xxl {
        font-size: 50px;
    }
}

.u__text--xl {
    font-size: 50px;
}

@media screen and (max-width: 767px) {
    .u__text--xl {
        font-size: 40px;
    }
}

.u__text--l {
    font-size: 35px;
}

@media screen and (max-width: 767px) {
    .u__text--l {
        font-size: 30px;
    }
}

.u__text--m {
    font-size: 22px;
}

@media screen and (max-width: 767px) {
    .u__text--m {
        font-size: 18px;
    }
}

.u__text--s {
    font-size: 12px;
}

.u__text--xs {
    font-size: 9px;
}

/*--- BASE PAGE STYLES*/
.copyright {
    text-align: center;
    color: white;
}

.copyright a.modalLink {
    color: white;
}

.footer {
    font-family: Arial;
    position: relative;
    background-color: black;
    background-image: -webkit-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;
}