.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('../images/youtube-placeholder.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  direction: rtl;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  direction: rtl;
  font-family: Opensanshebrew, sans-serif;
  color: #c0c0b9;
  font-size: 18px;
  text-decoration: none;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 28px;
  font-family: Shual, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 900;
  text-align: right;
}

.menu-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8%;
  margin-top: 2px;
  margin-bottom: 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;
  background-color: #a7b4a3;
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

.menu-number:hover {
  opacity: 0.73;
}

.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -9px 12vw 6px 4vw;
  -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;
  direction: rtl;
}

.paragraph {
  position: static;
  display: block;
  max-width: 700px;
  margin-bottom: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: rtl;
  font-family: Alef, sans-serif;
  font-size: 1.1rem;
  line-height: 150%;
  text-align: right;
}

.mishne {
  display: block;
  max-width: 700px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Shualserif, sans-serif;
  font-size: 1.6rem;
  line-height: 100%;
  font-weight: 700;
  text-align: right;
}

.mishne.big {
  margin-bottom: 33px;
  font-size: 2.4rem;
  font-weight: 400;
}

.mishne.white {
  max-width: none;
  padding-right: 56px;
  padding-left: 56px;
  color: #fff;
  text-align: center;
}

.div-block-12 {
  width: 800px;
  height: 600px;
  background-color: #ddc089;
}

.menu_sidebar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  -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;
}

.menu_strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vw;
  margin-bottom: 13px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu_number {
  position: relative;
  z-index: 190;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 10vw;
  height: 10vw;
  padding-top: 0px;
  padding-right: 12px;
  padding-left: 12px;
  -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: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  cursor: pointer;
}

.menu_number:hover {
  background-color: #e71313;
}

.menu_number.active {
  background-color: #fce707;
}

.menu_content {
  display: none;
  width: 90vw;
  height: 10vw;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e71313;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  direction: rtl;
}

.menu_content._01 {
  position: relative;
  height: 100%;
  background-color: #c03737;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.menu_content._03 {
  background-color: #94090b;
  color: #ee1435;
}

.menu_content._04 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0115f;
}

.menu_content._05 {
  background-color: #13427f;
}

.menu_content._06 {
  background-color: #b6416a;
}

.menu_content._07 {
  background-color: #ff1f06;
}

.menu_content._08 {
  background-color: #b22e70;
}

.menu_content._02 {
  position: relative;
  display: none;
  height: 100%;
  background-color: #c03737;
}

.menu_content._03 {
  position: relative;
  display: none;
  height: 100%;
  background-color: #c03737;
}

.menu_content._04 {
  position: relative;
  display: none;
  height: 100%;
  background-color: #c03737;
}

.menu_content._05 {
  position: relative;
  display: none;
  height: 100%;
  background-color: #c03737;
}

.menu_content._06 {
  position: relative;
  display: none;
  height: 100%;
  background-color: #c03737;
}

.menu_content._07 {
  position: relative;
  display: none;
  height: 100%;
  background-color: #c03737;
}

.menu_content._08 {
  position: relative;
  display: none;
  height: 100%;
  background-color: #c03737;
}

.menu_content._09 {
  position: relative;
  display: none;
  height: 100%;
  background-color: #c03737;
}

.menu_content._10 {
  position: relative;
  display: none;
  height: 100%;
  background-color: #c03737;
}

.menu_content._11 {
  position: relative;
  display: none;
  height: 100%;
  background-color: #c03737;
}

.menu_content._12 {
  position: relative;
  display: none;
  height: 100%;
  background-color: #c03737;
}

.menu_content._13 {
  position: relative;
  display: none;
  height: 100%;
  background-color: #c03737;
}

.alll-numbers-nav-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu_container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2500;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 100%;
  padding-top: 10px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #1172f0;
  color: #fff;
}

.menu-title._03 {
  background-color: transparent;
}

.menu-title._03 {
  width: 60%;
  background-color: transparent;
}

.menu-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -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;
  background-color: rgba(17, 114, 240, 0.48);
}

.menu-image._03 {
  background-color: transparent;
}

.menu-image._03 {
  height: 90%;
  margin-left: 9px;
  background-color: transparent;
  white-space: normal;
}

.menu-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 85%;
  padding-right: 30px;
  -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;
  border-left: 8px solid #fff;
  font-family: Shualserif, sans-serif;
  font-size: 36px;
  line-height: 85%;
  text-align: right;
}

.menu-head._03 {
  width: 70%;
}

.menu-sub1 {
  font-family: Shualserif, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 88%;
  text-align: right;
}

.menu-sub1._03 {
  padding-right: 30px;
  padding-left: 30px;
}

.pl {
  margin: 68px;
}

.content_wrapper_symbols {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.symbol_item_wrapper {
  margin-bottom: 25px;
}

.image-3 {
  position: relative;
}

.col-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  height: 10px;
  padding-left: 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-left {
  margin-top: 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.lid-limit {
  display: block;
  overflow: visible;
  width: 100%;
  height: 10px;
  max-width: 500px;
  -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;
}

.menu_top_logo {
  width: 7vw;
  margin-bottom: 12px;
  -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;
}

.footer-symbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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: #000;
}

.div-block-27 {
  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-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;
}

.page-mask {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  background-color: #fce707;
  opacity: 0.69;
}

.head-container {
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12vw;
  margin-bottom: 38px;
  margin-left: 4vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.prime-central {
  display: block;
  -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;
}

.ad-gpt-maavaronmobile {
  display: block;
}

.ad-gpt-vilonmobile {
  position: relative;
  display: block;
  height: 3px;
}

.ad {
  position: relative;
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid #000;
}

.logo {
  margin-bottom: 6px;
}

.ad_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gag-components {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.gag-components.live-die {
  width: 100%;
  -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;
}

.gag-left-box {
  width: 10px;
  height: 48px;
  margin-left: 8px;
  border-style: solid;
  border-width: 1px 0px 1px 1px;
  border-color: #000;
}

.gag {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 8px;
  padding-left: 8px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  direction: rtl;
  font-family: Shual, sans-serif;
  font-size: 1.5rem;
  line-height: 100%;
  font-weight: 900;
  text-align: left;
  letter-spacing: 3px;
}

.gag.credit {
  color: #e71313;
  text-align: right;
}

.gag.photo {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.gag.photo._2 {
  display: none;
}

.gag.slesh {
  font-weight: 300;
}

.gag.live-die {
  width: 100%;
  margin-bottom: 2px;
  margin-left: 0px;
  padding-bottom: 1px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #000;
  text-align: right;
}

.gag-right-box {
  width: 10px;
  height: 48px;
  margin-left: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #000;
}

.gag-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-39 {
  margin-bottom: 10px;
}

.link {
  margin-bottom: 12px;
}

.link:hover {
  color: #088ff6;
}

.section_body {
  position: relative;
}

.menu_logo {
  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;
}

.content {
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 10vw;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e71313;
  opacity: 1;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  direction: rtl;
}

.content._02 {
  display: block;
  background-color: transparent;
}

.audio {
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mobile-nav {
  display: none;
}

.mobile-menu {
  display: none;
}

.head01-2 {
  position: relative;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Shualserif, sans-serif;
  color: #000;
  font-size: 6rem;
  line-height: 80%;
  font-weight: 300;
  text-align: right;
}

.head01-2.big {
  margin-bottom: -34px;
  font-size: 12rem;
}

.head01-2.white-center {
  color: #fff;
  text-align: center;
}

.head01-2.center {
  margin-bottom: 46px;
  text-align: center;
}

.footer-symbol-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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: #000;
}

.credits {
  margin-top: 12px;
  font-family: Opensanshebrew, sans-serif;
  color: #c0c0b9;
  line-height: 24px;
  text-align: center;
}

.podcast1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 30px auto;
  -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;
}

.wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrapper-2.head {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-right-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  padding-left: 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mishne-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 28px;
}

.cover-image-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 85vh;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/ECO37376.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.logo-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 15vh;
  margin-top: 20px;
  margin-right: 20px;
  -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: transparent;
}

.logo-2 {
  margin-bottom: 14px;
}

.menu_number-cover {
  position: relative;
  z-index: 190;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 10vw;
  height: 10vw;
  padding-top: 0px;
  padding-right: 12px;
  padding-left: 12px;
  -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: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  cursor: pointer;
}

.menu_number-cover:hover {
  background-color: #e71313;
}

.menu_content-cover {
  display: block;
  width: 90vw;
  height: 10vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e71313;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  direction: rtl;
}

.image-full-width {
  margin-bottom: 28px;
}

.head-container-2 {
  display: block;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.head-container-2.meital {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.meital2 {
  position: relative;
  top: -6px;
  right: 34px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Shualserif, sans-serif;
  font-size: 5rem;
  line-height: 80%;
  font-weight: 300;
  text-align: right;
}

.meital3 {
  position: relative;
  top: -4px;
  right: 137px;
  display: block;
  margin-top: -5px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Shualserif, sans-serif;
  font-size: 4rem;
  line-height: 80%;
  font-weight: 300;
  text-align: right;
}

.meital4 {
  position: relative;
  top: -9px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Shualserif, sans-serif;
  font-size: 3rem;
  line-height: 80%;
  font-weight: 300;
  text-align: right;
}

.meital5 {
  position: relative;
  top: -1px;
  right: 211px;
  display: block;
  margin-top: 0px;
  margin-bottom: -19px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Shualserif, sans-serif;
  font-size: 2rem;
  line-height: 80%;
  font-weight: 300;
  text-align: right;
}

.col-right-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10vw;
  padding-left: 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-numbers {
  padding-left: 8px;
  border-left: 1px solid #e71313;
  font-family: Opensanshebrew, sans-serif;
  color: #e71313;
  font-size: 4rem;
  line-height: 100%;
  font-weight: 300;
  text-align: left;
}

.lid-container {
  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;
}

.box-image {
  margin-bottom: 12px;
}

.bin-big {
  display: block;
  width: 100%;
  max-width: 700px;
  padding-top: 14px;
  border-top: 1px solid #000;
  font-family: Shual, sans-serif;
  font-size: 2.5rem;
  line-height: 80%;
  font-weight: 900;
}

.bin-big.right {
  text-align: right;
}

.text-box {
  padding-bottom: 19px;
  border-bottom: 8px solid #c0c0b9;
  font-family: Alef, sans-serif;
}

.image-4 {
  height: 70vh;
}

.logo-musaf {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-musaf.live-die {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 79px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.caption {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 18px;
  font-family: Shual, sans-serif;
  line-height: 105%;
  font-weight: 900;
  text-align: left;
}

.caption.right {
  text-align: right;
}

.caption-container {
  width: 100%;
  margin-top: 6px;
  text-align: left;
}

.caption-container._03 {
  margin-top: -9px;
}

.bin-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 38px;
  margin-bottom: 16px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.lid1 {
  position: relative;
  display: block;
  padding-right: 14px;
  clear: none;
  border-right: 1px solid #e22525;
  font-family: Shualserif, sans-serif;
  font-size: 1.4rem;
  line-height: 1.1em;
  font-weight: 700;
}

.lid1.right {
  text-align: right;
}

.text-question {
  margin-top: 10px;
  padding-left: 8px;
  border-left: 8px solid #000;
  font-family: Alef, sans-serif;
  color: #e71313;
  font-size: 1.25rem;
  line-height: 90%;
  font-weight: 700;
  text-align: left;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 37px;
  margin-right: 12vw;
  margin-left: 4vw;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  direction: rtl;
}

.content-wrapper.medorim {
  margin-right: 16vw;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.head01 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Shualserif, sans-serif;
  font-size: 6rem;
  line-height: 80%;
  font-weight: 300;
  text-align: right;
}

.head01.medorim {
  width: 100%;
  max-width: 700px;
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
}

.paragraph-2 {
  position: static;
  display: block;
  max-width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  direction: rtl;
  font-family: Alef, sans-serif;
  font-size: 1.1rem;
  line-height: 150%;
  text-align: right;
}

.image-8 {
  width: 100%;
  max-width: 700px;
  margin-bottom: 20px;
}

.div-block-47 {
  margin-top: 9px;
  margin-bottom: 2px;
}

.medorim-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-bottom: 11px;
  -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-style: solid;
  border-width: 1px;
  border-color: #c0c0b9;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Opensanshebrewcondensed, sans-serif;
  color: #000;
  font-size: 72px;
  font-weight: 400;
}

.medorim-number:hover {
  background-color: #5d5d5d;
  color: #fff;
}

.medorim-number.w--current {
  background-color: #5d5d5d;
  color: #fff;
}

.medorim-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.medorim-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  padding-right: 18px;
  padding-left: 18px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span {
  font-size: 36px;
}

.div-block-33 {
  height: 50px;
  margin-left: 15px;
}

.image-wrapper-2 {
  position: relative;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map-box {
  position: relative;
  padding: 18px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fce707;
  opacity: 0.92;
}

.map-box._01 {
  left: 362px;
  top: 50px;
}

.map-box._02 {
  margin-top: 54px;
  margin-right: -350px;
  margin-left: 318px;
}

.map-box._03 {
  left: 70px;
  top: 63px;
}

.image-9 {
  position: relative;
  z-index: -5;
}

.map-component {
  position: absolute;
  left: auto;
  top: 24%;
  right: 89%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  background-color: transparent;
}

.map-component._03 {
  left: auto;
  top: 34%;
  right: 25%;
  bottom: auto;
  width: 350px;
}

.map-component._02 {
  left: auto;
  top: 52%;
  right: 83%;
  bottom: auto;
}

.map-component._04 {
  left: auto;
  top: 68%;
  right: 20%;
  bottom: auto;
  width: 300px;
}

.image-map {
  margin-bottom: 28px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.medorim_wrapper-vertical {
  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;
}

.info {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Shualserif, sans-serif;
  font-size: 6rem;
  line-height: 80%;
  font-weight: 300;
  text-align: right;
}

.info.medorim-info {
  max-width: 700px;
  margin-top: 28px;
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 120%;
  font-weight: 400;
  text-decoration: underline;
}

.rich-text-paragraph {
  width: 100%;
  max-width: 700px;
  font-family: Alef, sans-serif;
  font-size: 1.1rem;
  line-height: 150%;
  text-align: right;
}

.rich-text-paragraph._400 {
  max-width: 700px;
}

.box-content {
  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;
}

.div-block-47-copy {
  display: block;
}

.div-block-69 {
  display: none;
}

.photo {
  width: 100%;
  margin-top: -15px;
  margin-bottom: 25px;
  font-family: Alef, sans-serif;
  font-size: 0.8rem;
  text-align: left;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 30px;
  -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;
}

.image-caption.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.lid-content {
  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;
}

.photographer {
  width: 100%;
  font-weight: 400;
  text-align: right;
}

.notes {
  width: 100%;
  height: 40px;
  margin-top: 132px;
  margin-bottom: 21px;
  padding-right: 18px;
  background-color: #000;
}

.note {
  color: #fff;
  font-size: 24px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.bin-medium {
  display: block;
  width: 100%;
  max-width: 700px;
  padding-top: 14px;
  border-top: 1px solid #000;
  font-family: Shual, sans-serif;
  font-size: 2rem;
  line-height: 80%;
  font-weight: 900;
}

.bin-small {
  display: block;
  width: 100%;
  max-width: 700px;
  padding-top: 9px;
  border-top: 4px solid #000;
  font-family: Shual, sans-serif;
  font-size: 1.7rem;
  line-height: 80%;
  font-weight: 400;
}

.live-die-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  margin-right: 12vw;
  margin-left: 12vw;
}

.vertical-line-divider {
  width: 1px;
  margin-right: 30px;
  margin-left: 30px;
  border-right: 1px solid #000;
}

.head-container1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 16px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rich-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.plain-text {
  font-family: Alef, sans-serif;
  font-size: 1.1rem;
}

.image-14 {
  margin-top: 106px;
}

.red {
  padding-left: 6px;
  color: #e71313;
}

.div-block-72 {
  margin-bottom: -20px;
}

.div-block-74 {
  position: relative;
  right: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lid-inline {
  position: relative;
  right: -100px;
  font-family: Shualserif, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.head-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mishne-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  text-align: center;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 42px;
  padding: 12px;
  border-bottom: 4px solid #c0c0b9;
  background-color: rgba(252, 231, 7, 0.32);
  opacity: 1;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-left: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-80 {
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-81 {
  display: block;
  padding-top: 158px;
  -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;
}

.info1 {
  font-family: Shual, sans-serif;
  color: #e71313;
  font-weight: 900;
}

.info2 {
  font-family: Shual, sans-serif;
  font-size: 1.2rem;
}

.div-block-82 {
  width: 80%;
  padding: 6px 14px;
  border-style: dashed;
  border-width: 1px;
  border-color: #c0c0b9;
  border-radius: 14px;
}

.div-block-82._6 {
  padding-right: 6px;
  padding-left: 6px;
}

.div-block-83 {
  width: 2px;
  height: 100px;
  border-right: 1px dashed #c0c0b9;
}

.div-block-84 {
  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-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;
}

.div-block-82-copy {
  padding: 6px 14px;
  border-style: dashed;
  border-width: 1px;
  border-color: #c0c0b9;
  border-radius: 14px;
  background-color: rgba(252, 231, 7, 0.51);
}

.info-big {
  font-size: 2rem;
  line-height: 29px;
}

.salary {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  border-radius: 20px;
}

.image {
  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-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;
}

.link-2 {
  padding-top: 8px;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid #5d5d5d;
  font-family: Alef, sans-serif;
  font-weight: 700;
  text-align: center;
}

.link-2.center {
  margin-top: 28px;
  text-align: center;
}

.text-span-2 {
  color: #000;
}

.last-week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-87 {
  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;
}

.div-block-90 {
  position: absolute;
  left: 5%;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 12px;
  background-color: hsla(0, 0%, 100%, 0.44);
}

.home-page-head {
  font-family: Shualserif, sans-serif;
  color: #000;
  font-size: 6rem;
  line-height: 80%;
}

.div-block-91 {
  margin-left: 13px;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #e71313;
}

.div-block-92 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 26px;
  -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;
  background-color: #2e1b3d;
}

.div-block-94 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  background-image: url('../images/ECO66765_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-header {
  display: none;
}

.mobile-header-container {
  display: none;
}

.ofna-mobile {
  display: none;
}

.div-block-99 {
  width: 100%;
  max-width: 700px;
  margin-top: -16px;
  margin-bottom: 23px;
}

.lid-limit-2 {
  display: block;
  overflow: visible;
  height: 10px;
  max-width: 500px;
  -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;
}

.box-image-2 {
  margin-bottom: 12px;
}

.text-box-2 {
  padding-bottom: 19px;
  border-bottom: 8px solid #c0c0b9;
  font-family: Alef, sans-serif;
  text-align: right;
}

.div-block-100 {
  max-width: 900px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.image-75 {
  width: 75vw;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
}

.paragraph-2-copy {
  position: static;
  display: block;
  max-width: 900px;
  margin-top: 25px;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  direction: rtl;
  font-family: Alef, sans-serif;
  font-size: 1.6rem;
  line-height: 150%;
  text-align: center;
}

@media (max-width: 991px) {
  .article {
    margin-top: 29px;
    margin-right: 4vw;
  }
  .mishne.big {
    margin-top: 56px;
    margin-bottom: -12px;
  }
  .mishne.white {
    padding-right: 12px;
    padding-left: 12px;
    text-align: center;
  }
  .menu_container {
    display: none;
  }
  .col-right {
    display: block;
    width: auto;
  }
  .col-right._09 {
    display: none;
  }
  .col-left {
    width: auto;
    height: auto;
    padding-right: 0px;
  }
  .lid-limit {
    height: auto;
    margin: -19px auto -4px;
    padding-left: 0px;
  }
  .head-container {
    margin-top: 20px;
    margin-bottom: -35px;
  }
  .head-container._03 {
    margin-top: -33px;
    margin-bottom: 0px;
  }
  .top_header {
    margin-right: 4vw;
  }
  .ad {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-width: 0px;
  }
  .gag-components {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .gag.credit {
    padding-right: 0px;
  }
  .gag.photo._2 {
    display: block;
  }
  .gag.live-die {
    padding-right: 0px;
  }
  .gag-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .audio {
    width: 92vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-nav {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 150;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -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;
  }
  .nav-menu-image-holder {
    position: absolute;
    z-index: 100;
    display: block;
    padding-bottom: 4px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #fff;
    -webkit-transform: translate(0px, 0vh);
    -ms-transform: translate(0px, 0vh);
    transform: translate(0px, 0vh);
  }
  .mobile-menu {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 100;
    display: block;
    margin-bottom: 6px;
  }
  .mobile-menu.homepage {
    margin-top: 23px;
  }
  .items-frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0px, 100vh);
    -ms-transform: translate(0px, 100vh);
    transform: translate(0px, 100vh);
  }
  .head01-2 {
    max-width: none;
    font-size: 5rem;
  }
  .head01-2.big {
    font-size: 7rem;
  }
  .head01-2._09 {
    margin-bottom: 34px;
  }
  .wrapper-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-right-2 {
    display: block;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .col-right-2.mishne {
    display: none;
  }
  .div-block-52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .menu {
    display: none;
  }
  .meital2 {
    max-width: none;
  }
  .meital3 {
    max-width: none;
  }
  .meital4 {
    max-width: none;
  }
  .meital5 {
    max-width: none;
  }
  .col-right-3 {
    width: auto;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-numbers {
    margin-top: 17px;
    margin-bottom: 15px;
  }
  .box-image {
    margin-top: 47px;
  }
  .image-4 {
    height: auto;
    margin-bottom: 47px;
  }
  .logo-musaf {
    display: none;
    margin-bottom: 18px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .caption {
    margin-top: -13px;
  }
  .caption.right._13 {
    margin-top: 8px;
  }
  .bin-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .lid1 {
    max-width: none;
    margin-right: 0vw;
    border-right-width: 6px;
  }
  .text-question {
    width: 100%;
    border-left-width: 0px;
    text-align: right;
  }
  .content-wrapper {
    margin-right: 4vw;
    margin-left: 4vw;
  }
  .content-wrapper.medorim {
    margin-right: 2vw;
    margin-left: 2vw;
  }
  .head01 {
    max-width: none;
  }
  .paragraph-2 {
    margin-bottom: 96px;
  }
  .image-wrapper-2 {
    height: auto;
    background-image: none;
  }
  .map-box {
    opacity: 0.58;
  }
  .map-component {
    top: 3%;
    right: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-component._03 {
    right: 12%;
    width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-component._02 {
    top: 63%;
    right: 56%;
  }
  .map-component._04 {
    right: 10%;
    width: 300px;
  }
  .image-map {
    display: none;
  }
  .info {
    max-width: none;
  }
  .rich-text-paragraph._400 {
    max-width: none;
  }
  .box-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .div-block-47-copy {
    margin-top: -84px;
  }
  .div-block-69 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .box {
    margin-bottom: 38px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .lid-content {
    margin-bottom: 48px;
  }
  .text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .live-die-wrapper {
    margin-right: 2vw;
    margin-left: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .head-container1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .rich-text-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-72 {
    margin-top: 11px;
  }
  .div-block-74 {
    right: 0px;
  }
  .lid-inline {
    right: 0px;
  }
  .head-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mishne-container {
    margin-top: 23px;
  }
  .div-block-79 {
    background-image: url('../images/ECO66765.jpg');
    background-size: cover;
  }
  .last-week {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile-header-container._12 {
    display: none;
  }
  .ofna-mobile {
    display: block;
    margin-top: 32px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-98 {
    display: none;
  }
  .lid-limit-2 {
    height: auto;
    margin: -19px auto -4px;
    padding-left: 0px;
  }
  .box-image-2 {
    width: 50%;
    margin-top: 47px;
  }
  .paragraph-2-copy {
    margin-bottom: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .paragraph {
    max-width: none;
  }
  .mishne._09 {
    margin-bottom: 26px;
  }
  .mishne._11 {
    text-align: center;
  }
  .menu_top_logo {
    position: static;
    width: 100%;
    max-width: 30vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -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;
    text-align: center;
  }
  .head-container._006 {
    width: 100vw;
    margin-bottom: 15px;
  }
  .top_header {
    display: none;
  }
  .ad-gpt-vilonmobile {
    height: auto;
  }
  .date {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .gag {
    padding-right: 0px;
    text-align: right;
  }
  .gag.photo {
    margin-top: 14px;
  }
  .audio {
    width: 92vw;
  }
  .head01-2._03 {
    margin-top: 62px;
  }
  .wrapper-2 {
    width: 92vw;
  }
  .logo-wrapper {
    position: static;
    width: 100%;
    max-width: 30vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    -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;
    text-align: center;
  }
  .logo-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .meital2 {
    right: 0px;
    font-size: 2rem;
  }
  .meital3 {
    right: 0px;
    margin-top: -2px;
    margin-right: 30px;
    font-size: 2rem;
  }
  .meital4 {
    margin-top: 7px;
    font-size: 2rem;
  }
  .meital5 {
    right: 0px;
    margin-right: 0px;
  }
  .logo-musaf.live-die {
    display: none;
  }
  .caption.right._13 {
    margin-top: 9px;
  }
  .caption-container {
    margin-top: 2px;
  }
  .bin-head {
    width: 92vw;
  }
  .text-question {
    padding-right: 10px;
    border-right: 10px solid #000;
  }
  .paragraph-2 {
    max-width: none;
  }
  .medorim-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .image-map {
    display: none;
  }
  .text-block {
    width: 92vw;
  }
  .head-container1 {
    width: 92vw;
  }
  .rich-text-block {
    width: 92vw;
  }
  .head-section {
    width: 92vw;
  }
  .div-block-75 {
    padding-right: 41px;
    padding-left: 41px;
  }
  .div-block-79 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-92 {
    width: 100%;
  }
  .mobile-header {
    display: block;
    width: 94vw;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 8px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #000;
  }
  .div-block-96 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    -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;
  }
  .mobile-header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .mobile-header-container._12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    padding-right: 36px;
  }
  .ofna-mobile {
    display: block;
    width: 94%;
    margin-top: 23px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-19 {
    margin-right: 100px;
  }
  .image-75 {
    width: 94vw;
  }
  .paragraph-2-copy {
    max-width: none;
  }
}

@media (max-width: 479px) {
  .mishne {
    margin-top: -13px;
  }
  .mishne.big {
    font-size: 2rem;
  }
  .mishne._09 {
    margin-bottom: 37px;
  }
  .mishne._11 {
    margin-top: 0px;
    padding-right: 32px;
    padding-left: 32px;
  }
  .col-right {
    display: block;
    height: auto;
  }
  .ad-maavaroncentral {
    display: none;
  }
  .prime-central {
    display: none;
  }
  .date {
    margin-bottom: 3px;
  }
  .gag-components {
    display: block;
  }
  .gag-left-box {
    display: none;
  }
  .gag {
    padding-right: 0px;
    text-align: right;
  }
  .gag.credit {
    text-align: right;
  }
  .gag.slesh {
    display: none;
  }
  .gag-right-box {
    display: none;
  }
  .nav-menu-image-holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .head01-2 {
    font-size: 60px;
  }
  .head01-2.big {
    font-size: 4rem;
  }
  .credits {
    padding-right: 9px;
    padding-left: 9px;
  }
  .mishne-section {
    margin-top: 39px;
    margin-bottom: 15px;
  }
  .cover-image-2 {
    width: 100%;
    height: 600px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .logo-2 {
    margin-bottom: -14px;
  }
  .meital2 {
    font-size: 48px;
  }
  .meital3 {
    right: 0px;
    padding-left: 0px;
    font-size: 32px;
  }
  .meital4 {
    top: 0px;
    right: 27px;
    font-size: 28px;
  }
  .meital5 {
    top: -1px;
    margin-top: 11px;
    margin-right: 0px;
    padding-left: 0px;
    font-size: 22px;
  }
  .lid-container {
    margin-top: -68px;
  }
  .box-image {
    width: 100%;
    min-width: 40vw;
  }
  .content-wrapper.medorim {
    margin-right: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .head01 {
    font-size: 48px;
  }
  .head01.medorim {
    font-size: 2.6rem;
  }
  .medorim-nav {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-bottom: 56px;
    margin-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .image-wrapper-2 {
    height: auto;
  }
  .map-box {
    opacity: 0;
  }
  .image-9 {
    margin-bottom: 71px;
  }
  .map-component {
    top: 37%;
    right: 10%;
    width: 300px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .map-component._03 {
    top: 77%;
    right: 10%;
    width: 300px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .map-component._02 {
    top: 56%;
    right: 10%;
    width: 300px;
  }
  .map-component._04 {
    top: 96%;
    width: 300px;
  }
  .info {
    font-size: 48px;
  }
  .image-12 {
    display: block;
    overflow: visible;
    margin-top: 2px;
  }
  .image-13 {
    display: none;
    margin-bottom: 2px;
  }
  .div-block-74 {
    margin-top: -49px;
  }
  .div-block-75 {
    margin-bottom: 51px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .div-block-76 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-77 {
    width: 100%;
    padding-left: 0px;
  }
  .link-2 {
    display: block;
  }
  .div-block-90 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50%;
    margin-top: 450px;
    padding: 19px 16px 0px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-page-head {
    margin-top: 11px;
    font-size: 3rem;
  }
  .div-block-91 {
    width: 80px;
    height: 80px;
  }
  .image-17 {
    margin-bottom: 49px;
  }
  .ofna-mobile {
    margin-top: -14px;
    margin-bottom: 77px;
  }
  .box-image-2 {
    width: 100%;
    min-width: 40vw;
  }
  .paragraph-2-copy {
    margin-bottom: 58px;
  }
}

@font-face {
  font-family: 'Alef';
  src: url('../fonts/Alef-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Alef';
  src: url('../fonts/Alef-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Light.woff') format('woff'), url('../fonts/Shual-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Black.woff') format('woff'), url('../fonts/Shual-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Shual';
  src: url('../fonts/Shual-Regular.woff') format('woff'), url('../fonts/Shual-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Shualserif';
  src: url('../fonts/ShualSerif-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Shualserif';
  src: url('../fonts/ShualSerif-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Shualserif';
  src: url('../fonts/ShualSerif-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Opensanshebrew';
  src: url('../fonts/OpenSansHebrew-Bold.ttf') format('truetype'), url('../fonts/OpenSansHebrew-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Opensanshebrewcondensed';
  src: url('../fonts/OpenSansHebrewCondensed-Bold.ttf') format('truetype'), url('../fonts/OpenSansHebrewCondensed-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Opensanshebrewcondensed';
  src: url('../fonts/OpenSansHebrewCondensed-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Opensanshebrewcondensed';
  src: url('../fonts/OpenSansHebrewCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Opensanshebrew';
  src: url('../fonts/OpenSansHebrew-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Opensanshebrew';
  src: url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}