.ls-747af6a7-wrapper {
	position: relative;
	width: 100%;
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F5F1EC;
	overflow: hidden;
	padding: 40px 20px;
}

.ls-747af6a7-center {
	position: relative;
	z-index: 10;
	text-align: center;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.ls-747af6a7-badge {
	animation: rotate-circle-747af6a7 20s linear infinite;
	margin-bottom: 20px;
}

.ls-747af6a7-badge svg {
	overflow: visible;
}

.ls-747af6a7-badge text {
	font-family: inherit;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	fill: #3A312C;
}

.ls-747af6a7-heading {
	font-size: 64px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #3A312C;
	text-transform: uppercase;
	margin: 0;
}

.ls-747af6a7-desc {
	font-size: 18px;
	color: #666;
	max-width: 500px;
	margin: 0 auto;
}

.ls-747af6a7-btn {
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid #D8D0C8;
	color: #3A312C;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 500;
	transition: all 0.3s ease;
	background: transparent;
	margin-top: 20px;
}

.ls-747af6a7-btn:hover {
	background: #3A312C;
	color: #fff;
	transform: translateY(-3px);
}

.ls-747af6a7-images {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.ls-747af6a7-img-item {
	position: absolute;
	pointer-events: auto;
	transition: transform 0.5s ease;
	animation: floating-747af6a7 6s ease-in-out infinite;
}

.ls-747af6a7-img-item:nth-child(even) {
	animation-duration: 8s;
	animation-delay: -2s;
}

.ls-747af6a7-img-item img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ls-747af6a7-img-item:hover img {
	transform: scale(1.05);
	box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	z-index: 20;
}

@keyframes rotate-circle-747af6a7 {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

@keyframes floating-747af6a7 {
	0% { transform: translateY(0px); }
	50% { transform: translateY(-15px); }
	100% { transform: translateY(0px); }
}

@media (max-width: 1024px) {
	.ls-747af6a7-heading { font-size: 48px; }
	.ls-747af6a7-img-item { transform: scale(0.8); }
}

@media (max-width: 767px) {
	.ls-747af6a7-wrapper {
		flex-direction: column;
		height: auto;
		min-height: auto;
		padding: 60px 20px;
	}
	.ls-747af6a7-images {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 30px;
		margin-top: 50px;
	}
	.ls-747af6a7-img-item {
		position: relative;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
		max-width: 300px;
		transform: none;
		animation: none;
	}
	.ls-747af6a7-heading { font-size: 36px; }
}