<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home-details-hubdb{
	display: flex;
	width:100%;
}
.home-details-hubdb__column-one,
.home-details-hubdb__column-two{
	display: flex;
	flex-direction:column;
}
.home-details-hubdb__column-two{
	width:35%;
	overflow:hidden;
	position:relative;
	min-height:292px;
}
.home-details-hubdb__one-title,
.home-details-hubdb__one-description,
.home-details-hubdb__one-description *,
.home-details-hubdb__two-title,
.home-details-hubdb__two-description,
.home-details-hubdb__two-description *{
	margin:0;
}
.home-details-hubdb ul,
.home-details-hubdb ol{
	padding-left:16px;
}
.home-details-hubdb ol{
	padding-top:15px;
}
.home-details-hubdb li::marker{
	font-weight:700;
}
.home-details-hubdb--one-list-icon ul,
.home-details-hubdb--one-list-icon ol,
.home-details-hubdb--two-list-icon ul,
.home-details-hubdb--two-list-icon ol{
	padding:0;
	list-style:none;
}
.home-details-hubdb--one-list-icon li,
.home-details-hubdb--two-list-icon li{
	position:relative;
	padding-left:45px;
	margin-bottom:10px;
}
.home-details-hubdb--one-list-icon li:last-child,
.home-details-hubdb--two-list-icon li:last-child{
	margin-bottom:0;
}
.home-details-hubdb--one-list-icon li::before,
.home-details-hubdb--two-list-icon li::before{
	content:"";
	background-size: 15px;
	position: absolute;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	left:0;
}
.home-details-hubdb__button,
.home-details-hubdb__cta-container{
	margin-top:20px;
	width:fit-content;
}
.home-details-hubdb__cta-container *,
.home-details-hubdb__cta-container p{
	margin:0;
}
.home-details-hubdb__cta-container a{
	color:inherit;
	text-decoration:none;
}
{#***************** MAP **********************#}
div.home-details-hubdb__map{
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.home-details-hubdb__map {
	height: 100%;
	width: 100%;
}
.home-details-hubdb__map-link-container{
	width:100%;
	position: absolute;
	top: 0;
	bottom:0;
	z-index: 99;
}
.home-details-hubdb__map .marker1 {
	background-size: cover;
	width: 50px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
}
.home-details-hubdb__map-link-container{
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
	opacity:0;
	z-index:-2;
	transition:opacity .3s ease;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.home-details-hubdb__column-two:hover .home-details-hubdb__map-link-container{
	opacity:1;
	z-index:5;
}
{#***************** AGENT CARD **********************#}
.home-details-hubdb__agent-card,
.home-details-hubdb__agent-card-one{
	display: flex;
	gap:40px;
}
.home-details-hubdb__agent-avatar{
	width:120px;
	height:120px;
	border-radius:50%;
}
.home-details-hubdb__agent-community{
	display:block;
}
.home-details-hubdb__agent-community{
	text-decoration:underline;
}
.home-details-hubdb__agent-name,
.home-details-hubdb__agent-community,
.home-details-hubdb__agent-phone,
.home-details-hubdb__agent-name,
.home-details-hubdb__agent-communities-title{
  margin:0;
}
.home-details-hubdb__agent-communities{
	margin: 20px 0 0;
}
.home-details-hubdb__agent-content{
	width:calc(68% - 40px);
}
.home-details-hubdb__agent-button-container{
	margin-top:30px;
}

.home-details-hubdb--display-none{
	display:none;
}

@media(max-width:992px){
	.home-details-hubdb{
	  flex-direction:column;	
	}
	.home-details-hubdb__column-one,
	.home-details-hubdb__column-two{
		width:100%;
	}
	.home-details-hubdb__agent-card,
	.home-details-hubdb__agent-card-one{
		gap:20px;
	}
	.home-details-hubdb__agent-content{
		width:calc(62% - 20px);
	}
}
@media(max-width:440px){
	.home-details-hubdb__agent-card,
	.home-details-hubdb__agent-card-one{
		flex-direction:column;
	}
	.home-details-hubdb__agent-content,
	.home-details-hubdb__agent-img-container{
		width:100%;
		text-align:center;
	}
	.home-details-hubdb__agent-button-container{
		text-align:center;
	}
}
</pre></body></html>