.our-verdict {
	margin-top: 60px;
	position: relative;
	color: #464646;
	max-width: 800px;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
	background: #ece3c6;
	padding: 30px;
	display: flex;
	flex-direction: column;
}
.our-verdict:before {
	position: absolute;
	content: '';
	height: 1px;
	background: #979797;
	width: 100%;
	top: -30px;
	left: 0;
}
@media only screen and (min-width: 1000px) {
	.our-verdict {
		margin-top: 15px;
	}
	.our-verdict:before {
		display: none;
	}
}
.our-verdict:not(.esi-container).wp-block {
	max-width: 800px;
}
.our-verdict__heading {
	color: #464646;
	font-size: 22px;
	font-weight: 800;
	line-height: 22px;
}
.our-verdict__content {
	color: #464646;
	margin-bottom: 50px;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media only screen and (min-width: 1000px) {
	.our-verdict__content {
		flex-direction: row;
	}
}
.our-verdict__description {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
@media only screen and (min-width: 1000px) {
	.our-verdict__description {
		width: 55%;
		max-width: 55%;
	}
}
.our-verdict__description a {
	color: #94377e;
}
.our-verdict__description a:hover {
	cursor: pointer;
}
.our-verdict__description--learn-more {
	margin-bottom: 0;
}
.our-verdict__icons {
	padding: 0;
	margin-top: 30px;
	height: 100%;
	margin-bottom: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: row;
	list-style: none;
	gap: 13px;
}
@media only screen and (min-width: 1000px) {
	.our-verdict__icons {
		width: 40%;
		max-width: 40%;
		margin-top: 0;
		margin-bottom: 0;
	}
}
.our-verdict__icons li {
	flex: 1;
	width: 100%;
	display: flex;
	max-width: 220px;
	max-height: 90px;
}
@media only screen and (min-width: 1000px) {
	.our-verdict__icons li {
		max-width: 280px;
		max-height: 118px;
	}
}
.our-verdict__icons li img {
	object-fit: contain;
	width: 100%;
	height: auto;
}
.our-verdict__icons li:not(.active) {
	opacity: 0.2;
}
.our-verdict__features {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
@media only screen and (min-width: 1000px) {
	.our-verdict__features {
		flex-direction: row;
	}
}
.our-verdict__features h3 {
	margin: 0;
	color: #464646;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.5);
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
}
@media only screen and (min-width: 1000px) {
	.our-verdict__cons,
	.our-verdict__pros {
		width: 50%;
		max-width: 50%;
	}
}
.our-verdict__cons ul,
.our-verdict__pros ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
}
.our-verdict__cons ul li,
.our-verdict__pros ul li {
	color: #464646;
	position: relative;
	padding: 20px 0 20px 32px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
.our-verdict__cons ul li img,
.our-verdict__pros ul li img {
	max-width: 12px;
	max-height: 12px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
}
.our-verdict__pricing {
	margin-top: 50px;
	margin-bottom: 0;
}
@media only screen and (min-width: 1000px) {
	.our-verdict__pricing {
		margin-bottom: 30px;
	}
}
.our-verdict__pricing h3 {
	margin: 0 0 30px;
	color: #464646;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
}
@media only screen and (min-width: 1000px) {
	.our-verdict__pricing h3 {
		margin: 0 0 30px;
	}
}
.our-verdict__pricing ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
@media only screen and (min-width: 1000px) {
	.our-verdict__pricing ul {
		flex-direction: row;
	}
}
.our-verdict__pricing-single {
	width: 100%;
	border-radius: 5px;
	border: 0.5px solid #eaeaea;
	background: #fff;
	padding: 30px 25px;
}
@media only screen and (min-width: 1000px) {
	.our-verdict__pricing-single {
		max-width: 185px;
	}
}
.our-verdict__pricing-single-price {
	color: #464646;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 38px;
}
.our-verdict__pricing-single-type {
	color: #464646;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
}
.our-verdict-popup-content {
	border-radius: 5px;
	background: #fff;
	padding: 75px 35px;
}
@media only screen and (min-width: 1000px) {
	.our-verdict-popup-content {
		padding: 75px;
	}
}
.our-verdict-popup-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}
.our-verdict-popup-content ul li {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 25px 0;
	border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 1000px) {
	.our-verdict-popup-content ul li {
		flex-direction: row;
	}
}
.our-verdict-popup-content ul li img {
	max-width: 135px;
	max-height: 175px;
	width: 100%;
}
.our-verdict-popup-content ul li > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.our-verdict-popup-heading {
	color: #464646;
	font-size: 38px;
	font-style: normal;
	font-weight: 800;
	line-height: 38px;
}
.our-verdict-popup-desc {
	color: #464646;
	max-width: 600px;
	padding: 31px 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.our-verdict-popup-tiers {
	border-top: 1px solid #e0e0e0;
	overflow: auto;
	max-height: 700px;
	max-height: 50vh;
}
.our-verdict-popup-tiers h4 {
	margin: 0;
}
.conclusion > .our-verdict-popup-content,
.our-verdict > .our-verdict-popup-content {
	display: none;
}
