@font-face {
  font-family: Mytupi;
  src: url('../fonts/mytupiBOLD.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Olondon;
  src: url('../fonts/Olondon_.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #111;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: flex;
  overflow: hidden;
}

.heading {
  color: #ffe29e;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  font-family: Olondon, Georgia, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: 6vh;
  display: flex;
}

.container {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 74vh;
  font-size: 1em;
  display: flex;
  position: absolute;
}

.reuben-water {
  color: #ffe29e;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Noto Serif Hebrew, sans-serif;
  font-size: 3vw;
  line-height: 0;
}

.reuben-text-texture {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.code-embed {
  width: 0;
  height: 0;
  display: block;
}

.image {
  opacity: .45;
  object-fit: contain;
  max-width: none;
  height: 100vh;
  position: static;
}

.container-2 {
  z-index: 2;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: flex;
  position: absolute;
}

.container-3 {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: block;
  position: absolute;
}

.div-block {
  opacity: .65;
  background-color: #fff0;
  background-image: radial-gradient(circle closest-corner at 50% 136%, #ffffff6e, #111);
  width: 100vw;
  height: 100vh;
  position: static;
}

.particles-js {
  z-index: 2;
  pointer-events: none;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-4 {
  z-index: 3;
  opacity: .23;
  pointer-events: none;
  mix-blend-mode: multiply;
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.image-2 {
  max-width: none;
  height: 100vh;
}

.div-block-2 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.button {
  color: #111;
  background-color: #ffe29e;
  border-radius: 6px;
  font-family: Mytupi, Arial, sans-serif;
}

.button-2 {
  color: #111;
  text-align: center;
  background-color: #ffe29e;
  border-radius: 6px;
  font-family: Mytupi, Arial, sans-serif;
  font-size: 1em;
}

.button-3 {
  color: #111;
  text-align: center;
  background-color: #ffe29e;
  border-radius: 6px;
  font-family: Mytupi, Arial, sans-serif;
  text-decoration: none;
}

.paragraph {
  color: #ffe29e;
  letter-spacing: 2px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Mytupi, Arial, sans-serif;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body-2 {
  background-color: #111;
}

@media screen and (max-width: 479px) {
  .body {
    overflow: hidden;
  }

  .heading {
    text-align: center;
    flex-flow: row;
    font-size: 15vw;
  }

  .container {
    height: 74svh;
    overflow: hidden;
  }

  .reuben-water {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 10vw;
  }

  .image {
    box-sizing: border-box;
    object-fit: contain;
    height: 100svh;
    overflow: hidden;
  }

  .container-2 {
    object-fit: contain;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 100svh;
    overflow: hidden;
  }

  .container-3 {
    width: 100svw;
    height: 100svh;
    display: none;
    overflow: hidden;
  }

  .div-block {
    opacity: .34;
    object-fit: contain;
    overflow: hidden;
  }

  .div-block-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
    width: 100svw;
    padding-top: 0;
  }

  .code-embed-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@font-face {
  font-family: 'Mytupi';
  src: url('../fonts/mytupiBOLD.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Olondon';
  src: url('../fonts/Olondon_.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}