:root {
  --start-page-hero-height: 840px;
  --border-radius-hero: 0;
  --border-radius-image: 0;
  --dvz-border-radius-small: 0 !important;
  --dvz-border-radius-medium: 0 !important;
  --dvz-border-radius-large: 0 !important;
}
@media screen and (max-width: 767px) {
  :root {
    --start-page-hero-height: 500px;
  }
}