@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.slide-enter-active,
.slide-leave-active {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.slide-enter-active > .slide-inner,
.slide-leave-active > .slide-inner {
  overflow: hidden;
}
.slide-enter-to,
.slide-leave-from {
  grid-template-rows: 1fr;
}
.vcard {
  z-index: 5;
  position: relative;
  background: #FFFFFF;
  padding: 30px 1em;
  margin: 0 auto;
}
.vcard .hide-mobile {
  display: none;
}
.vcard .hide-desktop {
  display: block;
}
.vcard__breadcrumb {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: inline-block;
  height: 2.07692308em;
  padding: 0 0.76923077em;
  line-height: 2.35em;
  color: #FFFFFF;
  background-color: rgba(42, 42, 42, 0.8);
  float: left;
}
.vcard__breadcrumb a {
  color: #FFFFFF;
  line-height: 1;
  vertical-align: middle;
}
.vcard__subtitle {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  margin-bottom: 50px;
}
.vcard__image img {
  margin: 0 auto;
}
.vcard__image--teaser {
  margin: 0 -15px 30px;
}
.vcard__fact {
  margin-top: 20px;
  font-size: 18px;
}
.vcard__fact-title {
  font-size: 15px;
  font-weight: 600;
}
.vcard__fact-icon-link:hover {
  text-decoration: none;
}
.vcard__fact-icon {
  top: -1px;
  margin-right: 5px;
}
.vcard__fact-link:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .vcard__hide-mobile {
    display: none;
  }
  .is-open .vcard__hide-mobile {
    display: block;
  }
}
@media (min-width: 640px) {
  .vcard {
    margin-top: 0;
  }
  .vcard__subtitle {
    margin-bottom: 30px;
  }
  .vcard__image--teaser {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 940px) {
  .vcard {
    padding: 30px;
  }
  .vcard .hide-mobile {
    display: block;
  }
  .vcard .hide-desktop {
    display: none;
  }
  .vcard--rounded {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .vcard--wide {
    max-width: 1020px;
  }
}
.pinboard-entry .filter-content,
.pinboard-entry .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  background: #FFFFFF;
  padding-bottom: 0.5rem;
  border: 2px solid #304b50;
  border-radius: 6px;
  will-change: transform, opacity;
}
.pinboard-entry .filter-content.in,
.pinboard-entry .dropdown-menu.in {
  display: block;
}
.pinboard-entry .filter-content .value,
.pinboard-entry .dropdown-menu .value {
  display: block;
  padding: 0.5rem 30px;
  color: #304b50;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pinboard-entry .filter-content .value .caption,
.pinboard-entry .dropdown-menu .value .caption {
  line-height: 1;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
.pinboard-entry .filter-content .value:hover,
.pinboard-entry .dropdown-menu .value:hover,
.pinboard-entry .filter-content .value:active,
.pinboard-entry .dropdown-menu .value:active,
.pinboard-entry .filter-content .value:focus,
.pinboard-entry .dropdown-menu .value:focus {
  background: #F5F5F5;
  color: #304b50;
  text-decoration: none;
}
.pinboard-entry .filter-content .value.current,
.pinboard-entry .dropdown-menu .value.current {
  color: #238C87;
}
.pinboard-entry .filter-content.filter-content-loop,
.pinboard-entry .dropdown-menu.filter-content-loop {
  width: 600px;
}
.pinboard-entry .filter-content.filter-content-loop .col,
.pinboard-entry .dropdown-menu.filter-content-loop .col {
  float: left;
  width: 33.333333%;
  padding-right: 7.5px;
}
.pinboard-entry .filter-content.filter-content-loop .col:first-child,
.pinboard-entry .dropdown-menu.filter-content-loop .col:first-child {
  padding-left: 7.5px;
}
.pinboard-entry .filter-content.filter-content-loop .col .value,
.pinboard-entry .dropdown-menu.filter-content-loop .col .value {
  padding-left: 22.5px;
  padding-right: 7.5px;
}
.pinboard-entry .filter-content .headline,
.pinboard-entry .dropdown-menu .headline {
  display: block;
  padding: 0.5rem 30px;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
  color: #304b50;
}
.pinboard-entry .filter-content .headline[data-toggle=collapse],
.pinboard-entry .dropdown-menu .headline[data-toggle=collapse] {
  cursor: pointer;
}
.pinboard-entry .filter-content .results-filter .search__input,
.pinboard-entry .dropdown-menu .results-filter .search__input {
  padding: 0.5rem 22.5px 7.5px;
  height: 2.5rem;
  margin-top: -1px;
}
.expander-btn {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: normal;
  padding: 0.66666667em 0;
}
.expander-btn,
.expander-btn:focus,
.expander-btn:hover {
  color: #5dd382;
  text-decoration: none;
}
.expander-btn.is-active .expander-btn__icon {
  transform: scale(1, -1);
}
.expander-btn.is-active .expander-btn__caption--active {
  display: none;
}
.expander-btn.is-active .expander-btn__caption--inactive {
  display: inline;
}
.expander-btn__caption--inactive {
  display: none;
}
.expander-btn__icon {
  transition: transform 0.3s ease-in-out;
  position: relative;
  top: 0;
  margin-left: 2px;
}
.campaign-circle {
  display: inline-block;
  border-radius: 50%;
  background-color: #5dd382;
  overflow: hidden;
  position: relative;
}
.campaign-circle:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
}
.campaign-circle--xs {
  width: 30px;
  height: 30px;
}
.campaign-circle--s {
  width: 40px;
  height: 40px;
}
.campaign-circle--xl {
  width: 165px;
  height: 165px;
}
.sharer {
  display: flex;
  flex-direction: column;
}
.sharer__item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sharer__item + .sharer__item {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #c1c1c1;
}
.sharer__item:hover {
  text-decoration: none;
}
.sharer__title {
  margin-left: 10px;
  font-size: 18px;
  line-height: normal;
}
.sharer__icon {
  margin-left: auto;
}
.icon-btn {
  display: inline-flex;
  padding: 10px;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  transition: background 0.2s linear;
}
.icon-btn + .icon-btn {
  margin-left: 10px;
}
.icon-btn:hover,
.icon-btn:focus,
.icon-btn:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.icon-btn--borderless {
  border: 1px solid transparent;
}
.icon-btn--vspaced.icon-btn--vspaced {
  margin: 0 5px 10px;
}
.icon-btn__icon {
  display: block;
  top: 0;
}
.btns-block {
  display: flex;
  margin-bottom: 30px;
}
.btns-block__btn + .btns-block__btn {
  margin-left: 10px;
}
.btns-block__btn--big {
  flex-grow: 1;
}
.btns-block__text {
  display: none;
}
.btns-block__icon {
  width: 16px;
  height: 16px;
  top: -1px;
}
.btns-block__icon--bell {
  width: 22px;
  height: 22px;
  animation: dingdong 5s 0s ease-in-out 1;
  transform-origin: 50% top;
}
@media (min-width: 768px) {
  .btns-block {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .btns-block__btn {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .btns-block__btn.btns-block__btn {
    margin-left: 0;
  }
  .btns-block__btn--big {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .btns-block__text {
    display: inline;
  }
  .btns-block__icon {
    display: none;
  }
}
@keyframes dingdong {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.stats {
  display: flex;
  flex-wrap: nowrap;
  margin: -15px;
}
.stats--centered {
  justify-content: center;
}
.stats__item {
  display: flex;
  padding: 15px;
}
.stats--thirds-left .stats__item:not(:only-child) {
  flex-basis: auto;
  max-width: 50%;
}
.stats__item--right {
  flex-grow: 1;
  justify-content: flex-end;
  text-align: right;
}
.stats__icon {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  fill: #e4e4e4;
  color: #e4e4e4;
}
.stats__value,
.stats__caption {
  display: block;
}
.stats__value {
  font-size: 28px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
.stats__value--sdg {
  display: flex;
}
.stats__caption {
  margin-top: 0.2em;
  margin-bottom: -0.2em;
  line-height: 1.1;
}
.stats--l .stats__icon {
  width: 52px;
  height: 52px;
}
.stats--l .stats__value {
  font-size: 32px;
}
.stats--l .stats__caption {
  font-size: 15px;
}
@media (min-width: 940px) {
  .stats--centered .stats__item {
    margin-left: 30px;
    margin-right: 30px;
  }
  .stats--thirds-left .stats__item:first-child {
    flex-basis: 37.5%;
  }
}
@media (max-width: 767px) {
  .stats {
    margin-left: -3px;
    margin-right: -3px;
  }
  .stats__item {
    padding-left: 3px;
    padding-right: 3px;
    flex-basis: 33.3333%;
  }
  .stats:not(.stats--thirds-left) .stats__item {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .stats__item > div {
    max-width: 100%;
  }
  .stats__item--supporter {
    padding-left: 20px;
  }
  .stats__value--sdg {
    height: 72px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .stats__icon {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .stats__value {
    font-size: 22px;
  }
  .stats__caption {
    font-size: 13px;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
.starter-quote {
  text-align: center;
  margin: 80px auto;
  max-width: 450px;
}
.starter-quote__logo {
  height: 100px;
}
.starter-quote__quote {
  margin: 0 0 120px;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
.starter-quote__quote:before {
  content: "\201e";
}
.starter-quote__quote:after {
  content: "\201c";
}
.starter-quote__avatar {
  display: inline-block;
  margin-bottom: 15px;
}
.starter-quote__small {
  display: block;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .starter-quote {
    margin-bottom: 10px;
    padding-bottom: 40px;
  }
}
.text-link {
  color: #5dd382;
  overflow-wrap: break-word;
  transition: color 0.2s ease-out;
  font-weight: 600;
  letter-spacing: normal;
}
.text-link:focus,
.text-link:hover {
  color: #2b9f4f;
  text-decoration: none;
}
.text-link.text-link {
  font-weight: 600;
}
.text-link__icon {
  top: -1px;
  transition: all 0.3s ease-in-out;
}
.text-link:hover .text-link__icon,
.text-link:focus .text-link__icon {
  fill: #2b9f4f;
}
.text-link__icon--spaced {
  margin-left: 3px;
}
.text-link--large {
  font-size: 18px;
}
.text-link--white,
.text-link--white:hover {
  color: #FFFFFF;
}
.text-link--white:hover {
  text-decoration: underline;
}
.text-link--white:hover .text-link__icon,
.text-link--white:focus .text-link__icon {
  fill: #FFFFFF;
}
.text-link--breakall {
  word-break: break-all;
}
.slider-btn {
  border-radius: 0;
  border: 1px solid #e4e4e4;
  padding: 8px 12px;
  background: transparent;
  height: 44px;
}
.slider-btn:hover,
.slider-btn:focus {
  outline: none;
}
.partner {
  background-color: #FFFFFF;
  position: relative;
}
.partner:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
  z-index: 1;
}
.partner:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
  z-index: 1;
}
.partner__logo {
  padding: 35px;
  height: 250px;
}
.partner__logo > a {
  height: 100%;
}
.partner__logo.partner__logo img {
  width: auto;
}
.partner__text {
  padding: 25px;
}
.partner__title {
  margin: 0;
  font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  color: #304b50;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 1.33333333;
  margin-top: 0;
}
.partner__title small,
.partner__title .small {
  font-weight: normal;
  line-height: 1;
  color: #a1a1a1;
}
strong.partner__title {
  display: block;
}
.partner__title small,
.partner__title .small {
  font-size: 75%;
}
.partner--flat:after {
  content: none;
}
@media (min-width: 940px) {
  .partner {
    display: flex;
    flex: none;
    margin-bottom: 30px;
    margin-right: 10px;
  }
  .partner__logo {
    flex: none;
    width: 340px;
    height: 340px;
    max-height: none;
  }
  .partner__text {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .partner__title {
    margin: 0;
    font-family: 'PFDIN', 'PFDIN-fallback', 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.25;
    color: #304b50;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.22222222;
    letter-spacing: normal;
  }
  .partner__title small,
  .partner__title .small {
    font-weight: normal;
    line-height: 1;
    color: #a1a1a1;
  }
  strong.partner__title {
    display: block;
  }
  .partner__title small,
  .partner__title .small {
    font-size: 65%;
  }
}
.mobile-scroller--mini {
  margin-left: -7.5px;
}
.mobile-scroller--mini .mobile-scroller__item {
  padding-left: 7.5px;
  padding-right: 7.5px;
  box-sizing: content-box;
}
.mobile-scroller.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  z-index: 4;
  background-color: #FFFFFF;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}
.mobile-scroller.is-sticky.is-visible {
  transform: translateY(0);
}
.mobile-scroller.is-sticky + * {
  padding-top: 49px;
}
@media (min-width: 640px) and (max-width: 939px) {
  .mobile-scroller--first-double[data-items="3"] .mobile-scroller__item {
    width: 295px;
  }
}
@media (min-width: 940px) {
  [data-items="3"]:not(.swiper-container-initialized) .mobile-scroller__item {
    width: calc(33% - 17px);
  }
  .mobile-scroller--first-double[data-items="3"] .mobile-scroller__item:first-child {
    width: calc(67% - 13px) !important;
  }
  .mobile-scroller__dots {
    margin-top: 0;
  }
}
@media (max-width: 939px) {
  .mobile-scroller {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .mobile-scroller::-webkit-scrollbar {
    display: none;
  }
  .mobile-scroller.mobile-scroller {
    width: auto;
  }
  .mobile-scroller .swiper-wrapper {
    width: auto;
  }
  .mobile-scroller__item {
    max-width: 42.5vw;
    width: 320px;
    height: auto;
    flex: none;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: content-box;
  }
  .mobile-scroller--mini {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .mobile-scroller--mini .mobile-scroller__item {
    width: 160px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    max-width: calc(50vw -  30px);
  }
  .mobile-scroller--mini .mobile-scroller__item:first-child:nth-last-child(2),
  .mobile-scroller--mini .mobile-scroller__item:first-child:nth-last-child(2) ~ .mobile-scroller__item {
    max-width: calc(50% - (30px / 2));
  }
  .mobile-scroller--sdg {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-scroller--sdg .mobile-scroller__item {
    margin-right: 5px;
  }
  .mobile-scroller--sdg .mobile-scroller__item.mobile-scroller__item {
    padding: 0;
  }
  .mobile-scroller--sdg .mobile-scroller__item:first-child {
    margin-left: 10px;
  }
  .mobile-scroller--sdg .mobile-scroller__item:last-child {
    margin-right: 10px;
  }
}
@media (max-width: 639px) {
  .mobile-scroller__item {
    max-width: 85vw;
  }
  .mobile-scroller__item:not(:last-child) {
    padding-right: 5px;
  }
  .mobile-scroller__item:only-child {
    max-width: calc(100% -  30px);
  }
  .mobile-scroller--fullwidth {
    padding: 0 15px;
  }
}
@media (max-width: 939px) {
  .mobile-scroller__item--small {
    max-width: 50vw;
  }
}
@media (max-width: 939px) and (min-width: 480px) {
  .mobile-scroller__item--small {
    max-width: 35vw;
  }
}
@media (max-width: 939px) and (min-width: 768px) {
  .mobile-scroller__item--small {
    max-width: 25vw;
  }
}
.square-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.square-logo:before {
  content: ' ';
  float: left;
  padding-top: 100%;
}
.square-logo__img {
  max-width: 100%;
  max-height: 100%;
}
.more-circle {
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.author {
  font-size: 15px;
  display: flex;
  align-items: center;
}
.author a {
  color: inherit !important;
}
.author a:hover {
  text-decoration: none;
}
.author__info,
.author__image {
  display: inline-block;
  vertical-align: middle;
}
.author__info {
  text-align: left;
  color: #6d8083;
}
.author__info__name {
  color: #304b50;
  font-weight: 600;
  display: block;
}
.author__image {
  font-size: 15px;
  margin-right: 0.66666667em;
  background: #F5F5F5;
  width: 50px;
  height: 50px;
}
@media (min-width: 640px) {
  .author__image {
    width: 60px;
    height: 60px;
  }
}
.author__image[src=""] {
  content: "";
}
.author__image--sm {
  width: 40px;
  height: 40px;
}
.author__image--xs {
  width: 30px;
  height: 30px;
}
@media (max-width: 639px) {
  .author__image--xs {
    margin-right: 0.33333333em;
  }
}
.campaign-box {
  background-color: #FFFFFF;
  padding: 30px 20px;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 15px;
  border-radius: 3px;
  overflow: hidden;
}
.campaign-box {
  aspect-ratio: 0.5625;
}
.campaign-box__title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 13px;
  height: 78px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.campaign-box__title > a {
  max-width: 270px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.campaign-box__claim {
  line-height: 1.3;
}
.campaign-box__stat {
  justify-content: center;
  flex-direction: column;
  height: 50px;
}
.campaign-box__stat.campaign-box__stat {
  margin: 24px 0;
}
.campaign-box__link {
  display: block;
  color: #5dd382;
  overflow-wrap: break-word;
  transition: color 0.2s ease-out;
  font-weight: 600;
  letter-spacing: normal;
}
.campaign-box__link:focus,
.campaign-box__link:hover {
  color: #2b9f4f;
  text-decoration: none;
}
.campaign-box__link:focus,
.campaign-box__link:hover {
  color: #2b9f4f;
  text-decoration: none;
}
.campaign-box__link.campaign-box__link {
  font-weight: 600;
}
.campaign-box__link:hover,
.campaign-box__link:focus {
  filter: brightness(0.8);
}
.campaign-box--listed,
.campaign-box--withprojects {
  margin-top: 0;
  margin-bottom: 30px;
}
.campaign-box--bordered {
  position: relative;
}
.campaign-box--bordered:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  mix-blend-mode: darken;
  z-index: 1;
}
.campaign-box--mini {
  aspect-ratio: unset;
}
.js-campaign-slider .campaign-box {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .js-campaign-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .js-campaign-slider .swiper-pagination-bullets {
    background-color: #FFFFFF;
    margin-top: -1px;
    padding: 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .campaign-box--withprojects {
    height: 510px;
  }
}
.fade-latest {
  height: 110px;
  position: relative;
}
.fade-latest__item {
  transition: all 0.6s ease-in-out;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transform: translateY(275%);
}
.fade-latest__item:nth-child(2) {
  transform: translateY(412.5%);
}
.fade-latest__item--gone.fade-latest__item--gone.fade-latest__item--gone {
  transform: translateY(-137.5%);
}
.fade-latest__item--active {
  opacity: 1;
  pointer-events: all;
}
.fade-latest__item--active.fade-latest__item--active {
  transform: translateY(0);
}
.fade-latest__item--active + .fade-latest__item--active {
  transform: translateY(137.5%);
}
@media (min-width: 768px) {
  .fade-latest {
    height: 55px;
  }
  .fade-latest__item.fade-latest__item {
    transform: translateY(137.5%);
  }
  .fade-latest__item:nth-child(even) {
    left: 50%;
  }
  .fade-latest__item--active.fade-latest__item--active {
    transform: translateY(0);
  }
}
.reward-box {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 3px;
  overflow: hidden;
  aspect-ratio: 0.5;
  position: relative;
}
.reward-box:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  mix-blend-mode: darken;
  z-index: 1;
}
.reward-box--unavailable .reward-box__slider,
.reward-box--unavailable .reward-box__content {
  opacity: 0.3;
}
.reward-box__dot-container {
  position: relative;
}
.reward-box__dots {
  left: 17.5px;
  bottom: 20px;
  right: 17.5px;
}
.reward-box__dots.reward-box__dots {
  position: absolute;
  top: auto;
  width: auto;
}
.reward-box__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(48, 75, 80, 0.3), transparent);
  z-index: 1;
}
.reward-box__img-wrap {
  aspect-ratio: 1;
  position: relative;
}
.reward-box__img-wrap:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
  z-index: 1;
}
.reward-box__img-wrap:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
  z-index: 1;
}
.reward-box__img-wrap:after {
  border-left: none;
  border-top: none;
  border-right: none;
}
.reward-box__img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.reward-box__img--fallback {
  opacity: 0.25;
}
.reward-box__content-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  padding: 20px;
  border-top: none;
  font-size: 15px;
  aspect-ratio: 1;
}
.reward-box__content-wrap .reward-box__bottom-info {
  width: 100%;
  text-align: right;
  top: 2px;
  line-height: 1;
  align-self: end;
  z-index: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  max-width: fit-content;
}
.reward-box__content-wrap .reward-box__bottom-info--full-width {
  max-width: 100%;
}
.reward-box__content-hr {
  display: flex;
  margin-bottom: 15px;
  height: 21px;
}
.reward-box__price {
  position: relative;
  top: 4px;
  line-height: 1;
  white-space: nowrap;
  margin-right: 5px;
}
.reward-box__status {
  top: 0;
  margin-left: auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.reward-box__status--soldout {
  top: calc(100% - 39px);
  left: calc(100% - 15px);
  transform: translate(-100%);
  background-color: #FFFFFF;
}
.reward-box__reward-title {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.25;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.reward-box__project-title {
  font-weight: 600;
  color: #5dd382;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.reward-box__project-title a {
  color: #5dd382;
}
.reward-box__text--bold {
  font-weight: 600;
}
@media (min-width: 340px) and (max-width: 639px) {
  .reward-box__content-hr {
    margin-bottom: 10px;
  }
  .reward-box__reward-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .reward-box__reward-title--short {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .reward-box__content-wrap {
    padding: 10px;
  }
  .reward-box__dots {
    left: 7.5px;
    bottom: 10px;
    right: 7.5px;
  }
}
.reward-box__center-info {
  position: absolute;
  bottom: 15px;
  width: calc(100% - (30px / 3 * 4));
  left: calc(30px / 3 * 2);
  line-height: 1.25;
  font-weight: 600;
}
.skeleton-loader {
  background: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.skeleton-loader.shine:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  transform: translateX(-100%);
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.05), transparent);
  animation: shine 1.5s infinite;
}
@keyframes shine {
  to {
    transform: translateX(100%);
  }
}
.skeleton-loader--dark {
  background: #303040;
}
.skeleton-loader--dark.shine:before {
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
}
.skeleton-loader--blurred {
  background: #FFFFFF;
  filter: grayscale(1);
  pointer-events: none;
}
.skeleton-loader--blurred > * {
  filter: blur(8px);
}
.donation-box {
  position: relative;
  overflow: hidden;
  padding: 30px 15px;
  background-color: #F5F5F5;
}
.donation-box__content {
  position: relative;
  z-index: 2;
}
.donation-box__badge {
  height: 22px;
}
.donation-box__btns {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 5px;
  grid-auto-columns: minmax(0, 1fr);
}
.donation-box__count {
  font-weight: 600;
  letter-spacing: 0;
}
.donation-box__bg-wrap {
  position: static;
}
.donation-box__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  filter: blur(20px);
  opacity: 0.3;
  transform: translateY(-50%) scale(1.25);
}
.donation-box__input-wrapper--active.donation-box__input-wrapper--active {
  background-color: #fbe7f1;
}
.donation-box__input--sense.donation-box__input--sense:focus {
  border-bottom: 1px solid #E25EA3;
}
.select-btn {
  border: none;
  background: #FFFFFF;
  border-radius: 4px;
  font-weight: 600;
  padding: 10px;
  padding-top: 12px;
  color: #304b50;
  transition: background-color 0.3s linear;
}
.select-btn--active {
  background-color: #cef2da;
}
.select-btn--free {
  display: grid;
  grid-auto-flow: column;
}
.select-btn__input {
  width: 100%;
  height: 20px;
  padding: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #304b50;
  background: transparent;
  color: #304b50;
  font-weight: 600;
  transition: border-color 0.3s linear;
}
.select-btn__input:focus {
  border-color: #5dd382;
}
.select-btn__label {
  align-self: center;
  margin-left: 5px;
  margin-bottom: 0;
}
.section-bg {
  padding: 45px 0 50px;
  background-color: #f7f7f7;
}
.section-bg--white {
  background-color: #FFFFFF;
}
.section-bg--pullup {
  margin-bottom: -2.66666667em;
}
.well {
  padding: 30px;
  background-color: #f1f1f1;
  font-size: 15px;
  position: relative;
}
.well .richtext ul {
  margin-left: -1.75em;
}
.well--info {
  background-color: #e9effa;
}
.well--sense {
  background-color: rgba(226, 94, 163, 0.2);
}
.well--sense .well__icon {
  fill: #E25EA3;
}
.well__icon {
  top: -1px;
  margin-right: 0.25em;
}
.well__icon--rotate {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 15px;
  transform: rotate(-15deg) translateY(-5px);
}
.well__close {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 1;
  font-size: 28px;
  cursor: pointer;
  opacity: 0.8;
}
.well__close:hover {
  opacity: 1;
}
.well__link.well__link {
  color: #5dd382;
}
@media (max-width: 767px) {
  .well {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}
.well__second-box::before {
  content: '';
  background-color: #FFFFFF;
  border-radius: 2px;
  height: 4px;
  display: block;
  margin: 15px 0 18px;
}
.story-header {
  position: relative;
  background-color: #FFFFFF;
  height: calc(100vh - 180px);
}
.story-header__wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
.story-header__wrap,
.story-header__wrap:after {
  height: calc(100vh - 180px);
}
.story-header__wrap,
.story-header__wrap a,
.story-header__wrap a:hover {
  color: #FFFFFF;
}
.story-header__wrap:after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, #304b50 0%, transparent 50%, transparent calc(100% - 215px), rgba(48, 75, 80, 0.4) 100%);
}
.story-header__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
  transition: opacity 0.5s ease-in-out;
}
.story-header__head {
  display: flex;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 145px;
}
.story-header__starter {
  line-height: normal;
  max-width: calc(50% - (30px / 2));
  display: flex;
}
.story-header__starter:hover {
  text-decoration: none;
}
.story-header__logo {
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  margin-right: 10px;
  width: auto;
}
.story-header__team {
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.story-header__team:hover {
  text-decoration: underline;
}
.story-header__title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 28px;
}
.story-header__estimated-start {
  margin-top: 10px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .story-header__estimated-start {
    padding-top: 18px;
  }
}
.story-header__statistic-value--large {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 940px) {
  .story-header__statistic-value--large {
    font-size: 34px;
  }
}
.story-header__video {
  background-color: #304b50;
}
@media (min-width: 768px) {
  .story-header__container {
    max-width: 640px;
    padding-bottom: 95px;
  }
  .pageContentWrap .story-header--pullup-content.story-header--pullup-content {
    transform: translateY(-70px);
  }
}
@media (min-width: 940px) {
  .story-header__container {
    max-width: 960px;
    padding-left: 0;
    padding-right: 0;
  }
  .story-header__head {
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .story-header,
  .story-header__wrap,
  .story-header__wrap:after {
    height: 800px;
    aspect-ratio: auto;
  }
  .story-header__title {
    font-size: 55px;
    line-height: 1;
  }
}
@media (max-height: 720px) and (min-width: 768px) {
  .story-header__wrap {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .story-header__starter {
    font-size: 15px;
  }
}
.light-facts {
  font-size: 15px;
  width: 100%;
  display: flex;
  color: #FFFFFF;
  margin-top: 10px;
}
.light-facts__fact {
  padding-top: 15px;
  padding-left: 30px;
}
.light-facts__fact:first-child {
  padding-left: 0;
}
.light-facts__fact--right {
  margin-left: auto;
  text-align: right;
  padding-right: 15px;
}
.light-facts__fact--left {
  padding-left: 0;
}
.light-facts__fact--dotted {
  text-align: right;
  padding-left: 8px;
  width: calc(11% + 2px);
  background-image: radial-gradient(circle at 2px 2px, #FFFFFF 1.5px, transparent 0);
  background-size: 4px 8px;
  background-position: top left;
  background-repeat: repeat-y;
}
.light-facts__value {
  display: block;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .light-facts__value {
    font-weight: 700;
  }
}
.light-facts__add-info {
  font-weight: 400;
}
.light-facts__caption {
  display: block;
}
@media (min-width: 768px) {
  .light-facts__fact {
    padding-top: 18px;
  }
  .light-facts__fact--dotted {
    width: calc(10% + 2px);
  }
  .light-facts__value {
    display: block;
  }
}
.light-facts--is-finished {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.light-facts--is-finished > .light-facts__fact:last-child {
  padding-left: 0;
}
.light-facts--is-finished > .light-facts__fact:first-child {
  padding-left: 30px;
}
@media (min-width: 940px) {
  .light-facts--is-finished > .light-facts__fact:first-child {
    padding-left: 60px;
  }
}
.light-facts--is-finished > .light-facts__fact.light-facts__fact--left {
  padding-left: 0;
}
.funding-badge {
  background: #FFFFFF;
  height: 24px;
  border-radius: 12px;
  font-size: 15px;
  color: #304b50;
  padding: 3px 15px 0;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.project-gallery:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: multiply;
  background: linear-gradient(0deg, rgba(48, 75, 80, 0.75) 0%, transparent 25%);
}
.project-gallery__img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.project-gallery__navigation.project-gallery__navigation {
  bottom: 15px;
}
.spinner {
  animation: spin 0.75s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.activities {
  text-align: right;
  font-size: 15px;
  transition: opacity 0.25s;
  height: 135px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .activities {
    height: 225px;
  }
}
.activities__item {
  display: flex;
  justify-content: end;
  opacity: 1;
  transition: opacity 0.3s linear;
  padding-bottom: 5px;
}
.is-prev + .is-active .activities__item {
  opacity: 0.5;
}
.activities__text {
  width: calc(100% - 44px);
  line-height: normal;
}
.activities__name {
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.activities__dimmed {
  opacity: 0.5;
}
.activities__icon {
  opacity: 0.5;
  width: 34px;
  height: 34px;
  margin-left: 10px;
  margin-top: 2px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .activities {
    font-size: 18px;
  }
}
@media (max-height: 789px) and (max-width: 939px) {
  .activities {
    display: none;
  }
}
.sn-slider {
  position: relative;
  height: 100%;
}
.sn-slider--dark-bg {
  background-color: #304b50;
}
.sn-slider--dark-bg .sn-slider__item {
  background-color: #304b50;
}
.sn-slider__items {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.sn-slider__item {
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity;
  position: absolute;
  height: 100%;
  width: 100%;
}
.sn-slider__item--active {
  opacity: 1;
  visibility: visible;
}
.sn-slider__img {
  width: 100%;
}
/**
 * Slider Navigation
 */
.sn-slider__nav {
  display: flex;
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  z-index: 3;
}
.sn-slider--high-contrast .sn-slider__nav {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.sn-slider__nav--top {
  top: 20px;
}
.sn-slider__nav--bottom {
  bottom: 20px;
}
.sn-slider__nav--hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.sn-slider__nav-item {
  flex: 1 1 0;
  cursor: pointer;
  height: 5px;
  border-radius: 2.5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}
.sn-slider__nav-item::after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  border-radius: 2.5px;
  animation-duration: inherit;
  animation-timing-function: linear;
  background: #FFFFFF;
}
.sn-slider__nav-item--active {
  font-weight: bold;
  color: green;
}
.sn-slider__nav-item--active::after {
  animation-name: navProgression;
}
.sn-slider__nav-item--done::after {
  width: 100%;
}
.sn-slider__nav-item--paused::after {
  animation-play-state: paused;
}
@keyframes navProgression {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/**
 * Slider Controls
 */
.sn-slider__ctrls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 1;
}
.sn-slider--high-contrast .sn-slider__ctrls {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
.sn-slider__ctrls .sn-slider__ctrl-arrow {
  cursor: pointer;
  pointer-events: auto;
}
.text-expander > *:nth-child(n + 2) {
  display: none;
}
.text-expander .text-expander__btn {
  display: block;
}
.interface-notice {
  position: fixed;
  left: 34px;
  right: 34px;
  bottom: 105px;
  max-width: 300px;
  z-index: 998;
  overflow: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: left bottom;
  pointer-events: none;
  transition: all 0.3s linear;
}
.interface-notice ~ #cfProjectToolbarOverlay {
  opacity: 0;
  pointer-events: none;
  display: block !important;
  cursor: pointer;
  transition: opacity 0.3s linear;
}
.cfInterfaceEnabled .interface-notice.is-visible {
  opacity: 1;
  pointer-events: all;
  transform: scaleY(1);
}
.cfInterfaceEnabled .interface-notice.is-visible ~ #cfProjectToolbarOverlay {
  pointer-events: all;
  opacity: 1;
  cursor: pointer;
  animation: fadeIn 0.3s linear;
}
.interface-notice__img {
  border-top-left-radius: 12px;
  width: 100%;
}
.interface-notice__text {
  padding: 15px;
  border-bottom-right-radius: 12px;
  background: #FFFFFF;
}
.planned-activation-countdown__time {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 940px) {
  .planned-activation-countdown__time {
    font-size: 34px;
  }
}
.planned-activation-countdown__text {
  opacity: 0.8;
}
.bars-icon {
  position: relative;
  display: inline-flex;
  height: 100%;
  width: 100%;
}
.bars-icon--xs {
  width: 10px;
  height: 9px;
}
.bars-icon--s {
  width: 12px;
  height: 11px;
}
.bars-icon--m {
  width: 14px;
  height: 13px;
}
.bars-icon--l {
  width: 20px;
  height: 19px;
}
.bars-icon--xl {
  width: 24px;
  height: 23px;
}
.bars-icon__bar {
  background-color: #CCCCCC;
  height: 100%;
  flex-grow: 1;
  border-radius: 3px;
}
.bars-icon__bar + .bars-icon__bar {
  margin-left: 2px;
}
.bars-icon__bar--white {
  background-color: #FFFFFF;
}
.bars-icon__bar--primary {
  background-color: #304b50;
}
.simple-tabs {
  font-size: 18px;
  font-weight: 700;
}
.simple-tabs.simple-tabs + * {
  margin-top: 0;
}
.simple-tabs__nav-container {
  height: 52px;
  overflow: hidden;
  white-space: nowrap;
}
.simple-tabs__nav {
  display: flex;
  margin-bottom: 30px;
  overflow-x: auto;
  padding-bottom: 60px;
}
.simple-tabs__nav-item + .simple-tabs__nav-item {
  margin-left: 30px;
}
.simple-tabs__nav-item:after {
  content: " ";
  display: block;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #304b50;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
.simple-tabs__nav-item:hover {
  text-decoration: none;
}
.simple-tabs__nav-item:hover:after {
  transform: scale(1);
}
.simple-tabs__nav-item--active {
  pointer-events: none;
}
.simple-tabs__nav-item--active:after {
  transform: scaleX(1);
}
.simple-tabs--small {
  font-weight: 400;
  font-size: 15px;
}
.simple-tabs--small .simple-tabs__nav-container {
  height: 40px;
}
.simple-tabs--small .simple-tabs__nav-item:after {
  height: 1.5px;
}
.simple-tabs--small .simple-tabs__nav-item + .simple-tabs__nav-item {
  margin-left: 15px;
}
.simple-tabs__email {
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.simple-tabs__count {
  display: inline-block;
  background: #f1f1f1;
  padding: 0.27777778em 0.27777778em 0.16666667em 0.27777778em;
  line-height: 1;
  vertical-align: middle;
  border-radius: 0.22222222em;
}
.simple-tabs__breadcrumb {
  flex-shrink: 0;
  margin: 2px 15px 0;
}
.shareable {
  aspect-ratio: 0.5625;
  background-color: #7E2098;
  color: #FFFFFF;
  position: relative;
  container-type: inline-size;
}
.shareable__title {
  font-weight: 600;
  font-size: 5.5cqw;
  line-height: normal;
  letter-spacing: 0;
  position: absolute;
  left: 14%;
  bottom: 80%;
  width: 77%;
  margin-bottom: 0;
  z-index: 3;
}
.sharable__vertical {
  position: absolute;
  top: 22.7%;
  right: 84%;
  font-size: 3.3cqw;
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
  transform: rotate(-90deg);
  transform-origin: center right;
  z-index: 3;
}
.shareable__img {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.shareable__project {
  position: absolute;
  top: 24%;
  left: 20%;
  width: 60%;
  height: 59%;
  z-index: 1;
  font-size: 3.3cqw;
}
.project-story {
  width: 100%;
  position: absolute;
}
.project-story--widget {
  top: 0;
}
.project-story--widget .project-story__slider-nav {
  top: 30px;
  width: calc(100% + 10px - 60px);
}
.project-story__slider {
  height: calc(100vh - 180px);
  width: 100%;
}
@media (min-width: 768px) {
  .project-story__slider {
    height: 800px;
  }
}
.project-story__slider-nav.project-story__slider-nav {
  top: 115px;
  max-width: 620px;
  z-index: 10;
  left: 50%;
  transform: translate(-50%);
}
@media (min-width: 940px) {
  .project-story__slider-nav.project-story__slider-nav {
    max-width: 970px;
  }
}
.project-story__img {
  height: 100%;
  object-fit: cover;
}
.sn-dot {
  flex: 1 1 0;
  cursor: pointer;
  height: 5px;
  border-radius: 2.5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}
.sn-dot::after {
  content: '';
  display: block;
  width: 0;
  height: 5px;
  border-radius: 2.5px;
  animation-duration: inherit;
  animation-timing-function: linear;
  background: #FFFFFF;
}
.shareables {
  position: relative;
  padding: 50px 0;
  margin-top: -30px;
  z-index: 0;
}
@media (min-width: 940px) {
  .shareables {
    margin-top: -50px;
  }
  .shareables::before {
    content: '';
    width: calc((100% - 960px) / 2);
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    z-index: -1;
    background: rgba(255, 255, 255, 0.55);
  }
  .shareables::after {
    content: '';
    width: calc((100% - 960px) / 2);
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    z-index: -1;
    background: rgba(255, 255, 255, 0.55);
    width: calc((100% - 960px) / 2 + (960px / 2));
    right: 0;
  }
  .shareables.shareables--center::before,
  .shareables.shareables--center::after {
    width: calc((100% - (960px * 2 / 3)) / 2);
  }
}
.shareables__swiper {
  z-index: -2;
}
.shareables__outer {
  position: relative;
}
.shareables__item {
  aspect-ratio: 0.5625;
  background-color: #f1f1f1;
  color: #FFFFFF;
  position: relative;
  container-type: inline-size;
  margin-top: 30px;
  box-sizing: border-box;
}
.shareables__title-container {
  position: absolute;
  left: 14%;
  bottom: 80%;
  z-index: 3;
}
.shareables__title-container--reward {
  bottom: 59%;
}
.shareables__title {
  font-weight: 600;
  font-size: 5.5cqw;
  line-height: normal;
  letter-spacing: 0;
  margin-bottom: 0;
  width: 77%;
}
.shareables__reward-title {
  font-weight: 600;
  font-size: 4.5cqw;
  line-height: normal;
  letter-spacing: 0;
  width: 66%;
}
.shareables__vertical {
  position: absolute;
  top: 22.7%;
  right: 84%;
  font-size: 3.3cqw;
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
  transform: rotate(-90deg);
  transform-origin: center right;
  z-index: 3;
}
.shareables__img {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.shareables__content {
  position: absolute;
  top: 24%;
  left: 20%;
  width: 60%;
  height: 59%;
  z-index: 1;
  font-size: 3.3cqw;
}
.shareables__content--reward {
  top: 44%;
  left: 13%;
  width: 74%;
  height: 41%;
}
.shareables__reward-img {
  width: 100%;
}
.shareables__btn {
  position: absolute;
  top: -30px;
  left: 15px;
  z-index: 2;
}
.shareables__spinner {
  position: relative;
  top: -1px;
}
.shareables__pagination.shareables__pagination {
  position: relative;
  z-index: 3;
  width: 480px;
  left: calc((100% - 960px) / 2);
  text-align: left;
  height: 0;
  bottom: 0;
  margin-top: 30px;
}
.shareables--center:not .shareables__pagination.shareables__pagination {
  bottom: 75px;
}
.shareables--center .shareables__pagination.shareables__pagination {
  left: calc((100% - (960px * 2 / 3)) / 2);
  margin-left: 65px;
}
.shareables__navigation {
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
}
.shareables__navigation--prev {
  width: 20px;
  left: calc((100% - 960px) / 2);
}
.shareables--center .shareables__navigation--prev {
  left: calc((100% - (960px * 2 / 3)) / 2);
}
.shareables__navigation--next {
  right: 50%;
  width: 240px;
}
.shareables--center .shareables__navigation--next {
  right: calc((100% - (960px * 2 / 3)) / 2);
}
.shareables__desc-text-container {
  position: absolute;
  left: 50%;
  bottom: 80px;
  z-index: 3;
  max-width: 480px;
  padding: 80px;
}
.shareables__desc-icon {
  position: absolute;
  top: 30px;
  right: 80px;
}
.shareables__disclaimer-text.shareables__disclaimer-text.shareables__disclaimer-text {
  z-index: 3;
  margin-top: 45px;
  margin-top: 80px;
}
.shareables-blur-effect {
  width: calc((100% - 960px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  z-index: -1;
  background: rgba(255, 255, 255, 0.55);
}
.project-footer {
  background-color: #3C283C;
}
.project-footer__text {
  font-size: 18px;
}
.project-footer__text em {
  font-size: 22px;
}
@media (min-width: 1300px) {
  .project-footer__text {
    font-size: 28px;
  }
  .project-footer__text em {
    font-size: 38px;
  }
}
.project-footer__avatar {
  height: 108px;
  width: 108px;
  border-radius: 50%;
  border: 4px solid #FFFFFF;
}
.reward-unlock-bar {
  width: 100%;
}
.reward-unlock-bar__bar {
  height: 15px;
  border-radius: 7.5px;
  background-color: #FFFFFF;
  margin-bottom: 15px;
}
.reward-unlock-bar__bar--large {
  height: 18px;
  border-radius: 9px;
}
.reward-unlock-bar__bar--dark {
  background-color: #e4e4e4;
}
.reward-unlock-bar__progress {
  width: 0;
  height: 100%;
  border-radius: 9px;
  background-color: #24468D;
  transition: width 1s linear;
}
/* Utilities */
@media (min-width: 768px) {
  .sn-order-sm-auto {
    order: initial;
  }
}
@media (min-width: 940px) {
  .sn-order-md-auto {
    order: initial;
  }
}
@media (min-width: 940px) {
  .sn-order-lg-auto {
    order: initial;
  }
}
.sn-px-1 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.sn-px-2 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.sn-px-3 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
@media (min-width: 940px) {
  .sn-md-px-1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .sn-md-px-2 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .sn-md-px-3 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
.sn-my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.sn-my-2 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.sn-my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.sn-mt-1 {
  margin-top: 10px !important;
}
.sn-mt-2 {
  margin-top: 15px !important;
}
.sn-mt-3 {
  margin-top: 30px !important;
}
.sn-aspect-ratio-9by16 {
  aspect-ratio: 0.5625;
}
.sn-aspect-ratio-1by1 {
  aspect-ratio: 1;
}
.sn-aspect-ratio-3by2 {
  aspect-ratio: 1.5;
}
/* General */
.page-sections .container {
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.pageContentWrap {
  padding-bottom: 2.66666667em;
}
.pageContentWrap.pageContentWrap {
  background: #FFFFFF;
}
.border-darken,
.project-header .vcard {
  position: relative;
}
.border-darken:after,
.project-header .vcard:after {
  content: " ";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  mix-blend-mode: darken;
  z-index: 1;
}
.project-header .vcard:after {
  border-top: none;
}
.project-header .vcard:first-child:not(:last-child):after {
  border-bottom: none;
}
@media (max-width: 339px) {
  .col-xxs-12 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 340px) and (max-width: 639px) {
  .col-xxs-12.col-6:nth-child(odd) {
    padding-right: 7.5px;
  }
  .col-xxs-12.col-6:nth-child(even) {
    padding-left: 7.5px;
  }
  .col-xxs-12.col-6 .col-item {
    margin-bottom: 15px;
  }
}
.btn-small {
  padding: 5px 10px;
  font-size: 0.8125rem;
  line-height: 1.2;
  border-radius: 0;
  border-radius: 4px;
}
.main-section .h2 {
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-section .h2 {
    font-size: 22px;
  }
}
.main-section .container {
  margin: 0 auto;
  position: relative;
}
.main-section .image-gallery {
  margin-bottom: 15px;
}
.main-section .image-gallery .image {
  width: 25%;
  padding: 0 15px;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 940px) {
  .main-section .image-gallery .image {
    width: 16.66666667%;
  }
  .main-section .image-gallery .image .js-expand-gallery {
    display: none;
  }
}
.main-section .image-gallery .image > a {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 80px;
}
.main-section .image-gallery .image > a.video-thumbnail {
  background-size: 120%;
}
.main-section .image-gallery .image > a.video-thumbnail .icon {
  opacity: 0.75;
}
.main-section .image-gallery .image > a.is-active {
  pointer-events: none;
}
.main-section .image-gallery .overlay.js-expand-gallery {
  display: none;
}
@media (min-width: 640px) and (max-width: 939px) {
  .main-section .image-gallery:not(.expanded) .image:nth-child(n+5) {
    display: none;
  }
  .main-section .image-gallery:not(.expanded) .over-4 .js-expand-gallery {
    display: block;
  }
}
@media (min-width: 940px) {
  .main-section .image-gallery .image {
    width: 16.66666667%;
  }
  .main-section .image-gallery:not(.expanded) .image:nth-child(n+7) {
    display: none;
  }
  .main-section .image-gallery:not(.expanded) .over-6 .js-expand-gallery {
    display: block;
  }
}
.image-gallery .image .overlay {
  display: block;
  padding: 0 0 0 100%;
  position: absolute;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  cursor: pointer;
  transition: background ease-in-out 0.5s;
}
.image-gallery .image .overlay:hover {
  background: rgba(0, 0, 0, 0.15);
}
.video-section {
  margin: 0 -30px 30px;
}
.video-section .description {
  padding-top: 1em;
}
.video-section .overlay {
  display: none;
}
.video-thumbnail .icon,
.image-gallery .image .more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-size: 32px;
  line-height: 1;
}
.video-thumbnail .icon {
  width: 32px;
  height: 32px;
}
.main-section-bg {
  padding: 0 0 30px;
}
.main-section-bg--fullwidth {
  padding-left: 0;
  padding-right: 0;
}
.sub-section + .sub-section {
  margin-top: 2.66666667em;
}
.sub-section.audio {
  margin: 2.66666667em 0;
}
* + .sub-section.audio {
  margin-top: -15px;
}
.sub-section.gallery {
  display: block;
  margin-bottom: 2.66666667em;
}
.sub-section.questions {
  margin-top: 2.66666667em;
}
.sub-section > .app-box {
  width: calc(100% + 30px);
}
.main-section caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a1a1a1;
  text-align: left;
}
.main-section th {
  text-align: left;
}
.main-section table {
  width: 100%;
  background-color: transparent;
  max-width: 100%;
  margin-bottom: 22px;
}
.main-section table > thead > tr > th,
.main-section table > tbody > tr > th,
.main-section table > tfoot > tr > th,
.main-section table > thead > tr > td,
.main-section table > tbody > tr > td,
.main-section table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.45;
  vertical-align: top !important;
  border-top: 1px solid #ddd;
}
.main-section table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.main-section table > caption + thead > tr:first-child > th,
.main-section table > colgroup + thead > tr:first-child > th,
.main-section table > thead:first-child > tr:first-child > th,
.main-section table > caption + thead > tr:first-child > td,
.main-section table > colgroup + thead > tr:first-child > td,
.main-section table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.main-section table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.main-section table table {
  background-color: #f7f7f7;
}
.main-section .table-condensed > thead > tr > th,
.main-section .table-condensed > tbody > tr > th,
.main-section .table-condensed > tfoot > tr > th,
.main-section .table-condensed > thead > tr > td,
.main-section .table-condensed > tbody > tr > td,
.main-section .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.main-section .table-bordered {
  border: 1px solid #ddd;
}
.main-section .table-bordered > thead > tr > th,
.main-section .table-bordered > tbody > tr > th,
.main-section .table-bordered > tfoot > tr > th,
.main-section .table-bordered > thead > tr > td,
.main-section .table-bordered > tbody > tr > td,
.main-section .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.main-section .table-bordered > thead > tr > th,
.main-section .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.investment-section aside .richtext .index {
  margin-left: 2em;
}
@media (max-width: 639px) {
  .hide-mobile + .sub-section {
    margin-top: 0;
  }
}
@media (min-width: 640px) and (max-width: 939px) {
  .video-section {
    margin-right: -2em;
  }
  .main-section .image-gallery.sub-section {
    display: block;
  }
}
.pin-board-section .sub-section .richtext {
  padding-top: 0.33333333em;
  padding-left: 4em;
}
.appExtWidgetWrapper {
  width: 100%;
  position: relative;
  margin-bottom: -20px;
}
.appExtWidgetWrapper .appExtWidget {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 300px;
}
.appExtWidgetWrapper .appExtForm {
  position: relative;
  padding-left: 330px;
  z-index: 1;
}
.appExtWidgetWrapper .appExtForm .text {
  display: block;
  margin-bottom: 15px;
}
.appExtWidgetWrapper .appExtForm .text a {
  color: #5dd382;
}
.appExtWidgetWrapper .appExtForm textarea {
  width: 100%;
  min-height: 205px;
  padding: 5px 12px;
  margin-bottom: 15px;
  font-size: 13px;
}
@media (max-width: 639px) {
  .appExtWidgetWrapper .appExtForm {
    padding-left: 0;
    padding-top: 595px;
  }
}
@media screen and (max-width: 939px) {
  .main-section .hide-mobile {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .video-section {
    overflow: hidden;
  }
  .video-section.hide-mobile {
    display: flex;
  }
}
@media (min-width: 940px) {
  .container-md {
    width: 960px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 939px) {
  .curated-banner .container {
    padding-left: 0;
    padding-right: 0;
  }
  .project-teaser .headline + .image {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .main-section-w-bg .container,
  .main-section-w-bg .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .main-section .container.main-section-bg {
    padding: 0 15px 15px;
  }
  .video-section.hide-mobile,
  .main-section .image-gallery.sub-section {
    display: none;
  }
  .vcard__image--teaser.hide-desktop {
    display: block;
  }
}
.container .lazy-loading {
  display: none;
}
.container .lazy-loading .container {
  width: 100%;
}
.section-blogposts {
  position: relative;
}
.section-blogposts .headline,
.section-blogposts .richtext {
  margin: 2em 0;
}
.section-blogposts .js-img-expander {
  margin: 4em 0;
}
.section-blogposts .embed-external + .img-sequence {
  margin-top: 30px;
}
.section-blogposts .headline {
  position: relative;
  overflow: hidden;
  margin-bottom: 4em;
}
@media (min-width: 940px) {
  .section-blogposts .headline {
    max-width: 75%;
  }
}
.section-blogposts .header--image {
  width: 100%;
}
.section-blogposts .image {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  display: block;
}
.section-blogposts .img-sequence .image,
.section-blogposts .embed-external {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.section-blogposts .img-sequence .image:not(:first-child),
.section-blogposts .embed-external:not(:first-child) {
  margin-top: 1em;
}
.section-blogposts .content {
  position: relative;
  padding: 0 1em 0.66666667em;
  margin: 0 auto 2em;
}
.section-blogposts .blog-entry--list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px 15px;
  height: 100%;
}
.section-blogposts .blog-entry--list-item .h2--narrow {
  line-height: 1.1;
  margin-top: 0.18571429rem;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.section-blogposts .blog-entry--list-item .richtext {
  margin-bottom: 0;
}
.section-blogposts .blog-entry__headline__date {
  font-weight: 700;
  font-size: 14px;
}
.section-blogposts .swiper-wrapper {
  height: auto;
}
.section-blogposts .swiper-container {
  width: 100%;
}
.section-blogposts .mobile-scroller .mobile-scroller__item {
  height: auto;
}
@media (max-width: 767px) {
  .section-blogposts .mobile-scroller .mobile-scroller__item:not(:first-child) {
    margin-left: 10px;
  }
  .section-blogposts .row > .mobile-scroller {
    margin-left: 0;
    margin-right: 0;
  }
}
.section-blogposts .js-img-expander {
  overflow: hidden;
}
@media (max-width: 939px) {
  .section-blogposts .js-img-expander {
    max-height: none !important;
  }
}
.section-blogposts .js-img-expander .icon {
  opacity: 0;
  position: absolute;
}
@media (min-width: 940px) {
  .section-blogposts .js-img-expander.expandable {
    cursor: pointer;
    transition: max-height 1s linear;
    will-change: max-height;
    position: relative;
  }
  .section-blogposts .js-img-expander.expandable.open {
    max-height: 1800px !important;
  }
  .section-blogposts .js-img-expander.expandable img {
    transition: transform 0.7s ease;
  }
  .section-blogposts .js-img-expander.expandable .icon {
    right: 2em;
    bottom: 2em;
    transition: opacity 0.3s ease-in-out;
    margin-bottom: -0.3em;
  }
  .section-blogposts .js-img-expander.expandable .icon + .icon {
    transform: scale(1.05);
  }
  .section-blogposts .js-img-expander.expandable:hover:not(.open) img {
    transform: scale(1.05);
  }
  .section-blogposts .js-img-expander.expandable:hover .icon {
    opacity: 1;
  }
  .section-blogposts .blog-entry--list-item {
    padding: 30px;
  }
  .section-blogposts .blog-entry .container {
    position: relative;
  }
  .section-blogposts .blog-entry .container:after {
    content: " ";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    mix-blend-mode: darken;
    z-index: 1;
  }
  .section-blogposts .blog-entry .container:after {
    content: " ";
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    mix-blend-mode: darken;
    z-index: 1;
  }
  .section-blogposts .content {
    margin-top: 3em;
    margin-bottom: 4em;
    width: 40rem;
  }
}
#cfProjectToolbarOverlay {
  background-color: rgba(48, 75, 80, 0.4) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.loading-spinner {
  width: 30px;
  height: 30px;
  display: none;
  opacity: 1 !important;
}
.loading-spinner .spinner {
  width: 90%;
  height: 90%;
  border: 2px solid #304b50;
  border-right-color: transparent;
  border-radius: 17px;
  animation: spin 0.75s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.lazy-loading {
  height: 30px;
  width: 100%;
  margin: 20px auto;
  opacity: 1 !important;
}
.lazy-loading::after {
  display: block;
  clear: both;
  content: "";
}
.lazy-loading img {
  display: none;
}
.lazy-loading .loading-spinner {
  float: left;
  display: block;
}
.lazy-loading .caption {
  display: block;
  float: left;
  padding-left: 60px;
  margin-left: -30px;
  line-height: 30px;
  width: 100%;
  color: #304b50;
}
.lazy-loading.centered {
  text-align: center;
}
.lazy-loading.centered .loading-spinner {
  float: none;
  display: inline-block;
}

/*# sourceMappingURL=projects.css.map */
