:root {
  --white: white;
  --black: black;
}

a {
  color: #2f2f2f;
  text-decoration: underline;
}

.content-large-section {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafaf8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
}

.video-head {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 48px 56px;
  display: flex;
  position: relative;
}

.title-info-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.title-tag-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: baseline;
  padding: 4px 8px;
  display: flex;
}

.title-tag {
  color: #000;
  font-family: area-normal, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.title-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.title-a {
  color: #fff;
  text-transform: uppercase;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: anywhere;
  font-family: area-extended, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  display: block;
}

.title-a.glitch {
  white-space: nowrap;
}

.title-a.glitch-top {
  position: absolute;
}

.title-a.animated {
  display: inline;
}

.title-b {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  font-family: area-extended, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
  display: block;
}

.title-b.animated {
  display: inline;
}

.title-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  background-color: #070707;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin: 2px;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.check-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  cursor: pointer;
  object-fit: cover;
  border: 2px solid #000;
  border-radius: 2px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  font-size: 32px;
  display: flex;
}

.title-cta-text {
  color: #fff;
  text-transform: uppercase;
  font-family: area-normal, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.container-full {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.tab-bar {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px 56px;
  display: flex;
  position: relative;
}

.tab-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-title-text {
  color: #ffffffe6;
  text-transform: undefined;
  font-family: area-normal, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.content-sections {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.content-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 12px;
  display: flex;
}

.content-title-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.large-icon-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.content-title {
  color: #2f2f2f;
  text-transform: undefined;
  flex: 0 auto;
  width: 400px;
  font-family: area-extended, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
}

.content-body-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.reflection-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.body-text {
  color: #2f2f2f;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.scripture-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.verse-index-title {
  color: #2f2f2f;
  font-family: area-normal, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
}

.verse-index {
  color: #2f2f2f80;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.verse-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.video-background {
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-background-overlay {
  opacity: .3;
  background-image: url('../images/stat.gif');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-video-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.tab-bar-wrapper {
  z-index: 2;
  background-color: #070707;
  justify-content: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 15svh;
}

.head-section {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 80svh;
  display: flex;
  position: sticky;
  top: -65svh;
}

.background-video {
  width: 100%;
  height: 100%;
}

.tab-title-text-optional {
  color: #ffffffe6;
  text-transform: undefined;
  font-family: area-normal, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.icon-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.content-overlay {
  z-index: 5;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

.styles {
  display: inline;
}

.glitch-text-wrapper {
  position: relative;
}

.title-placeholder {
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: anywhere;
  font-family: area-extended, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  display: inline;
}

.title-placeholder.glitch {
  white-space: nowrap;
}

.title-placeholder.glitch-top {
  position: absolute;
}

.title-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.title-cta-wrapper {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.focus-ring {
  background-color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  position: absolute;
}

.video-container {
  z-index: 2;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 80svh;
  display: none;
  position: sticky;
  top: 0;
}

.video {
  background-color: #000;
  flex: 1;
  height: 100%;
}

.popup-container {
  z-index: 5;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 36px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.download-popup {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  width: 50vw;
  padding: 32px;
  display: none;
  position: relative;
}

.scripture-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.verse-index-container {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  position: relative;
}

.indicator-arrow-svg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 8px;
  display: flex;
}

.verses-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.verse-indicator {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 2px;
  margin-left: 4px;
  display: flex;
}

.verse-stack {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #070707;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-text {
  opacity: .9;
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.footer-stack {
  flex-direction: column;
  padding: 24px 56px;
  display: flex;
}

.body {
  background-color: #070707;
}

.grid-section-full {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.menu-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #070707;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
}

.home-title {
  color: #fff;
  text-transform: undefined;
  flex: 1;
  min-width: 250px;
  font-family: area-extended, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  text-decoration: none;
}

.thumbnail-wrapper {
  cursor: pointer;
  flex: 1;
  align-items: flex-end;
  max-width: 270px;
  height: 400px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.thumbnail-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.thumbnail-image.hidden {
  display: none;
}

.thumbnail-overlay {
  background-color: #00000026;
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-length-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff59;
  flex: 0 auto;
  justify-content: center;
  align-items: baseline;
  padding: 4px 8px;
  display: flex;
  position: absolute;
  inset: 8px 8px auto auto;
}

.grid-title-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  padding: 12px 56px;
  display: flex;
}

.home-subtitle {
  color: #fff;
  text-transform: undefined;
  font-family: area-normal, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 32px;
}

.thumbnail-title-a {
  color: #fff;
  text-transform: uppercase;
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: anywhere;
  font-family: area-extended, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
  display: block;
}

.thumbnail-title-a.glitch {
  white-space: nowrap;
}

.thumbnail-title-a.glitch-top {
  position: absolute;
}

.thumbnail-title-b {
  opacity: 1;
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  font-family: area-extended, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

.thumbnail-title-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.home-button {
  z-index: 3;
  margin: 32px 56px;
  position: absolute;
  top: 0;
}

.thumbnail-disable-overlay {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
}

.divider-h {
  background-color: #ffffff80;
  width: 100%;
  height: 2px;
}

.text-link {
  text-decoration: underline;
}

.html-embed {
  z-index: -1;
  height: 500px;
  margin-top: -200px;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-body-text {
  color: #fff;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.utility-page-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.submit-button {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  font-family: area-normal, sans-serif;
  font-weight: 700;
}

.text-field {
  color: #000;
  font-family: area-normal, sans-serif;
}

.anchor {
  width: 0;
  height: 0;
  position: absolute;
  top: -25svh;
}

.primary-btn {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  flex-direction: row;
  align-self: flex-start;
  align-items: center;
  padding: 8px 16px;
  font-family: area-normal, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.back-button {
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  margin: 32px 56px;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.tab-link-block {
  text-decoration: none;
}

.passage {
  width: 100%;
  font-family: area-normal, sans-serif;
}

.thumbnail-background-image {
  max-width: none;
  height: 100%;
  position: absolute;
}

.div-block {
  display: flex;
}

.secondary-btn {
  color: #2f2f2f;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 8px;
  font-family: area-normal, sans-serif;
  font-weight: 900;
}

.secondary-btn:hover, .secondary-btn:active {
  color: #fff;
  background-color: #000;
}

.scripture-overflow-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.hint-text-wrapper {
  display: none;
  position: absolute;
  inset: -18px auto auto -12px;
}

.hint-text {
  font-family: area-normal, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.thumbnail-glitch-image {
  mix-blend-mode: hard-light;
  background-image: url('../images/stat.gif');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.thumbnail-glitch-image.hidden {
  display: none;
}

.thumbnail-motion-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.thumbnail-motion-image.hidden {
  display: none;
}

.thumbnail-background-glitch {
  opacity: .75;
  mix-blend-mode: hard-light;
  background-image: url('../images/stat.gif');
  background-position: 0 0;
  background-size: auto;
  max-width: none;
  height: 100%;
  position: absolute;
}

.title-video-glitch-overlay {
  opacity: .2;
  width: 100%;
  height: 100%;
  position: absolute;
}

.share-popup {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #fff;
  border-radius: 2px;
  flex-direction: column;
  width: 50vw;
  padding: 32px;
  display: none;
  position: relative;
}

.link-copy {
  margin-bottom: -18px;
}

.link-copy-field {
  border: 1px solid #000;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 2px;
  font-family: area-normal, sans-serif;
}

.link-copy-field:focus {
  border-width: 2px;
  border-color: #181818;
}

.transcript-display {
  height: 40vh;
  font-family: area-normal, sans-serif;
  overflow: scroll;
}

.popup-background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.close-btn {
  z-index: 3;
  cursor: pointer;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0% -36px auto auto;
}

.popup-icon-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.popup-title {
  color: #2f2f2f;
  text-transform: undefined;
  flex: 0 auto;
  font-family: area-extended, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
}

.popup-title-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tooltip-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -24px;
  display: none;
  position: absolute;
  bottom: auto;
  right: auto;
}

.head-section-small {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: -65svh;
}

.home-button-static {
  z-index: 3;
  margin: 32px 56px;
}

@media screen and (max-width: 767px) {
  .title-a, .title-b, .title-placeholder {
    font-size: 7vw;
  }

  .title-text-wrapper, .thumbnail-title-text-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }
}

@media screen and (max-width: 479px) {
  .video-head {
    padding-left: 24px;
    padding-right: 24px;
  }

  .title-tag-container {
    justify-content: center;
  }

  .title-container {
    width: 80vw;
  }

  .title-a {
    font-size: 8vw;
    line-height: 8.5vw;
  }

  .title-b {
    -webkit-text-stroke-width: 1px;
    font-size: 8vw;
    line-height: 8.5vw;
  }

  .title-cta {
    width: 100%;
  }

  .title-cta:active {
    background-color: #1d1d1d;
  }

  .vectors-wrapper-2 {
    top: 24px;
    left: 24px;
  }

  .tab-bar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-group {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .content-sections {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-title {
    width: 200px;
    line-height: 32px;
  }

  .body-text {
    line-height: 24px;
  }

  .tab-title-text-optional, .styles {
    display: none;
  }

  .glitch-text-wrapper {
    position: relative;
  }

  .title-placeholder {
    opacity: 0;
    font-size: 8vw;
    line-height: 8.5vw;
  }

  .title-cta-wrapper {
    width: 100%;
  }

  .video-container {
    height: 30svh;
  }

  .download-popup {
    width: 80vw;
  }

  .scripture-container {
    margin-top: -25svh;
    padding-top: 25svh;
  }

  .footer-text {
    line-height: 24px;
  }

  .footer-stack {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-section-full {
    grid-column-gap: 4px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .home-title {
    line-height: 32px;
  }

  .thumbnail-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 33.3%;
    height: 210px;
  }

  .video-length-container {
    justify-content: center;
  }

  .grid-title-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-subtitle {
    line-height: 32px;
  }

  .thumbnail-title-a {
    font-size: 18px;
    line-height: 24px;
  }

  .thumbnail-title-b {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }

  .home-button {
    margin: 32px 24px;
  }

  .divider-h {
    display: none;
  }

  .html-embed {
    flex-direction: column;
    align-items: center;
    margin-top: -50px;
    display: flex;
  }

  .utility-page-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-body-text {
    line-height: 24px;
  }

  .back-button {
    margin: 32px 24px;
  }

  .scripture-overflow-container {
    margin-top: -25svh;
    padding-top: 25svh;
  }

  .share-popup {
    width: 80vw;
  }

  .popup-title {
    width: 200px;
    line-height: 32px;
  }

  .home-button-static {
    margin: 32px 24px;
  }
}


