.wp-block-catpow-showcase__item-texts-title {
  margin: var(--cp-margin-t-h, 0);
}
.wp-block-catpow-showcase__item-texts-title, .wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-texts-counter {
  font-family: var(--cp-font-family-t-h, inherit);
  font-size: var(--cp-font-size-t-h, 2em);
  font-weight: var(--cp-font-weight-t-h, regular);
  line-height: var(--cp-line-height-t-h, 1.5);
  letter-spacing: var(--cp-letter-spacing-t-h, normal);
}
.wp-block-catpow-showcase__item-texts-caption {
  margin: var(--cp-margin-t-l, 0);
}
.wp-block-catpow-showcase__item-texts-caption {
  font-family: var(--cp-font-family-t-l, inherit);
  font-size: var(--cp-font-size-t-l, 2em);
  font-weight: var(--cp-font-weight-t-l, regular);
  line-height: var(--cp-line-height-t-l, 1.5);
  letter-spacing: var(--cp-letter-spacing-t-l, normal);
}
.wp-block-catpow-showcase__item-texts-text {
  margin: var(--cp-margin-t-p, 0);
}
.wp-block-catpow-showcase__item-texts-text {
  font-family: var(--cp-font-family-t-p, inherit);
  font-size: var(--cp-font-size-t-p, 2em);
  font-weight: var(--cp-font-weight-t-p, regular);
  line-height: var(--cp-line-height-t-p, 1.5);
  letter-spacing: var(--cp-letter-spacing-t-p, normal);
}
.wp-block-catpow-showcase__item-texts-counter, .wp-block-catpow-showcase__item-texts-link, .wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-texts-link {
  font-family: var(--cp-font-family-t-u, inherit);
  font-size: var(--cp-font-size-t-u, 2em);
  font-weight: var(--cp-font-weight-t-u, regular);
  line-height: var(--cp-line-height-t-u, 1.5);
  letter-spacing: var(--cp-letter-spacing-t-u, normal);
}
.wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item {
  padding: var(--cp-padding-c-f);
  border-width: var(--cp-border-width-c-f, 0);
  border-radius: var(--cp-border-radius-c-f, 0);
  box-shadow: var(--cp-shadow-c-f) oklch(var(--cp-tones-shd-l) var(--cp-tones-shd-c) var(--cp-tones-shd-h) / var(--cp-tones-shd-a,1));
}
.wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-image, .wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-texts {
  padding: var(--cp-padding-c-c);
  border-width: var(--cp-border-width-c-c, 0);
  border-radius: var(--cp-border-radius-c-c, 0);
  box-shadow: var(--cp-shadow-c-c) oklch(var(--cp-tones-shd-l) var(--cp-tones-shd-c) var(--cp-tones-shd-h) / var(--cp-tones-shd-a,1));
}
.wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-texts-link, .wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item-texts-link {
  padding: var(--cp-padding-c-b);
  border-width: var(--cp-border-width-c-b, 0);
  border-radius: var(--cp-border-radius-c-b, 0);
  box-shadow: var(--cp-shadow-c-b) oklch(var(--cp-tones-shd-l) var(--cp-tones-shd-c) var(--cp-tones-shd-h) / var(--cp-tones-shd-a,1));
}
.wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-texts-counter, .wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item-texts-counter {
  padding: var(--cp-padding-c-l);
  border-width: var(--cp-border-width-c-l, 0);
  border-radius: var(--cp-border-radius-c-l, 0);
  box-shadow: var(--cp-shadow-c-l) oklch(var(--cp-tones-shd-l) var(--cp-tones-shd-c) var(--cp-tones-shd-h) / var(--cp-tones-shd-a,1));
}
.wp-block-catpow-showcase {
  position: relative;
  width: var(--cp-size-c);
  margin-inline: auto;
  padding: 0rem;
  container-type: inline-size;
  z-index: 1;
  box-sizing: border-box;
  list-style: none;
  color: oklch(var(--cp-tones-tx-l) var(--cp-tones-tx-c) var(--cp-tones-tx-h) / var(--cp-tones-tx-a,1));
}
.wp-block-catpow-showcase__item {
  position: relative;
}
.wp-block-catpow-showcase__item-image > img {
  display: block;
  width: 100%;
  height: auto;
  object-position: center;
  object-fit: cover;
}
.wp-block-catpow-showcase__item-texts {
  color: oklch(var(--cp-tones-tx-l) var(--cp-tones-tx-c) var(--cp-tones-tx-h) / var(--cp-tones-tx-a,1));
}
.wp-block-catpow-showcase.has-counter-item {
  padding: 2rem 1rem;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
}
.wp-block-catpow-showcase.is-type-flat {
  width: var(--cp-size-c);
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: var(--cp-margin-c-f);
  list-style: none;
}
.wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item {
  position: relative;
  -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: var(--cp-margin-c-c);
}
.wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-image {
  padding: 0rem;
  -webkit-box-flex: 2;
  flex-grow: 2;
  flex-shrink: 2;
  flex-basis: 18.75rem;
}
.wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-image > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.3333333333;
  object-position: center;
  object-fit: cover;
  border-radius: var(--cp-border-radius-c-c);
}
.wp-block-catpow-showcase.is-type-flat .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: p;
  line-height: var(--cp-line-height-t-p);
}
.wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-texts-counter {
  width: fit-content;
  width: 4em;
  height: 4em;
  align-content: center;
  background-color: oklch(var(--cp-tones-mx-l) var(--cp-tones-mx-c) var(--cp-tones-mx-h) / var(--cp-tones-mx-a,1));
  border-radius: 50%;
  text-align: center;
  line-height: 1em;
  color: oklch(var(--cp-tones-bx-l) var(--cp-tones-bx-c) var(--cp-tones-bx-h) / var(--cp-tones-bx-a,1));
  font-family: var(--cp-font-family-f-d);
  word-break: keep-all;
  opacity: 0.7;
}
.wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-texts-counter-prefix {
  display: block;
  margin-bottom: 0.25em;
  font-size: max(1rem, 0.5em);
}
.wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-texts-counter-suffix {
  font-size: 0.75em;
}
.wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-texts-title {
  margin: 0rem;
  padding: 0rem;
  text-align: center;
  color: oklch(var(--cp-tones-mx-l) var(--cp-tones-mx-c) var(--cp-tones-mx-h) / var(--cp-tones-mx-a,1));
  word-break: keep-all;
}
.wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-texts-titlecaption {
  margin-top: 1em;
  font-size: 1.1em;
  color: oklch(var(--cp-tones-tx-l) var(--cp-tones-tx-c) var(--cp-tones-tx-h) / var(--cp-tones-tx-a,1));
}
.wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-texts-text {
  margin-top: 2em;
  text-align: justify;
  color: oklch(var(--cp-tones-tx-l) var(--cp-tones-tx-c) var(--cp-tones-tx-h) / var(--cp-tones-tx-a,1));
}
.wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-texts-link {
  display: block;
  position: relative;
  width: fit-content;
  margin: 2em 2em 0rem auto;
  padding-bottom: 0.5em;
  padding-right: 2em;
  text-align: center;
  font-family: var(--cp-font-family-f-d);
  line-height: 1em;
  text-decoration: none;
  color: oklch(var(--cp-tones-mx-l) var(--cp-tones-mx-c) var(--cp-tones-mx-h) / var(--cp-tones-mx-a,1));
}
.wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-texts-link:active {
  box-shadow: 0 0 0 oklch(calc(1 - var(--cp-tones-m-t) * 100) var(--cp-tones-m-c) var(--cp-tones-m-h) / calc(var(--cp-tones-m-a,1) * 0.3)) oklch(var(--cp-tones-shd-l) var(--cp-tones-shd-c) var(--cp-tones-shd-h) / var(--cp-tones-shd-a,1));
}
.wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-texts-link::before {
  content: "";
  display: block;
  position: absolute;
  height: 0.0625rem;
  top: 100%;
  background-color: oklch(var(--cp-tones-mx-l) var(--cp-tones-mx-c) var(--cp-tones-mx-h) / var(--cp-tones-mx-a,1));
  animation: looper 3s infinite both;
}
.wp-block-catpow-showcase.is-type-flat .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: oklch(calc(var(--cp-tones-mx-l) * 0.8 + var(--cp-tones-bx-l) * 0.2) calc(var(--cp-tones-mx-c) * 0.8 + var(--cp-tones-bx-c) * 0.2) calc(var(--cp-tones-mx-h) * 0.8 + var(--cp-tones-bx-h) * 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: oklch(var(--cp-tones-ix-l) var(--cp-tones-ix-c) var(--cp-tones-ix-h) / var(--cp-tones-ix-a,1));
  font-family: dc;
  border-radius: 50%;
}
@container (width < 45rem) {
  .wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-texts-counter {
    position: absolute;
    top: 0rem;
    left: -0.5em;
  }
}
@container (width > 45rem) {
  .wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item-texts-counter {
    position: absolute;
    top: 0em;
  }
  .wp-block-catpow-showcase.is-type-flat .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.is-type-flat .wp-block-catpow-showcase__item:nth-child(even) .wp-block-catpow-showcase__item-texts-counter {
    right: -1em;
  }
  .wp-block-catpow-showcase.is-type-flat .wp-block-catpow-showcase__item:nth-child(odd) .wp-block-catpow-showcase__item-texts-counter {
    left: -1em;
  }
}
.wp-block-catpow-showcase.is-type-flat.has-counter .wp-block-catpow-showcase__item {
  padding-top: 4em;
}
.wp-block-catpow-showcase.is-type-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: var(--cp-margin-c-f);
}
.wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-image {
  -webkit-box-flex: 2;
  flex-grow: 2;
  flex-shrink: 2;
  flex-basis: 18.75rem;
  padding: 0rem;
  margin-top: 1.25rem;
  overflow: hidden;
}
.wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-image > img {
  aspect-ratio: 1.3333333333;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-texts {
  position: relative;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 18.75rem;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: oklch(var(--cp-tones-bx-l) var(--cp-tones-bx-c) var(--cp-tones-bx-h) / var(--cp-tones-bx-a,1));
  color: oklch(var(--cp-tones-tx-l) var(--cp-tones-tx-c) var(--cp-tones-tx-h) / var(--cp-tones-tx-a,1));
}
.wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-texts-counter {
  display: block;
  width: fit-content;
  margin-inline: auto;
  margin-top: -2em;
  margin-bottom: var(--cp-size-s-s);
  background-color: oklch(var(--cp-tones-mx-l) var(--cp-tones-mx-c) var(--cp-tones-mx-h) / var(--cp-tones-mx-a,1));
  border-style: solid;
  text-align: center;
  font-size: 1.5em;
  line-height: 1em;
  color: oklch(var(--cp-tones-bx-l) var(--cp-tones-bx-c) var(--cp-tones-bx-h) / var(--cp-tones-bx-a,1));
  font-weight: 700;
  font-family: var(--cp-font-family-f-d);
  word-break: keep-all;
  box-shadow: var(--cp-shadow-c-l) oklch(var(--cp-tones-shd-l) var(--cp-tones-shd-c) var(--cp-tones-shd-h) / var(--cp-tones-shd-a,1));
}
.wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-texts-counter-number {
  font-size: 1.25em;
}
.wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-texts-title {
  margin-top: 0rem;
  padding: 0rem;
  color: oklch(var(--cp-tones-mx-l) var(--cp-tones-mx-c) var(--cp-tones-mx-h) / var(--cp-tones-mx-a,1));
  word-break: keep-all;
}
.wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-texts-text {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: justify;
}
.wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-texts-link {
  display: block;
  width: fit-content;
  margin: 1em auto 0rem;
  border-style: solid;
  text-decoration: none;
  color: oklch(var(--cp-tones-mx-l) var(--cp-tones-mx-c) var(--cp-tones-mx-h) / var(--cp-tones-mx-a,1));
}
@container (width < 45rem) {
  .wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-image {
    margin-bottom: -1.25rem;
  }
}
@container (width > 45rem) {
  .wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item {
    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;
  }
  .wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item-texts {
    margin-top: 2.5rem;
    aspect-ratio: 1.3333333333;
  }
  .wp-block-catpow-showcase.is-type-card .wp-block-catpow-showcase__item:nth-child(odd) .wp-block-catpow-showcase__item-image {
    margin-right: -1.25rem;
  }
  .wp-block-catpow-showcase.is-type-card .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.is-type-card .wp-block-catpow-showcase__item:nth-child(even) .wp-block-catpow-showcase__item-image {
    margin-left: -1.25rem;
  }
}
.wp-block-catpow-showcase.is-type-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: var(--cp-margin-c-f);
}
.wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item {
  padding: 0rem;
  overflow: hidden;
  background-color: oklch(var(--cp-tones-bx-l) var(--cp-tones-bx-c) var(--cp-tones-bx-h) / var(--cp-tones-bx-a,1));
}
.wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item-image {
  display: grid;
  -webkit-box-flex: 2;
  flex-grow: 2;
  flex-shrink: 2;
  flex-basis: 12.5rem;
  padding: 0rem;
  overflow: hidden;
}
.wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item-image > img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item-texts {
  position: relative;
  -webkit-box-flex: 3;
  flex-grow: 3;
  flex-shrink: 3;
  flex-basis: 18.75rem;
  padding: var(--cp-padding-c-f);
  z-index: 1;
  color: oklch(var(--cp-tones-tx-l) var(--cp-tones-tx-c) var(--cp-tones-tx-h) / var(--cp-tones-tx-a,1));
}
.wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item-texts-counter {
  display: block;
  width: fit-content;
  margin-bottom: var(--cp-size-s-s);
  background-color: oklch(var(--cp-tones-mx-l) var(--cp-tones-mx-c) var(--cp-tones-mx-h) / var(--cp-tones-mx-a,1));
  text-align: center;
  color: oklch(var(--cp-tones-bx-l) var(--cp-tones-bx-c) var(--cp-tones-bx-h) / var(--cp-tones-bx-a,1));
  font-weight: 700;
  font-family: var(--cp-font-family-f-d);
  word-break: keep-all;
}
.wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item-texts-counter-number {
  font-size: 1.25em;
}
.wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item-texts-title {
  color: oklch(var(--cp-tones-mx-l) var(--cp-tones-mx-c) var(--cp-tones-mx-h) / var(--cp-tones-mx-a,1));
  word-break: keep-all;
}
.wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item-texts-caption {
  margin-inline: 0rem;
}
.wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item-texts-text {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: justify;
}
.wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item-texts-link {
  display: block;
  width: fit-content;
  margin: 1em auto 0rem;
  background-color: oklch(var(--cp-tones-mx-l) var(--cp-tones-mx-c) var(--cp-tones-mx-h) / var(--cp-tones-mx-a,1));
  text-decoration: none;
  color: oklch(var(--cp-tones-bx-l) var(--cp-tones-bx-c) var(--cp-tones-bx-h) / var(--cp-tones-bx-a,1));
}
@container (width > 45rem) {
  .wp-block-catpow-showcase.is-type-frame .wp-block-catpow-showcase__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wp-block-catpow-showcase.is-type-frame .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;
  }
}
@keyframes looper {
  0% {
    left: 0rem;
    right: 100%;
  }
  50% {
    left: 0rem;
    right: 0rem;
  }
  100% {
    left: 100%;
    right: 0rem;
  }
}
/*# sourceMappingURL=./style.css.map */