.wp-block-quotes-group-quotes-section-5 .quotes-section-5 .single-quote {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wp-block-quotes-group-quotes-section-5 .quotes-section-5 .single-quote:nth-child(1) {
  position: relative;
  opacity: 1;
}
.wp-block-quotes-group-quotes-section-5 .quotes-section-5 .swiper-button-next,
.wp-block-quotes-group-quotes-section-5 .quotes-section-5 .swiper-button-prev {
  display: none;
}
.wp-block-quotes-group-quotes-section-5.is-selected .quotes-section-5 .swiper-wrapper {
  flex-direction: column;
}
.wp-block-quotes-group-quotes-section-5.is-selected .quotes-section-5 .single-quote {
  position: relative;
  opacity: 1;
  padding-bottom: 20px;
}

.quotes-section-5 {
  position: relative;
  padding: 0;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --plyr-control-spacing: 25px;
  --plyr-range-border-radius: 0px;
  --plyr-range-track-height: 10px;
  --plyr-range-fill-background: var(--button-background-color-hover);
  --plyr-range-thumb-background: var(--button-background-color-hover);
  --plyr-range-thumb-height: 0px;
  --plyr-range-thumb-width: 0px;
  --plyr-range-thumb-border-radius: 0px;
  --plyr-range-thumb-shadow: none;
  --plyr-control-icon-size: 18px;
  --plyr-range-track-border-radius: 0;
  --plyr-range-fill-border-radius: 0;
  --plyr-control-radius: 0px;
  --plyr-badge-border-radius: 0px;
  --play-button-size: 50px;
}
.quotes-section-5 .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.quotes-section-5 .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quotes-section-5 .content {
  position: relative;
  z-index: 2;
  justify-content: center;
}
.quotes-section-5 .carousel-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-width: 1010px;
}
.quotes-section-5 .swiper-wrapper {
  height: 100%;
  align-items: center;
  margin-bottom: var(--inner-spacing-md);
}
.quotes-section-5 .carousel-controls {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 11;
  pointer-events: none;
  padding: 0px 10px;
}
.quotes-section-5 .swiper-button-next.frameworker-button-alt,
.quotes-section-5 .swiper-button-prev.frameworker-button-alt {
  pointer-events: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  transition: all 0.3s ease;
}
.quotes-section-5 .swiper-button-next.frameworker-button-alt:after,
.quotes-section-5 .swiper-button-prev.frameworker-button-alt:after {
  display: none;
}
.quotes-section-5 .swiper-button-next.frameworker-button-alt .button-arrow,
.quotes-section-5 .swiper-button-prev.frameworker-button-alt .button-arrow {
  height: 12px;
  margin-left: 4px;
}
.quotes-section-5 .swiper-button-next.frameworker-button-alt .arrow-stem,
.quotes-section-5 .swiper-button-prev.frameworker-button-alt .arrow-stem {
  right: 0;
}
.quotes-section-5 .swiper-button-next.frameworker-button-alt:hover,
.quotes-section-5 .swiper-button-prev.frameworker-button-alt:hover {
  color: var(--button-default-font-color-hover);
  border-color: transparent;
  border-width: var(--line-thickness);
  background: none;
  background-color: var(--button-default-background-color-hover);
  background-image: linear-gradient(var(--button-default-background-color-hover), var(--button-default-background-color-hover)), linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0px 1px 2px 0px rgba(10, 12, 18, 0.1), inset 0px -2px 0px 0px rgba(10, 12, 18, 0.05);
}
.quotes-section-5 .swiper-button-next.frameworker-button-alt:hover .arrow-chevron,
.quotes-section-5 .swiper-button-prev.frameworker-button-alt:hover .arrow-chevron {
  transform: translateX(4px);
}
.quotes-section-5 .swiper-button-next.frameworker-button-alt:hover .arrow-stem,
.quotes-section-5 .swiper-button-prev.frameworker-button-alt:hover .arrow-stem {
  right: 2px;
}
.quotes-section-5 .swiper-button-prev.frameworker-button-alt {
  transform: rotate(180deg);
  background-image: linear-gradient(var(--button-secondary-background-color), var(--button-secondary-background-color)), linear-gradient(0deg, var(--green-300), var(--green-600));
}
.quotes-section-5 .swiper-button-prev.frameworker-button-alt .button-arrow {
  margin-left: 0px;
}
.quotes-section-5 .swiper-button-prev.frameworker-button-alt:hover {
  background-image: linear-gradient(var(--button-default-background-color-hover), var(--button-default-background-color-hover)), linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}
.quotes-section-5 .swiper-pagination {
  height: 48px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: -40px;
}
.quotes-section-5 .swiper-pagination-bullet {
  width: 70px;
  height: 8px;
  border-radius: var(--border-radius-xs);
  opacity: 1;
  background: var(--gray-200);
}
.quotes-section-5 .swiper-pagination-bullet-active {
  background: var(--brand-600);
}
.quotes-section-5 .quote-card {
  background: var(--color-white);
  border-radius: var(--border-radius-6xl);
  padding: 15px 15px 15px 15px;
  margin: 0;
  width: 100%;
}
.quotes-section-5 .slide-type-video .quote-text,
.quotes-section-5 .slide-type-image .quote-text {
  font-weight: 400;
  max-width: 100%;
  margin-bottom: 115px;
}
.quotes-section-5 .slide-type-video .text-container,
.quotes-section-5 .slide-type-image .text-container {
  flex: 1;
  min-width: 0;
}
.quotes-section-5 .slide-type-video .slide-media,
.quotes-section-5 .slide-type-image .slide-media {
  border-radius: var(--border-radius-3xl);
  overflow: hidden;
  flex: 1;
  min-width: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.quotes-section-5 .slide-type-video .slide-media img,
.quotes-section-5 .slide-type-video .slide-media video,
.quotes-section-5 .slide-type-video .slide-media .plyr--video,
.quotes-section-5 .slide-type-image .slide-media img,
.quotes-section-5 .slide-type-image .slide-media video,
.quotes-section-5 .slide-type-image .slide-media .plyr--video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quotes-section-5 .slide-video .video-wrapper,
.quotes-section-5 .slide-video .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.quotes-section-5 .slide-video .plyr__video-wrapper {
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.quotes-section-5 .plyr--video {
  position: relative;
}
.quotes-section-5 .plyr--video .plyr__controls {
  padding: 15px 20px;
  margin: 0 auto;
  background: none;
}
.quotes-section-5 .plyr--video:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(var(--plyr-control-spacing) * 5);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  z-index: 1;
}
.quotes-section-5 .plyr--video .plyr__control {
  border: 0px solid white;
  padding: 12px;
}
.quotes-section-5 .plyr--video .plyr__control svg {
  transition: fill var(--transition-timing-normal) var(--transition-ease-1);
}
.quotes-section-5 .plyr--video .plyr__control:hover {
  background-color: rgba(0, 0, 0, 0);
}
.quotes-section-5 .plyr--video .plyr__control:hover svg {
  fill: var(--button-background-color-hover);
}
.quotes-section-5 .plyr__controls__item.plyr__time {
  --plyr-control-spacing: 10px;
}
.quotes-section-5 .plyr__progress input[type=range],
.quotes-section-5 .plyr__progress__buffer {
  border-radius: 0 !important;
}
.quotes-section-5 .plyr__progress {
  margin-right: var(--plyr-control-spacing);
  border-radius: 0 !important;
}
.quotes-section-5 .plyr__progress__buffer {
  border-radius: 0px !important;
}
.quotes-section-5 .custom-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.quotes-section-5 .play-button {
  cursor: pointer;
  color: white;
  border-color: white;
  width: var(--play-button-size);
  height: var(--play-button-size);
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color var(--transition-timing-normal) var(--transition-ease-1);
}
.quotes-section-5 .play-button:before {
  display: none;
}
.quotes-section-5 .play-button svg {
  fill: var(--brand-600);
  width: 12px;
  height: 12px;
  transition: fill var(--transition-timing-normal) var(--transition-ease-1);
}
.quotes-section-5 .play-button:hover {
  background-color: var(--button-background-color-hover);
}
.quotes-section-5 .play-button:hover svg {
  fill: var(--color-white);
}
.quotes-section-5 .quote-card-content {
  display: flex;
  gap: 20px;
}
.quotes-section-5 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 15px 0 15px 32px;
}
.quotes-section-5 .quote-text {
  font-weight: 400;
  max-width: 635px;
  margin-bottom: 115px;
}
.quotes-section-5 .attribution {
  position: relative;
  font-size: 14px;
}
.quotes-section-5 .attribution-name {
  font-weight: 600;
  margin-bottom: 1px;
}
.quotes-section-5 .attribution-role {
  color: var(--gray-600);
}
@media screen and (max-width: 1024px) {
  .quotes-section-5 .swiper-button-prev,
  .quotes-section-5 .swiper-button-next {
    display: none !important;
  }
  .quotes-section-5 .swiper-pagination {
    margin-top: 0;
  }
}
@media screen and (max-width: 885px) {
  .quotes-section-5 .image-container {
    left: 0;
    width: 100%;
  }
  .quotes-section-5 .quote-card {
    padding: var(--inner-spacing-lg);
  }
  .quotes-section-5 .quote-card-content {
    gap: 30px;
    flex-direction: column;
  }
  .quotes-section-5 .slide-media {
    order: 1;
  }
  .quotes-section-5 .slide-media.slide-video {
    height: 0;
    padding-bottom: 56.25%;
    flex: none;
  }
  .quotes-section-5 .text-container {
    order: 2;
    padding-left: 0px;
  }
}
/*
========================================
Per-Client Field Visibility
========================================
*/