.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-color: black;
  margin: -6.25rem -17.5rem 0;
  position: relative;
}
@media (min-width: 48em) {
  .lp-top {
    margin-left: -13.75rem;
    margin-right: -13.75rem;
  }
}
@media (min-width: 54em) {
  .lp-top {
    margin-left: -1.875rem;
    margin-right: -8rem;
  }
}
@media (min-width: 72em) {
  .lp-top {
    margin-top: 0;
    margin-left: -1.875rem;
    margin-right: -8rem;
  }
}
@media (min-width: 84em) {
  .lp-top {
    margin-right: -1.875rem;
  }
}

.lp-top__inner {
  margin: 0 auto;
  max-width: 90rem;
  position: relative;
}
@media (min-width: 108em) {
  .lp-top__inner {
    max-width: 105rem;
  }
}

.lp-top__photo-main > img {
  position: relative;
  left: 12.5rem;
}
@media (min-width: 48em) {
  .lp-top__photo-main > img {
    left: 5rem;
  }
}
@media (min-width: 54em) {
  .lp-top__photo-main > img {
    height: 50rem;
    width: calc(100% + 10rem);
    max-width: none;
    display: block;
    object-fit: cover;
    left: 0;
  }
}
@media (min-width: 72em) {
  .lp-top__photo-main > img {
    height: 40rem;
  }
}
@media (min-width: 90em) {
  .lp-top__photo-main > img {
    width: 100%;
    height: 45rem;
  }
}
@media (min-width: 108em) {
  .lp-top__photo-main > img {
    height: 55rem;
  }
}
.lp-top__photo-main > img:nth-child(2) {
  position: absolute;
  top: 0;
  animation: headerSwap 8s linear 0s infinite;
}
.lp-top__photo-main::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  height: 50%;
}
@media (min-width: 48em) {
  .lp-top__photo-main::before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    height: 70%;
  }
}
@media (min-width: 60em) {
  .lp-top__photo-main::before {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0));
    height: 55%;
  }
}
@media (min-width: 72em) {
  .lp-top__photo-main::before {
    display: none;
  }
}

@keyframes headerSwap {
  0% {
    opacity: 0;
  }
  42% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  92% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lp-top__photo-shadow {
  display: none;
}
@media (min-width: 72em) {
  .lp-top__photo-shadow {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    width: 20rem;
  }
}

@media (min-width: 72em) {
  .lp-top__photo-shadow--left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(17, 17, 17, 0.6), rgba(34, 34, 34, 0.25), rgba(34, 34, 34, 0));
    left: 0;
    width: 30rem;
  }
}
@media (min-width: 90em) {
  .lp-top__photo-shadow--left {
    background-image: linear-gradient(to right, black, rgba(17, 17, 17, 0.7), rgba(34, 34, 34, 0.15), rgba(34, 34, 34, 0));
    width: 45rem;
  }
}

@media (min-width: 72em) {
  .lp-top__photo-shadow--right {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.65), rgba(34, 34, 34, 0));
    right: 0;
  }
}
@media (min-width: 90em) {
  .lp-top__photo-shadow--right {
    background-image: linear-gradient(to left, black, rgba(34, 34, 34, 0));
    width: 30rem;
  }
}

.lp-top__photo-inset {
  display: none;
}
@media (min-width: 48em) {
  .lp-top__photo-inset {
    display: block;
  }
}
.lp-top__photo-inset.start-animation img {
  transform: none;
  opacity: 1;
}
@media (min-width: 48em) {
  .lp-top__photo-inset img {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 13px 38px rgba(0, 0, 0, 0.6);
    border: 0.375rem solid white;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease 0.25s;
    transform: translateY(1.5rem);
  }
}
@media (min-width: 72em) {
  .lp-top__photo-inset img {
    box-shadow: 0 13px 38px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 48em) {
  .lp-top__photo-inset img:nth-child(1) {
    right: 8.25rem;
    bottom: 7.5rem;
    width: 15rem;
    height: 15rem;
  }
}
@media (min-width: 54em) {
  .lp-top__photo-inset img:nth-child(1) {
    right: auto;
    bottom: 5.75rem;
    left: 50%;
    margin-left: -32.5rem;
  }
}
@media (min-width: 72em) {
  .lp-top__photo-inset img:nth-child(1) {
    margin-left: 0;
    left: auto;
    right: 2.5rem;
    bottom: -6.25rem;
    width: 17.5rem;
    height: 17.5rem;
  }
}
@media (min-width: 90em) {
  .lp-top__photo-inset img:nth-child(1) {
    bottom: 1.25rem;
    right: 0.625rem;
    width: 23.75rem;
    height: 23.75rem;
  }
}
@media (min-width: 108em) {
  .lp-top__photo-inset img:nth-child(1) {
    right: -0.625rem;
    bottom: 2.5rem;
    width: 26.25rem;
    height: 26.25rem;
  }
}
@media (min-width: 48em) {
  .lp-top__photo-inset img:nth-child(2) {
    transition-delay: 0.5s;
    right: 13.75rem;
    bottom: 2.5rem;
    width: 10rem;
    height: 10rem;
  }
}
@media (min-width: 54em) {
  .lp-top__photo-inset img:nth-child(2) {
    bottom: 1.875rem;
    right: auto;
    left: 50%;
    margin-left: -25rem;
  }
}
@media (min-width: 72em) {
  .lp-top__photo-inset img:nth-child(2) {
    bottom: -7.5rem;
    margin-left: 0;
    left: auto;
    right: 17.5rem;
    width: 13.75rem;
    height: 13.75rem;
  }
}
@media (min-width: 90em) {
  .lp-top__photo-inset img:nth-child(2) {
    bottom: -3.75rem;
    width: 15rem;
    height: 15rem;
  }
}
@media (min-width: 108em) {
  .lp-top__photo-inset img:nth-child(2) {
    bottom: -7.5rem;
    right: 16.25rem;
    width: 20rem;
    height: 20rem;
  }
}

.lp-top__content {
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 16.25rem;
  bottom: 2.5rem;
  transform: translateX(-50%);
}
@media (min-width: 48em) {
  .lp-top__content {
    bottom: 2.5rem;
    transform: translateX(-50%);
  }
}
@media (min-width: 54em) {
  .lp-top__content {
    bottom: 3.75rem;
    width: 25rem;
  }
}
@media (min-width: 72em) {
  .lp-top__content {
    bottom: 45%;
    transform: translateX(-25%);
    width: 32.5rem;
    left: 7.5rem;
  }
}
@media (min-width: 108em) {
  .lp-top__content {
    bottom: 48%;
  }
}

.lp-top__title h1 {
  margin: 0 0 1.25rem;
}
@media (min-width: 54em) {
  .lp-top__title h1 {
    margin-bottom: 1.5rem;
  }
}
.lp-top__title h1 span {
  display: block;
  padding-top: 2.25rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202502_LP4_bibles/title_bible.webp) center no-repeat;
  background-size: contain;
  text-indent: -999rem;
  height: 0;
  margin-bottom: 0.5rem;
  position: relative;
  left: -2.25rem;
  opacity: 0;
  transition: all 0.3s ease 0.6s;
  transform: translateX(1.5rem);
}
@media (min-width: 54em) {
  .lp-top__title h1 span {
    padding-top: 3rem;
    left: -2.75rem;
  }
}
@media (min-width: 72em) {
  .lp-top__title h1 span {
    left: -2.5rem;
    margin-bottom: 0.5rem;
    padding-top: 3.5rem;
    transform: translateX(3rem);
  }
}
@media (min-width: 108em) {
  .lp-top__title h1 span {
    left: -5rem;
  }
}
.start-animation .lp-top__title h1 span {
  transform: none;
  opacity: 1;
}
.lp-top__title h1 em {
  display: block;
  padding-top: 4.25rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202502_LP4_bibles/title_believer.webp) center no-repeat;
  background-size: contain;
  text-indent: -999rem;
  height: 0;
  position: relative;
  left: 1.25rem;
  opacity: 0;
  transition: all 0.3s ease 0.8s;
  transform: translateX(-1.5rem);
}
@media (min-width: 48em) {
  .lp-top__title h1 em {
    padding-top: 4.35rem;
  }
}
@media (min-width: 54em) {
  .lp-top__title h1 em {
    padding-top: 6rem;
    left: 3rem;
  }
}
@media (min-width: 72em) {
  .lp-top__title h1 em {
    filter: drop-shadow(0 0.1rem 0.75rem black);
    padding-top: 7.5rem;
    left: 5rem;
    transform: translateX(-3rem);
  }
}
@media (min-width: 108em) {
  .lp-top__title h1 em {
    left: 3.75rem;
  }
}
.start-animation .lp-top__title h1 em {
  transform: none;
  opacity: 1;
}

.lp-top__cta {
  text-align: center;
  text-transform: uppercase;
}
.lp-top__cta .button {
  background: #025a82;
  letter-spacing: 0.1em;
  opacity: 0;
  transition: all 0.5s ease 1s;
  transform: translateY(2rem);
}
@media (min-width: 54em) {
  .lp-top__cta .button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 72em) {
  .lp-top__cta .button {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp-top__cta .button:hover {
  background: #013750;
}
.start-animation .lp-top__cta .button {
  transform: none;
  opacity: 1;
}

.lp-top__intro {
  display: none;
  background-color: #023b55;
  color: white;
  margin: 0 -1.875rem;
}
@media (min-width: 72em) {
  .lp-top__intro {
    display: block;
    position: absolute;
    top: 25rem;
    left: 4.5rem;
    margin: 0;
    z-index: 1;
    width: 22rem;
    color: white;
    background: none;
    opacity: 0;
    transition: all 0.5s ease 1.5s;
    text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 90em) {
  .lp-top__intro {
    font-size: 18px;
    font-size: 1.125rem;
    text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.25);
    left: 3.125rem;
    width: 25rem;
    top: 27rem;
  }
}
@media (min-width: 108em) {
  .lp-top__intro {
    top: 31.875rem;
  }
}
.lp-top__intro.start-animation {
  transform: none;
  opacity: 1;
}

.lp-intro__inner {
  margin: 0 auto;
  max-width: 45rem;
  padding: 3.75rem 2.5rem;
  text-align: center;
}

.lp-main {
  background: #db9346 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202502_LP4_bibles/bg_orange.webp) center no-repeat;
  background-size: cover;
  color: white;
  margin: 0 -1.875rem;
}

.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: 84em) {
  .lp-main__inner {
    max-width: 75rem;
  }
}

.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_202502_LP4_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 {
    display: grid;
    gap: 3.125rem;
    grid-template-columns: 1.15fr 1.4fr;
    margin: 0 -5rem 1rem;
  }
}
.lp-main__main p {
  font-size: 18px;
  font-size: 1.125rem;
}
.lp-main__main p:last-child {
  padding-bottom: 0;
}

.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 1fr;
    max-width: 100%;
    align-items: center;
  }
}
@media (min-width: 84em) {
  .lp-main__photos {
    grid-template-columns: 1.2fr 0.42fr 1fr;
  }
}
.lp-main__photos.start-animation img {
  transform: none;
  opacity: 1;
}
.lp-main__photos 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.25s;
  transform: translateY(1.5rem);
}
.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;
    max-width: 100%;
    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 -1rem;
    max-width: calc(100% + 2rem);
    transition-delay: 0s;
  }
}
@media (min-width: 84em) {
  .lp-main__photos img:nth-child(2) {
    position: relative;
    z-index: 1;
    margin: 0 -4rem 0 -6rem;
    max-width: calc(100% + 10rem);
  }
}
.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: 0;
    max-width: 100%;
    rotate: -1deg;
  }
}

.lp-sub-content {
  background: white url(https://assets.persecution.com/public/graphics/lp_specific/lp_202502_LP4_bibles/bg_texture.webp) center repeat;
  margin: 0 -1.875rem;
  padding: 3.75rem 0;
}

.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: #025a82;
}
.lp-sub-content__highlight-block strong {
  font-size: 1.125rem;
  color: #025a82;
}
@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: #025a82;
  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-es-additionalfunds-note {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin: 0 auto;
  max-width: 22.5rem;
  padding-bottom: 5rem;
}
@media (min-width: 48em) {
  .lp-es-additionalfunds-note {
    max-width: none;
  }
}

.lp-free-bible {
  margin: 10rem auto 5rem;
  max-width: 32.5rem;
  border-radius: 0.5rem;
  border: 2px solid #025a82;
  position: relative;
}
@media (min-width: 36em) {
  .lp-free-bible {
    padding-left: 7.5rem;
    margin: 5rem auto 6.875rem;
  }
}

.lp-free-bible__photo {
  max-width: 11.25rem;
  margin: -7.5rem auto 0;
  position: relative;
}
@media (min-width: 36em) {
  .lp-free-bible__photo {
    max-width: 12.5rem;
    margin-top: 0;
    position: absolute;
    left: -3.75rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 48em) {
  .lp-free-bible__photo {
    left: -5rem;
    max-width: 13.75rem;
    margin-top: 0.125rem;
  }
}

.lp-free-bible__content {
  padding: 1.875rem;
}
.lp-free-bible__content h3 {
  text-align: center;
  color: #025a82;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin: 0 0 0.875rem;
}
@media (min-width: 36em) {
  .lp-free-bible__content h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lp-free-bible__content p {
  padding-bottom: 0;
}
.lp-free-bible__content p strong {
  color: #025a82;
}
.lp-free-bible__content .field {
  display: none;
}

.lp-counter-wrap {
  max-width: 60rem;
  margin: -2.375rem auto;
}

.lp-counter {
  display: none;
  background-color: #025a82;
  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: #151413;
  border: 0.4rem solid #151413;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}

.lp-counter__goal-bar {
  height: 0.75rem;
  position: relative;
}
.lp-counter__goal-bar:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.2);
  border-top: 1px solid #151413;
}

.lp-counter__goal-bar-inner {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 0;
  background-color: #e78f31;
  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: #122b36;
  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: #025a82;
}
.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: #025a82;
}
.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: #025a82;
  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: #025a82;
  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: #ffa646;
}
.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: #025a82;
}

.products__continue [type=submit],
.ordersummary .ordersummary__delete .button--delete {
  background: #025a82;
}
.products__continue [type=submit]:hover,
.ordersummary .ordersummary__delete .button--delete:hover {
  background: #013750;
}