﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

/*
* 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('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Regular.woff') format('woff'), url('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Regular.ttf') format('truetype'), url('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Bold.woff') format('woff'), url('//cdn.iredirect.net/webCDN/fonts/Roboto/latin/subset-Roboto-Bold.ttf') format('truetype'), url('//cdn.iredirect.net/webCDN/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;
}

img {
    max-width: 100%;
}

section {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .container {
        max-width: none;
    }
}

.section-header {
    height: 80px;
    background-color: #1c274b;
    border-bottom: solid 2px #ffda74;
}

    .section-header .logo {
        margin-top: 5px;
        width: auto;
        height: 70px;
    }

.section-hero {
    position: relative;
    background-color: #333e64;
    width: 100%;
    padding: 30px 0 0px 0;
}

@media screen and (max-width: 991px) {
    .section-hero {
        padding: 30px 0 30px 0;
    }
}

/*****
    Previous Reskin 07/06/2022
*****/

/*.section-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("//cdn.iredirect.net/webcdn/img/rea/pop/en/yg/4/reskin/yg4-bg-ov-left.fs8.png"), url("//cdn.iredirect.net/webcdn/img/rea/pop/en/yg/4/reskin/yg4-bg-ov-right.fs8.png"), url("//cdn.iredirect.net/webcdn/img/rea/pop/en/yg/4/reskin/yg4-bg.jpg");
    background-size: 600px auto, 750px auto, cover;
    background-position: calc(50% - 550px) calc(100% - 10px), calc(50% + 593px) calc(100% + 0px), center top;
    background-repeat: no-repeat;
}*/

.section-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("//cdn.iredirect.net/webcdn/img/rea/pop/en/yg/4/reskin-2/yg4-wheel.png"), url("//cdn.iredirect.net/webcdn/img/rea/pop/en/yg/4/reskin-2/yg4-hero-bg.jpg");
    background-size: auto, cover;
    background-position: 0px 130px, center;
    background-repeat: no-repeat;
}


@media screen and (max-width: 991px) {
    .section-hero::before {
        /*background-size: 500px auto,
            600px auto,
            cover;
        background-position: calc(50% - 400px) calc(100% - 10px), calc(50% + 420px) calc(100% + 0px), center top;*/
        background-size: 1060px, cover;
        background-position: -330px 20px, center;
    }
}

@media screen and (max-width: 767px) {
    .section-hero::before {
        /*height: 460px;
        background-size: 500px auto,
            600px auto,
            auto calc(100% - 50px);
        background-position: calc(50% - 230px) calc(100% + 10px), calc(50% + 270px) calc(100% + 20px), center top;*/
        background-position: -415px -55px, center;
    }



    body[data-variation="v1"] .section-hero::before,
    body[data-variation="v2"] .section-hero::before {
        height: 540px;
    }

    body[data-variation="v3"] .section-hero::before {
        height: 590px;
    }
}

@media screen and (max-width: 450px) {
    .section-hero::before {
        /*height: calc(290px + 14vw + 40px);
        background-size: 470px auto, 600px auto, auto calc(290px + 14vw);
        background-position: calc(50% - 230px) calc(100% + 10px), calc(50% + 270px) calc(100% + 20px), center top;*/
        background-size: 970px, cover;
        background-position: -410px -60px, center
    }

    body[data-variation="v1"] .section-hero::before,
    body[data-variation="v2"] .section-hero::before {
        height: calc(290px + 14vw + 140px);
    }

    body[data-variation="v3"] .section-hero::before {
        height: calc(290px + 14vw + 200px);
    }
}

@media screen and (min-width: 992px) {
    .section-hero .row-hero {
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
        position: relative;
    }
}

.section-hero .gradient-text {
    position: relative;
    color: #f0bd52;
    text-transform: uppercase;
    font-size: 90px;
    font-weight: 900;
    line-height: 0.85;
    background: -o-linear-gradient(#ffedbc, #f7c32d);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffedbc), to(#f7c32d));
    background: linear-gradient(#ffedbc, #f7c32d);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(1px 4px black);
    filter: drop-shadow(1px 4px black);
}

@media screen and (max-width: 600px) {
    .section-hero .gradient-text {
        font-size: 60px;
    }
}

@media screen and (max-width: 400px) {
    .section-hero .gradient-text {
        font-size: 48px;
    }
}

.section-hero #flashBox {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 60px;
    border-radius: 20px;
}

    .section-hero #flashBox canvas {
        display: block;
        width: 100%;
    }

    .section-hero #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) {
    .section-hero #flashBox {
        margin-top: 13vw;
    }

        .section-hero #flashBox span {
            font-size: 7vw;
        }
}

.section-hero .mvm-logo {
    position: absolute;
    width: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -49%;
    background-image: url("//cdn.iredirect.net/webcdn/img/rea/pop/en/yg/4/reskin/yg4-mvm.fs8.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
}

    .section-hero .mvm-logo::after {
        content: '';
        display: block;
        padding-bottom: 23.82%;
    }

.image-row {
    display: inline-block;
    overflow: auto;
}

    .image-row img {
        float: left;
        max-width: 200px;
        width: 50%;
        height: auto;
    }

.image-row--mmw img {
    margin-top: -105px;
    width: 25%;
}

@media screen and (max-width: 767px) {
    .image-row--mmw img {
        margin-top: 110px;
        width: 40%;
    }
}

.paymentbox {
    display: block;
    width: 300px;
    font-size: 30px;
    font-weight: 700;
    color: rgba(0, 40, 66, 1);
    text-transform: uppercase;
    margin: 10px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 45% center;
}

.paymentbox--echeck {
    background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/yg/4/echeck-mc.jpg);
}

.paymentbox--visa {
    background-image: url(//img.iredirect.net/webcdn/img/rea/pop/en/yg/4/visa-mc.jpg);
}

.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;
        margin-left: auto;
        margin-right: auto;
    }
}

@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 {
    position: relative;
    z-index: 5;
    width: 100%;
    min-height: 300px;
    padding: 100px 20px 20px 20px;
    text-align: center;
    margin-top: 30px;
    border-radius: 15px;
    background: -o-linear-gradient(top, #d3a146 0%, #f9edbf 40%, #f9edbf 60%, #d3a146 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#d3a146), color-stop(40%, #f9edbf), color-stop(60%, #f9edbf), to(#d3a146));
    background: linear-gradient(180deg, #d3a146 0%, #f9edbf 40%, #f9edbf 60%, #d3a146 100%);
}

    .section-hero .main-form::before {
        content: '';
        position: absolute;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        top: 4px;
        left: 4px;
        z-index: -1;
        border-radius: 13px;
        background: #060842;
    }

@media screen and (max-width: 767px) {
    .section-hero .main-form {
        padding: 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 320px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 25px;
    }
}


.section-hero .main-form .cta-btn {
    font-size: 20px;
    width: 100%;
}

    .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: 200px;
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
    .section-hero .logo {
        display: none;
    }
}

.section-hero .cta-btn {
    margin-top: 0;
    padding: 5px 40px;
}

.section-hero form {
    margin-top: 20px;
}

.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('//cdn.iredirect.net/webcdn/img/rea/pop/en/cc/2/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: 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-winners {
    background-color: #060842;
    background-image: url("//cdn.iredirect.net/webcdn/img/rea/pop/en/yg/4/reskin-2/yg4-banner-bg-1.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
}

    .section-winners #winner-slider .tns-ovh {
        padding: 10px;
    }

    .section-winners #winner-slider .tns-slide-inner {
        position: relative;
        width: calc(100% - 4px);
    }

        .section-winners #winner-slider .tns-slide-inner::before {
            content: '';
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            position: absolute;
            top: -2px;
            left: -2px;
            z-index: -1;
            background-image: -o-linear-gradient(bottom, #f1e1b3 0, #d4a441 27%, #ffffb0 42%, #fcfaad 55%, #4d0f00 63%, #eac55d 100%);
            background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1e1b3), color-stop(27%, #d4a441), color-stop(42%, #ffffb0), color-stop(55%, #fcfaad), color-stop(63%, #4d0f00), to(#eac55d));
            background-image: linear-gradient(to top, #f1e1b3 0, #d4a441 27%, #ffffb0 42%, #fcfaad 55%, #4d0f00 63%, #eac55d 100%);
        }

.section-feature {
    background-color: #010226;
    background-image: url("//cdn.iredirect.net/webcdn/img/rea/pop/en/yg/4/reskin-2/yg4-banner-bg-2.png");
    background-repeat: no-repeat;
    background-size: auto;
}

.section-pre-footer {
    background-color: #060842;
    color: white;
}

    .section-pre-footer .game-button {
        cursor: pointer;
        position: relative;
        font-size: 16px;
        font-weight: 700;
    }

        .section-pre-footer .game-button span {
            color: #969696;
        }

@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;
    margin-top: 0;
}

    .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("//cdn.iredirect.net/webcdn/img/rea/pop/en/yg/4/reskin/yg4-immortal-creatures.jpg");
    }

    .section-pre-footer .game-image.thunderstruck-ii {
        background-image: url("//cdn.iredirect.net/webCDN/img/REA/pop/en/yg/1/rea-yg-thunderstruck-ii.jpg");
    }

    .section-pre-footer .game-image.european-roulette {
        background-image: url("//cdn.iredirect.net/webCDN/img/REA/pop/en/yg/1/rea-yg-european-roulette.jpg");
    }

    .section-pre-footer .game-image.avalon-ii {
        background-image: url("//cdn.iredirect.net/webCDN/img/REA/pop/en/yg/1/rea-yg-avalon-ii.jpg");
    }

    .section-pre-footer .game-image.millionaires-club {
        background-image: url("//cdn.iredirect.net/webCDN/img/REA/pop/en/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 p {
        margin: 0;
    }

    #feature-slider .tns-ovh {
        padding: 30px 60px;
    }

    #feature-slider .tns-slide-inner {
        background-image: -o-linear-gradient(bottom, #f1e1b3 0, #d4a441 27%, #ffffb0 42%, #fcfaad 55%, #4d0f00 63%, #eac55d 100%);
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1e1b3), color-stop(27%, #d4a441), color-stop(42%, #ffffb0), color-stop(55%, #fcfaad), color-stop(63%, #4d0f00), to(#eac55d));
        background-image: linear-gradient(to top, #f1e1b3 0, #d4a441 27%, #ffffb0 42%, #fcfaad 55%, #4d0f00 63%, #eac55d 100%);
        border-radius: 10px;
        z-index: 1;
        position: relative;
        height: 160px;
        text-align: center;
        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-image: -o-linear-gradient(top, #020204 0, #171c1f 15%, #2d3034 50%, #171c1f 85%, #020204 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #020204), color-stop(15%, #171c1f), color-stop(50%, #2d3034), color-stop(85%, #171c1f), to(#020204));
            background-image: linear-gradient(to bottom, #020204 0, #171c1f 15%, #2d3034 50%, #171c1f 85%, #020204 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 .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%;
    }

@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%;
}

.cta-btn {
    position: relative;
    padding: 15px 40px;
    margin-top: 15px;
    border: 2px solid black;
    background-image: -o-linear-gradient(top, #00bd59 0, #005627 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00bd59), to(#005627));
    background-image: linear-gradient(to bottom, #00bd59 0, #005627 100%);
    border-radius: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    line-height: 1;
    font-size: 20px;
    text-shadow: 1px 1px 0px #000000;
}

    .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("//cdn.iredirect.net/webcdn/img/rea/pop/en/yg/4/reskin/yg4-arrows.fs8.png");
        background-size: 100% 200%;
        background-position: left top;
        background-repeat: no-repeat;
    }

    .cta-btn.btn-arrowed::before {
        left: 10px;
    }

    .cta-btn.btn-arrowed::after {
        right: 10px;
        background-position: left bottom;
    }

.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--green {
    color: #005a29;
}

.u__colour--red {
    color: #ff1414;
}

.u__text--uppercase {
    text-transform: uppercase;
}

.u__text--outline-black {
    text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}

.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--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--multi-outline {
    text-shadow: 2px 2px 0 #392000, -2px 2px 0 #392000, -2px -2px 0 #392000, 2px -2px 0 #392000, 2px 0 0 #392000, 0 2px 0 #392000, -2px 0 0 #392000, 0 -2px 0 #392000, 3px 3px 0 white, -3px 3px 0 white, -3px -3px 0 white, 3px -3px 0 white, 3px 0 0 white, 0 3px 0 white, -3px 0 0 white, 0 -3px 0 white, 0 0 40px #ffba00, 0 0 40px #ffba00;
}

.u__text--shadow {
    text-shadow: 0 0 5px #000000;
}

.u__text--xxxl {
    font-size: 100px;
}

@media screen and (max-width: 767px) {
    .u__text--xxxl {
        font-size: 70px;
    }
}

.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: 36px;
    }
}

.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-gradient(linear, left top, left bottom, from(rgba(44,44,44,1)),to(rgba(0,0,0,1)));
    background-image: -o-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(0,0,0,1) 100%);
    background-image: linear-gradient(to bottom, rgba(44,44,44,1) 0%,rgba(0,0,0,1) 100%);
    background-size: 100% 150px;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 10px;
    z-index: 100;
}

.affiliates {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .footer {
        margin-top: 0;
    }
}

.footer::before {
    content: "";
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(44,44,44,1)),color-stop(50%, rgba(104,104,104,1)),to(rgba(44,44,44,1)));
    background: -o-linear-gradient(left, rgba(44,44,44,1) 0%,rgba(104,104,104,1) 50%,rgba(44,44,44,1) 100%);
    background: linear-gradient(to right, rgba(44,44,44,1) 0%,rgba(104,104,104,1) 50%,rgba(44,44,44,1) 100%);
    position: absolute;
    bottom: 100%;
}

.footerTracking {
    width: calc(100% - 40px);
    max-width: 420px;
    background-color: #222;
    font: normal 11px Arial,Helvetica;
    color: #ccc;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #444;
    padding: 3px 4px;
    margin: 4px auto;
    clear: both;
}

.pinkSlime {
    border: none !important;
    width: auto !important;
    text-align: center !important;
    color: #999;
}

.copy {
    text-align: center;
    font-size: 12px;
    color: white;
    margin-top: 10px;
}

.modal,
.modal p {
    color: black;
    font-size: 13px;
    font-family: Arial;
    line-height: 1.2;
}

    .modal h4, .modal h1 {
        font-weight: 700;
        font-size: 20px;
    }

    .modal h1 {
        padding-bottom: 10px;
    }

    .modal h4 {
        font-size: 16px;
    }

    .modal.fade.in {
        opacity: 1;
    }

    .modal div[class*="col-"] {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        max-width: unset;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }

    .modal .hero-section__content {
        padding: 0 !important;
    }

a.cc-dismiss {
    text-decoration: none;
}

.licence {
    max-width: 420px;
    margin: 12px auto 0;
    color: #999;
    text-align: center;
    font-size: 10px;
    padding: 0 5px;
}

.gradient-background {
    background: rgb(219,11,10);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(219,11,10,1)), color-stop(85%, rgba(134,14,13,1)));
    background: -o-linear-gradient(top, rgba(219,11,10,1) 60%, rgba(134,14,13,1) 85%);
    background: linear-gradient(180deg, rgba(219,11,10,1) 60%, rgba(134,14,13,1) 85%);
    padding: 1rem;
    margin: 1rem 0;
}

@media screen and (max-width: 991px) {
    .gradient-background {
        width: 80%;
        margin: 1rem auto;
    }
}

.jackpot-ribbon-container {
    position: relative;
}

.jackpot-ribbon {
    background-image: url("//cdn.iredirect.net/webcdn/img/rea/pop/en/yg/4/reskin-2/yg4-ribbon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    margin: 2rem 0;
    padding: 1rem 0 3.5rem 0;
}

@media screen and (max-width: 767px) {
    .jackpot-ribbon {
        position: absolute;
        width: 125%;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
}

.jackpot-ticker {
    color: #f6c023;
    text-shadow: 2px 4px black;
    font-weight: 800;
    font-size: 36px;
}

.text-shadow--yellow {
    color: #ffefbf;
    text-shadow: 2px 4px black;
    font-weight: 800;
}

/*Logo For Cosmo Casino*/

.logo--cosmo {
    left: 50%;
    position: absolute;
    top: 15px;
    transform: translate(-50%, 0);
    padding: 0 0.5rem;
}

@media screen and (max-width: 767px) {
    .logo--cosmo {
        display: none;
    }
}


.main-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*********

    Ontario Styling

*********/

/**Ontario Header Tablet/Mobile Logo*/
.header-logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.25rem;
}

body.cad .header-logo-container {
    justify-content: space-between;
}

/*Main Form Logo*/
.ontario-gambling-logo {
    width: auto;
    height: 45px;
    padding: 4px 0;
    filter: drop-shadow(1px 1px 1px black);
}

.header-container-ontario {
    position: absolute;
    top: 6.5%;
    left: 50%;
    transform: translate(-50%,6.5%);
    z-index: 1;
    display: none;
}


@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: 14px;
    text-decoration: none;
}

    .ontario-terms-link:hover {
        color: white;
        text-decoration: underline;
    }

    .ontario-terms-link:before {
        content: "* ";
    }

.row-hero > .u__position--above > .ontario-terms-link {
    display: block;
}

.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: 20px auto;
    text-align: center;
    max-width: 561px;
    color: white;
}
