@keyframes _shimmer_1cu2x_1 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

._loader_1cu2x_19 {
  height: 100%;
  width: 100%;
  inset: 0;
}

._loading_1cu2x_31 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #1e3860;
}

._1es6o1h0 ._loading_1cu2x_31 {
  background-color: var(--_1073cm8f);
}

.fl2fv50 ._loading_1cu2x_31 {
  background-color: #28587d;
}

._loading_1cu2x_31::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 190%;
  height: 100%;
  background: linear-gradient(
    65deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 80%
  );
  animation: _shimmer_1cu2x_1 1.3s infinite linear;
  z-index: 1;
}
