

#mobile-menu-close{
  position: fixed;
  right : 10%;
  top: 4rem;
}

.mobile-navigation-back-button {
  position: fixed;
  left: 8%;
  top: 4rem;
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  z-index: 999;
}

#vwfs-cta-primary {
  min-width: 11.25rem;
  height: 3rem;
  font-size: 16px;
  border-radius: 4px;
  background-color: rgba(63, 241, 255, 1);
  text-align: center;
  color: rgba(0, 70, 102, 1);
  outline-width: 0px;
  padding: 1rem 1rem 1rem 1rem;
  font-weight: bold;

}

#vwfs-cta-primary:hover {
  background-color: rgba(5, 206, 159, 1);
}

#vwfs-cta-secondary {
  padding: 1rem 2rem 1rem 2rem;
  min-width: 11.2rem;
  height: 3rem;
  font-size: 16px;
  color:  rgba(63, 241, 255, 1);
  border-radius: 4px;
  outline-width: 2px;
  outline-color:  rgba(63, 241, 255, 1);
  outline-style: solid;
  background-color: rgba(4, 207, 159, 0);
  font-weight: bold;
}

#vwfs-cta-secondary:hover {
  background-color: rgba(5, 206, 159, 1);
  outline: rgba(5, 206, 159, 1);
  color: rgba(0, 70, 102, 1);

}


/* Responsive Styles mobile */
@media (max-width: 1024px) {

  #vwfs-cta-primary {
    min-width: 9.625rem;
    height: 2.75rem;
    font-size: 14px;
  }

  #vwfs-cta-secondary {
    min-width: 9.625rem;
    height: 2.75rem;
    font-size: 14px;
  }
}

.desktop-navigation-cta {
  display: block;
  border: none;
  width: 6.625rem;
  height: 2.5rem;
  background-color: var(--vwfs-cyan);
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-weight: bold;
  color: var(--vwfs-petrol);
  margin: auto;
}

.mobile-navigation-cta {
  display: block;
  border: none;
  width: 80%;
  height: 2.75rem;
  background-color: var(--vwfs-cyan);
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-weight: bold;
  color: var(--vwfs-petrol);
  margin: auto;
  z-index: 2;
}

.desktop-navigation-cta a {
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}

.mobile-navigation-cta a {
  text-decoration: inherit;
  color: inherit;
  font-size: inherit;
}


.mobile-navigation-cta:hover,
.desktop-navigation-cta:hover {
  background-color: var(--vwfs-green);
}

.button-unformatted {
  font-size: 2rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.buttons-svg {
  background: none;

}