@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');#game-loading-area{padding-bottom:45px;transform-origin:center center;left:50%;top:50%;transform:translate(-50%,-50%);font-size:62.5%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(to bottom,#0081FE 30%,#00E5FF,#008EFF);width:100%;height:100%;position:absolute}#c-logo{max-width:420px;z-index:2;margin-left:auto;margin-right:auto;background:no-repeat center;background-size:contain;display:flex;width:100%;height:auto;margin-bottom:auto;transform:scaleY(1.1);margin-top:auto}#c-loading-bar-bg{z-index:2;width:min(600px,60%);height:1.6rem;background:#0049A7;display:flex;margin-left:auto;margin-right:auto;border-radius:15px;margin-top:15px;margin-bottom:10vh}#c-loading-bar-holder{z-index:2;width:98%;height:1.2rem;margin-left:auto;margin-right:auto;margin-top:auto;margin-bottom:auto;display:flex;visibility:hidden}#c-loading-bar{z-index:2;width:0;height:100%;display:flex;background:#FF6C00;visibility:visible;border-radius:15px}#c-loading-title{z-index:2;letter-spacing:2px;text-align:center;color:#FCAF00;font-size:3rem;margin-right:30px;margin-left:30px;margin-top:10vh;margin-bottom:auto;font-weight:bold;text-shadow:-2px 2px 0 #892E17,-2px -2px 0 #892E17,2px 2px 0 #892E17,2px -2px 0 #892E17}#c-loading-text{z-index:2;text-align:center;color:#7620DD;font-size:1.4rem;height:3.2rem;display:flex;justify-content:end;align-items:center;margin-top:auto;margin-right:30px;margin-left:30px;text-shadow:-1px 1px 0 #fff,-1px -1px 0 #fff,1px 1px 0 #fff,1px -1px 0 #fff}.oswald-text{font-family:"Oswald",serif;font-optical-sizing:auto;font-weight:700;font-style:normal}#c-loading-coins-pile{max-width:420px;z-index:1;width:100%;height:auto;flex:none;align-self:auto;position:absolute;display:block;background-repeat:no-repeat;background-size:auto 100%;bottom:0}#small-cloud-1{z-index:1;background-image:url(./../images/high/texs/tex_piggy_full_cloud.webp);width:8rem;height:8rem;flex:none;align-self:auto;position:absolute;display:block;background-repeat:no-repeat;background-size:contain;top:85px;right:30px}#small-cloud-2{z-index:1;background-image:url(./../images/high/texs/tex_piggy_full_cloud.webp);width:6rem;height:6rem;flex:none;align-self:auto;position:absolute;display:block;background-repeat:no-repeat;background-size:contain;top:35px;left:44px;opacity:65%;transform:scaleX(-1)}@media screen and (orientation:landscape){#orientation-warning{display:block;width:100%;height:100%;background-color:#000;color:#fff;text-align:center;font-size:3rem;position:absolute;align-content:center}}@media screen and (orientation:portrait){#orientation-warning{display:none}}