.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: rgba(243, 246, 252, 0.5);
  -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0px;
  background-image: linear-gradient(135deg, #8b5b01, #ca9632 37%, #d38d06);
  font-family: Poppins, sans-serif;
  color: #db8f01;
  font-size: 135px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: -5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

h2 {
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

p {
  margin-bottom: 31px;
  color: #7e5303;
  font-size: 16px;
  line-height: 140%;
}

a {
  text-decoration: none;
}

.contianer {
  max-width: 1000px;
  padding-top: 60px;
  padding-bottom: 46px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contianer.hero {
  padding-top: 8px;
  padding-bottom: 8px;
}

.contianer.hero {
  padding-top: 100px;
  padding-bottom: 80px;
}

.contianer.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 24px;
  padding: 16px;
  -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;
  border-radius: 60px;
  background-color: #fdfdfd;
  box-shadow: 0 4px 32px 0 rgba(174, 200, 248, 0.65);
}

.contianer.nav.hebrew {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  direction: rtl;
}

.contianer.nomargin {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section {
  padding-right: 24px;
  padding-left: 24px;
}

.section.hero {
  background-image: radial-gradient(
      circle farthest-corner at 50% 0%,
      #d5e4ff,
      hsla(0, 0%, 100%, 0) 69%
    ),
    -webkit-gradient(linear, left bottom, left top, from(rgba(216, 230, 255, 0.5)), color-stop(44%, #fff));
  background-image: radial-gradient(
      circle farthest-corner at 50% 0%,
      #d5e4ff,
      hsla(0, 0%, 100%, 0) 69%
    ),
    linear-gradient(0deg, rgba(216, 230, 255, 0.5), #fff 44%);
  color: #0343b9;
}

.section.darker {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #d8e6ff;
}

.navbar {
  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;
  background-color: transparent;
}

.wrapper-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #0343b9;
  border-radius: 24px;
  background-color: #0343b9;
  -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #fff;
  text-decoration: none;
}

.button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0343b9;
  background-color: #fff;
  color: #0343b9;
  font-weight: 600;
}

.button.small {
  padding: 8px 16px;
  font-size: 12px;
}

.button.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif;
}

.rabbi-image {
  margin-bottom: -95px;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-link {
  margin-right: 8px;
  margin-left: 8px;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(3, 67, 185, 0);
  border-radius: 24px;
  -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #1a1100;
}

.nav-link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0343b9;
}

.nav-link.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif;
}

.grid {
  padding-top: 100px;
  padding-bottom: 100px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -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;
  border-radius: 24px;
  -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
}

.card:hover {
  box-shadow: 4px 4px 28px 0 rgba(118, 150, 255, 0.31);
}

.card.full-page {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.kupot-paragraph {
  overflow: auto;
  max-height: 260px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #1a1100;
  font-size: 14px;
}

.kupot-paragraph.hebrew {
  direction: rtl;
  font-family: "Noto Sans Hebrew", sans-serif;
}

.kupot-heading {
  font-family: "Kups Rabeniu", sans-serif;
  color: #0343b9;
  font-size: 30px;
  line-height: 35px;
}

.kupot-heading.full-page {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 60px;
}

.kupot-heading.hebrew {
  font-family: "Noto Sans Hebrew", sans-serif;
}

.wrapper-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quote.hebrew {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: rtl;
  font-family: "Bona Nova", sans-serif;
  color: #1a1100;
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
}

.hero-paragraph {
  max-width: 60%;
  color: #1a1100;
  text-align: center;
}

.hero-paragraph.hebrew {
  direction: rtl;
  font-family: "Noto Sans Hebrew", sans-serif;
}

.text-span {
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 6px;
  background-color: #b5cfff;
}

.hero-heading {
  margin-top: 0px;
  background-image: linear-gradient(135deg, #043ba0, #6192ee 37%, #0448c7);
  font-size: 100px;
  line-height: 110%;
  font-weight: 600;
  text-align: center;
  text-shadow: none;
}

.hero-heading.hebrew {
  direction: rtl;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-size: 130px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -3px;
}

.sub-heading {
  margin-top: 20px;
  margin-bottom: 28px;
  background-image: linear-gradient(135deg, #0343b9, #4e7cd3 37%, #053eaa);
  font-family: "Kups Rabeniu", sans-serif;
  color: #0343b9;
  font-size: 65px;
  font-weight: 600;
  letter-spacing: 0px;
}

.sub-heading.hebrew {
  direction: rtl;
  font-family: "Bona Nova", sans-serif;
  font-size: 32px;
  text-align: center;
}

.text-span-2 {
  font-size: 14px;
}

.rabbi-and-groner-image {
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  padding-top: 24px;
  padding-bottom: 24px;
  -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;
}

.footer-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.div-block-5 {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 32px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgba(0, 22, 133, 0.17);
}

.tab-pane-tab-1 {
  -webkit-transition: all 375ms ease;
  transition: all 375ms ease;
  text-align: left;
}

.tab-link-tab-2 {
  margin-top: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8e6ff;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: Poppins, sans-serif;
}

.tab-link-tab-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0343b9;
  box-shadow: none;
}

.tab-link-tab-2.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #d8e6ff;
  background-color: #0343b9;
  box-shadow: none;
  color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: nowrap;
}

.heading-3 {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
}

.heading-4 {
  margin-bottom: 24px;
  color: #1a1100;
  font-size: 32px;
  line-height: 40px;
}

.heading-4.hebrew {
  direction: rtl;
  font-family: "Noto Sans Hebrew", sans-serif;
}

.tabs {
  -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
}

.cause-info-wrapper {
  margin-bottom: 40px;
  padding: 24px 24px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8e6ff;
  border-radius: 16px;
}

.text-field {
  border-radius: 20px;
}

.field-label {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hero-paragraph {
    max-width: 70%;
  }

  .hero-heading {
    font-size: 80px;
  }

  .hero-heading.hebrew {
    font-size: 120px;
  }

  .div-block-5 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .quote.hebrew {
    max-width: 100%;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .hero-paragraph {
    max-width: 80%;
  }

  .hero-heading.hebrew {
    font-size: 80px;
  }

  .sub-heading.hebrew {
    font-size: 24px;
  }

  .div-block-3 {
    -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;
    text-align: center;
  }

  .wrapper-about {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .contianer.hero {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-paragraph {
    max-width: 95%;
  }

  .hero-heading {
    font-size: 60px;
  }

  .hero-heading.hebrew {
    font-size: 50px;
  }

  .sub-heading {
    font-size: 32px;
  }

  .sub-heading.hebrew {
    font-size: 18px;
  }

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

  .footer-text {
    margin-bottom: 24px;
    text-align: center;
  }
}

#w-node-_6f6858e2-8511-71a4-04be-eb8d6ba30f41-0b868b9b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6f6858e2-8511-71a4-04be-eb8d6ba30f41-1233fbbb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: "Kups Rabeniu";
  src: url("../fonts/Magiona-Display.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
a.nav-link.w-nav-link.button.w-inline-block {
  color: #ffffff;
}
a.nav-link.w-nav-link.button.w-inline-block:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0343b9;
  background-color: #fff;
  color: #0343b9;
  font-weight: 600;
}
body {
  direction: ltr !important;
}
.form-handler .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-handler .form-row:not(:first-child) {
  margin-top: 15px;
}

.form-handler .input-wrapper {
  flex: 1;
  padding: 0 3px;
}

.form-handler .input-wrapper.hidden {
  display: none;
}

.form-handler .form-label,
.variations label {
  display: block;
  font-weight: 500;
  color: #333;
}

.input-wrapper.input-wrapper-required .form-label:after {
  content: "*";
  margin-left: 5px;
  color: red;
}

.input-wrapper .input-description {
  font-size: 16px;
  margin-bottom: 3px;
}

.form-handler .form-input,
.form-handler select.form-input,
.nyp-input {
  width: 100%;
  height: 50px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 20px;
}

.form-handler .form-input.error,
.form-handler select.form-input.error,
.form-handler .form-input.has-error,
.form-handler select.form-input.has-error {
  border: 1px solid red;
}

.form-handler .input-error {
  color: red;
  display: none;
}

.form-handler .input-error.active {
  display: block;
}
.variations_button {
  display: none;
}
.input-wrapper-submit button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #0343b9;
  border-radius: 24px;
  background-color: #0343b9;
  -webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #fff;
  text-decoration: none;
}

.subscribe-to-bm-title {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 0;
  padding-right: 24px;
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
  margin-top: 0;
  color: #333;
}
