@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes linkBg {
  0% {
    background-position: 0% 50%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(12%, rgb(255, 0, 173)), to(rgb(0, 120, 255)));
    background-image: linear-gradient(to left, rgb(255, 0, 173) 12%, rgb(0, 120, 255) 100%);
    background-size: 400%;
  }
  50% {
    background-position: 100% 50%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(12%, rgb(255, 0, 173)), to(rgb(0, 120, 255)));
    background-image: linear-gradient(to left, rgb(255, 0, 173) 12%, rgb(0, 120, 255) 100%);
    background-size: 400%;
  }
  100% {
    background-position: 0% 50%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(12%, rgb(255, 0, 173)), to(rgb(0, 120, 255)));
    background-image: linear-gradient(to left, rgb(255, 0, 173) 12%, rgb(0, 120, 255) 100%);
    background-size: 400%;
  }
}
@keyframes linkBg {
  0% {
    background-position: 0% 50%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(12%, rgb(255, 0, 173)), to(rgb(0, 120, 255)));
    background-image: linear-gradient(to left, rgb(255, 0, 173) 12%, rgb(0, 120, 255) 100%);
    background-size: 400%;
  }
  50% {
    background-position: 100% 50%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(12%, rgb(255, 0, 173)), to(rgb(0, 120, 255)));
    background-image: linear-gradient(to left, rgb(255, 0, 173) 12%, rgb(0, 120, 255) 100%);
    background-size: 400%;
  }
  100% {
    background-position: 0% 50%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(12%, rgb(255, 0, 173)), to(rgb(0, 120, 255)));
    background-image: linear-gradient(to left, rgb(255, 0, 173) 12%, rgb(0, 120, 255) 100%);
    background-size: 400%;
  }
}
.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);
}

.StayConnected {
  overflow: hidden;
  background: url(https://storage-asset.msi.com/event/2024/US/stayconnected/images/kv-bg.jpg) no-repeat #121212 top center;
  background-size: 200%;
  position: relative;
}
@media (min-width: 996px) {
  .StayConnected {
    background-size: contain;
  }
}
.StayConnected .commonTitle {
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  margin-bottom: 2%;
  font-family: "arponasans", sans-serif;
}
@media (min-width: 499px) {
  .StayConnected .commonTitle {
    color: #ffffff;
    font-size: 24px;
  }
}
@media (min-width: 996px) {
  .StayConnected .commonTitle {
    color: #ffffff;
    font-size: 42px;
  }
}
.StayConnected .commonTxt {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.6;
  padding: 1% 0;
}
.StayConnected img {
  max-width: 100%;
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.StayConnected a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.StayConnected .kv {
  position: relative;
  padding: 5% 0;
  font-family: "arponasans", sans-serif;
  z-index: 1;
}
.StayConnected .kv::after {
  content: "";
  position: absolute;
  z-index: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(18, 18, 18)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to top, rgb(18, 18, 18) 0%, rgba(125, 185, 232, 0) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
}
.StayConnected .kv__mainBox {
  text-align: center;
  margin-bottom: 3%;
}
.StayConnected .kv-date {
  color: #340867;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  z-index: 2;
  line-height: 1.1;
  font-weight: 900;
  font-style: italic;
}
.StayConnected .kv-date::before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 3px #fa00c8;
  text-stroke: 3px #fa00c8;
  -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));
  font-weight: 900;
  font-style: italic;
}
.StayConnected .kv h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  margin: 3% auto;
}
.StayConnected .kv-mainTxt {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  width: 90%;
  margin: auto;
  line-height: 1.3;
}
.StayConnected .kv__iconBox {
  max-width: 100px;
  margin: 0 auto 2%;
}
.StayConnected .kv__wrap {
  position: relative;
  width: 60%;
  margin: auto;
  max-width: 720px;
}
.StayConnected .kv__imgBox {
  position: absolute;
  right: -23%;
  top: 18%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  max-width: 200px;
  width: 30%;
}
.StayConnected .kv-note {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 414px) {
  .StayConnected .kv-date {
    color: #340867;
    font-size: 26px;
    line-height: 1.6;
  }
  .StayConnected .kv h1 {
    color: #ffffff;
    font-size: 42px;
  }
  .StayConnected .kv-mainTxt {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.6;
  }
  .StayConnected .kv__iconBox {
    max-width: 140px;
  }
  .StayConnected .kv-note {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (min-width: 576px) {
  .StayConnected .kv-mainTxt {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.6;
  }
  .StayConnected .kv h1 {
    color: #ffffff;
    font-size: 6vw;
    margin: 0 auto;
  }
}
@media (min-width: 996px) {
  .StayConnected .kv h1 {
    color: #ffffff;
    font-size: 4vw;
  }
  .StayConnected .kv-mainTxt {
    color: #ffffff;
    font-size: 1.2vw;
    line-height: 1.6;
    width: 45%;
  }
  .StayConnected .kv__iconBox {
    max-width: 200px;
    margin: 0 auto 2%;
  }
  .StayConnected .kv__iconBox {
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 5;
    max-width: 200px;
    margin: 0;
  }
  .StayConnected .kv__imgBox {
    right: -20%;
    top: 18%;
  }
  .StayConnected .kv-note {
    position: absolute;
    right: 18%;
    bottom: 10%;
    z-index: 1;
  }
}
@media (min-width: 1930px) {
  .StayConnected .kv h1 {
    color: #ffffff;
    font-size: 3vw;
    margin: 2% auto;
  }
  .StayConnected .kv-mainTxt {
    color: #ffffff;
    font-size: 1.2vw;
    line-height: 1.6;
    line-height: 1.2;
    width: 60%;
  }
}
.StayConnected .info {
  background: #121212;
  padding: 10% 0;
}
.StayConnected .info__itemBox {
  margin: 0 4%;
  text-align: center;
}
.StayConnected .info__itemBox:nth-of-type(1) {
  border-bottom: 1px solid #fff;
  padding-bottom: 8%;
}
.StayConnected .info__itemBox:nth-of-type(2) {
  padding-top: 5%;
}
.StayConnected .info h3 {
  color: #c8b4ff;
  font-size: 24px;
  padding: 10px 0;
}
.StayConnected .info p {
  color: #fff;
  font-size: 24px;
}
@media (min-width: 996px) {
  .StayConnected .info {
    padding: 5% 0 10%;
  }
  .StayConnected .info__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .StayConnected .info__itemBox {
    margin: 0 4%;
    text-align: center;
  }
  .StayConnected .info__itemBox:nth-of-type(1) {
    border-right: 1px solid #fff;
    padding-right: 15%;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .StayConnected .info__itemBox:nth-of-type(2) {
    padding-top: 0;
  }
}
.StayConnected .feature {
  position: relative;
}
.StayConnected .feature__bgBox {
  width: 100%;
}
.StayConnected .feature__iconBoxWrap {
  width: 95%;
  margin: 5% auto;
}
.StayConnected .feature__iconBox {
  width: 100%;
}
.StayConnected .feature__iconBox-mid {
  border-left: 1px solid #baa5f1;
  border-right: 1px solid #baa5f1;
  padding: 0;
  position: relative;
}
.StayConnected .feature__iconBox-mid::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -28px;
  z-index: 1;
  background: url(https://storage-asset.msi.com/event/2024/US/stayconnected/images/icon-border-left.png) no-repeat;
  background-size: 100%;
  width: 28px;
  height: 197px;
}
.StayConnected .feature__iconBox-mid::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -14px;
  z-index: 1;
  background: url(https://storage-asset.msi.com/event/2024/US/stayconnected/images/icon-border-right.png) no-repeat;
  background-size: 100%;
  width: 12.9px;
  height: 100%;
}
.StayConnected .feature__itemBox {
  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;
  padding: 12px 5px;
}
.StayConnected .feature__itemBox-txt {
  width: 70%;
}
.StayConnected .feature__itemBox-txt h3 {
  color: #ffffff;
  font-size: 20px;
}
.StayConnected .feature__itemBox-txt p {
  color: #ffffff;
  font-size: 17px;
}
.StayConnected .feature__itemBox-icon {
  margin-right: 4%;
}
.StayConnected .feature__itemBox-icon img {
  max-width: 80px;
}
.StayConnected .feature__textbox {
  text-align: center;
  width: 100%;
  margin: 3% auto;
}
@media (min-width: 414px) {
  .StayConnected .feature__iconBox-mid {
    padding: 0 5%;
    border-left: 2px solid #baa5f1;
    border-right: 2px solid #baa5f1;
  }
  .StayConnected .feature__iconBox-mid::after {
    right: -16px;
    width: 16px;
    height: 580px;
  }
  .StayConnected .feature__itemBox {
    padding: 22px 5px;
  }
  .StayConnected .feature__itemBox-txt h3 {
    color: #ffffff;
    font-size: 22px;
  }
}
@media (min-width: 996px) {
  .StayConnected .feature {
    height: 100vh !important;
  }
  .StayConnected .feature__flexBox {
    position: relative;
    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;
    height: 100vh;
  }
  .StayConnected .feature__iconBoxWrap {
    width: 70%;
    margin: 0;
    margin-right: 25px;
  }
  .StayConnected .feature__bgBox {
    margin-left: -15%;
  }
  .StayConnected .feature__textbox {
    width: 70%;
  }
}
@media (min-width: 1300px) {
  .StayConnected .feature__iconBoxWrap {
    width: 50%;
    margin: 0;
    margin-right: 10%;
  }
}
@media (min-width: 1600px) {
  .StayConnected .feature__iconBoxWrap {
    width: 50%;
    margin: 0;
    margin-right: 18%;
  }
}
@media (min-width: 1930px) {
  .StayConnected .feature__bgBox {
    margin-left: 0;
  }
  .StayConnected .feature__flexBox {
    height: 100vh;
  }
}
.StayConnected .redeem {
  position: relative;
  padding: 5% 0;
}
.StayConnected .redeem__stepBox {
  width: 90%;
  margin: 2% auto;
  position: relative;
}
.StayConnected .redeem__stepBox-icon {
  max-width: 100px;
  margin: 5% auto;
}
.StayConnected .redeem__stepBox-text {
  text-align: center;
  width: 80%;
  margin: auto;
}
.StayConnected .redeem__stepBox-item {
  width: 90%;
  margin: 5% auto;
}
.StayConnected .redeem__stepBoxWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 80%;
  margin: auto;
}
.StayConnected .redeem-step {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 2%;
  font-weight: bold;
}
.StayConnected .redeem-txt {
  color: #ffffff;
  font-size: 17px;
}
.StayConnected .redeem-txt a {
  color: #ffffff;
  font-size: 17px;
  display: inline-block;
  border-bottom: 1px solid;
}
.StayConnected .redeem-txt a:hover {
  color: #ff00ad;
  font-size: 17px;
}
.StayConnected .redeem__linkBox a {
  color: #ffffff;
  font-size: 17px;
  display: block;
  border-radius: 20px;
  border: 2px solid #fff;
  padding: 10px 20px;
  width: 90%;
  margin: auto;
  text-align: center;
  margin: 6% 2%;
  font-weight: bold;
  overflow: hidden;
}
.StayConnected .redeem__linkBox a:hover {
  -webkit-animation: 3s linkBg ease-in-out infinite;
          animation: 3s linkBg ease-in-out infinite;
}
@media (min-width: 414px) {
  .StayConnected .redeem__stepBox-item {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 996px) {
  .StayConnected .redeem__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: start;
  }
  .StayConnected .redeem__stepBox {
    width: calc(33.3333333333% - 10px);
    margin: 0 2%;
    padding: 3% 0;
  }
  .StayConnected .redeem__linkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .StayConnected .redeem__linkBox a {
    width: 40%;
    max-width: 250px;
  }
}
.StayConnected .wtb {
  position: relative;
  padding: 5% 0;
}
.StayConnected .wtb__iconBox {
  position: relative;
}
.StayConnected .wtb__iconBox-icon {
  margin: 10% auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 70%;
}
.StayConnected .wtb__iconBox-icon:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(1px 1px 10px rgb(125, 0, 255));
          filter: drop-shadow(1px 1px 10px rgb(125, 0, 255));
}
.StayConnected .wtb__iconBox-border {
  width: 85%;
  margin: 8% auto;
}
.StayConnected .wtb__flexBox {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65%;
}
@media (min-width: 414px) {
  .StayConnected .wtb__iconBox-border {
    width: auto;
    margin: 0;
  }
}
@media (min-width: 996px) {
  .StayConnected .wtb__flexBox {
    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;
    width: 75%;
  }
  .StayConnected .wtb__iconBox-icon {
    margin: 0 2%;
    width: auto;
  }
}
@media (min-width: 1930px) {
  .StayConnected .wtb {
    padding: 0 0 5%;
  }
}/*# sourceMappingURL=main.css.map */