.btn-regular {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 8px 15px;
  cursor: pointer;
}
.btn-regular span {
  position: relative;
  background: linear-gradient(-45deg, rgb(162 203 245) 30%, rgb(254 134 244) 70%);
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 2;
  font-size: var(--block-text-sm);
}
.btn-regular::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-30deg, black 0%, #33353c 100%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  border-radius: 10px;
}
.btn-regular:hover::before {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.btn-regular:hover {
  background: linear-gradient(-45deg, rgb(162 203 245) 30%, rgb(254 134 244) 70%);
}
.btn-regular:hover span {
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: text;
}
@media (min-width: 996px) {
  .btn-regular {
    padding: 10px 15px;
  }
  .btn-regular span {
    font-size: var(--block-text-md);
  }
}

.claw {
  background: linear-gradient(to bottom, #000000, #29000000);
  position: relative;
  padding: 8% 0;
  overflow: hidden;
}
.claw__cpubadge {
  width: 80px;
  margin: 0 auto;
}


.claw__pdname {
  width: 75%;
  margin: 25px auto;
}
.claw__txtbox {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.claw__txtbox p {
  padding: 0 25px;
  text-align: center;
}
.claw__txtbox--btnbox {
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto 10px;
}

@media (min-width: 768px) {
  .claw__pdname {
    width: 55%;
  }

}
@media (min-width: 996px) {
  .claw {
    padding: 2% 0;
  }
  .claw__cpubadge {
    width: 94px;
    position: absolute;
    top: 36px;
    right: 36px;
  }
  .claw__pdname {
    width: 40%;
    margin: 25px auto 40px;
  }


  .claw__txtbox p {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width: 1930px) {
  .claw__pdname {
    width: 30%;
  }
}
@media (min-width: 2560px) {

  .claw__pdname {
    width: 25%;
  }
}

.points__featureTable {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.points__featureTable .msi__container {
  margin: 0 auto;
  display: grid;
  gap: 25px;
}
.points__featureTable figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 1px;
  border-width: 0px;
  border-style: solid;
  position: relative;
}
.points__featureTable figure.bg-frame {
  background-size: 100% 100% !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#2c1737), to(rgb(11 1 10 / 49%))) padding-box, -webkit-gradient(linear, left bottom, left top, from(#c64aa7), to(rgb(186 122 255 / 75%))) border-box;
  background: linear-gradient(0deg, #2c1737, rgb(11 1 10 / 49%)) padding-box, linear-gradient(0deg, #c64aa7, rgb(186 122 255 / 75%)) border-box;
  border: 2px solid transparent;
  border-radius: 20px;
}
.points__featureTable figure .featureBox {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 145px;
  padding: 5% 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
.points__featureTable figure .featureBox__top {
  text-align: center;
}
.points__featureTable figure .featureBox__top h3 {
  padding: 0 0 10px 0;
}
.points__featureTable figure .featureBox__top h3.inline-block {
  padding: 0 5px;
  display: inline-block;
}
.points__featureTable figure .featureBox__winbox {
  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;
  gap: 32px;
  width: 90%;
  margin: 0 auto 32px;
}
.points__featureTable figure .featureBox__winbox img {
  width: 65px;
  max-width: inherit;
  margin: 0px;
  vertical-align: top;
}
.points__featureTable figure .featureBox__winbox h5 {
  text-align: left;
  font-size: 24px;
  line-height: 1.2;
}
.points__featureTable figure .featureBox__win-note {
  font-size: 14px;
}
@media (min-width: 768px) {
  .points__featureTable .msi__container {
    width: 90%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 996px) {
  .points__featureTable {
    padding: 3% 0;
    width: 100%;
  }
  .points__featureTable .msi__container {
    width: 90%;
    grid-template-columns: repeat(3, 1fr);
  }
  .points__featureTable--item .featureBox {
    width: 98%;
  }
}/*# sourceMappingURL=claw.css.map */