html,
body{
  overflow-x:hidden;
}

.lp-sections .container{
  width:min(1380px, calc(100% - 48px));
  margin-inline:auto;
  min-width:0;
}

.lp-sections .section > .container,
.lp-hero .hero2-grid,
.lp-proof-grid,
.lp-grid-2,
.lp-story-grid,
.lp-author-grid,
.lp-contact-grid,
.lp-hero-stack,
.lp-grid-split-sections,
.lp-builder-grid{
  min-width:0;
}

.lp-hero .hero2-grid > *,
.lp-proof-grid > *,
.lp-grid-2 > *,
.lp-story-grid > *,
.lp-author-grid > *,
.lp-contact-grid > *,
.lp-grid-split-sections > *,
.lp-builder-grid > *{
  min-width:0;
}

.lp-meta-chip{
  max-width:100%;
  white-space:normal;
  text-align:center;
}

.lp-icon-item{
  display:grid !important;
  grid-template-columns:24px minmax(0,1fr) !important;
  align-items:start !important;
  column-gap:12px !important;
}

.lp-icon-item i{
  display:block !important;
  width:24px !important;
  min-width:24px !important;
  line-height:1.2 !important;
}

.lp-icon-item span{
  display:block !important;
  min-width:0 !important;
  width:100% !important;
  color:#506071 !important;
  font-size:16px !important;
  line-height:1.6 !important;
  visibility:visible !important;
  opacity:1 !important;
}

.lp-image-block{
  display:grid;
  align-content:start;
}

.lp-image-block > .lp-media,
.lp-image-block > .lp-photo{
  height:auto !important;
  min-height:0 !important;
}

.lp-image-block > .lp-media + .lp-card,
.lp-image-block > .lp-photo + .lp-card{
  margin-top:18px !important;
}

@media (max-width:760px){
  .lp-sections .container{
    width:min(100%, calc(100% - 24px));
  }
}

@media (max-width: 760px){
  .lp-hero.hero2{
    padding:18px 0 10px !important;
  }

  .lp-hero .hero2-grid,
  .lp-author-grid,
  .lp-proof-grid,
  .lp-grid-2,
  .lp-story-grid,
  .lp-contact-grid{
    grid-template-columns:minmax(0,1fr) !important;
  }

  .lp-hero-visual,
  .lp-image-block .lp-media,
  .lp-image-block .lp-photo{
    min-height:0 !important;
    height:auto !important;
    max-height:340px !important;
    aspect-ratio:4 / 3 !important;
  }

  .lp-photo-author{
    min-height:0 !important;
    height:auto !important;
    max-height:380px !important;
    aspect-ratio:4 / 5 !important;
  }

  .lp-hero-visual img,
  .lp-media img,
  .lp-photo img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
  }
}
