.screen-we {
  background: var(--variable-collection-faf9f7);
  min-width: unset;
  min-height: auto;
  position: relative;
  direction: rtl;
  padding: 279px 0 32px;
}

.screen-we a {
  color: inherit;
}

.frame-64 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 121px;
  background: #faf9f7b2;
  backdrop-filter: blur(14px) brightness(100%);
  -webkit-backdrop-filter: blur(14px) brightness(100%);
  z-index: 90;
}

.header-inner {
  width: min(1265px, 100%);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  direction: ltr;
  padding-inline: 72px;
  box-sizing: border-box;
  gap: 10px;
}

.group-24 {
  width: 35px;
  height: 33px;
  position: relative;
}

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

.ellipse-17 {
  width: 33px;
  height: 33px;
  border: 1px solid #212121;
  border-radius: 50%;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
}

.text-wrapper-234 {
  position: absolute;
  top: 9px;
  inset-inline-end: 13px;
  font-family: "Lato", Helvetica;
  font-size: 8px;
  line-height: 12px;
  color: #fff;
}

.text-wrapper-235 {
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 26px;
  line-height: 15px;
  color: #212121;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-inline-start: auto;
  direction: rtl;
}

html[lang="en"] .nav-links {
  direction: ltr;
}

.text-wrapper-237,
.text-wrapper-238,
.text-wrapper-239,
.text-wrapper-240,
.text-wrapper-236 {
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 26px;
  line-height: 15px;
  color: var(--variable-collection-t2);
  white-space: nowrap;
}

.text-wrapper-239 {
  color: var(--variable-collection-455fd3);
}

.EN-8 {
  border: 0;
  background: transparent;
  padding: 0;
  margin-inline-start: 32px;
  cursor: pointer;
}

.mobile-header,
.mobile-subnav,
.mobile-drawer {
  display: none;
}

.hero-section {
  width: min(981px, calc(100% - 160px));
  margin-inline: auto;
}

.text-wrapper-216 {
  width: min(981px, calc(100% - 160px));
  margin-inline: auto;
}

.team-grid {
  width: min(1102px, calc(100% - 160px));
  margin-inline: auto;
}

.text-wrapper-215,
.text-wrapper-216 {
  margin-inline: auto;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-weight: 900;
  color: var(--variable-collection-t2);
  font-size: 56px;
  line-height: 1;
  text-align: start;
}

.flexcontainer-13 {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.text-7,
.text-wrapper-217 {
  margin: 0;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 40px;
  line-height: 45px;
  color: var(--variable-collection-t1);
  text-align: start;
}

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

.text-wrapper-216 {
  margin-top: 85px;
  padding-top: 38px;
  border-top: 1px solid #9ba5b7;
}

.team-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  grid-auto-rows: minmax(437px, auto);
  justify-content: space-between;
  row-gap: 67px;
}

#footer-placeholder {
  margin-top: 120px;
}

.team-card {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
}

.frame-62 {
  grid-column: 1;
}

.frame-57,
.frame-59,
.frame-61,
.frame-63 {
  width: 300px;
  height: 252px;
  border: 1px solid var(--variable-collection-t2);
  border-radius: 1000px 1000px 8px 8px;
  background-size: cover;
  background-position: 50% 50%;
}

.frame-57 { background-image: url("./img/frame-68.png"); }
.frame-59 { background-image: url("./img/frame-71.png"); }
.frame-61 { background-image: url("./img/frame-69.png"); }
.frame-63 { background-image: url("./img/frame-70.png"); }

.text-wrapper-231,
.text-wrapper-233 {
  width: 100%;
  margin: 0;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 40px;
  line-height: 45px;
  color: #212121;
  text-align: start;
}

.text-wrapper-232 {
  width: 100%;
  margin: 0;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 22px;
  line-height: 1.25;
  color: var(--variable-collection-t1);
  text-align: start;
}


html[dir="ltr"] .screen-we {
  direction: ltr;
}

html[dir="ltr"] .team-card {
  align-items: flex-start;
}

html[dir="ltr"] .frame-62 {
  grid-column: 1;
}

@media (max-width: 645px) {
  .screen-we {
    min-height: auto;
    padding: 145px 0 40px;
  }

  .frame-64 {
    display: none;
  }

  .mobile-header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(430px, 100%);
    height: 121px;
    background: #faf9f7b2;
    backdrop-filter: blur(14px) brightness(100%);
    -webkit-backdrop-filter: blur(14px) brightness(100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
    padding: 0 24px;
    box-sizing: border-box;
    z-index: 130;
  }

  .mobile-logo {
    width: 46px;
    height: 33px;
  }

  .mobile-menu-btn {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    padding: 9px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .mobile-menu-btn span {
    width: 19px;
    height: 1.6px;
    background: #667080;
    display: block;
  }

  .mobile-drawer {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-110%);
    width: min(430px, 100%);
    height: 374px;
    background: #faf9f7;
    backdrop-filter: blur(14px) brightness(100%);
    -webkit-backdrop-filter: blur(14px) brightness(100%);
    z-index: 145;
    transition: transform 0.22s ease;
    display: block;
  }

  body.mobile-drawer-open {
    overflow: hidden;
  }

  body.mobile-drawer-open .mobile-drawer {
    transform: translateX(-50%) translateY(0);
  }

  .mobile-drawer-close {
    position: absolute;
    top: 69px;
    right: 24px;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-drawer-close::before,
  .mobile-drawer-close::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 11px;
    width: 20px;
    height: 1.8px;
    background: #667080;
  }

  .mobile-drawer-close::before { transform: rotate(45deg); }
  .mobile-drawer-close::after { transform: rotate(-45deg); }

  .mobile-drawer-nav {
    position: absolute;
    top: 142px;
    right: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
  }

  .mobile-drawer-link {
    font-family: "Ploni ML v2 AAA", Helvetica;
    font-size: 24px;
    line-height: 25px;
    color: var(--variable-collection-t2);
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
  }

  .mobile-drawer-link-active {
    color: var(--variable-collection-455fd3);
    font-weight: 900;
  }

  .mobile-subnav {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: min(377px, calc(100% - 48px));
    display: block;
    margin: 8px auto 0;
    background: #faf9f7;
  }

  .mobile-subnav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 39px;
    border-bottom: 1px solid #9ba5b7;
    font-family: "Ploni ML v2 AAA", Helvetica;
    font-size: 20px;
    color: rgba(33, 33, 33, 0.5);
    letter-spacing: -0.4px;
    text-decoration: none;
  }

  .mobile-subnav-item-active {
    color: #455fd3;
    font-weight: 900;
    border: 1px solid #455fd3;
    background: rgba(69, 95, 211, 0.15);
    margin-bottom: 0;
  }

  .hero-section,
  .text-wrapper-216,
  .team-grid {
    width: min(377px, calc(100% - 48px));
  }

  .hero-section {
    margin-top: 40px;
  }

  .text-wrapper-215,
  .text-wrapper-216 {
    font-size: 44px;
    line-height: 40px;
  }

  .flexcontainer-13 {
    margin-top: 28px;
    gap: 6px;
  }

  .text-7,
  .text-wrapper-217 {
    font-size: 24px;
    line-height: 25px;
  }

  .text-wrapper-216 {
    margin-top: 52px;
    padding-top: 32px;
  }

  .team-grid {
    margin-top: 18px;
    grid-template-columns: repeat(2, 176.72px);
    justify-content: space-between;
    row-gap: 18px;
  }

  .team-card {
    gap: 10px;
    min-height: 257.42px;
  }

  .frame-57,
  .frame-59,
  .frame-61,
  .frame-63 {
    width: 176.72px;
    height: 148.44px;
    border-width: 0.589px;
    border-radius: 589px 589px 4.71px 4.71px;
  }

  .text-wrapper-231,
  .text-wrapper-233 {
    font-size: 22px;
    line-height: 26.5px;
  }

  .text-wrapper-232 {
    font-size: 14px;
    line-height: 1.2;
  }



  .frame-62 {
    grid-column: auto;
  }

  html[dir="ltr"] .frame-62 {
    grid-column: auto;
  }

  #footer-placeholder {
    margin-top: 80px;
  }
}
