@-webkit-keyframes animation-1sld7a4 {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
  }
}

@keyframes animation-1sld7a4 {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
  }
}

@-webkit-keyframes animation-16z1uo4 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animation-16z1uo4 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes animation-yjfgth {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes animation-yjfgth {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.card-content .block-card.expandable-node-reset .expandable-selected {
  -webkit-animation: animation-1sld7a4;
  animation: animation-1sld7a4;
}

.card-content.is-nested {
  display: grid;
  -webkit-animation: animation-yjfgth 225ms ease-out forwards;
  animation: animation-yjfgth 225ms ease-out forwards;
} 