:root {
  --bg-color: #000;
  --border-color: #0c0c0c80;
  --bg-tr-color: #000c;
  --fg-color: #fff;
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

p {
  margin-bottom: 10px;
}

.body {
  background-color: var(--bg-color);
}

.verse {
  color: #1f0d01;
  text-align: left;
  font-family: Source Serif Pro, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.2vw;
  display: inline;
}

.verse.hide-luke.easter {
  font-size: 28px;
  line-height: 32px;
}

.verse.zs {
  font-family: Noto Serif SC, sans-serif;
}

.verse-wrapper {
  text-align: left;
  align-items: center;
  padding: 2em 4em 4em;
  font-size: 18px;
  line-height: 32px;
}

.background {
  background-color: var(--bg-color);
  justify-content: center;
  align-items: center;
}

.section-1b {
  position: static;
}

.section-1a {
  padding-top: 40vh;
  padding-bottom: 80px;
  overflow: hidden;
}

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

.commentary-section {
  z-index: 2;
  background-color: #f5eee3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.commentary-section.narrow {
  height: 60vh;
}

.commentary-section.narrow.zh {
  height: 40vh;
}

.commentary-section.easter {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.commentary-section.zh {
  height: 40vh;
}

.type-block-wrapper-static {
  text-align: center;
  width: 100%;
  margin-left: 120px;
  margin-right: 120px;
  padding: 20px 40px;
  position: absolute;
}

.type-block {
  color: #fff;
  text-align: left;
  font-family: Source Serif Pro, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  display: inline;
}

.background-2 {
  mix-blend-mode: normal;
}

.background-3 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/image_1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: content-box;
}

.cursor {
  opacity: 0;
  border-left: 3px solid #000;
  font-size: 36px;
  display: inline;
}

.type-block-static {
  z-index: 2;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 16px #0003;
  font-family: Source Serif Pro, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  display: inline;
}

.type-block-wrapper {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-attachment: fixed;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-left: 120px;
  margin-right: 120px;
  padding: 20px 40px;
  position: absolute;
}

.narration-sheet {
  z-index: 2;
  border: 1px solid var(--border-color);
  background-color: var(--bg-tr-color);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-radius: 1px;
  max-width: 800px;
  margin: 20px auto 60px;
  padding: 80px;
}

.narration-sheet.fixed {
  z-index: 0;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.narration-sheet.with-image {
  padding: 0;
  display: flex;
}

.narration-sheet.easter-5 {
  margin-bottom: 300px;
}

.narration-sheet.special-2 {
  margin-bottom: 80px;
}

.narration-sheet.special-1 {
  margin-bottom: 160px;
}

.type-block-wrapper-placeholder {
  opacity: 0;
  text-align: center;
  width: 100%;
  margin-left: 120px;
  margin-right: 120px;
  padding: 20px 40px;
  display: block;
}

.narriation {
  color: var(--fg-color);
  border-radius: 4px;
  margin: 0;
  padding: 20px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 24px;
  line-height: 28px;
  display: inline-block;
}

.narriation.zs {
  font-family: Noto Serif SC, sans-serif;
}

.heading-3 {
  text-align: left;
  margin-top: 10px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
}

.heading-3.zs {
  font-family: Noto Serif SC, sans-serif;
  font-weight: 700;
}

.div-block-11 {
  background-color: #fff;
  width: 100%;
  height: 200%;
  margin-top: -40vh;
  position: absolute;
}

.narration-sheet-half-left {
  z-index: 2;
  border: 1px solid var(--border-color);
  background-color: var(--bg-tr-color);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  max-width: 1000px;
  margin: 200px auto 0;
  padding: 80px;
}

.narriation-half {
  color: var(--fg-color);
  border-radius: 4px;
  margin: 0;
  padding: 20px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.narriation-half.zs {
  font-family: Noto Serif SC, sans-serif;
}

.fixed-background-section-1 {
  z-index: 0;
  background-image: url('../images/image-1_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.fixed-background-section-2 {
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-4 {
  transition: all .8s;
}

.type-block-wrapper-static-2 {
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 160px 40px 120px;
  position: relative;
}

.type-block-static-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: #fff;
  text-align: center;
  background-color: #000c;
  border: 1px solid #0c0c0c80;
  margin-top: 20px;
  padding: 40px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
  display: inline-block;
}

.type-block-static-2.zs {
  text-align: left;
  font-family: Noto Serif SC, sans-serif;
  font-size: 44px;
  line-height: 48px;
}

.narration-sheet-half-right {
  z-index: 2;
  border: 1px solid var(--border-color);
  background-color: var(--bg-tr-color);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  max-width: 1000px;
  margin: 200px auto 0;
  padding: 80px;
}

.gap-b {
  height: 1000px;
}

.verse-index-1 {
  color: #1f0c01;
  flex: 0 auto;
  font-size: 36px;
  line-height: 48px;
}

.section-4a {
  margin-top: -100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-4b {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 40px 10px;
  display: flex;
  position: relative;
}

.section-4b.easter-8 {
  height: auto;
  min-height: 550px;
}

.cta {
  z-index: 2;
  color: var(--fg-color);
  text-align: center;
  font-family: Source Serif Pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.cta.small {
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 14px;
}

.cta.small.zs {
  padding-top: 0;
}

.cta.zs {
  padding-top: 10px;
  font-family: Noto Serif SC, sans-serif;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 1003px;
  justify-content: center;
  align-items: center;
  margin: 24px 16px 16px;
  padding: 16px 32px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.button.small {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  flex: none;
  margin: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 16px;
}

.button.small.yv-cta {
  border-color: var(--fg-color);
  color: var(--fg-color);
}

.button.zs {
  font-family: Noto Serif SC, sans-serif;
}

.button.primary-cta {
  background-color: var(--fg-color);
  color: var(--bg-color);
}

.button.secondary-cta {
  border: 2px solid var(--fg-color);
  background-color: var(--bg-color);
  color: var(--fg-color);
}

.button.unselected {
  background-color: var(--bg-tr-color);
  color: var(--fg-color);
  cursor: pointer;
  margin: 4px;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}

.fixed-background-section-4 {
  background-color: #000;
  background-image: url('../images/image-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.narriation-fixed {
  color: #fff;
  border-radius: 4px;
  margin: 40px auto;
  padding: 20px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.narriation-fixed.large {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  text-align: center;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30vh;
  margin: 0;
  padding: 40px;
  font-size: 36px;
  line-height: 40px;
  display: flex;
}

.narriation-fixed.large.zs {
  font-size: 44px;
  line-height: 48px;
}

.narriation-fixed.zs {
  font-family: Noto Serif SC, sans-serif;
}

.div-block-12 {
  height: 120px;
}

.floating {
  z-index: 3;
  background-color: var(--bg-color);
  place-content: center;
  align-items: center;
  max-width: 400px;
  height: 56px;
  margin-top: 12px;
  margin-right: 12px;
  padding: 12px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.emphsis {
  z-index: 0;
  position: relative;
}

.footnote {
  color: var(--fg-color);
  font-family: Source Serif Pro, sans-serif;
}

.footnote.zs {
  font-family: Noto Serif SC, sans-serif;
}

.footer {
  background-color: var(--bg-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.about {
  color: var(--fg-color);
  text-align: center;
  font-family: Source Serif Pro, sans-serif;
}

.logo-frame {
  width: 128px;
  position: relative;
}

.container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.language {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
}

.paragraph-2.text {
  font-size: 16px;
}

.section-3 {
  padding-top: 100px;
}

.bold-text {
  font-size: 40px;
}

.fixed-background-section-1-easter {
  z-index: 0;
  background-image: url('../images/cross.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1539px 1318px;
  background-attachment: scroll;
  justify-content: center;
  align-items: flex-start;
  min-width: 2300px;
  height: 2000px;
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.gap-c {
  height: 1000px;
}

.narriation-text-with-image {
  color: var(--fg-color);
  border-radius: 4px;
  margin: 0;
  padding: 100px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.image-right-1 {
  background-color: #fed39e;
  background-image: url('../images/Brockhaus_and_Efron_Encyclopedic_Dictionary_b18_476-0.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 300px;
}

.div-block-13-copy {
  background-color: #fed39e;
  background-image: url('../images/Rembrandt_van_Rijn.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 300px;
}

.easter-cta-section {
  z-index: 3;
  background-color: var(--bg-color);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.easter-heading {
  z-index: 3;
  color: var(--white);
  text-align: center;
  mix-blend-mode: difference;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 120px;
  padding-right: 120px;
  font-family: Gloock, sans-serif;
  font-size: 48px;
  line-height: 52px;
  position: relative;
}

.easter-heading.cta {
  text-align: right;
  width: 100%;
  max-width: 1800px;
  margin-bottom: 20px;
  padding-top: 20px;
  line-height: 52px;
}

.easter-heading.zs {
  font-family: Noto Serif SC, sans-serif;
  font-weight: 700;
}

.cta-image-container {
  border: 5px solid var(--fg-color);
  filter: saturate(0%);
  background-image: url('../images/cross.jpg');
  background-position: 50%;
  background-size: cover;
  width: 700px;
  max-width: 100%;
  height: 500px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.cta-text-wrapper {
  z-index: 3;
  mix-blend-mode: difference;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.head-text {
  margin-top: 15vh;
  margin-bottom: 15vh;
}

.section-1a--easter {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-1a--easter.first {
  margin-top: -1850px;
  position: relative;
}

.image-container {
  z-index: 0;
  justify-content: center;
  align-items: center;
  margin-top: -15vh;
  padding-top: 15vh;
  display: flex;
  position: sticky;
  top: -15vh;
  overflow: hidden;
}

.gap-a {
  height: 300px;
}

.gap-a2 {
  height: 600px;
}

.image-right-3 {
  background-color: #fed39e;
  background-image: url('../images/Rembrandt_van_Rijn.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 300px;
}

.image-right-2 {
  background-color: #fed39e;
  background-image: url('../images/Rembrandt_The_Three_Crosses.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 300px;
}

.image-6 {
  width: 24px;
  position: relative;
}

.scroll-arrow {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 20px 0% auto;
}

.small-hint {
  color: var(--fg-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gloock, sans-serif;
  font-size: 14px;
  line-height: 18px;
  position: relative;
}

.head-text-easter {
  margin-top: 15vh;
  margin-bottom: 15vh;
}

.type-block-static-easter {
  z-index: 2;
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: var(--fg-color);
  text-align: center;
  background-color: #000c;
  margin-top: 20px;
  padding: 40px;
  font-family: Gloock, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  display: inline-block;
}

.type-block-static-easter.zs {
  font-family: Noto Serif SC, sans-serif;
}

.type-block-static-easter.cta.easter {
  background-color: #0000;
}

.section-4 {
  margin-top: 200px;
}

.divider {
  background-color: #464646;
  height: 2px;
}

.div-block-15, .flat-specer.special-1 {
  height: 200px;
}

.flat-specer.special-2 {
  height: 80px;
}

.background-4 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.verse-wrapper-2 {
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  position: fixed;
}

.verse-2 {
  color: #371700;
  font-family: Source Serif Pro, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  display: inline;
}

.background-cotainer {
  background-color: #000;
  background-image: url('../images/_AAA1190-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
}

.hightlight-container {
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: url('../images/_AAA1190-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: content-box;
  justify-content: center;
  align-items: center;
  width: 1624px;
  height: 100%;
  padding: 10% 900px 25% 350px;
  transition: opacity .5s;
  display: flex;
  position: fixed;
}

.verse-highlight {
  height: 500px;
}

.map-mark.nazareth {
  position: absolute;
  left: 20px;
}

.map-mark.bethleham {
  position: absolute;
  inset: 275px 0% auto;
}

._3d-map {
  perspective: 1000px;
  text-align: center;
  justify-content: center;
  height: 750px;
  display: flex;
  overflow: hidden;
}

.map-base {
  text-align: center;
  border: 5px solid #371700;
  border-radius: 8px;
  max-width: 200%;
  position: absolute;
}

.map-route-clip {
  height: 283px;
  overflow: hidden;
}

.map-wrapper {
  flex-direction: row;
  place-content: center;
  min-width: 2000px;
  min-height: 1000px;
  display: flex;
}

.map-deco {
  opacity: .25;
  filter: blur(5px);
  color: #371700;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 24px;
  position: relative;
}

.map-deco.bethleham {
  top: 510px;
  left: -20px;
}

.map-deco.nazareth {
  top: 200px;
  left: -235px;
}

.map-route {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
}

.map-route-wrapper {
  height: 283px;
  position: relative;
  top: 230px;
}

.map-label {
  color: #371700;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Serif Pro, sans-serif;
  font-size: 24px;
  transform: rotate(0)perspective(118px);
}

.map-label.nazareth-text {
  height: 220px;
  position: relative;
  top: 500px;
  left: 135px;
}

.map-label.betheleham-text {
  z-index: 0;
  height: 200px;
  position: relative;
  top: 190px;
  left: 140px;
}

.paragraph-4 {
  display: inline;
}

.hotspot {
  color: #ffffffbf;
  cursor: pointer;
  border: 2px dotted #ffffffb3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 2px;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 59% auto auto 59%;
}

.image-2 {
  opacity: .7;
  width: 10px;
  height: 10px;
}

.question-hint {
  opacity: .5;
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: translate(0, -5px);
}

.heading-2 {
  color: #fff;
  font-family: Source Serif Pro, sans-serif;
}

.sticky-content-wrapper {
  z-index: 2;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.paragraph-6 {
  color: #fff;
  font-family: Source Serif Pro, sans-serif;
  font-size: 16px;
}

.paragraph-3 {
  display: inline;
}

.sticky-sidebar {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 30%;
  max-width: 50%;
}

.div-block {
  z-index: 1;
  padding: 20px;
  position: relative;
}

.paragraph {
  display: inline;
}

.explaination-sticking {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.hotword {
  cursor: pointer;
  border-bottom: 2px dotted #ffffff80;
  display: inline;
}

.explaination-boxes {
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

.semiitransparent-content {
  color: #fff;
  text-align: center;
  background-color: #00000080;
  border-radius: 4px;
  margin: 40px 60px;
  padding: 20px;
  font-family: Source Serif Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}

.image-3 {
  min-width: 100%;
}

.popup-wrapper {
  z-index: 3;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup {
  background-color: #fff;
  border-radius: 4px;
  max-width: 50%;
  max-height: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 20px;
  display: none;
  position: relative;
  overflow: auto;
}

.popup-close-btn {
  text-align: right;
  position: sticky;
  inset: 0% 0% auto auto;
}

.image {
  opacity: .5;
  cursor: pointer;
}

.heading {
  color: #fff;
}

.bold-text-2 {
  color: #000;
  font-family: Source Serif Pro, sans-serif;
  font-weight: 700;
}

.paragraph-5 {
  font-family: Source Serif Pro, sans-serif;
  font-size: 16px;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.mask-base {
  opacity: .5;
  mix-blend-mode: darken;
  background-color: #000;
  width: 1539px;
  height: 1318px;
  position: absolute;
}

.mask-base.light {
  opacity: .7;
  mix-blend-mode: lighten;
  background-color: #fff;
  display: none;
}

.mask-base.final {
  mix-blend-mode: normal;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: none;
}

.image-placeholder {
  width: 1539px;
  height: 1318px;
}

.mask {
  background-color: var(--white);
  filter: blur(12px);
  mix-blend-mode: difference;
  border-radius: 72px;
  width: 18%;
  height: 18%;
  position: absolute;
  top: 55%;
  left: 62%;
}

.mask._1.final {
  border: 2px solid var(--border-color);
  filter: none;
  mix-blend-mode: normal;
  background-color: #fff0;
}

.mask._2 {
  top: 43%;
  left: 60%;
}

.mask._3 {
  width: 23%;
  height: 27%;
  top: 62%;
  left: 43%;
}

.mask._4 {
  width: 28%;
  height: 23%;
  top: 37%;
  left: 25%;
}

.mask._5 {
  width: 12%;
  height: 22%;
  top: 26%;
  left: 25%;
}

.mask._6 {
  width: 15%;
  height: 21%;
  top: 50%;
  left: 37%;
}

.pop-up {
  z-index: 3;
  background-color: var(--bg-color);
  place-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.large-image {
  background-image: url('../images/cross.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.large-image-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: scroll;
}

.zoom-control-bar {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.zoom-btn {
  display: none;
}

.zoom-btn.w--redirected-checked {
  mix-blend-mode: difference;
  background-color: #fff;
  border-style: none;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
}

.radio-button-2 {
  display: none;
}

.radio-button-2.w--redirected-checked {
  border-style: none;
  display: block;
}

.form {
  background-color: var(--border-color);
  border-radius: 200px;
  display: flex;
}

.zoom-btn-label {
  margin: 8px 16px;
}

.form-block {
  display: flex;
}

.logo-text {
  position: absolute;
  inset: auto 0% 24px;
}

.logo-text.light {
  display: none;
}

.logo-graph._1 {
  display: block;
}

.logo-graph._2, .logo-graph._3 {
  display: none;
}

.indicator-frame {
  background-image: linear-gradient(180deg, var(--fg-color), #fff0);
  opacity: .3;
  border-radius: 8px;
  width: 48px;
  height: 72px;
  position: absolute;
  overflow: hidden;
}

.indicator-block {
  background-color: var(--fg-color);
  opacity: .15;
  border-radius: 2px;
  width: 32px;
  height: 16px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.indicator-block._2 {
  height: 24px;
  inset: auto auto 0% 0%;
}

.indicator-block._3 {
  background-color: var(--fg-color);
  opacity: .35;
  filter: blur(2px);
  transform-style: preserve-3d;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  inset: 24% 0% 0% 24%;
  transform: translate3d(0, 0, -43px);
}

.indicator-wrapper {
  perspective: 257px;
  transform-style: preserve-3d;
  width: 48px;
  height: 72px;
  position: relative;
  transform: rotateX(24deg)rotateY(24deg)rotateZ(0);
}

.indicator-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
}

.indicator-text._2 {
  opacity: .2;
  color: var(--fg-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.indicator-text._1 {
  opacity: .2;
  color: var(--fg-color);
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
}

@media screen and (min-width: 1440px) {
  .verse {
    font-size: 1vw;
    line-height: 1.5vw;
  }

  .type-block-wrapper-static, .type-block-wrapper-placeholder {
    display: block;
  }

  .spacer {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .verse {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .verse.hide-luke.easter {
    font-size: 24px;
    line-height: 28px;
  }

  .verse-wrapper {
    padding: 1em 2em 2em 3em;
  }

  .section-1a {
    padding-top: 35vh;
  }

  .narration-sheet {
    max-width: 600px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .narration-sheet.with-image {
    flex-direction: column-reverse;
  }

  .narriation {
    margin-left: 40px;
    margin-right: 40px;
  }

  .narration-sheet-half-left {
    max-width: 600px;
    padding: 40px 20px;
  }

  .narriation-half {
    margin-left: 20px;
    margin-right: 20px;
  }

  .fixed-background-section-1 {
    background-size: auto 100vh;
  }

  .image-4 {
    transition-duration: .2s;
  }

  .narration-sheet-half-right {
    max-width: 600px;
    padding: 40px 20px;
  }

  .section-4a {
    padding-top: 35vh;
  }

  .fixed-background-section-4 {
    background-size: auto 100vh;
  }

  .narriation-fixed {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container.language {
    flex-direction: row;
  }

  .narriation-text-with-image {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-right-1 {
    width: auto;
    height: 300px;
  }

  .head-text {
    margin-bottom: 20vh;
  }

  .section-1a--easter.first {
    margin-top: -1950px;
  }

  .image-right-2 {
    width: auto;
    height: 300px;
  }

  .head-text-easter {
    margin-bottom: 20vh;
  }

  .semiitransparent-content {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .verse {
    font-size: 3vw;
    line-height: 4vw;
  }

  .verse-wrapper {
    padding-left: 2em;
    padding-right: 2em;
    line-height: 20px;
  }

  .section-1a {
    padding-top: 30vh;
  }

  .commentary-section {
    height: 60vh;
  }

  .type-block-wrapper-static {
    text-align: center;
  }

  .narration-sheet {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .narration-sheet.easter-4 {
    margin-bottom: 500px;
  }

  .type-block-wrapper-placeholder {
    text-align: center;
  }

  .narriation {
    margin-left: 20px;
    margin-right: 20px;
  }

  .narration-sheet-half-left {
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .narration-sheet-half-left.easter-4 {
    margin-bottom: 500px;
  }

  .narriation-half {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .type-block-wrapper-static-2 {
    text-align: center;
  }

  .narration-sheet-half-right {
    max-width: 500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .narration-sheet-half-right.easter-4 {
    margin-bottom: 500px;
  }

  .section-4a {
    padding-top: 30vh;
  }

  .section-4b {
    text-align: center;
  }

  .narriation-fixed {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .narriation-fixed.large {
    min-height: 40vh;
    font-size: 32px;
    line-height: 36px;
  }

  .fixed-background-section-1-easter {
    min-width: 1500px;
  }

  .gap-c {
    height: 500px;
  }

  .narriation-text-with-image {
    margin-left: 20px;
    margin-right: 20px;
  }

  .easter-heading {
    padding-left: 40px;
    padding-right: 40px;
  }

  .head-text {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .section-1a--easter.first {
    margin-top: -1850px;
  }

  .small-hint {
    padding-left: 40px;
    padding-right: 40px;
  }

  .head-text-easter {
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .type-block-static-easter.cta {
    padding-left: 30px;
    padding-right: 30px;
  }

  .semiitransparent-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .popup {
    max-width: 75%;
  }
}

@media screen and (max-width: 479px) {
  .verse {
    font-size: 4vw;
    line-height: 5.2vw;
  }

  .verse.hide-luke.easter {
    font-size: 20px;
    line-height: 24px;
  }

  .verse-wrapper {
    padding: 1em;
  }

  .section-1a {
    padding-top: 25vh;
  }

  .commentary-section {
    height: 68vh;
  }

  .narration-sheet {
    max-width: 350px;
    padding: 40px 10px;
  }

  .narration-sheet.with-image {
    padding-bottom: 40px;
  }

  .type-block-wrapper-placeholder.zs {
    margin-left: 0;
    margin-right: 0;
  }

  .narriation {
    margin: 20px 10px;
    font-size: 20px;
  }

  .heading-3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

  .narration-sheet-half-left {
    max-width: 400px;
    margin-right: 40px;
    padding: 10px;
  }

  .narriation-half {
    margin: 20px 10px;
  }

  .type-block-wrapper-static-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .type-block-static-2 {
    font-size: 36px;
    line-height: 36px;
  }

  .type-block-static-2.zs {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
  }

  .narration-sheet-half-right {
    max-width: 400px;
    margin-left: 40px;
    margin-right: auto;
    padding: 10px;
  }

  .gap-b {
    height: 500px;
  }

  .section-4a {
    padding-top: 25vh;
  }

  .cta {
    margin-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .cta.small {
    max-width: 250px;
    margin-top: 0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
    line-height: 14px;
  }

  .cta.small.zs {
    font-size: 14px;
  }

  .button {
    margin-top: 32px;
    margin-bottom: 8px;
  }

  .button.small {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 30px;
    margin-bottom: 0;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    display: flex;
  }

  .narriation-fixed {
    margin: 20px 10px;
  }

  .narriation-fixed.large {
    min-height: 35vh;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
  }

  .narriation-fixed.large.zs {
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
  }

  .floating {
    z-index: 3;
    width: 100vw;
    margin-top: 0;
    padding: 8px;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .floating.yv-cta {
    max-width: none;
  }

  .footnote {
    color: #fff;
    font-family: Source Serif Pro, sans-serif;
  }

  .gap-c {
    height: 500px;
  }

  .narriation-text-with-image {
    margin: 20px 10px;
    padding: 20px 30px;
    font-size: 20px;
  }

  .easter-heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    line-height: 40px;
  }

  .easter-heading.cta {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
  }

  .section-1a--easter {
    padding-top: 25vh;
  }

  .gap-a, .gap-a2, .image-right-2 {
    height: 500px;
  }

  .small-hint {
    padding-left: 20px;
    padding-right: 20px;
  }

  .type-block-static-easter {
    font-size: 36px;
    line-height: 36px;
  }

  .type-block-static-easter.cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    margin-top: 40px;
  }

  .verse-wrapper-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .verse-2 {
    font-size: 16px;
    line-height: 28px;
  }

  ._3d-map {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .sticky-content-wrapper {
    width: 100vw;
    height: auto;
    min-height: 25vh;
    max-height: 45vh;
    position: static;
  }

  .sticky-sidebar {
    z-index: 2;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    align-self: center;
    min-width: auto;
    max-width: none;
    position: sticky;
    top: 0;
  }

  .div-block {
    position: static;
    inset: 50vh 0% auto;
  }

  .explaination-sticking {
    flex-direction: column;
  }

  .semiitransparent-content {
    margin: 20px 10px;
  }

  .popup-wrapper {
    display: none;
  }

  .popup {
    max-width: 80%;
    max-height: 75%;
    display: none;
  }

  .flex-block {
    flex-flow: column;
  }

  .zoom-btn-label {
    font-size: 12px;
  }

  .indicator-text._2 {
    font-size: 12px;
    line-height: 14px;
  }

  .flex-block-2 {
    justify-content: flex-start;
    align-items: center;
  }
}


