.egafterschool {
  position: relative;
  font-size: var(--text-xl);
  line-height: 1.8;
  color: white;
  background: #3e0343;
  /* background-image: url(https://storage-asset.msi.com/event/2023/NB/holiday-sale-laptop/images/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
}

.egafterschool img {
  max-width: 100%;
  overflow: hidden;
  display: block;
  width: auto;
}

.egafterschool .allbg {
  /* background: none; */
  /* background: url(/images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; */
}

@media (min-width: 996px) {
  /* .egafterschool .allbg {
      background: url(https://storage-asset.msi.com/event/2023/AR/eg-afterschool-promotion/images/allbg.png) repeat-y #efefef;
      background-size: 100%;
      background-attachment: fixed;
  } */
}

.egafterschool .all__block {
  background: #fafafa;
  box-shadow: 0 0px 10px #838383;
  padding: 50px;
  border-radius: 20px;
}

.egafterschool .container {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  -webkit-animation: wind 20s linear infinite;
  animation: wind 20s linear infinite;
}

.egafterschool .common__title {
  font-size: var(--title-xl);
  text-transform: uppercase;
  color: #000;
  text-align: center;
}


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

.egafterschool .kv {
  position: relative;
}

.egafterschool .kv__mnt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  z-index: 15;
}

.egafterschool .kv__stars {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  z-index: 15;
  -webkit-animation-name: shine;
          animation-name: shine;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.egafterschool .kv__light {
  position: absolute;
  top: 0;
}

.egafterschool .kv__light--1 {
  width: 8.5%;
  left: 27%;
  -webkit-animation-name: Anirotate;
          animation-name: Anirotate;
  -webkit-animation: Anirotate 3s ease-in-out infinite;
          animation: Anirotate 3s ease-in-out infinite;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  z-index: 20;
}

.egafterschool .kv__light--2 {
  width: 7.5%;
  right: 27%;
  -webkit-animation-name: Anirotate;
          animation-name: Anirotate;
  -webkit-animation: Anirotate 4s ease-in-out infinite;
          animation: Anirotate 4s ease-in-out infinite;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  z-index: 5;
}

.egafterschool .kv__pd {
  position: absolute;
  top: 0;
}

.egafterschool .kv__pd--mb {
  width: 22%;
  left: 4%;
  -webkit-animation-name: Anirotate;
          animation-name: Anirotate;
  -webkit-animation: Anirotate 3.5s ease-in-out infinite;
          animation: Anirotate 3.5s ease-in-out infinite;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.egafterschool .kv__pd--gc {
  width: 22%;
  right: 4%;
  -webkit-animation-name: Anirotate;
          animation-name: Anirotate;
  -webkit-animation: Anirotate 4.5s ease-in-out infinite;
          animation: Anirotate 4.5s ease-in-out infinite;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.kv__mnt, .egafterschool .kv__light--1, .egafterschool .kv__light--2, .egafterschool .kv__pd, .egafterschool .kv__pd--gc, .egafterschool .kv__pd--mb {
  display: none;
}

@media (min-width: 996px){
  .kv__mnt, .egafterschool .kv__light--1, .egafterschool .kv__light--2, .egafterschool .kv__pd, .egafterschool .kv__pd--gc, .egafterschool .kv__pd--mb {
    display: block;
  }
}


.egafterschool .buyNow__dec02 {
  position: absolute;
}


@media (min-width: 1300px) {
  .egafterschool .buyNow__dec02 {
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.egafterschool .buyNow__dec02 img {
  width: 100%;
}

.egafterschool .buynow {
  padding: 2.5% 0 0;
  text-align: center;
  position: relative;
}

.egafterschool .buynow .slick-slide {
  height: auto;
}

.egafterschool .buynow .slider__hatch-prev,
.egafterschool .buynow .slider__hatch-next {
  position: absolute;
  z-index: 2;
  top: 45%;
  cursor: pointer;
  width: 2.5vw;
  z-index: 50;
}

.egafterschool .buynow .slider__hatch-prev {
  left: -2%;
}

.egafterschool .buynow .slider__hatch-next {
  right: -2%;
}

@media (max-width: 960px) {
  .slick-dots {
      position: relative;
  }
}

.egafterschool .buynow .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  font-size: 0px;
  border-radius: 50px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  cursor: pointer;
  background: #a234a57e;
  border: 1px solid #f780cb;
  font-size: 0;
}

.egafterschool .buynow .slick-dots li button:hover {
  background: #f780cb;
}

.egafterschool .buynow .slick-dots li button::before {
  display: none;
}

.egafterschool .buynow .slick-dots li.slick-active button {
  background: #f780cb;
}

.egafterschool .buynow__arrow {
  position: relative;
  display: table;
  margin: 0 auto;
  z-index: 4;
  width: 50px;
  height: 60px;
  top: -1em;
}

.egafterschool .buynow__arrow-chevron {
  position: absolute;
  width: 50px;
  height: 10px;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
  animation: move 3s ease-out infinite;
  opacity: 0;
}

.egafterschool .buynow__arrow-chevron:first-of-type {
  -webkit-animation: move 3s ease-out 1s infinite;
  animation: move 3s ease-out 1s infinite;
}

.egafterschool .buynow__arrow-chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
  animation: move 3s ease-out 2s infinite;
}

.egafterschool .buynow__arrow-chevron::before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
  transform: skew(0deg, 30deg);
}

.egafterschool .buynow__arrow-chevron::after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
  transform: skew(0deg, -30deg);
}

.egafterschool .buynow__arrow-chevron::before,
.egafterschool .buynow__arrow-chevron::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: rgb(151 151 151);
}

@-webkit-keyframes move {
  25% {
      opacity: 1;
  }
  33% {
      opacity: 1;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
  }
  67% {
      opacity: 1;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
      transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
      opacity: 1;
  }
  33% {
      opacity: 1;
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
  }
  67% {
      opacity: 1;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
  }
  100% {
      opacity: 0;
      -webkit-transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
      transform: translateY(40px) scale3d(0.5, 0.5, 0.5);
  }
}

@-webkit-keyframes kvpd {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  50% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@keyframes kvpd {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  50% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
  }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@-webkit-keyframes kvpd1 {
  0% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
  }
  50% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  100% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
  }
}

@keyframes kvpd1 {
  0% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
  }
  50% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  100% {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
  }
}

.egafterschool .buynow__txt {
  font-size: var(--title-xl);
  text-transform: uppercase;
  color: #31cdee;
}

.egafterschool .buynow span {
  color: #fff;
  cursor: pointer;
  font-size: var(--text-md);
}

@media (min-width: 768px) {
  .egafterschool .buynow span {
      font-size: var(--text-lg);
  }
}

.egafterschool .buynow__title {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5em;
  padding: 1%;
  font-weight: bold;
}

.egafterschool .hatchBox {
  text-align: center;
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .egafterschool .hatchBox {
      padding: 3% 0 0;
  }
}

@media (min-width: 1300px) {
  .egafterschool .hatchBox {
      width: 80%;
  }
}

.egafterschool .hatchBox .hatch hr {
  margin: 0;
  border-bottom: 1px solid rgba(0, 255, 234, 0.5137254902);
}

.egafterschool .hatchBox .hatch__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 996px) {
  .egafterschool .hatchBox .hatch__flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
}

.egafterschool .hatchBox .hatch__intro {
  padding: 3% 0;
}

.egafterschool .hatchBox .hatch__intro p {
  background: #9b9b9b;
  color: #ffffff;
  font-weight: bold;
  width: 70%;
  margin: 10px auto;
}

.egafterschool .hatchBox .hatch__flex-toptitle {
  /* padding: 10px; */
  font-weight: lighter;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  min-height: 65px;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--text-lg);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  word-break: break-word;
}

.egafterschool .hatchBox .hatch__flex-toptitle span {
  font-weight: bold;
  line-height: 1.2;
  color: #000000;
}

.egafterschool .hatchBox .hatch__flex-item {
  width: 45%;
  max-width: 300px;
  margin: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 768px) {
  .egafterschool .hatchBox .hatch__flex-item {
      width: 20%;
      max-width: 100%;
  }
}

@media (min-width: 996px) {
  .egafterschool .hatchBox .hatch__flex-item {
      width: 20%;
      /* margin: 0 10px; */
      display: block;
  }
}

.egafterschool .hatchBox .hatch__flex-item:hover {
  /* background: #cbefff; */
}

.egafterschool .hatchBox .hatch__flex-item--active {
  border-bottom: 4px solid #000;
  opacity: 1;
}

.egafterschool .hatchBox .hatch__flex-itemPic {
  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: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 996px) {
  .egafterschool .hatchBox .hatch__flex-itemPic img {
      width: 50%;
  }
}

.egafterschool .hatchBox .hatch__flex-note {
  display: inline-block;
  padding: 10px;
  font-family: "DINPro-Medium";
  font-weight: lighter;
  font-size: 16px;
  margin: 10px 0 0 0;
  background-color: #787878;
  text-transform: uppercase;
  border-radius: 10px;
  color: #fff;
}

@media (min-width: 576px) {
  .egafterschool .hatchBox .hatch__flex-note {
      background-color: transparent;
      color: #fff;
      font-size: 14px;
  }
}

.egafterschool .hatchBox .hatch__slider {
  position: relative;
}

.egafterschool .hatchBox .hatch__box {
  background: white;
  background: linear-gradient(193deg, #561460 0%, #ecd2ed 48%, transparent 100%);
  padding: 20px 10px;
  margin: 0 10px 20px;
  border-radius: 10px;
  
}

.egafterschool .hatchBox .hatch__txt {
  padding: 0 20px;
  text-align: left;
  color: white;
  text-align: center;
}

.egafterschool .hatchBox .hatch__txt img {
  max-height: 400px;
  display: inline-block;
  padding-bottom: 1em;
}

.egafterschool .hatchBox .hatch__txt-title {
  text-align: left;
  font-size: var(--title-lg);
  font-weight: bold;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 10px;
}

.egafterschool .hatchBox .hatch__txt-price {
  text-align: right;
  color: #444;
  font-size: var(--text-xl);
  margin-bottom: 10px;
}

.egafterschool .hatchBox .hatch__txt span {
  color: #ff3838;
  line-height: 1.6;
  font-size: var(--text-xs);
}

.egafterschool .hatchBox .hatch__txt span sup {
  margin-left: 5px;
}

.egafterschool .hatchBox .hatch__txt ul {
  text-align: left;
  margin-bottom: 10px;
  list-style: disc;
  height: auto !important;
}

.egafterschool .hatchBox .hatch__txt ul li {
  font-size: var(--text-xs);
  list-style: disc;
  margin-left: 20px;
  color: #444;
}

.egafterschool .hatchBox .hatch__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.egafterschool .hatchBox .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% / 3) - 20px);
  margin: 10px;
  background: rgba(255, 255, 255, 0.5411764706);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.egafterschool .redeem {
  text-align: center;
}

.egafterschool .redeem p {
  color: #444;
}

.egafterschool .redeem__box {
  padding: 1em 0;
}

@media (min-width: 996px) {
  .egafterschool .redeem__box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
}

.egafterschool .redeem__item {
  background: #fff;
  border-radius: 8px;
  margin: 10px;
  border: #9346b4 2px solid;
  padding: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.egafterschool .redeem__item:first-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#461e7f), to(#be6fbe));
  background: linear-gradient(to right bottom, #461e7f, #9546b4 60%, #be6fbe 99%);
  border-radius: 8px;
  position: relative;
  border: #9346b4 2px solid;
  min-height: 250px;
}

.egafterschool .redeem__step {
  background: #9346b4;
  color: #fff;
  padding: 8px;
}

.egafterschool .redeem__icon {
  padding: 25px 0;
}

.egafterschool .redeem__icon img {
  margin: auto;
}

.egafterschool .redeem__start {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.egafterschool .redeem__btnBox {
  padding: 35px 0;
}

.egafterschool .redeem__btnBox .tcbutton {
  max-width: 500px;
  width: 90%;
  height: 50px;
  border-radius: 180px;
  position: relative;
  background: linear-gradient(to right bottom, #461e7f, #9546b4 60%, #be6fbe 99%);
  cursor: pointer;
  line-height: 12px;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .egafterschool .redeem__btnBox .tcbutton {
      width: 30%;
  }
}

.egafterschool .redeem__btnBox .tcbutton::before {
  content: "";
  z-index: 1;
  position: absolute;
  display: block;
  width: 80%;
  height: 70%;
  top: 15%;
  left: 10%;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  -webkit-filter: blur(15px);
  filter: blur(15px);
  opacity: 0;
  background: linear-gradient(60deg, #015aa3, #5073b8, #f9d318, #5073b8, #015aa3);
}

.egafterschool .redeem__btnBox .tcbutton:hover::before {
  opacity: 1;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  background: #015aa3;
}

.egafterschool .redeem__btnBox .tcbutton::after {
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #444;
  font-weight: bold;
  z-index: 5;
  position: absolute;
  display: block;
  border-radius: 180px;
  width: 96%;
  height: 80%;
  top: 10%;
  left: 2%;
  background-color: rgb(255, 255, 255);
}

.egafterschool .promotion {
  padding: 5em 0;
}

.egafterschool .promotion__box {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.egafterschool .promotion__item {
  margin: 5px;
}

.egafterschool .popupBox__area {
  background: black;
  border: #31cdee 1px solid;
}

.egafterschool .popupBox__area-line {
  background: #39888b;
}

.egafterschool .popupBox__area-line::after {
  background: #83f4a4;
}

.egafterschool .popupBox__area a {
  color: white;
}

.egafterschool .models {
  padding: 5em 0;
  text-align: center;
  /* background: #eee; */
}

.egafterschool .models p {
  color: #444;
}

.egafterschool .prizebox {
  margin: auto;
  padding: 0;
  list-style: none;
}

@media (min-width: 996px) {
  .egafterschool .prizebox {
      width: 80%;
  }
}

.egafterschool .prizebox li h3 {
  margin: 3% auto 0;
  color: #531b74;
  font-size: 1.3em;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.egafterschool .prizebox li h3::before {
  position: absolute;
  bottom: -4%;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  background: linear-gradient(to right, #ad2fb4, #441c6b);
}

.egafterschool .prizebox li table {
  display: none;
  width: 100%;
  border-spacing: 0;
}

.egafterschool .prizebox li table tr {
  background-color: #31cdee;
}

.egafterschool .prizebox li table tr:nth-child(1) {
  background: linear-gradient(to right, #ad2fb4, #441c6b);
  
}

.egafterschool .prizebox li table tr:nth-child(1) td {
  color: #fff;
  font-weight: bold;
}

.egafterschool .prizebox li table tr td:nth-child(1) {
  border-right: 1px solid #fff;
}

.egafterschool .prizebox li table tr:nth-child(odd) {
  background-color: #e8e8e8;
}

.egafterschool .prizebox li table tr:nth-child(even) {
  background-color: #f3f3f3;
}

.egafterschool .prizebox li table tr:first td {
  color: #31cdee;
}

.egafterschool .prizebox li table td {
  width: 50%;
  font-size: 1.1em;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  line-height: 1.8;
}

.egafterschool .pdtb {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #222;
  margin: 20px 0;
}

.egafterschool .pdtb td {
  background: none;
  border-bottom: 1px solid #466bb4;
  color: #ddd;
  font-size: 16px;
}

.egafterschool .pdtb tr:nth-child(1) td {
  background: #466bb4;
}

.egafterschool .pdtb td.borderStyle {
  border-right: 1px solid #466bb4;
}

.egafterschool .wtb {
  padding: 5em 0;
}


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

@-webkit-keyframes Anirotate {
  0% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}

@keyframes Anirotate {
  0% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  50% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  100% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}