@import url("https://use.typekit.net/dgc8ufi.css");
:root {
  --widthPosition: calc(50% - 640px);
}

.project {
  font-family: "rustica", sans-serif;
  background: url("https://storage-asset.msi.com/event/2025/Corp/computex/images/pro-story-bg.jpg") fixed no-repeat center;
  background-size: cover;
}
.project img {
  vertical-align: bottom;
}
.project section {
  overflow: hidden;
}
.project .slick-dots li button:before {
  font-size: 26px;
}
.project .slick-prev:before, .project .slick-next:before {
  display: none;
}
.project .slick-next, .project .slick-prev {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.project .tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.project .tabs-wrapper .tab {
  padding: 7px 10px 2px;
  margin: 0 5px;
  font-family: Arial;
  font-size: var(--_font-size);
  color: var(--_text-color);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  z-index: 2;
}
.project .tabs-wrapper .tab::before {
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  content: "";
  width: 0%;
  background: #6e42ff;
  border-radius: 1px;
}
.project .tabs-wrapper .tab.active::before {
  position: absolute;
  bottom: -2px;
  height: 3px;
  left: 0;
  content: "";
  width: 100%;
  background: #6e42ff;
  -webkit-animation: tabAni 0.2s linear forwards;
          animation: tabAni 0.2s linear forwards;
}
@-webkit-keyframes tabAni {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes tabAni {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.project .tabs-wrapper .tab:focus-visible {
  background: rgba(0, 0, 0, 0.2);
  outline: none;
  border-radius: 5px 5px 0 0;
}
.project .common-tBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.project .common-tBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.project .common-tBox ul li {
  cursor: pointer;
}
.project .common-tBox ul li:active {
  color: #fff;
}
.project .common-title {
  font-size: 1.6em;
  color: var(--color-gray-800);
  display: inline-block;
  text-transform: uppercase;
  max-width: 1280px;
  text-align: left;
  display: block;
}
@media (min-width: 1300px) {
  .project .common-title {
    font-size: 2.4rem;
    font-weight: normal;
  }
}
@media (min-width: 1930px) {
  .project .common-title {
    font-size: 3rem;
  }
}
.project .common-note {
  color: #999;
  font-size: 14px;
  line-height: 1.4;
}
.project .common-btn {
  position: relative;
  display: block;
  background: linear-gradient(145deg, #f0f3f5 0%, #c4c5c7 45%, #78a8d7 60%, #78a8d7);
  padding: 3px;
  border-radius: 3px;
  color: var(--color-gray-500);
  font-weight: bold;
  overflow: hidden;
}
.project .common-btn span {
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 3px;
  background: #fff;
  padding: 10px;
}
.project .common-moreBtn {
  display: inline-block;
  background-image: linear-gradient(-45deg, #393e49 0%, #0f1522 40%, #393e49 50%, #0f1522 70%, #393e49 90%), linear-gradient(135deg, #393e49, #0f1522);
  background-size: 200%;
  background-position: 0% 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  letter-spacing: 1px;
  border-radius: 30px;
  padding: 5px 40px 5px 40px;
  color: #f1f1f1;
  font-weight: lighter;
  font-size: 16px;
  margin: 15px;
  text-align: center;
  top: 0;
  right: 0;
}
.project .common-moreBtn a {
  color: #fff;
}
.project .common-moreBtn.wstyle {
  background-image: linear-gradient(-45deg, #ccc 0%, #fff 40%);
}
.project .common-moreBtn:hover {
  background-position: 100% 0;
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.project .kv {
  overflow: hidden;
  padding: 50px 20px 0;
  background: #f1f1f1;
}
.project .kv .computexlogo {
  position: absolute;
  top: 60px;
  left: 15px;
  max-width: 90px;
  z-index: 10;
}
@media (min-width: 996px) {
  .project .kv .computexlogo {
    display: none;
    max-width: 100px;
    top: 15px;
  }
}
@media (min-width: 996px) {
  .project .kv {
    padding: 0;
  }
}
.project .kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .project .kv__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 80%;
    margin: 0 5% 0 auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 1600px) {
  .project .kv__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 80%;
    margin: 0 5% 0 auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.project .kv__img {
  overflow: hidden;
  margin-right: -5em;
  position: relative;
}
@media (min-width: 996px) {
  .project .kv__img {
    margin-right: -10em;
    margin-left: -5em;
  }
}
.project .kv__img-glow {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: kvglow 1s infinite linear alternate;
          animation: kvglow 1s infinite linear alternate;
}
@-webkit-keyframes kvglow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes kvglow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.project .kv__img-mask {
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  -webkit-mask: url(https://storage-asset.msi.com/event/2025/Corp/computex/images/kv-line.png) center no-repeat;
  -webkit-mask-size: contain;
}
.project .kv__img-mask::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 40%;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  border: 1px dashed #404cf5;
  -webkit-animation: kvLight 2s infinite ease-in-out -0.5s;
          animation: kvLight 2s infinite ease-in-out -0.5s;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.project .kv__img-mask::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 40%;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  border: 2px solid #6e42ff;
  -webkit-animation: kvLight 2s infinite ease-in-out;
          animation: kvLight 2s infinite ease-in-out;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
@-webkit-keyframes kvLight {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(25);
            transform: scale(25);
  }
  100% {
    opacity: 0;
  }
}
@keyframes kvLight {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  90% {
    -webkit-transform: scale(25);
            transform: scale(25);
  }
  100% {
    opacity: 0;
  }
}
.project .kv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  z-index: 2;
}
.project .kv__title .computexlogo {
  display: none;
}
@media (min-width: 996px) {
  .project .kv__title .computexlogo {
    display: block;
    position: static;
  }
}
.project .kv__title-txt {
  font-size: 15px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .kv__title-txt {
    font-size: 1.3em;
    color: #414141;
    text-align: left;
    margin-top: -5%;
  }
}
@media (min-width: 1930px) {
  .project .kv__title-txt {
    font-size: 1.6em;
  }
}
.project .kv__title-txt p {
  margin-bottom: 5px;
}
@media (min-width: 1930px) {
  .project .kv__title-txt p {
    margin-bottom: 10px;
  }
}
.project .game {
  background-size: cover;
  text-align: center;
}
@media (min-width: 996px) {
  .project .game {
    padding: 2% 0 1%;
  }
}
.project .game .common-title {
  display: inline-block;
  text-align: center;
}
.project .game__box {
  position: relative;
  margin-top: 3em;
  margin: 20px auto 0;
  max-width: 1100px;
  width: 90%;
}
@media (min-width: 768px) {
  .project .game__box {
    width: 65%;
  }
}
@media (min-width: 1930px) {
  .project .game__box {
    width: 80%;
  }
}
.project .fullvideo {
  padding: 2% 0 1%;
  background: none;
}
.project .fullvideo .vid-wrap {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
  max-width: 900px;
  width: 80%;
}
@media (min-width: 768px) {
  .project .fullvideo .vid-wrap {
    width: 60%;
  }
}
.project .fullvideo .responsive-vid {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.project .fullvideo .responsive-vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project .fullvideo #player {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.project .news {
  background: -webkit-gradient(linear, left top, left bottom, from(0%), color-stop(20%, #f5f7fa), color-stop(40%, #d1e5f8), color-stop(80%, #f4f6f7), to(#c4c5c7));
  background: linear-gradient(to bottom, 0%, #f5f7fa 20%, #d1e5f8 40%, #f4f6f7 80%, #c4c5c7);
  padding: 5% 0;
  font-size: 15px;
}
@media (min-width: 996px) {
  .project .news {
    padding: 2% 0 1%;
  }
}
.project .news .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 5px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 996px) {
  .project .news .slick-track {
    gap: 20px;
  }
}
@media (min-width: 1300px) {
  .project .news .slick-track .slick-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.project .news .common-title {
  font-size: 2em;
}
@media (min-width: 1300px) {
  .project .news .common-title {
    font-size: 4.2em;
  }
}
.project .news__titleBox {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.project .news__titleBox .decoarrow {
  position: relative;
  display: table;
  margin: 12px 0px 0 0;
  opacity: 1;
  z-index: 4;
  width: 40px;
  height: 50px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.project .news__titleBox .decoarrow-chevron {
  position: absolute;
  width: 40px;
  height: 7px;
  opacity: 0;
  -webkit-animation: move 2s ease-out infinite;
          animation: move 2s ease-out infinite;
}
.project .news__titleBox .decoarrow-chevron:first-of-type {
  -webkit-animation: move 2s ease-out 1s infinite;
          animation: move 2s ease-out 1s infinite;
}
.project .news__titleBox .decoarrow-chevron:nth-child(2) {
  -webkit-animation: move 2s ease-out 2s infinite;
          animation: move 2s ease-out 2s infinite;
}
.project .news__titleBox .decoarrow-chevron::before, .project .news__titleBox .decoarrow-chevron::after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #6e42ff;
}
.project .news__titleBox .decoarrow-chevron::before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}
.project .news__titleBox .decoarrow-chevron::after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
}
@-webkit-keyframes move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@keyframes move {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
.project .news__block {
  display: none;
}
.project .news__block.active {
  display: block;
}
.project .news p {
  font-size: 15px;
  color: var(--color-gray-600);
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .news .date {
  margin: 10px 0 0;
  font-size: 0.8rem;
  color: var(--color-gray-600);
  display: block;
}
@media (min-width: 996px) {
  .project .news .date {
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background: linear-gradient(to right, #fff, transparent);
  }
}
@media (min-width: 996px) {
  .project .news__focusItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.project .news__focusItem-img {
  overflow: hidden;
  border-radius: 0px;
}
.project .news__focusItem-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background: #fff;
  padding: 10px;
}
@media (min-width: 1300px) {
  .project .news__focusItem-text {
    padding: 30px;
  }
}
.project .news__focusItem-text h3 {
  position: relative;
  color: var(--color-gray-800);
  padding: 15px 0;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .news__focusItem-text h3 {
    padding: 15px 0;
    font-size: 24px;
  }
}
.project .news__focusItem h3::before {
  content: var(--text__live);
  padding: 3px 6px;
  height: 1.5rem;
  font-size: 0.69rem;
  line-height: normal;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  background: linear-gradient(225deg, #DE3D05 0%, #B60505 100%);
  color: #F2F2F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.project .news__flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.project .news__item {
  overflow: hidden;
  background: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-top: 20px;
}
@media (min-width: 1300px) {
  .project .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    -webkit-box-flex: calc(33.3333333333% - 30px);
        -ms-flex: calc(33.3333333333% - 30px);
            flex: calc(33.3333333333% - 30px);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    margin-top: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-60%, #fff), color-stop(60%, transparent));
    background: linear-gradient(to top, #fff -60%, transparent 60%);
    height: auto;
  }
}
.project .news__item-txt {
  padding: 0 10px;
}
@media (min-width: 1300px) {
  .project .news__item-txt {
    padding: 5px 15px 0px;
  }
}
.project .news__item-txt h3 {
  font-size: 18px;
  margin: 10px 0 10px 0;
}
.project .news .moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (min-width: 996px) {
  .project .news .moreBtn {
    background: linear-gradient(-160deg, transparent 0%, #fff 10%, transparent 55%);
  }
}
.project .news .moreBtn a {
  background: #ccc;
  padding: 3px 8px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #000;
}
.project .news .moreBtn a:hover {
  background: #000;
  color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.project .product {
  text-align: center;
  padding: 2% 0 1%;
  position: relative;
}
.project .product .slick-prev {
  left: -50px;
}
.project .product .slick-dots {
  bottom: -5px;
}
.project .product .slick-next {
  right: -50px;
}
.project .product .slick-slide {
  position: relative;
  border-radius: 15px;
  margin: 5px;
}
.project .product .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.project .product__box {
  padding: 2% 0 1%;
}
.project .product__box a {
  overflow: hidden;
  color: #000;
}
.project .product__box a img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.project .product__box a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.project .product__box-pd {
  position: relative;
  border: 1px solid;
  border-image-slice: 1;
  border-width: 1px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: inset 0 0 20px #f1f1f1, inset 0 0 100px #f1f1f1;
          box-shadow: inset 0 0 20px #f1f1f1, inset 0 0 100px #f1f1f1;
  border-image-source: linear-gradient(30deg, #f1f1f1, #bdbdbd, #393e49, #bdbdbd, #f1f1f1);
}
.project .product__box-pd img {
  position: relative;
  padding: 10%;
  margin-bottom: -1.3em;
  margin-top: -2em;
}
@media (min-width: 1300px) {
  .project .product__box-pd img {
    padding: 15%;
  }
}
.project .product__box-pd h4 {
  font-size: var(--text-md);
  font-weight: lighter;
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-bottom: 5px;
}
.project .product__box-text {
  background: linear-gradient(45deg, #0f1522 -5%, #393e49 6%, #0f1522 20%, #393e49);
  background-size: 200%;
  border-radius: 0 0 15px 15px;
  color: #fff;
  letter-spacing: 1px;
  color: #f1f1f1;
  font-weight: lighter;
  font-size: 16px;
  padding: 10px 0;
}
.project .product__box-text:hover {
  background-image: linear-gradient(45deg, #1f269b, #341554 70%, #7d4cbe 75%);
}
.project .award {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 996px) {
  .project .award {
    padding: 2% 0 0%;
  }
}
.project .award__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5%;
  gap: 15px;
  -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;
}
@media (min-width: 996px) {
  .project .award__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .award__wrap-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  gap: 15px;
}
.project .award__wrap-item.goldItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  -o-border-image: initial;
     border-image: initial;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #f1f1f1), color-stop(50%, #f1f1f1)) padding-box padding-box, -webkit-gradient(linear, left top, right top, from(rgb(239, 226, 165)), color-stop(#ba8e4f), to(rgb(239, 226, 165))) border-box border-box;
  background: linear-gradient(#f1f1f1 -50%, #f1f1f1 50%) padding-box padding-box, linear-gradient(to right, rgb(239, 226, 165), #ba8e4f, rgb(239, 226, 165)) border-box border-box;
  border-radius: 15px;
  -ms-flex-line-pack: center;
      align-content: center;
}
.project .award__wrap-item.goldItem figure {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .award__wrap-item.goldItem figure {
    width: 80%;
  }
}
.project .award__wrap-itemFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .project .award__wrap-itemFlex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .award__wrap a img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.project .award__wrap a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.project .award__wrap .awardBox {
  -webkit-box-flex: calc(50% - 15px);
      -ms-flex: calc(50% - 15px);
          flex: calc(50% - 15px);
  color: rgb(49, 49, 73);
  -o-border-image: initial;
     border-image: initial;
  border-radius: 15px;
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project .award__wrap .awardBox h3 {
  font-weight: normal;
  font-size: var(--text-lg);
}
.project .award__wrap .awardBox__logo {
  display: inline-block;
}
.project .award__wrap .awardBox__logo img {
  max-width: 70px;
  -webkit-box-shadow: 10px 2px 5px #ccc;
          box-shadow: 10px 2px 5px #ccc;
}
.project .award__wrap .awardBox__logo img.lgimg {
  max-width: 120px;
}
.project .award__wrap .awardBox__pd {
  width: 70%;
  margin: 0 auto;
}
.project .award__wrap .awardBox__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.project .award__wrap .awardBox__name h3 {
  text-align: left;
  margin-bottom: 6px;
}
.project .award__wrap .awardBox__name-logo {
  width: 40px;
}
@media (min-width: 996px) {
  .project .award__wrap .awardBox__name-logo {
    width: 50px;
  }
}
.project .award__wrap .awardBox__name-logo.logoL {
  width: 50px;
}
@media (min-width: 996px) {
  .project .award__wrap .awardBox__name-logo.logoL {
    width: 90px;
  }
}
.project .pvideo {
  padding: 30px 0;
}
@media (min-width: 996px) {
  .project .pvideo {
    padding: 2% 0 0;
  }
}
.project .pvideo__title {
  text-align: center;
}
.project .pvideo__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.project .pvideo__flex-leftwrap {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
@media (min-width: 996px) {
  .project .pvideo__flex-leftwrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 var(--widthPosition);
            flex: 0 0 var(--widthPosition);
  }
}
.project .pvideo .swiper {
  margin-top: 20px;
  padding: 0 20px;
}
@media (min-width: 996px) {
  .project .pvideo .swiper {
    padding: 0;
  }
}
.project .pvideo .swiper-slide {
  text-align: center;
  font-size: 18px;
  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;
  padding-bottom: 3em;
  max-width: 1100px;
}
.project .pvideo .swiper-slide h2 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  margin-top: 8px;
}
.project .pvideo .swiper-slide img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.project .pvideo .swiper-slide a {
  border-radius: 10px;
  overflow: hidden;
}
.project .pvideo .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.project .pvideo .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .pvideo .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.project .pvideo .swiper-pagination-bullet-active {
  opacity: 1;
  background: #999;
  width: 30px;
  -webkit-box-shadow: 0px 0px 20px rgba(153, 153, 153, 0.3);
          box-shadow: 0px 0px 20px rgba(153, 153, 153, 0.3);
}
.project .pvideo .slick-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 996px) {
  .project .pvideo .slick-dots {
    bottom: -50px;
  }
}
.project .pvideo .slick-dots li {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.project .pvideo .slick-dots li button::before {
  display: none;
}
.project .pvideo .slick-dots li.slick-active {
  width: 30px;
}
.project .pvideo .slick-dots li.slick-active button::before {
  display: none;
}
.project .pvideo .slick-dots-pagination {
  top: 5em;
}
.project .gallery {
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 996px) {
  .project .gallery {
    padding: 2% 0 1%;
  }
}
.project .gallery__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.project .gallery__tabs li {
  cursor: pointer;
}
.project .gallery__tabs li span {
  border: 1px solid #ccc;
  padding: 0 20px;
  border-radius: 310px;
}
.project .gallery .photoBox {
  -webkit-columns: 4 200px;
     -moz-columns: 4 200px;
          columns: 4 200px;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin: 0 auto;
  display: none;
}
.project .gallery .photoBox.active {
  display: block;
}
.project .gallery .photoBox__item {
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.55em;
}
.project .gallery .photoBox__item:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  cursor: pointer;
}
.project .gallery .photoBox__item span {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  height: 100%;
  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-size: 2.6em;
  z-index: 2;
}
.project .gallery .photoBox__item img {
  width: 100%;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.project .link {
  padding: 5% 0;
}
.project .link__block {
  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 .link__block a {
  margin: 0 10px;
}
.project .link__block a img {
  -webkit-filter: invert(1);
          filter: invert(1);
  mix-blend-mode: darken;
}
.project .social {
  padding: 5% 0;
  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;
  margin-top: 3vw;
  position: relative;
}
.project .social a {
  display: block;
  width: 2vw;
  height: 2vw;
  margin: 0 0.75vw;
}
.project .social a:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.project .social a img {
  width: 100%;
  max-width: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.glitch {
  position: relative;
}
.glitch span {
  opacity: 0;
}
.glitch.active span {
  -webkit-animation: title-anim 0.8s linear forwards;
          animation: title-anim 0.8s linear forwards;
}
@-webkit-keyframes title-anim {
  0%, 40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes title-anim {
  0%, 40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.glitch.active::before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 #8000ff;
  top: 0;
  color: #f1f1f1;
  font-weight: normal;
  background: #f1f1f1;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 0.8s linear alternate-reverse;
}
@-webkit-keyframes noise-anim {
  0% {
    clip: rect(74px, 9999px, 42px, 0);
  }
  5% {
    clip: rect(52px, 9999px, 14px, 0);
  }
  10% {
    clip: rect(49px, 9999px, 14px, 0);
  }
  15% {
    clip: rect(57px, 9999px, 40px, 0);
  }
  20% {
    clip: rect(30px, 9999px, 1px, 0);
  }
  25% {
    clip: rect(8px, 9999px, 27px, 0);
  }
  30% {
    clip: rect(17px, 9999px, 92px, 0);
  }
  35% {
    clip: rect(52px, 9999px, 15px, 0);
  }
  40% {
    clip: rect(4px, 9999px, 53px, 0);
  }
  45% {
    clip: rect(64px, 9999px, 78px, 0);
  }
  50% {
    clip: rect(63px, 9999px, 44px, 0);
  }
  55% {
    clip: rect(12px, 9999px, 27px, 0);
  }
  60% {
    clip: rect(32px, 9999px, 89px, 0);
  }
  65% {
    clip: rect(85px, 9999px, 53px, 0);
  }
  70% {
    clip: rect(42px, 9999px, 39px, 0);
  }
  75% {
    clip: rect(54px, 9999px, 43px, 0);
  }
  80% {
    clip: rect(3px, 9999px, 59px, 0);
  }
  85% {
    clip: rect(10px, 9999px, 40px, 0);
  }
  90% {
    clip: rect(98px, 9999px, 51px, 0);
  }
  95% {
    clip: rect(23px, 9999px, 12px, 0);
  }
  100% {
    clip: rect(30px, 9999px, 40px, 0);
  }
}
@keyframes noise-anim {
  0% {
    clip: rect(74px, 9999px, 42px, 0);
  }
  5% {
    clip: rect(52px, 9999px, 14px, 0);
  }
  10% {
    clip: rect(49px, 9999px, 14px, 0);
  }
  15% {
    clip: rect(57px, 9999px, 40px, 0);
  }
  20% {
    clip: rect(30px, 9999px, 1px, 0);
  }
  25% {
    clip: rect(8px, 9999px, 27px, 0);
  }
  30% {
    clip: rect(17px, 9999px, 92px, 0);
  }
  35% {
    clip: rect(52px, 9999px, 15px, 0);
  }
  40% {
    clip: rect(4px, 9999px, 53px, 0);
  }
  45% {
    clip: rect(64px, 9999px, 78px, 0);
  }
  50% {
    clip: rect(63px, 9999px, 44px, 0);
  }
  55% {
    clip: rect(12px, 9999px, 27px, 0);
  }
  60% {
    clip: rect(32px, 9999px, 89px, 0);
  }
  65% {
    clip: rect(85px, 9999px, 53px, 0);
  }
  70% {
    clip: rect(42px, 9999px, 39px, 0);
  }
  75% {
    clip: rect(54px, 9999px, 43px, 0);
  }
  80% {
    clip: rect(3px, 9999px, 59px, 0);
  }
  85% {
    clip: rect(10px, 9999px, 40px, 0);
  }
  90% {
    clip: rect(98px, 9999px, 51px, 0);
  }
  95% {
    clip: rect(23px, 9999px, 12px, 0);
  }
  100% {
    clip: rect(30px, 9999px, 40px, 0);
  }
}
@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(50px, 9999px, 30px, 0);
  }
  5% {
    clip: rect(67px, 9999px, 45px, 0);
  }
  10% {
    clip: rect(38px, 9999px, 7px, 0);
  }
  15% {
    clip: rect(58px, 9999px, 87px, 0);
  }
  20% {
    clip: rect(50px, 9999px, 54px, 0);
  }
  25% {
    clip: rect(4px, 9999px, 41px, 0);
  }
  30% {
    clip: rect(100px, 9999px, 92px, 0);
  }
  35% {
    clip: rect(94px, 9999px, 83px, 0);
  }
  40% {
    clip: rect(18px, 9999px, 88px, 0);
  }
  45% {
    clip: rect(14px, 9999px, 88px, 0);
  }
  50% {
    clip: rect(75px, 9999px, 25px, 0);
  }
  55% {
    clip: rect(72px, 9999px, 88px, 0);
  }
  60% {
    clip: rect(28px, 9999px, 60px, 0);
  }
  65% {
    clip: rect(31px, 9999px, 82px, 0);
  }
  70% {
    clip: rect(19px, 9999px, 20px, 0);
  }
  75% {
    clip: rect(98px, 9999px, 16px, 0);
  }
  80% {
    clip: rect(18px, 9999px, 37px, 0);
  }
  85% {
    clip: rect(26px, 9999px, 52px, 0);
  }
  90% {
    clip: rect(63px, 9999px, 70px, 0);
  }
  95% {
    clip: rect(66px, 9999px, 80px, 0);
  }
  100% {
    clip: rect(18px, 9999px, 3px, 0);
  }
}
@keyframes noise-anim-2 {
  0% {
    clip: rect(50px, 9999px, 30px, 0);
  }
  5% {
    clip: rect(67px, 9999px, 45px, 0);
  }
  10% {
    clip: rect(38px, 9999px, 7px, 0);
  }
  15% {
    clip: rect(58px, 9999px, 87px, 0);
  }
  20% {
    clip: rect(50px, 9999px, 54px, 0);
  }
  25% {
    clip: rect(4px, 9999px, 41px, 0);
  }
  30% {
    clip: rect(100px, 9999px, 92px, 0);
  }
  35% {
    clip: rect(94px, 9999px, 83px, 0);
  }
  40% {
    clip: rect(18px, 9999px, 88px, 0);
  }
  45% {
    clip: rect(14px, 9999px, 88px, 0);
  }
  50% {
    clip: rect(75px, 9999px, 25px, 0);
  }
  55% {
    clip: rect(72px, 9999px, 88px, 0);
  }
  60% {
    clip: rect(28px, 9999px, 60px, 0);
  }
  65% {
    clip: rect(31px, 9999px, 82px, 0);
  }
  70% {
    clip: rect(19px, 9999px, 20px, 0);
  }
  75% {
    clip: rect(98px, 9999px, 16px, 0);
  }
  80% {
    clip: rect(18px, 9999px, 37px, 0);
  }
  85% {
    clip: rect(26px, 9999px, 52px, 0);
  }
  90% {
    clip: rect(63px, 9999px, 70px, 0);
  }
  95% {
    clip: rect(66px, 9999px, 80px, 0);
  }
  100% {
    clip: rect(18px, 9999px, 3px, 0);
  }
}/*# sourceMappingURL=main-v2.css.map */