﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";

@font-face {
    font-family: "Poppins";
    src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraLight.woff")
            format("woff"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraLight.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraLight.svg#Poppins-ExtraLight")
            format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Regular.woff")
            format("woff"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Regular.ttf")
            format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Poppins";
    src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.woff")
            format("woff"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-Bold.svg#Poppins-Bold")
            format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Poppins";
    src: url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraBold.woff")
            format("woff"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraBold.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Poppins/latin/subset-Poppins-ExtraBold.svg#Poppins-ExtraBold")
            format("svg");
    font-weight: 900;
    font-style: normal;
}

/* Rubik | latin | 400,700 */
@font-face {
    font-family: "Rubik";
    src: url("/rea/shared/fonts/Rubik/latin/subset-Rubik-Regular.woff")
            format("woff"),
        url("/rea/shared/fonts/Rubik/latin/subset-Rubik-Regular.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Rubik/latin/subset-Rubik-Regular.svg#Rubik-Regular")
            format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Rubik";
    src: url("/rea/shared/fonts/Rubik/latin/subset-Rubik-Bold.woff")
            format("woff"),
        url("/rea/shared/fonts/Rubik/latin/subset-Rubik-Bold.ttf")
            format("truetype"),
        url("/rea/shared/fonts/Rubik/latin/subset-Rubik-Bold.svg#Rubik-Bold")
            format("svg");
    font-weight: 700;
    font-style: normal;
}

/* ==========================================================================
   Base Styles
   ========================================================================== */

* {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    min-width: 320px;
    margin: 0;
    padding: 0;
    color: white;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 1.1;
    background-color: #050507;
    -webkit-font-smoothing: subpixel-antialiased;
}

img {
    max-width: 100%;
}

section {
    overflow: hidden;
}

p {
    line-height: 1.4;
}

div p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   Shared Styles
   ========================================================================== */
.micro-gutters {
    margin-right: 0;
    margin-left: 0;
}

.micro-gutters div[class^="col"] {
    padding-right: 2.5px;
    padding-left: 2.5px;
}

.vignette {
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    box-shadow: 10vw -20px 50px 10px inset rgba(0, 0, 0, 0.85),
        -10vw -10px 50px 10px inset rgba(0, 0, 0, 0.85);
}
@media screen and (max-width: 767px) {
    .vignette {
        display: none;
    }
}

.display-text {
    display: block;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
}

/* ==========================================================================
   Call to Action Buttons
   ========================================================================== */
.form-submit-btn,
a.cta-btn,
a.cta-btn:hover,
.cta-btn {
    display: inline-block;
    width: 290px;
    height: 80px;
    padding: 0 20px;
    color: white;
    font-family: "rubik", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background-image: url("/rea/shared/img/lxc/32/lxc32_cta.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    border: 0;
    text-shadow: 1px 1px 16px black, 2px 2px 8px black;
    filter: drop-shadow(4px 4px 10px black);
}

.form-submit-btn {
    width: 85%;
}

@media screen and (max-width: 992px) {
    .form-submit-btn {
        width: 100%;
    }
    .form-submit-btn,
    a.cta-btn,
    a.cta-btn:hover,
    .cta-btn {
        font-size: 20px;
    }
}

@media screen and (max-width: 575.98px) {
    .form-submit-btn,
    a.cta-btn,
    a.cta-btn:hover,
    .cta-btn {
        width: 220px;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
    }
}

/* ==========================================================================
   Frame
   ========================================================================== */
.frame {
    position: relative;
    width: 100%;
    border-width: 6px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 0.8rem;
    border: 2px outset #ffff35;
    box-shadow: 4px 4px 10px black;
}

/* ==========================================================================
   Section Divider
   ========================================================================== */
.divider {
    z-index: 10;
    position: relative;
}

.divider--flipped {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.divider__tile {
    width: 100%;
    height: 20px;
    margin: 0;
    background-image: url(/rea/shared/img/lxc/32/lxc32_divider.png);
    background-repeat: repeat;
    background-size: auto 16px;
    border: 0;
    margin-top: -5px;
}

/* ==========================================================================
   Header Banner Section
   ========================================================================== */
.section-header-banner {
    z-index: 20;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    color: black;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
}

.section-header-banner::before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/rea/shared/img/lxc/32/banner-arrows.png),
        repeating-linear-gradient(90deg, #664a00, #ffd700, #664a00);
    background-size: contain;
}

.banner__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bolder;
    color: black;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-style: italic;
}

@media screen and (max-width: 767.98px) {
    .banner__content {
        font-size: 14px;
    }
}

.banner__content .display-text {
    font-size: 2em;
    line-height: 1em;
}

@media screen and (max-width: 767.98px) {
    .banner__content .display-text {
        font-size: 1.66em;
    }
}

@media screen and (max-width: 575.98px) {
    .banner__content--left {
        display: none;
    }
}

.banner__content--right {
    padding-left: 80px;
}

@media screen and (max-width: 575.98px) {
    .banner__content--right {
        padding-left: 100px;
    }

    .section-header-banner::before {
        background-size: 135%;
    }
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.section-hero {
    position: relative;
    padding: 2.5rem 0;
    background-image: url(/rea/shared/img/lxc/32/lxc32_bg.jpg);
    background-position: center;
    /* background-size: 1522px auto; */
    background-repeat: no-repeat;
    background-size: cover;
}

.hero__frame {
    padding: 1.5rem 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
    width: 360px;
    max-width: calc(100%);
}

.hero__text-xl {
    margin-bottom: -0.2em;
    font-size: 3em;
    line-height: 1em;
}

.hero__text-l {
    margin-bottom: -0.2em;
    font-size: 2.25em;
    line-height: 1em;
}

.hero-text--bottom {
    filter: drop-shadow(1px 1px 10px white);
}
.trustpilot {
    padding: 1rem 0 0;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    text-shadow: 0px 0px 1px black, 1px 1px 1px black, 1px 1px 1px black,
        1px 1px 1px black;
    margin-top: 4px;
    font-style: normal;
    text-transform: capitalize;
}
.trustpilot span {
    font-family: "Poppins";
}
.trustpilot img {
    max-height: 25px;
}
.trustpilot .verified-tick {
    margin-right: 5px;
}
@media screen and (max-width: 1199px) {
    .trustpilot img {
        max-height: 17px;
    }
}
@media screen and (max-width: 991px) {
    .trustpilot img {
        max-height: 18px;
    }
}
@media screen and (max-width: 767px) {
    .trustpilot {
        filter: drop-shadow(0px 0px 1px #000000);
    }
    .trustpilot img {
        max-height: 17px;
    }
}
/* Hero Background
   ========================================================================== */

.hero-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Hero Graphics
   ========================================================================== */
.hero-graphics {
    z-index: 0;
    position: absolute;
    pointer-events: none;
    background-position: center;
    background-size: 100%;
}

.hero-graphics--dancing-man {
    background-repeat: no-repeat;
    background-image: url(/rea/shared/img/lxc/32/lxc-PineapplePop.png);
    left: -69px;
    top: 33px;
    width: 687px;
    height: 640px;
}
img.hero-mobile-logo {
    margin-top: 56px;
}
@media screen and (max-width: 1400px) {
    .hero-graphics--dancing-man {
        width: 590px;
        left: -24px;
    }
}
@media screen and (max-width: 1199px) {
    .hero-graphics--dancing-man {
        left: -15px;
        width: 443px;
        top: 129px;
    }
    .section-hero {
        background-repeat: no-repeat;
    }
    img.hero-mobile-logo {
        margin-top: 143px;
    }
}
@media screen and (max-width: 991px) {
    .hero-graphics--dancing-man {
        width: 382px;
        top: 176px;
    }
    .section-hero {
        background-position: calc(28% - -117px);
    }
    img.hero-mobile-logo {
        margin-top: 203px;
    }
}

@media screen and (max-width: 767.98px) {
    .hero-graphics--dancing-man {
        top: 315px;
        width: 420px;
        height: 386px;
        left: 50%;
        transform: translate(-50%);
    }
    .hero__frame.frame {
        background: none;
        border: none;
        box-shadow: none;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    }
    .section-hero {
        background-image: url(/rea/shared/img/lxc/32/lxc32_bg-mob.jpg);
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    img.hero-mobile-logo {
        width: 200px;
        height: 59%;
        margin: auto;
        margin-top: 264px;
    }
}

/* Hero Text
   ========================================================================== */

.hero-text-container {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
}

.hero-text-container > p {
    font-size: 1.7rem;
    text-shadow: -1px 3px 5px black, -1px 1px 5px black;
    line-height: 0.6;
}
@media screen and (min-width: 1200px) {
    .container-hero {
        max-width: 1400px;
    }
}

@media screen and (max-width: 991px) {
    .hero-text-container > p {
        line-height: 0.9;
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 767px) {
    .hero-text-container {
        margin-top: -1em;
    }

    .hero-text-container > p {
        margin-bottom: 0rem;
        font-size: 1.5rem;
        line-height: 1.2;
        /* text-shadow: 1px 1px 5px black, 1px 1px 5px black; */
    }
}

/* Frame Adjustment
   ========================================================================== */
.hero__frame {
    border-width: 6px;
    /* font-style: italic; */
}

.hero-frame-container {
    grid-gap: 1rem;
}

/* ==========================================================================
   Partners Section
   ========================================================================== */
.section-partners {
    padding: 1.5rem 0;
    background-color: white;
}

/* ==========================================================================
   Form Modal Styling
   ========================================================================== */
.form-blackout {
    z-index: 900;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

.form-contain {
    position: relative;
    width: 360px;
    max-width: calc(100%);
    padding: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border-radius: 18px;
}

@media screen and (max-width: 576px) {
    .form-contain {
        width: 110%;
        max-width: 110%;
        border-radius: 0;
        margin-bottom: -3rem;
    }
}

.form-heading {
    font-size: 20px;
}

.form-contain input {
    width: 100%;
}

.form-contain input[type="text"],
.form-contain input[type="email"] {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    padding: 0 5px;
    font-size: 18px;
    text-align: center;
    border: solid 1px black;
    border-radius: 10px;
    font-family: "Rubik", sans-serif;
}

.form-contain .form-submit-btn {
    background-color: transparent;
}
@media screen and (max-width: 991px) {
    .form-contain input[type="text"],
    .form-contain input[type="email"] {
        font-size: 15px;
    }
}

@media screen and (max-width: 575px) {
    .form-contain input[type="text"],
    .form-contain input[type="email"] {
        height: 40px;
    }
}

input[type="text"].error,
input[type="email"].error {
    /*border: solid 2px #ffcc00;*/
    background-image: url("/rea/shared/img/error_icon.png");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px auto;
}

input[type="checkbox"].error {
    outline: solid 2px red;
}

#preform .yearText {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-transform: none;
}

#preform #dob-year {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 10px;
    color: #222222;
    font-size: 18px;
    line-height: 34px;
    background-color: white;
    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: #ffd800;
}

#preform .checks {
    margin-top: 10px;
    color: black;
    color: white;
    text-transform: none;
}

.form-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.form-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    color: white;
    font-family: "FontAwesome";
    font-size: 30px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Frame Adjustment
   ========================================================================== */
.form-contain.frame {
    border-width: 6px;
}

.form-contain .frame-symbol {
    width: 26px;
    height: 24px;
}

.form-contain .frame-symbol.transform-top {
    top: -24px;
}

.form-contain .frame-symbol.transform-bottom {
    bottom: -24px;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */
.u__section--pad {
    padding: 60px 0;
}

@media screen and (max-width: 767px) {
    .u__section--pad {
        padding: 30px 0;
    }
}

.u__position--above {
    z-index: 20;
    position: relative;
}

.u__line-height--1-25 {
    line-height: 1.25 !important;
}

.u__colour--yellow {
    color: #ffd427;
}

.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 5px rgba(0, 0, 0, 0.7);
}

.u__text--shadow-white {
    text-shadow: 1px 1px 5px white;
}

.u__text--outline {
    text-shadow: 1px -1px #000000, -1px -1px #000000, -1px 1px #000000,
        -1px -1px #000000, 1px 0 #000000, -1px 0 #000000, 0 1px #000000,
        0 -1px #000000, 1px 1px #000000, -1px 1px #000000, 1px 1px #000000,
        1px -1px #000000;
}

.u__text--heading {
    display: block;
    margin-bottom: 60px;
    font-size: 28px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .u__text--heading {
        margin-bottom: 30px;
        font-size: 20px;
    }
}

.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: 36px;
    line-height: 0.95;
}

@media screen and (max-width: 575px) {
    .u__text--xl {
        font-size: 30px;
    }
}

.u__text--l {
    font-size: 28px;
    line-height: 0.95;
}

@media screen and (max-width: 575px) {
    .u__text--l {
        font-size: 22px;
    }
}

.u__text--m {
    font-size: 20px;
}

@media screen and (max-width: 575px) {
    .u__text--m {
        font-size: 18px;
    }
}

.u__text--s {
    font-size: 13.1px;
}

.u__text--xs {
    font-size: 9px;
}

.u__text--bolder {
    font-weight: bolder;
}

/* ==========================================================================
   LXC/24 Utilities
   ========================================================================== */

.hero-text--yellow {
    color: #ffd800;
}

.hero-text--larger {
    font-size: 42px !important;
}
@media screen and (max-width: 991px) {
    .hero-text--larger {
        font-size: 35px !important;
    }
}

/*--- BASE PAGE STYLES*/
.copyright {
    color: white;
    text-align: center;
}

.copyright a.modalLink {
    color: white;
}

.footer {
    z-index: 100;
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
    font-family: Arial;
    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-repeat: no-repeat;
    background-size: 100% 150px;
}

.affiliates {
    text-decoration: underline;
}

@media screen and (max-width: 991px) {
    .footer {
        margin-top: 0;
    }
}

.footer::before {
    content: "";
    position: absolute;
    bottom: 100%;
    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%
    );
}

.footerTracking {
    clear: both;
    width: calc(100% - 40px);
    max-width: 420px;
    margin: 4px auto;
    padding: 3px 4px;
    color: #cccccc;
    font: normal 11px Arial, Helvetica;
    text-align: left;
    background-color: #222222;
    vertical-align: middle;
    border: 1px solid #444444;
}

.pinkSlime {
    width: auto !important;
    color: #999999;
    text-align: center !important;
    border: none !important;
}

.copy {
    margin-top: 10px;
    color: white;
    font-size: 12px;
    text-align: center;
}

.modal,
.modal p {
    color: black;
    font-family: Arial;
    font-size: 13px;
    line-height: 1.2;
}

.modal h4,
.modal h1 {
    font-size: 20px;
    font-weight: 700;
}

.modal h1 {
    padding-bottom: 10px;
}

.modal h4 {
    font-size: 16px;
}

.modal.fade.in {
    opacity: 1;
}

.modal div[class*="col-"] {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    max-width: unset;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.modal .hero-section__content {
    padding: 0 !important;
}

a.cc-dismiss {
    text-decoration: none;
}

.licence {
    max-width: 420px;
    margin: 12px auto 0;
    padding: 0 5px;
    color: #999999;
    font-size: 10px;
    text-align: center;
}

@media screen and (max-width: 768.98px) {
    .overlay--black-gradient {
        background-image: linear-gradient(black, rgba(0, 0, 0, 0.5));
        padding: 1rem;
    }
}

#privacyConsent[data-privacy-consent-theme] .privacy-consent__label {
    display: flex;
    padding-top: 10px;
    justify-content: center;
    font-weight: 400;
    text-transform: none;
    line-height: 16px;
    margin: 0;
    color: white;
    text-shadow: -1px -1px 0 #555, 1px -1px 0 #555, -1px 1px 0 #555,
        1px 1px 0 #555;
}

/*********

    Ontario Styling

*********/

/*Main Form Logo*/
.ontario-gambling-logo {
    width: auto;
    height: 45px;
    padding: 4px 0;
    filter: drop-shadow(1px 1px 1px black);
    margin-top: 0.5rem;
}

.frame--hero-border-bottom--ONT {
    bottom: calc(-94.5% - 7.5px);
    width: 170px;
    left: 0%;
}

.frame--hero-border-top--ONT {
    right: 0;
    top: calc(-19.5% - 2.5px);
    width: 180px;
}

@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;
}

hr {
    border-top: 3px solid rgba(255, 255, 255, 0.75);
    width: 75%;
    margin: 0.5rem auto 1rem;
}

body[data-variation="v1"] {
    .hero-graphics--dancing-man {
        top: calc(0% + 26px);
    }
    img.hero-mobile-logo {
        margin-top: calc(0% + 7px);
    }
    @media screen and (max-width: 1199px) {
        .hero-graphics--dancing-man {
            top: calc(0% + 106px);
        }
        img.hero-mobile-logo {
            margin-top: calc(0% + 97px);
        }
    }
    @media screen and (max-width: 991px) {
        .hero-graphics--dancing-man {
            top: calc(0% + 108px);
        }
        img.hero-mobile-logo {
            margin-top: calc(0% + 93px);
        }
    }

    @media screen and (max-width: 767.98px) {
        .hero-graphics--dancing-man {
            top: calc(0% + 329px);
        }
        img.hero-mobile-logo {
            margin-top: calc(0% + 240px);
        }
    }
}
