.sb_partners_testimonials {
  padding: clamp(40px, 4vw, 72px) 0;
  background: var(--color-night-forest, #0f0d14);
  position: relative;
  z-index: 10;
}
.sb_partners_testimonials__title {
  margin: 0 0 clamp(24px, 2.5vw, 40px);
  text-align: center;
  color: var(--color-white, #fff);
  font-weight: 600;
  font-size: clamp(1.778rem, 0.647vw + 1.643rem, 2.333rem);
  letter-spacing: -0.02em;
}
.sb_partners_testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 1.6vw, 28px);
}
@media (min-width: 768px) {
  .sb_partners_testimonials__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sb_partners_testimonials__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  gap: 24px;
}
.sb_partners_testimonials__media {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 450px;
  border-radius: 16px;
  overflow: hidden;
}
.sb_partners_testimonials__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.sb_partners_testimonials__video-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.sb_partners_testimonials__video-cover.is-hidden {
  opacity: 0;
}
.sb_partners_testimonials__video-trigger {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sb_partners_testimonials__play-icon {
  width: 44px;
  height: 44px;
  display: block;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.sb_partners_testimonials__play-icon:hover {
  transform: scale(1.08);
}
.sb_partners_testimonials__media.is-active .sb_partners_testimonials__play-icon, .sb_partners_testimonials__media:hover .sb_partners_testimonials__play-icon {
  opacity: 0;
  pointer-events: none;
}
.sb_partners_testimonials__player-ui {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.sb_partners_testimonials__media.is-active .sb_partners_testimonials__player-ui, .sb_partners_testimonials__media:hover .sb_partners_testimonials__player-ui {
  opacity: 1;
}
.sb_partners_testimonials__timer {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(8, 8, 8, 0.88);
  color: var(--color-white, #fff);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  min-width: 52px;
  padding: 7px 10px;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.01em;
}
.sb_partners_testimonials__player-actions {
  position: absolute;
  left: 10px;
  bottom: 12px;
  display: inline-flex;
  gap: 10px;
  pointer-events: auto;
}
.sb_partners_testimonials__icon-btn {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(8, 8, 8, 0.74);
  backdrop-filter: blur(3px);
  color: var(--color-white, #fff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.sb_partners_testimonials__icon-btn:hover {
  background: rgba(20, 20, 20, 0.95);
  border-color: rgba(255, 255, 255, 0.55);
}
.sb_partners_testimonials__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.sb_partners_testimonials__icon svg {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}
.sb_partners_testimonials__mute-btn .sb_partners_testimonials__icon {
  position: static;
}
.sb_partners_testimonials__icon--volume {
  display: none;
}
.sb_partners_testimonials__media.is-muted .sb_partners_testimonials__icon--muted {
  display: inline-flex;
}
.sb_partners_testimonials__media.is-muted .sb_partners_testimonials__icon--volume {
  display: none;
}
.sb_partners_testimonials__media:not(.is-muted) .sb_partners_testimonials__icon--muted {
  display: none;
}
.sb_partners_testimonials__media:not(.is-muted) .sb_partners_testimonials__icon--volume {
  display: inline-flex;
}
.sb_partners_testimonials__timeline {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.35);
}
.sb_partners_testimonials__timeline-progress {
  display: block;
  width: 0;
  height: 100%;
  background: #00ffaa;
  transition: width 0.1s linear;
}
.sb_partners_testimonials__content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sb_partners_testimonials__quote p, .sb_partners_testimonials__quote {
  margin: 0;
  color: var(--color-white, #fff);
  font-size: clamp(1rem, 0.388vw + 0.919rem, 1.333rem);
  line-height: 1.6;
  max-width: 26ch;
}
.sb_partners_testimonials__meta {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
  padding-top: 4px;
}
.sb_partners_testimonials__logo {
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.sb_partners_testimonials__person {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 6px;
  min-width: 0;
}
.sb_partners_testimonials__name {
  color: var(--color-white-80, rgba(255, 255, 255, 0.8));
  font-weight: 600;
  font-size: 13px;
  line-height: 1.25;
}
.sb_partners_testimonials__dot {
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #cccccc;
}
.sb_partners_testimonials__designation {
  color: var(--color-white-60, rgba(255, 255, 255, 0.6));
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
}
.sb_partners_testimonials__modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(6px);
}
.sb_partners_testimonials__modal:not([hidden]) {
  display: flex;
}
.sb_partners_testimonials__modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  cursor: pointer;
}
.sb_partners_testimonials__modal-nav {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(20, 20, 26, 0.72);
  backdrop-filter: blur(4px);
  color: var(--color-white, #fff);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.sb_partners_testimonials__modal-nav:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
.sb_partners_testimonials__modal-nav:disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.sb_partners_testimonials__modal-dialog {
  position: relative;
  z-index: 1;
  width: 1160px;
  max-width: calc(100vw - 128px);
  max-height: calc(100svh - 48px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #1c1d21;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.65);
  padding: 24px;
  animation: spt-modal-in 0.22s ease both;
}
@keyframes spt-modal-in {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 900px) {
  @keyframes spt-modal-in {
    from {
      opacity: 0;
      transform: translateY(40px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.sb_partners_testimonials__modal-close {
  position: absolute;
  top: -20px;
  right: -55px;
  z-index: 10;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(20, 20, 26, 0.72);
  backdrop-filter: blur(4px);
  color: var(--color-white, #fff);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.sb_partners_testimonials__modal-close svg {
  width: 14px;
  height: 14px;
  display: block;
  pointer-events: none;
}
.sb_partners_testimonials__modal-close:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
}
.sb_partners_testimonials__modal-layout {
  display: grid;
  grid-template-columns: 667px 420px;
  grid-template-rows: minmax(0, 1fr);
  gap: 25px;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.sb_partners_testimonials__modal-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.sb_partners_testimonials__modal-vwrap {
  position: relative;
  flex-shrink: 0;
  width: 100%;
}
.sb_partners_testimonials__modal-vwrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.sb_partners_testimonials__modal-vbox {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
.sb_partners_testimonials__modal-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.sb_partners_testimonials__modal-cover {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.sb_partners_testimonials__modal-cover.is-hidden {
  opacity: 0;
}
.sb_partners_testimonials__modal-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  cursor: pointer;
}
.sb_partners_testimonials__modal-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72) 30%, rgba(0, 0, 0, 0.88));
  border-radius: 0 0 12px 12px;
  padding: 32px 12px 12px;
}
.sb_partners_testimonials__modal-progress {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
}
.sb_partners_testimonials__modal-progress-fill {
  height: 100%;
  width: 0;
  background: #00ffaa;
  border-radius: 2px;
  transition: width 0.1s linear;
}
.sb_partners_testimonials__modal-bar {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sb_partners_testimonials__modal-btn {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(22, 22, 28, 0.9);
  color: var(--color-white, #fff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease;
}
.sb_partners_testimonials__modal-btn svg {
  width: 14px;
  height: 14px;
  display: block;
}
.sb_partners_testimonials__modal-btn:hover {
  background: rgba(255, 255, 255, 0.14);
}
.sb_partners_testimonials__modal-time {
  flex: 1;
  font-size: 12px;
  color: var(--color-white-60, rgba(255, 255, 255, 0.6));
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  padding: 0 4px;
}
.sb_partners_testimonials__modal-speed-btn {
  margin-left: auto;
  border-radius: 6px;
  width: auto;
  min-width: 30px;
  padding: 0 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.sb_partners_testimonials__modal-thumbs {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  flex-shrink: 0;
  padding: 16px;
  border-radius: 8px;
  background: #1A1A1A;
  scrollbar-width: none;
}
.sb_partners_testimonials__modal-thumbs::-webkit-scrollbar {
  display: none;
}
.sb_partners_testimonials__thumb {
  position: relative;
  flex: 0 0 auto;
  width: calc(33.33% - 16px);
  height: 120px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: #0e0e11;
  cursor: pointer;
  padding: 0;
  transition: border-color 0.2s ease;
}
.sb_partners_testimonials__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.sb_partners_testimonials__thumb.is-active {
  border-color: #00ffaa;
}
.sb_partners_testimonials__thumb.is-active img {
  opacity: 1;
}
.sb_partners_testimonials__thumb:not(.is-active):hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.sb_partners_testimonials__thumb:not(.is-active):hover img {
  opacity: 0.85;
}
.sb_partners_testimonials__thumb-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 6px;
  font-size: 10px;
  line-height: 1.2;
  color: var(--color-white, #fff);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.78));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb_partners_testimonials__modal-right {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  align-items: flex-start;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}
.sb_partners_testimonials__modal-right::-webkit-scrollbar {
  width: 4px;
}
.sb_partners_testimonials__modal-right::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 2px;
}
.sb_partners_testimonials__modal-logo {
  display: block;
  max-height: 32px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 14px;
}
.sb_partners_testimonials__modal-person {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
}
.sb_partners_testimonials__modal-name {
  color: var(--color-white, #fff);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
  width: 100%;
}
.sb_partners_testimonials__modal-desg {
  color: var(--color-white-60, rgba(255, 255, 255, 0.6));
  font-size: 14px;
  line-height: 1.4;
}
.sb_partners_testimonials__modal-section {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sb_partners_testimonials__modal-section--industry {
  border-bottom: none;
  margin-bottom: 12px;
  width: 100%;
}
.sb_partners_testimonials__modal-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-white-60, rgba(255, 255, 255, 0.6));
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sb_partners_testimonials__modal-quote {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-white-80, rgba(255, 255, 255, 0.8));
}
.sb_partners_testimonials__modal-quote p {
  margin: 0;
}
.sb_partners_testimonials__modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sb_partners_testimonials__modal-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 32px;
  border: 1px solid rgba(1, 255, 170, 0.2);
  background: rgba(1, 255, 170, 0.15);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
}
.sb_partners_testimonials__modal-ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  flex-shrink: 0;
  width: 100%;
}
.sb_partners_testimonials__modal-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  background: #00ffaa;
  color: #0a0c0f;
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.sb_partners_testimonials__modal-cta svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}
.sb_partners_testimonials__modal-cta:hover {
  opacity: 0.88;
}
@media (max-width: 1300px) {
  .sb_partners_testimonials__modal-layout {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 420px);
  }
}
@media (max-width: 900px) {
  .sb_partners_testimonials__modal {
    gap: 0;
    padding: 0;
    align-items: flex-end;
  }
  .sb_partners_testimonials__modal-nav {
    display: none;
  }
  .sb_partners_testimonials__modal-dialog {
    width: 100%;
    max-width: 100%;
    max-height: 92svh;
    border-radius: 20px 20px 0 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .sb_partners_testimonials__modal-dialog::before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.22);
    margin: 10px auto 6px;
  }
  .sb_partners_testimonials__modal-close {
    top: 8px;
    right: 10px;
    width: 32px;
    height: 32px;
  }
  .sb_partners_testimonials__modal-close svg {
    width: 12px;
    height: 12px;
  }
  .sb_partners_testimonials__modal-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    gap: 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .sb_partners_testimonials__modal-layout::-webkit-scrollbar {
    display: none;
  }
  .sb_partners_testimonials__modal-left {
    padding: 10px 12px 0;
    gap: 8px;
  }
  .sb_partners_testimonials__modal-right {
    height: auto;
    min-height: unset;
    overflow-y: visible;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 12px 28px;
  }
  .sb_partners_testimonials__modal-progress {
    height: 4px;
    margin-bottom: 8px;
  }
  .sb_partners_testimonials__thumb {
    width: 100px;
    height: 60px;
  }
  .sb_partners_testimonials__thumb-label {
    font-size: 9px;
  }
  .sb_partners_testimonials__modal-name {
    font-size: 18px;
  }
  .sb_partners_testimonials__modal-quote {
    font-size: 13px;
  }
  .sb_partners_testimonials__modal-ctas {
    margin-top: 16px;
  }
  .sb_partners_testimonials__modal-cta {
    padding: 13px 16px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .sb_partners_testimonials__modal-dialog {
    max-height: 96svh;
    border-radius: 16px 16px 0 0;
  }
  .sb_partners_testimonials__modal-left {
    padding: 8px 8px 0;
  }
  .sb_partners_testimonials__modal-right {
    padding: 14px 8px 24px;
  }
  .sb_partners_testimonials__modal-controls {
    padding: 24px 8px 8px;
  }
  .sb_partners_testimonials__modal-btn {
    width: 28px;
    height: 28px;
  }
  .sb_partners_testimonials__thumb {
    width: 80px;
    height: 52px;
  }
  .sb_partners_testimonials__modal-name {
    font-size: 16px;
  }
  .sb_partners_testimonials__modal-desg {
    font-size: 13px;
  }
  .sb_partners_testimonials__modal-logo {
    max-height: 20px;
  }
}
.sb_partners_testimonials.has-modal-open .sb_partners_testimonials__card .sb_partners_testimonials__media .sb_partners_testimonials__video {
  pointer-events: none;
}/*# sourceMappingURL=sb_partners_testimonials.css.map */