/* compiled by scssphp 1.6.0 on Thu, 02 Oct 2025 08:35:19 +0000 (0.027s) */

footer .footer {
  background-color: var(--color-1);
  color: var(--color-white);
  padding-block: 3rem 2.5rem;
  border-block-start: 0 none;
  position: relative;
}
@media (min-width: 48rem) {
  footer .footer {
    padding-block: 3.25rem;
  }
}
@media (min-width: 64rem) {
  footer .footer {
    padding-block: 4.6875rem;
  }
}
footer .footer__container {
  padding-block: 0;
  gap: 0;
}
footer .footer__highlight {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: subgrid;
  inline-size: 100%;
  background-color: var(--color-1--hover);
  color: var(--color-white);
  padding-block: 3rem;
}
@media (min-width: 48rem) {
  footer .footer__highlight {
    padding-block: 6rem;
  }
}
@media (min-width: 64rem) {
  footer .footer__highlight {
    padding-block: 9.1875rem 8.5rem;
  }
}
footer .footer__highlight .footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
footer .footer__highlight-image {
  margin-block-end: 2rem;
  width: 8rem;
  height: 8rem;
  object-fit: contain;
}
@media (min-width: 48rem) {
  footer .footer__highlight-image {
    width: 10.25rem;
    height: 10.25rem;
  }
}
footer .footer__highlight-title {
  margin-block-end: 0.5rem;
}
footer .footer__highlight-subtitle {
  position: relative;
  padding-inline-start: 2.375rem;
  margin-block-end: 0;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-family: var(--font-family--heading);
  letter-spacing: 0.09375rem;
}
footer .footer__highlight-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 0.0625rem;
  background-color: var(--color-white);
}
footer .footer__content {
  grid-column: span 12;
  padding-inline-end: 0;
  margin-block-end: 2.5rem;
}
@media (min-width: 64rem) {
  footer .footer__content {
    grid-column: span 4;
    padding-inline-end: 1.25rem;
    margin-block-end: 0;
  }
}
@media (min-width: 85rem) {
  footer .footer__content {
    grid-column: span 5;
  }
}
footer .footer__content > p {
  position: relative;
  padding-inline-start: 2.375rem;
  margin-block-end: 0;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-family: var(--font-family--heading);
  font-weight: var(--font-weight--light);
}
@media (min-width: 36rem) {
  footer .footer__content > p {
    margin-block-end: 0.75rem;
  }
}
footer .footer__content > p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 0.0625rem;
  background-color: var(--color-white);
}
footer .footer__links {
  grid-column: span 12;
  grid-template-columns: 1fr;
  margin-block-start: 0;
  gap: 2.5rem;
}
@media (min-width: 48rem) {
  footer .footer__links {
    grid-template-columns: 12rem 1fr;
    gap: 1.5rem;
  }
}
@media (min-width: 64rem) {
  footer .footer__links {
    grid-column: span 8/-1;
  }
}
@media (min-width: 85rem) {
  footer .footer__links {
    grid-column: span 7/-1;
    grid-template-columns: 15rem 1fr;
  }
}
footer .footer__logo-wrapper {
  margin-block-end: 1.5rem;
}
@media (min-width: 64rem) {
  footer .footer__logo-wrapper {
    margin-block-end: 2.25rem;
  }
}
footer .footer__logo-wrapper img {
  max-width: 14.64rem;
  max-height: 5.83rem;
}
footer .footer__socials {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media (min-width: 36rem) {
  footer .footer__socials {
    justify-content: flex-start;
    gap: 1.125rem;
    display: flex;
  }
}
footer .footer__socials a {
  font-size: 1.25rem;
  color: var(--color-2);
}
footer .footer__socials.--responsive {
  grid-column: span 12;
  display: flex;
  margin-block-start: 2.5rem;
}
@media (min-width: 36rem) {
  footer .footer__socials.--responsive {
    display: none;
    margin-block-start: 0;
  }
}
footer .footer__title {
  font-size: 1.25rem;
  color: var(--color-grey-9);
  margin-block-end: 1rem;
}
footer .footer__contact-address, footer .footer__contact-postcode, footer .footer__contact-email, footer .footer__contact-phone {
  font-size: 0.9375rem;
  margin-block-end: 0.375rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
footer .footer__contact-address svg, footer .footer__contact-postcode svg, footer .footer__contact-email svg, footer .footer__contact-phone svg {
  color: var(--color-2);
}
footer .footer__menu {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.375rem;
}
@media (min-width: 36rem) {
  footer .footer__menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
footer .footer__menu a {
  color: var(--color-white);
  font-size: 0.9375rem;
}
footer .footer__menu a:hover, footer .footer__menu a:focus-visible {
  color: var(--color-white);
  text-decoration: underline;
}
footer .socket {
  background-color: var(--color-1);
  color: var(--color-grey-10);
  position: relative;
  font-size: 0.875rem;
}
footer .socket__container {
  border-block-start: solid 0.0625rem var(--color-grey-3);
  padding-block: 1rem;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 36rem) {
  footer .socket__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .socket__copyright {
  margin-block-end: 0;
}
footer .socket__menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
footer .socket__menu a {
  color: var(--color-grey-10);
}
footer .socket__menu a:hover, footer .socket__menu a:focus-visible {
  color: var(--color-white);
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22home%2Flangman%2Fdomains%2Flangman.draad.dev%2Fpublic_html%2Fwp-content%2Fthemes%2Flangman%2Fsass%2Fpartials%2Ffooter.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGG%3BAAAA%3BAAAA%22%7D */