@import url("https://p.typekit.net/p.css?s=1&k=jsz2dax&ht=tk&f=31060.31061.31062&a=132333342&app=typekit&e=css");
@import url("https://fonts.cdnfonts.com/css/futura-std-4");
@import url("https://use.typekit.net/flz1mhm.css");
@import url("https://use.typekit.net/haf5dro.css");
@import url('https://fonts.cdnfonts.com/css/montserrat');
@import url("https://p.typekit.net/p.css?s=1&k=nrl5iby&ht=tk&f=61171.61172&a=402123946&app=typekit&e=css");
  @import url("https://use.typekit.net/nrl5iby.css");
@font-face {
font-family:"brush-up";
src:url("https://use.typekit.net/af/a1b4e6/0000000000000000775c748b/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/a1b4e6/0000000000000000775c748b/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/a1b4e6/0000000000000000775c748b/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}
@font-face {
    font-family: "Paralucent_Heavy";
    src: url("../fonts/fonnts.com-Paralucent_Heavy.otf") format("truetype");
}
@font-face {
    font-family: "Paralucent_Medium";
    src: url("../fonts/fonnts.com-Paralucent_Medium.otf") format("truetype");
}
@font-face {
    font-family: "Paralucent_Light";
    src: url("../fonts/fonnts.com-Paralucent_Light.otf") format("truetype");
}
@font-face {
    font-family: "Paralucent_Bold";
    src: url("../fonts/fonnts.com-Paralucent_Bold.otf") format("truetype");
}

.contents {
    position: unset;
}

.game-of-life {
     background: #7dd1ec;
    overflow: hidden;
}

.game-of-life ul,
.game-of-life h1,
.game-of-life h2,
.game-of-life h3,
.game-of-life p {
    margin: 0;
    padding: 0;
}

.game-of-life ul {
    list-style-type: none;
}

.game-of-life .promo_content {
    position: relative;
    z-index: 2;
}

.game-of-life .promo_content--top_background:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat url("../images/promo-top-BKG.png");
    background-size: 100%;
}
.game-of-life .promo_content--top_backgroundss:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent no-repeat url("../images/promo-top-img.png");
    background-size: 100%;
}

.game-of-life .promo_content--bottom_background:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: transparent no-repeat center bottom url("../images/promo-bottom-BKG.png");
    background-size: 100%;
}

.game-of-life .promo_content--bottom_backgrounds:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: transparent no-repeat center bottom url("../images/promo-bottom-img.png");
    background-size: 100%;
}

.game-of-life .promo_content__inner {
    position: relative;
    z-index: 1;
    padding: 1px;
}

.game-of-life .home_prizes_cover_image {
    width: 100%;
    display: block;
    margin: 10px auto 0;
}

.game-of-life .promo_title {
    text-align: center;
    color: #910089;
    font-family: "Paralucent_Heavy";
font-weight: 500;
font-style: normal;
    text-transform: uppercase;
}

.game-of-life .in_text_link,
.game-of-life .in_text_accent {
    color: #D300A5;
}

.game-of-life .promo-banner {
    margin: -1px;
}
.game-of-life .hidden {
    display: none;
}
@media (max-width: 550px) {
    .game-of-life .promo_content--bottom_background:after ,
    .game-of-life .promo_content--bottom_backgrounds:after {
        bottom: -6px;
}
}

