@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300..500&family=Montserrat:wght@300..700&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap";
@keyframes hoverSway  {
  0% {
    transform:translateY(1px)
  }
  49% {
    transform:translateY(1px)
  }
  50% {
    transform:translateY(0px)
  }
  100% {
    transform:translateY(0px)
  }
}
.group-footer[data-astro-cid-zqakpsmj] {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  width:100%;
  height:70px;
  position:relative;
  z-index:20;
  padding:0 5% 1% 5%
}

@media screen and (max-width:759.98px) {
  .group-footer[data-astro-cid-zqakpsmj] {
    width:100%;
    height:65px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding-bottom:3%;
    bottom:0
  }
}

@media screen and (min-width:1920px) {
  .group-footer[data-astro-cid-zqakpsmj] {
    width:1920px;
    padding-bottom:1%
  }
}
.group-footer__left[data-astro-cid-zqakpsmj] {
  width:100%;
  display:flex;
  flex-direction:row;
  align-items:center;
  gap:40px
}

@media screen and (max-width:759.98px) {
  .group-footer__left[data-astro-cid-zqakpsmj] {
    justify-content:center;
    gap:20px
  }
}
.group-footer__left[data-astro-cid-zqakpsmj] .group-footer__unit[data-astro-cid-zqakpsmj] .footer-icon[data-astro-cid-zqakpsmj] {
  width:16px;
  height:16px;
  margin-right:4px
}

@media screen and (max-width:759.98px) {
  .group-footer__left[data-astro-cid-zqakpsmj] .group-footer__unit[data-astro-cid-zqakpsmj] .footer-icon[data-astro-cid-zqakpsmj] {
    margin-right:0px
  }
}
.group-footer__left[data-astro-cid-zqakpsmj] .group-footer__unit[data-astro-cid-zqakpsmj] a[data-astro-cid-zqakpsmj] {
  display:inline-block;
  text-decoration:none;
  color:#b8b8b8
}

@media (hover: hover) {
  .group-footer__left[data-astro-cid-zqakpsmj] .group-footer__unit[data-astro-cid-zqakpsmj] a[data-astro-cid-zqakpsmj]:hover {
    cursor:pointer;
    animation:0.2s forwards infinite hoverSway
  }
  .group-footer__left[data-astro-cid-zqakpsmj] .group-footer__unit[data-astro-cid-zqakpsmj] a[data-astro-cid-zqakpsmj]:hover img[data-astro-cid-zqakpsmj] {
    transition:0.1s;
    transform:scale(0.98)
  }
}
.group-footer__left[data-astro-cid-zqakpsmj] .group-footer__unit[data-astro-cid-zqakpsmj] a[data-astro-cid-zqakpsmj] img[data-astro-cid-zqakpsmj] {
  width:auto;
  height:14px
}

@media screen and (max-width:759.98px) {
  .group-footer__left[data-astro-cid-zqakpsmj] .group-footer__unit[data-astro-cid-zqakpsmj] a[data-astro-cid-zqakpsmj] img[data-astro-cid-zqakpsmj] {
    height:12px
  }
}
.group-footer__right[data-astro-cid-zqakpsmj] .copyRights[data-astro-cid-zqakpsmj] {
  width:auto;
  height:10px
}

@media screen and (max-width:759.98px) {
  .group-footer__right[data-astro-cid-zqakpsmj] .copyRights[data-astro-cid-zqakpsmj] {
    height:8px
  }
}