* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

html {
  scroll-behavior: smooth;
}

.kv {
  position: relative;
}
.kv img {
  width: 100%;
}
.kv__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.mainTxt {
  position: inherit;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  z-index: 20;
}
@media (min-width: 996px) {
  .mainTxt {
    font-size: 75px;
  }
}
.mainTxt__box01 {
  color: #fff;
}
.mainTxt__box02 {
  color: #fff;
  -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.3));
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #AD280A;
}
@media (min-width: 996px) {
  .mainTxt__box02 {
    -webkit-text-stroke-width: 3px;
  }
}

.main-title {
  position: inherit;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  z-index: 20;
  color: #fff;
  -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.3));
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #AD280A;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 60px;
  }
}

.bgWrapper {
  background-image: url(https://storage-asset.msi.com/event/2026/cnd/john-carpenters-toxic-commando/images/eligible-bg.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.eligible {
  position: relative;
  padding: 5% 0;
}
.eligible::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(30%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(#000, rgba(0, 0, 0, 0.6) 30%);
  z-index: 0;
}
.eligible::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000), to(transparent));
  background: linear-gradient(to top, #000 10%, transparent);
  z-index: 0;
}
.eligible__title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  z-index: 20;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 996px) {
  .eligible__title {
    font-size: 32px;
  }
}
.eligible__wrapper {
  position: relative;
  z-index: 10;
}
.eligible__wrapper-pdLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0 0 20px;
}
@media (min-width: 996px) {
  .eligible__wrapper-pdLine {
    gap: 50px;
  }
}
.eligible__wrapper-pdLine .itemBox {
  position: relative;
}
.eligible__wrapper-pdLine .itemBox figure {
  position: relative;
  width: 75%;
  margin: 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 0;
  padding: 40px 0;
}
.eligible__wrapper-pdLine .itemBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.eligible__wrapper-pdLine .itemBox h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  z-index: 20;
  text-transform: uppercase;
  -webkit-filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 0 18px rgba(0, 0, 0, 0.3));
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #AD280A;
}
@media (min-width: 996px) {
  .eligible__wrapper-pdLine .itemBox h4 {
    font-size: 60px;
    -webkit-text-stroke-width: 3px;
  }
}
.eligible__wrapper-subTitle {
  position: relative;
  color: #e3ddd7;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px 0 10px;
}
@media (min-width: 996px) {
  .eligible__wrapper-subTitle {
    font-size: 28px;
    padding: 5% 0 2%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.eligible__wrapper-subTitle::before, .eligible__wrapper-subTitle::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #fff;
}
.eligible__wrapper-subTitle::before {
  margin-right: 5%;
}
.eligible__wrapper-subTitle::after {
  margin-left: 5%;
}
.eligible__wrapper-subTitle h4 {
  font-size: 20px;
  padding: 5px 25px;
  border-radius: 10px;
}
@media (min-width: 996px) {
  .eligible__wrapper-subTitle h4 {
    font-size: 26px;
  }
}
.eligible__wrapper-bigsubtabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eligible__wrapper-bigsubtabs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: auto;
  color: rgba(255, 255, 255, 0.6392156863);
  font-weight: bold;
  font-size: 12px;
  margin: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  background: rgba(235, 92, 223, 0.3058823529);
  border: 1px solid #eb5cb2;
}
@media (min-width: 996px) {
  .eligible__wrapper-bigsubtabs-item {
    font-size: 20px;
  }
}
.eligible__wrapper-bigsubtabs-item:hover {
  color: #fff;
  cursor: pointer;
  background: rgba(235, 92, 223, 0.6784313725);
}
.eligible__wrapper-bigsubtabs-item.active {
  color: #fff;
  background: #eb5cb2;
  text-shadow: 0 0 10px #fff;
  -webkit-filter: drop-shadow(0 0 10px #000);
          filter: drop-shadow(0 0 10px #000);
}
.eligible__wrapper-filtersubtabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
}
.eligible__wrapper-filtersubtabs-item {
  width: auto;
  color: rgba(255, 255, 255, 0.5137254902);
  font-weight: bold;
  font-size: 14px;
  margin: 10px 5px;
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #f1f1f1;
  background: rgba(255, 255, 255, 0.2);
}
@media (min-width: 996px) {
  .eligible__wrapper-filtersubtabs-item {
    font-size: 20px;
    margin: 10px;
  }
}
.eligible__wrapper-filtersubtabs-item:hover {
  cursor: pointer;
  color: #fff;
  background: rgba(255, 255, 255, 0.6);
}
.eligible__wrapper-filtersubtabs-item.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.6);
  text-shadow: 0 0 10px #fff;
  -webkit-filter: drop-shadow(0 0 10px #000);
          filter: drop-shadow(0 0 10px #000);
}
.eligible__wrapper-table {
  margin: 20px 0;
}
.eligible__wrapper-table .item {
  display: block;
  width: calc(30% - 20px);
  margin: 10px;
}
.eligible__wrapper-table .item .pdNameCol {
  width: 65%;
  border-right: 1px solid #e3bd99;
}
.eligible__wrapper-table .item .steamCodeCol {
  width: 35%;
}
.eligible__wrapper-table .item .steamCodeCol .col-numBox {
  font-size: 14px;
  padding: 15px;
  text-align: center;
  height: 100%;
  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;
}
@media (min-width: 996px) {
  .eligible__wrapper-table .item .steamCodeCol .col-numBox {
    font-size: 20px;
  }
}
.eligible__wrapper-table .item .col-title {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 5px;
  background: #34537b;
  height: 100%;
  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;
}
@media (min-width: 996px) {
  .eligible__wrapper-table .item .col-title {
    font-size: 22px;
    padding: 10px;
  }
}
.eligible__wrapper-table .item .col-pdBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
.eligible__wrapper-table .item .col-pdBox__name {
  font-size: 14px;
  margin-right: 20px;
  color: #fff;
}
@media (min-width: 996px) {
  .eligible__wrapper-table .item .col-pdBox__name {
    font-size: 20px;
  }
}
.eligible__wrapper-table .item .col-pdBox__name:hover {
  text-decoration: underline;
}
.eligible__wrapper-table .item .col-pdBox__btn {
  color: #fff;
  background: #7c5e21;
  padding: 5px 0;
  border-radius: 5px;
  border: 1px solid #7c5e21;
  -webkit-box-shadow: 6px 6px 0 0 #fff;
          box-shadow: 6px 6px 0 0 #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
}
@media (min-width: 996px) {
  .eligible__wrapper-table .item .col-pdBox__btn {
    padding: 5px 20px;
    font-size: 18px;
    width: auto;
  }
}
.eligible__wrapper-table .item .col-pdBox__btn:hover {
  color: #7c5e21;
  background: rgba(255, 255, 255, 0.937254902);
}

.wtb {
  position: relative;
  padding: 5% 0;
  background: url(https://storage-asset.msi.com/event/2026/cnd/john-carpenters-toxic-commando/images/wtb-bg.jpg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.wtb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(10%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(#000, rgba(0, 0, 0, 0.6) 10%);
  z-index: 0;
}
.wtb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000), to(transparent));
  background: linear-gradient(to top, #000 10%, transparent);
  z-index: 10;
}
.wtb__wrapper {
  position: relative;
  z-index: 50;
}/*# sourceMappingURL=main.css.map */