.loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.1);backdrop-filter:blur(5px);z-index:9999}.rhombus2{border-radius:10px;height:75px;width:75px;margin:100px auto 10px;float:center;animation-delay:.9s;animation-duration:.8s;animation-name:pump;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:cubic-bezier(.26,-.53,.57,2.32)}.rhombus2:before{content:"";position:absolute;background:#ab0002;height:40px;width:40px;z-index:0;margin-top:15px;margin-left:15px;transform:rotate(45deg)}.rhombus2 .circle21,.rhombus2 .circle22{content:"";position:absolute;background:#ab0002;height:40px;width:40px;z-index:1;border-radius:50%}.rhombus2 .circle22{margin-left:30px}@keyframes pump{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes change2{25%,50%{margin-top:30px;margin-left:0}75%,to{margin-top:0;margin-left:30px}}