/**
 * @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
 */
.blog-page[data-v-30b3ee0a] {
  padding: 24px 0px 0px 0px;
}
@media (min-width: 768px) {
.blog-page[data-v-30b3ee0a] {
    padding: 20px 0px 0px 0px;
}
}
.blog-title[data-v-30b3ee0a] {
  transform: scale(1.5, 1.1);
  text-align: center;
  margin-bottom: 20px;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 24px;
  letter-spacing: 0rem;
  text-transform: none;
}
@media (min-width: 768px) {
.blog-title[data-v-30b3ee0a] {
    font-size: 32px;
}
}
@media (min-width: 1025px) {
.blog-title[data-v-30b3ee0a] {
    font-size: 32px;
}
}
.blog-title[data-v-30b3ee0a] {
  color: #000000;
}
.-bg-dark .blog-title[data-v-30b3ee0a], .-bg-section-dark .blog-title[data-v-30b3ee0a], .-bg-page-dark .-bg-section-transparent .blog-title[data-v-30b3ee0a] {
  color: #ffffff;
  fill: #ffffff;
}
.blog-title[data-v-30b3ee0a] {
  letter-spacing: -0.06em;
}
@media (min-width: 768px) {
.blog-title[data-v-30b3ee0a] {
    margin-bottom: 32px;
}
}
.blog-nav[data-v-30b3ee0a] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0px 0px 2px 0px;
}
.blog-nav__link[data-v-30b3ee0a] {
  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 .blog-nav__link[data-v-30b3ee0a], .-bg-section-dark .blog-nav__link[data-v-30b3ee0a], .-bg-page-dark .-bg-section-transparent .blog-nav__link[data-v-30b3ee0a] {
  color: #ffffff;
  fill: #ffffff;
}
.blog-nav__link[data-v-30b3ee0a] {
  margin: 0px 0px 20px;
}
@media (min-width: 768px) {
.blog-nav[data-v-30b3ee0a] {
    margin-bottom: 0px;
}
.blog-nav__link[data-v-30b3ee0a] {
    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 .blog-nav__link[data-v-30b3ee0a], .-bg-section-dark .blog-nav__link[data-v-30b3ee0a], .-bg-page-dark .-bg-section-transparent .blog-nav__link[data-v-30b3ee0a] {
    color: #ffffff;
    fill: #ffffff;
}
.blog-nav__link[data-v-30b3ee0a] {
    margin: 0px 16px 40px;
    position: relative;
}
.blog-nav__link[data-v-30b3ee0a]:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    transition: width 400ms cubic-bezier(0.45, 0.05, 0.5, 0.1);
    border-bottom: 2px solid currentColor;
}
.blog-nav__link[data-v-30b3ee0a]:hover:after, .blog-nav__link[data-v-30b3ee0a]:focus:after {
    width: 100%;
}
}
.blog-see-all-categories[data-v-30b3ee0a] {
  width: 346px;
  border: 1px solid #000000;
  padding: 16px 12px;
  margin-bottom: 24px;
}
.blog-see-all-categories__link[data-v-30b3ee0a] {
  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 .blog-see-all-categories__link[data-v-30b3ee0a], .-bg-section-dark .blog-see-all-categories__link[data-v-30b3ee0a], .-bg-page-dark .-bg-section-transparent .blog-see-all-categories__link[data-v-30b3ee0a] {
  color: #ffffff;
  fill: #ffffff;
}
.blog-see-all-categories__link[data-v-30b3ee0a] {
  display: flex;
  justify-content: center;
}
.blog-categories-modal[data-v-30b3ee0a] .modal-dialog {
  max-width: 100%;
  margin: 12px 30px 0px 30px;
}
.blog-categories-modal[data-v-30b3ee0a] .modal-header {
  border-bottom: none;
  padding: 18px 0px 0px;
}
.blog-categories-modal[data-v-30b3ee0a] .modal-body {
  padding: 0px;
}
.blog-nav-category[data-v-30b3ee0a] {
  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 .blog-nav-category[data-v-30b3ee0a], .-bg-section-dark .blog-nav-category[data-v-30b3ee0a], .-bg-page-dark .-bg-section-transparent .blog-nav-category[data-v-30b3ee0a] {
  color: #ffffff;
  fill: #ffffff;
}
.blog-nav-subcategory[data-v-30b3ee0a] {
  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 .blog-nav-subcategory[data-v-30b3ee0a], .-bg-section-dark .blog-nav-subcategory[data-v-30b3ee0a], .-bg-page-dark .-bg-section-transparent .blog-nav-subcategory[data-v-30b3ee0a] {
  color: #ffffff;
  fill: #ffffff;
}
.blog-nav-subcategory a[data-v-30b3ee0a] {
  color: #000000;
}
.-bg-dark .blog-nav-subcategory a[data-v-30b3ee0a], .-bg-section-dark .blog-nav-subcategory a[data-v-30b3ee0a], .-bg-page-dark .-bg-section-transparent .blog-nav-subcategory a[data-v-30b3ee0a] {
  color: #ffffff;
  fill: #ffffff;
}
.blog-nav-subcategory[data-v-30b3ee0a] {
  padding: 0px;
}
.blog-nav-subcategory__link[data-v-30b3ee0a] {
  margin-top: 20px;
}
.blog-horizontal-line[data-v-30b3ee0a] {
  border-bottom: 1px solid #000000;
  margin: 18px 0px 18px;
}