@charset "UTF-8";
/*!
Scrollin.css (fluffy fadein): https://codepen.io/sarap422/pen/dydBjPY
Author: sarap422
Description: You know why they call it that. It has no particular meaning.
Version: 0.231003%
License: Released under the MIT license.
License URI: https://opensource.org/licenses/MIT
*/.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-fadeInTop{opacity:0;-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-fadeInBottom{-webkit-transform:translateY(100px);transform:translateY(100px)}.scroll-fadeInTop{-webkit-transform:translateY(-100px);transform:translateY(-100px)}.scroll-fadeInLeft{-webkit-transform:translateX(-100px);transform:translateX(-100px)}.scroll-fadeInRight{-webkit-transform:translateX(100px);transform:translateX(100px)}@-webkit-keyframes fadeIn{to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes fadeIn{to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight).is-scloaded{-webkit-animation-name:fadeIn;animation-name:fadeIn}.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInLeft,.scroll-blurInRight,.scroll-blurInTop{-webkit-filter:blur(4px) opacity(0);filter:blur(4px) opacity(0);-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-blurInBottom{-webkit-transform:translateY(100px);transform:translateY(100px)}.scroll-blurInTop{-webkit-transform:translateY(-100px);transform:translateY(-100px)}.scroll-blurInLeft{-webkit-transform:translateX(-100px);transform:translateX(-100px)}.scroll-blurInRight{-webkit-transform:translateX(100px);transform:translateX(100px)}@-webkit-keyframes blurIn{to{-webkit-filter:blur(0) opacity(1);filter:blur(0) opacity(1);-webkit-transform:translate(0);transform:translate(0)}}@keyframes blurIn{to{-webkit-filter:blur(0) opacity(1);filter:blur(0) opacity(1);-webkit-transform:translate(0);transform:translate(0)}}:is(.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight).is-scloaded{-webkit-animation-name:blurIn;animation-name:blurIn}.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgOpenIn{position:relative;z-index:1}:is(.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgOpenIn):before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:hsl(53,100%,74%);-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-bgFadeIn:before{opacity:0}.scroll-bgInBottom:before{-webkit-transform-origin:0% 100%;transform-origin:0% 100%;-webkit-transform:scaleY(0);transform:scaleY(0)}.scroll-bgInLeft:before{-webkit-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-transform:scaleX(0);transform:scaleX(0)}.scroll-bgOpenIn:before{-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scaleX(0);transform:scaleX(0)}@-webkit-keyframes bgInBefore{to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes bgInBefore{to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}:is(.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgOpenIn).is-scloaded:before{-webkit-animation-name:bgInBefore;animation-name:bgInBefore}.scroll-moveInBottom,.scroll-moveInLeft,.scroll-moveInRight,.scroll-moveInTop{-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-moveInBottom{-webkit-transform:translateY(0.3em);transform:translateY(0.3em)}.scroll-moveInTop{-webkit-transform:translateY(-0.3em);transform:translateY(-0.3em)}.scroll-moveInLeft{-webkit-transform:translateX(-0.3em);transform:translateX(-0.3em)}.scroll-moveInRight{-webkit-transform:translateX(0.3em);transform:translateX(0.3em)}@-webkit-keyframes moveIn{to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes moveIn{to{-webkit-transform:translate(0);transform:translate(0)}}:is(.scroll-moveInBottom,.scroll-moveInTop,.scroll-moveInLeft,.scroll-moveInRight).is-scloaded{-webkit-animation-name:moveIn;animation-name:moveIn}.scrapper-coat{position:relative;overflow:hidden;width:100%}.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut{position:relative;display:inline-block;opacity:0;-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut):after{content:"";position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;background-color:#333;-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-coatInBottomOut{-webkit-transform:translateY(100%);transform:translateY(100%)}.scroll-coatInBottomOut:after{-webkit-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-transform:scale(1);transform:scale(1)}.scroll-coatInLeftOut{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.scroll-coatInLeftOut:after{-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale(1);transform:scale(1)}.scroll-coatInRightOut{-webkit-transform:translateX(100%);transform:translateX(100%)}.scroll-coatInRightOut:after{-webkit-transform-origin:0% 50%;transform-origin:0% 50%;-webkit-transform:scale(1);transform:scale(1)}@-webkit-keyframes coatInOut{to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes coatInOut{to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes coatInOutAfterY{to{-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes coatInOutAfterY{to{-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes coatInOutAfterX{to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes coatInOutAfterX{to{-webkit-transform:scaleX(0);transform:scaleX(0)}}:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut).is-scloaded{-webkit-animation-name:coatInOut;animation-name:coatInOut}.scroll-coatInBottomOut.is-scloaded:after{-webkit-animation-name:coatInOutAfterY;animation-name:coatInOutAfterY}:is(.scroll-coatInLeftOut,.scroll-coatInRightOut).is-scloaded:after{-webkit-animation-name:coatInOutAfterX;animation-name:coatInOutAfterX}:is(.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut):after{content:"";position:absolute;z-index:10;background-color:#333;-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-coatInBottomLeftOut{-webkit-transform:translate(0);transform:translate(0)}.scroll-coatInBottomLeftOut:after{width:141.4%;height:141.4%;top:0;left:50%;-webkit-transform-origin:100% 0%;transform-origin:100% 0%;-webkit-transform:rotateZ(45deg) scale(2.414);transform:rotateZ(45deg) scale(2.414)}.scroll-coatInBottomRightOut{-webkit-transform:translate(0);transform:translate(0)}.scroll-coatInBottomRightOut:after{width:141.4%;height:141.4%;top:0;right:50%;-webkit-transform-origin:0% 0%;transform-origin:0% 0%;-webkit-transform:rotateZ(-45deg) scale(2.414);transform:rotateZ(-45deg) scale(2.414)}@-webkit-keyframes coatInBottomLeftOutAfter{99%{-webkit-transform:rotateZ(45deg) scale(0.514);transform:rotateZ(45deg) scale(0.514)}to{-webkit-transform:rotateZ(45deg) scale(0);transform:rotateZ(45deg) scale(0)}}@keyframes coatInBottomLeftOutAfter{99%{-webkit-transform:rotateZ(45deg) scale(0.514);transform:rotateZ(45deg) scale(0.514)}to{-webkit-transform:rotateZ(45deg) scale(0);transform:rotateZ(45deg) scale(0)}}@-webkit-keyframes coatInBottomRightOutAfter{99%{-webkit-transform:rotateZ(-45deg) scale(0.514);transform:rotateZ(-45deg) scale(0.514)}to{-webkit-transform:rotateZ(-45deg) scale(0);transform:rotateZ(-45deg) scale(0)}}@keyframes coatInBottomRightOutAfter{99%{-webkit-transform:rotateZ(-45deg) scale(0.514);transform:rotateZ(-45deg) scale(0.514)}to{-webkit-transform:rotateZ(-45deg) scale(0);transform:rotateZ(-45deg) scale(0)}}.scroll-coatInBottomLeftOut.is-scloaded:after{-webkit-animation-name:coatInBottomLeftOutAfter;animation-name:coatInBottomLeftOutAfter}.scroll-coatInBottomRightOut.is-scloaded:after{-webkit-animation-name:coatInBottomRightOutAfter;animation-name:coatInBottomRightOutAfter}.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-coatOutTop{position:relative}:is(.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight):after{content:"";position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;background-color:#333;-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-coatOutTop:after{-webkit-transform-origin:50% 0%;transform-origin:50% 0%}.scroll-coatOutBottom:after{-webkit-transform-origin:0% 100%;transform-origin:0% 100%}.scroll-coatOutLeft:after{-webkit-transform-origin:0% 50%;transform-origin:0% 50%}.scroll-coatOutRight:after{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}@-webkit-keyframes coatFadeOutAfter{to{opacity:0}}@keyframes coatFadeOutAfter{to{opacity:0}}@-webkit-keyframes coatOutAfterY{to{-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes coatOutAfterY{to{-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes coatOutAfterX{to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes coatOutAfterX{to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.scroll-coatFadeOut.is-scloaded:after{-webkit-animation-name:coatFadeOutAfter;animation-name:coatFadeOutAfter}:is(.scroll-coatOutTop,.scroll-coatOutBottom).is-scloaded:after{-webkit-animation-name:coatOutAfterY;animation-name:coatOutAfterY}:is(.scroll-coatOutLeft,.scroll-coatOutRight).is-scloaded:after{-webkit-animation-name:coatOutAfterX;animation-name:coatOutAfterX}.scroll-blurFadeOut,.scroll-blurOutBottom,.scroll-blurOutLeft,.scroll-blurOutRight,.scroll-blurOutTop{position:relative}:is(.scroll-blurFadeOut,.scroll-blurOutTop,.scroll-blurOutBottom,.scroll-blurOutLeft,.scroll-blurOutRight):after{content:"";position:absolute;z-index:10;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-blurOutTop:after{-webkit-transform-origin:50% 0%;transform-origin:50% 0%}.scroll-blurOutBottom:after{-webkit-transform-origin:0% 100%;transform-origin:0% 100%}.scroll-blurOutLeft:after{-webkit-transform-origin:0% 50%;transform-origin:0% 50%}.scroll-blurOutRight:after{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.scroll-blurFadeOut.is-scloaded:after{-webkit-animation-name:coatFadeOutAfter;animation-name:coatFadeOutAfter}:is(.scroll-blurOutTop,.scroll-blurOutBottom).is-scloaded:after{-webkit-animation-name:coatOutAfterY;animation-name:coatOutAfterY}:is(.scroll-blurOutLeft,.scroll-blurOutRight).is-scloaded:after{-webkit-animation-name:coatOutAfterX;animation-name:coatOutAfterX}.scroll-mirageInBottom,.scroll-mirageInLeft,.scroll-mirageInRight,.scroll-mirageInTop{position:relative;-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-mirageInBottom{-webkit-mask:no-repeat 50% -100%;mask:no-repeat 50% 200%;-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(50%,black),to(rgb(0,0,0)));-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,black 50%,rgb(0,0,0) 100%);mask-image:-webkit-gradient(linear,left top,left bottom,from(black),color-stop(50%,black),to(rgba(0,0,0,0)));mask-image:linear-gradient(to bottom,black 0%,black 50%,rgba(0,0,0,0) 100%);-webkit-mask-size:100% 200%;mask-size:100% 200%}.scroll-mirageInTop{-webkit-mask:no-repeat 50% 200%;mask:no-repeat 50% 200%;-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(black),color-stop(50%,black),to(rgba(0,0,0,0)));-webkit-mask-image:linear-gradient(to bottom,black 0%,black 50%,rgba(0,0,0,0) 100%);mask-image:-webkit-gradient(linear,left top,left bottom,from(black),color-stop(50%,black),to(rgba(0,0,0,0)));mask-image:linear-gradient(to bottom,black 0%,black 50%,rgba(0,0,0,0) 100%);-webkit-mask-size:100% 200%;mask-size:100% 200%}.scroll-mirageInRight{-webkit-mask:no-repeat -100% 50%;mask:no-repeat -100% 50%;-webkit-mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(50%,black),to(black));-webkit-mask-image:linear-gradient(to Right,rgba(0,0,0,0) 0%,black 50%,black 100%);mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(50%,black),to(black));mask-image:linear-gradient(to Right,rgba(0,0,0,0) 0%,black 50%,black 100%);-webkit-mask-size:200% 100%;mask-size:200% 100%}.scroll-mirageInLeft{-webkit-mask:no-repeat 200% 50%;mask:no-repeat 200% 50%;-webkit-mask-image:-webkit-gradient(linear,left top,right top,from(black),color-stop(50%,black),to(rgba(0,0,0,0)));-webkit-mask-image:linear-gradient(to Right,black 0%,black 50%,rgba(0,0,0,0) 100%);mask-image:-webkit-gradient(linear,left top,right top,from(black),color-stop(50%,black),to(rgba(0,0,0,0)));mask-image:linear-gradient(to Right,black 0%,black 50%,rgba(0,0,0,0) 100%);-webkit-mask-size:200% 100%;mask-size:200% 100%}@-webkit-keyframes mirageInBottom{to{-webkit-mask-position:50% 100%;mask-position:50% 100%}}@keyframes mirageInBottom{to{-webkit-mask-position:50% 100%;mask-position:50% 100%}}@-webkit-keyframes mirageInTop{to{-webkit-mask-position:50% 0%;mask-position:50% 0%}}@keyframes mirageInTop{to{-webkit-mask-position:50% 0%;mask-position:50% 0%}}@-webkit-keyframes mirageInRight{to{-webkit-mask-position:100% 50%;mask-position:100% 50%}}@keyframes mirageInRight{to{-webkit-mask-position:100% 50%;mask-position:100% 50%}}@-webkit-keyframes mirageInLeft{to{-webkit-mask-position:0% 50%;mask-position:0% 50%}}@keyframes mirageInLeft{to{-webkit-mask-position:0% 50%;mask-position:0% 50%}}.scroll-mirageInBottom.is-scloaded{-webkit-animation-name:mirageInBottom;animation-name:mirageInBottom}.scroll-mirageInTop.is-scloaded{-webkit-animation-name:mirageInTop;animation-name:mirageInTop}.scroll-mirageInRight.is-scloaded{-webkit-animation-name:mirageInRight;animation-name:mirageInRight}.scroll-mirageInLeft.is-scloaded{-webkit-animation-name:mirageInLeft;animation-name:mirageInLeft}.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight{position:relative;overflow:hidden;-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scrapper-tepraInLeft{height:3em;margin-right:auto;width:0%;margin-bottom:2px}.scrapper-tepraInLeft .scroll-tepraInLeft{position:absolute;left:0;line-height:1;white-space:nowrap}.scrapper-tepraInRight{height:3em;margin-left:auto;width:0%;margin-bottom:2px}.scrapper-tepraInRight .scroll-tepraInRight{position:absolute;right:0;line-height:1;white-space:nowrap}.overScrapper-tepraInTopLeft{-webkit-writing-mode:vertical-lr;-ms-writing-mode:tb-lr;writing-mode:vertical-lr}.scrapper-tepraInTopLeft{margin-left:2px;height:0%}.scroll-tepraInTopLeft{white-space:nowrap}.overScrapper-tepraInTopRight{-webkit-writing-mode:vertical-rl;-ms-writing-mode:tb-rl;writing-mode:vertical-rl}.scrapper-tepraInTopRight{margin-right:2px;height:0%}.scroll-tepraInTopRight{white-space:nowrap}@-webkit-keyframes tepraInWidth{to{width:100%}}@keyframes tepraInWidth{to{width:100%}}:is(.scrapper-tepraInLeft,.scrapper-tepraInRight).is-scloaded{-webkit-animation-name:tepraInWidth;animation-name:tepraInWidth}@-webkit-keyframes tepraInHeight{to{height:100%}}@keyframes tepraInHeight{to{height:100%}}:is(.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight).is-scloaded{-webkit-animation-name:tepraInHeight;animation-name:tepraInHeight}:is(.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut){-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-growIn{-webkit-transform:scale(0.01);transform:scale(0.01)}.scroll-growOut{-webkit-transform:scale(1);transform:scale(1)}.scroll-shrinkIn{-webkit-transform:scale(1.1);transform:scale(1.1)}.scroll-shrinkOut{-webkit-transform:scale(1);transform:scale(1)}@-webkit-keyframes growIn{to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes growIn{to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes growOut{to{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes growOut{to{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes shrinkIn{to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes shrinkIn{to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes shrinkOut{to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes shrinkOut{to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.scroll-growIn.is-scloaded{-webkit-animation-name:growIn;animation-name:growIn}.scroll-growOut.is-scloaded{-webkit-animation-name:growOut;animation-name:growOut}.scroll-shrinkIn.is-scloaded{-webkit-animation-name:shrinkIn;animation-name:shrinkIn}.scroll-shrinkOut.is-scloaded{-webkit-animation-name:shrinkOut;animation-name:shrinkOut}:is(.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight){-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-wipeInCentral{-webkit-clip-path:circle(0% at 50% 50%);clip-path:circle(0% at 50% 50%)}.scroll-wipeInBottom{-webkit-clip-path:inset(100% 0% 0% 0%);clip-path:inset(100% 0% 0% 0%)}.scroll-wipeInTop{-webkit-clip-path:inset(0% 0% 100% 0%);clip-path:inset(0% 0% 100% 0%)}.scroll-wipeInLeft{-webkit-clip-path:inset(0% 100% 0% 0%);clip-path:inset(0% 100% 0% 0%)}.scroll-wipeInRight{-webkit-clip-path:inset(0% 0% 0% 100%);clip-path:inset(0% 0% 0% 100%)}@-webkit-keyframes wipeInCentral{to{-webkit-clip-path:circle(100% at 50% 50%);clip-path:circle(100% at 50% 50%)}}@keyframes wipeInCentral{to{-webkit-clip-path:circle(100% at 50% 50%);clip-path:circle(100% at 50% 50%)}}@-webkit-keyframes wipeInInset{to{-webkit-clip-path:inset(-999px);clip-path:inset(-999px)}}@keyframes wipeInInset{to{-webkit-clip-path:inset(-999px);clip-path:inset(-999px)}}.scroll-wipeInCentral.is-scloaded{-webkit-animation-name:wipeInCentral;animation-name:wipeInCentral}:is(.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight).is-scloaded{-webkit-animation-name:wipeInInset;animation-name:wipeInInset}:is(.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack){-webkit-animation:none 1s ease-out 0.25s;animation:none 1s ease-out 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-flipInXDown,.scroll-flipInXUp{-webkit-transform:rotateX(90deg);transform:rotateX(90deg)}@-webkit-keyframes flipInXUp{to{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@keyframes flipInXUp{to{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@-webkit-keyframes flipInXDown{to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}}@keyframes flipInXDown{to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}}.scroll-flipInXUp.is-scloaded{-webkit-animation-name:flipInXUp;animation-name:flipInXUp}.scroll-flipInXDown.is-scloaded{-webkit-animation-name:flipInXDown;animation-name:flipInXDown}.scroll-flipInYBack,.scroll-flipInYFore{-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}@-webkit-keyframes flipInYFore{to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes flipInYFore{to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes flipInYBack{to{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}@keyframes flipInYBack{to{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}.scroll-flipInYFore.is-scloaded{-webkit-animation-name:flipInYFore;animation-name:flipInYFore}.scroll-flipInYBack.is-scloaded{-webkit-animation-name:flipInYBack;animation-name:flipInYBack}:is(.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo){-webkit-animation:none 5.5s linear 0.25s;animation:none 5.5s linear 0.25s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes rotationFore{0%,to{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}to{-webkit-transform:rotateZ(359deg);transform:rotateZ(359deg)}}@keyframes rotationFore{0%,to{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}to{-webkit-transform:rotateZ(359deg);transform:rotateZ(359deg)}}.scroll-clockationDext.is-scloaded,.scroll-rotationDext.is-scloaded{-webkit-animation-name:rotationFore;animation-name:rotationFore}@-webkit-keyframes rotationBack{0%,to{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}to{-webkit-transform:rotateZ(-359deg);transform:rotateZ(-359deg)}}@keyframes rotationBack{0%,to{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}to{-webkit-transform:rotateZ(-359deg);transform:rotateZ(-359deg)}}.scroll-clockationLevo.is-scloaded,.scroll-rotationLevo.is-scloaded{-webkit-animation-name:rotationBack;animation-name:rotationBack}.clocker{display:inline-block}.clocker.bezelfwv1{border-radius:999em;background:url("https://i.gyazo.com/a91883f8ce60249fed8e92dd27aa5770.png") no-repeat;background-size:contain}:is(.clocker.posfwv1,.clocker.posfwv2,.clocker.posfwv3){position:relative}.clocker.posfwv1{z-index:10;width:300px;height:300px}.clocker.posfwv2{position:absolute;z-index:9;top:-10%;left:15%;right:0px;margin:auto;width:360px;height:360px}.clocker.posfwv3{position:absolute;z-index:8;top:20%;left:75%;margin:auto;width:160px;height:160px}.clocker .clocker-pinion{position:relative;width:100%;height:100%}.clocker .clocker-pinion{position:relative;width:100%;height:100%}.clocker .clocker-pinion{position:relative;width:100%;height:100%}.clocker .clocker-pinion.oclock-1{-webkit-transform:rotateZ(30deg);transform:rotateZ(30deg)}.clocker .clocker-pinion.oclock-2{-webkit-transform:rotateZ(60deg);transform:rotateZ(60deg)}.clocker .clocker-pinion.oclock-3{-webkit-transform:rotateZ(90deg);transform:rotateZ(90deg)}.clocker .clocker-pinion.oclock-4{-webkit-transform:rotateZ(120deg);transform:rotateZ(120deg)}.clocker .clocker-pinion.oclock-5{-webkit-transform:rotateZ(150deg);transform:rotateZ(150deg)}.clocker .clocker-pinion.oclock-6{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}.clocker .clocker-pinion.oclock-7{-webkit-transform:rotateZ(210deg);transform:rotateZ(210deg)}.clocker .clocker-pinion.oclock-8{-webkit-transform:rotateZ(240deg);transform:rotateZ(240deg)}.clocker .clocker-pinion.oclock-9{-webkit-transform:rotateZ(270deg);transform:rotateZ(270deg)}.clocker .clocker-pinion.oclock-10{-webkit-transform:rotateZ(300deg);transform:rotateZ(300deg)}.clocker .clocker-pinion.oclock-11{-webkit-transform:rotateZ(330deg);transform:rotateZ(330deg)}.clocker .clocker-pinion.oclock-12{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}.clocker .pinionfwv1:after{content:"";position:absolute;top:0px;bottom:0px;left:0px;right:0px;margin:auto;width:24%;height:24%;border-radius:999em;background:url("https://i.gyazo.com/6a27e734ef65d207a57fcc34e8bba30b.png") no-repeat;background-size:contain}.clocker :is(img.clocker-minutehand,img.clocker-hourhand){position:absolute;bottom:50%;left:47.5%;width:5%;height:auto;-o-object-fit:contain;object-fit:contain}.scroll-clockationDext,.scroll-clockationLevo{-webkit-transform-origin:0% 100%;transform-origin:0% 100%}:is(.scroll-encourationToUp,.scroll-encourationToDown,.scroll-encourationToFore,.scroll-encourationToBack){-webkit-animation:none 1s var(--ease-in-out-expo) 0.25s;animation:none 1s var(--ease-in-out-expo) 0.25s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.scroll-encourationToUp{-webkit-clip-path:inset(100% 0% 0% 0%);clip-path:inset(100% 0% 0% 0%)}@-webkit-keyframes encourationToUp{50%{-webkit-clip-path:inset(-1em);clip-path:inset(-1em)}to{-webkit-clip-path:inset(0% 0% 100% 0%);clip-path:inset(0% 0% 100% 0%)}}@keyframes encourationToUp{50%{-webkit-clip-path:inset(-1em);clip-path:inset(-1em)}to{-webkit-clip-path:inset(0% 0% 100% 0%);clip-path:inset(0% 0% 100% 0%)}}.scroll-encourationToUp.is-scloaded{-webkit-animation-name:encourationToUp;animation-name:encourationToUp}.scroll-encourationToDown{-webkit-clip-path:inset(0% 0% 100% 0%);clip-path:inset(0% 0% 100% 0%)}@-webkit-keyframes encourationToDown{50%{-webkit-clip-path:inset(-1em);clip-path:inset(-1em)}to{-webkit-clip-path:inset(100% 0% 0% 0%);clip-path:inset(100% 0% 0% 0%)}}@keyframes encourationToDown{50%{-webkit-clip-path:inset(-1em);clip-path:inset(-1em)}to{-webkit-clip-path:inset(100% 0% 0% 0%);clip-path:inset(100% 0% 0% 0%)}}.scroll-encourationToDown.is-scloaded{-webkit-animation-name:encourationToDown;animation-name:encourationToDown}.scroll-encourationToFore{-webkit-clip-path:inset(0% 100% 0% 0%);clip-path:inset(0% 100% 0% 0%)}@-webkit-keyframes encourationToFore{50%{-webkit-clip-path:inset(-1em);clip-path:inset(-1em)}to{-webkit-clip-path:inset(0% 0% 0% 100%);clip-path:inset(0% 0% 0% 100%)}}@keyframes encourationToFore{50%{-webkit-clip-path:inset(-1em);clip-path:inset(-1em)}to{-webkit-clip-path:inset(0% 0% 0% 100%);clip-path:inset(0% 0% 0% 100%)}}.scroll-encourationToFore.is-scloaded{-webkit-animation-name:encourationToFore;animation-name:encourationToFore}.scroll-encourationToBack{-webkit-clip-path:inset(0% 0% 0% 100%);clip-path:inset(0% 0% 0% 100%)}@-webkit-keyframes encourationToBack{50%{-webkit-clip-path:inset(-1em);clip-path:inset(-1em)}to{-webkit-clip-path:inset(0% 100% 0% 0%);clip-path:inset(0% 100% 0% 0%)}}@keyframes encourationToBack{50%{-webkit-clip-path:inset(-1em);clip-path:inset(-1em)}to{-webkit-clip-path:inset(0% 100% 0% 0%);clip-path:inset(0% 100% 0% 0%)}}.scroll-encourationToBack.is-scloaded{-webkit-animation-name:encourationToBack;animation-name:encourationToBack}.chart-donut{position:relative;display:inline-block;width:200px;height:200px}.chart-donut .chart-wrapper{position:relative;width:100%;height:100%}.chart-donut .chart-wrapper:after{content:"";width:0;height:0;border-style:solid;border-width:0 1rem 2.5rem 1rem;border-color:transparent transparent hsl(220,71%,28%) transparent;position:absolute;z-index:20;bottom:16%;left:6%;-webkit-transform:rotate(-120deg);transform:rotate(-120deg);-webkit-transform-origin:bottom center;transform-origin:bottom center}.chart-donut svg{position:absolute;z-index:10;top:0px;bottom:0px;left:0px;right:0px;margin:auto;width:100%;height:100%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);overflow:visible!important}.chart-donut svg circle{position:relative;fill:none;stroke-width:1.5rem;stroke:#f3f3f3;stroke-dasharray:314.2%;stroke-dashoffset:0;stroke-linecap:butt}.chart-donut .chart-central{position:absolute;z-index:30;top:0px;bottom:0px;left:0px;right:0px;margin:auto;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.chart-donut .chart-central :is(h1,h2,h3,h4,h5,h6){width:auto}.scroll-chartation .chartbar-thumb{-webkit-animation:none 1s linear 0.25s;animation:none 1s linear 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.chart-donut.scroll-chartation .chartbar-thumb{stroke:hsl(220,71%,28%);stroke-dasharray:0 314.2%}@-webkit-keyframes chartationDonut{99%,to{stroke-dasharray:314.2% 314.2%}}@keyframes chartationDonut{99%,to{stroke-dasharray:314.2% 314.2%}}.chart-donut.scroll-chartation.is-scloaded .chartbar-thumb{-webkit-animation-name:chartationDonut;animation-name:chartationDonut}.scrapper-loop{overflow:hidden}:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation:none 1s linear -0.5s;animation:none 1s linear -0.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation:none 1s linear 0s;animation:none 1s linear 0s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}:is(.scroll-looptationToUp,.scroll-looptationToDown){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;max-height:100vh;overflow:hidden}:is(.scroll-looptationToUp,.scroll-looptationToDown) .loop-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation-duration:1s;animation-duration:1s}:is(.scroll-looptationToUp,.scroll-looptationToDown) .loop-list img{height:auto;-o-object-fit:cover;object-fit:cover}.scroll-looptationToUp .loop-list:first-child{-webkit-transform:translateY(100%);transform:translateY(100%)}.scroll-looptationToUp .loop-list:last-child{-webkit-transform:translateY(0);transform:translateY(0)}@-webkit-keyframes looptationToUpFirst{to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes looptationToUpFirst{to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes looptationToUpLast{to{-webkit-transform:translateY(-200%);transform:translateY(-200%)}}@keyframes looptationToUpLast{to{-webkit-transform:translateY(-200%);transform:translateY(-200%)}}.scroll-looptationToUp.is-scloaded .loop-list:first-child{-webkit-animation-name:looptationToUpFirst;animation-name:looptationToUpFirst}.scroll-looptationToUp.is-scloaded .loop-list:last-child{-webkit-animation-name:looptationToUpLast;animation-name:looptationToUpLast}.scroll-looptationToDown .loop-list:first-child{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.scroll-looptationToDown .loop-list:last-child{-webkit-transform:translateY(-200%);transform:translateY(-200%)}@-webkit-keyframes looptationToDownFirst{to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes looptationToDownFirst{to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes looptationToDownLast{to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes looptationToDownLast{to{-webkit-transform:translateY(0);transform:translateY(0)}}.scroll-looptationToDown.is-scloaded .loop-list:first-child{-webkit-animation-name:looptationToDownFirst;animation-name:looptationToDownFirst}.scroll-looptationToDown.is-scloaded .loop-list:last-child{-webkit-animation-name:looptationToDownLast;animation-name:looptationToDownLast}:is(.scroll-looptationToFore,.scroll-looptationToBack){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:200%;height:100%;overflow:hidden}:is(.scroll-looptationToFore,.scroll-looptationToBack) .loop-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}:is(.scroll-looptationToFore,.scroll-looptationToBack) picture.loop-list{width:100%}:is(.scroll-looptationToFore,.scroll-looptationToBack) .loop-list img{width:auto;-o-object-fit:cover;object-fit:cover}:is(.scroll-looptationToFore,.scroll-looptationToBack) .loop-list span{margin-right:0.4em}.scroll-looptationToFore .loop-list:first-child{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.scroll-looptationToFore .loop-list:last-child{-webkit-transform:translateX(-200%);transform:translateX(-200%)}@-webkit-keyframes looptationToForeFirst{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes looptationToForeFirst{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes looptationToForeLast{to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes looptationToForeLast{to{-webkit-transform:translateX(0);transform:translateX(0)}}.scroll-looptationToFore.is-scloaded .loop-list:first-child{-webkit-animation-name:looptationToForeFirst;animation-name:looptationToForeFirst}.scroll-looptationToFore.is-scloaded .loop-list:last-child{-webkit-animation-name:looptationToForeLast;animation-name:looptationToForeLast}.scroll-looptationToBack .loop-list:first-child{-webkit-transform:translateX(100%);transform:translateX(100%)}.scroll-looptationToBack .loop-list:last-child{-webkit-transform:translateX(0);transform:translateX(0)}@-webkit-keyframes looptationToBackFirst{to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes looptationToBackFirst{to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes looptationToBackLast{to{-webkit-transform:translateX(-200%);transform:translateX(-200%)}}@keyframes looptationToBackLast{to{-webkit-transform:translateX(-200%);transform:translateX(-200%)}}.scroll-looptationToBack.is-scloaded .loop-list:first-child{-webkit-animation-name:looptationToBackFirst;animation-name:looptationToBackFirst}.scroll-looptationToBack.is-scloaded .loop-list:last-child{-webkit-animation-name:looptationToBackLast;animation-name:looptationToBackLast}[class*=scroll-].infinited.is-scloaded{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.delayed-0:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-delay:-0.5s;animation-delay:-0.5s;-webkit-transition-delay:-0.5s;transition-delay:-0.5s}.delayed-0:is(.scroll-bdfBlurIn):after,.delayed-0:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.delayed-0:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.delayed-0:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-delay:0s;animation-delay:0s;-webkit-transition-delay:0s;transition-delay:0s}.delayed-1:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-delay:-0.25s;animation-delay:-0.25s;-webkit-transition-delay:-0.25s;transition-delay:-0.25s}.delayed-1:is(.scroll-bdfBlurIn):after,.delayed-1:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.delayed-1:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.delayed-1:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-delay:0.25s;animation-delay:0.25s;-webkit-transition-delay:0.25s;transition-delay:0.25s}.delayed-2:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-delay:0s;animation-delay:0s;-webkit-transition-delay:0s;transition-delay:0s}.delayed-2:is(.scroll-bdfBlurIn):after,.delayed-2:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.delayed-2:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.delayed-2:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-delay:0.5s;animation-delay:0.5s;-webkit-transition-delay:0.5s;transition-delay:0.5s}.delayed-3:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-delay:0.25s;animation-delay:0.25s;-webkit-transition-delay:0.25s;transition-delay:0.25s}.delayed-3:is(.scroll-bdfBlurIn):after,.delayed-3:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.delayed-3:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.delayed-3:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-delay:0.75s;animation-delay:0.75s;-webkit-transition-delay:0.75s;transition-delay:0.75s}.delayed-4:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-delay:0.5s;animation-delay:0.5s;-webkit-transition-delay:0.5s;transition-delay:0.5s}.delayed-4:is(.scroll-bdfBlurIn):after,.delayed-4:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.delayed-4:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.delayed-4:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-delay:1s;animation-delay:1s;-webkit-transition-delay:1s;transition-delay:1s}.delayed-5:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-delay:0.75s;animation-delay:0.75s;-webkit-transition-delay:0.75s;transition-delay:0.75s}.delayed-5:is(.scroll-bdfBlurIn):after,.delayed-5:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.delayed-5:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.delayed-5:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-delay:1.25s;animation-delay:1.25s;-webkit-transition-delay:1.25s;transition-delay:1.25s}.delayed-6:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-delay:1s;animation-delay:1s;-webkit-transition-delay:1s;transition-delay:1s}.delayed-6:is(.scroll-bdfBlurIn):after,.delayed-6:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.delayed-6:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.delayed-6:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-delay:1.5s;animation-delay:1.5s;-webkit-transition-delay:1.5s;transition-delay:1.5s}.fasted-1:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-delay:-1.125s;animation-delay:-1.125s;-webkit-transition-duration:0.75s;transition-duration:0.75s;-webkit-transition-delay:-1.125s;transition-delay:-1.125s}.fasted-1:is(.scroll-bdfBlurIn):after,.fasted-1:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.fasted-1:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.fasted-1:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-transition-duration:0.75s;transition-duration:0.75s}.fasted-2:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-delay:-0.75s;animation-delay:-0.75s;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-delay:-0.75s;transition-delay:-0.75s}.fasted-2:is(.scroll-bdfBlurIn):after,.fasted-2:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.fasted-2:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.fasted-2:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-transition-duration:0.5s;transition-duration:0.5s}.fasted-3:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:0.25s;animation-duration:0.25s;-webkit-animation-delay:-0.325s;animation-delay:-0.325s;-webkit-transition-duration:0.25s;transition-duration:0.25s;-webkit-transition-delay:-0.325s;transition-delay:-0.325s}.fasted-3:is(.scroll-bdfBlurIn):after,.fasted-3:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.fasted-3:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.fasted-3:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:0.25s;animation-duration:0.25s;-webkit-transition-duration:0.25s;transition-duration:0.25s}.slowed-1:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-delay:-0.75s;animation-delay:-0.75s;-webkit-transition-duration:1.5s;transition-duration:1.5s;-webkit-transition-delay:-0.75s;transition-delay:-0.75s}.slowed-1:is(.scroll-bdfBlurIn):after,.slowed-1:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.slowed-1:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.slowed-1:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-transition-duration:1.5s;transition-duration:1.5s}.slowed-2:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-delay:-1s;animation-delay:-1s;-webkit-transition-duration:2s;transition-duration:2s;-webkit-transition-delay:-1s;transition-delay:-1s}.slowed-2:is(.scroll-bdfBlurIn):after,.slowed-2:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.slowed-2:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.slowed-2:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:2s;animation-duration:2s;-webkit-transition-duration:2s;transition-duration:2s}.slowed-3:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-delay:-1.5s;animation-delay:-1.5s;-webkit-transition-duration:3s;transition-duration:3s;-webkit-transition-delay:-1.5s;transition-delay:-1.5s}.slowed-3:is(.scroll-bdfBlurIn):after,.slowed-3:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.slowed-3:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.slowed-3:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:3s;animation-duration:3s;-webkit-transition-duration:3s;transition-duration:3s}.slowed-4:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:4s;animation-duration:4s;-webkit-animation-delay:-2s;animation-delay:-2s;-webkit-transition-duration:4s;transition-duration:4s;-webkit-transition-delay:-2s;transition-delay:-2s}.slowed-4:is(.scroll-bdfBlurIn):after,.slowed-4:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.slowed-4:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.slowed-4:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:4s;animation-duration:4s;-webkit-transition-duration:4s;transition-duration:4s}.slowed-5:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-delay:-2.5s;animation-delay:-2.5s;-webkit-transition-duration:5s;transition-duration:5s;-webkit-transition-delay:-2.5s;transition-delay:-2.5s}.slowed-5:is(.scroll-bdfBlurIn):after,.slowed-5:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.slowed-5:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.slowed-5:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:5s;animation-duration:5s;-webkit-transition-duration:5s;transition-duration:5s}.slowed-10:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-delay:-5s;animation-delay:-5s;-webkit-transition-duration:10s;transition-duration:10s;-webkit-transition-delay:-5s;transition-delay:-5s}.slowed-10:is(.scroll-bdfBlurIn):after,.slowed-10:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.slowed-10:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.slowed-10:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:10s;animation-duration:10s;-webkit-transition-duration:10s;transition-duration:10s}.slowed-20:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:20s;animation-duration:20s;-webkit-animation-delay:-10s;animation-delay:-10s;-webkit-transition-duration:20s;transition-duration:20s;-webkit-transition-delay:-10s;transition-delay:-10s}.slowed-20:is(.scroll-bdfBlurIn):after,.slowed-20:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.slowed-20:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.slowed-20:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:20s;animation-duration:20s;-webkit-transition-duration:20s;transition-duration:20s}.slowed-30:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:30s;animation-duration:30s;-webkit-animation-delay:-15s;animation-delay:-15s;-webkit-transition-duration:30s;transition-duration:30s;-webkit-transition-delay:-15s;transition-delay:-15s}.slowed-30:is(.scroll-bdfBlurIn):after,.slowed-30:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.slowed-30:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.slowed-30:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:30s;animation-duration:30s;-webkit-transition-duration:30s;transition-duration:30s}.slowed-60:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:60s;animation-duration:60s;-webkit-animation-delay:-30s;animation-delay:-30s;-webkit-transition-duration:60s;transition-duration:60s;-webkit-transition-delay:-30s;transition-delay:-30s}.slowed-60:is(.scroll-bdfBlurIn):after,.slowed-60:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.slowed-60:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.slowed-60:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:60s;animation-duration:60s;-webkit-transition-duration:60s;transition-duration:60s}.slowed-90:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:90s;animation-duration:90s;-webkit-animation-delay:-45s;animation-delay:-45s;-webkit-transition-duration:90s;transition-duration:90s;-webkit-transition-delay:-45s;transition-delay:-45s}.slowed-90:is(.scroll-bdfBlurIn):after,.slowed-90:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.slowed-90:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.slowed-90:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:90s;animation-duration:90s;-webkit-transition-duration:90s;transition-duration:90s}.slowed-120:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:first-child{-webkit-animation-duration:120s;animation-duration:120s;-webkit-animation-delay:-60s;animation-delay:-60s;-webkit-transition-duration:120s;transition-duration:120s;-webkit-transition-delay:-60s;transition-delay:-60s}.slowed-120:is(.scroll-bdfBlurIn):after,.slowed-120:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutBottom,.scroll-coatOutTop,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight):before,.slowed-120:is(.scroll-fadeIn,.scroll-fadeInBottom,.scroll-fadeInTop,.scroll-fadeInLeft,.scroll-fadeInRight,.scroll-blurIn,.scroll-blurInBottom,.scroll-blurInTop,.scroll-blurInLeft,.scroll-blurInRight,.scroll-bgFadeIn,.scroll-bgInBottom,.scroll-bgInLeft,.scroll-bgInRight,.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut,.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut,.scroll-coatFadeOut,.scroll-coatOutTop,.scroll-coatOutBottom,.scroll-coatOutLeft,.scroll-coatOutRight,.scroll-mirageInBottom,.scroll-mirageInTop,.scroll-mirageInRight,.scroll-mirageInLeft,.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight,.scroll-bdfBlurIn,.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut,.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight,.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack,.scroll-rotationDext,.scroll-rotationLevo,.scroll-clockationDext,.scroll-clockationLevo,.scroll-chartation .chartbar-thumb),.slowed-120:is(.scroll-looptationToUp,.scroll-looptationToDown,.scroll-looptationToFore,.scroll-looptationToBack) .loop-list:last-child{-webkit-animation-duration:120s;animation-duration:120s;-webkit-transition-duration:120s;transition-duration:120s}