.roundhouse-testimonial-slider {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	max-width: 100% !important;
	overflow: visible;
	padding: 20px 0 40px;
	width: 100%;
}

.roundhouse-testimonial-slider__inner {
	overflow: visible;
}

.roundhouse-testimonial-slider__stage {
	position: relative;
}

.roundhouse-testimonial-slider__viewport {
	overflow: visible;
	position: relative;
	width: 100%;
}

.roundhouse-testimonial-slider__controls {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: center;
	margin-top: 28px;
}

.roundhouse-testimonial-slider__progress {
	background: #eadfdd;
	flex: 1 1 auto;
	height: 8px;
	max-width: 760px;
	overflow: hidden;
	position: relative;
}

.roundhouse-testimonial-slider__progress-fill {
	background: #2e2d2c;
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 180ms ease;
	width: 100%;
}

.roundhouse-testimonial-slider__track:not(.slick-initialized) {
	display: flex;
	gap: 20px;
	overflow: hidden;
}

.roundhouse-testimonial-slider__track .slick-list {
	overflow: visible;
}

.roundhouse-testimonial-slider__track .slick-track {
	display: flex;
	align-items: stretch;
}

.roundhouse-testimonial-slider__track .slick-slide {
	height: auto;
	margin-right: 20px;
}

.roundhouse-testimonial-slider__track .slick-slide > div {
	display: flex;
	height: 100%;
}

.roundhouse-testimonial-slider__slide {
	display: block;
	height: 100%;
	width: 100%;
}

.roundhouse-testimonial-slider__card {
	align-items: stretch;
	background: #efece6;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.roundhouse-testimonial-slider__media {
	aspect-ratio: 1.796 / 1;
	overflow: hidden;
}

.roundhouse-testimonial-slider__image {
	display: block;
	height: auto !important;
	aspect-ratio: 1.796 / 1 !important;
	object-fit: cover;
	width: 100%;
}

.roundhouse-testimonial-slider__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 1rem;
	padding: 45px;
}

.roundhouse-testimonial-slider__text > :first-child {
	margin-top: 0;
}

.roundhouse-testimonial-slider__text > :last-child {
	margin-bottom: 0;
}

.roundhouse-testimonial-slider__text {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
}

.roundhouse-testimonial-slider__text p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

.roundhouse-testimonial-slider__name {
	font-size: 22px;
	font-weight: 700;
	margin: 64px 0 0;
	margin-top: auto;
	text-transform: uppercase;
}

.roundhouse-testimonial-slider__arrow {
	align-items: center;
	appearance: none;
	background: #2e2d2c;
	border: 0;
	border-radius: 50%;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	line-height: 1;
	position: relative;
	padding: 0;
	width: 48px;
	z-index: 2;
}

.roundhouse-testimonial-slider__arrow.slick-disabled {
	cursor: not-allowed;
	opacity: 0.4;
}

.roundhouse-testimonial-slider__arrow span {
	color: inherit;
	display: block;
	font-size: 1.1rem;
}

.roundhouse-testimonial-slider__arrow--prev {
	flex: 0 0 48px;
}

.roundhouse-testimonial-slider__arrow--next {
	flex: 0 0 48px;
}

@media (max-width: 1024px) {
	.roundhouse-testimonial-slider__viewport {
		padding-right: 8%;
	}

	.roundhouse-testimonial-slider__progress {
		max-width: none;
	}
}

@media (max-width: 768px) {
	.roundhouse-testimonial-slider__viewport {
		padding-right: 0;
	}

	.roundhouse-testimonial-slider__arrow {
		display: none;
	}

	.roundhouse-testimonial-slider__controls {
		margin-top: 20px;
	}
}
