﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 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;
}

html {
    display: flex;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', arial;
    color: black;
    font-size: 16px;
    line-height: 1.1;
    overflow-x: hidden;
    background-color: #f6f6f6;
    -webkit-font-smoothing: subpixel-antialiased;

    min-height: 100vh;
    width: 100%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
}

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;
}

.curve-top {
    position: relative;
    height: 80px;
    margin-bottom: -50px;
}

.curve-top::after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1800px;
    height: 300px;
    top: 0;
    border-radius: 100%;
}

.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(#03090f), to(rgba(3, 9, 15, 0))), -webkit-gradient(linear, left top, right top, from(#03090f), to(#03090f)), -webkit-gradient(linear, right top, left top, from(#03090f), to(rgba(3, 9, 15, 0))), -webkit-gradient(linear, right top, left top, from(#03090f), to(#03090f));
    background-image: -o-linear-gradient(left, #03090f 0%, rgba(3, 9, 15, 0) 100%), -o-linear-gradient(left, #03090f 0%, #03090f 100%), -o-linear-gradient(right, #03090f 0%, rgba(3, 9, 15, 0) 100%), -o-linear-gradient(right, #03090f 0%, #03090f 100%);
    background-image: linear-gradient(90deg, #03090f 0%, rgba(3, 9, 15, 0) 100%), linear-gradient(90deg, #03090f 0%, #03090f 100%), linear-gradient(270deg, #03090f 0%, rgba(3, 9, 15, 0) 100%), linear-gradient(270deg, #03090f 0%, #03090f 100%);
    background-size: 300px 100%, 50vw 100%, 300px 100%, 50vw 100%;
    background-position: calc(50% - 800px + 150px) top, calc(50% - 800px - 25vw + 2px) top, calc(50% + 800px - 150px) top, calc(50% + 800px + 25vw - 2px) top;
    z-index: 100;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1600px) {
    .page-vignette {
        display: none;
    }
}

.section-hero {
    background-color: #03090f;
    color: white;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url("/rea/shared/img/zc/2/hero-bg.jpg");
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("/rea/shared/img/zc/2/hero-bg.jpg");
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), url("/rea/shared/img/zc/2/hero-bg.jpg");
    background-size: 100% auto, 1600px auto;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0 40px 0;
}

.logo-container {
    /*display: block;
    margin: 0 auto;
    width: 150px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 10;*/
    display:flex;
    align-items:center;
    justify-content:center;
    grid-gap:1rem;
}
.logo{
    width:auto;
    height:80px;
}
@media screen and (max-width: 575px) {
    .logo-container{
        flex-direction:column;
    }
}   

    .section-hero .spotlight-right,
    .section-hero .spotlight-left {
        position: absolute;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 400px;
        background-position: center top;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

        .section-hero .spotlight-right::after,
        .section-hero .spotlight-left::after {
            content: '';
            display: block;
            padding-bottom: 101.1925%;
        }

        .section-hero .spotlight-left.is-in-view,
        .section-hero .spotlight-right.is-in-view {
            background-image: url("/rea/shared/img/zc/2/hero-spotlight.fs8.png");
        }

    .section-hero .spotlight-left {
        left: calc(50% - 200px);
    }

    .section-hero .spotlight-right {
        left: calc(50% + 200px);
        -webkit-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
        transform: translateX(-50%) scaleX(-1);
    }

    .section-hero .hero-text {
        text-transform: uppercase;
        font-size: 60px;
        font-weight: 700;
        line-height: 0.9;
        color: #fede00;
        text-shadow: 1px 1px 0 black;
    }

        .section-hero .hero-text .text-item:nth-of-type(2) {
            font-size: 1.1em;
        }

    @media screen and (max-width: 991px) {
        .section-hero .hero-text {
            font-size: 40px;
        }
    }

    .section-hero .hero-arrow {
        position: absolute;
        width: 150px;
        left: calc(50% + 260px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        margin-top: -20px;
    }

        .section-hero .hero-arrow::after {
            content: '';
            display: block;
            padding-bottom: 133.1992%;
        }

        .section-hero .hero-arrow.is-in-view {
            background-image: url("/rea/shared/img/zc/2/hero-arrow.fs8.png");
        }

    @media screen and (max-width: 991px) {
        .section-hero .hero-arrow {
            left: calc(50% + 180px);
        }
    }

    .section-hero .hero-graphic {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 800px;
    }

        .section-hero .hero-graphic .spin-wheel-contain {
            width: 49%;
            height: 60%;
            position: absolute;
            top: 4%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            overflow: hidden;
            z-index: 1;
        }

        .section-hero .hero-graphic .graphic-composition {
            width: 100%;
            background-size: 100% auto;
            background-position: center top;
            background-repeat: no-repeat;
            position: relative;
            z-index: 1;
        }

            .section-hero .hero-graphic .graphic-composition::after {
                content: '';
                display: block;
                padding-bottom: 52.18325%;
            }

        .section-hero .hero-graphic::after {
            content: '';
            position: absolute;
            top: 60%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 960px;
            height: 710px;
            max-width: 100vw;
            background-size: auto 100%;
            background-repeat: no-repeat;
            background-position: center center;
        }

        .section-hero .hero-graphic.is-in-view .graphic-wheel {
            background-image: url("/rea/shared/img/zc/2/mm-wheel.fs8.png");
        }

        .section-hero .hero-graphic.is-in-view .graphic-composition {
            background-image: url("/rea/shared/img/zc/2/hero-graphics.fs8-mmw.png");
        }

        .section-hero .hero-graphic.is-in-view::after {
            background-image: url("/rea/shared/img/zc/2/hero-sparks.fs8.png"), -o-radial-gradient(ellipse, rgba(140, 200, 255, 0.25) 50%, rgba(140, 200, 255, 0) 70%);
            background-image: url("/rea/shared/img/zc/2/hero-sparks.fs8.png"), radial-gradient(ellipse, rgba(140, 200, 255, 0.25) 50%, rgba(140, 200, 255, 0) 70%);
        }

    @media screen and (max-width: 767px) {
    

        .section-hero .hero-text {
            font-size: 9vw;
        }

        .section-hero .hero-arrow {
            width: 22vw;
            left: calc(50% + 39vw);
            margin-top: -3vw;
        }

        .section-hero .hero-graphic {
            width: 120vw;
        }

            .section-hero .hero-graphic::after {
                width: 100vw;
                height: 95vw;
            }
    }

    @media screen and (max-width: 575px) {
        .section-hero .spotlight-left {
            width: 150px;
            left: calc(50% - 100px);
        }

        .section-hero .spotlight-right {
            width: 150px;
            left: calc(50% + 100px);
        }
    }

    @-webkit-keyframes spin-wheel {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spin-wheel {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .jackpot-box {
        width: auto;
        max-width: 100%;
        position: absolute;
        top: 28%;
        left: 50%;
        z-index: 5;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 35px;
    }

        .jackpot-box span {
            font-family: Arial;
            position: absolute;
            left: 0;
            top: 50%;
            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: 5vw;
        }
    }

    @media screen and (max-width: 575px) {
        .jackpot-box {
            top: 20%;
            font-size: 7vw;
        }

            .jackpot-box canvas {
                width: 80vw;
                max-width: initial;
            }
    }

    .game-icon-contain {
        position: relative;
        padding: 4px;
        background: -webkit-gradient(linear, left top, left bottom, from(#d8d6d7), color-stop(15%, #faf7f7), color-stop(45%, #d8d6d7), color-stop(50%, #d8d6d7), color-stop(55%, #d8d6d7), color-stop(85%, #faf7f7), to(#d8d6d7));
        background: -o-linear-gradient(top, #d8d6d7 0%, #faf7f7 15%, #d8d6d7 45%, #d8d6d7 50%, #d8d6d7 55%, #faf7f7 85%, #d8d6d7 100%);
        background: linear-gradient(to bottom, #d8d6d7 0%, #faf7f7 15%, #d8d6d7 45%, #d8d6d7 50%, #d8d6d7 55%, #faf7f7 85%, #d8d6d7 100%);
        border: solid 1px #a1a1a1;
        border-radius: 25px;
        overflow: hidden;
    }

    .game-icon-label {
        position: absolute;
        top: 5px;
        left: 5px;
        color: white;
        z-index: 1;
        padding: 10px 0 10px 10px;
    }

        .game-icon-label::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #ff4a04;
            z-index: -1;
            border-radius: 18px 0 0 0;
        }

        .game-icon-label::after {
            content: '';
            position: absolute;
            top: 0;
            left: calc(100% - 10px);
            width: 25px;
            height: 100%;
            background-color: #ff4a04;
            -webkit-transform: skewX(-20deg);
            -ms-transform: skewX(-20deg);
            transform: skewX(-20deg);
            z-index: -2;
        }

    .game-icon {
        width: 100%;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        background-size: 100% auto;
        border-radius: 20px;
    }

        .game-icon::after {
            content: '';
            display: block;
            padding-bottom: 100%;
        }

        .game-icon.game-icon--9masks.is-in-view {
            background-image: url("/rea/shared/img/games/9masks.jpg");
        }


        .game-icon.game-icon--hyper-strike.is-in-view {
            background-image: url("/rea/shared/img/games/hyper-strike.jpg");
        }

        .game-icon.game-icon--immortal-creatures.is-in-view {
            background-image: url("/rea/shared/img/games/immortal-creatures.jpg");
        }

        .game-icon.game-icon--immortal-romance.is-in-view {
            background-image: url("/rea/shared/img/games/immortal-romance.jpg");
        }

        .game-icon.game-icon--mega-moolah.is-in-view {
            background-image: url("/rea/shared/img/games/mega-moolah.jpg");
        }

        .game-icon.game-icon--mvm.is-in-view {
            background-image: url("/rea/shared/img/games/mvm.jpg");
        }

        .game-icon.game-icon--rdws.is-in-view {
            background-image: url("/rea/shared/img/games/rdws.jpg");
        }

        .game-icon.game-icon--t2.is-in-view {
            background-image: url("/rea/shared/img/games/t2.jpg");
        }

        .game-icon.game-icon--ts3.is-in-view {
            background-image: url("/rea/shared/img/games/ts3.jpg");
        }

        .game-icon.game-icon--tarzan.is-in-view {
            background-image: url("/rea/shared/img/games/tarzan.jpg");
        }

        .game-icon.game-icon--mayweather.is-in-view {
            background-image: url("/rea/shared/img/games/mayweather.jpg");
        }


    .game-icon-grid {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% + 10px);
    }

        .game-icon-grid li {
            margin: 0;
            padding: 0 10px 10px 0;
            width: 16.66667%;
        }

    .play-now-overlay {
        opacity: 0;
        z-index: 10;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

        .play-now-overlay .cta-btn {
            font-size: 14px;
            padding: 10px 20px;
        }

    @media screen and (max-width: 991px) {
        .play-now-overlay .cta-btn {
            font-size: 12px;
            padding: 10px;
        }
    }

    @media screen and (max-width: 575px) {
        .play-now-overlay .cta-btn {
            padding: 7px;
        }
    }

    .game-icon-contain:hover > .play-now-overlay {
        opacity: 1;
    }

    @media screen and (max-width: 767px) {
        .game-icon-grid li {
            width: 33.33333%;
        }
    }

    .row-top-games .game-icon {
        width: 100%;
        background-size: 600% 300%;
    }

        .row-top-games .game-icon.is-in-view {
            background-image: url("/rea/shared/img/games/top-games-v2.jpg");
        }

        .row-top-games .game-icon.game-icon--SpaceEnigma {
            background-position: 0% 0px;
        }

        .row-top-games .game-icon.game-icon--AmazingLinkZeus {
            background-position: 20% 0px;
        }

        .row-top-games .game-icon.game-icon--FireForge {
            background-position: 40% 0;
        }

        .row-top-games .game-icon.game-icon--AdventuresOfDoubloon {
            background-position: 60% 0px;
        }

        .row-top-games .game-icon.game-icon--SistersofOz {
            background-position: 80% 0px;
        }

        .row-top-games .game-icon.game-icon--ArenaofGold {
            background-position: 100% 0px;
        }

        .row-top-games .game-icon.game-icon--QueenofAlexandria {
            background-position: 0% 50%;
        }

        .row-top-games .game-icon.game-icon--10000Wishes {
            background-position: 20% 50%;
        }

        .row-top-games .game-icon.game-icon--MysticShine {
            background-position: 40% 50%;
        }

        .row-top-games .game-icon.game-icon--20YearCelebration {
            background-position: 60% 50%;
        }

        .row-top-games .game-icon.game-icon--8GoldenSkullsofHollyRoger {
            background-position: 80% 50%;
        }

        .row-top-games .game-icon.game-icon--DivineDiamonds {
            background-position: 100% 50%;
        }

        .row-top-games .game-icon.game-icon--AssassinMoon {
            background-position: 0% 100%;
        }

        .row-top-games .game-icon.game-icon--9PotsofGold {
            background-position: 20% 100%;
        }

        .row-top-games .game-icon.game-icon--9BlazingDiamonds {
            background-position: 40% 100%;
        }

        .row-top-games .game-icon.game-icon--ThunderStruckII {
            background-position: 60% 100%;
        }

        .row-top-games .game-icon.game-icon--TreasureQuest {
            background-position: 80% 100%;
        }

        .row-top-games .game-icon.game-icon--JoyfulJoker {
            background-position: 100% 100%;
        }

    .section-games {
        background-image: url("/rea/shared/img/zc/2/bg-tile.fs8.png"), -webkit-gradient(linear, left top, left bottom, from(white), color-stop(40%, #cdcdcd), color-stop(60%, #cdcdcd), to(white));
        background-image: url("/rea/shared/img/zc/2/bg-tile.fs8.png"), -o-linear-gradient(top, white 0%, #cdcdcd 40%, #cdcdcd 60%, white 100%);
        background-image: url("/rea/shared/img/zc/2/bg-tile.fs8.png"), linear-gradient(180deg, white 0%, #cdcdcd 40%, #cdcdcd 60%, white 100%);
        background-size: auto auto, auto 100%;
        background-repeat: repeat, no-repeat;
    }

        .section-games h2 {
            margin-bottom: 0;
        }

        .section-games .slider-contain .controls-container {
            pointer-events: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            position: absolute;
            z-index: 10;
            width: calc(100% + 110px);
            height: 100%;
            align-items: center;
            left: -55px;
        }

            .section-games .slider-contain .controls-container button {
                pointer-events: all;
                position: relative;
                width: 50px;
                height: 50px;
                background-color: #ff4a04;
                border: 0;
                outline: 0;
                color: white;
                border-radius: 15px;
            }

                .section-games .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%);
                }

                .section-games .slider-contain .controls-container button[data-controls="prev"]::after {
                    content: '\f053';
                }

                .section-games .slider-contain .controls-container button[data-controls="next"]::after {
                    content: '\f054';
                }

    @media screen and (max-width: 767px) {
        .section-games .slider-contain .controls-container {
            display: none;
        }

        .section-games .slider-contain.card-slider-contain .controls-container {
            display: flex;
            width: calc(100% - 20px);
            left: 10px;
            bottom: 10px;
            align-items: flex-end;
        }
    }

    .card-slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .card-contain {
        position: relative;
        padding: 5px;
        background: -webkit-gradient(linear, left top, left bottom, from(#d8d6d7), color-stop(15%, #faf7f7), color-stop(45%, #d8d6d7), color-stop(50%, #d8d6d7), color-stop(55%, #d8d6d7), color-stop(85%, #faf7f7), to(#d8d6d7));
        background: -o-linear-gradient(top, #d8d6d7 0%, #faf7f7 15%, #d8d6d7 45%, #d8d6d7 50%, #d8d6d7 55%, #faf7f7 85%, #d8d6d7 100%);
        background: linear-gradient(to bottom, #d8d6d7 0%, #faf7f7 15%, #d8d6d7 45%, #d8d6d7 50%, #d8d6d7 55%, #faf7f7 85%, #d8d6d7 100%);
        border: solid 1px #a1a1a1;
        border-radius: 10px;
        height: 100%;
    }

        .card-contain .card-item {
            padding: 20px;
            border-radius: 10px;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#cecece));
            background-image: -o-linear-gradient(top, #fefefe 0%, #cecece 100%);
            background-image: linear-gradient(to bottom, #fefefe 0%, #cecece 100%);
            color: black;
            height: 100%;
        }

        .card-contain.card-welcome.is-in-view .card-item {
            background-image: url("/rea/shared/img/zc/2/feature-left-box-img.fs8.png"), -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#cecece));
            background-image: url("/rea/shared/img/zc/2/feature-left-box-img.fs8.png"), -o-linear-gradient(top, #fefefe 0%, #cecece 100%);
            background-image: url("/rea/shared/img/zc/2/feature-left-box-img.fs8.png"), linear-gradient(to bottom, #fefefe 0%, #cecece 100%);
            background-size: 45% auto, 100% auto;
            background-position: right center, right bottom;
            background-repeat: no-repeat;
        }

    @media screen and (max-width: 767px) {
        .card-contain.card-welcome.is-in-view .card-item {
            padding-bottom: 160px;
            background-size: auto 170px, 100% auto;
            background-position: calc(50% - 10px) bottom, right bottom;
        }
    }

    .card-contain.card-games.is-in-view .card-item {
        background-image: url("/rea/shared/img/zc/2/feature-middle-box-img.fs8.png"), url("/rea/shared/img/zc/2/card-bg.fs8.png"), -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#cecece));
        background-image: url("/rea/shared/img/zc/2/feature-middle-box-img.fs8.png"), url("/rea/shared/img/zc/2/card-bg.fs8.png"), -o-linear-gradient(top, #fefefe 0%, #cecece 100%);
        background-image: url("/rea/shared/img/zc/2/feature-middle-box-img.fs8.png"), url("/rea/shared/img/zc/2/card-bg.fs8.png"), linear-gradient(to bottom, #fefefe 0%, #cecece 100%);
        background-size: 34% auto, 100% auto, 100% auto;
        background-position: right center, right bottom, right bottom;
        background-repeat: no-repeat;
    }

    @media screen and (max-width: 767px) {
        .card-contain.card-games.is-in-view .card-item {
            padding-bottom: 160px;
            background-size: auto 180px, 100% auto, 100% auto;
            background-position: center bottom, right bottom, right bottom;
        }
    }

    .card-contain.card-service.is-in-view .card-item {
        background-image: url("/rea/shared/img/zc/2/feature-right-box-img.fs8.png"), -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#cecece));
        background-image: url("/rea/shared/img/zc/2/feature-right-box-img.fs8.png"), -o-linear-gradient(top, #fefefe 0%, #cecece 100%);
        background-image: url("/rea/shared/img/zc/2/feature-right-box-img.fs8.png"), linear-gradient(to bottom, #fefefe 0%, #cecece 100%);
        background-size: 34% auto, 100% auto;
        background-position: right bottom, right bottom;
        background-repeat: no-repeat;
    }

    @media screen and (max-width: 991px) {
        .card-contain.card-service.is-in-view .card-item {
            background-size: auto 90%, 100% auto;
        }
    }

    @media screen and (max-width: 767px) {
        .card-contain.card-service.is-in-view .card-item {
            padding-bottom: 160px;
            background-size: auto 150px, 100% auto;
            background-position: center bottom, right bottom;
        }
    }

    .card-contain h3 {
        position: relative;
        color: #ff4a04;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 26px;
    }

        .card-contain h3::after {
            content: '';
            height: 100%;
            width: 6px;
            background-color: #ff4a04;
            position: absolute;
            top: 0;
            left: -20px;
        }

    .card-contain .content {
        width: 68%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-contain .cta-btn {
        display: inline-block;
    }

    @media screen and (max-width: 767px) {
        .card-contain .content {
            height: auto;
            width: 100%;
        }
    }

    .card-contain.card-bonus {
        height: auto;
    }

        .card-contain.card-bonus h2 {
            color: #ff4a04;
            font-weight: 700;
            font-size: 35px;
            text-transform: uppercase;
        }

        .card-contain.card-bonus p {
            font-size: 20px;
        }

        .card-contain.card-bonus .spin-wheel-contain {
            width: 400px;
            max-width: 100%;
        }

        .card-contain.card-bonus .card-item {
            background-image: url("/rea/shared/img/zc/2/package-frame-coins.fs8.png"), -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#cecece));
            background-image: url("/rea/shared/img/zc/2/package-frame-coins.fs8.png"), -o-linear-gradient(top, #fefefe 0%, #cecece 100%);
            background-image: url("/rea/shared/img/zc/2/package-frame-coins.fs8.png"), linear-gradient(to bottom, #fefefe 0%, #cecece 100%);
            background-size: 55% auto, 100% auto;
            background-position: left bottom;
            background-repeat: no-repeat;
        }

    @media screen and (max-width: 991px) {
        .card-contain.card-bonus .card-item {
            background-size: 100% auto, 100% auto;
            background-position: center bottom;
        }
    }

    @media screen and (max-width: 767px) {
        .card-contain.card-bonus h2 {
            font-size: 24px;
        }

        .card-contain.card-bonus p {
            font-size: 16px;
        }
    }

    .spin-wheel-contain {
        width: 100%;
        height: auto;
        position: relative;
        display: inline-block;
    }

        .spin-wheel-contain .spin-wheel {
            width: 100%;
            background-size: 100% auto;
            background-position: center top;
            background-repeat: no-repeat;
            -webkit-animation: spin-wheel 10s linear infinite;
            animation: spin-wheel 10s linear infinite;
        }

            .spin-wheel-contain .spin-wheel::after {
                content: '';
                display: block;
                padding-bottom: 99.4%;
            }

        .spin-wheel-contain .spin-wheel-button {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            background-size: auto 100%;
            background-position: center center;
            background-repeat: no-repeat;
            width: 34%;
        }

            .spin-wheel-contain .spin-wheel-button::after {
                content: '';
                display: block;
                padding-bottom: 100%;
            }

        .spin-wheel-contain.is-in-view .spin-wheel {
            background-image: url("/rea/shared/img/zc/2/mmw-wheel.fs8.png");
        }

        .spin-wheel-contain.is-in-view .spin-wheel-button {
            background-image: url("/rea/shared/img/zc/2/mm-wheel-button.fs8.png");
        }

    .slider-contain {
        position: relative;
    }

        .slider-contain .tns-outer {
            -webkit-mask-position: right top, center top, left top;
            -webkit-mask-size: 200px 100%, calc(100% - 400px) 100%, 200px 100%;
            -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(0, black), color-stop(1, rgba(0, 0, 0, 0))), -webkit-gradient(linear, right top, left top, color-stop(0, black), color-stop(1, black)), -webkit-gradient(linear, right top, left top, color-stop(0, black), color-stop(1, rgba(0, 0, 0, 0)));
            -webkit-mask-repeat: no-repeat;
        }

    @media screen and (max-width: 767px) {
        .slider-contain.slider-partners-contain .tns-outer {
            -webkit-mask-size: 100px 100%, calc(100% - 200px) 100%, 100px 100%;
        }
    }

    .slider-contain.slider-winners-contain .tns-outer {
        -webkit-mask-image: none;
    }

    .slider-contain.slider-progressives-contain .tns-outer,
    .slider-contain.game-slider-contain .tns-outer {
        -webkit-mask-size: 100px 100%, calc(100% - 200px) 100%, 100px 100%;
    }

    @media screen and (min-width: 768px) {

        .slider-contain.slider-progressives-contain .tns-outer,
        .slider-contain.game-slider-contain .tns-outer {
            -webkit-mask-image: none;
        }
    }

    @media screen and (max-width: 991px) {
        .slider-contain.card-slider-contain .tns-outer {
            -webkit-mask-image: none;
        }
    }

    .slider-contain .slider-nav-contain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }

        .slider-contain .slider-nav-contain button {
            outline: 0;
            border: 0;
            padding: 0;
            margin: 0;
        }

        .slider-contain .slider-nav-contain .slider-nav {
            margin: -4px 10px 0 10px;
        }

            .slider-contain .slider-nav-contain .slider-nav .tns-nav {
                display: none;
            }

            .slider-contain .slider-nav-contain .slider-nav button {
                width: 7px;
                height: 7px;
                background-color: rgba(255, 255, 255, 0.5);
                border-radius: 99px;
                margin: 0 5px;
            }

                .slider-contain .slider-nav-contain .slider-nav button.tns-nav-active {
                    background-color: white;
                }

        .slider-contain .slider-nav-contain .slider-control {
            position: relative;
            background-color: transparent;
            color: black;
            padding: 2px 5px;
            width: 12px;
            height: 12px;
        }

            .slider-contain .slider-nav-contain .slider-control::after {
                font-family: "FontAwesome";
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

        .slider-contain .slider-nav-contain .slider-control--next::after {
            content: '\f054';
        }

        .slider-contain .slider-nav-contain .slider-control--prev::after {
            content: '\f053';
        }

    .slider-contain.slider-contain--light .slider-nav button {
        background-color: rgba(0, 0, 0, 0.5);
    }

        .slider-contain.slider-contain--light .slider-nav button.tns-nav-active {
            background-color: black;
        }

    .slider-contain.slider-contain--light .slider-control {
        color: black;
    }

    .slider--standard {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

        .slider--standard .overlay {
            pointer-events: none;
            width: 100px;
            height: 100%;
            position: absolute;
            top: 0;
            z-index: 10;
        }

    .slider--coverflow {
        width: calc(100% - 30px);
        max-width: 1000px;
        margin: 0 auto;
    }

    @media screen and (max-width: 767px) {
        .slider--coverflow {
            width: 100%;
        }
    }

    .slider--coverflow .tns-ovh {
        padding: 0 5px;
    }

    .slider--coverflow .tns-item {
        position: relative;
        z-index: 0;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        will-change: transform;
    }

        .slider--coverflow .tns-item[data-slide="0"] {
            -webkit-transform-origin: 165% 50%;
            -ms-transform-origin: 165% 50%;
            transform-origin: 165% 50%;
            -webkit-transform: perspective(1000px) rotateY(35deg);
            transform: perspective(1000px) rotateY(35deg);
        }

        .slider--coverflow .tns-item[data-slide="1"] {
            -webkit-transform-origin: 100% 50%;
            -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
            -webkit-transform: perspective(1500px) rotateY(30deg);
            transform: perspective(1500px) rotateY(30deg);
        }

        .slider--coverflow .tns-item[data-slide="2"] {
            -webkit-transform-origin: 0;
            -ms-transform-origin: 0;
            transform-origin: 0;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
        }

        .slider--coverflow .tns-item[data-slide="3"] {
            -webkit-transform-origin: 0% 50%;
            -ms-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
            -webkit-transform: perspective(1500px) rotateY(-30deg);
            transform: perspective(1500px) rotateY(-30deg);
        }

        .slider--coverflow .tns-item[data-slide="4"] {
            -webkit-transform-origin: -65% 50%;
            -ms-transform-origin: -65% 50%;
            transform-origin: -65% 50%;
            -webkit-transform: perspective(1000px) rotateY(-35deg);
            transform: perspective(1000px) rotateY(-35deg);
        }

    .slider--coverflow .winner-image {
        position: relative;
        width: calc(100% - 8px);
        margin: 4px;
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        border-radius: 12px;
    }

        .slider--coverflow .winner-image::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(#d8d6d7), color-stop(15%, #faf7f7), color-stop(45%, #d8d6d7), color-stop(50%, #d8d6d7), color-stop(55%, #d8d6d7), color-stop(85%, #faf7f7), to(#d8d6d7));
            background: -o-linear-gradient(top, #d8d6d7 0%, #faf7f7 15%, #d8d6d7 45%, #d8d6d7 50%, #d8d6d7 55%, #faf7f7 85%, #d8d6d7 100%);
            background: linear-gradient(to bottom, #d8d6d7 0%, #faf7f7 15%, #d8d6d7 45%, #d8d6d7 50%, #d8d6d7 55%, #faf7f7 85%, #d8d6d7 100%);
            border: solid 1px #a1a1a1;
            z-index: -1;
            border-radius: 15px;
        }

        .slider--coverflow .winner-image .banner {
            position: absolute;
            bottom: 20px;
            left: 0;
            width: 100%;
            padding: 9px 0 7px 0;
            font-size: 18px;
            text-align: center;
            text-transform: uppercase;
            font-weight: 700;
            color: black;
            background-image: -webkit-gradient(linear, left bottom, left top, from(#cdcdcd), to(white));
            background-image: -o-linear-gradient(bottom, #cdcdcd 0%, white 100%);
            background-image: linear-gradient(to top, #cdcdcd 0%, white 100%);
        }

    @media screen and (max-width: 1000px) {
        .slider--coverflow .winner-image .banner {
            font-size: 2.1vw;
        }
    }

    @media screen and (max-width: 767px) {
        .slider--coverflow .winner-image .banner {
            font-size: 3.2vw;
            padding: 5px 0 4px 0;
        }
    }

    .slider--coverflow .winner-image::after {
        content: '';
        display: block;
        padding-bottom: 180%;
    }

    .slider--coverflow .is-in-view.winner-image.winner-image--dh {
        background-image: url("/rea/shared/img/winner/winner-dh.jpg");
    }

    .slider--coverflow .is-in-view.winner-image.winner-image--dp {
        background-image: url("/rea/shared/img/winner/winner-dp.jpg");
    }

    .slider--coverflow .is-in-view.winner-image.winner-image--gm {
        background-image: url("/rea/shared/img/winner/winner-gm.jpg");
    }

    .slider--coverflow .is-in-view.winner-image.winner-image--kt {
        background-image: url("/rea/shared/img/winner/winner-kt.jpg");
    }

    .slider--coverflow .is-in-view.winner-image.winner-image--mg {
        background-image: url("/rea/shared/img/winner/winner-mg.jpg");
    }

    .slider--coverflow .slider-nav-contain {
        position: absolute;
        margin: 0;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .slider--coverflow .slider-nav-contain .slider-control {
            color: white;
            position: absolute;
            font-size: 40px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: rgba(255, 255, 255, 0.5);
            width: 60px;
            height: 60px;
            border-radius: 99px;
        }

        .slider--coverflow .slider-nav-contain .slider-control--prev {
            left: 25px;
        }

            .slider--coverflow .slider-nav-contain .slider-control--prev::after {
                margin: 2px 0 0 -2px;
            }

        .slider--coverflow .slider-nav-contain .slider-control--next {
            right: 25px;
        }

            .slider--coverflow .slider-nav-contain .slider-control--next::after {
                margin: 2px 0 0 2px;
            }

    @media screen and (max-width: 991px) {
        .slider--coverflow .slider-nav-contain .slider-control {
            width: 7vw;
            height: 7vw;
            font-size: 4vw;
        }
    }

    @media screen and (max-width: 767px) {
        .slider--coverflow .slider-nav-contain .slider-control--next {
            right: 6vw;
        }

        .slider--coverflow .slider-nav-contain .slider-control--prev {
            left: 6vw;
        }
    }

    .section-video {
        background-color: white;
        padding-bottom: 0 !important;
    }

        .section-video .video-container {
            position: relative;
            width: 100%;
            max-width: 700px;
            margin: 0 auto;
        }

            .section-video .video-container .video-container-shadow {
                content: '';
                position: absolute;
                top: calc(100% - 30px);
                left: -50px;
                width: calc(100% + 100px);
                height: 50px;
                background-image: -o-radial-gradient(ellipse, #8f8e8f 30%, rgba(143, 142, 143, 0) 70%);
                background-image: radial-gradient(ellipse, #8f8e8f 30%, rgba(143, 142, 143, 0) 70%);
            }

    @media screen and (max-width: 767px) {
        .section-video .video-container .video-container-shadow {
            top: calc(100% - 6vw);
            height: 9vw;
        }
    }

    .section-video .video-container-portrait {
        position: relative;
        width: 350px;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }

    .section-video .video-container .video-crop {
        position: absolute;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: calc(100% - 10px);
        height: calc(100% - 13px);
        overflow: hidden;
        background-color: black;
        border-radius: 60px;
    }

    .section-video .video-container-portrait .video-crop {
        position: absolute;
        top: 20px;
        padding-top: 35px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: calc(100% - 40px);
        height: 100%;
        overflow: hidden;
        background-color: black;
        border-radius: 35px 35px 0 0;
    }

    .section-video .video-container .video-crop video {
        float: right;
        height: calc(100% + 25px);
        margin-top: -3px;
    }

    .section-video .video-container-portrait .video-crop video {
        width: 100%;
    }

    .section-video .video-container-portrait::before,
    .section-video .video-container::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        z-index: 10;
    }

    .section-video .video-container::before {
        background-image: url("/rea/shared/img/iphone.png");
    }

    .section-video .video-container-portrait::before {
        background-image: url("/rea/shared/img/iphone-portrait.png");
    }

    .section-video .video-container::after {
        content: '';
        display: block;
        padding-bottom: 49.8%;
    }

    .section-video .video-container-portrait::after {
        content: '';
        display: block;
        padding-bottom: 149.5%;
    }

    .section-video .video-container-portrait .video-fade {
        width: 100%;
        height: 60px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10;
        background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
        background-image: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
        background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
    }

    .section-video .curve-top {
        height: 150px;
        margin-top: -120px;
        margin-bottom: 0;
    }

        .section-video .curve-top::after {
            width: calc(100% + 200px);
            height: 300px;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcece), color-stop(50%, #f6f6f6));
            background-image: -o-linear-gradient(top, #cdcece 0%, #f6f6f6 50%);
            background-image: linear-gradient(180deg, #cdcece 0%, #f6f6f6 50%);
        }

    @media screen and (max-width: 767px) {
        .section-video .curve-top::after {
            background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcece), color-stop(35%, #f6f6f6));
            background-image: -o-linear-gradient(top, #cdcece 0%, #f6f6f6 35%);
            background-image: linear-gradient(180deg, #cdcece 0%, #f6f6f6 35%);
        }
    }

    @media screen and (max-width: 700px) {
        .section-video .video-container .video-crop {
            border-radius: 5vw;
        }

            .section-video .video-container .video-crop video {
                height: calc(100% + 3.7vw);
            }

        .section-video .curve-top {
            margin-top: -32vw;
            height: 35vw;
        }
    }

    @media screen and (max-width: 380px) {
        .section-video .video-container-portrait .video-crop {
            top: 3.5vw;
            width: 81vw;
        }
    }

    .section-progressive {
        background-image: -o-linear-gradient(top, #f6f6f6 0%, #cdcece calc(100% - 200px));
        background-image: linear-gradient(180deg, #f6f6f6 0%, #cdcece calc(100% - 200px));
    }

        .section-progressive .progressive-jackpot-ticker {
            font-size: 65px;
        }

    @media screen and (max-width: 575px) {
        .section-progressive .progressive-jackpot-ticker {
            font-size: 35px;
        }
    }

    .section-progressive .slider-contain {
        max-width: 700px;
    }

    @media screen and (max-width: 767px) {
        .section-progressive .slider-contain {
            max-width: 450px;
        }
    }

    .section-progressive .slider-contain .overlay {
        display: none;
    }

    @media screen and (max-width: 767px) {
        .section-progressive .slider-contain .overlay {
            display: block;
        }
    }

    .section-millionaires {
        padding: 90px 0 30px 0;
        background-repeat: no-repeat;
        background-size: auto 110%;
        background-position: center center;
        background-repeat: no-repeat;
        margin-top: -80px;
        background-color: #cdcece;
    }

        .section-millionaires.is-in-view {
            background-image: url("/rea/shared/img/zc/2/winners-sparks.fs8.png");
        }

    @media screen and (max-width: 767px) {
        .section-millionaires {
            margin-top: -3vw;
            padding: 30px 0;
            background-position: center bottom -6vw;
        }
    }

    .section-winners {
        position: relative;
        background-color: #050507;
        padding-bottom: 50px;
        min-height: 400px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#cdcece), color-stop(50%, #f6f6f6));
        background-image: -o-linear-gradient(top, #cdcece 0%, #f6f6f6 50%);
        background-image: linear-gradient(180deg, #cdcece 0%, #f6f6f6 50%);
    }

        .section-winners .tri-contain {
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
        }

            .section-winners .tri-contain .tri-left {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 20vw 0 0 50vw;
                border-color: transparent transparent transparent white;
                position: absolute;
                left: 0;
                bottom: 0;
            }

            .section-winners .tri-contain .tri-right {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 0 20vw 50vw;
                border-color: transparent transparent white transparent;
                position: absolute;
                right: 0;
                bottom: 0;
            }

    @media screen and (min-width: 1920px) {
        .section-winners .tri-contain .tri-left {
            border-width: 10vw 0 0 50vw;
        }

        .section-winners .tri-contain .tri-right {
            border-width: 0 0 10vw 50vw;
        }
    }

    .section-winners .table-contain {
        max-width: 700px;
        margin: 0 auto;
    }

    @media screen and (max-width: 767px) {
        .section-winners .table-contain {
            font-size: 14px;
        }
    }

    @media screen and (max-width: 575px) {
        .section-winners .table-contain tr td:nth-of-type(3) {
            display: none;
        }
    }

    .section-winners .table-contain .table-header {
        width: 100%;
        color: black;
        background-color: #e3e3e3;
        padding: 20px;
        text-align: center;
        border-radius: 15px 15px 0 0;
    }

    .section-winners .table-contain .table {
        background-color: white;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .section-winners .table-contain .table-footer {
        width: 100%;
        background-color: #e3e3e3;
        height: 30px;
        border-radius: 0 0 15px 15px;
    }

    .section-winners .table tr td {
        border: 0;
        border-right: solid 2px #e3e3e3;
        vertical-align: middle;
    }

        .section-winners .table tr td:last-of-type {
            border-right: 0;
        }

    .section-winners .table-striped-even tbody tr:nth-of-type(even) {
        background-color: #f4f4f4;
    }

    .section-match-bonus {
        background-color: white;
        color: black;
        padding: 30px 0;
    }

        .section-match-bonus ol {
            list-style-type: none;
            counter-reset: num-counter;
            display: inline-block;
            margin: 0;
            padding: 0;
        }

            .section-match-bonus ol li {
                text-align: left;
                counter-increment: num-counter;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                clear: both;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: 15px;
                text-transform: uppercase;
            }

                .section-match-bonus ol li:last-child {
                    margin-bottom: 0;
                }

            .section-match-bonus ol .bullet {
                position: relative;
                width: 30px;
                background-color: #ff4a04;
                border-radius: 99px;
                color: white;
                font-weight: 700;
                margin-right: 15px;
            }

                .section-match-bonus ol .bullet::after {
                    content: '';
                    display: block;
                    padding-bottom: 100%;
                }

                .section-match-bonus ol .bullet::before {
                    content: counter(num-counter);
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

    .section-showcase .showcase-boxes {
        position: relative;
        z-index: 1;
        padding: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% + 30px);
        padding-top: 10px;
    }

        .section-showcase .showcase-boxes li {
            padding: 0 30px 30px 0;
            width: 50%;
        }

    @media screen and (max-width: 767px) {
        .section-showcase .showcase-boxes li {
            width: 100%;
        }

            .section-showcase .showcase-boxes li:last-of-type {
                padding-bottom: 20px;
            }
    }

    .section-showcase .showcase-boxes li:nth-of-type(1) .inner.is-in-view {
        background-image: url("/rea/shared/img/showcase/showcase-vip-white-bg.jpg");
    }

    .section-showcase .showcase-boxes li:nth-of-type(2) .inner.is-in-view {
        background-image: url("/rea/shared/img/showcase/showcase-payout-white-bg.jpg");
    }

    .section-showcase .showcase-boxes li:nth-of-type(3) .inner.is-in-view {
        background-image: url("/rea/shared/img/showcase/showcase-bonuses-white-bg.jpg");
    }

    .section-showcase .showcase-boxes li:nth-of-type(4) .inner.is-in-view {
        background-image: url("/rea/shared/img/showcase/showcase-support-white-bg.jpg");
    }

    .section-showcase .showcase-boxes li .inner {
        width: calc(100% - 8px);
        margin-left: 4px;
        position: relative;
        background-size: 100% auto;
        background-position: top left;
        background-repeat: no-repeat;
        border-radius: 15px;
    }

        .section-showcase .showcase-boxes li .inner::before {
            content: '';
            position: absolute;
            width: calc(100% + 8px);
            height: calc(100% + 8px);
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: -1;
            border-radius: inherit;
            background: -webkit-gradient(linear, left top, left bottom, from(#d8d6d7), color-stop(15%, #faf7f7), color-stop(45%, #d8d6d7), color-stop(50%, #d8d6d7), color-stop(55%, #d8d6d7), color-stop(85%, #faf7f7), to(#d8d6d7));
            background: -o-linear-gradient(top, #d8d6d7 0%, #faf7f7 15%, #d8d6d7 45%, #d8d6d7 50%, #d8d6d7 55%, #faf7f7 85%, #d8d6d7 100%);
            background: linear-gradient(to bottom, #d8d6d7 0%, #faf7f7 15%, #d8d6d7 45%, #d8d6d7 50%, #d8d6d7 55%, #faf7f7 85%, #d8d6d7 100%);
            border: solid 1px #a1a1a1;
        }

        .section-showcase .showcase-boxes li .inner::after {
            content: '';
            display: block;
            padding-bottom: 54%;
        }

        .section-showcase .showcase-boxes li .inner .box-label {
            position: absolute;
            top: 15px;
            left: 0px;
            padding: 0px 0 0px 15px;
            text-transform: uppercase;
            line-height: 1.4;
            font-size: 20px;
            color: #ff4a04;
            font-weight: 700;
        }

    @media screen and (max-width: 991px) {
        .section-showcase .showcase-boxes li .inner .box-label {
            padding: 5px 0 5px 15px;
            line-height: 1.2;
            font-size: 2vw;
        }
    }

    @media screen and (max-width: 767px) {
        .section-showcase .showcase-boxes li .inner .box-label {
            font-size: 16px;
        }
    }

    .section-showcase .showcase-boxes li .inner .box-label::before {
        content: '';
        position: absolute;
        width: 5px;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #ff4a04;
    }

    .section-partners {
        background-color: white;
    }

    .divider {
        display: block;
        width: 100%;
        height: 4px;
        margin: 30px 0;
    }

        .divider::after {
            content: '';
            display: block;
            margin: 0 auto;
            width: 300px;
            max-width: calc(100% - 50px);
            height: 100%;
            background-color: #8a8a8a;
        }

    .form-submit-btn,
    a.cta-btn,
    a.cta-btn:hover,
    .cta-btn {
        cursor: pointer;
        color: white;
        text-shadow: 1px 1px 0 black;
        font-weight: 700;
        text-transform: uppercase;
        display: inline-block;
        font-size: 25px;
        padding: 10px 40px;
        border-radius: 6px;
        text-decoration: none;
        line-height: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(#fb8f13), to(#fb3701));
        background: -o-linear-gradient(top, #fb8f13 0%, #fb3701 100%);
        background: linear-gradient(to bottom, #fb8f13 0%, #fb3701 100%);
        border: 0;
        outline: 0;
    }

    @media screen and (max-width: 767px) {

        .form-submit-btn,
        a.cta-btn,
        a.cta-btn:hover,
        .cta-btn {
            font-size: 18px;
        }
    }

    .graphic-icon {
        position: relative;
        width: calc(100% - 8px);
        background-size: 100% auto;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 4px;
        border-radius: 18px;
    }

        .graphic-icon .banner {
            position: absolute;
            width: 100%;
            padding: 5px 0;
            background-color: red;
            left: 0;
            bottom: 0;
            font-weight: 700;
            border-radius: 0 0 18px 18px;
        }

    @media screen and (max-width: 991px) {
        .graphic-icon .banner {
            font-size: 12px;
            padding: 2px 0;
        }
    }

    .graphic-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(#d8d6d7), color-stop(15%, #faf7f7), color-stop(45%, #d8d6d7), color-stop(50%, #d8d6d7), color-stop(55%, #d8d6d7), color-stop(85%, #faf7f7), to(#d8d6d7));
        background: -o-linear-gradient(top, #d8d6d7 0%, #faf7f7 15%, #d8d6d7 45%, #d8d6d7 50%, #d8d6d7 55%, #faf7f7 85%, #d8d6d7 100%);
        background: linear-gradient(to bottom, #d8d6d7 0%, #faf7f7 15%, #d8d6d7 45%, #d8d6d7 50%, #d8d6d7 55%, #faf7f7 85%, #d8d6d7 100%);
        border: solid 1px #a1a1a1;
        z-index: -1;
        border-radius: 20px;
    }

    @media screen and (max-width: 767px) {
        .graphic-icon .banner {
            border-radius: 0 0 14px 14px;
        }
    }

    .graphic-icon::after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

    .is-in-view.graphic-icon.graphic-icon--mega-moolah {
        background-image: url("/rea/shared/img/icon/icon-mega-moolah.jpg");
    }

    .is-in-view.graphic-icon.graphic-icon--mega-vault {
        background-image: url("/rea/shared/img/icon/icon-mega-vault.jpg");
    }

    .is-in-view.graphic-icon.graphic-icon--wheel-wishes {
        background-image: url("/rea/shared/img/icon/icon-wheel-wishes.jpg");
    }

    .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;
        overflow-x: auto;
    }

    .form-col {
        position: relative;
        z-index: 200;
    }

    .form-contain {
        color: black;
        position: relative;
        width: 420px;
        max-width: calc(100% - 15px);
        margin: 0 auto;
        padding: 15px;
        border-radius: 18px;
        text-align: center;
        font-weight: 700;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#cecece));
        background-image: -o-linear-gradient(top, #fefefe 0%, #cecece 100%);
        background-image: linear-gradient(to bottom, #fefefe 0%, #cecece 100%);
    }

        .form-contain::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(#d8d6d7), color-stop(15%, #faf7f7), color-stop(45%, #d8d6d7), color-stop(50%, #d8d6d7), color-stop(55%, #d8d6d7), color-stop(85%, #faf7f7), to(#d8d6d7));
            background: -o-linear-gradient(top, #d8d6d7 0%, #faf7f7 15%, #d8d6d7 45%, #d8d6d7 50%, #d8d6d7 55%, #faf7f7 85%, #d8d6d7 100%);
            background: linear-gradient(to bottom, #d8d6d7 0%, #faf7f7 15%, #d8d6d7 45%, #d8d6d7 50%, #d8d6d7 55%, #faf7f7 85%, #d8d6d7 100%);
            z-index: -1;
            border-radius: 20px;
        }

        .form-contain .logo {
            position: absolute;
            bottom: calc(100% + 10px);
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .form-contain input {
            width: 100%;
        }

            .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: solid 1px black;
                border-radius: 10px;
                outline: 0;
            }

        .form-contain .form-submit-btn {
            background-color: transparent;
            outline: 0;
            border: 0;
            margin-top: 15px;
        }

    @media screen and (max-width: 767px) {
        .form-contain {
            margin-top: 20px;
        }
    }

    @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/cc2_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: #222222;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
        border-radius: 6px;
    }

        #preform #dob-year.error {
            border-color: red;
            -webkit-box-shadow: 0 0 3px 0 red, 0 0 3px 0 red, 0 0 3px 0 red;
            box-shadow: 0 0 3px 0 red, 0 0 3px 0 red, 0 0 3px 0 red;
        }

        #preform #dob-year.valid {
            border-color: #2675da;
            -webkit-box-shadow: 0 0 3px 0 #2675da, 0 0 3px 0 #2675da, 0 0 3px 0 #2675da;
            box-shadow: 0 0 3px 0 #2675da, 0 0 3px 0 #2675da, 0 0 3px 0 #2675da;
        }

    #preform input[type="checkbox"] {
        width: auto;
        height: auto;
        margin-right: 10px;
    }

    #preform a:hover,
    #preform a {
        color: #ff4a04;
    }

    #preform .checks {
        text-transform: none;
        color: black;
        margin-top: 10px;
        color: white;
    }

        #preform .checks label {
            color: black;
        }

    .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%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: white;
            font-size: 30px;
        }

    /* <-- [end] FORM STUFF */
    .pre-footer {
        text-align: center;
        background-color: #e6e6e6;
        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: #ffde00;
    }

    .u__colour--orange {
        color: #ff4a04;
    }

    .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__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 0 black;
    }

    .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: 70px;
        line-height: 0.95;
    }

    @media screen and (max-width: 575px) {
        .u__text--xxl {
            font-size: 60px;
        }
    }

    .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: 28px;
    }

    @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-gradient(linear, left top, left bottom, from(#2c2c2c), to(black));
        background-image: -o-linear-gradient(top, #2c2c2c 0%, black 100%);
        background-image: linear-gradient(to bottom, #2c2c2c 0%, black 100%);
        background-size: 100% 150px;
        background-repeat: no-repeat;
        padding-top: 40px;
        padding-bottom: 10px;
        z-index: 100;
        flex-shrink: 0;
    }

    .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(#2c2c2c), color-stop(50%, #686868), to(#2c2c2c));
        background: -o-linear-gradient(left, #2c2c2c 0%, #686868 50%, #2c2c2c 100%);
        background: linear-gradient(to right, #2c2c2c 0%, #686868 50%, #2c2c2c 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;
    }

    /* overrides */
    body[data-splashCategory="spl"] .section-hero {
        background-position: center top;
    }

    /*********
    Ontario Styling
*********/

    /*Main Form Logo*/
    .ontario-gambling-logo {
        width: auto;
        height: 45px;
        padding: 4px 0;
        filter: drop-shadow(1px 1px 1px black);
    }

    .form-contain .ontario-gambling-logo {
        margin-bottom: 0.5rem;
    }

    @media screen and (max-width: 991px) {
        .ontario-gambling-logo {
            width: auto;
            height: 50px;
            padding: 8px 0;
            margin: 0px 0;
        }
    }

    @media screen and (max-width: 768px) {
        .form > aside > .ontario-gambling-logo {
            display: none;
        }

        .header-container-ontario {
            display: block;
        }
    }


    .ontario-terms-link {
        color: white;
        text-shadow: 1px 1px 1px black;
        text-transform: uppercase;
        text-align: center;
        font-size: 10px;
        text-decoration: none;
        display: block;
        position: absolute;
        right: 50%;
        transform: translateX(50%);
    }

        .ontario-terms-link:hover {
            color: white;
            text-decoration: underline;
        }

        .ontario-terms-link:before {
            content: "* ";
        }

    .footer .ontario-terms-link {
        display: inline-block;
        position: initial;
        right: 0%;
        transform: translateX(0%);
    }

    .footer-icons .ontario-gambling-logo {
        width: 102px;
        height: auto;
        margin: -32px 0 0 0;
        display: inline-block;
    }

    .footer p, .footer a {
        font-size: 10px;
        margin: 12.5px auto;
        text-align: center;
        max-width: 561px;
        color: white;
    }