#nvrtx40series {
  background: var(--color-black);
  color: var(--color-white);
}

#nvrtx40series img {
  vertical-align: bottom;
  overflow: hidden;
}

#nvrtx40series h1 {
  font-size: 36px;
  line-height: 45px;
}

@media (min-width: 996px) {
  #nvrtx40series h1 {
      font-size: 48px;
      line-height: 60px;
  }
}

#nvrtx40series h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 30px auto;
}

@media (min-width: 996px) {
  #nvrtx40series h2 {
      font-size: 36px;
      line-height: 45px;
  }
}

#nvrtx40series h3 {
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 996px) {
  #nvrtx40series h3 {
      font-size: 28px;
      line-height: 35px;
  }
}

#nvrtx40series h4 {
  font-size: 20px;
  line-height: 25px;
  margin: 30px auto;
}

@media (min-width: 996px) {
  #nvrtx40series h4 {
      font-size: 24px;
      line-height: 30px;
  }
}

#nvrtx40series h5 {
  font-size: 18px;
  line-height: 22px;
}

@media (min-width: 996px) {
  #nvrtx40series h5 {
      font-size: 20px;
      line-height: 25px;
  }
}

#nvrtx40series h6 {
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 996px) {
  #nvrtx40series h6 {
      font-size: 18px;
      line-height: 22.5px;
  }
}

#nvrtx40series p {
  font-size: 15px;
  line-height: 25px;
  color: #eee;
}

#nvrtx40series p#nvrtx40series-note {
  color: #aaa;
  font-size: var(--note-md);
}

#nvrtx40series .btnsty {
  display: inline-block;
  position: relative;
  line-height: 1;
  text-align: center;
  background-color: #76b900;
  color: var(--color-black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25em;
  min-width: 50px;
}

#nvrtx40series .btnsty:hover::before,
#nvrtx40series .btnsty:hover::after {
  width: 100%;
  left: 0;
}

#nvrtx40series .btnsty:hover span::before,
#nvrtx40series .btnsty:hover span::after {
  height: 100%;
  top: 0;
}

#nvrtx40series .btnsty::before,
#nvrtx40series .btnsty::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #fff;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#nvrtx40series .btnsty::before {
  top: 0;
}

#nvrtx40series .btnsty::after {
  bottom: 0;
}

#nvrtx40series .btnsty span {
  display: block;
  padding: 13px 15px;
}

#nvrtx40series .btnsty span::before,
#nvrtx40series .btnsty span::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  top: 50%;
  background: #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

#nvrtx40series .btnsty span::before {
  left: 0;
}

#nvrtx40series .btnsty span::after {
  right: 0;
}

#nvrtx40series .kv {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}

#nvrtx40series .kv__bg {
  width: 100%;
  position: relative;
}

#nvrtx40series .kv__bg img {
  width: 100%;
}

#nvrtx40series .kv__txtbox {
  text-align: center;
}

#nvrtx40series .kv__txtbox h3 {
  margin: 30px 0;
}

#nvrtx40series .kv__txtbox p {
  line-height: 25px;
  margin-bottom: 30px;
}

#nvrtx40series .kv__nv {
  max-width: 150px;
  margin: 20px auto;
}

@media (min-width: 996px) {
  #nvrtx40series .kv {
      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;
  }
  #nvrtx40series .kv .msi__container {
      position: absolute;
  }
  #nvrtx40series .kv__txtbox {
      width: 45%;
      text-align: left;
  }
  #nvrtx40series .kv__nv {
      /* position: absolute; */
      /* right: 14%; */
      /* bottom: 30px; */
      margin: 0;
  }
}
#nvrtx40series .prod {
  text-align: center;
  padding: 30px 0;
}
#nvrtx40series .prod__intro {
  padding-bottom: 25px;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
#nvrtx40series .prod__intro h3 {
  font-size: 24px;
  padding-bottom: 10px;
}
#nvrtx40series .prod__item {
  margin: 25px auto;
}
#nvrtx40series .prod__item h3 {
  font-size: 20px;
  padding: 10px 0;
}
#nvrtx40series .prod__item ul {
  text-align: left;
  margin-left: 25px;
}
#nvrtx40series .prod__item ul li {
  list-style: square;
  font-size: 16px;
  padding: 5px 0;
}
#nvrtx40series .prod__price {
  padding: 10px 0;
}
#nvrtx40series .prod__price span {
  display: block;
}
#nvrtx40series .prod__price--o {
  color: #999999;
  text-decoration: line-through;
}
#nvrtx40series .prod__price--s {
  font-weight: bold;
  font-size: 26px;
}
#nvrtx40series .prod__buynow {
  font-size: 24px;
  font-weight: bold;
  padding: 45px 0 0px;
}
#nvrtx40series .prod__wtb {
  display: flex;
  flex-wrap: wrap;
}
#nvrtx40series .prod__wtb a {
  display: inline-flex;
  flex-direction: column;
  width: calc(50% - 12px);
  margin: 5px;
  padding: 10px;
  background: #76B900;
  border: #76B900 1px solid;
  color: #ffffff;
}
#nvrtx40series .prod__wtb a:hover {
  background: none;
  color: #76B900;
}
@media (min-width: 996px) {
  #nvrtx40series .prod__intro {
    padding-top: 30px;
  }
  #nvrtx40series .prod__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #nvrtx40series .prod__item {
    display: inline-flex;
    flex-direction: column;
    width: calc(33% - 32px);
    margin: 15px 0px 35px;
    background: #1a1a1a;
    padding: 25px;
  }
  #nvrtx40series .prod__item h3 {
    font-size: 22px;
    padding: 35px 0 20px;
  }
  #nvrtx40series .prod__item ul {
    color: #ccc;
  }
  #nvrtx40series .prod__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: #333 1px solid;
    margin-top: 20px;
    padding: 15px 25px 35px;
  }
}

#nvrtx40series .dlss {
  width: 100%;
  background: url("https://storage-asset.msi.com/event/2023/GNP/NV-Q3FY23-GeForce-RTX-40-series/images/nvidia-dlss-video-bg.jpg") top center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px 0 30px;
}

#nvrtx40series .dlss__img {
  max-width: 1280px;
  margin: 30px auto;
}

#nvrtx40series .dlss__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0;
  max-width: 1280px;
}

#nvrtx40series .dlss__icon img {
  max-width: 300px;
}

@media (min-width: 996px) {
  #nvrtx40series .dlss {
     padding: 90px 0 30px;
  }
  #nvrtx40series .dlss__img {
      width: 790px;
      margin: 60px auto;
  }
  #nvrtx40series .dlss__icon {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-top: 60px;
  }
}

#nvrtx40series .raytracing {
  text-align: center;
  padding: 0px;
}

#nvrtx40series .raytracing figure {
  width: 100%;
  margin: 60px auto 0;
}

#nvrtx40series .raytracing figure img {
  width: 100%;
}

@media (min-width: 996px) {
  #nvrtx40series .raytracing {
    text-align: center;
    padding: 90px 0 0;
  }
}

#nvrtx40series .maxQ {
  text-align: center;
  padding: 30px 0 ;
}

#nvrtx40series .maxQ figure {
  width: 55%;
  min-width: 300px;
  margin: 60px auto 0;
}

#nvrtx40series .maxQ figure img {
  width: 100%;
}

#nvrtx40series .maxQ .maxQ__content {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;

}


#nvrtx40series .maxQ .maxQ__list {
  width: 100%;
}


#nvrtx40series .maxQ .maxQ__list-item {
  display: flex;
  align-items: center;
  /* width: calc(100% / 2); */
  text-align: left;
  padding: 0 0px;
  margin-bottom: 30px;

}

#nvrtx40series .maxQ .list-num {
  padding: 7px;
  width: 20px;
  height: 20px;
  line-height: 6px;
  display: block;
  border-radius: 50%;
  background-color: #76b900;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 996px) {
  #nvrtx40series .maxQ {
    padding: 90px 0 ;
  }

  #nvrtx40series .maxQ .maxQ__list-item {
    padding: 0 20px;
  }
  #nvrtx40series .maxQ .maxQ__list {
    width: 50%;
  }
  
}

#nvrtx40series .reflex {
  width: 100%;
  background: url("../images/overwatch-bg.png") top center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px 0 30px;
}

#nvrtx40series .reflex__img {
  max-width: 1280px;
  margin: 30px auto;
}



#nvrtx40series .reflex__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0;
  max-width: 1280px;
}

#nvrtx40series .reflex__icon img {
  max-width: 300px;
}

@media (min-width: 996px) {
  #nvrtx40series .reflex {
      padding: 90px 0 30px;
  }
  #nvrtx40series .reflex__img {
      width: 100%;
      margin: 60px auto;
  }
  #nvrtx40series .reflex__icon {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-top: 60px;
  }
}

#nvrtx40series .create {
  background: url("https://storage-asset.msi.com/event/2023/GNP/NV-Q3FY23-GeForce-RTX-40-series/images/create-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 90px 0;
}

#nvrtx40series .create h2 {
  text-align: center;
}

#nvrtx40series .create h3 {
  margin: 30px 0;
}

#nvrtx40series .create__single {
  margin: 60px auto 30px;
  text-align: center;
}

#nvrtx40series .create__single figure {
  margin-bottom: 30px;
}

#nvrtx40series .create__flex {
  text-align: center;
}

#nvrtx40series .create__flex-item {
  margin: 30px 0;
}

#nvrtx40series .create__flex-item figure {
  margin-bottom: 30px;
}

@media (min-width: 996px) {
  #nvrtx40series .create__single {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      text-align: left;
  }
  #nvrtx40series .create__single figure {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      margin-bottom: 0;
  }
  #nvrtx40series .create__single-txt {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
  }
  #nvrtx40series .create__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      text-align: left;
  }
  #nvrtx40series .create__flex-item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
  }
}

#nvrtx40series .features{
  text-align: center;
  margin: 70px 0;
}

#nvrtx40series .features__flex {
  display: block;
}


#nvrtx40series .features__item {
  flex: 0 0 30%;
  margin: 20px 0;
  padding: 0 0px;
}

#nvrtx40series .features__item figure {
  margin: 0 auto;
}

#nvrtx40series .features__item figure img {
  object-fit: contain;
  width: 100%;
}

#nvrtx40series .features__item-txt {
  text-align: left;
}


@media (min-width: 996px) {
  #nvrtx40series .features__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  #nvrtx40series .features__item {
    padding: 0 40px;
  }
}


#nvrtx40series .footer {
  padding: 60px 0;
  text-align: center;
}

#nvrtx40series .footer__logo {
  margin: 0 auto 30px;
}

#nvrtx40series .footer__logo figure {
  margin: 30px;
}

#nvrtx40series .footer__logo figure img {
  max-height: 90px;
}

#nvrtx40series .footer__logo figure:not(:first-child) img {
  max-height: 60px;
}

#nvrtx40series .footer p {
  font-size: 11px;
  line-height: 15px;
  color: #666;
  margin: auto;
  padding: 0 25px;
}

@media (min-width: 996px) {
  #nvrtx40series .footer__logo {
      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;
      width: 40%;
      margin: 0 auto 30px;
  }
  #nvrtx40series .footer__logo figure {
      margin: 0 30px;
  }
  #nvrtx40series .footer__logo figure img {
      max-height: 90px;
  }
  #nvrtx40series .footer__logo figure:not(:first-child) img {
      max-height: 60px;
  }
  #nvrtx40series .footer p {
      font-size: 11px;
      line-height: 15px;
      color: #666;
      width: 50%;
      margin: auto;
  }
}


/*# sourceMappingURL=nvrtx40series.css.map */