.moss-types {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 96px 0;
	gap: 64px;
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
}

.moss-types-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
	max-width: 680px;
}

.moss-types-title {
	font-weight: 400;
	font-size: 48px;
	line-height: 60px;
	letter-spacing: -1px;
	margin: 0;
}

.moss-types-subtitle {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}

.moss-types-slider {
	width: 100%;
	padding: 0 60px;
	position: relative;
	isolation: isolate;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: flex;
	justify-content: center;
}

.moss-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.moss-image {
	width: 580px;
	height: 512px;
	border-radius: 16px;
	overflow: hidden;
}

.moss-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.moss-tabs {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 32px;
	cursor: pointer;
	width: 100%;
}

.moss-tab {
	padding: 16px;
	width: 292px;
	text-align: center;
	border-top: 4px solid #E9EAEB;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.moss-tab-name {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	margin: 0;
}

.moss-tab.active {
	border-top-color: #669F2A;
}

.moss-tab.active .moss-tab-name {
	color: #669F2A;
}

.moss-tooltip {
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #E9EAEB;
	border-radius: 12px;
	padding: 20px;
	width: 280px;
	backdrop-filter: blur(12px);
}

.moss-tooltip-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 4px 0;
}

.moss-tooltip-subtitle {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #181D27;
	margin: 0;
}

.moss-tooltip-1 {
	top: 108px;
	left: -128px;
}

.moss-tooltip-2 {
	top: 306px;
	left: 422px;
}