:root {
  --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;
}

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

.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: #e9c07b;
  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: 100px;
  max-width: none;
  height: auto;
  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;
  position: static;
}

.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: center;
  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%;
  height: auto;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.content-stack {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff0;
  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;
  cursor: auto;
  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: 50px;
  max-width: none;
  height: auto;
  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;
  width: 100%;
  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: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4em;
}

.verse-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  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-color: #fff;
  border: 0 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: #48848d;
  justify-content: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: -4svh;
}

.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: 75svh;
  display: flex;
  position: sticky;
  top: -70svh;
}

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

.tab-title-text-optional {
  color: #ffffffe6;
  text-transform: undefined;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  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;
  background-color: #fff0;
  border-radius: 0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 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: center;
  align-items: center;
  width: 100%;
  max-height: 200px;
  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: #fafaf8;
}

.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: #aaa;
  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;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4em;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.lessonbreak.header {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
}

.heading-2 {
  color: #abd3d9;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.light {
  color: #fff;
  font-family: area-extended, sans-serif;
  text-decoration: none;
}

.heading-2.download {
  padding-top: 40px;
}

.heading-2.tutorial {
  margin-top: 40px;
}

.objectives {
  flex-flow: column;
  display: flex;
}

.lessoncontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.lessoncontent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.lessoncopy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image {
  width: 30px;
  max-width: none;
}

.ctacopy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lessonheader {
  cursor: pointer;
}

.code-embed {
  width: auto;
  height: auto;
}

.menucontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  max-width: 1200px;
  display: flex;
}

.lessons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lessonsmenu {
  border: 1px none var(--black);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.lessoncard {
  cursor: pointer;
  background-color: #48848d;
  border: 2px #00deff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 200px;
  padding: 60px 20px 20px;
  display: flex;
}

.text-block {
  color: #c4c4c4;
  text-transform: uppercase;
  font-family: area-variable, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

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

.buttoncontainer {
  position: fixed;
  inset: 7% 10% auto auto;
}

.languagebutton {
  background-color: #abd3d9;
  border: 2px #fff;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.languagebutton:focus {
  border-style: none;
}

.languagebutton.w--current {
  border-style: solid;
  border-color: #8f8079;
}

.languagebutton.french {
  background-color: #000;
  border-style: none;
  border-color: #8f8079;
  border-radius: 0 12px 12px 0;
  padding-left: 10px;
  padding-right: 10px;
}

.languagebutton.french.w--current, .languagebutton.french.live {
  border-style: solid;
}

.downloadbtn {
  background-color: #e9c07b;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 9px;
  font-family: area-normal, sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.div-block-2 {
  width: auto;
  height: 40px;
}

.donwloadcta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e9c07b;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
}

.donwloadcta.next {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  padding: 5px 20px;
}

.donwloadcta.next.limit {
  justify-content: center;
  align-items: flex-end;
  width: 135px;
}

.link-block-2 {
  margin-top: 8px;
  text-decoration: none;
}

.text-block-2 {
  color: #fff;
  padding-top: 3px;
  font-family: area-normal, sans-serif;
  font-weight: 700;
  line-height: 20px;
}

.image-2 {
  width: 25px;
  max-width: none;
}

.image-2.next {
  width: 25px;
}

.image-2.next.prev {
  transform: rotate(180deg);
}

.text-block-3 {
  color: #fff;
  font-size: 10px;
}

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

.image-3 {
  width: 100px;
  max-width: none;
  transform: translate(0);
}

.headingcontainer {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
}

.image-4 {
  width: 200px;
  max-width: none;
  padding-bottom: 60px;
}

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

.navbuttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .large-icon-wrapper {
    width: 50px;
  }

  .content-title {
    font-size: 24px;
    line-height: 1.4em;
  }

  .h2 {
    font-size: 28px;
  }

  .heading {
    font-size: 22px;
  }

  .lessonbreak.header {
    padding-top: 60px;
  }

  .menucontainer {
    justify-content: center;
    align-items: center;
  }

  .lessons {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .buttoncontainer {
    right: 9%;
  }

  .heading-3 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

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

  .content-title {
    font-size: 20px;
  }

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

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

  .lessonbreak.header {
    padding-top: 40px;
  }

  .lessoncontent {
    padding-left: 0;
    padding-right: 0;
  }

  .menucontainer {
    width: 100%;
  }

  .lessons {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .lessoncard {
    width: auto;
  }

  .link-block {
    width: 80%;
  }
}

@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;
    font-size: 18px;
    line-height: 1.4em;
  }

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

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

  .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-section {
    max-height: none;
  }

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

  .h2 {
    font-size: 24px;
  }

  .heading {
    font-size: 18px;
  }

  .lessoncopy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .menucontainer {
    width: 100%;
  }

  .lessons {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .lessoncard {
    width: 100%;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .buttoncontainer {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 10%;
    right: 5%;
  }

  .languagebutton {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 10px;
  }

  .languagebutton.french {
    background-color: #020202;
    border-radius: 0 12px 12px 0;
  }

  .heading-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}


