@-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 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);
  }
}
.hideStyle {
  display: none !important;
}

.digime {
  position: relative;
  background: #0d0d0d;
  background: url("https://storage-asset.msi.com/event/2024/CND/digime/images/bg-4-1.jpg")
    no-repeat center center/cover;
  --text-h-one: 30px;
  --text-h-two: 24px;
  --text-h-three: 20px;
  --text-h-four: 18px;
  --text-h-five: 16px;
  --text-p: 15px;
  --text-small: 11px;
  color: #222222;
}
@media (min-width: 996px) {
  .digime {
    --text-h-one: 36px;
    --text-h-two: 40px;
    --text-h-three: 28px;
    --text-h-four: 24px;
    --text-h-five: 20px;
    --text-p: 16px;
  }
}
.digime h1 {
  font-size: var(--text-h-one);
}
.digime h2 {
  font-size: var(--text-h-two);
  margin-bottom: 30px;
}
.digime h3 {
  font-size: var(--text-h-three);
}
.digime h4 {
  font-size: var(--text-h-four);
}
.digime h5 {
  font-size: var(--text-h-five);
}
.digime p {
  font-size: var(--text-p);
}
.digime small {
  font-size: var(--text-small);
  display: block;
}
.digime .container {
  width: 100%;
  max-width: 1280px;
  padding: 25px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 996px) {
  .digime .container {
    text-align: left;
  }
}
.digime img {
  height: auto;
}

.sideqik {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.sideqik iframe {
  overflow: hidden;
}

.kv {
  position: relative;
}
.kv img {
  height: auto;
}
.kv__bg {
  position: relative;
}
.kv picture {
  display: grid;
}
.kv__text {
  position: absolute;
  top: 62%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 90%;
  text-align: center;
}
.kv__text-title {
  font-size: 6vw !important;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 0 20px rgb(0, 187, 255);
  margin-bottom: 10px !important;
}
.kv__text-title span {
  font-size: 10vw !important;
  margin-bottom: 10px;
  display: inline-block;
}
.kv__text-subtitle {
  margin: 10px 0 15px;
  font-size: 16px !important;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 20px rgb(0, 187, 255);
}
.kv__pd {
  position: absolute;
}
.kv__pd-psu {
  bottom: 58.4%;
  left: 22%;
  width: 16%;
  -webkit-filter: drop-shadow(0 0 10px rgb(255, 235, 175));
  filter: drop-shadow(0 0 10px rgb(255, 235, 175));
}
.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;
}
.kv__pd-psu .psu-img.active {
  opacity: 1;
}
.kv__pd-psu .psu-img.glitch-active {
  opacity: 1;
  -webkit-animation: glitch 0.3s ease-in-out;
  animation: glitch 0.3s ease-in-out;
}
.kv__pd-mb {
  top: 5.1%;
  left: 13.4%;
  width: 18%;
  -webkit-filter: drop-shadow(0 0 10px rgb(29, 229, 255));
  filter: drop-shadow(0 0 10px rgb(29, 229, 255));
}
.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;
}
.kv__pd-mb .mb-img.active {
  opacity: 1;
}
.kv__pd-mb .mb-img.glitch-active {
  opacity: 1;
  -webkit-animation: glitch 0.3s ease-in-out;
  animation: glitch 0.3s ease-in-out;
}
.kv__pd-lc {
  top: 8.5%;
  right: 23%;
  width: 19%;
  -webkit-filter: drop-shadow(0 0 10px rgb(255, 29, 251));
  filter: drop-shadow(0 0 10px rgb(255, 29, 251));
}
.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;
}
.kv__pd-lc .lc-img.active {
  opacity: 1;
}
.kv__pd-lc .lc-img.glitch-active {
  opacity: 1;
  -webkit-animation: glitch 0.3s ease-in-out;
  animation: glitch 0.3s ease-in-out;
}
.kv__link {
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: inline-block;
  display: grid;
  place-items: center;
  margin: 0% auto;
}
.kv__link > * {
  grid-area: 1 / 1;
}
.kv__link--margin {
  margin: 5% auto;
}
.kv__link-figure {
  width: 180px;
  position: relative;
  text-align: center;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.kv__link-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.kv__link-text {
  /* position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  color: #fff;
  font-size: 18px !important;
  /* -webkit-filter: drop-shadow(0 0 5px #7a04ff);
  filter: drop-shadow(0 0 5px #7a04ff); */
  z-index: 5;
  padding-bottom: 3%;
}
.kv__link:hover .kv__link-figure {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: drop-shadow(0 0 5px #fcf9ff);
  filter: drop-shadow(0 0 5px #fcf9ff);
}
@media (min-width: 996px) {
  .kv__text {
    top: 50%;
    left: 9%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 30%;
    text-align: left;
  }
  .kv__text-title {
    font-size: 3vw !important;
    width: 70%;
    margin-bottom: 30px !important;
  }
  .kv__text-title span {
    font-size: 4vw !important;
  }
  .kv__text-subtitle {
    font-size: 1.1vw !important;
    margin: 10px 0 30px;
  }
  .kv__pd-psu {
    bottom: 37.3%;
    left: 32.3%;
    width: 9%;
  }
  .kv__pd-mb {
    top: 1.1%;
    left: 41.7%;
    width: 9.5%;
  }
  .kv__pd-lc {
    top: 7.5%;
    right: 23%;
    width: 10%;
  }
  .kv__link-figure {
    width: 280px;
  }
  .kv__link-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .kv__link-text {
    font-size: 25px !important;
  }
}
.tab {
  position: sticky;
  width: 100%;
  z-index: 30;
  line-height: 1;
  top: 0;
}
.tab__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 37px;
  height: 37px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 31;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(35%);
  transform: translateY(35%);
  -webkit-animation: shake 4s linear forwards infinite 0.5s;
  animation: shake 4s linear forwards infinite 0.5s;
}
.tab__hamburger span {
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.tab__hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
  transform: rotate(45deg) translate(6px, 6px);
}
.tab__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.tab__hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
  transform: rotate(-45deg) translate(6px, -6px);
}
.tab__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 996px) {
  .tab__ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 995px) {
  .tab__ul {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    -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-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
      transform 0.3s ease,
      -webkit-transform 0.3s ease;
    z-index: 30;
  }
  .tab__ul.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .tab__ul li {
    width: 100%;
    margin: 10px 0;
    border: none;
    background: transparent;
  }
  .tab__ul li a {
    font-size: 18px;
    padding: 20px 0;
  }
}
.tab__ul li {
  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;
  cursor: pointer;
  border: 1px solid #1b1b1b;
  padding: 0px 30px;
  width: 100%;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2b152e),
    to(#31058c)
  );
  background-image: linear-gradient(to right, #2b152e 0%, #31058c 100%);
}
@media (min-width: 576px) {
  .tab__ul li {
    padding: 0px 30px;
    min-height: auto;
    width: 50%;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#2b152e),
      to(#31058c)
    );
    background-image: linear-gradient(#2b152e 0%, #31058c 100%);
  }
}
@media (min-width: 996px) {
  .tab__ul li {
    padding: 0px 15px;
    width: 25%;
  }
}
.tab__ul li a {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 15px 0;
  width: 100%;
  display: block;
}
.tab__ul li:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2b152e),
    to(#5529ac)
  );
  background-image: linear-gradient(#2b152e 0%, #5529ac 100%);
  -webkit-filter: drop-shadow(0 10px 10px #8345ff);
  filter: drop-shadow(0 10px 10px #8345ff);
}
.tab__ul li:hover a {
  font-weight: 700;
}
.tab__ul .textLine {
  width: 80px;
  height: 3px;
  background: #242424;
}
.tab__ul-text {
  color: #242424;
  margin: 0 20px;
  font-weight: 700;
}
@media (min-width: 996px) {
  .tab__ul-text {
    font-size: 20px !important;
  }
}
@media (max-width: 995px) {
  .tab__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #8345ff;
    padding: 6px;
    border-radius: 50%;
    -webkit-animation: shake1 4s linear forwards 0.5s;
    animation: shake1 4s linear forwards 0.5s;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
  }
}

@-webkit-keyframes shake1 {
  0% {
    -webkit-transform: translateY(35%) rotate(0deg);
    transform: translateY(35%) rotate(0deg);
  }
  14% {
    -webkit-transform: translateY(35%) rotate(0deg);
    transform: translateY(35%) rotate(0deg);
  }
  15% {
    -webkit-transform: translateY(35%) rotate(10deg) scale(1.2);
    transform: translateY(35%) rotate(10deg) scale(1.2);
  }
  20% {
    -webkit-transform: translateY(35%) rotate(-10deg);
    transform: translateY(35%) rotate(-10deg);
  }
  25% {
    -webkit-transform: translateY(35%) rotate(10deg);
    transform: translateY(35%) rotate(10deg);
  }
  30% {
    -webkit-transform: translateY(35%) rotate(-10deg);
    transform: translateY(35%) rotate(-10deg);
  }
  32% {
    -webkit-transform: translateY(35%) rotate(0deg);
    transform: translateY(35%) rotate(0deg);
  }
  59% {
    -webkit-transform: translateY(35%) rotate(0deg);
    transform: translateY(35%) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(35%) rotate(10deg) scale(1.2);
    transform: translateY(35%) rotate(10deg) scale(1.2);
  }
  65% {
    -webkit-transform: translateY(35%) rotate(-10deg);
    transform: translateY(35%) rotate(-10deg);
  }
  70% {
    -webkit-transform: translateY(35%) rotate(10deg);
    transform: translateY(35%) rotate(10deg);
  }
  75% {
    -webkit-transform: translateY(35%) rotate(-10deg);
    transform: translateY(35%) rotate(-10deg);
  }
  77% {
    -webkit-transform: translateY(35%) rotate(0deg);
    transform: translateY(35%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(35%) rotate(0deg);
    transform: translateY(35%) rotate(0deg);
  }
}

@keyframes shake1 {
  0% {
    -webkit-transform: translateY(35%) rotate(0deg);
    transform: translateY(35%) rotate(0deg);
  }
  14% {
    -webkit-transform: translateY(35%) rotate(0deg);
    transform: translateY(35%) rotate(0deg);
  }
  15% {
    -webkit-transform: translateY(35%) rotate(10deg) scale(1.2);
    transform: translateY(35%) rotate(10deg) scale(1.2);
  }
  20% {
    -webkit-transform: translateY(35%) rotate(-10deg);
    transform: translateY(35%) rotate(-10deg);
  }
  25% {
    -webkit-transform: translateY(35%) rotate(10deg);
    transform: translateY(35%) rotate(10deg);
  }
  30% {
    -webkit-transform: translateY(35%) rotate(-10deg);
    transform: translateY(35%) rotate(-10deg);
  }
  32% {
    -webkit-transform: translateY(35%) rotate(0deg);
    transform: translateY(35%) rotate(0deg);
  }
  59% {
    -webkit-transform: translateY(35%) rotate(0deg);
    transform: translateY(35%) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(35%) rotate(10deg) scale(1.2);
    transform: translateY(35%) rotate(10deg) scale(1.2);
  }
  65% {
    -webkit-transform: translateY(35%) rotate(-10deg);
    transform: translateY(35%) rotate(-10deg);
  }
  70% {
    -webkit-transform: translateY(35%) rotate(10deg);
    transform: translateY(35%) rotate(10deg);
  }
  75% {
    -webkit-transform: translateY(35%) rotate(-10deg);
    transform: translateY(35%) rotate(-10deg);
  }
  77% {
    -webkit-transform: translateY(35%) rotate(0deg);
    transform: translateY(35%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(35%) rotate(0deg);
    transform: translateY(35%) rotate(0deg);
  }
}
.videoStep {
  width: 100%;
  text-align: center;
  padding: 50px 25px 0;
  background: #0d0d0d;
  position: relative;
  z-index: 5;
  background: url("https://storage-asset.msi.com/event/2024/CND/digime/images/bg-5-1.jpg")
    no-repeat center center/cover;
}
@media (min-width: 996px) {
  .videoStep {
    padding: 5% 25px;
  }
}
.videoStep__title {
  color: #e41da2;
  margin: 30px 0;
}
.videoStep__text {
  position: absolute;
  width: 10%;
  top: 36%;
  left: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  display: none;
}
.videoStep__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .videoStep__text {
    display: block;
  }
}
.videoStep__text2 {
  position: absolute;
  width: 200px;
  bottom: 50%;
  right: 5%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: -1;
  opacity: 0.2;
}
.videoStep__text2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.videoStep__text3 {
  position: absolute;
  width: 150px;
  top: 2%;
  left: 2%;
  opacity: 0.2;
}
.videoStep__text3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .videoStep__text3 {
    width: 200px;
    opacity: 1;
    top: 5%;
  }
  .videoStep__text3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.videoStep__text4 {
  position: absolute;
  width: 150px;
  top: 2%;
  right: 2%;
  opacity: 0.2;
}
.videoStep__text4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .videoStep__text4 {
    opacity: 1;
    width: 200px;
    top: 5%;
  }
  .videoStep__text4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.videoStep__text5 {
  position: absolute;
  width: 150px;
  bottom: 2%;
  right: 2%;
  opacity: 0.2;
}
.videoStep__text5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .videoStep__text5 {
    opacity: 1;
    width: 200px;
  }
  .videoStep__text5 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.videoStep__text6 {
  position: absolute;
  width: 150px;
  bottom: 2%;
  left: 2%;
  opacity: 0.2;
}
.videoStep__text6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .videoStep__text6 {
    opacity: 1;
    width: 200px;
  }
  .videoStep__text6 img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.videoStep__note {
  color: #b6b6b6;
  margin-top: 40px;
  font-size: 14px;
}
@media (min-width: 996px) {
  .videoStep__note {
    font-size: 16px;
  }
}
.videoStep__bigTab {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3%;
}
.videoStep__bigTab-item {
  cursor: pointer;
  margin: 10px;
  background: #1b1b1b;
  padding: 10px 20px;
  color: #fff;
  min-width: 140px;
  border-radius: 10px;
}
.videoStep__bigTab-item:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6e3b8f),
    color-stop(60%, #c7274c)
  );
  background-image: linear-gradient(to right, #6e3b8f 0%, #c7274c 60%);
}
@media (min-width: 996px) {
  .videoStep__bigTab-item {
    min-width: 200px;
  }
}
.videoStep__bigTab--active {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6e3b8f),
    color-stop(60%, #c7274c)
  );
  background-image: linear-gradient(to right, #6e3b8f 0%, #c7274c 60%);
}
.videoStep__tab {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 3% auto;
}
.videoStep__tab-item {
  cursor: pointer;
  margin: 10px;
  background: #1b1b1b;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #5f5f5f;
  border-radius: 30px;
  min-width: 125px;
}
@media (min-width: 996px) {
  .videoStep__tab-item {
    width: calc(100% / 4 - 20px);
  }
}
.videoStep__tab-item:hover {
  border: 1px solid #e41da2;
  background-image: none;
}
.videoStep__tab--active {
  border: 1px solid #e41da2;
  background-image: none;
}
.videoStep__box {
  display: none;
}
.videoStep__box--active {
  display: block;
}
.videoStep__figure {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.videoStep__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .videoStep__figure {
    margin: 0;
  }
}
.videoStep__figure img {
  border-radius: 20px;
}
.videoStep__step {
  color: #fff;
  text-align: left;
  margin: 0 20px;
  position: relative;
  z-index: 5;
}
.videoStep__step-title {
  max-width: 100%;
}
@media (min-width: 996px) {
  .videoStep__step-title {
    max-width: 350px;
  }
}
.videoStep__video {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 996px) {
  .videoStep__video {
    margin: 0;
    max-width: 650px;
  }
}
.videoStep__item {
  color: #ffffff;
  display: block;
  margin: 15px 0;
  max-width: 100%;
}
@media (min-width: 996px) {
  .videoStep__item {
    max-width: 350px;
  }
}
.videoStep__item figure {
  margin: 0 auto 10px;
  width: 150px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.videoStep__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.videoStep__item figure:hover {
  -webkit-filter: drop-shadow(0 0 10px #d1d1d1);
  filter: drop-shadow(0 0 10px #d1d1d1);
}
.videoStep__item h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.videoStep__flex {
  margin-top: 20px;
  display: none;
}
@media (min-width: 996px) {
  .videoStep__flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.videoStep__flex--active {
  display: block;
}
@media (min-width: 996px) {
  .videoStep__flex--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.videoStep .videoBox {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 20px;
}

/* videoBox-slick：箭頭與影片內容間距固定 20px（左右 padding = 箭頭寬度 20 + 間距 20 = 40） */
.videoStep .videoBox-slick {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  padding: 0 40px;
  overflow: visible;
}
.videoStep .videoBox-slick.slick-slider {
  position: relative;
  overflow: visible;
}
.videoStep .videoBox-slick .videoBox {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.videoStep .videoBox-slick .slick-slide > div {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.videoStep .videoBox-slick .slick-slide .videoBox {
  margin-bottom: 0;
}
/* 勿對 .slick-slide 設 width:100%!important — 會覆寫 Slick 的 inline 寬度，導致無法換頁 */
.videoStep .videoBox-slick .slick-slide {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  box-sizing: border-box;
}
.videoStep .videoBox-slick .slick-list {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
}

.videoStep .videoBox-slick .hatch-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  z-index: 50;
  pointer-events: auto;
}
.videoStep .videoBox-slick .hatch-prev img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.videoStep .videoBox-slick .hatch-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  z-index: 50;
  pointer-events: auto;
}
.videoStep .videoBox-slick .hatch-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.videoStep .videoBox-slick .slick-arrow.slick-prev,
.videoStep .videoBox-slick .slick-arrow.slick-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  bottom: auto;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: auto;
  z-index: 50;
  pointer-events: auto;
}
.videoStep .videoBox-slick .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.videoStep .videoBox-slick .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.videoStep .videoBox-slick .slick-arrow:before,
.videoStep .videoBox-slick .slick-arrow:after {
  content: none !important;
  display: none !important;
}

/*
 * YouTube 外掛（youtube-embed-plugin.css）：若影片被判斷為 Shorts，會用 padding-bottom:177.78%（9:16），
 * 在輪播全寬下高度 ≈ 寬×1.78，視覺上會「整塊超高」。輪播內強制以 16:9 比例框顯示。
 */
.videoStep .videoBox-slick .yt-embed-placeholder,
.videoStep .videoBox-slick .yt-embed-frame-wrap {
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 56.25% !important;
  box-sizing: border-box;
}
.videoStep .videoBox-slick .yt-embed-placeholder--short,
.videoStep .videoBox-slick .yt-embed-frame-wrap--short {
  width: 100% !important;
  max-width: 100% !important;
  padding-bottom: 56.25% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* 外掛對 Shorts 預設 max-width:min(420px,100%)，輪播改為滿版寬 */
.videoStep .videoBox-slick .yt-embed-root--short {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.videoStep .videoBox-slick .yt__video.videoBox-slick__embed {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.videoStep .videoBox-slick .yt-embed-root {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  box-sizing: border-box;
}
.videoStep .videoBox-slick .videoStep__note {
  margin-top: 16px;
}

.digimeInfo {
  text-align: center;
  overflow: hidden;
  padding: 50px 25px 0;
  color: #fff;
}
@media (min-width: 996px) {
  .digimeInfo {
    padding: 5% 25px;
  }
}
.digimeInfo__title {
  color: #e41da2;
}
.digimeInfo__flex {
  position: relative;
  z-index: 3;
  width: 100%;
}
@media (min-width: 996px) {
  .digimeInfo__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;
  }
}
.digimeInfo__flex-xImg {
  width: 180px;
  position: absolute;
  top: -25%;
  left: -10%;
  z-index: 2;
  opacity: 0.2;
}
.digimeInfo__flex-xImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .digimeInfo__flex-xImg {
    opacity: 1;
  }
}
.digimeInfo__flex-lineImg {
  width: 180px;
  position: absolute;
  bottom: -10%;
  right: 40%;
  z-index: 2;
  display: none;
}
.digimeInfo__flex-lineImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .digimeInfo__flex-lineImg {
    display: block;
  }
}
.digimeInfo__video {
  width: 100%;
  max-width: 750px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.digimeInfo__link {
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 996px) {
  .digimeInfo__link {
    text-align: right;
  }
}
.digimeInfo__link-text {
  color: #fff;
  border-radius: 10px;
  font-size: var(--text-p);
  padding: 10px 25px;
  display: inline-block;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6e3b8f),
    color-stop(60%, #c7274c)
  );
  background-image: linear-gradient(to right, #6e3b8f 0%, #c7274c 60%);
  text-align: right;
}
@media (min-width: 996px) {
  .digimeInfo__link-text {
    margin-right: 10px;
  }
}
.digimeInfo__link-text:hover {
  -webkit-filter: drop-shadow(0 0 5px #fff);
  filter: drop-shadow(0 0 5px #fff);
}
.digimeInfo__textBox {
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin: 20px auto;
  position: relative;
  text-align: center;
  z-index: 20;
}
.digimeInfo__textBox::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("https://storage-asset.msi.com/event/2024/CND/digime/images/dg-box.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: -30%;
  left: 20%;
  z-index: 2;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  opacity: 0;
}
@media (min-width: 996px) {
  .digimeInfo__textBox::before {
    opacity: 1;
  }
}
.digimeInfo__textBox::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("https://storage-asset.msi.com/event/2024/CND/digime/images/dg-add.png");
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -10%;
  right: -10%;
  z-index: -1;
  opacity: 0.2;
}
@media (min-width: 996px) {
  .digimeInfo__textBox::after {
    opacity: 1;
  }
}
@media (min-width: 996px) {
  .digimeInfo__textBox {
    max-width: 500px;
    text-align: left;
    margin: 20px 0 20px 50px;
  }
}
.digimeInfo__textBox-title {
  margin-bottom: 10px;
}
.digimeInfo__textBox-figure {
  width: 250px;
  margin: 0 auto 5px;
}
.digimeInfo__textBox-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .digimeInfo__textBox-figure {
    margin: 0 0 5px;
  }
}
.digimeInfo__textBox-link {
  color: #e41da2;
  text-decoration: underline;
}
.digimeInfo__bg {
  max-width: 1280px;
  margin: 0 auto;
  color: white;
  font-size: 24px;
  text-align: center;
}

.meetMia {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 50px 25px 0;
  color: #fff;
}
@media (min-width: 996px) {
  .meetMia {
    padding: 5% 25px;
  }
}
.meetMia__title {
  color: #e41da2;
}
.meetMia__flex {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1300px) {
  .meetMia__flex {
    max-width: 1500px;
  }
}
@media (min-width: 1600px) {
  .meetMia__flex {
    max-width: 1600px;
  }
}
@media (min-width: 996px) {
  .meetMia__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.meetMia__video {
  width: 100%;
  max-width: 750px;
  position: relative;
  z-index: 2;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 20px;
}
.meetMia__textBox {
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin: 20px auto;
  position: relative;
  text-align: center;
  z-index: 20;
  background: #141414;
  padding: 30px 20px;
  border-radius: 20px;
  border: 3px solid rgba(228, 29, 162, 0.45);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.meetMia__textBox-title {
  margin-bottom: 20px;
  text-align: center;
}
.meetMia__textBox-subtitle {
  margin-bottom: 10px;
}
@media (min-width: 996px) {
  .meetMia__textBox {
    max-width: 520px;
    text-align: left;
    margin: 0 20px;
  }
}
.meetMia__btn {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 996px) {
  .meetMia__btn {
    text-align: left;
  }
}
.meetMia__textBox p {
  flex-grow: 1;
}

.meetMia .hatch-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  z-index: 5;
}
.meetMia .hatch-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  z-index: 5;
}
.meetMia .hatch-prev img,
.meetMia .hatch-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .meetMia .hatch-prev {
    left: 0;
  }
  .meetMia .hatch-next {
    right: 0;
  }
}
.meetMia__flex.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.meetMia__flex.slick-slider .slick-slide {
  height: auto;
}

.meetMia__flex.slick-slider .slick-slide .meetMia__textBox {
  height: 100%;
}

/* meetMia：純圖片區（非 YouTube iframe 占位比例） */
.meetMia__video-container--image {
  padding-bottom: 0;
  height: auto;
  overflow: hidden;
}
.meetMia__video-container--image img {
  width: 100%;
  height: auto;
  display: block;
}
.meetMia__video-popupTrigger {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  line-height: 0;
}
.meetMia__video-popupTrigger:focus-visible {
  outline: 3px solid rgba(228, 29, 162, 0.85);
  outline-offset: 3px;
}

/* 中央播放鍵 + 外圍持續擴散圓圈動畫（純 CSS，不改 HTML） */
.meetMia__video-popupTrigger::before,
.meetMia__video-popupTrigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  margin: -34px 0 0 -34px;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}
@media (min-width: 996px) {
  .meetMia__video-popupTrigger::before,
  .meetMia__video-popupTrigger::after {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
}
/* ::before：實心圓形播放鍵（中央白色三角為內嵌 SVG，避免額外 DOM） */
.meetMia__video-popupTrigger::before {
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23ffffff' d='M9 7.5v9l7-4.5z'/></svg>")
      center / 56% 56% no-repeat,
    linear-gradient(135deg, #e41da2 0%, #6e3b8f 100%);
  z-index: 2;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.45),
    0 0 0 0 rgba(228, 29, 162, 0.55);
  -webkit-animation: meetMiaTriggerPulse 1.8s ease-out infinite;
  animation: meetMiaTriggerPulse 1.8s ease-out infinite;
}
/* ::after：外圈持續擴散環 */
.meetMia__video-popupTrigger::after {
  border: 2px solid rgba(228, 29, 162, 0.85);
  z-index: 1;
  opacity: 0;
  -webkit-animation: meetMiaTriggerRing 1.8s ease-out infinite;
  animation: meetMiaTriggerRing 1.8s ease-out infinite;
}
.meetMia__video-popupTrigger:hover::before {
  -webkit-filter: brightness(1.12);
  filter: brightness(1.12);
}

@keyframes meetMiaTriggerPulse {
  0% {
    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.45),
      0 0 0 0 rgba(228, 29, 162, 0.55);
  }
  70% {
    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.45),
      0 0 0 22px rgba(228, 29, 162, 0);
  }
  100% {
    box-shadow:
      0 8px 24px rgba(0, 0, 0, 0.45),
      0 0 0 0 rgba(228, 29, 162, 0);
  }
}
@keyframes meetMiaTriggerRing {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.85;
  }
  100% {
    -webkit-transform: scale(2.2);
    transform: scale(2.2);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .meetMia__video-popupTrigger::before,
  .meetMia__video-popupTrigger::after {
    animation: none;
  }
}

/* popUpTandC.js 影片彈層（data-pd-popup） */
body.popup-open {
  overflow: hidden;
}
.digimePdPopup {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  overflow-y: auto;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  /* 半透明背景改放在 .digimePdPopup__scrim，避免 fadeOut 後父層殘留「透明黑底」感 */
}
/* 全螢幕點擊層：暗色背景 + 點暗處關閉 */
.digimePdPopup__scrim {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(10, 5, 18, 0.88);
  cursor: pointer;
}
.digimePdPopup__panel {
  position: relative;
  width: calc(100% - 32px);
  max-width: min(960px, 96vw);
  margin: 5vh auto 2rem;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(228, 29, 162, 0.35),
    0 16px 48px rgba(0, 0, 0, 0.55);
}
.digimePdPopup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.digimePdPopup__close:hover {
  background: rgba(228, 29, 162, 0.75);
}

.features {
  margin: 0 auto;
  text-align: center;
  padding: 50px 25px 0;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (min-width: 996px) {
  .features {
    padding: 0 25px 5%;
  }
}
.features__title {
  color: #e41da2;
}
.features__tab {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.features__tab-item {
  cursor: pointer;
  margin: 10px;
  background: #1b1b1b;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  min-width: 125px;
}
.features__tab-item:hover {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6e3b8f),
    color-stop(60%, #c7274c)
  );
  background-image: linear-gradient(to right, #6e3b8f 0%, #c7274c 60%);
}
@media (min-width: 996px) {
  .features__tab-item {
    min-width: 150px;
  }
}
.features__tab--active {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6e3b8f),
    color-stop(60%, #c7274c)
  );
  background-image: linear-gradient(to right, #6e3b8f 0%, #c7274c 60%);
}
.features__box {
  display: none;
}
.features__box--active {
  display: block;
}
.features__slick {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 1300px) {
  .features__slick {
    max-width: 1500px;
  }
}
@media (min-width: 1600px) {
  .features__slick {
    max-width: 1600px;
  }
}
.features .featuresContent {
  background: #141414;
  padding: 30px 20px;
  border-radius: 20px;
  border: 3px solid rgba(228, 29, 162, 0.4509803922);
}
@media (min-width: 996px) {
  .features .featuresContent {
    margin: 0 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.features .featuresContent__figure {
  width: 100%;
}
.features .featuresContent__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.features .featuresContent__text {
  text-align: left;
}
.features .featuresContent__word {
  margin: 20px;
  text-align: left;
}
.features .featuresContent__word h3 {
  margin-bottom: 10px;
}
.features .hatch-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}
.features .hatch-prev img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .features .hatch-prev {
    left: 0;
  }
}
.features .hatch-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}
.features .hatch-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .features .hatch-next {
    right: 0;
  }
}

.yt__video {
  width: 100%;
}
.yt__video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.yt__video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fixed {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1920px;
  overflow: hidden;
}
.fixed__one {
  position: absolute;
  top: 24%;
  left: -5%;
  width: 800px;
  z-index: 1;
  display: none;
}
.fixed__one img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .fixed__one {
    display: block;
  }
}
@media (min-width: 1300px) {
  .fixed__one {
    top: 13%;
    left: -5%;
  }
}
@media (min-width: 1600px) {
  .fixed__one {
    top: 13%;
    left: -5%;
  }
}
.fixed__two {
  position: absolute;
  top: 3%;
  left: -26%;
  width: 800px;
  display: none;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.fixed__two img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .fixed__two {
    display: block;
  }
}
@media (min-width: 1300px) {
  .fixed__two {
    top: 3%;
    left: -26%;
  }
}
@media (min-width: 1600px) {
  .fixed__two {
    top: 5%;
    left: -26%;
  }
}
.fixed__three {
  position: absolute;
  top: 25%;
  right: 0%;
  z-index: 1;
  width: 100px;
  opacity: 0.2;
}
.fixed__three img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .fixed__three {
    opacity: 1;
  }
}
@media (min-width: 1300px) {
  .fixed__three {
    top: 13%;
    right: 0%;
  }
}

.navBarOne {
  width: 60px;
  cursor: pointer;
  position: fixed;
  top: 65%;
  right: 10px;
  z-index: 40;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 5px #fff);
  filter: drop-shadow(0 0 5px #fff);
  -webkit-animation: shake 4s linear forwards infinite 0s;
  animation: shake 4s linear forwards infinite 0s;
}
.navBarOne img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .navBarOne {
    width: 90px;
    right: 20px;
  }
  .navBarOne img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.digime-floatIcon {
  --digime-float-gap: clamp(6px, 1.2vh, 12px);
  --digime-float-inset-bottom: max(12px, env(safe-area-inset-bottom, 0px));
  --digime-float-inset-right: 10px;
  --digime-float-logo-size: 60px;
  position: fixed;
  top: auto;
  right: var(--digime-float-inset-right);
  bottom: var(--digime-float-inset-bottom);
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: var(--digime-float-gap);
  width: min(150px, 22vw);
  max-width: 150px;
  max-height: calc(100dvh - var(--digime-float-inset-bottom) - 8px);
  max-height: calc(100vh - var(--digime-float-inset-bottom) - 8px);
  box-sizing: border-box;
  pointer-events: none;
}
.digime-floatIcon > * {
  pointer-events: auto;
  flex-shrink: 0;
}
.navBarTwo {
  width: var(--digime-float-logo-size);
  margin: 0;
  text-align: center;
  -webkit-animation: shake 4s linear forwards infinite 0.5s;
  animation: shake 4s linear forwards infinite 0.5s;
  display: none;
}
.navBarTwo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 995px) {
  .digime {
    padding-bottom: calc(52px + env(safe-area-inset-bottom, 0px));
  }
  .digime-floatIcon {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    align-items: stretch;
    gap: 0;
    max-height: none;
  }
  .navBarJoin {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    padding: 14px 20px;
    padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    font-size: 0.75rem;
  }
}
@media (min-width: 996px) {
  .digime-floatIcon {
    --digime-float-gap: clamp(8px, 1.5vh, 14px);
    --digime-float-inset-bottom: max(20px, env(safe-area-inset-bottom, 0px));
    --digime-float-inset-right: 35px;
    --digime-float-logo-size: 90px;
    width: 150px;
    max-width: 150px;
  }
  .navBarTwo {
    display: block;
  }
}
@media (max-width: 1439px) and (min-width: 996px) {
  .digime-floatIcon {
    --digime-float-inset-right: clamp(20px, 2.5vw, 35px);
    --digime-float-inset-bottom: max(16px, env(safe-area-inset-bottom, 0px));
  }
}
@media (max-height: 640px) and (min-width: 996px) {
  .digime-floatIcon {
    --digime-float-gap: 6px;
    --digime-float-inset-bottom: max(10px, env(safe-area-inset-bottom, 0px));
    transform: scale(0.95);
    transform-origin: bottom right;
  }
  .navBarJoin {
    padding: 12px 16px;
  }
}

.navBarJoin {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 14px 20px;
  overflow: visible;
  color: #fff5fc;
  font-weight: 700;
  font-size: clamp(0.65rem, 1.1vw, 0.75rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.35;
  text-decoration: none;
  border-radius: 0;
  transition: 0.3s ease-in-out;
  text-shadow:
    0 0 12px rgba(228, 29, 162, 0.85),
    0 0 28px rgba(131, 69, 255, 0.65),
    0 0 44px rgba(255, 120, 200, 0.2);
  background-color: rgba(43, 21, 46, 0.92);
  background-image:
    linear-gradient(
      152deg,
      rgba(43, 21, 46, 0.98) 0%,
      rgba(85, 41, 172, 0.88) 38%,
      rgba(49, 5, 140, 0.94) 68%,
      rgba(110, 59, 143, 0.86) 100%
    ),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0) 8px,
      rgba(228, 29, 162, 0.1) 8px,
      rgba(228, 29, 162, 0.1) 9px
    ),
    repeating-linear-gradient(
      45deg,
      transparent 0,
      transparent 10px,
      rgba(131, 69, 255, 0.09) 10px,
      rgba(131, 69, 255, 0.09) 11px
    ),
    repeating-linear-gradient(
      -45deg,
      transparent 0,
      transparent 14px,
      rgba(228, 29, 162, 0.08) 14px,
      rgba(228, 29, 162, 0.08) 15px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 5px,
      rgba(228, 29, 162, 0.095) 5px,
      rgba(228, 29, 162, 0.095) 6px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 5px,
      rgba(131, 69, 255, 0.085) 5px,
      rgba(131, 69, 255, 0.085) 6px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) 11px,
      rgba(255, 255, 255, 0.075) 11px,
      rgba(255, 255, 255, 0.075) 12px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0) 11px,
      rgba(255, 255, 255, 0.065) 11px,
      rgba(255, 255, 255, 0.065) 12px
    ),
    radial-gradient(
      circle at 50% 120%,
      rgba(199, 39, 76, 0.48) 0%,
      transparent 55%
    ),
    radial-gradient(
      circle at 1px 1px,
      rgba(255, 255, 255, 0.2) 1px,
      transparent 0
    );
  background-size:
    auto,
    auto,
    auto,
    auto,
    auto,
    auto,
    auto,
    auto,
    auto,
    14px 14px;
  background-position:
    0 0,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0;
  background-repeat:
    no-repeat, repeat, repeat, repeat, repeat, repeat, repeat, repeat,
    no-repeat, repeat;
  border: 1px solid rgba(228, 29, 162, 0.75);
  box-shadow:
    0 0 0 1px rgba(131, 69, 255, 0.32) inset,
    0 0 36px rgba(131, 69, 255, 0.52),
    0 0 56px rgba(228, 29, 162, 0.38),
    0 0 80px rgba(190, 80, 255, 0.22),
    0 6px 22px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    color 0.28s ease,
    text-shadow 0.28s ease;
  -webkit-animation:
    navBarJoinGlow 1.65s ease-in-out infinite,
    navBarJoinDotSheen 7s linear infinite;
  animation:
    navBarJoinGlow 1.65s ease-in-out infinite,
    navBarJoinDotSheen 7s linear infinite;
}
@media (min-width: 996px) {
  .navBarJoin {
    max-width: 150px;
    border-radius: 10px;
  }
}
.navBarJoin:hover,
.navBarJoin:focus-visible {
  color: #ffffff;
  border-color: rgba(228, 29, 162, 0.95);
  text-shadow: none;
  box-shadow: none;
  outline: none;
  animation: none;
  transform: scale(1.05);
}
.navBarJoin:focus-visible {
  outline: 2px solid rgba(228, 29, 162, 0.65);
  outline-offset: 3px;
}
.navBarJoin img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
/* 四角光暈 + 上下橫線 + 左右直線（框線感） */
.navBarJoin::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(circle at 0 0, rgba(228, 29, 162, 0.42) 0, transparent 42%),
    radial-gradient(
      circle at 100% 0,
      rgba(131, 69, 255, 0.38) 0,
      transparent 42%
    ),
    radial-gradient(
      circle at 0 100%,
      rgba(131, 69, 255, 0.35) 0,
      transparent 42%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(199, 39, 76, 0.32) 0,
      transparent 42%
    ),
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(228, 29, 162, 0.75) 18%,
      rgba(131, 69, 255, 0.6) 50%,
      rgba(228, 29, 162, 0.75) 82%,
      transparent 100%
    ),
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(131, 69, 255, 0.65) 22%,
      rgba(228, 29, 162, 0.7) 50%,
      rgba(131, 69, 255, 0.65) 78%,
      transparent 100%
    ),
    linear-gradient(
      180deg,
      rgba(228, 29, 162, 0.7) 0,
      rgba(228, 29, 162, 0.7) 100%
    ),
    linear-gradient(
      180deg,
      rgba(131, 69, 255, 0.58) 0,
      rgba(131, 69, 255, 0.58) 100%
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 12px,
      rgba(228, 29, 162, 0.14) 12px,
      rgba(228, 29, 162, 0.14) 13px
    );
  background-size:
    100% 100%,
    100% 100%,
    100% 100%,
    100% 100%,
    100% 2px,
    100% 2px,
    1px 58%,
    1px 58%,
    100% 100%;
  background-position:
    0 0,
    0 0,
    0 0,
    0 0,
    0 5px,
    0 calc(100% - 5px),
    6px 50%,
    calc(100% - 6px) 50%,
    0 0;
  background-repeat:
    no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat,
    no-repeat, repeat;
  opacity: 1;
  -webkit-animation: navBarJoinScanlines 1.75s linear infinite;
  animation: navBarJoinScanlines 1.75s linear infinite;
}
/* 雙層網格 + 斜線（已移除掃光／斜向高光帶） */
.navBarJoin::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background-image:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.09) 0 1px,
      transparent 1px 11px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.09) 0 1px,
      transparent 1px 11px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(228, 29, 162, 0.13) 0 1px,
      transparent 1px 5px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(131, 69, 255, 0.11) 0 1px,
      transparent 1px 5px
    ),
    repeating-linear-gradient(
      72deg,
      transparent 0,
      transparent 9px,
      rgba(255, 255, 255, 0.08) 9px,
      rgba(255, 255, 255, 0.08) 10px
    ),
    repeating-linear-gradient(
      -72deg,
      transparent 0,
      transparent 11px,
      rgba(228, 29, 162, 0.1) 11px,
      rgba(228, 29, 162, 0.1) 12px
    );
  background-size:
    11px 11px,
    11px 11px,
    5px 5px,
    5px 5px,
    22px 22px,
    24px 24px;
  background-position:
    0 0,
    0 0,
    0 0,
    0 0,
    0 0,
    0 0;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  mix-blend-mode: soft-light;
  opacity: 0.96;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.92) 28%,
    rgba(0, 0, 0, 0.92) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.92) 28%,
    rgba(0, 0, 0, 0.92) 100%
  );
  -webkit-animation: navBarJoinGridFlow 5s linear infinite;
  animation: navBarJoinGridFlow 5s linear infinite;
}
@-webkit-keyframes navBarJoinDotSheen {
  0% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0;
  }
  100% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      28px 28px;
  }
}
@keyframes navBarJoinDotSheen {
  0% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0;
  }
  100% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      28px 28px;
  }
}
@-webkit-keyframes navBarJoinScanlines {
  0% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      0 5px,
      0 calc(100% - 5px),
      6px 50%,
      calc(100% - 6px) 50%,
      0 0;
  }
  100% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      0 5px,
      0 calc(100% - 5px),
      6px 50%,
      calc(100% - 6px) 50%,
      0 26px;
  }
}
@keyframes navBarJoinScanlines {
  0% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      0 5px,
      0 calc(100% - 5px),
      6px 50%,
      calc(100% - 6px) 50%,
      0 0;
  }
  100% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      0 5px,
      0 calc(100% - 5px),
      6px 50%,
      calc(100% - 6px) 50%,
      0 26px;
  }
}
@-webkit-keyframes navBarJoinGridFlow {
  0% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0;
  }
  100% {
    background-position:
      16px 0,
      0 16px,
      8px 0,
      0 8px,
      30px 20px,
      -28px 30px;
  }
}
@keyframes navBarJoinGridFlow {
  0% {
    background-position:
      0 0,
      0 0,
      0 0,
      0 0,
      0 0,
      0 0;
  }
  100% {
    background-position:
      16px 0,
      0 16px,
      8px 0,
      0 8px,
      30px 20px,
      -28px 30px;
  }
}
@-webkit-keyframes navBarJoinGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(131, 69, 255, 0.35) inset,
      0 0 32px rgba(131, 69, 255, 0.48),
      0 0 52px rgba(228, 29, 162, 0.36),
      0 0 72px rgba(180, 90, 255, 0.22),
      0 6px 22px rgba(0, 0, 0, 0.55);
    text-shadow:
      0 0 12px rgba(228, 29, 162, 0.85),
      0 0 28px rgba(131, 69, 255, 0.65),
      0 0 44px rgba(255, 120, 200, 0.2);
  }
  50% {
    box-shadow:
      0 0 0 2px rgba(228, 29, 162, 0.45) inset,
      0 0 48px rgba(131, 69, 255, 0.72),
      0 0 76px rgba(228, 29, 162, 0.52),
      0 0 100px rgba(255, 90, 200, 0.32),
      0 0 120px rgba(150, 100, 255, 0.18),
      0 6px 22px rgba(0, 0, 0, 0.55);
    text-shadow:
      0 0 18px rgba(228, 29, 162, 1),
      0 0 36px rgba(131, 69, 255, 0.85),
      0 0 52px rgba(255, 200, 255, 0.45);
  }
}
@keyframes navBarJoinGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(131, 69, 255, 0.35) inset,
      0 0 32px rgba(131, 69, 255, 0.48),
      0 0 52px rgba(228, 29, 162, 0.36),
      0 0 72px rgba(180, 90, 255, 0.22),
      0 6px 22px rgba(0, 0, 0, 0.55);
    text-shadow:
      0 0 12px rgba(228, 29, 162, 0.85),
      0 0 28px rgba(131, 69, 255, 0.65),
      0 0 44px rgba(255, 120, 200, 0.2);
  }
  50% {
    box-shadow:
      0 0 0 2px rgba(228, 29, 162, 0.45) inset,
      0 0 48px rgba(131, 69, 255, 0.72),
      0 0 76px rgba(228, 29, 162, 0.52),
      0 0 100px rgba(255, 90, 200, 0.32),
      0 0 120px rgba(150, 100, 255, 0.18),
      0 6px 22px rgba(0, 0, 0, 0.55);
    text-shadow:
      0 0 18px rgba(228, 29, 162, 1),
      0 0 36px rgba(131, 69, 255, 0.85),
      0 0 52px rgba(255, 200, 255, 0.45);
  }
}
@media (min-width: 996px) {
  .navBarJoin {
    right: 20px;
    max-width: 150px;
    padding: 16px 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .navBarJoin,
  .navBarJoin::before,
  .navBarJoin::after {
    -webkit-animation: none !important;
    animation: none !important;
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  14% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
  }
  20% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  32% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  59% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
  }
  65% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  77% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  14% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
  }
  20% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  32% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  59% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(10deg) scale(1.2);
    transform: rotate(10deg) scale(1.2);
  }
  65% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  77% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.product {
  width: 100%;
  text-align: center;
  padding: 50px 25px;
  position: relative;
  z-index: 5;
}
@media (min-width: 996px) {
  .product {
    padding: 5% 25px;
  }
}
.product__title {
  color: #e41da2;
  margin-bottom: 30px;
}
.product__text {
  position: absolute;
  width: 200px;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  display: none;
}
.product__text img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .product__text {
    display: block;
  }
}
.product__text2 {
  position: absolute;
  width: 200px;
  bottom: 50%;
  right: 5%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: -1;
}
.product__text2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__text3 {
  position: absolute;
  width: 150px;
  top: 5%;
  left: 2%;
}
.product__text3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__text4 {
  position: absolute;
  width: 150px;
  top: 5%;
  right: 2%;
}
.product__text4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__text5 {
  position: absolute;
  width: 150px;
  bottom: 5%;
  right: 2%;
}
.product__text5 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__text6 {
  position: absolute;
  width: 150px;
  bottom: 5%;
  left: 2%;
}
.product__text6 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__tab {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid #e41da2;
  max-width: 1280px;
  padding-bottom: 10px;
  margin: 0 auto 30px;
}
.product__tab-item {
  cursor: pointer;
  margin: 10px;
  padding: 15px 20px;
  color: #fff;
  border-radius: 10px;
}
.product__tab-item .tabIcon {
  width: 80px;
  margin: 0 auto;
}
.product__tab-item .tabIcon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product__tab-item:hover {
  background: #e41da2;
}
.product__tab--active {
  background: #e41da2;
}
.product__figure {
  width: 100%;
}
.product__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .product__figure {
    max-width: 680px;
    margin-right: 30px;
  }
}
.product__figure img {
  border-radius: 20px;
}
.product__box {
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .product__box {
    max-width: 680px;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.product__box-text {
  text-align: left;
  color: rgba(255, 255, 255, 0.6156862745);
}
.product__step {
  color: #fff;
  text-align: left;
  margin: 10px 0;
  position: relative;
  z-index: 5;
  max-width: 100%;
}
@media (min-width: 996px) {
  .product__step {
    margin: 0;
  }
}
.product__item {
  color: #ffffff;
  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: 10px 0;
}
.product__item p {
  max-width: 220px;
}
@media (min-width: 996px) {
  .product__item p {
    max-width: 350px;
  }
}
.product__item-link {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
  padding: 5px 5px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 14px;
}
.product__item-link:hover {
  background: #e41da2;
}
@media (min-width: 996px) {
  .product__item-link {
    margin: 0 10px;
    font-size: 17px;
  }
}
.product__item-blueLink {
  font-weight: 700;
  font-size: 14px;
  margin-top: 10px;
  background: #1b6ecc;
  color: #fff;
  padding: 5px;
  border-radius: 10px;
}
.product__item-blueLink:hover {
  background: #0d2f57;
}
.product__flex {
  display: none;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .product__flex {
    padding: 0 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product__flex--active {
  display: block;
}
@media (min-width: 996px) {
  .product__flex--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.product .videoBox {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}

.faqBlock {
  padding: 5% 25px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background: url(https://storage-asset.msi.com/event/2025/CND/digime/images/faq-bg.jpg)
    no-repeat center center;
  background-size: cover;
}
.faqBlock__title {
  text-align: center;
  color: #e41da2;
  position: relative;
  z-index: 10;
}
.faqBlock__flex {
  text-align: left;
  position: relative;
  background: rgba(27, 27, 27, 0.6509803922);
  border: 2px solid #e41da2;
  max-width: 1000px;
  padding: 50px 20px;
  margin: 0 auto;
  border-radius: 20px;
  z-index: 2;
}
.faqBlock__lineText {
  z-index: 1;
  position: absolute;
  width: 500px;
  top: 35%;
  left: -38%;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  display: none;
}
.faqBlock__lineText img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 996px) {
  .faqBlock__lineText {
    display: block;
  }
}
.faqBlock__arrow {
  z-index: 1;
  position: absolute;
  z-index: 2;
  width: 30px;
  bottom: -110px;
  right: 15%;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  display: none;
}
.faqBlock__arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.faqBlock__arrow-text {
  position: relative;
  z-index: 5;
  color: #d04273;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -10px;
  margin-left: 2px;
  font-size: 40px !important;
  font-weight: 700;
}
@media (min-width: 996px) {
  .faqBlock__arrow {
    display: block;
  }
}
.faqBlock__content {
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(228, 29, 162, 0.3764705882);
}
@media (min-width: 996px) {
  .faqBlock__content {
    width: 800px;
  }
}
.faqBlock__content-question {
  color: #e41da2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faqBlock__content-question p {
  width: 95%;
}
.faqBlock__content-question .questionArrow {
  margin-left: 10px;
  width: 5%;
}
.faqBlock__content-question .questionArrow img {
  width: 14px;
}
.faqBlock__content-question .questionArrow__down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faqBlock__content-answer {
  color: #fff;
  display: none;
  padding: 10px;
}
.faqBlock__content-answer ul {
  color: #fff;
  list-style: disc;
  padding-left: 20px;
  color: #fff;
}
.faqBlock__content-answer ul li {
  color: #fff;
  list-style: disc;
  color: #fff;
}
.faqBlock__content-answer ol {
  color: #fff;
  list-style: decimal;
  padding-left: 20px;
  color: #fff;
}
.faqBlock__content-answer ol li {
  color: #fff;
  list-style: decimal;
  color: #fff;
}
.faqBlock__content-link {
  color: #1897ff;
  padding: 5px;
}

@media (min-width: 996px) {
  .faqBlock__content-question {
    padding: 20px 20px 20px 0;
  }
  .faqBlock__content-answer {
    padding: 10px 10px 10px 10px;
  }
}
.bannerKv {
  position: relative;
  z-index: 3;
  width: 100%;
}
.bannerKv img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.giveawayBox {
  max-width: 1280px;
  margin: 5% auto;
}

.popout {
  background: rgba(0, 0, 0, 0.839);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}
.popout__block {
  position: relative;
  max-width: 760px;
  background: #161616;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}
.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}
.popout__block-close svg {
  fill: #fff;
}
.popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popout__dm a {
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}
.popout__dm a img {
  height: 50px;
}

.pbm {
  color: #fff;
  background: #000000;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(0, 0, 0)),
    color-stop(25%, rgb(64, 10, 50)),
    color-stop(50%, rgb(13, 30, 66)),
    color-stop(80%, rgb(54, 48, 9)),
    to(rgb(0, 0, 0))
  );
  background: linear-gradient(
    0deg,
    rgb(0, 0, 0) 0%,
    rgb(64, 10, 50) 25%,
    rgb(13, 30, 66) 50%,
    rgb(54, 48, 9) 80%,
    rgb(0, 0, 0) 100%
  );
}
.pbm .common__wrapper {
  padding: 30px;
  margin: 30px auto 0;
}
.pbm .common__intro {
  text-align: center;
}
.pbm .common__intro h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 27px;
}
.pbm .common__intro p {
  margin-bottom: 15px;
}
.pbm .common__note {
  font-size: 14px;
  color: #858585;
}
.pbm .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;
}
.pbm .common__flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.pbm .common__flex--aInormal {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
.pbm .common__flex--aIstart {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pbm .common__flex--jCaround {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.pbm .common__flex--jCbetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pbm .common__flex--jCstart {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pbm .common__flex--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pbm .common__table {
  position: relative;
  overflow: hidden;
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 0px 0px 0px 0px;
  z-index: 1;
}
.pbm .common__table-row {
  display: table-row;
}
.pbm .common__table-th {
  display: table-cell;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  padding: 5px;
  text-transform: uppercase;
}
.pbm .common__table-cell {
  display: block;
  min-width: 170px;
  color: rgba(255, 255, 255, 0.6666666667);
  text-align: left;
  padding: 5px;
  position: relative;
  font-size: 14px;
  padding: 0px 20px 0px 0px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pbm .common__table-cell:last-child {
  color: #fff;
  padding: 0px 0px 10px 0px;
  font-size: 16px;
}
.pbm .common__table-cell .arrow-icon {
  margin: 0px 11px 0 0;
  width: 10px;
  display: none;
}
.pbm .common__table-cell a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pbm .common__table-cell a:hover {
  color: #c8f9ff;
}
@media (min-width: 996px) {
  .pbm .common__wrapper {
    margin: 30px auto;
  }
  .pbm .common__intro h2 {
    font-size: 35px;
  }
  .pbm .common__table {
    margin: 0px 0px 0px 10px;
  }
  .pbm .common__table-cell {
    color: #fff;
    display: table-cell;
    padding: 10px 20px 10px 5px;
    font-size: 16px;
  }
  .pbm .common__table-cell:last-child {
    padding: 10px 0px 10px 5px;
  }
  .pbm .common__table-cell .arrow-icon {
    display: inline-block;
  }
}
.pbm .common__btn {
  text-align: center;
  margin: 30px auto;
  width: 100%;
}
.pbm .common__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;
}
.pbm .common__btn a:hover {
  background-color: #d4fbff;
  -webkit-filter: drop-shadow(0 0 10px #ffffff);
  filter: drop-shadow(0 0 10px #ffffff);
}
.pbm a {
  color: #fff;
}
.pbm__tab {
  max-width: 1280px;
  padding: 0px 0 0;
  margin: 0px auto 20px;
}
.pbm__tabName {
  position: relative;
  width: 50%;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  z-index: 5;
  background-color: #000000;
  margin: 0px 0;
  font-weight: bolder;
  font-size: 17px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pbm__tabName:nth-child(1) {
  position: relative;
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #4d1600 -1px,
      #4d1600 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#4d1600), to(#97773c)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #97773c -1px,
      #97773c 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#97773c), to(#e3dc7b)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#e3dc7b), to(#96763b)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #96763b -1px,
      #96763b 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#96763b), to(#4d1600));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #4d1600 -1px,
      #4d1600 1px,
      transparent 1px
    ),
    linear-gradient(to right, #4d1600, #97773c),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #97773c -1px,
      #97773c 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #97773c, #e3dc7b),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    linear-gradient(to left, #e3dc7b, #96763b),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #96763b -1px,
      #96763b 1px,
      transparent 1px
    ),
    linear-gradient(to top, #96763b, #4d1600);
  background-size:
    1px 1px,
    calc(100% - 2px) 2px,
    1px 1px,
    2px calc(100% - 2px);
  background-position:
    top left,
    top center,
    top right,
    center right,
    bottom right,
    bottom center,
    bottom left,
    center left;
  background-repeat: no-repeat;
  background-color: #000000;
  z-index: 5;
}
.pbm__tabName:nth-child(1).pbm__tabName--active {
  background-color: #2f291d;
  -webkit-filter: drop-shadow(0 0 20px #e3844c);
  filter: drop-shadow(0 0 20px #e3844c);
}
.pbm__tabName:nth-child(1):hover {
  background-color: #2f291d;
  -webkit-filter: drop-shadow(0 0 20px #e3844c);
  filter: drop-shadow(0 0 20px #e3844c);
}
.pbm__tabName:nth-child(2) {
  position: relative;
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82178 -1px,
      #e82178 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#e82178), to(#e482cb)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #e482cb -1px,
      #e482cb 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#e482cb), to(#daa5e9)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #daa5e9 -1px,
      #daa5e9 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#daa5e9), to(#e47ec8)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#e47ec8), to(#e82178));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82178 -1px,
      #e82178 1px,
      transparent 1px
    ),
    linear-gradient(to right, #e82178, #e482cb),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #e482cb -1px,
      #e482cb 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #e482cb, #daa5e9),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #daa5e9 -1px,
      #daa5e9 1px,
      transparent 1px
    ),
    linear-gradient(to left, #daa5e9, #e47ec8),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    linear-gradient(to top, #e47ec8, #e82178);
  background-size:
    1px 1px,
    calc(100% - 2px) 2px,
    1px 1px,
    2px calc(100% - 2px);
  background-position:
    top left,
    top center,
    top right,
    center right,
    bottom right,
    bottom center,
    bottom left,
    center left;
  background-repeat: no-repeat;
  background-color: #000000;
  z-index: 5;
}
.pbm__tabName:nth-child(2).pbm__tabName--active {
  background-color: #2b1d2f;
  -webkit-filter: drop-shadow(0 0 20px #e82178);
  filter: drop-shadow(0 0 20px #e82178);
}
.pbm__tabName:nth-child(2):hover {
  background-color: #2b1d2f;
  -webkit-filter: drop-shadow(0 0 20px #e82178);
  filter: drop-shadow(0 0 20px #e82178);
}
.pbm__tabName:nth-child(3) {
  position: relative;
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#385929), to(#7b9637)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#7b9637), to(#c1d747)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#c1d747), to(#7b9737)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#7b9737), to(#385929));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    linear-gradient(to right, #385929, #7b9637),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #7b9637, #c1d747),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    linear-gradient(to left, #c1d747, #7b9737),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    linear-gradient(to top, #7b9737, #385929);
  background-size:
    1px 1px,
    calc(100% - 2px) 2px,
    1px 1px,
    2px calc(100% - 2px);
  background-position:
    top left,
    top center,
    top right,
    center right,
    bottom right,
    bottom center,
    bottom left,
    center left;
  background-repeat: no-repeat;
  background-color: #000000;
  z-index: 5;
}
.pbm__tabName:nth-child(3).pbm__tabName--active {
  background-color: #1e2d23;
  -webkit-filter: drop-shadow(0 0 20px #cfe34c);
  filter: drop-shadow(0 0 20px #cfe34c);
}
.pbm__tabName:nth-child(3):hover {
  background-color: #1e2d23;
  -webkit-filter: drop-shadow(0 0 20px #cfe34c);
  filter: drop-shadow(0 0 20px #cfe34c);
}
.pbm__tabName:nth-child(4) {
  position: relative;
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #595959 -1px,
      #595959 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#595959), to(#a0a0a0)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #a0a0a0 -1px,
      #a0a0a0 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#a0a0a0), to(#f2f2f2)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #f2f2f2 -1px,
      #f2f2f2 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#f2f2f2), to(#a8a8a8)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #a8a8a8 -1px,
      #a8a8a8 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#a8a8a8), to(#595959));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #595959 -1px,
      #595959 1px,
      transparent 1px
    ),
    linear-gradient(to right, #595959, #a0a0a0),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #a0a0a0 -1px,
      #a0a0a0 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #a0a0a0, #f2f2f2),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #f2f2f2 -1px,
      #f2f2f2 1px,
      transparent 1px
    ),
    linear-gradient(to left, #f2f2f2, #a8a8a8),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #a8a8a8 -1px,
      #a8a8a8 1px,
      transparent 1px
    ),
    linear-gradient(to top, #a8a8a8, #595959);
  background-size:
    1px 1px,
    calc(100% - 2px) 2px,
    1px 1px,
    2px calc(100% - 2px);
  background-position:
    top left,
    top center,
    top right,
    center right,
    bottom right,
    bottom center,
    bottom left,
    center left;
  background-repeat: no-repeat;
  background-color: #000000;
  z-index: 5;
}
.pbm__tabName:nth-child(4).pbm__tabName--active {
  background-color: #282828;
  -webkit-filter: drop-shadow(0 0 20px #ffffff);
  filter: drop-shadow(0 0 20px #ffffff);
}
.pbm__tabName:nth-child(4):hover {
  background-color: #282828;
  -webkit-filter: drop-shadow(0 0 20px #ffffff);
  filter: drop-shadow(0 0 20px #ffffff);
}
@media (min-width: 996px) {
  .pbm__tab {
    max-width: 1280px;
    padding: 0px 0 30px;
    margin: 0px auto 30px;
  }
  .pbm__tabName {
    width: 25%;
    margin: 30px 0;
    padding: 18px 0;
    font-size: 20px;
  }
}
.pbm .userType {
  display: none;
}
.pbm .userType--active {
  display: block;
}
.pbm .userType__box {
  display: none;
}
.pbm .userType__box--active {
  display: block;
}
.pbm .userType__cpu {
  display: none;
}
.pbm .userType__cpu--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pbm__box {
  display: none;
}
.pbm__box--active {
  display: block;
}
.pbm__intro {
  margin-bottom: 30px;
}
.pbm__intro-pic {
  position: relative;
  width: 100%;
}
.pbm__intro-txt {
  padding: 0 0px;
  width: 100%;
}
.pbm__intro-txt h2 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.pbm__intro-txt p {
  margin-bottom: 15px;
}
.pbm__intro-txt .txt--1 {
  color: #e8d28c;
}
.pbm__intro-txt .txt--2 {
  color: #e81f76;
}
.pbm__intro-txt .txt--3 {
  color: #c3d947;
}
.pbm__intro-txt .txt--4 {
  color: #ffffff;
}
.pbm__intro-note {
  position: absolute;
  right: 1%;
  bottom: 1%;
  font-size: 10px;
}
.pbm__intro-tab {
  width: 35%;
  min-width: 222px;
  margin-top: 0px;
}
.pbm__intro-tab .tabBtn {
  cursor: pointer;
  width: 50%;
  text-align: left;
  padding: 0px 0 10px;
  font-weight: bolder;
}
.pbm__intro-tab .tabBtn--active {
  color: #c3d947;
  text-decoration: underline;
}
.pbm__intro-switch {
  width: 35%;
  margin-top: 30px;
}
.pbm__intro-switch .switchBtn {
  cursor: pointer;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  font-weight: bolder;
}
.pbm__intro-switch--1 {
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #4d1600 -1px,
      #4d1600 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#4d1600), to(#97773c)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #97773c -1px,
      #97773c 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#97773c), to(#e3dc7b)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#e3dc7b), to(#96763b)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #96763b -1px,
      #96763b 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#96763b), to(#4d1600));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #4d1600 -1px,
      #4d1600 1px,
      transparent 1px
    ),
    linear-gradient(to right, #4d1600, #97773c),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #97773c -1px,
      #97773c 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #97773c, #e3dc7b),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    linear-gradient(to left, #e3dc7b, #96763b),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #96763b -1px,
      #96763b 1px,
      transparent 1px
    ),
    linear-gradient(to top, #96763b, #4d1600);
  background-size:
    1px 1px,
    calc(100% - 2px) 2px,
    1px 1px,
    2px calc(100% - 2px);
  background-position:
    top left,
    top center,
    top right,
    center right,
    bottom right,
    bottom center,
    bottom left,
    center left;
  background-repeat: no-repeat;
  background-color: rgba(32, 26, 5, 0.5333333333);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pbm__intro-switch--1 .switchBtn {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pbm__intro-switch--1 .switchBtn:hover {
  background-color: rgba(117, 95, 16, 0.5333333333);
}
.pbm__intro-switch--1 .switchBtn--active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(155, 74, 24, 0.662745098)),
    to(rgba(139, 118, 26, 0.7137254902))
  );
  background: linear-gradient(
    90deg,
    rgba(155, 74, 24, 0.662745098) 0%,
    rgba(139, 118, 26, 0.7137254902) 100%
  );
}
.pbm__intro-switch--2 {
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82178 -1px,
      #e82178 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#e82178), to(#e482cb)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #e482cb -1px,
      #e482cb 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#e482cb), to(#daa5e9)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #daa5e9 -1px,
      #daa5e9 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#daa5e9), to(#e47ec8)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#e47ec8), to(#e82178));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82178 -1px,
      #e82178 1px,
      transparent 1px
    ),
    linear-gradient(to right, #e82178, #e482cb),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #e482cb -1px,
      #e482cb 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #e482cb, #daa5e9),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #daa5e9 -1px,
      #daa5e9 1px,
      transparent 1px
    ),
    linear-gradient(to left, #daa5e9, #e47ec8),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    linear-gradient(to top, #e47ec8, #e82178);
  background-size:
    1px 1px,
    calc(100% - 2px) 2px,
    1px 1px,
    2px calc(100% - 2px);
  background-position:
    top left,
    top center,
    top right,
    center right,
    bottom right,
    bottom center,
    bottom left,
    center left;
  background-repeat: no-repeat;
  background-color: rgba(32, 26, 5, 0.5333333333);
}
.pbm__intro-switch--2 .switchBtn--active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(189, 12, 128, 0.47)),
    to(rgba(177, 125, 228, 0.5960784314))
  );
  background: linear-gradient(
    90deg,
    rgba(189, 12, 128, 0.47) 0%,
    rgba(177, 125, 228, 0.5960784314) 100%
  );
}
.pbm__intro-switch--3 {
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#385929), to(#7b9637)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#7b9637), to(#c1d747)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#c1d747), to(#7b9737)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#7b9737), to(#385929));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    linear-gradient(to right, #385929, #7b9637),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #7b9637, #c1d747),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    linear-gradient(to left, #c1d747, #7b9737),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    linear-gradient(to top, #7b9737, #385929);
  background-size:
    1px 1px,
    calc(100% - 2px) 2px,
    1px 1px,
    2px calc(100% - 2px);
  background-position:
    top left,
    top center,
    top right,
    center right,
    bottom right,
    bottom center,
    bottom left,
    center left;
  background-repeat: no-repeat;
  background-color: rgba(32, 26, 5, 0.5333333333);
}
.pbm__intro-switch--3 .switchBtn--active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(86, 89, 41, 0.5921568627)),
    to(rgba(191, 202, 25, 0.5921568627))
  );
  background: linear-gradient(
    90deg,
    rgba(86, 89, 41, 0.5921568627) 0%,
    rgba(191, 202, 25, 0.5921568627) 100%
  );
}
.pbm__intro-switch--4 {
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #595959 -1px,
      #595959 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#595959), to(#a0a0a0)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #a0a0a0 -1px,
      #a0a0a0 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#a0a0a0), to(#f2f2f2)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #f2f2f2 -1px,
      #f2f2f2 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#f2f2f2), to(#a8a8a8)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #a8a8a8 -1px,
      #a8a8a8 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#a8a8a8), to(#595959));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #595959 -1px,
      #595959 1px,
      transparent 1px
    ),
    linear-gradient(to right, #595959, #a0a0a0),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #a0a0a0 -1px,
      #a0a0a0 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #a0a0a0, #f2f2f2),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #f2f2f2 -1px,
      #f2f2f2 1px,
      transparent 1px
    ),
    linear-gradient(to left, #f2f2f2, #a8a8a8),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #a8a8a8 -1px,
      #a8a8a8 1px,
      transparent 1px
    ),
    linear-gradient(to top, #a8a8a8, #595959);
  background-size:
    1px 1px,
    calc(100% - 2px) 2px,
    1px 1px,
    2px calc(100% - 2px);
  background-position:
    top left,
    top center,
    top right,
    center right,
    bottom right,
    bottom center,
    bottom left,
    center left;
  background-repeat: no-repeat;
  background-color: rgba(32, 26, 5, 0.5333333333);
}
.pbm__intro-switch--4 .switchBtn--active {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(89, 89, 89, 0.5803921569)),
    to(rgba(160, 160, 160, 0.7254901961))
  );
  background: linear-gradient(
    90deg,
    rgba(89, 89, 89, 0.5803921569) 0%,
    rgba(160, 160, 160, 0.7254901961) 100%
  );
}
@media (min-width: 996px) {
  .pbm__intro-pic {
    width: 50%;
  }
  .pbm__intro-txt {
    width: 50%;
    padding: 0 25px;
  }
  .pbm__intro-txt h2 {
    margin-top: 0px;
  }
  .pbm__intro-note {
    font-size: 14px;
  }
  .pbm__intro-tab {
    width: 35%;
    min-width: 222px;
    margin-top: 30px;
  }
  .pbm__intro-tab .tabBtn {
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
  }
}
.pbm__pdSection {
  display: none !important;
}
.pbm__pdSection--active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 80px;
}
.pbm__pdSection .pbm__pd {
  position: relative;
  width: calc(50% - 8px);
  margin: 4px;
  padding: 10px 10px;
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #4d1600 -1px,
      #4d1600 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#4d1600), to(#97773c)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #97773c -1px,
      #97773c 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#97773c), to(#e3dc7b)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#e3dc7b), to(#96763b)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #96763b -1px,
      #96763b 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#96763b), to(#4d1600));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #4d1600 -1px,
      #4d1600 1px,
      transparent 1px
    ),
    linear-gradient(to right, #4d1600, #97773c),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #97773c -1px,
      #97773c 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #97773c, #e3dc7b),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    linear-gradient(to left, #e3dc7b, #96763b),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #96763b -1px,
      #96763b 1px,
      transparent 1px
    ),
    linear-gradient(to top, #96763b, #4d1600);
  background-size:
    1px 1px,
    calc(100% - 2px) 2px,
    1px 1px,
    2px calc(100% - 2px);
  background-position:
    top left,
    top center,
    top right,
    center right,
    bottom right,
    bottom center,
    bottom left,
    center left;
  background-repeat: no-repeat;
  background-color: #181407;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.pbm__pdSection .pbm__pd:hover {
  background-color: #494020;
  -webkit-filter: drop-shadow(0 0 10px #fcc051);
  filter: drop-shadow(0 0 10px #fcc051);
}
.pbm__pdSection .pbm__pd img {
  height: auto;
}
.pbm__pdSection .pbm__pd p {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.pbm__pdSection .pbm__pd-note {
  position: absolute;
  top: -100%;
  left: -27% !important;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  font-size: 30px !important;
  font-weight: bolder;
}
.pbm__pdSection .pbm__pd--nohover:hover {
  background-color: #181407;
  -webkit-filter: none;
  filter: none;
}
.pbm__pdSection--1 .pbm__pd:nth-child(1) {
  width: calc(25% - 0px);
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e5997b -1px,
      #d58565 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#db6333), to(#ddb469)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #c89f51 -1px,
      #e1bb74 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#97773c), to(#e3dc7b)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#e3dc7b), to(#e7c17a)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e7bc6b -1px,
      #cda967 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#f7c871), to(#c07659));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e5997b -1px,
      #d58565 1px,
      transparent 1px
    ),
    linear-gradient(to right, #db6333, #ddb469),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #c89f51 -1px,
      #e1bb74 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #97773c, #e3dc7b),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    linear-gradient(to left, #e3dc7b, #e7c17a),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e7bc6b -1px,
      #cda967 1px,
      transparent 1px
    ),
    linear-gradient(to top, #f7c871, #c07659);
  background-color: rgba(162, 104, 5, 0.5411764706);
  margin: 0;
  margin-right: 0;
  width: calc(50% - 8px);
}
.pbm__pdSection--1 .pbm__pd:nth-child(2) {
  width: calc(25% - 20px);
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e5997b -1px,
      #d58565 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#db6333), to(#ddb469)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #c89f51 -1px,
      #e1bb74 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#97773c), to(#e3dc7b)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#e3dc7b), to(#e7c17a)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e7bc6b -1px,
      #cda967 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#f7c871), to(#c07659));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e5997b -1px,
      #d58565 1px,
      transparent 1px
    ),
    linear-gradient(to right, #db6333, #ddb469),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #c89f51 -1px,
      #e1bb74 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #97773c, #e3dc7b),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    linear-gradient(to left, #e3dc7b, #e7c17a),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e7bc6b -1px,
      #cda967 1px,
      transparent 1px
    ),
    linear-gradient(to top, #f7c871, #c07659);
  background-color: rgba(162, 104, 5, 0.5411764706);
  margin: 0;
  margin-left: 0;
  margin-right: 0px;
  width: calc(50% - 8px);
}
.pbm__pdSection--1 .pbm__pd:nth-child(3) {
  width: calc(25% - 20px);
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e5997b -1px,
      #d58565 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#db6333), to(#ddb469)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #c89f51 -1px,
      #e1bb74 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#97773c), to(#e3dc7b)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#e3dc7b), to(#e7c17a)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e7bc6b -1px,
      #cda967 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#f7c871), to(#c07659));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e5997b -1px,
      #d58565 1px,
      transparent 1px
    ),
    linear-gradient(to right, #db6333, #ddb469),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #c89f51 -1px,
      #e1bb74 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #97773c, #e3dc7b),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    linear-gradient(to left, #e3dc7b, #e7c17a),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e7bc6b -1px,
      #cda967 1px,
      transparent 1px
    ),
    linear-gradient(to top, #f7c871, #c07659);
  background-color: rgba(162, 104, 5, 0.5411764706);
  margin: 0;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15%;
  width: calc(50% - 8px);
}
.pbm__pdSection--1 .pbm__pd:nth-child(4) {
  width: calc(25% - 0px);
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e5997b -1px,
      #d58565 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#db6333), to(#ddb469)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #c89f51 -1px,
      #e1bb74 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#97773c), to(#e3dc7b)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#e3dc7b), to(#e7c17a)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e7bc6b -1px,
      #cda967 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#f7c871), to(#c07659));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e5997b -1px,
      #d58565 1px,
      transparent 1px
    ),
    linear-gradient(to right, #db6333, #ddb469),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #c89f51 -1px,
      #e1bb74 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #97773c, #e3dc7b),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e3dc7b -1px,
      #e3dc7b 1px,
      transparent 1px
    ),
    linear-gradient(to left, #e3dc7b, #e7c17a),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e7bc6b -1px,
      #cda967 1px,
      transparent 1px
    ),
    linear-gradient(to top, #f7c871, #c07659);
  background-color: rgba(162, 104, 5, 0.5411764706);
  margin: 0;
  margin-left: 0;
  margin-top: 15%;
  width: calc(50% - 8px);
}
.pbm__pdSection--1 .pbm__pd-note {
  color: #e8d28c;
}
.pbm__pdSection--2 .pbm__pd {
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82178 -1px,
      #e82178 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#e82178), to(#e482cb)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #e482cb -1px,
      #e482cb 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#e482cb), to(#daa5e9)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #daa5e9 -1px,
      #daa5e9 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#daa5e9), to(#e47ec8)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#e47ec8), to(#e82178));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82178 -1px,
      #e82178 1px,
      transparent 1px
    ),
    linear-gradient(to right, #e82178, #e482cb),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #e482cb -1px,
      #e482cb 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #e482cb, #daa5e9),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #daa5e9 -1px,
      #daa5e9 1px,
      transparent 1px
    ),
    linear-gradient(to left, #daa5e9, #e47ec8),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    linear-gradient(to top, #e47ec8, #e82178);
  background-size:
    1px 1px,
    calc(100% - 2px) 2px,
    1px 1px,
    2px calc(100% - 2px);
  background-position:
    top left,
    top center,
    top right,
    center right,
    bottom right,
    bottom center,
    bottom left,
    center left;
  background-repeat: no-repeat;
  background-color: rgba(52, 20, 79, 0.4980392157);
}
.pbm__pdSection--2 .pbm__pd:nth-child(1) {
  width: calc(25% - 0px);
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82198 -1px,
      #e821a2 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#e82178), to(#e482cb)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #f050c8 -1px,
      #dd20ae 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#e482cb), to(#db1d99)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e825c1 -1px,
      #ea37a2 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#df21b0), to(#e47ec8)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#e47ec8), to(#e82178));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82198 -1px,
      #e821a2 1px,
      transparent 1px
    ),
    linear-gradient(to right, #e82178, #e482cb),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #f050c8 -1px,
      #dd20ae 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #e482cb, #db1d99),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e825c1 -1px,
      #ea37a2 1px,
      transparent 1px
    ),
    linear-gradient(to left, #df21b0, #e47ec8),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    linear-gradient(to top, #e47ec8, #e82178);
  background-color: rgba(248, 17, 183, 0.2588235294);
  margin: 0;
  margin-right: 0;
  width: calc(50% - 8px);
}
.pbm__pdSection--2 .pbm__pd:nth-child(2) {
  width: calc(25% - 20px);
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82198 -1px,
      #e821a2 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#e82178), to(#e482cb)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #f050c8 -1px,
      #dd20ae 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#e482cb), to(#db1d99)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e825c1 -1px,
      #ea37a2 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#df21b0), to(#e47ec8)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#e47ec8), to(#e82178));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82198 -1px,
      #e821a2 1px,
      transparent 1px
    ),
    linear-gradient(to right, #e82178, #e482cb),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #f050c8 -1px,
      #dd20ae 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #e482cb, #db1d99),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e825c1 -1px,
      #ea37a2 1px,
      transparent 1px
    ),
    linear-gradient(to left, #df21b0, #e47ec8),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    linear-gradient(to top, #e47ec8, #e82178);
  background-color: rgba(248, 17, 183, 0.2588235294);
  margin: 0;
  margin-left: 0;
  margin-right: 0px;
  width: calc(50% - 8px);
}
.pbm__pdSection--2 .pbm__pd:nth-child(3) {
  width: calc(25% - 20px);
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82198 -1px,
      #e821a2 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#e82178), to(#e482cb)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #f050c8 -1px,
      #dd20ae 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#e482cb), to(#db1d99)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e825c1 -1px,
      #ea37a2 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#df21b0), to(#e47ec8)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#e47ec8), to(#e82178));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82198 -1px,
      #e821a2 1px,
      transparent 1px
    ),
    linear-gradient(to right, #e82178, #e482cb),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #f050c8 -1px,
      #dd20ae 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #e482cb, #db1d99),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e825c1 -1px,
      #ea37a2 1px,
      transparent 1px
    ),
    linear-gradient(to left, #df21b0, #e47ec8),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    linear-gradient(to top, #e47ec8, #e82178);
  background-color: rgba(248, 17, 183, 0.2588235294);
  margin: 0;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15%;
  width: calc(50% - 8px);
}
.pbm__pdSection--2 .pbm__pd:nth-child(4) {
  width: calc(25% - 0px);
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82198 -1px,
      #e821a2 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#e82178), to(#e482cb)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #f050c8 -1px,
      #dd20ae 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#e482cb), to(#db1d99)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e825c1 -1px,
      #ea37a2 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#df21b0), to(#e47ec8)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#e47ec8), to(#e82178));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #e82198 -1px,
      #e821a2 1px,
      transparent 1px
    ),
    linear-gradient(to right, #e82178, #e482cb),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #f050c8 -1px,
      #dd20ae 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #e482cb, #db1d99),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #e825c1 -1px,
      #ea37a2 1px,
      transparent 1px
    ),
    linear-gradient(to left, #df21b0, #e47ec8),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #e47ec8 -1px,
      #e47ec8 1px,
      transparent 1px
    ),
    linear-gradient(to top, #e47ec8, #e82178);
  background-color: rgba(248, 17, 183, 0.2588235294);
  margin: 0;
  margin-left: 0;
  margin-top: 15%;
  width: calc(50% - 8px);
}
.pbm__pdSection--2 .pbm__pd-note {
  color: #e81f76;
}
.pbm__pdSection--2 .pbm__pd:hover {
  background-color: #412049;
  -webkit-filter: drop-shadow(0 0 10px #df51fc);
  filter: drop-shadow(0 0 10px #df51fc);
}
.pbm__pdSection--2 .pbm__pd--nohover:hover {
  background-color: rgba(52, 20, 79, 0.4980392157);
  -webkit-filter: none;
  filter: none;
}
.pbm__pdSection--3 .pbm__pd {
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#385929), to(#7b9637)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#7b9637), to(#c1d747)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#c1d747), to(#7b9737)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#7b9737), to(#385929));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    linear-gradient(to right, #385929, #7b9637),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #7b9637, #c1d747),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    linear-gradient(to left, #c1d747, #7b9737),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    linear-gradient(to top, #7b9737, #385929);
  background-size:
    1px 1px,
    calc(100% - 2px) 2px,
    1px 1px,
    2px calc(100% - 2px);
  background-position:
    top left,
    top center,
    top right,
    center right,
    bottom right,
    bottom center,
    bottom left,
    center left;
  background-repeat: no-repeat;
}
.pbm__pdSection--3 .pbm__pd:nth-child(1) {
  width: calc(25% - 0px);
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#385929), to(#7b9637)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#7b9637), to(#c1d747)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#c1d747), to(#7b9737)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#7b9737), to(#385929));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    linear-gradient(to right, #385929, #7b9637),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #7b9637, #c1d747),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    linear-gradient(to left, #c1d747, #7b9737),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    linear-gradient(to top, #7b9737, #385929);
  background-color: rgba(63, 197, 12, 0.2588235294);
  margin: 0;
  margin-right: 0;
  width: calc(50% - 8px);
}
.pbm__pdSection--3 .pbm__pd:nth-child(2) {
  width: calc(25% - 20px);
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#385929), to(#7b9637)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#7b9637), to(#c1d747)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#c1d747), to(#7b9737)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#7b9737), to(#385929));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    linear-gradient(to right, #385929, #7b9637),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #7b9637, #c1d747),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    linear-gradient(to left, #c1d747, #7b9737),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    linear-gradient(to top, #7b9737, #385929);
  background-color: rgba(63, 197, 12, 0.2588235294);
  margin: 0;
  margin-left: 0;
  margin-right: 0px;
  width: calc(50% - 8px);
}
.pbm__pdSection--3 .pbm__pd:nth-child(3) {
  width: calc(25% - 20px);
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#385929), to(#7b9637)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#7b9637), to(#c1d747)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#c1d747), to(#7b9737)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#7b9737), to(#385929));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    linear-gradient(to right, #385929, #7b9637),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #7b9637, #c1d747),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    linear-gradient(to left, #c1d747, #7b9737),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    linear-gradient(to top, #7b9737, #385929);
  background-color: rgba(63, 197, 12, 0.2588235294);
  margin: 0;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15%;
  width: calc(50% - 8px);
}
.pbm__pdSection--3 .pbm__pd:nth-child(4) {
  width: calc(25% - 0px);
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#385929), to(#7b9637)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#7b9637), to(#c1d747)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#c1d747), to(#7b9737)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#7b9737), to(#385929));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #385929 -1px,
      #385929 1px,
      transparent 1px
    ),
    linear-gradient(to right, #385929, #7b9637),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #7b9637 -1px,
      #7b9637 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #7b9637, #c1d747),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #c1d747 -1px,
      #c1d747 1px,
      transparent 1px
    ),
    linear-gradient(to left, #c1d747, #7b9737),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #7b9737 -1px,
      #7b9737 1px,
      transparent 1px
    ),
    linear-gradient(to top, #7b9737, #385929);
  background-color: rgba(63, 197, 12, 0.2588235294);
  margin: 0;
  margin-left: 0;
  margin-top: 15%;
  width: calc(50% - 8px);
}
.pbm__pdSection--3 .pbm__pd-note {
  color: #c3d947;
}
.pbm__pdSection--3 .pbm__pd:hover {
  background-color: #2b4920;
  -webkit-filter: drop-shadow(0 0 10px #7cfc51);
  filter: drop-shadow(0 0 10px #7cfc51);
}
.pbm__pdSection--3 .pbm__pd--nohover:hover {
  background-color: #181407;
  -webkit-filter: none;
  filter: none;
}
.pbm__pdSection--4 .pbm__pd {
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #595959 -1px,
      #595959 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, right top, from(#595959), to(#a0a0a0)),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #a0a0a0 -1px,
      #a0a0a0 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left top, left bottom, from(#a0a0a0), to(#f2f2f2)),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #f2f2f2 -1px,
      #f2f2f2 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, right top, left top, from(#f2f2f2), to(#a8a8a8)),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #a8a8a8 -1px,
      #a8a8a8 1px,
      transparent 1px
    ),
    -webkit-gradient(linear, left bottom, left top, from(#a8a8a8), to(#595959));
  background-image:
    radial-gradient(
      circle at 100% 100%,
      transparent -1px,
      #595959 -1px,
      #595959 1px,
      transparent 1px
    ),
    linear-gradient(to right, #595959, #a0a0a0),
    radial-gradient(
      circle at 0% 100%,
      transparent -1px,
      #a0a0a0 -1px,
      #a0a0a0 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, #a0a0a0, #f2f2f2),
    radial-gradient(
      circle at 0% 0%,
      transparent -1px,
      #f2f2f2 -1px,
      #f2f2f2 1px,
      transparent 1px
    ),
    linear-gradient(to left, #f2f2f2, #a8a8a8),
    radial-gradient(
      circle at 100% 0%,
      transparent -1px,
      #a8a8a8 -1px,
      #a8a8a8 1px,
      transparent 1px
    ),
    linear-gradient(to top, #a8a8a8, #595959);
  background-size:
    1px 1px,
    calc(100% - 2px) 2px,
    1px 1px,
    2px calc(100% - 2px);
  background-position:
    top left,
    top center,
    top right,
    center right,
    bottom right,
    bottom center,
    bottom left,
    center left;
  background-repeat: no-repeat;
}
.pbm__pdSection--4 .pbm__pd:hover {
  background-color: #424242;
  -webkit-filter: drop-shadow(0 0 10px #f7f7f7);
  filter: drop-shadow(0 0 10px #f7f7f7);
}
.pbm__pdSection--4 .pbm__pd .pbm__pd--nohover:hover {
  background-color: #181407;
  -webkit-filter: none;
  filter: none;
}
@media (min-width: 996px) {
  .pbm__pdSection {
    display: none;
  }
  .pbm__pdSection--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pbm__pdSection .pbm__pd {
    width: calc(25% - 20px);
    margin: 10px;
    padding: 30px 30px 60px;
  }
  .pbm__pdSection .pbm__pd img {
    height: 200px;
    width: auto;
  }
  .pbm__pdSection .pbm__pd p {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%;
    font-size: 16px;
  }
  .pbm__pdSection .pbm__pd-note {
    position: absolute;
    top: -14%;
    left: 13% !important;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    font-size: 30px !important;
    font-weight: bolder;
  }
  .pbm__pdSection--1 .pbm__pd:nth-child(1),
  .pbm__pdSection--1 .pbm__pd:nth-child(2),
  .pbm__pdSection--1 .pbm__pd:nth-child(3),
  .pbm__pdSection--1 .pbm__pd:nth-child(4) {
    width: 310px;
  }
  .pbm__pdSection--1 .pbm__pd:nth-child(2) {
    margin-right: 10px;
  }
  .pbm__pdSection--1 .pbm__pd:nth-child(3) {
    margin-left: 10px;
    margin-top: 0;
  }
  .pbm__pdSection--1 .pbm__pd:nth-child(4) {
    margin-top: 0;
  }
  .pbm__pdSection--2 .pbm__pd:nth-child(1),
  .pbm__pdSection--2 .pbm__pd:nth-child(2),
  .pbm__pdSection--2 .pbm__pd:nth-child(3),
  .pbm__pdSection--2 .pbm__pd:nth-child(4) {
    width: 310px;
  }
  .pbm__pdSection--2 .pbm__pd:nth-child(2) {
    margin-right: 10px;
  }
  .pbm__pdSection--2 .pbm__pd:nth-child(3) {
    margin-left: 10px;
    margin-top: 0;
  }
  .pbm__pdSection--2 .pbm__pd:nth-child(4) {
    margin-top: 0;
  }
  .pbm__pdSection--3 .pbm__pd:nth-child(1),
  .pbm__pdSection--3 .pbm__pd:nth-child(2),
  .pbm__pdSection--3 .pbm__pd:nth-child(3),
  .pbm__pdSection--3 .pbm__pd:nth-child(4) {
    width: 310px;
  }
  .pbm__pdSection--3 .pbm__pd:nth-child(2) {
    margin-right: 10px;
  }
  .pbm__pdSection--3 .pbm__pd:nth-child(3) {
    margin-left: 10px;
    margin-top: 0;
  }
  .pbm__pdSection--3 .pbm__pd:nth-child(4) {
    margin-top: 0;
  }
}

.giveaway {
  padding-bottom: 5%;
  position: relative;
  text-align: center;
}
.giveaway--collapsed .sideqik-promotion {
  max-height: 720px;
  overflow: hidden;
  position: relative;
}
.giveaway--collapsed .sideqik-promotion::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 84px;
  background: linear-gradient(
    to bottom,
    rgba(16, 16, 16, 0),
    rgba(16, 16, 16, 1)
  );
  pointer-events: none;
}
.giveaway__toggle-btn {
  margin: 14px auto 0;
  display: inline-block;
  border: 1px solid #e41da2;
  border-radius: 999px;
  padding: 8px 18px;
  color: #fff;
  background: rgba(228, 29, 162, 0.18);
  cursor: pointer;
  transition: background 0.2s ease;
}
.giveaway__toggle-btn::after {
  content: "+";
  display: inline-block;
  margin-left: 8px;
  font-weight: 700;
}
.giveaway__toggle-btn[aria-expanded="true"]::after {
  content: "-";
}
.giveaway__toggle-btn:hover {
  background: rgba(228, 29, 162, 0.3);
}

.sideqik-promotion .user-text section.sideqik-toggle-target {
  position: relative;
  transition: max-height 0.3s ease;
  overflow: hidden;
}
.sideqik-promotion
  .user-text
  section.sideqik-toggle-target.sideqik-toggle-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 72px;
  background: linear-gradient(
    to bottom,
    rgba(16, 16, 16, 0),
    rgba(16, 16, 16, 1)
  );
  pointer-events: none;
}
.sideqik-promotion .sideqik-toggle-btn {
  margin: 14px auto 0;
  display: inline-block;
  border: 1px solid #e41da2;
  border-radius: 999px;
  padding: 8px 18px;
  color: #fff;
  background: rgba(228, 29, 162, 0.18);
  cursor: pointer;
  transition: background 0.2s ease;
}
.sideqik-promotion .sideqik-toggle-btn:hover {
  background: rgba(228, 29, 162, 0.3);
}
.sideqik-promotion.sideqik-frame-collapsed {
  position: relative;
  max-height: 720px;
  overflow: hidden;
}
.sideqik-promotion.sideqik-frame-collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 84px;
  background: linear-gradient(
    to bottom,
    rgba(16, 16, 16, 0),
    rgba(16, 16, 16, 1)
  );
  pointer-events: none;
}
.digime .download-item {
  max-width: 300px;
  margin: 5% auto 2%;
}
.digime .download-item:has(.kv__link--margin) {
  max-width: 300px;
  margin: 5% auto 2%;
}

.digime p.download-note {
  font-size: 13px;
  color: #666666;
  text-align: center;
  margin-top: 5px;
}

@media (min-width: 996px) {
  .digime .download-item {
    margin: 0;
  }
}

.digime p.featuresContent-note {
  font-size: 13px;
  color: #f01caa;
  text-align: left;
  margin-top: 5px;
}
