html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

#ADL-nb {
  font-family: "Century Gothic";
  font-size: 21px;
  line-height: 1.8;
  overflow-x: hidden;
  width: 100%;
  background: #fff;
  color: #a3a3a3;
}
@media screen and (max-width: 1680px) {
  #ADL-nb {
    font-size: 18px;
  }
}
#ADL-nb p {
  margin-bottom: 1.5rem;
}
#ADL-nb img {
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}
@media screen and (max-width: 960px) {
  #ADL-nb img.imglg {
    display: none;
  }
}
#ADL-nb img.imgxs {
  display: none;
}
@media screen and (max-width: 960px) {
  #ADL-nb img.imgxs {
    display: block;
  }
}
#ADL-nb section {
  padding: 5% 0;
}
@media screen and (max-width: 960px) {
  #ADL-nb section:nth-of-type(1) {
    padding: 5% 0 15%;
  }
}
@media screen and (max-width: 960px) {
  #ADL-nb section {
    padding: 15% 0;
  }
}
#ADL-nb .common__container {
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  #ADL-nb .common__container {
    width: 90%;
  }
}
@media screen and (max-width: 960px) {
  #ADL-nb .common__container {
    width: 100%;
  }
}
#ADL-nb .common__container.lg {
  width: 100%;
}
#ADL-nb .common__container.md {
  width: 84%;
  max-width: 1620px;
}
@media screen and (max-width: 960px) {
  #ADL-nb .common__container.md {
    width: 100%;
  }
}
#ADL-nb .common__container.sm {
  width: 66%;
}
@media screen and (max-width: 960px) {
  #ADL-nb .common__container.sm {
    width: 100%;
  }
}
#ADL-nb .common__title {
  font-family: "Baskervville", serif;
  color: #333333;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: normal;
  line-height: 1.2;
}
@media screen and (max-width: 1680px) {
  #ADL-nb .common__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 1366px) {
  #ADL-nb .common__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 960px) {
  #ADL-nb .common__title {
    font-size: 38px;
    padding-top: 5px;
  }
}
#ADL-nb .common__title.text-Center {
  text-align: center;
}
#ADL-nb .common__title2 {
  color: #333333;
  font-weight: normal;
  padding-bottom: 45px;
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 1366px) {
  #ADL-nb .common__title2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  #ADL-nb .common__title2 {
    padding-bottom: 15px;
  }
}
#ADL-nb .layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #ADL-nb .layer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#ADL-nb .layer__txt {
  padding: 0 9%;
}
@media screen and (max-width: 1366px) {
  #ADL-nb .layer__txt {
    padding: 0 5%;
  }
}
@media screen and (max-width: 960px) {
  #ADL-nb .layer__txt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
    padding: 0px;
  }
}
#ADL-nb .layer__txt--left {
  padding: 0 7.5% 0 16%;
}
@media screen and (max-width: 1366px) {
  #ADL-nb .layer__txt--left {
    padding-left: 8%;
  }
}
@media screen and (max-width: 960px) {
  #ADL-nb .layer__txt--left {
    padding: 0px;
  }
}
#ADL-nb .layer__txt--leftB {
  padding: 0 0 0 16%;
}
@media screen and (max-width: 1366px) {
  #ADL-nb .layer__txt--leftB {
    padding-left: 8%;
  }
}
@media screen and (max-width: 960px) {
  #ADL-nb .layer__txt--leftB {
    padding: 0px;
  }
}
#ADL-nb .layer__txt--logo {
  width: 18%;
  padding-bottom: 4%;
}
@media screen and (max-width: 1366px) {
  #ADL-nb .layer__txt--logo {
    width: 18%;
  }
}
@media screen and (max-width: 960px) {
  #ADL-nb .layer__txt--logo {
    width: 18%;
  }
}
#ADL-nb .layer__txt--nvlogo {
  width: 25%;
  padding-bottom: 5%;
}
@media screen and (max-width: 1680px) {
  #ADL-nb .layer__txt--nvlogo {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  #ADL-nb .layer__txt--nvlogo {
    width: 35%;
  }
}
#ADL-nb .layer a {
  color: #a3a3a3;
  font-size: 18px;
  opacity: 0.7;
}
#ADL-nb .layer a:hover {
  opacity: 1;
}
#ADL-nb .layer__nbWrap {
  margin-left: -15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  #ADL-nb .layer__nbWrap {
    margin-left: 0%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: #fff;
    position: relative;
    padding-top: 30px;
  }
  #ADL-nb .layer__nbWrap::before {
    content: "";
    position: absolute;
    top: 10%;
    height: 50%;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
}
#ADL-nb .layer__nbWrap--txt {
  margin-left: 25%;
  width: 70%;
  margin-bottom: 25%;
}
@media screen and (max-width: 960px) {
  #ADL-nb .layer__nbWrap--txt {
    width: 90%;
    margin: 0 auto 5%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
}
#ADL-nb .layer__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#ADL-nb .layer__img.md img {
  padding: 0 13%;
}
@media screen and (max-width: 960px) {
  #ADL-nb .layer__img.md img {
    padding: 0%;
  }
}
@media screen and (max-width: 960px) {
  #ADL-nb .layer__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 30px;
  }
}
#ADL-nb .layer__img.xs-img {
  width: 150%;
}
#ADL-nb .layer__img.xs-left-move {
  -webkit-transform: translateX(-15%);
          transform: translateX(-15%);
}
#ADL-nb .layer__nbflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 960px) {
  #ADL-nb .layer__nbflex {
    display: none;
    width: 55%;
  }
  #ADL-nb .layer__nbflex img {
    padding-bottom: 15%;
  }
}
#ADL-nb .kv {
  position: relative;
}
#ADL-nb .kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#ADL-nb .kv__flex--img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media screen and (max-width: 960px) {
  #ADL-nb .kv__flex--img {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    padding-bottom: 30px;
  }
}
#ADL-nb .kv__flex--txt {
  width: 30%;
}
@media screen and (max-width: 1366px) {
  #ADL-nb .kv__flex--txt {
    width: 35%;
  }
}
@media screen and (max-width: 960px) {
  #ADL-nb .kv__flex--txt {
    width: 90%;
  }
}
#ADL-nb .kv__flex--txt h2 {
  padding-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #ADL-nb .kv__flex--txt h2 {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 960px) {
  #ADL-nb .kv__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#ADL-nb .kv__msilogo {
  margin-bottom: 2.5%;
  margin-left: 2%;
  z-index: 6;
  width: 130px;
}
@media screen and (max-width: 960px) {
  #ADL-nb .kv__msilogo {
    width: 100px;
    margin-left: 5%;
    margin-bottom: 5%;
  }
}
#ADL-nb .kv__evo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #383838;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 35%;
  font-size: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  #ADL-nb .kv__evo {
    padding-top: 10%;
  }
}
#ADL-nb .kv__evo--logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.5%;
          flex: 0 0 17.5%;
  margin-right: 6%;
}
#ADL-nb .kv .shop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 6;
}
@media screen and (max-width: 960px) {
  #ADL-nb .kv .shop {
    right: 5%;
    bottom: 3%;
  }
}
#ADL-nb .kv .shop a:link, #ADL-nb .kv .shop a:visited {
  background: #9d884f;
  padding: 0px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: none;
  display: block;
  float: left;
}
#ADL-nb .kv .shop a:link img, #ADL-nb .kv .shop a:visited img {
  width: 25px;
  margin: 7px;
  padding: 0px;
}
#ADL-nb .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #ADL-nb .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#ADL-nb .feature__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #ADL-nb .feature__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
#ADL-nb .feature__item--effect {
  text-align: center;
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
#ADL-nb .feature__item--effect img {
  vertical-align: bottom;
}
#ADL-nb .feature__item--effect .hoverEffect {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center;
}
#ADL-nb .feature__item--effect:hover .hoverEffect {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
@media screen and (max-width: 960px) {
  #ADL-nb .feature__item--effect:hover .hoverEffect {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
}
#ADL-nb .feature__item--effect:hover .description {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  #ADL-nb .feature__item--effect {
    padding-bottom: 5%;
  }
}
#ADL-nb .feature__item--effect .description {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  #ADL-nb .feature__item--effect .description {
    position: relative;
    opacity: 1;
    margin-top: 5%;
  }
}
#ADL-nb .feature__item--effect .description__box {
  width: 70%;
  margin: 0 auto;
}
#ADL-nb .feature__item--effect .description__box--icon {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 5%;
}
@media screen and (max-width: 960px) {
  #ADL-nb .feature__item--effect .description__box--icon {
    max-width: 200px;
    padding-bottom: 1%;
  }
}
#ADL-nb .series {
  position: relative;
  padding-bottom: 15%;
}
#ADL-nb .series:last-child {
  padding-bottom: 5%;
}
#ADL-nb .series__banner {
  position: relative;
  margin-bottom: 4%;
  margin-top: 2%;
}
#ADL-nb .series__banner--txt {
  position: absolute;
  bottom: 6%;
  text-align: left;
  font-size: 31.5px;
  left: 12.5%;
  color: #fff;
}
#ADL-nb .series__banner--txt.t-Black {
  color: #6e6e6e;
}
@media screen and (max-width: 960px) {
  #ADL-nb .series__banner--txt {
    color: #555;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
  }
}
#ADL-nb .series__banner img.summit {
  background: url("https://storage-asset.msi.com/event/2022/nb/ADL-BP/images//series-img-01.jpg") no-repeat center;
  background-size: cover;
}
#ADL-nb .series__banner img.prestige {
  background: url("https://storage-asset.msi.com/event/2022/nb/ADL-BP/images//series-img-02.jpg") no-repeat center;
  background-size: cover;
  background-position-x: 65%;
}
#ADL-nb .series__banner img.modern {
  background: url("https://storage-asset.msi.com/event/2022/nb/ADL-BP/images//series-img-03.jpg") no-repeat center;
  background-size: cover;
  background-position-x: 90%;
}
#ADL-nb .series__banner img.peripheral {
  background: url("https://storage-asset.msi.com/event/2022/nb/ADL-BP/images//series-img-04.jpg") no-repeat center;
  background-size: cover;
  background-position-x: 65%;
}
@media screen and (max-width: 960px) {
  #ADL-nb .series__banner img {
    height: 65vw;
  }
}
#ADL-nb .series__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #ADL-nb .series__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#ADL-nb .series__flex--nbItem {
  max-width: 658px;
  text-align: center;
  padding: 0 3%;
  width: 33.3333333333%;
}
@media screen and (max-width: 960px) {
  #ADL-nb .series__flex--nbItem {
    width: 80%;
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 480px) {
  #ADL-nb .series__flex--nbItem {
    width: 90%;
  }
}
#ADL-nb .series__flex--nbItem .nb {
  margin-bottom: 9%;
}
#ADL-nb .series__flex--nbItem a {
  color: #6c6c6c;
  text-decoration: none;
  display: table;
  background: none;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  margin: 2px auto;
  position: relative;
  outline: none;
  padding: 0 15px;
}
#ADL-nb .series__flex--nbItem a::before, #ADL-nb .series__flex--nbItem a::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  opacity: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#ADL-nb .series__flex--nbItem a::before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
#ADL-nb .series__flex--nbItem a::after {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}
#ADL-nb .series__flex--nbItem a:hover::before, #ADL-nb .series__flex--nbItem a:hover::after {
  opacity: 1;
}
#ADL-nb .series__flex--nbItem a:hover::before {
  border-top: 1px solid #cfc095;
  border-bottom: 1px solid #cfc095;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#ADL-nb .series__flex--nbItem a:hover::after {
  border-left: 1px solid #cfc095;
  border-right: 1px solid #cfc095;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: 1.2s;
  transition: 1.2s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#ADL-nb .model {
  opacity: 0;
  top: 0;
  position: absolute;
}
#ADL-nb .model--active {
  position: relative;
  top: auto;
  z-index: 1;
  opacity: 1;
}
#ADL-nb .chooseColor {
  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;
  padding-top: 15px;
}
#ADL-nb .chooseColor picture {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  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;
}
@media screen and (max-width: 960px) {
  #ADL-nb .chooseColor picture {
    max-width: 35px;
  }
}
#ADL-nb .chooseColor picture img {
  vertical-align: top;
  height: 20px;
  width: 20px;
  position: absolute;
}
#ADL-nb .chooseColor picture.active {
  cursor: default;
  pointer-events: none;
}
#ADL-nb .chooseColor picture.active .selec-box {
  border: 1px solid #cfc095;
  border-radius: 50%;
}
#ADL-nb .chooseColor picture .selec-box {
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 5;
}
#ADL-nb .chooseColor picture .selec-box:hover {
  border: 1px solid #cfc095;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 50%;
  -webkit-animation: selec-box 1s infinite linear;
          animation: selec-box 1s infinite linear;
}
@-webkit-keyframes selec-box {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes selec-box {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#ADL-nb .declare {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
  max-width: 1480px;
}
#ADL-nb .declare h3 {
  line-height: 1.6em;
  font-size: 21px;
  margin-bottom: 40px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: normal;
  width: 55%;
}
@media screen and (max-width: 1366px) {
  #ADL-nb .declare h3 {
    width: 80%;
  }
}
@media screen and (max-width: 960px) {
  #ADL-nb .declare h3 {
    width: 100%;
  }
}
#ADL-nb .declare p {
  line-height: 1.4em;
  font-size: 15px;
  text-align: justify;
  text-indent: 20px;
  color: #8b6f6f66;
}
#ADL-nb .declare__box {
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #ADL-nb .declare__box {
    width: 90%;
  }
}
#ADL-nb .declare__box--icon {
  height: 48px;
  margin: 0px 60px 60px 0px;
}
#ADL-nb .declare__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #ADL-nb .declare__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
#ADL-nb .declare__flex--item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
#ADL-nb .up-fade-out {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  opacity: 0;
}
#ADL-nb .up-fade-out:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#ADL-nb .up-fade-out:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#ADL-nb .ufo-in {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}
#ADL-nb .olshow {
  opacity: 0;
}
#ADL-nb .olshow-s {
  opacity: 1;
  -webkit-animation: animatedgradient 1s ease-in-out;
          animation: animatedgradient 1s ease-in-out;
}
#ADL-nb .olshow .photos-block {
  opacity: 0;
}
#ADL-nb .opacitystart {
  -webkit-animation: opcityc 0.5s ease-in-out;
          animation: opcityc 0.5s ease-in-out;
}
#ADL-nb .fade-out,
#ADL-nb .r-fade-out {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}
#ADL-nb .fo-in {
  opacity: 1;
}
@-webkit-keyframes opcityc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opcityc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animatedgradient {
  0% {
    background-position: 100% 100%;
    opacity: 0;
  }
  100% {
    background-position: 0% 0%;
    opacity: 1;
  }
}
@keyframes animatedgradient {
  0% {
    background-position: 100% 100%;
    opacity: 0;
  }
  100% {
    background-position: 0% 0%;
    opacity: 1;
  }
}/*# sourceMappingURL=main.css.map */