/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer{overflow:hidden;position:relative}.jspPane{position:absolute}.jspVerticalBar{background:red;height:100%;position:absolute;right:0;top:0;width:16px}.jspHorizontalBar{background:red;bottom:0;height:16px;left:0;position:absolute;width:100%}.jspCap{display:none}.jspHorizontalBar .jspCap{float:left}.jspTrack{background:#dde;position:relative}.jspDrag{background:#bbd;cursor:pointer;left:0;position:relative;top:0}.jspHorizontalBar .jspDrag,.jspHorizontalBar .jspTrack{float:left;height:100%}.jspArrow{background:#50506d;cursor:pointer;direction:ltr;display:block;margin:0;padding:0;text-indent:-20000px}.jspDisabled{background:#80808d;cursor:default}.jspVerticalBar .jspArrow{height:16px}.jspHorizontalBar .jspArrow{float:left;height:100%;width:16px}.jspVerticalBar .jspArrow:focus{border:1px solid red;outline:0}.jspCorner{background:#eeeef4;float:left;height:100%}* html .jspCorner{margin:0 -3px 0 0}

:root {
  --red-main: #ab1515;
  --ylw-main: #fccf00;
  --ylw-link-hover: #c8a70f;
  --white-main: #fff;
  --red-table-head: #c90a0a;
  --red-table-row-even: #8b0d0d;
  --red-table-row-odd: #790d0d;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
li {
  padding-left: 0;
  /*list-style: none;*/
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
b,
strong {
  font-weight: bolder;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
img {
  vertical-align: middle;
  border-style: none;
}
table {
  border-collapse: collapse;
}
th {
  text-align: inherit;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/*CUSTOMIZATIONS*/
.ylw-txt { color: var(--ylw-main); }
body {
  background: url('../_images/bg-main.jpg') no-repeat center 0;
  min-width: 320px !important;
  width: 100%;
  position: relative;
  color: var(--white-main);
}
main {
  height: 881px;
}
.main-container {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding-top: 4rem;
}
.heading-container {
  max-width: 1000px;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
img.heading-img {
  max-width: 915px;
  max-height: 54px;
  width: 100%;
  height: 100%;
}
.heading-tagline {
  margin: 1rem 4.9rem; 
  font-size: 1.7em;
  line-height: 1.3;
  font-weight: 500;
}
.promo-period {
  font-size: .9em;
}
.container {
  width: 100%;
  height: 36rem;
  display: flow-root;
}
.left-container {
  width: 55%;
  height: inherit;
  display: inline-block;
  float: left;
  position: relative;
}
.players-container {
  max-width: 525px;
  max-height: 522px;
  width: 100%;
  height: 100%;
  /*background: lightcoral;*/
  position: absolute;
  top: 24px;
  left: 28px;
  z-index: 5;
}
.prizes-container {
  max-width: 569px;
  width: 100%;
  max-height: 306px;
  height: 100%;
  /*background: lightcoral;*/
  position: absolute;
  right: 20px;
  top: 245px;
  z-index: 10;
}
.prizes-container img:nth-of-type(1){
  z-index: 11;
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 100%;
}
.prizes-container img:nth-of-type(2){
  z-index: 15;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.right-container {
  width: 45%;
  height: inherit;
  display: inline-block;
  float: right;
  position: relative;
}
.login-bg {
  background: url('../_images/bg-login-main.png') no-repeat center 0;
  background-size: 100%;
  max-width: 485px;
  max-height: 376px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
.login-heading1,
.login-heading2 {
  width: 72%;
  /*background: lightcoral;*/
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
.login-heading1 {
  font-size: 1.3rem;
  padding-top: 50px;
}
.login-heading2 {
  font-size: 1rem;
}
.login-heading2 a:hover,
.login-questions a:hover,
.hiw-steps a:hover,
.tnc-contents a:hover {
  color: var(--ylw-link-hover);
}

/**
 * --------------------------------------------------------------------------------
 *  Menu Button
 * --------------------------------------------------------------------------------
 **/
.cta-menu-container {
  /*background-color: lightcoral;*/
  margin-top: .3rem;
  width: 100%;
  height: 70px;
  z-index: 15px;
  position: relative;
}
.cta-menu-back-bg {
  background: url('../_images/cta-hiw-promo-back-bg.png') no-repeat center 0;
  max-width: 457px;
  max-height: 39px;
  width: 100%;
  height: 100%;
  z-index: 15;
  position: absolute;
  top: 0;
  left: 12px;
}
ul {
  position: absolute;
  max-width: 452px;
  width: 100%;
  top: 5px;
  left: 19px;
  z-index: 20;
  display: flow-root;
}
ul li.cta-menu-btn {
  display: inline-block;
}
ul li:nth-of-type(1).cta-menu-btn {
  float: left;
}
ul li:nth-of-type(2).cta-menu-btn {
  float: right;
}
.cta-menu-btn {
    position: relative;
    font-size: 1rem;
    background: var(--ylw-main);
    max-width: 223px;
    width: 100%;
    height: 40px;
    color: #0f0f0f;
    text-transform: uppercase;
    font-weight: 700;

    -webkit-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -ms-transform: skew(-5deg);
    transform: skew(-5deg);
}
.cta-menu-btn a {
    position: relative;
    display: block;
    color: var(--red-main);
    height: 40px;
    text-align: center;
    padding-top: 13px;
    cursor: pointer;

    -webkit-transform: skew(5deg);
    -moz-transform: skew(5deg);
    -ms-transform: skew(5deg);
    transform: skew(5deg);
}
[class^="cta-menu-btn"] {
  position: relative;
  overflow: hidden;
}
.cta-menu-btn span{
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--red-main);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.cta-menu-btn a:hover {
  color: var(--ylw-main);
}
.cta-menu-btn:hover span {
  width: 225%;
  height: 562.5px;
}
.cta-menu-btn:active {
  background-color: var(--red-main);
  color: var(--ylw-main);
}

/**
 * --------------------------------------------------------------------------------
 *  Lightbox
 * --------------------------------------------------------------------------------
 **/
 .bg-modal {
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hide {
  display: none;
}
.lightbox-bg {
  background: url('../_images/bg-hiw-main.png') no-repeat center 0;
  overflow: hidden;
  max-width: 726px;
  max-height: 646px;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 1rem;
  padding-right: .6rem;
}
.close.desk {
  display: block;
}
.close.mobi {
  display: none;
}
.close {
  position: absolute;
  top: 16px;
  right: 14px;
  cursor: pointer;
  padding: 3px 5px;
  border-radius: 50%;

  -webkit-transition: all 0.5s ease-in-out 0s;
     -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
       -o-transition: all 0.5s ease-in-out 0s;
          transition: all 0.5s ease-in-out 0s;
}
/*.close img {
  transition: all 0.5s ease-in-out 0s;
}*/
.close:hover {
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
       -o-transform: rotate(360deg);
          transform: rotate(360deg);
}

/**
 * --------------------------------------------------------------------------------
 *  Lightbox Content
 * --------------------------------------------------------------------------------
 **/
.hiw-heading {
  margin-top: 2.5rem;
  margin-bottom: 0.3rem;
  text-align: center;
  font-size: 1.4rem;
  color: var(--ylw-main);
}
.scroll-pane {
  max-width: 700px;
  max-height: 540px;
  height: 100%;
  margin: 0 auto;
}
.scroll-pane:focus, 
.scroll-pane:active, 
.scroll-pane:visited {
    border: none;
    outline: none;
}
.jspVerticalBar {
  background: var(--red-main);
}
.jspTrack {
  background: var(--ylw-main);
  width: 1px;
}
.jspDrag{
  background: var(--ylw-main);
  width: 10px;
  left: -4px;
}
.jspHorizontalBar { display: none !important; }

.how-it-works-content {
  width: 620px;
  margin: 0 auto;
  padding-top: 0.7rem;
}
.how-it-works-content ol {
  list-style-type: decimal;
  text-align: left;
  display: block;
  padding-left: 20px;
}
.how-it-works-content .hiw-steps li {
  margin: 0;
  padding: 0; 
  display: list-item;
  text-align: -webkit-match-parent;
}
.how-it-works-content .tnc-contents li {
  margin-bottom: 1.5rem;
}



#confetti{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
/*FOOTER STYLINGS*/
.tpl-contacts span,
.tpl-copyright { font-size: 0.6rem; }

.username-txt,
.username,
.btn-login,
.login-questions {
  display: block;
  width: 72%;
  /* background: lightcoral; */
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 400;
}
.btn-login {
  margin-top: 0.3rem;
  text-align: right;
}
input {
  border: none;
}
.username-txt {
  margin-top: 2rem;
}
.username {
  height: 2.5rem;
  width: 74%;
  margin-top: 0.5rem;
  padding-left: 10px;
  padding-right: 10px;

  -webkit-transform: skew(-5deg);
     -moz-transform: skew(-5deg);
      -ms-transform: skew(-5deg);
          transform: skew(-5deg);
}
.error_form {
  margin-left: 60px;
  font-size: .9rem;
}
#unsubscribe_form {
  margin-bottom: 10px;
}
.cta-login {
    font-size: 1rem;
    background: var(--ylw-main);
    max-width: 140px;
    width: 100%;
    height: 40px;
    color: #0f0f0f;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;

    -webkit-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -ms-transform: skew(-5deg);
    transform: skew(-5deg);
}
.cta-login:hover {
    background: var(--ylw-link-hover);
}
.cta-login.submit {
  color: var(--red-main);
}
.prizes-container img:nth-of-type(2) {
  -webkit-animation: glowing 2000ms infinite;
     -moz-animation: glowing 2000ms infinite;
       -o-animation: glowing 2000ms infinite;
      -ms-animation: glowing 2000ms infinite;
          animation: glowing 2000ms infinite;
}
@-webkit-keyframes glowing {
  0% { 
      -webkit-filter: drop-shadow(0 0 10px var(--ylw-main));
      -moz-filter: drop-shadow(0 0 10px var(--ylw-main));
      -o-filter: drop-shadow(0 0 10px var(--ylw-main));
      -ms-filter: drop-shadow(0 0 10px var(--ylw-main));
      filter: drop-shadow(0 0 10px var(--ylw-main));
  }
  50% { 
    -webkit-filter: none;
      -moz-filter: none;
      -o-filter: none;
      -ms-filter: none;
      filter: none;
  }
  100% { 
      -webkit-filter: drop-shadow(0 0 10px var(--ylw-main));
      -moz-filter: drop-shadow(0 0 10px var(--ylw-main));
      -o-filter: drop-shadow(0 0 10px var(--ylw-main));
      -ms-filter: drop-shadow(0 0 10px var(--ylw-main));
      filter: drop-shadow(0 0 10px var(--ylw-main));
  }
}

@-moz-keyframes glowing {
  0% { 
      -webkit-filter: drop-shadow(0 0 10px var(--ylw-main));
      -moz-filter: drop-shadow(0 0 10px var(--ylw-main));
      -o-filter: drop-shadow(0 0 10px var(--ylw-main));
      -ms-filter: drop-shadow(0 0 10px var(--ylw-main));
      filter: drop-shadow(0 0 10px var(--ylw-main));
  }
  50% { 
    -webkit-filter: none;
      -moz-filter: none;
      -o-filter: none;
      -ms-filter: none;
      filter: none;
  }
  100% { 
      -webkit-filter: drop-shadow(0 0 10px var(--ylw-main));
      -moz-filter: drop-shadow(0 0 10px var(--ylw-main));
      -o-filter: drop-shadow(0 0 10px var(--ylw-main));
      -ms-filter: drop-shadow(0 0 10px var(--ylw-main));
      filter: drop-shadow(0 0 10px var(--ylw-main));
  }
}

@-o-keyframes glowing {
  0% { 
      -webkit-filter: drop-shadow(0 0 10px var(--ylw-main));
      -moz-filter: drop-shadow(0 0 10px var(--ylw-main));
      -o-filter: drop-shadow(0 0 10px var(--ylw-main));
      -ms-filter: drop-shadow(0 0 10px var(--ylw-main));
      filter: drop-shadow(0 0 10px var(--ylw-main));
  }
  50% { 
    -webkit-filter: none;
      -moz-filter: none;
      -o-filter: none;
      -ms-filter: none;
      filter: none;
  }
  100% { 
      -webkit-filter: drop-shadow(0 0 10px var(--ylw-main));
      -moz-filter: drop-shadow(0 0 10px var(--ylw-main));
      -o-filter: drop-shadow(0 0 10px var(--ylw-main));
      -ms-filter: drop-shadow(0 0 10px var(--ylw-main));
      filter: drop-shadow(0 0 10px var(--ylw-main));
  }
}

@-ms-keyframes glowing {
  0% { 
      -webkit-filter: drop-shadow(0 0 10px var(--ylw-main));
      -moz-filter: drop-shadow(0 0 10px var(--ylw-main));
      -o-filter: drop-shadow(0 0 10px var(--ylw-main));
      -ms-filter: drop-shadow(0 0 10px var(--ylw-main));
      filter: drop-shadow(0 0 10px var(--ylw-main));
  }
  50% { 
    -webkit-filter: none;
      -moz-filter: none;
      -o-filter: none;
      -ms-filter: none;
      filter: none;
  }
  100% { 
      -webkit-filter: drop-shadow(0 0 10px var(--ylw-main));
      -moz-filter: drop-shadow(0 0 10px var(--ylw-main));
      -o-filter: drop-shadow(0 0 10px var(--ylw-main));
      -ms-filter: drop-shadow(0 0 10px var(--ylw-main));
      filter: drop-shadow(0 0 10px var(--ylw-main));
  }
}

@keyframes glowing {
  0% { 
      -webkit-filter: drop-shadow(0 0 10px var(--ylw-main));
      -moz-filter: drop-shadow(0 0 10px var(--ylw-main));
      -o-filter: drop-shadow(0 0 10px var(--ylw-main));
      -ms-filter: drop-shadow(0 0 10px var(--ylw-main));
      filter: drop-shadow(0 0 10px var(--ylw-main));
  }
  50% { 
    -webkit-filter: none;
      -moz-filter: none;
      -o-filter: none;
      -ms-filter: none;
      filter: none;
  }
  100% { 
      -webkit-filter: drop-shadow(0 0 10px var(--ylw-main));
      -moz-filter: drop-shadow(0 0 10px var(--ylw-main));
      -o-filter: drop-shadow(0 0 10px var(--ylw-main));
      -ms-filter: drop-shadow(0 0 10px var(--ylw-main));
      filter: drop-shadow(0 0 10px var(--ylw-main));
  }
}
.login-questions {
  text-align: center;
  font-size: .9rem;
  margin-top: 2rem;
  margin-left: 60px;
}


table,
th, 
td {
    border: 1px solid var(--red-main);
}
.hiw-steps table {
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
}
.hiw-step-container {
    margin: 20px auto;
    padding: 5px;
    border: 1px solid yellow; 
}
ol.hiw-steps {
  list-style: none;
  counter-reset: my-counter;
  max-width: 600px;
}
ol.hiw-steps li {
  counter-increment: my-counter;
  position: relative;
}
.hiw-steps li:before {
  content: counter(my-counter) ".";
  color: var(--red-main);
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  left: -40px;
  line-height: 33px;
  width: 34px;
  height: 33px;
  top: 0;
  background: var(--ylw-main);
  text-align: center;
  -webkit-transform: skew(-5deg);
    -moz-transform: skew(-5deg);
    -ms-transform: skew(-5deg);
    transform: skew(-5deg);
}
th {
    background: var(--red-table-head);
    padding: 10px 20px;
}

td {
    padding: 5px 0;
}
tr:nth-child(even) {
  background-color: var(--red-table-row-even);
}
tr:nth-child(odd) {
  background-color: var(--red-table-row-odd);
}
.hiw-steps li:nth-of-type(1) .hiw-step-container,
.hiw-steps li:nth-of-type(3) .hiw-step-container {
  width: 90%;
}
.hiw-steps li:nth-of-type(2) .hiw-step-container {
  width: 100%;
}
.hiw-steps .table2 table tr th {
  width: 25%;
}
.hiw-steps table th {
  color: var(--ylw-main);
}
table.table3{
    width:100%;
    text-align:center;
    line-height:1.5
}
.hiw-steps table,
.tnc-contents table {
  width: 100%;
}
.tnc-contents .hiw-step-container {
  width: 50%;
  text-align: center;
  color: var(--ylw-main);
}
.tnc-heading {
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--ylw-main);/*
  width: 100%;*/
  font-size: 1.2rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.tnc-heading:before,
.tnc-heading:after {
  content: '';
  flex: 1;
  border-bottom: 1px solid var(--ylw-main);
}
.tnc-heading:before {
  margin-right: 0.25rem;
}
.tnc-heading:after {
  margin-left: 0.25rem;
}
.hiw-steps p {
  margin-top: -15px;
}