
.cts-section,
.cts-section * {
	box-sizing: border-box;
}

.cts-section {
	width: 100%;
	background: #fff;
	color: #111;
	font-family: "Outfit", sans-serif;
}

.cts-inner {
	width: calc(100% - 40px);
	margin: 0 auto;
}

.cts-header {
	text-align: center;
	margin-bottom: 43px;
}

.cts-heading {
	margin: 0 0 10px;
	font-family: "Outfit", sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: -0.02em;
	color: inherit;
}

.cts-meta {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 7px;
	font-family: "Outfit", sans-serif;
	font-size: 17px;
	line-height: 1.2;
}

.cts-header-stars {
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
	white-space: nowrap;
}

.cts-header-mini-star {
	font-size: 15px;
	line-height: 1;
}

.cts-header-verified {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-left: 9px;
	font-weight: 500;
}

.cts-header-verified-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 2px;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}

.cts-card {
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #f8f8f8;
	border-radius: 10px;
	padding-top: 37px;
	padding-bottom: 40px;
	display: flex;
	align-items: stretch;
}

.cts-slides {
	position: relative;
	width: 100%;
	display: grid;
}

.cts-slide {
	grid-area: 1 / 1;
	width: 100%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transform: translateX(14px);
	transition: opacity .28s ease, transform .28s ease, visibility .28s;
	pointer-events: none;
}

.cts-slide.is-active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	pointer-events: auto;
}

.cts-quote {
	height: 55px;
	margin: 0 0 26px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 63px;
	font-weight: 700;
	line-height: .75;
}

.cts-text {
	width: 100%;
	max-width: 1120px;
	margin: 0 auto 33px;
	font-family: "Outfit", sans-serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.012em;
	text-align: center;
}

.cts-stars {
	margin: 0 0 12px;
	font-size: 31px;
	line-height: 1;
	letter-spacing: 1px;
}

.cts-reviewer {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0 0 29px;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.cts-reviewer-check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
}

.cts-product {
	margin-top: auto;
	line-height: 1.2;
}

.cts-product-link {
	font-family: "Outfit", sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.cts-product-link:hover,
.cts-product-link:focus {
	text-decoration-thickness: 2px;
}

.cts-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 39px;
	margin-top: 49px;
}

.cts-arrow {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 38px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
	color: #111;
	cursor: pointer;
	box-shadow: none !important;
}

.cts-arrow svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: square;
	stroke-linejoin: miter;
}

.cts-arrow:hover,
.cts-arrow:focus,
.cts-arrow:active {
	background: transparent !important;
	color: inherit;
}

.cts-arrow:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.cts-arrow[disabled] {
	opacity: .28;
	cursor: default;
}

.cts-live {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@media (max-width: 1024px) {
	.cts-inner {
		width: calc(100% - 32px);
	}

	.cts-header {
		margin-bottom: 34px;
	}

	.cts-heading {
		font-size: 32px;
	}

	.cts-card {
		padding-top: 32px;
		padding-bottom: 34px;
	}

	.cts-quote {
		margin-bottom: 22px;
		font-size: 58px;
	}

	.cts-text {
		font-size: 23px;
		margin-bottom: 28px;
	}

	.cts-nav {
		margin-top: 39px;
	}
}

@media (max-width: 767px) {
	.cts-inner {
		width: calc(100% - 24px);
	}

	.cts-header {
		margin-bottom: 27px;
	}

	.cts-heading {
		margin-bottom: 10px;
		font-size: 28px;
	}

	.cts-meta {
		gap: 5px;
		font-size: 14px;
	}

	.cts-header-stars {
		font-size: 17px;
	}

	.cts-header-verified {
		margin-left: 5px;
		gap: 6px;
	}

	.cts-header-verified-icon {
		width: 19px;
		height: 19px;
		font-size: 14px;
	}

	.cts-card {
		padding-top: 27px;
		padding-bottom: 28px;
	}

	.cts-quote {
		height: 43px;
		margin-bottom: 18px;
		font-size: 50px;
	}

	.cts-text {
		font-size: 18px;
		line-height: 1.35;
		margin-bottom: 25px;
	}

	.cts-stars {
		font-size: 26px;
		margin-bottom: 11px;
	}

	.cts-reviewer {
		font-size: 16px;
		margin-bottom: 23px;
	}

	.cts-product-link {
		font-size: 15px;
	}

	.cts-nav {
		gap: 31px;
		margin-top: 31px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.cts-slide {
		transition: none;
	}
}
