/* WEBTRUST_PREMIUM_HOME_V1 */

.wt-preview-stage{
  min-height:calc(100vh - 82px);
  display:grid;
  place-items:center;
  padding:80px 0;
  text-align:center;
}

.wt-preview-stage .wt-container{
  max-width:900px;
}

.wt-preview-kicker{
  margin:0 0 18px;
  color:var(--wt-gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:.22em;
}

.wt-preview-stage h1{
  margin:0;
  color:var(--wt-gold-light);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(36px,6vw,76px);
  line-height:1.03;
}

.wt-preview-stage p:last-child{
  max-width:720px;
  margin:24px auto 0;
  color:var(--wt-muted);
  font-size:17px;
  line-height:1.7;
}
