@page {
  margin: 16mm;
}

html,
body {
  background: #fff !important;
  color: #111 !important;
  font: 11pt/1.45 Arial, sans-serif !important;
}

*,
*::before,
*::after {
  box-shadow: none !important;
  text-shadow: none !important;
  animation: none !important;
  transition: none !important;
}

.site-header,
.ws-page-progress,
.ws-actions,
.ws-menu-toggle,
.ws-hero-visual,
.ws-story-visual,
.ws-demo-visual,
.ws-method-progress,
.ws-form-wrap,
.site-footer,
video,
iframe {
  display: none !important;
}

.ws-shell,
.ws-intro-grid,
.ws-demo-grid,
.ws-roxiel-grid,
.ws-contact-grid {
  display: block !important;
  width: auto !important;
  max-width: none !important;
}

.ws-section,
.ws-dark,
.ws-method,
.ws-roxiel,
.ws-contact {
  min-height: 0 !important;
  padding: 7mm 0 !important;
  background: #fff !important;
  color: #111 !important;
  break-inside: avoid;
}

h1,
h2,
h3,
p,
li,
a,
.ws-kicker,
.ws-lede,
.ws-contact a:not(.ws-button) {
  color: #111 !important;
}

h1,
h2,
h3 {
  break-after: avoid;
}

p,
li {
  orphans: 3;
  widows: 3;
}

a {
  text-decoration: underline;
}

.ws-method-card,
.ws-demo-card,
.ws-stat {
  border: 1px solid #bbb !important;
  background: #fff !important;
  break-inside: avoid;
}
