@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes btnFloat {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
@keyframes btnFloat {
  0% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
}
@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translate(-10%, -90%) translateY(4%);
            transform: translate(-10%, -90%) translateY(4%);
  }
  50% {
    -webkit-transform: translate(-10%, -90%) translateY(0%);
            transform: translate(-10%, -90%) translateY(0%);
  }
  100% {
    -webkit-transform: translate(-10%, -90%) translateY(4%);
            transform: translate(-10%, -90%) translateY(4%);
  }
}
@keyframes AniFloat {
  0% {
    -webkit-transform: translate(-10%, -90%) translateY(4%);
            transform: translate(-10%, -90%) translateY(4%);
  }
  50% {
    -webkit-transform: translate(-10%, -90%) translateY(0%);
            transform: translate(-10%, -90%) translateY(0%);
  }
  100% {
    -webkit-transform: translate(-10%, -90%) translateY(4%);
            transform: translate(-10%, -90%) translateY(4%);
  }
}
@media (min-width: 996px) {
  @-webkit-keyframes AniFloat {
    0% {
      -webkit-transform: translate(-70%, -100%) translateY(4%);
              transform: translate(-70%, -100%) translateY(4%);
    }
    50% {
      -webkit-transform: translate(-70%, -100%) translateY(0%);
              transform: translate(-70%, -100%) translateY(0%);
    }
    100% {
      -webkit-transform: translate(-70%, -100%) translateY(4%);
              transform: translate(-70%, -100%) translateY(4%);
    }
  }
  @keyframes AniFloat {
    0% {
      -webkit-transform: translate(-70%, -100%) translateY(4%);
              transform: translate(-70%, -100%) translateY(4%);
    }
    50% {
      -webkit-transform: translate(-70%, -100%) translateY(0%);
              transform: translate(-70%, -100%) translateY(0%);
    }
    100% {
      -webkit-transform: translate(-70%, -100%) translateY(4%);
              transform: translate(-70%, -100%) translateY(4%);
    }
  }
}
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI","Microsoft JhengHei","Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}
@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}
:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

picture {
  display: grid;
}

@-webkit-keyframes glitch {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
    -webkit-filter: hue-rotate(90deg);
            filter: hue-rotate(90deg);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
    -webkit-filter: hue-rotate(270deg);
            filter: hue-rotate(270deg);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
}

@keyframes glitch {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
    -webkit-filter: hue-rotate(90deg);
            filter: hue-rotate(90deg);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
    -webkit-filter: hue-rotate(180deg);
            filter: hue-rotate(180deg);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
    -webkit-filter: hue-rotate(270deg);
            filter: hue-rotate(270deg);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
}
@-webkit-keyframes switchJoystick {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-4px) rotate(-2deg);
            transform: translateX(-4px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(8px) rotate(7deg);
            transform: translateX(8px) rotate(7deg);
  }
  75% {
    -webkit-transform: translateX(-4px) rotate(-2deg);
            transform: translateX(-4px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes switchJoystick {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-4px) rotate(-2deg);
            transform: translateX(-4px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(8px) rotate(7deg);
            transform: translateX(8px) rotate(7deg);
  }
  75% {
    -webkit-transform: translateX(-4px) rotate(-2deg);
            transform: translateX(-4px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes copySuccess {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1) drop-shadow(0 0 0px #82dcff);
            filter: brightness(1) drop-shadow(0 0 0px #82dcff);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-filter: brightness(2) drop-shadow(0 0 15px #82dcff);
            filter: brightness(2) drop-shadow(0 0 15px #82dcff);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: brightness(1.5) drop-shadow(0 0 10px #82dcff);
            filter: brightness(1.5) drop-shadow(0 0 10px #82dcff);
  }
}
@keyframes copySuccess {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1) drop-shadow(0 0 0px #82dcff);
            filter: brightness(1) drop-shadow(0 0 0px #82dcff);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-filter: brightness(2) drop-shadow(0 0 15px #82dcff);
            filter: brightness(2) drop-shadow(0 0 15px #82dcff);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: brightness(1.5) drop-shadow(0 0 10px #82dcff);
            filter: brightness(1.5) drop-shadow(0 0 10px #82dcff);
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.main {
  background: #000;
  min-height: 100vh;
  color: #fff;
  overflow-x: hidden;
}
.main .common__flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main .common__flex--Jstart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main .common__flex--Jend {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main .common__flex--Jbetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .common__flex--Jaround {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.main .common__flex--astart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main .common__flex--aend {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main .common__flex--unset {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
@media (min-width: 996px) {
  .main .common__flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.main .nav {
  position: fixed;
  text-align: right;
  right: -20%;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 100;
  -webkit-transition: right 0.6s ease-in-out;
  transition: right 0.6s ease-in-out;
}
.main .nav.nav-scrolled {
  right: 2%;
}
.main .nav__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  padding: 10px;
}
.main .nav__hamburger span {
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 3px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
}
.main .nav__hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}
.main .nav__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.main .nav__hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-6px, -7.4px);
          transform: rotate(45deg) translate(-6px, -7.4px);
}
.main .nav__menu {
  display: block;
}
.main .nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: rgba(255, 255, 255, 0.3803921569);
  margin: 10px auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main .nav__item.active {
  color: #fff;
}
.main .nav__item p {
  display: block;
  text-align: right;
  width: 90%;
}
.main .nav__item:hover {
  color: #fff;
}
.main .nav__item:hover .nav__light {
  background: #b2f2ff;
}
.main .nav__light {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main .nav__light.active {
  background: #b2f2ff;
}
@media (max-width: 995px) {
  .main .nav {
    position: fixed;
    top: 20px;
    right: 20px;
    -webkit-transform: none;
            transform: none;
  }
  .main .nav__hamburger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 150;
  }
  .main .nav__menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.55);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    padding: 20px;
  }
  .main .nav__menu.active {
    right: 0;
  }
  .main .nav__item {
    margin: 15px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .main .nav__item p {
    text-align: center;
    width: 100%;
    font-size: 16px;
  }
  .main .nav__item.active {
    color: #b2f2ff;
  }
  .main .nav__light {
    margin-left: 10px;
  }
  .main .nav__light.active {
    background: #b2f2ff;
    -webkit-box-shadow: 0 0 10px #b2f2ff;
            box-shadow: 0 0 10px #b2f2ff;
  }
}
.main .kv {
  position: relative;
}
.main .kv__bg {
  position: relative;
}
.main .kv picture {
  display: grid;
}
.main .kv__text {
  position: absolute;
  top: 62%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 90%;
  text-align: center;
}
.main .kv__text-title {
  font-size: 10vw;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 0 20px rgb(0, 187, 255);
}
.main .kv__text-subtitle {
  margin: 10px 0 15px;
  font-size: 4.5vw;
  font-weight: 400;
  color: #fff;
}
.main .kv__btn {
  position: relative;
  width: calc(50% - 20px);
  margin: 0 10px;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.main .kv__btn:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.main .kv__btn p {
  position: relative;
  z-index: 20;
  font-size: 12px;
  font-weight: bolder;
  color: #fff;
  padding: 5px 0px 5px 0px;
}
.main .kv__btn p img {
  display: none;
  height: 25px;
  margin-left: 10px;
}
.main .kv__btn--pink {
  position: relative;
  -webkit-animation-name: btnFloat;
          animation-name: btnFloat;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.main .kv__btn--pink::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 35px;
  background: url(https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/btn-pink.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 10;
}
.main .kv__btn--blue {
  position: relative;
  -webkit-animation-name: btnFloat;
          animation-name: btnFloat;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.main .kv__btn--blue::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 35px;
  background: url(https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/btn-blue.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 10;
}
.main .kv__pd {
  position: absolute;
}
.main .kv__pd-psu {
  bottom: 61.5%;
  left: 26%;
  width: 13%;
  -webkit-filter: drop-shadow(0 0 10px rgb(255, 235, 175));
          filter: drop-shadow(0 0 10px rgb(255, 235, 175));
}
.main .kv__pd-psu .psu-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.main .kv__pd-psu .psu-img.active {
  opacity: 1;
}
.main .kv__pd-psu .psu-img.glitch-active {
  opacity: 1;
  -webkit-animation: glitch 0.3s ease-in-out;
          animation: glitch 0.3s ease-in-out;
}
.main .kv__pd-mb {
  top: 11%;
  left: 13.5%;
  width: 20%;
  -webkit-filter: drop-shadow(0 0 10px rgb(29, 229, 255));
          filter: drop-shadow(0 0 10px rgb(29, 229, 255));
}
.main .kv__pd-mb .mb-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.main .kv__pd-mb .mb-img.active {
  opacity: 1;
}
.main .kv__pd-mb .mb-img.glitch-active {
  opacity: 1;
  -webkit-animation: glitch 0.3s ease-in-out;
          animation: glitch 0.3s ease-in-out;
}
.main .kv__pd-lc {
  top: 20%;
  right: 12%;
  width: 24%;
  -webkit-transform: perspective(800px) rotateY(-27deg) rotate(-2deg);
          transform: perspective(800px) rotateY(-27deg) rotate(-2deg);
  -webkit-filter: drop-shadow(0 0 10px rgb(255, 29, 251));
          filter: drop-shadow(0 0 10px rgb(255, 29, 251));
}
.main .kv__pd-lc .lc-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.main .kv__pd-lc .lc-img.active {
  opacity: 1;
}
.main .kv__pd-lc .lc-img.glitch-active {
  opacity: 1;
  -webkit-animation: glitch 0.3s ease-in-out;
          animation: glitch 0.3s ease-in-out;
}
@media (min-width: 996px) {
  .main .kv__text {
    top: 50%;
    left: 9%;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    width: 30%;
    text-align: left;
  }
  .main .kv__text-title {
    font-size: 4vw;
    width: 70%;
  }
  .main .kv__text-subtitle {
    font-size: 1.1vw;
    margin: 10px 0 30px;
  }
  .main .kv__pd-psu {
    bottom: 33%;
    left: 44.3%;
    width: 6.8%;
  }
  .main .kv__pd-mb {
    top: 24%;
    left: 41.5%;
    width: 10.5%;
  }
  .main .kv__pd-lc {
    top: 38.5%;
    right: 19%;
    width: 12.5%;
  }
  .main .kv__btn {
    width: 40%;
    margin: 0 20px;
  }
  .main .kv__btn p {
    padding: 5px 5px 10px 5px;
    font-size: 0.9vw;
  }
  .main .kv__btn p img {
    display: block;
    margin-left: 5px;
  }
}
.main .chat {
  padding: 30px 0;
}
.main .chat__box {
  width: 100%;
}
.main .chat__box--feature {
  width: 100%;
}
.main .chat__box--example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px;
  overflow-y: auto;
  background: #000000;
  border: 3px solid #9ffcff;
  -webkit-filter: drop-shadow(0 0 10px #9ffff4);
          filter: drop-shadow(0 0 10px #9ffff4);
  border-radius: 10px;
  height: auto;
}
.main .chat .chat__box--example::-webkit-scrollbar {
  width: 5px;
}
.main .chat .chat__box--example::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 4px;
}
.main .chat .chat__box--example::-webkit-scrollbar-track-piece {
  background: #5c5c5c;
}
.main .chat .chat__box--example::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #9ffcff;
}
.main .chat__title {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.main .chat__title span {
  background: -webkit-linear-gradient(45deg, #8fd3e9, #d4cdf3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main .chat__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 10px #fff;
  padding: 20px 0;
}
.main .chat__feature {
  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;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #ff9edb;
  border-radius: 10px;
  background: #000;
  -webkit-filter: drop-shadow(0 0 15px #ff20ad);
          filter: drop-shadow(0 0 15px #ff20ad);
  padding: 10px 0;
}
.main .chat__feature:nth-child(1) {
  border: 2px solid #82dcff;
  -webkit-filter: drop-shadow(0 0 15px #00b7ff);
          filter: drop-shadow(0 0 15px #00b7ff);
}
.main .chat__feature:nth-child(2) {
  border: 2px solid #ff9edb;
  -webkit-filter: drop-shadow(0 0 15px #ff20ad);
          filter: drop-shadow(0 0 15px #ff20ad);
}
.main .chat__feature:nth-child(3) {
  border: 2px solid #ffecac;
  -webkit-filter: drop-shadow(0 0 15px #f9c10b);
          filter: drop-shadow(0 0 15px #f9c10b);
}
.main .chat__feature img {
  height: 25px;
}
.main .chat__feature p {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 10px #fff;
  text-align: center;
  margin: 0 10px;
}
.main .chat__example {
  color: #ffffff;
  padding: 10px 0px 10px 30px;
  border-right: 1px solid #969696;
  min-width: 270px;
}
.main .chat__example-text {
  width: 95%;
}
.main .chat__example-text h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: -webkit-linear-gradient(45deg, #8fd3e9, #d4cdf3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
}
.main .chat__example-icon {
  width: 5%;
  margin: 3px 10px 0 0;
}
.main .chat__example p {
  width: 80%;
  font-size: 14px;
}
.main .chat__example-copy {
  text-align: right;
  margin: 0 15px 0 10px;
  cursor: pointer;
}
.main .chat__example-copy img {
  width: 20px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.main .chat__example-copy img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main .chat__example-copy img.copy-success {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-filter: brightness(1.5) drop-shadow(0 0 10px #82dcff);
          filter: brightness(1.5) drop-shadow(0 0 10px #82dcff);
  -webkit-animation: copySuccess 0.6s ease-in-out;
          animation: copySuccess 0.6s ease-in-out;
}
.main .chat__step {
  margin-top: 50px;
}
.main .chat__step h2 {
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.main .chat__step-item {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
  padding: 0 20px;
  background-image: radial-gradient(circle at 100% 100%, transparent 16px, #dcf6f8 16px, #dcf6f8 20px, transparent 20px), -webkit-gradient(linear, left top, right top, from(#dcf6f8), to(#dbf5f7)), radial-gradient(circle at 0% 100%, transparent 16px, #dbf5f7 16px, #dbf5f7 20px, transparent 20px), -webkit-gradient(linear, left top, left bottom, from(#dbf5f7), to(#b6aaea)), radial-gradient(circle at 0% 0%, transparent 16px, #b6aaea 16px, #b6aaea 20px, transparent 20px), -webkit-gradient(linear, right top, left top, from(#b6aaea), to(#cdc4f1)), radial-gradient(circle at 100% 0%, transparent 16px, #cdc4f1 16px, #cdc4f1 20px, transparent 20px), -webkit-gradient(linear, left bottom, left top, from(#cdc4f1), to(#dcf6f8));
  background-image: radial-gradient(circle at 100% 100%, transparent 16px, #dcf6f8 16px, #dcf6f8 20px, transparent 20px), linear-gradient(to right, #dcf6f8, #dbf5f7), radial-gradient(circle at 0% 100%, transparent 16px, #dbf5f7 16px, #dbf5f7 20px, transparent 20px), linear-gradient(to bottom, #dbf5f7, #b6aaea), radial-gradient(circle at 0% 0%, transparent 16px, #b6aaea 16px, #b6aaea 20px, transparent 20px), linear-gradient(to left, #b6aaea, #cdc4f1), radial-gradient(circle at 100% 0%, transparent 16px, #cdc4f1 16px, #cdc4f1 20px, transparent 20px), linear-gradient(to top, #cdc4f1, #dcf6f8);
  background-size: 20px 20px, calc(100% - 40px) 4px, 20px 20px, 4px calc(100% - 40px);
  background-position: top left, top center, top right, center right, bottom right, bottom center, bottom left, center left;
  background-repeat: no-repeat;
}
.main .chat__step-item h4 {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: linear-gradient(45deg, #8fd3e9, #d4cdf3);
  padding: 7px 40px 10px;
  border-radius: 50px;
  margin: -25px 0 0 10px;
}
.main .chat__step-item figure {
  position: relative;
  margin-bottom: 20px;
}
.main .chat__step-item figure img {
  width: 100%;
  -webkit-filter: drop-shadow(0 0 50px #8d7f8d);
          filter: drop-shadow(0 0 50px #8d7f8d);
}
.main .chat__step-item figure .step1-2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-filter: none;
          filter: none;
  -webkit-animation: fadeInOut 2.5s ease-in-out infinite;
          animation: fadeInOut 2.5s ease-in-out infinite;
}
.main .chat__step-item p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 25px;
}
.main .chat__step-arrow {
  display: none;
  width: 30px;
}
.main .chat__step-arrow img {
  width: 100%;
}
@media (min-width: 996px) {
  .main .chat {
    padding: 100px 0;
  }
  .main .chat__box {
    width: 100%;
  }
  .main .chat__box--feature {
    width: 50%;
  }
  .main .chat__box--example {
    display: block;
    width: 35%;
    height: unset;
    padding: 10px 30px;
  }
  .main .chat__title {
    font-size: 50px;
  }
  .main .chat__subtitle {
    font-size: 18px;
  }
  .main .chat__feature {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 180px;
    max-width: 180px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    padding: 35px 5px 0;
    margin-top: 10px;
    margin-right: 20px;
  }
  .main .chat__feature img {
    height: 35px;
    margin-bottom: 10px;
  }
  .main .chat__feature p {
    width: 155px;
    margin: 0 auto;
  }
  .main .chat__example {
    min-width: unset;
    border-bottom: 1px solid #969696;
    border-right: none;
    padding: 20px 10px;
  }
  .main .chat__example-text h3 {
    font-size: 20px;
  }
  .main .chat__example p {
    font-size: 16px;
  }
  .main .chat__example-copy {
    width: 20%;
  }
  .main .chat__example-copy img {
    width: 25px;
  }
  .main .chat__step {
    margin-top: 80px;
  }
  .main .chat__step-item {
    width: 45%;
    margin-bottom: 0px;
  }
  .main .chat__step-item h4 {
    font-size: 30px;
    margin: -25px 0 0 25px;
  }
  .main .chat__step-item p {
    font-size: 18px;
  }
  .main .chat__step-arrow {
    display: block;
  }
}
.main .switch {
  position: relative;
  width: 220%;
  margin-left: -59.5%;
}
.main .switch__title {
  font-size: 5.5vw;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 0 20px rgb(0, 187, 255);
  text-align: center;
  position: absolute;
  top: 7%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 20;
}
.main .switch__panel {
  position: relative;
  z-index: 15;
}
.main .switch__panel img {
  width: 100%;
}
.main .switch__bg {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 77%;
  margin: 0 auto;
  z-index: 10;
}
.main .switch__bg .switch__bg-img {
  width: 100%;
}
.main .switch__pd {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 77%;
  z-index: 12;
}
.main .switch__pd-build {
  display: none;
}
.main .switch__pd .active {
  display: block;
}
.main .switch__switch {
  position: absolute;
  top: 65.2%;
  left: 30.65%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 3.9%;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.main .switch__switch.joystick-active {
  -webkit-animation: switchJoystick 0.6s ease-in-out;
          animation: switchJoystick 0.6s ease-in-out;
}
.main .switch__switch img {
  width: 100%;
}
.main .switch__switch:hover {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.main .switch__switch-text {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 48% 75%, 26% 100%, 29% 75%, 0% 75%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 48% 75%, 26% 100%, 29% 75%, 0% 75%);
  background: rgba(230, 36, 36, 0.785);
  padding: 10px 10px 30px;
  position: absolute;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(-10%, -90%);
          transform: translate(-10%, -90%);
  font-size: 14px;
  font-weight: bolder;
  color: #fff;
  width: 140px;
  font-size: 14px;
  text-align: center;
  -webkit-animation-name: AniFloat;
          animation-name: AniFloat;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.main .switch__btn {
  position: absolute;
  top: 73.2%;
  left: 36%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 7%;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .switch__btn .switchBtn {
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  width: 100%;
  margin: 0 13%;
  -webkit-filter: hue-rotate(0deg);
          filter: hue-rotate(0deg);
}
.main .switch__btn .switchBtn:nth-child(1):hover {
  content: url("https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/btn-MEG-active.png");
}
.main .switch__btn .switchBtn:nth-child(1).active {
  content: url("https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/btn-MEG-active.png");
}
.main .switch__btn .switchBtn:nth-child(2):hover {
  content: url("https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/btn-MPG-active.png");
}
.main .switch__btn .switchBtn:nth-child(2).active {
  content: url("https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/btn-MPG-active.png");
}
.main .switch__btn .switchBtn:nth-child(3):hover {
  content: url("https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/btn-MAG-active.png");
}
.main .switch__btn .switchBtn:nth-child(3).active {
  content: url("https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/btn-MAG-active.png");
}
.main .switch__btn .switchBtn:nth-child(4):hover {
  content: url("https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/btn-WHITE-active.png");
}
.main .switch__btn .switchBtn:nth-child(4).active {
  content: url("https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/btn-WHITE-active.png");
}
.main .switch__intro {
  position: absolute;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 20;
  text-align: center;
  background-color: #000;
}
.main .switch__intro-text {
  font-size: 16px;
  font-weight: bolder;
  color: #fff;
  text-shadow: 0 0 10px #fff;
  text-align: center;
  padding: 10px 30px;
  display: none;
}
.main .switch__intro .active {
  display: block;
}
@media (min-width: 996px) {
  .main .switch {
    width: 100%;
    margin-left: 0%;
  }
  .main .switch__title {
    font-size: 3vw;
  }
  .main .switch__intro {
    position: absolute;
    top: 87%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    background: transparent;
  }
  .main .switch__intro-text {
    font-size: 1.1vw;
    padding: 20px;
  }
  .main .switch__intro::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 110%;
    height: 100%;
    background: url(https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/panel-border.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 10;
  }
  .main .switch__switch-text {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);
    background: rgba(208, 57, 57, 0.662745098);
    padding: 10px 10px 40px;
    -webkit-transform: translate(-70%, -100%);
            transform: translate(-70%, -100%);
    width: 200px;
    font-size: 17px;
  }
  .main .switch__btn {
    left: 40%;
    width: 5.5%;
  }
}
.main .pd {
  background: url(https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/blue-bg.png) no-repeat center bottom;
  background-size: cover;
  padding-top: 50px;
}
.main .pd__box {
  display: none;
}
.main .pd__box.active {
  display: block;
}
.main .pd__tab {
  margin: 0px 0 20px;
}
.main .pd__tab-item {
  cursor: pointer;
  color: #fff;
  padding: 0 17px;
  font-size: 22px;
  font-weight: bolder;
  border-right: 2px solid #fff;
}
.main .pd__tab-item:last-child {
  border-right: none;
}
.main .pd__tab-item.active {
  color: #c83695;
  text-decoration: underline;
}
.main .pd__grid {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main .pd__grid.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .pd__grid-item {
  cursor: pointer;
  background: url(https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/1-MEG/Product-Highlights-MEG.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 20px 10px;
  border-radius: 10px;
  color: #ffffff;
  width: calc(50% - 0px);
  margin: 0px;
  text-align: center;
}
.main .pd__grid-item:hover {
  -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7607843137));
          filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7607843137));
}
.main .pd__grid-item figure {
  width: 80%;
  margin: 0px auto;
}
.main .pd__grid-item figure img {
  height: 80px;
}
.main .pd__grid-item .item-category {
  font-weight: bold;
  font-size: 16px;
}
.main .pd__grid-item .item-title {
  padding: 0 10px;
  font-size: 11px;
}
.main .pd .item-pink {
  background: url(https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/2-MPG/Product-Highlights-MPG.png) no-repeat center center;
  background-size: 100% 100%;
}
.main .pd .item-green {
  background: url(https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/3-MAG/Product-Highlights-MAG.png) no-repeat center center;
  background-size: 100% 100%;
}
.main .pd .item-white {
  background: url(https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/4-White/Product-Highlights-white.png) no-repeat center center;
  background-size: 100% 100%;
}
@media (min-width: 576px) {
  .main .pd__grid-item {
    width: calc(50% - 0px);
    margin: 0px;
  }
}
@media (min-width: 996px) {
  .main .pd {
    padding-top: 50px;
  }
  .main .pd__grid-item {
    padding: 40px 10px;
    width: calc(33.3333333333% - 40px);
  }
  .main .pd__grid-item figure img {
    height: 200px;
  }
  .main .pd__grid-item .item-category {
    font-size: 18px;
  }
  .main .pd__grid-item .item-title {
    min-height: 50px;
    padding: 0 40px;
    font-size: 16px;
  }
}
.main .giveaway {
  padding: 50px 0;
}
.main .giveaway__btn {
  text-align: center;
  margin: 30px auto;
  width: 100%;
}
.main .giveaway__btn a {
  display: inline-block;
  background-color: #b3f9ff;
  min-width: 250px;
  padding: 15px 15px;
  border-radius: 50px;
  color: #000;
  font-size: 22px;
  font-weight: bolder;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.main .giveaway__btn a:hover {
  background-color: #d4fbff;
  -webkit-filter: drop-shadow(0 0 10px #ffffff);
          filter: drop-shadow(0 0 10px #ffffff);
}
.main .giveaway__btn--prize a {
  background: -webkit-linear-gradient(45deg, #8fe995, #e88fe9, #d4cdf3);
}
.main .giveaway__title {
  font-size: 30PX;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 0 20px rgb(0, 187, 255);
  text-align: center;
  z-index: 20;
  margin-bottom: 30px;
}
.main .giveaway__subtitle {
  text-align: center;
}
.main .giveaway__wrapper {
  overflow: hidden !important;
  height: 95vh;
  margin: 30px auto 0;
}
.main .giveaway__wrapper--active {
  overflow: auto;
  height: auto;
}
.main .giveaway__extend {
  display: block;
  cursor: pointer;
}
.main .giveaway__extend--active {
  display: none;
}
.main .giveaway__collapse {
  cursor: pointer;
}
@media (min-width: 996px) {
  .main .giveaway {
    padding: 100px 0;
  }
  .main .giveaway__title {
    font-size: 3vw;
  }
}
.main .prize {
  padding: 50px 0;
}
.main .prize__title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 0 20px rgb(0, 187, 255);
  text-align: center;
  z-index: 20;
  margin-bottom: 30px;
}
.main .prize__flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}
.main .prize__box {
  position: relative;
  width: calc(100% - 0px);
  margin: 0px;
}
.main .prize__box-title {
  text-align: center;
  font-size: 20px;
}
.main .prize__box-title span {
  font-size: 16px;
}
.main .prize__box-bg {
  position: relative;
  margin-top: 10px;
}
.main .prize__box-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/PRIZE-1-bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.main .prize__box .bg-green::before {
  background: url(https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/PRIZE-2-bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.main .prize__box .bg-purple::before {
  background: url(https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/PRIZE-3-bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.main .prize__box .bg-gray::before {
  background: url(https://storage-asset.msi.com/event/2025/CND/ez-pc-builder/images/PRIZE-4-bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.main .prize__box-pd {
  position: relative;
  z-index: 10;
  padding: 50px 0px 0;
}
.main .prize__box ul {
  padding: 30px 50px 50px;
  position: relative;
  z-index: 10;
}
.main .prize__box ul li {
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.main .prize__box ul li a {
  color: #fff;
}
.main .prize__box ul li a:hover {
  color: #cccccc;
  text-decoration: underline;
}
@media (min-width: 996px) {
  .main .prize {
    padding: 100px 0;
  }
  .main .prize__title {
    font-size: 3vw;
  }
  .main .prize__box {
    width: calc(50% - 60px);
    margin: 30px;
  }
  .main .prize__box .bg-green {
    min-height: 700px;
  }
}
.main .faqBlock {
  padding: 2% 25px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.main .faqBlock__title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 0 20px rgb(0, 187, 255);
  text-align: center;
  z-index: 20;
  margin-bottom: 10px;
}
.main .faqBlock__flex {
  text-align: left;
  position: relative;
  background: rgba(27, 27, 27, 0.6509803922);
  border: 2px solid #ffffff;
  max-width: 800px;
  padding: 50px 10px;
  margin: 0 auto;
  border-radius: 20px;
  z-index: 2;
}
.main .faqBlock__content {
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3764705882);
}
@media (min-width: 996px) {
  .main .faqBlock__content {
    width: 600px;
  }
}
.main .faqBlock__content-question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .faqBlock__content-question p {
  font-size: 16px;
  width: 95%;
  font-weight: bold;
}
.main .faqBlock__content-question .questionArrow {
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.main .faqBlock__content-question .questionArrow img {
  width: 14px;
}
.main .faqBlock__content-question .questionArrow__down {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.main .faqBlock__content-answer {
  font-size: 14px;
  color: #e5e5e5;
  display: none;
  padding: 10px;
}
.main .faqBlock__content-answer span {
  font-style: italic;
}
.main .faqBlock__content-answer ul {
  list-style: disc;
  padding-left: 20px;
}
.main .faqBlock__content-answer ul li {
  list-style: disc;
}
.main .faqBlock__content-answer ol {
  list-style: decimal;
  padding-left: 20px;
}
.main .faqBlock__content-answer ol li {
  list-style: decimal;
}
.main .faqBlock__content-link {
  color: #1897ff;
  padding: 5px;
}
@media (min-width: 996px) {
  .main .faqBlock {
    padding: 5% 25px;
  }
  .main .faqBlock__title {
    font-size: 3vw;
  }
  .main .faqBlock__flex {
    padding: 50px 20px;
  }
  .main .faqBlock__content-question {
    padding: 20px 20px 20px 0;
  }
  .main .faqBlock__content-question p {
    font-size: 17px;
  }
  .main .faqBlock__content-answer {
    font-size: 17px;
    padding: 10px 10px 10px 0px;
  }
}
.main .explore {
  padding: 50px 0;
}
.main .explore__flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main .explore__title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 0 20px rgb(0, 187, 255);
  text-align: center;
  z-index: 20;
}
.main .explore__item {
  width: calc(100% - 10px);
  margin: 5px;
  cursor: pointer;
  background: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.main .explore__item figure {
  overflow: hidden;
  width: 100%;
}
.main .explore__item figure img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}
.main .explore__item-title {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.1;
  color: #000000;
  text-align: center;
  padding: 10px 0px;
}
.main .explore__item:hover figure > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (min-width: 996px) {
  .main .explore {
    padding: 100px 0;
  }
  .main .explore__title {
    font-size: 3vw;
  }
  .main .explore__item {
    border-radius: 0 0 25px 25px;
    width: calc(33.3333333333% - 40px);
    margin: 20px;
  }
  .main .explore__item-title {
    font-size: 16px;
    padding: 20px 15px;
  }
}/*# sourceMappingURL=main.css.map */