#nbBts2023.autumn-it {
  background: #402d0c;
  position: relative;
}
#nbBts2023.autumn-it .tab__title {
  background: -webkit-gradient(linear, right top, left top, from(#ee6b1a), to(#932606));
  background: linear-gradient(to left, #ee6b1a, #932606);
  border-radius: 20px;
  color: #fff;
}
#nbBts2023.autumn-it .mainarea {
  position: relative;
  background: none;
  z-index: 10;
}
@media (min-width: 996px) {
  #nbBts2023.autumn-it .mainarea {
    margin-top: -10%;
  }
}
#nbBts2023.autumn-it .mainarea h3 {
  color: #f7eed7;
  font-weight: normal;
}
#nbBts2023.autumn-it .mainarea .tc__box {
  background: #8a1f04;
  color: white;
}
#nbBts2023.autumn-it .kv {
  background: url(https://storage-asset.msi.com/event/2023/IT/NB-autumn/images/kv-bg.jpg) top no-repeat;
  background-size: contain;
  padding: 5% 0 19%;
}
@media (min-width: 996px) {
  #nbBts2023.autumn-it .kv {
    background-size: cover;
  }
}
#nbBts2023.autumn-it .kv__leafbg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: leafAni 1s linear forwards;
          animation: leafAni 1s linear forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0;
}
@media (min-width: 996px) {
  #nbBts2023.autumn-it .kv__leafbg {
    width: 98%;
  }
}
@-webkit-keyframes leafAni {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes leafAni {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
  }
}
#nbBts2023.autumn-it .kv__flex {
  width: 80%;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media (min-width: 996px) {
  #nbBts2023.autumn-it .kv__flex {
    width: 70%;
    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.autumn-it .kv__flex--img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
}
@media (min-width: 996px) {
  #nbBts2023.autumn-it .kv__flex--img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#nbBts2023.autumn-it .kv__flex--txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
}
@media (min-width: 996px) {
  #nbBts2023.autumn-it .kv__flex--txt {
    margin-right: -10%;
  }
}
#nbBts2023.autumn-it .kv__intel {
  display: block;
  position: relative;
  right: 0;
}
@media (min-width: 996px) {
  #nbBts2023.autumn-it .kv__intel {
    position: absolute;
    right: 36px;
  }
}
#nbBts2023.autumn-it .kv__intel .intel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: white;
}
@media (min-width: 996px) {
  #nbBts2023.autumn-it .kv__intel .intel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
#nbBts2023.autumn-it .kv__intel .intel__txtbox {
  padding-right: 0;
}
#nbBts2023 .falling-leaves {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
  z-index: 9;
}
#nbBts2023 .leaf-scene {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#nbBts2023 .leaf-scene div {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 21px;
  background: url(https://storage-asset.msi.com/event/2023/IT/NB-autumn/images/leaf02.png) no-repeat;
  background-size: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}/*# sourceMappingURL=main.css.map */