@charset "UTF-8";
.kv {
  position: relative;
  margin: 0;
  z-index: 3;
}
.kv__intel {
  position: absolute;
  display: none;
  top: 36px;
  right: 36px;
}
.kv__intel .intel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}
.kv__intel .intel__imgbox img {
  width: 75px;
  vertical-align: top;
}
.kv__intel .intel__txtbox {
  font-size: 12px;
  padding-right: 15px;
}
.kv img {
  width: 100%;
}
.kv__nbLeft {
  position: absolute;
  width: 23%;
  top: 3%;
  left: 5%;
  -webkit-animation: 2s floating ease-in-out infinite;
          animation: 2s floating ease-in-out infinite;
}
.kv__nbRight {
  position: absolute;
  width: 23%;
  top: 3%;
  right: 5%;
  -webkit-animation: 2s floating2 ease-in-out infinite;
          animation: 2s floating2 ease-in-out infinite;
}
.kv__upArrow {
  position: absolute;
  width: 8%;
  top: 27%;
  left: 69.5%;
  -webkit-animation: 1.5s arrowUp ease-in-out infinite;
          animation: 1.5s arrowUp ease-in-out infinite;
}
@media (min-width: 996px) {
  .kv {
    margin: 0;
  }
  .kv__intel {
    display: block;
  }
  .kv__nbLeft {
    width: 18%;
    top: 6%;
    left: 14%;
  }
  .kv__nbRight {
    position: absolute;
    width: 17%;
    top: 17%;
    left: auto;
    right: 12%;
    -webkit-animation: 2s floating2 ease-in-out infinite;
            animation: 2s floating2 ease-in-out infinite;
  }
  .kv__upArrow {
    position: absolute;
    width: 5.5%;
    top: 20%;
    left: 61%;
    -webkit-animation: 1.5s arrowUp ease-in-out infinite;
            animation: 1.5s arrowUp ease-in-out infinite;
  }
}

#nbBts2023 .info {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/info_bg-xs.jpg) no-repeat bottom center, #84e1eb;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#nbBts2023 .info__content {
  padding: 5vh 0 8vh 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#nbBts2023 .info .blackboard {
  width: 90%;
  background: #cba775;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-shadow: -1px 10px 5px 0px rgb(58, 108, 118);
          box-shadow: -1px 10px 5px 0px rgb(58, 108, 118);
}
#nbBts2023 .info .blackboard__outer {
  background: #cba775;
  padding: 10px 20px 20px 20px;
  position: relative;
}
#nbBts2023 .info .blackboard__outer--decoLeft {
  position: absolute;
  bottom: -5%;
  left: -3%;
  width: 20%;
  z-index: 3;
}
#nbBts2023 .info .blackboard__outer--decoRight {
  position: absolute;
  bottom: -5%;
  right: -3%;
  width: 17%;
  z-index: 3;
}
#nbBts2023 .info .blackboard__inner {
  position: relative;
  background: #455042;
  background-size: 34%;
  color: #fff;
  -webkit-box-shadow: 10px 0px 0px 0px #3e473a inset;
          box-shadow: 10px 0px 0px 0px #3e473a inset;
  padding: 10px 20px 20px 20px;
}
#nbBts2023 .info .blackboard__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  background: url(https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/chalk.png) no-repeat bottom center, -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(62, 71, 58)), color-stop(50%, rgb(69, 80, 66)));
  background: url(https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/chalk.png) no-repeat bottom center, linear-gradient(90deg, rgb(62, 71, 58) 50%, rgb(69, 80, 66) 50%);
  background-size: 80%, 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#nbBts2023 .info .blackboard__inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3e473a;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#nbBts2023 .info .blackboard__inner--img img {
  width: 25%;
  max-width: 50%;
}
#nbBts2023 .info .blackboard__inner--top {
  width: 95%;
  text-align: left;
}
#nbBts2023 .info .blackboard__inner--bottom {
  width: 90%;
  text-align: right;
}
#nbBts2023 .info .blackboard__inner--content {
  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;
  gap: 30px;
}
#nbBts2023 .info .blackboard__inner--content .item {
  width: 100%;
}
#nbBts2023 .info .blackboard__inner--content .item:only-child {
  width: 100%;
  text-align: center;
  padding: 3vh 0px;
  line-height: 1.8;
}
#nbBts2023 .info .blackboard__inner--content .item__imgbox i {
  display: block;
}
#nbBts2023 .info .blackboard__inner--content .item__txtbox {
  width: 100%;
  padding-bottom: 25px;
}
#nbBts2023 .info .blackboard__inner--content .item {
  line-height: 1.5;
  text-align: center;
}
#nbBts2023 .info .blackboard__inner--content .item img {
  max-width: 90%;
}
#nbBts2023 .info .blackboard__inner--content .item h2 {
  padding: 0 0px 12px 0px;
}
#nbBts2023 .info .blackboard__inner--content .item h3 {
  font-weight: normal;
  padding: 0;
}
#nbBts2023 .info .blackboard::before {
  display: block;
  position: relative;
  content: "";
  height: 10px;
  width: 100%;
  background: #ddb88c;
}
@media (min-width: 576px) {
  #nbBts2023 .info .blackboard .item {
    width: 100%;
  }
  #nbBts2023 .info .blackboard .item:only-child {
    width: 90%;
    padding: 2vh 0px;
  }
  #nbBts2023 .info .blackboard .item__txtbox {
    width: 90%;
    padding-bottom: 0px;
  }
  #nbBts2023 .info .blackboard .item h3 {
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  #nbBts2023 .info .blackboard .item h3 {
    padding: 0 20px;
  }
  #nbBts2023 .info .blackboard .item:only-child {
    width: 90%;
    padding: 2vh 20px;
  }
}
@media (min-width: 996px) {
  #nbBts2023 .info {
    background: url(https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/info_bg.jpg) no-repeat, #84e1eb;
    background-size: cover;
    background-position: center bottom;
  }
  #nbBts2023 .info__content {
    padding: 5vh 0 6vh 0;
    gap: 0;
  }
  #nbBts2023 .info .blackboard {
    width: 90%;
    margin: 0% auto;
  }
  #nbBts2023 .info .blackboard__outer--decoLeft {
    position: absolute;
    bottom: -7%;
    left: -5%;
    width: 13%;
    z-index: 3;
  }
  #nbBts2023 .info .blackboard__outer--decoRight {
    position: absolute;
    bottom: -10%;
    right: -3%;
    width: 11%;
    z-index: 3;
  }
  #nbBts2023 .info .blackboard__inner--content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #nbBts2023 .info .blackboard__inner--top {
    margin-bottom: -4%;
  }
  #nbBts2023 .info .blackboard__inner--bottom {
    width: 92%;
    text-align: right;
    margin: -4% auto 0;
  }
  #nbBts2023 .info .blackboard__inner--img img {
    width: 10%;
    max-width: 50%;
  }
  #nbBts2023 .info .blackboard__inner .item {
    width: 100%;
  }
  #nbBts2023 .info .blackboard__inner .item:only-child {
    width: 90%;
    text-align: center;
    padding: 3vh 20px;
    line-height: 1.8;
  }
  #nbBts2023 .info .blackboard__inner .item__txtbox {
    width: 100%;
    text-align: left;
    padding-bottom: 0px;
  }
  #nbBts2023 .info .blackboard__inner .item h2 {
    padding: 0 25px 12px 0;
  }
  #nbBts2023 .info .blackboard__inner .item h3 {
    padding: 0 25px 0 0;
  }
  #nbBts2023 .info .blackboard__inner::after {
    background: url(https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/chalk.png) no-repeat bottom center, -webkit-gradient(linear, left top, right top, color-stop(33%, rgb(62, 71, 58)), color-stop(33%, rgb(69, 80, 66)));
    background: url(https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/chalk.png) no-repeat bottom center, linear-gradient(90deg, rgb(62, 71, 58) 33%, rgb(69, 80, 66) 33%);
    background-size: 40%, 100%;
  }
}
@media (min-width: 1500px) {
  #nbBts2023 .info__content {
    padding: 5vh 0 8vh 0;
  }
  #nbBts2023 .info .blackboard {
    width: 100%;
  }
}
@media (min-width: 1930px) {
  #nbBts2023 .info__content {
    padding: 5vh 0 10vh 0;
  }
}
@media (min-width: 3000px) {
  #nbBts2023 .info__content {
    padding: 5vh 0 12vh 0;
  }
}

.redeemBox {
  width: 100%;
  padding: 3vh 0;
  text-align: center;
}
.redeemBox a {
  padding: 10px 15px;
  display: inline-block;
  border-radius: 10px;
  background: #2e16e4;
  color: #fff;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}
.redeemBox a:hover {
  background: #200f9e;
}

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

@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3.5%);
    transform: translateY(3.5%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3.5%);
    transform: translateY(3.5%);
  }
}
@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3.5%);
    transform: translateY(3.5%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3.5%);
    transform: translateY(3.5%);
  }
}
@-webkit-keyframes bouncy {
  0% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
  }
  25% {
    -webkit-transform: scaleY(0.5) translateY(20px);
    transform: scaleY(0.5) translateY(20px);
  }
  50% {
    -webkit-transform: scaleY(1.2) translateY(-20px);
    transform: scaleY(1.2) translateY(-20px);
  }
  75% {
    -webkit-transform: scaleY(0.8) translateY(10px);
    transform: scaleY(0.8) translateY(10px);
  }
  100% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
  }
}
@keyframes bouncy {
  0% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
  }
  25% {
    -webkit-transform: scaleY(0.5) translateY(20px);
    transform: scaleY(0.5) translateY(20px);
  }
  50% {
    -webkit-transform: scaleY(1.2) translateY(-20px);
    transform: scaleY(1.2) translateY(-20px);
  }
  75% {
    -webkit-transform: scaleY(0.8) translateY(10px);
    transform: scaleY(0.8) translateY(10px);
  }
  100% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
  }
}
@-webkit-keyframes floating {
  0% {
    padding-top: 0%;
  }
  50% {
    padding-top: 1%;
  }
  100% {
    padding-top: 0%;
  }
}
@keyframes floating {
  0% {
    padding-top: 0%;
  }
  50% {
    padding-top: 1%;
  }
  100% {
    padding-top: 0%;
  }
}
@-webkit-keyframes floating2 {
  0% {
    padding-top: 1%;
  }
  50% {
    padding-top: 0%;
  }
  100% {
    padding-top: 1%;
  }
}
@keyframes floating2 {
  0% {
    padding-top: 1%;
  }
  50% {
    padding-top: 0%;
  }
  100% {
    padding-top: 1%;
  }
}
@-webkit-keyframes arrowUp {
  0% {
    opacity: 0;
    padding-top: 3%;
  }
  25% {
    opacity: 1;
    padding-top: 2%;
  }
  50% {
    opacity: 1;
    padding-top: 1%;
  }
  100% {
    opacity: 1;
    padding-top: 1%;
  }
}
@keyframes arrowUp {
  0% {
    opacity: 0;
    padding-top: 3%;
  }
  25% {
    opacity: 1;
    padding-top: 2%;
  }
  50% {
    opacity: 1;
    padding-top: 1%;
  }
  100% {
    opacity: 1;
    padding-top: 1%;
  }
}
:root {
  --font:-apple-system, BlinkMacSystemFont, "Segoe UI","Microsoft JhengHei","Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle:22px;
  --mainTxt:16px;
  --mainPrice:20px;
  --mainNote:15px;
  --font-color-dark:#fff;
  --font-color-light:#111;
}
:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font:-apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

@media (min-width: 768px) {
  :root {
    --mainTitle:28px;
    --mainTxt:20px;
    --mainPrice:20px;
    --mainNote:15px;
  }
}
img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

figure {
  line-height: 0;
}

.hide {
  display: none;
}

#nbBts2023 {
  overflow: hidden;
  background: #84e1eb;
  position: relative;
  /*.sec3
  * // background-image: url(https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/bottom-bg.png) 
  * // background-position: bottom center
  * // background-repeat: no-repeat
  * // //background-color: #84e1eb
  * // background-size: cover */
}
#nbBts2023 .mainarea {
  background: url(https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/bottom-bg.png), -webkit-gradient(linear, left bottom, left top, from(rgb(159, 242, 213)), to(rgb(132, 225, 235)));
  background: url(https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/bottom-bg.png), linear-gradient(0deg, rgb(159, 242, 213) 0%, rgb(132, 225, 235) 100%);
  background-size: 300%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-top: 0vh;
}
#nbBts2023 .tab {
  font-family: arboria, sans-serif;
  background-color: transparent;
  padding: 10px 0 20px;
  position: relative;
}
#nbBts2023 .tab .msi__container {
  padding: 0 0px;
}
#nbBts2023 .tab__titleBox {
  text-align: center;
}
#nbBts2023 .tab__title {
  background-color: #2c332a;
  color: #fff;
  z-index: 20;
  font-size: var(--mainTxt);
  padding: 10px 10px;
  border-radius: 10px;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
}
#nbBts2023 .tab__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;
  background-color: transparent;
  padding: 30px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nbBts2023 .tab__flex--active {
  display: none;
}
#nbBts2023 .tab__flex--active .tab__flexBox {
  margin: 0;
  width: 33.3333333333%;
}
#nbBts2023 .tab__flex--active .tab__flexBoxInside-pic, #nbBts2023 .tab__flex--active .tab__flexBox-icon {
  display: none;
}
#nbBts2023 .tab__flexMobile {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#nbBts2023 .tab__flexMobile--active {
  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%;
}
#nbBts2023 .tab__flexMobileBox {
  margin: 0;
  width: 33.3333333333%;
  background-color: #272727;
  border-left: 2px solid #ffffff;
}
#nbBts2023 .tab__flexMobileBox:nth-child(1) {
  border-left: none;
}
#nbBts2023 .tab__flexMobileBox--color {
  background-color: #7f7979;
}
#nbBts2023 .tab__flexBox {
  position: relative;
  width: 30%;
  margin: 0 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#nbBts2023 .tab__flexBox-icon {
  position: absolute;
  top: unset;
  bottom: -20px;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  width: 55px;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}
#nbBts2023 .tab__flexBox-icon2 {
  position: absolute;
  top: unset;
  bottom: -98px;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  width: 100px;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}
#nbBts2023 .tab .select .tab__flexBox-icon2 {
  opacity: 0;
}
#nbBts2023 .tab .select .tab__flexBox-icon {
  opacity: 1;
}
#nbBts2023 .tab .select .tab__flexBox {
  -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
  filter: drop-shadow(0 0 10px #5a5a5a);
}
#nbBts2023 .tab__flexBoxInside {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  z-index: 50;
}
#nbBts2023 .tab__flexBoxInside-pic {
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}
#nbBts2023 .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
  transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
}
#nbBts2023 .tab__flexBoxInside:hover .tab__label {
  background-color: transparent;
}
#nbBts2023 .tab__flexBoxInside--active {
  border-radius: 0;
  background-color: #272727;
  color: #fff;
}
#nbBts2023 .tab__flexBoxInside-mobile {
  border-radius: 0;
  color: #fff;
}
#nbBts2023 .tab__label {
  padding: 5px 5px;
  width: 100%;
  position: relative;
  bottom: 0;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#nbBts2023 .tab__label p {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
  text-align: center;
}
#nbBts2023 .tab__label p span {
  font-size: 14px;
  display: none;
}
#nbBts2023 .sec3__title {
  display: none;
  margin-bottom: 30px;
}
#nbBts2023 .sec3__title--active {
  display: block;
  text-align: center;
}
#nbBts2023 .sec3__intro {
  display: none;
}
#nbBts2023 .sec3__intro--active {
  display: block;
  text-align: center;
}
#nbBts2023 .tc__box {
  text-align: center;
  background: #b3ff80;
  background-size: cover;
  padding: 10px 0;
}
#nbBts2023 .hatch {
  padding-bottom: 40px;
}
#nbBts2023 .hatch__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 25px;
}
#nbBts2023 .hatch__slider {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#nbBts2023 .hatch__box {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 20px 0;
  padding: 10px;
}
#nbBts2023 .hatch__flexBoxPic {
  width: 90%;
  padding: 10px;
  margin: 0 auto;
}
#nbBts2023 .hatch__flexBoxPic-toplogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
  height: auto;
}
#nbBts2023 .hatch__flexBoxPic-toplogo img {
  height: 50px;
  margin: 0 5px;
}
#nbBts2023 .hatch__flexBoxPic-bottomlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
}
#nbBts2023 .hatch__flexBoxPic-bottomlogo img {
  height: 60px;
}
#nbBts2023 .hatch__flexBoxTxt {
  width: 100%;
}
#nbBts2023 .hatch__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 23px;
}
#nbBts2023 .hatch__flexBoxTxt ul, #nbBts2023 .hatch__flexBoxTxt li {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}
#nbBts2023 .hatch__flexBoxTxt-note {
  border: 1px solid #4f4f4f;
  padding: 3px 5px;
  margin: 5px 0 0;
  display: inline-block;
}
#nbBts2023 .hatch__flexBoxTxt-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin: 10px 0;
}
#nbBts2023 .hatch__flexBoxTxt-price del {
  display: block;
  font-size: 15px;
  margin-right: 10px;
}
#nbBts2023 .hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-size: 25px;
}
#nbBts2023 .hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
}
#nbBts2023 .hatch__buyNowBtn-buynow {
  position: relative;
  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;
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 10px;
  border-radius: 8px;
  cursor: pointer;
  background: #afb5b8;
  margin: 0 7px;
  color: #fff;
}
#nbBts2023 .hatch__buyNowBtn-buynow img {
  width: 25px;
  margin-left: 10px;
}
#nbBts2023 .hatch__buyNowBtn-buynow:before, #nbBts2023 .hatch__buyNowBtn-buynow:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nbBts2023 .hatch__buyNowBtn-buynow:before {
  height: 0%;
  width: 2px;
}
#nbBts2023 .hatch__buyNowBtn-buynow:after {
  width: 0%;
  height: 2px;
}
#nbBts2023 .hatch__buyNowBtn-buynow:hover {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#nbBts2023 .hatch__buyNowBtn-buynow:hover:before {
  height: 100%;
}
#nbBts2023 .hatch__buyNowBtn-buynow:hover:after {
  width: 100%;
}
#nbBts2023 .hatch__buyNowBtn-buynow span:before {
  width: 2px;
  height: 0%;
}
#nbBts2023 .hatch__buyNowBtn-buynow span:after {
  width: 0%;
  height: 2px;
}
#nbBts2023 .hatch__buyNowBtn-buynow:hover span:before {
  height: 100%;
}
#nbBts2023 .hatch__buyNowBtn-buynow:hover span:after {
  width: 100%;
}
#nbBts2023 .hatch__buyNowBtn-buynow span:before, #nbBts2023 .hatch__buyNowBtn-buynow span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nbBts2023 .hatch__buyNowBtn-buynow--gaming {
  background: #d51f29;
}
#nbBts2023 .hatch__buyNowBtn-buynow--gaming:before, #nbBts2023 .hatch__buyNowBtn-buynow--gaming:after {
  background: #d51f29;
}
#nbBts2023 .hatch__buyNowBtn-buynow--gaming:hover span {
  color: #d51f29;
}
#nbBts2023 .hatch__buyNowBtn-buynow--gaming span:before, #nbBts2023 .hatch__buyNowBtn-buynow--gaming span:after {
  background: #d51f29;
}
#nbBts2023 .hatch__buyNowBtn-buynow--content {
  background: #f0ae01;
}
#nbBts2023 .hatch__buyNowBtn-buynow--content:before, #nbBts2023 .hatch__buyNowBtn-buynow--content:after {
  background: #f0ae01;
}
#nbBts2023 .hatch__buyNowBtn-buynow--content:hover span {
  color: #f0ae01;
}
#nbBts2023 .hatch__buyNowBtn-buynow--content span:before, #nbBts2023 .hatch__buyNowBtn-buynow--content span:after {
  background: #f0ae01;
}
#nbBts2023 .hatch__buyNowBtn-buynow--business {
  background: #146c94;
}
#nbBts2023 .hatch__buyNowBtn-buynow--business:before, #nbBts2023 .hatch__buyNowBtn-buynow--business:after {
  background: #146c94;
}
#nbBts2023 .hatch__buyNowBtn-buynow--business:hover span {
  color: #146c94;
}
#nbBts2023 .hatch__buyNowBtn-buynow--business span:before, #nbBts2023 .hatch__buyNowBtn-buynow--business span:after {
  background: #146c94;
}
#nbBts2023 .hatch__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 280px;
  overflow-y: auto;
  margin-bottom: 10px;
}
#nbBts2023 .hatch__icon-link {
  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;
  height: 70px;
  width: calc(50% - 20px);
  margin: 10px;
  background: rgba(255, 255, 255, 0.5411764706);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#nbBts2023 .hatch__tc span {
  text-decoration: underline;
  cursor: pointer;
}
#nbBts2023 .popout {
  background: rgba(54, 49, 41, 0.8392156863);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}
#nbBts2023 .popout__block {
  position: relative;
  max-width: 760px;
  background: #7e7e7e;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}
#nbBts2023 .popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}
#nbBts2023 .popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#nbBts2023 .popout__dm a {
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}
#nbBts2023 .popout__dm a img {
  height: 50px;
}
#nbBts2023 .offer {
  text-align: center;
  padding-bottom: 40px;
}
#nbBts2023 .offer h2 {
  font-size: var(--mainTitle);
}
#nbBts2023 .offer__flex {
  margin: 20px 0;
}
#nbBts2023 .offer__flexBox {
  position: relative;
  margin: 10px auto;
  width: 100%;
  overflow: hidden;
  color: #000;
}
#nbBts2023 .offer__flexBox-pic img {
  width: 100%;
}
#nbBts2023 .offer__flexBox-note {
  background-color: transparent;
  padding: 20px;
  text-align: left;
  width: 100%;
  height: auto;
  margin: 0 auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#nbBts2023 .offer__flexBox-note h3 {
  margin-bottom: 10px;
}
#nbBts2023 .offer__flexBox-note p {
  font-size: 16px;
}

@media (min-width: 768px) {
  #nbBts2023 .mainarea {
    background-size: 100%;
    background-position: bottom center;
  }
}
@media (min-width: 996px) {
  #nbBts2023 .mainarea {
    padding-top: 0vh;
  }
  #nbBts2023 .tab {
    font-family: arboria, sans-serif;
    background-color: transparent;
    padding: 10px 0 0px;
    position: relative;
    margin-top: -1px;
  }
  #nbBts2023 .tab .msi__container {
    padding: 0 0px;
  }
  #nbBts2023 .tab__title {
    color: #fff;
    z-index: 20;
    font-size: 23px;
    padding: 10px 15px;
    border-radius: 10px;
    width: auto;
  }
  #nbBts2023 .tab__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;
    background-color: transparent;
    padding: 60px 100px;
  }
  #nbBts2023 .tab__flexBox {
    position: relative;
    width: 30%;
    margin: 0 20px;
  }
  #nbBts2023 .tab__flexBox-icon {
    position: absolute;
    top: unset;
    bottom: -39px;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 100px;
    opacity: 0;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
  }
  #nbBts2023 .tab__flexBox:hover .tab__flexBox-icon {
    opacity: 1;
    opacity: 0.5;
  }
  #nbBts2023 .tab__flexBox-icon2 {
    display: none;
    position: absolute;
    top: unset;
    bottom: -98px;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 100px;
    opacity: 0;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
  }
  #nbBts2023 .tab__flexBox:hover .tab__flexBox-icon2 {
    opacity: 1;
  }
  #nbBts2023 .tab .select .tab__flexBox-icon2, #nbBts2023 .tab .select .tab__flexBox-icon {
    opacity: 1;
  }
  #nbBts2023 .tab .select .tab__flexBox {
    -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
    filter: drop-shadow(0 0 10px #5a5a5a);
  }
  #nbBts2023 .tab__flexBoxInside {
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    z-index: 50;
  }
  #nbBts2023 .tab__flexBoxInside-pic {
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
  }
  #nbBts2023 .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.3;
    -webkit-transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
    transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
  }
  #nbBts2023 .tab__flexBoxInside:hover .tab__label {
    background-color: transparent;
  }
  #nbBts2023 .tab__label {
    background-color: #fff;
    padding: 10px 20px 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #nbBts2023 .tab__label p {
    font-size: var(--mainTitle);
    font-weight: bolder;
    padding-bottom: 8px;
    display: block;
    text-align: left;
  }
  #nbBts2023 .tab__label p span {
    font-size: 14px;
    display: block;
  }
}
@media (min-width: 996px) {
  #nbBts2023 .hatch {
    padding-bottom: 40px;
  }
  #nbBts2023 .hatch__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #nbBts2023 .hatch__box {
    position: relative;
    width: calc(50% - 20px);
    margin: 20px 0;
    padding: 10px;
  }
  #nbBts2023 .hatch__box--gaming {
    background-image: url("https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/gaming-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
  #nbBts2023 .hatch__box--content {
    background-image: url("https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/cc-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
  #nbBts2023 .hatch__box--business {
    background-image: url("https://storage-asset.msi.com/event/2023/NB/2023-BackToSchool/images/bp-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
  #nbBts2023 .hatch__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;
  }
  #nbBts2023 .hatch__flexBoxPic {
    width: 40%;
    padding: 10px;
  }
  #nbBts2023 .hatch__flexBoxPic-toplogo img {
    width: 50px;
    margin: 0 5px;
  }
  #nbBts2023 .hatch__flexBoxPic-bottomlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #nbBts2023 .hatch__flexBoxPic-bottomlogo img {
    height: 60px;
  }
  #nbBts2023 .hatch__flexBoxTxt {
    width: 60%;
    padding-left: 39px;
  }
  #nbBts2023 .hatch__flexBoxTxt-title {
    font-weight: bolder;
    font-size: 21px;
  }
  #nbBts2023 .hatch__flexBoxTxt ul, #nbBts2023 .hatch__flexBoxTxt li {
    font-size: 14px;
  }
  #nbBts2023 .hatch__flexBoxTxt-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: 10px 0;
  }
  #nbBts2023 .hatch__flexBoxTxt-price del {
    display: block;
    font-size: 20px;
    margin-right: 10px;
  }
  #nbBts2023 .hatch__flexBoxTxt-price span {
    font-weight: bolder;
    font-size: 40px;
  }
  #nbBts2023 .hatch__buyNowBtn {
    text-align: center;
    cursor: pointer;
  }
  #nbBts2023 .hatch__buyNowBtn-buynow img {
    width: 25px;
    margin-left: 10px;
  }
  #nbBts2023 .hatch__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 10px;
  }
  #nbBts2023 .hatch__icon-link {
    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;
    height: 70px;
    width: calc(50% - 20px);
    margin: 10px;
    background: rgba(255, 255, 255, 0.5411764706);
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #nbBts2023 .hatch__tc {
    text-align: center;
  }
  #nbBts2023 .hatch__tc span {
    text-decoration: underline;
    cursor: pointer;
  }
}
@media (min-width: 996px) {
  #nbBts2023 .offer {
    text-align: center;
    padding-bottom: 40px;
  }
  #nbBts2023 .offer h2 {
    font-size: var(--mainTitle);
  }
  #nbBts2023 .offer__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;
    margin: 20px 0;
    gap: 25px;
  }
  #nbBts2023 .offer__flexBox {
    position: relative;
    width: 33.33%;
    overflow: hidden;
  }
  #nbBts2023 .offer__flexBox-note {
    background-color: rgba(255, 235, 194, 0.9411764706);
    padding: 20px;
    text-align: left;
    width: 90%;
    height: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  #nbBts2023 .offer__flexBox-note h3 {
    margin-bottom: 20px;
  }
  #nbBts2023 .offer__flexBox-note p {
    font-size: unset;
  }
  #nbBts2023 .offer__flexBox:hover .offer__flexBox-note {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
  }
}/*# sourceMappingURL=default-tr.css.map */