.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #002b24;
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 30px 0px 45px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  direction: rtl;
  font-family: ibm-plex-sans-hebrew, sans-serif;
  list-style-type: none;
}

.nav-logo-link {
  display: block;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 140px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #fff;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.hero {
  display: block;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #002b24;
  font-family: ibm-plex-sans-hebrew, sans-serif;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  direction: rtl;
}

.hero-image-mask {
  width: 72%;
  margin-left: 0px;
}

.hero-image {
  width: 90%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  border-radius: 5px;
  box-shadow: 6px 6px 16px -1px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 675ms ease;
  transition: -webkit-transform 675ms ease;
  transition: transform 675ms ease;
  transition: transform 675ms ease, -webkit-transform 675ms ease;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.title2 {
  color: #9fb032;
}

.maximum-title {
  color: #fff;
  font-size: 100px;
  line-height: 81px;
}

.paragraph {
  padding-left: 69px;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 200;
}

.button {
  margin-top: 27px;
  background-color: #f7b661;
  color: #002b24;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.hero-overlay {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
  max-height: 780px;
  padding-top: 22px;
  padding-bottom: 100px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fafafa)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.72)), to(hsla(0, 0%, 100%, 0.72))), url('../images/758868085.jpg');
  background-image: linear-gradient(180deg, transparent, #fafafa), linear-gradient(180deg, hsla(0, 0%, 100%, 0.72), hsla(0, 0%, 100%, 0.72)), url('../images/758868085.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: ibm-plex-sans-hebrew, sans-serif;
  color: #002b24;
  text-align: center;
}

.title3 {
  direction: rtl;
  text-align: center;
}

.title4 {
  margin-top: 0px;
  margin-bottom: 5px;
  direction: rtl;
  font-size: 24px;
  line-height: 22px;
}

.cards-section {
  margin-top: -139px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  direction: rtl;
  font-family: ibm-plex-sans-hebrew, sans-serif;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 40%;
  border-radius: 8px;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -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;
  direction: rtl;
  font-family: ibm-plex-sans-hebrew, sans-serif;
}

.social-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 89px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  -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;
  color: #002b24;
  text-decoration: none;
  cursor: pointer;
}

.social-button:hover {
  opacity: 0.66;
}

.social-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 13px;
  text-align: center;
}

.soc-img {
  width: 66px;
}

.a1 {
  color: #002b24;
  font-size: 30px;
  text-align: right;
}

.a2 {
  color: #002b24;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: justify;
}

.made-with-webflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin: 70px auto;
  -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;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.paragraph-tiny {
  color: #242424;
  font-size: 12px;
  line-height: 20px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 70px;
  -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;
  text-decoration: none;
}

.text-span {
  font-weight: 800;
}

.paragraph-2 {
  margin-top: 12px;
  direction: rtl;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

.div-block-2 {
  background-color: #fff;
}

.body {
  background-color: #fafafa;
}

.dv {
  height: auto;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 14px 14px 35px 0 rgba(0, 0, 0, 0.13);
}

.html-embed {
  max-width: 1400px;
  margin: 50px auto;
  border-radius: 4px;
  box-shadow: 1px 1px 20px -3px rgba(0, 0, 0, 0.28);
}

.label {
  margin-bottom: 0px;
  color: #081158;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label._30-margin {
  overflow: visible;
  margin-top: 16px;
  margin-bottom: -5px;
}

.button-2 {
  display: block;
  min-width: 200px;
  margin-top: 0px;
  padding: 20px 20px 20px 40px;
  border: 0px solid #000;
  border-radius: 6px;
  background-color: #002b24;
  background-image: url('../images/Vector-4.svg');
  background-position: 20px 50%;
  background-size: auto 15px;
  background-repeat: no-repeat;
  -webkit-transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease;
  transition: padding 500ms cubic-bezier(.23, 1, .32, 1), background-position 500ms cubic-bezier(.23, 1, .32, 1), transform 500ms cubic-bezier(.23, 1, .32, 1), color 200ms ease, opacity 200ms ease, -webkit-transform 500ms cubic-bezier(.23, 1, .32, 1);
  direction: rtl;
  line-height: 1.6em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2:hover {
  padding-left: 50px;
  background-position: 30px 50%;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.hero-slider-image-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 640px;
  border-radius: 10px;
}

.big-paragraph {
  font-size: 20px;
}

.big-paragraph.max-500 {
  margin-bottom: 25px;
  line-height: 26px;
  font-weight: 400;
}

.hero-slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.scribble-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  letter-spacing: 1px;
}

.scribble-text.slider-name {
  position: relative;
  margin-bottom: -15px;
  color: #8ea5a0;
}

.hero-slider-content {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1400px;
  margin: 70px auto 100px;
  padding-right: 50px;
  padding-left: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  direction: rtl;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column.max-600 {
  max-width: 600px;
  font-family: ibm-plex-sans-hebrew, sans-serif;
}

.column.hero-image-column {
  z-index: 2;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text {
  font-weight: 400;
}

.map {
  width: 100%;
  height: 350px;
  max-width: 1400px;
  min-width: auto;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
}

.link {
  color: #30524c;
}

.link-2 {
  color: #002922;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .flex-container {
    height: auto;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .hero-slider-image-wrap {
    overflow: hidden;
  }

  .hero-slider-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .map {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .title2 {
    line-height: 35px;
  }

  .paragraph {
    padding-left: 0px;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .cards-section {
    margin-top: -73px;
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .dv {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-slider-image-wrap {
    height: 400px;
  }

  .scribble-text.slider-name {
    margin-bottom: -7px;
  }

  .hero-slider-content {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .column.max-600 {
    padding-right: 50px;
    padding-left: 50px;
  }

  .map {
    width: 100%;
    height: 250px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    position: static;
    margin-top: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-logo {
    height: 110px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .title2 {
    margin-top: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .maximum-title {
    font-size: 60px;
  }

  .centered-container {
    text-align: left;
  }

  .title4 {
    text-align: center;
  }

  .cards-section {
    margin-top: -86px;
  }

  .centered-container-2 {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-image-mask {
    padding-top: 68%;
  }

  .paragraph-2 {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
  }

  .dv {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-slider-image-wrap {
    overflow: hidden;
    height: 300px;
  }

  .big-paragraph.max-500 {
    font-size: 18px;
  }

  .hero-slider-image {
    border-radius: 10px;
  }

  .column.max-600 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

#w-node-_947b6e1f-099c-c1b1-c28d-43ce34c70b42-b79cfac7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-f23e0247-9934-e164-406a-9c75e4ddc512-b79cfac7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f23e0247-9934-e164-406a-9c75e4ddc514-b79cfac7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f23e0247-9934-e164-406a-9c75e4ddc519-b79cfac7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f23e0247-9934-e164-406a-9c75e4ddc51b-b79cfac7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f23e0247-9934-e164-406a-9c75e4ddc508-b79cfac7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f23e0247-9934-e164-406a-9c75e4ddc50f-b79cfac7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f23e0247-9934-e164-406a-9c75e4ddc516-b79cfac7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

