.c-curtain{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:var(--root__color--white)}.c-curtain__loader{display:block;width:28px;height:28px;border:2px solid var(--root__color--dark-a50);border-top-color:var(--root__color--white);border-radius:50%;animation:c-curtain__loader var(--root__animation-duration--slow) linear infinite}@keyframes c-curtain__loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
