.nv {
    font-family: "NVIDIASans_W_Rg", var(--MSIBodyFont);
    color: #ffffff;
    background: #000;
    --title: 26px;
    --title-sub: 20px;
    overflow: hidden;
}

.nv * {
    box-sizing: border-box;
}

.nv img {
    max-width: 100%;
    vertical-align: bottom;
}

.nv .common__container {
    /* width: 90%; */
    padding: 0 25px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

@media (min-width: 960px) {
    .nv .common__container {
        padding: 0;
    }
}

.nv h2 {
    font-size: 24px;
    padding: 0 25px 30px 0;
    font-weight: bold;
    padding-bottom: 30px;
    margin: auto;
}

@media (min-width: 960px) {
    .nv h2 {
        padding: 0 0 30px 0;
    }
}
.nv h4 {
    font-size: var(--title-sub);
    font-weight: 300;
    padding-bottom: 15px;
}

.nv p {
    line-height: 24px;
}

@media (min-width: 960px) {
    .nv p {
        line-height: 28px;
    }
}

@media (min-width:414px) {

    .nv h2 {
        font-size: 30px;
        /* width: 70%; */
    }
}

@media (min-width: 996px) {
    .nv {
        --title: 36px;
        --title-sub: 24px;
    }

    .nv h2 {
        font-size: 30px;
        /* width: 60%; */

    }
}

.nv .kv__linkbox a {
    color: #000;
    background-color: #76b900;
    padding: 12px 22px;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    border: 1px solid #76b900;
}

.nv .kv__linkbox a:hover {
    color: #76b900;
    border: 1px solid #76b900;
    background-color: #000;
}

.nv .pdImg {
    width: 70%;
    margin: 0 auto;
}

/* .nv .kv__notice {
  padding: 0px 0;
  font-size: 14px;
}

.nv .kv__notice span {
  color: #76b900;
}

.nv .kv__notice a {
  color: #76b900;
  display: block;
}

.nv .kv__notice a:hover {
  text-decoration: underline;
} */

/* .nv .kv__badge {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.nv .kv__badge img {
  max-width: 150px;
}

.nv .kv__badge img:nth-child(1) {
    margin-right: 30px;
} */

/* .nv .kv__pd {
  text-align: center;
} */

.nv .kv__img {
    border-bottom: 5px solid #76b900;
}

@media (min-width: 996px) {
    .nv .kv {
        padding-bottom: 0;
        display: flex;
    }

    .nv .kv h1 {
        font-size: 36px;
        padding: 30px 0 15px;
    }
    
    .nv .kv__img {
        order: 2;
        border-left: 10px solid #76b900;
        border-bottom: none;
        flex: 0 0 45%;
    }

    .nv .kv__text {
        padding: 0 2%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nv .kv__linkbox {
        margin: 30px 0;
    }

    .nv .kv__notice {
        padding: 30px 0;
    }

    .nv .kv__notice a {
        display: inline-block;
    }
}

@media (min-width: 1366px) {
    .nv .kv h1 {
        font-size: 42px;
    }
}


.nv .date {
    background: #111;
}

.nv .date__inner {
    padding: 40px 0;
}

.nv .date__item {
    position: relative;
    margin-top: 20px;
}

.nv .date__icon {
    background: #76b900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 5px;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    transform: skew(-10deg);
}

.nv .date__icon img {
    width: 40px;
    transform: skew(10deg);
}

.nv .date__text {
    color: #ccc;
}

.nv .date span {
    padding: 0 15px;
    opacity: 0.6;
}

.nv .date b {
    display: block;
    font-weight: bold;
    padding: 8px 15px 15px;
    color: #76b900;
    font-size: 120%;
}

@media (min-width: 1280px) {
    .nv .kv__img {
        flex: 0 0 55%;
    }

    .nv .kv__text {
        padding: 0 3%;
    }
}

  .nv .kv__text {
    padding: 0 25px;
    margin: 0 auto;
    max-width: auto;
  }
  @media (min-width: 996px) {
    .nv .kv__text {
      width: 80%;
      padding: 0;
    }
  }
  @media (min-width: 1680px) {
      .nv .kv__text {
          padding: 0;
        padding-left: 10%;
      }
    }
  /* .nv .kv__text span {
    display: block;
  } */

  .nv .kv h2 {
    font-family: "NVIDIASans_W_Bd", var(--MSIBodyFont);
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 0;
    width: 100%;
  }
  @media (min-width: 768px) {
    .nv .kv h2 {
      font-size: 36px;
    }
  }
  @media (min-width: 1600px) {
    .nv .kv h2 {
      font-size: 53px;
    }
  }
  .nv .kv h4 {
    font-family: "NVIDIASans_W_Bd", var(--MSIBodyFont);
    font-size: 18px;
    padding: 20px 0 30px;
    /* margin-bottom: 10px; */
  }
  @media (min-width: 768px) {
    .nv .kv h4 {
      font-size: 20px;
    }
  }
  @media (min-width: 996px) {
    .nv .kv h4 {
      font-size: 20px;
      line-height: 32px;
      padding: 15px 0 30px;
    }
  }
  @media (min-width: 1680px) {
      .nv .kv h4 {
        font-size: 26px;
      }
    }
  @media (min-width: 996px) {
    .nv .kv__text h4 span {
        display: block;
    }
  }
  .nv .kv__pd {
    margin: 20px 0;
  }
  .nv .kv__pd img {
    width: 70%;
    margin: 0 auto;
  }
  @media (min-width: 996px) {
    .nv .kv__pd img {
        width: 80%;
        margin: 0;
    }
  }

  .nv .kv .kv-btn {
    padding-bottom: 30px;
  }
  .nv .kv .kv-btn a {
    font-family: "NVIDIASans_W_Bd", var(--MSIBodyFont);
    font-size: 14px;
    font-weight: bold;
    padding: 10px 15px;
    color: #000;
    background-color: #76b900;
    display: inline-block;
  }
  @media (min-width: 996px) {
    .nv .kv .kv-btn a {
      font-size: 22px;
    }
  }
  .nv .notice {
    font-size: 12px;
    line-height: 1.5;
    color: #999;
  }
  @media (min-width: 996px) {
    .nv .notice {
      font-size: 14px;
    }
  }
  .nv .notice span {
    color: #76b900;
  }
  .nv .kv .kv-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    justify-content: center;
  }
  @media (min-width: 996px) {
    .nv .kv .kv-badge {
      margin-top: 90px;
      justify-content: left;
    }
  }
  @media (min-width: 1680px) {
    .nv .kv .kv-badge {
      margin-top: 60px;
    }
  }
  .nv .kv .kv-badge img {
    max-width: 120px;
  }
  @media (min-width: 996px) {
    .nv .kv .kv-badge img {
        max-width: 150px;
      }
  }
  .nv .kv .kv-badge img:nth-child(1) {
    margin-right: 30px;
  }
  .nv .kv .kv__text__inner {
    padding: 30px 0;
  }
  @media (min-width: 1680px) {
    .nv .kv .kv__text__inner {
      padding: 0;
    }
  }
@media (min-width: 768px) {
    .nv .date__inner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 80px 25px;
    }

    .nv .date__item {
        flex: 0 0 50%;
        margin: 0 25px;
        display: flex;
        align-items: center;
    }

    .nv .date__item::before {
        display: none;
    }

    .nv .date__icon {
        width: 120px;
        height: 120px;
    }

    .nv .date__icon img {
        width: 70px;
    }

    .nv .date b {
        font-size: 140%;
    }
}

.nv .vd {
    padding: 60px 0;
}

.nv .vd h4 {
    font-style: italic;
}

@media (min-width: 996px) {
    .nv .vd {
        padding: 90px 0;
    }
}

.nv .vd.pack {
    padding: 50px 0 10px;
}

@media (min-width: 996px) {
    .nv .vd.pack {
        padding: 60px 0;
    }
}

.nv .vd__playbox {
    position: relative;
}

.nv .vd__playbox img {
    opacity: 0.8;
}

.nv .vd__playbox:hover {
    transform: scale(1.05);
}

.nv .vd__playbox:hover img {
    opacity: 1;
}

.nv .vd .btplay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nv .rtx {
    padding-bottom: 90px;
}

/* .nv .rtx .rtx__textbox h6 {
  font-size: 20px;
  padding: 60px 0 30px;
}

@media (min-width:414px) {

  .nv .rtx .rtx__textbox h6 {
    font-size: 22.5px;
  }
} */

.nv .rtx .rtx__textbox p {
    font-size: 17px;
    line-height: 1.5;
    padding-bottom: 30px;
}

@media (min-width:996px) {

    .nv .rtx .rtx__textbox p {
        font-size: 20px;
        line-height: 1.5;
    }
}

.nv .rtx__itembox {
    position: relative;
}

.nv .rtx__imgbox {
    height: 100%;
}

.nv .rtx__imgbox-txt {
    position: absolute;
    z-index: 30;
    bottom: 3%;
    background: #76b900;
    color: #000;
    padding: 5px 15px;
}

.nv .country {
    padding: 90px 25px 90px;
}

.nv .country__item {
    border: #333 1px solid;
    background: #111111;
    position: relative;
    transition: color 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    z-index: 1;
    overflow: hidden;
    margin: 15px auto;
}

.nv .country__item::before,
.nv .country__item::after {
    content: "";
    position: absolute;
    z-index: 0;
}

.nv .country__item::after {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #000000;
}

.nv .country__item::before {
    background: #76b900;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.nv .country__item:hover {
    cursor: pointer;
}

.nv .country__item:hover::before {
    transform: translate3d(0, 0, 0);
}

.nv .country__item h3 {
    padding: 15px 0;
}

.nv .country__item a {
    color: #fff;
    cursor: pointer;
    padding: 15px;
    display: block;
}

.nv .country__item ul {
    text-align: left;
}

.nv .country__item li {
    display: inline-block;
    width: calc(50% - 4px);
    text-align: center;
    padding: 5px;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 15px;
}

.nv .country__list,
.nv .country a {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 15px;
}

@media (min-width: 996px) {
    .nv .country__box {
        display: flex;
        justify-content: space-between;
    }

    .nv .country__item {
        flex: 1;
        margin-right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nv .country__item:last-child {
        margin-right: 0;
    }

    .nv .country__item li {
        display: block;
        width: 100%;
    }

    .nv .country a {
        z-index: 2;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

.nv .buynow {
    background: #111111;
    padding: 60px 0;
}

.nv .buynow__pd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}

.nv .buynow h5 {
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    background: #222;
    text-transform: capitalize;
}

.buynow__pd__img {
    margin: 0 auto;
}

.buynow__pd__img img {
    max-width: 100%;
}

.buynow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: self-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.buynow__item {
    margin: 0 auto;
    width: 100%;
}

.nv .buynow svg {
    width: 25px;
}

.nv .buynow__item a,
.nv .buynow__item li {
    padding: 15px;
    border: #222 1px dashed;
    color: #76b900;
    display: block;
    transition: 0.5s all ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nv .buynow__item a:hover {
    background: #76b900;
    color: #fff;
    letter-spacing: 5px;
}

.nv .buynow__btn {
    text-align: center;
    padding: 60px 0 0;
}

.nv .buynow__btn button {
    background: #76b900;
    color: #ffffff;
    padding: 15px 25px;
    border: #76b900 1px solid;
}

.nv .buynow__btn button:hover {
    background: none;
    color: #76b900;
}

.nv .buynow__promotion {
    padding-top: 65px;
}

.nv .buynow__promotion h3 {
    font-size: var(--title-lg);
    padding-bottom: 10px;
}

.nv .buynow__promotion p {
    padding: 15px 0;
}

.nv .buynow__promotion a {
    background: #76b900;
    color: #ffffff;
    padding: 15px 25px;
    border: #76b900 1px solid;
    display: inline-block;
}

.nv .buynow__promotion a:hover {
    background: none;
    color: #76b900;
}

@media (min-width: 996px) {
    .nv .buynow {
        padding: 90px 0;
    }

    .buynow__pd__img img {
        max-width: 300px;
    }

    .buynow__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: initial;
        flex-direction: initial;
    }

    .buynow__item {
        margin: 0 5px;
        width: calc(100%/3);
    }
}

.nv .terms {
    padding: 60px 25px;
}

.nv .terms__list a {
    color: #76b900;
    padding: 8px;
    display: block;
}

.nv .terms__list a:hover {
    text-decoration: underline;
}

.nv .terms__title {
    font-weight: bolder;
    color: #76b900;
    position: relative;
    margin-top: 25px;
    font-size: 20px;
}

.nv .terms__title-sub {
    padding: 5px 15px;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
}

.nv .terms__title-sub::before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #76b900;
}

.nv .terms__body a {
    color: #ffffff;
    border-bottom: #76b900 1px dashed;
}

.nv .terms__body a:hover {
    color: #76b900;
    border: none;
}

.nv .terms__body ul {
    margin-left: 20px;
}

.nv .terms__body ul li {
    list-style: disc;
    padding: 6px 0;
}

@media (min-width: 996px) {
    .nv .terms {
        padding: 80px 0;
    }

    .nv .terms__list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }

    .nv .terms__list li {
        flex: 1;
        border-right: #999 1px solid;
    }

    .nv .terms__list li:last-child {
        border: none;
    }

    /* .nv .terms__badge {
    padding: 20px 0;
  } */
}

.nv .terms .notice {
    text-align: left;
}