.promo-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin: 15px 0;
  background-color: transparent;
  border-radius: 15px;
  text-align: center; }
  .promo-table tr {
    border: 0; }
  .promo-table th,
  .promo-table td {
    line-height: 140%;
    padding: 6px 15px;
    color: #FFF;
    border: 0;
    font-size: 25px; }
    @media only screen and (max-width: 901px) {
      .promo-table th,
      .promo-table td {
        font-size: 12px; } }
    .promo-table th:last-child,
    .promo-table td:last-child {
      font-weight: bold; }
  .promo-table th {
    background: rgba(4, 0, 0, 0.58);
    color: white;
    text-align: center;
    border: 0; }
  .promo-table tr:first-child th:first-child {
    border-top-left-radius: 6px; }
  .promo-table tr:first-child th:last-child {
    border-top-right-radius: 6px; }
  .promo-table td {
    border: 0;
    color: white;
    border-right: 0 solid transparent;
    border-bottom: 0 solid  transparent; }
  .promo-table td:first-child {
    border-left: 1px solid  transparent; }
  .promo-table tr:nth-child(even) td {
    background: rgba(0, 0, 0, 0.35); }
  .promo-table tr:last-child td:first-child {
    border-bottom-left-radius: 6px; }
  .promo-table tr:last-child td:last-child {
    border-bottom-right-radius: 6px; }
  .promo-table .promo-table tr:nth-child(1) > th p {
    color: white;
    text-align: center; }

.networkPromo-games {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px; }
  @media only screen and (max-width: 500px) {
    .networkPromo-games {
      grid-column-gap: 10px;
      grid-row-gap: 10px; } }
  @media only screen and (max-width: 768px) {
    .networkPromo-games {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 768px) {
    .networkPromo-games {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (min-width: 769px) {
    .networkPromo-games {
      grid-template-columns: repeat(3, 1fr); } }
  @media only screen and (min-width: 991px) {
    .networkPromo-games {
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (min-width: 1401px) {
    .networkPromo-games {
      grid-template-columns: repeat(4, 1fr); } }
  .networkPromo-games_item {
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
    transition: all 1s ease-in-out;
    border-radius: 15px;
    position: relative;
    aspect-ratio: 1/1; }
    .networkPromo-games_item_img {
      display: flex;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      aspect-ratio: 1/1;
      background-position: center center;
      transition: all 0.2s ease-in-out; }
      @media only screen and (max-width: 768px) {
        .networkPromo-games_item_img {
          grid-template-columns: repeat(2, 1fr); } }
      .networkPromo-games_item_img:hover {
        transform: scale(1.1); }
    .networkPromo-games_item_title {
      font-size: 16px;
      text-align: center;
      position: absolute;
      bottom: 8px;
      width: 100%;
      color: white;
      text-shadow: 0 0 3px black; }

.container-howtoplay {
  box-sizing: border-box;
  display: block;
  border-radius: 25px;
  margin: 25px 0;
  background: #380c91;
  padding: 5%; }
  .container-howtoplay .h2 {
    color: #FFFFFF;
    font-size: 35px; }
    @media only screen and (max-width: 768px) {
      .container-howtoplay .h2 {
        font-size: 18px;
        line-height: 24px; } }
  .container-howtoplay ol {
    color: #FFFFFF; }
    .container-howtoplay ol li {
      font-size: 18px;
      line-height: 22px;
      padding: 10px 0;
      color: #FFFFFF; }
      @media only screen and (max-width: 768px) {
        .container-howtoplay ol li {
          font-size: 14px;
          line-height: 16px; } }

.global-promo {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin: 55px  auto 0;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .global-promo[data-brand="CS"], .global-promo[data-brand="UC"] {
      margin: 50px  auto 0; } }
  .global-promo[data-brand="DV"] {
    margin: 0  auto 0; }
    @media only screen and (max-width: 768px) {
      .global-promo[data-brand="DV"] {
        margin: 0  auto 0; } }
  .global-promo[data-brand="LC"] {
    margin-top: 75px; }
  @media only screen and (min-width: 768px) {
    .global-promo[data-brand="IC"] {
      margin-top: 0; } }
  .global-promo_content {
    padding: 0; }
    .global-promo_content h2 {
      font-size: 35px;
      line-height: 120%;
      text-align: center;
      margin: 20px 0 35px 0; }
      @media only screen and (max-width: 768px) {
        .global-promo_content h2 {
          font-size: 18px;
          line-height: 24px; } }
    .global-promo_content .h3 {
      font-size: 28px;
      line-height: 120%;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .global-promo_content .h3 {
          font-size: 16px;
          line-height: 20px; } }
  .global-promo_banner {
    border-radius: 15px;
    display: flex;
    overflow: hidden;
    flex-direction: column; }
    .global-promo_banner__sigterms {
      background: #1f3578;
      padding: 15px;
      display: block;
      font-size: 10px;
      color: white;
      text-align: center;
      margin-top: 0 !important; }
      .global-promo_banner__sigterms a {
        color: white;
        text-decoration: underline; }

.section-network-promo {
  margin: 0; }
  .section-network-promo_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 5%);
    padding: 7% 0 5%;
    color: white; }
  .section-network-promo h2 {
    position: relative;
    margin-top: 0; }
  .section-network-promo h3, .section-network-promo h2, .section-network-promo p {
    color: white; }
  .section-network-promo_red {
    background: #a50b0b; }
  .section-network-promo_black {
    background: #000;
    color: white; }
    .section-network-promo_black .section-network-promo_wrapper {
      padding: 5% 0 0 0; }
      .section-network-promo_black .section-network-promo_wrapper .btn-networkPromo {
        margin-bottom: 0; }
  .section-network-promo_blue {
    background: #0e228c;
    color: white; }
  .section-network-promo_blueblack {
    background: black;
    background: linear-gradient(0deg, #0e228c 14%, black 63%);
    color: white;
    padding: 0 0 5% 0; }

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

.networkpromo-button-group {
  padding: 45px 0; }

.btn-networkPromo {
  cursor: pointer;
  display: flex;
  border-radius: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 24px;
  color: white;
  font-weight: 800;
  min-width: 120px;
  max-height: 105px;
  margin: 0 auto;
  animation: zoom-in-zoom-out 1s ease infinite;
  background: url("/shared/images/global-promotions/playngo/wild-legends/btn-normal.png") bottom center no-repeat;
  background-size: contain;
  aspect-ratio: 16/7; }
  .btn-networkPromo span {
    padding: 10px 0 0 0;
    text-shadow: 0 0 9px #120029, 0 0 9px #120029; }
  .btn-networkPromo:hover, .btn-networkPromo:active {
    background: url("/shared/images/global-promotions/playngo/wild-legends/btn-hover.png") bottom center no-repeat;
    background-size: contain; }

.center-or {
  font-size: 22px;
  color: white;
  margin: 10px auto;
  max-width: 200px;
  text-align: center;
  font-weight: bold; }

.btn-networkPromo-plain {
  font-weight: 700;
  box-sizing: border-box;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  padding: 15px 20px;
  border-radius: 12px;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  text-align: center;
  transform: skewX(165deg);
  -o-user-select: none;
  max-width: 200px;
  user-select: none;
  color: white;
  border: 2px solid white; }
  .btn-networkPromo-plain span {
    transform: skewX(8deg); }

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.1, 1.1); }
  100% {
    transform: scale(1, 1); } }

.networkPromo-sticker {
  display: flex;
  background: #194492;
  overflow: hidden;
  padding: 0 0 5px 0;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box; }
  @media only screen and (min-width: 769px) {
    .networkPromo-sticker {
      z-index: 99;
      max-width: 206px;
      padding: 10px;
      position: absolute;
      right: 5px;
      border-radius: 15px;
      box-sizing: border-box; } }
  @media only screen and (min-width: 1381px) {
    .networkPromo-sticker {
      right: -90px; } }
  .networkPromo-sticker_img {
    display: flex;
    flex-direction: column;
    max-width: 140px; }
    @media only screen and (min-width: 769px) {
      .networkPromo-sticker_img {
        max-width: 200px; } }
    .networkPromo-sticker_img img {
      width: 100%;
      height: auto;
      animation: zoom-in-zoom-badge 1s ease infinite; }
  .networkPromo-sticker_terms {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #FFF;
    width: 100%;
    font-size: 9px;
    line-height: 10px;
    padding: 5px 0; }
    .networkPromo-sticker_terms a {
      color: #FFF !important;
      text-decoration: underline !important; }
      .networkPromo-sticker_terms a:hover {
        color: #FFF !important;
        text-decoration: none; }
    .networkPromo-sticker_terms_inner {
      display: block;
      font-size: 9px;
      width: 100%; }
      .networkPromo-sticker_terms_inner u {
        color: black !important;
        text-decoration: underline !important; }
        .networkPromo-sticker_terms_inner u a {
          color: black !important;
          text-decoration: underline !important; }
          .networkPromo-sticker_terms_inner u a:hover {
            color: black !important;
            text-decoration: none; }
      .networkPromo-sticker_terms_inner a {
        color: black !important;
        text-decoration: underline !important; }
        .networkPromo-sticker_terms_inner a:hover {
          color: black !important;
          text-decoration: none; }

.networkPromo-sticker[data-brand="BZ"] {
  top: 0;
  z-index: 12; }
  @media only screen and (min-width: 769px) {
    .networkPromo-sticker[data-brand="BZ"] {
      right: 40px;
      top: 200px; } }

.networkPromo-sticker[data-brand="JV"] {
  background: darkred;
  z-index: 1000; }
  @media only screen and (min-width: 769px) {
    .networkPromo-sticker[data-brand="JV"] {
      right: 60px;
      bottom: auto;
      top: 120px; } }

.networkPromo-sticker[data-brand="DV"] {
  background: darkred;
  z-index: 12; }
  @media only screen and (min-width: 769px) {
    .networkPromo-sticker[data-brand="DV"] {
      top: -180px; } }

@media only screen and (min-width: 769px) {
  .networkPromo-sticker[data-brand="HK"] {
    right: 50px;
    top: 30vh; } }

@media only screen and (min-width: 769px) {
  .networkPromo-sticker[data-brand="VT"] {
    top: 20vh; } }

@media only screen and (min-width: 1381px) {
  .networkPromo-sticker[data-brand="VT"] {
    right: 20px; } }

@media only screen and (min-width: 769px) {
  .networkPromo-sticker[data-brand="SP"] {
    top: 120px; } }

@media only screen and (min-width: 1381px) {
  .networkPromo-sticker[data-brand="SP"] {
    right: 20px; } }

@media only screen and (min-width: 769px) {
  .networkPromo-sticker[data-brand="PT"] {
    right: 0;
    left: 30px;
    top: 120px; } }

@media only screen and (min-width: 769px) {
  .networkPromo-sticker[data-brand="GI"] {
    right: 5px;
    bottom: 20px; } }

@media only screen and (min-width: 769px) {
  .networkPromo-sticker[data-brand="CL"] {
    right: 30px;
    top: 100px;
    z-index: 12; } }

@media only screen and (min-width: 1381px) {
  .networkPromo-sticker[data-brand="CL"] {
    right: 20vw; } }

@media only screen and (min-width: 769px) {
  .networkPromo-sticker[data-brand="LC"] {
    right: 30px;
    top: 100px;
    z-index: 12; } }

@media only screen and (min-width: 1381px) {
  .networkPromo-sticker[data-brand="LC"] {
    right: 20vw; } }

@keyframes zoom-in-zoom-badge {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.05, 1.05); }
  100% {
    transform: scale(1, 1); } }

body[data-theme=dark] .promo-table tr:nth-child(even) td {
  color: white; }

body[data-theme=dark] .promo-table th {
  color: white; }

body[data-theme=dark] .promo-table table thead tr th {
  color: white; }

body[data-theme=dark] .promo-table .promo-table td {
  color: white; }

body[data-theme=dark] .networkPromo__fullterms {
  color: white; }
  body[data-theme=dark] .networkPromo__fullterms .promo-table td {
    color: white; }
  body[data-theme=dark] .networkPromo__fullterms .promo-table th {
    color: black; }
  body[data-theme=dark] .networkPromo__fullterms h1, body[data-theme=dark] .networkPromo__fullterms .h1 {
    color: white; }
  body[data-theme=dark] .networkPromo__fullterms li {
    color: white; }

.networkPromo__fullterms {
  color: white;
  background-color: rgba(0, 0, 0, 0.09);
  max-width: 95%;
  margin: 30px auto 0 auto;
  position: relative;
  width: 100%;
  padding: 10px 15px 10px 10px;
  border-radius: 10px;
  font-size: 11px;
  box-sizing: border-box; }
  .networkPromo__fullterms ul.alphabetical li {
    list-style: lower-alpha; }
    .networkPromo__fullterms ul.alphabetical li ul.no-style {
      margin-left: 10px; }
      .networkPromo__fullterms ul.alphabetical li ul.no-style li {
        list-style: none; }
  .networkPromo__fullterms ol.alphabetical li {
    list-style: lower-alpha; }
    .networkPromo__fullterms ol.alphabetical li ul.no-style {
      margin-left: 10px; }
      .networkPromo__fullterms ol.alphabetical li ul.no-style li {
        list-style: none; }
  @media only screen and (min-width: 768px) {
    .networkPromo__fullterms {
      max-width: 1180px; } }
  @media only screen and (min-width: 769px) {
    .networkPromo__fullterms {
      padding: 30px;
      border-radius: 10px; } }
  .networkPromo__fullterms h1, .networkPromo__fullterms .h1 {
    color: white;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px; }
    @media only screen and (min-width: 769px) {
      .networkPromo__fullterms h1, .networkPromo__fullterms .h1 {
        font-size: 14px;
        margin-bottom: 20px; } }
  .networkPromo__fullterms ol li ol.list-alpha-lower li {
    color: #000;
    list-style-type: lower-alpha; }
  .networkPromo__fullterms ol li ul.list-dots li {
    color: #FFFFFF;
    list-style-type: disc; }
  .networkPromo__fullterms li {
    color: white;
    font-size: 12px;
    line-height: 140%;
    padding-bottom: 10px; }
    @media only screen and (min-width: 769px) {
      .networkPromo__fullterms li {
        font-size: 18px;
        line-height: 140%; } }
  .networkPromo__fullterms ol p {
    color: #000;
    margin: 10px 0 5px -20px; }
  .networkPromo__fullterms[data-dark-mode="true"] {
    color: white; }
    .networkPromo__fullterms[data-dark-mode="true"] h1, .networkPromo__fullterms[data-dark-mode="true"] .h1 {
      color: white; }
    .networkPromo__fullterms[data-dark-mode="true"] ol li ol.list-alpha-lower li {
      color: white; }
    .networkPromo__fullterms[data-dark-mode="true"] li {
      color: white; }
    .networkPromo__fullterms[data-dark-mode="true"] ol p {
      color: white; }

.networkpromo-container {
  width: 100%; }

.networkpromo_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 25px; }

.networkpromo_col_1 {
  width: calc(100% - 300px); }

.networkpromo_col_2 {
  width: 300px; }

/*------------------*/
/*  SKEW CLOCKWISE  */
/*------------------*/
.skew-red-to-blue {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  background: linear-gradient(to right bottom, #a50b0b 49%, #0e228c 50%), linear-gradient(-50deg, #0e228c 16px, #000 0); }

/*-------------------------*/
/* SKEW COUNTER CLOCKWISE  */
/*-------------------------*/
.skew-blue-to-red {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0px;
  background: linear-gradient(to left bottom, #0e228c 49%, #a50b0b 50%); }

.networkpromo-hero {
  background: url("/shared/images/global-promotions/playngo/wild-legends/playngo-network-promo-hero.webp") bottom center;
  background-size: cover;
  aspect-ratio: 16/7; }

.networkPromo__fullterms li a {
  color: white; }
