.has-site-footer .footer {
  display: none !important;
}

.site-footer {
  padding: 70px 0 35px;
  color: #5A5366;
  background: #F5F6F8;
  font-family: 'Exo', Arial, sans-serif;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box;
}

.site-footer__shell {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}

.site-footer-mascot {
  position: relative;
  isolation: isolate;
  min-height: 320px;
  margin: -18px 0 58px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 36px;
  background:
    linear-gradient(rgba(255, 255, 255, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .065) 1px, transparent 1px),
    linear-gradient(128deg, #2C0F8F 0%, #6035F2 55%, #22C8E5 130%);
  background-size: 30px 30px, 30px 30px, auto;
  box-shadow: 0 28px 70px rgba(53, 23, 135, .23);
}

.site-footer-mascot::before,
.site-footer-mascot::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}

.site-footer-mascot::before {
  top: -70%;
  right: -5%;
  width: 55%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(255, 106, 183, .84), rgba(255, 106, 183, 0) 68%);
}

.site-footer-mascot::after {
  right: 22%;
  bottom: -95%;
  width: 50%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .25);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, .045), 0 0 0 68px rgba(255, 255, 255, .025);
}

.site-footer-mascot__character {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 7%;
  width: 340px;
  height: 100%;
  opacity: 0;
  transform: translateY(72%) rotate(-8deg) scale(.86);
  transform-origin: 50% 100%;
}

.site-footer-mascot__character img {
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 5px;
  display: block;
  width: 330px;
  max-width: none;
  filter: drop-shadow(0 25px 24px rgba(20, 6, 72, .34));
}

.site-footer-mascot__orbit {
  position: absolute;
  z-index: 1;
  top: 34px;
  left: 26px;
  width: 270px;
  height: 270px;
  border: 2px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(255, 255, 255, .045);
}

.site-footer-mascot__copy {
  position: relative;
  z-index: 3;
  width: min(56%, 620px);
  margin-left: auto;
  padding: 55px 62px 46px 10px;
  color: #fff;
  opacity: 0;
  transform: translateX(60px);
}

.site-footer-mascot__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: #7FF5F1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-footer-mascot__eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFD94F;
  box-shadow: 0 0 0 5px rgba(255, 217, 79, .14);
}

.site-footer-mascot__copy strong {
  display: block;
  margin-bottom: 13px;
  color: #fff;
  font-family: 'ExoBold', 'Exo', Arial, sans-serif;
  font-size: clamp(36px, 4.2vw, 60px);
  line-height: 1;
}

.site-footer-mascot__copy p {
  max-width: 540px;
  margin: 0 0 23px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  line-height: 1.65;
}

.site-footer-mascot__copy a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fff;
  color: #4A25D2;
  font-family: 'ExoBold', 'Exo', Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 13px 30px rgba(22, 7, 80, .25);
  transition: transform .22s ease, box-shadow .22s ease;
}

.site-footer-mascot__copy a:hover,
.site-footer-mascot__copy a:focus-visible {
  outline: none;
  transform: translateY(-3px) rotate(-1deg);
  box-shadow: 0 17px 36px rgba(22, 7, 80, .32);
}

.site-footer-mascot__energy span {
  position: absolute;
  z-index: 4;
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  background: #FFD94F;
  opacity: 0;
  transform: scale(.3) rotate(15deg);
}

.site-footer-mascot__energy span:nth-child(1) {
  top: 20%;
  left: 5%;
}

.site-footer-mascot__energy span:nth-child(2) {
  top: 12%;
  left: 34%;
  width: 9px;
  height: 9px;
  background: #76F2EE;
}

.site-footer-mascot__energy span:nth-child(3) {
  right: 4%;
  bottom: 18%;
  width: 17px;
  height: 17px;
  background: #FF77BA;
}

.site-footer-mascot.is-visible .site-footer-mascot__character {
  animation: siteFooterBearPop 1.05s cubic-bezier(.2, 1.25, .32, 1) forwards;
}

.site-footer-mascot.is-visible .site-footer-mascot__copy {
  animation: siteFooterCopyIn .72s cubic-bezier(.22, 1, .36, 1) .22s forwards;
}

.site-footer-mascot.is-visible .site-footer-mascot__energy span {
  animation: siteFooterSpark .65s cubic-bezier(.2, 1.3, .35, 1) .66s forwards;
}

.site-footer-mascot.is-visible .site-footer-mascot__energy span:nth-child(2) {
  animation-delay: .78s;
}

.site-footer-mascot.is-visible .site-footer-mascot__energy span:nth-child(3) {
  animation-delay: .9s;
}

@keyframes siteFooterBearPop {
  0% { opacity: 0; transform: translateY(72%) rotate(-8deg) scale(.86); }
  62% { opacity: 1; transform: translateY(-4%) rotate(2deg) scale(1.03); }
  80% { opacity: 1; transform: translateY(2%) rotate(-1deg) scale(.99); }
  100% { opacity: 1; transform: translateY(0) rotate(0) scale(1); }
}

@keyframes siteFooterCopyIn {
  from { opacity: 0; transform: translateX(60px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes siteFooterSpark {
  0% { opacity: 0; transform: scale(.3) rotate(15deg); }
  68% { opacity: 1; transform: scale(1.35) rotate(42deg); }
  100% { opacity: .9; transform: scale(1) rotate(45deg); }
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  padding-bottom: 45px;
  border-bottom: 1px solid #E5E2EA;
}

.site-footer__brand img {
  display: block;
  width: 200px;
  max-width: 100%;
}

.site-footer__brand p {
  max-width: 600px;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.75;
}

.site-footer__offices {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.site-footer__office strong {
  display: block;
  margin-bottom: 8px;
  color: #3A3345;
  font-family: 'ExoBold', 'Exo', Arial, sans-serif;
  font-size: 14px;
}

.site-footer__office span {
  display: block;
  font-size: 12px;
  line-height: 1.55;
}

.site-footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding-top: 26px;
  font-size: 12px;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.site-footer__links a {
  color: inherit;
  text-decoration: none;
  transition: color .2s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: #5A45EF;
  outline: none;
}

.site-footer__meta {
  display: grid;
  justify-items: end;
  gap: 14px;
  text-align: right;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(90, 69, 239, .08);
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 5px 15px rgba(37, 2, 130, .07);
  transition: transform .2s ease, box-shadow .2s ease;
}

a.site-footer__social:hover,
a.site-footer__social:focus-visible {
  outline: none;
  box-shadow: 0 8px 20px rgba(90, 69, 239, .16);
  transform: translateY(-2px);
}

.site-footer__social img {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.site-footer__social--pending {
  cursor: default;
}

.site-footer__email {
  color: #5A45EF;
  text-decoration: none;
}

@media (max-width: 960px) {
  .site-footer-mascot {
    min-height: 300px;
  }

  .site-footer-mascot__character {
    left: 1%;
    width: 280px;
  }

  .site-footer-mascot__character img {
    top: 0;
    width: 285px;
  }

  .site-footer-mascot__orbit {
    left: 20px;
    width: 225px;
    height: 225px;
  }

  .site-footer-mascot__copy {
    width: 61%;
    padding: 48px 34px 38px 10px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer__meta {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding: 55px 0 28px;
  }

  .site-footer__shell {
    width: calc(100% - 28px);
  }

  .site-footer-mascot {
    min-height: 430px;
    margin-top: 0;
    border-radius: 28px;
  }

  .site-footer-mascot__character {
    top: -5px;
    left: 50%;
    width: 260px;
    height: 280px;
    transform: translate(-50%, 72%) rotate(-8deg) scale(.86);
  }

  .site-footer-mascot__character img {
    top: -7px;
    left: 0;
    width: 260px;
  }

  .site-footer-mascot__orbit {
    top: 28px;
    left: 21px;
    width: 205px;
    height: 205px;
  }

  .site-footer-mascot__copy {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 24px 28px;
    text-align: center;
    transform: translateY(38px);
  }

  .site-footer-mascot__copy strong {
    font-size: 34px;
  }

  .site-footer-mascot__copy p {
    font-size: 13px;
  }

  .site-footer-mascot__copy a {
    justify-content: center;
  }

  .site-footer-mascot.is-visible .site-footer-mascot__character {
    animation-name: siteFooterBearPopMobile;
  }

  .site-footer__offices {
    grid-template-columns: 1fr;
  }

  .site-footer__links {
    gap: 12px 16px;
  }
}

@keyframes siteFooterBearPopMobile {
  0% { opacity: 0; transform: translate(-50%, 72%) rotate(-8deg) scale(.86); }
  62% { opacity: 1; transform: translate(-50%, -4%) rotate(2deg) scale(1.03); }
  80% { opacity: 1; transform: translate(-50%, 2%) rotate(-1deg) scale(.99); }
  100% { opacity: 1; transform: translate(-50%, 0) rotate(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer-mascot__character,
  .site-footer-mascot__copy,
  .site-footer-mascot__energy span {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 640px) {
  .site-footer-mascot__character {
    transform: translateX(-50%);
  }
}
