.bouncing-bag{left:0;top:0;transform:translateY(-50%);z-index:2;height:360px;display:flex;flex-direction:column;align-items:center;pointer-events:none}.bag,.bouncing-bag{position:absolute;width:320px}.bag{height:auto;animation:bounce 1s infinite alternate;transform-origin:bottom;top:94px}.shadow{position:absolute;bottom:0;left:25%;width:50%;height:20px;background:rgba(0,0,0,.2);border-radius:50%;filter:blur(3px);animation:shadow 1s infinite alternate}@keyframes bounce{0%{transform:scaleX(-1) translateY(0) scale(1)}to{transform:scaleX(-1) translateY(-60px) scale(1.05,.95)}}@keyframes shadow{0%{transform:scale(1.1);opacity:.7}to{transform:scale(.7);opacity:.1}}.bouncing-bag-row{display:none}@media (max-width:991px){.bouncing-bag{display:none!important}.bouncing-bag-row{display:flex;justify-content:center;margin-top:32px;width:100%}}.bouncing-bag-mobile{display:none}@media (max-width:991px){.bouncing-bag-mobile{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:static;width:220px;height:auto;margin:32px auto 0;pointer-events:none}.bag-mobile{width:180px;height:auto;animation:bounce-mobile 1s infinite alternate;margin-bottom:-45px;z-index:1}.bag-mobile,.shadow-mobile{position:relative;display:block}.shadow-mobile{width:80px;height:16px;background:rgba(0,0,0,.2);border-radius:50%;filter:blur(2px);animation:shadow-mobile 1s infinite alternate;margin:0 auto;z-index:0;top:0}}@keyframes bounce-mobile{0%{transform:translateY(0) scale(1)}to{transform:translateY(-18px) scale(1.05,.95)}}@keyframes shadow-mobile{0%{transform:scale(1.1) translateY(0);opacity:.7}to{transform:scale(.7) translateY(-6px);opacity:.1}}