[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_202505_LP3_martyr/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(189, 186, 179, 0.5);
}

.lp {
  background: white;
  overflow: hidden;
  padding: 0 1.25rem;
}
@media (min-width: 23.25em) {
  .lp {
    padding: 0 1.875rem;
  }
}
@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: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202505_LP3_martyr/bg_header.webp?v=20240720) center top no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 2.5rem;
}

.lp-top__photo {
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.5);
  background: #ecd39b url(https://assets.persecution.com/public/graphics/lp_specific/lp_202505_LP3_martyr/header.webp?v=20240720) center top no-repeat;
  background-size: auto 35rem;
  margin: 0 auto -2.5rem;
  padding-top: 32.5rem;
  position: relative;
  width: 20rem;
  z-index: 1;
}
@media (min-width: 25.875em) {
  .lp-top__photo {
    padding-top: 38.75rem;
    width: 23.75rem;
  }
}
@media (min-width: 48em) {
  .lp-top__photo {
    background-size: cover;
    padding-top: 42.5rem;
    width: 45rem;
  }
}
@media (min-width: 60em) {
  .lp-top__photo {
    padding-top: 50rem;
    width: 57.5rem;
  }
}
@media (min-width: 72em) {
  .lp-top__photo {
    padding-top: 60rem;
    width: 70rem;
  }
}

.lp-title {
  margin: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202505_LP3_martyr/logo.webp) center bottom no-repeat;
  background-size: 100% auto;
  height: 9.125rem;
  margin-top: -3rem;
  margin-left: -3rem;
  width: 6rem;
  text-indent: -999rem;
}
@media (min-width: 25.875em) {
  .lp-title {
    height: 12rem;
    margin-top: -5.125rem;
    margin-left: -3.4rem;
    width: 6.8rem;
  }
}
@media (min-width: 48em) {
  .lp-title {
    height: 18.25rem;
    margin-top: -8.25rem;
    margin-left: -4rem;
    width: 8rem;
  }
}
@media (min-width: 60em) {
  .lp-title {
    margin-top: -5.5rem;
    margin-left: -5rem;
    width: 10rem;
  }
}
@media (min-width: 72em) {
  .lp-title {
    margin-top: -2.5rem;
    margin-left: -6rem;
    width: 12rem;
  }
}

.lp-title-sub {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(236, 211, 155, 0), rgba(236, 211, 155, 0.1), rgba(236, 211, 155, 0.8), rgba(236, 211, 155, 0.9));
  text-align: center;
  padding: 7.5rem 1.25rem 1.25rem;
}
@media (min-width: 48em) {
  .lp-title-sub {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-title-sub {
    padding: 10rem 2.5rem 2.5rem;
  }
}
.lp-title-sub img {
  max-width: 7.5rem;
  filter: drop-shadow(0 0.375rem 1.5rem rgba(0, 0, 0, 0.35));
  margin-bottom: 0.625rem;
}
@media (min-width: 72em) {
  .lp-title-sub img {
    margin-bottom: 1rem;
    max-width: 12.5rem;
  }
}
.lp-title-sub strong {
  color: #224356;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: -0.025em;
  display: block;
}
@media (min-width: 25.875em) {
  .lp-title-sub strong {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 48em) {
  .lp-title-sub strong {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-title-sub strong {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.lp-title-sub span {
  color: #a4492e;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin: 0 auto;
  display: block;
}
@media (min-width: 25.875em) {
  .lp-title-sub span {
    letter-spacing: 0.1em;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 48em) {
  .lp-title-sub span {
    font-size: 16px;
    font-size: 1rem;
    max-width: 25rem;
  }
}
@media (min-width: 72em) {
  .lp-title-sub span {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 32.5rem;
  }
}

.lp-section-title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ecd39b;
  line-height: 1.25;
  margin: 0 0 1.25rem;
}
@media (min-width: 72em) {
  .lp-section-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.lp-top__content {
  background: #2b2d28 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202505_LP3_martyr/bg_dark.webp) center top no-repeat;
  background-size: cover;
  color: white;
  padding: 6.25rem 1.875rem 5rem;
  position: relative;
}
@media (min-width: 48em) {
  .lp-top__content {
    padding: 6.25rem 3.125rem;
  }
}
@media (min-width: 72em) {
  .lp-top__content {
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 90em) {
  .lp-top__content {
    background-size: 110rem auto;
  }
}
.lp-top__content .title {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.25;
}
@media (min-width: 48em) {
  .lp-top__content .title {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 60em) {
  .lp-top__content .title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 72em) {
  .lp-top__content .title {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
}

.lp-top__content-inner {
  position: relative;
  margin: 0 auto;
  max-width: 25.875rem;
}
@media (min-width: 48em) {
  .lp-top__content-inner {
    max-width: 38.75rem;
  }
}
@media (min-width: 72em) {
  .lp-top__content-inner {
    max-width: 87.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.75rem;
  }
}
@media (min-width: 84em) {
  .lp-top__content-inner {
    grid-template-columns: 1.5fr 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-bottom: 1.875rem;
}
@media (min-width: 48em) {
  .lp-video-wrap {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-video-wrap {
    margin-bottom: 3.75rem;
  }
}
.lp-video-wrap iframe {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

@media (min-width: 72em) {
  .lp-video__desc {
    margin: 0 auto;
    max-width: 40rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.lp-free-resources {
  background-color: rgba(0, 0, 0, 0.375);
  border-radius: 0.375rem;
  padding: 1.875rem;
  max-width: 42.5rem;
  margin: 0 auto 5rem;
}
@media (min-width: 48em) {
  .lp-free-resources {
    margin-bottom: 0;
    padding: 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-free-resources {
    max-width: 87.5rem;
  }
}
.lp-free-resources .title {
  color: #ecd39b;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 90em) {
  .lp-free-resources .title {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp-free-resources .free-offer__img {
  margin: 0 auto 1.25rem;
  display: block;
}
@media (min-width: 72em) {
  .lp-free-resources .free-offer__img {
    margin: 0 -1.25rem 1.5rem;
  }
}
.lp-free-resources .field {
  position: relative;
  padding: 0 0 1.25rem;
}
@media (min-width: 72em) {
  .lp-free-resources .field {
    padding: 0 1.875rem 2.5rem;
  }
}
.lp-free-resources [type=checkbox] {
  position: absolute;
  left: 0;
  top: 0.75rem;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
@media (min-width: 48em) {
  .lp-free-resources [type=checkbox] {
    left: 1.5rem;
    top: 0.2rem;
  }
}
@media (min-width: 72em) {
  .lp-free-resources [type=checkbox] {
    top: 0.375rem;
  }
}
.lp-free-resources label {
  color: white;
  display: block;
  font-weight: normal;
}
.lp-free-resources label em {
  color: white;
  display: inline-block;
  margin: 0;
}
.lp-free-resources label strong {
  color: #ecd39b;
  display: block;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media (min-width: 72em) {
  .lp-free-resources label strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.free-offer__desc-included strong {
  color: #ecd39b;
}
.free-offer__desc-included h3 {
  color: #ecd39b;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 1.25rem 0 0.625rem;
}
.free-offer__desc-included ul {
  margin: 0;
  padding: 0 0 1.25rem 1.25rem;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .free-offer__desc-included ul {
    break-inside: avoid;
    columns: 2;
    column-gap: 2.5rem;
  }
}
.free-offer__desc-included ul li {
  break-inside: avoid;
  padding-bottom: 0.375rem;
}
.free-offer__desc-included .free-offer__view-more {
  text-align: center;
}
.free-offer__desc-included .free-offer__view-more .button {
  border: 2px solid #f37443;
  color: #f37443;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  font-size: 0.75rem;
  background: none;
}
.free-offer__desc-included .free-offer__view-more .button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.lp-dotcm {
  background: #2c4354 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202505_LP3_martyr/bg_blue.webp) center top no-repeat;
  background-size: cover;
  color: white;
  margin: 0 -1.875rem;
  padding: 3.75rem 1.875rem;
}
@media (min-width: 60em) {
  .lp-dotcm {
    padding: 7.5rem 3.75rem;
  }
}
@media (min-width: 90em) {
  .lp-dotcm {
    background-size: 110rem auto;
  }
}

.lp-dotcm__inner {
  margin: 0 auto;
  max-width: 30rem;
  display: grid;
  grid-template-rows: 20rem auto;
  gap: 2.5rem;
}
@media (min-width: 60em) {
  .lp-dotcm__inner {
    max-width: 65rem;
    gap: 3.75rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 72em) {
  .lp-dotcm__inner {
    gap: 5rem;
  }
}

.lp-dotcm__imgs {
  margin: 0 auto;
  width: 100%;
  max-width: 22.5rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-dotcm__imgs {
    max-width: 100%;
  }
}

.lp-dotcm__img {
  border: 0.375rem solid white;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 70%;
}
.lp-dotcm__img:nth-child(1) {
  top: 0;
  right: 10%;
}
.lp-dotcm__img:nth-child(2) {
  top: 25%;
}
.lp-dotcm__img:nth-child(3) {
  top: 50%;
  right: 0;
}

.lp-dotcm__desc h2 {
  color: #ecd39b;
  margin: 0 0 1.25rem;
}
.lp-dotcm__desc strong {
  color: #ecd39b;
}
.lp-dotcm__desc blockquote {
  border-top: 0.625rem solid rgba(0, 0, 0, 0.25);
  padding-top: 1.875rem;
  margin-top: 1.875rem;
}
.lp-dotcm__desc blockquote p {
  font-family: Georgia, serif;
  font-style: italic;
}
.lp-dotcm__desc blockquote cite {
  color: #ecd39b;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: right;
  font-style: normal;
}

.lp-getty {
  background: #2c4354 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202505_LP3_martyr/bg_blue.webp) center top no-repeat;
  background-size: cover;
  color: white;
  margin: 0 -1.875rem;
  padding: 3.75rem 1.875rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-getty {
    padding: 0 3.75rem;
  }
}
@media (min-width: 90em) {
  .lp-getty {
    background-size: 110rem auto;
  }
}
.lp-getty::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.lp-getty__inner {
  position: relative;
  margin: 0 auto;
  max-width: 30rem;
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 60em) {
  .lp-getty__inner {
    max-width: 55rem;
    gap: 3.75rem;
    grid-template-columns: 1fr 20rem;
    align-items: center;
  }
}

.lp-getty__desc h2 {
  color: #ecd39b;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 0.625rem;
}
.lp-getty__desc p {
  padding-bottom: 0;
}
.lp-getty__desc a {
  color: #ecd39b;
}

.lp-getty__img {
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.35);
}
@media (min-width: 60em) {
  .lp-getty__img {
    margin: -0.625rem 0;
  }
}

.lp-products {
  background: #fcfaf5 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202505_LP3_martyr/bg_godeeper.webp) center top no-repeat;
  background-size: 80rem auto;
  padding: 5rem 1.875rem 6.25rem;
  margin: 0 -1.875rem;
}
@media (min-width: 60em) {
  .lp-products {
    padding: 7.5rem 1.875rem;
  }
}
.lp-products h2 {
  line-height: 1.2;
  margin: 0 0 2.5rem;
}
.lp-products h2 strong {
  display: block;
  color: #a4492e;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .lp-products h2 strong {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 1.25rem;
  }
}
.lp-products h2 span {
  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;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 48em) {
  .lp-products h2 span {
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 32.5rem;
  }
}
@media (min-width: 60em) {
  .lp-products h2 span {
    font-size: 26px;
    font-size: 1.625rem;
    max-width: 52.5rem;
  }
}

.lp .products {
  margin: 0 auto;
  max-width: 22.5rem;
  padding: 0 0 7.5rem;
}
@media (min-width: 48em) {
  .lp .products {
    padding: 0 3.75rem 7.5rem;
    display: grid;
    grid-column-gap: 3.75rem;
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
    max-width: 70rem;
  }
}
@media (min-width: 72em) {
  .lp .products {
    grid-column-gap: 5rem;
    grid-row-gap: 1.875rem;
  }
}
.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;
  }
}
.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;
  height: 11rem;
  margin: 0 auto;
}
@media (min-width: 23.25em) {
  .lp .product__image img {
    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__qtys {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.lp .product__name-main {
  color: #224356;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.25;
  padding-bottom: 0.375rem;
  text-align: center;
}
@media (min-width: 48em) {
  .lp .product__name-main {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.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: #224356;
}
.lp .qty__price {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.lp .lp-continue-submit input,
.lp .button--processing {
  background: none;
  background-color: #224356;
}
.lp .lp-continue-submit input:hover,
.lp .button--processing:hover {
  background-color: #142731;
}

.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-products .title--minor {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  color: #224356;
}
.lp-products label {
  color: #224356;
}
.lp-products .ordersummary__total .ordersummary__price,
.lp-products .ordersummary .ordersummary__total td,
.lp-products .product__info,
.lp-products .product__info .field--submit {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.lp-products .cc-supported {
  background-color: #ecd39b;
}

.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_202505_LP3_martyr/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;
}
.donations label strong {
  color: #224356;
}

.ordersummary .ordersummary__item {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.ordersummary .ordersummary__total td span {
  color: #224356;
}

.ordersummary .ordersummary__total .ordersummary__total-label {
  color: #224356;
}

.order-fields label,
.field--text .field__address2-link {
  color: #224356;
}

.lp .products__content .cc-supported {
  background-color: rgba(236, 211, 155, 0.35);
}

.lp-for-my-church {
  margin: 0 auto 2.5rem;
  max-width: 24rem;
}
.lp-for-my-church [type=checkbox] + label::before {
  top: 0.15rem;
}

.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: 0;
}
@media (min-width: 48em) {
  .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-products [type=checkbox]:checked:focus + label:before,
.lp-products [type=checkbox]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 4px rgba(34, 67, 86, 0.5);
}

.site-main--idop2021com .title--minor {
  margin-bottom: 1.25rem;
}
.site-main--idop2021com .lp-yourinfo-fields {
  border-top: none;
}
@media (min-width: 48em) {
  .site-main--idop2021com .lp-yourinfo-fields {
    padding-top: 2.5rem;
  }
}
.site-main--idop2021com .lp-yourinfo-submit {
  margin: 0 auto;
  max-width: 32rem;
  padding-top: 0;
}
.site-main--idop2021com .field--submit {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.lp-resources-header {
  margin: 0 -6.25rem;
  position: relative;
}
@media (min-width: 48em) {
  .lp-resources-header {
    margin: 0 auto;
    max-width: 60rem;
  }
}
.lp-resources-header .lp-resources-header__bg {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202505_LP3_martyr/bg_header.webp) center top no-repeat;
  background-size: cover;
  height: 13.75rem;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp-resources-header .lp-resources-header__bg {
    border-radius: 0 0 0.5rem 0.5rem;
    height: 21.25rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }
}

.lp-resources-logo {
  margin: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202505_LP3_martyr/logo.webp) center bottom no-repeat;
  background-size: 100% auto;
  height: 13.75rem;
  margin-top: -3.75rem;
  margin-left: -3.5rem;
  width: 7rem;
  text-indent: -999rem;
}
@media (min-width: 48em) {
  .lp-resources-logo {
    height: 18.25rem;
    margin-top: -1.25rem;
    margin-left: -6rem;
    width: 12rem;
  }
}

.resource-tabs__nav {
  border-bottom: 0.125rem solid #224356;
  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: #224356;
}
.resource-tabs__tab[aria-selected=false] {
  background: transparent;
  color: #224356;
}

.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-content--resources {
  padding-bottom: 5rem;
}
@media (min-width: 48em) {
  .lp-content--resources {
    border-top: none;
  }
}

.lp .resources-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 48em) {
  .lp .resources-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 3.125rem;
    padding-top: 1.875rem;
    text-align: center;
  }
}

.lp .resource-list {
  list-style: none;
  padding: 0.625em 0 0;
  display: grid;
  grid-gap: 1.875rem;
  margin: 0 auto 1.25rem;
}
.lp .resource-list.resource-list--3 {
  max-width: 60rem;
}
@media (min-width: 54em) {
  .lp .resource-list.resource-list--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 48em) {
  .lp .resource-list.resource-list--4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 40rem;
  }
}
@media (min-width: 80em) {
  .lp .resource-list.resource-list--4 {
    grid-template-columns: repeat(4, 1fr);
    max-width: 75rem;
  }
}

.resource-year {
  margin-bottom: 10rem;
}

.resource {
  text-align: center;
  max-width: 22.5rem;
  margin: 0 auto;
  padding-bottom: 1.25rem;
}

.resource--video {
  margin-bottom: 3.125rem;
  max-width: 100%;
}
.resource--video .lp-video-wrapper {
  max-width: 38rem;
  margin: 0 -1.25rem 1.25rem;
}
@media (min-width: 36em) {
  .resource--video .lp-video-wrapper {
    margin: 0 auto 1.25rem;
  }
}
.resource--video .lp-video {
  padding-top: 56.25%;
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.25);
  background-color: black;
  position: relative;
}
.resource--video .lp-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.resource--video:not(:first-of-type) {
  margin-top: 3.5rem;
}

.lp-video-downloads {
  border: 2px solid #224356;
  border-radius: 0.375rem;
  padding: 1.25rem;
  margin: 1.875rem auto 1rem;
  max-width: 25rem;
}
.lp-video-downloads h3 {
  background-color: white;
  width: 12.5rem;
  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;
}
.lp-video-downloads h3::before {
  background: #224356 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202505_LP3_martyr/icon_download.svg) center 0.375rem no-repeat;
  content: "";
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  position: absolute;
  left: -2.25rem;
  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 a {
  color: #224356;
}

.resource__img {
  margin: 0 auto 1rem;
  max-width: 15rem;
}
.resource--video .resource__img {
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.25);
  margin: 0 -1.25rem 1.25rem;
  background-color: black;
  max-width: 38rem;
  position: relative;
}
@media (min-width: 48em) {
  .resource--video .resource__img {
    margin: 0 auto 1.25rem;
  }
}
.resource--video .resource__img img {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.resource--video .resource__img img:hover {
  opacity: 0.85;
}
.resource--video .resource__img a {
  display: block;
}
.resource--video .resource__img a::before {
  content: "";
  display: block;
  border-top: 1.25rem solid transparent;
  border-bottom: 1.25rem solid transparent;
  border-left: 2rem solid white;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1.25rem;
  margin-left: -0.75rem;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 48em) {
  .resource--video .resource__img a::before {
    border-top: 2.5rem solid transparent;
    border-bottom: 2.5rem solid transparent;
    border-left: 4rem solid white;
    margin-top: -2.5rem;
    margin-left: -1.5rem;
  }
}
.resource--video .resource__img a::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  position: absolute;
  border: 0.15rem solid white;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  pointer-events: none;
}
@media (min-width: 48em) {
  .resource--video .resource__img a::after {
    width: 10rem;
    border: 0.25rem solid white;
    height: 10rem;
    margin-top: -5rem;
    margin-left: -5rem;
  }
}

.resource__title {
  color: #224356;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.3;
}
.resource__title em {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding-top: 0.25rem;
  font-style: normal;
  display: block;
}

.resource__description,
.resource__note {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  padding-bottom: 1rem;
  text-align: center;
}
.resource__description p:last-of-type,
.resource__note p:last-of-type {
  padding-bottom: 0;
}

.resource__note {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
  padding-top: 1rem;
}

.resource__button {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.15rem;
  padding: 0.75rem 1rem 0.75rem 3.5rem;
  text-transform: uppercase;
  background: #224356;
  margin-top: 1rem;
}
.resource__button:hover {
  background: #0c181f;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.resource__button::before {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202505_LP3_martyr/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-soon {
  letter-spacing: 0;
  font-weight: normal;
  background-image: none;
  background-color: #aaa;
  box-shadow: none;
  text-transform: none;
}
.resource__download-soon:hover {
  background-image: none;
  cursor: auto;
}

.resource__download-count {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  padding-top: 0.625rem;
}

.show-old-resources {
  border-top: 1px solid #ddd;
  max-width: 60rem;
  margin: 5rem auto;
  padding-top: 2.5rem;
  text-align: center;
}
.show-old-resources button {
  background: none;
  border: 2px solid #224356;
  box-shadow: none;
  color: #224356;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
.show-old-resources button:hover {
  background-color: rgba(34, 67, 86, 0.2);
}

.old-resources {
  margin: 5rem 0;
  padding-top: 2.5rem;
}

.resource__spanish-logo {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202505_LP3_martyr/resources/resources_logo_2025_spanish.webp) center no-repeat;
  background-size: contain;
  filter: drop-shadow(0 0.3rem 0.55rem rgba(0, 0, 0, 0.4));
  width: 7.5rem;
  height: 12.5rem;
  margin: 2.5rem auto 3.75rem;
}
@media (min-width: 60em) {
  .resource__spanish-logo {
    width: 11.25rem;
    height: 15rem;
  }
}