.faq-container-810710cf {
	max-width: 800px;
	margin: 0 auto;
	font-family: inherit;
}

.faq-heading-810710cf {
	font-size: 2.25rem;
	font-weight: 400;
	margin-bottom: 1rem;
	color: #111;
	text-align: center;
}

.faq-intro-810710cf {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #555;
	text-align: center;
	margin-bottom: 3rem;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.faq-list-810710cf {
	display: flex;
	flex-direction: column;
}

.faq-item-810710cf {
	border-bottom: 1px solid #eaeaea;
}

.faq-item-810710cf:first-child {
	border-top: 1px solid #eaeaea;
}

.faq-question-810710cf {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 0;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
	font-size: 1.1rem;
	font-weight: 500;
	color: #222;
	transition: color 0.3s ease;
}

.faq-question-810710cf:hover {
	color: #000;
}

.faq-icon-810710cf {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #777;
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item-810710cf.is-active .faq-icon-810710cf .v-line {
	opacity: 0;
	transform: scaleY(0);
	transform-origin: center;
	transition: all 0.3s ease;
}

.faq-icon-810710cf .v-line, .faq-icon-810710cf .h-line {
	transition: all 0.3s ease;
}

.faq-answer-810710cf {
	overflow: hidden;
}

.faq-answer-inner-810710cf {
	padding-bottom: 1.5rem;
	color: #555;
	line-height: 1.6;
	font-size: 1rem;
}

@media (max-width: 768px) {
	.faq-heading-810710cf {
		font-size: 1.75rem;
	}
	.faq-intro-810710cf {
		font-size: 1rem;
		margin-bottom: 2rem;
	}
	.faq-question-810710cf {
		font-size: 1rem;
		padding: 1.25rem 0;
	}
}