/* The archived page CSS retains the original Studio Eight layout and typography. */
html{scroll-behavior:smooth}
wix-video,wow-image,wix-image{display:block}
video{max-width:none;opacity:1}
.desktop-edition{display:contents}
.mobile-edition{display:none}
@media(max-width:767px){
  html{overflow-x:hidden}
  body{width:320px!important;min-width:320px!important;zoom:var(--mobile-zoom,1)}
  .desktop-edition{display:none}
  .mobile-edition{display:contents}
}
[hidden]{display:none!important}
.migration-status{position:relative;grid-column:1/-1;font:15px/1.5 Arial,sans-serif;color:inherit;margin:12px 0}
.migration-status[data-error]{color:#a31b1b}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
