/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./frontend/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./frontend/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./frontend/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./web/app/themes/parent/components/hero/hero-testimonial/src/hero-testimonial.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.twz-hero--testimonial .twz-hero__image img {
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--tangent) * var(--height)) 100%, 0 100%);
}

.row:has(.twz-hero--testimonial) {
  --backgroundColor: var(--white);
  --paddingTop: 0;
  --paddingBottom: 0;
}
.row:has(.twz-hero--testimonial):before {
  content: "";
}

.twz-hero--testimonial {
  --text-color: var(--text-color-dark);
  background-color: var(--hero-testimonial-bg-color, var(--white));
  margin-top: var(--nav-height);
}
.twz-hero--testimonial .twz-hero__wrapper {
  display: grid;
  grid-template-columns: 50rem auto;
  align-items: center;
  gap: var(--hero-testimonial-gap, 4rem);
}
@media (max-width: 767px) {
  .twz-hero--testimonial .twz-hero__wrapper {
    --hero-testimonial-gap: 0;
    grid-template-columns: 1fr;
  }
}
.twz-hero--testimonial .twz-hero__image {
  margin-left: calc(var(--space-to-screen) * -1);
  height: var(--hero-testimonial-image-height, 50rem);
}
@media (max-width: 767px) {
  .twz-hero--testimonial .twz-hero__image {
    --hero-testimonial-image-height: 25rem;
  }
}
.twz-hero--testimonial .twz-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .twz-hero--testimonial .twz-hero__image img {
    clip-path: none;
  }
}
.twz-hero--testimonial .twz-hero__content {
  padding: calc(var(--hero-testimonial-padding-y, var(--nav-height)) * 1.2) 0;
}
@media (max-width: 767px) {
  .twz-hero--testimonial .twz-hero__content {
    --hero-testimonial-padding-y: 5rem;
  }
}
.twz-hero--testimonial .twz-hero__content h1 {
  margin-block-end: 0.5em;
}
.twz-hero--testimonial .twz-hero__content .meta-fields .meta-field {
  margin-block-start: 0.4em;
}
