﻿/* Roboto | latin | 400,700 */

@font-face {
    font-family: 'Roboto';
    src: url('/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.woff') format('woff'),
         url('/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.ttf') format('truetype'),
         url('/rea/shared/fonts/Roboto/latin/subset-Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/rea/shared/fonts/Roboto/latin/subset-Roboto-Bold.woff') format('woff'),
         url('/rea/shared/fonts/Roboto/latin/subset-Roboto-Bold.ttf') format('truetype'),
         url('/rea/shared/fonts/Roboto/latin/subset-Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    color: white;
    font-size: 16px;
    line-height: 1.1;
    min-width: 320px;
    overflow-x: hidden;
    background-color: black;
}

img {
    max-width: 100%;
}

section {
    overflow: hidden;
}

.section-content a:hover,
.section-content a {
    color: #ffcc00;
    text-decoration: underline;
    font-weight: 700;
}

a.anchor {
    display: block;
    position: relative;
    top: -55px;
    visibility: hidden;
}

.no-gutter-mobile {
    padding: 0;
}

.page-vignette {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, black 0%, black 100%), linear-gradient(270deg, black 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(270deg, black 0%, black 100%);
    background-size: 200px 100%,
        50vw 100%,
        200px 100%,
        50vw 100%;
    background-position: calc(50% - 600px + 100px) top,
        calc(50% - 600px - 25vw + 2px) top,
        calc(50% + 600px - 100px) top,
        calc(50% + 600px + 25vw - 2px) top;
    z-index: 100;
    background-repeat: repeat-y;
}

.section-content {
    position: relative;
    overflow-x: hidden;
    background-image: url('/rea/shared/img/cc/2/cc2_background_tile.fs8.png');
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
    min-height: 1080px;
}

.section-content .offer-layer {
    opacity: 0;
    position: absolute;
    left: 100vw;
    top: 75px;
}

@media screen and (max-width: 575px) {
    .section-content .offer-layer {
        top: 40px;
    }
}

.section-content .offer-layer.active {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.section-content .offer-card {
    position: relative;
    width: 650px;
    max-width: 100%;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.75);
    padding: 20px;
    z-index: 1;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .section-content .offer-card {
        padding: 10px;
    }
}

.section-content .offer-card::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 16px;
    background: rgba(0,0,0,0.7);
}

.section-content .diamond-box {
    position: relative;
    height: 75px;
    width: 80%;
    background-image: url("/rea/shared/img/cc/2/cc2_diamond_box.fs8.png");
    background-size: auto 300%;
    background-position: center -100%;
    position: absolute;
    bottom: calc(100% - 40px);
    left: 50%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

@media screen and (max-width: 575px) {
    .section-content .diamond-box {
        height: 50px;
        bottom: calc(100% - 32px);
    }
}

.section-content .diamond-box span {
    display: block;
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% + 60px);
    text-align: center;
    z-index: 1;
}

.section-content .diamond-box::before,
.section-content .diamond-box::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 35px;
    background-image: url("/rea/shared/img/cc/2/cc2_diamond_box.fs8.png");
    background-size: auto 300%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {

    .section-content .diamond-box::before,
    .section-content .diamond-box::after {
        width: 24px;
    }
}

.section-content .diamond-box::before {
    right: calc(100% - 1px);
    background-position: left 0%;
}

.section-content .diamond-box::after {
    left: calc(100% - 1px);
    background-position: left 100%;
}

.flash-box {
    position: relative;
    width: calc(100% + 20px);
    margin-top: -10px;
    margin-left: -10px;
    margin-bottom: 15px;
    padding: 65px 30px 50px 35px;
    text-align: center;
}

.flash-box.has-casino-logo {
    padding: 75px 30px 70px 35px;
    margin-bottom: -10px;
}

.flash-box canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.flash-box .diamond-box {
    bottom: calc(100% - 53px);
}

.section-content .casino-logo {
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    height: 65px;
    background-image: url("/rea/shared/img/logo/cc2_logo_2x.fs8.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 10;
}

.section-content .jackpot {
    position: relative;
    width: 300px;
    display: block;
    margin: 0 auto;
    z-index: 1;
}

@media screen and (max-width: 575px) {
    .section-content .jackpot {
        width: 200px;
    }
}

.section-content .jackpot span {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #ffcc00;
    font-weight: 700;
    font-size: 25px;
}

@media screen and (max-width: 575px) {
    .section-content .jackpot span {
        font-size: 18px;
    }
}

.section-content .jackpot::before {
    content: '';
    display: block;
    padding-bottom: 39.0681%;
    background-image: url("/rea/shared/img/cc/2/cc2_jackpot.fs8.png");
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-content .jackpot::after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 250px);
    height: calc(100% + 100px);
    z-index: -1;
    top: calc(50% - 10px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url("/rea/shared/img/cc/2/cc2_gold_cash.fs8.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
    .section-content .jackpot::after {
        top: calc(50% - 5px);
        width: calc(100% + 130px);
        height: calc(100% + 60px);
    }
}

.section-content .bevel-box {
    cursor: pointer;
    position: relative;
    width: 100%;
     padding: 25px 15px;
    z-index: 1;
    text-align: center;
}

.section-content .bevel-box::after {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 14px;
    background: transparent;
}

.section-content .bevel-box::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 18px;
    background: transparent;
    border: solid 8px #deb564;
}

.section-content .bevel-box:active::before {
    background: transparent;
    border: solid 8px #deb564;
}

.section-content .mystery-box {
    position: relative;
    width: 200px;
    background-image: url("/rea/shared/img/cc/2/cc2_question_box_2x.fs8.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .section-content .mystery-box {
        width: 25vw;
        min-width: 100px;
    }
}

.section-content .mystery-box::after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.section-content .mystery-box .arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
    .section-content .mystery-box .arrow {
        width: 10vw;
        min-width: 50px;
    }
}

.section-content .mystery-box .arrow-left {
    left: 100%;
    margin-left: 10px;
    -webkit-animation: 0.5s ease-out 0s infinite alternate pulse-arrow-left;
            animation: 0.5s ease-out 0s infinite alternate pulse-arrow-left;
}

.section-content .mystery-box .arrow-right {
    right: 100%;
    margin-right: 10px;
    -webkit-animation: 0.5s ease-out 0s infinite alternate pulse-arrow-right;
            animation: 0.5s ease-out 0s infinite alternate pulse-arrow-right;
}

.section-content .arrow {
    width: 80px;
    background-image: url("/rea/shared/img/cc/2/cc2_arrows_2x.fs8.png");
    background-position: left top;
    background-size: auto 200%;
    background-repeat: no-repeat;
}

.section-content .arrow.arrow-left {
    background-position: 0 100%;
}

.section-content .arrow::after {
    content: '';
    display: block;
    padding-bottom: 77.63158%;
}

.section-content a.cta-btn,
.section-content a.cta-btn:hover {
    position: relative;
    display: inline-block;
    font-size: 28px;
    color: white;
    padding: 10px 50px;
    font-weight: 700;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, from(#144724), color-stop(50%, #1e6c36), to(#144724));
    background: -o-linear-gradient(top, #144724 0%, #1e6c36 50%, #144724 100%);
    background: linear-gradient(180deg, #144724 0%, #1e6c36 50%, #144724 100%);
    border: solid 2px #ffcc00;
    border-radius: 10px;
    text-decoration: none;
}

@media screen and (max-width: 575px) {
    .section-content a.cta-btn,
    .section-content a.cta-btn:hover {
        width: 100%;
        padding: 10px 15px;
        font-size: 18px;
    }
}

.section-content a.cta-btn.btn-arrowed::after,
.section-content a.cta-btn.btn-arrowed::before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    width: 60px;
    height: 45.19481px;
    background-image: url("/rea/shared/img/cc/2/cc2_button_arrows.fs8.png");
    background-size: 100% 200%;
    background-position: left top;
    background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {

    .section-content a.cta-btn.btn-arrowed::after,
    .section-content a.cta-btn.btn-arrowed::before {
        width: 50px;
        height: 37.66234px;
    }
}

.section-content a.cta-btn.btn-arrowed::before {
    left: -22px;
}

@media screen and (max-width: 575px) {
    .section-content a.cta-btn.btn-arrowed::before {
        left: -19px;
    }
}

.section-content a.cta-btn.btn-arrowed::after {
    right: -23px;
    background-position: left bottom;
}

@media screen and (max-width: 575px) {
    .section-content a.cta-btn.btn-arrowed::after {
        right: -19px;
    }
}

.section-content .treasure-chest {
    position: relative;
    width: 300px;
    margin: -80px auto -40px auto;
    z-index: 1;
}

@media screen and (max-width: 575px) {
    .section-content .treasure-chest {
        width: 250px;
        margin: -70px auto -40px auto;
    }
}

.section-content .treasure-chest::after {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 100%;
    background-image: url("/rea/shared/img/cc/2/cc2_treasure_box.fs8.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-content .treasure-chest::before {
    content: '';
    position: absolute;
    top: calc(50% + 30px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    background-image: url("/rea/shared/img/cc/2/cc2_radial_rays_2x.fs8.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: 10s linear 0s infinite spin;
            animation: 10s linear 0s infinite spin;
}

.section-content .breakout-yellow {
    position: relative;
    text-align: center;
    width: calc(100% + 70px);
    margin: 15px 0;
    margin-left: -35px;
    background-color: #ffcc00;
    padding: 10px 10px;
    color: black;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.75);
            box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 575px) {
    .section-content .breakout-yellow {
        width: calc(100% + 50px);
        margin-left: -25px;
    }
}

.section-content .breakout-yellow::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: calc(100% - 1px);
    width: 0;
    height: 0;
    border-bottom: 15px solid #ffcc00;
    border-left: 15px solid transparent;
    z-index: -1;
}

.section-content .breakout-yellow::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: calc(100% - 1px);
    width: 0;
    height: 0;
    border-bottom: 15px solid #ffcc00;
    border-right: 15px solid transparent;
    z-index: -1;
}

.section-content .countdown-timer {
    color: rgba(222, 181, 100, 1);
    font-weight: 700;
}

.section-content .disclaimer-text {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    width: 650px;
    max-width: 100%;
    padding: 10px;
    position: relative;
    z-index: 10;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
    border-radius: 10px;
}

.section-content .btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 99px;
    font-size: 30px;
    z-index: 10;
}

@media screen and (max-width: 575px) {
    .section-content .btn-close {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}

.section-content .btn-close::after {
    cursor: pointer;
    content: 'X';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color: red;
    font-weight: 700;
    font-family: "Lucida Console", Monaco, monospace;
}

._choice {
    display: none;
}

.section-content .form-contain {
    margin: 30px 0 15px 0;
}

.section-content form {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.section-content input[type="text"],
.section-content 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: 99px;
    font-weight: 700;
}

@media screen and (max-width: 575px) {

    .section-content input[type="text"],
    .section-content input[type="email"] {
        height: 40px;
    }
}

.section-content input::-webkit-input-placeholder {
    font-style: italic;
    font-weight: normal;
}

.section-content input::-moz-placeholder {
    font-style: italic;
    font-weight: normal;
}

.section-content input:-ms-input-placeholder {
    font-style: italic;
    font-weight: normal;
}

.section-content input::-ms-input-placeholder {
    font-style: italic;
    font-weight: normal;
}

.section-content input::placeholder {
    font-style: italic;
    font-weight: normal;
}

#hidden-form-submit {
    display: none;
}

/* [start] FORM STUFF --> */

input[type="text"].error,    
input[type="email"].error {    
    /*border: solid 2px #ffcc00;*/
    background-image: url('/rea/shared/img/cc/2/cc2_error_icon.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
}

#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-security-banner {
    position: relative;
    background-color: white;
}

.security-banner {
    max-width: 860px;
    margin: 15px auto;
    font-size: 0;
    text-align: center;
}
.security-banner span {
    display: inline-block;
}
.security-banner img {
    height: 24px;
    margin: 10px 7px;
}

@media screen and (max-width: 575px) {
    .security-banner {
        max-width: 320px;
        margin: 25px auto;
    }
}

.security-logo {
    position: relative;
    display: inline-block;
    height: 44px;
    margin: 12px;
}

.security-logo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/rea/shared/img/footer-logos/cc2_security_logos.fs8.png");
    background-size: 850px 44px;
}

.security-logo--visa {
    width: 80px;
}

.security-logo--visa::before {
    background-position: 0 0;
}

.security-logo--mastercard {
    width: 58px;
}

.security-logo--mastercard::before {
    background-position: -107px 0;
}

.security-logo--ssl {
    width: 94px;
}

.security-logo--ssl::before {
    background-position: -192px 0;
}

.security-logo--mcafee {
    width: 117px;
}

.security-logo--mcafee::before {
    background-position: -314px 0;
}

.security-logo--norton {
    width: 111px;
}

.security-logo--norton::before {
    background-position: -459px 0;
}

.security-logo--microgaming {
    width: 121px;
}

.security-logo--microgaming::before {
    background-position: -598px 0;
}

.security-logo--secure {
    width: 103px;
}

.security-logo--secure::before {
    background-position: -746px 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (-o-min-device-pixel-ratio: 2/1),
screen and (min-resolution: 2dppx) {
    .security-logo::before {
        background-image: url("/rea/shared/img/footer-logos/cc2_security_logos_2x.fs8.png");
    }
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }

    100% {
        background-position: 1200px 0;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }

    100% {
        background-position: 1200px 0;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
                transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes pulse-arrow-right {
    0% {
        margin-right: 10px;
    }

    100% {
        margin-right: 20px;
    }
}

@keyframes pulse-arrow-right {
    0% {
        margin-right: 10px;
    }

    100% {
        margin-right: 20px;
    }
}

@-webkit-keyframes pulse-arrow-left {
    0% {
        margin-left: 10px;
    }

    100% {
        margin-left: 20px;
    }
}

@keyframes pulse-arrow-left {
    0% {
        margin-left: 10px;
    }

    100% {
        margin-left: 20px;
    }
}

/*--- NEON PULSE ANIMATION */
.neon {
    -webkit-animation: pulse 1.5s ease-in-out infinite alternate;
            animation: pulse 1.5s ease-in-out infinite alternate;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    color: rgb(255, 255, 255);

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    perspective: 1000;
}
@-webkit-keyframes pulse {
    from {
        text-shadow: 0 0 5px rgb(153, 122, 0),
            0 0 10px rgb(153, 122, 0),
            0 0 15px rgb(153, 122, 0),
            0 0 20px rgb(153, 122, 0),
            0 0 35px rgb(153, 122, 0),
            0 0 40px rgb(153, 122, 0),
            0 0 50px rgb(153, 122, 0),
            0 0 75px rgb(153, 122, 0);
    }

    to {
        text-shadow: 0 0 3px rgb(153, 122, 0),
            0 0 5px rgb(153, 122, 0),
            0 0 8px rgb(153, 122, 0),
            0 0 10px rgb(153, 122, 0),
            0 0 17px rgb(153, 122, 0),
            0 0 20px rgb(153, 122, 0),
            0 0 25px rgb(153, 122, 0),
            0 0 38px rgb(153, 122, 0);
    }
}
@keyframes pulse {
    from {
        text-shadow: 0 0 5px rgb(153, 122, 0),
            0 0 10px rgb(153, 122, 0),
            0 0 15px rgb(153, 122, 0),
            0 0 20px rgb(153, 122, 0),
            0 0 35px rgb(153, 122, 0),
            0 0 40px rgb(153, 122, 0),
            0 0 50px rgb(153, 122, 0),
            0 0 75px rgb(153, 122, 0);
    }

    to {
        text-shadow: 0 0 3px rgb(153, 122, 0),
            0 0 5px rgb(153, 122, 0),
            0 0 8px rgb(153, 122, 0),
            0 0 10px rgb(153, 122, 0),
            0 0 17px rgb(153, 122, 0),
            0 0 20px rgb(153, 122, 0),
            0 0 25px rgb(153, 122, 0),
            0 0 38px rgb(153, 122, 0);
    }
}

/*--- UTILITY CLASSES */
.u__position--above {
    position: relative;
    z-index: 10;
}

.u__colour--red {
    color: rgb(215, 0, 0);
}

.u__colour--gold {
    color: rgba(222, 181, 100, 1);
}

.u__colour--white {
    color: white;
}

.u__colour--black {
    color: black;
}

.u__text--uppercase {
    text-transform: uppercase;
}

.u__text--underline {
    text-decoration: underline;
}

.u__text--line-through {
    text-decoration: line-through;
}

.u__text--shadow,
.section-content a.cta-btn,
.section-content a.cta-btn:hover {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.u__text--outline,
.section-content a.cta-btn,
.section-content a.cta-btn:hover {
    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--xl {
    font-size: 50px;
}

@media screen and (max-width: 575px) {
    .u__text--xl {
        font-size: 40px;
    }
}

.u__text--l,
.section-content .countdown-timer {
    font-size: 26px;
}

@media screen and (max-width: 767px) {
    .u__text--l,
    .section-content .countdown-timer {
        font-size: 22px;
    }
}

@media screen and (max-width: 575px) {

    .u__text--l,
    .section-content .countdown-timer {
        font-size: 12px;
    }
}

.u__text--m {
    font-size: 22px;
}

@media screen and (max-width: 575px) {
    .u__text--m {
        font-size: 18px;
    }
}

.u__text--s {
    font-size: 13.5px;
}

.u__text--xs {
    font-size: 9px;
}

/*--- BASE PAGE STYLES*/
.copyright {
    text-align: center;
    color: white;
}

.copyright a.modalLink {
    color: white;
}

.footer {
    font-family: Arial;
    position: relative;
    background-color: black;
    background-image: -webkit-linear-gradient(top, rgba(44,44,44,1) 0%,rgba(0,0,0,1) 100%);
    background-image: linear-gradient(to bottom, rgba(44,44,44,1) 0%,rgba(0,0,0,1) 100%);
    background-size: 100% 150px;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 10px;    
}

.affiliates {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .footer {
        margin-top: 0;
    }
}

.footer::before {
    content: "";
    width: 100%;
    height: 2px;
    background: -webkit-linear-gradient(left, rgba(44,44,44,1) 0%,rgba(104,104,104,1) 50%,rgba(44,44,44,1) 100%);
    background: linear-gradient(to right, rgba(44,44,44,1) 0%,rgba(104,104,104,1) 50%,rgba(44,44,44,1) 100%);
    position: absolute;
    bottom: 100%;
}

.footerTracking {
    width: calc(100% - 40px);
    max-width: 420px;
    background-color: #222;
    font: normal 11px Arial,Helvetica;
    color: #ccc;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #444;
    padding: 3px 4px;
    margin: 4px auto;
    clear: both;
}

.pinkSlime {
    border: none !important;
    width: auto !important;
    text-align: center !important;
    color: #999;
}

.copy {
    text-align: center;
    font-size: 12px;
    color: white;
    margin-top: 10px;
}

.modal,
.modal p {
    color: black;
    font-size: 13px;
    font-family: Arial;
    line-height: 1.2;
}

.modal h4, .modal h1 {
    font-weight: 700;
    font-size: 20px;
}

.modal h1 {
    padding-bottom: 10px;
}

.modal h4 {
    font-size: 16px;
}

.modal.fade.in {
    opacity: 1;
}

.modal div[class*="col-"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: unset;
    flex: initial;
}

.modal .hero-section__content {
    padding: 0 !important;
}

a.cc-dismiss {
    text-decoration: none;
}

.licence {
    max-width: 420px;
    margin: 12px auto 0;
    color: #999;
    text-align: center;
    font-size: 10px;
    padding: 0 5px;
}