.only_mobile {
  display: none;
}

footer {
  position: relative;
}

footer #consult_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;

  background-color: #b0e0e2;
  border-radius: 10px;

  text-align: left;

  color: var(--purple);

  height: 16.25rem;
  width: 75.625%;
  max-width: 1452px;

  padding-inline: 3rem;

  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(-16.25rem + 4.25rem);
}

footer #consult_card h2 {
  font-size: 3.375rem;
  line-height: 4rem;
}

footer #consult_card p {
  font-family: "freight-sans-pro", sans-serif;
  line-height: 1.625rem;

  margin-top: 1rem;
}

footer #consult_card button.button {
  padding: 0.75rem 2.25rem;
}

footer #info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;

  padding-top: calc(10.375rem + 4.25rem);
  padding-bottom: 8rem;

  background-color: var(--purple);

  max-width: none;
  margin: 0;
}

footer #info .tabs {
  display: flex;
  align-items: flex-start;
  gap: 7rem;

  color: #fff;
  font-family: "museo-sans", sans-serif;
}

footer #info .tabs .tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;

  text-align: left;
}

footer #info .tabs .tab .icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.625rem;

  text-align: left;
}

footer #info .tabs .tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;

  text-align: left;
}

footer #info .tabs .tab h3 {
  text-transform: uppercase;

  font-size: 1.125rem;
  letter-spacing: 0.36px;
  opacity: 50%;
}

footer #info .tabs .tab ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

footer #info .tabs .tab ul li a {
  color: #fff;
  font-size: 0.9375rem;
  text-decoration: none;
  letter-spacing: 0.3px;

  transition: color 0.3s;
}

footer #info .tabs .tab ul li a:hover {
  text-decoration: underline;
}

footer #info .tabs .icons_tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

footer #info .icons a img {
  transition: opacity 0.3s;
}

footer #info .icons a:hover img {
  opacity: 0.5;
}

footer #licence {
  color: var(--purple);
  font-family: "museo-sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 2rem;
  text-align: left;

  max-width: 1380px;
  margin-inline: auto;

  padding: 2.375rem 2rem;

  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}

footer #licence a {
  color: var(--purple-hover);

  transition: filter 0.3s;
}

footer #licence a:hover {
  filter: brightness(110%);
}

#sticky_banner {
  width: 100%;

  padding-block: 1.375rem;
  background: transparent;

  display: flex;
  justify-content: center;
  align-items: center;

  position: fixed;
  bottom: 0;

  z-index: 9999;
}

#sticky_banner .overlay {
  width: 100%;
  height: 200%;
  background: transparent linear-gradient(2deg, #ffffff 0%, #1f0a3a 100%) 0% 0%
    no-repeat padding-box;

  position: absolute;
  opacity: 0.1;
  transform: skewY(-1deg);
  top: 2px;
}

#sticky_banner::before {
  content: "";
  width: 100%;
  height: 200%;
  background-color: var(--purple);
  transform: skewY(-1deg);
  position: absolute;
  bottom: -6.25rem;

  z-index: -1;
}

#sticky_banner::after {
  content: "";
  width: 100%;
  height: 200%;
  background-color: var(--light-blue);
  transform: skewY(-1deg);
  position: absolute;
  bottom: -5.25rem;

  z-index: -2;
}

#sticky_banner .content {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  z-index: 100;
}

#sticky_banner .content h1 {
  color: #fff;
  font-weight: 500;
  font-size: 2.125rem;
}

#sticky_banner .content button {
  color: var(--purple);
  background-color: #fff;
}

#sticky_banner .content button:hover {
  color: #fff;
  background-color: var(--purple-hover-b);
}

@media only screen and (max-width: 1440px) {
  footer #info {
    flex-direction: column;
    align-items: center;

    padding-inline: 2.625rem;
    padding-top: calc(7rem + 4.25rem);
  }
  footer #info .tabs {
    width: 100%;

    justify-content: space-between;
    align-items: flex-start;

    gap: 2.25rem;
  }

  footer #consult_card h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

@media only screen and (max-width: 1100px) {
  footer #consult_card h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media only screen and (max-width: 1020px) {
  footer .only_mobile {
    display: block;
  }

  footer .non_mobile {
    display: none;
  }

  footer #info {
    flex-direction: column;
    align-items: center;
    padding-top: 7rem;

    padding-inline: 2.625rem;
  }
  footer #info .tabs {
    width: 100%;

    justify-content: space-between;
    align-items: flex-start;

    gap: 2.25rem;
  }

  footer #consult_card {
    position: static;

    width: 100%;
    height: auto;
    padding: 4rem 1.125rem;
    border-radius: 0;

    flex-direction: column;
    gap: 1.125rem;

    text-align: center;

    transform: none;
  }

  footer #consult_card h2 {
    font-size: 2.25rem;
    line-height: calc(2.25rem + 2px);
  }
  footer #consult_card p {
    line-height: 1.5rem;
  }

  footer #licence {
    padding: 24px;
    text-align: center;
  }

  footer #licence p {
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  footer #info {
    align-items: flex-start;
  }

  footer #info .tabs {
    flex-direction: column;

    justify-content: flex-start;
  }

  #sticky_banner .content {
    gap: 0.5rem;
    padding-inline: 1.5rem;

    width: 100%;
    justify-content: space-around;
  }

  #sticky_banner::before {
    bottom: -93px;
  }

  #sticky_banner::after {
    background-color: var(--light-blue);
  }

  #sticky_banner .content h1 {
    font-size: 1.5rem;
    font-weight: 700;
  }

  #sticky_banner .content button {
    min-width: max-content;
    padding: 0.75rem;
  }
}

@media only screen and (max-width: 600px) {
  #sticky_banner .content h1 {
    font-size: 1.125rem;
  }
}
