:root {
  --step-bg: #faf9f7;
  --step-text: #212121;
  --step-dark: #414141;
  --step-muted: #9ba5b7;
  --step-green: #1e7c56;
  --step-green-light: rgba(162, 199, 183, 0.3);
  --step-pink: #c97a7a;
  --step-action: #819fcd;
}

.element-screen {
  min-height: 100vh;
  background: var(--step-bg);
  display: flex;
  flex-direction: column;
}

.lang-en {
  display: none;
}

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

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

.frame-18 {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  background: rgba(250, 249, 247, 0.7);
  border-bottom: 1px solid transparent;
}

.header-inner {
  width: min(1129px, calc(100vw - 48px));
  height: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  direction: ltr;
  gap: 24px;
}

.group-6,
.mobile-logo {
  width: 46px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

.text-wrapper-71 {
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 26px;
  line-height: 1;
  color: var(--step-text);
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 42px;
  justify-content: center;
  justify-self: center;
  margin: 0;
}

.desktop-nav [class^="text-wrapper"] {
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 26px;
  line-height: 1;
  color: var(--step-dark);
  white-space: nowrap;
}

.view-8 .text-wrapper-76 {
  color: #455fd3;
}

.EN-2 {
  justify-self: end;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.text-wrapper-72 {
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 26px;
  line-height: 1;
  color: var(--step-dark);
}

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

.navbar {
  width: 1102px;
  max-width: calc(100vw - 164px);
  margin: 37px auto 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 0;
}

html[dir="rtl"] .navbar {
  left: -48px;
}

.vector-7 {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  width: 100%;
  height: 43px;
  pointer-events: none;
  z-index: 0;
}

.step-item {
  color: #667080;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 26px;
  line-height: 1.15;
  white-space: nowrap;
  padding: 0 0 18px;
  position: relative;
  z-index: 1;
}

.step-item-start {
  color: var(--step-green);
  font-weight: 900;
}

.step-item-active {
  color: var(--step-green);
  border: 0;
  padding: 0 0 18px;
}

.element-main {
  width: min(1102px, calc(100% - 144px));
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: 217px minmax(0, 1fr);
  grid-template-areas: "image content";
  gap: 58px;
  align-items: start;
  direction: ltr;
}

.step-illustration {
  grid-area: image;
  width: 217px;
  height: 183px;
  border: 0.726px solid #414141;
  border-radius: 726px 726px 5.81px 5.81px;
  overflow: hidden;
  align-self: start;
}

.step-illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.step-content {
  grid-area: content;
  width: min(637px, 100%);
  align-self: start;
}

.text-wrapper-43 {
  margin: 0;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 56px;
  line-height: 1;
  color: var(--step-dark);
  font-weight: 900;
}

.div-3 {
  margin: 28px 0 0;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 40px;
  line-height: 1.125;
  color: var(--step-text);
}

.text-wrapper-44 {
  color: var(--step-pink);
  font-weight: 900;
}

.text-wrapper-46 {
  color: var(--step-text);
}

.text-wrapper-53 {
  margin: 28px 0 0;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 40px;
  line-height: 1.125;
  color: var(--step-text);
}

.field-group {
  margin-top: 24px;
}

.field-label-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.text-wrapper-47,
.text-wrapper-48,
.text-wrapper-49 {
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 40px;
  line-height: 1.125;
  color: var(--step-text);
}

.text-wrapper-49 {
  max-width: 487px;
}

.step1-checkbox {
  width: 71px;
  height: 71px;
  border: 1px solid var(--step-dark);
  border-radius: 4px;
  box-sizing: border-box;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #ffffff;
}

.step1-checkbox .checkbox-checkmark {
  width: 33px;
  height: 35px;
  object-fit: contain;
  display: block;
}

.step1-input {
  margin-top: 12px;
  width: 566px;
  max-width: 100%;
  min-height: 71px;
  border: 1px solid var(--step-dark);
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 19px;
  background: transparent;
}

.step1-input.frame-12 {
  min-height: 163px;
  align-items: flex-start;
  padding-top: 20px;
}

.step1-input.is-disabled {
  background: rgba(255, 255, 255, 0.45);
}

.text-wrapper-50,
.text-wrapper-51 {
  width: 100%;
  font-family: "Ploni ML v2 AAA", Helvetica;
  color: var(--step-muted);
  outline: none;
  border: 0;
}

.text-wrapper-50 {
  font-size: 34px;
  line-height: 1.32;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-wrapper-51 {
  min-height: 98px;
  font-size: 24px;
  line-height: 1.35;
  white-space: pre-wrap;
  word-break: break-word;
}

.text-wrapper-52 {
  margin-top: 4px;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 26px;
  line-height: 1.3;
  color: var(--step-text);
}

.action-row {
  margin-top: 34px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 234px;
}

.frame-19,
.frame-20 {
  width: 100%;
  border-radius: 12px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 20px;
  box-sizing: border-box;
}

.frame-19 {
  background: var(--step-action);
}

.frame-20 {
  background-image: linear-gradient(90deg, rgba(65, 65, 65, 0.12) 0%, rgba(65, 65, 65, 0.12) 100%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.12) 100%);
}

.text-wrapper-77,
.text-wrapper-78 {
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 30px;
  line-height: 1;
  color: var(--step-text);
  white-space: nowrap;
}

.check,
.chevron-left {
  width: 40px;
  height: 40px;
}

html[lang="he"] .frame-19,
html[lang="he"] .frame-20 {
  flex-direction: row-reverse;
}

html[lang="en"] .frame-19,
html[lang="en"] .frame-20 {
  flex-direction: row;
}

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

html[lang="en"] .step-content,
html[lang="en"] .step-content * {
  text-align: left;
}

html[lang="en"] .element-main {
  grid-template-columns: minmax(0, 1fr) 217px;
  grid-template-areas: "content image";
}

html[lang="en"] .step-content {
  width: min(790px, 100%);
  direction: ltr;
}

html[lang="en"] .step-illustration {
  justify-self: end;
}

html[lang="he"] .step-content {
  direction: rtl;
}

html[lang="en"] .field-label-row {
  justify-content: flex-start;
}

html[lang="en"] .navbar {
  direction: ltr;
}

html[lang="en"] .text-wrapper-52 {
  direction: ltr;
}

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

  .frame-18,
  .navbar,
  .step-illustration {
    display: none;
  }

  .mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 121px;
    background: rgba(250, 249, 247, 0.7);
    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 12px;
    box-sizing: border-box;
    z-index: 130;
  }

  html[lang="en"] .mobile-header {
    direction: rtl;
  }

  .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: 0;
    transform: translateY(-110%);
    width: 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 .mobile-drawer {
    transform: translateY(0);
  }

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

  .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: 8px;
    width: 26px;
    height: 1.6px;
    background: #667080;
  }

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

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

  .mobile-drawer-nav {
    margin-top: 132px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .mobile-drawer-link {
    width: 100%;
    border-top: 0;
    text-align: start;
    text-decoration: none;
    padding: 8px 24px 10px;
    font-family: "Ploni ML v2 AAA", Helvetica;
    font-size: 20px;
    line-height: 1;
    color: var(--variable-collection-t2);
    background: transparent;
    border-inline: 0;
    border-bottom: 0;
    cursor: pointer;
  }

  .mobile-drawer-link-active {
    font-weight: 900;
  }

  .mobile-drawer-lang {
    border-bottom: 0;
  }

  .stepper-mobile {
    display: block;
    width: calc(100% - 48px);
    margin: 20px auto 0;
    border-top: 1px solid #9ba5b7;
  }

  .stepper-mobile-item {
    min-height: 39px;
    border-bottom: 1px solid #9ba5b7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(65, 65, 65, 0.5);
    font-family: "Ploni ML v2 AAA", Helvetica;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    padding: 6px 10px;
    box-sizing: border-box;
  }

  .stepper-mobile-start {
    color: var(--step-green);
    font-weight: 900;
  }

  .stepper-mobile-active {
    color: var(--step-green);
    background: var(--step-green-light);
    border-inline: 1px solid #a2c7b7;
  }

  .stepper-mobile-finish {
    font-weight: 400;
  }

  .element-main {
    width: calc(100% - 48px);
    margin: 40px auto 0;
    display: block;
    direction: rtl;
  }

  .vector-7 {
    display: none;
  }

  .step-content {
    width: 100%;
  }

  .text-wrapper-43 {
    font-size: 44px;
    line-height: 40px;
    margin: 0;
  }

  .div-3 {
    margin-top: 26px;
    padding: 0 0 14px;
    border-bottom: 1px solid #9ba5b7;
    font-size: 24px;
    line-height: 25px;
  }

  .div-3 .text-wrapper-46 {
    color: var(--step-pink);
    font-weight: 400;
  }

  .text-wrapper-53 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
  }

  .field-label-row {
    gap: 10px;
  }

  .text-wrapper-47,
  .text-wrapper-48,
  .text-wrapper-49 {
    font-size: 24px;
    line-height: 45px;
  }

  .text-wrapper-49 {
    max-width: 297px;
    line-height: 25px;
  }

  .step1-checkbox {
    width: 47px;
    height: 47px;
  }

  .step1-checkbox .checkbox-checkmark {
    width: 23px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(33%) sepia(35%) saturate(870%) hue-rotate(103deg) brightness(92%) contrast(93%);
  }

  .step1-input {
    width: 100%;
    min-height: 47px;
    margin-top: 8px;
    padding: 0 13px;
  }

  .step1-input.frame-12 {
    min-height: 131px;
    padding-top: 14px;
  }

  .text-wrapper-50,
  .text-wrapper-51 {
    font-size: 24px;
  }

  .text-wrapper-52 {
    font-size: 18px;
    margin-top: 2px;
  }

  .action-row {
    width: 100%;
    margin-top: 22px;
    gap: 12px;
  }

  .frame-19,
  .frame-20 {
    width: 100%;
    min-height: 42px;
    border-radius: 5px;
  }

  .text-wrapper-77,
  .text-wrapper-78 {
    font-size: 22px;
  }

  .check,
  .chevron-left {
    width: 31px;
    height: 31px;
  }

  #footer-placeholder {
    padding-top: 44px;
  }
}

@media (min-width: 646px) {
  .frame-18 .header-inner {
    width: min(1129px, calc(100vw - 48px));
    height: 100%;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto;
    align-items: center;
    direction: ltr;
    column-gap: 10px;
  }

  .frame-18 .header-inner > div:first-child,
  .frame-18 .header-inner > .link-wrapper:first-of-type {
    display: flex;
    align-items: center;
  }

  .frame-18 .logo-icon {
    width: 46px;
    height: 33.35px;
  }

  .frame-18 .desktop-nav {
    display: flex;
    align-items: center;
    gap: 42px;
    justify-content: center;
    justify-self: center;
    margin: 0;
  }

  html[dir="rtl"] .frame-18 .desktop-nav {
    direction: rtl;
  }

  html[dir="ltr"] .frame-18 .desktop-nav {
    direction: ltr;
  }

  .frame-18 .EN-2 {
    justify-self: end;
    margin: 0;
  }

  .navbar {
    width: 1102px;
    margin-inline: auto;
    margin-top: 37px;
    height: 43px;
    position: relative;
    display: block;
    overflow: visible;
  }

  html[dir="rtl"] .navbar {
    left: -48px;
  }

  .navbar::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 43px;
    background-image: url("img/vector-2-1.svg");
    background-repeat: no-repeat;
    background-size: 100% 43px;
    background-position: center bottom;
    pointer-events: none;
  }

  html[lang="en"] .navbar::after {
    background-image: url("img/vector-2-2-fixed.svg");
  }

  .vector-7 {
    display: none;
  }

  .navbar .step-item {
    position: absolute;
    top: 15px;
    z-index: 1;
    font-size: 26px;
    line-height: 15px;
    text-align: center;
    white-space: nowrap;
    padding: 0;
  }

  .navbar .step-item-start,
  .navbar .step-item-active {
    padding: 0;
    border: 0;
  }

  html[dir="rtl"] .navbar .step-item:nth-of-type(1) { right: 11px; width: 176px; }
  html[dir="rtl"] .navbar .step-item:nth-of-type(2) { right: 193px; width: 82px; }
  html[dir="rtl"] .navbar .step-item:nth-of-type(3) { right: 289px; width: 82px; }
  html[dir="rtl"] .navbar .step-item:nth-of-type(4) { right: 385px; width: 82px; }
  html[dir="rtl"] .navbar .step-item:nth-of-type(5) { right: 481px; width: 82px; }
  html[dir="rtl"] .navbar .step-item:nth-of-type(6) { right: 577px; width: 82px; }
  html[dir="rtl"] .navbar .step-item:nth-of-type(7) { right: 628px; width: 338px; }

  html[dir="ltr"] .navbar .step-item:nth-of-type(1) { left: 66px; width: 140px; }
  html[dir="ltr"] .navbar .step-item:nth-of-type(2) { left: 221px; width: 80px; }
  html[dir="ltr"] .navbar .step-item:nth-of-type(3) { left: 321px; width: 80px; }
  html[dir="ltr"] .navbar .step-item:nth-of-type(4) { left: 421px; width: 80px; }
  html[dir="ltr"] .navbar .step-item:nth-of-type(5) { left: 521px; width: 80px; }
  html[dir="ltr"] .navbar .step-item:nth-of-type(6) { left: 621px; width: 80px; }
  html[dir="ltr"] .navbar .step-item:nth-of-type(7) { left: 721px; width: 290px; }
}
