
.open-transition[data-v-613f3ac2] {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-transition: height 0.35s ease-in;
  transition: height 0.35s ease-in;
}
.close-transition[data-v-613f3ac2] {
  height: 0;
  -webkit-transition: height 0.35s ease-out;
  transition: height 0.35s ease-out;
}

