.layout-center,
.layout-center--form,
.footer__content {
  margin-right: auto;
  margin-left: auto;
  padding: 0 10px;
  max-width: 1190px;
}

@media (min-width: 40em) {
  .layout-center--form {
    padding: 0 68px;
  }
}

.footer {
  position: relative;
}

.footer__region {
  padding: 2rem 0 2.5rem;
  clear: both;
  background-color: #173353;
}

@media (min-width: 60em) {
  .footer__region {
    padding-top: 1rem;
  }
}

.footer__content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #fff;
}

.footer__content::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 60em) {
  .footer__content {
    padding-top: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

.footer__copy {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  padding-top: 2rem;
  text-align: center;
  opacity: .7;
}

@media (min-width: 40em) {
  .footer__copy {
    margin-bottom: 1em;
  }
}

@media (min-width: 60em) {
  .footer__copy {
    margin-left: unset;
    margin-right: unset;
    padding-top: 1rem;
    flex-basis: 60%;
    text-align: left;
  }
}

.footer__copy p {
  margin: 0;
}

.footer__menu,
.footer__menu--landing {
  margin: 0;
  padding: 0;
  text-align: center;
}

@media (min-width: 40em) {
  .footer__menu,
  .footer__menu--landing {
    padding: 1rem 0 0;
  }
}

@media (min-width: 60em) {
  .footer__menu,
  .footer__menu--landing {
    text-align: left;
  }
}

.footer__menu--landing {
  margin: 0 auto;
}

@media (min-width: 55.5em) {
  .footer__menu--landing {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
    margin: 0;
  }
}

.footer__menu-item {
  margin-bottom: .5rem;
  display: block;
  text-align: center;
  opacity: .7;
}

.footer__menu-item:last-child .footer__menu-link,
.footer__menu-item:last-child a {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

@media (min-width: 40em) {
  .footer__menu-item {
    display: inline-block;
  }
}

.footer__menu a, .footer__menu-link,
.footer__menu--landing a {
  text-decoration: none;
  color: #fff;
}

.footer__menu a:hover, .footer__menu-link:hover,
.footer__menu--landing a:hover {
  color: #1764e2;
}

@media (min-width: 40em) {
  .footer__menu a, .footer__menu-link,
  .footer__menu--landing a {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #fff;
  }
}

.footer__texts {
  margin-top: 1rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-basis: 75%;
  gap: 0 3rem;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.footer__text {
  width: 100%;
}

@media (min-width: 50em) {
  .footer__text {
    width: 48%;
  }
}

@media (min-width: 55.5em) {
  .footer__text {
    width: 23%;
  }
}

.footer__text p {
  margin: .75rem 0;
  color: #fff;
}

@media (min-width: 50em) {
  .footer__text p {
    margin: 1.5rem 0;
  }
}

.footer__text a {
  color: #c9cdd0;
  text-decoration: none;
}

.footer__text a:hover {
  color: #1764e2;
}
