.editor-visual-editor__post-title-wrapper {
  display: none;
}

.mv img {
  width: 100%;
}
.mv--copy {
  display: flex;
  align-items: center;
  position: relative;
  min-height: calc(100dvh - var(--header-height));
}
.mv__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #ccc;
}
.mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  mix-blend-mode: multiply;
}
.mv--text-only {
  background-color: var(--main-color);
}
.mv--text-only .mv-content__main-copy, .mv--text-only .mv-content__sub-copy {
  filter: none;
  text-align: center;
}

.mv-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: var(--space-4xl) var(--container-gutter);
}
@media (max-width: 781px) {
  .mv-content {
    gap: 16px;
  }
}
.mv-content__main-copy {
  color: var(--white);
  font-weight: var(--font-weight-bold);
  font-size: 56px;
  line-height: 1.5;
  filter: drop-shadow(0 0 16px rgba(33, 72, 101, 0.8));
}
@media (max-width: 781px) {
  .mv-content__main-copy {
    font-size: 40px;
  }
}
.mv-content__sub-copy {
  color: var(--white);
  font-weight: var(--font-weight-bold);
  font-size: 20px;
  line-height: 2;
  filter: drop-shadow(0 0 8px rgba(33, 72, 101, 0.8));
}
@media (max-width: 781px) {
  .mv-content__sub-copy {
    font-size: 14px;
  }
}

.top-content {
  padding: var(--space-4xl) var(--container-gutter);
}
.top-content__inner {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
}

h2.wp-block-heading {
  display: block;
  margin: var(--space-4xl) 0 var(--space-xl);
  padding: 0;
  color: var(--main-color);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xl);
  line-height: var(--line-height);
}
h2.wp-block-heading::before, h2.wp-block-heading::after {
  all: unset;
}
h2.wp-block-heading.has-text-align-center {
  text-align: center;
}
h2.wp-block-heading.has-text-align-right {
  text-align: right;
}

h3.wp-block-heading {
  display: block;
  position: relative;
  margin: var(--space-2xl) 0 var(--space-md);
  color: var(--text-color);
  font-weight: var(--font-weight-bold);
  font-size: 32px;
  line-height: var(--line-height);
}
@media (max-width: 781px) {
  h3.wp-block-heading {
    font-size: 24px;
  }
}

.cta {
  margin: var(--space-4xl) 0;
}

/*# sourceMappingURL=top.css.map */
