/*
  hc-footer-2025
*/

.hc-footer-2025 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--font-color-0);
  font-size: 16px;
  line-height: 1.5;
  background: var(--bg-color-9);
  position: relative;
  overflow: hidden;
}
.hc-footer-2025 .watermark {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  opacity: .5;
  transform: translate(50%, -50%);
}
.hc-footer-2025 .divider {
  width: 100%;
  max-width: 1280px;
  height: 1px;
  margin: 0 auto;
  background: var(--bg-color-7);
  position: relative;
  z-index: 2;
}
.hc-footer-2025 .top {
  display: block;
  width: 100%;
  margin: 0;
  padding: 32px 16px;
  position: relative;
  z-index: 2;
}
.hc-footer-2025 .top .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}
.hc-footer-2025 .top .wrapper .info {
  display: block;
}
.hc-footer-2025 .top .wrapper .info img {
  display: block;
  width: 100%;
  max-width: 320px;
}
.hc-footer-2025 .top .wrapper .info p {
  font-size: 16px;
  margin-top: 16px;
}
.hc-footer-2025 .top .wrapper .info .socials {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
.hc-footer-2025 .top .wrapper .info .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--font-color-0);
  font-size: 16px;
  border: 2px solid var(--font-color-3);
  border-radius: 20px;
}
.hc-footer-2025 .top .wrapper .info .socials a span {
  margin-right: -1px;
}
.hc-footer-2025 .top .wrapper .contact {
  display: block;
}
.hc-footer-2025 .top .wrapper .contact a {
  display: block;
  margin: 8px 0;
  color: var(--font-color-0);
  text-decoration: underline;
  text-decoration-color: transparent;
}
.hc-footer-2025 .top .wrapper .contact .heading {
  margin: 16px 0 8px 0;
  font-weight: 600;
  font-size: 14px;
  font-family: "Sohne", sans-serif;
}
.hc-footer-2025 .top .wrapper .contact .heading:first-child {
  margin-top: 0;
}
.hc-footer-2025 .top .wrapper .links {
  display: block;
}
.hc-footer-2025 .bottom {
  display: block;
  width: 100%;
  margin: 0;
  padding: 32px 16px;
  position: relative;
  z-index: 2;
}
.hc-footer-2025 .bottom .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
}
.hc-footer-2025 .bottom .wrapper .links {
  display: block;
}
.hc-footer-2025 .bottom .wrapper .links a {
  display: block;
  margin: 8px 0;
  color: var(--font-color-0);
  text-decoration: underline;
  text-decoration-color: transparent;
}
.hc-footer-2025 .bottom .wrapper .links .heading {
  margin: 0 0 8px 0;
  font-weight: 600;
  font-size: 14px;
  font-family: "Sohne", sans-serif;
}
.hc-footer-2025 .sub-footer {
  display: block;
  width: 100%;
  margin: 0;
  padding: 16px;
  position: relative;
  z-index: 2;
}
.hc-footer-2025 .sub-footer .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
}
.hc-footer-2025 .sub-footer .wrapper .left {
  display: block;
}
.hc-footer-2025 .sub-footer .wrapper .left .links {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}
.hc-footer-2025 .sub-footer .wrapper .left .links a {
  width: 100%;
  color: var(--font-color-0);
  text-decoration: underline;
  text-decoration-color: transparent;
  display: block;
  position: relative;
}
.hc-footer-2025 .sub-footer .wrapper .left .links a:after {
  display: none;
  width: 1px;
  height: 100%;
  background: var(--bg-color-7);
  position: absolute;
  top: 0;
  right: -8px;
  content: '';
}
.hc-footer-2025 .sub-footer .wrapper .left .links a:last-child:after {
  display: none;
}
.hc-footer-2025 .sub-footer .wrapper .right {
  display: block;
}
.hc-footer-2025 .sub-footer .wrapper .right p {
  font-size: 16px;
}

@media(min-width:760px) {
  .hc-footer-2025 .top .wrapper {
    grid-template-columns: repeat(12, 1fr);
  }
  .hc-footer-2025 .top .wrapper .info {
    grid-column: span 12;
  }
  .hc-footer-2025 .top .wrapper .contact {
    grid-column-start: 1;
    grid-column-end: 7;
  }
  .hc-footer-2025 .top .wrapper .links {
    grid-column-start: 7;
    grid-column-end: 13;
  }
  .hc-footer-2025 .top .wrapper .info .socials a:hover {
    color: var(--font-color-0);
    background: var(--bg-color-1);
    border-color: var(--bg-color-1);
  }
  .hc-footer-2025 .top .wrapper .contact a:hover {
    text-decoration-color: var(--bg-color-0);
  }
  .hc-footer-2025 .bottom .wrapper .links a:hover {
    text-decoration-color: var(--bg-color-0);
  }
  .hc-footer-2025 .sub-footer .wrapper .left .links a {
    width: auto;
  }
  .hc-footer-2025 .sub-footer .wrapper .left .links a:after {
    display: block;
  }
  .hc-footer-2025 .sub-footer .wrapper .left .links a:hover {
    text-decoration-color: var(--bg-color-0);
  }
}

@media (min-width: 1020px) {
  .hc-footer-2025 .top {
    padding: 64px 16px;
  }
  .hc-footer-2025 .top .wrapper {
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
  }
  .hc-footer-2025 .top .wrapper .info {
    grid-column: span 5;
  }  
  .hc-footer-2025 .top .wrapper .contact {
    grid-column-start: 7;
    grid-column-end: 10;
  }
  .hc-footer-2025 .top .wrapper .links {
    grid-column-start: 10;
    grid-column-end: 13;
  }
  .hc-footer-2025 .bottom .wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
  .hc-footer-2025 .sub-footer {
    padding: 32px 16px;
  }
  .hc-footer-2025 .sub-footer .wrapper {
    grid-template-columns: 5fr 3fr;
    gap: 8px;
  }
  .hc-footer-2025 .sub-footer .wrapper .right {
    text-align: right;
  }
}

@media (min-width: 1560px) {
  .hc-footer-2025 .divider {
    max-width: 1520px;
  }
  .hc-footer-2025 .top .wrapper {
    max-width: 1520px;
  }
  .hc-footer-2025 .bottom .wrapper {
    max-width: 1520px;
  }
  .hc-footer-2025 .sub-footer .wrapper {
    max-width: 1520px;
  }
}