.oc-ta {
	--oc-ta-bg: #f2f1ed;
	--oc-ta-heading: #1a1a1a;
	--oc-ta-diamond: #8ba870;
	--oc-ta-divider-line: #1a1a1a;
	--oc-ta-text: #1a1a1a;
	--oc-ta-logo-bg: #ffffff;
	--oc-ta-arrow: #1a1a1a;
	--oc-ta-gap: 32px;
	--oc-ta-per-view: 3;
	position: relative;
	isolation: isolate;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	background-color: var(--oc-ta-bg);
	padding: 64px 0 48px;
}

.oc-ta *,
.oc-ta *::before,
.oc-ta *::after {
	box-sizing: border-box;
}

.oc-ta__inner {
	position: relative;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 40px;
}

.oc-ta__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 760px;
	margin: 0 auto 40px;
}

.oc-ta__heading {
	margin: 0 0 16px;
	color: var(--oc-ta-heading);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 3.2vw, 2.65rem);
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.01em;
}

.oc-ta__divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}

.oc-ta__divider-line {
	flex: 1 1 auto;
	height: 1px;
	min-width: 28px;
	background-color: var(--oc-ta-divider-line);
	opacity: 0.85;
}

.oc-ta__divider-diamond {
	display: inline-block;
	flex: 0 0 auto;
	color: var(--oc-ta-diamond);
	font-size: 10px;
	line-height: 1;
}

.oc-ta__viewport {
	overflow: hidden;
	width: 100%;
}

.oc-ta__track {
	display: flex;
	align-items: stretch;
	gap: var(--oc-ta-gap);
	transition: transform 0.45s ease;
	will-change: transform;
}

.oc-ta__slide {
	flex: 0 0 calc((100% - (var(--oc-ta-per-view) - 1) * var(--oc-ta-gap)) / var(--oc-ta-per-view));
	min-width: 0;
}

.oc-ta__card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.oc-ta__logo-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	padding: 24px 32px;
	margin-bottom: 20px;
	background-color: var(--oc-ta-logo-bg);
}

.oc-ta__logo {
	display: block;
	max-width: 100%;
	max-height: 72px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.oc-ta__body {
	color: var(--oc-ta-text);
	font-size: 15px;
	line-height: 1.55;
}

.oc-ta__body > :first-child {
	margin-top: 0;
}

.oc-ta__body > :last-child {
	margin-bottom: 0;
}

.oc-ta__body a {
	color: inherit;
}

.oc-ta__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	margin-top: 32px;
}

.oc-ta__arrow,
span.oc-ta__arrow,
.elementor-widget-ouryclark-team-appointments .oc-ta__arrow {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	min-width: 44px !important;
	max-width: 44px !important;
	height: 44px !important;
	min-height: 44px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	color: var(--oc-ta-arrow, #1a1a1a) !important;
	cursor: pointer;
	line-height: 1 !important;
}

.oc-ta__arrow:hover,
.oc-ta__arrow:focus,
span.oc-ta__arrow:hover,
span.oc-ta__arrow:focus {
	opacity: 0.7;
	outline: none !important;
}

.oc-ta__arrow.is-disabled,
.oc-ta__arrow[aria-disabled="true"] {
	opacity: 0.35 !important;
	cursor: default !important;
	pointer-events: none;
}

.oc-ta__chevron {
	display: block !important;
	width: 22px !important;
	height: 22px !important;
}

@media (max-width: 1024px) {
	.oc-ta {
		--oc-ta-per-view: 2;
		padding: 56px 0 40px;
	}

	.oc-ta__inner {
		padding: 0 28px;
	}
}

@media (max-width: 640px) {
	.oc-ta {
		--oc-ta-per-view: 1;
		padding: 44px 0 36px;
	}

	.oc-ta__inner {
		padding: 0 20px;
	}

	.oc-ta__logo-wrap {
		min-height: 100px;
		padding: 20px 24px;
	}
}
