.Footer {
  position: relative;
  margin-top: 70px;
  background-color: var(--clr-blue);
  color: #ffffff;
}.Footer::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    background-image: url('../Images/Footer-wavesMobile.svg');
    background-size: cover;
    transform: translateY(-60%);
  }@media screen and (min-width: 769px) {.Footer::before {
      height: 147px;
      background-image: url('../Images/Footer-waves.svg');
  }
    }@media screen and (min-width: 2000px) {.Footer::before {
      height: 187px;
  }
    }@media screen and (min-width: 769px) {.Footer {
    margin-top: 100px;
}
  }

.Footer-logo {
  display: none;
  margin: 0 auto;
}

.Footer-content {
  padding-top: 30px;
  padding-bottom: 25px;
}

.Footer-content .Text,
  .Footer-content a {
    text-decoration: none !important;
    color: #ffffff !important;
  }

.Footer-content .Column + .Column {
    margin-top: 30px;
  }

@media screen and (min-width: 769px) {

.Footer-content {
    padding-top: 80px;
}

    .Footer-content .Column + .Column {
      margin-top: 0;
      margin-top: initial;
    }
  }

.Footer-linkBar {
  padding: 12px 0 14px 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.Footer-linkBar a {
    color: #ffffff;
  }

.Footer-linkNavigation {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

@media screen and (min-width: 769px) {

.Footer-linkNavigation {
    flex-direction: row;
    gap: 40px;
}
  }

.Footer-contentSocials {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}

.Footer-contentSocials-title {
  margin-bottom: 5px;
}

.Footer-contentSocials-items {
  display: flex;
  align-items: center;
}

.Footer-contentSocials-item svg {
  width: 30px;
  fill: #ffffff;
}

.Footer-contentSocials-item + .Footer-contentSocials-item {
  margin-left: 20px;
}

.FranchiseFooter .Column:nth-child(2) {
    display: none;
  }
