/*
 * FACT NETWORKS CORPORATE RENEWAL
 * Build: 2.7.0-stage08
 * Stage 08: Corporate trust footer
 */
.fact-corporate-footer{
  position:relative;
  z-index:2;
  margin-top:clamp(64px,9vw,140px);
  border-top:1px solid rgba(185,199,216,.24);
  background:#080c12;
  color:#eef2f6;
  padding:0!important;
  display:block!important;
  text-align:left!important;
}
.fact-corporate-footer *{box-sizing:border-box}
.fact-footer-commitment{
  width:min(100%,1440px);
  margin:0 auto;
  padding:clamp(34px,5vw,70px) clamp(20px,4vw,72px);
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  border-bottom:1px solid rgba(185,199,216,.18);
}
.fact-footer-commitment small,
.fact-footer-column>small{
  display:block;
  color:#7fb6df;
  font-size:10px;
  font-weight:800;
  letter-spacing:.16em;
}
.fact-footer-commitment strong{
  display:block;
  margin-top:14px;
  font-size:clamp(28px,3.4vw,50px);
  line-height:1.14;
  letter-spacing:-.045em;
  word-break:keep-all;
}
.fact-footer-commitment>a{
  flex:0 0 auto;
  min-width:210px;
  padding:16px 20px;
  border:1px solid rgba(185,199,216,.3);
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:13px;
  font-weight:800;
  transition:border-color .2s ease,background .2s ease;
}
.fact-footer-commitment>a:hover{border-color:#7fb6df;background:rgba(127,182,223,.06)}
.fact-footer-main{
  width:min(100%,1440px);
  margin:0 auto;
  padding:clamp(48px,6vw,82px) clamp(20px,4vw,72px);
  display:grid;
  grid-template-columns:minmax(360px,1.45fr) repeat(3,minmax(150px,.55fr));
  gap:clamp(30px,4vw,68px);
}
.fact-footer-identity{min-width:0}
.fact-footer-brand{
  display:inline-flex;
  align-items:center;
  gap:14px;
}
.fact-footer-brand>.mark{flex:0 0 auto}
.fact-footer-brand>span:last-child{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:0 6px}
.fact-footer-brand strong{font-size:24px;letter-spacing:.03em}
.fact-footer-brand b{font-size:13px;letter-spacing:.18em;color:#9aa6b2}
.fact-footer-brand small{grid-column:1/-1;margin-top:3px;font-size:8px;letter-spacing:.2em;color:#677481}
.fact-footer-identity>p{
  max-width:580px;
  margin:26px 0 30px;
  color:#9aa5af;
  font-size:14px;
  line-height:1.8;
  word-break:keep-all;
}
.fact-footer-company-data{
  display:block!important;
  width:100%;
  margin:0;
  padding:0;
  border-top:1px solid rgba(185,199,216,.18);
}
.fact-footer-company-data>div{
  display:grid!important;
  grid-template-columns:92px minmax(0,1fr)!important;
  gap:18px!important;
  padding:11px 0;
  border-bottom:1px solid rgba(185,199,216,.11);
}
.fact-footer-company-data dt{
  margin:0;
  color:#71808e;
  font-size:9px;
  font-weight:800;
  line-height:1.6;
  letter-spacing:.12em;
  white-space:nowrap;
}
.fact-footer-company-data dd{
  min-width:0;
  margin:0;
  color:#c5ccd3;
  font-size:12px;
  line-height:1.65;
  word-break:keep-all;
}
.fact-footer-company-data dd span{color:#788592}
.fact-footer-company-data a{color:#dce7ef;font-weight:800}
.fact-footer-column{display:flex!important;flex-direction:column;align-items:flex-start;gap:13px;margin:0!important}
.fact-footer-column>small{margin-bottom:12px}
.fact-footer-column>a{
  padding:0!important;
  color:#aab3bc!important;
  font-size:13px!important;
  line-height:1.5;
  transition:color .2s ease,transform .2s ease;
}
.fact-footer-column>a:hover{color:#fff!important;transform:translateX(3px)}
.fact-footer-legal{
  width:min(100%,1440px);
  margin:0 auto;
  padding:24px clamp(20px,4vw,72px) 34px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:14px 30px;
  border-top:1px solid rgba(185,199,216,.18);
  color:#6f7b87;
}
.fact-footer-legal p{margin:0!important;text-align:left!important;font-size:11px;line-height:1.7}
.fact-footer-legal nav{display:flex;justify-content:flex-end;gap:18px;flex-wrap:wrap}
.fact-footer-legal nav a{color:#929da7;font-size:11px}
.fact-footer-legal nav a:hover{color:#fff}
.fact-footer-ownership{grid-column:1/-1}
.fact-footer-ownership a{color:#b5cfe2;font-weight:800}
@media(max-width:1100px){
  .fact-footer-main{grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(150px,.6fr))}
  .fact-footer-column:last-child{grid-column:2/-1;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px}
  .fact-footer-column:last-child>small{grid-column:1/-1}
}
@media(max-width:760px){
  .fact-footer-commitment{align-items:flex-start;flex-direction:column}
  .fact-footer-commitment strong{font-size:clamp(28px,8vw,38px)}
  .fact-footer-commitment>a{width:100%;min-width:0}
  .fact-footer-main{grid-template-columns:minmax(0,1fr);gap:42px}
  .fact-footer-column:last-child{grid-column:auto;display:flex!important}
  .fact-footer-company-data>div{grid-template-columns:80px minmax(0,1fr)!important}
  .fact-footer-legal{grid-template-columns:minmax(0,1fr)}
  .fact-footer-legal nav{justify-content:flex-start;gap:10px 16px}
  .fact-footer-ownership{grid-column:auto}
}
@media(max-width:420px){
  .fact-footer-company-data>div{grid-template-columns:minmax(0,1fr)!important;gap:4px!important}
  .fact-footer-company-data dt{white-space:normal}
}
