.zp-wst {
	--zp-wst-navy: #0d0e34;
	--zp-wst-tour: #2f248f;
	--zp-wst-yellow: #ffd200;
	--zp-wst-workshop: #ff7a1a;
	--zp-wst-light: #eaeef5;
	box-sizing: border-box;
	color: var(--zp-wst-navy);
	font-family: Inter, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
}

.zp-wst *,
.zp-wst *::before,
.zp-wst *::after {
	box-sizing: border-box;
}

.zp-wst [hidden] {
	display: none !important;
}

.zp-wst__intro {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0 0 12px;
}

.zp-wst__heading,
.zp-wst__lead,
.zp-wst__card-title,
.zp-wst__description {
	color: var(--zp-wst-navy);
	margin: 0;
}

.zp-wst__heading {
	font: 900 28px/1.3 Inter, sans-serif;
	text-align: center;
}

.zp-wst__lead {
	font: 400 15px/1.5 Inter, sans-serif;
}

.zp-wst__parent-tabs {
	display: flex;
	gap: 4px;
	margin: 0 0 12px;
	width: 100%;
}

.zp-wst .zp-wst__parent-tab {
	align-items: flex-start;
	appearance: none;
	border: 2px solid transparent;
	border-radius: 12px;
	box-shadow: none;
	cursor: pointer;
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	gap: 12px;
	justify-content: flex-end;
	margin: 0;
	min-width: 0;
	padding: 10px;
	text-align: left;
	transition: border-color .18s ease, filter .18s ease, transform .18s ease;
}

.zp-wst .zp-wst__parent-tab--tour {
	background: var(--zp-wst-tour) !important;
	color: #fff !important;
}

.zp-wst .zp-wst__parent-tab--workshop {
	background: var(--zp-wst-workshop) !important;
	color: var(--zp-wst-navy) !important;
}

.zp-wst .zp-wst__parent-tab.is-active {
	border-color: var(--zp-wst-yellow);
}

.zp-wst .zp-wst__parent-tab:hover {
	filter: brightness(1.04);
}

.zp-wst .zp-wst__parent-tab:active {
	transform: translateY(1px);
}

.zp-wst__parent-label {
	color: inherit;
	font: 900 16px/1.3 Inter, sans-serif;
	white-space: nowrap;
}

.zp-wst__parent-time {
	color: inherit;
	font: 400 12px/1.5 Inter, sans-serif;
}

.zp-wst__parent-panel {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.zp-wst__station-tabs {
	align-items: center;
	background: var(--zp-wst-light);
	border-radius: 999px;
	display: flex;
	gap: 8px;
	margin: 0;
	overflow-x: auto;
	padding: 12px;
	scrollbar-width: none;
	width: 100%;
}

.zp-wst__station-tabs::-webkit-scrollbar {
	display: none;
}

.zp-wst .zp-wst__station-tab {
	align-items: center;
	appearance: none;
	background: #fff !important;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: var(--zp-wst-navy) !important;
	cursor: pointer;
	display: inline-flex;
	flex: 1 0 auto;
	font: 800 14px/1 Inter, sans-serif;
	height: 48px;
	justify-content: center;
	margin: 0;
	min-width: max-content;
	padding: 18px 14px;
	text-align: center;
	text-transform: uppercase;
	transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
	white-space: nowrap;
}

.zp-wst .zp-wst__station-tab.is-active {
	background: var(--zp-wst-yellow) !important;
	box-shadow: 0 9px 5px rgba(253, 199, 0, .15);
}

.zp-wst .zp-wst__station-tab:active {
	transform: translateY(1px);
}

.zp-wst__card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 4px 4px 12px 4px rgba(0, 0, 0, .1);
	overflow: hidden;
	width: 100%;
}

.zp-wst__media {
	height: 227px;
	padding: 10px;
	width: 100%;
}

.zp-wst__media-frame {
	border-radius: 12px;
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.zp-wst__media img {
	display: block;
	height: 117.4%;
	left: -2.9%;
	max-width: none;
	object-fit: cover;
	object-position: center;
	position: relative;
	top: -3.34%;
	width: 111.3%;
}

.zp-wst__card-body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 18px;
	width: 100%;
}

.zp-wst__card-title {
	font: 900 16px/1.3 Inter, sans-serif;
}

.zp-wst__divider {
	display: block;
	height: 1px;
	object-fit: fill;
	width: 100%;
}

span.zp-wst__divider {
	border-top: 1px dashed #c9c9d2;
}

.zp-wst__description {
	font: 400 12px/1.5 Inter, sans-serif;
}

.zp-wst .zp-wst__cta {
	align-items: center;
	background: var(--zp-wst-tour) !important;
	border: 0;
	border-radius: 9999px;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	display: flex;
	font: 800 14px/1 Inter, sans-serif;
	height: 44px;
	justify-content: center;
	margin: 0;
	padding: 17px 24px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: filter .18s ease, transform .18s ease;
	width: 100%;
}

.zp-wst .zp-wst__parent-panel[data-zp-wst-parent-panel="workshop"] .zp-wst__cta {
	background: var(--zp-wst-workshop) !important;
	color: var(--zp-wst-navy) !important;
}

.zp-wst .zp-wst__cta:hover {
	filter: brightness(1.06);
}

.zp-wst .zp-wst__cta:active {
	transform: translateY(1px);
}

.zp-wst .zp-wst__parent-tab:focus-visible,
.zp-wst .zp-wst__station-tab:focus-visible,
.zp-wst .zp-wst__cta:focus-visible {
	outline: 3px solid var(--zp-wst-yellow);
	outline-offset: 3px;
}

@media (max-width: 374px) {
	.zp-wst .zp-wst__station-tab {
		font-size: 12px;
		padding-inline: 12px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.zp-wst .zp-wst__parent-tab,
	.zp-wst .zp-wst__station-tab,
	.zp-wst .zp-wst__cta {
		transition: none;
	}
}
