.template-service-homebuying {
	--hb-yellow: #FFBD00;
	--hb-black: #171717;
	--hb-blue: #001A4F;
	--hb-white: #FFFFFF;
	--hb-topbar-height: 70px;
	--hb-nav-height: 97px;
	--hb-header-total: 167px;
	--hb-hero-height: calc(100vh - var(--hb-header-total));
	color: var(--hb-black);
	font-family: "Open Sans", Arial, sans-serif;
	background: var(--hb-white);
}

.template-service-homebuying .hb-page *,
.template-service-homebuying .hb-page *::before,
.template-service-homebuying .hb-page *::after,
.template-service-homebuying .hb-footer *,
.template-service-homebuying .hb-footer *::before,
.template-service-homebuying .hb-footer *::after {
	box-sizing: border-box;
}

.template-service-homebuying .wrap,
.template-service-homebuying .content,
.template-service-homebuying .main {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
	overflow: visible;
}

.hb-page ul,
.hb-page ol {
	padding-left: 0;
}

.hb-page li {
	padding-left: 0;
	margin-bottom: 0;
	font-size: inherit;
}

.template-service-homebuying .header_container,
.template-service-homebuying .header_container *,
.hb-nav,
.hb-nav * {
	box-sizing: border-box;
}

.template-service-homebuying .header_container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1100;
	width: 100%;
	height: var(--hb-topbar-height);
	min-height: var(--hb-topbar-height);
	padding: 0;
	background: var(--hb-blue) !important;
	transition: none;
}

.template-service-homebuying .hb-topbar-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 38px;
	transform: translate(-50%, -50%);
	pointer-events: auto;
}

.template-service-homebuying .hb-topbar-logo img {
	display: block;
	width: 62px;
	height: 38px;
}

.template-service-homebuying .header_container .nav-container {
	position: relative;
	display: block;
	height: var(--hb-topbar-height);
	min-height: var(--hb-topbar-height);
	margin: 0;
	box-shadow: none;
	pointer-events: none;
}

.template-service-homebuying .header_container .brand,
.template-service-homebuying .header_container .navbar-collapse,
.template-service-homebuying .header_container .consultation-block__wrapper,
.template-service-homebuying .header_container .navbar-toggler:not(.burger-menu__toggler) {
	display: none !important;
}

.template-service-homebuying .header_container .nav-container > .col {
	position: absolute;
	top: 0;
	right: 60px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: auto;
	height: var(--hb-topbar-height);
	max-width: none;
	padding: 0;
	pointer-events: auto;
}

.template-service-homebuying .header_container .navbar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: auto;
	height: var(--hb-topbar-height);
	padding: 0;
}

.template-service-homebuying .header_container .navbar-expand-lg .burger-menu__toggler,
.template-service-homebuying .header_container .burger-menu__toggler {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 17px;
	padding: 0;
	border: 0;
	background: transparent;
	pointer-events: auto;
}

.template-service-homebuying .header_container .burger-menu__toggler .navbar-toggler-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 17px;
}

.template-service-homebuying .header_container .burger-menu__toggler .burger-icon-path,
.template-service-homebuying .header_container.white .burger-menu__toggler .burger-icon-path,
.template-service-homebuying.has-hero .header_container .burger-menu__toggler .burger-icon-path {
	fill: var(--hb-white);
	stroke: var(--hb-white);
}

.hb-page {
	padding-top: var(--hb-header-total);
	background: var(--hb-white);
}

.template-service-homebuying button:focus {
	outline: 0 !important;
	box-shadow: none !important;
}

.hb-nav {
	position: fixed;
	top: var(--hb-topbar-height);
	left: 0;
	z-index: 1080;
	width: 100%;
	height: var(--hb-nav-height);
	background: var(--hb-white);
	border-bottom: 1px solid #E8E8E8;
	transition: transform 0.28s ease, top 0.28s ease;
}

.template-service-homebuying.hb-topbar-passed .hb-nav {
	top: 0;
}

.template-service-homebuying.hb-scroll-down .hb-nav {
	transform: translateY(-100%);
}

.hb-nav__inner {
	display: grid;
	grid-template-columns: 220px 1fr max-content;
	align-items: center;
	gap: 24px;
	width: 100%;
	height: 100%;
	padding: 20px 50px;
}

.hb-nav__logo {
	display: inline-flex;
	align-items: center;
	width: 188px;
	height: 53px;
	max-width: 100%;
}

.hb-nav__logo img {
	display: block;
	width: 188px;
	height: 53px;
}

.hb-nav__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
	min-width: 0;
}

.hb-nav__menu a:not(.hb-button) {
	color: var(--hb-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.hb-nav__menu a:hover,
.hb-footer a:hover {
	color: var(--hb-yellow);
	text-decoration: none;
}

.hb-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 77px;
	padding: 0 40px;
	border-radius: 10px;
	border: 1px solid transparent;
	color: var(--hb-black);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.template-service-homebuying .hb-button,
.template-service-homebuying .hb-button:link,
.template-service-homebuying .hb-button:visited,
.template-service-homebuying .hb-button:active,
.template-service-homebuying .hb-button:focus {
	color: var(--hb-black) !important;
	text-decoration: none !important;
}

.hb-button--nav {
	width: auto;
	min-height: 57px;
	padding: 0 40px;
	background: var(--hb-yellow);
}

.hb-button--primary {
	min-width: 287px;
	background: var(--hb-yellow);
}

.hb-button--outline {
	width: 297px;
	border-width: 2px;
	border-color: var(--hb-white);
	color: var(--hb-white);
	background: transparent;
}

.template-service-homebuying .hb-button--outline,
.template-service-homebuying .hb-button--outline:link,
.template-service-homebuying .hb-button--outline:visited,
.template-service-homebuying .hb-button--outline:active,
.template-service-homebuying .hb-button--outline:focus {
	color: var(--hb-white) !important;
}

.hb-button:hover {
	color: var(--hb-white);
	background: #FF8200;
	text-decoration: none;
}

.hb-button--outline:hover {
	border-color: #FF8200;
	color: var(--hb-white);
	background: #FF8200;
}

.template-service-homebuying .hb-button:hover,
.template-service-homebuying .hb-button--outline:hover {
	color: var(--hb-white) !important;
	text-decoration: none !important;
}

.hb-nav__toggle,
.hb-nav__mobile-cta {
	display: none;
}

.hb-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: var(--hb-hero-height);
	overflow: hidden;
	background: var(--hb-black);
	isolation: isolate;
}

.hb-hero__video,
.hb-hero__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.hb-hero__video {
	object-fit: cover;
}

.hb-hero__overlay {
	z-index: 1;
	background: rgba(0, 0, 0, 0.5);
}

.hb-hero__content {
	position: relative;
	z-index: 2;
	width: min(1140px, calc(100% - 80px));
	margin: 0 auto;
	color: var(--hb-white);
	text-align: center;
}

.hb-hero__eyebrow {
	margin: 0 0 22px;
	color: var(--hb-white);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-hero h1 {
	max-width: 1100px;
	margin: 0 auto;
	color: var(--hb-white);
	font-size: 90px;
	font-weight: 800;
	line-height: 100px;
	letter-spacing: 0;
}

.hb-hero__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 70px;
}

.hb-stats {
	background: var(--hb-blue);
	color: var(--hb-white);
}

.hb-stats__inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 86px;
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
	padding: 120px 0;
}

.hb-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 215px;
	text-align: center;
}

.hb-stat__value {
	color: var(--hb-white);
	font-size: 70px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.hb-stat__line {
	width: 20px;
	height: 32px;
	margin: 0 auto;
	border-radius: 999px;
	background: linear-gradient(to bottom, transparent calc(50% - 2px), var(--hb-yellow) calc(50% - 2px), var(--hb-yellow) calc(50% + 2px), transparent calc(50% + 2px));
}

.hb-stat__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding-top: 8px;
	color: var(--hb-white);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	min-height: 32px;
	white-space: nowrap;
}

.hb-stat__icon {
	display: inline-flex;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

.hb-stat__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.hb-info {
	background: var(--hb-white);
	color: var(--hb-black);
}

.hb-info__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 140px;
	width: min(1400px, calc(100% - 64px));
	margin: 0 auto;
	padding: 120px 0;
}

.hb-info__top {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(64px, 9vw, 175px);
	width: 100%;
}

.hb-info__media {
	display: block;
	flex: 0 0 clamp(420px, 31vw, 590px);
	aspect-ratio: 590 / 640;
	overflow: hidden;
	border-radius: 50px;
}

.hb-info__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hb-info__content {
	display: flex;
	flex: 0 1 635px;
	flex-direction: column;
	align-items: flex-start;
	gap: 50px;
	max-width: 635px;
}

.hb-info__heading {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	color: var(--hb-black);
}

.hb-info__eyebrow {
	margin: 0;
	color: var(--hb-black);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-info__heading h2 {
	margin: 0;
	color: var(--hb-black);
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 0;
}

.hb-info__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
	width: 100%;
}

.hb-info__copy {
	color: var(--hb-black);
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.hb-info__copy p {
	margin: 0;
}

.hb-info__copy p + p {
	margin-top: 27px;
}

.hb-info__copy strong {
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
}

.hb-info__badges {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.content ul.hb-info__badges {
  padding-left: 0px;
}

.hb-info__badges li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 10px 15px;
	border: 1px solid #FFA600;
	border-radius: 99px;
	color: #FFA600;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	white-space: nowrap;
}

.template-service-homebuying .content .hb-info__badges li {
	padding-left: 15px;
	margin-bottom: 0;
	font-size: 12px;
}

.hb-smile {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	width: 100%;
	color: var(--hb-black);
	text-align: center;
}

.hb-smile h2 {
	max-width: 1109px;
	margin: 0;
	color: var(--hb-black);
	font-size: 90px;
	font-weight: 800;
	line-height: 100px;
	letter-spacing: 0;
}

.hb-smile h2 span {
	color: #FF8200;
}

.hb-smile p {
	max-width: 703px;
	margin: 0;
	color: var(--hb-black);
	font-size: 22px;
	font-weight: 400;
	line-height: 35px;
}

.hb-buyers {
	background: #F2F3F8;
	color: var(--hb-black);
}

.hb-buyers__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 85px;
	width: min(1168px, calc(100% - 64px));
	margin: 0 auto;
	padding: 120px 0;
}

.hb-buyers__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
	color: var(--hb-black);
	text-align: center;
}

.hb-buyers__eyebrow {
	margin: 0;
	color: var(--hb-black);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-buyers__heading h2 {
	max-width: 635px;
	margin: 0;
	color: var(--hb-black);
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 0;
}

.hb-buyers__prompt {
	display: none;
	margin: 0;
}

.hb-buyers__tiles {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
}

.hb-buyer-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	width: 100%;
	min-height: 292px;
	padding: 20px 20px 30px;
	border: 2px solid #D7DBED;
	border-radius: 30px;
	background: transparent;
	color: #323030;
	cursor: pointer;
	transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.hb-buyer-card:hover,
.hb-buyer-card:focus-visible {
	border-color: var(--hb-yellow);
	background: var(--hb-white);
	outline: 0;
}

.hb-buyer-card.is-active {
	border-color: transparent;
	background: var(--hb-white);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.hb-buyer-card__image {
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

.hb-buyer-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hb-buyer-card__label {
	display: block;
	width: 100%;
	color: #323030;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
	text-align: center;
	word-break: break-word;
	transition: color 0.22s ease;
}

.hb-buyer-card:hover .hb-buyer-card__label,
.hb-buyer-card:focus-visible .hb-buyer-card__label,
.hb-buyer-card.is-active .hb-buyer-card__label {
	color: #FFA600;
}

.hb-buyers__panels {
	position: relative;
	width: 100%;
	margin-top: -55px;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.18s ease, transform 0.18s ease;
	--hb-buyer-arrow-left: 124px;
}

.hb-buyers__panels.is-switching {
	opacity: 0;
	transform: translateY(8px);
}

.hb-buyer-panel {
	position: relative;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 50px;
	width: 100%;
	padding: 50px;
	border-radius: 30px;
	background: var(--hb-white);
}

.hb-buyer-panel.is-active {
	display: grid;
}

.hb-buyer-panel[hidden] {
	display: none !important;
}

.hb-buyer-panel::before {
	position: absolute;
	top: -20px;
	left: var(--hb-buyer-arrow-left);
	width: 48px;
	height: 20px;
	background: var(--hb-white);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	content: "";
}

.hb-buyer-panel__intro,
.hb-buyer-panel__help {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-width: 0;
	color: var(--hb-black);
}

.hb-buyer-panel__intro {
	gap: 30px;
}

.hb-buyer-panel__help {
	gap: 45px;
}

.hb-buyer-panel__intro h3,
.hb-buyer-panel__help h4,
.hb-buyer-panel__intro p,
.hb-buyer-panel__help ul {
	margin: 0;
}

.hb-buyer-panel__intro h3 {
	color: var(--hb-black);
	font-size: 35px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0;
}

.hb-buyer-panel__intro p,
.content .hb-buyer-panel__help li {
	color: var(--hb-black);
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.hb-buyer-panel__help h4 {
	color: var(--hb-black);
	font-size: 25px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0;
}

.content .hb-buyer-panel__help ul {
	padding-left: 24px;
}

.content .hb-buyer-panel__help li {
	padding-left: 0;
	margin-bottom: 3px;
}

.content .hb-buyer-panel__help li + li {
	margin-top: 0;
	padding-left: 0;
}

.hb-button--buyer {
	min-height: 67px;
	padding: 0 40px;
	background: var(--hb-yellow);
}

.hb-process {
	background: var(--hb-blue);
	color: var(--hb-white);
}

.hb-process__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
	width: min(1400px, calc(100% - 64px));
	margin: 0 auto;
	padding: 120px 0;
}

.hb-process__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	width: min(730px, 100%);
	color: var(--hb-white);
	text-align: center;
}

.hb-process__eyebrow {
	margin: 0 0 -20px;
	color: var(--hb-white);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-process__heading h2 {
	max-width: 635px;
	margin: 0;
	color: var(--hb-white);
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 0;
}

.hb-process__heading p:not(.hb-process__eyebrow) {
	max-width: 540px;
	margin: 0;
	color: var(--hb-white);
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.hb-process__list {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
}

.hb-process-item {
	overflow: hidden;
	border-radius: 30px;
	background: #072561;
	color: var(--hb-white);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.hb-process-item:not(.is-active) {
	border-bottom: 1px solid #041944;
}

.hb-process-item.is-active {
	background: var(--hb-white);
	color: var(--hb-black);
}

.hb-process-item__trigger {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) 48px;
	align-items: start;
	gap: 80px;
	width: 100%;
	min-height: 110px;
	padding: 30px 60px;
	border: 0;
	border-bottom: 0 !important;
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: pointer;
	outline: 0 !important;
	box-shadow: none !important;
}

.hb-process-item__trigger:focus-visible {
	outline: 2px solid var(--hb-yellow) !important;
	outline-offset: -6px;
}

.hb-process-item.is-active .hb-process-item__trigger {
	min-height: 0;
	padding-bottom: 12px;
}

.hb-process-item__number {
	color: inherit;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	white-space: nowrap;
}

.hb-process-item__title {
	color: inherit;
	font-size: 25px;
	font-weight: 600;
	line-height: 50px;
	word-break: break-word;
}

.hb-process-item__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #14357A;
	justify-self: end;
}

.hb-process-item.is-active .hb-process-item__icon {
	background: #FFA600;
}

.hb-process-item__icon::before,
.hb-process-item__icon::after {
	position: absolute;
	width: 14px;
	height: 2px;
	border-radius: 999px;
	background: var(--hb-white);
	content: "";
	transition: transform 0.2s ease;
}

.hb-process-item__icon::after {
	transform: rotate(90deg);
}

.hb-process-item.is-active .hb-process-item__icon::before {
	transform: rotate(45deg);
}

.hb-process-item.is-active .hb-process-item__icon::after {
	transform: rotate(-45deg);
}

.hb-process-item__panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.hb-process-item.is-active .hb-process-item__panel {
	max-height: 500px;
}

.hb-process-item__panel p {
	max-width: 920px;
	margin: 0 108px 30px 186px;
	color: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.hb-approach {
	background: #F2F3F8;
	color: var(--hb-black);
}

.hb-approach__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
	width: min(1180px, calc(100% - 64px));
	margin: 0 auto;
	padding: 120px 0;
}

.hb-approach__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: min(730px, 100%);
	color: var(--hb-black);
	text-align: center;
}

.hb-approach__eyebrow {
	margin: 0;
	color: var(--hb-black);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-approach__heading h2 {
	width: min(635px, 100%);
	margin: 0;
	color: var(--hb-black);
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 0;
}

.hb-approach__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	width: 100%;
}

.hb-approach__steps {
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, 80px);
	justify-content: center;
	gap: 76px;
	width: 100%;
}

.hb-approach-step {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 80px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--hb-black);
	cursor: pointer;
	text-align: center;
	outline: 0 !important;
	box-shadow: none !important;
}

.hb-approach-step::before {
	position: absolute;
	top: 39px;
	right: calc(100% + 9px);
	width: 59px;
	height: 3px;
	background-image: radial-gradient(circle, #171717 1.5px, transparent 1.5px);
	background-size: 8px 3px;
	background-repeat: repeat-x;
	content: "";
}

.hb-approach-step:first-child::before {
	background-image: radial-gradient(circle, var(--hb-yellow) 1.5px, transparent 1.5px);
}

.hb-approach-step.is-past + .hb-approach-step::before {
	background-image: radial-gradient(circle, var(--hb-yellow) 1.5px, transparent 1.5px);
}

.hb-approach-step:first-child::before {
	right: calc(100% + 9px);
}

.hb-approach-step__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border-radius: 15px;
	background: var(--hb-white);
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.hb-approach-step:hover .hb-approach-step__icon,
.hb-approach-step:focus-visible .hb-approach-step__icon,
.hb-approach-step.is-complete .hb-approach-step__icon {
	background: var(--hb-yellow);
}

.hb-approach-step:focus-visible .hb-approach-step__icon {
	outline: 2px solid #FF8200;
	outline-offset: 3px;
}

.hb-approach-step__icon svg {
	display: block;
	width: 26px;
	height: 26px;
}

.hb-approach-step__icon svg path {
	fill: var(--hb-blue) !important;
}

.hb-approach-step__label {
	color: var(--hb-black);
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	white-space: nowrap;
}

.hb-approach__content {
	position: relative;
	width: min(918px, 100%);
	min-height: 124px;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.hb-approach__content.is-switching {
	opacity: 0;
	transform: translateY(8px);
}

.hb-approach-panel {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 0 110px;
	color: var(--hb-black);
	text-align: center;
}

.hb-approach-panel[hidden] {
	display: none !important;
}

.hb-approach-panel h3 {
	width: min(534px, 100%);
	margin: 0;
	color: var(--hb-black);
	font-size: 25px;
	font-weight: 700;
	line-height: 50px;
}

.hb-approach-panel p {
	width: min(624px, 100%);
	margin: 0;
	color: var(--hb-black);
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.hb-approach__pagination {
	display: none;
}

.hb-compare {
	overflow: hidden;
	background: var(--hb-white);
	color: var(--hb-black);
}

.hb-compare__inner {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1920px;
	min-height: 1080px;
	margin: 0 auto;
	padding: 144px 0 40px;
}

.hb-compare__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(730px, calc(100% - 64px));
	color: var(--hb-black);
	text-align: center;
}

.hb-compare__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	margin: 0 0 60px;
}

.hb-compare__eyebrow {
	margin: 0 0 20px;
	color: var(--hb-black);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-compare__heading h2 {
	width: min(680px, 100%);
	margin: 0;
	color: var(--hb-black);
	font-size: 60px;
	font-weight: 800;
	line-height: 68px;
	letter-spacing: 0;
}

.hb-compare__quote {
	width: min(730px, 100%);
	margin: 44px 0 0;
	color: var(--hb-black);
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
}

.hb-compare__tabs {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 334px;
	height: 70px;
	margin: 0 0 72px;
	padding: 10px;
	border-radius: 999px;
	background: #F2F3F8;
}

.hb-compare-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 152px;
	height: 50px;
	padding: 0 10px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--hb-black);
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.hb-compare-tab:hover,
.hb-compare-tab:focus-visible,
.hb-compare-tab.is-active {
	background: #FF8200;
	color: var(--hb-white);
}

.hb-compare__panels {
	width: min(597px, 100%);
	min-height: 546px;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.hb-compare__panels.is-switching {
	opacity: 0;
	transform: translateY(8px);
}

.hb-compare-panel {
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--hb-black);
	text-align: left;
}

.hb-compare-panel[hidden] {
	display: none !important;
}

.hb-compare-row {
	min-height: 112px;
	padding: 0 0 18px;
	border-bottom: 1px solid #DDE1EA;
}

.hb-compare-row + .hb-compare-row {
	padding-top: 18px;
}

.hb-compare-row:last-child {
	min-height: 94px;
	border-bottom: 0;
}

.hb-compare-row h3 {
	margin: 0 0 10px;
	color: var(--hb-black);
	font-size: 25px;
	font-weight: 800;
	line-height: 30px;
	letter-spacing: 0;
}

.hb-compare-row p {
	margin: 0;
	color: var(--hb-black);
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
}

.hb-compare__media {
	position: absolute;
	z-index: 1;
	display: block;
	width: 470px;
	height: 500px;
	border-radius: 24px;
	overflow: hidden;
	will-change: transform;
}

.hb-compare__media--left {
	top: 588px;
	left: 0;
}

.hb-compare__media--right {
	top: 366px;
	right: 0;
}

.hb-compare__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hb-cases {
	background: #F2F3F8;
	color: var(--hb-black);
}

.hb-cases__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	width: min(1400px, calc(100% - 64px));
	margin: 0 auto;
	padding: 120px 0;
}

.hb-cases__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: min(730px, 100%);
	color: var(--hb-black);
	text-align: center;
}

.hb-cases__eyebrow {
	margin: 0;
	color: var(--hb-black);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-cases__heading h2 {
	width: min(635px, 100%);
	margin: 0;
	color: var(--hb-black);
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 0;
}

.hb-cases__slider {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	width: 100%;
}

.hb-case-slide {
	min-width: 0;
}

.hb-case-card,
.template-service-homebuying a.hb-case-card,
.template-service-homebuying a.hb-case-card:link,
.template-service-homebuying a.hb-case-card:visited,
.template-service-homebuying a.hb-case-card:active,
.template-service-homebuying a.hb-case-card:hover,
.template-service-homebuying a.hb-case-card:focus {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	min-height: 552px;
	padding: 20px 20px 30px;
	border-radius: 30px;
	background: var(--hb-white);
	color: var(--hb-black) !important;
	text-decoration: none !important;
}

.hb-case-card__top {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

.hb-case-card__media {
	display: block;
	width: 100%;
	aspect-ratio: 310 / 180;
	border-radius: 20px;
	overflow: hidden;
	background: #E5E8F0;
}

.hb-case-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hb-case-card__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: flex-start;
	min-height: 36px;
	padding: 9px 15px;
	border: 1px solid #FFA600;
	border-radius: 99px;
	color: #FFA600;
	font-size: 12px;
	font-weight: 600;
	line-height: 16px;
	white-space: nowrap;
}

.hb-case-card__copy {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	color: var(--hb-black);
}

.hb-case-card__copy h3 {
	margin: 0;
	color: var(--hb-black);
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0;
}

.hb-case-card__copy p {
	margin: 0;
	color: var(--hb-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.hb-case-card__client {
	width: 100%;
	margin: 30px 0 0;
	padding-top: 20px;
	border-top: 1px solid #DDE1EA;
	color: var(--hb-black);
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.hb-button--cases {
	min-height: 57px;
	padding: 0 25px;
	border-color: #FFA600;
	background: transparent;
}

.hb-agents {
	background: var(--hb-white);
	color: var(--hb-black);
	overflow: hidden;
}

.hb-agents__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	width: min(1400px, calc(100% - 64px));
	margin: 0 auto;
	padding: 120px 0;
}

.hb-agents__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: min(730px, 100%);
	color: var(--hb-black);
	text-align: center;
}

.hb-agents__eyebrow {
	margin: 0;
	color: var(--hb-black);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-agents__heading h2 {
	width: min(635px, 100%);
	margin: 0;
	color: var(--hb-black);
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 0;
}

.hb-agents__slider {
	width: 100%;
}

.hb-agents__slider:not(.slick-initialized) {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
}

.hb-agents__slider.slick-initialized {
	margin: 0 -15px;
	width: calc(100% + 30px);
}

.hb-agents__slider .slick-list {
	overflow: hidden;
}

.hb-agents__slider .slick-track {
	display: flex;
	align-items: stretch;
}

.hb-agents__slider .slick-slide {
	height: auto;
}

.hb-agent-slide {
	min-width: 0;
	height: 100%;
}

.hb-agents__slider.slick-initialized .hb-agent-slide {
	padding: 0 15px;
}

.hb-agent-card,
.template-service-homebuying a.hb-agent-card,
.template-service-homebuying a.hb-agent-card:link,
.template-service-homebuying a.hb-agent-card:visited,
.template-service-homebuying a.hb-agent-card:active,
.template-service-homebuying a.hb-agent-card:hover,
.template-service-homebuying a.hb-agent-card:focus {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	min-height: 440px;
	height: 100%;
	padding: 20px 20px 30px;
	border-radius: 30px;
	background: #F2F3F8;
	color: var(--hb-black) !important;
	text-align: center;
	text-decoration: none !important;
}

.hb-agent-card__media {
	display: block;
	width: 280px;
	max-width: 100%;
	height: auto;
	aspect-ratio: 14 / 15;
	border-radius: 20px;
	overflow: hidden;
	background: #E5E8F0;
}

.hb-agent-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
	object-position: center top;
}

.hb-agent-card__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin-top: 20px;
	color: var(--hb-black);
}

.hb-agent-card__name {
	display: block;
	margin: 0;
	color: var(--hb-black);
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0;
}

.hb-agent-card__role {
	display: block;
	margin: 0;
	color: var(--hb-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
}

.hb-agent-card__role p {
	margin: 0;
	color: inherit;
	font: inherit;
}

.hb-agents__slider .slick-dots {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: auto;
	margin: 30px auto 0;
	padding: 10px;
	border-radius: 999px;
	background: transparent;
	list-style: none;
}

.hb-agents__slider .slick-dots li {
	display: block;
	width: 6px;
	height: 6px;
	margin: 0;
	padding: 0;
	transition: width 0.2s ease;
}

.hb-agents__slider .slick-dots li.slick-active {
	width: 17px;
}

.hb-agents__slider .slick-dots button {
	display: block;
	width: 100%;
	height: 6px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	outline: 0;
	background: #D7DBED;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.hb-agents__slider .slick-dots button::before {
	display: none !important;
	content: none !important;
}

.hb-agents__slider .slick-dots li.slick-active button {
	background: #FF8200;
}

.hb-button--agents {
	min-height: 57px;
	padding: 0 25px;
	border-color: #FFA600;
	background: transparent;
}

.hb-fees {
	background: var(--hb-blue);
	color: var(--hb-white);
}

.hb-fees__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 80px;
	width: min(1400px, calc(100% - 64px));
	margin: 0 auto;
	padding: 120px 0;
}

.hb-fees__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	width: min(730px, 100%);
	color: var(--hb-white);
	text-align: center;
}

.hb-fees__eyebrow {
	margin: 0 0 -20px;
	color: var(--hb-white);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-fees__heading h2 {
	width: min(635px, 100%);
	margin: 0;
	color: var(--hb-white);
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 0;
}

.hb-fees__heading p:not(.hb-fees__eyebrow) {
	width: min(705px, 100%);
	margin: 0;
	color: var(--hb-white);
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.hb-fees__list {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 100%;
}

.hb-fee-item {
	overflow: hidden;
	border-radius: 30px;
	background: #072561;
	color: var(--hb-white);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.hb-fee-item:not(.is-active) {
	border-bottom: 1px solid #041944;
}

.hb-fee-item.is-active {
	background: var(--hb-white);
	color: var(--hb-black);
}

.hb-fee-item__trigger {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) 48px;
	align-items: start;
	gap: 80px;
	width: 100%;
	min-height: 110px;
	padding: 30px 60px;
	border: 0;
	border-bottom: 0 !important;
	background: transparent;
	color: inherit;
	text-align: left;
	cursor: pointer;
	outline: 0 !important;
	box-shadow: none !important;
}

.hb-fee-item__trigger:focus-visible {
	outline: 2px solid var(--hb-yellow) !important;
	outline-offset: -6px;
}

.hb-fee-item.is-active .hb-fee-item__trigger {
	min-height: 0;
	padding-bottom: 13px;
}

.hb-fee-item__number {
	color: inherit;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	white-space: nowrap;
}

.hb-fee-item__title {
	color: inherit;
	font-size: 25px;
	font-weight: 600;
	line-height: 50px;
	word-break: break-word;
}

.hb-fee-item__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #14357A;
	justify-self: end;
}

.hb-fee-item.is-active .hb-fee-item__icon {
	background: #FFA600;
}

.hb-fee-item__icon::before,
.hb-fee-item__icon::after {
	position: absolute;
	width: 14px;
	height: 2px;
	border-radius: 999px;
	background: var(--hb-white);
	content: "";
	transition: transform 0.2s ease;
}

.hb-fee-item__icon::after {
	transform: rotate(90deg);
}

.hb-fee-item.is-active .hb-fee-item__icon::before {
	transform: rotate(45deg);
}

.hb-fee-item.is-active .hb-fee-item__icon::after {
	transform: rotate(-45deg);
}

.hb-fee-item__panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.hb-fee-item.is-active .hb-fee-item__panel {
	max-height: 500px;
}

.hb-fee-item__panel p {
	max-width: 920px;
	margin: 0 108px 30px 186px;
	color: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.hb-button--fees {
	min-height: 77px;
	padding: 0 40px;
	background: var(--hb-yellow);
}

.hb-testimonials {
	overflow: hidden;
	background: #F2F3F8;
	color: var(--hb-black);
}

.hb-testimonials__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	width: 100%;
	margin: 0 auto;
	padding: 120px 0;
}

.hb-testimonials__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(730px, calc(100% - 64px));
	color: var(--hb-black);
	text-align: center;
}

.hb-testimonials__eyebrow {
	margin: 0 0 10px;
	color: var(--hb-black);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-testimonials__heading h2 {
	width: min(635px, 100%);
	margin: 0;
	color: var(--hb-black);
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 0;
}

.hb-testimonials__body {
	width: 100%;
}

.hb-testimonials__slider {
	position: relative;
	left: 50%;
	width: min(2250px, 118vw);
	margin: 0;
	transform: translateX(-50%);
}

.hb-testimonials__slider .slick-list {
	overflow: visible;
}

.hb-testimonials__slider .slick-track {
	display: flex;
	align-items: stretch;
}

.hb-testimonials__slider .slick-slide {
	height: auto;
	opacity: 0.2;
	transition: opacity 0.25s ease;
}

.hb-testimonials__slider .slick-slide.slick-center {
	opacity: 1;
}

.hb-testimonial-slide {
	width: 760px;
	height: 100%;
	padding: 0 15px;
}

.hb-testimonial-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 381px;
	height: 100%;
	padding: 50px;
	border-radius: 30px;
	background: var(--hb-white);
	color: var(--hb-black);
	text-align: center;
}

.hb-testimonial-card__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.hb-testimonial-card__stars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1px;
	width: 95px;
	height: 40px;
	color: #FFA600;
}

.hb-testimonial-card__stars svg {
	display: block;
	flex: 0 0 auto;
	width: 17px;
	height: 16px;
}

.hb-testimonial-card__content p {
	width: min(630px, 100%);
	margin: 0;
	color: var(--hb-black);
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.hb-testimonial-card__footer {
	width: 100%;
	margin: 40px 0 0;
	padding-top: 20px;
	border-top: 1px solid #DDE1EA;
	color: var(--hb-black);
	text-align: center;
}

.hb-testimonial-card__footer p {
	margin: 0;
	color: var(--hb-black);
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.hb-testimonials__slider .slick-dots {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: max-content;
	margin: 28px auto 0;
	padding: 15px;
	border-radius: 999px;
	background: var(--hb-white);
	list-style: none;
	backdrop-filter: blur(19px);
}

.hb-testimonials__slider .slick-dots li {
	display: block;
	width: 7px;
	height: 7px;
	margin: 0;
	padding: 0;
	transition: width 0.2s ease;
}

.hb-testimonials__slider .slick-dots li.slick-active {
	width: 20px;
}

.hb-testimonials__slider .slick-dots button {
	display: block;
	width: 100%;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	outline: 0;
	background: #D7DBED;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.hb-testimonials__slider .slick-dots button::before {
	display: none !important;
	content: none !important;
}

.hb-testimonials__slider .slick-dots li.slick-active button {
	background: #FF8200;
}

.hb-awards {
	overflow: hidden;
	background: var(--hb-white);
	color: var(--hb-black);
}

.hb-awards__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px;
	width: min(1401px, calc(100% - 64px));
	margin: 0 auto;
	padding: 120px 0;
}

.hb-awards__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(730px, 100%);
	color: var(--hb-black);
	text-align: center;
}

.hb-awards__eyebrow {
	margin: 0 0 10px;
	color: var(--hb-black);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-awards__heading h2 {
	width: min(724px, 100%);
	margin: 0;
	color: var(--hb-black);
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 0;
}

.hb-awards__slider {
	width: 100%;
}

.hb-awards__slider .slick-list {
	overflow: hidden;
}

.hb-awards__slider .slick-track {
	display: flex;
	align-items: center;
}

.hb-awards__slider .slick-slide {
	height: auto;
}

.hb-award-slide {
	height: 100%;
}

.hb-award-card {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 200px;
}

.hb-award-card img {
	display: block;
	width: 201px;
	max-width: 100%;
	height: 200px;
	object-fit: contain;
}

.hb-awards__slider .slick-dots {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: max-content;
	margin: 55px auto 0;
	padding: 15px;
	border-radius: 999px;
	background: transparent;
	list-style: none;
	backdrop-filter: blur(19px);
}

.hb-awards__slider .slick-dots li {
	display: block;
	width: 7px;
	height: 7px;
	margin: 0;
	padding: 0;
	transition: width 0.2s ease;
}

.hb-awards__slider .slick-dots li.slick-active {
	width: 20px;
}

.hb-awards__slider .slick-dots button {
	display: block;
	width: 100%;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	outline: 0;
	background: #D7DBED;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.hb-awards__slider .slick-dots button::before {
	display: none !important;
	content: none !important;
}

.hb-awards__slider .slick-dots li.slick-active button {
	background: #FF8200;
}

.hb-ebook {
	background: var(--hb-white);
	color: var(--hb-white);
}

.hb-ebook__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 100px;
	width: min(1400px, calc(100% - 64px));
	margin: 0 auto;
	padding: 100px;
	border-radius: 30px;
	background: var(--hb-blue);
	overflow: hidden;
}

.hb-ebook {
	padding-bottom: 120px;
}

.hb-ebook__media {
	display: block;
	flex: 0 0 404px;
	width: 404px;
	height: 572px;
	background: var(--hb-white);
}

.hb-ebook__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hb-ebook__content {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	max-width: 600px;
	min-width: 0;
	color: var(--hb-white);
}

.hb-ebook__eyebrow {
	margin: 0;
	color: var(--hb-white);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-ebook__content h2 {
	width: 100%;
	margin: 0;
	color: var(--hb-white);
	font-size: 35px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0;
}

.hb-ebook__copy {
	width: 100%;
	color: var(--hb-white);
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}

.hb-ebook__copy p {
	margin: 0 0 27px;
	color: inherit;
	font: inherit;
}

.hb-ebook__copy ul {
	margin: 0;
	padding-left: 27px;
	color: inherit;
	font: inherit;
}

.hb-ebook__copy li {
	margin: 0;
	padding-left: 0;
	color: inherit;
	font: inherit;
}

.template-service-homebuying .content .hb-ebook__copy ul {
	padding-left: 27px;
}

.template-service-homebuying .content .hb-ebook__copy li {
	padding-left: 0;
	margin-bottom: 0;
	font: inherit;
}

.hb-button--ebook {
	min-height: 77px;
	padding: 0 40px;
	background: var(--hb-yellow);
}

.hb-related {
	background: #F2F3F8;
	color: var(--hb-black);
}

.hb-related__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
	width: min(1400px, calc(100% - 64px));
	margin: 0 auto;
	padding: 120px 0;
}

.hb-related__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
	color: var(--hb-black);
	text-align: center;
}

.hb-related__eyebrow {
	margin: 0;
	color: var(--hb-black);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-related__heading h2 {
	width: min(635px, 100%);
	margin: 0;
	color: var(--hb-black);
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 0;
}

.hb-related__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
	width: 100%;
	align-items: stretch;
}

.hb-related-card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 0;
	height: 100%;
}

.hb-related-card__media {
	display: block;
	width: 100%;
	height: 300px;
	min-height: 300px;
	border-radius: 20px;
	overflow: hidden;
	background: #DDE1EA;
}

.hb-related-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hb-related-card__copy {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	padding: 40px 30px;
	border-radius: 20px;
	background: var(--hb-white);
	color: var(--hb-black);
}

.hb-related-card__copy h3 {
	margin: 0;
	color: var(--hb-black);
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0;
}

.hb-related-card__copy p,
.hb-related-card__copy li {
	margin: 0;
	color: var(--hb-black);
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.hb-related-card__copy ul {
	margin: 0;
	padding-left: 24px;
	color: var(--hb-black);
}

.hb-related-card__copy li + li {
	margin-top: 0;
}

.template-service-homebuying .content .hb-related-card__copy ul {
	padding-left: 24px;
}

.template-service-homebuying .content .hb-related-card__copy li {
	padding-left: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 25px;
}

.hb-related-card--vendor-advocacy .hb-related-card__copy {
	order: 1;
}

.hb-related-card--vendor-advocacy .hb-related-card__media {
	order: 2;
}

.hb-faq {
	background: var(--hb-blue);
	color: var(--hb-white);
}

.hb-faq__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	width: min(1400px, calc(100% - 64px));
	margin: 0 auto;
	padding: 120px 0;
}

.hb-faq__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: min(730px, 100%);
	color: var(--hb-white);
	text-align: center;
}

.hb-faq__eyebrow {
	margin: 0;
	color: var(--hb-white);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-faq__heading h2 {
	width: min(724px, 100%);
	margin: 0;
	color: var(--hb-white);
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 0;
}

.hb-faq__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 685px));
	justify-content: center;
	align-items: start;
	gap: 30px;
	width: 100%;
}

.hb-faq__column {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.hb-faq-item {
	min-width: 0;
	overflow: hidden;
	border-radius: 30px;
	background: #072561;
	color: var(--hb-white);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.hb-faq-item:not(.is-active) {
	border-bottom: 1px solid #041944;
}

.hb-faq-item.is-active {
	background: var(--hb-white);
	color: var(--hb-black);
}

.hb-faq-item__trigger {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px;
	align-items: center;
	gap: 20px;
	width: 100%;
	min-height: 110px;
	margin: 0;
	padding: 30px 40px;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: left;
	cursor: pointer;
	outline: 0 !important;
	box-shadow: none !important;
}

.hb-faq-item__trigger:hover,
.hb-faq-item__trigger:active,
.hb-faq-item__trigger:visited,
.hb-faq-item__trigger:focus {
	background: transparent;
	color: inherit;
	outline: 0 !important;
	box-shadow: none !important;
}

.hb-faq-item__trigger:focus-visible {
	outline: 2px solid var(--hb-yellow) !important;
	outline-offset: -6px;
}

.hb-faq-item.is-active .hb-faq-item__trigger {
	min-height: 0;
	padding-bottom: 12px;
}

.hb-faq-item__title {
	color: inherit;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0;
}

.hb-faq-item__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #14357A;
	transition: background-color 0.25s ease;
}

.hb-faq-item__icon::before,
.hb-faq-item__icon::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 2px;
	border-radius: 999px;
	background: var(--hb-white);
	transition: transform 0.25s ease;
}

.hb-faq-item__icon::after {
	transform: rotate(90deg);
}

.hb-faq-item__panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.hb-faq-item__panel p {
	margin: 0 40px 30px;
	color: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
}

.hb-faq-item.is-active .hb-faq-item__icon {
	background: #FFA600;
}

.hb-faq-item.is-active .hb-faq-item__icon::before {
	transform: rotate(45deg);
}

.hb-faq-item.is-active .hb-faq-item__icon::after {
	transform: rotate(-45deg);
}

.hb-faq-item.is-active .hb-faq-item__panel {
	max-height: 500px;
}

.hb-contact {
	scroll-margin-top: 0;
	background: #F2F3F8;
	color: var(--hb-black);
}

.hb-contact__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 50px;
	width: 100%;
	margin: 0 auto;
	padding: 120px 0;
}

.hb-contact__heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	width: min(918px, calc(100% - 64px));
	color: var(--hb-black);
	text-align: center;
	position: relative;
  z-index: 2;
}

.hb-contact__eyebrow {
	margin: 0 0 -20px;
	color: var(--hb-black);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 30px;
	text-transform: uppercase;
}

.hb-contact__heading h2 {
	width: min(874px, 100%);
	margin: 0;
	color: var(--hb-black);
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	letter-spacing: 0;
}

.hb-contact__heading p {
	width: min(703px, 100%);
	margin: 0;
	color: var(--hb-black);
	font-size: 22px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0;
}

.hb-contact__body {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -120px;
	z-index: 1;
}

.hb-contact__body::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 120px;
	background: #F2F3F8;
	content: "";
	pointer-events: none;
}

.calendly-inline-widget {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: -60px;
	height: 900px;
	min-width: 750px;
	margin-bottom: 20px;
}

.hb-contact__form {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	width: 100%;
	margin: 0;
	padding: 50px;
	border: 0;
	border-radius: 30px;
	background: var(--hb-white);
}

.hb-contact__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 15px;
	width: 100%;
}

.hb-contact-field {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
}

.hb-contact-field input,
.hb-contact-field select,
.hb-contact-field textarea {
	display: block;
	width: 100%;
	min-height: 62px;
	margin: 0;
	padding: 0 16px;
	border: 0.5px solid #C5CBDE;
	border-radius: 16px;
	background: var(--hb-white);
	box-shadow: 0 0.5px 2px rgba(25, 33, 61, 0.11);
	color: var(--hb-black);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
	outline: 0;
	appearance: none;
}

.hb-contact-field input::placeholder,
.hb-contact-field textarea::placeholder {
	color: var(--hb-black);
	opacity: 1;
}

.hb-contact-field input:focus,
.hb-contact-field select:focus,
.hb-contact-field textarea:focus {
	border-color: #FFA600;
	box-shadow: 0 0 0 2px rgba(255, 166, 0, 0.18);
}

.hb-contact-field select {
	padding-right: 44px;
	cursor: pointer;
}

.hb-contact-field--select::after {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid var(--hb-black);
	content: "";
	pointer-events: none;
	transform: translateY(-40%);
}

.hb-contact-field textarea {
	height: 128px;
	min-height: 128px;
	padding-top: 25px;
	resize: vertical;
}

.hb-contact__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 77px;
	margin: 0;
	padding: 0 40px;
	border: 0;
	border-radius: 10px;
	background: var(--hb-yellow);
	color: var(--hb-black);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.28;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	outline: 0 !important;
	box-shadow: none !important;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.hb-contact__submit:hover,
.hb-contact__submit:active,
.hb-contact__submit:focus {
	background: #FF8200;
	color: var(--hb-white);
	outline: 0 !important;
	box-shadow: none !important;
}

.hb-contact__submit:focus-visible {
	outline: 2px solid var(--hb-blue) !important;
	outline-offset: -5px;
}

.hb-contact__note {
	margin: 0;
	color: var(--hb-black);
	font-size: 15px;
	font-weight: 400;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0;
}

.hb-contact__phone {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding-top: 20px;
	color: var(--hb-black);
	text-align: center;
}

.hb-contact__phone p {
	margin: 0;
	color: var(--hb-black);
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0;
}

.hb-contact__phone a,
.hb-contact__phone a:visited {
	color: #FFA600;
	text-decoration: none;
}

.hb-contact__phone a:hover,
.hb-contact__phone a:active {
	color: #FF8200;
	text-decoration: none;
}

.hb-contact__phone span {
	color: var(--hb-black);
	font-size: 18px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 0;
}

.hb-placeholder {
	min-height: 1px;
	background: var(--hb-white);
}

.hb-footer {
	background: var(--hb-blue);
	color: var(--hb-white);
}

.hb-footer__inner {
	display: grid;
	grid-template-columns: 379px 1fr;
	gap: 50px;
	width: min(1400px, calc(100% - 64px));
	margin: 0 auto;
	padding: 70px 0;
}

.hb-footer__brand img {
	display: block;
	width: 188px;
	height: 54px;
	margin-bottom: 30px;
}

.hb-footer__brand p {
	margin: 0 0 10px;
	color: var(--hb-white);
	font-size: 16px;
	line-height: 25px;
}

.hb-footer__phone {
	display: inline-block;
	color: var(--hb-yellow);
	font-size: 22px;
	font-weight: 800;
	line-height: 45px;
	text-decoration: none;
}

.hb-footer__brand {
	width: 379px;
}

.hb-footer__brand p {
	width: 379px;
}

.hb-footer__column-wrap {
	display: flex;
	justify-content: flex-end;
	gap: 100px;
	width: 100%;
}

.hb-footer__column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	width: 200px;
	min-width: 200px;
}

.hb-footer__column h2 {
	margin: 0;
	color: var(--hb-white);
	font-size: 20px;
	font-weight: 800;
	line-height: 35px;
	margin-bottom: 10px;
}

.hb-footer a {
	color: var(--hb-white);
	font-size: 16px;
	line-height: 32px;
	text-decoration: none;
}

.template-service-homebuying .hb-footer a,
.template-service-homebuying .hb-footer a:link,
.template-service-homebuying .hb-footer a:visited,
.template-service-homebuying .hb-footer a:active,
.template-service-homebuying .hb-footer a:focus {
	color: var(--hb-white) !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.template-service-homebuying .hb-footer a:hover {
	color: var(--hb-yellow) !important;
	text-decoration: none !important;
}

.template-service-homebuying .hb-footer a.hb-footer__phone,
.template-service-homebuying .hb-footer a.hb-footer__phone:link,
.template-service-homebuying .hb-footer a.hb-footer__phone:visited,
.template-service-homebuying .hb-footer a.hb-footer__phone:active,
.template-service-homebuying .hb-footer a.hb-footer__phone:focus,
.template-service-homebuying .hb-footer a.hb-footer__phone:hover {
	color: var(--hb-yellow) !important;
	font-size: 22px;
	font-weight: 800;
	line-height: 45px;
	text-decoration: none !important;
}

.hb-footer__small-link {
	text-decoration: underline!important;
}

.hb-footer__bottom {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 22px;
	margin-top: 0;
	padding-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.hb-footer__bottom p {
	margin: 0;
	color: var(--hb-white);
	font-size: 14px;
	line-height: 25px;
}

.template-service-homebuying .hb-footer__bottom a {
	font-size: inherit;
	line-height: inherit;
}

.hb-footer__bottom p:last-child {
	justify-self: end;
}

.hb-footer__bottom span {
	display: inline-block;
	margin: 0 18px;
}

.hb-footer__bottom p:last-child,
.hb-footer__bottom p:last-child a {
	color: rgba(255, 255, 255, 0.45);
}

.template-service-homebuying .hb-footer__bottom p:last-child,
.template-service-homebuying .hb-footer__bottom p:last-child a,
.template-service-homebuying .hb-footer__bottom p:last-child a:link,
.template-service-homebuying .hb-footer__bottom p:last-child a:visited,
.template-service-homebuying .hb-footer__bottom p:last-child a:hover,
.template-service-homebuying .hb-footer__bottom p:last-child a:focus {
	color: rgba(255, 255, 255, 0.45) !important;
	text-decoration: none !important;
}

@media (max-width: 1599px) {
	.hb-compare__inner {
		min-height: 1080px;
		padding: 120px 0 46px;
	}

	.hb-compare__content {
		width: min(560px, calc(100% - 64px));
	}

	.hb-compare__heading {
		margin-bottom: 54px;
	}

	.hb-compare__heading h2 {
		font-size: 52px;
		line-height: 60px;
	}

	.hb-compare__quote {
		margin-top: 34px;
		font-size: 20px;
		line-height: 28px;
	}

	.hb-compare__tabs {
		margin-bottom: 58px;
	}

	.hb-compare__panels {
		width: min(520px, 100%);
		min-height: 472px;
	}

	.hb-compare-row {
		min-height: 104px;
		padding-bottom: 16px;
	}

	.hb-compare-row + .hb-compare-row {
		padding-top: 16px;
	}

	.hb-compare-row:last-child {
		min-height: 88px;
	}

	.hb-compare-row h3 {
		font-size: 23px;
		line-height: 29px;
	}

	.hb-compare-row p {
		font-size: 16px;
		line-height: 24px;
	}

	.hb-compare__media {
		width: clamp(300px, 24vw, 420px);
		height: auto;
		aspect-ratio: 47 / 50;
	}

	.hb-compare__media--left {
		top: 548px;
	}

	.hb-compare__media--right {
		top: 346px;
	}

	.hb-cases__inner {
		width: min(1240px, calc(100% - 48px));
	}

	.hb-case-card,
	.template-service-homebuying a.hb-case-card,
	.template-service-homebuying a.hb-case-card:link,
	.template-service-homebuying a.hb-case-card:visited,
	.template-service-homebuying a.hb-case-card:active,
	.template-service-homebuying a.hb-case-card:hover,
	.template-service-homebuying a.hb-case-card:focus {
		min-height: 520px;
	}

	.hb-case-card__copy h3 {
		font-size: 23px;
		line-height: 32px;
	}

	.hb-agents__inner {
		width: min(1400px, calc(100% - 48px));
	}
}

@media (max-width: 1199px) {
	.hb-nav__inner {
		grid-template-columns: 188px 1fr max-content;
		gap: 16px;
		padding: 0 28px;
	}

	.hb-nav__menu {
		gap: 18px;
	}

	.hb-hero h1 {
		font-size: 76px;
	}

	.hb-info__inner {
		gap: 100px;
	}

	.hb-info__top {
		gap: 56px;
	}

	.hb-info__heading h2 {
		font-size: 42px;
		line-height: 52px;
	}

	.hb-smile h2 {
		font-size: 72px;
		line-height: 82px;
	}

	.hb-buyers__inner {
		width: min(100% - 48px, 1168px);
	}

	.hb-buyer-card {
		min-height: 270px;
	}

	.hb-buyer-card__image {
		width: min(180px, 100%);
		height: auto;
		aspect-ratio: 1;
	}

	.hb-process__inner {
		width: min(100% - 48px, 1168px);
	}

	.hb-process-item__trigger {
		grid-template-columns: 46px minmax(0, 1fr) 48px;
		gap: 48px;
	}

	.hb-process-item__panel p {
		margin-left: 154px;
		margin-right: 84px;
	}

	.hb-fee-item__trigger {
		grid-template-columns: 46px minmax(0, 1fr) 48px;
		gap: 48px;
	}

	.hb-fee-item__panel p {
		margin-left: 154px;
		margin-right: 84px;
	}

	.hb-approach__steps {
		gap: 42px;
	}

	.hb-approach-step::before {
		width: 42px;
	}

	.hb-compare__content {
		width: min(520px, calc(100% - 48px));
	}

	.hb-compare__media {
		width: 320px;
		height: auto;
		aspect-ratio: 47 / 50;
	}

	.hb-compare__media--left {
		top: 590px;
		left: -96px;
	}

	.hb-compare__media--right {
		top: 390px;
		right: -96px;
	}

	.hb-cases__slider {
		gap: 20px;
	}

	.hb-agents__heading h2 {
		font-size: 44px;
		line-height: 54px;
	}

	.hb-case-card,
	.template-service-homebuying a.hb-case-card,
	.template-service-homebuying a.hb-case-card:link,
	.template-service-homebuying a.hb-case-card:visited,
	.template-service-homebuying a.hb-case-card:active,
	.template-service-homebuying a.hb-case-card:hover,
	.template-service-homebuying a.hb-case-card:focus {
		min-height: 500px;
		padding: 16px 16px 24px;
		border-radius: 24px;
	}

	.hb-case-card__copy h3 {
		font-size: 21px;
		line-height: 30px;
	}

	.hb-case-card__copy p {
		font-size: 15px;
		line-height: 23px;
	}

	.hb-footer__inner {
		gap: 46px;
	}

	.hb-footer__column-wrap {
		gap: 56px;
	}
}

@media (max-width: 991px) {
	.hb-nav__inner {
		grid-template-columns: 160px 1fr;
	}

	.hb-nav__desktop-cta {
		display: none;
	}

	.hb-nav__menu {
		justify-content: flex-end;
	}

	.hb-hero h1 {
		font-size: 62px;
	}

	.hb-info__inner {
		width: min(720px, calc(100% - 48px));
	}

	.hb-info__top {
		flex-direction: column;
		align-items: stretch;
	}

	.hb-info__media,
	.hb-info__content {
		flex: none;
		width: 100%;
		max-width: none;
	}

	.hb-buyers__inner {
		gap: 50px;
		width: min(720px, calc(100% - 48px));
	}

	.hb-buyers__tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-buyers__panels {
		margin-top: -20px;
	}

	.hb-buyer-panel {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.hb-buyer-panel::before {
		display: none;
	}

	.hb-process__inner {
		width: min(720px, calc(100% - 48px));
	}

	.hb-fees__inner {
		width: min(720px, calc(100% - 48px));
	}

	.hb-process-item__trigger {
		grid-template-columns: 36px minmax(0, 1fr) 40px;
		gap: 26px;
		padding: 24px 28px;
	}

	.hb-process-item__number {
		font-size: 30px;
		line-height: 40px;
	}

	.hb-process-item__title {
		font-size: 22px;
		line-height: 36px;
	}

	.hb-process-item__icon {
		width: 40px;
		height: 40px;
	}

	.hb-process-item__panel p {
		margin: -8px 68px 28px 90px;
	}

	.hb-fee-item__trigger {
		grid-template-columns: 36px minmax(0, 1fr) 40px;
		gap: 26px;
		padding: 24px 28px;
	}

	.hb-fee-item__number {
		font-size: 30px;
		line-height: 40px;
	}

	.hb-fee-item__title {
		font-size: 22px;
		line-height: 36px;
	}

	.hb-fee-item__icon {
		width: 40px;
		height: 40px;
	}

	.hb-fee-item__panel p {
		margin: -8px 68px 28px 90px;
	}

	.hb-approach__inner {
		width: min(720px, calc(100% - 48px));
	}

	.hb-approach__steps {
		grid-template-columns: repeat(6, 80px);
		gap: 22px;
	}

	.hb-approach-step::before {
		width: 22px;
		right: calc(100% + 0px);
	}

	.hb-approach-panel {
		padding: 0 40px;
	}

	.hb-compare__inner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 50px;
		min-height: 0;
		width: min(720px, calc(100% - 48px));
		padding: 80px 0;
	}

	.hb-compare__content {
		display: contents;
		width: 100%;
	}

	.hb-compare__media {
		position: relative;
		inset: auto;
		width: min(470px, 100%);
		height: auto;
		aspect-ratio: 47 / 50;
		margin: 0 auto;
		transform: none !important;
	}

	.hb-compare__media--right {
		order: 1;
	}

	.hb-compare__heading {
		order: 2;
		margin: 0;
	}

	.hb-compare__tabs {
		order: 3;
		margin: 0 auto;
	}

	.hb-compare__panels {
		order: 4;
		margin: 0 auto;
	}

	.hb-compare__media--left {
		order: 5;
	}

	.hb-cases__inner {
		width: min(720px, calc(100% - 48px));
	}

	.hb-cases__slider {
		grid-template-columns: 1fr;
	}

	.hb-agents__inner {
		width: min(720px, calc(100% - 48px));
	}

	.hb-agents__heading h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.hb-agents__slider:not(.slick-initialized) {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hb-footer__inner {
		grid-template-columns: 1fr;
	}

	.hb-footer__brand {
		grid-column: auto;
	}

	.hb-footer__column-wrap {
		justify-content: flex-start;
	}

	.template-service-homebuying #burger-menu.burger-menu {
		position: fixed !important;
		inset: 0 !important;
		z-index: 20000 !important;
		width: 100% !important;
		height: 100vh !important;
		min-height: 100vh;
		overflow-x: hidden;
		overflow-y: auto;
		background: var(--hb-white);
	}

	.template-service-homebuying #burger-menu .burger-menu__brand {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 20002;
		display: flex;
		align-items: center;
		width: 100%;
		height: 88px;
		padding: 0 72px 0 17px;
		background: var(--hb-white);
		border-bottom: 1px solid #E8E8E8;
		transform: none;
	}

	.template-service-homebuying #burger-menu .burger-menu__brand .brand {
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.template-service-homebuying #burger-menu .burger-menu__brand img {
		display: block;
		width: 188px;
		height: auto;
		margin: 0;
	}

	.template-service-homebuying #burger-menu .burger-menu__left-col {
		position: relative;
		top: auto;
		width: 100%;
		min-height: 100vh;
		padding: 121px 37px 0;
		background: var(--hb-white);
	}

	.template-service-homebuying #burger-menu .burger-menu__nav-container {
		position: static;
		display: block;
		width: 100%;
		min-height: 0;
		padding: 0;
		transform: none;
	}

	.template-service-homebuying #burger-menu .burger-menu__nav {
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	.template-service-homebuying #burger-menu .burger-menu__nav li {
		width: 100%;
	}

	.template-service-homebuying #burger-menu .burger-menu__nav > .nav-item,
	.template-service-homebuying #burger-menu .burger-menu__nav > .hide-on-burger {
		display: list-item !important;
	}

	.template-service-homebuying #burger-menu .burger-menu__nav a {
		display: block;
		padding: 0 !important;
		color: var(--hb-black);
		font-size: 16px;
		font-weight: 400;
		line-height: 49px;
		text-decoration: none;
		text-transform: none;
	}

	.template-service-homebuying #burger-menu .burger-menu__nav .active > a {
		color: #9A9A9A;
	}

	.template-service-homebuying #burger-menu .burger-menu__nav .dropdown-toggle::after {
		display: inline-block;
		float: none;
		margin-left: 8px;
		border: 0;
		content: "\203A";
		font-size: 24px;
		line-height: 1;
		vertical-align: -1px;
	}

	.template-service-homebuying #burger-menu .burger-menu__nav .dropdown-submenu,
	.template-service-homebuying #burger-menu .burger-menu__nav .dropdown-menu {
		position: static !important;
		display: none !important;
		float: none;
		width: 100%;
		height: auto;
		padding: 0 0 0 16px;
		margin: 0;
		border: 0;
		background: var(--hb-white);
		transform: none !important;
	}

	.template-service-homebuying #burger-menu .burger-menu__nav .dropdown-submenu.show,
	.template-service-homebuying #burger-menu .burger-menu__nav .dropdown-menu.show {
		display: none !important;
	}

	.template-service-homebuying #burger-menu .burger-menu__nav .dropdown-submenu a,
	.template-service-homebuying #burger-menu .burger-menu__nav .dropdown-menu a {
		font-size: 15px;
		font-weight: 400;
		line-height: 32px;
		text-transform: none;
	}

	.template-service-homebuying #burger-menu .burger-menu-sub {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: calc(100% + 74px);
		margin: 28px 0 0 -37px;
	}

	.template-service-homebuying #burger-menu .burger-menu-sub__button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 84px;
		padding: 0 24px;
		border-radius: 0;
		background: #298FC7;
		color: var(--hb-white);
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}

	.template-service-homebuying #burger-menu .burger-menu-sub__link {
		display: none !important;
	}

	.template-service-homebuying #burger-menu .burger-menu-sub__social {
		display: none !important;
	}

	.template-service-homebuying #burger-menu .burger-menu-sub__social a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 24px;
		height: 24px;
	}

	.template-service-homebuying #burger-menu .burger-menu__services {
		display: none !important;
	}

	.template-service-homebuying #burger-menu .burger-menu__service-tile {
		position: relative;
		display: block;
		width: 100%;
		height: 190px;
		overflow: hidden;
		color: var(--hb-white);
		text-decoration: none;
	}

	.template-service-homebuying #burger-menu .burger-menu__service-tile::before {
		position: absolute;
		inset: 0;
		z-index: 1;
		display: block;
		content: "";
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), transparent);
	}

	.template-service-homebuying #burger-menu .burger-menu__service-tile picture,
	.template-service-homebuying #burger-menu .burger-menu__service-tile img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.template-service-homebuying #burger-menu .burger-menu__service-tile img {
		object-fit: cover;
	}

	.template-service-homebuying #burger-menu .burger-menu__service-tile .animated-link {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 2;
		width: 100%;
		padding: 0 24px 24px;
		color: var(--hb-white);
	}

	.template-service-homebuying #burger-menu .burger-menu__service-tile h3 {
		margin: 0;
		color: var(--hb-white);
		font-size: 24px;
		font-weight: 800;
		line-height: 1.2;
	}

	.template-service-homebuying #burger-menu .burger-menu__close-button {
		position: fixed;
		top: 35px;
		right: 17px;
		z-index: 20003;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 25px;
		height: 17px;
		padding: 0;
		border: 0;
		border-radius: 0;
		background:
			linear-gradient(var(--hb-black), var(--hb-black)) left top / 25px 2px no-repeat,
			linear-gradient(var(--hb-black), var(--hb-black)) left center / 25px 2px no-repeat,
			linear-gradient(var(--hb-black), var(--hb-black)) left bottom / 25px 2px no-repeat;
	}

	.template-service-homebuying #burger-menu .burger-menu__close-button svg {
		display: none;
	}

	.template-service-homebuying #burger-menu .burger-menu__close-button svg > path {
		fill: var(--hb-black);
	}
}

@media (max-width: 767px) {
	.template-service-homebuying {
		--hb-topbar-height: 45px;
		--hb-nav-height: 71px;
		--hb-header-total: 116px;
		--hb-hero-height: 636px;
	}

	.template-service-homebuying .hb-topbar-logo {
		left: 17px;
		width: 41px;
		height: 25px;
		transform: translateY(-50%);
	}

	.template-service-homebuying .hb-topbar-logo img {
		width: 41px;
		height: 25px;
	}

	.template-service-homebuying .header_container .nav-container > .col,
	.template-service-homebuying .header_container .navbar {
		right: 17px;
	}

	.template-service-homebuying .header_container .nav-container > .col:not(.brand):not(.consultation-block__wrapper) {
		display: flex !important;
		width: 25px;
		max-width: none;
		padding: 0 !important;
		flex: 0 0 25px;
	}

	.template-service-homebuying .header_container .navbar {
		position: static !important;
		left: auto !important;
		right: auto !important;
		width: 25px;
		transform: none !important;
	}

	.template-service-homebuying .header_container .burger-menu__toggler {
		width: 25px;
		height: 17px;
	}

	.hb-nav__inner {
		grid-template-columns: 122px 1fr;
		gap: 10px;
		height: var(--hb-nav-height);
		padding: 15px 17px;
	}

	.hb-nav__logo {
		width: 122px;
		height: 35px;
	}

	.hb-nav__logo img {
		width: 122px;
		height: 35px;
	}

	.hb-nav__toggle {
		display: inline-flex;
		align-items: center;
		justify-content: flex-end;
		gap: 16px;
		width: 100%;
		min-height: 44px;
		padding: 0;
		border: 0;
		color: var(--hb-black);
		background: transparent;
		font-size: 12px;
		font-weight: 700;
		line-height: 1;
		text-transform: uppercase;
	}

	.hb-nav__toggle-icon {
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 6px solid var(--hb-black);
		transition: transform 0.2s ease;
	}

	.hb-nav.is-open .hb-nav__toggle-icon {
		transform: rotate(180deg);
	}

	.hb-nav__menu {
		position: absolute;
		top: var(--hb-nav-height);
		left: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		gap: 25px;
		width: 100%;
		min-height: calc(100vh - var(--hb-header-total));
		padding: 35px 17px 46px 47px;
		background: var(--hb-white);
		box-shadow: inset 0 1px 0 rgba(23, 23, 23, 0.08);
	}

	.hb-nav.is-open .hb-nav__menu {
		display: flex;
	}

	.hb-nav__menu a:not(.hb-button) {
		display: flex;
		align-items: center;
		min-height: 0;
		font-size: 18px;
		line-height: normal;
	}

	.hb-nav__mobile-cta {
		display: inline-flex;
		width: 320px;
		min-height: 67px;
		margin-top: 0;
	}

	.hb-hero {
		min-height: var(--hb-hero-height);
		align-items: center;
		padding: 60px 50px;
	}

	.hb-hero__overlay {
		background: rgba(0, 0, 0, 0.55);
	}

	.hb-hero__content {
		width: 100%;
		transform: none;
	}

	.hb-hero__eyebrow {
		margin-bottom: 20px;
		font-size: 9px;
		letter-spacing: 0.9px;
		line-height: 30px;
	}

	.hb-hero h1 {
		max-width: 320px;
		font-size: 50px;
		line-height: 55px;
	}

	.hb-hero__actions {
		flex-direction: column;
		align-items: stretch;
		gap: 9px;
		width: 280px;
		margin: 40px auto 0;
	}

	.hb-button {
		width: 100%;
		max-width: none;
		min-width: 0;
		min-height: 77px;
		padding: 0 15px;
		font-size: 13px;
		font-weight: 700;
		white-space: normal;
	}

	.hb-button--nav {
		max-width: 320px;
		min-height: 67px;
	}

	.hb-button--outline {
		max-width: none;
	}

	.hb-stats__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 50px 20px;
		width: min(380px, calc(100% - 34px));
		padding: 80px 0;
	}

	.hb-stat {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		width: 180px;
		height: 115px;
		text-align: center;
	}

	.hb-stat__value {
		font-size: 45px;
		line-height: 1.25;
	}

	.hb-stat__line {
		width: 20px;
		height: 32px;
		margin: 0;
	}

	.hb-stat__label {
		justify-content: center;
		gap: 9px;
		padding-top: 8px;
		font-size: 14px;
		white-space: normal;
	}

	.hb-stat__icon {
		width: 18px;
		height: 18px;
		flex-basis: 18px;
	}

	.hb-info__inner {
		gap: 60px;
		width: 100%;
		padding: 60px 17px;
	}

	.hb-info__top {
		gap: 40px;
	}

	.hb-info__media {
		height: 376px;
		aspect-ratio: auto;
		border-radius: 20px;
	}

	.hb-info__content {
		gap: 30px;
	}

	.hb-info__heading {
		gap: 10px;
	}

	.hb-info__eyebrow {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-info__heading h2 {
		font-size: 35px;
		line-height: 45px;
	}

	.hb-info__body {
		gap: 30px;
	}

	.hb-info__copy {
		font-size: 16px;
		line-height: 25px;
	}

	.hb-info__copy p + p {
		margin-top: 27px;
	}

	.hb-info__copy strong {
		font-size: 18px;
		line-height: 27px;
	}

	.hb-info__badges {
		flex-wrap: wrap;
		align-content: center;
	}

	.hb-info__badges li {
		min-height: 36px;
		padding: 10px 15px;
		font-size: 12px;
		line-height: 16px;
	}

	.hb-smile {
		gap: 30px;
	}

	.hb-smile h2 {
		width: 100%;
		font-size: 50px;
		line-height: 55px;
	}

	.hb-smile p {
		width: 100%;
		font-size: 18px;
		line-height: 27px;
	}

	.hb-buyers__inner {
		gap: 30px;
		width: 100%;
		padding: 60px 17px;
	}

	.hb-buyers__heading {
		gap: 10px;
	}

	.hb-buyers__eyebrow {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-buyers__heading h2 {
		width: 100%;
		max-width: 380px;
		font-size: 35px;
		line-height: 45px;
	}

	.hb-buyers__prompt {
		display: block;
		width: 100%;
		margin-top: 20px;
		color: #323030;
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
		text-align: center;
	}

	.hb-buyers__tiles {
		gap: 20px;
	}

	.hb-buyer-card {
		min-height: 250px;
		padding: 20px 20px 30px;
		border-radius: 20px;
	}

	.hb-buyer-card__image {
		width: 100%;
		max-width: 140px;
		height: auto;
		aspect-ratio: 1;
	}

	.hb-buyer-card__label {
		font-size: 16px;
		line-height: 22px;
	}

	.hb-buyers__panels {
		margin-top: 0;
	}

	.hb-buyer-panel {
		padding: 28px 20px 20px;
		border-radius: 20px;
		background: var(--hb-white);
	}

	.hb-buyer-panel.is-active {
		display: flex;
		flex-direction: column;
		gap: 28px;
	}

	.hb-buyer-panel__intro,
	.hb-buyer-panel__help {
		gap: 18px;
		width: 100%;
	}

	.hb-buyer-panel__intro h3 {
		font-size: 28px;
		line-height: 36px;
		text-align: center;
	}

	.hb-buyer-panel__intro p,
	.hb-buyer-panel__help li {
		font-size: 16px;
		line-height: 25px;
	}
	.hb-buyer-panel__intro p, .content .hb-buyer-panel__help li {
		font-size: 16px;
		line-height: 25px;
	}
	.hb-buyer-panel__help h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.hb-buyer-panel__help ul {
		padding-left: 20px;
	}

	.hb-button--buyer {
		width: 100%;
		min-height: 77px;
	}

	.hb-process__inner {
		gap: 30px;
		width: 100%;
		padding: 60px 17px;
	}

	.hb-process__heading {
		gap: 30px;
		width: 100%;
	}

	.hb-process__eyebrow {
		margin: 0;
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-process__heading h2 {
		width: 100%;
		font-size: 35px;
		line-height: 45px;
	}

	.hb-process__heading p:not(.hb-process__eyebrow) {
		width: 100%;
		font-size: 16px;
		line-height: 25px;
	}

	.hb-process__list {
		gap: 10px;
	}

	.hb-process-item {
		border-radius: 10px;
	}

	.hb-process-item__trigger {
		grid-template-columns: 21px minmax(0, 1fr) 33px;
		gap: 20px;
		min-height: 73px;
		padding: 20px 15px 20px 20px;
	}

	.hb-process-item.is-active .hb-process-item__trigger {
		min-height: 0;
		padding-bottom: 13px;
	}

	.hb-process-item__number {
		font-size: 18px;
		line-height: 25px;
	}

	.hb-process-item__title {
		font-size: 18px;
		line-height: 25px;
	}

	.hb-process-item__icon {
		width: 33px;
		height: 33px;
	}

	.hb-process-item__icon::before,
	.hb-process-item__icon::after {
		width: 12px;
	}

	.hb-process-item.is-active .hb-process-item__panel {
		max-height: 260px;
	}

	.hb-process-item__panel p {
		margin: 0 15px 20px 61px;
		font-size: 15px;
		line-height: 20px;
	}

	.hb-fees__inner {
		gap: 30px;
		width: 100%;
		padding: 60px 17px;
	}

	.hb-fees__heading {
		gap: 30px;
		width: 100%;
	}

	.hb-fees__eyebrow {
		margin: 0;
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-fees__heading h2 {
		width: 100%;
		font-size: 35px;
		line-height: 45px;
	}

	.hb-fees__heading p:not(.hb-fees__eyebrow) {
		width: 100%;
		font-size: 16px;
		line-height: 25px;
	}

	.hb-fees__list {
		gap: 10px;
	}

	.hb-fee-item {
		border-radius: 10px;
	}

	.hb-fee-item__trigger {
		grid-template-columns: 21px minmax(0, 1fr) 33px;
		gap: 20px;
		min-height: 73px;
		padding: 20px 15px 20px 20px;
	}

	.hb-fee-item.is-active .hb-fee-item__trigger {
		min-height: 0;
		padding-bottom: 13px;
	}

	.hb-fee-item__number {
		font-size: 18px;
		line-height: 25px;
	}

	.hb-fee-item__title {
		font-size: 18px;
		line-height: 25px;
	}

	.hb-fee-item__icon {
		width: 33px;
		height: 33px;
	}

	.hb-fee-item__icon::before,
	.hb-fee-item__icon::after {
		width: 12px;
	}

	.hb-fee-item.is-active .hb-fee-item__panel {
		max-height: 260px;
	}

	.hb-fee-item__panel p {
		margin: 0 15px 20px 61px;
		font-size: 15px;
		line-height: 20px;
	}

	.hb-button--fees {
		width: min(316px, 100%);
		min-height: 67px;
		padding: 0 30px;
		white-space: normal;
	}

	.hb-testimonials__inner {
		gap: 40px;
		padding: 60px 17px;
	}

	.hb-testimonials__heading {
		width: 100%;
	}

	.hb-testimonials__eyebrow {
		margin: 0 0 10px;
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-testimonials__heading h2 {
		width: 100%;
		font-size: 35px;
		line-height: 45px;
	}

	.hb-testimonials__slider {
		left: auto;
		width: 100%;
		margin: 0;
		transform: none;
	}

	.hb-testimonials__slider .slick-list {
		overflow: hidden;
		border-radius: 20px;
	}

	.hb-testimonials__slider .slick-slide {
		opacity: 1;
	}

	.hb-testimonial-slide {
		width: auto;
		padding: 0;
	}

	.hb-testimonial-card {
		min-height: 348px;
		padding: 20px 20px 30px;
		border-radius: 20px;
	}

	.hb-testimonial-card__content {
		gap: 20px;
	}

	.hb-testimonial-card__content p {
		font-size: 16px;
		line-height: 25px;
	}

	.hb-testimonial-card__footer {
		margin-top: 24px;
		padding-top: 20px;
	}

	.hb-testimonials__slider .slick-dots {
		gap: 10px;
		margin-top: 30px;
		padding: 10px;
	}

	.hb-testimonials__slider .slick-dots li {
		width: 6px;
		height: 6px;
	}

	.hb-testimonials__slider .slick-dots li.slick-active {
		width: 17px;
	}

	.hb-testimonials__slider .slick-dots button {
		height: 6px;
	}

	.hb-awards__inner {
		gap: 50px;
		width: 100%;
		padding: 60px 17px;
	}

	.hb-awards__heading {
		width: 100%;
	}

	.hb-awards__eyebrow {
		margin: 0 0 10px;
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-awards__heading h2 {
		width: 100%;
		font-size: 35px;
		line-height: 45px;
	}

	.hb-awards__slider {
		width: 100%;
	}

	.hb-awards__slider .slick-list {
		overflow: visible;
	}

	.hb-awards__slider .slick-track {
		align-items: center;
	}

	.hb-award-slide {
		width: 271px;
		padding: 0 35px;
	}

	.hb-award-card {
		height: 200px;
	}

	.hb-awards__slider .slick-dots {
		gap: 10px;
		margin-top: 50px;
		padding: 10px;
	}

	.hb-awards__slider .slick-dots li {
		width: 6px;
		height: 6px;
	}

	.hb-awards__slider .slick-dots li.slick-active {
		width: 17px;
	}

	.hb-awards__slider .slick-dots button {
		height: 6px;
	}

	.hb-ebook {
		padding: 0 17px 50px;
	}

	.hb-ebook__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
		width: 100%;
		padding: 50px 30px;
		border-radius: 20px;
	}

	.hb-ebook__media {
		flex: none;
		width: 100%;
		height: auto;
		aspect-ratio: 2382 / 3368;
	}

	.hb-ebook__content {
		width: 100%;
		max-width: none;
		gap: 20px;
	}

	.hb-ebook__eyebrow {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-ebook__content h2 {
		font-size: 28px;
		line-height: 35px;
	}

	.hb-ebook__copy {
		font-size: 16px;
		line-height: 25px;
	}

	.hb-ebook__copy p {
		margin-bottom: 25px;
	}

	.hb-ebook__copy ul {
		padding-left: 24px;
	}

	.hb-button--ebook {
		width: min(224px, 100%);
		min-height: 67px;
		padding: 0 30px;
		white-space: normal;
	}

	.hb-related__inner {
		gap: 40px;
		width: 100%;
		padding: 60px 17px;
	}

	.hb-related__heading {
		width: 100%;
	}

	.hb-related__eyebrow {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-related__heading h2 {
		width: 100%;
		font-size: 35px;
		line-height: 45px;
	}

	.hb-related__grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.hb-related-card {
		gap: 20px;
	}

	.hb-related-card__media {
		height: 300px;
		min-height: 300px;
		border-radius: 20px;
	}

	.hb-related-card--vendor-advocacy .hb-related-card__media {
		order: 1;
	}

	.hb-related-card--vendor-advocacy .hb-related-card__copy {
		order: 2;
	}

	.hb-related-card__copy {
		gap: 20px;
		padding: 40px 20px;
		border-radius: 20px;
	}

	.hb-related-card__copy h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.hb-related-card__copy p,
	.hb-related-card__copy li {
		font-size: 16px;
		line-height: 25px;
	}

	.hb-faq__inner {
		gap: 30px;
		width: 100%;
		padding: 60px 17px;
	}

	.hb-faq__heading {
		width: 100%;
		gap: 10px;
	}

	.hb-faq__eyebrow {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-faq__heading h2 {
		width: 100%;
		font-size: 35px;
		line-height: 45px;
	}

	.hb-faq__list {
		grid-auto-flow: row;
		grid-template-columns: 1fr;
		grid-template-rows: none;
		gap: 10px;
	}

	.hb-faq-item {
		border-radius: 10px;
	}

	.hb-faq-item__trigger {
		grid-template-columns: minmax(0, 1fr) 33px;
		align-items: center;
		gap: 15px;
		min-height: 73px;
		padding: 20px 15px 20px 20px;
	}

	.hb-faq-item.is-active .hb-faq-item__trigger {
		align-items: start;
		padding-bottom: 13px;
	}

	.hb-faq-item__title {
		font-size: 18px;
		line-height: 25px;
	}

	.hb-faq-item__icon {
		width: 33px;
		height: 33px;
	}

	.hb-faq-item__icon::before,
	.hb-faq-item__icon::after {
		width: 12px;
	}

	.hb-faq-item__panel p {
		margin: 0 20px 20px;
		font-size: 15px;
		line-height: 20px;
	}

	.hb-contact {
		scroll-margin-top: 0;
	}

	.hb-contact__inner {
		gap: 40px;
		padding: 60px 17px;
	}

	.hb-contact__heading {
		gap: 10px;
		width: 100%;
	}

	.hb-contact__eyebrow {
		margin: 0 0 -30px;
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-contact__heading h2 {
		width: 100%;
		font-size: 35px;
		line-height: 45px;
		margin-bottom: 30px;
	}

	.hb-contact__heading p {
		width: 100%;
		font-size: 16px;
		line-height: 25px;
	}

	.hb-contact__body {
		width: 100%;
	}

	.hb-contact__form {
		gap: 10px;
		padding: 30px 20px;
		border-radius: 20px;
	}

	.hb-contact__grid {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.hb-contact-field input,
	.hb-contact-field select,
	.hb-contact-field textarea {
		min-height: 68px;
		border-radius: 10px;
		font-size: 15px;
	}

	.hb-contact-field--select::after {
		right: 16px;
	}

	.hb-contact-field textarea {
		height: 128px;
		min-height: 128px;
	}

	.hb-contact__submit {
		min-height: 54px;
		padding: 0 30px;
		font-size: 13px;
	}

	.hb-contact__note {
		font-size: 14px;
		line-height: 22px;
	}

	.hb-contact__phone {
		gap: 10px;
		padding: 20px 20px 0;
	}

	.hb-contact__phone p {
		font-size: 25px;
		line-height: 35px;
	}

	.hb-contact__phone span {
		font-size: 15px;
		line-height: 25px;
	}

	.hb-approach__inner {
		gap: 50px;
		width: 100%;
		padding: 60px 17px;
	}

	.hb-approach__heading {
		width: 100%;
		gap: 10px;
	}

	.hb-approach__eyebrow {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-approach__heading h2 {
		width: 100%;
		font-size: 35px;
		line-height: 45px;
	}

	.hb-approach__body {
		gap: 30px;
		width: 100%;
		overflow: hidden;
	}

	.hb-approach__steps {
		display: flex;
		justify-content: flex-start;
		gap: 0;
		width: 100%;
		padding: 0;
		overflow-x: auto;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.hb-approach__steps::-webkit-scrollbar {
		display: none;
	}

	.hb-approach-step {
		flex: 0 0 100%;
		width: 100%;
		scroll-snap-align: center;
		-webkit-user-select: none;
		user-select: none;
		-webkit-user-drag: none;
		touch-action: pan-x;
	}

	.hb-approach-step *,
	.hb-approach-step svg {
		-webkit-user-select: none;
		user-select: none;
		-webkit-user-drag: none;
	}

	.hb-approach-step svg {
		pointer-events: none;
	}

	.hb-approach-step__icon,
	.hb-approach-step:hover .hb-approach-step__icon,
	.hb-approach-step:focus-visible .hb-approach-step__icon,
	.hb-approach-step.is-complete .hb-approach-step__icon {
		background: var(--hb-yellow);
	}

	.hb-approach-step::before {
		display: none;
	}

	.hb-approach__content {
		min-height: 115px;
	}

	.hb-approach-panel {
		gap: 10px;
		padding: 0;
	}

	.hb-approach-panel h3 {
		width: 100%;
		font-size: 20px;
		line-height: 30px;
	}

	.hb-approach-panel p {
		width: 100%;
		font-size: 16px;
		line-height: 25px;
	}

	.hb-approach__pagination {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 10px;
		border-radius: 999px;
		background: var(--hb-white);
		backdrop-filter: blur(19px);
	}

	.hb-approach__pagination button {
		display: block;
		width: 6px;
		height: 6px;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: #D7DBED;
		cursor: pointer;
		transition: width 0.2s ease, background-color 0.2s ease;
	}

	.hb-approach__pagination button.is-active {
		width: 17px;
		background: #FF8200;
	}

	.hb-compare__inner {
		gap: 50px;
		width: min(100% - 16px, 380px);
		padding: 60px 0;
	}

	.hb-compare__media {
		width: 100%;
		aspect-ratio: 380 / 376;
		border-radius: 12px;
	}

	.hb-compare__media--right {
		order: 1;
	}

	.hb-compare__heading {
		align-items: flex-start;
		order: 2;
		text-align: left;
	}

	.hb-compare__eyebrow {
		margin: 0 0 18px;
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-compare__heading h2 {
		width: 100%;
		font-size: 30px;
		line-height: 34px;
	}

	.hb-compare__quote {
		width: 100%;
		margin: 24px 0 0;
		font-size: 16px;
		line-height: 22px;
	}

	.hb-compare__tabs {
		order: 3;
		width: 100%;
		height: 70px;
		margin: -10px 0 0;
		padding: 10px;
	}

	.hb-compare-tab {
		flex: 1 1 0;
		width: auto;
		min-width: 0;
		height: 50px;
		padding: 0 10px;
		font-size: 12px;
		line-height: 18px;
	}

	.hb-compare__panels {
		order: 4;
		width: 100%;
		min-height: 0;
	}

	.hb-compare-row {
		min-height: 0;
		padding: 0 0 24px;
	}

	.hb-compare-row + .hb-compare-row {
		padding-top: 24px;
	}

	.hb-compare-row:last-child {
		min-height: 0;
		padding-bottom: 0;
	}

	.hb-compare-row h3 {
		margin: 0 0 8px;
		font-size: 16px;
		line-height: 22px;
	}

	.hb-compare-row p {
		font-size: 14px;
		line-height: 20px;
	}

	.hb-compare__media--left {
		order: 5;
		margin-top: 0;
	}

	.hb-cases__inner {
		gap: 40px;
		width: min(100% - 34px, 380px);
		padding: 60px 0;
	}

	.hb-cases__heading {
		width: 100%;
		gap: 10px;
	}

	.hb-cases__eyebrow {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-cases__heading h2 {
		width: 100%;
		font-size: 35px;
		line-height: 45px;
	}

	.hb-cases__slider {
		display: block;
		width: 100%;
	}

	.hb-cases__slider .slick-list {
		overflow: hidden;
		border-radius: 30px;
	}

	.hb-cases__slider .slick-track {
		display: flex;
		align-items: stretch;
	}

	.hb-cases__slider .slick-slide {
		height: auto;
	}

	.hb-cases__slider .slick-slide > div,
	.hb-cases__slider .slick-slide .hb-case-slide {
		height: 100%;
	}

	.hb-case-card,
	.template-service-homebuying a.hb-case-card,
	.template-service-homebuying a.hb-case-card:link,
	.template-service-homebuying a.hb-case-card:visited,
	.template-service-homebuying a.hb-case-card:active,
	.template-service-homebuying a.hb-case-card:hover,
	.template-service-homebuying a.hb-case-card:focus {
		min-height: 552px;
		padding: 20px 20px 30px;
		border-radius: 30px;
	}

	.hb-case-card__media {
		aspect-ratio: 340 / 197;
		border-radius: 10px;
	}

	.hb-case-card__copy h3 {
		font-size: 25px;
		line-height: 30px;
	}

	.hb-case-card__copy p {
		font-size: 16px;
		line-height: 25px;
	}

	.hb-case-card__client {
		margin-top: 28px;
	}

	.hb-cases__slider .slick-dots {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 10px;
		width: 69px;
		margin: 30px auto 0;
		padding: 10px;
		border-radius: 999px;
		background: transparent;
		list-style: none;
	}

	.hb-cases__slider .slick-dots li {
		display: block;
		width: 6px;
		height: 6px;
		margin: 0;
		padding: 0;
	}

	.hb-cases__slider .slick-dots li.slick-active {
		width: 17px;
	}

	.hb-cases__slider .slick-dots button {
		display: block;
		width: 100%;
		height: 6px;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: #D7DBED;
		font-size: 0;
		line-height: 0;
		cursor: pointer;
	}

	.hb-cases__slider .slick-dots li.slick-active button {
		background: #FF8200;
	}

	.hb-button--cases {
		width: auto;
		min-height: 57px;
	}

	.hb-agents__inner {
		gap: 40px;
		width: min(100% - 34px, 380px);
		padding: 60px 0;
	}

	.hb-agents__heading {
		width: 100%;
		gap: 10px;
	}

	.hb-agents__eyebrow {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
	}

	.hb-agents__heading h2 {
		width: 100%;
		font-size: 35px;
		line-height: 45px;
	}

	.hb-agents__slider,
	.hb-agents__slider.slick-initialized {
		width: 100%;
		margin: 0;
	}

	.hb-agents__slider:not(.slick-initialized) {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hb-agents__slider .slick-list {
		overflow: hidden;
	}

	.hb-agents__slider .slick-track {
		display: flex;
		align-items: stretch;
	}

	.hb-agents__slider .slick-slide {
		height: auto;
	}

	.hb-agents__slider.slick-initialized .hb-agent-slide {
		padding: 0 25px;
	}

	.hb-agent-card,
	.template-service-homebuying a.hb-agent-card,
	.template-service-homebuying a.hb-agent-card:link,
	.template-service-homebuying a.hb-agent-card:visited,
	.template-service-homebuying a.hb-agent-card:active,
	.template-service-homebuying a.hb-agent-card:hover,
	.template-service-homebuying a.hb-agent-card:focus {
		min-height: 430px;
		padding: 20px 20px 30px;
		border-radius: 30px;
	}

	.hb-agent-card__media {
		width: 280px;
		border-radius: 20px;
	}

	.hb-agent-card__name {
		font-size: 25px;
		line-height: 30px;
	}

	.hb-agent-card__role {
		font-size: 16px;
		line-height: 25px;
	}

	.hb-button--agents {
		width: auto;
		min-height: 57px;
	}

	.hb-footer__inner {
		display: grid;
		grid-template-columns: 200px minmax(0, 1fr);
		gap: 30px 60px;
		width: min(100% - 34px, 380px);
		padding: 60px 0;
	}

	.hb-footer__brand {
		grid-column: 1 / -1;
		text-align: center;
		margin-bottom: 30px;
	}

	.hb-footer__brand img {
		width: 188px;
		height: auto;
		margin: 0 auto 18px;
	}

	.hb-footer__brand,
	.hb-footer__brand p {
		width: auto;
	}

	.hb-footer__column-wrap {
		display: contents;
	}

	.hb-footer__brand p {
		font-size: 16px;
		line-height: 1.35;
		margin-bottom: 10px;
	}

	.hb-footer__phone {
		font-size: 22px;
	}

	.template-service-homebuying .hb-footer a.hb-footer__phone,
	.template-service-homebuying .hb-footer a.hb-footer__phone:link,
	.template-service-homebuying .hb-footer a.hb-footer__phone:visited,
	.template-service-homebuying .hb-footer a.hb-footer__phone:active,
	.template-service-homebuying .hb-footer a.hb-footer__phone:focus,
	.template-service-homebuying .hb-footer a.hb-footer__phone:hover {
		font-size: 16px;
		line-height: 22px;
	}

	.hb-footer__column h2 {
		margin-bottom: 10px;
		font-size: 20px;
		line-height: 1.3;
	}

	.hb-footer__column {
		gap: 5px;
		width: 100%;
		min-width: 0;
	}

	.template-service-homebuying .hb-footer .hb-footer__column a,
	.template-service-homebuying .hb-footer .hb-footer__column a:link,
	.template-service-homebuying .hb-footer .hb-footer__column a:visited,
	.template-service-homebuying .hb-footer .hb-footer__column a:active,
	.template-service-homebuying .hb-footer .hb-footer__column a:focus,
	.template-service-homebuying .hb-footer .hb-footer__column a:hover {
		font-size: 16px;
		line-height: 32px;
	}

	.hb-footer__column-wrap .hb-footer__column:nth-child(1) {
		grid-column: 1;
		width: 200px;
		min-width: 200px;
	}

	.hb-footer__column-wrap .hb-footer__column:nth-child(2) {
		grid-column: 2;
		width: 100%;
		min-width: 0;
	}

	.hb-footer__column-wrap .hb-footer__column:nth-child(3) {
		grid-column: 1 / -1;
		width: 200px;
		min-width: 200px;
		margin-top: 0;
	}

	.hb-footer__bottom {
		grid-column: 1 / -1;
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin-top: 35px;
		padding-top: 40px;
		text-align: center;
	}

	.hb-footer__bottom p {
		font-size: 14px;
		line-height: 2.1;
	}

	.hb-footer__bottom p:last-child {
		justify-self: auto;
	}

	.hb-footer__bottom span {
		display: none;
		margin: 0;
	}
	.calendly-inline-widget {
		min-width: 320px;
		margin-top: 30px;
	}
}

@media (max-width: 374px) {
	.hb-nav__inner {
		padding: 0 18px;
	}

	.hb-footer__inner {
		grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
		column-gap: 30px;
	}

	.hb-footer__column-wrap .hb-footer__column:nth-child(1),
	.hb-footer__column-wrap .hb-footer__column:nth-child(3) {
		width: 100%;
		min-width: 0;
	}

	.template-service-homebuying .hb-footer .hb-footer__column a,
	.template-service-homebuying .hb-footer .hb-footer__column a:link,
	.template-service-homebuying .hb-footer .hb-footer__column a:visited,
	.template-service-homebuying .hb-footer .hb-footer__column a:active,
	.template-service-homebuying .hb-footer .hb-footer__column a:focus,
	.template-service-homebuying .hb-footer .hb-footer__column a:hover {
		font-size: 15px;
	}

	.hb-hero h1 {
		font-size: 50px;
	}

	.hb-stats__inner {
		width: calc(100% - 42px);
		gap: 42px 22px;
	}
}
