@-webkit-keyframes showimg {
  0% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg-noled.jpg") right top no-repeat;
    background-size: cover;
  }
  30% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg.jpg") right top no-repeat;
    background-size: cover;
  }
  70% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg.jpg") right top no-repeat;
    background-size: cover;
  }
  100% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg-noled.jpg") right top no-repeat;
    background-size: cover;
  }
}

@keyframes showimg {
  0% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg-noled.jpg") right top no-repeat;
    background-size: cover;
  }
  30% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg.jpg") right top no-repeat;
    background-size: cover;
  }
  70% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg.jpg") right top no-repeat;
    background-size: cover;
  }
  100% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg-noled.jpg") right top no-repeat;
    background-size: cover;
  }
}

@-webkit-keyframes showimg2 {
  0% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg-noled.jpg") right top no-repeat;
    background-size: 200%;
  }
  30% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg.jpg") right top no-repeat;
    background-size: 200%;
  }
  70% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg.jpg") right top no-repeat;
    background-size: 200%;
  }
  100% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg-noled.jpg") right top no-repeat;
    background-size: 200%;
  }
}

@keyframes showimg2 {
  0% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg-noled.jpg") right top no-repeat;
    background-size: 200%;
  }
  30% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg.jpg") right top no-repeat;
    background-size: 200%;
  }
  70% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg.jpg") right top no-repeat;
    background-size: 200%;
  }
  100% {
    background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg-noled.jpg") right top no-repeat;
    background-size: 200%;
  }
}

@-webkit-keyframes shining {
  from {
    text-shadow: 0 0 6px rgba(182, 211, 207, 0.9), 0 0 20px rgba(182, 211, 207, 0.3), 0 0 2px rgba(15, 202, 115, 0.5), 0 0 11px rgba(15, 202, 115, 0.9), 0 0 24px rgba(15, 202, 115, 0.8), 0 0 44px rgba(15, 202, 115, 0.9);
  }
  to {
    text-shadow: 0 0 6px #b6d3cf, 0 0 20px rgba(182, 211, 207, 0.4), 0 0 2px rgba(15, 202, 115, 0.6), 0 0 12px rgba(15, 202, 115, 0.8), 0 0 28px rgba(15, 202, 115, 0.9), 0 0 50px #0fca73;
  }
}

@keyframes shining {
  from {
    text-shadow: 0 0 6px rgba(182, 211, 207, 0.9), 0 0 20px rgba(182, 211, 207, 0.3), 0 0 2px rgba(15, 202, 115, 0.5), 0 0 11px rgba(15, 202, 115, 0.9), 0 0 24px rgba(15, 202, 115, 0.8), 0 0 44px rgba(15, 202, 115, 0.9);
  }
  to {
    text-shadow: 0 0 6px #b6d3cf, 0 0 20px rgba(182, 211, 207, 0.4), 0 0 2px rgba(15, 202, 115, 0.6), 0 0 12px rgba(15, 202, 115, 0.8), 0 0 28px rgba(15, 202, 115, 0.9), 0 0 50px #0fca73;
  }
}

@-webkit-keyframes tracking {
  0% {
    letter-spacing: -1rem;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tracking {
  0% {
    letter-spacing: -1rem;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  55% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  55% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: scale(0.84);
            transform: scale(0.84);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  89% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tracking {
  -webkit-animation: tracking 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

.fadeInDown {
  -webkit-animation: fadeInDown 1s both;
          animation: fadeInDown 1s both;
}

.zoomInDown {
  -webkit-animation: zoomInDown 1s;
          animation: zoomInDown 1s;
}

.zoomInUp {
  -webkit-animation: zoomInUp 1s;
          animation: zoomInUp 1s;
}

.bounceIn {
  -webkit-animation: bounceIn 1s backwards;
          animation: bounceIn 1s backwards;
}

.delay {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.slideRight {
  -webkit-animation: slideRight 2s;
          animation: slideRight 2s;
}

.opacity {
  -webkit-animation: opacity 1s .2s both;
          animation: opacity 1s .2s both;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}

body, html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 22px;
  background-color: black;
  color: white;
  letter-spacing: 1px;
}

#nxg253r img {
  width: 100%;
  height: auto;
}

#nxg253r p {
  line-height: 1.5em;
}

#nxg253r .title {
  font-family: "Sarpanch", "Open Sans", Helvetica, Arial, sans-serif;
  margin: 2rem auto;
}

#nxg253r .title h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 0 1px #b6d3cf, 0 0 10px rgba(182, 211, 207, 0.4), 0 0 2px rgba(15, 202, 115, 0.6), 0 0 12px rgba(15, 202, 115, 0.4), 0 0 10px rgba(15, 202, 115, 0.9), 0 0 30px #0fca73;
}

#nxg253r .title h3 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

#nxg253r .title p {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 20px auto;
}

#nxg253r .detail {
  width: 40%;
  height: auto;
  padding: 7% 5%;
  z-index: 2;
  position: absolute;
  top: 0;
}

#nxg253r ul, #nxg253r li {
  list-style: none;
}

#nxg253r hr {
  width: 80%;
  height: auto;
  border-top: 1px solid white;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(15, 202, 115, 0.8);
          box-shadow: 0px 0px 10px 2px rgba(15, 202, 115, 0.8);
  margin: 2rem auto;
}

#nxg253r aside {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#nxg253r aside .bg {
  z-index: 1;
  position: absolute;
  right: 0;
}

#nxg253r aside .bgxs {
  display: none;
}

#nxg253r aside .logo {
  width: 60%;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#nxg253r aside .logo img {
  max-width: 150px;
}

#nxg253r aside.performance .bg, #nxg253r aside.rapid .bg {
  position: relative;
}

#nxg253r aside.main_block {
  width: 100%;
  height: 100vh;
  -webkit-animation: showimg 3s ease-in-out infinite;
          animation: showimg 3s ease-in-out infinite;
  background: url("https://storage-asset.msi.com/event/2020/mnt/NXG253R-Landing/msi-nxg253r_bg-noled.jpg") right no-repeat;
  background-size: 100%;
  opacity: 1;
  margin-bottom: 2rem;
}

#nxg253r aside.main_block .nxg253r_detail {
  width: 55%;
  height: auto;
  padding-top: 10%;
  font-family: "Fugaz One", sans-serif;
}

#nxg253r aside.main_block .nxg253r_detail h1, #nxg253r aside.main_block .nxg253r_detail h2 {
  margin: 0;
}

#nxg253r aside.main_block .nxg253r_detail ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  padding: 0;
}

#nxg253r aside.main_block .nxg253r_detail ul li {
  width: 80%;
  height: auto;
  padding: 0;
  margin: 0 15px;
}

#nxg253r aside.main_block .nxg253r_detail ul li:first-child {
  margin: 0 3rem;
}

#nxg253r aside.main_block .nxg253r_detail .launch {
  width: 100%;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#nxg253r aside.main_block .nxg253r_detail .launch .price {
  width: 40%;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#nxg253r aside.main_block .nxg253r_detail .launch .price p {
  font-size: 1rem;
  margin: 0;
}

#nxg253r aside.main_block .nxg253r_detail .launch .price h3 {
  font-size: 4vw;
  padding-left: 3rem;
}

#nxg253r aside.main_block .nxg253r_detail .launch .neon {
  width: 60%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: white;
  text-align: center;
  text-transform: uppercase;
  -webkit-animation: shining 0.1s alternate infinite;
          animation: shining 0.1s alternate infinite;
}

#nxg253r aside.main_block .nxg253r_detail .launch .neon h2 {
  font-size: 4vw;
}

#nxg253r aside.main_block .nxg253r_detail .launch .neon .date {
  font-size: 2vw;
}

#nxg253r aside.kv {
  margin: 5% auto;
}

#nxg253r aside.performance {
  margin: 5% auto;
}

#nxg253r aside.performance .detail {
  right: 0;
}

#nxg253r aside.latency {
  margin: 5% auto;
}

#nxg253r aside.latency .bg {
  position: relative;
}

#nxg253r aside.latency .bg p.note {
  position: absolute;
  bottom: .5%;
  left: .5%;
  z-index: 2;
  font-size: 12px;
}

#nxg253r aside.latency .bg img {
  z-index: 1;
}

#nxg253r aside.latency .bgxs p.note {
  position: absolute;
  bottom: -5%;
  left: .5%;
  z-index: 2;
  font-size: 12px;
}

#nxg253r aside.latency .bgxs img {
  z-index: 1;
}

#nxg253r aside.latency .detail .title p.note {
  display: none;
  text-align: right;
}

#nxg253r aside.rapid {
  margin: 5% auto;
}

#nxg253r aside.rapid .detail {
  right: 0;
}

#nxg253r aside.advantages {
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#nxg253r aside.advantages .detail {
  width: 100%;
  height: auto;
  padding: 1% 10%;
  position: relative;
}

#nxg253r aside.advantages .detail .title {
  text-align: center;
}

#nxg253r aside.advantages .detail .boxes {
  width: 100%;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#nxg253r aside.advantages .detail .boxes .box {
  margin: 4rem 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#nxg253r aside.advantages .detail .boxes .box:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

#nxg253r aside.advantages .detail .boxes .box:nth-child(2) {
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

#nxg253r aside.advantages .detail .boxes .box:nth-child(3) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

#nxg253r aside.advantages .partners {
  width: 100%;
  height: auto;
}

#nxg253r aside.advantages .partners .detail {
  width: 100%;
  height: auto;
  padding: 1% 10%;
  position: relative;
}

#nxg253r aside.advantages .partners .detail .title {
  text-align: center;
}

#nxg253r aside.advantages .partners .detail ul {
  width: 80%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 0;
}

#nxg253r aside.advantages .partners .detail ul li {
  margin: auto 2rem;
}

@media all and (max-width: 1920px) {
  body, html {
    font-size: 16px;
  }
  #nxg253r aside.main_block {
    width: 100%;
    height: 100vh;
  }
  #nxg253r aside.main_block .nxg253r_detail {
    padding-top: 15%;
  }
}

@media all and (max-width: 1600px) {
  #nxg253r .detail {
    padding: 5%;
  }
  #nxg253r .detail .title h2 {
    font-size: 2.5rem;
  }
  #nxg253r .detail .title h3 {
    font-size: 1.8rem;
    margin: 10px auto;
  }
  #nxg253r aside .bg {
    background-size: 90%;
  }
}

@media all and (max-width: 1024px) {
  #nxg253r .detail {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 5% 2%;
  }
  #nxg253r .detail .title h2 {
    font-size: 2.5rem;
  }
  #nxg253r .detail .title h3 {
    font-size: 1.8rem;
    margin: 10px auto;
  }
  #nxg253r aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #nxg253r aside .bg {
    display: none;
  }
  #nxg253r aside .bgxs {
    display: block;
  }
  #nxg253r aside.main_block {
    width: 100%;
    height: 100%;
    -webkit-animation: showimg 3s ease-in-out infinite;
            animation: showimg 3s ease-in-out infinite;
  }
  #nxg253r aside.main_block .nxg253r_detail {
    width: 100%;
    height: auto;
    padding-top: 60%;
  }
  #nxg253r aside.main_block .nxg253r_detail .launch .neon {
    width: 65%;
    height: 100%;
  }
  #nxg253r aside.main_block .nxg253r_detail .launch .neon h2 {
    font-size: 4rem;
  }
  #nxg253r aside.main_block .nxg253r_detail .launch .neon .date {
    font-size: 1.5rem;
  }
  #nxg253r aside.main_block .nxg253r_detail .launch .price {
    width: 35%;
    height: auto;
    display: block;
    text-align: center;
  }
  #nxg253r aside.main_block .nxg253r_detail .launch .price h3 {
    font-size: 4rem;
    padding: 0;
    margin: 0;
  }
  #nxg253r aside.main_block .nxg253r_detail ul > li {
    width: 20%;
    height: auto;
  }
  #nxg253r aside.kv .detail {
    display: block;
  }
  #nxg253r aside.kv .detail .logo {
    width: 50%;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #nxg253r aside.advantages .detail {
    padding: 5%;
  }
  #nxg253r aside.advantages .detail .boxes .box {
    margin: 1rem;
  }
  #nxg253r aside.latency .detail .title p.note {
    display: block;
    text-align: right;
    font-size: 12px;
  }
}

@media all and (max-width: 768px) {
  #nxg253r aside .bg {
    width: 100%;
    height: 400px;
  }
}

@media all and (max-width: 500px) {
  #nxg253r aside.main_block {
    width: 100%;
    height: 100vh;
    -webkit-animation: showimg2 3s ease-in-out infinite;
            animation: showimg2 3s ease-in-out infinite;
  }
  #nxg253r aside.main_block .nxg253r_detail {
    width: 100%;
    height: auto;
    padding-top: 60%;
  }
  #nxg253r aside.main_block .nxg253r_detail ul li:first-child {
    margin: 0 15px;
  }
  #nxg253r aside.main_block .nxg253r_detail .launch {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #nxg253r aside.main_block .nxg253r_detail .launch .neon {
    width: 100%;
    height: auto;
  }
  #nxg253r aside.main_block .nxg253r_detail .launch .neon h2 {
    font-size: 3rem;
  }
  #nxg253r aside.main_block .nxg253r_detail .launch .neon .date {
    font-size: 1.5rem;
  }
  #nxg253r aside.main_block .nxg253r_detail .launch .price {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
  }
  #nxg253r aside.main_block .nxg253r_detail .launch .price p {
    margin: 20px auto 10px;
  }
  #nxg253r aside.main_block .nxg253r_detail .launch .price h3 {
    padding: 0;
    margin: 0;
    font-size: 5rem;
  }
  #nxg253r aside.main_block .nxg253r_detail ul {
    width: 100%;
    height: auto;
  }
  #nxg253r aside.advantages .detail .boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #nxg253r aside.advantages .detail .boxes .box {
    margin: 2rem auto;
  }
  #nxg253r aside.advantages .partners .detail ul {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=style.css.map */