h1 {
  color: #000;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}

.home_section-landing {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: hidden;
}

.nosso-img {
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
}

.nosso-img-wrapper {
  justify-content: center;
  align-items: center;
  height: 86vh;
  display: flex;
  overflow: hidden;
}

.txt-btn {
  color: #000;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.txt-btn:hover {
  text-decoration: line-through;
}

.top-bar {
  justify-content: space-between;
  align-items: center;
  height: 7vh;
  display: flex;
}

.links {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  display: flex;
}

.div-block-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.text-block {
  color: #000;
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.manifesto-overlay {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #00ff37;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 40vh;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 6rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.body {
  background-image: linear-gradient(45deg, #00ff37, #f6ff00 50%, red);
}

.div-block-7 {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  display: flex;
}

.div-block-8 {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.heading {
  font-size: 46px;
  line-height: 1;
}

.landing-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.trigger-close {
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.div-block-9 {
  position: absolute;
  inset: auto 0% 50vh auto;
}

.image {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  display: block;
}

.image-2 {
  width: 200px;
  height: 300px;
}

.bottom-bar {
  justify-content: space-between;
  align-items: center;
  height: 7vh;
  display: flex;
}

.slogan-wrapper {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: auto 3rem 5rem auto;
}

.slogan-img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }

  .heading {
    font-size: 38px;
  }

  .slogan-img {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  .manifesto-overlay {
    padding-right: 1rem;
  }

  .slogan-wrapper {
    right: 2rem;
  }

  .slogan-img {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }

  .home_section-landing {
    height: 100svh;
  }

  .slogan-wrapper {
    right: 1rem;
  }
}


