.lm2-footer {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  background: #003154;
  color: #fff;
  padding: 64px 24px 32px;
}

@media (min-width: 1024px) {
  .lm2-footer {
    padding: 64px 64px 32px;
  }
}

.lm2-footer__top {
  max-width: 1312px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  justify-content: space-between;
}

@media (min-width: 640px) {
  .lm2-footer__top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .lm2-footer__top {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .lm2-footer__top {
    grid-template-columns: repeat(7, 1fr);
  }
}

.lm2-footer__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 1024px) {
  .lm2-footer__column--main {
    grid-column: span var(--col-span, 3);
  }
}

.lm2-footer__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.lm2-footer__logoImg {
  width: 66px;
  height: auto;
}

.lm2-footer__icon {
  display: inline-block;
  width: 14px;
  height: 15px;
  margin-right: 8px;
  color: currentColor;
}

.lm2-footer__logoText {
  font-family: "futura-pt", system-ui, -apple-system, Segoe UI, Roboto,
    sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}

.lm2-footer__title {
  font-family: "futura-pt", system-ui, -apple-system, Segoe UI, Roboto,
    sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}

.lm2-footer__contact {
  font-family: "Crimson Text", Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lm2-footer__contact > div {
  display: flex;
  align-items: center;
  color: #fff;
}

.lm2-footer__contact a {
  color: inherit;
  text-decoration: none;
}

.lm2-footer__contact a:hover {
  text-decoration: underline;
}

.lm2-footer__social {
  display: flex;
  gap: 8px;
}

.lm2-footer__social a {
  color: inherit;
  text-decoration: none;
}

.lm2-footer__right__link_column {
  flex-grow: 1;
  flex-basis: 0;
  color: #fff;
}

.lm2-footer__right__link_column h4 {
  font-family: "futura-pt", system-ui, -apple-system, Segoe UI, Roboto,
    sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: normal !important;
  margin: 0;
  color: #fff;
}

.lm2-footer__right__link_column ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.lm2-footer__right__link_column li {
  margin-bottom: 8px;
  font-family: "Crimson Text", Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
}

.lm2-footer__right__link_column a {
  color: inherit;
  text-decoration: none;
}

.lm2-footer__right__link_column a:hover {
  text-decoration: underline;
}

.lm2-footer__bottom {
  border-top: 1px solid #fff;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  max-width: 1312px;
  margin: 32px auto 0;
}

.lm2-footer__bottom__strap {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: "Crimson Text", Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
}

@media (min-width: 768px) {
  .lm2-footer__bottom__strap {
    flex-direction: row;
    gap: 0;
  }
  .lm2-footer__bottom__strap > div {
    border-left: 1px solid #fff;
    color: #fff;
    padding: 0 16px;
  }
  .lm2-footer__bottom__strap > div:first-child {
    padding: 0 16px 0 0;
    border: none;
  }
}
