:root {
  --primary-2: #2a3e7b;
  --black: black;
  --white: white;
}

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

a {
  text-decoration: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-stack {
  z-index: 2;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.margin-bottom-24px-all {
  color: #000;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.gallery-scroll {
  background-color: #ebf7ff;
  padding: 80px 30px;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #000;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  display: flex;
  position: relative;
}

.gallery-image {
  border-radius: 500px;
  width: 160px;
  height: 160px;
}

.gallery-image-text {
  color: var(--primary-2);
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.hero-video {
  border-radius: 16px;
  width: 600px;
  margin-top: 50px;
  overflow: hidden;
}

.gallery-heading {
  color: #000;
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
}

.deco {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.deco-image {
  width: 400px;
  position: absolute;
}

.deco-image._1 {
  height: 350px;
  inset: 0% auto auto 0%;
  transform: rotate(-18deg);
}

.deco-image._2 {
  height: 200px;
  top: 1%;
  left: 8%;
}

.deco-image._3 {
  width: 200px;
  inset: auto 0% 0% auto;
}

.deco-image._4 {
  inset: auto 0% -11% auto;
}

.deco-image._5 {
  top: 500px;
  left: -200px;
}

.deco-image._6 {
  width: 180px;
  inset: auto 1% 0% auto;
}

.deco-image._7 {
  width: 200px;
  top: auto;
  left: auto;
}

.deco-image._8 {
  width: 200px;
  top: 700px;
}

.heading {
  color: var(--primary-2);
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  line-height: 80px;
}

.image {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-large {
  width: 350px;
}

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

.dl-btn {
  color: #fff;
  background-color: #000;
  border-radius: 32px;
  padding: 16px 24px;
  font-size: 16px;
}

.flex-block {
  align-items: center;
}

.brand-image {
  height: 80px;
}

.brand-image._2 {
  height: 60px;
}

.deco-footer {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.styles {
  display: inline;
}

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

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

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

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

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

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

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

.title-info-stack {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  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;
}

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

.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%;
}

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

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

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

.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-placeholder {
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: anywhere;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.reflection-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  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;
}

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

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

.verse-index-title {
  color: #2f2f2f;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
}

.body-text {
  color: #2f2f2f;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

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

.hint-text {
  font-style: italic;
  font-weight: 700;
}

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

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

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

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

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

.tab-title-text {
  color: #ffffffe6;
  text-transform: undefined;
  font-family: Montserrat, 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-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;
}

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

.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-stack {
  flex-direction: column;
  padding: 24px 56px;
  display: flex;
}

.footer-text {
  opacity: .9;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

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

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

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

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

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

.link-copy-field {
  border: 1px solid #000;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 2px;
}

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

.transcript-display {
  height: 40vh;
  overflow: scroll;
}

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

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

.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-weight: 700;
  text-decoration: none;
  display: flex;
}

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

.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%;
}

.paragraph, .paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.button {
  background-color: var(--primary-2);
  text-align: center;
  border-radius: 8px;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.weekly-video-card {
  background-color: #f8f8f8;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 180px;
  min-height: 240px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: clip;
}

.weekly-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 100%;
  overflow: scroll;
}

.heading-2 {
  color: #1a1a1a;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.heading-3 {
  color: #000;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.image-2 {
  z-index: 0;
  width: 256px;
  position: absolute;
  top: -120px;
  right: 0;
}

.container {
  width: 100%;
  padding-left: 16px;
  padding-right: 0;
}

.section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.weekly-columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #f3f3f3;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.tab-link-tab-1.w--current {
  background-color: #d8d8d8;
}

.tab-link-tab-2 {
  background-color: #f3f3f3;
  border-radius: 8px 0 0 8px;
}

.tab-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.flex-block-2 {
  flex-flow: wrap;
}

.gallery-image-wrapper-all {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  position: relative;
}

.gallery-image-text-all {
  color: var(--primary-2);
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 42px;
}

.button-stack {
  grid-column-gap: 16px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.title-cta-2 {
  grid-column-gap: 8px;
  background-color: #edf7fe;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 164px;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.title-cta-text-2 {
  color: #2e3d77;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.flex-block-3 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
}

.new-page {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-full-2 {
  background-color: var(--black);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: clip;
}

.video-head-2 {
  grid-row-gap: 24px;
  background-color: #00000080;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/bg.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 48px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title-info-stack-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.title-tag-container-2 {
  grid-column-gap: 10px;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.title-tag-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.title-container-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.title-a-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.title-b-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.title-cta-3 {
  grid-column-gap: 8px;
  background-color: #2e3d77;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.title-cta-text-3 {
  color: #edf7fe;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 48px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 31px;
  left: 30px;
}

.container-full-3 {
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper-5 {
  z-index: 0;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: -50px;
  right: 50px;
}

.content-sections-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.content-stack-2 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-title-container-2 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.content-title-2 {
  color: #2e3d77;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-79 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-15 {
  object-fit: cover;
  border-radius: 10000px;
}

.content-title-3 {
  color: #000;
  text-align: center;
  text-transform: undefined;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.content-body-container-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 414px;
  text-decoration: none;
  display: flex;
}

.reflection-content {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.reflection-text {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.content-title-container-3 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 23.4616px;
  height: 31.5001px;
  text-decoration: none;
  display: flex;
}

.content-body-container-3 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  justify-content: center;
  align-items: center;
  width: 167.015px;
  text-decoration: none;
  display: flex;
}

.title-cta-4 {
  grid-column-gap: 8px;
  background-color: #edf7fe;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 13.5px;
  text-decoration: none;
  display: flex;
}

.title-cta-5 {
  grid-column-gap: 8px;
  background-color: #edf7fe;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 17px;
  text-decoration: none;
  display: flex;
}

.image-mid {
  width: 200px;
}

.image-16 {
  width: 100%;
  position: absolute;
}

.video-flex-container {
  width: 1080px;
  display: none;
}

.spacer {
  height: 20vh;
}

.flex-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
}

.text-block {
  display: none;
}

.column-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

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

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

.image-17 {
  max-width: 80%;
}

@media screen and (max-width: 991px) {
  .hero-container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .deco-image._3, .deco-image._4 {
    display: none;
  }

  .button {
    margin-top: 36px;
  }

  .image-2 {
    bottom: 20px;
    right: -36px;
  }

  .image-16 {
    width: auto;
    max-width: none;
    height: 40vh;
  }

  .column-2 {
    position: relative;
    top: 0;
  }

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

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack, .gallery-scroll {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-video {
    width: 360px;
  }

  .deco-image._1 {
    width: 300px;
    height: 250px;
  }

  .image-large {
    width: 240px;
  }

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

  .title-placeholder, .title-a, .title-b {
    font-size: 7vw;
  }

  .weekly-video-card {
    min-width: 150px;
  }

  .image-2 {
    width: 300px;
    bottom: 56px;
  }

  .container {
    max-width: 100vw;
  }

  .flex-block-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-two {
    flex-direction: column;
  }

  .margin-bottom-24px-all {
    text-align: center;
    overflow: clip;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-image-wrapper {
    flex-direction: column;
  }

  .gallery-image {
    width: 120px;
    height: 120px;
  }

  .hero-video {
    width: 300px;
  }

  .deco {
    overflow: hidden;
  }

  .deco-image._1 {
    height: 200px;
    left: -34%;
  }

  .deco-image._2 {
    left: 4%;
  }

  .deco-image._3 {
    width: 150px;
  }

  .deco-image._4 {
    width: 280px;
  }

  .heading {
    font-size: 56px;
  }

  .image-large {
    width: 180px;
  }

  .deco-footer {
    display: none;
    overflow: hidden;
  }

  .styles {
    display: none;
  }

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

  .title-cta {
    width: 100%;
  }

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

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

  .video-head {
    padding-left: 24px;
    padding-right: 24px;
  }

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

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

  .title-container {
    width: 80vw;
  }

  .video-container {
    height: 30svh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .download-popup, .share-popup {
    width: 80vw;
  }

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

  .weekly-video-card {
    min-width: 180px;
  }

  .image-2 {
    top: -96px;
  }

  .gallery-image-wrapper-all {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .gallery-image-text-all {
    text-align: center;
  }

  .button-stack {
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .title-cta-3 {
    cursor: pointer;
  }

  .container-full-3 {
    overflow: clip;
  }

  .vectors-wrapper-5 {
    bottom: -50px;
    right: -50px;
  }

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

  .text-block {
    color: var(--primary-2);
    text-align: center;
    background-image: linear-gradient(#fff0, #fff 53%);
    margin-top: -56px;
    padding-top: 36px;
    padding-bottom: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: block;
    position: relative;
  }

  .text-field {
    border-radius: 4px;
  }
}

#virtual-booths.w-node-_90dbfe21-c07f-f4de-7305-8ba835af6ad8-8c901f2d, #w-node-b170c0b5-23b6-324c-46cd-8de581430117-8c901f2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b170c0b5-23b6-324c-46cd-8de581430127-8c901f2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#s1.w-node-b170c0b5-23b6-324c-46cd-8de581430128-8c901f2d, #w-node-b170c0b5-23b6-324c-46cd-8de581430129-8c901f2d, #s2.w-node-b170c0b5-23b6-324c-46cd-8de58143012c-8c901f2d, #w-node-b170c0b5-23b6-324c-46cd-8de58143012d-8c901f2d, #s3.w-node-b170c0b5-23b6-324c-46cd-8de581430130-8c901f2d, #w-node-b170c0b5-23b6-324c-46cd-8de581430131-8c901f2d, #s7.w-node-ce8fae88-fc06-d13f-72bb-f9c5b93b1026-8c901f2d, #w-node-ce8fae88-fc06-d13f-72bb-f9c5b93b1027-8c901f2d, #s4.w-node-b170c0b5-23b6-324c-46cd-8de581430134-8c901f2d, #w-node-b170c0b5-23b6-324c-46cd-8de581430135-8c901f2d, #s5.w-node-b170c0b5-23b6-324c-46cd-8de581430138-8c901f2d, #w-node-b170c0b5-23b6-324c-46cd-8de581430139-8c901f2d, #s6.w-node-_0ac5f3f8-549a-d845-d093-3ffaaedfb254-8c901f2d, #w-node-_0ac5f3f8-549a-d845-d093-3ffaaedfb255-8c901f2d, #w-node-_2cfa9ebd-1d9a-dba1-6758-9d9f96daba1a-96daba19 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b170c0b5-23b6-324c-46cd-8de581430117-8c901f2d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b170c0b5-23b6-324c-46cd-8de581430117-8c901f2d, #w-node-b170c0b5-23b6-324c-46cd-8de581430127-8c901f2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


