.pocari-footer {
  padding: 0;
  background: #fff;
  color: #0f3bb5;
}

.home .pocari-footer {
  padding: 0;
  background: #fff;
}

.pocari-footer::before {
  display: none;
}

.home .pocari-footer::before {
  display: none;
}

.pocari-footer a {
  color: inherit;
  text-decoration: none;
}

.pocari-footer-menu {
  padding: 64px 0 58px;
  background:
    radial-gradient(circle at 100% 100%, transparent 0 180px, rgba(15, 59, 181, .07) 181px 210px, transparent 211px),
    #fff;
}

.pocari-footer-menu__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px;
}

.pocari-footer-menu__column h2 {
  margin: 0 0 20px;
  color: #0f3bb5;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.pocari-footer-menu__links {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pocari-footer-menu__links a,
.pocari-footer-menu__contact p {
  margin: 0;
  color: #49648e;
  font-size: 14px;
  line-height: 1.55;
}

.home .pocari-footer-menu__links a,
.home .pocari-footer-menu__contact p {
  color: #49648e;
}

.pocari-footer-menu__links a:hover {
  color: #0aab63;
}

.pocari-footer-menu__contact {
  display: grid;
  align-content: start;
  gap: 10px;
}

.pocari-footer-menu__partner {
  display: inline-flex;
  justify-content: center;
  margin-top: 12px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #0aab63;
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.pocari-footer-bottom {
  padding: 24px 0;
  background: #0f3bb5;
  color: #fff;
}

.pocari-footer-bottom__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr;
  align-items: center;
  gap: 28px;
}

.pocari-footer-bottom__brand {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .04em;
}

.pocari-footer-bottom__social {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.pocari-footer-bottom__social a {
  display: grid;
  place-items: center;
  min-width: 76px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.pocari-footer-bottom__legal {
  text-align: right;
}

.pocari-footer-bottom__legal p {
  margin: 3px 0;
  color: #fff;
  font-size: 11px;
}

.home .pocari-footer-bottom :where(a, p) {
  color: #fff;
}

.pocari-footer-company {
  padding: 18px 0;
  background: #edf4ff;
  color: #31527f;
  text-align: center;
}

.pocari-footer-company .xdn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 18px;
}

.pocari-footer-company :where(strong, span) {
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .pocari-footer-menu {
    padding: 46px 0 40px;
  }

  .pocari-footer-menu__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
  }

  .pocari-footer-menu__column h2 {
    font-size: 15px;
  }

  .pocari-footer-menu__links a,
  .pocari-footer-menu__contact p {
    font-size: 12px;
  }

  .pocari-footer-bottom__grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    text-align: center;
  }

  .pocari-footer-bottom__legal {
    text-align: center;
  }

  .pocari-footer-company .xdn-wrap {
    display: grid;
  }
}
