.hero {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0 1.125rem;
  max-height: 95vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.hero .redtext {
  display: inline-block;
  position: relative;
  font-family: var(--wp--preset--font-family--poltawski-nowy) !important;
}
.hero .redtext::before {
  content: "";
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 10%;
  background-color: var(--wp--preset--color--primary);
  border-radius: 30px;
  z-index: -1;
}
.hero h1 {
  color: var(--wp--preset--color--base);
  font-weight: 500;
  max-width: 48.125rem;
  margin: 1.875rem 0 0 0;
  line-height: 1;
  width: 100%;
  text-align: left;
  display: block;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
}
.hero-content {
  max-width: 90%;
}
.hero-content img {
  width: 100%;
  max-width: 254px;
}
.hero .conteiner {
  width: 100%;
  position: relative;
  display: block;
}

.page {
  padding-top: 100vh;
}

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