.footer-wrapper {
  position: relative;
  bottom: -120px;
  left: 0;
  right: 0;
}

@media (width <= 768px) {
  .footer-wrapper {
    position: relative;
    bottom: -120px;
    left: 0;
    right: 0;
  }
}

.footer {
  background: var(--cc-light-bg);
  backdrop-filter: blur(10px);
  color: var(--cc-text-color);
  border-top: 1px solid #ffffff1a;
  width: 100%;
  padding: 1rem 0;
  box-shadow: 0 -4px 30px #0000001a;
}

.footer-container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  position: relative;
}

.footer-text {
  white-space: pre-line;
  color: var(--cc-text-color);
  text-shadow: 0 2px 4px #0000001a;
  font-size: 20px;
  font-family: var(--font-primary);
  transition: all .3s;
}
/*# sourceMappingURL=site-cdf.0ae51ce2.css.map */
