.c-Collapsible {
  @import "../resets/base";
  overflow: hidden;
  transition-property: height;
  will-change: height;
}
