.lp-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.625rem 1.25rem;
  background-color: #11171b;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  align-items: center;
  z-index: 10;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}
.lp-topbar.is-hidden {
  transform: translateY(-150%);
}

.lp-topbar__name {
  color: white;
  line-height: 1.1;
}
@media (min-width: 48em) {
  .lp-topbar__name {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
}
.lp-topbar__name strong {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (min-width: 48em) {
  .lp-topbar__name strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.lp-topbar__name span {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  max-width: 11.75rem;
  text-transform: uppercase;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  display: none;
}
@media (min-width: 48em) {
  .lp-topbar__name span {
    display: block;
  }
}

.lp-topbar__cta .button {
  background: #ab4b41;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 48em) {
  .lp-topbar__cta .button {
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
    letter-spacing: normal;
  }
}
.lp-topbar__cta .button:hover {
  background: #863b33;
}

.lp {
  padding: 2.5rem 1.25rem 5rem;
  background: white center top no-repeat;
  background-attachment: fixed;
  background-size: auto 80vh;
  overflow: hidden;
}
@media (min-width: 24em) {
  .lp {
    padding: 2.5rem 1.875rem 7.5rem;
  }
}
@media (min-width: 60em) {
  .lp {
    background-size: 120% auto;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 84em) {
  .lp {
    background-size: 100rem auto;
  }
}
.no-webp .lp {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202506_LP4_syriareport/bg_light.jpg);
}
.webp .lp {
  background-image: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202506_LP4_syriareport/bg_light.webp);
}

.lp-wrap {
  max-width: 32rem;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .lp-wrap {
    max-width: 35rem;
  }
}
@media (min-width: 72em) {
  .lp-wrap {
    position: relative;
    max-width: 60rem;
  }
}

.lp-photos {
  margin: 0 -3.375rem 2.5rem;
}
@media (min-width: 48em) {
  .lp-photos {
    margin-bottom: 3.75rem;
  }
}

.lp-photos__inner {
  padding-top: 50%;
  position: relative;
}
.lp-photos__inner img {
  position: absolute;
  box-shadow: 0 13px 38px rgba(0, 0, 0, 0.3);
  border: 0.25rem solid white;
}
@media (min-width: 48em) {
  .lp-photos__inner img {
    border-width: 0.5rem;
  }
}
.lp-photos__inner img:nth-child(1) {
  top: 15%;
  width: 35%;
}
.lp-photos__inner img:nth-child(2) {
  left: 47%;
  width: 27%;
  aspect-ratio: 1;
  object-position: 70% 70%;
  object-fit: cover;
  top: 0;
}
.lp-photos__inner img:nth-child(3) {
  width: 50%;
  left: 27%;
  bottom: 0;
  z-index: 1;
}
.lp-photos__inner img:nth-child(4) {
  width: 30%;
  aspect-ratio: 0.8;
  object-position: 70% center;
  object-fit: cover;
  top: 5%;
  right: 0;
  z-index: 2;
}
.lp-photos__inner img:nth-child(5) {
  width: 25%;
  left: 7%;
  top: 55%;
}

@media (min-width: 72em) {
  .lp-lower {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 5rem;
  }
}

.lp-content {
  grid-column: 1;
  grid-row: 1/3;
}

.lp-content__content {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto;
  max-width: 22.5rem;
}
@media (min-width: 48em) {
  .lp-content__content {
    max-width: 40rem;
  }
}
@media (min-width: 72em) {
  .lp-content__content {
    display: block;
    max-width: none;
    position: relative;
  }
}

.lp-title {
  position: relative;
  z-index: 1;
}
.lp-title strong {
  display: block;
  margin: 0 0 0.625rem;
  font-weight: normal;
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202506_LP4_syriareport/title_syria.webp) left center no-repeat;
  height: 0;
  padding-top: 3.25rem;
  font-weight: bold;
  background-size: contain;
  text-indent: -999rem;
}
@media (min-width: 48em) {
  .lp-title strong {
    padding-top: 4.5rem;
  }
}
.lp-title span {
  display: block;
  letter-spacing: -0.025em;
  line-height: 1.15;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.025em;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 24em) {
  .lp-title span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 48em) {
  .lp-title span {
    font-size: 34px;
    font-size: 2.125rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
    max-width: 34rem;
  }
}

.lp-intro {
  margin-bottom: 2.5rem;
}
@media (min-width: 72em) {
  .lp-intro {
    padding-left: 5rem;
    padding-right: 5rem;
    position: relative;
    margin-bottom: 3.75rem;
  }
}
.lp-intro strong {
  color: #038294;
}
.lp-intro ul {
  margin: 0 0 0.625rem;
  padding-left: 1.875rem;
}
.lp-intro li {
  margin-bottom: 0.625rem;
}
.lp-intro blockquote {
  color: #ab4b41;
  font-family: Georgia, serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  text-align: center;
  margin: 1.5rem auto 2.5rem;
  max-width: 40rem;
}
.lp-intro img {
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.2);
}

.lp-intro__map {
  margin: -12rem -7.5rem -7.5rem;
}
@media (min-width: 48em) {
  .lp-intro__map {
    margin: -15rem -5rem -10rem;
  }
}
@media (min-width: 72em) {
  .lp-intro__map {
    float: right;
    margin: -25rem -10rem -8.75rem -7.5rem;
    max-width: 80%;
  }
}
.lp-intro__map img {
  box-shadow: none;
}

.lp-intro__photo {
  max-width: 80%;
  margin: 0.625rem auto 1.875rem;
}
@media (min-width: 72em) {
  .lp-intro__photo {
    float: left;
    margin: 0.5rem 2.5rem 1.25rem -7.5rem;
    max-width: 52.5%;
    margin-left: -7.5rem;
  }
}

@media (min-width: 72em) {
  .lp-intro__photo--2 {
    float: right;
    margin-left: 2.5rem;
    margin-right: -7.5rem;
  }
}

.lp-president {
  background: url(https://assets.persecution.com/public/graphics/lp_specific/lp_202506_LP4_syriareport/bg_president.webp) center no-repeat;
  background-size: cover;
  margin: 0 -1.875rem 3.75rem;
  line-height: 1.65;
}
@media (min-width: 72em) {
  .lp-president {
    margin: 0 -5rem 5rem;
  }
}

.lp-president__inner {
  padding: 2.5rem 1.875rem;
}
@media (min-width: 72em) {
  .lp-president__inner {
    padding: 3.75rem 5rem;
  }
}
.lp-president__inner h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 0 0.875rem;
}
@media (min-width: 72em) {
  .lp-president__inner h2 {
    margin-bottom: 1.25rem;
  }
}
.lp-president__inner h2 span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1rem;
}
@media (min-width: 72em) {
  .lp-president__inner h2 span {
    margin-bottom: 1.875rem;
  }
}
.lp-president__inner h2 span::after {
  content: "";
  flex: 1;
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  height: 0.125rem;
}
.lp-president__inner h2 strong {
  color: #044969;
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.25;
}
@media (min-width: 72em) {
  .lp-president__inner p {
    max-width: 75%;
  }
}
.lp-president__inner p:last-child {
  padding-bottom: 0;
}

.lp-president__photo {
  border: 0.5rem solid white;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.23);
  margin: 0.625rem auto 1.875rem;
}
@media (min-width: 48em) {
  .lp-president__photo {
    float: right;
    max-width: 50%;
    margin: 0.375rem 0 2.5rem 2.5rem;
  }
}
@media (min-width: 72em) {
  .lp-president__photo {
    border-width: 1rem;
  }
}
.lp-president__photo img {
  aspect-ratio: 1.35;
  object-position: center 90%;
  object-fit: cover;
}

.lp-donations__inner h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: #5b5e63;
  font-size: 36px;
  font-size: 2.25rem;
  margin: 0 0 2.5rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 0.625rem;
}
.lp-donations__inner h2 strong {
  color: #ab4b41;
  font-weight: bold;
}
.lp-donations__inner ul {
  list-style: none;
  margin: 0 0 1.25rem;
  padding-left: 0;
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 72em) {
  .lp-donations__inner ul {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2.5rem;
  }
}
.lp-donations__inner h3 {
  color: #044969;
  letter-spacing: 0.025em;
  margin: 0 0 0.625rem;
  text-transform: uppercase;
}

.field--donation {
  padding-top: 0.625rem;
}
.field--donation label {
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .field--donation label {
    padding-left: 0;
  }
}
.field--donation label strong {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  text-transform: none;
  display: block;
}
.field--donation .field__input-wrapper {
  position: relative;
  padding-bottom: 0.625rem;
  left: 0;
}
@media (min-width: 48em) {
  .field--donation .field-recurring {
    display: flex;
    padding: 0;
    gap: 0.5rem;
    align-items: center;
    margin: 0;
  }
}
.field--donation .field-recurring label {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
  top: 0;
}
@media (min-width: 48em) {
  .field--donation .field-recurring [type=checkbox] {
    position: relative;
    left: 0;
    top: 0;
  }
}

.lp .title,
.lp-your-country label,
.field--donation label strong,
.ordersummary .ordersummary__total .ordersummary__total-label {
  color: #044969;
}

.lp-your-country {
  padding: 1.875rem 1.25rem 0;
}

.products__ordersummary-type {
  margin-bottom: 0;
}
.products__ordersummary-type .title {
  margin-bottom: 0;
}

.field--submit [type=submit],
.lp-continue-submit .button.button--processing {
  background: #044969;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
.field--submit [type=submit]:hover,
.lp-continue-submit .button.button--processing:hover {
  background: #022738;
}

.field--free-check {
  background-color: rgba(4, 73, 105, 0.2);
  padding-left: 1.5rem;
  border-radius: 0.25rem;
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  margin: 2rem auto 0.625rem;
  position: relative;
}
.field--free-check label {
  color: rgba(0, 0, 0, 0.7);
  font-weight: normal;
}
@media (min-width: 60em) {
  .field--free-check label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.field--free-check label strong {
  font-weight: bold;
  color: #044969;
}
.field--free-check label em {
  color: #044969;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}
.field--free-check [type=checkbox] {
  left: 1.25rem;
  top: 1.425rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1), 0 12px 21px rgba(0, 0, 0, 0.05), 0 20px 38px rgba(0, 0, 0, 0.03);
  position: absolute;
}
@media (min-width: 60em) {
  .field--free-check [type=checkbox] {
    top: 1.65rem;
  }
}