/* Generated route split from styles.css and responsive_grid_mapspot.css. */
/* From css/styles.css */
.development-page .nhf-dev-contact-actions button {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	font-family: inherit;
	margin: 0;
}

.development-page .nhf-dev-contact-actions a,
.development-page .nhf-dev-contact-actions button,
.development-page .nhf-dev-contact-actions .nhf-dev-primary-action {
	align-items: center;
	border: 1px solid rgba(32, 216, 255, 0.72);
	border-radius: 7px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-flex;
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	gap: 9px;
	justify-content: center;
	line-height: 1.15;
	min-height: 46px;
	padding: 10px 12px;
	text-decoration: none;
	width: 100%;
}

.development-page .nhf-dev-contact-actions .nhf-dev-primary-action--request {
	background: linear-gradient(135deg, #21c5e8, #06a9df);
	border-color: rgba(255, 255, 255, 0.34);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 12px 24px rgba(0, 145, 196, 0.34);
	color: #fff;
	grid-column: 1 / -1;
}

.development-page .nhf-dev-contact-actions .nhf-dev-secondary-action {
	background: linear-gradient(180deg, rgba(5, 28, 41, 0.98), rgba(2, 17, 27, 0.98));
	color: #7ce9ff;
}

.development-page .nhf-dev-lead-drawer {
	bottom: 0;
	display: flex;
	font-family: "Open Sans", Arial, sans-serif;
	hyphens: none;
	justify-content: flex-end;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1200;
}

.development-page .nhf-dev-lead-drawer[hidden],
.development-page .nhf-dev-lead-drawer[aria-hidden="true"] {
	display: none;
}

.development-page .nhf-dev-lead-drawer__backdrop {
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
	background: rgba(0, 0, 0, 0.36);
	inset: 0;
	position: absolute;
}

.development-page .nhf-dev-lead-drawer__panel {
	align-self: stretch;
	background:
		radial-gradient(circle at 75% 48%, rgba(25, 191, 234, 0.16), transparent 32%),
		linear-gradient(135deg, rgba(7, 25, 37, 0.98), rgba(3, 12, 18, 0.98));
	border: 0;
	border-left: 1px solid rgba(41, 199, 255, 0.56);
	box-shadow: -18px 0 54px rgba(0, 0, 0, 0.44);
	box-sizing: border-box;
	color: #fff;
	height: 100dvh;
	max-width: min(600px, 100vw);
	overflow-y: auto;
	padding: 28px 30px 30px;
	position: relative;
	width: clamp(520px, 38vw, 600px);
}

.development-page .nhf-dev-lead-drawer__handle {
	display: none;
}

.development-page .nhf-dev-lead-drawer h2,
.development-page .nhf-dev-lead-success h2 {
	color: #fff;
	font: 800 24px/1.16 "Open Sans", Arial, sans-serif;
	letter-spacing: 0;
	margin: 0 44px 8px 0;
}

.development-page .nhf-dev-lead-intro {
	color: rgba(255, 255, 255, 0.76);
	font: 700 15px/1.45 "Open Sans", Arial, sans-serif;
	margin: 0 0 20px;
	max-width: 430px;
}

.development-page .nhf-dev-lead-summary {
	align-items: center;
	background: rgba(3, 15, 23, 0.52);
	border: 1px solid rgba(41, 199, 255, 0.28);
	border-radius: 8px;
	display: grid;
	gap: 16px;
	grid-template-columns: 112px minmax(0, 1fr);
	margin: 0 0 22px;
	min-height: 106px;
	padding: 14px 16px;
}

.development-page .nhf-dev-lead-summary__logo {
	align-items: center;
	border-right: 1px solid rgba(140, 177, 199, 0.32);
	display: flex;
	height: 72px;
	justify-content: center;
	padding-right: 16px;
}

.development-page .nhf-dev-lead-summary__logo img {
	display: block;
	max-height: 58px;
	max-width: 92px;
	object-fit: contain;
}

.development-page .nhf-dev-lead-summary__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.development-page .nhf-dev-lead-summary__copy strong,
.development-page .nhf-dev-lead-success__summary strong {
	color: #fff;
	font: 800 15px/1.25 "Open Sans", Arial, sans-serif;
}

.development-page .nhf-dev-lead-summary__copy span,
.development-page .nhf-dev-lead-success__summary span {
	color: rgba(255, 255, 255, 0.76);
	font: 700 14px/1.28 "Open Sans", Arial, sans-serif;
}

.development-page .nhf-dev-lead-error {
	color: #ffb2b2;
	display: block;
	font: 800 12px/1.25 "Open Sans", Arial, sans-serif;
	min-height: 0;
}

.development-page .nhf-dev-lead-control.is-invalid {
	border-color: rgba(255, 135, 135, 0.9);
	box-shadow: 0 0 0 2px rgba(255, 135, 135, 0.14);
}

.development-page .nhf-dev-lead-label b {
	color: #ff8f72;
	font: inherit;
}

.development-page .nhf-dev-lead-success {
	align-content: center;
	display: grid;
	min-height: calc(100dvh - 70px);
	text-align: left;
}

.development-page .nhf-dev-lead-success[hidden] {
	display: none;
}

.development-page .nhf-dev-lead-success__icon {
	background: rgba(32, 210, 255, 0.12);
	border: 1px solid rgba(32, 210, 255, 0.54);
	border-radius: 999px;
	height: 54px;
	margin-bottom: 18px;
	position: relative;
	width: 54px;
}

.development-page .nhf-dev-lead-success__icon:after {
	border: solid #20d2ff;
	border-width: 0 4px 4px 0;
	content: "";
	height: 22px;
	left: 20px;
	position: absolute;
	top: 12px;
	transform: rotate(45deg);
	width: 12px;
}

.development-page .nhf-dev-lead-success p {
	color: rgba(255, 255, 255, 0.78);
	font: 700 15px/1.5 "Open Sans", Arial, sans-serif;
	margin: 0 0 20px;
}

.development-page .nhf-dev-lead-success__summary {
	background: rgba(3, 15, 23, 0.52);
	border: 1px solid rgba(41, 199, 255, 0.28);
	border-radius: 8px;
	display: grid;
	gap: 5px;
	margin: 0 0 22px;
	padding: 16px;
}

@media screen and (max-width: 760px) {
.development-page .nhf-dev-lead-drawer {
		justify-content: center;
	}

.development-page .nhf-dev-lead-drawer__backdrop {
		backdrop-filter: blur(7px);
		-webkit-backdrop-filter: blur(7px);
		background: rgba(0, 0, 0, 0.62);
	}

.development-page .nhf-dev-lead-drawer__panel {
		background: linear-gradient(145deg, rgba(2, 18, 27, 0.98), rgba(0, 33, 45, 0.96));
		border: 1px solid rgba(21, 185, 222, 0.44);
		box-shadow: 0 -18px 54px rgba(0, 0, 0, 0.52);
		max-width: none;
		padding: calc(22px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom));
		width: 100%;
	}

.development-page .nhf-dev-lead-drawer__handle {
		display: block;
	}

.development-page .nhf-dev-lead-summary {
		grid-template-columns: 92px minmax(0, 1fr);
		padding: 12px;
	}
}

.development-page .content section:nth-child(2) .h2-paragraph {
	margin-top:0px;
}

.development-page.tabs-on .content section:nth-child(2) .h2-paragraph {
	margin-top:30px;
}

html.tabs-on .development-page .hide-on-tabs {
	display: none !important;
}

.development-page #featured-ads .slider-popup-horizontal, .development-page .featured-ads .slider-popup-horizontal {
	width:30%;
	margin-right:5%;
	float:left;
}

.development-page .news-and-articles-container,
.development-page .tab-nav li.news-tab {
	display: none !important;
}

.nhf-dev-static-map-pin {
	box-sizing: border-box;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 76'%3E%3Cpath d='M32 74S7 48.6 7 27.5C7 12.9 18.2 2 32 2s25 10.9 25 25.5C57 48.6 32 74 32 74Z' fill='%23fff' stroke='%2319bfea' stroke-width='4'/%3E%3Ccircle cx='32' cy='27.5' r='9' fill='%2319bfea'/%3E%3C/svg%3E") center / contain no-repeat;
	filter: drop-shadow(0 9px 12px rgba(0, 0, 0, 0.28));
	height: 55px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -100%);
	width: 46px;
	z-index: 3;
}

.nhf-dev-static-map-pin:after {
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.14) 48%, rgba(0, 0, 0, 0) 72%);
	border-radius: 50%;
	bottom: -6px;
	content: "";
	height: 12px;
	left: 7px;
	position: absolute;
	width: 32px;
	z-index: -1;
}

@media (max-width: 700px) {
.development-page .video-content {
		display: none !important;
	}
}

.development-page .nhf-development-profile-v1-main .nhf-dev-video-section {
	align-items: start;
	background: #04131d !important;
	border: 1px solid rgba(32, 216, 255, 0.18) !important;
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	box-sizing: border-box;
	clear: both;
	display: grid;
	column-gap: 4px;
	row-gap: 0;
	grid-template-columns: minmax(0, 1.72fr) minmax(300px, 0.78fr);
	margin: 24px 0 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-video-section > .h2-paragraph {
	align-items: center;
	background: transparent;
	border: 0;
	color: #fff;
	display: flex;
	float: none;
	font-family: "Open Sans", Roboto, Arial, sans-serif;
	font-size: 24px;
	font-weight: 900;
	grid-column: 1 / -1;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
	min-height: 62px;
	padding: 18px 18px 14px 34px;
	position: relative;
	text-align: left;
	width: auto;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-video-section > .h2-paragraph:before {
	background: #20d8ff;
	border-radius: 999px;
	content: "";
	height: calc(100% - 28px);
	left: 18px;
	min-height: 22px;
	position: absolute;
	top: 14px;
	width: 3px;
}

.development-page .nhf-dev-video-player-column,
.development-page .nhf-dev-video-card-column {
	float: none;
	min-width: 0;
	padding: 0 !important;
	width: auto;
}

.development-page .nhf-dev-featured-video {
	background: rgba(2, 11, 17, 0.78);
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.development-page .nhf-dev-video-section .size-video-player {
	float: none;
	margin: 0;
	width: 100% !important;
}

.development-page .nhf-dev-video-section .video-container {
	background: #000;
	padding-bottom: 56.25%;
}

.development-page .nhf-dev-video-section .video-container iframe {
	border: 0;
	display: block;
}

.development-page .nhf-dev-video-card-column {
	display: flex;
	flex-direction: column;
	gap: 4px;
	max-height: 560px;
	overflow: auto;
	padding-right: 0 !important;
}

.development-page .nhf-dev-video-card-column::-webkit-scrollbar {
	width: 8px;
}

.development-page .nhf-dev-video-card-column::-webkit-scrollbar-thumb {
	background: rgba(32, 216, 255, 0.24);
	border-radius: 999px;
}

.development-page .nhf-dev-video-section .all-video-title {
	background: rgba(3, 17, 27, 0.82);
	border: 0;
	border-bottom: 1px solid rgba(32, 216, 255, 0.18);
	border-radius: 4px 4px 0 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #fff;
	flex: 0 0 auto;
	font-family: "Open Sans", Roboto, Arial, sans-serif;
	font-size: 17px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
	padding: 14px 16px;
	width: 100%;
}

.development-page .nhf-dev-video-card {
	align-items: stretch;
	background: rgba(3, 15, 23, 0.74);
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
	display: grid;
	gap: 11px;
	grid-template-columns: 132px minmax(0, 1fr);
	margin: 0;
	min-height: 112px;
	overflow: hidden;
	padding: 10px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: 100%;
}

.development-page .nhf-dev-video-card:hover,
.development-page .nhf-dev-video-card.is-active {
	box-shadow: inset 0 0 0 1px rgba(32, 216, 255, 0.34);
}

.development-page .nhf-dev-video-card:hover {
	transform: translateY(-1px);
}

.development-page .nhf-dev-video-card.is-active {
	background: rgba(5, 25, 37, 0.96);
}

.development-page .nhf-dev-video-section .video-thumbnail {
	aspect-ratio: 16 / 9;
	border-radius: 6px;
	float: none;
	margin: 0;
	max-width: 100%;
	min-height: 74px;
	min-width: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100% !important;
}

.development-page .nhf-dev-video-section .video-thumbnail img {
	border-radius: 0;
	display: block;
	height: 100%;
	object-fit: cover;
	transform: scale(1.01);
	transition: transform 220ms ease, filter 220ms ease;
	width: 100%;
}

.development-page .nhf-dev-video-card:hover .video-thumbnail img {
	filter: saturate(1.08);
	transform: scale(1.045);
}

.development-page .nhf-dev-video-section .play-button {
	background: rgba(2, 12, 18, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
	height: 34px;
	left: 50%;
	opacity: 0.92;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 34px;
	z-index: 2;
}

.development-page .nhf-dev-video-section .play-button:before {
	border-bottom: 8px solid transparent;
	border-left: 12px solid #fff;
	border-top: 8px solid transparent;
	content: "";
	display: block;
	height: 0;
	left: 12px;
	position: absolute;
	top: 8px;
	width: 0;
}

.development-page .nhf-dev-video-section .video-thumbnail-time {
	background: rgba(2, 12, 18, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	bottom: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 5px 6px;
	right: 8px;
}

.development-page .nhf-dev-video-section .video-thumbnail-info {
	align-self: center;
	float: none;
	min-width: 0;
	padding: 0;
}

.development-page .nhf-dev-video-section .video-thumbnail-info .video-thumbnail-date {
	color: #20d8ff;
	display: block;
	float: none;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 5px;
	text-transform: uppercase;
	width: auto;
}

.development-page .nhf-dev-video-section .video-thumbnail-info h3 {
	color: rgba(244, 248, 251, 0.9);
	float: none;
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.28;
	margin: 0 0 6px;
	padding: 0;
	text-align: left;
	width: auto;
}

.development-page .nhf-dev-video-section .video-thumbnail-info .video-thumbnail-date + h3 + .video-thumbnail-date {
	color: rgba(214, 237, 245, 0.7);
	display: -webkit-box;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: none;
}

@media (max-width: 760px) {
.development-page .nhf-site-footer__bottom {
		padding-bottom: calc(120px + env(safe-area-inset-bottom));
	}
}

.development-page .nhf-development-profile-v1-main #map-spot.nhf-dev-siteplan-section {
	background: linear-gradient(180deg, #020b13 0%, #031724 100%) !important;
	border: 1px solid rgba(32, 216, 255, 0.18) !important;
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	box-sizing: border-box;
	color: rgba(244, 248, 251, 0.9);
			margin: 24px 0 42px;
	padding: 26px 0 !important;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-siteplan-heading {
	box-sizing: border-box;
	margin-bottom: 18px;
	padding: 0 26px;
}

.development-page .nhf-dev-siteplan-heading p {
	color: rgba(214, 237, 245, 0.74);
	font-size: 13px;
	line-height: 1.35;
	margin: 5px 0 0;
	padding: 0;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-siteplan-frame {
	background: rgba(3, 15, 23, 0.74);
	border: 1px solid rgba(140, 177, 199, 0.28);
	border-radius: 8px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-siteplan-frame img {
	background: #fff;
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-siteplan-frame #map {
	margin: 0;
	width: 100%;
}

.nhf-home-featured-save.nhf-development-saved {
	color: #ff4d7d;
	filter: drop-shadow(0 3px 8px rgba(255, 77, 125, 0.42));
}

.nhf-home-featured-save.nhf-development-saved svg {
	fill: #ff4d7d;
	stroke: #ff4d7d;
}

.nhf-home-featured-save.nhf-development-save-pulse {
	animation: nhf-development-save-pulse 420ms ease;
}

@media screen and (max-width: 700px) {
.development-page .nhf-development-featured-host .nhf-home-featured-body {
		padding-bottom: 10px;
	}
}

.development-page {
	background: #001018;
	color: #f4f8fb;
}

@media screen and (min-width: 901px) and (max-width: 1849px) {
body.development-page {
		padding: 0 10px;
	}
}

.development-page.nhf-shared-site-header header + .container_all,
.development-page .nhf-development-profile-v1-main > .container_all {
	max-width: 1760px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.development-page.nhf-shared-site-header header + .container_all > .always-100 {
	padding-left: 0;
	padding-right: 0;
}

.development-page .nhf-development-profile-v1 .top-label {
	background: transparent;
	padding: 0 !important;
}

@media screen and (min-width: 901px) {
.development-page .nhf-development-profile-v1 > .always-100,
	.development-page .nhf-development-profile-v1 .top-label,
	.development-page .nhf-development-profile-v1-main .about-container.always-100 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.development-page .nhf-development-profile-v1 .top-label > a,
.development-page .nhf-development-profile-v1 .base-shadow-map-box,
.development-page .nhf-development-profile-v1-main > .container_all > .always-100 > .large-screen-only {
	display: none;
}

.development-page .nhf-development-profile-v1 .top-title {
	box-sizing: border-box;
	color: #f4f8fb;
	column-gap: 34px;
	display: grid;
	float: none;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 22px 0 0;
	max-width: 1760px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 100%;
}

.development-page .nhf-development-profile-v1 .breadcrumb {
	align-items: center;
	background: rgba(5, 17, 27, 0.78);
	border: 1px solid rgba(75, 125, 160, 0.58);
	border-radius: 9px;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0;
	height: 58px;
	justify-self: start;
	margin: 0 0 18px;
	overflow: hidden;
	padding: 0;
	width: auto;
	grid-column: 1 / -1;
}

.development-page .nhf-development-profile-v1 .breadcrumb li {
	align-items: center;
	background: transparent;
	color: #26d5ff;
	display: flex;
	float: none;
	font-size: 19px;
	font-weight: 500;
	height: 58px;
	margin: 0;
	padding: 0;
}

.development-page .nhf-development-profile-v1 .breadcrumb li:last-child {
	display: none;
}

.development-page .nhf-development-profile-v1 .breadcrumb a,
.development-page .nhf-development-profile-v1 .breadcrumb span {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	color: #18d2ff;
	display: flex;
	font-size: 19px;
	font-weight: 800;
	height: 58px;
	line-height: 1;
	margin: 0;
	padding: 0 20px 0 0;
	position: relative;
	text-decoration: none;
}

.development-page .nhf-development-profile-v1 .breadcrumb li:first-child a {
	color: #fff;
	padding: 0;
}

.development-page .nhf-development-profile-v1 .breadcrumb a:after,
.development-page .nhf-development-profile-v1 .breadcrumb a:before,
.development-page .nhf-development-profile-v1 .breadcrumb span:after,
.development-page .nhf-development-profile-v1 .breadcrumb span:before {
	border: 0 !important;
	content: none !important;
	display: none !important;
}

.development-page .nhf-development-profile-v1 .breadcrumb li:first-child a:before {
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3.5 11.5 12 4l8.5 7.5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 10.5V20h4.8v-5.7h3.4V20h4.8v-9.5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center / 30px 30px no-repeat,
		rgba(7, 20, 31, 0.7);
	border-right: 1px solid rgba(75, 125, 160, 0.58) !important;
	clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
	content: "" !important;
	display: block !important;
	flex: 0 0 78px;
	height: 58px;
	margin-left: 0;
	margin-right: 14px;
	margin-top: -8px;
	position: static;
	width: 78px;
	z-index: auto;
}

.development-page .nhf-development-profile-v1 .breadcrumb li:after {
	color: #25d3ff;
	content: "\203A";
	display: inline-block;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	margin: 0 14px;
	transform: translateY(-1px);
}

.development-page .nhf-development-profile-v1 .breadcrumb li:nth-last-child(2):after {
	display: none;
}

.development-page .nhf-development-profile-v1 .breadcrumb li:nth-last-child(2) span,
.development-page .nhf-development-profile-v1 .breadcrumb li:nth-last-child(2) a {
	color: #fff;
}

.development-page .nhf-development-profile-v1 .top-title h1 {
	color: #fff;
	font-size: 42px;
	font-weight: 400;
	grid-column: 1;
	line-height: 1.16;
	margin: 0 0 16px;
	padding: 0;
}

.development-page .nhf-dev-title-save {
	align-items: center;
	align-self: start;
	background: #fff;
	border: 1px solid rgba(32, 216, 255, 0.48);
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
	color: #07131c;
	cursor: pointer;
	display: inline-flex;
	font: 800 14px/1 "Open Sans", Arial, sans-serif;
	gap: 8px;
	grid-column: 2;
	grid-row: 2 / span 2;
	justify-self: end;
	letter-spacing: 0;
	margin: 0;
	min-height: 44px;
	padding: 0 16px 0 14px;
	position: absolute;
	right: 60px;
	text-transform: none;
	top: 50px;
	white-space: nowrap;
}

.development-page .nhf-dev-title-save svg {
	display: block;
	flex: 0 0 24px;
	height: 22px;
	overflow: visible;
	width: 24px;
}

.development-page .nhf-dev-title-save path {
	fill: rgba(0, 0, 0, 0.04);
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 2.4;
}

.development-page .nhf-dev-title-save:hover,
.development-page .nhf-dev-title-save:focus {
	border-color: #20d8ff;
	color: #000;
}

.development-page .nhf-dev-title-save.nhf-development-saved {
	background: #fff5f8;
	border-color: rgba(255, 77, 125, 0.66);
	color: #ff4d7d;
}

.development-page .nhf-dev-title-save.nhf-development-saved path {
	fill: currentColor;
}

.development-page .nhf-dev-title-save:focus-visible {
	outline: 2px solid #21d5ff;
	outline-offset: 3px;
}

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-save-action-item {
	align-items: center;
	background: transparent;
	border: 0;
	display: inline-flex;
	float: none;
	height: auto;
	justify-content: center;
	margin: 0;
	min-height: 0;
	padding: 0;
	width: auto;
}

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-save-action-item:before,
.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-save-action-item:after {
	content: none;
}

.development-page .nhf-development-profile-v1-main .tab-nav .nhf-dev-save-action-item .nhf-dev-title-save {
	color: #07131c;
	grid-column: auto;
	grid-row: auto;
	min-height: 48px;
	position: static;
	right: auto;
	top: auto;
}

.development-page .nhf-development-profile-v1-main .tab-nav .nhf-dev-save-action-item .nhf-dev-title-save span {
	color: inherit;
}

.development-page .nhf-development-profile-v1-main .tab-nav .nhf-dev-save-action-item .nhf-dev-title-save.nhf-development-saved {
	color: #ff4d7d;
}

.development-page .nhf-development-profile-v1 .top-title h1 .name {
	color: #fff;
	display: inline;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.development-page .nhf-development-profile-v1 .top-title h1 a,
.development-page .nhf-development-profile-v1 .top-title h2 a {
	color: #00d2ff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.development-page .nhf-development-profile-v1 .top-title h2 {
	color: rgba(244, 248, 251, 0.86);
	font-size: 24px;
	font-weight: 400;
	grid-column: 1;
	line-height: 1.35;
	margin: 0 0 12px;
	padding: 0;
}

.development-page .nhf-dev-title-price-row {
	align-self: start;
	display: flex;
	flex-direction: column;
	gap: 4px;
	grid-column: 2;
	grid-row: 3;
	justify-self: end;
	margin: 2px 0 0;
	min-width: 190px;
	text-align: right;
	white-space: nowrap;
}

.development-page .nhf-dev-title-price-row span {
	color: rgba(231, 235, 240, 0.82);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}

.development-page .nhf-dev-title-price-row strong {
	color: #1ed2ff;
	font-size: 29px;
	font-weight: 800;
	line-height: 1;
}

.development-page .nhf-dev-mobile-title-meta,
.development-page .nhf-dev-mobile-title-facts {
	display: none;
}

.development-page .nhf-development-profile-v1-main {
	background: transparent;
	clear: both;
	margin-top: 18px;
}

.development-page .nhf-development-profile-v1-main > .container_all > .always-100 {
	padding: 0;
}

.development-page .nhf-development-profile-v1-main .tab-nav-container,
.development-page .nhf-development-profile-v1-main > .container_all > .always-100 > .xxxlarge-88 {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 0;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .tab-nav-container nav {
	border: 1px solid rgba(140, 177, 199, 0.42);
	border-bottom: 0;
	border-radius: 9px 9px 0 0;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .main-tab-nav {
	align-items: stretch;
	background: rgba(5, 22, 31, 0.8);
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(0, 1fr);
	margin: 0;
	padding: 0;
	width: 100%;
}

@media screen and (min-width: 901px) {
.development-page .nhf-development-profile-v1-main .tab-nav-container {
		margin-left: 0;
		margin-right: 0;
		max-width: min(760px, 100%);
		width: fit-content;
	}

.development-page .nhf-development-profile-v1-main .tab-nav-container nav {
		max-width: 760px;
		width: fit-content;
	}

.development-page .nhf-development-profile-v1-main .main-tab-nav {
		display: inline-grid;
		grid-auto-columns: minmax(148px, max-content);
		width: auto;
	}
}

.development-page .nhf-development-profile-v1-main .tab-nav li {
		align-items: center;
		background: transparent;
		border: 0;
		border-bottom: 3px solid #fff;
		border-right: 1px solid rgba(255, 255, 255, 0.15);
		color: rgba(244, 248, 251, 0.86);
		display: flex;
	float: none;
	font-size: 21px;
	font-weight: 500;
	justify-content: center;
	min-height: 76px;
	padding: 0 14px;
	width: auto;
}

.development-page .nhf-development-profile-v1-main .tab-nav li:last-child {
	border-right: 0;
}

.development-page .nhf-development-profile-v1-main .tab-nav li.current {
	background: rgba(0, 13, 20, 0.78);
	border-bottom: 3px solid #00d2ff;
	color: #fff;
	font-weight: 800;
}

.development-page .nhf-development-profile-v1-main .tab-nav li > div {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	line-height: 1.1;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .tab-nav li div span:first-child {
	background: currentColor;
	flex: 0 0 auto;
	float: none;
	height: 27px;
	margin: 0;
	transform: none;
	width: 27px;
	-webkit-mask: center / contain no-repeat;
	mask: center / contain no-repeat;
}

.development-page .nhf-development-profile-v1-main .tab-nav li.about-tab div span:first-child {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20V4h11.2L20 8.8V20H4Zm2-2h12V10h-4.5V6H6v12Zm9.5-9.8h1.1L15.5 7v1.2ZM8 12h8v1.8H8V12Zm0 4h6v1.8H8V16Z' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20V4h11.2L20 8.8V20H4Zm2-2h12V10h-4.5V6H6v12Zm9.5-9.8h1.1L15.5 7v1.2ZM8 12h8v1.8H8V12Zm0 4h6v1.8H8V16Z' fill='%23000'/%3E%3C/svg%3E");
}

.development-page .nhf-development-profile-v1-main .tab-nav li.siteplan-tab div span:first-child {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m8.2 4 7.6 2.7L21 4.6v15.2l-5.2 2.1-7.6-2.7L3 21.4V6.2L8.2 4Zm1 2.5v10.9l5.6 2V8.5l-5.6-2Zm7.6 2v10.6l2.2-.9V7.6l-2.2.9ZM5 7.8v10.6l2.2-.9V6.9L5 7.8Z' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m8.2 4 7.6 2.7L21 4.6v15.2l-5.2 2.1-7.6-2.7L3 21.4V6.2L8.2 4Zm1 2.5v10.9l5.6 2V8.5l-5.6-2Zm7.6 2v10.6l2.2-.9V7.6l-2.2.9ZM5 7.8v10.6l2.2-.9V6.9L5 7.8Z' fill='%23000'/%3E%3C/svg%3E");
}

.development-page .nhf-development-profile-v1-main .tab-nav li.models-tab div span:first-child {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 11.1 12 4l9 7.1-1.25 1.55L18 11.3V20H6v-8.7l-1.75 1.35L3 11.1ZM8 18h3v-5h2v5h3v-8.25l-4-3.15-4 3.15V18Z' fill='%23000'/%3E%3Cpath d='M9 9.8h2v2H9v-2Zm4 0h2v2h-2v-2Z' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 11.1 12 4l9 7.1-1.25 1.55L18 11.3V20H6v-8.7l-1.75 1.35L3 11.1ZM8 18h3v-5h2v5h3v-8.25l-4-3.15-4 3.15V18Z' fill='%23000'/%3E%3Cpath d='M9 9.8h2v2H9v-2Zm4 0h2v2h-2v-2Z' fill='%23000'/%3E%3C/svg%3E");
}

.development-page .nhf-development-profile-v1-main .tab-nav li.gallery-tab div span:first-child {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 5h16v14H4V5Zm2 2v10h12V7H6Zm1.5 8 3.2-4.1 2.3 2.8 1.6-2 2.9 3.3h-10ZM15.5 8.4a1.4 1.4 0 1 1 0 2.8 1.4 1.4 0 0 1 0-2.8Z' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 5h16v14H4V5Zm2 2v10h12V7H6Zm1.5 8 3.2-4.1 2.3 2.8 1.6-2 2.9 3.3h-10ZM15.5 8.4a1.4 1.4 0 1 1 0 2.8 1.4 1.4 0 0 1 0-2.8Z' fill='%23000'/%3E%3C/svg%3E");
}

.development-page .nhf-development-profile-v1-main .tab-nav li.video-tab div span:first-child {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 6h16v12H4V6Zm2 2v8h12V8H6Zm5 1.4 4 2.6-4 2.6V9.4Z' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 6h16v12H4V6Zm2 2v8h12V8H6Zm5 1.4 4 2.6-4 2.6V9.4Z' fill='%23000'/%3E%3C/svg%3E");
}

.development-page .nhf-development-profile-v1-main .tab-nav li.inventory-tab div span:first-child {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 4h11l3 3v13H5V4Zm2 2v12h10V8h-3V6H7Zm2 5h6v1.8H9V11Zm0 4h6v1.8H9V15Z' fill='%23000'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 4h11l3 3v13H5V4Zm2 2v12h10V8h-3V6H7Zm2 5h6v1.8H9V11Zm0 4h6v1.8H9V15Z' fill='%23000'/%3E%3C/svg%3E");
}

.development-page .nhf-development-profile-v1-main article {
	box-shadow: none;
	margin-left: 0;
}

.development-page .nhf-development-profile-v1-main .content,
.development-page .nhf-development-profile-v1-main .content section {
	border: 0;
	box-shadow: none;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .content section.nhf-dev-video-section {
	border: 1px solid rgba(32, 216, 255, 0.18);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	margin: 24px 0 0;
	padding: 0;
}

.development-page .nhf-development-profile-v1-main .content section > .always-100 {
	align-items: start;
	float: none;
	gap: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .about-container {
	color: #fff;
	float: none;
	grid-column: 1;
	grid-row: 1;
	margin: 0;
	text-align: left;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .about-container header {
	background-color: #001018;
	border-radius: 0 10px 0 0 !important;
	border-top-left-radius: 0 !important;
	-webkit-clip-path: inset(0 round 0 10px 0 0);
	clip-path: inset(0 round 0 10px 0 0);
	contain: paint;
	display: block;
	isolation: isolate;
	margin: 0 0 10px;
	overflow: hidden;
	transform: translateZ(0);
}

.development-page .nhf-development-profile-v1-main .about-container > .always-100 {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .banner-image {
	border: 1px solid rgba(32, 216, 255, 0.18);
	border-radius: 9px;
	border-top-left-radius: 0;
	box-sizing: border-box;
	min-height: 570px;
	overflow: hidden;
}

.development-page .nhf-development-profile-v1-main .banner-image .headline-container {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
	border-top-left-radius: 0;
	bottom: 0;
	box-sizing: border-box;
	left: 0;
	padding: 120px 26px 34px;
	width: 75%;
}

.development-page .nhf-development-profile-v1-main .banner-image .headline-container.go-left {
	width: 70%;
}

.development-page .nhf-development-profile-v1-main .about-container header:not(:has(.banner-images)) .banner-image .headline-container {
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .headline-container .article-heading {
	font-size: 36px;
	font-weight: 900;
	line-height: 1.12;
	margin: 0;
	max-width: 520px;
	padding: 0;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.development-page .nhf-development-profile-v1-main .headline-container p,
	.development-page .nhf-development-profile-v1-main .banner-description {
		color: #fff;
		display: block;
		font-size: 19px;
	line-height: 1.32;
	margin: 10px 0 0;
	max-width: 520px;
		text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
	}

.development-page .nhf-development-profile-v1-main .banner-image .headline-container .banner-description {
		display: none !important;
	}

.development-page .nhf-development-profile-v1-main .banner-images {
	background: #001018;
	border-left: 10px solid #001018;
	display: block;
	gap: 10px;
	height: 100%;
	padding: 0 0 0 10px;
	right: 0;
	width: 30%;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-banner-image-track {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: default;
	display: flex;
	flex-direction: column;
	float: none;
	gap: 10px;
	height: 100%;
	min-height: 100%;
	overflow: visible;
	transform: translate3d(0, 0, 0);
	transition: none;
	width: 100%;
	will-change: transform;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-banner-image-track.is-moving {
	pointer-events: none;
	transition: transform 1450ms cubic-bezier(0.33, 1, 0.68, 1);
}

.development-page .nhf-development-profile-v1-main .banner-images .nhf-dev-banner-image-tile {
	background-position: center !important;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
	flex: 0 0 calc((100% - 30px) / 4);
	height: calc((100% - 30px) / 4);
	min-height: 0;
	overflow: hidden;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .banner-images--count-3 .nhf-dev-banner-image-tile {
	flex-basis: calc((100% - 20px) / 3);
	height: calc((100% - 20px) / 3);
}

.development-page .nhf-development-profile-v1-main .banner-images:not([data-nhf-banner-rail]) > div:nth-child(n+5) {
	display: none;
}

.development-page .nhf-development-profile-v1-main .banner-flag {
	height: 170px;
	width: 170px;
	background-size: 170px;
}

.development-page .nhf-dev-banner-summary,
.development-page .nhf-dev-mobile-banner-flag,
.development-page .nhf-dev-mobile-image-reel,
.development-page .nhf-dev-mobile-contact-map,
.development-page .nhf-dev-mobile-plan-actions,
.development-page .nhf-dev-sticky-footer {
	display: none;
}

.development-page .nhf-dev-banner-save {
	align-items: center;
	background: rgba(2, 12, 18, 0.48);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 40px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 16px;
	top: 16px;
	width: 42px;
	z-index: 4;
}

.development-page .nhf-dev-banner-save svg {
	display: block;
	height: 27px;
	overflow: visible;
	width: 29px;
}

.development-page .nhf-dev-banner-save path {
	fill: rgba(0, 0, 0, 0.08);
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 2.4;
}

.development-page .nhf-dev-banner-save.nhf-development-saved {
	color: #ff4d7d;
	filter: drop-shadow(0 3px 8px rgba(255, 77, 125, 0.42));
}

.development-page .nhf-dev-banner-save.nhf-development-saved path {
	fill: currentColor;
}

.development-page .nhf-dev-banner-save:focus-visible {
	outline: 2px solid #21d5ff;
	outline-offset: 3px;
}

.development-page .banner-image > .nhf-dev-banner-save {
	display: none;
}

.development-page .nhf-dev-contact-rail {
	display: flex;
	flex-direction: column;
	gap: 14px;
	grid-column: 2;
	grid-row: 1;
	max-width: none;
	min-width: 0;
	width: 100%;
}

@media screen and (min-width: 1450px) {
.development-page .nhf-development-profile-v1-main .content section > .always-100:has(> #map-spot.nhf-dev-siteplan-section) > .nhf-dev-contact-rail {
		grid-row: 1 / span 2;
	}

.development-page .nhf-development-profile-v1-main .content section > .always-100 > #map-spot.nhf-dev-siteplan-section {
		grid-column: 1;
		grid-row: 2;
		min-width: 0;
	}
}

.development-page .nhf-development-profile-v1-main .base-shadow-map,
.development-page .nhf-development-profile-v1-main article + .base-shadow-instruction,
.development-page .nhf-development-profile-v1-main .inline-ad-100 {
	display: none;
}

.development-page .nhf-dev-contact-card {
	background: rgba(3, 15, 23, 0.74);
	border: 1px solid rgba(140, 177, 199, 0.42);
	border-radius: 9px;
	color: #fff;
	max-width: none;
	min-width: 0;
	margin: 0;
	padding: 22px 22px 24px;
	width: 100%;
}

.development-page .nhf-dev-contact-head {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 0 0 18px;
}

.development-page .nhf-dev-contact-head h3 {
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.15;
	margin: 0;
}

.development-page .nhf-dev-contact-head p {
	color: rgba(226, 236, 242, 0.76);
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.35;
	margin: 4px 0 0;
}

.development-page .nhf-dev-contact-head-icon {
	align-items: center;
	background: rgba(0, 181, 231, 0.28);
	border-radius: 999px;
	box-shadow: inset 0 0 0 1px rgba(0, 210, 255, 0.16);
	display: inline-flex;
	flex: 0 0 auto;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.development-page .nhf-dev-contact-head-icon i,
.development-page .nhf-dev-contact-card > .nhf-dev-contact-details i,
.development-page .nhf-dev-presentation-location > i,
.development-page .nhf-dev-contact-actions i,
.development-page .nhf-dev-glance-row i,
.development-page .nhf-dev-contact-note i,
.development-page .nhf-dev-contact-card [data-nhf-icon] {
	color: #b6c4cb;
	font-family: FontAwesome !important;
	font-style: normal;
	font-weight: normal;
	flex: 0 0 auto;
	height: 20px;
	position: relative;
	text-align: center;
	width: 20px;
}

.development-page .nhf-dev-contact-card i:before,
.development-page .nhf-dev-contact-card i:after,
.development-page .nhf-dev-contact-card [data-nhf-icon]:before,
.development-page .nhf-dev-contact-card [data-nhf-icon]:after {
	box-sizing: border-box;
	content: "" !important;
	display: block;
	position: absolute;
}

.development-page .nhf-dev-contact-head-icon i {
	color: #fff;
	font-size: 20px;
	line-height: 1;
}

.development-page .nhf-dev-contact-card > .nhf-dev-contact-details i,
.development-page .nhf-dev-presentation-location > i,
.development-page .nhf-dev-contact-actions i,
.development-page .nhf-dev-glance-row i,
.development-page .nhf-dev-contact-note i {
	font-size: 15px;
	line-height: 1.2;
}

.development-page .nhf-dev-contact-head-icon .fa-location-arrow:before,
	.development-page .nhf-dev-contact-head-icon [data-nhf-icon="arrow"]:before,
	.development-page .nhf-dev-contact-head-icon [data-nhf-icon="plane"]:before,
	.development-page .nhf-dev-contact-card .fa-envelope:before,
	.development-page .nhf-dev-contact-card [data-nhf-icon="email"]:before,
	.development-page .nhf-dev-contact-card .fa-globe:before,
	.development-page .nhf-dev-contact-card [data-nhf-icon="globe"]:before,
	.development-page .nhf-dev-contact-card .fa-phone:before,
.development-page .nhf-dev-contact-card [data-nhf-icon="phone"]:before,
.development-page .nhf-dev-contact-card .fa-map-marker:before,
.development-page .nhf-dev-contact-card [data-nhf-icon="map"]:before {
	background: currentColor;
	height: 20px;
	inset: 0;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	width: 20px;
}

.development-page .nhf-dev-contact-head-icon .fa-location-arrow:after,
	.development-page .nhf-dev-contact-head-icon [data-nhf-icon="arrow"]:after,
	.development-page .nhf-dev-contact-head-icon [data-nhf-icon="plane"]:after,
	.development-page .nhf-dev-contact-card .fa-envelope:after,
	.development-page .nhf-dev-contact-card [data-nhf-icon="email"]:after,
	.development-page .nhf-dev-contact-card .fa-globe:after,
	.development-page .nhf-dev-contact-card [data-nhf-icon="globe"]:after,
	.development-page .nhf-dev-contact-card .fa-phone:after,
.development-page .nhf-dev-contact-card [data-nhf-icon="phone"]:after,
.development-page .nhf-dev-contact-card .fa-map-marker:after,
.development-page .nhf-dev-contact-card [data-nhf-icon="map"]:after {
	display: none;
}

.development-page .nhf-dev-contact-head-icon .fa-location-arrow:before,
.development-page .nhf-dev-contact-head-icon [data-nhf-icon="arrow"]:before,
.development-page .nhf-dev-contact-head-icon [data-nhf-icon="plane"]:before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 3 3.8 10.2c-.8.3-.8 1.4.1 1.7l6.7 2.2 2.3 6.8c.3.8 1.4.9 1.8.1L21 3Z' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='m10.7 14.1 4.2-4.1' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 3 3.8 10.2c-.8.3-.8 1.4.1 1.7l6.7 2.2 2.3 6.8c.3.8 1.4.9 1.8.1L21 3Z' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='m10.7 14.1 4.2-4.1' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.development-page .nhf-dev-contact-card .fa-globe:before,
	.development-page .nhf-dev-contact-card [data-nhf-icon="globe"]:before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='black' stroke-width='2'/%3E%3Cpath d='M3.6 9h16.8M3.6 15h16.8M12 3c2.1 2.4 3.2 5.4 3.2 9S14.1 18.6 12 21M12 3c-2.1 2.4-3.2 5.4-3.2 9s1.1 6.6 3.2 9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='black' stroke-width='2'/%3E%3Cpath d='M3.6 9h16.8M3.6 15h16.8M12 3c2.1 2.4 3.2 5.4 3.2 9S14.1 18.6 12 21M12 3c-2.1 2.4-3.2 5.4-3.2 9s1.1 6.6 3.2 9' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.development-page .nhf-dev-contact-card .fa-envelope:before,
.development-page .nhf-dev-contact-card [data-nhf-icon="email"]:before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='14' rx='2.3' stroke='black' stroke-width='2'/%3E%3Cpath d='m4.2 6.8 7.8 6.1 7.8-6.1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='14' rx='2.3' stroke='black' stroke-width='2'/%3E%3Cpath d='m4.2 6.8 7.8 6.1 7.8-6.1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.development-page .nhf-dev-contact-card .fa-phone:before,
.development-page .nhf-dev-contact-card [data-nhf-icon="phone"]:before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.7 4.2 8.8 8c.4.7.3 1.5-.3 2l-1.2 1.1c1.2 2.5 3.1 4.4 5.6 5.6l1.1-1.2c.5-.6 1.3-.7 2-.3l3.8 2.1c.7.4 1 1.2.7 2l-.6 1.7c-.3.7-.9 1.1-1.6 1.1C9.4 22 2 14.6 2 5.7c0-.7.4-1.4 1.1-1.6l1.7-.6c.8-.3 1.6 0 1.9.7Z' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6.7 4.2 8.8 8c.4.7.3 1.5-.3 2l-1.2 1.1c1.2 2.5 3.1 4.4 5.6 5.6l1.1-1.2c.5-.6 1.3-.7 2-.3l3.8 2.1c.7.4 1 1.2.7 2l-.6 1.7c-.3.7-.9 1.1-1.6 1.1C9.4 22 2 14.6 2 5.7c0-.7.4-1.4 1.1-1.6l1.7-.6c.8-.3 1.6 0 1.9.7Z' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.development-page .nhf-dev-contact-card .fa-map-marker:before,
.development-page .nhf-dev-contact-card [data-nhf-icon="map"]:before {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s7-6.1 7-12A7 7 0 0 0 5 9c0 5.9 7 12 7 12Z' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='9' r='2.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 21s7-6.1 7-12A7 7 0 0 0 5 9c0 5.9 7 12 7 12Z' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='9' r='2.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
}

.development-page .nhf-dev-contact-card .fa-home:before,
.development-page .nhf-dev-contact-card [data-nhf-icon="home"]:before {
	border-bottom: 9px solid currentColor;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	height: 0;
	left: 1px;
	top: 1px;
	width: 0;
}

.development-page .nhf-dev-contact-card .fa-home:after,
.development-page .nhf-dev-contact-card [data-nhf-icon="home"]:after {
	background: currentColor;
	border-radius: 1px;
	height: 9px;
	left: 5px;
	top: 9px;
	width: 10px;
}

.development-page .nhf-dev-contact-card .fa-tag:before,
.development-page .nhf-dev-contact-card [data-nhf-icon="tag"]:before {
	border: 2px solid currentColor;
	border-radius: 3px;
	height: 13px;
	left: 3px;
	top: 4px;
	transform: rotate(-32deg);
	width: 15px;
}

.development-page .nhf-dev-contact-card .fa-tag:after,
.development-page .nhf-dev-contact-card [data-nhf-icon="tag"]:after {
	background: currentColor;
	border-radius: 999px;
	height: 3px;
	left: 6px;
	top: 7px;
	width: 3px;
}

.development-page .nhf-dev-contact-card .fa-info-circle:before,
.development-page .nhf-dev-contact-card [data-nhf-icon="info"]:before {
	border: 2px solid currentColor;
	border-radius: 999px;
	height: 16px;
	left: 2px;
	top: 2px;
	width: 16px;
}

.development-page .nhf-dev-contact-card .fa-info-circle:after,
.development-page .nhf-dev-contact-card [data-nhf-icon="info"]:after {
	background: currentColor;
	border-radius: 2px;
	box-shadow: 0 -5px 0 currentColor;
	height: 7px;
	left: 9px;
	top: 9px;
	width: 2px;
}

.development-page .nhf-dev-contact-card .fa-external-link:before,
.development-page .nhf-dev-contact-card [data-nhf-icon="external"]:before {
	border-right: 2px solid #00d2ff;
	border-top: 2px solid #00d2ff;
	height: 8px;
	left: 2px;
	top: 2px;
	width: 8px;
}

.development-page .nhf-dev-contact-card .fa-external-link:after,
.development-page .nhf-dev-contact-card [data-nhf-icon="external"]:after {
	background: #00d2ff;
	height: 2px;
	left: 3px;
	top: 7px;
	transform: rotate(-45deg);
	width: 10px;
}

.development-page .nhf-dev-contact-card [data-nhf-icon="size"]:before {
	border-left: 2px solid currentColor;
	border-top: 2px solid currentColor;
	height: 8px;
	left: 2px;
	top: 2px;
	width: 8px;
}

.development-page .nhf-dev-contact-card [data-nhf-icon="size"]:after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	height: 8px;
	bottom: 2px;
	right: 2px;
	width: 8px;
}

.development-page .nhf-dev-contact-map {
	border-radius: 7px;
	display: block;
	height: 210px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.development-page .nhf-dev-desktop-contact-map {
	border: 1px solid rgba(140, 177, 199, 0.42);
	border-radius: 9px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
	max-width: none;
}

.development-page .nhf-dev-desktop-contact-map:after,
.development-page .nhf-dev-desktop-contact-map:before {
	content: none;
}

.development-page .nhf-dev-mobile-contact-map {
	display: none;
}

.development-page .nhf-dev-contact-map img,
.development-page .nhf-dev-contact-map-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	width: 100%;
}

.development-page .nhf-dev-contact-map .development-acronym {
	background: #1ed2ff;
	border-radius: 999px;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	height: 44px;
	left: 50%;
	line-height: 44px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
}

.development-page .nhf-dev-contact-map-location {
	display: none;
}

.development-page .nhf-dev-desktop-contact-map .nhf-dev-contact-map-expand {
	display: none !important;
}

.development-page .nhf-dev-desktop-contact-map .nhf-dev-contact-map-location {
	align-items: center;
	background: rgba(1, 15, 23, 0.88);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	gap: 7px;
	bottom: 12px;
	left: 12px;
	letter-spacing: 0;
	line-height: 1;
	max-width: calc(100% - 24px);
	padding: 8px 11px;
	position: absolute;
	text-transform: uppercase;
	top: auto;
	z-index: 4;
}

.development-page .nhf-dev-desktop-contact-map .nhf-dev-contact-map-location i {
	color: #1ed2ff;
	flex: 0 0 auto;
	font-size: 15px;
	line-height: 1;
}

.development-page .nhf-dev-desktop-contact-map .nhf-dev-contact-map-location span {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.development-page .nhf-dev-contact-details {
	display: grid;
	gap: 16px;
}

.development-page .nhf-dev-contact-details p {
	align-items: flex-start;
	color: #21cdf3;
	display: flex;
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	gap: 13px;
	line-height: 1.32;
	margin: 0;
}

.development-page .nhf-dev-contact-details a {
	color: #00d2ff;
	text-decoration: none;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.development-page .nhf-dev-external-icon {
	color: #00d2ff;
	font-size: 12px;
	margin-left: 4px;
	width: auto;
}

.development-page .nhf-website-exit-notice {
	align-items: center;
	bottom: 0;
	display: flex;
	font-family: "Open Sans", Arial, sans-serif;
	justify-content: center;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 180ms ease;
	z-index: 1300;
}

.development-page .nhf-website-exit-notice[hidden] {
	display: none;
}

.development-page .nhf-website-exit-notice.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.development-page .nhf-website-exit-notice__backdrop {
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background: rgba(0, 0, 0, 0.46);
	inset: 0;
	position: absolute;
}

.development-page .nhf-website-exit-notice__panel {
	align-items: center;
	background:
		radial-gradient(circle at 18% 28%, rgba(30, 210, 255, 0.18), transparent 34%),
		linear-gradient(145deg, rgba(5, 29, 42, 0.98), rgba(2, 13, 21, 0.98));
	border: 1px solid rgba(33, 205, 243, 0.42);
	border-radius: 8px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.48);
	box-sizing: border-box;
	color: #fff;
	display: grid;
	gap: 18px;
	grid-template-columns: 62px minmax(0, 1fr) auto;
	max-width: calc(100vw - 32px);
	min-height: 116px;
	padding: 22px 24px;
	position: relative;
	transform: translateY(10px) scale(0.98);
	transition: transform 180ms ease;
	width: min(560px, calc(100vw - 32px));
}

.development-page .nhf-website-exit-notice.is-visible .nhf-website-exit-notice__panel {
	transform: translateY(0) scale(1);
}

.development-page .nhf-website-exit-notice__timer {
	align-items: center;
	background: conic-gradient(#20d2ff 0turn, rgba(255, 255, 255, 0.14) 0turn);
	border-radius: 50%;
	display: flex;
	height: 62px;
	justify-content: center;
	position: relative;
	width: 62px;
}

.development-page .nhf-website-exit-notice.is-visible .nhf-website-exit-notice__timer {
	animation: nhfWebsiteExitCountdown 3s linear forwards;
}

.development-page .nhf-website-exit-notice__timer:before {
	background: #061b28;
	border-radius: 50%;
	content: "";
	inset: 6px;
	position: absolute;
}

.development-page .nhf-website-exit-notice__timer span {
	color: #fff;
	font: 900 22px/1 "Open Sans", Arial, sans-serif;
	position: relative;
}

.development-page .nhf-website-exit-notice__copy {
	min-width: 0;
}

.development-page .nhf-website-exit-notice__copy h2 {
	color: #fff;
	font: 900 20px/1.18 "Open Sans", Arial, sans-serif;
	letter-spacing: 0;
	margin: 0 0 6px;
}

.development-page .nhf-website-exit-notice__copy p {
	color: rgba(238, 245, 249, 0.78);
	font: 700 14px/1.42 "Open Sans", Arial, sans-serif;
	margin: 0;
}

.development-page .nhf-website-exit-notice__cancel {
	-webkit-appearance: none;
	appearance: none;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	font: 900 13px/1 "Open Sans", Arial, sans-serif;
	min-height: 40px;
	padding: 0 16px;
}

.development-page .nhf-website-exit-notice__cancel:focus,
.development-page .nhf-website-exit-notice__cancel:hover {
	background: rgba(32, 210, 255, 0.14);
	border-color: rgba(32, 210, 255, 0.72);
}

.development-page .nhf-website-exit-notice.is-opening .nhf-website-exit-notice__copy p:after {
	content: " Opened.";
	color: #20d2ff;
}

@media screen and (max-width: 560px) {
.development-page .nhf-website-exit-notice {
		align-items: flex-end;
		padding: 16px;
	}

.development-page .nhf-website-exit-notice__panel {
		grid-template-columns: 54px minmax(0, 1fr);
		padding: 18px;
		width: 100%;
	}

.development-page .nhf-website-exit-notice__timer {
		height: 54px;
		width: 54px;
	}

.development-page .nhf-website-exit-notice__cancel {
		grid-column: 1 / -1;
		width: 100%;
	}
}

.development-page .nhf-dev-presentation {
	margin-top: 18px;
}

.development-page .nhf-dev-presentation-location {
	align-items: flex-start;
	display: flex;
	gap: 13px;
}

.development-page .nhf-dev-presentation h4,
.development-page .nhf-dev-contact-hours h4,
.development-page .nhf-dev-glance h4 {
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
}

.development-page .nhf-dev-presentation-location p {
	color: rgba(238, 245, 249, 0.88);
	display: grid;
	font-family: Roboto, Arial, sans-serif;
	font-size: 12px;
	gap: 4px;
	line-height: 1.28;
	margin: 6px 0 0;
}

.development-page .nhf-dev-contact-hours {
	margin-top: 14px;
}

.development-page .nhf-dev-contact-hours-table {
	border-collapse: collapse;
	color: rgba(238, 245, 249, 0.9);
	font-family: Roboto, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.15;
	margin-top: 8px;
	table-layout: fixed;
	width: 100%;
}

.development-page .nhf-dev-contact-hours-table th,
.development-page .nhf-dev-contact-hours-table td {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(255, 255, 255, 0.035);
	font-weight: 800;
	padding: 7px 4px;
	text-align: center;
}

.development-page .nhf-dev-contact-hours-table thead th,
.development-page .nhf-dev-contact-hours-table tbody th {
	color: rgba(238, 245, 249, 0.72);
	font-weight: 900;
}

.development-page .nhf-dev-contact-hours-table tbody th {
	background: transparent;
	text-align: left;
	width: 44px;
}

.development-page .nhf-dev-contact-hours-table .is-today {
	background: rgba(0, 210, 255, 0.12);
	color: #fff;
}

.development-page .nhf-dev-contact-actions {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
}

.development-page .nhf-dev-contact-actions a {
	align-items: center;
	border: 1px solid #00d2ff;
	border-radius: 5px;
	color: #fff;
	display: flex;
	font-size: 13px;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	min-height: 40px;
	text-decoration: none;
}

.development-page .nhf-dev-contact-actions i {
	color: #fff;
}

.development-page .nhf-dev-contact-actions .nhf-dev-primary-action {
	grid-column: auto;
}

.development-page .nhf-dev-contact-actions .nhf-dev-primary-action,
.development-page .nhf-dev-contact-actions a:last-child:nth-child(3) {
	background: linear-gradient(180deg, #2fe0ff 0%, #139bd2 100%);
	border-color: rgba(255, 255, 255, 0.35);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.development-page .nhf-dev-contact-actions .nhf-dev-primary-action--email {
	color: #050505;
}

.development-page .nhf-dev-contact-actions a:not(.nhf-dev-primary-action) {
	background: linear-gradient(180deg, #24d4fb 0%, #1199d1 100%);
	border-color: rgba(255, 255, 255, 0.3);
}

.development-page .nhf-dev-glance {
	border-top: 1px solid rgba(140, 177, 199, 0.28);
	margin-top: 18px;
	padding-top: 18px;
}

.development-page .nhf-dev-glance-row {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 20px minmax(82px, 0.8fr) minmax(0, 1fr);
	margin-top: 13px;
}

.development-page .nhf-dev-glance-row span {
	color: rgba(238, 245, 249, 0.72);
	font-family: Roboto, Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

.development-page .nhf-dev-glance-row strong {
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-align: right;
}

.development-page .nhf-dev-contact-note {
	align-items: flex-start;
	border-top: 1px solid rgba(140, 177, 199, 0.22);
	color: rgba(226, 233, 238, 0.78);
	display: flex;
	font-family: Roboto, Arial, sans-serif;
	font-size: 12px;
	gap: 10px;
	line-height: 1.35;
	margin: 18px 0 0;
	padding-top: 14px;
}

.development-page .nhf-dev-contact-card .nhf-dev-contact-note,
.development-page .nhf-dev-contact-card .nhf-dev-contact-note span {
	color: rgba(226, 233, 238, 0.78) !important;
}

.development-page .nhf-dev-contact-card .nhf-dev-contact-note i,
.development-page .nhf-dev-contact-card .nhf-dev-contact-note [data-nhf-icon] {
	color: rgba(226, 233, 238, 0.82) !important;
}

html.nhf-dev-map-drawer-open,
body.nhf-dev-map-drawer-open {
	overflow: hidden;
	touch-action: none;
}

.development-page .nhf-dev-map-drawer {
	background: #03101a;
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 180ms ease;
	z-index: 1000000;
}

.development-page .nhf-dev-map-drawer[aria-hidden="false"] {
	opacity: 1;
	pointer-events: auto;
}

.development-page .nhf-dev-map-drawer__map {
	height: 100%;
	width: 100%;
}

.development-page .nhf-dev-map-drawer__logo.nhf-map-logo-badge {
	align-items: center;
	background: rgba(3, 13, 21, 0.76);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
	display: flex !important;
	height: 40px;
	left: 50%;
	padding: 8px 14px;
	position: fixed;
	top: calc(16px + env(safe-area-inset-top));
	transform: translateX(-50%);
	width: auto;
	z-index: 1000005;
}

.development-page .nhf-dev-map-drawer__logo img {
	display: block;
	max-height: 22px;
	width: 168px;
}

.development-page .nhf-dev-map-drawer__back.nhf-mobile-map-back {
	align-items: center;
	background: #05080b;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
	cursor: pointer;
	display: inline-flex;
	height: 46px;
	justify-content: center;
	left: calc(12px + env(safe-area-inset-left));
	padding: 0;
	position: fixed;
	top: calc(14px + env(safe-area-inset-top));
	width: 52px;
	z-index: 1000006;
}

.development-page .nhf-dev-map-drawer__back.nhf-mobile-map-back:before {
	background: #fff;
	content: "";
	height: 24px;
	-webkit-mask: url("../i/nhf-map-arrow-right.svg") center center / contain no-repeat;
	mask: url("../i/nhf-map-arrow-right.svg") center center / contain no-repeat;
	transform: rotate(180deg);
	width: 24px;
}

.development-page .nhf-dev-map-drawer__sheet {
	--nhf-dev-map-sheet-drag-y: 0px;
	background:
		radial-gradient(circle at 50% 100%, rgba(37, 199, 255, 0.22), transparent 44%),
		linear-gradient(180deg, #00060b 0%, #020b13 56%, #061929 100%);
	border: 1px solid rgba(104, 154, 190, 0.58);
	border-bottom: 0;
	border-radius: 24px 24px 0 0;
	bottom: 0;
	box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.55);
	box-sizing: border-box;
	color: #fff;
	display: grid;
	gap: 10px 22px;
	grid-template-areas:
		"handle handle"
		"content image";
	grid-template-columns: minmax(0, 1fr) minmax(320px, 486px);
	left: 50%;
	max-height: min(64vh, 390px);
	max-width: 920px;
	overflow: hidden;
	padding: 10px 18px calc(18px + env(safe-area-inset-bottom));
	position: fixed;
	transform: translate(-50%, var(--nhf-dev-map-sheet-drag-y));
	transition: transform 180ms ease;
	width: min(100vw, 920px);
	z-index: 1000004;
}

.development-page .nhf-dev-map-drawer__sheet:not(:has(.nhf-dev-map-drawer__image)) {
	grid-template-areas:
		"handle"
		"content";
	grid-template-columns: 1fr;
}

.development-page .nhf-dev-map-drawer--sheet-dragging .nhf-dev-map-drawer__sheet {
	transition: none;
}

.development-page .nhf-dev-map-drawer--sheet-collapsed .nhf-dev-map-drawer__sheet {
	overflow: hidden;
	transform: translate(-50%, calc(100% - 44px));
}

.development-page .nhf-dev-map-drawer__sheet .nhf-map-info-sheet-handle {
	background: transparent;
	cursor: grab;
	grid-area: handle;
	height: 24px;
	margin: 0;
	position: relative;
	touch-action: none;
	width: 100%;
}

.development-page .nhf-dev-map-drawer__sheet .nhf-map-info-sheet-handle:before {
	background: rgba(255, 255, 255, 0.78);
	border-radius: 999px;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	top: 10px;
	transform: translateX(-50%);
	width: 54px;
}

.development-page .nhf-dev-map-drawer--sheet-dragging .nhf-map-info-sheet-handle {
	cursor: grabbing;
}

.development-page .nhf-dev-map-drawer--sheet-collapsed .nhf-map-info-sheet-handle {
	cursor: grab;
	margin-bottom: 0;
}

.development-page .nhf-dev-map-drawer__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 17px;
	grid-area: image;
	height: 188px;
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.development-page .nhf-dev-map-drawer__image span {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	bottom: 14px;
	display: inline-flex;
	left: 14px;
	max-width: 150px;
	min-height: 58px;
	padding: 8px 12px;
	position: absolute;
}

.development-page .nhf-dev-map-drawer__image img {
	display: block;
	max-height: 50px;
	max-width: 126px;
	object-fit: contain;
}

.development-page .nhf-dev-map-drawer__content {
	align-self: start;
	font-family: Roboto, Arial, sans-serif;
	grid-area: content;
	min-width: 0;
	padding: 8px 6px 0 2px;
}

.development-page .nhf-dev-map-drawer__eyebrow {
	color: #16d8ff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.development-page .nhf-dev-map-drawer__content h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.05;
	margin: 0 0 12px;
}

.development-page .nhf-dev-map-drawer__city,
.development-page .nhf-dev-map-drawer__builder,
.development-page .nhf-dev-map-drawer__address {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.35;
	margin: 0 0 7px;
}

.development-page .nhf-dev-map-drawer__city {
	align-items: center;
	display: flex;
	gap: 8px;
}

.development-page .nhf-dev-map-drawer__city span {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.2 7-12A7 7 0 0 0 5 9c0 6.8 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.4'/%3E%3C/svg%3E") center center / contain no-repeat;
	display: inline-block;
	height: 17px;
	width: 17px;
}

.development-page .nhf-dev-map-drawer__builder a {
	color: #16d8ff;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.development-page .nhf-dev-map-drawer__address {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0;
}

.development-page .nhf-dev-description-copy {
	background: linear-gradient(180deg, #020b13 0%, #031724 100%);
	border: 1px solid rgba(32, 216, 255, 0.18);
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	color: rgba(244, 248, 251, 0.9);
	font-family: Roboto, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.58;
	margin-top: 10px;
	max-width: none;
	overflow: hidden;
	padding: 26px 26px 4px;
	text-align: left;
}

.development-page .nhf-dev-description-copy,
.development-page .nhf-dev-description-copy p,
.development-page .nhf-dev-description-copy li,
.development-page .nhf-dev-description-copy strong,
.development-page .nhf-dev-description-copy h2,
.development-page .nhf-dev-description-copy h3,
.development-page .nhf-dev-description-copy h4,
.development-page .nhf-dev-description-copy span:not(.article-location) {
	color: rgba(244, 248, 251, 0.9);
}

.development-page .nhf-dev-description-copy p {
	float: none;
	font-size: 18px;
	line-height: 1.58;
	margin: 0 0 20px;
}

.development-page .nhf-dev-description-copy .article-location {
	color: #20d8ff;
	display: block;
	float: none;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 8px;
	text-transform: uppercase;
	width: auto;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-description-copy > a:first-child + br {
	display: none;
}

.development-page .nhf-dev-description-copy h2,
.development-page .nhf-dev-description-copy h3,
.development-page .nhf-dev-description-copy h4 {
	color: #fff;
	float: none;
	font-family: "Open Sans", Roboto, Arial, sans-serif;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 32px 0 16px;
	padding: 0 0 0 16px;
	position: relative;
	text-align: left;
	width: auto;
}

.development-page .nhf-dev-description-copy h2:before,
.development-page .nhf-dev-description-copy h3:before,
.development-page .nhf-dev-description-copy h4:before {
	background: #20d8ff;
	border-radius: 999px;
	content: "";
	height: 100%;
	left: 0;
	min-height: 22px;
	position: absolute;
	top: 0;
	width: 3px;
}

.development-page .nhf-dev-description-copy .images-container {
	background: #04131d;
	border: 1px solid rgba(32, 216, 255, 0.18);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	clear: both;
	display: grid;
	float: none;
	gap: 4px;
	margin: 26px 0 18px;
	overflow: hidden;
	padding: 4px;
	width: 100%;
}

.development-page .nhf-dev-description-copy .images-container:not(:has(img)) {
	background: transparent;
	border: 0;
	box-shadow: none;
	display: block;
	margin: 0;
	padding: 0;
}

.development-page .nhf-dev-description-copy .images-container img {
	border-radius: 4px;
	display: block;
	float: none;
	height: 100%;
	margin: 0;
	min-height: 0;
	object-fit: cover;
	width: 100%;
}

.development-page .nhf-dev-description-copy .container-1-images {
	grid-template-columns: 1fr;
}

.development-page .nhf-dev-description-copy .container-1-images img {
	aspect-ratio: 16 / 9;
}

.development-page .nhf-dev-description-copy .container-2-images {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: auto;
}

.development-page .nhf-dev-description-copy .container-2-images img:first-child {
	aspect-ratio: 16 / 9;
	grid-column: 1;
	grid-row: 1;
}

.development-page .nhf-dev-description-copy .container-2-images img:nth-child(2) {
	aspect-ratio: 16 / 9;
	grid-column: 2;
	grid-row: 1;
}

@media screen and (min-width: 901px) {
.development-page .nhf-dev-description-copy .container-2-images figcaption,
	.development-page .nhf-dev-description-copy .container-2-images span {
		align-items: center;
		background: linear-gradient(180deg, rgba(6, 31, 45, 0.96), rgba(3, 17, 27, 0.98));
		border: 1px solid rgba(32, 216, 255, 0.18);
		border-left: 3px solid #20d8ff;
		border-radius: 6px;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
		box-sizing: border-box;
		color: rgba(226, 233, 238, 0.78);
		display: flex;
		float: none;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: flex-start;
		line-height: 1.35;
		margin: 0;
		min-height: 34px;
		padding: 8px 10px 8px 12px;
		text-align: left;
		width: 100%;
	}
}

.development-page .nhf-dev-description-copy .container-3-images,
.development-page .nhf-dev-description-copy .container-1-large-2-small-images {
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

.development-page .nhf-dev-description-copy .container-3-images img:first-child,
.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:first-child {
	aspect-ratio: auto;
	grid-column: 1;
	grid-row: 1 / span 2;
}

.development-page .nhf-dev-description-copy .container-3-images img:nth-child(2),
.development-page .nhf-dev-description-copy .container-3-images img:nth-child(3),
.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:nth-child(2),
.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:nth-child(3) {
	aspect-ratio: 16 / 9;
	grid-column: 2;
}

.development-page .nhf-dev-description-copy .container-3-images img:nth-child(2),
.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:nth-child(2) {
	grid-row: 1;
}

.development-page .nhf-dev-description-copy .container-3-images img:nth-child(3),
.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:nth-child(3) {
	grid-row: 2;
}

@media screen and (min-width: 901px) {
.development-page .nhf-dev-description-copy .container-3-images figcaption,
	.development-page .nhf-dev-description-copy .container-3-images span,
	.development-page .nhf-dev-description-copy .container-1-large-2-small-images figcaption,
	.development-page .nhf-dev-description-copy .container-1-large-2-small-images span {
		align-items: center;
		align-self: stretch;
		background: linear-gradient(180deg, rgba(6, 31, 45, 0.96), rgba(3, 17, 27, 0.98));
		border: 1px solid rgba(32, 216, 255, 0.18);
		border-left: 3px solid #20d8ff;
		border-radius: 6px;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
		box-sizing: border-box;
		color: rgba(226, 233, 238, 0.78);
		display: flex;
		float: none;
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		grid-column: 1 / -1;
		grid-row: 3;
		justify-content: flex-start;
		line-height: 1.35;
		margin: 0;
		min-height: 34px;
		padding: 8px 10px 8px 12px;
		text-align: left;
		width: 100%;
	}
}

.development-page .nhf-dev-description-copy .directions,
.development-page .nhf-dev-description-copy .special-mention,
.development-page .nhf-dev-description-copy .grey-paragraph-box,
.development-page .nhf-dev-description-copy .grey-mention-box {
	background: linear-gradient(180deg, rgba(6, 31, 45, 0.96), rgba(3, 17, 27, 0.98));
	border: 1px solid rgba(32, 216, 255, 0.24);
	border-left: 4px solid #20d8ff;
	border-radius: 8px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
	clear: both;
	color: rgba(244, 248, 251, 0.88);
	display: block;
	float: none;
	font-size: 15px;
	font-style: normal;
	line-height: 1.55;
	margin: 26px 0;
	padding: 18px;
	position: relative;
	text-align: left;
	width: 100%;
}

.development-page .nhf-dev-description-copy .directions:before,
.development-page .nhf-dev-description-copy .special-mention:before,
.development-page .nhf-dev-description-copy .grey-paragraph-box:before,
.development-page .nhf-dev-description-copy .grey-mention-box:before {
	background: rgba(32, 216, 255, 0.9);
	border: 0;
	border-radius: 999px;
	content: "";
	display: block;
	height: 3px;
	left: 18px;
	position: absolute;
	top: 13px;
	width: 28px;
	z-index: 1;
}

.development-page .nhf-dev-description-copy .directions:after,
.development-page .nhf-dev-description-copy .special-mention:after,
.development-page .nhf-dev-description-copy .grey-paragraph-box:after,
.development-page .nhf-dev-description-copy .grey-mention-box:after {
	content: "";
	display: none;
}

.development-page .nhf-dev-description-copy .directions span,
.development-page .nhf-dev-description-copy .special-mention span {
	color: rgba(214, 237, 245, 0.82);
	display: block;
	float: none;
	font-size: 13px;
	font-style: normal;
	line-height: 1.35;
	margin: 8px 0 0;
	padding: 0;
}

.development-page .nhf-development-profile-v1-main #gallery {
	background: linear-gradient(180deg, #020b13 0%, #031724 100%) !important;
	border: 1px solid rgba(32, 216, 255, 0.18);
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	box-sizing: border-box;
	color: rgba(244, 248, 251, 0.9);
	margin: 24px 0 0;
	padding: 26px;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main #gallery > .h2-paragraph {
	color: #fff;
	float: none;
	font-family: "Open Sans", Roboto, Arial, sans-serif;
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 0 20px;
	padding: 0 0 0 16px;
	position: relative;
	text-align: left;
	width: auto;
}

.development-page .nhf-development-profile-v1-main #gallery > .h2-paragraph:before {
	background: #20d8ff;
	border-radius: 999px;
	content: "";
	height: 100%;
	left: 0;
	min-height: 22px;
	position: absolute;
	top: 0;
	width: 3px;
}

.development-page .nhf-development-profile-v1-main .gallery-group-header {
	align-items: flex-start;
	background: linear-gradient(180deg, rgba(6, 31, 45, 0.96), rgba(3, 17, 27, 0.98));
	border: 1px solid rgba(32, 216, 255, 0.24);
	border-left: 4px solid #20d8ff;
	border-radius: 8px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
	clear: both;
	display: flex;
	gap: 13px;
	margin: 0 0 18px;
	padding: 16px 18px;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .gallery-group-header h3 {
	color: #fff;
	float: none;
	font-family: "Open Sans", Roboto, Arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-align: left;
	width: auto;
}

.development-page .nhf-development-profile-v1-main .gallery-group-header p {
	color: rgba(214, 237, 245, 0.74);
	float: none;
	font-size: 13px;
	line-height: 1.45;
	margin: 5px 0 0;
	padding: 0;
	text-align: left;
	width: auto;
}

.development-page .nhf-development-profile-v1-main .min-expand-gallery {
	background: rgba(32, 216, 255, 0.14);
	border: 1px solid rgba(32, 216, 255, 0.38);
	border-radius: 999px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	flex: 0 0 24px;
	float: none;
	height: 24px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 24px;
}

.development-page .nhf-development-profile-v1-main .min-expand-gallery:before,
.development-page .nhf-development-profile-v1-main .min-expand-gallery:after {
	background: #20d8ff;
	border-radius: 999px;
	content: "";
	display: block;
	height: 2px;
	left: 6px;
	position: absolute;
	top: 10px;
	width: 10px;
}

.development-page .nhf-development-profile-v1-main .min-expand-gallery.maximize:after {
	transform: rotate(90deg);
}

.development-page .nhf-development-profile-v1-main #gallery ul.gallery {
	align-items: stretch;
	clear: both;
	cursor: default;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 266px));
	justify-content: start;
	justify-items: stretch;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main #gallery ul.gallery:before,
.development-page .nhf-development-profile-v1-main #gallery ul.gallery:after {
	content: none;
	display: none;
}

.development-page .nhf-development-profile-v1-main #gallery ul.gallery:last-child {
	margin-bottom: 0;
}

.development-page .nhf-development-profile-v1-main #gallery ul.gallery li {
	background: rgba(3, 15, 23, 0.74);
	border: 1px solid rgba(140, 177, 199, 0.28);
	border-radius: 8px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	box-sizing: border-box;
	float: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
	width: auto;
}

.development-page .nhf-development-profile-v1-main #gallery ul.gallery li:hover {
	border-color: rgba(32, 216, 255, 0.44);
	box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(32, 216, 255, 0.18);
	transform: translateY(-2px);
}

.development-page .nhf-development-profile-v1-main #gallery .gallery-image-container {
	background: #04131d;
	border: 0;
	border-bottom: 1px solid rgba(32, 216, 255, 0.14);
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	padding-bottom: 62%;
	position: relative;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main #gallery .gallery-image-container img {
	display: block;
	height: 100%;
	inset: 0;
	margin: 0;
	object-fit: cover;
	position: absolute;
	transform: scale(1.01);
	transition: transform 220ms ease, filter 220ms ease;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main #gallery ul.gallery li:hover .gallery-image-container img {
	filter: saturate(1.08);
	transform: scale(1.045);
}

.development-page .nhf-development-profile-v1-main #gallery .image-expand {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.36));
	inset: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 180ms ease;
	z-index: 2;
}

.development-page .nhf-development-profile-v1-main #gallery .image-expand:after {
	align-items: center;
	background: rgba(2, 12, 18, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
	color: #fff;
	content: "+";
	display: flex;
	font: 800 21px/1 Arial, sans-serif;
	height: 34px;
	justify-content: center;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 34px;
}

.development-page .nhf-development-profile-v1-main #gallery .gallery-image-container:hover .image-expand,
.development-page .nhf-development-profile-v1-main #gallery ul.gallery li:hover .image-expand {
	opacity: 1;
}

.development-page .nhf-development-profile-v1-main #gallery .image-bar {
	background: transparent;
	bottom: auto;
	box-sizing: border-box;
	color: rgba(244, 248, 251, 0.9);
	height: auto;
	min-height: 66px;
	overflow: visible;
	padding: 13px 14px 15px;
	position: relative;
	white-space: normal;
}

.development-page .nhf-development-profile-v1-main #gallery .image-title {
	color: rgba(244, 248, 251, 0.9);
	display: -webkit-box;
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	height: auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.35;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: static;
	text-align: left;
	text-overflow: ellipsis;
	width: 100%;
}

.development-page .nhf-development-featured-host {
	margin-top: 24px;
}

@media screen and (max-width: 700px) {
.development-page .nhf-development-featured-host + .spacer {
		display: none;
		height: 0;
	}
}

.development-page .nhf-dev-page-notice {
	color: rgba(244, 248, 251, 0.62);
	float: none;
	font-family: "Open Sans", Arial, sans-serif;
	margin-top: -22px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1640px;
	padding-left: 0;
	padding-right: 0;
}

.development-page .dev-last-updated {
	color: rgba(244, 248, 251, 0.72);
	float: none;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.45;
	margin: 0 0 8px;
}

.development-page .about-disclaimer {
	color: rgba(244, 248, 251, 0.62);
	float: none;
	margin: 0;
}

.development-page .about-disclaimer p {
	color: rgba(244, 248, 251, 0.62);
	float: none;
	font-size: 12px;
	line-height: 1.45;
	margin: 0 0 7px;
}

.development-page .about-disclaimer p:last-child {
	margin-bottom: 0;
}

.development-page .nhf-dev-inline-notice {
	display: inline-block;
	margin-left: 8px;
	position: relative;
	vertical-align: middle;
	z-index: 5;
}

.development-page .nhf-dev-inline-notice summary {
	align-items: center;
	background: rgba(25, 191, 234, 0.12);
	border: 1px solid rgba(25, 191, 234, 0.64);
	border-radius: 50%;
	color: #19bfea;
	cursor: pointer;
	display: inline-flex;
	font: 900 12px/1 "Open Sans", Arial, sans-serif;
	height: 21px;
	justify-content: center;
	list-style: none;
	width: 21px;
}

.development-page .nhf-dev-inline-notice summary::-webkit-details-marker {
	display: none;
}

.development-page .nhf-dev-inline-notice p {
	background: rgba(3, 14, 22, 0.97);
	border: 1px solid rgba(25, 191, 234, 0.5);
	border-radius: 6px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
	color: rgba(255, 255, 255, 0.86);
	font: 700 12px/1.35 "Open Sans", Arial, sans-serif;
	margin: 8px 0 0;
	max-width: min(260px, calc(100vw - 42px));
	padding: 10px 12px;
	position: absolute;
	right: 0;
	text-align: left;
	width: 248px;
}

@media (max-width: 900px) {
.development-page.nhf-shared-site-header #top-search-form {
		display: none;
	}

.development-page.nhf-shared-site-header .nhf-mobile-search-header-open {
		display: inline-flex;
		height: 32px;
		top: 0;
	}

.development-page.nhf-shared-site-header header + .container_all,
	.development-page .nhf-development-profile-v1-main > .container_all {
		padding-left: 18px;
		padding-right: 18px;
	}

.development-page .nhf-development-profile-v1 .top-title h1 {
		font-size: 35px;
	}

.development-page .nhf-development-profile-v1 .top-title h2 {
		font-size: 22px;
	}

.development-page .nhf-development-profile-v1-main article {
		padding: 0;
	}

.development-page .nhf-development-profile-v1-main .banner-image {
		min-height: 450px;
	}

.development-page .nhf-development-profile-v1-main .content section > .always-100,
	.development-page .nhf-dev-contact-grid {
		grid-template-columns: 1fr;
	}

.development-page .nhf-development-profile-v1-main .about-container,
	.development-page .nhf-dev-contact-rail,
	.development-page .nhf-dev-contact-card,
	.development-page .nhf-dev-description-copy {
		grid-column: auto;
		grid-row: auto;
	}

.development-page .nhf-development-profile-v1-main .about-container {
		display: contents;
	}

.development-page .nhf-development-profile-v1-main .about-container header {
		grid-column: 1;
		order: 1;
	}

.development-page .nhf-dev-mobile-image-reel {
		grid-column: 1;
		order: 2;
	}

.development-page .nhf-dev-mobile-contact-map {
		border-radius: 8px;
			display: block;
			grid-column: 1;
			height: 188px;
			max-width: none;
			order: 3;
			width: 100%;
	}

.development-page .nhf-dev-mobile-contact-map:after,
	.development-page .nhf-dev-mobile-contact-map:before {
		content: none;
	}

.development-page .nhf-dev-mobile-contact-map .nhf-dev-contact-map-expand {
		align-items: center;
		background: rgba(2, 12, 18, 0.56) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.5 4H4v4.5M4 4l6.2 6.2M15.5 20H20v-4.5M20 20l-6.2-6.2M15.5 4H20v4.5M20 4l-6.2 6.2M8.5 20H4v-4.5M4 20l6.2-6.2' stroke='white' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 19px 19px no-repeat;
		border: 1px solid rgba(255, 255, 255, 0.26);
		border-radius: 999px;
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
		box-sizing: border-box;
		color: #fff;
		display: flex;
		font: 700 18px/1 Arial, sans-serif;
		height: 34px;
		justify-content: center;
		position: absolute;
		right: 12px;
		text-decoration: none;
		top: 12px;
		width: 36px;
		z-index: 7;
	}

.development-page .nhf-development-profile-v1-main #gallery {
		display: none;
	}

.development-page .nhf-development-profile-v1-main #map-spot {
		display: none;
	}

.development-page .nhf-dev-contact-rail {
		display: none;
	}

.development-page .nhf-dev-contact-card .nhf-dev-contact-map {
		display: none;
	}

.development-page .nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-card {
		display: none;
		order: 4;
	}

.development-page .nhf-development-profile-v1-main .about-container > .always-100 {
		grid-column: 1;
		order: 4;
	}

.development-page .nhf-development-profile-v1-main .hours-and-promo-container,
	.development-page .nhf-development-profile-v1-main .news-and-articles-container {
		grid-column: 1;
		order: 5;
	}

.development-page .nhf-dev-contact-map {
		max-width: 360px;
	}

.development-page .nhf-dev-mobile-contact-map {
		max-width: none;
	}

.development-page .nhf-dev-map-drawer__sheet {
		display: block;
		max-height: min(72vh, 540px);
		max-width: none;
		overflow: auto;
		padding: 22px 18px calc(18px + env(safe-area-inset-bottom));
		width: 100vw;
	}

.development-page .nhf-dev-map-drawer__image {
		min-height: 184px;
		width: 100%;
	}

.development-page .nhf-dev-map-drawer__content {
		padding: 14px 4px 0;
	}

.development-page .nhf-dev-map-drawer__content h2 {
		font-size: 27px;
		line-height: 1.08;
		margin-bottom: 7px;
	}

.development-page .nhf-dev-map-drawer__city,
	.development-page .nhf-dev-map-drawer__builder,
	.development-page .nhf-dev-map-drawer__address {
		font-size: 14px;
	}
}

@media (max-width: 760px) {
.development-page .nhf-dev-map-drawer__back.nhf-mobile-map-back {
		background: #05080b;
		border: 1px solid rgba(255, 255, 255, 0.16);
		border-radius: 10px;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
		color: transparent;
		font-size: 0;
		gap: 0;
		height: 46px;
		max-width: none;
		min-width: 0;
		overflow: hidden;
		padding: 0;
		text-indent: -9999px;
		width: 52px;
	}

.development-page .nhf-dev-map-drawer__back.nhf-mobile-map-back:before {
		background: #fff;
		height: 24px;
		width: 24px;
	}

.development-page .nhf-dev-map-drawer .gm-bundled-control {
		display: none !important;
	}
}

.search-page.search-development .nhf-dev-map-drawer {
	background: #03101a;
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 180ms ease;
	z-index: 1000000;
}

.search-page.search-development .nhf-dev-map-drawer[aria-hidden="false"] {
	opacity: 1;
	pointer-events: auto;
}

.search-page.search-development .nhf-dev-map-drawer__map {
	height: 100%;
	width: 100%;
}

.search-page.search-development .nhf-dev-map-drawer__logo.nhf-map-logo-badge {
	align-items: center;
	background: rgba(3, 13, 21, 0.76);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
	display: flex !important;
	height: 40px;
	left: 50%;
	padding: 8px 14px;
	position: fixed;
	top: calc(16px + env(safe-area-inset-top));
	transform: translateX(-50%);
	width: auto;
	z-index: 1000005;
}

.search-page.search-development .nhf-dev-map-drawer__logo img {
	display: block;
	max-height: 22px;
	width: 168px;
}

.search-page.search-development .nhf-dev-map-drawer__back.nhf-mobile-map-back {
	align-items: center;
	background: rgba(255, 255, 255, 0.96);
	border: 2px solid #20d8ff;
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.42), 0 0 0 4px rgba(3, 16, 26, 0.28);
	color: #00121b;
	cursor: pointer;
	display: inline-flex !important;
	font: 900 15px/1 "Open Sans", Arial, sans-serif;
	gap: 8px;
	height: 52px;
	justify-content: center;
	left: calc(12px + env(safe-area-inset-left));
	letter-spacing: 0;
	min-width: 112px;
	padding: 0 18px 0 15px;
	position: fixed;
	top: calc(14px + env(safe-area-inset-top));
	width: auto;
	z-index: 1000006;
}

.search-page.search-development .nhf-dev-map-drawer__back.nhf-mobile-map-back:before {
	background: #00121b;
	content: "";
	flex: 0 0 auto;
	height: 22px;
	-webkit-mask: url("../i/nhf-map-arrow-right.svg") center center / contain no-repeat;
	mask: url("../i/nhf-map-arrow-right.svg") center center / contain no-repeat;
	transform: rotate(180deg);
	width: 22px;
}

.search-page.search-development .nhf-dev-map-drawer__sheet {
	--nhf-dev-map-sheet-drag-y: 0px;
	background: radial-gradient(circle at 50% 100%, rgba(37, 199, 255, 0.22), transparent 44%), linear-gradient(180deg, #00060b 0%, #020b13 56%, #061929 100%);
	border: 1px solid rgba(104, 154, 190, 0.58);
	border-bottom: 0;
	border-radius: 24px 24px 0 0;
	bottom: 0;
	box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.55);
	box-sizing: border-box;
	color: #fff;
	display: grid;
	gap: 10px 22px;
	grid-template-areas:
		"handle handle"
		"content image";
	grid-template-columns: minmax(0, 1fr) minmax(320px, 486px);
	left: 50%;
	max-height: min(64vh, 390px);
	max-width: 920px;
	overflow: hidden;
	padding: 10px 18px calc(18px + env(safe-area-inset-bottom));
	position: fixed;
	transform: translate(-50%, var(--nhf-dev-map-sheet-drag-y));
	transition: transform 180ms ease;
	width: min(100vw, 920px);
	z-index: 1000004;
}

.search-page.search-development .nhf-dev-map-drawer__sheet:not(:has(.nhf-dev-map-drawer__image)) {
	grid-template-areas:
		"handle"
		"content";
	grid-template-columns: 1fr;
}

.search-page.search-development .nhf-dev-map-drawer__sheet .nhf-map-info-sheet-handle {
	background: transparent;
	cursor: default;
	grid-area: handle;
	height: 24px;
	margin: 0;
	position: relative;
	width: 100%;
}

.search-page.search-development .nhf-dev-map-drawer__sheet .nhf-map-info-sheet-handle:before {
	background: rgba(255, 255, 255, 0.78);
	border-radius: 999px;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	top: 10px;
	transform: translateX(-50%);
	width: 54px;
}

.search-page.search-development .nhf-dev-map-drawer__image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 17px;
	grid-area: image;
	height: 188px;
	min-height: 0;
	overflow: hidden;
	position: relative;
}

.search-page.search-development .nhf-dev-map-drawer__image span {
	align-items: center;
	background: rgba(255, 255, 255, 0.92);
	border-radius: 8px;
	bottom: 14px;
	display: inline-flex;
	left: 14px;
	max-width: 150px;
	min-height: 58px;
	padding: 8px 12px;
	position: absolute;
}

.search-page.search-development .nhf-dev-map-drawer__image img {
	display: block;
	max-height: 50px;
	max-width: 126px;
	object-fit: contain;
}

.search-page.search-development .nhf-dev-map-drawer__content {
	align-self: start;
	font-family: Roboto, Arial, sans-serif;
	grid-area: content;
	min-width: 0;
	padding: 8px 6px 0 2px;
}

.search-page.search-development .nhf-dev-map-drawer__eyebrow {
	color: #16d8ff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.search-page.search-development .nhf-dev-map-drawer__content h2,
.search-page.search-development .nhf-dev-map-drawer__content h2 a {
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.05;
	margin: 0 0 12px;
	text-decoration: none;
}

.search-page.search-development .nhf-dev-map-drawer__city,
.search-page.search-development .nhf-dev-map-drawer__builder,
.search-page.search-development .nhf-dev-map-drawer__address {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	line-height: 1.35;
	margin: 0 0 7px;
}

.search-page.search-development .nhf-dev-map-drawer__city {
	align-items: center;
	display: flex;
	gap: 8px;
}

.search-page.search-development .nhf-dev-map-drawer__city span {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.2 7-12A7 7 0 0 0 5 9c0 6.8 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.4'/%3E%3C/svg%3E") center center / contain no-repeat;
	display: inline-block;
	height: 17px;
	width: 17px;
}

@media (max-width: 640px) {
.development-page.nhf-shared-site-header header + .container_all,
		.development-page .nhf-development-profile-v1-main > .container_all {
			padding-left: 1px;
			padding-right: 1px;
		}

.development-page {
		padding-bottom: calc(88px + env(safe-area-inset-bottom));
	}

.development-page .nhf-development-profile-v1 .top-label {
			padding: 0 !important;
		}

.development-page .nhf-development-profile-v1 .top-title {
		box-sizing: border-box;
		display: block;
		margin-top: 8px;
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}

.development-page .nhf-development-profile-v1 .breadcrumb {
		margin-bottom: 20px;
	}

.development-page .nhf-development-profile-v1 .breadcrumb a,
	.development-page .nhf-development-profile-v1 .breadcrumb span {
		font-size: 16px;
		padding: 12px 24px 12px 18px;
	}

.development-page .nhf-development-profile-v1 .breadcrumb a:after,
	.development-page .nhf-development-profile-v1 .breadcrumb span:after {
		border-bottom-width: 20px;
		border-left-width: 10px;
		border-top-width: 20px;
		right: -10px;
	}

.development-page .nhf-development-profile-v1 .top-title h1 {
		font-size: 25px;
		font-weight: 800;
		line-height: 1.12;
		margin-bottom: 10px;
	}

.development-page .nhf-development-profile-v1 .top-title h1 .name {
		display: block;
		font-weight: 800;
		line-height: 1.12;
	}

.development-page .nhf-development-profile-v1 .top-title h1 .nhf-dev-builder-line,
	.development-page .nhf-development-profile-v1 .top-title h1 .nhf-dev-builder-break {
		display: none;
	}

.development-page .nhf-development-profile-v1 .top-title h2 {
		display: none;
	}

.development-page .nhf-dev-mobile-title-meta {
		align-items: center;
		color: rgba(222, 229, 236, 0.82);
		display: flex;
		flex-wrap: nowrap;
		float: none;
		font-size: 14px;
		gap: 12px;
		justify-content: space-between;
		line-height: 1.35;
		margin: 0;
		padding: 0 0 10px;
		text-align: left;
	}

.development-page .nhf-dev-mobile-title-meta a {
		color: #1ed2ff;
		font-size: 13px;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 2px;
	}

.development-page .nhf-dev-mobile-location,
	.development-page .nhf-dev-mobile-builder {
		align-items: center;
		flex: 1 1 auto;
		display: inline-flex;
		gap: 8px;
		min-width: 0;
	}

.development-page .nhf-dev-mobile-price {
		align-items: baseline;
		color: rgba(231, 235, 240, 0.78);
		display: inline-flex;
		flex: 0 0 auto;
		gap: 3px;
		line-height: 1;
		margin-left: auto;
		white-space: nowrap;
	}

.development-page .nhf-dev-mobile-price span {
		font-size: 12px;
		font-weight: 400;
	}

.development-page .nhf-dev-mobile-price strong {
		color: #1ed2ff;
		font-size: 19px;
		font-weight: 800;
		line-height: 1;
	}

.development-page .nhf-dev-mobile-location > span {
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 22' fill='none'%3E%3Cpath d='M9 20s6-5.5 6-11A6 6 0 1 0 3 9c0 5.5 6 11 6 11Z' fill='%23aab4c1'/%3E%3Ccircle cx='9' cy='9' r='2.1' fill='%23020e16'/%3E%3C/svg%3E") center center / contain no-repeat;
		display: inline-block;
		flex: 0 0 auto;
		height: 17px;
		width: 14px;
	}

.development-page .nhf-dev-mobile-divider {
		background: rgba(170, 180, 193, 0.36);
		display: inline-block;
		flex: 0 0 auto;
		height: 15px;
		margin: 0 5px;
		width: 1px;
	}

.development-page .nhf-dev-mobile-title-facts {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		float: none;
		gap: 8px 10px;
		margin: 0;
		padding: 0;
	}

.development-page .nhf-dev-mobile-title-facts--has-price {
		margin-bottom: 0;
	}

.development-page .nhf-dev-title-price-row span {
		font-size: 13px;
	}

.development-page .nhf-dev-title-price-row strong {
		font-size: 23px;
	}

.development-page .nhf-dev-title-price-row {
		display: none;
	}

.development-page .nhf-dev-mobile-offering {
		align-items: center;
		border: 1px solid #1ed2ff;
		border-radius: 7px;
		color: #1ed2ff;
		display: inline-flex;
		font-size: 13px;
		gap: 6px;
		line-height: 1.2;
		margin: 0;
		max-width: 100%;
		padding: 5px 8px;
		text-decoration: none;
	}

.development-page .nhf-dev-mobile-offering > span {
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M3 18.5V9.2L11 3l8 6.2v9.3' stroke='%231ed2ff' stroke-width='1.5'/%3E%3Cpath d='M7 18.5v-6h8v6M5.5 11h11' stroke='%231ed2ff' stroke-width='1.5'/%3E%3C/svg%3E") center center / contain no-repeat;
		display: inline-block;
		flex: 0 0 auto;
		height: 16px;
		width: 18px;
	}

.development-page .nhf-dev-mobile-size {
		align-items: center;
		color: rgba(222, 229, 236, 0.84);
		display: inline-flex;
		font-size: 13px;
		gap: 6px;
		line-height: 1.25;
	}

.development-page .nhf-dev-mobile-size > span {
		border: 2px solid rgba(170, 180, 193, 0.9);
		border-radius: 3px;
		display: inline-block;
		flex: 0 0 auto;
		height: 16px;
		position: relative;
		width: 16px;
	}

.development-page .nhf-dev-mobile-size > span:after {
		background: rgba(170, 180, 193, 0.9);
		bottom: 3px;
		content: "";
		height: 2px;
		position: absolute;
		right: 3px;
		width: 2px;
	}

.development-page .nhf-development-profile-v1-main .tab-nav-container nav {
		display: none;
	}

.development-page .nhf-dev-mobile-plan-actions {
		box-sizing: border-box;
		display: grid;
		gap: 12px;
		grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
		margin: -8px 0 18px;
		width: 100%;
	}

.development-page .nhf-dev-mobile-plan-actions--single {
		grid-template-columns: minmax(0, 50%);
		padding-left: 10px;
	}

.development-page .nhf-dev-mobile-plan-action {
		-webkit-appearance: none;
		align-items: center;
		background: rgba(3, 16, 28, 0.92);
		border: 1px solid rgba(32, 216, 255, 0.92);
		border-radius: 8px;
		box-shadow: inset 0 0 18px rgba(32, 216, 255, 0.06);
		box-sizing: border-box;
		color: #20d8ff;
		cursor: pointer;
		display: inline-flex;
		font: 800 16px/1 "Open Sans", Arial, sans-serif;
		gap: 10px;
		height: 48px;
		justify-content: center;
		letter-spacing: 0;
		margin: 0;
		min-height: 48px;
		min-width: 0;
		padding: 0 14px;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		width: 100%;
	}

.development-page .nhf-dev-mobile-plan-action:hover,
	.development-page .nhf-dev-mobile-plan-action:focus {
		background: rgba(7, 31, 43, 0.96);
		border-color: #20d8ff;
		color: #7ce9ff;
		text-decoration: none;
	}

.development-page .nhf-dev-mobile-plan-action > span:first-child {
		background: currentColor;
		display: inline-block;
		flex: 0 0 auto;
		height: 20px;
		width: 20px;
		-webkit-mask: center / contain no-repeat;
		mask: center / contain no-repeat;
	}

.development-page .nhf-dev-mobile-siteplan-action > span:first-child {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.2 4 7.6 2.7L21 4.6v15.2l-5.2 2.1-7.6-2.7L3 21.4V6.2L8.2 4Zm1 2.5v10.9l5.6 2V8.5l-5.6-2Zm7.6 2v10.6l2.2-.9V7.6l-2.2.9ZM5 7.8v10.6l2.2-.9V6.9L5 7.8Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.2 4 7.6 2.7L21 4.6v15.2l-5.2 2.1-7.6-2.7L3 21.4V6.2L8.2 4Zm1 2.5v10.9l5.6 2V8.5l-5.6-2Zm7.6 2v10.6l2.2-.9V7.6l-2.2.9ZM5 7.8v10.6l2.2-.9V6.9L5 7.8Z'/%3E%3C/svg%3E");
	}

.development-page .nhf-dev-mobile-models-action {
		background: linear-gradient(180deg, #26dcff, #11bee7);
		border-color: transparent;
		color: #00121b;
		font-weight: 900;
	}

.development-page .nhf-dev-mobile-models-action:hover,
	.development-page .nhf-dev-mobile-models-action:focus {
		background: linear-gradient(180deg, #48e4ff, #16c7ef);
		color: #00121b;
	}

.development-page .nhf-dev-mobile-models-action > span:first-child {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h10.2L20 9.8V20H4V4Zm2 2v12h12v-7h-5V6H6Zm8.5.6V9H17l-2.5-2.4ZM8 12h8v1.7H8V12Zm0 3.2h5.8V17H8v-1.8Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h10.2L20 9.8V20H4V4Zm2 2v12h12v-7h-5V6H6Zm8.5.6V9H17l-2.5-2.4ZM8 12h8v1.7H8V12Zm0 3.2h5.8V17H8v-1.8Z'/%3E%3C/svg%3E");
	}

.development-page .nhf-development-profile-v1-main .tab-nav-container nav::-webkit-scrollbar {
		display: none;
	}

.development-page .nhf-development-profile-v1-main .main-tab-nav {
		background: transparent;
		display: flex;
		gap: 6px;
		min-height: 50px;
		min-width: 0;
		padding: 0;
		width: 100%;
	}

.development-page .nhf-development-profile-v1-main .tab-nav li {
		background: rgba(255, 255, 255, 0.035);
		border: 1px solid rgba(255, 255, 255, 0.28);
		border-bottom-color: rgba(255, 255, 255, 0.18);
		border-radius: 9px 9px 0 0;
		box-shadow: none;
		flex: 0 0 auto;
		font-size: 13px;
		font-weight: 700;
		height: 50px;
		min-height: 50px;
		min-width: 82px;
		overflow: hidden;
		padding: 0 11px;
		position: relative;
	}

.development-page .nhf-development-profile-v1-main .tab-nav li:first-child {
		box-shadow: none;
	}

.development-page .nhf-development-profile-v1-main .tab-nav li > div {
		flex-direction: column;
		gap: 3px;
	}

.development-page .nhf-development-profile-v1-main .tab-nav li div span:first-child {
		height: 24px;
		width: 24px;
	}

.development-page .nhf-development-profile-v1-main .tab-nav li span:nth-child(2),
	.development-page .nhf-development-profile-v1-main .tab-nav li span:nth-child(3) {
		line-height: 1;
		margin-top: 0;
	}

.development-page .nhf-development-profile-v1-main .tab-nav li small {
		display: none;
	}

.development-page .nhf-development-profile-v1-main .tab-nav li.about-tab,
	.development-page .nhf-development-profile-v1-main .tab-nav li.gallery-tab,
	.development-page .nhf-development-profile-v1-main .tab-nav li.video-tab {
		display: none;
	}

.development-page .nhf-development-profile-v1-main .tab-nav li.current {
		background: rgba(7, 25, 37, 0.95);
		border: 1px solid transparent;
		border-bottom: 3px solid #00d2ff;
		box-shadow: inset 0 0 0 1px rgba(41, 199, 255, 0.42);
		color: #21d5ff;
	}

.development-page .nhf-development-profile-v1-main .tab-nav li.current:after {
		background: linear-gradient(135deg, #21c5e8, #06a9df);
		bottom: 0;
		content: "";
		height: 2px;
		left: 10px;
		position: absolute;
		right: 10px;
	}

.development-page .nhf-development-profile-v1-main article {
			padding: 0;
		}

.development-page .nhf-development-profile-v1-main .about-container header {
					contain: paint;
					isolation: isolate;
					margin: 0;
				overflow: hidden;
				position: relative;
				transform: translateZ(0);
				justify-self: stretch;
				max-width: 100%;
				min-width: 0;
				width: 100%;
			}

.development-page .nhf-development-profile-v1-main .banner-image {
					aspect-ratio: 2.15 / 1;
					border-radius: 0 10px 0 0 !important;
					border-top-left-radius: 0 !important;
					-webkit-clip-path: inset(0 round 0 10px 0 0);
					clip-path: inset(0 round 0 10px 0 0);
				min-height: 0;
				max-width: 100%;
			min-width: 0;
			overflow: hidden;
			position: relative;
			width: 100%;
		}

.development-page .nhf-development-profile-v1-main .banner-images {
		display: none;
	}

.development-page .nhf-development-profile-v1-main .banner-image .headline-container {
		display: none;
	}

.development-page .nhf-development-profile-v1-main .banner-image > .banner-flag {
		display: none;
	}

.development-page .nhf-dev-banner-summary {
		align-items: center;
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		box-sizing: border-box;
		color: rgba(255, 255, 255, 0.94);
		display: flex;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.34;
		margin: 0;
		max-height: 72px;
		min-height: 58px;
		overflow: hidden;
		padding: 10px 62px 11px 14px;
		position: absolute;
		right: 0;
		left: 0;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.72);
		z-index: 3;
	}

.development-page .nhf-development-profile-v1-main .nhf-dev-mobile-banner-flag {
		background-size: 94px auto;
		background-repeat: no-repeat;
		display: block;
		height: 94px;
		left: 0;
		position: absolute;
		right: auto;
		top: 0;
		width: 94px;
		z-index: 3;
	}

.development-page .nhf-dev-banner-save {
		align-items: center;
		background: rgba(2, 12, 18, 0.34);
		border: 0;
		border-radius: 999px;
		color: #fff;
		cursor: pointer;
		display: inline-flex;
		height: 34px;
		justify-content: center;
		padding: 0;
		position: absolute;
		right: 14px;
		top: auto;
		bottom: 12px;
		width: 36px;
		z-index: 4;
	}

.development-page .nhf-dev-banner-save svg {
		display: block;
		height: 25px;
		overflow: visible;
		width: 27px;
	}

.development-page .nhf-dev-banner-save path {
		fill: rgba(0, 0, 0, 0.08);
		stroke: currentColor;
		stroke-linejoin: round;
		stroke-width: 2.4;
	}

.development-page .nhf-dev-banner-save.nhf-development-saved {
		color: #ff4d7d;
		filter: drop-shadow(0 3px 8px rgba(255, 77, 125, 0.42));
	}

.development-page .nhf-dev-banner-save.nhf-development-saved path {
		fill: currentColor;
	}

.development-page .nhf-dev-banner-save:focus-visible {
			outline: 2px solid #21d5ff;
			outline-offset: 3px;
		}

.development-page .nhf-dev-title-save {
			display: none;
		}

.development-page .nhf-dev-sticky-footer {
				align-items: center;
			backdrop-filter: blur(16px);
			-webkit-backdrop-filter: blur(16px);
			background: rgba(2, 13, 20, 0.94);
			border-bottom: 1px solid #000;
			border-top: 1px solid rgba(41, 199, 255, 0.32);
			box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.34);
		box-sizing: border-box;
		display: flex;
		gap: 9px;
		left: 0;
		margin: 0;
		padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
		position: fixed;
		right: 0;
		bottom: 0;
		width: 100%;
		z-index: 980;
	}

.development-page .nhf-dev-sticky-action {
			-webkit-appearance: none;
			align-items: center;
			background: rgba(255, 255, 255, 0.055);
			border: 1px solid rgba(255, 255, 255, 0.2);
			border-bottom-color: rgba(255, 255, 255, 0.28);
			border-radius: 8px;
		box-sizing: border-box;
		color: #fff;
		cursor: pointer;
		display: inline-flex;
		flex: 1 1 0;
		flex-direction: column;
		font: 800 12px/1.1 "Open Sans", Arial, sans-serif;
		gap: 5px;
		height: 58px;
		justify-content: center;
		letter-spacing: 0;
		margin: 0;
		min-width: 0;
		padding: 7px 4px;
		text-align: center;
		text-decoration: none;
		text-transform: none;
	}

.development-page .nhf-dev-sticky-action:hover,
		.development-page .nhf-dev-sticky-action:focus {
			background: rgba(255, 255, 255, 0.09);
			border-color: rgba(41, 199, 255, 0.62);
			border-bottom-color: rgba(41, 199, 255, 0.72);
			color: #fff;
		text-decoration: none;
	}

.development-page .nhf-dev-sticky-action:focus-visible {
		outline: 2px solid #21d5ff;
		outline-offset: -3px;
	}

.development-page .nhf-dev-sticky-action svg,
	.development-page .nhf-dev-sticky-action > span:first-child {
		display: block;
		flex: 0 0 auto;
		height: 23px;
		width: 24px;
	}

.development-page .nhf-dev-sticky-action svg {
		overflow: visible;
	}

.development-page .nhf-dev-sticky-save path {
		fill: rgba(0, 0, 0, 0.08);
		stroke: currentColor;
		stroke-linejoin: round;
		stroke-width: 2.4;
	}

.development-page .nhf-dev-sticky-save.nhf-development-saved {
		color: #ff4d7d;
	}

.development-page .nhf-dev-sticky-save.nhf-development-saved path {
		fill: currentColor;
	}

.development-page .nhf-dev-sticky-save.nhf-development-saved > span:last-child {
		font-size: 0;
	}

.development-page .nhf-dev-sticky-save.nhf-development-saved > span:last-child:after {
		content: "Saved";
		font-size: 12px;
	}

.development-page .nhf-dev-sticky-email,
	.development-page .nhf-dev-sticky-website,
	.development-page .nhf-dev-sticky-phone {
		color: #19bfea;
	}

.development-page .nhf-dev-sticky-email > span:first-child,
	.development-page .nhf-dev-sticky-website > span:first-child,
	.development-page .nhf-dev-sticky-phone > span:first-child {
		background: currentColor;
		-webkit-mask: center / contain no-repeat;
		mask: center / contain no-repeat;
	}

.development-page .nhf-dev-sticky-email > span:first-child {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6.5A2.5 2.5 0 0 1 5.5 4h13A2.5 2.5 0 0 1 21 6.5v11a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 17.5v-11Zm2.5-.7a.7.7 0 0 0-.7.7v.4l7.2 4.6 7.2-4.6v-.4a.7.7 0 0 0-.7-.7h-13Zm13.7 3.2-6.7 4.3a1 1 0 0 1-1 0L4.8 9v8.5c0 .4.3.7.7.7h13c.4 0 .7-.3.7-.7V9Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6.5A2.5 2.5 0 0 1 5.5 4h13A2.5 2.5 0 0 1 21 6.5v11a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 17.5v-11Zm2.5-.7a.7.7 0 0 0-.7.7v.4l7.2 4.6 7.2-4.6v-.4a.7.7 0 0 0-.7-.7h-13Zm13.7 3.2-6.7 4.3a1 1 0 0 1-1 0L4.8 9v8.5c0 .4.3.7.7.7h13c.4 0 .7-.3.7-.7V9Z'/%3E%3C/svg%3E");
	}

.development-page .nhf-dev-sticky-website > span:first-child {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.8a9.2 9.2 0 1 0 0 18.4 9.2 9.2 0 0 0 0-18.4Zm6.9 8.3h-3.1a14.6 14.6 0 0 0-1.2-5.2 7.4 7.4 0 0 1 4.3 5.2Zm-6.9-6.5c.5.7 1.7 2.7 1.9 6.5h-3.8c.2-3.8 1.4-5.8 1.9-6.5Zm-2.6 1.3a14.6 14.6 0 0 0-1.2 5.2H5.1a7.4 7.4 0 0 1 4.3-5.2Zm-4.3 7h3.1c.1 2 .5 3.8 1.2 5.2a7.4 7.4 0 0 1-4.3-5.2Zm6.9 6.5c-.5-.7-1.7-2.7-1.9-6.5h3.8c-.2 3.8-1.4 5.8-1.9 6.5Zm2.6-1.3c.7-1.4 1.1-3.2 1.2-5.2h3.1a7.4 7.4 0 0 1-4.3 5.2Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.8a9.2 9.2 0 1 0 0 18.4 9.2 9.2 0 0 0 0-18.4Zm6.9 8.3h-3.1a14.6 14.6 0 0 0-1.2-5.2 7.4 7.4 0 0 1 4.3 5.2Zm-6.9-6.5c.5.7 1.7 2.7 1.9 6.5h-3.8c.2-3.8 1.4-5.8 1.9-6.5Zm-2.6 1.3a14.6 14.6 0 0 0-1.2 5.2H5.1a7.4 7.4 0 0 1 4.3-5.2Zm-4.3 7h3.1c.1 2 .5 3.8 1.2 5.2a7.4 7.4 0 0 1-4.3-5.2Zm6.9 6.5c-.5-.7-1.7-2.7-1.9-6.5h3.8c-.2 3.8-1.4 5.8-1.9 6.5Zm2.6-1.3c.7-1.4 1.1-3.2 1.2-5.2h3.1a7.4 7.4 0 0 1-4.3 5.2Z'/%3E%3C/svg%3E");
	}

.development-page .nhf-dev-sticky-phone > span:first-child {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.1 3.3 10 6.2c.7.7.7 1.8.1 2.6l-1 1.3c.8 1.7 2.1 3 3.8 3.8l1.3-1c.8-.6 1.9-.6 2.6.1l2.9 2.9c.6.6.7 1.6.2 2.4-.7 1.1-2.1 2.6-4.1 2.6C9 20.9 3.1 15 3.1 8.2c0-2 1.5-3.4 2.6-4.1.8-.5 1.8-.4 2.4.2Zm-1 2.5c-.7.5-1.2 1.3-1.2 2.4 0 5.8 4.7 10.5 10.5 10.5 1.1 0 1.9-.5 2.4-1.2l-2.4-2.4-1.6 1.2c-.3.2-.7.3-1.1.1-2.6-1.1-4.6-3.1-5.7-5.7-.2-.4-.1-.8.1-1.1l1.2-1.6-2.2-2.2Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.1 3.3 10 6.2c.7.7.7 1.8.1 2.6l-1 1.3c.8 1.7 2.1 3 3.8 3.8l1.3-1c.8-.6 1.9-.6 2.6.1l2.9 2.9c.6.6.7 1.6.2 2.4-.7 1.1-2.1 2.6-4.1 2.6C9 20.9 3.1 15 3.1 8.2c0-2 1.5-3.4 2.6-4.1.8-.5 1.8-.4 2.4.2Zm-1 2.5c-.7.5-1.2 1.3-1.2 2.4 0 5.8 4.7 10.5 10.5 10.5 1.1 0 1.9-.5 2.4-1.2l-2.4-2.4-1.6 1.2c-.3.2-.7.3-1.1.1-2.6-1.1-4.6-3.1-5.7-5.7-.2-.4-.1-.8.1-1.1l1.2-1.6-2.2-2.2Z'/%3E%3C/svg%3E");
	}

.development-page .nhf-dev-lead-drawer {
		bottom: 0;
		display: flex;
		font-family: "Open Sans", Arial, sans-serif;
		hyphens: none;
		justify-content: center;
		left: 0;
		overflow: hidden;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 1200;
	}

.development-page .nhf-dev-lead-drawer[hidden],
	.development-page .nhf-dev-lead-drawer[aria-hidden="true"] {
		display: none;
	}

.development-page .nhf-dev-lead-drawer__backdrop {
		backdrop-filter: blur(7px);
		-webkit-backdrop-filter: blur(7px);
		background: rgba(0, 0, 0, 0.62);
		inset: 0;
		position: absolute;
	}

.development-page .nhf-dev-lead-drawer__panel {
		align-self: stretch;
		background: linear-gradient(145deg, rgba(2, 18, 27, 0.98), rgba(0, 33, 45, 0.96));
		border: 1px solid rgba(21, 185, 222, 0.44);
		border-radius: 0;
		box-shadow: 0 -18px 54px rgba(0, 0, 0, 0.52);
		box-sizing: border-box;
		color: #fff;
		height: 100dvh;
		max-height: none;
		overflow-y: auto;
		padding: calc(22px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom));
		position: relative;
		width: 100%;
	}

.development-page .nhf-dev-lead-drawer__handle {
		background: rgba(228, 242, 255, 0.82);
		border-radius: 99px;
		box-shadow: 0 1px 7px rgba(255, 255, 255, 0.38);
		height: 4px;
		left: 50%;
		position: absolute;
		top: calc(8px + env(safe-area-inset-top));
		transform: translateX(-50%);
		width: 58px;
	}

.development-page .nhf-dev-lead-drawer__close {
		-webkit-appearance: none;
		background: transparent;
		border: 0;
		cursor: pointer;
		height: 34px;
		position: absolute;
		right: 12px;
		top: calc(12px + env(safe-area-inset-top));
		width: 34px;
	}

.development-page .nhf-dev-lead-drawer__close:focus {
		outline: 0;
	}

.development-page .nhf-dev-lead-drawer__close:focus-visible {
		outline: 2px solid #21d5ff;
		outline-offset: 3px;
	}

.development-page .nhf-dev-lead-drawer__close:before,
	.development-page .nhf-dev-lead-drawer__close:after {
		background: #fff;
		border-radius: 4px;
		content: "";
		height: 22px;
		left: 16px;
		position: absolute;
		top: 6px;
		width: 2px;
	}

.development-page .nhf-dev-lead-drawer__close:before {
		transform: rotate(45deg);
	}

.development-page .nhf-dev-lead-drawer__close:after {
		transform: rotate(-45deg);
	}

.development-page .nhf-dev-lead-drawer h2 {
		color: #fff;
		font: 800 21px/1.14 "Open Sans", Arial, sans-serif;
		letter-spacing: 0;
		margin: 12px 40px 8px 0;
	}

.development-page .nhf-dev-lead-intro {
		color: rgba(255, 255, 255, 0.78);
		font: 700 13px/1.35 "Open Sans", Arial, sans-serif;
		margin: 0 0 16px;
	}

.development-page .nhf-dev-lead-form {
		display: grid;
		gap: 14px;
	}

.development-page .nhf-dev-lead-field {
		display: grid;
		gap: 7px;
		margin: 0;
	}

.development-page .nhf-dev-lead-label {
		color: #fff;
		font: 700 14px/1.2 "Open Sans", Arial, sans-serif;
	}

.development-page .nhf-dev-lead-label em,
	.development-page .nhf-dev-lead-check em {
		color: rgba(255, 255, 255, 0.56);
		font-style: normal;
		font-weight: 700;
	}

.development-page .nhf-dev-lead-control {
		align-items: center;
		border: 1px solid rgba(80, 192, 226, 0.78);
		border-radius: 7px;
		box-sizing: border-box;
		display: grid;
		grid-template-columns: 34px minmax(0, 1fr);
		min-height: 50px;
		padding: 0 11px;
	}

.development-page .nhf-dev-lead-control > span:first-child {
		background: #31d7ff;
		display: block;
		height: 20px;
		-webkit-mask: center / contain no-repeat;
		mask: center / contain no-repeat;
		width: 20px;
	}

.development-page .nhf-dev-lead-control--name > span:first-child {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
	}

.development-page .nhf-dev-lead-control--phone > span:first-child {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2A19.8 19.8 0 0 1 3.1 5.2 2 2 0 0 1 5.1 3h3a2 2 0 0 1 2 1.7c.1.9.3 1.7.6 2.5a2 2 0 0 1-.5 2.1L9 10.5a16 16 0 0 0 4.5 4.5l1.2-1.2a2 2 0 0 1 2.1-.5c.8.3 1.6.5 2.5.6a2 2 0 0 1 1.7 2Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.9v3a2 2 0 0 1-2.2 2A19.8 19.8 0 0 1 3.1 5.2 2 2 0 0 1 5.1 3h3a2 2 0 0 1 2 1.7c.1.9.3 1.7.6 2.5a2 2 0 0 1-.5 2.1L9 10.5a16 16 0 0 0 4.5 4.5l1.2-1.2a2 2 0 0 1 2.1-.5c.8.3 1.6.5 2.5.6a2 2 0 0 1 1.7 2Z'/%3E%3C/svg%3E");
	}

.development-page .nhf-dev-lead-control--email > span:first-child {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
	}

.development-page .nhf-dev-lead-control--comments {
		align-items: start;
		min-height: 98px;
		padding-top: 13px;
		position: relative;
	}

.development-page .nhf-dev-lead-control--comments > span:first-child {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-9 8.4 8.8 8.8 0 0 1-4.2-1.1L3 20l1.3-4.1A8.2 8.2 0 0 1 3 11.5a8.5 8.5 0 0 1 18 0Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.4 8.4 0 0 1-9 8.4 8.8 8.8 0 0 1-4.2-1.1L3 20l1.3-4.1A8.2 8.2 0 0 1 3 11.5a8.5 8.5 0 0 1 18 0Z'/%3E%3C/svg%3E");
	}

.development-page .nhf-dev-lead-control input,
	.development-page .nhf-dev-lead-control textarea {
		-webkit-appearance: none;
		background: transparent;
		border: 0;
		box-shadow: none;
		box-sizing: border-box;
		color: #fff;
		font: 700 15px/1.35 "Open Sans", Arial, sans-serif;
		height: 100%;
		margin: 0;
		min-width: 0;
		outline: 0;
		padding: 0;
		width: 100%;
	}

.development-page .nhf-dev-lead-control textarea {
		min-height: 68px;
		padding-bottom: 20px;
		resize: none;
	}

.development-page .nhf-dev-lead-control input::placeholder,
	.development-page .nhf-dev-lead-control textarea::placeholder {
		color: rgba(255, 255, 255, 0.45);
	}

.development-page .nhf-dev-lead-control:focus-within {
		border-color: #31d7ff;
		box-shadow: 0 0 0 2px rgba(49, 215, 255, 0.18);
	}

.development-page .nhf-dev-lead-counter {
		bottom: 10px;
		color: rgba(255, 255, 255, 0.68);
		font: 800 12px/1 "Open Sans", Arial, sans-serif;
		position: absolute;
		right: 13px;
	}

.development-page .nhf-dev-lead-check {
		align-items: flex-start;
		color: #fff;
		display: grid;
		font: 700 13.5px/1.36 "Open Sans", Arial, sans-serif;
		gap: 10px;
		grid-template-columns: 24px minmax(0, 1fr);
		margin: 0;
	}

.development-page .nhf-dev-lead-check:not(.nhf-dev-lead-check--required) {
		font-size: 13px;
		line-height: 1.32;
	}

.development-page .nhf-dev-lead-check input {
		opacity: 0;
		position: absolute;
	}

.development-page .nhf-dev-lead-check > span {
		border: 2px solid rgba(255, 255, 255, 0.7);
		border-radius: 5px;
		box-sizing: border-box;
		display: block;
		height: 24px;
		margin-top: 1px;
		position: relative;
		width: 24px;
	}

.development-page .nhf-dev-lead-check--required > span {
		border-color: #20d2ff;
	}

.development-page .nhf-dev-lead-check input:checked + span {
		background: rgba(32, 210, 255, 0.12);
		border-color: #20d2ff;
	}

.development-page .nhf-dev-lead-check input:checked + span:after {
		border: solid #20d2ff;
		border-width: 0 3px 3px 0;
		content: "";
		height: 12px;
		left: 7px;
		position: absolute;
		top: 2px;
		transform: rotate(45deg);
		width: 7px;
	}

.development-page .nhf-dev-lead-check strong {
		font: inherit;
	}

.development-page .nhf-dev-lead-check a {
		color: #15c7ef;
		text-decoration: underline;
		text-decoration-thickness: 1px;
		text-underline-offset: 3px;
	}

.development-page .nhf-dev-lead-divider {
		background: rgba(255, 255, 255, 0.2);
		height: 1px;
		margin: 0;
		width: 100%;
	}

.development-page .nhf-dev-lead-status {
		color: #88f0b0;
		font: 800 13px/1.35 "Open Sans", Arial, sans-serif;
		margin: -4px 0 0;
		text-align: center;
	}

.development-page .nhf-dev-lead-status:empty {
		display: none;
	}

.development-page .nhf-dev-lead-status.is-error {
		color: #ffb2b2;
	}

.development-page .nhf-dev-lead-submit {
		-webkit-appearance: none;
		align-items: center;
		background: linear-gradient(135deg, #27dffc, #00b8e8);
		border: 0;
		border-radius: 8px;
		box-shadow: 0 8px 20px rgba(0, 189, 232, 0.28);
		color: #fff;
		cursor: pointer;
		display: inline-flex;
		font: 800 16px/1 "Open Sans", Arial, sans-serif;
		gap: 10px;
		height: 54px;
		justify-content: center;
		letter-spacing: 0;
		margin: 0;
		padding: 0 20px;
		width: 100%;
	}

.development-page .nhf-dev-lead-submit svg {
		fill: none;
		height: 21px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 2;
		width: 21px;
	}

.development-page .nhf-dev-lead-submit.is-sending {
		opacity: 0.76;
	}

.development-page .nhf-dev-lead-submit:disabled {
		cursor: wait;
	}

.development-page .nhf-dev-lead-cancel {
		-webkit-appearance: none;
		background: transparent;
		border: 0;
		color: #15c7ef;
		cursor: pointer;
		font: 800 15px/1 "Open Sans", Arial, sans-serif;
		margin: -4px auto 0;
		padding: 8px 14px;
		text-align: center;
		width: auto;
	}

@media screen and (min-width: 761px) {
.development-page .nhf-dev-lead-drawer {
			display: none !important;
		}
}

.development-page .nhf-dev-mobile-image-reel {
				display: block;
				margin: 0;
				justify-self: stretch;
				max-width: 100%;
				min-width: 0;
				width: 100%;
			}

.development-page .nhf-dev-mobile-image-track {
		box-sizing: border-box;
		display: flex;
		gap: 14px;
			overflow-x: auto;
			overflow-y: hidden;
			overscroll-behavior-x: contain;
			scroll-snap-type: x mandatory;
			scrollbar-width: none;
			width: 100%;
	}

.development-page .nhf-dev-mobile-image-reel.is-autoplaying .nhf-dev-mobile-image-track {
		scroll-behavior: smooth;
	}

.development-page .nhf-dev-mobile-image-reel.is-normalizing .nhf-dev-mobile-image-track {
		scroll-behavior: auto;
		scroll-snap-type: none;
		visibility: hidden;
	}

.development-page .nhf-dev-mobile-image-track::-webkit-scrollbar {
		display: none;
	}

.development-page .nhf-dev-mobile-image-slide,
	.development-page .nhf-dev-mobile-video-slide {
		aspect-ratio: 1.72 / 1;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		border: 1px solid rgba(255, 255, 255, 0.18);
		border-radius: 8px;
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
		box-sizing: border-box;
		contain: layout paint;
		flex: 0 0 min(76vw, 520px);
		max-width: min(76vw, 520px);
		min-width: min(76vw, 520px);
		position: relative;
		scroll-snap-align: center;
		width: min(76vw, 520px);
	}

.development-page .nhf-dev-mobile-video-slide:after {
		background:
			radial-gradient(circle at center, rgba(3, 16, 26, 0.1) 0, rgba(3, 16, 26, 0.34) 42%, rgba(3, 16, 26, 0.12) 64%),
			linear-gradient(180deg, rgba(0, 0, 0, 0.02) 42%, rgba(0, 0, 0, 0.62) 100%);
		border-radius: inherit;
		content: "";
		inset: 0;
		pointer-events: none;
		position: absolute;
		z-index: 1;
	}

.development-page .nhf-dev-mobile-video-play {
		background: rgba(3, 18, 27, 0.88);
		border: 1px solid rgba(33, 213, 255, 0.82);
		border-radius: 999px;
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
		box-sizing: border-box;
		height: 48px;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
		width: 48px;
		z-index: 2;
	}

.development-page .nhf-dev-mobile-video-play:before {
		content: "";
		display: none;
	}

.development-page .nhf-dev-mobile-video-play:after {
		border-bottom: 8px solid transparent;
		border-left: 13px solid #fff;
		border-top: 8px solid transparent;
		content: "";
		left: 19px;
		position: absolute;
		top: 16px;
	}

.development-page .nhf-dev-mobile-video-slide:hover .nhf-dev-mobile-video-play,
	.development-page .nhf-dev-mobile-video-slide:focus-visible .nhf-dev-mobile-video-play {
		background: rgba(0, 27, 39, 0.94);
		border-color: rgba(33, 213, 255, 1);
		transform: translate(-50%, -50%) scale(1.03);
	}

.development-page .nhf-dev-mobile-video-duration {
		align-items: center;
		background: rgba(0, 0, 0, 0.78);
		border-radius: 999px;
		box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
		box-sizing: border-box;
		color: #fff;
		display: inline-flex;
		font-size: 13px;
		font-weight: 700;
		justify-content: center;
		letter-spacing: 0;
		line-height: 1;
		min-height: 26px;
		padding: 6px 9px;
		position: absolute;
		right: 12px;
		bottom: 12px;
		z-index: 2;
	}

.development-page .nhf-dev-mobile-image-count {
		align-items: center;
		background: rgba(0, 0, 0, 0.76);
		border-radius: 999px;
		box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
		box-sizing: border-box;
		color: #fff;
		display: inline-flex;
		font-size: 13px;
		font-weight: 700;
		justify-content: center;
		letter-spacing: 0;
		line-height: 1;
		min-height: 26px;
		min-width: 50px;
		padding: 6px 9px;
		position: absolute;
		right: 12px;
		top: 12px;
		z-index: 2;
	}

.development-page .nhf-dev-contact-card {
		border-radius: 14px;
		padding: 22px 20px 20px;
	}

.development-page .nhf-dev-contact-card h3,
	.development-page .nhf-dev-presentation h4 {
		font-size: 22px;
	}

.development-page .nhf-dev-contact-details p {
		font-size: 21px;
	}

.development-page .nhf-dev-contact-actions {
		grid-template-columns: 1fr;
	}

.development-page .nhf-dev-contact-actions a,
	.development-page .nhf-dev-contact-actions .nhf-dev-primary-action,
	.development-page .nhf-dev-contact-actions a:last-child:nth-child(3) {
		grid-column: auto;
		width: 100%;
	}

.development-page .nhf-dev-description-copy,
	.development-page .nhf-dev-description-copy p {
		font-size: 20px;
	}

.development-page .nhf-dev-description-copy p:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 380px) {
.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading {
			column-gap: 10px;
			grid-template-columns: 38px minmax(0, 1fr);
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading .nhf-dev-section-heading__icon {
			flex-basis: 38px;
			height: 38px;
			width: 38px;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading .nhf-dev-section-heading__icon svg {
			height: 24px;
			width: 24px;
		}

.development-page .nhf-development-profile-v1 .top-title h1 {
			font-size: 25px;
		}

.development-page .nhf-development-profile-v1-main .tab-nav li {
		font-size: 13px;
	}

.development-page .nhf-dev-contact-details p,
	.development-page .nhf-dev-description-copy,
	.development-page .nhf-dev-description-copy p {
		font-size: 18px;
		}
}

@media (max-width: 340px) {
.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading {
			column-gap: 9px;
			grid-template-columns: 34px minmax(0, 1fr);
			padding: 0 12px;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading .nhf-dev-section-heading__icon {
			flex-basis: 34px;
			height: 34px;
			width: 34px;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading .nhf-dev-section-heading__icon svg {
			height: 22px;
			width: 22px;
		}
}

.development-page .nhf-dev-section-heading {
	align-items: center;
	display: flex;
	gap: 14px;
	margin: 0 0 22px;
	min-width: 0;
}

.development-page .nhf-dev-section-heading__icon {
	align-items: center;
	border: 2px solid #19bfea;
	border-radius: 999px;
	box-sizing: border-box;
	color: #19bfea;
	display: inline-flex;
	flex: 0 0 auto;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.development-page .nhf-dev-section-heading__icon svg {
	display: block;
	fill: currentColor;
	height: 24px;
	width: 24px;
}

.development-page .nhf-dev-section-heading h2 {
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0;
	padding: 0;
}

@media (min-width: 701px) {
.development-page .nhf-development-profile-v1-main #models-content {
		background: linear-gradient(180deg, #020b13 0%, #031724 100%) !important;
		border: 1px solid rgba(32, 216, 255, 0.18) !important;
		border-radius: 14px;
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
		box-sizing: border-box;
		color: rgba(244, 248, 251, 0.9);
			margin: 24px 0 42px;
		padding: 26px 0 !important;
		width: 100%;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading {
		box-sizing: border-box;
		display: flex;
		margin: 0 0 18px;
		padding: 0 26px;
	}

html.tabs-on .development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading.hide-on-tabs {
		display: none !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-split {
		align-items: start;
		display: grid;
		gap: 22px;
		grid-template-columns: minmax(420px, 38%) minmax(0, 1fr);
		padding: 0;
		width: 100%;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed {
		overflow: visible;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed:before,
	.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed:after {
		display: none;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card-grid {
			align-content: start;
			display: grid;
			gap: 12px;
			max-height: none;
			overflow-x: hidden;
			overflow-y: visible;
			padding: 0 4px 10px 0;
			scroll-padding: 0;
			scroll-snap-type: none;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card {
		cursor: pointer;
		display: grid;
		flex: none;
		grid-template-columns: clamp(208px, 52%, 236px) minmax(0, 1fr);
		grid-template-rows: auto;
		max-width: none;
		min-height: 172px;
		scroll-snap-align: none;
		transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
		width: 100%;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card:hover,
	.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card:focus,
	.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card.is-active {
		background: rgba(32, 216, 255, 0.08);
		border-color: rgba(32, 216, 255, 0.82);
		box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24), inset 3px 0 0 #20d8ff;
		outline: 0;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__media {
		aspect-ratio: auto;
		height: 100%;
		min-height: 172px;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__body {
		gap: 9px;
		padding: 12px 20px 10px 10px;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card h3 {
		font-size: 20px;
		line-height: 1.16;
		margin-top: 0;
		overflow-wrap: anywhere;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__facts {
		align-items: flex-start;
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		grid-template-columns: none;
		justify-content: flex-start;
		margin-top: 1px;
		max-width: none;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__facts span {
		display: inline-flex;
		flex: 0 0 auto;
		flex-direction: column;
		justify-content: center;
		min-height: 32px;
		padding: 5px 6px;
		width: auto;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__facts strong {
		font-size: 13px;
		line-height: 1;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__facts em {
		font-size: 8px;
		line-height: 1;
		margin-top: 2px;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__fact--garage {
		grid-column: auto;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__media-actions,
	.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-mobile-image-count {
		display: none;
	}

.development-page .nhf-dev-model-detail-panel {
		display: block;
		min-width: 0;
	}

.development-page .nhf-dev-model-detail-panel:empty {
		display: none;
	}

.development-page .nhf-dev-model-detail-panel .nhf-dev-model-card {
		flex: none;
		max-width: none;
		scroll-snap-align: none;
		width: 100%;
	}

.development-page .nhf-dev-model-detail-panel .nhf-dev-model-card__media {
		min-height: 320px;
	}
}

.development-page .nhf-dev-model-carousel {
	--nhf-dev-model-card-width: min(760px, calc(100vw - 128px));
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.development-page .nhf-dev-model-carousel:before,
.development-page .nhf-dev-model-carousel:after {
	bottom: 8px;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: opacity 175ms ease-out, transform 175ms ease-out;
	width: 21px;
	z-index: 4;
}

.development-page .nhf-dev-model-carousel:before {
	background: linear-gradient(90deg, rgba(32, 216, 255, 1), rgba(32, 216, 255, 0));
	box-shadow: inset 8px 0 12px rgba(32, 216, 255, 0.26);
	left: 0;
	transform: translateX(-6px);
}

.development-page .nhf-dev-model-carousel:after {
	background: linear-gradient(270deg, rgba(32, 216, 255, 1), rgba(32, 216, 255, 0));
	box-shadow: inset -8px 0 12px rgba(32, 216, 255, 0.26);
	right: 0;
	transform: translateX(6px);
}

.development-page .nhf-dev-model-carousel.nhf-dev-model-carousel--edge-left:before,
.development-page .nhf-dev-model-carousel.nhf-dev-model-carousel--edge-right:after {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 85ms ease-in, transform 85ms ease-in;
}

.development-page .nhf-dev-model-card-grid {
	box-sizing: border-box;
	display: flex;
	gap: 24px;
	margin: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	padding: 0 max(48px, calc((100% - var(--nhf-dev-model-card-width)) / 2)) 8px;
	scroll-padding-inline: max(48px, calc((100% - var(--nhf-dev-model-card-width)) / 2));
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-webkit-overflow-scrolling: touch;
	width: 100%;
}

.development-page .nhf-dev-model-card-grid::-webkit-scrollbar {
	display: none;
}

.development-page .nhf-dev-model-carousel.is-autoplaying .nhf-dev-model-card-grid {
	scroll-behavior: smooth;
}

.development-page .nhf-dev-model-card {
	background: rgba(255, 255, 255, 0.045);
	border: 1px solid rgba(41, 199, 255, 0.32);
	border-radius: 8px;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.22);
	box-sizing: border-box;
	color: #fff;
	display: grid;
	flex: 0 0 var(--nhf-dev-model-card-width);
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	max-width: var(--nhf-dev-model-card-width);
	min-width: 0;
	overflow: hidden;
	scroll-snap-align: center;
	scroll-snap-stop: always;
	width: var(--nhf-dev-model-card-width);
}

.development-page .nhf-dev-model-card__media {
	aspect-ratio: 16 / 10;
	background: rgba(1, 13, 20, 0.72);
	box-sizing: border-box;
	max-width: 100%;
	min-height: 210px;
	min-width: 0;
	position: relative;
	width: 100%;
}

.development-page .nhf-dev-model-card__hero {
	-webkit-appearance: none;
	appearance: none;
	background-color: rgba(1, 13, 20, 0.72);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	cursor: zoom-in;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.development-page .nhf-dev-model-card__media > .nhf-dev-mobile-image-count {
	align-items: center;
	background: rgba(0, 0, 0, 0.76);
	border-radius: 999px;
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 26px;
	min-width: 50px;
	padding: 6px 9px;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 2;
}

.development-page .nhf-dev-model-card__flag {
	left: 0;
	position: absolute;
	top: 0;
	width: 126px;
	z-index: 2;
}

.development-page .nhf-dev-model-card__placeholder {
	align-items: center;
	color: rgba(255, 255, 255, 0.72);
	display: flex;
	flex-direction: column;
	font: 800 15px/1.25 "Open Sans", Arial, sans-serif;
	gap: 12px;
	height: 100%;
	justify-content: center;
	text-align: center;
}

.development-page .nhf-dev-model-card__placeholder span {
	background: currentColor;
	display: block;
	height: 42px;
	opacity: 0.86;
	width: 42px;
	-webkit-mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h10.2L20 9.8V20H4V4Zm2 2v12h12v-7h-5V6H6Zm8.5.6V9H17l-2.5-2.4ZM8 12h8v1.7H8V12Zm0 3.2h5.8V17H8v-1.8Z'/%3E%3C/svg%3E");
	mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h10.2L20 9.8V20H4V4Zm2 2v12h12v-7h-5V6H6Zm8.5.6V9H17l-2.5-2.4ZM8 12h8v1.7H8V12Zm0 3.2h5.8V17H8v-1.8Z'/%3E%3C/svg%3E");
}

.development-page .nhf-dev-model-card__body {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
	padding: 20px;
	max-width: 100%;
}

.development-page .nhf-dev-model-card__topline {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
	min-width: 0;
}

.development-page .nhf-dev-model-card__topline span,
.development-page .nhf-dev-model-card__topline em {
	color: rgba(255, 255, 255, 0.76);
	font: 800 13px/1.2 "Open Sans", Arial, sans-serif;
	letter-spacing: 0;
	max-width: 100%;
	min-width: 0;
	text-transform: none;
}

.development-page .nhf-dev-model-card__topline span {
	overflow: hidden;
	text-overflow: ellipsis;
}

.development-page .nhf-dev-model-card__topline em {
	border: 1px solid rgba(25, 191, 234, 0.54);
	border-radius: 999px;
	box-sizing: border-box;
	color: #19bfea;
	font-style: normal;
	overflow: hidden;
	padding: 4px 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.development-page .nhf-dev-model-card h3 {
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.12;
	margin: -4px 0 0;
	padding: 0;
}

.development-page .nhf-dev-model-card h3 a {
	color: #fff;
	text-decoration: none;
}

.development-page .nhf-dev-model-card h3 a:hover {
	color: #19bfea;
}

.development-page .nhf-dev-model-card__facts {
	box-sizing: border-box;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
	min-width: 0;
	max-width: 100%;
	width: 100%;
}

.development-page .nhf-dev-model-card__facts span {
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 6px;
	box-sizing: border-box;
	display: block;
	min-width: 0;
	padding: 10px 9px;
	text-align: center;
}

.development-page .nhf-dev-model-card__facts strong {
	color: #fff;
	display: block;
	font: 900 17px/1.05 Roboto, Arial, sans-serif;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.development-page .nhf-dev-model-card__facts em {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font: 700 11px/1.15 "Open Sans", Arial, sans-serif;
	font-style: normal;
	margin-top: 4px;
	text-transform: uppercase;
}

.development-page .nhf-dev-model-card__price {
	color: #19bfea;
	font: 900 22px/1 Roboto, Arial, sans-serif;
}

.development-page .nhf-dev-model-card__price-row {
	align-items: center;
	display: flex;
	gap: 8px;
	margin: 0;
	position: relative;
	width: 100%;
}

.development-page .nhf-dev-model-card__price-row .nhf-dev-inline-notice {
	position: static;
}

.development-page .nhf-dev-model-card__price-row .nhf-dev-inline-notice p {
	left: 50%;
	max-width: 100%;
	right: auto;
	transform: translateX(-50%);
	width: min(248px, 100%);
}

.development-page .nhf-dev-model-card__price span {
	color: rgba(255, 255, 255, 0.66);
	font-size: 12px;
	font-weight: 800;
}

.development-page .nhf-dev-model-card__copy,
.development-page .nhf-dev-model-card__features,
.development-page .nhf-dev-model-card__copy p,
.development-page .nhf-dev-model-card__features p,
.development-page .nhf-dev-model-card__features li {
	color: rgba(255, 255, 255, 0.8);
	font: 400 15px/1.45 "Open Sans", Arial, sans-serif;
	margin: 0;
}

.development-page .nhf-dev-model-card__copy,
.development-page .nhf-dev-model-card__copy p {
	font-size: 13px;
	line-height: 1.42;
}

.development-page .nhf-dev-model-card__notice {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.54);
	font: 700 11px/1.35 "Open Sans", Arial, sans-serif;
	margin: auto 0 0;
	padding-top: 12px;
}

.development-page .nhf-dev-model-drawer-source {
	display: none;
}

.development-page .nhf-dev-model-detail-panel {
	display: none;
}

.development-page .nhf-dev-model-card__media-actions {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
	margin-top: auto;
	width: 100%;
}

.development-page .nhf-dev-model-card__media-action {
	-webkit-appearance: none;
	align-items: center;
	background: rgba(3, 16, 28, 0.92);
	border: 1px solid rgba(32, 216, 255, 0.92);
	border-radius: 8px;
	box-shadow: inset 0 0 18px rgba(32, 216, 255, 0.06);
	box-sizing: border-box;
	color: #20d8ff;
	cursor: pointer;
	display: inline-flex;
	font: 800 15px/1 "Open Sans", Arial, sans-serif;
	gap: 9px;
	height: 46px;
	justify-content: center;
	letter-spacing: 0;
	margin: 0;
	min-height: 46px;
	min-width: 0;
	padding: 0 12px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 100%;
}

.development-page .nhf-dev-model-card__media-action:hover,
.development-page .nhf-dev-model-card__media-action:focus {
	background: rgba(7, 31, 43, 0.96);
	border-color: #20d8ff;
	color: #7ce9ff;
	text-decoration: none;
}

.development-page .nhf-dev-model-card__media-action > span:first-child {
	background: currentColor;
	display: inline-block;
	flex: 0 0 auto;
	height: 19px;
	width: 19px;
	-webkit-mask: center / contain no-repeat;
	mask: center / contain no-repeat;
}

.development-page .nhf-dev-model-card__levels-action {
	background: linear-gradient(180deg, #26dcff, #11bee7);
	border-color: transparent;
	color: #00121b;
	font-size: 13px;
	font-weight: 900;
	gap: 7px;
	padding: 0 8px;
}

.development-page .nhf-dev-model-card__levels-action:hover,
.development-page .nhf-dev-model-card__levels-action:focus {
	background: linear-gradient(180deg, #48e4ff, #16c7ef);
	color: #00121b;
}

.development-page .nhf-dev-model-card__levels-action > span:first-child {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 20h18v-2H3v2Zm2-2h4v-6H5v6Zm5 0h4V8h-4v10Zm5 0h4V4h-4v14Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 20h18v-2H3v2Zm2-2h4v-6H5v6Zm5 0h4V8h-4v10Zm5 0h4V4h-4v14Z'/%3E%3C/svg%3E");
}

.development-page .nhf-dev-model-card__gallery-action > span:first-child {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h3.1l1.6-2h6.6l1.6 2H20v12H4V7Zm2 2v8h12V9h-2.2l-1.6-2H9.8L8.2 9H6Zm6 1.2a3.1 3.1 0 1 1 0 6.2 3.1 3.1 0 0 1 0-6.2Zm0 2a1.1 1.1 0 1 0 0 2.2 1.1 1.1 0 0 0 0-2.2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h3.1l1.6-2h6.6l1.6 2H20v12H4V7Zm2 2v8h12V9h-2.2l-1.6-2H9.8L8.2 9H6Zm6 1.2a3.1 3.1 0 1 1 0 6.2 3.1 3.1 0 0 1 0-6.2Zm0 2a1.1 1.1 0 1 0 0 2.2 1.1 1.1 0 0 0 0-2.2Z'/%3E%3C/svg%3E");
}

.development-page .nhf-dev-model-card__levels-action > span:first-child,
.development-page .nhf-dev-model-card__gallery-action > span:first-child {
	background: transparent;
	position: relative;
	-webkit-mask: none;
	mask: none;
}

.development-page .nhf-dev-model-card__levels-action > span:first-child:before {
	background: transparent;
	border: 2px solid currentColor;
	border-radius: 3px;
	box-sizing: border-box;
	content: "";
	height: 15px;
	left: 1px;
	position: absolute;
	top: 2px;
	width: 17px;
}

.development-page .nhf-dev-model-card__levels-action > span:first-child:after {
	background: currentColor;
	box-shadow: 0 5px 0 currentColor, 7px 0 0 currentColor, 7px 5px 0 currentColor;
	content: "";
	height: 2px;
	left: 5px;
	position: absolute;
	top: 6px;
	width: 4px;
}

.development-page .nhf-dev-model-card__gallery-action > span:first-child {
	background-color: transparent;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 7px 2px;
	background-repeat: no-repeat;
	background-size: 7px 4px;
}

.development-page .nhf-dev-model-card__gallery-action > span:first-child:before {
	border: 2px solid currentColor;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: 5px -5px 0 -4px currentColor;
	content: "";
	height: 12px;
	left: 1px;
	position: absolute;
	top: 5px;
	width: 17px;
}

.development-page .nhf-dev-model-card__gallery-action > span:first-child:after {
	border: 2px solid currentColor;
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	height: 7px;
	left: 6px;
	position: absolute;
	top: 7px;
	width: 7px;
}

.development-page .nhf-dev-model-card__gallery-action > span:first-child {
	background: currentColor;
	background-image: none;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 22H4a2 2 0 0 1-2-2V6'/%3E%3Cpath d='M22 13v5a2 2 0 0 1-2 2H8'/%3E%3Crect x='6' y='2' width='16' height='14' rx='2'/%3E%3Ccircle cx='11' cy='7' r='2'/%3E%3Cpath d='m22 12-3-3a2 2 0 0 0-2.8 0L10 15'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 22H4a2 2 0 0 1-2-2V6'/%3E%3Cpath d='M22 13v5a2 2 0 0 1-2 2H8'/%3E%3Crect x='6' y='2' width='16' height='14' rx='2'/%3E%3Ccircle cx='11' cy='7' r='2'/%3E%3Cpath d='m22 12-3-3a2 2 0 0 0-2.8 0L10 15'/%3E%3C/svg%3E") center / contain no-repeat;
}

.development-page .nhf-dev-model-card__gallery-action > span:first-child:before,
.development-page .nhf-dev-model-card__gallery-action > span:first-child:after {
	content: none;
	display: none;
}

.development-page .nhf-dev-model-card__cta {
	align-items: center;
	background: linear-gradient(180deg, #26dcff, #11bee7);
	border-radius: 7px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34);
	box-sizing: border-box;
	color: #00121b;
	display: inline-flex;
	font: 900 15px/1 "Open Sans", Arial, sans-serif;
	gap: 10px;
	justify-content: center;
	max-width: 340px;
	min-height: 46px;
	padding: 0 16px;
	text-decoration: none;
	width: 100%;
}

.development-page .nhf-dev-model-card__cta span {
	background: currentColor;
	flex: 0 0 auto;
	height: 20px;
	width: 20px;
	-webkit-mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h9l5 5v13H5V3Zm2 2v14h10V9h-4V5H7Zm7.5.8V7H16l-1.5-1.2ZM8.5 12h7v1.7h-7V12Zm0 3.1h5V17h-5v-1.9Z'/%3E%3C/svg%3E");
	mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h9l5 5v13H5V3Zm2 2v14h10V9h-4V5H7Zm7.5.8V7H16l-1.5-1.2ZM8.5 12h7v1.7h-7V12Zm0 3.1h5V17h-5v-1.9Z'/%3E%3C/svg%3E");
}

.development-page .nhf-dev-model-card__cta:hover,
.development-page .nhf-dev-model-card__cta:focus {
	background: linear-gradient(180deg, #4be5ff, #18c6ef);
	color: #00121b;
	text-decoration: none;
}

.development-page .nhf-dev-model-card__module {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	padding-top: 15px;
}

.development-page .nhf-dev-model-card__module h4 {
	color: #fff;
	font: 900 16px/1.2 Roboto, Arial, sans-serif;
	letter-spacing: 0;
	margin: 0 0 10px;
	padding: 0;
}

.development-page .nhf-dev-model-card__level-grid,
.development-page .nhf-dev-model-card__thumb-grid {
	display: grid;
	gap: 9px;
	grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
}

.development-page .nhf-dev-model-card__thumb-grid {
	grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
}

.development-page .nhf-dev-model-image-tile {
	-webkit-appearance: none;
	appearance: none;
	aspect-ratio: 4 / 3;
	background-color: rgba(255, 255, 255, 0.06);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	box-sizing: border-box;
	cursor: zoom-in;
	display: block;
	margin: 0;
	min-height: 72px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.development-page .nhf-dev-model-image-tile span {
	background: rgba(1, 15, 23, 0.82);
	bottom: 0;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font: 800 11px/1.15 "Open Sans", Arial, sans-serif;
	left: 0;
	overflow: hidden;
	padding: 7px 8px;
	position: absolute;
	right: 0;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.development-page .nhf-dev-model-card__hero:focus-visible,
.development-page .nhf-dev-model-image-tile:focus-visible,
.development-page .nhf-dev-model-card__cta:focus-visible {
	outline: 2px solid #21d5ff;
	outline-offset: 3px;
}

.development-page .nhf-dev-mobile-image-slide,
	.development-page .nhf-dev-mobile-video-slide,
	.development-page .banner-images div[data-src],
	.development-page .gallery-image-container[data-src],
	.development-page .nhf-dev-description-image-trigger[data-src],
	.development-page .nhf-dev-model-card__hero[data-src],
	.development-page .nhf-dev-model-image-tile[data-src] {
		cursor: zoom-in;
	}

.development-page .nhf-dev-mobile-video-slide {
	cursor: pointer;
}

html.nhf-dev-image-drawer-open,
body.nhf-dev-image-drawer-open {
	overflow: hidden;
	touch-action: none;
}

html.nhf-dev-model-drawer-open,
body.nhf-dev-model-drawer-open {
	overflow: hidden;
	touch-action: none;
}

.nhf-dev-image-drawer {
	align-items: center;
	background: transparent;
	bottom: 0;
	display: none;
	justify-content: center;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 160ms ease;
	z-index: 100000;
}

.nhf-dev-image-drawer[aria-hidden="false"] {
	display: flex;
	opacity: 1;
}

.nhf-dev-image-drawer__backdrop {
	backdrop-filter: blur(7px) saturate(0.84);
	-webkit-backdrop-filter: blur(7px) saturate(0.84);
	background: rgba(0, 0, 0, 0.54);
	bottom: 0;
	cursor: zoom-out;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.nhf-dev-image-drawer__stage {
	align-items: center;
	display: flex;
	height: 100dvh;
	justify-content: center;
	overflow: hidden;
	padding: calc(28px + env(safe-area-inset-top)) calc(24px + env(safe-area-inset-right)) calc(28px + env(safe-area-inset-bottom)) calc(24px + env(safe-area-inset-left));
	position: relative;
	touch-action: none;
	width: 100vw;
	z-index: 1;
}

.nhf-dev-image-drawer__image {
	display: block;
	max-height: calc(100dvh - 112px);
	max-width: min(94vw, 1440px);
	object-fit: contain;
	transform: translate3d(var(--nhf-dev-image-x, 0px), var(--nhf-dev-image-y, 0px), 0) scale(var(--nhf-dev-image-scale, 1));
	transform-origin: center center;
	transition: transform 120ms ease;
	user-select: none;
	-webkit-user-drag: none;
}

.nhf-dev-image-drawer__video-wrap {
	aspect-ratio: 16 / 9;
	display: none;
	max-height: calc(100dvh - 112px);
	max-width: min(94vw, 1100px);
	width: min(94vw, calc((100dvh - 112px) * 1.7778), 1100px);
}

.nhf-dev-image-drawer__video {
	background: #000;
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.nhf-dev-image-drawer__nav {
	appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	height: 128px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 86px;
	z-index: 3;
}

.nhf-dev-image-drawer__nav[hidden],
.nhf-dev-image-drawer.is-video .nhf-dev-image-drawer__nav {
	display: none;
}

.nhf-dev-image-drawer__nav:before {
	content: "";
	display: block;
	filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.56));
	height: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.nhf-dev-image-drawer__nav--prev {
	left: calc(22px + env(safe-area-inset-left));
}

.nhf-dev-image-drawer__nav--prev:before {
	border-bottom: 38px solid transparent;
	border-right: 46px solid rgba(255, 255, 255, 0.95);
	border-top: 38px solid transparent;
	left: 18px;
}

.nhf-dev-image-drawer__nav--next {
	right: calc(22px + env(safe-area-inset-right));
}

.nhf-dev-image-drawer__nav--next:before {
	border-bottom: 38px solid transparent;
	border-left: 46px solid rgba(255, 255, 255, 0.95);
	border-top: 38px solid transparent;
	right: 18px;
}

.nhf-dev-image-drawer__nav:hover:before,
.nhf-dev-image-drawer__nav:focus:before {
	filter: drop-shadow(0 5px 18px rgba(0, 0, 0, 0.72));
}

.nhf-dev-image-drawer__caption {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 6px;
	bottom: calc(22px + env(safe-area-inset-bottom));
	color: #fff;
	font-family: Roboto, Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	left: calc(24px + env(safe-area-inset-left));
	line-height: 1.35;
	margin: 0 auto;
	max-width: min(760px, calc(100vw - 48px));
	padding: 11px 14px;
	position: absolute;
	right: calc(24px + env(safe-area-inset-right));
	text-align: center;
	z-index: 2;
}

.nhf-dev-image-drawer__caption[hidden],
.nhf-dev-image-drawer.is-video .nhf-dev-image-drawer__caption {
	display: none;
}

.nhf-dev-image-drawer__notice {
	position: absolute;
	right: 88px;
	top: calc(18px + env(safe-area-inset-top));
	z-index: 4;
}

.nhf-dev-image-drawer__notice summary {
	align-items: center;
	background: rgba(0, 0, 0, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.82);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: flex;
	font: 900 14px/1 "Open Sans", Arial, sans-serif;
	height: 44px;
	justify-content: center;
	list-style: none;
	width: 44px;
}

.nhf-dev-image-drawer__notice summary::-webkit-details-marker {
	display: none;
}

.nhf-dev-image-drawer__notice p {
	background: rgba(0, 0, 0, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 7px;
	color: #fff;
	font: 700 13px/1.4 "Open Sans", Arial, sans-serif;
	margin: 10px 0 0;
	max-width: min(280px, calc(100vw - 28px));
	padding: 12px 14px;
	position: absolute;
	right: 0;
	width: 280px;
}

.nhf-dev-image-drawer.is-video .nhf-dev-image-drawer__image,
.nhf-dev-image-drawer.is-video .nhf-dev-image-drawer__zoom-controls {
	display: none;
}

.nhf-dev-image-drawer.is-video .nhf-dev-image-drawer__video-wrap {
	display: block;
}

.nhf-dev-image-drawer.is-dragging .nhf-dev-image-drawer__image,
.nhf-dev-image-drawer.is-pinching .nhf-dev-image-drawer__image {
	transition: none;
}

.nhf-dev-image-drawer__close {
	appearance: none;
	background: transparent;
	border: 0;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	height: 36px;
	padding: 0;
	position: absolute;
	width: 36px;
	z-index: 2;
}

.nhf-dev-image-drawer__close:before,
.nhf-dev-image-drawer__close:after {
	background: #fff;
	border-radius: 999px;
	content: "";
	height: 25px;
	left: 17px;
	position: absolute;
	top: 6px;
	width: 2px;
}

.nhf-dev-image-drawer__close:before {
	transform: rotate(45deg);
}

.nhf-dev-image-drawer__close:after {
	transform: rotate(-45deg);
}

.nhf-dev-image-drawer__zoom {
	align-items: center;
	appearance: none;
	background: rgba(255, 255, 255, 0.94);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
	color: #151515;
	cursor: pointer;
	display: inline-flex;
	font: 700 22px/1 Arial, sans-serif;
	height: 44px;
	justify-content: center;
	padding: 0;
	position: absolute;
	width: 44px;
	z-index: 2;
}

.nhf-dev-image-drawer__close {
	right: calc(22px + env(safe-area-inset-right));
	top: calc(22px + env(safe-area-inset-top));
}

.nhf-dev-image-drawer__zoom-controls {
	bottom: calc(82px + env(safe-area-inset-bottom));
	display: flex;
	gap: 12px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2;
}

.nhf-dev-image-drawer__zoom {
	position: static;
}

.nhf-dev-image-drawer__close:focus-visible,
.nhf-dev-image-drawer__zoom:focus-visible,
.nhf-dev-image-drawer__nav:focus-visible,
.development-page .nhf-dev-mobile-image-slide:focus-visible,
.development-page .nhf-dev-mobile-video-slide:focus-visible {
	outline: 2px solid #21d5ff;
	outline-offset: 3px;
}

.nhf-dev-model-drawer {
	background: rgba(1, 9, 14, 0.98);
	color: #fff;
	display: none;
	inset: 0;
	position: fixed;
	z-index: 1305;
}

.nhf-dev-model-drawer[aria-hidden="false"] {
	display: block;
}

.nhf-dev-model-drawer__backdrop {
	background: rgba(0, 0, 0, 0.72);
	inset: 0;
	position: absolute;
}

.nhf-dev-model-drawer__stage {
	background: #020d14;
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr);
	inset: 0;
	position: absolute;
}

.nhf-dev-model-drawer__bar {
	align-items: center;
	border-bottom: 1px solid rgba(32, 216, 255, 0.24);
	box-sizing: border-box;
	display: flex;
	height: 68px;
	justify-content: space-between;
	padding: 14px 16px 14px 20px;
	position: relative;
	z-index: 2;
}

.nhf-dev-model-drawer__bar h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
	padding: 0;
}

.nhf-dev-model-drawer__model-title {
	background: rgba(2, 13, 20, 0.96);
	border-bottom: 1px solid rgba(32, 216, 255, 0.2);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
	box-sizing: border-box;
	color: #20d8ff;
	font: 900 17px/1.18 "Open Sans", Arial, sans-serif;
	grid-row: 2;
	left: auto;
	letter-spacing: 0;
	min-height: 42px;
	overflow: hidden;
	padding: 11px 54px 11px 20px;
	pointer-events: none;
	position: relative;
	right: auto;
	text-overflow: ellipsis;
	top: auto;
	white-space: nowrap;
	width: 100%;
	z-index: 3;
}

.nhf-dev-model-drawer__model-title[hidden] {
	display: none;
}

.nhf-dev-model-drawer__body {
	grid-row: 3;
	min-height: 0;
	overflow: auto;
	padding: 22px;
	position: relative;
}

.nhf-dev-model-drawer .nhf-dev-model-carousel {
	margin: 0;
	--nhf-dev-model-card-width: min(760px, calc(100vw - 96px));
}

.nhf-dev-model-drawer .nhf-dev-model-card-grid {
	gap: 18px;
	padding-bottom: 12px;
}

.nhf-dev-model-drawer__close {
	-webkit-appearance: none;
	appearance: none;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	flex: 0 0 42px;
	height: 42px;
	line-height: 1;
	margin: 0;
	min-height: 42px;
	min-width: 42px;
	padding: 0;
	position: relative;
	width: 42px;
}

.nhf-dev-model-drawer__close:before,
.nhf-dev-model-drawer__close:after {
	background: #fff;
	border-radius: 999px;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 17px;
}

.nhf-dev-model-drawer__close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.nhf-dev-model-drawer__close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.nhf-dev-model-drawer__close:focus-visible {
	box-shadow: 0 0 0 3px rgba(32, 216, 255, 0.42);
	outline: 0;
}

@media (max-width: 700px) {
.nhf-dev-image-drawer__nav {
						display: none !important;
					}

.development-page .nhf-development-profile-v1-main #models-content {
						background: transparent;
						border-top: 0;
						display: block;
				margin: 14px 0 0;
				padding: 10px 0 4px;
			}

.development-page:has(.nhf-development-profile-v1-main #models-content) .nhf-dev-page-notice {
				margin-top: -39px;
			}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading {
			align-items: center;
			column-gap: 12px;
			display: grid;
			grid-template-columns: 42px minmax(0, 1fr);
			margin: 0 0 22px;
			padding: 0 14px;
			row-gap: 0;
			text-align: left;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading > div {
			display: contents;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading .nhf-dev-section-heading__icon {
			border-radius: 8px;
			flex: 0 0 42px;
			grid-column: 1;
			grid-row: 1;
			height: 42px;
			width: 42px;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading .nhf-dev-section-heading__icon svg {
			height: 26px;
			width: 26px;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading h2 {
			font-size: 20px;
			grid-column: 1 / -1;
			grid-row: 1;
			line-height: 1.15;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel {
			--nhf-dev-model-card-width: min(84vw, 560px);
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card-grid {
			gap: 14px;
			padding: 0 max(18px, calc((100vw - var(--nhf-dev-model-card-width)) / 2)) 10px;
			scroll-padding-inline: max(18px, calc((100vw - var(--nhf-dev-model-card-width)) / 2));
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card__facts {
			grid-template-columns: repeat(3, minmax(0, 1fr));
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card__facts span {
			padding-left: 6px;
			padding-right: 6px;
		}

.nhf-dev-model-drawer__body {
		padding: 14px 0 18px;
	}

.development-page .nhf-dev-model-carousel,
	.nhf-dev-model-drawer .nhf-dev-model-carousel {
		--nhf-dev-model-card-width: min(82vw, 560px);
	}

.development-page .nhf-dev-mobile-contact-map,
			.development-page .nhf-development-profile-v1-main .about-container > .always-100,
			.development-page .nhf-development-profile-v1-main #models-content,
			.development-page .nhf-dev-page-notice {
					box-sizing: border-box;
					justify-self: stretch;
					margin-left: auto !important;
					margin-right: auto !important;
					max-width: 100% !important;
					min-width: 0 !important;
					width: 100% !important;
				}

.development-page .nhf-dev-mobile-contact-map {
				border-radius: 0 0 8px 8px !important;
			}

.development-page .nhf-dev-page-notice {
			margin-left: 0 !important;
			margin-right: 0 !important;
		}

.development-page .nhf-development-profile-v1-main .about-container > .always-100 {
		padding: 0 !important;
	}

.development-page .nhf-development-profile-v1-main #models-content {
		margin-top: 14px !important;
	}

.development-page:has(.nhf-development-profile-v1-main #models-content) .nhf-dev-page-notice {
		margin-top: -39px !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading {
			padding-left: 14px !important;
			padding-right: 14px !important;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel {
				--nhf-dev-model-card-width: min(84vw, 560px);
				margin-left: 0 !important;
				margin-right: 0 !important;
				width: 100% !important;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card-grid {
			padding-left: max(18px, calc((100vw - var(--nhf-dev-model-card-width)) / 2)) !important;
			padding-right: max(18px, calc((100vw - var(--nhf-dev-model-card-width)) / 2)) !important;
			scroll-padding-inline: max(18px, calc((100vw - var(--nhf-dev-model-card-width)) / 2)) !important;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card--compact .nhf-dev-model-card__body {
			align-self: stretch;
			box-sizing: border-box;
			min-width: 0;
			max-width: 100%;
			padding-left: 16px;
			padding-right: 16px;
			width: auto;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card--compact .nhf-dev-model-card__facts,
		.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card--compact .nhf-dev-model-card__media-actions {
			box-sizing: border-box;
			min-width: 0;
			max-width: 100%;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card--compact .nhf-dev-model-card__facts strong {
			font-size: clamp(14px, 4.1vw, 17px);
		}

@media (max-width: 360px) {
.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card--compact .nhf-dev-model-card__body {
				padding-left: 14px;
				padding-right: 14px;
			}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card__facts {
				gap: 6px;
			}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card__facts span {
				padding-left: 4px;
				padding-right: 4px;
			}
}

.nhf-dev-model-drawer .nhf-dev-model-card-grid {
		gap: 14px;
		padding: 14px max(35px, calc((100vw - var(--nhf-dev-model-card-width)) / 2)) 10px;
		scroll-padding-inline: max(35px, calc((100vw - var(--nhf-dev-model-card-width)) / 2));
	}

.nhf-dev-model-drawer .nhf-dev-model-card__media {
		min-height: 190px;
	}

.nhf-dev-model-drawer .nhf-dev-model-card__media > .nhf-dev-mobile-image-count {
		right: 16px;
		top: 16px;
	}

.nhf-dev-model-drawer .nhf-dev-model-card__body {
		padding: 16px;
	}

.nhf-dev-model-drawer .nhf-dev-model-card h3 {
		font-size: 23px;
	}

.development-page .nhf-dev-model-card__fact--garage {
		display: none;
	}

.nhf-dev-image-drawer__stage {
		padding: calc(54px + env(safe-area-inset-top)) 0 calc(34px + env(safe-area-inset-bottom));
	}

.nhf-dev-image-drawer__image {
		max-height: calc(100dvh - 138px);
		max-width: 100vw;
		touch-action: none;
	}

.nhf-dev-image-drawer__caption {
		border-radius: 0;
		bottom: env(safe-area-inset-bottom);
		font-size: 14px;
		left: 0;
		max-width: none;
		padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
		right: 0;
	}

.nhf-dev-image-drawer__zoom-controls {
		display: none;
	}

.nhf-dev-image-drawer__video-wrap {
		max-height: calc(100dvh - 96px);
		max-width: 100vw;
		width: min(100vw, calc((100dvh - 96px) * 1.7778));
	}
}

@media screen and (max-width: 900px) {
.development-page .nhf-development-profile-v1 .top-title {
		display: block;
	}

.development-page .nhf-dev-title-price-row {
		display: none;
	}
}

@media screen and (max-width: 760px) {
.development-page .nhf-dev-page-notice {
		margin-top: 9px !important;
	}

.development-page:has(.nhf-development-profile-v1-main #models-content) .nhf-dev-page-notice {
		margin-top: 18px !important;
	}
}

.development-page .nhf-dev-contact-actions button {
	-webkit-appearance: none !important;
	appearance: none !important;
	font-family: inherit !important;
	margin: 0 !important;
}

.development-page .nhf-dev-contact-actions a,
.development-page .nhf-dev-contact-actions button,
.development-page .nhf-dev-contact-actions .nhf-dev-primary-action {
	align-items: center !important;
	border-radius: 7px !important;
	box-sizing: border-box !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font-family: Roboto, Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	gap: 9px !important;
	justify-content: center !important;
	line-height: 1.15 !important;
	min-height: 46px !important;
	padding: 10px 12px !important;
	text-decoration: none !important;
	width: 100% !important;
}

.development-page .nhf-dev-contact-actions .nhf-dev-primary-action--request {
	background: linear-gradient(135deg, #21c5e8, #06a9df) !important;
	border: 1px solid rgba(255, 255, 255, 0.34) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 12px 24px rgba(0, 145, 196, 0.34) !important;
	color: #fff !important;
	grid-column: 1 / -1 !important;
}

.development-page .nhf-dev-contact-actions .nhf-dev-primary-action--request:hover,
.development-page .nhf-dev-contact-actions .nhf-dev-primary-action--request:focus {
	background: linear-gradient(135deg, #36d7f3, #08b7ed) !important;
	border-color: rgba(255, 255, 255, 0.54) !important;
	color: #fff !important;
}

.development-page .nhf-dev-contact-actions .nhf-dev-secondary-action {
	background: linear-gradient(180deg, rgba(5, 28, 41, 0.98), rgba(2, 17, 27, 0.98)) !important;
	border: 1px solid rgba(32, 216, 255, 0.72) !important;
	color: #7ce9ff !important;
}

@media screen and (min-width: 761px) {
.development-page .nhf-dev-lead-drawer {
		bottom: 0 !important;
		display: flex !important;
		font-family: "Open Sans", Arial, sans-serif !important;
		hyphens: none !important;
		justify-content: flex-end !important;
		left: 0 !important;
		overflow: hidden !important;
		position: fixed !important;
		right: 0 !important;
		top: 0 !important;
		z-index: 1200 !important;
	}

.development-page .nhf-dev-lead-drawer[hidden],
	.development-page .nhf-dev-lead-drawer[aria-hidden="true"] {
		display: none !important;
	}

.development-page .nhf-dev-lead-drawer__backdrop {
		backdrop-filter: blur(3px) !important;
		-webkit-backdrop-filter: blur(3px) !important;
		background: rgba(0, 0, 0, 0.36) !important;
		inset: 0 !important;
		position: absolute !important;
	}

.development-page .nhf-dev-lead-drawer__panel {
		align-self: stretch !important;
		background:
			radial-gradient(circle at 75% 48%, rgba(25, 191, 234, 0.16), transparent 32%),
			linear-gradient(135deg, rgba(7, 25, 37, 0.98), rgba(3, 12, 18, 0.98)) !important;
		border: 0 !important;
		border-left: 1px solid rgba(41, 199, 255, 0.56) !important;
		border-radius: 0 !important;
		box-shadow: -18px 0 54px rgba(0, 0, 0, 0.44) !important;
		box-sizing: border-box !important;
		color: #fff !important;
		height: 100dvh !important;
		max-height: none !important;
		max-width: min(600px, 100vw) !important;
		overflow-y: auto !important;
		padding: 28px 30px 30px !important;
		position: relative !important;
		width: clamp(520px, 38vw, 600px) !important;
	}

.development-page .nhf-dev-lead-drawer__handle {
		display: none !important;
	}
}

.development-page .nhf-dev-lead-summary {
	align-items: center !important;
	background: rgba(3, 15, 23, 0.52) !important;
	border: 1px solid rgba(41, 199, 255, 0.28) !important;
	border-radius: 8px !important;
	display: grid !important;
	gap: 16px !important;
	grid-template-columns: 112px minmax(0, 1fr) !important;
	margin: 0 0 22px !important;
	min-height: 106px !important;
	padding: 14px 16px !important;
}

.development-page .nhf-dev-lead-summary__logo {
	align-items: center !important;
	border-right: 1px solid rgba(140, 177, 199, 0.32) !important;
	display: flex !important;
	height: 72px !important;
	justify-content: center !important;
	padding-right: 16px !important;
}

.development-page .nhf-dev-lead-summary__logo img {
	display: block !important;
	max-height: 58px !important;
	max-width: 92px !important;
	object-fit: contain !important;
}

.development-page .nhf-dev-lead-summary__copy,
.development-page .nhf-dev-lead-success__summary {
	display: grid !important;
	gap: 5px !important;
	min-width: 0 !important;
}

.development-page .nhf-dev-lead-summary__copy strong,
.development-page .nhf-dev-lead-success__summary strong {
	color: #fff !important;
	font: 800 15px/1.25 "Open Sans", Arial, sans-serif !important;
}

.development-page .nhf-dev-lead-summary__copy span,
.development-page .nhf-dev-lead-success__summary span {
	color: rgba(255, 255, 255, 0.76) !important;
	font: 700 14px/1.28 "Open Sans", Arial, sans-serif !important;
}

.development-page .nhf-dev-lead-label b {
	color: #ff8f72 !important;
	font: inherit !important;
}

.development-page .nhf-dev-lead-error {
	color: #ffb2b2 !important;
	display: block !important;
	font: 800 12px/1.25 "Open Sans", Arial, sans-serif !important;
}

.development-page .nhf-dev-lead-control.is-invalid {
	border-color: rgba(255, 135, 135, 0.9) !important;
	box-shadow: 0 0 0 2px rgba(255, 135, 135, 0.14) !important;
}

.development-page .nhf-dev-lead-success {
	align-content: center !important;
	display: grid !important;
	min-height: calc(100dvh - 70px) !important;
	text-align: left !important;
}

.development-page .nhf-dev-lead-success[hidden] {
	display: none !important;
}

.development-page .nhf-dev-lead-success__icon {
	background: rgba(32, 210, 255, 0.12) !important;
	border: 1px solid rgba(32, 210, 255, 0.54) !important;
	border-radius: 999px !important;
	height: 54px !important;
	margin-bottom: 18px !important;
	position: relative !important;
	width: 54px !important;
}

.development-page .nhf-dev-lead-success__icon:after {
	border: solid #20d2ff !important;
	border-width: 0 4px 4px 0 !important;
	content: "" !important;
	height: 22px !important;
	left: 20px !important;
	position: absolute !important;
	top: 12px !important;
	transform: rotate(45deg) !important;
	width: 12px !important;
}

.development-page .nhf-dev-lead-success p {
	color: rgba(255, 255, 255, 0.78) !important;
	font: 700 15px/1.5 "Open Sans", Arial, sans-serif !important;
	margin: 0 0 20px !important;
}

.development-page .nhf-dev-lead-success__summary {
	background: rgba(3, 15, 23, 0.52) !important;
	border: 1px solid rgba(41, 199, 255, 0.28) !important;
	border-radius: 8px !important;
	margin: 0 0 22px !important;
	padding: 16px !important;
}

.development-page .nhf-dev-lead-error-state {
	background: rgba(82, 18, 26, 0.34) !important;
	border: 1px solid rgba(255, 135, 135, 0.34) !important;
	border-radius: 8px !important;
	display: grid !important;
	gap: 10px !important;
	padding: 14px !important;
}

.development-page .nhf-dev-lead-error-state[hidden] {
	display: none !important;
}

.development-page .nhf-dev-lead-error-state h3 {
	color: #fff !important;
	font: 800 16px/1.2 "Open Sans", Arial, sans-serif !important;
	margin: 0 !important;
}

.development-page .nhf-dev-lead-error-state p {
	color: rgba(255, 255, 255, 0.78) !important;
	font: 700 13px/1.42 "Open Sans", Arial, sans-serif !important;
	margin: 0 !important;
}

.development-page .nhf-dev-lead-error-state > div {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
}

.development-page .nhf-dev-lead-error-action {
	-webkit-appearance: none !important;
	align-items: center !important;
	background: rgba(5, 28, 41, 0.98) !important;
	border: 1px solid rgba(32, 216, 255, 0.58) !important;
	border-radius: 7px !important;
	color: #7ce9ff !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font: 800 12px/1 "Open Sans", Arial, sans-serif !important;
	justify-content: center !important;
	min-height: 36px !important;
	padding: 9px 11px !important;
	text-decoration: none !important;
}

@media screen and (min-width: 761px) {
.development-page .nhf-dev-lead-drawer {
		justify-content: flex-end !important;
		z-index: 1400 !important;
	}

.development-page .nhf-dev-lead-drawer__backdrop {
		backdrop-filter: blur(7px) saturate(0.84) !important;
		-webkit-backdrop-filter: blur(7px) saturate(0.84) !important;
		background: rgba(0, 0, 0, 0.54) !important;
	}

.development-page .nhf-dev-lead-drawer__panel {
		background:
			radial-gradient(circle at 78% 16%, rgba(31, 182, 229, 0.13), transparent 31%),
			linear-gradient(145deg, rgba(5, 24, 37, 0.99), rgba(2, 12, 21, 0.995)) !important;
		border: 0 !important;
		border-left: 2px solid rgba(22, 184, 228, 0.8) !important;
		box-shadow: -22px 0 54px rgba(0, 0, 0, 0.42) !important;
		max-width: 470px !important;
		padding: 26px 28px 28px !important;
		width: clamp(430px, 29.6vw, 470px) !important;
	}

.development-page .nhf-dev-lead-drawer__close {
			-webkit-appearance: none !important;
			appearance: none !important;
			background: transparent !important;
			border: 0 !important;
			border-radius: 0 !important;
			box-shadow: none !important;
			cursor: pointer !important;
			display: block !important;
			height: 34px !important;
			margin: 0 !important;
			padding: 0 !important;
			position: absolute !important;
			right: 25px !important;
			top: 23px !important;
			width: 34px !important;
			z-index: 4 !important;
		}

.development-page .nhf-dev-lead-drawer__close:before,
		.development-page .nhf-dev-lead-drawer__close:after {
			background: rgba(235, 246, 255, 0.9) !important;
			border-radius: 4px !important;
			content: "" !important;
			height: 27px !important;
			left: 16px !important;
			position: absolute !important;
			top: 3px !important;
			width: 2px !important;
		}

.development-page .nhf-dev-lead-drawer__close:before {
			transform: rotate(45deg) !important;
		}

.development-page .nhf-dev-lead-drawer__close:after {
			transform: rotate(-45deg) !important;
		}

.development-page .nhf-dev-lead-drawer h2 {
		color: #fff !important;
		font: 900 22px/1.15 "Open Sans", Arial, sans-serif !important;
		margin: 0 44px 8px 0 !important;
	}

.development-page .nhf-dev-lead-intro {
		color: rgba(232, 242, 251, 0.82) !important;
		font: 700 14px/1.48 "Open Sans", Arial, sans-serif !important;
		margin: 0 0 20px !important;
		max-width: 360px !important;
	}

.development-page .nhf-dev-lead-summary {
		background: rgba(7, 26, 39, 0.72) !important;
		border: 1px solid rgba(129, 170, 194, 0.28) !important;
		border-radius: 7px !important;
		gap: 14px !important;
		grid-template-columns: 118px minmax(0, 1fr) !important;
		margin: 0 0 22px !important;
		min-height: 114px !important;
		padding: 14px 16px !important;
	}

.development-page .nhf-dev-lead-summary__logo {
		border-right: 1px solid rgba(129, 170, 194, 0.32) !important;
		height: 72px !important;
		padding-right: 16px !important;
	}

.development-page .nhf-dev-lead-summary__logo img {
		max-height: 56px !important;
		max-width: 94px !important;
	}

.development-page .nhf-dev-lead-summary__copy {
		gap: 4px !important;
	}

.development-page .nhf-dev-lead-summary__copy strong {
		font: 800 15px/1.25 "Open Sans", Arial, sans-serif !important;
	}

.development-page .nhf-dev-lead-summary__copy span {
		color: rgba(232, 242, 251, 0.84) !important;
		font: 700 13px/1.28 "Open Sans", Arial, sans-serif !important;
	}

.development-page .nhf-dev-lead-form {
		display: grid !important;
		gap: 15px !important;
	}

.development-page .nhf-dev-lead-field {
		display: grid !important;
		gap: 7px !important;
		margin: 0 !important;
	}

.development-page .nhf-dev-lead-label {
		color: #fff !important;
		font: 800 13px/1.2 "Open Sans", Arial, sans-serif !important;
	}

.development-page .nhf-dev-lead-control {
		background: rgba(5, 24, 37, 0.76) !important;
		border: 1px solid rgba(108, 154, 184, 0.46) !important;
		border-radius: 6px !important;
		display: block !important;
		min-height: 43px !important;
		padding: 0 !important;
	}

.development-page .nhf-dev-lead-control > span:first-child {
		display: none !important;
	}

.development-page .nhf-dev-lead-control input,
	.development-page .nhf-dev-lead-control textarea {
		-webkit-appearance: none !important;
		appearance: none !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		color: #fff !important;
		display: block !important;
		font: 700 14px/1.35 "Open Sans", Arial, sans-serif !important;
		height: 43px !important;
		margin: 0 !important;
		min-width: 0 !important;
		outline: 0 !important;
		padding: 0 12px !important;
		width: 100% !important;
	}

.development-page .nhf-dev-lead-control textarea {
		height: 88px !important;
		min-height: 88px !important;
		padding: 12px !important;
	}

.development-page .nhf-dev-lead-control--comments {
		min-height: 88px !important;
		padding: 0 !important;
	}

.development-page .nhf-dev-lead-control input::placeholder,
	.development-page .nhf-dev-lead-control textarea::placeholder {
		color: rgba(232, 242, 251, 0.5) !important;
	}

.development-page .nhf-dev-lead-control input:-webkit-autofill,
	.development-page .nhf-dev-lead-control textarea:-webkit-autofill {
		-webkit-text-fill-color: #fff !important;
		box-shadow: 0 0 0 1000px rgba(5, 24, 37, 0.98) inset !important;
		transition: background-color 9999s ease-out !important;
	}

.development-page .nhf-dev-lead-control:focus-within {
		border-color: rgba(32, 216, 255, 0.74) !important;
		box-shadow: 0 0 0 2px rgba(32, 216, 255, 0.13) !important;
	}

.development-page .nhf-dev-lead-counter {
		display: none !important;
	}

.development-page .nhf-dev-lead-check {
			align-items: start !important;
			color: rgba(232, 242, 251, 0.86) !important;
			display: grid !important;
			font: 700 13px/1.42 "Open Sans", Arial, sans-serif !important;
			column-gap: 12px !important;
			row-gap: 5px !important;
			grid-template-columns: 22px minmax(0, 1fr) !important;
			margin: 0 !important;
		}

.development-page .nhf-dev-lead-check input {
		-webkit-appearance: none !important;
		appearance: none !important;
		background: transparent !important;
		border: 0 !important;
		box-shadow: none !important;
		height: 1px !important;
		margin: 0 !important;
		opacity: 0 !important;
		padding: 0 !important;
		position: absolute !important;
		width: 1px !important;
	}

.development-page .nhf-dev-lead-check > span {
			border: 1px solid rgba(134, 172, 195, 0.74) !important;
			border-radius: 4px !important;
			box-sizing: border-box !important;
			display: block !important;
			height: 18px !important;
			margin-top: 1px !important;
			position: relative !important;
			width: 18px !important;
		}

.development-page .nhf-dev-lead-check strong {
			display: block !important;
			min-width: 0 !important;
		}

.development-page .nhf-dev-lead-check input:checked + span {
		background: #20bdf0 !important;
		border-color: #20bdf0 !important;
	}

.development-page .nhf-dev-lead-check input:checked + span:after {
		border-color: #fff !important;
		border-width: 0 2px 2px 0 !important;
		height: 9px !important;
		left: 6px !important;
		top: 2px !important;
		width: 5px !important;
	}

.development-page .nhf-dev-lead-check a {
		color: #20d2ff !important;
		text-decoration: none !important;
	}

.development-page .nhf-dev-lead-divider {
		display: none !important;
	}

.development-page .nhf-dev-lead-submit {
		-webkit-appearance: none !important;
		appearance: none !important;
		align-items: center !important;
		background: linear-gradient(135deg, #24d4f6, #08aee1) !important;
		border: 0 !important;
		border-radius: 6px !important;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 28px rgba(0, 170, 220, 0.22) !important;
		color: #fff !important;
		display: inline-flex !important;
		font: 800 16px/1 "Open Sans", Arial, sans-serif !important;
		gap: 10px !important;
		height: 52px !important;
		justify-content: center !important;
		margin-top: 8px !important;
		padding: 0 18px !important;
		text-align: center !important;
		width: 100% !important;
	}

.development-page .nhf-dev-lead-submit span {
		color: #fff !important;
		font: inherit !important;
	}

.development-page .nhf-dev-lead-submit svg {
		height: 20px !important;
		order: -1 !important;
		stroke: currentColor !important;
		width: 20px !important;
	}

.development-page .nhf-dev-lead-cancel {
		-webkit-appearance: none !important;
		appearance: none !important;
		background: transparent !important;
		border: 0 !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		color: #25d3ff !important;
		cursor: pointer !important;
		display: block !important;
		font: 800 14px/1 "Open Sans", Arial, sans-serif !important;
		margin: 8px auto 0 !important;
		min-height: 28px !important;
		padding: 6px 14px !important;
		text-align: center !important;
		width: auto !important;
	}
}

/* From css/responsive_grid_mapspot.css */
html.tabs-on .development-page .hide-on-tabs {
	display: none !important;
}

@media screen and (max-width: 900px) {
.development-page .featured-ads .slider-popup-horizontal {
    width:45%;
  }

.development-page ul.info-list > li {
  width:33.33333%;
  float:left;
}
}

@media screen and (max-width: 620px) {
.development-page ul.info-list > li {
    width:50%;
   float:left;
  }
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-bookmark.nhf-development-saved {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28'%3E%3Cpath d='M15 25.4S3.4 18.6 3.4 9.8C3.4 5.7 6.1 3 9.8 3c2.2 0 4.2 1.1 5.2 2.9C16 4.1 18 3 20.2 3c3.7 0 6.4 2.7 6.4 6.8C26.6 18.6 15 25.4 15 25.4Z' fill='%23ff4d7d' stroke='%23ff4d7d' stroke-width='2.4' stroke-linejoin='round'/%3E%3C/svg%3E");
  filter: drop-shadow(0 3px 8px rgba(255, 77, 125, 0.42));
}

.search-page.search-development .nhf-search-result-bookmark.nhf-development-saved {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28'%3E%3Cpath d='M15 25.4S3.4 18.6 3.4 9.8C3.4 5.7 6.1 3 9.8 3c2.2 0 4.2 1.1 5.2 2.9C16 4.1 18 3 20.2 3c3.7 0 6.4 2.7 6.4 6.8C26.6 18.6 15 25.4 15 25.4Z' fill='%23ff4d7d' stroke='%23ff4d7d' stroke-width='2.4' stroke-linejoin='round'/%3E%3C/svg%3E");
  filter: drop-shadow(0 3px 8px rgba(255, 77, 125, 0.42));
  opacity: 1;
}

.search-page.search-development .nhf-search-featured-bookmark.nhf-development-saved {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28'%3E%3Cpath d='M15 25.4S3.4 18.6 3.4 9.8C3.4 5.7 6.1 3 9.8 3c2.2 0 4.2 1.1 5.2 2.9C16 4.1 18 3 20.2 3c3.7 0 6.4 2.7 6.4 6.8C26.6 18.6 15 25.4 15 25.4Z' fill='%23ff4d7d' stroke='%23ff4d7d' stroke-width='2.4' stroke-linejoin='round'/%3E%3C/svg%3E");
  filter: drop-shadow(0 3px 8px rgba(255, 77, 125, 0.42));
}

.search-page.search-development .nhf-development-save-pulse {
  animation: nhf-development-save-pulse 420ms ease;
}

.search-page.search-development #featured-ads .nhf-mobile-result-bookmark.nhf-development-saved {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28'%3E%3Cpath d='M15 25.4S3.4 18.6 3.4 9.8C3.4 5.7 6.1 3 9.8 3c2.2 0 4.2 1.1 5.2 2.9C16 4.1 18 3 20.2 3c3.7 0 6.4 2.7 6.4 6.8C26.6 18.6 15 25.4 15 25.4Z' fill='%23ff4d7d' stroke='%23ff4d7d' stroke-width='2.4' stroke-linejoin='round'/%3E%3C/svg%3E");
  filter: drop-shadow(0 3px 8px rgba(255, 77, 125, 0.42));
}

@media screen and (max-width: 760px) {
body.nhf-mobile-map-fullscreen .nhf-map-info-sheet .nhf-map-info-mobile-bookmark.nhf-development-saved {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28'%3E%3Cpath d='M15 25.4S3.4 18.6 3.4 9.8C3.4 5.7 6.1 3 9.8 3c2.2 0 4.2 1.1 5.2 2.9C16 4.1 18 3 20.2 3c3.7 0 6.4 2.7 6.4 6.8C26.6 18.6 15 25.4 15 25.4Z' fill='%23ff4d7d' stroke='%23ff4d7d' stroke-width='2.4' stroke-linejoin='round'/%3E%3C/svg%3E");
    filter: drop-shadow(0 3px 8px rgba(255, 77, 125, 0.42));
  }
}

@media screen and (min-width: 761px) and (max-width: 1069px) {
.development-page.nhf-shared-site-header .nhf-mobile-search-header-open {
    display: inline-flex;
    height: 58px;
    position: static;
    top: auto;
  }

.development-page.nhf-shared-site-header #top-search-form {
    display: block;
  }
}

@media screen and (max-width: 760px) {
.search-page.search-development #listings-table .nhf-mobile-result-bookmark.nhf-development-saved {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28'%3E%3Cpath d='M15 25.4S3.4 18.6 3.4 9.8C3.4 5.7 6.1 3 9.8 3c2.2 0 4.2 1.1 5.2 2.9C16 4.1 18 3 20.2 3c3.7 0 6.4 2.7 6.4 6.8C26.6 18.6 15 25.4 15 25.4Z' fill='%23ff4d7d' stroke='%23ff4d7d' stroke-width='2.4' stroke-linejoin='round'/%3E%3C/svg%3E");
    filter: drop-shadow(0 3px 8px rgba(255, 77, 125, 0.42));
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-bookmark.nhf-development-saved {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28'%3E%3Cpath d='M15 25.4S3.4 18.6 3.4 9.8C3.4 5.7 6.1 3 9.8 3c2.2 0 4.2 1.1 5.2 2.9C16 4.1 18 3 20.2 3c3.7 0 6.4 2.7 6.4 6.8C26.6 18.6 15 25.4 15 25.4Z' fill='%23ff4d7d' stroke='%23ff4d7d' stroke-width='2.4' stroke-linejoin='round'/%3E%3C/svg%3E");
    filter: drop-shadow(0 3px 8px rgba(255, 77, 125, 0.42));
  }
}

@media screen and (max-width: 760px) {
.development-page .nhf-site-footer__bottom {
    padding-bottom: calc(120px + env(safe-area-inset-bottom)) !important;
  }

.development-page.nhf-dev-sticky-footer-hidden {
    padding-bottom: 0 !important;
  }

.development-page.nhf-dev-sticky-footer-hidden .nhf-site-footer__bottom {
    padding-bottom: calc(28px + env(safe-area-inset-bottom)) !important;
  }
}

.development-page {
  background: #001018;
  color: #f4f8fb;
}

@media screen and (min-width: 901px) and (max-width: 1849px) {
body.development-page {
    padding: 0;
  }
}

.development-page.nhf-shared-site-header header + .container_all,
.development-page .nhf-development-profile-v1-main > .container_all {
  box-sizing: border-box;
  max-width: 1760px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.development-page.nhf-shared-site-header header + .container_all > .always-100 {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 761px) {
.development-page {
    --nhf-dev-desktop-content-indent: 26px;
  }

.development-page .nhf-development-profile-v1 > .always-100,
  .development-page .nhf-development-profile-v1 .top-label,
  .development-page .nhf-development-profile-v1-main .about-container.always-100 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

.development-page .nhf-development-profile-v1 .top-label {
    background-color: #001018 !important;
    background-image:
      linear-gradient(90deg, #001018 0%, rgba(0, 16, 24, 0.97) 47%, rgba(0, 16, 24, 0.7) 100%),
      linear-gradient(180deg, rgba(0, 16, 24, 0.04) 0%, rgba(0, 16, 24, 0.12) 56%, #001018 100%) !important;
    box-sizing: border-box !important;
    margin-left: -32px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 100px 32px 100px !important;
    position: relative !important;
    width: calc(100% + 64px) !important;
  }

.development-page .nhf-development-profile-v1 .top-label:before {
    background-image:
      linear-gradient(90deg, #001018 0%, rgba(0, 16, 24, 0.96) 16%, rgba(0, 16, 24, 0.58) 42%, rgba(0, 16, 24, 0.12) 68%),
      linear-gradient(180deg, rgba(0, 16, 24, 0.02) 0%, rgba(0, 16, 24, 0.08) 58%, #001018 100%),
      var(--nhf-dev-banner, none) !important;
    background-position: center center, center center, right center !important;
    background-repeat: no-repeat !important;
    background-size: cover, cover, cover !important;
    bottom: 0 !important;
    content: "" !important;
    display: block !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 32px !important;
    top: 0 !important;
    width: min(78vw, 1360px) !important;
    z-index: 0 !important;
  }

.development-page .nhf-development-profile-v1 .top-label > div,
  .development-page .nhf-development-profile-v1 .top-title {
    position: relative !important;
    z-index: 1 !important;
  }

.development-page .nhf-development-profile-v1 .top-title {
    margin-left: var(--nhf-dev-desktop-content-indent) !important;
    margin-top: 0 !important;
    max-width: calc(100% - var(--nhf-dev-desktop-content-indent)) !important;
  }

.development-page .nhf-development-profile-v1 .nhf-dev-top-label-tabs.nhf-development-profile-v1-main {
    background: transparent !important;
    clear: none !important;
    display: block !important;
    margin: 34px 0 0 var(--nhf-dev-desktop-content-indent) !important;
    max-width: calc(100% - var(--nhf-dev-desktop-content-indent)) !important;
  }

.development-page .nhf-development-profile-v1 .top-label .tab-nav-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }

.development-page .nhf-development-profile-v1-main .about-container header,
  .development-page .nhf-development-profile-v1-main .base-shadow-map {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
.development-page.nhf-shared-site-header header + .container_all,
  .development-page .nhf-development-profile-v1-main > .container_all {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (min-width: 761px) and (max-width: 900px) {
.development-page.nhf-shared-site-header header + .container_all,
  .development-page .nhf-development-profile-v1-main > .container_all {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 640px) {
.development-page.nhf-shared-site-header header + .container_all,
	  .development-page .nhf-development-profile-v1-main > .container_all {
	    padding-left: 1px;
	    padding-right: 1px;
	  }
}

body:has(.nhf-development-profile-v1),
body.grey-bg:has(.nhf-development-profile-v1),
.nhf-shared-site-header header + .container_all:has(.nhf-development-profile-v1),
.nhf-development-profile-v1,
.nhf-development-profile-v1-main,
.nhf-development-profile-v1-main > .container_all {
  background: #001018 !important;
}

@media screen and (min-width: 761px) {
html:has(.nhf-development-profile-v1),
  body:has(.nhf-development-profile-v1) {
    overflow-x: hidden !important;
  }
}

.development-page .nhf-development-profile-v1 .nhf-dev-top-label-tabs {
  display: none;
}

.nhf-development-profile-v1 .top-title h1,
.nhf-development-profile-v1 .top-title h1 .name,
.nhf-development-profile-v1 .top-title h2 {
  color: #fff !important;
}

.development-page .nhf-development-profile-v1-main .tab-nav-container,
.development-page .nhf-development-profile-v1-main > .container_all > .always-100 > .xxxlarge-88,
.development-page .nhf-dev-page-notice {
  max-width: 100% !important;
}

.development-page .nhf-development-profile-v1 .top-title {
  column-gap: 34px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  margin-top: 0 !important;
  max-width: 1760px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.development-page .nhf-development-profile-v1 .breadcrumb {
  display: none !important;
  grid-column: 1 / -1 !important;
  justify-self: start !important;
  width: auto !important;
}

.development-page .nhf-development-profile-v1 .top-title h1,
.development-page .nhf-development-profile-v1 .top-title h2 {
  grid-column: 1 !important;
}

.development-page .nhf-development-profile-v1 .top-title h1 {
  margin-bottom: 8px !important;
}

.development-page .nhf-dev-title-save {
  align-items: center !important;
  align-self: start !important;
  background: #fff !important;
  border: 1px solid rgba(32, 216, 255, 0.48) !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
  color: #07131c !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font: 800 14px/1 "Open Sans", Arial, sans-serif !important;
  gap: 8px !important;
	    grid-column: 1 / -1 !important;
  grid-row: 2 / span 2 !important;
  justify-self: end !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  min-height: 44px !important;
  padding: 0 16px 0 14px !important;
  position: absolute !important;
  right: 60px !important;
  text-transform: none !important;
  top: 50px !important;
  white-space: nowrap !important;
}

.development-page .nhf-dev-title-save svg {
  display: block !important;
  flex: 0 0 24px !important;
  height: 22px !important;
  overflow: visible !important;
  width: 24px !important;
}

.development-page .nhf-dev-title-save path {
  fill: rgba(0, 0, 0, 0.04) !important;
  stroke: currentColor !important;
  stroke-linejoin: round !important;
  stroke-width: 2.4 !important;
}

.development-page .nhf-dev-title-save:hover,
.development-page .nhf-dev-title-save:focus {
  border-color: #20d8ff !important;
  color: #000 !important;
}

.development-page .nhf-dev-title-save.nhf-development-saved {
  background: #fff5f8 !important;
  border-color: rgba(255, 77, 125, 0.66) !important;
  color: #ff4d7d !important;
}

.development-page .nhf-dev-title-save.nhf-development-saved path {
  fill: currentColor !important;
}

.development-page .nhf-dev-title-save:focus-visible {
  outline: 2px solid #21d5ff !important;
  outline-offset: 3px !important;
}

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-save-action-item {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    float: none !important;
    height: auto !important;
    justify-content: center !important;
    margin: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    position: relative !important;
    width: auto !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-save-action-item:before,
  .development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-save-action-item:after {
    content: none !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav .nhf-dev-save-action-item .nhf-dev-title-save {
    color: #07131c !important;
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: 48px !important;
    position: static !important;
    right: auto !important;
    top: auto !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav .nhf-dev-save-action-item .nhf-dev-title-save span {
    color: inherit !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav .nhf-dev-save-action-item .nhf-dev-title-save.nhf-development-saved {
    color: #ff4d7d !important;
  }

.development-page .nhf-dev-title-price-row {
  align-items: baseline !important;
  align-self: start !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 6px !important;
  grid-column: 1 !important;
  grid-row: 6 !important;
  justify-self: start !important;
  margin: 0 0 12px !important;
  min-width: 0 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.development-page .nhf-development-profile-v1 .top-title .nhf-dev-desktop-title-meta {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px 14px !important;
  grid-row: 3 !important;
  margin: 0 0 8px !important;
}

.development-page .nhf-dev-desktop-location-link {
  align-items: center !important;
  color: #fff !important;
  display: inline-flex !important;
  gap: 6px !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
}

.development-page .nhf-dev-desktop-location-link:hover,
.development-page .nhf-dev-desktop-location-link:focus {
  color: #7ce9ff !important;
  text-decoration: none !important;
}

.development-page .nhf-dev-desktop-location-link svg {
  color: #18d2ff !important;
  flex: 0 0 22px !important;
  height: 22px !important;
  width: 22px !important;
}

.development-page .nhf-dev-desktop-builder-line {
  color: rgba(231, 237, 243, 0.84) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  grid-column: 1 !important;
  grid-row: 4 !important;
  line-height: 1.35 !important;
  margin: 0 0 18px !important;
}

.development-page .nhf-dev-desktop-builder-line a {
  color: #1ed2ff !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

.development-page .nhf-dev-desktop-builder-line a:hover,
.development-page .nhf-dev-desktop-builder-line a:focus {
  color: #7ce9ff !important;
  text-decoration: underline !important;
}

.development-page .nhf-dev-desktop-title-facts {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px 10px !important;
  grid-column: 1 !important;
  grid-row: 5 !important;
  margin: 0 0 10px !important;
}

.development-page .nhf-dev-desktop-offering-pill {
  align-items: center !important;
  border: 1px solid #1ed2ff !important;
  border-radius: 7px !important;
  color: #1ed2ff !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  gap: 7px !important;
  line-height: 1.2 !important;
  padding: 6px 9px !important;
  white-space: nowrap !important;
}

.development-page .nhf-dev-desktop-offering-pill > span {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M3 18.5V9.2L11 3l8 6.2v9.3' stroke='%231ed2ff' stroke-width='1.5'/%3E%3Cpath d='M7 18.5v-6h8v6M5.5 11h11' stroke='%231ed2ff' stroke-width='1.5'/%3E%3C/svg%3E") center center / contain no-repeat !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  height: 16px !important;
  width: 18px !important;
}

.development-page .nhf-dev-desktop-size-pill {
  align-items: center !important;
  color: rgba(222, 229, 236, 0.84) !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  gap: 7px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.development-page .nhf-dev-desktop-size-pill svg {
  fill: none !important;
  flex: 0 0 auto !important;
  height: 18px !important;
  stroke: currentColor !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 2.1 !important;
  width: 18px !important;
}

.development-page .nhf-dev-desktop-title-summary {
  color: rgba(231, 237, 243, 0.78) !important;
  font-size: 16px !important;
  grid-column: 1 !important;
  grid-row: 7 !important;
  line-height: 1.55 !important;
  margin: 20px 0 30px !important;
  max-width: 660px !important;
}

.development-page .nhf-dev-desktop-about-media {
  align-items: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 48px;
  margin: 0 0 24px;
  width: 100%;
}

.development-page .nhf-dev-desktop-about-media--drawer-only {
  display: block;
  height: 0;
  margin: 0;
  overflow: visible;
}

.development-page .nhf-dev-desktop-media-reel {
  display: grid;
  gap: 10px;
  grid-auto-columns: calc((100% - 30px) / 3.5);
  grid-auto-flow: column;
  min-width: 0;
  overflow: hidden;
}

.development-page .nhf-dev-desktop-media-tile,
.development-page .nhf-dev-desktop-media-more,
.development-page .nhf-dev-desktop-media-list-item {
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  font: inherit;
}

.development-page .nhf-dev-desktop-media-tile {
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}

.development-page .nhf-dev-desktop-media-tile img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.development-page .nhf-dev-desktop-media-tile:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.28));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.development-page .nhf-dev-desktop-media-more {
  align-items: center;
  background: rgba(22, 191, 234, 0.12);
  border: 1px solid rgba(32, 216, 255, 0.42);
  border-radius: 7px;
  color: #20d8ff;
  display: inline-flex;
  justify-content: center;
  min-width: 48px;
  padding: 0;
}

.development-page .nhf-dev-desktop-media-more > span {
  border-right: 3px solid currentColor;
  border-top: 3px solid currentColor;
  display: block;
  height: 12px;
  transform: rotate(45deg);
  width: 12px;
}

.development-page .nhf-dev-desktop-media-play {
  background: rgba(0, 0, 0, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  height: 38px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  z-index: 2;
}

.development-page .nhf-dev-desktop-media-play:after {
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  content: "";
  left: 15px;
  position: absolute;
  top: 10px;
}

.development-page .nhf-dev-desktop-media-drawer[hidden] {
  display: none;
}

.development-page .nhf-dev-desktop-media-drawer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1800;
}

.development-page .nhf-dev-desktop-media-drawer-backdrop {
  backdrop-filter: blur(7px) saturate(0.84);
  -webkit-backdrop-filter: blur(7px) saturate(0.84);
  background: rgba(0, 0, 0, 0.54);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.development-page .nhf-dev-desktop-media-drawer-panel {
  background: #03111a;
  border: 1px solid rgba(32, 216, 255, 0.28);
  border-radius: 10px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.56);
  color: #fff;
  left: 50%;
  max-height: calc(100vh - 56px);
  max-width: min(1118px, calc(100vw - 48px));
  overflow-y: auto;
  padding: 28px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64vw;
}

.development-page .nhf-dev-desktop-media-drawer-head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.development-page .nhf-dev-desktop-media-drawer-head h3 {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 24px;
  font-weight: 800;
  gap: 10px;
  line-height: 1.2;
  margin: 0;
}

.development-page .nhf-dev-desktop-media-drawer-head h3:before {
  background: currentColor;
  content: "";
  flex: 0 0 auto;
  height: 24px;
  -webkit-mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3.25h14A2.75 2.75 0 0 1 21.75 6v10A2.75 2.75 0 0 1 19 18.75H5A2.75 2.75 0 0 1 2.25 16V6A2.75 2.75 0 0 1 5 3.25Zm0 1.5A1.25 1.25 0 0 0 3.75 6v8.72l3.33-3.33a2.25 2.25 0 0 1 3.18 0l1.12 1.12 3.36-3.36a2.25 2.25 0 0 1 3.18 0l2.33 2.33V6A1.25 1.25 0 0 0 19 4.75H5Zm14 12.5A1.25 1.25 0 0 0 20.25 16v-2.4l-3.39-3.39a.75.75 0 0 0-1.06 0l-3.89 3.89a.75.75 0 0 1-1.06 0L9.2 12.45a.75.75 0 0 0-1.06 0l-4.39 4.39V16A1.25 1.25 0 0 0 5 17.25h14ZM8.5 8.75a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Zm-2.5 12A.75.75 0 0 1 6.75 20h12a.75.75 0 0 1 0 1.5h-12A.75.75 0 0 1 6 20.75Z'/%3E%3C/svg%3E");
  mask: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3.25h14A2.75 2.75 0 0 1 21.75 6v10A2.75 2.75 0 0 1 19 18.75H5A2.75 2.75 0 0 1 2.25 16V6A2.75 2.75 0 0 1 5 3.25Zm0 1.5A1.25 1.25 0 0 0 3.75 6v8.72l3.33-3.33a2.25 2.25 0 0 1 3.18 0l1.12 1.12 3.36-3.36a2.25 2.25 0 0 1 3.18 0l2.33 2.33V6A1.25 1.25 0 0 0 19 4.75H5Zm14 12.5A1.25 1.25 0 0 0 20.25 16v-2.4l-3.39-3.39a.75.75 0 0 0-1.06 0l-3.89 3.89a.75.75 0 0 1-1.06 0L9.2 12.45a.75.75 0 0 0-1.06 0l-4.39 4.39V16A1.25 1.25 0 0 0 5 17.25h14ZM8.5 8.75a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Zm-2.5 12A.75.75 0 0 1 6.75 20h12a.75.75 0 0 1 0 1.5h-12A.75.75 0 0 1 6 20.75Z'/%3E%3C/svg%3E");
  width: 24px;
}

.development-page .nhf-dev-desktop-media-close {
  appearance: none;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  cursor: pointer;
  flex: 0 0 auto;
  height: 42px;
  padding: 0;
  position: relative;
  width: 42px;
}

.development-page .nhf-dev-desktop-media-close:before,
.development-page .nhf-dev-desktop-media-close:after {
  background: #fff;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 17px;
}

.development-page .nhf-dev-desktop-media-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.development-page .nhf-dev-desktop-media-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.development-page .nhf-dev-desktop-media-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.development-page .nhf-dev-desktop-media-list-item,
.development-page .nhf-dev-desktop-media-drawer .nhf-dev-mobile-video-slide {
  align-items: flex-end;
  aspect-ratio: 16 / 9;
  background-color: rgba(255, 255, 255, 0.06);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  display: flex;
  float: none;
  justify-content: flex-start;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.development-page .nhf-dev-desktop-media-list-item:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.68));
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.development-page .nhf-dev-desktop-media-list-item:hover,
.development-page .nhf-dev-desktop-media-list-item:focus {
  border-color: rgba(32, 216, 255, 0.52);
}

.development-page .nhf-dev-desktop-media-label {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  padding: 0 12px 12px;
  position: relative;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.62);
  z-index: 2;
}

.development-page .nhf-dev-desktop-media-duration {
  background: rgba(0, 0, 0, 0.65);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 5px 7px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.development-page .nhf-dev-page-notice {
  color: rgba(244, 248, 251, 0.62) !important;
  float: none !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  margin-top: -22px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 761px) {
.development-page .nhf-development-profile-v1-main .tab-nav-container {
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
    min-height: 48px !important;
    padding-top: 1px !important;
    padding-bottom: 100px !important;
    width: 100% !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav-container nav {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    max-width: 100% !important;
    overflow: visible !important;
    width: 100% !important;
  }

.development-page .nhf-development-profile-v1-main .main-tab-nav {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    width: 100% !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab {
    -webkit-appearance: none !important;
    align-items: center !important;
    background: rgba(3, 16, 28, 0.92) !important;
    border: 1px solid rgba(32, 216, 255, 0.72) !important;
    border-radius: 8px !important;
    box-shadow: inset 0 0 18px rgba(32, 216, 255, 0.06) !important;
    box-sizing: border-box !important;
    color: #20d8ff !important;
    cursor: pointer !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    float: none !important;
    font: 800 16px/1 "Open Sans", Arial, sans-serif !important;
    height: 48px !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    min-height: 48px !important;
    min-width: 0 !important;
    overflow: visible !important;
    padding: 0 16px !important;
    position: relative !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab:before,
  .development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab:after {
    content: none !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab-hidden {
    display: none !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab > div {
    align-items: center !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 10px !important;
    justify-content: center !important;
    line-height: 1 !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab div span:first-child {
    background: currentColor !important;
    display: inline-block !important;
    flex: 0 0 auto !important;
    height: 20px !important;
    width: 20px !important;
    -webkit-mask: center / contain no-repeat !important;
    mask: center / contain no-repeat !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab span:nth-child(2),
  .development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab span:nth-child(3) {
    line-height: 1 !important;
    margin-top: 0 !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab:hover,
  .development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab:focus {
    background: rgba(7, 31, 43, 0.96) !important;
    border-color: #20d8ff !important;
    color: #7ce9ff !important;
    outline: none !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab.current {
    background: linear-gradient(180deg, #48e4ff, #16c7ef) !important;
    border-color: transparent !important;
    box-shadow: 0 12px 26px rgba(9, 197, 235, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
    color: #000 !important;
    font-weight: 900 !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab.current > div,
  .development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab.current span {
    color: #000 !important;
    opacity: 1 !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab.current div span:first-child {
    background: #000 !important;
    color: #000 !important;
    opacity: 1 !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab.current:after {
    content: none !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.models-tab.nhf-dev-action-tab {
    background: rgba(3, 16, 28, 0.92) !important;
    border-color: rgba(32, 216, 255, 0.72) !important;
    color: #20d8ff !important;
    font-weight: 900 !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.models-tab.nhf-dev-action-tab:hover,
  .development-page .nhf-development-profile-v1-main .tab-nav li.models-tab.nhf-dev-action-tab:focus {
    background: rgba(7, 31, 43, 0.96) !important;
    border-color: #20d8ff !important;
    color: #7ce9ff !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.models-tab.nhf-dev-action-tab.current {
    background: linear-gradient(180deg, #48e4ff, #16c7ef) !important;
    border-color: transparent !important;
    color: #000 !important;
  }

.development-page:has(.nhf-development-profile-v1-main .about-tab.current) .nhf-dev-page-notice,
  .development-page:has(.nhf-development-profile-v1-main .gallery-tab.current) .nhf-dev-page-notice {
    margin-top: 10px !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.siteplan-tab div span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.2 4 7.6 2.7L21 4.6v15.2l-5.2 2.1-7.6-2.7L3 21.4V6.2L8.2 4Zm1 2.5v10.9l5.6 2V8.5l-5.6-2Zm7.6 2v10.6l2.2-.9V7.6l-2.2.9ZM5 7.8v10.6l2.2-.9V6.9L5 7.8Z'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.2 4 7.6 2.7L21 4.6v15.2l-5.2 2.1-7.6-2.7L3 21.4V6.2L8.2 4Zm1 2.5v10.9l5.6 2V8.5l-5.6-2Zm7.6 2v10.6l2.2-.9V7.6l-2.2.9ZM5 7.8v10.6l2.2-.9V6.9L5 7.8Z'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.models-tab div span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h10.2L20 9.8V20H4V4Zm2 2v12h12v-7h-5V6H6Zm8.5.6V9H17l-2.5-2.4ZM8 12h8v1.7H8V12Zm0 3.2h5.8V17H8v-1.8Z'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h10.2L20 9.8V20H4V4Zm2 2v12h12v-7h-5V6H6Zm8.5.6V9H17l-2.5-2.4ZM8 12h8v1.7H8V12Zm0 3.2h5.8V17H8v-1.8Z'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.gallery-tab div span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='m21 15-5-5L5 21'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.video-tab div span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6.5A2.5 2.5 0 0 1 6.5 4h11A2.5 2.5 0 0 1 20 6.5v11a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 17.5v-11Zm2.5-.7a.7.7 0 0 0-.7.7v11c0 .4.3.7.7.7h11c.4 0 .7-.3.7-.7v-11a.7.7 0 0 0-.7-.7h-11Zm3.1 3.1 5.5 3.1-5.5 3.1V8.9Z'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 6.5A2.5 2.5 0 0 1 6.5 4h11A2.5 2.5 0 0 1 20 6.5v11a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 4 17.5v-11Zm2.5-.7a.7.7 0 0 0-.7.7v11c0 .4.3.7.7.7h11c.4 0 .7-.3.7-.7v-11a.7.7 0 0 0-.7-.7h-11Zm3.1 3.1 5.5 3.1-5.5 3.1V8.9Z'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.inventory-tab div span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 4h14v16H5V4Zm2 2v12h10V6H7Zm2 2h6v1.8H9V8Zm0 3.2h6V13H9v-1.8Zm0 3.2h4.4v1.8H9v-1.8Z'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 4h14v16H5V4Zm2 2v12h10V6H7Zm2 2h6v1.8H9V8Zm0 3.2h6V13H9v-1.8Zm0 3.2h4.4v1.8H9v-1.8Z'/%3E%3C/svg%3E") !important;
  }
}

.development-page .nhf-development-profile-v1-main .tab-nav-container nav {
  border-color: rgba(140, 177, 199, 0.42) !important;
  border-radius: 9px 9px 0 0 !important;
}

.development-page .nhf-development-profile-v1-main .main-tab-nav {
  background: rgba(5, 22, 31, 0.8) !important;
}

@media screen and (min-width: 761px) {
.development-page .nhf-development-profile-v1-main .tab-nav-container nav.nhf-dev-action-nav-shell {
    border: 0 !important;
    border-radius: 0 !important;
  }

.development-page .nhf-development-profile-v1-main .main-tab-nav.nhf-dev-action-nav {
    background: transparent !important;
  }
}

.development-page .dev-last-updated {
  color: rgba(244, 248, 251, 0.72) !important;
  float: none !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  margin: 0 0 8px !important;
}

.development-page .about-disclaimer {
  color: rgba(244, 248, 251, 0.62) !important;
  float: none !important;
  margin: 0 !important;
}

.development-page .about-disclaimer p {
  color: rgba(244, 248, 251, 0.62) !important;
  float: none !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  margin: 0 0 7px !important;
}

.development-page .about-disclaimer p:last-child {
  margin-bottom: 0 !important;
}

.development-page .nhf-dev-inline-notice {
  display: inline-block !important;
  margin-left: 8px !important;
  position: relative !important;
  vertical-align: middle !important;
  z-index: 5 !important;
}

.development-page .nhf-dev-inline-notice summary {
  align-items: center !important;
  background: rgba(25, 191, 234, 0.12) !important;
  border: 1px solid rgba(25, 191, 234, 0.64) !important;
  border-radius: 50% !important;
  color: #19bfea !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font: 900 12px/1 "Open Sans", Arial, sans-serif !important;
  height: 21px !important;
  justify-content: center !important;
  list-style: none !important;
  width: 21px !important;
}

.development-page .nhf-dev-inline-notice summary::-webkit-details-marker {
  display: none !important;
}

.development-page .nhf-dev-inline-notice p {
  background: rgba(3, 14, 22, 0.97) !important;
  border: 1px solid rgba(25, 191, 234, 0.5) !important;
  border-radius: 6px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35) !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font: 700 12px/1.35 "Open Sans", Arial, sans-serif !important;
  margin: 8px 0 0 !important;
  max-width: min(260px, calc(100vw - 42px)) !important;
  padding: 10px 12px !important;
  position: absolute !important;
  right: 0 !important;
  text-align: left !important;
  width: 248px !important;
}

.development-page .nhf-dev-model-card__price-row {
  align-items: center !important;
  display: flex !important;
  gap: 8px !important;
  margin: 0 !important;
  position: relative !important;
  width: 100% !important;
}

.development-page .nhf-dev-model-card__price-row .nhf-dev-inline-notice {
  position: static !important;
}

.development-page .nhf-dev-model-card__price-row .nhf-dev-inline-notice p {
  left: 50% !important;
  max-width: 100% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  width: min(248px, 100%) !important;
}

.development-page .nhf-dev-model-card__notice {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.54) !important;
  font: 700 11px/1.35 "Open Sans", Arial, sans-serif !important;
  margin: auto 0 0 !important;
  padding-top: 12px !important;
}

.development-page .nhf-dev-model-drawer-source {
  display: none !important;
}

.development-page .nhf-dev-model-card__media-actions {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr)) !important;
  margin-top: auto !important;
  width: 100% !important;
}

.development-page .nhf-dev-model-card__media-action {
  -webkit-appearance: none !important;
  align-items: center !important;
  background: rgba(3, 16, 28, 0.92) !important;
  border: 1px solid rgba(32, 216, 255, 0.92) !important;
  border-radius: 8px !important;
  box-shadow: inset 0 0 18px rgba(32, 216, 255, 0.06) !important;
  box-sizing: border-box !important;
  color: #20d8ff !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font: 800 15px/1 "Open Sans", Arial, sans-serif !important;
  gap: 9px !important;
  height: 46px !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  min-height: 46px !important;
  min-width: 0 !important;
  padding: 0 12px !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  width: 100% !important;
}

.development-page .nhf-dev-model-card__media-action:hover,
.development-page .nhf-dev-model-card__media-action:focus {
  background: rgba(7, 31, 43, 0.96) !important;
  border-color: #20d8ff !important;
  color: #7ce9ff !important;
  text-decoration: none !important;
}

.development-page .nhf-dev-model-card__cta {
  max-width: 340px !important;
}

.development-page .nhf-dev-model-card__media-action > span:first-child {
  background: currentColor !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  height: 19px !important;
  width: 19px !important;
  -webkit-mask: center / contain no-repeat !important;
  mask: center / contain no-repeat !important;
}

.development-page .nhf-dev-model-card__levels-action {
  background: linear-gradient(180deg, #26dcff, #11bee7) !important;
  border-color: transparent !important;
  color: #00121b !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  gap: 7px !important;
  padding: 0 8px !important;
}

.development-page .nhf-dev-model-card__levels-action:hover,
.development-page .nhf-dev-model-card__levels-action:focus {
  background: linear-gradient(180deg, #48e4ff, #16c7ef) !important;
  color: #00121b !important;
}

.development-page .nhf-dev-model-card__levels-action > span:first-child {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 20h18v-2H3v2Zm2-2h4v-6H5v6Zm5 0h4V8h-4v10Zm5 0h4V4h-4v14Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 20h18v-2H3v2Zm2-2h4v-6H5v6Zm5 0h4V8h-4v10Zm5 0h4V4h-4v14Z'/%3E%3C/svg%3E") !important;
}

.development-page .nhf-dev-model-card__gallery-action > span:first-child {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h3.1l1.6-2h6.6l1.6 2H20v12H4V7Zm2 2v8h12V9h-2.2l-1.6-2H9.8L8.2 9H6Zm6 1.2a3.1 3.1 0 1 1 0 6.2 3.1 3.1 0 0 1 0-6.2Zm0 2a1.1 1.1 0 1 0 0 2.2 1.1 1.1 0 0 0 0-2.2Z'/%3E%3C/svg%3E") !important;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 7h3.1l1.6-2h6.6l1.6 2H20v12H4V7Zm2 2v8h12V9h-2.2l-1.6-2H9.8L8.2 9H6Zm6 1.2a3.1 3.1 0 1 1 0 6.2 3.1 3.1 0 0 1 0-6.2Zm0 2a1.1 1.1 0 1 0 0 2.2 1.1 1.1 0 0 0 0-2.2Z'/%3E%3C/svg%3E") !important;
}

.development-page .nhf-dev-model-card__levels-action > span:first-child,
.development-page .nhf-dev-model-card__gallery-action > span:first-child {
  background: transparent !important;
  position: relative !important;
  -webkit-mask: none !important;
  mask: none !important;
}

.development-page .nhf-dev-model-card__levels-action > span:first-child:before {
  background: transparent !important;
  border: 2px solid currentColor !important;
  border-radius: 3px !important;
  box-sizing: border-box !important;
  content: "" !important;
  height: 15px !important;
  left: 1px !important;
  position: absolute !important;
  top: 2px !important;
  width: 17px !important;
}

.development-page .nhf-dev-model-card__levels-action > span:first-child:after {
  background: currentColor !important;
  box-shadow: 0 5px 0 currentColor, 7px 0 0 currentColor, 7px 5px 0 currentColor !important;
  content: "" !important;
  height: 2px !important;
  left: 5px !important;
  position: absolute !important;
  top: 6px !important;
  width: 4px !important;
}

.development-page .nhf-dev-model-card__gallery-action > span:first-child {
  background-color: transparent !important;
  background-image: linear-gradient(currentColor, currentColor) !important;
  background-position: 7px 2px !important;
  background-repeat: no-repeat !important;
  background-size: 7px 4px !important;
}

.development-page .nhf-dev-model-card__gallery-action > span:first-child:before {
  border: 2px solid currentColor !important;
  border-radius: 3px !important;
  box-sizing: border-box !important;
  box-shadow: 5px -5px 0 -4px currentColor !important;
  content: "" !important;
  height: 12px !important;
  left: 1px !important;
  position: absolute !important;
  top: 5px !important;
  width: 17px !important;
}

.development-page .nhf-dev-model-card__gallery-action > span:first-child:after {
  border: 2px solid currentColor !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  content: "" !important;
  height: 7px !important;
  left: 6px !important;
  position: absolute !important;
  top: 7px !important;
  width: 7px !important;
}

.development-page .nhf-dev-model-card__gallery-action > span:first-child {
  background: currentColor !important;
  background-image: none !important;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 22H4a2 2 0 0 1-2-2V6'/%3E%3Cpath d='M22 13v5a2 2 0 0 1-2 2H8'/%3E%3Crect x='6' y='2' width='16' height='14' rx='2'/%3E%3Ccircle cx='11' cy='7' r='2'/%3E%3Cpath d='m22 12-3-3a2 2 0 0 0-2.8 0L10 15'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 22H4a2 2 0 0 1-2-2V6'/%3E%3Cpath d='M22 13v5a2 2 0 0 1-2 2H8'/%3E%3Crect x='6' y='2' width='16' height='14' rx='2'/%3E%3Ccircle cx='11' cy='7' r='2'/%3E%3Cpath d='m22 12-3-3a2 2 0 0 0-2.8 0L10 15'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.development-page .nhf-dev-model-card__gallery-action > span:first-child:before,
.development-page .nhf-dev-model-card__gallery-action > span:first-child:after {
  content: none !important;
  display: none !important;
}

.development-page .nhf-development-profile-v1 .breadcrumb {
  align-items: center !important;
  background: rgba(5, 17, 27, 0.78) !important;
  border: 1px solid rgba(75, 125, 160, 0.58) !important;
  border-radius: 9px !important;
  display: none !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  height: 0 !important;
  justify-self: start !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: auto !important;
}

.development-page .nhf-development-profile-v1 .breadcrumb:before {
  display: none !important;
}

.development-page .nhf-development-profile-v1 .breadcrumb li {
  align-items: center !important;
  background: transparent !important;
  color: #26d5ff !important;
  display: flex !important;
  font-size: 19px !important;
  font-weight: 500 !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.development-page .nhf-development-profile-v1 .breadcrumb li:last-child {
  display: none !important;
}

.development-page .nhf-development-profile-v1 .breadcrumb li a,
.development-page .nhf-development-profile-v1 .breadcrumb li:first-child a,
.development-page .nhf-development-profile-v1 .breadcrumb li:nth-child(n) a,
.development-page .nhf-development-profile-v1 .breadcrumb li span {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #18d2ff !important;
  display: flex !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 0 20px 0 0 !important;
  text-decoration: none !important;
}

.development-page .nhf-development-profile-v1 .breadcrumb li:first-child a {
  color: #fff !important;
  padding: 0 !important;
}

.development-page .nhf-development-profile-v1 .breadcrumb li a:before,
.development-page .nhf-development-profile-v1 .breadcrumb li a:after,
.development-page .nhf-development-profile-v1 .breadcrumb li span:before,
.development-page .nhf-development-profile-v1 .breadcrumb li span:after,
.development-page .nhf-development-profile-v1 .breadcrumb li:first-child a:after,
.development-page .nhf-development-profile-v1 .breadcrumb li:nth-child(n) a:after {
  border: 0 !important;
  content: none !important;
  display: none !important;
}

.development-page .nhf-development-profile-v1 .breadcrumb li:first-child a:before {
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3.5 11.5 12 4l8.5 7.5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 10.5V20h4.8v-5.7h3.4V20h4.8v-9.5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center / 30px 30px no-repeat,
    rgba(7, 20, 31, 0.7) !important;
  border-right: 1px solid rgba(75, 125, 160, 0.58) !important;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%) !important;
  content: "" !important;
  display: block !important;
  flex: 0 0 78px !important;
  height: 58px !important;
  left: auto !important;
  margin-left: 0 !important;
  margin-top: -8px !important;
  margin-right: 14px !important;
  position: static !important;
  top: auto !important;
  width: 78px !important;
  z-index: auto !important;
}

.development-page .nhf-development-profile-v1 .breadcrumb li:after {
  color: #25d3ff !important;
  content: "\203A" !important;
  display: inline-block !important;
  font-size: 34px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  margin: 0 14px !important;
  transform: translateY(-1px) !important;
}

.development-page .nhf-development-profile-v1 .breadcrumb li:nth-last-child(2):after {
  display: none !important;
}

.development-page .nhf-development-profile-v1 .breadcrumb li:nth-last-child(2) span,
.development-page .nhf-development-profile-v1 .breadcrumb li:nth-last-child(2) a {
  color: #fff !important;
}

.nhf-development-profile-v1-main article,
.nhf-development-profile-v1-main article section,
.nhf-development-profile-v1-main .content,
.nhf-development-profile-v1-main .content section > .always-100,
.nhf-development-profile-v1-main .about-container {
  background: transparent !important;
}

.nhf-development-profile-v1-main article {
  background: transparent !important;
  box-sizing: border-box;
  clear: both;
  overflow: visible !important;
}

.nhf-development-profile-v1-main .about-container,
.nhf-dev-contact-card,
.nhf-dev-description-copy {
  box-sizing: border-box;
  clear: both;
  display: block;
  float: none;
  width: 100%;
}

.nhf-development-profile-v1-main .content section > .always-100 {
  align-items: start;
  display: grid !important;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
}

.nhf-development-profile-v1-main .about-container {
  grid-column: 1;
  grid-row: 1;
}

.nhf-development-profile-v1-main .about-container > .always-100 {
  clear: both;
  display: block !important;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-card {
  grid-column: 2;
  grid-row: 1;
  margin: 0 !important;
}

.nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-rail {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  grid-column: 2;
  grid-row: 1;
  max-width: none !important;
  min-width: 0;
  width: 100%;
}

.nhf-development-profile-v1-main .content section > .always-100:has(> #models-content.nhf-dev-models-inline-left) > .nhf-dev-contact-rail {
  grid-row: 1 / span 3;
}

.nhf-development-profile-v1-main .content section > .always-100 > #models-content.nhf-dev-models-inline-left {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
}

.nhf-development-profile-v1-main .about-container header {
  border-radius: 0 10px 0 0 !important;
  border-top-left-radius: 0 !important;
  background-color: #001018 !important;
  -webkit-clip-path: inset(0 round 0 10px 0 0) !important;
  clip-path: inset(0 round 0 10px 0 0) !important;
  margin-bottom: 10px !important;
}

.nhf-development-profile-v1-main .banner-image {
  border: 1px solid rgba(32, 216, 255, 0.18) !important;
  border-radius: 9px !important;
  border-top-left-radius: 0 !important;
  box-sizing: border-box !important;
}

.development-page .nhf-dev-banner-save {
  align-items: center !important;
  background: rgba(2, 12, 18, 0.48) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #fff !important;
  cursor: pointer !important;
  display: inline-flex !important;
  height: 40px !important;
  justify-content: center !important;
  padding: 0 !important;
  position: absolute !important;
  right: 16px !important;
  top: 16px !important;
  width: 42px !important;
  z-index: 4 !important;
}

.development-page .nhf-dev-banner-save svg {
  display: block !important;
  height: 27px !important;
  overflow: visible !important;
  width: 29px !important;
}

.development-page .nhf-dev-banner-save path {
  fill: rgba(0, 0, 0, 0.08) !important;
  stroke: currentColor !important;
  stroke-linejoin: round !important;
  stroke-width: 2.4 !important;
}

.development-page .nhf-dev-banner-save.nhf-development-saved {
  color: #ff4d7d !important;
  filter: drop-shadow(0 3px 8px rgba(255, 77, 125, 0.42)) !important;
}

.development-page .nhf-dev-banner-save.nhf-development-saved path {
  fill: currentColor !important;
}

.development-page .nhf-dev-banner-save:focus-visible {
  outline: 2px solid #21d5ff !important;
  outline-offset: 3px !important;
}

.development-page .banner-image > .nhf-dev-banner-save {
  display: none !important;
}

.development-page .nhf-development-profile-v1-main .banner-image .headline-container {
  border-top-left-radius: 0 !important;
  box-sizing: border-box !important;
}

.development-page .nhf-development-profile-v1-main .banner-image .headline-container.go-left {
  width: 70% !important;
}

.development-page .nhf-development-profile-v1-main .about-container header:not(:has(.banner-images)) .banner-image .headline-container {
  width: 100% !important;
}

.development-page .nhf-development-profile-v1-main .banner-image .headline-container .banner-description {
  display: none !important;
}

.nhf-development-profile-v1-main .banner-images {
  background: #001018 !important;
  border-left: 10px solid #001018 !important;
  display: block !important;
  padding: 0 0 0 10px !important;
}

.nhf-development-profile-v1-main .nhf-dev-banner-image-track {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  cursor: default !important;
  display: flex !important;
  flex-direction: column !important;
  float: none !important;
  gap: 10px !important;
  height: 100% !important;
  min-height: 100% !important;
  overflow: visible !important;
  transform: translate3d(0, 0, 0);
  transition: none !important;
  width: 100% !important;
  will-change: transform !important;
}

.nhf-development-profile-v1-main .nhf-dev-banner-image-track.is-moving {
  pointer-events: none !important;
  transition: transform 1450ms cubic-bezier(0.33, 1, 0.68, 1) !important;
}

.nhf-development-profile-v1-main .banner-images .nhf-dev-banner-image-tile {
  background-position: center !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28) !important;
  flex: 0 0 calc((100% - 30px) / 4) !important;
  height: calc((100% - 30px) / 4) !important;
  overflow: hidden !important;
  width: 100% !important;
}

.nhf-development-profile-v1-main .banner-images--count-3 .nhf-dev-banner-image-tile {
  flex-basis: calc((100% - 20px) / 3) !important;
  height: calc((100% - 20px) / 3) !important;
}

.nhf-development-profile-v1-main .banner-images:not([data-nhf-banner-rail]) > div:nth-child(n+5) {
  display: none !important;
}

.nhf-development-profile-v1-main .about-container .nhf-dev-description-copy {
  max-width: none !important;
}

.nhf-development-profile-v1-main .about-container aside.small-screen-only.special-mention {
  display: none !important;
}

.nhf-development-profile-v1-main .banner-logo {
  display: none;
}

.nhf-dev-contact-card {
  background: rgba(3, 15, 23, 0.74) !important;
  border: 1px solid rgba(140, 177, 199, 0.42) !important;
  color: #fff !important;
  position: relative;
  z-index: 1;
}

.nhf-dev-contact-card *,
.nhf-dev-description-copy,
.nhf-dev-description-copy * {
  box-sizing: border-box;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-description-copy {
  background: linear-gradient(180deg, #020b13 0%, #031724 100%) !important;
  border: 1px solid rgba(32, 216, 255, 0.18) !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  color: rgba(244, 248, 251, 0.9) !important;
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.58 !important;
  margin-top: 10px !important;
  overflow: hidden !important;
  padding: 26px 26px 4px !important;
  text-align: left !important;
}

.nhf-dev-contact-card h3,
.nhf-dev-contact-card h4,
.nhf-dev-contact-card p,
.nhf-dev-contact-card span,
.nhf-dev-description-copy,
.nhf-dev-description-copy p,
.nhf-dev-description-copy li,
.nhf-dev-description-copy strong {
  color: rgba(244, 248, 251, 0.9) !important;
}

.development-page .nhf-dev-description-copy p,
.development-page .nhf-dev-description-copy li {
  float: none !important;
  font-size: 18px !important;
  line-height: 1.58 !important;
  margin: 0 0 20px !important;
  width: auto !important;
}

.development-page .nhf-dev-description-copy p:last-child,
.development-page .nhf-dev-description-copy li:last-child {
  margin-bottom: 0 !important;
}

.development-page .nhf-dev-description-copy h2,
.development-page .nhf-dev-description-copy h3,
.development-page .nhf-dev-description-copy h4 {
  color: #fff !important;
  float: none !important;
  font-family: "Open Sans", Roboto, Arial, sans-serif !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.18 !important;
  margin: 32px 0 16px !important;
  padding: 0 0 0 16px !important;
  position: relative !important;
  text-align: left !important;
  width: auto !important;
}

.development-page .nhf-dev-description-copy h2:before,
.development-page .nhf-dev-description-copy h3:before,
.development-page .nhf-dev-description-copy h4:before {
  background: #20d8ff !important;
  border-radius: 999px !important;
  content: "" !important;
  height: 100% !important;
  left: 0 !important;
  min-height: 22px !important;
  position: absolute !important;
  top: 0 !important;
  width: 3px !important;
}

.development-page .nhf-dev-description-copy .images-container {
  background: #04131d !important;
  border: 1px solid rgba(32, 216, 255, 0.18) !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  clear: both !important;
  display: grid !important;
  float: none !important;
  gap: 4px !important;
  margin: 26px 0 18px !important;
  overflow: hidden !important;
  padding: 4px !important;
  width: 100% !important;
}

.development-page .nhf-dev-description-copy .images-container:not(:has(img)) {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.development-page .nhf-dev-description-copy .images-container img {
  border-radius: 4px !important;
  display: block !important;
  float: none !important;
  height: 100% !important;
  margin: 0 !important;
  min-height: 0 !important;
  object-fit: cover !important;
  width: 100% !important;
}

.development-page .nhf-dev-description-copy .container-1-images {
  grid-template-columns: 1fr !important;
}

.development-page .nhf-dev-description-copy .container-1-images img {
  aspect-ratio: 16 / 9 !important;
}

.development-page .nhf-dev-description-copy .container-2-images {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: auto !important;
}

.development-page .nhf-dev-description-copy .container-2-images img:first-child {
  aspect-ratio: 16 / 9 !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.development-page .nhf-dev-description-copy .container-2-images img:nth-child(2) {
  aspect-ratio: 16 / 9 !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
}

@media screen and (min-width: 901px) {
.development-page .nhf-dev-description-copy .container-2-images figcaption,
  .development-page .nhf-dev-description-copy .container-2-images span {
    align-items: center !important;
    background: linear-gradient(180deg, rgba(6, 31, 45, 0.96), rgba(3, 17, 27, 0.98)) !important;
    border: 1px solid rgba(32, 216, 255, 0.18) !important;
    border-left: 3px solid #20d8ff !important;
    border-radius: 6px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    box-sizing: border-box !important;
    color: rgba(226, 233, 238, 0.78) !important;
    display: flex !important;
    float: none !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    justify-content: flex-start !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    min-height: 34px !important;
    padding: 8px 10px 8px 12px !important;
    text-align: left !important;
    width: 100% !important;
  }
}

.development-page .nhf-dev-description-copy .container-3-images,
.development-page .nhf-dev-description-copy .container-1-large-2-small-images {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) !important;
  grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
}

.development-page .nhf-dev-description-copy .container-3-images img:first-child,
.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:first-child {
  aspect-ratio: auto !important;
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
}

.development-page .nhf-dev-description-copy .container-3-images img:nth-child(2),
.development-page .nhf-dev-description-copy .container-3-images img:nth-child(3),
.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:nth-child(2),
.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:nth-child(3) {
  aspect-ratio: 16 / 9 !important;
  grid-column: 2 !important;
}

.development-page .nhf-dev-description-copy .container-3-images img:nth-child(2),
.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:nth-child(2) {
  grid-row: 1 !important;
}

.development-page .nhf-dev-description-copy .container-3-images img:nth-child(3),
.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:nth-child(3) {
  grid-row: 2 !important;
}

@media screen and (min-width: 901px) {
.development-page .nhf-dev-description-copy .container-3-images figcaption,
  .development-page .nhf-dev-description-copy .container-3-images span,
  .development-page .nhf-dev-description-copy .container-1-large-2-small-images figcaption,
  .development-page .nhf-dev-description-copy .container-1-large-2-small-images span {
    align-items: center !important;
    align-self: stretch !important;
    background: linear-gradient(180deg, rgba(6, 31, 45, 0.96), rgba(3, 17, 27, 0.98)) !important;
    border: 1px solid rgba(32, 216, 255, 0.18) !important;
    border-left: 3px solid #20d8ff !important;
    border-radius: 6px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    box-sizing: border-box !important;
    color: rgba(226, 233, 238, 0.78) !important;
    display: flex !important;
    float: none !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    justify-content: flex-start !important;
    line-height: 1.35 !important;
    margin: 0 !important;
    min-height: 34px !important;
    padding: 8px 10px 8px 12px !important;
    text-align: left !important;
    width: 100% !important;
  }
}

.nhf-dev-contact-card .nhf-dev-contact-note,
.nhf-dev-contact-card .nhf-dev-contact-note span {
  color: rgba(226, 233, 238, 0.78) !important;
}

.nhf-dev-contact-card .nhf-dev-contact-note i,
.nhf-dev-contact-card .nhf-dev-contact-note [data-nhf-icon] {
  color: rgba(226, 233, 238, 0.82) !important;
}

.nhf-dev-contact-card a,
.nhf-dev-description-copy a,
.nhf-dev-description-copy .article-location {
  color: #00d2ff !important;
}

.development-page .nhf-dev-description-copy .article-location {
  color: #20d8ff !important;
  display: block !important;
  float: none !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  margin: 0 0 8px !important;
  text-transform: uppercase !important;
  width: auto !important;
}

.nhf-development-profile-v1 .top-title h1,
.nhf-development-profile-v1 .top-title h2,
.nhf-development-profile-v1 .top-title h1 *,
.nhf-development-profile-v1 .top-title h2 *,
.nhf-dev-contact-card h3,
.nhf-dev-contact-card h4,
.nhf-dev-contact-card p,
.nhf-dev-contact-card span,
.nhf-dev-contact-card a {
  max-width: 100%;
  overflow-wrap: anywhere;
  white-space: normal !important;
  word-break: normal;
}

.nhf-dev-contact-details p,
.nhf-dev-presentation p {
  min-width: 0;
}

.nhf-dev-contact-details p span,
.nhf-dev-presentation p span {
  min-width: 0;
}

.nhf-dev-presentation h4 {
  align-items: flex-start !important;
}

.nhf-dev-presentation h4 span {
  display: block;
  min-width: 0;
}

.nhf-dev-contact-grid,
.nhf-dev-contact-map,
.nhf-dev-contact-details,
.nhf-dev-contact-actions {
  clear: none !important;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-width: 0;
  position: relative;
  right: auto !important;
}

.nhf-dev-contact-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  width: 100% !important;
}

.nhf-dev-contact-actions {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
}

.nhf-dev-contact-head {
  align-items: center !important;
  display: flex !important;
  gap: 18px !important;
  justify-content: space-between !important;
}

.nhf-dev-contact-head p,
.nhf-dev-contact-note,
.nhf-dev-glance-row span,
.nhf-dev-contact-hours-table thead th,
.nhf-dev-contact-hours-table tbody th {
  color: rgba(238, 245, 249, 0.72) !important;
}

.nhf-dev-contact-details p,
.nhf-dev-contact-details a,
.nhf-dev-external-icon {
  color: #00d2ff !important;
}

.nhf-dev-presentation-location p,
.nhf-dev-contact-hours-table td {
  color: rgba(238, 245, 249, 0.9) !important;
}

.nhf-dev-glance-row strong,
.nhf-dev-contact-hours-table .is-today {
  color: #fff !important;
}

.nhf-dev-contact-actions a,
.nhf-dev-contact-actions .nhf-dev-primary-action {
  align-items: center !important;
  background: linear-gradient(180deg, rgba(5, 28, 41, 0.98), rgba(2, 17, 27, 0.98)) !important;
  border: 1px solid rgba(32, 216, 255, 0.72) !important;
  border-radius: 7px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 10px 22px rgba(0, 0, 0, 0.24) !important;
  color: #7ce9ff !important;
  display: inline-flex !important;
  font-weight: 900 !important;
  gap: 9px !important;
  justify-content: center !important;
  grid-column: auto !important;
  line-height: 1.15 !important;
  min-height: 40px !important;
  padding: 10px 12px !important;
  text-decoration: none !important;
  text-shadow: none !important;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease !important;
}

.nhf-dev-contact-actions .nhf-dev-primary-action--email {
  background: linear-gradient(180deg, #2fe0ff 0%, #139bd2 100%) !important;
  border-color: rgba(255, 255, 255, 0.38) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 12px 24px rgba(0, 145, 196, 0.34) !important;
  color: #050505 !important;
  grid-column: auto !important;
}

.nhf-dev-contact-actions a:hover,
.nhf-dev-contact-actions a:focus,
.nhf-dev-contact-actions .nhf-dev-primary-action:hover,
.nhf-dev-contact-actions .nhf-dev-primary-action:focus {
  background: linear-gradient(180deg, rgba(7, 39, 57, 1), rgba(3, 24, 36, 1)) !important;
  border-color: #20d8ff !important;
  color: #ffffff !important;
  outline: none !important;
  transform: translateY(-1px) !important;
}

.nhf-dev-contact-actions .nhf-dev-primary-action--email:hover,
.nhf-dev-contact-actions .nhf-dev-primary-action--email:focus {
  background: linear-gradient(180deg, #45e6ff 0%, #16a9e0 100%) !important;
  border-color: rgba(255, 255, 255, 0.58) !important;
  color: #050505 !important;
}

.nhf-dev-contact-actions a:only-child {
  grid-column: 1 / -1 !important;
}

.nhf-dev-contact-actions i,
.nhf-dev-contact-actions [data-nhf-icon] {
  color: currentColor !important;
  flex: 0 0 auto !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

.nhf-dev-contact-actions span {
  color: currentColor !important;
  min-width: 0 !important;
}

.nhf-dev-contact-map {
  height: 210px !important;
  width: 100% !important;
}

.development-page .nhf-dev-desktop-contact-map {
  border: 1px solid rgba(140, 177, 199, 0.42) !important;
  border-radius: 9px !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22) !important;
  max-width: none !important;
}

.development-page .nhf-dev-desktop-contact-map:after,
.development-page .nhf-dev-desktop-contact-map:before {
  content: none !important;
}

.development-page .nhf-dev-desktop-contact-map .nhf-dev-contact-map-expand {
  display: none !important;
}

.development-page .nhf-dev-desktop-contact-map .nhf-dev-contact-map-location {
  align-items: center !important;
  background: rgba(1, 15, 23, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 999px !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28) !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  gap: 7px !important;
  bottom: 12px !important;
  left: 12px !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  max-width: calc(100% - 24px) !important;
  padding: 8px 11px !important;
  position: absolute !important;
  text-transform: uppercase !important;
  top: auto !important;
  z-index: 4 !important;
}

.development-page .nhf-dev-desktop-contact-map .nhf-dev-contact-map-location i {
  color: #1ed2ff !important;
  flex: 0 0 auto !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

.development-page .nhf-dev-desktop-contact-map .nhf-dev-contact-map-location span {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.nhf-dev-static-map-pin {
  box-sizing: border-box !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 76'%3E%3Cpath d='M32 74S7 48.6 7 27.5C7 12.9 18.2 2 32 2s25 10.9 25 25.5C57 48.6 32 74 32 74Z' fill='%23fff' stroke='%2319bfea' stroke-width='4'/%3E%3Ccircle cx='32' cy='27.5' r='9' fill='%2319bfea'/%3E%3C/svg%3E") center / contain no-repeat !important;
  filter: drop-shadow(0 9px 12px rgba(0, 0, 0, 0.28)) !important;
  height: 55px !important;
  left: 50% !important;
  pointer-events: none !important;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -100%) !important;
  width: 46px !important;
  z-index: 3 !important;
}

.nhf-dev-static-map-pin:after {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.14) 48%, rgba(0, 0, 0, 0) 72%) !important;
  border-radius: 50% !important;
  bottom: -6px !important;
  content: "" !important;
  height: 12px !important;
  left: 7px !important;
  position: absolute !important;
  width: 32px !important;
  z-index: -1 !important;
}

.nhf-dev-mobile-contact-map {
  display: none !important;
}

html.nhf-dev-map-drawer-open,
body.nhf-dev-map-drawer-open {
  overflow: hidden !important;
  touch-action: none !important;
}

.development-page .nhf-dev-map-drawer {
  background: #03101a;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 180ms ease;
  z-index: 1000000;
}

.development-page .nhf-dev-map-drawer[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.development-page .nhf-dev-map-drawer__map {
  height: 100%;
  width: 100%;
}

.development-page .nhf-dev-map-drawer__logo.nhf-map-logo-badge {
  align-items: center;
  background: rgba(3, 13, 21, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
  display: flex !important;
  height: 40px;
  left: 50%;
  padding: 8px 14px;
  position: fixed;
  top: calc(16px + env(safe-area-inset-top));
  transform: translateX(-50%);
  width: auto;
  z-index: 1000005;
}

.development-page .nhf-dev-map-drawer__logo img {
  display: block;
  max-height: 22px;
  width: 168px;
}

.development-page .nhf-dev-map-drawer__back.nhf-mobile-map-back {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid #20d8ff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.42), 0 0 0 4px rgba(3, 16, 26, 0.28);
  color: #00121b;
  cursor: pointer;
  gap: 8px;
  display: inline-flex !important;
  font: 900 15px/1 "Open Sans", Arial, sans-serif;
  height: 52px;
  justify-content: center;
  left: calc(12px + env(safe-area-inset-left));
  letter-spacing: 0;
  max-width: min(360px, calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right)));
  min-width: 112px;
  overflow: hidden;
  padding: 0 18px 0 15px;
  position: fixed;
  text-overflow: ellipsis;
  top: calc(14px + env(safe-area-inset-top));
  white-space: nowrap;
  width: auto;
  z-index: 1000006;
}

.development-page .nhf-dev-map-drawer__back.nhf-mobile-map-back:before {
  background: #00121b;
  content: "";
  flex: 0 0 auto;
  height: 22px;
  -webkit-mask: url("../i/nhf-map-arrow-right.svg") center center / contain no-repeat;
  mask: url("../i/nhf-map-arrow-right.svg") center center / contain no-repeat;
  transform: rotate(180deg);
  width: 22px;
}

.development-page .nhf-dev-map-drawer__back.nhf-mobile-map-back:hover,
.development-page .nhf-dev-map-drawer__back.nhf-mobile-map-back:focus-visible {
  background: #20d8ff;
  border-color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.46), 0 0 0 5px rgba(32, 216, 255, 0.28);
  outline: none;
}

.development-page .nhf-dev-map-drawer__sheet {
  --nhf-dev-map-sheet-drag-y: 0px;
  background: radial-gradient(circle at 50% 100%, rgba(37, 199, 255, 0.22), transparent 44%), linear-gradient(180deg, #00060b 0%, #020b13 56%, #061929 100%);
  border: 1px solid rgba(104, 154, 190, 0.58);
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  bottom: 0;
  box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.55);
  box-sizing: border-box;
  color: #fff;
  display: grid;
  gap: 10px 22px;
  grid-template-areas:
    "handle handle"
    "content image";
  grid-template-columns: minmax(0, 1fr) minmax(320px, 486px);
  left: 50%;
  max-height: min(64vh, 390px);
  max-width: 920px;
  overflow: hidden;
  padding: 10px 18px calc(18px + env(safe-area-inset-bottom));
  position: fixed;
  transform: translate(-50%, var(--nhf-dev-map-sheet-drag-y));
  transition: transform 180ms ease;
  width: min(100vw, 920px);
  z-index: 1000004;
}

.development-page .nhf-dev-map-drawer__sheet:not(:has(.nhf-dev-map-drawer__image)) {
  grid-template-areas:
    "handle"
    "content";
  grid-template-columns: 1fr;
}

.development-page .nhf-dev-map-drawer--sheet-dragging .nhf-dev-map-drawer__sheet {
  transition: none;
}

.development-page .nhf-dev-map-drawer--sheet-collapsed .nhf-dev-map-drawer__sheet {
  overflow: hidden;
  transform: translate(-50%, calc(100% - 44px));
}

.development-page .nhf-dev-map-drawer__sheet .nhf-map-info-sheet-handle {
  background: transparent;
  cursor: grab;
  grid-area: handle;
  height: 24px;
  margin: 0;
  position: relative;
  touch-action: none;
  width: 100%;
}

.development-page .nhf-dev-map-drawer__sheet .nhf-map-info-sheet-handle:before {
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 54px;
}

.development-page .nhf-dev-map-drawer--sheet-dragging .nhf-map-info-sheet-handle {
  cursor: grabbing;
}

.development-page .nhf-dev-map-drawer--sheet-collapsed .nhf-map-info-sheet-handle {
  cursor: grab;
  margin-bottom: 0;
}

.development-page .nhf-dev-map-drawer__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 17px;
  grid-area: image;
  height: 188px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.development-page .nhf-dev-map-drawer__image span {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  bottom: 14px;
  display: inline-flex;
  left: 14px;
  max-width: 150px;
  min-height: 58px;
  padding: 8px 12px;
  position: absolute;
}

.development-page .nhf-dev-map-drawer__image img {
  display: block;
  max-height: 50px;
  max-width: 126px;
  object-fit: contain;
}

.development-page .nhf-dev-map-drawer__content {
  align-self: start;
  font-family: Roboto, Arial, sans-serif;
  grid-area: content;
  min-width: 0;
  padding: 8px 6px 0 2px;
}

.development-page .nhf-dev-map-drawer__eyebrow {
  color: #16d8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.development-page .nhf-dev-map-drawer__content h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 12px;
}

.development-page .nhf-dev-map-drawer__city,
.development-page .nhf-dev-map-drawer__builder,
.development-page .nhf-dev-map-drawer__address {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 7px;
}

.development-page .nhf-dev-map-drawer__city {
  align-items: center;
  display: flex;
  gap: 8px;
}

.development-page .nhf-dev-map-drawer__city span {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.2 7-12A7 7 0 0 0 5 9c0 6.8 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.4'/%3E%3C/svg%3E") center center / contain no-repeat;
  display: inline-block;
  height: 17px;
  width: 17px;
}

.development-page .nhf-dev-map-drawer__builder a {
  color: #16d8ff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.development-page .nhf-dev-map-drawer__address {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}

@media screen and (max-width: 900px) {
.development-page .nhf-dev-map-drawer__sheet {
    display: block;
    max-height: min(72vh, 540px);
    max-width: none;
    overflow: auto;
    padding: 22px 18px calc(18px + env(safe-area-inset-bottom));
    width: 100vw;
  }

.development-page .nhf-dev-map-drawer__image {
    min-height: 184px;
    width: 100%;
  }

.development-page .nhf-dev-map-drawer__content {
    padding: 14px 4px 0;
  }

.development-page .nhf-dev-map-drawer__content h2 {
    font-size: 27px;
    line-height: 1.08;
    margin-bottom: 7px;
  }

.development-page .nhf-dev-map-drawer__city,
  .development-page .nhf-dev-map-drawer__builder,
  .development-page .nhf-dev-map-drawer__address {
    font-size: 14px;
  }
}

@media screen and (max-width: 760px) {
.development-page .nhf-dev-map-drawer__back.nhf-mobile-map-back {
    background: #05080b;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
    color: transparent;
    font-size: 0;
    gap: 0;
    height: 46px;
    max-width: none;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 52px;
  }

.development-page .nhf-dev-map-drawer__back.nhf-mobile-map-back:before {
    background: #fff;
    height: 24px;
    width: 24px;
  }

.development-page .nhf-dev-map-drawer__back.nhf-mobile-map-back:hover,
  .development-page .nhf-dev-map-drawer__back.nhf-mobile-map-back:focus-visible {
    background: #05080b;
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.42);
  }

.development-page .nhf-dev-map-drawer .gm-bundled-control {
    display: none !important;
  }
}

.search-page.search-development .nhf-dev-map-drawer {
  background: #03101a;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 180ms ease;
  z-index: 1000000;
}

.search-page.search-development .nhf-dev-map-drawer[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}

.search-page.search-development .nhf-dev-map-drawer__map {
  height: 100%;
  width: 100%;
}

.search-page.search-development .nhf-dev-map-drawer__logo.nhf-map-logo-badge {
  align-items: center;
  background: rgba(3, 13, 21, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
  display: flex !important;
  height: 40px;
  left: 50%;
  padding: 8px 14px;
  position: fixed;
  top: calc(16px + env(safe-area-inset-top));
  transform: translateX(-50%);
  width: auto;
  z-index: 1000005;
}

.search-page.search-development .nhf-dev-map-drawer__logo img {
  display: block;
  max-height: 22px;
  width: 168px;
}

.search-page.search-development .nhf-dev-map-drawer__back.nhf-mobile-map-back {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 2px solid #20d8ff;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.42), 0 0 0 4px rgba(3, 16, 26, 0.28);
  color: #00121b;
  cursor: pointer;
  display: inline-flex !important;
  font: 900 15px/1 "Open Sans", Arial, sans-serif;
  gap: 8px;
  height: 52px;
  justify-content: center;
  left: calc(12px + env(safe-area-inset-left));
  letter-spacing: 0;
  min-width: 112px;
  padding: 0 18px 0 15px;
  position: fixed;
  top: calc(14px + env(safe-area-inset-top));
  width: auto;
  z-index: 1000006;
}

.search-page.search-development .nhf-dev-map-drawer__back.nhf-mobile-map-back:before {
  background: #00121b;
  content: "";
  flex: 0 0 auto;
  height: 22px;
  -webkit-mask: url("../i/nhf-map-arrow-right.svg") center center / contain no-repeat;
  mask: url("../i/nhf-map-arrow-right.svg") center center / contain no-repeat;
  transform: rotate(180deg);
  width: 22px;
}

.search-page.search-development .nhf-dev-map-drawer__back.nhf-mobile-map-back:hover,
.search-page.search-development .nhf-dev-map-drawer__back.nhf-mobile-map-back:focus-visible {
  background: #20d8ff;
  border-color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.46), 0 0 0 5px rgba(32, 216, 255, 0.28);
  outline: none;
}

.search-page.search-development .nhf-dev-map-drawer__sheet {
  --nhf-dev-map-sheet-drag-y: 0px;
  background: radial-gradient(circle at 50% 100%, rgba(37, 199, 255, 0.22), transparent 44%), linear-gradient(180deg, #00060b 0%, #020b13 56%, #061929 100%);
  border: 1px solid rgba(104, 154, 190, 0.58);
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  bottom: 0;
  box-shadow: 0 -18px 42px rgba(0, 0, 0, 0.55);
  box-sizing: border-box;
  color: #fff;
  display: grid;
  gap: 10px 22px;
  grid-template-areas:
    "handle handle"
    "content image";
  grid-template-columns: minmax(0, 1fr) minmax(320px, 486px);
  left: 50%;
  max-height: min(64vh, 390px);
  max-width: 920px;
  overflow: hidden;
  padding: 10px 18px calc(18px + env(safe-area-inset-bottom));
  position: fixed;
  transform: translate(-50%, var(--nhf-dev-map-sheet-drag-y));
  transition: transform 180ms ease;
  width: min(100vw, 920px);
  z-index: 1000004;
}

.search-page.search-development .nhf-dev-map-drawer__sheet:not(:has(.nhf-dev-map-drawer__image)) {
  grid-template-areas:
    "handle"
    "content";
  grid-template-columns: 1fr;
}

.search-page.search-development .nhf-dev-map-drawer__sheet .nhf-map-info-sheet-handle {
  background: transparent;
  cursor: default;
  grid-area: handle;
  height: 24px;
  margin: 0;
  position: relative;
  width: 100%;
}

.search-page.search-development .nhf-dev-map-drawer__sheet .nhf-map-info-sheet-handle:before {
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 54px;
}

.search-page.search-development .nhf-dev-map-drawer__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 17px;
  grid-area: image;
  height: 188px;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.search-page.search-development .nhf-dev-map-drawer__image span {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  bottom: 14px;
  display: inline-flex;
  left: 14px;
  max-width: 150px;
  min-height: 58px;
  padding: 8px 12px;
  position: absolute;
}

.search-page.search-development .nhf-dev-map-drawer__image img {
  display: block;
  max-height: 50px;
  max-width: 126px;
  object-fit: contain;
}

.search-page.search-development .nhf-dev-map-drawer__content {
  align-self: start;
  font-family: Roboto, Arial, sans-serif;
  grid-area: content;
  min-width: 0;
  padding: 8px 6px 0 2px;
}

.search-page.search-development .nhf-dev-map-drawer__eyebrow {
  color: #16d8ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.search-page.search-development .nhf-dev-map-drawer__content h2,
.search-page.search-development .nhf-dev-map-drawer__content h2 a {
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 12px;
  text-decoration: none;
}

.search-page.search-development .nhf-dev-map-drawer__city,
.search-page.search-development .nhf-dev-map-drawer__builder,
.search-page.search-development .nhf-dev-map-drawer__address {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 7px;
}

.search-page.search-development .nhf-dev-map-drawer__city {
  align-items: center;
  display: flex;
  gap: 8px;
}

.search-page.search-development .nhf-dev-map-drawer__city span {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-5.2 7-12A7 7 0 0 0 5 9c0 6.8 7 12 7 12Z'/%3E%3Ccircle cx='12' cy='9' r='2.4'/%3E%3C/svg%3E") center center / contain no-repeat;
  display: inline-block;
  height: 17px;
  width: 17px;
}

.development-page .nhf-dev-mobile-plan-actions {
  display: none !important;
}

.development-page .nhf-dev-mobile-hero {
  display: none;
}

.nhf-dev-mobile-title-meta,
.nhf-dev-mobile-title-facts {
  display: none;
}

@media screen and (max-width: 640px) {
.development-page {
    --nhf-dev-mobile-frame-inset: 0px;
  }

.development-page .nhf-development-profile-v1 .top-label {
			    padding: 0 !important;
			  }

.development-page .nhf-development-profile-v1 .top-title {
    box-sizing: border-box !important;
    display: block !important;
    margin-top: 8px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: left !important;
    width: 100% !important;
  }

.nhf-development-profile-v1 .top-title h1 {
	    font-size: 25px !important;
	    font-weight: 800 !important;
	    line-height: 1.12 !important;
	    margin-bottom: 10px !important;
	  }

.nhf-development-profile-v1 .top-title h1 .name {
    display: block !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
  }

.nhf-development-profile-v1 .top-title h1 .nhf-dev-builder-line,
  .nhf-development-profile-v1 .top-title h1 .nhf-dev-builder-break,
  .nhf-development-profile-v1 .top-title h2 {
    display: none !important;
  }

.nhf-dev-mobile-title-meta {
	    align-items: center !important;
	    color: rgba(222, 229, 236, 0.82) !important;
	    display: flex !important;
    flex-wrap: nowrap !important;
    float: none !important;
    font-size: 14px !important;
	    gap: 12px !important;
	    justify-content: space-between !important;
	    line-height: 1.35 !important;
	    margin: 0 !important;
	    padding: 0 0 10px !important;
	    text-align: left !important;
	  }

.nhf-dev-mobile-title-meta a {
	    color: #1ed2ff !important;
	    font-size: 13px !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 2px !important;
  }

.nhf-dev-mobile-location,
	  .nhf-dev-mobile-builder {
	    align-items: center !important;
	    flex: 1 1 auto !important;
    display: inline-flex !important;
    gap: 8px !important;
	    min-width: 0 !important;
	  }

.nhf-dev-mobile-title-meta .nhf-dev-mobile-builder {
    color: rgba(222, 229, 236, 0.82) !important;
  }

.nhf-dev-mobile-price {
    align-items: baseline !important;
    color: rgba(231, 235, 240, 0.78) !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    gap: 3px !important;
    line-height: 1 !important;
    margin-left: auto !important;
    white-space: nowrap !important;
  }

.nhf-dev-mobile-price span {
    font-size: 12px !important;
    font-weight: 400 !important;
  }

.nhf-dev-mobile-price strong {
    color: #1ed2ff !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

.nhf-dev-mobile-location > span {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 22' fill='none'%3E%3Cpath d='M9 20s6-5.5 6-11A6 6 0 1 0 3 9c0 5.5 6 11 6 11Z' fill='%23aab4c1'/%3E%3Ccircle cx='9' cy='9' r='2.1' fill='%23020e16'/%3E%3C/svg%3E") center center / contain no-repeat !important;
    display: inline-block !important;
    flex: 0 0 auto !important;
    height: 17px !important;
    width: 14px !important;
  }

.nhf-dev-mobile-divider {
    background: rgba(170, 180, 193, 0.36) !important;
    display: inline-block !important;
    flex: 0 0 auto !important;
    height: 15px !important;
    margin: 0 5px !important;
    width: 1px !important;
  }

.nhf-dev-mobile-title-facts {
	    align-items: center !important;
	    display: flex !important;
	    flex-wrap: wrap !important;
	    float: none !important;
	    gap: 8px 10px !important;
	    margin: 0 !important;
	    padding: 0 !important;
	  }

.nhf-dev-mobile-title-facts--has-price {
    margin-bottom: 0 !important;
  }

.nhf-dev-title-price-row span {
    color: rgba(231, 235, 240, 0.82) !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
  }

.nhf-dev-title-price-row strong {
    color: #1ed2ff !important;
    font-size: 23px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
  }

.nhf-dev-title-price-row {
    display: none !important;
  }

.nhf-dev-mobile-offering {
    align-items: center !important;
    border: 1px solid #1ed2ff !important;
    border-radius: 7px !important;
    color: #1ed2ff !important;
    display: inline-flex !important;
    font-size: 13px !important;
    gap: 6px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    max-width: 100% !important;
    padding: 5px 6px !important;
    text-decoration: none !important;
  }

.nhf-dev-mobile-offering > span {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M3 18.5V9.2L11 3l8 6.2v9.3' stroke='%231ed2ff' stroke-width='1.5'/%3E%3Cpath d='M7 18.5v-6h8v6M5.5 11h11' stroke='%231ed2ff' stroke-width='1.5'/%3E%3C/svg%3E") center center / contain no-repeat !important;
    display: inline-block !important;
    flex: 0 0 auto !important;
    height: 16px !important;
    width: 18px !important;
  }

.nhf-dev-mobile-size {
    align-items: center !important;
    color: rgba(222, 229, 236, 0.84) !important;
    display: inline-flex !important;
    font-size: 13px !important;
    gap: 6px !important;
    line-height: 1.25 !important;
  }

.nhf-dev-mobile-size > span {
    border: 2px solid rgba(170, 180, 193, 0.9) !important;
    border-radius: 3px !important;
    display: inline-block !important;
    flex: 0 0 auto !important;
    height: 16px !important;
    position: relative !important;
    width: 16px !important;
  }

.nhf-dev-mobile-size > span:after {
    background: rgba(170, 180, 193, 0.9) !important;
    bottom: 3px !important;
    content: "" !important;
    height: 2px !important;
    position: absolute !important;
    right: 3px !important;
    width: 2px !important;
  }

.nhf-dev-contact-head h3 {
    font-size: 19px !important;
    line-height: 1.2 !important;
  }

.nhf-dev-contact-details p {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

.nhf-development-profile-v1-main .tab-nav-container nav {
    margin: 0 !important;
    width: 100% !important;
  }

.nhf-development-profile-v1-main .main-tab-nav {
    min-width: 0 !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 900px) {
.nhf-development-profile-v1-main .content section > .always-100 {
    grid-template-columns: 1fr;
  }

.nhf-development-profile-v1-main .about-container,
  .nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-rail,
  .nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-card,
  .nhf-development-profile-v1-main .about-container .nhf-dev-description-copy {
    grid-column: auto;
    grid-row: auto;
  }

.nhf-development-profile-v1-main .about-container {
    display: contents;
  }

.nhf-development-profile-v1-main .about-container header {
    grid-column: 1;
    order: 1;
  }

.nhf-development-profile-v1-main .nhf-dev-mobile-image-reel {
    grid-column: 1;
    order: 2;
  }

.nhf-development-profile-v1-main .nhf-dev-mobile-contact-map {
	    border-radius: 8px !important;
		    display: block !important;
	    grid-column: 1;
	    height: 188px !important;
	    max-width: none !important;
	    order: 3;
		    width: 100% !important;
	  }

.development-page .nhf-development-profile-v1-main .nhf-dev-mobile-contact-map:after,
  .development-page .nhf-development-profile-v1-main .nhf-dev-mobile-contact-map:before {
    content: none !important;
  }

.development-page .nhf-development-profile-v1-main .nhf-dev-mobile-contact-map .nhf-dev-contact-map-expand {
    align-items: center !important;
    background: rgba(2, 12, 18, 0.56) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.5 4H4v4.5M4 4l6.2 6.2M15.5 20H20v-4.5M20 20l-6.2-6.2M15.5 4H20v4.5M20 4l-6.2 6.2M8.5 20H4v-4.5M4 20l6.2-6.2' stroke='white' stroke-width='2.05' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 19px 19px no-repeat !important;
    border: 1px solid rgba(255, 255, 255, 0.26) !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34) !important;
    box-sizing: border-box !important;
    color: #fff !important;
    display: flex !important;
    font: 700 18px/1 Arial, sans-serif !important;
    height: 34px !important;
    justify-content: center !important;
    position: absolute !important;
    right: 12px !important;
    text-decoration: none !important;
    top: 12px !important;
    width: 36px !important;
    z-index: 7 !important;
  }

.nhf-development-profile-v1-main .nhf-dev-mobile-contact-map .nhf-dev-contact-map-location {
    align-items: center !important;
    background: rgba(1, 15, 23, 0.88) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 999px !important;
    bottom: 12px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28) !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    gap: 7px !important;
    left: 12px !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    max-width: calc(100% - 24px) !important;
    padding: 8px 11px !important;
    position: absolute !important;
    text-transform: uppercase !important;
    top: auto !important;
    z-index: 2 !important;
  }

.nhf-development-profile-v1-main .nhf-dev-mobile-contact-map .nhf-dev-contact-map-location i {
    color: #1ed2ff !important;
    flex: 0 0 auto !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }

.nhf-development-profile-v1-main .nhf-dev-mobile-contact-map .nhf-dev-contact-map-location span {
    display: block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

.nhf-development-profile-v1-main .nhf-dev-description-copy > a:first-child,
  .nhf-development-profile-v1-main .nhf-dev-description-copy .article-location,
  .nhf-development-profile-v1-main .nhf-dev-description-copy > a:first-child + br {
    display: none !important;
  }

.development-page .nhf-development-profile-v1-main #gallery {
    display: none !important;
  }

.development-page .nhf-development-profile-v1-main #map-spot {
    display: none !important;
  }

.development-page .nhf-development-profile-v1-main #models-content {
			    background: transparent !important;
			    border-top: 0 !important;
			    display: block !important;
			    margin: 14px 0 0 !important;
			    padding: 10px 0 4px !important;
			  }

.development-page:has(.nhf-development-profile-v1-main #models-content) .nhf-dev-page-notice {
			    margin-top: -39px !important;
			  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading {
		    align-items: center !important;
		    column-gap: 12px !important;
		    display: grid !important;
		    grid-template-columns: 42px minmax(0, 1fr) !important;
		    margin: 0 0 22px !important;
		    padding: 0 14px !important;
		    row-gap: 0 !important;
		    text-align: left !important;
		  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading > div {
		    display: contents !important;
		  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading .nhf-dev-section-heading__icon {
		    border-radius: 8px !important;
		    flex: 0 0 42px !important;
		    grid-column: 1 !important;
		    grid-row: 1 !important;
		    height: 42px !important;
		    width: 42px !important;
		  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading .nhf-dev-section-heading__icon svg {
		    height: 26px !important;
		    width: 26px !important;
		  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading h2 {
		    font-size: 20px !important;
		    grid-column: 2 !important;
		    grid-row: 1 !important;
		    line-height: 1.15 !important;
		  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel {
		    --nhf-dev-model-card-width: min(84vw, 560px);
		  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card-grid {
		    gap: 14px !important;
		    padding: 0 max(18px, calc((100vw - var(--nhf-dev-model-card-width)) / 2)) 10px !important;
		    scroll-padding-inline: max(18px, calc((100vw - var(--nhf-dev-model-card-width)) / 2)) !important;
		  }

.nhf-development-profile-v1-main .nhf-dev-contact-card .nhf-dev-contact-map {
	    display: none !important;
	  }

.nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-rail {
    display: none !important;
  }

.nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-card {
    display: none !important;
    order: 4;
  }

.nhf-development-profile-v1-main .about-container > .always-100 {
    grid-column: 1;
    order: 4;
  }

.nhf-development-profile-v1-main .hours-and-promo-container,
  .nhf-development-profile-v1-main .news-and-articles-container {
    grid-column: 1;
    order: 5;
  }
}

@media screen and (max-width: 760px) {
.development-page .nhf-development-profile-v1 .breadcrumb {
    display: none !important;
  }
}

.development-page .nhf-development-profile-v1-main .tab-nav-container nav {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

@media screen and (max-width: 760px) {
.development-page .nhf-development-profile-v1 .top-label > a.nhf-dev-map-drawer-trigger,
  .development-page .nhf-development-profile-v1 .top-title,
  .development-page .nhf-development-profile-v1-main .about-container > header {
    display: none !important;
  }

.development-page .nhf-dev-mobile-hero {
    background: #06121d;
    color: #fff;
    display: block;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    position: relative;
    width: 100vw;
  }

.development-page .nhf-dev-mobile-hero-bg {
    background:
      linear-gradient(90deg, rgba(2, 9, 16, 0.98) 0%, rgba(2, 9, 16, 0.9) 42%, rgba(2, 9, 16, 0.18) 100%),
      linear-gradient(180deg, rgba(2, 9, 16, 0.06) 0%, rgba(2, 9, 16, 0.32) 42%, rgba(2, 9, 16, 0.96) 100%),
      var(--nhf-dev-mobile-hero-image, none) center / cover no-repeat;
    inset: 0;
    position: absolute;
    transform: translateZ(0);
    will-change: transform;
  }

.development-page .nhf-dev-mobile-hero.br-tl .nhf-dev-mobile-hero-bg {
    animation: nhfDevMobileHeroBrTl 10s linear forwards;
  }

.development-page .nhf-dev-mobile-hero.br-c .nhf-dev-mobile-hero-bg {
    animation: nhfDevMobileHeroBrC 10s linear forwards;
  }

.development-page .nhf-dev-mobile-hero.tl-c .nhf-dev-mobile-hero-bg {
    animation: nhfDevMobileHeroTlC 10s linear forwards;
  }

.development-page .nhf-dev-mobile-hero.tl-br .nhf-dev-mobile-hero-bg {
    animation: nhfDevMobileHeroTlBr 10s linear forwards;
  }

.development-page .nhf-dev-mobile-hero.panorama-r-l .nhf-dev-mobile-hero-bg {
    animation: nhfDevMobileHeroPanoramaRl 10s linear forwards;
  }

@media (prefers-reduced-motion: reduce) {
.development-page .nhf-dev-mobile-hero .nhf-dev-mobile-hero-bg {
      animation: none !important;
    }
}

.development-page .nhf-dev-mobile-hero-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 40px 21px 30px;
    position: relative;
    z-index: 1;
  }

.development-page .nhf-dev-mobile-hero h1 {
    color: #fff;
    font: 800 34px/1.08 "Open Sans", Arial, sans-serif;
    letter-spacing: 0;
    margin: 0 0 9px;
    padding: 0;
    text-align: left;
  }

.development-page .nhf-dev-mobile-hero-location {
    align-items: center;
    color: rgba(255, 255, 255, 0.88);
    display: flex;
    font-size: 16px;
    gap: 7px;
    line-height: 1.25;
    margin: 0 0 10px;
  }

.development-page .nhf-dev-mobile-hero-location svg {
    color: #10d3ff;
    flex: 0 0 16px;
    height: 16px;
    width: 16px;
  }

.development-page .nhf-dev-mobile-hero-builder {
    color: rgba(255, 255, 255, 0.9);
    font: 600 18px/1.25 "Open Sans", Arial, sans-serif;
    margin: 0 0 24px;
  }

.development-page .nhf-dev-mobile-hero-builder a {
    color: #1ed2ff;
    text-decoration: none;
  }

.development-page .nhf-dev-mobile-hero-facts {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin: 0 0 24px;
  }

.development-page .nhf-dev-mobile-hero .nhf-dev-mobile-offering,
  .development-page .nhf-dev-mobile-hero .nhf-dev-mobile-size {
    font-size: 15px !important;
    min-height: 38px !important;
    padding: 0 12px !important;
  }

.development-page .nhf-dev-mobile-hero-copy {
    color: rgba(255, 255, 255, 0.91);
    font: 500 17px/1.55 "Open Sans", Arial, sans-serif;
    margin: 0;
    max-width: min(72%, 360px);
  }

.development-page .nhf-dev-mobile-hero-actions.nhf-dev-mobile-plan-actions {
	    margin: auto 0 0 !important;
	    padding-top: 34px !important;
	  }

.development-page .nhf-dev-mobile-hero-save {
	    bottom: 128px !important;
	    right: 21px !important;
	    z-index: 5 !important;
	  }

.development-page .nhf-development-profile-v1-main .nhf-dev-mobile-plan-actions:not(.nhf-dev-mobile-hero-actions) {
	    display: none !important;
	  }

.development-page .nhf-development-profile-v1-main .tab-nav-container nav {
    display: none !important;
  }

.development-page .nhf-dev-mobile-plan-actions {
	    box-sizing: border-box !important;
	    display: grid !important;
	    gap: 12px !important;
	    grid-template-columns: repeat(auto-fit, minmax(0, 1fr)) !important;
	    margin: 0 0 18px !important;
	    padding-top: 1px !important;
	    width: 100% !important;
	  }

.development-page .nhf-dev-mobile-plan-actions--single {
    grid-template-columns: minmax(0, 50%) !important;
    padding-left: 10px !important;
  }

.development-page .nhf-dev-mobile-plan-action {
    -webkit-appearance: none !important;
    align-items: center !important;
    background: rgba(3, 16, 28, 0.92) !important;
    border: 1px solid rgba(32, 216, 255, 0.92) !important;
    border-radius: 8px !important;
    box-shadow: inset 0 0 18px rgba(32, 216, 255, 0.06) !important;
    box-sizing: border-box !important;
    color: #20d8ff !important;
    cursor: pointer !important;
    display: inline-flex !important;
    font: 800 16px/1 "Open Sans", Arial, sans-serif !important;
    gap: 10px !important;
    height: 48px !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    min-height: 48px !important;
    min-width: 0 !important;
    padding: 0 14px !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    width: 100% !important;
  }

.development-page .nhf-dev-mobile-plan-action:hover,
  .development-page .nhf-dev-mobile-plan-action:focus {
    background: rgba(7, 31, 43, 0.96) !important;
    border-color: #20d8ff !important;
    color: #7ce9ff !important;
    text-decoration: none !important;
  }

.development-page .nhf-dev-mobile-plan-action > span:first-child {
    background: currentColor !important;
    display: inline-block !important;
    flex: 0 0 auto !important;
    height: 20px !important;
    width: 20px !important;
    -webkit-mask: center / contain no-repeat !important;
    mask: center / contain no-repeat !important;
  }

.development-page .nhf-dev-model-card__media-action.nhf-dev-mobile-plan-action {
    font: 900 13px/1 "Open Sans", Arial, sans-serif !important;
    gap: 6px !important;
    padding: 0 6px !important;
  }

.development-page .nhf-dev-model-card__media-action.nhf-dev-mobile-plan-action > span:first-child {
    height: 18px !important;
    width: 18px !important;
  }

.development-page .nhf-dev-mobile-siteplan-action > span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.2 4 7.6 2.7L21 4.6v15.2l-5.2 2.1-7.6-2.7L3 21.4V6.2L8.2 4Zm1 2.5v10.9l5.6 2V8.5l-5.6-2Zm7.6 2v10.6l2.2-.9V7.6l-2.2.9ZM5 7.8v10.6l2.2-.9V6.9L5 7.8Z'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.2 4 7.6 2.7L21 4.6v15.2l-5.2 2.1-7.6-2.7L3 21.4V6.2L8.2 4Zm1 2.5v10.9l5.6 2V8.5l-5.6-2Zm7.6 2v10.6l2.2-.9V7.6l-2.2.9ZM5 7.8v10.6l2.2-.9V6.9L5 7.8Z'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-development-profile-v1 .top-title {
    display: none !important;
  }

.development-page .nhf-dev-mobile-contact-map,
  .development-page .nhf-development-profile-v1-main .about-container > .always-100,
  .development-page .nhf-development-profile-v1-main #models-content,
	  .development-page .nhf-dev-page-notice {
	    box-sizing: border-box !important;
	    justify-self: stretch !important;
			    margin-left: auto !important;
			    margin-right: auto !important;
			    max-width: 100% !important;
			    min-width: 0 !important;
			    width: 100% !important;
	  }

.development-page .nhf-dev-mobile-contact-map {
		    border-radius: 0 0 8px 8px !important;
		  }

.development-page .nhf-dev-page-notice {
	    margin-left: 0 !important;
	    margin-right: 0 !important;
	  }

.development-page .nhf-development-profile-v1-main .about-container > .always-100 {
    padding: 0 !important;
  }

.development-page .nhf-development-profile-v1-main #models-content {
    margin-top: 14px !important;
  }

.development-page:has(.nhf-development-profile-v1-main #models-content) .nhf-dev-page-notice {
    margin-top: -39px !important;
  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel {
    --nhf-dev-model-card-width: min(84vw, 560px) !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card-grid {
    padding-left: max(18px, calc((100vw - var(--nhf-dev-model-card-width)) / 2)) !important;
    padding-right: max(18px, calc((100vw - var(--nhf-dev-model-card-width)) / 2)) !important;
    scroll-padding-inline: max(18px, calc((100vw - var(--nhf-dev-model-card-width)) / 2)) !important;
  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card__facts span {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card--compact .nhf-dev-model-card__body {
    align-self: stretch !important;
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: auto !important;
  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card--compact .nhf-dev-model-card__facts,
  .development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card--compact .nhf-dev-model-card__media-actions {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card--compact .nhf-dev-model-card__facts strong {
    font-size: clamp(14px, 4.1vw, 17px) !important;
  }

@media (max-width: 360px) {
.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card--compact .nhf-dev-model-card__body {
      padding-left: 14px !important;
      padding-right: 14px !important;
    }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card__facts {
      gap: 6px !important;
    }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card__facts span {
      padding-left: 4px !important;
      padding-right: 4px !important;
    }
}

.development-page .nhf-dev-mobile-models-action {
    background: linear-gradient(180deg, #26dcff, #11bee7) !important;
    border-color: transparent !important;
    color: #00121b !important;
    font-weight: 900 !important;
  }

.development-page .nhf-dev-mobile-models-action:hover,
  .development-page .nhf-dev-mobile-models-action:focus {
    background: linear-gradient(180deg, #48e4ff, #16c7ef) !important;
    color: #00121b !important;
  }

.development-page .nhf-dev-mobile-models-action > span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h10.2L20 9.8V20H4V4Zm2 2v12h12v-7h-5V6H6Zm8.5.6V9H17l-2.5-2.4ZM8 12h8v1.7H8V12Zm0 3.2h5.8V17H8v-1.8Z'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h10.2L20 9.8V20H4V4Zm2 2v12h12v-7h-5V6H6Zm8.5.6V9H17l-2.5-2.4ZM8 12h8v1.7H8V12Zm0 3.2h5.8V17H8v-1.8Z'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-dev-model-card__levels-action > span:first-child,
  .development-page .nhf-dev-model-card__gallery-action > span:first-child {
    background: transparent !important;
    position: relative !important;
    -webkit-mask: none !important;
    mask: none !important;
  }

.development-page .nhf-dev-model-card__levels-action > span:first-child:before {
    background: transparent !important;
    border: 2px solid currentColor !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    content: "" !important;
    height: 15px !important;
    left: 1px !important;
    position: absolute !important;
    top: 2px !important;
    width: 17px !important;
  }

.development-page .nhf-dev-model-card__levels-action > span:first-child:after {
    background: currentColor !important;
    box-shadow: 0 5px 0 currentColor, 7px 0 0 currentColor, 7px 5px 0 currentColor !important;
    content: "" !important;
    height: 2px !important;
    left: 5px !important;
    position: absolute !important;
    top: 6px !important;
    width: 4px !important;
  }

.development-page .nhf-dev-model-card__gallery-action > span:first-child {
    background-color: transparent !important;
    background-image: linear-gradient(currentColor, currentColor) !important;
    background-position: 7px 2px !important;
    background-repeat: no-repeat !important;
    background-size: 7px 4px !important;
  }

.development-page .nhf-dev-model-card__gallery-action > span:first-child:before {
    border: 2px solid currentColor !important;
    border-radius: 3px !important;
    box-sizing: border-box !important;
    box-shadow: 5px -5px 0 -4px currentColor !important;
    content: "" !important;
    height: 12px !important;
    left: 1px !important;
    position: absolute !important;
    top: 5px !important;
    width: 17px !important;
  }

.development-page .nhf-dev-model-card__gallery-action > span:first-child:after {
	    border: 2px solid currentColor !important;
	    border-radius: 50% !important;
	    box-sizing: border-box !important;
	    content: "" !important;
    height: 7px !important;
    left: 6px !important;
    position: absolute !important;
	    top: 7px !important;
	    width: 7px !important;
	  }

.development-page .nhf-dev-model-card__gallery-action > span:first-child {
	    background: currentColor !important;
	    background-image: none !important;
	    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 22H4a2 2 0 0 1-2-2V6'/%3E%3Cpath d='M22 13v5a2 2 0 0 1-2 2H8'/%3E%3Crect x='6' y='2' width='16' height='14' rx='2'/%3E%3Ccircle cx='11' cy='7' r='2'/%3E%3Cpath d='m22 12-3-3a2 2 0 0 0-2.8 0L10 15'/%3E%3C/svg%3E") center / contain no-repeat !important;
	    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 22H4a2 2 0 0 1-2-2V6'/%3E%3Cpath d='M22 13v5a2 2 0 0 1-2 2H8'/%3E%3Crect x='6' y='2' width='16' height='14' rx='2'/%3E%3Ccircle cx='11' cy='7' r='2'/%3E%3Cpath d='m22 12-3-3a2 2 0 0 0-2.8 0L10 15'/%3E%3C/svg%3E") center / contain no-repeat !important;
	  }

.development-page .nhf-dev-model-card__gallery-action > span:first-child:before,
	  .development-page .nhf-dev-model-card__gallery-action > span:first-child:after {
	    content: none !important;
	    display: none !important;
	  }

.development-page .nhf-development-profile-v1-main .tab-nav li {
	    background: rgba(255, 255, 255, 0.035) !important;
	    border: 1px solid rgba(255, 255, 255, 0.28) !important;
	    border-bottom-color: rgba(255, 255, 255, 0.18) !important;
	    border-radius: 9px 9px 0 0 !important;
	    box-shadow: none !important;
	    flex: 0 0 auto !important;
	    font-size: 13px !important;
	    font-weight: 700 !important;
	    height: 50px !important;
	    min-height: 50px !important;
	    min-width: 82px !important;
	    overflow: hidden !important;
	    padding: 0 11px !important;
	    position: relative !important;
	  }

.development-page .nhf-development-profile-v1-main .tab-nav li:first-child {
	    box-shadow: none !important;
	  }

.development-page .nhf-development-profile-v1-main .tab-nav li > div {
    flex-direction: column !important;
    gap: 3px !important;
    line-height: 1 !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li div span:first-child {
    height: 24px !important;
    width: 24px !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li span:nth-child(2),
  .development-page .nhf-development-profile-v1-main .tab-nav li span:nth-child(3) {
    line-height: 1 !important;
    margin-top: 0 !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.about-tab div span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 11.1 12 4l8 7.1' stroke='%23000' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.2 9.8V20h11.6V9.8' stroke='%23000' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.3 20v-5.6h5.4V20' stroke='%23000' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 11.1 12 4l8 7.1' stroke='%23000' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.2 9.8V20h11.6V9.8' stroke='%23000' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.3 20v-5.6h5.4V20' stroke='%23000' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.siteplan-tab div span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m8.1 5 7.8 2.8L21 5.7v13.2l-5.1 2.1-7.8-2.8L3 20.3V7.1L8.1 5Z' stroke='%23000' stroke-width='1.75' stroke-linejoin='round'/%3E%3Cpath d='M8.1 5v13.2M15.9 7.8V21' stroke='%23000' stroke-width='1.75' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='m8.1 5 7.8 2.8L21 5.7v13.2l-5.1 2.1-7.8-2.8L3 20.3V7.1L8.1 5Z' stroke='%23000' stroke-width='1.75' stroke-linejoin='round'/%3E%3Cpath d='M8.1 5v13.2M15.9 7.8V21' stroke='%23000' stroke-width='1.75' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.models-tab div span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.5 11.2 12 4.7l7.5 6.5' stroke='%23000' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.3 10.1v9.2h11.4v-9.2' stroke='%23000' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.1 19.3v-4.5h5.8v4.5M12 14.8V9.4M9.9 11.5 12 9.4l2.1 2.1' stroke='%23000' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4.5 11.2 12 4.7l7.5 6.5' stroke='%23000' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.3 10.1v9.2h11.4v-9.2' stroke='%23000' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.1 19.3v-4.5h5.8v4.5M12 14.8V9.4M9.9 11.5 12 9.4l2.1 2.1' stroke='%23000' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.gallery-tab div span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4.5' y='6' width='15' height='12' rx='1.5' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='m6.6 16 3.4-4 2.4 2.8 1.7-2 3.4 3.2' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='15.8' cy='9.4' r='1.2' fill='%23000'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4.5' y='6' width='15' height='12' rx='1.5' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='m6.6 16 3.4-4 2.4 2.8 1.7-2 3.4 3.2' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='15.8' cy='9.4' r='1.2' fill='%23000'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.video-tab div span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4.5' y='6.5' width='15' height='11' rx='1.8' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='m11 10 4 2-4 2v-4Z' fill='%23000'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Crect x='4.5' y='6.5' width='15' height='11' rx='1.8' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='m11 10 4 2-4 2v-4Z' fill='%23000'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li small {
    display: none !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.gallery-tab,
  .development-page .nhf-development-profile-v1-main .tab-nav li.video-tab {
    display: none !important;
  }

.development-page .nhf-development-profile-v1-main .tab-nav li.current {
	    background: rgba(7, 25, 37, 0.95) !important;
	    border: 1px solid transparent !important;
	    border-bottom: 3px solid #00d2ff !important;
	    box-shadow: inset 0 0 0 1px rgba(41, 199, 255, 0.42) !important;
	    color: #21d5ff !important;
	  }

.development-page .nhf-development-profile-v1-main .tab-nav li.current:after {
    background: linear-gradient(135deg, #21c5e8, #06a9df) !important;
    bottom: 0 !important;
    content: "" !important;
    height: 2px !important;
    left: 10px !important;
    position: absolute !important;
    right: 10px !important;
  }

.development-page .nhf-development-profile-v1-main article {
    padding: 0 !important;
  }

.development-page .nhf-development-profile-v1-main .about-container header {
	    contain: paint !important;
    isolation: isolate !important;
    margin: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    transform: translateZ(0) !important;
    justify-self: stretch !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

.development-page .nhf-development-profile-v1-main .banner-image {
    aspect-ratio: 2.15 / 1 !important;
    border-radius: 0 10px 0 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-clip-path: inset(0 round 0 10px 0 0) !important;
    clip-path: inset(0 round 0 10px 0 0) !important;
    min-height: 0 !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
  }

.development-page .nhf-development-profile-v1-main .banner-images,
  .development-page .nhf-development-profile-v1-main .banner-image .headline-container {
    display: none !important;
  }

.development-page .nhf-development-profile-v1-main .banner-image > .banner-flag {
    display: none !important;
  }

.development-page .nhf-dev-banner-summary {
    align-items: center !important;
    background: rgba(0, 0, 0, 0.6) !important;
    bottom: 0 !important;
    box-sizing: border-box !important;
    color: rgba(255, 255, 255, 0.94) !important;
    display: flex !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    left: 0 !important;
    line-height: 1.34 !important;
    margin: 0 !important;
    max-height: 72px !important;
    min-height: 58px !important;
    overflow: hidden !important;
    padding: 10px 62px 11px 14px !important;
    position: absolute !important;
    right: 0 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.72) !important;
    z-index: 3 !important;
  }

.development-page .nhf-development-profile-v1-main .nhf-dev-mobile-banner-flag {
    background-repeat: no-repeat !important;
    background-size: 94px auto !important;
    display: block !important;
    height: 94px !important;
    left: 0 !important;
    position: absolute !important;
    right: auto !important;
    top: 0 !important;
    width: 94px !important;
    z-index: 3 !important;
  }

.development-page .nhf-dev-banner-save {
    align-items: center !important;
    background: rgba(2, 12, 18, 0.34) !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-flex !important;
    height: 34px !important;
    justify-content: center !important;
    padding: 0 !important;
    position: absolute !important;
    right: 14px !important;
    top: auto !important;
    bottom: 12px !important;
    width: 36px !important;
    z-index: 4 !important;
  }

.development-page .nhf-dev-banner-save svg {
    display: block !important;
    height: 25px !important;
    overflow: visible !important;
    width: 27px !important;
  }

.development-page .nhf-dev-banner-save path {
    fill: rgba(0, 0, 0, 0.08) !important;
    stroke: currentColor !important;
    stroke-linejoin: round !important;
    stroke-width: 2.4 !important;
  }

.development-page .nhf-dev-banner-save.nhf-development-saved {
    color: #ff4d7d !important;
    filter: drop-shadow(0 3px 8px rgba(255, 77, 125, 0.42)) !important;
  }

.development-page .nhf-dev-banner-save.nhf-development-saved path {
	    fill: currentColor !important;
	  }

.development-page .nhf-dev-mobile-hero .nhf-dev-mobile-hero-save {
		    bottom: 128px !important;
		    right: 21px !important;
		  }

.development-page .nhf-dev-title-save {
    display: none !important;
  }

.development-page {
		    padding-bottom: calc(88px + env(safe-area-inset-bottom)) !important;
	  }

.development-page .nhf-dev-sticky-footer {
    align-items: center !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    background: rgba(2, 13, 20, 0.94) !important;
    border-bottom: 1px solid #000 !important;
    border-top: 1px solid rgba(41, 199, 255, 0.32) !important;
    box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.34) !important;
    box-sizing: border-box !important;
    display: flex !important;
    gap: 9px !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom)) !important;
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: translateY(0) !important;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease !important;
    visibility: visible !important;
    width: 100% !important;
    z-index: 980 !important;
  }

.development-page .nhf-dev-sticky-footer.nhf-dev-sticky-footer--hidden {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(calc(100% + 18px)) !important;
    visibility: hidden !important;
  }

.development-page .nhf-dev-sticky-action {
    -webkit-appearance: none !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.055) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-bottom-color: rgba(255, 255, 255, 0.28) !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-flex !important;
    flex: 1 1 0 !important;
    flex-direction: column !important;
    font: 800 12px/1.1 "Open Sans", Arial, sans-serif !important;
    gap: 5px !important;
    height: 58px !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    padding: 7px 4px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: none !important;
  }

.development-page .nhf-dev-sticky-action:hover,
  .development-page .nhf-dev-sticky-action:focus {
    background: rgba(255, 255, 255, 0.09) !important;
    border-color: rgba(41, 199, 255, 0.62) !important;
    border-bottom-color: rgba(41, 199, 255, 0.72) !important;
    color: #fff !important;
    text-decoration: none !important;
  }

.development-page .nhf-dev-sticky-action svg,
  .development-page .nhf-dev-sticky-action > span:first-child {
    display: block !important;
    flex: 0 0 auto !important;
    height: 23px !important;
    width: 24px !important;
  }

.development-page .nhf-dev-sticky-action svg {
    overflow: visible !important;
  }

.development-page .nhf-dev-sticky-save path {
    fill: rgba(0, 0, 0, 0.08) !important;
    stroke: currentColor !important;
    stroke-linejoin: round !important;
    stroke-width: 2.4 !important;
  }

.development-page .nhf-dev-sticky-save.nhf-development-saved {
    color: #ff4d7d !important;
  }

.development-page .nhf-dev-sticky-save.nhf-development-saved path {
    fill: currentColor !important;
  }

.development-page .nhf-dev-sticky-save.nhf-development-saved > span:last-child {
    font-size: 0 !important;
  }

.development-page .nhf-dev-sticky-save.nhf-development-saved > span:last-child:after {
    content: "Saved" !important;
    font-size: 12px !important;
  }

.development-page .nhf-dev-sticky-email,
  .development-page .nhf-dev-sticky-website,
  .development-page .nhf-dev-sticky-phone {
    color: #19bfea !important;
  }

.development-page .nhf-dev-sticky-email > span:first-child,
  .development-page .nhf-dev-sticky-website > span:first-child,
  .development-page .nhf-dev-sticky-phone > span:first-child {
    background: currentColor !important;
    -webkit-mask: center / contain no-repeat !important;
    mask: center / contain no-repeat !important;
  }

.development-page .nhf-dev-sticky-email > span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6.5A2.5 2.5 0 0 1 5.5 4h13A2.5 2.5 0 0 1 21 6.5v11a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 17.5v-11Zm2.5-.7a.7.7 0 0 0-.7.7v.4l7.2 4.6 7.2-4.6v-.4a.7.7 0 0 0-.7-.7h-13Zm13.7 3.2-6.7 4.3a1 1 0 0 1-1 0L4.8 9v8.5c0 .4.3.7.7.7h13c.4 0 .7-.3.7-.7V9Z'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6.5A2.5 2.5 0 0 1 5.5 4h13A2.5 2.5 0 0 1 21 6.5v11a2.5 2.5 0 0 1-2.5 2.5h-13A2.5 2.5 0 0 1 3 17.5v-11Zm2.5-.7a.7.7 0 0 0-.7.7v.4l7.2 4.6 7.2-4.6v-.4a.7.7 0 0 0-.7-.7h-13Zm13.7 3.2-6.7 4.3a1 1 0 0 1-1 0L4.8 9v8.5c0 .4.3.7.7.7h13c.4 0 .7-.3.7-.7V9Z'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-dev-sticky-website > span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.8a9.2 9.2 0 1 0 0 18.4 9.2 9.2 0 0 0 0-18.4Zm6.9 8.3h-3.1a14.6 14.6 0 0 0-1.2-5.2 7.4 7.4 0 0 1 4.3 5.2Zm-6.9-6.5c.5.7 1.7 2.7 1.9 6.5h-3.8c.2-3.8 1.4-5.8 1.9-6.5Zm-2.6 1.3a14.6 14.6 0 0 0-1.2 5.2H5.1a7.4 7.4 0 0 1 4.3-5.2Zm-4.3 7h3.1c.1 2 .5 3.8 1.2 5.2a7.4 7.4 0 0 1-4.3-5.2Zm6.9 6.5c-.5-.7-1.7-2.7-1.9-6.5h3.8c-.2 3.8-1.4 5.8-1.9 6.5Zm2.6-1.3c.7-1.4 1.1-3.2 1.2-5.2h3.1a7.4 7.4 0 0 1-4.3 5.2Z'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.8a9.2 9.2 0 1 0 0 18.4 9.2 9.2 0 0 0 0-18.4Zm6.9 8.3h-3.1a14.6 14.6 0 0 0-1.2-5.2 7.4 7.4 0 0 1 4.3 5.2Zm-6.9-6.5c.5.7 1.7 2.7 1.9 6.5h-3.8c.2-3.8 1.4-5.8 1.9-6.5Zm-2.6 1.3a14.6 14.6 0 0 0-1.2 5.2H5.1a7.4 7.4 0 0 1 4.3-5.2Zm-4.3 7h3.1c.1 2 .5 3.8 1.2 5.2a7.4 7.4 0 0 1-4.3-5.2Zm6.9 6.5c-.5-.7-1.7-2.7-1.9-6.5h3.8c-.2 3.8-1.4 5.8-1.9 6.5Zm2.6-1.3c.7-1.4 1.1-3.2 1.2-5.2h3.1a7.4 7.4 0 0 1-4.3 5.2Z'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-dev-sticky-phone > span:first-child {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.1 3.3 10 6.2c.7.7.7 1.8.1 2.6l-1 1.3c.8 1.7 2.1 3 3.8 3.8l1.3-1c.8-.6 1.9-.6 2.6.1l2.9 2.9c.6.6.7 1.6.2 2.4-.7 1.1-2.1 2.6-4.1 2.6C9 20.9 3.1 15 3.1 8.2c0-2 1.5-3.4 2.6-4.1.8-.5 1.8-.4 2.4.2Zm-1 2.5c-.7.5-1.2 1.3-1.2 2.4 0 5.8 4.7 10.5 10.5 10.5 1.1 0 1.9-.5 2.4-1.2l-2.4-2.4-1.6 1.2c-.3.2-.7.3-1.1.1-2.6-1.1-4.6-3.1-5.7-5.7-.2-.4-.1-.8.1-1.1l1.2-1.6-2.2-2.2Z'/%3E%3C/svg%3E") !important;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.1 3.3 10 6.2c.7.7.7 1.8.1 2.6l-1 1.3c.8 1.7 2.1 3 3.8 3.8l1.3-1c.8-.6 1.9-.6 2.6.1l2.9 2.9c.6.6.7 1.6.2 2.4-.7 1.1-2.1 2.6-4.1 2.6C9 20.9 3.1 15 3.1 8.2c0-2 1.5-3.4 2.6-4.1.8-.5 1.8-.4 2.4.2Zm-1 2.5c-.7.5-1.2 1.3-1.2 2.4 0 5.8 4.7 10.5 10.5 10.5 1.1 0 1.9-.5 2.4-1.2l-2.4-2.4-1.6 1.2c-.3.2-.7.3-1.1.1-2.6-1.1-4.6-3.1-5.7-5.7-.2-.4-.1-.8.1-1.1l1.2-1.6-2.2-2.2Z'/%3E%3C/svg%3E") !important;
  }

.development-page .nhf-dev-mobile-image-reel {
    display: block !important;
    margin: 0 !important;
    justify-self: stretch !important;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }

.development-page .nhf-dev-mobile-image-track {
    box-sizing: border-box !important;
    display: flex !important;
    gap: 14px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-x: contain !important;
    padding-inline: calc((100% - min(76vw, 520px)) / 2) !important;
    scroll-padding-inline: calc((100% - min(76vw, 520px)) / 2) !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    width: 100% !important;
  }

.development-page .nhf-dev-mobile-image-reel.is-autoplaying .nhf-dev-mobile-image-track {
    scroll-behavior: smooth !important;
  }

.development-page .nhf-dev-mobile-image-reel.is-normalizing .nhf-dev-mobile-image-track {
    scroll-behavior: auto !important;
    scroll-snap-type: none !important;
    visibility: hidden !important;
  }

.development-page .nhf-dev-mobile-image-track::-webkit-scrollbar {
    display: none !important;
  }

.development-page .nhf-dev-mobile-image-slide,
  .development-page .nhf-dev-mobile-video-slide {
    aspect-ratio: 1.72 / 1 !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18) !important;
    box-sizing: border-box !important;
    contain: layout paint !important;
    flex: 0 0 min(76vw, 520px) !important;
    max-width: min(76vw, 520px) !important;
    min-width: min(76vw, 520px) !important;
    position: relative !important;
    scroll-snap-align: center !important;
    width: min(76vw, 520px) !important;
  }

.development-page .nhf-dev-mobile-video-slide:after {
    background: radial-gradient(circle at center, rgba(3, 16, 26, 0.1) 0, rgba(3, 16, 26, 0.34) 42%, rgba(3, 16, 26, 0.12) 64%), linear-gradient(180deg, rgba(0, 0, 0, 0.02) 42%, rgba(0, 0, 0, 0.62) 100%) !important;
    border-radius: inherit !important;
    content: "" !important;
    inset: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    z-index: 1 !important;
  }

.development-page .nhf-dev-mobile-video-play {
    background: rgba(3, 18, 27, 0.88) !important;
    border: 1px solid rgba(33, 213, 255, 0.82) !important;
    border-radius: 999px !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28) !important;
    box-sizing: border-box !important;
    height: 48px !important;
    left: 50% !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease !important;
    width: 48px !important;
    z-index: 2 !important;
  }

.development-page .nhf-dev-mobile-video-play:before {
    content: "" !important;
    display: none !important;
  }

.development-page .nhf-dev-mobile-video-play:after {
    border-bottom: 8px solid transparent !important;
    border-left: 13px solid #fff !important;
    border-top: 8px solid transparent !important;
    content: "" !important;
    left: 19px !important;
    position: absolute !important;
    top: 16px !important;
  }

.development-page .nhf-dev-mobile-video-slide:hover .nhf-dev-mobile-video-play,
  .development-page .nhf-dev-mobile-video-slide:focus-visible .nhf-dev-mobile-video-play {
    background: rgba(0, 27, 39, 0.94) !important;
    border-color: rgba(33, 213, 255, 1) !important;
    transform: translate(-50%, -50%) scale(1.03) !important;
  }

.development-page .nhf-dev-mobile-video-duration {
    align-items: center !important;
    background: rgba(0, 0, 0, 0.78) !important;
    border-radius: 999px !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24) !important;
    box-sizing: border-box !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    min-height: 26px !important;
    padding: 6px 9px !important;
    position: absolute !important;
    right: 12px !important;
    bottom: 12px !important;
    z-index: 2 !important;
  }

.development-page .nhf-dev-mobile-image-count {
    align-items: center !important;
    background: rgba(0, 0, 0, 0.76) !important;
    border-radius: 999px !important;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24) !important;
    box-sizing: border-box !important;
    color: #fff !important;
    display: inline-flex !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    justify-content: center !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    min-height: 26px !important;
    min-width: 50px !important;
    padding: 6px 9px !important;
    position: absolute !important;
    right: 12px !important;
    top: 12px !important;
    z-index: 2 !important;
  }
}

.development-page .nhf-dev-mobile-image-slide,
.development-page .nhf-dev-mobile-video-slide,
.development-page .nhf-dev-siteplan-viewer-trigger[data-src],
.development-page .banner-images div[data-src],
.development-page .gallery-image-container[data-src],
.development-page .nhf-dev-description-image-trigger[data-src],
.development-page .nhf-dev-model-card__hero[data-src],
.development-page .nhf-dev-model-image-tile[data-src] {
  cursor: zoom-in !important;
}

.development-page .nhf-dev-model-detail-panel .gallery-image-container[data-src],
.development-page .nhf-dev-model-detail-panel .nhf-dev-model-card__hero[data-src],
.development-page .nhf-dev-model-detail-panel .nhf-dev-model-image-tile[data-src] {
  cursor: pointer !important;
}

.development-page .nhf-dev-mobile-video-slide {
  cursor: pointer !important;
}

.development-page .nhf-dev-model-card__media > .nhf-dev-mobile-image-count {
  align-items: center !important;
  background: rgba(0, 0, 0, 0.76) !important;
  border-radius: 999px !important;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24) !important;
  box-sizing: border-box !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  justify-content: center !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  min-height: 26px !important;
  min-width: 50px !important;
  padding: 6px 9px !important;
  position: absolute !important;
  right: 12px !important;
  top: 12px !important;
  z-index: 3 !important;
}

.development-page .nhf-development-profile-v1-main #gallery ul.gallery {
  grid-template-columns: repeat(auto-fill, minmax(250px, 266px)) !important;
  justify-content: start !important;
  justify-items: stretch !important;
}

.development-page .nhf-development-profile-v1-main #gallery ul.gallery:before,
.development-page .nhf-development-profile-v1-main #gallery ul.gallery:after {
  content: none !important;
  display: none !important;
}

.development-page .nhf-dev-model-carousel {
  --nhf-dev-model-card-width: min(760px, calc(100vw - 128px));
  margin: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}

.development-page .nhf-dev-model-carousel:before,
.development-page .nhf-dev-model-carousel:after {
  bottom: 8px !important;
  content: "" !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  top: 0 !important;
  transition: opacity 175ms ease-out, transform 175ms ease-out !important;
  width: 21px !important;
  z-index: 4 !important;
}

.development-page .nhf-dev-model-carousel:before {
  background: linear-gradient(90deg, rgba(32, 216, 255, 1), rgba(32, 216, 255, 0)) !important;
  box-shadow: inset 8px 0 12px rgba(32, 216, 255, 0.26) !important;
  left: 0 !important;
  transform: translateX(-6px) !important;
}

.development-page .nhf-dev-model-carousel:after {
  background: linear-gradient(270deg, rgba(32, 216, 255, 1), rgba(32, 216, 255, 0)) !important;
  box-shadow: inset -8px 0 12px rgba(32, 216, 255, 0.26) !important;
  right: 0 !important;
  transform: translateX(6px) !important;
}

.development-page .nhf-dev-model-carousel.nhf-dev-model-carousel--edge-left:before,
.development-page .nhf-dev-model-carousel.nhf-dev-model-carousel--edge-right:after {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition: opacity 85ms ease-in, transform 85ms ease-in !important;
}

.development-page .nhf-dev-model-card-grid {
  box-sizing: border-box !important;
  display: flex !important;
  gap: 24px !important;
  margin: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  overscroll-behavior-x: contain !important;
  padding: 0 max(48px, calc((100% - var(--nhf-dev-model-card-width)) / 2)) 8px !important;
  scroll-padding-inline: max(48px, calc((100% - var(--nhf-dev-model-card-width)) / 2)) !important;
  scroll-snap-type: x mandatory !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;
  width: 100% !important;
}

.development-page .nhf-dev-model-card-grid::-webkit-scrollbar {
  display: none !important;
}

.development-page .nhf-dev-model-carousel.is-autoplaying .nhf-dev-model-card-grid {
  scroll-behavior: smooth !important;
}

.development-page .nhf-dev-model-card {
  border: 1px solid rgba(41, 199, 255, 0.32) !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  flex: 0 0 var(--nhf-dev-model-card-width) !important;
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: var(--nhf-dev-model-card-width) !important;
  min-width: 0 !important;
  overflow: hidden !important;
  scroll-snap-align: center !important;
  scroll-snap-stop: always !important;
  width: var(--nhf-dev-model-card-width) !important;
}

.development-page .nhf-dev-model-card__body {
  box-sizing: border-box !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.development-page .nhf-dev-model-card__media {
  box-sizing: border-box !important;
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100% !important;
}

.development-page .nhf-dev-model-card__topline span,
.development-page .nhf-dev-model-card__topline em {
  max-width: 100% !important;
  min-width: 0 !important;
}

.development-page .nhf-dev-model-card__topline span {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.development-page .nhf-dev-model-card__topline em {
  box-sizing: border-box !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.development-page .nhf-dev-model-card__facts {
  box-sizing: border-box !important;
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.development-page .nhf-dev-model-card__facts strong {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.nhf-dev-model-drawer .nhf-dev-model-carousel {
  --nhf-dev-model-card-width: min(760px, calc(100vw - 96px));
  margin: 0 !important;
}

.nhf-dev-model-drawer .nhf-dev-model-card-grid {
  gap: 18px !important;
  padding-bottom: 12px !important;
}

.nhf-dev-model-drawer__desktop-split {
  display: none !important;
}

.nhf-dev-model-drawer__mobile-body {
  display: block !important;
}

.nhf-dev-model-drawer__model-title {
  background: rgba(2, 13, 20, 0.96) !important;
  border-bottom: 1px solid rgba(32, 216, 255, 0.2) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24) !important;
  box-sizing: border-box !important;
  color: #20d8ff !important;
  font: 900 17px/1.18 "Open Sans", Arial, sans-serif !important;
  grid-row: 2 !important;
  left: auto !important;
  letter-spacing: 0 !important;
  min-height: 42px !important;
  overflow: hidden !important;
  padding: 11px 54px 11px 20px !important;
  pointer-events: none !important;
  position: relative !important;
  right: auto !important;
  text-overflow: ellipsis !important;
  top: auto !important;
  white-space: nowrap !important;
  width: 100% !important;
  z-index: 3 !important;
}

.nhf-dev-model-drawer__model-title[hidden] {
  display: none !important;
}

@media screen and (min-width: 701px) {
.nhf-dev-model-drawer {
    z-index: 1305 !important;
  }

.nhf-dev-model-drawer__stage {
    background: #020d14 !important;
    display: grid !important;
    grid-template-rows: 72px auto minmax(0, 1fr) !important;
  }

.nhf-dev-model-drawer__bar {
    background: #020d14 !important;
    border-bottom: 1px solid rgba(32, 216, 255, 0.22) !important;
    box-sizing: border-box !important;
    height: 72px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1760px !important;
    padding: 14px clamp(24px, 3vw, 42px) !important;
    width: 100% !important;
  }

.nhf-dev-model-drawer__model-title {
    grid-row: 2 !important;
    left: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1760px !important;
    min-height: 46px !important;
    padding: 12px clamp(24px, 3vw, 42px) !important;
    position: relative !important;
    right: auto !important;
    text-align: center !important;
    top: auto !important;
    width: 100% !important;
  }

.nhf-dev-model-drawer__bar h2 {
    align-items: center !important;
    color: #f5f8fb !important;
    display: inline-flex !important;
    font: 900 28px/1.12 "Open Sans", Arial, sans-serif !important;
    gap: 12px !important;
    letter-spacing: 0 !important;
  }

.nhf-dev-model-drawer__bar h2:before {
    background: #20d8ff !important;
    content: "" !important;
    display: inline-block !important;
    height: 50px !important;
    width: 50px !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h10.2L20 9.8V20H4V4Zm2 2v12h12v-7h-5V6H6Zm8.5.6V9H17l-2.5-2.4ZM8 12h8v1.7H8V12Zm0 3.2h5.8V17H8v-1.8Z'/%3E%3C/svg%3E") center / 28px 28px no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h10.2L20 9.8V20H4V4Zm2 2v12h12v-7h-5V6H6Zm8.5.6V9H17l-2.5-2.4ZM8 12h8v1.7H8V12Zm0 3.2h5.8V17H8v-1.8Z'/%3E%3C/svg%3E") center / 28px 28px no-repeat !important;
  }

.nhf-dev-model-drawer__close {
    height: 44px !important;
    width: 44px !important;
  }

.nhf-dev-model-drawer__body {
    box-sizing: border-box !important;
    grid-row: 3 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1760px !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 0 clamp(24px, 3vw, 42px) 26px !important;
    width: 100% !important;
  }

.nhf-dev-model-drawer__desktop-split {
    box-sizing: border-box !important;
    display: grid !important;
    gap: 28px !important;
    grid-template-columns: minmax(380px, 37%) minmax(0, 1fr) !important;
    height: 100% !important;
    min-height: 0 !important;
    padding-top: 22px !important;
    width: 100% !important;
  }

.nhf-dev-model-drawer__mobile-body {
    display: none !important;
  }

.nhf-dev-model-drawer__list,
  .nhf-dev-model-drawer__detail {
    min-height: 0 !important;
    min-width: 0 !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    scrollbar-color: rgba(32, 216, 255, 0.6) rgba(255, 255, 255, 0.08) !important;
    scrollbar-width: thin !important;
  }

.nhf-dev-model-drawer__list {
    padding-right: 8px !important;
  }

.nhf-dev-model-drawer__detail {
    padding: 0 8px 18px 0 !important;
  }

.nhf-dev-model-drawer__desktop-split .nhf-dev-model-carousel {
    margin: 0 !important;
    overflow: visible !important;
    width: 100% !important;
  }

.nhf-dev-model-drawer__desktop-split .nhf-dev-model-carousel:before,
  .nhf-dev-model-drawer__desktop-split .nhf-dev-model-carousel:after {
    content: none !important;
    display: none !important;
  }

.nhf-dev-model-drawer__desktop-split .nhf-dev-model-card-grid {
    align-content: start !important;
    display: grid !important;
    gap: 12px !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 0 18px !important;
    scroll-padding: 0 !important;
    scroll-snap-type: none !important;
  }

.nhf-dev-model-drawer__desktop-split .nhf-dev-model-card {
    border: 1px solid rgba(41, 199, 255, 0.32) !important;
    border-radius: 8px !important;
    flex: none !important;
    max-width: none !important;
    scroll-snap-align: none !important;
    width: 100% !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card {
    cursor: pointer !important;
    display: grid !important;
    grid-template-columns: clamp(158px, 42%, 188px) minmax(0, 1fr) !important;
    min-height: 174px !important;
    overflow: hidden !important;
    position: relative !important;
    transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card:hover,
  .nhf-dev-model-drawer__list .nhf-dev-model-card:focus {
    background: rgba(32, 216, 255, 0.07) !important;
    border-color: rgba(32, 216, 255, 0.82) !important;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24) !important;
    outline: 0 !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card.is-active {
    background: linear-gradient(90deg, rgba(32, 216, 255, 0.18), rgba(32, 216, 255, 0.06) 42%, rgba(6, 18, 29, 0.18)) !important;
    border-color: #20d8ff !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(32, 216, 255, 0.5), inset 6px 0 0 #20d8ff !important;
    outline: 0 !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card.is-active:after {
    background: #20d8ff !important;
    border-radius: 999px !important;
    color: #06121d !important;
    content: "Selected" !important;
    display: block !important;
    font-size: 9px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    padding: 6px 8px !important;
    position: absolute !important;
    bottom: 10px !important;
    right: 10px !important;
    text-transform: uppercase !important;
    top: auto !important;
    z-index: 2 !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card__media {
    aspect-ratio: auto !important;
    height: 100% !important;
    min-height: 174px !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card__body {
    gap: 7px !important;
    padding: 12px 20px 10px 10px !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card h3 {
    font-size: 20px !important;
    line-height: 1.1 !important;
    margin-top: -2px !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card.is-active h3 {
    color: #fff !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card__facts {
    align-items: flex-start !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    grid-template-columns: none !important;
    justify-content: flex-start !important;
    max-width: none !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card__facts span {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-height: 32px !important;
    padding: 5px 8px !important;
    width: auto !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card__facts strong {
    font-size: 13px !important;
    line-height: 1 !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card__facts em {
    font-size: 8px !important;
    line-height: 1 !important;
    margin-top: 2px !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card__fact--garage {
    grid-column: auto !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card__media-actions,
  .nhf-dev-model-drawer__list .nhf-dev-mobile-image-count {
    display: none !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card {
    background: transparent !important;
    border-color: rgba(41, 199, 255, 0.32) !important;
    flex: none !important;
    max-width: none !important;
    scroll-snap-align: none !important;
    width: 100% !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card__media {
    min-height: clamp(380px, 45vh, 610px) !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card__body {
    padding: 24px 20px 22px !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card h3 {
    font-size: 28px !important;
    line-height: 1.14 !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card__facts {
    align-items: flex-start !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    grid-template-columns: none !important;
    justify-content: flex-start !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card__facts span {
	    display: inline-flex !important;
	    flex: 0 0 auto !important;
	    flex-direction: column !important;
	    justify-content: center !important;
	    min-height: 38px !important;
	    padding: 8px 13px !important;
	    width: auto !important;
	  }
}

@media screen and (min-width: 701px) and (max-width: 1320px) {
.nhf-dev-model-drawer__bar {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

.nhf-dev-model-drawer__bar h2 {
    font-size: clamp(22px, 3.1vw, 27px) !important;
    max-width: calc(100% - 64px) !important;
  }

.nhf-dev-model-drawer__bar h2:before {
    flex: 0 0 40px !important;
    height: 40px !important;
    width: 40px !important;
    -webkit-mask-size: 23px 23px !important;
    mask-size: 23px 23px !important;
  }

.nhf-dev-model-drawer__model-title {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

.nhf-dev-model-drawer__body {
    padding: 0 18px 22px !important;
  }

.nhf-dev-model-drawer__desktop-split {
    gap: 18px !important;
    grid-template-columns: minmax(300px, 41%) minmax(0, 1fr) !important;
    padding-top: 22px !important;
  }

.nhf-dev-model-drawer__list {
    padding-right: 2px !important;
  }

.nhf-dev-model-drawer__detail {
    overflow-x: hidden !important;
    padding: 0 0 18px !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card {
    grid-template-columns: clamp(132px, 40%, 158px) minmax(0, 1fr) !important;
    min-height: 150px !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card__media {
    min-height: 150px !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card__body {
    gap: 6px !important;
    padding: 12px 14px 34px 10px !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card h3 {
    font-size: 18px !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card__topline span,
  .nhf-dev-model-drawer__list .nhf-dev-model-card__topline em {
    font-size: 11px !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card__facts {
    gap: 4px !important;
  }

.nhf-dev-model-drawer__list .nhf-dev-model-card__facts span {
    min-height: 30px !important;
    padding: 4px 6px !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card {
    box-sizing: border-box !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card__media {
    aspect-ratio: 16 / 11 !important;
    min-height: 0 !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card__body {
    gap: 14px !important;
    min-width: 0 !important;
    padding: 20px !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card h3 {
    font-size: 26px !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card__media-actions,
  .nhf-dev-model-drawer__detail .nhf-dev-model-card__level-grid,
  .nhf-dev-model-drawer__detail .nhf-dev-model-card__thumb-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card__media-action,
  .nhf-dev-model-drawer__detail .nhf-dev-model-card__cta {
    box-sizing: border-box !important;
    font-size: 13px !important;
    gap: 8px !important;
    max-width: 340px !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    white-space: normal !important;
    width: 100% !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card__cta strong {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

.nhf-dev-model-drawer__detail .nhf-dev-model-card__notice {
    font-size: 10px !important;
  }
}

html.nhf-dev-image-drawer-open,
body.nhf-dev-image-drawer-open,
html.nhf-dev-model-drawer-open,
body.nhf-dev-model-drawer-open {
  overflow: hidden !important;
  touch-action: none !important;
}

.nhf-dev-image-drawer {
  align-items: center !important;
  background: transparent !important;
  bottom: 0 !important;
  display: none !important;
  justify-content: center !important;
  left: 0 !important;
  opacity: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  transition: opacity 160ms ease !important;
  z-index: 100000 !important;
}

.nhf-dev-image-drawer[aria-hidden="false"] {
  display: flex !important;
  opacity: 1 !important;
}

.nhf-dev-image-drawer__backdrop {
  backdrop-filter: blur(7px) saturate(0.84) !important;
  -webkit-backdrop-filter: blur(7px) saturate(0.84) !important;
  background: rgba(0, 0, 0, 0.54) !important;
  bottom: 0 !important;
  cursor: zoom-out !important;
  left: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}

.nhf-dev-image-drawer__stage {
  align-items: center !important;
  display: flex !important;
  height: 100dvh !important;
  justify-content: center !important;
  overflow: hidden !important;
  padding: calc(28px + env(safe-area-inset-top)) calc(24px + env(safe-area-inset-right)) calc(28px + env(safe-area-inset-bottom)) calc(24px + env(safe-area-inset-left)) !important;
  position: relative !important;
  touch-action: none !important;
  width: 100vw !important;
  z-index: 1 !important;
}

.nhf-dev-image-drawer__image {
  display: block !important;
  max-height: calc(100dvh - 112px) !important;
  max-width: min(94vw, 1440px) !important;
  object-fit: contain !important;
  transform: translate3d(var(--nhf-dev-image-x, 0px), var(--nhf-dev-image-y, 0px), 0) scale(var(--nhf-dev-image-scale, 1)) !important;
  transform-origin: center center !important;
  transition: transform 120ms ease !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
}

.nhf-dev-image-drawer__video-wrap {
  aspect-ratio: 16 / 9 !important;
  display: none !important;
  max-height: calc(100dvh - 112px) !important;
  max-width: min(94vw, 1100px) !important;
  width: min(94vw, calc((100dvh - 112px) * 1.7778), 1100px) !important;
}

.nhf-dev-image-drawer__video {
  background: #000 !important;
  border: 0 !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
}

.nhf-dev-image-drawer__nav {
  appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  cursor: pointer !important;
  height: 128px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 86px !important;
  z-index: 3 !important;
}

.nhf-dev-image-drawer__nav[hidden],
.nhf-dev-image-drawer.is-video .nhf-dev-image-drawer__nav {
  display: none !important;
}

.nhf-dev-image-drawer__nav:before {
  content: "" !important;
  display: block !important;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.56)) !important;
  height: 0 !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 0 !important;
}

.nhf-dev-image-drawer__nav--prev {
  left: calc(22px + env(safe-area-inset-left)) !important;
}

.nhf-dev-image-drawer__nav--prev:before {
  border-bottom: 38px solid transparent !important;
  border-right: 46px solid rgba(255, 255, 255, 0.95) !important;
  border-top: 38px solid transparent !important;
  left: 18px !important;
}

.nhf-dev-image-drawer__nav--next {
  right: calc(22px + env(safe-area-inset-right)) !important;
}

.nhf-dev-image-drawer__nav--next:before {
  border-bottom: 38px solid transparent !important;
  border-left: 46px solid rgba(255, 255, 255, 0.95) !important;
  border-top: 38px solid transparent !important;
  right: 18px !important;
}

.nhf-dev-image-drawer__nav:hover:before,
.nhf-dev-image-drawer__nav:focus:before {
  filter: drop-shadow(0 5px 18px rgba(0, 0, 0, 0.72)) !important;
}

.nhf-dev-image-drawer__caption {
  background: rgba(0, 0, 0, 0.6) !important;
  border-radius: 6px !important;
  bottom: calc(22px + env(safe-area-inset-bottom)) !important;
  color: #fff !important;
  font-family: Roboto, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  left: calc(24px + env(safe-area-inset-left)) !important;
  line-height: 1.35 !important;
  margin: 0 auto !important;
  max-width: min(760px, calc(100vw - 48px)) !important;
  padding: 11px 14px !important;
  position: absolute !important;
  right: calc(24px + env(safe-area-inset-right)) !important;
  text-align: center !important;
  z-index: 2 !important;
}

.nhf-dev-image-drawer__caption[hidden],
.nhf-dev-image-drawer.is-video .nhf-dev-image-drawer__caption {
  display: none !important;
}

.nhf-dev-image-drawer__notice {
  position: absolute !important;
  right: 88px !important;
  top: calc(18px + env(safe-area-inset-top)) !important;
  z-index: 4 !important;
}

.nhf-dev-image-drawer__notice summary {
  align-items: center !important;
  background: rgba(0, 0, 0, 0.58) !important;
  border: 1px solid rgba(255, 255, 255, 0.82) !important;
  border-radius: 50% !important;
  color: #fff !important;
  cursor: pointer !important;
  display: flex !important;
  font: 900 14px/1 "Open Sans", Arial, sans-serif !important;
  height: 44px !important;
  justify-content: center !important;
  list-style: none !important;
  width: 44px !important;
}

.nhf-dev-image-drawer__notice summary::-webkit-details-marker {
  display: none !important;
}

.nhf-dev-image-drawer__notice p {
  background: rgba(0, 0, 0, 0.82) !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 7px !important;
  color: #fff !important;
  font: 700 13px/1.4 "Open Sans", Arial, sans-serif !important;
  margin: 10px 0 0 !important;
  max-width: min(280px, calc(100vw - 28px)) !important;
  padding: 12px 14px !important;
  position: absolute !important;
  right: 0 !important;
  width: 280px !important;
}

.nhf-dev-image-drawer.is-video .nhf-dev-image-drawer__image,
.nhf-dev-image-drawer.is-video .nhf-dev-image-drawer__zoom-controls {
  display: none !important;
}

.nhf-dev-image-drawer.is-video .nhf-dev-image-drawer__video-wrap {
  display: block !important;
}

.nhf-dev-image-drawer.is-dragging .nhf-dev-image-drawer__image,
.nhf-dev-image-drawer.is-pinching .nhf-dev-image-drawer__image {
  transition: none !important;
}

.nhf-dev-image-drawer__zoom {
  align-items: center !important;
  appearance: none !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28) !important;
  color: #151515 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font: 700 22px/1 Arial, sans-serif !important;
  height: 44px !important;
  justify-content: center !important;
  padding: 0 !important;
  position: absolute !important;
  width: 44px !important;
  z-index: 2 !important;
}

.nhf-dev-image-drawer__close {
  appearance: none !important;
  background: rgba(0, 0, 0, 0.24) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: transparent !important;
  cursor: pointer !important;
  font-size: 0 !important;
  height: 52px !important;
  padding: 0 !important;
  pointer-events: auto !important;
  position: fixed !important;
  right: calc(10px + env(safe-area-inset-right)) !important;
  top: calc(10px + env(safe-area-inset-top)) !important;
  width: 52px !important;
  z-index: 20 !important;
}

.nhf-dev-image-drawer__close:hover,
.nhf-dev-image-drawer__close:focus {
  background: rgba(0, 0, 0, 0.42) !important;
}

.nhf-dev-image-drawer__close:before,
.nhf-dev-image-drawer__close:after {
  background: #fff !important;
  border-radius: 999px !important;
  content: "" !important;
  height: 28px !important;
  left: 25px !important;
  position: absolute !important;
  top: 12px !important;
  width: 2px !important;
}

.nhf-dev-image-drawer__close:before {
  transform: rotate(45deg) !important;
}

.nhf-dev-image-drawer__close:after {
  transform: rotate(-45deg) !important;
}

.nhf-dev-image-drawer__zoom-controls {
  bottom: calc(82px + env(safe-area-inset-bottom)) !important;
  display: flex !important;
  gap: 12px !important;
  left: 50% !important;
  position: absolute !important;
  transform: translateX(-50%) !important;
  z-index: 2 !important;
}

.nhf-dev-image-drawer__zoom {
  position: static !important;
}

.nhf-dev-image-drawer__close:focus-visible,
.nhf-dev-image-drawer__zoom:focus-visible,
.nhf-dev-image-drawer__nav:focus-visible,
.development-page .nhf-dev-mobile-image-slide:focus-visible,
.development-page .nhf-dev-mobile-video-slide:focus-visible {
  outline: 2px solid #21d5ff !important;
  outline-offset: 3px !important;
}

@media (max-width: 700px) {
.nhf-dev-image-drawer__nav {
    display: none !important;
  }

.nhf-dev-model-drawer__body {
    padding: 14px 0 18px !important;
  }

.development-page .nhf-dev-model-carousel,
  .nhf-dev-model-drawer .nhf-dev-model-carousel {
    --nhf-dev-model-card-width: min(82vw, 560px);
  }

.nhf-dev-model-drawer .nhf-dev-model-card-grid {
    gap: 14px !important;
    padding: 0 max(35px, calc((100vw - var(--nhf-dev-model-card-width)) / 2)) 10px !important;
    scroll-padding-inline: max(35px, calc((100vw - var(--nhf-dev-model-card-width)) / 2)) !important;
  }

.nhf-dev-model-drawer .nhf-dev-model-card__media {
    min-height: 190px !important;
  }

.nhf-dev-model-drawer .nhf-dev-model-card__body {
    padding: 16px !important;
  }

.nhf-dev-model-drawer .nhf-dev-model-card h3 {
    font-size: 23px !important;
  }

.development-page .nhf-dev-model-card__fact--garage {
    display: none !important;
  }

.nhf-dev-image-drawer__stage {
    padding: calc(54px + env(safe-area-inset-top)) 0 calc(34px + env(safe-area-inset-bottom)) !important;
  }

.nhf-dev-image-drawer__image {
    max-height: calc(100dvh - 138px) !important;
    max-width: 100vw !important;
    touch-action: none !important;
  }

.nhf-dev-image-drawer__caption {
    border-radius: 0 !important;
    bottom: env(safe-area-inset-bottom) !important;
    font-size: 14px !important;
    left: 0 !important;
    max-width: none !important;
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom)) !important;
    right: 0 !important;
  }

.nhf-dev-image-drawer__zoom-controls {
    display: none !important;
  }

.nhf-dev-image-drawer__video-wrap {
    max-height: calc(100dvh - 96px) !important;
    max-width: 100vw !important;
    width: min(100vw, calc((100dvh - 96px) * 1.7778)) !important;
  }
}

@media screen and (max-width: 900px) {
.development-page .nhf-development-profile-v1-main .nhf-dev-description-copy {
    background: linear-gradient(180deg, #020b13 0%, #031724 100%) !important;
    border: 1px solid rgba(32, 216, 255, 0.18) !important;
    border-radius: 0 0 14px 14px !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    color: rgba(244, 248, 251, 0.9) !important;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.58 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 17px 17px 0 !important;
    text-align: left !important;
  }

.development-page .nhf-dev-description-copy,
  .development-page .nhf-dev-description-copy p,
  .development-page .nhf-dev-description-copy li,
  .development-page .nhf-dev-description-copy strong,
  .development-page .nhf-dev-description-copy h2,
  .development-page .nhf-dev-description-copy h3,
  .development-page .nhf-dev-description-copy h4,
  .development-page .nhf-dev-description-copy span:not(.article-location) {
    color: rgba(244, 248, 251, 0.9) !important;
  }

.development-page .nhf-dev-description-copy p,
  .development-page .nhf-dev-description-copy li {
    float: none !important;
    font-size: 17px !important;
    line-height: 1.58 !important;
    margin: 0 0 18px !important;
    width: auto !important;
  }

.development-page .nhf-dev-description-copy p:last-child,
  .development-page .nhf-dev-description-copy li:last-child {
    margin-bottom: 0 !important;
  }

.development-page .nhf-dev-description-copy strong {
    color: #fff !important;
    font-weight: 800 !important;
  }

.development-page .nhf-dev-description-copy h2,
  .development-page .nhf-dev-description-copy h3,
  .development-page .nhf-dev-description-copy h4 {
    color: #fff !important;
    float: none !important;
    font-family: "Open Sans", Roboto, Arial, sans-serif !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.18 !important;
    margin: 30px 0 14px !important;
    padding: 0 0 0 14px !important;
    position: relative !important;
    text-align: left !important;
    width: auto !important;
  }

.development-page .nhf-dev-description-copy h2:before,
  .development-page .nhf-dev-description-copy h3:before,
  .development-page .nhf-dev-description-copy h4:before {
    background: #20d8ff !important;
    border-radius: 999px !important;
    content: "" !important;
    height: 100% !important;
    left: 0 !important;
    min-height: 20px !important;
    position: absolute !important;
    top: 0 !important;
    width: 3px !important;
  }

.development-page .nhf-dev-description-copy > p:first-of-type {
    margin-top: 0 !important;
  }

.development-page .nhf-dev-description-copy a {
    color: #20d8ff !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 3px !important;
  }

.development-page .nhf-dev-description-copy .images-container {
    background: #04131d !important;
    border: 1px solid rgba(32, 216, 255, 0.18) !important;
    border-radius: 8px !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
    clear: both !important;
    display: grid !important;
    float: none !important;
    gap: 3px !important;
    margin: 24px 0 16px !important;
    overflow: hidden !important;
    padding: 3px !important;
    width: 100% !important;
  }

.development-page .nhf-dev-description-copy .images-container:has(img) {
    border-radius: 8px !important;
  }

.development-page .nhf-dev-description-copy .images-container:not(:has(img)) {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

.development-page .nhf-dev-description-copy .images-container img {
    aspect-ratio: 16 / 9 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    display: block !important;
    float: none !important;
    height: 100% !important;
    margin: 0 !important;
    min-width: 0 !important;
    object-fit: cover !important;
    overflow: hidden !important;
    width: 100% !important;
  }

.development-page .nhf-dev-description-copy .container-1-images,
  .development-page .nhf-dev-description-copy .single-image-half.images-container {
    grid-template-columns: 1fr !important;
  }

.development-page .nhf-dev-description-copy .container-2-images {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

.development-page .nhf-dev-description-copy .container-3-images:not(.nhf-dev-inline-image-slider) {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
  }

.development-page .nhf-dev-description-copy .images-container.nhf-dev-inline-image-slider {
    display: block !important;
    padding: 4px !important;
  }

.development-page .nhf-dev-description-copy .nhf-dev-inline-image-slider__track {
    display: flex !important;
    gap: 8px !important;
    margin: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0 13% !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
	    touch-action: auto !important;
    width: 100% !important;
    -webkit-overflow-scrolling: touch !important;
  }

.development-page .nhf-dev-description-copy .nhf-dev-inline-image-slider__track::-webkit-scrollbar {
    display: none !important;
  }

.development-page .nhf-dev-description-copy .container-1-large-2-small-images {
    grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:first-child {
    aspect-ratio: auto !important;
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
  }

.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:nth-child(2),
  .development-page .nhf-dev-description-copy .container-1-large-2-small-images img:nth-child(3) {
    aspect-ratio: 16 / 9 !important;
    grid-column: 2 !important;
  }

.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:nth-child(2) {
    grid-row: 1 !important;
  }

.development-page .nhf-dev-description-copy .container-1-large-2-small-images img:nth-child(3) {
    grid-row: 2 !important;
    padding: 0 !important;
  }

.development-page .nhf-dev-description-copy .images-container.nhf-dev-inline-image-slider img {
    aspect-ratio: 16 / 9 !important;
    border-radius: 6px !important;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28) !important;
    flex: 0 0 100% !important;
    grid-column: auto !important;
    grid-row: auto !important;
    height: clamp(116px, 33vw, 160px) !important;
    max-height: none !important;
    opacity: 0.72 !important;
    padding: 0 !important;
    scroll-snap-align: center !important;
    transform: scale(0.94) !important;
    transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease !important;
  }

.development-page .nhf-dev-description-copy .images-container.nhf-dev-inline-image-slider img[aria-current="true"] {
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(32, 216, 255, 0.28) !important;
    opacity: 1 !important;
    transform: scale(1) !important;
  }

.development-page .nhf-dev-description-copy .images-container img:first-child {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
  }

.development-page .nhf-dev-description-copy .images-container img:last-of-type {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
  }

.development-page .nhf-dev-description-copy .container-1-images img,
  .development-page .nhf-dev-description-copy .single-image-half.images-container img {
    border-radius: 6px !important;
  }

.development-page .nhf-dev-description-copy .images-container figcaption,
  .development-page .nhf-dev-description-copy .images-container span {
    align-self: start !important;
    color: rgba(210, 231, 239, 0.7) !important;
    float: none !important;
    font-size: 11px !important;
    font-style: normal !important;
    grid-column: 1 / -1 !important;
    line-height: 1.3 !important;
    margin: 3px 0 0 !important;
    padding: 5px 2px 1px !important;
    text-align: right !important;
    width: 100% !important;
  }

.development-page .nhf-dev-description-copy .directions,
  .development-page .nhf-dev-description-copy .special-mention,
  .development-page .nhf-dev-description-copy .grey-paragraph-box,
  .development-page .nhf-dev-description-copy .grey-mention-box {
    background: linear-gradient(180deg, rgba(6, 31, 45, 0.96), rgba(3, 17, 27, 0.98)) !important;
    border: 1px solid rgba(32, 216, 255, 0.24) !important;
    border-left: 4px solid #20d8ff !important;
    border-radius: 8px !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;
    clear: both !important;
    color: rgba(244, 248, 251, 0.88) !important;
    display: block !important;
    float: none !important;
    font-size: 15px !important;
    font-style: normal !important;
    line-height: 1.55 !important;
    margin: 26px 0 !important;
    padding: 18px !important;
    position: relative !important;
    text-align: left !important;
    width: 100% !important;
  }

.development-page .nhf-dev-description-copy .directions:before,
  .development-page .nhf-dev-description-copy .special-mention:before,
  .development-page .nhf-dev-description-copy .grey-paragraph-box:before,
  .development-page .nhf-dev-description-copy .grey-mention-box:before {
    background: rgba(32, 216, 255, 0.9) !important;
    border: 0 !important;
    border-radius: 999px !important;
    content: "" !important;
    display: block !important;
    height: 3px !important;
    left: 18px !important;
    position: absolute !important;
    top: 13px !important;
    width: 28px !important;
    z-index: 1 !important;
  }

.development-page .nhf-dev-description-copy .directions:after,
  .development-page .nhf-dev-description-copy .special-mention:after,
  .development-page .nhf-dev-description-copy .grey-paragraph-box:after,
  .development-page .nhf-dev-description-copy .grey-mention-box:after {
    content: "" !important;
    display: none !important;
  }

.development-page .nhf-dev-description-copy .directions span,
  .development-page .nhf-dev-description-copy .special-mention span {
    color: rgba(214, 237, 245, 0.82) !important;
    display: block !important;
    float: none !important;
    font-size: 13px !important;
    font-style: normal !important;
    line-height: 1.35 !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }
}

@media screen and (max-width: 380px) {
.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading {
    column-gap: 10px !important;
    grid-template-columns: 38px minmax(0, 1fr) !important;
  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading .nhf-dev-section-heading__icon {
    flex-basis: 38px !important;
    height: 38px !important;
    width: 38px !important;
  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading .nhf-dev-section-heading__icon svg {
    height: 24px !important;
    width: 24px !important;
  }

.development-page .nhf-development-profile-v1-main .nhf-dev-description-copy {
    font-size: 17px !important;
    padding: 17px 17px 0 !important;
  }

.development-page .nhf-dev-description-copy p,
  .development-page .nhf-dev-description-copy li {
    font-size: 17px !important;
  }

.development-page .nhf-dev-description-copy h2,
  .development-page .nhf-dev-description-copy h3,
  .development-page .nhf-dev-description-copy h4 {
    font-size: 21px !important;
  }
}

@media screen and (max-width: 340px) {
.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading {
    column-gap: 9px !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    padding: 0 12px !important;
  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading .nhf-dev-section-heading__icon {
    flex-basis: 34px !important;
    height: 34px !important;
    width: 34px !important;
  }

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading .nhf-dev-section-heading__icon svg {
    height: 22px !important;
    width: 22px !important;
  }
}

.development-page .news-and-articles-container,
.development-page .tab-nav li.news-tab {
	display: none !important;
}

.development-page .nhf-development-profile-v1-main #map-spot.nhf-dev-siteplan-section {
	background: linear-gradient(180deg, #020b13 0%, #031724 100%) !important;
	border: 1px solid rgba(32, 216, 255, 0.18) !important;
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	box-sizing: border-box;
	color: rgba(244, 248, 251, 0.9);
	margin: 24px 0;
	padding: 26px 0 !important;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .about-container > #map-spot.nhf-dev-siteplan-section {
	clear: both;
	margin: 30px 0 0;
	max-width: 100%;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-siteplan-heading {
	box-sizing: border-box;
	margin-bottom: 18px;
	padding: 0 26px;
}

.development-page .nhf-dev-siteplan-heading p {
	color: rgba(214, 237, 245, 0.74);
	font-size: 13px;
	line-height: 1.35;
	margin: 5px 0 0;
	padding: 0;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-siteplan-frame {
	background: rgba(3, 15, 23, 0.74);
	border: 1px solid rgba(140, 177, 199, 0.28);
	border-radius: 8px;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.04);
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-siteplan-frame img {
	background: #fff;
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}

.development-page .nhf-development-profile-v1-main .nhf-dev-siteplan-frame #map {
	margin: 0;
	width: 100%;
}

.development-page .nhf-development-featured-host .nhf-home-featured-card {
	background: linear-gradient(180deg, rgba(6, 23, 35, 0.96), rgba(3, 13, 21, 0.98)) !important;
	border: 1px solid var(--nhf-home-featured-border) !important;
	border-radius: 8px !important;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28) !important;
}

.development-page .nhf-dev-model-card {
	border: 1px solid rgba(41, 199, 255, 0.32) !important;
	border-radius: 8px !important;
	overflow: hidden !important;
}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-card {
	border-radius: 8px !important;
	overflow: hidden !important;
}

.development-page .nhf-dev-model-card__inventory-badge {
	background: #20d8ff !important;
	border-radius: 999px !important;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28) !important;
	color: #06121d !important;
	font: 900 10px/1 "Open Sans", Arial, sans-serif !important;
	letter-spacing: 0 !important;
	padding: 7px 9px !important;
	position: absolute !important;
	right: 10px !important;
	text-transform: uppercase !important;
	top: 10px !important;
	z-index: 3 !important;
}

.development-page .nhf-dev-model-card__inventory-rows {
	border-top: 1px solid rgba(32, 216, 255, 0.18) !important;
	display: grid !important;
	gap: 7px !important;
	margin-top: 3px !important;
	padding-top: 8px !important;
}

.development-page .nhf-dev-model-card__inventory-row {
	align-items: center !important;
	background: rgba(32, 216, 255, 0.08) !important;
	border: 1px solid rgba(32, 216, 255, 0.38) !important;
	border-radius: 6px !important;
	box-sizing: border-box !important;
	color: rgba(244, 248, 251, 0.92) !important;
	cursor: pointer !important;
	display: grid !important;
	gap: 2px 8px !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	padding: 8px 9px !important;
	text-decoration: none !important;
}

.development-page .nhf-dev-model-card__inventory-row:hover,
.development-page .nhf-dev-model-card__inventory-row:focus,
.development-page .nhf-dev-model-card__inventory-row.is-active {
	background: rgba(32, 216, 255, 0.18) !important;
	border-color: #20d8ff !important;
	outline: 0 !important;
}

.development-page .nhf-dev-model-card__inventory-row span {
	color: #20d8ff !important;
	font: 900 11px/1.15 "Open Sans", Arial, sans-serif !important;
	letter-spacing: 0 !important;
	min-width: 0 !important;
	text-transform: uppercase !important;
}

.development-page .nhf-dev-model-card__inventory-row strong {
	color: #fff !important;
	font: 900 13px/1.1 "Open Sans", Arial, sans-serif !important;
	white-space: nowrap !important;
}

.development-page .nhf-dev-model-card__inventory-row em {
	color: rgba(244, 248, 251, 0.68) !important;
	font: 800 10px/1 "Open Sans", Arial, sans-serif !important;
	font-style: normal !important;
	grid-column: 1 / -1 !important;
	letter-spacing: 0 !important;
}

.development-page .nhf-dev-model-card__inventory-detail {
	background: rgba(32, 216, 255, 0.07) !important;
	border: 1px solid rgba(32, 216, 255, 0.2) !important;
	border-radius: 7px !important;
	color: rgba(244, 248, 251, 0.82) !important;
	font: 600 14px/1.5 "Open Sans", Arial, sans-serif !important;
	padding: 14px 16px !important;
}

.development-page .nhf-dev-model-card__inventory-detail h4 {
	color: #20d8ff !important;
	font: 900 15px/1.2 "Open Sans", Arial, sans-serif !important;
	letter-spacing: 0 !important;
	margin: 0 0 8px !important;
	text-transform: uppercase !important;
}

.development-page .nhf-dev-model-card__inventory-detail p {
	margin: 0 0 8px !important;
}

.development-page .nhf-dev-model-card__inventory-detail p:last-child {
	margin-bottom: 0 !important;
}

@media screen and (min-width: 701px) {
.development-page .nhf-development-profile-v1-main #models-content {
			background: linear-gradient(180deg, #020b13 0%, #031724 100%) !important;
			border: 1px solid rgba(32, 216, 255, 0.18) !important;
		border-radius: 14px !important;
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
		box-sizing: border-box !important;
		color: rgba(244, 248, 251, 0.9) !important;
			margin: 24px 0 42px !important;
		padding: 26px 0 !important;
			width: 100% !important;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading {
		box-sizing: border-box !important;
		display: flex !important;
		margin: 0 0 18px !important;
		padding: 0 26px !important;
	}

html.tabs-on .development-page .nhf-development-profile-v1-main #models-content .nhf-dev-floorplans-heading.hide-on-tabs {
		display: none !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-split {
		align-items: start !important;
		display: grid !important;
		gap: 22px !important;
		grid-template-columns: minmax(420px, 38%) minmax(0, 1fr) !important;
		padding: 0 !important;
		width: 100% !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed {
		overflow: visible !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed:before,
	.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed:after {
		display: none !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card-grid {
		align-content: start !important;
		display: grid !important;
		gap: 12px !important;
		max-height: none !important;
		overflow-x: hidden !important;
		overflow-y: visible !important;
		padding: 0 4px 10px 0 !important;
		scroll-padding: 0 !important;
		scroll-snap-type: none !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card {
		cursor: pointer !important;
		display: grid !important;
		flex: none !important;
		grid-template-columns: clamp(158px, 42%, 188px) minmax(0, 1fr) !important;
		grid-template-rows: auto !important;
		max-width: none !important;
		min-height: 172px !important;
		overflow: hidden !important;
		position: relative !important;
		scroll-snap-align: none !important;
		transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
		width: 100% !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card:hover,
	.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card:focus {
		background: rgba(32, 216, 255, 0.07) !important;
		border-color: rgba(32, 216, 255, 0.82) !important;
		box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24) !important;
		outline: 0 !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card.is-active {
		background: linear-gradient(90deg, rgba(32, 216, 255, 0.18), rgba(32, 216, 255, 0.06) 42%, rgba(6, 18, 29, 0.18)) !important;
		border-color: #20d8ff !important;
		box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(32, 216, 255, 0.5), inset 6px 0 0 #20d8ff !important;
		outline: 0 !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card.is-active:after {
		background: #20d8ff !important;
		border-radius: 999px !important;
		color: #06121d !important;
		content: "Selected" !important;
		display: block !important;
		font-size: 9px !important;
		font-weight: 800 !important;
		letter-spacing: 0 !important;
		line-height: 1 !important;
		padding: 6px 8px !important;
		position: absolute !important;
		bottom: 10px !important;
		right: 10px !important;
		text-transform: uppercase !important;
		top: auto !important;
		z-index: 2 !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__media {
		aspect-ratio: auto !important;
		height: 100% !important;
		min-height: 172px !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__body {
			gap: 9px !important;
			padding: 12px 20px 10px 10px !important;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card h3 {
			font-size: 20px !important;
			line-height: 1.16 !important;
			margin-top: 0 !important;
			overflow-wrap: anywhere !important;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__facts {
		align-items: flex-start !important;
		display: flex !important;
		flex-wrap: wrap !important;
			gap: 5px !important;
			grid-template-columns: none !important;
			justify-content: flex-start !important;
			margin-top: 1px !important;
			max-width: none !important;
		}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__facts span {
		display: inline-flex !important;
		flex: 0 0 auto !important;
		flex-direction: column !important;
		justify-content: center !important;
		min-height: 32px !important;
		padding: 5px 6px !important;
		width: auto !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__facts strong {
		font-size: 13px !important;
		line-height: 1 !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__facts em {
		font-size: 8px !important;
		line-height: 1 !important;
		margin-top: 2px !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__fact--garage {
		grid-column: auto !important;
	}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__media-actions,
	.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-mobile-image-count {
		display: none !important;
	}

.development-page .nhf-dev-model-detail-panel {
		display: block !important;
		min-width: 0 !important;
	}

.development-page .nhf-dev-model-detail-panel:empty {
		display: none !important;
	}

.development-page .nhf-dev-model-detail-panel .nhf-dev-model-card {
		flex: none !important;
		max-width: none !important;
		scroll-snap-align: none !important;
		width: 100% !important;
	}

.development-page .nhf-dev-model-detail-panel .nhf-dev-model-card__media {
			min-height: 320px !important;
		}
}

@media screen and (min-width: 701px) and (max-width: 1040px) {
.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-split {
				gap: 18px !important;
				grid-template-columns: minmax(300px, 42%) minmax(0, 1fr) !important;
				min-width: 0 !important;
				overflow: hidden !important;
			}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed,
			.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-detail-panel {
				min-width: 0 !important;
				overflow-x: hidden !important;
			}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card {
				grid-template-columns: clamp(132px, 40%, 158px) minmax(0, 1fr) !important;
			}

.development-page .nhf-development-profile-v1-main #models-content .nhf-dev-model-carousel--exposed .nhf-dev-model-card__body {
				padding-right: 14px !important;
			}

.development-page .nhf-dev-model-detail-panel .nhf-dev-model-card {
				box-sizing: border-box !important;
				min-width: 0 !important;
				overflow: hidden !important;
			}

.development-page .nhf-dev-model-detail-panel .nhf-dev-model-card__media {
				aspect-ratio: 16 / 11 !important;
				min-height: 0 !important;
				max-width: 100% !important;
			}

.development-page .nhf-dev-model-detail-panel .nhf-dev-model-card__body {
				min-width: 0 !important;
				padding: 18px !important;
			}

.development-page .nhf-dev-model-detail-panel .nhf-dev-model-card__facts {
				display: flex !important;
				flex-wrap: wrap !important;
				gap: 8px !important;
				grid-template-columns: none !important;
				min-width: 0 !important;
			}

.development-page .nhf-dev-model-detail-panel .nhf-dev-model-card__facts span {
				flex: 1 1 96px !important;
				min-width: 0 !important;
			}

.development-page .nhf-dev-model-detail-panel .nhf-dev-model-card__level-grid,
			.development-page .nhf-dev-model-detail-panel .nhf-dev-model-card__thumb-grid {
				grid-template-columns: minmax(0, 1fr) !important;
			}
}

@media screen and (min-width: 901px) and (max-width: 1540px) {
.development-page .nhf-development-profile-v1-main:has(.content section > .always-100 > .nhf-dev-contact-rail) #models-content {
				grid-column: 1 / -1 !important;
				max-width: none !important;
				width: 100% !important;
			}
}

@media screen and (min-width: 1541px) {
.development-page .nhf-development-profile-v1-main:has(.content section > .always-100 > .nhf-dev-contact-rail) #models-content {
				max-width: none !important;
				width: 100% !important;
			}

.development-page .nhf-development-profile-v1-main:has(.content section > .always-100 > .nhf-dev-contact-rail) #models-content.nhf-dev-models-inline-left {
			max-width: none !important;
			width: 100% !important;
		}
}

@media (max-width: 700px) {
.development-page .nhf-development-featured-host + .spacer {
		display: none !important;
		height: 0 !important;
	}

.development-page .nhf-development-featured-host .nhf-home-featured-body {
		padding-bottom: 10px !important;
	}

.development-page .video-content {
		display: none !important;
	}
}

@media screen and (max-width: 900px) {
.development-page .nhf-development-profile-v1 .top-title {
		display: block !important;
	}

.development-page .nhf-dev-title-price-row {
		display: none !important;
	}

.development-page .nhf-dev-desktop-builder-line,
	.development-page .nhf-dev-desktop-title-facts {
		display: none !important;
	}

.development-page .nhf-dev-desktop-title-summary {
		display: none !important;
	}

.development-page .nhf-dev-desktop-about-media {
		display: none !important;
	}
}

@media screen and (min-width: 901px) {
.nhf-development-profile-v1-main .content section > .always-100 {
			gap: 20px !important;
			grid-template-columns: minmax(0, 1fr) minmax(300px, 460px) !important;
		}

.nhf-development-profile-v1-main .about-container {
			display: block !important;
			grid-column: 1 !important;
			grid-row: 2 !important;
			min-width: 0 !important;
		}

.nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-rail,
		.nhf-development-profile-v1-main .content section > .always-100:has(> #models-content.nhf-dev-models-inline-left) > .nhf-dev-contact-rail {
			align-self: start !important;
			display: flex !important;
			flex-direction: column !important;
			gap: 20px !important;
			grid-column: 2 !important;
			grid-row: 2 / span 2 !important;
			min-width: 0 !important;
			width: 100% !important;
		}

.nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-rail > .nhf-dev-desktop-contact-map {
			grid-column: auto !important;
			grid-row: auto !important;
			height: 210px !important;
			max-width: none !important;
			min-width: 0 !important;
			width: 100% !important;
		}

.nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-rail > .nhf-dev-contact-card {
			grid-column: auto !important;
			grid-row: auto !important;
			min-width: 0 !important;
			width: 100% !important;
		}

.nhf-development-profile-v1-main .content section > .always-100 > #map-spot.nhf-dev-siteplan-section {
			grid-column: 1 !important;
			grid-row: 3 !important;
			margin: 0 !important;
			min-width: 0 !important;
			width: 100% !important;
		}

.nhf-development-profile-v1-main .content section > .always-100 > #models-content,
			.nhf-development-profile-v1-main .content section > .always-100 > #models-content.nhf-dev-models-inline-left,
			.development-page .nhf-development-profile-v1-main:has(.content section > .always-100 > .nhf-dev-contact-rail) #models-content,
			.development-page .nhf-development-profile-v1-main:has(.content section > .always-100 > .nhf-dev-contact-rail) #models-content.nhf-dev-models-inline-left {
				grid-column: 1 !important;
				grid-row: 4 !important;
				margin: 0 0 42px !important;
				max-width: none !important;
				min-width: 0 !important;
				width: 100% !important;
			}

.nhf-development-profile-v1-main .content section > .always-100:not(:has(> #map-spot.nhf-dev-siteplan-section)) > #models-content.nhf-dev-models-inline-left {
				grid-row: 3 !important;
			}

.nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-desktop-about-media,
		.development-page .nhf-dev-desktop-about-media {
			grid-column: 1 / -1 !important;
			grid-row: 1 !important;
			display: grid !important;
			margin: 0 !important;
			width: 100%;
		}

.nhf-development-profile-v1-main .content section > .always-100:has(> .nhf-dev-desktop-about-media:not(.nhf-dev-desktop-about-media--drawer-only)) > .about-container header {
			margin-bottom: 0 !important;
		}

.nhf-development-profile-v1-main .content section > .always-100:has(> .nhf-dev-desktop-about-media:not(.nhf-dev-desktop-about-media--drawer-only)) > .about-container .nhf-dev-description-copy {
			margin-top: 0 !important;
		}

.nhf-development-profile-v1-main .content section > .always-100:has(> .nhf-dev-desktop-about-media--drawer-only) > .nhf-dev-desktop-about-media--drawer-only {
			display: contents !important;
			height: 0 !important;
			margin: 0 !important;
			overflow: visible !important;
		}

.nhf-development-profile-v1-main .content section > .always-100:has(> .nhf-dev-desktop-about-media--drawer-only) > .about-container {
			grid-row: 1 !important;
		}

.nhf-development-profile-v1-main .content section > .always-100:has(> .nhf-dev-desktop-about-media--drawer-only) > .nhf-dev-contact-rail {
			display: flex !important;
			flex-direction: column !important;
			gap: 20px !important;
			grid-column: 2 !important;
			grid-row: 1 !important;
			min-width: 0 !important;
			width: 100% !important;
		}

.nhf-development-profile-v1-main .content section > .always-100:has(> .nhf-dev-desktop-about-media--drawer-only) > .nhf-dev-contact-rail > .nhf-dev-desktop-contact-map,
		.nhf-development-profile-v1-main .content section > .always-100:has(> .nhf-dev-desktop-about-media--drawer-only) > .nhf-dev-contact-rail > .nhf-dev-contact-card {
			grid-column: auto !important;
			grid-row: auto !important;
			min-width: 0 !important;
			width: 100% !important;
		}

.nhf-development-profile-v1-main .content section > .always-100:has(> .nhf-dev-desktop-about-media--drawer-only) > .nhf-dev-contact-rail > .nhf-dev-desktop-contact-map {
			height: 210px !important;
		}

.nhf-development-profile-v1-main .content section > .always-100:has(> .nhf-dev-desktop-about-media--drawer-only) > #map-spot.nhf-dev-siteplan-section {
			grid-row: 2 !important;
		}

.nhf-development-profile-v1-main .content section > .always-100:has(> .nhf-dev-desktop-about-media--drawer-only) > #models-content,
		.nhf-development-profile-v1-main .content section > .always-100:has(> .nhf-dev-desktop-about-media--drawer-only) > #models-content.nhf-dev-models-inline-left {
			grid-row: 3 !important;
		}

.nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-rail--no-media-reel {
			align-self: start !important;
			display: flex !important;
			flex-direction: column !important;
			gap: 20px !important;
			grid-column: 2 !important;
			grid-row: 1 !important;
			min-width: 0 !important;
			width: 100% !important;
		}

.nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-rail--no-media-reel > .nhf-dev-desktop-contact-map,
		.nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-rail--no-media-reel > .nhf-dev-contact-card {
			grid-column: auto !important;
			grid-row: auto !important;
			min-width: 0 !important;
			width: 100% !important;
		}

.nhf-development-profile-v1-main .content section > .always-100 > .nhf-dev-contact-rail--no-media-reel > .nhf-dev-desktop-contact-map {
			height: 210px !important;
		}
}

@media screen and (min-width: 761px) and (max-width: 900px) {
.development-page .nhf-development-profile-v1 .top-title {
		display: grid !important;
	}

.development-page .nhf-dev-desktop-about-media {
		display: block !important;
		height: 0 !important;
		margin: 0 !important;
		overflow: visible !important;
		width: 0 !important;
	}

.development-page .nhf-dev-desktop-media-reel,
	.development-page .nhf-dev-desktop-media-more {
		display: none !important;
	}

.development-page .nhf-dev-title-price-row {
		display: flex !important;
	}

.development-page .nhf-dev-desktop-builder-line {
		display: block !important;
	}

.development-page .nhf-dev-desktop-title-facts {
		display: flex !important;
	}

.development-page .nhf-dev-desktop-title-summary {
		display: block !important;
		margin-bottom: 28px !important;
		margin-top: 18px !important;
	}
}

@media screen and (max-width: 760px) {
.development-page .nhf-development-profile-v1 .top-title {
		display: none !important;
	}

.development-page .nhf-dev-page-notice {
			margin-top: 9px !important;
		}

.development-page:has(.nhf-development-profile-v1-main #models-content) .nhf-dev-page-notice {
			margin-top: 18px !important;
		}
}

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab.current,
.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab.current > div,
.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab.current span {
	color: #000 !important;
	opacity: 1 !important;
}

.development-page .nhf-development-profile-v1-main .tab-nav li.nhf-dev-action-tab.current div span:first-child {
	background: #000 !important;
	color: #000 !important;
	opacity: 1 !important;
}

@media screen and (min-width: 901px) {
.development-page .nhf-development-profile-v1-main .content section > .always-100 > #models-content,
	.development-page .nhf-development-profile-v1-main .content section > .always-100 > #models-content.nhf-dev-models-inline-left,
	.development-page .nhf-development-profile-v1-main:has(.content section > .always-100 > .nhf-dev-contact-rail) #models-content,
	.development-page .nhf-development-profile-v1-main:has(.content section > .always-100 > .nhf-dev-contact-rail) #models-content.nhf-dev-models-inline-left {
		grid-column: 1 !important;
		grid-row: 4 !important;
		margin-left: 0 !important;
		margin-right: auto !important;
		max-width: none !important;
		width: 100% !important;
	}

.development-page .nhf-development-profile-v1-main .content section > .always-100:not(:has(> #map-spot.nhf-dev-siteplan-section)) > #models-content.nhf-dev-models-inline-left {
			grid-row: 3 !important;
		}

.development-page .nhf-development-profile-v1-main .content section > .always-100:has(.nhf-dev-contact-rail--no-media-reel) {
			position: relative !important;
		}

.development-page .nhf-development-profile-v1-main .content section > .always-100 .nhf-dev-contact-rail--no-media-reel,
	.development-page .nhf-development-profile-v1-main .content section > .always-100:has(> #models-content.nhf-dev-models-inline-left) > .nhf-dev-contact-rail--no-media-reel {
		align-self: start !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 20px !important;
		grid-column: auto !important;
		grid-row: auto !important;
		max-width: 460px !important;
		min-width: 300px !important;
		position: absolute !important;
		right: 0 !important;
		top: 0 !important;
		width: min(460px, 32vw) !important;
		z-index: 1 !important;
	}

.development-page .nhf-development-profile-v1-main .content section > .always-100 .nhf-dev-contact-rail--no-media-reel > .nhf-dev-desktop-contact-map,
	.development-page .nhf-development-profile-v1-main .content section > .always-100 .nhf-dev-contact-rail--no-media-reel > .nhf-dev-contact-card {
		grid-column: auto !important;
		grid-row: auto !important;
		min-width: 0 !important;
		width: 100% !important;
	}

.development-page .nhf-development-profile-v1-main .content section > .always-100 .nhf-dev-contact-rail--no-media-reel > .nhf-dev-desktop-contact-map {
			height: 210px !important;
		}
}

@media screen and (min-width: 901px) and (max-width: 1399px) {
.development-page .nhf-development-profile-v1-main .content section > .always-100 > #models-content,
		.development-page .nhf-development-profile-v1-main .content section > .always-100 > #models-content.nhf-dev-models-inline-left,
		.development-page .nhf-development-profile-v1-main:has(.content section > .always-100 > .nhf-dev-contact-rail) #models-content,
		.development-page .nhf-development-profile-v1-main:has(.content section > .always-100 > .nhf-dev-contact-rail) #models-content.nhf-dev-models-inline-left {
			grid-column: 1 / -1 !important;
			grid-row: 4 !important;
			margin-right: 0 !important;
			width: 100% !important;
		}

.development-page .nhf-development-profile-v1-main .content section > .always-100:not(:has(> #map-spot.nhf-dev-siteplan-section)) > #models-content.nhf-dev-models-inline-left {
			grid-column: 1 / -1 !important;
			grid-row: 4 !important;
		}
}

.development-page .nhf-dev-contact-actions button {
	-webkit-appearance: none !important;
	appearance: none !important;
	font-family: inherit !important;
	margin: 0 !important;
}

.development-page .nhf-dev-contact-actions a,
.development-page .nhf-dev-contact-actions button,
.development-page .nhf-dev-contact-actions .nhf-dev-primary-action {
	align-items: center !important;
	border-radius: 7px !important;
	box-sizing: border-box !important;
	cursor: pointer !important;
	display: inline-flex !important;
	font-family: Roboto, Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: 900 !important;
	gap: 9px !important;
	justify-content: center !important;
	line-height: 1.15 !important;
	min-height: 46px !important;
	padding: 10px 12px !important;
	text-decoration: none !important;
	width: 100% !important;
}

.development-page .nhf-dev-contact-actions .nhf-dev-primary-action--request {
	background: linear-gradient(135deg, #21c5e8, #06a9df) !important;
	border: 1px solid rgba(255, 255, 255, 0.34) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 12px 24px rgba(0, 145, 196, 0.34) !important;
	color: #fff !important;
	grid-column: 1 / -1 !important;
}

.development-page .nhf-dev-contact-actions .nhf-dev-primary-action--request:hover,
.development-page .nhf-dev-contact-actions .nhf-dev-primary-action--request:focus {
	background: linear-gradient(135deg, #36d7f3, #08b7ed) !important;
	border-color: rgba(255, 255, 255, 0.54) !important;
	color: #fff !important;
}

.development-page .nhf-dev-contact-actions .nhf-dev-secondary-action {
	background: linear-gradient(180deg, rgba(5, 28, 41, 0.98), rgba(2, 17, 27, 0.98)) !important;
	border: 1px solid rgba(32, 216, 255, 0.72) !important;
	color: #7ce9ff !important;
}
