.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .common__container {
    width: 1640px;
  }
}
@media (max-width: 1920px) and (min-width: 1600px) {
  .common__container {
    width: 1500px;
  }
}
@media (max-width: 1599px) and (min-width: 1300px) {
  .common__container {
    width: 1260px;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}

.mainarea {
  overflow: hidden;
  width: 100%;
  font-family: var(--fontA);
  letter-spacing: 1px;
}
.mainarea__ballbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 15;
}
.mainarea__ballbox img:nth-child(1) {
  position: absolute;
  width: 10%;
  -webkit-animation: balloon1 infinite 3s;
          animation: balloon1 infinite 3s;
}
.mainarea__ballbox img:nth-child(2) {
  position: absolute;
  width: 5%;
  -webkit-animation: balloon1 infinite 3s;
          animation: balloon1 infinite 3s;
}
.mainarea__ballbox img:nth-child(3) {
  position: absolute;
  width: 10%;
  -webkit-animation: balloon1 infinite 3s;
          animation: balloon1 infinite 3s;
}
.mainarea__ballbox img:nth-child(4) {
  position: absolute;
  width: 5%;
  -webkit-animation: balloon1 infinite 3s;
          animation: balloon1 infinite 3s;
}
.mainarea .boldf {
  font-family: var(--fontB);
}
.mainarea .kv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #a30c53;
}
.mainarea .kv__bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #a30c53;
  width: 100%;
}
@media (max-width: 991px) {
  .mainarea .kv__bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainarea .kv__bg-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.mainarea .kv__bg-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mainarea .kv__bg-left img:nth-child(1) {
  position: relative;
}
.mainarea .kv__bg-right {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 991px) {
  .mainarea .kv__bg-right {
    position: relative;
  }
}
.mainarea .kv__bg-right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mainarea .kv__bg-right img:nth-child(1) {
  position: relative;
}
.mainarea .kv__title {
  position: absolute;
  top: 17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .mainarea .kv__title {
    left: 60%;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .mainarea .kv__title {
    left: 50%;
    top: 38.5%;
    width: 70%;
  }
}
.mainarea .kv__title a {
  display: block;
  width: 30%;
  margin-bottom: 4vw;
}
@media (max-width: 1300px) {
  .mainarea .kv__title a {
    margin-bottom: 1.5vw;
  }
}
.mainarea .kv__title a img {
  width: 100%;
}
.mainarea .kv__subtitle {
  position: absolute;
  top: 58%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
  text-align: center;
}
@media (max-width: 1300px) {
  .mainarea .kv__subtitle {
    top: 51%;
    width: 44%;
  }
}
@media (max-width: 991px) {
  .mainarea .kv__subtitle {
    left: 30%;
    width: 50%;
    top: 60%;
  }
}
@media (max-width: 767px) {
  .mainarea .kv__subtitle {
    position: relative;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    left: auto;
    width: 80%;
    padding: 40px 0;
  }
}
.mainarea .kv__subtitle a {
  background: #ffcf00;
  padding: 14px 15px;
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #1f1f1f;
  border-radius: 30px;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .mainarea .kv__subtitle a {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .mainarea .kv__subtitle a {
    font-size: 21px;
  }
}
@media (max-width: 1050px) {
  .mainarea .kv__subtitle a {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .mainarea .kv__subtitle a {
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.5em;
    padding: 5px 12px;
  }
}
@media (max-width: 1300px) and (max-width: 1600px) {
  .mainarea .kv__subtitle a {
    font-size: 18px;
  }
}
@media (max-width: 1300px) and (max-width: 1300px) {
  .mainarea .kv__subtitle a {
    font-size: 17px;
  }
}
@media (max-width: 1300px) and (max-width: 1050px) {
  .mainarea .kv__subtitle a {
    font-size: 16px;
  }
}
.mainarea .kv__subtitle a:hover {
  background: #caa500;
}
.mainarea .kv__subtitle p {
  margin-top: 2.5vw;
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .mainarea .kv__subtitle p {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .mainarea .kv__subtitle p {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .mainarea .kv__subtitle p {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .mainarea .kv__subtitle p {
    margin-top: 1.5vw;
  }
}
@media (max-width: 767px) {
  .mainarea .kv__subtitle p {
    margin-top: 20px;
  }
}
.mainarea .navbar {
  background: #ffcf00;
}
.mainarea .navbar__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  max-width: 980px;
  margin: auto;
}
.mainarea .navbar__block-a {
  width: 33.3333333333%;
  color: #1f1f1f;
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 1600px) {
  .mainarea .navbar__block-a {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .mainarea .navbar__block-a {
    font-size: 21px;
  }
}
@media (max-width: 1050px) {
  .mainarea .navbar__block-a {
    font-size: 20px;
  }
}
.mainarea .navbar__block-a--active {
  background: #fff;
}
.mainarea .join {
  background: #ff1e5c;
  padding-top: 12vh;
  padding-bottom: 12vh;
  position: relative;
}
@media (max-width: 1300px) {
  .mainarea .join {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1050px) {
  .mainarea .join {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 800px) {
  .mainarea .join {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.mainarea .join__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  max-width: 1280px;
  margin: auto;
}
.mainarea .join__block a {
  width: 100%;
  display: block;
  background: #ffcf00;
  border-radius: 10px;
  padding: 1px 20px;
  position: relative;
}
.mainarea .join__block a:hover span:nth-child(2) {
  opacity: 1;
}
.mainarea .join__block a span {
  display: block;
  background: #ff1e5c;
  padding: 40px 0;
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: var(--fontC);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .mainarea .join__block a span {
    font-size: 48px;
  }
}
@media (max-width: 1300px) {
  .mainarea .join__block a span {
    font-size: 47px;
  }
}
@media (max-width: 1050px) {
  .mainarea .join__block a span {
    font-size: 46px;
  }
}
.mainarea .join__block a span:nth-child(1) {
  position: absolute;
  top: 1px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 2px);
}
.mainarea .join__block a span:nth-child(2) {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  position: relative;
  opacity: 0;
  background: #ffcf00;
  color: #a30c53;
}
@media (max-width: 1600px) {
  .mainarea .join__block a span:nth-child(2) {
    font-size: 38px;
  }
}
@media (max-width: 1300px) {
  .mainarea .join__block a span:nth-child(2) {
    font-size: 37px;
  }
}
@media (max-width: 1050px) {
  .mainarea .join__block a span:nth-child(2) {
    font-size: 36px;
  }
}
.mainarea .wave {
  position: relative;
  height: 189px;
  background: #a30c53;
}
.mainarea .wave1 {
  -webkit-animation: wave-animation1 7s infinite linear -3s;
          animation: wave-animation1 7s infinite linear -3s;
  height: 189px;
  position: absolute;
  width: 100%;
  z-index: 12;
  left: 0;
  top: -1px;
}
.mainarea .wave2 {
  -webkit-animation: wave-animation1 5s infinite linear;
          animation: wave-animation1 5s infinite linear;
  height: 189px;
  position: absolute;
  width: 100%;
  z-index: 12;
  left: 0;
  top: 1px;
}
.mainarea .wave3 {
  -webkit-animation: wave-animation1 5s infinite linear;
          animation: wave-animation1 5s infinite linear;
  height: 189px;
  position: absolute;
  width: 100%;
  z-index: 12;
  left: 0;
  top: 1px;
}
.mainarea .wave3Sty {
  /* position: relative;
  height: 189px; */
  background: #ff1e5c;
}
.mainarea .startgame {
  padding: 10px 0;
  background: #ffcf00;
  position: relative;
}
.mainarea .startgame__two {
  position: relative;
  width: 70%;
  margin: auto;
}
.mainarea .startgame__two-again {
  position: absolute;
  top: 75%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffcf00;
  padding: 0.5% 3%;
  font-size: 2.5vw;
  border-radius: 5vw;
  font-weight: 900;
  cursor: pointer;
}
.mainarea .startgame__two-rank {
  background: url("https://storage-asset.msi.com/event/2023/Corp/game37th/images/as.png") no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center;
  border: 2px solid #ffcf00;
  width: 60%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3%;
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mainarea .startgame__two-rank {
    width: 90%;
  }
}
.mainarea .startgame__two-rank h5 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.mainarea .startgame__two-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 25%;
}
.mainarea .startgame__two-rankbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin: auto;
}
.mainarea .startgame__two-rankbox > div {
  width: 37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#c1c4e9), to(#e0d9e9));
  background: linear-gradient(to bottom, #c1c4e9, #e0d9e9);
  border-radius: 100px;
  position: relative;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 900;
  margin: 2% 0;
}
@media screen and (max-width: 1300px) {
  .mainarea .startgame__two-rankbox > div {
    width: 40%;
  }
}
@media screen and (max-width: 991px) {
  .mainarea .startgame__two-rankbox > div {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .mainarea .startgame__two-rankbox > div {
    width: 90%;
    margin: 5% 0;
  }
}
.mainarea .startgame__two-img {
  width: 20%;
  position: absolute;
  left: 0;
  padding-bottom: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mainarea .startgame__two-img span {
  position: absolute;
  width: 90%;
  left: 0;
  top: 0;
  z-index: 2;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 900;
  color: #fff;
}
.mainarea .startgame__two-img img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.mainarea .startgame__two-gold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
}
.mainarea .startgame__two-gold > img {
  margin-right: 5%;
  width: 30px;
}
.mainarea .startgame__two-sure {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.4117647059);
  border: 2px solid #ffcf00;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3%;
}
.mainarea .startgame__two-sec {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
}
@media screen and (max-width: 991px) {
  .mainarea .startgame__two-sec {
    width: 180%;
  }
}
.mainarea .startgame__two-topword {
  font-size: 2.5vw;
  color: #fff;
  font-weight: 900;
}
.mainarea .startgame__two-midword {
  font-size: 1vw;
  color: #fff;
  font-weight: 900;
}
.mainarea .startgame__two-spend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainarea .startgame__two-spend > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15%;
  margin: 0 3%;
  font-size: 2.5vw;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}
.mainarea .startgame__two-spend > div:hover {
  opacity: 0.7;
}
.mainarea .startgame__two-time {
  position: absolute;
  right: 5%;
  top: 5%;
  background: #000;
  color: red;
  font-size: 3vw;
  font-weight: 900;
  border-radius: 0.5vw;
  padding: 0 1vw;
}
@media screen and (max-width: 991px) {
  .mainarea .startgame__two-time {
    font-size: 5vw;
    padding: 1vw 3vw;
  }
}
.mainarea .startgame__two-textbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainarea .startgame__two-textbox p {
  position: absolute;
  bottom: 5%;
  color: #ffcf00;
  font-weight: 900;
  font-size: 2vw;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-align: center;
}
@media screen and (max-width: 991px) {
  .mainarea .startgame__two-textbox p {
    font-size: 4vw;
  }
}
.mainarea .startgame__block {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  width: 95%;
  max-width: 1280px;
  margin: auto;
  /* background: #eee; */
  text-align: center;
}
@media screen and (max-width: 991px) {
  .mainarea .startgame__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainarea .startgame__block-left {
  color: #a30c53;
  /* width: 50%; */
}
@media screen and (max-width: 991px) {
  .mainarea .startgame__block-left {
    /* width: 90%; */
  }
}
.mainarea .startgame__block-left h4 {
  font-family: var(--fontC);
  font-size: 60px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
}
@media (max-width: 1600px) {
  .mainarea .startgame__block-left h4 {
    font-size: 58px;
  }
}
@media (max-width: 1300px) {
  .mainarea .startgame__block-left h4 {
    font-size: 57px;
  }
}
@media (max-width: 1050px) {
  .mainarea .startgame__block-left h4 {
    font-size: 56px;
  }
}
.mainarea .startgame__block-left p {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #ff1e5c;
}
@media (max-width: 1600px) {
  .mainarea .startgame__block-left p {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .mainarea .startgame__block-left p {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .mainarea .startgame__block-left p {
    font-size: 16px;
  }
}
.pd-group {
    width: 80%;
    margin: 0 auto 1em;
}
.pd-group img {
  -webkit-animation: action 1s infinite alternate ease-in-out;
          animation: action 1s infinite alternate ease-in-out;
}
@-webkit-keyframes action {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes action {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
/* @-webkit-keyframes balloons {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-4deg);
            transform: translateY(0) rotate(-4deg);
  }
  50% {
    -webkit-transform: translateY(-25px) rotate(4deg);
            transform: translateY(-25px) rotate(4deg);
  }
}

@keyframes balloons {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-4deg);
            transform: translateY(0) rotate(-4deg);
  }
  50% {
    -webkit-transform: translateY(-25px) rotate(4deg);
            transform: translateY(-25px) rotate(4deg);
  }
} */
.periodBox {
    background: #ff1e5c;
    display: inline-block;
    padding: 10px 100px;
    border-radius: 10px;
    color: #fff;
}
.periodBox p {
  font-size: 20px;
  margin: 0;
}
@media (max-width: 768px) {
  .periodBox p {
    padding: 10px 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
    .periodBox {
        padding: 10px 10px;
        font-size: 16px;
    }
  }
.mainarea .startgame__block-right {
  color: #a30c53;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .mainarea .startgame__block-right {
    width: 90%;
  }
}
.mainarea .startgame__block-right img {
  width: 80%;
}
.mainarea .startgame__block-right a {
  display: block;
  padding: 5px 60px;
  background: #a30c53;
  border-radius: 40px;
  color: #fff;
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  font-family: var(--fontC);
  cursor: pointer;
  -webkit-animation: bigsmall 1s infinite alternate;
          animation: bigsmall 1s infinite alternate;
}
@media (max-width: 1600px) {
  .mainarea .startgame__block-right a {
    font-size: 38px;
  }
}
@media (max-width: 1300px) {
  .mainarea .startgame__block-right a {
    font-size: 37px;
  }
}
@media (max-width: 1050px) {
  .mainarea .startgame__block-right a {
    font-size: 36px;
  }
}
.mainarea .social {
  padding: 120px 0;
  background: #a30c53;
  position: relative;
}
.mainarea .social__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  width: 100%;
  max-width: 1920px;
}
.mainarea .social__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  max-width: 1280px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 5;
}
.mainarea .social__block h4 {
  font-family: var(--fontC);
  font-size: 60px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 1600px) {
  .mainarea .social__block h4 {
    font-size: 58px;
  }
}
@media (max-width: 1300px) {
  .mainarea .social__block h4 {
    font-size: 57px;
  }
}
@media (max-width: 1050px) {
  .mainarea .social__block h4 {
    font-size: 56px;
  }
}
.mainarea .social__block p {
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #ffcf00;
  text-align: center;
}
@media (max-width: 1600px) {
  .mainarea .social__block p {
    font-size: 18px;
  }
}
@media (max-width: 1300px) {
  .mainarea .social__block p {
    font-size: 17px;
  }
}
@media (max-width: 1050px) {
  .mainarea .social__block p {
    font-size: 16px;
  }
}
.mainarea .social__block-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
.mainarea .social__block-btn a {
  width: 80px;
  margin: 10px;
}
.mainarea .earn {
  padding: 10px 0;
  background: #ffcf00;
  position: relative;
}
.mainarea .earn__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  max-width: 1080px;
  margin: auto;
}
.mainarea .earn__block-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .mainarea .earn__block-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainarea .earn__block-area > a {
  width: calc(25% - 20px);
}
@media screen and (max-width: 991px) {
  .mainarea .earn__block-area > a {
    width: 60%;
  }
}
.mainarea .earn__block h4 {
  font-family: var(--fontC);
  font-size: 60px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  color: #a30c53;
  text-align: center;
}
@media (max-width: 1600px) {
  .mainarea .earn__block h4 {
    font-size: 58px;
  }
}
@media (max-width: 1300px) {
  .mainarea .earn__block h4 {
    font-size: 57px;
  }
}
@media (max-width: 1050px) {
  .mainarea .earn__block h4 {
    font-size: 56px;
  }
}
.mainarea .earn__block p {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #a30c53;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .mainarea .earn__block p {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .mainarea .earn__block p {
    font-size: 21px;
  }
}
@media (max-width: 1050px) {
  .mainarea .earn__block p {
    font-size: 20px;
  }
}
.mainarea .howtowork {
  padding: 10px 0;
  background: #ffcf00;
  position: relative;
}
.mainarea .howtowork__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  max-width: 1000px;
  margin: auto;
}
.mainarea .howtowork__block-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .mainarea .howtowork__block-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mainarea .howtowork__block-area > div {
  width: calc(33.3333333333% - 20px);
  background: #a30c53;
  border: 7px solid #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 991px) {
  .mainarea .howtowork__block-area > div {
    width: 90%;
    margin: 10px 0;
  }
}
.mainarea .howtowork__block img {
  width: 60%;
}
.mainarea .howtowork__block h4 {
  font-family: var(--fontC);
  font-size: 60px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  color: #ff1e5c;
  text-align: center;
}
@media (max-width: 1600px) {
  .mainarea .howtowork__block h4 {
    font-size: 58px;
  }
}
@media (max-width: 1300px) {
  .mainarea .howtowork__block h4 {
    font-size: 57px;
  }
}
@media (max-width: 1050px) {
  .mainarea .howtowork__block h4 {
    font-size: 56px;
  }
}
.mainarea .howtowork__block p {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .mainarea .howtowork__block p {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .mainarea .howtowork__block p {
    font-size: 21px;
  }
}
@media (max-width: 1050px) {
  .mainarea .howtowork__block p {
    font-size: 20px;
  }
}
.mainarea .howtowork__block-tnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .mainarea .howtowork__block-tnc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mainarea .howtowork__block-tnc a {
  width: 45%;
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0 5%;
  background: #ff1e5c;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  border-radius: 50px;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .mainarea .howtowork__block-tnc a {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .mainarea .howtowork__block-tnc a {
    font-size: 21px;
  }
}
@media (max-width: 1050px) {
  .mainarea .howtowork__block-tnc a {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mainarea .howtowork__block-tnc a {
    width: 80%;
    margin: 10px;
  }
}
.mainarea .giftguides {
  padding: 10px 0;
  position: relative;
  background: #ff1e5c;
}
.mainarea .giftguides__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  max-width: 880px;
  margin: auto;
}
.mainarea .giftguides__block h4 {
  font-family: var(--fontC);
  font-size: 60px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  color: #fff;
  text-align: center;
}
.mainarea .giftguides__block-mid .wrapper {
  display: flex;
  justify-content: center;
}
.mainarea .giftguides__block-mid .wrapper .wrapper__item {
  width: 50%;
  margin: 20px;
  text-decoration: none;
}
@media (max-width: 1600px) {
  .mainarea .giftguides__block h4 {
    font-size: 58px;
  }
}
@media (max-width: 1300px) {
  .mainarea .giftguides__block h4 {
    font-size: 57px;
  }
}
@media (max-width: 1050px) {
  .mainarea .giftguides__block h4 {
    font-size: 56px;
  }
}
.mainarea .giftguides__block p {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #e7e7e7;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1600px) {
  .mainarea .giftguides__block p {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .mainarea .giftguides__block p {
    font-size: 15px;
  }
}
@media (max-width: 1050px) {
  .mainarea .giftguides__block p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .mainarea .giftguides__block-mid .wrapper {
    display: block;
  }
  .mainarea .giftguides__block-mid .wrapper .wrapper__item {
    width: 90%;
    margin: 20px auto 40px;
  }
}
.mainarea .loginpop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 99;
  opacity: 0;
}
.mainarea .loginpop a {
  text-decoration: underline;
  color: #fff;
}
.mainarea .loginpop a:hover {
  opacity: 0.7;
}
.mainarea .loginpop__block {
  background: #a30c53;
  max-width: 1280px;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 20px;
}
.mainarea .loginpop__block-derat {
  position: absolute;
  width: 25%;
  right: 80%;
  top: 30%;
}
@media screen and (max-width: 991px) {
  .mainarea .loginpop__block-derat {
    display: none;
  }
}
.mainarea .loginpop__block-textbox {
  width: 80%;
  margin: auto;
  max-width: 680px;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.mainarea .loginpop__block-cacheimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
.mainarea .loginpop__block-cacheimg img {
  width: 120px;
}
.mainarea .loginpop__block-cacheimg p {
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
}
.mainarea .loginpop__block-cacheimg p:hover {
  opacity: 0.7;
}
.mainarea .loginpop__block-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.mainarea .loginpop__block-input label {
  color: #fff;
  margin: 5px 0;
  font-size: 16px;
}
.mainarea .loginpop__block-input input {
  height: 40px;
}
.mainarea .loginpop__block-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mainarea .loginpop__block-checkbox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mainarea .loginpop__block-checkbox p span:nth-child(1) {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}
.mainarea .loginpop__block-checkbox p span:nth-child(2) {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}
.mainarea .loginpop__block-loginbtn {
  width: 80%;
  margin: auto;
  background: #ffcf00;
  padding: 10px;
  font-size: 30px;
  font-weight: 900;
  border-radius: 100px;
  text-align: center;
  color: #a30c53;
  margin-top: 40px;
  cursor: pointer;
}
.mainarea .loginpop__block-loginbtn:hover {
  opacity: 0.75;
}
.mainarea .loginpop__block-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.mainarea .loginpop__block-createa {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 5px 15px;
}
.mainarea .loginpop__block-createa:hover {
  text-decoration: underline;
}
.mainarea .loginpop__block-forget {
  color: #fff;
  font-size: 16px;
  margin: 5px 15px;
}
.mainarea .loginpop__block-forget:hover {
  text-decoration: underline;
}
.mainarea .loginpop__block-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 4em;
  height: 4em;
  border: none;
  background: none;
}
.mainarea .loginpop__block-X {
  content: "";
  position: absolute;
  top: 50%;
  left: 33%;
  width: 2em;
  height: 1.5px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mainarea .loginpop__block-Y {
  content: "";
  position: absolute;
  top: 50%;
  left: 33%;
  width: 2em;
  height: 1.5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mainarea .loginpop__block-closetext {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -40%;
  left: 70%;
  width: 3em;
  height: 1.7em;
  font-size: 16px;
  background-color: rgb(254, 255, 225);
  color: #000;
  border: 1px solid #000;
  pointer-events: none;
  opacity: 0;
}
.mainarea .loginsign {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 99;
  opacity: 0;
}
.mainarea .loginsign a {
  text-decoration: underline;
  color: #fff;
}
.mainarea .loginsign a:hover {
  opacity: 0.7;
}
.mainarea .loginsign__block {
  background: #a30c53;
  max-width: 1280px;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 20px;
}
.mainarea .loginsign__block-derat {
  position: absolute;
  width: 25%;
  right: 80%;
  top: 30%;
}
@media screen and (max-width: 991px) {
  .mainarea .loginsign__block-derat {
    display: none;
  }
}
.mainarea .loginsign__block-textbox {
  width: 80%;
  margin: auto;
  max-width: 680px;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.mainarea .loginsign__block-cacheimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
.mainarea .loginsign__block-cacheimg img {
  width: 120px;
}
.mainarea .loginsign__block-cacheimg p {
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
}
.mainarea .loginsign__block-cacheimg p:hover {
  opacity: 0.7;
}
.mainarea .loginsign__block-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.mainarea .loginsign__block-input label {
  color: #fff;
  margin: 5px 0;
  font-size: 16px;
}
.mainarea .loginsign__block-input input {
  height: 40px;
  padding-left: 15px;
}
.mainarea .loginsign__block-input select {
  height: 40px;
  padding-left: 15px;
}
.mainarea .loginsign__block-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px 0;
}
.mainarea .loginsign__block-checkbox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mainarea .loginsign__block-checkbox p span:nth-child(1) {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin-top: -5px;
}
.mainarea .loginsign__block-checkbox p span:nth-child(2) {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}
.mainarea .loginsign__block-loginbtn {
  width: 80%;
  margin: auto;
  background: #ffcf00;
  padding: 10px;
  font-size: 30px;
  font-weight: 900;
  border-radius: 100px;
  text-align: center;
  color: #a30c53;
  margin-top: 40px;
  cursor: pointer;
}
.mainarea .loginsign__block-loginbtn:hover {
  opacity: 0.75;
}
.mainarea .loginsign__block-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.mainarea .loginsign__block-createa {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 5px 15px;
}
.mainarea .loginsign__block-createa:hover {
  text-decoration: underline;
}
.mainarea .loginsign__block-forget {
  color: #fff;
  font-size: 16px;
  margin: 5px 15px;
}
.mainarea .loginsign__block-forget:hover {
  text-decoration: underline;
}
.mainarea .loginsign__block-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 4em;
  height: 4em;
  border: none;
  background: none;
}
.mainarea .loginsign__block-X {
  content: "";
  position: absolute;
  top: 50%;
  left: 33%;
  width: 2em;
  height: 1.5px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mainarea .loginsign__block-Y {
  content: "";
  position: absolute;
  top: 50%;
  left: 33%;
  width: 2em;
  height: 1.5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mainarea .loginsign__block-closetext {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -40%;
  left: 70%;
  width: 3em;
  height: 1.7em;
  font-size: 16px;
  background-color: rgb(254, 255, 225);
  color: #000;
  border: 1px solid #000;
  pointer-events: none;
  opacity: 0;
}
.mainarea .prizeList {
  padding: 10px 0;
  position: relative;
  background: #ffcf00;
}
.mainarea .prizeList__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  max-width: 1280px;
  margin: auto;
}
.mainarea .prizeList__block-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .mainarea .prizeList__block-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mainarea .prizeList__block-area > div {
  width: calc(20% - 20px);
  border: 7px solid #a30c53;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
@media screen and (max-width: 991px) {
  .mainarea .prizeList__block-area > div {
    width: 45%;
    margin: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .mainarea .prizeList__block-area > div {
    width: 60%;
  }
}
.mainarea .prizeList__block img {
  width: 80%;
}
.mainarea .prizeList__block h6 {
  color: #a30c53;
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
  width: 90%;
}
@media (max-width: 1600px) {
  .mainarea .prizeList__block h6 {
    font-size: 16px;
  }
}
@media (max-width: 1300px) {
  .mainarea .prizeList__block h6 {
    font-size: 15px;
  }
}
@media (max-width: 1050px) {
  .mainarea .prizeList__block h6 {
    font-size: 14px;
  }
}
.mainarea .prizeList__block h4 {
  font-family: var(--fontC);
  font-size: 60px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  color: #a30c53;
  text-align: center;
}
@media (max-width: 1600px) {
  .mainarea .prizeList__block h4 {
    font-size: 58px;
  }
}
@media (max-width: 1300px) {
  .mainarea .prizeList__block h4 {
    font-size: 57px;
  }
}
@media (max-width: 1050px) {
  .mainarea .prizeList__block h4 {
    font-size: 56px;
  }
}
.mainarea .prizeList__block p {
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #a30c53;
  text-align: center;
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1600px) {
  .mainarea .prizeList__block p {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .mainarea .prizeList__block p {
    font-size: 13px;
  }
}
@media (max-width: 1050px) {
  .mainarea .prizeList__block p {
    font-size: 12px;
  }
}
.mainarea .prizeList__block-tnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .mainarea .prizeList__block-tnc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mainarea .prizeList__block-tnc a {
  width: 45%;
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0 5%;
  background: #1f1f1f;
  color: #ffcf00;
  text-align: center;
  padding: 15px 0;
  border-radius: 50px;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .mainarea .prizeList__block-tnc a {
    font-size: 22px;
  }
}
@media (max-width: 1300px) {
  .mainarea .prizeList__block-tnc a {
    font-size: 21px;
  }
}
@media (max-width: 1050px) {
  .mainarea .prizeList__block-tnc a {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .mainarea .prizeList__block-tnc a {
    width: 80%;
    margin: 10px;
  }
}
.mainarea .popoutreward {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 99;
  opacity: 0;
}
.mainarea .popoutreward a {
  text-decoration: underline;
  color: #fff;
}
.mainarea .popoutreward a:hover {
  opacity: 0.7;
}
.mainarea .popoutreward__block {
  background: #a30c53;
  max-width: 1280px;
  width: 90%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 20px;
}
.mainarea .popoutreward__block-derat {
  position: absolute;
  width: 25%;
  right: 80%;
  top: 30%;
}
@media screen and (max-width: 991px) {
  .mainarea .popoutreward__block-derat {
    display: none;
  }
}
.mainarea .popoutreward__block-textbox {
  width: 80%;
  margin: auto;
  max-width: 680px;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
.mainarea .popoutreward__block-cacheimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
.mainarea .popoutreward__block-cacheimg img {
  width: 120px;
}
.mainarea .popoutreward__block-cacheimg p {
  color: #fff;
  cursor: pointer;
  margin-left: 5px;
}
.mainarea .popoutreward__block-cacheimg p:hover {
  opacity: 0.7;
}
.mainarea .popoutreward__block-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}
.mainarea .popoutreward__block-input label {
  color: #fff;
  margin: 5px 0;
  font-size: 16px;
}
.mainarea .popoutreward__block-input input {
  height: 40px;
  padding-left: 15px;
}
.mainarea .popoutreward__block-input select {
  height: 40px;
  padding-left: 15px;
}
.mainarea .popoutreward__block-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px 0;
}
.mainarea .popoutreward__block-checkbox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mainarea .popoutreward__block-checkbox p span:nth-child(1) {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin-top: -5px;
}
.mainarea .popoutreward__block-checkbox p span:nth-child(2) {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
}
.mainarea .popoutreward__block-loginbtn {
  width: 80%;
  margin: auto;
  background: #ffcf00;
  padding: 10px;
  font-size: 30px;
  font-weight: 900;
  border-radius: 100px;
  text-align: center;
  color: #a30c53;
  margin-top: 40px;
  cursor: pointer;
}
.mainarea .popoutreward__block-loginbtn:hover {
  opacity: 0.75;
}
.mainarea .popoutreward__block-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.mainarea .popoutreward__block-createa {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin: 5px 15px;
}
.mainarea .popoutreward__block-createa:hover {
  text-decoration: underline;
}
.mainarea .popoutreward__block-forget {
  color: #fff;
  font-size: 16px;
  margin: 5px 15px;
}
.mainarea .popoutreward__block-forget:hover {
  text-decoration: underline;
}
.mainarea .popoutreward__block-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 4em;
  height: 4em;
  border: none;
  background: none;
}
.mainarea .popoutreward__block-X {
  content: "";
  position: absolute;
  top: 50%;
  left: 33%;
  width: 2em;
  height: 1.5px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mainarea .popoutreward__block-Y {
  content: "";
  position: absolute;
  top: 50%;
  left: 33%;
  width: 2em;
  height: 1.5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mainarea .popoutreward__block-closetext {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -40%;
  left: 70%;
  width: 3em;
  height: 1.7em;
  font-size: 16px;
  background-color: rgb(254, 255, 225);
  color: #000;
  border: 1px solid #000;
  pointer-events: none;
  opacity: 0;
}

@-webkit-keyframes wave-animation1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 4000px 0;
  }
}

@keyframes wave-animation1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 4000px 0;
  }
}
.wave1 {
  background: url("https://storage-asset.msi.com/event/2023/Corp/game37th/images/G03.png") 0 0 repeat-x;
}

.wave2 {
  background: url("https://storage-asset.msi.com/event/2023/Corp/game37th/images/G02.png") 0 0 repeat-x;
}

.wave3 {
  background: url("https://storage-asset.msi.com/event/2023/TH/game37th/images/G03.png") 0 0 repeat-x;
}

.startgame__two {
  display: none;
}

#sim {
  width: 100%;
  margin: auto;
  display: block;
  background: url("https://storage-asset.msi.com/event/2023/Corp/game37th/images/as.png") no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center;
  margin-top: 100px;
  border-radius: 30px;
}

@-webkit-keyframes balloon1 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-6deg);
            transform: translateY(0) rotate(-6deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(8deg);
            transform: translateY(-20px) rotate(8deg);
  }
}

@keyframes balloon1 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-6deg);
            transform: translateY(0) rotate(-6deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(8deg);
            transform: translateY(-20px) rotate(8deg);
  }
}
@-webkit-keyframes balloon2 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
  }
  50% {
    -webkit-transform: translateY(-30px) rotate(-8deg);
            transform: translateY(-30px) rotate(-8deg);
  }
}
@keyframes balloon2 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
  }
  50% {
    -webkit-transform: translateY(-30px) rotate(-8deg);
            transform: translateY(-30px) rotate(-8deg);
  }
}
@-webkit-keyframes balloon3 {
  0%, 100% {
    -webkit-transform: translate(0, -10px) rotate(6eg);
            transform: translate(0, -10px) rotate(6eg);
  }
  50% {
    -webkit-transform: translate(-20px, 30px) rotate(-8deg);
            transform: translate(-20px, 30px) rotate(-8deg);
  }
}
@keyframes balloon3 {
  0%, 100% {
    -webkit-transform: translate(0, -10px) rotate(6eg);
            transform: translate(0, -10px) rotate(6eg);
  }
  50% {
    -webkit-transform: translate(-20px, 30px) rotate(-8deg);
            transform: translate(-20px, 30px) rotate(-8deg);
  }
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}
.styled-checkbox:hover + label:before {
  background: #f35429;
}
.styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #f35429;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
          box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.imgdra {
  position: absolute;
  z-index: 20;
  -webkit-filter: drop-shadow(0 0 20px #fff);
          filter: drop-shadow(0 0 20px #fff);
  pointer-events: none;
}
.imgdra1 {
  width: 10%;
  left: 85%;
  top: 5%;
}
@media screen and (max-width: 767px) {
  .imgdra1 {
    width: 25%;
    left: 70%;
    top: 75%;
  }
}
.imgdra2 {
  width: 15%;
  left: 3%;
  top: 45%;
}
@media screen and (max-width: 767px) {
  .imgdra2 {
    width: 25%;
    left: 3%;
    top: 75%;
  }
}
.imgdra3 {
  width: 10%;
  left: 3%;
  top: 0%;
}
@media screen and (max-width: 991px) {
  .imgdra3 {
    display: none;
  }
}
.imgdra4 {
  width: 20%;
  left: 5%;
  top: 20%;
}
@media screen and (max-width: 991px) {
  .imgdra4 {
    top: 0%;
  }
}
@media screen and (max-width: 767px) {
  .imgdra4 {
    width: 40%;
    left: 5%;
    top: 80%;
  }
}
.imgdra5 {
  width: 10%;
  left: 85%;
  top: 20%;
}
@media screen and (max-width: 991px) {
  .imgdra5 {
    top: 0%;
  }
}
@media screen and (max-width: 767px) {
  .imgdra5 {
    width: 18%;
    left: 70%;
    top: 80%;
  }
}
.imgdra6 {
  width: 15%;
  left: 3%;
  top: 25%;
}
@media screen and (max-width: 1350px) {
  .imgdra6 {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .imgdra6 {
    width: 40%;
    left: 5%;
    top: 100%;
  }
}
.imgdra7 {
  width: 10%;
  left: 85%;
  top: 25%;
}
@media screen and (max-width: 1350px) {
  .imgdra7 {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .imgdra7 {
    width: 18%;
    left: 70%;
    top: 100%;
  }
}
.imgdra8 {
  width: 15%;
  left: 3%;
  top: 25%;
}
@media screen and (max-width: 1350px) {
  .imgdra8 {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .imgdra8 {
    width: 40%;
    left: 5%;
    top: 100%;
  }
}
.imgdra9 {
  width: 10%;
  left: 85%;
  top: 25%;
}
@media screen and (max-width: 1350px) {
  .imgdra9 {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .imgdra9 {
    width: 18%;
    left: 70%;
    top: 100%;
  }
}

.iconpoint {
  width: 120px;
  position: fixed;
  z-index: 22;
  right: 0;
  bottom: 0;
  display: none;
}
.iconpoint__textbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.iconpoint__textbox p {
  font-size: 14px;
}
.iconpoint__textbox h6 {
  font-size: 20px;
}

@-webkit-keyframes bigsmall {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bigsmall {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}/*# sourceMappingURL=index4.css.map */



/* new tab */
/* Style the tab */
.pdTab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  /* background-color: #f1f1f1; */
  display: flex;
  max-width: 1280px;
}

/* Style the buttons inside the tab */
.pdTab button {
  background-color: inherit;
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width: 25%;
}

/* Change background color of buttons on hover */
.pdTab button:hover {
  /* background-color: #ddd; */
}

/* Create an active/current tablink class */
.pdTab button.active {
  /* background-color: #ccc; */
  background-color: #d11557;
  border-radius: 10px;
}

/* Style the tab content */
.social__block .tabcontent {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  /* border-top: none; */
  text-align: center;
  margin: 50px 0;
  -webkit-animation: float-up .5s ease-in-out;
          animation: float-up .5s ease-in-out;
}

.social__block .tabcontent h3 {
  font-size: 30px;
  color: #ffcf00;
  margin: 20px 0;
}

.social__block .tabcontent .tabcontent__block {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d11557;
  border-radius: 20px;
  border: 3px solid #ffcf00;
  padding: 20px;
  margin: 50px 0;
}

.social__block .tabcontent .tabcontent__block-title {
  width: 50%;
  position: relative;
}

.social__block .tabcontent .tabcontent__block-title {
  width: 50%;
}

.social__block .tabcontent .tabcontent__block-title h5 {
  font-size: 24px;
  color: #fff;
  margin: 20px 0;
  width: 100%;
  /* display: contents; */
  display: inline-block;
}

.social__block .tabcontent .tabcontent__block-pd {
  width: 50%;
  position: relative;
}

.social__block .tabcontent .tabcontent__block-pd img {
  width: 500px;
}


.social__block .tabcontent .tabcontent__block-pd .chairImg img {
  height: 180px;
  width: auto;
}

.social__block .tabcontent .tabcontent__block-pd:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 2px;
  height: 100%;
  border-left-style: dotted;
  color: #ffcf00;
}

/* tab - model, prize style */
/* pc version */
.social__block .tabcontent .model-name-style1::after {
  content: "Eligible Model";
  position: absolute;
  top: -120%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #d11557;
  background: #ffcf00;
  padding: 10px;
  border-radius: 50px;
}

.social__block .tabcontent .prize-name-style1::after {
  content: "Prize";
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #d11557;
  background: #ffcf00;
  padding: 10px 40px;
  border-radius: 50px;
}

.social__block .tabcontent .model-name-style2::after {
  content: "Eligible Model";
  position: absolute;
  top: -65%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #d11557;
  background: #ffcf00;
  padding: 10px;
  border-radius: 50px;
}

.social__block .tabcontent .prize-name-style2::after {
  content: "Prize";
  position: absolute;
  top: -27%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #d11557;
  background: #ffcf00;
  padding: 10px 40px;
  border-radius: 50px;
}

.social__block .tabcontent .model-name-style3::after {
  content: "Eligible Model";
  position: absolute;
  top: -85%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #d11557;
  background: #ffcf00;
  padding: 10px;
  border-radius: 50px;
}

.social__block .tabcontent .prize-name-style3::after {
  content: "Prize";
  position: absolute;
  top: -22%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #d11557;
  background: #ffcf00;
  padding: 10px 40px;
  border-radius: 50px;
}

.social__block .tabcontent .model-name-style4::after {
  content: "Eligible Model";
  position: absolute;
  top: -135%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #d11557;
  background: #ffcf00;
  padding: 10px;
  border-radius: 50px;
}

.social__block .tabcontent .prize-name-style4::after {
  content: "Prize";
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  color: #d11557;
  background: #ffcf00;
  padding: 10px 40px;
  border-radius: 50px;
}
/* xs version */
.social__block .name-xs {
  display: none;
}

/* common RWD */
@media screen and (max-width: 768px) {
  .social__block .pdTab {
    display: block;
    text-align: center;
  }

  .social__block .pdTab button { 
    width: 45%;
  }

  .social__block .tabcontent .tabcontent__block {
    display: block;
  }

  .social__block .tabcontent  {
    margin: 0;
  }

  .social__block .tabcontent .tabcontent__block-title {
    width: 100%;
    padding: 20px 0;
  }

  .social__block .tabcontent .tabcontent__block-title h5 {
    font-size: 20px;
    margin: 20px 0 0;
  }

  .social__block .tabcontent .tabcontent__block-pd {
    width: 100%;
    padding: 20px 0;
  }

  .social__block .tabcontent .tabcontent__block-pd:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left-style: none;
    border-top-style: dotted;
    color: #ffcf00;
  }

  .social__block .tabcontent .tabcontent__block-pd figure {
    margin: 20px 0 0;
  }

  .social__block .tabcontent .tabcontent__block-pd .chairImg img {
    height: auto;
  }

  .social__block .tabcontent .model-name-style1::after, .social__block .tabcontent .prize-name-style1::after, 
  .social__block .tabcontent .model-name-style2::after, .social__block .tabcontent .prize-name-style2::after,
  .social__block .tabcontent .model-name-style3::after, .social__block .tabcontent .prize-name-style3::after,
  .social__block .tabcontent .model-name-style4::after, .social__block .tabcontent .prize-name-style4::after {
    display: none;
  }

  /* tab - model, prize style */
  /* xs version */
  .social__block .name-xs {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #d11557;
    background: #ffcf00;
    padding: 10px 40px;
    border-radius: 50px;
  }
}

@-webkit-keyframes float-up {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float-up {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


.mainarea .wtb {
  padding: 10px 0 140px 0;
  position: relative;
  background: #a30c53;
}
.mainarea .wtb__block {
  width: 95%;
  max-width: 1280px;
  margin: auto;
}
.mainarea .wtb__block h4 {
  font-family: var(--fontC);
  font-size: 60px;
  margin-bottom: 1em;
  line-height: 1.5em;
  /* margin: 0; */
  color: #fff;
  text-align: center;
}