.wp-block-catpow-showcase__item-texts-counter, .wp-block-catpow-showcase__item-texts-title {
  font-family: var(--cp-font-family-h, inherit);
  font-size: var(--cp-font-size-h, 2em);
  font-weight: var(--cp-font-weight-h, regular);
  line-height: var(--cp-line-height-h, 1.5);
  letter-spacing: var(--cp-letter-spacing-h, normal);
}
.wp-block-catpow-showcase__item-texts-titlecaption {
  font-family: var(--cp-font-family-l, inherit);
  font-size: var(--cp-font-size-l, 2em);
  font-weight: var(--cp-font-weight-l, regular);
  line-height: var(--cp-line-height-l, 1.5);
  letter-spacing: var(--cp-letter-spacing-l, normal);
}
.wp-block-catpow-showcase__item-texts-text {
  font-family: var(--cp-font-family-p, inherit);
  font-size: var(--cp-font-size-p, 2em);
  font-weight: var(--cp-font-weight-p, regular);
  line-height: var(--cp-line-height-p, 1.5);
  letter-spacing: var(--cp-letter-spacing-p, normal);
}
.wp-block-catpow-showcase__item-texts-link {
  font-family: var(--cp-font-family-u, inherit);
  font-size: var(--cp-font-size-u, 2em);
  font-weight: var(--cp-font-weight-u, regular);
  line-height: var(--cp-line-height-u, 1.5);
  letter-spacing: var(--cp-letter-spacing-u, normal);
}
.wp-block-catpow-showcase {
  max-width: 75rem;
  width: auto;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--cp-item-gap);
  list-style: none;
}
.wp-block-catpow-showcase__item {
  position: relative;
  padding: 0.5rem 1rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 1rem 2.5rem;
}
.wp-block-catpow-showcase__item-image {
  -webkit-box-flex: 2;
  flex-grow: 2;
  flex-shrink: 2;
  flex-basis: 18.75rem;
}
.wp-block-catpow-showcase__item-image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.5rem 0.75rem;
}
.wp-block-catpow-showcase__item-texts {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 18.75rem;
  z-index: 1;
  font-size: var(--cp-font-size-p);
  line-height: var(--cp-line-height-p);
}
.wp-block-catpow-showcase__item-texts-counter {
  width: fit-content;
  width: 8rem;
  height: 8rem;
  align-content: center;
  background-color: hsla(var(--cp-tones-mx-h),var(--cp-tones-mx-s),var(--cp-tones-mx-l),var(--cp-tones-mx-a,1));
  border-radius: 50%;
  text-align: center;
  line-height: 1em;
  color: hsla(var(--cp-tones-ix-h),var(--cp-tones-ix-s),var(--cp-tones-ix-l),var(--cp-tones-ix-a,1));
  font-family: var(--cp-font-family-dc);
  word-break: keep-all;
  opacity: 0.7;
}
.wp-block-catpow-showcase__item-texts-counter-prefix {
  display: block;
  margin-bottom: 0.25em;
  font-size: max(1rem, 0.5em);
}
.wp-block-catpow-showcase__item-texts-counter-suffix {
  font-size: 0.75em;
}
.wp-block-catpow-showcase__item-texts-title {
  margin: 0rem;
  padding: 0rem;
  text-align: center;
  font-size: var(--cp-font-size-h);
  font-family: var(--cp-font-family-h);
  color: hsla(var(--cp-tones-mx-h),var(--cp-tones-mx-s),var(--cp-tones-mx-l),var(--cp-tones-mx-a,1));
  word-break: keep-all;
}
.wp-block-catpow-showcase__item-texts-titlecaption {
  margin-top: 1em;
  font-size: 1.1em;
  color: hsla(var(--cp-tones-tx-h),var(--cp-tones-tx-s),var(--cp-tones-tx-l),var(--cp-tones-tx-a,1));
}
.wp-block-catpow-showcase__item-texts-text {
  margin-top: 2em;
  text-align: justify;
  color: hsla(var(--cp-tones-tx-h),var(--cp-tones-tx-s),var(--cp-tones-tx-l),var(--cp-tones-tx-a,1));
}
.wp-block-catpow-showcase__item-texts-link {
  display: block;
  position: relative;
  width: fit-content;
  margin: 2em 2em 0rem auto;
  padding-bottom: 0.75em;
  padding-right: 2em;
  text-align: center;
  font-family: var(--cp-font-family-dc);
  text-decoration: none;
  color: hsla(var(--cp-tones-mx-h),var(--cp-tones-mx-s),var(--cp-tones-mx-l),var(--cp-tones-mx-a,1));
}
.wp-block-catpow-showcase__item-texts-link:active {
  box-shadow: 0 0 0 hsla(var(--cp-tones-m-h),var(--cp-tones-m-s),calc(100% - var(--cp-tones-m-t) * 100),calc(var(--cp-tones-m-a,1) * 0.3));
}
.wp-block-catpow-showcase__item-texts-link::before {
  content: "";
  display: block;
  position: absolute;
  height: 0.0625rem;
  top: 100%;
  background-color: hsla(var(--cp-tones-mx-h),var(--cp-tones-mx-s),var(--cp-tones-mx-l),var(--cp-tones-mx-a,1));
  animation: looper 3s infinite both;
}
.wp-block-catpow-showcase__item-texts-link::after {
  content: "";
  display: block;
  position: absolute;
  right: -2em;
  top: -2em;
  bottom: -2em;
  margin: auto;
  width: 4em;
  height: 4em;
  align-content: center;
  background-color: hsla(calc(var(--cp-tones-mx-h) * 0.8 + var(--cp-tones-bx-h) * 0.2),calc(var(--cp-tones-mx-s) * 0.8 + var(--cp-tones-bx-s) * 0.2),calc(var(--cp-tones-mx-l) * 0.8 + var(--cp-tones-bx-l) * 0.2),calc(var(--cp-tones-mx-a) * 0.8 + var(--cp-tones-bx-a) * 0.2));
  background-image: url("./images/arrow.svg");
  background-size: 2em 2em;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 0.6em;
  letter-spacing: 0.1em;
  color: hsla(var(--cp-tones-ix-h),var(--cp-tones-ix-s),var(--cp-tones-ix-l),var(--cp-tones-ix-a,1));
  font-family: var(--cp-font-family-dc);
  border-radius: 50%;
}
@media (max-width:960px) {
  .wp-block-catpow-showcase__item-texts-counter {
    position: absolute;
    top: 0rem;
    left: 0rem;
  }
}
@media (min-width:960px) {
  .wp-block-catpow-showcase__item-texts-counter {
    position: absolute;
    top: 0rem;
  }
  .wp-block-catpow-showcase__item:nth-child(even) {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .wp-block-catpow-showcase__item:nth-child(even) .wp-block-catpow-showcase__item-texts-counter {
    right: 0rem;
  }
  .wp-block-catpow-showcase__item:nth-child(odd) .wp-block-catpow-showcase__item-texts-counter {
    left: 0rem;
  }
}
.wp-block-catpow-showcase.has-counter .wp-block-catpow-showcase__item {
  padding: 2rem 1rem;
}
@keyframes looper {
  0% {
    left: 0rem;
    right: 100%;
  }
  50% {
    left: 0rem;
    right: 0rem;
  }
  100% {
    left: 100%;
    right: 0rem;
  }
}
/*# sourceMappingURL=./style.css.map */