a {
	text-decoration: none !important;
}

.wp-block-everise-switch-tabs-horizone-everise-switch-tabs-horizone {
	/* max-width: 1920px !important; */
}

/* Desktop */
.wrapper-switch-tabs-horizone-mobile {
	display: none;
}

.wrapper-switch-tabs-horizone-desktop {
	background-color: #FDFDFD;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 100vw;
	position: relative;
	overflow: hidden;
	padding: 0 !important;
}

.inner-switch-tabs-horizone-desktop {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	/* max-width: calc(100% - 146px * 2); */
}

.wrapper-switch-tabs-horizone-desktop .tabs-menu, .tabs-content {
	display: flex;
	flex-direction: column;
	row-gap: 36px;
	padding-top: 86px;
	padding-bottom: 88px;
	flex-basis: 50%;
}

.wrapper-switch-tabs-horizone-desktop .tabs-menu {
	position: relative;
	padding-right: 8%;
}

.wrapper-switch-tabs-horizone-desktop .tabs-menu::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	bottom: 0px;
	right: calc(-2px / 2 - 2px);
	border-left: 2px solid rgba(0, 0, 0, 0.08);
}

.wrapper-switch-tabs-horizone-desktop .tabs-content {
	padding-left: 8%;
	overflow: hidden;
}

.wrapper-switch-tabs-horizone-desktop .tabs-menu > h2 {
	font-size: var(--wp--preset--font-size--heading-4);
	font-weight: var(--wp--custom--typography--font-weight--600);
	line-height: clamp(2.0625rem, 1.0603rem + 1.6164vw, 3rem);
	color: rgba(0, 0, 0, 0.81);
	margin: 0;
}

.wrapper-switch-tabs-horizone-desktop .tabs-menu .w-tab-menu {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 12px;
}

.wrapper-switch-tabs-horizone-desktop .tabs-menu .w-tab-menu p {
	font-family: var(--wp--preset--font-family--heading);
	font-size: clamp(1.875rem, -0.3966rem + 3.6638vw, 4rem);
	font-weight: var(--wp--custom--typography--font-weight--600);
	line-height: clamp(2.34375rem, -0.4957rem + 4.5797vw, 5rem);
	color: rgba(0, 0, 0, 0.08);
	transition: color .5s ease-in-out;
}

.wrapper-switch-tabs-horizone-desktop .tabs-menu .w-tab-menu > div.menu-item {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.wrapper-switch-tabs-horizone-desktop .tabs-menu .w-tab-menu #progress-point {
	position: absolute;
	border-radius: 50%;
	right: calc(-24px / 2 - 2px);
	top: 0;
	height: 24px;
	width: 24px;
	background-color: #FF671D;
	transition: all .5s ease-in-out;
}

.wrapper-switch-tabs-horizone-desktop .tabs-menu .w-tab-menu div.active > p {
	color: #00829B;
}

.wrapper-switch-tabs-horizone-desktop .tabs-content .tabs-content-inner {
	display: flex;
	flex-direction: column;
	row-gap: 48px;
	width: 100%;
	overflow: hidden;
}

.wrapper-switch-tabs-horizone-desktop .tabs-content .tabs-content-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 507px;
	max-height: 507px;
	height: 100%;
	width: 100%;
	transition: all .3s ease-in-out;
}

.wrapper-switch-tabs-horizone-desktop .tabs-content .tabs-content-item.active {
	row-gap: 48px;
}
.wrapper-switch-tabs-horizone-desktop .tabs-content .tabs-content-item.active .w-tab-image-content {
	overflow-x: hidden;
	overflow-y: auto;
}

.wrapper-switch-tabs-horizone-desktop .tabs-content .tabs-content-item .w-tab-content {
	display: flex;
	flex-direction: column;
	row-gap: 36px;
}

.wrapper-switch-tabs-horizone-desktop .tabs-content .tabs-content-item .w-tab-content .w-tab-content-info {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: clamp(1.75rem, 1.2823rem + 0.7543vw, 2.1875rem);
	overflow: hidden;
	word-break: break-word;
	color: rgba(0, 0, 0, 0.81);
	margin: 0;
}

.wrapper-switch-tabs-horizone-desktop .tabs-content .tabs-content-item .w-tab-content .w-tab-know-more {
	display: flex;
	column-gap: 8px;
	font-size: var(--wp--preset--font-size--label);
	font-weight: var(--wp--custom--typography--font-weight--500);
	line-height: var(--wp--preset--font-size--label);
	color: #FF671D;
}

.wrapper-switch-tabs-horizone-desktop .tabs-content .tabs-content-item .w-tab-content .w-tab-know-more .w-tab-content-info-next,
.wrapper-switch-tabs-horizone-mobile .tabs-menu .tab-menu .tabs-content-item .w-tab-content .w-tab-know-more .w-tab-content-info-next {
	text-align: center;
	width: 16px;
	height: 16px;
}

.wrapper-switch-tabs-horizone-desktop .tabs-content .tabs-content-item .w-tab-content .w-tab-know-more .w-tab-content-info-next i,
.wrapper-switch-tabs-horizone-mobile .tabs-menu .tab-menu .tabs-content-item .w-tab-content .w-tab-know-more .w-tab-content-info-next i {
	font-size: 10.67px;
}

/* Tablet */
@media only screen and (max-width: 1200px) {
	.inner-switch-tabs-horizone-desktop {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* Mobile */
@media only screen and (max-width: 992px) {
	.wrapper-switch-tabs-horizone-desktop {
		display: none !important;
	}

	.wrapper-switch-tabs-horizone-mobile {
		display: flex;
		flex-direction: column;
		row-gap: 20px;
		align-items: center;
		padding: 50px 16px 83px 16px;
	}

	.wrapper-switch-tabs-horizone-mobile > h2 {
		display: flex;
		width: 100%;
		font-size: var(--wp--preset--font-size--heading-4);
		font-weight: var(--wp--custom--typography--font-weight--600);
		line-height: clamp(2.0625rem, 1.0603rem + 1.6164vw, 3rem);
		color: rgba(0, 0, 0, 0.81);
		margin: 0;
	}

	.wrapper-switch-tabs-horizone-mobile .tabs-menu {
		display: flex;
		justify-content: center;
		flex-direction: column;
		row-gap: 12px;
		width: 100%;
	}

	.wrapper-switch-tabs-horizone-mobile .tabs-menu .tab-menu.active {
		display: flex;
		flex-direction: column;
		row-gap: 24px;
		width: 100%;
		margin-bottom: 14px;
	}

	.wrapper-switch-tabs-horizone-mobile .tabs-menu .tab-menu > p {
		font-family: var(--wp--preset--font-family--heading);
		font-size: clamp(1.875rem, -0.3966rem + 3.6638vw, 4rem);
		font-weight: var(--wp--custom--typography--font-weight--600);
		line-height: clamp(2.34375rem, -0.4957rem + 4.5797vw, 5rem);
		color: rgba(0, 0, 0, 0.47);
	}

	.wrapper-switch-tabs-horizone-mobile .tabs-menu .tab-menu.active > p {
		color: #00829B;
	}

	.wrapper-switch-tabs-horizone-mobile .tabs-menu .tab-menu .tabs-content-item {
		display: none;
	}

	.wrapper-switch-tabs-horizone-mobile .tabs-menu .tab-menu.active .tabs-content-item.active {
		display: flex;
		flex-direction: column;
		row-gap: 32px;
	}

	.wrapper-switch-tabs-horizone-mobile .tabs-menu .tab-menu .tabs-content-item .w-tab-content {
		display: flex;
		flex-direction: column;
		row-gap: 36px;
	}

	.wrapper-switch-tabs-horizone-mobile .tabs-menu .tab-menu .tabs-content-item .w-tab-content .w-tab-content-info {
		font-size: 16px;
		font-weight: 400;
		line-height: 28px;
		color: rgba(0, 0, 0, 0.81);
		margin: 0;
	}

	.wrapper-switch-tabs-horizone-mobile .tabs-menu .tab-menu .tabs-content-item .w-tab-content .w-tab-know-more {
		display: flex;
		column-gap: 8px;
		font-size: 14px;
		font-weight: 500;
		line-height: 14px;
		color: #FF671D;
	}
}
