.se-pre-con{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:9999}.dot-pulse,.se-pre-con{display:flex;justify-content:center;align-items:center}.dot-pulse{gap:6px}.dot-pulse span{width:15px;height:15px;border-radius:50%;background-color:var(--color-primary-100);animation:dotPulse 1.5s ease-in-out infinite}.dot-pulse span:first-child{animation-delay:0s}.dot-pulse span:nth-child(2){animation-delay:.3s}.dot-pulse span:nth-child(3){animation-delay:.6s}@keyframes dotPulse{0%{transform:scale(1.4);opacity:1}50%{transform:scale(0);opacity:.5}to{transform:scale(1.4);opacity:1}}