.np-newsletter {
  box-sizing: border-box;
  max-width: 1548px;
  margin: 8px auto 18px;
  padding: 24px 35px;
  background: linear-gradient(110deg, #003287, #002568);
  border-radius: 10px;
  color: white;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 30px;
}
.np-newsletter-copy {
  display: flex;
  align-items: center;
  gap: 24px;
}
.np-newsletter-copy > i {
  font-size: 38px;
}
.np-newsletter h2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 5px;
  color: white;
}
.np-newsletter-copy p {
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
}
.np-newsletter-form-wrap {
  min-width: 0;
}
.np-newsletter form {
  display: flex;
  position: relative;
}
.np-newsletter input[type="email"] {
  min-width: 0;
  flex: 1;
  padding: 13px 16px;
  border: 1px solid #cbd5e1;
  border-radius: 6px 0 0 6px;
  background: white;
  color: #172554;
  font-size: 13px;
  height: 46px;
}
.np-newsletter button {
  padding: 10px 25px;
  border: 0;
  background: #e9002b;
  color: white;
  border-radius: 0 6px 6px 0;
  font-size: 13px;
  font-weight: 600;
  min-height: 46px;
  cursor: pointer;
}
.np-newsletter button:hover {
  background: #bf0023;
}
.np-newsletter button:disabled {
  opacity: 0.65;
  cursor: wait;
}
.np-newsletter .np-newsletter-privacy {
  font-size: 10px;
  color: #dbeafe;
  margin: 5px 0 0;
}
.np-newsletter #newsletter-message:not(:empty) {
  background: #fff;
  border-radius: 5px;
  padding: 8px;
  margin-top: 8px;
  font-size: 13px;
}
.np-newsletter-errors {
  color: #fecdd3;
  font-size: 12px;
}
.np-footer {
  background: linear-gradient(110deg, #eaf5ff, #f0f7ff);
  color: #002b80;
  padding: 32px max(26px, calc((100vw - 1496px) / 2)) 14px;
}
.np-footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.95fr 0.95fr 1.35fr 1fr;
  gap: 25px;
}
.np-footer h2 {
  font-size: 14px;
  font-weight: 650;
  margin: 0 0 17px;
}
.np-footer a {
  color: inherit;
  text-decoration: none;
}
.np-footer a:hover {
  text-decoration: underline;
  color: #0051b9;
}
.np-footer nav > a {
  display: block;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.np-footer-brand img {
  width: 125px;
  height: auto;
  max-height: 75px;
  object-fit: contain;
  object-position: left;
}
.np-footer-brand p {
  font-size: 13px;
  margin: 16px 0;
}
.np-footer address {
  font-style: normal;
  font-size: 11px;
  line-height: 1.6;
  color: #4f6589;
  margin-top: 12px;
}
.np-footer-contact > a,
.np-footer-contact > p {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 8px;
  overflow-wrap: anywhere;
}
.np-footer-contact i {
  flex-shrink: 0;
}
.np-footer-social {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.np-footer-social a {
  display: grid;
  place-items: center;
  width: 30px;
  min-height: 36px;
  font-size: 21px;
}
.np-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-top: 1px solid #ccdeef;
  padding-top: 15px;
  margin-top: 36px;
  font-size: 11px;
  color: #465f89;
}
.np-footer-credit {
  text-align: right;
  font-size: 10px;
  color: #597093;
  margin-top: 10px;
}
.np-footer a:focus-visible,
.np-newsletter input:focus-visible,
.np-newsletter button:focus-visible {
  outline: 3px solid #3b82f6;
  outline-offset: 3px;
}
@media (max-width: 1599px) {
  .np-newsletter {
    margin-inline: 26px;
  }
}
@media (max-width: 1199px) {
  .np-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }
  .np-newsletter {
    padding: 22px;
    gap: 20px;
  }
  .np-newsletter-copy {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .np-newsletter {
    margin: 12px 16px 20px;
    grid-template-columns: 1fr;
    padding: 22px 18px;
    gap: 18px;
  }
  .np-newsletter-copy > i {
    font-size: 28px;
  }
  .np-newsletter h2 {
    font-size: 16px;
  }
  .np-newsletter-copy p {
    font-size: 12px;
  }
  .np-newsletter input[type="email"] {
    font-size: 16px;
    padding-inline: 10px;
  }
  .np-newsletter button {
    padding-inline: 14px;
  }
  .np-footer {
    padding: 26px 20px 20px;
  }
  .np-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
  .np-footer-brand {
    grid-column: 1/-1;
  }
  .np-footer-grid > div:nth-last-child(2) {
    grid-column: 1/-1;
  }
  .np-footer-contact > a,
  .np-footer-contact > p {
    font-size: 13px;
  }
  .np-footer nav > a {
    font-size: 13px;
    min-height: 30px;
  }
  .np-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 24px;
  }
  .np-footer-social a {
    min-width: 40px;
    min-height: 44px;
  }
  .np-footer-credit {
    text-align: left;
  }
}
