.footer-nav {
  background-color: #000032;
  color: #666684;
  padding: 0 16px;
}
@media only screen and (min-width: 1024px) {
  .footer-nav {
    border-bottom: 1px solid #666684;
  }
}
.footer-nav__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 32px 0;
  border-bottom: 1px solid #666684;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  grid-column: 1 / span 2;
}
@supports (display: grid) {
  @media only screen and (min-width: 650px) {
    .footer-nav__inner {
      grid-column: auto / span 4;
    }
  }
  @media only screen and (min-width: 768px) {
    .footer-nav__inner {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 16px;
      grid-template-rows: auto;
      grid-template-areas: "ml ml ml fr fr fr fr .";
    }
  }
  @media only screen and (min-width: 1024px) {
    .footer-nav__inner {
      padding: 64px 0 32px;
      border-bottom: 0 none;
      grid-template-areas: "ml ml . fr fr fr fr fr";
    }
  }
}
.footer-nav__inner :link,
.footer-nav__inner :visited {
  color: #666684;
}
@media only screen and (min-width: 768px) {
  .footer-nav__inner :link:hover,
  .footer-nav__inner :link:active,
  .footer-nav__inner :visited:hover,
  .footer-nav__inner :visited:active {
    color: #fff;
  }
}
.footer-nav__inner .external:after {
  content: "";
  padding-right: 12px;
  background: transparent
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23666684' fill-rule='evenodd' d='M0 0v1h6.293L0 7.293.707 8 7 1.707V8h1V0z'/%3E%3C/svg%3E")
    no-repeat right center;
  background-size: 8px;
}
.footer-nav__inner .external:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFFFFF' fill-rule='evenodd' d='M0 0v1h6.293L0 7.293.707 8 7 1.707V8h1V0z'/%3E%3C/svg%3E");
}
.footer-nav__inner p {
  margin: 0 0 20px;
}
.footer-nav__inner p:last-child {
  margin-bottom: 0;
}
.footer-nav__links-wrap {
  grid-area: ml;
}
.footer-nav__media-links {
  display: flex;
  margin-bottom: 32px;
}
@media only screen and (min-width: 650px) {
  .footer-nav__media-links {
    margin-bottom: 44px;
  }
}
.footer-nav__media-links .link {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.footer-nav__media-links .link1 {
  width: 26px;
}
.footer-nav__media-links .link4 {
  width: 25px;
}
.footer-nav__site-links {
  margin-bottom: 64px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 20px;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .footer-nav__site-links {
    margin-bottom: 0;
  }
}
.footer-nav__site-links :link,
.footer-nav__site-links :visited {
  color: #fff;
  margin-right: 16px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .footer-nav__site-links :link,
  .footer-nav__site-links :visited {
    opacity: 1;
  }
  .footer-nav__site-links :link:hover,
  .footer-nav__site-links :link:active,
  .footer-nav__site-links :visited:hover,
  .footer-nav__site-links :visited:active {
    opacity: 0.5;
  }
}
.footer-nav__heading {
  font-family: "Aeonik-Bold";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 16px;
  color: #fff;
}
@supports (display: grid) {
  @media only screen and (min-width: 768px) {
    .footer-nav__heading {
      margin-bottom: 32px;
      grid-area: head;
      width: 100%;
    }
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 768px) {
    .footer-nav__form-wrap {
      grid-area: fr;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-column-gap: 16px;
      grid-template-rows: auto;
      grid-template-areas: "head head . . ." "main main form form form";
    }
  }
}
.footer-nav__form-intro {
  margin-bottom: 32px;
}
@supports (display: grid) {
  @media only screen and (min-width: 650px) {
    .footer-nav__form-intro {
      max-width: 66.665%;
    }
  }
  @media only screen and (min-width: 768px) {
    .footer-nav__form-intro {
      max-width: 100%;
      grid-area: main;
      margin-bottom: 0;
    }
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 768px) {
    .footer-nav__form-block {
      grid-area: form;
    }
  }
}
@supports (display: grid) {
  @media only screen and (min-width: 1024px) {
    .footer-nav__form-block form {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 16px;
      grid-template-rows: auto;
      grid-template-areas: "email email submit";
    }
  }
}
.footer-nav__form-block label {
  display: none;
}
.footer-nav__form-block label.hs-error-msg {
  display: block;
}
.footer-nav__form-block input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 10px;
  background-color: #000032;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.footer-nav__form-block input:focus {
  outline-color: #4b87ff;
}
.footer-nav__form-block input::-webkit-input-placeholder {
  color: #666684;
}
.footer-nav__form-block input::-moz-placeholder {
  color: #666684;
}
.footer-nav__form-block input:-ms-input-placeholder {
  color: #666684;
}
.footer-nav__form-block input::-ms-input-placeholder {
  color: #666684;
}
.footer-nav__form-block input::placeholder {
  color: #666684;
}
.footer-nav__form-block input[type="text"],
.footer-nav__form-block input[type="email"] {
  border: 1px solid #666684;
  margin: 0 0 16px;
  color: #fff;
}
@supports (display: grid) {
  @media only screen and (min-width: 1024px) {
    .footer-nav__form-block input[type="text"],
    .footer-nav__form-block input[type="email"] {
      margin: 0;
    }
  }
}
.footer-nav__form-block input[type="submit"] {
  border: 1px solid #4b87ff;
  border-radius: 3px;
  margin: 0;
  color: #4b87ff;
}
@media only screen and (min-width: 768px) {
  .footer-nav__form-block input[type="submit"] {
    transition: all 0.3s ease;
  }
  .footer-nav__form-block input[type="submit"]:hover {
    background-color: #4b87ff;
    color: #000032;
    transition-duration: 0s;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav__form-block .hs-email {
    grid-area: email;
  }
}
@media only screen and (min-width: 768px) {
  .footer-nav__form-block .hs-submit {
    grid-area: submit;
  }
}
.footer-nav__form-block .hs-error-msgs {
  margin-top: 8px;
  margin-bottom: 0;
}
.footer {
  margin-top: 40px;
  padding: 0 16px;
  background-color: #000032;
  color: #666684;
}
.footer__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
}
@supports (display: grid) {
  @media only screen and (min-width: 650px) {
    .footer__inner {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      grid-column-gap: 16px;
      grid-row-gap: 32px;
      grid-template-areas: "logo logo addr1 addr1 addr1 addr2 addr2 addr2" ". . addr3 addr3 addr3 . . ." "copy copy copy copy tm tm contact contact";
    }
  }
  @media only screen and (min-width: 1024px) {
    .footer__inner {
      grid-template-areas: "logo logo addr1 addr1 addr2 addr2 addr3 addr3" "copy copy copy copy tm tm tm contact";
    }
  }
}
.footer__col {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 16px;
}
@supports (display: grid) {
  @media only screen and (min-width: 650px) {
    .footer__col {
      text-align: left;
      margin-bottom: 0;
    }
    .footer__col--logo {
      grid-area: logo;
    }
    .footer__col--addr {
      padding-left: 32px;
    }
    .footer__col--addr1 {
      grid-area: addr1;
    }
    .footer__col--addr2 {
      grid-area: addr2;
    }
    .footer__col--addr3 {
      grid-area: addr3;
    }
    .footer__col--tm {
      grid-area: tm;
    }
    .footer__col--contact {
      grid-area: contact;
    }
    .footer__col--addr {
      padding-left: 33px;
      background: transparent url(../svg/pin.svg) left 85% no-repeat;
      background-size: 16px;
    }
  }
}
.footer__col--copy {
  margin-bottom: 0;
}
@media only screen and (min-width: 650px) {
  .footer__col--copy {
    grid-area: copy;
  }
}
.footer__col:first-child {
  margin-bottom: 32px;
}
@supports (display: grid) {
  @media only screen and (min-width: 650px) {
    .footer__col:first-child {
      margin: 0;
    }
  }
}
.footer__col:last-child {
  margin: 16px 0 0;
  display: flex;
  justify-content: center;
}
.footer__col:last-child :link,
.footer__col:last-child :visited {
  color: #fff;
}
@media only screen and (min-width: 650px) {
  .footer__col:last-child :link:hover,
  .footer__col:last-child :link:active,
  .footer__col:last-child :visited:hover,
  .footer__col:last-child :visited:active {
    color: #666684;
  }
}
.footer__col:last-child a {
  display: block;
  margin: 0 8px;
}
@supports (display: grid) {
  @media only screen and (min-width: 650px) {
    .footer__col:last-child {
      margin: 0;
      justify-content: flex-end;
    }
  }
}
.footer img {
  display: block;
  width: 172px;
  margin: 0 auto;
}
@supports (display: grid) {
  @media only screen and (min-width: 650px) {
    .footer img {
      margin-left: 0;
    }
  }
}
