@-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);
  }
}
.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;
  }
}

.sideqik {
  text-align: center;
}

.kv {
  position: relative;
}
.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;
  margin: 0 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;
}
.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: 50%;
  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__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;
  margin-top: 3%;
}
.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 {
    min-width: 150px;
  }
}
.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;
}

.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 0px 0;
  color: #fff;
}
@media (min-width: 996px) {
  .meetMia {
    padding: 5% 25px;
  }
}
.meetMia__title {
  color: #e41da2;
}
.meetMia__flex {
  position: relative;
  z-index: 3;
  width: 100%;
}
@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;
}
.meetMia__textBox-title {
  margin-bottom: 10px;
  text-align: center;
}
.meetMia__textBox-subtitle {
  margin-bottom: 5px;
}
@media (min-width: 996px) {
  .meetMia__textBox {
    max-width: 520px;
    text-align: left;
    margin: 20px 40px;
  }
}
.meetMia__btn {
  text-align: left;
  margin-top: 15px;
}

.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;
  }
}

.navBarTwo {
  width: 60px;
  cursor: pointer;
  position: fixed;
  top: 78%;
  right: 10px;
  z-index: 40;
  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: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .navBarTwo {
    display: block;
    width: 90px;
    right: 20px;
  }
  .navBarTwo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@-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%;
}
.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: 600px;
  }
}
.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;
  }
  .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;
  }
}/*# sourceMappingURL=main.css.map */