@charset "UTF-8";
.lp {
  background-color: #eee9df;
  color: #424547;
  position: relative;
}

.lp-hero {
  background-color: #35170d;
  color: white;
  overflow: hidden;
  position: relative;
}
.lp-hero::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.25rem;
  position: absolute;
  z-index: 3;
}

.lp-hero__visual {
  aspect-ratio: 0.75;
  background: linear-gradient(rgba(50, 18, 5, 0.12), rgba(50, 18, 5, 0.12)), url(https://assets.persecution.com/public/graphics/lp_specific/lp_202607_LP5_extremedevotion/header.jpg?v=20260727) 12.5% top/cover no-repeat;
  margin: -5rem auto -9.375rem;
  max-width: 100rem;
  position: relative;
  width: 100%;
}
@media (min-width: 36em) {
  .lp-hero__visual {
    aspect-ratio: 0.9;
    background-position: 10% top;
  }
}
@media (min-width: 60em) {
  .lp-hero__visual {
    aspect-ratio: 3000/1803;
    background-image: linear-gradient(rgba(50, 18, 5, 0.08), rgba(50, 18, 5, 0.08)), url(https://assets.persecution.com/public/graphics/lp_specific/lp_202607_LP5_extremedevotion/header.webp?v=20260727);
    background-position: center top;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
}
@media (min-width: 90em) {
  .lp-hero__visual {
    margin-top: -8rem;
    aspect-ratio: 1.45;
  }
}
.lp-hero__visual::after {
  background: linear-gradient(to bottom, transparent 72%, #35170d 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.lp-hero__inner {
  margin: 0 auto;
  max-width: 72.5rem;
  padding: 2.5rem 1.25rem 3rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 36em) {
  .lp-hero__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 60em) {
  .lp-hero__inner {
    display: grid;
    grid-template-columns: minmax(16rem, 1fr) minmax(26rem, 32rem);
    grid-template-rows: 1fr auto;
    gap: 2rem;
    min-height: clamp(50rem, 60.1vw, 66.1rem);
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (min-width: 72em) {
  .lp-hero__inner {
    grid-template-columns: 1fr 34rem;
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 90em) {
  .lp-hero__inner {
    min-height: 0;
  }
}

.lp-hero__steam {
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .lp-hero__steam {
    display: none;
  }
}

.lp-hero__content {
  margin: 0 auto;
  max-width: 34rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 60em) {
  .lp-hero__content {
    grid-column: 2;
    grid-row: 1/span 2;
    margin: 0;
  }
}

.lp-hero__title {
  font-weight: normal;
  margin: 0 auto 2.25rem;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.lp-hero__title-top,
.lp-hero__title-sub {
  display: block;
  text-wrap: balance;
}

.lp-hero__title-top {
  color: #dbd3c6;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .lp-hero__title-top {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 72em) {
  .lp-hero__title-top {
    margin-bottom: -3.75rem;
  }
}
.lp-hero__title-top em {
  font-style: normal;
}
@media (min-width: 72em) {
  .lp-hero__title-top em {
    margin-right: 4.75rem;
  }
}

.lp-hero__title-art {
  display: block;
  margin: 0 auto;
  max-width: 25rem;
}
@media (min-width: 72em) {
  .lp-hero__title-art {
    max-width: 100%;
    position: relative;
    left: 0.5rem;
  }
}
.lp-hero__title-art img {
  display: block;
  width: 100%;
}

.lp-hero__title-sub {
  color: #f3dcbb;
  font-family: freight-text-pro, "Georgia", "Times New Roman", Times, serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.35;
  margin: -1.25rem auto 0;
  max-width: 27rem;
}
@media (min-width: 60em) {
  .lp-hero__title-sub {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 72em) {
  .lp-hero__title-sub {
    text-align: left;
    max-width: 100%;
    margin-top: -2.5rem;
    padding: 0 4.375rem;
  }
}
@media (min-width: 90em) {
  .lp-hero__title-sub {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.lp-hero__proof {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  letter-spacing: 0.18em;
  margin: 2.5rem auto 0;
  max-width: 22rem;
  position: relative;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
  text-transform: uppercase;
  z-index: 1;
}
@media (min-width: 60em) {
  .lp-hero__proof {
    align-self: end;
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    margin: 0 auto 1.5rem;
    width: 22rem;
  }
}
@media (min-width: 90em) {
  .lp-hero__proof {
    margin-right: 2.5rem;
    margin-bottom: 1.125rem;
  }
}

.lp-hero__proof-copies,
.lp-hero__proof-bestseller {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 0.3125rem 0;
}
.lp-hero__proof-copies span,
.lp-hero__proof-bestseller span {
  font-family: freight-text-pro, "Georgia", "Times New Roman", Times, serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.lp-hero__proof-copies {
  border-right: 0.125rem solid rgba(255, 255, 255, 0.25);
  color: #f3dcbb;
}
.lp-hero__proof-copies strong {
  color: white;
  font-size: 28px;
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  line-height: 1;
  margin: 0 0 0.25rem;
}

.lp-hero__proof-bestseller {
  align-items: flex-start;
  color: #f3dcbb;
  text-align: left;
  padding-left: 2.25rem;
  padding-right: 0;
}
.lp-hero__proof-bestseller strong {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  margin-top: 0.125rem;
  text-transform: none;
}

.lp-intro {
  background: #eee9df url(https://assets.persecution.com/public/graphics/lp_specific/lp_202607_LP5_extremedevotion/bg.jpg?v=20260727) center top/cover no-repeat;
}

.lp-intro__inner {
  margin: 0 auto;
  max-width: 72.5rem;
  padding: 3.75rem 1.875rem 4.5rem;
}
@media (min-width: 48em) {
  .lp-intro__inner {
    align-items: center;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(15rem, 0.8fr);
    gap: 4rem;
    padding: 5rem 3.75rem;
  }
}
@media (min-width: 72em) {
  .lp-intro__inner {
    gap: 7rem;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.lp-intro__content {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 60em) {
  .lp-intro__content {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-intro__content p {
  margin: 0 0 1rem;
  padding: 0;
}
.lp-intro__content ul {
  color: #3c7586;
  font-weight: bold;
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
}
@media (min-width: 60em) {
  .lp-intro__content ul {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp-intro__content li {
  margin-bottom: 0.625rem;
  padding-left: 1.25rem;
  position: relative;
}
.lp-intro__content li::before {
  content: "•";
  color: rgba(0, 0, 0, 0.35);
  left: 0.25rem;
  position: absolute;
}

.lp-intro__note {
  color: rgba(66, 69, 71, 0.55);
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}
.lp-intro__note em {
  font-style: normal;
}

.lp-intro__button {
  align-items: center;
  background-color: #c75b28;
  border-radius: 0.3rem;
  box-shadow: 0 3px 0 #833c1a, 0 5px 12px rgba(0, 0, 0, 0.2);
  color: white;
  display: inline-flex;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin: 1.25rem 0 0;
  min-height: 3.5rem;
  padding: 0.875rem 1rem;
  text-wrap: balance;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: auto;
}
@media (min-width: 72em) {
  .lp-intro__button {
    font-size: 16px;
    font-size: 1rem;
    padding-right: 1.5rem;
    padding-left: 1rem;
  }
}
.lp-intro__button:hover, .lp-intro__button:focus {
  background-color: #a54b21;
  color: white;
  transform: translateY(-1px);
}
.lp-intro__button img {
  flex: 0 0 auto;
  height: 2rem;
  margin-right: 1rem;
  width: 2rem;
}

.lp-intro__cta {
  text-align: center;
}
@media (min-width: 48em) {
  .lp-intro__cta {
    text-align: left;
  }
}

.lp-intro__product {
  margin: 3.5rem auto 0;
  max-width: 19rem;
}
@media (min-width: 48em) {
  .lp-intro__product {
    margin: 0 -3.125rem;
    max-width: none;
  }
}
@media (min-width: 72em) {
  .lp-intro__product {
    margin: 0 -3.75rem;
  }
}
@media (min-width: 84em) {
  .lp-intro__product {
    margin: 0 -5rem;
  }
}
.lp-intro__product img {
  display: block;
  filter: drop-shadow(0 1rem 1rem rgba(0, 0, 0, 0.25));
  width: 100%;
}

.lp-form {
  background-color: rgba(247, 244, 238, 0.95);
  border-radius: 0.45rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  color: #424547;
  display: none;
  margin: 0 auto;
  max-width: 34rem;
  padding: 1.5rem;
  text-shadow: none;
}
@media (min-width: 36em) {
  .lp-form {
    margin: 0 2.375rem;
  }
}
.js .lp-form {
  display: block;
}
@media (min-width: 36em) {
  .lp-form {
    padding: 1.75rem 2rem;
  }
}
.lp-form h3 {
  color: #3c7586;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 0 0.625rem;
  letter-spacing: -0.01em;
}
@media (min-width: 60em) {
  .lp-form h3 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.lp-form h3 em {
  font-family: freight-text-pro, "Georgia", "Times New Roman", Times, serif;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media (min-width: 60em) {
  .lp-form h3 em {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.lp-form h3 strong {
  font-weight: bold;
}
.lp-form .lp-yourinfo-fields {
  border: none;
  padding-top: 0;
}
.lp-form .title--minor {
  color: #5b5e63;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin: 1.5rem 0 1.25rem;
  text-transform: uppercase;
}
.lp-form .title--minor:first-of-type {
  display: none;
}
.lp-form .lp-form__cost {
  align-items: center;
  display: flex;
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0 0 1.25rem;
}
@media (min-width: 72em) {
  .lp-form .lp-form__cost {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.lp-form .lp-form__cost img {
  flex: 0 0 auto;
  height: 1.25rem;
  margin-right: 0.5rem;
  width: 1.25rem;
}
.lp-form .field {
  padding-bottom: 1rem;
}
.lp-form input,
.lp-form textarea,
.lp-form .custom-select {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.lp-form input:focus,
.lp-form textarea:focus,
.lp-form .custom-select:focus {
  border-color: #64a6ba;
  box-shadow: 0 4px 14px rgba(60, 117, 134, 0.2);
}
.lp-form label {
  color: #3c7586;
  font-size: 13px;
  font-size: 0.8125rem;
}
.lp-form #js-singlestep-name-fields label,
.lp-form #js-singlestep-email-field label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.lp-form #js-singlestep-name-fields input::placeholder,
.lp-form #js-singlestep-email-field input::placeholder {
  color: rgba(91, 94, 99, 0.58);
  opacity: 1;
}
.lp-form label button {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: auto;
  padding: 0;
  text-decoration: underline;
}
.lp-form .lp-yourinfo-fields__fields {
  padding: 0;
}
.lp-form .field--text .field__address2-link {
  color: #3c7586;
}
.lp-form .is-hidden {
  display: none;
}
.lp-form .field--submit {
  border-top: 0;
  margin-top: 0.25rem;
  padding: 0;
}
.lp-form [type=submit],
.lp-form .lp-progressive-form__continue {
  background: #c75b28;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: none;
  color: white;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  text-transform: uppercase;
  width: 100%;
}
.lp-form [type=submit]:hover, .lp-form [type=submit]:focus,
.lp-form .lp-progressive-form__continue:hover,
.lp-form .lp-progressive-form__continue:focus {
  background: #a54b21;
  color: white;
}
.lp-form .disclaimers,
.lp-form .consent {
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 2rem;
}
.lp-form .consent {
  padding: 1rem 0 2rem;
}

.lp-progressive-form__continue {
  display: none;
}
.js .lp-progressive-form__continue {
  display: block;
}

.lp-progressive-form__summary {
  align-items: center;
  background: rgba(60, 117, 134, 0.08);
  border: 1px solid rgba(60, 117, 134, 0.2);
  border-radius: 0.25rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0.75rem;
}

.lp-progressive-form__summary[hidden] {
  display: none;
}

.lp-progressive-form__summary-text {
  line-height: 1.35;
  min-width: 0;
}
.lp-progressive-form__summary-text strong,
.lp-progressive-form__summary-text span {
  display: block;
}
.lp-progressive-form__summary-text strong {
  color: #3c7586;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.15rem;
  text-transform: uppercase;
}
.lp-progressive-form__summary-text span {
  font-size: 13px;
  font-size: 0.8125rem;
  overflow-wrap: anywhere;
}

.lp-progressive-form__edit {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #3c7586;
  flex: 0 0 auto;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.25rem;
  text-decoration: underline;
}
.lp-progressive-form__edit:hover {
  background: rgba(60, 117, 134, 0.125);
  color: #3c7586;
}

.js .lp-progressive-form:not(.is-expanded) .lp-yourinfo-fields__fields > * {
  display: none;
}
.js .lp-progressive-form:not(.is-expanded) #js-singlestep-name-fields,
.js .lp-progressive-form:not(.is-expanded) #js-singlestep-email-field {
  display: block;
}
.js .lp-progressive-form:not(.is-expanded) .lp-yourinfo-turnstile-container,
.js .lp-progressive-form:not(.is-expanded) .lp-yourinfo-submit,
.js .lp-progressive-form:not(.is-expanded) .lp-magazine-note {
  display: none;
}

.js .lp-progressive-form.is-expanded #js-singlestep-name-fields,
.js .lp-progressive-form.is-expanded #js-singlestep-email-field,
.js .lp-progressive-form.is-expanded .lp-progressive-form__continue {
  display: none;
}

.lp-magazine-note {
  color: rgba(0, 0, 0, 0.6);
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 1.5rem auto 0;
}