.lp-nav {
  background-color: white;
  padding: 1rem;
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 2.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: color 200ms, background-color 200ms;
}
@media (min-width: 90em) {
  .lp-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.lp-nav::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--markerWidth, 0);
  height: 0.25rem;
  background-color: #b03d3e;
  transform: translate3d(var(--markerLeft, 0), 0, 0);
  transition: transform 250ms, width 200ms, background-color 200ms;
  will-change: width;
}
@media (min-width: 48em) {
  .lp-nav::after {
    display: block;
  }
}

.lp-nav__inner {
  display: flex;
  margin: 0 auto;
  max-width: 90rem;
  flex-direction: column;
  position: relative;
}
@media (min-width: 90em) {
  .lp-nav__inner {
    justify-content: center;
    flex-direction: row;
  }
}

.lp-nav__label {
  display: none;
  letter-spacing: 0.15em;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
  text-transform: uppercase;
  padding-bottom: 0.625rem;
}
@media (min-width: 90em) {
  .lp-nav__label {
    display: none;
  }
}

.lp-nav__expand {
  background: none;
  box-shadow: none;
  border-radius: none;
  width: calc(100% + 1.25rem);
  margin-right: auto;
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
  margin-left: -0.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #999;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0.15em;
  padding-left: 1.25rem;
  padding-right: 2.75rem;
}
@media (min-width: 90em) {
  .lp-nav__expand {
    display: none;
  }
}
.lp-nav__expand:hover {
  color: #333;
}
.lp-nav__expand::before, .lp-nav__expand::after {
  content: "";
  height: 0.15rem;
  border-radius: 0.075rem;
  background-color: #999;
  width: 1rem;
  position: absolute;
  right: 1rem;
  top: 47.5%;
  transition: all 0.25s ease;
  transform: translateX(-0.65rem) rotate(45deg);
}
.lp-nav__expand:after {
  transform: rotate(-45deg);
}
.lp-nav__expand[aria-expanded=true]::before {
  transform: translateX(-0.65rem) rotate(-45deg);
}
.lp-nav__expand[aria-expanded=true]:after {
  transform: rotate(45deg);
}
.lp-nav__expand:hover {
  background: none;
}
.lp-nav__expand:hover::before, .lp-nav__expand:hover::after {
  background-color: #333;
}

.lp-nav__menu {
  padding-top: 0.625rem;
  display: none;
}
.lp-nav__menu.is-showing {
  display: block;
}
@media (min-width: 90em) {
  .lp-nav__menu.lp-nav__menu {
    display: block;
    padding-top: 0;
    flex: 1;
    width: 100%;
  }
}

.lp-nav__items {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0.625rem;
}
@media (min-width: 90em) {
  .lp-nav__items {
    display: flex;
    width: 100%;
    flex: 1;
    justify-content: center;
    gap: 1.875rem;
    flex-direction: row;
    padding: 0;
  }
}
.lp-nav__items.is-expanded {
  display: flex;
}

.lp-nav__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 90em) {
  .lp-nav__item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.lp-nav__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
}
@media (min-width: 90em) {
  .lp-nav__item:last-child {
    padding-bottom: 0;
  }
}
.lp-nav__item a {
  color: #b03d3e;
  display: block;
  text-decoration: none;
  position: relative;
}
@media (min-width: 90em) {
  .lp-nav__item a {
    letter-spacing: -0.025em;
    padding-top: 1rem;
    font-size: 16px;
    font-size: 1rem;
    padding-bottom: 1rem;
  }
}
.lp-nav__item a:hover {
  text-decoration: underline;
  color: #77292a;
}

.decor-star {
  position: absolute;
  width: 10rem;
  height: 11.75rem;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/star.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  transform-origin: center;
  animation: shine 2.5s infinite;
}

.decor-star--white {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/star_white.svg);
  -webkit-mask: linear-gradient(135deg, rgba(0, 0, 0, 0.5333333333) 30%, #000, rgba(0, 0, 0, 0.5333333333) 70%) 100% 100%/240% 240%;
          mask: linear-gradient(135deg, rgba(0, 0, 0, 0.5333333333) 30%, #000, rgba(0, 0, 0, 0.5333333333) 70%) 100% 100%/240% 240%;
}

.decor-star--whitesheen {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/star_white.svg);
  -webkit-mask: linear-gradient(135deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5333333333), rgba(0, 0, 0, 0) 70%) 100% 100%/240% 240%;
          mask: linear-gradient(135deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5333333333), rgba(0, 0, 0, 0) 70%) 100% 100%/240% 240%;
}

@keyframes shine {
  0% {
    -webkit-mask-position: 100% 100%;
            mask-position: 100% 100%;
  }
  100% {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
.lp {
  overflow: hidden;
  padding-bottom: 2.5rem;
}
@media (min-width: 72em) {
  .lp {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 5rem;
  }
}

.lp-top {
  background: white url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/header_bg.webp?v=20251024) center 6.875rem no-repeat;
  background-size: 42rem auto;
  height: 30.625rem;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 36em) {
  .lp-top {
    background-position: center 3.75rem;
    background-size: 60rem auto;
    height: 37.5rem;
  }
}
@media (min-width: 48em) {
  .lp-top {
    height: 42.5rem;
    background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/header_bg@2x.webp?v=20251024);
    background-position: center 7.5rem;
    background-size: 72rem auto;
    max-width: 90rem;
  }
}
@media (min-width: 72em) {
  .lp-top {
    height: 57.5rem;
    background-size: 90rem auto;
  }
}
@media (min-width: 90em) {
  .lp-top::before, .lp-top::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    width: 22.5rem;
  }
}
@media (min-width: 90em) {
  .lp-top::after {
    left: auto;
    right: 0;
    background-image: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.lp-top__inner {
  padding: 1.875rem;
}
@media (min-width: 48em) {
  .lp-top__inner {
    padding-top: 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-top__inner {
    padding: 5rem 1.875rem;
  }
}
.lp-top__inner .decor-star {
  z-index: 2;
}
.lp-top__inner .decor-star:nth-child(1), .lp-top__inner .decor-star:nth-child(8) {
  animation-delay: 1s;
  scale: 0.35;
  top: 4rem;
  left: calc(50% - 17.5rem);
}
@media (min-width: 48em) {
  .lp-top__inner .decor-star:nth-child(1), .lp-top__inner .decor-star:nth-child(8) {
    scale: 0.3;
    top: 1.5rem;
    left: calc(50% - 16.25rem);
  }
}
@media (min-width: 72em) {
  .lp-top__inner .decor-star:nth-child(1), .lp-top__inner .decor-star:nth-child(8) {
    scale: 0.45;
    top: 6rem;
    left: calc(50% - 22.5rem);
  }
}
.lp-top__inner .decor-star:nth-child(2), .lp-top__inner .decor-star:nth-child(9) {
  animation-delay: 3s;
  scale: 0.4;
  left: calc(50% - 14rem);
  top: 9rem;
}
@media (min-width: 48em) {
  .lp-top__inner .decor-star:nth-child(2), .lp-top__inner .decor-star:nth-child(9) {
    scale: 0.47;
    left: calc(50% - 19.375rem);
    top: 13rem;
  }
}
@media (min-width: 72em) {
  .lp-top__inner .decor-star:nth-child(2), .lp-top__inner .decor-star:nth-child(9) {
    scale: 0.55;
    left: calc(50% - 25rem);
    top: 17rem;
  }
}
.lp-top__inner .decor-star:nth-child(3), .lp-top__inner .decor-star:nth-child(10) {
  animation-delay: 2s;
  scale: 0.2;
  left: calc(50% - 12.5rem);
  top: -0.5rem;
}
@media (min-width: 48em) {
  .lp-top__inner .decor-star:nth-child(3), .lp-top__inner .decor-star:nth-child(10) {
    scale: 0.27;
    left: calc(50% - 22rem);
    top: 9.5rem;
  }
}
@media (min-width: 72em) {
  .lp-top__inner .decor-star:nth-child(3), .lp-top__inner .decor-star:nth-child(10) {
    scale: 0.35;
    left: calc(50% - 29.5rem);
    top: 13rem;
  }
}
.lp-top__inner .decor-star:nth-child(4), .lp-top__inner .decor-star:nth-child(11) {
  animation-delay: 0.5s;
  scale: 0.3;
  top: 1rem;
  left: calc(50% + 6rem);
}
@media (min-width: 48em) {
  .lp-top__inner .decor-star:nth-child(4), .lp-top__inner .decor-star:nth-child(11) {
    scale: 0.4;
    top: 4rem;
    left: calc(50% + 11rem);
  }
}
@media (min-width: 72em) {
  .lp-top__inner .decor-star:nth-child(4), .lp-top__inner .decor-star:nth-child(11) {
    scale: 0.5;
    top: 7.5rem;
    left: calc(50% + 15rem);
  }
}
.lp-top__inner .decor-star:nth-child(5), .lp-top__inner .decor-star:nth-child(12) {
  animation-delay: 3.5s;
  scale: 0.2;
  top: 7.5rem;
  left: calc(50% + 4rem);
}
@media (min-width: 48em) {
  .lp-top__inner .decor-star:nth-child(5), .lp-top__inner .decor-star:nth-child(12) {
    scale: 0.25;
    top: 12rem;
    left: calc(50% + 8.5rem);
  }
}
@media (min-width: 72em) {
  .lp-top__inner .decor-star:nth-child(5), .lp-top__inner .decor-star:nth-child(12) {
    scale: 0.3;
    top: 18rem;
    left: calc(50% + 11rem);
  }
}
.lp-top__inner .decor-star:nth-child(6), .lp-top__inner .decor-star:nth-child(13) {
  animation-delay: 2.5s;
  scale: 0.45;
  top: 5.5rem;
  left: calc(50% + 7.5rem);
}
@media (min-width: 48em) {
  .lp-top__inner .decor-star:nth-child(6), .lp-top__inner .decor-star:nth-child(13) {
    scale: 0.55;
    top: 11rem;
    left: calc(50% + 14rem);
  }
}
@media (min-width: 72em) {
  .lp-top__inner .decor-star:nth-child(6), .lp-top__inner .decor-star:nth-child(13) {
    scale: 0.65;
    top: 12rem;
    left: calc(50% + 23.5rem);
  }
}
.lp-top__inner .decor-star:nth-child(7), .lp-top__inner .decor-star:nth-child(14) {
  animation-delay: 3.5s;
  scale: 0.15;
  top: 0.25rem;
  left: calc(50% + 3rem);
}
@media (min-width: 48em) {
  .lp-top__inner .decor-star:nth-child(7), .lp-top__inner .decor-star:nth-child(14) {
    scale: 0.2;
    top: 2rem;
    left: calc(50% + 6.5rem);
  }
}
@media (min-width: 72em) {
  .lp-top__inner .decor-star:nth-child(7), .lp-top__inner .decor-star:nth-child(14) {
    scale: 0.25;
    top: 5rem;
    left: calc(50% + 10.5rem);
  }
}

.lp-top__year {
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #8a7c57;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
@media (min-width: 48em) {
  .lp-top__year {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-top__year {
    font-size: 16px;
    font-size: 1rem;
  }
}

.lp-top__title strong {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/header_title.webp) center no-repeat;
  background-size: contain;
  display: block;
  text-indent: -999rem;
  height: 6.25rem;
  margin-bottom: 0.375rem;
}
@media (min-width: 48em) {
  .lp-top__title strong {
    height: 8.25rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 72em) {
  .lp-top__title strong {
    margin-bottom: 0.5rem;
    height: 12.125rem;
  }
}
.lp-top__title span {
  display: block;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  max-width: 15rem;
  color: #8a7c57;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp-top__title span {
    max-width: 25rem;
  }
}
@media (min-width: 72em) {
  .lp-top__title span {
    letter-spacing: 0.2em;
    line-height: 1.35;
    font-size: 17px;
    font-size: 1.0625rem;
    max-width: 30rem;
  }
}

.lp-top__intro {
  color: white;
  display: none;
}
@media (min-width: 48em) {
  .lp-top__intro {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgb(0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.lp-top__intro p {
  max-width: 55rem;
  margin: 0 auto;
  padding: 10rem 1.875rem 1.875rem;
  text-align: left;
}

.lp-section__inner {
  margin: 0 auto;
  max-width: 88.75rem;
  padding: 5rem 1.875rem;
}
@media (min-width: 60em) {
  .lp-section__inner {
    padding: 6.25rem 3.75rem;
  }
}
@media (min-width: 72em) {
  .lp-section__inner {
    padding: 7.5rem 3.75rem;
  }
}

.lp-honor-explanation {
  background: #202f24;
  color: white;
  overflow: hidden;
  position: relative;
  border-top: 0.625rem solid #0b110d;
}
@media (min-width: 48em) {
  .lp-honor-explanation {
    background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/honor_photo.webp);
    background-position: center -3.75rem;
    background-repeat: no-repeat;
    background-size: 88.75rem auto;
  }
}

.lp-honor-explanation__inner {
  position: relative;
}
@media (min-width: 48em) {
  .lp-honor-explanation__inner {
    padding-left: 43.75%;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 90em) {
  .lp-honor-explanation__inner {
    padding-left: 45rem;
  }
}
.lp-honor-explanation__inner::before, .lp-honor-explanation__inner::after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 15rem;
}
@media (min-width: 48em) {
  .lp-honor-explanation__inner::before, .lp-honor-explanation__inner::after {
    background-image: linear-gradient(to right, #202f24 0%, rgba(32, 47, 36, 0) 100%);
  }
}
@media (min-width: 84em) {
  .lp-honor-explanation__inner::before {
    display: block;
  }
}
@media (min-width: 48em) {
  .lp-honor-explanation__inner::after {
    display: block;
    left: auto;
    right: 0;
    background-image: linear-gradient(to left, #202f24 0%, rgba(32, 47, 36, 0.7) 60%, rgba(32, 47, 36, 0) 100%);
    width: 80%;
  }
}
@media (min-width: 90em) {
  .lp-honor-explanation__inner::after {
    background-image: linear-gradient(to left, #202f24 0%, rgba(32, 47, 36, 0.7) 70%, rgba(32, 47, 36, 0) 100%);
    width: 60%;
  }
}

.lp-honor-explanation__content {
  max-width: 22.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 48em) {
  .lp-honor-explanation__content {
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
}
.lp-honor-explanation__content button {
  background: #f4ede0;
  color: #335a3e;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lp-honor-explanation__content button:hover {
  background-color: white;
}
.lp-honor-explanation__content .is-hidden {
  display: none;
}

.lp-honor-explanation__more {
  text-align: center;
  padding-bottom: 1.25rem;
}

.lp-honor-explanation__ornament {
  max-width: 7.5rem;
  margin: 0 auto 1.25rem;
  position: absolute;
  top: -0.625rem;
  left: calc(50% - 11.25rem);
}
@media (min-width: 48em) {
  .lp-honor-explanation__ornament {
    max-width: 100%;
    grid-column: 2;
    position: static;
  }
}

@media (min-width: 48em) {
  .lp-honor-explanation__desc {
    display: grid;
    grid-template-columns: 1fr 5rem;
    gap: 1.25rem;
  }
}
@media (min-width: 60em) {
  .lp-honor-explanation__desc {
    grid-template-columns: 1fr 8.75rem;
  }
}
@media (min-width: 72em) {
  .lp-honor-explanation__desc {
    grid-template-columns: 1fr 11.25rem;
  }
}

.lp-honor-explanation__title {
  margin: 0 0 1.875rem;
  height: 0;
  text-indent: -999rem;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/honor_title.webp);
  background-position-x: calc(50% + 0.25rem);
  padding-top: 6.25rem;
  position: relative;
  left: 3.75rem;
}
@media (min-width: 48em) {
  .lp-honor-explanation__title {
    padding-top: 7.25rem;
    left: 0;
    margin-bottom: 1.25rem;
    background-position: left center;
    background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/honor_title_wide.webp);
  }
}
@media (min-width: 72em) {
  .lp-honor-explanation__title {
    padding-top: 10rem;
  }
}

@media (min-width: 48em) {
  .lp-honor-explanation__paragraphs {
    grid-row: 1;
  }
}
.lp-honor-explanation__paragraphs .fine-print {
  font-style: italic;
  font-size: inherit;
  padding-left: 0;
  opacity: 0.75;
}

.lp-honor-explanation__order-by {
  margin-top: 1rem;
  background-color: rgba(51, 90, 62, 0.75);
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  padding: 1.25rem;
}

.lp-gmp {
  background-color: white;
}

.lp-gmp__inner {
  position: relative;
}
@media (min-width: 60em) {
  .lp-gmp__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.75rem;
    position: relative;
  }
}
@media (min-width: 90em) {
  .lp-gmp__inner {
    gap: 5rem;
  }
}

.lp-gmp__photo {
  position: relative;
  margin: -2.5rem -1.875rem 0;
}
@media (min-width: 32em) {
  .lp-gmp__photo {
    margin: -2.5rem auto 0;
    max-width: 25rem;
  }
}
@media (min-width: 60em) {
  .lp-gmp__photo {
    margin: 0 auto;
    max-width: 100%;
  }
}

.lp-gmp__photo-img img {
  aspect-ratio: 0.625;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lp-gmp__content {
  padding-top: 1.875rem;
}
@media (min-width: 60em) {
  .lp-gmp__content {
    padding-top: 0;
  }
}

.lp-gmp__title-wrap {
  position: absolute;
  top: 3.75rem;
  left: 0;
  width: 100%;
}
@media (min-width: 60em) {
  .lp-gmp__title-wrap {
    left: calc(3.75rem + 4%);
    top: 5rem;
    width: 35%;
  }
}
@media (min-width: 72em) {
  .lp-gmp__title-wrap {
    top: auto;
  }
}
.lp-gmp__title-wrap .decor-star:nth-child(1), .lp-gmp__title-wrap .decor-star:nth-child(5) {
  animation-delay: 0.5s;
  scale: 0.2;
  top: -6.25rem;
  left: calc(50% + 3rem);
}
@media (min-width: 72em) {
  .lp-gmp__title-wrap .decor-star:nth-child(1), .lp-gmp__title-wrap .decor-star:nth-child(5) {
    scale: 0.25;
    top: -4.5rem;
    left: calc(50% - 1rem);
  }
}
.lp-gmp__title-wrap .decor-star:nth-child(2), .lp-gmp__title-wrap .decor-star:nth-child(6) {
  animation-delay: 2s;
  scale: 0.15;
  top: 2rem;
  left: calc(50% + 1rem);
}
@media (min-width: 72em) {
  .lp-gmp__title-wrap .decor-star:nth-child(2), .lp-gmp__title-wrap .decor-star:nth-child(6) {
    scale: 0.2;
    top: 9rem;
    left: calc(50% + 5rem);
  }
}
.lp-gmp__title-wrap .decor-star:nth-child(3), .lp-gmp__title-wrap .decor-star:nth-child(7) {
  animation-delay: 1s;
  scale: 0.3;
  top: 0.5rem;
  left: calc(50% + 4rem);
}
@media (min-width: 72em) {
  .lp-gmp__title-wrap .decor-star:nth-child(3), .lp-gmp__title-wrap .decor-star:nth-child(7) {
    scale: 0.4;
    top: 7rem;
    left: calc(50% + 7.5rem);
  }
}
.lp-gmp__title-wrap .decor-star:nth-child(4), .lp-gmp__title-wrap .decor-star:nth-child(8) {
  animation-delay: 1.5s;
  scale: 0.25;
  top: -1rem;
  left: calc(50% - 15rem);
}
@media (min-width: 72em) {
  .lp-gmp__title-wrap .decor-star:nth-child(4), .lp-gmp__title-wrap .decor-star:nth-child(8) {
    scale: 0.3;
    top: 7.75rem;
    left: calc(50% - 16rem);
  }
}

.lp-gmp__title {
  display: block;
  text-indent: -999rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/gmp_title.webp);
  height: 4.5rem;
}
@media (min-width: 48em) {
  .lp-gmp__title {
    height: 5rem;
  }
}
@media (min-width: 60em) {
  .lp-gmp__title {
    height: 4.5rem;
  }
}
@media (min-width: 72em) {
  .lp-gmp__title {
    height: 12.5rem;
    margin: 0 0 1.25rem;
  }
}

.lp-gmp__desc {
  margin: 0 auto;
  max-width: 35rem;
}
@media (min-width: 72em) {
  .lp-gmp__desc {
    max-width: 100%;
    padding-top: 3.75rem;
  }
}
.lp-gmp__desc h3 {
  text-indent: -999rem;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/gmp_subtitle.webp);
  height: 1.25rem;
  margin-top: 0;
}
@media (min-width: 32em) {
  .lp-gmp__desc h3 {
    height: 1.75rem;
  }
}
@media (min-width: 72em) {
  .lp-gmp__desc h3 {
    height: 2rem;
  }
}
.lp-gmp__desc p:first-child {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.35;
  color: #b03d3e;
  font-weight: bold;
  letter-spacing: -0.02em;
}
@media (min-width: 72em) {
  .lp-gmp__desc p:first-child {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp-gmp__desc ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 1.25rem;
}
.lp-gmp__desc li {
  position: relative;
  padding-left: 2rem;
}
.lp-gmp__desc li::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/icon_snowflake.svg) center no-repeat;
  background-size: 1.25rem auto;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.lp-gmp__desc .field--donation {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 1.875rem 1.25rem 1.25rem;
  margin-top: 1.875rem;
}
.lp-gmp__desc .field--donation label {
  color: white;
}
.lp-gmp__desc .field--donation label strong {
  color: #f4ede1;
}

.lp-gmp__desc-highlight {
  color: #a79369;
  font-weight: bold;
}
.lp-gmp__desc-highlight a {
  color: #b03d3e;
  text-decoration: none;
}
.lp-gmp__desc-highlight a:hover {
  text-decoration: underline;
  color: #77292a;
}

.lp-gmp__offer {
  border: 0.25rem solid white;
  border-radius: 1.25rem;
  background: #4d7d82 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/teal_bg.webp) left top repeat;
  background-size: auto 40rem;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
  color: white;
  padding: 3.125rem 2.5rem 1.875rem;
  margin: -5rem auto 0;
  max-width: 22.5rem;
  position: relative;
}
@media (min-width: 48em) {
  .lp-gmp__offer {
    margin: -5rem -3.75rem 0;
    max-width: none;
  }
}
@media (min-width: 60em) {
  .lp-gmp__offer {
    margin-top: -7.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 32.5rem;
  }
}
@media (min-width: 72em) {
  .lp-gmp__offer {
    margin-top: -18.75rem;
  }
}
@media (min-width: 84em) {
  .lp-gmp__offer {
    margin-top: -22.5rem;
  }
}
.lp-gmp__offer h3 {
  display: block;
  text-indent: -999rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/gmp_offer_title.webp);
  height: 0;
  margin: 0 0 1rem;
  padding-top: 5.625rem;
}
@media (min-width: 72em) {
  .lp-gmp__offer h3 {
    padding-top: 6.25rem;
  }
}
@media (min-width: 72em) {
  .lp-gmp__offer p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-gmp__offer p:last-of-type {
  padding-bottom: 0;
}
.lp-gmp__offer .field--free-check {
  display: none;
}

.lp-gmp__offer-img {
  position: relative;
  padding-top: 55%;
}
@media (min-width: 72em) {
  .lp-gmp__offer-img {
    padding-top: 47.5%;
  }
}
.lp-gmp__offer-img img {
  position: absolute;
}
.lp-gmp__offer-img img:nth-child(1) {
  left: -15%;
  width: 65%;
  top: 0.5rem;
  z-index: 1;
}
@media (min-width: 72em) {
  .lp-gmp__offer-img img:nth-child(1) {
    left: -8%;
    width: 55%;
  }
}
.lp-gmp__offer-img img:nth-child(2) {
  top: 12%;
  rotate: 3.75deg;
  right: 3%;
  width: 72%;
}
@media (min-width: 72em) {
  .lp-gmp__offer-img img:nth-child(2) {
    right: 10%;
    top: 10%;
    width: 60%;
  }
}
.lp-gmp__offer-img .lp-pricetag--whomshall {
  top: 0.5rem;
  z-index: 2;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/pricetag_whomshall.webp);
}
@media (min-width: 90em) {
  .lp-gmp__offer-img .lp-pricetag--whomshall {
    right: 5%;
    top: 35%;
  }
}

.lp-gmp__offer-donation {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.is-notUSA .lp-gmp__offer-donation {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.lp-gmp__offer-donation .field--donation label {
  color: white;
}
.lp-gmp__offer-donation .field--donation label strong {
  color: #f4ede0;
}
.lp-gmp__offer-donation .field__input-wrapper {
  color: #5b5e63;
}

.lp-persecution-response {
  background-color: #f4f0e7;
}

@media (min-width: 60em) {
  .lp-persecution-response__content {
    display: grid;
    grid-template-columns: 1.625fr 2fr;
    gap: 5rem;
  }
}

.lp-persecution-response__photo {
  margin: -5rem -1.875rem 2.5rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-persecution-response__photo {
    margin: 0;
    align-self: start;
  }
}
.lp-persecution-response__photo .decor-star:nth-child(1), .lp-persecution-response__photo .decor-star:nth-child(3) {
  animation-delay: 1.5s;
  scale: 0.75;
  top: -3.5rem;
  left: calc(50% + 5rem);
}
@media (min-width: 48em) {
  .lp-persecution-response__photo .decor-star:nth-child(1), .lp-persecution-response__photo .decor-star:nth-child(3) {
    scale: 1;
    left: calc(50% + 7rem);
  }
}
@media (min-width: 60em) {
  .lp-persecution-response__photo .decor-star:nth-child(1), .lp-persecution-response__photo .decor-star:nth-child(3) {
    left: 0;
    top: -9rem;
  }
}
.lp-persecution-response__photo .decor-star:nth-child(2), .lp-persecution-response__photo .decor-star:nth-child(4) {
  scale: 0.55;
  top: 4rem;
  left: calc(50% + 3.5rem);
}
@media (min-width: 32em) {
  .lp-persecution-response__photo .decor-star:nth-child(2), .lp-persecution-response__photo .decor-star:nth-child(4) {
    left: calc(50% + 7.5rem);
  }
}
@media (min-width: 48em) {
  .lp-persecution-response__photo .decor-star:nth-child(2), .lp-persecution-response__photo .decor-star:nth-child(4) {
    scale: 0.7;
    left: calc(50% + 11rem);
    top: 5rem;
  }
}
@media (min-width: 60em) {
  .lp-persecution-response__photo .decor-star:nth-child(2), .lp-persecution-response__photo .decor-star:nth-child(4) {
    top: -7.5rem;
    scale: 0.5;
    left: 10rem;
  }
}
.lp-persecution-response__photo img {
  aspect-ratio: 11/9;
  object-fit: cover;
  object-position: top center;
}
@media (min-width: 48em) {
  .lp-persecution-response__photo img {
    aspect-ratio: 11/7;
    object-position: center 10%;
  }
}
@media (min-width: 60em) {
  .lp-persecution-response__photo img {
    aspect-ratio: 11/18;
    object-position: left center;
    rotate: -1.25deg;
    border: 0.5rem solid white;
    box-shadow: 0 13px 38px rgba(0, 0, 0, 0.11);
  }
}

.lp-persecution-response__desc {
  max-width: 22.5rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp-persecution-response__desc {
    max-width: 37.5rem;
  }
}
@media (min-width: 60em) {
  .lp-persecution-response__desc {
    max-width: 50rem;
  }
}
@media (min-width: 60em) {
  .lp-persecution-response__desc {
    max-width: none;
  }
}

@media (min-width: 60em) {
  .lp-persecution-response__paragraphs {
    display: grid;
    gap: 3.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 60em) {
  .lp-persecution-response__paragraphs {
    display: block;
  }
}
.lp-persecution-response__paragraphs strong {
  color: #5f9598;
}
.lp-persecution-response__paragraphs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.25rem;
}
.lp-persecution-response__paragraphs li {
  position: relative;
  padding-left: 2rem;
}
.lp-persecution-response__paragraphs li::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/icon_snowflake.svg) center no-repeat;
  background-size: 1.25rem auto;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
@media (min-width: 60em) {
  .lp-persecution-response__paragraphs li::before {
    top: 0.2rem;
  }
}

.lp-persecution-response__title {
  position: relative;
}
.lp-persecution-response__title .decor-star {
  display: none;
}
@media (min-width: 48em) {
  .lp-persecution-response__title .decor-star {
    animation-delay: 1.75s;
    display: block;
    scale: 0.6;
    left: -8rem;
    top: -6.5rem;
    z-index: 1;
  }
}
@media (min-width: 60em) {
  .lp-persecution-response__title .decor-star {
    left: 25rem;
    scale: 0.5;
    top: -6.25rem;
  }
}
@media (min-width: 90em) {
  .lp-persecution-response__title .decor-star {
    top: -5rem;
    left: 32.5rem;
    right: auto;
  }
}
.lp-persecution-response__title strong,
.lp-persecution-response__title span {
  display: block;
  height: 0;
  text-indent: -999rem;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
.lp-persecution-response__title strong {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/response_title1.webp);
  background-position-x: center;
  padding-top: 15%;
  margin-bottom: -0.5rem;
}
@media (min-width: 48em) {
  .lp-persecution-response__title strong {
    padding-top: 5rem;
    background-position-x: 0;
  }
}
@media (min-width: 60em) {
  .lp-persecution-response__title strong {
    padding-top: 4rem;
  }
}
@media (min-width: 90em) {
  .lp-persecution-response__title strong {
    padding-top: 5rem;
  }
}
.lp-persecution-response__title span {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/response_title2.webp);
  padding-top: 12.5%;
}
@media (min-width: 48em) {
  .lp-persecution-response__title span {
    padding-top: 3.75rem;
  }
}
@media (min-width: 60em) {
  .lp-persecution-response__title span {
    padding-top: 3.25rem;
  }
}
@media (min-width: 90em) {
  .lp-persecution-response__title span {
    padding-top: 3.75rem;
  }
}

.lp-persecution-response__donate {
  background-color: #53787a;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  padding: 1.25rem;
  margin-top: 2.5rem;
}
@media (min-width: 60em) {
  .lp-persecution-response__donate {
    padding: 1.875rem;
  }
}
.lp-persecution-response__donate label {
  color: white;
}
.lp-persecution-response__donate label strong {
  color: white;
}

.lp-bibles {
  background: #8f1d28 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/bibles_bg.webp) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.lp-bibles__inner {
  position: relative;
}
.lp-bibles__inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0rem;
  left: calc(50% - 32.5rem);
  height: 20rem;
  width: 50rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/ribbon.webp) left top no-repeat;
  rotate: 200deg;
  background-size: contain;
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 90%);
          mask-image: linear-gradient(to right, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 90%);
}

.lp-bibles__content {
  color: white;
  max-width: 27.5rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 48em) {
  .lp-bibles__content {
    max-width: 35rem;
  }
}
@media (min-width: 72em) {
  .lp-bibles__content {
    max-width: 65rem;
  }
}
.lp-bibles__content strong {
  color: #e4cfa2;
}
.lp-bibles__content::before {
  content: "";
  display: block;
  position: absolute;
  top: -5rem;
  left: calc(50% - 10rem);
  height: 20rem;
  width: 50rem;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/ribbon.webp) left top no-repeat;
  background-size: contain;
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 90%);
          mask-image: linear-gradient(to right, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 90%);
  z-index: 1;
}

.lp-bibles__title-wrap {
  max-width: 42.5rem;
  margin: 0 auto;
  position: relative;
}
.lp-bibles__title-wrap .decor-star:nth-child(1), .lp-bibles__title-wrap .decor-star:nth-child(5) {
  animation-delay: 0.5s;
  scale: 0.25;
  top: 1rem;
  left: calc(50% - 15rem);
}
@media (min-width: 48em) {
  .lp-bibles__title-wrap .decor-star:nth-child(1), .lp-bibles__title-wrap .decor-star:nth-child(5) {
    scale: 0.45;
    top: -0.25rem;
    left: calc(50% - 28.5rem);
  }
}
.lp-bibles__title-wrap .decor-star:nth-child(2), .lp-bibles__title-wrap .decor-star:nth-child(6) {
  animation-delay: 2s;
  scale: 0.15;
  top: -6.25rem;
  left: calc(50% + 2.5rem);
}
@media (min-width: 48em) {
  .lp-bibles__title-wrap .decor-star:nth-child(2), .lp-bibles__title-wrap .decor-star:nth-child(6) {
    scale: 0.25;
    top: 6.25rem;
    left: calc(50% + 18.5rem);
  }
}
.lp-bibles__title-wrap .decor-star:nth-child(3), .lp-bibles__title-wrap .decor-star:nth-child(7) {
  animation-delay: 1s;
  scale: 0.3;
  top: -7rem;
  left: calc(50% + 4.5rem);
}
@media (min-width: 48em) {
  .lp-bibles__title-wrap .decor-star:nth-child(3), .lp-bibles__title-wrap .decor-star:nth-child(7) {
    scale: 0.4;
    top: 9rem;
    left: calc(50% + 22.5rem);
  }
}
.lp-bibles__title-wrap .decor-star:nth-child(4), .lp-bibles__title-wrap .decor-star:nth-child(8) {
  animation-delay: 1.5s;
  scale: 0.2;
  top: -7.75rem;
  left: calc(50% - 9rem);
}
@media (min-width: 48em) {
  .lp-bibles__title-wrap .decor-star:nth-child(4), .lp-bibles__title-wrap .decor-star:nth-child(8) {
    scale: 0.3;
    top: 8.125rem;
    left: calc(50% - 25rem);
  }
}

.lp-bibles__title {
  display: block;
  height: 0;
  text-indent: -999rem;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/bibles_title.webp);
  background-position-x: center;
  padding-top: 7.85rem;
  position: relative;
  z-index: 2;
  margin-top: 0;
}
@media (min-width: 48em) {
  .lp-bibles__title {
    margin-bottom: 1.875rem;
    padding-top: 38%;
  }
}
@media (min-width: 72em) {
  .lp-bibles__title {
    margin-bottom: 3.125rem;
  }
}

@media (min-width: 72em) {
  .lp-bibles__paragraphs {
    margin: 0 auto;
    max-width: 45rem;
    padding-bottom: 3.75rem;
  }
}

.lp-bibles__photo {
  margin: 1.25rem auto 0;
  max-width: 27.5rem;
}
@media (min-width: 72em) {
  .lp-bibles__photo {
    margin: 0 auto;
    max-width: 72rem;
    display: grid;
    grid-template-columns: 0.7fr 10rem 1fr;
    align-items: start;
  }
}
.lp-bibles__photo img {
  rotate: -1.25deg;
  border: 0.5rem solid white;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.11);
}

.lp-bibles__photo-img {
  margin: 0 1rem -1.875rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 72em) {
  .lp-bibles__photo-img {
    margin: 0;
    grid-row: 1;
    grid-column: 1/3;
    position: relative;
    top: 1.25rem;
  }
}

.lp-bibles__offer {
  border: 0.25rem solid white;
  border-radius: 1.25rem;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
  background-color: #a79369;
  color: #4b412c;
  padding: 3.125rem 1.875rem 1.875rem;
  position: relative;
}
@media (min-width: 72em) {
  .lp-bibles__offer {
    grid-column: 2/4;
    grid-row: 1;
    padding: 2.5rem 2.5rem 2.5rem 12.5rem;
  }
}
.lp-bibles__offer h3 {
  color: white;
  line-height: 1.25;
  margin: 0 0 0.875rem;
}
@media (min-width: 72em) {
  .lp-bibles__offer h3 {
    background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/bibles_subtitle.webp) left top no-repeat;
    background-size: contain;
    margin-bottom: 1.25rem;
    text-indent: -999rem;
    height: 6.25rem;
  }
}

.lp-pricetag--bibles {
  top: -2.5rem;
  z-index: 1;
  left: -1.25rem;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/pricetag_bibles.webp);
}
@media (min-width: 72em) {
  .lp-pricetag--bibles {
    top: -1.25rem;
    left: 1.5rem;
  }
}

.lp-bibles__product {
  border-top: 0.125rem solid rgba(0, 0, 0, 0.15);
  padding-top: 1.875rem;
}
.lp-bibles__product .product {
  max-width: none;
}
@media (min-width: 48em) {
  .lp-bibles__product .product {
    padding-left: 1.25rem;
  }
}
.lp-bibles__product .product__qtys {
  border: none;
  padding-top: 0;
}
.lp-bibles__product .qty {
  padding-left: 8.75rem;
  padding-bottom: 0;
}
.lp-bibles__product .qty__name {
  color: white;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 0;
}
.lp-bibles__product .qty__price {
  border-right-color: rgba(0, 0, 0, 0.3);
}

.lp-bibles__donate {
  padding-top: 1.875rem;
}
.lp-bibles__donate label strong {
  color: white;
}

@media (min-width: 48em) {
  .lp-bibles__honor .households {
    padding-top: 1.875rem;
  }
}
.lp-bibles__honor .household label {
  color: #e4cfa2;
}
.lp-bibles__honor .household__form {
  background-color: rgba(0, 0, 0, 0.25);
}
.lp-bibles__honor .household__close button {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/icon_close.svg);
  background-color: rgba(255, 255, 255, 0.2);
}
.lp-bibles__honor .household__close button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.lp-bibles__honor .household__title {
  color: white;
}
.lp-bibles__honor .household__expand button {
  color: #e4cfa2;
}
.lp-bibles__honor .household__expand button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.lp-bibles__honor .household__expand button::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/icon_circle_goldlight.svg);
}
.lp-bibles__honor .household__expand button span {
  color: white;
}
.lp-bibles__honor .household__newsletter-name p {
  color: white;
}

.lp-carepacks {
  background-color: white;
}

.lp-carepacks__inner {
  max-width: none;
}

.lp-carepacks__photo {
  background-color: #e4cfa2;
  border-bottom: 0.5rem solid #e4cfa2;
  margin: -5rem -1.875rem 2.5rem;
  position: relative;
}
@media (min-width: 48em) {
  .lp-carepacks__photo {
    margin: -6.25rem -3.75rem 3.125rem;
  }
}
@media (min-width: 72em) {
  .lp-carepacks__photo {
    margin-top: -7.5rem;
    border-bottom: 0;
  }
}

@media (min-width: 72em) {
  .lp-carepacks__photo-inner {
    padding: 2.5rem 1.25rem 0;
    max-width: 85rem;
    margin: 0 auto 1.25rem;
    position: relative;
  }
}
.lp-carepacks__photo-inner img {
  aspect-ratio: 1.75;
  object-position: center 20%;
  object-fit: cover;
}
@media (min-width: 72em) {
  .lp-carepacks__photo-inner img {
    aspect-ratio: 11/7;
    object-position: center;
  }
}

.lp-carepacks__photo-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
@media (min-width: 48em) {
  .lp-carepacks__photo-title {
    display: block;
    padding: 10rem 2.5rem 1.875rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    margin: 0;
  }
}
@media (min-width: 60em) {
  .lp-carepacks__photo-title {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-carepacks__photo-title {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.7));
  }
}

.lp-carepacks__photo-title-inner {
  display: block;
  height: 0;
  text-indent: -999rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/carepacks_title.webp);
  padding-top: 6rem;
  margin: 0 0 0.25rem;
}
@media (min-width: 60em) {
  .lp-carepacks__photo-title-inner {
    padding-top: 7.5rem;
  }
}
@media (min-width: 72em) {
  .lp-carepacks__photo-title-inner {
    padding-top: 9rem;
    margin-bottom: 0.625rem;
  }
}

.lp-carepacks__photo-subtitle {
  text-transform: uppercase;
  color: #e4cfa2;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media (min-width: 72em) {
  .lp-carepacks__photo-subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.lp-carepacks__content {
  margin: 0 auto;
  max-width: 27.5rem;
}
@media (min-width: 60em) {
  .lp-carepacks__content {
    max-width: none;
  }
}

@media (min-width: 48em) {
  .lp-carepacks__title-mobile {
    display: none;
  }
}

.lp-carepacks__title-mobile-main {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/carepacks_titlemobile.webp) left top no-repeat;
  background-size: contain;
  height: 0;
  padding-top: 10rem;
  text-indent: -999rem;
}

.lp-carepacks__title-mobile-sub {
  color: #a79369;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 60em) {
  .lp-carepacks__text {
    margin: 0 auto 3.75rem;
    max-width: 45rem;
  }
}

@media (min-width: 48em) {
  .lp-carepacks__text-mobile {
    display: none;
  }
}

.lp-carepacks__title {
  display: block;
  height: 0;
  text-indent: -999rem;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/carepacks_title_mobile.webp);
  padding-top: 53%;
}

.lp-carepacks__offer {
  background: #4d7d82 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/teal_bg.webp) left top repeat;
  background-size: auto 40rem;
  color: white;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
  margin: 1.875rem -1.875rem 1.25rem;
  padding: 1.875rem 1.875rem 2.5rem;
  position: relative;
}
@media (min-width: 32em) {
  .lp-carepacks__offer {
    border: 0.25rem solid white;
    border-radius: 1.25rem;
    padding: 1.875rem 1.875rem 2.5rem;
    margin: 1.875rem auto 0;
    max-width: 25rem;
  }
}
@media (min-width: 60em) {
  .lp-carepacks__offer {
    max-width: 65rem;
    display: grid;
    grid-template-columns: 1fr 27.5rem;
    gap: 2.5rem;
    padding: 2.5rem 2.5rem 1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-carepacks__offer {
    padding-bottom: 2.5rem;
  }
}
.lp-carepacks__offer h3 {
  margin: 0 0 1.25rem;
}
@media (min-width: 72em) {
  .lp-carepacks__offer h3 {
    height: 0;
    margin-bottom: 1.25rem;
    text-indent: -999rem;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/carepacks_subtitle.webp);
    padding-top: 7rem;
  }
}
.lp-carepacks__offer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.875rem;
  display: grid;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 25.875em) {
  .lp-carepacks__offer ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 72em) {
  .lp-carepacks__offer ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
.lp-carepacks__offer li {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
}
.lp-carepacks__offer li::before {
  content: "";
  display: block;
  background: center no-repeat;
  background-size: 2rem auto;
  height: 3rem;
  width: 3rem;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  margin: 0 auto 0.375rem;
}
.lp-carepacks__offer li:nth-child(1)::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/carepacks_icon_bible.webp);
}
.lp-carepacks__offer li:nth-child(2)::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/carepacks_icon_scissors.webp);
}
.lp-carepacks__offer li:nth-child(3)::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/carepacks_icon_shirt.webp);
}
.lp-carepacks__offer li:nth-child(4)::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/carepacks_icon_soap.webp);
}
.lp-carepacks__offer li:nth-child(5)::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/carepacks_icon_bookmark.webp);
}
.lp-carepacks__offer li:nth-child(6)::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/carepacks_icon_car.webp);
}
.lp-carepacks__offer .product__name {
  display: none;
}
.lp-carepacks__offer .product__qtys {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.lp-carepacks__offer .qty {
  padding-left: 8.75rem;
  padding-bottom: 0;
}
.lp-carepacks__offer .qty__name {
  color: #f5dca8;
  font-size: 16px;
  font-size: 1rem;
  padding-top: 0;
}
.lp-carepacks__offer .qty__desc,
.lp-carepacks__offer .qty__price {
  color: white;
}
.lp-carepacks__offer .qty__price {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.lp-carepacks__offer-img {
  margin: -3.125rem auto 1.25rem;
  max-width: 17.5rem;
}
@media (min-width: 60em) {
  .lp-carepacks__offer-img {
    grid-column: 2;
    grid-row: 1;
    max-width: calc(100% + 5rem);
    position: relative;
    margin: -5rem -5rem 0 0;
  }
}
.lp-carepacks__offer-img .lp-pricetag--carepacks {
  top: -1.25rem;
  z-index: 1;
  left: calc(50% + 4.25rem);
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/pricetag_carepacks.webp);
}
@media (min-width: 60em) {
  .lp-carepacks__offer-img .lp-pricetag--carepacks {
    left: 11%;
    top: 4%;
  }
}

.lp-prayer {
  background: #838079 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/prayer_photo.webp) center 2.5rem no-repeat;
  background-size: 40rem auto;
  position: relative;
}
@media (min-width: 60em) {
  .lp-prayer {
    background-position: calc(50% + 2.5rem) 5.375rem;
    background-size: 57.5rem auto;
  }
}
@media (min-width: 90em) {
  .lp-prayer {
    background-position: calc(50% + 2.5rem) 6rem;
    background-size: 77.5rem auto;
  }
}
.lp-prayer::before {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, rgba(131, 128, 121, 0) 0%, #838079 100%);
  position: absolute;
  top: 22.6rem;
  left: 0;
  right: 0;
  height: 10rem;
}
@media (min-width: 60em) {
  .lp-prayer::before {
    height: 20rem;
    top: 28rem;
  }
}
@media (min-width: 90em) {
  .lp-prayer::before {
    height: 27.5rem;
    top: 36rem;
  }
}

@media (min-width: 72em) {
  .lp-prayer__inner {
    padding-top: 6.25rem;
  }
}
@media (min-width: 90em) {
  .lp-prayer__inner {
    padding-top: 7.5rem;
  }
}

.lp-prayerjournal__products {
  padding-top: 0.625rem;
  border-top: 0.125rem solid rgba(255, 255, 255, 0.2);
}

.lp-prayer__content {
  position: relative;
}
.lp-prayer__content strong {
  color: #f4ede0;
}
.lp-prayer__content .product__qtys {
  border-top: none;
}
.lp-prayer__content .product {
  margin-bottom: 0;
}
.lp-prayer__content .qty {
  padding-left: 8.75rem;
}
.lp-prayer__content .qty__name {
  color: #f4ede0;
}
.lp-prayer__content .qty__desc,
.lp-prayer__content .qty__price {
  color: white;
}
.lp-prayer__content .qty__price {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.lp-prayer__title {
  display: block;
  height: 0;
  text-indent: -999rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/prayer_title.webp);
  padding-top: 2.5rem;
  position: relative;
  z-index: 1;
  margin: 0 0 22.5rem;
}
@media (min-width: 60em) {
  .lp-prayer__title {
    padding-top: 4.375rem;
    margin-bottom: 30rem;
  }
}
@media (min-width: 90em) {
  .lp-prayer__title {
    padding-top: 6.25rem;
    margin-bottom: 5rem;
  }
}
.lp-prayer__title .decor-star:nth-child(1), .lp-prayer__title .decor-star:nth-child(7) {
  animation-delay: 1s;
  scale: 0.2;
  top: -0.5rem;
  left: calc(50% - 15.5rem);
}
@media (min-width: 72em) {
  .lp-prayer__title .decor-star:nth-child(1), .lp-prayer__title .decor-star:nth-child(7) {
    scale: 0.35;
    top: -1rem;
    left: calc(50% - 40rem);
  }
}
.lp-prayer__title .decor-star:nth-child(2), .lp-prayer__title .decor-star:nth-child(8) {
  animation-delay: 3s;
  scale: 0.3;
  top: -7.5rem;
  left: calc(50% - 8rem);
}
@media (min-width: 72em) {
  .lp-prayer__title .decor-star:nth-child(2), .lp-prayer__title .decor-star:nth-child(8) {
    scale: 0.45;
    top: 4rem;
    left: calc(50% - 28rem);
  }
}
.lp-prayer__title .decor-star:nth-child(3), .lp-prayer__title .decor-star:nth-child(9) {
  animation-delay: 2s;
  scale: 0.25;
  left: calc(50% + 5rem);
  top: 1rem;
}
@media (min-width: 72em) {
  .lp-prayer__title .decor-star:nth-child(3), .lp-prayer__title .decor-star:nth-child(9) {
    scale: 0.4;
    left: calc(50% + 24rem);
    top: 1.5rem;
  }
}
.lp-prayer__title .decor-star:nth-child(4), .lp-prayer__title .decor-star:nth-child(10) {
  animation-delay: 0.5s;
  scale: 0.15;
  top: -1rem;
  left: calc(50% + 6.5rem);
}
@media (min-width: 72em) {
  .lp-prayer__title .decor-star:nth-child(4), .lp-prayer__title .decor-star:nth-child(10) {
    scale: 0.23;
    top: 4rem;
    left: calc(50% + 15rem);
  }
}
.lp-prayer__title .decor-star:nth-child(5), .lp-prayer__title .decor-star:nth-child(11) {
  animation-delay: 3.5s;
  scale: 0.22;
  top: -9rem;
  left: calc(50% + 3rem);
}
@media (min-width: 72em) {
  .lp-prayer__title .decor-star:nth-child(5), .lp-prayer__title .decor-star:nth-child(11) {
    scale: 0.3;
    top: -7rem;
    left: calc(50% + 30rem);
  }
}
.lp-prayer__title .decor-star:nth-child(6), .lp-prayer__title .decor-star:nth-child(12) {
  animation-delay: 2.5s;
  scale: 0.125;
  top: -4.5rem;
  left: calc(50% - 16.5rem);
}
@media (min-width: 72em) {
  .lp-prayer__title .decor-star:nth-child(6), .lp-prayer__title .decor-star:nth-child(12) {
    scale: 0.2;
    top: -2rem;
    left: calc(50% + 32.5rem);
  }
}

.lp-prayer__desc {
  display: grid;
  gap: 1.875rem;
  margin: 0 auto 2.5rem;
  max-width: 35rem;
}
@media (min-width: 60em) {
  .lp-prayer__desc {
    max-width: 50rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    grid-row-gap: 2.5rem;
  }
}
@media (min-width: 90em) {
  .lp-prayer__desc {
    position: relative;
    max-width: none;
    grid-column-gap: 45rem;
    grid-row-gap: 2.5rem;
    margin: 0 -1.875rem 2.5rem;
  }
}
@media (min-width: 96em) {
  .lp-prayer__desc {
    margin: 0 -3.75rem 2.5rem;
  }
}

.lp-prayer__item {
  color: white;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.lp-prayer__item::before {
  content: "";
  display: block;
  position: absolute;
  top: -0.4rem;
  height: 2.25rem;
  width: 2.25rem;
  text-indent: -999rem;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0 auto 1.25rem;
}
@media (min-width: 72em) {
  .lp-prayer__item::before {
    top: -0.875rem;
    height: 3.25rem;
    width: 3.25rem;
  }
}
.lp-prayer__item h3 {
  display: block;
  height: 1.625rem;
  text-indent: -999rem;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 0 1rem 3.125rem;
}
@media (min-width: 72em) {
  .lp-prayer__item h3 {
    margin-bottom: 1.25rem;
    height: 1.875rem;
    margin-left: 4.375rem;
  }
}

.lp-prayer__item--1::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/prayer_num_1.webp);
}
.lp-prayer__item--1 h3 {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/prayer_subtitle1.webp);
  background-size: auto 1.275rem;
}
@media (min-width: 72em) {
  .lp-prayer__item--1 h3 {
    background-size: auto 1.475rem;
  }
}

.lp-prayer__item--2::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/prayer_num_2.webp);
}
.lp-prayer__item--2 h3 {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/prayer_subtitle2.webp);
}

.lp-prayer__item--3::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/prayer_num_3.webp);
}
.lp-prayer__item--3 h3 {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/prayer_subtitle3.webp);
}

.lp-prayer__item--4::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/prayer_num_4.webp);
}
.lp-prayer__item--4 h3 {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/prayer_subtitle4.webp);
}

.lp-prayer__offer {
  border: 0.25rem solid white;
  border-radius: 1.25rem;
  background: #4d7d82 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/teal_bg.webp) left top repeat;
  background-size: auto 40rem;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.2);
  color: white;
  margin: 0 auto;
  max-width: 22.5rem;
  padding: 1.875rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-prayer__offer {
    max-width: 70rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.125rem;
    padding: 2.5rem 2.5rem 1.875rem;
  }
}
.lp-prayer__offer p strong {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.lp-prayer__offer .lp-pricetag--prayerjournals {
  top: 1.875rem;
  z-index: 2;
  left: -1.25rem;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/pricetag_prayerjournal.webp);
}
.lp-prayer__offer .lp-pricetag--prayerguides {
  bottom: -0.625rem;
  z-index: 2;
  left: 1rem;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/pricetag_prayerguide.webp);
}

.lp-prayerjournal__imgs {
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 3rem 1fr;
  margin: 0 -3.125rem 1.25rem;
  gap: 1.25rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-prayerjournal__imgs {
    grid-template-columns: 1.25fr 1fr;
    gap: 1.25rem;
    margin: 0;
  }
}

.lp-prayerjournal-img {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 0.3fr 1fr;
  margin: -2.5rem auto 1.25rem;
}
@media (min-width: 60em) {
  .lp-prayerjournal-img {
    margin: 0;
    grid-column: 1/3;
    grid-row: 1;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 60em) {
  .lp-prayerjournal-img {
    grid-column: 1;
  }
}
.lp-prayerjournal-img img {
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3));
}
.lp-prayerjournal-img img:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1;
  rotate: -2.5deg;
  translate: 0 2.25rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 60em) {
  .lp-prayerjournal-img img:nth-child(1) {
    translate: 0 0.625rem;
  }
}
.lp-prayerjournal-img img:nth-child(2) {
  grid-column: 2/4;
  rotate: 2.5deg;
  translate: 0 1.25rem;
  grid-row: 1;
}
@media (min-width: 60em) {
  .lp-prayerjournal-img img:nth-child(2) {
    translate: 0;
  }
}

.lp-prayerguide-img {
  position: relative;
  grid-column: 2/4;
  grid-row: 1;
}
@media (min-width: 60em) {
  .lp-prayerguide-img {
    grid-column: 2;
  }
}

.lp-flw {
  background-color: #eee7dc;
}

@media (min-width: 72em) {
  .lp-flw__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 3.75rem;
    position: relative;
  }
}

.lp-flw__photo {
  margin: -5rem -1.875rem 2.5rem;
}
@media (min-width: 60em) {
  .lp-flw__photo {
    margin: -6.25rem -3.75rem 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-flw__photo {
    display: flex;
    align-items: flex-start;
    margin: 0;
    position: relative;
    overflow: hidden;
    align-self: flex-start;
  }
}
.lp-flw__photo img {
  aspect-ratio: 1.375;
  object-fit: cover;
  object-position: center 15%;
}
@media (min-width: 72em) {
  .lp-flw__photo img {
    aspect-ratio: 0.875;
    position: relative;
    object-position: left top;
  }
}

.lp-flw__content {
  margin: 0 auto;
  max-width: 35rem;
}
@media (min-width: 72em) {
  .lp-flw__content {
    grid-row: 1/3;
    grid-column: 2;
  }
}

.lp-flw__desc strong {
  color: #5f9598;
}
.lp-flw__desc ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 1.25rem;
}
.lp-flw__desc li {
  position: relative;
  padding-left: 2rem;
}
.lp-flw__desc li::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/icon_snowflake.svg) center no-repeat;
  background-size: 1.25rem auto;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
}

.lp-flw__title {
  display: block;
  height: 0;
  text-indent: -999rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/villageoutreach_title.webp);
  padding-top: 13rem;
  position: relative;
  margin: 0 0 2.5rem;
}
@media (min-width: 48em) {
  .lp-flw__title {
    padding-top: 18rem;
  }
}
@media (min-width: 72em) {
  .lp-flw__title {
    padding-top: 19rem;
  }
}
.lp-flw__title .decor-star:nth-child(1), .lp-flw__title .decor-star:nth-child(5) {
  animation-delay: 2s;
  scale: 0.25;
  top: 0;
  left: calc(50% - 13.75rem);
}
@media (min-width: 72em) {
  .lp-flw__title .decor-star:nth-child(1), .lp-flw__title .decor-star:nth-child(5) {
    scale: 0.325;
    top: 3rem;
    left: calc(50% - 17.5rem);
  }
}
.lp-flw__title .decor-star:nth-child(2), .lp-flw__title .decor-star:nth-child(6) {
  animation-delay: 1s;
  scale: 0.175;
  top: 4rem;
  left: calc(50% + 3.75rem);
}
@media (min-width: 72em) {
  .lp-flw__title .decor-star:nth-child(2), .lp-flw__title .decor-star:nth-child(6) {
    scale: 0.25;
    top: 8rem;
    left: calc(50% + 11rem);
  }
}
.lp-flw__title .decor-star:nth-child(3), .lp-flw__title .decor-star:nth-child(7) {
  animation-delay: 3s;
  scale: 0.3;
  top: -2.25rem;
  left: calc(50% + 4.25rem);
}
@media (min-width: 72em) {
  .lp-flw__title .decor-star:nth-child(3), .lp-flw__title .decor-star:nth-child(7) {
    scale: 0.4;
    top: -2rem;
    left: calc(50% + 8.5rem);
  }
}
.lp-flw__title .decor-star:nth-child(4), .lp-flw__title .decor-star:nth-child(8) {
  animation-delay: 2.25s;
  scale: 0.15;
  top: -6rem;
  left: calc(50% + 3rem);
}
@media (min-width: 72em) {
  .lp-flw__title .decor-star:nth-child(4), .lp-flw__title .decor-star:nth-child(8) {
    scale: 0.22;
    top: -6rem;
    left: calc(50% + 7rem);
  }
}

.lp-flw__subtitle {
  height: 0;
  text-indent: -999rem;
  background-size: contain;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/villageoutreach_subtitle.webp);
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0 auto 1.25rem;
  padding-top: 25%;
}
@media (min-width: 90em) {
  .lp-flw__subtitle {
    padding-top: 8rem;
  }
}

.lp-flw__desc h4 {
  color: #a79369;
  margin-top: 0;
}
.lp-flw__desc h4 strong {
  color: #b03d3e;
}

.lp-flw__donation {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 2.5rem 0 0;
  padding: 1.25rem;
}
@media (min-width: 60em) {
  .lp-flw__donation {
    padding: 1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-flw__donation {
    margin-bottom: 0;
  }
}
.lp-flw__donation label strong {
  color: #a79369;
}

.lp-flw__offer-wrap {
  margin: 3.125rem auto 0;
  max-width: 35rem;
}
@media (min-width: 72em) {
  .lp-flw__offer-wrap {
    margin-top: -12.5rem;
  }
}

@media (min-width: 84em) {
  .lp-flw__honor .household__img {
    top: 0.75rem;
    right: 1.875rem;
  }
}
.lp-flw__honor .household__honormemory .field--radios {
  grid-template-columns: 1fr;
  gap: 0;
}
.lp-flw__honor .household__tofrom,
.lp-flw__honor .household__addressfields {
  float: none;
  padding: 0;
  width: auto;
}

.lp-flw__offer {
  border: 0.25rem solid white;
  border-radius: 1.25rem;
  background: #4d7d82 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/teal_bg.webp) left top repeat;
  background-size: auto 40rem;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
  color: white;
  padding: 0 1.25rem 2.25rem;
  position: relative;
}
@media (min-width: 48em) {
  .lp-flw__offer {
    padding: 0 2.5rem 2.75rem;
  }
}
@media (min-width: 72em) {
  .lp-flw__offer {
    padding: 0 2.5rem 2.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    font-size: 16px;
    font-size: 1rem;
  }
}
.lp-flw__offer .lp-pricetag--village {
  top: -1.875rem;
  z-index: 1;
  left: 2.5rem;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/pricetag_village.webp?v=20241029);
}
@media (min-width: 72em) {
  .lp-flw__offer .lp-pricetag--village {
    left: auto;
    right: -0.875rem;
    top: 1.875rem;
  }
}
.lp-flw__offer strong {
  color: #f4ede0;
}
.lp-flw__offer .product__qtys {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.lp-flw__offer .product {
  margin-top: 0.5rem;
  margin-bottom: 0;
  max-width: none;
}
.lp-flw__offer .qty {
  padding-left: 8.75rem;
}
.lp-flw__offer .qty__name {
  color: #f4ede0;
}
.lp-flw__offer .qty__desc,
.lp-flw__offer .qty__price {
  color: white;
}
.lp-flw__offer .qty__price {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.lp-flw__offer-img {
  position: relative;
  border: 0.5rem solid white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  rotate: -2deg;
  top: -1.25rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 72em) {
  .lp-flw__offer-img {
    transform: translateX(-50%);
    left: 50%;
    top: -3.75rem;
    margin-bottom: -1.5rem;
    max-width: 21.25rem;
  }
}

.lp-medpacks {
  background-color: white;
}

.lp-medpacks__inner {
  position: relative;
}
@media (min-width: 72em) {
  .lp-medpacks__inner {
    display: grid;
    column-gap: 5rem;
    row-gap: 3.75rem;
    grid-template-columns: 1fr 1fr;
  }
}

.lp-medpacks__photo {
  margin: -5rem -8.75rem 2.5rem;
  position: relative;
}
@media (min-width: 60em) {
  .lp-medpacks__photo {
    margin: -6.25rem 0 3.75rem;
  }
}
@media (min-width: 72em) {
  .lp-medpacks__photo {
    margin: 0;
    grid-column: 2;
  }
}
@media (min-width: 60em) {
  .lp-medpacks__photo .decor-star {
    display: none;
  }
}
.lp-medpacks__photo .decor-star:nth-child(1), .lp-medpacks__photo .decor-star:nth-child(5) {
  animation-delay: 2s;
  scale: 0.25;
  top: 5.25rem;
  left: calc(50% - 15rem);
}
@media (min-width: 60em) {
  .lp-medpacks__photo .decor-star:nth-child(1), .lp-medpacks__photo .decor-star:nth-child(5) {
    scale: 0.325;
    top: 3.5rem;
    left: calc(50% - 22.5rem);
  }
}
.lp-medpacks__photo .decor-star:nth-child(2), .lp-medpacks__photo .decor-star:nth-child(6) {
  animation-delay: 1s;
  scale: 0.2;
  top: 3rem;
  left: calc(50% + 7rem);
}
@media (min-width: 60em) {
  .lp-medpacks__photo .decor-star:nth-child(2), .lp-medpacks__photo .decor-star:nth-child(6) {
    scale: 0.25;
    top: 5rem;
    left: calc(50% + 14rem);
  }
}
.lp-medpacks__photo .decor-star:nth-child(3), .lp-medpacks__photo .decor-star:nth-child(7) {
  animation-delay: 3s;
  scale: 0.3;
  top: 1rem;
  left: calc(50% + 5.5rem);
}
@media (min-width: 60em) {
  .lp-medpacks__photo .decor-star:nth-child(3), .lp-medpacks__photo .decor-star:nth-child(7) {
    scale: 0.4;
    top: 2rem;
    left: calc(50% + 11rem);
  }
}
.lp-medpacks__photo .decor-star:nth-child(4), .lp-medpacks__photo .decor-star:nth-child(8) {
  animation-delay: 2.25s;
  scale: 0.11;
  top: -1rem;
  left: calc(50% - 14rem);
}
@media (min-width: 60em) {
  .lp-medpacks__photo .decor-star:nth-child(4), .lp-medpacks__photo .decor-star:nth-child(8) {
    scale: 0.22;
    top: -2rem;
    left: calc(50% - 21rem);
  }
}
.lp-medpacks__photo img {
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 1.25;
}
@media (min-width: 72em) {
  .lp-medpacks__photo img {
    aspect-ratio: auto;
    height: auto;
    width: 100%;
  }
}
.lp-medpacks__photo::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 12.5rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.525), rgba(0, 0, 0, 0));
}
@media (min-width: 60em) {
  .lp-medpacks__photo::before {
    display: none;
  }
}

.lp-medpacks__content {
  margin: 0 auto;
  max-width: 27.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 72em) {
  .lp-medpacks__content {
    max-width: 60rem;
    padding-bottom: 0;
    grid-column: 1;
    grid-row: 1;
  }
}
.lp-medpacks__content h4 {
  color: #a79369;
  margin-top: 0;
}
.lp-medpacks__content h4 strong {
  color: #b03d3e;
}

.lp-medpacks__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 1.25rem;
}
.lp-medpacks__list li {
  position: relative;
  padding-left: 2rem;
}
.lp-medpacks__list li::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/icon_snowflake.svg) center no-repeat;
  background-size: 1.25rem auto;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
}

.lp-medpacks__desc ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.625rem;
}
.lp-medpacks__desc li {
  position: relative;
  padding-left: 2rem;
}
.lp-medpacks__desc li::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/icon_snowflake_gold.svg) center no-repeat;
  background-size: 1.25rem auto;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
}

.lp-medpacks__title {
  display: block;
  height: 0;
  text-indent: -999rem;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/medactionpacks_title.webp);
  padding-top: 6.25rem;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  right: 0;
}
@media (min-width: 60em) {
  .lp-medpacks__title {
    padding-top: 0;
    position: relative;
    background: none;
    height: auto;
    margin: 0 0 1.875rem;
    top: 0;
  }
}
.lp-medpacks__title .decor-star {
  display: none;
}
@media (min-width: 60em) {
  .lp-medpacks__title .decor-star {
    display: block;
  }
}
.lp-medpacks__title .decor-star:nth-child(1), .lp-medpacks__title .decor-star:nth-child(5) {
  animation-delay: 2s;
  scale: 0.25;
  top: 2.25rem;
  left: calc(50% - 20.5rem);
}
@media (min-width: 84em) {
  .lp-medpacks__title .decor-star:nth-child(1), .lp-medpacks__title .decor-star:nth-child(5) {
    scale: 0.325;
    top: 3.5rem;
    left: calc(50% - 22.5rem);
  }
}
.lp-medpacks__title .decor-star:nth-child(2), .lp-medpacks__title .decor-star:nth-child(6) {
  animation-delay: 1s;
  scale: 0.2;
  top: 1rem;
  left: calc(50% + 10rem);
}
@media (min-width: 84em) {
  .lp-medpacks__title .decor-star:nth-child(2), .lp-medpacks__title .decor-star:nth-child(6) {
    scale: 0.25;
    top: 2.5rem;
    left: calc(50% + 12.5rem);
  }
}
.lp-medpacks__title .decor-star:nth-child(3), .lp-medpacks__title .decor-star:nth-child(7) {
  animation-delay: 3s;
  scale: 0.3;
  top: -2rem;
  left: calc(50% + 8.5rem);
}
@media (min-width: 84em) {
  .lp-medpacks__title .decor-star:nth-child(3), .lp-medpacks__title .decor-star:nth-child(7) {
    scale: 0.4;
    top: -1rem;
    left: calc(50% + 11rem);
  }
}
.lp-medpacks__title .decor-star:nth-child(4), .lp-medpacks__title .decor-star:nth-child(8) {
  animation-delay: 2.25s;
  scale: 0.11;
  top: -3rem;
  left: calc(50% - 17rem);
}
@media (min-width: 84em) {
  .lp-medpacks__title .decor-star:nth-child(4), .lp-medpacks__title .decor-star:nth-child(8) {
    scale: 0.22;
    top: -2rem;
    left: calc(50% - 21rem);
  }
}

@media (min-width: 60em) {
  .lp-medpacks__title-inner {
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/medactionpacks_title_dark.webp);
    position: relative;
    padding-top: 8.75rem;
    margin: 0 0 1.875rem;
    height: 0;
    top: 0;
  }
}
@media (min-width: 84em) {
  .lp-medpacks__title-inner {
    padding-top: 10rem;
  }
}

.lp-medpacks__subtitle {
  display: block;
  height: 0;
  text-indent: -999rem;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/medactionpacks_subtitle3.webp);
  padding-top: 23.75%;
  margin: 0 0 1.25rem;
}

.lp-medpacks__donate {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0.625rem 0 0;
  padding: 1.25rem;
}
@media (min-width: 60em) {
  .lp-medpacks__donate {
    padding: 1.875rem;
  }
}
.lp-medpacks__donate label strong {
  color: #a79369;
}

.lp-pricetag--medpacks {
  top: -2.5rem;
  left: 1.5rem;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/pricetag_familymed.webp);
}
@media (min-width: 72em) {
  .lp-pricetag--medpacks {
    top: -3.75rem;
  }
}

.lp-pricetag--actionpacks {
  top: -2.5rem;
  right: 1.5rem;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/pricetag_actionpacks.webp);
}
@media (min-width: 72em) {
  .lp-pricetag--actionpacks {
    top: -3.75rem;
  }
}

.lp-pricetag {
  border-radius: 50%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3), 0 13px 38px rgba(0, 0, 0, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  text-indent: -999rem;
  width: 5rem;
  height: 5rem;
}
@media (min-width: 72em) {
  .lp-pricetag {
    width: 6.25rem;
    height: 6.25rem;
  }
}

.lp-medpacks__packs {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 60em) {
  .lp-medpacks__packs {
    display: grid;
    grid-column: 1/3;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
  }
}
@media (min-width: 60em) {
  .is-notUSA .lp-medpacks__packs {
    grid-column: 1/3;
    display: block;
    max-width: 40rem;
    margin: 2.5rem auto 0;
  }
}
.lp-medpacks__packs .product__qtys {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.lp-medpacks__packs .qty {
  padding-left: 8.75rem;
}
.lp-medpacks__packs .qty__name {
  color: #e4cfa2;
}
.lp-medpacks__packs .qty__desc,
.lp-medpacks__packs .qty__price {
  color: white;
}
.lp-medpacks__packs .qty__price {
  border-right-color: rgba(255, 255, 255, 0.2);
}

.lp-medpacks__medpack {
  margin-bottom: 2.5rem;
}
@media (min-width: 90em) {
  .lp-medpacks__medpack {
    margin-bottom: 0;
  }
}

.lp-medpacks__medpack-inner {
  position: relative;
  border: 0.25rem solid white;
  border-radius: 1.25rem;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
  background: #bf3e3d;
  color: white;
  padding: 3.75rem 1.875rem 1.25rem;
}
@media (min-width: 90em) {
  .lp-medpacks__medpack-inner {
    background: #bf3e3d url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/medactionpacks_medpack_bg.webp) left top no-repeat;
    background-size: auto 100%;
    padding: 3.125rem 3.125rem 1.875rem 15rem;
  }
}
.lp-medpacks__medpack-inner ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.625rem;
}
.lp-medpacks__medpack-inner li {
  position: relative;
  padding-left: 2rem;
}
.lp-medpacks__medpack-inner li::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/icon_snowflake_white.svg) center no-repeat;
  background-size: 1.25rem auto;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  opacity: 0.7;
  top: 0.1rem;
  left: 0;
}

.lp-medpacks__medpack-title {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/medactionpacks_subtitle1.webp);
  height: 0;
  text-indent: -999rem;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 2.25rem;
  margin: 0 0 0.625rem;
}

.lp-medpacks__actionpacks-inner {
  position: relative;
  background-color: #6d9a9e;
  border: 0.25rem solid white;
  border-radius: 1.25rem;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
  color: white;
  padding: 3.75rem 1.875rem 1.25rem;
}
@media (min-width: 90em) {
  .lp-medpacks__actionpacks-inner {
    background: #6d9a9e url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/medactionpacks_actionpacks_bg.webp) right top no-repeat;
    background-size: auto 100%;
    padding: 3.125rem 15rem 1.875rem 3.125rem;
  }
}

.lp-medpacks__actionpacks-title {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/medactionpacks_subtitle2.webp);
  height: 0;
  text-indent: -999rem;
  background-size: auto 1.75rem;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 2.25rem;
  margin: 0 0 0.625rem;
}

.lp-driven {
  background: #a62625 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/driven_bg.webp) center top no-repeat;
  background-size: 90rem auto;
  overflow: hidden;
}

.lp-driven__desc {
  max-width: 45rem;
  margin: 0 auto;
}
@media (min-width: 72em) {
  .lp-driven__desc {
    max-width: 65rem;
  }
}

.lp-driven__title {
  display: block;
  height: 0;
  text-indent: -999rem;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/driven_title.webp);
  background-position-x: center;
  position: relative;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 1.875rem;
  padding-top: 4rem;
}
@media (min-width: 48em) {
  .lp-driven__title {
    margin-bottom: 2.5rem;
    padding-top: 17.5%;
  }
}
.lp-driven__title .decor-star:nth-child(1), .lp-driven__title .decor-star:nth-child(4) {
  animation-delay: 2s;
  scale: 0.225;
  top: -7rem;
  left: calc(50% - 12rem);
}
@media (min-width: 48em) {
  .lp-driven__title .decor-star:nth-child(1), .lp-driven__title .decor-star:nth-child(4) {
    scale: 0.3;
    top: 1.5rem;
    left: calc(50% - 22rem);
  }
}
@media (min-width: 72em) {
  .lp-driven__title .decor-star:nth-child(1), .lp-driven__title .decor-star:nth-child(4) {
    scale: 0.35;
    top: 5rem;
    left: calc(50% - 32rem);
  }
}
.lp-driven__title .decor-star:nth-child(2), .lp-driven__title .decor-star:nth-child(5) {
  animation-delay: 1s;
  scale: 0.3;
  top: -1.25rem;
  left: calc(50% + 5.25rem);
}
@media (min-width: 48em) {
  .lp-driven__title .decor-star:nth-child(2), .lp-driven__title .decor-star:nth-child(5) {
    scale: 0.35;
    top: -0.5rem;
    left: calc(50% + 16.25rem);
  }
}
@media (min-width: 72em) {
  .lp-driven__title .decor-star:nth-child(2), .lp-driven__title .decor-star:nth-child(5) {
    scale: 0.4;
    top: 3rem;
    left: calc(50% + 20rem);
  }
}
.lp-driven__title .decor-star:nth-child(3), .lp-driven__title .decor-star:nth-child(6) {
  animation-delay: 3s;
  scale: 0.15;
  top: -9rem;
  left: calc(50% - 10rem);
}
@media (min-width: 48em) {
  .lp-driven__title .decor-star:nth-child(3), .lp-driven__title .decor-star:nth-child(6) {
    scale: 0.2;
    top: -7rem;
    left: calc(50% + 13rem);
  }
}
@media (min-width: 72em) {
  .lp-driven__title .decor-star:nth-child(3), .lp-driven__title .decor-star:nth-child(6) {
    scale: 0.3;
    top: -7rem;
    left: calc(50% + 13rem);
  }
}

.lp-driven__subphoto {
  margin-bottom: 2.5rem;
}
@media (min-width: 72em) {
  .lp-driven__subphoto {
    margin-bottom: 0;
  }
}
.lp-driven__subphoto img {
  rotate: 2deg;
  margin-top: 1.875rem;
  border: 0.25rem solid white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  aspect-ratio: 2;
  object-fit: cover;
  translate: 0.625rem 0;
  object-position: center bottom;
}
.lp-driven__subphoto img:nth-child(2) {
  margin-top: 0;
  rotate: -3deg;
  translate: -0.625rem -0.75rem;
  aspect-ratio: auto;
}

.lp-driven__paragraphs {
  color: white;
}
@media (min-width: 48em) {
  .lp-driven__paragraphs {
    max-width: 35rem;
    margin: 0 auto;
  }
}
@media (min-width: 72em) {
  .lp-driven__paragraphs {
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
  }
}
.lp-driven__paragraphs h3 {
  color: #e4cfa2;
  margin-top: 0;
}

.lp-driven__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 1.25rem;
}
.lp-driven__list li {
  position: relative;
  padding-left: 2rem;
}
.lp-driven__list li::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/icon_snowflake_gold.svg) center no-repeat;
  background-size: 1.25rem auto;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
}

.lp-driven__donate {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin: 2.5rem 0 0;
  padding: 1.25rem;
  color: #5b5e63;
}
@media (min-width: 60em) {
  .lp-driven__donate {
    padding: 1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-driven__donate {
    margin-bottom: 0;
  }
}
.lp-driven__donate label {
  color: white;
}
.lp-driven__donate label strong {
  color: #e4cfa2;
}

@media (min-width: 48em) {
  .lp-driven__honor .households {
    padding-top: 1.875rem;
  }
}
.lp-driven__honor .household label {
  color: #e4cfa2;
}
.lp-driven__honor .household__form {
  background-color: rgba(0, 0, 0, 0.25);
}
.lp-driven__honor .household__close button {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/icon_close.svg);
  background-color: rgba(255, 255, 255, 0.2);
}
.lp-driven__honor .household__close button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.lp-driven__honor .household__title {
  color: white;
}
.lp-driven__honor .household__expand button {
  color: #e4cfa2;
}
.lp-driven__honor .household__expand button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.lp-driven__honor .household__expand button::before {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/icon_circle_goldlight.svg);
}
.lp-driven__honor .household__expand button span {
  color: white;
}
.lp-driven__honor .household__newsletter-name p {
  color: white;
}

.lp-free-ornament {
  padding: 5rem 1.25rem 0;
}

.lp-free-ornament__inner {
  border: 0.25rem solid white;
  border-radius: 1.25rem;
  background: #4d7d82 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/teal_bg.webp) left top repeat;
  background-size: auto 40rem;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
  padding: 1.875rem;
  max-width: 25rem;
  margin: 0 auto;
  color: white;
}
@media (min-width: 60em) {
  .lp-free-ornament__inner {
    max-width: 43rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.875rem;
  }
}

.lp-free-ornament__img {
  max-width: 10rem;
  margin: -3.75rem auto -1.25rem;
}
@media (min-width: 60em) {
  .lp-free-ornament__img {
    max-width: 15rem;
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
}

.lp-free-ornament__content .field--free-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem;
  align-items: start;
  padding-bottom: 0;
}
.lp-free-ornament__content input {
  margin-top: 0.3125rem;
}
.lp-free-ornament__content label {
  color: #f4ede0;
}
.lp-free-ornament__content label em {
  color: rgba(255, 255, 255, 0.65);
}
@media (min-width: 60em) {
  .lp-free-ornament__content label em {
    display: block;
  }
}

.lp-donate-cart .cart {
  border-radius: 0.75rem 0.75rem 0 0;
  padding: 0;
  left: auto;
  right: 0.625rem;
  width: auto;
}
@media (min-width: 48em) {
  .lp-donate-cart .cart {
    right: 2rem;
  }
}
@media (min-width: 76em) {
  .lp-donate-cart .cart {
    right: 50%;
  }
}
.lp-donate-cart .cart__summary-link {
  height: 3rem;
}
@media (min-width: 48em) {
  .lp-donate-cart .cart__summary-link {
    height: 58px;
  }
}

.households {
  display: none;
  padding: 1.875rem 0 0;
  gap: 1.25rem;
  display: grid;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.household {
  display: none;
  border-radius: 0.375em;
  margin: 0 auto;
  max-width: 24em;
}
@media (min-width: 48em) {
  .household {
    max-width: 100%;
  }
}
.household.is-showing {
  display: block;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}
.household:last-child {
  margin-bottom: 1.25em;
}
.household label {
  color: #5f9598;
}

.household__inner.is-expanded .household__expand {
  display: none;
}
.household__expand button {
  background-color: rgba(0, 0, 0, 0.0375);
  width: 100%;
  padding: 1rem 1.5rem;
  background: none;
  box-shadow: none;
  color: #5f9598;
  display: flex;
  gap: 0.625rem;
  align-items: center;
  position: relative;
  line-height: 1.35;
}
.household__expand button:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.household__expand button span {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.2em;
  color: #5b5e63;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
}
.household__expand button::before {
  content: "";
  display: block;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/icon_circle.svg) center no-repeat;
  background-size: contain;
  height: 2.25rem;
  width: 2.25rem;
}

.household__close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.household__close button {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202510_LP2_christmas/icon_close_dark.svg) center no-repeat;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-size: 1.875rem;
  text-indent: -999rem;
  box-shadow: none;
  height: 2.25rem;
  width: 2.25rem;
}
.household__close button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.household__form {
  background-color: rgba(0, 0, 0, 0.0375);
  border-radius: 0.25rem;
  display: none;
  padding: 1.25em;
  position: relative;
}
.household__inner.is-expanded .household__form {
  display: block;
}
@media (min-width: 48em) {
  .household__form {
    padding: 1.875em;
  }
}

.household__title {
  font-weight: normal;
  letter-spacing: 0.3em;
  margin: 0 0 1rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  padding-right: 3.75rem;
}
@media (min-width: 48em) {
  .household__title {
    padding-right: 10.625rem;
  }
}

.household__img {
  max-width: 12.5rem;
  margin: 0.625rem auto 1.25rem;
  position: relative;
  pointer-events: none;
}
@media (min-width: 48em) {
  .household__img {
    position: absolute;
    right: 4.375rem;
    top: 0.625rem;
    max-width: 9rem;
  }
}
@media (min-width: 84em) {
  .household__img {
    max-width: 8rem;
    margin: 0;
    padding: 0 0.625rem 0 0;
    right: 3.25rem;
    top: -0.625rem;
    height: 100%;
  }
}
@media (min-width: 84em) {
  .household__img img {
    margin-left: -1.5rem;
    max-width: calc(100% + 1.5rem);
  }
}

@media (min-width: 90em) {
  .household__honormemory .field--radios {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 2.5rem;
  }
}
.household__honormemory .field--radios input[type=radio] {
  top: 0.125rem;
}

@media (min-width: 84em) {
  .household__tofrom {
    float: left;
    padding-right: 0.625em;
    width: 40%;
  }
}
@media (min-width: 60em) {
  .household__tofrom textarea {
    height: 5.25rem;
  }
}
@media (min-width: 84em) {
  .household__tofrom textarea {
    height: 7.55rem;
  }
}

@media (min-width: 84em) {
  .household__addressfields {
    float: left;
    padding-left: 0.625em;
    width: 56%;
  }
}

.household__qtys {
  clear: both;
  display: grid;
  grid-row-gap: 1.25rem;
}
.household__qtys .field--checkbox {
  padding-bottom: 0;
}
@media (min-width: 60em) {
  .household__qtys .field--checkbox {
    margin-left: 0.625rem;
  }
}
@media (min-width: 84em) {
  .household__qtys .field--checkbox {
    margin-left: 0;
  }
}

.household__newsletter-name {
  padding-top: 1.875rem;
}
.household__newsletter-name.is-hidden {
  display: none;
}
.household__newsletter-name p {
  clear: both;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 48em) {
  .household__newsletter-name-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
  }
}

@media (min-width: 60em) {
  .household .fieldgroup--citystatezip {
    grid-template-columns: 1fr 5rem 5.125rem;
    grid-column-gap: 1rem;
  }
}

.lp-end {
  padding: 5rem 1.875rem 0;
}

.product {
  margin-bottom: 0;
}

.product__name,
.product__desc,
.product__image {
  display: none;
}

.qty {
  padding-left: 8.25rem;
}

.qty__price {
  width: 3.5rem;
}

.lp .lp-your-country label {
  color: #5f9598;
}
.lp .title--minor {
  color: #5f9598;
}
.lp .ordersummary .button--delete:hover {
  background-color: #8a3031;
  opacity: 1;
}
.lp .field__address2-link {
  background-color: transparent;
  box-shadow: none;
  color: #5f9598;
}
.lp .field__address2-link:hover {
  background-color: transparent;
}
.lp .field__address2-link:active {
  box-shadow: none;
}
.lp .product__note {
  font-style: italic;
  opacity: 0.6;
}
.lp .product__note em {
  font-style: normal;
}
.lp .field--donation {
  padding-bottom: 0;
}
.lp .field-recurring label {
  padding-left: 0;
}

.lp-free-offer {
  display: none;
}

.field--submit [type=submit] {
  background: #5f9598;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.13), 0 8px 28px rgba(0, 0, 0, 0.13);
}
.field--submit [type=submit]:hover {
  background-color: #4b7679;
}
.field--submit [type=submit]:active {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.15);
  transform: translateY(2px);
}

.lp-share-band {
  margin-top: 6.25rem;
  margin-bottom: -6.25rem;
}
.lp-share-band .share-band {
  background-color: #a79369;
}

.ordersummary .ordersummary__name-note {
  display: block;
  margin-top: 0.125rem;
  margin-left: 0;
}