﻿/*
* 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("../fonts/subset-Roboto-Regular.woff") format("woff"),
    url("../fonts/subset-Roboto-Regular.ttf") format("truetype"),
    url("../images/subset-Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/subset-Roboto-Bold.woff") format("woff"),
    url("../fonts/subset-Roboto-Bold.ttf") format("truetype"),
    url("../images/subset-Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

/* Poppins | latin | 500,700 */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/subset-Poppins-Medium.woff") format("woff"),
    url("../fonts/subset-Poppins-Medium.ttf") format("truetype"),
    url("../images/subset-Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/subset-Poppins-Bold.woff") format("woff"),
    url("../fonts/subset-Poppins-Bold.ttf") format("truetype"),
    url("../images/subset-Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins";
  color: white;
  font-size: 16px;
  line-height: 1.1;
  min-width: 320px;
  overflow-x: hidden;
  background: black;
}

img {
  max-width: 100%;
}

section {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .container {
    max-width: none;
  }
}

.section-header {
  height: 57px;
  /* height: 80px; */
  position: absolute;
  /* top: 0; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  background-color: black;
}

.section-header .logo {
  display: block;
  margin: 0 auto;
  /* margin-top: 5px; */
  width: 65%;
  /* width: auto;
  height: 70px; */
}

.section-hero {
  position: relative;
  background-color: black;
  width: 100%;
  padding: 30px 0 50px 0;
  min-height: 540px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
.hero-bg {
  position: absolute;
  top: 0px;
  width: calc(90% + -247px);
  height: 625px;
}
.section-hero video {
  position: absolute;
  top: 0px;
  /* left: -55.5px;*/
  left: -178.5px;
  width: calc(90% + 125px);
  height: 625px;
}
.section-hero video:nth-of-type(2) {
  display: none;
}
.section-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 600px auto, 610px auto, cover;
  background-position: calc(50% - 550px) calc(100% - 10px),
    calc(50% + 593px) calc(100% + 0px), center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1400px) {
  .hero-bg {
    position: absolute;
    top: 0px;
    object-fit: cover;
    width: calc(90% + 158px);
    height: 695px;
    left: -175.5px;
  }
  .section-hero video:nth-of-type(1) {
    object-fit: cover;
    width: calc(90% + 158px);
    height: 695px;
  }
  .section-hero video {
    left: -55.5px;
  }
}

@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;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    padding: 60px 0 15px 0;
  }

  .section-hero::before {
    background-color: black;
    background-size: cover;
    background-position: left center;
  }

  .section-hero video:nth-of-type(2) {
    display: block;
    transform: translateY(-270px);
    width: 100vw;
    height: 100%;
    /* object-fit: cover; */
    left: unset;
  }
  .hero-bg {
    left: 0;
  }
}
@media screen and (max-width: 574px) {
  .hero-bg {
    object-fit: unset;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .section-hero .row-hero {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
}

.section-hero .hero-graphic {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.section-hero .spin-wheel-contain {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + -65px), -50%);
  z-index: 1;
}

.section-hero .spin-wheel-contain::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140%;
  height: 140%;
  background-image: url("../images/wheel-particles-alt.fs8.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.spin-wheel-contain .spin-wheel {
  width: 100%;
  background-image: url("../images/jackpot_wheel.png");
  background-size: 85% auto;
  background-position: center center;
  background-repeat: no-repeat;
  animation: spin-wheel 20s linear infinite;
}

.spin-wheel-contain .spin-wheel::after {
  content: "";
  display: block;
  padding-bottom: 99.4%;
}

.section-hero .spin-wheel-contain .spin-wheel::after {
  padding-bottom: 100%;
}

.spin-wheel-contain .spin-wheel-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 34%;
}

.spin-wheel-contain .spin-wheel-button::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media screen and (max-width: 991px) {
  .section-hero .spin-wheel-contain {
    width: 110%;
  }
  .section-hero .spin-wheel-contain::after {
    width: 160%;
    height: 160%;
  }
  .spin-wheel-contain .spin-wheel {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 767px) {
  .section-hero .hero-graphic {
    width: 100%;
  }
  .section-hero .spin-wheel-contain {
    position: relative;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@-webkit-keyframes spin-wheel {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin-wheel {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.graphic-composition {
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 42px;
}

.flash-box-contain {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(200, 149, 51, 1) 0%,
    rgba(243, 234, 214, 1) 25%,
    rgba(243, 234, 214, 1) 40%,
    rgba(223, 158, 45, 1) 100%
  );
  border-radius: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 0px black;
}

.flash-box-contain::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #bf000b;
  box-shadow: inset 0px 0px 20px 5px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

.flash-box-contain canvas {
  pointer-events: none;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 28px);
  height: calc(100% + 28px);
}

.flash-box-contain .flash-box-content {
  width: 100%;
  position: relative;
  text-align: center;
  font-style: italic;
}

.flash-box-content span {
  display: block;
  color: white;
  font-family: "Poppins";
  font-weight: 700;
  text-shadow: 0px 5px 10px black;
  /* font-size: 0.95em; */
  line-height: 1;
}
.flash-box-content span.u__colour--yellow {
  color: #f6c023;
}

.flash-box-content span.standout {
  color: #f6c023;
  /* font-size: 1.18em; */
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
  /* letter-spacing: 8px; */
  /* animation: goldShine 3s ease-in-out infinite; */
  -webkit-text-stroke: 1px #ffffff;
  filter: drop-shadow(1px 0px 0px #bf000b) drop-shadow(2px 0px 0px #bf000b)
    drop-shadow(-1px 2px 0px #724220) drop-shadow(-1px 0px 0px #2b1809)
    drop-shadow(0 0 3px black);
  /* background: linear-gradient(to bottom, #fff276 0%, #e4c543 20%, #dcba3b 25%, #d3ae33 33%, #c78605 56%, #fce092 78%, #fffcd7 89%, #ffffff 100%);
	background: linear-gradient(to bottom, #fff276, #f4d953, #e6c745, #b6881b, #a56f0a, #be7f05, #b6881b, #f7c740, #fce29d, #e3e0bc); */
  background: linear-gradient(
    to bottom,
    #fff276,
    #f4d953,
    #e6c745,
    #b6881b,
    #fce29d,
    #e3e0bc
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  text-shadow: none;
}

.graphic-composition .fade-strip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask-position: right top, center top, left top;
  -webkit-mask-size: 30px 100%, calc(100% - 58px) 100%, 30px 100%;
  -webkit-mask-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, #000),
      color-stop(1, rgba(0, 0, 0, 0))
    ),
    -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(1, #000)),
    -webkit-gradient(linear, right top, left top, color-stop(0, #000), color-stop(1, rgba(0, 0, 0, 0)));
  -webkit-mask-repeat: no-repeat;
  white-space: nowrap;
  font-family: "Poppins";
  font-weight: 500;
}

.graphic-composition .fade-strip.text-1 {
  bottom: 100%;
}
.graphic-composition .fade-strip.text-1 span {
  border-bottom: 0;
}
.graphic-composition .fade-strip.text-2 {
  top: 100%;
}
.graphic-composition .fade-strip.text-2 span {
  border-top: 0;
}

.graphic-composition .fade-strip span {
  color: #ffffff;
  border-top: solid 2px #e1ad26;
  border-bottom: solid 2px #e1ad26;
  background-color: black;
  display: block;
  font-size: 0.5em;
  padding: 0.5em 2em;
  text-transform: none;
  font-weight: bolder;
}

.section-hero .main-form-contain {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 330px;
  flex: 0 0 330px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .section-hero .main-form-contain {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
  }

  .graphic-composition {
    font-size: 38px;
  }
}

@media screen and (max-width: 767px) {
  .section-hero .main-form-contain {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .flash-box-contain {
    width: calc(100% + 100px);
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 30px;
  }
  .graphic-composition {
    font-size: 8vw;
  }
}

.section-hero .main-form {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 300px;
  padding: 75px 16px 20px 16px;
  text-align: center;
  margin-top: 30px;
  border: solid 4px transparent;
  background-image: linear-gradient(black, #980009),
    radial-gradient(
      circle at top left,
      #86500d,
      #c59b43,
      #fcfac8,
      #b07f23,
      #fcfac8,
      #86500d,
      #c59b43
    );
  /* background-image: linear-gradient(#980009, #980009),
    radial-gradient(
      circle at top left,
      #86500d,
      #c59b43,
      #fcfac8,
      #b07f23,
      #fcfac8,
      #86500d,
      #c59b43
    ); */
  box-shadow: inset 0px 0px 27px 12px rgba(0, 0, 0, 0.7);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 1rem;
}

@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;
    min-height: 0;
  }
}

.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: 210px;
  /* max-width: 109px; */
  display: block;
  position: absolute;
  top: 25px;
  /* top: 10px; */
  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;
}

.hero-frame {
  padding: 0.5rem;
  font-size: 1.2rem;
  border-radius: 0.8rem;
  color: white;
  text-align: center;
  font-weight: 400;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 200;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  border: solid 4px transparent;
  background-image: linear-gradient(#980009, #980009),
    radial-gradient(
      circle at top left,
      #86500d,
      #c59b43,
      #fcfac8,
      #b07f23,
      #fcfac8,
      #86500d,
      #c59b43
    );
  box-shadow: inset 0px 0px 27px 6px rgba(0, 0, 0, 0.7);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-16px, 220px);
}
.hero-frame img {
  max-width: unset;
  max-height: 25px;
}
.hero-frame--mobile {
  display: none;
  position: unset;
  flex-wrap: wrap;
  transform: unset;
}

@media screen and (max-width: 767px) {
  .hero-frame--mobile {
    display: flex;
    width: 320px;
    left: 50%;
    transform: translate(-50%);
    position: relative;
    max-width: 100%;
    margin-top: 25px !important;
    margin-left: 0 !important;
  }
}

/* [start] FORM STUFF --> */
input[type="text"].error,
input[type="email"].error {
  /*border: solid 2px #ffcc00;*/
  background-image: url("../images/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: black;
  background-image: url("../images/bg_winner.jpg");
  position: relative;
  background-size: 1900px 730px;
  background-position: top;
  background-repeat: no-repeat;
}
.section-winners:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, transparent 75.5%, #0f0f0f 75.5%);
  z-index: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .section-winners {
    background-image: url("../images/bg_winner--mobile.jpg");
    background-size: 780px 700px;
  }
}

.section-winners #winner-slider .tns-ovh {
  padding: 10px;
}

.section-winners #winner-slider .tns-slide-inner {
  position: relative;
  width: calc(100% - 4px);
}

.section-feature {
  background-image: linear-gradient(180deg, #0f0f0f, black);
}

.section-pre-footer {
  background-image: url("../images/bg_dots.png"), linear-gradient(black, black);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1600px 800px, cover;
  color: white;
}

.section-pre-footer .game-button {
  cursor: pointer;
  position: relative;
  font-size: 14px;
}

@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;
    margin-bottom: -0.5rem;
  }
}

.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 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-top: 0;
  width: 160px;
}

.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;
}
@media screen and (max-width: 767px) {
  .section-pre-footer .game-image {
    margin-bottom: 0.5rem;
  }
}

.section-pre-footer video {
  width: 100%;
  position: absolute;
  height: 100%;
  border: solid 4px transparent;
  border-radius: 8px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  object-fit: cover;
  background-image: linear-gradient(to right, #10011d, #1a1a69),
    radial-gradient(
      circle at top left,
      #86500d,
      #c59b43,
      #fcfac8,
      #b07f23,
      #fcfac8,
      #86500d,
      #c59b43
    );
}
.section-pre-footer .game-bg {
  width: 100%;
  position: absolute;
  height: 100%;
  border: solid 4px transparent;
  border-radius: 8px;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-image: linear-gradient(to right, #10011d, #1a1a69),
    radial-gradient(
      circle at top left,
      #86500d,
      #c59b43,
      #fcfac8,
      #b07f23,
      #fcfac8,
      #86500d,
      #c59b43
    );
}

.section-pre-footer .game-image::before {
  opacity: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.section-pre-footer .game-button:hover > .game-image .hover-button,
.section-pre-footer .game-button:hover .game-image::before {
  z-index: 2;
  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;
}
.section-features--winners {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}
.winners-card {
  border: solid 4px transparent;
  background-image: linear-gradient(#980009, #980009),
    radial-gradient(
      circle at top left,
      #86500d,
      #c59b43,
      #fcfac8,
      #b07f23,
      #fcfac8,
      #86500d,
      #c59b43
    );
  box-shadow: inset 0px 0px 27px 6px rgba(0, 0, 0, 0.7);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  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;
}

@media screen and (max-width: 991px) {
  #feature-slider .tns-slide-inner {
    padding-left: 112px;
    height: 120px;
    font-size: 16px;
  }
  .winners-card {
    width: 340px;
    max-width: 90%;
    width: 100%;
  }
  .section-features--winners {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  #feature-slider .tns-slide-inner {
    max-width: 300px;
    margin: 0 auto;
  }
  .section-features--winners {
    margin: 2rem auto 1rem auto;
    flex-direction: column;
  }
  .winners-card {
    margin: auto;
    max-width: 90%;
  }
}

.winners-card img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: calc(100% - 0px);
  width: auto;
  border-radius: 6px 0 0 6px;
}

#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 {
  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 {
  text-align: center;
}

#winner-slider .tns-slide-inner img {
  width: 530px;
  left: 50%;
  transform: translate(-50%);
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.tns-slide-inner img {
  max-width: 150%;
}
.first-winner {
  left: 57% !important;
}
.last-winner {
  left: 38% !important;
}
@media screen and (max-width: 767px) {
  #winner-slider .tns-slide-inner img {
    width: 450px;
  }
  .first-winner,
  .last-winner {
    left: 50% !important;
  }
}

.slide-inner--content-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: solid 4px transparent;
  background-image: linear-gradient(#980009, #980009),
    radial-gradient(
      circle at top left,
      #86500d,
      #c59b43,
      #fcfac8,
      #b07f23,
      #fcfac8,
      #86500d,
      #c59b43
    );
  box-shadow: inset 0px 0px 27px 6px rgba(0, 0, 0, 0.7);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 1rem;
}
.slide-inner--content-box p {
  margin: unset;
  padding: unset;
}
.cta-btn {
  position: relative;
  padding: 15px 40px;
  margin-top: 15px;
  border: 2px solid black;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #00bd59),
    to(#005627)
  );
  background-image: -o-linear-gradient(top, #00bd59 0, #005627 100%);
  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 6px #000000, 1px 1px 6px #00000050;
}

.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("../images/yg4-arrows.fs8.png");
  background-size: 100% 200%;
  background-position: left top;
  background-repeat: no-repeat;
  filter: saturate(0) brightness(2);
}

.cta-btn.btn-arrowed::before {
  left: 10px;
}

.cta-btn.btn-arrowed::after {
  right: 10px;
  background-position: left bottom;
}
.u__text--bold {
  font-weight: bold;
}
.u__position--above {
  position: relative;
  z-index: 10;
}

.u__position--relative {
  position: relative;
}

.u__colour--white {
  color: white;
}

.u__colour--yellow {
  color: #ffd427;
}

.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: 60px;
}

@media screen and (max-width: 767px) {
  .u__text--xl {
    font-size: 40px;
  }
}

.u__text--l {
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .u__text--l {
    font-size: 27px;
  }
}

.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-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-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;
}

.u__colour--grey {
  color: #7e7e7e;
}
.top-banner {
  background: #ffee00;
  color: black;
  text-align: center;
  font-weight: bold;
  padding: 5px 5px;
  text-transform: uppercase;
  position: relative;
}
.top-banner-ad {
  background: black;
  color: white;
  font-size: 14px;
}
.policy-banner {
  background: black;
}

/*Ontario*/

.ontario-gambling-logo {
  width: auto;
  height: 60px;
  padding: 4px 0;
  margin: -10px auto 5px;
  filter: drop-shadow(1px 1px 1px black);
}

.section-header {
  text-align: center;
  width: 100%;
}

.section-header > .logo {
  display: inline-block;
}

.section-header > .ontario-gambling-logo {
  height: auto;
  width: 130px;
  display: inline-block;
  margin: 12px auto 0;
}
@media screen and (max-width: 767px) {
  .main-form > .ontario-gambling-logo {
    display: none !important;
  }

  .section-header > .ontario-gambling-logo {
    margin: 0px 0 0 30px;
  }
}

.ontario-terms-link {
  color: white;
  text-shadow: 1px 2px 1px black;
  text-transform: lowercase;
  text-align: center;
  font-size: 12px;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  top: 47px;
}

.footer .ontario-terms-link {
  top: unset;
  position: relative;
  left: unset;
}

.ontario.fade-strip.text-2 {
  height: 65px;
}

@media screen and (max-width: 991px) {
  .ontario-terms-link {
    top: 39px;
  }
}

.ontario-terms-link:hover {
  color: white;
  text-decoration: none;
}

.ontario-terms-link:before {
  content: "* ";
}

.footer p,
.footer a {
  font-size: 10px;
  margin: auto;
  text-align: center;
  max-width: 561px;
  color: white;
}

.footer-icons .ontario-gambling-logo {
  width: 102px;
  height: auto;
  margin: -32px 0 0 0;
  display: inline-block;
}

/*===========
    Compliance Prefooter
=============*/
.compliance-prefooter {
  background: black;
  padding: 3.25rem 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.compliance-prefooter a {
  text-decoration: underline;
}
.compliance-prefooter--body {
  max-width: 875px;
}

.compliance-prefooter--body p,
.compliance-prefooter--linkout {
  color: #7e7e7e;
}

.compliance-prefooter--body span {
  color: #fff;
}
.compliance-prefooter--email {
  color: #ffee00;
}

/*===========
    Login Button
=============*/

.login-btn-container {
  background: black;
  text-align: center;
  padding: 6px 0;
}

.login-btn {
  border-radius: 8px;
  background-color: white;
  color: black;
  padding: 6px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  body[data-variation="vlogin"] .section-header {
    top: 50px;
  }
}
.login-btn-container .cta-btn {
  text-shadow: none;
  border: none;
  text-transform: none;
  width: auto;
  font-size: inherit;
  background-image: none;
  font-weight: normal;
  margin-top: 0;
}

html,
body {
  overflow-x: hidden;
}

.responsibly p {
  color: #ccc;
  text-align: center;
  font-size: 11px;
  margin-bottom: -10px;
}
.responsibly p a {
  color: #ccc;
  text-decoration: underline !important;
  position: initial;
  text-transform: initial;
}
.responsibly .ontario-terms-link:before {
  content: " ";
}
