.hero {
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: start;
  background-size: cover;
  background-position: center;
  padding: 0 1.125rem;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--wp--preset--color--primary);
  width: 100%;
  max-height: 28.125rem;
}
.hero .conteiner {
  width: 100%;
}
.hero h1 {
  color: var(--wp--preset--color--base);
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  width: 100%;
  text-transform: none;
  width: 100%;
}
.hero .back-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 700;
  color: var(--wp--preset--color--base);
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}

.page, .archive {
  padding-top: 30.5rem;
}

.editor-styles-wrapper .hero {
  position: relative !important;
}/*# sourceMappingURL=block.css.map */