.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 2.25rem -webkit-calc((100% - 1136px)/2) 2.5rem;
  padding: 2.25rem calc((100% - 1136px)/2) 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #fff;
  background-color: #0479b0;
}
.footer_copyrights {
  margin-top: 3rem;
}
.footer_block {
  text-align: center;
  width: 50%;
}
.footer_copyright {
  font-size: 1.125rem;
  color: #cadae7;
  margin: 0;
}
.footer_customBlock {
  margin-top: 1rem;
}
.footer a:not(.button):not(.footer_totallyNotALink) {
  color: inherit;
  text-decoration: underline;
}
.footer a:not(.button):not(.footer_totallyNotALink):hover {
  text-decoration: none;
}
a.footer_totallyNotALink {
  color: inherit;
  text-decoration: none;
}
a.footer_totallyNotALink:hover {
  color: inherit;
}
a.footer_totallyNotALink > span {
  text-decoration: underline;
}
a.footer_totallyNotALink:hover > span {
  text-decoration: none;
}

/*# sourceMappingURL=../maps/component/footerLight.css.map */
