.landing-sections #header {
  padding: 0;
  height: 116px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .landing-sections #header {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .landing-sections #main {
    padding-top: 140px;
  }
}
.landing-sections #footer {
  background-color: #e9ecef;
  padding: 30px 0;
}
@media (min-width: 992px) {
  .landing-sections #footer {
    padding: 65px 0 45px;
  }
}
.landing-sections #footer .footer-content {
  margin-bottom: 2rem;
}
.landing-sections #footer .footer-content:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .landing-sections #footer .footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 160px;
  }
}
@media (min-width: 1200px) {
  .landing-sections #footer .footer-content {
    margin-bottom: 240px;
  }
}
.landing-sections #footer .hs_cos_wrapper_type_rich_text {
  text-align: center;
  margin-bottom: 3rem;
}
.landing-sections #footer .hs_cos_wrapper_type_rich_text:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .landing-sections #footer .hs_cos_wrapper_type_rich_text {
    text-align: right;
    margin-bottom: 0;
  }
}
.landing-sections #footer .hs_cos_wrapper_type_rich_text h3 {
  margin-bottom: 25px;
  font-size: 1rem;
  font-weight: 700;
}
.landing-sections #footer .logos {
  list-style-type: none;
  margin: 0 -1rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .landing-sections #footer .logos {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    align-items: flex-end;
  }
}
.landing-sections #footer .logos li {
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .landing-sections #footer .logos li {
    padding: 0 1.5rem;
  }
}
.landing-sections #footer .logos li a {
  display: block;
}
.landing-sections #footer .contacts {
  font-size: 0.875rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #000;
}
.landing-sections #footer .contacts li {
  margin-bottom: 26px;
}
.landing-sections #footer .contacts li:last-child {
  margin-bottom: 0;
}
.landing-sections #footer .contacts li h4 {
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 600;
}
.landing-sections #footer .contacts a {
  color: currentColor;
  text-decoration: none;
}
.landing-sections #footer .contacts a:hover {
  text-decoration: underline;
}
.landing-sections #footer #hs_cos_wrapper_footer_credit_ {
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #000;
}
@media (min-width: 992px) {
  .landing-sections #footer #hs_cos_wrapper_footer_credit_ {
    text-align: left;
  }
}
.landing-sections #footer #hs_cos_wrapper_footer_credit_ a {
  color: currentColor;
  text-decoration: none;
}
.landing-sections #footer #hs_cos_wrapper_footer_credit_ a:hover {
  color: #1d2f59;
  text-decoration: underline;
}