/* Polish Community: prevent longer localized hero copy from entering the visual. */
.cv-page[data-polish="true"] .cv-hero-copy{
  position:relative;
  z-index:6;
  min-width:0;
}
.cv-page[data-polish="true"] .cv-hero h1{
  max-width:100%;
  font-size:clamp(46px,4.35vw,62px);
}
.cv-page[data-polish="true"] .cv-hero h1>span,
.cv-page[data-polish="true"] .cv-hero h1>em{
  white-space:normal;
}
.cv-page[data-polish="true"] .cv-hero-copy>p{
  width:100%;
  max-width:500px;
}
.cv-page[data-polish="true"] .cv-poll-float{
  left:8px;
}
@media(min-width:1051px){
  .cv-page[data-polish="true"] .cv-hero-grid{
    grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
    gap:86px;
  }
}
@media(max-width:760px){
  .cv-page[data-polish="true"] .cv-hero h1{
    font-size:clamp(39px,11vw,48px);
  }
  .cv-page[data-polish="true"] .cv-poll-float{
    left:0;
  }
}
