.lp .button {
  background: #8f4a41;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  padding: 0.625rem 1.25rem;
}
@media (min-width: 60em) {
  .lp .button {
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
}
.lp .button:hover {
  background: #6c3831;
}
.lp .button--up {
  padding-left: 3rem;
  position: relative;
}
.lp .button--up::before {
  content: "";
  position: absolute;
  left: 0.575rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP12_biblesmuggler/icon_arrow_up.svg) center no-repeat;
  background-size: 1.375rem;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.lp .button--light {
  background-color: #f4ebe1;
  color: rgba(0, 0, 0, 0.75);
}
.lp .button--light:hover {
  background: #e6d2bc;
}
.lp .button--up.button--light::before {
  background-color: rgba(143, 74, 65, 0.75);
}

.lp-top {
  position: relative;
}
@media (min-width: 60em) {
  .lp-top {
    padding: 3.75rem 3.75rem 0;
  }
}
@media (min-width: 84em) {
  .lp-top {
    padding: 5rem 5rem 0;
  }
}

@media (min-width: 60em) {
  .lp-top__inner-wrap {
    margin: 0 auto;
    max-width: 85rem;
  }
}

.lp-top__inner {
  background: #dad4d3 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP12_biblesmuggler/photo_top.webp) center top no-repeat;
  background-size: 100% auto;
  display: grid;
}
@media (min-width: 60em) {
  .lp-top__inner {
    background-size: cover;
    padding-top: 66.25%;
    position: relative;
  }
}

.lp-top__desc {
  background: #dad4d3 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP12_biblesmuggler/bg_top.webp) center no-repeat;
  background-size: cover;
  margin-top: 65%;
  position: relative;
  padding: 2.5rem;
}
@media (min-width: 60em) {
  .lp-top__desc {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    left: -2.5%;
    padding: 2.25rem 1.875rem;
    box-shadow: 0 18px 84px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(0, 0, 0, 0.075);
  }
}
@media (min-width: 72em) {
  .lp-top__desc {
    width: 40%;
    padding: 3.125rem;
  }
}
@media (min-width: 90em) {
  .lp-top__desc {
    left: -3.125rem;
  }
}
.lp-top__desc p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 72em) {
  .lp-top__desc p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-top__desc-inner {
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 60em) {
  .lp-top__desc-inner {
    max-width: 100%;
  }
}

.lp-title {
  margin: 0 0 1.875rem;
}
@media (min-width: 60em) {
  .lp-title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 84em) {
  .lp-title {
    margin-bottom: 1.875rem;
  }
}
.lp-title strong {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP12_biblesmuggler/title.webp) left top no-repeat;
  background-size: contain;
  text-indent: -999rem;
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  height: 6.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 60em) {
  .lp-title strong {
    height: 0;
    padding-top: 36%;
  }
}
.lp-title span {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .lp-title span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 84em) {
  .lp-title span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.lp-top__logo {
  background: #292929 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP12_biblesmuggler/logo_biblesmuggler.webp) center no-repeat;
  position: absolute;
  text-indent: -999rem;
  background-size: auto 8.125rem;
  height: 10rem;
  right: calc(100% - 3.75rem);
  top: 1.25rem;
  width: 2.5rem;
}
@media (min-width: 60em) {
  .lp-top__logo {
    background-size: auto 16.25rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    height: 20rem;
    right: 1.25rem;
    top: -1.25rem;
    width: 5rem;
  }
}

.lp-intro {
  background: #222 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP12_biblesmuggler/bg_intro.webp) center no-repeat;
  background-size: cover;
  border-bottom: 0.25rem solid rgba(0, 0, 0, 0.7);
  padding: 5rem 2.5rem;
  color: white;
}
@media (min-width: 60em) {
  .lp-intro {
    padding: 5rem;
  }
}

.lp-intro__inner {
  margin: 0 auto;
  max-width: 45rem;
  gap: 3.75rem;
  display: grid;
}
@media (min-width: 60em) {
  .lp-intro__inner {
    grid-template-columns: 1fr 1fr;
    max-width: 85rem;
  }
}
@media (min-width: 72em) {
  .lp-intro__inner {
    padding: 2.5rem 0;
  }
}
@media (min-width: 84em) {
  .lp-intro__inner {
    padding: 5rem;
  }
}
.lp-intro__inner p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 72em) {
  .lp-intro__inner p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-intro__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row: 1;
  gap: 1.25rem;
}
@media (min-width: 60em) {
  .lp-intro__photos {
    gap: 2.5rem;
  }
}
.lp-intro__photos img {
  display: flex;
  height: 100%;
  object-fit: cover;
}

.lp-quote {
  background-color: #8f4a41;
  padding: 5rem 0.625rem;
}
@media (min-width: 48em) {
  .lp-quote {
    padding: 6.25rem 3.75rem;
  }
}
@media (min-width: 72em) {
  .lp-quote {
    padding: 7.5rem 5rem;
  }
}

.lp-quote__inner {
  margin: 0 auto;
  max-width: 50rem;
  display: grid;
  gap: 5rem;
}
@media (min-width: 72em) {
  .lp-quote__inner {
    max-width: 75rem;
    gap: 5rem;
    align-items: center;
    grid-template-columns: 25rem 1fr;
  }
}

@media (min-width: 72em) {
  .lp-quote__quote {
    grid-column: 2;
  }
}
.lp-quote__quote blockquote {
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.2);
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.lp-quote__quote p {
  color: white;
  font-family: Georgia, serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-style: italic;
}
@media (min-width: 48em) {
  .lp-quote__quote p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 72em) {
  .lp-quote__quote p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.lp-quote__quote cite {
  color: #f3dc99;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.15em;
  text-align: right;
  text-transform: uppercase;
}
@media (min-width: 72em) {
  .lp-quote__quote cite {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.lp-quote__cta {
  text-align: center;
}

@media (min-width: 48em) {
  .lp-quote__stories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 48rem;
    margin: 0 auto;
  }
}
@media (min-width: 72em) {
  .lp-quote__stories {
    margin-top: -8.75rem;
    margin-bottom: -10rem;
    max-width: 100%;
    display: block;
    grid-column: 1;
    grid-row: 1;
    position: relative;
  }
}
.lp-quote__stories .lp-story {
  position: relative;
}
.lp-quote__stories .lp-story:first-child {
  margin-bottom: -5rem;
  left: -0.625rem;
  rotate: -2deg;
  z-index: 2;
}
@media (min-width: 48em) {
  .lp-quote__stories .lp-story:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 72em) {
  .lp-quote__stories .lp-story:first-child {
    margin-bottom: -5rem;
  }
}
.lp-quote__stories .lp-story:last-child {
  right: -0.625rem;
  rotate: 1.5deg;
}

.lp-story {
  background: #f4ebe1;
  margin: 0 auto;
  border-radius: 0.5rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
  max-width: 20rem;
  padding: 0.625rem;
  color: #5b5e63;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 48em) {
  .lp-story {
    max-width: 100%;
  }
}
.lp-story:hover {
  background: white;
  color: #5b5e63;
  transform: translateY(-0.125rem);
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.5);
}
.lp-story img {
  border-radius: 0.375rem;
}
.lp-story h2 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #8f4a41;
  margin: 0 0 0.625rem;
}
.lp-story p {
  padding-bottom: 0;
}
.lp-story p::after {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  background: #8f4a41 url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP12_biblesmuggler/icon_plus_circle.svg) center no-repeat;
  background-size: 1.25rem auto;
  margin-left: 0.5rem;
  transition: 0.2s transform ease;
}
.lp-story:hover p::after {
  transform: scale(1.25);
}

.lp-story__desc {
  padding: 1.25rem;
}

.lp-stories-callout {
  background-color: #4c8189;
  color: white;
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 20rem;
}
@media (min-width: 48em) {
  .lp-stories-callout {
    max-width: 100%;
  }
}
.lp-stories-callout img {
  display: block;
  margin-bottom: 1.25rem;
}
.lp-stories-callout h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0.625rem;
}

.lp-stories-callout__cta {
  text-align: center;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.75);
}

.dialog-story {
  border: none;
  border-radius: 0.375rem;
  box-shadow: 0 23px 78px rgba(0, 0, 0, 0.5);
  padding: 1.25rem;
}
@media (min-width: 24em) {
  .dialog-story {
    padding: 1.875rem;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 48em) {
  .dialog-story {
    max-width: 35rem;
    padding: 2.5rem;
  }
}

.dialog-story__inner {
  display: grid;
  grid-gap: 1.875rem;
}

.dialog-story__close {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
@media (min-width: 48em) {
  .dialog-story__close {
    right: 1.25rem;
    top: 0;
  }
}
.dialog-story__close button {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP12_biblesmuggler/icon_close.svg) center no-repeat;
  background-size: 70% auto;
  text-indent: -999rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.375rem;
  width: 3rem;
}
@media (min-width: 48em) {
  .dialog-story__close button {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
.dialog-story__close button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dialog-story__img {
  margin: -1.25rem -1.25rem 0;
  overflow: hidden;
}
@media (min-width: 24em) {
  .dialog-story__img {
    margin: -1.875rem -1.875rem 0;
  }
}
.dialog-story__img img {
  display: block;
  height: 15rem;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 48em) {
  .dialog-story__img img {
    height: auto;
  }
}

.dialog-story__title {
  color: #8f4a41;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: -0.5rem 0 0.625rem;
}
@media (min-width: 48em) {
  .dialog-story__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.dialog-story__desc p:last-child {
  padding-bottom: 0;
}

.lp-map {
  background-color: #fbf7f4;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 72em) {
  .lp-map {
    padding: 7.5rem 5rem 7.5rem;
  }
}

.lp-map__inner {
  max-width: 85rem;
}
@media (min-width: 72em) {
  .lp-map__inner {
    margin: 0 auto;
  }
}

.lp-map__desc {
  max-width: 53.75rem;
  margin: 0 auto 1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media (min-width: 48em) {
  .lp-map__desc {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.lp-map__wrap {
  margin-bottom: 1.875rem;
}
@media (min-width: 72em) {
  .lp-map__wrap {
    box-shadow: 0 13px 38px rgba(0, 0, 0, 0.15);
    border: 0.125rem solid #dbd0ba;
    border-radius: 0.25rem;
  }
}

.lp-map__figure {
  background-color: #f4ece1;
  position: relative;
}
@media (min-width: 48em) {
  .lp-map__figure {
    overflow: hidden;
  }
}

.lp-map__embed {
  padding-top: 62.0220588%;
  position: relative;
}
.lp-map__embed svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lp-map__embed svg [data-country-name] {
  transition: all 0.6s ease;
}
.lp-map__embed svg [data-level-class=is-level-dangerous].is-hovered {
  fill: #8b6c37;
}
.lp-map__embed svg [data-level-class=is-level-illegal].is-hovered {
  fill: #733b34;
}
.lp-map__embed svg [data-level-class=is-level-covert].is-hovered {
  fill: #5e5a55;
}

.lp-map__legend {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -1.875rem;
  position: relative;
  padding: 1.25rem 0.625rem;
}
@media (min-width: 25.875em) {
  .lp-map__legend {
    margin-top: -3.125rem;
  }
}
@media (min-width: 48em) {
  .lp-map__legend {
    margin-top: 0;
    bottom: 1.875rem;
    display: flex;
    left: 50%;
    width: 95%;
    position: absolute;
    transform: translateX(-50%);
  }
}
@media (min-width: 60em) {
  .lp-map__legend {
    width: 90%;
  }
}
@media (min-width: 72em) {
  .lp-map__legend {
    width: 80%;
    max-width: 54rem;
  }
}

.lp-map__legend-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
  margin: 0 0.625rem 0.625rem;
  padding-left: 1.875rem;
  line-height: 1;
  position: relative;
}
@media (min-width: 48em) {
  .lp-map__legend-box {
    margin: 0 0.625rem;
  }
}
.lp-map__legend-box:last-child {
  margin-bottom: 0;
}
.lp-map__legend-box::before {
  content: "";
  align-self: stretch;
  display: block;
  position: absolute;
  left: 0;
  width: 1.25rem;
  top: 50%;
  height: 1rem;
  margin-top: -0.5rem;
}

.lp-map__legend-box--dangerous::before {
  background-color: #a88343;
}

.lp-map__legend-box--illegal::before {
  background-color: #8f4a41;
}

.lp-map__legend-box--covert::before {
  background-color: #736f68;
}

.map-hover {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 1;
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
  padding: 0.375rem 0.625rem;
}

.map-hover__country {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #8f4a41;
}
.is-level-dangerous .map-hover__country {
  color: #a88343;
}
.is-level-illegal .map-hover__country {
  color: #8f4a41;
}
.is-level-covert .map-hover__country {
  color: #736f68;
}

.map-hover__level {
  font-style: italic;
}

.lp-map__title {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  color: #8f4a41;
  font-style: italic;
  font-family: "freight-text-pro", serif;
  padding: 2.5rem 1.875rem 1.875rem;
}
@media (min-width: 25.875em) {
  .lp-map__title {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 48em) {
  .lp-map__title {
    padding: 3.875rem 3.125rem 1.25rem;
  }
}
@media (min-width: 60em) {
  .lp-map__title {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 84em) {
  .lp-map__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

.lp-map__cta {
  text-align: center;
}

.lp-give {
  background-color: #253a3e;
  color: white;
  padding: 6.25rem 1.875rem 6.25rem;
  position: relative;
}
@media (min-width: 72em) {
  .lp-give {
    padding-top: 8.75rem;
    padding-bottom: 7.5rem;
  }
}

.lp-give__inner {
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
  display: grid;
  gap: 5rem;
}
@media (min-width: 72em) {
  .lp-give__inner {
    gap: 3.75rem;
    grid-template-columns: 1fr 25rem;
  }
}

.lp-give__stories {
  color: #5b5e63;
}
@media (min-width: 48em) {
  .lp-give__stories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 48rem;
    margin: 0 auto;
  }
}
@media (min-width: 72em) {
  .lp-give__stories {
    max-width: 100%;
    display: block;
    grid-column: 2;
    grid-row: 1;
    position: relative;
  }
}
.lp-give__stories .lp-story {
  position: relative;
}
.lp-give__stories .lp-story:first-child {
  margin-bottom: -2.5rem;
  left: -0.625rem;
  rotate: -2deg;
  z-index: 2;
}
@media (min-width: 48em) {
  .lp-give__stories .lp-story:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 72em) {
  .lp-give__stories .lp-story:first-child {
    margin-bottom: -2.5rem;
  }
}
.lp-give__stories .lp-story:last-child {
  right: -0.625rem;
  rotate: 1.5deg;
}

.lp-give__title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 1.875rem;
  text-align: center;
}
@media (min-width: 25.875em) {
  .lp-give__title {
    max-width: 23rem;
    margin: 0 auto 1.875rem;
  }
}
@media (min-width: 46em) {
  .lp-give__title {
    max-width: none;
  }
}
@media (min-width: 48em) {
  .lp-give__title {
    max-width: 32rem;
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 54em) {
  .lp-give__title {
    max-width: none;
  }
}

.give-options {
  list-style: none;
  margin: 0 -0.625rem 2.5rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7.5rem, auto));
  grid-gap: 0.625rem;
}
@media (min-width: 25.875em) {
  .give-options {
    margin: 0 -1.25rem 2.5rem;
  }
}
@media (min-width: 30em) {
  .give-options {
    max-width: 30rem;
    margin: 0 auto 2.5rem;
  }
}
@media (min-width: 48em) {
  .give-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 6rem 2.5rem;
    max-width: none;
  }
}
@media (min-width: 54em) {
  .give-options {
    flex-wrap: none;
    margin: 0 -1rem 2.5rem;
  }
}
@media (min-width: 60em) {
  .give-options {
    max-width: 60rem;
    margin: 0 auto 3.75rem;
  }
}
@media (min-width: 72em) {
  .give-options {
    margin-bottom: 5rem;
  }
}

@media (min-width: 48em) {
  .give-options__item {
    flex-grow: 1;
    min-width: 8rem;
    width: 30%;
  }
}
@media (min-width: 25.875rem) {
  .give-options__item {
    min-width: 8rem;
    margin: 0 -0.125rem;
  }
}
@media (min-width: 36em) {
  .give-options__item {
    margin: 0.125rem;
  }
}
@media (min-width: 54em) {
  .give-options__item {
    max-width: 8rem;
    margin: 0;
  }
}

.give-options__radio {
  position: absolute;
  left: -999rem;
}
.give-options__radio:checked + .give-options__button {
  color: white;
  background-color: #4c8189;
}
.give-options__radio:checked + .give-options__button .give-options__num,
.give-options__radio:checked + .give-options__button .give-options__amount {
  color: white;
}
.give-options__radio:checked + .give-options__button .give-options__choose {
  background-color: white;
  color: #4c8189;
}
.give-options__radio:focus + label {
  outline: 2px solid #f4ebe1;
}

.give-options__button {
  border-radius: 0.375rem;
  background-color: white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  color: #5b5e63;
  line-height: 1;
  overflow: hidden;
  padding: 1.25rem;
  text-align: left;
  width: 100%;
}

.give-options__num {
  display: block;
  color: #4c8189;
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 0.3125rem;
  margin-left: -0.125rem;
}

.give-options__label {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.35rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.give-options__amount {
  display: block;
  font-style: italic;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
}
.give-options__amount strong {
  font-style: normal;
  font-weight: bold;
}

.give-options__choose {
  background-color: #4c8189;
  border-radius: 0.375rem;
  color: white;
  display: block;
  font-weight: bold;
  letter-spacing: 0.15rem;
  margin: 0 -0.625rem -0.625rem;
  padding: 0.625rem;
  text-align: center;
  text-transform: uppercase;
}

.lp-products {
  padding: 5rem 2.5rem;
}
@media (min-width: 48em) {
  .lp-products {
    padding: 10rem 5rem;
  }
}

.lp-products__inner {
  max-width: 85rem;
  margin: 0 auto;
}

.lp-products__title {
  margin: 0 auto 2.5rem;
  max-width: 20rem;
}
@media (min-width: 48em) {
  .lp-products__title {
    max-width: 100%;
  }
}
@media (min-width: 90em) {
  .lp-products__title {
    margin-bottom: 3.75rem;
  }
}
.lp-products__title h2 {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202507_LP12_biblesmuggler/title_products.webp) left top no-repeat;
  background-size: contain;
  text-indent: -999rem;
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
  height: 3.5rem;
  margin: 0 0 0.625rem;
}
@media (min-width: 48em) {
  .lp-products__title h2 {
    height: 6.25rem;
  }
}
@media (min-width: 72em) {
  .lp-products__title h2 {
    height: 8.75rem;
  }
}
.lp-products__title .fine-print {
  font-style: italic;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 0;
  margin-bottom: 1.875rem;
}
@media (min-width: 60em) {
  .lp-products__title .fine-print {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 60em) {
  .lp-products__desc {
    font-size: 18px;
    font-size: 1.125rem;
    max-width: 45rem;
  }
}

.lp-products__products {
  display: grid;
  gap: 3.75rem;
}
@media (min-width: 48em) {
  .lp-products__products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 72em) {
  .lp-products__products {
    grid-template-columns: repeat(4, 1fr);
  }
}

.product-wrap {
  margin: 0 auto;
  max-width: 20rem;
}
.product-wrap h4 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0.625rem 0;
}

.product-name {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #4c8189;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #d0d6da;
  margin-bottom: 1.25rem;
}

.product {
  margin-bottom: 0;
}
.product .qty__name {
  color: #4c8189;
}
.product .product__qtys {
  border-top: none;
  padding-top: 0;
}
.product .product__image,
.product .product__name-main,
.product .product__desc {
  display: none;
}

.product__name {
  margin: 0;
}

.general-donation {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2.5rem 1.25rem;
  text-align: center;
}
@media (min-width: 48em) {
  .general-donation {
    max-width: 48rem;
    margin: 0 auto;
  }
}
@media (min-width: 48em) {
  .general-donation label {
    top: 0;
  }
}
.general-donation .field {
  padding-bottom: 1.25rem;
}
.general-donation .field strong {
  color: #f3dc99;
}
.general-donation .field-recurring.field-recurring {
  display: block;
  padding: 0.625rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 48em) {
  .general-donation .field-recurring.field-recurring {
    padding-top: 0;
  }
}
.general-donation .field-recurring.field-recurring [type=checkbox] {
  position: relative;
  top: -0.175rem;
  margin-right: 0.5rem;
}
@media (min-width: 48em) {
  .general-donation .field-recurring.field-recurring [type=checkbox] {
    left: 0;
    top: -0.05rem;
    margin-right: 0.625rem;
  }
}
.general-donation .field-recurring.field-recurring label {
  margin: 0;
}
@media (min-width: 48em) {
  .general-donation .field-recurring.field-recurring label {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.general-donation p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 auto;
  max-width: 38.65rem;
  text-align: left;
}

.field--donation {
  padding-bottom: 2.5rem;
  position: relative;
  text-align: center;
}
@media (min-width: 60em) {
  .field--donation {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 72em) {
  .field--donation {
    padding-bottom: 5rem;
  }
}
.field--donation .field__input-wrapper {
  margin: 0 auto;
  position: relative;
  width: 8rem;
}
@media (min-width: 48em) {
  .field--donation .field__input-wrapper {
    display: inline-block;
  }
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper {
    width: 10rem;
  }
}
.field--donation .field__input-wrapper .field__prefix,
.field--donation .field__input-wrapper .field__suffix {
  color: black;
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper .field__prefix,
  .field--donation .field__input-wrapper .field__suffix {
    font-size: 20px;
    font-size: 1.25rem;
    top: 0.65rem;
  }
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper .field__prefix {
    left: 0.65em;
  }
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper .field__suffix {
    left: 5.5em;
  }
}
.field--donation .field__input-wrapper input[type=text] {
  border-color: white;
  padding-left: 1.375rem;
  padding-right: 2.125em;
  max-width: 10rem;
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper input[type=text] {
    border-radius: 0.375rem;
    font-size: 21px;
    font-size: 1.3125rem;
    padding: 0.625rem 2.5rem 0.625rem 1.875rem;
    width: 100%;
  }
}
.field--donation label {
  color: white;
  display: block;
  margin-bottom: 0.625rem;
  font-weight: normal;
  padding: 0;
}
@media (min-width: 48em) {
  .field--donation label {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 0.3125rem;
    margin-bottom: 0;
  }
}
@media (min-width: 72em) {
  .field--donation label {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.field--donation .field-recurring {
  display: none;
}

.recur {
  max-width: 48rem;
  margin: -1.875rem auto 2.5rem;
  display: flex;
  justify-content: center;
  padding: 0 1.25rem 1.25rem;
}
@media (min-width: 60em) {
  .recur {
    margin-top: -3.125rem;
  }
}
@media (min-width: 72em) {
  .recur {
    margin-top: -3.75rem;
    margin-bottom: 3.75rem;
  }
}
.recur [type=checkbox] {
  top: 0.3rem;
}
@media (min-width: 48em) {
  .recur [type=checkbox] {
    left: 0;
  }
}
.recur .field-recurring {
  padding-left: 1.5rem;
}
.recur .field-recurring label {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-weight: normal;
}
.recur .field-recurring [type=checkbox] {
  top: 0.1rem;
}
.recur .field-recurring__when {
  color: rgba(255, 255, 255, 0.7);
  max-width: 10rem;
}

.field--text label,
.lp-your-country label,
.products__ordersummary-type .title {
  color: #4c8189;
}

.products__continue [type=submit] {
  background: #4c8189;
}
.products__continue [type=submit]:hover {
  background: #3a6268;
}

.field--text label,
.lp-your-country label,
.products__ordersummary-type .title,
.ordersummary .ordersummary__total .ordersummary__total-label {
  color: #f3dc99;
}

.products__ordersummary-type .title,
.ordersummary .ordersummary__item {
  border-bottom-color: #38585e;
}