/* ------- app ------- */
.styles-mixin-clearfix-2deb5 {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
body {
  position: fixed;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
  overflow-y: hidden;
}
svg {
  display: block;
  position: relative;
  margin: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
a {
  cursor: pointer;
  text-decoration: underline;
}
.print-only {
  display: none !important;
}
@media print {
  .print-only {
    display: block !important;
  }
  .no-print,
  .no-print * {
    display: none !important;
  }
}
