[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 2.2em;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 0.2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  transition: all 0.275s;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202608_LP4_idop/icon_check_big.svg) center no-repeat;
  background-size: contain;
  top: -0.4em;
  left: 0.1em;
  width: 1.8em;
  height: 1.8em;
  transition: all 0.2s;
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0) rotate(45deg);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1) rotate(0);
}

/* Disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type=checkbox]:disabled:checked + label:after {
  color: #777;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* Accessibility */
[type=checkbox]:checked:focus + label:before,
[type=checkbox]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(144, 129, 98, 0.5);
}

@media (min-width: 48em) {
  .site-header.site-header--minimal .site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 90em) {
  .site-header.site-header--minimal .site-header__inner {
    display: grid;
    grid-template-columns: 1fr 43rem 43rem 1fr;
  }
}
@media (min-width: 90em) {
  .site-header.site-header--minimal .logo-main-wrap {
    grid-column: 2;
  }
}
@media (min-width: 48em) {
  .site-header.site-header--minimal .logo-main {
    margin-left: 0;
    margin-right: auto;
  }
}

.header-extra {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 0.625rem;
  padding: 1rem 0 0.625rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .header-extra {
    border-top: none;
    margin-top: 0;
    padding: 0 0.625rem;
    display: grid;
    grid-template-columns: auto auto;
    align-content: center;
  }
}
.header-extra .header-extra__title {
  display: block;
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 0.3125rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  .header-extra .header-extra__title {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0;
    padding-left: 1.25rem;
    margin-left: 1.25rem;
    order: 2;
  }
}
@media (min-width: 60em) {
  .header-extra .header-extra__title {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 1.875rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: 1.875rem;
  }
}
.header-extra .header-extra__title span {
  font-weight: normal;
}
.header-extra .header-extra__title-pers {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.275em;
}
@media (min-width: 60em) {
  .header-extra .header-extra__title-pers {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.3em;
  }
}
@media (min-width: 60em) {
  .header-extra .header-extra__date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.header-extra .header-extra__date span {
  color: #d1bc8f;
  font-weight: normal;
  letter-spacing: 0.25em;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .header-extra .header-extra__date span {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 72em) {
  .header-extra .header-extra__date span {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
    text-transform: none;
  }
}
.header-extra .header-extra__date em {
  display: block;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 9px;
  font-size: 0.5625rem;
  color: rgba(255, 255, 255, 0.65);
  text-transform: none;
}
@media (min-width: 60em) {
  .header-extra .header-extra__date em {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media (min-width: 72em) {
  .header-extra .header-extra__date em {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.lp {
  background: white center top no-repeat;
  background-attachment: fixed;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202608_LP4_idop/bg_light.webp);
  background-size: auto 80vh;
  overflow: hidden;
  padding: 0 1.25rem 5rem;
}
@media (min-width: 23.25em) {
  .lp {
    padding: 0 1.875rem 7.5rem;
  }
}
@media (min-width: 60em) {
  .lp {
    background-size: 120% auto;
  }
}
@media (min-width: 90em) {
  .lp {
    background-size: 100rem auto;
  }
}

.lp-top {
  margin: 0 -1.875rem;
}

.lp-top__banner {
  background: #ece5d6 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202608_LP4_idop/header_mobile.webp?v=20240704) center 11rem no-repeat;
  background-size: 32rem auto;
  position: relative;
  padding-top: 36.75rem;
}
@media (min-width: 32em) {
  .lp-top__banner {
    background-position: center 12rem;
    background-size: 48rem auto;
    padding-top: 48rem;
  }
}
@media (min-width: 48em) {
  .lp-top__banner {
    background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202608_LP4_idop/header.webp?v=20240720);
    background-size: auto 101%;
    background-position: calc(50% - 8.5rem) center;
    padding-top: 30rem;
    border-bottom: 0.15rem solid rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 60em) {
  .lp-top__banner {
    padding-top: 33.75rem;
    background-position: calc(50% - 10rem) center;
  }
}
@media (min-width: 72em) {
  .lp-top__banner {
    padding-top: 40rem;
    background-position: calc(50% - 7.5rem) center;
  }
}
@media (min-width: 84em) {
  .lp-top__banner {
    background-position-x: calc(50% - 10.5rem);
    padding-top: 45rem;
  }
}
.lp-top__banner::before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, #ece5d6, rgba(236, 229, 214, 0.75), rgba(236, 229, 214, 0.45), rgba(236, 229, 214, 0));
  left: 0;
  right: 0;
  top: 11rem;
  height: 7rem;
}
@media (min-width: 32em) {
  .lp-top__banner::before {
    top: 12rem;
    background-image: linear-gradient(to bottom, #ece5d6, rgba(236, 229, 214, 0.7), rgba(236, 229, 214, 0));
    height: 9rem;
  }
}
@media (min-width: 48em) {
  .lp-top__banner::before {
    display: none;
  }
}

.lp-top__photo {
  padding-top: 6.25rem;
}
@media (min-width: 48em) {
  .lp-top__photo {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 60em) {
  .lp-top__photo {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 84em) {
  .lp-top__photo {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.lp-title {
  color: rgba(0, 0, 0, 0.85);
  margin: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding-top: 2.5rem;
}
@media (min-width: 48em) {
  .lp-title {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    right: auto;
    margin-top: -5rem;
    margin-left: 10rem;
    padding-top: 0;
    width: 24rem;
  }
}
@media (min-width: 54em) {
  .lp-title {
    margin-left: 11.25rem;
    width: 28rem;
  }
}
@media (min-width: 60em) {
  .lp-title {
    margin-left: 12.5rem;
  }
}
@media (min-width: 72em) {
  .lp-title {
    margin-top: -6rem;
    margin-left: 17.5rem;
    width: 40rem;
  }
}
@media (min-width: 84em) {
  .lp-title {
    margin-left: 20rem;
  }
}

.lp-title__main {
  position: relative;
}

.lp-title__main-join {
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.4em;
  margin-bottom: 0.25em;
}
@media (min-width: 60em) {
  .lp-title__main-join {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 72em) {
  .lp-title__main-join {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.lp-title__main-prayer {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202608_LP4_idop/text_prayer.svg) center top no-repeat;
  background-size: contain;
  height: 7rem;
  text-indent: -999rem;
  margin-bottom: 0.375rem;
}
@media (min-width: 48em) {
  .lp-title__main-prayer {
    height: 7.5rem;
  }
}
@media (min-width: 60em) {
  .lp-title__main-prayer {
    height: 9rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 72em) {
  .lp-title__main-prayer {
    height: 11rem;
    margin-bottom: 0.75rem;
  }
}

.lp-title__main-global {
  background-color: #ece5d6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 2px solid rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  padding: 0.2em 0.75em;
}
@media (min-width: 48em) {
  .lp-title__main-global {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 60em) {
  .lp-title__main-global {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 72em) {
  .lp-title__main-global {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-title__main-movement {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.5em;
}
@media (min-width: 48em) {
  .lp-title__main-movement {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 60em) {
  .lp-title__main-movement {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (min-width: 72em) {
  .lp-title__main-movement {
    font-size: 32px;
    font-size: 2rem;
  }
}

.lp-idop-title {
  display: none;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  line-height: 1.15;
  position: absolute;
  bottom: 2.5rem;
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}
@media (min-width: 48em) {
  .lp-idop-title {
    display: block;
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translateX(-50%) translateY(-50%);
    right: auto;
    padding-top: 1.25rem;
    margin-top: 5.875rem;
    margin-left: 10rem;
    width: 24rem;
  }
}
@media (min-width: 54em) {
  .lp-idop-title {
    width: 28rem;
    margin-left: 11.25rem;
  }
}
@media (min-width: 60em) {
  .lp-idop-title {
    margin-left: 12.5rem;
    margin-top: 7.5rem;
    padding-top: 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-idop-title {
    margin-top: 8.25rem;
    margin-left: 17.5rem;
  }
}
@media (min-width: 84em) {
  .lp-idop-title {
    margin-left: 20rem;
  }
}

.lp-idop-title__date {
  position: absolute;
  top: -0.875rem;
  left: 0;
  right: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .lp-idop-title__date {
    top: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (min-width: 72em) {
  .lp-idop-title__date {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-idop-title__date sup {
  font-size: 7px;
  font-size: 0.4375rem;
  font-weight: normal;
}
@media (min-width: 60em) {
  .lp-idop-title__date sup {
    font-size: 8px;
    font-size: 0.5rem;
  }
}
@media (min-width: 72em) {
  .lp-idop-title__date sup {
    position: relative;
    top: -0.3125rem;
    font-size: 9px;
    font-size: 0.5625rem;
  }
}
.lp-idop-title__date::before, .lp-idop-title__date::after {
  content: "";
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  flex: 1;
}

.lp-idop-title__idop {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.285em;
}
@media (min-width: 60em) {
  .lp-idop-title__idop {
    font-size: 16px;
    font-size: 1rem;
  }
}

.lp-idop-title__pers {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.524em;
  position: relative;
  left: 0.1em;
}
@media (min-width: 60em) {
  .lp-idop-title__pers {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.lp-top__cta {
  position: absolute;
  padding-top: 5rem;
  padding-bottom: 1.25rem;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 0;
}
@media (min-width: 48em) {
  .lp-top__cta {
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translateX(-50%) translateY(-50%);
    right: auto;
    margin-top: 8.75rem;
    margin-left: 10rem;
    background: none;
    width: 24rem;
  }
}
@media (min-width: 54em) {
  .lp-top__cta {
    width: 28rem;
    margin-left: 11.25rem;
  }
}
@media (min-width: 60em) {
  .lp-top__cta {
    margin-top: 11.25rem;
    margin-left: 12.5rem;
  }
}
@media (min-width: 72em) {
  .lp-top__cta {
    margin-top: 12.5rem;
    margin-left: 17.5rem;
  }
}
@media (min-width: 84em) {
  .lp-top__cta {
    margin-left: 20rem;
  }
}
.lp-top__cta .button {
  background: #bc4452;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
@media (min-width: 24em) {
  .lp-top__cta .button {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 60em) {
  .lp-top__cta .button {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 72em) {
  .lp-top__cta .button {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-top__cta .button:hover {
  background-color: #973641;
}
.lp-top__cta .button:focus {
  outline-color: white;
}

@media (min-width: 48em) {
  .lp-top__what {
    margin-bottom: -1.25rem;
  }
}
.lp-top__what button {
  background: none;
  font-size: 13px;
  font-size: 0.8125rem;
  box-shadow: none;
  font-weight: normal;
  text-decoration: underline;
}
.lp-top__what button:hover {
  text-decoration: none;
}
.lp-top__what button:focus {
  outline-color: white;
}

.lp-content {
  background: #484642 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202608_LP4_idop/bg_content.webp) center bottom no-repeat;
  background-size: 115rem auto;
  color: white;
  margin: 0 -1.875rem;
  padding: 3.75rem 1.875rem 5rem;
  position: relative;
}
@media (min-width: 48em) {
  .lp-content {
    padding: 6.25rem 3.125rem;
  }
}
@media (min-width: 72em) {
  .lp-content {
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
  }
}
.lp-content .title {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25;
}
@media (min-width: 48em) {
  .lp-content .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 60em) {
  .lp-content .title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 72em) {
  .lp-content .title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

.lp-content-inner {
  display: grid;
  gap: 2.5rem;
  position: relative;
  margin: 0 auto;
  max-width: 25.875rem;
}
@media (min-width: 48em) {
  .lp-content-inner {
    max-width: 38.75rem;
  }
}
@media (min-width: 72em) {
  .lp-content-inner {
    max-width: 87.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.75rem;
    align-items: start;
  }
}
@media (min-width: 84em) {
  .lp-content-inner {
    grid-template-columns: 1.15fr 1fr;
  }
}

.lp-video {
  padding-bottom: 2.5rem;
}
@media (min-width: 72em) {
  .lp-video {
    padding-bottom: 0;
  }
}
.lp-video .title strong {
  padding-top: 0.25rem;
  display: block;
  text-transform: none;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0;
}

.lp-video-wrap {
  padding-top: 56.25%;
  position: relative;
  background-color: black;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  margin: 0.625rem 0 1.875rem;
}
.lp-video-wrap iframe {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.lp-content__overview,
.lp-video__desc {
  line-height: 1.6;
}
@media (min-width: 72em) {
  .lp-content__overview,
  .lp-video__desc {
    margin: 0 auto;
    max-width: 40rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-content__overview h2,
.lp-video__desc h2 {
  background-color: #908162;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1;
  display: inline-block;
  padding: 0.625rem 1.25rem 0.625rem 2.5rem;
  margin: 0 0 2.5rem -2.5rem;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .lp-content__overview h2,
  .lp-video__desc h2 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.lp-video__imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 2.5rem 0;
}
.lp-video__imgs img {
  border: 0.375rem solid white;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.2);
  position: relative;
}
.lp-video__imgs img:nth-child(1) {
  top: -1.25rem;
  left: 1.25rem;
  rotate: -2deg;
}
.lp-video__imgs img:nth-child(2) {
  rotate: 1deg;
}

.lp-donation-photos {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1.3;
}
.lp-donation-photos img {
  position: absolute;
  display: block;
  width: 59%;
  height: auto;
  border: 0.25rem solid white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 48em) {
  .lp-donation-photos img {
    border-width: 0.5rem;
  }
}
.lp-donation-photos img:nth-child(1) {
  left: 20%;
  top: 3%;
  rotate: -3deg;
  z-index: 1;
}
.lp-donation-photos img:nth-child(2) {
  left: 1%;
  bottom: 5%;
  rotate: -6deg;
  z-index: 4;
}
.lp-donation-photos img:nth-child(3) {
  right: 1%;
  bottom: 3%;
  rotate: 5deg;
  z-index: 3;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.lp-video-wrap--placeholder {
  background: rgba(255, 255, 255, 0.5);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 14rem;
  padding: 2.5rem 1.25rem;
  text-align: center;
}
.lp-video-wrap--placeholder strong {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-transform: uppercase;
}
.lp-video-wrap--placeholder span {
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.2em;
  margin-top: 0.75rem;
  opacity: 0.75;
  text-transform: uppercase;
}

.lp-involvement-list {
  display: grid;
  gap: 1.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-involvement-list > li {
  position: relative;
  padding-left: 2.75rem;
}
.lp-involvement-list li::marker,
.lp-involvement-list strong {
  color: #d1bc8f;
}
.lp-involvement-list ul {
  display: grid;
  gap: 0.25rem;
  margin-top: 0.5rem;
  padding-left: 1rem;
  list-style: none;
}
.lp-involvement-list li li {
  position: relative;
  padding-left: 1rem;
}
.lp-involvement-list li li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.05rem);
  transform: translateY(-50%);
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.425rem solid #d1bc8f;
}

.lp-involvement-list__icon {
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.875rem;
  height: 1.875rem;
  color: #d1bc8f;
}
.lp-involvement-list__icon--prayer {
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.lp-involvement-list__icon--prayer {
  mask-image: url("https://assets.persecution.com/public/graphics/site/app/icon_pray.svg");
}

.lp-involvement-list__resources .field--free-check {
  scroll-margin-top: 2.5rem;
  position: relative;
  margin: 1.25rem 0 0;
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  border-radius: 0.5rem;
}
.lp-involvement-list__resources [type=checkbox] + label:before {
  top: 0.1rem;
}
.lp-involvement-list__resources [type=checkbox] + label {
  display: block;
  padding-left: 2.2em;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  color: white;
  font-weight: normal;
}

.lp-involvement-list__app-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.875rem;
}
.lp-involvement-list__app-buttons a {
  display: inline-flex;
  border-radius: 0.375rem;
}
.lp-involvement-list__app-buttons a:focus-visible {
  outline: 2px solid #d1bc8f;
  outline-offset: 4px;
}
.lp-involvement-list__app-buttons img {
  display: block;
  height: 2.75rem;
  width: auto;
}

.dialog-idop {
  border: none;
  border-radius: 0.375rem;
  box-shadow: 0 23px 78px rgba(0, 0, 0, 0.5);
  padding: 4.375rem 1.25rem 0;
  width: 100%;
}
@media (min-width: 24em) {
  .dialog-idop {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48em) {
  .dialog-idop {
    max-width: 45rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.dialog-idop__close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
@media (min-width: 48em) {
  .dialog-idop__close {
    right: 1.25rem;
    top: 0;
  }
}
.dialog-idop__close button {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202608_LP4_idop/icon_close.svg) center no-repeat;
  background-size: 70% auto;
  text-indent: -999rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.375rem;
  width: 3rem;
}
@media (min-width: 48em) {
  .dialog-idop__close button {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
.dialog-idop__close button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dialog-idop__desc {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.dialog-idop__verse {
  background-color: #bc4452;
  padding: 1.875rem 1.25rem;
  margin: 0 -1.25rem;
}
@media (min-width: 24em) {
  .dialog-idop__verse {
    margin: 0 -1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media (min-width: 48em) {
  .dialog-idop__verse {
    margin: 0 -2.5rem;
    padding: 2.5rem;
  }
}
.dialog-idop__verse p {
  color: white;
}
.dialog-idop__verse cite {
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: right;
  display: block;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.lp-resource-collage {
  position: relative;
  isolation: isolate;
  aspect-ratio: 2.2;
  width: 100%;
  max-width: 36rem;
  margin: 1.5rem auto 0;
}
.lp-resource-collage img {
  position: absolute;
  display: block;
  width: 35%;
  height: auto;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.3));
}
.lp-resource-collage img:nth-child(1) {
  right: 0;
  top: 7%;
  rotate: 8deg;
  z-index: 3;
}
.lp-resource-collage img:nth-child(2) {
  width: 40%;
  left: 0;
  top: -0.5rem;
  rotate: -8deg;
  z-index: 4;
}
.lp-resource-collage img:nth-child(3) {
  right: 23%;
  top: 0;
  rotate: 3deg;
  z-index: 2;
}
.lp-resource-collage img:nth-child(4) {
  top: 5%;
  left: 26%;
  rotate: -3deg;
  z-index: 1;
}

.lp-resources {
  padding: 7.5rem 0 0;
}
@media (min-width: 72em) {
  .lp-resources {
    padding: 8.75rem 0 0;
  }
}
.lp-resources h2 {
  line-height: 1.2;
  margin: 0 0 2.5rem;
}
.lp-resources h2 strong {
  display: block;
  color: #bc4452;
  font-size: 64px;
  font-size: 4rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .lp-resources h2 strong {
    font-size: 80px;
    font-size: 5rem;
  }
}
.lp-resources h2 span {
  text-transform: uppercase;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
  font-weight: normal;
  margin: 0 auto;
  max-width: 20rem;
  display: block;
  line-height: 1.35;
  letter-spacing: 0.15em;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 48em) {
  .lp-resources h2 span {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 40rem;
  }
}
@media (min-width: 60em) {
  .lp-resources h2 span {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 43.75rem;
  }
}

.lp .products {
  margin: 0 auto;
  max-width: 22.5rem;
  padding: 1.25rem 0;
}
@media (min-width: 48em) {
  .lp .products {
    max-width: 30rem;
    padding: 1.25rem 1.25rem 3.75rem;
  }
}
@media (min-width: 48em) {
  .lp .products {
    display: grid;
    grid-gap: 3.75rem;
    grid-template-columns: minmax(0, 1fr);
    max-width: 65rem;
  }
}
.lp .product {
  position: relative;
  text-align: center;
  max-width: 25rem;
  margin: 0 auto 5rem;
}
@media (min-width: 48em) {
  .lp .product {
    margin-bottom: 0;
  }
}
@media (min-width: 72em) {
  .lp .product {
    max-width: 30rem;
  }
}
@media (min-width: 48em) {
  .lp .products > .product {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: 2.5rem;
    width: 100%;
    max-width: none;
    text-align: left;
  }
  .lp .products > .product > .product__image {
    margin: 0;
    padding: 0;
  }
  .lp .products > .product > .product__image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 20rem;
    object-fit: contain;
  }
  .lp .products > .product .product__name-main,
  .lp .products > .product .product__price-desc {
    text-align: left;
  }
}
.lp .product .product__fields .product {
  padding: 0;
  margin: 0;
}
.lp .product .product__fields .product__image,
.lp .product .product__fields .product__name,
.lp .product .product__fields .product__desc {
  display: none;
}
.lp .product__image {
  display: block;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0 0 1.25rem;
  margin: 0 -1.25rem;
  position: relative;
  text-align: center;
}
@media (min-width: 48em) {
  .lp .product__image {
    margin: 0 -2.5rem;
  }
}
@media (min-width: 84em) {
  .lp .product__image {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
.lp .product__image img {
  display: block;
  margin: 0 auto;
  height: 12.5rem;
}
@media (min-width: 25.875em) {
  .lp .product__image img {
    height: 14.25rem;
  }
}
@media (min-width: 48em) {
  .lp .product__image img {
    height: 12rem;
  }
}
@media (min-width: 60em) {
  .lp .product__image img {
    height: 15rem;
  }
}
@media (min-width: 84em) {
  .lp .product__image img {
    height: 20rem;
  }
}
.lp .product--kit .product__image {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
@media (min-width: 60em) {
  .lp .product--kit .product__image {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
}
@media (min-width: 84em) {
  .lp .product--kit .product__image {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
}
.lp .product--kit img {
  height: 14.5rem;
}
@media (min-width: 25.875em) {
  .lp .product--kit img {
    height: 16.25rem;
  }
}
@media (min-width: 48em) {
  .lp .product--kit img {
    height: 14rem;
  }
}
@media (min-width: 60em) {
  .lp .product--kit img {
    height: 18rem;
  }
}
@media (min-width: 84em) {
  .lp .product--kit img {
    height: 24rem;
  }
}
.lp .product__qtys {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.lp .product__name-main {
  color: #bc4452;
  font-weight: normal;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.25;
  padding-bottom: 0.375rem;
  text-align: center;
}
@media (min-width: 48em) {
  .lp .product__name-main {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lp .product__desc {
  min-height: 0;
}
@media (min-width: 48em) {
  .lp .product__desc {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp .product__content {
  position: relative;
}
.lp .product__content ul {
  margin: 0;
  padding: 0 0 0 1.875rem;
}
.lp .qty__name,
.lp .qty__name em {
  color: #bc4452;
}
.lp .qty__price {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.lp .lp-continue-submit input,
.lp .button--processing {
  background: none;
  background-color: #bc4452;
}
.lp .lp-continue-submit input:hover,
.lp .button--processing:hover {
  background-color: #973641;
}

.product--out-of-stock .product__image img {
  opacity: 0.3;
}
.product--out-of-stock .product__image::before {
  content: "out of stock";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  color: white;
  padding: 0.5rem;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 10rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.lp-resources .title--minor {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  color: #bc4452;
}
.lp-resources label {
  color: #bc4452;
}
.lp-resources .ordersummary__total .ordersummary__price,
.lp-resources .ordersummary .ordersummary__total td,
.lp-resources .product__info,
.lp-resources .product__info .field--submit {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.lp-resources .cc-supported {
  background-color: #908162;
}

.lp-order-by {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 0.625rem 1.25rem;
  border-radius: 0.25rem;
  max-width: 27.5rem;
  margin: 0 auto 2.5rem;
}
@media (min-width: 48em) {
  .lp-order-by {
    max-width: 70rem;
  }
}
.lp-order-by::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202608_LP4_idop/icon_date.svg) left top no-repeat;
  background-size: cover;
  height: 2.5rem;
  opacity: 0.5;
  position: relative;
  top: -0.125rem;
  margin-right: 0.625rem;
  width: 2.5rem;
  flex-shrink: 0;
}

.donations {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 48em) {
  .donations {
    margin-bottom: 5rem;
  }
}
.donations label {
  color: #5b5e63;
  padding-top: 0;
}
.donations label strong {
  color: #bc4452;
}
.donations label span {
  color: #8c8c8c;
  display: block;
  line-height: 1.35;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0.25rem 0 0;
}

.ordersummary .ordersummary__item {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.ordersummary .ordersummary__total td span {
  color: #bc4452;
}

.ordersummary .ordersummary__total .ordersummary__total-label {
  color: #bc4452;
}

.order-fields label,
.field--text .field__address2-link {
  color: #bc4452;
}

.lp .products__content .cc-supported {
  background-color: rgba(144, 129, 98, 0.35);
}

.lp-for-my-church {
  margin: 0 auto 2.5rem;
  max-width: 24rem;
}
.lp-for-my-church [type=checkbox] {
  top: 0.3rem;
}

.lp-for-my-church__info {
  display: none;
  margin-bottom: 1.875rem;
}
.lp-for-my-church__info.is-showing {
  display: block;
}

.lp .field-recurring {
  padding-left: 10.25rem;
}
.lp .field-recurring [type=checkbox] + label:before {
  top: 0.05rem;
}
.lp .field-recurring [type=checkbox] + label:after {
  top: -0.3em;
}
.lp .field-recurring label {
  font-size: 11px;
  font-size: 0.6875rem;
}

.lp-resources [type=checkbox]:checked:focus + label:before,
.lp-resources [type=checkbox]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(188, 68, 82, 0.5);
}

.lp-donation-section {
  display: grid;
  align-items: center;
  gap: 2.5rem;
  max-width: 75rem;
  margin: 0 auto 3rem;
}
.lp-donation-section .lp-donation-photos {
  width: 100%;
  max-width: 32rem;
  margin: 0 auto;
}
.lp-donation-section .donations {
  width: 100%;
  min-width: 0;
  margin-bottom: 0;
}
@media (min-width: 72em) {
  .lp-donation-section {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }
  .lp-donation-section .donations {
    grid-column: 1;
    grid-row: 1;
  }
  .lp-donation-section .lp-donation-photos {
    grid-column: 2;
    grid-row: 1;
  }
  .lp-donation-section {
    gap: 3.75rem;
    margin-bottom: 5rem;
  }
}

.lp--download-resources {
  background: none;
  padding-bottom: 5rem;
}

.lp-download-resources h1 {
  color: #bc4452;
  font-size: 64px;
  font-size: 4rem;
  font-family: "Tungsten A", "Tungsten B", "Helvetica Neue", sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 2.5rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .lp-download-resources h1 {
    font-size: 80px;
    font-size: 5rem;
    margin-bottom: 4.375rem;
  }
}

.lp-download-resources__resources {
  background-color: white;
  margin: 0 -1.25rem;
  padding: 5rem 1.875rem;
}
@media (min-width: 23.25em) {
  .lp-download-resources__resources {
    margin: 0 -1.875rem;
  }
}
@media (min-width: 60em) {
  .lp-download-resources__resources {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.lp-download-resources__resources.is-hidden {
  display: none;
}

.resource-tabs__nav {
  border-bottom: 0.125rem solid #bc4452;
  display: flex;
  justify-content: center;
  margin: 0 -0.625rem 1.25rem;
  padding: 0 0.625rem;
}
@media (min-width: 32em) {
  .resource-tabs__nav {
    margin-left: auto;
    margin-right: auto;
    max-width: 28.75rem;
  }
}
@media (min-width: 48em) {
  .resource-tabs__nav {
    max-width: 35rem;
  }
}
@media (min-width: 60em) {
  .resource-tabs__nav {
    max-width: 80rem;
    margin-bottom: 2.5rem;
  }
}

.resource-tabs__tab {
  box-shadow: none;
  border-radius: 0.375rem 0.375rem 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.resource-tabs__tab[aria-selected=true] {
  background: #bc4452;
}
.resource-tabs__tab[aria-selected=false] {
  background: transparent;
  color: #bc4452;
}
.resource-tabs__tab[disabled] {
  color: #999;
}
.resource-tabs__tab em {
  font-weight: normal;
  color: #999;
  letter-spacing: 0;
  text-transform: none;
}

.resource-tabs__section.is-hidden {
  display: none;
}

.resource-tabs__coming-soon {
  font-style: italic;
  padding: 2.5rem 1.25rem;
  text-align: center;
}
@media (min-width: 48em) {
  .resource-tabs__coming-soon {
    padding: 7.5rem 5rem;
  }
}

.lp-download-resources__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.3em;
  margin: 2.5rem 0;
}
@media (min-width: 60em) {
  .lp-download-resources__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-download-resources__resources-show {
  background-color: white;
  text-align: center;
  margin: 0 -1.25rem;
  padding: 0 1.25rem 10rem;
}
@media (min-width: 23.25em) {
  .lp-download-resources__resources-show {
    margin: 0 -1.875rem;
  }
}
.lp-download-resources__resources-show button {
  background: none;
  box-shadow: none;
  font-size: 14px;
  font-size: 0.875rem;
  border: 2px solid #bc4452;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #bc4452;
}
.lp-download-resources__resources-show button:hover {
  background-color: rgba(188, 68, 82, 0.2);
}

.lp-video-downloads {
  border: 2px solid #bc4452;
  border-radius: 0.375rem;
  padding: 1.25rem;
  margin: 1.875rem auto 1rem;
  max-width: 25rem;
}
@media (min-width: 48em) {
  .lp-video-downloads {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    max-width: 35rem;
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
.lp-video-downloads h3 {
  background-color: white;
  width: 13.75rem;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  margin: -1.65rem auto 1.5rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  left: 0.75rem;
}
.resource-tabs__section--es .lp-video-downloads h3 {
  width: 10rem;
}
@media (min-width: 24em) {
  .resource-tabs__section--es .lp-video-downloads h3 {
    width: 16.25rem;
  }
}
.lp-video-downloads h3::before {
  background: #bc4452 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202608_LP4_idop/icon_download.svg) center 0.375rem no-repeat;
  content: "";
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  left: -2.5rem;
  top: 50%;
  margin-top: -1.25rem;
  border-radius: 50%;
}
.lp-video-downloads ul {
  font-size: 16px;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-video-downloads li {
  padding-bottom: 0.625rem;
}
@media (min-width: 48em) {
  .lp-video-downloads li:first-child {
    grid-column: 1/3;
  }
}
.lp-video-downloads li:last-child {
  padding-bottom: 0;
}
.lp-video-downloads a {
  color: #bc4452;
}

.resource-list {
  list-style: none;
  padding: 0.625em 0 0;
  max-width: 60rem;
  margin: 0 auto 1.25rem;
}
@media (min-width: 48em) {
  .resource-list {
    display: grid;
    grid-gap: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 60em) {
  .resource-list {
    grid-gap: 5rem;
  }
}
@media (min-width: 84em) {
  .resource-list {
    grid-template-columns: repeat(4, 1fr);
    max-width: 90rem;
  }
}

.resource {
  text-align: center;
  max-width: 22.5rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}
@media (min-width: 48em) {
  .resource {
    padding-bottom: 0;
  }
}
.resource.resource--video {
  max-width: 25rem;
}
@media (min-width: 48em) {
  .resource.resource--video {
    padding-bottom: 5rem;
  }
}

.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: #bc4452;
}
.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: #973641;
}
.resource__button::before {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202608_LP4_idop/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;
}

.resource__download-count {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}