/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.caret-icon[data-v-150ff985] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: rotate(-90deg);
}
.caret-icon.collapsed[data-v-150ff985] {
  transform: rotate(90deg);
}/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.card[data-v-4dbc2ebb] {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #f3f3f3;
}
.card h2[data-v-4dbc2ebb],
.card h3[data-v-4dbc2ebb] {
  margin: 0px;
  padding: 0px;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.card[data-v-4dbc2ebb] .card-header {
  border: none;
  background-color: #ffffff;
  margin: 24px 0px;
  padding: 0px;
  cursor: pointer;
  user-select: none;
}
@media (min-width: 768px) {
.card[data-v-4dbc2ebb] .card-header {
    margin: 20px 0px 16px;
    padding: 4px 0px 4px 0px;
}
}
.card[data-v-4dbc2ebb] .card-header .card-header__text {
  margin-top: 8px;
}
.card[data-v-4dbc2ebb] .card-header .card-header__text .facet-label {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .card[data-v-4dbc2ebb] .card-header .card-header__text .facet-label, .-bg-section-dark .card[data-v-4dbc2ebb] .card-header .card-header__text .facet-label, .-bg-page-dark .-bg-section-transparent .card[data-v-4dbc2ebb] .card-header .card-header__text .facet-label {
  color: #ffffff;
  fill: #ffffff;
}
.card[data-v-4dbc2ebb] .card-header .card-header__text .facet-label a {
  color: #000000;
}
.-bg-dark .card[data-v-4dbc2ebb] .card-header .card-header__text .facet-label a, .-bg-section-dark .card[data-v-4dbc2ebb] .card-header .card-header__text .facet-label a, .-bg-page-dark .-bg-section-transparent .card[data-v-4dbc2ebb] .card-header .card-header__text .facet-label a {
  color: #ffffff;
  fill: #ffffff;
}
.card[data-v-4dbc2ebb] .card-header .card-header__text .facet-label {
  text-transform: capitalize;
}
.card[data-v-4dbc2ebb] .card-body {
  padding: 0px 1px;
}
@media (min-width: 768px) {
.card[data-v-4dbc2ebb] .card-header.child-header {
    margin: 0px;
    padding: 0px;
}
.card[data-v-4dbc2ebb] .card-header.child-header h3 {
    margin: 0px;
}
}