.footer-wrapper {
  display: contents;
}
  
.footer-container {
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-twounits);
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
  
.footer-kom-max-width-elm {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
  
.footer-kom-content-elm {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-radius4);
}
  
.footer-kom-newsletter-elm {
  gap: var(--dl-layout-space-halfunit);
  width: 50%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
  
.footer-image {
  width: 200px;
  height: auto;
  object-fit: cover;
}
  
.footer-text10 {
  text-decoration: none;
}
  
.footer-kom-links-elm {
  gap: var(--dl-layout-space-twounits);
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
  
.footer-kom-column2-elm {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  overflow: hidden;
  max-width: auto;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  text-align: left;
}

.footer-kom-column2-elm a {
  width: 100%;
  text-align: left;
  text-decoration: underline;
}
  
.footer-kom-credits-elm {
  gap: var(--dl-layout-space-halfunit);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
  
.footer-kom-row-elm {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}

@media(max-width: 991px) {
  .footer-kom-newsletter-elm {
    width: 300px;
  }
}

@media(max-width: 767px) {
  .footer-kom-content-elm {
    flex-direction: column;
  }
  .footer-kom-newsletter-elm {
    width: 100%;
  }
  .footer-kom-links-elm {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .footer-kom-column2-elm {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .footer-kom-column2-elm a {
    width: 100%;
    text-align: left;
  }
  .footer-kom-column2-title-elm {
    text-align: left;
  }
  .footer-kom-row-elm {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media(max-width: 479px) {
  .footer-kom-links-elm {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .footer-kom-column2-elm {
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .footer-kom-column2-elm a {
    width: 100%;
    text-align: left;
  }
  .footer-kom-column2-title-elm {
    text-align: left;
  }
  .footer-kom-credits-elm {
    gap: 0;
  }
  .footer-kom-row-elm {
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: flex-start;
    justify-content: flex-start;
  }
}
