@charset "UTF-8";
.lp {
  background-color: #eee9df;
  color: #424547;
  position: relative;
}

.lp-hero {
  background-color: #1d1714;
  color: white;
  overflow: hidden;
  position: relative;
}
.lp-hero::before {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}

.lp-hero__visual {
  aspect-ratio: 3/2;
  background-color: #1d1714;
  background-image: linear-gradient(to bottom, transparent 62%, #1d1714 100%), url(https://assets.persecution.com/public/graphics/lp_specific/lp_202608_LP1_heartsoffire/header-v4.webp?v=20260804);
  background-position: center, 20% center;
  background-repeat: no-repeat;
  background-size: cover, 130% auto;
  margin: 0 auto -5rem;
  max-width: none;
  position: relative;
  width: 100%;
}
@media (min-width: 60em) {
  .lp-hero__visual {
    aspect-ratio: auto;
    background-image: linear-gradient(to right, rgba(29, 23, 20, 0.06) 32%, rgba(29, 23, 20, 0.88) 72%, #1d1714 100%), url(https://assets.persecution.com/public/graphics/lp_specific/lp_202608_LP1_heartsoffire/header-v4.webp?v=20260804);
    background-position: center, calc(50% - 7.5rem) top;
    background-size: cover, min(80vw, 75rem) auto;
    min-height: 35rem;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
  }
}
@media (min-width: 72em) {
  .lp-hero__visual {
    min-height: 45rem;
  }
}
@media (min-width: 90em) {
  .lp-hero__visual {
    background-image: linear-gradient(to right, rgba(29, 23, 20, 0.06) 32%, rgba(29, 23, 20, 0.88) 55%, #1d1714 100%), url(https://assets.persecution.com/public/graphics/lp_specific/lp_202608_LP1_heartsoffire/header-v4.webp?v=20260804);
    background-position: calc(50% + 2rem) center, calc(50% - 11.25rem) top;
    background-size: 45% 100%, min(100vw, 66.25rem) auto;
    min-height: 47.5rem;
  }
}
.lp-hero__visual::after {
  background: linear-gradient(to bottom, transparent 68%, #1d1714 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
@media (min-width: 90em) {
  .lp-hero__visual::after {
    bottom: 2rem;
  }
}
@media (min-width: 72em) {
  .lp-hero__visual::before {
    background: linear-gradient(to right, #1d1714, transparent);
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 12.5rem;
    z-index: 1;
  }
}
@media (min-width: 90em) {
  .lp-hero__visual::before {
    left: calc(50% - 44.5rem);
  }
}

.lp-hero__steam {
  height: 100%;
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.95;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .lp-hero__steam {
    display: none;
  }
}

.lp-hero__inner {
  margin: 0 auto;
  max-width: 72.5rem;
  padding: 1rem 1.25rem 3.25rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 36em) {
  .lp-hero__inner {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 60em) {
  .lp-hero__inner {
    display: grid;
    gap: 2rem;
    grid-template-columns: minmax(16rem, 1fr) minmax(26rem, 32rem);
    grid-template-rows: 1fr auto;
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
}
@media (min-width: 90em) {
  .lp-hero__inner {
    grid-template-columns: 1fr 34rem;
    padding-top: 8rem;
    padding-bottom: 7rem;
  }
}

.lp-hero__content {
  margin: 0 auto;
  max-width: 34rem;
}
@media (min-width: 60em) {
  .lp-hero__content {
    grid-column: 2;
    grid-row: 1/span 2;
    margin: 0;
  }
}

.lp-hero__partner {
  align-items: center;
  background: white;
  border: 1px solid white;
  border-radius: 0.3rem;
  color: #55585a;
  display: grid;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  gap: 1rem;
  justify-content: center;
  font-style: italic;
  margin: 0 auto 1.875rem;
  max-width: 30rem;
  padding: 0.65rem 1rem;
  text-align: center;
}
@media (min-width: 60em) {
  .lp-hero__partner {
    margin-top: -2.5rem;
  }
}
.lp-hero__partner.lp-hero__partner--with-logo {
  grid-template-columns: auto 1fr;
  text-align: left;
}

.lp-hero__partner-logo {
  padding-right: 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.lp-hero__partner-logo img {
  height: auto;
  max-height: 2rem;
  max-width: 6.5rem;
  width: auto;
}

.lp-tracking-pixel {
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1px;
}

.lp-hero__title {
  font-weight: normal;
  margin: 0 auto 2rem;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

.lp-hero__title-top,
.lp-hero__title-main,
.lp-hero__title-sub {
  display: block;
  text-wrap: balance;
}

.lp-hero__title-top {
  color: #cfeef6;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.35;
  text-transform: uppercase;
}
.lp-hero__title-top strong {
  color: white;
  font-weight: 800;
}

.lp-hero__title-main {
  color: white;
  font-family: freight-text-pro, "Georgia", "Times New Roman", Times, serif;
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 0.9;
  margin: 0.65rem 0 0.8rem;
}
@media (min-width: 72em) {
  .lp-hero__title-main {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
@media (min-width: 90em) {
  .lp-hero__title-main {
    font-size: 84px;
    font-size: 5.25rem;
  }
}
.lp-hero__title-main em {
  color: rgba(229, 207, 174, 0.85);
  display: inline-block;
  font-size: 0.35em;
  margin: 0 -0.15em;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-style: normal;
  letter-spacing: 0.15em;
  position: relative;
  text-transform: uppercase;
  top: -0.4em;
  left: 0.125em;
}

.lp-hero__title-sub {
  color: #f0dfc8;
  font-family: freight-text-pro, "Georgia", "Times New Roman", Times, serif;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 30rem;
}
@media (min-width: 60em) {
  .lp-hero__title-sub {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-hero__proof {
  align-items: stretch;
  display: grid;
  grid-template-columns: 1fr 1fr;
  letter-spacing: 0.14em;
  margin: 2.5rem auto 0;
  max-width: 20rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .lp-hero__proof {
    align-self: end;
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    margin: 0 auto;
    width: 23rem;
  }
}

.lp-hero__proof-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.3rem 0;
}
.lp-hero__proof-item span {
  color: #e5cfae;
  font-family: freight-text-pro, "Georgia", "Times New Roman", Times, serif;
  font-size: 11px;
  font-size: 0.6875rem;
}
.lp-hero__proof-item strong {
  color: white;
}

.lp-hero__proof-item--primary {
  border-right: 0.125rem solid rgba(255, 255, 255, 0.25);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5rem;
}
.lp-hero__proof-item--primary strong {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}

.lp-hero__proof-item--secondary {
  align-items: flex-start;
  padding-left: 1.75rem;
  text-align: left;
}
.lp-hero__proof-item--secondary strong {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  text-transform: none;
}

.lp-intro {
  background: radial-gradient(circle at 78% 28%, rgba(217, 199, 167, 0.38), transparent 34%), linear-gradient(120deg, #f5f0e7, #e7dfd2);
}

.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;
    gap: 4rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(15rem, 0.8fr);
    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: #315f69;
  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 {
  color: #b95026;
  content: "•";
  left: 0.25rem;
  position: absolute;
}

.lp-intro__note {
  color: rgba(66, 69, 71, 0.58);
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
}
.lp-intro__note em {
  font-style: normal;
}

.lp-intro__cta {
  text-align: center;
}
@media (min-width: 48em) {
  .lp-intro__cta {
    text-align: left;
  }
}

.lp-intro__button {
  align-items: center;
  background-color: #b95026;
  border-radius: 0.3rem;
  box-shadow: 0 3px 0 #753318, 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-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.lp-intro__button:hover, .lp-intro__button:focus {
  background-color: #97411f;
  color: white;
  transform: translateY(-1px);
}
.lp-intro__button img {
  flex: 0 0 auto;
  height: 2rem;
  margin-right: 1rem;
  width: 2rem;
}

.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;
  }
}
.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: #315f69;
  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: #55585a;
  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: #4e98a8;
  box-shadow: 0 4px 14px rgba(49, 95, 105, 0.2);
}
.lp-form label {
  color: #315f69;
  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(85, 88, 90, 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: #315f69;
}
.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: #b95026;
  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: #97411f;
  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(49, 95, 105, 0.08);
  border: 1px solid rgba(49, 95, 105, 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: #315f69;
  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: #315f69;
  flex: 0 0 auto;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.25rem;
  text-decoration: underline;
}
.lp-progressive-form__edit:hover {
  background: rgba(49, 95, 105, 0.125);
  color: #315f69;
}

.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;
}