.project {
  overflow-x: clip;
  color: #222;
  background-color: #f8e8f5;
  background-image: url("https://storage-asset.msi.com/event/2026/tw/2026vipcare/images/index-bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@supports (background-image: url("data:image/webp;base64,UklGRhoAAABXRUJQVlA4TA0AAAAvAAAAEAcQERGIiP4HAA==")) {
  .project {
    background-image: url("https://storage-asset.msi.com/event/2026/tw/2026vipcare/images/index-bg.webp");
  }
}
.project img {
  max-width: 100%;
  height: auto;
}

.kv {
  position: relative;
}
.kv img {
  width: 100%;
  height: auto;
}

.offers {
  padding: 0 16px 40px;
}
@media (min-width: 996px) {
  .offers {
    padding: 0 24px 56px;
  }
}
.offers__inner {
  margin: 0 auto;
  max-width: 1280px;
}
.offers__heading {
  margin: 0 0 20px;
  text-align: center;
}
.offers__heading img {
  width: min(75%, 400px);
  margin: 0 auto;
}
.offers__list {
  display: grid;
  gap: 36px;
}
@media (min-width: 996px) {
  .offers__list {
    gap: 48px;
  }
}

.offer-btns {
  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;
  gap: 30px;
  margin-top: -4.5%;
}
@media (min-width: 996px) {
  .offer-btns {
    gap: 80px;
    margin-top: -3%;
  }
}
.offer-btns a {
  display: inline-block;
  width: 20%;
  -webkit-transition: -webkit-filter 0.15s ease-in-out;
  transition: -webkit-filter 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out;
  transition: filter 0.15s ease-in-out, -webkit-filter 0.15s ease-in-out;
}
.offer-btns a:hover {
  -webkit-filter: brightness(1.1) hue-rotate(20deg) saturate(2);
          filter: brightness(1.1) hue-rotate(20deg) saturate(2);
}

.notes {
  padding: 32px 16px 40px;
}
@media (min-width: 996px) {
  .notes {
    padding: 40px 24px 48px;
  }
}
.notes__inner {
  margin: 0 auto;
  max-width: 1280px;
}
.notes__title {
  margin: 0 0 14px;
  text-align: center;
  font-size: clamp(24px, 4.5vw, 36px);
  font-weight: 800;
}
.notes__intro {
  margin: 0 0 16px;
  font-size: clamp(13px, 1.9vw, 15px);
  line-height: 1.6;
  text-align: center;
  color: #666;
}
.notes__list {
  margin: 0;
  padding: 0 0 0 1.35em;
}
.notes__list li {
  margin: 0 0 10px;
  font-size: clamp(12px, 1.8vw, 14px);
  line-height: 1.7;
}
.notes__more {
  margin: 20px 0 0;
  text-align: center;
}
.notes__more a {
  font-weight: 700;
  text-decoration: underline;
}

.common-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 25px;
}

.common-title {
  margin: 0 0 24px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 996px) {
  .common-title {
    font-size: 36px;
  }
}

.join {
  background: #353eb7;
  padding: 48px 0;
  color: #fff;
  text-align: center;
}
@media (min-width: 996px) {
  .join {
    padding: 60px 0;
  }
}
.join__box {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}
.join__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
  max-width: 720px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .join__qr {
    gap: 48px;
  }
}
.join__qr-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
}
.join__qr-item img {
  display: block;
  width: min(100%, 200px);
  margin: 0 auto;
}
@media (min-width: 996px) {
  .join__qr-item img {
    width: min(100%, 240px);
  }
}

.store {
  background: #353eb7;
  color: #fff;
  padding: 40px 0 48px;
  text-align: center;
}
@media (min-width: 996px) {
  .store {
    padding: 50px 0;
  }
}

#msi_twYrsale {
  font-size: 18px;
  line-height: 1.8;
  text-align: left;
}
#msi_twYrsale .wtb__box {
  background: #fff;
  color: #222;
  margin-top: 32px;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  -webkit-box-shadow: 0 8px 24px rgba(53, 62, 183, 0.25);
          box-shadow: 0 8px 24px rgba(53, 62, 183, 0.25);
}
@media (min-width: 996px) {
  #msi_twYrsale .wtb__box {
    margin-top: 45px;
  }
}
#msi_twYrsale .wtb__box-info {
  background: #ff3dd1;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 15px;
  text-align: center;
}
#msi_twYrsale .wtb__box-info.sub-info {
  background: #b025c8;
  font-size: 20px;
  padding: 10px;
}
#msi_twYrsale .e-shopFlex__item {
  padding: 24px 16px;
  text-align: center;
  background: rgb(254.60625, 253.6, 255);
}
#msi_twYrsale .e-shopFlex__item img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (min-width: 996px) {
  #msi_twYrsale .e-shopFlex__item img {
    height: 120px;
    width: auto;
  }
}
#msi_twYrsale .wtb__box-title,
#msi_twYrsale .wtb__box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#msi_twYrsale .wtb__box-title li,
#msi_twYrsale .wtb__box-content li {
  padding: 15px;
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  word-break: break-word;
}
#msi_twYrsale .wtb__box-title li:nth-child(1),
#msi_twYrsale .wtb__box-content li:nth-child(1) {
  width: 40%;
}
#msi_twYrsale .wtb__box-title li:nth-child(2),
#msi_twYrsale .wtb__box-content li:nth-child(2) {
  width: 20%;
}
#msi_twYrsale .wtb__box-title li:nth-child(3),
#msi_twYrsale .wtb__box-content li:nth-child(3) {
  width: 40%;
}
#msi_twYrsale .wtb__box-title li:nth-child(4),
#msi_twYrsale .wtb__box-content li:nth-child(4) {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#msi_twYrsale .wtb__box-title li:nth-child(4) a,
#msi_twYrsale .wtb__box-content li:nth-child(4) a {
  position: relative;
  display: block;
  color: #fff;
  background: #b025c8;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#msi_twYrsale .wtb__box-title li:nth-child(4) a:hover,
#msi_twYrsale .wtb__box-content li:nth-child(4) a:hover {
  opacity: 0.6;
}
#msi_twYrsale .wtb__box-title li:nth-child(4) a .fa-map-marker,
#msi_twYrsale .wtb__box-content li:nth-child(4) a .fa-map-marker {
  display: none;
}
#msi_twYrsale .wtb__box-title li:nth-child(4) a::before,
#msi_twYrsale .wtb__box-content li:nth-child(4) a::before {
  font-family: msi-icons;
  content: "\f044";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#msi_twYrsale .wtb__box-title li:nth-child(4) a[style*=none]::before,
#msi_twYrsale .wtb__box-content li:nth-child(4) a[style*=none]::before {
  content: none;
}
#msi_twYrsale .wtb__box-title {
  background: #f6dfff;
  color: #222;
}
#msi_twYrsale .wtb__box-content:hover {
  background: white;
}
#msi_twYrsale .wtb__box-content li:nth-child(2) a {
  color: #245dff;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
}
#msi_twYrsale .wtb__box-content li:nth-child(2) a:hover {
  opacity: 0.6;
  color: #245dff;
}
#msi_twYrsale .wtb__box-content li:nth-child(2) a::before {
  content: none;
}/*# sourceMappingURL=main.css.map */