div.sports-tourism-slider {
	--sts-accent: #960a19;
	--sts-accent-soft: rgba(150, 10, 25, 0.28);
	--sts-text: #323439;
	--sts-muted: #545454;
	--sts-bg: #ffffff;
	--sts-radius: 6px;
	--sts-edge-width: 20px;
	--sts-transition: 0.55s cubic-bezier(0.4, 0, 0.2, 1);

	position: relative;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

div.sports-tourism-slider *,
div.sports-tourism-slider *::before,
div.sports-tourism-slider *::after {
	box-sizing: border-box;
}

div.sports-tourism-slider .sports-tourism-slider__viewport {
	width: 100%;
	overflow: hidden;
}

div.sports-tourism-slider .sports-tourism-slider__track {
	display: flex;
	align-items: stretch;
	will-change: transform;
	transition: transform var(--sts-transition);
}

div.sports-tourism-slider .sports-tourism-slider__slide {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 486px);
	gap: 20px;
	flex: 0 0 100%;
	width: 100%;
	min-width: 0;
	align-items: stretch;
}

div.sports-tourism-slider .sports-tourism-slider__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
	max-width: 486px;
	min-height: 542px;
	padding: 60px;
	padding-right: 55px;
	border-radius: var(--sts-radius);
	background: var(--sts-bg);
}

div.sports-tourism-slider .sports-tourism-slider__title {
	margin: 0;
	font-family: Ahellya, Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.15;
	color: var(--sts-text);
	text-align: left;
}

div.sports-tourism-slider .sports-tourism-slider__text {
	font-family: "TikTok Sans", sans-serif;
	font-size: 15px;
	line-height: 1.35;
	padding-bottom: 7px;
	color: var(--sts-muted);
	text-align: left;
}

div.sports-tourism-slider .sports-tourism-slider__text p {
	margin: 0 0 1.7em;
}

div.sports-tourism-slider .sports-tourism-slider__text p:last-child {
	margin-bottom: 0;
}

div.sports-tourism-slider .sports-tourism-slider__media {
	position: relative;
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	min-height: 420px;
	align-self: stretch;
	overflow: visible;
}

div.sports-tourism-slider .sports-tourism-slider__deck {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

div.sports-tourism-slider .sports-tourism-slider__card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	background-color: #ddd;
}

div.sports-tourism-slider .sports-tourism-slider__card--main {
	flex: 1 1 auto;
	align-self: stretch;
	width: 100%;
	min-height: 100%;
	height: 100%;
	border-radius: var(--sts-radius);
	overflow: hidden;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

div.sports-tourism-slider .sports-tourism-slider__card--slider {
	background-image: none;
}

div.sports-tourism-slider .sports-tourism-slider__image-viewport {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: inherit;
}

div.sports-tourism-slider .sports-tourism-slider__image-track {
	display: flex;
	width: 100%;
	height: 100%;
	will-change: transform;
	transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

div.sports-tourism-slider .sports-tourism-slider__image-slide {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

div.sports-tourism-slider .sports-tourism-slider__stack-edge {
	position: relative;
	flex: 0 0 calc(var(--sts-edge-width) * 3);
	width: calc(var(--sts-edge-width) * 3);
	height: 100%;
	align-self: stretch;
}

div.sports-tourism-slider .sports-tourism-slider__stack-edge-item {
	position: absolute;
	top: 0;
	width: var(--sts-edge-width);
	background-color: #ddd;
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	overflow: hidden;
	border-radius: 6px 0 0 6px;
}

div.sports-tourism-slider .sports-tourism-slider__stack-edge-item:nth-child(1) {
	right: 0;
	top: 20px;
	height: calc(100% - 28px);
}

div.sports-tourism-slider .sports-tourism-slider__stack-edge-item:nth-child(2) {
	right: var(--sts-edge-width);
	top: 40px;
	height: calc(100% - 56px);
}

div.sports-tourism-slider .sports-tourism-slider__stack-edge-item:nth-child(3) {
	right: calc(var(--sts-edge-width) * 2);
	top: 60px;
	height: calc(100% - 84px);
}

div.sports-tourism-slider .sports-tourism-slider__footer {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	margin-top: 36px;
	width: 100%;
}

div.sports-tourism-slider .sports-tourism-slider__progress {
	position: relative;
	flex: 1 1 auto;
	min-width: 0;
	height: 1px;
	background: var(--sts-accent-soft);
}

div.sports-tourism-slider .sports-tourism-slider__progress-fill {
	display: block;
	width: 0;
	height: 100%;
	background: var(--sts-accent);
	transition: width var(--sts-transition);
}

div.sports-tourism-slider .sports-tourism-slider__nav {
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 0 0 auto;
}

div.sports-tourism-slider .sports-tourism-slider__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border: 1px solid var(--sts-accent);
	border-radius: 50%;
	background: transparent !important;
	background-color: transparent !important;
	color: var(--sts-accent);
	cursor: pointer;
	opacity: 1;
	box-shadow: none;
	transition: opacity 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

div.sports-tourism-slider .sports-tourism-slider__arrow:hover:not(:disabled):not([aria-disabled="true"]),
div.sports-tourism-slider .sports-tourism-slider__arrow:focus-visible:not(:disabled):not([aria-disabled="true"]),
div.sports-tourism-slider .sports-tourism-slider__arrow:active:not(:disabled):not([aria-disabled="true"]) {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--sts-accent);
	box-shadow: none;
	outline: none;
}

div.sports-tourism-slider .sports-tourism-slider__arrow:disabled,
div.sports-tourism-slider .sports-tourism-slider__arrow[aria-disabled="true"] {
	opacity: 0.3;
	cursor: default;
}

@media (max-width: 1199px) {
	div.sports-tourism-slider .sports-tourism-slider__slide {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	div.sports-tourism-slider .sports-tourism-slider__content {
		max-width: none;
		min-height: 0;
		padding: 40px 28px;
	}

	div.sports-tourism-slider .sports-tourism-slider__media {
		min-height: 360px;
	}
}

@media (max-width: 767px) {
	div.sports-tourism-slider .sports-tourism-slider__content {
		padding: 28px 20px;
		gap: 14px;
	}

	div.sports-tourism-slider .sports-tourism-slider__title {
		font-size: 22px;
	}

	div.sports-tourism-slider .sports-tourism-slider__media {
		min-height: 280px;
	}

	div.sports-tourism-slider .sports-tourism-slider__footer {
		margin-top: 24px;
		gap: 16px;
	}

	div.sports-tourism-slider .sports-tourism-slider__stack-edge {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	div.sports-tourism-slider .sports-tourism-slider__track,
	div.sports-tourism-slider .sports-tourism-slider__progress-fill,
	div.sports-tourism-slider .sports-tourism-slider__image-track {
		transition: none;
	}
}
