@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(https://fonts.gstatic.com/s/robotocondensed/v18/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYag.ttf) format('truetype');
}
.PromoVersion {
  display: none;
}
.auto-size-pic {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.auto-size-pic img {
  height: 100%;
  width: auto;
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
}
img .absolute-center {
  height: 100%;
  width: auto;
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hidden-xs {
  display: none;
}
@media (min-width: 768px) {
  .hidden-xs {
    display: block;
  }
}
.visible-xs {
  display: block;
}
@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}
#promo_countdown_bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #ffffff;
  padding: 0px 10px;
  width: 100%;
  max-height: none;
  font-family: 'Roboto Condensed', sans-serif;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  z-index: 30;
  text-decoration: none;
}
#promo_countdown_bar .thaPic {
  display: none;
}
#promo_countdown_bar .promo_title_img {
  margin: 10px;
  max-width: 500px;
  width: 100%;
  max-height: 100px;
}
#promo_countdown_bar .promo_title {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  font-weight: bolder;
}
#promo_countdown_bar .bg {
  position: absolute;
  z-index: -1;
  width: auto;
  height: 100%;
  top: -100px;
  left: -100px;
  right: -100px;
  bottom: -100px;
  margin: auto;
}
#promo_countdown_bar .promoTimeStamp {
  display: flex;
  align-items: center;
  margin: 10px 20px;
}
#promo_countdown_bar .promoTimeStamp #live {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 55px;
}
#promo_countdown_bar .promoTimeStamp i {
  color: #ffffff;
  font-size: 50px;
}
#promo_countdown_bar .promoTimeStamp .numbers {
  display: flex;
  flex-direction: column;
  border-right: 2px dashed gray;
  /* border-radius: 5px; */
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 12px;
}
#promo_countdown_bar .promoTimeStamp .numbers span {
  font-weight: 900;
  font-size: 40px;
}
#promo_countdown_bar .promoTimeStamp .numbers:last-child {
  border: none;
}
#promo_countdown_bar.transparent .bg {
  display: none;
}
#promo_countdown_bar.transparent .thaPic {
  display: none;
}
@media (min-width: 991px) {
  #promo_countdown_bar {
    flex-direction: row;
    max-height: 110px;
    padding: 0px ;
  }
  #promo_countdown_bar .thaPic {
    display: block;
    max-height: 110px;
    height: 100%;
    width: auto;
  }
  #promo_countdown_bar .promo_title {
    font-size: 24px;
    text-align: left;
  }
  #promo_countdown_bar .bg {
    min-width: 100%;
    height: auto;
  }
  #promo_countdown_bar.transparent .bg {
    display: none;
  }
  #promo_countdown_bar.transparent .thaPic {
    display: none;
  }
}
#promo_countdown_bar .button {
  display: none;
}
@media (min-width: 991px) {
  #promo_countdown_bar .button {
    display: block;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 5px;
    white-space: nowrap;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  #promo_countdown_bar .button:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
#bundle-label.d-none {
  display: none!important;
}
#floatingBanner {
  font-family: roboto;
  position: fixed;
  max-width: 700px;
  min-width: 300px;
  bottom: -100%;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
#floatingBanner img {
  width: auto;
}
#floatingBanner .closeBtn {
  background-color: black;
  border: 1px solid #fff;
  position: absolute;
  top: 150%;
  right: 0;
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  z-index: 9999px;
  cursor: pointer;
  -webkit-transition: all 1.8s;
  -moz-transition: all 1.8s;
  -o-transition: all 1.8s;
  transition: all 1.8s;
}
#floatingBanner .bannerHolder {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
#floatingBanner .bannerHolder .background {
  position: absolute;
  z-index: -1;
  bottom: -100px;
  height: 85%;
  width: 100%;
  clip-path: polygon(2% 0, 98% 0, 100% 100%, 0 100%);
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
@media (min-width: 992px) {
  #floatingBanner .bannerHolder .background {
    height: 65%;
  }
}
#floatingBanner .bannerHolder .text {
  width: 50%;
  position: relative;
  bottom: -100px;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
#floatingBanner .bannerHolder .pic {
  display: none;
  max-width: 30%;
  position: relative;
  bottom: -300px;
  -webkit-transition: all 1.7s;
  -moz-transition: all 1.7s;
  -o-transition: all 1.7s;
  transition: all 1.7s;
}
@media (min-width: 992px) {
  #floatingBanner .bannerHolder .pic {
    display: block;
  }
}
#floatingBanner.visible {
  bottom: 0%;
}
#floatingBanner.visible .bannerHolder .background {
  bottom: 0px;
}
#floatingBanner.visible .bannerHolder .text {
  bottom: 0px;
}
#floatingBanner.visible .bannerHolder .pic {
  bottom: 0px;
}
#floatingBanner.visible .closeBtn {
  top: 0%;
}
@media (min-width: 992px) {
  #floatingBanner.visible .closeBtn {
    top: 20%;
  }
}
#thaJoinPromoBanner {
  margin: 20px auto;
  position: relative;
  margin-top: 20px;
  background-size: cover;
  background-position: center;
}
#thaJoinPromoBanner .banner-row {
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-align: center;
}
#thaJoinPromoBanner .banner-row .thaGirl {
  width: auto;
  position: absolute;
  bottom: 0px;
  right: -100px;
  max-width: 700px;
  pointer-events: none;
}
#thaJoinPromoBanner .banner-row .div-text-join {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: robotoCondensed;
  text-transform: uppercase;
  line-height: 1;
}
#thaJoinPromoBanner .banner-row .div-text-join .p-text-one {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
  font-family: 'Roboto Condensed';
  text-shadow: 0px 0px 4px black;
}
#thaJoinPromoBanner .banner-row .div-text-join .p-text-two {
  font-size: 18px;
  font-family: 'Roboto Condensed';
  margin: 0;
}
#thaJoinPromoBanner .banner-row .div-button-banner-join img {
  width: 100%;
  margin-bottom: -50px;
  margin-top: -20px;
  max-width: 300px;
}
@media (min-width: 769px) {
  #thaJoinPromoBanner {
    margin-top: 130px;
  }
  #thaJoinPromoBanner .banner-row {
    text-align: left;
  }
  #thaJoinPromoBanner .banner-row .div-text-join {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #thaJoinPromoBanner .banner-row .div-text-join .p-text-one {
    font-size: 34px;
  }
  #thaJoinPromoBanner .banner-row .div-button-banner-join img {
    margin-bottom: 0;
    margin-top: 0;
  }
}
