<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ws-testimonials:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 1px;
	margin: 0 auto;
	max-width: 90%;
	width: 300px;
}

	.ws-testimonials--testimonial {
		padding-top: 25px;
	}

	.ws-testimonial--image {
		height: auto;
		margin: 50px auto;
		width: 200px;
	}

	.ws-testimonial--text {
		font-size: 22px;
	}

	.ws-testimonial--author {
		font-weight: bold;
		font-size: 1.8rem;
		margin-top: 2.5rem;
	}

	.ws-testimonials * {
		outline: none !important;
	}

	.ws-testimonials .slick-dots {
		align-items: center;
		display: flex;
		justify-content: center;
		line-height: 10px;
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.ws-testimonials .slick-dots li {
			margin: 0 7px;
		}

			.ws-testimonials .slick-dots li.slick-active button {
				background: #fff;
			}

			.ws-testimonials .slick-dots li button {
				background: none;
				border: 1px solid #fff;
				border-radius: 50%;
				height: 10px;
				padding: 0;
				text-indent: -10000000px;
				width: 10px;
			}

			.ws-testimonials .slick-dots li button:focus {
				outline: none;
			}</pre></body></html>