.loader_dot-spinner__zaA05{--uib-size:2rem;--uib-speed:0.9s;--uib-color:rgb(255,255,255,0.2);position:relative;display:flex;align-items:center;justify-content:flex-start;height:var(--uib-size);width:var(--uib-size)}.loader_dot-spinner__dot__kRxh7{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:flex-start;height:100%;width:100%}.loader_dot-spinner__dot__kRxh7:before{content:"";height:20%;width:20%;border-radius:50%;background-color:var(--uib-color);transform:scale(0);opacity:.5;animation:loader_pulse0112__x2Ynb calc(var(--uib-speed) * 1.111) ease-in-out infinite;box-shadow:0 0 20px rgba(18,31,53,.3)}.loader_dot-spinner__dot__kRxh7:nth-child(2){transform:rotate(45deg)}.loader_dot-spinner__dot__kRxh7:nth-child(2):before{animation-delay:calc(var(--uib-speed) * -.875)}.loader_dot-spinner__dot__kRxh7:nth-child(3){transform:rotate(90deg)}.loader_dot-spinner__dot__kRxh7:nth-child(3):before{animation-delay:calc(var(--uib-speed) * -.75)}.loader_dot-spinner__dot__kRxh7:nth-child(4){transform:rotate(135deg)}.loader_dot-spinner__dot__kRxh7:nth-child(4):before{animation-delay:calc(var(--uib-speed) * -.625)}.loader_dot-spinner__dot__kRxh7:nth-child(5){transform:rotate(180deg)}.loader_dot-spinner__dot__kRxh7:nth-child(5):before{animation-delay:calc(var(--uib-speed) * -.5)}.loader_dot-spinner__dot__kRxh7:nth-child(6){transform:rotate(225deg)}.loader_dot-spinner__dot__kRxh7:nth-child(6):before{animation-delay:calc(var(--uib-speed) * -.375)}.loader_dot-spinner__dot__kRxh7:nth-child(7){transform:rotate(270deg)}.loader_dot-spinner__dot__kRxh7:nth-child(7):before{animation-delay:calc(var(--uib-speed) * -.25)}.loader_dot-spinner__dot__kRxh7:nth-child(8){transform:rotate(315deg)}.loader_dot-spinner__dot__kRxh7:nth-child(8):before{animation-delay:calc(var(--uib-speed) * -.125)}@keyframes loader_pulse0112__x2Ynb{0%,to{transform:scale(0);opacity:.5}50%{transform:scale(1);opacity:1}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}