/* Generated by tools/build_plugin.py from assets/css/page.css and
   wordpress/header-overlay.css, minified. Edit those and rebuild; not this file. */
.nsvh-home.nsvh-home {
 font-weight: 400;
 font-style: normal;
 letter-spacing: normal;
 text-align: left;
 text-transform: none;
}
.nsvh-home.nsvh-home h1,
.nsvh-home.nsvh-home h2,
.nsvh-home.nsvh-home h3,
.nsvh-home.nsvh-home p,
.nsvh-home.nsvh-home ul,
.nsvh-home.nsvh-home li,
.nsvh-home.nsvh-home a,
.nsvh-home.nsvh-home button,
.nsvh-home.nsvh-home input,
.nsvh-home.nsvh-home select,
.nsvh-home.nsvh-home option,
.nsvh-home.nsvh-home label {
 font: inherit;
 color: inherit;
 letter-spacing: inherit;
 text-transform: none;
}
@font-face {
 font-family: Oswald;
 font-style: normal;
 font-weight: 400 600;
 font-display: swap;
 src: url('../fonts/oswald-latin-var.woff2') format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
 font-family: Lato;
 font-style: normal;
 font-weight: 400;
 font-display: swap;
 src: url('../fonts/lato-latin-400.woff2') format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
 font-family: Lato;
 font-style: normal;
 font-weight: 700;
 font-display: swap;
 src: url('../fonts/lato-latin-700.woff2') format('woff2');
 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
 --brand: #007072;
 --brand-dark: #005c5e;
 --brand-deep: #003f40;
 --accent: #0dbdad;
 --accent-soft: #8fe3d6;
 --ink: #1d1d22;
 --ink-soft: #4c5457;
 --line: #d9e5e4;
 --paper: #ffffff;
 --tint: #f1f7f6;
 --panel: #0b2e2d;
 --radius: 12px;
 --wrap: 1180px;
}
.nsvh-home.nsvh-home, .nsvh-home.nsvh-home *,
.nsvh-home.nsvh-home *::before,
.nsvh-home.nsvh-home *::after {
 box-sizing: border-box;
}
html {
 scroll-behavior: smooth;
 scrollbar-gutter: stable;
}
@media (prefers-reduced-motion: reduce) {
 html {
 scroll-behavior: auto;
 }
}
.nsvh-home.nsvh-home :focus-visible {
 outline: 3px solid var(--brand-dark);
 outline-offset: 2px;
}
.nsvh-home.nsvh-home .hero .btn:focus-visible,
.nsvh-home.nsvh-home .searchband :focus-visible,
.nsvh-home.nsvh-home .closing .btn:focus-visible,
.nsvh-home.nsvh-home .area__link:focus-visible,
.nsvh-home.nsvh-home .sitefooter a:focus-visible {
 outline-color: #fff;
}
.nsvh-home.nsvh-home {
 margin: 0;
 font-family: Lato, "Segoe UI", system-ui, sans-serif;
 font-size: 17px;
 line-height: 1.62;
 color: var(--ink);
 background: var(--paper);
 -webkit-font-smoothing: antialiased;
}
.nsvh-home.nsvh-home h1,
.nsvh-home.nsvh-home h2,
.nsvh-home.nsvh-home h3 {
 font-family: Oswald, "Arial Narrow", sans-serif;
 font-weight: 500;
 line-height: 1.14;
 margin: 0 0 .6em;
 letter-spacing: .01em;
 text-wrap: balance;
}
.nsvh-home.nsvh-home h1 {
 font-size: clamp(2.2rem, 4.6vw, 3.5rem);
}
.nsvh-home.nsvh-home h2 {
 font-size: clamp(1.7rem, 3vw, 2.45rem);
}
.nsvh-home.nsvh-home h3 {
 font-size: clamp(1.1rem, 1.5vw, 1.3rem);
}
.nsvh-home.nsvh-home p {
 margin: 0 0 1.05em;
 text-wrap: pretty;
}
.nsvh-home.nsvh-home a {
 color: var(--brand);
}
.nsvh-home.nsvh-home img {
 max-width: 100%;
 height: auto;
}
.nsvh-home.nsvh-home .wrap {
 width: 100%;
 max-width: var(--wrap);
 margin-inline: auto;
 padding-inline: 24px;
}
.nsvh-home.nsvh-home .btn {
 display: inline-block;
 font-family: Oswald, "Arial Narrow", sans-serif;
 font-size: 16px;
 letter-spacing: .04em;
 text-transform: uppercase;
 text-decoration: none;
 padding: 15px 32px;
 border-radius: 999px;
 border: 2px solid transparent;
 cursor: pointer;
 transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.nsvh-home.nsvh-home .btn--solid {
 background: var(--accent);
 color: var(--brand-deep);
}
.nsvh-home.nsvh-home .btn--solid:hover {
 background: #fff;
 color: var(--brand-dark);
}
.nsvh-home.nsvh-home .btn--ghost {
 background: transparent;
 color: #fff;
 border-color: #fff;
}
.nsvh-home.nsvh-home .btn--ghost:hover {
 background: #fff;
 color: var(--brand-dark);
}
.nsvh-home.nsvh-home .btn--outline {
 background: transparent;
 color: var(--brand-dark);
 border-color: var(--brand);
 font-size: 15px;
 padding: 12px 24px;
}
.nsvh-home.nsvh-home .btn--outline:hover {
 background: var(--brand);
 color: #fff;
}
.nsvh-home.nsvh-home .hero {
 position: relative;
 isolation: isolate;
 color: #fff;
 display: flex;
 flex-direction: column;
 padding-bottom: clamp(60px, 7vw, 104px);
 min-height: min(100vw / 2.15, 78vh, 760px);
}
.nsvh-home.nsvh-home .hero__photo {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: 50% 42%;
 z-index: -2;
}
.nsvh-home.nsvh-home .hero__scrim {
 position: absolute;
 inset: 0;
 z-index: -1;
 background:
 linear-gradient(180deg, rgba(3, 24, 24, 0) 58%, rgba(3, 24, 24, .46) 100%),
 linear-gradient(90deg, rgba(3, 24, 24, .70) 0%, rgba(3, 24, 24, .58) 40%, rgba(3, 24, 24, .24) 74%, rgba(3, 24, 24, .06) 100%);
}
.nsvh-home.nsvh-home .hero__inner {
 position: relative;
 flex: 1;
 display: flex;
 flex-direction: column;
 justify-content: center;
 padding-top: clamp(30px, 4vw, 62px);
}
.nsvh-home.nsvh-home .hero h1 {
 max-width: 19ch;
 margin-bottom: .35em;
 text-shadow: 0 2px 18px rgba(0, 0, 0, .35);
}
.nsvh-home.nsvh-home .hero__lead {
 max-width: 56ch;
 font-size: clamp(1rem, 1.3vw, 1.12rem);
 color: #eef5f4;
}
.nsvh-home.nsvh-home .hero__actions {
 display: flex;
 flex-wrap: wrap;
 gap: 14px;
 margin: 26px 0 0;
}
.nsvh-home.nsvh-home .searchband {
 position: relative;
 z-index: 2;
 margin-top: -46px;
 margin-bottom: 26px;
}
.nsvh-home.nsvh-home .searchform {
 display: grid;
 grid-template-columns: 1.2fr 1fr 1fr 1fr auto;
 gap: 14px;
 align-items: end;
 background: var(--panel);
 border-radius: var(--radius);
 padding: 20px 22px;
 box-shadow: 0 18px 40px rgba(3, 24, 24, .28);
}
.nsvh-home.nsvh-home .searchform__field {
 display: flex;
 flex-direction: column;
 gap: 6px;
 min-width: 0;
}
.nsvh-home.nsvh-home .searchform__field label {
 font-family: Oswald, "Arial Narrow", sans-serif;
 font-size: 12px;
 letter-spacing: .1em;
 text-transform: uppercase;
 color: #a9d2cf;
}
.nsvh-home.nsvh-home .searchform__field select,
.nsvh-home.nsvh-home .searchform__field input {
 font-family: inherit;
 font-size: 15px;
 color: var(--ink);
 background: #fff;
 border: 1px solid transparent;
 border-radius: 8px;
 padding: 12px 13px;
 width: 100%;
 min-height: 46px;
}
.nsvh-home.nsvh-home .searchform__field select:hover,
.nsvh-home.nsvh-home .searchform__field input:hover {
 border-color: var(--accent);
}
.nsvh-home.nsvh-home .searchform__submit {
 min-height: 46px;
 padding-block: 12px;
}
.nsvh-home.nsvh-home .section {
 padding-block: clamp(58px, 7vw, 98px);
}
.nsvh-home.nsvh-home .section--tint {
 background: var(--tint);
}
.nsvh-home.nsvh-home .section__action {
 margin: 40px 0 0;
 text-align: center;
}
.nsvh-home.nsvh-home .eyebrow {
 font-family: Oswald, "Arial Narrow", sans-serif;
 font-size: 13px;
 letter-spacing: .16em;
 text-transform: uppercase;
 color: var(--brand);
 margin-bottom: .8em;
}
.nsvh-home.nsvh-home .lead {
 font-size: 1.12rem;
 color: var(--ink);
}
.nsvh-home.nsvh-home .sectionhead {
 display: flex;
 align-items: flex-end;
 justify-content: space-between;
 gap: 36px;
 margin-bottom: 42px;
}
.nsvh-home.nsvh-home .sectionhead__copy {
 max-width: 66ch;
}
.nsvh-home.nsvh-home .sectionhead__copy p:last-child {
 margin-bottom: 0;
}
.nsvh-home.nsvh-home .sectionhead__action {
 flex: none;
}
.nsvh-home.nsvh-home .split {
 display: grid;
 grid-template-columns: 1.02fr .98fr;
 gap: clamp(32px, 4vw, 60px);
 align-items: center;
}
.nsvh-home.nsvh-home .split--reverse .split__media {
 order: -1;
}
.nsvh-home.nsvh-home .split__copy p:last-child {
 margin-bottom: 0;
}
.nsvh-home.nsvh-home .split__media img {
 display: block;
 width: 100%;
 aspect-ratio: 3 / 2;
 object-fit: cover;
 border-radius: var(--radius);
 box-shadow: 0 16px 34px rgba(3, 24, 24, .14);
}
.nsvh-home.nsvh-home .props {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: clamp(22px, 3vw, 40px);
 list-style: none;
 margin: clamp(44px, 5vw, 66px) 0 0;
 padding: 0;
 text-align: center;
}
.nsvh-home.nsvh-home .prop__icon {
 width: 34px;
 height: 34px;
 color: var(--brand);
 margin-bottom: 12px;
}
.nsvh-home.nsvh-home .prop h3 {
 margin-bottom: .5em;
}
.nsvh-home.nsvh-home .prop p {
 margin: 0;
 font-size: 15.5px;
 color: var(--ink-soft);
}
.nsvh-home.nsvh-home .rentals {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
 gap: 26px;
 list-style: none;
 margin: 0;
 padding: 0;
}
.nsvh-home.nsvh-home .rental__link {
 display: block;
 height: 100%;
 background: var(--paper);
 border: 1px solid var(--line);
 border-radius: var(--radius);
 overflow: hidden;
 text-decoration: none;
 color: inherit;
 transition: box-shadow .18s ease, transform .18s ease;
}
.nsvh-home.nsvh-home .rental__link:hover {
 box-shadow: 0 16px 32px rgba(3, 24, 24, .16);
 transform: translateY(-3px);
}
@media (prefers-reduced-motion: reduce) {
 .nsvh-home.nsvh-home .rental__link:hover {
 transform: none;
 }
}
.nsvh-home.nsvh-home .rental__media img {
 display: block;
 width: 100%;
 aspect-ratio: 4 / 3;
 object-fit: cover;
}
.nsvh-home.nsvh-home .rental__body {
 padding: 20px 22px 24px;
}
.nsvh-home.nsvh-home .rental__title {
 font-size: 1.15rem;
 margin-bottom: .3em;
}
.nsvh-home.nsvh-home .rental__location {
 margin: 0 0 14px;
 font-size: 15px;
 color: var(--ink-soft);
}
.nsvh-home.nsvh-home .rental__facts {
 display: flex;
 flex-wrap: wrap;
 gap: 8px 18px;
 list-style: none;
 margin: 0 0 14px;
 padding: 0;
 font-size: 14.5px;
 color: var(--ink-soft);
}
.nsvh-home.nsvh-home .rental__facts li {
 background: var(--tint);
 border-radius: 999px;
 padding: 4px 14px;
}
.nsvh-home.nsvh-home .rental__price {
 margin: 0 0 14px;
 font-family: Oswald, "Arial Narrow", sans-serif;
 font-size: 18px;
 color: var(--brand-dark);
}
.nsvh-home.nsvh-home .rental__cta {
 font-family: Oswald, "Arial Narrow", sans-serif;
 font-size: 14px;
 letter-spacing: .06em;
 text-transform: uppercase;
 color: var(--brand);
 border-bottom: 2px solid var(--accent);
 padding-bottom: 2px;
}
.nsvh-home.nsvh-home .rentals:has(.rental:only-child) {
 grid-template-columns: minmax(0, 1fr);
}
@media (min-width: 761px) {
 .nsvh-home.nsvh-home .rentals:has(.rental:only-child) .rental__link {
 display: grid;
 grid-template-columns: 46% 1fr;
 }
 .nsvh-home.nsvh-home .rentals:has(.rental:only-child) .rental__media {
 position: relative;
 min-height: 340px;
 }
 .nsvh-home.nsvh-home .rentals:has(.rental:only-child) .rental__media img {
 position: absolute;
 inset: 0;
 height: 100%;
 aspect-ratio: auto;
 }
 .nsvh-home.nsvh-home .rentals:has(.rental:only-child) .rental__body {
 align-self: center;
 padding: 32px 36px;
 }
 .nsvh-home.nsvh-home .rentals:has(.rental:only-child) .rental__title {
 font-size: 1.5rem;
 }
}
.nsvh-home.nsvh-home .areas {
 display: grid;
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 18px;
 list-style: none;
 margin: 0;
 padding: 0;
}
.nsvh-home.nsvh-home .area {
 min-width: 0;
}
.nsvh-home.nsvh-home .area__link {
 position: relative;
 isolation: isolate;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 gap: 10px;
 aspect-ratio: 3 / 2;
 min-height: 150px;
 height: 100%;
 width: 100%;
 padding: 22px 16px;
 border-radius: var(--radius);
 text-align: center;
 text-decoration: none;
 color: #fff;
 background: linear-gradient(155deg, var(--brand-dark) 0%, var(--brand-deep) 62%, #062524 100%);
 transition: transform .18s ease, box-shadow .18s ease;
}
.nsvh-home.nsvh-home .area--photo .area__link {
 justify-content: flex-end;
 gap: 4px;
 padding-bottom: 18px;
}
.nsvh-home.nsvh-home .area__photo {
 position: absolute;
 inset: 0;
 z-index: -2;
 width: 100%;
 height: 100%;
 object-fit: cover;
}
.nsvh-home.nsvh-home .area--photo .area__link::after {
 content: "";
 position: absolute;
 inset: 0;
 z-index: -1;
 background: linear-gradient(180deg, rgba(3, 24, 24, 0) 24%, rgba(3, 24, 24, .58) 62%, rgba(3, 24, 24, .88) 100%);
}
.nsvh-home.nsvh-home .area__name {
 font-family: Oswald, "Arial Narrow", sans-serif;
 font-size: clamp(1.05rem, 1.5vw, 1.3rem);
 letter-spacing: .01em;
}
.nsvh-home.nsvh-home .area__more {
 font-family: Oswald, "Arial Narrow", sans-serif;
 font-size: 12px;
 letter-spacing: .1em;
 text-transform: uppercase;
 color: var(--accent-soft);
}
.nsvh-home.nsvh-home a.area__link:hover {
 transform: translateY(-3px);
 box-shadow: 0 16px 30px rgba(3, 24, 24, .22);
}
@media (prefers-reduced-motion: reduce) {
 .nsvh-home.nsvh-home a.area__link:hover {
 transform: none;
 }
}
.nsvh-home.nsvh-home .closing {
 position: relative;
 isolation: isolate;
 color: #fff;
 padding-block: clamp(52px, 6vw, 82px);
}
.nsvh-home.nsvh-home .closing__photo {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
 object-position: 50% 58%;
 z-index: -2;
}
.nsvh-home.nsvh-home .closing__scrim {
 position: absolute;
 inset: 0;
 z-index: -1;
 background: linear-gradient(90deg, rgba(3, 24, 24, .86) 0%, rgba(3, 24, 24, .74) 52%, rgba(3, 24, 24, .58) 100%);
}
.nsvh-home.nsvh-home .closing__inner {
 position: relative;
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 36px;
}
.nsvh-home.nsvh-home .closing__copy {
 max-width: 62ch;
}
.nsvh-home.nsvh-home .closing__copy p:last-child {
 margin-bottom: 0;
 color: #eef5f4;
}
.nsvh-home.nsvh-home .closing .btn {
 flex: none;
}
.nsvh-home.nsvh-home .sitefooter {
 background: var(--brand-deep);
 color: #cfe7e5;
 font-size: 15px;
}
.nsvh-home.nsvh-home .sitefooter__inner {
 display: grid;
 grid-template-columns: 1.5fr 1fr 1fr 1fr;
 gap: clamp(28px, 4vw, 56px);
 padding-block: clamp(44px, 5vw, 66px);
}
.nsvh-home.nsvh-home .sitefooter h2 {
 font-size: 15px;
 letter-spacing: .12em;
 text-transform: uppercase;
 color: #fff;
 margin-bottom: 1.1em;
}
.nsvh-home.nsvh-home .sitefooter ul {
 list-style: none;
 margin: 0;
 padding: 0;
 display: grid;
 gap: 9px;
}
.nsvh-home.nsvh-home .sitefooter a {
 color: inherit;
 text-decoration: none;
}
.nsvh-home.nsvh-home .sitefooter a:hover {
 color: #fff;
 text-decoration: underline;
}
.nsvh-home.nsvh-home .sitefooter__brand img {
 display: block;
 width: 132px;
 height: auto;
 margin-bottom: 16px;
}
.nsvh-home.nsvh-home .sitefooter__brand p {
 max-width: 34ch;
 font-size: 14.5px;
}
.nsvh-home.nsvh-home .sitefooter__social {
 display: flex;
 gap: 14px;
}
.nsvh-home.nsvh-home .sitefooter__social a {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 38px;
 height: 38px;
 border-radius: 999px;
 background: rgba(255, 255, 255, .1);
}
.nsvh-home.nsvh-home .sitefooter__social a:hover {
 background: var(--accent);
 color: var(--brand-deep);
}
.nsvh-home.nsvh-home .sitefooter__social svg {
 width: 19px;
 height: 19px;
}
.nsvh-home.nsvh-home .sitefooter__base {
 border-top: 1px solid rgba(255, 255, 255, .16);
 font-size: 13.5px;
}
.nsvh-home.nsvh-home .sitefooter__base p {
 margin: 0;
 padding-block: 18px;
}
.nsvh-home.nsvh-home .sitefooter__baserow {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 gap: 8px 26px;
}
.nsvh-home.nsvh-home .sitefooter__legal {
 display: flex;
 flex-wrap: wrap;
 gap: 6px 20px;
}
.nsvh-home.nsvh-home .sitefooter__legal a {
 color: #cfe7e5;
 text-decoration: none;
}
.nsvh-home.nsvh-home .sitefooter__legal a:hover,
.nsvh-home.nsvh-home .sitefooter__legal a:focus-visible {
 color: #fff;
 text-decoration: underline;
}
.nsvh-home.nsvh-home .sitefooter__disclaimer {
 padding-top: 0;
 max-width: 74ch;
 color: #a7c2c1;
 font-size: 12.5px;
 line-height: 1.5;
}
@media (max-width: 1080px) {
 .nsvh-home.nsvh-home .searchform {
 grid-template-columns: 1fr 1fr 1fr;
 }
 .nsvh-home.nsvh-home .searchform__submit {
 grid-column: 1 / -1;
 }
 .nsvh-home.nsvh-home .sitefooter__inner {
 grid-template-columns: 1fr 1fr;
 }
}
@media (max-width: 900px) {
 .nsvh-home.nsvh-home .areas {
 grid-template-columns: repeat(2, minmax(0, 1fr));
 }
 .nsvh-home.nsvh-home .hero__scrim {
 background:
 linear-gradient(180deg, rgba(3, 24, 24, .5) 0%, rgba(3, 24, 24, .38) 55%, rgba(3, 24, 24, .55) 100%),
 linear-gradient(90deg, rgba(3, 24, 24, .3) 0%, rgba(3, 24, 24, .16) 50%, rgba(3, 24, 24, .08) 100%);
 }
 .nsvh-home.nsvh-home .searchband {
 margin-top: 0;
 margin-bottom: 0;
 background: var(--panel);
 padding-block: 24px;
 }
 .nsvh-home.nsvh-home .searchform {
 padding: 0;
 box-shadow: none;
 border-radius: 0;
 }
 .nsvh-home.nsvh-home .props {
 grid-template-columns: repeat(2, 1fr);
 }
 .nsvh-home.nsvh-home .split {
 grid-template-columns: minmax(0, 1fr);
 }
 .nsvh-home.nsvh-home .split--reverse .split__media {
 order: 0;
 }
 .nsvh-home.nsvh-home .sectionhead {
 flex-direction: column;
 align-items: flex-start;
 gap: 22px;
 }
 .nsvh-home.nsvh-home .closing__inner {
 flex-direction: column;
 align-items: flex-start;
 }
}
@media (max-width: 620px) {
 .nsvh-home.nsvh-home {
 font-size: 16px;
 }
 .nsvh-home.nsvh-home .searchform {
 grid-template-columns: minmax(0, 1fr);
 }
 .nsvh-home.nsvh-home .hero__actions .btn {
 flex: 1 1 100%;
 text-align: center;
 }
 .nsvh-home.nsvh-home .sitefooter__inner {
 grid-template-columns: minmax(0, 1fr);
 }
}
.entry-content.entry-content:has(.nsvh-home),
.wp-block-post-content.wp-block-post-content:has(.nsvh-home),
main.wp-block-group:has(.nsvh-home),
main.post-page-area:has(.nsvh-home) {
 max-width: none;
 padding-left: 0 !important;
 padding-right: 0 !important;
}
.wp-site-blocks:has(.nsvh-home) > .wp-block-cover {
 display: none;
}
main:has(.nsvh-home) > footer.wp-block-template-part {
 display: none;
}
.wp-site-blocks:has(.nsvh-home) {
 position: relative;
}
.wp-site-blocks:has(.nsvh-home) > header.wp-block-template-part {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 z-index: 20;
 background:
 linear-gradient(180deg, rgba(3, 24, 24, .62) 0%, rgba(3, 24, 24, .3) 72%, rgba(3, 24, 24, 0) 100%),
 linear-gradient(90deg, rgba(3, 24, 24, 0) 0%, rgba(3, 24, 24, 0) 50%, rgba(3, 24, 24, .34) 100%);
}
.wp-site-blocks:has(.nsvh-home) > header .has-custom-color-1-background-color {
 background-color: transparent !important;
}
main.post-page-area:has(.nsvh-home) {
 margin-top: 0;
 padding-top: 0 !important;
}
.entry-content:has(.nsvh-home) {
 margin-top: 0;
 padding-top: 0;
}
.wp-site-blocks:has(.nsvh-home) > header figure.wp-block-image img {
 visibility: hidden;
}
.wp-site-blocks:has(.nsvh-home) > header figure.wp-block-image {
 background: url(../img/logo-mark-web.png) center/contain no-repeat;
}
.wp-site-blocks:has(.nsvh-home) > header .wp-social-link-instagram {
 display: none;
}
.nsvh-home.nsvh-home {
 --nsvh-overlay-ready: 1;
}
.nsvh-home.nsvh-home .hero {
 padding-top: var(--nsvh-header-h, 264px);
}
@media (max-width: 900px) {
 .nsvh-home.nsvh-home .hero {
 padding-top: var(--nsvh-header-h, 291px);
 }
}
@media (max-width: 781px) {
 .nsvh-home.nsvh-home .hero {
 padding-top: var(--nsvh-header-h, 116px);
 }
}
@media (max-width: 575.98px) {
 .nsvh-home.nsvh-home .hero {
 padding-top: var(--nsvh-header-h, 150px);
 }
}
@media (max-width: 900px) {
 .wp-site-blocks:has(.nsvh-home) > header.wp-block-template-part {
 background: linear-gradient(180deg, rgba(3, 24, 24, .68) 0%, rgba(3, 24, 24, .6) 80%, rgba(3, 24, 24, .38) 100%);
 }
}
@media (max-width: 781px) {
 .wp-site-blocks:has(.nsvh-home) > header .wp-block-group.has-background {
 padding-top: 10px;
 padding-bottom: 10px;
 }
 .wp-site-blocks:has(.nsvh-home) > header .header-wrap {
 padding-inline: 16px;
 }
 .wp-site-blocks:has(.nsvh-home) > header .wp-block-column {
 flex-basis: auto !important;
 width: auto !important;
 flex-grow: 0 !important;
 padding: 0 !important;
 }
 .wp-site-blocks:has(.nsvh-home) > header .header-wrap > .wp-block-columns:first-child {
 flex-flow: row wrap;
 justify-content: center;
 align-items: center;
 gap: 2px 16px;
 font-size: 12px;
 }
 .wp-site-blocks:has(.nsvh-home) > header .header-wrap > .wp-block-columns:first-child p {
 text-align: center !important;
 margin: 0 !important;
 }
 .wp-site-blocks:has(.nsvh-home) > header .inner-menu-header {
 flex-flow: row nowrap !important;
 align-items: center;
 justify-content: flex-start !important;
 gap: 12px;
 padding: 0 !important;
 }
 .wp-site-blocks:has(.nsvh-home) > header .inner-menu-header > .wp-block-column:has(nav) {
 margin-left: auto;
 }
 .wp-site-blocks:has(.nsvh-home) > header figure.wp-block-image {
 max-width: 104px;
 margin: 0 !important;
 }
 .wp-site-blocks:has(.nsvh-home) > header nav.wp-block-navigation:not(:has(.is-menu-open)),
 .wp-site-blocks:has(.nsvh-home) > header nav.wp-block-navigation:not(:has(.is-menu-open)) a {
 font-size: 15px;
 }
 .wp-site-blocks:has(.nsvh-home) > header nav.wp-block-navigation:not(:has(.is-menu-open)) {
 gap: 6px 16px;
 }
}
