/* V760 FOOTER TIGHT FIX */
footer,
.site-footer,
.nm746-footer,
.nm747-footer,
.nm-footer,
[data-site-footer] {
  margin-top: 0 !important;
  padding-top: 34px !important;
  padding-bottom: 26px !important;
  border-top: 1px solid #e7e9f4 !important;
  background: #fbfbfe !important;
}

footer .container,
.site-footer .container,
.nm746-footer .container,
.nm747-footer .container,
.nm-footer .container,
[data-site-footer] .container {
  max-width: 1220px !important;
}

footer .footer-inner,
.site-footer .footer-inner,
.nm746-footer .footer-inner,
.nm747-footer .footer-inner,
.nm-footer .footer-inner,
[data-site-footer] .footer-inner,
footer .nm-footer-grid,
.site-footer .nm-footer-grid,
.nm746-footer .nm-footer-grid,
.nm747-footer .nm-footer-grid,
.nm-footer .nm-footer-grid,
[data-site-footer] .nm-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(150px, 0.9fr)) !important;
  align-items: start !important;
  gap: 28px !important;
}

footer .footer-brand,
.site-footer .footer-brand,
.nm746-footer .footer-brand,
.nm747-footer .footer-brand,
.nm-footer .footer-brand,
[data-site-footer] .footer-brand {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 14px !important;
}

footer .footer-brand img,
.site-footer .footer-brand img,
.nm746-footer .footer-brand img,
.nm747-footer .footer-brand img,
.nm-footer .footer-brand img,
[data-site-footer] .footer-brand img,
footer img[alt*='NEMAZING'],
.site-footer img[alt*='NEMAZING'],
.nm-footer img[alt*='NEMAZING'] {
  max-width: 170px !important;
  height: auto !important;
  display: block !important;
}

footer p,
.site-footer p,
.nm-footer p,
[data-site-footer] p {
  margin: 0 !important;
  color: #7f86a4 !important;
  line-height: 1.55 !important;
}

footer h4,
footer .footer-title,
.site-footer h4,
.site-footer .footer-title,
.nm-footer h4,
.nm-footer .footer-title,
[data-site-footer] h4,
[data-site-footer] .footer-title {
  margin: 0 0 14px 0 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #1f243f !important;
}

footer ul,
.site-footer ul,
.nm-footer ul,
[data-site-footer] ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

footer li,
.site-footer li,
.nm-footer li,
[data-site-footer] li {
  margin: 0 0 10px 0 !important;
}

footer a,
.site-footer a,
.nm-footer a,
[data-site-footer] a {
  color: #6e7696 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
}
footer a:hover,
.site-footer a:hover,
.nm-footer a:hover,
[data-site-footer] a:hover {
  color: #6957ff !important;
}

/* remove giant space before footer */
main + footer,
.site-main + footer,
.page-main + footer,
main + .site-footer,
main + .nm-footer,
.page-main + .nm-footer {
  margin-top: 0 !important;
}

.nm760-footer-gap-killer {
  display:none !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
}

/* bottom row */
footer .footer-bottom,
.site-footer .footer-bottom,
.nm-footer .footer-bottom,
[data-site-footer] .footer-bottom {
  margin-top: 22px !important;
  padding-top: 16px !important;
  border-top: 1px solid #eceef8 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  color:#9197b3 !important;
  font-size:13px !important;
}

@media (max-width: 980px) {
  footer .footer-inner,
  .site-footer .footer-inner,
  .nm746-footer .footer-inner,
  .nm747-footer .footer-inner,
  .nm-footer .footer-inner,
  [data-site-footer] .footer-inner,
  footer .nm-footer-grid,
  .site-footer .nm-footer-grid,
  .nm746-footer .nm-footer-grid,
  .nm747-footer .nm-footer-grid,
  .nm-footer .nm-footer-grid,
  [data-site-footer] .nm-footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
  }
}

@media (max-width: 640px) {
  footer,
  .site-footer,
  .nm-footer,
  [data-site-footer] {
    padding-top: 24px !important;
    padding-bottom: 18px !important;
  }
  footer .footer-inner,
  .site-footer .footer-inner,
  .nm-footer .footer-inner,
  [data-site-footer] .footer-inner,
  footer .nm-footer-grid,
  .site-footer .nm-footer-grid,
  .nm-footer .nm-footer-grid,
  [data-site-footer] .nm-footer-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }
  footer .footer-bottom,
  .site-footer .footer-bottom,
  .nm-footer .footer-bottom,
  [data-site-footer] .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}
