.footer {
  width: 100%;
  background: transparent;
}

.footer .frame-5 {
  position: relative;
  width: 100%;
  max-width: 1265px;
  margin: 0 auto;
  padding: 28px 72px 32px;
  box-sizing: border-box;
  background: transparent;
}

.footer .frame-6 {
  display: grid;
  grid-template-columns: minmax(340px, 390px) minmax(280px, 312px) minmax(280px, 312px);
  justify-content: space-between;
  align-items: start;
  column-gap: 48px;
  direction: rtl;
}

html[lang="en"] .footer .frame-6 {
  direction: ltr;
}

.footer .group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
}

.footer .group-2 {
  width: 46px;
  height: 33px;
}

.footer .footer-logo-icon {
  display: block;
  width: 33px;
  height: 33px;
  object-fit: contain;
}

.footer .text-wrapper-24 {
  margin-top: 22px;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 16px;
  color: var(--variable-collection-t2);
  line-height: normal;
}

.footer .footer-links {
  margin-top: 8px;
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

.footer .text-wrapper-25,
.footer .text-wrapper-26,
.footer .text-wrapper-27 {
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 16px;
  color: var(--variable-collection-t2);
  line-height: normal;
  text-decoration: underline;
  text-decoration-color: #9ba5b7;
}

.footer .text-wrapper-28 {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  direction: ltr;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 16px;
  color: var(--variable-collection-t2);
  line-height: normal;
}

.footer .copyright-symbol {
  display: inline-block;
}

.footer .div-2 {
  width: 100%;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 16px;
  color: var(--variable-collection-t2);
  line-height: normal;
  text-align: start;
}

.footer .text-wrapper-20,
.footer .text-wrapper-21,
.footer .text-wrapper-22 {
  display: inline;
  font-family: "Ploni ML v2 AAA", Helvetica;
}

.footer .lang-en {
  display: none !important;
}

html[lang="en"] .footer .lang-he {
  display: none !important;
}

html[lang="en"] .footer .lang-en {
  display: inline !important;
}

html[lang="en"] .footer .text-wrapper-20.lang-en {
  display: block !important;
}

.footer .text-wrapper-20 {
  display: block;
  font-weight: 900;
  margin-bottom: 2px;
}

.footer .text-wrapper-21 {
  display: inline;
}

.footer .text-wrapper-22 {
  text-decoration: underline;
  text-decoration-color: #9ba5b7;
}

.footer .ampersand {
  margin: 0 4px;
}

.footer .partner-logos {
  margin-top: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 9px;
}

.footer .the-blender-dark {
  width: 42px;
  height: 44px;
  object-fit: cover;
}

.footer .adleraphasia-logo {
  width: 58px;
  height: 38px;
  object-fit: cover;
}

@media (max-width: 645px) {
  .footer {
    position: relative;
    background: transparent;
  }

  .footer .frame-5 {
    max-width: 430px;
    padding: 40px 24px 36px;
  }

  .footer .frame-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    direction: rtl;
  }

  html[lang="en"] .footer .frame-6 {
    direction: ltr;
  }

  .footer .group,
  .footer .div-2 {
    width: 100%;
    text-align: start;
  }

  .footer .text-wrapper-24 {
    margin-top: 14px;
    font-size: 12px;
  }

  .footer .footer-links {
    margin-top: 10px;
    gap: 14px;
    flex-wrap: wrap;
  }

  .footer .text-wrapper-25,
  .footer .text-wrapper-26,
  .footer .text-wrapper-27,
  .footer .text-wrapper-28,
  .footer .div-2,
  .footer .text-wrapper-20,
  .footer .text-wrapper-21,
  .footer .text-wrapper-22 {
    font-size: 12px;
  }

  .footer .text-wrapper-28 {
    margin-top: 10px;
  }

  .footer .partner-logos {
    margin-top: 10px;
    justify-content: flex-start;
  }

  .footer .the-blender-dark {
    width: 34px;
    height: 36px;
  }

  .footer .adleraphasia-logo {
    width: 48px;
    height: 31px;
  }
}
