.testimonials-page {
	--testimonials-ink: #122033;
	--testimonials-muted: #5f6f82;
	--testimonials-line: #dce4ec;
	--testimonials-panel: #f6f8fb;
	--testimonials-blue: #147ea5;
	--testimonials-blue-dark: #0e5f7e;
	--testimonials-gold: #f2b51d;
	background: #fff;
	color: var(--testimonials-ink);
	font-size: 16px;
	line-height: 1.6;
}

.testimonials-shell {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 46px 28px 72px;
}

.testimonials-page h2,
.testimonials-page p {
	margin-top: 0;
	overflow-wrap: break-word;
}

.testimonials-introduction {
	max-width: 760px;
	margin: 0 0 36px;
	color: var(--testimonials-muted);
}

.testimonials-introduction > :last-child {
	margin-bottom: 0;
}

.featured-reviews {
	margin-bottom: 54px;
}

.testimonials-section-heading {
	margin-bottom: 20px;
}

.testimonials-section-heading h2,
.more-testimonials h2 {
	margin-bottom: 7px;
	color: var(--testimonials-ink);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.testimonials-section-heading > p:last-child,
.more-testimonials > p {
	margin-bottom: 0;
	color: var(--testimonials-muted);
}

.testimonials-eyebrow {
	margin-bottom: 10px !important;
	color: var(--testimonials-blue) !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.testimonials-page h2.testimonials-eyebrow {
	margin-bottom: 9px !important;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: .07em;
}

.testimonials-slider {
	position: relative;
}

.testimonials-slider-viewport {
	overflow: hidden;
	margin: 0 46px;
}

.testimonials-slider-track {
	display: flex;
	align-items: stretch;
	transition: transform .55s ease;
}

.testimonials-slide {
	flex: 0 0 33.333333%;
	padding: 0 10px;
}

.testimonial-card {
	display: flex;
	height: 100%;
	min-height: 270px;
	flex-direction: column;
	align-items: center;
	padding: 18px 28px;
	border-left: 1px solid var(--testimonials-line);
	text-align: center;
	overflow-wrap: anywhere;
}

.testimonial-avatar {
	display: flex;
	width: 64px;
	height: 64px;
	margin: 0 auto 10px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 3px solid #f1f4f7;
	border-radius: 50%;
	background: #e8eef3;
	color: #8090a2;
	font-size: 24px;
}

.testimonial-avatar img,
.testimonial-avatar-image {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center;
}

.testimonial-reviewer {
	min-width: 0;
	max-width: 100%;
	margin-bottom: 10px;
}

.testimonial-reviewer strong,
.testimonial-reviewer span {
	display: block;
}

.testimonial-reviewer strong {
	overflow: hidden;
	color: var(--testimonials-ink);
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.testimonial-reviewer span {
	color: var(--testimonials-muted);
	font-size: 13px;
}

.testimonial-stars {
	display: inline-block;
	margin-bottom: 12px;
	color: var(--testimonials-gold);
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1;
	white-space: nowrap;
}

.testimonial-copy {
	max-width: 340px;
	margin: 0 auto;
	color: #324256;
	font-size: 15px;
}

.testimonials-slider-button {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	width: 36px;
	height: 36px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid var(--testimonials-line);
	border-radius: 50%;
	background: #fff;
	color: var(--testimonials-ink);
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
	transform: translateY(-50%);
	transition: border-color .2s, color .2s, box-shadow .2s;
}

.testimonials-slider-button.previous {
	left: 0;
}

.testimonials-slider-button.next {
	right: 0;
}

.testimonials-slider-button:hover,
.testimonials-slider-button:focus-visible {
	border-color: var(--testimonials-blue);
	color: var(--testimonials-blue);
	box-shadow: 0 3px 12px rgba(18, 32, 51, .12) !important;
}

.testimonials-slider-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 23px;
}

.testimonials-slider-dots:empty {
	display: none;
}

.testimonials-slider-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #cbd6e1;
	cursor: pointer;
}

.testimonials-slider-dots button[aria-current="true"] {
	background: var(--testimonials-blue);
	transform: scale(1.25);
}

.testimonial-form-panel {
	margin-bottom: 64px;
	padding: 30px;
	border: 1px solid var(--testimonials-line);
	border-radius: 8px;
	background: var(--testimonials-panel);
	scroll-margin-top: 24px;
}

.testimonial-form-heading {
	margin-bottom: 24px;
}

.testimonial-form-heading h2 {
	margin-bottom: 3px;
	color: var(--testimonials-ink);
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
}

.testimonial-form-heading p {
	margin-bottom: 0;
	color: var(--testimonials-muted);
	font-size: 14px;
}

.testimonial-form-notice {
	margin: -4px 0 22px;
	padding: 12px 14px;
	border: 1px solid transparent;
	border-radius: 5px;
	font-size: 14px;
}

.testimonial-form-notice.is-success {
	border-color: #a9d9ba;
	background: #edf8f1;
	color: #176b37;
}

.testimonial-form-notice.is-error {
	border-color: #e4b5b5;
	background: #fff1f1;
	color: #8d2525;
}

.testimonial-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
}

.testimonial-field {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 7px;
	margin: 0;
	padding: 0;
	border: 0;
}

.testimonial-field-full {
	grid-column: 1 / -1;
}

.testimonial-field label,
.testimonial-field legend {
	margin: 0;
	color: var(--testimonials-ink);
	font-size: 14px;
	font-weight: 700;
}

.testimonial-field input[type="text"],
.testimonial-field textarea {
	max-width: 100%;
	width: 100%;
	padding: 12px 13px;
	border: 1px solid #cbd6e1;
	border-radius: 5px;
	background: #fff;
	color: var(--testimonials-ink);
	font: inherit;
	transition: border-color .2s, box-shadow .2s;
}

.testimonial-field input[type="text"]:focus,
.testimonial-field textarea:focus {
	border-color: var(--testimonials-blue);
	box-shadow: 0 0 0 3px rgba(20, 126, 165, .14) !important;
}

.testimonial-field textarea {
	min-height: 124px;
	resize: vertical;
}

.testimonial-rating-picker {
	display: inline-flex;
	align-self: flex-start;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 4px;
}

.testimonial-rating-picker input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.testimonial-rating-picker label {
	color: #b9c2cb;
	cursor: pointer;
	font-size: 31px;
	font-weight: 400;
	line-height: 1;
	transition: color .15s, transform .15s;
}

.testimonial-rating-picker label:hover,
.testimonial-rating-picker label:hover ~ label,
.testimonial-rating-picker input:checked ~ label {
	color: var(--testimonials-gold);
}

.testimonial-rating-picker label:hover {
	transform: translateY(-1px);
}

.testimonial-rating-picker input:focus-visible + label {
	outline: 2px solid var(--testimonials-blue) !important;
	outline-offset: 3px;
}

.testimonial-submit-button {
	margin-top: 22px;
	padding: 12px 24px;
	border: 0;
	border-radius: 5px;
	background: var(--testimonials-blue);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	transition: background .2s, transform .2s;
}

.testimonial-submit-button:hover,
.testimonial-submit-button:focus-visible {
	background: var(--testimonials-blue-dark);
	color: #fff;
}

.testimonial-submit-button:active {
	transform: translateY(1px);
}

.testimonial-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.more-testimonials {
	margin-top: 8px;
	padding-top: 32px;
	border-top: 1px solid var(--testimonials-line);
}

.more-testimonials h2 {
	font-size: 24px;
}

.more-testimonials > p:last-of-type {
	margin-bottom: 18px;
	font-size: 14px;
}

.vertical-testimonials-viewport {
	height: 584px;
	overflow: hidden;
	border-top: 1px solid var(--testimonials-line);
	border-bottom: 1px solid var(--testimonials-line);
}

.vertical-testimonials-track.is-animated {
	animation: testimonials-vertical-roll var(--testimonials-scroll-duration, 28s) linear infinite;
}

.vertical-testimonials-viewport:hover .vertical-testimonials-track,
.vertical-testimonials-viewport:focus-within .vertical-testimonials-track {
	animation-play-state: paused;
}

.vertical-testimonial {
	min-height: 146px;
	padding: 16px 8px;
	border-bottom: 1px solid #edf1f5;
}

.vertical-testimonial-heading {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.vertical-testimonial-heading strong {
	color: var(--testimonials-ink);
	font-size: 14px;
}

.vertical-testimonial .testimonial-stars {
	margin: 0;
	color: #f26122;
	font-size: 16px;
	letter-spacing: 1px;
}

.vertical-testimonial-company,
.vertical-testimonial time {
	display: inline-block;
	margin: 2px 10px 3px 0;
	color: #6b7280;
	font-size: 12px;
}

.vertical-testimonial p {
	margin: 0;
	color: #324256;
	font-size: 13px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.testimonials-empty {
	padding: 30px;
	border: 1px solid var(--testimonials-line);
	background: var(--testimonials-panel);
	color: var(--testimonials-muted);
	text-align: center;
}

@keyframes testimonials-vertical-roll {
	from { transform: translateY(0); }
	to { transform: translateY(var(--testimonials-scroll-distance, -876px)); }
}

@media (prefers-reduced-motion: reduce) {
	.testimonials-slider-track {
		transition: none;
	}

	.vertical-testimonials-track.is-animated {
		animation: none;
	}

	.vertical-testimonials-viewport {
		height: auto;
		max-height: 584px;
		overflow-y: auto;
	}
}

@media (max-width: 900px) {
	.testimonials-slide {
		flex-basis: 50%;
	}

	.testimonial-card {
		min-height: 290px;
	}
}

@media (max-width: 640px) {
	.testimonials-shell {
		padding: 34px 17px 52px;
	}

	.featured-reviews {
		margin-bottom: 42px;
	}

	.testimonials-section-heading h2 {
		font-size: 25px;
	}

	.testimonials-page h2.testimonials-eyebrow {
		font-size: 21px;
	}

	.testimonials-slider-viewport {
		margin: 0 34px;
	}

	.testimonials-slide {
		flex-basis: 100%;
		padding: 0 2px;
	}

	.testimonial-card {
		min-height: 285px;
		padding: 18px 12px;
		border-left: 0;
	}

	.testimonials-slider-button {
		width: 30px;
		height: 30px;
		font-size: 19px;
	}

	.testimonial-form-panel {
		margin-bottom: 46px;
		padding: 22px 18px;
	}

	.testimonial-field-grid {
		grid-template-columns: 1fr;
	}

	.testimonial-field-full {
		grid-column: auto;
	}

	.testimonial-submit-button {
		width: 100%;
	}

	.vertical-testimonials-viewport {
		height: 480px;
	}

	.vertical-testimonial {
		min-height: 160px;
		padding: 15px 4px;
	}
}
