.site-footer {
  background-color: #1F1F1F;
  color: #fff;
  padding: 2.8125rem 0 0.625rem;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 4.0625rem 0 0.625rem;
  }
}
.site-footer h2, .site-footer h3 {
  font-family: "PPNeueMontreal", sans-serif;
}
.site-footer .footer-main {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .site-footer .footer-main {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-main {
    --bs-gutter-y: 25px;
  }
}
.site-footer .footer-branding {
  max-width: 327px;
}
.site-footer .footer-logo {
  max-width: 280px;
}
.site-footer .footer-logo a {
  width: 100%;
  display: inline-block;
  transition: opacity 0.2s;
  margin-bottom: 8px;
}
.site-footer .footer-logo a:hover, .site-footer .footer-logo a:focus {
  opacity: 0.8;
}
.site-footer .footer-logo img {
  height: auto;
  display: block;
}
.site-footer .footer-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
@media (max-width: 767px) {
  .site-footer .footer-links {
    gap: 0;
  }
}
.site-footer .footer-links h2 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .site-footer .footer-links h2 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    padding: 19px 30px 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-footer .footer-links h2:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -2px;
  }
  .site-footer .footer-links h2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("/themes/custom/kilden/build/assets/icons/chevron-purple.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    transition: 0.3s ease-in-out;
  }
}
.site-footer .footer-links .block.is-active h2::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.site-footer .footer-links .block.is-active .block__content {
  max-height: 1000px;
  opacity: 1;
  padding-top: 15px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .site-footer .footer-links .block__content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
}
.site-footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-links li {
  margin-bottom: 5px;
}
.site-footer .footer-links p {
  font-size: 1rem;
  letter-spacing: 0.16px;
}
.site-footer .footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.16px;
  line-height: 1.45;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.5px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 1px;
}
.site-footer .footer-links a:hover, .site-footer .footer-links a:focus {
  background-size: 100% 0.5px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: currentColor;
}
.site-footer .footer-links a[href^=http]::after, .site-footer .footer-links a[target=_blank]::after {
  content: "";
  background-image: url("/themes/custom/kilden/build/assets/icons/external-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 6px;
  vertical-align: middle;
}
.site-footer .footer-contact {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 26px;
  padding: 27px 0 35px;
  margin-bottom: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  letter-spacing: 0.16px;
}
@media (min-width: 768px) {
  .site-footer .footer-contact {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 20px 0;
    margin-top: 70px;
    margin-bottom: 15px;
    --bs-gutter-y: 30px;
  }
}
@media (min-width: 992px) {
  .site-footer .footer-contact {
    --bs-gutter-y: 25px;
  }
}
.site-footer .footer-contact .block {
  font-size: 0.875rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .site-footer .footer-contact .block {
    font-size: 1rem;
  }
}
.site-footer .footer-contact h2,
.site-footer .footer-contact h3,
.site-footer .footer-contact h4 {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .site-footer .footer-contact h2,
  .site-footer .footer-contact h3,
  .site-footer .footer-contact h4 {
    font-size: 1rem;
  }
}
.site-footer .footer-contact p {
  margin: 0;
}
.site-footer .footer-contact a {
  text-decoration: none;
  color: #fff;
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 0.5px;
  transition: background-size 0.3s, color 0.3s;
  padding-bottom: 2px;
}
.site-footer .footer-contact a:hover, .site-footer .footer-contact a:focus {
  background-size: 100% 0.5px;
  text-decoration: none;
  transition: background-size 0.3s, color 0.3s;
  color: currentColor;
}
.site-footer .footer-bottom {
  --bs-gutter-x: 25px;
  letter-spacing: 0.16px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .site-footer .footer-bottom {
    padding-bottom: 0;
  }
}
.site-footer .block--kilden-socialmedialinks .social-media-links--platforms.horizontal li,
.site-footer .block--kilden-socialmedialinks-en .social-media-links--platforms.horizontal li {
  padding: 0;
}
.site-footer .block--kilden-socialmedialinks .social-media-links--platforms.horizontal,
.site-footer .block--kilden-socialmedialinks-en .social-media-links--platforms.horizontal {
  margin: 0;
}
.site-footer .block--kilden-socialmedialinks a,
.site-footer .block--kilden-socialmedialinks-en a {
  color: #fff;
  font-size: 0.625rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transition: 0.3s ease-in-out;
}
.site-footer .block--kilden-socialmedialinks a:hover, .site-footer .block--kilden-socialmedialinks a:focus,
.site-footer .block--kilden-socialmedialinks-en a:hover,
.site-footer .block--kilden-socialmedialinks-en a:focus {
  opacity: 0.8;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  transition: 0.3s ease-in-out;
}
.site-footer .block--kilden-socialmedialinks a svg,
.site-footer .block--kilden-socialmedialinks a i,
.site-footer .block--kilden-socialmedialinks-en a svg,
.site-footer .block--kilden-socialmedialinks-en a i {
  width: 20px;
  height: 20px;
}
.site-footer .block--kilden-socialmedialinks .social-media-link-icon--facebook,
.site-footer .block--kilden-socialmedialinks-en .social-media-link-icon--facebook {
  background-image: url("/themes/custom/kilden/build/assets/icons/facebook.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 12px;
  display: block;
}
.site-footer .block--kilden-socialmedialinks .social-media-link-icon--facebook span:before,
.site-footer .block--kilden-socialmedialinks-en .social-media-link-icon--facebook span:before {
  content: "\f39e";
  font-size: 0;
}
.site-footer .block--kilden-socialmedialinks .social-media-link-icon--linkedin span:before,
.site-footer .block--kilden-socialmedialinks-en .social-media-link-icon--linkedin span:before {
  content: "\f0e1";
}
.site-footer .block--kilden-socialmedialinks .social-media-link-icon--twitter span:before,
.site-footer .block--kilden-socialmedialinks-en .social-media-link-icon--twitter span:before {
  content: "\f099";
}
.site-footer .block--kilden-socialmedialinks .social-media-link-icon--rss,
.site-footer .block--kilden-socialmedialinks-en .social-media-link-icon--rss {
  background-image: url("/themes/custom/kilden/build/assets/icons/rss.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 17.26px;
  display: block;
}
.site-footer .block--kilden-socialmedialinks .social-media-link-icon--rss span:before,
.site-footer .block--kilden-socialmedialinks-en .social-media-link-icon--rss span:before {
  content: "\f09e";
  font-size: 0;
}

@media (max-width: 767px) {
  .site-footer .footer-links {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=footer.css.map*/