.dialog {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
@media (min-width: 23em) {
  .dialog {
    padding: 2.5rem 1.25rem 7.5rem;
  }
}
.dialog[aria-hidden=false] {
  animation-name: showDialog;
  animation-duration: 0.3s;
  display: block;
}

@keyframes showDialog {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dialog__close {
  position: fixed;
  z-index: 1;
  right: 1.875rem;
  top: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.15rem;
}
@media (min-width: 38em) {
  .dialog__close {
    left: auto;
    right: 1.25rem;
  }
}
@media (min-width: 48em) {
  .dialog__close {
    left: calc(50% + 18rem);
    right: auto;
  }
}
.dialog__close:active {
  transform: none;
}

.dialog__inner {
  background-color: white;
  padding: 1.5rem 1.25rem;
  color: #5b5e63;
  margin: 0 auto;
  max-width: 36rem;
  border-radius: 0.3125rem;
}
@media (min-width: 23em) {
  .dialog__inner {
    padding: 1.875rem;
  }
}
.dialog[aria-hidden=false] .dialog__inner {
  animation-name: showDialogForm;
  animation-duration: 0.3s;
  animation-timing-function: ease;
}
.dialog--story .dialog__inner {
  max-width: 48rem;
}

@keyframes showDialogForm {
  0% {
    transform: translateY(5rem) scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.lp .title {
  color: #4c8189;
}
.lp .title--minor {
  font-size: 18px;
  font-size: 1.125rem;
}
.lp .title__check label {
  color: rgba(255, 255, 255, 0.6);
}

.button-wrap {
  text-align: center;
}

button,
input[type=submit],
.button {
  background-image: none;
  background-color: #8f4a41;
}
@media (min-width: 72em) {
  button,
  input[type=submit],
  .button {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
button:focus,
input[type=submit]:focus,
.button:focus {
  outline: 2px solid #f97c36;
}
button:hover,
input[type=submit]:hover,
.button:hover {
  background: none;
  background-color: #6c3831;
}

.button--line {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: none;
  color: white;
}
.button--line:hover {
  border-color: white;
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
}

.button--down {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  padding: 0.75rem 3.25rem 0.75rem 1.5rem;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.11);
}
@media (min-width: 84em) {
  .button--down {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.button--down::before {
  background-color: white;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  right: 1.2rem;
  top: 50%;
  margin-top: -0.75rem;
  position: absolute;
}
.button--down::after {
  content: "";
  display: block;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-top: 0.5rem solid #8f4a41;
  position: absolute;
  right: 1.55rem;
  margin-top: -0.2rem;
  top: 50%;
}

.lp-top {
  background: url(../jpg/bg_top_splatter.jpg) left top repeat-x;
  overflow: hidden;
  padding: 1.875rem;
}
@media (min-width: 48em) {
  .lp-top {
    background-position: right -1rem;
    background-size: 60rem auto;
    padding: 6.25rem 2.5rem 5rem;
  }
}
@media (min-width: 54em) {
  .lp-top {
    padding: 6.25rem 3.125rem;
  }
}
@media (min-width: 60em) {
  .lp-top {
    padding: 7.5rem 3.125rem 8.75rem;
    background-size: auto;
    background-position: center -2rem;
  }
}
@media (min-width: 72em) {
  .lp-top {
    padding: 7.5rem 5rem;
  }
}
@media (min-width: 76em) {
  .lp-top {
    padding-bottom: 10rem;
  }
}
@media (min-width: 84em) {
  .lp-top {
    background-position: center top;
  }
}
@media (min-width: 100em) {
  .lp-top {
    padding-bottom: 12.5rem;
  }
}
@media (min-width: 48em) {
  .lp-top.lp-top--bu-switch {
    padding-bottom: 3.75rem;
  }
}

.lp-top__inner {
  margin: 0 auto;
  max-width: 28rem;
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .lp-top__inner {
      display: grid;
      grid-template-columns: 0.7fr 1fr;
      grid-gap: 3.75rem;
      max-width: none;
    }
  }
  @media (min-width: 54em) {
    .lp-top__inner {
      grid-gap: 5rem;
      max-width: 52rem;
    }
  }
  @media (min-width: 72em) {
    .lp-top__inner {
      grid-template-columns: 1fr 30rem;
      align-items: center;
      max-width: 60rem;
    }
  }
  @media (min-width: 84em) {
    .lp-top__inner {
      max-width: 72rem;
    }
  }
  @media (min-width: 96em) {
    .lp-top__inner {
      max-width: 80rem;
      grid-template-columns: 1fr 41.375rem;
    }
  }
}

.lp-top__photos {
  align-self: start;
  margin: 0.625rem auto 2.5rem;
  position: relative;
}
@media (min-width: 25.875em) {
  .lp-top__photos {
    margin-bottom: 3.125rem;
    max-width: 25rem;
  }
}
@media (min-width: 48em) {
  .lp-top__photos {
    margin-bottom: 5rem;
  }
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .lp-top__photos {
      margin: 0 auto;
      max-width: 15rem;
    }
  }
  @media (min-width: 54em) {
    .lp-top__photos {
      max-width: none;
    }
  }
  @media (min-width: 60em) {
    .lp-top__photos {
      margin-bottom: 0;
    }
  }
}

.lp-top__photo {
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 70%;
  position: relative;
}
@media (min-width: 48em) {
  .lp-top__photo {
    max-width: none;
  }
}
@media (min-width: 84em) {
  .lp-top__photo {
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.25);
  }
}
@media (min-width: 96em) {
  .lp-top__photo {
    width: 29.125rem;
  }
}
.lp-top__photo::before {
  content: "";
  position: absolute;
  top: -3.125rem;
  left: -3.75rem;
  right: -3.5rem;
  bottom: -2.5rem;
  background: url(../png/bg_top_photos.png) center center no-repeat;
  background-size: contain;
}
@media (min-width: 25.875em) {
  .lp-top__photo::before {
    left: -4.25rem;
    right: -4rem;
    bottom: -3.125rem;
  }
}
@media (min-width: 48em) {
  .lp-top__photo::before {
    top: -15%;
    left: -15%;
    right: -12%;
    bottom: -15%;
  }
}
@media (min-width: 96em) {
  .lp-top__photo::before {
    top: -20%;
    bottom: -20%;
  }
}

.lp-top__photo-inner {
  position: relative;
  z-index: 1;
}

.lp-top__content {
  margin: 0 auto;
  max-width: 22.125rem;
}
@media (min-width: 48em) {
  .lp-top__content {
    max-width: none;
  }
}
@media (min-width: 84em) {
  .lp-top__content {
    padding-top: 0;
  }
}

.lp-top__main {
  padding-bottom: 1.875rem;
}
@media (min-width: 48em) {
  .lp-top__main {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 54em) {
  .lp-top__main {
    max-width: 22.5rem;
    margin: 0 auto;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-top__main {
    max-width: none;
    padding: 0 1.25rem 1.875rem;
  }
}
@media (min-width: 84em) {
  .lp-top__main {
    padding: 0 2.5rem 1.875rem;
  }
}
@media (min-width: 72em) {
  [lang=es] .lp-top__main {
    padding-left: 0;
    padding-right: 0;
  }
}
.lp-top__main p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 72em) {
  .lp-top__main p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.lp-top__main .button-wrap {
  padding-top: 1rem;
}

.lp-top__title {
  margin-bottom: 1.25rem;
  text-align: center;
}
@media (min-width: 84em) {
  .lp-top__title {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 96em) {
  .lp-top__title {
    margin-bottom: 2.5rem;
  }
}

.lp-top__title-main {
  color: #4c8189;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 0.125em;
  font-size: 58px;
  font-size: 3.625rem;
}
@media (min-width: 48em) {
  .lp-top__title-main {
    font-size: 70px;
    font-size: 4.375rem;
  }
}
@media (min-width: 72em) {
  .lp-top__title-main {
    font-size: 80px;
    font-size: 5rem;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media (min-width: 84em) {
  .lp-top__title-main {
    font-size: 90px;
    font-size: 5.625rem;
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (min-width: 96em) {
  .lp-top__title-main {
    font-size: 126px;
    font-size: 7.875rem;
  }
}
[lang=es] .lp-top__title-main {
  font-size: 42px;
  font-size: 2.625rem;
}
@media (min-width: 48em) {
  [lang=es] .lp-top__title-main {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
@media (min-width: 72em) {
  [lang=es] .lp-top__title-main {
    font-size: 62px;
    font-size: 3.875rem;
  }
}
@media (min-width: 84em) {
  [lang=es] .lp-top__title-main {
    font-size: 74px;
    font-size: 4.625rem;
  }
}
@media (min-width: 96em) {
  [lang=es] .lp-top__title-main {
    font-size: 91px;
    font-size: 5.6875rem;
  }
}

.lp-top__title-sub {
  display: block;
  font-weight: normal;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.625em;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 48em) {
  .lp-top__title-sub {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: 0.285em;
  }
}
@media (min-width: 72em) {
  .lp-top__title-sub {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 0.215em;
  }
}
@media (min-width: 84em) {
  .lp-top__title-sub {
    font-size: 32px;
    font-size: 2rem;
    letter-spacing: 0.135em;
  }
}
@media (min-width: 96em) {
  .lp-top__title-sub {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: 0.225em;
    position: relative;
    right: 0.2rem;
    margin: 0 -0.625rem;
    text-align: center;
  }
}

.lp-top__title-match {
  background-color: #4c8189;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  padding: 0.25rem 0.625rem;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 0.625rem;
  letter-spacing: 0.15em;
  display: inline-block;
}
@media (min-width: 25.875em) {
  .lp-top__title-match {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 72em) {
  .lp-top__title-match {
    font-size: 29px;
    font-size: 1.8125rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 84em) {
  .lp-top__title-match {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
@media (min-width: 96em) {
  .lp-top__title-match {
    font-size: 38px;
    font-size: 2.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    letter-spacing: 0.2em;
    margin-top: 1.875rem;
  }
}

.lp-top__cta {
  border-top: 1px solid #ddd;
  padding: 2.5rem 0 5rem;
}
@media (min-width: 48em) {
  .lp-top__cta {
    padding-top: 1.25rem;
  }
}
@media (min-width: 54em) {
  .lp-top__cta {
    padding: 2.5rem 2.5rem 0;
  }
}
@media (min-width: 72em) {
  .lp-top__cta {
    padding: 2.5rem 1.25rem 0;
  }
}
@media (min-width: 96em) {
  .lp-top__cta {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.lp-top__cta p {
  color: #4c8189;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Georgia, serif;
  font-style: italic;
  line-height: 1.35;
  text-align: center;
  text-wrap: balance;
  font-weight: 500;
  padding-bottom: 1.25rem;
}
@media (min-width: 24em) {
  .lp-top__cta p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 84em) {
  .lp-top__cta p {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
  }
}

.lp-top__cta--ukraine {
  background-color: rgba(230, 163, 35, 0.65);
  border-top: none;
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp-top__cta--ukraine {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.875rem;
  }
}
@media (min-width: 72em) {
  .lp-top__cta--ukraine {
    padding: 2.5rem 3.75rem;
  }
}
.lp-top__cta--ukraine p {
  color: rgba(0, 0, 0, 0.75);
  padding-bottom: 0;
}

.lp-funds {
  background: #222 url(https://assets.persecution.com/public/graphics/lp_specific/lp_bibles/bg_intro.webp) center no-repeat;
  background-size: cover;
  border-bottom: 0.25rem solid rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2.5rem 1.875rem 3.75rem;
}
@media (min-width: 60em) {
  .lp-funds {
    padding: 3.75rem 2.5rem 7.5rem;
  }
}
.lp-funds .button-wrap {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.lp-funds__inner {
  margin: 0 auto;
  padding: 0;
  max-width: 26.25rem;
}
@media (min-width: 48em) {
  .lp-funds__inner {
    max-width: 93.75rem;
  }
}

.lp-funds__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .lp-funds__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 60em) {
  .lp-funds__list {
    flex-wrap: nowrap;
  }
}
@media (min-width: 84em) {
  .lp-funds__list {
    margin-top: -5rem;
  }
}

.lp-funds__item {
  padding-bottom: 1.875rem;
}
@media (min-width: 48em) {
  .lp-funds__item {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 2.5rem 1.875rem;
  }
}
@media (min-width: 60em) {
  .lp-funds__item {
    flex: 1 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 84em) {
  .lp-funds__item {
    padding: 0 3.125rem 2.5rem;
  }
}

.lp-funds__img {
  margin: 0 -0.625rem 1.25rem;
}
@media (min-width: 84em) {
  .lp-funds__img {
    margin: 0 -1.25rem 1.875rem;
  }
}
.lp-funds__img img {
  border-radius: 0.625rem 0.625rem 0 0;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);
}

.lp-funds__title {
  color: #f1e1c6;
  margin: 0 0 0.625rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
}
@media (min-width: 100em) {
  .lp-funds__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.lp-funds__desc {
  font-size: 18px;
  font-size: 1.125rem;
}

.lp-frontlines {
  background-color: #f4ebe1;
}

.lp-frontlines__intro {
  margin: 0 auto;
  max-width: 27.5rem;
  padding: 3.125rem 1.875rem 2.5rem;
}
@media (min-width: 60em) {
  .lp-frontlines__intro {
    padding: 3.75rem 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-frontlines__intro {
    padding: 6.25rem 5rem;
  }
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .lp-frontlines__intro {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2.5rem;
      max-width: 75rem;
      align-items: center;
    }
  }
  @media (min-width: 60em) {
    .lp-frontlines__intro {
      grid-gap: 3.75rem;
    }
  }
  @media (min-width: 72em) {
    .lp-frontlines__intro {
      grid-gap: 5rem;
    }
  }
}
.lp-frontlines__intro p:last-child {
  padding-bottom: 0;
}

.lp-frontlines__img {
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp-frontlines__img {
    order: 2;
    margin-bottom: 0;
  }
}
.lp-frontlines__img img {
  border-radius: 0.25rem;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.22);
  display: block;
}

.lp-frontlines__content h2 {
  color: #8f4a41;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 1.25rem;
}
@media (min-width: 60em) {
  .lp-frontlines__content h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.lp-frontlines__content p {
  font-size: 18px;
  font-size: 1.125rem;
}
.lp-frontlines__content .button-wrap {
  padding-top: 1.25rem;
}

.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;
  letter-spacing: -0.02em;
  margin: 0;
  color: #8f4a41;
  padding: 2.5rem 1.875rem 1.875rem;
  background-image: linear-gradient(to bottom, #f4ece1, rgba(244, 236, 225, 0));
}
@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: 30px;
    font-size: 1.875rem;
  }
}

.lp-map__cta {
  text-align: center;
}

.lp-map__boxes {
  padding: 0 1.875rem 1.875rem;
}
@media (min-width: 25.875em) {
  .lp-map__boxes {
    padding: 0 0.625rem 3.125rem;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  .lp-map__boxes {
    padding: 0 1.875rem 1.875rem;
  }
}
.map-box {
  padding-bottom: 2.5rem;
}
@media (min-width: 25.875em) {
  .map-box {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 1.25rem;
  }
}
@media (min-width: 48em) {
  .map-box {
    flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 1.25rem;
  }
}

.map-box__img {
  padding-bottom: 1rem;
  position: relative;
}
.map-box__img::before {
  opacity: 0.925;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_bibles/bg_mapbox.svg) left top no-repeat;
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.25rem;
  position: absolute;
  top: -0.625rem;
  right: 0.625rem;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.3));
}
.map-box__img img {
  border-radius: 0.25rem;
}

.map-box__content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.15rem;
  margin: 0;
}
.map-box--centralasia .map-box__content h3, .map-box--northkorea .map-box__content h3 {
  color: #736f68;
}
.map-box--iraq .map-box__content h3 {
  color: #a88343;
}
.map-box--cuba .map-box__content h3, .map-box--china .map-box__content h3 {
  color: #8f4a41;
}
.map-box__content p {
  padding-bottom: 0;
}

@media (min-width: 32em) {
  .map-box--give {
    display: flex;
  }
}
.map-box--give .map-box__content {
  background: #222 url(https://assets.persecution.com/public/graphics/lp_specific/lp_bibles/bg_intro.webp) center no-repeat;
  background-size: auto 150%;
  border-radius: 0.25rem;
  color: white;
  padding: 1.25rem 1.25rem 1.875rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 32em) {
  .map-box--give .map-box__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 36em) {
  .map-box--give .map-box__content {
    flex-basis: 50%;
    padding: 1.25rem 2.5rem;
  }
}
@media (min-width: 84em) {
  .map-box--give .map-box__content {
    padding: 1.25rem 3.125rem;
  }
}
.map-box--give .map-box__content p {
  font-size: 21px;
  font-size: 1.3125rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 72em) {
  .map-box--give .map-box__content p {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 2.5rem;
  }
}

.map-box__level {
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0.625rem;
}

.lp-stories {
  background: #253a3e;
  padding: 3.75rem 1.875rem 5rem;
  overflow: hidden;
}

.lp-stories__inner {
  max-width: 25rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp-stories__inner {
    max-width: 88.75rem;
    position: relative;
  }
}
@media (min-width: 84em) {
  .lp-stories__inner {
    min-height: 50rem;
  }
}

.lp-stories__title {
  color: #f1e1c6;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.4rem;
  margin-bottom: 2.5rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 84em) {
  .lp-stories__title {
    font-size: 30px;
    font-size: 1.875rem;
    position: absolute;
    top: 16.25rem;
    transform: rotateZ(-90deg);
    left: -5rem;
    letter-spacing: 0.6rem;
  }
}
.lp-stories__title span {
  position: relative;
  z-index: 1;
  display: block;
}
@media (min-width: 84em) {
  .lp-stories__title span {
    top: 1rem;
  }
}
.lp-stories__title::before {
  content: "Stories";
  display: block;
  font-size: 48px;
  font-size: 3rem;
  color: rgba(0, 0, 0, 0.13);
  letter-spacing: 1rem;
  position: absolute;
  top: -1.25rem;
  left: -2rem;
}
@media (min-width: 84em) {
  .lp-stories__title::before {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
[lang=es] .lp-stories__title::before {
  content: "Historias";
}

.lp-stories__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .lp-stories__list {
    margin: 0 -0.625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 84em) {
  .lp-stories__list {
    padding-left: 3.75rem;
    padding-top: 7.5rem;
  }
}

.lp-stories__item {
  margin-bottom: 3.75rem;
}
@media (min-width: 48em) {
  .lp-stories__item {
    display: flex;
    flex: 1 0 33.333%;
    max-width: 33.333%;
    padding: 0 0.625rem;
  }
}
@media (min-width: 84em) {
  .lp-stories__item {
    padding: 0 0.9375rem;
    margin-bottom: 5rem;
  }
}

.story {
  display: flex;
}
.story:last-child {
  margin-bottom: 0;
}
.story.story--full {
  display: block;
  margin: 0 auto;
  max-width: 23.5rem;
  position: relative;
}
@media (min-width: 48em) {
  .story.story--full {
    max-width: none;
    padding: 1.25rem 0.625rem 0.625rem 17.5rem;
  }
}
@media (min-width: 60em) {
  .story.story--full {
    padding: 1.25rem 0.625rem 0.625rem 17.5rem;
  }
}
@media (min-width: 72em) {
  .story.story--full {
    padding: 1.25rem 0.625rem 1.25rem 13.75rem;
  }
}

.story__button {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
  color: #5b5e63;
  display: flex;
  flex-direction: column;
  font-weight: normal;
  padding: 1.25rem;
  text-align: left;
}
@media (min-width: 60em) {
  .story__button {
    padding: 1.875rem;
  }
}
@media (min-width: 84em) {
  .story__button {
    padding: 2.5rem;
  }
}
.story__button:hover {
  background-color: white;
  background-image: none;
  color: #5b5e63;
}
.story__button:hover .story__title,
.story__button:hover .story__more {
  color: #4c8189;
}
.story__button:hover .story__img img {
  border-radius: 0.25rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(0.625rem) translateX(-1rem);
}
.story__button::before {
  content: "";
  display: block;
  top: 0;
  height: 50%;
  width: 100%;
  left: 0;
  border-radius: 0.25rem;
  background: linear-gradient(to bottom, #f1e1c6, rgba(241, 225, 198, 0));
  transition: opacity 0.2s ease;
  position: absolute;
  opacity: 0;
}
.story__button:hover::before {
  opacity: 1;
}

.story__img {
  margin-top: -2.5rem;
  margin-right: -1.25rem;
  margin-bottom: 1.25rem;
  position: relative;
  transition: all 0.2s ease;
}
@media (min-width: 60em) {
  .story__img {
    margin-top: -3.125rem;
    margin-right: -1.875rem;
  }
}
@media (min-width: 84em) {
  .story__img {
    margin-right: -2.5rem;
    margin-top: -4.125rem;
    margin-bottom: 1.875rem;
  }
}
.story--full .story__img {
  margin: 0 0 1.875rem;
}
@media (min-width: 48em) {
  .story--full .story__img {
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
    position: absolute;
    left: -2.5rem;
    width: 17.5rem;
  }
}
@media (min-width: 60em) {
  .story--full .story__img {
    width: 20rem;
    left: -5rem;
    top: 1.875rem;
  }
}
@media (min-width: 72em) {
  .story--full .story__img {
    width: 24.375rem;
    left: -12.5rem;
  }
}
@media (min-width: 76em) {
  .story--full .story__img {
    left: -13.125rem;
  }
}
.story__img img {
  border-radius: 0.25rem 0.25rem 0 0.25rem;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease;
}
.story--full .story__img img {
  display: block;
  margin: 0 auto;
  border-radius: 0.25rem 0.25rem 0 0.25rem;
}

.story__title {
  color: #8f4a41;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: -0.015em;
  line-height: 1.1;
  margin: 0 0 0.625rem;
  transition: color 0.2s ease;
}
@media (min-width: 60em) {
  .story__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.story--full .story__title {
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: -0.015em;
}
@media (min-width: 48em) {
  .story--full .story__title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-top: 0.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 60em) {
  .story--full .story__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.story__title a {
  text-decoration: none;
}

.story__snippet {
  position: relative;
  padding-bottom: 1.5rem;
}
.story--full .story__snippet {
  padding-bottom: 0;
}

.story__desc {
  height: 4.5rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 72em) {
  .story__desc {
    font-size: 18px;
    font-size: 1.125rem;
    height: 5.5rem;
  }
}
@media (min-width: 84em) {
  .story__desc {
    height: 6.5rem;
  }
}
.story--full .story__desc {
  height: auto;
}
@media (min-width: 60em) {
  .story--full .story__desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.story__desc *:last-child {
  padding-bottom: 0;
}
.story__desc p {
  padding-bottom: 0.5em;
}
.story__desc::before {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  position: absolute;
  bottom: 0;
  height: 2.5rem;
  left: 0;
  right: 0;
}
@media (min-width: 72em) {
  .story__desc::before {
    height: 3.75rem;
  }
}
@media (min-width: 84em) {
  .story__desc::before {
    height: 5rem;
  }
}
.story--full .story__desc::before {
  display: none;
}

.story__more {
  color: #8f4a41;
  font-weight: bold;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: color 0.2s ease;
}

.lp-stories__more {
  padding-bottom: 2.5rem;
  text-align: center;
}
@media (min-width: 72em) {
  .lp-stories__more {
    padding-bottom: 3.75rem;
  }
}
.lp-stories__more .button {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 60em) {
  .lp-stories__more .button {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-stories__more .button.is-loading {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0);
}
.lp-stories__more .button.is-loading::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -3px;
  margin-left: -15px;
  background: url(https://assets.persecution.com/public/graphics/lp_common/formprocessing_three-dots.svg) 0 0 no-repeat;
  background-size: 30px;
  width: 30px;
  height: 8px;
}
.lp-stories__more .button.is-loading:hover {
  background-color: transparent;
}

.lp-quote {
  padding: 3.125rem 1.875rem 3.75rem;
}
@media (min-width: 48em) {
  .lp-quote {
    padding: 5rem 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-quote {
    padding: 6.25rem 5rem;
  }
}

.lp-quote__inner {
  margin: 0 auto;
  max-width: 27.5rem;
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .lp-quote__inner {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2.5rem;
      align-items: center;
      max-width: 75rem;
    }
  }
  @media (min-width: 60em) {
    .lp-quote__inner {
      grid-gap: 3.75rem;
    }
  }
  @media (min-width: 72em) {
    .lp-quote__inner {
      grid-gap: 5rem;
    }
  }
}

.lp-quote__img {
  margin-bottom: 2.5rem;
}
@media (min-width: 48em) {
  .lp-quote__img {
    margin-bottom: 0;
  }
}
.lp-quote__img img {
  border-radius: 0.25rem;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.22);
  display: block;
}

.lp-quote__content blockquote {
  font-size: 21px;
  font-size: 1.3125rem;
  font-style: italic;
  margin: 0;
}
@media (min-width: 54em) {
  .lp-quote__content blockquote {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 84em) {
  .lp-quote__content blockquote {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.lp-quote__content blockquote p {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.lp-quote__content footer {
  color: #4c8189;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 60em) {
  .lp-quote__content footer {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 84em) {
  .lp-quote__content footer {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.lp-quote__content footer cite {
  font-style: normal;
}

.lp-funds {
  background: #222 url(https://assets.persecution.com/public/graphics/lp_specific/lp_bibles/bg_intro.webp) center no-repeat;
  background-size: cover;
  border-bottom: 0.25rem solid rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2.5rem 1.875rem 3.75rem;
}
@media (min-width: 60em) {
  .lp-funds {
    padding: 3.75rem 2.5rem 7.5rem;
  }
}
.lp-funds .button-wrap {
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.lp-funds__inner {
  margin: 0 auto;
  padding: 0;
  max-width: 26.25rem;
}
@media (min-width: 48em) {
  .lp-funds__inner {
    max-width: 93.75rem;
  }
}

.lp-funds__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 48em) {
  .lp-funds__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 60em) {
  .lp-funds__list {
    flex-wrap: nowrap;
  }
}
@media (min-width: 84em) {
  .lp-funds__list {
    margin-top: -5rem;
  }
}

.lp-funds__item {
  padding-bottom: 1.875rem;
}
@media (min-width: 48em) {
  .lp-funds__item {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 2.5rem 1.875rem;
  }
}
@media (min-width: 60em) {
  .lp-funds__item {
    flex: 1 0 33.333%;
    max-width: 33.333%;
  }
}
@media (min-width: 84em) {
  .lp-funds__item {
    padding: 0 3.125rem 2.5rem;
  }
}

.lp-funds__img {
  margin: 0 -0.625rem 1.25rem;
}
@media (min-width: 84em) {
  .lp-funds__img {
    margin: 0 -1.25rem 1.875rem;
  }
}
.lp-funds__img img {
  border-radius: 0.625rem 0.625rem 0 0;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);
}

.lp-funds__title {
  color: #f1e1c6;
  margin: 0 0 0.625rem;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
}
@media (min-width: 100em) {
  .lp-funds__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.lp-funds__desc {
  font-size: 18px;
  font-size: 1.125rem;
}

.lp-give {
  background: #253a3e;
  color: white;
  padding: 6.25rem 1.875rem 5rem;
  position: relative;
}
@media (min-width: 72em) {
  .lp-give {
    padding-top: 8.75rem;
  }
}

.lp-give__inner {
  max-width: 88.75rem;
  margin: 0 auto;
  position: relative;
}

.lp-give__title {
  color: #f1e1c6;
  font-weight: normal;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1;
  margin: 0 0 1.875rem;
  text-align: center;
}
@media (min-width: 48em) {
  .lp-give__title {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.lp-give--bu-switch .lp-give__title {
  margin: 0 0 1.5rem;
  line-height: 0.9;
  text-align: center;
}
.lp-give--bu-switch .lp-give__title span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #f1e1c6;
  letter-spacing: 0.3em;
  position: relative;
  z-index: 1;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: -1rem;
}
@media (min-width: 48em) {
  .lp-give--bu-switch .lp-give__title span {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: -1.25rem;
  }
}
.lp-give--bu-switch .lp-give__title strong {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 36px;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .lp-give--bu-switch .lp-give__title strong {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
  }
}
.lp-give--bu-switch .lp-give__title strong em {
  color: white;
  font-size: 54px;
  font-size: 3.375rem;
  font-style: normal;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 5.25rem;
  height: 5.25rem;
  letter-spacing: 0;
  bottom: -0.25rem;
}
@media (min-width: 48em) {
  .lp-give--bu-switch .lp-give__title strong em {
    font-size: 72px;
    font-size: 4.5rem;
    width: 7rem;
    height: 7rem;
    margin: 0 -0.25rem;
  }
}

.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: 30em) {
  .give-options {
    max-width: 30rem;
    margin: 0 auto 2.5rem;
  }
}
@media (min-width: 60em) {
  .give-options {
    display: flex;
    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;
  }
}
@media (min-width: 66em) {
  .give-options__item {
    margin: 0 0.3125rem;
  }
}

.give-options__radio {
  position: absolute;
  left: -999rem;
}
.give-options__radio:checked + .give-options__button {
  background-color: #4c8189;
  color: white;
}
.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: rgba(0, 0, 0, 0.3);
}
.give-options__radio:focus + label {
  outline: 2px solid #f1e1c6;
}

.give-options__pre-match {
  color: #999;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
.give-options__pre-match span {
  display: inline-block;
  position: relative;
}
.give-options__pre-match span::before {
  content: "";
  display: block;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 120%;
  left: -10%;
  transform: rotateZ(12deg);
  position: absolute;
  margin-top: -2px;
  top: 50%;
}

.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;
}

.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;
  color: #4c8189;
  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;
  font-size: 14px;
  font-size: 0.875rem;
  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-give--bu-switch .lp-your-email,
.lp-give--bu-switch .lp-your-country {
  margin-top: 2.5rem;
}
.lp-your-email label,
.lp-your-country label {
  color: #f1e1c6;
}
.lp-your-email [type=email],
.lp-your-country [type=email] {
  border-color: white;
}
.lp-your-email [type=email]:focus,
.lp-your-country [type=email]:focus {
  border-color: #f1e1c6;
}

.lp-es-bible-amount {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 auto 2.5rem;
  padding: 1.25rem;
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 35rem;
  text-align: center;
}

.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: #5b5e63;
}
@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;
    left: 0.875rem;
    top: 0.875rem;
  }
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper .field__suffix {
    left: 7.25rem;
  }
}
.field--donation .field__input-wrapper input[type=text] {
  border-radius: 0.375rem;
  border-color: white;
  padding-left: 1.25rem;
  padding-right: 2.125em;
  max-width: 10rem;
}
@media (min-width: 72em) {
  .field--donation .field__input-wrapper input[type=text] {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0.625rem 2.5rem 0.625rem 1.75rem;
    width: 100%;
  }
}
.field--donation.field--donation-multicurrency input[type=text] {
  padding-left: 0.625rem;
}
@media (min-width: 72em) {
  .field--donation.field--donation-multicurrency input[type=text] {
    padding-left: 1rem;
  }
}
.field--donation label {
  color: white;
  display: block;
  margin-bottom: 0.3125rem;
  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: 24px;
    font-size: 1.5rem;
  }
}

.products__continue {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2.5rem 1.25rem;
  margin: 0 0 1.25em;
  text-align: center;
}
@media (min-width: 48em) {
  .products__continue {
    max-width: 48rem;
    margin: 0 auto;
  }
}

.lp-continue .lp-continue-submit input,
.lp-continue-submit .button.button--processing {
  background: #4c8189;
}

.lp-continue .lp-continue-submit input:hover {
  background: #3a6268;
}

.recur {
  border-top: 1px solid #42676e;
  max-width: 48rem;
  margin: 0 auto 2.5rem;
  display: flex;
  justify-content: center;
  padding: 1.25rem 1.25rem 0;
}
.lp-give--bu-switch .recur {
  display: none;
}
.recur label {
  color: white;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: none;
}
.recur [type=checkbox] {
  top: 0.3rem;
}
@media (min-width: 48em) {
  .recur [type=checkbox] {
    left: 0;
  }
}
@media (min-width: 48em) {
  .recur .field-recurring {
    padding-left: 1.25rem;
  }
}
.recur .field-recurring__when {
  color: rgba(255, 255, 255, 0.7);
  max-width: 10rem;
}

.recur-date-choice__label strong {
  color: #f1e1c6;
}

.recur-date-choice__list,
.field--recur-date-choice,
.field--recur-date-choice:nth-child(1),
.field--recur-date-choice:nth-child(2) {
  border-color: #42676e;
}

.field--recur-date-choice label {
  color: white;
}
.field--recur-date-choice label strong {
  color: #f1e1c6;
}

.recur-date-choice__when {
  color: white;
}

.products__ordersummary .title {
  color: #f1e1c6;
  border-bottom: 1px solid #42676e;
}

@media (min-width: 48em) {
  .ordersummary {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.ordersummary .ordersummary__item {
  border-bottom-color: #42676e;
}
.ordersummary .ordersummary__delete button {
  font-family: monospace;
}
.ordersummary .ordersummary__total .ordersummary__total-label {
  color: #f1e1c6;
}

.feedback-message--error {
  border-color: #8f4a41;
  background-color: #8f4a41;
  color: white;
}
.feedback-message--error .feedback-message__icon {
  background-color: #8f4a41;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.products__content {
  position: relative;
}

.product__info {
  border-top: 1px solid #42676e;
}
.product__info label {
  color: white;
  font-weight: normal;
  padding-bottom: 0.125rem;
}
.product__info label .field__address2-link {
  color: #f1e1c6;
}
.product__info label em {
  color: rgba(255, 255, 255, 0.6);
}
.product__info .field__errors {
  color: #f1e1c6;
}
.product__info .field--error input {
  border-color: #f1e1c6;
}
.product__info input {
  border-color: white;
}
.product__info input:focus {
  border-color: #f1e1c6;
  outline: 1px solid #f1e1c6;
  box-shadow: inset 0 0 5px #f1e1c6, 0 4px 20px rgba(0, 0, 0, 0.8);
}
.product__info .cc-supported,
.product__info .cc-success {
  background-color: rgba(0, 0, 0, 0.2);
}
.product__info .custom-select:focus-within {
  border-color: #f1e1c6;
  outline: 1px solid #f97c36;
  box-shadow: inset 0 0 5px #f97c36, 0 4px 20px rgba(0, 0, 0, 0.8);
}
.product__info .custom-select::after {
  border-top-color: #8f4a41;
}
.product__info .stepper.is-enhanced button {
  background-color: #8f4a41;
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
}
.product__info .stepper.is-enhanced button:hover {
  background-color: #6c3831;
}
.product__info .stepper.is-enhanced div {
  background-color: white;
  color: #5b5e63;
  border-color: #8f4a41;
}
.product__info .form__field-errors {
  border-top: 1px solid #42676e;
}
.product__info .field--submit {
  border-top: 1px solid #42676e;
  clear: both;
}
@media (min-width: 48em) {
  .product__info .field--submit {
    padding: 2.5rem 0 1.25rem;
  }
}

.field-error-line .feedback-icon path {
  fill: #f97c36;
}