:root {
  --header-height: 6.7rem;
}
@media (width > 768px) {
  :root {
    --header-height: 11.2rem;
  }
}

:root {
  --red-main: #db0032;
  --white-main: #ffffff;
  --black-main: #333032;
  --green-main: #1a3b3a;
  --yellow-main: #FFEB3B;
  --gray-main: #f8f8f8;
  --wf-dark: #485460;
  --red-10: #fbe5ea;
  --red-error-bg: #FFF5F5;
  --red-20: #f8ccd6;
  --red-30: #f4b2c1;
  --red-40: #f199ad;
  --red-50: #ed8098;
  --red-60: #e96684;
  --red-70: #e64d70;
  --red-80: #e2335b;
  --red-90: #df1a47;
  --red-100: #c2002c;
  --black-10: #e5e5e5;
  --black-20: #cccccc;
  --black-30: #b2b2b2;
  --black-40: #999999;
  --black-50: #808080;
  --black-60: #666666;
  --black-70: #4d4d4d;
  --black-80: #333333;
  --black-90: #1a1a1a;
  --green-10: #e8ebeb;
  --green-20: #d1d8d8;
  --green-30: #bac4c4;
  --green-40: #a3b1b0;
  --green-50: #8c9d9c;
  --green-60: #768989;
  --green-70: #5f7675;
  --green-80: #486261;
  --green-90: #314f4e;
  --transparent-bgc: #ffffff33;
  --transparent-header: #1010100d;
  --transparent-line: #ffffff80;
  --grey-10: #ffffff80;
  --grey-20: #f8f8f84d;
  --grey-30: #5C595B;
  --grey-40: #5A5A5A;
  --grey-50: #D9D9D933;
  --grey-60: #333032;
  --grey-bg: #fbfbfb;
  --grey-line: #d9d9d9;
  --sdg-teal-dark: #284447;
  --sdg-teal: #4a7b7b;
  --sdg-blue-light: #afd3f7;
  --sdg-blue-lighter: #a8c7f0;
  --sdg-green: #90baa4;
  --sdg-green-light: #cce4d7;
  --sdg-peach: #fdede5;
  --sdg-gold: #ddab65;
}

:root {
  --header-height: 6.7rem;
}
@media (width > 768px) {
  :root {
    --header-height: 11.2rem;
  }
}

@media (min-width: 769px) {
  .breadcrumb-nav {
    align-self: start;
  }
}
.breadcrumb-nav {
  padding: 2.05rem 5.2rem 1.9rem 11.4rem;
  direction: rtl;
  position: relative;
}
.breadcrumb-nav .breadcrumb {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.2rem;
}
.breadcrumb-nav .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-nav .breadcrumb .breadcrumb-item .breadcrumb-link {
  color: var(--black-main, #333032);
  text-align: center;
  font-family: Simpler;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.breadcrumb-nav .breadcrumb .breadcrumb-item .breadcrumb-link:hover {
  color: #333;
  text-decoration: underline;
}
.breadcrumb-nav .breadcrumb .breadcrumb-item .breadcrumb-text {
  color: var(--black-main, #333032);
  text-align: center;
  font-family: Simpler;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 13.2px */
}
.breadcrumb-nav .breadcrumb .breadcrumb-separator {
  color: var(--black-main, #333032);
}

@media (max-width: 768px) {
  .breadcrumb-nav {
    padding: 3.8rem 1.1rem 1.9rem;
  }
  .breadcrumb-nav .breadcrumb {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .breadcrumb-nav .breadcrumb .breadcrumb-item .breadcrumb-link,
  .breadcrumb-nav .breadcrumb .breadcrumb-item .breadcrumb-text {
    font-size: 1.1rem;
  }
  .breadcrumb-nav .breadcrumb .breadcrumb-item .breadcrumb-text {
    font-weight: 900;
  }
  .breadcrumb-nav .breadcrumb .breadcrumb-separator {
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.breadcrumb-nav-desktop {
  display: none;
}
@media (min-width: 769px) {
  .breadcrumb-nav-desktop {
    display: block;
    padding: 3.9rem 0rem 0rem 0rem;
    direction: rtl;
    position: relative;
  }
  .breadcrumb-nav-desktop .breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 1.9rem 0rem 0rem 0rem;
    justify-content: flex-start;
    gap: 0.2rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .breadcrumb-nav-desktop .breadcrumb {
    gap: 0.6rem;
  }
}
@media (min-width: 769px) {
  .breadcrumb-nav-desktop .breadcrumb .breadcrumb-item {
    display: flex;
    align-items: center;
  }
  .breadcrumb-nav-desktop .breadcrumb .breadcrumb-item .breadcrumb-link,
  .breadcrumb-nav-desktop .breadcrumb .breadcrumb-item .breadcrumb-text {
    color: var(--black-main, #333032);
    text-align: right;
    font-family: Simpler;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .breadcrumb-nav-desktop .breadcrumb .breadcrumb-item .breadcrumb-text {
    font-weight: 900;
  }
  .breadcrumb-nav-desktop .breadcrumb .breadcrumb-separator {
    color: var(--black-main, #333032);
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .breadcrumb-nav-desktop {
    display: none;
  }
}
.about-us-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid var(--red-30);
  justify-content: flex-end;
  padding-inline: 3.6rem;
  color: var(--black-main);
  text-transform: uppercase;
  font-size: 1.2rem;
}
.about-us-breadcrumbs a {
  color: var(--black-main);
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: none;
}
.about-us-breadcrumbs .yoast-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.about-us-breadcrumbs .yoast-breadcrumbs span {
  color: var(--black-main);
}
.about-us-breadcrumbs .yoast-breadcrumbs .breadcrumb_last {
  font-weight: 900;
}
@media (width > 768px) {
  .about-us-breadcrumbs {
    border-bottom: none;
    padding-inline: 0;
    justify-content: flex-start;
    margin-right: 3.3rem;
    font-size: 1.4rem;
  }
  .about-us-breadcrumbs a {
    font-size: 1.4rem;
  }
}

:root {
  --header-height: 6.7rem;
}
@media (width > 768px) {
  :root {
    --header-height: 11.2rem;
  }
}

.share-popup {
  margin: 15rem 15rem 0rem 0rem;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.share-popup .share-popup-content {
  direction: ltr;
  background: white;
  border-radius: 0.6rem;
  padding: 2.2rem;
  position: relative;
  width: 40rem;
  box-shadow: 0 0 1.1586rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (width > 768px) {
  .share-popup .share-popup-content {
    width: 90%;
    max-width: 40rem;
  }
}
.share-popup .share-popup-content .close-popup {
  position: absolute;
  top: 2.2rem;
  left: 2.2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--black-main);
  width: 2.1rem;
  height: 2.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: opacity 0.2s ease;
}
.share-popup .share-popup-content .close-popup svg {
  width: 100%;
  height: 100%;
}
.share-popup .share-popup-content .close-popup:hover {
  opacity: 0.7;
}
.share-popup .share-popup-content .popup-header {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.share-popup .share-popup-content .popup-header svg {
  width: 2.0726rem;
  height: 2.1364rem;
  flex-shrink: 0;
}
.share-popup .share-popup-content .popup-header h3 {
  color: var(--neutral-800, #333032);
  text-align: right;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  margin: 0;
  white-space: nowrap;
}
.share-popup .share-popup-content .popup-content {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}
.share-popup .share-popup-content .popup-content .link-section {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  align-items: flex-end;
  width: 100%;
}
.share-popup .share-popup-content .popup-content .link-section .link-label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--neutral-800);
  text-align: right;
  margin: 0;
}
.share-popup .share-popup-content .popup-content .link-section .link-container {
  background: rgba(0, 0, 0, 0.02);
  border-radius: 0.4rem;
  padding: 0.8rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
}
.share-popup .share-popup-content .popup-content .link-section .link-container .link-url {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3;
  color: rgba(51, 48, 50, 0.5);
  text-transform: uppercase;
  margin: 0;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.share-popup .share-popup-content .popup-content .link-section .link-container .copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--neutral-800);
  transition: opacity 0.2s ease;
}
.share-popup .share-popup-content .popup-content .link-section .link-container .copy-btn svg {
  width: 100%;
  height: 100%;
}
.share-popup .share-popup-content .popup-content .link-section .link-container .copy-btn:hover {
  opacity: 0.7;
}
.share-popup .share-popup-content .popup-content .divider {
  width: 100%;
  height: 0.1rem;
  background: var(--neutral-200, #E5E5E5);
}
.share-popup .share-popup-content .popup-content .platform-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.share-popup .share-popup-content .popup-content .platform-section .platform-icons {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.share-popup .share-popup-content .popup-content .platform-section .platform-icons .platform-icon {
  border: none;
  border-radius: 0.4rem;
  width: 3.2818rem;
  height: 3.2818rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.2s ease;
  flex-shrink: 0;
}
.share-popup .share-popup-content .popup-content .platform-section .platform-icons .platform-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.share-popup .share-popup-content .popup-content .platform-section .platform-label {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--neutral-800, #333032);
  text-align: right;
  margin: 0;
  white-space: nowrap;
}

body.share-popup-open {
  overflow: hidden;
}

:root {
  --header-height: 6.7rem;
}
@media (width > 768px) {
  :root {
    --header-height: 11.2rem;
  }
}

:root {
  --red-main: #db0032;
  --white-main: #ffffff;
  --black-main: #333032;
  --green-main: #1a3b3a;
  --yellow-main: #FFEB3B;
  --gray-main: #f8f8f8;
  --wf-dark: #485460;
  --red-10: #fbe5ea;
  --red-error-bg: #FFF5F5;
  --red-20: #f8ccd6;
  --red-30: #f4b2c1;
  --red-40: #f199ad;
  --red-50: #ed8098;
  --red-60: #e96684;
  --red-70: #e64d70;
  --red-80: #e2335b;
  --red-90: #df1a47;
  --red-100: #c2002c;
  --black-10: #e5e5e5;
  --black-20: #cccccc;
  --black-30: #b2b2b2;
  --black-40: #999999;
  --black-50: #808080;
  --black-60: #666666;
  --black-70: #4d4d4d;
  --black-80: #333333;
  --black-90: #1a1a1a;
  --green-10: #e8ebeb;
  --green-20: #d1d8d8;
  --green-30: #bac4c4;
  --green-40: #a3b1b0;
  --green-50: #8c9d9c;
  --green-60: #768989;
  --green-70: #5f7675;
  --green-80: #486261;
  --green-90: #314f4e;
  --transparent-bgc: #ffffff33;
  --transparent-header: #1010100d;
  --transparent-line: #ffffff80;
  --grey-10: #ffffff80;
  --grey-20: #f8f8f84d;
  --grey-30: #5C595B;
  --grey-40: #5A5A5A;
  --grey-50: #D9D9D933;
  --grey-60: #333032;
  --grey-bg: #fbfbfb;
  --grey-line: #d9d9d9;
  --sdg-teal-dark: #284447;
  --sdg-teal: #4a7b7b;
  --sdg-blue-light: #afd3f7;
  --sdg-blue-lighter: #a8c7f0;
  --sdg-green: #90baa4;
  --sdg-green-light: #cce4d7;
  --sdg-peach: #fdede5;
  --sdg-gold: #ddab65;
}

.donation-form:first-child {
  gap: 2.1rem;
}
.donation-form {
  display: flex;
  flex-direction: column;
  padding: 0 3.8rem 1.3rem 3.8rem;
}
@media (width > 768px) {
  .donation-form {
    padding: 2rem 3.8rem 1.3rem 3.8rem;
  }
}
.donation-form__header {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: flex-start;
}
.donation-form__header .donation-form__header-inner {
  flex-shrink: 0;
}
.donation-form__close {
  display: flex;
  width: 100%;
  padding: 0;
  align-items: center;
  padding: 1.2rem 3.6rem 1.2rem 0rem;
  gap: 2.4rem;
  color: var(--red-main, #db0032);
  border-bottom: 1px solid var(--red-main, #db0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
}
.donation-form__close.hidden-desktop {
  justify-content: flex-start;
  color: var(--black-main, #333032);
  border-bottom: none;
}
.donation-form__close.hidden-desktop .donation-form__close-label {
  display: none;
}
@media (width <= 768px) {
  .donation-form__close.hidden-desktop {
    margin-left: -3.6rem;
    margin-right: -3.6rem;
    width: 100vw;
    padding: 2.2rem 3.6rem;
  }
}
.donation-form__title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.1s ease;
}
.donation-form__title-icon:hover {
  opacity: 0.85;
}
.donation-form__title-icon:focus-visible {
  outline: 2px solid var(--red-main, #db0032);
  outline-offset: 2px;
}
.donation-form__title-icon img {
  display: block;
  width: 100%;
  height: auto;
}
.donation-form__close-label {
  display: inline-flex;
  align-items: center;
}
.donation-form__title {
  display: block;
  width: 100%;
  max-width: 27.2rem;
  text-align: right;
  padding-top: 1.6rem;
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 2.4rem;
  margin: 0;
}
.donation-form__sections {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.donation-form__section {
  display: none;
  border: none;
  padding: 0;
  margin: 0;
}
.donation-form__section.is-active {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.donation-form__field {
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0rem 0.6rem 0rem;
  gap: 0.6rem;
}
@media (width > 768px) {
  .donation-form__field {
    padding: 0rem;
  }
}
.donation-form__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.donation-form__input, .donation-form__textarea, .donation-form__select {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  padding: 0 0 0.6rem;
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  direction: rtl;
  text-align: right;
}
.donation-form__input::-moz-placeholder, .donation-form__textarea::-moz-placeholder, .donation-form__select::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
  direction: rtl;
  text-align: right;
}
.donation-form__input::placeholder, .donation-form__textarea::placeholder, .donation-form__select::placeholder {
  color: rgba(0, 0, 0, 0.35);
  direction: rtl;
  text-align: right;
}
.donation-form__input:focus, .donation-form__textarea:focus, .donation-form__select:focus {
  outline: none;
}
.donation-form__select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333032' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2rem;
}
.donation-form__textarea {
  resize: vertical;
}
.donation-form__field--file {
  position: relative;
}
.donation-form__file-control {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 0 1.2rem;
}
.donation-form__file-indicator {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid var(--black-main, #333032);
  font-size: 1.2rem;
  font-family: Simpler;
  font-weight: 700;
}
.donation-form__file-display {
  color: rgba(0, 0, 0, 0.35);
  font-family: Simpler;
  font-size: 1.4rem;
}
.donation-form__file-display.has-file {
  color: var(--black-main, #333032);
}
.donation-form__file-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.donation-form__field--checkbox {
  padding-top: 0.8rem;
}
.donation-form__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  cursor: pointer;
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 130%;
  text-align: right;
  outline: none;
}
.donation-form__checkbox {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-top: 0.2rem;
}
.donation-form__privacy-text {
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.donation-form__privacy-link {
  text-decoration: underline;
  cursor: pointer;
}
.donation-form__privacy-link:hover {
  opacity: 0.9;
}
.donation-form__actions {
  margin-top: 1.6rem;
}
.donation-form__actions .donation-form__submit.btn.primary {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  gap: 0.8rem !important;
}
@media (width <= 768px) {
  .donation-form__actions .donation-form__submit.btn.primary {
    width: 80%;
    justify-content: center;
    margin: 1.5rem 4.1rem 1.8rem 3.3rem;
    padding: 0.8rem 2.4rem;
  }
}
@media (width > 768px) {
  .donation-form__actions .donation-form__submit.btn.primary {
    margin: 0 0 2.4rem;
    height: 5.2rem;
  }
}
@media (width > 768px) {
  .donation-form__actions {
    display: flex;
    justify-content: flex-end;
  }
}
@media (width <= 768px) {
  .donation-form__actions {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 -0.4rem 2.4rem rgba(0, 0, 0, 0.08);
    border-top: 1px solid var(--red-main, #DB0032);
    z-index: 10001;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.donation-form__submit {
  margin: 0;
}

.custom-select {
  position: relative;
  width: 100%;
}
.custom-select__native {
  display: none;
}
.custom-select__trigger {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333032' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 0.6rem 2rem;
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: Simpler;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  direction: rtl;
  text-align: right;
  color: rgba(0, 0, 0, 0.35);
}
.custom-select__trigger:focus {
  outline: none;
}
.custom-select.is-open .custom-select__trigger {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333032' d='M6 3L1 8h10z'/%3E%3C/svg%3E");
}
.custom-select__trigger[data-selected] {
  color: var(--black-main, #333032);
}
.custom-select__display {
  flex: 1;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-select__dropdown {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0.4rem 0;
  box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.12);
  max-height: 22rem;
  overflow-y: auto;
}
.custom-select__option {
  padding: 1rem 1.2rem;
  cursor: pointer;
  font-family: Simpler;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--black-main, #333032);
  text-align: right;
  direction: rtl;
  list-style: none;
}
.custom-select__option--placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.custom-select__option:hover, .custom-select__option:focus {
  background: rgba(0, 0, 0, 0.05);
  outline: none;
}
.custom-select__option[aria-selected=true]:not(.custom-select__option--placeholder) {
  color: var(--red-main, #db0032);
}

.donation-form__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 9.4rem 2.4rem;
  text-align: center;
  direction: rtl;
}
@media (width > 768px) {
  .donation-form__success {
    min-height: unset;
    padding: 7.8rem 4rem;
  }
}

.donation-form__success-icon {
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.donation-form__success-icon svg {
  width: 5.6rem;
  height: auto;
  max-height: 6.8rem;
}

.donation-form__success-title {
  color: var(--red-main, #DB0032);
  font-family: Simpler, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
  line-height: 1.3;
}
@media (width > 768px) {
  .donation-form__success-title {
    font-size: 2.8rem;
  }
}

.donation-form__success-text {
  color: var(--black-main, #333);
  font-family: Simpler, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.donation-form__error-message {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  background-color: #F9E4E4;
  padding: 0.85rem 0.85rem;
  margin-bottom: 1.6rem;
  border-radius: 0.4rem;
  direction: rtl;
}
.donation-form__error-message .error-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.donation-form__error-message .error-icon img {
  width: 2rem;
  height: 2rem;
}
.donation-form__error-message .error-text {
  color: var(--red-main);
  font-family: Simpler, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
  text-align: right;
}

.donation-form__field.field-error input,
.donation-form__field.field-error input.donation-form__input,
.donation-form__field.field-error textarea,
.donation-form__field.field-error textarea.donation-form__textarea,
.donation-form__field.field-error select,
.donation-form__field.field-error .custom-select__trigger {
  background-color: #F9E4E4;
  border-bottom-color: var(--red-main);
}
.donation-form__field.field-error .donation-form__file-control,
.donation-form__field.field-error .donation-form__file-display {
  background-color: #F9E4E4;
  border-bottom-color: var(--red-main);
}

.donation-form__checkbox-label.checkbox-error input[type=checkbox] {
  border-color: var(--red-main);
  border-width: 0.2rem;
  background-color: #F9E4E4;
}
.donation-form__checkbox-label.checkbox-error .donation-form__privacy-text,
.donation-form__checkbox-label.checkbox-error span {
  color: var(--red-main);
}

.career-page-hero {
  padding: 4rem 3.6rem 1rem;
  position: relative;
  min-height: 100vh;
}
@media (width > 768px) {
  .career-page-hero {
    padding: 8rem 8rem 0;
    position: relative;
  }
}
.career-page-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: var(--red-30);
  z-index: 1;
}
.career-page-hero .grid-line {
  background: var(--red-30, #f8ccd6);
  width: 1px;
  height: 100%;
}
@media (width > 768px) {
  .career-page-hero .grid-line {
    background: var(--red-30, #f8ccd6);
    position: absolute;
    order: -1;
  }
}
.career-page-hero .content-container {
  position: relative;
  height: 100%;
}
@media (width > 768px) {
  .career-page-hero .content-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }
}
@media (width > 768px) {
  .career-page-hero .content-container .text-content-wrapper {
    padding: 4.2rem 3.3rem 4.2rem 11rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    order: 0;
  }
}
@media (width <= 768px) {
  .career-page-hero .content-container .title-container .title-container-elements {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
@media (width > 768px) {
  .career-page-hero .content-container .title-container .title-container-elements {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: start;
    width: 100%;
    margin-top: 6.3rem;
  }
}
@media (width <= 768px) {
  .career-page-hero .content-container .title-container .title-container__top-row {
    margin-bottom: 0.75rem;
  }
}
@media (width > 768px) {
  .career-page-hero .content-container .title-container .title-container__top-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    grid-row: 1;
    grid-column: 1;
    margin-bottom: 0.75rem;
  }
}
.career-page-hero .content-container .title-container #title-header {
  color: var(--red-main, #db0032);
  text-align: right;
  font-family: Simpler;
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  margin: 3.1rem 0 0rem 0;
  flex: 1;
}
@media (width <= 768px) {
  .career-page-hero .content-container .title-container #title-header {
    font-size: 3rem;
  }
}
@media (width > 768px) {
  .career-page-hero .content-container .title-container #title-header {
    font-size: 4.4rem;
    flex: none;
    grid-row: 2;
    grid-column: 1/-1;
  }
}
.career-page-hero .content-container .title-container .share {
  flex-shrink: 0;
}
@media (width > 768px) {
  .career-page-hero .content-container .title-container .share {
    grid-row: 1;
    grid-column: 2;
  }
}
.career-page-hero .content-container .title-container .career-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
  flex-direction: row-reverse;
}
@media (width > 768px) {
  .career-page-hero .content-container .title-container .career-tags {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.career-page-hero .content-container .title-container .career-tags__tag {
  font-family: "Simpler", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--red-main, #db0032);
  white-space: nowrap;
  padding: 0.4rem 0.8rem;
  background-color: rgba(217, 217, 217, 0.2);
  border-radius: 0.4rem;
  border: 1px solid rgba(217, 217, 217, 0.2);
  height: -moz-fit-content;
  height: fit-content;
}
.career-page-hero .content-container .title-container .career-tags__tag--job-id {
  font-family: monospace;
  color: var(--red-main, #db0032);
}
.career-page-hero .content-container .title-container .description {
  padding: 3rem 0 3.7rem;
  text-align: right;
  max-width: 29.1rem;
  font-size: 1.6rem;
}
@media (width > 768px) {
  .career-page-hero .content-container .title-container .description {
    max-width: 62.6rem;
    font-size: 1.8rem;
  }
}
.career-page-hero .content-container .title-container .description p {
  color: var(--black-main, #333032);
  text-align: inherit;
  font-family: Simpler;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}
.career-page-hero .content-container .title-container .paragraphs .paragraph .paragraph-title {
  color: var(--red-main, #db0032);
  text-align: right;
  font-family: Simpler;
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  line-height: 2.4rem;
  padding-bottom: 1.2rem;
}
.career-page-hero .content-container .title-container .paragraphs .paragraph .paragraph-description {
  text-align: right;
  font-size: 1.6rem;
}
@media (width > 768px) {
  .career-page-hero .content-container .title-container .paragraphs .paragraph .paragraph-description {
    font-size: 1.8rem;
  }
}
.career-page-hero .content-container .title-container .paragraphs .paragraph .paragraph-description p,
.career-page-hero .content-container .title-container .paragraphs .paragraph .paragraph-description ul,
.career-page-hero .content-container .title-container .paragraphs .paragraph .paragraph-description ol,
.career-page-hero .content-container .title-container .paragraphs .paragraph .paragraph-description li {
  color: var(--black-main, #333032);
  font-family: Simpler;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.career-page-hero .content-container .title-container .paragraphs .paragraph .paragraph-description p {
  padding-bottom: 3.7rem;
  max-width: 30.7rem;
}
@media (width > 768px) {
  .career-page-hero .content-container .title-container .paragraphs .paragraph .paragraph-description p {
    max-width: 62.6rem;
  }
}
.career-page-hero .content-container .title-container .paragraphs .paragraph .paragraph-description ul,
.career-page-hero .content-container .title-container .paragraphs .paragraph .paragraph-description ol {
  max-width: 30.7rem;
  padding-bottom: 3.7rem;
}
@media (width > 768px) {
  .career-page-hero .content-container .title-container .paragraphs .paragraph .paragraph-description ul,
  .career-page-hero .content-container .title-container .paragraphs .paragraph .paragraph-description ol {
    max-width: 62.6rem;
  }
}
.career-page-hero .content-container .wysiwyg a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.career-page-hero .content-container .donation-cta {
  bottom: 0;
  z-index: 3;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (width > 768px) {
  .career-page-hero .content-container .donation-cta {
    position: sticky;
    top: 12rem;
    align-self: flex-start;
    margin-top: 0;
    width: 33.33%;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid var(--red-30, #f4b2c1);
    border-top: none;
    background: var(--Main-white, #fff);
    order: 1;
  }
}
.career-page-hero .content-container .donation-cta__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  align-items: stretch;
  width: 100%;
  background: #fff;
}
.career-page-hero .content-container .donation-cta__buttons {
  display: flex;
  justify-content: center;
  position: sticky;
}
@media (width > 768px) {
  .career-page-hero .content-container .donation-cta__buttons {
    display: none !important;
  }
}
.career-page-hero .content-container .donation-cta__header {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 1.2rem 2.4rem 0;
  direction: rtl;
}
.career-page-hero .content-container .donation-cta__header[hidden] {
  display: none !important;
}
.donation-cta.is-active .career-page-hero .content-container .donation-cta__header {
  display: flex;
}
.career-page-hero .content-container .donation-cta__headline {
  margin: 0;
  flex: 1;
  text-align: right;
  color: var(--red-main, #db0032);
  font-family: Simpler;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 120%;
}
.career-page-hero .content-container .donation-cta__close {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border: none;
  background: transparent;
  color: var(--black-main, #333032);
  font-size: 2.4rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.1s ease;
}
.career-page-hero .content-container .donation-cta__close:hover {
  opacity: 0.85;
}
.career-page-hero .content-container .donation-cta__close:focus-visible {
  outline: 2px solid var(--red-main, #db0032);
  outline-offset: 2px;
}
.career-page-hero .content-container .donation-cta__close span {
  display: inline-block;
  transform: translateY(-10%);
}
.career-page-hero .content-container .donation-cta__button {
  display: inline-flex;
  width: 100%;
}
@media (width <= 768px) {
  .career-page-hero .content-container .donation-cta__button.hidden-desktop {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 -0.4rem 2.4rem rgba(0, 0, 0, 0.08);
  }
}
.career-page-hero .content-container .donation-cta__button--active {
  display: none;
}
.career-page-hero .content-container .donation-cta__btn {
  pointer-events: auto;
  width: 100%;
  justify-content: center;
  margin: 1.5rem 4.1rem 1.8rem 3.3rem;
  padding: 0.8rem 2.4rem;
}
.career-page-hero .content-container .donation-cta__btn .btn-text {
  font-size: 1.6rem;
}
@media (width > 768px) {
  .career-page-hero .content-container .donation-cta__btn {
    margin: 0 0 2.4rem;
    height: 5.2rem;
  }
}
.career-page-hero .content-container .donation-cta__form {
  display: none;
  width: 100%;
}
@media (width > 768px) {
  .career-page-hero .content-container .donation-cta__form {
    display: block;
    padding-bottom: 3.2rem;
  }
}
@media (width <= 768px) {
  .career-page-hero .content-container .donation-cta.is-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    height: 100vh;
  }
}
.career-page-hero .content-container .donation-cta.is-active .donation-cta__buttons {
  display: none;
}
.career-page-hero .content-container .donation-cta.is-active .donation-cta__button--default {
  display: none;
}
.career-page-hero .content-container .donation-cta.is-active .donation-cta__button--active {
  display: inline-flex;
}
.career-page-hero .content-container .donation-cta.is-active .donation-cta__form {
  display: block;
}
@media (width <= 768px) {
  .career-page-hero .content-container.donation-cta-open .grid-line,
  .career-page-hero .content-container.donation-cta-open .title-container {
    display: none;
  }
}
.career-page-hero .breadcrumb {
  margin: 0;
}
.career-page-hero .share {
  margin-top: 1.1rem;
}
@media (width > 768px) {
  .career-page-hero .share {
    margin-top: 0;
  }
}

@media (width <= 768px) {
  .career-page-breadcrumbs {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--red-main, #db0032);
  }
}
