@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 var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-fadeInBottom{-webkit-transform:translateY(3rem);transform:translateY(3rem)}.scroll-fadeInTop{-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}.scroll-fadeInLeft{-webkit-transform:translateX(-3rem);transform:translateX(-3rem)}.scroll-fadeInRight{-webkit-transform:translateX(3rem);transform:translateX(3rem)}@-webkit-keyframes scrollFadeIn{to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes scrollFadeIn{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:scrollFadeIn;animation-name:scrollFadeIn}.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 var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-blurInBottom{-webkit-transform:translateY(3rem);transform:translateY(3rem)}.scroll-blurInTop{-webkit-transform:translateY(-3rem);transform:translateY(-3rem)}.scroll-blurInLeft{-webkit-transform:translateX(-3rem);transform:translateX(-3rem)}.scroll-blurInRight{-webkit-transform:translateX(3rem);transform:translateX(3rem)}@-webkit-keyframes scrollBlurIn{to{-webkit-filter:blur(0) opacity(1);filter:blur(0) opacity(1);-webkit-transform:translate(0);transform:translate(0)}}@keyframes scrollBlurIn{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:scrollBlurIn;animation-name:scrollBlurIn}.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:var(--c-primary-l2);-webkit-animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,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 scrollBgInBefore{to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scrollBgInBefore{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:scrollBgInBefore;animation-name:scrollBgInBefore}.scroll-moveInBottom,.scroll-moveInLeft,.scroll-moveInRight,.scroll-moveInTop{-webkit-animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,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 scrollMoveIn{to{-webkit-transform:translate(0);transform:translate(0)}}@keyframes scrollMoveIn{to{-webkit-transform:translate(0);transform:translate(0)}}:is(.scroll-moveInBottom,.scroll-moveInTop,.scroll-moveInLeft,.scroll-moveInRight).is-scloaded{-webkit-animation-name:scrollMoveIn;animation-name:scrollMoveIn}.scroll-clipInBottom,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.scroll-clipInLeft,.scroll-clipInRight{position:relative;display:inline-block;-webkit-animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-clipInBottom{clip-path:inset(100% 0% 0% 0%)}.scroll-clipInLeft{clip-path:inset(0% 100% 0% 0%)}.scroll-clipInRight{clip-path:inset(0% 0% 0% 100%)}@-webkit-keyframes scrollClipIn{to{clip-path:inset(0)}}@keyframes scrollClipIn{to{clip-path:inset(0)}}:is(.scroll-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight).is-scloaded{-webkit-animation-name:scrollClipIn;animation-name:scrollClipIn}.scroll-clipInBottomLeft{clip-path:polygon(-100% 50%,50% 200%,50% 200%,-100% 50%)}.scroll-clipInBottomRight{clip-path:polygon(200% 50%,200% 50%,50% 200%,50% 200%)}@-webkit-keyframes scrollClipInRhombus{to{clip-path:polygon(50% -100%,200% 50%,50% 200%,-100% 50%)}}@keyframes scrollClipInRhombus{to{clip-path:polygon(50% -100%,200% 50%,50% 200%,-100% 50%)}}:is(.scroll-clipInBottomLeft,.scroll-clipInBottomRight).is-scloaded{-webkit-animation-name:scrollClipInRhombus;animation-name:scrollClipInRhombus}.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 var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,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 var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,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 scrollCoatInOut{to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes scrollCoatInOut{to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes scrollCoatInOutAfterY{to{-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes scrollCoatInOutAfterY{to{-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes scrollCoatInOutAfterX{to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes scrollCoatInOutAfterX{to{-webkit-transform:scaleX(0);transform:scaleX(0)}}:is(.scroll-coatInBottomOut,.scroll-coatInLeftOut,.scroll-coatInRightOut).is-scloaded{-webkit-animation-name:scrollCoatInOut;animation-name:scrollCoatInOut}.scroll-coatInBottomOut.is-scloaded:after{-webkit-animation-name:scrollCoatInOutAfterY;animation-name:scrollCoatInOutAfterY}:is(.scroll-coatInLeftOut,.scroll-coatInRightOut).is-scloaded:after{-webkit-animation-name:scrollCoatInOutAfterX;animation-name:scrollCoatInOutAfterX}:is(.scroll-coatInBottomLeftOut,.scroll-coatInBottomRightOut):after{content:"";position:absolute;z-index:10;background-color:#333;-webkit-animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,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 scrollCoatInBottomLeftOutAfter{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 scrollCoatInBottomLeftOutAfter{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 scrollCoatInBottomRightOutAfter{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 scrollCoatInBottomRightOutAfter{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:scrollCoatInBottomLeftOutAfter;animation-name:scrollCoatInBottomLeftOutAfter}.scroll-coatInBottomRightOut.is-scloaded:after{-webkit-animation-name:scrollCoatInBottomRightOutAfter;animation-name:scrollCoatInBottomRightOutAfter}.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 var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,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 scrollCoatFadeOutAfter{to{opacity:0}}@keyframes scrollCoatFadeOutAfter{to{opacity:0}}@-webkit-keyframes scrollCoatOutAfterY{to{-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes scrollCoatOutAfterY{to{-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes scrollCoatOutAfterX{to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes scrollCoatOutAfterX{to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.scroll-coatFadeOut.is-scloaded:after{-webkit-animation-name:scrollCoatFadeOutAfter;animation-name:scrollCoatFadeOutAfter}:is(.scroll-coatOutTop,.scroll-coatOutBottom).is-scloaded:after{-webkit-animation-name:scrollCoatOutAfterY;animation-name:scrollCoatOutAfterY}:is(.scroll-coatOutLeft,.scroll-coatOutRight).is-scloaded:after{-webkit-animation-name:scrollCoatOutAfterX;animation-name:scrollCoatOutAfterX}.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;backdrop-filter:blur(4px);-webkit-animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,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:scrollCoatFadeOutAfter;animation-name:scrollCoatFadeOutAfter}:is(.scroll-blurOutTop,.scroll-blurOutBottom).is-scloaded:after{-webkit-animation-name:scrollCoatOutAfterY;animation-name:scrollCoatOutAfterY}:is(.scroll-blurOutLeft,.scroll-blurOutRight).is-scloaded:after{-webkit-animation-name:scrollCoatOutAfterX;animation-name:scrollCoatOutAfterX}.scroll-mirageInBottom,.scroll-mirageInLeft,.scroll-mirageInRight,.scroll-mirageInTop{position:relative;-webkit-animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,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(black));-webkit-mask-image:linear-gradient(to Bottom,rgba(0,0,0,0) 0%,black 50%,black 100%);mask-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(50%,black),to(black));mask-image:linear-gradient(to Bottom,rgba(0,0,0,0) 0%,black 50%,black 100%);-webkit-mask-size:100% 200%;mask-size:100% 200%;-webkit-mask-position:50% -100%;mask-position:50% -100%}.scroll-mirageInTop{-webkit-mask:no-repeat 50% 200%;mask:no-repeat 50% 200%;-webkit-mask-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),color-stop(50%,black),to(black));-webkit-mask-image:linear-gradient(to Top,rgba(0,0,0,0) 0%,black 50%,black 100%);mask-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),color-stop(50%,black),to(black));mask-image:linear-gradient(to Top,rgba(0,0,0,0) 0%,black 50%,black 100%);-webkit-mask-size:100% 200%;mask-size:100% 200%;-webkit-mask-position:50% 200%;mask-position:50% 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%;-webkit-mask-position:-100% 50%;mask-position:-100% 50%}.scroll-mirageInLeft{-webkit-mask:no-repeat 200% 50%;mask:no-repeat 200% 50%;-webkit-mask-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0)),color-stop(50%,black),to(black));-webkit-mask-image:linear-gradient(to Left,rgba(0,0,0,0) 0%,black 50%,black 100%);mask-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0)),color-stop(50%,black),to(black));mask-image:linear-gradient(to Left,rgba(0,0,0,0) 0%,black 50%,black 100%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-mask-position:200% 50%;mask-position:200% 50%}@-webkit-keyframes scrollMirageInBottom{to{-webkit-mask-position:50% 100%;mask-position:50% 100%}}@keyframes scrollMirageInBottom{to{-webkit-mask-position:50% 100%;mask-position:50% 100%}}@-webkit-keyframes scrollMirageInTop{to{-webkit-mask-position:50% 0%;mask-position:50% 0%}}@keyframes scrollMirageInTop{to{-webkit-mask-position:50% 0%;mask-position:50% 0%}}@-webkit-keyframes scrollMirageInRight{to{-webkit-mask-position:100% 50%;mask-position:100% 50%}}@keyframes scrollMirageInRight{to{-webkit-mask-position:100% 50%;mask-position:100% 50%}}@-webkit-keyframes scrollMirageInLeft{to{-webkit-mask-position:0% 50%;mask-position:0% 50%}}@keyframes scrollMirageInLeft{to{-webkit-mask-position:0% 50%;mask-position:0% 50%}}.scroll-mirageInBottom.is-scloaded{-webkit-animation-name:scrollMirageInBottom;animation-name:scrollMirageInBottom}.scroll-mirageInTop.is-scloaded{-webkit-animation-name:scrollMirageInTop;animation-name:scrollMirageInTop}.scroll-mirageInRight.is-scloaded{-webkit-animation-name:scrollMirageInRight;animation-name:scrollMirageInRight}.scroll-mirageInLeft.is-scloaded{-webkit-animation-name:scrollMirageInLeft;animation-name:scrollMirageInLeft}.scrapper-tepraInLeft,.scrapper-tepraInRight,.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight{position:relative;display:inline-block;overflow:hidden;-webkit-animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,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 scrollTepraInWidth{to{width:100%}}@keyframes scrollTepraInWidth{to{width:100%}}:is(.scrapper-tepraInLeft,.scrapper-tepraInRight).is-scloaded{-webkit-animation-name:scrollTepraInWidth;animation-name:scrollTepraInWidth}@-webkit-keyframes scrollTepraInHeight{to{height:100%}}@keyframes scrollTepraInHeight{to{height:100%}}:is(.scrapper-tepraInTopLeft,.scrapper-tepraInTopRight).is-scloaded{-webkit-animation-name:scrollTepraInHeight;animation-name:scrollTepraInHeight}:is(.scroll-growIn,.scroll-growOut,.scroll-shrinkIn,.scroll-shrinkOut){-webkit-animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,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 scrollGrowIn{to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scrollGrowIn{to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scrollGrowOut{to{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes scrollGrowOut{to{opacity:0;-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes scrollShrinkIn{to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scrollShrinkIn{to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scrollShrinkOut{to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes scrollShrinkOut{to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.scroll-growIn.is-scloaded{-webkit-animation-name:scrollGrowIn;animation-name:scrollGrowIn}.scroll-growOut.is-scloaded{-webkit-animation-name:scrollGrowOut;animation-name:scrollGrowOut}.scroll-shrinkIn.is-scloaded{-webkit-animation-name:scrollShrinkIn;animation-name:scrollShrinkIn}.scroll-shrinkOut.is-scloaded{-webkit-animation-name:scrollShrinkOut;animation-name:scrollShrinkOut}:is(.scroll-wipeInCentral,.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight){-webkit-animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.scroll-wipeInCentral{clip-path:circle(0% at 50% 50%)}.scroll-wipeInBottom{clip-path:inset(100% 0% 0% 0%)}.scroll-wipeInTop{clip-path:inset(0% 0% 100% 0%)}.scroll-wipeInLeft{clip-path:inset(0% 100% 0% 0%)}.scroll-wipeInRight{clip-path:inset(0% 0% 0% 100%)}@-webkit-keyframes scrollWipeInCentral{to{clip-path:circle(100% at 50% 50%)}}@keyframes scrollWipeInCentral{to{clip-path:circle(100% at 50% 50%)}}@-webkit-keyframes scrollWipeInInset{to{clip-path:inset(-999px)}}@keyframes scrollWipeInInset{to{clip-path:inset(-999px)}}.scroll-wipeInCentral.is-scloaded{-webkit-animation-name:scrollWipeInCentral;animation-name:scrollWipeInCentral}:is(.scroll-wipeInBottom,.scroll-wipeInTop,.scroll-wipeInLeft,.scroll-wipeInRight).is-scloaded{-webkit-animation-name:scrollWipeInInset;animation-name:scrollWipeInInset}:is(.scroll-flipInXUp,.scroll-flipInXDown,.scroll-flipInYFore,.scroll-flipInYBack){-webkit-animation:none 1s var(--ease-out-cubic,ease-out) 0.25s;animation:none 1s var(--ease-out-cubic,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 scrollFlipInXUp{to{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@keyframes scrollFlipInXUp{to{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}}@-webkit-keyframes scrollFlipInXDown{to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}}@keyframes scrollFlipInXDown{to{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}}.scroll-flipInXUp.is-scloaded{-webkit-animation-name:scrollFlipInXUp;animation-name:scrollFlipInXUp}.scroll-flipInXDown.is-scloaded{-webkit-animation-name:scrollFlipInXDown;animation-name:scrollFlipInXDown}.scroll-flipInYBack,.scroll-flipInYFore{-webkit-transform:rotateY(90deg);transform:rotateY(90deg)}@-webkit-keyframes scrollFlipInYFore{to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes scrollFlipInYFore{to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes scrollFlipInYBack{to{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}@keyframes scrollFlipInYBack{to{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}}.scroll-flipInYFore.is-scloaded{-webkit-animation-name:scrollFlipInYFore;animation-name:scrollFlipInYFore}.scroll-flipInYBack.is-scloaded{-webkit-animation-name:scrollFlipInYBack;animation-name:scrollFlipInYBack}: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 scrollRotationFore{0%,to{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}to{-webkit-transform:rotateZ(359deg);transform:rotateZ(359deg)}}@keyframes scrollRotationFore{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:scrollRotationFore;animation-name:scrollRotationFore}@-webkit-keyframes scrollRotationBack{0%,to{-webkit-transform:rotateZ(0deg);transform:rotateZ(0deg)}to{-webkit-transform:rotateZ(-359deg);transform:rotateZ(-359deg)}}@keyframes scrollRotationBack{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:scrollRotationBack;animation-name:scrollRotationBack}.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{clip-path:inset(100% 0% 0% 0%)}@-webkit-keyframes scrollEncourationToUp{50%{clip-path:inset(-1em)}to{clip-path:inset(0% 0% 100% 0%)}}@keyframes scrollEncourationToUp{50%{clip-path:inset(-1em)}to{clip-path:inset(0% 0% 100% 0%)}}.scroll-encourationToUp.is-scloaded{-webkit-animation-name:scrollEncourationToUp;animation-name:scrollEncourationToUp}.scroll-encourationToDown{clip-path:inset(0% 0% 100% 0%)}@-webkit-keyframes scrollEncourationToDown{50%{clip-path:inset(-1em)}to{clip-path:inset(100% 0% 0% 0%)}}@keyframes scrollEncourationToDown{50%{clip-path:inset(-1em)}to{clip-path:inset(100% 0% 0% 0%)}}.scroll-encourationToDown.is-scloaded{-webkit-animation-name:scrollEncourationToDown;animation-name:scrollEncourationToDown}.scroll-encourationToFore{clip-path:inset(0% 100% 0% 0%)}@-webkit-keyframes scrollEncourationToFore{50%{clip-path:inset(-1em)}to{clip-path:inset(0% 0% 0% 100%)}}@keyframes scrollEncourationToFore{50%{clip-path:inset(-1em)}to{clip-path:inset(0% 0% 0% 100%)}}.scroll-encourationToFore.is-scloaded{-webkit-animation-name:scrollEncourationToFore;animation-name:scrollEncourationToFore}.scroll-encourationToBack{clip-path:inset(0% 0% 0% 100%)}@-webkit-keyframes scrollEncourationToBack{50%{clip-path:inset(-1em)}to{clip-path:inset(0% 100% 0% 0%)}}@keyframes scrollEncourationToBack{50%{clip-path:inset(-1em)}to{clip-path:inset(0% 100% 0% 0%)}}.scroll-encourationToBack.is-scloaded{-webkit-animation-name:scrollEncourationToBack;animation-name:scrollEncourationToBack}.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 scrollChartationDonut{99%,to{stroke-dasharray:314.2% 314.2%}}@keyframes scrollChartationDonut{99%,to{stroke-dasharray:314.2% 314.2%}}.chart-donut.scroll-chartation.is-scloaded .chartbar-thumb{-webkit-animation-name:scrollChartationDonut;animation-name:scrollChartationDonut}.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 scrollLooptationToUpFirst{to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes scrollLooptationToUpFirst{to{-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@-webkit-keyframes scrollLooptationToUpLast{to{-webkit-transform:translateY(-200%);transform:translateY(-200%)}}@keyframes scrollLooptationToUpLast{to{-webkit-transform:translateY(-200%);transform:translateY(-200%)}}.scroll-looptationToUp.is-scloaded .loop-list:first-child{-webkit-animation-name:scrollLooptationToUpFirst;animation-name:scrollLooptationToUpFirst}.scroll-looptationToUp.is-scloaded .loop-list:last-child{-webkit-animation-name:scrollLooptationToUpLast;animation-name:scrollLooptationToUpLast}.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 scrollLooptationToDownFirst{to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes scrollLooptationToDownFirst{to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes scrollLooptationToDownLast{to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes scrollLooptationToDownLast{to{-webkit-transform:translateY(0);transform:translateY(0)}}.scroll-looptationToDown.is-scloaded .loop-list:first-child{-webkit-animation-name:scrollLooptationToDownFirst;animation-name:scrollLooptationToDownFirst}.scroll-looptationToDown.is-scloaded .loop-list:last-child{-webkit-animation-name:scrollLooptationToDownLast;animation-name:scrollLooptationToDownLast}: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 scrollLooptationToForeFirst{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes scrollLooptationToForeFirst{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes scrollLooptationToForeLast{to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes scrollLooptationToForeLast{to{-webkit-transform:translateX(0);transform:translateX(0)}}.scroll-looptationToFore.is-scloaded .loop-list:first-child{-webkit-animation-name:scrollLooptationToForeFirst;animation-name:scrollLooptationToForeFirst}.scroll-looptationToFore.is-scloaded .loop-list:last-child{-webkit-animation-name:scrollLooptationToForeLast;animation-name:scrollLooptationToForeLast}.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 scrollLooptationToBackFirst{to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes scrollLooptationToBackFirst{to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes scrollLooptationToBackLast{to{-webkit-transform:translateX(-200%);transform:translateX(-200%)}}@keyframes scrollLooptationToBackLast{to{-webkit-transform:translateX(-200%);transform:translateX(-200%)}}.scroll-looptationToBack.is-scloaded .loop-list:first-child{-webkit-animation-name:scrollLooptationToBackFirst;animation-name:scrollLooptationToBackFirst}.scroll-looptationToBack.is-scloaded .loop-list:last-child{-webkit-animation-name:scrollLooptationToBackLast;animation-name:scrollLooptationToBackLast}[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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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-clipInBottom,.scroll-clipInLeft,.scroll-clipInRight,.scroll-clipInBottomLeft,.scroll-clipInBottomRight,.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}