@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flaot {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-5%, 0%);
  }
  /* 40% {
    transform: translate(-5%, 3%);
  } */
  70% {
    transform: translate(3%, 3%);
  }
  90% {
    transform: translate(3%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes flaot {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-5%, 0%);
  }
  /* 40% {
    transform: translate(-5%, 3%);
  } */
  70% {
    transform: translate(3%, 3%);
  }
  90% {
    transform: translate(3%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

@-webkit-keyframes flaot1 {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(3%, 2%);
  }
  70% {
    transform: translate(1%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes flaot1 {
  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(3%, 2%);
  }
  70% {
    transform: translate(1%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes flaot2 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(3%, 0);
  }

  /* 40% {
    transform: translate(-5%, 3%);
  } */
  70% {
    transform: translate(3%, 3%);
  }
  90% {
    transform: translate(1%, 0%);
  }

  100% {
    transform: translate(0, 0);
  }
}
@keyframes flaot2 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(3%, 0);
  }

  /* 40% {
    transform: translate(-5%, 3%);
  } */
  70% {
    transform: translate(3%, 3%);
  }
  90% {
    transform: translate(1%, 0%);
  }

  100% {
    transform: translate(0, 0);
  }
}
@-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 topIcon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
@keyframes topIcon {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.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
  );
}

.ID-BTS {
  overflow: hidden;
  background: #000;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ID-BTS .toTopWrap {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 50;
}
.ID-BTS .toTopWrap .topIcon {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ID-BTS .toTopWrap .topIcon__itembox {
  position: relative;
  -webkit-animation: topIcon 1.5s infinite;
  animation: topIcon 1.5s infinite;
  width: 100px;
  height: 100px;
  border-radius: 999em;
  background: linear-gradient(45deg, #fb00ff, #0b07fe);
}
.ID-BTS .toTopWrap .topIcon__itembox:hover {
  -webkit-animation: none;
  animation: none;
}
.ID-BTS .toTopWrap .topIcon__itembox p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.ID-BTS .toTopWrap .totop {
  margin: 10% auto 0;
  text-align: center;
  cursor: pointer;
}
.ID-BTS .toTopWrap .totop p {
  color: #ffffff;
  background: linear-gradient(45deg, #fb00ff, #0b07fe);
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 999em;
  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-weight: bold;
}
.ID-BTS .toTopWrap__arrow {
  width: 50px;
  height: 50px;
  margin: auto;
  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;
  position: relative;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ID-BTS .toTopWrap__arrow-chevron {
  position: absolute;
  width: 25px;
  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;
  top: 0;
}
.ID-BTS .toTopWrap__arrow-chevron:first-of-type {
  -webkit-animation: move 3s ease-out 1s infinite;
  animation: move 3s ease-out 1s infinite;
}
.ID-BTS .toTopWrap__arrow-chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
  animation: move 3s ease-out 2s infinite;
}
.ID-BTS .toTopWrap__arrow-chevron::before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
  transform: skew(0deg, 30deg);
}
.ID-BTS .toTopWrap__arrow-chevron::after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
  transform: skew(0deg, -30deg);
}
.ID-BTS .toTopWrap__arrow-chevron::before,
.ID-BTS .toTopWrap__arrow-chevron::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}
.ID-BTS .toTopWrap__arrow-chevron:nth-of-type(1)::before,
.ID-BTS .toTopWrap__arrow-chevron:nth-of-type(1)::after {
  content: " ";
  background: #8c00ff;
  background: #033eff;
}
.ID-BTS .toTopWrap__arrow-chevron:nth-of-type(2)::before,
.ID-BTS .toTopWrap__arrow-chevron:nth-of-type(2)::after {
  content: " ";
  background: #033eff;
}
.ID-BTS .toTopWrap__arrow-chevron:nth-of-type(3)::before,
.ID-BTS .toTopWrap__arrow-chevron:nth-of-type(3)::after {
  content: " ";
  background: #fb00ff;
  background: #033eff;
}
.ID-BTS .pdtag__img img {
  max-width: 100%;
  width: 100%;
  margin: 0px auto 30px;
  max-width: 300px;
  max-height: 300px;
  object-fit: contain;
}
.ID-BTS a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ID-BTS .navBox {
  display: none;
  background: #ffffff;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  width: 100%;
  margin: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ID-BTS .navBox-logo {
  width: 20%;
}
.ID-BTS .navBox-logo img {
  max-width: 95px;
}
.ID-BTS .navBox .navBoxFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1280px;
  margin: auto;
}

.ID-BTS .navBox .msi__container {
  padding: 0;
}
.ID-BTS .navBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.ID-BTS .navBox-flex a {
  color: #626262;
  font-size: 22px;
  text-align: center;
  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;
  font-weight: 500;
  word-break: break-word;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: 200% auto;
  line-height: 1;
  padding: 0 5px;
  margin: 2%;
  width: 40%;
}
.ID-BTS .navBox-flex a:hover,
.ID-BTS .navBox-flex .active {
  color: #ee3b24;
  font-size: 16px;
}

@media (min-width: 768px) {
  .ID-BTS .navBox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 996px) {

  .ID-BTS .pdtag__img img {
    margin: 0 auto;
    max-width: 400px;
    max-height: 350px;

  }

  .ID-BTS .navBox-logo {
    width: 10%;
  }
  .ID-BTS .navBox.sticky {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 200;
    background: rgba(237, 240, 245, 0.95);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    background: #fff;
    border-radius: 0;
  }
  .ID-BTS .navBox.sticky .msi__container {
    max-width: 100%;
  }
  .ID-BTS .navBox.sticky .navBox-flex a {
    min-height: auto;
    padding: 5px;
  }
  .ID-BTS .navBox {
    display: block;
    background: #ffffff;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
    width: 80%;
    margin: auto;
    border-radius: 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .ID-BTS .navBox .navBoxFlex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 90%;
  }
  .ID-BTS .navBox-flex {
    width: 90%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ID-BTS .navBox-flex a:nth-last-of-type(1) {
    margin-right: 0;
  }
  .ID-BTS .navBox-flex a {
    color: #626262;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-right: 2%;
    width: auto;
  }
  .ID-BTS .navBox-flex a:hover {
    color: #245aee;
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .ID-BTS .navBox-flex {
    width: 90%;
  }
  .ID-BTS .navBox-flex a {
    color: #626262;
    font-size: 16px;
  }
  .ID-BTS .navBox-flex a:hover {
    color: #245aee;
    font-size: 17px;
  }
}
@media (min-width: 1930px) {
  .ID-BTS .navBox {
    top: 5%;
  }
  .ID-BTS .navBox-flex a {
    color: #626262;
    font-size: 16px;
    padding: 1%;
  }
  .ID-BTS .navBox-flex a:hover {
    color: #626262;
    font-size: 17px;
  }
}
.ID-BTS .kv {
  position: relative;
  overflow: hidden;
  background-color: #f5f2f3;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #910403;
}

.ID-BTS .kv picture {
  display: grid;
}

.ID-BTS .kv picture img{
  width: 100%;
}

.ID-BTS .kv__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  width: 70%;
  max-width: 350px;
}

.ID-BTS .kv__flex img {
  width: 48%;
}
.ID-BTS .kv__mainBoxWrap {
  width: 100%;
  padding: 35px 25px 0;
  margin: 0% auto 0;
  text-align: left;
  /* position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0%); */
}
.ID-BTS .kv__mainBox {
  position: relative;
  text-align: center;
  color: #fff;
}
.ID-BTS .kv__mainBox h1 {
  line-height: 0;
  text-indent: -9999px;
  padding: 0;
  margin: 0;
}

.ID-BTS .kv__mainBox h2{
  text-align: center;
  margin-bottom: 20px;
  text-align: left;
  color: #f3cf8e;
  font-size: 25px;
}

.ID-BTS .kv__mainBox-sub {
  color: #fff;
  font-size: 1.1rem;
  text-align: left;
  line-height: 1.3;
}
.ID-BTS .kv__mainBox-sub em {
  color: #fec400;
  font-weight: 600;
}
.ID-BTS .kv__mainBox-txt {
  color: #626262;
  font-size: 17px;
  margin: 3% auto 1%;
  font-weight: 600;
}
.ID-BTS .kv__mainBox-txt b {
  color: #334eac;
}
.ID-BTS .kv__mainBox-date {
  background: linear-gradient(135deg, #efd089, #fff099, #f1d58b, #fff099);
  border-radius: 30px;
  padding: 10px 35px;
  display: inline-block;
  margin: 0 auto 1%;
  text-align: center;
}
.ID-BTS .kv__mainBox-date p {
  color: #68100b;
  font-size: 14px;
  font-weight: bold;
}
.ID-BTS .kv__mainBox-note {
  color: #ffffff;
  font-size: 15px;
  text-align: left;
  margin-top: 25px;
}
.ID-BTS .kv-floatBox {
  display: none;
}

.ID-BTS .kv__logoBox img {
  width: 80px;
  margin: auto;
}
.ID-BTS .kv__logoBox {
  margin: auto;
  margin-top: -44%;
  position: relative;
  right: auto;
  top: auto;
}

.ID-BTS .kv__logoBox p {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 5px;
}
@media (min-width: 499px) {
  .ID-BTS .kv__mainBoxWrap {
    width: 90%;
  }

  .ID-BTS .kv-txt {
    color: #626262;
    font-size: 20px;
  }
  .ID-BTS .kv-icon {
    max-width: 260px;
    max-width: 20rem;
  }
  .ID-BTS .kv-date p {
    color: #334eac;
    font-size: 20px;
  }
}
@media (min-width: 996px) {
  .ID-BTS .kv__mainBox h2{
    font-size: 40px;
  }
  .ID-BTS .kv__mainBox-sub {
    font-size: 1.3rem;

  }
  .ID-BTS .kv__logoBox p {
    text-align: right;
  }
  .ID-BTS .kv__mainBox-note {
    color: #434343;
    text-align: left;
  }  
  .ID-BTS .kv__logoBox img {
    margin-right: 0;
  }
  .ID-BTS .kv-floatBox {
    display: block;
  }
  .ID-BTS .kv__mainBox {
    text-align: left;
  }

  .ID-BTS .kv__mainBox-sub {
    font-size: 1vw;
  }
  .ID-BTS .kv__mainBoxWrap {
    position: absolute;
    right: 11%;
    top: 56%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30%;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .ID-BTS .kv__mainBox-date p {
    font-size: 1.2vw;
  }
  .ID-BTS .kv-floatBox-img {
    position: absolute;
  }
  .ID-BTS .kv-floatBox-img--1 {
    width: 19vw;
    top: 16%;
    left: -2%;
    animation: flaot 3s infinite linear;
  }
  .ID-BTS .kv-floatBox-img--2 {
    width: 19vw;
    bottom: -3%;
    left: 30%;
    animation: flaot1 3s infinite linear;
  }
  .ID-BTS .kv-floatBox-img--3 {
    width: 19vw;
    right: -2%;
    top: 49%;
    animation: flaot2 3s infinite linear;
  }
  .ID-BTS .kv__logoBox {
    position: absolute;
    right: 7%;
    top: 27%;
    margin-top: 0;
  }
}
@media (min-width: 1300px) {
  .ID-BTS .kv__mainBoxWrap {
    position: absolute;
    right: 8%;
    top: 56%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 38%;
    padding: 0 3%;
    margin: 0;
  }
  .ID-BTS .kv__logoBox {
    right: 10%;
  }
}

@media (min-width: 1930px) {
  .ID-BTS .kv {
    margin-top: -3%;
  }
  .ID-BTS .kv__mainBoxWrap {
    right: 9%;
    width: 35%;
  }
  .ID-BTS .kv__logoBox {
    top: 28%;
  }
  .ID-BTS .kv__logoBox img {
    width: 100px;
  }
  .ID-BTS .kv__mainBox-sub {
    font-size: 1vw;
  }
  .ID-BTS .kv__mainBox-txt {
    color: #626262;
    font-size: 36px;
  }
  .ID-BTS .kv__mainBox-date {
    background: linear-gradient(135deg, #fec400, #fec400);
    padding: 10px 30px;
  }
  .ID-BTS .kv__mainBox-date p {
    color: #fefefe;
    font-size: 1vw;
    font-weight: bold;
  }
  .ID-BTS .kv__mainBox-note {
    font-size: 20px;
  }
}
.ID-BTS .marqueeBar {
  padding-top: 5%;
  position: relative;
  width: 100vw;
  max-width: 100%;
  padding: 1rem 0;
  background: #285d50;
  z-index: 3;
  display: block;
  overflow: hidden;
}
.ID-BTS .marqueeBar-bg {
  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;
  position: relative;
  z-index: 5;
  width: 200%;
  animation: marquee 40s linear infinite;
}
.ID-BTS .marqueeBar-txt {
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  padding: 8px 0;
  flex-shrink: 0;
  display: inline-block;
}
.ID-BTS .marqueeBar-txt span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 15px;
}

@media (max-width: 576px) {
  .ID-BTS .marqueeBar-bg {
    animation: marquee 20s linear infinite;
  }
}

@media (min-width: 499px) {
  .ID-BTS .marqueeBar-txt {
    font-size: 18px;
  }
  .ID-BTS .marqueeBar-txt span {
    font-size: 18px;
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .ID-BTS .marqueeBar-txt {
    font-size: 20px;
  }
  .ID-BTS .marqueeBar-txt span {
    font-size: 20px;
    padding: 0 25px;
  }
}

@media (min-width: 996px) {

  .ID-BTS .marqueeBar-txt {
    font-size: 22px;
  }
  .ID-BTS .marqueeBar-txt span {
    font-size: 22px;
    padding: 0 30px;
  }
}



.ID-BTS .pd {
  position: relative;
  padding: 5% 0 0;
  background: url(https://storage-asset.msi.com/event/2025/ID/build-your-christmas-dream/images/promosi.jpg)
    no-repeat bottom center;
  background-size: cover;
  /* background-attachment: fixed;  */
}

.ID-BTS .pd__titleBox {
  text-align: center;
  margin-bottom: 5%;
}
.ID-BTS .pd__titleBox h2 {
  font-size: 2.2rem;
  color: #e2c37e;
}
.ID-BTS .pd__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ID-BTS .pbm.exclusive {
  position: relative;
  padding: 5% 0;
  background: url(https://storage-asset.msi.com/event/2025/ID/build-your-christmas-dream/images/exclusive-bg.png) no-repeat bottom center;
  background-size: cover;
}
/* .ID-BTS .exclusive .pbm__titleBox h2 {
  color: #fff;
} */
.ID-BTS .exclusive .pbm__titleBox p {
  color: #fff;
}
.ID-BTS .exclusive-giftFlex {
  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;
  min-height: 98px;
}
.ID-BTS .exclusive .pbmContent__itemBox::after {
  content: "";
  position: absolute;
  top: 20%;
  width: 100%;
  height: 80%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 2px 15px rgba(163, 164, 168, 0.6);
  box-shadow: 4px 2px 15px rgba(163, 164, 168, 0.6);
}
.ID-BTS .exclusive .pbmContent__itemBox:nth-last-of-type(1):after {
  content: "";
  position: absolute;
  top: 20%;
  width: 100%;
  height: 80%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 2px 15px rgba(163, 164, 168, 0.6);
  box-shadow: 4px 2px 15px rgba(163, 164, 168, 0.6);
}
.ID-BTS .exclusive .pbmContent-imgBox {
  max-width: 300px;
}
.ID-BTS .exclusive-giftFlex p {
  width: 50%;
  text-align: left;
}
.ID-BTS .exclusive-giftFlex img {
  max-width: 100px;
  margin-left: 10px;
}
.ID-BTS .pbm {
  position: relative;
  padding: 5% 0;
  background: url(https://storage-asset.msi.com/event/2025/ID/build-your-christmas-dream/images/bg.png)
    no-repeat top center;
  background-size: cover;
}

.ID-BTS .pbm__titleBox {
  text-align: center;
  padding-bottom: 5%;
}
.ID-BTS .pbm__titleBox h2 {
  color: #e9c981;
  font-size: 32px;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.ID-BTS .pbm__titleBox p {
  color: #ffffff;
  font-size: 20px;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 20px;
  line-height: 1.5;
}
.ID-BTS .pbmContentWrap {
  display: none;
}
.ID-BTS .pbmContent {
  margin-top: 15%;
}
.ID-BTS .pbmContent--active {
  display: block;
}
.ID-BTS .pbmContent__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ID-BTS .pbmContent__flexBox .pbmContent__itemBox:nth-of-type(2) ul {
  min-height: 144px;
}
.ID-BTS .pbmContent__itemBox {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.ID-BTS .pbmContent__itemBox::after {
  content: "";
  position: absolute;
  top: 10%;
  width: 100%;
  height: 75%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 2px 15px rgba(163, 164, 168, 0.6);
  box-shadow: 4px 2px 15px rgba(163, 164, 168, 0.6);
}
.ID-BTS .pbmContent__itemBox:nth-last-of-type(1):after {
  content: "";
  position: absolute;
  top: 10%;
  width: 100%;
  height: 60%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 2px 15px rgba(163, 164, 168, 0.6);
  box-shadow: 4px 2px 15px rgba(163, 164, 168, 0.6);
}
.ID-BTS .pbmContent__itemBox:hover {
  -webkit-filter: drop-shadow(0 3px 10px rgba(202, 138, 255, 0.5));
  filter: drop-shadow(0 3px 10px rgba(202, 138, 255, 0.5));
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.ID-BTS .pbmContent__itemBox:hover::after {
  border: 3px solid #fec400;
}
.ID-BTS .pbmContent__itemBox--1:hover {
}
.ID-BTS .pbmContent__itemBox--1 .pbmContent-txtBox li {
  color: #858585;
  font-size: 17px;
}
.ID-BTS .pbmContent__itemBox--2:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.ID-BTS .pbmContent__itemBox--2::after {
}
.ID-BTS .pbmContent__itemBox--3:hover {
  /* -webkit-transform: scale(0.97);
  transform: scale(0.97); */
}
.ID-BTS .pbmContent__itemBox--3 .pbmContent-txtBox li {
  color: #858585;
  font-size: 15px;
}
.ID-BTS .pbmContent-txtBox {
  padding: 0 8% 5%;
  text-align: center;
}
.ID-BTS .pbmContent-txtBox h3 {
  color: #5e5e5e;
  font-size: 22px;
  font-weight: 600;
  background-color: #d4d4d4;
  padding: 8px 10%;
  border-radius: 20px;
  display: inline-block;
  width: 80%;
  margin-top: 5%;
}
.ID-BTS .pbmContent-txtBox li {
  color: #858585;
  font-size: 17px;
  font-weight: 600;
  padding: 2px 0;
}
.ID-BTS .pbmContent-txtBox-txt {
  color: #858585;
  font-size: 17px;
  font-weight: 600;
  padding: 2px 0;
}
.ID-BTS .pbmContent-txtBox--highlight {
  color: #858585;
  font-size: 15px;
  font-weight: 600;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 5px 20px;
  display: inline-block;
  margin: 5% 2%;
}
.ID-BTS .pbmContent-txtBox--btn {
  color: #ffffff;
  background: linear-gradient(
    to right,
    rgba(178, 23, 28, 1) 0%,
    rgba(236, 33, 41, 1) 100%
  );
  padding: 10px 25px;
  display: inline-block;
  margin: 5% 2%;
  border-radius: 30px;
  width: 80%;
}
.ID-BTS .pbmContent-txtBox em {
  color: #858585;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
}
.ID-BTS .pbmContent-txtBox b {
  color: #ffffff;
  font-size: 20px;
}
.ID-BTS .pbmContent-wrapBox {
  position: relative;
  z-index: 1;
}
.ID-BTS .pbmContent-imgBox {
  max-width: 180px;
  margin: 5% auto;
}
.ID-BTS .pbmContent-item {
  margin-top: -5%;
}

.ID-BTS .pbmContent-item img {
  max-height: 110px;
  width: 100%;
  object-fit: contain;
}

.ID-BTS .pbmContent-note {
  text-align: center;
  color: #fff;
  font-size: 15px;
}

.ID-BTS .exclusive__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5% 0;
}
.ID-BTS .exclusive-item {
  position: relative;
  margin: 5% auto;
}
.ID-BTS .exclusive-item:nth-last-of-type(1) a .exclusive-txt p {
  font-size: 3vw;
}
.ID-BTS .exclusive-item:nth-of-type(1) .exclusive-txt p {
  color: #fff;
}
.ID-BTS .exclusive-item a {
  display: block;
  filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.2));
}
.ID-BTS .exclusive-item a:hover {
  transform: scale(1.03);
}
.ID-BTS .exclusive-txt {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}
.ID-BTS a .exclusive-txt p {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.ID-BTS .exclusive .pbmContent__flexBox .pbmContent__itemBox:nth-of-type(1) ul {
  min-height: 168px;
}
.ID-BTS .exclusive .pbmContent__itemBox:after {
  height: 80%;
}
.ID-BTS .exclusive .pbmContent__itemBox:nth-last-of-type(1):after {
  height: 80%;
}
.ID-BTS .pbm__titleBox-flex img {
  max-width: 200px;
  width: 80%;
  margin: 5% auto;
}
@media (min-width: 499px) {
  .ID-BTS .pbmContent__itemBox {
    width: 80%;
  }
}
.ID-BTS .pbmContent-txtBox ul {
  margin: 5% auto 0;
}
@media (min-width: 996px) {
  .ID-BTS .exclusive-item:nth-last-of-type(1) a .exclusive-txt p {
    font-size: 22px;
  }
  .ID-BTS .exclusive-item {
    margin: 0;
  }
  .ID-BTS .exclusive-item:nth-of-type(1) {
    margin-right: 5%;
  }
  .ID-BTS .pbm__titleBox-flex {
    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;
  }
  .ID-BTS .pbm__titleBox-flex img {
    flex: 0 0 20%;
    margin: 0;
    margin-right: 2%;
    max-width: 100%;
    width: auto;
  }
  .ID-BTS .pbmContent-txtBox em {
    font-size: 1.1rem;
  }
}

@media (min-width: 1930px) {
  .ID-BTS .pbm {
    position: relative;
    padding: 5% 0;
    background: url(https://storage-asset.msi.com/event/2025/ID/Back_To_School_2025/images/pbm-bg.jpg)
      no-repeat bottom center;
    background-size: cover;
  }
  .ID-BTS .pbmContent__itemBox .pbmContent-txtBox li {
    font-size: 1.2rem;
  }
}

@media (min-width: 499px) {
  .ID-BTS .pbmContent {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .ID-BTS .pbmContent__flexBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ID-BTS .pbmContent__itemBox {
    margin: 0 10px;
    width: auto;
    width: calc(100% / 3 - 30px);
  }
  .ID-BTS .exclusive__flexBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 996px) {
  .ID-BTS .pbmContent__flexBox {
    width: 90%;
  }
}
@media (min-width: 1300px) {
  .ID-BTS .pbmContent__flexBox {
    width: 75%;
  }
}
@media (min-width: 1440px) {
  .ID-BTS .pbmContent__flexBox {
    width: 70%;
  }
}
@media (min-width: 1681px) {
  .ID-BTS .pbmContent__flexBox {
    width: 57%;
  }
}
.ID-BTS .redeem {
  position: relative;
  padding: 5% 0;
  background-image: linear-gradient(
    157deg,
    #05020c 20%,
    #2a0769 40%,
    #05020c 100%
  );
  background: url(https://storage-asset.msi.com/event/2025/ID/build-your-christmas-dream/images/redeem-bg.jpg)
    no-repeat top center;
  background-size: cover;
}
.ID-BTS .redeem__titleBox {
  text-align: center;
  margin-bottom: 5%;
}
.ID-BTS .redeem__titleBox h2 {
  color: #404040;
  font-size: 32px;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.ID-BTS .redeem__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ID-BTS .redeem hr {
  width: 10vw;
  height: 1px;
  margin-top: 9%;
  display: none;
}
.ID-BTS .redeem__stepBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 3% auto;
  text-align: center;
}
.ID-BTS .redeem__stepBox-icon {
  max-width: 140px;
  margin: auto;
}
.ID-BTS .redeem__stepBox-text h3 {
  color: #404040;
  font-size: 24px;
  margin-bottom: 7%;
  padding: 3px;
}
.ID-BTS .redeem__stepBox-txt p {
  color: #404040;
  font-size: 17px;
}
.ID-BTS .redeem__stepBox-txt p.redeem__stepBox-note {
  color: #404040;
  font-size: 14px;
  margin-top: 3%;
}
.ID-BTS .redeem__stepBox-txt a {
  color: #8b3426;
  font-size: 17px;
  display: block;
}
.ID-BTS .redeem__stepBox-txt a:hover {
  text-decoration: underline;
}
.ID-BTS .redeem__linkBoxWrap {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 5%;
  width: 100%;
}
.ID-BTS .redeem__linkBox {
  border-radius: 30px;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  margin: 1%;
  background: #ffffff96;
  cursor: pointer;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 3px solid #fec400;
  border-radius: 30px;
}
.ID-BTS .redeem__linkBox:hover {
  background: #fec400;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-filter: drop-shadow(0 3px 10px rgba(190, 190, 190, 0.8));
  filter: drop-shadow(0 3px 10px rgba(190, 190, 190, 0.8));
}
.ID-BTS .redeem__linkBox:hover a {
  color: #4b4b4b;
}
.ID-BTS .redeem__linkBox a {
  color: #4b4b4b;
  font-size: 20px;
}
@media (min-width: 499px) {
  .ID-BTS .redeem__stepBox {
    width: 80%;
  }
  .ID-BTS .redeem__linkBox {
    width: 80%;
  }
}
@media (min-width: 576px) {
  .ID-BTS .redeem__stepBox {
    width: calc(50% - 20px);
    margin: 3% 0;
  }
}
@media (min-width: 768px) {
  .ID-BTS .redeem__linkBox {
    width: auto;
  }
}
@media (min-width: 996px) {
  /* .ID-BTS .redeem {
    background: url(https://storage-asset.msi.com/event/2025/ID/Back_To_School_2025/images/redeem-bg.jpg)
      no-repeat top center;
    background-size: cover;
  } */
  .ID-BTS .redeem__titleBox h2 {
    color: #404040;
    font-size: 50px;
  }
  .ID-BTS .redeem__flexBox {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .ID-BTS .redeem__stepBox {
    width: calc(25% - 20px);
  }
  .ID-BTS .redeem hr {
    display: block;
  }
  .ID-BTS .redeem__linkBoxWrap {
    width: 80%;
  }
}
@media (min-width: 1930px) {
  .ID-BTS .redeem__linkBox a {
    font-size: 1.4rem;
  }
  .ID-BTS .redeem__stepBox-txt p {
    font-size: 1.4rem;
  }
  .ID-BTS .redeem hr {
    width: 2vw;
  }
  .ID-BTS .redeem__stepBox {
    width: 25%;
  }
}
.ID-BTS .Lucky_Draw {
  position: relative;
  padding: 5% 0 5%;
  background: url(https://storage-asset.msi.com/event/2025/ID/build-your-christmas-dream/images/lucky-draw-bg.png) no-repeat top center;
  background-size: cover;
}

.ID-BTS .Lucky_Draw-title { 
  text-align: center;
  margin-bottom: 5%;
  max-width: 300px;
  margin: 0 auto 50px;
}

.ID-BTS .luckyDraw__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.ID-BTS .luckyDraw__item {
  width: 100%;
  max-width: 600px;
  color: #ffffff;
  padding: 50px 25px;
  position: relative;
  z-index: 1;
  line-height: 1.8;
  background-color: #0000009e;
  margin: 0 auto;
}

.ID-BTS .luckyDraw__item span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #54fefb;
}

.ID-BTS .luckyDraw__btn {
  display: inline-block;
  padding: 5px 30px;
  background: #54fefb;
  color: #000;
  border-radius: 30px;
  text-decoration: none;
  margin-top: 20px;
}

.ID-BTS .luckyDraw__btn:hover {
  background: #000;
  color: #54fefb;
}

.ID-BTS .Lucky_Draw-img {
  text-align: right;
  margin-top: 50px;
  position: absolute;
  right: 0;
  bottom: 6%;
  line-height: 0;
}
.ID-BTS .Lucky_Draw-img img {
  width: 80%;
  margin: 0 auto;
}

.ID-BTS .Lucky_Draw-snow {
  text-align: right;
  margin-top: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0;
}

@media (min-width: 996px) {
  .ID-BTS .luckyDraw__item {
    background-color: transparent;
    margin: 0;
  }
}


.ID-BTS .wtb {
  position: relative;
  padding: 5% 0;
  background-image: linear-gradient(157deg, #910101 20%, #870102 40%, #550101 100%);
  /* background: url(https://storage-asset.msi.com/event/2025/ID/Back_To_School_2025/images/wtb-bg.jpg)
    no-repeat top center #fad240; */
  background-size: contain;
  /* background-attachment: fixed; */
}
.ID-BTS .wtb img {
  width: auto;
  margin: auto;
}
.ID-BTS .wtb__titleBox {
  text-align: center;
  margin-bottom: 5%;
}
.ID-BTS .wtb__titleBox h2 {
  color: #ffffff;
  font-size: 32px;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 996px) {
  .ID-BTS .wtb__titleBox h2 {
    color: #ffffff;
    font-size: 50px;
  }
}
.ID-BTS .promo {
  position: relative;
  padding: 5% 0;
  background-image: linear-gradient(157deg, #910101 20%, #870102 40%, #550101 100%);
  /* background: url(https://storage-asset.msi.com/event/2025/ID/Back_To_School_2025/images/promo-bg.jpg)
    no-repeat top center #fec70a; */
  background-size: cover;
  /* background-attachment: fixed; */
}
.ID-BTS .promo__titleBox {
  text-align: center;
  margin-bottom: 5%;
}
.ID-BTS .promo__titleBox h2 {
  color: #ffffff;
  font-size: 32px;
  font-family: "poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.ID-BTS .promo__flexBox {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ID-BTS .promo__itemBox {
  width: 100%;
  margin: 5% 1%;
}
.ID-BTS .promo__imgBox {
  margin-bottom: 3%;
}
.ID-BTS .promo__imgBox a {
  display: block;
  margin: auto;
  text-align: center;
  background: #1a3369;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.ID-BTS .promo__imgBox a img {
  border-radius: 20px 20px 0 0;
}
.ID-BTS .promo__textBox {
  text-align: center;
}
.ID-BTS .promo__textBox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 5% 0;
}
.ID-BTS .promo__textBox-txt {
  background: linear-gradient(135deg, #ebebeb, #e2e2e2);
  border-radius: 30px;
  padding: 8px 30px;
  display: inline-block;
  text-align: center;
  margin: 1% 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.ID-BTS .promo__textBox-txt p {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}
.ID-BTS .promo__textBox h4 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 2%;
}
.ID-BTS .promo__textBox h4 ~ p {
  color: #fff;
  font-size: 17px;
}
.ID-BTS .promo__textBox h4 ~ p ~ a {
  color: #fff;
  font-size: 17px;
  margin-top: 2%;
  display: inline-block;
  border-bottom: 1px solid;
  position: relative;
}
.ID-BTS .promo__textBox h4 ~ p ~ a::after {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  display: none;
}
.ID-BTS .promo__textBox h4 ~ p ~ a:hover::after {
  content: ">";
  display: block;
  position: absolute;
  left: auto;
  right: -20%;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.ID-BTS .promo__textBox h4 ~ p ~ a:hover {
  border-bottom: 1px solid transparent;
  color: #c08feb;
}
@media (min-width: 499px) {
  .ID-BTS .promo__itemBox {
    width: 80%;
  }
}
@media (min-width: 996px) {
  .ID-BTS .promo__textBox-txt {
    margin: 0 1%;
  }
  .ID-BTS .promo__textBox-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ID-BTS .promo__titleBox h2 {
    color: #ffffff;
    font-size: 50px;
  }
  .ID-BTS .promo__itemBox {
    width: calc(50% - 30px);
  }
  .ID-BTS .promo__textBox {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .ID-BTS .promo__itemBox {
    width: calc(40% - 30px);
    margin: 2% 1%;
  }
}
@media (min-width: 1930px) {
  .ID-BTS .promo__textBox h4 {
    font-size: 2rem;
  }
  .ID-BTS .promo__textBox h4 ~ p {
    font-size: 1.4rem;
  }
  .ID-BTS .promo__textBox-txt p {
    font-size: 1.4rem;
  }
  .ID-BTS .promo__itemBox {
    width: calc(50% - 30px);
  }
}

/*# sourceMappingURL=main.css.map */