/*********************** SURVEY PAGE ************************/
.survey_banner {
	margin-top: 45px;
	padding: 0 30px;
}

.survey_banner .container-fluidss {
	max-width: 1400px;
	margin: auto;
}

.survey_banner .s_flx {
	display: flex;
	gap: 25px;
	justify-content: space-between;
}

.survey_banner h1 {
	line-height: 49px;
	position: relative;
}

.survey_banner h1::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 56%;
	height: 2px;
	background-color: var(--black);
	left: 0;
	bottom: -28px;
	transition: all 0.7s;
}

.survey_banner h1::after {
	content: "";
	position: absolute;
	display: inline-block;
	background: url('../images/banner-tag.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 56px;
	height: 33px;
	bottom: -29px;
	left: 57%;
	transition: all 0.7s;
}

.survey_banner:hover h1::before {
	width: 95%;
}

.survey_banner:hover h1::after {
	left: 96%;
}

.survey_banner .text {
	margin-top: 38px;
	max-width: 527px;
}

.survey_banner .text p {
	line-height: 24px;
	margin-top: 15px;
}

.survey_banner .text p:first-child {
	margin-top: 0;
}

.survey_banner .text-wrapper {
	padding-top: 75px;
}

.survey_banner .survey_img {
	max-width: 654px;
	height: auto;	border-radius: 66px;    box-shadow: -2px 2px 14px 0px rgba(0, 0, 0, 0.25);    overflow: hidden;
}

.survey_banner .survey_img img {
	max-width: 100%;
	display: block;
	height: auto;
}

.survey_chart .tree_awareness {
	max-width: 620px;
	width: 100%;
	height: 315px;
}

.tree_awareness svg g rect {
	border-radius: 10px !important;
}

.tree_awareness svg {
	border-radius: 10px;
}

.tree_awareness svg g text {
	color: var(--black);
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
}

.survey_chart {
	margin-top: 62px;
	padding: 0 30px;
}

.survey_chart.bg_color {
	background-color: var(--light-grey);
	mix-blend-mode: multiply;
	padding: 75px 30px;
}

.survey_chart .container-fluidss {
	max-width: 1340px;
	margin: auto;
}

.survey_chart .c_flx {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
}

.survey_chart .text-wrapper {
	max-width: 607px;
}

.survey_chart h3 {
	font-weight: 500;
	line-height: 43px;
	position: relative;
}

.survey_chart h3::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 99%;
	height: 2px;
	background-color: var(--black);
	left: 0;
	bottom: -19px;
	transition: all 0.7s;
}

.survey_chart h3::after {
	content: "";
	position: absolute;
	display: inline-block;
	background: url('../images/banner-tag.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 56px;
	height: 33px;
	bottom: -20px;
	left: 100%;
	transition: all 0.7s;
}

.survey_chart .text {
	margin-top: 55px;
}

.survey_chart .text p {
	line-height: 24px;
}

.survey_chart ul li {
	color: var(--black);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	list-style: disc;
}

.survey_chart ul {
	padding-left: 23px;
	margin-top: 7px;
}

.survey_chart .text .blue {
	margin-top: 25px;
}

.survey_chart .text .blue p {
	color: #84A4BB;
	font-weight: 500;
}

.survey_chart .c_flx canvas {
	max-width: 328px;
	height: 328px !important;
	width: 100% !important;
}

.long_until_fhe {
	margin-top: 117px;
}

.long_until_fhe .text p {
	font-weight: 700;
}

.tree_hardSoft.chart_diagram {
	max-width: 620px;
	width: 100%;
	height: 315px;
}

.tree_hardSoft.chart_diagram svg {
	border-radius: 10px;
}

.survey_chart.chart_2 {
	margin-top: 99px;
}

.fhe-ecosystem {
	margin-top: 140px;
}

#ecosystem_chart {
	max-width: 660px;
	height: 315px;
	width: 100%;
}

.grow_concern .grow_chart {
	max-width: 635px;
	width: 100%;
	height: 400px;
}

.grow_concern .grow_chart .grow_div {
	width: 100%;
	height: 100%;
}

.grow_concern .grow_chart canvas {
	width: 100% !important;
	max-width: 100%;
}

.privacy_tecnology {
	margin-top: 155px;
}

.takeaway_fhe {
	margin-top: 75px;
	margin-bottom: 68px;
	padding: 0 30px;
}

.takeaway_fhe .text-wrapper {
	max-width: 742px;
	margin: auto;
}

.takeaway_fhe {
	text-align: center;
}
.takeaway_fhe p {
	text-align: center;
	line-height: 24px;
}

.takeaway_fhe h3 {
	line-height: 27px;
}

.takeaway_fhe .text {
	margin-top: 35px;
}

.takeaway_fhe .text p {
	margin-top: 25px;
}

.takeaway_fhe .text p:first-child {
	margin-top: 0;
}

.takeaway_fhe .blue {
	margin-top: 25px;
}

.takeaway_fhe .blue p {
	color: #9A9BC6;
}

.takeaway_fhe .takeaway_btns {
	max-width: 940px;
	margin: auto;
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.takeaway_fhe .takeaway_btns .take_btn {
	border-radius: 23px;
	background-color: var(--light-grey);
	padding: 25px;
	transition: all 0.7s;
}

.takeaway_fhe .takeaway_btns .take_btn:hover {
	box-shadow: -2px 2px 14px 0px rgba(0, 0, 0, 0.25);
}

.takeaway_fhe .takeaway_btns p {
	line-height: 29px;
	font-weight: 700;
	text-align: left;
}

.takeaway_fhe .takeaway_btns .btn {
	padding: 0;
	color: var(--black);
	-webkit-text-stroke-width: 0.2px;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-transform: capitalize;
	margin-top: 15px;

	display: flex;
	gap: 25px;
	align-items: center;
}

.takeaway_fhe .takeaway_btns .btn img {
	transition: all 0.5s;
}

.takeaway_fhe .takeaway_btns .btn:hover img {
	transform: translateX(15px);
}
.privacyChart,
#privacyChart {
	max-width: 328px;
	width: 100%;
	height: 328px;
}

.doughnut-chart {
	max-width: 328px;
	height: 328px;
	width: 100%;
}

.pie-chart {
	max-width: 342px;
	height: 342px;
	width: 100%;
	padding: 7px;
}

.pie-chart .pie-chart-diagram,
.pie-chart #pie-chart {
	width: 100%;
	height: 100%;
}


