:root{--rcs-circle-color:#fff;--rcs-circle-size:64px}.rcs-circle{display:inline-block;width:var(--rcs-circle-size);height:var(--rcs-circle-size);transform:translateZ(1px)}.rcs-circle>div{display:inline-block;width:100%;height:100%;border-radius:50%;background:var(--rcs-circle-color);-webkit-animation:rcs-circle 2.4s cubic-bezier(0,.2,.8,1) infinite;animation:rcs-circle 2.4s cubic-bezier(0,.2,.8,1) infinite}@-webkit-keyframes rcs-circle{0%,100%{-webkit-animation-timing-function:cubic-bezier(.5,0,1,.5);animation-timing-function:cubic-bezier(.5,0,1,.5)}0%{transform:rotateY(0)}50%{transform:rotateY(1800deg);-webkit-animation-timing-function:cubic-bezier(0,.5,.5,1);animation-timing-function:cubic-bezier(0,.5,.5,1)}100%{transform:rotateY(3600deg)}}@keyframes rcs-circle{0%,100%{-webkit-animation-timing-function:cubic-bezier(.5,0,1,.5);animation-timing-function:cubic-bezier(.5,0,1,.5)}0%{transform:rotateY(0)}50%{transform:rotateY(1800deg);-webkit-animation-timing-function:cubic-bezier(0,.5,.5,1);animation-timing-function:cubic-bezier(0,.5,.5,1)}100%{transform:rotateY(3600deg)}}:root{--rcs-dual-ring-color:#fff;--rcs-dual-ring-size:64px;--rcs-dual-ring-thickness:5px}.rcs-dual-ring{display:inline-block}.rcs-dual-ring:after{content:' ';display:block;width:calc(var(--rcs-dual-ring-size) - 2 * var(--rcs-dual-ring-thickness));height:calc(var(--rcs-dual-ring-size) - 2 * var(--rcs-dual-ring-thickness));border-radius:50%;border:var(--rcs-dual-ring-thickness) solid var(--rcs-dual-ring-color);border-color:var(--rcs-dual-ring-color) transparent;-webkit-animation:rcs-dual-ring 1.2s linear infinite;animation:rcs-dual-ring 1.2s linear infinite}@-webkit-keyframes rcs-dual-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes rcs-dual-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}:root{--rcs-ellipsis-color:#fff;--rcs-ellipsis-size:64px}.rcs-ellipsis{display:inline-block;position:relative;width:var(--rcs-ellipsis-size);height:var(--rcs-ellipsis-size)}.rcs-ellipsis div{position:absolute;top:calc(var(--rcs-ellipsis-size)/ 2.42424);width:calc(var(--rcs-ellipsis-size)/ 6.15385);height:calc(var(--rcs-ellipsis-size)/ 6.15385);border-radius:50%;background:var(--rcs-ellipsis-color);-webkit-animation-timing-function:cubic-bezier(0,1,1,0);animation-timing-function:cubic-bezier(0,1,1,0)}.rcs-ellipsis div:nth-child(1){left:calc(var(--rcs-ellipsis-size)/ 10);-webkit-animation:rcs-ellipsis1 .6s infinite;animation:rcs-ellipsis1 .6s infinite}.rcs-ellipsis div:nth-child(2){left:calc(var(--rcs-ellipsis-size)/ 10);-webkit-animation:rcs-ellipsis2 .6s infinite;animation:rcs-ellipsis2 .6s infinite}.rcs-ellipsis div:nth-child(3){left:calc(var(--rcs-ellipsis-size)/ 2.5);-webkit-animation:rcs-ellipsis2 .6s infinite;animation:rcs-ellipsis2 .6s infinite}.rcs-ellipsis div:nth-child(4){left:calc(var(--rcs-ellipsis-size)/ 1.42857);-webkit-animation:rcs-ellipsis3 .6s infinite;animation:rcs-ellipsis3 .6s infinite}@-webkit-keyframes rcs-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes rcs-ellipsis1{0%{transform:scale(0)}100%{transform:scale(1)}}@-webkit-keyframes rcs-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes rcs-ellipsis3{0%{transform:scale(1)}100%{transform:scale(0)}}@-webkit-keyframes rcs-ellipsis2{0%{transform:translate(0,0)}100%{transform:translate(calc(var(--rcs-ellipsis-size)/ 3.33333),0)}}@keyframes rcs-ellipsis2{0%{transform:translate(0,0)}100%{transform:translate(calc(var(--rcs-ellipsis-size)/ 3.33333),0)}}:root{--rcs-grid-color:#fff;--rcs-grid-size:64px}.rcs-grid{display:inline-block;position:relative;width:var(--rcs-grid-size);height:var(--rcs-grid-size)}.rcs-grid div{position:absolute;width:calc(var(--rcs-grid-size)/ 5);height:calc(var(--rcs-grid-size)/ 5);border-radius:50%;background:var(--rcs-grid-color);-webkit-animation:rcs-grid 1.2s linear infinite;animation:rcs-grid 1.2s linear infinite}.rcs-grid div:nth-child(1){top:calc(var(--rcs-grid-size)/ 10);left:calc(var(--rcs-grid-size)/ 10);-webkit-animation-delay:0s;animation-delay:0s}.rcs-grid div:nth-child(2){top:calc(var(--rcs-grid-size)/ 10);left:calc(var(--rcs-grid-size)/ 2.5);-webkit-animation-delay:-.4s;animation-delay:-.4s}.rcs-grid div:nth-child(3){top:calc(var(--rcs-grid-size)/ 10);left:calc(var(--rcs-grid-size)/ 1.42857);-webkit-animation-delay:-.8s;animation-delay:-.8s}.rcs-grid div:nth-child(4){top:calc(var(--rcs-grid-size)/ 2.5);left:calc(var(--rcs-grid-size)/ 10);-webkit-animation-delay:-.4s;animation-delay:-.4s}.rcs-grid div:nth-child(5){top:calc(var(--rcs-grid-size)/ 2.5);left:calc(var(--rcs-grid-size)/ 2.5);-webkit-animation-delay:-.8s;animation-delay:-.8s}.rcs-grid div:nth-child(6){top:calc(var(--rcs-grid-size)/ 2.5);left:calc(var(--rcs-grid-size)/ 1.42857);-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.rcs-grid div:nth-child(7){top:calc(var(--rcs-grid-size)/ 1.42857);left:calc(var(--rcs-grid-size)/ 10);-webkit-animation-delay:-.8s;animation-delay:-.8s}.rcs-grid div:nth-child(8){top:calc(var(--rcs-grid-size)/ 1.42857);left:calc(var(--rcs-grid-size)/ 2.5);-webkit-animation-delay:-1.2s;animation-delay:-1.2s}.rcs-grid div:nth-child(9){top:calc(var(--rcs-grid-size)/ 1.42857);left:calc(var(--rcs-grid-size)/ 1.42857);-webkit-animation-delay:-1.6s;animation-delay:-1.6s}@-webkit-keyframes rcs-grid{0%,100%{opacity:1}50%{opacity:.5}}@keyframes rcs-grid{0%,100%{opacity:1}50%{opacity:.5}}:root{--rcs-hourglass-color:#fff;--rcs-hourglass-size:64px}.rcs-hourglass{display:inline-block;position:relative;width:var(--rcs-hourglass-size);height:var(--rcs-hourglass-size)}.rcs-hourglass:after{content:' ';display:block;border-radius:50%;width:0;height:0;box-sizing:border-box;border:calc(var(--rcs-hourglass-size)/ 2) solid var(--rcs-hourglass-color);border-color:var(--rcs-hourglass-color) transparent;-webkit-animation:rcs-hourglass 1.2s infinite;animation:rcs-hourglass 1.2s infinite}@-webkit-keyframes rcs-hourglass{0%{transform:rotate(0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{transform:rotate(900deg);-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}100%{transform:rotate(1800deg)}}@keyframes rcs-hourglass{0%{transform:rotate(0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{transform:rotate(900deg);-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}100%{transform:rotate(1800deg)}}:root{--rcs-ring-color:#fff;--rcs-ring-size:64px;--rcs-ring-thickness:6px}.rcs-ring{display:inline-block;position:relative;width:var(--rcs-ring-size);height:var(--rcs-ring-size)}.rcs-ring div{box-sizing:border-box;display:block;position:absolute;width:100%;height:100%;border:var(--rcs-ring-thickness) solid var(--rcs-ring-color);border-radius:50%;-webkit-animation:rcs-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:rcs-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--rcs-ring-color) transparent transparent transparent}.rcs-ring div:nth-child(1){-webkit-animation-delay:-.45s;animation-delay:-.45s}.rcs-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.rcs-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes rcs-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes rcs-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}:root{--rcs-ripple-color:#fff;--rcs-ripple-size:64px;--rcs-ripple-thickness:4px}.rcs-ripple{display:inline-block;position:relative;width:var(--rcs-ripple-size);height:var(--rcs-ripple-size)}.rcs-ripple div{position:absolute;border:var(--rcs-ripple-thickness) solid var(--rcs-ripple-color);border-radius:50%;-webkit-animation:rcs-ripple 1s cubic-bezier(0,.2,.8,1) infinite;animation:rcs-ripple 1s cubic-bezier(0,.2,.8,1) infinite}.rcs-ripple div:nth-child(2){-webkit-animation-delay:-.5s;animation-delay:-.5s}@-webkit-keyframes rcs-ripple{0%{top:calc(var(--rcs-ripple-size)/ 2.22222);left:calc(var(--rcs-ripple-size)/ 2.22222);width:0;height:0;opacity:1}100%{top:0;left:0;width:calc(var(--rcs-ripple-size)/ 1.11111);height:calc(var(--rcs-ripple-size)/ 1.11111);opacity:0}}@keyframes rcs-ripple{0%{top:calc(var(--rcs-ripple-size)/ 2.22222);left:calc(var(--rcs-ripple-size)/ 2.22222);width:0;height:0;opacity:1}100%{top:0;left:0;width:calc(var(--rcs-ripple-size)/ 1.11111);height:calc(var(--rcs-ripple-size)/ 1.11111);opacity:0}}:root{--rcs-roller-color:#fff;--rcs-roller-size:64px}.rcs-roller{display:inline-block;position:relative;width:var(--rcs-roller-size);height:var(--rcs-roller-size)}.rcs-roller div{-webkit-animation:rcs-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:rcs-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;transform-origin:calc(var(--rcs-roller-size)/ 2) calc(var(--rcs-roller-size)/ 2)}.rcs-roller div:after{content:' ';display:block;position:absolute;width:calc(var(--rcs-roller-size)/ 11.42857);height:calc(var(--rcs-roller-size)/ 11.42857);border-radius:50%;background:var(--rcs-roller-color);margin:calc(var(--rcs-roller-size)/ -20) 0 0 calc(var(--rcs-roller-size)/ -20)}.rcs-roller div:nth-child(1){-webkit-animation-delay:-36ms;animation-delay:-36ms}.rcs-roller div:nth-child(1):after{top:calc(var(--rcs-roller-size)/ 1.26984);left:calc(var(--rcs-roller-size)/ 1.26984)}.rcs-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.rcs-roller div:nth-child(2):after{top:calc(var(--rcs-roller-size)/ 1.17647);left:calc(var(--rcs-roller-size)/ 1.42857)}.rcs-roller div:nth-child(3){-webkit-animation-delay:-108ms;animation-delay:-108ms}.rcs-roller div:nth-child(3):after{top:calc(var(--rcs-roller-size)/ 1.12676);left:calc(var(--rcs-roller-size)/ 1.66666)}.rcs-roller div:nth-child(4){-webkit-animation-delay:-144ms;animation-delay:-144ms}.rcs-roller div:nth-child(4):after{top:calc(var(--rcs-roller-size)/ 1.11111);left:calc(var(--rcs-roller-size)/ 2)}.rcs-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.rcs-roller div:nth-child(5):after{top:calc(var(--rcs-roller-size)/ 1.12676);left:calc(var(--rcs-roller-size)/ 2.5)}.rcs-roller div:nth-child(6){-webkit-animation-delay:-216ms;animation-delay:-216ms}.rcs-roller div:nth-child(6):after{top:calc(var(--rcs-roller-size)/ 1.17647);left:calc(var(--rcs-roller-size)/ 3.33333)}.rcs-roller div:nth-child(7){-webkit-animation-delay:-252ms;animation-delay:-252ms}.rcs-roller div:nth-child(7):after{top:calc(var(--rcs-roller-size)/ 1.26984);left:calc(var(--rcs-roller-size)/ 4.70588)}.rcs-roller div:nth-child(8){-webkit-animation-delay:-288ms;animation-delay:-288ms}.rcs-roller div:nth-child(8):after{top:calc(var(--rcs-roller-size)/ 1.42857);left:calc(var(--rcs-roller-size)/ 6.66666)}@-webkit-keyframes rcs-roller{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes rcs-roller{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}:root{--rcs-wave-color:#fff;--rcs-wave-size:64px;--rcs-wave-thickness:12px}.rcs-wave{display:inline-block;position:relative;width:var(--rcs-wave-size);height:var(--rcs-wave-size)}.rcs-wave div{display:inline-block;position:absolute;left:calc(var(--rcs-wave-size)/ 10);width:var(--rcs-wave-thickness);background:var(--rcs-wave-color);-webkit-animation:rcs-wave 1.2s cubic-bezier(0,.5,.5,1) infinite;animation:rcs-wave 1.2s cubic-bezier(0,.5,.5,1) infinite}.rcs-wave div:nth-child(1){left:calc(var(--rcs-wave-size)/ 10);-webkit-animation-delay:-.24s;animation-delay:-.24s}.rcs-wave div:nth-child(2){left:calc(var(--rcs-wave-size)/ 2.5);-webkit-animation-delay:-.12s;animation-delay:-.12s}.rcs-wave div:nth-child(3){left:calc(var(--rcs-wave-size)/ 1.42857);-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes rcs-wave{0%{top:calc(var(--rcs-wave-size)/ 10);height:calc(var(--rcs-wave-size)/ 1.25)}100%,50%{top:calc(var(--rcs-wave-size)/ 3.33333);height:calc(var(--rcs-wave-size)/ 2.5)}}@keyframes rcs-wave{0%{top:calc(var(--rcs-wave-size)/ 10);height:calc(var(--rcs-wave-size)/ 1.25)}100%,50%{top:calc(var(--rcs-wave-size)/ 3.33333);height:calc(var(--rcs-wave-size)/ 2.5)}}