.testimonials:not(.js-lpb-component) {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background-color: rgba(174, 174, 174, 0.1019607843);
}

.testimonials .container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .testimonials .container {
    flex-direction: row;
  }
}

.testimonials .block-meta {
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .testimonials .block-meta {
    width: 40%;
    align-self: center;
    padding-right: 1rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .testimonials .block-meta {
    padding-right: 5rem;
    padding-left: revert;
  }
}

.testimonials .block-meta .section-title {
  margin-bottom: 1.25rem;
  font-size: var(--font-h2);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--font-weight-bold);
  color: var(--color-text);
}

.testimonials .block-meta .description {
  font-size: var(--font-h4);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--font-weight-regular);
  line-height: 150%;
  color: var(--color-text);
  text-align: justify;
}

.testimonials .testimonies-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 650px) {
  .testimonials .testimonies-wrapper {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .testimonials .testimonies-wrapper {
    width: 55%;
  }
}

@media (min-width: 1280px) {
  .testimonials .testimonies-wrapper {
    gap: 40px;
  }
}

.testimonials .testimonies-wrapper .testimonies-slider {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .testimonials .testimonies-wrapper .testimonies-slider {
    flex-shrink: 1;
    flex-grow: 0;
  }
}

.testimonials .testimonies-wrapper .testimonies-slider {
  min-height: 302px;
}

.testimonials .testimonies-wrapper .testimonies-slider .testimonies-slider-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.testimonials .testimonies-wrapper .testimonies-slider .testimonies-slider-content .slide {
  display: none;
  width: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  min-height: 302px;
}

.testimonials .testimonies-wrapper .testimonies-slider .testimonies-slider-content .slide.active {
  display: block;
  opacity: 1;
}

.testimonials .testimonies-wrapper .testimonies-slider .testimonies-slider-content .slide .testimonial-card {
  position: relative;
  margin-top: 50px;
  margin-bottom: 24px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 50px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.testimonials .testimonies-wrapper .testimonies-slider .testimonies-slider-content .slide .testimonial-card .avatar {
  position: absolute;
  top: -48px;
  display: flex;
  height: 84px;
  width: 84px;
  align-items: center;
  justify-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.testimonials .testimonies-wrapper .testimonies-slider .testimonies-slider-content .slide .testimonial-card .avatar > div {
  margin: auto;
  height: 63px;
  width: 63px;
  overflow: hidden;
  border-radius: 9999px;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.testimonials .testimonies-wrapper .testimonies-slider .testimonies-slider-content .slide .testimonial-card .avatar > div img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials .testimonies-wrapper .testimonies-slider .testimonies-slider-content .slide .testimonial-card .testimonial__data {
  font-size: var(--font-h6);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--font-weight-regular);
  line-height: 150%;
  color: #0C111F;
  text-align: justify;
}

.testimonials .testimonies-wrapper .testimonies-slider .testimonies-slider-content .slide .testimonial-card .testimonial__data h3.section-title {
  margin-bottom: 9px;
  font-size: var(--font-h3);
  line-height: var(--line-height);
  letter-spacing: var(--letter-spacing);
  font-weight: var(--font-weight-semi-bold);
  font-weight: var(--font-weight-bold);
}

.testimonials .testimonies-wrapper .testimonies-slider .testimonies-slider-content .slide .testimonial-card .testimonial__data .rating {
  margin-bottom: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.testimonials .testimonies-wrapper .testimonies-slider .testimonies-slider-content .slide .testimonial-card .testimonial__data .rating img {
  height: 18px;
  width: 18px;
}

.testimonials .testimonies-wrapper .slider-controls {
  display: flex;
  width: 146px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 650px) {
  .testimonials .testimonies-wrapper .slider-controls {
    flex-direction: column;
    justify-content: normal;
    width: 46px;
  }
}

@media (min-width: 1024px) {
  .testimonials .testimonies-wrapper .slider-controls {
    flex-shrink: 0;
    flex-grow: 1;
    justify-content: center;
  }
}

@media (min-width: 1280px) {
  .testimonials .testimonies-wrapper .slider-controls {
    width: 146px;
  }
}

.testimonials .testimonies-wrapper .slider-controls .control {
  margin-bottom: 12px;
  display: block;
  height: 64px;
  width: 63px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/themes/custom/itse_theme/images/slider_circle.svg");
  transform: rotate(-90deg);
}

.testimonials .testimonies-wrapper .slider-controls .control.next {
  transform: rotate(90deg);
}

@media (min-width: 650px) {
  .testimonials .testimonies-wrapper .slider-controls .control  {
    transform: rotate(0deg);
  }
  .testimonials .testimonies-wrapper .slider-controls .control.next  {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.testimonials .testimonies-wrapper .slider-controls .control:hover, .testimonials .testimonies-wrapper .slider-controls .control:active, .testimonials .testimonies-wrapper .slider-controls .control.active {
  background-image: url("/themes/custom/itse_theme/images/slider_circle_hover.svg");
}

/*# sourceMappingURL=testimonials.css.map */