@import url("https://use.typekit.net/pvp1dzx.css");
.fontFamily, .clawBundle .handheld__titlebox, .clawBundle .wtb__btnbox a, .clawBundle .redeem__linkbox a, .clawBundle .redeem__itembox-btn, .clawBundle .redeem__itembox-txt, .clawBundle .redeem__itembox-title, .clawBundle h2 {
  font-family: "brothers", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.flexbox, .clawBundle .kv__icon {
  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;
}

.flexboxStart, .clawBundle .review__imgbox-text, .clawBundle .review__itembox, .clawBundle .software__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flexboxStretch, .clawBundle .game__flexbox, .clawBundle .redeem__linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flexboxCenter, .clawBundle .handheld__flexbox, .clawBundle .redeem__linkbox a, .clawBundle .redeem__itembox-title, .clawBundle .topIcon {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexboxBetween, .clawBundle .redeem__textbox, .clawBundle .redeem__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mainColor, .clawBundle .software__itembox figcaption, .clawBundle .handheld__titlebox, .clawBundle h2 {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #da49db), color-stop(50%, #a1faf7), color-stop(70%, #fd308d));
  background: linear-gradient(to right, #da49db 30%, #a1faf7 50%, #fd308d 70%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.clawBundle {
  overflow: hidden;
  word-break: break-word;
}
.clawBundle img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.clawBundle a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.clawBundle h2 {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  padding: 2% 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .clawBundle h2 {
    font-size: 40px;
  }
}
.clawBundle .y-btn {
  border: 3px solid #f0b31d;
  color: #fff;
}
.clawBundle .y-btn:hover {
  background-color: #f0b31d;
  color: #000000;
}
.clawBundle .b-btn {
  border: 3px solid #1c86d9;
  color: #000000;
}
.clawBundle .b-btn:hover {
  background-color: #1c86d9;
  color: #ffffff;
}
.clawBundle .g-btn {
  border: 3px solid #107c10;
  color: #000000;
}
.clawBundle .g-btn:hover {
  background-color: #107c10;
  color: #ffffff;
}
.clawBundle .p-btn {
  border: 3px solid #621a77;
  color: #ffffff;
}
.clawBundle .p-btn:hover {
  background-color: #621a77;
  color: #ffffff;
}
.clawBundle .y-color {
  color: #f0b31d;
}
.clawBundle .yy-color {
  color: #fff600;
}
.clawBundle .b-color {
  color: #1c86d9;
}
.clawBundle .g-color {
  color: #107c10;
}
.clawBundle .w-color {
  color: #fff;
}
.clawBundle .y-border {
  border: 3px solid #f0b31d;
}
.clawBundle .g-border {
  border: 3px solid #107c10;
}
.clawBundle .b-border {
  border: 3px solid #1c86d9;
}
.clawBundle .topIcon {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 50;
}
.clawBundle .topIcon__itembox {
  position: relative;
  -webkit-animation: topIcon 1.5s infinite;
          animation: topIcon 1.5s infinite;
  border-radius: 50%;
}
.clawBundle .topIcon__itembox:hover {
  -webkit-animation: none;
          animation: none;
}
.clawBundle .topIcon__itembox figure {
  margin: auto;
}
.clawBundle .topIcon__itembox figure img {
  max-width: 100px;
}
.clawBundle .topIcon__itembox p {
  text-align: center;
  font-size: 12px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: 15%;
  z-index: 1;
  width: 85%;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.clawBundle .kv {
  position: relative;
  overflow: hidden;
}
.clawBundle .kv h1 {
  text-indent: -9999px;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.clawBundle .kv__logo {
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 6;
}
.clawBundle .kv__logo img {
  height: 45px;
  width: auto;
}
.clawBundle .kv__icon {
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: right;
  z-index: 20;
  color: #454543;
  z-index: 100;
}
.clawBundle .kv__icon img {
  width: 45px;
  margin-left: auto;
}
.clawBundle .kv__icon-text {
  font-size: 8px;
  color: #fff;
  margin-right: 18px;
}
.clawBundle .kv__video {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 5;
}
@media (min-width: 576px) {
  .clawBundle .kv__icon img {
    width: 60px;
  }
  .clawBundle .kv__icon-text {
    font-size: 12px;
  }
}
@media (min-width: 996px) {
  .clawBundle .kv__icon {
    top: 36px;
    right: 36px;
  }
  .clawBundle .kv__icon img {
    width: 75px;
  }
  .clawBundle .kv__logo {
    left: 36px;
    top: 36px;
  }
  .clawBundle .kv__logo img {
    height: 65px;
  }
}
.clawBundle .redeem {
  position: relative;
  background: #000;
  padding-top: 5%;
}
.clawBundle .redeem__titlebox {
  text-align: center;
}
.clawBundle .redeem__flexbox {
  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;
}
.clawBundle .redeem__itembox {
  width: 100%;
  margin: 3% auto;
  background: #fff;
}
.clawBundle .redeem__itembox-logo {
  max-width: 250px;
  margin: 0 auto;
}
.clawBundle .redeem__itembox-title {
  font-size: 22px;
  margin: 5% auto 10%;
  min-height: 70px;
}
.clawBundle .redeem__itembox-title-1 {
  color: #fff;
}
.clawBundle .redeem__itembox-title-1 span {
  font-size: 13px;
  color: #fff;
  display: block;
}
.clawBundle .redeem__itembox-title-2 {
  color: #202020;
}
.clawBundle .redeem__itembox-txt {
  font-size: 13px;
}
.clawBundle .redeem__itembox-txt-1 {
  color: #fff;
}
.clawBundle .redeem__itembox-txt-2 {
  color: #202020;
}
.clawBundle .redeem__itembox-link {
  margin: 3% auto 10%;
}
.clawBundle .redeem__itembox-btn {
  position: relative;
  display: block;
  margin: 10px 10px 0;
  padding: 5px 20px;
  font-size: 18px;
}
.clawBundle .redeem__itembox-btn:hover {
  cursor: pointer;
}
.clawBundle .redeem__itembox:nth-of-type(1) {
  border: 8px solid #f0b500;
  background: #202020;
}
.clawBundle .redeem__itembox:nth-of-type(2) {
  border: 8px solid #1c86d9;
  background: #fff;
}
.clawBundle .redeem__itembox:nth-of-type(3) {
  border: 8px solid #107c10;
  background: #fff;
}
.clawBundle .redeem__textbox {
  padding: 0 10%;
  text-align: center;
  min-height: 320px;
}
.clawBundle .redeem__linkbox {
  -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;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 3% 0;
}
.clawBundle .redeem__linkbox a {
  border: 2px solid;
  border-image-source: linear-gradient(to right, #da49db 0%, #a1faf7 50%, #fd308d 100%);
  border-image-slice: 1;
  padding: 10px 30px;
  color: #fff;
  width: 80%;
  margin: 10px auto;
}
.clawBundle .redeem__linkbox a:hover {
  background: linear-gradient(120deg, rgba(253, 48, 141, 0.6) 20%, rgba(161, 250, 247, 0.6) 50%, rgba(218, 73, 219, 0.6) 100%);
  text-shadow: 0 0 10px #fff12d;
}
@media (min-width: 996px) {
  .clawBundle .redeem__flexbox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .clawBundle .redeem__itembox {
    width: 33.3333333333%;
    margin: 0;
  }
  .clawBundle .redeem__itembox-btn {
    display: inline-block;
  }
  .clawBundle .redeem__linkbox {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding: 3% 0;
  }
  .clawBundle .redeem__linkbox a {
    margin: 0 10px;
  }
}
@media (min-width: 1300px) {
  .clawBundle .redeem__linkbox {
    width: 50%;
  }
}
.clawBundle .wtb {
  position: relative;
  overflow: hidden;
  padding: 5% 0;
}
.clawBundle .wtb__titlebox {
  text-align: center;
}
.clawBundle .wtb__wrap {
  border: 4px solid transparent;
  border-radius: 16px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #000000, #000000), linear-gradient(120deg, rgba(253, 48, 141, 0.6) 20%, rgba(161, 250, 247, 0.6) 50%, rgba(218, 73, 219, 0.6) 100%);
  padding: 6% 3%;
}
.clawBundle .wtb__itembox {
  width: 90%;
  margin: 5% auto;
}
.clawBundle .wtb__pd-title {
  border-bottom: 1px solid #fff;
  margin-bottom: 5%;
  padding-bottom: 5%;
  text-align: center;
  min-height: 72px;
  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;
}
.clawBundle .wtb__pd-feature {
  padding: 0 15px 0 25px;
}
.clawBundle .wtb__pd-feature li {
  list-style-type: disc;
  text-align: left;
}
.clawBundle .wtb__pricebox {
  border-bottom: 1px solid #fff;
  margin-bottom: 5%;
  padding-bottom: 5%;
  text-align: right;
  margin-top: 3%;
  min-height: 90px;
}
.clawBundle .wtb__pricebox span {
  font-size: 16px;
  text-decoration: line-through;
  min-height: 21px;
  display: block;
}
.clawBundle .wtb__pricebox p {
  font-size: 42px;
  line-height: 1.1;
}
.clawBundle .wtb__btnbox {
  text-align: center;
  margin-top: 10%;
}
.clawBundle .wtb__btnbox a {
  background: #fff;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  color: #000;
  border: 3px solid transparent;
  border-radius: 5px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff)), -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgb(253, 48, 141)), color-stop(50%, rgb(161, 250, 247)), to(rgb(218, 73, 219)));
  background-image: linear-gradient(to right, #ffffff, #ffffff), linear-gradient(180deg, rgb(253, 48, 141) 20%, rgb(161, 250, 247) 50%, rgb(218, 73, 219) 100%);
  cursor: pointer;
}
.clawBundle .wtb .slick-slide {
  text-align: center;
}
@media (min-width: 996px) {
  .clawBundle .wtb__flexbox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .clawBundle .wtb__itembox {
    width: 91% !important;
    margin: 0;
  }
}
.clawBundle .handheld {
  position: relative;
  overflow: hidden;
  padding: 5% 0 0;
}
.clawBundle .handheld__titlebox h2 {
  text-align: center;
}
.clawBundle .handheld__titlebox h4 {
  font-size: 20px;
  font-weight: 400;
}
.clawBundle .handheld__textbox {
  text-align: center;
}
.clawBundle .handheld__textbox p {
  margin: 3% 0;
}
.clawBundle .handheld-icon img {
  max-width: 500px;
  margin: auto;
}
@media (min-width: 996px) {
  .clawBundle .handheld__flexbox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .clawBundle .handheld__titlebox {
    text-align: left;
  }
  .clawBundle .handheld h2 {
    text-align: left;
  }
  .clawBundle .handheld__textbox {
    text-align: left;
    width: 47%;
  }
  .clawBundle .handheld__imgbox {
    width: 50%;
  }
  .clawBundle .handheld-icon img {
    margin: 0;
  }
}
.clawBundle .game {
  padding: 5% 0;
}
.clawBundle .game__titlebox {
  text-align: center;
}
.clawBundle .game__flexbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 20px 0;
}
.clawBundle .game__itembox {
  border: 1px solid;
  border-radius: 15px;
  width: 100%;
  margin: 3% auto;
  padding: 2% 3%;
  text-align: center;
}
.clawBundle .game__itembox h5 {
  font-size: 22px;
  margin-bottom: 5%;
  min-height: 60px;
}
.clawBundle .game__itembox h6 {
  font-size: 18px;
}
.clawBundle .game__itembox-1 {
  background: linear-gradient(45deg, rgb(9, 5, 16) 0%, rgb(26, 12, 53) 50%, rgb(66, 42, 121) 100%);
  border-color: #8c69e1;
}
.clawBundle .game__itembox-2 {
  background: linear-gradient(45deg, rgb(23, 25, 26) 0%, rgb(87, 138, 170) 51%, rgb(144, 216, 218) 99%);
  border-color: #98eae7;
}
.clawBundle .game__itembox-2 .game__imgbox {
  margin: 20% auto;
}
.clawBundle .game__itembox-3 {
  background: linear-gradient(45deg, rgb(9, 5, 16) 1%, rgb(53, 12, 35) 51%, rgb(218, 60, 132) 99%);
  border-color: #dc408b;
}
.clawBundle .game__itembox-3 .game__imgbox {
  margin: 10% auto;
}
.clawBundle .game__itembox-3 .game__logobox {
  margin: 10% auto;
}
.clawBundle .game__imgbox {
  margin: 5% auto;
}
.clawBundle .game__logobox {
  max-width: 100px;
}
@media (min-width: 996px) {
  .clawBundle .game {
    padding: 5% 0;
  }
  .clawBundle .game__flexbox {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .clawBundle .game__itembox {
    border: 1px solid;
    border-radius: 15px;
    width: calc(33.3333333333% - 50px);
    padding: 2% 3%;
    text-align: center;
    margin: 0;
  }
  .clawBundle .game__itembox h5 {
    font-size: 22px;
    margin-bottom: 5%;
    min-height: 60px;
  }
  .clawBundle .game__itembox h6 {
    font-size: 18px;
  }
  .clawBundle .game__itembox-1 {
    background: linear-gradient(45deg, rgb(9, 5, 16) 0%, rgb(26, 12, 53) 50%, rgb(66, 42, 121) 100%);
    border-color: #8c69e1;
  }
  .clawBundle .game__itembox-2 {
    background: linear-gradient(45deg, rgb(23, 25, 26) 0%, rgb(87, 138, 170) 51%, rgb(144, 216, 218) 99%);
    border-color: #98eae7;
  }
  .clawBundle .game__itembox-2 .game__imgbox {
    margin: 20% auto;
  }
  .clawBundle .game__itembox-3 {
    background: linear-gradient(45deg, rgb(9, 5, 16) 1%, rgb(53, 12, 35) 51%, rgb(218, 60, 132) 99%);
    border-color: #dc408b;
  }
  .clawBundle .game__itembox-3 .game__imgbox {
    margin: 10% auto;
  }
  .clawBundle .game__itembox-3 .game__logobox {
    margin: 10% auto;
  }
  .clawBundle .game__imgbox {
    margin: 5% auto;
  }
  .clawBundle .game__logobox {
    max-width: 100px;
  }
}
.clawBundle .software {
  background: url(https://storage-asset.msi.com/event/2024/NB/claw-bundle/images/software-bg.jpg) no-repeat;
  background-size: cover;
  padding: 5% 0;
}
.clawBundle .software img {
  width: auto;
}
.clawBundle .software__titlebox {
  text-align: center;
}
.clawBundle .software__logobox {
  max-width: 70px;
  margin: auto;
}
.clawBundle .software__flexbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3% auto;
  width: 80%;
}
.clawBundle .software__itembox {
  width: calc(100% - 20px);
  text-align: center;
}
.clawBundle .software__itembox figcaption {
  font-weight: 600;
  padding-top: 20px;
}
@media (min-width: 576px) {
  .clawBundle .software__itembox {
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  .clawBundle .software__itembox {
    width: calc(33.3333333333% - 20px);
  }
  .clawBundle .software__logobox {
    max-width: 100px;
  }
}
@media (min-width: 996px) {
  .clawBundle .software__flexbox {
    width: 100%;
  }
  .clawBundle .software__itembox {
    margin: 10px;
    padding: 10px;
  }
}
.clawBundle .review {
  width: 100%;
  background: url("https://storage-asset.msi.com/event/2023/NB/NB_GTM_Stealth_16_Special_landing/images/bg-2.jpg") no-repeat top center/cover;
  position: relative;
  overflow: hidden;
  padding: 2% 0 5%;
}
.clawBundle .review__titlebox {
  text-align: center;
}
.clawBundle .review__itembox {
  padding: 0;
  color: #fff;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.clawBundle .review__imgbox {
  border: 1px solid #fff;
  width: 500px;
  max-width: 100%;
  margin: 3% auto;
}
.clawBundle .review__imgbox-img {
  width: 100%;
}
.clawBundle .review__imgbox-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.clawBundle .review__imgbox-text {
  padding: 25px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.clawBundle .review__imgbox-text h3 {
  font-size: 24px;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
}
.clawBundle .review__linkbox {
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 20px auto;
  display: inline-block;
  padding: 1px;
  -webkit-clip-path: polygon(10% 0, 95% 0, 100% 30%, 90% 100%, 5% 100%, 0 70%);
          clip-path: polygon(10% 0, 95% 0, 100% 30%, 90% 100%, 5% 100%, 0 70%);
  background: -webkit-gradient(linear, left top, right top, from(#20e3f3), color-stop(#d399fb), to(#fa38fe));
  background: linear-gradient(to right, #20e3f3, #d399fb, #fa38fe);
}
.clawBundle .review__linkbox:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fa38fe), color-stop(#d399fb), to(#20e3f3));
  background: linear-gradient(to right, #fa38fe, #d399fb, #20e3f3);
}
.clawBundle .review__linkbox:hover .review__linkbox-btn::before {
  width: 50%;
}
.clawBundle .review__linkbox:hover .review__linkbox-btn::after {
  width: 50%;
}
.clawBundle .review__linkbox-btn {
  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: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  padding: 10px 30px;
  font-size: 20px;
  color: #ffffff;
  background: #000000;
  -webkit-clip-path: polygon(10% 0, 95% 0, 100% 30%, 90% 100%, 5% 100%, 0 70%);
          clip-path: polygon(10% 0, 95% 0, 100% 30%, 90% 100%, 5% 100%, 0 70%);
}
.clawBundle .review__linkbox-btn::before {
  width: 0;
  content: "";
  position: absolute;
  background: #1b1b1b;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.clawBundle .review__linkbox-btn::after {
  width: 0;
  content: "";
  position: absolute;
  background: #1b1b1b;
  top: 0;
  bottom: 0;
  right: 50%;
  left: auto;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.clawBundle .review__linkbox-btn p {
  font-weight: 600;
  font-size: 18px;
  margin-right: 20px;
  text-transform: uppercase;
  background: -webkit-linear-gradient(left, #20e3f3, #d399fb, #fa38fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.clawBundle .review__linkbox-btn img {
  width: auto;
}
@media (min-width: 996px) {
  .clawBundle .review__itembox {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    padding: 0 25px 0;
  }
  .clawBundle .review__imgbox {
    margin: 20px;
  }
  .clawBundle .review__imgbox-text {
    text-align: left;
  }
  .clawBundle .review__imgbox-text h3 {
    font-size: 30px;
    text-align: left;
    margin: 0;
  }
  .clawBundle .review__linkbox {
    margin: 20px;
  }
}

@-webkit-keyframes topIcon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

@keyframes topIcon {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}/*# sourceMappingURL=main.css.map */