@font-face{
  font-family: "Lato";
  src: url(./assets/fonts/lato-v22-latin/lato-v22-latin-700.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap
}

.redeem_option_code_block .redeem_input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: darkgray;
}

.redeem_option_code_block {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.aw_btn.aw_hidden {
  display: none !important;
}

[class*=aw_progress_percent_5]:not(.aw_progress_percent_5), 
[class*=aw_progress_percent_6]:not(.aw_progress_percent_6), 
[class*=aw_progress_percent_7]:not(.aw_progress_percent_7), 
[class*=aw_progress_percent_8]:not(.aw_progress_percent_8), 
[class*=aw_progress_percent_9]:not(.aw_progress_percent_9) {
  color: white!important;
  left: 0.5rem;
  background: transparent!important;
}

@media (max-width: 30.115em) {
  .aw_progress_bar_wrapper .aw_progress_bar {
      margin-right: 0;
      font-size: 12px;
  }
  
  .aw_progress_bar_wrapper .aw_progress_bar .aw_progress_goal {
      font-size: 12px!important;
  }
}

/* ::-webkit-scrollbar {
  width: 5px;
  display: none;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #13735f;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #13735f;
} */

.aw_celebration_false .aw_stroke {
  display: none;
}

.title-news-container, .title-press-container {
  text-decoration: none;
}

.aw_breadcrumb_false {
  opacity: 0;
  visibility: hidden;
}

.blank_mode_false {
  display: none !important;
}

.link_mode_hide_true {
  display: none !important;
}

.bg_illustration_false {
  background-image: none !important;
}

.aw_icon_false {
  display: none;
}

.show-true {
  display: block !important;
}

.display-false {
  display: none !important;
}

.hide-true {
  display: none !important;
}

.headline-dark-red {
  color: #861135;
}

.headline-red {
  color: #E52322;
}
.headline-yellow {
  color: #E6CE00;
}
.headline-yellow-green {
  color: #94C24A;
}
.headline-green {
  color: #47B27A;
}
.headline-blue-green {
  color: #13735F;
}
.headline-dark-blue {
  color: #004432;
}
.headline-lam {
  color: #8ACBC1;
}
.headline-blue {
  color: #477EC0;
}
.headline-white {
  color: #FFFFFF;
}
.headline-black {
  color: #333333;
}

.redeem_option_code_block {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.redeem_option_code_block .redeem_input::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: darkgray;
}

.picture_person img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
}

.image_person_background {
  width: 100%;
  height: 396px;
}

.background_image_person img {
  display: inline; 
  border:5px solid white;
  min-width: 7.5rem; 
  margin: -165px 0px 0px 0px;
  height: 16rem;
  width: 16rem;
  margin-right: 0 !important;
}

/* .aw_container .aw_container .aw_contact_card .aw_contact_details {
  margin-left: 300px;
} */

/* .small-scrollbar::-webkit-scrollbar {
  width: 5px;
} */

.btn_menu_container {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  background-color: darkgrey;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;
}

.btn_menu_container span {
  font-size: 35px;
}

.btn_menu_container .icon_menu::before {
  font-family: "wildicon";
  content: "\f095";
}

.btn_menu_container:hover {
  cursor: pointer;
}

.menu_item_container {
  position: fixed;
  top: 10%;
  right: 20px;
  background-color: white;
  border-radius: 20px;
  padding: 20px 25px;
  z-index: 9999;
  box-shadow: 5px 10px 18px #888888;
  display: none;
  height: auto;
  animation: runDisplay .3s;
}

.menu_item_container .menu_container {
  display: grid;
  padding-left: 20px;
  height: auto;
  max-height: 700px;
  overflow: auto;
  width: 100%;
  padding-right: 20px;
}

.menu_item_container .menu_container .menu_floating_item {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  text-decoration: none;
  color: black;
  padding: 5px 0;
  text-transform: capitalize;
}

.menu_item_container .menu_container .menu_floating_item:hover {
  color: gray;
}

.aw_quote_person img
{
  object-fit: cover;
  object-position: center;
}

@keyframes runDisplay {
  0% {
    transform: translateY(70%) scale(0.2);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes turnOff {
	0% {
		opacity: 1;
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	99% {
		opacity: 0;
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	100% {
		opacity: 0;
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}

.profile-img-false {
  content: url("/contact.jpeg");
}

.aw_content_header_module img {
  height: 75vh;
  max-height: 1000px;
  min-height: 600px;
  object-fit: cover;
  object-position: center;
}

.aw_hero_module img {
  height: calc(100vh - 87px)!important;
  object-fit: cover;
  object-position: center;
}

.aw_hero_image_wrapper_false::after,
.aw_hero_image_wrapper_false.aw_hero_module:not(.aw_hero_cta):after {
  content: none !important;
}

.aw_btn.aw_secondary.aw_donation_example:hover {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.bg_dummy {
  background-size: cover;
}

.bg_dummy:hover {
  max-width: none !important;
  animation: shrink 3s infinite alternate;
}

/* , a.aw_btn.aw_secondary:not(.aw_btn_keep_bg):hover  */
a.aw_btn.aw_special_green:not(.aw_btn_keep_bg):hover {
  background-color: #fff!important;
}

/* a.aw_btn.aw_secondary:not(.aw_btn_keep_bg):hover, */
a.aw_btn.aw_special_white:not(.aw_btn_keep_bg):hover {
  background-color: #13735F !important;
  color: #FFFFFF !important;
}

.aw_quote_module.aw_quote_large .aw_image_wrapper::before {
  background-image: none;
}

.quote_mark_false {
  display: none !important;
}

.wi_special_cta .wi_content_search_form .aw_content_search_field {
  margin-bottom: 0;
  margin-right: .5rem;
  height: 3rem;
}

.wi_special_cta .wi_content_search_form .aw_search_submit_button {
  font-size: 3rem;
  line-height: 1em;
  padding: 0;
  margin: 0;
  outline: none;
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

.wi_special_cta .wi_search_result_filter_form {
  display: flex;
  flex-wrap: wrap;
}

.wi_special_cta .wi_search_result_filter_form label {
  color: #fff;
  font-family: "Sora", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  font-size: 1rem;
  margin-bottom: .5rem;
}

@media (min-width: 30.125em) {
  .wi_special_cta .wi_search_result_filter_form>div:nth-child(1) {
    min-width: 16rem;
    margin: 0;
  }
  .wi_special_cta .wi_search_result_filter_form>div:nth-child(2) {
    min-width: 12rem;
    margin: 0rem 2rem;
  }
  .wi_special_cta .wi_search_result_filter_form>div:nth-child(3) {
    width: calc(30em - 22rem);
    margin: 0;
  }
}

@media (max-width: 30em) {
  .wi_special_cta .wi_search_result_filter_form>div:nth-child(1) {
    width: 100%;
    margin: 0;
  }

  .wi_special_cta .wi_search_result_filter_form>div:nth-child(2) {
    width: 60%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-right: 2rem;
  }

  .wi_special_cta .wi_search_result_filter_form>div:nth-child(3) {
    width: calc(40% - 2rem);
    margin: 1rem 0rem;
  }

  .aw_mobile_content_search_form {
    display:inline;
  }
  
  .aw_mobile_search_result_filter_form {
    display:inline;
  }
}

/* ::-webkit-scrollbar {
  width: 5px;
  height: 7px;
} */

#menu-active {
  color: #8ACBC1 !important;
}
#main-menu-active {
  color: #8ACBC1 !important;
}

#abw_main_header .aw_donate > a {
  padding: 10px 20px !important;
  line-height: 1.6rem !important;
}

#abw_main_header.aw_mobile_menu_open nav li li li:last-child a {
  margin-bottom: 0 !important;
}

#abw_main_header nav ul ul li a sup, #abw_main_header nav ul ul li a sub {
  pointer-events: none;
}

nav>ul>li.aw_menu_item_has_children>ul.aw_sub_menu {
  bottom: -25px !important;
}

/* #abw_main_header nav>ul>li.aw_menu_item_has_children {
  margin-top: 25px;
} */

#abw_main_header li.aw_menu_item_has_children a.aw_sub_menu_open+ul.aw_sub_menu {
  max-height: max-content !important;
}

@media (max-width: 44.99em) {
  #abw_main_header.aw_mobile_menu_open nav li a {
    font-size: 18px;
  }
  
  #abw_main_header.aw_mobile_menu_open nav li li a {
    font-size: 15px;
  }
  
  #abw_main_header.aw_mobile_menu_open nav>ul>li:first-child>a {
    padding-top: 1rem !important;
  }

  #abw_main_header.aw_mobile_menu_open nav>ul>li:not(:nth-child(1)) {
    padding-bottom: 0 !important;
  }

  .aw_language_select_wrapper .mr16 {
    margin-right: 1rem !important;
  }

  .aw_newsletter_wrapper {
    margin: 0 !important;
  }

  .aw_logo_language_wrapper {
    margin-top: 3rem !important;
  }
}

.headline-news {
  font-family: "Sora",Arial,sans-serif;
  font-weight: 700;
  font-style: normal; 
}

.text_overflow {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text_overflow_5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text_overflow_10 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.aw_pxsmall a {
  text-decoration: underline;
}
.aw_hero_module:has(.aw_video_playing)::before,
.wi_trail_mode_true:has(.aw_video_playing)::after,
.wi_trail_mode_false.aw_hero_module:not(.aw_full_width_video_module):after,
.wi_linear_gradient_false.aw_hero_module:not(.aw_full_width_video_module):before {
  display: none !important;
  z-index: 0;
}
section:has(.aw_hero_image_wrapper_true),
section:has(.wi_trail_mode_true) {
  margin-bottom: 5rem;
}
.aw_hero_module .aw_full_width_video_wrapper.aw_video_overlay:before {
  pointer-events: auto;
}

.aw_animate.slider::-webkit-slider-thumb {
  -webkit-animation: move-slider 1s cubic-bezier(0.39, 0.575, 0.565, 1) 400ms
    both;
  animation: move-slider 1s cubic-bezier(0.39, 0.575, 0.565, 1) 400ms both;
}

.aw_animate.slider::-moz-range-thumb {
  -webkit-animation: move-slider 1s cubic-bezier(0.39, 0.575, 0.565, 1) 200ms
    both;
  animation: move-slider 1s cubic-bezier(0.39, 0.575, 0.565, 1) 200ms both;
}

#abw_main_header .aw_donate>a {
  padding: 10px 20px;
}

@-webkit-keyframes move-slider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes move-slider {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slider {
  -webkit-appearance: none;
  background: #13735f;
  border: 2px solid #004432;
  border-left: 0;
  border-right: 0;
  height: 0;
  outline: none;
  transition: opacity 0.2s;
  z-index: 100;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #e6ce00;
  border: 9px solid #13735f;
  border-radius: 63px;
  cursor: pointer;
  height: 48px;
  width: 48px;
}

.slider::-moz-range-thumb {
  background: #e6ce00;
  border: 9px solid #13735f;
  border-radius: 63px;
  cursor: pointer;
  height: 48px;
  width: 48px;
}

.dropdown {
  display: inline-block;
  min-width: 320px;
}

.dropdown input[type=checkbox]+label:before {
  display: none;
}

.dropdown input[type=checkbox]+label:after {
  display: none;
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
  transform: scaleY(1);
}

.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
  transform: rotate(-135deg);
}

.dropdown__options-filter {
  width: 100%;
  cursor: pointer;
  padding-left: 0px !important;
  list-style-type: none !important;
  margin-bottom: 0px !important;
}
.dropdown__filter {
  position: relative;
  display: flex;
  padding: 0 0 5px 0px;
  color: darkgreen;
  background-color: transparent;
  transition: 0.3s;
  border-bottom: 3px solid darkgreen;
  list-style-type: none;
  margin: 0;
}

.dropdown__filter .dropdown__filter-selected {
  line-height: 42px;
  min-height: 30px;
  max-height: max-content;
}

.dropdown__filter::after, .dropdown__filter-area::after, .dropdown__filter-currency::after {
  position: absolute;
  top: 45%;
  right: 0px;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #595959;
  border-bottom: 2px solid #595959;
  transform: rotate(45deg) translateX(-45%);
  transition: 0.2s ease-in-out;
  color: darkgreen;
}
.dropdown__select {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin-top: 5px;
  transform: scaleY(0);
  transform-origin: bottom;
  font-weight: 300;
  transition: 0.2s ease-in-out;
  z-index: 2;
  list-style-type: none;
  border-radius: 6px;
}

.dropdown__select-option {
  padding: 20px;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  transition: 0.3s;
}

.dropdown__select-option:first-of-type {
  border-radius: 10px 10px 0 0;
}

.dropdown__select-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 10px 10px;
}

.dropdown__select-option:hover {
  background-color: #f9f9f9;
}

.donation-header {
  display: flex;
  justify-content: space-between;
}

.donation-header .dropdown__filter {
  border-bottom: none !important;
}

.donation-header .dropdown__filter:after {
  display: none !important;
}

.donation-header .dropdown__options-filter {
  margin: 0 !important;
}

.aw_container .text-input-unit {
  font-size: 24px;
  font-weight: 700;
  color: darkgreen;
  background: transparent;
  line-height: 30px;
  padding-right: 5px;
}

#abw_btn_wrapper a.aw_no_blur {
  pointer-events: unset;
  cursor: pointer;
}

@media (max-width: 700px) {
  .aw_hero_image_wrapper img {
    height: calc(100vh * 9 / 16);
    object-position: center;
    object-fit: cover;
  }

  .bg_dummy:hover {
    max-width: none !important;
    animation: shrinkMore 3s infinite alternate;
  }
}

@media (max-width: 400px) {
  .aw_hero_image_wrapper img {
    height: 100vh;
    max-height: 880px;
    object-position: center;
    object-fit: cover;
  }

  .aw_content_header_module img {
    height: 100vh;
    max-height: 50vh;
    object-position: center;
    object-fit: cover;
  }

  .bg_dummy:hover {
    max-width: none !important;
    animation: shrinkMoreMore 2s infinite alternate;
  }

  .aw_quote_person img
  {
    height: 88px !important;
  }
}

@keyframes shrink {
  0% {
    width: 100%;
  }

  100% {
    width: 150%;
    margin-left: -25%;
    padding: 25%;
  }
}

@keyframes shrinkMore {
  0% {
    width: 100%;
  }

  100% {
    width: 300%;
    margin-left: -100%;
    padding: 100%;
  }
}

@keyframes shrinkMoreMore {
  0% {
    width: 100%;
  }

  100% {
    width: 400%;
    margin-left: -150%;
    padding: 150%;
  }
}

.aw_btn.aw_text_btn,
.aw_btn {
  max-width: none !important;
}

.aw_btn>p {
  display: inline-block;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.hide_desktop_true {
  display: none;
}

@media only screen and (max-width: 900px) {
  .hide_desktop_true {
    display: block;
  }

  .hide_tablet_true {
    display: none;
  }

  /* .aw_container .aw_container .aw_contact_card .aw_contact_details {
    margin-left: 0px !important;
  } */
}

@media only screen and (max-width: 500px) {
  .hide_desktop_true {
    display: block;
  }

  .hide_tablet_true {
    display: block;
  }

  .hide_mobile_true {
    display: none;
  }
}

.bg_1_column_cta_animation h2 *,
.bg_2_column_cta_animation h2 * {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: inherit;
}

.bg_1_column_cta_animation,
.bg_2_column_cta_animation,
.bg_1_column_cta_animation:hover,
.bg_2_column_cta_animation:hover {
  background-repeat: no-repeat;
}

@media (max-width: 400px) {

  .bg_1_column_cta_animation,
  .bg_1_column_cta_animation:hover {
    background-position: bottom 50% left 40%;
  }

  .bg_2_column_cta_animation,
  .bg_2_column_cta_animation:hover {
    background-position: center;
  }

  .bg_1_column_cta_animation {
    background-size: 200% 200%;
    transition: background-size 2s ease-in-out !important;
  }

  .bg_1_column_cta_animation:hover {
    background-size: 220% 220%;
  }

  .bg_2_column_cta_animation {
    background-size: 160% 160%;
    transition: background-size 2s ease-in-out !important;
  }

  .bg_2_column_cta_animation:hover {
    background-size: 170% 170%;
  }
}

@media (min-width: 400.98px) and (max-width: 700px) {

  .bg_1_column_cta_animation,
  .bg_1_column_cta_animation:hover {
    background-position: center;
  }

  .bg_1_column_cta_animation {
    background-size: 185% 115%;
    transition: background-size 2s ease-in-out !important;
  }

  .bg_1_column_cta_animation:hover {
    background-size: 200% 125%;
  }

  .bg_2_column_cta_animation,
  .bg_2_column_cta_animation:hover {
    background-position: center top;
  }

  .bg_2_column_cta_animation {
    background-size: 100%;
    transition: background-size 2s ease-in-out !important;
  }

  .bg_2_column_cta_animation:hover {
    background-size: 110%;
  }
}

@media (min-width: 700.98px) {

  .bg_1_column_cta_animation,
  .bg_1_column_cta_animation:hover {
    background-position: center;
  }

  .bg_1_column_cta_animation {
    background-size: 105% 105%;
    transition: background-size 2s ease-in-out !important;
  }

  .bg_1_column_cta_animation:hover {
    background-size: 130% 130%;
  }

  .bg_2_column_cta_animation,
  .bg_2_column_cta_animation:hover {
    background-position: center top;
  }

  .bg_2_column_cta_animation {
    background-size: 125%;
    transition: background-size 2s ease-in-out !important;
  }

  .bg_2_column_cta_animation:hover {
    background-size: 135%;
  }
}

.wi_align_left_true {
  display: none !important;
}

.wi_align_left_false {
  display: inline-block !important;
}

.splide__list {
  height: auto;
}

.tooltip-copy .tooltiptext-copy::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip-copy:hover .tooltiptext-copy {
  visibility: visible !important;
  opacity: 1 !important;
}

.donation-example-slider p {
  color: #fff important;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.picture-cta p {
  color: #333 !important;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.quote-block p,
.aw_checkmark_list>li>p,
.aw_contact_details .aw_p>p,
.aw_rich_text p, h5 p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0 !important;
}

.aw_static_donation_teaser_module .h5>p {
  font-size: inherit;
  color: inherit;
  margin: 0px;
}

.wi_grid_align_left_false {
  order: 1;
}

.wi_hero_video {
  width: 100%;
  height: 100vh;
  position: relative;
}

.wi_hero_video video {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.wi_hero_video .wi_hero_video_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}

.wi_hero_video .aw_hero_content {
  box-sizing: border-box !important;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8rem 1.5rem;
  margin: 0 auto;
  z-index: 99;
}

.donation-header-actions .converter-buttons {
  background: #ffffff;
  border-radius: 16px;
  display: flex;
  padding: 2px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.donation-header-actions .converter-buttons .btn-converter {
  color: #13735f;
  padding: 0 5px;
  position: relative;
}

.converter-buttons .vertical-bar-enabled::before {
  border-right: 2px solid #ababab;
  content: "";
  height: 70%;
  position: absolute;
  right: 0;
  top: 15%;
  width: 50%;
}

.converter-buttons .p-dropdown {
  border: none !important;
  border-radius: 16px;
  font-family: Sora, sans-serif;
  font-weight: 700;
}

.converter-buttons .p-dropdown {
  cursor: pointer;
  display: inline-flex;
}

.converter-buttons .p-dropdown .p-dropdown-label {
  color: #13735f;
  font-size: 18px;
}

.converter-buttons .p-inputtext {
  padding: 5px;
}

.aw_container .input-inline {
  display: inline-block;
}

.aw_container .input-inline input {
  background-color: transparent;
  border: none;
  font-size: 24px;
  font-weight: 700;
  color: darkgreen;
  width: 100px;
  font-family: 'Lato', sans-serif;
  padding: 0;
  margin: 0;
  text-align: right;
  border-bottom: 3px solid darkgreen;
  border-radius: 0;
}

.aw_container .dropdown__filter .dropdown__filter-selected {
  font-size: 24px;
}

.aw_container .dropdown__filter .dropdown__select {
  font-size: 20px;
}

.headline-not-found {
  font-size: 45px;
  margin: 10px auto;
  max-width: 1100px;
}

.title-press-container:hover,
.title-news-container:hover {
  text-decoration: none !important;
}

@media (max-width: 540px) {
  .headline-not-found {
    font-size: 30px !important;
  }

  .background_image_person {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.aw_btn_menu p,
.aw_icon_gift p {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .aw_native_slider .aw_native_slider__list {
    grid-auto-columns: 100% !important;
  }
}

.aw_card_body .hover-no-underline {
  text-decoration: none !important;
}

.aw_card_body .hover-no-underline:hover {
  text-decoration: underline solid #004432 !important;
}

.text_overflow_5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.BeaconFabButtonFrame--left {
  left: 12px !important;
  bottom: 12px !important;
}

.converter-description {
  font-size: 24px;
  line-height: 50px;
}

.btn-converter-container {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 40px;
  margin-top: 20px
}

.aw_custom_footer_select option { 
  color: black; 
}

.goal-item {
  width: 27%;
}

.goal-item .goal-title {
  font-family: Sora;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
}

.goal-item .goal-label {
  font-family: Lato;
  font-size: 16px;
  color: #999999;
}

.vertical-line {
  width: 1px;
  background: #d9d9d9;
}

.goal_container .aw_rich_text:not(.aw_goal_name) {
  font-size: 18px;
  font-family: Lato;
}

.aw_goal_image {
  position: relative;
}

.aw_goal_image .aw_goal_target {
  position: absolute;
  bottom: -16px;
  right: 40px;
  background: #15735f;
  color: white;
  font-weight: 700;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 8px;
}

.goal_container .h1 p, 
.goal_container .h2 p, 
.goal_container .h3 p, 
.goal_container .h4 p, 
.goal_container .h5 p {
  font-size: inherit!important;
}

.block_statis_code_realtime .aw_container .hide_basic_statistics_false:nth-child(-n+3) {
  display: block;
}

.block_statis_code_realtime .aw_container .hide_basic_statistics_true:nth-child(-n+3) {
  display: none;
}

.block_statis_code_realtime .aw_container .hide_subscription_statistics_false:nth-last-child(-n+3) {
  display: block;
}

.block_statis_code_realtime .aw_container .hide_subscription_statistics_true:nth-last-child(-n+3) {
  display: none;
}

.block_statis_realtime .aw_container .hide_basic_statistics_false:nth-child(-n+3) {
  display: block;
}

.block_statis_realtime .aw_container .hide_basic_statistics_true:nth-child(-n+3) {
  display: none;
}

.block_statis_realtime .aw_container .hide_subscription_statistics_false:nth-last-child(-n+3) {
  display: block;
}

.block_statis_realtime .aw_container .hide_subscription_statistics_true:nth-last-child(-n+3) {
  display: none;
}

.aw_visible_true {
  visibility: hidden;
}

.aw_visible_false {
  visibility: visible;
}

.aw_latest_donors .aw_card img {
  height: 10.5rem;
  aspect-ratio: 16/10.5;
}

.block_statis_goal_realtime .aw_native_slider {
  max-width: 70em;
  margin: auto;
}

.block_statis_goal_realtime .aw_native_slider .aw_native_slider__list {
  padding: 0 0 2rem 0 !important;
  grid-auto-columns: calc(100%/3 - 0.5rem);
}

/* .block_statis_goal_realtime .aw_pagination_container .aw_native_slider__pagination li:nth-child(2), */
.block_statis_goal_realtime .aw_pagination_container .aw_native_slider__pagination li:nth-child(1) {
  display: none;
}
.block_statis_goal_realtime .aw_pagination_container .aw_native_slider__pagination li:last-child {
  display: none;
}

.block_statis_goal_realtime .aw_pagination_container .aw_native_slider__pagination li:after {
  background: #13735F;
}

.block_statis_goal_realtime .aw_rich_text p {
  color: inherit!important;

}

.block_statis_goal_realtime .aw_rich_text p strong {
  color: #13735F!important;
}

.block_statis_goal_realtime [class*='bg_']:not(.bg_green_light):not(.no_color_change) .aw_btn.aw_primary:hover {
  color: #fff!important;
  background: #13735F!important;
  border-color: #13735F!important;
}

.aw_goal_des p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: pre-wrap;
}

.aw_donation_teaser {
  position: relative;
}

.aw_donation_teaser .aw_goal_des {
  height: 220px !important;
  max-height: 220px !important;
  overflow: auto;
}

.aw_donation_teaser .aw_goal_button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.aw_donation_teaser, .aw_native_slider__slide .aw_container {
  height: 100%;
}

.aw_goal_name {
  font-size: 24px!important;
}

.goal-completed .aw_progress_indicator {
  background: #13735F!important;
}

.goal-completed .aw_goal_link {
  display: none!important;
}

.block_statis_goal_realtime.aw_block_goal_no_1 .aw_native_slider .aw_native_slider__list {
  grid-auto-columns: calc(200%/3 - 0.5rem);
}

.block_statis_goal_realtime.aw_block_goal_no_2 .aw_native_slider .aw_native_slider__list {
  grid-auto-columns: calc(50% - 0.5rem);
}

a.aw_btn.aw_special_green.link_mode_hide_false:hover {
  background-color: #13735F !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
}

a.aw_btn.aw_special_green.blank_mode_true:hover {
  background-color: #13735F !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
}

/* a.aw_btn.aw_secondary.link_mode_hide_false:hover {
  background-color: #FFFFFF !important;
  color: #13735F !important;
  border-color: #FFFFFF !important;
}

a.aw_btn.aw_secondary.blank_mode_true:hover {
  background-color: #FFFFFF !important;
  color: #13735F !important;
  border-color: #FFFFFF !important;
} */

.block_statis_realtime .aw_stat, .aw_facts_module .aw_stat {
  font-size: 48px !important;
}

.aw_full_width_video_wrapper.aw_video_overlay:before {
  z-index: 100!important;
}

.aw_native_slider__list {
  overflow-y: hidden!important;
  outline: none;
}

.CybotCookiebotDialogContentWrapper input[type="checkbox"] {
  display: inline-block;
}

.aw_insta_feed_module img {
  object-fit: cover;
  object-position: center;
}

.aw_overview_container .aw_overview_img {
  object-fit: cover;
  object-position: center;
  height: 300px;
}

.aw_cta_project_slider_module .aw_slider_img_wrapper img {
  height: 550px;
  object-fit: cover;
  object-position: center;
}

.aw_cta_fullwidth_image_module img {
  max-height: 500px;
  object-fit: cover;
  object-position: center;
}

.aw_hero_module video.aw_video_fullwidth {
  height: calc(100vh - 87px) !important;
}

.bg_blur {
  background: rgba(51, 51, 51, 0.7);
}

.aw_step_8_module .aw_grid_item {
  position: relative;
  opacity: 0;
  max-height: 420px;
  overflow: hidden;
  transition: margin-top 0.5s, opacity 2s;
}

.aw_step_8_module .aw_grid_item p {
  font-size: 16px;
  word-wrap: normal;
}

.aw_step_8_module .aw_grid_item .h4 {
  font-size: 24px;
}

.aw_step_8_module .aw_grid_item_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.aw_step_8_module .aw_grid_item_bg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.aw_step_8_module .aw_grid_item_content {
  width: 100%;
  height: 100%;
}

.aw_step_8_module .aw_grid_wrapper {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(min(1rem, 100%), 1fr));
}

.aw_step_8_module .aw_grid_item:nth-child(1), .aw_grid_item:nth-child(5) { margin-top: 150px }
.aw_step_8_module .aw_grid_item:nth-child(2), .aw_grid_item:nth-child(6) { margin-top : 200px }
.aw_step_8_module .aw_grid_item:nth-child(3), .aw_grid_item:nth-child(7) { margin-top : 250px }
.aw_step_8_module .aw_grid_item:nth-child(4), .aw_grid_item:nth-child(8) { margin-top : 300px }

.aw_footer__donation_ticker>div .aw_ticker_items {
  animation: ticker 40s linear infinite;
}

@media (prefers-reduced-motion: no-preference) {
  .aw_step_8_module .aw_grid_wrapper.aw_grid_item_animation .aw_grid_item {
    transform: none;
    opacity: 1;
    margin-top: 0;
  }
}

@media (max-width: 63.74em) {
  .aw_container:not(.aw_quote_module) .aw_row .col_8md {
    grid-column: span 8 !important;
  }

  .wi_grid_align_left_false {
    order: 0;
  }

  .aw_step_8_module .aw_grid_wrapper {
    grid-template-columns: repeat(2, minmax(min(1rem, 100%), 1fr));
  }

  .aw_step_8_module .aw_grid_item {
    transition: none;
    min-height: 285px;
  }
}

@media (min-width: 30.125em) {
  .wi_hero_video .aw_hero_content {
    max-width: 1120px;
  }
}

@media (max-width: 44.99em) {
  .aw_latest_donors .aw_card {
    display: flex;
    align-items: center;
  }

  .aw_latest_donors .aw_card img {
    min-height: 6.5rem;
    height: 100%;
    width: 40%;
    aspect-ratio: unset;
  }

  .block_statis_goal_realtime .aw_pagination_container .aw_native_slider__pagination li:nth-child(1) {
    display: list-item;
  }

  .block_statis_goal_realtime .aw_pagination_container .aw_native_slider__pagination li:last-child {
    display: list-item;
  }

  .block_statis_goal_realtime.aw_block_goal_no_1 .aw_native_slider .aw_native_slider__list,
    .block_statis_goal_realtime.aw_block_goal_no_2 .aw_native_slider .aw_native_slider__list{
      grid-auto-columns: calc(50% - 0.5rem);
  }

  .block_statis_realtime .aw_stat, .aw_facts_module .aw_stat {
    font-size: 40px !important;
  }

  .aw_overview_container .aw_overview_img {
    height: 210px;
  }

  .aw_cta_project_slider_module .aw_slider_img_wrapper img {
    height: 370px;
  }

  .aw_step_8_module .aw_grid_wrapper {
    grid-template-columns: repeat(1, minmax(min(1rem, 100%), 1fr));
  }

  .aw_step_8_module.aw_container:not(.aw_full_width) {
    padding: 0;
  }
}

@media (max-width: 576px) {
  .dropdown__select-option {
    font-size: 15px;
    padding: 10px;
  }

  .converter-description,
  .aw_container .dropdown__filter .dropdown__filter-selected {
    font-size: 17px;
  }

  .btn-converter-container {
    justify-content: center;
  }
}

@media (max-width: 30.115em) {
  .aw_cta_fullwidth_image_module img {
    height: 210px;
  }

  .aw_quote_module.aw_quote_large .aw_image_wrapper img {
    max-width: 80%!important;
  }

  .aw_cta_project_slider_module .aw_slider_img_wrapper img {
    height: 210px;
  }

  .aw_footer__sponsors .aw_row .col_2 {
    width: 100%;
  }
}

.aw_menu_item a:hover, .aw_menu_item a:hover div.aw_rich_text:not(.hover-no-underline) {
      text-decoration: underline;
}

.aw_footer__sponsors .aw_row img {
  height: 80px!important;
}

header + section {
  margin-top: 80px;
}

.aw_static_donation_teaser_module a.aw_btn.aw_secondary, a.aw_btn.aw_text_btn.white {
  color: white;
}

a.aw_btn.aw_text_btn.white:hover {
  color: #004432;
}

a.aw_btn.aw_primary.bg_transparent {
  background: transparent;
}

.aw_no_underline {
  text-decoration: none;
}

.aw_native_slider__pagination, .aw_native_slider__list {
  margin: 0;
}

.image_thumbnail {
  object-fit: cover;
  object-position: center;
  min-height: 352px;
  min-width:352px;
  background:#dcdcdc;
}

.image_preview {
  max-height: calc(90vh - 80px);
  object-fit: cover;
  object-position: center;
}

.block_one_euro svg {
  width: 980px;
}

@media (max-width: 63.74em) {
  .block_one_euro svg {
    width: 100%;
  }
}

[class$=_charttext] {
  pointer-events: none;
}

.block_one_euro svg .cent18, 
.block_one_euro svg .cent18_mobile, 
.block_one_euro svg .cent19, 
.block_one_euro svg .cent19_mobile, 
.block_one_euro svg .cent20,
.block_one_euro svg .cent20_mobile, 
.block_one_euro svg .cent38, 
.block_one_euro svg .cent38_mobile, 
.block_one_euro svg .cent5,
.block_one_euro svg .cent5_mobile {
    transition: ease-in-out all 220ms;
    cursor: pointer;
}

.block_one_euro svg .cent18:hover, 
.block_one_euro svg .cent18_mobile:hover, 
.block_one_euro svg .cent19:hover, 
.block_one_euro svg .cent19_mobile:hover, 
.block_one_euro svg .cent20:hover, 
.block_one_euro svg .cent20_mobile:hover, 
.block_one_euro svg .cent38:hover, 
.block_one_euro svg .cent38_mobile:hover, 
.block_one_euro svg .cent5:hover,
.block_one_euro svg .cent5_mobile:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.block_one_euro svg .content_one_block {
  display: block;
  pointer-events: none;
}

.block_one_euro svg .euro_chart_overlay {
  pointer-events: none;
}

.block_one_euro svg .content_one_block .content_container {
  top: 50%;
  left: 20%;
  height: 100%;
  text-align: left;
  width: 60%;
  display: block;
  margin: auto;
  padding-top: 720px;
}

.block_one_euro svg .euro_chart_label19 .content_one_block .content_container .label_one_block, 
.block_one_euro svg .euro_chart_label38 .content_one_block .content_container .label_one_block {
  color: #13735f;
}

.block_one_euro svg .content_one_block .content_container .label_one_block {
  color: #d43a30;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 15px;
  display: block;
  font-family: 'Sora';
}

.block_one_euro svg .content_one_block .content_container .title_one_block {
  color: #004432;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  padding-bottom: 15px;
  display: block;
  font-family: 'Lato';
}

.block_one_euro svg .content_one_block .content_container .des_one_block {
  color: #333233;
  font-size: 24px;
  line-height: 32px;
  display: block;
  font-family: 'Lato';
}

.block_one_euro {
  position: relative;
  margin-top: 3rem;
}

.euro_headline {
  display: flex;
  margin-top: 6rem !important;
  justify-content: space-between;
  padding-top: 10px;
}

.euro_headline_title {
  display: flex;
  justify-content: center;
}

.euro_headline_note {
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 700;
  line-height: 16px;
}

.euro_headline_subtitle {
  font-size: 47px;
  font-weight: 700;
  font-family: 'Sora';
  line-height: 47px;
}

.euro_headline_large {
  font-size: 180px;
  font-weight: 700;
  font-family: 'Sora';
  line-height: 150px;
  display: flex;
}

.euro_headline_large .asterix {
  font-size: 55px;
  line-height: 0;
  margin-top: 20px;
  margin-left: 15px;
}

.cls-euro-4 {
    stroke-linecap: round;
    stroke-width: 2.5px;
    stroke: #8acbc1;
}

.euro_headline_medium {
  font-size: 70px;
  font-weight: 700;
  font-family: 'Sora';
  line-height: 80px;
  display: flex;
  flex-direction: column-reverse;
  margin-left: -20px;
}

.euro_headline_right .euro_headline_content {
  font-family: 'Lato';
  font-size: 36px;
  line-height: 50px;
  font-style: italic;
  color: #8acbc1;
  border-bottom: 1px solid #8acbc1;
}

.euro_headline_right .euro_headline_content sup {
  font-size: 0.4em;
  top: -0.9rem;
  font-family: 'Lato';
}

.euro_headline .euro_arrow {
  display: flex;
  padding-bottom: 5rem;
  align-items: center;
}

.euro_headline .euro_arrow .euro_arrow_icon {
  width: fit-content;
  height: fit-content;
}

.euro_arrow .euro_arrow_mobile {
  display: none;
}

.euro_headline .euro_arrow svg {
  width: 72px !important; 
}

.euro_headline_right_note .line_content_right {
  display: flex;
  align-items: baseline;
  margin-left: 12px
}

.euro_headline_right_note .line_content_right .line_content {
  width: 30px;
  height: 1px;
  margin-right: 10px;
}

.euro_headline_right_note .line_content_right .text {
  font-size: 12px;
  font-family: 'Lato';
}

.euro_headline_right_note .line_content_right .blue_line {
  border: 1px solid #13735f;
}

.euro_headline_right_note .line_content_right .red_line {
  border: 1px solid #d43a30;
}

.euro_headline_bottom_note {
 
  display: none;
}

@media (max-width: 700px) { 

  .euro_headline {
    display: block !important;
    margin-top: 0 !important;
  }

  .euro_headline_bottom_note {
    display: block !important;
    position: absolute;
    right: 5%;
    bottom: 1%;
  }

  .euro_headline_content_right_note {
    display: none !important;
  }

  .euro_headline .euro_arrow {
    justify-content: flex-end;
    padding-right: 10rem;
    padding-bottom: 1rem !important;
  }

  .euro_headline .euro_arrow svg {
    width: 60px !important;
  }

  .euro_arrow .euro_arrow_desktop {
    display: none !important;
  }

  .euro_arrow .euro_arrow_mobile {
    display: block !important;
  }

  .euro_headline .euro_headline_right {
    text-align: right;
    padding-right: 4rem;
    display: flex;
    justify-content: flex-end;
  }
}

.aw_code_redemption_module .redeem_btn_a:hover {
  color: #13735f!important;
  background: white!important;
  border-color: white!important;
}