@keyframes _infiniteRotation_14h9i_1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
._roundIcon_14h9i_12 {
  background-color: var(--beigelight);
  display: inline-flex;
  border-radius: 50%;
  color: var(--beigedarker);
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
}
._roundIcon_14h9i_12._dark_14h9i_22 {
  background-color: var(--beigedarker);
  color: white;
}
._roundIcon_14h9i_12._rotating_14h9i_26 {
  animation: _infiniteRotation_14h9i_1 4s linear infinite;
}