.loading-card-container{cursor:progress;width:var(--itin-card-width);height:auto;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.25);margin-bottom:30px}.loading-card-image{height:200px;overflow:hidden}.loading-btn{height:30px;width:40.33%;border-radius:18px;background:linear-gradient(90deg,transparent,#fff,transparent),linear-gradient(#eee,#eee);background-repeat:no-repeat;animation:loading 1.5s infinite}.loading-logo-block{display:flex;justify-content:center;cursor:progress;height:150;overflow:hidden}.loading-logo{height:100px;width:43.33%;border-radius:18px;background:linear-gradient(90deg,transparent,#fff,transparent),linear-gradient(#eee,#eee);background-repeat:no-repeat;animation:loading 1.5s infinite}.loading-card-content-container{box-sizing:border-box;padding:23px}.loading-card-title{height:10px;width:80%}.loading-card-content,.loading-card-title{background:linear-gradient(90deg,transparent,#fff,transparent),linear-gradient(#eee,#eee);background-repeat:no-repeat;animation:loading 1.5s infinite}.loading-card-content{height:200px;width:100%}.loading-card-content2{height:10px;width:270px;background:linear-gradient(90deg,transparent,#fff,transparent),linear-gradient(#eee,#eee);background-repeat:no-repeat;background-size:315px 250px,315px 180px,100px 100px,225px 30px;background-position:-315px 0,0 0,0 190px,50px 195px;animation:loading 1.5s infinite}@keyframes loading{to{background-position:315px 0,0 0,0 190px,50px 195px}}