@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap");
@font-face {
    font-family: "Amelia-Rounded-UP-Black";
    src: url("media/common/fonts/amelia_rounded_up/Amelia-Rounded-UP-Black.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Amelia-Rounded-UP-Light";
    src: url("media/common/fonts/amelia_rounded_up/Amelia-Rounded-UP-Light.otf") format("otf");
    font-weight: 300;
    font-style: normal;
}
* {
    position: relative;
    box-sizing: border-box;
}
*:focus {
    outline: none;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    font-family: "Amelia-Rounded-UP-Black", "Amelia-Rounded-UP-Light", "Open Sans", sans-serif;
    color: #fff;
    scroll-behavior: smooth;
    background-color: #00aba9;
}
p {
    padding: 0;
    margin: 0;
}
a {
    color: #fff;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3 {
    font-family: "Amelia-Rounded-UP-Black", "Open Sans", sans-serif;
    font-weight: 600;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
p,
a,
li {
    font-family: "Amelia-Rounded-UP-Light", "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    font-size: 1em;
}
ul {
    margin: 0 0 0 1em;
    padding: 0;
}
ul li {
    line-height: 1.5;
    font-family: "Amelia-Rounded-UP-Light", "Open Sans", sans-serif;
    font-weight: 300;
}
.containerBgImage {
    background-image: url("/media/wcllo/images/lsa22-02/LottoSpot_LandingPage_noJackpot_v4.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100%;
    height: 100%;
}
.container {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0px 0px 15px #000000;
    flex-flow: column;
}
.container .topYellow {
    display: grid;
    grid-template-columns: auto 1fr auto;
    background-color: #ffd600;
}
.container .topYellow div.lottoSpot {
    padding: 2em;
    order: 1;
    text-align: center;
}
.container .topYellow div.lottoSpot img.logoLottoSpot {
    width: 150px;
}
.container .topYellow div.middleCopy {
    color: #344b5d;
    text-align: center;
    padding: 2em;
    order: 2;
}
.container .topYellow div.middleCopy p {
    padding: 1em 0;
}
.container .topYellow div.middleCopy a {
    margin: 0 0.5em;
}
.container .topYellow div.containerQR {
    padding: 2em;
    order: 3;
    text-align: center;
}
.container .topYellow div.containerQR div.qr img.qrCode {
    width: 150px;
}
.container .middleTurquoise {
    background-color: #00aba9;
    display: flex;
    flex-flow: row;
    align-items: stretch;
}
.container .middleTurquoise div {
    width: 50%;
    padding: 2em;
}
.container .middleTurquoise div img {
    width: 150px;
}
.container .middleTurquoise div h2 {
    text-transform: uppercase;
}
.container .middleTurquoise div.whiteLine {
    width: 1px;
    border-left: 1px solid #fff;
    margin: 9.5em 0 0 0;
    padding: 0;
    height: 180px;
}
.container .whiteLogos {
    background-color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-flow: row;
    flex-wrap: wrap;
}
.container .whiteLogos img {
    height: 60px;
    margin: 1em 0;
}
.container .blueDarkLogos {
    background-color: #253e51;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    flex-wrap: wrap;
}
.container .blueDarkLogos img {
    height: 50px;
    margin: 1em 0;
}
.container .legal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
    background-color: #00aba9;
    padding: 0.5em 0;
}
.container .legal a {
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
    margin: 0 0.5em;
}
.container .legal a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .container .middleTurquoise {
        flex-flow: column;
    }
    .container .middleTurquoise div {
        width: 100%;
    }
    .container .middleTurquoise div.whiteLine {
        display: block;
        border-left: none;
        border-bottom: 1px solid #fff;
        height: 1px;
        width: 90%;
        margin: 0 2em;
    }
    .container .topYellow {
        grid-template-columns: 2fr;
    }
    .container .topYellow div.lottoSpot {
        padding: 0em 0em 0 0em;
        grid-row: 2;
    }
    .container .topYellow div.middleCopy {
        padding: 0 2em 2em 2em;
        order: 3;
        grid-column: 1 / 3;
    }
    .container .topYellow div.containerQR {
        padding: 2em 2em 0 2em;
        grid-row: 1;
    }
}
@media screen and (max-width: 420px) {
    .container .topYellow div.lottoSpot img.logoLottoSpot {
        width: 120px;
    }
    .container .topYellow div.containerQR div.qr img.qrCode {
        width: 120px;
    }
    .container .middleTurquoise div.whiteLine {
        width: 70%;
    }
}
@media screen and (max-width: 400px) {
    .container .topYellow div.lottoSpot,
    .container .topYellow div.containerQR {
        padding: 2em 0.5em 1em 0.5em;
    }
    .container .topYellow div.lottoSpot img.logoLottoSpot {
        width: 100px;
    }
    .container .topYellow div.containerQR div.qr img.qrCode {
        width: 100px;
    }
    .container .middleTurquoise div.whiteLine {
        width: 80%;
    }
}
@media screen and (max-width: 320px) {
    .container .topYellow div.lottoSpot,
    .container .topYellow div.containerQR {
        padding: 2em 0.5em 1em 0.5em;
    }
    .container .topYellow div.lottoSpot img.logoLottoSpot {
        width: 100px;
    }
    .container .topYellow div.containerQR div.qr img.qrCode {
        width: 100px;
    }
    .container .middleTurquoise div.whiteLine {
        width: 80%;
    }
}
