@media print{blockquote,img,pre,tr{page-break-inside:avoid}*,::after,::before{background:#fff!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]::after{content:" (" attr(href) ")"}abbr[title]::after{content:" (" attr(title) ")"}a[href^="#"]::after,a[href^="javascript:"]::after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}


@media only screen and (min-width: 35em) {

}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {

}

@media (pointer: fine) {
	.scroll-container {
	overflow: scroll;
  @supports (scrollbar-gutter: stable) {
  overflow: auto;    
  scrollbar-gutter: stable;  
  scroll-padding-top: var(--header-height);
  overscroll-behavior: contain;
}

@media (prefers-reduced-motion: no-preference) {
	.scroll-container {
  scroll-behavior: smooth;
  }
}
