body {
  max-width: 100vw;
  direction: rtl;
  font-family: greycliff-hebrew-cf, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  overflow-x: hidden;
}

h1 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 36px;
  font-size: 92px;
  line-height: 100px;
  font-weight: 900;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 64px;
  line-height: 64px;
  font-weight: 900;
}

h3 {
  margin-top: 0px;
  margin-bottom: 12px;
  opacity: 0.64;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  color: #777;
  font-size: 18px;
  line-height: 28px;
}

.hero-title {
  max-width: 640px;
  margin-top: 18px;
  margin-bottom: 0px;
  padding-right: 18px;
  padding-left: 18px;
  font-size: 78px;
  line-height: 86px;
  text-align: center;
}

.features {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fffaf4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 250, 244, 0.82)), to(rgba(255, 250, 244, 0.82))), url("../images/dot.svg");
  background-image: linear-gradient(180deg, rgba(255, 250, 244, 0.82), rgba(255, 250, 244, 0.82)), url("../images/dot.svg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.fixed-station {
  position: absolute;
  z-index: 1;
  height: 95vh;
  opacity: 0;
  -webkit-transition: all 80ms ease;
  transition: all 80ms ease;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.fixed-station.visible-station {
  position: static;
  opacity: 1;
  -webkit-transition-property: none;
  transition-property: none;
}

.hero-feature-container {
  position: relative;
  width: 100vw;
  margin-top: -50vh;
}

.hero-feature-text {
  margin-bottom: 480px;
}

.hero-feature-text.branding-not-in-use {
  display: none;
}

.fixed-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fixed-station-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* background-image: url("../images/feature-1.png"); */
  background-position: 50% 100%;
  background-size: auto 95vh;
  background-repeat: no-repeat;
}

.fixed-station-container.hero-station-container {
  background-image: none;
}

.align-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.feature-content {
  max-width: 33.33vw;
  padding-right: 4vw;
  padding-left: 4vw;
  text-align: center;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 82px;
  padding-bottom: 82px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2ebff;
  text-align: center;
}

.container {
  max-width: 980px;
}

.cta-header {
  margin-bottom: 12px;
  font-size: 64px;
  line-height: 76px;
}

.form-block {
  max-width: 560px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  height: 64px;
  margin-bottom: 18px;
  padding-right: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.text-field:focus {
  border-color: #5d48db;
  background-color: #e9defd;
  box-shadow: 0 0 0 1px #5d48db;
}

.text-field::-webkit-input-placeholder {
  color: #000;
}

.text-field:-ms-input-placeholder {
  color: #000;
}

.text-field::-ms-input-placeholder {
  color: #000;
}

.text-field::placeholder {
  color: #000;
}

.submit-button {
  width: 100%;
  height: 64px;
  border-radius: 4px;
  background-color: #5d48db;
  font-size: 16px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fffaf4;
}

.footer-logo {
  height: 48px;
}

.footer-text {
  margin-right: 8px;
  margin-left: 8px;
  color: #969696;
  letter-spacing: 0px;
  text-decoration: none;
}

.footer-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.edge {
  z-index: 1;
}

.marker {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 42px;
  height: 18px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffd8bf;
}

.advantages {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 100vh;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5eefb;
}

.advantages.bg-color-2 {
  background-color: #f2ebff;
}

.advantages.bg-color-3 {
  background-color: #e6f1dd;
}

.advantages-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantage-emoji {
  height: 64px;
  margin: 8px;
}

.advantage-text-container {
  position: absolute;
  z-index: 1;
  padding-right: 24px;
  padding-left: 24px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(229, 238, 251, 0)), color-stop(10%, #e5eefb), color-stop(90%, #e5eefb), to(rgba(229, 238, 251, 0)));
  background-image: linear-gradient(90deg, rgba(229, 238, 251, 0), #e5eefb 10%, #e5eefb 90%, rgba(229, 238, 251, 0));
  text-align: center;
}

.advantage-text-container.gradient-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(242, 235, 255, 0)), color-stop(10%, #f2ebff), color-stop(90%, #f2ebff), to(rgba(242, 235, 255, 0)));
  background-image: linear-gradient(90deg, rgba(242, 235, 255, 0), #f2ebff 10%, #f2ebff 90%, rgba(242, 235, 255, 0));
}

.advantage-text-container.gradient-3 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(230, 241, 221, 0)), color-stop(10%, #e6f1dd), color-stop(90%, #e6f1dd), to(rgba(230, 241, 221, 0)));
  background-image: linear-gradient(90deg, rgba(230, 241, 221, 0), #e6f1dd 10%, #e6f1dd 90%, rgba(230, 241, 221, 0));
}

.feature-heading {
  margin-bottom: 0px;
  line-height: 92px;
}

.advntage-emoji-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features-title {
  max-width: 820px;
  margin-top: 64px;
  margin-bottom: 0px;
  text-align: center;
}

.edge-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  margin-top: -52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.advantages-section {
  position: relative;
  height: 360vh;
}

.single-advantage-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e5eefb;
}

.single-advantage-container.sa-two {
  z-index: 4;
  background-color: #f2ebff;
}

.single-advantage-container.sa-three {
  z-index: 3;
  background-color: #e6f1dd;
}

.single-advantage-container.sa-one {
  z-index: 5;
}

.single-advantage-headline {
  position: absolute;
  background-image: none;
  color: #fff;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.single-advantage-image {
  position: absolute;
  display: block;
  width: 460px;
  margin-bottom: 8px;
}

.single-advantage-image.sa-image-2 {
  width: 420px;
}

.single-advantage-image.sa-image-3 {
  width: 680px;
}

.logo {
  height: 64px;
}

.hero-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success {
  border-radius: 8px;
  background-color: #0d7f4a;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 78px;
    line-height: 86px;
  }

  .hero-title {
    margin-top: 48px;
  }

  .fixed-station.visible-station {
    height: 100%;
  }

  .fixed-station-container {
    background-image: none;
  }

  .fixed-station-container.hero-station-container {
    width: 100vw;
  }

  .feature-content.animated-feature {
    max-width: 100vw;
  }
}
