body {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  color: inherit;
  margin-bottom: 10px;
  font-size: 1rem;
}

img {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.lp-body {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100vh;
  display: grid;
  position: relative;
  overflow: clip;
}

.layer {
  z-index: 0;
  position: relative;
}

.layer.z-index-1 {
  z-index: 1;
}

.layer.z-index-2 {
  z-index: 2;
}

.bg-fw {
  object-fit: cover;
  height: 100%;
  position: relative;
}

.lp-cover {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 6rem;
  display: flex;
}

.logo {
  max-width: 20rem;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #ffd465;
  background-image: linear-gradient(#f8df9e, #ffd465 55%, #e4b53e);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button.secodary {
  background-color: #faf6ee;
  background-image: linear-gradient(#faf6ee, #f5ead3 55%, #e7d2a9);
}

.material-icon {
  text-transform: lowercase;
  font-family: Material Symbols, sans-serif;
}

.u-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-top {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.houses {
  z-index: 1;
  max-width: 40rem;
  margin-bottom: -3.5rem;
  position: relative;
}

.bottom-line {
  background-color: #000;
  width: 100%;
  height: 6rem;
}

.mascot {
  z-index: 5;
  max-width: 13rem;
  margin-bottom: 3rem;
  margin-left: -45.5rem;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .lp-body {
    height: auto;
  }

  .lp-cover {
    padding-bottom: 26rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mascot {
    margin-left: 0;
  }
}

#w-node-_147cf11f-9f76-94bf-a0c1-a265a1d1b1e5-29440a92, #w-node-cd86297b-6b3f-bdcc-ee90-05d6a2b3c8c7-29440a92, #w-node-_7ee81553-17a5-c079-3d9f-c3bd5f08537c-29440a92 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-cd86297b-6b3f-bdcc-ee90-05d6a2b3c8c7-29440a92 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


