.neo-layout-card {
  display: flex;
  align-items: stretch;
}
.neo-layout-card > * {
  flex: 1 0 100%;
}
.neo-layout-card > *.neo-inactive-item {
  display: none !important;
}
.neo-layout-card .neo-animation-wrapper {
  display: flex;
  transition: transform 300ms cubic-bezier(0.47, 0, 0.745, 0.715);
  will-change: transform;
}
.neo-layout-card .neo-animation-wrapper > * {
  flex: 1 0 auto;
}
.neo-layout-card .neo-relative {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/*# sourceMappingURL=Card.css.map */