:root{--color-primary:#3a50eb;--color-primary-light:#3c64b1;--color-primary-hint:#68d0f2;--color-background:white;--color-page-background:#f7f9f8;--color-background-primary:#d0e1f6;--color-body:#373f41;--color-body-light:#7b88a1;--max-width:1600px;--font-size-big:36px;--font-size-normal:20px}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;color:var(--color-body);background:var(--color-page-background)}@font-face{font-family:Blender;src:url(/Blender.woff2) format("woff2")}a{color:inherit;text-decoration:none}.highlighted{box-shadow:0 0 3px 3px yellow;background-color:yellow}.highlighted.positive{color:#007153;box-shadow:0 0 3px 3px #e7fef8;background-color:#e7fef8}.highlighted.negative{box-shadow:0 0 3px 3px #fee7ee;background-color:#fee7ee;color:#6b0020}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}ul{margin-top:10px;font-weight:600;color:black;font-size:16px}li,ul{list-style-type:disc}li{margin-bottom:10px;margin-left:20px}@media print{.hidePrint{display:none}}