/* Generated route split from styles.css and responsive_grid_mapspot.css. */
/* From css/styles.css */
.landing-page #top-ad-container {
	background: #333 url(../i/background_texture.png);
}

.landing-page body {
 	background:black;
 }

.landing-page #top-ad-container {
 	border-bottom:2px solid white;
 }

.landing-page #landing-logo {
	display:block;
}

.landing-page #logo {
	display:none;
}

.landing-page .start-your-search {
	color:white;
}

.landing-page .arrow-start-here-dark-bg {
	display:inline;
}

.landing-page .arrow-start-here-white-bg {
	display:none;
}

.landing-page-slogan {
    color: white;
    float: left;
    margin-top: 20px;
    text-shadow: 0 0 10px black;
    margin: 80px 0 0px 0;
    text-align:center;
    width:100%;
    font-size:48px;
    line-height:52px;
    min-height: 150px;
    padding:0 10px;
}

.landing-page #top-search-form {
    margin: 0 auto;
    float: none;
    width: 700px;
    max-width:100%;
}

.landing-page #top-search-form input[type=text] {

	margin-bottom: 80px;

}

.landing-page .nhf-home-search-hero {
	margin: 0 auto;
	max-width: 1060px;
	padding: 76px 20px 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.landing-page .landing-page-slogan {
	color: #fff;
	float: none;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 52px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.13;
	margin: 0;
	min-height: 68px;
	padding: 0;
	text-align: center;
	text-shadow: 0 4px 24px rgba(0, 0, 0, 0.9);
	width: 100%;
}

.nhf-home-source-line {
	color: rgba(255, 255, 255, 0.76);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.35;
	margin: 18px 0 0;
	text-align: center;
	text-shadow: 0 3px 16px rgba(0, 0, 0, 0.86);
}

.landing-page #top-search-form.nhf-home-search-form {
	box-sizing: border-box;
	clear: both;
	float: none;
	margin: 58px auto 0;
	max-width: 980px;
	padding: 0 20px;
	position: relative;
	width: 100%;
	z-index: 3;
}

.landing-page #top-search-form.nhf-home-search-form *,
.landing-page #top-search-form.nhf-home-search-form *:before,
.landing-page #top-search-form.nhf-home-search-form *:after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.landing-page #top-search-form.nhf-home-search-form .start-your-search {
	display: none;
}

.nhf-home-search-box {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(6, 32, 45, 0.9), rgba(2, 14, 22, 0.82));
	border: 1px solid rgba(31, 205, 255, 0.88);
	border-radius: 12px;
	box-shadow: 0 0 38px rgba(0, 176, 226, 0.22), inset 0 0 34px rgba(0, 176, 226, 0.12);
	display: grid;
	gap: 0;
	grid-template-columns: 72px minmax(0, 1fr);
	min-height: 126px;
	padding: 28px;
	width: 100%;
}

.nhf-home-search-icon {
	align-items: center;
	background: rgba(5, 22, 34, 0.92);
	border: 1px solid rgba(53, 108, 139, 0.32);
	border-radius: 8px 0 0 8px;
	box-shadow: inset 0 0 24px rgba(19, 174, 229, 0.08);
	color: #28c9ff;
	display: flex;
	height: 66px;
	justify-content: center;
	width: 72px;
}

.nhf-home-search-icon svg {
	fill: none;
	height: 36px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 36px;
}

.landing-page #top-search-form.nhf-home-search-form .search-box {
	display: grid;
	float: none;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) 170px;
	padding: 0;
	width: 100%;
}

.landing-page #top-search-form.nhf-home-search-form input[type=text] {
	background: #fff;
	border: 1px solid rgba(224, 231, 238, 0.95);
	border-radius: 0 8px 8px 0;
	box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.18);
	color: #172231;
	float: none;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	height: 66px;
	margin: 0;
	min-width: 0;
	padding: 0 28px;
	width: 100%;
}

.landing-page #top-search-form.nhf-home-search-form input[type=text]::placeholder {
	color: #5d6470;
	opacity: 1;
}

.landing-page #top-search-form.nhf-home-search-form input[type=submit] {
	background: linear-gradient(180deg, #12bffc 0%, #039bd2 100%);
	border: 1px solid rgba(47, 218, 255, 0.76);
	border-radius: 8px;
	box-shadow: inset 0 1px 10px rgba(255, 255, 255, 0.28), 0 0 18px rgba(20, 192, 245, 0.24);
	color: #fff;
	cursor: pointer;
	float: none;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 22px;
	font-weight: 800;
	height: 66px;
	padding: 0;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
	width: 100%;
}

.landing-page #top-search-form.nhf-home-search-form input[type=submit]:hover,
.landing-page #top-search-form.nhf-home-search-form input[type=submit]:focus {
	background: linear-gradient(180deg, #25ccff 0%, #078ec2 100%);
	outline: none;
}

.nhf-home-quick-searches {
	align-items: center;
	display: flex;
	float: left;
	flex-wrap: wrap;
	gap: 10px 12px;
	justify-content: center;
	margin: 25px auto 52px;
	width: 100%;
}

.nhf-home-quick-searches span {
	color: rgba(255, 255, 255, 0.92);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	margin-right: 2px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
}

.nhf-home-quick-searches a {
	align-items: center;
	border: 1px solid rgba(35, 205, 255, 0.78);
	border-radius: 8px;
	color: #30d3ff;
	display: inline-flex;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 800;
	gap: 7px;
	line-height: 1;
	min-height: 36px;
	padding: 9px 13px;
	text-decoration: none;
}

.nhf-home-quick-searches a:hover,
.nhf-home-quick-searches a:focus {
	background: rgba(31, 196, 246, 0.12);
	color: #fff;
	text-decoration: none;
}

.nhf-home-quick-searches svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
	width: 18px;
}

.nhf-home-quick-searches .nhf-home-quick-mobile-only {
	display: none;
}

.landing-page #top-search-form {
	    padding-top: 35px;
}

.landing-page .ui-widget-content {
	background:black;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.9);
	border:0px;
	border-bottom:1px solid #444;
}

.landing-page #search-dropdown-connector {
	color:white;
}

.landing-page .ui-autocomplete-title {
	color:white;
}

.landing-page .ui-autocomplete li a {
	color:white;
}

.landing-page .ui-autocomplete span.highlight {
	color:#ccc;
}

.landing-page .autocomplete-word {
	color:white;
}

.landing-page #top-search-form #search-dropdown dt div {
	color:white;
    	line-height: 28px;
}

.landing-page #top-search-form #search-dropdown .dd-user-instruction {
	color:white;
}

.landing-page #top-search-form #search-dropdown dd ul {
	background:black;
}

.landing-page #featured-ads .slider-popup-info, .landing-page .featured-ads .slider-popup-info {
	padding:5%;
	margin-top:0;
	 box-shadow: inset 0 0 6px black;
	 border:2px solid #ccc;
}

.landing-page footer {
	background: transparent;
}

@media screen and (max-width: 700px) {
.landing-page .nhf-home-map-section {
		display: none;
	}
}

@media screen and (max-width: 900px) {
.landing-page .nhf-home-search-hero {
		padding-top: 52px;
	}

.landing-page .landing-page-slogan {
		font-size: 40px;
		min-height: 56px;
	}

.nhf-home-source-line {
		font-size: 18px;
	}

.landing-page #top-search-form.nhf-home-search-form {
		margin-top: 38px;
	}

.nhf-home-search-box {
		grid-template-columns: 62px minmax(0, 1fr);
		min-height: 104px;
		padding: 20px;
	}

.nhf-home-search-icon {
		height: 58px;
		width: 62px;
	}

.landing-page #top-search-form.nhf-home-search-form .search-box {
		grid-template-columns: minmax(0, 1fr) 136px;
	}

.landing-page #top-search-form.nhf-home-search-form input[type=text],
	.landing-page #top-search-form.nhf-home-search-form input[type=submit] {
		font-size: 18px;
		height: 58px;
	}
}

@media screen and (max-width: 560px) {
.landing-page .nhf-home-search-hero {
		padding: 36px 16px 0;
	}

.landing-page .landing-page-slogan {
		font-size: 32px;
		min-height: 74px;
	}

.nhf-home-source-line {
		font-size: 16px;
		margin-top: 12px;
	}

.landing-page #top-search-form.nhf-home-search-form {
		margin-top: 28px;
		padding: 0 14px;
	}

.nhf-home-search-box {
		display: block;
		min-height: 0;
		padding: 14px;
	}

.nhf-home-search-icon {
		display: none;
	}

.landing-page #top-search-form.nhf-home-search-form .search-box {
		grid-template-columns: 1fr;
	}

.landing-page #top-search-form.nhf-home-search-form input[type=text] {
		border-radius: 8px;
		font-size: 16px;
		padding: 0 16px;
	}

.landing-page #top-search-form.nhf-home-search-form input[type=submit] {
		font-size: 18px;
	}

.nhf-home-quick-searches {
		align-items: stretch;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin: 18px auto 32px;
	}

.nhf-home-quick-searches span {
		grid-column: 1 / -1;
		text-align: center;
	}

.nhf-home-quick-searches a {
		justify-content: center;
		padding-left: 8px;
		padding-right: 8px;
	}

.nhf-home-quick-searches .nhf-home-quick-mobile-only {
		display: inline-flex;
	}
}

.nhf-home-featured-host {
	float: left;
	width: 100%;
}

@media screen and (min-width: 701px) {
.landing-page .nhf-home-featured-host {
		box-sizing: border-box;
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 1760px;
		padding-left: 32px;
		padding-right: 32px;
		width: 100%;
	}
}

.nhf-home-featured-shell {
	--nhf-home-featured-border: rgba(41, 199, 255, 0.32);
	--nhf-home-featured-blue: #19bfea;
	--nhf-home-featured-text: #fff;
	--nhf-home-featured-muted: rgba(255, 255, 255, 0.72);
	--nhf-home-featured-soft: rgba(172, 194, 220, 0.86);
	color: #fff;
	float: left;
	font-family: "Open Sans", Arial, sans-serif;
	padding: 42px 0 64px;
	width: 100%;
}

.nhf-home-featured-panel {
	background:
		radial-gradient(circle at 76% 42%, rgba(25, 191, 234, 0.12), transparent 34%),
		linear-gradient(135deg, rgba(6, 23, 34, 0.98), rgba(2, 11, 18, 0.98));
	border: 1px solid var(--nhf-home-featured-border);
	border-radius: 8px;
	box-shadow: 0 18px 58px rgba(0, 0, 0, 0.46), inset 0 0 28px rgba(25, 191, 234, 0.04);
	margin: 0 auto;
	max-width: 1830px;
	overflow: visible;
	padding: 44px 28px 62px;
	position: relative;
	width: 100%;
}

.nhf-home-featured-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 22px 52px;
}

.nhf-home-featured-heading {
	align-items: center;
	display: flex;
	gap: 28px;
	min-width: 0;
}

.nhf-home-featured-icon {
	align-items: center;
	border: 2px solid var(--nhf-home-featured-blue);
	border-radius: 8px;
	box-shadow: 0 0 22px rgba(25, 191, 234, 0.22);
	color: var(--nhf-home-featured-blue);
	display: flex;
	flex: 0 0 58px;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.nhf-home-featured-icon svg,
.nhf-home-featured-meta svg,
.nhf-home-featured-map svg,
.nhf-home-featured-facts svg,
.nhf-home-featured-save svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nhf-home-featured-icon svg {
	height: 34px;
	stroke-width: 1.8;
	width: 34px;
}

.nhf-home-featured-header h2 {
	color: var(--nhf-home-featured-text);
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0 0 8px;
	white-space: nowrap;
}

.nhf-home-featured-title-mobile {
	display: none;
}

.nhf-home-featured-header p {
	color: var(--nhf-home-featured-muted);
	font-size: 18px;
	line-height: 1.35;
	margin: 0;
}

.nhf-home-featured-view-all {
	align-items: center;
	color: var(--nhf-home-featured-blue);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 18px;
	font-weight: 600;
	gap: 14px;
	line-height: 1;
	text-decoration: none;
}

.nhf-home-featured-view-all:hover {
	color: #65ddff;
}

.nhf-home-featured-view-all-arrow {
	font-size: 32px;
	font-weight: 400;
	line-height: 0.7;
}

.nhf-home-featured-view-all-mobile {
	display: none;
}

.nhf-home-featured-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 0;
	transition: opacity 360ms ease, transform 360ms ease;
	width: 100%;
}

.nhf-home-featured-shell.is-featured-page-transitioning .nhf-home-featured-grid {
	opacity: 0.28;
	transform: translateY(10px);
}

.landing-page .nhf-home-featured-grid .slider-popup-horizontal {
	float: none;
	margin: 0;
	width: auto;
}

.nhf-home-featured-card {
	background: linear-gradient(180deg, rgba(6, 23, 35, 0.96), rgba(3, 13, 21, 0.98));
	border: 1px solid var(--nhf-home-featured-border);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	padding: 0;
}

.nhf-home-featured-card-hidden {
	display: none;
}

.nhf-home-featured-card-desktop-hidden {
	display: none;
}

.nhf-home-featured-card.nhf-home-featured-cycle-copy {
	display: none;
}

.nhf-home-featured-image {
	aspect-ratio: 4 / 3;
	background: #081522;
	border-radius: 8px 8px 0 0;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
}

.nhf-home-featured-image-link {
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}

.nhf-home-featured-image-link > img:not(.nhf-home-featured-status-banner) {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nhf-home-featured-main-image.nhf-home-featured-lazy[data-src] {
	opacity: 0;
}

.nhf-home-featured-image .nhf-home-featured-status-banner {
	height: auto;
	left: 0;
	max-width: 72px;
	object-fit: contain;
	position: absolute;
	top: 0;
	width: 22%;
}

.nhf-home-featured-save {
	align-items: center;
	appearance: none;
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 34px;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 36px;
	z-index: 3;
}

.nhf-home-featured-save svg {
	height: 100%;
	stroke-width: 2.35;
	width: 100%;
}

.nhf-home-featured-save:focus-visible {
	outline: 2px solid #19bfea;
	outline-offset: 4px;
}

.nhf-home-featured-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px 24px 24px;
}

.nhf-home-featured-body h3 {
	color: var(--nhf-home-featured-text);
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.16;
	margin: 0 0 16px;
}

.nhf-home-featured-body h3 a {
	color: inherit;
	text-decoration: none;
}

.nhf-home-featured-body h3 a:hover,
.nhf-home-featured-by a:hover,
.nhf-home-featured-map:hover {
	color: var(--nhf-home-featured-blue);
}

.nhf-home-featured-meta {
	align-items: center;
	color: var(--nhf-home-featured-soft);
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	gap: 8px 12px;
	line-height: 1.35;
	margin: 0 0 22px;
	padding: 0;
}

.nhf-home-featured-location {
	align-items: center;
	display: inline-flex;
	gap: 7px;
}

.nhf-home-featured-meta svg {
	color: var(--nhf-home-featured-soft);
	height: 19px;
	stroke-width: 2.3;
	width: 19px;
}

.nhf-home-featured-by {
	border-left: 1px solid var(--nhf-home-featured-border);
	color: var(--nhf-home-featured-soft);
	padding-left: 14px;
}

.nhf-home-featured-by a {
	color: var(--nhf-home-featured-blue);
	text-decoration: none;
}

.nhf-home-featured-facts {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin: 0 0 24px;
}

.nhf-home-featured-facts span {
	align-items: center;
	display: inline-flex;
	line-height: 1;
}

.nhf-home-featured-offering {
	border: 1px solid var(--nhf-home-featured-blue);
	border-radius: 6px;
	color: var(--nhf-home-featured-blue);
	font-size: 15px;
	font-weight: 700;
	gap: 8px;
	min-height: 34px;
	padding: 0 11px;
}

.nhf-home-featured-size {
	color: var(--nhf-home-featured-soft);
	font-size: 15px;
	gap: 8px;
}

.nhf-home-featured-facts svg {
	flex: 0 0 auto;
	height: 18px;
	stroke-width: 2.1;
	width: 18px;
}

.nhf-home-featured-description {
	border-bottom: 1px solid rgba(104, 146, 184, 0.2);
	color: var(--nhf-home-featured-muted);
	flex: 1;
	font-size: 16px;
	line-height: 1.48;
	margin: 0 0 22px;
	padding: 0 0 24px;
}

.nhf-home-featured-description p {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

.nhf-home-featured-footer {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: auto;
}

.nhf-home-featured-price {
	color: var(--nhf-home-featured-blue);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
	white-space: nowrap;
}

.nhf-home-featured-price span {
	color: var(--nhf-home-featured-muted);
	font-size: 15px;
	font-weight: 400;
	margin-right: 10px;
}

.nhf-home-featured-price-empty span {
	font-size: 18px;
	margin-right: 0;
}

.nhf-home-featured-map {
	align-items: center;
	color: var(--nhf-home-featured-blue);
	display: inline-flex;
	flex: 0 0 auto;
	line-height: 1;
	text-decoration: none;
}

.nhf-home-featured-map svg {
	height: 32px;
	stroke-width: 1.9;
	width: 32px;
}

.nhf-home-featured-dots {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: center;
	padding: 38px 0 2px;
}

.nhf-home-featured-dots input {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.nhf-home-featured-dots label {
	background: rgba(142, 163, 194, 0.55);
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 13px;
	width: 13px;
}

.nhf-home-featured-dots label span {
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.nhf-home-featured-dots input:checked + label {
	background: var(--nhf-home-featured-blue);
	box-shadow: 0 0 14px rgba(25, 191, 234, 0.45);
}

.nhf-home-featured-dots input:focus-visible + label {
	outline: 2px solid #fff;
	outline-offset: 5px;
}

.nhf-home-featured-more-card {
	background:
		radial-gradient(circle at 74% 22%, rgba(25, 191, 234, 0.28), transparent 34%),
		linear-gradient(145deg, rgba(6, 28, 42, 0.98), rgba(2, 12, 20, 0.98));
	border-color: rgba(25, 191, 234, 0.68);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 0 42px rgba(25, 191, 234, 0.07);
	min-height: 100%;
	padding: 34px;
}

.nhf-home-featured-more-kicker {
	align-self: flex-start;
	border: 1px solid rgba(25, 191, 234, 0.62);
	border-radius: 999px;
	color: var(--nhf-home-featured-blue);
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 1.8px;
	line-height: 1.18;
	margin: 0 0 36px;
	padding: 10px 18px;
	text-transform: uppercase;
}

.nhf-home-featured-more-kicker span {
	display: block;
}

.nhf-home-featured-more-icon {
	align-items: center;
	color: var(--nhf-home-featured-blue);
	display: flex;
	justify-content: center;
	margin: 0 auto 28px;
	max-width: 230px;
	width: 64%;
}

.nhf-home-featured-more-icon svg {
	display: block;
	filter: drop-shadow(0 0 16px rgba(25, 191, 234, 0.34));
	height: auto;
	width: 100%;
}

.nhf-home-featured-more-icon path,
.nhf-home-featured-more-icon circle {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nhf-home-featured-more-icon-home {
	opacity: 0.28;
	stroke-width: 7;
}

.nhf-home-featured-more-icon-search {
	stroke-width: 9;
}

.nhf-home-featured-more-copy {
	margin: auto 0 28px;
}

.nhf-home-featured-more-copy h3 {
	color: var(--nhf-home-featured-text);
	font-size: 32px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.13;
	margin: 0 0 18px;
}

.nhf-home-featured-more-copy p {
	color: var(--nhf-home-featured-muted);
	font-size: 17px;
	font-weight: 600;
	line-height: 1.52;
	margin: 0;
}

.nhf-home-featured-more-open {
	appearance: none;
	border: 0;
	cursor: pointer;
	font-family: inherit;
	letter-spacing: 0;
	margin: 0;
}

.nhf-home-featured-more-primary {
	align-items: center;
	background: linear-gradient(180deg, #12bffc 0%, #039bd2 100%);
	border: 1px solid rgba(47, 218, 255, 0.76);
	border-radius: 8px;
	box-shadow: inset 0 1px 10px rgba(255, 255, 255, 0.28), 0 0 18px rgba(20, 192, 245, 0.24);
	color: #fff;
	display: flex;
	font-size: 22px;
	font-weight: 800;
	gap: 12px;
	justify-content: center;
	min-height: 66px;
	padding: 0 24px;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
	width: 100%;
}

.nhf-home-featured-more-primary strong {
	font: inherit;
}

.nhf-home-featured-more-search-icon {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 26px;
}

.nhf-home-featured-more-search-icon svg {
	display: block;
	fill: none;
	height: 26px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.25;
	width: 100%;
}

.nhf-home-featured-more-open:hover,
.nhf-home-featured-more-open:focus {
	outline: 0;
}

.nhf-home-featured-more-primary:hover,
.nhf-home-featured-more-primary:focus {
	background: linear-gradient(180deg, #25ccff 0%, #078ec2 100%);
}

.nhf-home-featured-hst-card {
	background:
		radial-gradient(circle at 76% 50%, rgba(25, 191, 234, 0.24), transparent 38%),
		linear-gradient(145deg, rgba(6, 28, 42, 0.98), rgba(2, 12, 20, 0.98));
	border-color: rgba(25, 191, 234, 0.72);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34), inset 0 0 42px rgba(25, 191, 234, 0.08);
	min-height: 100%;
}

.nhf-home-featured-hst-open {
	-webkit-tap-highlight-color: transparent;
	align-items: stretch;
	appearance: none;
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex: 1;
	flex-direction: column;
	font-family: inherit;
	letter-spacing: 0;
	margin: 0;
	min-height: 100%;
	overflow: hidden;
	padding: 34px;
	position: relative;
	text-align: left;
	width: 100%;
}

.nhf-home-featured-hst-top {
	align-items: center;
	display: flex;
	gap: 20px;
	margin: 0 0 36px;
	position: relative;
	z-index: 1;
}

.nhf-home-featured-hst-icon {
	align-items: center;
	border: 1px solid rgba(25, 191, 234, 0.72);
	border-radius: 8px;
	box-shadow: 0 0 22px rgba(25, 191, 234, 0.22);
	color: var(--nhf-home-featured-blue);
	display: inline-flex;
	flex: 0 0 58px;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.nhf-home-featured-hst-icon svg,
.nhf-home-featured-hst-pill svg,
.nhf-home-featured-hst-cta svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.nhf-home-featured-hst-icon svg {
	height: 34px;
	stroke-width: 1.8;
	width: 34px;
}

.nhf-home-featured-hst-pill {
	align-items: center;
	background: rgba(13, 44, 63, 0.75);
	border: 1px solid rgba(25, 191, 234, 0.32);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	gap: 9px;
	line-height: 1.1;
	min-height: 46px;
	padding: 0 18px;
	white-space: nowrap;
}

.nhf-home-featured-hst-pill svg {
	color: var(--nhf-home-featured-blue);
	height: 24px;
	stroke-width: 1.9;
	width: 24px;
}

.nhf-home-featured-hst-copy {
	display: block;
	position: relative;
	z-index: 1;
}

.nhf-home-featured-hst-title {
	color: #fff;
	display: block;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0 0 22px;
	max-width: 360px;
}

.nhf-home-featured-hst-text {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	max-width: 310px;
}

.nhf-home-featured-hst-art {
	bottom: 118px;
	max-width: none;
	opacity: 0.92;
	position: absolute;
	right: -22px;
	width: 230px;
	z-index: 0;
}

.nhf-home-featured-hst-cta {
	align-items: center;
	background: linear-gradient(135deg, #21c5e8, #06a9df);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(7, 174, 226, 0.25);
	color: #fff;
	display: inline-flex;
	font-size: 22px;
	font-weight: 800;
	justify-content: center;
	margin-top: auto;
	min-height: 66px;
	padding: 0 52px 0 24px;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
	width: 100%;
	z-index: 1;
}

.nhf-home-featured-hst-cta svg {
	height: 26px;
	position: absolute;
	right: 24px;
	stroke-width: 2.6;
	width: 26px;
}

.nhf-home-featured-hst-open:hover,
.nhf-home-featured-hst-open:focus {
	outline: 0;
}

.nhf-home-featured-hst-open:hover .nhf-home-featured-hst-cta,
.nhf-home-featured-hst-open:focus .nhf-home-featured-hst-cta {
	background: linear-gradient(135deg, #39d2ef, #08a2d7);
}

.nhf-home-featured-hst-open:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.58);
	outline-offset: -5px;
}

@media screen and (max-width: 1180px) {
.nhf-home-featured-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 700px) {
.nhf-home-featured-shell {
		overflow: hidden;
		padding: 24px 0 20px;
	}

.nhf-home-featured-panel {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
	}

.nhf-home-featured-header {
		align-items: flex-start;
		box-sizing: border-box;
		display: block;
		margin: 0 0 22px;
		padding: 0 14px;
		width: 100%;
	}

.nhf-home-featured-heading {
		align-items: center;
		column-gap: 12px;
		display: grid;
		grid-template-columns: 42px minmax(0, 1fr);
		row-gap: 0;
		text-align: left;
	}

.nhf-home-featured-heading > div {
		display: contents;
	}

.nhf-home-featured-icon {
		box-shadow: 0 0 22px rgba(25, 191, 234, 0.3);
		flex: 0 0 42px;
		grid-column: 1;
		grid-row: 1;
		height: 42px;
		width: 42px;
	}

.nhf-home-featured-icon svg {
		height: 26px;
		width: 26px;
	}

.nhf-home-featured-header h2 {
		font-size: 20px;
		grid-column: 2;
		grid-row: 1;
		line-height: 1.15;
		margin: 0;
	}

.nhf-home-featured-title-desktop {
		display: none;
	}

.nhf-home-featured-title-mobile {
		display: inline;
	}

.nhf-home-featured-header p {
		font-size: 13px;
		font-weight: 700;
		grid-column: 1 / -1;
		grid-row: 2;
		line-height: 1.25;
		max-width: none;
		white-space: nowrap;
	}

.nhf-home-featured-view-all {
		align-self: flex-start;
		font-size: 22px;
		margin-top: 0;
	}

.nhf-home-featured-view-all-desktop {
		display: none;
	}

.nhf-home-featured-view-all-mobile {
		display: inline;
	}

.nhf-home-featured-grid {
		box-sizing: border-box;
		display: flex;
		gap: 26px;
		grid-template-columns: none;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-x: contain;
		padding: 0 max(52px, calc((100vw - min(78vw, 706px)) / 2)) 6px !important;
		scroll-padding-inline: max(52px, calc((100vw - min(78vw, 706px)) / 2));
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		transition: none;
		width: 100%;
	}

.nhf-home-featured-shell.is-featured-autoplaying .nhf-home-featured-grid {
		scroll-behavior: smooth;
	}

.nhf-home-featured-grid::-webkit-scrollbar {
		display: none;
	}

.landing-page .nhf-home-featured-grid .slider-popup-horizontal,
	.nhf-home-featured-card {
		flex: 0 0 min(78vw, 706px);
		max-width: min(78vw, 706px);
		min-width: min(78vw, 706px);
		scroll-snap-align: center;
		width: min(78vw, 706px);
	}

.nhf-home-featured-card.nhf-home-featured-card-hidden {
		display: flex;
	}

.nhf-home-featured-card.nhf-home-featured-card-desktop-hidden {
		display: flex;
	}

.nhf-home-featured-card.nhf-home-featured-cycle-copy {
		display: flex;
	}

.nhf-home-featured-image .nhf-home-featured-status-banner {
		max-width: 94px;
		width: 27%;
	}

.nhf-home-featured-save {
		height: 30px;
		right: 16px;
		top: 16px;
		width: 32px;
	}

.nhf-home-featured-body {
		padding: 20px 18px 18px;
	}

.nhf-home-featured-body h3 {
		font-size: 22px;
		line-height: 1.18;
		margin-bottom: 10px;
	}

.nhf-home-featured-meta {
		font-size: 14px;
		gap: 7px 10px;
		line-height: 1.35;
		margin-bottom: 14px;
	}

.nhf-home-featured-meta svg {
		height: 17px;
		width: 17px;
	}

.nhf-home-featured-facts {
		gap: 10px 14px;
		margin-bottom: 16px;
	}

.nhf-home-featured-offering,
	.nhf-home-featured-size {
		font-size: 13px;
		line-height: 1.25;
	}

.nhf-home-featured-offering {
		min-height: 30px;
		padding: 0 9px;
	}

.nhf-home-featured-facts svg {
		height: 17px;
		width: 17px;
	}

.nhf-home-featured-description {
		font-size: 13px;
		line-height: 1.34;
		margin-bottom: 12px;
		padding-bottom: 14px;
	}

.nhf-home-featured-price {
		font-size: 26px;
	}

.nhf-home-featured-price span {
		font-size: 14px;
		margin-right: 10px;
	}

.nhf-home-featured-map svg {
		height: 32px;
		width: 32px;
	}

.nhf-home-featured-more-card {
		box-sizing: border-box;
		padding: 28px 26px !important;
	}

.nhf-home-featured-more-kicker {
		font-size: 12px;
		margin-bottom: 30px;
		padding: 9px 16px;
	}

.nhf-home-featured-more-icon {
		margin-bottom: 24px;
		width: 58%;
	}

.nhf-home-featured-more-copy {
		margin-bottom: 24px;
	}

.nhf-home-featured-more-copy h3 {
		font-size: 30px;
		margin-bottom: 14px;
	}

.nhf-home-featured-more-copy p {
		font-size: 16px;
	}

.nhf-home-featured-more-primary {
		font-size: 20px;
		min-height: 60px;
	}

.nhf-home-featured-hst-open {
		min-height: 100%;
		padding: 28px 26px;
	}

.nhf-home-featured-hst-top {
		gap: 12px;
		margin-bottom: 32px;
	}

.nhf-home-featured-hst-icon {
		flex-basis: 44px;
		height: 44px;
		width: 44px;
	}

.nhf-home-featured-hst-icon svg {
		height: 25px;
		width: 25px;
	}

.nhf-home-featured-hst-pill {
		font-size: 12px;
		gap: 6px;
		min-height: 34px;
		padding: 0 12px;
	}

.nhf-home-featured-hst-pill svg {
		height: 16px;
		width: 16px;
	}

.nhf-home-featured-hst-title {
		font-size: 31px;
		line-height: 1.13;
		margin-bottom: 18px;
		max-width: 300px;
	}

.nhf-home-featured-hst-text {
		font-size: 15px;
		line-height: 1.4;
		max-width: 250px;
	}

.nhf-home-featured-hst-art {
		bottom: 120px;
		right: -20px;
		width: 200px;
	}

.nhf-home-featured-hst-cta {
		font-size: 18px;
		min-height: 60px;
		padding-left: 18px;
		padding-right: 46px;
		white-space: nowrap;
	}

.nhf-home-featured-dots {
		display: none;
	}
}

@media screen and (max-width: 380px) {
.nhf-home-featured-heading {
		column-gap: 10px;
		grid-template-columns: 38px minmax(0, 1fr);
	}

.nhf-home-featured-icon {
		flex-basis: 38px;
		height: 38px;
		width: 38px;
	}

.nhf-home-featured-icon svg {
		height: 24px;
		width: 24px;
	}

.nhf-home-featured-header h2 {
		font-size: 20px;
	}

.nhf-home-featured-header p {
		font-size: 13px;
		font-weight: 600;
	}
}

@media screen and (max-width: 340px) {
.nhf-home-featured-header {
		padding: 0 12px;
	}

.nhf-home-featured-heading {
		column-gap: 9px;
		grid-template-columns: 34px minmax(0, 1fr);
	}

.nhf-home-featured-icon {
		flex-basis: 34px;
		height: 34px;
		width: 34px;
	}

.nhf-home-featured-icon svg {
		height: 22px;
		width: 22px;
	}

.nhf-home-featured-header h2 {
		font-size: 20px;
	}

.nhf-home-featured-header p {
		font-size: 13px;
	}
}

.nhf-home-art {
	display: block;
	margin: 10px auto 22px;
	max-width: 620px;
	opacity: 0.96;
	width: 100%;
}

@media (max-width: 700px) {
.nhf-afford-mobile-drawer .nhf-home-art {
		margin: 28px auto 0;
		max-height: 230px;
		max-width: 100%;
		position: relative;
		width: 100%;
		z-index: 1;
	}
}

@media (max-width: 430px) {
.nhf-afford-mobile-drawer .nhf-home-art {
		max-height: 220px;
		max-width: 100%;
		width: 100%;
	}
}

/* From css/responsive_grid_mapspot.css */
@media screen and (max-width: 1150px) {
.landing-page #top-search-form #search-dropdown dd ul {
    background:black;
    border-bottom: 1px solid grey;
  }
}

@media screen and (max-width: 900px) {
.landing-page .ui-widget-content {
  background: rgba(0, 0, 0, 0.9);
  border:0px;
  border-bottom: 1px solid grey;
}

.landing-page #top-search-form #search-dropdown dt div {
    font-size:22px;
 }
}

@media screen and (max-width: 500px) {
.landing-page #top-search-form {
    width:96%;
  }

.landing-page-slogan {
    min-height: 195px;
  }
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open {
  -webkit-appearance: none;
  align-items: center;
  background: rgba(3, 16, 28, 0.92);
  border: 1px solid #16cfff;
  border-radius: 8px;
  box-shadow: inset 0 0 18px rgba(32, 216, 255, 0.06);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 800;
  gap: 10px;
  height: 58px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  min-width: 148px;
  overflow: visible;
  padding: 0 18px;
  position: relative;
  text-align: center;
  transform-origin: center center;
  white-space: nowrap;
}

.nhf-home-saved-ingress .nhf-home-desktop-saved-open {
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  top: 44px;
  z-index: 6;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open[hidden] {
  display: none !important;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open:hover,
:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open:focus {
  background: #061b29;
  border-color: rgba(32, 216, 255, 0.95);
  box-shadow: inset 0 0 18px rgba(32, 216, 255, 0.1), 0 0 0 1px rgba(32, 216, 255, 0.35);
  outline: 0;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open.is-active {
  border-color: rgba(32, 216, 255, 0.95);
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-content {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  transform-origin: center center;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-heart {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='25' viewBox='0 0 30 28' fill='none'%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' stroke='white' stroke-width='2.4' stroke-linejoin='round'/%3E%3C/svg%3E") center center / contain no-repeat;
  display: block;
  flex: 0 0 27px;
  height: 25px;
  width: 27px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-label {
  display: block;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open .nhf-mobile-saved-count {
  align-items: center;
  background: #20d8ff;
  border: 2px solid #05080b;
  border-radius: 999px;
  box-sizing: border-box;
  color: #00131d;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  line-height: 1;
  min-width: 24px;
  padding: 0 6px;
  position: static;
  text-align: center;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open .nhf-mobile-saved-count[hidden] {
  display: none !important;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open.nhf-mobile-saved-ingress-pulse {
  animation: none;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open.nhf-mobile-saved-ingress-pulse .nhf-desktop-saved-content {
  animation: nhf-mobile-saved-header-pop 680ms cubic-bezier(0.2, 1.35, 0.32, 1);
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open.nhf-mobile-saved-ingress-pulse .nhf-desktop-saved-heart {
  animation: nhf-mobile-saved-desktop-heart-flash 680ms ease;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer {
  background:
    radial-gradient(circle at 50% -8%, rgba(32, 216, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #061722 0%, #020b12 100%);
  border-left: 1px solid rgba(32, 216, 255, 0.32);
  box-shadow: -24px 0 58px rgba(0, 0, 0, 0.44);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100vh;
  opacity: 0;
  overflow: hidden;
  padding: 26px 22px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(24px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  visibility: hidden;
  width: min(430px, 100vw);
  z-index: 10008;
}

@media screen and (min-width: 768px) {
:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer {
    right: calc(100vw - 100%);
  }
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-head {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 44px;
  padding: 0 0 12px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-head p {
  color: #20d8ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 6px;
  text-transform: uppercase;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-head h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(154, 184, 205, 0.46);
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 42px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-close:before,
:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-close:after {
  background: #fff;
  border-radius: 999px;
  content: "";
  height: 2px;
  position: absolute;
  width: 18px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-close:before {
  transform: rotate(45deg);
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-close:after {
  transform: rotate(-45deg);
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-summary {
  border-bottom: 1px solid rgba(124, 157, 184, 0.32);
  color: rgba(226, 235, 241, 0.74);
  font-size: 15px;
  line-height: 1.35;
  margin: 0 -22px;
  padding: 0 22px 14px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-list {
  display: grid;
  gap: 12px;
  overflow-y: auto;
  padding: 16px 0 47px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-empty {
  align-items: center;
  border: 1px dashed rgba(124, 157, 184, 0.58);
  border-radius: 10px;
  color: rgba(226, 235, 241, 0.74);
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  margin: 22px 0 0;
  min-height: 190px;
  padding: 26px 18px;
  text-align: center;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-empty strong {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-empty span {
  font-size: 15px;
  line-height: 1.35;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-card,
:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-card * {
  box-sizing: border-box;
  letter-spacing: 0;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-card {
  background: radial-gradient(circle at 18% 0, rgba(21, 65, 91, 0.48), rgba(3, 16, 25, 0.99) 43%, rgba(1, 10, 17, 0.99) 100%);
  border: 1px solid rgba(124, 157, 184, 0.72);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  float: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-image {
  background-color: #142432;
  display: block;
  height: 168px;
  margin: 0;
  position: relative;
  text-decoration: none;
  width: 100%;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-image .iw-sold-banner {
  left: 0;
  max-width: 94px;
  position: absolute;
  top: 0;
  width: 27%;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-bookmark {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28' fill='none'%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' stroke='white' stroke-width='2.4' stroke-linejoin='round'/%3E%3C/svg%3E") center center / contain no-repeat;
  display: block;
  height: 26px;
  position: absolute;
  right: 16px;
  top: 14px;
  width: 27px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-body {
  padding: 15px 16px 11px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-card-no-price .nhf-mobile-result-body {
  padding-bottom: 11px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-card-no-price .nhf-mobile-result-copy {
  line-height: 1.28;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-header {
  background: transparent;
  border: 0;
  color: #fff;
  float: none;
  margin: 0;
  padding: 0 0 7px;
  text-align: left;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-header .underline-link {
  color: #fff !important;
  display: block;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.15;
  text-align: left;
  text-decoration: none;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-location,
:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-facts {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  float: none;
  gap: 8px;
  line-height: 1.35;
  padding: 0 0 10px;
  text-align: left;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-location {
  color: rgba(222, 229, 236, 0.82);
  font-size: 14px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-location a {
  color: #1ed2ff !important;
  font-size: 13px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-pin {
  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;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-divider {
  background: rgba(170, 180, 193, 0.36);
  display: inline-block;
  flex: 0 0 auto;
  height: 15px;
  margin: 0 5px;
  width: 1px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-offering {
  align-items: center;
  border: 1px solid #1ed2ff;
  border-radius: 7px;
  color: #1ed2ff !important;
  display: inline-flex;
  font-size: 13px;
  gap: 6px;
  line-height: 1.2;
  margin: 0;
  max-width: 100%;
  padding: 5px 8px;
  text-decoration: none;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-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;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-size {
  align-items: center;
  color: rgba(222, 229, 236, 0.84);
  display: inline-flex;
  font-size: 13px;
  gap: 6px;
  line-height: 1.25;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-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;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-size > span:after {
  background: rgba(170, 180, 193, 0.9);
  bottom: 3px;
  content: "";
  height: 2px;
  position: absolute;
  right: 3px;
  width: 2px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-copy {
  color: rgba(231, 235, 240, 0.8);
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
  padding: 0;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-price-row {
  align-items: baseline;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  gap: 10px;
  margin-top: 9px;
  padding-top: 11px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-price-row span {
  color: rgba(231, 235, 240, 0.82);
  font-size: 13px;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-price-row strong {
  color: #1ed2ff;
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-header-open {
  display: none;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open.nhf-mobile-saved-header-open {
  display: inline-flex;
}

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open.nhf-mobile-saved-header-open[hidden] {
  display: none !important;
}

@media screen and (max-width: 900px) {
:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open {
    display: none !important;
  }
}

@media screen and (min-width: 761px) and (max-width: 1069px) {
:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open {
    display: inline-flex !important;
    min-width: 136px;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-desktop-saved-open[hidden] {
    display: none !important;
  }
}

@media screen and (max-width: 760px) {
:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-header-open {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    grid-column: 3;
    grid-row: 1;
    height: 42px;
    justify-content: center;
    justify-self: end;
    margin: 0;
	    padding: 0;
	    position: relative;
	    right: auto;
	    top: auto;
	    transform-origin: center center;
	    overflow: visible;
	    width: 68px;
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-header-open:active,
	  :is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-header-open:focus {
	    background: transparent;
	    box-shadow: none;
	    outline: 0;
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-header-open[hidden] {
    display: none !important;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-header-open.is-active {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-header-heart {
    background: #fff;
    background-size: 260% 100%;
    display: block;
    height: 21px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center center / contain no-repeat;
    width: 22px;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-header-open.nhf-mobile-saved-ingress-pulse {
	    animation: nhf-mobile-saved-header-pop 680ms cubic-bezier(0.2, 1.35, 0.32, 1);
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-header-open.nhf-mobile-saved-ingress-pulse .nhf-mobile-saved-header-heart {
    animation: nhf-mobile-saved-heart-shine 680ms ease;
    background-image: linear-gradient(90deg, #fff 0%, #fff 28%, #ff4d7d 45%, #ff193f 55%, #ff4d7d 66%, #fff 84%, #fff 100%);
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-count {
	    align-items: center;
	    background: #20d8ff;
	    border: 2px solid #05080b;
	    border-radius: 50%;
	    box-sizing: border-box;
	    color: #00131d;
	    display: inline-flex;
	    font-size: 12px;
	    font-weight: 900;
	    height: 20px;
	    justify-content: center;
	    line-height: 1;
	    min-width: 0;
	    padding: 0;
	    position: absolute;
	    right: 9px;
	    text-align: center;
	    top: 5px;
	    width: 20px;
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-count[hidden] {
    display: none !important;
  }

.nhf-home-saved-ingress #landing-logo {
    margin-top: 22px;
    min-width: 0;
    width: min(58vw, 292px);
  }

.nhf-home-saved-ingress .nhf-home-desktop-saved-open.nhf-mobile-saved-header-open {
	    background: transparent;
	    border: 0;
	    border-radius: 0;
	    box-shadow: none;
    display: inline-flex !important;
    height: 42px;
	    min-width: 0;
	    padding: 0;
	    right: 7px;
	    top: 16px;
	    width: 68px;
	    z-index: 7;
	  }

.nhf-home-saved-ingress .nhf-home-desktop-saved-open.nhf-mobile-saved-header-open[hidden] {
    display: none !important;
  }

.nhf-home-saved-ingress .nhf-home-desktop-saved-open .nhf-desktop-saved-content {
    display: none;
  }

.nhf-home-saved-ingress .nhf-home-desktop-saved-open .nhf-mobile-saved-count {
    border: 2px solid #05080b;
    font-size: 12px;
    height: 20px;
    min-width: 0;
    padding: 0;
    position: absolute;
    right: 9px;
    top: 5px;
    width: 20px;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer {
	    background:
	      radial-gradient(circle at 50% -8%, rgba(32, 216, 255, 0.16), transparent 34%),
	      linear-gradient(180deg, #061722 0%, #020b12 100%);
	    box-sizing: border-box;
	    color: #fff;
	    display: flex;
	    flex-direction: column;
	    inset: 0;
	    opacity: 0;
	    overflow: hidden;
	    padding: calc(18px + env(safe-area-inset-top)) 16px calc(20px + env(safe-area-inset-bottom));
	    position: fixed;
	    transform: translateY(18px);
	    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	    visibility: hidden;
	    z-index: 10008;
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-head {
	    align-items: center;
	    display: grid;
	    gap: 12px;
	    grid-template-columns: minmax(0, 1fr) 44px;
	    padding: 0 0 12px;
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-head p {
	    color: #20d8ff;
	    font-size: 13px;
	    font-weight: 900;
	    letter-spacing: 0;
	    line-height: 1;
	    margin: 0 0 6px;
	    text-transform: uppercase;
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-head h2 {
	    color: #fff;
	    font-size: 25px;
	    font-weight: 900;
	    letter-spacing: 0;
	    line-height: 1.1;
	    margin: 0;
	    padding: 0;
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-close {
	    align-items: center;
	    background: rgba(255, 255, 255, 0.08);
	    border: 1px solid rgba(154, 184, 205, 0.46);
	    border-radius: 999px;
	    cursor: pointer;
	    display: inline-flex;
	    height: 42px;
	    justify-content: center;
	    padding: 0;
	    position: relative;
	    width: 42px;
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-close:before,
	  :is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-close:after {
	    background: #fff;
	    border-radius: 999px;
	    content: "";
	    height: 2px;
	    position: absolute;
	    width: 18px;
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-close:before {
	    transform: rotate(45deg);
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-close:after {
	    transform: rotate(-45deg);
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-summary {
	    border-bottom: 1px solid rgba(124, 157, 184, 0.32);
	    color: rgba(226, 235, 241, 0.74);
	    font-size: 15px;
	    line-height: 1.35;
	    margin: 0 -16px;
	    padding: 0 16px 14px;
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-list {
	    display: grid;
	    gap: 12px;
	    overflow-y: auto;
	    padding: 16px 0 47px;
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-card .nhf-mobile-result-card {
	    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.36);
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-empty {
	    align-items: center;
	    border: 1px dashed rgba(124, 157, 184, 0.58);
	    border-radius: 10px;
	    color: rgba(226, 235, 241, 0.74);
	    display: flex;
	    flex-direction: column;
	    gap: 8px;
	    justify-content: center;
	    margin: 22px 0 0;
	    min-height: 190px;
	    padding: 26px 18px;
	    text-align: center;
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-empty strong {
	    color: #fff;
	    font-size: 20px;
	    line-height: 1.2;
	  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-empty span {
	    font-size: 15px;
	    line-height: 1.35;
	  }
}

@media screen and (max-width: 760px) {
:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-card,
  :is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-card * {
    box-sizing: border-box;
    letter-spacing: 0;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-card {
    background: radial-gradient(circle at 18% 0, rgba(21, 65, 91, 0.48), rgba(3, 16, 25, 0.99) 43%, rgba(1, 10, 17, 0.99) 100%);
    border: 1px solid rgba(124, 157, 184, 0.72);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    float: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-image {
    background-color: #142432;
    display: block;
    height: 168px;
    margin: 0;
    position: relative;
    text-decoration: none;
    width: 100%;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-image .iw-sold-banner {
    left: 0;
    max-width: 94px;
    position: absolute;
    top: 0;
    width: 27%;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-bookmark {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 28' fill='none'%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' stroke='white' stroke-width='2.4' stroke-linejoin='round'/%3E%3C/svg%3E") center center / contain no-repeat;
    display: block;
    height: 26px;
    position: absolute;
    right: 16px;
    top: 14px;
    width: 27px;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-body {
    padding: 15px 16px 11px;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-card-no-price .nhf-mobile-result-body {
    padding-bottom: 11px;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-card-no-price .nhf-mobile-result-copy {
    line-height: 1.28;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-header {
    background: transparent;
    border: 0;
    color: #fff;
    float: none;
    margin: 0;
    padding: 0 0 7px;
    text-align: left;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-header .underline-link {
    color: #fff !important;
    display: block;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.15;
    text-align: left;
    text-decoration: none;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-location,
  :is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-facts {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    float: none;
    gap: 8px;
    line-height: 1.35;
    padding: 0 0 10px;
    text-align: left;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-location {
    color: rgba(222, 229, 236, 0.82);
    font-size: 14px;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-location a {
    color: #1ed2ff !important;
    font-size: 13px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-pin {
    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;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-divider {
    background: rgba(170, 180, 193, 0.36);
    display: inline-block;
    flex: 0 0 auto;
    height: 15px;
    margin: 0 5px;
    width: 1px;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-offering {
    align-items: center;
    border: 1px solid #1ed2ff;
    border-radius: 7px;
    color: #1ed2ff !important;
    display: inline-flex;
    font-size: 13px;
    gap: 6px;
    line-height: 1.2;
    margin: 0;
    max-width: 100%;
    padding: 5px 8px;
    text-decoration: none;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-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;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-size {
    align-items: center;
    color: rgba(222, 229, 236, 0.84);
    display: inline-flex;
    font-size: 13px;
    gap: 6px;
    line-height: 1.25;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-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;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-size > span:after {
    background: rgba(170, 180, 193, 0.9);
    bottom: 3px;
    content: "";
    height: 2px;
    position: absolute;
    right: 3px;
    width: 2px;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-copy {
    color: rgba(231, 235, 240, 0.8);
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
    padding: 0;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-price-row {
    align-items: baseline;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    gap: 10px;
    margin-top: 9px;
    padding-top: 11px;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-price-row span {
    color: rgba(231, 235, 240, 0.82);
    font-size: 13px;
  }

:is(.nhf-shared-site-header, .nhf-home-saved-ingress) .nhf-mobile-saved-drawer .nhf-mobile-result-price-row strong {
    color: #1ed2ff;
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
  }
}

@media (max-width: 700px) {
.nhf-home-featured-grid > .nhf-home-featured-card.nhf-home-featured-more-card {
		box-sizing: border-box !important;
		padding: 28px 26px !important;
	}
}
