.w-80 {
  width: 80%;
}

.my-auto {
  margin: 0px auto;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #002738;
  background-color: white;
  font-size: 16px;
  line-height: 22px;
}

.footer-block {
  background-color: #002738;
  padding: 8px 16px 16px;
}

.footer_gray {
  font-size: 14px;
  color: #969696;
}

.footer_logo {
  z-index: 999;
  margin: 0 auto !important;
}

.footer-link {
  margin: 20px 0;
}

.footer-link a {
  color: white;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.5s ease;
}

.footer-link a:hover {
  color: #2266e3;
}

.footer-link ul {
  padding-left: 0;
  list-style: none;
}

.footer-link li {
  display: inline-block;
  padding: 0 8px;
}

@media (max-width: 640px) {
  .footer_logo {
    z-index: 999;
  }
  .footer_gray {
    font-size: 12px;
    color: #969696;
  }
}/*# sourceMappingURL=footer-type1.css.map */