/* Bootstrap Layout Overrides */
.container { position: relative; width: 100%; max-width: 75rem; /* 1200px */ }
.container > .row,
.container > div > .row { padding: 0; }
.container img { margin: 0; }

/* Bootstrap Button Group Overrides */
.btn-group { display: inline-flex; flex-wrap: wrap; }
.btn-group .btn { width: 100%; border-radius: 0; font-weight: var(--wMedium); }
.btn-group .btn:not(:first-child),
.btn-group .btn:not(:last-child) { margin: 0 0.0625rem 0.125rem; }
.btn-group .btn:first-child { border-top-left-radius: var(--borderRadiusPill) !important; border-top-right-radius: var(--borderRadiusPill) !important; }
.btn-group .btn:last-child { border-bottom-left-radius: var(--borderRadiusPill) !important; border-bottom-right-radius: var(--borderRadiusPill) !important; }
.btn-group .btn:only-child { border-radius: var(--borderRadiusPill) !important; }
@media (min-width: 480px) {
  .btn-group .btn { width: auto; }
  .btn-group .btn:first-child { border-radius: 0 !important; border-top-left-radius: var(--borderRadiusPill) !important; border-bottom-left-radius: var(--borderRadiusPill) !important; }
  .btn-group .btn:last-child { border-radius: 0 !important; border-top-right-radius: var(--borderRadiusPill) !important; border-bottom-right-radius: var(--borderRadiusPill) !important; }
}

/* Bootstrap Alert Overrides */
.alert { border-radius: var(--borderRadius); }

/* Bootstrap Table Overrides */
.card-table { margin: 0.9375rem 0; padding: 0.1875rem; border: 0.125rem solid #dee2e6; border-radius: var(--borderRadius); }
.table { overflow: hidden; border-radius: 1.35rem; }
.table th { border-top: none; }
.table th, .table td { padding: 0.625rem 0.9375rem; }

/* Bootstrap Card Overrides */
.card { border-radius: var(--borderRadiusCheckbox); }
.card + .card { margin-top: 0.625rem; }

/* Bootstrap Accordion Overrides */
.accordion > .card { border-bottom: 1px solid hsla(0,0%,0%,0.125) !important; border-radius: var(--borderRadiusCheckbox) !important; }
.accordion > .card + .card { margin-top: 0.625rem; }
.accordion > .card .card-header { margin-bottom: 0; padding: 0; border-radius: 1.875rem 1.875rem 0 0; border-bottom: none; }
.accordion > .card .card-header .card-title { font-size: 1.25rem; font-family: var(--bodyFont); font-weight: var(--wRegular); }
.accordion > .card .card-header button { display: block; width: 100%; padding: 0.9375rem 1.5rem; position: relative; background: #f7f7f7; border: none; border-radius: 0; outline: none; line-height: 1.15; text-align: left; }
.accordion > .card .card-header button:hover,
.accordion > .card .card-header button:active,
.accordion > .card .card-header button:focus { color: hsl(var(--siteColor1)); text-decoration: none; background: #eee; }
.accordion > .card .card-header button:after { content: ""; width: 0.75rem; height: 1rem; position: absolute; top: 50%; right: 1.25rem; z-index: 2; transform: translate(0, -50%); }
.accordion > .card .card-header button[aria-expanded=true]:after { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="gray" d="M368 224H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>'); }
.accordion > .card .card-header button[aria-expanded=false]:after { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="gray" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>'); }
.accordion > .card .collapse { border-top: 0.0625rem hsl(0, 0%, 90%) solid; }
.accordion > .card .card-body p:last-child { margin-bottom: 0; }

/* Bootstrap List Group Overrides */
.list-group { display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; overflow: hidden; margin-bottom: 1.25rem; padding: 0.625rem; border-radius: var(--borderRadiusCheckbox); box-shadow: 0 0 0 0.125rem hsla(var(--siteColor1), 15%); }
.list-group.no-shadow { box-shadow: none; }
.list-group-item { display: flex; align-items: center; margin-bottom: 0.625rem; padding: 0.625rem 1.25rem; position: relative; background: hsl(var(--white)); border: none; border-radius: var(--borderRadiusCheckbox) !important; color: var(--bodyFontColor); line-height: 1.25; transition: all ease-in-out 0.4s; }
.list-group-item.active,
a.list-group-item:hover { background: hsla(var(--siteColor1), 15%); border-color: hsl(var(--siteColor1)); color: hsl(var(--siteColor1)); }
.list-group-item .icon { width: 1.25rem; height: 1.25rem; position: absolute; top: 50%; left: 0.625rem; transform: translate(0,-50%); font-size: 1.25rem; }
.list-group-horizontal .list-group-item { flex-basis: auto; flex-grow: 1; justify-content: center; position: relative; margin: 0.185rem; background: hsla(var(--siteColor1), 5%); }

.tab-content-question { margin-bottom: 0.625rem; padding-bottom: 0.625rem; border-bottom: 0.0625rem #eee solid; font-size: 1.75rem; font-weight: var(--wMedium); }
.tab-content td { border: none; }
.tab-content .table .fa { font-size: 1.875rem; }
.tab-content .alert .btn { position: relative; top: -0.4375rem; }

/* Content Builder Overrides - match site theme */
.content-builder-wrap { padding: 0; }
.content-builder-wrap > .row { margin: 0 -0.9375rem; }
.content-builder-wrap .column { padding: 0 0.9375rem; }
.content-builder-wrap .btn.site-color-1-bg,
.content-builder-wrap .is-btn.site-color-1-bg { color: hsl(var(--white)) !important; }
.content-builder-wrap .btn.site-color-2-bg,
.content-builder-wrap .is-btn.site-color-2-bg { color: hsl(var(--black)) !important; }
.content-builder-wrap .btn.site-color-1-bg:hover,
.content-builder-wrap .is-btn.site-color-1-bg:hover { background-color: hsl(var(--siteColor2)) !important; color: hsl(var(--black)) !important; }
.content-builder-wrap .btn.site-color-2-bg:hover,
.content-builder-wrap .is-btn.site-color-2-bg:hover { background-color: hsl(var(--siteColor1)) !important; color: hsl(var(--white)) !important; }
.content-builder-wrap .icon { color: hsl(var(--siteColor1)) !important; }
.content-builder-wrap .icon + .h2,
.content-builder-wrap .icon + .h3,
.content-builder-wrap .icon + .h4 { margin-left: 3.125rem; }
.content-builder-wrap .icon ~ p { border-bottom-color: hsl(var(--siteColor1)) !important; }
.content-builder-wrap p { margin: 0 0 1.25rem; }
.content-builder-wrap p:last-child { margin: 0; }
.content-builder-wrap img,
.content-builder-wrap .container img { max-width: 100%; height: auto; margin: 0; border-radius: var(--borderRadiusCheckbox); }
.content-builder-wrap iframe { border-radius: var(--borderRadiusCheckbox) !important; }
.content-builder-wrap .is-card { border: none !important; border-radius: var(--borderRadiusCheckbox) !important; }
.content-builder-wrap .is-card:hover { box-shadow: var(--focusShadow) !important; }
.content-builder-wrap .is-card.is-card-circle { border-radius: 50vw !important; }

/* Swiper Overrides */
.swiper-container { overflow: hidden; margin: auto; }
.swiper-pagination-bullet { flex-shrink: 0; opacity: 0.5; width: 0.625rem; height: 0.625rem; margin: 0 0.25rem; background-color: hsl(var(--lightGray)); border-radius: var(--borderRadiusCircle); box-shadow: 0.0625rem 0.0625rem 0.125rem hsla(var(--black), 25%); transition: all ease-in-out 0.4s; }
.swiper-pagination-bullet-active { opacity: 1;  background-color: hsl(var(--siteColor1)); }
.swiper-pagination.swiper-pagination-bullets-dynamic { display: block !important; margin: auto 0; }
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { bottom: auto !important; left: auto !important; transform: none !important; }

/* Tooltips Styles */
body .tooltip { display: block; }
body .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
body .bs-tooltip-bottom .arrow::before { border-bottom-color: hsl(var(--siteColor1)); }
body .bs-tooltip-auto[x-placement^=top] .arrow::before,
body .bs-tooltip-top .arrow::before { border-top-color: hsl(var(--siteColor1)); }
body .bs-tooltip-auto[x-placement^=left] .arrow::before,
body .bs-tooltip-left .arrow::before { border-left-color: hsl(var(--siteColor1)); }
body .bs-tooltip-auto[x-placement^=right] .arrow::before,
body .bs-tooltip-right .arrow::before { border-right-color: hsl(var(--siteColor1)); }
body .tooltip-inner { background-color: hsl(var(--siteColor1)); }

/* Alert Styles */
body .alert { padding: 0.75rem 2.5rem 0.75rem 1.25rem; margin-bottom: 1.5rem; }
body .alert .close { position: absolute; top: 0.6rem; right: 1rem; }
body .alert .close:hover,
body .alert .close:active,
body .alert .close:focus { box-shadow: none; outline: none; }
body .alert.alert-sm { padding: 0.5rem 1rem; font-size: 90%; line-height: 1; }
body .alert.alert-sm .close { top: 45%; transform: translateY(-50%); }
body .alert.alert-has-close { padding-right: 2.5rem; }

/* Toast Styles */
body .toast { max-height: 0; height: auto; transform: translateX(10%); max-width: 20rem; min-width: 16.5rem; box-shadow: var(--dropShadow); opacity: 0; transition: all ease-in-out 0.2s; }
body .toast.in { max-height: 100vh; transform: translateX(0); opacity: 1; }
body .toast .toast-header .toast-icon { width: 1rem; height: 1rem; margin-right: 0.5rem; position: relative; top: 0.0625rem; }
body .toast .toast-header .toast-close { opacity: 0.5; padding: 0.25rem; margin: 0; background-color: transparent; position: relative; left: 0.35rem; top: 0.0625rem; }
body .toast .toast-header .toast-close:hover,
body .toast .toast-header .toast-close:focus,
body .toast .toast-header .toast-close:active { opacity: 1; }
body .toast .toast-header .toast-close .icon { margin: 0; width: 1rem; height: 1rem; }

/* Fancybox Adjustments */
body .fancybox-button { box-shadow: none; }
body .fancybox-thumbs__list a:before { border-color: hsl(var(--siteColor1)); }
body .fancybox-thumbs { background-color: hsla(var(--black), 50%); }

/* Data Tables */
.dataTables_wrapper { margin: 0.625rem 0; border-top: 0.0625rem solid #ccc; }
.dataTables_filter { float: none !important; padding: 1.25rem 0; text-align: left !important; }
.dataTables_filter label { display: flex; flex-wrap: wrap; align-items: center; margin: 0; font-family: var(--bodyFont); font-size: 1.3125rem; color: hsl(var(--siteColor1)); line-height: 1.25; font-weight: var(--wMedium); text-transform: uppercase; }
.dataTables_filter label > span { margin-right: 0.625rem; }
.dataTables_filter input[type=search] { width: 18.75rem; max-width: 100%; margin: 0 !important;  border: 0.0625rem solid #ccc; }
.dataTable thead .sorting,
.dataTable thead .sorting_asc,
.dataTable thead .sorting_desc { position: relative; background: none; }
.dataTable thead .sorting:after,
.dataTable thead .sorting_asc:after,
.dataTable thead .sorting_desc:after { content: ""; display: block; width: 1.25rem; position: absolute; top: 0; right: 0; }

/* Swiper JS */
.swiper-lazy-preloader { z-index: 1; }

body.internal-page .card { padding: 42px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 24px !important; background: #f6f6f1; box-shadow: inset 0 0 0 1px #e1e4dc; }
body.internal-page .card .dropdown.bootstrap-select { border: 0.0625rem solid #ced4da !important; }
.nh-pricing-page { color: #172119; max-width: 1180px; margin: 0 auto; padding: 24px 15px 60px; }
.nh-pricing-page .row { margin-left: -12px; margin-right: -12px; }
.nh-pricing-page [class*="col-"] { padding-left: 12px; padding-right: 12px; }
.nh-pricing-page a:not(.btn) { font-weight: 500; text-decoration: underline; text-underline-offset: 3px; }
.nh-hero-row { align-items: center; margin-bottom: 20px; }
.nh-hero-text { font-size: clamp(1.45rem, 2.4vw, 2.15rem); line-height: 1.25; font-weight: 500; max-width: 520px; margin: 0; color: #172119; }
.nh-video { border-radius: 20px; overflow: hidden; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14); background: #f5f5f0; }
.nh-section-spacer { height: 40px; }
.nh-section-spacer-small { height: 20px; }
.nh-section-spacer-large { height: 64px; }
.nh-package-nav { row-gap: 14px; align-items: stretch; }
.nh-package-nav > [class*="col-"] { display: flex; }
.nh-nav-btn { text-transform: capitalize; height: 60px; min-height: 60px; width: 100%; display: flex; align-items: center; justify-content: center; border-radius: 8px; padding: 12px 16px; font-weight: 500; line-height: 1.15; white-space: normal; text-align: center; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08); transition: transform 0.2s ease, box-shadow 0.2s ease; text-decoration: none !important; }
.nh-nav-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0, 0, 0, 0.13); }
.nh-nav-btn-active { background: #3a5130 !important; color: #ffffff !important; }
.nh-intro-heading { max-width: none; width: 100%; margin: 0 auto; text-align: center; font-size: clamp(1.35rem, 2.1vw, 1.75rem); line-height: 1.35; font-weight: 500; color: #172119; }
.nh-cta-box { margin-top: 48px; padding: 42px 24px; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 24px; background: #f6f6f1; box-shadow: inset 0 0 0 1px #e1e4dc; }
.nh-cta-title { margin: 0 0 10px; width: 100%; text-align: center; font-size: clamp(1.65rem, 2.4vw, 2.25rem); line-height: 1.2; font-weight: 500; color: #172119; }
.nh-cta-text { max-width: 680px; width: 100%; margin: 0 auto 24px; text-align: center; color: #4f5c4f; }
.nh-cta-btn { text-transform: capitalize; display: inline-flex; align-items: center; justify-content: center; min-height: 50px; text-align: center; border-radius: 8px; padding: 13px 28px; font-weight: 500; text-decoration: none !important; }
.nh-faq-title { margin: 0; text-align: center; font-size: clamp(1.75rem, 2.6vw, 2.5rem); line-height: 1.15; font-weight: 500; color: #172119; }
.nh-faq-content { margin: 0 auto; }
.nh-faq-item { padding: 26px 0; border-bottom: 1px solid #e0e3dc; }
.nh-faq-item:first-child { padding-top: 0; }
.nh-faq-question { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.35; font-weight: 500; color: #172119; }
.nh-faq-content ol { padding-left: 22px; margin-bottom: 0; }
.nh-faq-content ol li { margin-bottom: 14px; line-height: 1.6; }
.nh-pricing-table-wrap { width: 100%; overflow-x: auto; margin: 0 auto; border-radius: 0; box-shadow: none; background: transparent; }
.nh-pricing-table { width: 100%; border-collapse: separate !important; border-spacing: 0; margin: 0; background: transparent; overflow: visible; }
.nh-pricing-table td { border: 1px solid #d9ddd5 !important; padding: 22px 20px; vertical-align: top; line-height: 1.45; }
.nh-pricing-table thead td { background: #fbfaf6; padding: 30px 24px; }
.nh-pricing-table thead td:first-child { width: 32%; }
.nh-pricing-table thead td:nth-child(2) { width: 34%; }
.nh-pricing-table thead td:nth-child(3) { width: 34%; }
.nh-help-card { display: table-cell; border: 0 !important; background: transparent !important; vertical-align: middle !important; padding: 40px 40px 40px 20px !important; }
.nh-help-card .nh-table-title { max-width: 260px; margin: 0 0 72px; font-size: clamp(1.85rem, 2.8vw, 2.65rem); line-height: 1.2; font-weight: 500; color: #31452b; }
.nh-help-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 18px !important; border-radius: 8px; font-weight: 500; text-decoration: none !important; }
.nh-plan-card { position: relative; padding: 90px 24px 30px !important; border: 1px solid #a9aea5 !important; background: #fbfaf6 !important; }
.nh-plan-card:not(.nh-plan-featured)::before { content: ""; display: block; height: 0; margin: 0; padding: 0; visibility: hidden; }
.nh-plan-featured { background: #f0f5ec !important; }
.nh-recommend-label { position: absolute; top: 0; left: 0; right: 0; height: 60px; display: flex; align-items: center; justify-content: center; margin: 0; padding: 0 18px; border-radius: 0; background: #3a5130; color: #ffffff; font-size: 0.95rem; font-weight: 500; letter-spacing: 0; text-transform: none; text-align: center; }
.nh-table-title { font-size: clamp(1.65rem, 2.3vw, 2.25rem); line-height: 1.15; font-weight: 500; margin: 0 0 22px; color: #172119; }
.nh-plan-title { font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.25; font-weight: 500; margin: 0 0 46px; color: #31452b; }
.nh-starts-at { margin: 26px 0 8px; font-weight: 500; color: #4f5c4f; }
.nh-price-row { align-items: center; margin-top: 5px; margin-bottom: 12px; }
.nh-price { font-size: clamp(3rem, 5vw, 4.5rem); line-height: 1; margin: 0; font-weight: 500; color: #172119; }
.nh-price-label { margin: 0; font-weight: 500; color: #334033; }
.nh-note { font-size: 0.92rem; color: #5d665c; font-style: italic; margin: 12px 0 70px; }
.nh-table-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; border-radius: 8px; padding: 12px 20px; font-weight: 500; text-transform: none; text-align: center; text-decoration: none !important; }
.nh-pricing-table tbody tr:nth-child(even) td { background: #fbfbf8; }
.nh-pricing-table tbody td:first-child { font-weight: 500; color: #172119; }
.nh-pricing-table tbody td.text-center { vertical-align: middle; }
.nh-pricing-table img { width: 28px !important; max-width: 28px; height: auto !important; }
.nh-pricing-table td:empty::after { content: "—"; color: #a3a89f; font-size: 1.2rem; }
.nh-pricing-disclaimer-row { margin-top: 26px; text-align: center; }
.nh-pricing-disclaimer { margin: 0 auto; width: 100%; text-align: center; font-size: 0.95rem; color: #5d665c; }
.nh-process-title { margin: 0; text-align: center; font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1.15; font-weight: 500; color: #31452b; }
.nh-process-list { position: relative; max-width: 1100px; margin: 0 auto; }
.nh-process-list::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: #d9ddd5; transform: translateX(-50%); }
.nh-process-item { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; align-items: center; margin-bottom: 60px; }
.nh-process-item::before { content: ""; position: absolute; top: 38px; left: 50%; width: 16px; height: 16px; border-radius: 999px; background: #c85045; border: 4px solid #f6f6f1; box-shadow: 0 0 0 1px #c85045; transform: translateX(-50%); z-index: 2; }
.nh-process-item:nth-child(odd) .nh-process-card { grid-column: 1; }
.nh-process-item:nth-child(even) .nh-process-card { grid-column: 2; }
.nh-process-item-right .nh-process-card { grid-column: 2 !important; }
.nh-process-card { position: relative; padding: 32px; border: 1px solid #d9ddd5; border-radius: 24px; background: #fbfaf6; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.07); }
.nh-process-number { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: 20px; border-radius: 999px; background: #3a5130; color: #ffffff; font-size: 0.95rem; font-weight: 500; letter-spacing: 0.05em; }
.nh-process-heading { margin: 0 0 12px; font-size: clamp(1.25rem, 1.8vw, 1.65rem); line-height: 1.25; font-weight: 500; color: #31452b; }
.nh-process-content p:last-child { margin-bottom: 0; }
.nh-process-item-image { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.nh-process-media { grid-column: 1; border-radius: 24px; overflow: hidden; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12); background: #f6f6f1; }
.nh-process-media img { display: block; width: 100%; height: auto; object-fit: cover; }
.nh-home-services { max-width: 1100px; margin: 0 auto; }
.nh-home-service-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; margin-bottom: 48px; }
.nh-home-service-row-reverse .nh-home-service-media { order: 1; }
.nh-home-service-row-reverse .nh-home-service-copy { order: 2; }
.nh-home-service-row-right { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.nh-home-service-row-right .nh-home-service-copy { grid-column: 2; }
.nh-home-service-copy { padding: 38px; border-radius: 24px; background: #fbfaf6; border: 1px solid #d9ddd5; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); }
.nh-home-service-title { margin: 0 0 16px; font-size: clamp(1.55rem, 2.4vw, 2.45rem); line-height: 1.15; font-weight: 500; color: #31452b; }
.nh-home-service-text { margin: 0; font-size: 1rem; line-height: 1.65; color: #172119; }
.nh-home-service-media { border-radius: 24px; overflow: hidden; background: #f6f6f1; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12); }
.nh-home-service-media img { display: block; width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.nh-home-cta { display: flex; justify-content: center; margin: 0 auto; text-align: center; }
.nh-home-tagline-wrap { margin: 32px auto 48px; text-align: center; }
.nh-home-tagline { margin: 0; font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.35; font-weight: 500; color: #31452b; }
.nh-home-services-secondary { margin-top: 0; }
.nh-portal-sections { max-width: 1100px; margin: 0 auto; }
.nh-portal-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; margin-bottom: 84px; }
.nh-portal-row-reverse .nh-portal-media { order: 1; }
.nh-portal-row-reverse .nh-portal-copy { order: 2; }
.nh-portal-copy { padding: 38px; border-radius: 24px; background: #fbfaf6; border: 1px solid #d9ddd5; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); }
.nh-portal-title { margin: 0 0 16px; font-size: clamp(1.55rem, 2.4vw, 2.45rem); line-height: 1.15; font-weight: 500; color: #31452b; }
.nh-portal-text { margin: 0; font-size: 1rem; line-height: 1.65; color: #172119; }
.nh-portal-list { margin: 14px 0 0; padding-left: 22px; }
.nh-portal-list li { margin-bottom: 10px; line-height: 1.55; }
.nh-portal-media { display: flex; align-items: center; justify-content: center; overflow: hidden; }
.nh-portal-media img { display: block; width: auto; max-width: 82%; height: auto; object-fit: contain; }
.nh-contact-intro-section { max-width: 1180px; margin: 0 auto; padding: 0 15px 40px; }
.nh-contact-divider { margin: 0; border: 0; border-top: 1px solid #d9ddd5; }
.nh-contact-intro-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr); gap: 48px; align-items: center; padding: 38px; border-radius: 24px; background: #fbfaf6; border: 1px solid #d9ddd5; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); }
.nh-contact-intro-copy { max-width: 620px; }
.nh-contact-intro-title { margin: 0 0 16px; font-size: clamp(1.75rem, 3vw, 2.8rem); line-height: 1.15; font-weight: 300; color: #31452b; }
.nh-contact-intro-text { margin: 0; font-size: 1.15rem; line-height: 1.65; color: #172119; }
.nh-contact-intro-media { border-radius: 22px; overflow: hidden; background: #f6f6f1; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12); }
.nh-contact-intro-media img { display: block; width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.nh-property-management-page { max-width: 1180px; }
.nh-pm-hero { display: grid; align-items: center; padding: 56px 44px; border-radius: 24px; background: #fbfaf6; border: 1px solid #d9ddd5; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); }
.nh-pm-eyebrow { display: inline-flex; margin: 0 0 18px; padding: 7px 14px; border-radius: 999px; background: #e7eee5; color: #31452b; font-size: 0.82rem; line-height: 1; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; }
.nh-pm-hero-title { margin: 0 0 18px; font-family: var(--siteFont1); font-size: 3rem; line-height: 1.05; font-weight: 500; color: #31452b; }
.nh-pm-hero-text { max-width: 560px; margin: 0 0 28px; font-size: clamp(1.05rem, 1.4vw, 1.22rem); line-height: 1.6; color: #172119; }
.nh-pm-hero-panel { padding: 34px; border-radius: 24px; background: #eef5ee; border: 1px solid #d9ddd5; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55); }
.nh-pm-panel-title { margin: 0 0 18px; font-size: 1.25rem; line-height: 1.25; font-weight: 500; color: #31452b; }
.nh-pm-panel-list { display: grid; gap: 12px; }
.nh-pm-panel-list span { display: flex; align-items: center; min-height: 48px; padding: 12px 16px; border-radius: 12px; background: #ffffff; border: 1px solid #d9ddd5; color: #172119; font-weight: 500; box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04); }
.nh-pm-section-title { margin: 0 auto; text-align: center; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.18; font-weight: 500; color: #31452b; }
.nh-pm-services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; max-width: 1100px; margin: 0 auto; }
.nh-pm-service-card { display: flex; flex-direction: column; height: 100%; padding: 26px 22px; border-radius: 22px; background: #fbfaf6; border: 1px solid #d9ddd5; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06); }
.nh-pm-service-icon { display: flex; align-items: center; justify-content: center; min-height: 120px; margin-bottom: 20px; }
.nh-pm-service-icon img { display: block; width: 100%; height: auto; }
.nh-pm-service-title { margin: 0 0 14px; text-align: center; font-size: 1.15rem; line-height: 1.25; font-weight: 700; color: #31452b; }
.nh-pm-service-list { margin: 0; padding-left: 20px; }
.nh-pm-service-list li { margin-bottom: 8px; line-height: 1.45; }
.nh-pm-centered-cta { display: flex; justify-content: center; margin-top: 34px; text-align: center; }
.nh-pm-estimate-section { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 48px; align-items: center; max-width: 1100px; margin: 0 auto; }
.nh-pm-estimate-copy { padding: 38px; border-radius: 24px; background: #fbfaf6; border: 1px solid #d9ddd5; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); }
.nh-pm-estimate-title { margin: 0 0 18px; font-size: clamp(1.7rem, 3vw, 2.65rem); line-height: 1.14; font-weight: 500; color: #31452b; }
.nh-pm-estimate-subtitle { margin: 0 0 24px; font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.3; font-weight: 500; color: #172119; }
.nh-pm-estimate-media { display: flex; align-items: center; justify-content: center; }
.nh-pm-estimate-media img { display: block; width: 100%; max-width: 540px; height: auto; }
.nh-pm-platforms-section { max-width: 1100px; margin: 0 auto; text-align: center; }
.nh-pm-platforms-title { margin: 0 0 10px; font-size: clamp(1.45rem, 2.3vw, 2rem); line-height: 1.2; font-weight: 500; color: #31452b; }
.nh-pm-platforms-text { margin: 0 0 30px; color: #172119; }
.nh-pm-platforms-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; align-items: center; }
.nh-pm-platform-logo { display: flex; align-items: center; justify-content: center; min-height: 90px; padding: 18px; border-radius: 18px; background: #ffffff; border: 1px solid #d9ddd5; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05); }
.nh-pm-platform-logo img { display: block; max-width: 150px; width: 100%; height: auto; filter: brightness(0.5); }
.nh-pm-platform-logo-wide img { max-width: 210px; }
.nh-pm-proof-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; max-width: 1100px; margin: 0 auto; }
.nh-pm-testimonial-card { padding: 38px; border-radius: 24px; background: #fbfaf6; border: 1px solid #d9ddd5; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); }
.nh-pm-testimonial-title { margin: 0 0 20px; font-size: clamp(1.65rem, 2.8vw, 2.45rem); line-height: 1.15; font-weight: 500; color: #31452b; }
.nh-pm-testimonial-quote { margin: 0 0 18px; font-size: 1.05rem; line-height: 1.65; color: #172119; }
.nh-pm-stars { display: block; max-width: 150px; height: auto; margin: 0 0 18px; }
.nh-pm-testimonial-author { margin: 0 0 24px; font-weight: 500; color: #172119; }
.nh-pm-testimonial-author span { font-weight: 400; font-style: italic; color: #5d665c; }
.nh-pm-press-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; padding: 38px; border-radius: 24px; background: #ffffff; border: 1px solid #d9ddd5; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); }
.nh-pm-press-card img { display: block; max-width: 230px; width: auto; height: auto; filter: brightness(0.5); }
.nh-referral-page { max-width: 1180px; }
.nh-referral-hero { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 44px; align-items: center; padding: 48px 42px; border-radius: 24px; background: #fbfaf6; border: 1px solid #d9ddd5; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); }
.nh-referral-hero-copy { max-width: 560px; }
.nh-referral-eyebrow { display: inline-flex; margin: 0 0 18px; padding: 7px 14px; border-radius: 999px; background: #e7eee5; color: #31452b; font-size: 0.82rem; line-height: 1; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; }
.nh-referral-hero-title { margin: 0 0 18px; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.05; font-weight: 500; color: #31452b; }
.nh-referral-hero-text { margin: 0 0 26px; font-size: clamp(1.05rem, 1.4vw, 1.2rem); line-height: 1.6; color: #172119; }
.nh-referral-hero-media { display: flex; align-items: center; justify-content: center; }
.nh-referral-hero-media img { display: block; width: 100%; max-width: 520px; height: auto; }
.nh-referral-section-title { margin: 0 auto; text-align: center; font-size: clamp(1.8rem, 3vw, 2.75rem); line-height: 1.15; font-weight: 500; color: #31452b; }
.nh-referral-benefits { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 48px; align-items: center; max-width: 1100px; margin: 0 auto; }
.nh-referral-benefits-media { display: flex; align-items: center; justify-content: center; }
.nh-referral-benefits-media img { display: block; width: 100%; max-width: 460px; height: auto; }
.nh-referral-benefits-copy { padding: 38px; border-radius: 24px; background: #fbfaf6; border: 1px solid #d9ddd5; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); }
.nh-referral-block-title { margin: 0 0 24px; font-size: clamp(1.7rem, 2.8vw, 2.45rem); line-height: 1.15; font-weight: 500; color: #31452b; }
.nh-referral-benefit-item { display: grid; grid-template-columns: 68px minmax(0, 1fr); gap: 18px; align-items: flex-start; padding: 20px 0; border-top: 1px solid #e0e3dc; }
.nh-referral-benefit-item:first-of-type { border-top: 0; padding-top: 0; }
.nh-referral-benefit-item:last-child { padding-bottom: 0; }
.nh-referral-benefit-icon { display: flex; align-items: center; justify-content: center; width: 68px; height: 68px; border-radius: 18px; background: #eef5ee; }
.nh-referral-benefit-icon img { display: block; max-width: 42px; height: auto; filter: brightness(0.5); }
.nh-referral-benefit-title { margin: 0 0 8px; font-size: 1.25rem; line-height: 1.25; font-weight: 500; color: #31452b; }
.nh-referral-benefit-text { margin: 0; line-height: 1.6; color: #172119; }
.nh-referral-how { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: 48px; align-items: center; max-width: 1100px; margin: 0 auto; }
.nh-referral-how-copy { padding: 38px; border-radius: 24px; background: #fbfaf6; border: 1px solid #d9ddd5; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); }
.nh-referral-steps { margin: 0; padding-left: 24px; }
.nh-referral-steps li { margin-bottom: 16px; line-height: 1.6; }
.nh-referral-steps li:last-child { margin-bottom: 0; }
.nh-referral-how-media { display: flex; align-items: center; justify-content: center; }
.nh-referral-how-media img { display: block; width: 100%; max-width: 520px; height: auto; }
.nh-referral-cities { max-width: 1100px; margin: 0 auto; }
.nh-referral-cities-media { border-radius: 24px; overflow: hidden; background: #f6f6f1; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1); }
.nh-referral-cities-media img { display: block; width: 100%; height: auto; }
.nh-referral-cities-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; align-items: stretch; margin-top: 20px; }
.nh-referral-city, .nh-referral-city-title { display: flex; align-items: center; padding: 20px; border-radius: 18px; background: #fbfaf6; border: 1px solid #d9ddd5; }
.nh-referral-city p, .nh-referral-city-title p { margin: 0; line-height: 1.45; }
.nh-referral-city span, .nh-referral-city-title span { font-weight: 500; color: #31452b; }
.nh-referral-city-title { background: #eef5ee; }
.nh-referral-city-title p { font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1.15; color: #31452b; }
.nh-referral-rentpro { max-width: 1100px; margin: 0 auto; padding: 42px; border-radius: 24px; background: #fbfaf6; border: 1px solid #d9ddd5; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); }
.nh-referral-rentpro-header { max-width: 780px; margin-bottom: 34px; }
.nh-referral-rentpro-header img { display: block; max-width: 220px; height: auto; margin-bottom: 22px; }
.nh-referral-rentpro-title { margin: 0 0 10px; font-size: clamp(1.75rem, 3vw, 2.65rem); line-height: 1.15; font-weight: 500; color: #31452b; }
.nh-referral-rentpro-text { margin: 0; font-size: 1.1rem; line-height: 1.55; color: #172119; }
.nh-referral-rentpro-content { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr); gap: 34px; align-items: center; }
.nh-referral-rentpro-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.nh-referral-tool-card { padding: 24px; border-radius: 20px; background: #ffffff; border: 1px solid #d9ddd5; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04); }
.nh-referral-tool-card img { display: block; max-width: 64px; height: auto; margin-bottom: 16px; filter: brightness(0.5); }
.nh-referral-tool-title { margin: 0 0 8px; font-size: 1.2rem; line-height: 1.25; font-weight: 500; color: #31452b; }
.nh-referral-tool-text { margin: 0; line-height: 1.55; color: #172119; }
.nh-referral-rentpro-media { display: flex; align-items: center; justify-content: center; }
.nh-referral-rentpro-media img { display: block; width: 100%; max-width: 330px; height: auto; }
.nh-referral-testimonials { display: grid; gap: 28px; max-width: 1100px; margin: 0 auto; }
.nh-referral-testimonial { display: grid; grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr); gap: 34px; align-items: center; padding: 28px; border-radius: 24px; background: #fbfaf6; border: 1px solid #d9ddd5; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06); }
.nh-referral-testimonial-photo { border-radius: 22px; overflow: hidden; background: #f6f6f1; }
.nh-referral-testimonial-photo img { display: block; width: 100%; height: 500px; object-fit: contain; }
.nh-referral-testimonial-name { margin: 0 0 6px; font-size: 1.45rem; line-height: 1.25; font-weight: 500; color: #31452b; }
.nh-referral-testimonial-role { margin: 0 0 18px; font-size: 1.05rem; line-height: 1.4; color: #5d665c; }
.nh-referral-testimonial-quote { margin: 0 0 24px; line-height: 1.65; color: #172119; }
.nh-referral-testimonial-logo { display: block; max-width: 170px !important; width: auto; height: auto; }

@media (max-width: 1024px) {
.nh-pricing-page { padding: 18px 15px 50px; }
.nh-hero-row { margin-bottom: 10px; }
.nh-hero-text { max-width: 100%; margin-bottom: 24px; text-align: center; }
.nh-package-nav { margin-bottom: 8px; }
.nh-package-nav > [class*="col-"] { display: flex; }
.nh-nav-btn { height: 58px; min-height: 58px; }
.nh-intro-heading { max-width: none; width: 100%; }
.nh-cta-box { margin-top: 38px; text-align: center; }
.nh-cta-title { text-align: center; }
.nh-cta-text { text-align: center; }
.nh-pricing-table-wrap { overflow-x: visible; box-shadow: none; background: transparent; border-radius: 0; }
.nh-pricing-table, .nh-pricing-table thead, .nh-pricing-table tbody, .nh-pricing-table tr, .nh-pricing-table td { display: block; width: 100%; }
.nh-pricing-table { background: transparent; }
.nh-pricing-table thead tr { display: grid; grid-template-columns: 1fr; gap: 18px; margin-bottom: 24px; }
.nh-help-card { display: block; width: 100%; border: 1px solid #d9ddd5 !important; border-radius: 22px; background: #ffffff !important; padding: 28px 22px !important; text-align: center; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08); }
.nh-help-card .nh-table-title { max-width: 100%; margin: 0 0 22px; text-align: center; }
.nh-help-card .nh-table-btn { display: inline-flex; align-items: center; justify-content: center; }
.nh-pricing-table thead td { border: 1px solid #d9ddd5 !important; border-radius: 22px; background: #ffffff; box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08); }
.nh-pricing-table thead td:first-child, .nh-pricing-table thead td:nth-child(2), .nh-pricing-table thead td:nth-child(3) { width: 100%; }
.nh-plan-card { padding: 30px 24px !important; }
.nh-plan-featured { padding-top: 90px !important; }
.nh-recommend-label { height: 60px; border-radius: 22px 22px 0 0; }
.nh-plan-title { margin-bottom: 18px; }
.nh-note { margin-bottom: 24px; }
.nh-pricing-table tbody tr { margin-bottom: 16px; border: 1px solid #d9ddd5; border-radius: 18px; overflow: hidden; background: #ffffff; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06); }
.nh-pricing-table tbody td { border: 0 !important; padding: 14px 18px; }
.nh-pricing-table tbody td:first-child { background: #f4f6f1; font-size: 1rem; }
.nh-pricing-table tbody td:nth-child(2), .nh-pricing-table tbody td:nth-child(3) { display: flex; align-items: center; justify-content: space-between; gap: 18px; text-align: right !important; }
.nh-pricing-table tbody td:nth-child(2)::before { content: "Digital Marketing"; font-weight: 500; color: #4c554c; text-align: left; }
.nh-pricing-table tbody td:nth-child(3)::before { content: "Full-service Management"; font-weight: 500; color: #4c554c; text-align: left; }
.nh-pricing-table tbody td.text-center { text-align: right !important; }
.nh-pricing-table img { width: 24px !important; max-width: 24px; }
.nh-pricing-disclaimer { text-align: center; }
.nh-process-list::before { left: 26px; transform: none; }
.nh-process-item { display: block; margin-bottom: 28px; padding-left: 54px; }
.nh-process-item::before { top: 30px; left: 26px; transform: translateX(-50%); }
.nh-process-card { padding: 28px 24px; border-radius: 22px; }
.nh-process-media { margin-bottom: 18px; border-radius: 22px; }
.nh-process-number { width: 48px; height: 48px; margin-bottom: 18px; }
.nh-home-service-row, .nh-home-service-row-right { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 28px; }
.nh-home-service-row-reverse .nh-home-service-media, .nh-home-service-row-reverse .nh-home-service-copy { order: initial; }
.nh-home-service-row-right .nh-home-service-copy { grid-column: auto; }
.nh-home-service-copy { padding: 28px 24px; border-radius: 22px; }
.nh-home-service-media { border-radius: 22px; }
.nh-home-service-media img { min-height: 280px; }
.nh-home-tagline-wrap { margin: 28px auto 36px; }
.nh-portal-row { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 28px; }
.nh-portal-row-reverse .nh-portal-media, .nh-portal-row-reverse .nh-portal-copy { order: initial; }
.nh-portal-copy { padding: 28px 24px; border-radius: 22px; }
.nh-portal-media { padding: 28px 20px; border-radius: 22px; }
.nh-portal-media img { max-width: 80%; }
.nh-contact-intro-section { padding: 0 15px 34px; }
.nh-contact-intro-card { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; border-radius: 22px; }
.nh-contact-intro-copy { max-width: 100%; text-align: center; }
.nh-contact-intro-media { border-radius: 20px; }
.nh-contact-intro-media img { min-height: 260px; }
.nh-pm-hero { grid-template-columns: 1fr; gap: 28px; padding: 40px 28px; text-align: center; }
.nh-pm-hero-copy { max-width: 100%; margin: 0 auto; }
.nh-pm-hero-text { margin-left: auto; margin-right: auto; }
.nh-pm-hero-panel { max-width: 620px; width: 100%; margin: 0 auto; text-align: left; }
.nh-pm-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nh-pm-estimate-section, .nh-pm-proof-section { grid-template-columns: 1fr; gap: 24px; }
.nh-pm-estimate-copy, .nh-pm-testimonial-card, .nh-pm-press-card { padding: 28px 24px; border-radius: 22px; text-align: center; }
.nh-pm-stars { margin-left: auto; margin-right: auto; }
.nh-pm-platforms-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nh-pm-platform-logo-wide { grid-column: span 2; }
.nh-referral-hero, .nh-referral-benefits, .nh-referral-how, .nh-referral-rentpro-content, .nh-referral-testimonial { grid-template-columns: 1fr; }
.nh-referral-hero { padding: 38px 28px; text-align: center; }
.nh-referral-hero-copy { max-width: 100%; }
.nh-referral-hero-media img { max-width: 440px; }
.nh-referral-benefits-copy, .nh-referral-how-copy, .nh-referral-rentpro { padding: 28px 24px; border-radius: 22px; }
.nh-referral-cities-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nh-referral-city-title { grid-column: span 2; justify-content: center; text-align: center; }
.nh-referral-rentpro-header { text-align: center; margin-left: auto; margin-right: auto; }
.nh-referral-rentpro-header img { margin-left: auto; margin-right: auto; }
.nh-referral-testimonial { padding: 24px; }
.nh-referral-testimonial-copy { text-align: center; }
.nh-referral-testimonial-logo { margin-left: auto; margin-right: auto; }
}

@media (max-width: 768px) {
.nh-pricing-page { padding-left: 12px; padding-right: 12px; }
.nh-section-spacer { height: 28px; }
.nh-section-spacer-large { height: 42px; }
.nh-nav-btn { min-height: 46px; height: 46px; }
.nh-pricing-table thead td { padding: 24px 20px; }
.nh-price { font-size: 3rem; text-align: left !important; }
.nh-price-row { row-gap: 8px; }
.nh-price-row .col-12 { flex: 0 0 100%; max-width: 100%; }
.nh-cta-box { padding: 32px 18px; }
.nh-faq-item { padding: 22px 0; }
.nh-process-list::before { left: 18px; }
.nh-process-item { padding-left: 42px; }
.nh-process-item::before { left: 18px; width: 14px; height: 14px; }
.nh-process-card { padding: 24px 20px; }
.nh-process-title { font-size: 2rem; }
.nh-home-service-copy { padding: 24px 20px; }
.nh-home-service-title { font-size: 1.75rem; }
.nh-home-service-media img { min-height: 230px; }
.nh-portal-copy { padding: 24px 20px; }
.nh-portal-title { font-size: 1.75rem; }
.nh-portal-media { padding: 24px 16px; }
.nh-portal-media img { max-width: 92%; }
.nh-contact-intro-section { padding-left: 12px; padding-right: 12px; }
.nh-contact-intro-card { padding: 24px 20px; }
.nh-contact-intro-title { font-size: 2rem; }
.nh-contact-intro-text { font-size: 1rem; }
.nh-contact-intro-media img { min-height: 220px; }
.nh-pm-hero { padding: 32px 22px; }
.nh-pm-hero-title { font-size: 2.35rem; }
.nh-pm-hero-panel { padding: 24px 18px; }
.nh-pm-panel-list span { min-height: 44px; }
.nh-pm-services-grid { grid-template-columns: 1fr; }
.nh-pm-service-card { padding: 24px 20px; }
.nh-pm-estimate-copy, .nh-pm-testimonial-card, .nh-pm-press-card { padding: 24px 20px; }
.nh-pm-platforms-grid { grid-template-columns: 1fr; }
.nh-pm-platform-logo-wide { grid-column: auto; }
.nh-pm-press-card img { max-width: 210px; }
.nh-referral-hero { padding: 30px 20px; }
.nh-referral-hero-title { font-size: 2.35rem; }
.nh-referral-benefit-item { grid-template-columns: 1fr; text-align: center; }
.nh-referral-benefit-icon { margin: 0 auto; }
.nh-referral-cities-grid, .nh-referral-rentpro-grid { grid-template-columns: 1fr; }
.nh-referral-city-title { grid-column: auto; }
.nh-referral-rentpro { padding: 24px 20px; }
.nh-referral-tool-card { padding: 22px 20px; text-align: center; }
.nh-referral-tool-card img { margin-left: auto; margin-right: auto; }
.nh-referral-testimonial-photo img { height: 280px; }
}

/* Fonts */
@font-face {
    font-family: 'Urbanist';
    src: url('./fonts/Urbanist-Regular.eot');
    src: url('./fonts/Urbanist-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Urbanist-Regular.woff2') format('woff2'),
        url('./fonts/Urbanist-Regular.woff') format('woff'),
        url('./fonts/Urbanist-Regular.ttf') format('truetype'),
        url('./fonts/Urbanist-Regular.svg#Urbanist-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('./fonts/DMSans-Regular.eot');
    src: url('./fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/DMSans-Regular.woff2') format('woff2'),
        url('./fonts/DMSans-Regular.woff') format('woff'),
        url('./fonts/DMSans-Regular.ttf') format('truetype'),
        url('./fonts/DMSans-Regular.svg#DMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}