@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes modelWave {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes modelWave {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes steamWave {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes steamWave {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes filter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes filter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modelNumPulse {
  0%, 100% {
    color: rgba(255, 255, 255, 0.1);
  }
  50% {
    color: rgba(255, 255, 255, 0.5);
  }
}
@keyframes modelNumPulse {
  0%, 100% {
    color: rgba(255, 255, 255, 0.1);
  }
  50% {
    color: rgba(255, 255, 255, 0.5);
  }
}
.SpringSpecial {
  overflow: hidden;
  background: #72b6e4;
  position: relative;
  --kv-bg-y: 0;
  --kv-bg-opacity: 1;
}
.SpringSpecial::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2026/gnp/rtx5060ti8g-steam/images/kvImg.png) no-repeat;
  background-size: contain;
  z-index: 5;
  pointer-events: none;
  -webkit-transform: translateY(var(--kv-bg-y, 0));
          transform: translateY(var(--kv-bg-y, 0));
  opacity: var(--kv-bg-opacity, 1);
}
.SpringSpecial img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}
.SpringSpecial a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.SpringSpecial .kv {
  position: relative;
  min-height: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: var(--color-white);
}
.SpringSpecial .kv picture img {
  -webkit-animation: filter 1.5s 1;
          animation: filter 1.5s 1;
}
.SpringSpecial .kv__textbox {
  text-align: left;
  width: 50%;
  margin: 0;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 5%;
  margin-bottom: 2%;
}
.SpringSpecial .kv__textbox h1 {
  font-size: 7.5vw;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  font-family: "NVIDIASans_W_Rg", var(--MSIBodyFont);
  line-height: 0.8;
  padding: 2% 0;
  margin-top: 5px;
}
.SpringSpecial .kv__textbox p {
  font-size: 2.5vw;
  margin: 0;
  font-family: "NVIDIASans_W_Rg", var(--MSIBodyFont);
  font-weight: normal;
}
.SpringSpecial .kv__textbox span {
  font-size: 3vw;
  font-weight: bold;
}
.SpringSpecial .kv__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 450px;
  margin: 0;
}
.SpringSpecial .kv__iconBox {
  padding: 0;
  margin-top: 20%;
}
.SpringSpecial .kv__iconBox-item {
  margin: 0 6% 0 0;
}
.SpringSpecial .kv-note {
  text-align: right;
  position: absolute;
  bottom: 3%;
  left: 58%;
  font-size: 14px;
}
@media (min-width: 576px) {
  .SpringSpecial .kv-note {
    font-size: 16px;
  }
}
@media (min-width: 996px) {
  .SpringSpecial .kv {
    min-height: 810px;
  }
  .SpringSpecial .kv__textbox {
    text-align: left;
    width: 48%;
    margin: 0;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 5%;
    margin-bottom: 2%;
  }
  .SpringSpecial .kv__textbox h1 {
    font-size: 4.2vw;
    padding: 5px 0 1%;
  }
  .SpringSpecial .kv__textbox p {
    font-size: 22px;
  }
  .SpringSpecial .kv__textbox span {
    font-size: 25px;
  }
}
@media (min-width: 1930px) {
  .SpringSpecial .kv {
    min-height: 43vw;
  }
}
@media (min-width: 2561px) {
  .SpringSpecial .kv {
    min-height: 39vw;
  }
}
.SpringSpecial .choice {
  background: #859f24;
  position: relative;
  z-index: 6;
}
.SpringSpecial .choice__txtBoxWrap {
  padding: 5% 0;
}
.SpringSpecial .choice__txtBox {
  width: 90%;
  margin: auto;
  color: #fff;
  text-align: center;
}
.SpringSpecial .choice__txtBox h2 {
  font-size: 32px;
}
@media (min-width: 996px) {
  .SpringSpecial .choice {
    z-index: 0;
  }
  .SpringSpecial .choice__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .SpringSpecial .choice__txtBoxWrap {
    width: 45%;
    margin: auto;
    margin-left: 3%;
  }
  .SpringSpecial .choice__txtBox {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .SpringSpecial .choice h2 {
    font-size: 36px;
    color: var(--color-white);
  }
  .SpringSpecial .choice__imgBox {
    width: 50%;
  }
}
@media (min-width: 1300px) {
  .SpringSpecial .choice__txtBoxWrap {
    max-width: 1280px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin: 0;
  }
  .SpringSpecial .choice__txtBox {
    width: 45%;
    margin: 0;
    text-align: left;
  }
}
.SpringSpecial .model {
  padding: 5% 0;
}
.SpringSpecial .model__titleBox {
  text-align: center;
}
.SpringSpecial .model__titleBox h2 {
  font-size: 32px;
  color: var(--color-white);
}
.SpringSpecial .model__flexBox {
  margin-top: 5%;
}
.SpringSpecial .model__imgBox {
  text-align: center;
  margin: 10% auto;
}
.SpringSpecial .model__imgBox-txt {
  font-size: 26px;
  color: var(--color-white);
  font-weight: bold;
}
.SpringSpecial .model__imgBox-name h4 {
  font-size: 26px;
  color: var(--color-white);
  font-weight: bold;
  margin-top: -5%;
}
.SpringSpecial .model__imgBox-img {
  position: relative;
}
.SpringSpecial .model__imgBox-img--1::after {
  content: "20";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  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;
  color: rgba(255, 255, 255, 0.3);
  font-size: 70vw;
  font-weight: bold;
  pointer-events: none;
  -webkit-animation: modelNumPulse 2.5s ease-in-out infinite;
          animation: modelNumPulse 2.5s ease-in-out infinite;
}
.SpringSpecial .model__imgBox-img--2::after {
  content: "25";
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  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;
  color: rgba(255, 255, 255, 0.3);
  font-size: 70vw;
  font-weight: bold;
  pointer-events: none;
  -webkit-animation: modelNumPulse 2.5s ease-in-out infinite;
          animation: modelNumPulse 2.5s ease-in-out infinite;
}
.SpringSpecial .model__imgBox-img picture {
  position: relative;
  z-index: 1;
  padding: 10%;
}
.SpringSpecial .model__imgBox-img img {
  padding: 8%;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}
@media (min-width: 996px) {
  .SpringSpecial .model__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .SpringSpecial .model__titleBox h2 {
    font-size: 36px;
  }
  .SpringSpecial .model__imgBox {
    margin: 0;
  }
  .SpringSpecial .model__imgBox-img--1::after {
    font-size: 400px;
  }
  .SpringSpecial .model__imgBox-img--2::after {
    font-size: 400px;
  }
  .SpringSpecial .model__imgBox-txt {
    font-size: 24px;
  }
  .SpringSpecial .model__imgBox-name h4 {
    font-size: 24px;
  }
}
@media (min-width: 1201px) {
  .SpringSpecial .model__imgBox-img--1::after {
    font-size: 490px;
  }
  .SpringSpecial .model__imgBox-img--2::after {
    font-size: 490px;
  }
}
@media (min-width: 1300px) {
  .SpringSpecial .model__imgBox-img--1::after {
    font-size: 490px;
  }
  .SpringSpecial .model__imgBox-img--2::after {
    font-size: 490px;
  }
}
.SpringSpecial .redeem {
  background: #859f24;
  padding: 5% 0;
}
.SpringSpecial .redeem .redeemwrap {
  max-width: 1280px;
  margin: 0 auto;
}
.SpringSpecial .redeem .redeemwrap h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: "NVIDIASans_W_Rg", var(--MSIBodyFont);
  color: var(--color-white);
}
.SpringSpecial .redeem__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  margin: 5% 3%;
}
.SpringSpecial .redeem__stepbox {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  color: var(--color-white);
  text-align: center;
}
.SpringSpecial .redeem__stepbox-flex {
  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;
  border: 6px solid #fff;
  border-radius: 999px;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  text-align: center;
}
.SpringSpecial .redeem__stepbox-flex figure img {
  width: 50%;
  margin: auto;
}
.SpringSpecial .redeem__stepbox p {
  padding: 10px;
  margin: 0;
}
.SpringSpecial .redeem__arrow {
  width: 6%;
  padding: 30px 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.SpringSpecial .redeem__arrow figure img {
  width: 50%;
  margin: auto;
}
.SpringSpecial .redeem__btnbox {
  width: 80%;
  margin: auto;
}
.SpringSpecial .redeem__btnbox-flex {
  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;
}
.SpringSpecial .redeem__btnbox-btn {
  width: 90%;
  background: #ff7800;
  margin: 10px auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.SpringSpecial .redeem__btnbox-btn a {
  color: var(--color-white);
  font-weight: 600;
  text-align: center;
  display: block;
  padding: 15px;
  cursor: pointer;
}
.SpringSpecial .redeem__btnbox-btn a:hover {
  color: #fff;
}
.SpringSpecial .redeem__btnbox-btn:hover {
  -webkit-box-shadow: 0 0 10px #738b19, 0 0 10px #738b19, 0 0 20px #738b19;
          box-shadow: 0 0 10px #738b19, 0 0 10px #738b19, 0 0 20px #738b19;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (min-width: 996px) {
  .SpringSpecial .redeem .redeemwrap h2 {
    font-size: 36px;
  }
  .SpringSpecial .redeem__flexbox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
  .SpringSpecial .redeem__stepbox p {
    font-size: 16px;
  }
  .SpringSpecial .redeem__arrow {
    width: 2%;
    padding: 50px 0 0 0;
    -webkit-transform: none;
            transform: none;
  }
  .SpringSpecial .redeem__arrow figure img {
    width: 70%;
    margin: auto;
  }
  .SpringSpecial .redeem__btnbox {
    width: 70%;
    margin: auto;
  }
  .SpringSpecial .redeem__btnbox-btn {
    width: calc(33.3333333333% - 20px);
    margin: 5px;
  }
  .SpringSpecial .redeem__btnbox-btn a {
    font-size: 18px;
  }
}
@media (min-width: 1930px) {
  .SpringSpecial .redeem .redeemwrap h2 {
    font-size: 60px;
  }
  .SpringSpecial .redeem__stepbox p {
    font-size: 16px;
  }
  .SpringSpecial .redeem__btnbox {
    width: 80%;
    margin: auto;
  }
  .SpringSpecial .redeem__btnbox-btn a {
    font-size: 18px;
  }
}
.SpringSpecial .wtb {
  background: #000;
  padding: 5% 0;
}
.SpringSpecial .wtb .wtbwrap {
  max-width: 1280px;
  margin: 0 auto;
}
.SpringSpecial .wtb .wtbwrap h2 {
  margin: 0;
  color: var(--color-white);
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: "NVIDIASans_W_Rg", var(--MSIBodyFont);
}
.SpringSpecial .wtb .wtbitem_linkwrap img {
  width: auto;
  margin: auto;
}
@media (min-width: 996px) {
  .SpringSpecial .wtb .wtbwrap h2 {
    font-size: 36px;
  }
}
@media (min-width: 1930px) {
  .SpringSpecial .wtb .wtbwrap h2 {
    font-size: 60px;
  }
}
.SpringSpecial .grid_mode .wtbitem:hover .wtbitem_inner {
  position: initial;
}/*# sourceMappingURL=main.css.map */