/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/components/navigation/footer/footer.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.menu--footer {
  --list-margin: 0;
  --list-padding: 0;
  --li-margin: 0;
  --li-padding: 0;
  --li-style-type: none;
}

.menu--footer .menu__item a {
  --display: inline;
  --transition: all 200ms ease-in-out;
  background-image: linear-gradient(0deg, var(--animate-background-gradient-color-1, currentColor) 0%, var(--animate-background-gradient-color-2, var(--animate-background-gradient-color-1, currentColor)) 100%);
  background-size: var(--animate-background-background-size-width, 0%) var(--animate-background-background-size-height, auto);
  background-repeat: no-repeat;
  background-position: var(--animate-background-background-position-x, left) bottom;
}
.menu--footer .menu__item a:focus, .menu--footer .menu__item a:hover {
  --animate-background-background-size-width: var(--animate-background-background-size-width-hover, 100%);
}

.menu--footer {
  font-size: 0.7501875469rem;
  display: flex;
}
.menu--footer .menu__item {
  display: flex;
  align-items: center;
}
.menu--footer .menu__item a {
  --a-color: #222222;
  --a-text-decoration: underline;
  --animate-background-gradient-color-1: #E6EFED;
}
.menu--footer .menu__item a:hover {
  --a-color: #222222;
}
.menu--footer .menu__item + .menu__item {
  margin-left: 0.5em;
}
.menu--footer .menu__item + .menu__item::before {
  content: "•";
  margin-right: 0.5em;
}
