@import url("https://use.typekit.net/eke1idl.css");
@import url("https://fonts.googleapis.com/css?family=Play:400,700");
@import url("https://storage-asset.msi.com/frontend/css/common-creation-font.css");


#AI-Laptop {
  background: black;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  color: #fff;
  z-index: 1;
  font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
}

#AI-Laptop ol,
#AI-Laptop ul {
  list-style: none;
  overflow: hidden;
}

.toPreOrder{
  font-size: 20px;
  cursor: pointer;
  font-weight: 900;
  display: inline-block;
  border: 2px solid;
  border-image: linear-gradient(32deg, rgb(0, 102, 255) 40%, rgb(255, 0, 179), rgb(220, 45, 255) 100%) 1;
  padding: 10px 20px;
  transition: all .3s linear;
}

.toPreOrder:hover{
  background: hsla(258, 48%, 72%, 0.2);
}

#AI-Laptop button {
  font-size: 100%;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  color: #ea04ff;
}

#AI-Laptop button:link,
#AI-Laptop button:hover,
#AI-Laptop button:visited,
#AI-Laptop button:active,
#AI-Laptop button:focus {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
}

.engine__btn-item {
	background: linear-gradient(to right, #bd346d 0%, #543dc6 100%) !important;
  font-size: 100% !important;
  cursor: pointer !important;
  border: none !important;
  background: none !important;
 width: unset !important;
  height: unset !important;
  color: white !important;
}
.engine__btn-item:link,
.engine__btn-item:hover,
.engine__btn-item:visited,
.engine__btn-item:active,
.engine__btn-item:focus {
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  
}
.engine__btn--active {
	background: linear-gradient(to right, #bd346d 0%, #543dc6 100%) !important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#AI-Laptop a {
  text-decoration: none;
  outline: 0;
}

#AI-Laptop a:hover {
  text-decoration: none;
}

#AI-Laptop a:focus {
  -moz-outline-style: none;
}

#AI-Laptop .text-center {
  text-align: center;
}

#AI-Laptop .title {
  font-family: "good-times",
    sans-serif;
  font-weight: bold;
}

#AI-Laptop sup {
  font-family: "good-times",
    sans-serif;
  font-weight: bold;
  font-style: normal;
}

#AI-Laptop .text {
  font-weight: 400;
  font-style: normal;
}

#AI-Laptop h1 {
  font-size: 62px !important;
  line-height: 72px;
  margin: 15px;
  font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
}

#AI-Laptop h2 {
  font-size: 30px;
  line-height: 72px;
  margin: 15px;
  font-weight: bold;
  background: -webkit-linear-gradient(32deg, rgb(0, 102, 255) 40%, rgb(255, 0, 179), rgb(220, 45, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #978170;
  margin: 10px 0 45px 0;
  font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
}

#AI-Laptop .aiTitleFont{
  font-size: 52px;
}

#AI-Laptop  .aiEngineTitle{
  margin-bottom: 0;
}

#AI-Laptop  .engine .textBox__firstTxt{
  margin-top: 0;
}

#AI-Laptop .aiTab{
padding-top: 20px;
margin: 20px auto;
text-align: center;
}

#AI-Laptop .aiTab__btn{
    border-radius: 50px;
    display: inline-block;
    padding: 1px;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    min-width: 300px;
    margin: 20px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #111, #111), linear-gradient(140deg, #4946ff 20%, #ea04ff, #ea04ff 100%);
    border: 1px solid transparent;
    color: #924aff;
}

#AI-Laptop  .aiTab__btn-box{
  font-size: 18px;
  /* color: white; */
  padding: 15px 25px;
  border: none;
  /* border-radius: 50px; */
  /* background: #111; */
}

#AI-Laptop .aiTab__btn:hover,#AI-Laptop .aiTab__btn--active{
  background-image: linear-gradient(140deg, #4946ff 20%, #ea04ff, #ea04ff 100%), linear-gradient(140deg, #4946ff 20%, #ea04ff, #ea04ff 100%);
  color: #ffffff;
}


#AI-Laptop .aiTab__btn p{
  padding: 0;
  font-size: 14px;
  font-weight: 900;
}

#AI-Laptop  .aiTab__btn .aiTab__btn-title{
  font-size: 24px;
}

.aaa{
  position: fixed;
  bottom: 5%;
  right: 2%;
  z-index: 1;
}

.wtbBtn {
	    z-index: 100;
  padding: 14px 28px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(32deg, rgb(0, 102, 255) 40%, rgb(255, 0, 179), rgb(220, 45, 255) 100%);
  /* border: 1px solid #fff; */
  border-radius: 50px;
  /* position: relative; */
  text-transform: uppercase;
  cursor: pointer;
  /* transition: background 0.5s ease, color 0.5s ease; */
  background-size: 200% 200%;
  animation: gradient-flow 4s ease infinite;
  overflow: hidden;
  font-weight: 900;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(32deg, rgb(0, 102, 255) 40%, rgb(255, 0, 179), rgb(220, 45, 255) 100%);
  border: 1px solid transparent;
}

.wtbBtn:hover {
  animation-play-state: paused;
  color: rgb(40, 44, 90);
}

/* 動態漸變動畫 */
@keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}






#AI-Laptop .wtb {
  position: relative;
  overflow: hidden;
  padding: 30px 0 ;
}

#AI-Laptop  .popout__dm a img{
  height: 50px;
  width: auto;
}

#AI-Laptop  .wtb__pd-title{
  text-align: left;
  line-height: 1;
  font-size: 26px;
  color: rgb(87, 154, 255);
}

@media (max-width: 996px) {
  #AI-Laptop  .wtb__pd-title{
    font-size: 22px;
  }
}

#AI-Laptop  .bundleText{
  text-align: left;
  font-size: 12px;
  padding: 0 0 0 15px;
  color: #757575;
}



.hatch-prev:hover,.hatch-next:hover{
  filter: drop-shadow(0 0 10px #2054eb);
}



#AI-Laptop .wtb__titlebox {
  text-align: center;
}
#AI-Laptop .wtb__wrap {
  border: 2px solid transparent;
  border-radius: 16px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(90deg, #152140 0%, #080b14 20%,#080b14 60%, #21284b 100%), linear-gradient(120deg, #3f4c75 20%, #3f4c75 50%, #586eb6  100%);
  padding: 6%;
}
#AI-Laptop .wtb__itembox {
  /* width: 90%; */
  margin: 5% auto;
  /*max-width: 400px;*/
}

#AI-Laptop .wtb__titleBox{
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  /* justify-content: center; */
}

#AI-Laptop .wtb__titleBox p{
  padding: 0;
}

#AI-Laptop .wtb__subtitle{
  text-align: left;
  padding: 0 15px 0 45px;
  margin: 5px 0;
  font-size: 20px;
  background: -webkit-linear-gradient(0deg, rgb(87, 154, 255) , rgb(255, 0, 179), rgb(220, 45, 255));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff;

}


#AI-Laptop .wtb__pd-figure{
  width: 35px;
  margin-right: 10px;
}
#AI-Laptop .wtb__pd-feature {
  padding: 0 15px 0 45px;
}
#AI-Laptop .wtb__pd-feature li {
  list-style-type: disc;
  text-align: left;
  margin: 10px auto;
  font-size: 16px;
  /* max-width: 350px; */
}
#AI-Laptop .wtb__pricebox {
  /* border-bottom: 1px solid #fff; */
  margin-bottom: 10px;
  /* padding-bottom: 5%; */
  text-align: right;
  margin-top: 20px;
  /* min-height: 90px; */
}
#AI-Laptop .wtb__pricebox span {
  font-size: 16px;
  text-decoration: line-through;
  min-height: 21px;
  display: block;
  color: rgb(87, 154, 255);
}
#AI-Laptop .wtb__pricebox p {
  font-size: 30px;
  line-height: 1.1;
  color: #924aff;
}
#AI-Laptop .wtb__btnbox {
  text-align: center;
  margin-top: 10px;
}
#AI-Laptop .wtb__btnbox a {
  background: #fff;
  /* display: inline-block; */
  display: block;
  padding: 10px 30px;
  text-align: center;
  color: #924aff;
  border: 1px solid transparent;
  border-radius: 50px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #111, #111), linear-gradient(140deg, #4946ff 20%, #ea04ff, #ea04ff 100%);
  cursor: pointer;
}

#AI-Laptop .wtb__btnbox a:hover {
  background-image: linear-gradient(140deg, #4946ff 20%, #ea04ff, #ea04ff 100%), linear-gradient(140deg, #4946ff 20%, #ea04ff, #ea04ff 100%);
  color: #ffffff;
}
#AI-Laptop .wtb .slick-slide {
  text-align: center;
}
@media (min-width: 996px) {
  #AI-Laptop .wtb__flexbox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  #AI-Laptop .wtb__itembox {
    /* width: 91%; 
    margin: 0;*/
  }
}

.aiBgBuynow{
  background: url("https://storage-asset.msi.com/event/2024/NB/2024-ai-pc-gtm/images/bg-2.jpg") no-repeat center center/cover;
}


#AI-Laptop h3 {
  font-size: 36px;
  line-height: 52px;
  font-weight: bold;
  font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
}

#AI-Laptop b{
  font-weight: bold;
  font-size: 46px;
  background: -webkit-linear-gradient(32deg, rgb(0, 102, 255) 40%, rgb(255, 0, 179), rgb(220, 45, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
}

#AI-Laptop h4 {
  font-weight: bold;
  font-size: 28px;
  font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
}

#AI-Laptop p {
  font-size: 18px;
  line-height: 26px;
  padding: 15px 0 5px 0;
  font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
}

#AI-Laptop samp{
  font-weight: bold;
  background: -webkit-linear-gradient(45deg, rgb(0, 156, 255) 40%, rgb(86, 187, 255), rgb(39, 96, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #978170;
  font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
}

#AI-Laptop img {
  width: 100%;
  height: auto;
}

#AI-Laptop .imgxs {
  display: none;
}

#AI-Laptop .imglg {
  display: block;
}

#AI-Laptop hr {
  opacity: 0.2;
}

#AI-Laptop .icon {
  max-width: 100px;
  margin: 30px 0;
}

@media (max-width: 996px) {

  #AI-Laptop .imgxs {
    display: block;
  }

  #AI-Laptop .imglg {
    display: none;
  }

  #AI-Laptop h1 {
    font-size: 52px;
    line-height:62px;
    margin: 15px 0;
  }

  #AI-Laptop h2 {
    font-weight: bold;
    font-size: 42px;
    margin: 15px 0;
  }

  #AI-Laptop h3 {
    font-weight: bold;
    font-size: 30px;
    margin: 0 0;
  }

  #AI-Laptop h4 {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    margin:  0;
  }

  #AI-Laptop b {
    font-size: 42px;
  }

  #AI-Laptop p {
    font-size: 21px;
    line-height: 32px;
  }

  #AI-Laptop .imgxs {
      display: block;
    }

  #AI-Laptop .imglg {
      display: none;
  }

}
/* AI Laptop */

.msi__container {
  width: 100%;
  position: relative;
  padding: 0 25px;
  margin: 0 auto;
}

.box-text{
  display: block;
  width: 75%;
  margin: 0 auto;
}


@media (min-width: 1300px) {
  .msi__container {
    max-width: 1280px;
    padding: 0 25px;
    margin: 0 auto;
  }
}

@media (max-width: 996px) {
  .msi__container {
    max-width: 1280px;
    padding: 0 25px;
  }
  .box-text {
    display: block;
    width:100%;
    margin: 0 auto;
  }
}

/* end AI Laptop */

/* kv */
#kv {
  display: block;
  width: 100%;
  position: relative;
  z-index: -1;
}

#kv p {
  font-size: 21px;
  line-height: 32px;
  text-shadow: 2px 3px 5px black;
}

.kv-box-h1{
  display: none;
}

.kv{
  width: 100%;
}

.kv__figure{
  width: 100%;
  position: relative;
  z-index: 1;
}

.kv__figure-one{
  width: 12%;
  position: absolute;
  top: 8%;
  left: 23%;
  z-index: 2;
  animation: move 3s linear infinite;
}

.kv__figure-two{
  width: 11%;
  position: absolute;
  top: 36%;
  left: 29%;
  z-index: 2;
  animation: move2 5s 0.5s linear infinite;
}

.kv__figure-three{
  width: 15%;
  position: absolute;
  top: 45%;
  left: 43%;
  /* transform: translateX(-50%); */
  z-index: 2;
  animation: move3 5s 0.5s linear infinite;
}

.kv__figure-four{
  width: 11%;
  position: absolute;
  top: 33%;
  left: 59%;
  z-index: 2;
  animation: move 5s linear infinite;
}

.kv__figure-five{
  width: 13%;
  position: absolute;
  top: 10%;
  left: 61%;
  z-index: 2;
  animation: move2 5s linear infinite;
}


@keyframes move {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
    filter: drop-shadow(0 0 5px #538aff);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes move2 {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-5px);
    filter: drop-shadow(0 0 10px #538aff);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes move3 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
    filter: drop-shadow(0 0 5px #538aff);
  }

  100% {
    transform: translateY(0);
  }
}

.kv__title{
  width: 35%;
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.kv__logo{
  display: inline-block;
  width: 100px;
  position: absolute;
  top: 5%;
  left: 3%;
  z-index: 1;
}

.kv__head{
  width: 35%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.kv__figure img,.kv__figure-one img,.kv__figure-two img,.kv__figure-three img,.kv__figure-five img,.kv__logo img,.kv__head img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#AI-Laptop  .kv__text{
  width: 100%;
  max-width: 880px;
  padding: 0 25px;
  text-align: center;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 12px;
  line-height: 2;
}

@media (max-width: 996px) {

  .kv__logo{
    display: inline-block;
    width: 80px;
    position: absolute;
    top: 5%;
    left: 3%;
    z-index: 1;
  }

  #AI-Laptop  .kv__text{
    width: 100%;
    max-width: 880px;
    padding: 0 25px;
    text-align: center;
    position: absolute;
    top: 78%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 2.2vw;
    line-height: 2;
  }
  .kv__title{
    width: 60%;
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .kv__figure-one{
    width: 20%;
    position: absolute;
    top: 20%;
    left: 6%;
    z-index: 2;
    animation: move 3s linear infinite;
  }
  
  .kv__figure-two{
    width: 18%;
    position: absolute;
    top: 41%;
    left: 13%;
    z-index: 2;
    animation: move2 5s 0.5s linear infinite;
  }
  
  .kv__figure-three{
    width: 28%;
    position: absolute;
    top: 48%;
    left: 35%;
    /* transform: translateX(-50%); */
    z-index: 2;
    animation: move3 5s 0.5s linear infinite;
  }
  
  .kv__figure-four{
    width: 18%;
    position: absolute;
    top: 38%;
    left: 68%;
    z-index: 2;
    animation: move 5s linear infinite;
  }
  
  .kv__figure-five{
    width: 23%;
    position: absolute;
    top: 18%;
    left: 70%;
    z-index: 2;
    animation: move2 5s linear infinite;
  }
  .kv__head{
    width: 70%;
    top: 8%;
  }


  .kv-box-text {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

/* @media (min-width: 1300px) {
  #kv .kv-box-text {

  }
} */

@media (min-width: 2560px) {
  #kv h2 {
    font-size: 72px;
    line-height: 140px;
    margin: 15px;
    text-shadow: 2px 3px 5px black;
  }


}
/* end- kv */


/* opening animation */
#opening-animation{
  position: relative;
}

#opening-animation h2{
  padding: 0 !important;
  margin: 0 !important;
}

#opening-animation .item__01 h2 {
  padding: 0 !important;
  margin: 0 !important;
  font-weight: normal !important;
  font-size: 250px;
  line-height: 280px;
  font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
}

#opening-animation .item__04 h2{
  font-size: 62px;
  line-height:72px;
}

@keyframes bling {
  from {
    background-position: 0;
  }

  to {
    background-position: 1063px;
  }
}

.rainbow-text {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 100px;
  color: transparent;
  animation: bling 5s linear infinite;
  background-image:
      linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  background-size: 1063px;
}

.brand {
  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%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  position: relative;
}

.brand__logo {
  margin: 0 auto;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: relative;
}

.brand__logo--item {
  position: relative;
  padding-bottom: 0 !important;
  text-align: center;
}

.brand__logo--item.item__01 {
  position: relative;
  z-index: 5;
  opacity: 1;
}

.brand__logo--item.item__04 {
  position: relative;
  z-index: 3;
  opacity: 0;
  padding-bottom: 0 !important;
}

.brand__logo--item.item__05 {
  position: relative;
  z-index: 6;
  opacity: 0;
}

.brand__logo--item.item__05 img {
  position: relative;
  width: 15% !important;
  padding-bottom: 5%;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }

  15% {
    opacity: 1;
    top: 50%;
  }

  50% {
    opacity: 0;
    top: 50%;
  }

  100% {
    opacity: 0;
    top: 29%;
  }
}

.scroll-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  text-align: center;
}

.scroll-btn>* {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: rgb(137, 159, 255);
  letter-spacing: 2px;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
  color: rgb(137, 159, 255);
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid rgb(75, 72, 255);
  border-radius: 23px;
}

.scroll-btn .mouse>* {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: rgb(79, 59, 255);
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

@media (max-width: 996px) {
  .brand{
    height: auto;
    padding-bottom: 20%;
  }

  .brand__logo--item.item__05 img {
    position: relative;
    width: 23% !important;
    padding-bottom:0 !important;
  }

  #opening-animation .item__01 h2 {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 15vw;
    line-height: 80px;
    font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
  }

  #opening-animation .item__04 h2 {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 5vw;
    line-height: 80px;
    font-family: "century-gothic",
      "Segoe UI",
      "Microsoft JhengHei",
      Arial,
      sans-serif;
  }
  .scroll-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -200%;
    text-align: center;
  }
}

/* end-opening animation */

/* feature btn */
#feature-btn {
  padding: 5% 0;
  overflow: hidden;
  background: linear-gradient(to right, #1f073e , #0e1554 100%);
}

#feature-btn li {
  display: block;
  width: 32%;
  float: left;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #4f5cff 30%, #b934ff, #8024b1, #a51ec7, #cc00ff 100%);
  border-image-slice: 1;
  padding: 25px 10px 15px 10px;
  background: hsla(288, 86%, 0%, 0.3);
  margin: 0.5%;
  min-height: 280px;
}

#feature-btn li a{
  color: white;
}

#feature-btn li:hover {
  display: block;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #cc00ff 30%, #a51ec7, #8024b1, #4f5cff, #cc00ff 100%);
  border-image-slice: 1;
  padding: 25px 10px 15px 10px;
  background: hsla(258, 48%, 72%, 0.2);
  transition: all .3s linear;
}

#feature-btn .Copilot-plus-PC img {
  width:180px;
  margin-bottom: 5px;
}

#feature-btn .gpu img {
  width: 75px;
  margin-bottom: 15px;
}

#feature-btn .MSI-AI img {
  width:85px;
  margin:5px 0 18px 0;
}

@media (max-width: 996px) {
  #feature-btn li {
    display: block;
    width: 98%;
    float: none;
    border: 2px solid;
    border-image-source: linear-gradient(45deg, #4f5cff 30%, #b934ff, #8024b1, #a51ec7, #cc00ff 100%);
    border-image-slice: 1;
    padding: 25px 15px 15px 15px;
    background: hsla(288, 86%, 0%, 0.3);
    margin: 1% 1% 5% 1%;
  }
}

/* end-feature btn */

/* all info-box */
.feature-info-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -moz-box-orient: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;

  -webkit-box-align: left;
  -moz-box-align: left;
  -ms-flex-align: left;
  align-items: left;

}

.feature-info-box>div {
  padding: 5% 20px;
  width: 50%;
}

.feature-info-box .box{
  display: block;
  padding: 20px 10px !important;
  background-color: #282b2c;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 996px) {
  .feature-info-box {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -moz-box-orient: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin: 15% auto 2% auto;

    text-align: center;

  }

  .feature-info-box>div {
    padding: 1% 0px !important;
    width: 100%;
    margin-top: 0;
  }
}


.feature-info-box-TWO {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: row;
  -webkit-box-direction: row;
  -moz-box-orient: row;
  -moz-box-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;

  -webkit-box-align: left;
  -moz-box-align: left;
  -ms-flex-align: left;
  align-items: left;

}

.feature-info-box-TWO .title {
  padding: 5% 20px;
  width: 60%;
}

.feature-info-box-TWO .textbox {
  padding: 5% 20px;
  width: 40%;
}

.feature-info-box-TWO .box {
  display: block;
  padding: 20px 10px !important;
  background-color: #282b2c;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 996px) {
  .feature-info-box-TWO {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: column;
    -webkit-box-direction: column;
    -moz-box-orient: column;
    -moz-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;

    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin: 0 auto;

    text-align: center;

  }

  .feature-info-box-TWO>div {
    padding: 1% 20px !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
}

/* end all info-box */


/* Discrete AI Chip */
#Discrete-AI-Chip{
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
}

#CPU{
  clear: both;
  position: relative;
}

#CPU h3{
  padding: 0 30px;
}

.cpu__txtbox {
  position: relative;
  z-index: 2;
  /* margin: 10px 50px; */
}

.cpu__txtbox:first-child{
  margin-right: 10%;
}

.cpu__txtbox-icon {
  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;
  margin: auto;
  text-align: center;
}

.cpu__txtbox-icon img {
  max-width: 90px;
  margin: 30px;
}

.cpu__txtbox p {
  text-align: center;
}

#AI-Laptop .chipsFlexBox__subtitle{
  font-weight: 900;
  font-size: 22px;
}

.cpu__info {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.cpu__info li {
  display: block;
  width: 350px;
  background-color: #222222;
  text-align: center;
  margin: 20px auto;
  padding: 20px 20px;
  opacity: .8;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.chipsFlexBox{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.CPU__icon{
  width: 80px;
  margin: 0 auto;
}

.CPU__icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpu__info li span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 0px 0;
  background: -webkit-linear-gradient(32deg, rgb(0, 102, 255) 40%, rgb(255, 0, 179), rgb(220, 45, 255) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #978170;

}

@media (max-width: 996px) {
  .cpu__info li {
      display: block;
      width: 100%;
      background-color: #222222;
      text-align: center;
      margin: 20px 0;
      padding: 20px 20px;
      opacity: .8;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      min-height: 180px;
    }

    .cpu__txtbox:first-child{
      margin-right: 0;
    }

    .chipsFlexBox{
      padding: 0 25px;
    }
}

@-webkit-keyframes fadeinout {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeinout {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes nputext {
  50% {
    -webkit-filter: drop-shadow(0 0 0.75rem crimson) contrast(150%);
    filter: drop-shadow(0 0 0.75rem crimson) contrast(150%);
  }
}

@keyframes nputext {
  50% {
    -webkit-filter: drop-shadow(0 0 0.75rem crimson) contrast(150%);
    filter: drop-shadow(0 0 0.75rem crimson) contrast(150%);
  }
}
.cpu__img {
  position: relative;
  width: 100%;
  z-index: 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.cpu__img img {
  width: 100%;
}

.cpu__img-light,
.cpu__img-npu {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cpu__img-npu {
  z-index: 2;
  -webkit-animation: nputext 3s linear infinite;
  animation: nputext 3s linear infinite;
}

.cpu__img-light {
  -webkit-animation: fadeinout 3s linear infinite;
  animation: fadeinout 3s linear infinite;
}

#AI-Laptop .note{
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #575757;
  margin: 0 auto 0;
}

@media (min-width: 996px) {
  .cpu {
    padding-top: 0;
  }

  /* .cpu__txtbox {
    margin-bottom: -7vh;
  } */

  .cpu__txtbox-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    width: 75%;
    margin: auto;
  }

  .cpu__txtbox-icon img {
    max-width: 130px;
  }

  .cpu__img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* end-CPU */

/* GPU */
#GPU{
  display: block;
  background:  url("https://storage-asset.msi.com/event/2024/NB/msi-AI-laptop-nb/image/GPU-bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
  clear: both;
  margin-top: 50px;
  padding:5% 0;
}
@media (max-width: 996px) {
  #GPU {
      display: block;
      background: url("https://storage-asset.msi.com/event/2024/NB/msi-AI-laptop-nb/image/GPU.jpg") bottom no-repeat;
      background-size: contain;
      overflow: hidden;
      clear: both;
      margin-top: 50px;
      padding: 5% 0 45vh 0;
    }
}

/* end - GPU */
/* end Discrete AI Chip */

/* Types of AI PC */
#Types-of-AI-PC {
  display: block;
  overflow: hidden;
  padding: 5% 0;
  /* background: url("https://storage-asset.msi.com/event/2024/NB/2024-ai-pc-gtm/images/bg-1.jpg") no-repeat center center/cover; */
  background: #000;
}

#Types-of-AI-PC h4{
  line-height: 42px;
}

#Types-of-AI-PC li {
  display: block;
  width: 32%;
  float: left;
  padding: 30px 15px 15px 15px;
  margin: 0.5%;
  /* min-height: 450px; */
  border-radius:20px;
}

#Types-of-AI-PC li p{
  font-size: 17px;
}

.ai-note{
  background: -webkit-linear-gradient(32deg, rgb(0, 102, 255) 40%, rgb(255, 0, 179), rgb(220, 45, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #978170;
  font-weight: 900;
}

.typeTab{
  background: #141414;
  cursor: pointer;
}

.typeTab--active{
  background: #3c3c3c;
}

.typesItem{
  width: 100%;
  margin: 20px 0;
}

.typesBox__flex{
  max-width: 1600px;
  padding: 20px 25px 0;
  margin: 0 auto;
  display: none;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.typesBox__flex--active{
  display: flex;
}

@media (min-width: 996px) {
  .typesItem{
    width: calc(100% / 2 - 40px );
    margin: 20px;
  }
}

@media (min-width: 1300px) {
  .typesItem{
    width: calc(100%/3 - 40px);
    margin: 0 20px;
  }
}

.typesItem__figure{
  border: 1px solid #2b2b2b;
  line-height: 0;
}

#AI-Laptop .typesItem__title{
  font-size: 24px;
  line-height: 1;
  margin: 20px 0 0;
}

#AI-Laptop .typesItem__text{
  font-size: 16px;
  padding-top: 10px;
  /* margin-top: 0px; */
  /* line-height: 1; */
}

.ai-note-big{
  font-size: 24px;
  
}

#Types-of-AI-PC .Efficient-AI-PC img{
  width: 80px;
  margin: 15px;
}

#Types-of-AI-PC .Copilot-plus-PC img {
  width: 180px;
  margin: 15px;
}

#Types-of-AI-PC .Professional-PC img {
  width: 150px;
  margin:30px 15px 10px 15px;
}

.Copilot{
  margin: 50px 0 0 0;
}
@media (max-width: 996px) {
  #Types-of-AI-PC li {
      display: block;
      width: 99%;
      float: none;
      padding: 30px 15px 15px 15px;
      /* background: #141414; */
      margin: 5px;
      min-height: 325px;
      border-radius: 20px;
    }
}

/* end Types of AI PC */




/* MSI Exclusive AI Tools */
#AI-Feature {
  overflow: hidden;
  clear: both;
  margin-top: 50px;
}

.titleFlexBox{
  display: flex;
}

#AI-Info {
  /* background: black url("https: //storage-asset.msi.com/event/2024/NB/msi-AI-laptop-nb/images/AI-Info-bg.jpg") top center no-repeat; */
  background-size: contain;
}

.AI-Engine {
  margin-bottom: 10%;
}

.AI-Artist .msi__container {
  margin-bottom: 2%;
}

@media (max-width: 996px) {
  #AI-Feature {
    overflow: hidden;
    margin-top: 80px;
  }
  .MSI-Center-S {
    padding-top: 10%;
  }
}

#AI-Feature .titleFlexBox__title{
  font-size: 20px;
  line-height: 38px;
  padding: 0;
  margin: 20px;
  color: #ffffff;
  cursor: pointer;
  padding-bottom: 20px;
  position: relative;
  width: calc(100%/3);
  transition: 0.5s;
}

#AI-Feature .titleFlexBox__title--active{
  text-shadow: 0 0 5px #9829ff,
    0 0 5px #9829ff,
    0 0 5px #9829ff,
    0 0 5px #9829ff,
    0 0 5px #9829ff,
    0 0 5px #9829ff;
}

.engineTextBox__text{
  display: none;
}

.engineTextBox__text--active{
  display: block;
}

#AI-Feature .titleFlexBox__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  border: 2px solid;
  /* border-image-source: linear-gradient(45deg, #7560b7 0, #d04eb2 100%);
  border-image-slice: 1; */
  width: 100%;
}

#AI-Feature .titleFlexBox__title--active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #7560b7 0, #d04eb2 100%);
  border-image-slice: 1;
  width: 100%;
}

#AI-Info h3{
  font-size: 17px;
  background: -webkit-linear-gradient(32deg, rgb(238, 45, 255), rgb(66, 132, 255) 100%);
  color: #fff;
  padding-left: 15px;
}


/* end MSI Exclusive AI Tools*/


/* MSI Exclusive AI Tools Info */
.MSI-Center-S {
  display: block;
  overflow: hidden;
  margin-bottom: 10vh;
}

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

.security__flex {
  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;
  width: 100%;
  gap: 20px;
}

@media (min-width: 996px) {
  .security__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.security__flex .summitIMG {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

@media (min-width: 996px) {
  .security__flex .summitIMG {
    width: 50%;
  }
}

.security__flex .summitIMG.pc {
  display: none;
}

@media (min-width: 996px) {
  .security__flex .summitIMG.pc {
    display: block;
  }
}

.security__flex .summitIMG.mobile {
  display: block;
}

@media (min-width: 996px) {
  .security__flex .summitIMG.mobile {
    display: none;
  }
}

.security__flex .summitIMG img {
  border-style: solid;
  border-width: 1px;
  border-image-slice: 1;
  border: 1px solid;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  /*border-image-source: linear-gradient(0deg, rgb(154, 109, 28) 0%, rgb(216, 184, 82) 34%, rgb(192, 165, 76) 40%, rgb(154, 109, 28) 100%);*/

  border-image-source: linear-gradient(45deg, #7d7a7a 30%, #cccdce, #282b2c, #cccdce, #7d7a7a 100%);
}

.security__flex .summitIMG img.case1,
.security__flex .summitIMG img.case2,
.security__flex .summitIMG img.case3 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
}

.security__flex .summitIMG img.case1.active,
.security__flex .summitIMG img.case2.active,
.security__flex .summitIMG img.case3.active {
  display: block;
  -webkit-animation: fadeIn ease 0.8s;
  animation: fadeIn ease 0.8s;
}

.security__flex .rightBox {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

@media (min-width: 996px) {
  .security__flex .rightBox {
    width: 48%;
  }
}

.security__flex .rightBox button.accordion {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border-right: 1px solid #E2C080;
  border-top: 1px solid #E2C080;
  border-left: 1px solid #E2C080;
  border-bottom: 0.5px solid #E2C080;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.security__flex .rightBox button.accordion:after {
  font-family: FontAwesome;
  content: "\f150";
  font-size: 18px;
  float: left;
  padding-right: 20px;
}

.security__flex .rightBox button.accordion.is-open:after {
  content: "\f151";
}

.security__flex .rightBox button.accordion:hover,
.security__flex .rightBox button.accordion.is-open {
  background: rgb(0, 0, 0);
  background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgb(128, 98, 44) 63%, rgb(112, 87, 42) 100%);
}

.security__flex .rightBox .accordion-content {
  background-color: #000;
  border-left: 1px solid #E2C080;
  border-right: 1px solid #E2C080;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}

.security__flex .rightBox .accordion-content li {
  display: block;
  border-bottom: 1px dotted rgba(71, 71, 71, 0.8);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.accordion-container {
  position: relative;
  max-width: 550px;
  height: auto;
  margin: 10px auto;
}

.accordion-container .set h5{
  text-align: center !important;
}

.accordion-container .set {
  position: relative;
  width: 100%;
  height: auto;
}

.accordion-container .set a {
  display: block;
  padding: 10px 2px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #ada9a9;
  background: -webkit-linear-gradient(32deg, rgb(238, 45, 255), rgb(66, 132, 255) 100%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (min-width: 996px) {
  .accordion-container .set a {
    padding: 10px 15px;
  }
}

.accordion-container .set a .sBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center !important;
}

.accordion-container .set a .sBox h5 {
  font-weight: bold;
  font-size: 17px;
  color: white;
  text-align: center !important;
}

@media (max-width: 996px) {
  .accordion-container .set a .sBox h5 {
    display: block;
    font-size: 20px;
    text-align: center;
    padding-left: 15px;
  }
}

.accordion-container .set a .sBox h5 span {
  font-size: 16px;
  font-weight: normal;
}


.accordion-container .set a.active {
  background: -webkit-linear-gradient(32deg, rgb(238, 45, 255), rgb(66, 132, 255) 100%);
  color: #fff;
}

.accordion-container .set a i {
  position: absolute;
  display: block;
  right: 2%;
}

.accordion-container .set .content {
  display: none;
  padding: 20px 10px;
  background-color: #282b2c;
  border-bottom: 1px solid #ccc;
}

.accordion-container .set.button3 .content {
  border-bottom: none;
}

.accordion-container .set.button3 .content a {
  display: inline;
  font-weight: bold;
  padding: 0;
}

/* end Exclusive AI Tools Info*/

/* AI PC Products */
#AI-PC-Products{
  display: block;
  background-color: black;
  padding: 50px 0 80px 0;
}

#AI-PC-Products h3 {
  margin: 10px 0 20px 0;
}

#AI-PC-Products h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 20px 0;
}
#AI-PC-Products a{
  display: inline-block;
  position: relative;
  border: 2px solid transparent;
  border-radius: 8px;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(120deg, #509cff, #db28ff) border-box;
  transition: all 1s linear;
  vertical-align: top;
  margin: 0 10px 20px;
  padding: 10px 15px;
  min-width: 144px;
}

#AI-PC-Products a:hover {
  background: linear-gradient(120deg, #509cff, hsl(310, 100%, 57%)) padding-box, linear-gradient(120deg, #247df9, #48def6) border-box;

}
#AI-PC-Products samp{
  display: block;
  background: linear-gradient(120deg, #ffffff, #bbf6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#AI-PC-Products span {
  color:gray
}

@media (max-width: 996px) {
  /* AI PC Products */
    #AI-PC-Products {
      display: block;
      background-color: black;
      padding: 10px 0 ;
    }
}



/* end AI PC Products */


/* Related-Products */
#Related-Products {
  margin: 5% 0 0 0;
  padding: 5% 0;
  background-color: black;
  overflow: hidden;
}

@media (max-width: 996px) {
  #Related-Products {
    margin: 1% 0 0 0;
    padding: 5% 0;
    overflow: hidden;
  }
}

#Related-Products h3 a {
  display: block;
  font-size: 21px;
  width: 100%;
  border: 1px solid #fff;
  padding: 10px 5px;
}

#Related-Products img {
  margin-bottom:60px;
}

#Related-Products li {
  display: block;
  width: 30%;
  float: left;
  padding: 25px 15px 15px 15px;
  margin: 1%;
}

@media (max-width: 996px) {
  #Related-Products li {
    display: block;
    width: 100%;
    float: none;
    padding: 25px 15px 15px 15px;
    margin: 1%;
  }

  #Related-Products img {
    width: 60%;
    margin-bottom: 20px;
  }

  #Related-Products h3 {
    font-size: 18px;
  }
}

/* end-Related-Products */

/* Copilot-Note */
#Copilot-Note {
  padding: 2% 0;
}

.Copilot-Note{
  font-size: 13px !important;
  color: #999 !important;
  margin-bottom: 10px;
}

.Copilot-Note a {
  color: #999;
}

.Copilot-Note a:hover {
  color: #999;
  text-decoration: underline;
}

/* end Note */

/* Note */
#Note {
  background-color: black;
  padding: 0 0 3% 0 ;
}

#Note li {
  font-size: 13px;
  color: #999;
  margin-bottom: 10px;
}

#Note li a{
  color: #999;
}

#Note li a:hover {
  color: #999;
  text-decoration: underline;
}

/* end Note */