@charset "UTF-8";
.Pulse13th {
  background: #000;
  overflow-x: hidden;
  position: relative;
  /*slick*/
}
.Pulse13th .slick-prev,
.Pulse13th .slick-next {
  width: 70px;
  height: 70px;
}
.Pulse13th .slick-prev {
  left: -50px;
}
.Pulse13th .slick-prev::before {
  font-size: 70px;
  font-family: Arial, Helvetica, sans-serif;
  content: "‹";
}
.Pulse13th .slick-next {
  right: -50px;
}
.Pulse13th .slick-next::before {
  font-size: 70px;
  font-family: Arial, Helvetica, sans-serif;
  content: "›";
  right: -75px !important;
}
.Pulse13th .slick-dots li {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 7px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.Pulse13th .slick-dots li.slick-active button::before {
  opacity: 1;
  color: #ff0000;
}
.Pulse13th .slick-dots li button::before {
  opacity: 0.5;
  background: #ff0000;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-align: center;
}
.Pulse13th .featureLogo {
  padding-bottom: 2em;
}
.Pulse13th .title--main {
  padding-bottom: 20px;
}
.Pulse13th .twentytwenty-horizontal .twentytwenty-handle {
  border-color: #910101;
  background: #910101;
  cursor: ew-resize;
  margin-top: -30px;
}
.Pulse13th .twentytwenty-horizontal .twentytwenty-handle::before, .Pulse13th .twentytwenty-horizontal .twentytwenty-handle::after {
  width: 2px;
  background: #ff0000;
  -webkit-box-shadow: 0 2px 0 #910101, 0px 0px 12px rgba(145, 1, 1, 0.5);
          box-shadow: 0 2px 0 #910101, 0px 0px 12px rgba(145, 1, 1, 0.5);
}
.Pulse13th .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow,
.Pulse13th .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow {
  border: 0;
  position: absolute;
  margin: 0;
  width: 38px;
  height: 38px;
}
.Pulse13th .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow::after,
.Pulse13th .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow::after {
  position: absolute;
  content: "";
  display: block;
  width: 50%;
  height: 38px;
  z-index: 3;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
  margin-top: -3px;
}
.Pulse13th .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow {
  top: 0;
  left: 0;
}
.Pulse13th .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-left-arrow::after {
  content: "‹";
  top: 0;
  left: 0;
}
.Pulse13th .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow {
  top: 0;
  right: 0;
}
.Pulse13th .twentytwenty-horizontal .twentytwenty-handle .twentytwenty-right-arrow::after {
  content: "›";
  top: 0;
  right: 0;
}
.Pulse13th .img-lg {
  display: none;
}
.Pulse13th .img-xs {
  display: inline-block;
}
.Pulse13th .btn__regular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Pulse13th .btn__regular span {
  position: relative;
  font-size: 18px;
  width: 100%;
  height: 100%;
  padding: 12px 25px;
  display: inline-block;
  -webkit-clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
          clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
  background: #000;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  margin: 2px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.Pulse13th .btn__regular span::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
          clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0% 50%);
  background: #000;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.Pulse13th .btn__regular::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
          clip-path: polygon(12% 0, 88% 0, 100% 50%, 88% 100%, 12% 100%, 0% 50%);
  background: #ff0000;
  z-index: -1;
}
.Pulse13th .btn__regular:hover span {
  background: #ff0000;
}
.Pulse13th .btn__regular:hover span::before {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.Pulse13th .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
}
.Pulse13th .data li {
  margin: 10px;
}
.Pulse13th .data li span {
  margin: 0 8px;
}
.Pulse13th .iconBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.Pulse13th .iconBox img {
  margin: 0 40px;
}
.Pulse13th .iconBox img:first-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .Pulse13th .slick-dots li {
    position: relative;
    display: inline-block;
    width: 70px;
    margin: 0 8px;
  }
  .Pulse13th .twentytwenty-horizontal .twentytwenty-handle {
    margin-top: -36px;
  }
  .Pulse13th .img-lg {
    display: inline-block;
  }
  .Pulse13th .img-xs {
    display: none;
  }
  .Pulse13th .btn__regular span {
    font-size: 20px;
    padding: 12px 50px;
  }
  .Pulse13th .btn__regular:hover span {
    background: #ff0000;
  }
}
@media (min-width: 996px) {
  .Pulse13th .twentytwenty-horizontal .twentytwenty-handle {
    margin-top: -22px;
  }
  .Pulse13th .btn__regular span {
    font-size: 22px;
  }
}
@media (min-width: 1930px) {
  .Pulse13th .btn__regular span {
    font-size: 24px;
  }
}

.Pulse13th__kv--bg img,
.Pulse13th__gallery--bg img,
.Pulse13th__cpu--bg img,
.Pulse13th__display--bg img,
.Pulse13th__nv--top .topBox__bg img,
.Pulse13th__rgb--bg img,
.Pulse13th__io--bg img,
.Pulse13th__feature--bg img {
  width: 100%;
}

.Pulse13th__gallery--shopnow {
  z-index: 3;
}/*# sourceMappingURL=Pulse13th.css.map */