.screen-donate {
  background: var(--variable-collection-faf9f7);
  min-width: unset;
  min-height: auto;
  position: relative;
  direction: rtl;
  padding: 171px 0 80px;
}

html[dir="ltr"] .screen-donate {
  direction: ltr;
}

.screen-donate a {
  color: inherit;
}

.frame-64 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 121px;
  background: #faf9f7b2;
  backdrop-filter: blur(14px) brightness(100%);
  -webkit-backdrop-filter: blur(14px) brightness(100%);
  z-index: 90;
}

.header-inner {
  width: min(1265px, 100%);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  direction: ltr;
  padding-inline: 72px;
  box-sizing: border-box;
  gap: 10px;
}

.group-24 {
  width: 35px;
  height: 33px;
  position: relative;
}

.logo-icon {
  display: block;
  width: 33px;
  height: 33px;
  object-fit: contain;
}

.text-wrapper-235 {
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 26px;
  line-height: 15px;
  color: #212121;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 42px;
  margin-inline-start: auto;
  direction: rtl;
}

html[lang="en"] .nav-links {
  direction: ltr;
}

.text-wrapper-237,
.text-wrapper-238,
.text-wrapper-239,
.text-wrapper-240,
.text-wrapper-236 {
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 26px;
  line-height: 15px;
  color: var(--variable-collection-t2);
  white-space: nowrap;
}

.text-wrapper-239 {
  color: var(--variable-collection-455fd3);
}

.EN-8 {
  border: 0;
  background: transparent;
  padding: 0;
  margin-inline-start: 32px;
  cursor: pointer;
}

.mobile-header,
.mobile-drawer {
  display: none;
}

.donate-hero,
.donate-video-wrap,
.donate-next,
.section-divider,
.donate-help,
#footer-placeholder {
  width: min(1103px, calc(100% - 160px));
  margin-inline: auto;
}

.donate-hero {
  position: relative;
}

.donate-title {
  margin: 0;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-weight: 900;
  font-size: 56px;
  line-height: 1;
  color: var(--variable-collection-t2);
  text-align: start;
}

.pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--variable-collection-819fcd);
  color: var(--variable-collection-t1);
  border-radius: 100px;
  text-decoration: none;
  white-space: nowrap;
}

.donate-top-btn {
  position: absolute;
  inset-inline-end: 0;
  top: -18px;
  height: 70px;
  padding: 0 18px;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 30px;
  letter-spacing: -0.6px;
}

.donate-copy {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.donate-copy p {
  margin: 0;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 40px;
  line-height: 45px;
  color: var(--variable-collection-t1);
  text-align: start;
}

.donate-video-wrap {
  margin-top: 56px;
}

.donate-video-wrap video {
  width: 100%;
  aspect-ratio: 1103 / 556;
  height: auto;
  object-fit: cover;
  background: #000;
  display: block;
}

.donate-next {
  margin-top: 54px;
}

.donate-next h2,
.donate-help h2 {
  margin: 0;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-weight: 900;
  font-size: 56px;
  line-height: 1;
  color: var(--variable-collection-t2);
  text-align: start;
}

.donate-next p {
  margin: 72px 0 0;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 40px;
  line-height: 45px;
  color: var(--variable-collection-t1);
  text-align: start;
}

.donate-main-btn {
  margin-top: 30px;
  padding: 5px 20px;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 30px;
  letter-spacing: -0.6px;
}

.section-divider {
  margin-top: 56px;
  height: 1px;
  background: #9ba5b7;
}

.donate-help {
  margin-top: 40px;
}

.donate-help ul {
  margin: 72px 0 0;
  padding-inline-start: 44px;
  list-style-type: disc !important;
  list-style-position: outside;
  font-family: "Ploni ML v2 AAA", Helvetica;
  font-size: 40px;
  line-height: 45px;
  color: var(--variable-collection-t1);
}

.donate-help li {
  margin: 0;
  display: list-item;
}

.heart-wrap {
  width: min(1103px, calc(100% - 160px));
  margin-inline: auto;
  margin-top: 36px;
}

.heart-2 {
  margin-top: 0;
  width: 71px;
  height: 71px;
  display: block;
  margin: 0;
  margin-inline-start: 0;
  margin-inline-end: auto;
}

#footer-placeholder {
  width: 100%;
  margin-inline: 0;
  margin-top: 96px;
}

@media (max-width: 645px) {
  .screen-donate {
    min-height: auto;
    padding: 121px 0 40px;
  }

  .frame-64 {
    display: none;
  }

  .mobile-header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(430px, 100%);
    height: 121px;
    background: #faf9f7b2;
    backdrop-filter: blur(14px) brightness(100%);
    -webkit-backdrop-filter: blur(14px) brightness(100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    direction: ltr;
    padding: 0 24px;
    box-sizing: border-box;
    z-index: 130;
  }

  .mobile-logo {
    width: 46px;
    height: 33px;
  }

  .mobile-menu-btn {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    padding: 9px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
  }

  .mobile-menu-btn span {
    width: 19px;
    height: 1.6px;
    background: #667080;
    display: block;
  }

  .mobile-drawer {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-110%);
    width: min(430px, 100%);
    height: 374px;
    background: #faf9f7;
    backdrop-filter: blur(14px) brightness(100%);
    -webkit-backdrop-filter: blur(14px) brightness(100%);
    z-index: 145;
    transition: transform 0.22s ease;
    display: block;
  }

  body.mobile-drawer-open {
    overflow: hidden;
  }

  body.mobile-drawer-open .mobile-drawer {
    transform: translateX(-50%) translateY(0);
  }

  .mobile-drawer-close {
    position: absolute;
    top: 69px;
    right: 24px;
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .mobile-drawer-close::before,
  .mobile-drawer-close::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 11px;
    width: 20px;
    height: 1.8px;
    background: #667080;
  }

  .mobile-drawer-close::before {
    transform: rotate(45deg);
  }

  .mobile-drawer-close::after {
    transform: rotate(-45deg);
  }

  .mobile-drawer-nav {
    position: absolute;
    top: 142px;
    right: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
  }

  .mobile-drawer-link {
    font-family: "Ploni ML v2 AAA", Helvetica;
    font-size: 24px;
    line-height: 25px;
    color: var(--variable-collection-t2);
    text-decoration: none;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
  }

  .mobile-drawer-link-active {
    color: var(--variable-collection-455fd3);
    font-weight: 900;
  }

  .donate-hero,
  .donate-video-wrap,
  .donate-next,
  .section-divider,
  .donate-help,
  .heart-wrap {
    width: min(377px, calc(100% - 48px));
  }

  .donate-hero {
    margin-top: 26px;
  }

  .donate-title {
    font-size: 44px;
    line-height: 40px;
  }

  .donate-top-btn {
    display: none;
  }

  .donate-copy {
    margin-top: 0;
    gap: 6px;
  }

  .donate-copy p {
    font-size: 24px;
    line-height: 25px;
  }

  .donate-video-wrap {
    margin-top: 28px;
  }

  .donate-next {
    margin-top: 30px;
  }

  .donate-next h2,
  .donate-help h2 {
    font-size: 30px;
    line-height: 25px;
  }

  .donate-next p {
    margin-top: 18px;
    font-size: 24px;
    line-height: 25px;
  }

  .donate-main-btn {
    margin-top: 18px;
    width: 100%;
    height: 39px;
    border-radius: 5px;
    font-size: 24px;
    letter-spacing: -0.48px;
    padding: 0 16px;
  }

  .section-divider {
    margin-top: 30px;
  }

  .donate-help {
    margin-top: 30px;
  }

  .donate-help ul {
    margin-top: 18px;
    padding-inline-start: 28px;
    list-style-type: disc !important;
    list-style-position: outside;
    font-size: 24px;
    line-height: 25px;
  }

  .heart-wrap {
    margin-top: 20px;
  }

  .heart-2 {
    margin-top: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    margin-inline-start: 0;
    margin-inline-end: auto;
  }

  #footer-placeholder {
    width: 100%;
    margin-inline: 0;
    margin-top: 56px;
  }
}
