body {
	display: flex;
	justify-content: center;
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.08em;
	background: #F9F9F9;
}
.dashtxt, .moreInfotxt, .mapTxt, .moneytxt {
	display: none;
}
.wholeLayout {
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	background: #F9F9F9;
	overflow-x: hidden;
}
.blur {
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(rgba(13, 13, 13, 0.56) 0%, rgba(148, 148, 148, 0.15) 100%);
	background: -o-linear-gradient(rgba(13, 13, 13, 0.56) 0%, rgba(148, 148, 148, 0.15) 100%);
	background: linear-gradient(rgba(13, 13, 13, 0.56) 0%, rgba(148, 148, 148, 0.15) 100%);
	width: 0%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: width 1s 1s;
}
.blur.on {
	display: unset;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity .2s ease-in-out;
}
.blur.Desktop {
	display: unset;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity .2s ease-in-out;
	background: -webkit-linear-gradient(rgba(13, 13, 13, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(rgba(13, 13, 13, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(rgba(13, 13, 13, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
}
.coverInfo {
	position: absolute;
	display: flex;
	width: 100%;
	height: 500px;
	justify-content: center;
}
input:focus, textarea:focus {
	outline: none;
}
.searchBox {
	width: 160px;
	height: 64px;
	position: absolute;
	right: 0;
	top: 72px;
	display: flex;
	justify-content: space-around;
	background: #F9F9F9;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
	border-radius: 40px 0 0 40px;
	border: none;
	transition: all .8s ease-in-out;
	overflow: hidden;
	z-index: 2;
}
.searchBox.open {
	width: 120%;
	transition: all .64s ease-in-out;
}
.searchBox input {
	width: 72%;
	height: 40px;
	background: #F9F9F9;
	margin: 10px 0 10px 8px;
	border-radius: 40px 0 0 40px;
	border: none;
	font-size: 16px;
}
.searchStatus {
	position: absolute;
	bottom: -28px;
	left: 24px;
	color: #ffffff;
	font-size: 13px;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}
.searchStatus.show {
	opacity: 1;
}
.heroImageblend {
	width: 96%;
	height: 440px;
	margin: 8px;
	background: linear-gradient(179.54deg, rgba(180, 180, 180, 0) -9.06%, #000000 160%);
	mix-blend-mode: multiply;
	position: relative;
	border-radius: 24px;
}

.heroPic {
	width: 96%;
	height: 440px;
	margin: 8px;
	object-fit: cover;
	position: absolute;
	border-radius: 24px;
}
.searchIcon {
	z-index: 1;
	margin: 16px 0 16px 24px;
}
.signUpBtn {
	position: absolute;
	width: 160px;
	height: 48px;
	background: #ECBC3E;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
	border-radius: 0 40px 40px 0;
	top: 32px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s ease-in-out;
	overflow: hidden;
	transition: .3s;
}
.signUpBtn:hover {
		transition: .3s;
		filter: brightness(110%);
}
.signUpBtn a {
	text-decoration: none;
	color: #ffffff;
}
.coverData {
	position: absolute;
	top: 200px;
	left: 24px;
	color: #ffffff;
	max-width: 320px;
}
.infoIcon {
	width: 64px;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 360px;
	flex-wrap: wrap;
}
.infoIconLine {
	margin-top: 8px;
	height: 0;
	width: 64px;
	border: 2px solid #FFFFFF;
	border-radius: 4px;
}
.quickView {
	margin-top: 440px;
	position: relative;
	display: flex;
	width: 100%;
	height: 40%;
	opacity: 1;
	flex-wrap: wrap;
	overflow: hidden;
	transition: all 2s;
}
.smallTitle {
	color: #000000;
	display: flex;
	width: 100%;
	font-size: 20px;
	justify-content: center;
}
.yellowSquare {
	width: 240px;
	height: 100px;
	background: #ECBC3E;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
	border-radius: 16px 0px;
	position: absolute;
	top: 56px;
	right: 8px;
	text-align: right;
}
.titleData {
	font-size: 16px;
}
.marketValueData, .AAValueTotalData, .taxTotalAssValueData {
	color: #FFFFFF;
	font-size: 16px;
	padding-right: 16px;
}
.AAValueTotalData, .taxTotalAssValueData {
	display: none;
}
.ownerData {
	position: absolute;
	text-align: left;
	top: 64px;
	left: 24px;
}
.ownerData p {
	margin: 4px;
}
.similarListingsInfo {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 32vw;
}
.listCarousel {
	width: 100%;
	display: flex;
	justify-content: center;
	overflow-x: hidden;
}
.similarListings {
	position: relative;
	display: flex;
	height: 24vw;
	width: 28vw;
	border-radius: 16px;
	justify-content: center;
	margin: 0 8px;
	overflow: hidden;
}
.similarListingPic {
	object-fit: contain;
	filter: brightness(64%);
	border-radius: 16px;
}
.similarListingsInfo .smallTitle {
	display: block;
	margin: 0 auto 16px auto;
	text-align: center;
}
.sListingData {
	position: absolute;
	color: #ffffff;
	z-index: 2;
	width: 90%;
	bottom: 4px;
	left: 8px;
	font-size: 10px;
}
.overviewTile {
	position: absolute;
	top: 80vh;
	left: 0;
	width: 100%;
	background: #F9F9F9;
	border-radius: 24px;
	height: 0;
	overflow: hidden;
	transition: all 1.2s;
}
.overviewTile .smallTitleInfo {
	font-size: 20px;
}
.backIcon {
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
}
.topBar {
	position: absolute;
	top: -20vh;
	left: 0;
	display: flex;
	width: 100%;
	height: 80px;
	z-index: 2;
	align-items: center;
	justify-content: space-around;
	transition: all 1s;
}
.infoToggle {
	width: 200px;
	height: 48px;
	background: #F9F9F9;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
	border-radius: 24px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.moneyIcon {
	width: 40px;
	height: 40px;
}
.moneyIcon.Active {
	filter: invert(94%) sepia(12%) saturate(4691%) hue-rotate(329deg) brightness(103%) contrast(85%);
}
.moreInfoIcon {
	width: 40px;
	height: 40px;
}
.moreInfoIcon.Active {
	filter: invert(94%) sepia(12%) saturate(4691%) hue-rotate(329deg) brightness(103%) contrast(85%);
}
.mapIcon {
	width: 40px;
	height: 40px;
}
.mapIcon.Active {
	filter: invert(94%) sepia(12%) saturate(4691%) hue-rotate(329deg) brightness(103%) contrast(85%);
}
.smallTitleInfo {
	justify-content: left;
	margin-left: 16px;
}
.OverviewData {
	padding: 0;
	width: 96%;
	margin: 0 auto;
}
.OverviewData p {
	font-size: 16px;
}
.Listed {
	display: flex;
	justify-content: space-between;
	margin: 0 16px;
}
.L1Description {
	color: #ECBC3E;
	width: 32%;
	text-align: right;
}
.WhoAreWeSummary {
	display: none;
	width: 80%;
	margin: 0 auto;
}
.WhoAreWeSummary p {
	font-size: 16px;
}
.WhoAreWeSummary form {
	text-align: center;
}
form input {
	font-size: 18px;
}
#Name, #Email {
	padding-left: 16px;
	height: 40px;
	width: 100%;
	background: #F3F3F3;
	border-radius: 4px;
	border-style: none;
	color: #A2B0BC;
}
#Question {
	padding-left: 16px;
	height: 80px;
	width: 100%;
	background: #F3F3F3;
	border-radius: 4px;
	border-style: none;
	color: #A2B0BC;
}
#submitBtn {
	color: #ffffff;
	background: #ECBC3E;
	width: 120px;
	height: 40px;
	margin-bottom: 40px;
	border-style: none;
	transition: .3s;
	box-shadow: 0px 8px 24px rgba(0, 12, 117, 0.16);
}
#submitBtn:hover {
	transition: .3s;
	filter: brightness(110%);
}

.mapToggle {
	position: relative;
	background: #ECBC3E;
	width: 64px;
	height: 32px;
	box-shadow: 0px 8px 24px rgba(0, 12, 117, 0.16);
	border-radius: 16px;
	display: flex;
	align-items: center;
}
.toggleButton {
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	margin: 4px 0;
	background: #ffffff;
	left: 10%;
	transition: left .8s ease-in-out;
}
.mapTitle {
	width: 0;
	height: 0;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.smallTitleMap2 {
	color: #A2B0BC;
}
.smallTitleMap1 {
	color: #000000;
}
.MapCoverStr {
	width: 90%;
	height: 56vw;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	display: none;
	position: relative;
	background-image: url(2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.MapCoverStr.BrdI {
	background-image: url("bd.png");
}
.MapCoverStr.OpZn {
	background-image: url("mapbox-opportunity-zone.png");
}
.MapCoverStr.TxRnk {
	background-image: url("mapbox-tax-rating.png");
}
.MapCoverStr.PlPty {
	background-image: url("mapbox-political-party.png");
}
.mapCoverLive {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
}
.mapThemeBadge {
	position: absolute;
	bottom: 12px;
	left: 12px;
	right: 12px;
	padding: 10px 16px;
	border-radius: 12px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	display: none;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
}
.MapButtons {
	height: 160px;
	width: auto;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
	margin: 24px;
	display: none;
}
.MB1, .MB2, .MB3, .MB4 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 8px;
	width: 34%;
	height: 80px;
	background: #F9F9F9;
	box-shadow: 0px 8px 24px rgba(0, 12, 117, 0.16);
	border-radius: 16px;
}
.MB1.Active, .MB2.Active, .MB3.Active, .MB4.Active {
	background: #ECBC3E;
}
.dash {
	display: none;
}
@media only screen and (max-width: 420px) {
	.MapCoverStr {
		width: 100%;
		height: 320px;
	}
}
@media only screen and (min-width: 600px) {
	.yellowSquare {
		height: 32%;
	}
	.wholeLayout {
		line-height: 1.6em;
	}
	.marketValueData, input, .sListingData, .statusData, .locationData, .smallTitleInfo, .smallTitleMap1, .smallTitleMap2 {
		font-size: 18px;
	}
	.titleData {
		font-size: 20px;
	}
	.coverData {
		top: 160px;
	}
	.Listed {
		line-height: 1.2em;
		margin: 0 16vw;
	}
	.Listed p {
		font-size: 18px;
	}
	.smallTitleInfo {
		margin-left: 16vw;
	}
	.signUpBtn, .infoIcon {
	}
	.mapToggle {
	}
}
@media only screen and (min-width: 768px) {
	.searchBox {
		height: 80px;
		margin: auto;
	}
	.searchIcon {
		margin: auto;
	}
	.searchBox input {
		width: 64%;
		height: auto;
	}
	.wholeLayout {
		line-height: 1.2em;
	}
	.coverData {
		top: 240px;
		left: 160px;
	}
	.signUpBtn, .infoIcon, .infoToggle {
	}
	.signUpBtn {
		top: 100px;
	}
	.searchBox {
		width: 320px;
		top: 160px;
	}
	.yellowSquare {
		width: 400px;
		height: 200px;
		top: 0px;
		right: 16px;
	}
	.AAValueTotalData {
		display: block;
	}
	.coverInfo, .heroPic, .heroImageblend {
		height: 540px;
	}
	.titleData h1 {
		font-size: 40px;
		width: 80vw;
	}
	.coverData {
		left: 120px;
	}
	.ownerData {
		right: 36vw;
		left: unset;
	}
	.ownerData p {
		font-size: 24px;
		line-height: 1.6;
	}
	.quickView {
		margin-top: 560px;
	}
	.smallTitle {
		position: relative;
		left: -200px;
		font-size: 24px;
	}
	.similarListingsInfo {
		margin-top: 16vw;
	}
	.similarListings {
		overflow: hidden;
	}
	.infoIcon {
		top: 448px;
	}
	.MB1, .MB2, .MB3, .MB4 {
		height: 60%;
		font-size: 24px;
	}
	.MapButtons {
		margin-top: 10%;
	}
	.mapTitle p {
		font-size: 24px;
	}
}
@media only screen and (min-width: 1024px), screen and (min-height: 1366px) {
	.coverInfo, .heroPic, .heroImageblend {
		height: 680px;
	}
	.similarListingsInfo {
		margin-top: 40vw;
	}
	.yellowSquare {
		width: 600px;
		height: 300px;
		top: 2vw;
		right: 80px;
	}
	.yellowSquare p {
		font-size: 24px;
	}
	.taxTotalAssValueData {
		display: block;
	}
	.infoIcon {
		top: 560px;
	}
	.quickView {
		margin-top: 700px;
	}
	.smallTitle {
		font-size: 40px;
		left: -360px;
	}
	.ownerData p {
		font-size: 32px;
		line-height: 1.6;
	}
	.ownerData {
		top: 100px;
		right: 56vw;
	}
	.similarListings {
		margin: 0 16px;
	}
	.similarListingsInfo {
		margin-top: 20vw;
	}
	.similarListingsInfo .smallTitle {
		margin: 0 auto 40px 56px;
	}
	.overviewTile {
		font-size: 2em;
	}
	.overviewTile .smallTitleInfo {
		font-size: 1em;
	}
	.WhoAreWeSummary p {
		font-size: 24px;
		line-height: 1.6;
	}
}
@media only screen and (min-width: 1200px) {
	body {
		font-size: 16px;
	}
	.searchBox, .backIcon, #submitBtn, .mapToggle, .signUpBtn, .infoIcon, .infoToggle {
	}
	.coverInfo {
		top: 150px;
		left: 20%;
		justify-content: flex-start;
	}
	.heroPic, .heroImageblend {
		width: 340px;
		height: 280px;
		left: 40px;
		top: 40px;
	}
	.wholeLayout {
		width: 100%;
		overflow: hidden;
		top: -64px;
	}
	.searchBox {
		width: 360px;
		top: -64px;
		left: -640px;
		height: 40px;
		border-radius: 40px;
		z-index: 3;
	}
	.searchBox.open {
		width: 64%;
	}
	.searchIcon {
		margin: 4px;
	}
	.signUpBtn {
		top: -64px;
		left: unset;
		margin-left: 64%;
		height: 32px;
		border-radius: 40px;
	}
	.quickView {
		margin-top: 170px;
	}
	.yellowSquare {
		right: 4%;
		width: auto;
		height: auto;
		padding: 24px;
		background: #F3F3F3;
		color: #000000;
	}
	.yellowSquare p {
		color: #ECBC3E;
		font-size: 16px;
	}
	.quickView {
		overflow: visible;
	}
	.quickView .smallTitle {
		justify-content: right;
		left: 1200px;
		right: 80px;
		top: -48px;
		font-size: 20px;
	}
	.coverData {
		top: -32px;
		left: 88px;
	}
	.h2data {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 160px;
		padding: 0 16px;
		background: #ECBC3E;
		box-shadow: 0px 5.16394px 20.6557px rgba(0, 0, 0, 0.24);
		overflow: visible;
		position: absolute;
		top: 40px;
		left: 280px;
		border-radius: 16px 0px;
	}
	.h2data h4, {
		font-size: 16px;
	}
	.titleData h1 {
		font-size: 20px;
		margin-top: 48px;
		color: #000;
	}
	.ownerData p {
		font-size: 16px;
	}
	.ownerData {
		top: 200px;
		left: 53%;
		right: unset;
	}
	.similarListingsInfo {
		margin: 280px 0 0 3%;
		justify-content: left;
		height: 72vw;
		align-content: flex-start;
		z-index: 0;
	}
	.similarListingsInfo .smallTitle {
		top: 0;
		margin: 0 0 24px 100px;
		left: unset;
		text-align: left;
		font-size: 20px;
	}
	.similarListings {
		height: 160px;
		width: 200px;
	}
	.MapCoverStr {
		display: block;
		height: 300px;
		border-radius: 24px;
	}
	.MapCoverStr.Active {
		height: 460px;
		width: 640px;
		display: block;
		text-align: left;
		margin: 0 16px 16px 24px;
	}
	.overviewTile {
		right: 40px;
		width: 400px;
		height: auto;
		left: unset;
		top: 400px;
		background: none;
	}
	.overviewTile .smallTitleInfo {
		margin-left: 48px;
		display: block;
		visibility: hidden;
	}
	.mapTitle {
		width: 100%;
		height: auto;
	}
	.topBar {
		top: 160px;
		width: 200px;
		flex-wrap: wrap;
		height: 400px;
		display: block;
		left: 4%;
	}
	.backIcon {
		height: 56px;
		border-radius: 0 32px 32px 0;
		display: flex;
		align-items: center;
		padding-left: 24px;
		background: #ECBC3E;
	}
	img.back {
		display: none;
	}
	.infoToggle {
		width: 200px;
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
		background: transparent;
	}
	.mapIcon {
		width: 200px;
		height: 56px;
		border-radius: 0 32px 32px 0;
		background: #F3F3F3;
		margin-top: 24px;
		display: flex;
		align-items: center;
		padding-left: 24px;
	}
	.mapIcon.Active {
		filter: none;
		background: #ECBC3E;
		box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
	}
	.moreInfoIcon.Active {
		filter: none;
		background: #ECBC3E;
		box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
	}
	.moneyIcon.Active {
		filter: none;
		background: #ECBC3E;
		box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.24);
	}
	.backIcon.off {
		background: #F3F3F3;
		box-shadow: none;
	}
	.dash.Black {
		filter: invert(100%) brightness(0%);
	}
	.moneypic.White {
		filter: invert(100%) sepia(1%) saturate(3%) hue-rotate(331deg) brightness(104%) contrast(105%);
	}
	.qpic.White {
		filter: invert(100%) sepia(1%) saturate(3%) hue-rotate(331deg) brightness(104%) contrast(105%);
	}
	.mappic.White {
		filter: invert(100%) sepia(1%) saturate(3%) hue-rotate(331deg) brightness(104%) contrast(105%);
	}
	.moreInfoIcon {
		width: 200px;
		height: 56px;
		border-radius: 0 32px 32px 0;
		background: #F3F3F3;
		margin-top: 24px;
		display: flex;
		align-items: center;
		padding-left: 24px;
	}
	.moneyIcon {
		width: 200px;
		height: 56px;
		border-radius: 0 32px 32px 0;
		background: #F3F3F3;
		margin-top: 24px;
		padding-left: 24px;
		display: flex;
		align-items: center;
	}
	.dash.Black {
		filter: brightness(0);
	}
	.overviewTile.Desktop {
		position: absolute;
		width: 800px;
		height: auto;
		left: 23%;
		top: 200px;
		background: #f9f9f9;
		overflow: visible;
		z-index: 1;
	}
	.overviewTile.DesktopMap {
		position: absolute;
		width: 1000px;
		height: auto;
		left: 23%;
		top: 200px;
		background: #F3F3F3;
		overflow: visible;
		z-index: 1;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.Listed {
		margin: 0 40px;
	}
	.OverviewData {
		display: none;
	}
	.dash {
		display: block;
	}
	.infoIcon {
		display: none;
	}
	.WhoAreWeSummary p {
		font-size: 16px;
		line-height: 1.6;
	}
	.MapButtons {
		margin: 0 auto;
		width: 20%;
	}
	.h2data h4 {
		font-size: 14px;
	}
	.mapTitle p {
		font-size: 20px;
	}
	.MB1, .MB2, .MB3, .MB4 {
		height: 40px;
		font-size: 16px;
		width: 160px;
	}
	.dashtxt, .moreInfotxt, .mapTxt, .moneytxt {
		display: block;
		color: #000000;
		margin-left: 16px;
	}
	.moreInfotxt.Active, .mapTxt.Active, .moneytxt.Active {
		color: #FFFFFf;
		margin-left: 32px;
	}
	.dashtxt {
		color: #ffffff;
		margin-left: 32px;
	}
	.dashtxt.black {
		color: #000000;
		margin-left: 16px;
	}
}
