.landing #header, .landing #super-banner {
  display: none;
}
.landing section {
  background: #f7f9f4;
}
.landing section.tp-widget-wrapper {
  padding: 2rem 0 1rem;
  max-width: 100%;
}
.landing .heading-section {
  position: relative;
  overflow: hidden;
}
.landing .heading-section img {
  display: block;
}
.landing .heading-section .content {
  margin-bottom: 0;
}
.landing .planeat-pieces {
  position: absolute;
  width: auto;
  max-width: unset;
  min-width: unset;
  height: 6rem;
  top: -4.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.landing .content-section h1 {
  font-size: 2rem;
  line-height: 1.12;
}
.landing .content-section h2 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.landing .content-section .image-aside .logo {
  border-radius: 0;
  width: 100%;
  max-width: 15rem;
  display: block;
}
.landing .promo-code {
  font-weight: 900;
  letter-spacing: 0.01rem;
  display: inline-block;
  padding: 0.2rem 0.3rem;
  background: #dfe6d4;
  line-height: 1;
}
.landing .apps {
  text-align: center;
}
.landing .apps .app-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.landing .apps .app-badges a img {
  width: 15rem;
}

@media screen and (min-width: 32.5em) {
  .landing section.tp-widget-wrapper {
    padding: 3rem 0.75rem 2.7rem 0.5rem;
  }
}
@media screen and (max-width: 39.999em) {
  .landing .heading-section {
    padding-top: 2rem;
  }
  .landing .content-section .light-bg {
    background: #f7f9f4;
  }
  .landing section.tp-widget-wrapper {
    background: #fff;
  }
}
@media screen and (min-width: 40em) {
  .landing .heading-section {
    padding-top: 2.5rem;
  }
  .landing .content-section .image-aside .logo {
    max-width: 20rem;
  }
  .landing .content-section h1 {
    font-size: 2.5rem;
  }
  .landing .content-section h2 {
    font-size: 2rem;
  }
  .landing .planeat-pieces {
    height: 8rem;
    top: -4.8rem;
  }
  .landing section.tp-widget-wrapper {
    padding: 4rem 1.75rem 3.75rem 1.5rem;
  }
}
@media screen and (min-width: 80em) {
  .landing .content-section {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 100em) {
  .landing .content-section {
    font-size: 1.25rem;
  }
}/*# sourceMappingURL=landing-pages.css.map */