@charset "UTF-8";
@import url("https://use.typekit.net/jrk3exg.css");
@-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);
  }
}

: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;
}

@media (min-width: 768px) {
  :root {
    --mainTitle: 28px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}

:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

figure {
  line-height: 0;
}

picture {
  display: grid;
}

#yearEndSale {
  overflow: hidden;
  background: #fff;
}

#yearEndSale .kv {
  /* background-image: url(https://storage-asset.msi.com/event/2022/nb/2022-year-end-sale/images/kvbg.jpg); */
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  position: relative;
  /* padding-top: 10%; */
}

#yearEndSale .nvidia {
  position: absolute;
  left: 3%;
  top: 2%;
  max-width: 95px;
}

#yearEndSale .intel {
  position: absolute;
  right: 3%;
  top: 2%;
  max-width: 95px;
}

#yearEndSale .kv__bg {
  /* display: none; */
}

#yearEndSale .kv__content {
  width: 100%;
  max-width: 1800px;
  padding: 0 25px;
}

#yearEndSale .kv__txt {
  width: 100%;
  text-align: center;
  position: relative;
}

#yearEndSale .kv__txt-title {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
}

#yearEndSale .kv__txt-title2 {
  display: block;
  color: #aa2720;
  font-size: 85px;
  letter-spacing: 0.14em;
  font-weight: 800;
  margin: 20px auto 20px;
  line-height: 85px;
  -webkit-animation-name: bouncy;
          animation-name: bouncy;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

#yearEndSale .kv__txt-intro {
  color: #aa2720;
  font-size: 23px;
  font-weight: bold;
}

#yearEndSale .kv__txt .text-bounce {
  display: inline-block;
  padding-top: 20px;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#yearEndSale .kv__pic {
  position: relative;
  width: 90%;
  margin: 5% auto 0;
}

#yearEndSale .kv__pic--01 {
  position: absolute;
  top: 8%;
  bottom: unset;
  left: 8%;
  right: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 20%;
  -webkit-animation-name: AniFloat;
          animation-name: AniFloat;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#yearEndSale .kv__pic--02 {
  position: absolute;
  top: 10%;
  bottom: unset;
  left: 33%;
  right: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 18%;
  -webkit-animation-name: AniFloat;
          animation-name: AniFloat;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#yearEndSale .kv__pic--03 {
  position: absolute;
  top: -4%;
  bottom: unset;
  left: 53%;
  right: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 20%;
  -webkit-animation-name: AniFloat;
          animation-name: AniFloat;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#yearEndSale .kv__pic--04 {
  position: absolute;
  top: 18%;
  bottom: unset;
  left: 65%;
  right: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 18%;
  -webkit-animation-name: AniFloat;
          animation-name: AniFloat;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#yearEndSale .kv__pic--05 {
  position: absolute;
  top: 3%;
  bottom: unset;
  left: 85%;
  right: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 18%;
  -webkit-animation-name: AniFloat;
          animation-name: AniFloat;
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}


#yearEndSale .kv__intro {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: var(--mainTxt);
  background-image: url(https://storage-asset.msi.com/event/2023/MX/ofertas-mexico/images/bg-xs.jpg);
}




#yearEndSale .kv__intro p {
  margin-bottom: 20px;
}

#yearEndSale .kv__intro h3 {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0;
  font-size: 20px;
  max-width: 950px;
  margin: 0 auto;
}

@media (min-width: 556px) {
  #yearEndSale .nvidia {
    left: 2%;
    top: 3%;
    max-width: 150px;
  }
  
  #yearEndSale .intel {
    right: 2%;
    top: 3%;
    max-width: 150px;
  }
}



@media (min-width: 996px) {
  #yearEndSale .kv {
    background-image: unset;
    background-position: unset;
    background-repeat: unset;
    background-color: unset;
    background-size: unset;
    padding-top: 0%;
  }
  #yearEndSale .kv__bg {
    display: block;
  }
  #yearEndSale .kv__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #yearEndSale .kv__txt {
    width: 40%;
    margin-top: 0%;
    text-align: left;
  }
  #yearEndSale .kv__txt-title {
    font-size: 6.5vw;
  }
  #yearEndSale .kv__txt-title2 {
    letter-spacing: 0.17em;
    font-size: 11.5vw;
    margin: 20px 0 60px;
  }
  #yearEndSale .kv__pic {
    position: absolute;
    top: 50%;
    bottom: unset;
    left: unset;
    right: 4.5%;
    -webkit-transform: translate(0%, -45%);
            transform: translate(0%, -45%);
    width: 50%;
    margin: 0;
  }
  #yearEndSale .kv .mobile-wrap {
    display: none;
  }

  #yearEndSale .kv__intro {
    margin: 70px auto 0px;
    text-align: center;
    font-size: var(--mainTxt);
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: none;
  }

  #yearEndSale .kv__intro h3 {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 20px 0;
    font-size: var(--mainTitle);
    max-width: 950px;
    margin: 0 auto;
  }
  
}

@media (min-width: 1300px) {
  #yearEndSale .kv__content {
    padding: 0 35px;
  }
  #yearEndSale .kv__txt {
    width: 50%;
  }
  #yearEndSale .kv__txt-title {
    font-size: 8vw;
  }
}

@media (min-width: 1366px) {
  #yearEndSale .kv__intro {
    margin: 70px auto 20px;
    bottom: 5%;
  }
  
  
}

@media (min-width: 1600px) {
  #yearEndSale .kv__txt {
    width: 50%;
  }
  #yearEndSale .kv__txt-title {
    font-size: 9em;
  }
  #yearEndSale .kv__txt-title2 {
    font-size: 211px;
    line-height: 211px;
  }
}



#yearEndSale .sec2{
  background-image: url(https://storage-asset.msi.com/event/2023/MX/ofertas-mexico/images/bg.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  padding: 30px 0;
}

#yearEndSale .tab {
  font-family: arboria, sans-serif;
  background-color: #eeedec;
  padding: 50px 0;
  position: relative;
}

#yearEndSale .tab .msi__container {
  padding: 0 0px;
}

#yearEndSale .tab__lucky {
  display: none;
}

#yearEndSale .tab__gift {
  display: none;
}

#yearEndSale .tab__title {
  position: absolute;
  left: 50%;
  top: -20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #504d48;
  color: #fff;
  z-index: 20;
  font-size: var(--mainTxt);
  padding: 10px 0px;
  border-radius: 10px;
  width: 80%;
  text-align: center;
}

#yearEndSale .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;
}

#yearEndSale .tab__flex--active {
  display: none;
}

#yearEndSale .tab__flex--active .tab__flexBox {
  margin: 0;
  width: calc( 100% / 3);
}

#yearEndSale .tab__flex--active .tab__flexBoxInside-pic {
  display: none;
}

#yearEndSale .tab__flex--active .tab__flexBox-icon {
  display: none;
}

#yearEndSale .tab__flexMobile {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#yearEndSale .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;
}

#yearEndSale .tab__flexMobileBox {
  margin: 0;
  width: calc( 100% / 3);
  background-color: #272727;
  border-left: 2px solid #ffffff;
}

#yearEndSale .tab__flexMobileBox:nth-child(1) {
  border-left: none;
}

#yearEndSale .tab__flexMobileBox--color {
  background-color: #7f7979;
}

#yearEndSale .tab__flexBox {
  position: relative;
  width: 30%;
  margin: 0 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#yearEndSale .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;
}

#yearEndSale .tab__flexBox-icon2 {
  position: absolute;
  top: unset;
  bottom: -99px;
  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;
}

#yearEndSale .tab .select .tab__flexBox-icon2 {
  opacity: 0;
}

#yearEndSale .tab .select .tab__flexBox-icon {
  opacity: 1;
}

#yearEndSale .tab .select .tab__flexBox {
  -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
          filter: drop-shadow(0 0 10px #5a5a5a);
}

#yearEndSale .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;
}

#yearEndSale .tab__flexBoxInside-pic {
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}

#yearEndSale .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);
}

#yearEndSale .tab__flexBoxInside:hover .tab__label {
  background-color: transparent;
}

#yearEndSale .tab__flexBoxInside--active {
  border-radius: 0;
  background-color: #272727;
  color: #fff;
}

#yearEndSale .tab__flexBoxInside-mobile {
  border-radius: 0;
  color: #fff;
}

#yearEndSale .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;
}

#yearEndSale .tab__label p {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
  text-align: center;
}

#yearEndSale .tab__label p span {
  font-size: 14px;
  display: none;
}

@media (min-width: 996px) {
  #yearEndSale .tab {
    font-family: arboria, sans-serif;
    background-color: #eeedec;
    padding: 100px 0;
    position: relative;
  }
  #yearEndSale .tab .msi__container {
    padding: 0 0px;
  }
  #yearEndSale .tab__lucky {
    display: block;
    position: absolute;
    top: -15%;
    right: 0;
    z-index: 60;
  }
  #yearEndSale .tab__lucky img {
    width: 170px;
  }
  #yearEndSale .tab__gift {
    display: block;
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 60;
  }
  #yearEndSale .tab__gift img {
    width: 150px;
  }
  #yearEndSale .tab__title {
    position: absolute;
    left: 50%;
    top: -22px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background-color: #504d48;
    color: #fff;
    z-index: 20;
    font-size: 23px;
    padding: 10px 15px;
    border-radius: 10px;
    width: auto;
  }
  #yearEndSale .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: #ffffff55;
    border-radius: 20px;
    padding: 60px 100px;
  }
  #yearEndSale .tab__flexBox {
    position: relative;
    width: 26%;
    margin: 0 20px;
  }
  #yearEndSale .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;
  }
  #yearEndSale .tab__flexBox:hover .tab__flexBox-icon {
    opacity: 1;
  }
  #yearEndSale .tab__flexBox:hover .tab__flexBox-icon {
    opacity: 0.5;
  }
  #yearEndSale .tab__flexBox-icon2 {
    position: absolute;
    top: unset;
    bottom: -99px;
    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;
  }
  #yearEndSale .tab__flexBox:hover .tab__flexBox-icon2 {
    opacity: 1;
  }
  #yearEndSale .tab .select .tab__flexBox-icon2 {
    opacity: .6;
  }
  #yearEndSale .tab .select .tab__flexBox-icon {
    opacity: 1;
  }
  #yearEndSale .tab .select .tab__flexBox {
    -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
            filter: drop-shadow(0 0 10px #5a5a5a);
  }
  #yearEndSale .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;
  }
  #yearEndSale .tab__flexBoxInside-pic {
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
  }
  #yearEndSale .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);
  }
  #yearEndSale .tab__flexBoxInside:hover .tab__label {
    background-color: transparent;
  }
  #yearEndSale .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;
  }
  #yearEndSale .tab__label p {
    font-size: var(--mainTitle);
    font-weight: bolder;
    padding-bottom: 8px;
    display: block;
    text-align: left;
  }
  #yearEndSale .tab__label p span {
    font-size: 14px;
    display: block;
  }
}

@media (min-width: 1300px) {
  #yearEndSale .tab__lucky {
    top: -35%;
  }
  #yearEndSale .tab__lucky img {
    width: 240px;
  }
  #yearEndSale .tab__gift {
    top: -10%;
  }
  #yearEndSale .tab__gift img {
    width: 150px;
  }
}

@media (min-width: 1600px) {
  #yearEndSale .tab__lucky {
    top: -44%;
  }
  #yearEndSale .tab__lucky img {
    width: 260px;
  }
  #yearEndSale .tab__gift {
    top: -20%;
  }
  #yearEndSale .tab__gift img {
    width: 200px;
  }
}

#yearEndSale .sec3 {
  /* background-image: url(https://storage-asset.msi.com/event/2022/nb/2022-year-end-sale/images/buynowbg.jpg); */
  background-position: center 0;
  background-repeat: no-repeat;
  background-color: #33447c;
  background-size: cover;
}

#yearEndSale .sec3__title {
  display: none;
  margin-bottom: 20px;
  color: #fff;
}

#yearEndSale .sec3__title--active {
  display: block;
  text-align: center;
}

#yearEndSale .sec3__intro {
  display: none;
}

#yearEndSale .sec3__intro--active {
  display: block;
  text-align: center;
}

#yearEndSale .hatch {
  padding-bottom: 40px;
}

#yearEndSale .hatch__container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 25px;
}

#yearEndSale .hatch__slider {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#yearEndSale .hatch__box {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 20px 0;
  padding: 10px;
}

#yearEndSale .hatch__flexBoxPic {
  width: 90%;
  padding: 10px;
  margin: 0 auto;
}

#yearEndSale .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: 50px;
}

#yearEndSale .hatch__flexBoxPic-toplogo img {
  height: 50px;
  margin: 0 5px;
}

#yearEndSale .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;
}

#yearEndSale .hatch__flexBoxPic-bottomlogo img {
  height: 60px;
}

#yearEndSale .hatch__flexBoxTxt {
  width: 100%;
}

#yearEndSale .hatch__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 23px;
}

#yearEndSale .hatch__flexBoxTxt ul, #yearEndSale .hatch__flexBoxTxt li {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}

#yearEndSale .hatch__flexBoxTxt-note {
  border: 1px solid #4f4f4f;
  padding: 3px 5px;
  margin: 5px 0 0;
  display: inline-block;
}

#yearEndSale .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;
}

#yearEndSale .hatch__flexBoxTxt-price del {
  display: block;
  font-size: 15px;
  margin-right: 10px;
}

#yearEndSale .hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-size: 25px;
}

#yearEndSale .hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
}

#yearEndSale .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;
}

#yearEndSale .hatch__buyNowBtn-buynow img {
  width: 25px;
  margin-left: 10px;
}

#yearEndSale .hatch__buyNowBtn-buynow:before, #yearEndSale .hatch__buyNowBtn-buynow:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#yearEndSale .hatch__buyNowBtn-buynow:before {
  height: 0%;
  width: 2px;
}

#yearEndSale .hatch__buyNowBtn-buynow:after {
  width: 0%;
  height: 2px;
}

#yearEndSale .hatch__buyNowBtn-buynow:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#yearEndSale .hatch__buyNowBtn-buynow:hover:before {
  height: 100%;
}

#yearEndSale .hatch__buyNowBtn-buynow:hover:after {
  width: 100%;
}

#yearEndSale .hatch__buyNowBtn-buynow span:before {
  width: 2px;
  height: 0%;
}

#yearEndSale .hatch__buyNowBtn-buynow span:after {
  width: 0%;
  height: 2px;
}

#yearEndSale .hatch__buyNowBtn-buynow:hover span:before {
  height: 100%;
}

#yearEndSale .hatch__buyNowBtn-buynow:hover span:after {
  width: 100%;
}

#yearEndSale .hatch__buyNowBtn-buynow span:before, #yearEndSale .hatch__buyNowBtn-buynow span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#yearEndSale .hatch__buyNowBtn-buynow--gaming {
  background: #d14a4e;
}

#yearEndSale .hatch__buyNowBtn-buynow--gaming:before, #yearEndSale .hatch__buyNowBtn-buynow--gaming:after {
  background: #d14a4e;
}

#yearEndSale .hatch__buyNowBtn-buynow--gaming:hover span {
  color: #d14a4e;
}

#yearEndSale .hatch__buyNowBtn-buynow--gaming span:before, #yearEndSale .hatch__buyNowBtn-buynow--gaming span:after {
  background: #d14a4e;
}

#yearEndSale .hatch__buyNowBtn-buynow--content {
  background: #f4bc6f;
}

#yearEndSale .hatch__buyNowBtn-buynow--content:before, #yearEndSale .hatch__buyNowBtn-buynow--content:after {
  background: #f4bc6f;
}

#yearEndSale .hatch__buyNowBtn-buynow--content:hover span {
  color: #f4bc6f;
}

#yearEndSale .hatch__buyNowBtn-buynow--content span:before, #yearEndSale .hatch__buyNowBtn-buynow--content span:after {
  background: #f4bc6f;
}

#yearEndSale .hatch__buyNowBtn-buynow--business {
  background: #afb5b8;
}

#yearEndSale .hatch__buyNowBtn-buynow--business:before, #yearEndSale .hatch__buyNowBtn-buynow--business:after {
  background: #afb5b8;
}

#yearEndSale .hatch__buyNowBtn-buynow--business:hover span {
  color: #afb5b8;
}

#yearEndSale .hatch__buyNowBtn-buynow--business span:before, #yearEndSale .hatch__buyNowBtn-buynow--business span:after {
  background: #afb5b8;
}

#yearEndSale .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;
}

#yearEndSale .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( (100%/2) - 20px);
  margin: 10px;
  background: #ffffff8a;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#yearEndSale .hatch__tc {
  text-align: center;
  color: #fff;
}

#yearEndSale .hatch__tc span {
  text-decoration: underline;
  cursor: pointer;
}

@media (min-width: 996px) {
  #yearEndSale .hatch {
    padding-bottom: 40px;
  }
  #yearEndSale .hatch__slider {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #yearEndSale .hatch__box {
    position: relative;
    width: calc( (100% / 2) - 20px);
    margin: 20px 0;
    padding: 10px;
  }
  #yearEndSale .hatch__box--gaming {
    background-image: url("https://storage-asset.msi.com/event/2022/nb/2022-year-end-sale/images/gaming-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
  #yearEndSale .hatch__box--content {
    background-image: url("https://storage-asset.msi.com/event/2022/nb/2022-year-end-sale/images/cc-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
  #yearEndSale .hatch__box--business {
    background-image: url("https://storage-asset.msi.com/event/2022/nb/2022-year-end-sale/images/bp-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }
  #yearEndSale .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;
  }
  #yearEndSale .hatch__flexBoxPic {
    width: 40%;
    padding: 10px;
  }
  #yearEndSale .hatch__flexBoxPic-toplogo img {
    width: 50px;
    margin: 0 5px;
  }
  #yearEndSale .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;
  }
  #yearEndSale .hatch__flexBoxPic-bottomlogo img {
    height: 60px;
  }
  #yearEndSale .hatch__flexBoxTxt {
    width: 60%;
    padding-left: 39px;
  }
  #yearEndSale .hatch__flexBoxTxt-title {
    font-weight: bolder;
    font-size: 21px;
  }
  #yearEndSale .hatch__flexBoxTxt ul, #yearEndSale .hatch__flexBoxTxt li {
    font-size: 14px;
  }
  #yearEndSale .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;
  }
  #yearEndSale .hatch__flexBoxTxt-price del {
    display: block;
    font-size: 20px;
    margin-right: 10px;
  }
  #yearEndSale .hatch__flexBoxTxt-price span {
    font-weight: bolder;
    font-size: 40px;
  }
  #yearEndSale .hatch__buyNowBtn {
    text-align: center;
    cursor: pointer;
  }
  #yearEndSale .hatch__buyNowBtn-buynow img {
    width: 25px;
    margin-left: 10px;
  }
  #yearEndSale .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;
  }
  #yearEndSale .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( (100%/2) - 20px);
    margin: 10px;
    background: #ffffff8a;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #yearEndSale .hatch__tc {
    text-align: center;
  }
  #yearEndSale .hatch__tc span {
    text-decoration: underline;
    cursor: pointer;
  }
}

#yearEndSale .popout {
  background: #363129d6;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}

#yearEndSale .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;
}

#yearEndSale .popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}

#yearEndSale .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;
}

#yearEndSale .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;
}

#yearEndSale .popout__dm a img {
  height: 50px;
}

#yearEndSale .offer {
  text-align: center;
  padding-bottom: 40px;
}

#yearEndSale .offer h2 {
  font-size: var(--mainTitle);
}

#yearEndSale .offer__flex {
  margin: 20px 0;
}

#yearEndSale .offer__flexBox {
  position: relative;
  margin: 10px auto;
  width: 100%;
  overflow: hidden;
  color: #000;
}

#yearEndSale .offer__flexBox-pic img {
  width: 100%;
}

#yearEndSale .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;
}

#yearEndSale .offer__flexBox-note h3 {
  margin-bottom: 10px;
}

#yearEndSale .offer__flexBox-note p {
  font-size: 16px;
}

@media (min-width: 996px) {
  #yearEndSale .offer {
    text-align: center;
    padding-bottom: 40px;
  }
  #yearEndSale .offer h2 {
    font-size: var(--mainTitle);
  }
  #yearEndSale .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;
  }
  #yearEndSale .offer__flexBox {
    position: relative;
    margin: 0 15px;
    width: 30%;
    overflow: hidden;
  }
  #yearEndSale .offer__flexBox-note {
    background-color: #ffebc2f0;
    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;
  }
  #yearEndSale .offer__flexBox-note h3 {
    margin-bottom: 20px;
  }
  #yearEndSale .offer__flexBox-note p {
    font-size: unset;
  }
  #yearEndSale .offer__flexBox:hover .offer__flexBox-note {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
  }
}
/*# sourceMappingURL=main.css.map */