:root{
  --asd-footer-green:#afc701;
  --asd-footer-bg:#07110c;
  --asd-footer-white:#ffffff;
  --asd-footer-muted:#aab3ad;
  --asd-footer-line:rgba(255,255,255,.18);
}
.asd-footer,.asd-footer *{
  box-sizing:border-box!important;
  font-family:"Manrope",Arial,sans-serif!important;
  border-radius:0!important;
}
.asd-footer{
  position:relative!important;
  width:100%!important;
  background:var(--asd-footer-bg)!important;
  color:#fff!important;
  overflow:hidden!important;
}
.asd-footer__accent{
  height:4px!important;
  background:var(--asd-footer-green)!important;
}
.asd-footer__inner{
  width:min(1760px,calc(100% - 96px))!important;
  margin:0 auto!important;
}
.asd-footer__main{
  display:grid!important;
  grid-template-columns:minmax(320px,1.35fr) minmax(180px,.78fr) minmax(180px,.7fr) minmax(330px,1fr)!important;
  gap:72px!important;
  padding:86px 0 78px!important;
  border-bottom:1px solid var(--asd-footer-line)!important;
}
.asd-footer__brand{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
}
.asd-footer__logo{
  width:205px!important;
  max-width:100%!important;
  display:block!important;
  text-decoration:none!important;
}
.asd-footer__logo img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:112px!important;
  object-fit:contain!important;
  object-position:left center!important;
}
.asd-footer__brand>p{
  max-width:510px!important;
  margin:44px 0 0!important;
  color:#d3d9d5!important;
  font-size:15px!important;
  line-height:1.75!important;
  font-weight:400!important;
}
.asd-footer__tagline{
  margin-top:28px!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  color:#fff!important;
  font-size:9px!important;
  line-height:1.3!important;
  font-weight:700!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
.asd-footer__tagline>span{
  width:30px!important;
  height:2px!important;
  flex:0 0 30px!important;
  background:var(--asd-footer-green)!important;
}
.asd-footer h3{
  margin:0 0 28px!important;
  padding:0!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
.asd-footer__links{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:stretch!important;
}
.asd-footer__links>a{
  min-height:48px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  color:#dce2de!important;
  text-decoration:none!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:500!important;
  border-bottom:1px solid transparent!important;
  transition:color .18s ease,padding-left .18s ease!important;
}
.asd-footer__links>a span{
  min-width:0!important;
}
.asd-footer__links>a svg{
  width:15px!important;
  height:15px!important;
  flex:0 0 15px!important;
  fill:none!important;
  stroke:var(--asd-footer-green)!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  opacity:.78!important;
}
.asd-footer__links>a:hover,
.asd-footer__links>a:focus-visible{
  padding-left:7px!important;
  color:var(--asd-footer-green)!important;
  outline:none!important;
}
.asd-footer__contact{
  min-width:0!important;
}
.asd-footer__contact-row{
  margin-bottom:24px!important;
}
.asd-footer__contact-row>span{
  display:block!important;
  margin-bottom:7px!important;
  color:var(--asd-footer-green)!important;
  font-size:8px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
.asd-footer__contact-row>a,
.asd-footer__contact-row>p{
  display:block!important;
  margin:0!important;
  color:#dce2de!important;
  text-decoration:none!important;
  font-size:14px!important;
  line-height:1.55!important;
  font-weight:500!important;
  word-break:break-word!important;
}
.asd-footer__contact-row>a:hover,
.asd-footer__contact-row>a:focus-visible{
  color:var(--asd-footer-green)!important;
}
.asd-footer__cta{
  width:100%!important;
  min-height:64px!important;
  margin-top:28px!important;
  padding:0 22px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  border:1px solid var(--asd-footer-green)!important;
  background:var(--asd-footer-green)!important;
  color:#07110c!important;
  box-shadow:none!important;
  outline:none!important;
  cursor:pointer!important;
  text-align:left!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:800!important;
  letter-spacing:.09em!important;
  text-transform:uppercase!important;
  transition:background .18s ease,color .18s ease,border-color .18s ease!important;
}
.asd-footer__cta svg{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:2!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.asd-footer__cta:hover,
.asd-footer__cta:focus-visible{
  background:#fff!important;
  border-color:#fff!important;
  color:#07110c!important;
}
.asd-footer__bottom{
  min-height:84px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:28px!important;
}
.asd-footer__copyright{
  color:#8f9a92!important;
  font-size:8px!important;
  line-height:1.4!important;
  font-weight:700!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
.asd-footer__legal{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:24px!important;
}
.asd-footer__legal a{
  color:#8f9a92!important;
  text-decoration:none!important;
  font-size:8px!important;
  line-height:1.4!important;
  font-weight:700!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
}
.asd-footer__legal a:hover,
.asd-footer__legal a:focus-visible{
  color:#fff!important;
}
@media(max-width:1200px){
  .asd-footer__main{
    grid-template-columns:1.2fr .8fr .8fr!important;
    gap:45px!important;
  }
  .asd-footer__contact{
    grid-column:1/-1!important;
    display:grid!important;
    grid-template-columns:180px 1fr 1fr 1.2fr!important;
    align-items:end!important;
    gap:24px!important;
    padding-top:34px!important;
    border-top:1px solid var(--asd-footer-line)!important;
  }
  .asd-footer__contact h3{align-self:start!important}
  .asd-footer__contact-row{margin:0!important}
  .asd-footer__cta{margin:0!important}
}
@media(max-width:760px){
  .asd-footer__inner{
    width:calc(100% - 34px)!important;
  }
  .asd-footer__main{
    grid-template-columns:1fr!important;
    gap:0!important;
    padding:56px 0 42px!important;
  }
  .asd-footer__brand{
    padding-bottom:42px!important;
    border-bottom:1px solid var(--asd-footer-line)!important;
  }
  .asd-footer__logo{width:165px!important}
  .asd-footer__brand>p{
    margin-top:30px!important;
    font-size:14px!important;
  }
  .asd-footer__tagline{
    margin-top:24px!important;
    font-size:8px!important;
  }
  .asd-footer__links{
    padding:34px 0!important;
    border-bottom:1px solid var(--asd-footer-line)!important;
  }
  .asd-footer h3{margin-bottom:17px!important}
  .asd-footer__links>a{min-height:46px!important}
  .asd-footer__contact{
    grid-column:auto!important;
    display:block!important;
    padding:34px 0 0!important;
    border-top:0!important;
  }
  .asd-footer__contact-row{
    margin-bottom:22px!important;
  }
  .asd-footer__cta{
    margin-top:28px!important;
    min-height:60px!important;
  }
  .asd-footer__bottom{
    min-height:0!important;
    padding:26px 0 30px!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    gap:16px!important;
  }
  .asd-footer__legal{
    justify-content:flex-start!important;
    flex-wrap:wrap!important;
  }
}
