.shm-testimonials {
  width: 100%;
  font-family: "Neue Montreal", "Roboto", sans-serif;
}
.shm-testimonials * {
  box-sizing: border-box;
}
.shm-testimonials .shm-testimonials__card {
  position: relative;
  padding: 16px;
  border-radius: var(--shm-t-card-radius, 20px);
  background-color: var(--shm-t-card-bg, #202649);
  overflow: hidden;
}
.shm-testimonials .shm-testimonials__swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.shm-testimonials .shm-testimonials__swiper .swiper-wrapper {
  align-items: stretch;
}
.shm-testimonials .shm-testimonials__swiper .swiper-slide {
  height: auto;
}
.shm-testimonials .shm-testimonials__slide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, var(--shm-t-media-width, 49%));
  gap: 14px;
  min-height: var(--shm-t-min-height, 470px);
}
.shm-testimonials .shm-testimonials__slide.shm-testimonials__slide--no-media {
  grid-template-columns: minmax(0, 1fr);
}
.shm-testimonials .shm-testimonials__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: clamp(40px, 5vw, 72px) clamp(20px, 6.4vw, 90px) clamp(40px, 5vw, 72px) 20px;
}
.shm-testimonials .shm-testimonials__quote {
  margin: 0;
  padding: 0;
  border: 0;
  quotes: none;
  font-style: italic;
  font-size: clamp(18px, 1.75vw, 25px);
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: var(--shm-t-quote-color, #ffffff);
}
.shm-testimonials .shm-testimonials__quote p {
  margin: 0 0 0.7em;
}
.shm-testimonials .shm-testimonials__quote p:last-child {
  margin-bottom: 0;
}
.shm-testimonials .shm-testimonials__author {
  margin-top: clamp(24px, 3vw, 44px);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.4;
  font-style: normal;
  color: var(--shm-t-author-color, #d1d5e7);
}
.shm-testimonials .shm-testimonials__media {
  position: relative;
  overflow: hidden;
  border-radius: var(--shm-t-media-radius, 10px);
  aspect-ratio: 4/3;
}
.shm-testimonials .shm-testimonials__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.shm-testimonials .shm-testimonials__media--logo {
  background-color: #ffffff;
}
.shm-testimonials .shm-testimonials__media--logo .shm-testimonials__image {
  object-fit: contain;
  padding: clamp(24px, 4vw, 64px);
}
.shm-testimonials .shm-testimonials__pagination {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  bottom: 32px !important;
  left: 32px !important;
}
.shm-testimonials .shm-testimonials__pagination.swiper-pagination-lock {
  display: none;
}
.shm-testimonials .shm-testimonials__bullet {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: var(--shm-t-dot-color, #363c5b);
  opacity: 1;
  cursor: pointer;
  transition: background-color 0.25s ease;
}
.shm-testimonials .shm-testimonials__bullet.is-active {
  background-color: var(--shm-t-dot-active-color, #ffffff);
}
@media (max-width: 1024px) {
  .shm-testimonials .shm-testimonials__slide {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    align-content: start;
  }
  .shm-testimonials .shm-testimonials__media {
    order: -1;
    aspect-ratio: 16/10;
  }
  .shm-testimonials .shm-testimonials__content {
    padding: clamp(22px, 4vw, 32px) clamp(18px, 3.4vw, 28px) 0;
    justify-content: flex-start;
  }
  .shm-testimonials .shm-testimonials__pagination {
    position: static;
    padding: 20px clamp(18px, 3.4vw, 28px) 6px;
  }
}
@media (max-width: 640px) {
  .shm-testimonials .shm-testimonials__card {
    padding: 10px;
  }
  .shm-testimonials .shm-testimonials__pagination {
    padding-left: 18px;
  }
  .shm-testimonials .shm-testimonials__media {
    aspect-ratio: 4/3;
  }
}

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