@import url("https://use.typekit.net/pvp1dzx.css");
.min15max60 {
  --min-size: 15;
  --max-size: 60;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (3840 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
}

.BackToSchool2024 {
  overflow: hidden;
  background: url(https://storage-asset.msi.com/event/2024/DE/Back-to-School/images/bg.jpg) repeat-y;
  background-size: cover;
  width: 100%;
  position: relative;
}
.BackToSchool2024 .commonTitleBox h2 {
  color: #eb7047;
  font-size: 32px;
  position: relative;
  margin: 5% auto;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Marvin", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media (min-width: 996px) {
  .BackToSchool2024 .commonTitleBox h2 h2 {
    color: #eb7047;
    font-size: 46px;
  }
  .BackToSchool2024 .commonTitleBox h2 h2::before {
    content: attr(data-storke);
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 6px #ffffff;
    text-stroke: 6px #ffffff;
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.7));
            filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.7));
  }
}
.BackToSchool2024 .commonTitleBox-icon {
  max-width: 45px;
  display: inline-block;
  margin-left: 5px;
}
.BackToSchool2024 .commonSubTitle {
  color: #fefefe;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 auto;
  font-weight: normal;
  font-weight: bold;
}
.BackToSchool2024 .commonTxt {
  color: #fefefe;
  font-size: 17px;
  line-height: 1.6;
  padding: 1% 0;
}
.BackToSchool2024 img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.BackToSchool2024 a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.BackToSchool2024 .kv {
  position: relative;
}
.BackToSchool2024 .kv h1 {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.BackToSchool2024 .kv img {
  width: auto;
  max-width: 200%;
  margin-left: -41%;
}
.BackToSchool2024 .kv__img1 {
  position: absolute;
  top: 20%;
  left: 6%;
  width: 10%;
}
.BackToSchool2024 .kv__img2 {
  position: absolute;
  top: 34%;
  left: 39%;
  width: 25%;
}
.BackToSchool2024 .kv__img3 {
  position: absolute;
  top: 8%;
  left: 29%;
  width: 41%;
}
.BackToSchool2024 .kv__img4 {
  position: absolute;
  top: 18%;
  left: 38%;
  width: 32%;
}
@media (min-width: 768px) {
  .BackToSchool2024 .kv img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .BackToSchool2024 .kv__img1 {
    position: absolute;
    top: 17%;
    left: 20%;
    width: 7%;
  }
  .BackToSchool2024 .kv__img2 {
    position: absolute;
    top: 30%;
    left: 45%;
    width: 20%;
  }
  .BackToSchool2024 .kv__img3 {
    position: absolute;
    top: 8%;
    left: 28%;
    width: 40%;
  }
  .BackToSchool2024 .kv__img4 {
    position: absolute;
    top: 25%;
    left: 32%;
    width: 20%;
  }
}
.BackToSchool2024 .intro {
  text-align: center;
  position: relative;
  padding: 5% 0;
}
.BackToSchool2024 .intro .msi__container {
  position: relative;
  z-index: 2;
}
.BackToSchool2024 .intro__icon {
  position: absolute;
  z-index: 1;
}
.BackToSchool2024 .intro__icon-1 {
  left: 10%;
  top: 30%;
  width: 10%;
}
.BackToSchool2024 .intro__icon-2 {
  right: 5%;
  top: 70%;
  width: 16%;
}
.BackToSchool2024 .intro__icon-3 {
  left: -10%;
  bottom: 5%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 26%;
}
.BackToSchool2024 .intro-title {
  color: #eb7047;
  font-size: 32px;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  font-family: "Marvin", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.BackToSchool2024 .intro-date {
  color: #343639;
  font-size: 30px;
  line-height: 1.6;
  font-family: "Marvin", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  margin: 2% 0;
  position: relative;
}
.BackToSchool2024 .intro-date::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -40%;
  left: -3%;
  background: url(https://storage-asset.msi.com/event/2024/DE/Back-to-School/images/light-icon.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 80px;
}
.BackToSchool2024 .intro-txtBox {
  position: relative;
}
.BackToSchool2024 .intro-txtBox::before {
  content: "";
  display: block;
  position: absolute;
  left: 18%;
  top: -5%;
  width: 50%;
  height: 80%;
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  z-index: 0;
}
.BackToSchool2024 .intro-txtBox::after {
  content: "";
  display: block;
  position: absolute;
  right: 15%;
  top: 22%;
  width: 50%;
  height: 80%;
  border: 1px solid #d3d3d3;
  border-radius: 15px;
  z-index: 0;
}
.BackToSchool2024 .intro-txt {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.6;
  position: relative;
  background: #c3f101;
  padding: 2%;
  width: 85%;
  margin: 2% auto;
  border-radius: 15px;
  border: 5px solid #fff;
  line-height: 1.1;
  text-shadow: 1px 1px 5px #759200;
  font-family: "Marvin", sans-serif;
  font-weight: 400;
  font-style: normal;
  z-index: 1;
}
.BackToSchool2024 .intro-note {
  color: #6d6d6d;
  font-size: 17px;
  line-height: 1.6;
}
@media (min-width: 996px) {
  .BackToSchool2024 .intro-title {
    color: #eb7047;
    font-size: 46px;
    line-height: 1.6;
  }
  .BackToSchool2024 .intro-title::before {
    content: attr(data-storke);
    position: absolute;
    z-index: -1;
    -webkit-text-stroke: 6px #ffffff;
    text-stroke: 6px #ffffff;
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.7));
            filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.7));
  }
  .BackToSchool2024 .intro-date::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -40%;
    left: 31%;
    background: url(https://storage-asset.msi.com/event/2024/DE/Back-to-School/images/light-icon.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 80px;
  }
  .BackToSchool2024 .intro-txt {
    width: 60%;
  }
}
.BackToSchool2024 .wtb__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.BackToSchool2024 .wtb__pdBox {
  width: calc(50% - 10px);
  position: relative;
  overflow: hidden;
}
.BackToSchool2024 .wtb__pdBox:hover {
  cursor: pointer;
}
.BackToSchool2024 .wtb__pdBox::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgb(0, 0, 0) 100%);
}
.BackToSchool2024 .wtb__pdBox img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.BackToSchool2024 .wtb__pdBox img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.BackToSchool2024 .wtb h2 {
  position: absolute;
  bottom: 5%;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  font-size: 36px;
  width: 100%;
  text-align: center;
}
.BackToSchool2024 .tabBox__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3% auto;
}
.BackToSchool2024 .tabBox__item {
  width: calc(33.3333333333% - 10px);
}
.BackToSchool2024 .tabBox__item p {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.6;
  background: #000000;
  padding: 5px 15px;
  text-align: center;
}
.BackToSchool2024 .select__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3% auto;
}
.BackToSchool2024 .select__itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 1% 2%;
  width: calc(50% - 10px);
  border: 3px solid #000;
}
.BackToSchool2024 .select__imgBox {
  width: 45%;
}
.BackToSchool2024 .select__textBox {
  width: 50%;
}
.BackToSchool2024 .pd {
  padding: 0 0 5%;
  position: relative;
  z-index: 1;
}
.BackToSchool2024 .pd__imgBox {
  max-width: 480px;
  margin: 3% auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
  background: linear-gradient(45deg, rgb(195, 241, 1) 0%, rgb(235, 112, 71) 100%);
  padding: 2%;
}
.BackToSchool2024 .pd__imgBox:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background: linear-gradient(45deg, rgb(235, 112, 71) 0%, rgb(195, 241, 1) 100%);
}
@media (min-width: 996px) {
  .BackToSchool2024 .pd__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .BackToSchool2024 .pd__imgBox {
    margin: 0 auto;
    padding: 1%;
  }
}
.BackToSchool2024 .promo {
  position: relative;
  z-index: 1;
  padding: 0 0 5%;
}
.BackToSchool2024 .promo__imgBox {
  max-width: 480px;
  margin: 3% auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
  background: linear-gradient(45deg, rgb(195, 241, 1) 0%, rgb(235, 112, 71) 100%);
  padding: 2%;
}
.BackToSchool2024 .promo__imgBox a {
  display: block;
}
.BackToSchool2024 .promo__imgBox:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  background: linear-gradient(45deg, rgb(235, 112, 71) 0%, rgb(195, 241, 1) 100%);
}
@media (min-width: 996px) {
  .BackToSchool2024 .promo__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .BackToSchool2024 .promo__imgBox {
    margin: 0 auto;
    padding: 1%;
  }
}/*# sourceMappingURL=main.css.map */