.nhh-btn.elementor-button,
.nhh-btn .elementor-button{
  min-width: 220px;
  justify-content: center;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  will-change: transform;
}

.nhh-btn.elementor-button:hover,
.nhh-btn .elementor-button:hover,
.nhh-btn.elementor-button:focus-visible,
.nhh-btn .elementor-button:focus-visible{
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(52, 21, 48, 0.22);
  filter: brightness(1.02);
}

@media (prefers-reduced-motion: reduce){
  .nhh-btn.elementor-button,
  .nhh-btn .elementor-button{ transition: none; }
  .nhh-btn.elementor-button:hover,
  .nhh-btn .elementor-button:hover{ transform: none; }
}

.hero-section{
  position: relative;
  overflow: hidden;
}

.hero-section::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  z-index: 2;
  background: rgba(0,0,0,0.55);
  opacity: 1;
  animation: heroVeilFade 1.05s ease forwards;
}

@keyframes heroVeilFade{
  to{ opacity: 0; }
}

.hero-section > *{
  position: relative;
  z-index: 3;
}

.hero-reveal{
  opacity: 0;
  transform: translateY(12px);
  filter: blur(5px);
  animation: heroReveal 1.45s cubic-bezier(.2,.8,.2,1) forwards;
  will-change: opacity, transform, filter;
}

.hero-1{ animation-delay: .30s; }
.hero-2{ animation-delay: .65s; }

@keyframes heroReveal{
  to{
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 767px){
  .hero-reveal{
    transform: translateY(8px);
    filter: blur(3px);
    animation-duration: 1.15s;
  }
}

@media (prefers-reduced-motion: reduce){
  .hero-section::after{ animation: none; opacity: 0; }
  .hero-reveal{ animation: none; opacity: 1; transform: none; filter: none; }
}

.nhh-chat a{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: transform .22s ease, opacity .22s ease;
}

.nhh-chat a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-6px;
  height:2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .28s ease;
  opacity: .55;
}

.nhh-chat a:hover,
.nhh-chat a:focus-visible{
  transform: translateY(-1px);
  opacity: .92;
}

.nhh-chat a:hover::after,
.nhh-chat a:focus-visible::after{
  transform: scaleX(1);
}

.nhh-chat svg,
.nhh-chat i{
  transition: transform .22s ease, opacity .22s ease;
  opacity: .85;
}

.nhh-chat a:hover svg,
.nhh-chat a:hover i,
.nhh-chat a:focus-visible svg,
.nhh-chat a:focus-visible i{
  transform: translateY(-2px);
  opacity: 1;
}

@media (prefers-reduced-motion: reduce){
  .nhh-chat a,
  .nhh-chat a::after,
  .nhh-chat svg,
  .nhh-chat i{ transition: none; }
  .nhh-chat a:hover,
  .nhh-chat a:focus-visible{ transform: none; }
  .nhh-chat a::after{ transform: scaleX(1); }
}

.nhh-sticky-header{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
  background: #F7F7FA !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  padding: 6px 0 !important;
  min-height: 0 !important;
}

.nhh-sticky-header .elementor-container,
.nhh-sticky-header .elementor-column,
.nhh-sticky-header .elementor-widget-wrap,
.nhh-sticky-header .elementor-widget,
.nhh-sticky-header .elementor-widget-container{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  min-height: 0 !important;
}

.nhh-sticky-header .elementor-container{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 14px !important;
}

.nhh-sticky-header .elementor-column,
.nhh-sticky-header .elementor-widget-wrap{
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  min-width: 0 !important;
}

.nhh-sticky-header nav,
.nhh-sticky-header .elementor-nav-menu{
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  min-width: 0 !important;
}

.nhh-sticky-header .elementor-nav-menu > li{ white-space: nowrap !important; }

.nhh-sticky-header .elementor-nav-menu a,
.nhh-sticky-header .elementor-item{
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  line-height: 1.05 !important;
}

.nhh-sticky-header .elementor-button{ white-space: nowrap !important; }

.nhh-sticky-header .elementor-widget-site-logo img,
.nhh-sticky-header .elementor-site-logo img,
.nhh-sticky-header .site-logo img,
.nhh-sticky-header .custom-logo{
  max-height: 56px !important;
  height: auto !important;
  width: auto !important;
}

body{
  padding-top: 78px !important;
}

.nhh-img img{
  transition: transform .6s ease, filter .6s ease;
  will-change: transform;
}

.nhh-img:hover img{
  transform: scale(1.03);
  filter: saturate(1.02);
}

@media (prefers-reduced-motion: reduce){
  .nhh-img img{ transition:none; }
  .nhh-img:hover img{ transform:none; filter:none; }
}

.nhh-card{
  position: relative;
  overflow: hidden;
  transform: translateY(0);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
  will-change: transform;
}

.nhh-card:hover,
.nhh-card:focus-within{
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(52, 21, 48, 0.18);
  filter: brightness(1.01);
}

.nhh-card > *{
  position: relative;
  z-index: 2;
}

.nhh-card::before{
  content:"";
  position:absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events:none;
  z-index: 1;
  background: linear-gradient(
    120deg,
    rgba(247,247,250,0) 0%,
    rgba(247,247,250,0.10) 30%,
    rgba(247,247,250,0.28) 50%,
    rgba(247,247,250,0.10) 70%,
    rgba(247,247,250,0) 100%
  );
  transform: translateX(-140%);
  opacity: 0;
  transition: opacity .12s ease, transform .50s ease;
}

.nhh-card:hover::before,
.nhh-card:focus-within::before{
  opacity: 1;
  transform: translateX(140%);
}

.nhh-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius: inherit;
  pointer-events:none;
  z-index: 3;
  box-shadow: 0 0 0 1px rgba(101,145,140,0.38);
  opacity: 0;
  transition: opacity .18s ease;
}

.nhh-card:hover::after,
.nhh-card:focus-within::after{
  opacity: 1;
}

.nhh-card--light::before{
  background: linear-gradient(
    120deg,
    rgba(52,21,48,0) 0%,
    rgba(52,21,48,0.06) 35%,
    rgba(52,21,48,0.12) 50%,
    rgba(52,21,48,0.06) 65%,
    rgba(52,21,48,0) 100%
  );
}

.nhh-card.nhh-card--outline{
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 2px solid #341530 !important;
  background-color: #F7F7FA !important;
  box-sizing: border-box;
}

.nhh-card.nhh-card--outline:hover,
.nhh-card.nhh-card--outline:focus-within{
  transform: translateY(-4px);
  box-shadow: 0 12px 26px rgba(52, 21, 48, 0.14);
}

.nhh-card.nhh-card--outline::before{
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    120deg,
    rgba(52,21,48,0) 0%,
    rgba(52,21,48,0.10) 35%,
    rgba(52,21,48,0.18) 50%,
    rgba(52,21,48,0.10) 65%,
    rgba(52,21,48,0) 100%
  );
  transform: translateX(-160%);
  opacity: 0;
  transition:
    opacity .12s ease,
    transform .5s ease;
}

.nhh-card.nhh-card--outline:hover::before,
.nhh-card.nhh-card--outline:focus-within::before{
  opacity: 1;
  transform: translateX(160%);
}

.nhh-card.nhh-card--outline > *{
  position: relative;
  z-index: 3;
}

.footer-social a {
  transition: transform 0.18s ease-out, opacity 0.18s ease-out;
}

.footer-social a:hover {
  transform: translateY(-2px) scale(1.08);
  opacity: 0.9;
}

.footer-divider-animate {
  transform: rotate(90deg) translateX(-40px);
  opacity: 0;
  animation: dividerSlideIn 0.8s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes dividerSlideIn {
  from {
    transform: rotate(90deg) translateX(-40px);
    opacity: 0;
  }
  to {
    transform: rotate(90deg) translateX(0);
    opacity: 1;
  }
}

.nhh-featured-posts .hfe-post-card {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(6px);
  transform: translateY(0);
  transition: transform .28s ease, box-shadow .28s ease;
  will-change: transform;
}

.nhh-featured-posts .hfe-post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(0,0,0,.12);
}

.nhh-featured-posts .hfe-post-image img {
  transform: scale(1);
  transition: transform .45s ease;
}

.nhh-featured-posts .hfe-post-card:hover .hfe-post-image img {
  transform: scale(1.05);
}

.nhh-featured-posts .hfe-post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.nhh-featured-posts .hfe-post-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.nhh-featured-posts .hfe-post-read-more,
.nhh-featured-posts .hfe-post-read-more * {
  color: #341530 !important;
  fill: #341530 !important;
}

.nhh-featured-posts .hfe-post-read-more {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  transition: transform .2s ease, opacity .2s ease;
}

.nhh-featured-posts .hfe-post-card:hover .hfe-post-read-more {
  transform: translateX(4px);
}

.nhh-featured-posts .hfe-post-content {
  padding: 1.4rem 1.4rem 1.6rem;
}

.nhh-featured-posts .hfe-post-title,
.nhh-featured-posts .hfe-post-title a {
  color: #341530 !important;
}

.nhh-featured-posts .hfe-post-read-more,
.nhh-featured-posts .hfe-post-read-more a {
  color: #341530 !important;
}

.nhh-featured-posts .hfe-post-read-more,
.nhh-featured-posts .hfe-post-content a.hfe-post-read-more,
.nhh-featured-posts .hfe-post-content a {
  position: relative;
  text-decoration: none !important;
}

.nhh-featured-posts .hfe-post-read-more::after,
.nhh-featured-posts .hfe-post-content a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
  opacity: .9;
}

.nhh-featured-posts .hfe-post-card:hover .hfe-post-read-more::after,
.nhh-featured-posts .hfe-post-card:hover .hfe-post-content a::after {
  transform: scaleX(1);
}

.nhh-featured-posts .hfe-post-read-more svg path {
  fill: #341530 !important;
  stroke: #341530 !important;
}

.nhh-btn--hero .elementor-button,
.nhh-btn--hero a.elementor-button {
  min-width: 280px !important;
  padding: 18px 34px !important;
  font-size: 1.05rem !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
}

.nhh-reveal{
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  will-change: opacity, transform;
  transition:
    opacity 1.6s cubic-bezier(.22,1,.36,1),
    transform 1.25s cubic-bezier(.22,1,.36,1);
  transition-delay: 80ms;
}

.nhh-reveal.is-visible{
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0ms;
}

.nhh-reveal.reveal-1{ transition-delay: 0ms; }
.nhh-reveal.reveal-2{ transition-delay: 180ms; }
.nhh-reveal.reveal-3{ transition-delay: 360ms; }
.nhh-reveal.reveal-4{ transition-delay: 540ms; }

.nhh-reveal.reveal-1{ transition-delay: 0ms; }
.nhh-reveal.reveal-2{ transition-delay: 180ms; }
.nhh-reveal.reveal-3{ transition-delay: 360ms; }
.nhh-reveal.reveal-4{ transition-delay: 540ms; }

.nhh-event-poster-card,
.nhh-event-poster-card > .elementor-widget-container,
.nhh-event-poster-card .elementor-widget-container{
  background: #2b1633;
  border-radius: 18px;
  padding: 18px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,.14);
}

.nhh-event-poster-card img{
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.nhh-event-poster-card,
.nhh-event-poster-card .elementor-widget-container{
  transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

.nhh-event-poster-card:hover,
.nhh-event-poster-card:hover .elementor-widget-container{
  transform: translateY(-8px);
  box-shadow: 0 18px 38px rgba(0,0,0,.20);
  filter: brightness(1.02);
}

.nhh-events-wrap{ margin-top: 24px; }

.nhh-event-poster-card{
  box-shadow: 0 8px 18px rgba(0,0,0,.12), 0 2px 0 rgba(0,0,0,.05);
}

@keyframes nhhFadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes nhhFadeIn { from { opacity: 0; } to { opacity: 1; } }

.nhh-guide-image { animation: nhhFadeUp 1s ease-out both; }
.nhh-guide-title { animation: nhhFadeUp 0.9s ease-out both; }
.nhh-guide-copy { animation: nhhFadeUp 0.9s ease-out both; animation-delay: 0.15s; }

.nhh-btn { transition: transform .2s ease, box-shadow .2s ease; }
.nhh-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.15); }

.nhh-cta-band { opacity: 0; animation: nhhFadeIn 1s ease-out both; animation-delay: .2s; }
.nhh-cta-band-title { animation: nhhFadeUp .9s ease-out both; }
.nhh-cta-band-copy { animation: nhhFadeUp .9s ease-out both; animation-delay: .15s; }

.nhh-btn{ background: transparent !important; box-shadow: none !important; transform: none !important; }
.nhh-btn .elementor-button{ transition: transform .2s ease, box-shadow .2s ease; }
.nhh-btn .elementor-button:hover{ transform: translateY(-2px); box-shadow: 0 8px 18px rgba(0,0,0,.15); }
.nhh-btn { opacity: 0; animation: nhhFadeUp .8s ease-out both; animation-delay: .35s; }

@media (hover: hover) and (pointer: fine) {
  .nhh-guide-image img { transition: transform .8s ease, filter .8s ease; }
  .nhh-guide-image:hover img { transform: scale(1.02); filter: contrast(1.03); }
}

.nhh-cat-bar{ position: relative; max-width: 100%; font-family: "Montserrat", sans-serif; }
.nhh-cat-rail{ display: flex; gap: 12px; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; padding: 10px 56px; scrollbar-width: none; mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%); -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%); }
.nhh-cat-rail::-webkit-scrollbar{ display:none; }
.nhh-cat-pill{ flex: 0 0 auto; white-space: nowrap; font-family: "Montserrat", sans-serif; padding: 12px 18px; border-radius: 14px; background: #ECE9EC; color: #2b1633; text-decoration: none; font-weight: 600; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.nhh-cat-pill:hover{ transform: translateY(-1px); box-shadow: 0 10px 24px rgba(0,0,0,.08); }
.nhh-cat-pill.is-active{ background: #2b1633; color: #fff; }
.nhh-cat-arrow{ position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #65918c !important; color: #ffffff !important; border: 0 !important; outline: none !important; box-shadow: 0 8px 18px rgba(0,0,0,.10); font-size: 24px; line-height: 1; cursor: pointer; z-index: 10; padding: 0 !important; margin: 0 !important; text-transform: none !important; letter-spacing: normal !important; font-family: "Montserrat", sans-serif !important; transition: background .18s ease, transform .18s ease, box-shadow .18s ease, opacity .18s ease; }
.nhh-cat-arrow--left{ left: 6px; }
.nhh-cat-arrow--right{ right: 6px; }
.nhh-cat-arrow:hover, .nhh-cat-arrow:focus-visible{ background: #341530 !important; transform: translateY(-50%) scale(1.06); box-shadow: 0 10px 22px rgba(0,0,0,.14); }
.nhh-cat-arrow:active{ background: #341530 !important; transform: translateY(-50%) scale(0.98); }

.nhh-contact-form{ --nhh-text: #111827; --nhh-line: rgba(17,24,39,.18); --nhh-placeholder: rgba(17,24,39,.45); --nhh-btn: #65918c; --nhh-btn-hover: #341530; --nhh-focus-ring: rgba(52,21,48,.18); --nhh-focus-glow: rgba(52,21,48,.25); --nhh-radius: 6px; --nhh-card-radius: 16px; }
.nhh-contact-form, .nhh-contact-form *{ font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important; }
.nhh-contact-form .fluentform, .nhh-contact-form .fluent_form, .nhh-contact-form form.fluent_form, .nhh-contact-form form.fluent_form_wrapper, .nhh-contact-form .fluentform .ff-el-form-content, .nhh-contact-form .fluent_form .ff-el-form-content{ background: #ffffff !important; border: 1px solid rgba(17,24,39,.10) !important; border-radius: var(--nhh-card-radius) !important; padding: 26px !important; box-shadow: 0 18px 48px rgba(17,24,39,.08) !important; }
.nhh-contact-form form.fluent_form{ max-width: 900px; }
.nhh-contact-form .ff-el-group{ margin-bottom: 18px; }
.nhh-contact-form .ff-el-group label{ color: var(--nhh-text); font-weight: 600; font-size: 13px; letter-spacing: .02em; margin-bottom: 8px; }
.nhh-contact-form .required{ color: #b42318; font-weight: 800; }
.nhh-contact-form .ff-el-form-control, .nhh-contact-form input, .nhh-contact-form select, .nhh-contact-form textarea{ width: 100%; background: #fff; border: 1px solid var(--nhh-line); border-radius: var(--nhh-radius); padding: 14px 16px; font-size: 15px; font-weight: 500; color: var(--nhh-text); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.nhh-contact-form ::placeholder{ color: var(--nhh-placeholder); font-weight: 500; }
.nhh-contact-form .ff-el-form-control:focus, .nhh-contact-form input:focus, .nhh-contact-form select:focus, .nhh-contact-form textarea:focus{ outline: none; border-color: var(--nhh-btn-hover); box-shadow: 0 0 0 2px var(--nhh-focus-ring), 0 0 18px var(--nhh-focus-glow); transform: translateY(-1px); }
.nhh-contact-form textarea{ min-height: 150px; resize: vertical; }
.nhh-contact-form .ff-t-container{ gap: 14px; }
.nhh-contact-form .ff_submit_btn_wrapper, .nhh-contact-form .ff-el-group.ff-submit{ display: flex !important; justify-content: flex-end !important; }
.nhh-contact-form .ff-btn-submit, .nhh-contact-form .ff_submit_btn_wrapper .ff-btn-submit, .nhh-contact-form button.ff-btn-submit, .nhh-contact-form input.ff-btn-submit, .nhh-contact-form button[type="submit"], .nhh-contact-form input[type="submit"]{ background: var(--nhh-btn) !important; border: 1px solid var(--nhh-btn) !important; color: #ffffff !important; border-radius: var(--nhh-radius) !important; padding: 14px 24px !important; font-weight: 600 !important; font-size: 14px !important; letter-spacing: .03em; box-shadow: none !important; text-transform: none !important; text-decoration: none !important; -webkit-appearance: none !important; appearance: none !important; transition: background .18s ease, transform .18s ease, box-shadow .18s ease; }
.nhh-contact-form .ff-btn-submit:hover, .nhh-contact-form .ff_submit_btn_wrapper .ff-btn-submit:hover, .nhh-contact-form button[type="submit"]:hover, .nhh-contact-form input[type="submit"]:hover{ background: var(--nhh-btn-hover) !important; border-color: var(--nhh-btn-hover) !important; box-shadow: 0 8px 18px rgba(52,21,48,.25) !important; transform: translateY(-1px); }
.nhh-contact-form .ff-el-is-error .ff-el-form-control{ border-color: rgba(180,35,24,.7); box-shadow: 0 0 0 2px rgba(180,35,24,.14); }
.nhh-contact-form .ff-el-error{ color: #b42318; font-size: 12.5px; margin-top: 6px; }
.nhh-contact-form .ff-message-success{ border-radius: 12px; padding: 14px 16px; border: 1px solid rgba(101,145,140,.35); background: rgba(101,145,140,.10); color: #1f3d3a; font-weight: 600; }

.nhh-contact-form .ff-el-group.ff_submit_btn_wrapper{ display: flex !important; justify-content: flex-end !important; }
.nhh-contact-form .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style{ background: #65918c !important; background-color: #65918c !important; background-image: none !important; border: 1px solid #65918c !important; color: #ffffff !important; border-radius: 6px !important; padding: 14px 24px !important; box-shadow: none !important; text-decoration: none !important; -webkit-appearance: none !important; appearance: none !important; }
.nhh-contact-form .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style:hover{ background: #341530 !important; background-color: #341530 !important; background-image: none !important; border-color: #341530 !important; color: #ffffff !important; }
.nhh-contact-form .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style:focus, .nhh-contact-form .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style:focus-visible{ outline: none !important; box-shadow: 0 0 0 3px rgba(52,21,48,.22) !important; }
.nhh-contact-form .fluentform, .nhh-contact-form .fluent_form, .nhh-contact-form form.fluent_form{ transition: transform .25s ease, box-shadow .25s ease; }
.nhh-contact-form .fluentform:hover, .nhh-contact-form .fluent_form:hover, .nhh-contact-form form.fluent_form:hover{ transform: translateY(-2px); box-shadow: 0 24px 56px rgba(17,24,39,.10); }
.nhh-contact-form .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style{ font-size: 15.5px !important; font-weight: 500 !important; letter-spacing: .04em; }

.nhh-card-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.nhh-card-centered .elementor-widget-button {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hfe-read-more {
  color: #341530 !important;
}

.hfe-read-more:hover {
  color: #4a1f42 !important;
}

.nhh-card-row {
  align-items: stretch !important;
}

.nhh-card-row .nhh-card,
.nhh-card-row .nhh-senior-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.nhh-card-row > .e-con,
.nhh-card-row > .elementor-element {
  height: 100%;
}

.nhh-card-row{
  display: flex !important;
  align-items: stretch !important;
}

.nhh-card-row > .e-con,
.nhh-card-row > .elementor-element{
  flex: 1 1 0 !important;
  display: flex !important;
  align-items: stretch !important;
}

.nhh-card-row .e-con-inner{
  display: flex !important;
  flex: 1 1 auto !important;
  align-items: stretch !important;
}

.nhh-card-row .nhh-card,
.nhh-card-row .nhh-senior-card{
  height: 100% !important;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.nhh-featured-posts .hfe-post-card {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(6px);
  transform: translateY(0);
  transition: transform .28s ease, box-shadow .28s ease;
  will-change: transform;
}

.nhh-featured-posts .hfe-post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(0,0,0,.12);
}

.nhh-featured-posts .hfe-post-image img {
  transform: scale(1);
  transition: transform .45s ease;
}

.nhh-featured-posts .hfe-post-card:hover .hfe-post-image img {
  transform: scale(1.05);
}

.nhh-featured-posts .hfe-post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.nhh-featured-posts .hfe-post-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.nhh-featured-posts .hfe-post-title,
.nhh-featured-posts .hfe-post-title a {
  color: #341530 !important;
}

.nhh-featured-posts .hfe-post-read-more,
.nhh-featured-posts .hfe-post-read-more a {
  color: #341530 !important;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  position: relative;
  text-decoration: none !important;
  transition: transform .2s ease;
}

.nhh-featured-posts .hfe-post-card:hover .hfe-post-read-more {
  transform: translateX(4px);
}

.nhh-featured-posts .hfe-post-read-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .22s ease;
  opacity: .9;
}

.nhh-featured-posts .hfe-post-card:hover .hfe-post-read-more::after {
  transform: scaleX(1);
}

.nhh-featured-posts .hfe-post-read-more svg path {
  fill: #341530 !important;
  stroke: #341530 !important;
}

.nhh-blog-feed article,
.nhh-blog-feed .hfe-post-card,
.nhh-blog-feed .elementor-post__card {
  border-radius: 18px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,.85) !important;
  backdrop-filter: blur(6px);
  transform: translateY(0);
  transition: transform .28s ease, box-shadow .28s ease;
}

.nhh-blog-feed article:hover,
.nhh-blog-feed .hfe-post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(0,0,0,.12) !important;
}

.nhh-blog-feed img {
  transition: transform .45s ease;
}

.nhh-blog-feed article:hover img {
  transform: scale(1.05);
}

.nhh-blog-feed .hfe-post-title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .5rem;
}

.nhh-blog-feed .hfe-post-excerpt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: .9rem;
}

.nhh-blog-feed a.hfe-read-more{
  color: #341530 !important;
  position: relative;
  text-decoration: none !important;
  transition: transform .2s ease;
}

.nhh-blog-feed article:hover a.hfe-read-more{
  transform: translateX(4px);
}

.nhh-blog-feed a.hfe-read-more::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-4px;
  width:100%;
  height:2px;
  background:#341530;
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .22s ease;
}

.nhh-blog-feed article:hover a.hfe-read-more::after{
  transform:scaleX(1);
}

.nhh-blog-feed .hfe-post-card,
.nhh-blog-feed .hfe-post-card *{
  font-family: 'Montserrat', sans-serif !important;
}

.nhh-blog-feed article{
  opacity: 0;
  transform: translateY(8px);
  animation: nhhPostReveal .6s ease forwards;
}

@keyframes nhhPostReveal{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.nhh-blog-categories a{
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 16px !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: background .18s ease, transform .18s ease, color .18s ease;
}

.nhh-blog-categories a.is-active{
  background: #D9D4DA !important;
  color: #341530 !important;
  font-weight: 600;
}

.nhh-blog-categories a:hover{
  transform: translateY(-1px);
}

.nhh-blog-feed article{
  transition: opacity .16s ease, transform .16s ease;
}

.nhh-blog-feed article.nhh-is-hidden{
  opacity:0;
  transform:translateY(4px);
}

.elementor .nhh-blog-feed .hfe-post-title,
.elementor .nhh-blog-feed .elementor-post__title,
.elementor .nhh-blog-feed .uael-post__title,
.elementor .nhh-blog-feed .eael-entry-title{
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  line-height: 1.3 !important;
  margin-bottom: .6rem !important;
}

.elementor .nhh-blog-feed article,
.elementor .nhh-blog-feed .hfe-post-card,
.elementor .nhh-blog-feed .elementor-post__card{
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.elementor .nhh-blog-feed .hfe-post-content,
.elementor .nhh-blog-feed .elementor-post__text,
.elementor .nhh-blog-feed .uael-post__content,
.elementor .nhh-blog-feed .eael-entry-wrapper{
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.elementor .nhh-blog-feed .hfe-post-image,
.elementor .nhh-blog-feed .elementor-post__thumbnail,
.elementor .nhh-blog-feed .uael-post__thumbnail,
.elementor .nhh-blog-feed .eael-entry-media{
  aspect-ratio: 16 / 9;
  overflow: hidden !important;
}

.elementor .nhh-blog-feed .hfe-post-image img,
.elementor .nhh-blog-feed .elementor-post__thumbnail img,
.elementor .nhh-blog-feed .uael-post__thumbnail img,
.elementor .nhh-blog-feed .eael-entry-media img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.elementor .nhh-blog-feed .hfe-post-title,
.elementor .nhh-blog-feed .hfe-post-title a,
.elementor .nhh-blog-feed .elementor-post__title,
.elementor .nhh-blog-feed .elementor-post__title a,
.elementor .nhh-blog-feed .uael-post__title,
.elementor .nhh-blog-feed .uael-post__title a,
.elementor .nhh-blog-feed .eael-entry-title,
.elementor .nhh-blog-feed .eael-entry-title a{
  font-family: "Montserrat", sans-serif !important;
  color: #341530 !important;
  text-decoration: none !important;
}

.elementor .nhh-blog-feed .hfe-post-title,
.elementor .nhh-blog-feed .elementor-post__title,
.elementor .nhh-blog-feed .uael-post__title,
.elementor .nhh-blog-feed .eael-entry-title{
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  line-height: 1.25 !important;
  margin: 0 0 .55rem 0 !important;
  min-height: calc(1.25em * 2) !important;
}

.elementor .nhh-blog-feed a.hfe-read-more,
.elementor .nhh-blog-feed a.elementor-post__read-more,
.elementor .nhh-blog-feed a.uael-post__read-more,
.elementor .nhh-blog-feed a.eael-post-elements-readmore-btn{
  margin-top: auto !important;
  align-self: flex-start !important;
}

.elementor .nhh-blog-feed .hfe-post-title,
.elementor .nhh-blog-feed .elementor-post__title,
.elementor .nhh-blog-feed .uael-post__title,
.elementor .nhh-blog-feed .eael-entry-title{
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  line-height: 1.3 !important;
  margin-bottom: .6rem !important;
}

.elementor .nhh-blog-feed,
.elementor .nhh-blog-feed *{
  font-family: "Montserrat", sans-serif !important;
}

.elementor .nhh-blog-feed .hfe-post-title a,
.elementor .nhh-blog-feed .elementor-post__title a,
.elementor .nhh-blog-feed .uael-post__title a,
.elementor .nhh-blog-feed .eael-entry-title a,
.elementor .nhh-blog-feed h2 a,
.elementor .nhh-blog-feed h3 a{
  color: #341530 !important;
  text-decoration: none !important;
}

.elementor .nhh-blog-feed article,
.elementor .nhh-blog-feed .hfe-post-card,
.elementor .nhh-blog-feed .uael-post,
.elementor .nhh-blog-feed .eael-grid-post,
.elementor .nhh-blog-feed .elementor-post,
.elementor .nhh-blog-feed .elementor-post__card{
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.elementor .nhh-blog-feed .hfe-post-content,
.elementor .nhh-blog-feed .uael-post__content,
.elementor .nhh-blog-feed .eael-entry-wrapper,
.elementor .nhh-blog-feed .elementor-post__text{
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
}

.elementor .nhh-blog-feed .hfe-post-image,
.elementor .nhh-blog-feed .uael-post__thumbnail,
.elementor .nhh-blog-feed .eael-entry-media,
.elementor .nhh-blog-feed .elementor-post__thumbnail{
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
}

.elementor .nhh-blog-feed .hfe-post-image img,
.elementor .nhh-blog-feed .uael-post__thumbnail img,
.elementor .nhh-blog-feed .eael-entry-media img,
.elementor .nhh-blog-feed .elementor-post__thumbnail img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.elementor .nhh-blog-feed .hfe-post-title,
.elementor .nhh-blog-feed .elementor-post__title,
.elementor .nhh-blog-feed .uael-post__title,
.elementor .nhh-blog-feed .eael-entry-title{
  margin: 0 0 .55rem 0 !important;
}

.elementor .nhh-blog-feed .hfe-post-title a,
.elementor .nhh-blog-feed .elementor-post__title a,
.elementor .nhh-blog-feed .uael-post__title a,
.elementor .nhh-blog-feed .eael-entry-title a{
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  line-height: 1.5 !important;
  min-height: calc(1.25em * 2) !important;
}

.elementor .nhh-blog-feed .hfe-post-excerpt,
.elementor .nhh-blog-feed .uael-post__excerpt,
.elementor .nhh-blog-feed .eael-entry-content,
.elementor .nhh-blog-feed .elementor-post__excerpt{
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  margin: 0 0 1rem 0 !important;
  line-height: 1.45 !important;
}

.elementor .nhh-blog-feed .hfe-post-meta,
.elementor .nhh-blog-feed .uael-post__meta,
.elementor .nhh-blog-feed .eael-entry-meta,
.elementor .nhh-blog-feed .elementor-post__meta-data{
  margin: 0 0 .8rem 0 !important;
  opacity: .75;
}

.elementor .nhh-blog-feed a.hfe-read-more,
.elementor .nhh-blog-feed a.hfe-post-read-more,
.elementor .nhh-blog-feed a.read-more,
.elementor .nhh-blog-feed a.uael-post__read-more,
.elementor .nhh-blog-feed a.eael-post-elements-readmore-btn,
.elementor .nhh-blog-feed a.elementor-post__read-more{
  margin-top: auto !important;
  align-self: flex-start !important;
}

.elementor .nhh-blog-feed .hfe-posts-grid,
.elementor .nhh-blog-feed .uael-posts,
.elementor .nhh-blog-feed .eael-post-grid{
  align-items: stretch !important;
}

.elementor .nhh-blog-feed .hfe-post-title a,
.elementor .nhh-blog-feed .elementor-post__title a,
.elementor .nhh-blog-feed .uael-post__title a,
.elementor .nhh-blog-feed .eael-entry-title a,
.elementor .nhh-blog-feed h2 a,
.elementor .nhh-blog-feed h3 a{
  line-height: 1.25 !important;
  max-height: calc(1.25em * 2) !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.elementor .nhh-blog-feed .hfe-post-title a br,
.elementor .nhh-blog-feed .elementor-post__title a br,
.elementor .nhh-blog-feed .uael-post__title a br,
.elementor .nhh-blog-feed .eael-entry-title a br{
  display: none !important;
}

.elementor .nhh-blog-feed .hfe-post-title a span,
.elementor .nhh-blog-feed .elementor-post__title a span,
.elementor .nhh-blog-feed .uael-post__title a span,
.elementor .nhh-blog-feed .eael-entry-title a span{
  display: inline !important;
}

#nhh-blog-results > .elementor-post-date,
#nhh-blog-results > .elementor-post__title,
#nhh-blog-results > h1,
#nhh-blog-results > h2,
#nhh-blog-results > h3,
#nhh-blog-results > .nhh-blog-card__meta,
#nhh-blog-results > .nhh-blog-card__title{
  display: none !important;
}

.elementor .nhh-blog-feed .hfe-post-title{
  margin: 0 !important;
  padding: 0 !important;
}

.elementor .nhh-blog-feed .hfe-post-title a{
  margin: 0 !important;
  padding: 0 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  line-height: 1.28 !important;
}

.elementor .nhh-blog-feed .hfe-post-image{
  margin-bottom: 14px !important;
}

.elementor .nhh-blog-feed .hfe-post-title a br{
  display: none !important;
}

.elementor .nhh-blog-feed .hfe-post-title{
  margin-bottom: 12px !important;
}

#nhh-blog-results .nhh-blog-card__title,
#nhh-blog-results .nhh-blog-card__title a{
  display: none !important;
}

.elementor-post__title,
.elementor-post__title a{
  display: none !important;
}

.elementor-post-date{
  display: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

.nhh-timeline{
  font-family: 'Montserrat', sans-serif;
  --axis-line-center: 44px;
  --dot-size: 12px;
  --line-height: 3px;
  position: relative;
  width: 100% !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
  overflow: visible !important;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr) !important;
  gap: 18px !important;
  padding: 34px 18px 54px !important;
}

.nhh-timeline *{
  font-family: 'Montserrat', sans-serif;
}

.nhh-timeline__track{
  position: absolute;
  left: 18px !important;
  right: 18px !important;
  height: var(--line-height) !important;
  border-radius: 999px;
  background: rgba(52,21,48,.75);
  bottom: calc(var(--axis-line-center) - (var(--line-height) / 2)) !important;
  z-index: 1 !important;
  opacity: .9;
}

.nhh-timeline__item{
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  grid-template-rows:
    auto
    10px
    auto
    12px
    auto
    auto;
  row-gap: 12px !important;
}

.nhh-timeline__icon{ grid-row: 1 !important; }
.nhh-timeline__card{ grid-row: 3 !important; }
.nhh-timeline__dot{  grid-row: 5 !important; }
.nhh-timeline__year{ grid-row: 6 !important; }

.nhh-timeline__icon{
  width: 62px !important;
  height: 62px !important;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #341530;
  color: #F7F7FA;
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  position: relative;
  z-index: 3;
  margin-bottom: 2px !important;
  transition:
    transform 200ms cubic-bezier(.2,.6,.3,1),
    box-shadow 200ms cubic-bezier(.2,.6,.3,1);
}

.nhh-timeline__icon::after{
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 2px solid rgba(247,247,250,.6);
  pointer-events: none;
}

.nhh-timeline__icon svg{
  display: block;
}

.nhh-timeline__item:hover .nhh-timeline__icon{
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 14px 36px rgba(0,0,0,.28),
    0 0 0 1px rgba(247,247,250,.25);
}

.nhh-icon--logo img{
  max-width: 26px !important;
  max-height: 26px !important;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transform: translateY(1px);
  filter: brightness(1.05) contrast(1.05);
}

.nhh-icon--logo img[alt="Real Broker"]{
  max-width: 24px;
  max-height: 24px;
}

.nhh-timeline__item::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 76px;
  height: 22px;
  width: 2px;
  border-radius: 999px;
  background: rgba(247,247,250,.55);
  z-index: 2;
}

.nhh-timeline__icon{ z-index: 3; }
.nhh-timeline__card{ z-index: 3; }

.nhh-timeline__card{
  width: 100% !important;
  max-width: none !important;
  background: #fff;
  border-radius: 18px !important;
  border: 1px solid rgba(52,21,48,.12);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
  overflow: hidden;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
  height: 190px;
  display: flex;
}

.nhh-timeline__card summary{ list-style: none; }
.nhh-timeline__card summary::-webkit-details-marker{ display:none; }

.nhh-timeline__summary{
  flex: 1;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

.nhh-timeline__text{
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 500;
  color: #2b2b2b;
  text-align: center;
}

.nhh-timeline__item:hover .nhh-timeline__card{
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0,0,0,.16);
}

.nhh-timeline__dot{
  width: var(--dot-size) !important;
  height: var(--dot-size) !important;
  border-radius: 999px;
  background: #341530;
  position: relative;
  z-index: 2 !important;
  transform: translateY(calc(-1 * (var(--dot-size) / 2))) !important;
  margin-top: 0 !important;
}

.nhh-timeline__year{
  margin-top: 6px !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(52,21,48,.78);
  line-height: 1;
  white-space: nowrap;
  display: block;
  text-align: center;
}

.nhh-timeline__card .nhh-timeline__year{
  display:none !important;
}

@media (prefers-reduced-motion: reduce){
  .nhh-timeline__icon,
  .nhh-timeline__card{
    transition: none !important;
    transform: none !important;
  }
}

@media (max-width: 900px){
  .nhh-timeline{
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    grid-auto-columns: 240px;
    padding: 34px 18px 64px !important;
  }

  .nhh-timeline__item{
    scroll-snap-align: start;
  }

  .nhh-timeline__track{
    left: 18px !important;
    right: 18px !important;
  }
}

#pum-1615 .fluentform_3,
#pum-1615 .fluentform_3 form,
#pum-1615 .fluentform_3 .ff-el-form-content{
  background: #ffffff !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  border-radius: 16px !important;
  padding: 26px !important;
  box-shadow: 0 22px 60px rgba(17,24,39,.15) !important;
}

#pum-1615 .fluentform_3,
#pum-1615 .fluentform_3 *{
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

#pum-1615 .fluentform_3 .ff-el-form-control,
#pum-1615 .fluentform_3 input,
#pum-1615 .fluentform_3 select,
#pum-1615 .fluentform_3 textarea{
  border-radius: 6px !important;
  border: 1px solid rgba(17,24,39,.18) !important;
  padding: 14px 16px !important;
}

#pum-1615 .fluentform_3 .ff-el-form-control:focus,
#pum-1615 .fluentform_3 input:focus,
#pum-1615 .fluentform_3 select:focus,
#pum-1615 .fluentform_3 textarea:focus{
  outline: none !important;
  border-color: #341530 !important;
  box-shadow:
    0 0 0 2px rgba(52,21,48,.18),
    0 0 18px rgba(52,21,48,.25) !important;
}

#pum-1615 .ff-el-group.ff_submit_btn_wrapper{
  display: flex !important;
  justify-content: flex-end !important;
}

#pum-1615 .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style{
  background: #65918c !important;
  border: 1px solid #65918c !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  padding: 14px 24px !important;
  font-size: 15.5px !important;
  font-weight: 500 !important;
  letter-spacing: .04em;
}

#pum-1615 .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style:hover{
  background: #341530 !important;
  border-color: #341530 !important;
  transform: translateY(-1px);
}

button.pum-close,
button.popmake-close {
  background-color: #341530 !important;
  border-color: #341530 !important;
  color: #ffffff !important;
}

#popmake-1615 .pum-title,
#popmake-1615 .pum-title h1,
#popmake-1615 .pum-title h2,
#popmake-1615 .pum-title h3 {
  font-family: "Montserrat", sans-serif !important;
  color: #341530 !important;
  font-weight: 600 !important;
}

#popmake-1615 label,
#popmake-1615 .gfield_label,
#popmake-1615 .ff-el-form-label {
  font-family: "Montserrat", sans-serif !important;
  color: #341530 !important;
  font-weight: 600;
}

#popmake-1615 input:focus,
#popmake-1615 textarea:focus,
#popmake-1615 select:focus {
  border-color: #341530 !important;
  box-shadow: 0 0 0 3px rgba(52, 21, 48, 0.25) !important;
  outline: none !important;
}

#popmake-1615 input,
#popmake-1615 textarea,
#popmake-1615 select {
  border-radius: 6px;
  transition: all 0.2s ease;
}

#popmake-1615 .nhh-eval-title{
  font-family: "Montserrat", sans-serif !important;
  color: #341530 !important;
  font-weight: 500 !important;
  text-align: left;
  margin: 0 0 18px;
  padding-bottom: 14px;
  position: relative;
}

#popmake-1615 .nhh-eval-title::after{
  content: "";
  display: block;
  width: 85%;
  max-width: 420px;
  height: 1px;
  background: rgba(52, 21, 48, 0.25);
  margin: 16px 0 0 0;
}

#popmake-1615 .pum-content{
  padding: 40px 40px 45px 40px !important;
}

#popmake-1615{
  max-width: 820px !important;
  width: 90% !important;
}

#popmake-1615{
  border-radius: 10px;
}

#popmake-1615{
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

#popmake-1615 label{
  margin-bottom: 6px;
}

#pum-21816 .fluentform,
#pum-21816 .fluentform form,
#pum-21816 .fluentform .ff-el-form-content{
  background: #ffffff !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  border-radius: 16px !important;
  padding: 26px !important;
  box-shadow: 0 22px 60px rgba(17,24,39,.15) !important;
}

#pum-21816 .fluentform,
#pum-21816 .fluentform *{
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

#popmake-21816 label,
#popmake-21816 .ff-el-form-label{
  font-family: "Montserrat", sans-serif !important;
  color: #341530 !important;
  font-weight: 600;
  margin-bottom: 6px;
}

#pum-21816 .fluentform .ff-el-form-control,
#pum-21816 .fluentform input,
#pum-21816 .fluentform select,
#pum-21816 .fluentform textarea{
  border-radius: 6px !important;
  border: 1px solid rgba(17,24,39,.18) !important;
  padding: 14px 16px !important;
  transition: all 0.2s ease;
}

#popmake-21816 input:focus,
#popmake-21816 textarea:focus,
#popmake-21816 select:focus{
  outline: none !important;
  border-color: #341530 !important;
  box-shadow:
    0 0 0 2px rgba(52,21,48,.18),
    0 0 18px rgba(52,21,48,.25) !important;
}

#pum-21816 .ff-el-group.ff_submit_btn_wrapper{
  display: flex !important;
  justify-content: flex-end !important;
}

#pum-21816 .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style{
  background: #65918c !important;
  border: 1px solid #65918c !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  padding: 14px 24px !important;
  font-size: 15.5px !important;
  font-weight: 500 !important;
  letter-spacing: .04em;
}

#pum-21816 .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style:hover{
  background: #341530 !important;
  border-color: #341530 !important;
  transform: translateY(-1px);
}

#popmake-21816 .nhh-eval-title{
  font-family: "Montserrat", sans-serif !important;
  color: #341530 !important;
  font-weight: 500 !important;
  text-align: left;
  margin: 0 0 18px;
  padding-bottom: 14px;
  position: relative;
}

#popmake-21816 .nhh-eval-title::after{
  content: "";
  display: block;
  width: 85%;
  max-width: 420px;
  height: 1px;
  background: rgba(52, 21, 48, 0.25);
  margin: 16px 0 0 0;
}

#popmake-21816 .pum-content{
  padding: 40px 40px 45px 40px !important;
}

#popmake-21816{
  max-width: 820px !important;
  width: 90% !important;
  border-radius: 10px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

body .pum-overlay,
body .pum-overlay.pum-active,
body .pum-overlay.pum-open{
  background: rgba(0,0,0,0.45) !important;
  opacity: 1 !important;
}

#pum-21816 .fluentform,
#pum-21816 .fluentform form{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#pum-21816 .fluentform .ff-el-form-content{
  background: #ffffff !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  border-radius: 16px !important;
  padding: 26px !important;
  box-shadow: 0 22px 60px rgba(17,24,39,.15) !important;
}

#pum-1615 .fluentform,
#pum-1615 .fluentform form{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#popmake-21816 .ff-el-input--content select.ff-el-form-control{
  padding-right: 60px !important;
}

#pum-21839 .fluentform,
#pum-21839 .fluentform form{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#pum-21839 .fluentform .ff-el-form-content{
  background: #ffffff !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  border-radius: 16px !important;
  padding: 26px !important;
  box-shadow: 0 22px 60px rgba(17,24,39,.15) !important;
}

#pum-21839 .fluentform,
#pum-21839 .fluentform *{
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

#popmake-21839 label,
#popmake-21839 .ff-el-form-label{
  color: #341530 !important;
  font-weight: 600;
  margin-bottom: 6px;
}

#pum-21839 .fluentform .ff-el-form-control,
#pum-21839 .fluentform input,
#pum-21839 .fluentform select,
#pum-21839 .fluentform textarea{
  border-radius: 6px !important;
  border: 1px solid rgba(17,24,39,.18) !important;
  padding: 14px 16px !important;
  transition: all 0.2s ease;
}

#popmake-21839 input:focus,
#popmake-21839 textarea:focus,
#popmake-21839 select:focus{
  outline: none !important;
  border-color: #341530 !important;
  box-shadow:
    0 0 0 2px rgba(52,21,48,.18),
    0 0 18px rgba(52,21,48,.25) !important;
}

#pum-21839 .ff-el-group.ff_submit_btn_wrapper{
  display: flex !important;
  justify-content: flex-end !important;
}

#pum-21839 .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style{
  background: #65918c !important;
  border: 1px solid #65918c !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  padding: 14px 24px !important;
  font-size: 15.5px !important;
  font-weight: 500 !important;
  letter-spacing: .04em;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

#pum-21839 .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style:hover{
  background: #341530 !important;
  border-color: #341530 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(52,21,48,.25);
}

#popmake-21839 .nhh-eval-title{
  font-family: "Montserrat", sans-serif !important;
  color: #341530 !important;
  font-weight: 500 !important;
  text-align: left;
  margin: 0 0 18px;
  padding-bottom: 14px;
  position: relative;
}

#popmake-21839 .nhh-eval-title::after{
  content: "";
  display: block;
  width: 85%;
  max-width: 420px;
  height: 1px;
  background: rgba(52,21,48,.25);
  margin: 16px 0 0 0;
}

#popmake-21839 .pum-content{
  padding: 40px 40px 45px 40px !important;
}

#popmake-21839{
  max-width: 820px !important;
  width: 90% !important;
  border-radius: 10px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

#pum-21848 .fluentform,
#pum-21848 .fluentform form{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#pum-21848 .fluentform .ff-el-form-content{
  background: #ffffff !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  border-radius: 16px !important;
  padding: 26px !important;
  box-shadow: 0 22px 60px rgba(17,24,39,.15) !important;
}

#pum-21848 .fluentform,
#pum-21848 .fluentform *{
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

#popmake-21848 label,
#popmake-21848 .ff-el-form-label{
  color: #341530 !important;
  font-weight: 600;
  margin-bottom: 6px;
}

#pum-21848 .fluentform .ff-el-form-control,
#pum-21848 .fluentform input,
#pum-21848 .fluentform select,
#pum-21848 .fluentform textarea{
  border-radius: 6px !important;
  border: 1px solid rgba(17,24,39,.18) !important;
  padding: 14px 16px !important;
  transition: all 0.2s ease;
}

#popmake-21848 input:focus,
#popmake-21848 textarea:focus,
#popmake-21848 select:focus{
  outline: none !important;
  border-color: #341530 !important;
  box-shadow:
    0 0 0 2px rgba(52,21,48,.18),
    0 0 18px rgba(52,21,48,.25) !important;
}

#pum-21848 .ff-el-group.ff_submit_btn_wrapper{
  display: flex !important;
  justify-content: flex-end !important;
}

#pum-21848 .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style{
  background: #65918c !important;
  border: 1px solid #65918c !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  padding: 14px 24px !important;
  font-size: 15.5px !important;
  font-weight: 500 !important;
  letter-spacing: .04em;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

#pum-21848 .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style:hover{
  background: #341530 !important;
  border-color: #341530 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(52,21,48,.25);
}

#popmake-21848 .nhh-eval-title{
  font-family: "Montserrat", sans-serif !important;
  color: #341530 !important;
  font-weight: 500 !important;
  text-align: left;
  margin: 0 0 18px;
  padding-bottom: 14px;
  position: relative;
}

#popmake-21848 .nhh-eval-title::after{
  content: "";
  display: block;
  width: 85%;
  max-width: 420px;
  height: 1px;
  background: rgba(52,21,48,.25);
  margin: 16px 0 0 0;
}

#popmake-21848 .pum-content{
  padding: 40px 40px 45px 40px !important;
}

#popmake-21848{
  max-width: 820px !important;
  width: 90% !important;
  border-radius: 10px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

#pum-21856 .fluentform,
#pum-21856 .fluentform form{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#pum-21856 .fluentform .ff-el-form-content{
  background: #ffffff !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  border-radius: 16px !important;
  padding: 26px !important;
  box-shadow: 0 22px 60px rgba(17,24,39,.15) !important;
}

#pum-21856 .fluentform,
#pum-21856 .fluentform *{
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

#popmake-21856 label,
#popmake-21856 .ff-el-form-label{
  color: #341530 !important;
  font-weight: 600;
  margin-bottom: 6px;
}

#pum-21856 .fluentform .ff-el-form-control,
#pum-21856 .fluentform input,
#pum-21856 .fluentform select,
#pum-21856 .fluentform textarea{
  border-radius: 6px !important;
  border: 1px solid rgba(17,24,39,.18) !important;
  padding: 14px 16px !important;
  transition: all 0.2s ease;
}

#popmake-21856 input:focus,
#popmake-21856 textarea:focus,
#popmake-21856 select:focus{
  outline: none !important;
  border-color: #341530 !important;
  box-shadow:
    0 0 0 2px rgba(52,21,48,.18),
    0 0 18px rgba(52,21,48,.25) !important;
}

#pum-21856 .ff-el-group.ff_submit_btn_wrapper{
  display: flex !important;
  justify-content: flex-end !important;
}

#pum-21856 .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style{
  background: #65918c !important;
  border: 1px solid #65918c !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  padding: 14px 24px !important;
  font-size: 15.5px !important;
  font-weight: 500 !important;
  letter-spacing: .04em;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

#pum-21856 .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style:hover{
  background: #341530 !important;
  border-color: #341530 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(52,21,48,.25);
}

#popmake-21856 .nhh-eval-title{
  font-family: "Montserrat", sans-serif !important;
  color: #341530 !important;
  font-weight: 500 !important;
  text-align: left;
  margin: 0 0 18px;
  padding-bottom: 14px;
  position: relative;
}

#popmake-21856 .nhh-eval-title::after{
  content: "";
  display: block;
  width: 85%;
  max-width: 420px;
  height: 1px;
  background: rgba(52,21,48,.25);
  margin: 16px 0 0 0;
}

#popmake-21856 .pum-content{
  padding: 40px 40px 45px 40px !important;
}

#popmake-21856{
  max-width: 820px !important;
  width: 90% !important;
  border-radius: 10px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

#pum-21866 .fluentform,
#pum-21866 .fluentform form{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

#pum-21866 .fluentform .ff-el-form-content{
  background: #ffffff !important;
  border: 1px solid rgba(17,24,39,.10) !important;
  border-radius: 16px !important;
  padding: 26px !important;
  box-shadow: 0 22px 60px rgba(17,24,39,.15) !important;
}

#pum-21866 .fluentform,
#pum-21866 .fluentform *{
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

#popmake-21866 label,
#popmake-21866 .ff-el-form-label{
  color: #341530 !important;
  font-weight: 600;
  margin-bottom: 6px;
}

#pum-21866 .fluentform .ff-el-form-control,
#pum-21866 .fluentform input,
#pum-21866 .fluentform select,
#pum-21866 .fluentform textarea{
  border-radius: 6px !important;
  border: 1px solid rgba(17,24,39,.18) !important;
  padding: 14px 16px !important;
  transition: all 0.2s ease;
}

#popmake-21866 input:focus,
#popmake-21866 textarea:focus,
#popmake-21866 select:focus{
  outline: none !important;
  border-color: #341530 !important;
  box-shadow:
    0 0 0 2px rgba(52,21,48,.18),
    0 0 18px rgba(52,21,48,.25) !important;
}

#pum-21866 .ff-el-group.ff_submit_btn_wrapper{
  display: flex !important;
  justify-content: flex-end !important;
}

#pum-21866 .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style{
  background: #65918c !important;
  border: 1px solid #65918c !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  padding: 14px 24px !important;
  font-size: 15.5px !important;
  font-weight: 500 !important;
  letter-spacing: .04em;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

#pum-21866 .ff-el-group.ff_submit_btn_wrapper button.ff-btn.ff-btn-submit.ff_btn_style:hover{
  background: #341530 !important;
  border-color: #341530 !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(52,21,48,.25);
}

#popmake-21866 .nhh-eval-title{
  font-family: "Montserrat", sans-serif !important;
  color: #341530 !important;
  font-weight: 500 !important;
  text-align: left;
  margin: 0 0 18px;
  padding-bottom: 14px;
  position: relative;
}

#popmake-21866 .nhh-eval-title::after{
  content: "";
  display: block;
  width: 85%;
  max-width: 420px;
  height: 1px;
  background: rgba(52,21,48,.25);
  margin: 16px 0 0 0;
}

#popmake-21866 .pum-content{
  padding: 40px 40px 45px 40px !important;
}

#popmake-21866{
  max-width: 820px !important;
  width: 90% !important;
  border-radius: 10px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
}

.nhh-team-card{
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 14px;
  background: #F7F7FA;
  border: 1px solid rgba(52,21,48,.10);
  border-radius: 34px;
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  transition: transform .22s ease, box-shadow .22s ease;
  will-change: transform;
}

.nhh-team-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0,0,0,.14);
}

@media (hover:none){
  .nhh-team-card:hover{ transform:none; box-shadow: 0 10px 24px rgba(0,0,0,.08); }
}

.nhh-team-card-inner{
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 26px;
  overflow: hidden;
}

.nhh-team-card-front,
.nhh-team-card-back{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  overflow: hidden;
  transition: transform .65s ease, opacity .45s ease;
  will-change: transform, opacity;
}

.nhh-team-card-front{
  z-index: 2;
  opacity: 1;
  transform: rotateY(0deg);
}

.nhh-team-card-front img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nhh-team-overlay{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 22px 22px;
  background: rgba(101,145,140,.92);
  color: #F7F7FA;
  font-family: Montserrat, sans-serif;
  border-radius: 0 0 26px 26px;
}

.nhh-team-overlay h3{
  margin: 0 0 10px;
  font-size: clamp(1.28rem, 2.2vw, 1.55rem);
  font-weight: 650;
  line-height: 1.15;
}

.nhh-team-overlay p{
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
}

.nhh-team-flip-link{
  margin-top: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  color: #F7F7FA;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none !important;
}

.nhh-team-flip-link .link-text{
  text-decoration: underline;
  text-underline-offset: 4px;
}

.nhh-team-flip-link .arrow{
  text-decoration: none !important;
  font-size: 1.1em;
  transform: translateY(1px);
}

.nhh-team-flip-link:hover,
.nhh-team-flip-link:focus{
  background: transparent !important;
  color: #341530;
}

.nhh-team-card-back{
  z-index: 1;
  opacity: 0;
  transform: rotateY(-180deg);
  background: #341530;
  color: #F7F7FA;
  font-family: Montserrat, sans-serif;
  padding: 40px 32px 72px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
  pointer-events: none;
}

.nhh-team-back-name{
  font-size: 1.5rem;
  font-weight: 650;
  margin: 0 0 6px;
}

.nhh-team-back-row{
  margin: 0;
  font-size: 1.05rem;
  font-weight: 500;
  opacity: .98;
}

.nhh-team-back-row a,
.nhh-socials a{
  color: #F7F7FA;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 600;
}

.nhh-socials{
  margin-top: 6px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.nhh-back-logo{
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(210px, 64%);
  opacity: .28;
  pointer-events: none;
}

.nhh-team-card.flipped .nhh-team-card-front{
  opacity: 0;
  transform: rotateY(180deg);
  pointer-events: none;
}

.nhh-team-card.flipped .nhh-team-card-back{
  opacity: 1;
  transform: rotateY(0deg);
  pointer-events: auto;
  z-index: 3;
}

.nhh-team-overlay p{
  font-style: italic;
}

#nhh-blog-results .nhh-blog-card__meta{
  display: none !important;
}

.nhh-cat-pill{
  pointer-events: auto !important;
  cursor: pointer !important;
}

@media (max-width: 767px){
  .nhh-sticky-header{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    z-index: auto !important;
    box-shadow: none !important;
  }

  body{
    padding-top: 0 !important;
  }
}

@media (max-width: 767px){
  .nhh-mobile-full-btn{
    width: 100% !important;
  }

  .nhh-mobile-full-btn .elementor-button{
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
}

@media (max-width: 767px){
  html, body{
    overflow-x: hidden !important;
    width: 100%;
  }

  img, svg, video, iframe{
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 767px){
  .nhh-timeline{
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 18px 16px 10px !important;
    margin: 0 auto !important;
  }

  .nhh-timeline__track{
    left: 34px !important;
    right: auto !important;
    top: 22px !important;
    bottom: 22px !important;
    width: 3px !important;
    height: auto !important;
    border-radius: 999px !important;
    background: rgba(52,21,48,.75) !important;
  }

  .nhh-timeline__item{
    display: grid !important;
    grid-template-columns: 74px 1fr !important;
    grid-template-rows: auto auto auto !important;
    column-gap: 14px !important;
    row-gap: 10px !important;
    align-items: start !important;
    justify-items: start !important;
    margin: 0 0 22px 0 !important;
    min-width: 0 !important;
  }

  .nhh-timeline__icon{
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin: 0 !important;
  }

  .nhh-timeline__card{
    grid-column: 2 !important;
    grid-row: 1 / span 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 160px;
  }

  .nhh-timeline__dot{
    grid-column: 1 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    justify-self: center !important;
    transform: none !important;
  }

  .nhh-timeline__year{
    grid-column: 1 !important;
    grid-row: 3 !important;
    margin: 0 !important;
    text-align: center !important;
    justify-self: center !important;
  }

  .nhh-timeline__item::after{
    display: none !important;
  }

  .nhh-timeline{
    overflow-x: hidden !important;
  }
}

@media (max-width: 767px){
  .nhh-timeline__year{
    grid-column: 2 !important;
    grid-row: 3 !important;
    justify-self: start !important;
    text-align: left !important;
    margin-top: 4px !important;
  }
}

body.archive main.site-main,
body.category main.site-main{
  padding-top: 90px !important;
}

body.archive .page-header .page-title,
body.category .page-header .page-title,
body.archive .page-title,
body.category .page-title{
  color: #341530 !important;
}

body.archive .entry-title,
body.archive .entry-title a,
body.category .entry-title,
body.category .entry-title a{
  color: #341530 !important;
}

body.category main#content.site-main,
body.archive  main#content.site-main{
  margin-top: 120px !important;
}

body.category .page-header,
body.archive  .page-header{
  margin-top: 20px !important;
}

@media (max-width: 767px){
  body.category main#content.site-main,
  body.archive  main#content.site-main{
    margin-top: 0 !important;
  }

  body.category .page-header,
  body.archive  .page-header{
    margin-top: 0 !important;
  }
}

body.category .page-title,
body.archive .page-title{
  font-family: "Montserrat", sans-serif !important;
  color: #341530 !important;
  margin-bottom: 40px !important;
}

body.category .entry-title,
body.category .entry-title a,
body.archive .entry-title,
body.archive .entry-title a{
  font-family: "Montserrat", sans-serif !important;
  color: #341530 !important;
}

body.category main#content.site-main,
body.archive  main#content.site-main{
  margin-top: 40px !important;
}

body.category .page-header,
body.archive  .page-header{
  margin-top: 20px !important;
}

@media (max-width: 767px){
  body.category main#content.site-main,
  body.archive  main#content.site-main{
    margin-top: 20px !important;
  }

  body.category .page-header,
  body.archive  .page-header{
    margin-top: 10px !important;
  }
}

.testimonial-bubble{
  position: relative;
  padding: 70px;
  overflow: visible !important;
  z-index: 1;
  filter: drop-shadow(0 25px 70px rgba(0,0,0,0.25));
  transition: transform .45s cubic-bezier(.2,.8,.2,1),
              filter .45s cubic-bezier(.2,.8,.2,1);
  will-change: transform, filter;
}

.testimonial-bubble::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #341530;
  border-radius: 48px;
  z-index: 0;
}

.testimonial-bubble::after{
  content: "";
  position: absolute;
  left: 110px;
  bottom: -16px;
  width: 32px;
  height: 32px;
  background: #341530;
  transform: rotate(45deg);
  border-radius: 8px;
  z-index: 0;
}

.testimonial-bubble > *{
  position: relative;
  z-index: 1;
}

.testimonial-bubble:hover{
  transform: translateY(-10px);
  filter: drop-shadow(0 30px 85px rgba(0,0,0,0.30));
}

.testimonial-bubble.tail-right::after{
  left: auto;
  right: 110px;
}

.testimonial-bubble .elementor-widget-rating{
  text-align: center;
}

.testimonial-bubble .e-rating-wrapper{
  display: inline-flex;
  width: fit-content;
  margin: 0 auto;
}

.testimonial-bubble .e-rating{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.testimonial-bubble .e-rating .e-icon svg{
  transition: transform .4s cubic-bezier(.2,.8,.2,1),
              filter .4s cubic-bezier(.2,.8,.2,1);
  will-change: transform, filter;
}

.testimonial-bubble:hover .e-rating .e-icon svg{
  transform: translateY(-2px);
  filter:
    drop-shadow(0 0 10px rgba(97,182,173,0.45))
    drop-shadow(0 8px 18px rgba(97,182,173,0.25));
}

@keyframes nhhStarTwinkle{
  0%, 100% { filter: drop-shadow(0 0 0 rgba(97,182,173,0)); }
  50%      { filter: drop-shadow(0 0 14px rgba(97,182,173,0.70)); }
}

.testimonial-bubble:hover .e-rating .e-icon:nth-child(1) svg{ animation: nhhStarTwinkle 0.9s ease-in-out 0ms 1; }
.testimonial-bubble:hover .e-rating .e-icon:nth-child(2) svg{ animation: nhhStarTwinkle 0.9s ease-in-out 90ms 1; }
.testimonial-bubble:hover .e-rating .e-icon:nth-child(3) svg{ animation: nhhStarTwinkle 0.9s ease-in-out 180ms 1; }
.testimonial-bubble:hover .e-rating .e-icon:nth-child(4) svg{ animation: nhhStarTwinkle 0.9s ease-in-out 270ms 1; }
.testimonial-bubble:hover .e-rating .e-icon:nth-child(5) svg{ animation: nhhStarTwinkle 0.9s ease-in-out 360ms 1; }

.testimonial-bubble .stars,
.testimonial-bubble .testimonial-title,
.testimonial-bubble .testimonial-body,
.testimonial-bubble .testimonial-name{
  opacity: 1;
  transform: translateY(0);
  transition: transform .6s cubic-bezier(.2,.8,.2,1),
              opacity .6s cubic-bezier(.2,.8,.2,1);
}

.testimonial-bubble:hover .stars{ transition-delay: 0ms; transform: translateY(-2px); }
.testimonial-bubble:hover .testimonial-title{ transition-delay: 60ms; transform: translateY(-2px); }
.testimonial-bubble:hover .testimonial-body{ transition-delay: 120ms; transform: translateY(-2px); }
.testimonial-bubble:hover .testimonial-name{ transition-delay: 180ms; transform: translateY(-2px); }

@media (max-width: 767px){
  .testimonial-bubble{
    padding: 44px;
  }
  .testimonial-bubble::before{
    border-radius: 34px;
  }
  .testimonial-bubble::after{
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(45deg);
  }
  .testimonial-bubble.tail-right::after{
    left: 50%;
    right: auto;
  }
}

.spotlight-testimonial {
  background: linear-gradient(
    165deg,
    #2C122B 0%,
    #341530 70%,
    #3A2A3D 85%,
    #4C7A75 100%
  ) !important;
}

.testimonial-bubble.light-card{
  filter: drop-shadow(0 20px 60px rgba(0,0,0,0.12));
}

.testimonial-bubble.light-card::before{
  background: #F7F7FA;
}

.testimonial-bubble.light-card::after{
  background: #F7F7FA;
}

.testimonial-bubble.light-card,
.testimonial-bubble.light-card p,
.testimonial-bubble.light-card .testimonial-title,
.testimonial-bubble.light-card .testimonial-body,
.testimonial-bubble.light-card .testimonial-name{
  color: #341530;
}

.testimonial-bubble.light-card .e-rating .e-icon svg{
  fill: #65918C;
}

.testimonial-bubble.testimonial-purple::before,
.testimonial-bubble.testimonial-purple::after{
  background: #72376D !important;
}

.testimonial-bubble.testimonial-purple,
.testimonial-bubble.testimonial-purple p,
.testimonial-bubble.testimonial-purple .testimonial-title,
.testimonial-bubble.testimonial-purple .testimonial-body,
.testimonial-bubble.testimonial-purple .testimonial-name{
  color: #F7F7FA !important;
}

.testimonial-bubble.testimonial-bluegreen::before,
.testimonial-bubble.testimonial-bluegreen::after{
  background: #65918C !important;
}

.testimonial-bubble.testimonial-bluegreen,
.testimonial-bubble.testimonial-bluegreen p,
.testimonial-bubble.testimonial-bluegreen .testimonial-title,
.testimonial-bubble.testimonial-bluegreen .testimonial-body,
.testimonial-bubble.testimonial-bluegreen .testimonial-name{
  color: #F7F7FA !important;
}

.testimonial-bubble.testimonial-bluegreen:hover .e-rating .e-icon svg{
  filter:
    drop-shadow(0 0 10px rgba(255,255,255,0.35))
    drop-shadow(0 8px 18px rgba(255,255,255,0.25));
}

.spotlight-testimonial.spotlight-bluegreen {
  background: linear-gradient(
    165deg,
    #5F8782 0%,
    #65918C 60%,
    #5A7E7A 85%,
    #341530 100%
  ) !important;
}

@media (max-width: 767px) {

  .testimonial-grid,
  .testimonial-wrapper,
  .elementor-column-gap-default {
    row-gap: 30px !important;
  }

  .testimonial-bubble {
    margin-bottom: 30px !important;
  }

}

@media (max-width: 767px) {

  .testimonial-grid,
  .testimonial-wrapper,
  .elementor-column-gap-default {
    row-gap: 30px !important;
  }

  .testimonial-bubble {
    margin-bottom: 30px !important;
  }

}

@media (max-width: 767px){

  .testimonial-bubble .testimonial-title .elementor-heading-title{
    font-size: clamp(34px, 7vw, 52px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    max-width: 14ch;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

}

@media (max-width: 767px){

  .testimonial-bubble .testimonial-title .elementor-heading-title{
    font-size: clamp(34px, 7vw, 52px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    word-spacing: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
    max-width: 14ch;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }

}

.nhh-logo img,
.nhh-real img{
opacity:0;
animation:nhhLogosFade 1.6s ease forwards;
}

.nhh-divider{
overflow:hidden;
}

.nhh-divider img{
opacity:0;
transform:translateX(-120px);
will-change:transform,opacity;
animation:nhhDividerSwipe 1.2s cubic-bezier(.2,.8,.2,1) .5s forwards;
}

@keyframes nhhLogosFade{
0%{
opacity:0;
}
100%{
opacity:1;
}
}

@keyframes nhhDividerSwipe{
0%{
opacity:0;
transform:translateX(-120px);
}
40%{
opacity:1;
}
100%{
opacity:1;
transform:translateX(0);
}
}

@media (prefers-reduced-motion:reduce){

.nhh-logo img,
.nhh-real img,
.nhh-divider img{
animation:none!important;
opacity:1!important;
transform:none!important;
}

}
.nhh-card .elementor-widget-button{
  margin-top:auto;
}
.care-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.care-card > .elementor-widget-wrap,
.care-card > .elementor-element-populated,
.care-card > .e-con-inner,
.care-card > .e-con {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.care-card .elementor-widget-container {
  flex: 1;
}

.home-filter-bar {
  margin-top: 10px;
}

.home-filter-bar .panel.panel-default {
  border: 1px solid #ddd8de;
  border-radius: 14px;
  box-shadow: none;
  overflow: hidden;
  background: #fff;
}

.home-filter-bar .panel-heading {
  cursor: pointer;
  user-select: none;
  background: #fff;
  border: none;
  border-top: 1px solid #eee7ec;
  color: #5d5d5d;
  font-size: 14px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-filter-bar .panel-heading:hover {
  background: #faf7fa;
}

.home-filter-bar .panel-body {
  border-top: 1px solid #eee7ec;
  padding: 18px;
  background: #fcfbfc;
}

.home-filter-bar .panel-footer {
  border-top: 0;
  background: #fcfbfc;
  padding: 0 18px 18px;
}

.home-filter-bar input.form-control[type="text"],
.home-filter-bar input.form-control[type="number"],
.home-filter-bar input.form-control[type="search"],
.home-filter-bar select.form-control,
.home-filter-bar select {
  border-radius: 10px;
  min-height: 44px;
  border: 1px solid #ddd8de;
  box-shadow: none;
}

.home-filter-bar input.form-control[type="text"]:focus,
.home-filter-bar input.form-control[type="number"]:focus,
.home-filter-bar input.form-control[type="search"]:focus,
.home-filter-bar select.form-control:focus,
.home-filter-bar select:focus {
  border-color: #341530 !important;
  box-shadow: 0 0 0 2px rgba(52, 21, 48, 0.15) !important;
}

.home-filter-bar .slider-container .selected-bar {
  background: #341530 !important;
}

.home-filter-bar label {
  font-weight: 600;
  color: #4e4350;
  margin-bottom: 6px;
}

.home-filter-bar .btn.btn-primary {
  background: #65918c !important;
  border-color: #65918c !important;
  border-radius: 10px;
  font-weight: 700;
  min-height: 48px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.home-filter-bar .btn.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.home-filter-bar .btn.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.sc-rps-search-location-form {
  margin-bottom: 10px;
}

.sc-rps-search-location-form .input-group {
  border: 1px solid #ddd8de;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.sc-rps-search-location-form .form-control {
  border: none;
  box-shadow: none;
  height: 56px;
  font-size: 16px;
  padding-left: 18px;
}

.sc-rps-search-location-form .form-control:focus {
  box-shadow: none;
}

.btn-submit-look {
  background-color: #341530 !important;
  border-color: #341530 !important;
  border-radius: 10px !important;
  height: 56px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-submit-look:hover {
  background-color: #2a1127 !important;
  border-color: #2a1127 !important;
}

.btn-submit-look .fa {
  font-size: 16px;
}

.home-search-box .look-search-blurb a.advanced-search-link {
  color: #341530 !important;
  font-weight: 600;
  text-decoration: none;
}

.home-search-box .look-search-blurb a.advanced-search-link:hover {
  text-decoration: underline;
}
.btn-filter-search-results {
  background-color: #65918C !important;
  border-color: #65918C !important;
}

.btn-filter-search-results:hover,
.btn-filter-search-results:focus {
  background-color: #5a807b !important;
  border-color: #5a807b !important;
}
.rps-result-view .fa {
  color: #351430 !important;
}
.rps-result-view .fa {
  color: #351343 !important;
  transition: color 0.2s ease;
}

.rps-result-view:hover .fa {
  color: #65918C !important;
}

.rps-result-view.active .fa {
  color: #65918C !important;
}
.rps-result-view-map .fa,
.rps-result-view-map .fa-map-marker {
  color: #351343 !important;
  transition: color 0.2s ease;
}

.rps-result-view-map:hover .fa,
.rps-result-view-map:hover .fa-map-marker {
  color: #65918C !important;
}
.rps-posts-per-page {
  color: #341530 !important;
  transition: color 0.2s ease;
}

.rps-posts-per-page:hover {
  color: #65918C !important;
}

.rps-posts-per-page.active {
  color: #65918C !important;
}
.rps-listing .rps-ribbon,
.rps-property-result .rps-ribbon,
#rps-result-wrap .rps-ribbon {
  z-index: 5 !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  letter-spacing: .03em !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 12px 26px rgba(52,21,48,.18) !important;
}

.rps-listing .rps-ribbon.rps-ribbon-info.top-ribbon,
.rps-property-result .rps-ribbon.rps-ribbon-info.top-ribbon,
#rps-result-wrap .rps-ribbon.rps-ribbon-info.top-ribbon {
  background: #341530 !important;
  color: #FFFFFF !important;
  top: 14px !important;
  right: 14px !important;
  left: auto !important;
}
.rps-listing .rps-ribbon[class*="open"],
.rps-property-result .rps-ribbon[class*="open"],
#rps-result-wrap .rps-ribbon[class*="open"] {
  background: #65918C !important;
  color: #FFFFFF !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  font-weight: 900 !important;
  letter-spacing: .03em !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  box-shadow: 0 12px 26px rgba(101,145,140,.22) !important;
}
#rps-result-wrap .rps-property-info {
  text-align: left !important;
  padding: 16px 18px 18px !important;
}

#rps-result-wrap .rps-property-info a,
#rps-result-wrap .rps-property-info a:link,
#rps-result-wrap .rps-property-info a:visited {
  text-decoration: none !important;
}

#rps-result-wrap .rps-property-info a h4 {
  color: #341530 !important;
  font-weight: 850 !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  margin: 0 0 6px 0 !important;
}

#rps-result-wrap .city-province-postalcode {
  color: #606078 !important;
  font-weight: 650 !important;
  font-size: 0.98rem !important;
  margin: 0 0 10px 0 !important;
}

#rps-result-wrap .rps-result-features {
  margin: 6px 0 12px !important;
  padding: 0 !important;
  background: transparent !important;
}

#rps-result-wrap .rps-result-features span {
  display: inline !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #341530 !important;
  font-weight: 750 !important;
  font-size: .98rem !important;
  line-height: 1.4 !important;
}

#rps-result-wrap .rps-result-features span + span::before {
  content: " | ";
  color: rgba(52,21,48,.35) !important;
  font-weight: 700 !important;
  padding: 0 10px 0 6px;
}

#rps-result-wrap .rps-text-center-sm.text-muted,
#rps-result-wrap .text-muted {
  color: #606078 !important;
  font-weight: 600 !important;
  font-size: .95rem !important;
  margin-top: 10px !important;
  text-align: left !important;
}
#rps-result-wrap .rps-property-result {
  border-radius: 18px !important;
  overflow: hidden !important;
  border: 1px solid rgba(96,96,120,.18) !important;
  box-shadow: 0 16px 44px rgba(52,21,48,.10) !important;
}
#rps-result-wrap .image-holder {
  border-top-left-radius: 18px !important;
  border-top-right-radius: 18px !important;
  overflow: hidden !important;
}
#rps-result-wrap .rps-property-result {
  transition: transform .25s cubic-bezier(.22,.61,.36,1), box-shadow .25s ease !important;
}

#rps-result-wrap .rps-property-result:hover {
  transform: translate3d(0,-6px,0) !important;
}
#rps-result-wrap + nav.text-center,
nav.text-center:has(.result-pagination) {
  margin-top: 26px !important;
}

.result-pagination {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  flex-wrap: wrap !important;
}

.result-pagination li {
  margin: 0 !important;
  padding: 0 !important;
}

.result-pagination li a,
.result-pagination li span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  height: 44px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(96,96,120,.18) !important;
  background: #F7F7FA !important;
  color: #341530 !important;
  font-family: Montserrat, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: .98rem !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(52,21,48,.08) !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease !important;
}

.result-pagination li a:hover,
.result-pagination li a:focus {
  background: #65918C !important;
  color: #FFFFFF !important;
  border-color: #65918C !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 30px rgba(101,145,140,.22) !important;
  outline: none !important;
}

.result-pagination li.active span,
.result-pagination li .page-numbers.current {
  background: #341530 !important;
  color: #FFFFFF !important;
  border-color: #341530 !important;
  box-shadow: 0 14px 30px rgba(52,21,48,.18) !important;
}

.result-pagination li .next,
.result-pagination li .prev {
  padding: 0 18px !important;
  font-weight: 800 !important;
}

@media (max-width: 640px) {
  .result-pagination {
    gap: 8px !important;
  }

  .result-pagination li a,
  .result-pagination li span {
    min-width: 40px !important;
    height: 40px !important;
    font-size: .92rem !important;
    padding: 0 12px !important;
  }
}
.result-pagination li span.dots {
  pointer-events: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: rgba(52,21,48,.5) !important;
  font-weight: 700 !important;
}
.btn-result-filter {
  background-color: #65918C !important;
  border-color: #65918C !important;
  color: #FFFFFF !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
  transition: all 0.2s ease !important;
}

.btn-result-filter:hover,
.btn-result-filter:focus {
  background-color: #5a807b !important;
  border-color: #5a807b !important;
  transform: translateY(-1px);
}
.slider-container .selected-bar {
  background: #341530 !important;
}

.slider-container .pointer {
  background: #341530 !important;
  border: 2px solid #FFFFFF !important;
  box-shadow: 0 4px 10px rgba(52,21,48,.25) !important;
}

.slider-container .pointer-label {
  color: #341530 !important;
  font-weight: 700 !important;
}


.slider-container .back-bar {
  background: rgba(52,21,48,.15) !important;
}
.result-search-form-h .form-control:hover,
.result-search-form-h .form-control:focus {
  border-color: #341530 !important;
  box-shadow: 0 0 0 2px rgba(52,21,48,.12) !important;
  outline: none !important;
}