/* Page entrypoint: contact */
@import url("./common.css");

.btn-primary {
  cursor: pointer;
}

.btn-primary:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.btn-primary,
.footer-link-list a,
.grid > div > div {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.grid > div > div {
  height: 100%;
}

.grid > div > div:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
