/**
 * @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
 */
.countdown-timer[data-v-c2a7b20d] {
  text-align: center;
  display: block;
}
.countdown-timer span[data-v-c2a7b20d] {
  display: inline-block;
}
.countdown-timer__small[data-v-c2a7b20d] {
  padding: 8px;
}
.countdown-timer__small .headline[data-v-c2a7b20d] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .countdown-timer__small .headline[data-v-c2a7b20d], .-bg-section-dark .countdown-timer__small .headline[data-v-c2a7b20d], .-bg-page-dark .-bg-section-transparent .countdown-timer__small .headline[data-v-c2a7b20d] {
  color: #ffffff;
  fill: #ffffff;
}
.countdown-timer__small .headline a[data-v-c2a7b20d] {
  color: #000000;
}
.-bg-dark .countdown-timer__small .headline a[data-v-c2a7b20d], .-bg-section-dark .countdown-timer__small .headline a[data-v-c2a7b20d], .-bg-page-dark .-bg-section-transparent .countdown-timer__small .headline a[data-v-c2a7b20d] {
  color: #ffffff;
  fill: #ffffff;
}
.countdown-timer__small .headline[data-v-c2a7b20d] {
  margin: 0px 4px;
}
.countdown-timer__small .datestring[data-v-c2a7b20d] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .countdown-timer__small .datestring[data-v-c2a7b20d], .-bg-section-dark .countdown-timer__small .datestring[data-v-c2a7b20d], .-bg-page-dark .-bg-section-transparent .countdown-timer__small .datestring[data-v-c2a7b20d] {
  color: #ffffff;
  fill: #ffffff;
}
.countdown-timer__small .datestring a[data-v-c2a7b20d] {
  color: #000000;
}
.-bg-dark .countdown-timer__small .datestring a[data-v-c2a7b20d], .-bg-section-dark .countdown-timer__small .datestring a[data-v-c2a7b20d], .-bg-page-dark .-bg-section-transparent .countdown-timer__small .datestring a[data-v-c2a7b20d] {
  color: #ffffff;
  fill: #ffffff;
}
.countdown-timer__large[data-v-c2a7b20d] {
  padding: 12px;
}
.countdown-timer__large .headline[data-v-c2a7b20d] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .countdown-timer__large .headline[data-v-c2a7b20d], .-bg-section-dark .countdown-timer__large .headline[data-v-c2a7b20d], .-bg-page-dark .-bg-section-transparent .countdown-timer__large .headline[data-v-c2a7b20d] {
  color: #ffffff;
  fill: #ffffff;
}
.countdown-timer__large .headline a[data-v-c2a7b20d] {
  color: #000000;
}
.-bg-dark .countdown-timer__large .headline a[data-v-c2a7b20d], .-bg-section-dark .countdown-timer__large .headline a[data-v-c2a7b20d], .-bg-page-dark .-bg-section-transparent .countdown-timer__large .headline a[data-v-c2a7b20d] {
  color: #ffffff;
  fill: #ffffff;
}
.countdown-timer__large .headline[data-v-c2a7b20d] {
  margin: 0px 8px;
}
.countdown-timer__large .datestring[data-v-c2a7b20d] {
  font-family: "DenimINK-Medium", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .countdown-timer__large .datestring[data-v-c2a7b20d], .-bg-section-dark .countdown-timer__large .datestring[data-v-c2a7b20d], .-bg-page-dark .-bg-section-transparent .countdown-timer__large .datestring[data-v-c2a7b20d] {
  color: #ffffff;
  fill: #ffffff;
}
.countdown-timer__large .datestring a[data-v-c2a7b20d] {
  color: #000000;
}
.-bg-dark .countdown-timer__large .datestring a[data-v-c2a7b20d], .-bg-section-dark .countdown-timer__large .datestring a[data-v-c2a7b20d], .-bg-page-dark .-bg-section-transparent .countdown-timer__large .datestring a[data-v-c2a7b20d] {
  color: #ffffff;
  fill: #ffffff;
}