.lp {
  padding: 1.25rem 1.25rem 5rem;
  background: white center top no-repeat;
  background-attachment: fixed;
  background-size: auto 80vh;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP13_joel/bg_light.webp);
}
@media (min-width: 24em) {
  .lp {
    padding: 2.5rem 1.875rem 7.5rem;
  }
}
@media (min-width: 60em) {
  .lp {
    background-size: 120% auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 72em) {
  .lp {
    padding-top: 6.25rem;
  }
}
@media (min-width: 84em) {
  .lp {
    background-size: 100rem auto;
  }
}

.lp-wrap {
  max-width: 32rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp-wrap {
    max-width: 35rem;
  }
}
@media (min-width: 72em) {
  .lp-wrap {
    position: relative;
    max-width: 60rem;
    display: grid;
    grid-template-columns: 1.325fr 1fr;
    grid-template-rows: auto 1fr;
    grid-column-gap: 5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 84em) {
  .lp-wrap {
    max-width: 72.5rem;
    grid-template-columns: 35rem 1fr;
  }
}

.lp-photo {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP13_joel/photo4.webp) center no-repeat;
  background-size: cover;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.3);
  margin-bottom: 3.125rem;
  padding-top: 67%;
}
@media (min-width: 72em) {
  .lp-photo {
    margin-bottom: 1.25rem;
  }
}

.lp-title {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP13_joel/title.webp) center no-repeat;
  background-size: contain;
  margin: 0 0 1.25rem;
  text-indent: -999rem;
  height: 4.625rem;
}
@media (min-width: 48em) {
  .lp-title {
    height: 5.5rem;
  }
}
@media (min-width: 72em) {
  .lp-title {
    height: 6.25rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 84em) {
  .lp-title {
    height: 7rem;
  }
}

@media (min-width: 72em) {
  .lp-lower {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 5rem;
  }
}

.lp-content {
  grid-column: 1;
  grid-row: 1/3;
}

.lp-content__content {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 22.5rem;
}
@media (min-width: 48em) {
  .lp-content__content {
    max-width: 40rem;
  }
}
@media (min-width: 72em) {
  .lp-content__content {
    display: block;
    max-width: none;
    position: relative;
  }
}

.lp-intro__photo {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  margin: 1.25rem 0 2.5rem;
}

.lp-intro__photo--small {
  float: left;
  max-width: 40%;
  margin: 0.3125rem 1.875rem 1rem 0;
}
@media (min-width: 48em) {
  .lp-intro__photo--small {
    margin-left: -1.25rem;
  }
}

.lp-magazine {
  background-color: #ede5da;
  padding: 1.875rem;
  border-radius: 0.625rem;
  margin: 3.75rem 0 1.875rem;
}

@media (min-width: 32em) {
  .lp-magazine__inner {
    display: grid;
    grid-template-columns: 11.25rem 1fr;
    align-items: center;
  }
}
@media (min-width: 72em) {
  .lp-magazine__inner {
    grid-template-columns: 6.5rem 1fr;
  }
}
@media (min-width: 84em) {
  .lp-magazine__inner {
    grid-template-columns: 7.75rem 1fr;
    gap: 1.25rem;
  }
}

.lp-magazine__image {
  margin: -3.125rem auto 1.25rem;
  max-width: 12.5rem;
}
@media (min-width: 32em) {
  .lp-magazine__image {
    margin: 0 0 0 -3rem;
  }
}
@media (min-width: 72em) {
  .lp-magazine__image {
    margin-left: -5rem;
    margin-right: 1.875rem;
  }
}
@media (min-width: 84em) {
  .lp-magazine__image {
    margin: -1.25rem 0 -1.25rem -3.75rem;
    max-width: 11.25rem;
  }
}

.lp-magazine__title {
  color: #038294;
  margin: 0 0 0.625rem;
}
.lp-magazine__title span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.lp-magazine__title strong {
  display: block;
  line-height: 1.15;
  font-size: 21px;
  font-size: 1.3125rem;
}

.lp-magazine__content p {
  padding: 0 0 1rem;
}
.lp-magazine__content .field--free-check {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding-bottom: 0;
}
.lp-magazine__content .field--free-check label {
  color: #038294;
  padding-bottom: 0;
}

.donations-wrapper .title--minor {
  margin-bottom: 0;
}
.donations-wrapper p {
  font-weight: bold;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 48em) {
  .donations-wrapper p {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 72em) {
  .donations-wrapper p {
    letter-spacing: -0.02em;
  }
}

.donations {
  padding-top: 2.5rem;
}
@media (min-width: 72em) {
  .donations {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.field--donation {
  margin-bottom: 1.25rem;
}
@media (min-width: 72em) {
  .field--donation {
    margin-bottom: 0.625rem;
    padding-bottom: 1.25rem;
  }
}
.field--donation:last-child {
  margin-bottom: 0;
}
.field--donation:last-child .field-recurring {
  display: none;
}

@media (min-width: 48em) {
  .field--donation label {
    padding-top: 0;
  }
}
@media (min-width: 72em) {
  .field--donation label {
    padding-left: 1.25rem;
  }
}
@media (min-width: 72em) {
  .field--donation label {
    padding-top: 0.225rem;
    padding-left: 10.5rem;
  }
}
@media (min-width: 48em) {
  .field--donation label strong {
    display: block;
  }
}

@media (min-width: 72em) {
  .field--donation .field__input-wrapper {
    position: relative;
  }
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper {
    position: absolute;
  }
}

@media (min-width: 72em) {
  .field--donation-recurring .field-recurring {
    padding-left: 2.5rem;
  }
}
@media (min-width: 72em) {
  .field--donation-recurring .field-recurring {
    padding-top: 0.375rem;
    padding-left: 11.75rem;
  }
}
@media (min-width: 72em) {
  .field--donation-recurring .field-recurring [type=checkbox] {
    left: 1.25rem;
  }
}
@media (min-width: 72em) {
  .field--donation-recurring .field-recurring [type=checkbox] {
    left: 10.5rem;
    top: 0.375rem;
  }
}
@media (min-width: 48em) {
  .field--donation-recurring .field-recurring label {
    padding-left: 0;
  }
}

.lp .title,
.lp-your-country label,
.field--donation label strong,
.ordersummary .ordersummary__total .ordersummary__total-label {
  color: #038294;
}

.lp-your-country {
  padding: 1.875rem 1.25rem 0;
}

.products__ordersummary-type {
  margin-bottom: 0;
}
.products__ordersummary-type .title {
  margin-bottom: 0;
}

.field--submit [type=submit],
.lp-continue-submit .button.button--processing {
  background: #038294;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.field--submit [type=submit]:hover,
.lp-continue-submit .button.button--processing:hover {
  background: #025662;
}