.guide-faq {
	background: #000;
	padding: 92px 20px 60px;
	margin-top: -30px;
}

.guide-faq > .e-con-inner {
	max-width: 1214px;
	margin: 0 auto;
	padding: 13px 74px 38px;
	background: #212121;
	border-radius: 24px;
	box-sizing: border-box;
}

.guide-faq .switcher {
	margin-bottom: 44px;
}

.guide-faq .switcher > .e-con-inner,
.guide-faq .switcher > .elementor-element > .e-con-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 72px;
	padding: 0;
	margin: 0;
}

.guide-faq .switcher .switcher-btn {
	width: auto;
	flex: 0 0 auto;
	margin: 0;
}

.guide-faq .switcher .switcher-btn .elementor-widget-container,
.guide-faq .switcher .switcher-btn .wd-button-wrapper {
	width: auto;
}

.guide-faq .switcher .switcher-btn a.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 0;
	min-height: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
	text-transform: none;
}

.guide-faq .switcher .switcher-btn .wd-btn-icon,
.guide-faq .switcher-section .elementor-widget-wd_text_block,
.guide-faq .wd-accordion-opener::after {
	display: none;
}

.guide-faq .switcher .switcher-btn .wd-btn-text {
	display: inline-block;
	font-size: 34px;
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: 0;
	color: #5A5A5A;
	transition: color 0.2s ease, opacity 0.2s ease;
	white-space: nowrap;
}

.guide-faq .switcher .switcher-btn.active .wd-btn-text {
	background: linear-gradient(72.33deg, #FF9D00 2.23%, #FF00BB 97.83%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.guide-faq .switcher .switcher-btn a:hover .wd-btn-text {
	color: rgba(255, 255, 255, 0.55);
}

.guide-faq .switcher-section {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.guide-faq .switcher-section > .e-con-inner {
	padding: 0;
	margin: 0;
	gap: 0;
}

.guide-faq .switcher-section .elementor-widget,
.guide-faq .switcher-section .elementor-widget-container,
.guide-faq .switcher-section .wd-accordion {
	width: 100%;
}

.guide-faq .wd-accordion {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.guide-faq .wd-accordion-item {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	overflow: hidden;
	border-radius: 35px;
	background-clip: padding-box;
	transition: none;
	animation: none;
	transform: none;
}

.guide-faq .wd-accordion-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 70px;
	padding: 0 28px 0 20px;
	background: #4D4D4D;
	border: 0;
	border-radius: 35px;
	box-shadow: none;
	box-sizing: border-box;
	background-clip: padding-box;
	transition: none;
	animation: none;
	transform: none;
}

.guide-faq .wd-accordion-title.wd-active {
	border-radius: 35px 35px 0 0;
}

.guide-faq .wd-accordion-title-text,
.guide-faq .wd-accordion-title-text span {
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
}

.guide-faq .wd-accordion-content {
	margin-top: 0;
	padding: 0 20px 20px;
	background: #4D4D4D;
	border: 0;
	border-radius: 0 0 35px 35px;
	box-shadow: none;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	box-sizing: border-box;
	background-clip: padding-box;
	transition: none;
	animation: none;
	transform: none;
}

.guide-faq .wd-accordion-title.wd-active + .wd-accordion-content {
	padding-top: 6px;
}

.guide-faq .wd-accordion-content p,
.guide-faq .wd-accordion-content li,
.guide-faq .wd-accordion-content span,
.guide-faq .wd-accordion-content div {
	color: rgba(255, 255, 255);
	font-size: 18px;
  font-weight: 400;
	line-height: 24px;
}

.guide-faq .wd-accordion-content p:last-child {
	margin-bottom: 0;
}

.guide-faq .wd-accordion-content ul {
	margin: 10px 0 0 18px;
	padding: 0;
}

.guide-faq .wd-accordion-content li + li {
	margin-top: 6px;
}

.guide-faq .wd-accordion-content a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.guide-faq .wd-accordion-opener {
	position: relative;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	min-width: 40px;
	margin-left: 18px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	transition: transform 0.18s ease;
}

.guide-faq .wd-accordion-opener::before {
	content: ""!important;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 9px;
	border-right: 1.5px solid #212121;
	border-bottom: 1.5px solid #212121;
	transform: translate(-50%, -65%) rotate(45deg);
	transition: transform 0.18s ease;
}

.guide-faq .wd-accordion-title.wd-active .wd-accordion-opener::before {
	transform: translate(-50%, -30%) rotate(45deg);
  top: 43%;
}

.guide-faq .switcher-section.buying-guide,
.guide-faq .switcher-section.refund {
	display: none;
}

.guide-faq .wd-accordion.wd-style-default > .wd-accordion-item,
.guide-faq .wd-accordion.wd-style-default > .wd-accordion-item:first-of-type,
.guide-faq .wd-accordion.wd-style-default > .wd-nav-wrapper + .wd-accordion-item {
	border-top: none;
	border-bottom: none;
}

@media (max-width: 1199px) {
	.guide-faq > .e-con-inner {
		padding: 44px 40px 52px;
	}

	.guide-faq .switcher > .e-con-inner,
	.guide-faq .switcher > .elementor-element > .e-con-inner {
		gap: 44px;
	}

	.guide-faq .switcher .switcher-btn .wd-btn-text {
		font-size: 21px;
	}

	.guide-faq .wd-accordion-title {
		min-height: 62px;
		padding: 0 22px 0 18px;
	}

	.guide-faq .wd-accordion-title-text,
	.guide-faq .wd-accordion-title-text span {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.guide-faq {
		padding: 40px 14px 56px;
	}

	.guide-faq > .e-con-inner {
		padding: 28px 16px 32px;
		border-radius: 18px;
	}

	.guide-faq .switcher {
		margin-bottom: 28px;
	}

	.guide-faq .switcher > .e-con-inner,
	.guide-faq .switcher > .elementor-element > .e-con-inner {
		gap: 18px;
		flex-wrap: wrap;
	}

	.guide-faq .switcher .switcher-btn .wd-btn-text {
		font-size: 18px;
	}

	.guide-faq .wd-accordion {
		gap: 12px;
	}

	.guide-faq .wd-accordion-title {
		min-height: 54px;
		padding: 0 14px;
		border-radius: 22px;
	}

	.guide-faq .wd-accordion-title.wd-active {
		border-radius: 22px 22px 0 0;
	}

	.guide-faq .wd-accordion-content {
		border-radius: 0 0 22px 22px;
	}

	.guide-faq .wd-accordion-title-text,
	.guide-faq .wd-accordion-title-text span,
	.guide-faq .wd-accordion-content,
	.guide-faq .wd-accordion-content p,
	.guide-faq .wd-accordion-content li,
	.guide-faq .wd-accordion-content span,
	.guide-faq .wd-accordion-content div {
		font-size: 12px;
	}

	.guide-faq .wd-accordion-opener {
		flex-basis: 34px;
		width: 34px;
		height: 34px;
		min-width: 34px;
		margin-left: 12px;
	}
}