body {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

img.full {
  width: 100%;
}

#Tabbox ul.tabNav {
  width: 99.8%;
  margin: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 1px solid rgba(173, 33, 105, 0.5);
}

@media screen and (max-width: 768px) {
  #Tabbox ul.tabNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#Tabbox ul.tabNav li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 130px;
  list-style: none;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Geforce-Bold';
  color: rgba(173, 33, 105, 0.5);
  cursor: pointer;
  background: url("../images/btn-bg.jpg") top left no-repeat;
  background-size: cover;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

@media screen and (max-width: 960px) {
  #Tabbox ul.tabNav li {
    font-size: 1.6em;
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  #Tabbox ul.tabNav li {
    font-size: 1.2em;
    line-height: 1;
    padding: 20px 0;
  }
}

#Tabbox ul.tabNav li:nth-child(1) {
  border-right: 1px solid rgba(173, 33, 105, 0.5);
}

@media screen and (max-width: 768px) {
  #Tabbox ul.tabNav li:nth-child(1) {
    border-right: 0;
    border-bottom: 1px solid rgba(173, 33, 105, 0.5);
  }
}

#Tabbox ul.tabNav li:hover, #Tabbox ul.tabNav li.active {
  color: #fff;
  background: url("../images/btn-bg.jpg") center no-repeat;
  background-size: cover;
}

#Tabbox ul.tabNav li span {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Tabbox .tabContainer {
  max-width: 1920px;
  margin: auto;
}

#schedule {
  margin: 3% auto;
}

/* SIGN UP Prize */
#SignupPrize .listBlock {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 5% auto;
}

@media screen and (max-width: 1024px) {
  #SignupPrize .listBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#SignupPrize .listBlock__item {
  width: calc( 100%/2 - 150px);
  padding: 40px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 5px #400328, 0px 0px 10px #400328, 0px 0px 20px #ad2169;
          box-shadow: 0px 0px 5px #400328, 0px 0px 10px #400328, 0px 0px 20px #ad2169;
}

@media screen and (max-width: 1280px) {
  #SignupPrize .listBlock__item {
    width: calc( 100%/2 - 100px);
  }
}

@media screen and (max-width: 1024px) {
  #SignupPrize .listBlock__item {
    width: 85%;
    margin: 5% 0;
  }
}

#SignupPrize .listBlock__item--sub {
  font-size: 1.2em;
}

#SignupPrize .listBlock__item--sub::before, #SignupPrize .listBlock__item--sub::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: #ad2169;
}

#SignupPrize .listBlock__item h3 {
  font-size: 2.2em;
  margin: 40px auto;
}

#SignupPrize .listBlock__item figure {
  margin: 5%;
}

#SignupPrize .listBlock__item p {
  font-size: 1em;
  line-height: 1.4;
}

#prize .GrandPrizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

@media (max-width: 1024px) {
  #prize .GrandPrizes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#prize .GrandPrizes a {
  width: calc(100% / 3 - 50px);
  margin: 40px auto;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px rgba(232, 205, 12, 0.5), 0px 0px 10px rgba(232, 205, 12, 0.5), 0px 0px 20px rgba(255, 118, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(232, 205, 12, 0.5), 0px 0px 10px rgba(232, 205, 12, 0.5), 0px 0px 20px rgba(255, 118, 0, 0.5);
}

@media (max-width: 1024px) {
  #prize .GrandPrizes a {
    width: 90%;
    margin: 20px auto;
  }
}

#prize .GrandPrizes a .prize-box {
  padding: 40px 30px;
  text-align: center;
}

#prize .GrandPrizes a .prize-box span {
  display: block;
  width: 100%;
  color: #a77a2d;
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

#prize .GrandPrizes a .prize-box h5 {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 1.3em;
}

#prize .GrandPrizes a .prize-box p {
  color: #9e9e9e;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

#prize .regular {
  padding-bottom: 30px;
}

#prize .regular__item img {
  max-width: 350px;
  margin: auto;
}

#prize .regular__item h5 {
  font-size: 1.3em;
  padding: 10px;
}

#prize .regular__item--txt {
  color: #9e9e9e;
}

#prize .regular__item--txt a {
  color: #007bff;
}

#prize .regular .slick-dots li.slick-active button:before, #prize .regular .slick-dots li button:before {
  color: #fff;
}

#curved sup {
  position: relative;
  top: -.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

#curved .kv p {
  text-align: center;
  width: 60%;
  margin: 3% auto;
  font-size: 1em;
}

@media screen and (max-width: 1024px) {
  #curved .kv p {
    width: 80%;
  }
}

#curved .kv p a {
  color: #007bff;
}

#curved .mnt {
  background: url("https://storage-asset.msi.com/event/2020/nb/CA-Dragon-Cup-2020/images/mnt-bg.jpg") top center no-repeat;
  background-size: cover;
  text-align: center;
  margin: auto;
  width: 100%;
  padding: 5% 0;
}

#curved .mnt h2 {
  font-size: 2.4em;
  text-transform: uppercase;
  padding-top: 3vh;
}

#curved .mnt h3 {
  font-size: 2em;
  font-weight: 900;
}

#curved .mnt p {
  width: 60%;
  margin: 2% auto;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #curved .mnt p {
    width: 80%;
  }
}

#curved .mnt__flex {
  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;
  margin: 8% auto;
  width: 80%;
}

#curved .mnt__flex figure {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

#curved .mnt__flex--txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

#curved .mnt__flex--txt p {
  width: 80%;
}

#curved .redeem {
  display: block;
}

#curved .redeem h2 {
  font-size: 2.6em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 80px 0 40px 0;
  font-family: 'DINPro-Regular', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#curved .redeem__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}

@media screen and (max-width: 1024px) {
  #curved .redeem__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#curved .redeem__flex .redeem__steps {
  display: block;
  width: 30%;
  margin-right: 2%;
  margin: 0 auto;
  padding: 5%;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #curved .redeem__flex .redeem__steps {
    width: 80%;
  }
}

#curved .redeem__flex .redeem__steps figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 150px;
  height: 150px;
  margin: 30px auto;
  text-align: center;
  border: 10px solid #4257af;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#curved .redeem__flex .redeem__steps figure img {
  display: block;
  width: 50px;
  margin: 0 auto;
}

#curved .redeem__flex .redeem__steps figure .material-icons {
  color: #fff;
  font-size: 45px;
}

#curved .redeem__flex .redeem__steps figure figcaption {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

#curved .redeem__flex .redeem__steps p a {
  color: #fff;
  text-decoration: underline;
}

#curved .redeem__flex .redeem__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1%;
  text-align: center;
  color: #4257af;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  #curved .redeem__flex .redeem__arrow {
    display: none;
  }
}

#curved .redeem__flex .redeem__arrow .material-icons {
  font-size: 45px;
}

#curved .redeem__flex .redeem__icon {
  display: block;
  width: 130px;
  height: 130px;
  background-color: rgba(252, 252, 252, 0.623);
  border-radius: 80px;
  border: 5px solid #0e436b;
  margin: 20px auto;
  text-align: center;
  color: #fff;
}

#curved .redeem .terms-wrapper {
  text-align: center;
}

#curved .redeem .terms-wrapper .terms__btn {
  font-size: 1.5em;
  display: inline-block;
  margin: 0 auto;
  border: 2px solid #a8a8a8;
  color: #FFF;
  padding: 5px 10px;
  text-align: center;
  background-color: #000;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  #curved .redeem .terms-wrapper .terms__btn {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  #curved .redeem .terms-wrapper .terms__btn {
    width: 80%;
  }
}

#curved .redeem .terms-wrapper .terms__btn:hover {
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  background-color: #616161d5;
}

#makeawish {
  background: url("https://storage-asset.msi.com/event/2020/nb/CA-Dragon-Cup-2020/images/makeawish_bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 2% 0;
  width: 100%;
}

@media screen and (min-width: 1921px) {
  #makeawish {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 1024px) {
  #makeawish {
    padding: 5% 0 2%;
  }
}

#makeawish::before {
  content: "";
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(10%, #000), to(transparent));
  background: linear-gradient(left, #000 0%, #000 10%, transparent);
}

@media screen and (min-width: 1921px) {
  #makeawish::before {
    display: block;
  }
}

#makeawish::after {
  content: "";
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 5%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#000), color-stop(10%, #000), to(transparent));
  background: linear-gradient(right, #000 0%, #000 10%, transparent);
}

@media screen and (min-width: 1921px) {
  #makeawish::after {
    display: block;
  }
}

#makeawish .makeawish__txtbox {
  width: 70%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #makeawish .makeawish__txtbox {
    width: 90%;
  }
}

#makeawish .makeawish__txtbox figure {
  width: 50%;
  margin: 3% auto;
}

@media screen and (max-width: 1024px) {
  #makeawish .makeawish__txtbox figure {
    width: 70%;
  }
}

#makeawish .makeawish__txtbox figure:nth-child(1) {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  #makeawish .makeawish__txtbox figure:nth-child(1) {
    width: 30%;
  }
}

#makeawish .makeawish__txtbox p {
  font-size: 1.4em;
  padding: 2% 3%;
}

@media screen and (max-width: 1024px) {
  #makeawish .makeawish__txtbox p {
    font-size: 1.1em;
    line-height: 1.6;
  }
}

#makeawish .makeawish__txtbox a {
  display: block;
  max-width: 300px;
  text-decoration: none;
  font-size: 1.2em;
  color: #fff;
  border: 2px solid #fff;
  padding: 15px;
  margin: 3% auto;
}

#makeawish .makeawish__txtbox a:hover {
  background: #666;
}
/*# sourceMappingURL=main__20210513.css.map */