.app__loader{width:100%;height:100%;min-height:100vh;display:flex;justify-content:center;align-items:center}.app__imageParent{position:relative;width:130px;height:170px}.app__loaderSvgHex{box-sizing:border-box;fill:transparent;stroke-width:6;stroke:#e74761;stroke-dasharray:805;stroke-dashoffset:805;stroke-linecap:round;box-shadow:rgba(0,0,0,.23);animation:loaderComplete 1s ease-in-out .5s forwards}.app__loaderImageParent{width:90px;position:absolute;bottom:20%;left:6%;margin-bottom:25px}.app__loaderImage{width:100%;height:90%}@keyframes loaderComplete{0%{stroke-dashoffset:805}to{stroke-dashoffset:0}}