.acf-block-preview.wp-block-acf-hero section,
main > section.wp-block-acf-hero {
  display: grid;
  grid-template-columns: var(--base-grid-single);
  background-color: var(--color-secondary-dark-super);
  max-height: max-content;
  width: 100%;
  text-align: center;
  grid-template-rows: 1fr 75px;
  gap: 0;
  padding: 0;
  margin: 0;
}
.acf-block-preview.wp-block-acf-hero section:has(+ section.background-white),
main > section.wp-block-acf-hero:has(+ section.background-white) {
  --next-section-background-color: var(--color-white);
}
.acf-block-preview.wp-block-acf-hero section:has(+ section.background-gray), .acf-block-preview.wp-block-acf-hero section:has(+ section.background-gray-light),
main > section.wp-block-acf-hero:has(+ section.background-gray),
main > section.wp-block-acf-hero:has(+ section.background-gray-light) {
  --next-section-background-color: var(--color-gray-light);
}
.acf-block-preview.wp-block-acf-hero section:has(+ section.background-primary-light),
main > section.wp-block-acf-hero:has(+ section.background-primary-light) {
  --next-section-background-color: var(--color-primary-light);
}
.acf-block-preview.wp-block-acf-hero section:has(+ section.background-primary-dark),
main > section.wp-block-acf-hero:has(+ section.background-primary-dark) {
  --next-section-background-color: var(--color-primary-dark);
}
.acf-block-preview.wp-block-acf-hero section:has(+ section.background-secondary-dark),
main > section.wp-block-acf-hero:has(+ section.background-secondary-dark) {
  --next-section-background-color: var(--color-secondary-dark);
}
.acf-block-preview.wp-block-acf-hero section:has(+ section.background-secondary-dark-super),
main > section.wp-block-acf-hero:has(+ section.background-secondary-dark-super) {
  --next-section-background-color: var(--color-secondary-dark-super);
}
.acf-block-preview.wp-block-acf-hero section .inner,
main > section.wp-block-acf-hero .inner {
  grid-row: 1;
  grid-column: 1/-1;
  display: grid;
  grid-template-rows: auto;
  max-width: none;
  padding-inline: 0;
}
.acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content,
.acf-block-preview.wp-block-acf-hero section .inner .content,
main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content,
main > section.wp-block-acf-hero .inner .content {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  gap: var(--spacing-small);
  justify-self: center;
  z-index: 2;
  grid-column: content;
  padding-block: var(--spacing-large);
  grid-row: 1;
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  gap: var(--spacing-small);
}
.acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content p + h1,
.acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content h1 + p,
.acf-block-preview.wp-block-acf-hero section .inner .content p + h1,
.acf-block-preview.wp-block-acf-hero section .inner .content h1 + p,
main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content p + h1,
main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content h1 + p,
main > section.wp-block-acf-hero .inner .content p + h1,
main > section.wp-block-acf-hero .inner .content h1 + p {
  margin-top: 0;
}
.acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content h1 + p,
.acf-block-preview.wp-block-acf-hero section .inner .content h1 + p,
main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content h1 + p,
main > section.wp-block-acf-hero .inner .content h1 + p {
  text-wrap: balance;
}
.acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content .cta-container,
.acf-block-preview.wp-block-acf-hero section .inner .content .cta-container,
main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content .cta-container,
main > section.wp-block-acf-hero .inner .content .cta-container {
  margin-top: var(--spacing-medium);
}
.acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)),
.acf-block-preview.wp-block-acf-hero section .inner .content:has(.cta:nth-of-type(2)),
main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)),
main > section.wp-block-acf-hero .inner .content:has(.cta:nth-of-type(2)) {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-flow: row;
}
.acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) h1, .acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) p, .acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) .cta-container,
.acf-block-preview.wp-block-acf-hero section .inner .content:has(.cta:nth-of-type(2)) h1,
.acf-block-preview.wp-block-acf-hero section .inner .content:has(.cta:nth-of-type(2)) p,
.acf-block-preview.wp-block-acf-hero section .inner .content:has(.cta:nth-of-type(2)) .cta-container,
main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) h1,
main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) p,
main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) .cta-container,
main > section.wp-block-acf-hero .inner .content:has(.cta:nth-of-type(2)) h1,
main > section.wp-block-acf-hero .inner .content:has(.cta:nth-of-type(2)) p,
main > section.wp-block-acf-hero .inner .content:has(.cta:nth-of-type(2)) .cta-container {
  grid-column: 1/-1;
}
.acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) .cta-container,
.acf-block-preview.wp-block-acf-hero section .inner .content:has(.cta:nth-of-type(2)) .cta-container,
main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) .cta-container,
main > section.wp-block-acf-hero .inner .content:has(.cta:nth-of-type(2)) .cta-container {
  padding-top: var(--spacing-medium);
}
.acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) .cta-container .listing,
.acf-block-preview.wp-block-acf-hero section .inner .content:has(.cta:nth-of-type(2)) .cta-container .listing,
main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) .cta-container .listing,
main > section.wp-block-acf-hero .inner .content:has(.cta:nth-of-type(2)) .cta-container .listing {
  justify-content: center;
}
@media (min-width: 890px) {
  .acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) .cta-container .listing,
  .acf-block-preview.wp-block-acf-hero section .inner .content:has(.cta:nth-of-type(2)) .cta-container .listing,
  main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) .cta-container .listing,
  main > section.wp-block-acf-hero .inner .content:has(.cta:nth-of-type(2)) .cta-container .listing {
    justify-content: start;
  }
}
.acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) .cta-container a,
.acf-block-preview.wp-block-acf-hero section .inner .content:has(.cta:nth-of-type(2)) .cta-container a,
main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content:has(.cta:nth-of-type(2)) .cta-container a,
main > section.wp-block-acf-hero .inner .content:has(.cta:nth-of-type(2)) .cta-container a {
  font-size: var(--font-size-base-medium);
}
.acf-block-preview.wp-block-acf-hero section .inner .acf-block-preview.wp-block-acf-hero-content .content,
main > section.wp-block-acf-hero .inner .acf-block-preview.wp-block-acf-hero-content .content {
  grid-column: 1;
}
@media (min-width: 1024px) {
  .acf-block-preview.wp-block-acf-hero section .inner p:not([class]),
  main > section.wp-block-acf-hero .inner p:not([class]) {
    font-size: var(--font-size-base-large);
  }
}
.acf-block-preview.wp-block-acf-hero section .divider,
main > section.wp-block-acf-hero .divider {
  grid-column: 1/-1;
  grid-row: 2;
  z-index: 5;
  display: flex;
  height: 75px;
  overflow: clip;
}
.acf-block-preview.wp-block-acf-hero section .divider svg,
main > section.wp-block-acf-hero .divider svg {
  width: 100%;
  max-height: 76px;
  transform: rotate(180deg);
  display: block;
  margin: 0;
  flex-grow: 1;
  align-self: end;
}
.acf-block-preview.wp-block-acf-hero section .divider svg path,
main > section.wp-block-acf-hero .divider svg path {
  fill: var(--next-section-background-color, var(--color-secondary-dark));
}
.acf-block-preview.wp-block-acf-hero section.style-home .acf-block-preview.wp-block-acf-hero-content,
.acf-block-preview.wp-block-acf-hero section.style-home .content,
main > section.wp-block-acf-hero.style-home .acf-block-preview.wp-block-acf-hero-content,
main > section.wp-block-acf-hero.style-home .content {
  padding-block: var(--spacing-giant) var(--spacing-huge);
}
@media (min-width: 1024px) {
  .acf-block-preview.wp-block-acf-hero section.style-home .inner,
  main > section.wp-block-acf-hero.style-home .inner {
    grid-template-columns: var(--base-halves);
    grid-column: 1/-1;
  }
  .acf-block-preview.wp-block-acf-hero section.style-home .inner .acf-block-preview.wp-block-acf-hero-content,
  .acf-block-preview.wp-block-acf-hero section.style-home .inner .content,
  main > section.wp-block-acf-hero.style-home .inner .acf-block-preview.wp-block-acf-hero-content,
  main > section.wp-block-acf-hero.style-home .inner .content {
    grid-column: content-left;
    padding-block: var(--spacing-giant) var(--spacing-huge);
    align-self: end;
  }
  .acf-block-preview.wp-block-acf-hero section.style-home .acf-block-preview.wp-block-acf-hero-content .content,
  main > section.wp-block-acf-hero.style-home .acf-block-preview.wp-block-acf-hero-content .content {
    grid-column: 1;
  }
}
@media (max-width: 1023px) {
  .acf-block-preview.wp-block-acf-hero section.style-home .cta-container .listing.left,
  main > section.wp-block-acf-hero.style-home .cta-container .listing.left {
    justify-content: center;
  }
}
.acf-block-preview.wp-block-acf-hero section.style-basic .acf-block-preview.wp-block-acf-hero-content,
.acf-block-preview.wp-block-acf-hero section.style-basic .content,
main > section.wp-block-acf-hero.style-basic .acf-block-preview.wp-block-acf-hero-content,
main > section.wp-block-acf-hero.style-basic .content {
  padding-block: var(--spacing-giant) var(--spacing-huge);
}
@media (min-width: 1024px) {
  .acf-block-preview.wp-block-acf-hero section.style-basic .inner,
  main > section.wp-block-acf-hero.style-basic .inner {
    grid-template-columns: var(--grid-12);
  }
  .acf-block-preview.wp-block-acf-hero section.style-basic .acf-block-preview.wp-block-acf-hero-content,
  .acf-block-preview.wp-block-acf-hero section.style-basic .content,
  main > section.wp-block-acf-hero.style-basic .acf-block-preview.wp-block-acf-hero-content,
  main > section.wp-block-acf-hero.style-basic .content {
    grid-column: 3/span 8;
    padding-block: var(--spacing-giant) var(--spacing-huge);
    align-self: end;
  }
  .acf-block-preview.wp-block-acf-hero section.style-basic .acf-block-preview.wp-block-acf-hero-content .content,
  main > section.wp-block-acf-hero.style-basic .acf-block-preview.wp-block-acf-hero-content .content {
    grid-column: 1;
  }
}
.acf-block-preview.wp-block-acf-hero section div.background-photo,
main > section.wp-block-acf-hero div.background-photo {
  overflow: hidden;
  z-index: 1;
  grid-column: 1/-1;
  grid-row: 1/span 2;
  position: relative;
  height: 100%;
}
.acf-block-preview.wp-block-acf-hero section div.background-photo figure,
main > section.wp-block-acf-hero div.background-photo figure {
  height: 100%;
  z-index: 1;
}
.acf-block-preview.wp-block-acf-hero section div.background-photo img,
main > section.wp-block-acf-hero div.background-photo img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
.acf-block-preview.wp-block-acf-hero section div.background-photo svg.overlay,
main > section.wp-block-acf-hero div.background-photo svg.overlay {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.9;
}
.acf-block-preview.wp-block-acf-hero section div.background-photo svg.overlay .stars-bottom path, .acf-block-preview.wp-block-acf-hero section div.background-photo svg.overlay .stars-top path,
main > section.wp-block-acf-hero div.background-photo svg.overlay .stars-bottom path,
main > section.wp-block-acf-hero div.background-photo svg.overlay .stars-top path {
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 3%);
}
.acf-block-preview.wp-block-acf-hero section div.background-photo svg.overlay path.hill-foreground,
main > section.wp-block-acf-hero div.background-photo svg.overlay path.hill-foreground {
  fill: hsl(from var(--color-secondary-dark) h s l);
  filter: drop-shadow(3px 3px 20px rgba(0, 0, 0, 0.4));
}
.acf-block-preview.wp-block-acf-hero section div.background-photo svg.overlay path.hill-middle,
main > section.wp-block-acf-hero div.background-photo svg.overlay path.hill-middle {
  fill: hsl(from var(--color-black) h s calc(l + 10));
  filter: drop-shadow(3px 3px 20px rgba(0, 0, 0, 0.4));
}
.acf-block-preview.wp-block-acf-hero section div.background-photo svg.overlay path.hill-background,
main > section.wp-block-acf-hero div.background-photo svg.overlay path.hill-background {
  fill: hsl(from var(--color-black) h s calc(l - 10));
  filter: drop-shadow(3px 3px 20px rgba(0, 0, 0, 0.4));
}
@keyframes sky {
  0% {
    transform: scale(1) translateX(0) translateY(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: scale(1.1) translateX(-10%) translateY(-10%);
    opacity: 0;
  }
}
.acf-block-preview.wp-block-acf-hero section div.background-photo svg.overlay rect.sky,
main > section.wp-block-acf-hero div.background-photo svg.overlay rect.sky {
  animation: sky 35s infinite linear;
}
@media (min-width: 890px) {
  .acf-block-preview.wp-block-acf-hero section.style-home:is(.style-home), .acf-block-preview.wp-block-acf-hero section.style-basic:is(.style-home),
  main > section.wp-block-acf-hero.style-home:is(.style-home),
  main > section.wp-block-acf-hero.style-basic:is(.style-home) {
    text-align: left;
    position: relative;
    background-color: var(--color-secondary-dark-super);
  }
  .acf-block-preview.wp-block-acf-hero section.style-home:is(.style-home) .inner, .acf-block-preview.wp-block-acf-hero section.style-basic:is(.style-home) .inner,
  main > section.wp-block-acf-hero.style-home:is(.style-home) .inner,
  main > section.wp-block-acf-hero.style-basic:is(.style-home) .inner {
    grid-column: 1/-1;
    grid-template-columns: var(--base-grid-halves);
    grid-row: 1;
    z-index: 2;
    background-color: transparent;
    grid-row: 1;
  }
  .acf-block-preview.wp-block-acf-hero section.style-home:is(.style-home) .content, .acf-block-preview.wp-block-acf-hero section.style-basic:is(.style-home) .content,
  main > section.wp-block-acf-hero.style-home:is(.style-home) .content,
  main > section.wp-block-acf-hero.style-basic:is(.style-home) .content {
    justify-self: start;
    grid-column: content-left;
    display: grid;
    grid-template-columns: 100%;
    grid-row: 1;
    z-index: 2;
    align-content: center;
    padding-block: var(--spacing-giant) var(--spacing-huge);
  }
  .acf-block-preview.wp-block-acf-hero section.style-home:is(.style-home) .background-photo:after, .acf-block-preview.wp-block-acf-hero section.style-basic:is(.style-home) .background-photo:after,
  main > section.wp-block-acf-hero.style-home:is(.style-home) .background-photo:after,
  main > section.wp-block-acf-hero.style-basic:is(.style-home) .background-photo:after {
    background-image: linear-gradient(45deg, hsl(from var(--color-secondary-dark-super) h s l/1) 10%, hsl(from var(--color-secondary-dark-super) h s l/0) 75%);
  }
  .acf-block-preview.wp-block-acf-hero section.style-home:is(.style-basic), .acf-block-preview.wp-block-acf-hero section.style-basic:is(.style-basic),
  main > section.wp-block-acf-hero.style-home:is(.style-basic),
  main > section.wp-block-acf-hero.style-basic:is(.style-basic) {
    text-align: center;
    position: relative;
    background-color: var(--color-secondary-dark-super);
  }
  .acf-block-preview.wp-block-acf-hero section.style-home:is(.style-basic) .background-photo:after, .acf-block-preview.wp-block-acf-hero section.style-basic:is(.style-basic) .background-photo:after,
  main > section.wp-block-acf-hero.style-home:is(.style-basic) .background-photo:after,
  main > section.wp-block-acf-hero.style-basic:is(.style-basic) .background-photo:after {
    background-image: linear-gradient(to top, hsl(from var(--color-secondary-dark-super) h s l/1) 10%, hsl(from var(--color-secondary-dark-super) h s l/0) 75%);
  }
  .acf-block-preview.wp-block-acf-hero section.style-home:before, .acf-block-preview.wp-block-acf-hero section.style-basic:before,
  main > section.wp-block-acf-hero.style-home:before,
  main > section.wp-block-acf-hero.style-basic:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: clamp(3.125rem, -1.562rem + 12.5vw, 9.375rem);
    /* min: 50px, max: 150px */
    width: 100%;
    background-image: linear-gradient(hsl(from var(--color-secondary-dark-super) h s l/1) 0%, hsl(from var(--color-secondary-dark-super) h s l/0) 100%);
    z-index: 5;
  }
  .acf-block-preview.wp-block-acf-hero section.style-home .background-photo, .acf-block-preview.wp-block-acf-hero section.style-basic .background-photo,
  main > section.wp-block-acf-hero.style-home .background-photo,
  main > section.wp-block-acf-hero.style-basic .background-photo {
    grid-column: 1/-1;
    grid-row: 1/span 2;
    position: relative;
    z-index: 0;
    display: flex;
  }
  .acf-block-preview.wp-block-acf-hero section.style-home .background-photo:after, .acf-block-preview.wp-block-acf-hero section.style-basic .background-photo:after,
  main > section.wp-block-acf-hero.style-home .background-photo:after,
  main > section.wp-block-acf-hero.style-basic .background-photo:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .acf-block-preview.wp-block-acf-hero section.style-home .background-photo figure, .acf-block-preview.wp-block-acf-hero section.style-basic .background-photo figure,
  main > section.wp-block-acf-hero.style-home .background-photo figure,
  main > section.wp-block-acf-hero.style-basic .background-photo figure {
    position: relative;
    overflow: clip;
    background-color: var(--color-marine-dark);
    flex-grow: 1;
  }
  .acf-block-preview.wp-block-acf-hero section.style-home .background-photo figure img, .acf-block-preview.wp-block-acf-hero section.style-basic .background-photo figure img,
  main > section.wp-block-acf-hero.style-home .background-photo figure img,
  main > section.wp-block-acf-hero.style-basic .background-photo figure img {
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    margin: 0;
    display: block;
  }
  .acf-block-preview.wp-block-acf-hero section.style-home .cta-container .listing, .acf-block-preview.wp-block-acf-hero section.style-basic .cta-container .listing,
  main > section.wp-block-acf-hero.style-home .cta-container .listing,
  main > section.wp-block-acf-hero.style-basic .cta-container .listing {
    justify-content: start;
  }
  .acf-block-preview.wp-block-acf-hero section.style-home h1, .acf-block-preview.wp-block-acf-hero section.style-basic h1,
  main > section.wp-block-acf-hero.style-home h1,
  main > section.wp-block-acf-hero.style-basic h1 {
    text-shadow: 5px 5px 0px hsl(from var(--color-secondary-dark-super) h s l/0.7);
  }
  .acf-block-preview.wp-block-acf-hero section.style-home p, .acf-block-preview.wp-block-acf-hero section.style-basic p,
  main > section.wp-block-acf-hero.style-home p,
  main > section.wp-block-acf-hero.style-basic p {
    font-weight: var(--font-weight-600);
  }
}
.acf-block-preview.wp-block-acf-hero section:has(+ section.divider.overlap-top) .content,
main > section.wp-block-acf-hero:has(+ section.divider.overlap-top) .content {
  padding-bottom: var(--spacing-giant);
}