.loaderNodule{align-items:center;background-color:#b1b2b0;bottom:0;display:flex;height:100%;justify-content:center;left:0;left:50%;overflow:hidden;position:fixed;right:0;top:0;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:100%;z-index:9999}.loaderLogo{height:123px;overflow:hidden;position:relative;width:120px}.loaderImage{align-items:center;bottom:0;display:flex;justify-content:center;margin:auto;position:absolute;right:0;top:0;transition:.5s cubic-bezier(.6,0,.4,1);z-index:999}.loaderImage,.loaderImage svg{height:100%;width:100%}.loaderImage1{align-items:center;-webkit-animation:linear;-webkit-animation-duration:.5s;-webkit-animation-name:run;display:flex;height:100%;justify-content:center;opacity:1;overflow:hidden;transition:.5s cubic-bezier(.6,0,.4,1);width:70%;z-index:999}.loaderImage1,.loaderImage1 svg{bottom:0;left:0;position:absolute;right:0;top:0}.loaderImage1 svg{height:123px;width:120px}.logoFadeOut .loaderImage,.logoFadeOut .loaderImage1{transform:translateY(-100%)}.logoFadeOut .loaderNodule{opacity:0;visibility:hidden}#leftRightShow{opacity:1}#leftRightHide,#leftRightShow{-webkit-animation:linear infinite;-webkit-animation-duration:.3s;-webkit-animation-name:run}.animFinish .loaderNodule{opacity:0;visibility:hidden}@-webkit-keyframes run{0%{width:0}to{width:70%}}