/* BR FOOTER NAV V2 R1 — LIGHTER PRODUCTION FOOTER */
html body.siteBody footer.brFooterV2{
  margin-top:0!important;
  padding:0!important;
  border-top:3px solid var(--br-green)!important;
  background:#062b4d!important;
  color:#dce7f0!important;
}

html body.siteBody .brFooterV2Main{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:24px 0 16px;
}

html body.siteBody .brFooterV2Top{
  display:grid;
  grid-template-columns:178px minmax(0,1fr);
  gap:34px;
  align-items:center;
}

html body.siteBody .brFooterV2Brand{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  text-decoration:none!important;
}

html body.siteBody .brFooterV2Brand img{
  display:block;
  width:166px;
  max-width:100%;
  height:auto;
  background:transparent!important;
}

html body.siteBody .brFooterV2Primary{
  display:flex;
  flex-wrap:wrap;
  gap:4px 18px;
  align-items:center;
}

html body.siteBody .brFooterV2Primary a,
html body.siteBody .brFooterV2Bottom a{
  color:#f1f6fa!important;
  -webkit-text-fill-color:#f1f6fa!important;
  text-decoration:none!important;
  font-weight:700;
}

html body.siteBody .brFooterV2Primary a{
  font-size:13px;
  line-height:1.4;
  padding:5px 0;
}

html body.siteBody .brFooterV2 a:hover,
html body.siteBody .brFooterV2 a:focus-visible{
  color:var(--br-green)!important;
  -webkit-text-fill-color:var(--br-green)!important;
}

html body.siteBody .brFooterV2Bottom{
  margin-top:18px;
  padding-top:13px;
  border-top:1px solid rgba(255,255,255,.10);
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
  color:#91a7ba;
  font-size:11px;
}

html body.siteBody .brFooterV2Bottom a{
  color:#b9c9d7!important;
  -webkit-text-fill-color:#b9c9d7!important;
  font-size:11px;
  font-weight:650;
}

@media(max-width:860px){
  html body.siteBody .brFooterV2Main{
    width:min(100% - 28px,1180px);
    padding:22px 0 15px;
  }

  html body.siteBody .brFooterV2Top{
    grid-template-columns:1fr;
    gap:18px;
  }

  html body.siteBody .brFooterV2Brand img{
    width:154px;
  }

  html body.siteBody .brFooterV2Primary{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 18px;
  }

  html body.siteBody .brFooterV2Primary a{
    padding:7px 0;
    border-bottom:1px solid rgba(255,255,255,.065);
  }
}

@media(max-width:520px){
  html body.siteBody .brFooterV2Bottom{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
  }
}
