.thha-pricing-wrapper {
	padding-top: 108px;
	padding-bottom: 108px;
	overflow-x: hidden;
}

.thha-pricing-wrapper .thha-pricing-header span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	color: #1078ff;
	text-align: center;
}

.thha-pricing-wrapper .thha-pricing-header h2 {
	font-size: 48px;
	font-weight: 600;
	line-height: 120%;
	color: #171717;
	text-align: center;
	margin: 8px 0 12px 0;
}

.thha-pricing-wrapper .thha-pricing-header p {
	max-width: 650px;
	width: 100%;
	margin: auto;
	font-size: 18px;
	font-weight: 400;
	line-height: 150%;
	color: #0c2045;
	text-align: center;
}

.thha-pricing-wrapper .thha-pricing-container {
	max-width: 1320px;
	width: 100%;
	margin: 58px auto 0;
	padding: 0 17px;
	box-sizing: border-box;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-switcher-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-switcher-wrapper .thha-pricing-switchers {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	height: 54px;
	padding: 8px;
	border-radius: 46px;
	background-color: #223456;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-switcher-wrapper .thha-pricing-switchers .thha-pricing-switcher-pill {
	position: absolute;
	top: 8px;
	left: 8px;
	height: 38px;
	background-color: #1078ff;
	border-radius: 42px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 0;
	pointer-events: none;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-switcher-wrapper .thha-pricing-switchers .thha-pricing-switcher {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.03em;
	color: #ffffff;
	border-radius: 42px;
	border: 0;
	padding: 8px 16px;
	cursor: pointer;
	background-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index: 1;
	transition: color 0.3s ease;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-switcher-wrapper .thha-pricing-switchers .thha-pricing-switcher.thha-active-pricing {
	color: #ffffff;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-switcher-wrapper .thha-pricing-offer {
	display: flex;
	align-items: center;
	gap: 5px;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-switcher-wrapper .thha-pricing-offer .thha-pricing-offer-amount {
	position: relative;
	top: -6px;
	font-family: "Fuzzy Bubbles", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
	color: #1078ff;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper {
	width: 100%;
	margin-top: 43px;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	justify-content: stretch;
	gap: 26px;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 32.5px 20px 36.5px 20px;
	border-radius: 24px;
	background-color: #ffffff;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-pricing-plan-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
	color: #171717;
	margin: 0;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-pricing-plan-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-popular-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
	background: linear-gradient(180deg, #4e89ff 0%, #2f66e9 100%);
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan p {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #52525a;
	margin: 8px 0 24px 0;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-plan-price {
	display: flex;
	gap: 4px;
	margin-top: 24px;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-plan-price .thha-plan-price-off {
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
	color: #171717;
	margin-top: 32px;
	text-decoration-line: line-through;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-plan-price h3 {
	font-size: 56px;
	font-weight: 700;
	line-height: 120%;
	color: #171717;
	margin: 0;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-plan-price .thha-plan-price-limit {
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #52525a;
	margin-top: 32px;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-plan-price-features-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 120%;
	color: #171717;
	text-align: left;
	margin: 24px 0 0 0;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-plan-price-features-list {
	margin: 20px 0 0 0;
	margin-bottom: 40px;
	padding-left: 0;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-plan-price-features-list .thha-plan-price-feature {
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	color: #52525a;
	margin-bottom: 12px;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-plan-price-features-list .thha-plan-price-feature:last-child {
	margin-bottom: 0;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-buy-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 52px;
	padding: 10px 50px 10px 9.5px;
	margin-top: auto;
	align-self: stretch;
	border-radius: 32px;
	border: 2px solid rgba(255, 255, 255, 0.1019607843);
	background-color: #f0f0f4;
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	color: #171717;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-buy-btn .thha-buy-btn-icon {
	position: absolute;
	top: 10px;
	right: 9.5px;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 22px;
	background-color: #171717;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-buy-btn:hover {
	color: #fff;
	border-color: #0960ec;
	background-color: #0853ff;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-buy-btn:hover .thha-buy-btn-icon {
	background-color: #fff;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-buy-btn:hover .thha-buy-btn-icon svg path {
	stroke: #171717;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan.thha-popular-pricing {
	border: 1px solid #50b8ff;
	background-color: #f4fbff;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan.thha-popular-pricing .thha-buy-btn {
	color: #fff;
	border-color: #0960ec;
	background-color: #0853ff;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan.thha-popular-pricing .thha-buy-btn .thha-buy-btn-icon {
	background-color: #fff;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan.thha-popular-pricing .thha-buy-btn .thha-buy-btn-icon svg path {
	stroke: #171717;
}

.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plan-description {
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	color: #888888;
	text-align: center;
	margin-top: 58px;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.thha-pricing-wrapper {
		padding-top: 72px;
		padding-bottom: 72px;
	}

	.thha-pricing-wrapper .thha-pricing-container {
		padding: 0 14px;
	}

	.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	.thha-pricing-wrapper .thha-pricing-container .thha-pricing-switcher-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.thha-pricing-wrapper {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.thha-pricing-wrapper .thha-pricing-header h2 {
		font-size: 34px;
	}

	.thha-pricing-wrapper .thha-pricing-header p {
		font-size: 16px;
	}

	.thha-pricing-wrapper .thha-pricing-container {
		padding: 0 12px;
	}

	.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan {
		padding: 24px 16px 24px;
	}

	.thha-pricing-wrapper .thha-pricing-container .thha-pricing-plan-wrapper .thha-pricing-plans .thha-pricing-plan .thha-plan-price h3 {
		font-size: 46px;
	}

	.thha-pricing-wrapper .thha-pricing-container .thha-pricing-switcher-wrapper .thha-pricing-offer svg {
		max-width: 100%;
		height: auto;
	}
}
