.sonik-loader-container{position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;width:100%;height:100vh;z-index:9999999;display:flex;align-items:center;justify-content:center}.sonik-loader{--x:1s;height:70px;width:57px;min-height:70px;min-width:57px;animation:loaderSpin var(--x) linear infinite,loaderChange calc(var(--x)*4/2) infinite linear calc(var(--x)/4);background-size:contain}@keyframes loaderChange{0%,25%{background-image:url(../img/learn.1b834d4e.svg)}25.01%,50%{background-image:url(../img/earn.b4685a2e.svg)}50.01%,75%{background-image:url(../img/save.c931b8ef.svg)}75.01%,to{background-image:url(../img/spend.b832cc4b.svg)}}@keyframes loaderSpin{to{transform:rotateY(1turn)}}@font-face{font-family:Poppins;src:url(../fonts/Poppins-Black.0573b923.ttf);font-weight:900}@font-face{font-family:Poppins;src:url(../fonts/Poppins-Bold.a3e0b5f4.ttf);font-weight:700}@font-face{font-family:Poppins;src:url(../fonts/Poppins-ExtraBold.544fa4f2.ttf);font-weight:800}@font-face{font-family:Poppins;src:url(../fonts/Poppins-ExtraLight.86a2f13e.ttf);font-weight:200}@font-face{font-family:Poppins;src:url(../fonts/Poppins-Light.f6ea751e.ttf);font-weight:300}@font-face{font-family:Poppins;src:url(../fonts/Poppins-Medium.f61a4eb2.ttf);font-weight:500}@font-face{font-family:Poppins;src:url(../fonts/Poppins-Regular.8b6af8e5.ttf);font-weight:400}@font-face{font-family:Poppins;src:url(../fonts/Poppins-SemiBold.4cdacb8f.ttf);font-weight:600}@font-face{font-family:Poppins;src:url(../fonts/Poppins-Thin.25cd0f68.ttf);font-weight:100}@font-face{font-family:Open-Sans;src:url(../fonts/OpenSans-ExtraBold.fb7e3a29.ttf);font-weight:800}@font-face{font-family:Open-Sans;src:url(../fonts/OpenSans-Bold.1025a6e0.ttf);font-weight:700}@font-face{font-family:Open-Sans;src:url(../fonts/OpenSans-SemiBold.ba5cde21.ttf);font-weight:600}@font-face{font-family:Open-Sans;src:url(../fonts/OpenSans-Regular.3ed9575d.ttf);font-weight:400}@font-face{font-family:Open-Sans;src:url(../fonts/OpenSans-Light.2d0bdc8d.ttf);font-weight:300}@font-face{font-family:Fredoka;src:url(../fonts/FredokaOne-Regular.4a2f2ea4.ttf);font-weight:400!important}h1{font-weight:400!important}:root{--main:#01a4c0;--secondary:#7a615a;--ternary:#303e65;--blueish:#7c8db5;--gray:#f2f7ff;--red:#ff4f79;--cool:#f8f5ed;--sans:"Open-Sans",sans-serif;--fredoka:"Fredoka",sans-serif}*{margin:0;padding:0;box-sizing:border-box}button{font-family:var(--fredoka)!important}body{background:#fff!important;font-family:Montserrat,sans-serif!important;scrollbar-width:none;font-size:16px;color:var(--secondary)!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility!important;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}::-webkit-scrollbar{width:0!important;background:transparent!important;display:none!important}#appMain{padding:0;height:100%}.loading{background:#36d5f2;width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999999;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;transition:all .3s ease}.loading h1{margin:0;margin-bottom:5px}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;z-index:9999}.page-enter-active,.page-leave-active{transition:opacity .5s}.page-enter,.page-leave-to{opacity:0}.layout-enter-active,.layout-leave-active{transition:opacity .5s}.layout-enter,.layout-leave-to{opacity:0}.slide-bottom-enter-active,.slide-bottom-leave-active{transition:opacity .25s ease-in-out,transform .25s ease-in-out}.slide-bottom-enter,.slide-bottom-leave-to{opacity:0;transform:translate3d(0,15px,0)}.bounce-enter-active{transform-origin:top;animation:bounce-in .8s}.bounce-leave-active{transform-origin:top;animation:bounce-out .5s}@keyframes bounce-in{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}@keyframes bounce-out{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(0)}}