* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.delighter.fadein.started {
  opacity: 1;
}

.delighter.fadein {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

.delighter.fadeLeft.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeLeft {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeRight.started {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.delighter.fadeRight {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.fadeTop.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.delighter.fadeTop {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.hatch-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 20;
  width: 20px;
  opacity: 0.8;
}
@media (min-width: 996px) {
  .hatch-prev {
    left: 3%;
    width: 30px;
  }
}
.hatch-prev:hover {
  cursor: pointer;
  opacity: 1;
}

.hatch-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  z-index: 20;
  width: 20px;
  opacity: 0.8;
}
@media (min-width: 996px) {
  .hatch-next {
    right: 3%;
    width: 30px;
  }
}
.hatch-next:hover {
  cursor: pointer;
  opacity: 1;
}

@-webkit-keyframes floatUp {
  0% {
    margin-top: 5%;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes floatUp {
  0% {
    margin-top: 5%;
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes textShine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes textShine {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 100%;
  }
}
html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
}
.project img {
  display: block;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  position: relative;
  width: 100%;
  position: relative;
  font-family: "montserrat", sans-serif;
  font-style: normal;
}
.project .kv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(to top, #000, transparent);
}
.project .kv__content {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}
@media (min-width: 768px) {
  .project .kv__content {
    bottom: 28%;
  }
}
@media (min-width: 996px) {
  .project .kv__content {
    width: 40%;
    bottom: 25%;
  }
}
@media (min-width: 1930px) {
  .project .kv__content {
    bottom: 30%;
  }
}
@media (min-width: 996px) {
  .project .kv__content-logoBox {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
}
.project .kv__content-logoBox figure:nth-child(2) {
  margin: 20px 0 15px;
}
@media (min-width: 996px) {
  .project .kv__content-logoBox figure:nth-child(2) {
    margin: 0 60px;
  }
}
.project .kv__content-logoBox figure:nth-child(2) img {
  width: 10%;
}
@media (min-width: 996px) {
  .project .kv__content-logoBox figure:nth-child(2) img {
    width: 100%;
  }
}
.project .kv__content-logoBox figure img {
  width: 30%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .project .kv__content-logoBox figure img {
    width: 25%;
  }
}
@media (min-width: 996px) {
  .project .kv__content-logoBox figure img {
    width: 100%;
  }
}
.project .kv__content-txtBox {
  color: #fff;
  text-align: center;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .project .kv__content-txtBox {
    margin: 50px 0;
  }
}
@media (min-width: 1930px) {
  .project .kv__content-txtBox {
    margin: 80px 0;
  }
}
.project .kv__content-txtBox h3 {
  font-size: 12px;
}
@media (min-width: 768px) {
  .project .kv__content-txtBox h3 {
    font-size: 20px;
  }
}
@media (min-width: 996px) {
  .project .kv__content-txtBox h3 {
    font-size: 1.5vw;
  }
}
@media (min-width: 1930px) {
  .project .kv__content-txtBox h3 {
    font-size: 40px;
  }
}
.project .kv__content-txtBox h3 span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #ee3478;
}
@media (min-width: 996px) {
  .project .kv__content-txtBox h3 span {
    width: 18px;
    height: 18px;
  }
}
.project .kv__content-dateBox {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
}
@media (min-width: 768px) {
  .project .kv__content-dateBox {
    font-size: 26px;
  }
}
@media (min-width: 996px) {
  .project .kv__content-dateBox {
    font-size: 1.8vw;
  }
}
@media (min-width: 1930px) {
  .project .kv__content-dateBox {
    font-size: 45px;
  }
}
.project .buyNow {
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2024/ZA/rAge-Expo-2024/images/buyNow-bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 50px;
}
@media (min-width: 996px) {
  .project .buyNow {
    padding: 0 0 50px;
  }
}
.project .buyNow:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
  background: linear-gradient(to top, #000, transparent);
}
.project .buyNow__wrapper {
  max-width: 1000px;
}
.project .buyNow__wrapper-title {
  text-align: center;
  font-size: 20px;
  font-family: "montserrat", sans-serif;
  font-style: normal;
  background: linear-gradient(45deg, #8dc2ff, #e933ae);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% auto;
  -webkit-animation: textShine 1s ease-in-out infinite alternate;
          animation: textShine 1s ease-in-out infinite alternate;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper-title {
    font-size: 32px;
  }
}
.project .buyNow__wrapper .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5% 0;
}
.project .buyNow__wrapper .tab .tablinks {
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 32%;
  height: 100%;
}
.project .buyNow__wrapper .tab .tablinks:hover .tablinks-img {
  overflow: hidden;
}
.project .buyNow__wrapper .tab .tablinks:hover .tablinks-img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.1s all ease-in alternate;
  transition: 0.1s all ease-in alternate;
  opacity: 0.8;
}
.project .buyNow__wrapper .tab .tablinks img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tab .tablinks img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.project .buyNow__wrapper .tab .tablinks .co-branding {
  height: 75px;
}
.project .buyNow__wrapper .tab .tablinks .titleSty {
  padding: 5px;
  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: 50px;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tab .tablinks .titleSty {
    padding: 25px 20px;
    font-size: 20px;
    height: 75px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.project .buyNow__wrapper .tab button.active::before {
  content: "";
  position: absolute;
  bottom: -9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 22%;
  height: 10%;
  background: #fff;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tab button.active::before {
    bottom: -10%;
  }
}
.project .buyNow__wrapper .tabcontent {
  display: none;
  padding: 6px 12px;
  color: #fff;
  background: #ccc;
  border-radius: 50px;
  margin-top: 40px;
  -webkit-animation: floatUp 1s;
          animation: floatUp 1s;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tabcontent {
    margin-top: 80px;
  }
}
.project .buyNow__wrapper .tabcontent .item.layout02 .item__txtBox {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tabcontent .item.layout02 .item__txtBox {
    width: 80%;
  }
}
.project .buyNow__wrapper .tabcontent .item.layout02 .item__txtBox-list {
  padding-left: 0;
}
.project .buyNow__wrapper .tabcontent .item.layout02 .item__txtBox-list li {
  font-weight: normal;
  list-style: none;
}
.project .buyNow__wrapper .tabcontent .item.layout02 .item__txtBox-bottomBox {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.project .buyNow__wrapper .tabcontent .item {
  padding: 20px 0;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tabcontent .item {
    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;
  }
}
.project .buyNow__wrapper .tabcontent .item__imgBox {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tabcontent .item__imgBox {
    width: 40%;
  }
}
.project .buyNow__wrapper .tabcontent .item__txtBox {
  color: #000;
  line-height: 1.6;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tabcontent .item__txtBox {
    width: 50%;
    line-height: 1.8;
  }
}
.project .buyNow__wrapper .tabcontent .item__txtBox-name {
  font-size: 24px;
  margin: 20px 0 10px;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tabcontent .item__txtBox-name {
    font-size: 26px;
    margin: 0;
  }
}
.project .buyNow__wrapper .tabcontent .item__txtBox-des {
  color: #7f32ff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tabcontent .item__txtBox-des {
    font-size: 15px;
  }
}
.project .buyNow__wrapper .tabcontent .item__txtBox-list {
  padding-left: 10px;
}
.project .buyNow__wrapper .tabcontent .item__txtBox-list li {
  list-style: disc;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .project .buyNow__wrapper .tabcontent .item__txtBox-list li {
    font-size: 16px;
  }
}
.project .buyNow__wrapper .tabcontent .item__txtBox-bottomBox {
  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;
  margin-top: 20px;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tabcontent .item__txtBox-bottomBox {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.project .buyNow__wrapper .tabcontent .item__txtBox-bottomBox .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project .buyNow__wrapper .tabcontent .item__txtBox-bottomBox .price del {
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tabcontent .item__txtBox-bottomBox .price del {
    font-size: 24px;
  }
}
.project .buyNow__wrapper .tabcontent .item__txtBox-bottomBox .price__new {
  font-size: 28px;
  color: #ff0000;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tabcontent .item__txtBox-bottomBox .price__new {
    font-size: 36px;
    margin-right: 40px;
  }
}
.project .buyNow__wrapper .tabcontent .item__txtBox .btnSty {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#8dc2ff), to(#e933ae));
  background: linear-gradient(#8dc2ff, #e933ae);
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 900;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tabcontent .item__txtBox .btnSty {
    font-size: 17px;
  }
}
.project .buyNow__wrapper .tabcontent .item__txtBox .btnSty span {
  padding: 5px;
  color: #fff;
}
@media (min-width: 996px) {
  .project .buyNow__wrapper .tabcontent .item__txtBox .btnSty span {
    padding: 15px 25px;
  }
}
.project .buyNow__wrapper .tabcontent .item__txtBox .btnSty:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#e933ae), to(#8dc2ff));
  background: linear-gradient(#e933ae, #8dc2ff);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.project .wrapper {
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2024/ZA/rAge-Expo-2024/images/bottom-bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 50px;
}
@media (min-width: 996px) {
  .project .wrapper {
    padding: 50px 0 100px;
  }
}
@media (min-width: 1600px) {
  .project .wrapper {
    padding: 50px 0 300px;
  }
}
@media (min-width: 1930px) {
  .project .wrapper {
    padding: 50px 0 400px;
  }
}
.project .wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: linear-gradient(to bottom, #000, transparent);
}
.project .wrapper .wrapper-title {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .wrapper .wrapper-title {
    font-size: 36px;
  }
}
.project .wrapper .wtb {
  padding: 0 0 50px;
}
.project .wrapper .wtb .msi__container {
  max-width: 1000px;
}
.project .wrapper .wtb__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ccc;
  border-radius: 10px;
  padding: 15px 10px;
  margin-top: 35px;
}
@media (min-width: 996px) {
  .project .wrapper .wtb__logos {
    border-radius: 20px;
    padding: 30px 20px;
  }
}
.project .wrapper .wtb__logos a {
  width: 30%;
  margin: 0 10px;
}
@media (min-width: 996px) {
  .project .wrapper .wtb__logos a {
    width: 25%;
    margin: 0 20px;
  }
}
.project .wrapper .wtb__logos a img:hover {
  opacity: 0.8;
}
.project .wrapper .campaigns {
  padding: 0 0 50px;
}
@media (min-width: 996px) {
  .project .wrapper .campaigns {
    padding: 50px 0;
  }
}
.project .wrapper .campaigns__wrapper-block {
  margin-top: 30px;
}
@media (min-width: 996px) {
  .project .wrapper .campaigns__wrapper-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .wrapper .campaigns__wrapper-block a {
  width: 80%;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .wrapper .campaigns__wrapper-block a {
    width: 35%;
    margin: 0 20px;
  }
}
.project .wrapper .campaigns__wrapper-block a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  opacity: 0.8;
}
.project .wrapper .campaigns__wrapper-block a figure figcaption {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  text-shadow: 0 0 10px #000;
}
@media (min-width: 768px) {
  .project .wrapper .campaigns__wrapper-block a figure figcaption {
    font-size: 16px;
  }
}/*# sourceMappingURL=main.css.map */