html {
  overflow-x: hidden;
  scroll-padding: 10rem;
}

section.hero {
  height: 100vh;
}
section.hero video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100vw;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
section.hero .play-pause-btn {
  z-index: 9;
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  cursor: pointer;
}
section.hero .video-control:not(.playing) .video-control-pause,
section.hero .video-control.playing .video-control-play {
  display: none;
}
section.hero .panel-wrap {
  position: relative;
}
section.hero .panel-wrap .panel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding-top: 10.4rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 400;
  width: 100%;
  margin: 0 auto !important;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(2rem);
}
section.hero .panel-wrap .panel.text-panel {
  opacity: 0;
}
section.hero .panel-wrap .panel p {
  font-size: 2.2rem;
  max-width: 60rem;
  margin: auto;
}
.no-scroll-snap {
  scroll-snap-type: initial;
}

section.who-program {
  padding: 6rem 0rem;
  position: relative;
  z-index: 1;
  background-color: #fefcfa;
}
section.who-program .titles-h2 {
  text-align: center;
}
section.who-program .who-program-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4rem;
  padding: 4rem 0rem 0;
}
section.who-program .who-program-wrapper .who-box {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
section.who-program .who-program-wrapper .who-box p {
  color: #4a3f3b;
}
section.who-program .who-program-wrapper .who-box .img-wrapper img {
  width: 100%;
}
section.who-program .pre {
  font-size: 1.2rem;
  color: #4a3f3b;
  margin-top: 8rem;
}

section.activities {
  position: relative;
}
section.activities video {
  position: absolute;
  right: 0;
  top: 0;
  height: 125vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}
section.activities .back-img {
  background-image: url(/wp-content/uploads/2024/05/activities-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  height: 100vh;
  max-width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.activities .activities-wrapper {
  padding: 11vw 0rem 0 0;
}
section.activities .activities-wrapper .titles-h2 {
  color: #fff;
}
section.activities .activities-wrapper .top-text {
  color: #fff;
  width: 70rem;
  padding-right: 6rem;
}
section.activities .cards-wrapper {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-right: 6rem;
}
section.activities .card {
  display: block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
  color: white;
  width: 32rem;
  padding-top: 20%;
}
section.activities .card .card-title.op {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
}
section.activities .card img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
section.activities .card:after {
  content: "";
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  width: auto;
  height: 100%;
}
section.activities .card:hover .card-bg {
  opacity: 0.8;
}
section.activities .card:hover .card-title.op {
  opacity: 0;
}
section.activities .card:hover:after {
  opacity: 0;
}
section.activities .card .card-bg {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: 0.4s ease;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 12px;
}
section.activities .card .card-bg .card-block {
  text-align: center;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.activities .card .card-bg .card-block .card-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}
section.activities .card .card-bg .card-block .card-text {
  font-size: 1.6rem;
  font-weight: 400;
}

div.aviram {
  background-color: #492244;
  padding: 30rem 0rem 20rem;
  margin-top: -10rem;
  position: relative;
}
div.aviram .basic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
div.aviram .basic-grid .btn-alt {
  display: inline-block;
  padding-top: 4rem;
}
div.aviram .basic-grid .content-side p {
  color: #efeae3;
}
div.aviram .basic-grid .content-side .btn-alt a {
  border: 1px solid #efeae3;
  color: #efeae3;
}
div.aviram .basic-grid .img-side {
  display: flex;
  justify-content: end;
}
div.aviram .basic-grid .img-side img {
  width: 80%;
}

section.idf {
  background: #efeae3;
  padding: 20rem 0;
  position: relative;
}
section.idf .basic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
section.idf .basic-grid .btn-alt {
  display: inline-block;
  padding-top: 4rem;
}
section.idf .basic-grid .content-side p {
  color: #224946;
}

section.partners {
  border: 2px solid rgba(0, 0, 0, 0.1019607843);
  border-width: 2px 0px;
  padding: 4rem 0;
}
section.partners h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #142a28;
  margin: 0 0 3rem 0;
}
section.partners .gallery-wrapper .swiper-pagination {
  bottom: -1rem;
  position: relative;
  padding-top: 3rem;
}
section.partners .gallery-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #224946;
}
section.partners .gallery-wrapper img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 7rem;
  scale: 1.2;
}

section.form {
  padding: 10rem 0 26rem;
  position: relative !important;
  background-color: #fff;
}
section.form .titles-h2,
section.form p {
  margin: 0;
}
section.form p {
  margin-bottom: 2rem;
}
section.form hr {
  margin: 3rem 0 1rem;
}
section.form .gform_heading {
  display: none;
}
section.form form {
  font-family: "Heebo";
  padding-top: 0rem;
  position: relative;
}
section.form form .gform_fields {
  display: flex;
  flex-direction: row;
  gap: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.form form .gfield_label {
  font-size: 1.2rem;
  font-weight: 700;
  color: #142a28;
}
section.form form .ginput_container input:not(.gfield-choice-input, .ginput_container_consent input),
section.form form select {
  border: 1px solid #cccccc;
  border-radius: 8px;
  height: 5rem;
  width: 100%;
}
section.form form select {
  padding: 0.6rem 1.2rem;
}
section.form form .gfield--type-choice .gfield_radio {
  flex-direction: row;
  gap: 3rem;
}
section.form form .gfield--type-WrapperBegin {
  width: 44%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
section.form form .gfield--type-section {
  width: 100%;
  margin: 1rem 0 3rem;
}
section.form form .gfield--type-html p {
  margin: 0;
}
section.form form .gfield--type-html .subtitle {
  font-size: 1.2rem;
}
section.form form .gform_drop_area {
  display: flex !important;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  background: #e0e4e4 !important;
  align-items: center;
}
section.form form .gform_drop_area:before {
  width: 100%;
  content: url("/wp-content/uploads/2024/05/upload-icon.svg") !important;
}
section.form form .gform_drop_area span {
  font-size: 1.6rem;
  margin: 0 !important;
  font-weight: 700;
  color: #000;
}
section.form form .gform_drop_area button {
  position: relative;
  background-color: transparent !important;
  height: initial;
  margin: 0;
  font-size: 1.6rem !important;
  border: none;
  color: #000 !important;
  padding: 0 !important;
  text-decoration: underline !important;
  box-shadow: none !important;
}
section.form form #field_1_33 {
  gap: 2rem;
}
section.form form #field_1_21 legend {
  font-size: 1.6rem;
  font-weight: 400;
}
section.form form .gform_footer input {
  font-size: 1.6rem !important;
  background: #224946 !important;
  color: #fff !important;
  font-weight: 300 !important;
  padding: 1.6rem 6rem !important;
  border-radius: 8px !important;
}
section.form [aria-invalid=true] {
  border: 2px solid #eb5757 !important;
}
section.form [aria-invalid=true]:after {
  content: "ff";
}

#field_1_7 .select2-selection {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #cccccc;
  border-radius: 8px;
  height: 5rem;
  width: 100%;
  font-size: 1.4rem;
}
#field_1_7 .select2-selection__arrow {
  height: 5rem;
}

@media (max-width: 1023px) {
  section.hero .play-pause-btn {
    left: 0;
    right: 0;
    text-align: center;
  }
  section.hero .panel-wrap .panel {
    width: 100%;
    padding: 0 2rem;
  }
  section.hero .panel-wrap .img-panel img {
    width: 60%;
  }
  section.who-program {
    padding: 6rem 3rem;
  }
  section.who-program .who-program-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  section.who-program .who-program-wrapper .who-box {
    gap: 2rem;
  }
  section.who-program .who-program-wrapper .who-box p {
    font-size: 1.6rem;
  }
  section.activities {
    padding-top: initial;
  }
  section.activities .back-img {
    background-image: url(/wp-content/uploads/2024/05/activities-bg-mobile.png);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
  }
  section.activities .activities-wrapper {
    position: relative;
  }
  section.activities .activities-wrapper .top-text {
    width: auto;
    padding-right: 2rem;
  }
  section.activities .cards-wrapper {
    padding-right: 2rem;
  }
  section.activities .card {
    padding-top: 100%;
  }
  div.aviram {
    padding: 30rem 1rem 10rem !important;
    margin-top: -23rem !important;
  }
  div.aviram .basic-grid {
    display: flex !important;
    flex-direction: column-reverse;
    text-align: center !important;
    gap: 4rem;
  }
  div.aviram .basic-grid .img-side {
    justify-content: center;
  }
  section.idf {
    padding: 8rem 2rem;
  }
  section.idf .basic-grid {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  section.idf .basic-grid .img-side {
    padding-bottom: 3rem;
  }
  section.partners h2 {
    margin: 0 0 3rem;
  }
  section.partners .gallery-wrapper {
    position: relative;
  }
  section.partners .gallery-wrapper .swiper-wrapper {
    gap: 0rem;
    height: 10rem;
  }
  section.partners .gallery-wrapper .swiper-wrapper img {
    scale: 1;
  }
  section.partners .gallery-wrapper .swiper-pagination {
    position: absolute;
    padding-top: 0;
  }
  section.form {
    padding: 10rem 1rem 8rem;
  }
  section.form form .gfield--type-WrapperBegin {
    width: 100%;
  }
  section.form form .gfield--type-choice .gfield_radio {
    flex-direction: row;
    gap: 3rem;
    flex-wrap: wrap;
  }
  section.form form .gform_footer {
    width: 100%;
    position: relative;
    left: 0;
  }
  section.form form .gform_footer input {
    width: 100% !important;
  }
  .gform-theme--foundation .ginput_complex .ginput_container_date {
    inline-size: 100% !important;
  }
  #input_1_8 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
input[type=tel] {
  text-align: right;
}

.popup-privacy {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2509803922);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}
.popup-privacy .popup-privacy-wrapper {
  width: 75rem;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem;
  background-color: #fff;
  border-radius: 50px;
}
.popup-privacy .popup-privacy-wrapper .popup-close {
  font-size: 4rem;
  cursor: pointer;
}
.popup-privacy .popup-privacy-wrapper .popup-title h2 {
  font-size: 5rem;
  margin: 0;
}
.popup-privacy .popup-privacy-wrapper .popup-modified {
  font-size: 1.6rem;
  color: #848484;
}
.popup-privacy .popup-privacy-wrapper .popup-modified p {
  margin: 0;
}
.popup-privacy .popup-privacy-wrapper .popup-modified:after {
  content: "";
  display: block;
  height: 1px;
  background: #142a28;
  width: 25%;
  margin: 5rem 0 3rem;
}
.popup-privacy .popup-privacy-wrapper .popup-content-wrapper {
  direction: ltr;
  overflow: auto;
}
.popup-privacy .popup-privacy-wrapper .popup-content-wrapper .popup-content {
  max-height: 30rem;
  direction: rtl;
  padding-inline-start: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.popup-privacy .popup-privacy-wrapper .popup-buttons {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 2rem;
  margin: 2rem 0;
}
.popup-privacy .popup-privacy-wrapper .popup-buttons button {
  padding: 1.6rem;
  border-radius: 8px;
  font-size: 2.4rem;
  text-decoration: unset;
}
.popup-privacy .popup-privacy-wrapper .popup-buttons .btn-down {
  border: 1px solid #224946;
  color: #224946;
  background: transparent;
}
.popup-privacy .popup-privacy-wrapper .popup-buttons .btn-accept {
  color: #fff;
  background: #cccccc;
  cursor: not-allowed;
  border: none;
}
.popup-privacy .popup-privacy-wrapper .popup-buttons .btn-accept.active {
  background-color: #224946 !important;
  cursor: pointer !important;
}

.ginput_container.ginput_container_phone {
  position: relative !important;
}
.ginput_container.ginput_container_phone #send-otp-button {
  font-size: 1.6rem !important;
  background: #224946 !important;
  color: #fff !important;
  border-radius: 10px;
  font-weight: 300 !important;
  box-shadow: none !important;
  position: absolute;
  top: 50%;
  transform: translate(5%, -50%);
  left: 0;
}

@media (max-width: 1023px) {
  .popup-privacy .popup-privacy-wrapper {
    width: 75%;
    height: 75%;
    overflow: auto;
    padding: 2rem 3rem 4rem;
  }
  .popup-privacy .popup-privacy-wrapper .popup-title h2 {
    font-size: 3rem;
  }
  .popup-privacy .popup-privacy-wrapper .popup-modified:after {
    width: 75%;
  }
}
.gf_progressbar_wrapper {
  display: none !important;
}

.gform_next_button {
  font-size: 1.6rem !important;
  background: #224946 !important;
  color: #fff !important;
  font-weight: 300 !important;
  padding: 1.6rem 6rem !important;
  border-radius: 8px !important;
}

#gform_page_1_2 {
  position: fixed;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.4588235294);
  bottom: 0;
  left: 0;
  right: 0;
}
#gform_page_1_2 .step_2_wrapper {
  border-radius: 14px 14px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
  background: white;
}
#gform_page_1_2 .step_2_wrapper label {
  font-size: 1.8rem !important;
}
#gform_page_1_2 .gform_page_fields {
  margin: 0 auto;
  padding: 3rem 2rem 2rem 2rem;
  z-index: 1;
}
#gform_page_1_2 .gform_page_fields .gfield {
  width: 100%;
}
#gform_page_1_2 .gform_page_footer {
  width: 100%;
  max-width: 400px;
  background: white;
  margin: 0 auto;
  padding: 4rem 2rem 3rem;
  justify-content: center;
  border-radius: 0 0 14px 14px;
}
#gform_page_1_2 .gform_page_footer .gform_previous_button {
  width: 25px;
  padding: 0;
  border: none;
  box-shadow: none;
  position: absolute;
  left: 10px;
  top: 5px;
}
#gform_page_1_2 .gform_page_footer .gform_button {
  padding: 0 3rem;
  border-radius: 14px;
  background-color: #224946;
  color: #fff;
}

#gform_confirmation_message_1 {
  font-size: 3rem;
}

@media (max-width: 1023px) {
  .gform_page_footer {
    position: fixed;
    top: 60%;
  }
}
.page-id-6052 .hero-details {
  padding: 20rem 2rem 0;
  text-align: center;
}
.page-id-6052 .hero-details .titles-h2 {
  margin: 0 0 1rem;
}
.page-id-6052 .form {
  padding: 1rem 2rem;
}
.page-id-6052 .form #gform_3 {
  padding: 4rem 0 26rem;
}
.page-id-6052 .form #gform_3 .gform_fields {
  display: grid;
  gap: 2rem;
}

@media (max-width: 1023px) {
  .page-id-6052 .hero-details {
    padding: 14rem 2rem 0;
  }
  .page-id-6052 .form #gform_3 {
    padding: 4rem 0 6rem;
  }
}/*# sourceMappingURL=lp.css.map */