.cabinext-footer{
  position:relative;
  overflow:hidden;
  color:#fff;
  background:linear-gradient(180deg,#6542d5 0%,#4b22b4 47%,#285fd2 100%);
}
.cabinext-footer-top{
  position:relative;
  min-height:650px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  isolation:isolate;
}
.cabinext-footer-graphic{
  z-index:0;
  position:absolute;
  inset:0 0 auto;
  width:100%;
  height:auto;
  min-height:340px;
  object-fit:cover;
  pointer-events:none;
}
.cabinext-footer-cta{
  z-index:3;
  position:relative;
  width:min(760px,calc(100% - 40px));
  margin:0 auto;
  padding:0 0 62px;
  text-align:center;
}
.cabinext-footer-cta h2{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(38px,4vw,58px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.cabinext-footer-cta p{
  max-width:610px;
  margin:0 auto 24px;
  color:rgba(255,255,255,.8);
  font-size:16px;
  line-height:1.65;
}
.cabinext-footer-cta .btn{
  background:#fff;
  color:#15182d;
  box-shadow:0 14px 36px rgba(19,15,58,.18);
}
.cabinext-footer-bottom{
  position:relative;
  z-index:4;
  padding:62px 0 22px;
  background:linear-gradient(180deg,rgba(33,56,167,.08),rgba(18,30,103,.3));
  border-top:1px solid rgba(255,255,255,.12);
}
.cabinext-footer-main{
  display:grid;
  grid-template-columns:minmax(230px,1.15fr) minmax(0,3fr);
  gap:68px;
  align-items:start;
}
.cabinext-footer-brand .cabinext-footer-logo{
  width:175px;
  height:auto;
  margin-bottom:22px;
}
.cabinext-footer-brand>p{
  max-width:295px;
  margin:0 0 18px;
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.7;
  font-weight:600;
}
.cabinext-footer-brand address{
  color:rgba(255,255,255,.65);
  font-size:12px;
  line-height:1.65;
  font-style:normal;
}
.cabinext-footer-brand address a{color:inherit}
.cabinext-footer-locales{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:22px;
}
.cabinext-footer-locales a{
  min-width:34px;
  padding:7px 10px;
  text-align:center;
  color:rgba(255,255,255,.74);
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  border:1px solid rgba(255,255,255,.15);
  border-radius:9px;
  transition:.2s ease;
}
.cabinext-footer-locales a:hover,
.cabinext-footer-locales a[aria-current="page"]{
  color:#4b22b4;
  background:#fff;
  border-color:#fff;
}
.cabinext-footer-links{
  display:grid;
  grid-template-columns:1.25fr .95fr .85fr 1fr;
  gap:36px;
}
.cabinext-footer-col h3{
  margin:0 0 18px;
  color:#fff;
  font-size:13px;
  line-height:1.2;
}
.cabinext-footer-col ul{
  list-style:none;
  margin:0;
  padding:0;
}
.cabinext-footer-col li{margin:0}
.cabinext-footer-col a{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:0;
  padding:5px 0;
  color:rgba(255,255,255,.67);
  font-size:12px;
  line-height:1.35;
  transition:color .2s ease,transform .2s ease;
}
.cabinext-footer-col a::before{
  content:"→";
  width:0;
  opacity:0;
  overflow:hidden;
  color:#bcffe7;
  transition:width .2s ease,opacity .2s ease;
}
.cabinext-footer-col a:hover{
  color:#fff;
  transform:translateX(2px);
}
.cabinext-footer-col a:hover::before{
  width:15px;
  opacity:1;
}
.cabinext-footer-meta{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:26px;
  margin-top:50px;
  padding-top:20px;
  color:rgba(255,255,255,.55);
  font-size:10px;
  border-top:1px solid rgba(255,255,255,.12);
}
.cabinext-footer-social{
  display:flex;
  justify-content:center;
  gap:5px;
  list-style:none;
  margin:0;
  padding:0;
}
.cabinext-footer-social a{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:#fff;
  border-radius:10px;
  transition:background .2s ease,transform .2s ease;
}
.cabinext-footer-social a:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.12);
}
.cabinext-footer-social svg{
  width:17px;
  height:17px;
  fill:currentColor;
}
.cabinext-footer-legal{
  justify-self:end;
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:16px;
}
.cabinext-footer-legal a{
  color:rgba(255,255,255,.58);
  transition:color .2s ease;
}
.cabinext-footer-legal a:hover{color:#fff}
@media(max-width:1050px){
  .cabinext-footer-top{min-height:590px}
  .cabinext-footer-main{grid-template-columns:1fr;gap:42px}
  .cabinext-footer-links{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:760px){
  .cabinext-footer-top{min-height:540px}
  .cabinext-footer-graphic{width:155%;max-width:none;left:50%;transform:translateX(-50%)}
  .cabinext-footer-cta{padding-bottom:46px}
  .cabinext-footer-cta h2{font-size:40px}
  .cabinext-footer-links{grid-template-columns:1fr 1fr;gap:34px 28px}
  .cabinext-footer-meta{grid-template-columns:1fr;text-align:center}
  .cabinext-footer-legal{justify-self:center;justify-content:center}
}
@media(max-width:480px){
  .cabinext-footer-top{min-height:500px}
  .cabinext-footer-graphic{width:215%;top:12px}
  .cabinext-footer-cta h2{font-size:34px}
  .cabinext-footer-cta p{font-size:14px}
  .cabinext-footer-bottom{padding-top:48px}
  .cabinext-footer-links{grid-template-columns:1fr 1fr;gap:30px 18px}
}
