/*h3*/
/*h4*/
/* button */
/*Colors*/
.delighter.sequence .item {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.sequence.started .item {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.delighter.sequence.started .item:nth-child(1) {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out .1s;
  transition: all 0.5s ease-out .1s;
}

.delighter.sequence.started .item:nth-child(2) {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out .3s;
  transition: all 0.5s ease-out .3s;
}

.delighter.sequence.started .item:nth-child(3) {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out .5s;
  transition: all 0.5s ease-out .5s;
}

.delighter.sequence.started .item:nth-child(4) {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out .7s;
  transition: all 0.5s ease-out .7s;
}

.delighter.right {
  -webkit-transform: translate(-20%);
  transform: translate(-20%);
  opacity: 0;
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(20%);
  transform: translate(20%);
  opacity: 1;
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.top {
  -webkit-transform: translatey(20%);
  transform: translatey(20%);
  opacity: 0;
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out;
}

.delighter.top.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.bottom {
  -webkit-transform: translatey(-20%);
  transform: translatey(-20%);
  opacity: 0;
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out;
}

.delighter.bottom.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all .7s ease-out;
  transition: all .7s ease-out;
}

.delighter.fadein.started {
  opacity: 1;
}

@media screen and (max-width: 960px) {
  .delighter.left, .delighter.right, .delighter.top, .delighter.bottom {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 0;
    -webkit-transition: all .7s ease-out;
    transition: all .7s ease-out;
  }
}

/*h3*/
/*h4*/
/* button */
/*Colors*/
body {
  overflow-x: hidden;
}

.block {
  font-family: "DINPro-Light", "cwTeXHei", "Microsoft JhengHei";
  font-size: 24px;
  color: #fff;
  line-height: 1.8;
}

.block sup {
  vertical-align: baseline;
}

.block img {
  max-width: 100%;
  overflow: hidden;
}

.block img.full {
  width: 100% !important;
}

.block .hires-logo,
.block .msicenter__title img,
.block .GP76-wifi6-content img {
  width: auto !important;
}

.block .cr-white {
  color: #fff;
}

.block .cr-red {
  color: #bc0101;
}

.block .cr-green {
  color: #b9e91e;
}

.block .cr-deepgreen {
  color: #688900;
}

.block .img {
  width: 100%;
  text-align: center;
}

.block .img img {
  display: inline-block;
  margin: 0 auto;
}

.block .imgxs, .block img.imgxs {
  display: none;
}

.block .imglg, .block img.imglg {
  display: inline-block;
  margin: 0 auto;
}

.block .wrapper {
  width: 80%;
  margin: 0 auto;
  max-width: 1920px;
}

.block .wrapper-lg {
  width: 85%;
  margin: 0 auto;
  max-width: 2560px;
}

.block .wrapper-lg-full {
  width: 100%;
  margin: 0 auto;
  max-width: 2560px;
}

.block .wrapper-full {
  width: 100%;
  margin: 0 auto;
}

.block ul, .block li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block ul.hightlight-txt {
  width: 100%;
  margin: 24px 0;
}

.block ul.hightlight-txt li {
  display: inline-block;
  position: relative;
  min-width: 200px;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/nb/AMD/Delta15-A5EX/k-highlight-bg.png") bottom left no-repeat;
  background-size: contain;
  padding-bottom: 10px;
}

.block ul.hightlight-txt li span {
  font-weight: 700;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#b9e91e), to(#f1db58));
  background: linear-gradient(0deg, #b9e91e 0%, #f1db58 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block h2 {
  font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  padding: 0 0 25px;
  margin: 0;
}

.block h2.white {
  color: #fff;
}

.block h3 {
  font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
  padding: 0 0 16px;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
}

.block h3.white {
  color: #fff;
}

.block h4 {
  font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
  padding: 0 0 16px;
  font-size: 36px;
  color: #fff;
}

.block h4.white {
  color: #fff;
}

.block .box-sc {
  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;
}

.block .box-s {
  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: flex-start;
}

.block .box-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.block .box-cc {
  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;
}

.block figcaption {
  font-size: 100%;
}

.block .data {
  font-size: 24px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block .data li {
  margin-right: 24px;
}

.block .data li:last-child {
  margin-right: 0px;
}

.block .data-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'DINPro-Light';
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.block .data-num .span {
  display: inline-block;
  font-family: 'DINPro-Light';
}

.block .data-note {
  font-size: 24px;
  margin-top: -14px;
  color: #00aeff;
  font-weight: 700;
}

.block .data em, .block .data b {
  display: inline-block;
  font-style: normal;
  font-size: 220%;
  line-height: 100%;
  font-family: 'DINPro-Regular';
  font-weight: normal;
}

.block .data em + span, .block .data b + span {
  margin-left: 10px;
}

.block .data span + em,
.block .data span + b {
  margin-left: 10px;
}

.block .data span {
  font-size: 100%;
}

.block .data-sm {
  font-family: 'DINPro-Light';
  font-size: 2.5vh;
}

.block .data-sm span, .block .data-sm b {
  font-size: 220%;
  font-weight: 400;
}

.block .data-xs {
  font-family: 'DINPro-Light';
  font-size: 1.5vh;
}

.block .data-xs span, .block .data-xs b {
  font-size: 220%;
  font-weight: 400;
}

.block a {
  color: rgba(185, 233, 30, 0.8);
  text-decoration: underline;
}

.block a:hover, .block a:active, .block a:focus {
  color: #b9e91e;
}

.block a.btn-regular {
  display: inline-block;
  background: #688900;
  border-radius: 5px;
  color: #fff;
  padding: 16px 24px;
  border: 1px solid #b9e91e;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.block a.btn-regular:hover {
  background: #b9e91e;
  color: #000;
}

.block .btn-regular {
  display: inline-block;
  background: #688900;
  border-radius: 5px;
  color: #fff;
  padding: 16px 24px;
  border: 1px solid #b9e91e;
  -webkit-transition: .5s all;
  transition: .5s all;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

.block .btn-regular:hover {
  background: #b9e91e;
  color: #000;
}

.block .nav-btn {
  width: 100%;
  margin: 0 10px;
  text-align: center;
  display: inline-block;
  background: none;
  color: #8a8a8a;
  padding: 16px 24px;
  border: 1px solid transparent;
  -webkit-transition: .5s all;
  transition: .5s all;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  outline: 0;
  font-size: 20px;
  font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
}

.block .nav-btn.slick-current, .block .nav-btn:hover {
  background: #688900;
  color: #fff;
  border: 1px solid #b9e91e;
}

.block .slick-dots {
  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;
  margin: 0;
}

.block .slick-dots li {
  margin: 0px 4px !important;
  overflow: hidden !important;
  width: 60px !important;
  top: 20px !important;
  -webkit-transform: skewX(-20deg) !important;
          transform: skewX(-20deg) !important;
}

.block .slick-dots li.slick-active button {
  background-color: #747474 !important;
}

.block .slick-dots li button {
  padding: 0;
  width: 60px !important;
  height: 12px !important;
  font-size: 0px;
  background: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #333 !important;
  border-radius: 0px !important;
  border: 0px !important;
}

.block .slick-dots li::before {
  display: none;
}

.block p {
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
}

.block p + a {
  margin-top: 4vh;
}

.block .note {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.2;
  padding-top: 15px;
}

.block .note a {
  color: #b9e91e;
  text-decoration: underline;
}

.block .note a:hover, .block .note a:active, .block .note a:focus {
  color: #b9e91e;
}

.block.sp, .block .sp {
  padding: 6% 0;
}

.block.splg, .block .splg {
  padding: 10% 0;
}

.block.sptop, .block .sptop {
  padding-top: 6%;
}

.block.spbt, .block .spbt {
  padding-bottom: 6%;
}

.block.splgtop, .block .splgtop {
  padding-top: 10%;
}

.block.splgbt, .block .splgbt {
  padding-bottom: 10%;
}

.block.center, .block .center {
  text-align: center;
}

.block .btsty,
.block a.btsty {
  position: relative;
  font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
  font-size: 24px;
  color: #fff;
  display: inline-block;
  letter-spacing: 3px;
  padding: 8px 24px;
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  border-image-slice: 1;
  background: #003852;
  background: linear-gradient(230deg, #003852 0%, rgba(0, 56, 82, 0), rgba(0, 0, 0, 0.5) 60%);
  border-image-source: linear-gradient(25deg, #03caf5 0%, rgba(3, 202, 245, 0) 40%);
  -webkit-transition: .5s all;
  transition: .5s all;
  z-index: 1;
}

.block .btsty.btsty-video::after,
.block a.btsty.btsty-video::after {
  content: '\25ba';
  vertical-align: middle;
  font-size: 70%;
  margin-left: 5px;
  color: #fff;
  display: inline-block;
}

.block .btsty::before,
.block a.btsty::before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: transparent;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  background: linear-gradient(50deg, #03caf5, rgba(3, 202, 245, 0), rgba(3, 202, 245, 0));
  opacity: .75;
  z-index: -1;
}

.block .btsty::after,
.block a.btsty::after {
  content: '';
  vertical-align: middle;
  font-size: 70%;
  margin-left: 5px;
  color: #fff;
  display: inline-block;
  font-family: fantasy;
}

.block .btsty:hover,
.block a.btsty:hover {
  text-shadow: 0px 3px 10px #03caf5;
  background: linear-gradient(230deg, #003852 0%, rgba(0, 56, 82, 0.2) 10%);
  color: #fff;
}

.block .btsty:hover::before,
.block a.btsty:hover::before {
  opacity: 1;
}

@media screen and (max-width: 1920px) {
  .block h2,
  .block h3 {
    font-size: 42px;
  }
  .block h4 {
    font-size: 30px;
  }
  .block p {
    font-size: 20px;
  }
  .block .wrapper {
    max-width: 1400px;
  }
  .block.sp {
    padding: 10vh 0;
  }
  .block.spbt, .block .spbt {
    padding-bottom: 10vh;
  }
  .block.splgtop, .block .splgtop {
    padding-top: 6vh;
  }
  .block.splgbt, .block .splgbt {
    padding-bottom: 6vh;
  }
}

@media screen and (max-width: 1536px) {
  .block {
    font-size: 16px;
  }
  .block h2,
  .block h3 {
    font-size: 36px;
  }
  .block h4 {
    font-size: 24px;
  }
  .block p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1366px) {
  .block .nav-btn {
    font-size: 18px;
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
  }
}

@media screen and (max-width: 1220px) {
  .block .nav-btn {
    margin: 0px;
    padding: 16px 0;
    font-size: 16px;
    font-family: "din_pro_bold", "cwTeXHei", "Microsoft JhengHei";
  }
}

@media screen and (max-width: 960px) {
  .block {
    font-size: 16px;
  }
  .block .box-sc {
    display: block;
  }
  .block .box-sc.box-xs,
  .block .box-cc.box-xs,
  .block .box-s.box-xs,
  .block .box-c.box-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block .box-sc,
  .block .box-cc,
  .block .box-s,
  .block .box-c {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .block h2,
  .block h3 {
    font-size: 36px;
  }
  .block h4 {
    font-size: 24px;
  }
  .block p {
    font-size: 16px;
  }
  .block .img {
    width: 100%;
    text-align: center;
  }
  .block .img img {
    max-width: 80%;
  }
  .block .imglg, .block img.imglg {
    display: none !important;
  }
  .block .imgxs, .block img.imgxs {
    display: block;
  }
  .block.sp {
    padding: 45px 0;
  }
  .block.spbt, .block .spbt {
    padding-bottom: 45px;
  }
  .block.splgtop, .block .splgtop {
    padding-top: 6vh;
  }
  .block.splgbt, .block .splgbt {
    padding-bottom: 6vh;
  }
  .block .data {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .block {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
}

.slick-dots {
  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;
  margin: 0;
}

.slick-dots li {
  margin: 0px 4px;
  overflow: hidden;
  width: 60px;
  top: 20px;
}

.slick-dots li.slick-active button {
  background-color: #bc0101;
}

.slick-dots li button {
  padding: 0;
  width: 60px;
  height: 5px;
  font-size: 0px;
  background: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background: rgba(188, 1, 1, 0.2);
  border-radius: 10px;
  border: 0px;
}

.slick-dots li button::before {
  display: none;
}

.video-sec__video a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 1s;
  transition: 1s;
}

.video-sec__video a:hover:before {
  opacity: 0.5;
}

.video-sec__video a:hover .video-sec__play-btn {
  opacity: 1;
  -webkit-animation: play-btn-light 3s infinite;
  animation: play-btn-light 3s infinite;
}

.video-sec__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80px;
  width: 4.16666667vw;
  background: url(https://storage-asset.msi.com/global/picture/image/feature/nb/GL/Pulse-GL66/01-video-play.png) no-repeat center;
  background-size: contain;
  border-radius: 50%;
  border: 0px solid #0ff;
  opacity: 0.5;
  -webkit-transition: 1s;
  transition: 1s;
}

.video-sec__play-btn:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.nb-compbox .twentytwenty-overlay, .nb-compbox .twentytwenty-before-label, .nb-compbox .twentytwenty-after-label {
  pointer-events: none;
}

.vd-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.vd-container iframe, .vd-container object, .vd-container embed, .vd-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}
/*# sourceMappingURL=nb-delta-a5ex.css.map */