/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/footer/footer.scss ***!
  \***********************************************************************************************************************************************************/
.gin-secondary-toolbar {
  display: none;
}

.gin-secondary-toolbar {
  display: none;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.footer {
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 0.8888888889em + 16 * (100vw - 360px) / 2840, 32px);
}
.footer__logo {
  width: 200px;
  height: 100px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
}
.footer__site-slogan {
  color: var(--white);
}
.footer__social {
  width: 100%;
  align-self: center;
}

.sub-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: clamp(16px, 0.8888888889em + 16 * (100vw - 360px) / 2840, 32px);
  flex-direction: column;
  color: var(--white);
}
@media (min-width: 62em) {
  .sub-footer {
    justify-content: space-between;
    flex-direction: row;
  }
}
.sub-footer__item {
  font-size: clamp(18px, 1em + -4 * (100vw - 360px) / 2840, 14px);
}
@media (min-width: 62em) {
  .sub-footer__item {
    width: auto;
  }
}
.sub-footer__item a {
  color: var(--white);
  text-decoration: underline;
}
.sub-footer__item a:hover {
  color: var(--hover-color);
}

.menu--footer .menu__list {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 0.8888888889em + 16 * (100vw - 360px) / 2840, 32px);
}
.menu--footer .menu__item {
  list-style: none;
}
.menu--footer .menu__item-link {
  color: var(--white);
}
.menu--footer .menu__item-link:hover {
  color: var(--hover-color);
}
.menu--sub-footer .menu__list {
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 0.8888888889em + 16 * (100vw - 360px) / 2840, 32px);
  justify-content: center;
  align-items: center;
}
@media (min-width: 62em) {
  .menu--sub-footer .menu__list {
    flex-direction: row;
  }
}
.menu--sub-footer .menu__item {
  list-style: none;
}

/*# sourceMappingURL=footer.min.css.map*/