* {
  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 .75s ease-out;
  transition: all .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 .5s ease-out;
  transition: all .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 .5s ease-out;
  transition: all .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 .5s ease-out;
  transition: all .5s ease-out;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: #4fabff;
  background-image: url(https://storage-asset.msi.com/event/2024/SG/powered-by-msi-dominance/images/bg.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.project img {
  width: 100%;
  display: block;
}

.project figure {
  margin: 0;
  padding: 0;
}

.project .containerBox {
  margin: auto;
  padding: 0 25px;
  width: 100%;
  max-width: 1280px;
}

.project .kv {
  position: relative;
  border-bottom: 5px solid #fff;
}

@media (min-width: 996px) {
  .project .kv::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    background: -webkit-gradient(linear, left top, left bottom, from(#61a8e5), to(transparent));
    background: linear-gradient(#61a8e5, transparent);
  }
}

.project .pdList {
  background-image: url(https://storage-asset.msi.com/event/2024/SG/powered-by-msi-dominance/images/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.project .pdList__wrapper {
  padding: 25px 25px;
}

.project .pdList__wrapper table {
  border-collapse: collapse;
  width: 100%;
  margin: 25px auto;
  position: relative;
  text-align: left;
}

@media (min-width: 996px) {
  .project .pdList__wrapper table {
    width: 80%;
  }
}

.project .pdList__wrapper table th, .project .pdList__wrapper table td {
  padding: 5px;
  color: #fff;
}

.project .pdList__wrapper table td {
  background: #1a91f58a;
  vertical-align: top;
}

.project .pdList__wrapper table tr td {
  width: 25%;
  font-size: 12px;
  padding: 10px 5px;
}

@media (min-width: 996px) {
  .project .pdList__wrapper table tr td {
    font-size: 16px;
    padding: 10px 10px;
  }
}

.project .pdList__wrapper table tr td:not(:last-child) {
  border-right: 1px solid #8ac9ff;
}

.project .pdList__wrapper table tr th {
  color: #0e347c;
  font-size: 20px;
}

@media (min-width: 996px) {
  .project .pdList__wrapper table tr th {
    font-size: 28px;
  }
}
/*# sourceMappingURL=main.css.map */