.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

@media (prefers-reduced-motion) {
  * {
    animation: none !important;
  }
}

.lp {
  overflow: hidden;
  padding: 0 1.875rem 7.5rem;
}

.lp-top {
  background: white url(https://assets.persecution.com/public/graphics/lp_specific/lp_202601_LP1_bibles/bg_texture.webp) center repeat;
  margin: 0 -1.875rem;
  padding: 3.75rem 1.875rem 0;
}
@media (min-width: 72em) {
  .lp-top {
    margin: 0 -5rem;
    padding: 5rem 5rem 0;
  }
}

.lp-top__inner {
  margin: 0 auto;
  max-width: 80rem;
}

.lp-top__title {
  opacity: 0;
  transform: translateY(1rem);
  transition: all 0.5s ease 0.7s;
}
.lp-top__title.start-animation {
  transform: none;
  opacity: 1;
}
.lp-top__title h1 {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202601_LP1_bibles/title_abibleforeverybeliever_mobile.webp) center no-repeat;
  background-size: contain;
  text-indent: -999rem;
  height: 7.5rem;
  margin: 0 0 -1.875rem;
}
@media (min-width: 48em) {
  .lp-top__title h1 {
    background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202601_LP1_bibles/title_abibleforeverybeliever.webp);
    height: 5rem;
    margin: 0 0 -3.75rem;
  }
}
@media (min-width: 72em) {
  .lp-top__title h1 {
    height: 7.25rem;
  }
}
@media (min-width: 84em) {
  .lp-top__title h1 {
    height: 7.625rem;
    margin-bottom: -5rem;
  }
}

.lp-top__intro {
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.5s ease 1s;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 -1.875rem;
  max-width: none;
  padding: 3.25rem 1.875rem 7.5rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202601_LP1_bibles/wave_mask_intro.svg) center top no-repeat;
  background-size: auto 100%;
}
@media (min-width: 36em) {
  .lp-top__intro {
    background-size: 100% auto;
  }
}
@media (min-width: 48em) {
  .lp-top__intro {
    padding: 5rem 3.75rem 8.75rem;
  }
}
@media (min-width: 84em) {
  .lp-top__intro {
    max-width: 80rem;
    background-size: 80% auto;
    background-position: left top;
    margin: 0 auto;
    padding: 6.25rem 15rem 8.75rem 2.5rem;
  }
}
.lp-top__intro.start-animation {
  transform: none;
  opacity: 1;
}
.lp-top__intro p,
.lp-top__intro .lp-top__cta {
  max-width: 22.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .lp-top__intro p,
  .lp-top__intro .lp-top__cta {
    max-width: 30rem;
  }
}
@media (min-width: 60em) {
  .lp-top__intro p,
  .lp-top__intro .lp-top__cta {
    max-width: 35rem;
  }
}
@media (min-width: 84em) {
  .lp-top__intro p,
  .lp-top__intro .lp-top__cta {
    max-width: 41.25rem;
  }
}
@media (min-width: 48em) {
  .lp-top__intro p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 60em) {
  .lp-top__intro p {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.35;
  }
}

.lp-top__photo {
  margin: -10rem -3.75rem 0;
  position: relative;
  z-index: 1;
  line-height: 0;
  pointer-events: none;
}
@media (min-width: 36em) {
  .lp-top__photo {
    margin-top: -12.5rem;
  }
}
@media (min-width: 48em) {
  .lp-top__photo {
    margin-top: -15rem;
  }
}
@media (min-width: 60em) {
  .lp-top__photo {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 66em) {
  .lp-top__photo {
    margin-top: -18.75rem;
  }
}
@media (min-width: 78em) {
  .lp-top__photo {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
@media (min-width: 84em) {
  .lp-top__photo {
    max-width: 80rem;
    margin: -20rem auto 0;
  }
}
.lp-top__photo img {
  display: block;
  height: auto;
  width: 100%;
  -webkit-mask-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202601_LP1_bibles/wave_mask.svg);
          mask-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202601_LP1_bibles/wave_mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: top center;
          mask-position: top center;
  mask-mode: alpha;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 1.45;
}
@media (min-width: 84em) {
  .lp-top__photo img {
    border-radius: 2.5rem;
    height: 60rem;
  }
}

.lp-top__cta {
  text-align: center;
  position: relative;
  transition: all 0.3s ease 1.2s;
  transform: translateY(0.5rem);
  opacity: 0;
}
.start-animation .lp-top__cta {
  transform: none;
  opacity: 1;
}

.lp-scroll-button {
  background: #005872;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}
@media (min-width: 54em) {
  .lp-scroll-button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-scroll-button:hover {
  background: #00313f;
}

.lp-main {
  background-color: #477368;
  color: white;
  margin: 0 -1.875rem;
}
@media (min-width: 84em) {
  .lp-main {
    margin-top: -20rem;
    padding-top: 20rem;
  }
}

.lp-main__inner {
  margin: 0 auto;
  max-width: 60rem;
  display: grid;
  grid-gap: 2.5rem;
  padding: 3.75rem 1.875rem;
}
@media (min-width: 48em) {
  .lp-main__inner {
    grid-gap: 3.75rem;
    padding: 6.25rem 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-main__inner {
    grid-template-columns: 1fr 25rem;
    gap: 5rem;
    max-width: 74rem;
  }
}

.lp-main__main {
  margin: 0 auto;
  max-width: 40rem;
}
.lp-main__main h2 {
  margin: 0 0 1.25rem;
  text-align: center;
}
.lp-main__main h2 strong {
  display: block;
  padding-top: 5.1rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202601_LP1_bibles/title_helpputbibles.webp) center no-repeat;
  background-size: contain;
  text-indent: -999rem;
  height: 0;
  margin-bottom: 0.25rem;
}
@media (min-width: 60em) {
  .lp-main__main h2 strong {
    padding-top: 6.25rem;
  }
}
.lp-main__main h2 span {
  color: rgba(0, 0, 0, 0.85);
  display: block;
  letter-spacing: -0.005em;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.125;
}
@media (min-width: 48em) {
  .lp-main__main h2 span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 60em) {
  .lp-main__main h2 span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.lp-main__main .lp-main__main-content {
  margin-bottom: 1.125rem;
}
@media (min-width: 60em) {
  .lp-main__main .lp-main__main-content {
    margin: 0 -5rem 1rem;
  }
}
@media (min-width: 72em) {
  .lp-main__main .lp-main__main-content {
    margin: 0;
  }
}
.lp-main__main p {
  font-size: 18px;
  font-size: 1.125rem;
}
.lp-main__main p:last-child {
  padding-bottom: 0;
}

.lp-main__cta {
  margin-top: 0.625rem;
  text-align: center;
}

.lp-main__photos {
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp-main__photos {
    display: grid;
    grid-template-columns: 1.2fr 0.75fr 1.1fr;
    max-width: 100%;
    align-items: center;
  }
}
@media (min-width: 72em) {
  .lp-main__photos {
    grid-template-columns: 1fr;
  }
}
.lp-main__photos.start-animation img {
  transform: none;
  opacity: 1;
}
.lp-main__photos img {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
  border: 0.375rem solid white;
  opacity: 0;
  transition: all 0.5s ease 0.25s;
  transform: translateY(1.5rem);
}
@media (min-width: 72em) {
  .lp-main__photos img {
    border-width: 0.5rem;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
  }
}
.lp-main__photos img:nth-child(1) {
  max-width: 93%;
  margin-left: 2%;
  rotate: 0.75deg;
  transition-delay: 0s;
}
@media (min-width: 48em) {
  .lp-main__photos img:nth-child(1) {
    margin: 0;
    transition-delay: 0.5s;
  }
}
.lp-main__photos img:nth-child(2) {
  display: block;
  max-width: 70%;
  margin: -1.25rem auto;
  rotate: -1.5deg;
  transition-delay: 0.5s;
}
@media (min-width: 48em) {
  .lp-main__photos img:nth-child(2) {
    margin: 0 -1.75rem;
    max-width: calc(100% + 3.5rem);
    transition-delay: 0s;
  }
}
@media (min-width: 72em) {
  .lp-main__photos img:nth-child(2) {
    display: none;
  }
}
.lp-main__photos img:nth-child(3) {
  rotate: 1deg;
  max-width: 90%;
  margin-left: 3%;
  transition-delay: 1s;
}
@media (min-width: 48em) {
  .lp-main__photos img:nth-child(3) {
    margin: -2rem 0 0 5%;
    rotate: -1deg;
  }
}

.lp-kids {
  background-color: #834339;
  color: white;
  margin: 0 -1.875rem;
}

.lp-kids__inner {
  max-width: 30rem;
  margin: 0 auto;
  padding: 3.75rem 1.875rem;
  display: grid;
  gap: 3.125rem;
}
@media (min-width: 48em) {
  .lp-kids__inner {
    max-width: 70rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media (min-width: 72em) {
  .lp-kids__inner {
    grid-template-columns: 30rem 1fr;
  }
}

.lp-kids__photo img {
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.6);
  border: 0.375rem solid white;
  opacity: 0;
  transition: all 0.5s ease 0.75s;
  transform: translateY(1rem);
}
@media (min-width: 84em) {
  .lp-kids__photo img {
    border-width: 0.5rem;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
  }
}
.start-animation .lp-kids__photo img {
  transform: rotateZ(1.2deg);
  opacity: 1;
}

.lp-kids__content {
  font-size: 18px;
  font-size: 1.125rem;
}
.lp-kids__content p {
  padding-bottom: 0;
}

.lp-kids__title {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202601_LP1_bibles/title_preparingthenextgeneration_mobile.webp) center top no-repeat;
  background-size: contain;
  text-indent: -999rem;
  height: 6.25rem;
  margin: 0 0 1.25rem;
}
@media (min-width: 72em) {
  .lp-kids__title {
    background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202601_LP1_bibles/title_preparingthenextgeneration.webp);
    background-position: left top;
    height: 4.75rem;
    margin: 0 0 0.625rem;
  }
}

.lp-sub-content {
  background: white url(https://assets.persecution.com/public/graphics/lp_specific/lp_202601_LP1_bibles/bg_texture.webp) center repeat;
  margin: 0 -1.875rem;
  padding: 3.75rem 0 5rem;
}
@media (min-width: 48em) {
  .lp-sub-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.lp-sub-content__inner {
  margin: 0 auto;
  max-width: 30rem;
}
@media (min-width: 48em) {
  .lp-sub-content__inner {
    max-width: 54rem;
    display: grid;
    grid-template-columns: 1fr 20rem;
    gap: 5rem;
    align-items: center;
  }
}

.lp-sub-content__photo {
  padding: 1.875rem;
  margin: 0 auto;
  max-width: 20rem;
}
@media (min-width: 48em) {
  .lp-sub-content__photo {
    max-width: 100%;
    padding: 0;
  }
}
.lp-sub-content__photo img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top center;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
  border: 0.375rem solid white;
  opacity: 0;
  transition: all 0.5s ease 0.75s;
  transform: translateY(1rem);
}
@media (min-width: 84em) {
  .lp-sub-content__photo img {
    border-width: 0.5rem;
  }
}
.start-animation .lp-sub-content__photo img {
  transform: rotateZ(-1.2deg);
  opacity: 1;
}

.lp-sub-content__gifts {
  text-align: center;
  font-style: italic;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  margin: 1.25rem 0 3.125rem;
}
.lp-sub-content__gifts p {
  padding: 0 0 0.25rem;
  font-size: 0.75rem;
  color: #878787;
}
@media (min-width: 30em) {
  .lp-sub-content__gifts p {
    font-size: 0.825rem;
  }
}
@media (min-width: 60em) {
  .lp-sub-content__gifts p {
    font-size: 0.925rem;
  }
}
@media (min-width: 84em) {
  .lp-sub-content__gifts p {
    font-size: 1.125rem;
  }
}

.lp-sub-content__highlight-block {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #5b5e63;
  display: block;
}
@media (min-width: 30em) {
  .lp-sub-content__highlight-block {
    font-size: 0.975rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 60em) {
  .lp-sub-content__highlight-block {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
@media (min-width: 84em) {
  .lp-sub-content__highlight-block {
    font-size: 1.325rem;
    line-height: 2.5rem;
  }
}
.lp-sub-content__highlight-block span {
  font-size: 1.125rem;
  font-weight: bold;
  color: #477368;
}
.lp-sub-content__highlight-block strong {
  font-size: 1.125rem;
  color: #005872;
}
@media (min-width: 30em) {
  .lp-sub-content__highlight-block span,
  .lp-sub-content__highlight-block strong {
    font-size: 1.5rem;
  }
}
@media (min-width: 60em) {
  .lp-sub-content__highlight-block span,
  .lp-sub-content__highlight-block strong {
    font-size: 1.725rem;
  }
}

.lp-sub-content__desc {
  text-align: justify;
  font-size: 0.825rem;
  max-width: 40.5rem;
  margin: 0 auto;
}
@media (min-width: 24em) {
  .lp-sub-content__desc {
    font-size: 0.875rem;
  }
}
@media (min-width: 25.875em) {
  .lp-sub-content__desc {
    font-size: 1rem;
  }
}
@media (min-width: 46em) {
  .lp-sub-content__desc {
    font-size: 1.125rem;
  }
}
@media (min-width: 84em) {
  .lp-sub-content__desc {
    font-size: 1.25rem;
  }
}
.lp-sub-content__desc > p {
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 24em) {
  .lp-sub-content__desc > p {
    max-width: 90%;
  }
}
@media (min-width: 84em) {
  .lp-sub-content__desc > p {
    max-width: 95%;
  }
}
.lp-sub-content__desc > p > strong {
  color: #834339;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.175rem;
}
.lp-sub-content__desc .lp-sub-content__desc-note {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  margin-top: -0.625rem;
  margin-bottom: 1.25rem;
}

.lp-counter-wrap {
  max-width: 60rem;
  margin: -2.375rem auto;
}

.lp-counter {
  display: none;
  background-color: #005872;
  padding: 1.25rem;
  position: relative;
  z-index: 1;
  color: white;
  border-radius: 0.25rem;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.2);
}
@media (min-width: 25.875em) {
  .lp-counter {
    margin-left: auto;
    margin-right: auto;
  }
}
.lp-counter.is-showing {
  display: block;
}

.lp-counter__goal-bar-wrap {
  display: grid;
  grid-gap: 0.625rem;
}
@media (min-width: 23.25em) {
  .lp-counter__goal-bar-wrap {
    grid-template-columns: 1fr auto;
    line-height: 1;
    align-items: center;
  }
}
@media (min-width: 48em) {
  .lp-counter__goal-bar-wrap {
    grid-gap: 1rem;
  }
}

.lp-counter__goal-bars {
  background-color: #001d26;
  border: 0.4rem solid #001d26;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}

.lp-counter__goal-bar {
  height: 0.75rem;
  position: relative;
}

.lp-counter__goal-bar-inner {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 0;
  background-color: #fce8c5;
  transition: all 1.5s ease;
}

.lp-counter__current,
.lp-counter__goal {
  line-height: 1;
  text-align: center;
}
.lp-counter__current strong,
.lp-counter__goal strong {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.lp-counter__current span,
.lp-counter__goal span {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lp-give {
  background-color: #00313f;
  color: white;
  padding: 6.25rem 1.875rem 3.75rem;
  position: relative;
  margin: 0 -1.875rem 3.75rem;
}
@media (min-width: 72em) {
  .lp-give {
    padding-top: 8.75rem;
  }
}

.lp-give__inner {
  max-width: 88.75rem;
  margin: 0 auto;
  position: relative;
}

.lp-give__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 1.875rem;
  text-align: center;
}
@media (min-width: 25.875em) {
  .lp-give__title {
    max-width: 23rem;
    margin: 0 auto 1.875rem;
  }
}
@media (min-width: 46em) {
  .lp-give__title {
    max-width: none;
  }
}
@media (min-width: 48em) {
  .lp-give__title {
    max-width: 32rem;
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 54em) {
  .lp-give__title {
    max-width: none;
  }
}

.give-options {
  list-style: none;
  margin: 0 -0.625rem 2.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7.5rem, auto));
  grid-gap: 0.625rem;
}
@media (min-width: 25.875em) {
  .give-options {
    margin: 0 -1.25rem 2.5rem;
  }
}
@media (min-width: 30em) {
  .give-options {
    max-width: 30rem;
    margin: 0 auto 2.5rem;
  }
}
@media (min-width: 48em) {
  .give-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 6rem 2.5rem;
    max-width: none;
  }
}
@media (min-width: 54em) {
  .give-options {
    flex-wrap: none;
    margin: 0 -1rem 2.5rem;
  }
}
@media (min-width: 60em) {
  .give-options {
    max-width: 60rem;
    margin: 0 auto 3.75rem;
  }
}
@media (min-width: 72em) {
  .give-options {
    margin-bottom: 5rem;
  }
}

@media (min-width: 48em) {
  .give-options__item {
    flex-grow: 1;
    min-width: 8rem;
    width: 30%;
  }
}
@media (min-width: 25.875rem) {
  .give-options__item {
    min-width: 8rem;
    margin: 0 -0.125rem;
  }
}
@media (min-width: 36em) {
  .give-options__item {
    margin: 0.125rem;
  }
}
@media (min-width: 54em) {
  .give-options__item {
    max-width: 8rem;
    margin: 0;
  }
}

.give-options__radio {
  position: absolute;
  left: -999rem;
}
.give-options__radio:checked + .give-options__button {
  color: white;
  background-color: #477368;
}
.give-options__radio:checked + .give-options__button .give-options__num,
.give-options__radio:checked + .give-options__button .give-options__amount {
  color: white;
}
.give-options__radio:checked + .give-options__button .give-options__choose {
  background-color: white;
  color: #477368;
}
.give-options__radio:focus + label {
  outline: 2px solid #fce8c5;
}

.give-options__button {
  border-radius: 0.375rem;
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  color: #5b5e63;
  line-height: 1;
  overflow: hidden;
  padding: 1.25rem;
  text-align: left;
  width: 100%;
}

.give-options__num {
  display: block;
  color: #477368;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 0.3125rem;
  margin-left: -0.125rem;
}

.give-options__label {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.35rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.give-options__amount {
  display: block;
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
.give-options__amount strong {
  font-style: normal;
  font-weight: bold;
}

.give-options__choose {
  background-color: #477368;
  border-radius: 0.375rem;
  color: white;
  display: block;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin: 0 -0.625rem -0.625rem;
  padding: 0.625rem;
  text-align: center;
  text-transform: uppercase;
}

.general-donation {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2.5rem 1.25rem;
  text-align: center;
}
@media (min-width: 48em) {
  .general-donation {
    max-width: 48rem;
    margin: 0 auto;
  }
}
@media (min-width: 48em) {
  .general-donation label {
    top: 0;
  }
}
.general-donation .field {
  padding-bottom: 1.25rem;
}
.general-donation .field strong {
  color: #82d1bf;
}
.general-donation .field-recurring.field-recurring {
  display: block;
  padding: 0.625rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 48em) {
  .general-donation .field-recurring.field-recurring {
    padding-top: 0;
  }
}
.general-donation .field-recurring.field-recurring [type=checkbox] {
  position: relative;
  top: -0.175rem;
  margin-right: 0.5rem;
}
@media (min-width: 48em) {
  .general-donation .field-recurring.field-recurring [type=checkbox] {
    left: 0;
    top: -0.05rem;
    margin-right: 0.625rem;
  }
}
.general-donation .field-recurring.field-recurring label {
  margin: 0;
}
@media (min-width: 48em) {
  .general-donation .field-recurring.field-recurring label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.general-donation p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 auto;
  max-width: 38.65rem;
  text-align: left;
}

.field--donation {
  padding-bottom: 2.5rem;
  position: relative;
  text-align: center;
}
@media (min-width: 60em) {
  .field--donation {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 72em) {
  .field--donation {
    padding-bottom: 5rem;
  }
}
.field--donation .field__input-wrapper {
  margin: 0 auto;
  position: relative;
  width: 8rem;
}
@media (min-width: 48em) {
  .field--donation .field__input-wrapper {
    display: inline-block;
  }
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper {
    width: 10rem;
  }
}
.field--donation .field__input-wrapper .field__prefix,
.field--donation .field__input-wrapper .field__suffix {
  color: black;
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper .field__prefix,
  .field--donation .field__input-wrapper .field__suffix {
    font-size: 20px;
    font-size: 1.25rem;
    top: 0.65rem;
  }
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper .field__prefix {
    left: 0.65em;
  }
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper .field__suffix {
    left: 5.5em;
  }
}
.field--donation .field__input-wrapper input[type=text] {
  border-color: white;
  padding-left: 1.375rem;
  padding-right: 2.125em;
  max-width: 10rem;
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper input[type=text] {
    border-radius: 0.375rem;
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 0.625rem 2.5rem 0.625rem 1.875rem;
    width: 100%;
  }
}
.field--donation label {
  color: white;
  display: block;
  margin-bottom: 0.625rem;
  font-weight: normal;
  padding: 0;
}
@media (min-width: 48em) {
  .field--donation label {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 0.3125rem;
    margin-bottom: 0;
  }
}
@media (min-width: 72em) {
  .field--donation label {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.field--donation .field-recurring {
  display: none;
}

.recur {
  max-width: 48rem;
  margin: -1.875rem auto 2.5rem;
  display: flex;
  justify-content: center;
  padding: 0 1.25rem 1.25rem;
}
@media (min-width: 60em) {
  .recur {
    margin-top: -3.125rem;
  }
}
@media (min-width: 72em) {
  .recur {
    margin-top: -3.75rem;
    margin-bottom: 3.75rem;
  }
}
.recur [type=checkbox] {
  top: 0.3rem;
}
@media (min-width: 48em) {
  .recur [type=checkbox] {
    left: 0;
  }
}
.recur .field-recurring {
  padding-left: 1.5rem;
}
.recur .field-recurring label {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-weight: normal;
}
.recur .field-recurring [type=checkbox] {
  top: 0.1rem;
}
.recur .field-recurring__when {
  color: rgba(255, 255, 255, 0.7);
  max-width: 10rem;
}

.field--text label,
.lp-your-country label,
.products__ordersummary-type .title {
  color: #005872;
}

.products__continue [type=submit],
.ordersummary .ordersummary__delete .button--delete {
  background: #005872;
}
.products__continue [type=submit]:hover,
.ordersummary .ordersummary__delete .button--delete:hover {
  background: #00313f;
}

.lp--download-resources {
  background: white url(https://assets.persecution.com/public/graphics/lp_specific/lp_202601_LP1_bibles/bg_texture.webp) center repeat;
  padding-bottom: 0;
}

.lp-download-resources__intro {
  margin: 0 auto;
  max-width: 46rem;
  padding: 3.75rem 0;
}
@media (min-width: 60em) {
  .lp-download-resources__intro {
    padding: 5rem 0;
  }
}
.lp-download-resources__intro h1 {
  color: #005872;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: -0.0375em;
  line-height: 1.25;
  margin: 0 0 1rem;
}
@media (min-width: 48em) {
  .lp-download-resources__intro h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.lp-download-resources__intro p {
  font-size: 18px;
  font-size: 1.125rem;
}

.lp-download-resources__resources {
  padding: 1.25rem 1.875rem;
  margin: 0 -1.875rem;
}
@media (min-width: 72em) {
  .lp-download-resources__resources {
    margin: 0 -10rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 84em) {
  .lp-download-resources__resources {
    margin: 0 -15rem;
  }
}

.resource-list {
  list-style: none;
  padding: 0.625em 0 0;
  max-width: 80rem;
  display: grid;
  grid-gap: 5rem;
  margin: 0 auto 1.25rem;
}
@media (min-width: 48em) {
  .resource-list {
    grid-gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 60em) {
  .resource-list {
    grid-gap: 2.5rem;
  }
}
@media (min-width: 72em) {
  .resource-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 84em) {
  .resource-list {
    grid-gap: 3.75rem;
  }
}

.resource {
  text-align: center;
  max-width: 22.5rem;
  margin: 0 auto;
}

.resource__img {
  margin: 0 auto 1rem;
  max-width: 15rem;
}
@media (min-width: 60em) {
  .resource__img {
    max-width: 25rem;
  }
}
.resource--video .resource__img {
  max-width: none;
  margin: 0 -0.625rem 1.25rem;
}
@media (min-width: 48em) {
  .resource--video .resource__img {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 60em) {
  .resource--video .resource__img {
    margin-left: -10rem;
    margin-right: -10rem;
    margin-bottom: 1.875rem;
  }
}
.resource--video .resource__img img {
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.15);
}

.resource__title {
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 1rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.resource__title-featured {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.15;
  font-style: italic;
  margin-top: -1.25rem;
  margin-bottom: 2.5rem;
}

.resource__description {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.65;
  margin-top: -0.625rem;
  padding-bottom: 1.875rem;
}
.resource__description p:last-of-type {
  padding-bottom: 0;
}

.resource__note {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
  padding-top: 1rem;
}

.resource__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.resource__button {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.15rem;
  padding: 0.75rem 1rem 0.75rem 3.5rem;
  text-transform: uppercase;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15), 0 5px 18px rgba(0, 0, 0, 0.1);
  background: #005872;
}
.resource__button span {
  display: block;
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
.resource__button:hover {
  background: #00313f;
}
.resource__button::before {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202601_LP1_bibles/icon_download.svg) center center no-repeat;
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  margin-top: -12px;
}
.resource__button::after {
  background-color: black;
  content: "";
  display: block;
  height: 80%;
  width: 1px;
  position: absolute;
  left: 2.625rem;
  top: 10%;
  opacity: 0.5;
}

.lp-download-resources__footer {
  background-color: #477368;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 -1.875rem;
  padding: 5rem 1.875rem;
}
@media (min-width: 60em) {
  .lp-download-resources__footer {
    padding: 5rem;
  }
}

.lp-download-resources__footer__inner {
  margin: 0 auto;
  max-width: 46rem;
}

.lp-download-resources__cta {
  text-align: center;
}
.lp-download-resources__cta .button {
  background: white;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
  color: #005872;
}
.lp-download-resources__cta .button:hover {
  background: rgba(255, 255, 255, 0.85);
}