
.siteFooter,.siteFooter *{box-sizing:border-box}
.siteFooter{
  position:relative;
  box-sizing:border-box;
  width:min(1480px,calc(100% - 24px));
  max-width:1480px;
  min-height:184px;
  margin:16px auto 0;
  padding:24px 120px;
  border-top:1px solid #233746;
  background:transparent;
  color:#7890a0;
  text-align:center;
  font-size:13px;
  font-style:normal;
  font-weight:700;
  line-height:1.55;
  letter-spacing:-.02em;
}
.siteFooter .footerContent{
  max-width:1040px;
  margin:0 auto;
  padding:0;
  border:0;
  color:#7890a0;
  font-size:13px;
  font-style:inherit;
  font-weight:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  text-align:center;
}
.siteFooter p{margin:0}
.siteFooter .footerSummary{
  color:#a9bdc8;
  font-size:13px;
  line-height:1.65;
  word-break:keep-all;
}
.siteFooter .footerLinks{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:5px 9px;
  margin-top:10px;
  font-size:13px;
}
.siteFooter .footerLinks span{color:#49616f}
.siteFooter .footerLinks a{
  color:#9fc7d9;
  text-decoration:none;
  text-underline-offset:3px;
}
.siteFooter .footerLinks a:hover,
.siteFooter .footerLinks a:focus-visible{
  color:#e1f6ff;
  text-decoration:underline;
}
.siteFooter .footerRights{
  margin-top:10px;
  color:#718997;
  font-size:12px;
  line-height:1.6;
  word-break:keep-all;
}
.siteFooter .footerGuild{
  margin-top:8px;
  color:#7890a0;
  font-size:12px;
}
.siteFooter .footerGuild b{
  color:#91a6ab;
  font-weight:700;
}
.siteFooter .footerCopyright{margin-top:2px;color:#607987;font-size:12px}
.siteFooter .footerMascotInside{
  position:absolute;
  right:24px;
  top:50%;
  transform:translateY(-50%);
  width:86px;
  height:86px;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
}
.siteFooter .footerMascotInside img{
  display:block;
  width:86px;
  height:86px;
  object-fit:contain;
  opacity:.95;
  filter:drop-shadow(0 6px 12px rgba(0,0,0,.32));
}
@media(max-width:760px){
  .siteFooter{
    width:calc(100% - 14px);
    min-height:210px;
    padding:18px 12px 84px;
    font-size:12px;
  }
  .siteFooter .footerContent{font-size:12px}
  .siteFooter .footerSummary{font-size:12px;line-height:1.6}
  .siteFooter .footerLinks{gap:4px 7px;font-size:12px}
  .siteFooter .footerRights{font-size:12px}
  .siteFooter .footerMascotInside{
    right:10px;
    top:auto;
    bottom:12px;
    transform:none;
    width:62px;
    height:62px;
  }
  .siteFooter .footerMascotInside img{
    width:62px;
    height:62px;
  }
}
