.main-image .pc-banner .pc-img {
  width: 100%;
  height: auto;
}

.main-image {
  background-color: #000;
}

.main-image .pc-component {
  max-width: 1300px;
  margin: 0 auto;
}

.pc-banner .pc-t-img-cont {
  height: auto;
}

.main-image .pc-component {
  display: block;
  position: relative;
}
.main-image .pc-header {
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate3d(100%, -100%, 0);
}
.back-banner-link {
  height: 30px;
  color: #fff !important;
  text-decoration: none !important;
  position: relative;
}

.back-banner {
  background-color: #000;
}

.back-banner-link::before {
  content: "X";
  right: 10px;
  top: 50%;
  font-weight: bold;
  transform: translateY(-50%);
  position: absolute;
  font-size: 1.2rem;
}
.main-image .pc-header h3 {
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: Druk Wide LCG Web;
  text-transform: unset;
  z-index: 1;
}
.main-image .pc-t-h-cont {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate3d(100%, 0, 0);
}

.main-image .pc-t-h-cont .pc-t-h-cont-sub {
  color: #fff;
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.2;
}

.main-image .pc-t-txt-opt {
  color: #fff;
}

.mpp-content {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.pc-t-txt-opt {
  font-size: 0.625rem;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  z-index: 2;
  position: relative;
}

.promo-content h2 {
  border-bottom: 1px solid rgb(51, 51, 51);
  font-size: 2rem;
  font-family: Druk Wide LCG Web;
  padding: 0.5rem 0;
  line-height: 2rem;
  margin: 0 0 0.5rem;
}

.how-it-works,
.game-tiles {
  background: #fff;
  color: #000;
  border: 1px solid rgb(51, 51, 51);
  border-radius: 0.25rem;
}

.game-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.how-it-works h3 {
  font-size: 1.3rem;
  margin: 1rem 0;
}

.game-tile {
  max-width: 130px;
  width: 100%;
}

.game-tile-cta {
  width: 100%;
  font-size: 0.8rem;
}

.promotion-details {
  background: rgb(255, 255, 255);
  color: rgb(83, 83, 83);
  border: 1px solid rgb(83, 83, 83);
  border-radius: 0.25rem;
}

.promotion-details h3 {
  color: #000;
  margin: 0 0 1rem;
}

.terms-and-conditions .pc-txt dl,
.terms-and-conditions .pc-txt ol,
.terms-and-conditions .pc-txt ul,
.terms-and-conditions p {
  font-size: 0.8rem;
}

.sticky-cta {
  position: sticky;
  bottom: 0;
  background-color: #000;
  text-align: center;
}

.unauthenticated .sticky-cta {
  bottom: 56px;
}

.text-yellow {
  color: #ffd940;
}

@media (min-width: 768px) {
  .unauthenticated.device-desktop .sticky-cta {
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .mpp-content {
    grid-template-columns: auto auto;
    grid-column-gap: 16px;
    align-items: start;
  }
  .promotion-details {
    max-width: 330px;
    width: 100%;
    grid-row: 1/5;
    grid-column-start: 2;
    position: sticky;
    top: 64px;
  }
  .how-it-works {
    grid-column-start: 1;
  }
  .promo-content {
    grid-column-start: 1;
  }
  .game-tiles {
    grid-column-start: 1;
  }
  .terms-and-conditions {
    grid-column-start: 1;
  }
  .main-image .pc-header {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate3d(100%, -100%, 0);
  }
  .main-image .pc-header h3 {
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-family: Druk Wide LCG Web;
    text-transform: unset;
  }
  .main-image .pc-t-h-cont {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate3d(100%, 100%, 0);
  }
  .main-image .pc-t-h-cont .pc-t-h-cont-sub {
    color: #fff;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.2rem;
  }
}

/* Dark Mode */

.th-black-dark body {
  background-color: #141414;
  color: #fff;
}

.th-black-dark .mpp-content {
  background-color: #242424;
}

.th-black-dark .how-it-works,
.th-black-dark .game-tiles {
  background: #000;
  color: #fff;
  border: 1px solid rgb(204, 204, 204);
}

.th-black-dark .how-it-works h3 {
  color: #fff;
}

.th-black-dark .promo-content h2 {
  border-bottom: 1px solid rgb(204, 204, 204);
  color: #fff;
}

.th-black-dark .pc-t-txt-opt {
  background: #000;
  color: #fff;
}

.th-black-dark .promotion-details {
  background: rgb(30, 30, 30);
  color: #acacac;
  border: 1px solid rgb(83, 83, 83);
}

.th-black-dark .promotion-details h3 {
  color: #fff;
}

.th-black-dark .terms-and-conditions {
  color: #fff;
}

.th-black-dark .pc-toggle > .pc-toggle-label {
  background: #242424;
  font-size: 1rem;
  font-weight: bold;
}

.th-black-dark .pc-toggle > .pc-toggle-txt {
  background-color: #242424;
}

.th-black-dark .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.th-black-dark .table-striped tbody tr:nth-child(2n) {
  background-color: #707070;
}
