/* Footer */
#nt_body.customparentdiv {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  body.responsive #nt_body .row.na-row > .main-contentbox-wrap.na-col,
  body.responsive #nt_body .row.na-row > .custom-left-sec.na-col {
    margin-bottom: 10px !important;
  }
}

.footer_cnt {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 0;
  padding: 10px 18px 18px;
  background-color: #ffffff;
  border-top: 1px solid #e8eef4;
}

.footer_cnt .footer-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.footer_cnt .footer-menu-list > div {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
  font-weight: 800;
  margin-bottom: 0;
}

.footer_cnt .footer-menu-list > div:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #d4d6d7;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.footer_cnt .footer-menu-list > div:last-child:after {
  content: none;
}

.footer_cnt .footer-menu-list > div a {
  transition: 0.2s ease;
  font-size: 14px !important;
  color: #214257;
  letter-spacing: -0.01em;
}

.footer_cnt .footer-menu-list > div a:hover {
  color: #0f8c7c !important;
}

.footer_cnt .footer_warning {
  width: min(100%, 920px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 22px;
  border: 1px solid #e5edf4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.03);
  font-size: 14px;
  line-height: 1.72;
  color: #415163;
}

.footer_cnt .footer_warning p {
  margin: 0;
  text-align: center;
  word-break: keep-all;
}

.footer_cnt .footer_warning__lead {
  color: #102332;
  font-size: 15px;
  font-weight: 900;
}

.footer_cnt .footer_warning__meta {
  color: #617182;
  font-size: 13px;
}

.footer_cnt .footer_warning a {
  color: #0f8c7c;
  font-weight: 800;
  text-decoration: none;
}

.footer_cnt .footer_warning a:hover {
  color: #0a7367;
}

.footer_cnt .footer_reserved {
  font-size: 12.5px;
  color: #7c8793;
  opacity: 0.92;
  text-align: center;
}

@media (min-width: 568px) and (max-width: 767px) {
  .footer-menu-list {
    width: 100%;
  }

  .footer_cnt {
    padding: 18px 14px 24px;
  }

  .footer_cnt .footer-menu-list {
    justify-content: center;
  }

  .footer_cnt .footer-menu-list > div {
    margin-right: 0 !important;
    margin-bottom: 8px;
  }

  .footer_cnt .footer-menu-list > div a.d-block {
    font-size: 13px !important;
  }

  .footer_cnt .footer-menu-list > div:after {
    right: 10px !important;
  }

  .footer_cnt .footer_warning { padding: 16px 16px; }
  .footer_cnt .footer_warning p { font-size: 12.5px; }
  .footer_cnt .footer_warning__lead { font-size: 14px; }

  .footer_cnt .footer_reserved {
    font-size: 12.5px !important;
  }
}

@media (min-width: 401px) and (max-width: 567px) {
  .footer-menu-list {
    width: 100%;
  }

  .footer_cnt {
    padding: 18px 14px 24px;
  }

  .footer_cnt .footer-menu-list {
    justify-content: center;
  }

  .footer_cnt .footer-menu-list > div {
    margin-right: 0 !important;
    padding-right: 7px !important;
    margin-bottom: 8px;
  }

  .footer_cnt .footer-menu-list > div a.d-block {
    font-size: 12.5px !important;
  }

  .footer_cnt .footer-menu-list > div:after {
    right: 3px !important;
  }

  .footer_cnt .footer_warning { padding: 16px 14px; }
  .footer_cnt .footer_warning p { font-size: 12px; }
  .footer_cnt .footer_warning__lead { font-size: 13.5px; }

  .footer_cnt .footer_reserved {
    font-size: 12.5px !important;
  }
}

@media (max-width: 400px) {
  .footer-menu-list {
    width: 100%;
  }

  .footer_cnt {
    padding: 18px 12px 22px;
  }

  .footer_cnt .footer-menu-list {
    justify-content: center;
    gap: 8px 12px;
  }

  .footer_cnt .footer-menu-list > div {
    margin-right: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
  }

  .footer_cnt .footer-menu-list > div a.d-block {
    font-size: 12.5px !important;
  }

  .footer_cnt .footer-menu-list > div:after {
    content: none;
  }

  .footer_cnt .footer_warning { padding: 16px 14px; }
  .footer_cnt .footer_warning p {
    font-size: 12.5px;
    line-height: 1.75;
    text-align: left;
  }
  .footer_cnt .footer_warning__lead {
    font-size: 14px;
    line-height: 1.6;
  }

  .footer_cnt .footer_reserved {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  #nt_body.customparentdiv {
    margin-bottom: 0 !important;
  }

  #nt_body .row.na-row > .main-contentbox-wrap.na-col {
    margin-bottom: 6px !important;
  }

  #nt_body .row.na-row > .custom-left-sec.na-col {
    margin-bottom: 6px !important;
  }

  #nt_body .row.na-row > .custom-right-sec.na-col {
    margin-top: 0 !important;
  }

  .footer_cnt {
    margin-top: 0;
    gap: 10px;
    padding-top: 8px;
  }

  .footer_cnt .footer-menu-list {
    gap: 8px 14px;
  }

  .footer_cnt .footer-menu-list > div {
    margin-right: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
  }

  .footer_cnt .footer-menu-list > div:after {
    content: none;
  }

  .footer_cnt .footer_warning {
    border-radius: 16px;
  }
}

@media (max-width: 567px) {
  .footer_cnt .footer-menu-list {
    gap: 6px 6px;
  }
}

@media (max-width: 400px) {
  .footer_cnt .footer-menu-list {
    gap: 6px 5px;
  }

  .footer_cnt .footer-menu-list > div a.d-block {
    font-size: 12px !important;
  }
}
