body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.react-skeleton-load{line-height:1;display:inline-block;overflow:hidden;position:relative}.react-skeleton-load.animated:before{content:"";position:absolute;height:100%;width:500px;top:0;left:-500px;background-image:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(hsla(0,0%,100%,.6)),to(hsla(0,0%,100%,0)));background-image:-webkit-linear-gradient(left,hsla(0,0%,100%,0),hsla(0,0%,100%,.6),hsla(0,0%,100%,0));background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.6),hsla(0,0%,100%,0));-webkit-animation:progress 1.2s ease-in-out infinite;animation:progress 1.2s ease-in-out infinite}@-webkit-keyframes progress{0%{left:-500px}to{left:100%}}@keyframes progress{0%{left:-500px}to{left:100%}}