.sitemap-block h1 {
  font-size: 2.8rem;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .sitemap-block h1 {
    margin: 0 0 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sitemap-block h1 {
    margin: 0 0 2rem 0;
    font-size: 2rem;
  }
}
.sitemap-block h2 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sitemap-block h2 {
    font-size: 1.5rem;
  }
  .sitemap-block h2 a {
    font-size: 1.3rem !important;
  }
}
.sitemap-block h3 {
  font-size: 1.4rem;
}
.sitemap-block ul {
  list-style: none;
}
.sitemap-block ul li {
  margin: 0;
}
.sitemap-block ul.other-pages {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .sitemap-block ul.other-pages {
    justify-content: flex-start;
  }
}
.sitemap-block a {
  transition: 0.2s;
}
.sitemap-block a:hover {
  color: #fd9e20;
}
.sitemap-block .category-group {
  border: 1px solid #ececf0;
  border-radius: 0.5rem;
  padding: 1rem;
}
.sitemap-block .category-group h2 {
  border-bottom: 1px solid #ececf0;
  margin-bottom: 0.7rem;
  padding-bottom: 0.7rem;
}
.sitemap-block .category-group h2 a {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  color: #27274d;
}
.sitemap-block .category-group h2 a:hover {
  color: #fd9e20;
}
.sitemap-block .category-group .subcategories {
  margin-top: 1rem;
}
.sitemap-block .category-group .subcategories .subcategory-section ul {
  margin-top: 0.5rem;
}
@media screen and (max-width: 575px) {
  .sitemap-block .other-pages-wrapper {
    margin-top: 1rem !important;
    padding-top: 2rem !important;
  }
}
@media screen and (max-width: 575px) {
  .sitemap-block .category-wrapper > div {
    margin-bottom: 0 !important;
  }
}

/*# sourceMappingURL=front.css.map */
