.carousel-indicators [data-bs-target] {
	background-color: #354463 !important;
}
.pp-survey-tip {
	color: #354463 !important;
	position: absolute;
	bottom: 40px;
	right: 0;
	margin-left: 12%;
	display: flex;
	margin-right: 12%;
	justify-content: center;
	left: 0;
}
.brand.nav.w-nav-brand {
	margin-bottom: 30px;
}
.pp-hr-01 {
	font-size: 54px !important;
}
@media (max-width: 592px) {
	.pp-survey-tip {
		text-align: center;
	}
	.w-nav-brand {
		padding-left: 10px !important;
	  }
	.brand.nav.w-nav-brand {
		margin-bottom: 20px;
	  }
	.cta-btn {
		display: flex;
		justify-content: center;
	}
}

#mediaLeft {
	max-width: 50%;
}

#mediaRight {
	width: 80%;
	margin-top: 50px;
	max-width: 45%;
}

.pp-background-green {
	background-color: #c1f7d5;
}

.pp-background-blue {
	background-color: #354463;
}

.pp-foreground-blue {
	color: #354463;
}

.pp-foreground-white {
	color: #ffffff;
}

.mediaFlex > div {
	flex: 50%;
}
@media (max-width: 900px) {
	#mediaLeft {
		margin-left: 5%;
		max-width: 90%;
	}
	
	#mediaRight {
		margin-left: 5%;
		max-width: 90%;
	}
		.mediaFlex > div {
		flex: 100%;
	}
}