.project {
  overflow: hidden;
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
}
.project .msi__container {
  width: 100%;
  max-width: 1280px !important;
}

.pd-block .title--main {
  text-transform: none;
}

.kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #5597e0;
  position: relative;
}
@media (min-width: 996px) {
  .kv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .kv .msi__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: none;
    padding: 0 25px;
  }
}
.kv__img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  margin: 0;
}
.kv__img picture {
  display: block;
}
.kv__img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 996px) {
  .kv__img {
    margin: 0 -15% 0 -25%;
  }
}
.kv__txt {
  text-align: center;
}
.kv__box {
  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;
  gap: 20px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 996px) {
  .kv__box {
    padding-right: 55%;
    margin-bottom: 0;
  }
}
.kv__copilot {
  display: block;
  width: 50%;
  margin: 0 auto;
  max-width: 400px;
}
.kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
.kv__awardRedDot {
  width: 45%;
  max-width: 170px;
}
@media (min-width: 996px) {
  .kv__awardRedDot {
    max-width: 200px;
  }
}
.kv__designAward {
  width: 45%;
  max-width: 100px;
}
@media (min-width: 996px) {
  .kv__designAward {
    max-width: 120px;
  }
}
.kv__cta {
  text-align: center;
}
.kv__btn {
  display: inline-block;
  padding: 12px 52px;
  border: 0;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#002d62), to(#0071ce));
  background: linear-gradient(90deg, #002d62 0%, #0071ce 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(150, 210, 255, 0.9), 0 0 16px rgba(90, 160, 255, 0.55);
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
@media (min-width: 996px) {
  .kv__btn {
    padding: 14px 64px;
    font-size: 18px;
  }
}
.kv__btn:hover {
  color: #fff;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.overview {
  position: relative;
  overflow: hidden;
  padding: 5% 0;
  background-color: #f5f8fb;
}
.overview img {
  display: block;
}
.overview .specT {
  font-family: "kaushan-script", sans-serif;
}
.overview__imgBox {
  width: 100%;
}
.overview__imgBox img {
  width: 100%;
  display: block;
}
.overview__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.overview__itemBox {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  padding: 15px 10px;
}
.overview__itemBox-img img {
  width: 100%;
}
.overview__itemBox-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 996px) {
  .overview__itemBox-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media (min-width: 1024px) {
  .overview__itemBox-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}
.overview__itemBox--1 {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/Cubi-NUC-AI-3MG/overview/msi-cubi-nuc-ai-3mg-feature-pattern.jpg") no-repeat;
  background-size: cover;
  min-height: 22vw;
}
@media (min-width: 996px) {
  .overview__itemBox--1 {
    height: 50%;
    min-height: auto;
  }
}
.overview__itemBox--2 {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/Cubi-NUC-AI-3MG/overview/msi-cubi-nuc-ai-3mg-feature-pattern.jpg") no-repeat;
  background-size: cover;
  min-height: 22vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .overview__itemBox--2 {
    height: 50%;
    min-height: auto;
  }
}
.overview__itemBox--3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
}
@media (min-width: 996px) {
  .overview__itemBox--3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}
@media (min-width: 1024px) {
  .overview__itemBox--3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}
@media (min-width: 996px) {
  .overview__itemBox--3 .overview__itemBox-txt span {
    font-size: 36px;
  }
}
.overview__itemBox--4 {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/PRO_DP80_A14G/overview-rtx-bg.jpg") no-repeat;
  background-size: cover;
  min-height: 22vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 996px) {
  .overview__itemBox--4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    min-height: 245px;
  }
}
@media (min-width: 1024px) {
  .overview__itemBox--4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}
.overview__itemBox--4 .overview__itemBox-title {
  color: #333333;
}
.overview__itemBox--4 .overview__itemBox-icon {
  margin: 0;
}
.overview__itemBox--5 {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/Cubi-NUC-AI-3MG/overview/msi-cubi-nuc-ai-3mg-feature-pattern.jpg") no-repeat;
  background-size: cover;
  min-height: 53vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media (min-width: 996px) {
  .overview__itemBox--5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    min-height: 245px;
  }
}
@media (min-width: 1024px) {
  .overview__itemBox--5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}
.overview__itemBox--6 {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/Cubi-NUC-AI-3MG/overview/msi-cubi-nuc-ai-3mg-feature-work.jpg") no-repeat;
  background-position: top 60% center;
  background-size: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 70vw;
}
@media (min-width: 996px) {
  .overview__itemBox--6 {
    background: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/Cubi-NUC-AI-3MG/overview/msi-cubi-nuc-ai-3mg-feature-work.jpg") no-repeat;
    background-size: 100%;
    background-position: top 60% center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    min-height: 22.5rem;
  }
}
@media (min-width: 1300px) {
  .overview__itemBox--6 {
    min-height: 31rem;
  }
}
.overview__itemBox--8 {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/Cubi-NUC-AI-3MG/overview/msi-cubi-nuc-ai-3mg-feature-operability.jpg") no-repeat top center;
  background-size: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 70vw;
}
@media (min-width: 996px) {
  .overview__itemBox--8 {
    background: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/Cubi-NUC-AI-3MG/overview/msi-cubi-nuc-ai-3mg-feature-operability.jpg") no-repeat;
    background-size: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    min-height: 22.5rem;
  }
}
@media (min-width: 1300px) {
  .overview__itemBox--8 {
    min-height: 31rem;
  }
}
.overview__itemBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 72%;
  margin: auto;
  height: 100%;
}
@media (min-width: 996px) {
  .overview__itemBox-flex {
    width: 90%;
  }
}
.overview__itemBox-badge {
  margin-right: 5%;
  max-width: 70px;
}
@media (min-width: 996px) {
  .overview__itemBox-badge {
    max-width: 120px;
  }
}
.overview__itemBox-badge2 {
  max-width: 100px;
}
@media (min-width: 996px) {
  .overview__itemBox-badge2 {
    max-width: 50px;
  }
}
@media (min-width: 1600px) {
  .overview__itemBox-badge2 {
    max-width: 200px;
  }
}
.overview__itemBox-icon {
  margin: 0 auto;
  width: 60%;
  max-width: 150px;
}
@media (min-width: 996px) {
  .overview__itemBox-icon {
    max-width: 250px;
  }
}
.overview__itemBox-icon.print {
  max-width: 60px;
  margin: 20px;
}
@media (min-width: 996px) {
  .overview__itemBox-icon.print {
    max-width: 80px;
  }
}
.overview__itemBox-txt {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 996px) {
  .overview__itemBox-txt {
    font-size: 20px;
  }
}
.overview__itemBox-txt span {
  font-size: 20px;
  display: block;
}
@media (min-width: 576px) {
  .overview__itemBox-txt span {
    font-size: 22px;
  }
}
@media (min-width: 996px) {
  .overview__itemBox-txt span {
    font-size: 30px;
  }
}
.overview__itemBox-specialTxt {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #0860a8;
  width: 52vw;
}
@media (min-width: 996px) {
  .overview__itemBox-specialTxt {
    width: 50vw;
  }
}
@media (min-width: 1600px) {
  .overview__itemBox-specialTxt {
    right: 1rem;
    width: 20.5rem;
  }
}
@media (min-width: 1930px) {
  .overview__itemBox-specialTxt {
    top: 45%;
    right: 14%;
    width: 11vw;
  }
}
.overview__itemBox-specialTxt span {
  font-family: "kaushan-script", sans-serif;
}
.overview__itemBox-titleWrap {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.overview__itemBox-title {
  font-size: 22px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .overview__itemBox-title {
    font-size: 30px;
  }
  .overview__itemBox-title p {
    font-size: 20px;
  }
  .overview__itemBox-title span {
    font-size: 20px;
  }
}
.overview__itemBox-title.dark {
  color: #0860a8;
}
.overview__itemBox-title p:nth-of-type(1) {
  background: -webkit-gradient(linear, left top, right top, from(rgba(208, 218, 254, 0.6)), color-stop(rgba(1, 54, 255, 0.6)), to(rgba(63, 196, 255, 0.6)));
  background: linear-gradient(to right, rgba(208, 218, 254, 0.6), rgba(1, 54, 255, 0.6), rgba(63, 196, 255, 0.6));
  width: 60%;
  padding: 5px 10px;
  border-radius: 10px;
}
.overview__itemBox-title p:nth-of-type(2) {
  font-size: 20px;
  font-weight: normal;
  margin: 3% auto;
  background: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background: linear-gradient(to right, #209cff, #68e0cf);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)) drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)) drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
.overview__itemBox-title span {
  font-size: 20px;
}
.overview__itemBox-title span.text--note {
  font-size: 14px !important;
  font-weight: 500;
  margin-top: 10px;
}
@media (min-width: 996px) {
  .overview__itemBox-title span.text--note {
    font-size: 16px !important;
  }
}
.overview__linkBox img {
  margin: auto;
}
.overview__linkBox--r {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.pdMain {
  position: relative;
  overflow: hidden;
  padding: 20% 0 0;
  background-color: #f5f8fb;
}
@media (min-width: 996px) {
  .pdMain {
    padding: 5% 0;
  }
}
.pdMain img {
  display: block;
}
.pdMain::before {
  content: "";
  position: absolute;
  top: 14%;
  right: -37%;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/PRO_DP80_A14G/productivity-mainImg-txt-t.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 15vw;
}
@media (min-width: 996px) {
  .pdMain::before {
    top: 3%;
    right: -26%;
    background-size: contain;
    height: 177px;
  }
}
@media (min-width: 1930px) {
  .pdMain::before {
    height: 100%;
  }
}
.pdMain::after {
  content: "";
  position: absolute;
  top: 60%;
  left: -17%;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/PRO_DP80_A14G/productivity-mainImg-txt-b.png") no-repeat right;
  background-size: cover;
  width: 100%;
  height: 15vw;
}
@media (min-width: 996px) {
  .pdMain::after {
    top: 75%;
    left: -46%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 177px;
  }
}
@media (min-width: 1930px) {
  .pdMain::after {
    height: 100%;
  }
}
.pdMain__imgBox {
  text-align: right;
}
.pdMain__imgBox img {
  display: inline-block;
  width: 84%;
}
.pdMain__titleBox {
  position: relative;
  font-size: 7rem;
  padding-left: 16vw;
  text-align: right;
  font-weight: 700;
}
@media (min-width: 996px) {
  .pdMain__titleBox {
    font-weight: normal;
    text-align: left;
  }
}
.pdMain__titleBox p {
  background: -webkit-gradient(linear, left top, right top, from(#002953), color-stop(#0068bb), to(#087bd6));
  background: linear-gradient(to right, #002953, #0068bb, #087bd6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  font-size: 9.8vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 996px) {
  .pdMain__titleBox p {
    font-size: 7.8vw;
  }
}
.pdMain__txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1280px;
  margin: auto;
  font-size: 2rem;
}
.pdMain__txtBox p {
  font-size: 17px;
  padding: 0 10px;
}
@media (min-width: 996px) {
  .pdMain__txtBox p {
    font-size: 30px;
  }
}

.oaMain {
  position: relative;
  padding: 20% 0;
  overflow: hidden;
  background-color: #f5f8fb;
}
@media (min-width: 996px) {
  .oaMain {
    padding: 5% 0;
  }
}
.oaMain img {
  display: block;
}
.oaMain::before {
  content: "";
  position: absolute;
  top: 14%;
  right: -37%;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/PRO_DP80_A14G/operability-mainImg-txt-t.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 15vw;
}
@media (min-width: 996px) {
  .oaMain::before {
    top: 3%;
    right: -26%;
    background-size: contain;
    height: 177px;
  }
}
@media (min-width: 1930px) {
  .oaMain::before {
    background-image: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/PRO_DP80_A14G/productivity-mainImg-txt-t.png");
    height: 100%;
  }
}
.oaMain::after {
  content: "";
  position: absolute;
  top: 60%;
  left: -17%;
  background: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/PRO_DP80_A14G/operability-mainImg-txt-b.png") no-repeat right;
  background-size: cover;
  width: 100%;
  height: 15vw;
}
@media (min-width: 996px) {
  .oaMain::after {
    top: 75%;
    left: -46%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 177px;
  }
}
@media (min-width: 1930px) {
  .oaMain::after {
    background-image: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/PRO_DP80_A14G/productivity-mainImg-txt-b.png");
    height: 100%;
  }
}
.oaMain__imgBox {
  text-align: right;
}
.oaMain__imgBox img {
  display: inline-block;
  width: 84%;
}
.oaMain__titleBox {
  position: relative;
  font-size: 7rem;
  padding-left: 16vw;
  text-align: right;
  font-weight: 700;
}
@media (min-width: 996px) {
  .oaMain__titleBox {
    background: -webkit-gradient(linear, left top, right top, from(#002953), color-stop(#0068bb), to(#087bd6));
    background: linear-gradient(to right, #002953, #0068bb, #087bd6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 7rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: normal;
  }
}
.oaMain__titleBox p {
  background: -webkit-gradient(linear, left top, right top, from(#002953), color-stop(#0068bb), to(#087bd6));
  background: linear-gradient(to right, #002953, #0068bb, #087bd6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
  font-size: 9.8vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 996px) {
  .oaMain__titleBox p {
    font-size: 7.8vw;
  }
}
.oaMain__txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1280px;
  margin: auto;
  font-size: 2rem;
}
.oaMain__txtBox p {
  font-size: 17px;
  padding: 0 10px;
}
@media (min-width: 996px) {
  .oaMain__txtBox p {
    font-size: 30px;
  }
}

.cpu {
  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;
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .cpu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cpu .msi__container {
    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;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: none;
    padding: 0;
  }
}
.cpu__img {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.cpu__img picture {
  display: block;
}
.cpu__img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.cpu__txtBox {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cpu__content {
  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;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (min-width: 996px) {
  .cpu__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1930px) {
  .cpu__content {
    gap: 300px;
  }
}
.cpu__leftIcons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 58px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px 0;
}
.cpu__leftIcons .icomItem {
  display: block;
  width: 40%;
  max-width: 160px;
}
.cpu__dataInfo {
  font-size: 26px;
  font-weight: bold;
  background: linear-gradient(127deg, rgb(3, 68, 122) 2%, rgb(10, 133, 228) 69%, rgb(10, 133, 228) 99%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cpu__dataInfo h5 {
  font-size: 40px;
  font-weight: 600;
}
@media (min-width: 1300px) {
  .cpu__dataInfo h5 {
    font-size: 70px;
  }
}
.cpu__dataInfo h5 span {
  font-size: 80px;
  line-height: 1.2;
}
@media (min-width: 1300px) {
  .cpu__dataInfo h5 span {
    font-size: 100px;
  }
}
@media (min-width: 1600px) {
  .cpu__dataInfo h5 span {
    font-size: 150px;
  }
}
.cpu__line {
  width: 100%;
  height: 5px;
  background: linear-gradient(127deg, rgb(0, 91, 165) 2%, rgb(10, 133, 228) 69%, rgb(10, 133, 228) 99%);
  margin: 10px 0;
}

.convenience {
  position: relative;
  padding: 5% 0;
  overflow: hidden;
  background-color: #f5f8fb;
}
.convenience img {
  display: block;
}
.convenience .title--sub--normal {
  text-transform: none;
  color: #fff;
}
.convenience .slick-slide > div {
  text-align: center;
  margin: 0 6px;
}
.convenience .slick-arrow {
  display: none !important;
}
.convenience .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4%;
}
.convenience .slick-dots li {
  border: 1px solid #999;
  border-radius: 999em;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  cursor: pointer;
}
.convenience .slick-dots li.slick-active {
  background: #5983cd;
}
.convenience .slick-dots li button {
  text-indent: -9999px;
}
.convenience .text--note:nth-last-of-type(1) {
  margin-top: 10px;
}
@media (min-width: 996px) {
  .convenience .text--note:nth-last-of-type(1) {
    margin-top: 25px;
  }
}
.convenience__titleBox {
  text-align: center;
}
@media (min-width: 996px) {
  .convenience__titleBox {
    width: 75%;
    margin: auto;
  }
}
.convenience__flexBox {
  margin-top: 6%;
}
@media (min-width: 996px) {
  .convenience__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 3%;
  }
}
.convenience__imgBoxWrap {
  position: relative;
  min-height: 511px;
  border-radius: 20px;
  width: 100% !important;
  max-width: 500px;
  margin: 3% auto;
  text-align: left;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .convenience__imgBoxWrap {
    margin: 0 1%;
    width: calc(33.3333333333% - 10px);
    max-width: 100%;
  }
}
.convenience__imgBoxWrap--1, .convenience__imgBoxWrap--2 {
  background-color: #fff;
}
.convenience__imgBoxWrap--3 {
  background: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/Cubi-NUC-AI-3MG/convenience/cubi-power-link.jpg") bottom left no-repeat;
  background-size: cover;
}
@supports (background-image: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/Cubi-NUC-AI-3MG/convenience/cubi-power-link.webp")) {
  .convenience__imgBoxWrap--3 {
    background-image: url("https://storage-asset.msi.com/global/picture/image/feature/Business-Desktop/Cubi-NUC-AI-3MG/convenience/cubi-power-link.webp");
  }
}
.convenience__imgBox img {
  border-radius: 0 0 20px 20px;
  width: 100%;
}
.convenience__txtBox {
  padding: 6%;
}
.convenience__txtBox--1, .convenience__txtBox--2 {
  text-shadow: 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff;
}
.convenience__txtBox--3 {
  color: #fff;
  text-shadow: 0 0 2px #000000, 0 0 2px #000000, 0 0 2px #000000;
}
.convenience__txtBox--3 .title--sub-normal {
  color: #fff;
}
.convenience__txtBox--3 p {
  background-color: rgba(123, 123, 123, 0.7);
  padding: 5px 12px;
  border-radius: 5px;
}
.convenience__noteFlex p {
  text-align: center;
}
@media (min-width: 996px) {
  .convenience__noteFlex p {
    width: 33.3333333333%;
  }
}
.convenience__noteFlex a {
  font-weight: bold;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.convenience__noteFlex a:hover {
  text-decoration: underline;
}
@media (min-width: 996px) {
  .convenience__noteFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.msiSupport {
  position: relative;
  padding: 5% 0;
  background-color: #f5f8fb;
}
.msiSupport img {
  display: block;
  width: 100%;
}
@media (min-width: 996px) {
  .msiSupport .title--sub {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.msiSupport__titleBox {
  text-align: center;
  width: 90%;
  margin: auto;
}
@media (min-width: 996px) {
  .msiSupport__titleBox {
    width: 70%;
  }
}
.msiSupport__flexBox {
  margin-top: 14%;
}
@media (min-width: 996px) {
  .msiSupport__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 5%;
  }
}
.msiSupport__itemBox {
  margin: 8% auto;
}
@media (min-width: 996px) {
  .msiSupport__itemBox {
    width: 33.3333333333%;
    margin: 0 5% 0 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .msiSupport__itemBox:nth-last-of-type(1) {
    margin: 0;
  }
}
.msiSupport__imgBox {
  width: 70%;
  margin: auto;
}
@media (min-width: 996px) {
  .msiSupport__imgBox {
    width: 100%;
    margin: 0;
  }
}
.msiSupport__txtBoxWrap {
  text-align: center;
  margin-top: 5%;
}
@media (min-width: 996px) {
  .msiSupport__txtBoxWrap {
    min-height: 240px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1930px) {
  .msiSupport__txtBoxWrap {
    min-height: 270px;
  }
}
@media (min-width: 996px) {
  .msiSupport__txtBox h3 {
    min-height: 60px;
  }
}
.msiSupport__linkBox {
  margin-top: 3%;
}

.unleash {
  position: relative;
  padding: 0 0 5%;
  background-color: #f5f8fb;
}
.unleash img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.unleash__flexBox {
  background: #fff;
  overflow: hidden;
}
@media (min-width: 996px) {
  .unleash__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.unleash__imgBox {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 16/10;
}
@media (min-width: 996px) {
  .unleash__imgBox {
    width: 50%;
    aspect-ratio: auto;
  }
}
.unleash__txtBox {
  padding: 25px;
}
@media (min-width: 996px) {
  .unleash__txtBox {
    width: 50%;
    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;
    padding: 4% 5%;
  }
}
.unleash__txtBox h2 {
  color: #333333;
  margin-bottom: 16px;
}
.unleash__txtBox p {
  color: #333333;
  margin-bottom: 24px;
}
.unleash__txtBox .kv__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: auto;
}

.model {
  padding: 5% 0;
  background-color: #f5f8fb;
  color: #333333;
  overflow: visible;
}
.model .title--main {
  text-align: center;
  margin-bottom: 40px;
}
.model .common-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
.model__carousel {
  position: relative;
  width: 100%;
  padding: 0 16px 40px;
  overflow: visible;
}
@media (min-width: 768px) {
  .model__carousel {
    padding: 0 48px 44px;
  }
}
@media (min-width: 996px) {
  .model__carousel {
    padding: 0 68px 48px;
  }
}
.model__carousel .swiper-button-prev,
.model__carousel .swiper-button-next {
  width: 22px;
  height: 22px;
  margin-top: 0;
  top: calc(50% - 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#002d62), to(#0071ce));
  background: linear-gradient(90deg, #002d62 0%, #0071ce 100%);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 45, 98, 0.28);
          box-shadow: 0 2px 6px rgba(0, 45, 98, 0.28);
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 768px) {
  .model__carousel .swiper-button-prev,
  .model__carousel .swiper-button-next {
    width: 40px;
    height: 40px;
    top: calc(50% - 22px);
    -webkit-box-shadow: 0 2px 10px rgba(0, 45, 98, 0.28);
            box-shadow: 0 2px 10px rgba(0, 45, 98, 0.28);
  }
}
.model__carousel .swiper-button-prev::after,
.model__carousel .swiper-button-next::after {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 768px) {
  .model__carousel .swiper-button-prev::after,
  .model__carousel .swiper-button-next::after {
    font-size: 16px;
  }
}
.model__carousel .swiper-button-prev.swiper-button-disabled,
.model__carousel .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}
.model__carousel .swiper-button-prev {
  left: -14px;
}
@media (min-width: 768px) {
  .model__carousel .swiper-button-prev {
    left: 0;
  }
}
.model__carousel .swiper-button-next {
  right: -14px;
}
@media (min-width: 768px) {
  .model__carousel .swiper-button-next {
    right: 0;
  }
}
.model__carousel .swiper-pagination {
  bottom: 8px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.model__carousel .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #002d62;
  opacity: 0.28;
}
.model__carousel .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0071ce;
}
.model__swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.model__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .model__page {
    gap: 20px;
  }
}
.model .item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 4px);
  padding: 14px 8px 16px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .model .item {
    width: calc(50% - 12px);
    padding: 24px 20px 28px;
    border-radius: 20px;
  }
}
@media (min-width: 996px) {
  .model .item {
    width: calc(33.333% - 14px);
  }
}
.model .item figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  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;
  width: 100%;
  margin: 0 0 16px;
}
.model .item figure img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
.model .item .item__txtBox {
  display: contents;
}
.model .item .item__txtBox-name {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  margin: 0 0 12px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .model .item .item__txtBox-name {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
@media (min-width: 996px) {
  .model .item .item__txtBox-name {
    font-size: 20px;
  }
}
.model .item .item__spec {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
  text-align: left;
}
.model .item .item__spec li {
  position: relative;
  margin: 0 0 6px;
  padding-left: 14px;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .model .item .item__spec li {
    font-size: 14px;
    margin: 0 0 8px;
  }
}
.model .item .item__spec li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0071ce;
}
.model .item .learnBtn,
.model .item .buyNowBtn {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  display: block;
  width: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 8px 0 0;
  padding: 12px 32px;
  border: 0;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#002d62), to(#0071ce));
  background: linear-gradient(90deg, #002d62 0%, #0071ce 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  text-shadow: 0 0 8px rgba(150, 210, 255, 0.9), 0 0 16px rgba(90, 160, 255, 0.55);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
@media (min-width: 996px) {
  .model .item .learnBtn,
  .model .item .buyNowBtn {
    padding: 14px 40px;
    font-size: 18px;
  }
}
.model .item .learnBtn:hover,
.model .item .buyNowBtn:hover {
  color: #fff;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.model .item .buyNowBtn .buyNow-btn {
  display: block;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
}
.model__btn {
  text-align: center;
  padding-top: 40px;
}
.model__btn .common-btn {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 12px 32px;
  border: 0;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#002d62), to(#0071ce));
  background: linear-gradient(90deg, #002d62 0%, #0071ce 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-shadow: 0 0 8px rgba(150, 210, 255, 0.9), 0 0 16px rgba(90, 160, 255, 0.55);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.model__btn .common-btn:hover {
  color: #fff;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.model__btn .note {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  color: #333333;
}
.model__btn .note a {
  color: #0860a8;
  word-break: break-all;
}

.wtb {
  padding: 5% 0;
  background-color: #f5f8fb;
  color: #333333;
}
.wtb .title--main {
  text-align: center;
  margin-bottom: 40px;
}

.popout {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
}
.popout__block {
  position: relative;
  max-width: 600px;
  margin: 10vh auto;
  padding: 40px 24px 24px;
  background: #fff;
  border-radius: 8px;
}
.popout__block-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.popout__block-close svg {
  fill: #333;
  width: 100%;
  height: 100%;
}
.popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popout__dm a {
  display: block;
  padding: 12px;
  background: #f5f8fb;
  color: #333333;
  border-radius: 4px;
}
.popout__dm a img {
  max-height: 48px;
  width: auto;
}/*# sourceMappingURL=main.css.map */