.gpcc-footer-minimal{
  --gpcc-sans:var(--e-global-typography-text-font-family,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif);
  position:relative;
  z-index:5;
  width:100%;
  margin:0;
  background:var(--gpcc-footer-bg,#171614);
  color:var(--gpcc-footer-text,#bdb5aa);
  font-family:var(--gpcc-sans);
}

.gpcc-footer-minimal *{box-sizing:border-box}
.gpcc-footer-minimal a{color:inherit;text-decoration:none}

.gpcc-footer-shell{
  width:min(1180px,calc(100% - 64px));
  margin:0 auto;
  padding:0 0 46px;
}

.gpcc-footer-rule{
  height:1px;
  background:var(--gpcc-footer-border,#35322e);
  margin:0 0 42px;
}

.gpcc-footer-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:42px;
  min-height:var(--gpcc-footer-logo-width,86px);
}

.gpcc-footer-logo{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex:0 0 auto;
}

.gpcc-footer-logo a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.gpcc-footer-logo-image{
  display:block;
  width:var(--gpcc-footer-logo-width,86px);
  max-width:100%;
  height:auto;
  object-fit:contain;
}

.gpcc-footer-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:15px;
  flex-wrap:wrap;
  color:var(--gpcc-footer-text,#bdb5aa);
  font-size:15px;
  line-height:1.55;
  letter-spacing:.015em;
}

.gpcc-footer-links a{
  color:var(--gpcc-footer-text,#bdb5aa);
  transition:color .18s ease;
}

.gpcc-footer-links a:hover,
.gpcc-footer-links a:focus{
  color:var(--gpcc-footer-hover,#f1ece4);
}

.gpcc-footer-dot{
  color:var(--gpcc-footer-dot,#bdb5aa);
  opacity:.95;
}

@media(max-width:700px){
  .gpcc-footer-shell{
    width:min(100% - 42px,1180px);
    padding-bottom:38px;
  }

  .gpcc-footer-rule{margin-bottom:34px}

  .gpcc-footer-row{
    align-items:flex-start;
    flex-direction:column;
    gap:26px;
  }

  .gpcc-footer-links{
    justify-content:flex-start;
    font-size:14px;
    gap:12px;
  }
}

@media(prefers-reduced-motion:reduce){
  .gpcc-footer-minimal *{transition:none!important}
}
