/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/menu-footer/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.mw-menu-footer__container {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-9xl);
}
.mw-menu-footer__list {
  margin: 0;
  list-style-type: none;
}
.mw-menu-footer__list--primary {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  white-space: nowrap;
  padding: 0;
}
.mw-menu-footer__list--secondary, .mw-menu-footer__list--tierce {
  list-style-type: disc;
  padding-left: 20px;
  color: rgb(var(--color-body-600));
}
.mw-menu-footer__list-secondary-tierce {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.mw-menu-footer__list-secondary-tierce h2 {
  color: rgb(var(--color-body-600));
  font-family: var(--font-family--body), sans-serif;
  font-size: var(--typography-text-md-font-size);
  font-style: normal;
  font-weight: 600;
  line-height: var(--typography-text-md-line-height);
  margin: 0;
}
.mw-menu-footer__list-secondary-tierce--content {
  display: flex;
  gap: var(--spacing-9xl);
}
.mw-menu-footer__item--primary {
  display: flex;
}
.mw-menu-footer__item--current .mw-menu-footer__link {
  font-weight: 700;
}
.mw-menu-footer__link {
  text-decoration: none;
  font-size: var(--typography-text-md-font-size);
  font-style: normal;
  font-weight: 600;
  font-family: "Inter";
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  font-family: var(--font-family--body), sans-serif;
}
.mw-menu-footer__link--primary {
  color: rgb(var(--color-primary-600));
}
.mw-menu-footer__link--secondary, .mw-menu-footer__link--tierce {
  font-family: var(--font-family--body), sans-serif;
  font-size: var(--typography-text-md-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: var(--typography-text-md-line-height);
  color: rgb(var(--color-body-600));
}
.mw-menu-footer__link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transition: width 0.3s ease-in-out;
}
.mw-menu-footer__link:hover::after {
  width: 100%;
}
.mw-menu-footer__link--current {
  font-weight: 700;
}
.mw-menu-footer__group {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
}
.mw-menu-footer__group-title {
  font-size: var(--typography-text-md-font-size);
  font-weight: 600;
  font-family: "Inter";
  white-space: nowrap;
}
.mw-menu-footer__sub-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: var(--spacing-xs) var(--spacing-3xl);
}
.mw-menu-footer__sub-item {
  display: flex;
  align-items: center;
  gap: var(--spacing-xs);
}
.mw-menu-footer__sub-item::before {
  content: "•";
  flex-shrink: 0;
}
.mw-menu-footer__sub-link {
  text-decoration: none;
  font-size: var(--typography-text-sm-font-size);
  font-family: "Inter";
  white-space: nowrap;
}
.mw-menu-footer__sub-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 744px) {
  .mw-menu-footer {
    width: 100%;
  }
  .mw-menu-footer__list--tierce {
    padding-left: 20px;
  }
  .mw-menu-footer__container {
    flex-wrap: wrap;
    justify-content: left;
  }
  .mw-menu-footer__sub-list {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=style-index.css.map*/