.block--hero-anchor .hero-anchor {
  padding: 320px 24px 120px 24px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .block--hero-anchor .hero-anchor {
    padding: 160px 0 120px;
  }
}
.block--hero-anchor .hero-anchor--green {
  background-color: var(--c-primary-light);
}
.block--hero-anchor .hero-anchor--yellow {
  background-color: var(--c-secondary-light);
}
.block--hero-anchor .hero-anchor--blue {
  background-color: var(--c-tertiary-light);
}
.block--hero-anchor .hero-anchor--white {
  background-color: var(--c-white);
}
.block--hero-anchor .hero-anchor--white .hero-anchor__buttons .button {
  border: 1px solid black;
}
.block--hero-anchor .hero-anchor:before {
  content: "";
  background-color: inherit;
  height: 100%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  top: 0;
  left: 0;
}
.block--hero-anchor .hero-anchor__content {
  max-width: 50%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .block--hero-anchor .hero-anchor__content {
    max-width: calc(100vw - 64px);
  }
}
.block--hero-anchor .hero-anchor .headline--wrapper {
  margin-bottom: 16px;
}
.block--hero-anchor .hero-anchor .headline--wrapper .headline {
  word-wrap: break-word;
}
.block--hero-anchor .hero-anchor__copy {
  margin-bottom: 24px;
}
.block--hero-anchor .hero-anchor__headline-buttons {
  margin-bottom: 12px;
}
.block--hero-anchor .hero-anchor__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 100%;
}
.block--hero-anchor .hero-anchor__buttons .button {
  border: none;
  border-radius: 50px;
}

section#search .block--hero-anchor .hero-anchor {
  padding: 320px 0 24px;
}
@media only screen and (max-width: 1024px) {
  section#search .block--hero-anchor .hero-anchor {
    padding: 160px 0 24px;
  }
}

section:first-of-type .grid:first-of-type .block:first-of-type.block--hero-anchor .hero-anchor--headline-only {
  padding: 320px 24px 0;
}
@media only screen and (max-width: 1024px) {
  section:first-of-type .grid:first-of-type .block:first-of-type.block--hero-anchor .hero-anchor--headline-only {
    padding: 180px 0 0;
  }
}
section:first-of-type .grid:first-of-type .block:first-of-type.block--hero-fullscreen .hero-fullscreen--top.hero-fullscreen--text-only {
  margin-top: 0;
  padding: 320px 24px 0;
}
@media only screen and (max-width: 1024px) {
  section:first-of-type .grid:first-of-type .block:first-of-type.block--hero-fullscreen .hero-fullscreen--top.hero-fullscreen--text-only {
    padding: 180px 0 0;
  }
}
section:first-of-type .grid:first-of-type .block:first-of-type.block--hero-fullscreen .hero-fullscreen--left.hero-fullscreen--text-only {
  margin-top: 320px;
}
@media only screen and (max-width: 1024px) {
  section:first-of-type .grid:first-of-type .block:first-of-type.block--hero-fullscreen .hero-fullscreen--left.hero-fullscreen--text-only {
    margin-top: 180px;
  }
}

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