@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes kvLight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes kvLight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.RTX-AIMasterySale {
  overflow: hidden;
  background: #160741;
}
.RTX-AIMasterySale img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.RTX-AIMasterySale a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  word-break: break-word;
}
.RTX-AIMasterySale .kv {
  position: relative;
  z-index: 1;
}
.RTX-AIMasterySale .kv-pdLight {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.kv  .kv__figure{
    width: 100%;
}

.RTX-AIMasterySale .kv-bg {
  position: relative;
}

.kv__figure-one{
    position: absolute;
    width: 100px;
    top: 3%;
    left: 5%;
}

.kv__figure-two{
    position: absolute;
    width: 70%;
    top: 21%;
    left: 15%;
}

.kv__figure-there{
    position: absolute;
    width: 40%;
    top: 13%;
    left: 31%;
}

.kv__figure-four{
    /* position: absolute;
    width: 35%;
    top: 10%;
    left: 35%; */
    max-width: 60%;
    margin: 0 auto;
}

.kv__figure-note{
  font-size: 14px;
  color: #000000;
  margin-top: 5px;
}

.note-bold{
  font-weight: 900;
  text-transform: uppercase;
}

.nvidiaBox{
  max-width: 100%;
    display: flex;
    align-items: flex-end;
    margin: 8% auto;
    position: relative;
}

.nvidia-icon{
  max-width: 250px;
    margin: auto;
    background: #fff;
    padding: 0 2%;
    position: relative;
    z-index: 1;
}

.kv__figure-five{
  display: none;
    position: absolute;
    width: 24%;
    top: 85%;
    right: 4%;
}

.nvidiaBox::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: #77b903;
}



@media (min-width: 996px) {

  .nvidiaBox{
    display: none;
  }
    .kv__figure-one{
        position: absolute;
        width: 12%;
        top: 18%;
        left: 12%;
    }
    
    .kv__figure-two{
        position: absolute;
        width: 30%;
        top: 28%;
        left: 16%;
    }
    
    .kv__figure-there{
        position: absolute;
        width: 15%;
        top: 18%;
        left: 72%;
    }
    
    .kv__figure-four{
        position: absolute;
        max-width: 400px;
        width: 30%;
        top: 30%;
        left: 58%;
    }

    .kv__figure-note{
      color: #fff;
    }
    

    .kv__figure-five{
      display: block;
        position: absolute;
        width: 11%;
        top: 85%;
        right: 2%;
    }
  }

  @media (min-width: 1300px) {
    .kv__figure-four{
      position: absolute;
      max-width: 400px;
      width: 30%;
      top: 32%;
      left: 58%;
  }
  }

  @media (min-width: 1921px) {
    .kv__figure-four{
      position: absolute;
      max-width: 600px;
      width: 50%;
      top: 45%;
      left: 60%;
  }
  }

.RTX-AIMasterySale .kv-bg-mask {
  -webkit-mask: url(https://storage-asset.msi.com/event/2024/MY/Geforce-RTX-AI-Mastery-Sale/images/kv-pd-mask.png) no-repeat;
          mask: url(https://storage-asset.msi.com/event/2024/MY/Geforce-RTX-AI-Mastery-Sale/images/kv-pd-mask.png) no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.RTX-AIMasterySale .kv-bg-mask::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  width: 20%;
  height: 100%;
  -webkit-animation: 4s kvLight infinite linear;
          animation: 4s kvLight infinite linear;
}
.RTX-AIMasterySale .kv-bg img {
  width: auto;
  max-width: 250%;
  margin-left: -137%;
}
.RTX-AIMasterySale .kv__mainBox {
  text-align: center;
  width: 90%;
  margin: auto;
}
.RTX-AIMasterySale .kv__mainBox h1 {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  color: #000000;
  padding: 2% 0;
}
.RTX-AIMasterySale .kv__mainBox p {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  line-height: 1;
}
.RTX-AIMasterySale .kv__title {
  margin: 5% auto;
}
.RTX-AIMasterySale .kv__icon {
  max-width: 200px;
  margin: auto;
}
.RTX-AIMasterySale .kv__redeem {
  width: 90%;
  margin: auto;
}
.RTX-AIMasterySale .kv .nvidiaBox {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 8% auto;
}
.RTX-AIMasterySale .kv .nvidiaBox::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  background: #000000;
}
.RTX-AIMasterySale .kv .nvidia-icon {
  max-width: 250px;
  margin: auto;
  background: #fff;
  padding: 0 2%;
  position: relative;
  z-index: 1;
}
@media (min-width: 996px) {
  .RTX-AIMasterySale .kv-bg img {
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }
  .RTX-AIMasterySale .kv__mainBox {
    position: absolute;
    top: 12%;
    left: 5%;
    z-index: 1;
    width: 42%;
  }
  .RTX-AIMasterySale .kv__mainBox h1 {
    text-align: left;
    font-weight: bold;
  }
  .RTX-AIMasterySale .kv__mainBox p {
    text-align: left;
    font-weight: normal;
    line-height: 1.2;
  }
  .RTX-AIMasterySale .kv__icon {
    margin: 0;
  }
  .RTX-AIMasterySale .kv__redeem {
    width: 75%;
    margin: 0;
  }
  .RTX-AIMasterySale .kv .nvidiaBox {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    max-width: 200px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0;
  }
  .RTX-AIMasterySale .kv .nvidiaBox::after {
    content: "";
    position: absolute;
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    height: 80%;
    width: 40px;
    background: #000000;
  }
  .RTX-AIMasterySale .kv .nvidia-icon {
    max-width: 200px;
    margin: 0;
    padding: 0;
    background: none;
    margin-bottom: 30%;
  }
}
@media (min-width: 1930px) {
  .RTX-AIMasterySale .kv-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .RTX-AIMasterySale .kv__icon {
    max-width: 350px;
  }
  .RTX-AIMasterySale .kv .nvidiaBox {
    max-width: 350px;
    bottom: 4%;
  }
  .RTX-AIMasterySale .kv .nvidia-icon {
    max-width: 300px;
    margin-bottom: 45%;
  }
}
.RTX-AIMasterySale .pd {
  padding: 5% 25px;
}
.RTX-AIMasterySale .pd__titleBox {
  border-radius: 20px;
  color: #000000;
  /* background: #000000; */
  padding: 5px 20px;
  margin: 10px 0 0 10px;
  /* text-align: center; */
  text-align: center;
  /* display: inline-block; */
}

/* .pd__titleBox h2{
  text-align: center;
} */
.RTX-AIMasterySale .pd__itemBox-flex {
  margin: 10px auto;
}
/* .RTX-AIMasterySale .pd__listBox {
  position: relative;
  padding: 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} */
.RTX-AIMasterySale .pd__listBox::after {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
  border: 3px solid #ff0000;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
}
.RTX-AIMasterySale .pd__listBox ul li {
  margin: 1% auto;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.RTX-AIMasterySale .pd__listBox ul li span {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent transparent #000000;
}
.RTX-AIMasterySale .pd__imgBox {
  width: 50%;
  margin: 30px auto 10px;
}

.RTX-AIMasterySale .pd__itemBox-flex{
    border-bottom: 1px dashed #000;
}

.RTX-AIMasterySale .noBorder{
    border:none
}

/* .pd__flexBox{
    background: #fff;
} */

.pd__itemBox{
    background: #fff;
    padding: 10px;
    border-radius: 30px;
}

.pd__title-text{
  text-align: center;
  margin-bottom: 10px;
    font-size: 24px;
    /* margin-right: 10px; */
    color: #000000;
    font-weight: 500;
}

.pd__title-one{
    font-weight: 900;
}

/* .pd__title{ */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* padding: 20px 10px; */
/* } */

.pd__imgBox-figure{
    width: 80%;
    margin: 0 auto;
}

.pd__imgBox-figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prText{
    display: flex;
    align-items: flex-start;
    width: 60%;
    margin: 0 20px;
    font-weight: 600;
}

.prText span{
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #000000;
    margin-top: 8px;
}

.pd__imgBox-pr{
    width: 100%;
    margin-right: 20px;
}

.pd__flexBox-top{
  margin-top: 20px;
}

.pd__side{
    width: 100%;
}

.pd__side-right{
  width: 100%;
  /* margin-top: 20px; */
}

.pd__itemBox-pr{
    margin-top: 20px;
}

/* .freeBox{
  display: flex;
  align-items: center;
  padding: 20px;
} */

.titleTag{
  position: relative;
  margin-top: 0;
  z-index: 3;
}

.titleTag__figure{
  max-width: 350px;
  margin: 30px auto 0;
}

.freeBox{
 
  text-align: center;
}

.freeBox__figure{
  margin: 0 auto;
  width: 80px;
  /* margin-right: 20px; */
}

.freeBox__text{
  font-size: 28px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}

.freeBox__small{
  max-width: 100%;
  display: inline-block;
  color: #000000;
  text-align: left;
}

.pdBox{
  margin: 20px 0;
}

/* .RTX-AIMasterySale .pd__flexBox {

            background: #ff0000;
            max-width: 1600px;
            margin: 0 auto;
            border-radius: 50px;
            padding: 20px;
  } */
@media (min-width: 996px) {
  .freeBox__small{
    max-width: 90%;
    display: inline-block;
    color: #fff;
    text-align: left;
  }
  .titleTag{
    position: relative;
    margin-top: -100px;
    z-index: 3;
  }
  
  .titleTag__figure{
    max-width: 550px;
    margin: 30px auto 0;
  }
  .freeBox__figure{
    width: 300px;
    margin: 0 20px 0 0;
  }

  .freeBox{
    display: flex;
    align-items: center;
    padding: 20px;
  }

  .freeBox__text{
    font-size: 3.8vw;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
  }

  .pd__imgBox-figure{
    width: 30%;
}

  .pd__title{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 20px;
}
  .pd__title-text{
    text-align: left;
    font-size: 3vw;
    margin-right: 20px;
    color: #fff;
    font-weight: 500;
}
    .pd__side{
        margin-left: 20px;
    }

    .pd__noLeft{
      margin-left: 0;
    }

    .pd__side-right{
      margin-right: 20px;
    }
    .pdBox{
        background: #ff0000;
        max-width: 1600px;
        margin: 20px auto;
        border-radius: 50px;
        padding: 30px 20px;
    }
  .RTX-AIMasterySale .pd__flexBox {
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
    justify-content: center;
    /* -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; */
        
  }
  /* .RTX-AIMasterySale .pd__itemBox:first-child{
    margin-left: 10px;
  } */
  .RTX-AIMasterySale .pd__itemBox {
    /* width: calc(43% - 50px); */
    width: 100%;
    /* margin: 0 20px; */
    /* margin-right: 20px; */
  }
  .RTX-AIMasterySale .pd__itemBox-flex {
    /* display: -webkit-box;
    display: -ms-flexbox; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; */
    /* margin: 6% 0 0 -27%; */
  }
  .RTX-AIMasterySale .pd__titleBox-03 {
    margin-top: 10px;
  }
  .RTX-AIMasterySale .pd__listBox {
    position: relative;
    padding: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .RTX-AIMasterySale .pd__listBox::after {
    /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: skewX(-12deg);
            transform: skewX(-12deg);
    border: 3px solid #ff0000;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
  }
  .RTX-AIMasterySale .pd__listBox ul li {
    margin: 1% auto;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .RTX-AIMasterySale .pd__listBox ul li span {
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #000000;
  }
  .RTX-AIMasterySale .pd__imgBox {
    width: 200px;
    margin: 0;
  }
}

@media (min-width: 1921px) {
  .freeBox__text{
    font-size: 40px;
  }
}
.RTX-AIMasterySale .redeem {
  padding: 5% 0;
}
.RTX-AIMasterySale .redeem .redeemwrap {
  max-width: 1280px;
  margin: 0 auto;
}
.RTX-AIMasterySale .redeem .redeemwrap h2 {
  color: var(--color-white);
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-family: "filson-pro", sans-serif;
}
.RTX-AIMasterySale .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%;
}
.RTX-AIMasterySale .redeem__stepbox {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  color: var(--color-white);
  text-align: center;
}
.RTX-AIMasterySale .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;
}
.RTX-AIMasterySale .redeem__stepbox-flex figure img {
  width: 50%;
  margin: auto;
}
.RTX-AIMasterySale .redeem__stepbox p {
  padding: 10px;
  margin: 0;
}
.RTX-AIMasterySale .redeem__arrow {
  width: 6%;
  padding: 30px 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.RTX-AIMasterySale .redeem__arrow figure img {
  width: 50%;
  margin: auto;
}
.RTX-AIMasterySale .redeem__btnbox {
  width: 80%;
  margin: auto;
}
.RTX-AIMasterySale .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;
}
.RTX-AIMasterySale .redeem__btnbox-btn {
  width: 90%;
  border: 3px solid #fff;
  border-radius: 999px;
  margin: 10px auto;
}
.RTX-AIMasterySale .redeem__btnbox-btn a {
  color: var(--color-white);
  text-align: center;
  display: block;
  padding: 10px 25px;
}
.RTX-AIMasterySale .redeem__btnbox-btn a:hover {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  text-decoration: none;
}
@media (min-width: 996px) {
  .RTX-AIMasterySale .redeem .redeemwrap h2 {
    font-size: 42px;
  }
  .RTX-AIMasterySale .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;
  }
  .RTX-AIMasterySale .redeem__stepbox p {
    font-size: 16px;
  }
  .RTX-AIMasterySale .redeem__arrow {
    width: 2%;
    padding: 50px 0 0 0;
    -webkit-transform: none;
            transform: none;
  }
  .RTX-AIMasterySale .redeem__arrow figure img {
    width: 70%;
    margin: auto;
  }
  .RTX-AIMasterySale .redeem__btnbox {
    width: 70%;
    margin: auto;
  }
  .RTX-AIMasterySale .redeem__btnbox-btn {
    width: calc(50% - 50px);
    margin: 10px;
  }
  .RTX-AIMasterySale .redeem__btnbox-btn a {
    font-size: 18px;
  }
}
@media (min-width: 1300px) {
  .RTX-AIMasterySale .redeem .redeemwrap h2 {
    font-size: 60px;
  }
}
@media (min-width: 1930px) {
  .RTX-AIMasterySale .redeem .redeemwrap h2 {
    font-size: 60px;
  }
  .RTX-AIMasterySale .redeem__stepbox p {
    font-size: 16px;
  }
  .RTX-AIMasterySale .redeem__btnbox {
    width: 80%;
    margin: auto;
  }
  .RTX-AIMasterySale .redeem__btnbox-btn a {
    font-size: 18px;
  }
}/*# sourceMappingURL=main.css.map */