.cta {
  box-sizing: content-box;
  overflow: hidden;
  padding: var(--wdg-gap-medium) var(--wdg-gap-block);
  position: relative;
}
.cta.alignfull .cta__layout {
  margin-inline: auto;
  max-width: var(--wdg-width-wide);
}
.cta__layout {
  display: flex;
  flex-direction: column;
  gap: var(--wdg-gap-block) var(--wdg-gap-gutter);
  justify-content: space-between;
  position: relative;
}
@media (max-width: 61.9375em) {
  .cta__layout {
    text-align: center;
  }
}
@media (min-width: 62em) {
  .cta__layout {
    flex-direction: row;
  }
}
.cta__content {
  display: flex;
  flex-grow: 1;
  gap: var(--wdg-gap-block) var(--wdg-gap-gutter);
}
@media (max-width: 61.9375em) {
  .cta__content {
    flex-direction: column;
  }
}
.cta__content > * {
  margin: 0 !important;
}
@media (min-width: 62em) {
  .cta__content .wp-block-heading {
    flex: 0 0 33.333%;
  }
}
.cta__content p {
  flex: 0 1 66.666%;
  font-family: var(--wdg-font-sans);
}
.cta .wp-block-buttons {
  align-self: center;
  flex: none;
  margin: 0;
}
.cta--large {
  padding-block: calc(var(--wdg-gap-medium) * 1.5);
}
.cta--large .cta__layout {
  align-items: center;
  justify-content: space-between;
  margin-inline: auto;
  max-width: var(--wdg-width-wide);
}
.cta--large .cta__content {
  flex: 0 0 50%;
  flex-direction: column;
  row-gap: var(--wdg-gap-xsmall);
}
.cta--centered .cta__layout {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cta--centered .cta__layout .wp-block-heading,
.cta--centered .cta__layout p {
  flex: 0 1 auto;
}
.cta--centered .cta__content {
  flex-direction: column;
  flex-grow: unset;
}

.header:first-child[class*=cover]:has(+ .cta) {
  padding-block-end: var(--wdg-gap-medium);
}
.header:first-child[class*=cover] + .cta {
  margin-block-start: calc(var(--wdg-gap-medium) * -1) !important;
  margin-inline-end: 0;
  padding-inline-end: var(--wdg-gap-gutter) !important;
  padding-inline-start: max(var(--wdg-gap-gutter), (100vw - var(--wdg-width-wide)) / 2) !important;
  z-index: 5;
}
.header:first-child[class*=cover] + .cta .cta__layout {
  margin: 0;
  max-width: none;
}
.header:first-child[class*=cover] + .cta + .wp-block-group.alignfull.has-background:not(.is-style-contour-lines) {
  position: relative;
}
.header:first-child[class*=cover] + .cta + .wp-block-group.alignfull.has-background:not(.is-style-contour-lines)::before {
  background-color: var(--wdg-color-background);
  content: "";
  height: 100%;
  inset-block-start: 1px;
  inset-inline: 0;
  min-height: 12rem;
  position: absolute;
  transform: translateY(-100%);
  z-index: -1;
}

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