/* 20px */
/* 63px */
/* 80px */
/* 18px */
/* 27px */
/* RESET */
h1, h2, h3 {
  margin: initial;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  margin-bottom: 7.527vw;
}
@media only screen and (min-width: 1024px) {
  li {
    margin-bottom: 1.85vw;
  }
}

mark {
  background-color: initial;
}

a {
  color: inherit;
}

/* GENERAL */
body {
  font-family: "Poppins", sans-serif;
  margin: 0 3.871vw;
  font-size: 4.3011vw;
  letter-spacing: 0.057vw;
  color: #333442;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1vw;
    margin: initial;
  }
}

article {
  margin-bottom: 13.5483vw;
}
@media only screen and (min-width: 1024px) {
  article {
    margin-bottom: initial;
  }
}

img {
  width: 100%;
  height: auto;
}

/* TYPO */
p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.6em;
  margin-top: initial;
  margin-bottom: 7.527vw;
}
@media only screen and (min-width: 1024px) {
  p {
    margin-bottom: 1.85vw;
    line-height: 1.65vw;
  }
}
p:last-child {
  margin-bottom: initial;
}

b {
  display: block;
}

.title {
  font-size: 2.1em;
  font-weight: 700;
  text-align: center;
  line-height: 1.19047em;
}

h1, h2 {
  width: 72%;
  margin: auto;
  margin-bottom: 13.5483vw;
}
@media only screen and (min-width: 1024px) {
  h1, h2 {
    width: 90%;
    margin-bottom: 1.85vw;
  }
}
h1.lessMargin, h2.lessMargin {
  margin-bottom: 7.527vw;
}
@media only screen and (min-width: 1024px) {
  h1.lessMargin, h2.lessMargin {
    margin-bottom: 1.85vw;
  }
}
h1.opticalMargin, h2.opticalMargin {
  margin-top: -0.2em;
}
@media only screen and (min-width: 1024px) {
  h1.opticalMargin, h2.opticalMargin {
    margin-top: -0.38em;
  }
}

.small {
  font-size: 0.78125em;
  font-weight: 300;
  color: #e5e4e2;
}

.motto {
  font-size: 1.45em;
  font-weight: 200;
  font-style: initial;
  line-height: 1.31035em;
}

.subtitle {
  font-size: 1.45em;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 6.85vw;
}

@media only screen and (min-width: 1024px) {
  .subtitle {
    margin-bottom: 1.85vw;
  }
}

h3 {
  margin: 7.527vw 0;
}
@media only screen and (min-width: 1024px) {
  h3 {
    margin: initial;
  }
}
h3.moreMarginTop {
  margin-top: 13.5483vw;
}
@media only screen and (min-width: 1024px) {
  h3.moreMarginTop {
    margin: initial;
  }
}
h3.noMarginTop {
  margin-top: initial;
}

dd {
  margin: initial;
  margin-bottom: 7.527vw;
}
@media only screen and (min-width: 1024px) {
  dd {
    margin-bottom: 1.85vw;
  }
}
dd:last-child {
  margin-bottom: initial;
}

dl {
  margin-bottom: initial;
}

/* BLOCKS */
.section {
  margin-bottom: 13.5483vw;
}
@media only screen and (min-width: 1024px) {
  .section {
    margin-bottom: 4vw;
    padding: 0 9.375vw;
  }
  .section.grid__elem--6:first-child {
    padding-right: initial;
  }
  .section.grid__elem--6:last-child {
    padding-left: initial;
  }
}
.section--lessMargin {
  margin-bottom: 13.5483vw;
}
@media only screen and (min-width: 1024px) {
  .section--lessMargin {
    margin-bottom: 4vw;
  }
}
.section--noMargin {
  margin-bottom: initial;
}
.section--fullHeight {
  position: relative;
  height: 100%;
  min-height: 130vw;
  margin-bottom: initial;
}
@media only screen and (min-width: 1024px) {
  .section--fullHeight {
    height: initial;
    min-height: initial;
  }
}
@media only screen and (min-width: 1024px) {
  .section--halfHeightMON {
    height: 50vh;
    min-height: 25vw;
  }
  .section--halfHeightMON--logo {
    height: 46vh;
    min-height: 19vw;
  }
  .section--halfHeightMON--motto {
    height: 54vh;
    min-height: 27vw;
  }
}
.section--fullHeightMON {
  margin-bottom: initial;
}
@media only screen and (min-width: 1024px) {
  .section--fullHeightMON {
    height: 100%;
  }
}
.section--colored {
  padding: 13.5483vw 5.8065vw;
}
@media only screen and (min-width: 1024px) {
  .section--colored {
    padding: 0 9.375vw;
    align-items: center;
    height: 100%;
  }
}
.section--dark {
  background-color: #878c9c;
  color: #e5e4e2;
}
.section--blue {
  background-color: #333442;
  color: #e5e4e2;
}
.section--footer {
  padding: 17.2043vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 7.527vw;
}
@media only screen and (min-width: 1024px) {
  .section--footer {
    padding: 4vw;
    margin-bottom: initial;
  }
}

.article {
  text-align: center;
  padding: 0 7.527vw;
}
@media only screen and (min-width: 1024px) {
  .article {
    padding: initial;
  }
}
.article--blue {
  background-color: #333442;
  color: white;
  border-image-source: url(../image/border_blue.svg);
}
.article--yellow {
  background-color: #e6bd71;
  color: white;
  border-image-source: url(../image/border_yellow.svg);
}
.article--dark {
  background-color: #878c9c;
  color: white;
  border-image-source: url(../image/border_dark.svg);
}
.article--light {
  background-color: #e5e4e2;
  border-image-source: url(../image/border_light.svg);
}
.article--border {
  border-style: solid;
  border-width: 4.5vw;
  border-image-slice: 20 20 20 20;
  border-image-repeat: repeat;
  padding-bottom: 13.5483vw;
  padding-top: initial;
  padding-left: initial;
  padding-right: 4.7vw;
}
@media only screen and (min-width: 1024px) {
  .article--border {
    border-width: 1.042vw;
    padding: 4vw 1.85vw;
    padding-top: 3vw;
  }
}
.article--gold {
  border-style: solid;
  border-width: 1.8vw;
  border-image-slice: 10 30 10 30;
  border-image-width: 1 3 1 3;
  border-image-repeat: repeat;
  border-image-source: url(../image/frame_yellow.svg);
  padding: 13.5483vw 7.871vw;
}
@media only screen and (min-width: 1024px) {
  .article--gold {
    margin: 0 9.375vw;
    margin-bottom: 4vw;
    padding: 4vw;
    border-width: 0.522vw;
  }
}
.article--note {
  border-style: solid;
  border-width: 1.8vw;
  border-image-slice: 55 55 10 10;
  border-image-width: 5.5 5.5 1 1;
  border-image-repeat: repeat;
  border-image-source: url(../image/note_border.svg);
  padding: 13.5483vw 13.5483vw;
}
@media only screen and (min-width: 1024px) {
  .article--note {
    padding: 4vw 1.85vw;
    border-width: 0.6vw;
  }
}
.article--golden {
  background-color: #e6bd71;
  padding: 13.5483vw;
}

.article--golden .title {
  width: initial;
  color: white;
}
@media only screen and (min-width: 1024px) {
  .article--golden {
    padding: 4vw 1.85vw;
    margin-bottom: 4vw;
  }
}

/* COMPONENTS */
.book {
  background-image: url(../image/mobile/book_frame.svg);
  background-size: cover;
  height: 0;
  overflow: hidden;
  padding-top: 183.2261072261%;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .book {
    background-image: url(../image/desktop/book_frame.svg);
    padding-top: 160.460251046%;
  }
}
.book__title {
  margin: auto;
  width: 87%;
  margin-top: 1.3vw;
}
.book__content {
  position: absolute;
  top: 25vw;
  left: 0;
  padding: 0 10%;
}
@media only screen and (min-width: 1024px) {
  .book__content {
    top: 5.2vw;
  }
}

.decor {
  display: block;
  width: 25%;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .decor {
    width: 19%;
  }
}
.decor--big {
  width: 40%;
  margin-bottom: 13.5483vw;
}
@media only screen and (min-width: 1024px) {
  .decor--big {
    width: 100%;
    margin: initial;
  }
}
.decor--sade:after, .decor--aleph:after, .decor--kaf:after, .decor--daleth:after, .decor--ayin:after, .decor--aleph2:after, .decor--shin:after {
  content: " ";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.decor--sade, .decor--aleph {
  width: 17.635vw;
}
@media only screen and (min-width: 1024px) {
  .decor--sade, .decor--aleph {
    width: 4.271vw;
  }
}
.decor--sade:after {
  background-image: url(../image/sade.svg);
  padding-top: 100%;
}
.decor--aleph:after {
  background-image: url(../image/aleph.svg);
  padding-top: 106.0975609756%;
}
.decor--kaf {
  width: 15.7vw;
}
@media only screen and (min-width: 1024px) {
  .decor--kaf {
    width: 3.8025vw;
  }
}
.decor--kaf:after {
  background-image: url(../image/kaf.svg);
  padding-top: 116.4383561644%;
}
.decor--daleth {
  width: 44.087vw;
}
@media only screen and (min-width: 1024px) {
  .decor--daleth {
    width: 10.886vw;
  }
}
.decor--daleth:after {
  background-image: url(../image/mobile/daleth.svg);
  padding-top: 120%;
}
@media only screen and (min-width: 1024px) {
  .decor--daleth:after {
    background-image: url(../image/desktop/daleth.svg);
    padding-top: 120.5741626794%;
  }
}
.decor--ayin {
  width: 55.915vw;
}
@media only screen and (min-width: 1024px) {
  .decor--ayin {
    width: 10.886vw;
  }
}
.decor--ayin:after {
  background-image: url(../image/mobile/ayin.svg);
  padding-top: 77.3076923077%;
}
@media only screen and (min-width: 1024px) {
  .decor--ayin:after {
    background-image: url(../image/desktop/ayin.svg);
    padding-top: 81.7351598174%;
  }
}
.decor--aleph2 {
  width: 46.454vw;
}
@media only screen and (min-width: 1024px) {
  .decor--aleph2 {
    width: 10.886vw;
  }
}
.decor--aleph2:after {
  background-image: url(../image/mobile/aleph_2.svg);
  padding-top: 108.2673702726%;
}
@media only screen and (min-width: 1024px) {
  .decor--aleph2:after {
    background-image: url(../image/desktop/aleph_2.svg);
    padding-top: 108.6124401914%;
  }
}
.decor--shin {
  width: 47.745vw;
}
@media only screen and (min-width: 1024px) {
  .decor--shin {
    width: 10.886vw;
  }
}
.decor--shin:after {
  background-image: url(../image/mobile/shin.svg);
  padding-top: 100%;
}
@media only screen and (min-width: 1024px) {
  .decor--shin:after {
    background-image: url(../image/desktop/shin.svg);
    padding-top: 100%;
  }
}

.separator {
  margin: 13.5483vw auto;
  border: initial;
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .separator {
    margin: 1.85vw auto;
  }
}
.separator--line {
  width: 12.26vw;
  height: 0.861vw;
  background-color: #e6bd71;
  margin: 7.527vw auto;
}
@media only screen and (min-width: 1024px) {
  .separator--line {
    margin: 1.85vw auto;
    width: 2.969vw;
    height: 0.209vw;
  }
}
.separator--line--black {
  background-color: #333442;
}
.separator--line--moreMargin {
  margin-top: 9vw;
}
@media only screen and (min-width: 1024px) {
  .separator--line--moreMargin {
    margin: 2.5vw auto;
  }
}
.separator--bigMargin {
  margin-bottom: 13.5483vw;
}
@media only screen and (min-width: 1024px) {
  .separator--bigMargin {
    margin-bottom: 4vw;
    margin-top: 0;
  }
}
.separator--decorMiddleWhite {
  padding-top: 13.2978723404%;
  background-image: url(../image/mobile/decor_middle_white.svg);
}
@media only screen and (min-width: 1024px) {
  .separator--decorLongDark {
    width: calc(100% / 4);
    margin-top: initial;
  }
}
.separator--decorLongDark:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 11.655011655%;
  background-image: url(../image/mobile/decor_long_dark.svg);
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .separator--decorLongDark:after {
    background-image: url(../image/desktop/decor_long.svg);
    padding-top: 10.4166666667%;
  }
}
.separator--decorShortYellow {
  width: 80%;
}
.separator--decorShortYellow:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 18.115942029%;
  background-image: url(../image/mobile/decor_short_yellow.svg);
  background-size: cover;
}
@media only screen and (min-width: 1024px) {
  .separator--decorShortYellowMON {
    transform: rotate(90deg);
    position: absolute;
    top: 32%;
    left: -31%;
    width: 163%;
  }
}
@media only screen and (min-width: 1024px) {
  .separator--decorLongWhiteMON {
    padding-top: 1122%;
    background-image: url(../image/desktop/decor_long_white.svg);
    margin: initial;
  }
}
.button {
  display: block;
  background-image: url(../image/mobile/button_long.svg);
  background-size: cover;
  height: 0;
  overflow: hidden;
  padding-top: 18.648018648%;
  position: relative;
  margin-bottom: 3vw;
}
@media only screen and (min-width: 1024px) {
  .button {
    margin-bottom: initial;
  }
}
.button__container {
  width: 50vw;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .button__container {
    width: 15vw;
  }
}
.button--short {
  background-image: url(../image/button_short.svg);
  padding-top: 27.4914089347%;
}
.button__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.item:before {
  content: "";
  display: inline-block;
  background-size: cover;
  margin-right: 8%;
  vertical-align: top;
}
.item--teth:before {
  background-image: url(../image/teth.svg);
  padding-top: 12.32%;
  width: 12.32%;
}
.item--samekh:before {
  background-image: url(../image/samekh.svg);
  padding-top: 11.372%;
  width: 11.372%;
  vertical-align: middle;
}
.item--lamed:before {
  background-image: url(../image/lamed.svg);
  padding-top: 12.556%;
  width: 12.556%;
}
.item--shin:before {
  background-image: url(../image/shin_2.svg);
  padding-top: 12.3190943396%;
  width: 12.556%;
}
.item--kaf:before {
  background-image: url(../image/kaf_2.svg);
  padding-top: 12.5562678571%;
  width: 13.267%;
}
.item--pe:before {
  background-image: url(../image/pe.svg);
  padding-top: 8.8967224213%;
  width: 11.845%;
}
.item--taw:before {
  background-image: url(../image/taw.svg);
  padding-top: 11.372%;
  width: 11.372%;
}
.item__text {
  display: inline-block;
  width: 78%;
  text-align: left;
}

.footer__text {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .footer__text {
    width: 66%;
    display: flex;
    justify-content: space-around;
    margin-bottom: initial;
  }
}
.footer__text a {
  text-decoration: none;
}
.footer__logos {
  width: 100%;
  margin-top: 8vw;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .footer__logos {
    margin-top: 4vw;
    width: 40%;
  }
}
.footer__logo--mozaik {
  width: 50%;
  margin-right: 27%;
}
@media only screen and (min-width: 1024px) {
  .footer__logo--mozaik {
    width: 20%;
    margin-right: 39%;
  }
}
.footer__logo--jdc {
  width: 20%;
}
@media only screen and (min-width: 1024px) {
  .footer__logo--jdc {
    width: 8%;
  }
}
.footer a:link {
  text-decoration: none;
}

/* GRID */
@media only screen and (min-width: 1024px) {
  .grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 3.125vw;
  }
  .grid--curriculum {
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: initial;
    grid-row-gap: 3.90625vw;
    align-items: center;
  }
  .grid--curriculum > :nth-child(1) {
    order: 1;
  }
  .grid--curriculum > :nth-child(2) {
    order: 2;
  }
  .grid--curriculum > :nth-child(3) {
    order: 4;
  }
  .grid--curriculum > :nth-child(4) {
    order: 3;
  }
  .grid--curriculum > :nth-child(5) {
    order: 5;
  }
  .grid--curriculum > :nth-child(6) {
    order: 6;
  }
  .grid--curriculum > :nth-child(7) {
    order: 8;
  }
  .grid--curriculum > :nth-child(8) {
    order: 7;
  }
  .grid--curriculum > :nth-child(9) {
    order: 9;
  }
  .grid--reverse {
    flex-direction: row-reverse;
  }
  .grid--reverse .grid__elem:first-child {
    padding-left: 5.4%;
    padding-right: initial;
  }
  .grid--reverse .grid__elem:last-child {
    padding-left: initial;
    padding-right: 5.4%;
  }
  .grid__elem {
    box-sizing: border-box;
    padding-left: 4.37vw;
    padding-right: 4.37vw;
  }
  .grid__elem--10 {
    grid-column-end: span 10;
  }
  .grid__elem--8 {
    grid-column-end: span 8;
  }
  .grid__elem--8--center {
    grid-column-start: 3;
  }
  .grid__elem--5 {
    grid-column-end: span 5;
  }
  .grid__elem--2 {
    grid-column-end: span 2;
  }
  .grid__elem--4 {
    grid-column-end: span 4;
  }
  .grid__elem--4--center {
    grid-column-start: 5;
  }
  .grid__elem--6 {
    grid-column-end: span 6;
  }
  .grid__elem--6--center {
    grid-column-start: 4;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .grid__elem--middleManMON {
    grid-column-start: 6;
    position: relative;
  }
}
/* HELPERS */
#logo {
  width: 48.604vw;
}
@media only screen and (min-width: 1024px) {
  #logo {
    width: 11.771vw;
  }
}

.centered {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 82%;
}
@media only screen and (min-width: 1024px) {
  .centered--bottomMON {
    transform: translate(-50%, -100%);
    top: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .centered--topMON {
    transform: translateX(-50%);
    top: 0;
    padding-top: 5vw;
  }
}

.marginBottom {
  margin-bottom: 13.5483vw;
}
@media only screen and (min-width: 1024px) {
  .marginBottom {
    margin-bottom: 4vw;
  }
}

@media only screen and (min-width: 1024px) {
  .moreMarginMON {
    margin-bottom: 4vw;
  }
}

@media only screen and (min-width: 1024px) {
  .hideMON {
    display: none;
  }
}

.MON {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .MON {
    display: initial;
  }
}

.white {
  color: white;
}

@media only screen and (min-width: 1024px) {
  .oneliner {
    width: 8.5vw;
    display: inline-block;
  }
  .oneliner:after {
    content: "-";
    margin-left: 5%;
    font-weight: bold;
  }
  .oneliner b {
    display: inline;
  }
  .oneliner + dd {
    text-align: left;
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  .verticalSeparator {
    padding: 0 4.09vw;
  }
}

/*# sourceMappingURL=style.css.map */
