footer ul {
  padding: 0 !important;
}
footer ul li {
  list-style: none !important;
  padding: 0 !important;
  margin-bottom: 0.3rem !important;
}
footer p.Standard {
  margin-bottom: 0.7rem !important;
  color: var(--grey-mid) !important;
}
@media (max-width: 639px) {
  footer .accred {
    margin: auto;
  }
  footer p, footer li {
    font-size: 0.82em;
  }
}
#switch {
  position: relative;
  background: #fff;
  width: 4.5rem;
  padding: 0.25rem;
  border-radius: 1.8rem;
  width: 80px;
  cursor: pointer;
}
#switch::before, #switch::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: #000;
  opacity: 0.35;
  transform: translateY(-50%);
  pointer-events: none;
}
#switch::before {
  left: 9px;
  opacity: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17.5A5.5 5.5 0 1 0 12 6.5a5.5 5.5 0 0 0 0 11zm0-15v2.4m0 14.2v2.4m9.5-9.5h-2.4M4.9 12H2.5m16.2-6.7L17 7m-10 10-1.7 1.7m0-13.4L7 7m10 10 1.7 1.7' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17.5A5.5 5.5 0 1 0 12 6.5a5.5 5.5 0 0 0 0 11zm0-15v2.4m0 14.2v2.4m9.5-9.5h-2.4M4.9 12H2.5m16.2-6.7L17 7m-10 10-1.7 1.7m0-13.4L7 7m10 10 1.7 1.7' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
#switch::after {
  right: 9px;
  opacity: 1;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 15.5A8.5 8.5 0 0 1 8.5 4 7.8 7.8 0 1 0 20 15.5z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 15.5A8.5 8.5 0 0 1 8.5 4 7.8 7.8 0 1 0 20 15.5z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
}
.darken #switch::before {
  opacity: 1;
}
.darken #switch::after {
  opacity: 0;
}
.darken #circle::before {
  opacity: 0;
}
.darken #circle::after {
  opacity: 1;
}
#switch.is-switching::before, #switch.is-switching::after {
  opacity: 0;
}
#switch.is-switching #circle.forwards::before {
  opacity: 1;
}
#switch.is-switching #circle.forwards::after {
  opacity: 0;
}
#switch.is-switching #circle.reverse::before {
  opacity: 0;
}
#switch.is-switching #circle.reverse::after {
  opacity: 1;
}
#circle {
  position: relative;
  background: #000;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  z-index: 2;
}
#circle::before, #circle::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.18s ease;
}
#circle::before {
  opacity: 1;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17.5A5.5 5.5 0 1 0 12 6.5a5.5 5.5 0 0 0 0 11zm0-15v2.4m0 14.2v2.4m9.5-9.5h-2.4M4.9 12H2.5m16.2-6.7L17 7m-10 10-1.7 1.7m0-13.4L7 7m10 10 1.7 1.7' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17.5A5.5 5.5 0 1 0 12 6.5a5.5 5.5 0 0 0 0 11zm0-15v2.4m0 14.2v2.4m9.5-9.5h-2.4M4.9 12H2.5m16.2-6.7L17 7m-10 10-1.7 1.7m0-13.4L7 7m10 10 1.7 1.7' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
#circle::after {
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 15.5A8.5 8.5 0 0 1 8.5 4 7.8 7.8 0 1 0 20 15.5z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 15.5A8.5 8.5 0 0 1 8.5 4 7.8 7.8 0 1 0 20 15.5z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
}
.forwards {
  animation: moveHorizontallyFwd 0.3s forwards 1;
}
.reverse {
  animation: moveHorizontallyRvs 0.3s forwards 1;
}
@keyframes moveHorizontallyFwd {
  from {
    left: 0;
  }
  to {
    left: 2.7rem;
  }
}
@keyframes moveHorizontallyRvs {
  from {
    left: 2.7rem;
  }
  to {
    left: 0;
  }
}
