@keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade{10%,60%{transform:scale(1,1)}35%,40%{transform:scale(1,1.7)}50%{opacity:1}100%{transform:scale(1,1);opacity:0}}[class^=lang] code,[data-language] code,pre [class^=lang],pre [data-language]{opacity:0;animation:50ms ease-in-out 2s forwards fade-in}[class^=lang] code.rainbow,[data-language] code.rainbow,pre [class^=lang].rainbow,pre [data-language].rainbow{animation:none;transition:opacity 50ms ease-in-out}[class^=lang] code.loading,[data-language] code.loading,pre [class^=lang].loading,pre [data-language].loading{animation:none}[class^=lang] code.rainbow-show,[data-language] code.rainbow-show,pre [class^=lang].rainbow-show,pre [data-language].rainbow-show{opacity:1}pre{position:relative}pre.loading .preloader div{animation-play-state:running}pre.loading .preloader div:first-of-type{background:#0081f5;animation:1.5s linear .3s infinite fade}pre.loading .preloader div:nth-of-type(2){background:#5000f5;animation:1.5s linear 438ms infinite fade}pre.loading .preloader div:nth-of-type(3){background:#9000f5;animation:1.5s linear 577ms infinite fade}pre.loading .preloader div:nth-of-type(4){background:#f50419;animation:1.5s linear 715ms infinite fade}pre.loading .preloader div:nth-of-type(5){background:#f57900;animation:1.5s linear 853ms infinite fade}pre.loading .preloader div:nth-of-type(6){background:#f5e600;animation:1.5s linear 992ms infinite fade}pre.loading .preloader div:nth-of-type(7){background:#00f50c;animation:1.5s linear 1.13s infinite fade}pre .preloader{position:absolute;top:12px;left:10px}pre .preloader div{width:12px;height:12px;border-radius:4px;display:inline-block;margin-right:4px;opacity:0;animation-play-state:paused;animation-fill-mode:forwards}pre,pre code{font-size:13px}pre .comment{color:#998}pre .support{color:#0086b3}pre .tag,pre .tag-name{color:navy}pre .class,pre .css-property,pre .css-value,pre .entity.function,pre .id,pre .keyword,pre .sass,pre .storage.function,pre .vendor-fix{font-weight:700}pre .css-property,pre .css-value,pre .support.namespace,pre .vendor-fix{color:#333}pre .constant.numeric,pre .hex-color,pre .keyword.unit{font-weight:400;color:#099}pre .entity.class{color:#458}pre .entity.function,pre .entity.id{color:#900}pre .attribute,pre .variable{color:teal}pre .string,pre .support.value{font-weight:400;color:#d14}pre .regexp{color:#009926}