:root {
    
    --space-0: 0rem;
    --space-4: 0.25rem;
    --space-8: 0.5rem;
    --space-12: 0.75rem;
    --space-16: 1rem;
    --space-20: 1.25rem;
    --space-24: 1.5rem;
    --space-28: 1.75rem;
    --space-32: 2rem;
    --space-36: 2.25rem;
    --space-40: 2.5rem;
    --space-48: 3rem;
    --space-56: 3.5rem;
    --space-64: 4rem;
    --space-72: 4.5rem;
    --space-80: 5rem;
    --space-96: 6rem;
    --space-128: 8rem;
    --space-256: 16rem;
    --space-512: 32rem;
    
    --yellow: hsl(47, 99%, 51%);
    --yellow-light: hsl(47, 99%, 58%);
    --yellow-dark: hsl(47, 99%, 44%);
      
    --blue: hsl(251, 88%, 37%);
    --blue-faint: hsl(251, 88%, 88%);
    --blue-light: hsl(251, 88%, 72%);
    --blue-bold: hsl(251, 88%, 26%);
    --blue-dark: hsl(252, 89%, 15%);
    
    
    --grey-1: hsl(240, 1%, 99%);
    --grey-2: hsl(240, 1%, 95%);
    --grey-3: hsl(240, 1%, 85%);
    --grey-4: hsl(240, 2%, 70%);
    --grey-5: hsl(240, 2%, 57%);
    --grey-6: hsl(240, 2%, 48%);
    --grey-7: hsl(240, 2%, 39%);
    --grey-8: hsl(240, 2%, 28%);
    --grey-9: hsl(240, 2%, 18%);
    --grey-10: hsl(240, 2%, 10%);
    
    /* Neutral Color */
    --black: hsl(0, 0%, 20%);
    --black-light: hsl(0, 0%, 30%);

    --white: hsl(0, 0%, 100%);
    --off-white: hsl(0, 1%, 99.5%);

    /* Utility Colors */
    --green: hsl(126, 40%, 48%);
    --red: hsl(0, 100%, 56%);
    
    
    --font-display: "Bevan";
    --font-body: "Montserrat";
    
    /* Font Sizes */
    --font-xs: 0.75em;
    --font-sm: 0.875em;
    --font-base: 1em;
    --font-md: 1.25em;
    --font-lg: 1.5em;
    --font-xl: 2em;
    --font-hg: 2.5em;
    --font-dp-1: 3.5em;
    --font-dp-2: 5em;
    --font-dp-3: 6em;

    /* Font Weights */
    --font-100: 100;
    --font-200: 200;
    --font-300: 300;
    --font-400: 400;
    --font-500: 500;
    --font-600: 600;
    --font-700: 700;
    --font-800: 800;
    --font-900: 900;

    /* Line Height */
    --leading-none: 1;
    --leading-tight: 1.25;
    --leading-compact: 1.4;
    --leading-normal: 1.5;
    --leading-relaxed: 1.65;
    --leading-loose: 2;

    /* Word Spacing */
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-normal: 0;
    --tracking-wide: 0.01em;
    --tracking-wider: 0.025em;
    --tracking-widest: 0.05em;
    
    --shadow-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
    --shadow-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    --shadow-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    --shadow-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    --shadow-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    --shadow-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    --shadow-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    --shadow-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
    --shadow-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    --shadow-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
    --shadow-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
    --shadow-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
    --shadow-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
    --shadow-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
    --shadow-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
    --shadow-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
    --shadow-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    --shadow-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
    --shadow-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
    --shadow-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
    --shadow-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
    --shadow-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
    --shadow-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
    --shadow-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
    --shadow-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.text-body,
.text-bold,
.text-italic {
    --text-body-font: var(--font-body);
    --text-body-size: 16px;
    --text-body-weight: var(--font-400);
    --text-body-leading: var(--leading-relaxed);
    --text-body-tracking: var(--tracking-normal);

    
    font-family: var(--text-body-font);
    font-size: var(--text-body-size);
    font-weight: var(--text-body-weight);
    line-height: var(--text-body-leading);
    letter-spacing: var(--text-body-tracking);
}

.text-bold {
    --text-body-weight: var(--font-600);
    --text-body-leading: inherit;
    --text-body-color: inherit;
}

.text-italic {
    --text-body-style: italic;

    font-style: var(--text-body-style);
}

ul {
    list-style: none;
    padding-left: 0;
}

li {
  list-style-type: unset;
}

body p {
    margin: unset;
}

/* ----------------------------------------------------------------------------- */
.home-content-dbr p {
  color: #fff;
}

.home-content-dbr h2 {
  color: #fff;
}

.home-content-dbr b {
  color: #fff;
}

.g-header-dbr {
  font-size: 20px;
}

.header-dbr-grid {
  text-align: center;
}

.black {
  color: #000;
}

#g-navigation a {
  color: #fff;
}

#g-navigation a:hover {
  color: #fec904;
}

a:hover {
  color: #fff;
}

.header-logo {
  text-align: center;
}

.header-logo img {
  margin-top: -5%;
  padding-bottom: 4%;
  width: 50%;
  height: auto;
}

.header-logo hr {
  margin-left: -40%;
  margin-right: -40%;
  margin-top: 2%;
  margin-bottom: 10%;
}

.sites_dbr {
  font: 200 200% "Bevan", serif;
  text-transform: uppercase;
  margin-bottom: -1%;
}

/* Computer Compatibility */

@media only screen and (min-width:1025px) {
    .header-control {
        text-align: center;
    }

/* ======= Headings ======= */
    .h2__inset1 {
      color: #fec904;
    }
    .h2__inset2 {
      font-size: 20px;
      line-height: 24px;
    }
    .h2__inset3 {
      font-size: 24px;
      line-height: 24px;
      color: #2a0bb0;
    }
    .wow h3 {
      font: 400 500% "Bevan", serif;
      color: #2a0bb0;
      text-transform: uppercase;
    margin-top:-7%;
    }
    h4 {
      font: 300 180% "Bevan", sans-serif;
      color: #ffffff;
      text-transform: uppercase;
    }


/* ======= Modifiers ======= */
  .white {
    color: #fff;
  }


  /* ======= banner ======= */
  .banner1 {

    background-size: cover;
    position: relative;
  }

  .banner1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
  }

  .banner1 a {
    display: inline-block;
  }

  .banner1 a * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .banner1 a:hover span {
    color: #fec904;
  }

  .banner1 a:hover h2 {
    color: #fec904;
  }

  .banner1 h3 {
    color: #fec904;
  }

  .banner1 a:hover h3 {
    color: #fec904;
  }


  #readMoreP1 {
    display: none;
  }

  #readLessP1 {
    display: none;
  }

  #dotsP1 {
    display: none;
  }

  #moreP1 {
    display: in-line;
  }

  #readMoreP2 {
    display: none;
  }

  #readLessP2 {
    display: none;
  }

  #dotsP2 {
    display: none;
  }

  #moreP2 {
    display: in-line;
  }
}

/*Phone Compatibility*/

@media only screen and (max-width:1024px) {

  .header-control {
    text-align: center;
  }

  .header-logo img {
    width: 80%;
    height: auto;
    margin-top: -3rem;
  }

  /* ======= Headers ======= */

  .h2__inset1 {
    color: #fec904;
  }

  .h2__inset2 {
    font-size: 20px;
    line-height: 24px;
  }

  .h2__inset3 {
    font-size: 24px;
    line-height: 24px;
    color: #2a0bb0;
  }

  h3 {
    font: 400 30px/32px "Bevan", serif;
    color: #2a0bb0;
    text-transform: uppercase;
  }

  h4 {
    font: 300 20px/26px "Bevan", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
  }

  /* ======= Modifiers ======= */
  .white {
    color: #fff;
  }


  /* ======= banner ======= */
  .banner1 {

    background-size: cover;
    position: relative;
  }

  .banner1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
  }

  .banner1 a {
    display: inline-block;
  }

  .banner1 a * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .banner1 a:hover span {
    color: #fec904;
  }

  .banner1 a:hover h2 {
    color: #fec904;
  }

  .banner1 h3 {
    color: #fec904;
  }

  .banner1 a:hover h3 {
    color: #fec904;
  }

  .phone-border-P2 {
    border-bottom: 4px solid rgba(231, 232, 234, 0.25);
  }

  .column-left {
    border-bottom: 4px solid rgba(231, 232, 234, 0.25);
    padding-bottom: 10%;
  }

  .column-center {
    border-bottom: 4px solid rgba(231, 232, 234, 0.25);
    padding-bottom: 2%;
  }

  .column-right {
    padding-top: 5%;
  }

  #moreP1 {
    display: none;
  }

  #readMoreP1:hover {
    cursor: pointer;
  }

  #readLessP1:hover {
    cursor: pointer;
  }

  #moreP2 {
    display: none;
  }

  #readMoreP2:hover {
    cursor: pointer;
  }

  #readLessP2:hover {
    cursor: pointer;
  }
}

/* ======= post 7 GAMES ======= */
.post7 {
  margin-top: 19px;
  border-bottom: 3px solid #fec405;
  padding-bottom: 23px;
  margin-bottom: 26px;
}

.post7:last-child {
  border-bottom: none;
}

.post7.post7_last {
  border-bottom: none;
}

.post7 .post7_img-wrapper {
  margin-top: 6px;
  padding: 6px 6px 43px 6px;
  background: #2b2a27;
  position: relative;
}

.post7 .btns-block a {
  display: inline-block;
  margin-right: 39px;
  margin-bottom: 20px;
}

.post7 h5 {
  margin-bottom: 4px;
}

.post7 p {
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .post7 .post7_img-wrapper {
    margin-bottom: 30px;
  }

  .post7 img {
    width: 100%;
  }
}

@media only screen and (min-width:1025px) {

  #content .clearfix:before,
  #content .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
  }

  #content .clearfix:after {
    clear: both;
  }

  #content .container .alpha {
    margin-left: 0px;
  }

  #content .container .omega {
    margin-right: 0px;
  }

  #content .row {
    margin-left: -20px;
  }

  #content .row:before,
  #content .row:after {
    display: table;
    content: "";
    line-height: 0;
  }

  #content .row:after {
    clear: both;
  }

  #content [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  #content .container {
    width: 940px;
  }

  #content .grid_12 {
    width: 940px;
  }

  #content .grid_11 {
    width: 860px;
  }

  #content .grid_10 {
    width: 780px;
  }

  #content .grid_9 {
    width: 700px;
  }

  #content .grid_8 {
    width: 620px;
  }

  #content .grid_7 {
    width: 540px;
  }

  #content .grid_6 {
    width: 460px;
  }

  #content .grid_5 {
    width: 380px;
  }

  #content .grid_4 {
    width: 300px;
  }

  #content .grid_3 {
    width: 220px;
  }

  #content .grid_2 {
    width: 140px;
  }

  #content .grid_1 {
    width: 60px;
  }

  #content .preffix_12 {
    margin-left: 980px;
  }

  #content .preffix_11 {
    margin-left: 900px;
  }

  #content .preffix_10 {
    margin-left: 820px;
  }

  #content .preffix_9 {
    margin-left: 740px;
  }

  #content .preffix_8 {
    margin-left: 660px;
  }

  #content .preffix_7 {
    margin-left: 580px;
  }

  #content .preffix_6 {
    margin-left: 500px;
  }

  #content .preffix_5 {
    margin-left: 420px;
  }

  #content .preffix_4 {
    margin-left: 340px;
  }

  #content .preffix_3 {
    margin-left: 260px;
  }

  #content .preffix_2 {
    margin-left: 180px;
  }

  #content .preffix_1 {
    margin-left: 100px;
  }

  #content .container {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #content .container:before,
  #content .container:after {
    display: table;
    content: "";
    line-height: 0;
  }

  #content .container:after {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  #content .row {
    margin-left: -20px;
  }

  #content .row:before,
  #content .row:after {
    display: table;
    content: "";
    line-height: 0;
  }

  #content .row:after {
    clear: both;
  }

  #content [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  #content .container {
    width: 748px;
  }

  #content .grid_12 {
    width: 748px;
  }

  #content .grid_11 {
    width: 684px;
  }

  #content .grid_10 {
    width: 620px;
  }

  #content .grid_9 {
    width: 556px;
  }

  #content .grid_8 {
    width: 492px;
  }

  #content .grid_7 {
    width: 428px;
  }

  #content .grid_6 {
    width: 364px;
  }

  #content .grid_5 {
    width: 300px;
  }

  #content .grid_4 {
    width: 236px;
  }

  #content .grid_3 {
    width: 172px;
  }

  #content .grid_2 {
    width: 108px;
  }

  #content .grid_1 {
    width: 44px;
  }
}

@media (max-width: 767px) {
  #content .container {
    width: 420px;
    padding: 0 0px;
  }

  #content .row {
    margin-left: 0;
  }

  #content [class*="grid_"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .select-menu {
    display: block !important;
  }
}

@media (max-width: 479px) {
  body {
    padding: 0;
  }

  #content .container {
    width: 300px;
    padding: 0 15px;
  }

  #content .row {
    margin-left: 0;
  }
}

@media only screen and (min-width:1025px) {
  #g-navigation {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 80px;
  }

  #g-container-main {
    margin-top: 80px;
  }
  
  .g-toplevel .righttt {
    float: right;
  }
}

@media only screen and (max-width:1024px) {
  #g-navigation {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
  }

  .g-offcanvas-toggle {
    position: fixed;
    top: 1rem;
  }

  #g-container-main {
    margin-top: 15%;
  }
  
  .g-toplevel .righttt {
    color: #fec904;
  }

  .active2 {
    background: #999;
  }

  .lo::after {
    content: "Logout";
  }

  .hide-bars {
    display: none;
  }
  
  
}




@media only screen and (min-width:1024px) and (max-width:1500px) {
  .usernameV {
    display: none;
  }
}

.wrapMK {
  white-space: nowrap;
}

/* Full-width input fields */
.modal input[type=text],
.modal input[type=password],
.modal input[type=email],
.modal input[type=tel] {
  width: 90%;
  padding: 12px 20px;
  margin: 8px 26px;
  display: inline-block;
  box-sizing: border-box;
  font-size: 16px;
}

/* Set a style for all buttons */
/*@media only screen and (min-width:1025px) {*/
/*    .modal button {*/
/*        background-color: rgba(0,0,0,0);*/
/*        color: white;*/
/*        padding: 14px 20px;*/
/*        margin: 8px 26px;*/
/*        border: none;*/
/*        cursor: pointer;*/
/*        width: 90%;*/
/*    	font-size:20px;*/
/*    }*/
/*}*/
/*@media only screen and (max-width:1024px) {*/
/*    .modal button {*/
/*        background-color: rgba(0,0,0,0);*/
/*        color: white;*/
/*        padding: 14px 20px;*/
/*        margin: 8px 26px;*/
/*        border: none;*/
/*        cursor: pointer;*/
/*        width: 90%;*/
/*    	font-size:20px;*/
/*    }*/
/*}*/


/* Modal Content Box */

.home-content-dbr .container h2 {
  font: 120 180% "Bevan", serif;
  text-transform: uppercase;
}

@media only screen and (min-width:1025px) {
  .column-left {
    float: left;
    width: 45%;
  }

  .column-center {
    float: right;
    width: 45%;
  }

  br {
    display: block;
    margin: 5px 0;
  }

  .home-content-dbr .container {
    margin-top: 7%;
  }
}

#footer {
  text-align: center;
}

@media only screen and (min-width:1025px) {
  #footer .hemmingsdesign {
    width: 3%;
    height: auto;
  }
}

@media only screen and (max-width:1024px) {
  #footer .hemmingsdesign {
    width: 6%;
    height: auto;
  }
}

#footer .footer_block .policy {
  font: 1, 5rem "Roboto", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}

#footer .footer_block .policy .divider1 {
  margin: 0 20px;
}

#footer .footer_block .policy .copyright {
  margin-right: 15px;
}

#footer .footer_block .policy a:hover {
  color: #fec904;
}
/* ----------------------------------------------------------------------------- */

/* ---------------------------------------- */
[class*="span"] {
  float: none;
  min-height: 0px;
  margin-left: 0px;
}

.active .g-menu-item-title {
    color: #fec904;
}

.heading-tertiary {
    font-size: 2rem;
    color: #fff;
    word-spacing: 2px;
    letter-spacing: 0.875px;
}

.text-center {
    text-align: center;
}
/* ---------------------------------------- */

/* ---------------------------------------- */
.promotion_gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    /*justify-items: center;*/
    column-gap: 3rem;
    row-gap: 2rem;
    align-items: start;
    padding: 1rem 0;
    margin-bottom: 2rem;
}

.first {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    justify-self: end;
}

/*.second {*/
/*    grid-column: 1 / 2;*/
/*    grid-row: 2 / 3;*/
/*    justify-self: end;*/
/*}*/

.third {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    /*justify-self: end;*/
}

.image_frame {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 560px;
    height: auto;
    padding: 1rem;
    padding-bottom: 2rem;
    background-color: #fec904;
    border-radius: 12px;
}

.image_frame h3 {
    color: #ffffff;
    font-size: 1.75rem;
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}

.image_frame h4 {
    font-family: Montserrat;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--black-light);
    margin: 0;
    margin-bottom: 1rem;
}

.image_frame h5 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.image_frame .divider {
    height: 1px;
    width: 120px;
    background-color: #ffffff;
    margin-bottom: 1.5rem;
}

.promo_poster {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: var(--shadow-5);
}

/*.promo_poster.bonus {*/
/*    width: 420px;*/
/*    height: 400px;*/
/*}*/

.promo-video-wrapper {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2),
              0px 10px 14px 1px rgba(0, 0, 0, 0.14),
              0px 4px 18px 3px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.promo-video {
    display: block;
    max-width: inherit;
    height: auto;
}


.button-register {
    max-width: max-content;
    margin-bottom: 12px;
    background-color: #2a0bb0;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 28px;
    border-radius: 12px;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0.75px;
    position: relative;
    overflow: hidden;
    outline: none;
    box-shadow: var(--shadow-2);
    z-index: 1;
    transition: color 400ms ease-out 200ms,
                box-shadow 250ms ease-out 90ms;
}

.button-register-label {
    position: relative;
    z-index: 3;
}

.button-register::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: var(--blue-light);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple-effect 3s infinite;
    z-index: 2;
}



.button-register:hover::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--yellow-light);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple-once 900ms 1;
    z-index: 2;
    opacity: 0;
}

.button-register:hover {
    color: var(--yellow);
    box-shadow: var(--shadow-5);
}

/*.button-register:hover .button-register-label {*/
/*    color: var(--yellow);*/
/*}*/

@keyframes ripple-effect {
    0% {
        width: 0;
        height: 0;
        opacity: 0.8;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

@keyframes ripple-once {
    0% {
        width: 0;
        height: 0;
        opacity: 0.5;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

/* ---------------------------------------- */
.modal-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(40, 40, 40, .90);
  overflow: hidden;
  z-index: 150000;
}

.modal-container .modal-content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  position: relative;
  z-index: 200000;
  margin-top: 0;
  padding-top: 1.5em;

}

.promo-image {
  width: 420px;
  height: 600px;
  border-radius: 4px;
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2),
              0px 10px 14px 1px rgba(0, 0, 0, 0.14),
              0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.fas.fa-times {
  color: red;
  font-size: 24px;
}

.modal-close-button {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  color: red;
  background-color: white;
  z-index: 210000;
}

.modal-close-button:hover,
.modal-close-button:hover .fas.fa-times {
  color: #fec904;
}

.g-offcanvas-toggle {
  top:1.4rem;
 }
 
 @keyframes zoom-with-opacity {
  from {
    transform: scale(0.25);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.animate-opacity {
  animation: zoom-with-opacity 1s;
}
/* --------------------------------------- */

.promotion_gallery .text-list {
    width: 560px;
    text-align: center; 
    padding: 0 2.5rem;
}

.promotion_gallery .text-list-item {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 100%;
    color: var(--black);
}

.promotion_gallery .text-list-item:not(last-child) {
    margin-bottom: 1.25rem;
}

.promotion_gallery .text-list-item span {
    font-weight: 500;
}

/* --------------------------------------- */
body #g-page-surround {
    background-color: #2a0bb0;
}

#promo_page .promo_heading {
    text-align: center;
    margin-bottom: 4px;
}

#promo_page .promo .g-content {
    padding: 0 3.5rem;
    margin: 0;
}

#promo_page #g-mainbar .g-content {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#promo_page #myTabTabs {
    margin-bottom: 2px solid #ddd;
}

#promo_page .section-vertical-paddings {
  padding-top: 2vw;
  padding-bottom: 24px;
}

#promo_page .wrapMK {
    margin-bottom: 4px;
}

#form_wrapper {
    padding: 12px 96px;
    width: 52%;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9fafa;
    border-radius: 12px;
}

.form_notice {
    font-weight: 500;
    color: #a1a1a1;
    margin-top: 0px;
    margin-bottom: 8px;
    text-align: center;
}

.promo_form .form_label {
    margin-bottom: 4px;
}

#form_wrapper .promo_form .form_input,
#form_wrapper .promo_form .form_textarea {
    font-family: inherit;
    width: 100%;
    margin: 0px;
    line-height: 1;
    padding: 8px 8px;
    box-shadow: none;
    border: 2px solid #bfb6e7;
    border-radius: 6px;
    background-color: #fcfdfd;
}

#form_wrapper .promo_form .form_input.file_upload {
    font-weight: 300;
    color: #717373;
    letter-spacing: 0.5px;
    padding: 6px 8px;
    height: max-content;
}

#form_wrapper .promo_form .form_input:valid,
#form_wrapper .promo_form .form_textarea:valid,
#form_wrapper .promo_form .form_input.file_upload:valid {
    border-color: #fec904;
    background-color: #ffffff;
}

.promo_form .form_input.file_upload::file-selector-button {
  background-color: #fec904;
  color: #424444;
  border-radius: 4px;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  cursor: pointer;
  margin-right: 8px;
}

#form_wrapper .promo_form input:focus,
#form_wrapper .promo_form input:focus-visible,
#form_wrapper .promo_form textarea:focus,
#form_wrapper .promo_form textarea:focus-visible {
    border-color: #2a0bb0;
    color: #424444;
    background-color: white;
    outline: 2px solid transparent;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

#form_wrapper .promo_form input::placeholder,
#form_wrapper .promo_form textarea::placeholder {
    font-size: 0.875rem;
    color: #555555;
    letter-spacing: 0.5px;
}

.promo_form .input-wrapper {
    margin-bottom: 1.25rem;
}

.promo_form .input-wrapper:nth-last-of-type(2) {
    margin-bottom: 1.5rem;
}

#form_wrapper .promo_form .submit_button,
#form_wrapper .promo_form .submit_button:disabled {
  font-family: inherit;
  font-weight: 500;
  background-color: #2a0bb0;
  color: white;
  padding: 0.75em 1.25em;
  margin-right: 1rem;
  border-radius: 6px;
  border: none;
  transition: all 200ms ease-in;
}

#form_wrapper .promo_form .submit_button {
  cursor: pointer;
}

#form_wrapper .promo_form .submit_button:hover {
    background-color: #fec904;
    color: #333333;
}

#form_wrapper .promo_form .submit_button:disabled {
  background-color: #717373;
  color: #f9fafa;
  cursor: default;
}

.form-messages {
  margin: 16px auto;
  margin-top: 0;
  width: max-content;
}

.input-error {
  margin-top: 8px;
}

.form-messages .success,
.form-messages .error {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  color: #ffffff;
}

.form-messages .success {
  background-color: #3ec52a;
}

.form-messages .error {
  background-color: #f13950;
}

.form-messages .fa,
.form-messages .fas {
  color: #ffffff;
  margin-left: 8px;
  font-size: 1.25rem
  vertical-align: middle;
}

.form-messages .fa {
  background-color: #3ec52a;
}

.form-messages .fas {
  background-color: #f13950;
}

/* --------------------------------------- */
#form_wrapper .checkbox-wrapper {
  margin-bottom: 0.75rem;  
}

#form_wrapper .checkbox-wrapper .cbx {
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
  transition: all 0.2s ease;
  display: flex;
  align-items: top;
}

#form_wrapper .checkbox-wrapper .cbx > span:first-child:hover {
  background-color: #eeecf9;
  border-color: #2a0bb0;
}

#form_wrapper .checkbox-wrapper .cbx > span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  border-radius: 4px;
  transform: scale(1);
  border: 2px solid #a1a1a1;
  cursor: pointer;
  transition: all 0.2s ease;
}

#form_wrapper .checkbox-wrapper .cbx > span:first-child svg {
  position: absolute;
  top: 2px;
  left: 2px;
  fill: none;
  stroke: #fec904;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

#form_wrapper .checkbox-wrapper .cbx > span:last-child {
  padding-left: 8px;
  color:#555555;
}

#form_wrapper .checkbox-wrapper .inp-cbx {
  position: absolute;
  visibility: hidden;
}

#form_wrapper .checkbox-wrapper .inp-cbx:checked + .cbx > span:first-child {
  background: #2a0bb0;
  border-color: #2a0bb0;
  animation: wave-4 0.4s ease;
}

#form_wrapper .checkbox-wrapper .inp-cbx:checked + .cbx > span:first-child svg {
  stroke-dashoffset: 0;
}

#form_wrapper .checkbox-wrapper .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

#form_wrapper .terms {
  font-size: 0.875rem;
  font-weight: 300;
}

#form_wrapper .highlight_terms {
  color: #2a0bb0;
}

.form_submit {
  display: flex;
}

.form_loader {
  display: none;
  border: 4px solid #553cc0;
  border-radius: 50%;
  border-top: 4px solid #fec904;
  width: 24px;
  height: 24px;
  margin-top: 10px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* --------------------------------------- */
/* For Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@-moz-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@-o-keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}



/* Modal */
#modal-wrapper {
	display:none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    background-color: rgba(0,0,0,0.87);
    overflow-y: auto;
}

.modal-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 3rem;
    width: 100%;
    height: min-content;
    padding-top: 112px;
	padding-bottom: 112px;
	z-index: 20;
}

.imgcontainer {
    text-align: center;
    margin: 0;
    position: relative;
    background-color: #fec904;
    padding: 10px 12px;
    border-radius: 12px;
    width: 512px;
}

.avatar {
    width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2),
              0px 10px 14px 1px rgba(0, 0, 0, 0.14),
              0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

/* The Close Button (x) */
#modal-wrapper .close {
    position: fixed;
    right: 56px;
    top: 112px;
    color: red;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 10px;
    line-height: 1;
    font-weight: bold;
    font-size: 20px;
    opacity: 1;
}

#modal-wrapper .close:hover,
#modal-wrapper .close:focus {
    color: white;
    background-color: red;
    cursor: pointer;
    opacity: 1;
}

/* Add Zoom Animation */
.animate {
    animation: zoom 0.6s
}
@keyframes zoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}    


/* --------------------------------------- */

.follow-us {
    margin-block: 2rem;
}

.social-media {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 2rem;
}

.social-media-link {
    display: inline-block;
    padding-inline: 16px;
    border-radius: 12px;
    color: hsl(251, 88%, 37%);
    background-color: hsl(47, 99%, 51%);
}

.social-media-icon {
    font-size: 3rem;
}

/* --------------------------------------- */




/* --------------------------------------- */

/* -- MOBILE STYLES -- */
@media screen and (max-width: 600px) {
    .g-offcanvas-toggle {
        top: 1.4rem !important;
        right: 3rem;
        left: unset;
        padding: 0px;
    }
    
    .g-logo {
        padding-left: 0;
        width: fit-content;
        height: fit-content;
    }
    
    #g-navigation img {
      height: 3rem;
      width: auto;
      vertical-align: middle;
    }
    
    .modal-container .modal-content {
        padding-top: 4em;
    }
    
    #promo_page .wrapMK {
        margin-bottom: 8px;
    }

    .promo-image {
        width: 95%;
        height: 100%;
    }
  
    #promo_page .g-content.g-particle {
        padding: 0 1.5rem;
        margin: 0.625rem;
    }
  
    #promo_page .promo .g-content {
        padding: 0 2rem;
        margin: 0;
    }
  
    #promo_page .h2__inset1 {
        margin-top: 16px;
        margin-bottom: 8px;
    }
  
    #promo_page .promo_heading {
        font-size: 1.25rem;
    }
  
    #form_wrapper {
        padding: 12px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 12px;
    }
    
    .promo_form .input-wrapper {
        margin-bottom: 1.25rem;
        max-width: 100%;
        display: flex;
        flex-flow: column;  
    }
    
    .checkbox-wrapper .cbx {
        max-width: 100%;
        display: flex;
        align-items: flex-start;
    }
    
    #form_wrapper .checkbox-wrapper .cbx > span:first-child {
        width: 40px;
        height: 24px;
        margin-top: 4px;
    }
  
    .promo_form .input-wrapper {
        margin-bottom: 1.5rem;
    }
    
    .promo_form .input-wrapper:nth-last-of-type(2) {
        margin-bottom: 1.75rem;
    }
    
    .promotion_gallery {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: repeat(3, min-content);
        justify-items: unset;
        row-gap: 2.5rem;
        width: 100%;
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
    
    .first {
        grid-column: 1;
        grid-row: 1 / 2;
    }
    
    .second {
        grid-column: 1;
        grid-row: 3 / 4;
    }
    
    .third {
        grid-column: 1;
        grid-row: 2 / 3;
    }
    
    .first,
    .second,
    .third {
        justify-self: unset;
    }
    
    
    .image_frame {
        max-width: 100%;
        padding: 0.75rem;
    }
    
    .promo_poster {
        max-width: 100%;
        height: auto;
    }
    
    .image_frame:first-of-type .promo_poster {
        width: 100%;
        height: 100%;
    }
    
    
    .image_frame h3 {
        text-align: center;
    }
    
    .text-list {
        max-width: 100%;
        padding: 0;
    }
    
    .text-list-item {
        font-size: 1em;
        line-height: 1.4;
    }
    
    .promo-video-wrapper {
        max-width: 100%;
        height: auto;
    }
    
    .promo-video {
        width: 100%;
        height: auto;
    }

    .modal-content {
        flex-flow: column nowrap;
        width: 88%;
        margin: 25% auto 15% auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    
    
    .imgcontainer {
        width: 100%;
    }
    
    .imgcontainer + .imgcontainer {
        margin-top: 24px;
    }
    
    .close {
        right: 0px;
        top: 68px;
        z-index: 10;
        border-radius: 0;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        padding: 2px;
        box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2),
                    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
                    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
    }
    
    .heading-tertiary {
        font-size: 1.5rem;
    }
    
    .social-media-link {
        padding-inline: 16px;
        border-radius: 12px;
    }
    
    .social-media-icon {
        font-size: 2rem;
    }
    
    .footer_logo_link img {
        height: 7.5rem;
        width: auto;
    }
}

@media only screen and (min-width: 1025px) {
    #g-navigation {
        position: fixed;
        background:rgba(0, 0, 0, 0.9);
        width:100%;
        height: 80px;
    }

    #g-container-main {
        margin-top: 80px;
    }
        
    .g-main-nav .g-toplevel {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        padding-right: 64px;
    }
    
    .g-logo {
        padding-left: 4rem;
        width: fit-content;
        height: fit-content;
    }
    
    #g-navigation img {
      height: 4rem;
      width: auto;
      vertical-align: middle;
    }
    
    .footer_logo_link {
        display: block;
        max-height: 100%;
        width: auto;
    }
    
    .footer_logo_link img {
        height: 10rem;
        width: auto;
    }
}


/*
========================================================== 
    WAP vs MYSTERY PAGE
==========================================================
*/
.wap-intro {
    margin-bottom: 24px;
}

.wap-intro .text-body {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: var(--white);
    max-width: 45ch;
    margin-inline: auto;
}

.true-wap {
    font-size: 16px;
    text-align: center;
}

.true-wap .heading-section {
    margin-bottom: 1rem;
    line-height: 1.375;
    width: 100%;
    margin-inline: auto;
}

.true-wap .heading-tertiary {
    text-transform: none;
    color: var(--black);
}

.true-wap .heading-tertiary,
.true-wap .text-body,
.true-wap .text-list-item {
    font-weight: 500;
}

.true-wap .text-block:nth-of-type(2) {
    margin-bottom: 2.5rem;
    text-align: center;
}

.true-wap .text-block:nth-of-type(2) .text-body {
    font-size: 1.25rem;
}

.true-wap .text-block:nth-of-type(2) span.red {
    font-style: italic;
}

.true-wap .content-box {
    background-color: white;
    padding: 1.5rem 0.75rem;
    width: 90%;
    margin-inline: auto;
    border: 1px solid var(--grey-1);
    border-radius: 0.5rem;
}

.true-wap .image-box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.75rem;
}

.true-wap img {
        display: inline-block;
        max-width: 100px;
        height: 100%;
    }

.true-wap .red {
    color: var(--red);
}

.true-wap .green {
    color: var(--green);
}


.wap-jackpot .heading-tertiary,
.mystery-jackpot .heading-tertiary {
    font-family: "Montserrat";
    font-size: 1.25rem;
    text-decoration: underline;
    text-underline-position: under;
    margin-bottom: 0.5rem;
}

.mystery-jackpot .text-list,
.wap-jackpot .text-list {
    list-style-position: inside;
}


.wap-jackpot {
    text-align: center;
    margin-bottom: 2.5rem;
}

.wap-jackpot .text-list {
    color: var(--green);
}

.wap-jackpot .text-list {
    padding-left: var(--space-0);
}

.wap-jackpot .text-list-item {
    line-height: var(--leading-relaxed);
    padding-left: var(--space-8);
}

.wap-jackpot .text-list-item:where(:not(:last-child)) {
    margin-bottom: 1rem;
}

.mystery-jackpot .text-list span {
    text-decoration: underline;
    text-underline-position: under;
}

.mystery-jackpot .text-list,
.mystery-jackpot .text-body:nth-of-type(1) {
    color: var(--red);
}

.mystery-jackpot .text-body:nth-of-type(1) {
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

.mystery-jackpot .text-body:nth-of-type(1) .text-bold {
    --text-body-color: var(--red);
}

.mystery-jackpot .text-body:nth-of-type(2),
.mystery-jackpot .text-body:nth-of-type(3){
    color: var(--green);
}


.mystery-jackpot .text-list {
    margin-bottom: 0.75rem;
}

.mystery-jackpot .text-list-item .text-list-item {
    line-height: 1;
}

.mystery-jackpot ul > .text-list-item: {
    line-height: 1.4;
}

.mystery-jackpot ul > .text-list-item:nth-child(4) {
    margin-bottom: 0.75rem;
}

.mystery-jackpot ul > .text-list-item:nth-child(5) {
    line-height: 1.5;
}

.mystery-jackpot .text-list-item .text-list {
    margin-top: var(--space-0);
    margin-left: var(--space-24);
    color: var(--black);
}

.mystery-jackpot ul > .text-list-item:nth-of-type(2) .text-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: first baseline;
    gap: 0.75rem;
}

.mystery-jackpot ul > .text-list-item:nth-of-type(2) .text-list-item {
    margin-top: 0;
    line-height: 1;
}

.mystery-jackpot ul.test-list .text-list-item {
    line-height: var(--leading-none);
    padding-left: 0;
    margin-left: 0.5rem;
}


.mystery-jackpot ul.test-list .text-list-item:where(:last-of-type) {
    margin-bottom: 0.75rem;
}


.mystery-jackpot ul.test-list .text-list-item:last-of-type,
.mystery-jackpot ul.test-list .text-list-item:nth-of-type(4) {
    line-height: 1.5;
}


.mystery-jackpot .text-list-item:last-of-type .text-italic {
    color: inherit;
}

.mystery-jackpot .text-list-item .text-list-item {
    line-height: 1.4;
    margin-top: var(--space-4);
}

.mystery-jackpot .text-body:nth-of-type(3),
.mystery-jackpot .text-body:nth-of-type(4) {
    line-height: var(--leading-relaxed);
    color: var(--green);
}

.mystery-jackpot .text-body:nth-of-type(3) {
    margin-bottom: 0.5rem;
}

.mystery-jackpot .text-body:nth-of-type(3) .text-bold,
.mystery-jackpot .text-body:nth-of-type(4) .text-bold {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: var(--grey-7);
}


@media screen and (min-width: 60em) {
    .true-wap .text-block:nth-of-type(1) {
        margin-bottom: 3rem;
        text-align: center;
    }
    
    .true-wap .heading-section {
        margin-bottom: 1rem;
        line-height: 1.375;
        width: 30%;
        margin-inline: auto;
    }
    
    .true-wap .image-box {
        
    }
    
    .true-wap img {
        display: inline-block;
        max-width: 200px;
        height: 100%;
    }
    
    .true-wap .content-box {
        background-color: white;
        padding: 4.5rem 6rem;
        max-width: 75%;
        margin-inline: auto;
        border: 1px solid var(--grey-1);
        border-radius: 1.5rem;
    }
    
    .wap-jackpot {
        margin-bottom: 2.5rem;
    }
    
    .wap-jackpot .text-list {
        padding-left: var(--space-32);
    }
    
    .mystery-jackpot .text-list-item {
        line-height: 1;
    }
    
}
