/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
.wp-block-create-block-mq20-testimonial-full {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: var(--c_neutral--900);
  border-bottom: 1px solid var(--c_neutral--50);
  background: var(--c_neutral--25);
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-header h2 {
  max-width: 410px;
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-header .testimonial-full-header-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 50%;
  gap: 40px;
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-wrapper {
  position: relative;
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-wrapper .testimonial-full-items {
  position: relative;
  display: grid;
  gap: 8px;
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-wrapper .testimonial-full-items.testimonial-full-items-3 {
  grid-template-columns: repeat(3, 1fr);
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-wrapper .testimonial-full-items.testimonial-full-items-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-wrapper .testimonial-full-items .testimonial-full-item {
  display: flex;
  flex-direction: column;
  padding: 32px 40px;
  background: var(--c_neutral--50);
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-wrapper .testimonial-full-items .testimonial-full-item .testimonial-full-item-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 24px;
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-wrapper .testimonial-full-items .testimonial-full-item .testimonial-full-item-content .testimonial-full-image {
  text-align: center;
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-wrapper .testimonial-full-items .testimonial-full-item .testimonial-full-item-content .testimonial-full-image img {
  max-width: 100%;
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-wrapper .testimonial-full-items .testimonial-full-item .quote_author {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--c_neutral--100);
}
.wp-block-create-block-mq20-testimonial-full .testimonial-full-items-controls {
  display: none;
}

@media screen and (max-width: 1024px) {
  .wp-block-create-block-mq20-testimonial-full {
    padding: 40px 0;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-content {
    gap: 0;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-header {
    flex-direction: column;
    margin-bottom: 40px;
    gap: 24px;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-header .testimonial-full-header-content {
    width: 100%;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-header a {
    display: none;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-wrapper {
    position: relative;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-wrapper .testimonial-full-items {
    display: flex;
    gap: 8px;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-wrapper .testimonial-full-items .testimonial-full-item {
    flex: 0 0 100%;
    flex-direction: column;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-content .testimonial-full-wrapper .testimonial-full-items .testimonial-full-item .testimonial-full-content {
    width: 100%;
    gap: 16px;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-items-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-items-controls .testimonial-full-counter {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-items-controls .testimonial-full-counter .counter-progress {
    position: relative;
    width: 120px;
    height: 1px;
    background: var(--c_neutral--100);
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-items-controls .testimonial-full-counter .counter-progress .counter-progress-active {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: var(--c_brand--500);
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-items-controls .testimonial-full-buttons {
    display: flex;
    gap: 8px;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-items-controls .testimonial-full-buttons button {
    display: flex;
    padding: 12px;
    cursor: pointer;
    border: none;
    background: transparent;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-items-controls .testimonial-full-buttons button svg {
    width: 24px;
    height: 24px;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-items-controls .testimonial-full-buttons button svg path {
    fill: #181A1F;
  }
  .wp-block-create-block-mq20-testimonial-full .testimonial-full-items-controls .testimonial-full-buttons button.disabled svg path {
    fill: #BABCC2;
  }
}

/*# sourceMappingURL=style-index.css.map*/