/* Generated by less 3.11.1 */
.toggle-content {
  display: none;
  height: 0;
  overflow: hidden;
  transition: height 350ms ease-in-out;
}
.toggle-content.is-visible {
  display: block;
  height: auto;
}
