.screen-contact {
  background: var(--variable-collection-faf9f7);
  min-width: unset;
  min-height: 100vh;
  position: relative;
  direction: rtl;
  display: flex;
  flex-direction: column;
  padding-top: 121px;
}

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

.screen-contact 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;
}

.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-237 {
  color: var(--variable-collection-455fd3);
}

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

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

.contact-content {
  width: min(1195px, calc(100% - 72px));
  margin: 50px auto 0;
}

.contact-head {
  width: 100%;
}

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

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

.contact-intro-mobile {
  display: none;
}

.contact-divider {
  display: none;
}

.contact-default {
  margin-top: 28px;
}

.contact-main-row {
  display: flex;
  direction: ltr;
  gap: 102px;
  justify-content: space-between;
  align-items: flex-start;
}

html[lang="en"] .contact-main-row {
  flex-direction: row-reverse;
}

.contact-illustration {
  width: 300px;
  height: 252px;
  border: 1px solid var(--variable-collection-t2);
  border-radius: 1000px 1000px 8px 8px;
  overflow: hidden;
  flex: 0 0 auto;
}

.contact-illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
}

.contact-form {
  width: 692px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  direction: rtl;
}

html[lang="en"] .contact-form {
  direction: ltr;
}

.hidden-field {
  display: none;
}

.field-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.field-row label,
.field-block label {
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 40px;
  line-height: 45px;
  color: var(--variable-collection-t1);
  white-space: nowrap;
  text-align: start;
}

.field-row input,
.field-block textarea {
  border: 1px solid var(--variable-collection-t2);
  background: transparent;
  color: var(--variable-collection-t1);
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 34px;
  line-height: 45px;
  padding: 9px 14px;
  outline: none;
  text-align: start;
  box-sizing: border-box;
}

.field-row input {
  width: 421px;
  height: 71px;
}

.field-row input::placeholder,
.field-block textarea::placeholder {
  color: var(--variable-collection-color-4);
}

.field-block {
  margin-top: 2px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.message-label-mobile {
  display: none;
}

.field-block textarea {
  width: 692px;
  height: 253px;
  resize: none;
}

.send-btn {
  margin-top: 0;
  align-self: flex-end;
  height: 49px;
  min-width: 119px;
  border: 0;
  border-radius: 100px;
  background: rgba(69, 95, 211, 0.92);
  color: #fff;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.6px;
  padding: 0 20px;
  cursor: pointer;
}

html[lang="en"] .send-btn {
  align-self: flex-end;
}

.send-btn:disabled {
  opacity: 0.65;
  cursor: default;
}

.contact-error {
  margin: 0;
  display: none;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 18px;
  line-height: 22px;
  color: #ab1f31;
  text-align: start;
}

.contact-error.show {
  display: block;
}

.contact-success {
  margin-top: 10px;
}

.success-mobile-block {
  display: none;
}

.success-desktop-card {
  width: 100%;
  min-height: 398px;
  background: rgba(123, 141, 222, 0.75);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 67px;
  box-sizing: border-box;
}

html[lang="en"] .success-desktop-card {
  direction: ltr;
}

.success-content {
  max-width: 525px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.success-content h2 {
  margin: 0;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-weight: 900;
  font-size: 56px;
  line-height: 1;
  color: var(--variable-collection-t1);
  text-align: start;
}

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

.success-home-btn {
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 49px;
  padding: 0 20px;
  border-radius: 12px;
  background: rgba(251, 255, 241, 0.55);
  color: var(--variable-collection-t1);
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.6px;
  text-decoration: none;
}

.contact-success-mode .contact-default {
  display: none;
}

.contact-success-mode .contact-head {
  display: none;
}

#footer-placeholder {
  width: 100%;
  margin-top: auto;
  padding-top: 645px;
}

@media (max-width: 645px) {
  .screen-contact {
    padding-top: 121px;
  }

  .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;
  }

  .contact-content {
    width: min(377px, calc(100% - 48px));
    margin-top: 26px;
  }

  .mobile-subnav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-top: 1px solid #9ba5b7;
    margin-bottom: 36px;
  }

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

  .mobile-subnav a.active {
    background: rgba(69, 95, 211, 0.15);
    border: 1px solid var(--variable-collection-455fd3);
    color: var(--variable-collection-455fd3);
    font-family: "Ploni ML v2 AAA", Helvetica;
    font-weight: 900;
  }

  .contact-title {
    font-size: 44px;
    line-height: 40px;
  }

  .contact-intro-desktop {
    display: none;
  }

  .contact-intro-mobile {
    display: block;
    margin-top: 20px;
    font-size: 24px;
    line-height: 25px;
  }

  .contact-divider {
    display: block;
    margin-top: 16px;
    width: 100%;
    height: 1px;
    background: #414141;
  }

  .contact-default {
    margin-top: 20px;
  }

  .contact-main-row {
    display: block;
  }

  .contact-illustration-desktop {
    display: none;
  }

  .contact-form {
    width: 100%;
    gap: 8px;
  }

  .field-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .field-row label,
  .field-block label {
    font-size: 24px;
    line-height: 45px;
  }

  .field-row input,
  .field-block textarea {
    width: 100%;
    font-size: 24px;
    line-height: 45px;
    padding: 0 13px;
  }

  .field-row input {
    height: 47px;
  }

  .message-label-desktop {
    display: none;
  }

  .message-label-mobile {
    display: block;
  }

  .field-block {
    margin-top: 0;
    gap: 0;
  }

  .field-block textarea {
    height: 193px;
    margin-top: 0;
    padding-top: 0;
  }

  .send-btn {
    width: 100%;
    height: 39px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 24px;
    letter-spacing: -0.48px;
    align-self: stretch;
  }

  html[lang="en"] .send-btn {
    align-self: stretch;
  }

  .contact-error {
    font-size: 14px;
    line-height: 18px;
    margin-top: 2px;
  }

  .contact-success {
    margin-top: 0;
  }

  .success-desktop-card {
    display: none;
  }

  .success-mobile-block {
    display: block;
  }

  .contact-success-mode .contact-head {
    display: block;
  }

  .contact-success-mode .contact-intro {
    display: none;
  }

  .contact-success-mode .contact-divider {
    display: block;
    margin-top: 22px;
  }

  .success-mobile-block h2 {
    margin: 24px 0 0;
    font-family: "Ploni ML v2 AAA", Helvetica;
    font-weight: 900;
    font-size: 34px;
    line-height: 1.1;
    color: var(--variable-collection-t1);
    text-align: start;
  }

  .success-mobile-row {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    direction: ltr;
  }

  .contact-illustration-mobile {
    width: 105px;
    height: 88px;
    border-width: 0.35px;
    border-radius: 350px 350px 2.8px 2.8px;
  }

  .success-mobile-row p {
    margin: 0;
    font-family: "Ploni ML v2 AAA", Helvetica;
    font-size: 24px;
    line-height: 25px;
    color: var(--variable-collection-t1);
    text-align: start;
  }

  html[lang="he"] .success-mobile-row p {
    direction: rtl;
    text-align: right;
  }

  html[lang="en"] .success-mobile-row p {
    direction: ltr;
    text-align: left;
  }

  .success-home-btn {
    margin-top: 20px;
    width: 100%;
    height: 39px;
    border-radius: 5px;
    background: var(--variable-collection-455fd3);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.48px;
    justify-content: center;
    padding: 0;
  }

  #footer-placeholder {
    margin-top: auto;
    padding-top: 290px;
  }

  html[lang="en"] .mobile-drawer-nav {
    right: auto;
    left: 35px;
    align-items: flex-start;
  }

  html[lang="en"] .mobile-drawer-close {
    right: auto;
    left: 24px;
  }
}
